.AdminDeleteModal-module__iHhklG__overlay{z-index:3000;background:#000c;justify-content:center;align-items:center;padding:20px;animation:.2s AdminDeleteModal-module__iHhklG__fadeIn;display:flex;position:fixed;inset:0}@keyframes AdminDeleteModal-module__iHhklG__fadeIn{0%{opacity:0}to{opacity:1}}.AdminDeleteModal-module__iHhklG__modal{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;animation:.3s AdminDeleteModal-module__iHhklG__slideUp;overflow-y:auto;box-shadow:0 20px 60px #0006}@keyframes AdminDeleteModal-module__iHhklG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.AdminDeleteModal-module__iHhklG__header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:24px 24px 16px;display:flex}.AdminDeleteModal-module__iHhklG__title{color:#1a1a2e;margin:0;font-size:1.5rem;font-weight:600}.AdminDeleteModal-module__iHhklG__closeButton{cursor:pointer;color:#666;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex}.AdminDeleteModal-module__iHhklG__closeButton:hover{color:#1a1a2e}.AdminDeleteModal-module__iHhklG__content{flex-direction:column;gap:20px;padding:24px;display:flex}.AdminDeleteModal-module__iHhklG__warningBox{background:#fff3e0;border:1px solid #ff9800;border-radius:8px;gap:16px;padding:16px;display:flex}.AdminDeleteModal-module__iHhklG__warningBox svg{color:#f57c00;flex-shrink:0}.AdminDeleteModal-module__iHhklG__warningTitle{color:#e65100;margin:0 0 12px;font-size:1rem;font-weight:600}.AdminDeleteModal-module__iHhklG__quoteInfo{color:#666;margin:4px 0;font-size:.875rem}.AdminDeleteModal-module__iHhklG__quoteInfo strong{color:#1a1a2e}.AdminDeleteModal-module__iHhklG__infoBox{color:#666;background:#f5f5f5;border-radius:8px;padding:16px;font-size:.875rem}.AdminDeleteModal-module__iHhklG__infoBox p{color:#1a1a2e;margin:0 0 8px}.AdminDeleteModal-module__iHhklG__infoBox ul{margin:8px 0 0;padding-left:20px}.AdminDeleteModal-module__iHhklG__infoBox li{margin:4px 0;line-height:1.5}.AdminDeleteModal-module__iHhklG__formGroup{flex-direction:column;gap:8px;display:flex}.AdminDeleteModal-module__iHhklG__label{color:#1a1a2e;font-size:.9375rem;font-weight:500}.AdminDeleteModal-module__iHhklG__required{color:#f44336}.AdminDeleteModal-module__iHhklG__select{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;padding:10px 12px;font-family:inherit;font-size:.9375rem;transition:border-color .2s}.AdminDeleteModal-module__iHhklG__select:focus{border-color:#1a1a2e;outline:none}.AdminDeleteModal-module__iHhklG__textarea{resize:vertical;border:1px solid #ddd;border-radius:8px;min-height:80px;padding:10px 12px;font-family:inherit;font-size:.9375rem;transition:border-color .2s}.AdminDeleteModal-module__iHhklG__textarea:focus{border-color:#1a1a2e;outline:none}.AdminDeleteModal-module__iHhklG__footer{border-top:1px solid #e0e0e0;justify-content:flex-end;gap:12px;padding:16px 24px 24px;display:flex}.AdminDeleteModal-module__iHhklG__cancelButton{color:#666;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;padding:10px 20px;font-family:inherit;font-size:.9375rem;font-weight:500;transition:all .2s}.AdminDeleteModal-module__iHhklG__cancelButton:hover{color:#1a1a2e;background:#f5f5f5;border-color:#1a1a2e}.AdminDeleteModal-module__iHhklG__deleteButton{color:#fff;cursor:pointer;background:#f44336;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-family:inherit;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex}.AdminDeleteModal-module__iHhklG__deleteButton:hover{background:#d32f2f;transform:translateY(-1px);box-shadow:0 4px 12px #f443364d}.AdminDeleteModal-module__iHhklG__deleteButton:active{transform:translateY(0)}@media (max-width:640px){.AdminDeleteModal-module__iHhklG__modal{border-radius:16px 16px 0 0;max-width:100%;margin-top:auto}.AdminDeleteModal-module__iHhklG__header{padding:20px 20px 12px}.AdminDeleteModal-module__iHhklG__title{font-size:1.25rem}.AdminDeleteModal-module__iHhklG__content{padding:20px}.AdminDeleteModal-module__iHhklG__footer{flex-direction:column-reverse;padding:12px 20px 20px}.AdminDeleteModal-module__iHhklG__cancelButton,.AdminDeleteModal-module__iHhklG__deleteButton{justify-content:center;width:100%}}
.Admin-module__gRG9la__adminContainer{background-color:#f5f5f5;min-height:100vh;display:flex}.Admin-module__gRG9la__sidebar{color:#fff;background:linear-gradient(#1a1a2e 0%,#16213e 100%);flex-direction:column;width:280px;height:100vh;display:flex;position:fixed;overflow-y:auto}.Admin-module__gRG9la__sidebarHeader{border-bottom:1px solid #ffffff1a;padding:2rem 1.5rem}.Admin-module__gRG9la__logo{color:#fff;margin:0 0 1rem;font-size:1.5rem;font-weight:700}.Admin-module__gRG9la__userInfo{margin-top:1rem}.Admin-module__gRG9la__userName{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.9rem;font-weight:600;overflow:hidden}.Admin-module__gRG9la__userRole{color:gold;background-color:#ffd70033;border-radius:12px;margin-top:.5rem;padding:.25rem .75rem;font-size:.75rem;display:inline-block}.Admin-module__gRG9la__nav{flex:1;padding:1rem 0}.Admin-module__gRG9la__navItem{color:#ffffffb3;align-items:center;padding:.875rem 1.5rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Admin-module__gRG9la__navItem:hover{color:#fff;background-color:#ffffff0d}.Admin-module__gRG9la__navItemActive{color:#fff;background-color:#ffffff1a;border-left:3px solid gold}.Admin-module__gRG9la__navIcon{text-align:center;width:1.5rem;margin-right:.875rem;font-size:1.25rem}.Admin-module__gRG9la__navLabel{font-size:.9375rem}.Admin-module__gRG9la__navSection{color:#ffffffd9;text-transform:uppercase;letter-spacing:.5px;align-items:center;margin-top:1rem;padding:.875rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.Admin-module__gRG9la__navSection:hover{color:#fff;background-color:#ffffff0d}.Admin-module__gRG9la__navItemNested{padding-left:3rem;font-size:.875rem}.Admin-module__gRG9la__sidebarFooter{border-top:1px solid #ffffff1a;padding:1.5rem}.Admin-module__gRG9la__homeButton{color:#fff;cursor:pointer;text-align:center;background-color:#ffffff0d;border:none;border-radius:8px;width:100%;margin-bottom:.75rem;padding:.75rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.Admin-module__gRG9la__homeButton:hover{background-color:#ffffff1a}.Admin-module__gRG9la__signOutButton{color:#fff;cursor:pointer;background-color:#ffffff1a;border:none;border-radius:8px;width:100%;padding:.75rem;font-size:.9375rem;font-weight:500;transition:all .2s}.Admin-module__gRG9la__signOutButton:hover{background-color:#ffffff26}.Admin-module__gRG9la__mainContent{flex:1;min-height:100vh;margin-left:280px;padding:2rem}.Admin-module__gRG9la__contentWrapper{max-width:1400px;margin:0 auto}.Admin-module__gRG9la__loadingContainer{background-color:#f5f5f5;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.Admin-module__gRG9la__spinner{border:4px solid #f3f3f3;border-top-color:#1a1a2e;border-radius:50%;width:50px;height:50px;margin-bottom:1rem;animation:1s linear infinite Admin-module__gRG9la__spin}@keyframes Admin-module__gRG9la__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Admin-module__gRG9la__loadingContainer p{color:#666;font-size:1rem}.Admin-module__gRG9la__pageHeader{margin-bottom:2rem}.Admin-module__gRG9la__pageTitle{color:#1a1a2e;margin:0 0 .5rem;font-size:2rem;font-weight:700}.Admin-module__gRG9la__pageDescription{color:#666;margin:0;font-size:1rem}.Admin-module__gRG9la__card{background:#fff;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.Admin-module__gRG9la__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Admin-module__gRG9la__cardTitle{color:#1a1a2e;margin:0;font-size:1.25rem;font-weight:600}.Admin-module__gRG9la__button{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:inline-flex}.Admin-module__gRG9la__buttonPrimary{color:#fff;background-color:#1a1a2e}.Admin-module__gRG9la__buttonPrimary:hover{background-color:#2a2a3e}.Admin-module__gRG9la__buttonSecondary{color:#1a1a2e;background-color:#f0f0f0}.Admin-module__gRG9la__buttonSecondary:hover{background-color:#e0e0e0}.Admin-module__gRG9la__buttonDanger{color:#fff;background-color:#dc3545}.Admin-module__gRG9la__buttonDanger:hover{background-color:#c82333}.Admin-module__gRG9la__buttonSmall{padding:.5rem 1rem;font-size:.875rem}.Admin-module__gRG9la__table{border-collapse:collapse;width:100%}.Admin-module__gRG9la__table thead{background-color:#f8f9fa}.Admin-module__gRG9la__table th{text-align:left;color:#495057;text-transform:uppercase;letter-spacing:.5px;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.Admin-module__gRG9la__table td{color:#212529;border-top:1px solid #e9ecef;padding:1rem}.Admin-module__gRG9la__table tbody tr:hover{background-color:#f8f9fa}.Admin-module__gRG9la__tabs{border-bottom:2px solid #e9ecef;gap:.5rem;margin-bottom:1.5rem;padding-bottom:0;display:flex}.Admin-module__gRG9la__tab{color:#666;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;align-items:center;gap:.5rem;margin-bottom:-2px;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex}.Admin-module__gRG9la__tab:hover{color:#1a1a2e;background-color:#1a1a2e08}.Admin-module__gRG9la__tabActive{color:#1a1a2e;border-bottom-color:#1a1a2e;font-weight:600}.Admin-module__gRG9la__tabContent{min-height:400px}@media (max-width:768px){.Admin-module__gRG9la__sidebar{width:100%;height:auto;position:relative}.Admin-module__gRG9la__mainContent{margin-left:0;padding:1rem}.Admin-module__gRG9la__adminContainer{flex-direction:column}.Admin-module__gRG9la__tabs{flex-wrap:wrap}.Admin-module__gRG9la__tab{flex:1;min-width:150px;padding:.75rem 1rem;font-size:.875rem}}
.GoogleLogin-module__k2MrVa__container{width:100%}.GoogleLogin-module__k2MrVa__error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.GoogleLogin-module__k2MrVa__googleButton{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:.625rem;justify-content:center;align-items:center;gap:.75rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex;position:relative;overflow:hidden}.GoogleLogin-module__k2MrVa__googleButton:before{content:"";background:linear-gradient(135deg,#0000 0%,#ffffff0d 100%);position:absolute;inset:0}.GoogleLogin-module__k2MrVa__googleButton:hover:not(:disabled){background:#334155;transform:translateY(-1px);box-shadow:0 4px 12px #1e293b4d}.GoogleLogin-module__k2MrVa__googleButton:active:not(:disabled){transform:translateY(0)}.GoogleLogin-module__k2MrVa__googleButton:disabled{cursor:not-allowed;background:#94a3b8}.GoogleLogin-module__k2MrVa__fullWidth{width:100%}.GoogleLogin-module__k2MrVa__googleIcon{background:#fff;border-radius:4px;flex-shrink:0;padding:2px}.GoogleLogin-module__k2MrVa__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite GoogleLogin-module__k2MrVa__spin}@keyframes GoogleLogin-module__k2MrVa__spin{to{transform:rotate(360deg)}}.GoogleLogin-module__k2MrVa__divider{justify-content:center;align-items:center;margin-top:1.25rem;display:flex}.GoogleLogin-module__k2MrVa__divider span{color:#94a3b8;align-items:center;gap:.375rem;font-size:.75rem;display:flex}.GoogleLogin-module__k2MrVa__divider span:before{content:"";background:#22c55e;border-radius:50%;width:6px;height:6px;display:inline-block}
.EmailLogin-module__z0aXfq__container,.EmailLogin-module__z0aXfq__fullWidth{width:100%}.EmailLogin-module__z0aXfq__error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.EmailLogin-module__z0aXfq__inputGroup{margin-bottom:1rem}.EmailLogin-module__z0aXfq__label{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.EmailLogin-module__z0aXfq__input{color:#1f2937;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:.625rem;width:100%;padding:.875rem 1rem;font-size:1rem;transition:all .2s}.EmailLogin-module__z0aXfq__input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.EmailLogin-module__z0aXfq__input:disabled{color:#9ca3af;cursor:not-allowed;background:#f9fafb}.EmailLogin-module__z0aXfq__input::placeholder{color:#9ca3af}.EmailLogin-module__z0aXfq__submitButton{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:.625rem;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex;position:relative;overflow:hidden}.EmailLogin-module__z0aXfq__submitButton:before{content:"";background:linear-gradient(135deg,#0000 0%,#ffffff0d 100%);position:absolute;inset:0}.EmailLogin-module__z0aXfq__submitButton:hover:not(:disabled){background:#334155;transform:translateY(-1px);box-shadow:0 4px 12px #1e293b4d}.EmailLogin-module__z0aXfq__submitButton:active:not(:disabled){transform:translateY(0)}.EmailLogin-module__z0aXfq__submitButton:disabled{cursor:not-allowed;background:#94a3b8}.EmailLogin-module__z0aXfq__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite EmailLogin-module__z0aXfq__spin}@keyframes EmailLogin-module__z0aXfq__spin{to{transform:rotate(360deg)}}.EmailLogin-module__z0aXfq__helperText{color:#6b7280;text-align:center;margin-top:1rem;font-size:.8125rem;line-height:1.5}.EmailLogin-module__z0aXfq__otpHeader{text-align:center;margin-bottom:1.5rem}.EmailLogin-module__z0aXfq__welcomeBack{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:9999px;margin:0 0 .75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.EmailLogin-module__z0aXfq__otpTitle{color:#1f2937;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.EmailLogin-module__z0aXfq__otpSubtitle{color:#6b7280;margin:0;font-size:.875rem}.EmailLogin-module__z0aXfq__otpSubtitle strong{color:#374151}.EmailLogin-module__z0aXfq__otpInputGroup{justify-content:center;gap:.5rem;margin-bottom:1rem;display:flex}.EmailLogin-module__z0aXfq__pasteButton{color:#64748b;cursor:pointer;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-bottom:1rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.EmailLogin-module__z0aXfq__pasteButton:hover:not(:disabled){color:#475569;background:#f1f5f9;border-color:#94a3b8}.EmailLogin-module__z0aXfq__pasteButton:active:not(:disabled){background:#e2e8f0}.EmailLogin-module__z0aXfq__pasteButton:disabled{opacity:.5;cursor:not-allowed}.EmailLogin-module__z0aXfq__otpInput{text-align:center;color:#1f2937;caret-color:#3b82f6;background:#fff;border:2px solid #e5e7eb;border-radius:.625rem;width:3rem;height:3.5rem;font-size:1.5rem;font-weight:600;transition:all .2s}.EmailLogin-module__z0aXfq__otpInput:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.EmailLogin-module__z0aXfq__otpInput:disabled{color:#9ca3af;cursor:not-allowed;background:#f9fafb}.EmailLogin-module__z0aXfq__otpInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.EmailLogin-module__z0aXfq__otpInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.EmailLogin-module__z0aXfq__otpInput[type=number]{-moz-appearance:textfield}.EmailLogin-module__z0aXfq__otpFooter{justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;display:flex}.EmailLogin-module__z0aXfq__linkButton{color:#3b82f6;cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-size:.875rem;transition:color .2s}.EmailLogin-module__z0aXfq__linkButton:hover:not(:disabled){color:#2563eb;text-decoration:underline}.EmailLogin-module__z0aXfq__linkButton:disabled{color:#9ca3af;cursor:not-allowed}.EmailLogin-module__z0aXfq__separator{color:#d1d5db;font-size:.875rem}@media (max-width:400px){.EmailLogin-module__z0aXfq__otpInput{width:2.5rem;height:3rem;font-size:1.25rem}.EmailLogin-module__z0aXfq__otpInputGroup{gap:.375rem}}
.SignInModal-module__FSQmRa__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1300;background:#0f172a99;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out SignInModal-module__FSQmRa__fadeIn;display:flex;position:fixed;inset:0}@keyframes SignInModal-module__FSQmRa__fadeIn{0%{opacity:0}to{opacity:1}}.SignInModal-module__FSQmRa__modal{background:#fff;border-radius:1rem;width:100%;max-width:400px;animation:.3s ease-out SignInModal-module__FSQmRa__slideUp;position:relative;box-shadow:0 25px 50px -12px #00000040}@keyframes SignInModal-module__FSQmRa__slideUp{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.SignInModal-module__FSQmRa__closeButton{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.SignInModal-module__FSQmRa__closeButton:hover{color:#475569;background:#f1f5f9}.SignInModal-module__FSQmRa__backButton{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:absolute;top:1rem;left:1rem}.SignInModal-module__FSQmRa__backButton:hover{color:#475569;background:#f1f5f9}.SignInModal-module__FSQmRa__content{text-align:center;padding:2.5rem 2rem 2rem}.SignInModal-module__FSQmRa__iconWrapper{color:#fff;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);border-radius:1rem;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.SignInModal-module__FSQmRa__title{color:#0f172a;letter-spacing:-.025em;margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.SignInModal-module__FSQmRa__subtitle{color:#64748b;margin:0 0 2rem;font-size:.9375rem;line-height:1.5}.SignInModal-module__FSQmRa__terms{color:#94a3b8;margin:1.5rem 0 0;font-size:.75rem;line-height:1.5}.SignInModal-module__FSQmRa__terms a{color:#475569;font-weight:500;text-decoration:none;transition:color .2s}.SignInModal-module__FSQmRa__terms a:hover{color:#1e293b;text-decoration:underline}.SignInModal-module__FSQmRa__divider{align-items:center;gap:1rem;margin:1.5rem 0;display:flex}.SignInModal-module__FSQmRa__divider:before,.SignInModal-module__FSQmRa__divider:after{content:"";background:#e5e7eb;flex:1;height:1px}.SignInModal-module__FSQmRa__divider span{color:#94a3b8;text-transform:lowercase;font-size:.8125rem}.SignInModal-module__FSQmRa__methodButton{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:.625rem;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-bottom:.75rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex;position:relative;overflow:hidden}.SignInModal-module__FSQmRa__methodButton:before{content:"";background:linear-gradient(135deg,#0000 0%,#ffffff0d 100%);position:absolute;inset:0}.SignInModal-module__FSQmRa__methodButton:hover{background:#334155;transform:translateY(-1px);box-shadow:0 4px 12px #1e293b4d}.SignInModal-module__FSQmRa__methodButton:active{transform:translateY(0)}.SignInModal-module__FSQmRa__methodButton:last-of-type{margin-bottom:0}.SignInModal-module__FSQmRa__methodButton .SignInModal-module__FSQmRa__googleIcon{background:#fff;border-radius:4px;flex-shrink:0;padding:2px}.SignInModal-module__FSQmRa__methodButton:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.SignInModal-module__FSQmRa__methodButton:disabled:hover{box-shadow:none;background:#1e293b;transform:none}@keyframes SignInModal-module__FSQmRa__spin{to{transform:rotate(360deg)}}
.UserMenu-module__2N__mG__userMenuContainer{position:relative}.UserMenu-module__2N__mG__userInitialButton{color:#fff;letter-spacing:.5px;cursor:pointer;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);border:2px solid #0000;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #1e293b40}.UserMenu-module__2N__mG__userInitialButton:before{content:"";background:linear-gradient(135deg,#0000 0%,#ffffff1a 100%);border-radius:10px;position:absolute;inset:0}.UserMenu-module__2N__mG__userInitialButton:hover{background:linear-gradient(135deg,#334155 0%,#475569 100%);border-color:#ffffff1a;transform:translateY(-1px);box-shadow:0 4px 12px #1e293b59}.UserMenu-module__2N__mG__userInitialButton:active{transform:translateY(0);box-shadow:0 2px 6px #1e293b4d}.UserMenu-module__2N__mG__userMenuContainer.UserMenu-module__2N__mG__white .UserMenu-module__2N__mG__userInitialButton{color:#1e293b;background:#fffffff2;border:1px solid #ffffff4d;font-weight:700;box-shadow:0 4px 12px #00000026}.UserMenu-module__2N__mG__userMenuContainer.UserMenu-module__2N__mG__white .UserMenu-module__2N__mG__userInitialButton:before{background:0 0}.UserMenu-module__2N__mG__userMenuContainer.UserMenu-module__2N__mG__white .UserMenu-module__2N__mG__userInitialButton:hover{background:#fff;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 6px 16px #0003}.UserMenu-module__2N__mG__userDropdown{z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:12px;min-width:240px;animation:.2s ease-out UserMenu-module__2N__mG__dropdownFadeIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 10px 40px #0f172a26,0 4px 12px #0f172a1a}@keyframes UserMenu-module__2N__mG__dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.UserMenu-module__2N__mG__dropdownHeader{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-bottom:1px solid #e2e8f0;padding:16px}.UserMenu-module__2N__mG__userInfo{flex-direction:column;gap:4px;display:flex}.UserMenu-module__2N__mG__userDisplayName{color:#0f172a;font-size:.9375rem;font-weight:600;line-height:1.3}.UserMenu-module__2N__mG__userEmail{color:#64748b;font-size:.8125rem;line-height:1.3}.UserMenu-module__2N__mG__dropdownDivider{background:#e2e8f0;height:1px}.UserMenu-module__2N__mG__dropdownItem{color:#334155;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:12px 16px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s;display:block}.UserMenu-module__2N__mG__dropdownItem:hover{color:#1e293b;background:#f1f5f9}.UserMenu-module__2N__mG__dropdownItem:active{background:#e2e8f0}
.MainNav-module__nDucMq__nav{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;box-sizing:border-box;background:#fffffff2;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:center;align-items:center;gap:3rem;width:100%;padding:1rem 2rem;display:flex;position:sticky;top:0}.MainNav-module__nDucMq__navBrand{align-items:center;gap:10px;text-decoration:none;display:flex}.MainNav-module__nDucMq__navBrand img{filter:brightness(.4)}.MainNav-module__nDucMq__navLinks{align-items:center;gap:2rem;display:flex}.MainNav-module__nDucMq__navLink{color:#64748b;cursor:pointer;letter-spacing:.01em;background:0 0;border:none;padding:0;font-family:inherit;font-size:.9375rem;text-decoration:none;transition:color .2s}.MainNav-module__nDucMq__navLink:hover{color:#1e293b}.MainNav-module__nDucMq__navLinkActive{color:#1e293b;font-weight:500}.MainNav-module__nDucMq__navActions{align-items:center;gap:1rem;display:flex}.MainNav-module__nDucMq__signInBtn{color:#fff;cursor:pointer;letter-spacing:.01em;background:#1e293b;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.MainNav-module__nDucMq__signInBtn:hover{background:#334155;transform:translateY(-1px)}.MainNav-module__nDucMq__mobileAuthAction{display:none}.MainNav-module__nDucMq__navAvatar{color:#fff;cursor:pointer;background:#10a37f;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:600;text-decoration:none;display:flex}.MainNav-module__nDucMq__navSignInCompact{color:#fff;cursor:pointer;white-space:nowrap;background:#1e293b;border:none;border-radius:.375rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:600}.MainNav-module__nDucMq__avatarDropdown{z-index:200;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;min-width:200px;margin-top:.5rem;padding:.5rem 0;position:absolute;top:100%;right:0;box-shadow:0 4px 16px #0000001f}.MainNav-module__nDucMq__avatarDropdownHeader{padding:.625rem 1rem}.MainNav-module__nDucMq__avatarDropdownName{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.MainNav-module__nDucMq__avatarDropdownEmail{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.MainNav-module__nDucMq__avatarDropdownDivider{background:#e2e8f0;height:1px;margin:.25rem 0}.MainNav-module__nDucMq__avatarDropdownItem{color:#475569;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.5rem 1rem;font-family:inherit;font-size:.875rem;text-decoration:none;transition:background .15s;display:block}.MainNav-module__nDucMq__avatarDropdownItem:hover{color:#1e293b;background:#f8fafc}.MainNav-module__nDucMq__avatarDropdownSignOut{color:#dc2626}.MainNav-module__nDucMq__avatarDropdownSignOut:hover{color:#b91c1c;background:#fef2f2}.MainNav-module__nDucMq__mobilePills{transition:transform .3s,opacity .3s;display:none}.MainNav-module__nDucMq__mobilePillsHidden{opacity:0;pointer-events:none;transform:translateY(-100%)}.MainNav-module__nDucMq__mobileMenuBtn{cursor:pointer;color:#475569;background:0 0;border:none;padding:.5rem;transition:color .2s;display:none}.MainNav-module__nDucMq__mobileMenuBtn:hover{color:#1e293b}.MainNav-module__nDucMq__sidebarToggleBtn{cursor:pointer;color:#475569;background:0 0;border:none;padding:.5rem;transition:color .2s;display:none}.MainNav-module__nDucMq__sidebarToggleBtn:hover{color:#1e293b}.MainNav-module__nDucMq__mobileMenu{z-index:99;background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem;display:none;position:sticky;top:57px}.MainNav-module__nDucMq__mobileNavLinks{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.MainNav-module__nDucMq__mobileNavLinks li a,.MainNav-module__nDucMq__mobileNavLinks li span,.MainNav-module__nDucMq__mobileNavLinks li button{color:#475569;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.5rem;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;text-decoration:none;transition:all .2s;display:block}.MainNav-module__nDucMq__mobileNavLinks li a:hover,.MainNav-module__nDucMq__mobileNavLinks li span:hover,.MainNav-module__nDucMq__mobileNavLinks li button:hover{color:#1e293b;background:#f8fafc}@media (max-width:768px){.MainNav-module__nDucMq__nav{justify-content:space-between;gap:.75rem;padding:.75rem 1rem;position:relative}.MainNav-module__nDucMq__navBrand{position:absolute;left:50%;transform:translate(-50%)}.MainNav-module__nDucMq__navLinks,.MainNav-module__nDucMq__navActions{display:none}.MainNav-module__nDucMq__mobileMenuBtn{order:-1;justify-content:center;align-items:center;display:flex}.MainNav-module__nDucMq__mobileAuthAction{align-items:center;display:flex;position:relative}.MainNav-module__nDucMq__mobilePills{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:99;background:#fffffff2;border-bottom:1px solid #e2e8f0;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex;position:sticky;top:57px}.MainNav-module__nDucMq__mobilePill{color:#475569;white-space:nowrap;background:#f1f5f9;border-radius:100px;flex-shrink:0;align-items:center;gap:.375rem;padding:.4rem .75rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.MainNav-module__nDucMq__mobilePill:hover{color:#1e293b;background:#e2e8f0}.MainNav-module__nDucMq__mobilePillActive{color:#fff;background:#1e293b}.MainNav-module__nDucMq__mobilePillActive:hover{color:#fff;background:#334155}.MainNav-module__nDucMq__mobileMenu{display:block}.MainNav-module__nDucMq__navWithSidebar .MainNav-module__nDucMq__sidebarToggleBtn{justify-content:center;align-items:center;display:flex}.MainNav-module__nDucMq__navWithSidebar .MainNav-module__nDucMq__navBrand{flex:1;justify-content:center;display:flex;position:static;transform:none}.MainNav-module__nDucMq__navWithSidebar .MainNav-module__nDucMq__mobileAuthAction{order:1}.MainNav-module__nDucMq__navWithSidebar .MainNav-module__nDucMq__mobileMenuBtn{order:2}}@media (max-width:480px){.MainNav-module__nDucMq__nav{padding:.625rem .75rem}.MainNav-module__nDucMq__navBrand img{width:auto;min-width:120px;height:32px}.MainNav-module__nDucMq__mobileMenuBtn{padding:.375rem}.MainNav-module__nDucMq__mobileMenuBtn svg{width:22px;height:22px}.MainNav-module__nDucMq__mobilePills{padding:.4rem .75rem;top:53px}.MainNav-module__nDucMq__mobileMenu{padding:.75rem;top:53px}.MainNav-module__nDucMq__mobileNavLinks li a,.MainNav-module__nDucMq__mobileNavLinks li span,.MainNav-module__nDucMq__mobileNavLinks li button{padding:.625rem .875rem;font-size:.9375rem}}
.Footer-module__GtcUXa__footer{background:#f8fafc;border-top:1px solid #e2e8f0;flex-shrink:0;margin-top:auto;padding:60px 0 30px}.Footer-module__GtcUXa__container{box-sizing:border-box;width:100%;max-width:1100px;margin:0 auto;padding:0 20px}.Footer-module__GtcUXa__footerGrid{border-bottom:1px solid #e2e8f0;grid-template-columns:2fr 1fr 1.5fr;gap:40px;padding-bottom:40px;display:grid}.Footer-module__GtcUXa__brandColumn{max-width:280px}.Footer-module__GtcUXa__logo{align-items:center;gap:10px;margin-bottom:16px;text-decoration:none;display:flex}.Footer-module__GtcUXa__logo img{filter:brightness(.4)}.Footer-module__GtcUXa__logoText{color:#1e293b;letter-spacing:-.02em;font-size:1.375rem;font-weight:700}.Footer-module__GtcUXa__tagline{color:#94a3b8;letter-spacing:.01em;margin:0 0 20px;font-size:.9375rem;line-height:1.6}.Footer-module__GtcUXa__socialLinks{gap:12px;display:flex}.Footer-module__GtcUXa__socialLinks a{color:#64748b;background:#f1f5f9;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.Footer-module__GtcUXa__socialLinks a:hover{color:#1e293b;background:#e2e8f0}.Footer-module__GtcUXa__linkColumn{flex-direction:column;display:flex}.Footer-module__GtcUXa__columnTitle{color:#1e293b;letter-spacing:.02em;margin:0 0 16px;font-size:.9375rem;font-weight:600}.Footer-module__GtcUXa__linkList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__GtcUXa__linkList li{margin:0}.Footer-module__GtcUXa__linkList a{color:#64748b;letter-spacing:.01em;font-size:.9375rem;text-decoration:none;transition:color .2s;display:inline-block}.Footer-module__GtcUXa__linkList a:hover{color:#1e293b}.Footer-module__GtcUXa__disabledLink{color:#94a3b8;letter-spacing:.01em;cursor:default;font-size:.9375rem;display:inline-block}.Footer-module__GtcUXa__partnerNote{color:#94a3b8;margin:12px 0 0;font-size:.75rem;font-style:italic}.Footer-module__GtcUXa__bottomBar{justify-content:space-between;align-items:flex-start;gap:24px;padding-top:24px;display:flex}.Footer-module__GtcUXa__copyright{color:#94a3b8;letter-spacing:.01em;white-space:nowrap;flex-shrink:0;margin:0;font-size:.875rem}.Footer-module__GtcUXa__disclaimer{color:#94a3b8;text-align:right;letter-spacing:.01em;flex:1;margin:0;font-size:.8125rem}@media (max-width:900px){.Footer-module__GtcUXa__footerGrid{grid-template-columns:1fr 1fr;gap:32px}.Footer-module__GtcUXa__brandColumn{grid-column:1/-1;max-width:100%}}@media (max-width:600px){.Footer-module__GtcUXa__footer{padding:40px 0 24px}.Footer-module__GtcUXa__footerGrid{grid-template-columns:1fr;gap:28px}.Footer-module__GtcUXa__brandColumn{text-align:center}.Footer-module__GtcUXa__logo,.Footer-module__GtcUXa__socialLinks{justify-content:center}.Footer-module__GtcUXa__linkColumn{text-align:center}.Footer-module__GtcUXa__bottomBar{text-align:center;flex-direction:column;gap:12px}.Footer-module__GtcUXa__disclaimer{text-align:center;max-width:100%}}@media (max-width:480px){.Footer-module__GtcUXa__footer{padding:32px 0 20px}.Footer-module__GtcUXa__container{padding:0 16px}.Footer-module__GtcUXa__footerGrid{gap:24px;padding-bottom:24px}.Footer-module__GtcUXa__logo img{width:32px;height:32px}.Footer-module__GtcUXa__logoText{font-size:1.25rem}.Footer-module__GtcUXa__tagline{margin-bottom:16px;font-size:.875rem}.Footer-module__GtcUXa__socialLinks a{width:32px;height:32px}.Footer-module__GtcUXa__socialLinks a svg{width:18px;height:18px}.Footer-module__GtcUXa__columnTitle{margin-bottom:12px;font-size:.875rem}.Footer-module__GtcUXa__linkList{gap:8px}.Footer-module__GtcUXa__linkList a{font-size:.875rem}.Footer-module__GtcUXa__partnerNote{font-size:.6875rem}.Footer-module__GtcUXa__bottomBar{gap:10px;padding-top:16px}.Footer-module__GtcUXa__copyright{font-size:.8125rem}.Footer-module__GtcUXa__disclaimer{font-size:.75rem;line-height:1.5}}
.Features-module__DnTU9q__section{background:#fff;border-top:1px solid #e2e8f0;padding:80px 0}.Features-module__DnTU9q__container{box-sizing:border-box;width:100%;max-width:800px;margin:0 auto;padding:0 20px}.Features-module__DnTU9q__title{color:#0f172a;letter-spacing:.02em;text-align:center;margin-bottom:40px;font-size:2.5rem;font-weight:700}.Features-module__DnTU9q__faqContainer{flex-direction:column;gap:12px;display:flex}.Features-module__DnTU9q__faqItem{border:1px solid #e2e8f0;border-radius:12px;transition:all .2s;overflow:hidden}.Features-module__DnTU9q__faqItem:hover{border-color:#cbd5e1}.Features-module__DnTU9q__faqItem.Features-module__DnTU9q__featured{background:linear-gradient(135deg,#fff8f080 0%,#fff 100%)}.Features-module__DnTU9q__faqQuestion{cursor:pointer;text-align:left;color:#1e293b;letter-spacing:.01em;background:#f8fafc;border:none;justify-content:space-between;align-items:center;width:100%;padding:20px 24px;font-size:1.0625rem;font-weight:600;transition:background-color .2s;display:flex}.Features-module__DnTU9q__faqQuestion:hover{background:#f1f5f9}.Features-module__DnTU9q__faqIcon{color:#64748b;flex-shrink:0;width:20px;height:20px;margin-left:16px;transition:transform .3s}.Features-module__DnTU9q__open .Features-module__DnTU9q__faqIcon{transform:rotate(180deg)}.Features-module__DnTU9q__faqAnswer{max-height:0;transition:max-height .3s,padding .3s;overflow:hidden}.Features-module__DnTU9q__open .Features-module__DnTU9q__faqAnswer{max-height:500px}.Features-module__DnTU9q__faqAnswerContent{color:#64748b;letter-spacing:.01em;padding:4px 24px 20px;font-size:.9375rem;line-height:1.7}.Features-module__DnTU9q__faqAnswerContent p{margin:0}.Features-module__DnTU9q__faqAnswerContent ul,.Features-module__DnTU9q__faqAnswerContent ol{margin:.5rem 0;padding-left:1.5rem}.Features-module__DnTU9q__faqAnswerContent li{margin-bottom:.25rem}.Features-module__DnTU9q__faqAnswerContent strong{color:#475569;font-weight:600}.Features-module__DnTU9q__faqAnswerContent em{font-style:italic}.Features-module__DnTU9q__faqAnswer p{color:#64748b;letter-spacing:.01em;margin:0;padding:0 24px 20px;font-size:.9375rem;line-height:1.7}.Features-module__DnTU9q__open .Features-module__DnTU9q__faqAnswer p{padding-top:4px}@media (max-width:768px){.Features-module__DnTU9q__title{font-size:2rem}.Features-module__DnTU9q__faqQuestion{padding:16px 20px;font-size:1rem}.Features-module__DnTU9q__faqAnswer p{padding:0 20px 16px;font-size:.875rem}.Features-module__DnTU9q__open .Features-module__DnTU9q__faqAnswer p{padding-top:4px}.Features-module__DnTU9q__faqAnswerContent{padding:4px 20px 16px;font-size:.875rem}}
.ReportModal-module__aqEOYq__overlay{z-index:2000;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.ReportModal-module__aqEOYq__modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:500px;max-height:90vh;display:flex;box-shadow:0 20px 60px #0000004d}.ReportModal-module__aqEOYq__header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:flex-start;padding:24px 24px 16px;display:flex}.ReportModal-module__aqEOYq__title{color:#1a1a1a;margin:0 0 4px;font-size:24px;font-weight:600}.ReportModal-module__aqEOYq__subtitle{color:#666;margin:0;font-size:14px}.ReportModal-module__aqEOYq__closeButton{cursor:pointer;color:#666;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:background .2s;display:flex}.ReportModal-module__aqEOYq__closeButton:hover{background:#f5f5f5}.ReportModal-module__aqEOYq__content{flex-direction:column;flex:1;gap:24px;padding:24px;display:flex;overflow-y:auto}.ReportModal-module__aqEOYq__field{flex-direction:column;gap:8px;display:flex}.ReportModal-module__aqEOYq__label{color:#1a1a1a;font-size:14px;font-weight:600}.ReportModal-module__aqEOYq__reasonsList{flex-direction:column;gap:8px;display:flex}.ReportModal-module__aqEOYq__reasonOption{cursor:pointer;background:#f8f9fa;border:2px solid #0000;border-radius:8px;align-items:center;gap:10px;padding:12px;transition:all .2s;display:flex}.ReportModal-module__aqEOYq__reasonOption:hover{background:#e9ecef}.ReportModal-module__aqEOYq__reasonOption input[type=radio]:checked+span{font-weight:600}.ReportModal-module__aqEOYq__reasonOption:has(input:checked){background:#e3f2fd;border-color:#2196f3}.ReportModal-module__aqEOYq__reasonOption input[type=radio]{cursor:pointer;width:18px;height:18px}.ReportModal-module__aqEOYq__reasonOption span{color:#1a1a1a;font-size:14px}.ReportModal-module__aqEOYq__textarea{resize:vertical;border:1px solid #e0e0e0;border-radius:8px;min-height:100px;padding:12px;font-family:inherit;font-size:14px;transition:border-color .2s}.ReportModal-module__aqEOYq__textarea:focus{border-color:#2196f3;outline:none}.ReportModal-module__aqEOYq__charCount{text-align:right;color:#999;font-size:12px}.ReportModal-module__aqEOYq__infoBox{color:#1565c0;background:#e3f2fd;border:1px solid #90caf9;border-radius:8px;gap:10px;padding:12px;font-size:13px;display:flex}.ReportModal-module__aqEOYq__infoBox svg{flex-shrink:0;margin-top:2px}.ReportModal-module__aqEOYq__footer{border-top:1px solid #e0e0e0;justify-content:space-between;gap:12px;padding:16px 24px;display:flex}.ReportModal-module__aqEOYq__secondaryButton{color:#666;cursor:pointer;background:#f5f5f5;border:none;border-radius:8px;flex:1;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.ReportModal-module__aqEOYq__secondaryButton:hover:not(:disabled){background:#e0e0e0}.ReportModal-module__aqEOYq__secondaryButton:disabled{opacity:.5;cursor:not-allowed}.ReportModal-module__aqEOYq__primaryButton{color:#fff;cursor:pointer;background:#f44336;border:none;border-radius:8px;flex:1;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.ReportModal-module__aqEOYq__primaryButton:hover:not(:disabled){background:#d32f2f}.ReportModal-module__aqEOYq__primaryButton:disabled{cursor:not-allowed;background:#ccc}@media (prefers-color-scheme:dark){.ReportModal-module__aqEOYq__modal{background:#1e1e1e}.ReportModal-module__aqEOYq__header{border-color:#333}.ReportModal-module__aqEOYq__title{color:#fff}.ReportModal-module__aqEOYq__subtitle,.ReportModal-module__aqEOYq__closeButton{color:#aaa}.ReportModal-module__aqEOYq__closeButton:hover{background:#2a2a2a}.ReportModal-module__aqEOYq__label{color:#fff}.ReportModal-module__aqEOYq__reasonOption{background:#2a2a2a}.ReportModal-module__aqEOYq__reasonOption:hover{background:#333}.ReportModal-module__aqEOYq__reasonOption:has(input:checked){background:#1e3a5f}.ReportModal-module__aqEOYq__reasonOption span{color:#fff}.ReportModal-module__aqEOYq__textarea{color:#fff;background:#2a2a2a;border-color:#444}.ReportModal-module__aqEOYq__textarea:focus{border-color:#2196f3}.ReportModal-module__aqEOYq__infoBox{color:#90caf9;background:#1e3a5f;border-color:#2196f3}.ReportModal-module__aqEOYq__footer{border-color:#333}.ReportModal-module__aqEOYq__secondaryButton{color:#aaa;background:#2a2a2a}.ReportModal-module__aqEOYq__secondaryButton:hover:not(:disabled){background:#333}}@media (max-width:768px){.ReportModal-module__aqEOYq__modal{max-height:95vh}.ReportModal-module__aqEOYq__header{padding:20px 16px 12px}.ReportModal-module__aqEOYq__title{font-size:20px}.ReportModal-module__aqEOYq__content{padding:16px}.ReportModal-module__aqEOYq__footer{flex-direction:column-reverse}}
.HomePage-module__rZyR2q__pageWrapper{color:#1e293b;background-color:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.HomePage-module__rZyR2q__main{flex-grow:1}
.UploadQuoteModal-module__tmAEva__overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.UploadQuoteModal-module__tmAEva__modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:444px;height:85dvh;max-height:85dvh;display:flex;box-shadow:0 20px 60px #0000004d}.UploadQuoteModal-module__tmAEva__header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:flex-start;padding:24px 24px 16px;display:flex}.UploadQuoteModal-module__tmAEva__title{color:#1a1a1a;margin:0 0 4px;font-size:24px;font-weight:600}.UploadQuoteModal-module__tmAEva__subtitle{color:#666;margin:0;font-size:14px}.UploadQuoteModal-module__tmAEva__closeButton{cursor:pointer;color:#666;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:background .2s;display:flex}.UploadQuoteModal-module__tmAEva__closeButton:hover{background:#f5f5f5}.UploadQuoteModal-module__tmAEva__content{flex-direction:column;flex:1;padding:24px;display:flex;overflow-y:auto}.UploadQuoteModal-module__tmAEva__tabs{border:1px solid #e0e0e0;border-radius:8px;flex-shrink:0;gap:0;margin-bottom:20px;display:flex;overflow:hidden}.UploadQuoteModal-module__tmAEva__tab{color:#666;cursor:pointer;background:#f5f5f5;border:none;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.UploadQuoteModal-module__tmAEva__tab:first-child{border-right:1px solid #e0e0e0}.UploadQuoteModal-module__tmAEva__tab:hover:not(.UploadQuoteModal-module__tmAEva__tabActive){background:#eee}.UploadQuoteModal-module__tmAEva__tab.UploadQuoteModal-module__tmAEva__tabActive{color:#fff;background:#2196f3}.UploadQuoteModal-module__tmAEva__tab svg{flex-shrink:0}.UploadQuoteModal-module__tmAEva__urlInputContainer{margin-bottom:16px}.UploadQuoteModal-module__tmAEva__urlInput{box-sizing:border-box;border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:14px 16px;font-size:14px;transition:all .2s}.UploadQuoteModal-module__tmAEva__urlInput:focus{border-color:#2196f3;outline:none}.UploadQuoteModal-module__tmAEva__urlInput::placeholder{color:#999}.UploadQuoteModal-module__tmAEva__urlHint{color:#666;align-items:flex-start;gap:6px;margin-top:8px;font-size:12px;display:flex}.UploadQuoteModal-module__tmAEva__urlHint svg{flex-shrink:0;margin-top:1px}.UploadQuoteModal-module__tmAEva__textInputContainer{margin-bottom:16px}.UploadQuoteModal-module__tmAEva__textArea{resize:vertical;box-sizing:border-box;border:2px solid #e0e0e0;border-radius:8px;width:100%;min-height:200px;padding:14px 16px;font-family:inherit;font-size:14px;line-height:1.5;transition:all .2s}.UploadQuoteModal-module__tmAEva__textArea:focus{border-color:#2196f3;outline:none}.UploadQuoteModal-module__tmAEva__textArea::placeholder{color:#999}.UploadQuoteModal-module__tmAEva__urlPreview{background:#fafafa;border:1px solid #e0e0e0;border-radius:12px;flex-direction:column;flex:1;padding:16px;display:flex}.UploadQuoteModal-module__tmAEva__urlPreviewHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.UploadQuoteModal-module__tmAEva__urlPreviewTitle{color:#333;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.UploadQuoteModal-module__tmAEva__urlPreviewTitle svg{color:#4caf50}.UploadQuoteModal-module__tmAEva__clearUrl{color:#666;cursor:pointer;background:0 0;border:1px solid #ccc;border-radius:6px;padding:8px 14px;font-size:13px;transition:all .2s}.UploadQuoteModal-module__tmAEva__clearUrl:hover{color:#f44336;border-color:#f44336}.UploadQuoteModal-module__tmAEva__urlPreviewImages{flex-wrap:wrap;gap:8px;padding:4px 0;display:flex;overflow-x:auto}.UploadQuoteModal-module__tmAEva__urlPreviewImageContainer{border-radius:8px;flex-shrink:0;position:relative;overflow:hidden}.UploadQuoteModal-module__tmAEva__urlPreviewImage{object-fit:cover;cursor:pointer;border:1px solid #e0e0e0;border-radius:8px;width:100px;height:100px;transition:all .2s;display:block}.UploadQuoteModal-module__tmAEva__urlPreviewImageContainer:hover .UploadQuoteModal-module__tmAEva__urlPreviewImage{border-color:#2196f3}.UploadQuoteModal-module__tmAEva__removeImageButton{cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:background .2s;display:flex;position:absolute;top:0;right:0}.UploadQuoteModal-module__tmAEva__removeImageButton:hover{background:#dc2626e6}.UploadQuoteModal-module__tmAEva__removeImageButton svg{color:#fff;width:12px;height:12px}.UploadQuoteModal-module__tmAEva__urlPreviewCount{color:#666;margin-top:8px;font-size:13px}.UploadQuoteModal-module__tmAEva__textPreviewBox{background:#f0f9ff;border:1px solid #bae6fd;border-radius:6px;flex-direction:column;flex:1;margin-top:12px;padding:10px 12px;display:flex}.UploadQuoteModal-module__tmAEva__textPreviewHeader{color:#0369a1;align-items:center;gap:6px;margin-bottom:6px;font-size:12px;font-weight:500;display:flex}.UploadQuoteModal-module__tmAEva__textPreviewContent{color:#475569;white-space:pre-wrap;resize:vertical;box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:4px;flex:1;width:100%;min-height:120px;margin:0;padding:8px;font-family:inherit;font-size:12px;line-height:1.5;transition:border-color .2s;overflow-y:auto}.UploadQuoteModal-module__tmAEva__textPreviewContent:focus{border-color:#0369a1;outline:none}.UploadQuoteModal-module__tmAEva__textPreviewContent::-webkit-scrollbar{width:6px}.UploadQuoteModal-module__tmAEva__textPreviewContent::-webkit-scrollbar-track{background:#e0f2fe;border-radius:3px}.UploadQuoteModal-module__tmAEva__textPreviewContent::-webkit-scrollbar-thumb{background:#7dd3fc;border-radius:3px}.UploadQuoteModal-module__tmAEva__textPreviewContent::-webkit-scrollbar-thumb:hover{background:#38bdf8}.UploadQuoteModal-module__tmAEva__textPreviewTip{color:#64748b;background:#fffbeb;border-left:2px solid #fbbf24;border-radius:3px;margin:6px 0 0;padding:6px 8px;font-size:11px;line-height:1.4}.UploadQuoteModal-module__tmAEva__textPreviewTip strong{color:#92400e}.UploadQuoteModal-module__tmAEva__infoTip{color:#475569;background:#f0f9ff;border-left:3px solid #3b82f6;border-radius:4px;align-items:flex-start;gap:6px;margin:12px 0;padding:8px 10px;font-size:11px;line-height:1.5;display:flex}.UploadQuoteModal-module__tmAEva__infoTip strong{color:#1e40af}.UploadQuoteModal-module__tmAEva__urlPreviewSource{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;margin-top:8px;padding:8px 10px}.UploadQuoteModal-module__tmAEva__urlPreviewSourceLabel{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:11px;font-weight:600}.UploadQuoteModal-module__tmAEva__urlPreviewSourceUrl{color:#475569;word-break:break-all;max-height:40px;margin:0;padding-right:4px;font-family:Consolas,Monaco,Courier New,monospace;font-size:12px;line-height:1.4;overflow-y:auto}.UploadQuoteModal-module__tmAEva__urlPreviewSourceUrl::-webkit-scrollbar{width:5px}.UploadQuoteModal-module__tmAEva__urlPreviewSourceUrl::-webkit-scrollbar-track{background:#e2e8f0;border-radius:3px}.UploadQuoteModal-module__tmAEva__urlPreviewSourceUrl::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:3px}.UploadQuoteModal-module__tmAEva__urlPreviewSourceUrl::-webkit-scrollbar-thumb:hover{background:#64748b}.UploadQuoteModal-module__tmAEva__lightboxOverlay{z-index:10000;cursor:zoom-out;background:#000000e6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.UploadQuoteModal-module__tmAEva__lightboxClose{cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.UploadQuoteModal-module__tmAEva__lightboxClose:hover{background:#fff3}.UploadQuoteModal-module__tmAEva__lightboxClose svg{color:#fff}.UploadQuoteModal-module__tmAEva__lightboxImage{object-fit:contain;cursor:default;border-radius:8px;max-width:85vw;max-height:90vh}.UploadQuoteModal-module__tmAEva__lightboxArrow{cursor:pointer;color:#fff;z-index:1;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.UploadQuoteModal-module__tmAEva__lightboxArrow:hover{background:#ffffff40}.UploadQuoteModal-module__tmAEva__lightboxArrowLeft{left:16px}.UploadQuoteModal-module__tmAEva__lightboxArrowRight{right:16px}.UploadQuoteModal-module__tmAEva__lightboxCounter{color:#fffc;background:#0006;border-radius:12px;padding:4px 14px;font-size:14px;font-weight:500;position:absolute;top:20px;left:50%;transform:translate(-50%)}@media (max-width:600px){.UploadQuoteModal-module__tmAEva__lightboxArrow{width:40px;height:40px}.UploadQuoteModal-module__tmAEva__lightboxArrowLeft{left:8px}.UploadQuoteModal-module__tmAEva__lightboxArrowRight{right:8px}}.UploadQuoteModal-module__tmAEva__urlLoading{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex}.UploadQuoteModal-module__tmAEva__urlLoadingSpinner{border:3px solid #e0e0e0;border-top-color:#2196f3;border-radius:50%;width:32px;height:32px;margin-bottom:12px;animation:1s linear infinite UploadQuoteModal-module__tmAEva__spin}@keyframes UploadQuoteModal-module__tmAEva__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.UploadQuoteModal-module__tmAEva__urlLoadingText{color:#666;font-size:14px}.UploadQuoteModal-module__tmAEva__urlError{color:#c62828;background:#ffebee;border:1px solid #ffcdd2;border-radius:8px;align-items:flex-start;gap:10px;padding:12px 16px;font-size:13px;display:flex}.UploadQuoteModal-module__tmAEva__urlError svg{flex-shrink:0;margin-top:1px}.UploadQuoteModal-module__tmAEva__dropZone{text-align:center;cursor:pointer;background:#fafafa;border:2px dashed #ccc;border-radius:12px;padding:48px 24px;transition:all .2s;position:relative}.UploadQuoteModal-module__tmAEva__dropZone:hover{background:#f0f7ff;border-color:#2196f3}.UploadQuoteModal-module__tmAEva__dropZone.UploadQuoteModal-module__tmAEva__dragActive{background:#e3f2fd;border-color:#2196f3;transform:scale(1.02)}.UploadQuoteModal-module__tmAEva__dropZone.UploadQuoteModal-module__tmAEva__hasFile{background:#f1f8f4;border-style:solid;border-color:#4caf50}.UploadQuoteModal-module__tmAEva__dropZone svg{color:#999;margin-bottom:16px}.UploadQuoteModal-module__tmAEva__dropZone.UploadQuoteModal-module__tmAEva__dragActive svg,.UploadQuoteModal-module__tmAEva__dropZone.UploadQuoteModal-module__tmAEva__hasFile svg{color:#2196f3}.UploadQuoteModal-module__tmAEva__fileInput{display:none}.UploadQuoteModal-module__tmAEva__dropText{color:#666;margin:0 0 8px;font-size:16px}.UploadQuoteModal-module__tmAEva__dropText strong{color:#1a1a1a}.UploadQuoteModal-module__tmAEva__dropHint{color:#999;margin:0;font-size:13px}.UploadQuoteModal-module__tmAEva__fileIcon{color:#4caf50}.UploadQuoteModal-module__tmAEva__fileName{color:#1a1a1a;margin:8px 0 4px;font-size:16px;font-weight:600}.UploadQuoteModal-module__tmAEva__fileSize{color:#666;margin:0 0 12px;font-size:13px}.UploadQuoteModal-module__tmAEva__changeFile{color:#666;cursor:pointer;background:0 0;border:1px solid #ccc;border-radius:6px;padding:10px 18px;font-size:13px;transition:all .2s}.UploadQuoteModal-module__tmAEva__changeFile:hover{color:#2196f3;border-color:#2196f3}.UploadQuoteModal-module__tmAEva__infoBox{color:#1565c0;background:#e3f2fd;border:1px solid #90caf9;border-radius:8px;gap:12px;margin-top:20px;padding:16px;font-size:13px;display:flex}.UploadQuoteModal-module__tmAEva__infoBox svg{flex-shrink:0;margin-top:2px}.UploadQuoteModal-module__tmAEva__infoBox strong{color:#0d47a1;margin-bottom:8px;display:block}.UploadQuoteModal-module__tmAEva__infoBox ul{margin:0;padding-left:20px}.UploadQuoteModal-module__tmAEva__infoBox li{margin-bottom:4px}.UploadQuoteModal-module__tmAEva__infoBox li:last-child{margin-bottom:0}.UploadQuoteModal-module__tmAEva__authMessage{text-align:center;padding:40px 20px}.UploadQuoteModal-module__tmAEva__authMessage svg{color:#2196f3;margin-bottom:16px}.UploadQuoteModal-module__tmAEva__authMessage p{color:#666;margin:0;font-size:16px}.UploadQuoteModal-module__tmAEva__footer{border-top:1px solid #e0e0e0;justify-content:space-between;gap:12px;padding:16px 24px;display:flex}.UploadQuoteModal-module__tmAEva__secondaryButton{color:#666;cursor:pointer;background:#f5f5f5;border:none;border-radius:8px;flex:1;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.UploadQuoteModal-module__tmAEva__secondaryButton:hover{background:#e0e0e0}.UploadQuoteModal-module__tmAEva__primaryButton{color:#fff;cursor:pointer;background:#2196f3;border:none;border-radius:8px;flex:1;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.UploadQuoteModal-module__tmAEva__primaryButton:hover:not(:disabled){background:#1976d2}.UploadQuoteModal-module__tmAEva__primaryButton:disabled{cursor:not-allowed;background:#ccc}@media (prefers-color-scheme:dark){.UploadQuoteModal-module__tmAEva__modal{background:#1e1e1e}.UploadQuoteModal-module__tmAEva__header{border-color:#333}.UploadQuoteModal-module__tmAEva__title{color:#fff}.UploadQuoteModal-module__tmAEva__subtitle,.UploadQuoteModal-module__tmAEva__closeButton{color:#aaa}.UploadQuoteModal-module__tmAEva__closeButton:hover{background:#2a2a2a}.UploadQuoteModal-module__tmAEva__dropZone{background:#2a2a2a;border-color:#444}.UploadQuoteModal-module__tmAEva__dropZone:hover{background:#1a2332}.UploadQuoteModal-module__tmAEva__dropZone.UploadQuoteModal-module__tmAEva__dragActive{background:#1e3a5f}.UploadQuoteModal-module__tmAEva__dropZone.UploadQuoteModal-module__tmAEva__hasFile{background:#1e3a2f}.UploadQuoteModal-module__tmAEva__dropText{color:#aaa}.UploadQuoteModal-module__tmAEva__dropText strong,.UploadQuoteModal-module__tmAEva__fileName{color:#fff}.UploadQuoteModal-module__tmAEva__infoBox{color:#90caf9;background:#1e3a5f;border-color:#2196f3}.UploadQuoteModal-module__tmAEva__infoBox strong{color:#bbdefb}.UploadQuoteModal-module__tmAEva__footer{border-color:#333}.UploadQuoteModal-module__tmAEva__secondaryButton{color:#aaa;background:#2a2a2a}.UploadQuoteModal-module__tmAEva__secondaryButton:hover{background:#333}.UploadQuoteModal-module__tmAEva__tabs{border-color:#444}.UploadQuoteModal-module__tmAEva__tab{color:#aaa;background:#2a2a2a;border-color:#444}.UploadQuoteModal-module__tmAEva__tab:first-child{border-color:#444}.UploadQuoteModal-module__tmAEva__tab:hover:not(.UploadQuoteModal-module__tmAEva__tabActive){background:#333}.UploadQuoteModal-module__tmAEva__urlInput{color:#fff;background:#2a2a2a;border-color:#444}.UploadQuoteModal-module__tmAEva__urlInput:focus{border-color:#2196f3}.UploadQuoteModal-module__tmAEva__urlHint{color:#aaa}.UploadQuoteModal-module__tmAEva__textArea{color:#fff;background:#2a2a2a;border-color:#444}.UploadQuoteModal-module__tmAEva__textArea:focus{border-color:#2196f3}.UploadQuoteModal-module__tmAEva__urlPreview{background:#2a2a2a;border-color:#444}.UploadQuoteModal-module__tmAEva__urlPreviewTitle{color:#fff}.UploadQuoteModal-module__tmAEva__urlPreviewCount{color:#aaa}.UploadQuoteModal-module__tmAEva__urlError{color:#ff8a80;background:#3d1f1f;border-color:#5a2a2a}.UploadQuoteModal-module__tmAEva__urlPreviewImage{border-color:#444}.UploadQuoteModal-module__tmAEva__urlPreviewImageContainer:hover .UploadQuoteModal-module__tmAEva__urlPreviewImage{border-color:#2196f3}.UploadQuoteModal-module__tmAEva__textPreviewBox{background:#1e3a5f;border-color:#2196f3}.UploadQuoteModal-module__tmAEva__textPreviewHeader{color:#90caf9}.UploadQuoteModal-module__tmAEva__textPreviewContent{color:#cbd5e1;background:#1e293b;border-color:#475569}.UploadQuoteModal-module__tmAEva__textPreviewContent:focus{border-color:#2196f3}.UploadQuoteModal-module__tmAEva__textPreviewContent::-webkit-scrollbar-track{background:#1e3a5f}.UploadQuoteModal-module__tmAEva__textPreviewContent::-webkit-scrollbar-thumb{background:#2196f3}.UploadQuoteModal-module__tmAEva__textPreviewContent::-webkit-scrollbar-thumb:hover{background:#42a5f5}.UploadQuoteModal-module__tmAEva__textPreviewTip{color:#fbbf24;background:#422006;border-left-color:#d97706}.UploadQuoteModal-module__tmAEva__textPreviewTip strong{color:#fde68a}.UploadQuoteModal-module__tmAEva__infoTip{color:#93c5fd;background:#1e3a5f;border-left-color:#3b82f6}.UploadQuoteModal-module__tmAEva__infoTip strong{color:#bfdbfe}.UploadQuoteModal-module__tmAEva__urlPreviewSource{background:#1e293b;border-color:#334155}.UploadQuoteModal-module__tmAEva__urlPreviewSourceLabel{color:#94a3b8}.UploadQuoteModal-module__tmAEva__urlPreviewSourceUrl{color:#cbd5e1}.UploadQuoteModal-module__tmAEva__urlPreviewSourceUrl::-webkit-scrollbar-track{background:#1e293b}.UploadQuoteModal-module__tmAEva__urlPreviewSourceUrl::-webkit-scrollbar-thumb{background:#475569}.UploadQuoteModal-module__tmAEva__urlPreviewSourceUrl::-webkit-scrollbar-thumb:hover{background:#64748b}}@media (max-width:768px){.UploadQuoteModal-module__tmAEva__overlay{padding:8px}.UploadQuoteModal-module__tmAEva__modal{border-radius:12px;max-width:100%;height:95dvh;max-height:95dvh}.UploadQuoteModal-module__tmAEva__header{padding:16px 16px 12px}.UploadQuoteModal-module__tmAEva__title{font-size:20px}.UploadQuoteModal-module__tmAEva__closeButton{min-width:44px;min-height:44px;padding:10px}.UploadQuoteModal-module__tmAEva__content{padding:16px;display:block}.UploadQuoteModal-module__tmAEva__tab{gap:6px;padding:12px 10px;font-size:13px}.UploadQuoteModal-module__tmAEva__dropZone{padding:32px 16px}.UploadQuoteModal-module__tmAEva__removeImageButton{width:32px;height:32px}.UploadQuoteModal-module__tmAEva__removeImageButton svg{width:14px;height:14px}.UploadQuoteModal-module__tmAEva__footer{flex-direction:column-reverse;padding:12px 16px}.UploadQuoteModal-module__tmAEva__primaryButton,.UploadQuoteModal-module__tmAEva__secondaryButton{min-height:48px;padding:14px 24px}}@media (max-width:375px){.UploadQuoteModal-module__tmAEva__tab{gap:4px;padding:10px 6px;font-size:12px}.UploadQuoteModal-module__tmAEva__tab svg{width:14px;height:14px}.UploadQuoteModal-module__tmAEva__header{padding:12px 12px 10px}.UploadQuoteModal-module__tmAEva__title{font-size:18px}.UploadQuoteModal-module__tmAEva__content{padding:12px}.UploadQuoteModal-module__tmAEva__footer{padding:10px 12px}}
.ExtractionProgress-module__mIRREG__overlay{z-index:2000;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.ExtractionProgress-module__mIRREG__modal{background:#fff;border-radius:16px;width:100%;max-width:500px;padding:32px;box-shadow:0 20px 60px #0006}.ExtractionProgress-module__mIRREG__header{text-align:center;margin-bottom:32px}.ExtractionProgress-module__mIRREG__title{color:#1a1a1a;margin:0 0 8px;font-size:24px;font-weight:600}.ExtractionProgress-module__mIRREG__subtitle{color:#666;margin:0 0 12px;font-size:14px}.ExtractionProgress-module__mIRREG__timer{color:#2196f3;justify-content:center;align-items:center;gap:8px;margin-top:8px;font-size:13px;font-weight:500;display:flex}.ExtractionProgress-module__mIRREG__timer svg{animation:2s ease-in-out infinite ExtractionProgress-module__mIRREG__pulse}.ExtractionProgress-module__mIRREG__analyzing{color:#ff9800;font-weight:600;animation:1.5s ease-in-out infinite ExtractionProgress-module__mIRREG__blink}@keyframes ExtractionProgress-module__mIRREG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@keyframes ExtractionProgress-module__mIRREG__blink{0%,to{opacity:1}50%{opacity:.4}}.ExtractionProgress-module__mIRREG__content{flex-direction:column;gap:24px;display:flex}.ExtractionProgress-module__mIRREG__progressBarContainer{align-items:center;gap:12px;display:flex}.ExtractionProgress-module__mIRREG__progressBar{background:#e0e0e0;border-radius:4px;flex:1;height:8px;overflow:hidden}.ExtractionProgress-module__mIRREG__progressFill{background:linear-gradient(90deg,#2196f3 0%,#1976d2 100%);border-radius:4px;height:100%;transition:width .3s}.ExtractionProgress-module__mIRREG__progressText{color:#2196f3;text-align:right;min-width:42px;font-size:14px;font-weight:600}.ExtractionProgress-module__mIRREG__currentStep{color:#1565c0;background:#f0f7ff;border-radius:8px;align-items:center;gap:12px;padding:16px;font-size:14px;font-weight:500;display:flex}.ExtractionProgress-module__mIRREG__spinner{color:#2196f3;justify-content:center;align-items:center;display:flex}.ExtractionProgress-module__mIRREG__spinnerCircle{animation:1s linear infinite ExtractionProgress-module__mIRREG__spin}@keyframes ExtractionProgress-module__mIRREG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ExtractionProgress-module__mIRREG__stepsList{flex-direction:column;gap:12px;display:flex}.ExtractionProgress-module__mIRREG__step{color:#666;background:#f5f5f5;border-radius:8px;align-items:center;gap:12px;padding:12px 16px;font-size:14px;transition:all .3s;display:flex}.ExtractionProgress-module__mIRREG__step.ExtractionProgress-module__mIRREG__completed{color:#2e7d32;background:#e8f5e9}.ExtractionProgress-module__mIRREG__step.ExtractionProgress-module__mIRREG__active{color:#1565c0;background:#e3f2fd;border:2px solid #2196f3;font-weight:500}.ExtractionProgress-module__mIRREG__activeLabel{text-transform:uppercase;letter-spacing:.5px;color:#2196f3;background:#2196f31a;border-radius:4px;margin-left:auto;padding:4px 8px;font-size:11px;font-weight:600;animation:2s ease-in-out infinite ExtractionProgress-module__mIRREG__pulse}.ExtractionProgress-module__mIRREG__taskSummary{text-align:center;color:#666;border-top:1px solid #e0e0e0;padding-top:8px;font-size:13px}.ExtractionProgress-module__mIRREG__completedCount{color:#4caf50;font-weight:500}.ExtractionProgress-module__mIRREG__checkIcon{color:#4caf50;flex-shrink:0}.ExtractionProgress-module__mIRREG__pendingIcon{color:#ccc;flex-shrink:0}.ExtractionProgress-module__mIRREG__errorIcon{color:#ef4444;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.ExtractionProgress-module__mIRREG__errorDetails{background:#fef2f2;border-left:4px solid #ef4444;border-radius:8px;margin-bottom:16px;padding:16px}.ExtractionProgress-module__mIRREG__errorDetailsLabel{color:#991b1b;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px;font-size:12px;font-weight:600}.ExtractionProgress-module__mIRREG__errorDetailsText{color:#7f1d1d;margin:0;font-size:14px;line-height:1.5}.ExtractionProgress-module__mIRREG__errorGuidance{background:#f0f9ff;border:1px solid #bfdbfe;border-radius:8px;padding:16px}.ExtractionProgress-module__mIRREG__errorGuidanceTitle{color:#1e40af;margin:0 0 12px;font-size:14px;font-weight:600}.ExtractionProgress-module__mIRREG__errorGuidanceList{margin:0;padding-left:20px;list-style:outside}.ExtractionProgress-module__mIRREG__errorGuidanceList li{color:#1e40af;margin-bottom:6px;font-size:13px;line-height:1.5}.ExtractionProgress-module__mIRREG__errorGuidanceList li:last-child{margin-bottom:0}.ExtractionProgress-module__mIRREG__errorActions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.ExtractionProgress-module__mIRREG__retryButton{color:#fff;cursor:pointer;background:#2196f3;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.ExtractionProgress-module__mIRREG__retryButton:hover{background:#1976d2;transform:translateY(-1px);box-shadow:0 4px 12px #2196f34d}.ExtractionProgress-module__mIRREG__closeButton{color:#666;cursor:pointer;background:#f5f5f5;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.ExtractionProgress-module__mIRREG__closeButton:hover{background:#e0e0e0}@media (prefers-color-scheme:dark){.ExtractionProgress-module__mIRREG__modal{background:#1e1e1e}.ExtractionProgress-module__mIRREG__title{color:#fff}.ExtractionProgress-module__mIRREG__subtitle{color:#aaa}.ExtractionProgress-module__mIRREG__timer{color:#90caf9}.ExtractionProgress-module__mIRREG__analyzing{color:#ffb74d}.ExtractionProgress-module__mIRREG__progressBar{background:#333}.ExtractionProgress-module__mIRREG__currentStep{color:#90caf9;background:#1e3a5f}.ExtractionProgress-module__mIRREG__step{color:#aaa;background:#2a2a2a}.ExtractionProgress-module__mIRREG__step.ExtractionProgress-module__mIRREG__completed{color:#81c784;background:#1e3a2f}.ExtractionProgress-module__mIRREG__step.ExtractionProgress-module__mIRREG__active{color:#90caf9;background:#1e3a5f;border-color:#64b5f6}.ExtractionProgress-module__mIRREG__activeLabel{color:#90caf9;background:#90caf926}.ExtractionProgress-module__mIRREG__taskSummary{color:#aaa;border-top-color:#333}.ExtractionProgress-module__mIRREG__completedCount{color:#81c784}.ExtractionProgress-module__mIRREG__errorDetails{background:#2a1515;border-left-color:#f87171}.ExtractionProgress-module__mIRREG__errorDetailsLabel{color:#fca5a5}.ExtractionProgress-module__mIRREG__errorDetailsText{color:#fecaca}.ExtractionProgress-module__mIRREG__errorGuidance{background:#1e2a3a;border-color:#3b82f6}.ExtractionProgress-module__mIRREG__errorGuidanceTitle,.ExtractionProgress-module__mIRREG__errorGuidanceList li{color:#93c5fd}.ExtractionProgress-module__mIRREG__closeButton{color:#aaa;background:#2a2a2a}.ExtractionProgress-module__mIRREG__closeButton:hover{background:#333}}@media (max-width:768px){.ExtractionProgress-module__mIRREG__modal{padding:24px}.ExtractionProgress-module__mIRREG__title{font-size:20px}}
.VerifyDataModal-module__Ionp-a__overlay{z-index:2000;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.VerifyDataModal-module__Ionp-a__modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:900px;max-height:90dvh;display:flex;box-shadow:0 20px 60px #0006}.VerifyDataModal-module__Ionp-a__header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:flex-start;padding:24px 24px 16px;display:flex}.VerifyDataModal-module__Ionp-a__title{color:#1a1a1a;margin:0 0 4px;font-size:24px;font-weight:600}.VerifyDataModal-module__Ionp-a__subtitle{color:#666;margin:0;font-size:14px}.VerifyDataModal-module__Ionp-a__closeButton{cursor:pointer;color:#666;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:background .2s;display:flex}.VerifyDataModal-module__Ionp-a__closeButton:hover{background:#f5f5f5}.VerifyDataModal-module__Ionp-a__content{flex:1;padding:24px;overflow-y:auto}.VerifyDataModal-module__Ionp-a__overallConfidence{background:#f8f9fa;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:16px;font-weight:600;display:flex}.VerifyDataModal-module__Ionp-a__confidenceHigh{color:#2e7d32}.VerifyDataModal-module__Ionp-a__confidenceMedium{color:#e65100}.VerifyDataModal-module__Ionp-a__confidenceLow{color:#c62828}.VerifyDataModal-module__Ionp-a__warningsBox{color:#e65100;background:#fff3e0;border:1px solid #ffb74d;border-radius:8px;gap:12px;margin-bottom:20px;padding:16px;font-size:13px;display:flex}.VerifyDataModal-module__Ionp-a__warningIcon{flex-shrink:0}.VerifyDataModal-module__Ionp-a__warningsBox strong{margin-bottom:8px;display:block}.VerifyDataModal-module__Ionp-a__warningsBox ul{margin:0;padding-left:20px}.VerifyDataModal-module__Ionp-a__warningsBox li{margin-bottom:4px}.VerifyDataModal-module__Ionp-a__section{margin-bottom:20px}.VerifyDataModal-module__Ionp-a__sectionHeader{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:10px 14px;display:flex}.VerifyDataModal-module__Ionp-a__sectionHeaderCollapsible{cursor:pointer;-webkit-user-select:none;user-select:none;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:0;padding:10px 16px;transition:background-color .15s;display:flex}.VerifyDataModal-module__Ionp-a__sectionHeaderCollapsible:hover{background:#f1f5f9}.VerifyDataModal-module__Ionp-a__sectionHeaderCollapsible.VerifyDataModal-module__Ionp-a__expanded{border-bottom-right-radius:0;border-bottom-left-radius:0;margin-bottom:16px}.VerifyDataModal-module__Ionp-a__collapseIcon{color:#64748b;flex-shrink:0;width:20px;height:20px;transition:transform .2s}.VerifyDataModal-module__Ionp-a__collapseIcon.VerifyDataModal-module__Ionp-a__expanded{transform:rotate(180deg)}.VerifyDataModal-module__Ionp-a__sectionContent{background:#fff;border:1px solid #e2e8f0;border-top:none;border-radius:0 0 8px 8px;margin-bottom:16px;padding:16px;display:none}.VerifyDataModal-module__Ionp-a__sectionContent.VerifyDataModal-module__Ionp-a__expanded{display:block}.VerifyDataModal-module__Ionp-a__sectionTitle{text-transform:uppercase;letter-spacing:.5px;color:#1e293b;flex:1;margin:0;font-size:14px;font-weight:600}.VerifyDataModal-module__Ionp-a__required{color:#f44336;font-size:12px;font-weight:600}.VerifyDataModal-module__Ionp-a__toggleButton{color:#2196f3;cursor:pointer;white-space:nowrap;background:#e3f2fd;border:1px solid #2196f3;border-radius:6px;align-items:center;min-height:44px;padding:10px 14px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.VerifyDataModal-module__Ionp-a__toggleButton:hover{color:#fff;background:#2196f3}.VerifyDataModal-module__Ionp-a__locationWarning{color:#e65100;background:#fff3e0;border:1px solid #ffb74d;border-radius:6px;margin-top:12px;padding:12px;font-size:13px}.VerifyDataModal-module__Ionp-a__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px 16px;margin-top:8px;display:grid}.VerifyDataModal-module__Ionp-a__compactGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px 16px;margin-top:8px;display:grid}.VerifyDataModal-module__Ionp-a__mediumGrid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:8px;display:grid}.VerifyDataModal-module__Ionp-a__compactInput{border:1px solid #e0e0e0;border-radius:6px;width:100%;padding:8px 10px;font-family:inherit;font-size:14px;transition:border-color .2s}.VerifyDataModal-module__Ionp-a__compactInput:focus{border-color:#2196f3;outline:none}.VerifyDataModal-module__Ionp-a__compactField{flex-direction:column;gap:4px;display:flex}.VerifyDataModal-module__Ionp-a__locationGrid{grid-template-columns:2fr .6fr 1.5fr .8fr;align-items:end;gap:12px;display:grid}.VerifyDataModal-module__Ionp-a__field{flex-direction:column;gap:4px;display:flex}.VerifyDataModal-module__Ionp-a__label{color:#666;font-size:12px;font-weight:600}.VerifyDataModal-module__Ionp-a__input{border:1px solid #e0e0e0;border-radius:6px;padding:8px 10px;font-family:inherit;font-size:14px;transition:border-color .2s}.VerifyDataModal-module__Ionp-a__input:focus{border-color:#2196f3;outline:none}.VerifyDataModal-module__Ionp-a__agreements{background:#f8f9fa;border-radius:8px;flex-direction:column;gap:12px;margin-top:24px;padding:20px;display:flex}.VerifyDataModal-module__Ionp-a__checkbox{cursor:pointer;color:#1a1a1a;align-items:center;gap:10px;font-size:14px;display:flex}.VerifyDataModal-module__Ionp-a__checkbox input[type=checkbox]{cursor:pointer;flex-shrink:0;width:22px;height:22px}.VerifyDataModal-module__Ionp-a__footer{border-top:1px solid #e0e0e0;justify-content:space-between;gap:12px;padding:16px 24px;display:flex}.VerifyDataModal-module__Ionp-a__secondaryButton{color:#666;cursor:pointer;background:#f5f5f5;border:none;border-radius:8px;flex:1;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.VerifyDataModal-module__Ionp-a__secondaryButton:hover{background:#e0e0e0}.VerifyDataModal-module__Ionp-a__primaryButton{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:8px;flex:1;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.VerifyDataModal-module__Ionp-a__primaryButton:hover:not(:disabled){background:#333}.VerifyDataModal-module__Ionp-a__primaryButton:disabled{cursor:not-allowed;background:#ccc}@media (prefers-color-scheme:dark){.VerifyDataModal-module__Ionp-a__modal{background:#1e1e1e}.VerifyDataModal-module__Ionp-a__header{border-color:#333}.VerifyDataModal-module__Ionp-a__title{color:#fff}.VerifyDataModal-module__Ionp-a__subtitle,.VerifyDataModal-module__Ionp-a__closeButton{color:#aaa}.VerifyDataModal-module__Ionp-a__closeButton:hover,.VerifyDataModal-module__Ionp-a__overallConfidence{background:#2a2a2a}.VerifyDataModal-module__Ionp-a__warningsBox{background:#3a2f1e;border-color:#ffb74d}.VerifyDataModal-module__Ionp-a__sectionHeader{background:#2a2a2a;border-color:#444}.VerifyDataModal-module__Ionp-a__sectionTitle{color:#e2e8f0}.VerifyDataModal-module__Ionp-a__input{color:#fff;background:#2a2a2a;border-color:#444}.VerifyDataModal-module__Ionp-a__input:focus{border-color:#2196f3}.VerifyDataModal-module__Ionp-a__agreements{background:#2a2a2a}.VerifyDataModal-module__Ionp-a__checkbox{color:#fff}.VerifyDataModal-module__Ionp-a__footer{border-color:#333}.VerifyDataModal-module__Ionp-a__secondaryButton{color:#aaa;background:#2a2a2a}.VerifyDataModal-module__Ionp-a__secondaryButton:hover{background:#333}.VerifyDataModal-module__Ionp-a__toggleButton{color:#42a5f5;background:#1a3a52;border-color:#42a5f5}.VerifyDataModal-module__Ionp-a__toggleButton:hover{color:#1e1e1e;background:#42a5f5}.VerifyDataModal-module__Ionp-a__locationWarning{background:#3a2f1e;border-color:#ffb74d}}.VerifyDataModal-module__Ionp-a__content::-webkit-scrollbar{width:8px}.VerifyDataModal-module__Ionp-a__content::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.VerifyDataModal-module__Ionp-a__content::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.VerifyDataModal-module__Ionp-a__content::-webkit-scrollbar-thumb:hover{background:#999}@media (max-width:768px){.VerifyDataModal-module__Ionp-a__overlay{padding:8px}.VerifyDataModal-module__Ionp-a__modal{max-height:95dvh}.VerifyDataModal-module__Ionp-a__header{padding:16px 16px 12px}.VerifyDataModal-module__Ionp-a__closeButton{min-width:44px;min-height:44px;padding:10px}.VerifyDataModal-module__Ionp-a__title{font-size:20px}.VerifyDataModal-module__Ionp-a__content{padding:16px}.VerifyDataModal-module__Ionp-a__grid{grid-template-columns:1fr}.VerifyDataModal-module__Ionp-a__locationGrid{grid-template-columns:1fr 1fr}.VerifyDataModal-module__Ionp-a__compactGrid,.VerifyDataModal-module__Ionp-a__mediumGrid{grid-template-columns:repeat(2,1fr)}.VerifyDataModal-module__Ionp-a__sectionHeaderCollapsible{min-height:48px;padding:12px 14px}.VerifyDataModal-module__Ionp-a__checkbox{min-height:44px;padding:4px 0}.VerifyDataModal-module__Ionp-a__footer{flex-direction:column-reverse;padding:12px 16px}.VerifyDataModal-module__Ionp-a__primaryButton,.VerifyDataModal-module__Ionp-a__secondaryButton{min-height:48px;padding:14px 24px}}@media (max-width:480px){.VerifyDataModal-module__Ionp-a__compactGrid,.VerifyDataModal-module__Ionp-a__mediumGrid{grid-template-columns:1fr}.VerifyDataModal-module__Ionp-a__compactInput{max-width:100%}.VerifyDataModal-module__Ionp-a__locationGrid{grid-template-columns:1fr}}@media (max-width:375px){.VerifyDataModal-module__Ionp-a__header{padding:12px 12px 10px}.VerifyDataModal-module__Ionp-a__title{font-size:18px}.VerifyDataModal-module__Ionp-a__content{padding:12px}.VerifyDataModal-module__Ionp-a__sectionHeader,.VerifyDataModal-module__Ionp-a__sectionHeaderCollapsible,.VerifyDataModal-module__Ionp-a__footer{padding:10px 12px}}
.Toast-module__OrVEkW__toast{z-index:9999;background:#fff;border-radius:12px;align-items:flex-start;gap:12px;min-width:300px;max-width:500px;padding:16px;animation:.3s ease-out Toast-module__OrVEkW__slideIn;display:flex;position:fixed;top:20px;right:20px;box-shadow:0 4px 12px #00000026}@keyframes Toast-module__OrVEkW__slideIn{0%{opacity:0;transform:translate(400px)}to{opacity:1;transform:translate(0)}}.Toast-module__OrVEkW__content{flex:1;align-items:flex-start;gap:12px;display:flex}.Toast-module__OrVEkW__icon{flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.Toast-module__OrVEkW__message{color:#1a1a1a;word-wrap:break-word;flex:1;font-size:14px;line-height:1.5}.Toast-module__OrVEkW__closeButton{cursor:pointer;color:#666;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:background .2s;display:flex}.Toast-module__OrVEkW__closeButton:hover{background:#0000000d}.Toast-module__OrVEkW__success{border-left:4px solid #2e7d32}.Toast-module__OrVEkW__success .Toast-module__OrVEkW__icon{color:#2e7d32}.Toast-module__OrVEkW__error{border-left:4px solid #d32f2f}.Toast-module__OrVEkW__error .Toast-module__OrVEkW__icon{color:#d32f2f}.Toast-module__OrVEkW__info{border-left:4px solid #1976d2}.Toast-module__OrVEkW__info .Toast-module__OrVEkW__icon{color:#1976d2}@media (prefers-color-scheme:dark){.Toast-module__OrVEkW__toast{background:#2a2a2a;box-shadow:0 4px 12px #0006}.Toast-module__OrVEkW__message{color:#fff}.Toast-module__OrVEkW__closeButton{color:#aaa}.Toast-module__OrVEkW__closeButton:hover{background:#ffffff1a}}@media (max-width:768px){.Toast-module__OrVEkW__toast{min-width:auto;max-width:none;top:10px;left:10px;right:10px}}
.About-module__GZclQq__page{color:#1e293b;background:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.About-module__GZclQq__hero{text-align:center;background:#fff;border-bottom:1px solid #e2e8f0;padding:3rem 2rem 2rem}.About-module__GZclQq__heroTitle{letter-spacing:-.02em;color:#0f172a;margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.About-module__GZclQq__heroSubtitle{color:#64748b;max-width:600px;margin:0 auto;font-size:1.125rem}.About-module__GZclQq__main{flex:1;width:100%;max-width:900px;margin:0 auto;padding:3rem 2rem}.About-module__GZclQq__content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2.5rem;box-shadow:0 1px 3px #0000000d}.About-module__GZclQq__section{margin-bottom:2.5rem}.About-module__GZclQq__section:last-of-type{margin-bottom:0}.About-module__GZclQq__sectionTitle{color:#0f172a;border-bottom:2px solid #e2e8f0;margin:0 0 1rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:600}.About-module__GZclQq__section p{color:#475569;margin:0 0 1rem;font-size:1rem;line-height:1.7}.About-module__GZclQq__section p:last-child{margin-bottom:0}.About-module__GZclQq__featureGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1.5rem;display:grid}.About-module__GZclQq__featureCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1.5rem;transition:box-shadow .2s,transform .2s}.About-module__GZclQq__featureCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.About-module__GZclQq__featureIcon{background:#0f172a;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:flex}.About-module__GZclQq__featureIcon svg{color:#fff;width:24px;height:24px}.About-module__GZclQq__featureCard h3{color:#0f172a;margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.About-module__GZclQq__featureCard p{color:#64748b;margin:0;font-size:.9375rem;line-height:1.6}.About-module__GZclQq__list{margin:0 0 1rem;padding-left:1.5rem}.About-module__GZclQq__list li{color:#475569;margin-bottom:.75rem;font-size:1rem;line-height:1.7}.About-module__GZclQq__list li:last-child{margin-bottom:0}.About-module__GZclQq__list li strong{color:#1e293b}.About-module__GZclQq__ctaButtons{gap:1rem;margin-top:1.5rem;display:flex}.About-module__GZclQq__ctaButton{color:#fff;background:#0f172a;border-radius:8px;justify-content:center;align-items:center;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.About-module__GZclQq__ctaButton:hover{background:#1e293b;transform:translateY(-1px)}.About-module__GZclQq__ctaButtonSecondary{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s,transform .2s;display:inline-flex}.About-module__GZclQq__ctaButtonSecondary:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.About-module__GZclQq__link{color:#1e293b;text-underline-offset:2px;text-decoration:underline;transition:color .2s}.About-module__GZclQq__link:hover{color:#0f172a}.About-module__GZclQq__backLink{border-top:1px solid #e2e8f0;margin-top:2.5rem;padding-top:1.5rem}@media (max-width:768px){.About-module__GZclQq__hero{padding:2rem 1.5rem 1.5rem}.About-module__GZclQq__heroTitle{font-size:2rem}.About-module__GZclQq__heroSubtitle{font-size:1rem}.About-module__GZclQq__main{padding:1.5rem 1rem}.About-module__GZclQq__content{padding:1.5rem}.About-module__GZclQq__sectionTitle{font-size:1.25rem}.About-module__GZclQq__featureGrid{grid-template-columns:1fr;gap:1rem}.About-module__GZclQq__featureCard{padding:1.25rem}.About-module__GZclQq__ctaButtons{flex-direction:column}.About-module__GZclQq__ctaButton,.About-module__GZclQq__ctaButtonSecondary{width:100%}}
.OurStory-module__Nsa0wG__page{color:#1e293b;background:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.OurStory-module__Nsa0wG__hero{text-align:center;background:#fff;border-bottom:1px solid #e2e8f0;padding:3rem 2rem 2rem}.OurStory-module__Nsa0wG__heroTitle{letter-spacing:-.02em;color:#0f172a;margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.OurStory-module__Nsa0wG__heroSubtitle{color:#64748b;max-width:600px;margin:0 auto;font-size:1.125rem}.OurStory-module__Nsa0wG__main{flex:1;width:100%;max-width:800px;margin:0 auto;padding:3rem 2rem}.OurStory-module__Nsa0wG__content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2.5rem;box-shadow:0 1px 3px #0000000d}.OurStory-module__Nsa0wG__section{margin-bottom:2.5rem}.OurStory-module__Nsa0wG__section:last-of-type{margin-bottom:0}.OurStory-module__Nsa0wG__section p{color:#475569;margin:0 0 1.5rem;font-size:1rem;line-height:1.8}.OurStory-module__Nsa0wG__section p:last-child{margin-bottom:0}.OurStory-module__Nsa0wG__link{color:#1e293b;text-underline-offset:2px;text-decoration:underline;transition:color .2s}.OurStory-module__Nsa0wG__link:hover{color:#0f172a}.OurStory-module__Nsa0wG__inlineLink{color:#2563eb;text-decoration:none;transition:color .2s}.OurStory-module__Nsa0wG__inlineLink:hover{color:#1d4ed8;text-decoration:underline}.OurStory-module__Nsa0wG__backLink{border-top:1px solid #e2e8f0;margin-top:2.5rem;padding-top:1.5rem}@media (max-width:768px){.OurStory-module__Nsa0wG__hero{padding:2rem 1.5rem 1.5rem}.OurStory-module__Nsa0wG__heroTitle{font-size:2rem}.OurStory-module__Nsa0wG__heroSubtitle{font-size:1rem}.OurStory-module__Nsa0wG__main{padding:1.5rem 1rem}.OurStory-module__Nsa0wG__content{padding:1.5rem}.OurStory-module__Nsa0wG__section p{font-size:.9375rem;line-height:1.7}}
.Partners-module__8rcJeq__page{color:#1e293b;background:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.Partners-module__8rcJeq__hero{text-align:center;background:#fff;border-bottom:1px solid #e2e8f0;padding:3rem 2rem 2rem}.Partners-module__8rcJeq__heroTitle{letter-spacing:-.02em;color:#0f172a;margin:0 0 .75rem;font-size:2.5rem;font-weight:700}.Partners-module__8rcJeq__heroSubtitle{color:#64748b;max-width:600px;margin:0 auto;font-size:1.125rem}.Partners-module__8rcJeq__main{flex:1;width:100%;max-width:800px;margin:0 auto;padding:3rem 2rem}.Partners-module__8rcJeq__content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2.5rem;box-shadow:0 1px 3px #0000000d}.Partners-module__8rcJeq__section{margin-bottom:2.5rem}.Partners-module__8rcJeq__section:last-of-type{margin-bottom:0}.Partners-module__8rcJeq__sectionTitle{color:#0f172a;letter-spacing:-.01em;margin:0 0 1rem;font-size:1.375rem;font-weight:600}.Partners-module__8rcJeq__section p{color:#475569;margin:0 0 1rem;font-size:1rem;line-height:1.8}.Partners-module__8rcJeq__intro{font-size:1.0625rem;line-height:1.8}.Partners-module__8rcJeq__bulletList{margin:0 0 1rem;padding:0;list-style:none}.Partners-module__8rcJeq__bulletList li{color:#475569;margin-bottom:.5rem;padding-left:1.5rem;font-size:1rem;line-height:1.6;position:relative}.Partners-module__8rcJeq__bulletList li:before{content:"";background:#64748b;border-radius:50%;width:6px;height:6px;position:absolute;top:.5rem;left:0}.Partners-module__8rcJeq__partnerList{margin:1rem 0;padding:0;list-style:none}.Partners-module__8rcJeq__partnerList li{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;margin-bottom:.75rem;padding:1rem;display:flex}.Partners-module__8rcJeq__partnerList li strong{color:#0f172a;margin-bottom:.25rem;font-size:1rem}.Partners-module__8rcJeq__partnerList li span{color:#64748b;font-size:.9375rem}.Partners-module__8rcJeq__note{color:#94a3b8;margin-top:1rem;font-size:.875rem;font-style:italic}.Partners-module__8rcJeq__disclaimer{color:#94a3b8;margin-top:1rem;font-size:.875rem}.Partners-module__8rcJeq__ctaSection{text-align:center;border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:1.5rem}.Partners-module__8rcJeq__ctaButton{color:#fff;background:#0f172a;border-radius:8px;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.Partners-module__8rcJeq__ctaButton:hover{background:#1e293b}.Partners-module__8rcJeq__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.Partners-module__8rcJeq__modal{background:#fff;border-radius:12px;width:100%;max-width:480px;max-height:90vh;padding:2rem;position:relative;overflow-y:auto;box-shadow:0 20px 40px #00000026}.Partners-module__8rcJeq__modalClose{cursor:pointer;color:#64748b;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:color .2s;display:flex;position:absolute;top:1rem;right:1rem}.Partners-module__8rcJeq__modalClose:hover{color:#0f172a}.Partners-module__8rcJeq__modalTitle{color:#0f172a;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.Partners-module__8rcJeq__modalSubtitle{color:#64748b;margin:0 0 1.5rem;font-size:.9375rem}.Partners-module__8rcJeq__form{flex-direction:column;gap:1.25rem;display:flex}.Partners-module__8rcJeq__formGroup{flex-direction:column;gap:.375rem;display:flex}.Partners-module__8rcJeq__formGroup label{color:#374151;font-size:.875rem;font-weight:500}.Partners-module__8rcJeq__formGroup input,.Partners-module__8rcJeq__formGroup select,.Partners-module__8rcJeq__formGroup textarea{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.Partners-module__8rcJeq__formGroup input:focus,.Partners-module__8rcJeq__formGroup select:focus,.Partners-module__8rcJeq__formGroup textarea:focus{border-color:#0f172a;outline:none;box-shadow:0 0 0 3px #0f172a1a}.Partners-module__8rcJeq__formGroup input::placeholder,.Partners-module__8rcJeq__formGroup textarea::placeholder{color:#94a3b8}.Partners-module__8rcJeq__formGroup select{cursor:pointer}.Partners-module__8rcJeq__formGroup textarea{resize:vertical;min-height:100px}.Partners-module__8rcJeq__submitButton{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;margin-top:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s}.Partners-module__8rcJeq__submitButton:hover:not(:disabled){background:#1e293b}.Partners-module__8rcJeq__submitButton:disabled{opacity:.6;cursor:not-allowed}.Partners-module__8rcJeq__errorMessage{color:#dc2626;background:#fef2f2;border-radius:6px;margin:0;padding:.75rem;font-size:.875rem}.Partners-module__8rcJeq__successMessage{text-align:center;padding:1rem 0}.Partners-module__8rcJeq__successIcon{color:#16a34a;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.Partners-module__8rcJeq__successMessage h2{color:#0f172a;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.Partners-module__8rcJeq__successMessage p{color:#64748b;margin:0 0 1.5rem;font-size:1rem}.Partners-module__8rcJeq__successButton{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:background .2s}.Partners-module__8rcJeq__successButton:hover{background:#1e293b}@media (max-width:768px){.Partners-module__8rcJeq__hero{padding:2rem 1.5rem 1.5rem}.Partners-module__8rcJeq__heroTitle{font-size:2rem}.Partners-module__8rcJeq__heroSubtitle{font-size:1rem}.Partners-module__8rcJeq__main{padding:1.5rem 1rem}.Partners-module__8rcJeq__content{padding:1.5rem}.Partners-module__8rcJeq__sectionTitle{font-size:1.25rem}.Partners-module__8rcJeq__section p,.Partners-module__8rcJeq__bulletList li{font-size:.9375rem}.Partners-module__8rcJeq__partnerList li{padding:.875rem}.Partners-module__8rcJeq__partnerList li strong{font-size:.9375rem}.Partners-module__8rcJeq__partnerList li span{font-size:.875rem}.Partners-module__8rcJeq__modal{margin:1rem;padding:1.5rem}.Partners-module__8rcJeq__modalTitle{font-size:1.25rem}.Partners-module__8rcJeq__modalSubtitle{font-size:.875rem}.Partners-module__8rcJeq__formGroup input,.Partners-module__8rcJeq__formGroup select,.Partners-module__8rcJeq__formGroup textarea{padding:.625rem .875rem;font-size:.9375rem}.Partners-module__8rcJeq__submitButton{padding:.75rem 1.25rem}}@media (max-width:480px){.Partners-module__8rcJeq__hero{padding:1.5rem 1rem 1.25rem}.Partners-module__8rcJeq__heroTitle{font-size:1.5rem;line-height:1.3}.Partners-module__8rcJeq__heroSubtitle{font-size:.9375rem;line-height:1.5}.Partners-module__8rcJeq__main{padding:1rem .75rem}.Partners-module__8rcJeq__content{border-radius:8px;padding:1.25rem 1rem}.Partners-module__8rcJeq__section{margin-bottom:1.75rem}.Partners-module__8rcJeq__sectionTitle{margin-bottom:.75rem;font-size:1.125rem}.Partners-module__8rcJeq__section p{font-size:.875rem;line-height:1.7}.Partners-module__8rcJeq__intro{font-size:.9375rem}.Partners-module__8rcJeq__bulletList li{padding-left:1.25rem;font-size:.875rem}.Partners-module__8rcJeq__bulletList li:before{width:5px;height:5px;top:.45rem}.Partners-module__8rcJeq__partnerList li{padding:.75rem}.Partners-module__8rcJeq__partnerList li strong{font-size:.875rem}.Partners-module__8rcJeq__partnerList li span{font-size:.8125rem;line-height:1.5}.Partners-module__8rcJeq__note,.Partners-module__8rcJeq__disclaimer{font-size:.8125rem}.Partners-module__8rcJeq__ctaSection{margin-top:1.5rem;padding-top:1.25rem}.Partners-module__8rcJeq__ctaButton{width:100%;padding:.75rem 1.5rem;font-size:.9375rem}.Partners-module__8rcJeq__modalOverlay{align-items:flex-end;padding:.5rem}.Partners-module__8rcJeq__modal{border-radius:12px 12px 0 0;max-height:85vh;margin:0;padding:1.25rem 1rem}.Partners-module__8rcJeq__modalTitle{padding-right:2rem;font-size:1.125rem}.Partners-module__8rcJeq__modalSubtitle{margin-bottom:1.25rem;font-size:.8125rem}.Partners-module__8rcJeq__form{gap:1rem}.Partners-module__8rcJeq__formGroup label{font-size:.8125rem}.Partners-module__8rcJeq__formGroup input,.Partners-module__8rcJeq__formGroup select,.Partners-module__8rcJeq__formGroup textarea{padding:.625rem .75rem;font-size:1rem}.Partners-module__8rcJeq__formGroup textarea{min-height:80px}.Partners-module__8rcJeq__submitButton{padding:.75rem 1rem;font-size:.9375rem}.Partners-module__8rcJeq__errorMessage{padding:.625rem;font-size:.8125rem}.Partners-module__8rcJeq__successIcon{width:56px;height:56px;margin-bottom:1.25rem}.Partners-module__8rcJeq__successMessage h2{font-size:1.25rem}.Partners-module__8rcJeq__successMessage p{font-size:.9375rem}}
.Privacy-module__pYABRa__page{color:#1e293b;background:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.Privacy-module__pYABRa__hero{text-align:center;background:#fff;border-bottom:1px solid #e2e8f0;padding:3rem 2rem 2rem}.Privacy-module__pYABRa__heroTitle{letter-spacing:-.02em;color:#0f172a;margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.Privacy-module__pYABRa__lastUpdated{color:#64748b;margin:0;font-size:.9375rem}.Privacy-module__pYABRa__main{flex:1;width:100%;max-width:800px;margin:0 auto;padding:3rem 2rem}.Privacy-module__pYABRa__content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2.5rem;box-shadow:0 1px 3px #0000000d}.Privacy-module__pYABRa__section{margin-bottom:2.5rem}.Privacy-module__pYABRa__section:last-of-type{margin-bottom:0}.Privacy-module__pYABRa__sectionTitle{color:#0f172a;border-bottom:2px solid #e2e8f0;margin:0 0 1rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:600}.Privacy-module__pYABRa__subsectionTitle{color:#1e293b;margin:1.5rem 0 .75rem;font-size:1.125rem;font-weight:600}.Privacy-module__pYABRa__section p{color:#475569;margin:0 0 1rem;font-size:1rem;line-height:1.7}.Privacy-module__pYABRa__highlight{color:#166534;background:#f0fdf4;border-left:4px solid #22c55e;border-radius:0 8px 8px 0;padding:1rem 1.25rem;font-weight:500}.Privacy-module__pYABRa__list{margin:0 0 1rem;padding-left:1.5rem}.Privacy-module__pYABRa__list li{color:#475569;margin-bottom:.5rem;font-size:1rem;line-height:1.7}.Privacy-module__pYABRa__list li strong{color:#1e293b}.Privacy-module__pYABRa__link{color:#1e293b;text-underline-offset:2px;text-decoration:underline;transition:color .2s}.Privacy-module__pYABRa__link:hover{color:#0f172a}.Privacy-module__pYABRa__contactInfo{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.25rem}.Privacy-module__pYABRa__contactInfo p{margin:.5rem 0}.Privacy-module__pYABRa__contactInfo p:first-child{margin-top:0}.Privacy-module__pYABRa__contactInfo p:last-child{margin-bottom:0}.Privacy-module__pYABRa__backLink{border-top:1px solid #e2e8f0;margin-top:2.5rem;padding-top:1.5rem}.Privacy-module__pYABRa__footer{background:#fff;border-top:1px solid #e2e8f0;margin-top:auto;padding:1.5rem 2rem}.Privacy-module__pYABRa__footerContent{justify-content:space-between;align-items:center;max-width:800px;margin:0 auto;display:flex}.Privacy-module__pYABRa__footerContent p{color:#64748b;margin:0;font-size:.875rem}.Privacy-module__pYABRa__footerLinks{gap:1.5rem;display:flex}.Privacy-module__pYABRa__footerLinks a{color:#64748b;font-size:.875rem;text-decoration:none;transition:color .2s}.Privacy-module__pYABRa__footerLinks a:hover{color:#1e293b}@media (max-width:768px){.Privacy-module__pYABRa__hero{padding:2rem 1.5rem 1.5rem}.Privacy-module__pYABRa__heroTitle{font-size:2rem}.Privacy-module__pYABRa__main{padding:1.5rem 1rem}.Privacy-module__pYABRa__content{padding:1.5rem}.Privacy-module__pYABRa__sectionTitle{font-size:1.25rem}.Privacy-module__pYABRa__subsectionTitle{font-size:1rem}.Privacy-module__pYABRa__footerContent{text-align:center;flex-direction:column;gap:1rem}}
.SolarBatteries-module__3eIT9q__page{color:#1e293b;background:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.SolarBatteries-module__3eIT9q__hero{text-align:center;color:#fff;background:linear-gradient(#0f172ac7,#0f172ad9),url(/images/solar-batteries-hero.jpg) 50%/cover no-repeat;flex-direction:column;justify-content:center;align-items:center;min-height:340px;padding:5rem 2rem 4rem;display:flex}.SolarBatteries-module__3eIT9q__breadcrumbs{align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.8125rem;display:flex}.SolarBatteries-module__3eIT9q__breadcrumbLink{color:#94a3b8;text-decoration:none;transition:color .15s}.SolarBatteries-module__3eIT9q__breadcrumbLink:hover{color:#fff}.SolarBatteries-module__3eIT9q__breadcrumbSep{color:#64748b}.SolarBatteries-module__3eIT9q__breadcrumbCurrent{color:#cbd5e1}.SolarBatteries-module__3eIT9q__heroTitle{letter-spacing:-.02em;color:#fff;margin:0 0 .75rem;font-size:2.5rem;font-weight:700}.SolarBatteries-module__3eIT9q__heroSubtitle{color:#94a3b8;max-width:600px;margin:0 auto;font-size:1.125rem}.SolarBatteries-module__3eIT9q__heroBadge{color:#fb923c;background:#f9731626;border:1px solid #f973164d;border-radius:20px;margin-top:1rem;padding:.375rem 1rem;font-size:.875rem;font-weight:500;display:inline-block}.SolarBatteries-module__3eIT9q__main{flex:1;width:100%;max-width:960px;margin:0 auto;padding:2.5rem 2rem}.SolarBatteries-module__3eIT9q__statsRow{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2.5rem;display:grid}.SolarBatteries-module__3eIT9q__statCard{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.SolarBatteries-module__3eIT9q__statNumber{color:#0f172a;margin:0;font-size:2.25rem;font-weight:700;line-height:1.2}.SolarBatteries-module__3eIT9q__statNumberOrange{color:#f97316;}.SolarBatteries-module__3eIT9q__statNumberGreen{color:#22c55e;}.SolarBatteries-module__3eIT9q__statLabel{color:#64748b;margin:.375rem 0 0;font-size:.875rem}.SolarBatteries-module__3eIT9q__section{margin-bottom:2.5rem}.SolarBatteries-module__3eIT9q__sectionHeader{border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:.5rem;display:flex}.SolarBatteries-module__3eIT9q__sectionHeader .SolarBatteries-module__3eIT9q__sectionTitle{border:none;margin:0;padding:0}.SolarBatteries-module__3eIT9q__sectionTitle{color:#0f172a;border-bottom:2px solid #e2e8f0;margin:0 0 1.25rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:600}.SolarBatteries-module__3eIT9q__downloadButton{color:#64748b;cursor:pointer;white-space:nowrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.25rem;padding:.375rem .875rem;font-size:.8125rem;font-weight:500;transition:all .15s;display:inline-flex}.SolarBatteries-module__3eIT9q__downloadButton:hover{color:#f97316;background:#fff7ed;border-color:#f97316}.SolarBatteries-module__3eIT9q__downloadButton:disabled{opacity:.6;cursor:not-allowed}.SolarBatteries-module__3eIT9q__chartTitle{color:#0f172a;text-align:center;margin:0;padding:1.5rem 2.5rem 1rem;font-size:1.375rem;font-weight:600;display:none}.SolarBatteries-module__3eIT9q__chartCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem 2.5rem;position:relative;box-shadow:0 2px 8px #0000000a}.SolarBatteries-module__3eIT9q__chartWatermark{text-align:right;color:#94a3b8;letter-spacing:.02em;margin-top:1rem;font-size:.8125rem;font-weight:700;display:block}.SolarBatteries-module__3eIT9q__barRow{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.SolarBatteries-module__3eIT9q__barRow:last-child{margin-bottom:0}.SolarBatteries-module__3eIT9q__barRank{color:#94a3b8;text-align:right;flex-shrink:0;width:28px;font-size:.8125rem;font-weight:600}.SolarBatteries-module__3eIT9q__barRankTop{color:#f97316;text-align:right;flex-shrink:0;width:28px;font-size:.875rem;font-weight:700}.SolarBatteries-module__3eIT9q__barLabel{color:#1e293b;flex-shrink:0;width:110px;font-size:.9375rem;font-weight:600}.SolarBatteries-module__3eIT9q__barTrack{background:0 0;border-radius:20px;flex:1;height:24px;position:relative;overflow:hidden}.SolarBatteries-module__3eIT9q__barFill{background:linear-gradient(90deg,#f97316,#fb923c);border-radius:20px;align-items:center;min-width:fit-content;height:100%;padding-left:.75rem;transition:width .6s;display:flex}.SolarBatteries-module__3eIT9q__barPercent{color:#fff;white-space:nowrap;font-size:.75rem;font-weight:700}.SolarBatteries-module__3eIT9q__barPercentOutside{color:#475569;white-space:nowrap;flex-shrink:0;margin-left:.5rem;font-size:.8125rem;font-weight:600}.SolarBatteries-module__3eIT9q__barMeta{text-align:right;flex-direction:column;flex-shrink:0;align-items:flex-end;min-width:190px;display:flex}.SolarBatteries-module__3eIT9q__barCount{color:#64748b;white-space:nowrap;font-size:.75rem;font-weight:500}.SolarBatteries-module__3eIT9q__barSubCount{color:#a1a1aa;white-space:nowrap;font-size:.6875rem}.SolarBatteries-module__3eIT9q__brandCards{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.SolarBatteries-module__3eIT9q__brandCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:box-shadow .2s,transform .2s;box-shadow:0 1px 3px #0000000d}.SolarBatteries-module__3eIT9q__brandCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.SolarBatteries-module__3eIT9q__brandCardHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.SolarBatteries-module__3eIT9q__brandName{color:#0f172a;margin:0;font-size:1.25rem;font-weight:700}.SolarBatteries-module__3eIT9q__tierBadge{text-transform:uppercase;letter-spacing:.03em;border-radius:12px;padding:.25rem .625rem;font-size:.75rem;font-weight:600}.SolarBatteries-module__3eIT9q__tierMid{color:#2563eb;background:#dbeafe;}.SolarBatteries-module__3eIT9q__tierPremium{color:#ea580c;background:#ffedd5;}.SolarBatteries-module__3eIT9q__tierBudget{color:#16a34a;background:#dcfce7;}.SolarBatteries-module__3eIT9q__brandModel{color:#64748b;margin:0 0 .75rem;font-size:.875rem}.SolarBatteries-module__3eIT9q__brandSpecs{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.SolarBatteries-module__3eIT9q__specItem{flex-direction:column;display:flex}.SolarBatteries-module__3eIT9q__specLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.125rem;font-size:.6875rem}.SolarBatteries-module__3eIT9q__specValue{color:#1e293b;font-size:.9375rem;font-weight:600}.SolarBatteries-module__3eIT9q__brandCardFull{grid-column:1/-1;}.SolarBatteries-module__3eIT9q__brandCardFull .SolarBatteries-module__3eIT9q__brandSpecs{grid-template-columns:repeat(4,1fr)}.SolarBatteries-module__3eIT9q__tableWrapper{border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto;box-shadow:0 1px 3px #0000000d}.SolarBatteries-module__3eIT9q__comparisonTable{border-collapse:collapse;background:#fff;width:100%;font-size:.9375rem}.SolarBatteries-module__3eIT9q__comparisonTable thead th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;background:#f8fafc;border-bottom:2px solid #e2e8f0;padding:.875rem 1rem;font-size:.8125rem;font-weight:600}.SolarBatteries-module__3eIT9q__comparisonTable tbody td{color:#334155;white-space:nowrap;border-bottom:1px solid #f1f5f9;padding:.875rem 1rem}.SolarBatteries-module__3eIT9q__comparisonTable tbody tr:last-child td{border-bottom:none}.SolarBatteries-module__3eIT9q__comparisonTable tbody tr:hover{background:#f8fafc}.SolarBatteries-module__3eIT9q__tableBrandName{color:#0f172a;font-weight:600}.SolarBatteries-module__3eIT9q__tierGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.SolarBatteries-module__3eIT9q__tierColumn{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.SolarBatteries-module__3eIT9q__tierTitle{margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.SolarBatteries-module__3eIT9q__tierTitleBudget{color:#16a34a;}.SolarBatteries-module__3eIT9q__tierTitleMid{color:#2563eb;}.SolarBatteries-module__3eIT9q__tierTitlePremium{color:#ea580c;}.SolarBatteries-module__3eIT9q__tierPriceRange{color:#94a3b8;border-bottom:1px solid #f1f5f9;margin:0 0 1rem;padding-bottom:.75rem;font-size:.8125rem}.SolarBatteries-module__3eIT9q__tierBrand{border-bottom:1px solid #f8fafc;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.SolarBatteries-module__3eIT9q__tierBrand:last-child{border-bottom:none}.SolarBatteries-module__3eIT9q__tierBrandName{color:#334155;font-size:.875rem;font-weight:500}.SolarBatteries-module__3eIT9q__tierBrandPrice{color:#64748b;font-size:.8125rem;font-weight:500}.SolarBatteries-module__3eIT9q__faqList{flex-direction:column;gap:0;display:flex}.SolarBatteries-module__3eIT9q__faqItem{background:#fff;border:1px solid #e2e8f0;border-bottom:none;padding:0}.SolarBatteries-module__3eIT9q__faqItem:first-child{border-radius:12px 12px 0 0}.SolarBatteries-module__3eIT9q__faqItem:last-child{border-bottom:1px solid #e2e8f0;border-radius:0 0 12px 12px}.SolarBatteries-module__3eIT9q__faqItem[open]{background:#f8fafc}.SolarBatteries-module__3eIT9q__faqQuestion{color:#0f172a;cursor:pointer;justify-content:space-between;align-items:center;padding:1.125rem 1.5rem;font-size:1rem;font-weight:600;list-style:none;display:flex}.SolarBatteries-module__3eIT9q__faqQuestion::-webkit-details-marker{display:none}.SolarBatteries-module__3eIT9q__faqQuestion:after{content:"+";color:#94a3b8;flex-shrink:0;margin-left:1rem;font-size:1.25rem;font-weight:400;transition:transform .2s}.SolarBatteries-module__3eIT9q__faqItem[open] .SolarBatteries-module__3eIT9q__faqQuestion:after{content:"−";color:#f97316}.SolarBatteries-module__3eIT9q__faqAnswer{color:#475569;margin:0;padding:0 1.5rem 1.25rem;font-size:.9375rem;line-height:1.7}.SolarBatteries-module__3eIT9q__methodologyCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.75rem;box-shadow:0 1px 3px #0000000d}.SolarBatteries-module__3eIT9q__methodologyGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.SolarBatteries-module__3eIT9q__methodologyItem{padding:0}.SolarBatteries-module__3eIT9q__methodologyLabel{color:#f97316;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .375rem;font-size:.8125rem;font-weight:600}.SolarBatteries-module__3eIT9q__methodologyText{color:#475569;margin:0;font-size:.875rem;line-height:1.65}.SolarBatteries-module__3eIT9q__ctaSection{text-align:center;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-radius:12px;margin-top:.5rem;padding:2.5rem}.SolarBatteries-module__3eIT9q__ctaTitle{color:#fff;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.SolarBatteries-module__3eIT9q__ctaText{color:#94a3b8;max-width:500px;margin:0 auto 1.5rem;font-size:1rem}.SolarBatteries-module__3eIT9q__ctaButton{color:#fff;background:#f97316;border-radius:8px;justify-content:center;align-items:center;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.SolarBatteries-module__3eIT9q__ctaButton:hover{background:#ea580c;transform:translateY(-1px)}.SolarBatteries-module__3eIT9q__sourceNote{text-align:center;color:#94a3b8;border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:1.5rem;font-size:.8125rem}@media (max-width:768px){.SolarBatteries-module__3eIT9q__hero{min-height:auto;padding:4rem 1.25rem 2.5rem}.SolarBatteries-module__3eIT9q__heroTitle{font-size:1.5rem}.SolarBatteries-module__3eIT9q__heroSubtitle{font-size:.9375rem}.SolarBatteries-module__3eIT9q__heroBadge{padding:.3rem .75rem;font-size:.75rem}.SolarBatteries-module__3eIT9q__breadcrumbs{margin-bottom:.75rem;font-size:.75rem}.SolarBatteries-module__3eIT9q__main{padding:1.5rem 1rem}.SolarBatteries-module__3eIT9q__sectionTitle{font-size:1.125rem}.SolarBatteries-module__3eIT9q__sectionHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.SolarBatteries-module__3eIT9q__statsRow{grid-template-columns:1fr;gap:.75rem}.SolarBatteries-module__3eIT9q__statCard{padding:1rem}.SolarBatteries-module__3eIT9q__statNumber,.SolarBatteries-module__3eIT9q__statNumberOrange,.SolarBatteries-module__3eIT9q__statNumberGreen{font-size:1.5rem}.SolarBatteries-module__3eIT9q__statLabel{font-size:.8125rem}.SolarBatteries-module__3eIT9q__chartCard{padding:1rem}.SolarBatteries-module__3eIT9q__barRow{gap:.375rem;margin-bottom:.75rem}.SolarBatteries-module__3eIT9q__barRank,.SolarBatteries-module__3eIT9q__barRankTop{width:22px;font-size:.6875rem}.SolarBatteries-module__3eIT9q__barLabel{width:70px;font-size:.75rem}.SolarBatteries-module__3eIT9q__barTrack{height:20px}.SolarBatteries-module__3eIT9q__barFill{padding-left:.5rem}.SolarBatteries-module__3eIT9q__barPercent{font-size:.625rem}.SolarBatteries-module__3eIT9q__barPercentOutside{font-size:.6875rem}.SolarBatteries-module__3eIT9q__barMeta{display:none}.SolarBatteries-module__3eIT9q__chartWatermark{text-align:center;font-size:.6875rem}.SolarBatteries-module__3eIT9q__chartTitle{padding:1rem 1rem .5rem;font-size:1.125rem}.SolarBatteries-module__3eIT9q__brandCards{grid-template-columns:1fr}.SolarBatteries-module__3eIT9q__brandCardFull .SolarBatteries-module__3eIT9q__brandSpecs{grid-template-columns:1fr 1fr}.SolarBatteries-module__3eIT9q__brandName{font-size:1.125rem}.SolarBatteries-module__3eIT9q__comparisonTable{font-size:.8125rem}.SolarBatteries-module__3eIT9q__comparisonTable thead th{padding:.625rem .75rem;font-size:.6875rem}.SolarBatteries-module__3eIT9q__comparisonTable tbody td{padding:.625rem .75rem}.SolarBatteries-module__3eIT9q__tierGrid{grid-template-columns:1fr}.SolarBatteries-module__3eIT9q__methodologyGrid{grid-template-columns:1fr;gap:1rem}.SolarBatteries-module__3eIT9q__methodologyCard{padding:1.25rem}.SolarBatteries-module__3eIT9q__faqQuestion{padding:1rem 1.25rem;font-size:.9375rem}.SolarBatteries-module__3eIT9q__faqAnswer{padding:0 1.25rem 1rem;font-size:.875rem}.SolarBatteries-module__3eIT9q__ctaSection{padding:2rem 1.25rem}.SolarBatteries-module__3eIT9q__ctaTitle{font-size:1.25rem}.SolarBatteries-module__3eIT9q__ctaText{font-size:.9375rem}.SolarBatteries-module__3eIT9q__ctaButton{padding:.75rem 1.5rem;font-size:.9375rem}.SolarBatteries-module__3eIT9q__sourceNote{font-size:.75rem}}
.Terms-module__Q4RbNW__page{color:#1e293b;background:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.Terms-module__Q4RbNW__hero{text-align:center;background:#fff;border-bottom:1px solid #e2e8f0;padding:3rem 2rem 2rem}.Terms-module__Q4RbNW__heroTitle{letter-spacing:-.02em;color:#0f172a;margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.Terms-module__Q4RbNW__lastUpdated{color:#64748b;margin:0;font-size:.9375rem}.Terms-module__Q4RbNW__main{flex:1;width:100%;max-width:800px;margin:0 auto;padding:3rem 2rem}.Terms-module__Q4RbNW__content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2.5rem;box-shadow:0 1px 3px #0000000d}.Terms-module__Q4RbNW__section{margin-bottom:2.5rem}.Terms-module__Q4RbNW__section:last-of-type{margin-bottom:0}.Terms-module__Q4RbNW__sectionTitle{color:#0f172a;border-bottom:2px solid #e2e8f0;margin:0 0 1rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:600}.Terms-module__Q4RbNW__subsectionTitle{color:#1e293b;margin:1.5rem 0 .75rem;font-size:1.125rem;font-weight:600}.Terms-module__Q4RbNW__section p{color:#475569;margin:0 0 1rem;font-size:1rem;line-height:1.7}.Terms-module__Q4RbNW__highlight{color:#92400e;background:#fef3c7;border-left:4px solid #f59e0b;border-radius:0 8px 8px 0;padding:1rem 1.25rem;font-weight:500}.Terms-module__Q4RbNW__importantNote{color:#991b1b;background:#fee2e2;border-left:4px solid #ef4444;border-radius:0 8px 8px 0;padding:1rem 1.25rem;font-weight:500}.Terms-module__Q4RbNW__list{margin:0 0 1rem;padding-left:1.5rem}.Terms-module__Q4RbNW__list li{color:#475569;margin-bottom:.5rem;font-size:1rem;line-height:1.7}.Terms-module__Q4RbNW__list li strong{color:#1e293b}.Terms-module__Q4RbNW__link{color:#1e293b;text-underline-offset:2px;text-decoration:underline;transition:color .2s}.Terms-module__Q4RbNW__link:hover{color:#0f172a}.Terms-module__Q4RbNW__contactInfo{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.25rem}.Terms-module__Q4RbNW__contactInfo p{margin:.5rem 0}.Terms-module__Q4RbNW__contactInfo p:first-child{margin-top:0}.Terms-module__Q4RbNW__contactInfo p:last-child{margin-bottom:0}.Terms-module__Q4RbNW__backLink{border-top:1px solid #e2e8f0;margin-top:2.5rem;padding-top:1.5rem}@media (max-width:768px){.Terms-module__Q4RbNW__hero{padding:2rem 1.5rem 1.5rem}.Terms-module__Q4RbNW__heroTitle{font-size:2rem}.Terms-module__Q4RbNW__main{padding:1.5rem 1rem}.Terms-module__Q4RbNW__content{padding:1.5rem}.Terms-module__Q4RbNW__sectionTitle{font-size:1.25rem}.Terms-module__Q4RbNW__subsectionTitle{font-size:1rem}}
.ChatInput-module__a-xebG__inputArea{box-sizing:border-box;background-color:#fff;border:1px solid #e0e0e0;border-radius:30px;flex-direction:column;gap:8px;width:100%;min-height:150px;margin-bottom:0;padding:8px 12px;display:flex;position:relative;box-shadow:0 1px 3px #0000001a}.ChatInput-module__a-xebG__messageInput{color:#333;resize:none;white-space:pre-wrap;word-wrap:break-word;text-align:left;background:0 0;border:none;outline:none;flex-grow:1;min-height:40px;max-height:220px;padding:4px 8px 50px;font-family:inherit;font-size:.95rem;line-height:1.4;overflow-y:auto}.ChatInput-module__a-xebG__messageInput:focus{outline:none}.ChatInput-module__a-xebG__messageInput:empty:before{content:attr(data-placeholder);color:#999;pointer-events:none;text-align:left}.ChatInput-module__a-xebG__leftButtons{align-items:center;gap:8px;display:flex;position:absolute;bottom:12px;left:12px}.ChatInput-module__a-xebG__rightButtons{align-items:center;gap:8px;display:flex;position:absolute;bottom:12px;right:12px}.ChatInput-module__a-xebG__sendButton{cursor:pointer;color:#fff;background-color:#000;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000001a}.ChatInput-module__a-xebG__uploadPillButton{color:#333;cursor:pointer;white-space:nowrap;background-color:#f0f0f0;border:1px solid #e0e0e0;border-radius:20px;align-items:center;gap:6px;height:40px;padding:6px 12px;font-size:.8rem;font-weight:500;transition:all .2s;display:flex}.ChatInput-module__a-xebG__sendButton:hover{background-color:#333}.ChatInput-module__a-xebG__sendButton:disabled{cursor:not-allowed;opacity:.6;background-color:#9ca3af}.ChatInput-module__a-xebG__uploadPillButton:disabled,.ChatInput-module__a-xebG__messageInput:disabled{opacity:.6;cursor:not-allowed}.ChatInput-module__a-xebG__uploadPillButton:hover{background-color:#e0e0e0;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.ChatInput-module__a-xebG__icon{color:#777;width:20px;height:20px;transition:color .2s}.ChatInput-module__a-xebG__sendButton .ChatInput-module__a-xebG__icon{color:#fff}.ChatInput-module__a-xebG__pillIcon{color:#666;width:14px;height:14px}@media (max-width:768px){.ChatInput-module__a-xebG__inputArea{min-height:150px}.ChatInput-module__a-xebG__leftButtons,.ChatInput-module__a-xebG__rightButtons{gap:6px;bottom:10px}.ChatInput-module__a-xebG__leftButtons{left:10px}.ChatInput-module__a-xebG__rightButtons{right:10px}.ChatInput-module__a-xebG__uploadPillButton{height:36px;padding:5px 10px;font-size:.75rem}.ChatInput-module__a-xebG__sendButton{width:36px;height:36px;padding:6px}.ChatInput-module__a-xebG__icon{width:18px;height:18px}.ChatInput-module__a-xebG__pillIcon{width:12px;height:12px}}@media (max-width:480px){.ChatInput-module__a-xebG__inputArea{border-radius:20px;min-height:140px;padding:8px 10px}.ChatInput-module__a-xebG__messageInput{min-height:60px;max-height:140px;padding:4px 6px 44px;font-size:1rem}.ChatInput-module__a-xebG__messageInput:empty:before{color:#b0b0b0}.ChatInput-module__a-xebG__leftButtons,.ChatInput-module__a-xebG__rightButtons{gap:4px;bottom:6px}.ChatInput-module__a-xebG__leftButtons{left:8px}.ChatInput-module__a-xebG__rightButtons{right:8px}.ChatInput-module__a-xebG__uploadPillButton{gap:5px;height:32px;padding:5px 10px;font-size:.8rem}.ChatInput-module__a-xebG__sendButton{width:28px;height:28px;padding:4px}.ChatInput-module__a-xebG__icon{width:14px;height:14px}.ChatInput-module__a-xebG__pillIcon{width:10px;height:10px}}
