@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Outfit:wght@700;800;900&display=swap";
:root{--bg:#101218;--bg-soft:#171921;--card-bg:#1a1c23;--surface-elevated:#21232c;--border:#2d2f39;--text-primary:#f0f2f5;--text-secondary:#98a4b3;--text-muted:#67717e;--accent-cyan:#0dccf2;--accent-purple:#8e5eed;--accent-pink:#eb4799;--accent-orange:#f48c25;--accent-green:#22c38e;--accent-gradient:linear-gradient(135deg, #0dccf2, #8e5eed);--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading:"Outfit", "Inter", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background:var(--bg);color:var(--text-primary);min-height:100vh;line-height:1.7}body:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(#5d1ae60f 0%,#0000 70%);width:80%;height:80%;position:fixed;top:-40%;left:-20%}body:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(#0dccf20a 0%,#0000 70%);width:70%;height:70%;position:fixed;bottom:-30%;right:-20%}::selection{color:var(--text-primary);background:#0dccf240}.pageContainer{z-index:1;max-width:1000px;margin:0 auto;padding:0 24px;position:relative}h1,h2,h3,h4{font-family:var(--font-heading);letter-spacing:-.5px;line-height:1.2}a{color:var(--accent-cyan);text-decoration:none;transition:opacity .2s}a:hover{opacity:.8}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:100px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
