@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap");:root{--bg:#050507;--bg-card:hsla(0,0%,100%,.03);--bg-card-hover:hsla(0,0%,100%,.055);--bg-elevated:hsla(0,0%,100%,.06);--border:hsla(0,0%,100%,.06);--border-hover:hsla(0,0%,100%,.12);--text:#f4f4f5;--text-secondary:#a1a1aa;--text-tertiary:hsla(0,0%,100%,.3);--text-muted:#52525b;--green:#34d399;--green-dim:rgba(52,211,153,.12);--amber:#fbbf24;--amber-dim:rgba(251,191,36,.12);--red:#f87171;--red-dim:hsla(0,91%,71%,.12);--brand:linear-gradient(135deg,#fbbf24,#f59e0b);--brand-text:#fbbf24;--accent:#fbbf24;--accent-glow:rgba(251,191,36,.15);--radius:16px;--radius-sm:12px;--radius-xs:8px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:Outfit,system-ui,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;line-height:1.55}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.012'/%3E%3C/svg%3E")}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.08);border-radius:3px}