@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #09090f;--surface: #111118;--card: #16161f;--card-hover: #1c1c28;--border: rgba(255, 255, 255, .07);--border-hover: rgba(255, 255, 255, .14);--accent: #7c6cfc;--accent-soft: rgba(124, 108, 252, .12);--accent-glow: rgba(124, 108, 252, .25);--text: #e8e8f2;--text-muted: #6b6b82;--text-subtle: #9494aa;--mono: "JetBrains Mono", monospace;--sans: "Inter", sans-serif}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}::selection{background:var(--accent-soft);color:var(--text)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}
