.Navbar-module__pSp8Ga__navbarWrapper{z-index:1000;justify-content:center;width:100%;padding:0 5vw;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:48px;left:0}.Navbar-module__pSp8Ga__navbarWrapper.Navbar-module__pSp8Ga__hidden{transform:translateY(-160px)}.Navbar-module__pSp8Ga__navbar{background:#fff;border-radius:56px;justify-content:space-between;align-items:center;width:100%;max-width:1300px;padding:18px 24px 18px 40px;display:flex;box-shadow:0 4px 20px #0000000d}.Navbar-module__pSp8Ga__navLeft{align-items:center;gap:32px;display:flex}.Navbar-module__pSp8Ga__logo{font-family:var(--font-heading,"Outfit", sans-serif);color:#1a1a1a;align-items:center;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.Navbar-module__pSp8Ga__logoImageDesktop{width:auto;height:120px;margin-top:-37px;margin-bottom:-37px;display:block}.Navbar-module__pSp8Ga__logoImageMobile{display:none}.Navbar-module__pSp8Ga__navLinks{gap:19px;display:flex}.Navbar-module__pSp8Ga__navLinks a{color:#444;font-family:var(--font-heading);font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .2s}.Navbar-module__pSp8Ga__navLinks a:hover{color:var(--navy)}.Navbar-module__pSp8Ga__navRight{align-items:center;gap:10px;display:flex}.Navbar-module__pSp8Ga__loginBtn{color:var(--navy);font-family:var(--font-heading);background:#f3f3f1;border-radius:14px;padding:16px 28px;font-size:1.05rem;font-weight:500;text-decoration:none;transition:background .2s}.Navbar-module__pSp8Ga__loginBtn:hover{background:#e2e2e2}.Navbar-module__pSp8Ga__signupBtn{background:var(--navy);color:#fff;font-family:var(--font-heading);border-radius:36px;padding:16px 32px;font-size:1.05rem;font-weight:500;text-decoration:none;transition:opacity .2s,transform .2s}.Navbar-module__pSp8Ga__signupBtn:hover{opacity:.9;transform:translateY(-1px)}.Navbar-module__pSp8Ga__hamburgerBtn{cursor:pointer;color:var(--navy);background:0 0;border:none;padding:8px;display:none}@media (max-width:968px){.Navbar-module__pSp8Ga__navLinks{display:none}.Navbar-module__pSp8Ga__navbarWrapper{padding:0 16px;top:16px}.Navbar-module__pSp8Ga__navbar{border-radius:32px;padding:8px 12px 8px 16px}.Navbar-module__pSp8Ga__logoImageDesktop{display:none}.Navbar-module__pSp8Ga__logoImageMobile{object-fit:contain;width:32px;height:32px;display:block}.Navbar-module__pSp8Ga__loginBtn{border-radius:10px;padding:10px 14px;font-size:.85rem}.Navbar-module__pSp8Ga__signupBtn{border-radius:20px;padding:10px 16px;font-size:.85rem}.Navbar-module__pSp8Ga__hamburgerBtn{justify-content:center;align-items:center;display:flex}.Navbar-module__pSp8Ga__navRight{gap:4px}.Navbar-module__pSp8Ga__navLeft{gap:12px}}.Navbar-module__pSp8Ga__mobileMenu{z-index:999;opacity:0;pointer-events:none;background:#fff;border-radius:24px;flex-direction:column;gap:16px;padding:16px 24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:calc(100% + 12px);left:16px;right:16px;transform:translateY(-10px);box-shadow:0 10px 40px #0000001a}.Navbar-module__pSp8Ga__mobileMenu.Navbar-module__pSp8Ga__open{opacity:1;pointer-events:auto;transform:translateY(0)}.Navbar-module__pSp8Ga__mobileMenu a{color:var(--navy);font-family:var(--font-heading);border-bottom:1px solid var(--gray-200);padding:8px 0;font-size:1.2rem;font-weight:700;text-decoration:none}.Navbar-module__pSp8Ga__mobileMenu a:nth-last-child(2){border-bottom:none}.Navbar-module__pSp8Ga__mobileActions{border-top:2px solid var(--gray-200);flex-direction:column;gap:10px;width:100%;margin-top:8px;padding-top:16px;display:flex}.Navbar-module__pSp8Ga__loginBtnMobile{text-align:center;color:var(--navy);font-family:var(--font-heading);background:#f3f3f1;border-radius:12px;padding:14px 0;font-size:1.05rem;font-weight:700;text-decoration:none;transition:background .2s;display:block;border-bottom:none!important}.Navbar-module__pSp8Ga__loginBtnMobile:hover{background:#e2e2e2}.Navbar-module__pSp8Ga__signupBtnMobile{text-align:center;background:var(--navy);font-family:var(--font-heading);border-radius:24px;padding:14px 0;font-size:1.05rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:block;color:#fff!important;border-bottom:none!important}.Navbar-module__pSp8Ga__signupBtnMobile:hover{opacity:.9}.Navbar-module__pSp8Ga__profileWrapper{display:inline-block;position:relative}.Navbar-module__pSp8Ga__avatarBtn{background:linear-gradient(135deg, var(--navy), #a855f7);color:#fff;width:42px;height:42px;font-family:var(--font-heading,sans-serif);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.15rem;font-weight:800;transition:transform .2s;display:flex;box-shadow:0 4px 10px #2552e533}.Navbar-module__pSp8Ga__avatarBtn:hover{transform:scale(1.05)}.Navbar-module__pSp8Ga__dropdownMenu{z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;gap:8px;width:220px;padding:16px;animation:.2s Navbar-module__pSp8Ga__dropdownFade;display:flex;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 10px 25px #0f172a14}@keyframes Navbar-module__pSp8Ga__dropdownFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__pSp8Ga__dropdownHeader{border-bottom:1px solid var(--gray-200);text-align:left;flex-direction:column;gap:2px;margin-bottom:6px;padding-bottom:12px;display:flex}.Navbar-module__pSp8Ga__dropdownName{color:#0f172a;font-size:.9rem;font-weight:700}.Navbar-module__pSp8Ga__dropdownEmail{color:var(--navy);word-break:break-all;font-size:.78rem;font-weight:700}.Navbar-module__pSp8Ga__dropdownItem{text-align:left;font-family:var(--font-heading);color:#475569;cursor:pointer;background:0 0;border:none;border-radius:10px;width:100%;padding:10px 12px;font-size:.88rem;font-weight:700;transition:all .2s}.Navbar-module__pSp8Ga__dropdownItem:hover{color:var(--navy);background:#f8fafc}.Navbar-module__pSp8Ga__mobileUserActions{text-align:center;flex-direction:column;gap:12px;width:100%;display:flex}.Navbar-module__pSp8Ga__mobileWelcome{color:#475569;font-size:1rem;font-weight:500}.Navbar-module__pSp8Ga__dashboardBtnMobile{text-align:center;background:var(--navy);font-family:var(--font-heading);border-radius:24px;padding:14px 0;font-size:1.05rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:block;color:#fff!important;border-bottom:none!important}.Navbar-module__pSp8Ga__dashboardBtnMobile:hover{opacity:.9}.Navbar-module__pSp8Ga__logoutBtnMobile{text-align:center;font-family:var(--font-heading);background:0 0;border:1px solid #ef444433;border-radius:12px;padding:12px 0;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .2s;display:block;color:#ef4444!important;border-bottom:none!important}.Navbar-module__pSp8Ga__logoutBtnMobile:hover{background:#ef44440d}
.Footer-module__nhiC3q__footerWrapper{background-color:#5a2b81;margin-top:-20px;padding:0 4vw 40px}.Footer-module__nhiC3q__footerCard{z-index:10;background-color:#fff;border-radius:40px;margin-top:-100px;padding:80px 60px;position:relative;box-shadow:0 -10px 40px #0000001a}.Footer-module__nhiC3q__grid{grid-template-columns:repeat(4,1fr);gap:40px;display:grid}.Footer-module__nhiC3q__columnTitle{font-family:var(--font-heading,"Space Grotesk", sans-serif);color:#1a1a1a;margin-bottom:32px;font-size:1.4rem;font-weight:700}.Footer-module__nhiC3q__linkList{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__nhiC3q__link{font-family:var(--font-body,"Inter", sans-serif);color:#555;font-size:.95rem;text-decoration:none;transition:color .2s}.Footer-module__nhiC3q__link:hover{color:#1a1a1a;text-decoration:underline}.Footer-module__nhiC3q__bottomRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;margin-top:80px;display:flex}.Footer-module__nhiC3q__authButtons{align-items:center;gap:16px;display:flex}.Footer-module__nhiC3q__loginBtn{color:#1a1a1a;font-family:var(--font-body,"Inter", sans-serif);cursor:pointer;background-color:#f3f3f1;border:none;border-radius:12px;padding:18px 32px;font-size:1.1rem;font-weight:700;transition:background-color .2s}.Footer-module__nhiC3q__loginBtn:hover{background-color:#e5e5e5}.Footer-module__nhiC3q__signupBtn{color:#1a1a1a;font-family:var(--font-body,"Inter", sans-serif);cursor:pointer;background-color:#d2e823;border:none;border-radius:40px;padding:18px 32px;font-size:1.1rem;font-weight:700;transition:transform .2s,background-color .2s}.Footer-module__nhiC3q__signupBtn:hover{background-color:#c4d920;transform:scale(1.05)}.Footer-module__nhiC3q__socialApps{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.Footer-module__nhiC3q__appStores{gap:12px;display:flex}.Footer-module__nhiC3q__storeBtn{color:#fff;cursor:pointer;background-color:#1c1d22;border:none;border-radius:40px;align-items:center;gap:12px;padding:10px 20px;transition:transform .2s;display:flex}.Footer-module__nhiC3q__storeBtn:hover{transform:scale(1.05)}.Footer-module__nhiC3q__storeText{flex-direction:column;align-items:flex-start;display:flex}.Footer-module__nhiC3q__storeSmall{font-size:.65rem;font-family:var(--font-body,"Inter", sans-serif);opacity:.8;margin-bottom:2px}.Footer-module__nhiC3q__storeBig{font-size:1rem;font-weight:600;font-family:var(--font-body,"Inter", sans-serif)}.Footer-module__nhiC3q__socialIcons{gap:12px;display:flex}.Footer-module__nhiC3q__iconCircle{color:#fff;background-color:#1c1d22;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;text-decoration:none;transition:transform .2s;display:flex}.Footer-module__nhiC3q__iconCircle:hover{transform:scale(1.1)}@media (max-width:968px){.Footer-module__nhiC3q__grid{grid-template-columns:repeat(2,1fr);gap:40px 20px}}@media (max-width:500px){.Footer-module__nhiC3q__grid{grid-template-columns:repeat(2,1fr);gap:32px 16px}.Footer-module__nhiC3q__footerCard{padding:40px 24px}.Footer-module__nhiC3q__bottomRow{flex-direction:column;align-items:center;gap:24px;margin-top:40px}.Footer-module__nhiC3q__authButtons{flex-direction:column;width:100%}.Footer-module__nhiC3q__loginBtn,.Footer-module__nhiC3q__signupBtn{text-align:center;width:100%}.Footer-module__nhiC3q__socialApps{justify-content:center;width:100%}.Footer-module__nhiC3q__socialIcons{justify-content:center}}
.AuthModal-module__TzIbfa__overlay{-webkit-backdrop-filter:blur(16px);z-index:9999;background-color:#0f172a73;justify-content:center;align-items:center;width:100vw;height:100vh;padding:24px;animation:.3s cubic-bezier(.4,0,.2,1) AuthModal-module__TzIbfa__fadeIn;display:flex;position:fixed;top:0;left:0}.AuthModal-module__TzIbfa__modalCard{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--gray-300) transparent;background:#fff;border:1px solid #fffc;border-radius:36px;width:100%;max-width:520px;max-height:90vh;padding:48px;animation:.35s cubic-bezier(.34,1.56,.64,1) AuthModal-module__TzIbfa__scaleUp;position:relative;overflow-y:auto;box-shadow:0 30px 60px #0f172a26}.AuthModal-module__TzIbfa__modalCard::-webkit-scrollbar{width:6px}.AuthModal-module__TzIbfa__modalCard::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}.AuthModal-module__TzIbfa__closeBtn{cursor:pointer;width:40px;height:40px;color:var(--navy);background:#f3f3f1;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:24px;right:24px}.AuthModal-module__TzIbfa__closeBtn:hover{background:#e2e2e2;transform:rotate(90deg)scale(1.1)}.AuthModal-module__TzIbfa__header{text-align:center;margin-bottom:28px}.AuthModal-module__TzIbfa__brandLogo{object-fit:contain;filter:drop-shadow(0 4px 6px #2552e526);width:42px;height:42px;margin-bottom:16px}.AuthModal-module__TzIbfa__modalTitle{font-family:var(--font-heading,"Space Grotesk", sans-serif);color:#0f172a;letter-spacing:-1px;margin-bottom:6px;font-size:1.6rem;font-weight:800}.AuthModal-module__TzIbfa__modalSubtitle{color:#64748b;margin:0;font-size:.95rem;font-weight:500;line-height:1.4}.AuthModal-module__TzIbfa__tabsContainer{background:#f3f3f1;border-radius:20px;margin-bottom:24px;padding:6px;display:flex;position:relative;overflow:hidden}.AuthModal-module__TzIbfa__activePill{z-index:1;background:#fff;border-radius:14px;width:calc(50% - 6px);height:calc(100% - 12px);transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:6px;left:6px;box-shadow:0 4px 12px #0f172a0f}.AuthModal-module__TzIbfa__pillRight{transform:translate(100%)}.AuthModal-module__TzIbfa__tabBtn{color:#64748b;cursor:pointer;z-index:2;font-size:.95rem;font-weight:700;font-family:var(--font-heading);background:0 0;border:none;flex:1;padding:12px 0;transition:color .3s;position:relative}.AuthModal-module__TzIbfa__activeTab{color:var(--navy)!important}.AuthModal-module__TzIbfa__googleBtn{color:#1e293b;width:100%;font-family:var(--font-heading);cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:14px;justify-content:center;align-items:center;padding:14px;font-size:.95rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.AuthModal-module__TzIbfa__googleBtn:hover{background:#f8fafc;border-color:#94a3b8}.AuthModal-module__TzIbfa__googleBtn:active{transform:scale(.98)}.AuthModal-module__TzIbfa__divider{text-align:center;align-items:center;margin:12px 0 24px;display:flex}.AuthModal-module__TzIbfa__divider:before,.AuthModal-module__TzIbfa__divider:after{content:"";border-bottom:1px solid #e2e8f0;flex:1}.AuthModal-module__TzIbfa__divider span{color:#94a3b8;text-transform:uppercase;padding:0 12px;font-size:.8rem;font-weight:600}.AuthModal-module__TzIbfa__form{flex-direction:column;gap:18px;display:flex}.AuthModal-module__TzIbfa__inputGroup{flex-direction:column;gap:8px;display:flex}.AuthModal-module__TzIbfa__labelRow{justify-content:space-between;align-items:center;display:flex}.AuthModal-module__TzIbfa__label{color:#0f172a;letter-spacing:-.2px;font-size:.85rem;font-weight:700}.AuthModal-module__TzIbfa__forgotLink{color:var(--navy);font-size:.82rem;font-weight:700;text-decoration:none}.AuthModal-module__TzIbfa__forgotLink:hover{text-decoration:underline}.AuthModal-module__TzIbfa__input{border:2px solid var(--gray-200);color:#0f172a;box-sizing:border-box;background:#fff;border-radius:14px;width:100%;padding:14px 18px;font-size:.95rem;font-weight:500;transition:all .2s}.AuthModal-module__TzIbfa__input:focus{border-color:var(--navy);outline:none;box-shadow:0 0 0 4px #2552e51a}.AuthModal-module__TzIbfa__prefixWrapper{border:2px solid var(--gray-200);background:#fff;border-radius:14px;align-items:center;transition:all .2s;display:flex;overflow:hidden}.AuthModal-module__TzIbfa__prefixWrapper:focus-within{border-color:var(--navy);box-shadow:0 0 0 4px #2552e51a}.AuthModal-module__TzIbfa__prefix{color:#64748b;border-right:2px solid var(--gray-200);-webkit-user-select:none;user-select:none;background:#f3f3f1;padding:14px 16px;font-size:.95rem;font-weight:700}.AuthModal-module__TzIbfa__prefixInput{color:#0f172a;background:0 0;border:none;outline:none;flex:1;width:100%;padding:14px 18px;font-size:.95rem;font-weight:600}.AuthModal-module__TzIbfa__selectedPlanBadge{color:var(--navy);text-align:center;background-color:#2552e514;border:1px dashed #2552e54d;border-radius:10px;padding:10px 16px;font-size:.85rem}.AuthModal-module__TzIbfa__checkboxRow{align-items:flex-start;gap:10px;margin-top:4px;display:flex}.AuthModal-module__TzIbfa__checkbox{width:18px;height:18px;accent-color:var(--navy);cursor:pointer;margin-top:2px}.AuthModal-module__TzIbfa__checkboxLabel{color:#64748b;font-size:.82rem;font-weight:500;line-height:1.4}.AuthModal-module__TzIbfa__checkboxLabel span{color:var(--navy);cursor:pointer;font-weight:700}.AuthModal-module__TzIbfa__checkboxLabel span:hover{text-decoration:underline}.AuthModal-module__TzIbfa__submitBtn{background:var(--navy);color:#fff;cursor:pointer;width:100%;min-height:52px;font-size:1.05rem;font-weight:700;font-family:var(--font-heading);border:none;border-radius:36px;justify-content:center;align-items:center;padding:16px 20px;transition:all .2s;display:flex}.AuthModal-module__TzIbfa__submitBtn:hover{opacity:.95;transform:translateY(-1px)}.AuthModal-module__TzIbfa__btnLoading{cursor:not-allowed;background:#64748b!important;transform:none!important}.AuthModal-module__TzIbfa__errorMessage{color:#b91c1c;background-color:#fee2e2;border:1px solid #fca5a5;border-radius:12px;margin-bottom:12px;padding:12px 16px;font-size:.85rem;font-weight:700;animation:.3s AuthModal-module__TzIbfa__shake}.AuthModal-module__TzIbfa__successWrapper{text-align:center;flex-direction:column;align-items:center;padding:16px 0;animation:.4s AuthModal-module__TzIbfa__fadeIn;display:flex}.AuthModal-module__TzIbfa__successIconWrapper{background:#2552e51a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;display:flex}.AuthModal-module__TzIbfa__successIcon{animation:.5s .2s forwards AuthModal-module__TzIbfa__drawCheck}.AuthModal-module__TzIbfa__successTitle{font-family:var(--font-heading,"Space Grotesk", sans-serif);color:#0f172a;letter-spacing:-1px;margin-bottom:12px;font-size:1.6rem;font-weight:800}.AuthModal-module__TzIbfa__successText{color:#64748b;max-width:380px;margin-bottom:28px;font-size:.95rem;font-weight:500;line-height:1.6}.AuthModal-module__TzIbfa__progressBar{background:#f3f3f1;border-radius:3px;width:100%;max-width:280px;height:6px;margin-bottom:32px;overflow:hidden}.AuthModal-module__TzIbfa__progressFill{background:var(--navy);border-radius:3px;width:0;height:100%;animation:1.6s ease-in-out forwards AuthModal-module__TzIbfa__fillProgress}.AuthModal-module__TzIbfa__successCloseBtn{background:var(--navy);color:#fff;cursor:pointer;font-size:1.05rem;font-weight:700;font-family:var(--font-heading);border:none;border-radius:36px;padding:16px 36px;transition:all .2s}.AuthModal-module__TzIbfa__successCloseBtn:hover{opacity:.95;transform:translateY(-1px)}.AuthModal-module__TzIbfa__spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite AuthModal-module__TzIbfa__spin}@keyframes AuthModal-module__TzIbfa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes AuthModal-module__TzIbfa__scaleUp{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes AuthModal-module__TzIbfa__spin{to{transform:rotate(360deg)}}@keyframes AuthModal-module__TzIbfa__fillProgress{0%{width:0%}to{width:100%}}@keyframes AuthModal-module__TzIbfa__shake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}@media (max-width:640px){.AuthModal-module__TzIbfa__modalCard{border-radius:28px;max-height:95vh;padding:32px 24px}.AuthModal-module__TzIbfa__modalTitle{font-size:1.4rem}}.AuthModal-module__TzIbfa__wideCard{transition:max-width .4s cubic-bezier(.4,0,.2,1);max-width:820px!important}.AuthModal-module__TzIbfa__sectionsGrid{scrollbar-width:thin;scrollbar-color:var(--gray-300) transparent;grid-template-columns:repeat(2,1fr);gap:16px;max-height:48vh;margin-top:10px;margin-bottom:12px;padding:8px;display:grid;overflow-y:auto}.AuthModal-module__TzIbfa__sectionsGrid::-webkit-scrollbar{width:6px}.AuthModal-module__TzIbfa__sectionsGrid::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}.AuthModal-module__TzIbfa__sectionCard{border:2px solid var(--gray-200);cursor:pointer;-webkit-user-select:none;user-select:none;box-sizing:border-box;text-align:left;background:#fff;border-radius:16px;flex-direction:column;gap:8px;padding:16px;transition:all .2s;display:flex}.AuthModal-module__TzIbfa__sectionCard:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #0f172a0a}.AuthModal-module__TzIbfa__sectionActive{background-color:#2552e508;border-color:var(--navy)!important}.AuthModal-module__TzIbfa__sectionLocked{cursor:not-allowed;opacity:.85;background-color:#f8fafc;border-color:var(--gray-300)!important}.AuthModal-module__TzIbfa__sectionLocked:hover{box-shadow:none;transform:none}.AuthModal-module__TzIbfa__sectionCardHeader{justify-content:space-between;align-items:center;width:100%;display:flex}.AuthModal-module__TzIbfa__sectionTitleRow{align-items:center;gap:10px;display:flex}.AuthModal-module__TzIbfa__sectionCheckbox{width:18px;height:18px;accent-color:var(--navy);cursor:pointer}.AuthModal-module__TzIbfa__sectionCardTitle{font-family:var(--font-heading);color:#0f172a;font-size:.95rem;font-weight:700}.AuthModal-module__TzIbfa__lockedBadge{color:#475569;background:#e2e8f0;border-radius:20px;padding:3px 8px;font-size:.72rem;font-weight:700}.AuthModal-module__TzIbfa__sectionCardDesc{color:#64748b;text-align:left;margin:0;font-size:.78rem;font-weight:500;line-height:1.4}.AuthModal-module__TzIbfa__stepActionsRow{gap:16px;width:100%;margin-top:14px;display:flex}.AuthModal-module__TzIbfa__backBtn{color:var(--navy);cursor:pointer;font-size:1.05rem;font-weight:700;font-family:var(--font-heading);background:#f3f3f1;border:none;border-radius:36px;padding:16px 28px;transition:all .2s}.AuthModal-module__TzIbfa__backBtn:hover{background:#e2e2e2}@media (max-width:768px){.AuthModal-module__TzIbfa__sectionsGrid{grid-template-columns:1fr;max-height:52vh}}
.Dashboard-module__fg8wJa__dashboardContainer{color:#1e293b;font-family:var(--font-body,system-ui, -apple-system, sans-serif);background-color:#f8f7ff;background-image:radial-gradient(circle at 20%,#9b6dd70a 0%,#0000 50%),radial-gradient(circle at 80% 20%,#1a114508 0%,#0000 50%);display:flex;position:fixed;inset:0}.Dashboard-module__fg8wJa__sidebar{background:linear-gradient(180deg, var(--navy) 0%, #150e3a 100%);color:#f8fafc;box-sizing:border-box;border-right:1px solid #ffffff0d;flex-direction:column;width:280px;height:100dvh;padding:32px 24px;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:sticky;top:0;overflow-y:auto}.Dashboard-module__fg8wJa__sidebarHidden{opacity:0!important;border:none!important;width:0!important;min-width:0!important;padding:0!important;overflow:hidden!important}.Dashboard-module__fg8wJa__mobileTopBar,.Dashboard-module__fg8wJa__sidebarOverlay{display:none}.Dashboard-module__fg8wJa__sidebarHeader{justify-content:center;align-items:center;gap:12px;margin-bottom:32px;display:flex}.Dashboard-module__fg8wJa__sidebarToggleBtn{background:var(--navy);color:#fff;cursor:pointer;z-index:100;border:none;border-radius:0 12px 12px 0;justify-content:center;align-items:center;width:32px;height:48px;padding:0;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:50%;left:280px;transform:translateY(-50%);box-shadow:4px 0 12px #1a114526}.Dashboard-module__fg8wJa__sidebarToggleBtn:hover{background:var(--lavender-deep)}.Dashboard-module__fg8wJa__sidebarToggleBtnClosed{left:0}.Dashboard-module__fg8wJa__logoIcon{object-fit:contain;width:32px;height:32px}.Dashboard-module__fg8wJa__logoText{font-family:var(--font-heading,"Space Grotesk", sans-serif);color:#fff;letter-spacing:-.5px;font-size:1.4rem;font-weight:800}.Dashboard-module__fg8wJa__sidebarUser{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:16px;align-items:center;gap:12px;margin-bottom:28px;padding:14px 16px;display:flex}.Dashboard-module__fg8wJa__avatar{background:linear-gradient(135deg, var(--lavender-deep), var(--mint));color:#fff;width:42px;height:42px;font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;display:flex;box-shadow:0 4px 12px #2552e533}.Dashboard-module__fg8wJa__userInfo{flex-direction:column;gap:4px;display:flex;overflow:hidden}.Dashboard-module__fg8wJa__userName{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:700;overflow:hidden}.Dashboard-module__fg8wJa__userPlanBadge{color:#60a5fa;background:#2552e526;border:1px solid #2552e533;border-radius:24px;width:fit-content;padding:2px 8px;font-size:.72rem;font-weight:700}.Dashboard-module__fg8wJa__navMenu{flex-direction:column;flex:1;gap:8px;display:flex}.Dashboard-module__fg8wJa__navItem{color:#94a3b8;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:16px;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:.92rem;font-weight:600;transition:all .2s;display:flex}.Dashboard-module__fg8wJa__navItem svg{transition:stroke .2s}.Dashboard-module__fg8wJa__navItem:hover{color:#fff;background:#ffffff08}.Dashboard-module__fg8wJa__navActive{background:var(--lavender-deep)!important;color:#fff!important}.Dashboard-module__fg8wJa__navActive svg{stroke:#fff}.Dashboard-module__fg8wJa__sidebarFooter{border-top:1px solid #ffffff0d;flex-direction:column;gap:12px;margin-top:auto;padding-top:24px;display:flex}.Dashboard-module__fg8wJa__viewSiteBtn{text-align:center;background:var(--lavender-deep);color:#fff;border-radius:16px;padding:12px 0;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;display:block}.Dashboard-module__fg8wJa__viewSiteBtn:hover{opacity:.9;transform:translateY(-2px)}.Dashboard-module__fg8wJa__logoutBtn{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef444433;border-radius:16px;padding:12px 0;font-size:.9rem;font-weight:700;transition:all .2s}.Dashboard-module__fg8wJa__logoutBtn:hover{background:#ef44440d;border-color:#ef4444}.Dashboard-module__fg8wJa__mainContent{box-sizing:border-box;flex:1;max-height:100vh;padding:48px;overflow-y:auto}.Dashboard-module__fg8wJa__panel{animation:.3s Dashboard-module__fg8wJa__tabFadeIn}.Dashboard-module__fg8wJa__panelHeader{margin-bottom:36px}.Dashboard-module__fg8wJa__panelTitle{font-family:var(--font-heading,"Space Grotesk", sans-serif);color:var(--navy);letter-spacing:-1px;margin-bottom:6px;font-size:2rem;font-weight:800}.Dashboard-module__fg8wJa__panelSubtitle{color:#64748b;margin:0;font-size:1rem;font-weight:500}.Dashboard-module__fg8wJa__metricsGrid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px;display:grid}.Dashboard-module__fg8wJa__metricCard{background:#fff;border:1px solid #1a114514;border-radius:24px;padding:24px;transition:all .3s;box-shadow:0 12px 40px #1a11450d}.Dashboard-module__fg8wJa__metricCard:hover{transform:translateY(-4px);box-shadow:0 16px 48px #1a114514}.Dashboard-module__fg8wJa__metricHeader{align-items:center;gap:8px;margin-bottom:12px;display:flex}.Dashboard-module__fg8wJa__metricIcon{font-size:1.2rem}.Dashboard-module__fg8wJa__metricLabel{color:#64748b;letter-spacing:-.1px;font-size:.85rem;font-weight:700}.Dashboard-module__fg8wJa__metricValue{font-family:var(--font-heading);color:var(--navy);letter-spacing:-.5px;margin:0 0 6px;font-size:2.2rem;font-weight:800}.Dashboard-module__fg8wJa__metricCompare{color:#10b981;margin:0;font-size:.78rem;font-weight:700}.Dashboard-module__fg8wJa__metricCardPrimary{background:linear-gradient(135deg, var(--lavender-deep), var(--navy-light));color:#fff;border:none}.Dashboard-module__fg8wJa__metricCardPrimary .Dashboard-module__fg8wJa__metricValue,.Dashboard-module__fg8wJa__metricCardPrimary .Dashboard-module__fg8wJa__metricLabel{color:#fff}.Dashboard-module__fg8wJa__metricCardPrimary .Dashboard-module__fg8wJa__metricIcon{color:var(--lavender-soft)}.Dashboard-module__fg8wJa__metricCardPrimary .Dashboard-module__fg8wJa__metricCompare{color:#d1fae5}.Dashboard-module__fg8wJa__cardBlock{background:#fff;border:1px solid #1a114514;border-radius:24px;margin-bottom:24px;padding:32px;box-shadow:0 4px 6px -1px #00000005}.Dashboard-module__fg8wJa__cardBlockHeader{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:18px;padding-bottom:14px;display:flex}.Dashboard-module__fg8wJa__blockTitle{font-family:var(--font-heading);color:var(--navy);margin:0;font-size:1.2rem;font-weight:800}.Dashboard-module__fg8wJa__statusTag{color:#065f46;background-color:#d1fae5;border-radius:24px;padding:4px 10px;font-size:.72rem;font-weight:700}.Dashboard-module__fg8wJa__siteDetailsRow{background:#f8fafc;border:1px solid #1a114514;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:18px;padding:20px;display:flex}.Dashboard-module__fg8wJa__siteInfo{flex-direction:column;gap:4px;display:flex}.Dashboard-module__fg8wJa__siteUrlLabel{color:#64748b;font-size:.78rem;font-weight:700}.Dashboard-module__fg8wJa__siteUrl{font-family:var(--font-heading);color:var(--navy);font-size:1.15rem;font-weight:700;text-decoration:none}.Dashboard-module__fg8wJa__siteUrl:hover{text-decoration:underline}.Dashboard-module__fg8wJa__siteActions{gap:12px;display:flex}.Dashboard-module__fg8wJa__primaryAction{background:var(--navy);color:#fff;cursor:pointer;font-size:.88rem;font-weight:700;font-family:var(--font-heading);border:none;border-radius:36px;padding:12px 20px;transition:opacity .2s}.Dashboard-module__fg8wJa__primaryAction:hover{opacity:.9}.Dashboard-module__fg8wJa__secondaryAction{color:var(--navy);border:2px solid var(--gray-200);cursor:pointer;font-size:.88rem;font-weight:700;font-family:var(--font-heading);background:#fff;border-radius:36px;padding:10px 20px;text-decoration:none;transition:all .2s}.Dashboard-module__fg8wJa__secondaryAction:hover{background:#f8fafc;border-color:#cbd5e1}.Dashboard-module__fg8wJa__sectionsStatusSummary{color:#475569;font-size:.88rem;font-weight:500}.Dashboard-module__fg8wJa__planStatusBadge{color:var(--navy);background-color:#2552e514;border:1px dashed #2552e533;border-radius:24px;padding:4px 10px;font-size:.72rem;font-weight:700}.Dashboard-module__fg8wJa__blockDescription{color:#64748b;margin:0 0 20px;font-size:.92rem;font-weight:500;line-height:1.5}.Dashboard-module__fg8wJa__upgradeLinkBtn{background:linear-gradient(135deg, var(--lavender-deep), var(--navy-light));color:#fff;font-family:var(--font-heading);cursor:pointer;border:none;border-radius:36px;align-items:center;gap:8px;padding:12px 24px;font-size:.92rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #1a114533}.Dashboard-module__fg8wJa__upgradeLinkBtn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #1a11454d}.Dashboard-module__fg8wJa__upgradeLinkBtn:active{transform:translateY(0)}.Dashboard-module__fg8wJa__titleRowWithCount{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.Dashboard-module__fg8wJa__activeCounter{background:var(--navy);color:#fff;font-family:var(--font-heading);border-radius:24px;padding:4px 12px;font-size:.82rem;font-weight:700}.Dashboard-module__fg8wJa__successMessage{color:#065f46;background-color:#d1fae5;border:1px solid #a7f3d0;border-radius:16px;margin-bottom:24px;padding:16px 24px;font-size:.92rem;animation:.3s Dashboard-module__fg8wJa__slideInDown}.Dashboard-module__fg8wJa__editorForm{position:relative}.Dashboard-module__fg8wJa__publishOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10;background:#f8fafcbf;border-radius:24px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.Dashboard-module__fg8wJa__publisherContent{text-align:center;background:#fff;border:1px solid #1a114514;border-radius:24px;padding:32px 48px;box-shadow:0 10px 30px #0f172a1a}.Dashboard-module__fg8wJa__publisherContent h4{font-family:var(--font-heading);color:var(--navy);margin:16px 0 6px;font-size:1.15rem}.Dashboard-module__fg8wJa__publisherContent p{color:#64748b;margin:0;font-size:.85rem}.Dashboard-module__fg8wJa__checklistGrid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:32px;display:grid}.Dashboard-module__fg8wJa__checkCard{cursor:pointer;-webkit-user-select:none;user-select:none;box-sizing:border-box;background:#fff;border:2px solid #e2e8f0;border-radius:24px;flex-direction:column;gap:8px;padding:20px;transition:all .2s;display:flex}.Dashboard-module__fg8wJa__checkCard:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 6px 16px #0f172a05}.Dashboard-module__fg8wJa__checkActive{background-color:#2552e505;border-color:var(--navy)!important}.Dashboard-module__fg8wJa__checkLocked{cursor:not-allowed;opacity:.85;background:#f8fafc;border-color:#e2e8f0!important}.Dashboard-module__fg8wJa__checkLocked:hover{box-shadow:none;transform:none}.Dashboard-module__fg8wJa__checkCardHeader{justify-content:space-between;align-items:center;display:flex}.Dashboard-module__fg8wJa__checkTitleRow{align-items:center;gap:12px;display:flex}.Dashboard-module__fg8wJa__checkboxInput{width:18px;height:18px;accent-color:var(--navy);cursor:pointer}.Dashboard-module__fg8wJa__checkTitle{font-family:var(--font-heading);color:var(--navy);font-size:1rem;font-weight:700}.Dashboard-module__fg8wJa__lockedPill{color:#475569;background:#e2e8f0;border-radius:24px;padding:3px 8px;font-size:.72rem;font-weight:700}.Dashboard-module__fg8wJa__checkDesc{color:#64748b;margin:0;font-size:.82rem;font-weight:500;line-height:1.4}.Dashboard-module__fg8wJa__formFooter{background:#fff;border:1px solid #1a114514;border-radius:24px;justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.Dashboard-module__fg8wJa__footerNote{color:#64748b;margin:0;font-size:.85rem;font-weight:500}.Dashboard-module__fg8wJa__saveBtn{background:var(--navy);color:#fff;cursor:pointer;font-size:1rem;font-weight:700;font-family:var(--font-heading);border:none;border-radius:36px;padding:16px 32px;transition:all .2s}.Dashboard-module__fg8wJa__saveBtn:hover{opacity:.95;transform:translateY(-1px)}.Dashboard-module__fg8wJa__billingGrid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:36px;display:grid}.Dashboard-module__fg8wJa__billingCard{background:#fff;border:2px solid #e2e8f0;border-radius:24px;flex-direction:column;padding:32px;display:flex;position:relative;box-shadow:0 4px 6px -1px #00000003}.Dashboard-module__fg8wJa__billingActivePlan{box-shadow:0 10px 25px #2552e50f;border-color:var(--navy)!important}.Dashboard-module__fg8wJa__activePillLabel{background:var(--navy);color:#fff;font-size:.72rem;font-family:var(--font-heading);border-radius:24px;padding:4px 10px;font-weight:700;position:absolute;top:16px;right:16px}.Dashboard-module__fg8wJa__billingPlanName{font-family:var(--font-heading);color:var(--navy);margin:0 0 12px;font-size:1.3rem;font-weight:800}.Dashboard-module__fg8wJa__billingPriceRow{align-items:baseline;margin-bottom:24px;display:flex}.Dashboard-module__fg8wJa__billingPrice{font-family:var(--font-heading);color:var(--navy);letter-spacing:-1px;font-size:2.2rem;font-weight:800}.Dashboard-module__fg8wJa__billingPeriod{color:#64748b;margin-left:2px;font-size:.85rem;font-weight:700}.Dashboard-module__fg8wJa__billingFeatureList{flex-direction:column;flex:1;gap:12px;margin:0 0 32px;padding:0;list-style:none;display:flex}.Dashboard-module__fg8wJa__billingFeatureList li{color:#475569;font-size:.85rem;font-weight:600}.Dashboard-module__fg8wJa__planUpgradeBtn{background:var(--navy);color:#fff;cursor:pointer;font-size:.88rem;font-weight:700;font-family:var(--font-heading);border:none;border-radius:24px;width:100%;padding:12px 0;transition:opacity .2s}.Dashboard-module__fg8wJa__planUpgradeBtn:hover{opacity:.9}.Dashboard-module__fg8wJa__planChangeBtn{color:#475569;cursor:pointer;font-size:.88rem;font-weight:700;font-family:var(--font-heading);background:#f3f3f1;border:none;border-radius:24px;width:100%;padding:12px 0;transition:background .2s}.Dashboard-module__fg8wJa__planChangeBtn:hover{background:#e2e2e2}.Dashboard-module__fg8wJa__invoiceTableContainer{border:1px solid #1a114514;border-radius:16px;width:100%;overflow-x:auto}.Dashboard-module__fg8wJa__invoiceTable{border-collapse:collapse;text-align:left;width:100%;font-size:.88rem}.Dashboard-module__fg8wJa__invoiceTable th{color:#475569;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:16px 20px;font-weight:700}.Dashboard-module__fg8wJa__invoiceTable td{color:#1e293b;border-bottom:1px solid #f1f5f9;padding:18px 20px;font-weight:600}.Dashboard-module__fg8wJa__invoiceTable tr:last-child td{border-bottom:none}.Dashboard-module__fg8wJa__paidBadge{color:#065f46;background:#d1fae5;border-radius:24px;padding:3px 8px;font-size:.72rem;font-weight:700}.Dashboard-module__fg8wJa__invoiceLink{color:var(--navy);font-weight:700;text-decoration:none}.Dashboard-module__fg8wJa__invoiceLink:hover{text-decoration:underline}.Dashboard-module__fg8wJa__loadingWrapper{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:16px;height:80vh;font-weight:600;display:flex}.Dashboard-module__fg8wJa__spinner{border:4px solid #e2e8f0;border-top-color:var(--navy);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite Dashboard-module__fg8wJa__spin}@keyframes Dashboard-module__fg8wJa__spin{to{transform:rotate(360deg)}}@keyframes Dashboard-module__fg8wJa__tabFadeIn{0%{opacity:0}to{opacity:1}}@keyframes Dashboard-module__fg8wJa__slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1440px){.Dashboard-module__fg8wJa__mainContent{padding:32px}.Dashboard-module__fg8wJa__sidebar{width:250px;padding:24px 20px}.Dashboard-module__fg8wJa__sidebarToggleBtn{left:250px}.Dashboard-module__fg8wJa__sidebarToggleBtnClosed{left:0}}@media (max-width:1200px){.Dashboard-module__fg8wJa__metricsGrid{grid-template-columns:1fr;gap:16px}.Dashboard-module__fg8wJa__checklistGrid{grid-template-columns:1fr}.Dashboard-module__fg8wJa__billingGrid{grid-template-columns:1fr;gap:16px}}@media (max-width:968px){.Dashboard-module__fg8wJa__dashboardContainer{flex-direction:column}.Dashboard-module__fg8wJa__sidebarToggleBtn{display:none}.Dashboard-module__fg8wJa__mobileTopBar{background-color:var(--navy);z-index:50;justify-content:space-between;align-items:center;padding:16px 20px;display:flex;position:sticky;top:0}.Dashboard-module__fg8wJa__mobileBrand{color:#fff;font-family:var(--font-heading);align-items:center;gap:12px;font-size:1.2rem;font-weight:800;display:flex}.Dashboard-module__fg8wJa__logoIcon{width:28px;height:28px}.Dashboard-module__fg8wJa__hamburgerBtn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.Dashboard-module__fg8wJa__sidebarOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:90;background:#0f172a99;width:100%;height:calc(100dvh - 60px);animation:.3s Dashboard-module__fg8wJa__fadeIn;display:block;position:fixed;top:60px;left:0}.Dashboard-module__fg8wJa__sidebar{width:280px;height:calc(100dvh - 60px);padding:24px 20px calc(24px + env(safe-area-inset-bottom,16px)) 20px;z-index:100;background-color:var(--navy);border-bottom:none;border-right:1px solid #ffffff0d;transition:left .5s cubic-bezier(.16,1,.3,1);position:fixed;top:60px;left:-100%}.Dashboard-module__fg8wJa__sidebarMobileOpen{left:0}.Dashboard-module__fg8wJa__sidebarHidden{opacity:1;width:280px}.Dashboard-module__fg8wJa__sidebarHeader{display:none}.Dashboard-module__fg8wJa__sidebarUser{margin-bottom:24px}.Dashboard-module__fg8wJa__navMenu{flex-direction:column;overflow-x:visible}.Dashboard-module__fg8wJa__navItem{white-space:normal}.Dashboard-module__fg8wJa__sidebarFooter{flex-direction:column;margin-top:auto;padding-top:16px}.Dashboard-module__fg8wJa__viewSiteBtn,.Dashboard-module__fg8wJa__logoutBtn{width:100%;margin:0}.Dashboard-module__fg8wJa__mainContent{padding:24px 16px calc(24px + env(safe-area-inset-bottom,16px)) 16px}.Dashboard-module__fg8wJa__panelTitle,.Dashboard-module__fg8wJa__panelSubtitle,.Dashboard-module__fg8wJa__blockTitle,.Dashboard-module__fg8wJa__blockDescription,.Dashboard-module__fg8wJa__billingPlanName{text-align:center}.Dashboard-module__fg8wJa__cardBlockHeader{text-align:center;flex-direction:column;gap:12px}.Dashboard-module__fg8wJa__formFooter{text-align:center;flex-direction:column;gap:16px}.Dashboard-module__fg8wJa__siteDetailsRow{flex-direction:column;align-items:flex-start;gap:16px}.Dashboard-module__fg8wJa__siteActions{flex-direction:column;width:100%}.Dashboard-module__fg8wJa__primaryAction,.Dashboard-module__fg8wJa__secondaryAction{text-align:center;justify-content:center;width:100%;display:flex}.Dashboard-module__fg8wJa__cardBlock{padding:20px 16px}}.Dashboard-module__fg8wJa__advancedFormContainer{flex-direction:column;gap:20px;display:flex}.Dashboard-module__fg8wJa__advancedFieldGroup{flex-direction:column;gap:8px;display:flex}.Dashboard-module__fg8wJa__advancedLabel{color:#334155;font-size:.85rem;font-weight:700}.Dashboard-module__fg8wJa__advancedInput{width:100%;color:var(--navy);background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:16px;padding:14px 18px;font-family:inherit;font-size:.95rem;transition:all .2s}.Dashboard-module__fg8wJa__advancedInput::placeholder{color:#94a3b8;font-weight:400}.Dashboard-module__fg8wJa__advancedInput:focus{background:#fff;border-color:#6366f1;outline:none;box-shadow:0 0 0 4px #6366f11a}.Dashboard-module__fg8wJa__advancedBtn{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:10px;align-self:flex-start;padding:12px 28px;font-size:.95rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #10b98133}.Dashboard-module__fg8wJa__advancedBtn:hover{background:#059669;transform:translateY(-2px);box-shadow:0 6px 16px #10b9814d}.Dashboard-module__fg8wJa__advancedBtnDark{background:#0f172a;box-shadow:0 4px 12px #0f172a33}.Dashboard-module__fg8wJa__advancedBtnDark:hover{background:#1e293b;box-shadow:0 6px 16px #0f172a4d}.Dashboard-module__fg8wJa__advancedInfoBox h4{color:var(--navy);margin:0 0 12px;font-size:.95rem}.Dashboard-module__fg8wJa__advancedInfoBox p{color:#475569;background:#e2e8f0;border-radius:6px;margin:6px 0;padding:4px 8px;font-family:monospace;font-size:.9rem;display:inline-block}.Dashboard-module__fg8wJa__advancedUpgradeBox{text-align:center;background:#f8fafc;border:1px solid #1a114514;border-radius:16px;padding:24px}.Dashboard-module__fg8wJa__advancedUpgradeBox p{color:#64748b;margin:0 0 16px;font-size:.95rem}.Dashboard-module__fg8wJa__lockedFeatureWrapper{position:relative}.Dashboard-module__fg8wJa__lockedFeatureOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10;cursor:not-allowed;background:#f8fafcb3;border-radius:16px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.Dashboard-module__fg8wJa__lockedFeatureContent{text-align:center;background:#fff;border:1px solid #1a114514;border-radius:16px;padding:16px 24px;box-shadow:0 4px 20px #00000014}.Dashboard-module__fg8wJa__lockedFeatureContent p{color:#334155;margin:0 0 12px;font-size:.9rem;font-weight:600}.Dashboard-module__fg8wJa__domainActionGroup{gap:10px;display:flex}@media (max-width:768px){.Dashboard-module__fg8wJa__domainActionGroup{flex-direction:column}}
.ContentEditor-module__yGTLUq__editorContainer{min-height:800px;box-shadow:none;background:0 0;border:none;justify-content:flex-start;align-items:flex-start;gap:32px;margin-right:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.ContentEditor-module__yGTLUq__editorContainerDesktop{flex:none;width:100%}.ContentEditor-module__yGTLUq__mobileAccordionHeader{cursor:pointer;-webkit-user-select:none;user-select:none;background:#f8fafc;border:1px solid #1a114514;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:16px 20px;transition:all .2s;display:none}.ContentEditor-module__yGTLUq__mobileAccordionHeader:hover{background:#f1f5f9}.ContentEditor-module__yGTLUq__activeAccordion{background:var(--lavender-soft);border-color:var(--lavender-deep);border-bottom-right-radius:0;border-bottom-left-radius:0;margin-bottom:0}.ContentEditor-module__yGTLUq__mobileEditorHeader,.ContentEditor-module__yGTLUq__mobileSidebarHeader{display:none}.ContentEditor-module__yGTLUq__editorSidebar{background:#fff;border-right:1px solid #1a114514;flex-direction:column;gap:4px;width:250px;min-width:250px;height:fit-content;max-height:calc(100dvh - 64px);padding:16px 12px;display:flex;position:sticky;top:32px;overflow-y:auto}.ContentEditor-module__yGTLUq__editorNavActive{background:var(--lavender-deep)!important;color:#fff!important}.ContentEditor-module__yGTLUq__editorNavIcon{text-align:center;width:20px;font-size:1rem}.ContentEditor-module__yGTLUq__mobileOnly,.ContentEditor-module__yGTLUq__mobileFloatingClose{display:none}.ContentEditor-module__yGTLUq__desktopEmptyState{text-align:center;color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;margin-top:24px;padding:64px 32px;display:flex}.ContentEditor-module__yGTLUq__desktopEmptyState h3{font-family:var(--font-heading);color:var(--navy);margin:0 0 8px;font-size:1.3rem}.ContentEditor-module__yGTLUq__desktopEmptyState p{max-width:300px;margin:0;font-size:.95rem;line-height:1.5}.ContentEditor-module__yGTLUq__editorMain{box-sizing:border-box;background:linear-gradient(#7c3aed08 0%,#fff 150px);border:1px solid #00000014;border-radius:32px;flex:1;max-width:1000px;padding:32px 40px;position:relative;box-shadow:0 25px 50px -12px #0000001a,0 10px 15px -3px #0000000d}.ContentEditor-module__yGTLUq__editorSection{animation:.2s ContentEditor-module__yGTLUq__fadeIn}.ContentEditor-module__yGTLUq__sectionTitle{font-family:var(--font-heading,"Space Grotesk", sans-serif);color:var(--navy);letter-spacing:-.5px;align-items:center;gap:8px;margin:0 0 6px;padding-bottom:12px;font-size:1.35rem;font-weight:800;display:flex;position:relative}.ContentEditor-module__yGTLUq__sectionTitle:after{content:"";background:linear-gradient(90deg, var(--violet-700), var(--lavender-deep));border-radius:2px;width:40px;height:3px;position:absolute;bottom:0;left:0}.ContentEditor-module__yGTLUq__sectionDesc{color:#64748b;margin:0 0 28px;font-size:.88rem;font-weight:500}.ContentEditor-module__yGTLUq__fieldGroup{margin-bottom:20px}.ContentEditor-module__yGTLUq__fieldLabel{color:#475569;letter-spacing:-.1px;margin-bottom:6px;font-size:.82rem;font-weight:700;display:block}.ContentEditor-module__yGTLUq__fieldInput{background:var(--gray-100);width:100%;color:var(--navy);box-sizing:border-box;border:1.5px solid #1a114514;border-radius:12px;outline:none;padding:12px 16px;font-family:inherit;font-size:.92rem;font-weight:500;transition:all .2s}.ContentEditor-module__yGTLUq__fieldInput:focus{border-color:var(--lavender-deep);background:#fff;box-shadow:0 0 0 3px #9b6dd726}.ContentEditor-module__yGTLUq__fieldInput::file-selector-button{background:var(--lavender-soft);color:var(--navy);border:1px solid var(--lavender-deep);cursor:pointer;border-radius:8px;margin-right:16px;padding:8px 16px;font-family:inherit;font-size:.85rem;font-weight:700;transition:all .2s}.ContentEditor-module__yGTLUq__fieldInput::file-selector-button:hover{background:var(--lavender-deep);color:#fff}.ContentEditor-module__yGTLUq__fieldInput:disabled::file-selector-button{color:#94a3b8;cursor:not-allowed;background:#e2e8f0;border-color:#cbd5e1}.ContentEditor-module__yGTLUq__fieldTextarea{background:var(--gray-100);width:100%;color:var(--navy);resize:vertical;box-sizing:border-box;border:1.5px solid #1a114514;border-radius:12px;outline:none;padding:12px 16px;font-family:inherit;font-size:.92rem;font-weight:500;transition:all .2s}.ContentEditor-module__yGTLUq__fieldTextarea:focus{border-color:var(--lavender-deep);background:#fff;box-shadow:0 0 0 3px #9b6dd726}.ContentEditor-module__yGTLUq__fieldRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.ContentEditor-module__yGTLUq__colorPickerRow{align-items:center;gap:12px;display:flex}.ContentEditor-module__yGTLUq__colorInput{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:12px;width:48px;height:48px;padding:2px}.ContentEditor-module__yGTLUq__colorInput::-webkit-color-swatch-wrapper{padding:2px}.ContentEditor-module__yGTLUq__colorInput::-webkit-color-swatch{border:none;border-radius:8px}.ContentEditor-module__yGTLUq__listCard{background:var(--gray-100);border:1.5px solid #1a114514;border-radius:16px;margin-bottom:16px;padding:20px;transition:border-color .2s}.ContentEditor-module__yGTLUq__listCard:hover{border-color:var(--gray-300)}.ContentEditor-module__yGTLUq__listCardHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.ContentEditor-module__yGTLUq__listCardNumber{font-family:var(--font-heading,"Space Grotesk", sans-serif);color:var(--navy);background:var(--lavender-soft);border-radius:20px;padding:4px 10px;font-size:.82rem;font-weight:800}.ContentEditor-module__yGTLUq__removeBtn{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #fecaca;border-radius:20px;padding:4px 12px;font-family:inherit;font-size:.78rem;font-weight:700;transition:all .15s}.ContentEditor-module__yGTLUq__removeBtn:hover{background:#fef2f2;border-color:#ef4444}.ContentEditor-module__yGTLUq__moveBtn{background:var(--lavender-soft);color:var(--navy);cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:all .2s;display:flex}.ContentEditor-module__yGTLUq__moveBtn:disabled{opacity:.3;cursor:not-allowed}.ContentEditor-module__yGTLUq__moveBtn:not(:disabled):hover{background:var(--lavender-deep);color:#fff}.ContentEditor-module__yGTLUq__addBtn{background:var(--navy);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:12px 24px;font-family:inherit;font-size:.88rem;font-weight:700;transition:all .15s}.ContentEditor-module__yGTLUq__addBtn:hover{opacity:.9;transform:translateY(-1px)}.ContentEditor-module__yGTLUq__previewImg{object-fit:cover;border:1px solid #e2e8f0;border-radius:12px;width:100%;max-height:180px;margin-top:10px}.ContentEditor-module__yGTLUq__saveFooter{z-index:10;pointer-events:none;justify-content:flex-end;margin-top:32px;display:flex;position:sticky;bottom:24px}.ContentEditor-module__yGTLUq__saveButton{background:linear-gradient(135deg, var(--lavender-deep), var(--navy-light));color:#fff;cursor:pointer;pointer-events:auto;border:none;border-radius:30px;width:auto;padding:16px 32px;font-family:inherit;font-size:1rem;font-weight:700;transition:all .2s;box-shadow:0 8px 30px #1a114533}.ContentEditor-module__yGTLUq__saveButton:hover{opacity:.95;transform:translateY(-1px);box-shadow:0 6px 20px #1a114540}.ContentEditor-module__yGTLUq__saveButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.ContentEditor-module__yGTLUq__successBanner{color:#065f46;background:#d1fae5;border:1px solid #a7f3d0;border-radius:14px;align-items:center;gap:12px;margin-bottom:24px;padding:14px 20px;font-size:.88rem;font-weight:600;animation:.3s ContentEditor-module__yGTLUq__slideDown;display:flex}.ContentEditor-module__yGTLUq__successLink{color:#065f46;white-space:nowrap;margin-left:auto;font-weight:800;text-decoration:none}.ContentEditor-module__yGTLUq__successLink:hover{text-decoration:underline}@keyframes ContentEditor-module__yGTLUq__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes ContentEditor-module__yGTLUq__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ContentEditor-module__yGTLUq__sidebarNote{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;padding:0 12px;font-size:.75rem;font-weight:700}.ContentEditor-module__yGTLUq__sidebarItemRow{border-radius:12px;align-items:center;gap:8px;padding:0 8px;transition:all .15s;display:flex;position:relative}.ContentEditor-module__yGTLUq__sidebarItemRow:hover{background:var(--gray-100)}.ContentEditor-module__yGTLUq__rowActive{background:var(--lavender-soft)!important}.ContentEditor-module__yGTLUq__rowActive:before{content:"";background-color:var(--violet-700);border-radius:0 4px 4px 0;width:4px;position:absolute;top:10%;bottom:10%;left:-4px}.ContentEditor-module__yGTLUq__rowActive button{font-weight:700;color:var(--navy)!important}.ContentEditor-module__yGTLUq__sectionCheckbox{cursor:pointer;accent-color:#6366f1;width:16px;height:16px}.ContentEditor-module__yGTLUq__checkboxSpacer{width:16px}.ContentEditor-module__yGTLUq__editorNavItem{color:#64748b;cursor:pointer;text-align:left;border:none;flex:1;align-items:center;gap:8px;padding:10px 4px;font-size:.85rem;font-weight:600;display:flex;background:0 0!important}.ContentEditor-module__yGTLUq__lockedFeatureWrapper{flex-direction:column;justify-content:center;min-height:140px;display:flex;position:relative}.ContentEditor-module__yGTLUq__lockedFeatureOverlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:10;cursor:not-allowed;background:#f8fafcd9;border-radius:16px;justify-content:center;align-items:center;display:flex;position:absolute;inset:-8px}.ContentEditor-module__yGTLUq__lockedFeatureContent{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;align-items:center;max-width:90%;margin:0 auto;padding:16px 24px;display:flex;box-shadow:0 8px 30px #0000001f}.ContentEditor-module__yGTLUq__lockedFeatureContent p{color:#334155;justify-content:center;align-items:center;gap:8px;margin:0 0 12px;font-size:.95rem;font-weight:700;display:flex}.ContentEditor-module__yGTLUq__lockedFeatureContent p svg{margin-right:0!important}.ContentEditor-module__yGTLUq__upgradeLinkBtn{background:var(--lavender-deep);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:.85rem;font-weight:700;transition:all .2s}.ContentEditor-module__yGTLUq__upgradeLinkBtn:hover{opacity:.9}.ContentEditor-module__yGTLUq__editorPreview{opacity:0;pointer-events:none;background:var(--gray-100);z-index:50;border:1px solid #1a114514;border-radius:32px;flex-direction:column;width:0;min-width:0;max-width:0;height:calc(100dvh - 64px);max-height:812px;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:sticky;top:32px;overflow:hidden;box-shadow:0 25px 60px #1a114526}.ContentEditor-module__yGTLUq__editorPreviewVisible{opacity:1;pointer-events:auto;width:375px;min-width:375px;max-width:375px}.ContentEditor-module__yGTLUq__editorPreviewDesktop{border-radius:16px;height:calc(100dvh - 180px);max-height:none;transition:all .5s cubic-bezier(.16,1,.3,1);opacity:1!important;pointer-events:auto!important;flex:1!important;width:100%!important;min-width:0!important;max-width:none!important}.ContentEditor-module__yGTLUq__previewToggleGroup{background:var(--gray-100);border:1px solid #1a11450d;border-radius:12px;gap:4px;padding:4px;display:flex}.ContentEditor-module__yGTLUq__previewToggleGroup button{cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:8px;padding:6px 10px;font-size:1.1rem;transition:all .2s}.ContentEditor-module__yGTLUq__previewToggleGroup button:hover{opacity:1;background:#ffffff80}.ContentEditor-module__yGTLUq__previewToggleGroup button.ContentEditor-module__yGTLUq__toggleActive{opacity:1;background:#fff;box-shadow:0 2px 8px #1a114514}.ContentEditor-module__yGTLUq__previewHeader{background:#fff;border-bottom:1px solid #1a114514;flex-direction:column;align-items:center;padding:16px;display:flex}.ContentEditor-module__yGTLUq__previewTitle{color:#ef4444;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;font-size:.85rem;font-weight:800;display:flex}.ContentEditor-module__yGTLUq__previewSubtitle{color:#64748b;margin-top:4px;font-size:.75rem}.ContentEditor-module__yGTLUq__previewIframeWrapper{background:#fff;border-radius:0 0 32px;flex-shrink:0;overflow:hidden}.ContentEditor-module__yGTLUq__previewIframe{background:#fff;border:none;border-radius:0 0 32px;flex:1;width:100%}.ContentEditor-module__yGTLUq__mobileGridMenu{flex-direction:column;display:flex!important}.ContentEditor-module__yGTLUq__mobileGridTitle{font-family:var(--font-heading);color:var(--navy);text-align:center;margin:0 0 20px;font-size:1.25rem;font-weight:800}.ContentEditor-module__yGTLUq__mobileGridContainer{grid-template-columns:1fr 1fr;gap:16px;display:grid}.ContentEditor-module__yGTLUq__mobileGridCard{cursor:pointer;background:#fff;border:1px solid #1a114514;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px 16px;transition:all .2s;display:flex;box-shadow:0 4px 12px #1a114508}.ContentEditor-module__yGTLUq__mobileGridCard:active{background:var(--lavender-soft);transform:scale(.96)}.ContentEditor-module__yGTLUq__mobileGridIcon{color:var(--lavender-deep);background:var(--lavender-soft);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ContentEditor-module__yGTLUq__mobileGridIcon svg{width:24px;height:24px}.ContentEditor-module__yGTLUq__mobileGridCard span{color:var(--navy);text-align:center;font-size:.85rem;font-weight:700}.ContentEditor-module__yGTLUq__mobileActiveHeader{background:#f8fafc;border:1px solid #1a114514;border-radius:16px;align-items:center;gap:12px;margin-bottom:24px;padding:12px;display:flex!important}.ContentEditor-module__yGTLUq__mobileBackButton{color:var(--navy);cursor:pointer;background:#fff;border:1px solid #1a114514;border-radius:12px;justify-content:center;align-items:center;padding:10px;display:flex;box-shadow:0 2px 4px #00000005}.ContentEditor-module__yGTLUq__mobileBackButton:active{background:#1a11450d}.ContentEditor-module__yGTLUq__mobileSelectWrapper{flex:1;align-items:center;display:flex;position:relative}.ContentEditor-module__yGTLUq__customMobileSelect{width:100%;color:var(--navy);cursor:pointer;background:#fff;border:1px solid #1a114514;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 40px 12px 16px;font-size:.95rem;font-weight:700;display:flex;box-shadow:0 2px 4px #00000005}.ContentEditor-module__yGTLUq__customSelectIcon{color:var(--lavender-deep);align-items:center;display:flex}.ContentEditor-module__yGTLUq__customSelectIcon svg{width:18px;height:18px}.ContentEditor-module__yGTLUq__mobileSelectIcon{pointer-events:none;color:var(--navy);transition:transform .2s;position:absolute;right:16px}.ContentEditor-module__yGTLUq__dropdownOverlay{z-index:100;background:0 0;position:fixed;inset:0}.ContentEditor-module__yGTLUq__customDropdownMenu{z-index:101;background:#fff;border:1px solid #1a114514;border-radius:16px;flex-direction:column;max-height:300px;padding:8px;animation:.2s cubic-bezier(.4,0,.2,1) ContentEditor-module__yGTLUq__slideDown;display:flex;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 10px 40px #1a11451a}.ContentEditor-module__yGTLUq__dropdownMenuItem{font-family:var(--font-heading);color:#475569;cursor:pointer;text-align:center;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;gap:12px;padding:12px 16px;font-size:.95rem;font-weight:600;transition:all .2s;display:flex;position:relative}.ContentEditor-module__yGTLUq__dropdownMenuItem:hover{color:var(--navy);background:#f8fafc}.ContentEditor-module__yGTLUq__dropdownMenuActive{background:var(--lavender-soft);color:var(--navy);font-weight:700}.ContentEditor-module__yGTLUq__dropdownMenuIcon{color:var(--lavender-deep);align-items:center;display:flex}.ContentEditor-module__yGTLUq__dropdownMenuIcon svg{width:18px;height:18px}.ContentEditor-module__yGTLUq__checkIcon{color:var(--lavender-deep);position:absolute;right:16px}@media (max-width:1024px){.ContentEditor-module__yGTLUq__editorMain{padding:20px 20px 120px}}@media (max-width:768px){.ContentEditor-module__yGTLUq__previewIframeWrapperMobile{width:100%!important;height:100%!important;max-height:none!important;box-shadow:none!important;border:none!important;border-radius:0!important;margin:0!important}.ContentEditor-module__yGTLUq__mobileAccordionHeader{display:flex}.ContentEditor-module__yGTLUq__editorSection{background:0 0;border:none;border-radius:0;margin-bottom:0;padding:0}.ContentEditor-module__yGTLUq__fieldInput,.ContentEditor-module__yGTLUq__fieldTextarea{border:1px solid var(--lavender-deep)!important;background:#fff!important}.ContentEditor-module__yGTLUq__sectionTitle{text-align:center;justify-content:center}.ContentEditor-module__yGTLUq__sectionDesc,.ContentEditor-module__yGTLUq__desktopEmptyState{text-align:center}.ContentEditor-module__yGTLUq__editorContainer{border-radius:16px;flex-direction:column;min-height:auto;margin-right:0}.ContentEditor-module__yGTLUq__editorContainerDesktop{width:100%;min-width:0}.ContentEditor-module__yGTLUq__editorMain{border-radius:24px;width:100%;padding:24px 16px}.ContentEditor-module__yGTLUq__mobileEditorHeader{background:#fff;border-bottom:1px solid #1a114514;border-radius:16px 16px 0 0;justify-content:space-between;align-items:center;padding:16px;display:flex}.ContentEditor-module__yGTLUq__sectionsMenuBtn{background:var(--navy);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 16px;font-family:inherit;font-size:.9rem;font-weight:700;display:flex}.ContentEditor-module__yGTLUq__editorSidebar{z-index:90;background:#fff;border-right:1px solid #1a114514;flex-direction:column;width:280px;height:calc(100dvh - 60px);padding:20px;transition:left .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:60px;left:-100%;overflow-y:auto;display:none!important}.ContentEditor-module__yGTLUq__editorSidebarOpen{left:0;box-shadow:10px 0 30px #0000001a}.ContentEditor-module__yGTLUq__mobileSidebarHeader{border-bottom:1px solid #1a114514;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;display:flex}.ContentEditor-module__yGTLUq__closeDrawerBtn{color:var(--navy);cursor:pointer;background:0 0;border:none;padding:4px;display:flex}.ContentEditor-module__yGTLUq__sidebarItemRow{white-space:normal;background:0 0;border:none;border-radius:12px;flex-shrink:0;margin-bottom:4px}.ContentEditor-module__yGTLUq__editorNavItem{padding:12px;font-size:.95rem}.ContentEditor-module__yGTLUq__editorMain{padding:20px}.ContentEditor-module__yGTLUq__fieldRow{grid-template-columns:1fr}.ContentEditor-module__yGTLUq__editorPreview{border-radius:16px;width:100%;height:600px;margin-top:24px;position:static;box-shadow:0 10px 30px #1a114514}.ContentEditor-module__yGTLUq__editorPreviewDesktop{left:0}.ContentEditor-module__yGTLUq__mobileOnly{display:block}.ContentEditor-module__yGTLUq__editorSection{animation:.3s cubic-bezier(.4,0,.2,1) ContentEditor-module__yGTLUq__slideDown}.ContentEditor-module__yGTLUq__desktopOnly{display:none!important}.ContentEditor-module__yGTLUq__mobileFloatingClose{bottom:calc(20px + env(safe-area-inset-bottom,0px));z-index:50;justify-content:center;margin-top:12px;display:flex;position:sticky}.ContentEditor-module__yGTLUq__mobileFloatingPreviewBtn{bottom:calc(24px + env(safe-area-inset-bottom,16px));z-index:80;background:linear-gradient(135deg, var(--lavender-deep), var(--navy-light));color:#fff;cursor:pointer;border:none;border-radius:30px;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:.95rem;font-weight:700;transition:bottom .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;right:24px;box-shadow:0 8px 30px #1a11454d}.ContentEditor-module__yGTLUq__previewBtnLifted{bottom:calc(90px + env(safe-area-inset-bottom,16px))!important}.ContentEditor-module__yGTLUq__editorPreview{display:none}.ContentEditor-module__yGTLUq__editorPreviewMobileOpen{z-index:2147483647!important;background:#fff!important;border-radius:0!important;flex-direction:column!important;width:100%!important;max-width:100%!important;height:100dvh!important;max-height:100dvh!important;margin:0!important;display:flex!important;position:fixed!important;top:0!important;left:0!important;transform:none!important}.ContentEditor-module__yGTLUq__editorMainHiddenMobile{display:none!important}.ContentEditor-module__yGTLUq__mobilePreviewBackHeader{background:var(--navy);color:#fff;align-items:center;gap:12px;padding:16px 20px;font-weight:700;display:flex}.ContentEditor-module__yGTLUq__mobilePreviewBackHeader button{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;transition:all .2s;display:flex}.ContentEditor-module__yGTLUq__mobilePreviewBackHeader button:hover{background:#fff3;transform:scale(1.05)}.ContentEditor-module__yGTLUq__previewHeader{display:none!important}.ContentEditor-module__yGTLUq__saveFooter{padding:16px;padding-bottom:calc(16px + env(safe-area-inset-bottom,16px));pointer-events:auto;background:#fff;border-top:1px solid #0000000d;flex-direction:column;justify-content:center;gap:12px;margin:0 -20px -20px;display:flex;bottom:0}.ContentEditor-module__yGTLUq__saveButton{border-radius:16px;flex:1;width:100%}.ContentEditor-module__yGTLUq__mobileFloatingClose button{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:30px;align-items:center;gap:8px;padding:14px 28px;font-family:inherit;font-size:.95rem;font-weight:700;display:flex;box-shadow:0 8px 24px #0f172a4d}.ContentEditor-module__yGTLUq__pillPreviewBtn{color:var(--navy);border:1px solid var(--lavender-deep);cursor:pointer;z-index:10;background:#fff;border-radius:30px;justify-content:center;align-items:center;padding:14px 20px;font-size:.95rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 16px #0000000f}.ContentEditor-module__yGTLUq__pillPreviewBtn:active{background:#f8fafc;transform:scale(.96)}.ContentEditor-module__yGTLUq__fullWidthPreviewBtn{background:linear-gradient(135deg, var(--lavender-deep), var(--navy-light));color:#fff;cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;width:100%;padding:16px 24px;font-family:inherit;font-size:1rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 8px 24px #1a114540}.ContentEditor-module__yGTLUq__fullWidthPreviewBtn:active{transform:scale(.98)}.ContentEditor-module__yGTLUq__mobileFooterContent{width:100%}}select.ContentEditor-module__yGTLUq__fieldInput{appearance:none;cursor:pointer;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23475569%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-position:right 16px center;background-repeat:no-repeat;background-size:10px;padding-right:40px}.ContentEditor-module__yGTLUq__editorPreviewMobileOpen{z-index:2147483647!important;opacity:1!important;pointer-events:auto!important;background:#fff!important;border-radius:0!important;flex-direction:column!important;width:100%!important;max-width:100%!important;height:100dvh!important;max-height:100dvh!important;margin:0!important;display:flex!important;position:fixed!important;top:0!important;left:0!important;transform:none!important}.ContentEditor-module__yGTLUq__editorMainHiddenMobile{display:none!important}.ContentEditor-module__yGTLUq__mobilePreviewBackHeader{background:var(--navy);color:#fff;align-items:center;gap:12px;padding:16px 20px;font-weight:700;display:flex}.ContentEditor-module__yGTLUq__mobilePreviewBackHeader button{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;transition:all .2s;display:flex}.ContentEditor-module__yGTLUq__mobilePreviewBackHeader button:hover{background:#fff3;transform:scale(1.05)}.ContentEditor-module__yGTLUq__editorPreviewMobileOpen .ContentEditor-module__yGTLUq__previewHeader{display:none!important}
.Jumpstart-module__gSWK1q__jumpstart{background-color:#5a2b81;justify-content:center;padding:160px 20px 240px;display:flex;position:relative;overflow:hidden}.Jumpstart-module__gSWK1q__cyanSilhouette{pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 600' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150,0 C180,0 200,40 200,100 C200,150 160,200 160,240 C160,280 200,300 240,320 C280,340 320,380 340,440 C360,500 340,560 300,600 L0,600 L0,0 Z' fill='%230EA5E9'/%3E%3C/svg%3E");background-position:0 100%;background-repeat:no-repeat;background-size:contain;width:45vw;height:80vh;position:absolute;bottom:0;left:-5%}.Jumpstart-module__gSWK1q__pinkFlower{pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M200,200 C250,150 350,100 380,180 C410,260 250,250 200,200 Z M200,200 C250,250 350,350 280,380 C210,410 200,250 200,200 Z M200,200 C150,250 50,350 20,280 C-10,210 150,200 200,200 Z M200,200 C150,150 50,50 120,20 C190,-10 200,150 200,200 Z M200,200 C200,100 300,0 350,50 C400,100 250,150 200,200 Z' fill='%23EED3F4'/%3E%3C/svg%3E");background-position:100% 100%;background-repeat:no-repeat;background-size:contain;width:40vw;height:60vh;position:absolute;bottom:-10%;right:-5%}.Jumpstart-module__gSWK1q__content{z-index:2;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:800px;display:flex;position:relative}.Jumpstart-module__gSWK1q__title{font-family:var(--font-heading,"Space Grotesk", sans-serif);color:#eed3f4;letter-spacing:-2px;text-wrap:balance;margin-bottom:60px;font-size:clamp(3rem,6vw,4.5rem);font-weight:800;line-height:1.1}.Jumpstart-module__gSWK1q__form{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.Jumpstart-module__gSWK1q__inputWrapper{background:#fff;border-radius:12px;align-items:center;height:72px;padding:0 24px;display:flex;box-shadow:0 10px 20px #0000001a}.Jumpstart-module__gSWK1q__prefix{font-family:var(--font-body,"Inter", sans-serif);color:#1a1a1a;font-size:1.2rem;font-weight:600}.Jumpstart-module__gSWK1q__input{font-family:var(--font-body,"Inter", sans-serif);color:#1a1a1a;background:0 0;border:none;outline:none;width:180px;padding-left:4px;font-size:1.2rem}.Jumpstart-module__gSWK1q__input::placeholder{color:#999}.Jumpstart-module__gSWK1q__button{color:#1a1a1a;height:72px;font-family:var(--font-body,"Inter", sans-serif);cursor:pointer;background-color:#d2e823;border:none;border-radius:40px;padding:0 40px;font-size:1.2rem;font-weight:700;transition:transform .2s,background-color .2s;box-shadow:0 10px 20px #0000001a}.Jumpstart-module__gSWK1q__button:hover{background-color:#c4d920;transform:scale(1.05)}@media (max-width:768px){.Jumpstart-module__gSWK1q__form{flex-direction:column;width:100%}.Jumpstart-module__gSWK1q__inputWrapper,.Jumpstart-module__gSWK1q__button{width:100%;max-width:400px}}
.Onboarding-module___umCla__onboardingOverlay{z-index:10000;box-sizing:border-box;background-color:#f8fafc;justify-content:center;align-items:center;width:100vw;height:100vh;padding:24px;animation:.4s Onboarding-module___umCla__fadeIn;display:flex;position:fixed;top:0;left:0}.Onboarding-module___umCla__onboardingCard{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--gray-300) transparent;background:#fff;border-radius:36px;width:100%;max-width:800px;max-height:90vh;animation:.5s cubic-bezier(.2,.8,.2,1) Onboarding-module___umCla__slideUp;overflow-y:auto;box-shadow:0 25px 50px -12px #0000001a,0 10px 15px -3px #0000000d}.Onboarding-module___umCla__onboardingCard::-webkit-scrollbar{width:6px}.Onboarding-module___umCla__onboardingCard::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}.Onboarding-module___umCla__headerGradient{text-align:center;background:linear-gradient(135deg,#7c3aed0d 0%,#0000 100%);border-bottom:1px solid #0000000d;margin-bottom:32px;padding:48px 48px 32px}.Onboarding-module___umCla__headerIllustration{color:var(--violet-700);justify-content:center;align-items:center;margin-bottom:24px;animation:3s ease-in-out infinite Onboarding-module___umCla__float;display:flex}.Onboarding-module___umCla__title{font-family:var(--font-heading,"Space Grotesk", sans-serif);color:#0f172a;letter-spacing:-1px;margin-bottom:8px;font-size:2rem;font-weight:800}.Onboarding-module___umCla__subtitle{color:#64748b;max-width:500px;margin:0 auto;font-size:1.05rem;line-height:1.5}.Onboarding-module___umCla__sectionsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;margin-bottom:32px;padding:0 48px 32px;display:grid}.Onboarding-module___umCla__sectionCard{border:2px solid var(--gray-200);cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border-radius:16px;flex-direction:column;gap:8px;padding:16px;transition:all .2s;display:flex}.Onboarding-module___umCla__sectionCard:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #0f172a0a}.Onboarding-module___umCla__sectionActive{background-color:#2552e508;border-color:var(--navy,#2552e5)!important}.Onboarding-module___umCla__sectionLocked{cursor:not-allowed;opacity:.85;background-color:#f8fafc;border-color:var(--gray-300)!important}.Onboarding-module___umCla__sectionLocked:hover{box-shadow:none;transform:none}.Onboarding-module___umCla__sectionCardHeader{justify-content:space-between;align-items:center;display:flex}.Onboarding-module___umCla__sectionTitleRow{align-items:center;gap:10px;display:flex}.Onboarding-module___umCla__sectionCheckbox{width:18px;height:18px;accent-color:var(--navy,#2552e5);cursor:pointer}.Onboarding-module___umCla__sectionCardTitle{font-family:var(--font-heading);color:#0f172a;font-size:.95rem;font-weight:700}.Onboarding-module___umCla__lockedBadge{color:#475569;background:#e2e8f0;border-radius:20px;padding:3px 8px;font-size:.72rem;font-weight:700}.Onboarding-module___umCla__sectionCardDesc{color:#64748b;margin:0;font-size:.78rem;line-height:1.4}.Onboarding-module___umCla__actions{justify-content:center;padding:0 48px 48px;display:flex}.Onboarding-module___umCla__submitBtn{background:var(--navy,#2552e5);color:#fff;cursor:pointer;min-height:56px;font-size:1.1rem;font-weight:700;font-family:var(--font-heading);border:none;border-radius:36px;justify-content:center;align-items:center;padding:18px 48px;transition:all .2s;display:flex}.Onboarding-module___umCla__submitBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2552e540}.Onboarding-module___umCla__btnLoading{cursor:not-allowed;box-shadow:none!important;background:#64748b!important;transform:none!important}.Onboarding-module___umCla__spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite Onboarding-module___umCla__spin}@keyframes Onboarding-module___umCla__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Onboarding-module___umCla__slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes Onboarding-module___umCla__spin{to{transform:rotate(360deg)}}@keyframes Onboarding-module___umCla__float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (max-width:640px){.Onboarding-module___umCla__onboardingCard{border-radius:28px;padding:32px 24px}.Onboarding-module___umCla__title{font-size:1.6rem}.Onboarding-module___umCla__sectionsGrid{grid-template-columns:1fr}}
