.w-pokemon-app{background:linear-gradient(135deg,#8b8fd0 0%,#7a7ec0 30%,#6e72b5 60%,#7c80c4 100%);border-radius:3px;max-width:600px;margin:0 auto 20px;font-family:Hiragino Sans,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;position:relative;overflow:hidden}.w-pokemon-app:before{content:"";pointer-events:none;z-index:0;background-color:transparent;background-image:linear-gradient(45deg,rgba(255,255,255,.06) 25%,transparent 25%),linear-gradient(-45deg,rgba(255,255,255,.06) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(255,255,255,.06) 75%),linear-gradient(-45deg,transparent 75%,rgba(255,255,255,.06) 75%);background-position:0 0,0 15px,15px -15px,-15px 0;background-repeat:repeat,repeat,repeat,repeat;background-size:30px 30px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;position:absolute;top:0;bottom:0;left:0;right:0}.w-pokemon-app>*{z-index:1;position:relative}.w-pokemon-app img{margin:0!important}.w-pokemon-main>._title{text-align:center;color:#fff;letter-spacing:1px;background:linear-gradient(#9598d4 0%,#7a7ec2 100%);border:1px solid rgba(255,255,255,.15);padding:10px 20px;font-size:18px;font-weight:700}.w-pokemon-main>._body{background:rgba(255,255,255,.3);padding:10px}.w-pokemon-main>._body>._idle{text-align:center}.w-pokemon-app .w-pokemon-main ._thumbnail{border-radius:5px;width:100%;max-width:480px;display:block;margin:0 auto!important}.w-pokemon-main ._action{text-align:center;margin:10px 0 0}.w-pokemon-main ._instruction{text-align:center;color:#fff;background:rgba(80,76,153,.85);border:1px solid rgba(255,255,255,.3);border-radius:3px;margin:10px 0 0;padding:10px;font-size:14px;font-weight:700;display:block}.w-pokemon-main ._instruction.is-revealing{background:0 0;border:none;margin:0 0 10px;padding:0;font-weight:400;animation:1.5s ease-in-out infinite instruction-pulse}.w-pokemon-main ._reroll{text-align:center;margin-top:15px}.w-pokemon-main ._reselect{color:#666;cursor:pointer;background:rgba(255,255,255,.9);border:1px solid #ccc;border-radius:30px;width:80%;max-width:360px;margin:10px auto 0;padding:8px 20px;font-size:13px;font-weight:700;display:block}.w-pokemon-main ._reselect:active{color:#333;background:#ddd}.w-pokemon-btn{color:#34529a;cursor:pointer;letter-spacing:2px;border:3.5px solid #7ceb21;border-radius:20px 0;width:80%;max-width:360px;height:52px;margin:0 auto;padding:0;font-size:17px;transition:transform .1s,box-shadow .1s;display:block;position:relative;overflow:hidden}.w-pokemon-btn:active{transform:translateY(2px)}.w-pokemon-btn>._inner{-webkit-text-stroke:4px #fff;paint-order:stroke fill;background:linear-gradient(90deg,#fff749 0%,#acef13 100%);border:4px solid #fff;border-radius:20px 0;justify-content:center;align-items:center;height:100%;font-weight:700;display:flex}@keyframes instruction-pulse{0%,to{opacity:.6}50%{opacity:1}}.w-pokemon-pool{background:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.2);border-radius:2px;padding:10px}.w-pokemon-pool>._grid{grid-template-columns:repeat(3,1fr);gap:5px;display:grid}.main-wrap-2-column .w-pokemon-pool>._grid{grid-template-columns:repeat(5,1fr);gap:10px}.w-pokemon-card{cursor:pointer;animation:.4s ease-out both fadeInUp;animation-delay:calc(var(--i) * 60ms);z-index:0;background:rgba(255,255,255,.92);border:2px solid rgba(255,255,255,.6);border-radius:5px;flex-direction:column;align-items:center;padding:5px;transition:transform .2s,border-color .2s;display:flex;position:relative;overflow:hidden}.w-pokemon-card:active{transform:scale(.95)}.w-pokemon-card.is-shiny{background:linear-gradient(145deg,#fffde7 0%,#fff8e1 40%,#fff9c4 100%);border-color:#ffc107}.w-pokemon-card>._shiny-fx{pointer-events:none;z-index:2;position:absolute;top:0;bottom:0;left:0;right:0}.w-pokemon-card ._sparkle{width:4px;height:4px;animation:2s ease-in-out infinite card-sparkle;animation-delay:calc(var(--s) * .33s);background:radial-gradient(circle,#ffd54f 0%,transparent 70%);border-radius:50%;position:absolute}.w-pokemon-card ._sparkle:first-child{top:8%;left:15%}.w-pokemon-card ._sparkle:nth-child(2){top:22%;left:78%}.w-pokemon-card ._sparkle:nth-child(3){top:48%;left:8%}.w-pokemon-card ._sparkle:nth-child(4){top:65%;left:85%}.w-pokemon-card ._sparkle:nth-child(5){top:82%;left:25%}.w-pokemon-card ._sparkle:nth-child(6){top:35%;left:55%}.w-pokemon-card>._body{z-index:1;align-items:center;width:100%;display:flex}.w-pokemon-card ._image-wrap{aspect-ratio:1;flex:1;justify-content:center;align-items:center;min-width:0;display:flex;position:relative;overflow:hidden}.w-pokemon-card ._image{object-fit:contain;width:100%;height:100%}.w-pokemon-card>._name{z-index:1;color:#3a3a5c;text-align:center;white-space:nowrap;text-overflow:ellipsis;width:100%;margin:0;font-size:10px;font-weight:700;position:relative;overflow:hidden}.main-wrap-2-column .w-pokemon-card>._name{font-size:11px}.w-pokemon-card>._tags{z-index:3;flex-wrap:wrap;gap:3px;width:100%;min-height:14px;display:flex}.w-pokemon-card ._tag{color:#fff;animation:.4s ease-out both badge-pop;animation-delay:calc(var(--i) * 60ms + .3s);border-radius:2px;padding:0 4px;font-size:8px;font-weight:700;line-height:1.6;display:inline-block}.w-pokemon-card ._tag.is-title{background:linear-gradient(135deg,#43a047,#2e7d32)}.w-pokemon-card ._tag.is-shiny{background:linear-gradient(135deg,#ffa000,#f57f17)}.w-pokemon-card ._tag.is-apricorn{background:linear-gradient(135deg,#7b1fa2,#4a148c)}.w-pokemon-card>._title-name{z-index:1;color:#2e7d32;text-align:center;white-space:nowrap;text-overflow:ellipsis;width:100%;margin-top:2px;font-size:8px;font-weight:700;position:relative;overflow:hidden}.main-wrap-2-column .w-pokemon-card>._title-name{font-size:9px}.w-pokemon-card ._ball{background:rgba(255,255,255,.85);border:1px solid rgba(140,143,200,.3);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.main-wrap-2-column .w-pokemon-card ._ball{width:40px;height:40px}.w-pokemon-card ._ball.is-apricorn{background:rgba(255,253,231,.95);border:2px solid #f9a825;animation:1.2s ease-in-out infinite ball-apricorn-pulse;box-shadow:0 0 10px rgba(249,168,37,.7),0 0 20px rgba(249,168,37,.3)}.w-pokemon-card ._ball-icon{object-fit:contain;width:28px;height:28px}.main-wrap-2-column .w-pokemon-card ._ball-icon{width:36px;height:36px}.w-pokemon-card.is-silhouette{cursor:default;background:rgba(200,200,220,.6);border-color:rgba(140,143,200,.3)}.w-pokemon-card.is-silhouette:active{transform:none}.w-pokemon-card.is-silhouette ._image{-webkit-filter:brightness(0);filter:brightness(0)}.w-pokemon-card.is-silhouette ._name,.w-pokemon-card.is-silhouette ._ball,.w-pokemon-card.is-silhouette ._tags,.w-pokemon-card.is-silhouette ._title-name{opacity:0}.w-pokemon-card.is-silhouette ._tag{animation:none}.w-pokemon-card.is-reveal-anim ._image{animation:.5s ease-out silhouette-reveal}.w-pokemon-card.is-reveal-anim ._name,.w-pokemon-card.is-reveal-anim ._ball{animation:.3s ease-out .3s both detail-fade-in}.w-pokemon-card.is-reveal-anim ._tags,.w-pokemon-card.is-reveal-anim ._title-name{animation:.3s ease-out .35s both detail-fade-in}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes card-sparkle{0%,to{opacity:0;transform:scale(0)}20%{opacity:1;transform:scale(1.5)}50%{opacity:.6;transform:scale(.8)}80%{opacity:0;transform:scale(0)}}@keyframes ball-apricorn-pulse{0%,to{transform:scale(1);box-shadow:0 0 6px rgba(249,168,37,.5),0 0 12px rgba(249,168,37,.2)}50%{transform:scale(1.12);box-shadow:0 0 14px rgba(249,168,37,.9),0 0 28px rgba(249,168,37,.4)}}@keyframes badge-pop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes silhouette-reveal{0%{-webkit-filter:brightness(0);filter:brightness(0)}to{-webkit-filter:brightness();filter:brightness()}}@keyframes detail-fade-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.w-pokemon-result-reveal{flex-direction:column;align-items:center;gap:10px;margin:10px 0;display:flex}.w-pokemon-result-reveal.is-revealing ._card{animation:.3s ease-out revealZoomIn}.w-pokemon-result-reveal>._card{background:linear-gradient(rgba(255,255,255,.95) 0%,rgba(240,240,250,.95) 100%);border:2px solid rgba(255,255,255,.6);border-radius:5px;flex-direction:column;align-items:center;gap:5px;min-width:200px;max-width:280px;padding:20px;display:flex;position:relative;overflow:hidden}.w-pokemon-result-reveal ._image-wrap{justify-content:center;align-items:center;width:120px;height:120px;display:flex}.main-wrap-2-column .w-pokemon-result-reveal ._image-wrap{width:160px;height:160px}.w-pokemon-result-reveal ._image{object-fit:contain;width:100%;height:100%}.w-pokemon-result-reveal ._name{color:#3a3a5c;margin:0;font-size:18px;font-weight:700}.w-pokemon-result-reveal>._share{color:#fff;cursor:pointer;background:#000;border:none;border-radius:5px;align-items:center;gap:5px;padding:10px 20px;font-size:13px;font-weight:700;transition:background .15s;display:inline-flex}.w-pokemon-result-reveal>._share:active{background:#333}.w-pokemon-ball-indicator{background:rgba(140,143,200,.15);border:1px solid rgba(140,143,200,.2);border-radius:5px;align-items:center;gap:5px;margin-top:0;padding:5px 10px;display:flex}.w-pokemon-ball-indicator>._image{object-fit:contain;width:24px;height:24px}.w-pokemon-ball-indicator>._label{color:#5c5fa0;font-size:13px;font-weight:500}@keyframes revealZoomIn{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.w-pokemon-history{background:rgba(80,76,153,.7);border:1px solid rgba(255,255,255,.2);border-radius:3px;margin-top:10px;padding:10px}.w-pokemon-history>._title{color:#fff;margin:0 0 10px;font-size:16px;font-weight:700}.w-pokemon-history>._reset{color:#ea2a3d;cursor:pointer;text-align:center;background:rgba(255,255,255,.9);border:1px solid #ccc;border-radius:30px;margin:15px auto 0;padding:10px 20px;font-size:13px;font-weight:700;display:block}.w-pokemon-history>._reset:active{color:#333;background:#ddd}.w-pokemon-history-tabs{border-bottom:2px solid rgba(255,255,255,.2);margin-bottom:10px;display:flex}.w-pokemon-history-tabs>._tab{text-align:center;color:rgba(255,255,255,.5);cursor:pointer;background:0 0;border-bottom:3px solid transparent;flex:1;margin-bottom:-2px;padding:8px 0;font-size:13px;font-weight:700}.w-pokemon-history-tabs>._tab.is-active{color:#fff;border-bottom-color:#fff}.w-pokemon-history-tabs>._tab:active{opacity:.8}.w-pokemon-stats{margin-bottom:15px}.w-pokemon-stats>._grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:5px;display:grid}.w-pokemon-stats ._item{text-align:center;background:rgba(255,255,255,.9);border:1px solid #e0e0e0;border-radius:5px;padding:10px}.w-pokemon-stats ._item.is-shiny{background:rgba(255,253,231,.9);border-color:#f9a825}.w-pokemon-stats ._item.is-title{background:rgba(232,245,233,.9);border-color:#4caf50}.w-pokemon-stats ._label{color:#888;margin-bottom:5px;font-size:11px;display:block}.w-pokemon-stats ._value{color:#333;font-size:18px;font-weight:700;display:block}.w-pokemon-stats ._value small{color:#888;font-size:11px;font-weight:400;display:block}.w-pokemon-stats ._note{text-align:center;color:#fff;margin-top:5px;font-size:12px;display:block}.w-pokemon-stats>._balls{margin-top:10px}.w-pokemon-stats ._subtitle{color:#fff;margin:0 0 10px;font-size:13px;font-weight:700}.w-pokemon-stats ._ball-grid{grid-template-columns:repeat(2,1fr);gap:5px;display:grid}.main-wrap-2-column .w-pokemon-stats ._ball-grid{grid-template-columns:repeat(4,1fr)}.w-pokemon-stats ._ball-item{background:rgba(255,255,255,.9);border:1px solid #e0e0e0;border-radius:5px;align-items:center;gap:5px;padding:5px 10px;font-size:12px;display:flex}.w-pokemon-stats ._ball-icon{object-fit:contain;width:20px;height:20px}.w-pokemon-stats ._ball-label{color:#666;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:11px;overflow:hidden}.w-pokemon-stats ._ball-count{color:#333;font-weight:700}.w-pokemon-stats>._share{color:#fff;cursor:pointer;background:#000;border-radius:30px;justify-content:center;align-items:center;gap:5px;margin-top:10px;padding:10px;font-size:13px;font-weight:700;display:flex}.w-pokemon-stats>._share:active{background:#333}.w-pokemon-stats ._share-icon{flex-shrink:0;width:16px;height:16px}.w-pokemon-pool-history{max-height:400px;overflow-y:auto}.w-pokemon-pool-history>._draw-group{margin-bottom:10px}.w-pokemon-pool-history>._draw-group:last-child{margin-bottom:0}.w-pokemon-pool-history ._draw-header{color:#fff;background:rgba(255,255,255,.15);border-radius:3px 3px 0 0;padding:5px 10px;font-size:12px;font-weight:700}.w-pokemon-pool-history>._draw-group>._entries{background:rgba(255,255,255,.05);border-radius:0 0 3px 3px;flex-direction:column;gap:2px;padding:5px;display:flex}.w-pokemon-pool-history ._entry{background:#fff;border:1px solid #e0e0e0;border-radius:3px;align-items:flex-start;gap:5px;padding:5px 10px;display:flex}.w-pokemon-pool-history ._entry.is-selected{background:rgba(255,255,255,.95);border-width:2px;border-color:#7a7ec0;padding:4px 9px}.w-pokemon-pool-history ._entry.is-shiny{background:rgba(255,253,231,.9);border-color:#f9a825}.w-pokemon-pool-history ._entry.is-shiny.is-selected{border-color:#f9a825}.w-pokemon-pool-history ._pokemon-col{flex-direction:column;flex-shrink:0;align-self:center;align-items:center;display:flex}.w-pokemon-pool-history ._pokemon-img{object-fit:contain;width:32px;height:32px}.w-pokemon-pool-history ._info{flex-direction:column;flex:1;display:flex}.w-pokemon-pool-history ._top{align-items:center;display:flex}.w-pokemon-pool-history ._name{color:#333;font-size:12px;font-weight:700}.w-pokemon-pool-history ._tags{gap:4px;margin-top:3px;display:flex}.w-pokemon-pool-history ._tag{border-radius:3px;padding:0 4px;font-size:9px;font-weight:700;display:inline-block}.w-pokemon-pool-history ._tag.is-shiny{color:#795548;background:#ffd54f}.w-pokemon-pool-history ._tag.is-title{color:#fff;background:#4caf50}.w-pokemon-pool-history ._ball{align-items:center;gap:4px;font-size:10px;display:flex}.w-pokemon-pool-history ._ball-icon{object-fit:contain;width:14px;height:14px}.w-pokemon-pool-history ._links{flex-direction:column;flex-shrink:0;justify-content:center;align-self:center;gap:3px;display:flex}.w-pokemon-pool-history ._link{color:#7a7ec0;text-align:left;white-space:nowrap;background:#fff;border:1px solid #7a7ec0;border-radius:3px;padding:2px 8px;font-size:10px;font-weight:700;text-decoration:none;display:block}.w-pokemon-pool-history ._link:active{background:rgba(122,126,192,.25)}.w-pokemon-pool-history ._selected-badge{color:#fff;text-align:center;background:#7a7ec0;border-radius:3px;padding:1px 5px;font-size:9px;font-weight:700}.w-pokemon-pool-history>._more{color:#666;cursor:pointer;text-align:center;background:rgba(255,255,255,.5);border:1px solid #ddd;border-radius:3px;width:100%;margin-top:10px;padding:10px;font-size:13px;display:block}.w-pokemon-pool-history>._more:active{color:#333;background:#eee}.w-pokemon-history-list ._subtitle{color:#fff;margin:0 0 10px;font-size:13px;font-weight:700}.w-pokemon-history-list>._items{flex-direction:column;gap:5px;max-height:400px;display:flex;overflow-y:auto}.w-pokemon-history-list ._item{background:rgba(255,255,255,.9);border:1px solid #e0e0e0;border-radius:5px;flex-direction:column;padding:5px 10px;display:flex}.w-pokemon-history-list ._item.is-shiny{background:rgba(255,253,231,.9);border-color:#f9a825}.w-pokemon-history-list ._row{align-items:center;gap:5px;display:flex}.w-pokemon-history-list ._detail{flex-direction:column;flex:1;gap:3px;display:flex}.w-pokemon-history-list ._meta{flex-direction:column;justify-content:space-between;gap:3px;display:flex}.w-pokemon-history-list ._pokemon-col{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.w-pokemon-history-list ._draw-number{color:#7a7ec0;text-align:center;margin-top:2px;font-size:10px;font-weight:700}.w-pokemon-history-list ._pokemon-img{object-fit:contain;width:36px;height:36px}.w-pokemon-history-list ._info{flex-direction:column;flex:1;display:flex}.w-pokemon-history-list ._top{justify-content:space-between;align-items:center;display:flex}.w-pokemon-history-list ._name{color:#333;font-size:13px;font-weight:700;line-height:1}.w-pokemon-history-list ._tags{gap:4px;display:flex}.w-pokemon-history-list ._tag{border-radius:3px;padding:0 5px;font-size:10px;font-weight:700;display:inline-block}.w-pokemon-history-list ._tag.is-shiny{color:#795548;background:#ffd54f}.w-pokemon-history-list ._tag.is-title{color:#fff;background:#4caf50}.w-pokemon-history-list ._ball{align-items:center;gap:5px;font-size:11px;display:flex}.w-pokemon-history-list ._ball-icon{object-fit:contain;width:16px;height:16px}.w-pokemon-history-list ._links{flex-direction:row;flex-shrink:0;gap:3px;display:flex}.w-pokemon-history-list ._link{color:#7a7ec0;text-align:center;white-space:nowrap;background:#fff;border:1px solid #7a7ec0;border-radius:3px;padding:2px 8px;font-size:10px;font-weight:700;text-decoration:none;display:block}.w-pokemon-history-list ._link:active{background:rgba(122,126,192,.25)}.w-pokemon-history-list ._vp{border-top:1px solid rgba(0,0,0,.05);align-items:center;gap:10px;margin-top:3px;padding-top:5px;display:flex}.w-pokemon-history-list ._vp-title{color:gray;font-size:11px}.w-pokemon-history-list ._vp-row{flex-direction:row;gap:3px;display:flex}.w-pokemon-history-list ._vp-label{color:gray;font-size:11px}.w-pokemon-history-list ._vp-value{color:#444;font-size:11px;font-weight:700}.w-pokemon-history-list>._more{color:#666;cursor:pointer;text-align:center;background:rgba(255,255,255,.5);border:1px solid #ddd;border-radius:3px;width:100%;margin-top:10px;padding:10px;font-size:13px;display:block}.w-pokemon-history-list>._more:active{color:#333;background:#eee}.w-pokemon-shiny-effect{pointer-events:none;z-index:10;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.w-pokemon-shiny-effect>._shimmer{background:linear-gradient(135deg,transparent 20%,rgba(255,215,0,.15) 40%,rgba(255,215,0,.3) 50%,rgba(255,215,0,.15) 60%,transparent 80%) 0 0/200% 200%;animation:2s ease-in-out infinite shimmer;position:absolute;top:0;bottom:0;left:0;right:0}.w-pokemon-shiny-effect>._sparkle{width:6px;height:6px;animation:1.5s ease-in-out infinite sparkleFloat;animation-delay:calc(var(--sparkle-i) * .2s);background:gold;border-radius:50%;position:absolute}.w-pokemon-shiny-effect>._sparkle:nth-child(2){top:10%;left:20%}.w-pokemon-shiny-effect>._sparkle:nth-child(3){top:30%;left:80%}.w-pokemon-shiny-effect>._sparkle:nth-child(4){top:60%;left:15%}.w-pokemon-shiny-effect>._sparkle:nth-child(5){top:80%;left:70%}.w-pokemon-shiny-effect>._sparkle:nth-child(6){top:20%;left:50%}.w-pokemon-shiny-effect>._sparkle:nth-child(7){top:50%;left:90%}.w-pokemon-shiny-effect>._sparkle:nth-child(8){top:70%;left:40%}.w-pokemon-shiny-effect>._sparkle:nth-child(9){top:90%;left:60%}@keyframes shimmer{0%{background-position:-200% -200%}to{background-position:200% 200%}}@keyframes sparkleFloat{0%,to{opacity:0;transform:scale(0)translateY(0)}50%{opacity:1;transform:scale(1)translateY(-10px)}}.w-pokemon-title-badge{margin-top:5px;animation:.4s ease-out slideInRight}.w-pokemon-title-badge>._text{color:#2e7d32;letter-spacing:.5px;font-size:11px;font-weight:700}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}
/*$vite$:1*/