.LoginTabs-module__ciGMSq__container{width:100%}.LoginTabs-module__ciGMSq__tabListWrap{scrollbar-width:none;margin-bottom:1.75rem;overflow-x:auto}.LoginTabs-module__ciGMSq__tabListWrap::-webkit-scrollbar{display:none}.LoginTabs-module__ciGMSq__tabList{background:var(--bg-surface-2);border-radius:12px;gap:2px;padding:4px;display:flex;position:relative}.LoginTabs-module__ciGMSq__indicator{background:var(--bg-surface);z-index:0;border-radius:9px;transition:left .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1);position:absolute;top:4px;bottom:4px;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000a}.LoginTabs-module__ciGMSq__tab{z-index:1;color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:9px;outline:none;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-family:inherit;font-size:.82rem;font-weight:500;transition:color .2s;display:flex;position:relative}.LoginTabs-module__ciGMSq__tab:hover{color:var(--text-secondary)}.LoginTabs-module__ciGMSq__tab:focus-visible{box-shadow:0 0 0 2px var(--accent)}.LoginTabs-module__ciGMSq__tabActive{color:var(--text-primary);font-weight:700}.LoginTabs-module__ciGMSq__tabIcon{flex-shrink:0;font-size:14px;line-height:1}.LoginTabs-module__ciGMSq__employeeTabIcon{margin-bottom:5px}.LoginTabs-module__ciGMSq__tabLabel{letter-spacing:.02em;text-transform:uppercase;font-size:.75rem}.LoginTabs-module__ciGMSq__tabBadge{background:var(--accent);color:#fff;border-radius:100px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.65rem;font-weight:700;line-height:1;display:inline-flex}.LoginTabs-module__ciGMSq__tabContent{animation-duration:.25s;animation-timing-function:cubic-bezier(.4,0,.2,1);animation-fill-mode:both}.LoginTabs-module__ciGMSq__slideRight{animation-name:LoginTabs-module__ciGMSq__slideInRight}.LoginTabs-module__ciGMSq__slideLeft{animation-name:LoginTabs-module__ciGMSq__slideInLeft}@keyframes LoginTabs-module__ciGMSq__slideInRight{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes LoginTabs-module__ciGMSq__slideInLeft{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}
.Input-module__rdnxQa__field{flex-direction:column;gap:.4rem;display:flex}.Input-module__rdnxQa__fullWidth{width:100%}.Input-module__rdnxQa__label{color:var(--text-secondary);letter-spacing:.04em;font-size:.78rem;font-weight:600}.Input-module__rdnxQa__inputWrap{align-items:center;display:flex;position:relative}.Input-module__rdnxQa__icon{width:48px;color:var(--text-muted);background:var(--bg-surface-2);border-right:1px solid var(--border);pointer-events:none;border-radius:10px 0 0 10px;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0}.Input-module__rdnxQa__input{background-color:var(--bg-surface-2);border:1.5px solid var(--border);width:100%;color:var(--text-primary);box-sizing:border-box;border-radius:10px;outline:none;font-family:inherit;transition:border-color .2s,background-color .2s,box-shadow .2s}.Input-module__rdnxQa__sm{padding:.5rem .75rem;font-size:.85rem}.Input-module__rdnxQa__md{padding:.5rem 1rem;font-size:.9rem}.Input-module__rdnxQa__lg{padding:.875rem 1rem;font-size:.95rem}.Input-module__rdnxQa__withIcon{padding-left:60px}.Input-module__rdnxQa__withEnd{padding-right:2.75rem}.Input-module__rdnxQa__input::placeholder{color:var(--text-muted)}.Input-module__rdnxQa__input:focus{border-color:var(--accent);background-color:var(--bg-surface);box-shadow:0 0 0 3px var(--accent-light)}.Input-module__rdnxQa__error{border-color:var(--danger)!important}.Input-module__rdnxQa__input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--bg-surface)inset!important;-webkit-text-fill-color:var(--text-primary)!important}.Input-module__rdnxQa__input:disabled{opacity:.5;cursor:not-allowed}.Input-module__rdnxQa__endAdornment{position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.Input-module__rdnxQa__errorMsg{color:var(--danger);font-size:.75rem}
.Select-module__EeJ0TW__field{flex-direction:column;gap:.4rem;display:flex}.Select-module__EeJ0TW__fullWidth{width:100%}.Select-module__EeJ0TW__label{color:var(--text-secondary);letter-spacing:.04em;font-size:.78rem;font-weight:600}.Select-module__EeJ0TW__selectWrap{align-items:center;display:flex;position:relative}.Select-module__EeJ0TW__icon{width:48px;color:var(--text-muted);background:var(--bg-surface-2);border-right:1px solid var(--border);pointer-events:none;border-radius:10px 0 0 10px;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0}.Select-module__EeJ0TW__select{background-color:var(--bg-surface-2);border:1.5px solid var(--border);width:100%;color:var(--text-primary);box-sizing:border-box;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239ba3b5' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;border-radius:10px;outline:none;padding-right:2.5rem;font-family:inherit;transition:border-color .2s,background-color .2s,box-shadow .2s}.Select-module__EeJ0TW__sm{padding:.5rem .75rem;font-size:.85rem}.Select-module__EeJ0TW__md{padding:.5rem 1rem;font-size:.9rem}.Select-module__EeJ0TW__lg{padding:.875rem 1rem;font-size:.95rem}.Select-module__EeJ0TW__withIcon{padding-left:60px}.Select-module__EeJ0TW__select:focus{border-color:var(--accent);background-color:var(--bg-surface);box-shadow:0 0 0 3px var(--accent-light)}.Select-module__EeJ0TW__error{border-color:var(--danger)!important}.Select-module__EeJ0TW__select option{background-color:var(--bg-surface);color:var(--text-primary)}.Select-module__EeJ0TW__select:disabled{opacity:.5;cursor:not-allowed}.Select-module__EeJ0TW__errorMsg{color:var(--danger);font-size:.75rem}
.Textarea-module__OSRF5G__field{flex-direction:column;gap:.4rem;display:flex}.Textarea-module__OSRF5G__fullWidth{width:100%}.Textarea-module__OSRF5G__label{color:var(--text-secondary);letter-spacing:.04em;font-size:.78rem;font-weight:600}.Textarea-module__OSRF5G__textarea{background-color:var(--bg-surface-2);border:1.5px solid var(--border);width:100%;color:var(--text-primary);box-sizing:border-box;resize:vertical;border-radius:10px;outline:none;min-height:80px;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;line-height:1.5;transition:border-color .2s,background-color .2s,box-shadow .2s}.Textarea-module__OSRF5G__textarea::placeholder{color:var(--text-muted)}.Textarea-module__OSRF5G__textarea:focus{border-color:var(--accent);background-color:var(--bg-surface);box-shadow:0 0 0 3px var(--accent-light)}.Textarea-module__OSRF5G__error{border-color:var(--danger)!important}.Textarea-module__OSRF5G__textarea:disabled{opacity:.5;cursor:not-allowed}.Textarea-module__OSRF5G__errorMsg{color:var(--danger);font-size:.75rem}
.Modal-module__weKyha__overlay{-webkit-backdrop-filter:blur(8px);z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1.5rem;animation:.25s cubic-bezier(.16,1,.3,1) Modal-module__weKyha__fadeIn;display:flex;position:fixed;inset:0}@keyframes Modal-module__weKyha__fadeIn{0%{opacity:0}to{opacity:1}}.Modal-module__weKyha__modal{background-color:var(--bg-surface);border:1px solid var(--border);width:100%;max-height:90vh;box-shadow:0 24px 80px #0003,0 0 0 1px var(--border);border-radius:20px;animation:.3s cubic-bezier(.16,1,.3,1) Modal-module__weKyha__slideUp;overflow-y:auto}@keyframes Modal-module__weKyha__slideUp{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.Modal-module__weKyha__sm{max-width:440px}.Modal-module__weKyha__md{max-width:640px}.Modal-module__weKyha__lg{max-width:880px}.Modal-module__weKyha__modal::-webkit-scrollbar{width:5px}.Modal-module__weKyha__modal::-webkit-scrollbar-track{background:0 0}.Modal-module__weKyha__modal::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}.Modal-module__weKyha__header{justify-content:space-between;align-items:flex-start;padding:24px 28px 0;display:flex}.Modal-module__weKyha__title{color:var(--text-primary);letter-spacing:-.03em;margin:0 0 4px;font-size:20px;font-weight:800;line-height:1.3}.Modal-module__weKyha__subtitle{color:var(--text-muted);margin:0;font-size:13px;font-weight:400}.Modal-module__weKyha__closeBtn{background-color:var(--bg-surface-2);border:1px solid var(--border);width:32px;height:32px;color:var(--text-muted);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.Modal-module__weKyha__closeBtn:hover{background-color:var(--bg-hover);color:var(--text-primary);border-color:var(--text-muted)}.Modal-module__weKyha__body{padding:20px 28px 28px}@media (max-width:560px){.Modal-module__weKyha__header,.Modal-module__weKyha__body{padding-left:20px;padding-right:20px}}
.DataTable-module__jULxYq__outer{border:1px solid var(--border);background-color:var(--bg-surface);border-radius:14px;overflow:hidden;box-shadow:0 1px 3px #0000000d,0 1px 2px #00000008}.DataTable-module__jULxYq__scrollArea{overflow-x:auto}.DataTable-module__jULxYq__table{border-collapse:collapse;width:100%;font-size:13px}.DataTable-module__jULxYq__table th{background-color:var(--bg-surface);text-align:left;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);border-bottom:2px solid var(--border);white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;padding:13px 16px;font-size:10.5px;font-weight:700}.DataTable-module__jULxYq__sortIcon{opacity:.35;margin-left:4px;font-size:10px}.DataTable-module__jULxYq__sortActive{opacity:1;color:var(--accent)}.DataTable-module__jULxYq__table td{border-bottom:1px solid var(--border);color:var(--text-primary);padding:8px 16px;font-size:13px;font-weight:450}.DataTable-module__jULxYq__table tbody tr{transition:background-color .12s}.DataTable-module__jULxYq__table tbody tr:hover{background-color:var(--bg-hover)}.DataTable-module__jULxYq__table tbody tr:last-child td{border-bottom:none}.DataTable-module__jULxYq__empty{text-align:center;color:var(--text-muted);padding:56px 16px;font-size:13px}.DataTable-module__jULxYq__pagination{color:var(--text-secondary);border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 16px;font-size:12px;font-weight:500;display:flex}.DataTable-module__jULxYq__pageButtons{gap:4px;display:flex}.DataTable-module__jULxYq__pageBtn{border:1px solid var(--border);cursor:pointer;color:var(--text-primary);background-color:#0000;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .15s}.DataTable-module__jULxYq__pageBtn:hover{border-color:var(--accent);color:var(--accent)}.DataTable-module__jULxYq__pageBtn:disabled{opacity:.3;cursor:not-allowed}.DataTable-module__jULxYq__pageBtnActive{background-color:var(--accent)!important;color:#fff!important;border-color:var(--accent)!important}.DataTable-module__jULxYq__loading{text-align:center;color:var(--text-muted);padding:56px;font-size:13px}
.OtpInput-module__f7USza__container{flex-direction:column;gap:.5rem;display:flex}.OtpInput-module__f7USza__boxes{justify-content:center;gap:.5rem;display:flex}.OtpInput-module__f7USza__box{border:2px solid var(--border);background-color:var(--bg-surface-2);width:48px;height:56px;color:var(--text-primary);text-align:center;caret-color:var(--accent);border-radius:10px;outline:none;font-family:inherit;font-size:1.5rem;font-weight:600;transition:all .2s}.OtpInput-module__f7USza__box:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--bg-surface)inset!important;-webkit-text-fill-color:var(--text-primary)!important}.OtpInput-module__f7USza__box::placeholder{color:var(--text-muted)}.OtpInput-module__f7USza__box:hover:not(:disabled){border-color:var(--text-muted)}.OtpInput-module__f7USza__box.OtpInput-module__f7USza__focused{border-color:var(--accent);background-color:var(--bg-surface);box-shadow:0 0 0 3px var(--accent-light)}.OtpInput-module__f7USza__box.OtpInput-module__f7USza__filled{border-color:var(--accent);background-color:var(--accent-light)}.OtpInput-module__f7USza__box.OtpInput-module__f7USza__error{border-color:var(--danger)!important}.OtpInput-module__f7USza__box:disabled{opacity:.5;cursor:not-allowed}.OtpInput-module__f7USza__errorMsg{color:var(--danger);text-align:center;font-size:.75rem}@media (max-width:400px){.OtpInput-module__f7USza__box{width:40px;height:48px;font-size:1.25rem}.OtpInput-module__f7USza__boxes{gap:.375rem}}
.FilterBar-module__0sPaKG__filterBar{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-wrap:wrap;align-items:flex-end;gap:14px;margin-bottom:20px;padding:20px;display:flex}.FilterBar-module__0sPaKG__filterGroup{flex-direction:column;gap:6px;min-width:160px;display:flex}.FilterBar-module__0sPaKG__filterLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;font-size:10px;font-weight:700}.FilterBar-module__0sPaKG__filterInput{border:1px solid var(--border);color:var(--text-primary);background:var(--bg-surface-2);border-radius:8px;outline:none;padding:9px 14px;font-size:13px;font-weight:500;transition:all .2s}.FilterBar-module__0sPaKG__filterInput:focus{border-color:var(--border-focus);background:var(--bg-surface);box-shadow:0 0 0 3px var(--accent-light)}.FilterBar-module__0sPaKG__filterSelect{border:1px solid var(--border);color:var(--text-primary);background:var(--bg-surface-2);cursor:pointer;border-radius:8px;outline:none;padding:9px 14px;font-size:13px;font-weight:500;transition:all .2s}.FilterBar-module__0sPaKG__filterSelect:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px var(--accent-light)}.FilterBar-module__0sPaKG__actions{align-items:flex-end;gap:8px;display:flex}.FilterBar-module__0sPaKG__applyBtn{background:var(--accent-gradient);color:#fff;cursor:pointer;box-shadow:var(--shadow-accent);border:none;border-radius:8px;padding:9px 24px;font-size:13px;font-weight:600;transition:all .2s}.FilterBar-module__0sPaKG__applyBtn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #6366f159}.FilterBar-module__0sPaKG__resetBtn{background:var(--bg-surface);color:var(--text-secondary);border:1px solid var(--border);cursor:pointer;border-radius:8px;padding:9px 18px;font-size:13px;font-weight:500;transition:all .15s}.FilterBar-module__0sPaKG__resetBtn:hover{background:var(--bg-hover)}
.LoginForm-module__t3DgAq__form{flex-direction:column;gap:1.25rem;display:flex}.LoginForm-module__t3DgAq__eyeBtn{cursor:pointer;opacity:.5;background:0 0;border:none;padding:.2rem;font-size:1rem;line-height:1;transition:opacity .15s}.LoginForm-module__t3DgAq__eyeBtn:hover{opacity:1}.LoginForm-module__t3DgAq__serverError{background:color-mix(in srgb,var(--danger)8%,transparent);border:1px solid color-mix(in srgb,var(--danger)20%,transparent);color:var(--danger);border-radius:10px;align-items:center;gap:.6rem;padding:.75rem 1rem;font-size:.88rem;display:flex}.LoginForm-module__t3DgAq__serverErrorIcon{background:var(--danger);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:inline-flex}.LoginForm-module__t3DgAq__submitBtn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.25rem;padding:.8rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.LoginForm-module__t3DgAq__submitBtn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.LoginForm-module__t3DgAq__submitBtn:active:not(:disabled){transform:scale(.99)}.LoginForm-module__t3DgAq__submitBtn:disabled{opacity:.55;cursor:not-allowed}.LoginForm-module__t3DgAq__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite LoginForm-module__t3DgAq__spin}@keyframes LoginForm-module__t3DgAq__spin{to{transform:rotate(360deg)}}.LoginForm-module__t3DgAq__forgotLink{text-align:right;color:var(--accent);font-size:.83rem;font-weight:500;text-decoration:none;transition:opacity .15s;display:block}.LoginForm-module__t3DgAq__forgotLink:hover{opacity:.8}.LoginForm-module__t3DgAq__resendLink{color:var(--accent);cursor:pointer;text-align:center;background:0 0;border:none;font-family:inherit;font-size:.85rem}.LoginForm-module__t3DgAq__resendLink:hover{opacity:.8;text-decoration:underline}.LoginForm-module__t3DgAq__divider{color:var(--text-muted);align-items:center;gap:1rem;margin:.5rem 0;font-size:.78rem;display:flex}.LoginForm-module__t3DgAq__divider:before,.LoginForm-module__t3DgAq__divider:after{content:"";background:var(--border);flex:1;height:1px}.LoginForm-module__t3DgAq__otpSection{flex-direction:column;gap:1.25rem;display:flex}.LoginForm-module__t3DgAq__phoneDisplay{background:var(--bg-surface-2);border:1px solid var(--border);border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.LoginForm-module__t3DgAq__phoneLabel{color:var(--text-muted);font-size:.8rem}.LoginForm-module__t3DgAq__phoneNumber{color:var(--text-primary);flex:1;font-size:.95rem;font-weight:600}.LoginForm-module__t3DgAq__changeBtn{color:var(--accent);cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:.8rem;font-weight:500;transition:opacity .15s}.LoginForm-module__t3DgAq__changeBtn:hover{opacity:.8}.LoginForm-module__t3DgAq__otpField{flex-direction:column;gap:.75rem;display:flex}.LoginForm-module__t3DgAq__otpLabel{color:var(--text-muted);letter-spacing:.04em;text-align:center;font-size:.75rem;font-weight:600}.LoginForm-module__t3DgAq__resendRow{text-align:center}.LoginForm-module__t3DgAq__resendTimer{color:var(--text-muted);font-size:.85rem}.LoginForm-module__t3DgAq__resendBtn{color:var(--accent);cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:.85rem;font-weight:500;transition:opacity .15s}.LoginForm-module__t3DgAq__resendBtn:hover:not(:disabled){opacity:.8}.LoginForm-module__t3DgAq__resendBtn:disabled{opacity:.5;cursor:not-allowed}
.Accordion-module__AIInSq__accordion{flex-direction:column;gap:10px;display:flex}.Accordion-module__AIInSq__section{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-surface);box-shadow:var(--shadow-sm);transition:border-color .2s;overflow:hidden}.Accordion-module__AIInSq__sectionOpen{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent-light)}.Accordion-module__AIInSq__trigger{background:var(--bg-surface);cursor:pointer;width:100%;color:var(--text-primary);border:none;justify-content:space-between;align-items:center;padding:14px 20px;font-size:14px;font-weight:600;transition:background .15s;display:flex}.Accordion-module__AIInSq__trigger:hover{background:var(--bg-hover)}.Accordion-module__AIInSq__sectionOpen .Accordion-module__AIInSq__trigger{background:var(--accent-light);color:var(--accent-text)}.Accordion-module__AIInSq__triggerLeft{align-items:center;gap:10px;display:flex}.Accordion-module__AIInSq__triggerIcon{font-size:17px}.Accordion-module__AIInSq__chevron{color:var(--text-muted);font-size:11px;transition:transform .2s}.Accordion-module__AIInSq__chevronOpen{color:var(--accent);transform:rotate(180deg)}.Accordion-module__AIInSq__body{border-top:1px solid var(--border);padding:20px}.Accordion-module__AIInSq__loading{color:var(--text-muted);justify-content:center;align-items:center;gap:8px;padding:32px;font-size:13px;display:flex}.Accordion-module__AIInSq__error{color:var(--danger);background:color-mix(in srgb,var(--danger)8%,transparent);border-radius:8px;padding:16px 20px;font-size:13px}
.OAuthButton-module__Crb7RW__btn{background:var(--btn-bg,#fff);width:100%;color:var(--btn-color,#1a1a1a);border:1px solid var(--border);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:.75rem;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:transform .1s,box-shadow .2s,opacity .2s;display:flex}.OAuthButton-module__Crb7RW__btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.OAuthButton-module__Crb7RW__btn:active:not(:disabled){transform:translateY(0)}.OAuthButton-module__Crb7RW__btn:disabled{opacity:.6;cursor:not-allowed}.OAuthButton-module__Crb7RW__icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.OAuthButton-module__Crb7RW__icon svg{width:18px;height:18px}.OAuthButton-module__Crb7RW__spinner{border:2px solid;border-top-color:#0000;border-radius:50%;flex-shrink:0;width:18px;height:18px;animation:.7s linear infinite OAuthButton-module__Crb7RW__spin}@keyframes OAuthButton-module__Crb7RW__spin{to{transform:rotate(360deg)}}
.Tabs-module__bxw1SW__tabs{flex-direction:column;display:flex}.Tabs-module__bxw1SW__tabList{border-bottom:2px solid var(--border);scrollbar-width:none;gap:0;display:flex;overflow-x:auto}.Tabs-module__bxw1SW__tabList::-webkit-scrollbar{display:none}.Tabs-module__bxw1SW__tab{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:8px;padding:8px 22px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.Tabs-module__bxw1SW__tab:hover{color:var(--text-primary)}.Tabs-module__bxw1SW__tabActive{color:var(--accent);border-bottom-color:var(--accent);font-weight:700}.Tabs-module__bxw1SW__tabIcon{font-size:15px}.Tabs-module__bxw1SW__tabBadge{background:var(--bg-surface-2);color:var(--text-muted);border-radius:20px;padding:2px 8px;font-size:10px;font-weight:600}.Tabs-module__bxw1SW__tabActive .Tabs-module__bxw1SW__tabBadge{background:var(--accent-light);color:var(--accent-text)}.Tabs-module__bxw1SW__panel{min-height:120px;padding:24px 0}.Tabs-module__bxw1SW__loading{color:var(--text-muted);justify-content:center;align-items:center;gap:10px;padding:56px;font-size:13px;display:flex}.Tabs-module__bxw1SW__spinner{border:2.5px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:20px;height:20px;animation:.7s linear infinite Tabs-module__bxw1SW__tabSpin;display:inline-block}@keyframes Tabs-module__bxw1SW__tabSpin{to{transform:rotate(360deg)}}.Tabs-module__bxw1SW__error{color:var(--danger);background:var(--danger-light);border:1px solid color-mix(in srgb,var(--danger)20%,transparent);border-radius:var(--radius);padding:16px 20px;font-size:13px}
.login-module__Si-P0q__root{background:var(--bg-base);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}.login-module__Si-P0q__demoBar{z-index:900;position:fixed;top:1.5rem;right:1.25rem}.login-module__Si-P0q__brand{background:var(--accent-gradient);flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.login-module__Si-P0q__brandInner{z-index:2;max-width:440px;padding:3rem;position:relative}.login-module__Si-P0q__logo{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:2.5rem;font-size:1.8rem;display:inline-flex}.login-module__Si-P0q__brandTitle{color:#fff;letter-spacing:-.04em;margin:0 0 1rem;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800;line-height:1.1}.login-module__Si-P0q__brandSub{color:#ffffffb3;margin:0;font-size:1rem;font-weight:400;line-height:1.7}.login-module__Si-P0q__brandGrid{z-index:1;background-image:radial-gradient(circle,#ffffff14 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 80%,#000 20%,#0000 100%);mask-image:radial-gradient(80% 80%,#000 20%,#0000 100%)}.login-module__Si-P0q__brand:before,.login-module__Si-P0q__brand:after{content:"";z-index:1;opacity:.12;border-radius:50%;position:absolute}.login-module__Si-P0q__brand:before{background:#fff;width:400px;height:400px;animation:8s ease-in-out infinite login-module__Si-P0q__float;top:-100px;left:-100px}.login-module__Si-P0q__brand:after{background:#fff;width:300px;height:300px;animation:10s ease-in-out infinite reverse login-module__Si-P0q__float;bottom:-80px;right:-80px}@keyframes login-module__Si-P0q__float{0%,to{transform:translate(0)}50%{transform:translate(20px,-20px)}}.login-module__Si-P0q__panel{background:var(--bg-surface);justify-content:center;align-items:center;width:500px;padding:2.5rem;display:flex}.login-module__Si-P0q__card{width:100%;max-width:380px}.login-module__Si-P0q__cardHeader{margin-bottom:1.5rem}.login-module__Si-P0q__heading{color:var(--text-primary);letter-spacing:-.03em;margin:0 0 .4rem;font-size:1.6rem;font-weight:800}.login-module__Si-P0q__sub{color:var(--text-muted);margin:0;font-size:.88rem;font-weight:400}.login-module__Si-P0q__divider{color:var(--text-muted);align-items:center;gap:1rem;margin:1.25rem 0;font-size:.78rem;font-weight:500;display:flex}.login-module__Si-P0q__divider:before,.login-module__Si-P0q__divider:after{content:"";background:var(--border);flex:1;height:1px}.login-module__Si-P0q__oauthButtons{flex-direction:column;gap:.75rem;display:flex}.login-module__Si-P0q__signupRow{color:var(--text-muted);text-align:center;margin-top:1.75rem;font-size:.85rem}.login-module__Si-P0q__signupLink{color:var(--accent);font-weight:600;text-decoration:none;transition:opacity .15s}.login-module__Si-P0q__signupLink:hover{opacity:.8}@media (max-width:768px){.login-module__Si-P0q__brand{display:none}.login-module__Si-P0q__panel{width:100%;padding:1.5rem}}.login-module__Si-P0q__merchantField{margin-bottom:1.25rem}.login-module__Si-P0q__merchantLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;font-size:.75rem;font-weight:700;display:block}.login-module__Si-P0q__merchantInput{border:1.5px solid var(--border);width:100%;color:var(--text-primary);background-color:var(--bg-surface-2);letter-spacing:.05em;border-radius:10px;outline:none;padding:10px 14px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s}.login-module__Si-P0q__merchantInput:focus{border-color:var(--accent);background-color:var(--bg-surface);box-shadow:0 0 0 3px var(--accent-light)}.login-module__Si-P0q__merchantInput::placeholder{color:var(--text-muted);letter-spacing:0;font-weight:400}.login-module__Si-P0q__configLoader{text-align:center;color:var(--text-muted);padding:2rem;font-size:.9rem}
.Skeleton-module__LEQJcW__skeleton{background:var(--bg-surface-2);border-radius:8px;position:relative;overflow:hidden}.Skeleton-module__LEQJcW__skeleton:after{content:"";background:linear-gradient(90deg,transparent 0%,var(--bg-hover)40%,var(--bg-hover)60%,transparent 100%);animation:1.8s ease-in-out infinite Skeleton-module__LEQJcW__shimmer;position:absolute;inset:0}@keyframes Skeleton-module__LEQJcW__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.Skeleton-module__LEQJcW__tabBar{border-bottom:1px solid var(--border);background:var(--bg-surface);border-radius:var(--radius-lg)var(--radius-lg)0 0;gap:0;margin-bottom:24px;padding:8px 4px;display:flex}.Skeleton-module__LEQJcW__tabItem{border-radius:6px;width:120px;height:40px;margin:0 4px}.Skeleton-module__LEQJcW__fieldGrid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.Skeleton-module__LEQJcW__fieldBlock{flex-direction:column;gap:6px;display:flex}.Skeleton-module__LEQJcW__fieldLabel{border-radius:4px;width:60%;height:10px}.Skeleton-module__LEQJcW__fieldInput{border-radius:8px;width:100%;height:38px}
.page-module__6TNvVW__container{max-width:1200px}.page-module__6TNvVW__header{justify-content:space-between;align-items:flex-start;margin-bottom:28px;display:flex}.page-module__6TNvVW__title{color:var(--text-primary);letter-spacing:-.03em;font-size:24px;font-weight:800}.page-module__6TNvVW__backLink{color:var(--accent);border:1px solid var(--border);background:var(--bg-surface);box-shadow:var(--shadow-xs);border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s}.page-module__6TNvVW__backLink:hover{border-color:var(--accent);box-shadow:var(--shadow-accent)}.page-module__6TNvVW__statusBadge{text-transform:uppercase;letter-spacing:.06em;border-radius:20px;margin-top:10px;padding:5px 16px;font-size:11px;font-weight:700;display:inline-block}.page-module__6TNvVW__grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.page-module__6TNvVW__field{flex-direction:column;gap:5px;display:flex}.page-module__6TNvVW__fieldLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;font-size:10px;font-weight:700}.page-module__6TNvVW__fieldInput{border:1px solid var(--border);color:var(--text-primary);background:var(--bg-surface);border-radius:8px;outline:none;padding:9px 14px;font-size:13px;font-weight:500;transition:all .2s}.page-module__6TNvVW__fieldInput:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px var(--accent-light)}.page-module__6TNvVW__fieldInput:read-only{background:var(--bg-surface-2);color:var(--text-secondary);cursor:default}.page-module__6TNvVW__actions{gap:12px;margin-top:32px;display:flex}.page-module__6TNvVW__saveBtn{background:var(--accent-gradient);color:#fff;cursor:pointer;box-shadow:var(--shadow-accent);border:none;border-radius:10px;padding:11px 30px;font-size:13px;font-weight:600;transition:all .2s}.page-module__6TNvVW__saveBtn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #6366f159}.page-module__6TNvVW__saveBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.page-module__6TNvVW__cancelBtn{background:var(--bg-surface);color:var(--text-secondary);border:1px solid var(--border);cursor:pointer;border-radius:10px;padding:11px 26px;font-size:13px;font-weight:500;transition:all .15s}.page-module__6TNvVW__cancelBtn:hover{background:var(--bg-hover)}.page-module__6TNvVW__loadingState{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 24px;font-size:14px;display:flex}.page-module__6TNvVW__loadingSpinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:.7s linear infinite page-module__6TNvVW__spin}@keyframes page-module__6TNvVW__spin{to{transform:rotate(360deg)}}
.CrudForm-module__k2VDcq__form{padding:4px 0}.CrudForm-module__k2VDcq__grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.CrudForm-module__k2VDcq__colFull{grid-column:1/-1}.CrudForm-module__k2VDcq__fieldWrap{flex-direction:column;gap:6px;display:flex}.CrudForm-module__k2VDcq__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.07em;align-items:center;gap:4px;font-size:11px;font-weight:700;display:flex}.CrudForm-module__k2VDcq__req{color:var(--danger);font-size:13px;line-height:1}.CrudForm-module__k2VDcq__input{border:1.5px solid var(--border);width:100%;color:var(--text-primary);background-color:var(--bg-surface-2);border-radius:10px;outline:none;padding:10px 14px;font-family:inherit;font-size:13.5px;font-weight:500;line-height:1.5;transition:all .2s}.CrudForm-module__k2VDcq__input::placeholder{color:var(--text-muted);font-weight:400}.CrudForm-module__k2VDcq__input:hover:not(:disabled){border-color:var(--text-muted)}.CrudForm-module__k2VDcq__input:focus{border-color:var(--accent);background-color:var(--bg-surface);box-shadow:0 0 0 3px var(--accent-light)}.CrudForm-module__k2VDcq__input:disabled{opacity:.45;cursor:not-allowed;background-color:var(--bg-surface-2)}.CrudForm-module__k2VDcq__inputError{border-color:var(--danger)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--danger)12%,transparent)!important}.CrudForm-module__k2VDcq__textarea{resize:vertical;min-height:80px}.CrudForm-module__k2VDcq__error{color:var(--danger);align-items:center;gap:4px;font-size:11.5px;display:flex}.CrudForm-module__k2VDcq__error:before{content:"⚠";font-size:11px}.CrudForm-module__k2VDcq__toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;padding:10px 0;display:inline-flex}.CrudForm-module__k2VDcq__toggleInput{opacity:0;width:0;height:0;position:absolute}.CrudForm-module__k2VDcq__toggleTrack{background-color:var(--border);border-radius:100px;flex-shrink:0;width:44px;height:24px;transition:background-color .25s;position:relative}.CrudForm-module__k2VDcq__toggleInput:checked+.CrudForm-module__k2VDcq__toggleTrack{background-color:var(--accent)}.CrudForm-module__k2VDcq__toggleThumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .25s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #0003}.CrudForm-module__k2VDcq__toggleInput:checked~.CrudForm-module__k2VDcq__toggleTrack .CrudForm-module__k2VDcq__toggleThumb{transform:translate(20px)}.CrudForm-module__k2VDcq__toggleLabel{color:var(--text-primary);font-size:13px;font-weight:600}.CrudForm-module__k2VDcq__actions{border-top:1px solid var(--border);justify-content:flex-end;gap:10px;margin-top:28px;padding-top:20px;display:flex}.CrudForm-module__k2VDcq__saveBtn{background:var(--accent-gradient);color:#fff;cursor:pointer;letter-spacing:.01em;border:none;border-radius:10px;padding:10px 28px;font-size:13px;font-weight:700;transition:all .2s;box-shadow:0 2px 8px #6366f14d}.CrudForm-module__k2VDcq__saveBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #6366f159}.CrudForm-module__k2VDcq__saveBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.CrudForm-module__k2VDcq__cancelBtn{background:var(--bg-surface);color:var(--text-secondary);border:1.5px solid var(--border);cursor:pointer;border-radius:10px;padding:10px 22px;font-size:13px;font-weight:600;transition:all .15s}.CrudForm-module__k2VDcq__cancelBtn:hover:not(:disabled){background:var(--bg-hover);border-color:var(--text-muted);color:var(--text-primary)}
.DemoModal-module__-dKBda__form{flex-direction:column;gap:.25rem;display:flex}.DemoModal-module__-dKBda__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.DemoModal-module__-dKBda__submitBtn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.25rem;padding:.875rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.DemoModal-module__-dKBda__submitBtn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.DemoModal-module__-dKBda__submitBtn:disabled{opacity:.55;cursor:not-allowed}.DemoModal-module__-dKBda__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite DemoModal-module__-dKBda__spin}@keyframes DemoModal-module__-dKBda__spin{to{transform:rotate(360deg)}}.DemoModal-module__-dKBda__successBox{text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex}.DemoModal-module__-dKBda__successIcon{background:var(--success);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:.5rem;font-size:1.75rem;font-weight:700;display:inline-flex}.DemoModal-module__-dKBda__successTitle{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:700}.DemoModal-module__-dKBda__successText{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.6}.DemoModal-module__-dKBda__successText strong{color:var(--accent)}.DemoModal-module__-dKBda__successActions{gap:.75rem;width:100%;max-width:320px;margin-top:.75rem;display:flex}.DemoModal-module__-dKBda__primaryBtn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;flex:1;padding:.75rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:opacity .2s}.DemoModal-module__-dKBda__primaryBtn:hover{opacity:.9}.DemoModal-module__-dKBda__secondaryBtn{background:var(--bg-surface-2);color:var(--text-secondary);border:1px solid var(--border);cursor:pointer;border-radius:10px;flex:1;padding:.75rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:background .2s}.DemoModal-module__-dKBda__secondaryBtn:hover{background:var(--bg-hover)}@media (max-width:560px){.DemoModal-module__-dKBda__row{grid-template-columns:1fr}}
.forgot-password-module__OTuODG__root{background:#0a0a0f;min-height:100vh;font-family:DM Sans,sans-serif;display:flex}.forgot-password-module__OTuODG__brand{background:#0d0d14;border-right:1px solid #ffffff0f;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.forgot-password-module__OTuODG__brandInner{z-index:2;max-width:420px;padding:3rem;position:relative}.forgot-password-module__OTuODG__logo{color:#a78bfa;margin-bottom:2rem;font-size:2.5rem;animation:3s ease-in-out infinite forgot-password-module__OTuODG__pulse;display:inline-block}@keyframes forgot-password-module__OTuODG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.96)}}.forgot-password-module__OTuODG__brandTitle{color:#f5f5f7;letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15}.forgot-password-module__OTuODG__brandSub{color:#fff6;margin:0;font-size:1.05rem;line-height:1.6}.forgot-password-module__OTuODG__brandGrid{z-index:1;background-image:radial-gradient(circle,#a78bfa26 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 70%,#000 30%,#0000 100%);mask-image:radial-gradient(70% 70%,#000 30%,#0000 100%)}.forgot-password-module__OTuODG__panel{justify-content:center;align-items:center;width:480px;padding:2rem;display:flex}.forgot-password-module__OTuODG__card{width:100%;max-width:400px}.forgot-password-module__OTuODG__cardHeader{margin-bottom:2rem}.forgot-password-module__OTuODG__heading{color:#f5f5f7;letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.forgot-password-module__OTuODG__sub{color:#fff6;margin:0;font-size:.9rem;line-height:1.5}.forgot-password-module__OTuODG__form{flex-direction:column;gap:1.25rem;display:flex}.forgot-password-module__OTuODG__serverError{color:#fca5a5;background:#f8717114;border:1px solid #f8717140;border-radius:10px;align-items:center;gap:.6rem;padding:.75rem 1rem;font-size:.88rem;display:flex}.forgot-password-module__OTuODG__serverErrorIcon{color:#fff;background:#ef4444;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:inline-flex}.forgot-password-module__OTuODG__submitBtn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.875rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .2s,transform .1s;display:flex}.forgot-password-module__OTuODG__submitBtn:hover:not(:disabled){background:#2563eb}.forgot-password-module__OTuODG__submitBtn:active:not(:disabled){transform:scale(.99)}.forgot-password-module__OTuODG__submitBtn:disabled{opacity:.55;cursor:not-allowed}.forgot-password-module__OTuODG__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite forgot-password-module__OTuODG__spin}@keyframes forgot-password-module__OTuODG__spin{to{transform:rotate(360deg)}}.forgot-password-module__OTuODG__successBox{text-align:center;background:#22c55e14;border:1px solid #22c55e40;border-radius:12px;padding:1.5rem}.forgot-password-module__OTuODG__successIcon{color:#fff;background:#22c55e;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:inline-flex}.forgot-password-module__OTuODG__successText{color:#f5f5f7;margin:0 0 .75rem;font-size:.95rem;line-height:1.5}.forgot-password-module__OTuODG__successText strong{color:#a78bfa}.forgot-password-module__OTuODG__successHint{color:#fff6;margin:0;font-size:.85rem}.forgot-password-module__OTuODG__retryLink{color:#3b82f6;cursor:pointer;font-family:inherit;font-size:inherit;background:0 0;border:none;text-decoration:underline}.forgot-password-module__OTuODG__retryLink:hover{color:#60a5fa}.forgot-password-module__OTuODG__backRow{color:#ffffff59;text-align:center;margin-top:1.75rem;font-size:.875rem}.forgot-password-module__OTuODG__backLink{color:#a78bfa;font-weight:500;text-decoration:none;transition:color .15s}.forgot-password-module__OTuODG__backLink:hover{color:#c4b5fd}@media (max-width:768px){.forgot-password-module__OTuODG__brand{display:none}.forgot-password-module__OTuODG__panel{width:100%;padding:1.5rem}}
.reset-password-module__VzAima__root{background:#0a0a0f;min-height:100vh;font-family:DM Sans,sans-serif;display:flex}.reset-password-module__VzAima__brand{background:#0d0d14;border-right:1px solid #ffffff0f;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.reset-password-module__VzAima__brandInner{z-index:2;max-width:420px;padding:3rem;position:relative}.reset-password-module__VzAima__logo{color:#a78bfa;margin-bottom:2rem;font-size:2.5rem;animation:3s ease-in-out infinite reset-password-module__VzAima__pulse;display:inline-block}@keyframes reset-password-module__VzAima__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.96)}}.reset-password-module__VzAima__brandTitle{color:#f5f5f7;letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15}.reset-password-module__VzAima__brandSub{color:#fff6;margin:0;font-size:1.05rem;line-height:1.6}.reset-password-module__VzAima__brandGrid{z-index:1;background-image:radial-gradient(circle,#a78bfa26 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 70%,#000 30%,#0000 100%);mask-image:radial-gradient(70% 70%,#000 30%,#0000 100%)}.reset-password-module__VzAima__panel{justify-content:center;align-items:center;width:480px;padding:2rem;display:flex}.reset-password-module__VzAima__card{width:100%;max-width:400px}.reset-password-module__VzAima__cardHeader{margin-bottom:2rem}.reset-password-module__VzAima__heading{color:#f5f5f7;letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.reset-password-module__VzAima__sub{color:#fff6;margin:0;font-size:.9rem;line-height:1.5}.reset-password-module__VzAima__form{flex-direction:column;gap:1.25rem;display:flex}.reset-password-module__VzAima__eyeBtn{cursor:pointer;opacity:.5;background:0 0;border:none;padding:.2rem;font-size:1rem;line-height:1;transition:opacity .15s}.reset-password-module__VzAima__eyeBtn:hover{opacity:1}.reset-password-module__VzAima__rules{background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;gap:.4rem;margin:0;padding:.75rem 1rem;list-style:none;display:flex}.reset-password-module__VzAima__rulePassed,.reset-password-module__VzAima__ruleFailed{align-items:center;gap:.5rem;font-size:.8rem;transition:color .2s;display:flex}.reset-password-module__VzAima__rulePassed{color:#22c55e}.reset-password-module__VzAima__ruleFailed{color:#ffffff59}.reset-password-module__VzAima__ruleIcon{text-align:center;flex-shrink:0;width:16px;font-size:.7rem}.reset-password-module__VzAima__matchText{color:#22c55e;margin-top:-.5rem;font-size:.8rem}.reset-password-module__VzAima__serverError{color:#fca5a5;background:#f8717114;border:1px solid #f8717140;border-radius:10px;align-items:center;gap:.6rem;padding:.75rem 1rem;font-size:.88rem;display:flex}.reset-password-module__VzAima__serverErrorIcon{color:#fff;background:#ef4444;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:inline-flex}.reset-password-module__VzAima__submitBtn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.25rem;padding:.875rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:background .2s,transform .1s;display:flex}.reset-password-module__VzAima__submitBtn:hover:not(:disabled){background:#2563eb}.reset-password-module__VzAima__submitBtn:active:not(:disabled){transform:scale(.99)}.reset-password-module__VzAima__submitBtn:disabled{opacity:.55;cursor:not-allowed}.reset-password-module__VzAima__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite reset-password-module__VzAima__spin}@keyframes reset-password-module__VzAima__spin{to{transform:rotate(360deg)}}.reset-password-module__VzAima__successBox{text-align:center;background:#22c55e14;border:1px solid #22c55e40;border-radius:12px;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;display:flex}.reset-password-module__VzAima__successIcon{color:#fff;background:#22c55e;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;font-weight:700;display:inline-flex}.reset-password-module__VzAima__successText{color:#f5f5f7;margin:0;font-size:.95rem;line-height:1.5}.reset-password-module__VzAima__loginBtn{color:#fff;background:#3b82f6;border:none;border-radius:10px;justify-content:center;align-items:center;margin-top:.5rem;padding:.75rem 2rem;font-family:inherit;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.reset-password-module__VzAima__loginBtn:hover{background:#2563eb}.reset-password-module__VzAima__backRow{color:#ffffff59;text-align:center;margin-top:1.75rem;font-size:.875rem}.reset-password-module__VzAima__backLink{color:#a78bfa;font-weight:500;text-decoration:none;transition:color .15s}.reset-password-module__VzAima__backLink:hover{color:#c4b5fd}@media (max-width:768px){.reset-password-module__VzAima__brand{display:none}.reset-password-module__VzAima__panel{width:100%;padding:1.5rem}}
.CrudPage-module__J9wGbG__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.CrudPage-module__J9wGbG__title{color:var(--text-primary);letter-spacing:-.03em;font-size:22px;font-weight:800}.CrudPage-module__J9wGbG__headerActions{gap:10px;display:flex}.CrudPage-module__J9wGbG__addBtn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:9px 22px;font-size:13px;font-weight:600;transition:all .2s}.CrudPage-module__J9wGbG__addBtn:hover{opacity:.9;transform:translateY(-1px)}.CrudPage-module__J9wGbG__exportBtn{background:var(--bg-surface);color:var(--text-secondary);border:1px solid var(--border);cursor:pointer;border-radius:8px;padding:9px 18px;font-size:13px;font-weight:500;transition:all .15s}.CrudPage-module__J9wGbG__exportBtn:hover{background:var(--bg-hover)}.CrudPage-module__J9wGbG__actionBtns{gap:6px;display:flex}.CrudPage-module__J9wGbG__editBtn,.CrudPage-module__J9wGbG__deleteBtn{cursor:pointer;opacity:.6;background:0 0;border:none;padding:2px;font-size:15px;transition:opacity .15s}.CrudPage-module__J9wGbG__editBtn:hover,.CrudPage-module__J9wGbG__deleteBtn:hover{opacity:1}
.DemoButton-module__hHOvnG__btn{background:var(--bg-surface);width:42px;height:42px;color:var(--accent);border:2px solid var(--accent);cursor:pointer;white-space:nowrap;border-radius:50%;justify-content:center;align-items:center;padding:0;font-family:inherit;transition:all .35s cubic-bezier(.4,0,.2,1);display:inline-flex;overflow:hidden;box-shadow:0 2px 8px #6366f126}.DemoButton-module__hHOvnG__btn:hover{background:var(--accent);color:#fff;border-radius:24px;gap:8px;width:auto;padding:0 18px;box-shadow:0 4px 16px #6366f159}.DemoButton-module__hHOvnG__btn:active{transform:scale(.96)}.DemoButton-module__hHOvnG__label{letter-spacing:.01em;font-size:.82rem;font-weight:700;display:none}.DemoButton-module__hHOvnG__btn:hover .DemoButton-module__hHOvnG__label{display:inline}
.errorUi-module__Y5ZVsq__errorPage{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:480px;margin:0 auto;padding:80px 24px;display:flex}.errorUi-module__Y5ZVsq__errorIcon{opacity:.8;margin-bottom:20px;font-size:56px}.errorUi-module__Y5ZVsq__errorTitle{color:var(--text-primary);letter-spacing:-.02em;margin:0 0 10px;font-size:20px;font-weight:700}.errorUi-module__Y5ZVsq__errorDesc{color:var(--text-secondary);margin:0 0 28px;font-size:14px;line-height:1.6}.errorUi-module__Y5ZVsq__errorBackBtn{background-color:var(--accent);color:#fff;border-radius:10px;align-items:center;gap:6px;padding:10px 24px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.errorUi-module__Y5ZVsq__errorBackBtn:hover{opacity:.9;transform:translateY(-1px)}
