*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;image-rendering:pixelated;background:#0a0a0a;justify-content:center;align-items:center;font-family:Galmuri11,DotGothic16,"Press Start 2P",monospace,sans-serif;display:flex}.game-container{flex-direction:column;align-items:center;display:flex}.lang-packs{z-index:5;gap:16px;margin-bottom:-4px;padding:0 40px;display:flex;position:relative}.lang-pack{background:var(--pack-color,#888);cursor:pointer;color:#fff;letter-spacing:.5px;text-shadow:0 1px 2px #0009;border:none;border-radius:6px 6px 2px 2px;width:88px;height:52px;font-family:inherit;font-size:12px;transition:transform .12s,box-shadow .12s;position:relative;box-shadow:inset 0 3px #ffffff40,inset -2px 0 #0003,0 4px 8px #00000080}.lang-pack:after{content:"";background:color-mix(in srgb, var(--pack-color) 70%, black);border-radius:0 0 2px 2px;width:60%;height:8px;position:absolute;bottom:-6px;left:20%}.lang-pack:not(.active):hover{transform:translateY(-3px);box-shadow:inset 0 3px #ffffff4d,inset -2px 0 #0003,0 7px 12px #00000080}.lang-pack.active{transform:translateY(6px);box-shadow:inset 0 1px #ffffff26,inset -2px 0 #0003,0 1px 3px #0006}.lang-pack.active:after{display:none}.gameboy{-webkit-user-select:none;user-select:none;background:#c8c8c8;border-radius:12px 12px 60px;width:480px;padding:20px 20px 40px;position:relative;box-shadow:inset 0 2px #e8e8e8,inset 2px 0 #e0e0e0,inset -2px 0 #a0a0a0,inset 0 -4px #888,0 8px 32px #000000b3}.gameboy:before{content:"";background:linear-gradient(#d8d8d8 0%,silver 100%);border-radius:12px 12px 0 0;height:60px;position:absolute;top:0;left:0;right:0}.screen-surround{background:#444;border-radius:8px 8px 4px 4px;margin-bottom:16px;padding:16px 16px 10px;position:relative;box-shadow:inset 0 4px 8px #00000080}.screen-label{color:#666;letter-spacing:3px;text-transform:uppercase;text-align:center;margin-bottom:8px;font-family:sans-serif;font-size:12px;font-style:italic}.mute-btn{cursor:pointer;z-index:6;background:#2a2a2a;border:1px solid #555;border-radius:4px;justify-content:center;align-items:center;width:26px;height:26px;padding:0;font-size:13px;line-height:1;transition:background .12s;display:flex;position:absolute;top:10px;right:14px}.mute-btn:hover{background:#3a3a3a}.mute-btn:active{transform:translateY(1px)}.screen{width:380px;height:285px;image-rendering:pixelated;background:#8bac0f;border:2px solid #222;margin:0 auto;position:relative;overflow:hidden}.screen-surround:after{content:"";background:#00e000;border-radius:50%;width:6px;height:6px;position:absolute;bottom:8px;left:24px;box-shadow:0 0 4px #00e000}.controls{justify-content:space-between;align-items:center;gap:8px;padding:0 12px;display:flex}.dpad{flex-shrink:0;width:80px;height:80px;position:relative}.action-buttons{align-items:center;gap:12px;display:flex}.btn-action{cursor:pointer;color:#d8d8d8;border:none;border-radius:50%;width:40px;height:40px;font-family:inherit;font-size:10px;font-weight:700;line-height:1;transition:transform 80ms,box-shadow 80ms;box-shadow:0 4px #00000040,inset 0 1px #ffffff26}.btn-action:active{transform:translateY(2px);box-shadow:0 2px #0000004d,inset 0 1px #fff3}.btn-a{background:#8a8a8a}.btn-b{background:#7a7a7a}.choice-buttons{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;min-height:148px;display:flex}.btn-choice{color:#fff;cursor:pointer;width:100%;max-width:200px;image-rendering:pixelated;text-align:center;background:#2a2a5a;border:2px solid #fff;border-radius:4px;padding:8px 4px;font-family:inherit;font-size:12px;transition:transform 80ms,box-shadow 80ms;box-shadow:0 3px #111,inset 0 1px #ffffff1a}.btn-choice:hover{background:#3a3a7a}.btn-choice:active{transform:translateY(2px);box-shadow:0 1px #111}.btn-choice.highlighted{color:#fc0;background:#5a5aaa;border-color:#fc0}.timer-bar-wrap{background:#333;border-radius:2px;width:100%;max-width:200px;height:4px;margin:4px auto 0;overflow:hidden}.timer-bar{transform-origin:0;background:#fc0;height:100%;transition:width .1s linear}.start-select{justify-content:center;gap:16px;margin-top:12px;display:flex}.btn-small{cursor:pointer;color:#444;letter-spacing:1px;background:#888;border:none;border-radius:7px;width:48px;height:14px;font-family:inherit;font-size:7px;transition:background .2s,color .2s,box-shadow .2s;box-shadow:0 2px #555}.btn-small.btn-small-active{color:#fff;background:#c33;animation:1.2s ease-in-out infinite startBtnPulse;box-shadow:0 2px #811,0 0 6px #ff505099}@keyframes startBtnPulse{0%,to{box-shadow:0 2px #811,0 0 4px #ff505066}50%{box-shadow:0 2px #811,0 0 10px #ff5050e6}}.start-overlay{z-index:60;cursor:pointer;-webkit-user-select:none;user-select:none;background:#0a0a1a;flex-direction:column;justify-content:center;align-items:center;gap:14px;transition:opacity .4s;display:flex;position:absolute;inset:0}.start-overlay.fading{opacity:0;pointer-events:none}.start-title{color:#fc0;letter-spacing:4px;font-size:18px}.start-char{width:64px;height:66px;image-rendering:pixelated}.start-prompt{color:#ccc;letter-spacing:3px;font-size:9px;animation:1.2s step-end infinite startBlink}@keyframes startBlink{0%,to{opacity:1}50%{opacity:0}}.screen-fade{z-index:50;pointer-events:none;opacity:0;background:#000;transition:opacity .25s;position:absolute;inset:0}.screen-fade.active{opacity:1}@media (width<=500px){.gameboy{border-radius:0;width:100vw;padding:12px 12px 32px}.screen{width:calc(100vw - 56px);height:calc(75vw - 42px)}}@keyframes charWalk{0%{background-position-x:0}to{background-position-x:-192px}}@keyframes charWalkIn{0%{transform:translate(-320px)}to{transform:translate(0)}}@keyframes charWalkOut{0%{transform:translate(0)}to{transform:translate(-320px)}}@keyframes bgScroll{0%{background-position-x:0}to{background-position-x:-260px}}@keyframes charWalkOutRight{0%{transform:translate(0)}to{transform:translate(420px)}}.home-scene{width:100%;height:100%;position:relative;overflow:hidden}.home-bg{background-image:url(/pokewalk/assets/bg_home-CpQLHe-J.png);background-position:0 0;background-repeat:no-repeat;background-size:auto 100%;position:absolute;inset:0}.home-char{bottom:55px}.home-char-front{width:64px;height:66px;image-rendering:pixelated;position:absolute;bottom:55px}.home-dialog{color:#fc0;z-index:2;background:#000000c7;border-top:2px solid #fff;padding:6px 8px;font-size:12px;position:absolute;bottom:0;left:0;right:0}.home-dex-btn{color:#fc0;cursor:pointer;z-index:3;letter-spacing:1px;background:#000000a6;border:1px solid #fc0;border-radius:3px;padding:3px 6px;font-family:inherit;font-size:9px;position:absolute;top:6px;right:6px}.home-dex-btn:hover{background:#ffcc002e}.pokedex-overlay{z-index:10;background:#1a1a2e;flex-direction:column;padding:8px;display:flex;position:absolute;inset:0}.pokedex-header{border-bottom:2px solid #446;flex-shrink:0;align-items:center;margin-bottom:6px;padding-bottom:4px;display:flex}.pokedex-header .home-title{flex:1}.pokedex-header .home-count{text-align:center;flex:none}.pokedex-header .pokedex-close{text-align:right;flex:1}.pokedex-close{color:#aaa;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:2px 6px;font-family:inherit;font-size:14px;line-height:1}.pokedex-close:hover{color:#fff}.home-title{color:#fc0;letter-spacing:2px;font-size:11px}.home-count{color:#aaa;font-size:9px}.pokedex-grid{scrollbar-width:none;-ms-overflow-style:none;flex:1;grid-template-columns:repeat(5,1fr);gap:4px;display:grid;overflow:hidden scroll}.pokedex-grid::-webkit-scrollbar{display:none}.dex-slot{aspect-ratio:1;background:#111;border:1px solid #334;border-radius:3px;justify-content:center;align-items:center;display:flex;position:relative;overflow:visible}.dex-slot.caught{cursor:pointer;background:#1a2a1a;border-color:#4a8}.dex-slot.new-catch{border-color:#fc0;animation:1.4s ease-in-out infinite newCatchPulse}@keyframes newCatchPulse{0%,to{box-shadow:0 0 4px #fc06}50%{box-shadow:0 0 10px #ffcc00d9}}.dex-slot img{width:auto;max-width:90%;height:auto;max-height:90%;image-rendering:pixelated;transition:filter .15s}.dex-slot.caught:hover img{filter:brightness(.55)}.dex-tooltip{color:#fc0;white-space:nowrap;pointer-events:none;opacity:0;z-index:10;background:#000000e6;border:1px solid #446;border-radius:3px;padding:4px 6px;font-size:12px;transition:opacity .15s;position:absolute;bottom:110%;left:50%;transform:translate(-50%)}.dex-slot.caught:hover .dex-tooltip{opacity:1}.card-overlay{z-index:20;background:#000000c7;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.pokemon-card{background:#12122a;border:2px solid #fc0;border-radius:8px;flex-direction:column;align-items:center;gap:6px;width:260px;padding:14px 16px 16px;display:flex;position:relative;box-shadow:0 0 24px #ffcc0040}.card-close{color:#aaa;cursor:pointer;background:0 0;border:none;padding:2px 4px;font-family:inherit;font-size:14px;line-height:1;position:absolute;top:6px;right:8px}.card-close:hover{color:#fff}.card-no{color:#666;letter-spacing:1px;font-size:9px}.card-img{width:130px;height:130px;image-rendering:pixelated;object-fit:contain}.card-name{color:#fc0;letter-spacing:1px;font-size:13px}.card-flavor{color:#ccc;text-align:center;scrollbar-width:thin;scrollbar-color:#fc0 transparent;width:100%;max-height:72px;margin:0;padding:0 4px;font-size:11px;line-height:1.9;overflow-y:auto}.card-flavor::-webkit-scrollbar{width:5px}.card-flavor::-webkit-scrollbar-thumb{background:#fc0;border-radius:3px}.card-flavor::-webkit-scrollbar-track{background:0 0}.travel-scene{width:100%;height:100%;position:relative;overflow:hidden}.travel-bg{background-image:url(/pokewalk/assets/bg_grassland-BAoQCtF7.png)}.travel-char{bottom:55px;left:50%;transform:translate(-50%)}.travel-text{text-align:center;color:#fff;background:#000000a6;border-top:2px solid #fff;padding:6px 8px;font-size:12px;position:absolute;bottom:0;left:0;right:0}.fork-scene{width:100%;height:100%;position:relative;overflow:hidden}.fork-bg-walk{background-image:url(/pokewalk/assets/bg_grassland-BAoQCtF7.png)}.fork-bg-arrived{background-image:url(/pokewalk/assets/bg_fork-e3PVqP_n.png);background-position:50%;background-repeat:no-repeat;background-size:auto 100%;position:absolute;inset:0}.fork-char-walk{bottom:55px;left:38%;transform:translate(-50%)}.fork-char{bottom:55px;left:25%}.fork-dialog{color:#fff;background:#000000bf;border-top:2px solid #fff;padding:6px 8px;font-size:12px;line-height:1.8;position:absolute;bottom:0;left:0;right:0}.fork-step{color:#aaa;font-size:8px}.encounter-scene{width:100%;height:100%;position:relative;overflow:hidden}.encounter-bg{background-position:50%;background-repeat:no-repeat;background-size:auto 100%;position:absolute;inset:0}.encounter-char{bottom:55px;left:15%}.encounter-pokemon{bottom:var(--field-pokemon-bottom);right:var(--field-pokemon-right);image-rendering:pixelated;position:absolute}.field-pokemon-img{width:var(--field-pokemon-size);height:var(--field-pokemon-size);display:block}.encounter-pokemon img{filter:drop-shadow(0 0 6px #ffffffe6)drop-shadow(0 0 14px #ffffff80)drop-shadow(2px 4px 8px #000000b3)}.encounter-dialog{color:#fff;background:#000000bf;border-top:2px solid #fff;padding:6px 8px;font-size:12px;position:absolute;bottom:0;left:0;right:0}@keyframes appearBounce{0%{opacity:0;transform:scale(0)translateY(20px)}70%{opacity:1;transform:scale(1.15)translateY(-5px)}to{opacity:1;transform:scale(1)translateY(0)}}.appear-anim{animation:.4s ease-out forwards appearBounce}.battle-scene{background:#1a1a3a;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.battle-bg{background:radial-gradient(#2a2a5a 0%,#0a0a1a 100%);position:absolute;inset:0}.battle-char{z-index:1;bottom:55px;left:15%}.battle-pokemon{z-index:1;flex-direction:column;align-items:center;gap:4px;margin-bottom:8px;display:flex;position:absolute;top:20px;right:20px}.battle-pokemon img{image-rendering:pixelated;filter:drop-shadow(0 0 8px #ffc80080)}.battle-pokemon-name{color:#fc0;letter-spacing:1px;font-size:12px}.battle-dialog{color:#fff;z-index:2;background:#000c;border-top:2px solid #fff;padding:6px 8px;font-size:12px;position:absolute;bottom:0;left:0;right:0}.battle-dialog.result-win{color:#6bd66b;border-top-color:#6bd66b}.battle-dialog.result-lose{color:#ff6b6b;border-top-color:#ff6b6b}.battle-dialog.result-draw{color:#fc0;border-top-color:#fc0}.rps-reveal{z-index:3;background:#000000d1;border:2px solid #fff;border-radius:8px;align-items:center;gap:14px;padding:14px 18px;animation:.25s ease-out rpsPop;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 16px #0009}@keyframes rpsPop{0%{opacity:0;transform:translate(-50%,-50%)scale(.6)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.rps-side{flex-direction:column;align-items:center;gap:6px;display:flex}.rps-label{color:#ccc;letter-spacing:1px;font-size:9px}.rps-hand{font-size:34px;line-height:1}.rps-vs{color:#fc0;letter-spacing:1px;font-size:11px}.caught-scene{background:#0a1a0a;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.caught-flash{background:#fff;animation:.3s ease-out forwards flashIn;position:absolute;inset:0}@keyframes flashIn{0%{opacity:1}to{opacity:0;pointer-events:none}}.caught-pokemon{z-index:1;margin-bottom:12px;position:relative}.caught-pokemon img{image-rendering:pixelated}.caught-dialog{color:#fc0;text-align:center;z-index:2;background:#000c;border-top:2px solid #fc0;padding:6px 8px;font-size:12px;position:absolute;bottom:0;left:0;right:0}@keyframes sparkle{0%,to{filter:drop-shadow(0 0 4px #fc0);transform:scale(1)}50%{filter:drop-shadow(0 0 16px #fc0);transform:scale(1.1)}}.sparkle-anim{animation:.6s ease-in-out infinite sparkle}.flee-scene{width:100%;height:100%;position:relative;overflow:hidden}.flee-bg{background-position:50%;background-repeat:no-repeat;background-size:auto 100%;position:absolute;inset:0}.flee-char{bottom:55px;left:15%}.flee-dialog{color:#aaa;background:#000000bf;border-top:2px solid #fff;padding:6px 8px;font-size:12px;position:absolute;bottom:0;left:0;right:0}.char{width:64px;height:66px;image-rendering:pixelated;background-position:0 0;background-repeat:no-repeat;background-size:192px;position:absolute}.char-walk{background-image:url(/pokewalk/assets/char_walk-Bfa5nazD.png)}.char-walk-back{background-image:url(/pokewalk/assets/char_walk_back-uhW3GWM7.png)}.anim-walk{animation:.45s steps(3,end) infinite charWalk}.anim-walk-in{animation:.45s steps(3,end) infinite charWalk,2s linear both charWalkIn}.anim-walk-in-3s{animation:.45s steps(3,end) infinite charWalk,3s linear both charWalkIn}.anim-walk-out{animation:.45s steps(3,end) infinite charWalk,3s linear forwards charWalkOut}.anim-walk-out-right{animation:.45s steps(3,end) infinite charWalk,1.5s linear forwards charWalkOutRight}.bg-scroll{background-repeat:no-repeat;background-size:auto 100%;animation:10s linear infinite bgScroll;position:absolute;inset:0}:root{--field-pokemon-size:112px;--field-pokemon-right:8%;--field-pokemon-bottom:55px}.habitat-grassland{background-image:url(/pokewalk/assets/bg_grassland-BAoQCtF7.png)}.habitat-mountain{background-image:url(/pokewalk/assets/bg_mountain-BDV6xUyu.png)}.habitat-forest{background-image:url(/pokewalk/assets/bg_forest-Bkm2VRKn.png)}.habitat-urban{background-image:url(/pokewalk/assets/bg_urban-DR_8Ibqp.png)}.habitat-water_edge{background-image:url(/pokewalk/assets/bg_water_edge-D28wjB5U.png)}.habitat-sea{background-image:url(/pokewalk/assets/bg_sea-Bvr0Wgni.png)}.habitat-cave{background-image:url(/pokewalk/assets/bg_cave-B9ZjWkoH.png)}.duplicate-scene{width:100%;height:100%;position:relative;overflow:hidden}.duplicate-bg{background-position:50%;background-repeat:no-repeat;background-size:auto 100%;position:absolute;inset:0}.duplicate-char{bottom:55px;left:15%}.duplicate-pokemon{bottom:var(--field-pokemon-bottom);right:var(--field-pokemon-right);image-rendering:pixelated;position:absolute}.duplicate-pokemon.faded{filter:grayscale();animation:2.5s ease-in forwards dupFadeOut}@keyframes dupFadeOut{0%{opacity:.55}to{opacity:0}}.duplicate-dialog{color:#fc0;background:#000000bf;border-top:2px solid #fff;padding:6px 8px;font-size:12px;position:absolute;bottom:0;left:0;right:0}
