:root{color-scheme:dark;--font-sans: "Inter", "Segoe UI", "Roboto", sans-serif;--color-bg: #010511;--color-bg-muted: #030c1d;--color-surface: rgba(9, 15, 28, .9);--color-surface-raised: rgba(15, 23, 42, .95);--color-surface-border: rgba(92, 112, 156, .35);--color-glow: rgba(56, 189, 248, .35);--color-text: #f8fafc;--color-muted: #99a7c5;--color-accent: #38bdf8;--color-accent-strong: #0ea5e9;--color-danger: #f87171;--color-positive: #34d399;--shadow-soft: 0 35px 120px rgba(1, 6, 17, .65)}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:var(--font-sans);background:radial-gradient(circle at top,rgba(56,189,248,.18),transparent 55%),radial-gradient(circle at 20% 20%,rgba(14,165,233,.5),transparent 40%),var(--color-bg);color:var(--color-text);line-height:1.5;position:relative}body:before{content:"";position:fixed;inset:0;background:linear-gradient(135deg,#0f76ff14,#ec48990d);pointer-events:none;z-index:-1}h1,h2,h3,h4,h5,h6{font-weight:600;letter-spacing:-.01em;margin:0;color:var(--color-text)}p{margin:0;color:var(--color-muted)}::selection{background:#38bdf859;color:#fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0f172a59}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#38bdf8e6,#0ea5e9b3);border-radius:999px}
