@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg:#0b0d14;--surface:#13151f;--surface-2:#1c1f2e;--surface-3:#252940;--border:#2a2d40;--border-2:#353854;--text:#e2e4f0;--text-muted:#7b80a0;--text-dim:#4d5270;--accent:#6c63ff;--accent-light:#6c63ff26;--accent-hover:#7d76ff;--green:#34d399;--amber:#fbbf24;--red:#f87171;--sans:"DM Sans", system-ui, sans-serif;--mono:"JetBrains Mono", ui-monospace, monospace;--radius:10px;--radius-sm:6px;--shadow-sm:0 1px 3px #0006, 0 1px 2px #0000003d;--shadow:0 4px 16px #00000080, 0 2px 4px #0000004d}*,:before,:after{box-sizing:border-box}html{font-family:var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5}body{margin:0}h1,h2,h3,h4,h5,h6{font-family:var(--sans);color:var(--text);margin:0;font-weight:600}p{margin:0}.num{font-family:var(--mono)}body:before{content:"";pointer-events:none;z-index:9999;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:256px 256px;position:fixed;inset:0}@keyframes fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:.35s both fade-up}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-dim)}
