:root{--bg:#0b0f1a;--panel:#0f1724;--accent:#ffb86b;--muted:#9aa4b2}
body{background:linear-gradient(180deg,var(--bg),#071024);color:#e6eef8;font-family:Inter,system-ui,Arial;margin:0;display:flex;align-items:center;justify-content:center;min-height:100vh}
.wrap{width:760px;max-width:95%;padding:20px;background:rgba(255,255,255,0.02);border-radius:12px;box-shadow:0 6px 30px rgba(2,6,23,0.6)}
h1{margin:0 0 12px;font-size:20px}
.hud{display:flex;gap:12px;align-items:center;margin-bottom:12px}
#game{display:block;width:100%;height:auto;background:linear-gradient(90deg,#071226,#102233)}
button#start{background:var(--accent);border:none;padding:8px 12px;border-radius:8px;color:#0b0f1a;font-weight:600;cursor:pointer}
.hint{color:var(--muted);margin-top:8px}
.credit{color:var(--muted);font-size:13px;margin-top:6px}
