:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#e2e8f0;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#a78bfa;text-decoration:inherit;transition:color .2s ease}a:hover{color:#c4b5fd}body{margin:0;min-width:320px;background:radial-gradient(ellipse at top,#0a0015,#000 50%);color:#e2e8f0;min-height:100vh;overflow-x:hidden;width:100%;position:relative}*{box-sizing:border-box}@keyframes glow{0%,to{opacity:.5}50%{opacity:1}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.glow{animation:glow 2s ease-in-out infinite}.animate-fade-in{animation:fadeIn .8s ease-out forwards}.animate-slide-in{animation:slideIn .8s ease-out forwards}html{scroll-behavior:smooth;overflow-x:hidden;width:100%}section{animation:fadeIn .8s ease-out;overflow-x:hidden}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
