:root{--background:#fff;--foreground:#171717}@font-face{font-family:Inter;src:url(/fonts/Inter-Regular.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Medium.otf)format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Bold.otf)format("opentype");font-weight:600;font-style:normal;font-display:swap}@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;-webkit-tap-highlight-color:transparent;font-family:Inter,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}}.container{color:#fff;background-color:#000;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem 0;display:flex}.logo-container{position:absolute;top:1rem;left:2.5rem}.logo{cursor:pointer;flex-direction:row;align-items:center;gap:.8rem;margin-top:1rem;display:flex}.gradient{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#2563eb,#f1f1f1);-webkit-background-clip:text;background-clip:text}.logo img{width:50px;height:auto}.logo p{letter-spacing:-.5px;font-size:32px;font-weight:500}.footer{width:90%;margin-top:4rem}.footer-header{flex-direction:row;justify-content:space-between;align-items:end;display:flex}.footer-description{font-size:.85rem}.footer-logo{width:240px}.footer-separator{background:linear-gradient(90deg,#2563eb,#f1f1f1) border-box;border-top:1px solid #0000;margin-top:.7rem;-webkit-mask:linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) exclude}.footer-content{color:#696969;flex-direction:row;justify-content:space-between;margin-top:.8rem;font-size:.85rem;display:flex}.links{flex-direction:row;gap:2rem;display:flex}.mobile-links{color:#696969;flex-direction:row;justify-content:center;gap:1rem;margin-top:1rem;font-size:.85rem;display:flex}.social-icons{flex-direction:row;gap:1rem;display:flex}.social-icons img{cursor:pointer}.mobile-only{display:none}@media (max-width:768px){.desktop-only{display:none}.mobile-only{display:block}.logo-container{top:0;left:1rem}.logo img{width:45px}.logo p{font-size:28px}.footer-logo{width:120px}.footer-description{font-size:1rem}}
