:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#111827;color:#e5e7eb}*{box-sizing:border-box}body{min-height:100vh;margin:0;display:grid;place-items:center;background:radial-gradient(circle at top,#1f3b5b,#111827 58%)}.workspace-card{width:min(680px,calc(100% - 32px));padding:48px;border:1px solid #334155;border-radius:24px;background:rgba(15,23,42,.82);box-shadow:0 24px 80px rgba(0,0,0,.28)}.eyebrow{margin:0 0 12px;color:#7dd3fc;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}h1{margin:0;font-size:clamp(36px,8vw,64px);line-height:1}.description{color:#cbd5e1;line-height:1.7}.status{display:inline-flex;align-items:center;gap:8px;margin-top:20px;padding:8px 12px;border-radius:999px;background:#064e3b;color:#a7f3d0;font-size:14px}.dot{width:8px;height:8px;border-radius:50%;background:#34d399}.hint{margin:32px 0 0;color:#94a3b8;font-size:13px}code{color:#bae6fd}