.page-module___8aEwW__page{flex-direction:column;align-items:center;gap:12px;min-height:100dvh;padding:14px 10px 28px;display:flex}.page-module___8aEwW__titleBar{color:var(--water-glow);letter-spacing:.03em;text-shadow:0 2px #041824;justify-content:center;align-items:center;gap:8px;font-size:15px;display:flex}.page-module___8aEwW__content{flex-direction:column;gap:10px;width:100%;max-width:560px;display:flex}
.CenterScreen-module__70i7KW__wrap{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:100dvh;padding:24px 16px;animation:.22s ease-out CenterScreen-module__70i7KW__fadeIn;display:flex}.CenterScreen-module__70i7KW__title{color:var(--water-glow);letter-spacing:.03em;font-size:24px}.CenterScreen-module__70i7KW__emoji{font-size:42px}.CenterScreen-module__70i7KW__body{max-width:480px;color:var(--ink-text-dim);font-size:13px;line-height:1.6}.CenterScreen-module__70i7KW__actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.CenterScreen-module__70i7KW__primaryBtn{background:linear-gradient(180deg, var(--water-glow) 0%, var(--water-mid) 100%);color:#04141c;border-radius:var(--radius-sm);border:2px solid #063546;padding:12px 22px;font-size:14px;font-weight:700;box-shadow:0 3px #063546}.CenterScreen-module__70i7KW__primaryBtn:active{transform:translateY(2px);box-shadow:0 1px #063546}.CenterScreen-module__70i7KW__secondaryBtn{border:2px solid var(--wall-edge);color:var(--ink-text-dim);border-radius:var(--radius-sm);background:0 0;padding:12px 18px;font-size:13px}.CenterScreen-module__70i7KW__pulse{border-radius:50%;animation:1.6s ease-in-out infinite CenterScreen-module__70i7KW__pulseGlow}
.TeamSelect-module__YlgVyq__wrap{flex-direction:column;gap:18px;max-width:640px;margin:0 auto;padding:24px 16px 40px;animation:.22s ease-out TeamSelect-module__YlgVyq__fadeIn;display:flex}.TeamSelect-module__YlgVyq__title{text-align:center;color:var(--water-glow);text-shadow:0 2px #041824;letter-spacing:.03em;font-size:22px}.TeamSelect-module__YlgVyq__subtitle{text-align:center;color:var(--ink-text-dim);font-size:13px}.TeamSelect-module__YlgVyq__options{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.TeamSelect-module__YlgVyq__card{background:var(--ink-panel);border:2px solid var(--wall-edge);border-radius:var(--radius-md);text-align:left;flex-direction:column;gap:10px;padding:14px;transition:transform .12s,border-color .12s;display:flex}.TeamSelect-module__YlgVyq__card:hover,.TeamSelect-module__YlgVyq__card:focus-visible{border-color:var(--water-glow);transform:translateY(-3px)}.TeamSelect-module__YlgVyq__cardTitle{color:var(--gold);font-size:15px}.TeamSelect-module__YlgVyq__cardTagline{color:var(--ink-text-dim);min-height:28px;font-size:11px}.TeamSelect-module__YlgVyq__mons{gap:10px;font-size:24px;display:flex}.TeamSelect-module__YlgVyq__monName{color:var(--ink-text-dim);text-align:center;margin-top:2px;font-size:9px;display:block}.TeamSelect-module__YlgVyq__monWrap{flex-direction:column;align-items:center;display:flex}
.HUD-module__GVkN4q__hud{background:var(--ink-panel);border:2px solid var(--wall-edge);border-radius:var(--radius-sm);flex-wrap:wrap;justify-content:space-between;align-items:stretch;gap:10px;padding:10px 12px;display:flex}.HUD-module__GVkN4q__team{flex-wrap:wrap;gap:8px;display:flex}.HUD-module__GVkN4q__monster{background:var(--ink-navy);border:1px solid var(--wall-edge);border-radius:var(--radius-sm);flex-direction:column;gap:4px;min-width:88px;padding:6px 8px;display:flex}.HUD-module__GVkN4q__monster.HUD-module__GVkN4q__fainted{opacity:.45}.HUD-module__GVkN4q__monsterName{white-space:nowrap;align-items:center;gap:4px;font-size:11px;display:flex}.HUD-module__GVkN4q__hpBarTrack{background:#1a1a1a;border-radius:3px;width:100%;height:6px;overflow:hidden}.HUD-module__GVkN4q__hpBarFill{background:var(--success);height:100%;transition:width .2s}.HUD-module__GVkN4q__hpBarFill.HUD-module__GVkN4q__mid{background:var(--gold)}.HUD-module__GVkN4q__hpBarFill.HUD-module__GVkN4q__low{background:var(--danger)}.HUD-module__GVkN4q__hpText{color:var(--ink-text-dim);font-size:9px}.HUD-module__GVkN4q__meta{flex-direction:column;justify-content:center;align-items:flex-end;gap:6px;font-size:11px;display:flex}.HUD-module__GVkN4q__badge{color:var(--gold);font-weight:700}.HUD-module__GVkN4q__resetBtn{border:1px solid var(--danger);color:var(--danger);border-radius:var(--radius-sm);background:0 0;padding:5px 8px;font-size:10px}.HUD-module__GVkN4q__resetBtn.HUD-module__GVkN4q__confirming{background:var(--danger);color:#1a0505;font-weight:700}.HUD-module__GVkN4q__resetRow{gap:6px;display:flex}
.MazeView-module__rX0tOG__wrap{justify-content:center;padding:6px;display:flex}.MazeView-module__rX0tOG__grid{--cell:clamp(18px, 6vw, 34px);grid-template-columns:repeat(15, var(--cell));grid-template-rows:repeat(15, var(--cell));background:var(--wall);border:3px solid var(--wall-edge);box-shadow:0 0 0 3px var(--ink-deep), 0 10px 30px #0000008c;border-radius:var(--radius-sm);gap:1px;display:grid}.MazeView-module__rX0tOG__cell{width:var(--cell);height:var(--cell);font-size:calc(var(--cell) * .62);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;line-height:1;display:flex;position:relative}.MazeView-module__rX0tOG__wall{background:linear-gradient(135deg,#0c1e2d 0%,#081420 100%);box-shadow:inset 0 0 0 1px #ffffff08}.MazeView-module__rX0tOG__floor,.MazeView-module__rX0tOG__decor,.MazeView-module__rX0tOG__entrance{background:#123246}.MazeView-module__rX0tOG__entrance{background:#123f38}.MazeView-module__rX0tOG__switchOff{background:#2a2410}.MazeView-module__rX0tOG__switchOn{background:#4a3f12;animation:1.6s ease-in-out infinite MazeView-module__rX0tOG__pulseGlow}.MazeView-module__rX0tOG__gateClosed{background:repeating-linear-gradient(45deg,#06283a,#06283a 6px,#082f45 6px 12px)}.MazeView-module__rX0tOG__gateOpen{background:repeating-linear-gradient(45deg,#145a72,#145a72 6px,#1c7089 6px 12px)}.MazeView-module__rX0tOG__trainer{background:#3a1414}.MazeView-module__rX0tOG__trainerCleared,.MazeView-module__rX0tOG__leaderCleared{opacity:.55;background:#123246}.MazeView-module__rX0tOG__leader{background:#3a2d0a;animation:1.4s ease-in-out infinite MazeView-module__rX0tOG__pulseGlow}.MazeView-module__rX0tOG__emoji{filter:drop-shadow(0 1px 1px #0009)}.MazeView-module__rX0tOG__player{font-size:calc(var(--cell) * .72);z-index:2;filter:drop-shadow(0 2px 2px #000000b3);justify-content:center;align-items:center;transition:transform 90ms ease-out;display:flex;position:absolute;inset:0}.MazeView-module__rX0tOG__playerBump{animation:.22s ease-in-out MazeView-module__rX0tOG__shake}.MazeView-module__rX0tOG__playerGlow{z-index:1;pointer-events:none;border-radius:50%;position:absolute;inset:-2px;box-shadow:0 0 10px 3px #ffce548c}
.Controls-module__KG4ukG__wrap{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;padding:10px 4px 4px;display:flex}.Controls-module__KG4ukG__dpad{grid-template-rows:repeat(3,48px);grid-template-columns:repeat(3,48px);gap:4px;display:grid}.Controls-module__KG4ukG__dpadBtn{background:var(--ink-panel);border:2px solid var(--wall-edge);border-radius:var(--radius-sm);color:var(--ink-text);box-shadow:0 3px 0 var(--wall-edge);justify-content:center;align-items:center;font-size:18px;transition:transform 60ms,box-shadow 60ms;display:flex}.Controls-module__KG4ukG__dpadBtn:active{box-shadow:0 1px 0 var(--wall-edge);transform:translateY(2px)}.Controls-module__KG4ukG__up{grid-area:1/2}.Controls-module__KG4ukG__left{grid-area:2/1}.Controls-module__KG4ukG__right{grid-area:2/3}.Controls-module__KG4ukG__down{grid-area:3/2}.Controls-module__KG4ukG__center{box-shadow:none;background:0 0;border:none;grid-area:2/2}.Controls-module__KG4ukG__activateWrap{flex-direction:column;align-items:center;gap:6px;min-width:140px;display:flex}.Controls-module__KG4ukG__activateBtn{background:linear-gradient(180deg, var(--gold) 0%, var(--gold-dark) 100%);color:#241a02;border-radius:var(--radius-sm);letter-spacing:.02em;border:2px solid #7a5a06;padding:12px 18px;font-size:14px;font-weight:700;box-shadow:0 3px #7a5a06}.Controls-module__KG4ukG__activateBtn:active{transform:translateY(2px);box-shadow:0 1px #7a5a06}.Controls-module__KG4ukG__activateBtn:disabled{color:#6f8494;box-shadow:none;background:#33465a;border-color:#24303c}.Controls-module__KG4ukG__hint{color:var(--ink-text-dim);text-align:center;min-height:14px;font-size:11px}.Controls-module__KG4ukG__keyHint{color:var(--ink-text-dim);text-align:center;font-size:11px}
.BattleScreen-module__KRuD2q__wrap{flex-direction:column;gap:12px;max-width:640px;margin:0 auto;padding:16px;animation:.18s ease-out BattleScreen-module__KRuD2q__fadeIn;display:flex}.BattleScreen-module__KRuD2q__header{text-align:center;color:var(--ink-text-dim);font-size:13px}.BattleScreen-module__KRuD2q__headerName{color:var(--coral);font-weight:700}.BattleScreen-module__KRuD2q__arena{border:2px solid var(--wall-edge);border-radius:var(--radius-md);background:linear-gradient(#0e3a52 0%,#0a2233 100%);flex-direction:column;gap:10px;padding:14px;display:flex}.BattleScreen-module__KRuD2q__side{align-items:center;gap:10px;display:flex}.BattleScreen-module__KRuD2q__enemySide{text-align:right;justify-content:flex-end}.BattleScreen-module__KRuD2q__mon{filter:drop-shadow(0 3px 3px #00000080);font-size:40px}.BattleScreen-module__KRuD2q__faint{opacity:.35;filter:grayscale()}.BattleScreen-module__KRuD2q__statBlock{flex-direction:column;gap:4px;min-width:130px;display:flex}.BattleScreen-module__KRuD2q__name{font-size:12px}.BattleScreen-module__KRuD2q__hpTrack{background:#1a1a1a;border-radius:4px;width:100%;height:8px;overflow:hidden}.BattleScreen-module__KRuD2q__hpFill{background:var(--success);height:100%;transition:width .25s}.BattleScreen-module__KRuD2q__hpFill.BattleScreen-module__KRuD2q__mid{background:var(--gold)}.BattleScreen-module__KRuD2q__hpFill.BattleScreen-module__KRuD2q__low{background:var(--danger)}.BattleScreen-module__KRuD2q__hpText{color:var(--ink-text-dim);font-size:10px}.BattleScreen-module__KRuD2q__log{background:var(--ink-navy);border:1px solid var(--wall-edge);border-radius:var(--radius-sm);flex-direction:column;gap:4px;height:108px;padding:8px 10px;font-size:12px;display:flex;overflow-y:auto}.BattleScreen-module__KRuD2q__logLine{animation:.14s ease-out BattleScreen-module__KRuD2q__fadeIn}.BattleScreen-module__KRuD2q__logLine.BattleScreen-module__KRuD2q__player{color:var(--water-shallow)}.BattleScreen-module__KRuD2q__logLine.BattleScreen-module__KRuD2q__enemy{color:var(--coral)}.BattleScreen-module__KRuD2q__logLine.BattleScreen-module__KRuD2q__success{color:var(--success)}.BattleScreen-module__KRuD2q__logLine.BattleScreen-module__KRuD2q__danger{color:var(--danger)}.BattleScreen-module__KRuD2q__logLine.BattleScreen-module__KRuD2q__info{color:var(--ink-text-dim)}.BattleScreen-module__KRuD2q__moves{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.BattleScreen-module__KRuD2q__moveBtn{background:var(--ink-panel);border:2px solid var(--wall-edge);border-radius:var(--radius-sm);text-align:left;flex-direction:column;gap:2px;padding:10px;display:flex}.BattleScreen-module__KRuD2q__moveBtn:disabled{opacity:.4}.BattleScreen-module__KRuD2q__moveName{color:var(--water-glow);font-size:13px}.BattleScreen-module__KRuD2q__moveMeta{color:var(--ink-text-dim);font-size:10px}.BattleScreen-module__KRuD2q__rosterLabel{color:var(--ink-text-dim);text-align:center;font-size:11px}.BattleScreen-module__KRuD2q__roster{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.BattleScreen-module__KRuD2q__rosterBtn{background:var(--ink-panel);border:2px solid var(--wall-edge);border-radius:var(--radius-sm);flex-direction:column;align-items:center;gap:2px;padding:6px 8px;font-size:20px;display:flex}.BattleScreen-module__KRuD2q__rosterBtn.BattleScreen-module__KRuD2q__active{border-color:var(--water-glow)}.BattleScreen-module__KRuD2q__rosterBtn:disabled{opacity:.35}.BattleScreen-module__KRuD2q__rosterName{color:var(--ink-text-dim);font-size:9px}.BattleScreen-module__KRuD2q__forcedBanner{text-align:center;color:var(--danger);font-size:12px}.BattleScreen-module__KRuD2q__overlay{z-index:10;background:#030c12d1;justify-content:center;align-items:center;padding:20px;animation:.18s ease-out BattleScreen-module__KRuD2q__fadeIn;display:flex;position:fixed;inset:0}.BattleScreen-module__KRuD2q__overlayCard{background:var(--ink-panel);border:3px solid var(--wall-edge);border-radius:var(--radius-md);text-align:center;flex-direction:column;gap:12px;max-width:380px;padding:26px;display:flex}.BattleScreen-module__KRuD2q__overlayEmoji{font-size:40px}.BattleScreen-module__KRuD2q__overlayTitle{font-size:18px}.BattleScreen-module__KRuD2q__overlayTitle.BattleScreen-module__KRuD2q__win{color:var(--success)}.BattleScreen-module__KRuD2q__overlayTitle.BattleScreen-module__KRuD2q__lose{color:var(--danger)}.BattleScreen-module__KRuD2q__overlayBody{color:var(--ink-text-dim);font-size:12px}.BattleScreen-module__KRuD2q__continueBtn{background:linear-gradient(180deg, var(--water-glow) 0%, var(--water-mid) 100%);color:#04141c;border-radius:var(--radius-sm);border:2px solid #063546;padding:10px 18px;font-weight:700;box-shadow:0 3px #063546}
.Banner-module__kf50Uq__banner{border-radius:var(--radius-sm);text-align:center;border:1px solid var(--wall-edge);min-height:16px;padding:8px 12px;font-size:12px;animation:.16s ease-out Banner-module__kf50Uq__fadeIn}.Banner-module__kf50Uq__info{color:var(--ink-text-dim);background:#0f2f45}.Banner-module__kf50Uq__success{color:var(--success);background:#123a2a;border-color:#1d5c40}.Banner-module__kf50Uq__danger{color:var(--danger);background:#3a1414;border-color:#5c1d1d}.Banner-module__kf50Uq__warn{color:var(--gold);background:#3a2d0a;border-color:#5c4a1d}
