:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:linear-gradient(-45deg,#0a0a0a,#0d1b2a,#0b1423);--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden;margin:0;padding:0;height:100%;box-sizing:border-box}body{color:var(--foreground);background:var(--background);background-size:400% 400%;animation:moveBackground 10s ease infinite;font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.particles-canvas{pointer-events:none}@keyframes moveBackground{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}