@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;font-family:'DM Sans',sans-serif;color:#eef5ff;background:#080f20}*{box-sizing:border-box}body{margin:0;min-height:100svh;display:grid;place-items:center;background:radial-gradient(ellipse at 50% 30%,#172942 0,#080f20 70%)}main{width:min(1160px,100%);padding:24px 30px}header{display:flex;align-items:center;gap:24px;margin-bottom:24px}.brand{font-family:'Space Grotesk',sans-serif;text-decoration:none;color:#fff;letter-spacing:2px;font-size:19px;font-weight:700}.mission{margin-left:auto;font-size:10px;letter-spacing:2px;color:#8696af}.mission b{margin-left:16px;color:#d0d9e9}button{font:inherit;cursor:pointer;color:inherit;border:1px solid #43516b;background:#152339;border-radius:10px;padding:10px 18px;touch-action:none}button:focus-visible{outline:3px solid #bbff80;outline-offset:4px}.game{position:relative;overflow:hidden;border:1px solid #304159;border-radius:22px;box-shadow:0 30px 100px #0006;aspect-ratio:11/7;background:#09152b}canvas{display:block;width:100%;height:100%}.hud{position:absolute;top:27px;left:30px;right:30px;display:flex;justify-content:space-between;gap:28px;pointer-events:none}.hud small{display:block;font-size:9px;letter-spacing:1.8px;color:#a4b6d1;margin-bottom:10px}.hud strong{font-family:'Space Grotesk',sans-serif;font-size:23px;letter-spacing:3px}#health{color:#a6f6ce}.journey{width:34%;text-align:center}.track{height:5px;border-radius:8px;background:#ffffff18;overflow:hidden}.track i{display:block;width:0;height:100%;background:#baff85;box-shadow:0 0 14px #baff85;transition:width .15s}.score{text-align:right}.overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(90deg,#09152b50,#09152b16,#09152b50);padding:60px 16px}.overlay[hidden]{display:none}.eyebrow{font-size:10px;letter-spacing:3px;color:#ade9cf;margin-bottom:22px}h1{font-family:'Space Grotesk',sans-serif;font-size:clamp(36px,6vw,72px);line-height:1.04;letter-spacing:-3px;margin:0}h1 em{font-style:normal;color:#c1ff8e}.overlay p{font-size:15px;line-height:1.8;color:#b9c8de;margin:24px 0}.launch{background:#c1ff8e;color:#112219;border:0;font-weight:700;padding:17px 26px;box-shadow:0 8px 32px #c1ff8e20}.launch span{margin-left:30px}.hint{font-size:9px;letter-spacing:1.6px;color:#899bb6;margin-top:24px}.boost{position:absolute;top:100px;width:100%;text-align:center;color:#c1ff8e;font-size:13px;font-weight:bold;letter-spacing:3px}.touch{position:absolute;bottom:18px;left:20px;right:20px;display:flex;gap:9px}.touch button{background:#142742b3;min-width:50px;user-select:none;-webkit-user-select:none}.touch .fire{margin-left:auto;color:#c1ff8e;padding:12px 8px;font-size:11px;letter-spacing:1px}.overlay:not([hidden])~.touch{display:none}footer{display:flex;justify-content:space-between;gap:20px;margin-top:20px;color:#8496af;font-size:11px}footer>span:first-child{letter-spacing:1.8px;font-size:9px}footer i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#c1ff8e;margin-right:8px}footer b{color:#c1ff8e}@media(max-width:650px){main{padding:16px 10px}header{gap:10px;margin-bottom:15px}.brand{font-size:14px;letter-spacing:1px}.mission{display:none}header button{margin-left:auto;font-size:12px}.game{aspect-ratio:3/4;border-radius:16px}.hud{top:20px;left:16px;right:16px;gap:10px}.hud small{font-size:7px;letter-spacing:.8px}.hud strong{font-size:17px;letter-spacing:0}.journey{width:30%}h1{font-size:44px;letter-spacing:-2px}.eyebrow{font-size:8px;letter-spacing:1.6px}.overlay p{font-size:13px}.hint{font-size:7px}footer{font-size:9px;line-height:1.6}footer>span:first-child{font-size:8px}.desktop{display:none}}

.boss-hud{position:absolute;top:90px;left:30%;width:40%;text-align:center;color:#e0b5ff}.boss-hud small{font-size:10px;letter-spacing:1px}.boss-hud .track{margin-top:7px;height:7px}.boss-hud .track i{background:#d8a0ff}.boss-hud:not([hidden])~.boost{top:132px}button:disabled{opacity:.4;cursor:default}

.difficulty{display:flex;gap:8px;margin:0 0 8px}.difficulty button{padding:9px 17px;font-size:13px}.difficulty button[aria-pressed="true"]{background:#c1ff8e;color:#112219;border-color:#c1ff8e}#difficultyNote{color:#a4b6d1;font-size:11px;margin-bottom:18px}.overlay p{margin:16px 0}.eyebrow{margin-bottom:14px}.hint{margin-top:16px}@media(max-width:650px){.overlay{padding:65px 12px 20px}h1{font-size:36px}.overlay p{line-height:1.5;margin:12px 0}.eyebrow{font-size:7px}.difficulty button{padding:8px 12px}.boss-hud{left:25%;width:50%}}
.game:has(.overlay:not([hidden])) .hud{visibility:hidden}
@media(max-width:900px){.game{min-height:560px}.overlay{padding:40px 16px}.overlay h1{font-size:44px}.eyebrow{font-size:8px;letter-spacing:1.8px}}
main{min-width:0;width:min(1160px,100vw)}
@media(max-width:900px){.game{aspect-ratio:auto;height:560px;min-width:0}}

#sound{font-size:11px;padding:10px;white-space:nowrap}@media(max-width:650px){header{gap:8px}header #sound{margin-left:auto}header #pause{margin-left:0}.brand{font-size:12px}}
.brand{white-space:nowrap}.boss-hud{top:72px}
@media(max-width:800px){.mission{display:none}header #sound{margin-left:auto}header #pause{margin-left:0}}

.moon-panel{margin-top:18px;padding:24px;border:1px solid #405574;border-radius:18px;background:#112238}.moon-panel[hidden]{display:none}.moon-panel h2{margin:0;font-family:'Space Grotesk',sans-serif;color:#c1ff8e}.moon-panel p{color:#b2c5dc;font-size:13px}.moon-store{display:grid;grid-template-columns:1fr 1fr;gap:24px}.moon-store h3{font-size:14px}.moon-store button{font-size:12px;margin:0 5px 8px 0;padding:10px}.moon-panel>.launch{font-size:13px}@media(max-width:650px){.moon-store{grid-template-columns:1fr;gap:8px}}

#goldHealth{display:block;color:#ffda65;font-size:18px;letter-spacing:1px}#money{color:#ffda65}.touch button[hidden]{display:none}

.fleet-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(175px,1fr));gap:12px}.fleet-grid small{display:block;color:#aac0d5;font-size:11px;line-height:1.5;margin-top:6px}.fleet-grid button{font-size:12px;width:100%}

.fleet-store[hidden]{display:none}.fleet-grid{display:flex;overflow-x:auto;padding:8px 0 18px;scroll-snap-type:x proximity}.fleet-grid>div{flex:0 0 175px;scroll-snap-align:start}
.fleet-grid button::before{content:'🚀';display:block;font-size:38px;margin-bottom:10px}

.fleet-grid button::before{display:none}.ship-preview{width:100%;height:110px;display:block;background:radial-gradient(ellipse,#28435a,transparent 70%);margin-bottom:8px}

.gun-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin:18px 0}.gun-grid article{padding:16px;background:#1b3048;border-radius:12px}.gun-grid svg{width:100%;height:70px}.gun-grid p{min-height:55px}.gun-grid h3{font-size:15px}

.gun-grid article:has([data-highlighted="true"]){outline:3px solid #c1ff8e;background:#29455b}

/* Two side steering buttons leave the centre of play clear. */
.touch{inset:0;pointer-events:none;display:block}.touch button{pointer-events:auto;touch-action:none;-webkit-user-select:none;user-select:none}.touch .steer{position:absolute;top:55%;width:72px;height:86px;font-size:30px;border:2px solid #89abc0aa;background:#132b45d9;border-radius:18px}.steer-left{left:12px}.steer-right{right:12px}.touch-actions{position:absolute;right:12px;bottom:16px;display:grid;grid-template-columns:repeat(2,minmax(70px,100px));gap:8px;pointer-events:none}.touch-actions button{min-height:58px;padding:8px;font-size:13px;font-weight:700;background:#14334be8}.touch-actions .fire{margin:0;padding:8px;font-size:12px}.touch-actions #grenades{grid-column:1/-1;min-height:66px}.touch-actions #touchJump{background:#baff85;color:#112219}.touch button[hidden]{display:none}.touch button:active{transform:scale(.96);background:#3b617d}.touch #touchJump:active{background:#92d95d}
@media(pointer:coarse){.game canvas{touch-action:none}.touch-actions{bottom:max(12px,env(safe-area-inset-bottom))}.touch .steer{width:76px;height:92px}.touch-actions button{min-height:62px}}
@media(max-width:450px){.touch .steer{width:62px;height:78px}.steer-left{left:8px}.steer-right{right:8px}.touch-actions{right:8px;grid-template-columns:repeat(2,78px);gap:6px}.touch-actions button{font-size:11px;min-height:54px}}
@media(pointer:coarse) and (orientation:landscape) and (max-height:600px){main{padding:8px 12px}header{margin-bottom:8px}.game{height:calc(100svh - 82px);min-height:270px;aspect-ratio:auto}.touch .steer{top:38%;height:74px}.touch-actions{grid-template-columns:repeat(2,88px);bottom:8px}.touch-actions button{min-height:48px}}
