:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}.animated-background{z-index:-1;background:linear-gradient(120deg,#0f0f0f,#171717,#191919) 0 0/400% 400%;width:100%;height:100%;animation:15s infinite gradientAnimation;position:fixed;top:0;left:0}@keyframes gradientAnimation{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}
