:root{--neon-cyan: #00fff0;--neon-magenta: #ff00ff;--neon-purple: #8b00ff;--deep-blue: #001f3f;--dark-bg: #05010f;--text-light: #f5f5f5;--text-muted: #a0a0a0;--gradient-main: linear-gradient( 135deg, var(--neon-cyan), var(--neon-purple), var(--neon-magenta) );font-family:Orbitron,Rajdhani,system-ui,sans-serif;line-height:1.5;font-weight:400}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;min-height:100vh;background:radial-gradient(circle at 25% 25%,#00fff026,#8c00ff1a 25%,#000 70%);background-color:#05010f;background-attachment:scroll;color:var(--text-light);overflow-x:hidden;scroll-behavior:smooth;position:relative}body:before{content:"";position:fixed;inset:0;z-index:-2;background:linear-gradient(-45deg,#060014,#120028,#00183c,#200035);background-size:400% 400%;animation:gradientMove 20s ease infinite;opacity:.85}body:after{content:"";position:fixed;inset:0;z-index:-1;background:radial-gradient(circle at 20% 30%,rgba(0,255,255,.08) 0%,transparent 65%),radial-gradient(circle at 80% 70%,rgba(255,0,255,.428) 0%,transparent 65%),radial-gradient(circle at 50% 90%,rgba(140,0,255,.215) 0%,transparent 70%);pointer-events:none;mix-blend-mode:screen;opacity:.8}@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}@media(hover:none)and (pointer:coarse){body:before{animation:none;opacity:.75}body:after{mix-blend-mode:normal;opacity:.55}}@media(hover:hover)and (pointer:fine){html,body{background-attachment:fixed}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:var(--gradient-main);border-radius:4px;box-shadow:0 0 10px #00ffff4d}::-webkit-scrollbar-track{background:#05010f}
