.VerificationScreen-module__A0zPyW__verifyWrapper{background:var(--bg);justify-content:center;align-items:center;height:100vh;padding:20px;display:flex}.VerificationScreen-module__A0zPyW__verifyCard{background:var(--surface);border-radius:var(--r-lg);text-align:center;border:1px solid var(--border);width:100%;max-width:500px;box-shadow:var(--sh-md);padding:40px;animation:.3s VerificationScreen-module__A0zPyW__fadeIn}.VerificationScreen-module__A0zPyW__verifyIcon{margin-bottom:16px;font-size:48px}.VerificationScreen-module__A0zPyW__verifyTitle{color:var(--text-1);margin-bottom:16px;font-size:24px;font-weight:600}.VerificationScreen-module__A0zPyW__verifyDesc{color:var(--text-2);margin-bottom:12px;line-height:1.6}.VerificationScreen-module__A0zPyW__verifySub{color:var(--text-3);margin-bottom:32px;font-size:14px}.VerificationScreen-module__A0zPyW__btnResend{border-radius:99px;width:100%;padding:14px;font-weight:600;transition:opacity .2s}@keyframes VerificationScreen-module__A0zPyW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.LanguageSwitcher-module__LNnhDq__publicContainer{border-radius:var(--r-xs);background:#ffffff0d;border:1px solid #ffffff1a;align-items:center;gap:8px;padding:4px 8px;display:flex}.LanguageSwitcher-module__LNnhDq__publicLink{font-size:11px;text-decoration:none;transition:color .2s}.LanguageSwitcher-module__LNnhDq__publicLinkActive{color:var(--green);font-weight:600}.LanguageSwitcher-module__LNnhDq__publicLinkInactive{color:#fff6;font-weight:400}.LanguageSwitcher-module__LNnhDq__publicLinkInactive:hover{color:#fffc}.LanguageSwitcher-module__LNnhDq__publicSeparator{color:#ffffff1a;font-size:10px}.LanguageSwitcher-module__LNnhDq__adminContainer{background:#ffffff1a;border:1px solid #ffffff0d;border-radius:20px;width:fit-content;padding:2px;display:flex}.LanguageSwitcher-module__LNnhDq__adminBtn{color:var(--text-3);cursor:pointer;background:0 0;border:none;border-radius:18px;padding:4px 12px;font-size:11px;font-weight:700;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1)}.LanguageSwitcher-module__LNnhDq__adminBtn:hover:not(.LanguageSwitcher-module__LNnhDq__adminBtnActive){color:#fff}.LanguageSwitcher-module__LNnhDq__adminBtnActive{background:var(--green);color:var(--ink);box-shadow:0 2px 4px #0003}
.AdminSidebar-module__5fx-Iq__sidebar{background:var(--nav-bg);color:#fff;border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:260px;transition:transform .3s;display:flex}.AdminSidebar-module__5fx-Iq__profileSection{border-bottom:1px solid #ffffff1a;margin-bottom:8px;padding:24px 20px}.AdminSidebar-module__5fx-Iq__roleLabel{color:var(--green);letter-spacing:1px;font-size:10px}.AdminSidebar-module__5fx-Iq__userName{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-top:6px;font-size:15px;font-weight:600;overflow:hidden}.AdminSidebar-module__5fx-Iq__userEmail{color:#fff9;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;overflow:hidden}.AdminSidebar-module__5fx-Iq__navContainer{flex-direction:column;flex:1;gap:6px;padding:16px 12px;display:flex;overflow-y:auto}.AdminSidebar-module__5fx-Iq__footerSection{border-top:1px solid #ffffff14;flex-direction:column;gap:12px;padding:16px 12px;display:flex}
.ConfirmModal-module__LPLm2a__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0f172a99;justify-content:center;align-items:center;animation:.2s ease-out ConfirmModal-module__LPLm2a__fadeIn;display:flex;position:fixed;inset:0}.ConfirmModal-module__LPLm2a__modalCard{background:var(--surface);border:1px solid var(--border);box-shadow:var(--sh-xl);text-align:center;border-radius:var(--r-lg);width:90%;max-width:400px;padding:24px;animation:.2s ease-out ConfirmModal-module__LPLm2a__slideUp}.ConfirmModal-module__LPLm2a__title{color:var(--text-1);margin-bottom:8px;font-size:18px;font-weight:600}.ConfirmModal-module__LPLm2a__message{color:var(--text-3);margin-bottom:24px;font-size:14px;line-height:1.5}.ConfirmModal-module__LPLm2a__buttonGroup{justify-content:center;gap:12px;display:flex}.ConfirmModal-module__LPLm2a__btnAction{border:none;flex:1}.ConfirmModal-module__LPLm2a__btnDanger{color:#fff;background:#ef4444}.ConfirmModal-module__LPLm2a__btnDanger:hover{background:#dc2626}.ConfirmModal-module__LPLm2a__btnSuccess{background:var(--green);color:var(--ink)}@keyframes ConfirmModal-module__LPLm2a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ConfirmModal-module__LPLm2a__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.AdminClient-module__JLnmtW__layoutContainer{background:var(--bg);width:100vw;height:100vh;display:flex;overflow:hidden}.AdminClient-module__JLnmtW__mainArea{background:var(--bg);flex-direction:column;flex:1;display:flex;overflow-y:auto}.AdminClient-module__JLnmtW__mobileHeaderTitle{color:#fff;margin:0;font-size:16px;font-weight:600}.AdminClient-module__JLnmtW__contentWrapper{width:100%;max-width:1600px;color:var(--text-1);margin:0 auto;padding:40px}
.Navbar-module__uYbhOW__navContainer{background:var(--nav-bg);z-index:1000;border-bottom:1px solid #ffffff14;position:sticky;top:0}.Navbar-module__uYbhOW__navInner{justify-content:space-between;align-items:center;height:80px;display:flex}.Navbar-module__uYbhOW__logoLink{align-items:center;gap:14px;text-decoration:none;display:flex}.Navbar-module__uYbhOW__logoImage{object-fit:contain;width:auto;height:80px}.Navbar-module__uYbhOW__logoTextContainer{text-align:left;flex-direction:column;justify-content:center;display:flex}.Navbar-module__uYbhOW__wordmark{color:#fff;letter-spacing:-.01em;font-size:16px;font-weight:600;line-height:1.2}.Navbar-module__uYbhOW__submark{color:var(--green);text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:500}.Navbar-module__uYbhOW__desktopLinks{align-items:center;gap:32px;display:flex}.Navbar-module__uYbhOW__navLink{color:#ffffffbf;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.Navbar-module__uYbhOW__navLink:hover{color:#fff}.Navbar-module__uYbhOW__actionsGroup{align-items:center;gap:12px;display:flex}.Navbar-module__uYbhOW__signInBtn{color:#ffffffe6;border:1px solid #fff3;padding:8px 16px;font-weight:500}.Navbar-module__uYbhOW__startBtn{box-shadow:var(--sh-sm);padding:10px 20px;font-weight:600}.Navbar-module__uYbhOW__burgerBtn{color:#fff;cursor:pointer;background:0 0;border:none;padding:0 0 0 8px;font-size:28px;display:none}.Navbar-module__uYbhOW__mobileOverlay{background:var(--nav-bg);z-index:2000;flex-direction:column;width:100vw;height:100vh;transition:transform .3s ease-in-out;display:flex;position:fixed;top:0;left:0;transform:translate(100%)}.Navbar-module__uYbhOW__mobileOverlay.Navbar-module__uYbhOW__open{transform:translate(0)}.Navbar-module__uYbhOW__mobileHeader{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.Navbar-module__uYbhOW__mobileMenuTitle{color:#fff;font-size:18px;font-weight:600}.Navbar-module__uYbhOW__closeMenuBtn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:28px}.Navbar-module__uYbhOW__mobileLinksContainer{flex-direction:column;flex:1;gap:24px;padding:32px 24px;display:flex;overflow-y:auto}.Navbar-module__uYbhOW__mobileLink{color:#fff;font-size:20px;font-weight:500;text-decoration:none}.Navbar-module__uYbhOW__mobileDivider{background:#ffffff1a;height:1px;margin:8px 0}.Navbar-module__uYbhOW__mobileActionBtn{justify-content:center;padding:14px;font-size:16px}@media (max-width:1024px){.Navbar-module__uYbhOW__desktopLinks,.Navbar-module__uYbhOW__hideMobile{display:none}.Navbar-module__uYbhOW__burgerBtn{display:block}}@media (max-width:1200px){.Navbar-module__uYbhOW__logoTextContainer{display:none}}
.Footer-module__IS87Ra__footerWrapper{background:var(--nav-bg);color:var(--surface);border-top:1px solid #ffffff14;padding:64px 0 32px}.Footer-module__IS87Ra__layoutGrid{flex-wrap:wrap;gap:40px;margin-bottom:48px;display:flex}.Footer-module__IS87Ra__colBrand{flex:2 280px}.Footer-module__IS87Ra__colLinks{flex:140px}.Footer-module__IS87Ra__logoRow{align-items:center;gap:12px;margin-bottom:16px;display:flex}.Footer-module__IS87Ra__logomark{background:#ffffff0d;border:1px solid #c9a84c33;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.Footer-module__IS87Ra__logoImg{opacity:.9;border-radius:4px}.Footer-module__IS87Ra__wordmark{color:#fff;font-size:18px;line-height:1.1}.Footer-module__IS87Ra__subtitle{color:var(--green);opacity:.9;margin-top:3px}.Footer-module__IS87Ra__description{color:#ffffff8c;max-width:280px;font-size:13px;line-height:1.7}.Footer-module__IS87Ra__colTitle{color:#ffffff4d;margin-bottom:18px}.Footer-module__IS87Ra__linkList{color:#ffffffa6;flex-direction:column;gap:12px;font-size:13.5px;display:flex}.Footer-module__IS87Ra__footerLink{color:#ffffffa6;cursor:pointer;font-size:13.5px;text-decoration:none;transition:color .15s}.Footer-module__IS87Ra__footerLink:hover,.Footer-module__IS87Ra__addressHighlight{color:var(--green)}.Footer-module__IS87Ra__bottomBar{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:24px;display:flex}.Footer-module__IS87Ra__disclaimer{color:#ffffff4d;gap:16px;font-size:12px;line-height:1.5;display:flex}@media (max-width:768px){.Footer-module__IS87Ra__layoutGrid{flex-direction:column}}
.PortalSidebar-module__lY4GDq__sidebarWrapper{background:var(--nav-bg);color:#fff;border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:260px;display:flex}.PortalSidebar-module__lY4GDq__profileSection{border-bottom:1px solid #ffffff1a;margin-bottom:8px;padding:24px 20px}.PortalSidebar-module__lY4GDq__profileHeader{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.PortalSidebar-module__lY4GDq__roleLabel{color:var(--green);letter-spacing:1px;font-size:10px}.PortalSidebar-module__lY4GDq__userName{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-top:6px;font-size:15px;font-weight:600;overflow:hidden}.PortalSidebar-module__lY4GDq__userEmail{color:#fff9;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;overflow:hidden}.PortalSidebar-module__lY4GDq__topSection{border-bottom:1px solid #ffffff1a;padding:16px 20px 24px}.PortalSidebar-module__lY4GDq__caseLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--gold-lt);margin-bottom:5px;font-size:10px;font-weight:600}.PortalSidebar-module__lY4GDq__caseSelect{color:#fff;border-radius:var(--r-xs);cursor:pointer;background:#0003;border:1px solid #fff3;outline:none;width:100%;padding:8px;font-size:14px;font-weight:600}.PortalSidebar-module__lY4GDq__caseOption{color:#000}.PortalSidebar-module__lY4GDq__noCases{color:#ffffff80;font-size:14px}.PortalSidebar-module__lY4GDq__statusBadge{margin-top:12px;font-size:10px;display:inline-block}.PortalSidebar-module__lY4GDq__newCaseBtn{background:var(--green);width:100%;color:var(--green-bg);border-radius:var(--r-xs);cursor:pointer;border:none;margin-top:16px;padding:10px;font-size:13px;font-weight:600;transition:opacity .2s}.PortalSidebar-module__lY4GDq__newCaseBtn:hover{opacity:.9}.PortalSidebar-module__lY4GDq__navContainer{flex-direction:column;flex:1;gap:6px;padding:16px 12px;display:flex;overflow-y:auto}.PortalSidebar-module__lY4GDq__navCategory{color:#fff6;margin-top:8px;padding:0 12px}.PortalSidebar-module__lY4GDq__navCategoryTop{margin-top:16px}.PortalSidebar-module__lY4GDq__sbItem{color:#fff;border-radius:var(--r-sm);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;width:100%;padding:10px 12px;font-size:14px;font-weight:500;transition:color .2s,background .2s;display:flex}.PortalSidebar-module__lY4GDq__sbItem:hover:not(.PortalSidebar-module__lY4GDq__sbItemDisabled):not(.PortalSidebar-module__lY4GDq__sbItemOn){color:#fff9;background:#ffffff0d}.PortalSidebar-module__lY4GDq__sbItemOn{color:var(--gold-lt);background:#ffffff1a;font-weight:600}.PortalSidebar-module__lY4GDq__sbItemDisabled{opacity:.4;cursor:not-allowed}.PortalSidebar-module__lY4GDq__sbIcon{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px;margin-right:12px}.PortalSidebar-module__lY4GDq__footerSection{border-top:1px solid #ffffff14;padding:16px 12px}.PortalSidebar-module__lY4GDq__alertBadge{margin-left:auto;font-size:9px}
.HomePage-module__Hbk-mW__mainLayout{background:var(--bg);flex-direction:column;width:100%;min-height:100vh;display:flex;overflow-x:hidden}
.DashboardTab-module__ZdAWfG__dashboardLayout{padding-bottom:40px;animation:.3s DashboardTab-module__ZdAWfG__fadeIn}@keyframes DashboardTab-module__ZdAWfG__fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.DashboardTab-module__ZdAWfG__emptyState{text-align:center;padding:80px 20px}.DashboardTab-module__ZdAWfG__emptyIcon{margin-bottom:24px;font-size:64px}.DashboardTab-module__ZdAWfG__emptyTitle{color:var(--text-1);margin-bottom:12px;font-size:28px;font-weight:600}.DashboardTab-module__ZdAWfG__emptyDesc{color:var(--text-3);max-width:400px;margin:0 auto 32px;font-size:16px;line-height:1.6}.DashboardTab-module__ZdAWfG__btnNew{padding:14px 28px;font-size:16px}.DashboardTab-module__ZdAWfG__headerSection{margin-bottom:28px}.DashboardTab-module__ZdAWfG__greetingTitle{color:var(--text-1);letter-spacing:-.02em;margin-bottom:6px;font-size:24px;font-weight:600}.DashboardTab-module__ZdAWfG__subtitleText{color:var(--text-3);font-size:14px}.DashboardTab-module__ZdAWfG__actionBanner{background:var(--green-bg);border-radius:var(--r-lg);border:1px solid #88c94c38;align-items:center;gap:16px;margin-bottom:24px;padding:18px 20px;display:flex}.DashboardTab-module__ZdAWfG__actionIconWrap{background:var(--surface);border:1px solid #6fc94c4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.DashboardTab-module__ZdAWfG__actionTextCol{flex:1}.DashboardTab-module__ZdAWfG__actionTitle{color:var(--green);letter-spacing:-.01em;margin-bottom:3px;font-size:15px;font-weight:600}.DashboardTab-module__ZdAWfG__actionDesc{color:var(--text-3);font-size:13px}.DashboardTab-module__ZdAWfG__retainerCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--sh-sm);align-items:center;gap:16px;margin-bottom:32px;padding:20px;display:flex}.DashboardTab-module__ZdAWfG__retainerIcon{font-size:32px}.DashboardTab-module__ZdAWfG__retainerInfo{flex:1}.DashboardTab-module__ZdAWfG__retainerTitle{color:var(--text-1);margin-bottom:4px;font-size:16px;font-weight:600}.DashboardTab-module__ZdAWfG__retainerDesc{color:var(--text-4);font-size:13px}.DashboardTab-module__ZdAWfG__btnRetainer{white-space:nowrap;font-size:13px}.DashboardTab-module__ZdAWfG__statsGrid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px;display:grid}.DashboardTab-module__ZdAWfG__statCard{background:var(--surface);border:1px solid var(--border);box-shadow:var(--sh-xs);border-radius:var(--r-md);padding:20px}.DashboardTab-module__ZdAWfG__statLabel{color:var(--text-4);margin-bottom:8px}.DashboardTab-module__ZdAWfG__statValue{font-size:18px;font-weight:600}.DashboardTab-module__ZdAWfG__evidenceSection{border-top:1px solid var(--border);padding-top:32px}.DashboardTab-module__ZdAWfG__evidenceTitle{color:var(--text-1);letter-spacing:-.02em;margin-bottom:6px;font-size:20px;font-weight:600}.DashboardTab-module__ZdAWfG__evidenceSubtitle{color:var(--text-3);margin-bottom:24px;font-size:13px}.DashboardTab-module__ZdAWfG__uploadZone{background:var(--surface);border:2px dashed var(--border);border-radius:var(--r-lg);text-align:center;cursor:pointer;margin-bottom:24px;padding:32px;transition:border-color .2s,background-color .2s;display:block}.DashboardTab-module__ZdAWfG__uploadZone:hover{background:var(--bg-2)}.DashboardTab-module__ZdAWfG__uploadZone.DashboardTab-module__ZdAWfG__isUploading{cursor:wait;opacity:.6}.DashboardTab-module__ZdAWfG__uploadIcon{color:var(--text-3);margin-bottom:12px;font-size:32px}.DashboardTab-module__ZdAWfG__uploadText{color:var(--text-1);margin-bottom:4px;font-size:16px;font-weight:600}.DashboardTab-module__ZdAWfG__uploadLimit{color:var(--text-4);margin-top:8px;font-size:11.5px}.DashboardTab-module__ZdAWfG__evidenceGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.DashboardTab-module__ZdAWfG__emptyEvidState{text-align:center;color:var(--text-4);background:var(--surface);border-radius:var(--r-md);border:1px dashed var(--border);grid-column:1/-1;padding:40px;font-size:14px}.DashboardTab-module__ZdAWfG__evidenceItem{background:var(--surface);border-radius:var(--r-md);border:1px solid var(--border);box-shadow:var(--sh-xs);flex-direction:column;padding:16px;display:flex}.DashboardTab-module__ZdAWfG__evidenceImgWrap{border-radius:var(--r-sm);border:1px solid var(--bg-2);height:160px;margin-bottom:12px;display:block;position:relative;overflow:hidden}.DashboardTab-module__ZdAWfG__evidenceImg{object-fit:cover}.DashboardTab-module__ZdAWfG__evidenceName{color:var(--text-1);text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-size:13px;font-weight:600;overflow:hidden}.DashboardTab-module__ZdAWfG__evidenceDate{color:var(--text-4);margin-bottom:16px;font-size:11px}.DashboardTab-module__ZdAWfG__btnDelete{color:#991b1b;border-radius:var(--r-xs);cursor:pointer;background:#fee2e2;border:1px solid #f87171;margin-top:auto;padding:8px;font-size:12px;font-weight:600;transition:opacity .2s}.DashboardTab-module__ZdAWfG__btnDelete:hover{opacity:.8}.DashboardTab-module__ZdAWfG__btnDeleteDisabled{background:var(--bg-2);color:var(--text-4);border:1px solid var(--border);cursor:not-allowed}@media (max-width:900px){.DashboardTab-module__ZdAWfG__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.DashboardTab-module__ZdAWfG__actionBanner,.DashboardTab-module__ZdAWfG__retainerCard{text-align:center;flex-direction:column}.DashboardTab-module__ZdAWfG__statsGrid{grid-template-columns:1fr}}
.RetainerTab-module__o2p2EW__containerFade{animation:.3s RetainerTab-module__o2p2EW__fadeIn}@keyframes RetainerTab-module__o2p2EW__fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.RetainerTab-module__o2p2EW__headerTitle{color:var(--text-1);letter-spacing:-.02em;margin-bottom:6px;font-size:24px;font-weight:600}.RetainerTab-module__o2p2EW__headerSubtitle{color:var(--text-3);margin-bottom:24px;font-size:14px}.RetainerTab-module__o2p2EW__lockedState{text-align:center;background:var(--surface);border:1px dashed var(--border);border-radius:var(--r-lg);padding:80px 20px;animation:.3s RetainerTab-module__o2p2EW__fadeIn}.RetainerTab-module__o2p2EW__lockedIcon{margin-bottom:16px;font-size:56px}.RetainerTab-module__o2p2EW__lockedTitle{color:var(--text-1);margin-bottom:8px;font-size:20px;font-weight:600}.RetainerTab-module__o2p2EW__lockedDesc{color:var(--text-3);max-width:400px;margin:0 auto;font-size:14px;line-height:1.6}.RetainerTab-module__o2p2EW__cardContainer{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-sm);overflow:hidden}.RetainerTab-module__o2p2EW__cardHeader{border-bottom:1px solid var(--border);background:var(--bg-2);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.RetainerTab-module__o2p2EW__cardTitle{color:var(--text-1);font-size:16px;font-weight:600}.RetainerTab-module__o2p2EW__cardBody{padding:24px}.RetainerTab-module__o2p2EW__documentScrollBox{border:1px solid var(--border);border-radius:var(--r-sm);color:#334155;background:#f8fafc;height:400px;margin-bottom:32px;padding:24px;font-size:13px;line-height:1.7;overflow-y:auto}.RetainerTab-module__o2p2EW__docTitle{text-align:center;color:#0f172a;margin-bottom:8px;font-size:16px}.RetainerTab-module__o2p2EW__docSubtitle{text-align:center;color:#0f172a;margin-bottom:24px;font-size:14px}.RetainerTab-module__o2p2EW__docSectionTitle{color:#0f172a;margin-top:24px;margin-bottom:8px;font-size:14px;font-weight:700}.RetainerTab-module__o2p2EW__docParagraph{margin-bottom:16px}.RetainerTab-module__o2p2EW__formSectionTitle{color:var(--text-1);margin-bottom:16px;font-size:16px;font-weight:600}.RetainerTab-module__o2p2EW__formGrid{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.RetainerTab-module__o2p2EW__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.RetainerTab-module__o2p2EW__inputPrintedName{padding:12px 16px;font-family:Instrument Serif,serif;font-size:20px}.RetainerTab-module__o2p2EW__requiredAsterisk{color:#ef4444}.RetainerTab-module__o2p2EW__signatureContainer{margin-bottom:24px}.RetainerTab-module__o2p2EW__canvasWrapper{border:1px solid var(--border);border-radius:var(--r-sm);background:#fff;width:100%;height:200px;box-shadow:inset 0 2px 4px #0000000d}.RetainerTab-module__o2p2EW__clearBtnWrap{text-align:right;margin-top:8px}.RetainerTab-module__o2p2EW__clearBtn{color:var(--text-4);cursor:pointer;background:0 0;border:none;font-size:12px;font-weight:600}.RetainerTab-module__o2p2EW__clearBtn:hover{color:var(--text-2)}.RetainerTab-module__o2p2EW__submitBtn{padding:16px;font-size:16px}.RetainerTab-module__o2p2EW__successContainer{flex-direction:column;gap:24px;animation:.3s RetainerTab-module__o2p2EW__fadeIn;display:flex}.RetainerTab-module__o2p2EW__successBanner{background:var(--green-bg);border:1px solid var(--green-border);border-radius:var(--r-sm);align-items:center;gap:16px;padding:16px;display:flex}.RetainerTab-module__o2p2EW__successIcon{font-size:28px}.RetainerTab-module__o2p2EW__successTitle{color:var(--green);margin-bottom:4px;font-size:15px;font-weight:600}.RetainerTab-module__o2p2EW__successSub{color:var(--green);opacity:.9;font-size:13px}.RetainerTab-module__o2p2EW__actionRow{gap:12px;display:flex}.RetainerTab-module__o2p2EW__btnView{text-align:center;flex:1;justify-content:center;align-items:center;text-decoration:none;display:flex}.RetainerTab-module__o2p2EW__btnDelete{color:#991b1b;background:#fee2e2;border:1px solid #f87171;transition:opacity .2s}.RetainerTab-module__o2p2EW__btnDelete:hover{opacity:.8}.RetainerTab-module__o2p2EW__btnDeleteDisabled{background:var(--bg-2);color:var(--text-4);border:1px solid var(--border);cursor:not-allowed}@media (max-width:768px){.RetainerTab-module__o2p2EW__formRow{grid-template-columns:1fr}.RetainerTab-module__o2p2EW__actionRow{flex-direction:column}}
.MessagesTab-module__aoRS3W__container{flex-direction:column;height:calc(100vh - 120px);display:flex}.MessagesTab-module__aoRS3W__headerTitle{color:var(--text-1);letter-spacing:-.02em;margin-bottom:20px;font-size:24px;font-weight:600}.MessagesTab-module__aoRS3W__chatBox{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-sm);flex-direction:column;flex:1;display:flex;overflow:hidden}.MessagesTab-module__aoRS3W__chatHeader{border-bottom:1px solid var(--border);background:var(--bg-2);align-items:center;gap:12px;padding:16px 20px;display:flex}.MessagesTab-module__aoRS3W__avatar{background:var(--nav-bg);width:40px;height:40px;color:var(--green);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.MessagesTab-module__aoRS3W__headerName{color:var(--text-1);font-size:15px;font-weight:600}.MessagesTab-module__aoRS3W__headerStatus{color:var(--green);font-size:12px;font-weight:600}.MessagesTab-module__aoRS3W__messageList{background:var(--bg);flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.MessagesTab-module__aoRS3W__emptyState{text-align:center;color:var(--text-4);margin-top:40px;font-size:14px}.MessagesTab-module__aoRS3W__sysMsgWrap{text-align:center;margin:10px 0;padding:10px}.MessagesTab-module__aoRS3W__sysMsgText{color:var(--text-4);background:var(--border);border-radius:20px;padding:6px 14px;font-size:11px;font-weight:500}.MessagesTab-module__aoRS3W__msgRow{gap:12px;max-width:80%;display:flex}.MessagesTab-module__aoRS3W__msgRowClient{align-self:flex-end}.MessagesTab-module__aoRS3W__msgRowStaff{align-self:flex-start}.MessagesTab-module__aoRS3W__msgAvatarSm{background:var(--nav-bg);width:32px;height:32px;color:var(--green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex}.MessagesTab-module__aoRS3W__bubble{box-shadow:var(--sh-xs);padding:14px 18px;font-size:14px;line-height:1.6}.MessagesTab-module__aoRS3W__bubbleClient{background:var(--green-bg);color:var(--text-1);border:1px solid #74c94c4d;border-radius:14px 14px 4px}.MessagesTab-module__aoRS3W__bubbleStaff{background:var(--surface);color:var(--text-1);border:1px solid var(--border);border-radius:14px 14px 14px 4px}.MessagesTab-module__aoRS3W__msgTime{color:var(--text-4);margin-top:8px;font-size:11px;font-weight:500}.MessagesTab-module__aoRS3W__timeRight{text-align:right}.MessagesTab-module__aoRS3W__timeLeft{text-align:left}.MessagesTab-module__aoRS3W__inputArea{border-top:1px solid var(--border);background:var(--surface);gap:12px;padding:14px 20px;display:flex}.MessagesTab-module__aoRS3W__msgInput{border-radius:99px;flex:1;padding:12px 16px;font-size:14px}.MessagesTab-module__aoRS3W__btnSend{border-radius:99px;padding:0 24px}
.SettingsTab-module__vuV7Ma__container{max-width:800px;margin:0 auto;padding-bottom:40px;animation:.3s SettingsTab-module__vuV7Ma__fadeIn}@keyframes SettingsTab-module__vuV7Ma__fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.SettingsTab-module__vuV7Ma__title{color:var(--text-1);letter-spacing:-.02em;margin-bottom:8px;font-size:28px;font-weight:600}.SettingsTab-module__vuV7Ma__subtitle{color:var(--text-3);margin-bottom:32px;font-size:14px}.SettingsTab-module__vuV7Ma__card{background:var(--surface);border-radius:var(--r-md);border:1px solid var(--border);box-shadow:var(--sh-sm);margin-bottom:24px;padding:24px}.SettingsTab-module__vuV7Ma__cardTitle{color:var(--text-1);border-bottom:1px solid var(--bg-2);align-items:center;gap:8px;margin-bottom:20px;padding-bottom:12px;font-size:18px;font-weight:600;display:flex}.SettingsTab-module__vuV7Ma__cardDesc{color:var(--text-3);margin-bottom:20px;font-size:13px}.SettingsTab-module__vuV7Ma__formGrid2{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.SettingsTab-module__vuV7Ma__fieldGroup{flex-direction:column;gap:8px;display:flex}.SettingsTab-module__vuV7Ma__buttonGroup{justify-content:flex-end;margin-top:24px;display:flex}.SettingsTab-module__vuV7Ma__formActions{justify-content:space-between;align-items:center;margin-top:24px;display:flex}.SettingsTab-module__vuV7Ma__warningBox{border-radius:var(--r-sm);background:#ef44440d;border:1px dashed #ef4444;flex-direction:column;gap:8px;margin-bottom:20px;padding:16px;display:flex}.SettingsTab-module__vuV7Ma__unlockRow{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.SettingsTab-module__vuV7Ma__unlockedForm{background:var(--bg-2);border-radius:var(--r-sm);border:1px dashed var(--border);padding:20px;animation:.3s SettingsTab-module__vuV7Ma__fadeIn}.SettingsTab-module__vuV7Ma__eyeBtn{cursor:pointer;color:var(--text-4);background:0 0;border:none;padding:4px;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.SettingsTab-module__vuV7Ma__dangerCard{border-radius:var(--r-md);background:#fef2f2;border:1px solid #fca5a5;margin-top:40px;padding:24px}.SettingsTab-module__vuV7Ma__dangerTitle{color:#b91c1c;align-items:center;gap:8px;margin-bottom:8px;font-size:18px;font-weight:600;display:flex}.SettingsTab-module__vuV7Ma__dangerDesc{color:#991b1b;margin-bottom:24px;font-size:13px;line-height:1.5}.SettingsTab-module__vuV7Ma__deleteConfirmArea{border-radius:var(--r-sm);background:#fff;border:1px dashed #fca5a5;padding:16px;animation:.3s SettingsTab-module__vuV7Ma__fadeIn}.SettingsTab-module__vuV7Ma__btnDanger{color:#fff;border-radius:var(--r-sm);cursor:pointer;background:#dc2626;border:none;padding:10px 16px;font-weight:600;transition:opacity .2s}.SettingsTab-module__vuV7Ma__btnDanger:hover{opacity:.9}.SettingsTab-module__vuV7Ma__confirmInput{letter-spacing:1px;background:#fff;border:1px solid #fca5a5;width:100%;max-width:300px;margin-bottom:16px;font-weight:700}.SettingsTab-module__vuV7Ma__confirmLabel{color:#991b1b;margin-bottom:12px;font-size:13px;font-weight:600;display:block}.SettingsTab-module__vuV7Ma__btnRow{gap:12px;display:flex}@media (max-width:600px){.SettingsTab-module__vuV7Ma__formGrid2{grid-template-columns:1fr}.SettingsTab-module__vuV7Ma__unlockRow{flex-direction:column;align-items:stretch}}
.QualifyPage-module__PPaRHW__navContainer{background:var(--nav-bg);z-index:1000;border-bottom:1px solid #ffffff14;position:sticky;top:0}.QualifyPage-module__PPaRHW__navInner{justify-content:space-between;align-items:center;height:80px;display:flex}.QualifyPage-module__PPaRHW__navLogo{align-items:center;gap:14px;text-decoration:none;display:flex}.QualifyPage-module__PPaRHW__logoImg{object-fit:contain;width:auto;height:80px}.QualifyPage-module__PPaRHW__logoTextWrap{text-align:left;flex-direction:column;justify-content:center;display:flex}.QualifyPage-module__PPaRHW__navWordmark{color:#fff;letter-spacing:-.01em;font-size:16px;font-weight:600;line-height:1.2}.QualifyPage-module__PPaRHW__navSub{color:var(--green);text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:500}.QualifyPage-module__PPaRHW__navActions{align-items:center;gap:16px;display:flex}.QualifyPage-module__PPaRHW__mainWrap{background:var(--bg);flex-direction:column;min-height:calc(50vh - 130px);display:flex}
.LoginForm-module__t3DgAq__formLayout{flex-direction:column;gap:16px;display:flex}.LoginForm-module__t3DgAq__textCenter{text-align:center}.LoginForm-module__t3DgAq__inputField{background-color:var(--bg-2)}.LoginForm-module__t3DgAq__inputError{border-color:#ef4444}.LoginForm-module__t3DgAq__errorText{color:#ef4444;margin-top:4px;font-size:12px;font-weight:500;display:block}.LoginForm-module__t3DgAq__forgotTitle{color:var(--text-1);margin-bottom:8px}.LoginForm-module__t3DgAq__forgotDesc{color:var(--text-3);margin-bottom:8px;font-size:14px}.LoginForm-module__t3DgAq__forgotDescMargin{margin-bottom:20px}.LoginForm-module__t3DgAq__cancelLink{color:var(--text-4);cursor:pointer;margin-top:12px;font-size:13px;font-weight:500;text-decoration:underline;display:inline-block}.LoginForm-module__t3DgAq__forgotPassLink{color:var(--green);cursor:pointer;font-size:13px;font-weight:600}.LoginForm-module__t3DgAq__otpIcon{margin-bottom:8px;font-size:40px}.LoginForm-module__t3DgAq__otpInput{letter-spacing:4px;text-align:center;font-size:18px}.LoginForm-module__t3DgAq__submitBtn{box-shadow:var(--sh-md);margin-top:8px;padding:14px;font-size:15px;font-weight:600}.LoginForm-module__t3DgAq__labelRow{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.LoginForm-module__t3DgAq__labelNoMargin{margin-bottom:0}
.ContactForm-module__UoqRnG__formLayout{flex-direction:column;gap:18px;display:flex}.ContactForm-module__UoqRnG__inputField{background-color:var(--bg-2);width:100%;padding:12px 14px}.ContactForm-module__UoqRnG__inputError{border-color:#ef4444}.ContactForm-module__UoqRnG__errorText{color:#ef4444;margin-top:6px;font-size:12px;font-weight:500;display:block}.ContactForm-module__UoqRnG__requiredMark{color:#ef4444}.ContactForm-module__UoqRnG__checkboxGroup{align-items:flex-start;gap:12px;margin-bottom:8px;display:flex}.ContactForm-module__UoqRnG__checkboxLabel{color:var(--text-3);cursor:pointer;margin:0;font-size:12px;line-height:1.5}.ContactForm-module__UoqRnG__checkboxInput{cursor:pointer;flex-shrink:0;margin-top:2px;margin-right:.5em}.ContactForm-module__UoqRnG__submitBtn{box-shadow:var(--sh-md);margin-top:8px;padding:14px;font-size:15px;font-weight:600;transition:opacity .2s}.ContactForm-module__UoqRnG__successBox{text-align:center;background:var(--green-bg);border:1px solid var(--green-border);border-radius:var(--r-md);box-shadow:var(--sh-sm);padding:40px 32px;animation:.5s ContactForm-module__UoqRnG__fadeIn}.ContactForm-module__UoqRnG__successIcon{margin-bottom:16px;font-size:48px;animation:.4s ContactForm-module__UoqRnG__scalePop}.ContactForm-module__UoqRnG__successTitle{color:var(--green);letter-spacing:-.01em;margin-bottom:8px;font-size:20px;font-weight:600}.ContactForm-module__UoqRnG__successDesc{color:var(--green);opacity:.85;margin-bottom:28px;font-size:14.5px}.ContactForm-module__UoqRnG__resetBtn{border-color:var(--green-border);color:var(--green);background:#ffffff80;padding:10px 20px;font-weight:500}@keyframes ContactForm-module__UoqRnG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ContactForm-module__UoqRnG__scalePop{0%{opacity:0;transform:scale(.8)}60%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}
.FaqAccordion-module__TYvVta__container{flex-direction:column;gap:8px;display:flex}.FaqAccordion-module__TYvVta__card{cursor:pointer;transition:border-color .15s}.FaqAccordion-module__TYvVta__header{justify-content:space-between;align-items:center;display:flex}.FaqAccordion-module__TYvVta__question{color:var(--text-1);letter-spacing:-.01em;padding-right:16px;font-size:15px;font-weight:500}.FaqAccordion-module__TYvVta__icon{flex-shrink:0;transition:transform .2s}.FaqAccordion-module__TYvVta__iconOpen{transform:rotate(45deg)}.FaqAccordion-module__TYvVta__answer{color:var(--text-2);border-top:1px solid var(--border);margin-top:12px;padding-top:12px;font-size:14px;line-height:1.72}
.LoginPage-module__bGkjgG__mainWrapper{background:var(--bg);justify-content:center;align-items:center;min-height:calc(100vh - 130px);padding:60px 24px;display:flex}.LoginPage-module__bGkjgG__cardContainer{width:100%;max-width:420px}.LoginPage-module__bGkjgG__loginCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--sh-lg);padding:40px 32px}.LoginPage-module__bGkjgG__header{text-align:center;margin-bottom:32px}.LoginPage-module__bGkjgG__logoWrap{background:var(--green-bg);width:48px;height:48px;box-shadow:var(--sh-xs);border:1px solid #c9a84c33;border-radius:12px;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.LoginPage-module__bGkjgG__logoImg{object-fit:contain;border-radius:10px;width:auto;height:40px}.LoginPage-module__bGkjgG__title{letter-spacing:-.02em;color:var(--text-1);margin-bottom:8px;font-size:24px;font-weight:600}.LoginPage-module__bGkjgG__subtitle{color:var(--text-3);font-size:14px}.LoginPage-module__bGkjgG__footerText{text-align:center;color:var(--text-3);margin-top:24px;font-size:13.5px}.LoginPage-module__bGkjgG__signupLink{color:var(--green);cursor:pointer;font-weight:600;text-decoration:none;transition:color .2s}.LoginPage-module__bGkjgG__signupLink:hover{color:var(--green-lt)}
.ContactPage-module__ovGfuG__heroSection{background:var(--nav-bg);text-align:center;border-bottom:1px solid #ffffff14;padding:80px 0 60px}.ContactPage-module__ovGfuG__heroTitle{color:var(--green);margin-bottom:16px}.ContactPage-module__ovGfuG__heroSubtitle{color:#ffffffa6;font-size:18px;line-height:1.6}.ContactPage-module__ovGfuG__mainSection{background:var(--bg);padding:80px 0}.ContactPage-module__ovGfuG__layoutGrid{gap:40px;max-width:1000px;margin:0 auto;display:grid}.ContactPage-module__ovGfuG__imgArea{grid-area:img}.ContactPage-module__ovGfuG__infoArea{flex-direction:column;grid-area:info;gap:16px;display:flex}.ContactPage-module__ovGfuG__formArea{grid-area:form}.ContactPage-module__ovGfuG__contactImage{object-fit:cover;border-radius:var(--r-md);width:100%;height:auto;min-height:350px;box-shadow:var(--sh-md);border:1px solid #0f172a0d}.ContactPage-module__ovGfuG__infoCard{box-shadow:var(--sh-xs);align-items:center;gap:16px;display:flex}.ContactPage-module__ovGfuG__iconWrap{background:var(--ocean-bg);width:44px;height:44px;color:var(--green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ContactPage-module__ovGfuG__infoLabel{color:var(--text-4);margin-bottom:2px}.ContactPage-module__ovGfuG__infoValue{color:var(--text-1);font-size:15px;font-weight:600}.ContactPage-module__ovGfuG__infoLink{color:var(--text-1);cursor:pointer;text-decoration:none;transition:color .2s}.ContactPage-module__ovGfuG__infoLink:hover{color:var(--green)}.ContactPage-module__ovGfuG__formCard{border:1px solid var(--border);max-width:800px;margin:0 auto;padding:40px 32px}.ContactPage-module__ovGfuG__formTitle{letter-spacing:-.01em;color:var(--text-1);text-align:center;margin-bottom:8px;font-size:24px;font-weight:600}.ContactPage-module__ovGfuG__formSubtitle{color:var(--text-3);text-align:center;margin-bottom:32px;font-size:14px}.ContactPage-module__ovGfuG__benefitsText{color:var(--text-1);font-size:15px;font-weight:600;line-height:1.8}@media (min-width:900px){.ContactPage-module__ovGfuG__layoutGrid{grid-template-columns:1fr 1fr;grid-template-areas:"img info""form form";align-items:center}}@media (max-width:899px){.ContactPage-module__ovGfuG__layoutGrid{flex-direction:column;display:flex}.ContactPage-module__ovGfuG__infoArea{order:1}.ContactPage-module__ovGfuG__formArea{order:2}.ContactPage-module__ovGfuG__imgArea{order:3}}
.FaqPage-module__VqeKLG__heroSection{background:var(--nav-bg);text-align:center;border-bottom:1px solid #ffffff14;padding:80px 0 60px}.FaqPage-module__VqeKLG__heroTitle{color:var(--green);margin-bottom:16px}.FaqPage-module__VqeKLG__heroSubtitle{color:#ffffffa6;font-size:18px;line-height:1.6}.FaqPage-module__VqeKLG__mainSection{background:var(--bg);padding:80px 0}.FaqPage-module__VqeKLG__contentLayout{flex-wrap:wrap;align-items:flex-start;gap:52px;max-width:1050px;margin:0 auto;display:flex}.FaqPage-module__VqeKLG__faqCol{flex:500px}.FaqPage-module__VqeKLG__bottomCtaWrap{text-align:center;margin-top:48px}.FaqPage-module__VqeKLG__bottomBtn{box-shadow:var(--sh-md);text-decoration:none}.FaqPage-module__VqeKLG__sidebarCol{flex:280px;align-self:flex-start;position:sticky;top:100px}.FaqPage-module__VqeKLG__sidebarCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);text-align:center;box-shadow:var(--sh-sm);padding:24px}.FaqPage-module__VqeKLG__sidebarIconWrap{background:var(--ocean-bg);width:48px;height:48px;color:var(--green);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.FaqPage-module__VqeKLG__sidebarTitle{color:var(--text-1);letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px;font-size:12px;font-weight:700}.FaqPage-module__VqeKLG__sidebarDesc{color:var(--text-3);margin-bottom:20px;font-size:14px;line-height:1.5}.FaqPage-module__VqeKLG__sidebarBtn{padding:12px;font-size:14px;text-decoration:none}@media (max-width:900px){.FaqPage-module__VqeKLG__sidebarCol{position:relative;top:0}}
.HowItWorksPage-module__qk2I_W__heroSection{background:var(--nav-bg);text-align:center;border-bottom:1px solid #ffffff14;padding:80px 0 60px}.HowItWorksPage-module__qk2I_W__heroTitle{color:var(--green);margin-bottom:16px}.HowItWorksPage-module__qk2I_W__heroSubtitle{color:#ffffffa6;font-size:18px;line-height:1.6}.HowItWorksPage-module__qk2I_W__mainSection{background:var(--bg);padding:80px 0}.HowItWorksPage-module__qk2I_W__contentLayout{flex-wrap:wrap;align-items:flex-start;gap:60px;max-width:1050px;margin:0 auto;display:flex}.HowItWorksPage-module__qk2I_W__timelineCol{flex-direction:column;flex:500px;gap:0;display:flex}.HowItWorksPage-module__qk2I_W__stepWrapper{gap:24px;padding-bottom:40px;display:flex;position:relative}.HowItWorksPage-module__qk2I_W__stepLine{background:var(--border);width:2px;position:absolute;top:42px;bottom:0;left:23px}.HowItWorksPage-module__qk2I_W__stepCircle{background:var(--surface);z-index:1;width:48px;height:48px;box-shadow:var(--sh-sm);border:2px solid #0ea5e940;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.HowItWorksPage-module__qk2I_W__stepNumber{color:var(--ocean);font-size:18px}.HowItWorksPage-module__qk2I_W__stepContent{padding-top:10px}.HowItWorksPage-module__qk2I_W__stepLabel{color:var(--text-4);margin-bottom:6px}.HowItWorksPage-module__qk2I_W__stepTitle{letter-spacing:-.01em;color:var(--text-1);margin-bottom:8px;font-size:19px;font-weight:600}.HowItWorksPage-module__qk2I_W__stepDesc{color:var(--text-2);line-height:1.65}.HowItWorksPage-module__qk2I_W__stepFinalCircle{background:var(--green-pale);border-color:var(--green);box-shadow:var(--sh-green)}.HowItWorksPage-module__qk2I_W__stepFinalNumber{color:var(--text-1);font-weight:600}.HowItWorksPage-module__qk2I_W__stepFinalLabel{color:var(--green)}.HowItWorksPage-module__qk2I_W__bottomCta{text-align:center;margin-top:64px}.HowItWorksPage-module__qk2I_W__bottomBtn{box-shadow:var(--sh-md);text-decoration:none}.HowItWorksPage-module__qk2I_W__sidebarCol{flex-direction:column;flex:300px;gap:16px;display:flex;position:sticky;top:100px}.HowItWorksPage-module__qk2I_W__summaryCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--sh-sm);padding:20px}.HowItWorksPage-module__qk2I_W__summaryTitle{color:var(--text-4);letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px;font-size:11px;font-weight:700}.HowItWorksPage-module__qk2I_W__summaryList{flex-direction:column;gap:4px;display:flex}.HowItWorksPage-module__qk2I_W__summaryItemActive{background:var(--ocean-bg);border-radius:10px;align-items:center;gap:12px;padding:10px 12px;display:flex}.HowItWorksPage-module__qk2I_W__summaryIconActive{background:var(--green);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:flex}.HowItWorksPage-module__qk2I_W__summaryTextActive{color:var(--green);flex:1;font-size:13px;font-weight:600}.HowItWorksPage-module__qk2I_W__summaryTimeActive{color:var(--green);opacity:.8;font-family:monospace;font-size:11px}.HowItWorksPage-module__qk2I_W__summaryItem{border-radius:10px;align-items:center;gap:12px;padding:10px 12px;transition:background .2s;display:flex}.HowItWorksPage-module__qk2I_W__summaryIcon{background:var(--bg-2);border:1px solid var(--border-md);width:22px;height:22px;color:var(--text-3);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex}.HowItWorksPage-module__qk2I_W__summaryText{color:var(--text-2);flex:1;font-size:13px;font-weight:500}.HowItWorksPage-module__qk2I_W__summaryTime{color:var(--text-4);font-family:monospace;font-size:11px}.HowItWorksPage-module__qk2I_W__statsCard{background:var(--nav-bg);border-radius:var(--r-md);text-align:center;box-shadow:var(--sh-md);padding:24px}.HowItWorksPage-module__qk2I_W__statsTitle{color:#ffffff80;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:600}.HowItWorksPage-module__qk2I_W__statsValue{color:#fff;letter-spacing:-.02em;margin-bottom:6px;font-family:Instrument Serif,serif;font-size:44px;line-height:1}.HowItWorksPage-module__qk2I_W__statsDesc{color:#fff9;margin-bottom:20px;font-size:13px}.HowItWorksPage-module__qk2I_W__statsBtn{padding:12px;font-size:14px;text-decoration:none}@media (max-width:1024px){.HowItWorksPage-module__qk2I_W__sidebarCol{position:relative;top:0}}
.ResetPassword-module__4rSQFW__pageWrapper{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.ResetPassword-module__4rSQFW__mainLayout{flex:1;justify-content:center;align-items:center;padding:40px 20px;display:flex}.ResetPassword-module__4rSQFW__formContainer{width:100%;max-width:480px}.ResetPassword-module__4rSQFW__loadingFallback{text-align:center;color:var(--text-3);padding:40px}.ResetPassword-module__4rSQFW__successBox{text-align:center;background:var(--green-bg);border:1px solid var(--green-border);border-radius:var(--r-md);padding:40px}.ResetPassword-module__4rSQFW__successIcon{margin-bottom:16px;font-size:48px}.ResetPassword-module__4rSQFW__successTitle{color:var(--green);margin-bottom:8px;font-size:24px;font-weight:600}.ResetPassword-module__4rSQFW__successDesc{color:var(--text-3);font-size:15px}.ResetPassword-module__4rSQFW__cardElevated{background:var(--surface);border-radius:var(--r-lg);box-shadow:var(--sh-md);padding:40px}.ResetPassword-module__4rSQFW__formTitle{color:var(--text-1);text-align:center;margin-bottom:8px;font-size:28px;font-weight:600}.ResetPassword-module__4rSQFW__formDesc{color:var(--text-3);text-align:center;margin-bottom:28px;font-size:14px}.ResetPassword-module__4rSQFW__errorAlert{border-radius:var(--r-sm);color:#991b1b;text-align:center;background:#fee2e2;border:1px solid #f87171;margin-bottom:20px;padding:12px;font-size:13px;font-weight:500}.ResetPassword-module__4rSQFW__formLayout{flex-direction:column;gap:16px;display:flex}.ResetPassword-module__4rSQFW__inputField{width:100%;padding:12px 14px}.ResetPassword-module__4rSQFW__inputError{border-color:#ef4444}.ResetPassword-module__4rSQFW__errorText{color:#ef4444;margin-top:4px;font-size:12px;font-weight:500;display:block}.ResetPassword-module__4rSQFW__submitBtn{margin-top:16px;padding:14px;font-size:16px}
