:root{--primary:#10b981;--primary-hover:#059669;--accent:#10b981;--accent-soft:#ecfdf5;--bg-main:#f8fafc;--text-main:#0f172a;--text-muted:#64748b;--border-color:#e2e8f0;--card-radius:32px}.Admin-module__cvzioq__container{background-color:var(--bg-main);min-height:100vh;font-family:var(--font-manrope), sans-serif;flex-direction:column;display:flex}.Admin-module__cvzioq__header{box-sizing:border-box;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-color);z-index:2000;background:#fffffffa;flex-shrink:0;justify-content:space-between;align-items:center;height:72px;padding:0 40px;display:flex;position:sticky;top:0;box-shadow:0 4px 30px #0f172a08}.Admin-module__cvzioq__logo{color:var(--text-main);letter-spacing:-1px;font-size:24px;font-weight:1000}.Admin-module__cvzioq__logo span{color:var(--primary)}.Admin-module__cvzioq__nav{gap:8px;display:flex}.Admin-module__cvzioq__navItem{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:12px;padding:10px 20px;font-size:13px;font-weight:800;transition:all .2s}.Admin-module__cvzioq__navItem.Admin-module__cvzioq__active{color:var(--text-main);background:#f1f5f9}.Admin-module__cvzioq__logoutBtn{color:#e11d48;cursor:pointer;background:#fff1f2;border:none;border-radius:12px;padding:10px 20px;font-size:13px;font-weight:800}.Admin-module__cvzioq__statsSection{background:var(--bg-main);flex-shrink:0;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;padding:40px 40px 16px;display:grid}.Admin-module__cvzioq__statCard{background:#fff;border:1px solid #f1f5f9;border-radius:24px;flex:1;align-items:center;gap:16px;padding:24px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.Admin-module__cvzioq__statCard:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 12px 24px -8px #00000014}.Admin-module__cvzioq__statIcon{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Admin-module__cvzioq__statContent{flex-direction:column;gap:4px;display:flex}.Admin-module__cvzioq__statLabel{text-transform:uppercase;color:var(--text-muted);letter-spacing:1px;font-size:11px;font-weight:1000}.Admin-module__cvzioq__statValue{color:var(--text-main);letter-spacing:-.5px;font-size:20px;font-weight:1000}.Admin-module__cvzioq__timeline{flex-direction:column;gap:20px;padding-left:20px;display:flex;position:relative}.Admin-module__cvzioq__timeline:before{content:"";background:#f1f5f9;width:2px;position:absolute;top:10px;bottom:10px;left:3px}.Admin-module__cvzioq__timelineItem{align-items:flex-start;gap:20px;display:flex;position:relative}.Admin-module__cvzioq__timelineDot{z-index:1;border-radius:50%;width:8px;height:8px;margin-top:6px;box-shadow:0 0 0 4px #fff}.Admin-module__cvzioq__timelineContent{flex:1;justify-content:space-between;align-items:center;display:flex}.Admin-module__cvzioq__timelineLabel{color:var(--text-main);font-size:14px;font-weight:800}.Admin-module__cvzioq__timelineTime{color:var(--text-muted);font-size:12px;font-weight:700}.Admin-module__cvzioq__aiInsightCard{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-radius:28px;padding:32px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0f172a33}.Admin-module__cvzioq__aiInsightCard:before{content:"";pointer-events:none;background:radial-gradient(circle,#3b82f61a 0%,#0000 70%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.Admin-module__cvzioq__aiInsightHeader{align-items:center;gap:12px;margin-bottom:20px;display:flex}.Admin-module__cvzioq__aiIcon{background:#ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;animation:2s infinite Admin-module__cvzioq__pulse;display:flex;box-shadow:0 0 15px #3b82f680}.Admin-module__cvzioq__aiInsightContent{color:#ffffffd9;letter-spacing:-.2px;font-size:15px;font-weight:500;line-height:1.6}.Admin-module__cvzioq__toolbar{-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-color);z-index:1000;background:#fffffffa;flex-direction:column;flex-shrink:0;gap:16px;padding:16px 40px;display:flex;position:sticky;top:72px;box-shadow:0 4px 20px #0f172a05}.Admin-module__cvzioq__toolbarTop{justify-content:space-between;align-items:center;display:flex}.Admin-module__cvzioq__modeToggle{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:16px;gap:8px;padding:6px;display:flex}.Admin-module__cvzioq__modeBtn{color:#64748b;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:0 0;border:none;border-radius:12px;padding:10px 24px;font-size:11px;font-weight:1000;transition:all .2s}.Admin-module__cvzioq__modeActive{color:#0f172a;background:#fff;box-shadow:0 4px 12px #0f172a14}.Admin-module__cvzioq__viewBtn{color:#64748b;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:0 0;border:none;border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:10px 24px;font-size:11px;font-weight:900;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.Admin-module__cvzioq__viewBtnActive{color:#0f172a;background:#fff;box-shadow:0 4px 12px #0f172a14}.Admin-module__cvzioq__viewBtn:hover:not(.Admin-module__cvzioq__viewBtnActive){color:#0f172a;background:#ffffff80}.Admin-module__cvzioq__statsPill{color:var(--text-muted);border:1px solid var(--border-color);background:#f8fafc;border-radius:100px;padding:10px 20px;font-size:13px;font-weight:700}.Admin-module__cvzioq__filterRow{scrollbar-width:none;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.Admin-module__cvzioq__filterRow::-webkit-scrollbar{display:none}.Admin-module__cvzioq__filterPill{white-space:nowrap;color:var(--text-muted);border:1px solid var(--border-color);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#f8fafc;border-radius:100px;padding:8px 16px;font-size:11px;font-weight:1000;transition:all .2s}.Admin-module__cvzioq__filterPillActive{background:var(--text-main);color:#fff;border-color:var(--text-main)}.Admin-module__cvzioq__main{flex-direction:column;flex-shrink:0;height:calc(100vh - 146px);display:flex}.Admin-module__cvzioq__kanbanBoard{scroll-snap-type:x mandatory;flex:1;align-items:stretch;gap:24px;padding:24px 40px 40px;display:flex;overflow-x:auto}.Admin-module__cvzioq__kanbanColumn{scroll-snap-align:start;border:1px solid #0000;border-radius:36px;flex-direction:column;flex:0 0 340px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.Admin-module__cvzioq__columnDragging{box-shadow:0 24px 64px -16px #00000014}.Admin-module__cvzioq__columnHeader{justify-content:space-between;align-items:center;padding:24px 28px 16px;display:flex}.Admin-module__cvzioq__columnHeader h3{text-transform:uppercase;color:var(--text-main);letter-spacing:1px;margin:0;font-size:14px;font-weight:1000}.Admin-module__cvzioq__count{color:var(--text-main);background:#fffc;border-radius:12px;padding:4px 14px;font-size:12px;font-weight:1000}.Admin-module__cvzioq__kanbanList{scrollbar-width:thin;flex-direction:column;flex:1;gap:12px;padding:12px 16px 24px;display:flex;overflow-y:auto}.Admin-module__cvzioq__kanbanCard{cursor:pointer;background:#fff;border:1px solid #00000008;border-radius:28px;flex-direction:column;gap:12px;padding:20px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;box-shadow:0 2px 8px #00000005,0 10px 20px -10px #0000000a}.Admin-module__cvzioq__kanbanCard:hover{border-color:var(--primary);background:#fff;transform:translateY(-8px);box-shadow:0 20px 40px -12px #0000001a}.Admin-module__cvzioq__cardHeader{justify-content:space-between;align-items:center;display:flex}.Admin-module__cvzioq__cardId{color:var(--text-muted);letter-spacing:1px;background:#f1f5f9;border-radius:8px;padding:4px 10px;font-size:10px;font-weight:1000}.Admin-module__cvzioq__cardTime{color:#94a3b8;font-size:10px;font-weight:900}.Admin-module__cvzioq__cardContent{flex-direction:column;gap:6px;display:flex}.Admin-module__cvzioq__cardItem{color:var(--text-main);letter-spacing:-.6px;font-size:17px;font-weight:1000;line-height:1.1}.Admin-module__cvzioq__cardItemsCount{color:#10b981;background:#f0fdf4;border-radius:8px;align-items:center;gap:4px;width:fit-content;padding:3px 10px;font-size:9px;font-weight:1000;display:inline-flex}.Admin-module__cvzioq__cardFooter{border-top:1px solid #f8fafc;justify-content:space-between;align-items:center;margin-top:2px;padding-top:12px;display:flex}.Admin-module__cvzioq__phoneMask{color:var(--text-muted);font-size:12px;font-weight:800}.Admin-module__cvzioq__quickMoveBtn{width:36px;height:36px;color:var(--text-main);background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;justify-content:center;align-items:center;font-size:14px;transition:all .2s;display:flex}.Admin-module__cvzioq__quickMoveBtn:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translate(2px)}.Admin-module__cvzioq__requestsView{flex:1;padding:32px 40px;overflow-y:auto}.Admin-module__cvzioq__requestTableHead{color:var(--text-muted);text-transform:uppercase;letter-spacing:2px;grid-template-columns:80px 140px 180px 1fr 220px;gap:32px;padding:0 32px 16px;font-size:11px;font-weight:1000;display:grid}.Admin-module__cvzioq__sortable{cursor:pointer;align-items:center;gap:8px;display:flex}.Admin-module__cvzioq__requestRow{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:32px;grid-template-columns:80px 140px 180px 1fr 220px;align-items:center;gap:32px;margin-bottom:16px;padding:24px 32px;transition:all .3s;display:grid;box-shadow:0 4px 12px #00000005}.Admin-module__cvzioq__modalOverlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2000;background:#0f172a66;justify-content:center;align-items:center;padding:40px;display:flex;position:fixed;inset:0}.Admin-module__cvzioq__modalContent{background:#fff;border-radius:48px;flex-direction:column;width:100%;max-width:1000px;max-height:90vh;animation:.4s cubic-bezier(.16,1,.3,1) Admin-module__cvzioq__slideUp;display:flex;overflow:hidden}.Admin-module__cvzioq__modalHeader{border-bottom:1px solid #f1f5f9;flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:48px 48px 32px;display:flex}.Admin-module__cvzioq__modalBody{flex:1;padding:0 48px 48px;overflow-y:auto}.Admin-module__cvzioq__stickyActions{background:#fff;border-top:1px solid #f1f5f9;flex-shrink:0;gap:12px;padding:24px 48px;display:none}.Admin-module__cvzioq__actionBtn{cursor:pointer;white-space:nowrap;letter-spacing:-.2px;border:1px solid #0000;border-radius:16px;align-items:center;gap:8px;padding:14px 28px;font-size:13px;font-weight:800;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Admin-module__cvzioq__actionBtn:hover{transform:translateY(-2px);box-shadow:0 12px 24px -8px #0000001f}.Admin-module__cvzioq__actionBtn:active{opacity:.9;transform:translateY(0)}.Admin-module__cvzioq__actionBtn.Admin-module__cvzioq__primary{color:#fff;background:#0f172a;border-color:#1e293b}.Admin-module__cvzioq__actionBtn.Admin-module__cvzioq__primary:hover{background:#1e293b}.Admin-module__cvzioq__actionBtn.Admin-module__cvzioq__danger{color:#e11d48;background:#fff1f2;border-color:#ffe4e6}.Admin-module__cvzioq__actionBtn.Admin-module__cvzioq__danger:hover{color:#be123c;background:#ffe4e6}.Admin-module__cvzioq__actionBtn.Admin-module__cvzioq__success{color:#10b981;background:#f0fdf4;border-color:#dcfce7}.Admin-module__cvzioq__actionBtn.Admin-module__cvzioq__success:hover{color:#059669;background:#dcfce7}.Admin-module__cvzioq__statusBanner{border-radius:32px;justify-content:space-between;align-items:center;margin-top:32px;padding:32px;display:flex}.Admin-module__cvzioq__actionRow{gap:12px;display:flex}.Admin-module__cvzioq__detailSection{margin-top:72px}.Admin-module__cvzioq__sectionTitle{text-transform:uppercase;color:var(--text-muted);letter-spacing:2px;align-items:center;gap:12px;margin-bottom:40px;font-size:13px;font-weight:1000;display:flex}.Admin-module__cvzioq__sectionTitle:after{content:"";background:#f1f5f9;flex:1;height:1px}.Admin-module__cvzioq__itemGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;display:grid}.Admin-module__cvzioq__itemCard{background:#f8fafc;border:1px solid #f1f5f9;border-radius:20px;justify-content:space-between;align-items:center;padding:24px;display:flex}.Admin-module__cvzioq__toast{background:var(--text-main);color:#fff;z-index:3000;border-radius:20px;padding:16px 32px;font-weight:800;animation:.3s Admin-module__cvzioq__toastIn;position:fixed;bottom:40px;left:50%;transform:translate(-50%)}.Admin-module__cvzioq__decisionOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:5000;background:#0f172a66;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.Admin-module__cvzioq__decisionContent{background:#fff;border-radius:32px;width:100%;max-width:500px;padding:40px;animation:.3s cubic-bezier(.16,1,.3,1) Admin-module__cvzioq__slideUp;box-shadow:0 40px 100px -20px #0003}.Admin-module__cvzioq__decisionTitle{color:var(--text-main);margin-bottom:8px;font-size:24px;font-weight:1000;line-height:1.2}.Admin-module__cvzioq__decisionDesc{color:var(--text-muted);margin-bottom:24px;font-size:14px;line-height:1.5}.Admin-module__cvzioq__decisionInput{resize:none;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;width:100%;min-height:120px;margin-bottom:24px;padding:20px;font-family:inherit;font-size:15px;font-weight:600;transition:all .2s}.Admin-module__cvzioq__decisionInput:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--accent-soft);background:#fff;outline:none}.Admin-module__cvzioq__decisionFooter{gap:12px;display:flex}.Admin-module__cvzioq__decisionBtn{cursor:pointer;border:none;border-radius:16px;flex:1;height:56px;font-size:14px;font-weight:1000;transition:all .2s}.Admin-module__cvzioq__decisionBtn.Admin-module__cvzioq__cancel{color:var(--text-muted);background:#f1f5f9}.Admin-module__cvzioq__decisionBtn.Admin-module__cvzioq__submit{color:#fff;background:#0f172a}@keyframes Admin-module__cvzioq__slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes Admin-module__cvzioq__toastIn{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}@keyframes Admin-module__cvzioq__pulse{0%,to{opacity:1}50%{opacity:.7}}.Admin-module__cvzioq__loginOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0f172a33;justify-content:center;align-items:center;padding:20px;animation:.4s Admin-module__cvzioq__fadeIn;display:flex;position:fixed;inset:0}.Admin-module__cvzioq__loginCard,.Admin-module__cvzioq__premiumLoginCard{text-align:center;background:#fff;border-radius:40px;width:100%;max-width:440px;padding:60px 48px 48px;animation:.5s cubic-bezier(.16,1,.3,1) Admin-module__cvzioq__modalScaleIn;position:relative;overflow:hidden;box-shadow:0 40px 100px #00000026,0 0 0 1px #00000005}.Admin-module__cvzioq__premiumLoginCard:before{content:"";background:linear-gradient(90deg,#059669,#10b981,#3b82f6);height:6px;position:absolute;top:0;left:0;right:0}@keyframes Admin-module__cvzioq__modalScaleIn{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.Admin-module__cvzioq__supplierIcon{color:#0f172a;background:#f8fafc;border-radius:20px;justify-content:center;align-items:center;width:128px;height:64px;margin:0 auto 24px;display:flex;box-shadow:0 10px 15px -3px #0000001a}.Admin-module__cvzioq__loginTitle{color:#0f172a;letter-spacing:-.5px;margin:0 0 12px;font-size:26px;font-weight:800}.Admin-module__cvzioq__loginSubtitle{color:#64748b;margin-bottom:32px;font-size:15px;line-height:1.5}.Admin-module__cvzioq__otpContainer{justify-content:center;gap:12px;margin-bottom:32px;display:flex}.Admin-module__cvzioq__otpInput{text-align:center;color:#0f172a;background:#fff;border:2px solid #e2e8f0;border-radius:14px;width:56px;height:68px;font-size:26px;font-weight:800;transition:all .2s}.Admin-module__cvzioq__otpInput:focus{border-color:#059669;outline:none;box-shadow:0 0 0 4px #05966914}.Admin-module__cvzioq__otpInputError{background:#fef2f2;color:#ef4444!important;border-color:#ef4444!important}.Admin-module__cvzioq__errorMessage{color:#fb7185;text-align:center;margin-bottom:24px;font-size:13px;font-weight:700}.Admin-module__cvzioq__authActionsRow{flex-direction:column;align-items:center;gap:20px;width:100%;display:flex}.Admin-module__cvzioq__timerBubble{color:#64748b;background:#f8fafc;border:1px solid #f1f5f9;border-radius:100px;padding:12px 24px;font-size:13px;font-weight:600}.Admin-module__cvzioq__timerBubble b{color:#0f172a;margin-left:2px;font-weight:800}.Admin-module__cvzioq__premiumFallbackCascade{flex-direction:column;gap:12px;width:100%;display:flex}.Admin-module__cvzioq__premiumVoiceBtn,.Admin-module__cvzioq__premiumSmsBtn{cursor:pointer;text-align:left;border:none;border-radius:20px;align-items:center;width:100%;padding:18px 24px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 6px -1px #0000000d}.Admin-module__cvzioq__premiumVoiceBtn{color:#fff;background:#0f172a}.Admin-module__cvzioq__premiumSmsBtn{color:#0f172a;background:#f1f5f9;border:1px solid #e2e8f0}.Admin-module__cvzioq__btnIcon{margin-right:16px;font-size:24px}.Admin-module__cvzioq__btnFullText{flex-direction:column;display:flex}.Admin-module__cvzioq__btnLabel{text-transform:uppercase;letter-spacing:.5px;opacity:.6;font-size:11px;font-weight:800}.Admin-module__cvzioq__btnAction{font-size:15px;font-weight:800}.Admin-module__cvzioq__managerSupportContainer{flex-direction:column;gap:12px;width:100%;margin-top:12px;display:flex}.Admin-module__cvzioq__supportLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:1px;font-size:12px;font-weight:700}.Admin-module__cvzioq__premiumManagerBtn{background:#fdfdfd;border:1px solid #f1f5f9;border-radius:20px;align-items:center;padding:18px 24px;text-decoration:none;transition:all .3s;display:flex}.Admin-module__cvzioq__managerIcon{color:#059669;background:#ecfdf5;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;margin-right:16px;font-size:20px;display:flex}.Admin-module__cvzioq__managerText{text-align:left;flex-direction:column;display:flex}.Admin-module__cvzioq__managerValue{color:#0f172a;letter-spacing:-.5px;font-size:18px;font-weight:900}.Admin-module__cvzioq__managerHint{color:#64748b;font-size:12px;font-weight:600}.Admin-module__cvzioq__changePhoneBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;margin-top:12px;font-size:13px;font-weight:700}.Admin-module__cvzioq__phoneInputContainer{text-align:left;margin-bottom:24px}.Admin-module__cvzioq__phoneInputLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;padding-left:4px;font-size:13px;font-weight:700;display:block}.Admin-module__cvzioq__phoneInput{color:#0f172a;background:#f8fafc;border:2px solid #f1f5f9;border-radius:18px;outline:none;width:100%;height:64px;padding:0 24px;font-size:20px;font-weight:700;transition:all .2s}.Admin-module__cvzioq__phoneInput:focus{background:#fff;border-color:#0f172a}.Admin-module__cvzioq__submitBtn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:18px;width:100%;height:64px;font-size:16px;font-weight:800;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 15px -3px #0f172a33}.Admin-module__cvzioq__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 20px 25px -5px #0f172a33}.Admin-module__cvzioq__submitBtn:disabled{opacity:.6;cursor:not-allowed}.Admin-module__cvzioq__authErrorText{color:#ef4444;margin-top:8px;padding-left:4px;font-size:12px;font-weight:700}@media (max-width:768px){.Admin-module__cvzioq__header{flex-direction:column;align-items:stretch;gap:12px;height:104px;padding:12px 16px}.Admin-module__cvzioq__logo{text-align:center;font-size:20px}.Admin-module__cvzioq__modeToggle{justify-content:center;width:100%}.Admin-module__cvzioq__viewBtn{flex:1;padding:10px;font-size:10px}.Admin-module__cvzioq__statsSection{grid-template-columns:1fr 1fr;gap:12px;padding:24px 16px 16px;display:grid}.Admin-module__cvzioq__statCard{border-radius:20px;flex-direction:column;align-items:flex-start;gap:8px;padding:16px}.Admin-module__cvzioq__statIcon{border-radius:10px;width:28px;height:28px}.Admin-module__cvzioq__statIcon svg{width:14px;height:14px}.Admin-module__cvzioq__statContent{gap:2px}.Admin-module__cvzioq__statValue{font-size:16px}.Admin-module__cvzioq__statLabel{font-size:10px}.Admin-module__cvzioq__toolbar{padding:12px 16px;top:104px}.Admin-module__cvzioq__toolbarTop{flex-direction:column;align-items:stretch;gap:12px}.Admin-module__cvzioq__modeBtn{flex:1;padding:10px;font-size:10px}.Admin-module__cvzioq__main{height:calc(100vh - 212px)}.Admin-module__cvzioq__kanbanBoard{gap:12px;padding:12px 16px}.Admin-module__cvzioq__kanbanColumn{border-radius:24px;flex:0 0 calc(100vw - 32px)}.Admin-module__cvzioq__columnHeader{padding:16px 20px 12px}.Admin-module__cvzioq__modalOverlay{align-items:flex-end;padding:0}.Admin-module__cvzioq__modalContent{border-radius:32px 32px 0 0;width:100%;max-height:94vh}.Admin-module__cvzioq__modalHeader{padding:24px 24px 16px}.Admin-module__cvzioq__modalBody{padding:0 24px 40px}.Admin-module__cvzioq__timeline{padding-left:10px}.Admin-module__cvzioq__timelineContent{flex-direction:column;align-items:flex-start;gap:2px}.Admin-module__cvzioq__stickyActions{background:#fff;gap:8px;padding:16px 16px 32px;display:flex;position:sticky;bottom:0;box-shadow:0 -10px 30px #0000000d}.Admin-module__cvzioq__actionBtn{border-radius:12px;flex:1;justify-content:center;padding:14px;font-size:11px}.Admin-module__cvzioq__statusBanner{display:none}}
.Toast-module__CKl-OG__toast{pointer-events:auto;-webkit-backdrop-filter:blur(12px)saturate(180%);cursor:pointer;background:#ffffffd9;border:1px solid #ffffff4d;border-radius:20px;align-items:center;gap:16px;min-width:320px;max-width:420px;padding:16px 20px;transition:all .3s;animation:.5s cubic-bezier(.16,1,.3,1) forwards Toast-module__CKl-OG__toastIn;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000014,0 2px 4px #00000005,inset 0 0 0 1px #ffffff80}.Toast-module__CKl-OG__toast:hover{background:#fffffff2;transform:translateY(-2px)scale(1.02)}.Toast-module__CKl-OG__exit{animation:.4s cubic-bezier(.16,1,.3,1) forwards Toast-module__CKl-OG__toastOut}@keyframes Toast-module__CKl-OG__toastIn{0%{opacity:0;transform:translate(120%)scale(.9)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes Toast-module__CKl-OG__toastOut{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(120%)scale(.9)}}.Toast-module__CKl-OG__iconWrapper{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .3s;display:flex}.Toast-module__CKl-OG__toast:hover .Toast-module__CKl-OG__iconWrapper{transform:scale(1.1)rotate(5deg)}.Toast-module__CKl-OG__success .Toast-module__CKl-OG__iconWrapper{color:#059669;background:#ecfdf5}.Toast-module__CKl-OG__error .Toast-module__CKl-OG__iconWrapper{color:#ef4444;background:#fef2f2}.Toast-module__CKl-OG__warning .Toast-module__CKl-OG__iconWrapper{color:#f59e0b;background:#fffbeb}.Toast-module__CKl-OG__info .Toast-module__CKl-OG__iconWrapper{color:#3b82f6;background:#eff6ff}.Toast-module__CKl-OG__content{flex-direction:column;flex:1;gap:2px;display:flex}.Toast-module__CKl-OG__title{color:#0f172a;letter-spacing:-.2px;margin:0;font-size:15px;font-weight:800}.Toast-module__CKl-OG__message{color:#64748b;margin:0;font-size:14px;font-weight:500;line-height:1.4}.Toast-module__CKl-OG__closeBtn{color:#94a3b8;opacity:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:18px;transition:opacity .2s;display:flex;position:absolute;top:12px;right:12px}.Toast-module__CKl-OG__toast:hover .Toast-module__CKl-OG__closeBtn{opacity:1}.Toast-module__CKl-OG__progressBar{opacity:.15;transform-origin:0;background:currentColor;width:100%;height:4px;animation:linear forwards Toast-module__CKl-OG__progress;position:absolute;bottom:0;left:0}.Toast-module__CKl-OG__success .Toast-module__CKl-OG__progressBar{background:#059669}.Toast-module__CKl-OG__error .Toast-module__CKl-OG__progressBar{background:#ef4444}.Toast-module__CKl-OG__warning .Toast-module__CKl-OG__progressBar{background:#f59e0b}.Toast-module__CKl-OG__info .Toast-module__CKl-OG__progressBar{background:#3b82f6}@keyframes Toast-module__CKl-OG__progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (max-width:640px){.Toast-module__CKl-OG__toast{min-width:calc(100vw - 48px);max-width:calc(100vw - 48px)}}
.DealChat-module__t64y8a__chatContainer{-webkit-backdrop-filter:blur(20px);background:#fff6;border:1px solid #0f172a1a;border-radius:24px;flex-direction:column;height:400px;margin-top:20px;display:flex;overflow:hidden;box-shadow:0 8px 32px -8px #0000000d}.DealChat-module__t64y8a__chatHeader{background:#fff9;border-bottom:1px solid #0f172a0d;align-items:center;gap:12px;padding:16px 20px;display:flex}.DealChat-module__t64y8a__statusDot{background:#10b981;border-radius:50%;width:8px;height:8px;box-shadow:0 0 12px #10b981}.DealChat-module__t64y8a__chatHeader h4{color:#0f172a;flex:1;margin:0;font-size:15px;font-weight:800}.DealChat-module__t64y8a__badge{color:#64748b;text-transform:uppercase;background:#f1f5f9;border-radius:100px;padding:4px 10px;font-size:10px;font-weight:800}.DealChat-module__t64y8a__messageList{scroll-behavior:smooth;flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.DealChat-module__t64y8a__messageList::-webkit-scrollbar{width:4px}.DealChat-module__t64y8a__messageList::-webkit-scrollbar-track{background:0 0}.DealChat-module__t64y8a__messageList::-webkit-scrollbar-thumb{background:#0f172a1a;border-radius:10px}.DealChat-module__t64y8a__messageWrapper{flex-direction:column;max-width:85%;display:flex}.DealChat-module__t64y8a__myMessage{align-self:flex-end}.DealChat-module__t64y8a__otherMessage{align-self:flex-start}.DealChat-module__t64y8a__messageMeta{align-items:center;gap:8px;margin-bottom:4px;padding:0 4px;display:flex}.DealChat-module__t64y8a__myMessage .DealChat-module__t64y8a__messageMeta{flex-direction:row-reverse}.DealChat-module__t64y8a__role{color:#64748b;font-size:11px;font-weight:800}.DealChat-module__t64y8a__time{color:#94a3b8;font-size:10px}.DealChat-module__t64y8a__messageBubble{white-space:pre-wrap;overflow-wrap:break-word;word-break:normal;border-radius:18px;padding:12px 18px;font-size:14px;line-height:1.5}.DealChat-module__t64y8a__myMessage .DealChat-module__t64y8a__messageBubble{color:#fff;background:#0f172a;border-bottom-right-radius:4px;box-shadow:0 4px 12px #0f172a26}.DealChat-module__t64y8a__otherMessage .DealChat-module__t64y8a__messageBubble{color:#0f172a;background:#fff;border:1px solid #0f172a0d;border-bottom-left-radius:4px;box-shadow:0 4px 12px #00000008}.DealChat-module__t64y8a__loading,.DealChat-module__t64y8a__empty{color:#94a3b8;text-align:center;justify-content:center;align-items:center;height:100%;padding:40px;font-size:13px;font-style:italic;display:flex}.DealChat-module__t64y8a__inputArea{background:#fff;border-top:1px solid #0f172a0d;align-items:flex-end;gap:12px;padding:16px 20px;display:flex}.DealChat-module__t64y8a__inputArea textarea{color:#0f172a;resize:none;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;outline:none;flex:1;height:48px;max-height:120px;padding:12px 16px;font-size:14px;transition:all .2s}.DealChat-module__t64y8a__inputArea textarea:focus{background:#fff;border-color:#0f172a;box-shadow:0 0 0 4px #0f172a0d}.DealChat-module__t64y8a__inputArea button{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex}.DealChat-module__t64y8a__inputArea button:hover:not(:disabled){transform:translateY(-2px)scale(1.05);box-shadow:0 8px 16px -4px #0f172a33}.DealChat-module__t64y8a__inputArea button:active{transform:translateY(0)scale(.95)}.DealChat-module__t64y8a__inputArea button:disabled{opacity:.3;cursor:not-allowed}@media (max-width:768px){.DealChat-module__t64y8a__chatContainer{border-radius:16px;height:350px;margin-top:16px}.DealChat-module__t64y8a__chatHeader{padding:12px 16px}.DealChat-module__t64y8a__chatHeader h4{font-size:14px}.DealChat-module__t64y8a__messageList{gap:12px;padding:16px}.DealChat-module__t64y8a__messageBubble{padding:10px 14px;font-size:13px}.DealChat-module__t64y8a__messageWrapper{max-width:90%}.DealChat-module__t64y8a__inputArea{gap:8px;padding:12px}.DealChat-module__t64y8a__inputArea textarea{height:42px;padding:10px 12px;font-size:13px}.DealChat-module__t64y8a__inputArea button{border-radius:12px;width:42px;height:42px}}
.Hero-module__JgYmMq__hero{background:var(--bg-primary);height:400vh;position:relative}.Hero-module__JgYmMq__hero:after{content:"";z-index:9999999;opacity:1;pointer-events:none;background:#fbfaf8;transition:opacity .8s cubic-bezier(.4,0,.2,1),visibility 0s linear .8s;position:fixed;inset:0}.Hero-module__JgYmMq__pageMounted:after{visibility:hidden;pointer-events:none;opacity:0!important}.Hero-module__JgYmMq__stickyContainer{z-index:1;flex-direction:column;width:100vw;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.Hero-module__JgYmMq__canvasWrapper{z-index:0;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Hero-module__JgYmMq__canvas{object-fit:cover;width:100%;height:100%}.Hero-module__JgYmMq__canvasOverlay{background:radial-gradient(circle,#ffffff1a 0%,#fff6 50%,#fffc 100%);position:absolute;inset:0}.Hero-module__JgYmMq__container{z-index:2;width:100%;max-width:1240px;margin:0 auto;padding:0 24px;position:relative}.Hero-module__JgYmMq__content{box-sizing:border-box;justify-content:space-between;align-items:center;gap:40px;height:100vh;padding-top:68px;padding-bottom:16px;display:flex}.Hero-module__JgYmMq__left{flex-direction:column;flex:1;justify-content:center;max-width:580px;display:flex}.Hero-module__JgYmMq__textBlock{-webkit-backdrop-filter:blur(24px)saturate(180%);background:#fff9;border:1px solid #ffffff26;border-radius:40px;padding:36px;animation:.8s ease-out Hero-module__JgYmMq__fadeInUp;box-shadow:0 10px 40px #0000000d}.Hero-module__JgYmMq__badge{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 14px;font-size:12px;font-weight:700;display:inline-flex}.Hero-module__JgYmMq__title{color:#111827;margin-bottom:20px;font-size:clamp(22px,3.5vw,32px);font-weight:850;line-height:1.1}.Hero-module__JgYmMq__titleAccent{background:linear-gradient(135deg, var(--accent,#f59e0b) 0%, #d97706 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:900}.Hero-module__JgYmMq__subtitle{color:#4b5563;margin-bottom:24px;font-size:15.5px;line-height:1.6}.Hero-module__JgYmMq__features{flex-direction:column;gap:14px;margin-bottom:32px;display:flex}.Hero-module__JgYmMq__featureItem{align-items:center;gap:14px;display:flex}.Hero-module__JgYmMq__featureIcon{color:#22c55e;background:#f0fdf4;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.Hero-module__JgYmMq__featureText{color:#1f2937;font-size:15px;font-weight:600}.Hero-module__JgYmMq__ctaBtnContainer{perspective:1000px;display:inline-block}.Hero-module__JgYmMq__ctaBtn{color:#fff;cursor:pointer;will-change:transform;background:#0b1222;border:none;border-radius:100px;align-items:center;padding:18px 36px;transition:transform .15s ease-out,background-color .3s,box-shadow .3s;display:inline-flex;position:relative;box-shadow:0 10px 30px #00000014}.Hero-module__JgYmMq__ctaBtn:hover{background:#0f1a2e;transform:translateY(-4px);box-shadow:0 25px 60px #0000002e}.Hero-module__JgYmMq__ctaBtnText{will-change:transform;pointer-events:none;align-items:center;gap:12px;font-size:16px;font-weight:800;line-height:1;transition:transform .15s ease-out;display:flex}.Hero-module__JgYmMq__ctaBtnText svg{margin-top:1px;transition:transform .4s cubic-bezier(.16,1,.3,1)}.Hero-module__JgYmMq__ctaBtn:hover .Hero-module__JgYmMq__ctaBtnText svg{transform:translate(5px)}.Hero-module__JgYmMq__ctaBtn:active{transform:translateY(-2px)scale(.98)}.Hero-module__JgYmMq__formWrapper{-webkit-backdrop-filter:blur(28px);z-index:50;background:#ffffff8c;border:1px solid #ffffff26;border-radius:28px;flex:0 0 400px;max-height:calc(100vh - 86px);padding:16px 18px;animation:.8s ease-out Hero-module__JgYmMq__fadeInDown;position:relative;box-shadow:0 30px 90px #00000014;overflow:visible!important}.Hero-module__JgYmMq__formHeader{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.Hero-module__JgYmMq__formTitle{color:#111827;margin:0;font-size:20px;font-weight:800}.Hero-module__JgYmMq__formPill{color:#059669;letter-spacing:.03em;text-transform:uppercase;background:#05966914;border:1px solid #05966926;border-radius:100px;align-items:center;gap:4px;padding:4px 10px;font-size:10px;font-weight:800;display:inline-flex}.Hero-module__JgYmMq__formGrid{flex-direction:column;gap:6px;display:flex;position:relative;overflow:visible!important}.Hero-module__JgYmMq__formGrid:before{content:"";background:linear-gradient(#05966966,#0000);width:1px;position:absolute;top:10px;bottom:80px;left:-20px}.Hero-module__JgYmMq__fieldFull,.Hero-module__JgYmMq__fieldPhone{width:100%}.Hero-module__JgYmMq__phoneInputWrapper{align-items:center;display:flex;position:relative}.Hero-module__JgYmMq__phoneIcon{color:#94a3b8;z-index:10;pointer-events:none;transition:color .3s;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.Hero-module__JgYmMq__isFilled .Hero-module__JgYmMq__phoneIcon{color:#64748b}.Hero-module__JgYmMq__phoneInputWrapper:focus-within .Hero-module__JgYmMq__phoneIcon{color:#059669}.Hero-module__JgYmMq__phoneInput{z-index:1;color:#475569;opacity:.85;background:#fff;border:1px solid #0000000a;border-radius:14px;width:100%;padding:10px 16px 10px 40px;font-size:14px;transition:all .3s;position:relative}.Hero-module__JgYmMq__isFilled .Hero-module__JgYmMq__phoneInput{opacity:1}.Hero-module__JgYmMq__phoneInput::placeholder{color:#94a3b8;font-weight:500}.Hero-module__JgYmMq__phoneInput:focus{opacity:1;background:#fff;border-color:#059669;outline:none;box-shadow:0 10px 40px #05966914,0 0 0 4px #05966908}.Hero-module__JgYmMq__isVerified .Hero-module__JgYmMq__phoneInput{padding-right:120px;background:#f0fdf4!important;border-color:#10b981!important}.Hero-module__JgYmMq__verifiedBadge{color:#fff;letter-spacing:.04em;text-transform:uppercase;z-index:20;background:linear-gradient(135deg,#059669 0%,#10b981 50%,#34d399 100%);border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:700;animation:.5s cubic-bezier(.175,.885,.32,1.275) Hero-module__JgYmMq__badgePop;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%);box-shadow:0 2px 8px #10b98159,inset 0 0 0 1px #ffffff26}.Hero-module__JgYmMq__verifiedIcon{filter:drop-shadow(0 1px 2px #00000026);justify-content:center;align-items:center;width:16px;height:16px;display:flex}.Hero-module__JgYmMq__verifiedLabel{display:inline}@media (max-width:480px){.Hero-module__JgYmMq__verifiedBadge{border-radius:50%;justify-content:center;width:32px;height:32px;padding:0}.Hero-module__JgYmMq__verifiedLabel{display:none}.Hero-module__JgYmMq__isVerified .Hero-module__JgYmMq__phoneInput{padding-right:52px!important}}@keyframes Hero-module__JgYmMq__badgePop{0%{opacity:0;transform:translateY(-50%)scale(.6)}60%{opacity:1;transform:translateY(-50%)scale(1.08)}to{opacity:1;transform:translateY(-50%)scale(1)}}.Hero-module__JgYmMq__fieldLabel{color:#374151;margin-bottom:2px;font-size:12px;font-weight:700}.Hero-module__JgYmMq__inputWrapper{width:100%;position:relative}.Hero-module__JgYmMq__elegantInput{color:#0b1222;resize:none;opacity:.85;background:#fff;border:1px solid #0000000a;border-radius:14px;width:100%;padding:10px 48px 10px 16px;font-size:14px;line-height:1.35;transition:all .5s cubic-bezier(.19,1,.22,1);box-shadow:inset 0 1px 2px #00000005,0 4px 12px #00000003}.Hero-module__JgYmMq__elegantInput::placeholder{color:#9ca3af;letter-spacing:.01em;font-style:normal;font-weight:400;transition:opacity .4s}.Hero-module__JgYmMq__elegantInput:focus{background:#fff;border-color:#059669;outline:none;box-shadow:0 10px 40px #05966914,0 0 0 4px #05966908}.Hero-module__JgYmMq__inputError{background:#fff1f2!important;border-color:#ef4444!important}@keyframes Hero-module__JgYmMq__shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}.Hero-module__JgYmMq__micBtn{color:#fff;cursor:pointer;z-index:10;-webkit-user-select:none;user-select:none;touch-action:manipulation;background:#0b1222;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;bottom:10px;right:10px;box-shadow:0 4px 12px #0000001f}.Hero-module__JgYmMq__micBtn:hover{background:#0d162b;transform:translateY(-2px);box-shadow:0 12px 24px #00000026}.Hero-module__JgYmMq__micBtnActive{color:#fff;animation:1.5s cubic-bezier(.65,0,.35,1) infinite Hero-module__JgYmMq__micPulseNoble;box-shadow:0 0 25px #e11d4866;background:linear-gradient(135deg,#e11d48 0%,#9f1239 100%)!important}@keyframes Hero-module__JgYmMq__micPulseNoble{0%{transform:scale(1);box-shadow:0 0 #e11d4866}50%{transform:scale(1.1);box-shadow:0 0 0 12px #e11d4800}to{transform:scale(1);box-shadow:0 0 #e11d4800}}.Hero-module__JgYmMq__fieldFull:focus-within .Hero-module__JgYmMq__fieldLabel,.Hero-module__JgYmMq__fieldHalf:focus-within .Hero-module__JgYmMq__fieldLabel{opacity:1;color:#059669;transition:all .3s}.Hero-module__JgYmMq__datePills{opacity:.85;z-index:1000;background:#f1f5f9;border:1px solid #0000000a;border-radius:12px;gap:0;width:100%;padding:3px;display:flex;position:relative;overflow:visible!important}.Hero-module__JgYmMq__datePillWrapper{flex:1;position:relative}.Hero-module__JgYmMq__datePill{color:#64748b;cursor:pointer;text-align:center;white-space:nowrap;background:0 0;border:none;border-radius:9px;width:100%;padding:8px 4px;font-size:12px;font-weight:700;transition:all .3s}.Hero-module__JgYmMq__datePill:hover:not(.Hero-module__JgYmMq__datePillActive){color:#0b1222;background:#fff;box-shadow:0 2px 8px #00000014}.Hero-module__JgYmMq__datePillActive{color:#fff;background:#0b1222;box-shadow:0 4px 14px #0b122233}.Hero-module__JgYmMq__datePillUrgent.Hero-module__JgYmMq__datePillActive{color:#fff;background:#f43f5e;box-shadow:0 4px 14px #f43f5e4d}.Hero-module__JgYmMq__datePillUrgent:not(.Hero-module__JgYmMq__datePillActive){color:#f43f5e}.Hero-module__JgYmMq__customDateOverlay{-webkit-backdrop-filter:blur(40px)saturate(220%);z-index:100000000;cursor:pointer;background:#0b1222f2;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.Hero-module__JgYmMq__popoverOverlay{z-index:9999999;background:0 0;position:fixed;inset:0}.Hero-module__JgYmMq__customDateContent{background:#fff;border-radius:24px;animation:.3s cubic-bezier(.16,1,.3,1) Hero-module__JgYmMq__scaleIn;box-shadow:0 40px 100px #0000004d}.Hero-module__JgYmMq__popoverContent{background:#fff;border-radius:24px;animation:.2s cubic-bezier(.16,1,.3,1) Hero-module__JgYmMq__scaleIn;box-shadow:0 20px 50px #0003}@media (max-width:768px){.Hero-module__JgYmMq__datePills{grid-template-columns:repeat(2,1fr);gap:4px;display:grid}}.Hero-module__JgYmMq__datePillWrapper{display:flex;position:relative}.Hero-module__JgYmMq__inlineCalendarPopover{box-shadow:0 0 0 1px #0000000d,0 20px 50px -10px #0000004d,0 40px 100px -20px #0003,0 0 80px #05966926;z-index:99999999!important;-webkit-backdrop-filter:blur(40px)saturate(200%)!important;background:#fffffffa!important;border:1px solid #ffffff80!important;border-radius:32px!important;animation:.5s cubic-bezier(.16,1,.3,1) forwards Hero-module__JgYmMq__premiumPop!important;position:absolute!important;top:50%!important;right:calc(100% + 20px)!important;overflow:hidden!important;transform:translateY(-50%)!important}@keyframes Hero-module__JgYmMq__premiumPop{0%{opacity:0;transform:translateY(-50%)translate(40px)scale(.9)}to{opacity:1;transform:translateY(-50%)translate(0)scale(1)}}@keyframes Hero-module__JgYmMq__slideInLeft{0%{opacity:0;transform:translateY(-50%)translate(20px)scale(.95)}to{opacity:1;transform:translateY(-50%)translate(0)scale(1)}}.Hero-module__JgYmMq__submitBtnContainer{perspective:1000px;justify-content:center;width:100%;margin-top:10px;display:flex}.Hero-module__JgYmMq__submitBtn{cursor:pointer;will-change:transform;background:#059669;border:none;border-radius:14px;justify-content:center;align-items:center;width:100%;padding:12px 20px;transition:transform .15s ease-out,background-color .3s,box-shadow .3s;display:flex;box-shadow:0 12px 32px #05966933}.Hero-module__JgYmMq__submitBtn:hover:not(:disabled){background:#047857;box-shadow:0 16px 40px #0596694d}.Hero-module__JgYmMq__submitBtn:disabled{opacity:.7;cursor:not-allowed}.Hero-module__JgYmMq__submitBtnVerified{background:#10b981!important;box-shadow:0 16px 40px #10b98159!important}.Hero-module__JgYmMq__submitBtnVerified:hover:not(:disabled){transform:translateY(-2px)scale(1.02);background:#059669!important}.Hero-module__JgYmMq__submitBtnText{color:#fff;letter-spacing:.05em;text-transform:uppercase;will-change:transform;pointer-events:none;align-items:center;gap:12px;font-size:14px;font-weight:800;transition:transform .15s ease-out;display:flex}.Hero-module__JgYmMq__spinner{color:#fffc;width:18px;height:18px}.Hero-module__JgYmMq__formError{color:#dc2626;text-align:center;background:#fef2f2;border:1px solid #fee2e2;border-radius:12px;margin-top:12px;padding:10px 14px;font-size:13px;font-weight:600;animation:.3s cubic-bezier(.16,1,.3,1) Hero-module__JgYmMq__scaleIn}.Hero-module__JgYmMq__trustCaption{text-align:center;color:#94a3b8;letter-spacing:.02em;margin-top:8px;font-size:10px;font-weight:600;display:block}.Hero-module__JgYmMq__appleCalendar{background:#fff;border:1px solid #0000000d;border-radius:24px;width:320px;padding:24px;animation:.3s cubic-bezier(.16,1,.3,1) Hero-module__JgYmMq__scaleIn;box-shadow:0 20px 60px #00000026}.Hero-module__JgYmMq__acHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.Hero-module__JgYmMq__acMonth{color:#111827;font-size:16px;font-weight:800}.Hero-module__JgYmMq__acArrow{color:#111827;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.Hero-module__JgYmMq__acArrow:hover{background:#e5e7eb}.Hero-module__JgYmMq__acGrid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.Hero-module__JgYmMq__acWeekday{color:#9ca3af;text-align:center;text-transform:uppercase;padding-bottom:12px;font-size:11px;font-weight:700}.Hero-module__JgYmMq__acDay{color:#374151;cursor:pointer;background:0 0;border:none;border-radius:50%;width:38px;height:38px;margin:1px;font-size:14px;font-weight:600;transition:all .15s}.Hero-module__JgYmMq__acDay:hover:not(.Hero-module__JgYmMq__acDaySelected){background:#f3f4f6}.Hero-module__JgYmMq__acDaySelected{font-weight:800;color:#fff!important;background:#22c55e!important}.Hero-module__JgYmMq__acDayToday:not(.Hero-module__JgYmMq__acDaySelected){color:#22c55e;box-shadow:inset 0 0 0 2px #22c55e}.Hero-module__JgYmMq__modalOverlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#0006;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.Hero-module__JgYmMq__modalContent{background:#fff;border-radius:32px;flex-direction:column;width:100%;max-width:720px;max-height:90vh;padding:28px 32px;animation:.4s cubic-bezier(.16,1,.3,1) Hero-module__JgYmMq__scaleIn;display:flex;box-shadow:0 40px 120px #0000004d}.Hero-module__JgYmMq__modalHeader{flex-shrink:0;justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.Hero-module__JgYmMq__modalTitle{color:#111827;letter-spacing:-.02em;margin:0;font-size:22px;font-weight:900}.Hero-module__JgYmMq__modalSubtitle{color:#64748b;margin-top:4px;font-size:13px;font-weight:600}.Hero-module__JgYmMq__modalCloseBtn{color:#9ca3af;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;line-height:1;transition:all .2s;display:flex}.Hero-module__JgYmMq__modalCloseBtn:hover{color:#111827;background:#e5e7eb}.Hero-module__JgYmMq__modalBody{flex-direction:column;margin-bottom:24px;display:flex;overflow:hidden}.Hero-module__JgYmMq__structuredItemsLarge{flex-direction:column;gap:12px;padding-bottom:8px;padding-right:8px;display:flex;overflow-y:auto}.Hero-module__JgYmMq__structuredItemsLarge::-webkit-scrollbar{width:6px}.Hero-module__JgYmMq__structuredItemsLarge::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.Hero-module__JgYmMq__structuredItem{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:8px;padding:16px;transition:border-color .2s,box-shadow .2s;display:flex}.Hero-module__JgYmMq__itemCategory{text-transform:uppercase;letter-spacing:.05em;border-radius:6px;align-self:flex-start;margin-bottom:-2px;padding:3px 10px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.Hero-module__JgYmMq__structuredItem:focus-within{background:#fff;border-color:#059669;box-shadow:0 4px 12px #0596690d}.Hero-module__JgYmMq__itemMainRow{align-items:center;gap:12px;display:flex}.Hero-module__JgYmMq__itemSubRow{padding-left:2px;display:flex}.Hero-module__JgYmMq__itemInputName{color:#0f172a;resize:none;background:0 0;border:none;outline:none;flex:3;padding-top:5px;font-size:15px;font-weight:700;line-height:1.4;overflow:hidden}.Hero-module__JgYmMq__itemInputName::placeholder{color:#94a3b8;font-weight:500}.Hero-module__JgYmMq__itemInputBrand{color:#475569;background:0 0;border:none;outline:none;flex:2;font-size:14px;font-weight:500}.Hero-module__JgYmMq__itemInputBrand::placeholder{color:#cbd5e1}.Hero-module__JgYmMq__itemInputAmount{color:#0f172a;text-align:center;background:#fff;border:none;border-radius:8px;outline:none;flex:1;max-width:80px;padding:8px 12px;font-size:15px;font-weight:700;transition:box-shadow .2s;box-shadow:inset 0 1px 2px #0000000d,0 0 0 1px #e2e8f0}.Hero-module__JgYmMq__itemInputAmount:focus{box-shadow:inset 0 0 0 2px #059669}.Hero-module__JgYmMq__itemInputUnit{color:#64748b;cursor:pointer;background:0 0;border:none;outline:none;flex:none;font-size:14px;font-weight:600}.Hero-module__JgYmMq__itemInputComment{color:#64748b;resize:none;background:0 0;border:none;outline:none;width:100%;padding-top:4px;font-size:13px;font-weight:500;line-height:1.4;overflow:hidden}.Hero-module__JgYmMq__itemInputComment::placeholder{color:#cbd5e1}.Hero-module__JgYmMq__removeItemBtn{color:#cbd5e1;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:20px;transition:color .2s cubic-bezier(.4,0,.2,1)}.Hero-module__JgYmMq__removeItemBtn:hover{color:#f43f5e}.Hero-module__JgYmMq__addRowContainer{margin-top:12px;padding-right:8px}.Hero-module__JgYmMq__addRowBtn{color:#64748b;cursor:pointer;background:0 0;border:2px dashed #e2e8f0;border-radius:16px;width:100%;padding:14px;font-size:14px;font-weight:600;transition:all .2s}.Hero-module__JgYmMq__addRowBtn:hover{color:#475569;background:#f8fafc;border-color:#cbd5e1}.Hero-module__JgYmMq__modalFooter{border-top:1px solid #f1f5f9;padding-top:24px}.Hero-module__JgYmMq__emptyListHint{text-align:center;color:#ef4444;margin-bottom:12px;font-size:14px;font-weight:600}.Hero-module__JgYmMq__modalSaveBtn{color:#fff;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background:#0b1222;border:none;border-radius:20px;width:100%;padding:18px 24px;font-size:15px;font-weight:800;transition:all .3s;box-shadow:0 10px 25px #0b122226}.Hero-module__JgYmMq__modalSaveBtn:hover:not(:disabled){background:#0d162b;transform:translateY(-2px);box-shadow:0 15px 35px #0b122240}.Hero-module__JgYmMq__modalSaveBtn:disabled{color:#f1f5f9;cursor:not-allowed;box-shadow:none;background:#cbd5e1}.Hero-module__JgYmMq__verificationCard{text-align:center;padding:20px 0}.Hero-module__JgYmMq__verificationTitle{color:#111827;margin-bottom:12px;font-size:26px;font-weight:900}.Hero-module__JgYmMq__verificationSubtitle{color:#4b5563;margin-bottom:24px;font-size:16px;line-height:1.6}.Hero-module__JgYmMq__verificationPhone{color:#111827;letter-spacing:-.02em;margin-top:10px;font-size:26px;font-weight:900;display:block}.Hero-module__JgYmMq__verificationError{color:#dc2626;background:#fef2f2;border:1px solid #fee2e2;border-radius:12px;margin-bottom:20px;padding:10px 14px;font-size:13px;font-weight:700;animation:.3s cubic-bezier(.16,1,.3,1) Hero-module__JgYmMq__scaleIn}.Hero-module__JgYmMq__verificationActions{flex-direction:column;align-items:center;gap:12px;display:flex}.Hero-module__JgYmMq__resendBtn{color:#059669;cursor:pointer;background:0 0;border:none;border-radius:10px;padding:8px 16px;font-size:14px;font-weight:700;transition:all .2s}.Hero-module__JgYmMq__resendBtn:hover:not(:disabled){background:#f0fdf4}.Hero-module__JgYmMq__resendBtn:disabled{color:#94a3b8;cursor:not-allowed;opacity:.8}.Hero-module__JgYmMq__errorShake{animation:.4s cubic-bezier(.36,.07,.19,.97) both Hero-module__JgYmMq__errorShake}@keyframes Hero-module__JgYmMq__errorShake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}.Hero-module__JgYmMq__otpGrid{justify-content:center;gap:16px;margin-bottom:32px;display:flex}.Hero-module__JgYmMq__otpInput{text-align:center;color:#111827;background:#f9fafb;border:2px solid #f3f4f6;border-radius:20px;width:64px;height:72px;font-size:28px;font-weight:800;transition:all .2s}.Hero-module__JgYmMq__otpInput:focus{background:#fff;border-color:#22c55e;outline:none;box-shadow:0 0 0 4px #22c55e1a}.Hero-module__JgYmMq__backBtn{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:10px;font-size:14px;font-weight:600;transition:color .2s}.Hero-module__JgYmMq__backBtn:hover{color:#111827}@keyframes Hero-module__JgYmMq__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__JgYmMq__fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__JgYmMq__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:1024px){.Hero-module__JgYmMq__hero{height:auto;min-height:100vh}.Hero-module__JgYmMq__stickyContainer{height:auto;position:relative;overflow:visible}.Hero-module__JgYmMq__content{flex-direction:column;align-items:center;gap:48px;height:auto;padding:100px 20px 60px}.Hero-module__JgYmMq__left{text-align:center;align-items:center;max-width:100%}.Hero-module__JgYmMq__badge{justify-content:center}.Hero-module__JgYmMq__features{text-align:left;align-items:center}.Hero-module__JgYmMq__formWrapper{flex:none;width:100%;max-width:440px}}@media (max-width:768px){.Hero-module__JgYmMq__title{font-size:26px}.Hero-module__JgYmMq__subtitle{margin-bottom:20px;font-size:13px}.Hero-module__JgYmMq__textBlock{padding:20px}.Hero-module__JgYmMq__ctaBtn .Hero-module__JgYmMq__ctaBtnText{font-size:clamp(11.5px,3.2vw,14px)}.Hero-module__JgYmMq__formWrapper{border-radius:20px;padding:16px}.Hero-module__JgYmMq__formGrid:before{display:none}.Hero-module__JgYmMq__datePills{background:#f1f5f9;border-radius:20px;grid-template-columns:repeat(3,1fr);gap:8px;padding:6px;display:grid}.Hero-module__JgYmMq__datePillWrapper:first-child{grid-column:span 3}.Hero-module__JgYmMq__datePill{border-radius:14px;padding:14px 6px;font-size:clamp(10px,3vw,13px);font-weight:800;transition:all .2s cubic-bezier(.4,0,.2,1)}.Hero-module__JgYmMq__datePillActive{color:#fff;background:#0b1222;transform:scale(1.02);box-shadow:0 4px 12px #0b122226}.Hero-module__JgYmMq__submitBtn{border-radius:100px;margin-top:12px;padding:16px 20px}.Hero-module__JgYmMq__submitBtnText{letter-spacing:.05em;text-transform:uppercase;font-size:clamp(11px,3.1vw,13.5px);font-weight:900}.Hero-module__JgYmMq__customDateWrapper{z-index:2000;position:fixed;top:50%!important;left:50%!important;right:auto!important;transform:translate(-50%,-50%)!important}.Hero-module__JgYmMq__modalContent{max-width:95vw;padding:20px}.Hero-module__JgYmMq__itemMainRow{flex-wrap:wrap;gap:8px}.Hero-module__JgYmMq__itemInputName{flex:1 0 100%}.Hero-module__JgYmMq__itemInputBrand{flex:1}.Hero-module__JgYmMq__itemInputAmount{max-width:60px}}.Hero-module__JgYmMq__successCard{text-align:center;padding:10px 0;animation:.5s cubic-bezier(.16,1,.3,1) Hero-module__JgYmMq__scaleIn}.Hero-module__JgYmMq__successHeader{flex-direction:column;align-items:center;margin-bottom:32px;display:flex}.Hero-module__JgYmMq__successIconLarge{color:#22c55e;background:#f0fdf4;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:20px;animation:.6s cubic-bezier(.175,.885,.32,1.275) Hero-module__JgYmMq__successPop;display:flex;box-shadow:0 10px 25px #22c55e26}@keyframes Hero-module__JgYmMq__successPop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.Hero-module__JgYmMq__successIconLarge svg{stroke-dasharray:50;stroke-dashoffset:50px;width:40px;height:40px;animation:.4s ease-out .4s forwards Hero-module__JgYmMq__drawCheck}@keyframes Hero-module__JgYmMq__drawCheck{to{stroke-dashoffset:0}}.Hero-module__JgYmMq__successTitle{color:#111827;letter-spacing:-.01em;margin-bottom:8px;font-size:24px;font-weight:900}.Hero-module__JgYmMq__requestIdBadge{color:#475569;letter-spacing:.02em;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:100px;padding:6px 16px;font-size:13px;font-weight:800;display:inline-block}.Hero-module__JgYmMq__successSteps{text-align:left;background:#ffffff4d;border:1px solid #00000008;border-radius:20px;flex-direction:column;gap:20px;margin-bottom:32px;padding:20px;display:flex}.Hero-module__JgYmMq__successStepItem{align-items:flex-start;gap:16px;display:flex}.Hero-module__JgYmMq__stepCircle{color:#fff;background:#0b1222;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:flex;box-shadow:0 4px 10px #0000001a}.Hero-module__JgYmMq__stepText strong{color:#111827;margin-bottom:2px;font-size:14px;font-weight:700;display:block}.Hero-module__JgYmMq__stepText p{color:#64748b;margin:0;font-size:13px;line-height:1.4}.Hero-module__JgYmMq__dashboardBtn{color:#fff;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:#059669;border:none;border-radius:100px;justify-content:center;align-items:center;gap:12px;width:100%;padding:18px 24px;font-size:14px;font-weight:800;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 30px #05966933}.Hero-module__JgYmMq__dashboardBtn:hover{background:#047857;transform:translateY(-2px);box-shadow:0 15px 40px #0596694d}.Hero-module__JgYmMq__dashboardBtn svg{transition:transform .3s}.Hero-module__JgYmMq__dashboardBtn:hover svg{transform:translate(4px)}.Hero-module__JgYmMq__successFooter{color:#94a3b8;margin-top:16px;font-size:12px;font-weight:500}.Hero-module__JgYmMq__loadingOverlay{-webkit-backdrop-filter:blur(28px)saturate(180%);z-index:10000000;background:#0b1222d9;justify-content:center;align-items:center;animation:.5s Hero-module__JgYmMq__overlayFadeIn;display:flex;position:fixed;inset:0}@keyframes Hero-module__JgYmMq__overlayFadeIn{0%{opacity:0}to{opacity:1}}.Hero-module__JgYmMq__loadingContent{flex-direction:column;align-items:center;gap:40px;width:100%;max-width:400px;padding:20px;display:flex}.Hero-module__JgYmMq__scannerWrapper{background:#ffffff08;border:1px solid #ffffff1a;border-radius:30px;width:120px;height:120px;position:relative;overflow:hidden;box-shadow:inset 0 0 40px #0003}.Hero-module__JgYmMq__scannerLine{background:linear-gradient(#0000,#05966966,#0596691a,#0000);border-bottom:2px solid #059669;width:100%;height:40%;animation:1.5s ease-in-out infinite Hero-module__JgYmMq__scannerMove;position:absolute;top:0;left:0;box-shadow:0 10px 30px #0596694d}@keyframes Hero-module__JgYmMq__scannerMove{0%{transform:translateY(-100%)}to{transform:translateY(250%)}}.Hero-module__JgYmMq__scannerParticles{pointer-events:none;position:absolute;inset:0}.Hero-module__JgYmMq__particle{opacity:0;background:#059669;border-radius:50%;width:4px;height:4px;animation:3s infinite Hero-module__JgYmMq__particleFloat;position:absolute}.Hero-module__JgYmMq__particle:first-child{animation-delay:.2s;top:30%;left:20%}.Hero-module__JgYmMq__particle:nth-child(2){animation-delay:.5s;top:50%;left:70%}.Hero-module__JgYmMq__particle:nth-child(3){animation-delay:1s;top:80%;left:40%}.Hero-module__JgYmMq__particle:nth-child(4){animation-delay:1.5s;top:20%;left:80%}.Hero-module__JgYmMq__particle:nth-child(5){animation-delay:2s;top:60%;left:10%}.Hero-module__JgYmMq__particle:nth-child(6){animation-delay:2.5s;top:10%;left:50%}@keyframes Hero-module__JgYmMq__particleFloat{0%{opacity:0;transform:scale(0)translateY(0)}50%{opacity:.6;transform:scale(1.5)translateY(-20px)}to{opacity:0;transform:scale(0)translateY(-40px)}}.Hero-module__JgYmMq__loadingStatusBox{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;width:100%;padding:24px;box-shadow:0 20px 50px #0000004d}.Hero-module__JgYmMq__statusRow{align-items:center;gap:14px;margin-bottom:20px;display:flex}.Hero-module__JgYmMq__statusLED{background:#059669;border-radius:50%;width:8px;height:8px;animation:1s infinite alternate Hero-module__JgYmMq__ledPulse;box-shadow:0 0 10px #059669}@keyframes Hero-module__JgYmMq__ledPulse{0%{opacity:.4;transform:scale(.8)}to{opacity:1;transform:scale(1.1)}}.Hero-module__JgYmMq__statusText{color:#fff;letter-spacing:.02em;font-size:14px;font-weight:600}.Hero-module__JgYmMq__progressBar{background:#ffffff1a;border-radius:10px;width:100%;height:4px;overflow:hidden}.Hero-module__JgYmMq__progressFill{background:#059669;height:100%;transition:width .4s cubic-bezier(.16,1,.3,1);box-shadow:0 0 15px #05966980}
.AppleCalendar-module___40Vaq__appleCalendar{background:#fff;border:1px solid #0000000d;border-radius:24px;width:320px;padding:24px;animation:.3s cubic-bezier(.16,1,.3,1) AppleCalendar-module___40Vaq__scaleIn;box-shadow:0 20px 60px #00000026}@keyframes AppleCalendar-module___40Vaq__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.AppleCalendar-module___40Vaq__acHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.AppleCalendar-module___40Vaq__acMonth{color:#111827;font-size:16px;font-weight:800}.AppleCalendar-module___40Vaq__acArrow{color:#111827;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.AppleCalendar-module___40Vaq__acArrow:hover{background:#e5e7eb}.AppleCalendar-module___40Vaq__acGrid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.AppleCalendar-module___40Vaq__acWeekday{color:#9ca3af;text-align:center;text-transform:uppercase;padding-bottom:12px;font-size:11px;font-weight:700}.AppleCalendar-module___40Vaq__acDay{color:#374151;cursor:pointer;background:0 0;border:none;border-radius:50%;width:38px;height:38px;margin:1px;font-size:14px;font-weight:600;transition:all .15s}.AppleCalendar-module___40Vaq__acDay:hover:not(.AppleCalendar-module___40Vaq__acDaySelected){background:#f3f4f6}.AppleCalendar-module___40Vaq__acDaySelected{font-weight:800;color:#fff!important;background:#22c55e!important}.AppleCalendar-module___40Vaq__acDayToday:not(.AppleCalendar-module___40Vaq__acDaySelected){color:#22c55e;box-shadow:inset 0 0 0 2px #22c55e}
.Contract-module__gEj30G__wrapper{color:#000;background:#f1f5f9;flex-direction:column;align-items:center;min-height:100vh;padding:40px 20px;font-family:Times New Roman,Times,serif;display:flex}.Contract-module__gEj30G__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0f172a66;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.Contract-module__gEj30G__modalContent{background:#f8fafc;border-radius:24px;flex-direction:column;width:100%;max-width:900px;height:90vh;animation:.4s cubic-bezier(.16,1,.3,1) Contract-module__gEj30G__slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 120px #00000080}.Contract-module__gEj30G__modalLoading{justify-content:center;align-items:center;gap:20px}.Contract-module__gEj30G__loadingSpinner{border:4px solid #e2e8f0;border-top-color:#059669;border-radius:50%;width:48px;height:48px;animation:1s linear infinite Contract-module__gEj30G__spin}.Contract-module__gEj30G__loadingText{color:#64748b;font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600}@keyframes Contract-module__gEj30G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Contract-module__gEj30G__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.Contract-module__gEj30G__modalHeader{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:20px 32px;display:flex}.Contract-module__gEj30G__modalTitle{letter-spacing:-.5px;color:#0f172a;font-size:18px;font-weight:800}.Contract-module__gEj30G__modalCloseBtn{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:all .2s;display:flex}.Contract-module__gEj30G__modalCloseBtn:hover{color:#0f172a;background:#e2e8f0;transform:rotate(90deg)}.Contract-module__gEj30G__modalBody{-webkit-overflow-scrolling:touch;flex:1;padding:40px;overflow-y:auto}.Contract-module__gEj30G__documentWrapper{max-width:100%;margin:0 auto}@media (max-width:768px){.Contract-module__gEj30G__modalOverlay{padding:0}.Contract-module__gEj30G__modalContent{background:#fff;border-radius:0;height:100%;max-height:100vh}.Contract-module__gEj30G__modalBody{background:#fff;padding:20px 12px}.Contract-module__gEj30G__documentWrapper{width:100%}.Contract-module__gEj30G__documentPage{font-size:11pt;width:100%!important;min-height:auto!important;box-shadow:none!important;padding:0!important}.Contract-module__gEj30G__docHeader h1,.Contract-module__gEj30G__docHeader h2{font-size:13pt}.Contract-module__gEj30G__docBody p{text-indent:0;text-align:left;margin-bottom:12pt}.Contract-module__gEj30G__signatures{flex-direction:column;gap:30px;margin-top:30pt}.Contract-module__gEj30G__party{width:100%}.Contract-module__gEj30G__pepStamp{max-width:100%;margin-top:10px;transform:none}}@media print{.Contract-module__gEj30G__modalOverlay{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;padding:0;position:relative}.Contract-module__gEj30G__modalContent{height:auto;box-shadow:none;background:#fff}.Contract-module__gEj30G__modalHeader,.Contract-module__gEj30G__modalCloseBtn{display:none}}.Contract-module__gEj30G__controls{gap:16px;margin-bottom:30px;display:flex}.Contract-module__gEj30G__topPrintBtn{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:700;transition:all .2s;display:flex}.Contract-module__gEj30G__topPrintBtn:hover{background:#047857;transform:translateY(-1px)}.Contract-module__gEj30G__backBtn{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:12px 24px;font-family:system-ui,-apple-system,sans-serif;font-weight:700;transition:all .2s}.Contract-module__gEj30G__backBtn:hover{color:#0f172a;background:#f8fafc;border-color:#94a3b8}.Contract-module__gEj30G__loading,.Contract-module__gEj30G__error{text-align:center;background:#f1f5f9;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:100vh;font-family:system-ui,-apple-system,sans-serif;font-size:18px;display:flex}.Contract-module__gEj30G__docFooterLegal{color:#64748b;border-top:1px solid #e2e8f0;margin-top:30pt;padding-top:10pt;font-size:9pt;font-style:italic;line-height:1.4}.Contract-module__gEj30G__documentPage{box-sizing:border-box;background:#fff;width:210mm;min-height:297mm;padding:20mm;font-size:12pt;line-height:1.5;box-shadow:0 10px 30px #0000001a}.Contract-module__gEj30G__docHeader{text-align:center;margin-bottom:12pt}.Contract-module__gEj30G__docHeader h1,.Contract-module__gEj30G__docHeader h2{text-transform:uppercase;margin:0 0 10pt;font-size:14pt}.Contract-module__gEj30G__docHeader p{justify-content:space-between;margin:0;display:flex}.Contract-module__gEj30G__docBody p{text-align:justify;text-indent:1.25cm;margin:0 0 8pt}.Contract-module__gEj30G__docBody h3{text-align:center;margin:16pt 0 8pt;font-size:12pt}.Contract-module__gEj30G__signatures{justify-content:space-between;gap:20pt;margin-top:40pt;display:flex}.Contract-module__gEj30G__party{flex:1;font-size:11pt}.Contract-module__gEj30G__party h4{text-align:center;margin:0 0 10pt;font-size:12pt}.Contract-module__gEj30G__party p{margin:0 0 4pt}.Contract-module__gEj30G__pepStamp{background:#2563eb08;border:2px solid #2563eb;border-radius:8pt;max-width:250pt;margin-top:15pt;padding:10pt;transform:rotate(-2deg)}.Contract-module__gEj30G__pepTitle{color:#2563eb;text-align:center;border-bottom:1px solid #2563eb4d;margin-bottom:6pt;padding-bottom:4pt;font-size:10pt;font-weight:700}.Contract-module__gEj30G__pepRow{color:#1e3a8a;justify-content:space-between;margin-bottom:3pt;font-family:monospace;font-size:8pt;display:flex}.Contract-module__gEj30G__table{border-collapse:collapse;width:100%;margin-top:16pt;font-size:11pt}.Contract-module__gEj30G__table th,.Contract-module__gEj30G__table td{text-align:left;border:1px solid #000;padding:4pt 8pt}.Contract-module__gEj30G__table th{text-align:center;background:#f8f9fa}.Contract-module__gEj30G__printAction{justify-content:center;margin-top:60px;padding-bottom:40px;display:flex}.Contract-module__gEj30G__printBtn{cursor:pointer;background:#0f172a;border:none;border-radius:14px;align-items:center;gap:12px;padding:16px 32px;font-family:inherit;font-size:16px;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 30px #0000001a;color:#fff!important}.Contract-module__gEj30G__printBtn:hover{background:#059669;transform:translateY(-2px);box-shadow:0 15px 30px #05966940}.Contract-module__gEj30G__printBtn svg{opacity:.8}@media print{.Contract-module__gEj30G__printAction{display:none}.Contract-module__gEj30G__wrapper{background:0 0;align-items:stretch;padding:0}.Contract-module__gEj30G__controls{display:none}.Contract-module__gEj30G__documentPage{box-shadow:none;width:auto;min-height:auto;margin:0!important;padding:20mm!important}}@media (max-width:768px){.Contract-module__gEj30G__wrapper{background:#fff;padding:16px}.Contract-module__gEj30G__controls{z-index:100;background:#fff;border-radius:12px;justify-content:center;width:100%;padding:10px;position:sticky;top:10px;box-shadow:0 4px 20px #0000000d}.Contract-module__gEj30G__documentPage{width:100%;min-height:auto;box-shadow:none;padding:24px 16px;font-size:11pt}.Contract-module__gEj30G__docHeader h1{font-size:12pt}.Contract-module__gEj30G__signatures{flex-direction:column;gap:40px}.Contract-module__gEj30G__party{width:100%}.Contract-module__gEj30G__pepStamp{max-width:100%;margin-top:10px;transform:none}.Contract-module__gEj30G__printAction{margin-top:40px}.Contract-module__gEj30G__printBtn{justify-content:center;width:100%;padding:14px 20px;font-size:15px}}@media (max-width:480px){.Contract-module__gEj30G__docHeader p{flex-direction:column;align-items:center;gap:8px}.Contract-module__gEj30G__table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}}
.HowItWorks-module__u8qSLG__section{background:#0f172a;padding:140px 24px;position:relative;overflow:hidden}.HowItWorks-module__u8qSLG__section:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.HowItWorks-module__u8qSLG__container{z-index:2;max-width:1200px;margin:0 auto;position:relative}.HowItWorks-module__u8qSLG__header{max-width:640px;margin-bottom:80px}.HowItWorks-module__u8qSLG__badge{color:var(--accent);text-transform:uppercase;letter-spacing:2px;background:#0596691a;border:1px solid #05966926;border-radius:100px;margin-bottom:28px;padding:8px 20px;font-size:12px;font-weight:800;display:inline-block}.HowItWorks-module__u8qSLG__title{font-family:var(--font-heading);color:#fff;letter-spacing:-1.5px;margin-bottom:24px;font-size:clamp(36px,5vw,56px);font-weight:800;line-height:1.08}.HowItWorks-module__u8qSLG__dot{color:var(--accent)}.HowItWorks-module__u8qSLG__subtitle{color:#94a3b8;font-size:clamp(17px,2vw,20px);line-height:1.65}.HowItWorks-module__u8qSLG__timeline{align-items:stretch;gap:0;margin-top:20px;display:flex;position:relative}.HowItWorks-module__u8qSLG__timeline:before{content:"";z-index:1;background:#ffffff08;height:2px;position:absolute;top:100px;left:60px;right:60px}.HowItWorks-module__u8qSLG__step{z-index:2;flex:1;align-items:flex-start;display:flex;position:relative}.HowItWorks-module__u8qSLG__stepCard{-webkit-backdrop-filter:blur(8px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:32px;flex-direction:column;flex:1;gap:24px;padding:48px 40px;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.HowItWorks-module__u8qSLG__stepCard:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#10b9811a 0%,#0000 50%);transition:opacity .6s;position:absolute;inset:0}.HowItWorks-module__u8qSLG__stepCard:hover{background:#ffffff0f;border-color:#10b98133;transform:translateY(-12px)scale(1.02);box-shadow:0 40px 80px -20px #00000080,0 0 0 1px #10b9811a}.HowItWorks-module__u8qSLG__stepCard:hover:after{opacity:1}.HowItWorks-module__u8qSLG__stepNumber{font-family:var(--font-heading);color:#ffffff08;-webkit-user-select:none;user-select:none;font-size:80px;font-weight:800;line-height:1;transition:color .5s;position:absolute;top:20px;right:24px}.HowItWorks-module__u8qSLG__stepCard:hover .HowItWorks-module__u8qSLG__stepNumber{color:#05966914}.HowItWorks-module__u8qSLG__stepIcon{width:56px;height:56px;color:var(--accent);background:#0596691a;border:1px solid #05966926;border-radius:18px;justify-content:center;align-items:center;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex}.HowItWorks-module__u8qSLG__stepCard:hover .HowItWorks-module__u8qSLG__stepIcon{background:var(--accent);color:#fff;transform:scale(1.1);box-shadow:0 12px 32px #05966959}.HowItWorks-module__u8qSLG__stepTitle{font-family:var(--font-heading);color:#fff;letter-spacing:-.3px;font-size:24px;font-weight:700}.HowItWorks-module__u8qSLG__stepText{color:#94a3b8;font-size:16px;line-height:1.65;transition:color .4s}.HowItWorks-module__u8qSLG__stepCard:hover .HowItWorks-module__u8qSLG__stepText{color:#cbd5e1}.HowItWorks-module__u8qSLG__connector{color:#ffffff14;z-index:10;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:56px;margin-top:48px;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.HowItWorks-module__u8qSLG__step:hover .HowItWorks-module__u8qSLG__connector{color:var(--accent);filter:drop-shadow(0 0 8px #10b98166);transform:scale(1.2)}.HowItWorks-module__u8qSLG__connector svg{animation:2s infinite HowItWorks-module__u8qSLG__slideRight}@keyframes HowItWorks-module__u8qSLG__slideRight{0%{opacity:.3;transform:translate(-4px)}50%{opacity:1;transform:translate(4px)}to{opacity:.3;transform:translate(-4px)}}@media (max-width:1024px){.HowItWorks-module__u8qSLG__timeline{flex-direction:column;gap:0;margin-top:40px}.HowItWorks-module__u8qSLG__timeline:before{background:#10b98133;width:2px;height:auto;top:40px;bottom:40px;left:24px}.HowItWorks-module__u8qSLG__step{width:100%;padding-bottom:24px}.HowItWorks-module__u8qSLG__stepCard{background:#ffffff0a;border-radius:20px;margin-left:48px;padding:24px}.HowItWorks-module__u8qSLG__stepNumber{opacity:.15;font-size:32px;top:10px;right:15px}.HowItWorks-module__u8qSLG__stepIcon{z-index:5;background:#020617;border-radius:10px;width:44px;height:44px;position:absolute;top:24px;left:-48px;transform:none}.HowItWorks-module__u8qSLG__stepCard:hover .HowItWorks-module__u8qSLG__stepIcon{transform:scale(1.1)}.HowItWorks-module__u8qSLG__connector{display:none}}@media (max-width:640px){.HowItWorks-module__u8qSLG__section{padding:100px 16px}.HowItWorks-module__u8qSLG__stepCard{border-radius:24px;padding:36px 28px}.HowItWorks-module__u8qSLG__stepNumber{font-size:56px}}.HowItWorks-module__u8qSLG__finalAction{text-align:center;animation:HowItWorks-module__u8qSLG__fadeInUp .8s var(--ease-out) .4s both;flex-direction:column;align-items:center;gap:16px;margin-top:80px;display:flex}.HowItWorks-module__u8qSLG__mainCta{background:var(--accent);color:#fff;border-radius:100px;align-items:center;gap:10px;padding:20px 48px;font-size:16px;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 16px 40px -8px #0596694d}.HowItWorks-module__u8qSLG__mainCta:hover{background:#10b981;transform:translateY(-3px)scale(1.03);box-shadow:0 20px 50px -8px #05966973}.HowItWorks-module__u8qSLG__ctaNote{color:#94a3b8;font-size:14px;font-weight:500}@media (max-width:768px){.HowItWorks-module__u8qSLG__finalAction{margin-top:60px}.HowItWorks-module__u8qSLG__mainCta{justify-content:center;width:100%;padding:18px 24px}}
.ProblemSolution-module__AsnQoG__section{background:#fafaf8;padding:140px 24px 160px;position:relative;overflow:hidden}.ProblemSolution-module__AsnQoG__container{z-index:2;max-width:1100px;margin:0 auto;position:relative}.ProblemSolution-module__AsnQoG__header{text-align:center;max-width:720px;margin-bottom:80px;margin-left:auto;margin-right:auto}.ProblemSolution-module__AsnQoG__tag{color:var(--accent);text-transform:uppercase;letter-spacing:2px;background:#0596690f;border:1px solid #0596691f;border-radius:100px;margin-bottom:28px;padding:8px 20px;font-size:12px;font-weight:800;display:inline-block}.ProblemSolution-module__AsnQoG__title{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-1.5px;margin-bottom:28px;font-size:clamp(36px,5vw,56px);font-weight:800;line-height:1.08}.ProblemSolution-module__AsnQoG__accent{background:linear-gradient(135deg, var(--accent), #10b981);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ProblemSolution-module__AsnQoG__subtitle{display:none}.ProblemSolution-module__AsnQoG__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:100px;display:grid}.ProblemSolution-module__AsnQoG__card{background:#fff;border:1px solid #0000000f;border-radius:28px;flex-direction:column;gap:0;padding:40px 32px;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.ProblemSolution-module__AsnQoG__card:before{content:"";background:var(--card-accent,var(--accent));opacity:0;height:3px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.ProblemSolution-module__AsnQoG__card:hover{border-color:#0000;transform:translateY(-12px);box-shadow:0 32px 64px #0000000f,0 16px 32px #00000008,0 0 0 1px #00000008}.ProblemSolution-module__AsnQoG__card:hover:before{opacity:1}.ProblemSolution-module__AsnQoG__painSide{margin-bottom:28px}.ProblemSolution-module__AsnQoG__painHeader{align-items:center;gap:14px;margin-bottom:16px;display:flex}.ProblemSolution-module__AsnQoG__painIcon{background:var(--card-gradient,#0596690f);width:48px;height:48px;color:var(--card-accent,var(--accent));border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex}.ProblemSolution-module__AsnQoG__card:hover .ProblemSolution-module__AsnQoG__painIcon{transform:scale(1.1)rotate(-3deg);box-shadow:0 8px 20px #0000000f}.ProblemSolution-module__AsnQoG__cardTitle{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.3px;font-size:22px;font-weight:800}.ProblemSolution-module__AsnQoG__painText{color:var(--text-secondary);font-size:15px;line-height:1.65}.ProblemSolution-module__AsnQoG__separator{align-items:center;gap:16px;margin:4px 0 28px;display:flex}.ProblemSolution-module__AsnQoG__separatorLine{background:linear-gradient(90deg,#0000,#00000014,#0000);flex:1;height:1px}.ProblemSolution-module__AsnQoG__separatorArrow{background:var(--card-gradient,#0596690f);width:40px;height:40px;color:var(--card-accent,var(--accent));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .4s;display:flex}.ProblemSolution-module__AsnQoG__card:hover .ProblemSolution-module__AsnQoG__separatorArrow{transform:scale(1.15);box-shadow:0 8px 20px #0000000f}.ProblemSolution-module__AsnQoG__solutionSide{flex-direction:column;flex:1;justify-content:space-between;gap:24px;display:flex}.ProblemSolution-module__AsnQoG__solutionText{color:var(--text-primary);font-size:15.5px;font-weight:500;line-height:1.65}.ProblemSolution-module__AsnQoG__solutionFooter{flex-direction:column;gap:16px;width:100%;margin-top:auto;display:flex}.ProblemSolution-module__AsnQoG__metricBlock{background:var(--card-gradient,#0596690a);border:1px solid #00000005;border-radius:14px;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;width:100%;min-height:84px;padding:16px 20px;display:flex}.ProblemSolution-module__AsnQoG__cardBtn{color:var(--card-accent,var(--accent));border:1.5px solid var(--card-accent,var(--accent));transition:all .4s var(--ease-out);white-space:nowrap;background:#fff;border-radius:100px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 24px;font-size:14px;font-weight:800;text-decoration:none;display:flex}.ProblemSolution-module__AsnQoG__cardBtn:hover{background:var(--card-accent,var(--accent));color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #10b98126}.ProblemSolution-module__AsnQoG__cardBtn svg{transition:transform .3s var(--ease-out)}.ProblemSolution-module__AsnQoG__cardBtn:hover svg{transform:translate(3px)}.ProblemSolution-module__AsnQoG__metricValue{font-family:var(--font-heading);color:var(--card-accent,var(--accent));font-size:20px;font-weight:800;line-height:1.1}.ProblemSolution-module__AsnQoG__metricLabel{color:var(--text-secondary);font-size:13px;font-weight:600;line-height:1.3}.ProblemSolution-module__AsnQoG__bottomCta{background:#0f172a;border-radius:32px;position:relative;overflow:hidden}.ProblemSolution-module__AsnQoG__bottomCta:before{content:"";pointer-events:none;background:radial-gradient(circle,#05966933 0%,#0000 60%);width:500px;height:500px;position:absolute;top:-50%;right:-20%}.ProblemSolution-module__AsnQoG__bottomCta:after{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb14 0%,#0000 60%);width:400px;height:400px;position:absolute;bottom:-50%;left:-20%}.ProblemSolution-module__AsnQoG__ctaInner{z-index:2;justify-content:space-between;align-items:center;gap:48px;padding:64px;display:flex;position:relative}.ProblemSolution-module__AsnQoG__ctaContent h3{font-family:var(--font-heading);color:#fff;letter-spacing:-.5px;margin-bottom:12px;font-size:clamp(24px,3vw,34px);font-weight:800}.ProblemSolution-module__AsnQoG__ctaContent p{color:#94a3b8;max-width:480px;font-size:17px;line-height:1.5}.ProblemSolution-module__AsnQoG__ctaBtn{background:var(--accent);color:#fff;font-size:16px;font-weight:700;font-family:var(--font-body);white-space:nowrap;border-radius:100px;align-items:center;gap:10px;padding:20px 40px;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 16px 40px -8px #05966966}.ProblemSolution-module__AsnQoG__ctaBtn:hover{background:#10b981;transform:translateY(-3px)scale(1.03);box-shadow:0 20px 50px -8px #0596698c}@media (max-width:1024px){.ProblemSolution-module__AsnQoG__grid{grid-template-columns:1fr;gap:20px;max-width:540px;margin-left:auto;margin-right:auto}.ProblemSolution-module__AsnQoG__ctaInner{text-align:center;flex-direction:column;padding:48px 32px}.ProblemSolution-module__AsnQoG__ctaContent p{margin:0 auto}}@media (max-width:640px){.ProblemSolution-module__AsnQoG__section{padding:100px 16px 120px}.ProblemSolution-module__AsnQoG__card{border-radius:24px;padding:32px 24px}.ProblemSolution-module__AsnQoG__cardTitle{font-size:20px}.ProblemSolution-module__AsnQoG__metricValue{font-size:26px}.ProblemSolution-module__AsnQoG__metricBlock{padding:16px 20px}.ProblemSolution-module__AsnQoG__ctaInner{padding:40px 24px}.ProblemSolution-module__AsnQoG__ctaBtn{justify-content:center;width:100%;padding:18px 24px}}.ProblemSolution-module__AsnQoG__finalThought{text-align:center;max-width:900px;animation:ProblemSolution-module__AsnQoG__fadeInUp .8s var(--ease-out) .6s both;background:#fff;border:1px solid #0000000d;border-radius:40px;margin-top:120px;margin-left:auto;margin-right:auto;padding:80px 48px;position:relative;box-shadow:0 40px 100px -20px #0000000f}.ProblemSolution-module__AsnQoG__finalThought:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle,#0596690f 0%,#0000 70%);width:300px;height:300px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.ProblemSolution-module__AsnQoG__finalIcon{width:80px;height:80px;color:var(--accent);background:#0596690d;border-radius:24px;justify-content:center;align-items:center;margin:0 auto 32px;display:flex}.ProblemSolution-module__AsnQoG__finalTitle{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.5px;margin-bottom:20px;font-size:clamp(24px,3vw,32px);font-weight:800}.ProblemSolution-module__AsnQoG__finalText{color:var(--text-secondary);max-width:680px;margin:0 auto;font-size:clamp(16px,1.5vw,19px);line-height:1.6}.ProblemSolution-module__AsnQoG__finalText strong{color:var(--text-primary);white-space:nowrap;font-weight:800;position:relative}.ProblemSolution-module__AsnQoG__finalText strong:after{content:"";z-index:-1;background:#05966914;width:100%;height:6px;position:absolute;bottom:1px;left:0}@media (max-width:768px){.ProblemSolution-module__AsnQoG__finalThought{border-radius:24px;margin-top:60px;padding:48px 24px}}
.TrustSection-module__fU1gDa__section{background:#fff;padding:80px 24px;position:relative}.TrustSection-module__fU1gDa__section:before{content:"";background:linear-gradient(90deg,#0000,#0000000f,#0000);height:1px;position:absolute;top:0;left:0;right:0}.TrustSection-module__fU1gDa__container{max-width:1200px;margin:0 auto}.TrustSection-module__fU1gDa__statsGrid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:80px;display:grid}.TrustSection-module__fU1gDa__statCard{text-align:center;background:#fff;border:1px solid #0000000d;border-radius:24px;padding:40px 24px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.TrustSection-module__fU1gDa__statCard:after{content:"";background:var(--accent);height:3px;transition:transform .4s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.TrustSection-module__fU1gDa__statCard:hover{border-color:#0000;transform:translateY(-8px);box-shadow:0 24px 48px #0000000d,0 0 0 1px #00000008}.TrustSection-module__fU1gDa__statCard:hover:after{transform:scaleX(1)}.TrustSection-module__fU1gDa__statValue{font-family:var(--font-heading);color:var(--accent);letter-spacing:-1px;margin-bottom:12px;font-size:44px;font-weight:800;line-height:1}.TrustSection-module__fU1gDa__statLabel{color:var(--text-primary);margin-bottom:6px;font-size:15px;font-weight:700}.TrustSection-module__fU1gDa__statDetail{color:var(--text-muted);font-size:13px;line-height:1.4}.TrustSection-module__fU1gDa__trustFooter{text-align:center}.TrustSection-module__fU1gDa__trustText{text-transform:uppercase;letter-spacing:2px;color:var(--text-muted);margin-bottom:36px;font-size:12px;font-weight:700}.TrustSection-module__fU1gDa__logos{opacity:.35;flex-wrap:wrap;justify-content:center;align-items:center;gap:56px;transition:opacity .4s;display:flex}.TrustSection-module__fU1gDa__logos:hover{opacity:.55}.TrustSection-module__fU1gDa__logoItem{font-family:var(--font-heading);letter-spacing:-.02em;color:#0f172a;font-size:18px;font-weight:800;transition:opacity .3s}.TrustSection-module__fU1gDa__logoItem span{color:#64748b;font-weight:300}@media (max-width:1024px){.TrustSection-module__fU1gDa__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.TrustSection-module__fU1gDa__section{padding:60px 16px}.TrustSection-module__fU1gDa__statsGrid{grid-template-columns:repeat(2,1fr);gap:12px}.TrustSection-module__fU1gDa__statCard{border-radius:20px;padding:28px 16px}.TrustSection-module__fU1gDa__statValue{font-size:34px}.TrustSection-module__fU1gDa__logos{gap:28px}}
.Footer-module__Grjkva__footer{color:#fff;background:#0f172a;padding:100px 24px 48px}.Footer-module__Grjkva__container{max-width:1200px;margin:0 auto}.Footer-module__Grjkva__top{justify-content:space-between;gap:80px;margin-bottom:80px;display:flex}.Footer-module__Grjkva__brand{max-width:340px}.Footer-module__Grjkva__logo{font-family:var(--font-heading);letter-spacing:2px;margin-bottom:20px;font-size:32px;font-weight:800}.Footer-module__Grjkva__dot{color:var(--accent)}.Footer-module__Grjkva__tagline{color:#64748b;font-size:15px;line-height:1.65}.Footer-module__Grjkva__links{gap:80px;display:flex}.Footer-module__Grjkva__linkCol{flex-direction:column;gap:14px;display:flex}.Footer-module__Grjkva__linkCol h4{text-transform:uppercase;letter-spacing:2px;color:#475569;margin-bottom:8px;font-size:12px;font-weight:800}.Footer-module__Grjkva__linkCol a{color:#94a3b8;font-size:15px;font-weight:500;text-decoration:none;transition:all .25s}.Footer-module__Grjkva__linkCol a:hover{color:#fff;transform:translate(4px)}.Footer-module__Grjkva__bottom{color:#475569;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-top:40px;font-size:13px;display:flex}.Footer-module__Grjkva__social{flex-wrap:wrap;gap:16px;display:flex}.Footer-module__Grjkva__socialLink{color:#94a3b8;transition:all .3s var(--ease-out);white-space:nowrap;background:#ffffff08;border:1px solid #ffffff1a;border-radius:100px;align-items:center;padding:10px 20px;font-size:13.5px;font-weight:700;text-decoration:none;display:inline-flex}.Footer-module__Grjkva__socialLink:hover{border-color:var(--accent);color:#fff;background:#ffffff14;transform:translateY(-2px);box-shadow:0 10px 20px -10px #00000080}@media (max-width:1024px){.Footer-module__Grjkva__top{flex-direction:column;gap:48px}}@media (max-width:640px){.Footer-module__Grjkva__footer{padding:80px 16px 40px}.Footer-module__Grjkva__links{flex-direction:column;gap:32px}.Footer-module__Grjkva__bottom{flex-direction:column;align-items:flex-start;gap:20px}}
.Preloader-module___IQMiG__preloader{z-index:1000000000;will-change:opacity, transform;background:#0b1222;justify-content:center;align-items:center;transition:opacity 1.2s cubic-bezier(.65,0,.35,1),transform 1.2s cubic-bezier(.65,0,.35,1);display:flex;position:fixed;inset:0}.Preloader-module___IQMiG__preloaderHidden{opacity:0;pointer-events:none;transform:translateY(-20px)scale(1.02)}.Preloader-module___IQMiG__brandContainer{flex-direction:column;align-items:center;gap:16px;display:flex;overflow:hidden}.Preloader-module___IQMiG__brandName{letter-spacing:.3em;text-transform:uppercase;color:#fff;align-items:baseline;font-size:32px;font-weight:900;display:flex}.Preloader-module___IQMiG__brandDot{color:#10b981;margin-left:2px}.Preloader-module___IQMiG__letter{opacity:0;filter:blur(10px);animation:1.6s cubic-bezier(.16,1,.3,1) forwards Preloader-module___IQMiG__premiumReveal;display:inline-block;transform:scale(1.05)}.Preloader-module___IQMiG__brandName .Preloader-module___IQMiG__letter:first-child{animation-delay:0s}.Preloader-module___IQMiG__brandName .Preloader-module___IQMiG__letter:nth-child(2){animation-delay:.15s}.Preloader-module___IQMiG__brandName .Preloader-module___IQMiG__letter:nth-child(3){animation-delay:.3s}.Preloader-module___IQMiG__brandName .Preloader-module___IQMiG__letter:nth-child(4){animation-delay:.45s}.Preloader-module___IQMiG__brandName .Preloader-module___IQMiG__letter:nth-child(5){animation-delay:.6s}.Preloader-module___IQMiG__brandName .Preloader-module___IQMiG__letter:nth-child(6){animation-delay:.75s}.Preloader-module___IQMiG__brandSubtitle{letter-spacing:.25em;color:#64748b;text-transform:uppercase;opacity:0;filter:blur(5px);font-size:11px;font-weight:600;animation:1.6s cubic-bezier(.16,1,.3,1) 1.2s forwards Preloader-module___IQMiG__subReveal}@keyframes Preloader-module___IQMiG__premiumReveal{0%{opacity:0;filter:blur(12px);transform:scale(1.04)}to{opacity:1;filter:blur();transform:scale(1)}}@keyframes Preloader-module___IQMiG__subReveal{0%{opacity:0;filter:blur(8px)}to{opacity:1;filter:blur()}}@keyframes Preloader-module___IQMiG__shimmer{to{background-position:200%}}@keyframes Preloader-module___IQMiG__slideUp{to{opacity:1;transform:translateY(0)}}
.TransparencyMetrics-module__n_q6hW__section{color:#fff;background:radial-gradient(circle at 50% 0,#0f172a,#000);padding:80px 20px;position:relative;overflow:hidden}.TransparencyMetrics-module__n_q6hW__section:before{content:"";pointer-events:none;filter:blur(60px);background:radial-gradient(circle,#3b82f626 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:10%;left:20%}.TransparencyMetrics-module__n_q6hW__section:after{content:"";pointer-events:none;filter:blur(60px);background:radial-gradient(circle,#10b9811a 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-10%;right:10%}.TransparencyMetrics-module__n_q6hW__container{z-index:2;max-width:1200px;margin:0 auto;position:relative}.TransparencyMetrics-module__n_q6hW__header{text-align:center;margin-bottom:60px}.TransparencyMetrics-module__n_q6hW__liveIndicator{color:#ef4444;letter-spacing:.1em;background:#ef44441a;border:1px solid #ef44444d;border-radius:20px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 14px;font-size:13px;font-weight:800;display:inline-flex}.TransparencyMetrics-module__n_q6hW__pulse{background:#ef4444;border-radius:50%;width:10px;height:10px;animation:2s infinite TransparencyMetrics-module__n_q6hW__pulseAnim;display:block}@keyframes TransparencyMetrics-module__n_q6hW__pulseAnim{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}70%{transform:scale(1);box-shadow:0 0 0 10px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}.TransparencyMetrics-module__n_q6hW__title{letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:16px;font-size:48px;font-weight:900}.TransparencyMetrics-module__n_q6hW__subtitle{color:#94a3b8;max-width:600px;margin:0 auto;font-size:18px;line-height:1.6}.TransparencyMetrics-module__n_q6hW__metricsGrid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.TransparencyMetrics-module__n_q6hW__metricCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:24px;padding:32px 24px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.TransparencyMetrics-module__n_q6hW__metricCard:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff0d 0%,#0000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.TransparencyMetrics-module__n_q6hW__metricCard:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translateY(-5px);box-shadow:0 30px 60px -12px #0006}.TransparencyMetrics-module__n_q6hW__metricIcon{background:#ffffff0d;border:1px solid #ffffff0d;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:20px;font-size:32px;display:inline-flex}.TransparencyMetrics-module__n_q6hW__metricValue{color:#fff;font-feature-settings:"tnum" on;margin-bottom:8px;font-size:36px;font-weight:800}.TransparencyMetrics-module__n_q6hW__metricLabel{color:#94a3b8;font-size:14px;font-weight:500;line-height:1.4}@media (max-width:1024px){.TransparencyMetrics-module__n_q6hW__metricsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.TransparencyMetrics-module__n_q6hW__metricsGrid{grid-template-columns:1fr}.TransparencyMetrics-module__n_q6hW__title{font-size:32px}.TransparencyMetrics-module__n_q6hW__section{padding:60px 16px}}
