:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);font-family:var(--font-inter),"Inter",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-attachment:fixed;background-image:linear-gradient(rgba(255,255,255,.045),rgba(255,255,255,.045)),radial-gradient(at 50% 25%,rgb(22,60,160) 0,rgb(12,42,120) 14%,rgb(8,30,90) 28%,rgb(6,23,75) 42%,rgb(6,14,55) 60%,rgb(6,10,45) 80%,rgb(6,6,35) 100%),linear-gradient(90deg,rgba(36,64,142,.4),rgba(45,74,170,.9));background-repeat:no-repeat;background-size:cover;background-position:top;min-height:100vh}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.admin-main{transition:margin-left .3s ease,width .3s ease;min-height:100vh}.admin-main.shifted{margin-left:240px;width:calc(100% - 240px)}.admin-main.full{margin-left:60px;width:calc(100% - 60px)}@media (max-width:768px){.admin-main{transition:none!important}.admin-main,.admin-main.full,.admin-main.shifted{margin-left:0!important;width:100%!important}}.already-logged-in-container{display:flex;justify-content:center;align-items:center;min-height:80vh;padding:20px}.already-logged-in-card{display:flex;flex-direction:column;align-items:center;gap:12px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:40px 36px;max-width:380px;width:100%;text-align:center}.already-logged-in-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.15)}.already-logged-in-title{font-size:1.4rem;font-weight:700;color:#fff;margin:4px 0 0}.already-logged-in-name{font-size:1rem;font-weight:600;color:#fff;margin:0}.already-logged-in-email{font-size:.85rem;color:rgba(255,255,255,.45);margin:0}.already-logged-in-actions{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:12px}.already-logged-in-btn{width:100%;padding:13px 20px;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;border:none;transition:opacity .2s}.already-logged-in-btn:disabled{opacity:.6;cursor:not-allowed}.already-logged-in-btn.primary{background:#ff6c2f;color:#fff}.already-logged-in-btn.primary:hover{background:#e65a15}.already-logged-in-btn.secondary{background:transparent;border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.7)}.already-logged-in-btn.secondary:hover:not(:disabled){border-color:rgba(255,255,255,.4);color:#fff}.auth-spinner-container{display:flex;justify-content:center;align-items:center;height:80vh;width:100%}.auth-spinner{border:6px solid #e0e7ff;border-top-color:#2563eb;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite;box-shadow:0 0 15px rgba(37,99,235,.4)}.skeleton-loader{display:inline-block;height:20px;width:40px;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%);background-size:200% 100%;border-radius:4px;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-spin{animation:spin 1s linear infinite}.highlight{background:linear-gradient(90deg,#c084fc,#ec4899,#60a5fa,#c084fc);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;animation:gradient-shift 8s ease infinite}@keyframes gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.orange{color:#fa8938}.coming-soon-wrap{margin:0;padding:0;font-family:var(--font-inter),"Inter",sans-serif;background:linear-gradient(135deg,hsl(240 100% 6%),hsl(250 95% 10%) 20%,hsl(260 90% 14%) 40%,hsl(270 85% 18%) 60%,hsl(280 80% 22%) 80%,hsl(290 75% 26%));background-image:linear-gradient(135deg,hsl(225 100% 45%),hsl(235 95% 40%) 20%,hsl(245 90% 35%) 40%,hsl(250 85% 30%) 60%,hsl(235 80% 28%) 80%,hsl(220 75% 26%));background-repeat:no-repeat;background-position:50%;background-size:cover;color:#fff;display:flex;justify-content:center;align-items:center;min-height:100vh;text-align:center}.loaderContainer{background:transparent!important}.coming-soon-section{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px;position:relative}.loading-text{gap:20px;flex-direction:row;font-size:1.2rem;font-weight:500;color:#ccc;position:relative}.loading-text:after{content:"";width:18px;height:18px;border:3px solid #ccc;border-top-color:#fa8938;border-radius:50%;animation:spin .8s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(1turn)}}.terms-checkbox{display:flex;align-items:center;gap:8px;color:#fff;font-size:14px;margin:1rem 0;cursor:pointer;-webkit-user-select:none;user-select:none;width:100%}.terms-checkbox:first-of-type{margin-top:0}.custom-checkbox{width:16px;height:16px;border:2px solid #f97316;border-radius:4px;display:flex;align-items:center;justify-content:center;background-color:initial;transition:background-color .2s ease}.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{background-color:#000;color:#fff}.coupon-banner,.nav-wrapper{position:relative;transition:all .35s ease}@keyframes bounceUpDown{0%,to{transform:translateY(0);animation-timing-function:ease-in}30%{transform:translateY(-12px);animation-timing-function:ease-out}50%{transform:translateY(0);animation-timing-function:ease-in}70%{transform:translateY(-6px);animation-timing-function:ease-out}to{transform:translateY(0)}}.justify-space-between{display:flex;align-items:center;justify-content:space-between;width:100%}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}