@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";.app{display:flex;align-items:center;justify-content:center;background:#1a1a1a;overflow:auto}.app::-webkit-scrollbar{width:18px}.app::-webkit-scrollbar-track{background:linear-gradient(90deg,#90ee904d,#ffff004d,#90ee9033);border-left:4px solid #263238;box-shadow:inset 1px 0 2px #0000001a}.app::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#2196f3,#1976d2,#1565c0);border:3px solid #263238;border-radius:8px;box-shadow:inset 1px 1px #ffffff80,inset -1px -1px #0000004d,0 2px 4px #0003}.app::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#42a5f5,#2196f3,#1e88e5);box-shadow:inset 1px 1px #fff9,inset -1px -1px #0006,0 4px 8px #2196f366}.app{scrollbar-width:thin;scrollbar-color:#2196f3 rgba(144,238,144,.2)}.game-selection-container::-webkit-scrollbar,.enemy-selection-container::-webkit-scrollbar,.trainer-list::-webkit-scrollbar{width:16px}.game-selection-container::-webkit-scrollbar-track,.enemy-selection-container::-webkit-scrollbar-track,.trainer-list::-webkit-scrollbar-track{background:linear-gradient(90deg,#90ee9059,#ffff0059,#90ee9040);border-left:3px solid #263238}.game-selection-container::-webkit-scrollbar-thumb,.enemy-selection-container::-webkit-scrollbar-thumb,.trainer-list::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#2196f3,#1976d2,#1565c0);border:2px solid #263238;border-radius:6px;box-shadow:inset 1px 1px #ffffff80,inset -1px -1px #0003,0 2px 3px #00000026}.game-selection-container::-webkit-scrollbar-thumb:hover,.enemy-selection-container::-webkit-scrollbar-thumb:hover,.trainer-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#42a5f5,#2196f3,#1e88e5);box-shadow:inset 1px 1px #fff9,inset -1px -1px #0000004d,0 3px 6px #2196f359}.game-selection-container,.enemy-selection-container,.trainer-list{scrollbar-width:thin;scrollbar-color:#2196f3 rgba(144,238,144,.2)}.enemy-selection-container{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:center;padding:18px;overflow-y:auto}.pokemon-selection-screen{width:min(1040px,100%);min-height:640px;display:flex;flex-direction:column;gap:18px;padding:22px;border:4px solid #263238;border-radius:12px;background:linear-gradient(180deg,#ffffffc7,#e5f6ffeb),repeating-linear-gradient(0deg,#ffffff38 0,#ffffff38 4px,#00000005 4px,#00000005 8px);box-shadow:0 10px #17212b,0 18px 30px #00000052}.selection-header{display:grid;gap:8px;text-align:center}.header-kicker{width:fit-content;justify-self:center;padding:7px 14px;color:#fff;background:#2f6fdd;border:3px solid #183b78;border-radius:999px;box-shadow:inset 0 -4px #0000002e;font-size:12px;letter-spacing:1px;text-transform:uppercase}.title{margin:0;color:#263238;font-size:clamp(26px,5vw,48px);line-height:1.05;text-shadow:3px 3px 0 #ffffff,5px 5px 0 rgba(47,111,221,.22);letter-spacing:1px}.trainer-select-layout{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}.trainer-list-panel,.battle-stage,.pokemon-dialog,.hint-box{border-color:#263238;background:#f8fbff;box-shadow:6px 6px #26323838}.trainer-list-panel{position:relative;display:flex;flex-direction:column;gap:14px;padding:22px 14px 14px;min-height:0}.panel-label{position:absolute;top:-16px;left:16px;padding:6px 12px;color:#fff;background:#ef5350;border:3px solid #263238;border-radius:8px;font-size:12px;text-transform:uppercase}.trainer-list{display:grid;gap:12px;flex:1}.trainer-row{width:100%;display:grid;grid-template-columns:18px 56px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;color:#263238;border:3px solid #263238;border-radius:8px;background:#fff;cursor:pointer;text-align:left;box-shadow:inset 0 -5px #26323814;transition:transform .12s ease,background .12s ease,box-shadow .12s ease}.trainer-row:hover,.trainer-row:focus-visible{transform:translate(4px);background:#fffde7;outline:none}.trainer-row.selected{background:linear-gradient(180deg,#fff9c4,#ffec8b);box-shadow:inset 0 -5px #2632381f,0 0 0 4px #2f6fdd2e}.trainer-cursor{opacity:0;color:#ef5350;font-size:12px}.trainer-row.selected .trainer-cursor{opacity:1;animation:cursorBlink .8s steps(2,end) infinite}.trainer-mini-avatar{width:56px;height:56px;display:grid;place-items:center;border:3px solid #263238;border-radius:50%;background:radial-gradient(circle at 50% 68%,#dff6ff 0,#dff6ff 36%,#9ad7ff 37%,#9ad7ff);overflow:hidden}.trainer-mini-avatar img,.enemy-mon-image{width:100%;height:100%;object-fit:contain;image-rendering:pixelated}.trainer-row-info{min-width:0;display:grid;gap:4px}.trainer-name{overflow:hidden;color:#263238;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.trainer-partner{overflow:hidden;color:#4c5b63;font-family:Arial,sans-serif;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.difficulty-badge{padding:6px 8px;border:2px solid #263238;border-radius:999px;color:#263238;font-family:Arial,sans-serif;font-size:11px;font-weight:800;text-transform:uppercase}.difficulty-badge.easy{background:#b9f6ca}.difficulty-badge.medium{background:#fff59d}.difficulty-badge.hard{color:#fff;background:#ef5350}.trainer-preview-panel{display:grid;grid-template-rows:1fr auto;gap:14px}.battle-stage{position:relative;min-height:360px;overflow:hidden;--mon-left: 50%;--mon-top: 50%;--mon-size: 260px;--mon-platform-width: 320px;background:linear-gradient(180deg,#d7e9ff,#f7fbff 55%,#dde8f2)}.battle-stage:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 8px 8px,rgba(255,255,255,.38) 0 2px,transparent 3px),linear-gradient(180deg,rgba(255,255,255,.2),transparent 60%);background-size:18px 18px,auto;pointer-events:none}.battle-stage.stage-theme-default{background:linear-gradient(180deg,#d7e9ff,#f7fbff 55%,#dde8f2)}.battle-stage.stage-theme-disciplina{background:radial-gradient(circle at 82% 24%,rgba(255,236,179,.75),transparent 34%),linear-gradient(180deg,#ffefc2,#ffe3a2 46%,#f8d177)}.battle-stage.stage-theme-protecao{background:radial-gradient(circle at 16% 18%,rgba(255,255,255,.8),transparent 30%),radial-gradient(circle at 82% 22%,rgba(255,255,255,.65),transparent 24%),linear-gradient(180deg,#b8d9ff,#86b9f2 52%,#5f93cf)}.battle-stage.stage-theme-lendario{background:radial-gradient(circle at 78% 20%,rgba(255,215,115,.5),transparent 28%),linear-gradient(180deg,#403976,#2f2b5f 58%,#201f44)}.battle-stage.stage-theme-viralata{background:radial-gradient(circle at 24% 84%,rgba(173,222,129,.42),transparent 24%),radial-gradient(circle at 76% 78%,rgba(173,222,129,.35),transparent 20%),linear-gradient(180deg,#d0f0d7,#b5e0be 55%,#8fc99d)}.stage-theme-label{position:absolute;right:12px;top:12px;z-index:4;padding:5px 9px;color:#20313f;background:#ffffffd9;border:2px solid #263238;border-radius:999px;font-family:Arial,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase}.selected-mon-card{position:absolute;z-index:4;top:12px;left:12px;max-width:min(330px,calc(100% - 24px));padding:8px 10px;color:#22313a;background:#ffffffeb;border:3px solid #263238;box-shadow:inset -3px -3px #26323829,inset 3px 3px #fff}.selected-mon-title,.selected-mon-name,.selected-mon-meta,.selected-mon-stats{margin:0}.selected-mon-title{font-family:"Press Start 2P",cursive;font-size:8px;line-height:1.35;color:#4a5f6f}.selected-mon-name{margin-top:5px;font-family:"Press Start 2P",cursive;font-size:11px;line-height:1.45}.selected-mon-meta,.selected-mon-stats{margin-top:3px;font-family:Arial,sans-serif;font-size:12px;line-height:1.35}.stage-platform{position:absolute;height:64px;border:4px solid rgba(38,50,56,.55);border-radius:50%;background:radial-gradient(ellipse,#f3e4aa 0,#f3e4aa 50%,#8bc34a 52%,#8bc34a)}.mon-platform{z-index:1;left:50%;top:calc(50% + 120px);width:var(--mon-platform-width);opacity:.72;transform:translate(-50%) rotate(2deg)}.selected-trainer-sprite{position:absolute;z-index:3;left:25%;top:30%;width:var(--mon-size);height:var(--mon-size);display:grid;place-items:center;transform:translate(-50%,-50%);animation:trainerIdle 1.4s ease-in-out infinite;filter:drop-shadow(0 8px 0 rgba(38,50,56,.2))}.selected-trainer-sprite.mon-cinta{left:26%;top:35%}.pokemon-dialog{padding:16px 18px;color:#263238;background:#fff;border-radius:8px}.dialog-title{margin:0 0 8px;font-size:16px}.dialog-text{margin:0;font-family:Arial,sans-serif;font-size:15px;line-height:1.35}.selection-actions{display:flex;align-items:center;justify-content:space-between;gap:16px}.selection-left-actions{display:grid;gap:8px}.hint-box{padding:10px 14px;color:#263238;font-family:Arial,sans-serif;font-size:13px}.back-to-games-button{width:fit-content;padding:8px 12px;color:#263238;border:2px solid #263238;border-radius:8px;background:#fff;font-family:Arial,sans-serif;font-size:13px;font-weight:700;cursor:pointer;transition:transform .12s ease,background .12s ease}.back-to-games-button:hover,.back-to-games-button:focus-visible{transform:translateY(-1px);background:#eaf2ff;outline:none}@keyframes cursorBlink{50%{opacity:.25}}@keyframes trainerIdle{0%,to{transform:translateY(0)}50%{transform:translateY(-1px)}}@media (max-width: 760px){.enemy-selection-container{align-items:flex-start;overflow:auto;padding:16px}.pokemon-selection-screen{min-height:auto;padding:16px;gap:16px}.trainer-select-layout{grid-template-columns:1fr}.battle-stage{min-height:290px;--mon-left: 50%;--mon-top: 50%;--mon-size: 350px;--mon-platform-width: 260px}.selected-mon-card{max-width:calc(100% - 24px)}.stage-theme-label{top:auto;right:12px;bottom:12px}.selected-trainer-sprite{left:15%;top:3%;width:var(--mon-size);height:var(--mon-size);transform:translate(-50%,-50%)}.enemy-mon-image{width:80%;height:80%}.mon-platform{width:calc(var(--mon-platform-width) * .9);height:57.6px;top:calc(50% + 100px)}.selected-trainer-sprite.mon-cinta{width:calc(var(--mon-size) * .9);left:18%;top:10%}.selection-actions{flex-direction:column;align-items:stretch}.selection-left-actions{width:100%}.hint-box{text-align:center}.back-to-games-button{width:100%}}@media (max-width: 480px){.pokemon-selection-screen{gap:16px}.battle-stage{min-height:300px;--mon-left: 50%;--mon-top: 50%;--mon-size: 140px;--mon-platform-width: 200px}.selected-mon-card{max-width:calc(100% - 16px);padding:6px 8px;font-size:11px}.selected-mon-title{font-size:7px}.selected-mon-name,.selected-mon-meta,.selected-mon-stats{font-size:10px}.trainer-list{gap:14px}.trainer-row{grid-template-columns:16px 48px minmax(0,1fr);padding:8px;gap:8px}.difficulty-badge{grid-column:3;width:fit-content;font-size:10px;padding:5px 7px}.trainer-mini-avatar{width:48px;height:48px}.trainer-name{font-size:13px}.trainer-partner{font-size:11px}.selected-trainer-sprite{left:25%;top:30%;width:var(--mon-size);height:var(--mon-size);transform:translate(-50%,-50%)}.selected-trainer-sprite.mon-cinta{left:22%;top:35%}}@media (max-width: 380px){.enemy-selection-container{padding:12px}.pokemon-selection-screen{gap:14px;padding:14px}.title{font-size:clamp(22px,4vw,32px)}.header-kicker{font-size:11px;padding:6px 12px}.battle-stage{min-height:280px;--mon-size: 120px;--mon-platform-width: 180px}.selected-mon-card{max-width:calc(100% - 12px);padding:5px 7px}.selected-mon-title{font-size:6px}.selected-mon-name,.selected-mon-meta,.selected-mon-stats{font-size:9px}.trainer-list{gap:12px}.trainer-row{grid-template-columns:14px 44px minmax(0,1fr);padding:7px;gap:7px}.trainer-mini-avatar{width:44px;height:44px}.trainer-name{font-size:12px}.trainer-partner{font-size:10px}.difficulty-badge{font-size:9px;padding:4px 6px}.selected-trainer-sprite{left:26%;top:32%;width:var(--mon-size);height:var(--mon-size);transform:translate(-50%,-50%)}.selected-trainer-sprite.mon-cinta{left:24%;top:37%}.pokemon-dialog{padding:12px 14px;font-size:14px}.dialog-text{font-size:13px}.hint-box{font-size:12px;padding:8px 12px}}.pixel-button{font-family:"Press Start 2P",cursive;padding:14px 16px;font-size:13px;background:linear-gradient(135deg,#0f0,#0c0);color:#000;border:3px solid #00ff00;cursor:pointer;transition:all .2s;text-shadow:1px 1px 0 rgba(0,0,0,.3);box-shadow:inset -2px -2px #0000004d,inset 2px 2px #ffffff4d;letter-spacing:.05em;display:flex;flex-direction:column;gap:8px;min-height:92px;align-items:flex-start;justify-content:center;text-align:left}.pixel-button-text{line-height:1.2}.pixel-button-subtitle{font-family:Arial,sans-serif;font-size:10px;line-height:1.3;text-transform:none;opacity:.85}.pixel-button:hover:not(.disabled){transform:translateY(-2px);box-shadow:inset -2px -2px #0000004d,inset 2px 2px #ffffff4d,0 0 15px #0f0c;background:linear-gradient(135deg,#0f0,#0d0)}.pixel-button:active:not(.disabled){transform:translateY(1px);box-shadow:inset -1px -1px #0000004d,inset 1px 1px #ffffff4d}.pixel-button.disabled{background:#666;color:#999;border-color:#666;cursor:not-allowed;opacity:.5}.battle-container{width:100%;height:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:16px;overflow-x:hidden;overflow-y:auto;background:radial-gradient(circle at 50% -10%,rgba(255,255,255,.7),transparent 34%),linear-gradient(180deg,#8fd7f6,#d9f7ff 42%,#95d27d 43%,#4c9b52)}.pokemon-battle-shell,.battle-content{position:relative;width:min(1180px,100%);height:auto;min-height:min(720px,100vh);display:grid;grid-template-rows:auto minmax(360px,1fr) auto;gap:12px;padding:14px;background:#f8f0d8;border:6px solid #2a2a2a;box-shadow:inset 0 0 0 4px #fff8d6,inset 0 0 0 8px #6b9b54,0 28px 70px #0000006b}.battle-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:10px;background:#fffbea;border:4px solid #2b2b2b;box-shadow:inset -4px -4px #d6cfae,inset 4px 4px #fff}.enemy-trainer-card{display:grid;grid-template-columns:82px 1fr;gap:12px;align-items:center;min-width:0}.trainer-avatar{width:82px;height:82px;object-fit:contain;image-rendering:pixelated;background:linear-gradient(180deg,#fff,#e9f7ff);border:3px solid #303030;box-shadow:inset -3px -3px #b7d4df}.battle-challenger-label,.status-chip,.turn-chip,.command-state,.hud-name,.hud-level,.hud-hp-label,.hud-hp-numbers,.command-title,.attack-name,.attack-meta,.game-over-text{font-family:"Press Start 2P",cursive}.battle-challenger-label{font-size:9px;color:#687079;text-transform:uppercase}.battle-trainer-name{margin-top:7px;font-family:"Press Start 2P",cursive;font-size:clamp(12px,1.6vw,16px);line-height:1.55;color:#232323}.battle-trainer-dialogue{margin-top:8px;max-width:620px;font-size:13px;line-height:1.35;color:#4a4032}.battle-status-card{display:flex;align-items:center;justify-content:flex-end;gap:10px}.status-chip,.turn-chip,.command-state{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;font-size:8px;line-height:1.35;padding:9px 10px;color:#202020;background:#f7f7f7;border:3px solid #292929;box-shadow:inset -3px -3px #c7c7c7,inset 3px 3px #fff}.turn-chip.active,.command-state.busy{background:#ffe066;box-shadow:inset -3px -3px #d69d2f,inset 3px 3px #fff6b8}.battle-stage{position:relative;min-height:460px;overflow:hidden;background:linear-gradient(180deg,#8bdaf4,#dffaff 45%,#8aca6d 46%,#6ab45c);border:6px solid #242424;box-shadow:inset 0 0 0 4px #ffffff59;isolation:isolate}.battle-sky,.battle-ground{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.battle-sky{background:radial-gradient(ellipse at 18% 16%,rgba(255,255,255,.9) 0 5%,transparent 6%),radial-gradient(ellipse at 28% 14%,rgba(255,255,255,.75) 0 4%,transparent 5%),radial-gradient(ellipse at 76% 18%,rgba(255,255,255,.7) 0 8%,transparent 9%),linear-gradient(180deg,rgba(255,255,255,.25),transparent 52%);z-index:0}.battle-ground{top:42%;background:repeating-linear-gradient(0deg,rgba(45,105,45,.14) 0 2px,transparent 2px 9px),radial-gradient(ellipse at 50% 72%,rgba(255,248,166,.25),transparent 42%);z-index:0}.pokemon-hud{position:absolute;z-index:5;width:min(330px,36%);padding:14px 16px 12px;color:#222;background:#fffcec;border:4px solid #222;border-radius:18px 6px;box-shadow:inset -5px -5px #d2c79f,inset 4px 4px #fff,0 8px #273a2738}.pokemon-hud-enemy{bottom:110px;right:30px}.pokemon-hud-player{left:30px;top:12px}.hud-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.hud-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(10px,1.4vw,14px);line-height:1.4}.hud-level,.hud-hp-numbers{font-size:9px}.hud-hp-row{display:grid;grid-template-columns:38px 1fr;align-items:center;gap:8px}.hud-hp-label{display:inline-flex;justify-content:center;padding:4px 5px;font-size:8px;color:#ffec7a;background:#393939;border-radius:999px}.hud-hp-track{height:16px;padding:3px;background:#313131;border:2px solid #1d1d1d;border-radius:999px}.hud-hp-fill{height:100%;border-radius:inherit;transition:width .32s ease}.hud-hp-fill.healthy{background:linear-gradient(90deg,#36d36e,#79ee74)}.hud-hp-fill.warning{background:linear-gradient(90deg,#ffd447,#ffb12b)}.hud-hp-fill.danger{background:linear-gradient(90deg,#ff5c4d,#e32c2c)}.hud-hp-numbers{margin-top:7px;text-align:right;color:#353535}.trainer-sprite,.battle-mon,.battle-platform{position:absolute;z-index:3}.trainer-sprite-enemy{right:92px;top:34px;width:132px;height:150px;opacity:.92;transform:translateY(3px)}.trainer-sprite img,.battle-mon img{width:100%;height:100%;object-fit:contain;image-rendering:pixelated}.battle-platform{height:62px;border-radius:50%;background:radial-gradient(ellipse at center,#f4e6a8 0,#f4e6a8 43%,#88b764 44%,#88b764 62%,#4d874f 63%,#4d874f);filter:drop-shadow(0 14px 0 rgba(34,69,34,.18));z-index:1}.battle-platform-enemy{width:290px;right:54px;bottom:210px;transform:rotate(-2deg)}.battle-platform-player{width:360px;left:62px;bottom:116px;transform:rotate(2deg)}.battle-mon{display:flex;align-items:center;justify-content:center;animation:battleBob 2.8s infinite}.battle-mon-enemy{width:190px;height:190px;right:104px;top:52px}.battle-mon-player{transform:scaleX(-1);width:245px;height:245px;left:116px;bottom:110px;transform-origin:center bottom}.enemy-pokemon-image,.player-pokemon-image{filter:drop-shadow(0 18px 8px rgba(0,0,0,.2))}@keyframes battleBob{0%,to{translate:0 0}50%{translate:0 -1px}}.battle-log{position:absolute;left:18px;right:18px;bottom:14px;z-index:6;min-height:96px;display:flex;align-items:center;padding:14px 18px;background:#fbf7e9;border:5px solid #252525;box-shadow:inset -5px -5px #d4cab0,inset 5px 5px #fff,0 8px #0000002e}.log-content{width:100%;display:flex;flex-direction:column;gap:8px}.log-message{display:flex;align-items:flex-start;gap:8px;max-width:72%;margin:0;font-family:Arial,sans-serif;font-size:16px;line-height:1.35;color:#222}.log-message-enemy{align-self:flex-start;text-align:left}.log-message-player{align-self:flex-end;justify-content:flex-end;text-align:right}.log-arrow{flex:0 0 auto;font-weight:700;color:#222}.command-panel{display:grid;grid-template-columns:minmax(230px,.8fr) minmax(320px,1.2fr);gap:10px;padding:10px;background:#335fb6;border:6px solid #222;box-shadow:inset -5px -5px #1c3979,inset 5px 5px #7facff}.command-panel-info{padding:12px;background:#fffcec;border:4px solid #232323;box-shadow:inset -4px -4px #d2c79f,inset 4px 4px #fff}.command-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.command-title{font-size:clamp(10px,1.4vw,14px);line-height:1.55;color:#222}.command-description{margin-top:11px;font-size:14px;line-height:1.45;color:#4d473a}.attacks-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.attack-option{position:relative;min-height:64px;padding:9px 10px 8px 16px;text-align:left;cursor:pointer;color:#232323;background:#fffdf2;border:4px solid #252525;box-shadow:inset -4px -4px #d6ceb0,inset 4px 4px #fff;transition:transform .12s ease,filter .12s ease}.attack-option:before{content:"";position:absolute;left:7px;top:14px;bottom:14px;width:5px;background:#e65b4f;border:1px solid #252525}.attack-option:hover:not(:disabled),.attack-option:focus-visible:not(:disabled){transform:translateY(-2px);filter:brightness(1.04);outline:none}.attack-option:disabled{cursor:not-allowed;opacity:.55}.attack-name,.attack-meta,.attack-description{display:block}.attack-name{font-size:9px;line-height:1.45;color:#222}.attack-meta{margin-top:5px;font-size:7px;color:#335fb6}.attack-description{margin-top:5px;font-size:11px;line-height:1.25;color:#575042}.game-over-container{min-height:100%;display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;padding:12px;background:#fffdf2;border:4px solid #252525;box-shadow:inset -4px -4px #d6ceb0,inset 4px 4px #fff}.game-over-text{font-size:clamp(14px,2.2vw,24px);line-height:1.5;color:#222;text-align:center}.attack-effect{position:absolute;left:50%;top:48%;z-index:20;width:250px;height:250px;transform:translate(-50%,-50%);pointer-events:none;opacity:.78;mix-blend-mode:screen}.attack-effect-image{width:100%;height:100%;image-rendering:pixelated;animation:pulseAttack .45s steps(2,end) infinite alternate}@keyframes pulseAttack{0%{transform:scale(.88) rotate(-5deg);filter:drop-shadow(0 0 8px rgba(255,238,90,.8))}to{transform:scale(1.1) rotate(6deg);filter:drop-shadow(0 0 26px rgba(255,142,36,1))}}@media (max-width: 920px){.pokemon-battle-shell,.battle-content{height:auto;min-height:100%}.battle-header,.command-panel{grid-template-columns:1fr}.battle-status-card{justify-content:space-between}.battle-stage{min-height:460px}.pokemon-hud{width:min(330px,48%)}.battle-mon-enemy{right:74px}.battle-mon-player{left:68px}}@media (max-width: 640px){.battle-container{padding:8px}.pokemon-battle-shell,.battle-content{gap:10px;padding:12px;min-height:100vh;border:4px solid #2a2a2a}.battle-header{grid-template-columns:1fr;gap:10px;padding:10px}.enemy-trainer-card{grid-template-columns:60px 1fr;gap:10px}.trainer-avatar{width:60px;height:60px}.battle-trainer-name{font-size:clamp(12px,3.5vw,15px);margin-top:3px}.battle-trainer-dialogue{display:none}.battle-status-card{gap:8px}.status-chip,.turn-chip{font-size:10px;padding:4px 8px}.battle-stage{min-height:420px}.pokemon-hud{width:calc(100% - 24px);left:12px;right:12px;padding:12px;gap:8px}.pokemon-hud-enemy{top:14px;left:12px;right:12px}.pokemon-hud-player{bottom:160px;left:12px;right:12px}.hud-name{font-size:11px}.hud-level{font-size:9px}.hp-bar{height:14px}.hp-label{font-size:8px}.trainer-sprite-enemy{display:none}.battle-platform-player{width:220px;left:-10px;bottom:150px}.battle-mon-enemy{width:130px;height:130px;right:12px;top:70px}.battle-mon-player{width:150px;height:150px;left:12px;bottom:160px}.battle-log{left:8px;right:8px;bottom:12px;min-height:100px;padding:14px}.log-message{max-width:90%;font-size:13px}.command-panel{gap:10px}.attacks-grid{grid-template-columns:1fr;gap:8px}.attack-option{min-height:64px;padding:10px}.command-title{font-size:11px}.attack-name{font-size:10px}.attack-meta{font-size:8px}.battle-container{min-height:100dvh;height:auto;padding:6px;align-items:flex-start}.pokemon-battle-shell,.battle-content{width:100%;min-height:auto;grid-template-rows:auto auto auto;gap:6px;padding:6px;border-width:3px;box-shadow:inset 0 0 0 2px #fff8d6,inset 0 0 0 4px #6b9b54,0 12px 28px #0000004d}.battle-header{gap:6px;padding:6px;border-width:3px}.enemy-trainer-card{grid-template-columns:42px 1fr;gap:7px}.trainer-avatar{width:42px;height:42px;border-width:2px}.battle-challenger-label{font-size:6px}.battle-trainer-name{font-size:9px;line-height:1.35;margin-top:2px}.battle-status-card{justify-content:stretch;display:grid;grid-template-columns:1fr 1fr;gap:6px}.status-chip,.turn-chip,.command-state{min-width:0;white-space:normal;text-align:center;font-size:6px;line-height:1.25;padding:5px 6px;border-width:2px;box-shadow:inset -2px -2px #c7c7c7,inset 2px 2px #fff}.battle-stage{min-height:clamp(300px,54vh,340px);border-width:3px}.pokemon-hud{width:min(205px,calc(50% - 10px));padding:7px 8px;border-width:3px;border-radius:12px 4px;box-shadow:inset -3px -3px #d2c79f,inset 2px 2px #fff,0 4px #273a272e}.pokemon-hud-enemy{bottom:25%;right:8px;left:auto;top:auto}.pokemon-hud-player{left:8px;top:20%;right:auto;bottom:auto}.hud-topline{gap:6px;margin-bottom:6px}.hud-name{font-size:7px;line-height:1.25}.hud-level,.hud-hp-numbers{font-size:6px}.hud-hp-row{grid-template-columns:24px 1fr;gap:5px}.hud-hp-label{padding:3px 4px;font-size:6px}.hud-hp-track{height:10px;padding:2px;border-width:1px}.hud-hp-numbers{margin-top:4px}.battle-platform-enemy{width:145px;height:38px;right:10px;bottom:45%}.battle-platform-player{width:178px;height:42px;left:10px;bottom:25%}.battle-mon-enemy{width:106px;height:106px;right:26px;top:20%}.battle-mon-player{width:128px;height:128px;left:38px;bottom:25%}.battle-log{left:6px;right:6px;bottom:6px;min-height:74px;padding:9px 10px;border-width:3px;box-shadow:inset -3px -3px #d4cab0,inset 3px 3px #fff,0 4px #00000024}.log-content{gap:4px}.log-message{max-width:100%;font-size:11px;line-height:1.25}.command-panel{grid-template-columns:1fr;gap:6px;padding:6px;border-width:3px;box-shadow:inset -3px -3px #1c3979,inset 3px 3px #7facff}.command-panel-info{padding:8px;border-width:3px}.command-title-row{align-items:center}.command-title{font-size:8px;line-height:1.35}.command-description{margin-top:6px;font-size:11px;line-height:1.3}.attacks-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.attack-option{min-height:54px;padding:7px 7px 6px 11px;border-width:3px;box-shadow:inset -3px -3px #d6ceb0,inset 3px 3px #fff;touch-action:manipulation}.attack-option:before{left:4px;top:10px;bottom:10px;width:4px}.attack-name{font-size:7px;line-height:1.3}.attack-meta{margin-top:3px;font-size:6px}.attack-description{display:none}.attack-effect{width:130px;height:130px}}@media (max-width: 380px){.battle-container{padding:6px}.pokemon-battle-shell,.battle-content{gap:8px;padding:10px;grid-template-rows:auto minmax(260px,1fr) auto;border:3px solid #2a2a2a}.battle-header{gap:8px;padding:8px}.enemy-trainer-card{grid-template-columns:52px 1fr;gap:8px}.trainer-avatar{width:52px;height:52px}.battle-trainer-name{font-size:clamp(10px,3vw,12px);margin-top:2px}.battle-challenger-label{font-size:8px}.battle-status-card{gap:6px}.status-chip,.turn-chip{font-size:8px;padding:3px 6px}.battle-stage{min-height:340px}.pokemon-hud{width:calc(100% - 16px);left:8px;right:8px;padding:12px;gap:8px}.pokemon-hud-enemy{top:12px;left:8px;right:8px}.pokemon-hud-player{bottom:140px;left:8px;right:8px}.hud-name{font-size:9px}.hud-level{font-size:7px}.hp-bar{height:10px}.hp-label{font-size:7px}.battle-platform-enemy{width:120px;right:-5px;top:110px}.battle-platform-player{width:160px;left:-8px;bottom:120px}.battle-mon-enemy{width:90px;height:90px;right:6px;top:50px}.battle-mon-player{width:110px;height:110px;left:6px;bottom:130px}.battle-log{left:6px;right:6px;bottom:10px;min-height:85px;padding:12px}.log-message{max-width:100%;font-size:11px}.command-panel{gap:8px}.attacks-grid{grid-template-columns:1fr;gap:6px}.attack-option{min-height:50px;padding:8px}.command-title{font-size:9px}.attack-name{font-size:8px}.attack-meta{font-size:7px}.battle-container{padding:4px}.pokemon-battle-shell,.battle-content{gap:5px;padding:5px}.battle-header{padding:5px}.enemy-trainer-card{grid-template-columns:36px 1fr;gap:6px}.trainer-avatar{width:36px;height:36px}.battle-trainer-name{font-size:8px}.status-chip,.turn-chip,.command-state{font-size:5px;padding:4px 5px}.battle-stage{min-height:clamp(280px,52vh,330px)}.pokemon-hud{width:min(178px,calc(52% - 8px));padding:6px}.hud-name{font-size:6px}.hud-level,.hud-hp-numbers,.hud-hp-label{font-size:5px}.battle-platform-enemy{width:118px;height:32px;right:4px;top:108px}.battle-platform-player{width:148px;height:36px;left:2px;bottom:108px}.battle-mon-enemy{width:86px;height:86px;right:18px;top:48px}.battle-mon-player{width:104px;height:104px;left:18px;bottom:104px}.pokemon-hud-player{bottom:96px}.battle-log{min-height:66px;padding:8px}.log-message{font-size:10px}.command-panel-info{padding:7px}.command-title{font-size:7px}.command-description{display:none}.attacks-grid{gap:5px}.attack-option{min-height:46px;padding:6px 6px 5px 10px}.attack-name{font-size:6px}.attack-meta{font-size:5px}}.game-selection-container{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:center;padding:20px;overflow-y:auto}.game-selection-screen{width:min(1080px,100%);display:flex;flex-direction:column;gap:22px;padding:24px;border-radius:14px;background:linear-gradient(180deg,#ffffffe6,#e6f4fff2),repeating-linear-gradient(90deg,#fff3 0,#fff3 6px,#00000008 6px,#00000008 12px);box-shadow:0 12px #1a2f57,0 20px 34px #00000047}.game-selection-header{display:grid;gap:10px;text-align:center}.game-kicker{width:fit-content;justify-self:center;padding:6px 12px;color:#fff;background:#2253ad;border:3px solid #162a4d;border-radius:999px;font-size:12px;text-transform:uppercase}.game-title{margin:0;color:#1b2b52;font-size:clamp(22px,5vw,44px);line-height:1.1;text-shadow:2px 2px 0 #ffffff,4px 4px 0 rgba(34,83,173,.2)}.game-subtitle{margin:0;color:#364e7e;font-family:Arial,sans-serif;font-size:15px}.game-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}@media (max-width: 1024px){.game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.game-selection-container{padding:12px}.game-selection-screen{padding:16px;gap:16px}.game-title{font-size:clamp(18px,5vw,32px)}.game-grid{grid-template-columns:1fr;gap:10px}.game-card{min-height:200px;gap:10px;padding:12px}}.game-card{min-height:300px;display:grid;grid-template-rows:1fr auto;gap:14px;padding:14px;border:3px solid #1b2b52;border-radius:12px;background:#fff;box-shadow:inset 0 -6px #1b2b521f}.game-card.available{background:linear-gradient(180deg,#fffef8,#ffe9a8)}.game-card.soon{background:linear-gradient(180deg,#f6f9ff,#dbe8ff)}.game-card-top{display:grid;align-content:start;gap:10px}.game-badge{width:fit-content;padding:5px 9px;border:2px solid #1b2b52;border-radius:999px;font-family:Arial,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase}.game-badge.available{background:#00e676;color:#072315}.game-badge.soon{background:#c5d6ff;color:#243867}.game-card-title{margin:0;color:#1b2b52;font-size:16px;line-height:1.35}.game-card-description{margin:0;color:#334a75;font-family:Arial,sans-serif;font-size:14px;line-height:1.35}.coming-soon-button{min-height:92px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;padding:14px 16px;color:#76829a;border:3px dashed #93a2c4;border-radius:6px;background:#ffffffb8;font-family:Arial,sans-serif;font-size:11px;text-align:left;cursor:not-allowed}@media (max-width: 900px){.game-grid{grid-template-columns:1fr}.game-card{min-height:0}}@media (max-width: 380px){.game-selection-container{padding:8px}.game-selection-screen{padding:12px;gap:12px;border-radius:8px}.game-selection-header{gap:8px}.game-kicker{font-size:10px;padding:4px 10px}.game-title{font-size:clamp(16px,4vw,24px)}.game-subtitle{font-size:12px}.game-grid{gap:8px}.game-card{min-height:140px;gap:8px;padding:10px;border-radius:8px}.game-card-title{font-size:14px}.game-card-description{font-size:12px}.game-badge{font-size:9px;padding:4px 7px}.coming-soon-button{min-height:60px;gap:6px;padding:8px 10px;font-size:10px}}.candy-crush-container{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:16px;background:radial-gradient(circle at top,rgba(255,255,255,.84),transparent 36%),linear-gradient(180deg,#ffe8ef,#fff5d9 45%,#f7dca8)}.candy-crush-shell{width:min(1180px,100%);display:grid;gap:16px;padding:18px;background:#ffffffd1;border:4px solid #6a3e49;box-shadow:0 12px #8d5a65,0 18px 32px #0000002e}.candy-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.candy-kicker{display:inline-flex;padding:6px 12px;color:#fff;background:linear-gradient(90deg,#d95b86,#f07c9a);border:3px solid #6a3e49;border-radius:999px;font-size:11px}.candy-title{margin:10px 0 0;color:#5b3141;font-size:clamp(26px,4vw,44px);line-height:1;text-shadow:3px 3px 0 rgba(255,255,255,.9)}.candy-header-stats{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.candy-stat{min-width:96px;padding:10px 12px;color:#5b3141;background:linear-gradient(180deg,#fffdf8,#ffeef3);border:3px solid #6a3e49;text-align:center;box-shadow:inset -3px -3px #0000000f}.candy-stat-label,.candy-section-label,.candy-result-title{font-family:"Press Start 2P",cursive}.candy-stat-label{display:block;margin-bottom:6px;font-size:8px;color:#9c5e71}.candy-layout{display:grid;grid-template-columns:minmax(280px,340px) minmax(0,1fr);gap:16px;align-items:stretch}.candy-info-panel,.candy-board-panel{padding:16px;background:linear-gradient(180deg,#ffffffeb,#fff8f9e0);border:4px solid #6a3e49;box-shadow:inset -4px -4px #0000000f,inset 4px 4px #ffffffd9}.candy-info-panel{display:grid;gap:14px;align-content:start}.candy-section-label{margin:0;font-size:9px;color:#9c5e71}.candy-instruction,.candy-progress-text,.candy-selection-help,.candy-footer-note,.legend-item,.candy-result-text{font-family:Arial,sans-serif}.candy-instruction{margin:0;color:#4a2f39;line-height:1.45;font-size:15px}.candy-progress{display:grid;gap:8px}.candy-progress-bar{height:16px;padding:3px;background:#f5dde4;border:3px solid #6a3e49;border-radius:999px}.candy-progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#ef5f8b,#ffb6c8 48%,#f5d36c);transition:width .42s cubic-bezier(.22,1,.36,1)}.candy-progress-text{color:#7d4a58;font-size:13px}.candy-legend{display:grid;gap:10px}.legend-list{display:grid;grid-template-columns:1fr;gap:8px}.legend-item{display:flex;align-items:center;gap:8px;min-height:40px;padding:8px 10px;color:#573543;background:#fffc;border:2px solid rgba(106,62,73,.34)}.legend-candy{width:30px;height:30px;display:grid;place-items:center;border:2px solid rgba(106,62,73,.5);box-shadow:inset 0 2px #ffffffb3}.candy-selection-box{display:grid;gap:6px;padding:12px;color:#4a2f39;background:linear-gradient(180deg,#fff7f9,#fff0f6);border:3px solid #6a3e49}.candy-selection-name{margin:0;font-size:16px;font-weight:700}.candy-selection-help{margin:0;color:#7c4b5a;line-height:1.4;font-size:13px}.candy-board-panel{position:relative;overflow:hidden;display:grid;gap:12px;align-content:start}.candy-board{width:min(100%,620px);margin:0 auto;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;padding:12px;background:radial-gradient(circle at top,rgba(255,255,255,.82),transparent 32%),linear-gradient(180deg,#fff7f0,#ffe6ee);border:4px solid #6a3e49}.candy-board.finished{filter:saturate(.92)}.candy-tile{aspect-ratio:1;display:grid;place-items:center;padding:0;color:#5a3040;border:3px solid rgba(90,48,64,.85);box-shadow:inset 0 3px #fff9,inset 0 -4px #00000014,0 3px #00000026;cursor:pointer;will-change:transform,opacity,filter;transform:translateY(0) scale(1);animation:candy-drop-in .3s cubic-bezier(.2,1.25,.36,1) both;animation-delay:calc(var(--tile-order, 0) * 5ms);transition:transform .18s cubic-bezier(.22,1,.36,1),box-shadow .18s ease,filter .18s ease,opacity .18s ease}.candy-board.animating .candy-tile{pointer-events:none}.candy-tile:hover:not(:disabled),.candy-tile:focus-visible:not(:disabled){transform:translateY(-2px) scale(1.02);filter:brightness(1.04);outline:none}.candy-tile.selected{transform:translateY(-3px) scale(1.05);box-shadow:0 0 0 4px #fffffff2,0 0 0 7px #e9618a73,inset 0 3px #fff9,inset 0 -4px #00000014,0 5px #00000026}.candy-tile:disabled{cursor:default}.candy-emoji{font-size:clamp(18px,3vw,30px);line-height:1;transform:translateY(1px)}.candy-heart{background:linear-gradient(180deg,#ffd1df,#ff8fab)}.candy-flower{background:linear-gradient(180deg,#fff0c7,#f5d36c)}.candy-cake{background:linear-gradient(180deg,#fff9df,#ffddc4)}.candy-cookie{background:linear-gradient(180deg,#ffd9b3,#f2b36c)}.candy-wrap{background:linear-gradient(180deg,#d5f3ff,#8fd3ff)}.candy-star{background:linear-gradient(180deg,#d4f5c2,#8bd47b)}.candy-result-banner{display:grid;gap:8px;padding:12px;color:#573543;background:linear-gradient(180deg,#fff8fb,#fff1d7);border:3px solid #6a3e49;text-align:center}.candy-result-title{margin:0;font-size:12px;line-height:1.45}.candy-result-text{margin:0;line-height:1.45;font-size:14px}.candy-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.candy-actions-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.candy-back-button{padding:10px 14px;color:#5b3141;background:#fff7fa;border:3px solid #6a3e49;box-shadow:inset -3px -3px #0000000f;font-family:Arial,sans-serif;font-size:13px;font-weight:700;cursor:pointer;transition:transform .12s ease,background .12s ease}.candy-back-button:hover,.candy-back-button:focus-visible{transform:translateY(-1px);background:#ffeaf1;outline:none}.candy-footer-note{color:#734553;font-size:13px}@media (max-width: 920px){.candy-layout{grid-template-columns:1fr}.candy-board{width:min(100%,560px)}}@media (max-width: 640px){.candy-crush-container{padding:10px}.candy-crush-shell{padding:14px;gap:14px}.candy-header{flex-direction:column}.candy-header-stats{justify-content:flex-start}.candy-stat{min-width:88px;padding:8px 10px}.legend-list{grid-template-columns:1fr}.candy-board{gap:6px;padding:10px}.candy-emoji{font-size:clamp(18px,5vw,26px)}}@media (max-width: 420px){.candy-crush-shell{padding:12px}.candy-title{font-size:clamp(22px,10vw,30px)}.candy-info-panel,.candy-board-panel{padding:12px}.candy-board{gap:5px;padding:8px}.candy-back-button,.candy-actions-left{width:100%}.candy-actions{align-items:stretch}}.candy-tile.swapping{z-index:2;animation:candy-swap-pulse .18s cubic-bezier(.22,1,.36,1) both}.candy-tile.clearing{z-index:3;animation:candy-clear-pop .28s ease-in forwards}.candy-tile.invalid{animation:candy-invalid-shake .26s ease-in-out}.candy-tile:disabled:not(.clearing){cursor:default}.candy-emoji{transition:transform .18s cubic-bezier(.22,1,.36,1)}.candy-tile:hover:not(:disabled) .candy-emoji,.candy-tile:focus-visible:not(:disabled) .candy-emoji,.candy-tile.selected .candy-emoji{transform:translateY(-1px) rotate(-5deg) scale(1.08)}.candy-combo-pop{position:absolute;top:28px;left:50%;z-index:10;padding:10px 14px;color:#fff;background:linear-gradient(90deg,#ef5f8b,#f5b84b);border:3px solid #6a3e49;box-shadow:0 8px #6a3e4938,0 16px 28px #0000002e;text-shadow:2px 2px 0 rgba(91,49,65,.45);pointer-events:none;transform:translate(-50%);animation:candy-combo-float .76s cubic-bezier(.22,1,.36,1) both}.candy-result-banner{animation:candy-result-in .36s cubic-bezier(.22,1,.36,1) both}@keyframes candy-drop-in{0%{opacity:0;transform:translateY(-18px) scale(.86);filter:brightness(1.12)}to{opacity:1;transform:translateY(0) scale(1);filter:brightness(1)}}@keyframes candy-swap-pulse{0%{transform:scale(1)}50%{transform:scale(1.12) rotate(3deg);filter:brightness(1.08)}to{transform:scale(1)}}@keyframes candy-clear-pop{0%{opacity:1;transform:scale(1) rotate(0)}45%{opacity:1;transform:scale(1.22) rotate(-6deg);filter:brightness(1.16) saturate(1.12)}to{opacity:0;transform:scale(.18) rotate(12deg);filter:brightness(1.3) saturate(1.2)}}@keyframes candy-invalid-shake{0%,to{transform:translate(0)}20%{transform:translate(-5px)}40%{transform:translate(5px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}}@keyframes candy-combo-float{0%{opacity:0;transform:translate(-50%,16px) scale(.8)}18%{opacity:1;transform:translate(-50%) scale(1.08)}70%{opacity:1;transform:translate(-50%,-8px) scale(1)}to{opacity:0;transform:translate(-50%,-24px) scale(.94)}}@keyframes candy-result-in{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion: reduce){.candy-tile,.candy-tile.swapping,.candy-tile.clearing,.candy-tile.invalid,.candy-combo-pop,.candy-result-banner,.candy-progress-fill{animation:none!important;transition-duration:1ms!important}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background:#1a1a1a;color:#fff}html,body,#root{width:100%;height:100%}.pixel-font{font-family:"Press Start 2P",cursive;font-size:12px;letter-spacing:.1em}.pixel-border{border:3px solid;border-image:linear-gradient(135deg,#0f0,#ff0) 1;box-shadow:inset 0 0 0 3px #00ff0080}.bg-grass{background:linear-gradient(135deg,#5fa858,#7eb376,#5fa858)}.bg-sky{background:linear-gradient(to bottom,#87ceeb,#e0f6ff)}
