@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Space+Grotesk:wght@600;700&display=swap";:root{color:#16233c;font-synthesis:none;--navy:#17284a;--blue:#3765e7;--yellow:#ffc928;--line:#dfe5f0;background:#f6f8fc;font-family:DM Sans,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}.app{flex-direction:column;min-height:100vh;display:flex}button,input{font:inherit}button{cursor:pointer}header{border-bottom:1px solid var(--line);z-index:20;background:#fff;justify-content:space-between;align-items:center;height:76px;padding:0 4.5vw;display:flex;position:sticky;top:0}.brand,.room,.setupHead,.modes button,.hintRow>div,.player,.leader{align-items:center;display:flex}.logo{border:4px solid var(--navy);border-radius:50%;place-items:center;width:42px;height:42px;font-family:Space Grotesk;font-size:13px;display:grid;position:relative}.logo:after{content:"";background:var(--navy);width:100%;height:4px;position:absolute}.brand>div{margin-left:12px;display:grid}.brand b{letter-spacing:1px;font-family:Space Grotesk}.brand small{color:#7b879e;font-size:10px}.room{color:#67738a;gap:10px;font-size:13px}.room button{color:var(--blue);background:#edf2ff;border:0;border-radius:9px;padding:8px}.lobby{flex:1;grid-template-columns:1fr 520px;align-items:center;gap:7vw;width:92%;max-width:1320px;margin:auto;padding:55px 0;display:grid}.eyebrow{letter-spacing:1.4px;color:var(--blue);background:#e8eeff;border-radius:99px;padding:8px 12px;font-size:11px;font-weight:800}.welcome h1{letter-spacing:-3px;margin:24px 0;font-family:Space Grotesk;font-size:clamp(46px,5vw,76px);line-height:.98}.welcome h1 em{color:var(--blue);font-style:normal}.welcome>p{color:#6b778d;max-width:520px;font-size:18px;line-height:1.6}.avatars{gap:24px;margin-top:38px;display:flex}.avatars>div{justify-items:center;gap:6px;font-size:12px;display:grid}.avatars span{color:#fff;width:46px;height:46px;box-shadow:0 0 0 1px var(--line);border:3px solid #fff;border-radius:50%;place-items:center;font-weight:800;display:grid}.avatars small{color:var(--blue);font-size:7px}.avatars .waiting span{color:#a1acc0;background:0 0;border-style:dashed}.setup{border:1px solid var(--line);background:#fff;border-radius:20px;padding:28px;box-shadow:0 18px 50px #273c6a14}.setupHead{border-bottom:1px solid var(--line);gap:14px;padding-bottom:21px}.setupHead>svg{background:var(--navy);color:#fff;border-radius:11px;width:42px;height:42px;padding:10px}.setupHead>div,.modes span,.hintRow span{display:grid}.setupHead small,.modes small,.hintRow small{color:#8b96a9;margin-top:2px;font-size:11px}.setup>label,.timerSetup label{letter-spacing:1px;justify-content:space-between;margin:22px 0 10px;font-size:10px;font-weight:800;display:flex}.setup>label span{color:#8b96a9;letter-spacing:0;font-weight:500}.gens{grid-template-columns:repeat(5,1fr);gap:7px;display:grid}.gens button{border:1px solid var(--line);color:#6d7890;background:#f9faff;border-radius:9px;padding:9px 3px}.gens b,.gens small{font-size:9px;display:block}.gens small{margin-top:2px;font-size:8px}.gens button.on{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 5px 12px #3765e733}.modes{grid-template-columns:1fr 1fr;gap:10px;display:grid}.modes button{text-align:left;border:1px solid var(--line);color:#6d7890;background:#fafbfe;border-radius:11px;gap:10px;padding:13px}.modes button.on{border:2px solid var(--blue);color:var(--navy);background:#f0f4ff}.modes svg{width:19px}.timerSetup{justify-content:space-between;align-items:center;display:flex}.timerSetup input{border:1px solid var(--line);border-radius:8px;width:70px;padding:8px}.hintRow{background:#fff9e6;border:1px solid #f8e4a7;border-radius:11px;justify-content:space-between;align-items:center;margin-top:18px;padding:13px;display:flex}.hintRow>div{gap:10px}.hintRow svg{color:#d99b00;width:20px}.switch{background:#cbd3df;border:0;border-radius:22px;width:38px;height:22px;padding:3px}.switch i{background:#fff;border-radius:50%;width:16px;height:16px;transition:all .2s;display:block}.switch.on{background:var(--blue)}.switch.on i{transform:translate(16px)}.start{background:var(--yellow);color:#25314b;letter-spacing:.6px;border:0;border-radius:11px;width:100%;margin-top:18px;padding:15px;font-weight:900;box-shadow:0 6px #dda900}.start span{float:right}.game{flex:1;grid-template-columns:245px 1fr;display:grid}.game aside{border-right:1px solid var(--line);background:#fff;padding:24px 18px}.round{background:var(--navy);color:#fff;border-radius:14px;padding:18px}.round small,.game aside h3{letter-spacing:1.2px;color:#aebbd4;font-size:9px;font-weight:800}.round h2{margin:6px 0;font-size:18px}.round strong{color:var(--yellow);font-family:Space Grotesk;font-size:30px}.game aside h3{margin:28px 8px 10px}.player{gap:9px;padding:9px 5px}.player>span{color:#9aa5b8;font-size:10px}.player i{color:#fff;border-radius:50%;place-items:center;width:28px;height:28px;font-size:11px;font-style:normal;display:grid}.player b{flex:1;font-size:13px}.leader{background:#fff7d9;border-radius:10px;gap:9px;margin-top:12px;padding:11px}.leader svg{color:#e3a700}.leader span{display:grid}.leader small{color:#a47800;font-size:7px}.reset{color:#8994a8;background:0 0;border:0;gap:8px;margin-top:25px;font-size:11px;display:flex}.reset svg{width:15px}.board{max-width:1500px;padding:32px 3.5vw 60px}.boardTop{justify-content:space-between;align-items:end;display:flex}.live{color:#eb4967;font-size:9px;font-weight:800}.boardTop h1{margin:6px 0 2px;font-family:Space Grotesk;font-size:32px}.boardTop p{color:#8290a7;margin:0}.progress{align-items:center;gap:10px;display:flex}.progress>i{background:#dfe5ef;border-radius:8px;width:140px;height:7px;overflow:hidden}.progress span{background:var(--blue);height:100%;display:block}.guess{border:2px solid var(--blue);background:#fff;border-radius:14px;align-items:center;max-width:680px;margin:28px auto;padding:0 16px;display:flex;box-shadow:0 10px 30px #3765e724}.guess svg{color:var(--blue)}.guess input{border:0;outline:0;flex:1;padding:17px;font-size:16px}.guess kbd{color:#8792a4;background:#edf1f8;border-radius:6px;padding:4px 7px;font-size:9px}.toast{z-index:10;background:var(--navy);color:#fff;border-radius:99px;padding:11px 19px;font-size:12px;animation:2.4s forwards toast;position:fixed;top:88px;left:50%;transform:translate(-50%)}.region{margin-top:28px}.regionTitle{border-bottom:1px solid var(--line);align-items:center;gap:10px;padding-bottom:10px;display:flex}.regionTitle span{color:#fff;background:var(--blue);border-radius:5px;padding:5px 7px;font-size:8px;font-weight:900}.regionTitle small{color:#8e99ab;margin-left:auto}.grid{grid-template-columns:repeat(auto-fill,minmax(82px,1fr));gap:10px;margin-top:13px;display:grid}.grid article{background:#fff;border:1px solid #e3e8f1;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;height:106px;transition:all .2s;display:flex;position:relative}.grid article.caught{background:#fff;border-color:#cdd9f5}.grid img{width:66px;height:66px;image-rendering:pixelated;margin-top:-5px}.grid article b{text-align:center;margin-top:-5px;font-size:10px}.grid article small{color:#97a2b4;font-size:8px}.ball{color:#acb5c4;background:#e6eaf1;border:3px solid #c6cdd9;border-radius:50%;place-items:center;width:42px;height:42px;margin-bottom:8px;font-size:22px;display:grid}.ball.fire{color:#ed6036;background:#ffdfd5}.ball.water{color:#448ddd;background:#d9ecff}.ball.grass,.ball.bug{color:#5b9f3f;background:#e1f3d8}.ball.electric{color:#d4a600;background:#fff2b7}.ball.psychic,.ball.fairy{color:#d75a99;background:#ffe0f1}.ball.dark,.ball.ghost{color:#665681;background:#e3def1}.ball.ice,.ball.flying{color:#4e9fa7;background:#daf5f5}.ball.fighting,.ball.ground,.ball.rock{color:#996249;background:#eeddd3}.ball.poison{color:#9954ac;background:#ecdaf2}.ball.dragon{color:#6450c8;background:#ded9fa}.ball.steel{color:#687b86;background:#e1e8ec}.shiny{color:#e7ad00;position:absolute;top:5px;right:7px}.flash{animation:.25s 4 flash}.app footer{border-top:1px solid var(--line);color:#8c97aa;background:#fff;align-items:center;gap:15px;height:42px;padding:0 4.5vw;font-size:9px;display:flex}.app footer span{color:var(--blue);font-weight:800}.app footer b{margin-left:auto}@keyframes flash{50%{background:#ffe98e;transform:scale(1.08)}}@keyframes toast{0%{opacity:0;transform:translate(-50%,-8px)}10%,80%{opacity:1;transform:translate(-50%)}to{opacity:0}}@media (width<=900px){.lobby{grid-template-columns:1fr;padding:35px 0}.welcome h1{font-size:48px}.setup{width:100%;max-width:580px;margin:auto}.game{grid-template-columns:1fr}.game aside{display:none}.board{padding:24px 4vw}.grid{grid-template-columns:repeat(auto-fill,minmax(72px,1fr))}}@media (width<=560px){header{padding:0 16px}.room span{display:none}.welcome h1{letter-spacing:-2px}.avatars{gap:12px}.gens{grid-template-columns:repeat(3,1fr)}.modes{grid-template-columns:1fr}.boardTop{align-items:start}.progress{display:none}.grid article{height:94px}.grid img{width:58px;height:58px}.app footer p{display:none}}.casual-timer{color:var(--navy);background:#e8eeff;border-radius:12px;flex-wrap:wrap;align-items:center;gap:10px;margin-top:22px;padding:12px 16px;display:flex}.casual-timer span{font-size:14px}.casual-timer strong{font-variant-numeric:tabular-nums;font-family:Space Grotesk,sans-serif;font-size:24px}.casual-timer small{color:#58667e;margin-left:auto;font-size:12px}.grid img.ball-sprite{width:64px;height:64px;image-rendering:pixelated;object-fit:contain;margin:0}.start:disabled{opacity:.55;cursor:wait}footer a{color:inherit}.app:has(.game){height:100dvh;min-height:0;overflow:hidden}:is(.app:has(.game) header,.app:has(.game) footer){flex-shrink:0}.game{min-height:0;overflow:hidden}.game aside{overflow-y:auto}.game .board{flex-direction:column;width:100%;min-width:0;max-width:none;min-height:0;padding:20px 3vw 0;display:flex;overflow:hidden}.play-controls{border-bottom:1px solid var(--line);background:#f6f8fc;flex-shrink:0;padding-bottom:14px}.pokemon-scroll{overscroll-behavior:contain;scrollbar-gutter:stable;flex:1;min-height:0;padding:0 12px 32px 0;overflow-y:auto}.control-row{grid-template-columns:minmax(0,1fr) 260px;align-items:end;gap:20px;margin-top:12px;display:grid}.input-column{min-width:0}.control-row .guess{width:100%;max-width:none;margin:10px 0 0}.control-row .guess input{width:100%;min-width:0}.control-row .casual-timer{margin-top:0;padding:8px 12px}.recent{border:1px solid var(--line);background:#fff;border-radius:12px;min-height:97px;padding:8px 10px}.recent>span{color:#68758d;font-size:10px;font-weight:800}.recent>div{justify-content:flex-start;align-items:center;gap:5px;min-height:58px;display:flex}.recent figure{text-align:center;width:74px;margin:0}.recent img{width:46px;height:46px;image-rendering:pixelated}.recent figcaption{white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.recent small{color:#8b96a9;font-size:12px}.grid article{height:auto;min-height:116px;padding:8px 3px}.grid article b{overflow-wrap:anywhere;margin-top:0;font-size:11px}@media (width<=900px){.game .board{padding:14px 3vw 0}.control-row{grid-template-columns:minmax(0,1fr) 215px;gap:10px}.recent figure{width:60px}}@media (width<=560px){.control-row{grid-template-columns:1fr;gap:6px;margin-top:8px}.recent{align-items:center;gap:8px;min-height:0;padding:4px 8px;display:flex}.recent>span{max-width:95px;font-size:8px}.recent>div{min-height:0}.recent img{width:32px;height:32px}.recent figcaption{font-size:9px}.recent figure{align-items:center;width:auto;max-width:100px;display:flex}.control-row .guess input{padding:12px 8px;font-size:14px}.control-row .casual-timer small{display:none}.boardTop h1{font-size:24px}.play-controls{padding-bottom:8px}.region{margin-top:18px}}.timerSetup label{letter-spacing:.3px;font-size:14px}.timerSetup input{width:88px;font-size:16px}.letter-option{background:#edf2ff;border-color:#cdd9f5;gap:12px}.letter-option svg{color:var(--blue);flex-shrink:0}.letter-option b{font-size:16px}.letter-option small{color:#5e6e8a;font-size:12px;line-height:1.4}.letter-option .switch{flex-shrink:0}.versus-controls{color:var(--navy)}.turn-line{justify-content:space-between;align-items:center;gap:12px;min-height:32px;font-size:14px;display:flex}.turn-clock{white-space:nowrap;align-items:center;gap:6px;display:flex}.turn-clock strong{font-variant-numeric:tabular-nums;font-family:Space Grotesk,sans-serif;font-size:24px}.turn-clock small{color:#5e6e8a;font-size:12px}.turn-clock.urgent{color:#b91c35}.letter-roulette{background:#e8eeff;border:1px solid #cdd9f5;border-radius:12px;align-items:center;gap:12px;margin-top:6px;padding:10px;display:flex}.letter-window{background:var(--navy);height:64px;color:var(--yellow);border-radius:9px;flex:0 0 60px;overflow:hidden;box-shadow:inset 0 3px 9px #0004}.letter-window>span,.letter-reel>span{place-items:center;height:64px;font:700 40px/1 Space Grotesk,sans-serif;display:grid}.letter-reel{animation:.75s steps(26,end) infinite letter-roll}.letter-status{flex:1;gap:3px;min-width:0;display:grid}.letter-status>b{font-size:16px}.letter-status>span{font-size:14px;line-height:1.4}.letter-status>small{color:#5e6e8a;font-size:12px}.spin-button{background:var(--blue);color:#fff;border:0;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-height:44px;padding:10px 14px;font-size:14px;font-weight:700;display:flex}.spin-button:disabled{color:#536484;cursor:default;background:#cdd6ec}.spin-button:focus-visible,.letter-option .switch:focus-visible{outline:3px solid var(--navy);outline-offset:3px}.surrender-button{color:#354c70;background:#fff;border:1px solid #a6b6d3;border-radius:9px;align-items:center;gap:7px;max-width:145px;min-height:44px;padding:10px 12px;font-size:14px;font-weight:700;display:flex}.surrender-button svg{flex-shrink:0}.surrender-button:hover{border-color:var(--navy);background:#f6f8fc}.surrender-button:focus-visible,.letter-history:focus-visible{outline:3px solid var(--navy);outline-offset:3px}.letter-team{white-space:nowrap;align-items:center;gap:7px;padding:7px 0 2px;font-size:12px;display:flex;overflow-x:auto}.letter-team>span{border-radius:6px;flex-shrink:0;padding:3px 6px}.letter-team>span:first-child{color:#5e6e8a;padding-left:0}.letter-team .has-turn{background:var(--navy);color:#fff}.letter-team .gave-up{color:#59677d;background:#e5e9f1}.letter-history{white-space:nowrap;align-items:center;gap:7px;max-width:100%;padding:7px 0 3px;display:flex;overflow-x:auto}.letter-history>span{flex-shrink:0}.letter-history>span:first-child{color:#5e6e8a;font-size:12px;font-weight:700}.letter-result{background:#fff;border:1px solid #cdd9f5;border-radius:6px;padding:4px 8px;font-size:14px}.letter-result.exhausted{color:#215c43;background:#def1e9;border-color:#9ccdb8}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.guess:has(input:disabled){box-shadow:none;border-color:#cdd6ec}.guess input:disabled{color:#5e6e8a;cursor:not-allowed;background:0 0}.guess:has(input[aria-invalid=true]){border-color:#b91c35}.letter-validation{color:#a81a30;min-height:20px;padding:3px 4px 0;font-size:12px}@keyframes letter-roll{to{transform:translateY(-1664px)}}@media (width<=1100px) and (width>=901px){.letter-roulette{flex-wrap:wrap}.letter-roulette .spin-button{margin-left:auto}}@media (width<=560px){.letter-roulette{gap:8px;padding:8px}.letter-window{flex-basis:48px}.letter-status>b{font-size:14px}.letter-status>span{font-size:12px}.letter-status>small{display:none}.spin-button{padding:10px}.spin-button svg{display:none}.surrender-button{max-width:105px;padding:9px}.surrender-button svg{display:none}.turn-clock strong{font-size:20px}.letter-validation{min-height:18px}}@media (prefers-reduced-motion:reduce){.letter-reel{animation:none}}.entry{text-align:center;width:min(760px,92%);margin:auto;padding:60px 0}.entry h1{letter-spacing:-1.5px;margin:25px 0 16px;font:700 clamp(32px,5vw,52px)/1.1 Space Grotesk,sans-serif}.entry>p{color:#586981;font-size:16px;line-height:1.6}.entry-options{grid-template-columns:1fr 1fr;gap:18px;margin:30px 0;display:grid}.entry-options button{text-align:left;color:var(--navy);background:#fff;border:1px solid #cdd9ed;border-radius:16px;justify-items:start;gap:13px;padding:28px;display:grid;box-shadow:0 8px 24px #273c6a0a}.entry-options button:hover{border-color:var(--blue);background:#edf2ff}.entry-options svg{width:36px;height:36px;color:var(--blue)}.entry-options b{font:700 24px Space Grotesk,sans-serif}.entry-options span{color:#586981;font-size:16px;line-height:1.5}.entry-form{border:1px solid var(--line);text-align:left;background:#fff;border-radius:16px;max-width:400px;margin:30px auto;padding:26px}.entry-form label{margin:15px 0 8px;font-size:14px;font-weight:700;display:block}.entry-form input{border:1px solid #b2c0d5;border-radius:8px;width:100%;padding:12px;font-size:16px}.back-link{color:var(--blue);background:0 0;border:0;padding:12px;font-size:16px}button:focus-visible{outline:3px solid var(--blue);outline-offset:3px}button:disabled{cursor:default;opacity:.6}.setup fieldset{border:0;min-width:0;margin:0;padding:0}.setup fieldset>label{justify-content:space-between;gap:12px;margin:22px 0 10px;font-size:14px;font-weight:700;display:flex}.setup fieldset>label>span{color:#5e6e8a;text-align:right;font-size:12px;font-weight:400}.solo-modes{grid-template-columns:1fr}.lobby .welcome h1{font-size:clamp(42px,5vw,66px)}.avatars{flex-wrap:wrap}.avatars>div{overflow-wrap:anywhere;text-align:center;max-width:130px}.avatars b{font-size:14px}.avatars small{font-size:10px}.kick-player{color:#bd2947;background:#fff0f3;border:1px solid #e4a4b1;border-radius:8px;justify-content:center;align-items:center;gap:5px;min-height:30px;padding:5px 8px;font-size:12px;font-weight:800;display:inline-flex}.kick-player:hover:enabled{color:#fff;background:#d93757;border-color:#d93757}.kick-player svg{width:15px;height:15px}.avatars .kick-player{margin-top:3px}.avatars .kick-player span{width:auto;height:auto;color:inherit;box-shadow:none;background:0 0;border:0;border-radius:0;font-size:11px;display:inline}.player .kick-player{flex:0 0 28px;width:28px;min-height:28px;padding:4px}.player .kick-player span{display:none}.share-room{background:#edf2ff;border:1px solid #cdd9ed;border-radius:14px;gap:10px;max-width:520px;margin-top:26px;padding:18px;display:grid}.share-room label{font-size:14px;font-weight:700}.share-room>div{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.share-room strong{letter-spacing:3px;font:700 28px Space Grotesk,sans-serif}.share-room button{color:var(--blue);background:#fff;border:1px solid #b2c0d5;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:14px;display:flex}.share-room input{color:#354c70;border:1px solid #b2c0d5;border-radius:8px;width:100%;min-width:0;padding:10px;font-size:14px}.share-room small{color:#586981;font-size:12px;line-height:1.5}.lobby-note{color:#586981;margin:18px 0 0;font-size:14px;line-height:1.5}.connection-error{color:#774600;background:#fff1d1;border-radius:8px;padding:10px 12px;font-size:14px;line-height:1.4}.play-controls>.connection-error{margin:8px 0}.participation-note{color:#354c70;background:#edf2ff;border-radius:8px;margin:6px 0;padding:8px 10px;font-size:13px;line-height:1.4}.board-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.board-actions button{color:#354c70;background:#fff;border:1px solid #cdd9ed;border-radius:8px;align-items:center;min-height:36px;padding:8px;font-size:14px;display:flex}.mobile-scores{display:none}.app header .real-room-code{font-size:14px;display:inline}.guess input:disabled{opacity:1}.start:disabled{cursor:default}@media (width<=900px){.mobile-scores{white-space:nowrap;gap:16px;padding:7px 0 0;font-size:12px;display:flex;overflow-x:auto}.mobile-scores span{flex-shrink:0}}@media (width<=560px){.entry-options{grid-template-columns:1fr}.entry{padding:30px 0}.entry-options button{gap:10px;padding:22px}.board-actions{max-width:140px}.board-actions>b{display:none}.app header .real-room-code{font-size:12px}.room{gap:5px}.brand b{font-size:13px}.brand>div{margin-left:8px}.logo{width:35px;height:35px}.share-room strong{font-size:24px}.letter-roulette{flex-wrap:wrap}.letter-roulette .surrender-button{max-width:none;margin-left:auto}}.sound-toggle{justify-content:center;align-items:center;min-width:40px;min-height:40px;display:inline-flex}.grid article.caught{padding:0}.pokemon-card{width:100%;min-height:116px;color:inherit;background:0 0;border:0;border-radius:11px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:8px 3px;display:flex}.pokemon-card:hover{background:#edf2ff}.pokemon-card:focus-visible{outline-offset:2px}.recent .recent-pokemon{width:74px;min-width:0;min-height:64px;color:var(--navy);background:0 0;border:0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:2px;display:flex}.recent-pokemon:hover{background:#edf2ff}.recent-pokemon span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12px;overflow:hidden}.pokemon-detail{overscroll-behavior:contain;width:min(420px,100vw - 32px);max-height:calc(100dvh - 32px);color:var(--navy);text-align:center;background:#f6f8fc;border:1px solid #cdd9ed;border-radius:22px;padding:34px 24px 26px;overflow:auto;box-shadow:0 24px 80px #091a4155}.pokemon-detail::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#101e3db3}.detail-close{width:40px;height:40px;color:var(--navy);background:0 0;border:0;border-radius:50%;place-items:center;display:grid;position:absolute;top:8px;right:8px}.detail-close:hover{background:#e4eaff}.detail-eyebrow{letter-spacing:1px;color:#52678d;margin-top:10px;font-size:12px;font-weight:800;display:block}.detail-art{background:#e8eeff;border:1px solid #dce5f7;border-radius:18px;place-items:center;min-height:230px;margin:16px 0 4px;display:grid}.detail-art img{object-fit:contain;width:256px;max-width:100%;height:256px;image-rendering:pixelated;display:block}.pokemon-detail h2{overflow-wrap:anywhere;margin:14px 0;font:700 28px/1.2 Space Grotesk,sans-serif}.detail-types{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;min-height:36px;display:flex}.detail-types p{margin:0;font-size:14px;line-height:1.5}.detail-types button{color:var(--blue);background:0 0;border:0;padding:5px;text-decoration:underline}.type-badge{color:#25344a;background:#e1e5ec;border-radius:99px;padding:7px 15px;font-size:14px;font-weight:800}.type-fire{color:#882d0f;background:#ffdccb}.type-water{color:#164d89;background:#d4eaff}.type-electric{color:#694d00;background:#ffed9b}.type-grass,.type-bug{color:#315912;background:#d8efc3}.type-ice,.type-flying{color:#1b5962;background:#d5f2f4}.type-poison,.type-ghost{color:#63377e;background:#eadcf7}.type-ground,.type-rock,.type-fighting{color:#694623;background:#f0dfc9}.type-psychic,.type-fairy{color:#893057;background:#ffdeee}.type-dark{color:#413538;background:#d9d4d5}.type-dragon{color:#4d379a;background:#e1dcff}.type-steel{color:#3b5864;background:#dbe7ed}.detail-discoverer{color:#536681;margin:18px 0 0;font-size:14px}.detail-timer-note{color:#63718b;margin-top:16px;font-size:12px;display:block}@media (width<=900px){.recent .recent-pokemon{width:60px}}@media (width<=560px){.recent>div{flex:1;min-width:0}.recent .recent-pokemon{flex:1;width:auto;max-width:100px;min-height:44px}.recent-pokemon span{font-size:12px}.detail-art{min-height:190px}.detail-art img{width:220px;height:220px}.pokemon-detail{padding:30px 16px 22px}}@media (prefers-reduced-motion:reduce){.grid article.flash{outline-offset:2px;outline:3px solid #c18a00;animation:none}.grid article{transition:none}}.versus-rules-note{color:#526580;margin:10px 0 16px;font-size:12px;line-height:1.6}.strikes{white-space:nowrap;vertical-align:middle;gap:4px;font:800 12px/1.4 sans-serif;display:inline-flex}.strikes>span{color:#8c99ab;background:#e2e7ef;border-radius:4px;place-items:center;width:18px;height:18px;display:inline-grid}.strikes>span.used{color:#a71f36;background:#ffe1e6}.player b>.strikes{margin-top:5px;display:flex}.mobile-scores .strikes{margin-left:6px}.pass-row{color:#536581;justify-content:space-between;align-items:center;gap:8px;margin:7px 0;font-size:12px;display:flex}.pass-row>span{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.pass-button{min-height:38px;color:var(--navy);background:#fff;border:1px solid #a6b6d3;border-radius:8px;flex-shrink:0;padding:6px 12px;font-size:13px;font-weight:700}.pass-button small{color:#a71f36;margin-left:5px;font-size:11px}.pass-button:hover:enabled{background:#edf2ff;border-color:#3765e7}.pass-button:disabled{opacity:.5;cursor:not-allowed}.letter-history>.letter-result{min-height:36px;color:var(--navy);flex-shrink:0}.letter-history>.letter-result:hover{border-color:#3765e7;box-shadow:0 0 0 1px #3765e7}.recent .recent-pokemon.is-shiny,.letter-summary-grid .is-shiny{color:#684500;background:linear-gradient(145deg,#fff9da,#ffe698);box-shadow:inset 0 0 0 1px #d7b34f}.recent .recent-pokemon.is-shiny:hover{background:#ffdf83}.recent-pokemon .shiny-label,.shiny-label{color:#765100;white-space:nowrap;font-size:10px;font-weight:800;line-height:1.5}.grid article.missed,.letter-summary-grid .missed{color:#545c68;background:#e2e5e9;border-color:#c5cbd3}.missed img{filter:grayscale();opacity:.7}.grid article.missed small{color:#545c68}.letter-detail{text-align:left;width:min(760px,100vw - 32px)}.letter-detail>h2,.letter-detail>.detail-eyebrow,.letter-summary-note,.letter-detail>.detail-timer-note{text-align:center}.letter-summary-note{color:#536581;font-size:14px;line-height:1.5}.letter-summary-section h3{align-items:center;gap:10px;margin:22px 0 12px;font-size:17px;display:flex}.letter-summary-section h3>span{background:#e1e8f4;border-radius:6px;padding:3px 7px;font-size:13px}.letter-summary-grid{grid-template-columns:repeat(auto-fill,minmax(115px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.letter-summary-grid li{text-align:center;background:#fff;border:1px solid #d3dded;border-radius:12px;flex-direction:column;align-items:center;gap:3px;min-width:0;padding:8px;display:flex}.letter-summary-grid img{object-fit:contain;image-rendering:pixelated}.letter-summary-grid b{overflow-wrap:anywhere;font-size:13px}.letter-summary-grid small,.letter-empty{color:#536581;font-size:12px}@media (width<=560px){.pass-row{font-size:11px}.pass-button{padding:6px 8px}.pass-button small{margin-left:0;display:block}.letter-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.strikes>span{width:16px;height:16px}}@media (width<=560px) and (height<=760px){.app:has(.game) header{height:54px}.app:has(.game) footer{display:none}.letter-team{display:none}.boardTop h1{margin:2px 0;font-size:20px}.boardTop p{font-size:12px}}.desktop-session-controls,.desktop-status{display:none}@media (width>=901px){.app:has(.game)>header{display:none}.game .board{padding-top:10px}.play-controls{padding-bottom:10px}.boardTop{flex-wrap:wrap;align-items:center;gap:12px}.board-summary{flex-wrap:wrap;align-items:center;gap:8px 14px;min-width:0;display:flex}.board-summary .full-status{display:none}.board-summary .desktop-status{display:inline}.board-summary .live{white-space:nowrap;font-size:12px;line-height:1.4}.board-summary h1{letter-spacing:0;margin:0;font-size:16px;line-height:1.4}.board-summary p{color:#586981;white-space:nowrap;margin:0;font-size:14px;line-height:1.4}.board-actions{flex-wrap:nowrap;gap:6px;margin-left:auto}.board-actions .progress-percent{display:none}.board-actions button{justify-content:center;min-height:34px;padding:6px 8px}.desktop-session-controls{border-left:1px solid var(--line);align-items:center;gap:6px;padding-left:6px;display:flex}.desktop-session-controls .sound-toggle{min-width:34px;min-height:34px}.compact-room-code{font-variant-numeric:tabular-nums;white-space:nowrap;gap:6px}.control-row{grid-template-columns:minmax(0,1fr) 248px;align-items:start;gap:12px;margin-top:8px}.input-column{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px 10px;display:grid}.control-row .guess{border-radius:10px;grid-area:1/1;min-height:46px;margin:0;padding:0 10px}.control-row .guess input{padding:11px 8px;font-size:16px}.control-row .guess>svg{flex-shrink:0;width:18px}.control-row .casual-timer{border-radius:10px;grid-area:1/2;grid-template-columns:16px auto;gap:2px 6px;min-height:46px;margin:0;padding:6px 10px;display:grid}.casual-timer>svg{grid-row:1/3;width:16px;height:16px}.casual-timer>span{font-size:12px;line-height:1.1}.casual-timer>strong{font-size:18px;line-height:1.2}.casual-timer>small{display:none}.input-column .turn-line{grid-area:1/2;place-items:center end;gap:0;max-width:170px;min-height:46px;font-size:12px;display:grid}.turn-line>span:first-child{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.turn-clock strong{font-size:18px}.input-column .letter-roulette,.input-column .letter-team,.input-column .letter-history,.input-column .pass-row,.input-column .letter-validation{grid-column:1/-1;min-width:0;margin:0}.input-column .letter-validation[data-invalid=false]{display:none}.letter-roulette{gap:10px;padding:6px 8px}.letter-window{flex-basis:44px;height:44px}.letter-window>span,.letter-reel>span{height:44px;font-size:28px}.letter-reel{animation-name:desktop-letter-roll}.letter-status{flex-wrap:wrap;align-items:baseline;gap:2px 8px;display:flex}.letter-status>b,.letter-status>span{font-size:14px}.letter-status>small{font-size:12px}.letter-roulette .surrender-button,.letter-roulette .spin-button{min-height:36px;padding:6px 10px}.letter-team,.letter-history{padding:0}.pass-row{min-height:34px}.pass-button{min-height:34px;padding:5px 10px}.recent{border-radius:10px;min-height:0;padding:4px 8px}.recent>span{font-size:12px;line-height:1.2;display:block}.recent>div{gap:4px;min-height:42px}.recent .recent-pokemon{width:72px;min-height:42px;padding:1px}.recent img{width:32px;height:32px}.recent-pokemon span{font-size:12px;line-height:1.1}.recent-pokemon .shiny-label{white-space:normal;font-size:12px;line-height:1.1}.pokemon-scroll>.region:first-child{margin-top:16px}@keyframes desktop-letter-roll{to{transform:translateY(-1144px)}}}@media (width>=901px) and (width<=1200px){.board-summary{gap:8px}.control-row{grid-template-columns:minmax(0,1fr) 220px;gap:10px}.input-column{grid-template-columns:minmax(0,1fr) auto;gap:8px}.recent .recent-pokemon{width:62px}.control-row .guess kbd{display:none}.input-column .turn-line{max-width:130px}.casual-timer>span{max-width:70px}}.game-hints{margin:16px 0}.hint-heading{gap:3px;margin-bottom:8px;display:grid}.hint-heading>b{font-size:14px}.hint-heading>small{color:#586981;font-size:12px;line-height:1.4}.hint-buttons{flex-direction:column;gap:6px;display:flex}.hint-buttons button{color:#354c70;background:#fff;border:1px solid #b9c7dc;border-radius:8px;align-items:center;gap:8px;min-height:36px;padding:7px 9px;font-size:14px;display:flex}.hint-buttons button>svg{flex-shrink:0}.hint-buttons button>span:nth-child(2){text-align:left;flex:1}.hint-buttons .hint-enable{color:var(--blue);font-size:12px}.hint-buttons button[aria-pressed=true]{opacity:1;color:#735400;background:#fff5d0;border-color:#dec473}.hint-buttons button:hover:enabled{border-color:var(--blue);background:#edf2ff}.play-controls>.game-hints{display:none}.silhouette-art{place-items:center;width:100%;min-height:70px;display:grid;position:relative}.grid img.pokemon-silhouette{filter:brightness(0);image-rendering:pixelated}.grid img.hint-ball-badge{object-fit:contain;width:24px;height:24px;margin:0;position:absolute;top:-3px;right:2px}button.letter-window{font:inherit;border:0;padding:0}button.letter-window:enabled{cursor:pointer}button.letter-window:enabled:hover{outline:2px solid var(--blue);outline-offset:3px}button.letter-window:disabled{opacity:1}@media (width<=900px){.play-controls>.game-hints{flex-wrap:wrap;align-items:center;gap:6px 12px;margin:8px 0 0;display:flex}.game-hints .hint-heading{margin:0}.game-hints .hint-buttons{flex-flow:wrap}.game-hints .hint-buttons button{min-height:34px;padding:6px 8px}}.theme-toggle{justify-content:center;align-items:center;min-width:40px;min-height:40px;display:inline-flex}@media (width>=901px){.desktop-session-controls .theme-toggle{min-width:34px;min-height:34px}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#e7edf8;--navy:#e7edf8;--blue:#91afff;--yellow:#ffd24c;--line:#344358;--night-surface:#192435;--night-raised:#24334b;--night-muted:#b0bfd5;--night-ink:#e7edf8;scrollbar-color:#536887 #101724;background:#101724}:root[data-theme=dark] :is(header,.setup,.game aside,.recent,.grid article,.grid article.caught,.app footer,.entry-options button,.entry-form,.letter-summary-grid li){background:var(--night-surface);border-color:var(--line);color:var(--night-ink)}:root[data-theme=dark] .play-controls{background:#101724}:root[data-theme=dark] :is(input,.guess,.share-room input,.board-actions button,.hint-buttons button,.surrender-button,.pass-button,.letter-result){background:var(--night-surface);color:var(--night-ink);border-color:#60718b}:root[data-theme=dark] .guess input{background:0 0}:root[data-theme=dark] input::placeholder{color:#aebdd3;opacity:1}:root[data-theme=dark] :is(.brand small,.room,.welcome>p,.entry>p,.entry-options span,.setupHead small,.modes small,.hintRow small,.setup fieldset>label>span,.lobby-note,.boardTop p,.board-summary p,.recent>span,.recent small,.regionTitle small,.grid article small,.casual-timer small,.letter-option small,.turn-clock small,.letter-status>small,.letter-team>span:first-child,.letter-history>span:first-child,.versus-rules-note,.pass-row,.detail-eyebrow,.detail-discoverer,.detail-timer-note,.letter-summary-note,.letter-summary-grid small,.letter-empty,.hint-heading>small,.share-room small){color:var(--night-muted)}:root[data-theme=dark] :is(.room button,.eyebrow,.casual-timer,.letter-roulette,.letter-option,.share-room,.participation-note,.detail-art,.gens button,.modes button,.guess kbd,.letter-summary-section h3>span){background:var(--night-raised);color:var(--night-ink);border-color:#485e80}:root[data-theme=dark] :is(.gens button.on,.spin-button,.regionTitle span,.switch.on){color:#fff;background:#3765e7;border-color:#91afff}:root[data-theme=dark] .modes button.on{color:#fff;background:#2d4265;border-color:#91afff}:root[data-theme=dark] :is(.round,.letter-window,.letter-team .has-turn,.setupHead>svg,.toast){color:#fff;background:#263c65}:root[data-theme=dark] .letter-window{color:var(--yellow)}:root[data-theme=dark] :is(.leader,.hintRow,.hint-buttons button[aria-pressed=true]){color:#ffe193;background:#3d3420;border-color:#8f753a}:root[data-theme=dark] :is(.leader small,.hintRow svg){color:#f0c969}:root[data-theme=dark] .letter-option{background:var(--night-raised);color:var(--night-ink);border-color:#485e80}:root[data-theme=dark] :is(.pokemon-card:hover,.recent-pokemon:hover,.detail-close:hover,.entry-options button:hover,.surrender-button:hover,.pass-button:hover:enabled,.hint-buttons button:hover:enabled){background:#2a3e5c;border-color:#91afff}:root[data-theme=dark] .guess:has(input:disabled){border-color:#53627a}:root[data-theme=dark] .guess input:disabled{color:var(--night-muted)}:root[data-theme=dark] .switch:not(.on){background:#66778e}:root[data-theme=dark] .spin-button:disabled{color:#c4cee0;background:#34435b}:root[data-theme=dark] :is(.strikes>span,.letter-team .gave-up){color:#c4cee0;background:#344357}:root[data-theme=dark] .strikes>span.used{color:#ff9eb3;background:#592c3d}:root[data-theme=dark] :is(.pass-button small,.turn-clock.urgent,.letter-validation){color:#ff9eb3}:root[data-theme=dark] .guess:has(input[aria-invalid=true]){border-color:#ff9eb3}:root[data-theme=dark] .connection-error{color:#ffdb93;background:#44371e}:root[data-theme=dark] .kick-player{color:#ff9eb3;background:#482536;border-color:#a74d69}:root[data-theme=dark] .kick-player:hover:enabled{color:#fff;background:#8d2f4c;border-color:#e36b8f}:root[data-theme=dark] .letter-result.exhausted{color:#b2f0d6;background:#1b493e;border-color:#54aa8b}:root[data-theme=dark] .pokemon-detail{background:var(--night-surface);color:var(--night-ink);border-color:#536b8c}:root[data-theme=dark] .pokemon-detail::backdrop{background:#020711cc}:root[data-theme=dark] :is(.grid article.missed,.letter-summary-grid .missed){color:#c7cdd7;background:#303843;border-color:#59636f}:root[data-theme=dark] :is(.grid article.missed small,.letter-summary-grid .missed small){color:#c7cdd7}:root[data-theme=dark] :is(.recent .recent-pokemon.is-shiny,.letter-summary-grid .is-shiny){color:#fff0b0;background:linear-gradient(145deg,#52411b,#786027);box-shadow:inset 0 0 0 1px #bb9b48}:root[data-theme=dark] :is(.recent-pokemon .shiny-label,.shiny-label){color:#ffe28c}:root[data-theme=dark] .silhouette-art{background:#b5c2d5;border-radius:8px}:root[data-theme=dark] .avatars span{border-color:#26354b}:root[data-theme=dark] button:focus-visible{outline-color:#c0d2ff}:root[data-theme=dark] .grid article.flash{animation-name:night-flash}@keyframes night-flash{50%{background:#675725;transform:scale(1.08)}}@media (prefers-reduced-motion:reduce){:root[data-theme=dark] .grid article.flash{outline:3px solid #ffd24c;animation:none}}@media (width<=560px){.app:has(.game) header .brand>div{display:none}.app:has(.game) header .room>svg{display:none}}.pokemon-names{flex-direction:column;align-items:center;gap:2px;max-width:100%;display:inline-flex}.pokemon-names>span{overflow-wrap:anywhere;max-width:100%}.pokemon-names.bilingual>span:last-child{font-weight:500}.recent-pokemon .pokemon-names,.recent-pokemon .pokemon-names>span{white-space:normal;text-overflow:clip;overflow:visible}.recent-pokemon .pokemon-names>span{font-size:12px;line-height:1.2}.pokemon-detail h2 .pokemon-names.bilingual>span:last-child{font-size:.7em}.letter-pending-note{border:1px dashed var(--line);color:inherit;border-radius:9px;padding:10px 12px;font-size:14px;line-height:1.5}.modes.online-modes{grid-template-columns:repeat(3,minmax(0,1fr))}.modes.online-modes button{padding:11px 9px}.modes.online-modes b{font-size:12px}.find-setup{grid-template-columns:1fr 1fr;gap:18px;display:grid}.find-setup .timerSetup{gap:12px}.find-setup .timerSetup label{line-height:1.3}.find-game{width:min(1440px,94vw);color:inherit;flex:1;margin:0 auto;padding:22px 0 40px}.find-status{grid-template-columns:1fr minmax(260px,1.4fr) auto auto;align-items:center;gap:16px;display:grid}.find-status h1{margin:9px 0 0;font:700 28px/1 Space Grotesk,sans-serif}.find-status h1 small{color:#78869d;font-size:15px}.find-target{border:2px solid var(--blue);background:#fff;border-radius:16px;justify-content:center;align-items:center;gap:12px;min-height:72px;padding:12px 18px;display:flex;box-shadow:0 10px 30px #3765e71c}.find-target>small{letter-spacing:1px;color:#71809a;font-size:10px;font-weight:900}.find-target .pokemon-names{font:700 25px/1.05 Space Grotesk,sans-serif}.find-target .bilingual span:last-child{font-size:15px}.find-stopwatch{background:var(--navy);color:#fff;border-radius:13px;grid-template-columns:20px auto;align-items:center;gap:1px 8px;padding:10px 15px;display:grid}.find-stopwatch svg{grid-row:1/3}.find-stopwatch span{font-size:10px}.find-stopwatch strong{font-variant-numeric:tabular-nums;color:var(--yellow);font:700 22px Space Grotesk}.find-host-actions{gap:6px;display:flex}.find-host-actions button,.pokemon-pc>header button{border:1px solid var(--line);min-height:40px;color:var(--navy);background:#fff;border-radius:9px;align-items:center;gap:6px;padding:8px;display:flex}.find-host-actions svg,.pokemon-pc>header button svg{width:17px}.find-scores{gap:8px;margin:18px 0;display:flex;overflow-x:auto}.find-scores>div{border:1px solid var(--line);background:#fff;border-radius:12px;flex:1;align-items:center;gap:8px;min-width:180px;padding:9px 12px;display:flex;position:relative}.find-scores>div.leading{background:#fff9df;border-color:#d8b23e}.find-scores i{color:#fff;border-radius:50%;flex:0 0 30px;place-items:center;height:30px;font-style:normal;display:grid}.find-scores span{min-width:0;display:grid}.find-scores b{white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.find-scores small{color:#75849a;font-size:10px}.find-scores strong{white-space:nowrap;margin-left:auto;font-size:14px}.find-scores svg{color:#c79000;width:17px;position:absolute;top:-9px;right:5px}.find-scores .kick-player{z-index:2;flex:0 0 30px;width:30px;min-height:30px;padding:4px;position:relative}.find-scores .kick-player span{display:none}.find-scores .kick-player svg{width:15px;height:15px;color:inherit;position:static}.generation-picker,.pokemon-pc,.find-result,.find-finished{border:1px solid var(--line);background:#fff;border-radius:20px;padding:24px;box-shadow:0 18px 50px #273c6a12}.find-instruction{align-items:center;gap:12px;display:flex}.find-instruction>svg{width:38px;height:38px;color:var(--blue)}.find-instruction h2{margin:0;font:700 25px Space Grotesk}.find-instruction p{color:#66758c;margin:4px 0}.generation-boxes{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:22px;display:grid}.generation-boxes>button{min-height:105px;color:var(--navy);text-align:left;background:#edf3ff;border:2px solid #ccd9ed;border-radius:9px 16px 16px;align-items:center;gap:10px;padding:17px 14px;transition:all .15s;display:flex;position:relative}.generation-boxes>button:hover{border-color:var(--blue);transform:translateY(-3px);box-shadow:0 10px 22px #3765e724}.generation-boxes img{width:72px;height:72px;image-rendering:pixelated}.generation-boxes span{flex:1;display:grid}.generation-boxes b{font-size:17px}.generation-boxes small{color:#66758c;font-size:12px;line-height:1.4}.generation-boxes>button>svg{width:22px}.folder-tab{letter-spacing:1px;background:#edf3ff;border:2px solid #ccd9ed;border-bottom:0;border-radius:8px 8px 0 0;padding:4px 14px;font-size:9px;font-weight:900;position:absolute;top:-16px;left:-2px}.pokemon-pc{padding:0;overflow:hidden}.pokemon-pc>header{border-bottom:1px solid var(--line);background:#e8eef9;grid-template-columns:auto 1fr auto;gap:14px;height:auto;min-height:66px;padding:10px 16px;display:grid;position:static}.pokemon-pc>header>div{align-items:center;gap:9px;display:flex}.pokemon-pc>header>div>span{display:grid}.pokemon-pc>header small{color:#687790;font-size:10px}.pokemon-pc>header>strong{align-items:center;gap:8px;font-size:13px;display:flex}.pokemon-pc>header .pokemon-names{align-items:flex-end}.pc-screen{background:radial-gradient(circle at 20% 30%,#dff4ff 0 2px,#0000 3px) 0 0/28px 28px,linear-gradient(135deg,#b4d7eb,#dceaf4 48%,#b5d8ce);grid-template-columns:repeat(auto-fill,minmax(58px,1fr));align-items:center;gap:8px;min-height:450px;max-height:62vh;padding:24px;display:grid;overflow-y:auto}.pc-screen button{height:58px;animation:pc-float var(--speed) ease-in-out var(--delay) infinite alternate;background:#ffffff82;border:0;border-radius:12px;transition:background .15s,box-shadow .15s}.pc-screen button:hover{box-shadow:0 0 0 3px var(--yellow);z-index:2;background:#fff}.pc-screen button.wrong{background:#ffdce3;animation:.2s 3 pc-wrong;box-shadow:0 0 0 3px #dc3658}.pc-screen img{width:52px;height:52px;image-rendering:pixelated;pointer-events:none}.find-result,.find-finished{text-align:center;justify-content:center;align-items:center;gap:35px;min-height:460px;display:flex}.find-result>img{width:250px;height:250px;image-rendering:pixelated}.find-result h2,.find-finished h2{margin:12px 0;font:700 34px Space Grotesk}.find-result p{justify-content:center;align-items:center;gap:8px;display:flex}.find-result small{color:#718097}.find-finished{flex-direction:column;gap:8px}.find-finished>svg{color:#e3ad00;width:90px;height:90px}.find-finished p{color:#66758c}.find-finished button{background:var(--yellow);border:0;border-radius:10px;align-items:center;gap:8px;padding:13px 20px;font-weight:800;display:flex}@keyframes pc-float{to{transform:translate(var(--dx),var(--dy)) rotate(3deg)}}@keyframes pc-wrong{50%{transform:translate(5px)}}@media (width<=800px){.find-game{padding-top:12px}.find-status{grid-template-columns:1fr auto}.find-status>div:first-child{display:none}.find-target{grid-column:1/2;justify-content:flex-start}.find-host-actions{grid-column:1/-1;justify-content:flex-end}.find-scores{margin:10px 0}.generation-picker{padding:18px}.generation-boxes{grid-template-columns:repeat(2,minmax(0,1fr))}.pokemon-pc>header{grid-template-columns:auto 1fr}.pokemon-pc>header>strong{grid-column:1/-1;justify-content:center}.pc-screen{grid-template-columns:repeat(auto-fill,minmax(50px,1fr));gap:5px;padding:14px}.pc-screen button{height:52px}.pc-screen img{width:48px;height:48px}.find-result{flex-direction:column;gap:5px;min-height:400px}.find-result>img{width:190px;height:190px}}@media (width<=560px){.modes.online-modes,.find-setup{grid-template-columns:1fr}.find-setup .timerSetup{margin-top:0}}@media (width<=500px){.find-target{min-width:0}.find-target .pokemon-names{font-size:19px}.find-stopwatch{padding:8px}.find-stopwatch strong{font-size:17px}.find-scores>div{min-width:155px}.generation-boxes{grid-template-columns:1fr}.find-instruction h2{font-size:21px}.generation-boxes>button{min-height:88px}.generation-boxes img{width:58px;height:58px}.pokemon-pc>header>div{display:none}.pokemon-pc>header{grid-template-columns:1fr}.pokemon-pc>header button{justify-self:start}.pc-screen{max-height:64vh}.find-result h2,.find-finished h2{font-size:27px}}@media (prefers-reduced-motion:reduce){.pc-screen button{animation:none}.generation-boxes>button:hover{transform:none}}:root[data-theme=dark] :is(.find-target,.find-scores>div,.generation-picker,.pokemon-pc,.find-result,.find-finished,.find-host-actions button,.pokemon-pc>header button){background:var(--night-surface);color:var(--night-ink);border-color:var(--line)}:root[data-theme=dark] .find-scores>div.leading{background:#3d3420;border-color:#8f753a}:root[data-theme=dark] .generation-boxes>button,:root[data-theme=dark] .folder-tab{color:var(--night-ink);background:#263750;border-color:#526a8d}:root[data-theme=dark] .generation-boxes small,:root[data-theme=dark] .find-instruction p,:root[data-theme=dark] .find-finished p,:root[data-theme=dark] .find-scores small{color:var(--night-muted)}:root[data-theme=dark] .pokemon-pc>header{background:#24334b}:root[data-theme=dark] .pc-screen{background:radial-gradient(circle at 20% 30%,#7997b0 0 2px,#0000 3px) 0 0/28px 28px,linear-gradient(135deg,#365269,#273d4e 48%,#35584f)}:root[data-theme=dark] .pc-screen button{background:#dce8f2cc}:root[data-theme=dark] .pc-screen button:hover{background:#fff}:root[data-theme=dark] .find-stopwatch{color:#fff;background:#263c65}.game-results{width:min(920px,94vw);max-height:90vh;color:var(--navy);background:#fff;border:0;border-radius:22px;padding:0;overflow:auto;box-shadow:0 28px 90px #10182d66}.game-results::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#10182db8}.results-close{float:right;z-index:2;border:1px solid var(--line);width:40px;height:40px;color:var(--navy);background:#fff;border-radius:50%;place-items:center;margin:14px 14px -54px 0;display:grid;position:sticky;top:14px}.results-close svg{width:20px}.results-hero{text-align:center;color:#fff;background:linear-gradient(145deg,#16294c,#284f9a);border:0;flex-direction:column;justify-content:center;align-items:center;height:auto;padding:34px 70px 28px;display:flex;position:static}.results-symbol{background:var(--yellow);color:#17284a;border-radius:50%;place-items:center;width:58px;height:58px;display:grid}.results-symbol svg{width:31px;height:31px}.results-hero>span{letter-spacing:1.5px;color:#afc8ff;margin-top:14px;font-size:11px;font-weight:900}.results-hero h2{margin:8px 0 4px;font:700 clamp(25px,4vw,38px)/1.08 Space Grotesk,sans-serif}.results-hero p{color:#dce7ff;margin:6px 0 0}.game-results.is-complete .results-hero{background:linear-gradient(145deg,#1e704f,#2b9a69)}.game-results.is-complete .results-hero>span{color:#d3ffea}.game-results>section{padding:25px 30px}.game-results h3{align-items:center;gap:8px;margin:0 0 13px;font:700 19px Space Grotesk,sans-serif;display:flex}.game-results h3>span{min-width:27px;height:27px;color:var(--blue);background:#edf2ff;border-radius:99px;place-items:center;padding:0 7px;font:800 12px DM Sans,sans-serif;display:grid}.results-ranking{border-bottom:1px solid var(--line)}.results-ranking ol{gap:8px;margin:0;padding:0;list-style:none;display:grid}.results-ranking li{border:1px solid var(--line);background:#f9fbff;border-radius:12px;grid-template-columns:24px 38px 1fr auto 24px;align-items:center;gap:10px;padding:10px 13px;display:grid}.results-ranking li.winner{background:#fff8da;border-color:#e1bd42}.results-ranking li>b{color:#8290a7;font-size:12px}.results-ranking li>i{color:#fff;border-radius:50%;place-items:center;width:36px;height:36px;font-style:normal;font-weight:800;display:grid}.results-ranking li>span{display:grid}.results-ranking strong{font-size:14px}.results-ranking small{color:#78869b;font-size:11px}.results-ranking em{color:var(--blue);font-style:normal;font-weight:900}.results-ranking li>svg{color:#c99500;width:19px}.results-missing ul{grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:9px;max-height:330px;margin:0;padding:0;list-style:none;display:grid;overflow-y:auto}.results-missing li{filter:grayscale();text-align:center;background:#eef0f3;border:1px solid #d9dee7;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:116px;padding:8px;display:flex}.results-missing img{width:62px;height:62px;image-rendering:pixelated}.results-missing li>b{font-size:11px;line-height:1.25}.results-missing li small{color:#76808c;margin-top:2px;font-size:9px}.results-perfect{color:#26714f;background:#eafaf1;border:1px dashed #70b994;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:150px;display:flex}.results-perfect svg{width:36px}.results-perfect b{margin-top:7px;font-size:18px}.results-perfect span{font-size:13px}.end-game-button{font-weight:800;color:#c92748!important;background:#fff0f3!important;border-color:#d93757!important}.end-game-button:hover{color:#fff!important;background:#d93757!important}.show-results-button{font-weight:800;color:#234fb9!important;background:#edf2ff!important;border-color:#3765e7!important}.pause-game-button{font-weight:800;color:#294f9c!important;background:#edf2ff!important;border-color:#6d82ad!important}.pause-game-button.resume{color:#23704e!important;background:#e9f8f1!important;border-color:#329067!important}.participation-note.manual-pause{color:#294f9c;background:#eef2ff;border-color:#91a9e8;font-weight:700}@media (width<=600px){.end-game-button span,.show-results-button span,.pause-game-button span{display:none}.results-hero{padding:28px 45px 23px}.game-results>section{padding:20px 16px}.results-ranking li{grid-template-columns:19px 34px 1fr auto}.results-ranking li>svg{display:none}.results-ranking em{font-size:13px}.results-missing ul{grid-template-columns:repeat(3,minmax(0,1fr))}.results-missing li{min-height:102px}.results-missing img{width:52px;height:52px}.results-missing li small{display:none}}:root[data-theme=dark] .game-results{background:var(--night-surface);color:var(--night-ink)}:root[data-theme=dark] .results-close{background:var(--night-raised);color:var(--night-ink);border-color:var(--line)}:root[data-theme=dark] .results-ranking li{border-color:var(--line);background:#202d41}:root[data-theme=dark] .results-ranking li.winner{background:#3d3420;border-color:#8f753a}:root[data-theme=dark] .results-ranking small{color:var(--night-muted)}:root[data-theme=dark] .results-missing li{color:#d4dae3;background:#303843;border-color:#59636f}:root[data-theme=dark] .results-missing li small{color:#c7cdd7}:root[data-theme=dark] .results-perfect{color:#b7f1d8;background:#173b30;border-color:#4f9c7b}:root[data-theme=dark] .end-game-button{color:#ff9eb3!important;background:#482536!important;border-color:#a74d69!important}:root[data-theme=dark] .show-results-button,:root[data-theme=dark] .pause-game-button{color:#c8d8ff!important;background:#263c65!important;border-color:#607eb3!important}:root[data-theme=dark] .pause-game-button.resume{color:#b7f1d8!important;background:#173b30!important;border-color:#4f9c7b!important}:root[data-theme=dark] .participation-note.manual-pause{color:#c8d8ff;background:#263c65;border-color:#607eb3}.ability-panel{background:#f8faff;border:1px solid #dbe2ef;border-radius:14px;gap:9px;margin:10px 0;padding:10px;display:grid}.ability-panel.charged{background:linear-gradient(135deg,#f9f5ff,#eef3ff);border-color:#8a6be8}.ability-meter{justify-content:space-between;align-items:center;gap:8px;display:flex}.ability-meter>span{color:#4e5570;align-items:center;gap:5px;font-size:12px;font-weight:900;display:flex}.ability-meter>div{gap:4px;display:flex}.ability-meter i{background:#d9deea;border-radius:50%;width:11px;height:11px;box-shadow:inset 0 0 0 1px #c2c9d8}.ability-meter i.filled{background:#7955dd;box-shadow:0 0 8px #7955dd88}.ability-panel>p{color:#6d7485;margin:0;font-size:12px}.held-ability{grid-template-columns:42px 1fr auto;align-items:center;gap:7px;display:grid}.held-ability img{width:42px;height:42px;image-rendering:pixelated}.held-ability span{min-width:0;display:grid}.held-ability small{text-overflow:ellipsis;overflow:hidden}.held-ability b{font-size:13px}.held-ability button,.launch-ability{color:#fff;background:#6e4bd8;border:0;border-radius:9px;padding:9px 12px;font-weight:900}.ability-offer{border-top:1px solid #d9d2ef;gap:7px;padding-top:8px;display:grid}.ability-offer>span{align-items:center;gap:7px;display:flex}.ability-offer>span>span{display:grid}.ability-offer small{color:#7955dd;font-size:10px;font-weight:900}.ability-offer b{font-size:12px}.ability-offer>div{gap:6px;display:flex}.ability-offer button{background:#fff;border:1px solid #c8cddd;border-radius:8px;flex:1;padding:7px;font-size:11px;font-weight:800}.ability-offer button.swap{color:#fff;background:#212a43;border-color:#212a43}.ability-effects{gap:5px;padding-top:2px;display:flex;overflow:auto}.ability-effects span{white-space:nowrap;background:#fff;border:1px solid #d9ddeb;border-radius:999px;padding:4px 7px;font-size:10px;font-weight:800}.ability-effects span.queued{opacity:.66;border-style:dashed}.ability-dialog{z-index:90;background:#07101dcc;border:0;width:100%;max-width:none;height:100%;max-height:none;padding:16px;position:fixed;inset:0}.ability-dialog::backdrop{background:0 0}.ability-dialog-card{background:#fff;border-radius:20px;width:min(560px,100%);max-height:90vh;margin:auto;padding:24px;position:relative;top:50%;overflow:auto;transform:translateY(-50%);box-shadow:0 24px 80px #0008}.ability-dialog-card h2{margin:5px 0;font-size:25px}.ability-dialog-card>p{color:#626a7a;margin:0 0 14px}.ability-dialog .dialog-close{background:#edf0f6;border:0;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:14px;right:14px}.ability-dialog fieldset{border:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:15px 0;padding:0;display:grid}.ability-dialog legend{color:#51586c;grid-column:1/-1;margin-bottom:6px;font-size:12px;font-weight:900}.ability-dialog fieldset button{text-align:left;background:#fff;border:1px solid #d7dce8;border-radius:11px;align-items:center;gap:9px;padding:9px;display:flex}.ability-dialog fieldset button.selected{background:#f1edff;border-color:#7653dc;box-shadow:0 0 0 2px #7653dc22}.ability-dialog fieldset button:disabled{opacity:.45}.ability-dialog fieldset i{color:#fff;border-radius:50%;place-items:center;width:30px;height:30px;font-style:normal;font-weight:900;display:grid}.ability-dialog fieldset span{display:grid}.ability-dialog fieldset small{color:#777e8e;font-size:11px}.launch-ability{width:100%;padding:12px}.privacy-note{text-align:center;color:#747b8b;margin-top:9px;display:block}.ability-empty-copy{background:#f0f3f8;border-radius:9px;font-size:12px;padding:9px!important}.ability-scare{z-index:120;pointer-events:none;background:#05070ad9;place-items:center;animation:3s both scare-flash;display:grid;position:fixed;inset:0}.ability-scare img{filter:drop-shadow(0 0 18px #d9fff7);width:min(900px,100vw);height:auto}.ability-rocks{z-index:20;pointer-events:none;position:absolute;inset:0;overflow:hidden}.ability-rocks span{filter:drop-shadow(0 4px 4px #0006);font-size:42px;position:absolute}.ability-rocks span:first-child{top:6px;right:8%}.ability-rocks span:nth-child(2){top:38px;right:28%}.ability-rocks span:nth-child(3){top:3px;left:42%}.app.ability-fire .board{box-shadow:inset 0 0 42px #ff5118,inset 0 -18px 35px #ffb30088}.app.ability-ground .game{animation:.11s linear infinite ability-shake}.app.ability-dark .play-controls,.app.ability-dark .pokemon-scroll{filter:brightness(.23)}.app.ability-dark .turn-clock{visibility:hidden}.app.ability-ice .board button,.app.ability-ice .pokemon-scroll{pointer-events:none}.app.ability-ice .pokemon-scroll{overflow:hidden}.app.ability-ice .guess,.app.ability-ice .guess input{pointer-events:auto}.app.ability-psychic .board{transform:scaleX(-1)}.app.ability-bug-90 .board{transform:rotate(90deg)scale(.72)}.app.ability-bug-180 .board{transform:rotate(180deg)scale(.94)}.app.ability-bug-270 .board{transform:rotate(270deg)scale(.72)}.app.ability-psychic.ability-bug-90 .board{transform:rotate(90deg)scaleX(-1)scale(.72)}.app.ability-psychic.ability-bug-180 .board{transform:rotate(180deg)scaleX(-1)scale(.94)}.app.ability-psychic.ability-bug-270 .board{transform:rotate(270deg)scaleX(-1)scale(.72)}@keyframes ability-shake{0%,to{translate:0}25%{translate:-5px 2px}50%{translate:4px -3px}75%{translate:2px 4px}}@keyframes scare-flash{0%{opacity:0}8%,78%{opacity:1}to{opacity:0}}[data-theme=dark] .ability-panel{background:#111b2b;border-color:#2b3a51}[data-theme=dark] .ability-panel.charged{background:linear-gradient(135deg,#211a36,#14213b);border-color:#8267d8}[data-theme=dark] .ability-meter>span,[data-theme=dark] .ability-panel>p{color:#b8c3d7}[data-theme=dark] .ability-offer button{color:#eef3ff;background:#162135;border-color:#35445c}[data-theme=dark] .ability-dialog-card{color:#f3f6fb;background:#111a2a}[data-theme=dark] .ability-dialog-card>p,[data-theme=dark] .privacy-note{color:#b1bbca}[data-theme=dark] .ability-dialog fieldset button{color:#eef3ff;background:#162135;border-color:#35445c}[data-theme=dark] .ability-dialog fieldset button.selected{background:#2b2050;border-color:#9274ea}@media (width<=700px){.ability-dialog fieldset{grid-template-columns:1fr}.ability-dialog-card{padding:20px 15px}.ability-panel{margin:8px 0}.app.ability-bug-90 .board,.app.ability-bug-270 .board{transform:rotate(var(--ability-angle,90deg)) scale(.55)}}@media (prefers-reduced-motion:reduce){.app.ability-ground .game{animation:none;box-shadow:inset 0 0 0 5px #a36b32}.ability-scare{animation:none}}.app.ability-fire .board{position:relative}.app.ability-fire .board:after{content:"🔥  🔥  🔥";z-index:25;text-align:center;letter-spacing:10px;pointer-events:none;font-size:24px;animation:.7s ease-in-out infinite alternate fire-rise;position:absolute;bottom:4px;left:18%;right:18%}.app.ability-rock .turn-clock{color:#0000;position:relative}.app.ability-rock .turn-clock:after{content:"🪨";color:initial;place-items:center;font-size:32px;display:grid;position:absolute;inset:-8px}@keyframes fire-rise{0%{filter:brightness(.9);translate:0 3px}to{filter:brightness(1.25);translate:0 -5px}}@media (width<=700px){.app.ability-bug-90 .board{transform:rotate(90deg)scale(.55)}.app.ability-bug-270 .board{transform:rotate(270deg)scale(.55)}}.ability-scare{animation-duration:4.5s}.app.ability-rock .recent{position:relative}.recent-stack{align-self:start;gap:6px;min-width:0;display:grid}.recent-stack .ability-panel{border-radius:10px;gap:6px;margin:0;padding:7px 8px}.recent-stack .ability-meter>span{font-size:10px}.recent-stack .ability-meter i{width:9px;height:9px}.recent-stack .held-ability{grid-template-columns:34px minmax(0,1fr) auto;gap:5px}.recent-stack .held-ability img{width:34px;height:34px}.recent-stack .held-ability b{font-size:11px}.recent-stack .held-ability small{font-size:10px}.recent-stack .held-ability button{padding:6px 8px;font-size:11px}.recent-stack .ability-panel>p{font-size:11px;line-height:1.25}.recent-stack .ability-offer{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:5px;padding-top:6px}.recent-stack .ability-offer>b{font-size:11px;line-height:1.2}.recent-stack .ability-offer button{color:#fff;border:0;flex:none;min-width:38px;padding:5px 7px}.ability-offer button.confirm-swap{background:#258b5f}.ability-offer button.reject-swap{background:#c93f52}.recent-stack .ability-effects{padding:0}.recent-stack .ability-effects span{padding:3px 6px;font-size:9px}.ability-help-button{justify-content:center;align-items:center;min-width:40px;min-height:40px;display:inline-flex}.ability-guide-dialog{z-index:130;background:#07101dcc;border:0;width:100%;max-width:none;height:100%;max-height:none;padding:16px;position:fixed;inset:0}.ability-guide-dialog::backdrop{background:0 0}.ability-guide-card{background:#fff;border-radius:20px;width:min(900px,100%);max-height:min(88vh,760px);margin:auto;padding:24px;position:relative;top:50%;overflow:auto;transform:translateY(-50%);box-shadow:0 24px 80px #0008}.ability-guide-card>.dialog-close{color:#354c70;background:#edf0f6;border:0;border-radius:50%;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:14px;right:14px}.ability-guide-card h2{margin:13px 44px 4px 0;font:700 28px/1.1 Space Grotesk,sans-serif}.ability-guide-card>p{color:#626a7a;margin:0 44px 18px 0;font-size:14px;line-height:1.45}.ability-guide-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.ability-guide-grid article{background:#f8faff;border:1px solid #dbe2ef;border-radius:12px;grid-template-columns:38px minmax(0,1fr);align-items:start;gap:9px;min-width:0;padding:10px;display:grid}.ability-guide-grid article>i{background:#e8edfa;border-radius:10px;place-items:center;width:36px;height:36px;font-size:20px;font-style:normal;display:grid}.ability-guide-grid article>span{min-width:0;display:grid}.ability-guide-grid small{letter-spacing:.7px;text-transform:uppercase;color:#6e4bd8;font-size:10px;font-weight:900;line-height:1.2}.ability-guide-grid b{margin-top:1px;font-size:14px;line-height:1.25}.ability-guide-grid p{color:#667187;margin:4px 0 0;font-size:12px;line-height:1.35}.ability-guide-grid .type-fire>i,.ability-guide-grid .type-fighting>i,.ability-guide-grid .type-ground>i,.ability-guide-grid .type-rock>i{background:#ffeadf}.ability-guide-grid .type-water>i,.ability-guide-grid .type-ice>i,.ability-guide-grid .type-flying>i{background:#e1f3ff}.ability-guide-grid .type-electric>i{background:#fff4bd}.ability-guide-grid .type-grass>i,.ability-guide-grid .type-bug>i{background:#e6f5dc}.ability-guide-grid .type-poison>i,.ability-guide-grid .type-psychic>i,.ability-guide-grid .type-ghost>i,.ability-guide-grid .type-dark>i{background:#eee4f8}.ability-guide-grid .type-dragon>i,.ability-guide-grid .type-fairy>i{background:#ffe5f3}.ability-guide-grid .type-steel>i{background:#e7edf1}[data-theme=dark] .ability-guide-card{color:#f3f6fb;background:#111a2a}[data-theme=dark] .ability-guide-card>p,[data-theme=dark] .ability-guide-grid p{color:#b1bbca}[data-theme=dark] .ability-guide-card>.dialog-close{color:#eef3ff;background:#24324a}[data-theme=dark] .ability-guide-grid article{background:#162135;border-color:#35445c}[data-theme=dark] .ability-guide-grid article>i{filter:brightness(.78)}@media (width>=901px){.desktop-session-controls .ability-help-button{min-width:34px;min-height:34px}}@media (width<=760px){.ability-guide-card{padding:20px 14px}.ability-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ability-guide-card h2{font-size:24px}}@media (width<=520px){.ability-guide-dialog{padding:8px}.ability-guide-card{max-height:94vh}.ability-guide-grid{grid-template-columns:1fr}.ability-guide-card>p{margin-right:0}}
