*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;background:#05070b;color:#eef3f8;font-family:system-ui,-apple-system,Segoe UI,sans-serif}body{display:grid;place-items:center}canvas{max-width:100vw;max-height:100vh;background:#071017;box-shadow:0 0 60px #000}#hud{position:fixed;inset:18px 22px auto;pointer-events:none;text-shadow:0 2px 6px #000;color:#dce7ef;font-size:14px}#hud>b{color:#ff6c85;letter-spacing:.08em}#status{position:fixed;left:22px;bottom:22px;background:#05090de8;border:1px solid #394957;padding:10px 12px}#objective{position:fixed;top:20px;left:50%;transform:translateX(-50%);font-weight:800}#alert{position:fixed;right:22px;top:20px;font-weight:900}#prompt{position:fixed;right:22px;bottom:22px;max-width:560px;text-align:right}.panel{position:fixed;inset:0;background:radial-gradient(circle at 50% 35%,#111a25f8,#04060af9 65%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:24px;z-index:5}.panel.hidden{display:none}.panel h1{font-size:clamp(44px,8vw,96px);line-height:.9;margin:0;letter-spacing:-.05em}.panel p{letter-spacing:.18em;color:#ff7189;text-align:center}.selectors{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}label{display:grid;gap:5px;font-size:12px;color:#aebdca}select{padding:9px 12px;background:#101720;color:white;border:1px solid #425362}.controls{display:grid;grid-template-columns:repeat(4,minmax(155px,1fr));gap:7px;max-width:940px}.control{padding:8px;background:#0b1118;border:1px solid #263744;font-size:12px}.control b{color:#ff7189}button,.panel a{padding:13px 28px;border:0;background:#ff5571;color:#17060a;font-weight:900;cursor:pointer;text-decoration:none}small{color:#98a8b5;max-width:800px;text-align:center;line-height:1.5}@media(max-width:760px){.controls{grid-template-columns:repeat(2,minmax(130px,1fr))}#objective{top:46px;width:100%;text-align:center}#prompt{font-size:11px}}
