:root{color-scheme:dark;--bg: #07131d;--panel: rgba(10, 18, 30, .86);--panel-2: rgba(17, 27, 42, .95);--line: rgba(103, 149, 197, .34);--text: #eef7ff;--muted: #9eb5ca;--accent: #7bf0b8;--accent-2: #63c8ff}*{box-sizing:border-box}html,body{min-height:100%}body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--text);background:radial-gradient(circle at top,rgba(53,102,158,.8),transparent 40%),linear-gradient(180deg,#102237,var(--bg))}button{border:0;border-radius:999px;padding:.62rem .96rem;font-weight:900;letter-spacing:.01em;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#05111c;cursor:pointer;box-shadow:0 10px 22px #63c8ff2e}button:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.shell{width:min(1180px,calc(100% - 16px));margin:10px auto 16px}.topbar,.hud,.game-card{background:var(--panel);border:1px solid var(--line);border-radius:24px;box-shadow:0 18px 46px #00000047;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.topbar{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;margin-bottom:8px}.topbar-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.eyebrow,.label{font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}h1{margin:.05rem 0;font-size:clamp(1.35rem,3.2vw,2rem)}.subcopy{margin:0;color:var(--muted);max-width:72ch;font-size:.88rem}.hud{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;padding:6px;margin-bottom:8px}.stat{background:var(--panel-2);border:1px solid rgba(72,105,140,.55);border-radius:12px;padding:7px 8px}.stat-primary{background:linear-gradient(180deg,#122926f5,#0c1b26f5);border-color:#7bf0b861}.value{display:block;margin-top:3px;font-size:.92rem;font-weight:900}.money-value{color:var(--accent)}.status-stat .value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-card{padding:8px}.game-area{position:relative;overflow:hidden;width:100%;height:min(82vh,860px);min-height:420px;border-radius:18px;background:linear-gradient(180deg,#9ed6fb,#dff2ff);touch-action:none}#game-canvas{position:absolute;inset:0;width:100%;height:100%;display:block}.overlay{position:absolute;inset:0;display:grid;place-items:center;background:#040a1233;z-index:10;pointer-events:none}.overlay.hidden{display:none}.overlay-card{width:min(520px,calc(100% - 36px));text-align:center;padding:22px 24px;border-radius:22px;background:#070f1ad6;border:1px solid rgba(111,162,212,.42);box-shadow:0 18px 44px #00000047}.overlay-card h2{margin-top:0}.overlay-card p{margin-bottom:0;color:var(--muted)}.controls-layer{position:absolute;inset:0;pointer-events:none;z-index:8}.joystick{position:absolute;left:-999px;top:-999px;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;display:flex;flex-direction:column;align-items:center;gap:10px;opacity:0;transition:opacity .1s ease}.joystick.visible{opacity:1}.joystick-base{position:relative;width:132px;height:132px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 30% 30%,#ffffff29,#040a128f);border:1px solid rgba(255,255,255,.14);box-shadow:0 14px 30px #00000047;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.joystick-ring{position:absolute;inset:16%;border-radius:50%;border:2px dashed rgba(255,255,255,.18)}.joystick-stick{position:absolute;width:44%;height:44%;min-width:48px;min-height:48px;border-radius:50%;background:linear-gradient(180deg,#7bf0b8eb,#63c8ffe6);box-shadow:0 12px 20px #0000003d;transition:transform 45ms linear,box-shadow .12s ease}.joystick.active .joystick-stick{box-shadow:0 0 0 10px #7bf0b81f,0 16px 24px #0000004d}.joystick-caption{display:flex;gap:8px;align-items:center;padding:6px 10px;border-radius:999px;background:#070f1a9e;border:1px solid rgba(255,255,255,.12)}.joystick-title,.joystick-label{font-size:.78rem;font-weight:800}.joystick-title{color:#eef7ff}.joystick-label{color:var(--accent)}@media(max-width:920px){.topbar{flex-direction:column;align-items:flex-start}.topbar-actions{width:100%}.hud{grid-template-columns:repeat(3,minmax(0,1fr))}.game-area{height:min(84vh,900px);min-height:460px}}@media(max-width:640px){html,body{height:100%;overflow:hidden}body{background:#102237}.shell{width:100%;height:100dvh;margin:0;display:grid;grid-template-rows:auto auto minmax(0,1fr)}.topbar,.hud,.game-card{border-radius:0;border-left:0;border-right:0}.topbar{padding:8px 10px;gap:8px;margin-bottom:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.topbar>div:first-child{min-width:0}.topbar-actions{width:auto;gap:6px;flex-wrap:nowrap;align-self:start}.eyebrow,.subcopy{display:none}h1{font-size:1.02rem;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}button{padding:.45rem .72rem;font-size:.8rem}.hud{grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:4px;margin-bottom:0;align-content:stretch}.stat{padding:6px 6px 5px;border-radius:8px;min-height:40px}.status-stat{grid-column:1 / -1}.label{font-size:.56rem;line-height:1.05}.value{font-size:.8rem;margin-top:2px;line-height:1.1}.game-card{padding:0;border-bottom:0;background:transparent;box-shadow:none;min-height:0}.game-area{height:100%;min-height:0;max-height:calc(100dvh - 164px);border-radius:0}.overlay{padding:8px}.overlay-card{width:calc(100% - 24px);max-width:320px;padding:10px 12px;border-radius:12px}.overlay-card h2{margin:0 0 4px;font-size:.94rem}.overlay-card p{font-size:.76rem;line-height:1.25}.joystick{gap:6px}.joystick-base{width:118px;height:118px}.joystick-stick{min-width:40px;min-height:40px}.joystick-caption{padding:4px 8px}.joystick-title,.joystick-label{font-size:.68rem}}
