.AdminGuard-module__Q2S6fG__splashContainer{background:var(--surface-page,#fafafc);z-index:99999;width:100vw;height:100vh;font-family:var(--font-family-base,sans-serif);flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0}.AdminGuard-module__Q2S6fG__topProgressBar{background:#f1f2f4;height:2.5px;position:absolute;top:0;left:0;right:0;overflow:hidden}.AdminGuard-module__Q2S6fG__topProgressFill{background:var(--color-orange,#fd5729);height:100%;animation:1.5s cubic-bezier(.65,0,.35,1) infinite AdminGuard-module__Q2S6fG__nprogress;position:absolute;top:0;bottom:0;box-shadow:0 0 10px #fd572980}@keyframes AdminGuard-module__Q2S6fG__nprogress{0%{width:35%;left:-35%}60%{width:60%;left:40%}to{width:35%;left:100%}}.AdminGuard-module__Q2S6fG__centerContent{flex-direction:column;align-items:center;gap:12px;animation:.2s ease-out AdminGuard-module__Q2S6fG__fadeIn;display:flex}.AdminGuard-module__Q2S6fG__brandLogo{object-fit:contain;opacity:.95;width:auto;height:32px;animation:2s ease-in-out infinite AdminGuard-module__Q2S6fG__logoPulse}.AdminGuard-module__Q2S6fG__statusText{color:#64748b;letter-spacing:-.01em;margin:0;font-size:13px;font-weight:500}@keyframes AdminGuard-module__Q2S6fG__logoPulse{0%,to{opacity:.95;transform:scale(1)}50%{opacity:.7;transform:scale(.985)}}@keyframes AdminGuard-module__Q2S6fG__fadeIn{0%{opacity:0}to{opacity:1}}
.IconButton-module-scss-module__tiTrCG__button{color:var(--text-primary,#23222a);cursor:pointer;background:0 0;border:1px solid #00000014;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:inline-flex}.IconButton-module-scss-module__tiTrCG__button:hover{color:var(--accent,#fd5729);border-color:#fd572940}
.Modal-module__Ro-5Wq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a99;justify-content:center;align-items:center;padding:1rem;animation:.15s ease-out Modal-module__Ro-5Wq__fadeIn;display:flex;position:fixed;inset:0}.Modal-module__Ro-5Wq__modal{background:var(--surface-card);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);border:1px solid var(--border-subtle);flex-direction:column;width:100%;max-width:520px;max-height:90vh;animation:.2s cubic-bezier(.16,1,.3,1) Modal-module__Ro-5Wq__slideUp;display:flex;overflow:hidden}.Modal-module__Ro-5Wq__header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.Modal-module__Ro-5Wq__header h2{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:700}.Modal-module__Ro-5Wq__closeBtn{color:var(--text-secondary);border-radius:var(--radius-xs);background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;font-size:1.25rem;display:flex}.Modal-module__Ro-5Wq__closeBtn:hover{background:var(--surface-subtle);color:var(--text-primary)}.Modal-module__Ro-5Wq__body{color:var(--text-primary);padding:1.25rem;font-size:.9375rem;overflow-y:auto}.Modal-module__Ro-5Wq__footer{background:var(--color-gray-50);border-top:1px solid var(--border-subtle);justify-content:flex-end;align-items:center;gap:.75rem;padding:.875rem 1.25rem;display:flex}.Modal-module__Ro-5Wq__cancelBtn{border:1px solid var(--border-strong);color:var(--text-primary);border-radius:var(--radius-sm);background:#fff;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.Modal-module__Ro-5Wq__cancelBtn:hover{background:var(--surface-subtle)}.Modal-module__Ro-5Wq__submitBtn{background:var(--color-orange);color:#fff;border-radius:var(--radius-sm);border:none;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600}.Modal-module__Ro-5Wq__submitBtn:hover{background:var(--color-orange-hover)}.Modal-module__Ro-5Wq__dangerBtn{background:var(--color-danger);color:#fff;border-radius:var(--radius-sm);border:none;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600}.Modal-module__Ro-5Wq__dangerBtn:hover{opacity:.9}@media (max-width:768px){.Modal-module__Ro-5Wq__overlay{padding:.75rem}.Modal-module__Ro-5Wq__header,.Modal-module__Ro-5Wq__body{padding:1rem}.Modal-module__Ro-5Wq__footer{padding:.75rem 1rem}}@keyframes Modal-module__Ro-5Wq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__Ro-5Wq__slideUp{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}
.InputShell-module-scss-module__DQ5UtW__field{width:100%}.InputShell-module-scss-module__DQ5UtW__shell{background:#f4f5f6;border:1px solid #e5e7eb;align-items:center;gap:8px;width:100%;transition:all .15s;display:flex;overflow:hidden}.InputShell-module-scss-module__DQ5UtW__rounded{border-radius:30px}.InputShell-module-scss-module__DQ5UtW__edgy{border-radius:10px}.InputShell-module-scss-module__DQ5UtW__shell:focus-within{border-color:#fd572959;box-shadow:0 0 0 3px #fd57291f}.InputShell-module-scss-module__DQ5UtW__sm{height:38px;min-height:38px;padding:0 10px}.InputShell-module-scss-module__DQ5UtW__sm input,.InputShell-module-scss-module__DQ5UtW__sm select{font-size:13px!important}.InputShell-module-scss-module__DQ5UtW__md{height:44px;min-height:44px;padding:0 12px}.InputShell-module-scss-module__DQ5UtW__md input,.InputShell-module-scss-module__DQ5UtW__md select{font-size:14px!important}.InputShell-module-scss-module__DQ5UtW__lg{height:52px;min-height:52px;padding:0 14px}.InputShell-module-scss-module__DQ5UtW__lg input,.InputShell-module-scss-module__DQ5UtW__lg select{font-size:15px!important}.InputShell-module-scss-module__DQ5UtW__shell input,.InputShell-module-scss-module__DQ5UtW__shell select{color:var(--text-primary,#23222a);font-family:var(--font-family-base,sans-serif);background:0 0;border:none;outline:none}.InputShell-module-scss-module__DQ5UtW__shell input{flex:1;height:100%;padding:0;font-size:14px}.InputShell-module-scss-module__DQ5UtW__shell input::placeholder{color:var(--text-secondary,#858599);font-weight:500}.InputShell-module-scss-module__DQ5UtW__shell select{width:auto;height:100%;padding-left:0;font-size:14px}.InputShell-module-scss-module__DQ5UtW__help{color:#7d8088;margin:7px 0 20px;font-size:10px;font-style:italic}.InputShell-module-scss-module__DQ5UtW__trailingAction{flex-shrink:0;align-items:center;gap:0;display:flex}.InputShell-module-scss-module__DQ5UtW__divider{background:var(--color-gray-line);width:1px;height:20px;margin-right:10px;display:block}@media (max-width:768px){.InputShell-module-scss-module__DQ5UtW__shell input,.InputShell-module-scss-module__DQ5UtW__shell select{font-size:12px!important}}
.Button-module-scss-module__Ln60dq__button{box-shadow:none;cursor:pointer;min-height:46px;transition:var(--transition-base,.15s all ease);white-space:nowrap;border:0;justify-content:center;align-items:center;gap:5px;padding:13px 20px;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex;position:relative}.Button-module-scss-module__Ln60dq__button:hover{transform:translateY(-1px)}.Button-module-scss-module__Ln60dq__pill{border-radius:30px}.Button-module-scss-module__Ln60dq__field{border-radius:10px}.Button-module-scss-module__Ln60dq__primary{background:var(--accent,#fd5729);color:var(--color-white,#fff)}.Button-module-scss-module__Ln60dq__primary:hover{background:#ff6439;box-shadow:0 4px 14px #fd572940}.Button-module-scss-module__Ln60dq__secondary{background:var(--surface-accent,#fff5f3);color:var(--accent,#fd5729)}.Button-module-scss-module__Ln60dq__secondary:hover{color:var(--accent,#fd5729);background:#ffebe6}.Button-module-scss-module__Ln60dq__surface{color:var(--text-primary,#23222a);background:#fff;border:1px solid #e2e8f0}.Button-module-scss-module__Ln60dq__surface:hover{color:var(--text-primary,#23222a);background:#f8fafc;border-color:#cbd5e1;box-shadow:0 2px 6px #0000000a}.Button-module-scss-module__Ln60dq__dark{background:var(--text-primary,#23222a);color:var(--surface-page,#fff)}.Button-module-scss-module__Ln60dq__dark:hover{color:var(--surface-page,#fff);background:#2f2e36}.Button-module-scss-module__Ln60dq__ink{color:#fff;background:#0f172a}.Button-module-scss-module__Ln60dq__ink:hover{color:#fff;background:#1e293b}.Button-module-scss-module__Ln60dq__success{background:var(--color-success,#80ed99);color:var(--color-ink,#23222a)}.Button-module-scss-module__Ln60dq__success:hover{background:#73d68a}.Button-module-scss-module__Ln60dq__danger{background:var(--color-danger,#e63946);color:#fff}.Button-module-scss-module__Ln60dq__danger:hover{background:#dc2626;box-shadow:0 4px 14px #dc262640}.Button-module-scss-module__Ln60dq__ghost{color:var(--text-primary,#23222a);background:0 0}.Button-module-scss-module__Ln60dq__ghost:hover{background:#0000000a}.Button-module-scss-module__Ln60dq__button:disabled:hover{box-shadow:none;transform:none}.Button-module-scss-module__Ln60dq__sm{min-height:36px;padding:8px 14px;font-size:13px}.Button-module-scss-module__Ln60dq__md{min-height:42px;padding:10px 18px}.Button-module-scss-module__Ln60dq__lg{min-height:50px;padding:0 24px}.Button-module-scss-module__Ln60dq__fullWidth{width:100%}.Button-module-scss-module__Ln60dq__icon{flex-shrink:0;align-items:center;display:inline-flex}.Button-module-scss-module__Ln60dq__label{align-items:center;display:inline-flex}.Button-module-scss-module__Ln60dq__content{justify-content:center;align-items:center;gap:5px;display:inline-flex}.Button-module-scss-module__Ln60dq__loading .Button-module-scss-module__Ln60dq__content{opacity:0}.Button-module-scss-module__Ln60dq__loadingSizer{visibility:hidden;justify-content:center;align-items:center;gap:10px;display:inline-flex}.Button-module-scss-module__Ln60dq__loadingContent{padding:inherit;justify-content:center;align-items:center;gap:10px;display:inline-flex;position:absolute;inset:0}.Button-module-scss-module__Ln60dq__loadingLabel{white-space:nowrap;align-items:center;line-height:1;display:inline-flex}.Button-module-scss-module__Ln60dq__spinner{align-items:center;display:inline-flex}.Button-module-scss-module__Ln60dq__spinner span{opacity:.45;border-radius:999px;width:10px;height:10px;animation:1s ease-in-out infinite Button-module-scss-module__Ln60dq__pulse;display:inline-block}.Button-module-scss-module__Ln60dq__spinnerPrimary span,.Button-module-scss-module__Ln60dq__spinnerDark span,.Button-module-scss-module__Ln60dq__spinnerDanger span{background:#fffffff2}.Button-module-scss-module__Ln60dq__spinnerSecondary span,.Button-module-scss-module__Ln60dq__spinnerGhost span{background:var(--text-primary,#23222a)}.Button-module-scss-module__Ln60dq__spinnerSurface span{background:var(--accent,#fd5729)}.Button-module-scss-module__Ln60dq__spinnerSuccess span{background:var(--color-ink,#23222a)}.Button-module-scss-module__Ln60dq__button:disabled{cursor:not-allowed;opacity:.65}@keyframes Button-module-scss-module__Ln60dq__pulse{0%,to{opacity:.35;transform:scale(.92)}50%{opacity:1;transform:scale(1.08)}}@media (max-width:768px){.Button-module-scss-module__Ln60dq__button{font-size:12px}}
.DataTable-module-scss-module__DiE67W__tableCard{background:#fff;border:1px solid #f1f2f4;border-radius:16px;flex-direction:column;margin-bottom:24px;display:flex;position:relative;overflow:visible;box-shadow:0 1px 3px #00000008,0 6px 16px #00000004}.DataTable-module-scss-module__DiE67W__cardHead{z-index:20;border-bottom:1px solid #f1f2f4;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:16px 20px;display:flex;position:relative}.DataTable-module-scss-module__DiE67W__headTitle{color:#1e293b;letter-spacing:-.01em;margin:0;font-size:15px;font-weight:700}.DataTable-module-scss-module__DiE67W__headSubtitle{color:#64748b;margin:2px 0 0;font-size:12px}.DataTable-module-scss-module__DiE67W__controls{z-index:25;align-items:center;gap:10px;display:flex;position:relative}.DataTable-module-scss-module__DiE67W__searchShellWrap{width:220px}.DataTable-module-scss-module__DiE67W__searchInputShell{background:#fafafa!important;border:1px solid #e2e8f0!important;border-radius:10px!important}.DataTable-module-scss-module__DiE67W__searchIcon{color:#94a3b8;flex-shrink:0}.DataTable-module-scss-module__DiE67W__filterWrap{z-index:30;position:relative}.DataTable-module-scss-module__DiE67W__filterBadge{background:var(--color-orange,#fd5729);color:#fff;border-radius:50%;justify-content:center;align-items:center;min-width:16px;height:16px;margin-left:4px;padding:0 4px;font-size:10px;font-weight:800;display:inline-flex}.DataTable-module-scss-module__DiE67W__filterPopover{z-index:100;background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:14px;width:290px;padding:16px;animation:.18s cubic-bezier(.16,1,.3,1) DataTable-module-scss-module__DiE67W__popoverFadeIn;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 36px -4px #00000024,0 4px 14px -2px #0000000f}@keyframes DataTable-module-scss-module__DiE67W__popoverFadeIn{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.DataTable-module-scss-module__DiE67W__filterPopoverHead{border-bottom:1px solid #f8fafc;justify-content:space-between;align-items:center;padding-bottom:4px;display:flex}.DataTable-module-scss-module__DiE67W__filterPopoverHead strong{color:#0f172a;letter-spacing:-.01em;font-size:13px;font-weight:700}.DataTable-module-scss-module__DiE67W__resetBtn{color:var(--color-orange,#fd5729);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:11.5px;font-weight:600;transition:background .15s}.DataTable-module-scss-module__DiE67W__resetBtn:hover{background:#fff5f3}.DataTable-module-scss-module__DiE67W__filterField{flex-direction:column;gap:6px;display:flex}.DataTable-module-scss-module__DiE67W__filterField label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:10.5px;font-weight:700}.DataTable-module-scss-module__DiE67W__filterField select{color:#1e293b;font-family:var(--font-family-base,sans-serif);appearance:none;cursor:pointer;background:#f8fafc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") right 10px center/12px no-repeat;border:1px solid #e2e8f0;border-radius:8px;outline:none;height:36px;padding:0 28px 0 10px;font-size:13px;font-weight:500;transition:all .15s}.DataTable-module-scss-module__DiE67W__filterField select:hover{background-color:#f1f5f9;border-color:#cbd5e1}.DataTable-module-scss-module__DiE67W__presetGroup{flex-wrap:wrap;gap:6px;max-height:120px;padding-top:2px;display:flex;overflow-y:auto}.DataTable-module-scss-module__DiE67W__presetPill{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600;transition:all .15s}.DataTable-module-scss-module__DiE67W__presetPill:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.DataTable-module-scss-module__DiE67W__presetPillActive{color:#fd5729;background:#fff5f3;border-color:#fd57294d}.DataTable-module-scss-module__DiE67W__presetPillActive:hover{color:#e04418;background:#ffebe6}.DataTable-module-scss-module__DiE67W__tableScroll{z-index:1;border-radius:0 0 16px 16px;width:100%;position:relative;overflow-x:auto}.DataTable-module-scss-module__DiE67W__table{border-collapse:collapse;width:100%;font-size:13px}.DataTable-module-scss-module__DiE67W__table th{color:#64748b;letter-spacing:.04em;text-align:left;text-transform:uppercase;-webkit-user-select:none;user-select:none;background:#fcfcfd;border-bottom:1px solid #f1f2f4;padding:11px 20px;font-size:11px;font-weight:600}.DataTable-module-scss-module__DiE67W__table th:last-child{text-align:right}.DataTable-module-scss-module__DiE67W__table td{color:#334155;vertical-align:middle;border-bottom:1px solid #f8fafc;padding:13px 20px;font-size:13px}.DataTable-module-scss-module__DiE67W__table tbody tr:last-child td{border-bottom:none}.DataTable-module-scss-module__DiE67W__table tbody tr:hover{background:#f8fafc}.DataTable-module-scss-module__DiE67W__actionTd{text-align:right}.DataTable-module-scss-module__DiE67W__actionTd>*{margin-left:auto}.DataTable-module-scss-module__DiE67W__clickableRow,.DataTable-module-scss-module__DiE67W__sortableTh{cursor:pointer}.DataTable-module-scss-module__DiE67W__sortableTh:hover{color:#0f172a;background:#f8fafc}.DataTable-module-scss-module__DiE67W__thContent{align-items:center;gap:6px;display:flex}.DataTable-module-scss-module__DiE67W__sortIcon{opacity:.35;color:#94a3b8;font-size:12px;transition:opacity .15s}.DataTable-module-scss-module__DiE67W__sortableTh:hover .DataTable-module-scss-module__DiE67W__sortIcon{opacity:.8}.DataTable-module-scss-module__DiE67W__sortIconActive{color:var(--color-orange,#fd5729);font-size:12px}.DataTable-module-scss-module__DiE67W__firstCell{align-items:center;gap:10px;display:flex}.DataTable-module-scss-module__DiE67W__firstCell strong{color:#0f172a;font-weight:600}.DataTable-module-scss-module__DiE67W__rowIcon{background:var(--color-orange-soft,#fff5f3);color:var(--color-orange,#fd5729);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;font-weight:700;display:inline-flex}.DataTable-module-scss-module__DiE67W__empty{color:#64748b;text-align:center;font-style:italic;padding:32px 20px!important}.DataTable-module-scss-module__DiE67W__paginationFooter{z-index:5;background:#fff;border-top:1px solid #f1f2f4;border-radius:0 0 16px 16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 20px;display:flex;position:relative}.DataTable-module-scss-module__DiE67W__paginationInfo{color:#64748b;font-size:12px}.DataTable-module-scss-module__DiE67W__paginationInfo strong{color:#0f172a;font-weight:600}.DataTable-module-scss-module__DiE67W__paginationControls{align-items:center;gap:14px;display:flex}.DataTable-module-scss-module__DiE67W__pageSizeSelect{color:#64748b;align-items:center;gap:8px;font-size:12px;display:flex}.DataTable-module-scss-module__DiE67W__pageSizeSelect select{color:var(--text-primary,#23222a);cursor:pointer;font-family:var(--font-family-base,sans-serif);appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") right 8px center/12px no-repeat;border:1px solid #e2e8f0;border-radius:10px;outline:none;align-items:center;height:36px;min-height:36px;padding:0 26px 0 10px;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.DataTable-module-scss-module__DiE67W__pageSizeSelect select:hover{background-color:#f8fafc;border-color:#cbd5e1}.DataTable-module-scss-module__DiE67W__pageButtons{align-items:center;gap:6px;display:flex}.DataTable-module-scss-module__DiE67W__pageIndicator{color:#0f172a;padding:0 4px;font-size:12px;font-weight:600}
.ActionableMetricGrid-module-scss-module__wEVHDW__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;width:100%;margin-top:1.25rem;margin-bottom:1.5rem;display:grid}@media (max-width:1100px){.ActionableMetricGrid-module-scss-module__wEVHDW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.ActionableMetricGrid-module-scss-module__wEVHDW__grid{grid-template-columns:1fr}}
.MetricCard-module-scss-module___KZgka__card{background:#fff;border:1px solid #f1f2f4;border-radius:14px;flex-direction:column;justify-content:space-between;height:100%;min-height:110px;padding:16px 20px;transition:all .15s;display:flex;box-shadow:0 1px 3px #00000008,0 4px 12px #00000004}.MetricCard-module-scss-module___KZgka__card:hover{border-color:#e2e8f0;box-shadow:0 4px 12px #0000000d}.MetricCard-module-scss-module___KZgka__header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.MetricCard-module-scss-module___KZgka__label{color:#64748b;letter-spacing:.01em;align-items:center;gap:6px;font-size:12px;font-weight:600;display:flex}.MetricCard-module-scss-module___KZgka__icon{color:var(--color-orange,#fd5729);display:inline-flex}.MetricCard-module-scss-module___KZgka__moreBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:2px;font-size:16px;display:inline-flex}.MetricCard-module-scss-module___KZgka__moreBtn:hover{color:#0f172a}.MetricCard-module-scss-module___KZgka__value{color:#0f172a;letter-spacing:-.02em;font-size:24px;font-weight:800;line-height:1.2}.MetricCard-module-scss-module___KZgka__detailRow{align-items:center;gap:4px;margin-top:6px;display:flex}.MetricCard-module-scss-module___KZgka__detail{font-size:12px;font-weight:600}.MetricCard-module-scss-module___KZgka__detailSuccess{color:#047857}.MetricCard-module-scss-module___KZgka__detailWarning{color:#b45309}.MetricCard-module-scss-module___KZgka__detailDanger{color:#dc2626}.MetricCard-module-scss-module___KZgka__detailInfo{color:#2563eb}.MetricCard-module-scss-module___KZgka__detailNeutral{color:#64748b}.MetricCard-module-scss-module___KZgka__trendUp{color:#047857;align-items:center;display:inline-flex}.MetricCard-module-scss-module___KZgka__trendDown{color:#dc2626;align-items:center;display:inline-flex}
.SelectControl-module-scss-module__Z_YSNG__select{appearance:none;color:#1e293b;cursor:pointer;font:inherit;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") right 10px center/12px no-repeat;border:1px solid #e2e8f0;border-radius:8px;outline:none;height:36px;padding:0 28px 0 12px;font-size:13px;font-weight:500;transition:all .15s;box-shadow:0 1px 2px #00000008}.SelectControl-module-scss-module__Z_YSNG__select:hover{background-color:#f8fafc;border-color:#cbd5e1}.SelectControl-module-scss-module__Z_YSNG__select:focus-visible{border-color:var(--color-orange,#fd5729);box-shadow:0 0 0 3px #fd572926}.SelectControl-module-scss-module__Z_YSNG__selectForm{height:52px;box-shadow:none;background-color:#f4f5f6;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23848599' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-position:right 14px center;background-size:14px;border-color:#e5e7eb;border-radius:10px;padding:0 36px 0 12px;font-size:16px}.SelectControl-module-scss-module__Z_YSNG__selectForm:hover{background-color:#ededf0;border-color:#cbd5e1}.SelectControl-module-scss-module__Z_YSNG__selectForm:focus-visible{border-color:#fd572959;box-shadow:0 0 0 3px #fd57291f}
.SideDrawer-module-scss-module__4SKW_W__overlay{-webkit-backdrop-filter:blur(4px);z-index:900;background:#0f172a66;animation:.2s cubic-bezier(.16,1,.3,1) SideDrawer-module-scss-module__4SKW_W__fadeIn;position:fixed;inset:0}.SideDrawer-module-scss-module__4SKW_W__drawer{z-index:910;background:#fff;flex-direction:column;width:min(500px,92vw);height:100vh;animation:.25s cubic-bezier(.16,1,.3,1) SideDrawer-module-scss-module__4SKW_W__slideIn;display:flex;position:fixed;top:0;right:0;box-shadow:-12px 0 36px -6px #0f172a1f}.SideDrawer-module-scss-module__4SKW_W__header{z-index:10;background:#fff;border-bottom:1px solid #f1f2f4;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex;position:sticky;top:0}.SideDrawer-module-scss-module__4SKW_W__headerTitle{color:var(--text-primary,#0f172a);letter-spacing:-.01em;margin:0;font-size:1.125rem;font-weight:700}.SideDrawer-module-scss-module__4SKW_W__headerSubtitle{color:var(--text-secondary,#64748b);margin:.2rem 0 0;font-size:.8125rem}.SideDrawer-module-scss-module__4SKW_W__closeBtn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-left:1rem;font-size:1.25rem;transition:all .15s;display:flex}.SideDrawer-module-scss-module__4SKW_W__closeBtn:hover{color:#0f172a;background:#f1f5f9}.SideDrawer-module-scss-module__4SKW_W__body{background:#fff;flex-direction:column;flex:1;gap:1.75rem;padding:1.5rem;display:flex;overflow-y:auto}.SideDrawer-module-scss-module__4SKW_W__footer{background:#fff;border-top:1px solid #f1f2f4;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.SideDrawer-module-scss-module__4SKW_W__flatHero{border-bottom:1px solid #f1f2f4;align-items:center;gap:1rem;padding-bottom:1.25rem;display:flex}.SideDrawer-module-scss-module__4SKW_W__flatAvatar{color:#fff;background:linear-gradient(135deg,#fd5729 0%,#d9471a 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.125rem;font-weight:700;display:flex}.SideDrawer-module-scss-module__4SKW_W__flatHeroMeta{flex-direction:column;flex:1;min-width:0;display:flex}.SideDrawer-module-scss-module__4SKW_W__flatHeroName{color:#0f172a;margin:0 0 2px;font-size:1.05rem;font-weight:700}.SideDrawer-module-scss-module__4SKW_W__flatHeroEmail{color:#64748b;margin:0 0 6px;font-size:.8125rem}.SideDrawer-module-scss-module__4SKW_W__flatBadges{align-items:center;gap:6px;display:flex}.SideDrawer-module-scss-module__4SKW_W__flatSection{flex-direction:column;gap:.875rem;display:flex}.SideDrawer-module-scss-module__4SKW_W__flatSectionHeader{color:#94a3b8;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.6875rem;font-weight:800}.SideDrawer-module-scss-module__4SKW_W__flatGrid{flex-direction:column;display:flex}.SideDrawer-module-scss-module__4SKW_W__flatRow{border-bottom:1px solid #f8fafc;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.SideDrawer-module-scss-module__4SKW_W__flatRow:last-child{border-bottom:none}.SideDrawer-module-scss-module__4SKW_W__flatLabel{color:#64748b;font-size:.8125rem;font-weight:500}.SideDrawer-module-scss-module__4SKW_W__flatValue{color:#0f172a;font-size:.8125rem;font-weight:600}.SideDrawer-module-scss-module__4SKW_W__flatNotice{border-left:3px solid #fd5729;margin-top:.25rem;padding-left:.875rem}.SideDrawer-module-scss-module__4SKW_W__flatNoticeText{color:#64748b;margin:0;font-size:.8125rem;line-height:1.5}@keyframes SideDrawer-module-scss-module__4SKW_W__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes SideDrawer-module-scss-module__4SKW_W__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}
.Skeleton-module-scss-module__HYGMGW__skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 37%,#f1f5f9 63%) 0 0/400% 100%;border-radius:8px;animation:1.4s infinite Skeleton-module-scss-module__HYGMGW__shimmer;display:block}.Skeleton-module-scss-module__HYGMGW__text{border-radius:6px;width:100%;height:16px}.Skeleton-module-scss-module__HYGMGW__heading{border-radius:8px;width:60%;height:24px}.Skeleton-module-scss-module__HYGMGW__subheading{border-radius:6px;width:40%;height:14px;margin-top:6px}.Skeleton-module-scss-module__HYGMGW__avatar{border-radius:50%;flex-shrink:0}.Skeleton-module-scss-module__HYGMGW__card{background:#fff;border:1px solid #f1f2f4;border-radius:16px;flex-direction:column;gap:1rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 1px 3px #00000008}.Skeleton-module-scss-module__HYGMGW__metricGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;width:100%;display:grid}.Skeleton-module-scss-module__HYGMGW__tableCard{background:#fff;border:1px solid #f1f2f4;border-radius:16px;flex-direction:column;gap:16px;padding:16px 20px;display:flex;box-shadow:0 1px 3px #00000008}.Skeleton-module-scss-module__HYGMGW__tableRow{border-bottom:1px solid #f8fafc;align-items:center;gap:16px;padding:12px 0;display:flex}.Skeleton-module-scss-module__HYGMGW__tableRow:last-child{border-bottom:none}.Skeleton-module-scss-module__HYGMGW__chartBox{background:#fff;border:1px solid #f1f2f4;border-radius:16px;flex-direction:column;gap:16px;height:320px;padding:20px;display:flex}@keyframes Skeleton-module-scss-module__HYGMGW__shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}
.HeatmapView-module-scss-module__VfByka__container{flex-direction:column;gap:20px;display:flex}.HeatmapView-module-scss-module__VfByka__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.HeatmapView-module-scss-module__VfByka__header h1{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:22px;font-weight:800}.HeatmapView-module-scss-module__VfByka__header p{color:#64748b;margin:3px 0 0;font-size:13px}.HeatmapView-module-scss-module__VfByka__topActions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.HeatmapView-module-scss-module__VfByka__selectBox{color:#1e293b;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") right 10px center/12px no-repeat;border:1px solid #e2e8f0;border-radius:8px;outline:none;align-items:center;height:36px;padding:0 28px 0 12px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex;box-shadow:0 1px 2px #00000008}.HeatmapView-module-scss-module__VfByka__selectBox:hover{background-color:#f8fafc;border-color:#cbd5e1}.HeatmapView-module-scss-module__VfByka__liveStreamButton{color:#047857;cursor:pointer;-webkit-user-select:none;user-select:none;background:#ecfdf5;border:1px solid #10b9814d;border-radius:8px;align-items:center;gap:7px;height:36px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.HeatmapView-module-scss-module__VfByka__liveStreamButton:hover{background:#d1fae5;border-color:#10b98173}.HeatmapView-module-scss-module__VfByka__liveStreamButtonPaused{color:#64748b;background:#f8fafc;border-color:#e2e8f0;font-weight:500}.HeatmapView-module-scss-module__VfByka__liveStreamButtonPaused:hover{color:#334155;background:#f1f5f9;border-color:#cbd5e1}.HeatmapView-module-scss-module__VfByka__livePulseDot{background:#10b981;border-radius:50%;width:7px;height:7px;animation:1.8s infinite HeatmapView-module-scss-module__VfByka__pulse}.HeatmapView-module-scss-module__VfByka__pausedDot{background:#94a3b8;border-radius:50%;width:7px;height:7px}@keyframes HeatmapView-module-scss-module__VfByka__pulse{0%{box-shadow:0 0 #10b98199}70%{box-shadow:0 0 0 8px #10b98100}to{box-shadow:0 0 #10b98100}}.HeatmapView-module-scss-module__VfByka__metricsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;display:grid}.HeatmapView-module-scss-module__VfByka__mapLayout{grid-template-columns:minmax(0,1fr) 340px;gap:16px;display:grid}@media (max-width:1024px){.HeatmapView-module-scss-module__VfByka__mapLayout{grid-template-columns:minmax(0,1fr)}}.HeatmapView-module-scss-module__VfByka__mapCard{background:#fff;border:1px solid #f1f2f4;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 1px 3px #00000008,0 6px 16px #00000004}.HeatmapView-module-scss-module__VfByka__mapHeader{background:#fff;border-bottom:1px solid #f1f2f4;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.HeatmapView-module-scss-module__VfByka__mapHeader h2{color:#0f172a;margin:0;font-size:14px;font-weight:700}.HeatmapView-module-scss-module__VfByka__mapLegend{color:#64748b;align-items:center;gap:14px;font-size:11.5px;display:flex}.HeatmapView-module-scss-module__VfByka__legendItem{align-items:center;gap:5px;display:inline-flex}.HeatmapView-module-scss-module__VfByka__legendItem span{border-radius:50%;width:10px;height:10px}.HeatmapView-module-scss-module__VfByka__highSurge{background:#ef4444}.HeatmapView-module-scss-module__VfByka__medSurge{background:#f59e0b}.HeatmapView-module-scss-module__VfByka__steadySurge{background:#10b981}.HeatmapView-module-scss-module__VfByka__canvasWrap{-webkit-user-select:none;user-select:none;background:#090d16;border-bottom-right-radius:16px;border-bottom-left-radius:16px;width:100%;height:480px;transition:background .3s;position:relative;overflow:hidden}.HeatmapView-module-scss-module__VfByka__canvasWrapLight{background:#e2e8f0}.HeatmapView-module-scss-module__VfByka__telemetryNotice{z-index:21;color:#fff;background:#0f172ad1;border-radius:6px;max-width:calc(100% - 24px);margin:0;padding:4px 8px;font-size:11px;position:absolute;bottom:8px;left:12px}.HeatmapView-module-scss-module__VfByka__osmIframe{pointer-events:auto;opacity:.78;filter:contrast(1.15)invert(.92)hue-rotate(180deg);z-index:1;border:none;width:100%;height:100%;position:absolute;inset:0}.HeatmapView-module-scss-module__VfByka__osmIframeLight{opacity:.92;filter:contrast(1.05)}.HeatmapView-module-scss-module__VfByka__googleMapInstance{z-index:1;width:100%;height:100%;position:absolute;inset:0}.HeatmapView-module-scss-module__VfByka__mapThemeOverlay{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);-webkit-user-select:none;user-select:none;background:#ffffffeb;border:1px solid #0000001a;border-radius:999px;align-items:center;gap:10px;padding:6px 14px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 4px 16px #0000002e}.HeatmapView-module-scss-module__VfByka__mapThemeOverlay span{color:#0f172a;align-items:center;gap:5px;font-size:12px;font-weight:600;display:inline-flex}.HeatmapView-module-scss-module__VfByka__mapThemeOverlayLight{background:#0f172ae0;border-color:#ffffff26;box-shadow:0 4px 16px #00000040}.HeatmapView-module-scss-module__VfByka__mapThemeOverlayLight span{color:#fff}.HeatmapView-module-scss-module__VfByka__surgeOverlay{filter:blur(20px);opacity:.55;pointer-events:none;z-index:2;border-radius:50%;position:absolute;transform:translate(-50%,-50%)}.HeatmapView-module-scss-module__VfByka__zoneMarker{cursor:pointer;z-index:10;flex-direction:column;align-items:center;transition:transform .2s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;transform:translate(-50%,-50%)}.HeatmapView-module-scss-module__VfByka__zoneMarker:hover{z-index:25;transform:translate(-50%,-50%)scale(1.1)}.HeatmapView-module-scss-module__VfByka__zonePin{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#0f172ae6;border:1px solid #fff3;border-radius:8px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:700;display:flex;box-shadow:0 4px 12px #0006}.HeatmapView-module-scss-module__VfByka__zonePin b{color:#fff;background:#fd5729;border-radius:4px;padding:1px 5px;font-size:10px}.HeatmapView-module-scss-module__VfByka__riderPin{color:#fd5729;cursor:pointer;z-index:15;background:#fff;border:2px solid #fd5729;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;transition:all .2s;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 4px 10px #0000004d}.HeatmapView-module-scss-module__VfByka__riderPin:hover{z-index:30;color:#fff;background:#fd5729;transform:translate(-50%,-50%)scale(1.2)}.HeatmapView-module-scss-module__VfByka__riderPinIdle{color:#3b82f6;border-color:#3b82f6}.HeatmapView-module-scss-module__VfByka__riderPinIdle:hover{color:#fff;background:#3b82f6}.HeatmapView-module-scss-module__VfByka__sidePanel{background:#fff;border:1px solid #f1f2f4;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 1px 3px #00000008}.HeatmapView-module-scss-module__VfByka__sidePanel h3{color:#0f172a;border-bottom:1px solid #f1f2f4;margin:0;padding:14px 16px;font-size:14px;font-weight:700}.HeatmapView-module-scss-module__VfByka__feedList{flex-direction:column;max-height:420px;display:flex;overflow-y:auto}.HeatmapView-module-scss-module__VfByka__feedItem{appearance:none;cursor:pointer;font:inherit;text-align:left;background:#fff;border:0;border-bottom:1px solid #f8fafc;flex-direction:column;gap:4px;width:100%;padding:12px 16px;transition:background .15s;display:flex}.HeatmapView-module-scss-module__VfByka__feedItem:hover{background:#f8fafc}.HeatmapView-module-scss-module__VfByka__feedItem:last-child{border-bottom:none}.HeatmapView-module-scss-module__VfByka__feedItemSelected{background:#fff7f4}.HeatmapView-module-scss-module__VfByka__feedHead{justify-content:space-between;align-items:center;font-size:12px;display:flex}.HeatmapView-module-scss-module__VfByka__feedHead strong{color:#0f172a;font-weight:600}.HeatmapView-module-scss-module__VfByka__feedHead span{color:#94a3b8;font-size:11px}.HeatmapView-module-scss-module__VfByka__feedHead .HeatmapView-module-scss-module__VfByka__feedAvatar{color:#334155;object-fit:cover;background:#f1f5f9;border-radius:50%;flex:none;justify-content:center;align-items:center;width:28px;height:28px;margin-right:2px;font-size:10px;font-weight:800;display:inline-flex;overflow:hidden}.HeatmapView-module-scss-module__VfByka__feedDesc{color:#64748b;font-size:12px;line-height:1.35}
.OperationsModule-module__kd_GhW__container{flex-direction:column;gap:1.5rem;display:flex}.OperationsModule-module__kd_GhW__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.OperationsModule-module__kd_GhW__header h1{color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:700}.OperationsModule-module__kd_GhW__header p{color:var(--text-secondary);margin:.25rem 0 0;font-size:.875rem}.OperationsModule-module__kd_GhW__subnav{border-bottom:1px solid var(--border-subtle);gap:.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.OperationsModule-module__kd_GhW__subnavLink{border-radius:var(--radius-sm);color:var(--text-secondary);white-space:nowrap;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none}.OperationsModule-module__kd_GhW__subnavLink:hover{background:var(--surface-subtle);color:var(--text-primary)}.OperationsModule-module__kd_GhW__subnavLinkActive{background:var(--color-orange-soft);color:var(--color-orange);font-weight:600}.OperationsModule-module__kd_GhW__card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1.25rem}.OperationsModule-module__kd_GhW__card h2{justify-content:space-between;align-items:center;margin:0 0 1rem;font-size:1.125rem;font-weight:700;display:flex}.OperationsModule-module__kd_GhW__metricsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.OperationsModule-module__kd_GhW__metricCard{background:var(--surface-subtle);border-radius:var(--radius-sm);padding:1rem}.OperationsModule-module__kd_GhW__metricCard span{color:var(--text-secondary);text-transform:uppercase;font-size:.75rem;font-weight:600}.OperationsModule-module__kd_GhW__metricCard strong{color:var(--text-primary);margin-top:.25rem;font-size:1.5rem;display:block}.OperationsModule-module__kd_GhW__table{border-collapse:collapse;width:100%;font-size:.875rem}.OperationsModule-module__kd_GhW__table th{text-align:left;background:var(--surface-subtle);color:var(--text-secondary);text-transform:uppercase;padding:.625rem .75rem;font-size:.75rem;font-weight:600}.OperationsModule-module__kd_GhW__table td{border-top:1px solid var(--border-subtle);color:var(--text-primary);padding:.75rem}.OperationsModule-module__kd_GhW__statusBadge{border-radius:var(--radius-full);padding:.15rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.OperationsModule-module__kd_GhW__statusActive{background:var(--color-success-soft);color:#047857}.OperationsModule-module__kd_GhW__statusPending{background:var(--color-yellow-soft);color:#b45309}.OperationsModule-module__kd_GhW__statusSuspended{background:var(--color-danger-soft);color:var(--color-danger)}.OperationsModule-module__kd_GhW__controlsBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.OperationsModule-module__kd_GhW__searchBox{background:var(--surface-card);border:1px solid var(--border-strong);border-radius:var(--radius-sm);align-items:center;gap:.5rem;width:min(300px,100%);padding:.4rem .75rem;font-size:.875rem;display:flex}.OperationsModule-module__kd_GhW__searchBox input{background:0 0;border:none;outline:none;width:100%}.OperationsModule-module__kd_GhW__actionBtn{background:var(--color-orange);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:flex}.OperationsModule-module__kd_GhW__actionBtn:hover{background:var(--color-orange-hover)}.OperationsModule-module__kd_GhW__reasonInput{border:1px solid var(--border-strong);border-radius:var(--radius-sm);width:100%;min-height:80px;margin-top:.5rem;padding:.625rem;font-family:inherit;font-size:.875rem}
.PeopleModule-module__R0LNqW__people{flex-direction:column;gap:1.5rem;display:flex}.PeopleModule-module__R0LNqW__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.PeopleModule-module__R0LNqW__header h1{color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:700}.PeopleModule-module__R0LNqW__header p{color:var(--text-secondary);margin:.25rem 0 0;font-size:.875rem}.PeopleModule-module__R0LNqW__tabs{border-bottom:1px solid var(--border-subtle);gap:.5rem;padding-bottom:.5rem;display:flex}.PeopleModule-module__R0LNqW__tabBtn{border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.PeopleModule-module__R0LNqW__tabBtn:hover{color:var(--text-primary)}.PeopleModule-module__R0LNqW__tabActive{background:var(--color-orange-soft);color:var(--color-orange)}.PeopleModule-module__R0LNqW__card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);padding:1.25rem}.PeopleModule-module__R0LNqW__table{border-collapse:collapse;width:100%;font-size:.875rem}.PeopleModule-module__R0LNqW__table th{text-align:left;background:var(--surface-muted);color:var(--text-secondary);text-transform:uppercase;padding:.625rem .75rem;font-size:.75rem;font-weight:600}.PeopleModule-module__R0LNqW__table td{border-top:1px solid var(--border-subtle);color:var(--text-primary);padding:.75rem}.PeopleModule-module__R0LNqW__badge{border-radius:var(--radius-full);padding:.15rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.PeopleModule-module__R0LNqW__primaryBtn{background:var(--color-orange);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}
.Switch-module-scss-module__ZP5PGa__wrapper{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;display:inline-flex;position:relative}.Switch-module-scss-module__ZP5PGa__disabled{cursor:not-allowed;opacity:.55}.Switch-module-scss-module__ZP5PGa__input{opacity:0;cursor:pointer;margin:0;position:absolute;inset:0}.Switch-module-scss-module__ZP5PGa__track{background:#cbd5e1;border-radius:999px;align-items:center;width:44px;height:24px;padding:2px;transition:background .2s cubic-bezier(.16,1,.3,1);display:inline-flex}.Switch-module-scss-module__ZP5PGa__thumb{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s cubic-bezier(.16,1,.3,1);display:block;box-shadow:0 2px 4px #00000026}.Switch-module-scss-module__ZP5PGa__input:checked+.Switch-module-scss-module__ZP5PGa__track{background:var(--color-orange,#fd5729)}.Switch-module-scss-module__ZP5PGa__input:checked+.Switch-module-scss-module__ZP5PGa__track .Switch-module-scss-module__ZP5PGa__thumb{transform:translate(20px)}.Switch-module-scss-module__ZP5PGa__input:focus-visible+.Switch-module-scss-module__ZP5PGa__track{box-shadow:0 0 0 3px #fd57292e}
.TableAction-module-scss-module__3a013q__action{cursor:pointer;font-family:var(--font-family-base,sans-serif);white-space:nowrap;background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;padding:5px 9px;font-size:12px;font-weight:600;line-height:1;text-decoration:none;transition:all .15s;display:inline-flex}.TableAction-module-scss-module__3a013q__arrowIcon{font-size:13px;transition:transform .15s}.TableAction-module-scss-module__3a013q__action:hover .TableAction-module-scss-module__3a013q__arrowIcon{transform:translate(2px)}.TableAction-module-scss-module__3a013q__orange{color:#fd5729;background:#fff5f3}.TableAction-module-scss-module__3a013q__orange:hover{color:#e04418;background:#ffe7e2}.TableAction-module-scss-module__3a013q__subtle{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0}.TableAction-module-scss-module__3a013q__subtle:hover{color:#0f172a;background:#e2e8f0}.TableAction-module-scss-module__3a013q__ghost{color:#64748b;background:0 0}.TableAction-module-scss-module__3a013q__ghost:hover{color:#0f172a;background:#f8fafc}
.FormMessage-module-scss-module__FCaTva__message{border-radius:12px;margin-top:16px;padding:12px 16px;font-size:14px;font-weight:600}.FormMessage-module-scss-module__FCaTva__success{color:#1d6b32;background:#80ed992e}.FormMessage-module-scss-module__FCaTva__info{color:#7f5700;background:#fca31129}.FormMessage-module-scss-module__FCaTva__error{color:#9f1d2b;background:#e639461f}.FormMessage-module-scss-module__FCaTva__warning{color:#8a5700;background:#e6960026}
.TablePill-module-scss-module__bXP0cG__pill{letter-spacing:.02em;white-space:nowrap;-webkit-user-select:none;user-select:none;border-radius:6px;align-items:center;gap:5px;padding:3.5px 8px;font-size:11px;font-weight:600;line-height:1;display:inline-flex}.TablePill-module-scss-module__bXP0cG__hasDot{padding-left:6px}.TablePill-module-scss-module__bXP0cG__dot{border-radius:50%;flex-shrink:0;width:5px;height:5px;display:inline-block}.TablePill-module-scss-module__bXP0cG__success{color:#047857;background:#ecfdf5;border:1px solid #10b98133}.TablePill-module-scss-module__bXP0cG__success .TablePill-module-scss-module__bXP0cG__dot{background:#10b981}.TablePill-module-scss-module__bXP0cG__warning{color:#b45309;background:#fffbeb;border:1px solid #f59e0b38}.TablePill-module-scss-module__bXP0cG__warning .TablePill-module-scss-module__bXP0cG__dot{background:#f59e0b}.TablePill-module-scss-module__bXP0cG__danger{color:#dc2626;background:#fef2f2;border:1px solid #ef444433}.TablePill-module-scss-module__bXP0cG__danger .TablePill-module-scss-module__bXP0cG__dot{background:#ef4444}.TablePill-module-scss-module__bXP0cG__info{color:#1d4ed8;background:#eff6ff;border:1px solid #3b82f62e}.TablePill-module-scss-module__bXP0cG__info .TablePill-module-scss-module__bXP0cG__dot{background:#3b82f6}.TablePill-module-scss-module__bXP0cG__orange{color:#fd5729;background:#fff5f3;border:1px solid #fd57292e}.TablePill-module-scss-module__bXP0cG__orange .TablePill-module-scss-module__bXP0cG__dot{background:#fd5729}.TablePill-module-scss-module__bXP0cG__neutral{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0}.TablePill-module-scss-module__bXP0cG__neutral .TablePill-module-scss-module__bXP0cG__dot{background:#94a3b8}
.PinCodeField-module-scss-module__FnG7sG__field{width:100%}.PinCodeField-module-scss-module__FnG7sG__container{flex-wrap:nowrap;align-items:center;gap:10px;width:fit-content;margin:16px 0 10px;display:flex}.PinCodeField-module-scss-module__FnG7sG__input{color:var(--text-primary);font-family:var(--font-family-base);text-align:center;background:#f4f5f6;border:1px solid #e5e7eb;border-radius:10px;outline:none;flex:0 0 52px;width:52px;min-width:52px;min-height:52px;padding:0;font-size:18px;line-height:1}.PinCodeField-module-scss-module__FnG7sG__input:focus{border-color:#fd572959;box-shadow:0 0 0 3px #fd57291f}.PinCodeField-module-scss-module__FnG7sG__masked{-webkit-text-security:disc}.PinCodeField-module-scss-module__FnG7sG__help{color:#7d8088;margin:0;font-size:10px;font-style:italic}@media (max-width:768px){.PinCodeField-module-scss-module__FnG7sG__container{gap:8px;width:100%;margin-left:0}.PinCodeField-module-scss-module__FnG7sG__input{flex-basis:44px;width:44px;min-width:44px;min-height:44px;font-size:14px}}
.Tabs-module-scss-module__2g3mgW__tabs{border-bottom:1px solid var(--border-subtle,#00000014);scrollbar-width:none;align-items:center;gap:6px;margin-bottom:20px;display:flex;overflow-x:auto}.Tabs-module-scss-module__2g3mgW__tabs::-webkit-scrollbar{display:none}.Tabs-module-scss-module__2g3mgW__tab{color:var(--text-secondary,#858599);cursor:pointer;font-family:var(--font-family-base);white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 16px;font-size:14px;font-weight:600;transition:all .15s}.Tabs-module-scss-module__2g3mgW__tab:hover{color:var(--text-primary,#23222a)}.Tabs-module-scss-module__2g3mgW__active{border-bottom-color:var(--color-orange,#fd5729);color:var(--color-orange,#fd5729);font-weight:700}.Tabs-module-scss-module__2g3mgW__active:hover{color:var(--color-orange,#fd5729)}
.TextArea-module-scss-module__P95Oba__field{flex-direction:column;gap:8px;width:100%;display:flex}.TextArea-module-scss-module__P95Oba__label{color:var(--text-secondary,#858599);font-size:13px;font-weight:700}.TextArea-module-scss-module__P95Oba__textarea{color:var(--text-primary,#23222a);resize:vertical;background:#f4f5f6;border:1px solid #e5e7eb;border-radius:10px;outline:none;width:100%;min-height:100px;padding:12px;font-family:inherit;font-size:16px;transition:all .2s}.TextArea-module-scss-module__P95Oba__textarea:focus{border-color:#fd572959;box-shadow:0 0 0 3px #fd57291f}.TextArea-module-scss-module__P95Oba__error{border-color:#e6394659}.TextArea-module-scss-module__P95Oba__success{border-color:#80ed9980}.TextArea-module-scss-module__P95Oba__hint,.TextArea-module-scss-module__P95Oba__message{color:var(--text-secondary,#858599);font-size:12px}.TextArea-module-scss-module__P95Oba__message.TextArea-module-scss-module__P95Oba__error{color:var(--status-danger,#e63946)}.TextArea-module-scss-module__P95Oba__message.TextArea-module-scss-module__P95Oba__success{color:#1f7a38}@media (max-width:768px){.TextArea-module-scss-module__P95Oba__textarea{font-size:12px}}
.Toast-module-scss-module__UdyzQq__toastContainer{font-family:var(--font-family-base,sans-serif);pointer-events:none;z-index:9999;flex-direction:column;gap:12px;width:min(360px,100vw - 32px);display:flex;position:fixed}.Toast-module-scss-module__UdyzQq__topRight{top:24px;right:24px}.Toast-module-scss-module__UdyzQq__bottomRight{bottom:24px;right:24px}.Toast-module-scss-module__UdyzQq__bottomCenter{bottom:24px;left:50%;transform:translate(-50%)}.Toast-module-scss-module__UdyzQq__toast{pointer-events:auto;background:#fffffffa;border:1px solid #0f172a14;border-radius:16px;transition:all .2s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 18px 48px #0f172a1f}.Toast-module-scss-module__UdyzQq__success{--toast-accent:#10b981;--toast-icon:#059669}.Toast-module-scss-module__UdyzQq__error{--toast-accent:#ef4444;--toast-icon:#dc2626}.Toast-module-scss-module__UdyzQq__info{--toast-accent:#fd5729;--toast-icon:#fd5729}.Toast-module-scss-module__UdyzQq__collapsed{min-height:72px}.Toast-module-scss-module__UdyzQq__expanded{min-height:148px}.Toast-module-scss-module__UdyzQq__row{justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 14px 10px;display:flex}.Toast-module-scss-module__UdyzQq__leading{align-items:flex-start;gap:10px;min-width:0;display:flex}.Toast-module-scss-module__UdyzQq__icon{color:var(--toast-icon);flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:20px;display:inline-flex}.Toast-module-scss-module__UdyzQq__copy{min-width:0}.Toast-module-scss-module__UdyzQq__title{color:var(--text-primary,#0f172a);font-size:13.5px;font-weight:700;line-height:1.25;display:block}.Toast-module-scss-module__UdyzQq__collapsedMessage,.Toast-module-scss-module__UdyzQq__message{color:#475569;margin:3px 0 0;font-size:12px;line-height:1.45}.Toast-module-scss-module__UdyzQq__collapsedMessage{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.Toast-module-scss-module__UdyzQq__controls{flex-shrink:0;align-items:center;gap:4px;display:inline-flex}.Toast-module-scss-module__UdyzQq__iconButton{appearance:none;color:#7a8494;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;transition:background .2s,color .2s;display:inline-flex}.Toast-module-scss-module__UdyzQq__iconButton:hover{color:var(--text-primary,#0f172a);background:#0f172a0f}.Toast-module-scss-module__UdyzQq__expandedBody{padding:0 16px 12px 42px}.Toast-module-scss-module__UdyzQq__actionRow{margin-top:12px}.Toast-module-scss-module__UdyzQq__footer{appearance:none;color:#6d7280;cursor:pointer;text-align:left;background:0 0;border:0;justify-content:flex-start;align-items:center;width:100%;padding:0 16px 10px;font-size:11px;line-height:1.3;display:flex}.Toast-module-scss-module__UdyzQq__footer span{margin-left:0}.Toast-module-scss-module__UdyzQq__progress{background:var(--toast-accent);height:3px;transition:width .25s linear;display:block;position:absolute;bottom:0;left:0}@media (max-width:768px){.Toast-module-scss-module__UdyzQq__toastContainer{width:auto;left:16px;right:16px;transform:none}.Toast-module-scss-module__UdyzQq__topRight,.Toast-module-scss-module__UdyzQq__bottomRight,.Toast-module-scss-module__UdyzQq__bottomCenter{left:16px;right:16px;transform:none}.Toast-module-scss-module__UdyzQq__topRight{top:20px}.Toast-module-scss-module__UdyzQq__bottomRight,.Toast-module-scss-module__UdyzQq__bottomCenter{bottom:20px}}
.CommandPalette-module__0KULLW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:120;background:#0f172a99;justify-content:center;align-items:flex-start;padding-top:10vh;animation:.15s ease-out CommandPalette-module__0KULLW__fadeIn;display:flex;position:fixed;inset:0}.CommandPalette-module__0KULLW__palette{background:var(--surface-card);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);border:1px solid var(--border-subtle);width:100%;max-width:580px;overflow:hidden}.CommandPalette-module__0KULLW__searchBox{border-bottom:1px solid var(--border-subtle);color:var(--text-secondary);align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.CommandPalette-module__0KULLW__searchBox svg{font-size:1.25rem}.CommandPalette-module__0KULLW__searchBox input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-size:1rem}.CommandPalette-module__0KULLW__results{max-height:340px;padding:.5rem;overflow-y:auto}.CommandPalette-module__0KULLW__groupTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);padding:.5rem .75rem .25rem;font-size:.75rem;font-weight:700}.CommandPalette-module__0KULLW__item{border-radius:var(--radius-sm);cursor:pointer;color:var(--text-primary);justify-content:space-between;align-items:center;padding:.625rem .75rem;font-size:.875rem;text-decoration:none;transition:background .1s;display:flex}.CommandPalette-module__0KULLW__item:hover,.CommandPalette-module__0KULLW__item.CommandPalette-module__0KULLW__selected{background:var(--surface-subtle);color:var(--color-orange)}.CommandPalette-module__0KULLW__itemContent{align-items:center;gap:.75rem;display:flex}.CommandPalette-module__0KULLW__itemContent svg{color:var(--text-secondary);font-size:1.125rem}.CommandPalette-module__0KULLW__item:hover svg,.CommandPalette-module__0KULLW__item.CommandPalette-module__0KULLW__selected svg{color:var(--color-orange)}.CommandPalette-module__0KULLW__badge{background:var(--color-gray-100);color:var(--text-secondary);border-radius:var(--radius-xs);padding:.15rem .5rem;font-size:.75rem;font-weight:500}.CommandPalette-module__0KULLW__empty{text-align:center;color:var(--text-secondary);padding:2rem;font-size:.875rem}@keyframes CommandPalette-module__0KULLW__fadeIn{0%{opacity:0}to{opacity:1}}
.AdminShell-module__LTzAtG__shell{background:var(--surface-page,#fafafc);min-height:100vh;color:var(--text-primary);font-family:var(--font-family-base);grid-template-columns:auto minmax(0,1fr);display:grid}.AdminShell-module__LTzAtG__rail{color:var(--text-primary);border-right:1px solid var(--border-subtle);background:#fff;flex-direction:column;width:240px;height:100vh;padding:1.25rem 1rem;transition:width .2s cubic-bezier(.16,1,.3,1);display:flex;position:sticky;top:0;overflow:hidden}.AdminShell-module__LTzAtG__brand{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding:0;display:flex}.AdminShell-module__LTzAtG__brand button{background:var(--surface-page,#fafafc);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;padding:.4rem .5rem;transition:all .15s;display:flex}.AdminShell-module__LTzAtG__brand button:hover{background:var(--color-gray-line);color:var(--text-primary)}.AdminShell-module__LTzAtG__rail nav{scrollbar-width:thin;scrollbar-color:#0000001f transparent;flex-direction:column;flex:1;gap:.25rem;min-height:0;padding-right:2px;display:flex;overflow-y:auto}.AdminShell-module__LTzAtG__rail nav::-webkit-scrollbar{width:4px}.AdminShell-module__LTzAtG__rail nav::-webkit-scrollbar-track{background:0 0}.AdminShell-module__LTzAtG__rail nav::-webkit-scrollbar-thumb{background-color:#0000001f;border-radius:4px}.AdminShell-module__LTzAtG__navGroup{flex-direction:column;margin-top:.35rem;display:flex}.AdminShell-module__LTzAtG__groupHeader{color:#94a3b8;cursor:pointer;letter-spacing:.08em;text-transform:uppercase;-webkit-user-select:none;user-select:none;background:0 0;border:none;justify-content:space-between;align-items:center;width:calc(100% - .25rem);margin:.625rem 0 .35rem .25rem;padding:.25rem .25rem .25rem 0;font-size:.6875rem;font-weight:800;transition:color .15s;display:flex}.AdminShell-module__LTzAtG__groupHeader:hover{color:var(--text-primary,#23222a)}.AdminShell-module__LTzAtG__groupHeaderActive,.AdminShell-module__LTzAtG__groupHeaderActive .AdminShell-module__LTzAtG__groupChevron{color:var(--color-orange,#fd5729)!important}.AdminShell-module__LTzAtG__groupChevron{color:#94a3b8;font-size:.8125rem;transition:transform .2s,color .15s}.AdminShell-module__LTzAtG__groupHeader:hover .AdminShell-module__LTzAtG__groupChevron{color:var(--text-primary,#23222a)}.AdminShell-module__LTzAtG__groupChevronOpen{transform:rotate(180deg)}.AdminShell-module__LTzAtG__groupItems{border-left:2px solid #f1f2f4;flex-direction:column;gap:.15rem;margin-left:.5rem;padding-left:.5rem;transition:all .2s;display:flex}.AdminShell-module__LTzAtG__groupDivider{background:var(--border-subtle);width:auto;height:1px;margin:.5rem .25rem}.AdminShell-module__LTzAtG__rail nav a{color:#64748b;border-radius:10px;align-items:center;gap:.75rem;padding:.5625rem .75rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .15s;display:flex;position:relative}.AdminShell-module__LTzAtG__rail nav a svg{color:#94a3b8;flex-shrink:0;font-size:1.125rem;transition:color .15s}.AdminShell-module__LTzAtG__rail nav a:hover{background:var(--color-gray-soft,#f7f7f9);color:var(--text-primary,#23222a)}.AdminShell-module__LTzAtG__rail nav a:hover svg{color:var(--text-primary,#23222a)}.AdminShell-module__LTzAtG__rail nav a.AdminShell-module__LTzAtG__active{background:var(--color-orange-soft,#fff5f3);color:var(--color-orange,#fd5729);font-weight:700}.AdminShell-module__LTzAtG__rail nav a.AdminShell-module__LTzAtG__active svg{color:var(--color-orange,#fd5729)}.AdminShell-module__LTzAtG__profile{background:var(--color-ink,#23222a);border:1px solid var(--color-ink,#23222a);color:#fff;-webkit-user-select:none;user-select:none;border-radius:12px;flex-shrink:0;align-items:center;gap:.625rem;margin-top:1rem;padding:.625rem .75rem;transition:all .15s;display:flex}.AdminShell-module__LTzAtG__profile:hover{background:#1c1b22;border-color:#1c1b22}.AdminShell-module__LTzAtG__avatarWrap{flex-shrink:0;position:relative}.AdminShell-module__LTzAtG__avatar{background:linear-gradient(135deg, var(--color-orange,#fd5729) 0%, #d9471a 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.8125rem;font-weight:800;display:flex;box-shadow:0 2px 5px #fd572940}.AdminShell-module__LTzAtG__onlineBadge{border:2px solid var(--color-ink,#23222a);background:#10b981;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.AdminShell-module__LTzAtG__profileInfo{flex-direction:column;flex:1;min-width:0;display:flex}.AdminShell-module__LTzAtG__profileName{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:700;line-height:1.25;overflow:hidden}.AdminShell-module__LTzAtG__profileEmail{color:#ffffffb3;text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:.725rem;font-weight:500;line-height:1.2;overflow:hidden}.AdminShell-module__LTzAtG__signOutBtn{cursor:pointer;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;display:flex;color:#fff!important;box-shadow:none!important;background:0 0!important;border:none!important;transition:none!important;transform:none!important}.AdminShell-module__LTzAtG__signOutBtn:hover,.AdminShell-module__LTzAtG__signOutBtn:focus,.AdminShell-module__LTzAtG__signOutBtn:active{color:#fff!important;box-shadow:none!important;background:0 0!important;transform:none!important}.AdminShell-module__LTzAtG__signOutBtn svg{color:#fff!important}.AdminShell-module__LTzAtG__collapsed{width:76px}.AdminShell-module__LTzAtG__collapsed .AdminShell-module__LTzAtG__brand{flex-direction:column;align-items:center;gap:1rem;padding:0}.AdminShell-module__LTzAtG__collapsed .AdminShell-module__LTzAtG__groupItems{border-left:none;margin-left:0;padding-left:0}.AdminShell-module__LTzAtG__collapsed .AdminShell-module__LTzAtG__profile{background:0 0;border:none;justify-content:center;padding:.5rem}.AdminShell-module__LTzAtG__collapsed .AdminShell-module__LTzAtG__profile .AdminShell-module__LTzAtG__profileInfo,.AdminShell-module__LTzAtG__collapsed .AdminShell-module__LTzAtG__profile .AdminShell-module__LTzAtG__signOutBtn{display:none}.AdminShell-module__LTzAtG__collapsed nav a{justify-content:center;padding:.625rem}.AdminShell-module__LTzAtG__collapsed nav span{display:none}.AdminShell-module__LTzAtG__main{background:var(--surface-page,#fafafc);min-width:0;padding:1.5rem 2.25rem 3.5rem}.AdminShell-module__LTzAtG__topbar{z-index:70;-webkit-backdrop-filter:blur(12px);background:#fafafceb;border-bottom:1px solid #e2e8f080;justify-content:space-between;align-items:center;gap:1rem;margin-top:-1.5rem;margin-bottom:1.25rem;padding-top:1.25rem;padding-bottom:.875rem;display:flex;position:sticky;top:0}.AdminShell-module__LTzAtG__titleGroup h1{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1.625rem;font-weight:800}.AdminShell-module__LTzAtG__topbarSearchWrap{cursor:pointer;width:min(380px,50vw)}.AdminShell-module__LTzAtG__topbarSearchInputShell{transition:all .15s;box-shadow:0 2px 6px #00000008;border:1px solid var(--border-subtle)!important;background:#fff!important;border-radius:10px!important;height:44px!important;min-height:44px!important}.AdminShell-module__LTzAtG__topbarSearchInputShell:hover{border-color:#fd572959!important}.AdminShell-module__LTzAtG__searchIcon{color:var(--text-secondary);flex-shrink:0;margin-left:4px}.AdminShell-module__LTzAtG__searchFakeInput{width:100%;color:var(--text-primary)!important;cursor:pointer!important;background:0 0!important;border:none!important;outline:none!important;font-size:.875rem!important}.AdminShell-module__LTzAtG__searchKbd{background:var(--color-gray-soft);border-radius:var(--radius-xs,6px);color:var(--text-secondary);font-size:.725rem;font-family:var(--font-family-mono,monospace);border:1px solid var(--border-subtle);-webkit-user-select:none;user-select:none;padding:.15rem .4rem}.AdminShell-module__LTzAtG__meta{color:var(--text-secondary);align-items:center;gap:.875rem;font-size:.8125rem;display:flex}.AdminShell-module__LTzAtG__mobileMenuBtn,.AdminShell-module__LTzAtG__mobileRail,.AdminShell-module__LTzAtG__scrim{display:none}@media (max-width:768px){.AdminShell-module__LTzAtG__desktopRail{display:none}.AdminShell-module__LTzAtG__shell{display:block}.AdminShell-module__LTzAtG__main{padding:1rem 1rem 2.5rem}.AdminShell-module__LTzAtG__topbar{margin-top:-1rem;padding-top:.875rem;padding-bottom:.75rem}.AdminShell-module__LTzAtG__mobileMenuBtn{display:inline-flex}.AdminShell-module__LTzAtG__mobileRail{z-index:90;transition:transform .2s cubic-bezier(.16,1,.3,1);display:block;position:fixed;top:0;left:0;transform:translate(-110%)}.AdminShell-module__LTzAtG__mobileRail.AdminShell-module__LTzAtG__open{transform:translate(0)}.AdminShell-module__LTzAtG__mobileRail .AdminShell-module__LTzAtG__rail{min-height:100vh}.AdminShell-module__LTzAtG__scrim{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:80;background:#23222a66;display:block;position:fixed;inset:0}}
.FinanceModule-module__3943rq__finance{flex-direction:column;gap:1.5rem;display:flex}.FinanceModule-module__3943rq__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.FinanceModule-module__3943rq__header h1{color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:700}.FinanceModule-module__3943rq__header p{color:var(--text-secondary);margin:.25rem 0 0;font-size:.875rem}.FinanceModule-module__3943rq__policyNotice{background:var(--color-orange-soft);border-radius:var(--radius-md);color:#7c2d12;border:1px solid #fd572933;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;font-size:.875rem;display:flex}.FinanceModule-module__3943rq__tabs{border-bottom:1px solid var(--border-subtle);gap:.5rem;padding-bottom:.5rem;display:flex}.FinanceModule-module__3943rq__tabBtn{border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.FinanceModule-module__3943rq__tabBtn:hover{color:var(--text-primary)}.FinanceModule-module__3943rq__tabActive{background:var(--color-orange-soft);color:var(--color-orange)}.FinanceModule-module__3943rq__card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);padding:1.25rem}.FinanceModule-module__3943rq__card h2{margin:0 0 1rem;font-size:1.125rem;font-weight:700}.FinanceModule-module__3943rq__table{border-collapse:collapse;width:100%;font-size:.875rem}.FinanceModule-module__3943rq__table th{text-align:left;background:var(--surface-muted);color:var(--text-secondary);text-transform:uppercase;padding:.625rem .75rem;font-size:.75rem;font-weight:600}.FinanceModule-module__3943rq__table td{border-top:1px solid var(--border-subtle);color:var(--text-primary);padding:.75rem}.FinanceModule-module__3943rq__badge{border-radius:var(--radius-full);padding:.15rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.FinanceModule-module__3943rq__statusPending{background:var(--color-yellow-soft);color:#b45309}.FinanceModule-module__3943rq__statusApproved{background:var(--color-success-soft);color:#047857}.FinanceModule-module__3943rq__statusRejected{background:var(--color-danger-soft);color:var(--color-danger)}.FinanceModule-module__3943rq__approveBtn{background:var(--color-success);color:#fff;border-radius:var(--radius-xs);cursor:pointer;border:none;padding:.35rem .75rem;font-size:.8125rem;font-weight:600}.FinanceModule-module__3943rq__approveBtn:hover{opacity:.9}.FinanceModule-module__3943rq__rejectBtn{border:1px solid var(--color-danger);color:var(--color-danger);border-radius:var(--radius-xs);cursor:pointer;background:#fff;padding:.35rem .75rem;font-size:.8125rem;font-weight:600}.FinanceModule-module__3943rq__rejectBtn:hover{background:var(--color-danger-soft)}
.GovernanceModule-module__WmlTjq__governance{flex-direction:column;gap:1.5rem;display:flex}.GovernanceModule-module__WmlTjq__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.GovernanceModule-module__WmlTjq__header h1{color:var(--text-primary,#0f172a);letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:800}.GovernanceModule-module__WmlTjq__header p{color:var(--text-secondary,#64748b);margin:.25rem 0 0;font-size:.875rem}.GovernanceModule-module__WmlTjq__twoColumnGrid{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:1.25rem;display:grid}@media (max-width:1024px){.GovernanceModule-module__WmlTjq__twoColumnGrid{grid-template-columns:minmax(0,1fr)}}.GovernanceModule-module__WmlTjq__card{background:var(--surface-card,#fff);border:1px solid var(--border-subtle,#f1f2f4);border-radius:var(--radius-md,16px);box-shadow:var(--shadow-soft,0 1px 3px #00000008);flex-direction:column;padding:1.25rem 1.5rem;display:flex}.GovernanceModule-module__WmlTjq__cardHead{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.GovernanceModule-module__WmlTjq__cardHead h2{color:var(--text-primary,#0f172a);margin:0;font-size:1rem;font-weight:700}.GovernanceModule-module__WmlTjq__cardHead p{color:var(--text-secondary,#64748b);margin:2px 0 0;font-size:.8125rem}.GovernanceModule-module__WmlTjq__chartBox{width:100%;height:280px;margin-top:.5rem}.GovernanceModule-module__WmlTjq__targetList{flex-direction:column;gap:.875rem;margin-top:.25rem;display:flex}.GovernanceModule-module__WmlTjq__targetCard{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;flex-direction:column;gap:8px;padding:12px 14px;transition:all .15s;display:flex}.GovernanceModule-module__WmlTjq__targetCard:hover{background:#fff;border-color:#e2e8f0;box-shadow:0 4px 12px #00000008}.GovernanceModule-module__WmlTjq__targetHead{justify-content:space-between;align-items:center;display:flex}.GovernanceModule-module__WmlTjq__targetHead strong{color:#1e293b;font-size:.8125rem;font-weight:600}.GovernanceModule-module__WmlTjq__targetHead span{color:#64748b;font-size:.75rem}.GovernanceModule-module__WmlTjq__targetTrack{background:#e2e8f0;border-radius:999px;height:7px;overflow:hidden}.GovernanceModule-module__WmlTjq__targetFill{border-radius:999px;height:100%;transition:width .4s cubic-bezier(.16,1,.3,1)}
.GrowthModule-module__mEhRfq__growth{flex-direction:column;gap:1.5rem;display:flex}.GrowthModule-module__mEhRfq__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.GrowthModule-module__mEhRfq__header h1{color:var(--text-primary,#0f172a);letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:800}.GrowthModule-module__mEhRfq__header p{color:var(--text-secondary,#64748b);margin:.25rem 0 0;font-size:.875rem}.GrowthModule-module__mEhRfq__metricsGrid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}@media (max-width:1100px){.GrowthModule-module__mEhRfq__metricsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.GrowthModule-module__mEhRfq__metricsGrid{grid-template-columns:1fr}}.GrowthModule-module__mEhRfq__card{background:var(--surface-card,#fff);border:1px solid var(--border-subtle,#f1f2f4);border-radius:var(--radius-md,16px);box-shadow:var(--shadow-soft,0 1px 3px #00000008);flex-direction:column;padding:1.25rem;display:flex}.GrowthModule-module__mEhRfq__cardHead{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.GrowthModule-module__mEhRfq__cardHead h2{color:var(--text-primary,#0f172a);margin:0;font-size:1rem;font-weight:700}.GrowthModule-module__mEhRfq__cardHead p{color:var(--text-secondary,#64748b);margin:2px 0 0;font-size:.8125rem}.GrowthModule-module__mEhRfq__chartBox{width:100%;height:280px;margin-top:.5rem}
.InsightsModule-module__eWkWlq__insights{flex-direction:column;gap:1.5rem;display:flex}.InsightsModule-module__eWkWlq__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.InsightsModule-module__eWkWlq__header h1{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:800}.InsightsModule-module__eWkWlq__header p{color:var(--text-secondary);margin:.25rem 0 0;font-size:.875rem}.InsightsModule-module__eWkWlq__topActions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.InsightsModule-module__eWkWlq__selectBox{color:#1e293b;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") right 10px center/12px no-repeat;border:1px solid #e2e8f0;border-radius:8px;outline:none;align-items:center;height:36px;padding:0 28px 0 12px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex;box-shadow:0 1px 2px #00000008}.InsightsModule-module__eWkWlq__selectBox:hover{background-color:#f8fafc;border-color:#cbd5e1}.InsightsModule-module__eWkWlq__metricsGrid,.InsightsModule-module__eWkWlq__cardGrid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}@media (max-width:1100px){.InsightsModule-module__eWkWlq__metricsGrid,.InsightsModule-module__eWkWlq__cardGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.InsightsModule-module__eWkWlq__metricsGrid,.InsightsModule-module__eWkWlq__cardGrid{grid-template-columns:1fr}}.InsightsModule-module__eWkWlq__twoColumnGrid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.25rem;display:grid}@media (max-width:1024px){.InsightsModule-module__eWkWlq__twoColumnGrid{grid-template-columns:minmax(0,1fr)}}.InsightsModule-module__eWkWlq__card{background:var(--surface-card,#fff);border:1px solid var(--border-subtle,#f1f2f4);border-radius:var(--radius-md,16px);box-shadow:var(--shadow-soft,0 1px 3px #00000008);flex-direction:column;padding:1.25rem;display:flex}.InsightsModule-module__eWkWlq__cardHead{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.InsightsModule-module__eWkWlq__cardHead h2{color:var(--text-primary,#0f172a);margin:0;font-size:1rem;font-weight:700}.InsightsModule-module__eWkWlq__cardHead p{color:var(--text-secondary,#64748b);margin:2px 0 0;font-size:.8125rem}.InsightsModule-module__eWkWlq__chartBox{width:100%;height:300px;margin-top:.5rem}.InsightsModule-module__eWkWlq__chartBoxSmall{width:100%;height:240px;margin-top:.5rem}
.OverviewModule-module__P4oolW__overview{flex-direction:column;gap:1.5rem;display:flex}.OverviewModule-module__P4oolW__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.OverviewModule-module__P4oolW__header h1{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1.625rem;font-weight:800}.OverviewModule-module__P4oolW__header p{color:var(--text-secondary);margin:.25rem 0 0;font-size:.875rem}.OverviewModule-module__P4oolW__topActions{align-items:center;gap:.75rem;display:flex}.OverviewModule-module__P4oolW__selectBox{color:#1e293b;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") right 10px center/12px no-repeat;border:1px solid #e2e8f0;border-radius:8px;outline:none;align-items:center;height:34px;padding:0 28px 0 12px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex;box-shadow:0 1px 2px #00000008}.OverviewModule-module__P4oolW__selectBox:hover{background-color:#f8fafc;border-color:#cbd5e1}.OverviewModule-module__P4oolW__metricsGrid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}@media (max-width:1100px){.OverviewModule-module__P4oolW__metricsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.OverviewModule-module__P4oolW__metricsGrid{grid-template-columns:1fr}}.OverviewModule-module__P4oolW__gridSplit{grid-template-columns:minmax(0,1.8fr) minmax(0,1fr);gap:1.25rem;display:grid}@media (max-width:1024px){.OverviewModule-module__P4oolW__gridSplit{grid-template-columns:minmax(0,1fr)}}.OverviewModule-module__P4oolW__card{background:#fff;border:1px solid #f1f2f4;border-radius:16px;flex-direction:column;padding:1.25rem 1.5rem;display:flex;box-shadow:0 1px 3px #00000008,0 6px 16px #00000004}.OverviewModule-module__P4oolW__cardHead{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.OverviewModule-module__P4oolW__cardHead h2{color:#0f172a;margin:0;font-size:1rem;font-weight:700}.OverviewModule-module__P4oolW__cardHead p{color:#64748b;margin:2px 0 0;font-size:.8125rem}.OverviewModule-module__P4oolW__targetList{flex-direction:column;gap:1rem;margin-top:.25rem;display:flex}.OverviewModule-module__P4oolW__targetCard{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;flex-direction:column;gap:8px;padding:12px 14px;transition:all .15s;display:flex}.OverviewModule-module__P4oolW__targetCard:hover{background:#fff;border-color:#e2e8f0;box-shadow:0 4px 12px #00000008}.OverviewModule-module__P4oolW__targetHead{justify-content:space-between;align-items:center;display:flex}.OverviewModule-module__P4oolW__targetHead strong{color:#1e293b;font-size:.8125rem;font-weight:600}.OverviewModule-module__P4oolW__targetHead span{color:#64748b;font-size:.75rem}.OverviewModule-module__P4oolW__targetTrack{background:#e2e8f0;border-radius:999px;height:7px;overflow:hidden}.OverviewModule-module__P4oolW__targetFill{border-radius:999px;height:100%;transition:width .4s cubic-bezier(.16,1,.3,1)}
.SettingsModule-module___Qb-OG__settings{flex-direction:column;gap:1.5rem;display:flex}.SettingsModule-module___Qb-OG__header h1{color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:700}.SettingsModule-module___Qb-OG__header p{color:var(--text-secondary);margin:.25rem 0 0;font-size:.875rem}.SettingsModule-module___Qb-OG__card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);padding:1.25rem}.SettingsModule-module___Qb-OG__card h2{margin:0 0 1rem;font-size:1.125rem;font-weight:700}.SettingsModule-module___Qb-OG__item{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.SettingsModule-module___Qb-OG__item:first-child{border-top:none}
.TextField-module-scss-module__SLqLCG__field{flex-direction:column;gap:8px;width:100%;display:flex}.TextField-module-scss-module__SLqLCG__shell{background:#f4f5f6;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:10px;width:100%;min-height:52px;padding:0 12px;transition:all .2s;display:flex}.TextField-module-scss-module__SLqLCG__shell:focus-within{border-color:#fd572959;box-shadow:0 0 0 3px #fd57291f}.TextField-module-scss-module__SLqLCG__label{color:var(--text-secondary,#858599);font-size:13px;font-weight:700}.TextField-module-scss-module__SLqLCG__icon{color:var(--text-secondary,#858599);flex:none;justify-content:center;align-items:center;display:inline-flex}.TextField-module-scss-module__SLqLCG__input{color:var(--text-primary,#23222a);background:#f4f5f6;border:1px solid #e5e7eb;border-radius:10px;outline:none;width:100%;min-height:52px;padding:0 12px;font-size:16px;transition:all .2s}.TextField-module-scss-module__SLqLCG__input:focus{border-color:#fd572959;box-shadow:0 0 0 3px #fd57291f}.TextField-module-scss-module__SLqLCG__inputWithIcon{box-shadow:none;background:0 0;border:none;min-height:0;padding:0 6px}.TextField-module-scss-module__SLqLCG__inputWithIcon:focus{box-shadow:none;border-color:#0000}.TextField-module-scss-module__SLqLCG__error{border-color:#e6394659}.TextField-module-scss-module__SLqLCG__success{border-color:#80ed9980}.TextField-module-scss-module__SLqLCG__shell.TextField-module-scss-module__SLqLCG__error{border-color:#e6394659}.TextField-module-scss-module__SLqLCG__shell.TextField-module-scss-module__SLqLCG__success{border-color:#80ed9980}.TextField-module-scss-module__SLqLCG__hint,.TextField-module-scss-module__SLqLCG__message{color:var(--text-secondary,#858599);font-size:12px}.TextField-module-scss-module__SLqLCG__message.TextField-module-scss-module__SLqLCG__error{color:var(--status-danger,#e63946)}.TextField-module-scss-module__SLqLCG__message.TextField-module-scss-module__SLqLCG__success{color:#1f7a38}@media (max-width:768px){.TextField-module-scss-module__SLqLCG__input{font-size:12px}}
