.forgot-password-module__LFTpFa__authViewport{background-color:var(--background);width:100%;min-height:100dvh;display:flex;overflow-x:hidden}.forgot-password-module__LFTpFa__authLayout{grid-template-columns:1fr;width:100%;display:grid}@media (min-width:1024px){.forgot-password-module__LFTpFa__authLayout{grid-template-columns:550px 1fr}}.forgot-password-module__LFTpFa__formSection{scrollbar-width:none;background:var(--popup-color);z-index:10;flex-direction:column;justify-content:center;align-items:center;max-height:100dvh;padding:2rem;display:flex;overflow-y:auto}.forgot-password-module__LFTpFa__formContainer{flex-direction:column;justify-content:center;width:100%;max-width:400px;animation:.6s cubic-bezier(.16,1,.3,1) forgot-password-module__LFTpFa__fadeIn;display:flex}.forgot-password-module__LFTpFa__brandHeader{justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.forgot-password-module__LFTpFa__logoMark{object-fit:fill;width:110px;height:75px}.forgot-password-module__LFTpFa__introArea{flex-direction:column;align-items:center;margin-bottom:2.5rem;display:flex}.forgot-password-module__LFTpFa__titleWrapper{color:var(--pri-color);margin-bottom:.5rem}.forgot-password-module__LFTpFa__mainTitle{letter-spacing:-.03em;font-size:1.5rem;font-weight:800}.forgot-password-module__LFTpFa__subTitle{color:var(--dim-color);text-align:center;font-size:1rem}.forgot-password-module__LFTpFa__statusBanner{border:1px solid #0000;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:.3rem 1rem;font-size:.9rem;display:flex}.forgot-password-module__LFTpFa__bannerSuccess{color:#1e40af;background:#eff6ff;border-color:#bfdbfe}.forgot-password-module__LFTpFa__bannerError{color:#991b1b;background:#fef2f2;border-color:#fecaca}.forgot-password-module__LFTpFa__bannerClose{cursor:pointer;opacity:.5;background:0 0;border:none;font-size:1.25rem}.forgot-password-module__LFTpFa__authForm{flex-direction:column;gap:1.25rem;display:flex}.forgot-password-module__LFTpFa__btnSubmit{height:44px!important;font-weight:600!important}.forgot-password-module__LFTpFa__backToLogin{color:var(--dim-color);justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:flex}.forgot-password-module__LFTpFa__backToLogin:hover{color:var(--primary-color)}.forgot-password-module__LFTpFa__successState{text-align:center;padding:2rem 0}.forgot-password-module__LFTpFa__successIcon{color:var(--success-color);justify-content:center;margin-bottom:1.5rem;display:flex}.forgot-password-module__LFTpFa__successState h3{color:var(--pri-color);margin-bottom:.75rem;font-size:1.25rem}.forgot-password-module__LFTpFa__successState p{color:var(--dim-color);margin-bottom:2rem;line-height:1.5}.forgot-password-module__LFTpFa__backToLoginBtn{background:var(--secondary-color);color:#fff;border-radius:8px;padding:.4rem 1.5rem;font-weight:500;text-decoration:none;display:inline-block}.forgot-password-module__LFTpFa__visualSection{display:none;position:relative;overflow:hidden}@media (min-width:1024px){.forgot-password-module__LFTpFa__visualSection{justify-content:center;align-items:center;padding:4rem;display:flex}}.forgot-password-module__LFTpFa__visualOverlay{z-index:1;background:linear-gradient(to bottom right,#0f172af2,#0f172ad9);position:absolute;inset:0}.forgot-password-module__LFTpFa__meshGradient{background-image:radial-gradient(at 0% 0%, var(--primary-color) 0px, transparent 50%), radial-gradient(at 100% 100%, var(--secondary-color) 0px, transparent 50%);filter:blur(80px);opacity:.4;position:absolute;inset:0}.forgot-password-module__LFTpFa__visualContent{z-index:2;color:#fff;max-width:500px;position:relative}.forgot-password-module__LFTpFa__uptimeBadge{color:#4ade80;text-transform:uppercase;background:#22c55e1a;border:1px solid #22c55e33;border-radius:99px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem .8rem;font-size:.75rem;font-weight:600;display:inline-flex}.forgot-password-module__LFTpFa__pulseIcon{animation:2s ease-in-out infinite forgot-password-module__LFTpFa__pulseOpacity}.forgot-password-module__LFTpFa__visualQuote{margin-bottom:1.5rem;font-size:2rem;font-weight:700;line-height:1.4}.forgot-password-module__LFTpFa__quoteAuthor{color:var(--secondary-color-light);font-size:1rem;font-style:normal}@keyframes forgot-password-module__LFTpFa__pulseOpacity{0%,to{opacity:.5}50%{opacity:1}}@keyframes forgot-password-module__LFTpFa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.input-module__AcBwFG__fieldGroup{flex-direction:column;gap:.4rem;width:100%;display:flex}.input-module__AcBwFG__labelContainer{justify-content:space-between;align-items:center;display:flex}.input-module__AcBwFG__label{color:var(--soft-color);font-size:.825rem;font-weight:600}.input-module__AcBwFG__inputWrapper{background:var(--background);border:1.5px solid var(--border-color);box-sizing:border-box;border-radius:10px;width:100%;transition:all .2s;display:flex;position:relative;overflow:hidden}.input-module__AcBwFG__inputWrapper:not(.input-module__AcBwFG__hasTextarea){align-items:center;height:40px}.input-module__AcBwFG__inputWrapper.input-module__AcBwFG__hasTextarea{align-items:flex-start;height:auto}.input-module__AcBwFG__cursorPointer{cursor:pointer}.input-module__AcBwFG__inputWrapper:focus-within:not(.input-module__AcBwFG__readOnly){border-color:var(--primary-color);box-shadow:0 0 0 3px var(--secondary-color-transparent)}.input-module__AcBwFG__inputWrapper.input-module__AcBwFG__error{border-color:var(--error-color)!important}.input-module__AcBwFG__inputWrapper.input-module__AcBwFG__success{border-color:var(--success-color)!important}.input-module__AcBwFG__inputWrapper.input-module__AcBwFG__disabled{cursor:not-allowed;background-color:var(--hover-color)}.input-module__AcBwFG__readOnly{background-color:var(--hover-color);border-color:var(--border-color)}.input-module__AcBwFG__readOnlyOverlay{z-index:5;pointer-events:none;background:#00000005;position:absolute;inset:0}.input-module__AcBwFG__icon{color:var(--dim-color);pointer-events:none;z-index:2;align-items:center;display:flex;position:absolute;left:12px}.input-module__AcBwFG__interactiveIcon{cursor:pointer;pointer-events:auto!important}.input-module__AcBwFG__inputWrapper:not(.input-module__AcBwFG__hasTextarea) .input-module__AcBwFG__icon{top:50%;transform:translateY(-50%)}.input-module__AcBwFG__inputWrapper.input-module__AcBwFG__hasTextarea .input-module__AcBwFG__icon{top:13px}.input-module__AcBwFG__inputContainer{flex:1;align-items:center;width:100%;height:100%;display:flex;position:relative}.input-module__AcBwFG__input{color:var(--pri-color);background:0 0;border:none;outline:none;flex:1;align-items:center;width:100%;height:100%;padding:0 .85rem;font-family:inherit;font-size:.9rem;font-weight:500;display:flex}.input-module__AcBwFG__textarea{resize:none;height:auto;min-height:80px;padding:.75rem .85rem}.input-module__AcBwFG__dateInputReadonly{cursor:pointer}.input-module__AcBwFG__dateInputReadonly::placeholder{color:var(--dim-color);opacity:.8}.input-module__AcBwFG__inputWithIcon{padding-left:2.75rem}.input-module__AcBwFG__inputWithTrailing{padding-right:2.75rem}.input-module__AcBwFG__hiddenNativeDate{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.input-module__AcBwFG__trailingAction{z-index:6;align-items:center;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.input-module__AcBwFG__iconButton{cursor:pointer;color:var(--dim-color);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.input-module__AcBwFG__iconButton:hover{color:var(--primary-color);background:var(--hover-color)}.input-module__AcBwFG__footerRow{justify-content:space-between;align-items:flex-start;min-height:8px;margin-top:.05rem;display:flex}.input-module__AcBwFG__errorText{color:var(--error-color);align-items:center;gap:.35rem;margin:0;font-size:.75rem;font-weight:600;display:flex}.input-module__AcBwFG__successText{color:var(--success-color);align-items:center;gap:.35rem;margin:0;font-size:.75rem;font-weight:600;display:flex}.input-module__AcBwFG__counter{color:var(--dim-color);margin-left:auto;font-size:.7rem;font-weight:600}.input-module__AcBwFG__counterMaxed{color:var(--error-color)}
.button-module__gO63ya__baseBtn{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;background:0 0;border:none;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex;position:relative}.button-module__gO63ya__rectangle{border-radius:6px;padding:.45rem 2rem}.button-module__gO63ya__rounded{border-radius:9999px;padding:.45rem 2rem}.button-module__gO63ya__circle{aspect-ratio:1;border-radius:50%;min-width:2.5rem;padding:.45rem}.button-module__gO63ya__square{aspect-ratio:1;border-radius:6px;padding:.45rem}.button-module__gO63ya__elevated{color:#fff;background:linear-gradient(var(--secondary-color), var(--secondary-color)) padding-box, linear-gradient(var(--secondary-color), var(--secondary-color)) border-box;box-shadow:inset 0 1px 0 #ffffff26, 0 4px 6px -1px var(--box-shadow);border:1.5px solid #0000}.button-module__gO63ya__elevated:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px)}.button-module__gO63ya__outline{border:1.5px solid var(--secondary-color-light);color:var(--secondary-color-light)}.button-module__gO63ya__outline:hover:not(:disabled){background-color:var(--secondary-color-transparent);transform:translateY(-1px)}.button-module__gO63ya__text{border:1.3px solid var(--border-color);color:var(--soft-color)}.button-module__gO63ya__text:hover:not(:disabled){border-color:var(--border-color);color:var(--soft-color);background-color:var(--hover-color);transform:translateY(-1px)}.button-module__gO63ya__ghost{color:var(--pri-color);border:none}.button-module__gO63ya__ghost:hover:not(:disabled){background-color:var(--hover-color);color:var(--primary-color)}.button-module__gO63ya__baseBtn:active:not(:disabled){transform:scale(.98)}.button-module__gO63ya__baseBtn:disabled{opacity:.5;cursor:not-allowed;filter:grayscale(.5)}.button-module__gO63ya__fullWidth{width:100%}.button-module__gO63ya__spinnerOverlay{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.button-module__gO63ya__contentWrapper{justify-content:center;align-items:center;gap:inherit;width:100%;height:100%;display:flex}
.image-loader-module__UiiMMW__imageContainer{background-color:var(--hover-color,#f1f5f9);border:1px solid var(--border-color,#e2e8f0);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.image-loader-module__UiiMMW__imageElement{width:100%;height:100%;transition:opacity .4s cubic-bezier(.4,0,.2,1);display:block}.image-loader-module__UiiMMW__hidden{opacity:0}.image-loader-module__UiiMMW__visible{opacity:1}.image-loader-module__UiiMMW__loaderOverlay{background-color:var(--hover-color,#f1f5f9);z-index:1;background-image:linear-gradient(90deg,#fff0 0,#fff3 20%,#ffffff80 60%,#fff0);background-size:200% 100%;animation:2s infinite image-loader-module__UiiMMW__shimmer;position:absolute;inset:0}.image-loader-module__UiiMMW__errorState{color:var(--dim-color,#94a3b8);background-color:var(--hover-color,#f8fafc);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.image-loader-module__UiiMMW__placeholderText{color:var(--soft-color,#64748b);text-transform:uppercase;letter-spacing:1px;font-size:.75rem;font-weight:700}@keyframes image-loader-module__UiiMMW__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
.search-module__uWvhPW__container{border:1.5px solid var(--border-color);background:var(--background);border-radius:12px;align-items:center;gap:.6rem;width:100%;padding:.3rem .85rem;transition:all .2s;display:flex}.search-module__uWvhPW__container:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px var(--secondary-color-transparent)}.search-module__uWvhPW__input{color:var(--pri-color);background:0 0;border:none;outline:none;width:100%;padding:2px 0;font-size:.95rem}.search-module__uWvhPW__input::placeholder{color:var(--dim-color-light)}.search-module__uWvhPW__icon{color:var(--dim-color);flex-shrink:0;align-items:center;display:flex}.search-module__uWvhPW__clearButton{color:var(--dim-color-light);cursor:pointer;background:0 0;border:none;border-radius:50%;align-items:center;padding:2px;transition:all .2s;display:flex}.search-module__uWvhPW__clearButton:hover{background-color:var(--hover-color);color:var(--error-color)}.search-module__uWvhPW__loadingWrapper{justify-content:center;align-items:center;display:flex}
.select-module__BYluja__fieldGroup{flex-direction:column;gap:.4rem;width:100%;display:flex}.select-module__BYluja__label{color:var(--soft-color);font-size:.875rem;font-weight:500}.select-module__BYluja__selectWrapper{background:var(--background);border:1.5px solid var(--border-color);border-radius:10px;align-items:center;height:38px;transition:all .2s;display:flex;position:relative;overflow:hidden}.select-module__BYluja__selectWrapper:focus-within{border-color:var(--primary-color-light);box-shadow:0 0 0 3px var(--secondary-color-transparent)}.select-module__BYluja__selectWrapper.select-module__BYluja__error{border-color:var(--error-color)!important}.select-module__BYluja__selectWrapper.select-module__BYluja__disabled{opacity:.6;background:var(--light-background);cursor:not-allowed}.select-module__BYluja__spinnerOverlay{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.select-module__BYluja__contentWrapper{align-items:center;width:100%;height:100%;display:flex;position:relative}.select-module__BYluja__icon{color:var(--dim-color);pointer-events:none;z-index:1;align-items:center;display:flex;position:absolute;left:12px}.select-module__BYluja__select{height:100%;color:var(--pri-color);appearance:none;cursor:pointer;background:0 0;border:none;outline:none;flex:1;width:100%;padding:0 2.5rem 0 .8rem;font-size:.9rem}.select-module__BYluja__selectWithIcon{color:var(--pri-color);padding-left:2.5rem}.select-module__BYluja__customSelected{color:#0000!important}.select-module__BYluja__customDateDisplay{height:100%;color:var(--pri-color);pointer-events:auto;cursor:pointer;z-index:2;background:var(--background);align-items:center;font-size:.9rem;display:flex;position:absolute;left:2.5rem;right:2.5rem}.select-module__BYluja__dateRange{white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:400;display:block;overflow:hidden}.select-module__BYluja__disabled .select-module__BYluja__customDateDisplay{background:var(--light-background);cursor:not-allowed}.select-module__BYluja__chevron{color:var(--dim-color-light);pointer-events:none;z-index:3;align-items:center;display:flex;position:absolute;right:12px}.select-module__BYluja__errorText{color:var(--error-color);align-items:center;gap:.25rem;margin-top:.25rem;font-size:.75rem;font-weight:500;display:flex}.select-module__BYluja__placeholder{color:var(--dim-color-light)}.select-module__BYluja__select option{background-color:var(--popup-color);color:var(--pri-color)}
.loading-module__9WCB6q__container{flex-direction:column;justify-content:center;align-items:center;gap:.7rem;width:100%;height:100%;display:flex}.loading-module__9WCB6q__message{color:var(--soft-color);font-size:.8rem;font-weight:500}.loading-module__9WCB6q__spinner{border:3px solid var(--hover-color);border-top:3px solid #3b82f6;border-radius:50%;width:2.5rem;height:2.5rem;animation:1s linear infinite loading-module__9WCB6q__spin}@keyframes loading-module__9WCB6q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.header-module__WQMA6G__header{box-shadow:0 1px 3px 0 var(--box-shadow);border-bottom:1px solid var(--border-color);background-color:var(--background);z-index:10;flex-shrink:0;width:100%;height:60px;transition:background-color .2s,border-color .2s;display:flex}@media (min-width:721px){.header-module__WQMA6G__header{height:70px}}.header-module__WQMA6G__headerContainer{justify-content:space-between;align-items:center;width:100%;padding:0 1.5rem;display:flex}.header-module__WQMA6G__headerLeft{align-items:center;gap:1rem;display:flex}.header-module__WQMA6G__headerTitle{color:var(--pri-color);white-space:nowrap;text-overflow:ellipsis;max-width:150px;margin:0;font-size:1rem;font-weight:600;overflow:hidden}@media (min-width:721px){.header-module__WQMA6G__headerTitle{max-width:none;font-size:1.2rem}}.header-module__WQMA6G__headerRight{align-items:center;gap:.5rem;display:flex}@media (min-width:721px){.header-module__WQMA6G__headerRight{gap:1.2rem}}.header-module__WQMA6G__headerActions{align-items:center;gap:.25rem;display:flex}@media (min-width:721px){.header-module__WQMA6G__headerActions{gap:.5rem}}.header-module__WQMA6G__divider{background-color:var(--border-color);width:1px;height:24px;margin:0 4px}.header-module__WQMA6G__headerUser{cursor:pointer;border-radius:8px;align-items:center;gap:.75rem;padding:4px 8px;transition:background-color .2s;display:flex}.header-module__WQMA6G__headerUser:hover{background-color:var(--hover-color)}.header-module__WQMA6G__headerUserInfo{text-align:right;line-height:1.2}.header-module__WQMA6G__headerUserName{color:var(--pri-color);margin:0;font-size:.875rem;font-weight:600}.header-module__WQMA6G__headerUserRole{color:var(--soft-color);margin:0;font-size:.75rem}.header-module__WQMA6G__headerAvatar{background-color:var(--primary-color);border:1px solid var(--border-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:relative}.header-module__WQMA6G__headerAvatarInitial{color:#fff;font-size:.9rem;font-weight:600}.header-module__WQMA6G__avatarPlaceholder{background-color:var(--soft-color-light);border-radius:50%;width:100%;height:100%}.header-module__WQMA6G__statusIndicator{border:2px solid var(--background);background-color:#22c55e;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.header-module__WQMA6G__notificationBadge{border:1.5px solid var(--background);background-color:#ef4444;border-radius:50%;width:8px;height:8px;position:absolute;top:6px;right:6px}@media (max-width:720px){.header-module__WQMA6G__headerContainer{padding:0 .75rem}.header-module__WQMA6G__headerUserInfo,.header-module__WQMA6G__divider{display:none}.header-module__WQMA6G__headerRight{gap:.4rem}}
.notification-trigger-module__nUlK5W__notificationWrapper{justify-content:center;align-items:center;display:inline-flex;position:relative}.notification-trigger-module__nUlK5W__notificationBadge{background-color:var(--error-color);color:#fff;border:2px solid var(--popup-color);pointer-events:none;z-index:1;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:2px;right:2px}
.layout-module__cgl8AG__layoutContainer{flex-direction:column;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.layout-module__cgl8AG__layoutContent{background-color:var(--background);width:100%;height:100%;display:flex;position:relative;overflow:hidden}
.alert-dialog-module__wK_aRG__backdrop{z-index:9999;background-color:#00000080;justify-content:center;align-items:center;padding:20px;animation:.3s ease-out alert-dialog-module__wK_aRG__fadeIn;display:flex;position:fixed;inset:0}.alert-dialog-module__wK_aRG__dialog{background-color:#fff;border-radius:12px;flex-direction:column;width:100%;max-height:90vh;animation:.3s ease-out alert-dialog-module__wK_aRG__slideUp;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d}.alert-dialog-module__wK_aRG__header{border-bottom:1px solid #e5e7eb;align-items:flex-start;padding:24px 24px 16px;display:flex;position:relative}.alert-dialog-module__wK_aRG__title{color:#111827;flex:1;margin:0 0 0 12px;font-size:1.25rem;font-weight:600;line-height:1.4}.alert-dialog-module__wK_aRG__icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.alert-dialog-module__wK_aRG__icon svg{fill:currentColor;width:24px;height:24px}.alert-dialog-module__wK_aRG__iconInfo{color:#3b82f6;background-color:#eff6ff}.alert-dialog-module__wK_aRG__iconSuccess{color:#22c55e;background-color:#f0fdf4}.alert-dialog-module__wK_aRG__iconWarning{color:#eab308;background-color:#fefce8}.alert-dialog-module__wK_aRG__iconError{color:#ef4444;background-color:#fef2f2}.alert-dialog-module__wK_aRG__iconConfirm{color:#3b82f6;background-color:#eff6ff}.alert-dialog-module__wK_aRG__closeButton{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.alert-dialog-module__wK_aRG__closeButton:hover{color:#374151;background-color:#f3f4f6}.alert-dialog-module__wK_aRG__closeButton svg{fill:currentColor;width:20px;height:20px}.alert-dialog-module__wK_aRG__content{flex:1;max-height:60vh;padding:24px;overflow-y:auto}.alert-dialog-module__wK_aRG__message{color:#4b5563;white-space:pre-line;margin-bottom:16px;font-size:1rem;line-height:1.5}.alert-dialog-module__wK_aRG__children{margin-top:16px}.alert-dialog-module__wK_aRG__actions{background-color:#f9fafb;border-top:1px solid #e5e7eb;justify-content:flex-end;gap:12px;padding:20px 24px 24px;display:flex}.alert-dialog-module__wK_aRG__button{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;min-width:80px;padding:10px 24px;font-size:.9375rem;font-weight:500;line-height:1.5;transition:all .2s;display:inline-flex}.alert-dialog-module__wK_aRG__button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.alert-dialog-module__wK_aRG__button:active{transform:translateY(0)}.alert-dialog-module__wK_aRG__buttonInfo{color:#fff;background-color:#3b82f6}.alert-dialog-module__wK_aRG__buttonInfo:hover{background-color:#2563eb}.alert-dialog-module__wK_aRG__buttonSuccess{color:#fff;background-color:#22c55e}.alert-dialog-module__wK_aRG__buttonSuccess:hover{background-color:#16a34a}.alert-dialog-module__wK_aRG__buttonWarning{color:#fff;background-color:#eab308}.alert-dialog-module__wK_aRG__buttonWarning:hover{background-color:#ca8a04}.alert-dialog-module__wK_aRG__buttonError{color:#fff;background-color:#ef4444}.alert-dialog-module__wK_aRG__buttonError:hover{background-color:#dc2626}.alert-dialog-module__wK_aRG__buttonConfirm{color:#fff;background-color:#3b82f6}.alert-dialog-module__wK_aRG__buttonConfirm:hover{background-color:#2563eb}.alert-dialog-module__wK_aRG__buttonCancel{color:#fff;background-color:#6b7280}.alert-dialog-module__wK_aRG__buttonCancel:hover{background-color:#4b5563}@media (max-width:640px){.alert-dialog-module__wK_aRG__dialog{border-radius:8px}.alert-dialog-module__wK_aRG__header{padding:20px 20px 12px}.alert-dialog-module__wK_aRG__content{padding:20px}.alert-dialog-module__wK_aRG__actions{flex-direction:column-reverse;gap:8px;padding:16px 20px 20px}.alert-dialog-module__wK_aRG__button{width:100%;padding:12px}.alert-dialog-module__wK_aRG__title{font-size:1.125rem}.alert-dialog-module__wK_aRG__message{font-size:.9375rem}}.alert-dialog-module__wK_aRG__button:focus-visible,.alert-dialog-module__wK_aRG__closeButton:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}@keyframes alert-dialog-module__wK_aRG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes alert-dialog-module__wK_aRG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.image-view-module__8u7CXa__imageViewContainer{background-color:var(--popup-color);box-shadow:0 20px 60px var(--box-shadow);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;width:60dvw;max-width:95dvw;height:75dvh;animation:.3s ease-out image-view-module__8u7CXa__slideUp;display:flex;position:relative;overflow:hidden}.image-view-module__8u7CXa__modalHeader{background-color:var(--background);border-bottom:1px solid var(--border-color);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.image-view-module__8u7CXa__titleText{color:var(--pri-color);margin:0;font-size:.9rem;font-weight:600}.image-view-module__8u7CXa__closeActionBtn{color:var(--soft-color);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.image-view-module__8u7CXa__closeActionBtn:hover{background-color:var(--hover-color);color:var(--error-color)}.image-view-module__8u7CXa__imageViewContent{background-color:#00000005;flex:1;justify-content:center;align-items:center;padding:0;display:flex;position:relative;overflow:hidden}.image-view-module__8u7CXa__imageViewImg{width:100%;height:100%}.image-view-module__8u7CXa__downloadOverlay{z-index:30;pointer-events:none;position:absolute;bottom:17px;right:24px}.image-view-module__8u7CXa__floatButton{pointer-events:auto;transition:transform .2s,box-shadow .2s!important;box-shadow:0 8px 24px #00000026!important}.image-view-module__8u7CXa__floatButton:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0003!important}.image-view-module__8u7CXa__errorContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.image-view-module__8u7CXa__errorMessage{color:var(--dim-color);margin:0;font-size:.85rem}@keyframes image-view-module__8u7CXa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.image-view-module__8u7CXa__imageViewContainer{width:95dvw;height:60dvh}.image-view-module__8u7CXa__downloadOverlay{bottom:16px;right:16px}}
.sidebar-modal-module__w3pCMW__container{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:auto;background-color:#0006;flex-direction:row;width:100vw;height:100vh;transition:opacity .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:0}.sidebar-modal-module__w3pCMW__childContainer{background-color:#fff;width:fit-content;height:100%;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;transform:translate(-100%);box-shadow:4px 0 15px #0000001a}.sidebar-modal-module__w3pCMW__entering{opacity:0}.sidebar-modal-module__w3pCMW__entering .sidebar-modal-module__w3pCMW__childContainer{transform:translate(-100%)}.sidebar-modal-module__w3pCMW__open{opacity:1}.sidebar-modal-module__w3pCMW__open .sidebar-modal-module__w3pCMW__childContainer{transform:translate(0)}.sidebar-modal-module__w3pCMW__closing{opacity:0;pointer-events:none}.sidebar-modal-module__w3pCMW__closing .sidebar-modal-module__w3pCMW__childContainer{transform:translate(-100%)}
.payment-module__-H80oG__paymentModal{background:var(--background);flex-direction:column;width:94dvw;max-width:540px;height:95dvh;margin:0;padding:0;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.payment-module__-H80oG__modalHeader{background-color:var(--header-color);border-bottom:1px solid var(--border-color);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.1rem 1.5rem;display:flex}.payment-module__-H80oG__modalTitle{color:var(--pri-color-light);margin:0;font-size:1.05rem;font-weight:700}.payment-module__-H80oG__closeHeaderBtn{color:var(--pri-color-light);cursor:pointer;background:#ffffff0d;border:none;border-radius:10px;align-items:center;padding:8px;transition:background .2s;display:flex}.payment-module__-H80oG__closeHeaderBtn:hover{background:#ffffff1a}.payment-module__-H80oG__tabHeader{background:var(--background);border-bottom:1px solid var(--border-color);flex-shrink:0;padding:0 .75rem;display:flex}.payment-module__-H80oG__tab{cursor:pointer;color:var(--soft-color);border-bottom:3px solid #0000;align-items:center;gap:10px;padding:1rem 1.5rem;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.payment-module__-H80oG__activeTab{color:var(--primary-color);border-bottom-color:var(--primary-color);background:var(--hover-color)}.payment-module__-H80oG__disabledTab{opacity:.35;cursor:not-allowed;filter:grayscale()}.payment-module__-H80oG__modalBody{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;display:flex;overflow:hidden auto}.payment-module__-H80oG__modalBody::-webkit-scrollbar{display:none}.payment-module__-H80oG__pasteSection{background:var(--hover-color);border-bottom:1px solid var(--border-color);flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.payment-module__-H80oG__parsedQueue{background:var(--background);border-bottom:1px solid var(--border-color);padding:1.2rem 1.5rem}.payment-module__-H80oG__queueList{scrollbar-width:thin;gap:1rem;padding-bottom:.75rem;display:flex;overflow-x:auto}.payment-module__-H80oG__queueItem{background:var(--hover-color);border:1px solid var(--border-color);cursor:pointer;border-radius:12px;flex-shrink:0;min-width:165px;padding:.75rem 1.1rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.payment-module__-H80oG__queueItem:hover{border-color:var(--primary-color);transform:translateY(-2px)}.payment-module__-H80oG__activeQueueItem{background:var(--secondary-color-transparent);border-color:var(--primary-color);box-shadow:0 4px 12px rgba(var(--primary-color), .15)}.payment-module__-H80oG__queueInfo h4{color:var(--pri-color);margin:0;font-size:.8rem;font-weight:700}.payment-module__-H80oG__queueInfo p{color:var(--secondary-color);margin:4px 0 0;font-size:.75rem;font-weight:800}.payment-module__-H80oG__deleteQueueBtn{color:var(--soft-color);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px;transition:all .2s}.payment-module__-H80oG__deleteQueueBtn:hover{color:var(--error-color);background:var(--error-color)}.payment-module__-H80oG__formFields{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.payment-module__-H80oG__rowFields{gap:1.25rem;display:flex}.payment-module__-H80oG__buttonActionFooter{background:var(--background);border-top:1px solid var(--border-color);flex-shrink:0;gap:1.25rem;padding:1.25rem 1.5rem;display:flex}.payment-module__-H80oG__buttonActionFooter>*{flex:1}@media (max-width:640px){.payment-module__-H80oG__paymentModal{border-radius:16px;width:96dvw;height:92dvh;max-height:92dvh;margin:auto}}@media (max-width:480px){.payment-module__-H80oG__rowFields{flex-direction:column;gap:1.5rem}.payment-module__-H80oG__modalHeader{padding:1rem 1.25rem}.payment-module__-H80oG__formFields,.payment-module__-H80oG__pasteSection{padding:1.25rem}.payment-module__-H80oG__paymentModal{width:94dvw;height:94dvh}}
.permission-module__BtU-ha__permissionModal{background:var(--popup-color);border-radius:16px;flex-direction:column;width:100%;max-width:95dvw;max-height:90dvh;margin:0 auto;padding:0;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@media (min-width:768px){.permission-module__BtU-ha__permissionModal{width:700px}}.permission-module__BtU-ha__modalHeader{background-color:var(--header-color);flex-shrink:0;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.permission-module__BtU-ha__headerIconBg{background:#fff3;border-radius:8px;justify-content:center;align-items:center;padding:6px;display:flex}.permission-module__BtU-ha__modalTitle{color:#fff;margin:0;font-size:.95rem;font-weight:700}.permission-module__BtU-ha__modalSubtitle{color:#ffffffe6;font-size:.7rem}.permission-module__BtU-ha__closeHeaderBtn{color:#fff;cursor:pointer;background:0 0;border:none;padding:4px}.permission-module__BtU-ha__tabsContainer{background:var(--popup-color);border-bottom:1px solid var(--border-color);flex-shrink:0;padding:0 1rem}.permission-module__BtU-ha__tabsWrapper{gap:1rem;display:flex}.permission-module__BtU-ha__tabItem{color:var(--dim-color);cursor:pointer;text-align:center;text-transform:uppercase;letter-spacing:.025em;flex:1;padding:.75rem .5rem;font-size:.75rem;font-weight:700;position:relative}.permission-module__BtU-ha__activeTab{color:var(--secondary-color)}.permission-module__BtU-ha__activeTab:after{content:"";background:var(--secondary-color);height:2px;position:absolute;bottom:-1px;left:0;right:0}.permission-module__BtU-ha__modalBody{background:var(--background);flex:1;padding:.75rem;overflow-y:auto}.permission-module__BtU-ha__moduleSection{margin-bottom:1rem}.permission-module__BtU-ha__moduleHeader{color:var(--secondary-color);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;padding:.25rem .5rem .5rem;font-size:.65rem;font-weight:800;display:flex}.permission-module__BtU-ha__permissionGrid{grid-template-columns:1fr;gap:.5rem;display:grid}@media (min-width:640px){.permission-module__BtU-ha__permissionGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}.permission-module__BtU-ha__permissionItem{background:var(--popup-color);border:1px solid var(--border-color);border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:.6rem .75rem;display:flex}.permission-module__BtU-ha__permInfo{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.permission-module__BtU-ha__permCode{color:var(--pri-color);text-transform:capitalize;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;font-weight:600;overflow:hidden}.permission-module__BtU-ha__badgeRow{align-items:center;gap:4px;display:flex}.permission-module__BtU-ha__permBadge{border-radius:4px;padding:.1rem .4rem;font-size:.55rem;font-weight:800}.permission-module__BtU-ha__badgeAllowed{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.permission-module__BtU-ha__badgeDenied{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.permission-module__BtU-ha__badgeInherit{background:var(--hover-color);color:var(--dim-color);border:1px solid var(--border-color)}.permission-module__BtU-ha__actionGroup{background:var(--hover-color);border-radius:8px;flex-shrink:0;gap:2px;padding:3px;display:flex}.permission-module__BtU-ha__actionBtn{cursor:pointer;width:28px;height:28px;color:var(--dim-color);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.permission-module__BtU-ha__btnActiveAllow{color:#fff!important;background:#10b981!important}.permission-module__BtU-ha__btnActiveDenied{color:#fff!important;background:#ef4444!important}.permission-module__BtU-ha__btnActiveInherit{background:var(--secondary-color)!important;color:#fff!important}.permission-module__BtU-ha__buttonActionFooter{background:var(--popup-color);border-top:1px solid var(--border-color);flex-shrink:0;gap:.75rem;padding:.85rem 1rem;display:flex}.permission-module__BtU-ha__emptyState{text-align:center;flex-direction:column;align-items:center;padding:3rem 1rem;display:flex}.permission-module__BtU-ha__emptyTextTitle{color:var(--pri-color);margin-top:1rem;font-size:.9rem;font-weight:700}.permission-module__BtU-ha__emptyTextSub{color:var(--dim-color);margin-top:.25rem;font-size:.75rem}
.user-dropdown-module__tZrssW__userDropdownContainer{background-color:var(--popup-color);border:1px solid var(--border-color);transform-origin:100% 0;z-index:1000;will-change:transform, opacity;backface-visibility:hidden;border-radius:12px;animation:.25s cubic-bezier(.4,0,.2,1) forwards user-dropdown-module__tZrssW__slideDown;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 10px 15px -3px #0003,0 20px 25px -5px #0003}.dark .user-dropdown-module__tZrssW__userDropdownContainer{border-color:#ffffff1a;box-shadow:0 0 0 1px #ffffff0d,0 20px 50px #0009}.user-dropdown-module__tZrssW__dropdownHeader{background-color:var(--hover-color);text-align:center;border-bottom:1px solid var(--border-color);flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem;display:flex}.user-dropdown-module__tZrssW__headerAvatarLarge{background-color:var(--primary-color);color:#fff;border:2px solid var(--popup-color);width:56px;height:56px;box-shadow:0 0 0 1px var(--border-color);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.user-dropdown-module__tZrssW__dropdownUserInfo{flex-direction:column;gap:.125rem;display:flex}.user-dropdown-module__tZrssW__dropdownUserName{color:var(--pri-color);margin:0;font-size:.9375rem;font-weight:600}.user-dropdown-module__tZrssW__dropdownUserEmail{color:var(--dim-color);margin:0;font-size:.75rem}.user-dropdown-module__tZrssW__dropdownBody{flex:1;padding:.5rem;overflow-y:auto}.user-dropdown-module__tZrssW__dropdownItem{color:var(--soft-color);cursor:pointer;border-radius:8px;align-items:center;gap:.75rem;padding:.625rem .75rem;font-size:.875rem;transition:background-color .2s,color .2s;display:flex}.user-dropdown-module__tZrssW__dropdownItem:hover{background-color:var(--hover-color);color:var(--pri-color)}.user-dropdown-module__tZrssW__itemIconBlue{color:var(--primary-color)}.user-dropdown-module__tZrssW__itemIconSlate{color:var(--dim-color-light)}.user-dropdown-module__tZrssW__dropdownFooter{border-top:1px solid var(--border-color);background-color:var(--light-background);padding:.2rem}.user-dropdown-module__tZrssW__logoutButton{width:100%;color:var(--error-color)!important;border-radius:8px!important;justify-content:flex-start!important;font-weight:600!important}.user-dropdown-module__tZrssW__logoutButton:hover{background-color:#ef444414!important}.user-dropdown-module__tZrssW__mobileOverlay{z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#0006;justify-content:center;align-items:center;animation:.2s ease-out forwards user-dropdown-module__tZrssW__fadeIn;display:flex;position:fixed;inset:0}@keyframes user-dropdown-module__tZrssW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes user-dropdown-module__tZrssW__slideDown{0%{opacity:0;transform:translateY(-12px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes user-dropdown-module__tZrssW__popIn{0%{opacity:0;transform:scale(.92)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (max-width:720px){.user-dropdown-module__tZrssW__userDropdownContainer{transform-origin:50%;border-radius:20px;flex-direction:column;max-width:320px;animation:.35s cubic-bezier(.175,.885,.32,1.1) forwards user-dropdown-module__tZrssW__popIn;display:flex;overflow:hidden;box-shadow:0 20px 40px #0006;width:85dvw!important;height:fit-content!important;position:relative!important}}
.profile-module__QecdfG__container{opacity:0;z-index:1000;background-color:#0006;justify-content:flex-end;align-items:center;width:100vw;height:100vh;transition:opacity .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:0}.profile-module__QecdfG__modalContent{background-color:var(--popup-color);border-left:1px solid var(--border-color);flex-direction:column;width:100%;max-width:420px;height:100%;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s;display:flex;overflow:hidden;transform:translate(100%);box-shadow:-10px 0 30px #00000026}.profile-module__QecdfG__open{opacity:1}.profile-module__QecdfG__open .profile-module__QecdfG__modalContent{transform:translate(0)}.profile-module__QecdfG__closing{opacity:0;pointer-events:none}.profile-module__QecdfG__closing .profile-module__QecdfG__modalContent{transform:translate(100%)}.profile-module__QecdfG__header{border-bottom:1px solid var(--border-color);background-color:var(--hover-color);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.profile-module__QecdfG__title{color:var(--pri-color);align-items:center;gap:.625rem;font-size:1rem;font-weight:700;display:flex}.profile-module__QecdfG__closeBtn{color:var(--soft-color);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.4rem;transition:all .2s;display:flex}.profile-module__QecdfG__body{background-color:var(--popup-color);flex:1;padding:1.5rem;overflow-y:auto}.profile-module__QecdfG__heroSection{text-align:center;flex-direction:column;align-items:center;margin-bottom:2rem;display:flex}.profile-module__QecdfG__avatarWrapper{margin-bottom:1rem;position:relative}.profile-module__QecdfG__userAvatar{border:4px solid var(--hover-color);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;display:flex;overflow:hidden}.profile-module__QecdfG__avatarImage{object-fit:cover;width:100%;height:100%}.profile-module__QecdfG__avatarInitials{color:#fff;font-size:2.5rem;font-weight:800}.profile-module__QecdfG__cameraBtn{background:var(--primary-color);color:#fff;border:3px solid var(--popup-color);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;bottom:-5px;right:-5px}.profile-module__QecdfG__userName{color:var(--pri-color);margin-bottom:.25rem;font-size:1.25rem;font-weight:800}.profile-module__QecdfG__userEmail{color:var(--dim-color);margin-bottom:1rem;font-size:.875rem}.profile-module__QecdfG__badgeRow{justify-content:center;gap:.5rem;display:flex}.profile-module__QecdfG__roleBadge,.profile-module__QecdfG__statusBadge{text-transform:uppercase;border-radius:8px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.75rem;font-weight:700;display:flex}.profile-module__QecdfG__infoGrid{flex-direction:column;gap:2rem;display:flex}.profile-module__QecdfG__sectionTitle{color:var(--dim-color);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:800;display:flex}.profile-module__QecdfG__readonlyGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.profile-module__QecdfG__dataItem label{color:var(--dim-color-light);margin-bottom:.25rem;font-size:.7rem;display:block}.profile-module__QecdfG__dataContent{color:var(--pri-color);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.profile-module__QecdfG__securityBox{background:var(--hover-color);border-radius:12px;padding:.5rem}.profile-module__QecdfG__securityItem{justify-content:space-between;align-items:center;padding:.75rem;display:flex}.profile-module__QecdfG__securityItem:not(:last-child){border-bottom:1px solid var(--border-color)}.profile-module__QecdfG__securityLabel{color:var(--dim-color);font-size:.75rem}.profile-module__QecdfG__securityValue{color:var(--pri-color);font-size:.8125rem;font-weight:700}.profile-module__QecdfG__footer{border-top:1px solid var(--border-color);background-color:var(--hover-color);padding:1.25rem}@media (max-width:768px){.profile-module__QecdfG__container{justify-content:center;padding:1rem}.profile-module__QecdfG__modalContent{border-left:none;border-radius:20px;max-width:100%;height:90dvh;transform:scale(.9)translateY(20px)}.profile-module__QecdfG__open .profile-module__QecdfG__modalContent{transform:scale(1)translateY(0)}}
.choose-payment-method-module__MlebXG__paymentModal{background:var(--background);width:100%;max-width:480px;height:auto;max-height:90dvh;box-shadow:0 20px 25px -5px var(--box-shadow);border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.choose-payment-method-module__MlebXG__modalHeader{background-color:var(--header-color);border-bottom:1px solid var(--border-color);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.choose-payment-method-module__MlebXG__modalTitle{color:var(--pri-color-light);margin:0;font-size:1rem;font-weight:700}.choose-payment-method-module__MlebXG__closeHeaderBtn{color:var(--pri-color-light);cursor:pointer;opacity:.8;background:0 0;border:none;border-radius:8px;align-items:center;padding:6px;transition:background .2s;display:flex}.choose-payment-method-module__MlebXG__closeHeaderBtn:hover{background:#ffffff1a}.choose-payment-method-module__MlebXG__modalBody{-webkit-overflow-scrolling:touch;flex:1;padding:1.25rem;overflow-y:auto}.choose-payment-method-module__MlebXG__paymentSummary{background:var(--hover-color);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;align-items:center;margin-bottom:1.25rem;padding:1rem;display:flex}.choose-payment-method-module__MlebXG__summaryLabel{color:var(--dim-color);font-size:.8rem;font-weight:600}.choose-payment-method-module__MlebXG__summaryAmount{color:var(--primary-color);font-size:1.5rem;font-weight:800}.choose-payment-method-module__MlebXG__methodList{flex-direction:column;gap:.75rem;display:flex}.choose-payment-method-module__MlebXG__methodItem{background:var(--hover-color);border:1px solid var(--border-color);cursor:pointer;text-align:left;border-radius:12px;align-items:center;width:100%;padding:1rem;transition:all .2s;display:flex}.choose-payment-method-module__MlebXG__methodItem:hover:not(:disabled){border-color:var(--primary-color);background:var(--background)}.choose-payment-method-module__MlebXG__methodItem:disabled{opacity:.6;cursor:not-allowed}.choose-payment-method-module__MlebXG__disabledMethod{cursor:default;background:var(--hover-color);opacity:.5}.choose-payment-method-module__MlebXG__methodIconWrapper{flex-shrink:0;justify-content:center;align-items:center;width:54px;height:40px;margin-right:1rem;display:flex}.choose-payment-method-module__MlebXG__brandLogo{object-fit:contain;max-width:100%;max-height:100%}.choose-payment-method-module__MlebXG__cardLogos{gap:4px;display:flex}.choose-payment-method-module__MlebXG__miniLogo{width:24px;height:auto}.choose-payment-method-module__MlebXG__methodInfo{flex-direction:column;flex:1;display:flex}.choose-payment-method-module__MlebXG__methodTitle{color:var(--pri-color);font-size:.9rem;font-weight:700}.choose-payment-method-module__MlebXG__methodDesc{color:var(--dim-color);font-size:.75rem}.choose-payment-method-module__MlebXG__chevron{color:var(--dim-color)}.choose-payment-method-module__MlebXG__buttonActionFooter{background:var(--hover-color);border-top:1px solid var(--border-color);flex-direction:column;flex-shrink:0;gap:1rem;padding:1rem 1.25rem;display:flex}.choose-payment-method-module__MlebXG__footerTrustInfo{justify-content:space-between;align-items:center;width:100%;display:flex}.choose-payment-method-module__MlebXG__trustBadge{color:var(--success-color);align-items:center;gap:.35rem;font-size:.7rem;font-weight:600;display:flex}.choose-payment-method-module__MlebXG__providerLogos{opacity:.5;filter:grayscale();display:flex}.choose-payment-method-module__MlebXG__footerLogo{width:auto;height:14px}@media (max-width:640px){.choose-payment-method-module__MlebXG__paymentModal{max-width:95dvw;border-radius:16px!important}}
.payment-filter-module__XxM2Cq__filterModal{background:var(--background);width:100%;min-width:0;max-width:540px;box-shadow:0 20px 25px -5px var(--box-shadow);border-radius:16px;flex-direction:column;max-height:90dvh;display:flex;overflow:hidden}.payment-filter-module__XxM2Cq__modalHeader{background-color:var(--header-color);border-bottom:1px solid var(--border-color);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.payment-filter-module__XxM2Cq__modalTitle{color:var(--pri-color-light);margin:0;font-size:1rem;font-weight:700}.payment-filter-module__XxM2Cq__closeHeaderBtn{color:var(--pri-color-light);opacity:.8;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;padding:6px;transition:all .2s;display:flex}.payment-filter-module__XxM2Cq__closeHeaderBtn:hover{opacity:1;background:#fff3}.payment-filter-module__XxM2Cq__modalBody{-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.payment-filter-module__XxM2Cq__formFields{flex-direction:column;gap:1.25rem;padding:1.25rem;display:flex}.payment-filter-module__XxM2Cq__rowFields{gap:1rem;width:100%;display:flex}.payment-filter-module__XxM2Cq__sectionDivider{color:var(--dim-color);align-items:center;gap:8px;margin:.5rem 0;display:flex}.payment-filter-module__XxM2Cq__sectionDivider span{text-transform:uppercase;letter-spacing:.05em;background:var(--hover-color);border-radius:4px;padding:4px 10px;font-size:.7rem;font-weight:700}.payment-filter-module__XxM2Cq__buttonActionFooter{background:var(--hover-color);border-top:1px solid var(--border-color);flex-shrink:0;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.payment-filter-module__XxM2Cq__resetModalBtn{font-size:.85rem;font-weight:700;color:var(--error-color)!important}@media (max-width:640px){.payment-filter-module__XxM2Cq__filterModal{border-radius:16px;max-width:95dvw}}@media (max-width:520px){.payment-filter-module__XxM2Cq__formFields{gap:1rem;padding:1rem}.payment-filter-module__XxM2Cq__rowFields{flex-direction:column;gap:1rem}.payment-filter-module__XxM2Cq__buttonActionFooter{flex-direction:column-reverse;padding:1rem}.payment-filter-module__XxM2Cq__buttonActionFooter>div,.payment-filter-module__XxM2Cq__buttonActionFooter button{width:100%}.payment-filter-module__XxM2Cq__resetModalBtn{width:100%;padding:.5rem}}
.tenant-module__LRLgUG__tenantModal{background:var(--background);width:100%;min-width:0;max-width:520px;box-shadow:0 20px 25px -5px var(--box-shadow);border-radius:16px;flex-direction:column;max-height:90dvh;padding:0;display:flex;overflow:hidden}.tenant-module__LRLgUG__modalHeader{background-color:var(--header-color);border-bottom:1px solid var(--border-color);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.tenant-module__LRLgUG__modalTitle{color:var(--pri-color-light);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1rem;font-weight:700;overflow:hidden}.tenant-module__LRLgUG__closeHeaderBtn{color:var(--pri-color-light);opacity:.8;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;align-items:center;padding:6px;display:flex}.tenant-module__LRLgUG__modalBody{-webkit-overflow-scrolling:touch;flex:1;overflow:hidden auto}.tenant-module__LRLgUG__formFields{box-sizing:border-box;flex-direction:column;gap:1.25rem;width:100%;padding:1.25rem;display:flex}.tenant-module__LRLgUG__logoUploadSection{justify-content:center;margin-bottom:.25rem;display:flex}.tenant-module__LRLgUG__logoContainer{width:100px;height:100px;position:relative}.tenant-module__LRLgUG__imagePreview{object-fit:contain;border:2px solid var(--border-color);background:var(--hover-color);border-radius:18px;width:100%;height:100%}.tenant-module__LRLgUG__uploadTrigger{background:var(--pri-color);color:#fff;cursor:pointer;border:3px solid var(--background);border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;bottom:-4px;right:-4px}.tenant-module__LRLgUG__fileInput{display:none}.tenant-module__LRLgUG__nameHeaderSection{align-items:flex-end;gap:.75rem;width:100%;display:flex}.tenant-module__LRLgUG__statusBadgeOverlay{flex-shrink:0;margin-bottom:10px}.tenant-module__LRLgUG__rowFields{gap:.75rem;width:100%;display:flex}.tenant-module__LRLgUG__auditHighlight{background:var(--secondary-color-transparent);border:1px solid var(--border-color);border-radius:10px;padding:.8rem}.tenant-module__LRLgUG__auditContainer{flex-direction:column;gap:.5rem;display:flex}.tenant-module__LRLgUG__auditItem{justify-content:space-between;align-items:center;display:flex}.tenant-module__LRLgUG__auditLabel,.tenant-module__LRLgUG__auditValue{font-size:.75rem;font-weight:600}.tenant-module__LRLgUG__buttonActionFooter{background:var(--hover-color);border-top:1px solid var(--border-color);box-sizing:border-box;flex-shrink:0;gap:.75rem;width:100%;padding:1rem 1.25rem;display:flex}.tenant-module__LRLgUG__buttonActionFooter>*{flex:1}@media (max-width:640px){.tenant-module__LRLgUG__tenantModal{border-radius:16px;max-width:95dvw}}@media (max-width:480px){.tenant-module__LRLgUG__formFields{gap:1rem;padding:1rem}.tenant-module__LRLgUG__rowFields{flex-direction:column;gap:1rem}}
.tenant-view-module__bDEEcW__tenantViewModal{background:var(--background);width:100%;min-width:0;max-width:520px;box-shadow:0 20px 25px -5px var(--box-shadow);border-radius:16px;flex-direction:column;max-height:90dvh;padding:0;display:flex;overflow:hidden}.tenant-view-module__bDEEcW__modalHeader{background-color:var(--header-color);border-bottom:1px solid var(--border-color);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.tenant-view-module__bDEEcW__modalTitle{color:var(--pri-color-light);margin:0;font-size:1rem;font-weight:700}.tenant-view-module__bDEEcW__closeHeaderBtn{color:var(--pri-color-light);opacity:.8;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;padding:6px;display:flex}.tenant-view-module__bDEEcW__modalBody{-webkit-overflow-scrolling:touch;flex:1;overflow:hidden auto}.tenant-view-module__bDEEcW__heroSection{background:var(--hover-color);border-bottom:1px solid var(--border-color);align-items:center;gap:1rem;padding:1.25rem;display:flex}.tenant-view-module__bDEEcW__tenantLogo{border:1px solid var(--border-color);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex;overflow:hidden}.tenant-view-module__bDEEcW__logoImage{object-fit:contain;background:#fff;width:100%;height:100%}.tenant-view-module__bDEEcW__mainIdentity{flex-direction:column;flex:1;justify-content:center;gap:.4rem;min-width:0;display:flex}.tenant-view-module__bDEEcW__tenantName{color:var(--pri-color);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.15rem;font-weight:700;line-height:1.2;overflow:hidden}.tenant-view-module__bDEEcW__badgeRow{flex-wrap:wrap;gap:.4rem;display:flex}.tenant-view-module__bDEEcW__planBadge,.tenant-view-module__bDEEcW__statusBadge{text-transform:uppercase;border-radius:5px;align-items:center;gap:.3rem;padding:.15rem .5rem;font-size:.65rem;font-weight:700;display:flex}.tenant-view-module__bDEEcW__planBadge{background:var(--pri-color);color:#fff}.tenant-view-module__bDEEcW__statsCard{background:var(--secondary-color-transparent);border:1px solid var(--border-color);border-radius:10px;gap:.4rem;margin:1rem;padding:.75rem;display:flex}.tenant-view-module__bDEEcW__statItem{flex-direction:column;flex:1;align-items:center;gap:.15rem;min-width:0;display:flex}.tenant-view-module__bDEEcW__statLabel{color:var(--soft-color);text-transform:uppercase;font-size:.65rem;font-weight:600}.tenant-view-module__bDEEcW__statValue{color:var(--pri-color);white-space:nowrap;font-size:.85rem;font-weight:700}.tenant-view-module__bDEEcW__statDivider{background:var(--border-color);width:1px}.tenant-view-module__bDEEcW__infoSection{padding:0 1rem 1rem}.tenant-view-module__bDEEcW__sectionHeader{color:var(--pri-color);align-items:center;gap:.4rem;margin-bottom:.6rem;font-size:.8rem;font-weight:700;display:flex}.tenant-view-module__bDEEcW__dataGrid{grid-template-columns:1fr;gap:.75rem;display:grid}@media (min-width:481px){.tenant-view-module__bDEEcW__dataGrid{grid-template-columns:1fr 1fr}}.tenant-view-module__bDEEcW__dataBox{background:var(--background);border:1px solid var(--border-color);border-radius:8px;flex-direction:column;gap:.2rem;min-width:0;padding:.6rem;display:flex}.tenant-view-module__bDEEcW__dataBox label{color:var(--dim-color);font-size:.7rem;font-weight:600}.tenant-view-module__bDEEcW__dataBox p{color:var(--pri-color);word-break:break-all;margin:0;font-size:.8rem;font-weight:600}.tenant-view-module__bDEEcW__quickActionsWrapper{flex-direction:column;gap:.75rem;padding:0 1rem 1rem;display:flex}.tenant-view-module__bDEEcW__secondaryActionRow{align-items:center;gap:.75rem;width:100%;display:flex}.tenant-view-module__bDEEcW__secondaryActionRow>*{flex:1}.tenant-view-module__bDEEcW__viewFooter{background:var(--hover-color);border-top:1px solid var(--border-color);flex-shrink:0;padding:1rem;display:flex}.tenant-view-module__bDEEcW__monoText{font-family:monospace;font-size:.75rem!important}.tenant-view-module__bDEEcW__successAction:hover{color:#22c55e!important;border-color:#22c55e!important}.tenant-view-module__bDEEcW__dangerAction:hover{color:#ef4444!important;border-color:#ef4444!important}@media (max-width:640px){.tenant-view-module__bDEEcW__tenantViewModal{max-width:95dvw}}@media (max-width:480px){.tenant-view-module__bDEEcW__heroSection{gap:.75rem;padding:1rem}.tenant-view-module__bDEEcW__tenantLogo{width:60px;height:60px}.tenant-view-module__bDEEcW__tenantName{font-size:1rem}.tenant-view-module__bDEEcW__statsCard{margin:.75rem 1rem}}
.branch-module__ojQO3q__branchModal{background:var(--background);width:100%;min-width:0;max-width:520px;box-shadow:0 20px 25px -5px var(--box-shadow);border-radius:16px;flex-direction:column;height:fit-content;max-height:90dvh;padding:0;display:flex;overflow:hidden}.branch-module__ojQO3q__modalHeader{background-color:var(--header-color);border-bottom:1px solid var(--border-color);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.branch-module__ojQO3q__modalTitle{color:var(--pri-color-light);margin:0;font-size:1rem;font-weight:700}.branch-module__ojQO3q__closeHeaderBtn{color:var(--pri-color-light);opacity:.8;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;padding:6px;display:flex}.branch-module__ojQO3q__modalBody{-webkit-overflow-scrolling:touch;flex:1;overflow:hidden auto}.branch-module__ojQO3q__formFields{box-sizing:border-box;flex-direction:column;gap:1.25rem;width:100%;padding:1.25rem;display:flex}.branch-module__ojQO3q__fieldGroup{flex-direction:column;flex:1;gap:.4rem;display:flex}.branch-module__ojQO3q__fieldLabel{color:var(--soft-color);font-size:.8rem;font-weight:600}.branch-module__ojQO3q__rowFields{gap:.75rem;width:100%;display:flex}.branch-module__ojQO3q__readOnlyText{color:var(--dim-color);font-size:.8rem;font-weight:600}.branch-module__ojQO3q__auditHighlight{background:var(--hover-color);border:1px solid var(--border-color);border-radius:10px;padding:.8rem}.branch-module__ojQO3q__auditContainer{flex-direction:column;gap:.5rem;display:flex}.branch-module__ojQO3q__auditItem{justify-content:space-between;align-items:center;display:flex}.branch-module__ojQO3q__auditLabel{color:var(--soft-color);font-size:.75rem;font-weight:500}.branch-module__ojQO3q__auditValue{color:var(--pri-color);font-size:.8rem;font-weight:600}.branch-module__ojQO3q__buttonActionFooter{background:var(--hover-color);border-top:1px solid var(--border-color);box-sizing:border-box;flex-shrink:0;gap:.75rem;width:100%;padding:1rem 1.25rem;display:flex}.branch-module__ojQO3q__buttonActionFooter>*{flex:1}@media (max-width:640px){.branch-module__ojQO3q__branchModal{max-width:95dvw}}@media (max-width:480px){.branch-module__ojQO3q__formFields{gap:1rem;padding:1rem}.branch-module__ojQO3q__rowFields{flex-direction:row}}
.processing-component-module__mOgQsq__processingBody{background-color:var(--popup-color);border-radius:16px;flex-direction:column;width:100%;max-width:350px;height:fit-content;padding:1rem;display:flex;position:relative}.processing-component-module__mOgQsq__processingHeader{justify-content:flex-end;margin-bottom:-.5rem;display:flex}.processing-component-module__mOgQsq__closeHeaderBtn{color:var(--dim-color);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:background-color .2s;display:flex}.processing-component-module__mOgQsq__closeHeaderBtn:hover{background-color:var(--hover-color);color:var(--error-color)}.processing-component-module__mOgQsq__paymentStages{align-items:center;gap:1rem;margin-bottom:1.5rem;padding-right:24px;display:flex}.processing-component-module__mOgQsq__stageIcon{width:44px;height:44px;color:var(--primary-color);flex-shrink:0}.processing-component-module__mOgQsq__spinning{animation:1s linear infinite processing-component-module__mOgQsq__spin}.processing-component-module__mOgQsq__successIcon{color:var(--success-color)}.processing-component-module__mOgQsq__errorIcon{color:var(--error-color)}.processing-component-module__mOgQsq__stageContent{flex:1}.processing-component-module__mOgQsq__stageTitle{color:var(--pri-color);margin:0;font-size:1.125rem;font-weight:700}.processing-component-module__mOgQsq__stageDescription{color:var(--soft-color);margin-top:.25rem;font-size:.875rem}.processing-component-module__mOgQsq__processingContent{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:1rem 0;display:flex}.processing-component-module__mOgQsq__mainHint{color:var(--pri-color);margin-bottom:.5rem;font-weight:600}.processing-component-module__mOgQsq__processingHint{color:var(--dim-color);font-size:.875rem}.processing-component-module__mOgQsq__resultContent{flex-direction:column;gap:1.5rem;width:100%;display:flex}.processing-component-module__mOgQsq__dataSummary{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.processing-component-module__mOgQsq__resultAmount,.processing-component-module__mOgQsq__resultPhone{background:var(--hover-color);text-align:center;border:1px solid var(--border-color);color:var(--pri-color);border-radius:8px;padding:.5rem .75rem;font-size:.875rem;font-weight:600}.processing-component-module__mOgQsq__actionButtons{gap:.75rem;padding-top:.5rem;display:flex}.processing-component-module__mOgQsq__closeContainer{justify-content:center;margin-top:auto;padding-top:1.5rem;display:flex}@media (max-width:480px){.processing-component-module__mOgQsq__processingBody{max-width:85vw;padding:1.25rem}.processing-component-module__mOgQsq__dataSummary{grid-template-columns:1fr}.processing-component-module__mOgQsq__actionButtons{flex-direction:column}}@keyframes processing-component-module__mOgQsq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.page-header-module__GNm_Hq__pageHeader{justify-content:space-between;align-items:center;gap:1.5rem;width:100%;padding-bottom:1.25rem;display:flex}.page-header-module__GNm_Hq__titleSection{flex:1;min-width:0}.page-header-module__GNm_Hq__titleWithBadge{align-items:center;gap:.75rem;display:flex}.page-header-module__GNm_Hq__pageTitle{color:var(--pri-color);letter-spacing:-.025em;font-size:1.5rem;font-weight:700}.page-header-module__GNm_Hq__countBadge{background:var(--pri-color);color:var(--pri-color);border-radius:2rem;padding:.25rem .625rem;font-size:.75rem;font-weight:600}.page-header-module__GNm_Hq__pageSubtitle{color:var(--dim-color);white-space:nowrap;text-overflow:ellipsis;margin-top:.35rem;font-size:.875rem;overflow:hidden}.page-header-module__GNm_Hq__headerActions{flex-shrink:0;align-items:center;gap:1rem;display:flex}.page-header-module__GNm_Hq__filterSection{gap:.7rem;min-width:160px;display:flex}.page-header-module__GNm_Hq__periodSelectContainer{margin-bottom:0!important}.page-header-module__GNm_Hq__buttonGroup{align-items:center;gap:.5rem;display:flex}.page-header-module__GNm_Hq__actionButton{min-width:fit-content}.page-header-module__GNm_Hq__primaryButton{white-space:nowrap}@media (max-width:1024px){.page-header-module__GNm_Hq__pageHeader{flex-direction:column;align-items:flex-start;gap:1.25rem}.page-header-module__GNm_Hq__titleSection,.page-header-module__GNm_Hq__headerActions{width:100%}.page-header-module__GNm_Hq__headerActions{flex-direction:row;justify-content:space-between}}@media (max-width:768px){.page-header-module__GNm_Hq__headerActions{flex-direction:column;gap:.75rem}.page-header-module__GNm_Hq__filterSection,.page-header-module__GNm_Hq__buttonGroup{width:100%}.page-header-module__GNm_Hq__buttonGroup{grid-template-columns:auto auto 1fr;gap:.75rem;display:grid}.page-header-module__GNm_Hq__primaryButton{width:100%}}@media (max-width:480px){.page-header-module__GNm_Hq__pageTitle{font-size:1.25rem}.page-header-module__GNm_Hq__buttonGroup{grid-template-columns:1fr 1fr}.page-header-module__GNm_Hq__primaryButton{grid-column:span 2}}
.tenant-filters-module__YuzGsa__filterCard{background:var(--popup-color);border:1px solid var(--border-color);box-shadow:0 1px 3px var(--box-shadow);border-radius:12px;flex-direction:column;gap:.1rem;width:100%;margin-bottom:1rem;padding:1.25rem;transition:box-shadow .2s;display:flex}.tenant-filters-module__YuzGsa__filterCard:hover{box-shadow:0 4px 6px -1px var(--box-shadow)}.tenant-filters-module__YuzGsa__topSection{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.tenant-filters-module__YuzGsa__searchWrapper{flex:1;min-width:300px}.tenant-filters-module__YuzGsa__fullWidthSearch{width:100%}.tenant-filters-module__YuzGsa__dropdownGroup{align-items:center;gap:.75rem;display:flex}.tenant-filters-module__YuzGsa__selectContainer{flex:auto;min-width:160px;position:relative}.tenant-filters-module__YuzGsa__bottomSection{justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.tenant-filters-module__YuzGsa__datePickerContainer{align-items:center;gap:.75rem;display:flex}.tenant-filters-module__YuzGsa__calendarIconWrapper{background:var(--hover-color);color:#10b981;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.tenant-filters-module__YuzGsa__calendarIcon{color:#10b981}.tenant-filters-module__YuzGsa__dateInputs{align-items:center;gap:.5rem;display:flex}.tenant-filters-module__YuzGsa__dateSeparator{color:var(--border-color);font-weight:300}.tenant-filters-module__YuzGsa__infoBadge{background-color:var(--hover-color);color:var(--success-color);border-radius:20px;align-items:center;gap:.5rem;margin-left:.5rem;padding:.2rem .75rem;display:flex}.tenant-filters-module__YuzGsa__infoBadge p{margin:0;font-size:.75rem;font-weight:500}@media (max-width:768px){.tenant-filters-module__YuzGsa__topSection{flex-direction:column;align-items:stretch}.tenant-filters-module__YuzGsa__locationWrapper{margin-left:0}.tenant-filters-module__YuzGsa__dateSeparator,.tenant-filters-module__YuzGsa__calendarIconWrapper{display:none}.tenant-filters-module__YuzGsa__bottomSection{flex-direction:column;align-items:flex-start;gap:1rem}.tenant-filters-module__YuzGsa__dateInputs{flex-wrap:wrap}}
.stats-card-module__zYAcua__statsCard{background-color:var(--popup-color);border:1px solid var(--border-color);box-shadow:0 1px 2px 0 var(--box-shadow);border-radius:.5rem;width:100%;padding:.6rem .8rem;transition:transform .2s,box-shadow .2s}.stats-card-module__zYAcua__statsCard:hover{box-shadow:0 4px 6px -1px var(--box-shadow);transform:translateY(-1px)}.stats-card-module__zYAcua__statsCardContent{flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;padding:.25rem 0;display:flex}.stats-card-module__zYAcua__statsMetaTitle{color:var(--dim-color);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.65rem;font-weight:700;overflow:hidden}.stats-card-module__zYAcua__statsMetaValue{color:var(--pri-color);margin-top:.1rem;font-size:1.15rem;font-weight:700;line-height:1.2}.stats-card-module__zYAcua__iconWrapper{border:1px solid #0000;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.stats-card-module__zYAcua__blue{color:#2563eb;background-color:#eff6ff;border-color:#dbeafe}.stats-card-module__zYAcua__green{color:#16a34a;background-color:#f0fdf4;border-color:#dcfce7}.stats-card-module__zYAcua__purple{color:#9333ea;background-color:#faf5ff;border-color:#f3e8ff}.stats-card-module__zYAcua__orange{color:#ea580c;background-color:#fff7ed;border-color:#ffedd5}.stats-card-module__zYAcua__red{color:#dc2626;background-color:#fef2f2;border-color:#fee2e2}.stats-card-module__zYAcua__gray{color:#4b5563;background-color:#f9fafb;border-color:#f3f4f6}.dark .stats-card-module__zYAcua__blue{color:#60a5fa;background-color:#1e3a8a33;border-color:#1e3a8a80}.dark .stats-card-module__zYAcua__green{color:#4ade80;background-color:#064e3b33;border-color:#064e3b80}.dark .stats-card-module__zYAcua__purple{color:#c084fc;background-color:#581c8733;border-color:#581c8780}.dark .stats-card-module__zYAcua__orange{color:#fb923c;background-color:#7c2d1233;border-color:#7c2d1280}.dark .stats-card-module__zYAcua__red{color:#f87171;background-color:#7f1d1d33;border-color:#7f1d1d80}.dark .stats-card-module__zYAcua__gray{color:#9ca3af;background-color:#1f293766;border-color:#37415180}
.tenant-sidebar-module__bvAi2q__sidebarContainer{flex-direction:column;gap:1.75rem;padding:.5rem;display:flex}.tenant-sidebar-module__bvAi2q__section{flex-direction:column;gap:1.25rem;display:flex}.tenant-sidebar-module__bvAi2q__sectionHeader{color:var(--dim-color);align-items:center;gap:.625rem;display:flex}.tenant-sidebar-module__bvAi2q__sectionTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--dim-color);font-size:.75rem;font-weight:800}.tenant-sidebar-module__bvAi2q__categoryGrid{grid-template-columns:1fr;gap:.75rem;display:grid}@media (min-width:1024px){.tenant-sidebar-module__bvAi2q__categoryGrid{grid-template-columns:repeat(2,1fr)}.tenant-sidebar-module__bvAi2q__fullWidthCategory{grid-column:1/-1}}.tenant-sidebar-module__bvAi2q__categoryItem{background-color:var(--popup-color);border:1px solid var(--border-color);border-radius:10px;justify-content:space-between;align-items:center;padding:.75rem;transition:transform .2s,box-shadow .2s;display:flex}.tenant-sidebar-module__bvAi2q__categoryItem:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.tenant-sidebar-module__bvAi2q__categoryMain{align-items:center;gap:.75rem;display:flex}.tenant-sidebar-module__bvAi2q__colorDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.tenant-sidebar-module__bvAi2q__categoryInfo{flex-direction:column;display:flex}.tenant-sidebar-module__bvAi2q__categoryName{color:var(--pri-color);font-size:.813rem;font-weight:700;line-height:1.2}.tenant-sidebar-module__bvAi2q__categoryCount{color:var(--dim-color-light);font-size:.7rem;font-weight:500}.tenant-sidebar-module__bvAi2q__categoryStats{flex-direction:column;align-items:flex-end;display:flex}.tenant-sidebar-module__bvAi2q__categoryValue{color:var(--primary-color);font-size:.813rem;font-weight:800}.tenant-sidebar-module__bvAi2q__statusGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.tenant-sidebar-module__bvAi2q__marginCard{background:var(--popup-color);border:1px solid var(--border-color);border-radius:14px;padding:1.25rem}.tenant-sidebar-module__bvAi2q__marginMain{justify-content:space-between;align-items:baseline;margin-bottom:1rem;display:flex}.tenant-sidebar-module__bvAi2q__marginLabel{color:var(--soft-color);font-size:.813rem;font-weight:600}.tenant-sidebar-module__bvAi2q__marginTotalValue{color:var(--pri-color);letter-spacing:-.02em;font-size:1rem;font-weight:900}.tenant-sidebar-module__bvAi2q__marginProgressBar{background:var(--soft-color-light);border-radius:10px;width:100%;height:8px;margin-bottom:1.25rem;overflow:hidden}.tenant-sidebar-module__bvAi2q__marginProgressFill{background:linear-gradient(90deg, var(--secondary-color-light), var(--primary-color));border-radius:10px;height:100%}.tenant-sidebar-module__bvAi2q__marginDistribution{border-top:1px dashed var(--border-color);justify-content:space-between;padding-top:1rem;display:flex}.tenant-sidebar-module__bvAi2q__distItem{flex-direction:column;align-items:center;gap:.25rem;display:flex}.tenant-sidebar-module__bvAi2q__distLabel{text-transform:uppercase;color:var(--dim-color-light);font-size:.6rem;font-weight:800}.tenant-sidebar-module__bvAi2q__distValue{color:var(--pri-color);font-size:.875rem;font-weight:700}.tenant-sidebar-module__bvAi2q__actionGrid{flex-direction:column;gap:.75rem;display:flex}.tenant-sidebar-module__bvAi2q__secondaryActions{gap:.75rem;display:flex}.tenant-sidebar-module__bvAi2q__bgBlue{background-color:#3b82f6}.tenant-sidebar-module__bvAi2q__bgGreen{background-color:#10b981}.tenant-sidebar-module__bvAi2q__bgPurple{background-color:#8b5cf6}.tenant-sidebar-module__bvAi2q__bgOrange{background-color:#f59e0b}.tenant-sidebar-module__bvAi2q__bgIndigo{background-color:#6366f1}
.unauthorized-module__Z5JXxa__container{background:var(--background);text-align:center;justify-content:center;align-items:center;min-height:100%;padding:1.5rem;display:flex}.unauthorized-module__Z5JXxa__wrapper{width:100%;max-width:500px}.unauthorized-module__Z5JXxa__iconBox{color:#ef4444;background-color:#fee2e2;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 2rem;display:flex}.unauthorized-module__Z5JXxa__title{color:var(--pri-color);letter-spacing:-.05em;margin-bottom:1rem;font-size:clamp(2.2rem,3vw,2.3rem);font-weight:600;line-height:1}.unauthorized-module__Z5JXxa__message{color:var(--dim-color);margin-bottom:2.5rem;font-size:1rem;line-height:1.5}.unauthorized-module__Z5JXxa__actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.unauthorized-module__Z5JXxa__footer{border-top:1px solid var(--border-color);color:var(--dim-color-light);margin-top:4rem;padding-top:2rem;font-size:.875rem}
.user-filters-module__rITSca__filterCard{background:var(--popup-color);border:1px solid var(--border-color);box-shadow:0 1px 3px var(--box-shadow);border-radius:12px;flex-direction:column;gap:.1rem;width:100%;margin-bottom:1rem;padding:1.25rem;transition:box-shadow .2s;display:flex}.user-filters-module__rITSca__filterCard:hover{box-shadow:0 4px 6px -1px var(--box-shadow)}.user-filters-module__rITSca__topSection{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.user-filters-module__rITSca__searchWrapper{flex:1;min-width:300px}.user-filters-module__rITSca__fullWidthSearch{width:100%}.user-filters-module__rITSca__dropdownGroup{align-items:center;gap:.75rem;display:flex}.user-filters-module__rITSca__selectContainer{flex:auto;min-width:160px;position:relative}.user-filters-module__rITSca__bottomSection{justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.user-filters-module__rITSca__datePickerContainer{align-items:center;gap:.75rem;display:flex}.user-filters-module__rITSca__calendarIconWrapper{background:var(--hover-color);color:#10b981;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.user-filters-module__rITSca__calendarIcon{color:#10b981}.user-filters-module__rITSca__dateInputs{align-items:center;gap:.5rem;display:flex}.user-filters-module__rITSca__dateSeparator{color:var(--border-color);font-weight:300}.user-filters-module__rITSca__infoBadge{background-color:var(--hover-color);color:var(--success-color);border-radius:20px;align-items:center;gap:.5rem;margin-left:.5rem;padding:.2rem .75rem;display:flex}.user-filters-module__rITSca__infoBadge p{margin:0;font-size:.75rem;font-weight:500}@media (max-width:768px){.user-filters-module__rITSca__topSection{flex-direction:column;align-items:stretch}.user-filters-module__rITSca__locationWrapper{margin-left:0}.user-filters-module__rITSca__dateSeparator,.user-filters-module__rITSca__calendarIconWrapper{display:none}.user-filters-module__rITSca__bottomSection{flex-direction:column;align-items:flex-start;gap:1rem}.user-filters-module__rITSca__dateInputs{flex-wrap:wrap}}
.user-sidebar-module__4IWnYG__sidebarContainer{flex-direction:column;gap:1.75rem;padding:.5rem;display:flex}.user-sidebar-module__4IWnYG__section{flex-direction:column;gap:1.25rem;display:flex}.user-sidebar-module__4IWnYG__sectionHeader{color:var(--dim-color);align-items:center;gap:.625rem;display:flex}.user-sidebar-module__4IWnYG__sectionTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--dim-color);font-size:.75rem;font-weight:800}.user-sidebar-module__4IWnYG__categoryGrid{grid-template-columns:1fr;gap:.75rem;display:grid}@media (min-width:1024px){.user-sidebar-module__4IWnYG__categoryGrid{grid-template-columns:repeat(2,1fr)}.user-sidebar-module__4IWnYG__fullWidthCategory{grid-column:1/-1}}.user-sidebar-module__4IWnYG__categoryItem{background-color:var(--popup-color);border:1px solid var(--border-color);border-radius:10px;justify-content:space-between;align-items:center;padding:.75rem;transition:transform .2s,box-shadow .2s;display:flex}.user-sidebar-module__4IWnYG__categoryItem:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.user-sidebar-module__4IWnYG__categoryMain{align-items:center;gap:.75rem;display:flex}.user-sidebar-module__4IWnYG__colorDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.user-sidebar-module__4IWnYG__categoryInfo{flex-direction:column;display:flex}.user-sidebar-module__4IWnYG__categoryName{color:var(--pri-color);font-size:.813rem;font-weight:700;line-height:1.2}.user-sidebar-module__4IWnYG__categoryCount{color:var(--dim-color-light);font-size:.7rem;font-weight:500}.user-sidebar-module__4IWnYG__categoryStats{flex-direction:column;align-items:flex-end;display:flex}.user-sidebar-module__4IWnYG__categoryValue{color:var(--primary-color);font-size:.813rem;font-weight:800}.user-sidebar-module__4IWnYG__statusGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.user-sidebar-module__4IWnYG__marginCard{background:var(--popup-color);border:1px solid var(--border-color);border-radius:14px;padding:1.25rem}.user-sidebar-module__4IWnYG__marginMain{justify-content:space-between;align-items:baseline;margin-bottom:1rem;display:flex}.user-sidebar-module__4IWnYG__marginLabel{color:var(--soft-color);font-size:.813rem;font-weight:600}.user-sidebar-module__4IWnYG__marginTotalValue{color:var(--pri-color);letter-spacing:-.02em;font-size:1rem;font-weight:900}.user-sidebar-module__4IWnYG__marginProgressBar{background:var(--soft-color-light);border-radius:10px;width:100%;height:8px;margin-bottom:1.25rem;overflow:hidden}.user-sidebar-module__4IWnYG__marginProgressFill{background:linear-gradient(90deg, var(--secondary-color-light), var(--primary-color));border-radius:10px;height:100%}.user-sidebar-module__4IWnYG__marginDistribution{border-top:1px dashed var(--border-color);justify-content:space-between;padding-top:1rem;display:flex}.user-sidebar-module__4IWnYG__distItem{flex-direction:column;align-items:center;gap:.25rem;display:flex}.user-sidebar-module__4IWnYG__distLabel{text-transform:uppercase;color:var(--dim-color-light);font-size:.6rem;font-weight:800}.user-sidebar-module__4IWnYG__distValue{color:var(--pri-color);font-size:.875rem;font-weight:700}.user-sidebar-module__4IWnYG__actionGrid{flex-direction:column;gap:.75rem;display:flex}.user-sidebar-module__4IWnYG__secondaryActions{gap:.75rem;display:flex}.user-sidebar-module__4IWnYG__auditBtn{color:var(--dim-color)!important;justify-content:space-between!important;font-size:.75rem!important;font-weight:700!important}.user-sidebar-module__4IWnYG__bgBlue{background-color:#3b82f6}.user-sidebar-module__4IWnYG__bgGreen{background-color:#10b981}.user-sidebar-module__4IWnYG__bgPurple{background-color:#8b5cf6}.user-sidebar-module__4IWnYG__bgOrange{background-color:#f59e0b}.user-sidebar-module__4IWnYG__bgRed{background-color:#ef4444}.user-sidebar-module__4IWnYG__bgIndigo{background-color:#6366f1}
.users-module__WZwgUG__container{background-color:var(--background);flex-direction:column;gap:.8rem;min-height:100vh;padding:.5rem 1rem 1rem;display:flex}.users-module__WZwgUG__statsGrid{grid-template-columns:repeat(4,1fr);gap:.8rem;display:grid}.users-module__WZwgUG__statsEmptyState{background:var(--popup-color);border:1px solid var(--border-color);text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.5rem;display:flex}.users-module__WZwgUG__emptyIconWrapper{background:var(--hover-color);width:60px;height:60px;color:var(--dim-color);border-radius:50%;justify-content:center;align-items:center;display:flex}.users-module__WZwgUG__emptyTextContent h3{color:var(--pri-color);margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.users-module__WZwgUG__emptyTextContent p{color:var(--dim-color);font-size:.9rem}.users-module__WZwgUG__contentLayout{flex-direction:column;gap:1rem;display:flex}.users-module__WZwgUG__mainContent{flex-direction:column;gap:1.25rem;min-width:0;display:flex}.users-module__WZwgUG__tableCard{background:var(--background);border:1px solid var(--border-color);box-shadow:0 1px 3px var(--box-shadow);border-radius:12px;overflow:hidden}.users-module__WZwgUG__sidebarWrapper{flex-direction:column;gap:1.25rem;display:flex;position:sticky;top:1.5rem}.users-module__WZwgUG__userRoleList{flex-direction:column;gap:.5rem;display:flex}@media (max-width:1280px){.users-module__WZwgUG__sidebarWrapper{position:static}}@media (max-width:1024px){.users-module__WZwgUG__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.users-module__WZwgUG__statsGrid{gap:.8rem}}@media (max-width:480px){.users-module__WZwgUG__container{padding:0 1rem 1rem}.users-module__WZwgUG__statsGrid{grid-template-columns:1fr;gap:.5rem}}
.tenants-module__S7hS9q__container{background-color:var(--background);flex-direction:column;gap:.8rem;min-height:100vh;padding:.5rem 1rem 1rem;display:flex}.tenants-module__S7hS9q__statsGrid{grid-template-columns:repeat(4,1fr);gap:.8rem;display:grid}.tenants-module__S7hS9q__statsEmptyState{background:var(--popup-color);border:1px solid var(--border-color);text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.5rem;display:flex}.tenants-module__S7hS9q__emptyIconWrapper{background:var(--hover-color);width:60px;height:60px;color:var(--dim-color);border-radius:50%;justify-content:center;align-items:center;display:flex}.tenants-module__S7hS9q__emptyTextContent h3{color:var(--pri-color);margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.tenants-module__S7hS9q__emptyTextContent p{color:var(--dim-color);font-size:.9rem}.tenants-module__S7hS9q__contentLayout{flex-direction:column;gap:1rem;display:flex}.tenants-module__S7hS9q__mainContent{flex-direction:column;gap:1.25rem;min-width:0;display:flex}.tenants-module__S7hS9q__tableCard{background:var(--background);border:1px solid var(--border-color);box-shadow:0 1px 3px var(--box-shadow);border-radius:12px;overflow:hidden}.tenants-module__S7hS9q__sidebarWrapper{flex-direction:column;gap:1.25rem;display:flex;position:sticky;top:1.5rem}.tenants-module__S7hS9q__userRoleList{flex-direction:column;gap:.5rem;display:flex}@media (max-width:1280px){.tenants-module__S7hS9q__sidebarWrapper{position:static}}@media (max-width:1024px){.tenants-module__S7hS9q__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.tenants-module__S7hS9q__statsGrid{gap:.8rem}}@media (max-width:480px){.tenants-module__S7hS9q__container{padding:0 1rem 1rem}.tenants-module__S7hS9q__statsGrid{grid-template-columns:1fr;gap:.5rem}}
.dashboard-analytics-module__jwG3Na__dashboardContainer{flex-direction:column;gap:1rem;padding-bottom:2rem;display:flex}.dashboard-analytics-module__jwG3Na__analyticsGridPrimary,.dashboard-analytics-module__jwG3Na__analyticsGridSecondary{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.dashboard-analytics-module__jwG3Na__chartSection,.dashboard-analytics-module__jwG3Na__tableSection{background:var(--background);box-shadow:0 1px 3px var(--box-shadow), 0 1px 2px var(--box-shadow);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;flex-grow:1;flex-basis:0;min-width:0;padding:1.5rem;display:flex}.dashboard-analytics-module__jwG3Na__tableSection{gap:1rem}.dashboard-analytics-module__jwG3Na__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dashboard-analytics-module__jwG3Na__chartSection h3,.dashboard-analytics-module__jwG3Na__tableSection h3{color:var(--primary-color);margin:0;font-size:1rem;font-weight:600}.dashboard-analytics-module__jwG3Na__badge{background:var(--secondary-color);color:var(--pri-color-light);border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:500}@media (max-width:767px){.dashboard-analytics-module__jwG3Na__chartSection,.dashboard-analytics-module__jwG3Na__tableSection{padding-left:.7rem;padding-right:.7rem}}@media (max-width:1200px){.dashboard-analytics-module__jwG3Na__analyticsGridPrimary,.dashboard-analytics-module__jwG3Na__analyticsGridSecondary{grid-template-columns:1fr}}
