:root{color-scheme:dark;--bg:#10131a;--panel:#171d27;--panel-border:#2e3948;--text:#f4f7fb;--muted:#aeb8c7;--accent:#f6c945}*{box-sizing:border-box}body,html{min-height:100%;margin:0}body{background:radial-gradient(circle at 20% 15%,rgba(246,201,69,.16),transparent 28rem),linear-gradient(135deg,#10131a,#1d2633 52%,#151923);color:var(--text);font-family:Arial,Helvetica,sans-serif}.screen{min-height:100svh;display:grid;place-items:center;padding:24px}.gameShell{width:min(100%,920px)}.homeShell{width:min(100%,760px)}.homeHeader{display:grid;grid-gap:16px;gap:16px;margin-bottom:28px}.gameHeader{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:14px}.eyebrow{margin:0 0 4px;color:var(--accent);font-size:.8rem;font-weight:700;letter-spacing:0;text-transform:uppercase}h1{margin:0;font-size:clamp(2.25rem,4rem,4rem);line-height:.95}.intro{max-width:34rem;margin:0;font-size:1.05rem;line-height:1.5}.hint,.intro{color:var(--muted)}.hint{max-width:18rem;margin:0 0 6px;font-size:.95rem;text-align:right}.gameList{display:grid;grid-gap:12px;gap:12px}.gameLink{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:96px;padding:18px 20px;border:1px solid var(--panel-border);border-radius:8px;background:rgba(23,29,39,.84);color:var(--text);text-decoration:none;box-shadow:0 16px 54px rgba(0,0,0,.28);transition:border-color .16s ease,transform .16s ease,background .16s ease}.gameLink:focus-visible,.gameLink:hover{border-color:var(--accent);background:rgba(28,36,49,.96);transform:translateY(-1px);outline:none}.gameLink small,.gameLink strong{display:block}.gameLink strong{margin-bottom:6px;font-size:1.35rem}.gameLink small{color:var(--muted);font-size:.95rem}.playLabel{flex:0 0 auto;display:inline-grid;place-items:center;min-width:72px;min-height:40px;border-radius:999px;background:var(--accent);color:#17130b;font-size:.88rem;font-weight:800}.backLink{display:inline-flex;margin-bottom:16px;color:var(--muted);font-size:.95rem;text-decoration:none}.backLink:focus-visible,.backLink:hover{color:var(--accent);outline:none}.starDashSurface{display:grid;grid-gap:14px;gap:14px;justify-items:center;position:relative;max-width:880px;aspect-ratio:20/9}.gameFrame,.starDashSurface{width:100%;background:var(--panel)}.gameFrame{overflow:hidden;height:100%;border:1px solid var(--panel-border);border-radius:8px;box-shadow:0 24px 80px rgba(0,0,0,.35)}.gameFrame canvas{display:block;width:100%;height:100%}.touchControls{display:none;position:absolute;inset:0;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;pointer-events:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.actionButton{border:1px solid var(--panel-border);border-radius:8px;background:rgba(23,29,39,.48);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--text);font:inherit;font-weight:800;pointer-events:auto;box-shadow:0 8px 22px rgba(0,0,0,.2)}.touchJoystick{position:relative;width:116px;height:116px;border:1px solid rgba(174,184,199,.34);border-radius:999px;background:rgba(23,29,39,.28);box-shadow:inset 0 0 0 32px rgba(23,29,39,.12);pointer-events:auto;touch-action:none}.touchJoystick:before,.touchJoystickThumb{position:absolute;inset:50% auto auto 50%;border-radius:999px;content:""}.touchJoystick:before{width:8px;height:8px;background:rgba(248,250,252,.62);transform:translate(-50%,-50%)}.touchJoystickThumb{width:46px;height:46px;margin:-23px 0 0 -23px;border:1px solid rgba(248,250,252,.52);background:rgba(248,250,252,.24);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 8px 22px rgba(0,0,0,.2);transition:transform 80ms ease-out}.touchJoystick:active .touchJoystickThumb{transition:none}.actionButton:active,.actionButton:focus-visible{border-color:var(--accent);background:rgba(36,45,60,.98);outline:none}.touchActions{display:grid;grid-gap:8px;gap:8px}.actionButton{display:grid;place-items:center;width:44px;height:44px;padding:0;font-size:1.15rem;line-height:1}.actionButtonPrimary{background:var(--accent);color:#17130b}@media (max-width:680px){.screen{padding:16px}.gameHeader{align-items:start;flex-direction:column}.hint{max-width:none;text-align:left}.gameLink{align-items:flex-start;flex-direction:column}}@media (hover:none),(max-width:760px),(pointer:coarse){.touchControls{display:flex}}@media (max-width:520px){.actionButton{width:40px;height:40px}.touchJoystick{width:104px;height:104px}}@media (max-width:900px) and (orientation:landscape){.screen,body,html{overflow:hidden}.screen{display:block;min-height:100svh;padding:0}.gameShell{width:100svw;height:100svh}.backLink,.gameHeader{display:none}.starDashSurface{width:100svw;height:100svh;max-width:none;aspect-ratio:auto}.gameFrame{border:0;border-radius:0}.touchControls{display:flex;padding:max(10px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(10px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left))}}@media (max-width:760px) and (orientation:portrait){.screen{padding:12px}.starDashSurface{width:100%;max-width:none}.gameHeader{margin-bottom:10px}.touchControls{padding:12px}}.starDashSurface:-webkit-full-screen{width:100vw;height:100vh;max-width:none;aspect-ratio:auto;border-radius:0}.starDashSurface:fullscreen{width:100vw;height:100vh;max-width:none;aspect-ratio:auto;border-radius:0}.starDashSurface:-webkit-full-screen .gameFrame{border:0;border-radius:0}.starDashSurface:fullscreen .gameFrame{border:0;border-radius:0}.starDashSurface:-webkit-full-screen .touchControls{display:flex}.starDashSurface:fullscreen .touchControls{display:flex}