:root{--background:#0b0f19;--foreground:#f0f4f8;--card-bg:#ffffff08;--card-border:#ffffff14;--card-hover:#ffffff0f;--primary:#3b82f6;--secondary:#8b5cf6;--accent:#f43f5e;--cyan:#06b6d4;--gradient-main:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);--gradient-glow:linear-gradient(135deg,#3b82f680 0%,#8b5cf680 100%);--gradient-text:linear-gradient(to right,#60a5fa,#c084fc);--font-main:var(--font-outfit),"system-ui",sans-serif;--radius:16px;--transition:all .4s cubic-bezier(.16,1,.3,1);--shadow-glow:0 0 40px -10px #3b82f666}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);max-width:100vw;color:var(--foreground);font-family:var(--font-main);scroll-behavior:smooth;font-size:16px;line-height:1.5;overflow-x:hidden}body:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle at 15%,#3b82f614,#0000 25%),radial-gradient(circle at 85% 30%,#8b5cf614,#0000 25%);width:100%;height:100%;position:fixed;top:0;left:0}h1,h2,h3,h4,h5,h6{color:#fff;font-weight:700;line-height:1.1}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{border:2px solid var(--background);background:#334155;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#475569}
