html,body{margin:0;height:100%;background:#0b1020;font-family:system-ui,-apple-system,Segoe UI,Roboto}
#wrap{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;position:relative}
#game{background:#111;border:2px solid rgba(255,255,255,.15);border-radius:12px}

#hud{width:960px;display:flex;gap:8px;flex-wrap:wrap;align-items:center;justify-content:flex-start}
.pill{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#e5e7eb;padding:8px 10px;border-radius:999px;font-size:14px}
.pill.small{font-size:12px;opacity:.9}

#startOverlay{
  position:absolute; inset:0;
  display:flex; align-items:center; justify-content:center;
  background:rgba(0,0,0,.55);
}
.panel{
  width:360px; padding:18px;
  background:rgba(15,23,42,.95);
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  text-align:center;
  box-shadow:0 10px 30px rgba(0,0,0,.35);
}
.title{color:#fff;font-size:22px;font-weight:800;margin-bottom:6px}
.sub{color:#cbd5e1;font-size:14px;margin-bottom:14px}
button{
  background:#22c55e;color:#052e16;
  font-weight:900;border:0;border-radius:12px;
  padding:10px 16px;font-size:16px;cursor:pointer;
}
button:active{transform:translateY(1px)}
