:root{--foreground:#E8E8ED;--background:#0A0A0F}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body,html{max-width:100vw;overflow-x:hidden;color:var(--foreground);background:var(--background)}a{color:inherit;text-decoration:none}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}:focus-visible{outline:2px solid #6C63FF;outline-offset:2px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:#2A2A3C;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3A3A4C}*{scrollbar-width:thin;scrollbar-color:#2A2A3C var(--background)}::selection{background:rgba(108,99,255,.3);color:#E8E8ED}@media print{[role=navigation],footer,header,nav{display:none!important}body{background:white;color:black}}