:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#0a0a0a;color:#fafafa}.game-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:1rem;gap:.75rem}canvas{border-radius:.75rem;cursor:crosshair}.hud{display:flex;gap:1.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem;color:#fffc}.hud span{display:flex;align-items:center;gap:.4rem}.hud .label{color:#ffffff73;text-transform:uppercase;font-size:.65rem;letter-spacing:.15em}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:.75rem;gap:1rem}.overlay h1{margin:0;font-size:2rem;font-weight:700}.overlay p{margin:0;color:#fff9;font-size:.95rem}.overlay button{background:#fff;color:#0a0a0a;border:none;padding:.6rem 1.8rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .1s}.overlay button:hover{transform:scale(1.05)}.legend{display:flex;gap:1rem;font-size:.7rem;color:#ffffff80;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.legend span{display:flex;align-items:center;gap:.3rem}.legend .dot{width:8px;height:8px;border-radius:50%;display:inline-block}
