@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#030712;--surface:#111827;--surface2:#1a2332;--border:#1f2937;--border-light:#374151;--muted:#6b7280;--text:#e5e7eb;--text-bright:#f9fafb;--blue:#60a5fa;--purple:#a855f7;--green:#4ade80;--yellow:#facc15;--red:#f87171;--cyan:#22d3ee;--font:"Inter", system-ui, sans-serif;--mono:"JetBrains Mono", monospace}html{-webkit-font-smoothing:antialiased;scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:99px}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}@keyframes flowDown{0%{opacity:1;top:0}to{opacity:0;top:100%}}
