@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&family=VT323&display=swap";:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{background:radial-gradient(circle at 20% 20%,rgba(255,136,126,.48),transparent 34%),radial-gradient(circle at 80% 85%,rgba(129,187,255,.2),transparent 35%),linear-gradient(180deg,#241a17,#140b0f);font-family:VT323,monospace}.scene{min-height:100dvh;height:100dvh;display:grid;place-items:center}.pokedex-shell{width:min(880px,100%);height:min(920px,100dvh);background:linear-gradient(165deg,#d51f2c,#bb0b1a 60%,#9c0714);border-radius:28px;border:8px solid #8b0310;box-shadow:0 24px 50px #15080573,inset 0 -10px 30px #0003;overflow:hidden;display:flex;flex-direction:column}.pokedex-shell-fullscreen{width:min(920px,100%);height:100dvh;border-radius:0}.top-lights{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:18px 20px;background:linear-gradient(180deg,#f2525e,#d81a29 70%);border-bottom:5px solid #960612}.top-lights-indicators{display:flex;align-items:center;gap:4px}.header-controls{margin-left:auto;display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.header-voice-controls{display:flex;align-items:center;gap:2px}.header-icon-button{border:none;border-radius:4px;background:linear-gradient(180deg,#f2f2f2,#e2e2e2 52%,#d2d2d2);border:1px solid #e3f6fe;color:#3b343c;font-family:"Press Start 2P",cursive;font-size:.52rem;letter-spacing:.05em;padding:0 8px;cursor:pointer;box-shadow:0 3px #746f75;display:flex;align-items:center;justify-content:center;width:38px;height:36px;transition:transform .12s ease,box-shadow .12s ease,background .12s ease;will-change:transform}.view-toggle-icon,.view-collection-icon,.view-cards-icon{width:30px;object-fit:contain}.light{display:inline-block;width:18px;height:18px;border-radius:50%;border:3px solid rgba(7,8,10,.6);box-shadow:inset 0 -4px 5px #0006}.light-main{width:48px;height:48px;margin-right:3px;border-width:4px;border-color:#d4eef9;background:radial-gradient(circle at 30% 30%,#9be9ff,#30b4e8 45%,#0470b8);box-shadow:0 0 22px #7bd5fff2,inset 0 -7px 8px #00000059}.light-red{background:radial-gradient(circle at 30% 30%,#ff8e95,#b7041a 70%)}.light-yellow{background:radial-gradient(circle at 30% 30%,#fff0a3,#cd9814 70%)}.light-green{background:radial-gradient(circle at 30% 30%,#adffad,#27942f 70%)}.hinge{height:14px;background:repeating-linear-gradient(-45deg,#7c000c,#7c000c 10px,#910612 10px,#910612 20px)}.pokedex-body{display:grid;grid-template-columns:1.05fr .95fr;gap:18px;padding:22px;flex:1;min-height:0}.pokedex-body.cards-mode{grid-template-columns:minmax(0,1fr)}.pokedex-body-fullscreen{padding:10px;gap:0}.display-panel,.controls-panel{background:linear-gradient(165deg,#cd1320,#b50818);border-radius:18px;border:4px solid #8b0310;box-shadow:inset 0 3px #ffffff24,inset 0 -8px 14px #00000040;padding:16px;min-width:0;min-height:0}.screen-bezel{border-radius:16px;border:4px solid #232128;background:#f4f2e7;padding:8px;height:100%;position:relative}.screen{height:100%;min-height:0;border-radius:12px;border:4px solid #5c5f61;background:linear-gradient(180deg,#d5efc6,#b5db9f);padding:16px;color:#1f2f1d;font-family:VT323,monospace;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-transform:uppercase;letter-spacing:.06em;position:relative;overflow:hidden;transition:background 1s ease}.screen-caught-tint{background:linear-gradient(180deg,#f8e29b,#efd178 52%,#eec76b)}.dex-id{align-self:flex-start;font-size:1.9rem;margin:0}.type-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;border-radius:inherit}.type-loading-media{width:auto;height:auto;min-width:100%;min-height:100%;object-fit:cover;object-position:center}.type-loading-message{position:absolute;bottom:10px;left:50%;transform:translate(-50%);margin:0;padding:4px 8px;background:#00000059;border-radius:6px;color:#f7f7f0;max-width:calc(100% - 16px);text-align:center}.pokemon-data{display:flex;flex-direction:column;align-items:center}.pokemon-image{width:min(265px,84%);aspect-ratio:1;object-fit:contain;image-rendering:pixelated;margin-top:10px}.screen h1{margin:10px 0 8px;font-family:"Press Start 2P",cursive;font-size:1.05rem;line-height:1.5;text-align:center}.detail-row,.screen-message{margin:5px 0;text-align:center}.detail-row{font-size:clamp(1.05rem,2.6vmin,1.7rem)}.screen-message{font-size:1.45rem}.screen-message{margin-top:30%}.error{color:#6e0f16}.entry-form{background:#f7f4e6;border-radius:12px;border:4px solid #352b30;padding:12px}.entry-form label{display:block;margin-bottom:10px;font-size:.7rem;letter-spacing:.08em;font-family:"Press Start 2P",cursive;color:#2f2b2f}.entry-row{display:flex;gap:8px;flex-wrap:nowrap}.entry-row input{flex:1 1 auto;min-width:0;border-radius:8px;border:3px solid #42571a;background:#cce2b9;color:#243119;font-family:VT323,monospace;font-size:2rem;line-height:1;padding:8px 10px}.entry-row button{border:none;border-radius:9px;background:linear-gradient(180deg,#4ea3e8,#2868b3);color:#f4f8ff;font-family:"Press Start 2P",cursive;font-size:.65rem;padding:0 12px;cursor:pointer;min-height:42px;white-space:nowrap}.entry-row .entry-action-button{flex:0 0 38px;width:38px;min-width:38px;padding:0;display:grid;place-items:center;background:transparent;box-shadow:none}.entry-action-icon{width:36px;height:36px;object-fit:contain}.sound-toggle{display:grid;place-items:center}.sound-toggle-icon{width:30px;object-fit:contain}.sound-toggle-off{box-shadow:0 3px #746f75}.sound-toggle-on,.header-icon-button.header-icon-button-active{background:linear-gradient(180deg,#fffde8,#fff7b8);transform:translateY(1px);box-shadow:0 2px #746f75}.catch-button{position:absolute;right:10px;bottom:10px;border:none;width:40px;height:auto;display:grid;place-items:center;cursor:pointer;padding:0;background:transparent}.pokemon-cards-button{position:absolute;left:10px;bottom:10px;border:none;width:40px;height:auto;display:grid;place-items:center;cursor:pointer;padding:0;background:transparent}.pokemon-cards-icon{width:40px;object-fit:contain}.pokemon-trainer-badge{position:absolute;left:0;bottom:3px;width:60px;height:auto;object-fit:contain}.catch-button-icon{width:40px;object-fit:contain}.catch-button-icon-hidden{opacity:0}.catch-button-icon-fade-in{animation:catch-icon-fade-in .28s ease-out both}@keyframes catch-icon-fade-in{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}.pokeball-catch-flight{position:absolute;left:0;top:0;width:56px;height:56px;object-fit:contain;pointer-events:none;z-index:5;transform:translate(var(--start-x),var(--start-y)) scale(.8);opacity:1;transition:transform .54s cubic-bezier(.2,.75,.2,1),opacity .7s ease}.pokeball-catch-flight-active{transform:translate(calc(var(--start-x) + var(--delta-x)),calc(var(--start-y) + var(--delta-y))) scale(1.24);opacity:0}.cards-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:linear-gradient(180deg,#d5efc6,#b5db9f);padding:10px;border-radius:12px}.cards-title{margin:0;font-family:"Press Start 2P",cursive;font-size:.72rem;text-align:left}.cards-head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px}.cards-mode-toggle{display:flex;gap:6px}.cards-mode-button{border:none;border-radius:8px;background:linear-gradient(180deg,#eff4f8,#bcc7d1);color:#14212a;font-family:"Press Start 2P",cursive;font-size:.45rem;padding:7px 8px;cursor:pointer;box-shadow:0 2px #7c8b99}.cards-mode-button-active{box-shadow:inset 0 3px 6px #00000059,inset 0 -1px 2px #ffffff26}.cards-message{margin:0;font-size:1.2rem;text-align:center}.card-slide-image{width:min(560px,98%);height:min(86%,760px);object-fit:contain;padding:10px}.cards-pagination button{border:none;color:#14212a;font-family:"Press Start 2P",cursive;font-size:.5rem;padding:4px;cursor:pointer;background:transparent;width:44px}.cards-pagination button img{max-width:100%;height:auto}.cards-pagination{display:flex;justify-content:space-between;align-items:center;gap:8px;width:min(320px,100%)}.save-card-button,.save-deck-button{cursor:pointer}.save-card-button img,.save-deck-button img,.deck-remove-button img{display:block;width:100%;height:auto}.deck-action-icon{max-width:100%}.save-deck-button:disabled{opacity:.55;cursor:not-allowed}.cards-pagination span{font-family:"Press Start 2P",cursive;font-size:.52rem;text-align:center}.collection-empty{margin:auto;text-align:center;font-size:1.2rem;color:#f6ecef}.deck-view{display:flex;flex-direction:column;gap:8px;flex:1;position:relative}.deck-view h3{margin:0;font-size:1.2rem;text-align:center;color:#f6ecef;font-weight:700}.deck-card-list{margin:0;padding:0 0 3px;list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;overflow-y:auto;min-height:0;align-content:start}.deck-card-item{border-radius:10px;background:linear-gradient(180deg,#f7f1de,#e4d9b7);padding:6px;display:flex;flex-direction:column;gap:6px}.deck-card-preview{border:none;padding:0;margin:0;background:transparent;cursor:pointer}.deck-card-image{width:100%;aspect-ratio:.72;object-fit:contain;border-radius:6px;background:#ffffff61}.deck-remove-button{border:none;border-radius:8px;background:linear-gradient(180deg,#4a4f54,#22272c);color:#f6f8f7;font-family:"Press Start 2P",cursive;font-size:.45rem;padding:6px 8px;cursor:pointer}.deck-viewer-overlay{z-index:3}.removal-confirm-overlay{z-index:4;background:#000000b3}.removal-confirm-content{display:flex;flex-direction:column;align-items:center;gap:16px;background:linear-gradient(180deg,#d5efc6,#b5db9f);padding:20px 16px;border-radius:12px;border:3px solid #3a4f2f;box-shadow:0 8px 16px #0000004d;max-width:280px}.removal-confirm-title{margin:0;font-family:"Press Start 2P",cursive;font-size:.7rem;text-align:center;color:#2a3a24}.removal-confirm-message{margin:0;font-family:"Press Start 2P",cursive;font-size:.48rem;text-align:center;color:#3a4a34;line-height:1.4}.removal-confirm-buttons{display:flex;gap:10px;width:100%;flex-wrap:wrap;justify-content:center}.removal-confirm-yes,.removal-confirm-no{border:none;border-radius:6px;font-family:"Press Start 2P",cursive;font-size:.45rem;padding:8px 12px;cursor:pointer;flex:1;min-width:100px;box-shadow:0 2px #0003;transition:all .1s ease}.removal-confirm-yes{background:linear-gradient(180deg,#ff6b6b,#ee5a52);color:#fff}.removal-confirm-yes:active{box-shadow:inset 0 2px 4px #0003;transform:translateY(1px)}.removal-confirm-no{background:linear-gradient(180deg,#6b9bff,#5a8eee);color:#fff}.removal-confirm-no:active{box-shadow:inset 0 2px 4px #0003;transform:translateY(1px)}.voice-button:disabled,.sound-toggle:disabled{opacity:.6;cursor:not-allowed}.controls-panel-list{display:flex;flex-direction:column}.games-panel{display:flex;flex-direction:column;min-height:0}.games-home{background:linear-gradient(180deg,#f2f8ea,#d8ebc2);border:4px solid #2c3d1f;border-radius:12px;padding:14px;color:#1e2a15;font-family:VT323,monospace;display:flex;flex-direction:column;gap:10px;min-height:0;height:100%}.games-home h2{margin:0;font-family:"Press Start 2P",cursive;font-size:.74rem;line-height:1.35}.games-home p{margin:0;font-size:1.15rem}.games-home-list{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:1fr;gap:8px}.games-home-item{width:100%;border:none;border-radius:10px;background:linear-gradient(180deg,#f7f1de,#e4d9b7);color:#2f2718;font-family:"Press Start 2P",cursive;text-align:left;padding:12px 10px;cursor:pointer;display:flex;flex-direction:column;gap:5px;box-shadow:0 3px #b8a578}.games-home-item-title{font-size:.54rem}.games-home-item-subtitle{font-size:.42rem;opacity:.8}.games-stage{display:flex;flex-direction:column;min-height:0;height:100%}.games-stage-toolbar{margin-bottom:8px}.games-back-button{border:none;border-radius:8px;background:linear-gradient(180deg,#4a4f54,#22272c);color:#f6f8f7;font-family:"Press Start 2P",cursive;font-size:.44rem;padding:8px 10px;cursor:pointer}.hangman-game{background:linear-gradient(180deg,#f2f8ea,#d8ebc2);border:4px solid #2c3d1f;border-radius:12px;padding:12px;color:#1e2a15;font-family:VT323,monospace;display:flex;flex-direction:column;gap:10px}.hangman-heading h2{margin:0;font-family:"Press Start 2P",cursive;font-size:.64rem;line-height:1.4}.hangman-heading p{margin:4px 0 0;font-size:1.15rem}.hangman-board{display:grid;grid-template-columns:minmax(0,230px) minmax(0,1fr);gap:10px}.hangman-net-stage{position:relative;border-radius:10px;border:2px solid #4b6038;background:linear-gradient(180deg,#ecf5dc,#cce3ad);min-height:210px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hangman-stage-characters{display:flex;align-items:center;justify-content:center;gap:10px;z-index:1}.hangman-pikachu{width:140px;height:140px;object-fit:contain;image-rendering:pixelated}.hangman-target-pokemon{width:110px;height:110px;object-fit:contain;image-rendering:pixelated}.hangman-pikachu-fallback{font-family:"Press Start 2P",cursive;font-size:.48rem;color:#465832}.hangman-net{position:absolute;width:182px;height:182px;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none}.hangman-net-line{position:absolute;background:#4b4b4b1f;border-radius:999px;opacity:0;transition:opacity .2s ease}.hangman-net-line-visible{opacity:1;background:#373a34cc}.hangman-net-line:nth-child(1),.hangman-net-line:nth-child(2),.hangman-net-line:nth-child(3),.hangman-net-line:nth-child(4),.hangman-net-line:nth-child(5){width:100%;height:2px;left:0}.hangman-net-line:nth-child(1){top:10%}.hangman-net-line:nth-child(2){top:30%}.hangman-net-line:nth-child(3){top:50%}.hangman-net-line:nth-child(4){top:70%}.hangman-net-line:nth-child(5){top:90%}.hangman-net-line:nth-child(6),.hangman-net-line:nth-child(7),.hangman-net-line:nth-child(8),.hangman-net-line:nth-child(9),.hangman-net-line:nth-child(10){width:2px;height:100%;top:0}.hangman-net-line:nth-child(6){left:10%}.hangman-net-line:nth-child(7){left:30%}.hangman-net-line:nth-child(8){left:50%}.hangman-net-line:nth-child(9){left:70%}.hangman-net-line:nth-child(10){left:90%}.hangman-word-panel{border-radius:10px;border:2px solid #5f744b;background:#ffffff73;padding:10px;display:flex;flex-direction:column;gap:8px}.hangman-word{margin:0;font-family:"Press Start 2P",cursive;letter-spacing:.16em;font-size:.62rem;min-height:1.2em}.hangman-status,.hangman-missed,.hangman-loading,.hangman-error{margin:0;font-size:1.05rem}.hangman-status-loss{color:#b42020}.hangman-status-win{color:#216f2f}.hangman-reset{border:none;border-radius:8px;background:linear-gradient(180deg,#4a4f54,#22272c);color:#f6f8f7;font-family:"Press Start 2P",cursive;font-size:.42rem;padding:8px 10px;cursor:pointer}.hangman-actions{display:flex;flex-wrap:wrap;gap:8px}.hangman-read-name{border:none;border-radius:8px;background:linear-gradient(180deg,#53b26b,#2e7a43);color:#f6f8f7;font-family:"Press Start 2P",cursive;font-size:.42rem;padding:8px 10px;cursor:pointer}.hangman-read-name:disabled{opacity:.5;cursor:not-allowed}.hangman-keyboard{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:5px}.hangman-key{border:none;border-radius:7px;background:linear-gradient(180deg,#67a9ef,#2f6fbd);color:#fefefe;font-family:"Press Start 2P",cursive;font-size:.48rem;padding:7px 0;cursor:pointer;box-shadow:0 2px #244f8a}.hangman-key-vowel{background:linear-gradient(180deg,#b884ff,#7a3fd9);box-shadow:0 2px #56299e}.hangman-key:disabled{opacity:.45;cursor:not-allowed}.context-clue-game{background:linear-gradient(180deg,#f2f8ea,#d8ebc2);border:4px solid #2c3d1f;border-radius:12px;padding:12px;color:#1e2a15;font-family:VT323,monospace;display:flex;flex-direction:column;gap:10px}.context-clue-heading h2{margin:0;font-family:"Press Start 2P",cursive;font-size:.62rem;line-height:1.4}.context-clue-heading p{margin:4px 0 0;font-size:1.1rem}.context-clue-difficulty{display:flex;flex-wrap:wrap;gap:7px}.context-clue-difficulty-button{border:none;border-radius:8px;background:linear-gradient(180deg,#6f7780,#3c444e);color:#f6f8f7;font-family:"Press Start 2P",cursive;font-size:.4rem;padding:7px 8px;cursor:pointer}.context-clue-difficulty-button-active{background:linear-gradient(180deg,#53b26b,#2e7a43)}.context-clue-difficulty-note{margin:0;font-size:1rem;color:#2d4121}.context-clue-panel{border-radius:10px;border:2px solid #5f744b;background:#ffffff73;padding:10px;display:flex;flex-direction:column;gap:10px}.context-clue-text{margin:0;font-family:"Press Start 2P",cursive;font-size:.56rem;line-height:1.6}.context-clue-options{display:grid;grid-template-columns:1fr;gap:7px}.context-clue-option{border:none;border-radius:8px;background:linear-gradient(180deg,#67a9ef,#2f6fbd);color:#fff;font-family:"Press Start 2P",cursive;font-size:.46rem;padding:10px 8px;text-align:left;cursor:pointer;box-shadow:0 2px #244f8a}.context-clue-option:disabled{opacity:.78}.context-clue-option-correct{background:linear-gradient(180deg,#53b26b,#2e7a43);box-shadow:0 2px #1f5530}.context-clue-option-wrong{background:linear-gradient(180deg,#de7070,#ad3030);box-shadow:0 2px #7f2222}.context-clue-option-reveal{background:linear-gradient(180deg,#f4d282,#cd9e33);box-shadow:0 2px #9b7522}.context-clue-feedback,.context-clue-score,.context-clue-loading,.context-clue-error{margin:0;font-size:1.05rem}.context-clue-feedback-win{color:#216f2f}.context-clue-feedback-loss{color:#b42020}.context-clue-actions{display:flex;flex-wrap:wrap;gap:8px}.context-clue-read,.context-clue-next{border:none;border-radius:8px;color:#f6f8f7;font-family:"Press Start 2P",cursive;font-size:.42rem;padding:8px 10px;cursor:pointer}.context-clue-read{background:linear-gradient(180deg,#6b74d8,#3f499d)}.context-clue-next{background:linear-gradient(180deg,#4a4f54,#22272c)}.context-clue-read:disabled{opacity:.5;cursor:not-allowed}.games-wrapper{background:linear-gradient(180deg,#f2f8ea,#d8ebc2);border:4px solid #2c3d1f;border-radius:12px;padding:14px;color:#1e2a15;font-family:VT323,monospace;display:flex;flex-direction:column;gap:10px;min-height:0;height:100%;overflow-y:auto}.games-wrapper-fullscreen{border-width:0;border-radius:8px;padding:0;background:#0f2010}.battle-fullscreen{min-height:100%;display:flex;flex-direction:column;gap:10px;padding:16px;color:#ecf4df;background:radial-gradient(circle at 20% 15%,#45894d38,#0a1a0c00 45%),radial-gradient(circle at 84% 78%,#2c6c3533,#0a1a0c00 50%),linear-gradient(180deg,#152918,#0d180e)}.battle-fullscreen-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.battle-fullscreen-head p{margin:0;font-family:"Press Start 2P",cursive;font-size:.58rem;line-height:1.35}.battle-fullscreen-head button{border:none;border-radius:8px;background:linear-gradient(180deg,#ff877f,#d84843);color:#fff;font-family:"Press Start 2P",cursive;font-size:.44rem;padding:8px 10px;cursor:pointer}.battle-fullscreen-arena{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.battle-fullscreen-card{border-radius:10px;border:2px solid rgba(178,211,141,.7);background:#d4eac1eb;padding:8px;min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.battle-fullscreen-card p{margin:0;font-family:"Press Start 2P",cursive;font-size:.42rem;color:#1a2813}.battle-fullscreen-card img{width:96px;height:96px;object-fit:contain;image-rendering:pixelated}.battle-fullscreen-card span{text-align:center;color:#16230f;font-size:1.05rem;line-height:1}.battle-question-panel-fullscreen{margin-top:auto;margin-bottom:auto;min-height:220px;justify-content:center;background:#d4eac1eb;border-color:#6a8d52;color:#1a2813}.battle-question-text-fullscreen{font-size:clamp(2rem,8vw,4.5rem);text-align:center;line-height:1.05;color:#16230f;text-shadow:0 2px 6px rgba(255,255,255,.2)}.battle-answer-row-fullscreen input{font-size:clamp(2rem,7vw,3rem);text-align:center}.battle-answer-row-fullscreen button{font-size:.6rem;min-width:108px}.battle-victory-intro{position:relative;min-height:100%;border-radius:10px;overflow:hidden}.battle-victory-media{width:100%;min-height:100%;object-fit:cover}.battle-victory-winner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;z-index:2}.battle-victory-winner-image{width:clamp(190px,38vw,340px);height:clamp(190px,38vw,340px);object-fit:contain;image-rendering:pixelated;filter:drop-shadow(0 10px 18px rgba(0,0,0,.5))}.battle-victory-banner{position:absolute;left:12px;right:12px;bottom:12px;border-radius:10px;background:#0e1c0cc2;border:2px solid rgba(207,229,179,.7);padding:10px;display:flex;flex-direction:column;gap:6px;align-items:center}.battle-victory-banner p{margin:0;font-family:"Press Start 2P",cursive;font-size:.52rem;text-align:center;line-height:1.35}.battle-victory-banner-loss{background:#360a0adb;border-color:#ff8282d9}.battle-victory-banner-loss p{color:#ffd8d8}.battle-victory-banner button{border:none;border-radius:8px;background:linear-gradient(180deg,#f7e480,#dcbb47);color:#2f270d;font-family:"Press Start 2P",cursive;font-size:.46rem;padding:8px 10px;cursor:pointer}.games-heading h2{margin:0;font-family:"Press Start 2P",cursive;font-size:.74rem;line-height:1.35}.games-heading p{margin:8px 0 0;font-size:1.2rem}.games-empty-state{margin:auto 0;text-align:center;font-size:1.35rem}.battle-difficulty-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.battle-difficulty-button{border:none;border-radius:10px;background:linear-gradient(180deg,#f1f6e6,#d6e6c2);color:#223017;font-family:"Press Start 2P",cursive;font-size:.46rem;padding:10px 8px;cursor:pointer;box-shadow:0 3px #70855d}.battle-difficulty-button:disabled{opacity:.72;cursor:not-allowed}.battle-difficulty-button-active{background:linear-gradient(180deg,#fff4a8,#eccf6b);box-shadow:0 2px #9d7d20;transform:translateY(1px)}.battle-setup{display:flex;flex-direction:column;gap:8px}.battle-setup label{margin:0;font-family:"Press Start 2P",cursive;font-size:.52rem}.battle-gym-selector{margin:0;padding:0;border:none;min-width:0}.battle-gym-selector legend{margin-bottom:8px;padding:0;font-family:"Press Start 2P",cursive;font-size:.52rem;color:#1e2a15}.battle-setup-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:stretch}.battle-setup-row select{border-radius:8px;border:3px solid #435b30;background:#d5e7c2;color:#1f2a16;font-family:VT323,monospace;font-size:1.3rem;padding:6px 8px;min-height:44px}.battle-selected-preview{border-radius:10px;border:3px solid #526b3e;background:#eff6e0;padding:8px;display:flex;flex-direction:column;align-items:center;gap:5px;min-height:130px}.battle-selected-preview p{margin:0;font-family:"Press Start 2P",cursive;font-size:.45rem}.battle-selected-preview img{width:110px;height:110px;object-fit:contain;image-rendering:pixelated}.battle-selected-preview span{text-align:center;font-size:1.08rem}.battle-start-button{border:none;border-radius:8px;background:linear-gradient(180deg,#44b063,#1d7a3b);color:#f4fff6;font-family:"Press Start 2P",cursive;font-size:.5rem;padding:0 12px;min-height:44px;cursor:pointer;box-shadow:0 3px #15562a}.battle-progress{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.battle-progress p{margin:0;background:#3a5b281f;border-radius:8px;padding:6px 8px;font-size:1.2rem}.badge-list{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.badge-list-selectable{grid-template-columns:repeat(2,minmax(0,1fr))}.badge-radio-input{position:absolute;opacity:0;pointer-events:none}.badge-item{border-radius:8px;border:2px solid #6c7f5a;background:#e3edcf;padding:4px 62px 4px 5px;display:flex;flex-direction:column;gap:1px;opacity:.62;align-items:flex-start;justify-content:center;position:relative}.badge-item-selectable{position:relative;cursor:pointer;transition:transform .12s ease,border-color .12s ease,box-shadow .12s ease,background .12s ease}.badge-item-selectable:hover{border-color:#4b6439;transform:translateY(-1px)}.badge-item-selected{opacity:1;border-color:#2e5fb4;background:linear-gradient(180deg,#dfeeff,#c7dcfb);box-shadow:0 0 0 2px #4479d733}.badge-item span{font-family:"Press Start 2P",cursive;line-height:1.2}.badge-item small{line-height:.95}.badge-item-name{font-size:.31rem}.badge-item-image{position:absolute;right:6px;top:50%;transform:translateY(-50%);max-width:56px;height:40px;object-fit:contain;opacity:.25}.badge-item-image-complete{opacity:1}.badge-item-gym{font-size:.68rem}.badge-item-type{font-size:.31rem;opacity:.85}.badge-item-stars{font-size:.54rem;letter-spacing:.04em;color:#8c6a14;line-height:1}.badge-earned{opacity:1;border-color:#81600f;background:linear-gradient(180deg,#f8e89d,#efd171)}.badge-item-selected{box-shadow:0 0 0 2px #4479d752}.badge-item-selectable.badge-item-selected{border-color:#2e5fb4}.badge-item-selectable.badge-item-selected.badge-earned{border-color:#2e5fb4;background:linear-gradient(180deg,#f5e79a,#e8cf72)}.battle-arena{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.battle-card{border-radius:10px;border:3px solid #526b3e;background:#eff6e0;padding:8px;display:flex;flex-direction:column;align-items:center;gap:5px;min-height:130px}.battle-card p{margin:0;font-family:"Press Start 2P",cursive;font-size:.45rem}.battle-card img{width:86px;height:86px;object-fit:contain;image-rendering:pixelated}.battle-card span{text-align:center;font-size:1.08rem}.battle-card-placeholder{margin:auto 0;color:#49613a}.battle-question-panel{border-radius:10px;border:3px solid #374d2b;background:#d9eac6;color:#1b2a14;padding:10px;display:flex;flex-direction:column;gap:8px}.battle-question-count,.battle-question-text{margin:0}.battle-question-count{font-family:"Press Start 2P",cursive;font-size:.48rem}.battle-question-text{font-size:1.6rem}.battle-answer-row{display:grid;grid-template-columns:1fr auto;gap:8px}.battle-answer-row input{border-radius:8px;border:3px solid #41592f;background:#f1f8e7;color:#1b2613;font-family:VT323,monospace;font-size:1.6rem;padding:4px 8px}.battle-answer-row button{border:none;border-radius:8px;background:linear-gradient(180deg,#4ea3e8,#2868b3);color:#f4f8ff;font-family:"Press Start 2P",cursive;font-size:.5rem;padding:0 12px;cursor:pointer}.battle-answer-row button:disabled{opacity:.6;cursor:not-allowed}.battle-feedback,.battle-status{margin:0;border-radius:8px;padding:6px 8px;color:#15220e}.battle-feedback{background:#7ef56f8c;border:1px solid rgba(37,114,28,.45)}.battle-feedback-loss{background:#f87c7c6b;border:1px solid rgba(140,22,22,.45);color:#5e0f0f}.battle-status{background:#b0e4b973}.battle-status-loss{background:#f87c7c6b;border:1px solid rgba(140,22,22,.45);color:#5e0f0f}.controls-scroll-area{margin-top:16px;min-height:0}.number-pad{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.list-view{display:flex;flex-direction:column;gap:8px;flex:1}.list-view h3{margin:0;font-size:1.2rem;text-align:center;color:#f6ecef;font-weight:700}.pokemon-list{margin:0;padding:0 0 3px;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;overflow-y:auto;min-height:0;align-content:start}.pokemon-list-item{width:100%;display:flex;align-items:center;gap:10px;border:none;border-radius:10px;background:linear-gradient(180deg,#f7f1de,#e4d9b7);color:#2f2718;font-family:"Press Start 2P",cursive;font-size:.56rem;padding:8px 9px;cursor:pointer;box-shadow:0 3px #b8a578;text-align:left}.pokemon-list-image{width:28px;height:28px;object-fit:contain;image-rendering:pixelated;flex-shrink:0}.pokemon-list-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-pagination{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px}.list-pagination button{border:none;border-radius:8px;background:linear-gradient(180deg,#4a4f54,#22272c);color:#f6f8f7;font-family:"Press Start 2P",cursive;font-size:.5rem;padding:8px 10px;cursor:pointer}.list-pagination button:disabled{opacity:.55;cursor:not-allowed}.list-pagination span{font-family:"Press Start 2P",cursive;font-size:.52rem;text-align:center;color:#f6ecef}.key{color:#f6f8f7;transition:transform .05s ease;font-family:"Press Start 2P",cursive;font-size:.85rem;background:linear-gradient(180deg,#4ea3e8,#2868b3);border-image-slice:2;box-shadow:0 4px #1e4e8f;border-image-width:2;border-image-repeat:stretch;border-image-source:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='5'%20height='5'%20viewBox='0%200%205%205'%3E%3Cpath%20d='M2%201h1v1H2z%20M1%202h1v1H1z%20M3%202h1v1H3z%20M2%203h1v1H2z'%20fill='rgb(33%2C37%2C41)'/%3E%3C/svg%3E");border-image-outset:2;position:relative;display:inline-flex;align-items:center;justify-content:center;text-align:center;vertical-align:middle;-webkit-user-select:none;user-select:none;padding:6px 8px;margin:4px;border-style:solid;border-width:4px}.key-go{background:linear-gradient(180deg,#34ae5b,#137d33)}.key:hover{background-color:#108de0}.key:active{transform:translateY(1px)}.footnote{margin:14px 0 0;text-align:center;color:#f4cfd2;font-size:.7rem;letter-spacing:.08em;font-family:"Press Start 2P",cursive}@media (max-width: 840px){.games-home{padding:10px}.games-home h2{font-size:.62rem}.games-home-item-title{font-size:.48rem}.games-home-item-subtitle,.games-back-button{font-size:.38rem}.hangman-game{padding:10px}.hangman-heading h2{font-size:.54rem}.hangman-board{grid-template-columns:1fr}.hangman-net-stage{min-height:188px}.hangman-pikachu{width:126px;height:126px}.hangman-target-pokemon{width:98px;height:98px}.hangman-net{width:168px;height:168px}.hangman-word{font-size:.54rem;letter-spacing:.12em}.hangman-keyboard{grid-template-columns:repeat(7,minmax(0,1fr))}.hangman-key{font-size:.42rem}.context-clue-game{padding:10px}.context-clue-heading h2{font-size:.54rem}.context-clue-text{font-size:.48rem}.context-clue-option{font-size:.4rem}.context-clue-difficulty-button,.context-clue-read,.context-clue-next{font-size:.36rem}.context-clue-difficulty-note{font-size:.9rem}.pokedex-shell-fullscreen{border-radius:0;border-width:0}.pokedex-body-fullscreen{padding:0}.battle-fullscreen{padding:10px}.battle-question-panel-fullscreen{min-height:190px}.battle-fullscreen-arena{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.battle-fullscreen-card{min-height:132px;flex-direction:column;justify-content:center;gap:4px}.battle-fullscreen-card img{width:74px;height:74px}.battle-fullscreen-card span{text-align:center;font-size:.9rem}.battle-fullscreen-head p{font-size:.48rem}.battle-fullscreen-head button{font-size:.38rem;padding:7px 8px}.battle-victory-banner p{font-size:.44rem}.battle-victory-winner{top:50%}.battle-victory-winner-image{width:clamp(140px,44vw,220px);height:clamp(140px,44vw,220px)}.games-wrapper{padding:10px}.battle-difficulty-row{grid-template-columns:1fr}.games-heading h2{font-size:.62rem}.battle-setup-row,.badge-list,.battle-progress,.badge-list-selectable{grid-template-columns:1fr}.badge-item span{font-size:.3rem}.badge-item small{font-size:.68rem}.badge-item-gym{font-size:.62rem}.badge-item-type{font-size:.3rem}.badge-item-image{max-width:48px;height:34px;right:5px}.badge-item-stars{font-size:.48rem}.battle-question-text{font-size:1.35rem}.battle-answer-row,.battle-answer-row-fullscreen{grid-template-columns:1fr}.battle-answer-row button{width:100%;min-height:36px}.view-toggle-icon{width:24px}.view-collection-button{padding:8px 10px}.cards-title{font-size:.6rem}.cards-mode-button,.save-card-button{font-size:.42rem;padding:7px 8px}.card-slide-image{width:min(380px,98%);height:min(82%,520px)}.cards-pagination button{font-size:.44rem;padding:5px}.sound-toggle-icon{width:24px}.light{width:14px;height:14px;border-width:2px}.light-main{width:34px;height:34px}.hinge{height:9px}.pokedex-body{grid-template-columns:1fr;grid-template-rows:minmax(0,1.1fr) minmax(0,.9fr);padding:10px;gap:10px}.pokedex-body.cards-mode{grid-template-rows:minmax(0,1fr)}.display-panel,.controls-panel{padding:10px;border-radius:14px}.display-panel{max-height:none}.screen-bezel{padding:8px}.screen{padding:10px}.type-loading-message{bottom:8px;font-size:1rem}.screen-message{margin-top:18%;font-size:1.2rem}.dex-id{font-size:1.45rem}.pokemon-image{width:100%;max-width:178px;margin-top:0}.pokemon-content{display:flex;flex-direction:column;align-items:center;gap:8px}.pokemon-data{width:100%;align-items:center;text-align:center;min-width:0}.screen h1{margin:6px 0;font-size:.75rem;text-align:center}.detail-row{font-size:clamp(1rem,2.8vmin,1.25rem);margin:2px 0;text-align:center;line-height:1}.entry-form{padding:8px}.entry-form label{margin-bottom:6px;font-size:.58rem}.entry-row{gap:6px}.entry-row button{font-size:.55rem;padding:0 8px}.entry-row input{font-size:1.55rem;padding:6px 8px}.controls-scroll-area{margin-top:10px}.number-pad{gap:8px}.pokemon-list-item{font-size:.5rem;padding:7px 8px}.pokemon-list-image{width:24px;height:24px}.key{font-size:.7rem}.footnote{margin:8px 0 0;font-size:.55rem}}@media (max-width: 390px),(max-height: 740px){.scene{padding:4px}.pokedex-shell{height:calc(100dvh - 8px);border-width:5px;border-radius:16px}.top-lights{padding:8px 10px;gap:6px}.light-main{width:28px;height:28px}.hinge{height:7px}.pokedex-body{padding:8px;gap:8px}.display-panel,.controls-panel{padding:8px;border-width:3px}.screen-bezel,.screen{border-width:3px}.screen{padding:8px}.type-loading-message{bottom:6px;font-size:.9rem}.dex-id{font-size:1.2rem}.pokemon-content{flex-direction:column;gap:5px}.pokemon-image{max-width:145px}.screen h1{margin:4px 0;font-size:.65rem;line-height:1.35}.detail-row{font-size:clamp(.9rem,2.7vmin,1.08rem);margin:1px 0}.entry-form{padding:6px;border-width:3px}.entry-form label{margin-bottom:4px;font-size:.52rem}.entry-row input{font-size:1.3rem;padding:4px 6px;border-width:2px}.entry-row button{font-size:.5rem;padding:0 8px}.controls-scroll-area{margin-top:8px}.number-pad{gap:2px}.pokemon-list-item{font-size:.46rem;padding:6px 7px}.pokemon-list-image{width:22px;height:22px}.key{font-size:.62rem;border-width:3px;padding:4px 0}.footnote{margin-top:6px;font-size:.5rem}}@media (max-width: 950px) and (orientation: landscape){.pokedex-body{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);grid-template-rows:none}.controls-panel{display:flex;flex-direction:column}.controls-scroll-area{flex:1;margin-top:12px}.number-pad{gap:10px;grid-template-rows:repeat(4,minmax(0,1fr))}.key{height:100%;font-size:clamp(.72rem,3.4vh,2.05rem)}.screen h1,.detail-row{text-align:left}.detail-row{font-size:clamp(.9rem,2.25vh,1.28rem)}.pokemon-image{max-width:200px}}@media (min-width: 951px) and (orientation: landscape){.controls-panel{display:flex;flex-direction:column}.controls-scroll-area{flex:1;margin-top:12px}.number-pad{gap:10px;grid-template-rows:repeat(4,minmax(0,1fr))}.key{font-size:clamp(.72rem,4.2vh,2.05rem)}.detail-row{font-size:clamp(.9rem,2.25vh,1.28rem)}}@media (min-width: 840px){.deck-card-list{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width: 950px){.pokemon-image{max-width:200px;width:min(320px,90%)}.cards-overlay{padding:24px 22px 28px}}@media (max-width: 440px) and (orientation: portrait) and (max-aspect-ratio: 10/21){.controls-panel{display:flex;flex-direction:column}.controls-scroll-area{flex:1;margin-top:12px}.number-pad{gap:10px;grid-template-rows:repeat(4,minmax(0,1fr))}.key{font-size:.76rem;box-shadow:0 3px #1e4e8f}.entry-row input{font-size:1.7rem;padding:7px 8px}.entry-row button{font-size:.58rem;padding:0 10px}}@media (min-width: 840px) and (min-height: 600px) and (orientation: landscape){.pokemon-image{max-width:300px}}
