@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;1,400&family=DM+Sans:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@400;500&display=swap");*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{--bg:#08090c;--surface:#0d0f14;--border:#1a1f2b;--border-bright:#252d3d;--text:#e2e8f5;--muted:#6b7a99;--dim:#3d4a63;--green:#20c754;--green-dim:rgba(32,199,84,.12);--green-border:rgba(32,199,84,.22);--blue:#3b82f6;--red:#ef4444;--mono:"IBM Plex Mono",monospace;--sans:"Inter",system-ui,sans-serif;--display:"DM Sans",system-ui,sans-serif;--radius:10px;color-scheme:dark}:root.light{--bg:#f8f9fc;--surface:#fff;--border:#e2e8f0;--border-bright:#cbd5e1;--text:#0f172a;--muted:#64748b;--dim:#94a3b8;--green:#16a34a;--green-dim:rgba(22,163,74,.1);--green-border:rgba(22,163,74,.2);--blue:#2563eb;--red:#dc2626;color-scheme:light}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--sans);font-size:16px;line-height:1.7;overflow-x:hidden;transition:background .3s,color .3s}h1,h2,h3,h4{font-family:var(--display);letter-spacing:-.02em}