:root{color-scheme:dark;--bg:#03040b;--panel:#0b0e1c;--line:#202b4c;--text:#f4f6ff;--muted:#8590aa;--blue:#4775ff;--yellow:#ffdf35;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;color:var(--text);background:radial-gradient(circle at 50% 10%,rgba(40,64,138,.23),transparent 34rem),linear-gradient(#080b17,var(--bg) 68%)}
.site-header{position:relative;z-index:5;border-bottom:1px solid rgba(255,145,38,.2);background:#050711}.site-header-inner{width:min(1100px,calc(100% - 28px));min-height:58px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.site-brand{color:#fff6e8;text-decoration:none;font-size:1rem;font-weight:900;letter-spacing:-.02em}.site-brand:before{content:"●";margin-right:9px;color:#ff7a00;text-shadow:0 0 12px #ff7a00}.site-nav{display:flex;gap:6px}.site-nav a{padding:8px 12px;border-radius:999px;color:#98a1b7;text-decoration:none;font-size:.82rem;font-weight:800}.site-nav a:hover{color:#fff;background:rgba(255,255,255,.06)}.site-nav a.is-active{color:#1b0c00;background:#ff7a00}
body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.16;background-image:radial-gradient(circle,#6580b6 0 1px,transparent 1.2px);background-size:83px 83px;mask-image:linear-gradient(black,transparent 70%)}
button{font:inherit}.shell{position:relative;width:min(810px,calc(100% - 28px));margin:auto}.topbar{height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(103,128,184,.18)}
.brand{display:flex;align-items:center;gap:10px;color:var(--text);text-decoration:none;font-weight:900;letter-spacing:.12em}.brand b{color:var(--yellow)}.brand-orb{width:28px;height:28px;display:grid;place-items:center;color:var(--yellow);font-size:2rem;filter:drop-shadow(0 0 8px rgba(255,223,53,.5))}
.actions{display:flex;gap:8px}.sound,.new-game,.statusbar button,.touch button{height:40px;border:1px solid var(--line);border-radius:7px;color:var(--text);background:#101528;cursor:pointer}.sound{width:40px;font-size:1.1rem}.sound.muted{color:#59647d}.new-game{padding:0 15px;font-weight:800}.sound:hover,.new-game:hover,.statusbar button:hover{border-color:#445883;background:#171f36}
.hud{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin:22px 0 12px;overflow:hidden;border:1px solid var(--line);border-radius:9px;background:var(--line)}.hud>div{min-height:62px;padding:11px 16px;display:flex;flex-direction:column;justify-content:center;gap:5px;background:linear-gradient(145deg,#11172a,#0b0f1e)}.hud span{color:var(--muted);font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.hud strong{font:700 1.1rem/1 "SFMono-Regular",Consolas,monospace;letter-spacing:.07em}.hud .lives{color:var(--yellow);font-size:.9rem;letter-spacing:.18em;text-shadow:0 0 11px rgba(255,223,53,.5)}
.game-wrap{width:min(100%,580px);margin:auto}.game-frame{position:relative;contain:paint;padding:10px;border:1px solid #33456f;border-radius:12px;background:#0b1020;box-shadow:0 20px 60px rgba(0,0,0,.45)}#gameCanvas{display:block;width:100%;height:auto;aspect-ratio:133/147;background:#010208;outline:none}.scanlines{display:none}
.overlay{position:absolute;z-index:3;inset:10px;display:grid;place-items:center;padding:24px;text-align:center;background:rgba(2,3,10,.92);transition:opacity .2s,visibility .2s}.overlay.hidden{opacity:0;visibility:hidden;pointer-events:none}.overlay-card{max-width:390px}.kicker{margin:0;color:var(--yellow);font-size:.72rem;font-weight:900;letter-spacing:.22em;text-transform:uppercase}.overlay h1{margin:9px 0 13px;font-size:clamp(2.2rem,7vw,4rem);line-height:.95;letter-spacing:-.06em}.overlay p:not(.kicker){margin:0;color:#a5aec2;line-height:1.55}.overlay button{width:min(270px,100%);margin:22px auto 11px;padding:13px 16px;display:flex;justify-content:space-between;border:0;border-radius:7px;color:#171404;background:var(--yellow);font-weight:950;cursor:pointer;box-shadow:0 0 22px rgba(255,223,53,.2)}.overlay button:hover{filter:brightness(1.08);transform:translateY(-1px)}.overlay small{display:block;color:#5e6981;font-size:.7rem}
.statusbar{min-height:48px;display:flex;align-items:center;gap:10px;padding:7px 2px 0;color:var(--muted);font-size:.72rem}.statusbar>div:first-child{display:flex;align-items:center;gap:8px;min-width:140px}.statusbar i{width:7px;height:7px;border-radius:50%;background:var(--yellow);box-shadow:0 0 9px rgba(255,223,53,.7)}.keys{margin:auto;display:flex;align-items:center;gap:6px}kbd{min-width:24px;height:22px;padding:0 6px;display:inline-grid;place-items:center;border:1px solid #34415f;border-radius:4px;background:#12182a;color:#bcc6da;box-shadow:0 2px 0 #03050b;font:700 .67rem/1 system-ui}.statusbar button{padding:0 10px;height:32px;color:#bdc6d7;font-size:.72rem}.statusbar button:disabled{opacity:.35;cursor:not-allowed}.touch{display:none}
footer{height:58px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(103,128,184,.14);color:#59657e;font-size:.65rem;font-weight:750;letter-spacing:.12em;text-transform:uppercase}footer span:last-child{color:#8795b1}
@media(max-width:620px){.shell{width:min(100% - 18px,560px)}.topbar{height:60px}.brand{font-size:.82rem}.new-game{padding:0 10px;font-size:.8rem}.hud{margin-top:14px;grid-template-columns:1fr 1fr}.hud>div{min-height:52px;padding:8px 11px}.game-frame{padding:6px}.scanlines,.overlay{inset:6px}.keys{display:none}.statusbar{justify-content:space-between}.touch{display:grid;grid-template-columns:repeat(3,1fr);grid-template-areas:". up ." "left down right";gap:6px;width:min(100%,350px);margin:7px auto 18px}.touch button{min-height:46px;font-size:1.1rem;font-weight:900;touch-action:manipulation}.touch .up{grid-area:up}.touch .left{grid-area:left}.touch .down{grid-area:down}.touch .right{grid-area:right}footer{display:none}}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}
