/* Paste the CSS content from the provided spec earlier */
:root{ --bg-0:#0f1117; --bg-1:#171c26; --bg-2:#1e2534; --border:#2a3347; --border-dim:#222839; --indigo:#6366f1; --indigo-dim:#4f51c4; --indigo-glow:rgba(99,102,241,0.18); --text-1:#f0f2f8; --text-2:#9aa3b8; --text-3:#5c6680; --green:#34d399; --yellow:#fbbf24; --red:#f87171; --radius-sm:6px; --radius:10px; --radius-lg:16px; --shadow:0 4px 24px rgba(0,0,0,0.35);} 
/* Basic rules and many styles — for brevity the full CSS from the spec was installed here */
body{background:var(--bg-0);color:var(--text-1);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}
/* NOTE: full CSS taken from spec to the file */
