.BasicDetails-module__h-VKYG__wrapper{margin-top:20px}.BasicDetails-module__h-VKYG__formSection{flex-direction:column;gap:24px;display:flex}.BasicDetails-module__h-VKYG__formGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.BasicDetails-module__h-VKYG__formGroup{flex-direction:column;gap:6px;display:flex}.BasicDetails-module__h-VKYG__formLabel{color:#444;letter-spacing:.2px;margin-bottom:2px;font-size:13px;font-weight:600;line-height:1.5;display:block}.BasicDetails-module__h-VKYG__required{color:#e53935;margin-left:2px}.BasicDetails-module__h-VKYG__formInput{color:#333;box-sizing:border-box;background:#fff;border:1.5px solid #e0e0e0;border-radius:10px;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.BasicDetails-module__h-VKYG__formInput:focus{border-color:#00bcd4;box-shadow:0 0 0 3px #00bcd41f}.BasicDetails-module__h-VKYG__formInput::placeholder{color:#bbb;font-size:13px}.BasicDetails-module__h-VKYG__hasError{border-color:#e53935}.BasicDetails-module__h-VKYG__hasError:focus{border-color:#e53935;box-shadow:0 0 0 3px #e539351a}.BasicDetails-module__h-VKYG__inputWrapper{align-items:center;display:flex;position:relative}.BasicDetails-module__h-VKYG__inputIcon{color:#00838f;pointer-events:none;font-size:15px;font-weight:700;line-height:1;position:absolute;left:14px}.BasicDetails-module__h-VKYG__formInputWithIcon{padding-left:36px}.BasicDetails-module__h-VKYG__radioGroup{gap:10px;display:flex}.BasicDetails-module__h-VKYG__radioButton{color:#666;cursor:pointer;text-align:center;background:#fafafa;border:1.5px solid #e0e0e0;border-radius:10px;flex:1;padding:11px 10px;font-family:inherit;font-size:13px;font-weight:500;transition:border-color .2s,background .2s,color .2s,box-shadow .2s}.BasicDetails-module__h-VKYG__radioButton:hover{color:#00838f;background:#00bcd466;border-color:#00bcd4}.BasicDetails-module__h-VKYG__radioButtonActive{color:#fff;background-color:#00bcd4;border-color:#00bcd4;font-weight:600;box-shadow:0 2px 10px #00bcd433}.BasicDetails-module__h-VKYG__errorText{color:#d32f2f;margin-top:2px;font-size:11.5px;animation:.3s BasicDetails-module__h-VKYG__shake;display:block}@keyframes BasicDetails-module__h-VKYG__shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.BasicDetails-module__h-VKYG__apiError{color:#d32f2f;margin-top:8px;font-size:13px;display:block}.BasicDetails-module__h-VKYG__submitWrapper{margin-top:20px}.BasicDetails-module__h-VKYG__submitBtn{color:#fff;cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,#00bcd4 0%,#0097a7 100%);border:none;border-radius:12px;outline:none;justify-content:center;align-items:center;gap:8px;padding:14px 36px;font-family:inherit;font-size:16px;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 14px #00bcd459}.BasicDetails-module__h-VKYG__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #00bcd473}.BasicDetails-module__h-VKYG__submitBtn:active:not(:disabled){transform:translateY(0)}.BasicDetails-module__h-VKYG__submitBtn:disabled{opacity:.65;cursor:not-allowed}@media (max-width:900px){.BasicDetails-module__h-VKYG__formGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.BasicDetails-module__h-VKYG__formGrid{grid-template-columns:1fr}.BasicDetails-module__h-VKYG__submitBtn{width:100%}}
.StatusDialog-module__7Tb8fq__overlay{z-index:9999;background:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.25s forwards StatusDialog-module__7Tb8fq__fadeIn;display:flex;position:fixed;top:0;left:0}.StatusDialog-module__7Tb8fq__modal{text-align:center;z-index:10000;opacity:1;background:#fff;border-radius:24px;width:90%;max-width:420px;padding:40px 32px 32px;animation:.4s cubic-bezier(.34,1.56,.64,1) both StatusDialog-module__7Tb8fq__scaleIn;position:relative;transform:scale(1);box-shadow:0 20px 60px #00000026}.StatusDialog-module__7Tb8fq__iconWrapper{background:#dff3f6;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;animation:.5s cubic-bezier(.34,1.56,.64,1) 50ms both StatusDialog-module__7Tb8fq__bounceIn;display:flex}.StatusDialog-module__7Tb8fq__iconWrapper img{object-fit:cover;border-radius:6px;width:80px;height:80px}.StatusDialog-module__7Tb8fq__subtitle{letter-spacing:1.5px;text-transform:uppercase;color:#999;margin-bottom:6px;font-size:11px;font-weight:600;animation:.4s .15s both StatusDialog-module__7Tb8fq__fadeUp}.StatusDialog-module__7Tb8fq__title{color:#00a8b5;margin-bottom:8px;font-size:26px;font-weight:500;animation:.4s .2s both StatusDialog-module__7Tb8fq__fadeUp}.StatusDialog-module__7Tb8fq__description{color:#777;margin-bottom:24px;font-size:14px;line-height:1.6;animation:.4s .25s both StatusDialog-module__7Tb8fq__fadeUp}.StatusDialog-module__7Tb8fq__timerWrap{margin-bottom:8px;animation:.4s .3s both StatusDialog-module__7Tb8fq__fadeUp}.StatusDialog-module__7Tb8fq__timerBarTrack{background:#eef0f2;border-radius:999px;width:100%;height:4px;margin-bottom:8px;overflow:hidden}.StatusDialog-module__7Tb8fq__timerBar{transform-origin:0;width:100%;height:100%;animation:StatusDialog-module__7Tb8fq__shrinkBar var(--timer-duration,7s) linear forwards;background:#0d3b66;border-radius:999px}.StatusDialog-module__7Tb8fq__timer{color:#aaa;margin:0;font-size:12px}.StatusDialog-module__7Tb8fq__timer span{color:#0d3b66;font-weight:600}.StatusDialog-module__7Tb8fq__button{color:#fff;cursor:pointer;background:#0d3b66;border:none;border-radius:10px;width:100%;margin-top:20px;padding:13px 24px;font-size:14px;font-weight:500;transition:background .2s,transform .15s;animation:.4s .35s both StatusDialog-module__7Tb8fq__fadeUp}.StatusDialog-module__7Tb8fq__button:hover{background:#092c4c;transform:translateY(-1px)}.StatusDialog-module__7Tb8fq__button:active{transform:scale(.98)}@keyframes StatusDialog-module__7Tb8fq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes StatusDialog-module__7Tb8fq__scaleIn{0%{opacity:0;transform:scale(.82)}to{opacity:1;transform:scale(1)}}@keyframes StatusDialog-module__7Tb8fq__bounceIn{0%{opacity:0;transform:scale(.5)}60%{transform:scale(1.12)}to{opacity:1;transform:scale(1)}}@keyframes StatusDialog-module__7Tb8fq__fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes StatusDialog-module__7Tb8fq__shrinkBar{0%{width:100%}to{width:0%}}@media (max-width:480px){.StatusDialog-module__7Tb8fq__modal{padding:28px 20px 24px}.StatusDialog-module__7Tb8fq__title{font-size:22px}}.StatusDialog-module__7Tb8fq__secondaryActionWrap{border-top:1px solid #f0f0f0;flex-direction:column;gap:8px;margin-top:10px;padding-top:12px;display:flex}.StatusDialog-module__7Tb8fq__secondaryBtn{color:#1567a8;cursor:pointer;background:0 0;border:1.5px solid #1567a8;border-radius:10px;width:100%;padding:11px 24px;font-size:13px;font-weight:500;transition:background .18s}.StatusDialog-module__7Tb8fq__secondaryBtn:hover{background:#eff6ff}.StatusDialog-module__7Tb8fq__actionNote{color:#9ca3af;text-align:center;margin:0;font-size:11px;line-height:1.55}
.Loader-module__0qQTRG__wrapper{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;min-height:40vh;padding:32px 16px;font-family:Poppins,sans-serif;display:flex}.Loader-module__0qQTRG__wrapper.Loader-module__0qQTRG__fullScreen{z-index:9999;background:#fff;min-height:100dvh;position:fixed;inset:0}.Loader-module__0qQTRG__spinnerShell{flex-shrink:0;width:76px;height:76px;position:relative}.Loader-module__0qQTRG__ring{border-style:solid;border-color:#0000;border-radius:50%;position:absolute}.Loader-module__0qQTRG__outerRing{border-width:3.5px;border-top-color:#1ebdda;border-right-color:#1ebdda2e;animation:1.15s cubic-bezier(.55,.15,.45,.85) infinite Loader-module__0qQTRG__spinCW;inset:0}.Loader-module__0qQTRG__middleRing{border-width:3px;border-bottom-color:#235496;border-left-color:#2354962e;animation:.9s cubic-bezier(.55,.15,.45,.85) infinite Loader-module__0qQTRG__spinCCW;inset:11px}.Loader-module__0qQTRG__trackRing{border-width:1px;border-color:#1ebdda2e;animation:3s linear infinite Loader-module__0qQTRG__spinCW;inset:-5px}.Loader-module__0qQTRG__coreDot{background:linear-gradient(135deg,#1ebdda 0%,#235496 100%);border-radius:50%;animation:1.6s ease-in-out infinite Loader-module__0qQTRG__pulseCore;position:absolute;inset:25px;box-shadow:0 0 10px #1ebdda73,0 0 22px #23549640}.Loader-module__0qQTRG__brandLabel{flex-direction:column;align-items:center;gap:2px;line-height:1;display:flex}.Loader-module__0qQTRG__brandAbbr{letter-spacing:.22em;color:#235496;text-transform:uppercase;font-size:1rem;font-weight:700}.Loader-module__0qQTRG__brandName{letter-spacing:.18em;color:#6b7280;text-transform:uppercase;font-size:.58rem;font-weight:500}.Loader-module__0qQTRG__dotsRow{align-items:center;gap:7px;display:flex}.Loader-module__0qQTRG__dot{border-radius:50%;width:7px;height:7px;animation:1.1s ease-in-out infinite Loader-module__0qQTRG__bounceDot}.Loader-module__0qQTRG__dot:first-child{background:#1ebdda;animation-delay:0s}.Loader-module__0qQTRG__dot:nth-child(2){background:linear-gradient(135deg,#1ebdda,#235496);animation-delay:.18s}.Loader-module__0qQTRG__dot:nth-child(3){background:#235496;animation-delay:.36s}@keyframes Loader-module__0qQTRG__spinCW{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Loader-module__0qQTRG__spinCCW{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes Loader-module__0qQTRG__pulseCore{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 10px #1ebdda73,0 0 22px #23549640}50%{opacity:.75;transform:scale(.72);box-shadow:0 0 5px #1ebdda40,0 0 10px #2354961f}}@keyframes Loader-module__0qQTRG__bounceDot{0%,60%,to{opacity:.55;transform:translateY(0)}30%{opacity:1;transform:translateY(-8px)}}
@keyframes AccountAggregator-module__w8jUoW__fadeSlideUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes AccountAggregator-module__w8jUoW__ctaPulse{0%,to{box-shadow:0 4px 18px #1567a852}50%{box-shadow:0 6px 26px #1567a885}}@keyframes AccountAggregator-module__w8jUoW__spin{to{transform:rotate(360deg)}}@keyframes AccountAggregator-module__w8jUoW__checkPop{0%{opacity:0;transform:scale(.6)}70%{transform:scale(1.12)}to{opacity:1;transform:scale(1)}}.AccountAggregator-module__w8jUoW__container{}.AccountAggregator-module__w8jUoW__header{}.AccountAggregator-module__w8jUoW__headerIcon{}.AccountAggregator-module__w8jUoW__headerText{}.AccountAggregator-module__w8jUoW__badge{}.AccountAggregator-module__w8jUoW__spinner{}.AccountAggregator-module__w8jUoW__intro{color:#6b7280;margin:0 0 18px;font-size:13px;line-height:1.6;animation:.38s 60ms both AccountAggregator-module__w8jUoW__fadeSlideUp}.AccountAggregator-module__w8jUoW__card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:18px;padding:14px 16px;animation:.38s 80ms both AccountAggregator-module__w8jUoW__fadeSlideUp}.AccountAggregator-module__w8jUoW__cardTitle{color:#6b7280;text-transform:uppercase;letter-spacing:.9px;margin:0 0 12px;font-size:12px;font-weight:700}.AccountAggregator-module__w8jUoW__checkList{flex-direction:column;gap:10px;display:flex}.AccountAggregator-module__w8jUoW__checkItem{align-items:flex-start;gap:10px;animation:.35s both AccountAggregator-module__w8jUoW__fadeSlideUp;display:flex}.AccountAggregator-module__w8jUoW__checkIcon{background:linear-gradient(135deg,#1567a8 0%,#1ebdda 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;animation:.35s both AccountAggregator-module__w8jUoW__checkPop;display:flex}.AccountAggregator-module__w8jUoW__checkItemText strong{color:#374151;font-size:13px;font-weight:600;line-height:1.3;display:block}.AccountAggregator-module__w8jUoW__checkItemText span{color:#9ca3af;font-size:11px;line-height:1.45}.AccountAggregator-module__w8jUoW__fieldWrap{margin-bottom:18px;animation:.38s .1s both AccountAggregator-module__w8jUoW__fadeSlideUp}.AccountAggregator-module__w8jUoW__fieldLabel{color:#374151;margin-bottom:6px;font-size:12px;font-weight:600;display:block}.AccountAggregator-module__w8jUoW__inputRow{background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;align-items:center;gap:0;transition:border-color .18s,box-shadow .18s;display:flex;overflow:hidden}.AccountAggregator-module__w8jUoW__inputRow:focus-within{border-color:#1567a8;box-shadow:0 0 0 3px #1567a81a}.AccountAggregator-module__w8jUoW__inputPrefix{color:#6b7280;-webkit-user-select:none;user-select:none;background:#f9fafb;border-right:1.5px solid #e5e7eb;flex-shrink:0;align-items:center;height:42px;padding:0 10px;font-size:13px;font-weight:600;display:flex}.AccountAggregator-module__w8jUoW__mobileInput{color:#111827;background:0 0;border:none;outline:none;flex:1;min-width:0;height:42px;padding:0 12px;font-size:14px}.AccountAggregator-module__w8jUoW__mobileInput::placeholder{color:#9ca3af;font-size:13px}.AccountAggregator-module__w8jUoW__actions{flex-wrap:wrap;gap:10px;animation:.38s .12s both AccountAggregator-module__w8jUoW__fadeSlideUp;display:flex}.AccountAggregator-module__w8jUoW__primaryBtn{color:#fff;cursor:pointer;letter-spacing:.2px;background:linear-gradient(135deg,#1d4a8a 0%,#1567a8 45%,#1ebdda 100%);border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;min-width:0;padding:13px 20px;font-size:14px;font-weight:700;transition:opacity .2s,transform .15s;animation:2.5s ease-in-out infinite AccountAggregator-module__w8jUoW__ctaPulse;display:flex}.AccountAggregator-module__w8jUoW__primaryBtn:hover:not(:disabled){opacity:.91;transform:translateY(-1px)}.AccountAggregator-module__w8jUoW__primaryBtn:active:not(:disabled){transform:translateY(0)}.AccountAggregator-module__w8jUoW__primaryBtn:disabled{opacity:.68;cursor:not-allowed;animation:none}.AccountAggregator-module__w8jUoW__approveBtn{color:#fff;cursor:pointer;letter-spacing:.2px;background:linear-gradient(135deg,#16a34a 0%,#22c55e 100%);border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;min-width:0;padding:13px 20px;font-size:14px;font-weight:700;transition:opacity .2s,transform .15s;display:flex;box-shadow:0 4px 14px #16a34a47}.AccountAggregator-module__w8jUoW__approveBtn:hover:not(:disabled){opacity:.91;transform:translateY(-1px)}.AccountAggregator-module__w8jUoW__approveBtn:active:not(:disabled){transform:translateY(0)}.AccountAggregator-module__w8jUoW__approveBtn:disabled{opacity:.68;cursor:not-allowed}.AccountAggregator-module__w8jUoW__refreshBtn{color:#1567a8;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #1567a8;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:13px 16px;font-size:13px;font-weight:600;transition:background .18s,color .18s;display:flex}.AccountAggregator-module__w8jUoW__refreshBtn:hover:not(:disabled){background:#eff6ff}.AccountAggregator-module__w8jUoW__refreshBtn:disabled{opacity:.5;cursor:not-allowed}.AccountAggregator-module__w8jUoW__footer{color:#9ca3af;text-align:center;justify-content:center;align-items:flex-start;gap:6px;margin-top:16px;font-size:11px;line-height:1.6;display:flex}.AccountAggregator-module__w8jUoW__stepRow{align-items:center;gap:6px;margin-bottom:16px;animation:.38s 50ms both AccountAggregator-module__w8jUoW__fadeSlideUp;display:flex}.AccountAggregator-module__w8jUoW__stepGroup{flex:1;align-items:center;gap:6px;display:flex}.AccountAggregator-module__w8jUoW__stepPill{border:1.5px solid #0000;border-radius:10px;flex:1;align-items:center;gap:6px;padding:7px 10px;transition:all .2s;display:flex}.AccountAggregator-module__w8jUoW__stepDone{background:#ecfeff;border-color:#a5f3fc}.AccountAggregator-module__w8jUoW__stepActive{background:#fff;border-color:#1ebdda;box-shadow:0 1px 6px #1ebdda26}.AccountAggregator-module__w8jUoW__stepIdle{background:#f9fafb;border-color:#f3f4f6}.AccountAggregator-module__w8jUoW__stepDot{border-radius:50%;flex-shrink:0;width:8px;height:8px;transition:background .2s}.AccountAggregator-module__w8jUoW__stepDotDone{background:#06b6d4}.AccountAggregator-module__w8jUoW__stepDotActive{background:#1ebdda}.AccountAggregator-module__w8jUoW__stepDotIdle{background:#d1d5db}.AccountAggregator-module__w8jUoW__stepLabel{white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:600;transition:color .2s;overflow:hidden}.AccountAggregator-module__w8jUoW__stepLabelDone{color:#0891b2}.AccountAggregator-module__w8jUoW__stepLabelActive{color:#374151}.AccountAggregator-module__w8jUoW__stepLabelIdle{color:#9ca3af}.AccountAggregator-module__w8jUoW__stepConnector{background:#e5e7eb;flex-shrink:0;width:14px;height:1.5px;transition:background .3s}.AccountAggregator-module__w8jUoW__stepConnectorActive{background:#67e8f9}.AccountAggregator-module__w8jUoW__attemptsBox{background:#f9fafb;border:1px solid #f3f4f6;border-radius:12px;margin-bottom:16px;padding:12px 14px;animation:.38s 70ms both AccountAggregator-module__w8jUoW__fadeSlideUp}.AccountAggregator-module__w8jUoW__attemptsHeader{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.AccountAggregator-module__w8jUoW__attemptsLabel{color:#6b7280;text-transform:uppercase;letter-spacing:.7px;font-size:11px;font-weight:700}.AccountAggregator-module__w8jUoW__attemptsBadge{border-radius:20px;padding:2px 8px;font-size:11px;font-weight:600}.AccountAggregator-module__w8jUoW__attemptsBadgeOk{color:#0891b2;background:#ecfeff}.AccountAggregator-module__w8jUoW__attemptsBadgeWarn{color:#d97706;background:#fffbeb}.AccountAggregator-module__w8jUoW__attemptsBadgeExhausted{color:#ef4444;background:#fef2f2}.AccountAggregator-module__w8jUoW__attemptsTrack{gap:6px;display:flex}.AccountAggregator-module__w8jUoW__attemptsSegment{border-radius:999px;flex:1;height:6px;transition:background .4s}.AccountAggregator-module__w8jUoW__attemptsSegmentUsed{background:#22d3ee}.AccountAggregator-module__w8jUoW__attemptsSegmentExhausted{background:#f87171}.AccountAggregator-module__w8jUoW__attemptsSegmentEmpty{background:#e5e7eb}.AccountAggregator-module__w8jUoW__attemptsNote{color:#f87171;margin-top:8px;font-size:11px;line-height:1.55}.AccountAggregator-module__w8jUoW__pendingBanner{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;align-items:flex-start;gap:10px;margin-bottom:14px;padding:10px 14px;animation:.35s both AccountAggregator-module__w8jUoW__fadeSlideUp;display:flex}.AccountAggregator-module__w8jUoW__pendingBannerIcon{color:#d97706;flex-shrink:0;margin-top:2px}.AccountAggregator-module__w8jUoW__pendingBannerTitle{color:#92400e;margin:0 0 2px;font-size:13px;font-weight:600}.AccountAggregator-module__w8jUoW__pendingBannerDesc{color:#b45309;margin:0;font-size:11px;line-height:1.5}.AccountAggregator-module__w8jUoW__approvedBanner{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;align-items:flex-start;gap:10px;margin-bottom:14px;padding:10px 14px;animation:.35s both AccountAggregator-module__w8jUoW__fadeSlideUp;display:flex}.AccountAggregator-module__w8jUoW__approvedBannerIcon{background:#22c55e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;display:flex}.AccountAggregator-module__w8jUoW__approvedBannerTitle{color:#15803d;margin:0 0 2px;font-size:13px;font-weight:600}.AccountAggregator-module__w8jUoW__approvedBannerDesc{color:#16a34a;margin:0;font-size:11px;line-height:1.5}@media (max-width:640px){.AccountAggregator-module__w8jUoW__card{padding:10px 12px}.AccountAggregator-module__w8jUoW__checkItemText strong{font-size:12px}.AccountAggregator-module__w8jUoW__checkItemText span{font-size:10px}.AccountAggregator-module__w8jUoW__primaryBtn,.AccountAggregator-module__w8jUoW__approveBtn{padding:12px 14px;font-size:13px}.AccountAggregator-module__w8jUoW__refreshBtn{padding:12px;font-size:12px}.AccountAggregator-module__w8jUoW__intro{font-size:12px}.AccountAggregator-module__w8jUoW__stepLabel{font-size:10px}.AccountAggregator-module__w8jUoW__stepPill{padding:6px 8px}}.AccountAggregator-module__w8jUoW__skipBtn{color:#fff;cursor:pointer;letter-spacing:.2px;background:linear-gradient(135deg,#475569 0%,#64748b 100%);border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;min-width:0;padding:13px 20px;font-size:14px;font-weight:700;transition:opacity .2s,transform .15s;display:flex;box-shadow:0 4px 14px #f59e0b47}.AccountAggregator-module__w8jUoW__skipBtn:hover:not(:disabled){opacity:.91;transform:translateY(-1px)}.AccountAggregator-module__w8jUoW__skipBtn:active:not(:disabled){transform:translateY(0)}.AccountAggregator-module__w8jUoW__skipBtn:disabled{opacity:.68;cursor:not-allowed}.AccountAggregator-module__w8jUoW__skipHint{color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;margin-bottom:10px;padding:8px 12px;font-size:11px;line-height:1.55;animation:.35s both AccountAggregator-module__w8jUoW__fadeSlideUp}@media (max-width:640px){.AccountAggregator-module__w8jUoW__skipBtn{padding:12px 14px;font-size:13px}}.AccountAggregator-module__w8jUoW__skipBanner{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;align-items:flex-start;gap:10px;margin-bottom:14px;padding:10px 14px;animation:.35s both AccountAggregator-module__w8jUoW__fadeSlideUp;display:flex}.AccountAggregator-module__w8jUoW__skipBannerIcon{color:#d97706;flex-shrink:0;margin-top:2px}.AccountAggregator-module__w8jUoW__skipBannerTitle{color:#92400e;margin:0 0 2px;font-size:13px;font-weight:600}.AccountAggregator-module__w8jUoW__skipBannerDesc{color:#b45309;margin:0;font-size:11px;line-height:1.5}
@keyframes NotEligible-module__8VOklW__fadeSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes NotEligible-module__8VOklW__scaleIn{0%{opacity:0;transform:scale(.82)}to{opacity:1;transform:scale(1)}}@keyframes NotEligible-module__8VOklW__ringPulse{0%{opacity:.45;transform:scale(1)}to{opacity:0;transform:scale(1.7)}}@keyframes NotEligible-module__8VOklW__ctaPulse{0%,to{box-shadow:0 4px 18px #1567a852}50%{box-shadow:0 6px 26px #1567a885}}.NotEligible-module__8VOklW__page{justify-content:center;align-items:flex-start;min-height:100%;padding:20px 16px 40px;animation:.35s both NotEligible-module__8VOklW__fadeSlideUp;display:flex}.NotEligible-module__8VOklW__card{flex-direction:column;align-items:center;gap:0;width:100%;max-width:420px;display:flex}.NotEligible-module__8VOklW__iconWrap{margin-bottom:20px;animation:.4s 80ms both NotEligible-module__8VOklW__scaleIn}.NotEligible-module__8VOklW__iconRing{background:#fef2f2;border:2px solid #fecaca;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;display:flex;position:relative}.NotEligible-module__8VOklW__iconRing:before{content:"";border:1.5px solid #dc26262e;border-radius:50%;animation:2.6s ease-out .4s 2 NotEligible-module__8VOklW__ringPulse;position:absolute;inset:-7px}.NotEligible-module__8VOklW__heading{text-align:center;margin-bottom:24px;animation:.38s .12s both NotEligible-module__8VOklW__fadeSlideUp}.NotEligible-module__8VOklW__title{color:#dc2626;letter-spacing:-.3px;margin:0 0 10px;font-size:28px;font-weight:800;line-height:1.2}.NotEligible-module__8VOklW__subtitle{color:#6b7280;max-width:340px;margin:0;font-size:14px;line-height:1.65}.NotEligible-module__8VOklW__retryBox{background:#fff7ed;border:1.5px solid #fed7aa;border-radius:12px;align-items:flex-start;gap:14px;width:100%;margin-bottom:24px;padding:14px 16px;animation:.38s .18s both NotEligible-module__8VOklW__fadeSlideUp;display:flex}.NotEligible-module__8VOklW__retryIcon{color:#ea580c;background:#fff;border:1px solid #fed7aa;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;margin-top:1px;display:flex}.NotEligible-module__8VOklW__retryText strong{color:#9a3412;margin-bottom:3px;font-size:14px;font-weight:700;line-height:1.3;display:block}.NotEligible-module__8VOklW__retryText span{color:#c2410c;font-size:12px;line-height:1.55}.NotEligible-module__8VOklW__actions{flex-direction:column;gap:10px;width:100%;animation:.38s .24s both NotEligible-module__8VOklW__fadeSlideUp;display:flex}.NotEligible-module__8VOklW__primaryBtn{color:#fff;cursor:pointer;letter-spacing:.2px;background:linear-gradient(135deg,#1d4a8a 0%,#1567a8 45%,#1ebdda 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:13px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:opacity .2s,transform .15s;animation:2.5s ease-in-out infinite NotEligible-module__8VOklW__ctaPulse;display:flex}.NotEligible-module__8VOklW__primaryBtn:hover{opacity:.91;transform:translateY(-1px)}.NotEligible-module__8VOklW__primaryBtn:active{transform:translateY(0)}.NotEligible-module__8VOklW__support{text-align:center;color:#9ca3af;margin:0;font-size:12px;line-height:1.6}.NotEligible-module__8VOklW__support a{color:#1567a8;font-weight:600;text-decoration:none}.NotEligible-module__8VOklW__support a:hover{text-decoration:underline}@media (max-width:640px){.NotEligible-module__8VOklW__page{padding:12px 12px 32px}.NotEligible-module__8VOklW__iconRing{width:64px;height:64px}.NotEligible-module__8VOklW__title{font-size:24px}.NotEligible-module__8VOklW__subtitle{font-size:13px}.NotEligible-module__8VOklW__retryBox{padding:12px}.NotEligible-module__8VOklW__primaryBtn{padding:12px 16px;font-size:13px}}
.JourneyHeader-module__FZ7ptG__userProfile{position:relative}.JourneyHeader-module__FZ7ptG__userTrigger{cursor:pointer;align-items:center;gap:8px;display:flex}.JourneyHeader-module__FZ7ptG__dropdownWrapper{z-index:1000;position:absolute;top:45px;right:0}
.LoanCalculator-module__acqAKW__container{background:#fff;gap:62px;padding:20px;display:flex}.LoanCalculator-module__acqAKW__left{flex:1}.LoanCalculator-module__acqAKW__right{flex-direction:column;gap:20px;width:400px;display:flex}.LoanCalculator-module__acqAKW__row{justify-content:space-between;align-items:center;font-weight:500;display:flex}.LoanCalculator-module__acqAKW__label{color:#7b8a8b;margin-top:20px;margin-bottom:6px;font-weight:600}.LoanCalculator-module__acqAKW__valueBox{color:#7b8a8b;border-radius:6px;justify-content:center;align-items:center;gap:5px;width:100px;padding:2px 16px;font-size:30px;font-weight:600;display:flex}.LoanCalculator-module__acqAKW__slider{appearance:none;background:#00bcd433;border-radius:10px;width:100%;height:5px;margin:10px 0}.LoanCalculator-module__acqAKW__select{background:#fff;border:1px solid #00bcd4;border-radius:6px;width:100%;margin-bottom:25px;padding:12px;font-size:15px}.LoanCalculator-module__acqAKW__rangeLabels{color:#7b8a8b;justify-content:space-between;margin-bottom:20px;font-size:15px;display:flex}.LoanCalculator-module__acqAKW__rangeLabels span{justify-content:center;align-items:center;display:flex}.LoanCalculator-module__acqAKW__button{color:#fff;cursor:pointer;background:#00bcd4;border:none;border-radius:10px;padding:14px;font-weight:700}.LoanCalculator-module__acqAKW__cardMain{background:#d2f2f8;border-radius:16px;min-height:183px}.LoanCalculator-module__acqAKW__cardMain span{margin-top:57px;margin-left:100px;font-size:17px;font-weight:bolder;display:inline-block}.LoanCalculator-module__acqAKW__cardMain h1{text-align:center;margin-left:0}.LoanCalculator-module__acqAKW__cardLabel{color:#5c7a86;gap:9px;margin-left:19px;font-size:12px;font-weight:700;display:flex}.LoanCalculator-module__acqAKW__amount{color:#1f4e79;justify-content:center;align-items:center;gap:3px;font-size:32px;font-weight:900;display:flex}.LoanCalculator-module__acqAKW__fee{color:#1f4e79;margin-top:10px;margin-left:61px;font-size:18px;font-weight:900;display:inline-block}.LoanCalculator-module__acqAKW__amount b{color:#00bcd4;font-size:40px;font-weight:500}.LoanCalculator-module__acqAKW__cardRow{gap:10px;display:flex}.LoanCalculator-module__acqAKW__smallCard{background:#d2f2f8;border-radius:12px;flex:1;min-height:114px;padding:32px 20px}@media (max-width:768px){.LoanCalculator-module__acqAKW__container{flex-direction:column}.LoanCalculator-module__acqAKW__right{width:100%}}.LoanCalculator-module__acqAKW__repaymentCard{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;margin-top:12px;padding:16px 20px;display:flex}.LoanCalculator-module__acqAKW__repaymentItem{flex-direction:column;display:flex}.LoanCalculator-module__acqAKW__repaymentLabel{color:#6b7280;margin-bottom:4px;font-size:12px}.LoanCalculator-module__acqAKW__repaymentValue{color:#111827;font-size:16px;font-weight:600}.LoanCalculator-module__acqAKW__divider{background:#e5e7eb;width:1px;height:40px}
.UploadDocument-module__7cyRYG__wrapper{box-sizing:border-box;background:#f8fafc;min-height:100vh;padding:20px 16px;font-family:Inter,Segoe UI,sans-serif}.UploadDocument-module__7cyRYG__header{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.UploadDocument-module__7cyRYG__heading{color:#0f172a;letter-spacing:-.2px;margin:0 0 4px;font-size:18px;font-weight:700}.UploadDocument-module__7cyRYG__subheading{color:#64748b;margin:0;font-size:13px;line-height:1.55}.UploadDocument-module__7cyRYG__progressPill{color:#065f46;white-space:nowrap;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;align-items:center;gap:6px;width:fit-content;padding:5px 12px;font-size:12px;font-weight:600;display:inline-flex}.UploadDocument-module__7cyRYG__progressIcon{color:#10b981!important;font-size:15px!important}.UploadDocument-module__7cyRYG__errorBanner{box-sizing:border-box;background:#fff7f7;border:1px solid #fecaca;border-left:4px solid #ef4444;border-radius:10px;align-items:flex-start;gap:10px;margin-bottom:16px;padding:14px 16px;display:flex}.UploadDocument-module__7cyRYG__errorBannerIcon{flex-shrink:0;margin-top:1px;color:#ef4444!important;font-size:18px!important}.UploadDocument-module__7cyRYG__errorBannerTitle{color:#b91c1c;margin:0 0 6px;font-size:13px;font-weight:600}.UploadDocument-module__7cyRYG__errorBannerList{color:#dc2626;margin:0;padding-left:18px;font-size:12px;line-height:1.8}.UploadDocument-module__7cyRYG__grid{grid-template-columns:1fr;gap:12px;margin-bottom:20px;display:grid}.UploadDocument-module__7cyRYG__card{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:0;width:100%;padding:16px 16px 16px 20px;transition:box-shadow .2s;display:flex;position:relative;overflow:hidden}.UploadDocument-module__7cyRYG__card:hover{box-shadow:0 4px 16px #00000012}.UploadDocument-module__7cyRYG__cardStrip{background:#e2e8f0;border-radius:14px 0 0 14px;width:4px;transition:background .25s;position:absolute;top:0;bottom:0;left:0}.UploadDocument-module__7cyRYG__cardReady .UploadDocument-module__7cyRYG__cardStrip{background:#f59e0b}.UploadDocument-module__7cyRYG__cardUploaded .UploadDocument-module__7cyRYG__cardStrip{background:#10b981}.UploadDocument-module__7cyRYG__cardTopRow{align-items:center;gap:12px;width:100%;min-width:0;display:flex}.UploadDocument-module__7cyRYG__cardIcon{background:#f1f5f9;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.UploadDocument-module__7cyRYG__previewThumb{object-fit:cover;width:44px;height:44px}.UploadDocument-module__7cyRYG__pdfThumb{color:#ef4444!important;font-size:26px!important}.UploadDocument-module__7cyRYG__emptyThumb{color:#94a3b8!important;font-size:22px!important}.UploadDocument-module__7cyRYG__cardBody{flex:1;min-width:0}.UploadDocument-module__7cyRYG__cardMeta{flex-direction:column;gap:5px;display:flex}.UploadDocument-module__7cyRYG__docTitle{color:#1e293b;word-break:break-word;margin:0;font-size:13px;font-weight:600;line-height:1.3}.UploadDocument-module__7cyRYG__badge{letter-spacing:.1px;border-radius:999px;align-items:center;gap:4px;width:fit-content;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.UploadDocument-module__7cyRYG__badgePending{color:#64748b;background:#f1f5f9}.UploadDocument-module__7cyRYG__badgeReady{color:#92400e;background:#fef3c7}.UploadDocument-module__7cyRYG__badgeUploaded{color:#065f46;background:#d1fae5}.UploadDocument-module__7cyRYG__iconPending{color:#94a3b8!important;font-size:13px!important}.UploadDocument-module__7cyRYG__iconReady{color:#f59e0b!important;font-size:13px!important}.UploadDocument-module__7cyRYG__iconSuccess{color:#10b981!important;font-size:13px!important}.UploadDocument-module__7cyRYG__cardActions{flex-shrink:0;justify-content:flex-end;align-items:center;display:flex}.UploadDocument-module__7cyRYG__actionRow{align-items:center;gap:8px;display:flex}.UploadDocument-module__7cyRYG__btnChoose{color:#0369a1;cursor:pointer;white-space:nowrap;box-sizing:border-box;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:600;transition:background .2s,border-color .2s;display:inline-flex}.UploadDocument-module__7cyRYG__btnChoose:hover{background:#e0f2fe;border-color:#7dd3fc}.UploadDocument-module__7cyRYG__btnUpload{color:#fff;cursor:pointer;white-space:nowrap;box-sizing:border-box;background:#06b6d4;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:600;transition:background .2s,opacity .2s;display:inline-flex}.UploadDocument-module__7cyRYG__btnUpload:hover:not(:disabled){background:#0891b2}.UploadDocument-module__7cyRYG__btnUpload:disabled{opacity:.65;cursor:not-allowed}.UploadDocument-module__7cyRYG__btnRemove{color:#dc2626;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;transition:background .2s;display:inline-flex}.UploadDocument-module__7cyRYG__btnRemove:hover{background:#fee2e2}.UploadDocument-module__7cyRYG__passwordWrap{box-sizing:border-box;border-top:1px solid #f1f5f9;align-items:center;gap:8px;width:100%;margin-top:12px;padding-top:12px;display:flex}.UploadDocument-module__7cyRYG__lockIcon{flex-shrink:0;color:#94a3b8!important;font-size:15px!important}.UploadDocument-module__7cyRYG__passwordInput{color:#334155;box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;outline:none;flex:1;min-width:0;padding:8px 12px;font-size:13px;transition:border-color .2s}.UploadDocument-module__7cyRYG__passwordInput:focus{background:#fff;border-color:#06b6d4}.UploadDocument-module__7cyRYG__spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:14px;min-width:14px;height:14px;animation:.7s linear infinite UploadDocument-module__7cyRYG__spin}@keyframes UploadDocument-module__7cyRYG__spin{to{transform:rotate(360deg)}}.UploadDocument-module__7cyRYG__footer{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:14px;padding:16px;display:flex}.UploadDocument-module__7cyRYG__footerInfo{color:#64748b;align-items:flex-start;gap:8px;font-size:12px;line-height:1.5;display:flex}.UploadDocument-module__7cyRYG__infoIcon{flex-shrink:0;margin-top:1px;color:#06b6d4!important;font-size:16px!important}.UploadDocument-module__7cyRYG__continueBtn{color:#fff;cursor:pointer;box-sizing:border-box;letter-spacing:.1px;background:#0f172a;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:13px 20px;font-size:14px;font-weight:600;transition:background .2s,transform .15s;display:flex}.UploadDocument-module__7cyRYG__continueBtn:hover{background:#1e293b}.UploadDocument-module__7cyRYG__continueBtn:active{transform:scale(.98)}@media (min-width:600px){.UploadDocument-module__7cyRYG__wrapper{padding:28px 24px}.UploadDocument-module__7cyRYG__header{flex-direction:row;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.UploadDocument-module__7cyRYG__heading{font-size:20px}.UploadDocument-module__7cyRYG__subheading{max-width:440px;font-size:14px}.UploadDocument-module__7cyRYG__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.UploadDocument-module__7cyRYG__card{padding:16px 16px 16px 20px}.UploadDocument-module__7cyRYG__footer{flex-direction:row;justify-content:space-between;align-items:center;padding:18px 20px}.UploadDocument-module__7cyRYG__footerInfo{font-size:13px}.UploadDocument-module__7cyRYG__continueBtn{white-space:nowrap;flex-shrink:0;width:auto}}.UploadDocument-module__7cyRYG__status{font-size:8px}@media (min-width:960px){.UploadDocument-module__7cyRYG__wrapper{padding:32px}.UploadDocument-module__7cyRYG__heading{font-size:22px}.UploadDocument-module__7cyRYG__grid{gap:16px;margin-bottom:24px}}
