:root{font-family:Inter,system-ui,sans-serif;color:#e8edf2;background:#090c10}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 20% 0,#18212b 0,#090c10 45%);min-height:100vh}.shell{max-width:1100px;margin:auto;padding:48px 24px}.topbar{display:flex;justify-content:space-between;gap:24px;align-items:end;border-bottom:1px solid #303945;padding-bottom:24px}.eyebrow,.label{font-size:12px;letter-spacing:.18em;color:#8da1b5}.topbar h1{font-size:38px;margin:6px 0 0}.status{font:12px monospace;color:#9fd3b0;border:1px solid #345743;padding:8px 10px}.notice{margin:28px 0;padding:18px 20px;border-left:3px solid #7e91a5;background:#111820;color:#b9c4cf}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.card{min-height:180px;padding:24px;border:1px solid #27313b;background:rgba(16,22,29,.88)}.hero{grid-column:span 2;min-height:230px}.card h2{font-size:26px;margin:18px 0 10px}.card p{color:#aab6c1;line-height:1.55}.metric{font-size:58px;font-weight:700;margin-top:22px}.slots{margin-top:24px;line-height:2;color:#c6d0d9}button{margin-top:18px;padding:12px 16px;border:1px solid #485563;background:#1a222b;color:#7e8a95}@media(max-width:700px){.topbar{align-items:start;flex-direction:column}.grid{grid-template-columns:1fr}.hero{grid-column:auto}.topbar h1{font-size:30px}}