@import "https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap";
: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);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:linear-gradient(to bottom right,#0f172a,#581c87,#0f172a);background-position:top;background-repeat:no-repeat;background-size:cover;min-height:100vh;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}}.admin-main{min-height:100vh;transition:margin-left .3s,width .3s}.admin-main.shifted{width:calc(100% - 240px);margin-left:240px}.admin-main.full{width:calc(100% - 60px);margin-left:60px}@media (max-width:768px){.admin-main{width:100%!important;margin-left:0!important;transition:none!important}.admin-main.shifted,.admin-main.full{width:100%!important;margin-left:0!important}}.auth-spinner-container{justify-content:center;align-items:center;width:100%;height:80vh;display:flex}.auth-spinner{border:6px solid #e0e7ff;border-top-color:#2563eb;border-radius:50%;width:60px;height:60px;animation:1s linear infinite spin;box-shadow:0 0 15px #2563eb66}@keyframes spin{to{transform:rotate(360deg)}}.skeleton-loader{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%) 0 0/200% 100%;border-radius:4px;width:40px;height:20px;animation:1.5s infinite shimmer;display:inline-block}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-spin{animation:1s linear infinite spin}.highlight{background:linear-gradient(90deg,#fa8938,#c6f,#fa8938);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.orange{color:#fa8938}.coming-soon-wrap{color:#fff;text-align:center;justify-content:center;align-items:center;min-height:95vh;margin:0;padding:0;font-family:Inter,sans-serif;display:flex}.coming-soon-section{flex-direction:column;align-items:center;gap:60px;padding:20px;display:flex;position:relative}.loading-text{color:#ccc;flex-direction:row;gap:20px;font-size:1.2rem;font-weight:500;position:relative}.loading-text:after{content:"";border:3px solid #ccc;border-top-color:#fa8938;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin;display:inline-block}.terms-checkbox{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;width:100%;margin:1rem 0;font-size:14px;display:flex}.terms-checkbox:first-of-type{margin-top:0}.custom-checkbox{background-color:#0000;border:2px solid #f97316;border-radius:4px;justify-content:center;align-items:center;width:16px;height:16px;transition:background-color .2s;display:flex}.custom-checkbox.checked{background-color:#f97316}.terms-checkbox a{color:#f97316;text-decoration:underline}.signup-btn:disabled{opacity:.8;cursor:not-allowed}.checked-label{max-width:91%;line-height:20px}.social-btn.apple{color:#fff;background-color:#000}
.site-footer{color:#fff;padding:2.5rem 1rem 1.2rem;font-size:.925rem}.footer-inner{flex-direction:column;align-items:center;gap:1rem;margin:0 auto;display:flex}.footer-logo img{display:block}.footer-links{text-align:center;flex-direction:column;gap:1rem;display:flex}.footer-links a{color:#fff;text-decoration:none;transition:opacity .2s}.footer-links a:hover{opacity:.75}.footer-copy{text-align:center;opacity:.8;margin-top:2rem;font-size:.8rem}@media (min-width:768px){.footer-inner{flex-direction:column;justify-content:space-between;align-items:center}.footer-links{flex-direction:row}}
