:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-family:Arial,Helvetica,sans-serif;display:flex}*{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}}@keyframes gradient-sweep{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.animate-gradient-text{-webkit-text-fill-color:transparent;background-image:linear-gradient(90deg,#a3e635,#fff,#a3e635);background-size:200%;-webkit-background-clip:text;background-clip:text;animation:3s infinite gradient-sweep}@keyframes fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:.7s ease-out both fade-up}.animate-fade-up-delay{animation:.7s ease-out .2s both fade-up}@keyframes lime-pulse{0%,to{box-shadow:0 0 #a3e63500}50%{box-shadow:0 0 18px 4px #a3e63540}}.animate-lime-pulse{animation:2.5s ease-in-out infinite lime-pulse}
