.AdminSettingsClient_container__Cdcfy{display:flex;flex-direction:column;gap:var(--space-6);padding-bottom:var(--space-8);animation:AdminSettingsClient_fadeIn__utJPP .2s ease forwards}.AdminSettingsClient_header__E1qDH{display:flex;justify-content:space-between;align-items:flex-end}.AdminSettingsClient_title__dEKXl{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:var(--space-1)}.AdminSettingsClient_subtitle__tVCY9{color:var(--text-secondary);font-size:.95rem}.AdminSettingsClient_loading__hjNG9{color:var(--text-secondary);padding:var(--space-8);text-align:center}.AdminSettingsClient_settingsCard__54TuR{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.AdminSettingsClient_cardHeader__RBt4C{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-6);border-bottom:1px solid var(--border-subtle);background:var(--bg-surface-2)}.AdminSettingsClient_cardHeaderLeft__KzVf3{display:flex;align-items:center;gap:var(--space-4)}.AdminSettingsClient_iconWrapper__H2g_m{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--primary-dim);color:var(--primary);border-radius:var(--radius-md)}.AdminSettingsClient_cardHeaderTexts__oEqqN{display:flex;flex-direction:column}.AdminSettingsClient_cardTitle__BgY4q{font-size:1.1rem;font-weight:600;color:var(--text-primary)}.AdminSettingsClient_cardDesc__0XZyQ{font-size:.85rem;color:var(--text-muted)}.AdminSettingsClient_cardBody__3TmuF{padding:var(--space-6)}.AdminSettingsClient_formGroup__8EZME{display:flex;flex-direction:column;gap:var(--space-2);max-width:400px;margin-bottom:1rem}.AdminSettingsClient_label__4VSpE{font-weight:500;color:var(--text-primary);font-size:.95rem}.AdminSettingsClient_inputWrapper__Q7JPT{display:flex;flex-direction:column;gap:var(--space-2)}.AdminSettingsClient_input__DMe5M{background:var(--input-bg);border:1px solid var(--border);color:var(--text-primary);padding:.6rem 1rem;border-radius:var(--radius-md);font-family:inherit;font-size:1rem;outline:none;transition:all .2s;width:100%}.AdminSettingsClient_input__DMe5M:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-alpha)}.AdminSettingsClient_inputHint__wnUIq{font-size:.8rem;color:var(--text-muted)}.AdminSettingsClient_cardFooter__0Aq2x{padding:var(--space-4) var(--space-6);border-top:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:flex-end;gap:var(--space-4);background:var(--bg-surface-2)}.AdminSettingsClient_saveBtn__YRyf9{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;border-radius:var(--radius-md);background:var(--primary);color:#fff;font-weight:500;border:none;cursor:pointer;transition:background .15s}.AdminSettingsClient_saveBtn__YRyf9:hover:not(:disabled){background:var(--primary-hover)}.AdminSettingsClient_saveBtn__YRyf9:disabled{opacity:.6;cursor:not-allowed}.AdminSettingsClient_message__7EgwA{font-size:.9rem;font-weight:500;padding:.4rem .8rem;border-radius:var(--radius-sm)}.AdminSettingsClient_success__gx4m8{background:var(--success-dim);color:var(--success)}.AdminSettingsClient_error__XwypA{background:var(--danger-dim);color:var(--danger)}.AdminSettingsClient_tableWrap__bV_Q_{overflow-x:auto;border:1px solid var(--border-subtle);border-radius:var(--radius-md)}.AdminSettingsClient_table__Of_Px{width:100%;border-collapse:collapse;text-align:left}.AdminSettingsClient_table__Of_Px th{background:var(--bg-surface-2);color:var(--text-secondary);font-weight:600;padding:.75rem 1rem;font-size:.85rem;border-bottom:1px solid var(--border-subtle)}.AdminSettingsClient_table__Of_Px td{padding:.85rem 1rem;border-bottom:1px solid var(--border-subtle);color:var(--text-primary);font-size:.9rem}.AdminSettingsClient_table__Of_Px tbody tr:last-child td{border-bottom:none}.AdminSettingsClient_actions__liJMR{display:flex;gap:.5rem}.AdminSettingsClient_iconBtn__Eelyt{background:transparent;border:none;cursor:pointer;color:var(--text-muted);transition:color .2s;padding:.25rem;border-radius:var(--radius-sm)}.AdminSettingsClient_iconBtn__Eelyt:hover{color:var(--text-primary);background:var(--bg-surface-2)}.AdminSettingsClient_modalOverlay__B3N6z{position:fixed;inset:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:100}.AdminSettingsClient_modalContent__3x4JZ{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;width:100%;max-width:400px;box-shadow:0 10px 25px rgba(0,0,0,.2)}.AdminSettingsClient_modalContent__3x4JZ h2{margin-top:0;margin-bottom:1.5rem;color:var(--text-primary);font-size:1.25rem}.AdminSettingsClient_modalActions__jcgTY{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.AdminSettingsClient_cancelBtn__sL9dR{background:transparent;border:1px solid var(--border);color:var(--text-secondary);padding:.5rem 1rem;border-radius:var(--radius-md);cursor:pointer}.AdminSettingsClient_cancelBtn__sL9dR:hover{background:var(--bg-surface-2);color:var(--text-primary)}.AdminSettingsClient_submitBtn__Ovnrx{background:var(--primary);border:none;color:#fff;padding:.5rem 1.25rem;border-radius:var(--radius-md);cursor:pointer;font-weight:500}.AdminSettingsClient_submitBtn__Ovnrx:hover{background:var(--primary-hover)}.AdminSettingsClient_createBtn__cZuD_{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border-radius:var(--radius-md);background:var(--bg-surface);border:1px solid var(--border);color:var(--text-primary);font-size:.9rem;cursor:pointer}.AdminSettingsClient_createBtn__cZuD_:hover{background:var(--bg-surface-2)}.AlertRulesClient_container__JF8oS{display:flex;flex-direction:column;gap:1.5rem;position:relative}.AlertRulesClient_toast__dtdbT{position:fixed;top:1rem;right:1.5rem;z-index:200;background:var(--bg-surface-2);color:var(--text-primary);padding:.75rem 1rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;box-shadow:var(--shadow-md);border:1px solid var(--border);animation:AlertRulesClient_slideIn__p0lrB .2s cubic-bezier(.16,1,.3,1)}@keyframes AlertRulesClient_slideIn__p0lrB{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.AlertRulesClient_hero__c6C8r{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;background:var(--bg-surface);color:var(--text-primary);padding:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.AlertRulesClient_heroCopy__LD_cQ h1{font-size:clamp(1.25rem,2vw,1.5rem);margin:.5rem 0;color:var(--text-primary)}.AlertRulesClient_heroCopy__LD_cQ p{color:var(--text-secondary);font-size:.875rem;max-width:60ch;margin:0}.AlertRulesClient_kickerRow__JlelN{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.AlertRulesClient_kicker__G28Y9{padding:.25rem .5rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:600;background:var(--primary-dim);color:var(--brand)}.AlertRulesClient_pill__NZpMg{background:var(--bg-surface-2);color:var(--text-secondary)}.AlertRulesClient_pillActive__BOd9B,.AlertRulesClient_pill__NZpMg{padding:.25rem .5rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:500}.AlertRulesClient_pillActive__BOd9B{background:var(--success-dim);color:var(--success)}.AlertRulesClient_pillPaused__DAeBv{padding:.25rem .5rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:500;background:var(--bg-surface-2);color:var(--text-muted)}.AlertRulesClient_btnCreate__ZzbOU{padding:.625rem 1rem;border-radius:var(--radius-md);background:var(--text-primary);color:var(--bg-base);font-size:.875rem;font-weight:500;border:1px solid transparent;cursor:pointer;font-family:inherit;white-space:nowrap;transition:all .15s}.AlertRulesClient_btnCreate__ZzbOU:hover:not(:disabled){background:#e4e4e7}.AlertRulesClient_btnCreate__ZzbOU:disabled{opacity:.5;cursor:not-allowed}.AlertRulesClient_errorBanner__nTlfz{background:var(--danger-dim);color:var(--danger);padding:.75rem 1rem;border-radius:var(--radius-md);border:1px solid var(--danger-alpha);font-size:.875rem}.AlertRulesClient_loadingState__KvJAD{background:var(--bg-surface-2);border:1px dashed var(--border);border-radius:var(--radius-lg);padding:3rem 1.5rem;color:var(--text-muted);text-align:center;display:grid;place-items:center;grid-gap:1rem;gap:1rem}.AlertRulesClient_spinner__tIkbU{width:32px;height:32px;border-radius:50%;border:2px solid var(--border);border-top-color:var(--text-primary);animation:AlertRulesClient_spin__A5JpZ .8s linear infinite}@keyframes AlertRulesClient_spin__A5JpZ{to{transform:rotate(1turn)}}.AlertRulesClient_emptyState__BmAIl{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding:3rem 1.5rem;background:var(--bg-surface-2);border:1px dashed var(--border);border-radius:var(--radius-lg)}.AlertRulesClient_emptyIcon__myeDm{display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.AlertRulesClient_emptyTitle__BrJnX{font-size:1rem;font-weight:600;color:var(--text-primary)}.AlertRulesClient_emptyHint__nEE8t{font-size:.875rem;color:var(--text-secondary);max-width:50ch;line-height:1.5}.AlertRulesClient_ruleGrid__Fm3dG{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.25rem;gap:1.25rem}.AlertRulesClient_ruleCard__pEF4C{background:var(--bg-surface);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:1rem;transition:border-color .15s;border:1px solid var(--border);border-left:3px solid var(--danger)}.AlertRulesClient_ruleCardPaused__zxouz{border-left-color:var(--text-muted);opacity:.8}.AlertRulesClient_ruleCard__pEF4C:hover{border-color:var(--border-hover)}.AlertRulesClient_ruleCardTop__LeMlI{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.AlertRulesClient_ruleIdentity__sv2dG{display:flex;align-items:flex-start;gap:.75rem;min-width:0}.AlertRulesClient_ruleIconWrap__47KN4{width:32px;height:32px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.AlertRulesClient_ruleTitle__80TXA{font-size:.875rem;font-weight:600;color:var(--text-primary);line-height:1.4;word-break:break-word}.AlertRulesClient_ruleMeta__5uMbc{display:flex;gap:.35rem;flex-wrap:wrap;margin-top:.25rem;align-items:center}.AlertRulesClient_ruleGroup__NSsv3{font-size:.6875rem;font-weight:600;background:var(--primary-dim);color:var(--brand);padding:.125rem .5rem;border-radius:var(--radius-sm);border:1px solid var(--primary-alpha)}.AlertRulesClient_ruleFor__CXlb2{font-size:.6875rem;font-weight:500;background:var(--bg-surface-2);color:var(--text-secondary);padding:.125rem .5rem;border-radius:var(--radius-sm);border:1px solid var(--border)}.AlertRulesClient_severityBadge__zEWu1{border-radius:var(--radius-sm);font-weight:600;text-transform:uppercase;letter-spacing:.05em;border:1px solid}.AlertRulesClient_severityBadge__zEWu1,.AlertRulesClient_statusBadge__xcpmb{display:inline-flex;align-items:center;padding:.125rem .5rem;font-size:.6875rem}.AlertRulesClient_statusBadge__xcpmb{border-radius:var(--radius-sm);font-weight:500}.AlertRulesClient_statusActive__tFWnW{background:var(--success-dim);color:var(--success);border:1px solid var(--success-alpha)}.AlertRulesClient_statusPaused__O_GzS{background:var(--bg-surface-2);color:var(--text-muted);border:1px solid var(--border)}.AlertRulesClient_ruleSummary__BJv2O{font-size:.8125rem;color:var(--text-secondary);line-height:1.5;margin:0}.AlertRulesClient_labelsRow__i_S8C{display:flex;flex-wrap:wrap;gap:.35rem}.AlertRulesClient_labelChip__Az3G4{font-size:.6875rem;font-weight:500;background:var(--bg-surface-2);color:var(--text-secondary);padding:.125rem .5rem;border-radius:var(--radius-sm);border:1px solid var(--border)}.AlertRulesClient_ruleActions__nAO1v{display:flex;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--border-subtle)}.AlertRulesClient_btnEdit__LBPwK{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .75rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:transparent;color:var(--text-secondary);font-size:.8125rem;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s}.AlertRulesClient_btnEdit__LBPwK:hover:not(:disabled){background:var(--bg-surface-2);color:var(--text-primary)}.AlertRulesClient_btnToggle__a_EXr{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;flex:1 1;padding:.5rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:transparent;color:var(--text-secondary);font-size:.8125rem;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s}.AlertRulesClient_btnToggle__a_EXr:hover:not(:disabled){background:var(--bg-surface-2);color:var(--text-primary)}.AlertRulesClient_btnDelete__bWVKr{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.5rem .75rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:transparent;color:var(--text-secondary);font-size:.8125rem;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s}.AlertRulesClient_btnDelete__bWVKr:hover:not(:disabled){background:var(--danger-dim);color:var(--danger);border-color:var(--danger-alpha)}.AlertRulesClient_btnDelete__bWVKr:disabled,.AlertRulesClient_btnEdit__LBPwK:disabled,.AlertRulesClient_btnToggle__a_EXr:disabled{opacity:.5;cursor:not-allowed}.AlertRulesClient_overlay__yPJ4s{position:fixed;inset:0;z-index:80;background:rgba(0,0,0,.7);display:grid;place-items:center;padding:1rem;animation:AlertRulesClient_fadeIn__jxm_v .15s ease}@keyframes AlertRulesClient_fadeIn__jxm_v{0%{opacity:0}to{opacity:1}}.AlertRulesClient_modal__yBZN5{width:min(600px,100%);max-height:90vh;overflow-y:auto;background:var(--bg-surface);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-lg);padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem;animation:AlertRulesClient_zoomIn__vjXi1 .15s ease;scrollbar-width:thin;scrollbar-color:var(--border-hover) transparent}@keyframes AlertRulesClient_zoomIn__vjXi1{0%{opacity:0;transform:scale(.98) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.AlertRulesClient_modalHeader__MgqnJ{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.AlertRulesClient_modalEyebrow__6Us9V{font-size:.75rem;font-weight:600;text-transform:uppercase;color:var(--text-muted)}.AlertRulesClient_modalTitle__ygPHc{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-top:.25rem}.AlertRulesClient_modalClose__8g4v7{width:32px;height:32px;border-radius:var(--radius-sm);border:1px solid transparent;background:transparent;color:var(--text-secondary);cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:inherit;transition:all .15s}.AlertRulesClient_modalClose__8g4v7:hover{background:var(--bg-surface-2);color:var(--text-primary)}.AlertRulesClient_confirmFooter__v1mim{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem;border-top:1px solid var(--border);padding-top:1rem}.AlertRulesClient_btnCancel__UWXo8{display:inline-flex;align-items:center;gap:.35rem;padding:.625rem 1rem;border-radius:var(--radius-md);border:1px solid transparent;background:transparent;color:var(--text-secondary);font-size:.875rem;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s}.AlertRulesClient_btnCancel__UWXo8:hover{background:var(--bg-surface-2);color:var(--text-primary)}.AlertRulesClient_btnDanger__NYi3n{display:inline-flex;align-items:center;gap:.35rem;padding:.625rem 1rem;border-radius:var(--radius-md);background:var(--danger);color:#fff;font-size:.875rem;font-weight:500;border:1px solid transparent;cursor:pointer;font-family:inherit;transition:all .15s}.AlertRulesClient_btnDanger__NYi3n:hover:not(:disabled){background:#dc2626}.AlertRulesClient_btnDanger__NYi3n:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.AlertRulesClient_ruleGrid__Fm3dG{grid-template-columns:1fr}.AlertRulesClient_hero__c6C8r{flex-direction:column;align-items:flex-start}}.AdminAlertRulesClient_adminHero__hC5i_{display:flex;justify-content:space-between;align-items:stretch;flex-wrap:wrap;gap:1rem;background:var(--bg-surface);padding:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);color:var(--text-primary)}.AdminAlertRulesClient_adminHero__hC5i_ h1{font-size:clamp(1.25rem,2vw,1.5rem);margin:.5rem 0}.AdminAlertRulesClient_adminHero__hC5i_ p{color:var(--text-secondary);font-size:.875rem;margin:0;max-width:52ch}.AdminAlertRulesClient_backLink__brLo6{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:500;background:var(--bg-surface-2);color:var(--text-secondary);text-decoration:none;transition:all .15s}.AdminAlertRulesClient_backLink__brLo6:hover{background:var(--bg-overlay);color:var(--text-primary)}.AdminAlertRulesClient_userSelectorCard__TQPi2{flex:0 1 320px;min-width:min(100%,260px);background:var(--bg-surface-2);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:1rem;display:flex;flex-direction:column;gap:.75rem}.AdminAlertRulesClient_selectorLabel__45L_k{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.AdminAlertRulesClient_userSelect__baMqp{width:100%;background:var(--input-bg);border:1px solid var(--border);color:var(--text-primary);font-size:.875rem;font-weight:500;border-radius:var(--radius-sm);padding:.625rem .75rem;outline:none;font-family:inherit;cursor:pointer;transition:all .15s;box-shadow:var(--shadow-sm)}.AdminAlertRulesClient_userSelect__baMqp:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-alpha)}.AdminAlertRulesClient_addGrid__gvwPV{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem}.AdminAlertRulesClient_addBtn__uguZK{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem;background:hsla(0,0%,100%,.05);border:1px solid transparent;border-radius:12px;cursor:pointer;font-family:inherit;font-size:.75rem;font-weight:600;color:var(--text-secondary);transition:all .2s ease}.AdminAlertRulesClient_addBtn__uguZK:hover:not(:disabled){background:hsla(0,0%,100%,.1);color:var(--text-primary);border-color:var(--border-subtle);transform:translateY(-1px)}.AdminAlertRulesClient_addBtn__uguZK:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.AdminAlertRulesClient_adminHero__hC5i_{flex-direction:column}.AdminAlertRulesClient_userSelectorCard__TQPi2{min-width:100%}}.SearchableUserSelect_container__EpfTe{position:relative;width:100%}.SearchableUserSelect_trigger__cvahQ{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem .75rem;font-size:.875rem;color:var(--text-primary);background-color:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm,.375rem);box-shadow:var(--shadow-sm,0 1px 2px 0 rgba(0,0,0,.05));cursor:pointer;transition:background-color .2s;min-height:38px;box-sizing:border-box}.SearchableUserSelect_trigger__cvahQ:hover{background-color:var(--bg-surface-2,#262626)}.SearchableUserSelect_triggerDisabled__B5cm9{opacity:.5;cursor:not-allowed}.SearchableUserSelect_triggerText__IebjW{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1;text-align:left}.SearchableUserSelect_icon__cE64W{color:var(--text-muted,#9ca3af);margin-left:.5rem;flex-shrink:0}.SearchableUserSelect_dropdown__B0jIW{position:absolute;z-index:9999;width:100%;margin-top:.25rem;background-color:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm,.375rem);box-shadow:0 10px 15px -3px rgba(0,0,0,.2),0 4px 6px -2px rgba(0,0,0,.1);overflow:hidden;display:flex;flex-direction:column;top:100%;left:0;max-height:300px}.SearchableUserSelect_searchBox__cTAsC{padding:.5rem;border-bottom:1px solid var(--border);display:flex;align-items:center;background-color:var(--bg-surface-2,#262626)}.SearchableUserSelect_searchInput__EOhAd{width:100%;background-color:transparent;border:none;outline:none;font-size:.875rem;color:var(--text-primary)}.SearchableUserSelect_searchInput__EOhAd::placeholder{color:var(--text-muted,#737373)}.SearchableUserSelect_list__SploX{overflow-y:auto;max-height:250px;padding:.25rem 0}.SearchableUserSelect_empty__WINnh{padding:.75rem;font-size:.875rem;color:var(--text-muted,#737373);text-align:center}.SearchableUserSelect_option__oOLfd{padding:.5rem .75rem;font-size:.875rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;color:var(--text-secondary,#d1d5db)}.SearchableUserSelect_option__oOLfd:hover{background-color:var(--bg-overlay,rgba(79,70,229,.15))}.SearchableUserSelect_optionSelected__lb_CL{background-color:var(--primary-dim,rgba(79,70,229,.1));color:var(--brand,#818cf8)}.SearchableUserSelect_optionText__VfB4h{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.SearchableUserSelect_optionRole__3axQV{color:var(--text-muted,#737373);font-size:.75rem;margin-left:.25rem}.SearchableUserSelect_checkIcon__VwYKF{flex-shrink:0;color:var(--brand,#818cf8)}.AdminAlertsClient_container__HoF_4{display:flex;flex-direction:column;gap:1.25rem}.AdminAlertsClient_hero__cZ4dQ{display:flex;justify-content:space-between;align-items:stretch;flex-wrap:wrap;gap:1rem}.AdminAlertsClient_heroCopy__chjl_{min-width:min(100%,420px);flex:1 1 420px;background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:var(--text-primary);padding:1.5rem;border-radius:24px;border:1px solid var(--glass-border);box-shadow:0 12px 32px rgba(0,0,0,.3)}.AdminAlertsClient_heroCopy__chjl_ h1{font-size:clamp(1.5rem,2.2vw,2.2rem);margin-top:.5rem;margin-bottom:.6rem}.AdminAlertsClient_heroCopy__chjl_ p{color:var(--text-secondary);font-size:.94rem}.AdminAlertsClient_kickerRow__KJEY_{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.AdminAlertsClient_kicker__aHqKM{background:var(--danger-dim);color:var(--danger)}.AdminAlertsClient_backLink__5wSMW,.AdminAlertsClient_kicker__aHqKM{display:inline-flex;align-items:center;padding:.4rem .75rem;border-radius:999px;font-size:.78rem;font-weight:700}.AdminAlertsClient_backLink__5wSMW{background:var(--border-subtle);color:var(--text-secondary);text-decoration:none;transition:background .2s ease}.AdminAlertsClient_backLink__5wSMW:hover{background:var(--border-hover);color:var(--text-primary)}.AdminAlertsClient_statsCard__l1ANt{flex:0 1 260px;min-width:min(100%,220px);display:flex;align-items:center;justify-content:space-around;gap:.75rem;padding:1.25rem;background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:24px;box-shadow:0 8px 24px rgba(0,0,0,.2)}.AdminAlertsClient_statItem__3QSrm{display:flex;flex-direction:column;align-items:center;gap:.2rem}.AdminAlertsClient_statValue__2x2qX{font-size:1.75rem;font-weight:800;color:var(--text-primary);line-height:1}.AdminAlertsClient_statLabel__VyAej{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.AdminAlertsClient_statDivider__fj4gp{width:1px;height:36px;background:var(--border-subtle)}.AdminAlertsClient_toolbar__eCZYK{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.AdminAlertsClient_searchInput__KwNYx{flex:1 1;min-width:220px;background:var(--input-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-subtle);color:var(--text-primary);font-size:.9rem;border-radius:14px;padding:.75rem 1rem;outline:none;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.AdminAlertsClient_searchInput__KwNYx:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(59,130,246,.1)}.AdminAlertsClient_filters__p5sAY{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.AdminAlertsClient_filterGroup__4yHz0{display:flex;border-radius:12px;overflow:hidden;border:1px solid rgba(148,163,184,.22)}.AdminAlertsClient_filterBtn__heL4R{padding:.65rem .9rem;background:var(--bg-overlay);color:var(--text-secondary);font-size:.84rem;font-weight:700;border:none;cursor:pointer;font-family:inherit;border-right:1px solid var(--border-subtle);transition:background .15s ease,color .15s ease}.AdminAlertsClient_filterBtn__heL4R:last-child{border-right:none}.AdminAlertsClient_filterBtn__heL4R:hover{background:var(--border);color:var(--text-primary)}.AdminAlertsClient_filterBtnActive__PeaPF{background:var(--brand);color:#fff}.AdminAlertsClient_filterBtnActive__PeaPF:hover{background:var(--brand-hover)}.AdminAlertsClient_tenantSelect__qbEu6{padding:.65rem .9rem;background:var(--input-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-subtle);color:var(--text-primary);font-size:.84rem;font-weight:600;border-radius:12px;outline:none;font-family:inherit;cursor:pointer;transition:border-color .2s ease}.AdminAlertsClient_tenantSelect__qbEu6:focus{border-color:var(--primary)}.AdminAlertsClient_card__bkeR3{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:24px;box-shadow:0 12px 32px rgba(0,0,0,.3);overflow:hidden}.AdminAlertsClient_tableWrap__lR1g4{overflow-x:auto}.AdminAlertsClient_table__5w43C{width:100%;border-collapse:collapse;min-width:640px}.AdminAlertsClient_th__nuiiI{background:var(--bg-surface-2);text-align:left;font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-weight:700}.AdminAlertsClient_td__YXpIl,.AdminAlertsClient_th__nuiiI{padding:.85rem 1rem;border-bottom:1px solid var(--border-subtle)}.AdminAlertsClient_td__YXpIl{color:var(--text-primary);vertical-align:top}.AdminAlertsClient_tr__DmpWH:last-child .AdminAlertsClient_td__YXpIl{border-bottom:none}.AdminAlertsClient_tr__DmpWH:hover{background:var(--bg-overlay)}.AdminAlertsClient_emptyCell__VMi41{padding:2.5rem;text-align:center;color:var(--text-muted);font-size:.9rem}.AdminAlertsClient_tableFooter__sHOTf{padding:.75rem 1rem;border-top:1px solid var(--border-subtle);font-size:.82rem;color:var(--text-secondary);background:var(--input-bg)}.AdminAlertsClient_badge__wi3D_{display:inline-flex;align-items:center;padding:.25rem .6rem;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.AdminAlertsClient_badgeFiring__E8yww{background:rgba(239,68,68,.1);color:var(--danger);border:1px solid var(--danger-alpha)}.AdminAlertsClient_badgeResolved__D0EjF{background:var(--success-dim);color:var(--success);border:1px solid var(--success-alpha)}.AdminAlertsClient_badgeUnknown__nn8V_{background:var(--bg-overlay);color:var(--text-muted);border:1px solid var(--border)}.AdminAlertsClient_tenantPill__fQ7KN{display:inline-flex;align-items:center;padding:.25rem .6rem;border-radius:999px;font-size:.76rem;font-weight:700;background:rgba(59,130,246,.08);color:var(--primary);border:1px solid var(--primary-alpha)}.AdminAlertsClient_overlay__OaDpL{position:fixed;inset:0;z-index:80;background:var(--bg-overlay);display:grid;place-items:center;padding:1rem;animation:AdminAlertsClient_fadeIn__H77ww .18s ease}@keyframes AdminAlertsClient_fadeIn__H77ww{0%{opacity:0}to{opacity:1}}.AdminAlertsClient_modal__TRpb0{width:min(560px,100%);background:var(--bg-surface-2);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:28px;border:1px solid var(--border);box-shadow:0 30px 80px rgba(0,0,0,.5);padding:1.5rem;animation:AdminAlertsClient_zoomIn__YJp2Y .2s ease}@keyframes AdminAlertsClient_zoomIn__YJp2Y{0%{opacity:0;transform:scale(.95) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.AdminAlertsClient_modalHeader__IeMGh{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.AdminAlertsClient_modalEyebrow__M7dz0{font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--brand);margin-bottom:.2rem}.AdminAlertsClient_modalTitle__6Z3dk{font-size:1.1rem;font-weight:800;color:var(--text-primary)}.AdminAlertsClient_modalClose__GhphC{width:34px;height:34px;border-radius:10px;border:1px solid var(--border-subtle);background:var(--border-subtle);color:var(--text-secondary);cursor:pointer;font-size:.9rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:inherit;transition:background .2s ease,color .2s ease}.AdminAlertsClient_modalClose__GhphC:hover{background:var(--danger-dim);color:var(--danger)}.AdminAlertsClient_detailGrid__2RI__{display:grid;grid-gap:.65rem;gap:.65rem}.AdminAlertsClient_detailItem__C7zY5{align-items:center;justify-content:space-between;gap:.75rem}.AdminAlertsClient_detailItemFull__A9NL9,.AdminAlertsClient_detailItem__C7zY5{display:flex;padding:.65rem .9rem;background:var(--bg-overlay);border:1px solid var(--border-subtle);border-radius:12px}.AdminAlertsClient_detailItemFull__A9NL9{flex-direction:column;gap:.35rem}.AdminAlertsClient_detailLabel__jj2cm{font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);flex-shrink:0}.AdminAlertsClient_detailValue__INzAs{font-size:.88rem;font-weight:600;color:var(--text-primary);text-align:right;word-break:break-word}.AdminAlertsClient_detailItemFull__A9NL9 .AdminAlertsClient_detailValue__INzAs{text-align:left;font-size:.86rem}.AdminAlertsClient_modalFooter__n8U68{display:flex;justify-content:flex-end;gap:.6rem;margin-top:1rem}.AdminAlertsClient_btnCancel__AXBs_{padding:.7rem 1.1rem;border-radius:12px;border:1px solid var(--border-subtle);background:var(--border-subtle);color:var(--text-primary);font-size:.88rem;font-weight:700;cursor:pointer;font-family:inherit}.AdminAlertsClient_btnSubmit__QV5YW{padding:.7rem 1.2rem;border-radius:12px;background:linear-gradient(135deg,var(--brand) 0,#4f46e5 100%);color:#fff;font-size:.88rem;font-weight:700;border:none;cursor:pointer;font-family:inherit}@media (max-width:768px){.AdminAlertsClient_heroCopy__chjl_{min-width:100%}.AdminAlertsClient_statsCard__l1ANt{min-width:100%;justify-content:space-around}.AdminAlertsClient_toolbar__eCZYK{flex-direction:column;align-items:stretch}}.Pagination_paginationContainer__jSOrH{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-top:1px solid var(--border-subtle);background:var(--bg-surface);border-radius:0 0 12px 12px}.Pagination_leftControls__RRElX{display:flex;align-items:center;gap:.75rem}.Pagination_pageSizeLabel__Au2XQ{font-size:.875rem;color:var(--text-secondary)}.Pagination_pageSizeSelect__MsdsD{background:var(--bg-subtle);border:1px solid var(--border-subtle);color:var(--text-primary);border-radius:6px;padding:.3rem .5rem;font-size:.875rem;outline:none;cursor:pointer}.Pagination_pageSizeSelect__MsdsD:focus{border-color:var(--primary)}.Pagination_pageSizeSelect__MsdsD option{background:var(--bg-surface);color:var(--text-primary)}.Pagination_rightControls__Basyk{display:flex;align-items:center;gap:1rem}.Pagination_pageInfo__8xvq9{font-size:.875rem;color:var(--text-secondary)}.Pagination_btnGroup__UQaiM{display:flex;gap:.5rem}.Pagination_pageBtn__tHQYl{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;border:1px solid var(--border-subtle);background:var(--bg-surface);color:var(--text-primary);cursor:pointer;transition:all .2s}.Pagination_pageBtn__tHQYl:hover:not(:disabled){background:var(--bg-subtle);border-color:var(--text-muted)}.Pagination_pageBtn__tHQYl:disabled{opacity:.5;cursor:not-allowed}.AlertRuleForm_form__kgTLI{display:flex;flex-direction:column;gap:1.1rem}.AlertRuleForm_errorBanner__IKKZx{background:rgba(239,68,68,.1);color:var(--danger);padding:.75rem .9rem;border-radius:12px;border:1px solid var(--danger-alpha);font-size:.86rem}.AlertRuleForm_section__6zccv{display:flex;flex-direction:column;gap:.55rem}.AlertRuleForm_sectionLabel__q5lUK{font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:var(--brand)}.AlertRuleForm_metricGrid__1bjZf{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.5rem;gap:.5rem}.AlertRuleForm_metricCard__WTr6w{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;padding:.75rem .5rem;background:var(--bg-overlay);border:1.5px solid var(--border-subtle);border-radius:16px;cursor:pointer;font-family:inherit;transition:all .15s}.AlertRuleForm_metricCard__WTr6w:hover{border-color:var(--brand);box-shadow:0 4px 12px rgba(59,130,246,.1)}.AlertRuleForm_metricCardActive__B0hF9{border-color:var(--brand)!important;background:rgba(59,130,246,.1)!important;box-shadow:0 4px 14px rgba(59,130,246,.14)!important}.AlertRuleForm_metricIcon__3GC0c{display:flex;align-items:center;justify-content:center;color:var(--text-secondary)}.AlertRuleForm_metricCardActive__B0hF9 .AlertRuleForm_metricIcon__3GC0c{color:var(--brand)}.AlertRuleForm_metricLabel__iR5fp{font-size:.72rem;font-weight:700;color:var(--text-primary);text-align:center;line-height:1.3}.AlertRuleForm_metricDesc__wp0MZ{font-size:.82rem;color:var(--text-secondary);margin:0}.AlertRuleForm_select__8G1UU{width:100%;background:var(--input-bg);border:1px solid var(--border-subtle);color:var(--text-primary);font-size:.92rem;font-weight:600;border-radius:14px;padding:.75rem .9rem;outline:none;font-family:inherit;cursor:pointer;transition:border-color .2s}.AlertRuleForm_select__8G1UU:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(59,130,246,.1)}.AlertRuleForm_hint__spRDC{font-size:.76rem;color:var(--text-muted);margin:0}.AlertRuleForm_thresholdRow__vKIHG{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.AlertRuleForm_thresholdInputWrap__rePsX{display:flex;align-items:center;gap:.35rem}.AlertRuleForm_thresholdInput__oz2Me{width:90px;background:var(--input-bg);border:1.5px solid var(--border-subtle);color:var(--text-primary);font-size:1.4rem;font-weight:800;border-radius:14px;padding:.55rem .75rem;outline:none;font-family:inherit;text-align:center;transition:border-color .2s}.AlertRuleForm_thresholdInput__oz2Me:focus{border-color:var(--brand)}.AlertRuleForm_thresholdUnit__TJgLF{font-size:1.2rem;font-weight:700;color:var(--text-secondary)}.AlertRuleForm_thresholdDesc__sKdtj{font-size:.86rem;color:var(--text-secondary);margin:0;flex:1 1}.AlertRuleForm_sliderWrap__t_TQl{display:flex;flex-direction:column;gap:.3rem}.AlertRuleForm_slider__E2P6j{width:100%;height:6px;border-radius:999px;outline:none;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;border:none!important;box-shadow:none!important;margin:10px 0}.AlertRuleForm_slider__E2P6j::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--brand);box-shadow:0 2px 8px rgba(59,130,246,.3);cursor:pointer}.AlertRuleForm_slider__E2P6j::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--brand);border:none;cursor:pointer}.AlertRuleForm_sliderLabels__wfAZP{display:flex;justify-content:space-between;font-size:.75rem;color:var(--text-muted);font-weight:600}.AlertRuleForm_twoCol__UiD4c{display:grid;grid-template-columns:1fr 1fr;grid-gap:.85rem;gap:.85rem}.AlertRuleForm_fieldGroup__Vn3Lw{display:flex;flex-direction:column;gap:.4rem}.AlertRuleForm_fieldLabel__NQdmz{font-size:.8rem;font-weight:700;color:var(--text-secondary)}.AlertRuleForm_severityRow__ltuUs{display:flex;gap:.4rem}.AlertRuleForm_severityBtn__UHNg9{flex:1 1;padding:.6rem .5rem;border-radius:12px;border:1.5px solid var(--border-subtle);background:var(--border-subtle);color:var(--text-secondary);font-size:.8rem;font-weight:700;cursor:pointer;font-family:inherit;text-transform:capitalize;transition:all .15s}.AlertRuleForm_severityBtn__UHNg9:hover{border-color:var(--text-muted);color:var(--text-primary)}.AlertRuleForm_severityBtnActive__B6YzE{border-width:1.5px}.AlertRuleForm_previewBox__zzsXp{background:var(--input-bg);border:1px solid var(--border-subtle);border-radius:16px;padding:.9rem 1rem;display:flex;flex-direction:column;gap:.4rem}.AlertRuleForm_previewLabel__4iWN7{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.AlertRuleForm_previewName__xOmX7{font-size:.96rem;font-weight:800;color:var(--text-primary)}.AlertRuleForm_editNameBtn__k3BmL{align-self:flex-start;font-size:.76rem;color:var(--brand);background:none;border:none;cursor:pointer;font-family:inherit;font-weight:700;padding:0}.AlertRuleForm_customNameInput__UKk4X{background:var(--border-subtle);border:1px solid var(--border-subtle);color:var(--text-primary);font-size:.9rem;border-radius:12px;padding:.65rem .85rem;outline:none;font-family:inherit;transition:border-color .2s}.AlertRuleForm_customNameInput__UKk4X:focus{border-color:var(--brand)}.AlertRuleForm_footer__V2RaS{display:flex;justify-content:flex-end;gap:.6rem;padding-top:.25rem;border-top:1px solid var(--border-subtle)}.AlertRuleForm_btnCancel__sJfXJ{padding:.75rem 1.1rem;border-radius:12px;border:1px solid var(--border-subtle);background:var(--border-subtle);color:var(--text-secondary)}.AlertRuleForm_btnCancel__sJfXJ,.AlertRuleForm_btnSubmit__HMqPP{display:inline-flex;align-items:center;gap:.35rem;font-size:.9rem;font-weight:700;cursor:pointer;font-family:inherit}.AlertRuleForm_btnSubmit__HMqPP{padding:.75rem 1.3rem;border-radius:12px;background:linear-gradient(135deg,var(--brand) 0,#4f46e5 100%);color:#fff;border:none;box-shadow:0 10px 22px var(--primary-alpha);transition:opacity .15s}.AlertRuleForm_btnSubmit__HMqPP:disabled{opacity:.6;cursor:not-allowed}@media(max-width:600px){.AlertRuleForm_metricGrid__1bjZf{grid-template-columns:repeat(2,1fr)}.AlertRuleForm_twoCol__UiD4c{grid-template-columns:1fr}}.LanguageSwitcher_wrapper__u9SX8{position:relative}.LanguageSwitcher_trigger__1UT1E{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .6rem;border-radius:8px;border:1px solid var(--border);background:var(--bg-overlay);color:rgba(148,163,184,.85);font-size:.78rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s,color .15s;white-space:nowrap}.LanguageSwitcher_trigger__1UT1E:hover{background:var(--border);border-color:var(--border);color:var(--text-primary)}.LanguageSwitcher_flag__YhdMl{font-size:.88rem;line-height:1}.LanguageSwitcher_label__jsa_e{display:none}@media (min-width:640px){.LanguageSwitcher_label__jsa_e{display:inline}}.LanguageSwitcher_dropdown__WBmDP{position:absolute;right:0;top:calc(100% + 6px);z-index:200;background:#1c2333;border:1px solid var(--border-hover);border-radius:12px;box-shadow:0 0 0 1px hsla(0,0%,100%,.03),0 16px 40px rgba(0,0,0,.5);padding:.35rem;min-width:155px;animation:LanguageSwitcher_fadeDown__flmVX .14s ease}@keyframes LanguageSwitcher_fadeDown__flmVX{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.LanguageSwitcher_option__2YTKO{display:flex;align-items:center;gap:.55rem;width:100%;padding:.58rem .7rem;border:none;background:transparent;border-radius:8px;font-size:.84rem;font-weight:500;color:rgba(148,163,184,.85);cursor:pointer;font-family:inherit;transition:background .12s,color .12s;text-align:left}.LanguageSwitcher_option__2YTKO:hover{background:var(--glass-border);color:var(--text-primary)}.LanguageSwitcher_optionActive__RUIT3{background:var(--primary-dim)!important;color:var(--primary)!important}.LanguageSwitcher_check__tTiVI{margin-left:auto;font-size:.75rem;color:var(--warning);font-weight:700}.ThemeSwitcher_switcher__lhBVz{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-full);color:var(--text-secondary);background:transparent;transition:all .2s ease;border:1px solid transparent}.ThemeSwitcher_switcher__lhBVz:hover{background:var(--bg-overlay);color:var(--text-primary);border-color:var(--border-hover)}.ThemeSwitcher_switcherPlaceholder__U0baJ{width:32px;height:32px}.page_container__zagmD{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:radial-gradient(ellipse at 20% 0,var(--primary-dim) 0,transparent 50%),radial-gradient(ellipse at 80% 100%,rgba(59,130,246,.06) 0,transparent 50%),var(--bg-base);position:relative;overflow:hidden}.page_container__zagmD:before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--glass-border) 1px,transparent 1px),linear-gradient(90deg,var(--glass-border) 1px,transparent 1px);background-size:48px 48px;pointer-events:none}.page_loginBox__FZMq5{width:100%;max-width:400px;background:var(--bg-surface);border:1px solid var(--border);border-radius:18px;padding:2.25rem 2rem 2rem;box-shadow:0 0 0 1px hsla(0,0%,100%,.03),0 24px 56px rgba(0,0,0,.5);position:relative;z-index:1;animation:page_slideUp__Se8bB .3s ease forwards}@keyframes page_slideUp__Se8bB{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.page_header__X7UxJ{text-align:center;margin-bottom:2rem}.page_logoWrap__X_2MB{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,var(--brand) 0,#4f46e5 100%);margin-bottom:1.1rem;box-shadow:0 0 24px var(--primary-alpha)}.page_header__X7UxJ h1{font-size:1.35rem;font-weight:800;color:var(--text-primary);margin-bottom:.35rem;letter-spacing:-.02em}.page_header__X7UxJ p{font-size:.83rem;color:var(--text-secondary)}.page_form__FClb7{display:flex;flex-direction:column;gap:1rem}.page_fieldGroup__fkMwt{display:flex;flex-direction:column;gap:.4rem}.page_fieldGroup__fkMwt label{font-size:.78rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em}.page_fieldGroup__fkMwt input{background:var(--bg-overlay);border:1px solid var(--border-subtle);color:var(--text-primary);border-radius:10px;padding:.7rem .9rem;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.page_fieldGroup__fkMwt input:focus{border-color:var(--primary-alpha);box-shadow:0 0 0 3px var(--primary-dim)}.page_fieldGroup__fkMwt input::placeholder{color:var(--text-muted)}.page_submitBtn__GVtxf{margin-top:.5rem;width:100%;padding:.78rem 1rem;border-radius:10px;background:linear-gradient(135deg,var(--brand) 0,#4f46e5 100%);color:#fff;font-size:.9rem;font-weight:700;border:none;cursor:pointer;transition:all .15s ease;box-shadow:0 6px 20px var(--primary-alpha);display:flex;align-items:center;justify-content:center;gap:.4rem;letter-spacing:.01em}.page_submitBtn__GVtxf:hover:not(:disabled){background:linear-gradient(135deg,var(--brand) 0,#4f46e5 100%);box-shadow:0 8px 24px var(--primary-alpha);transform:translateY(-1px)}.page_submitBtn__GVtxf:disabled{opacity:.6;cursor:not-allowed;transform:none}.page_errorMessage__yyOge{background:rgba(239,68,68,.1);color:var(--danger);padding:.7rem .9rem;border-radius:9px;font-size:.83rem;border:1px solid var(--danger-alpha)}.page_footer__Res3w{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--glass-border);display:flex;align-items:center;justify-content:center;gap:.5rem}.page_footerText__QfGdy{font-size:.75rem;color:var(--text-muted)}.NotificationsClient_container__9gQbi{display:flex;flex-direction:column;gap:1.5rem;position:relative}.NotificationsClient_toast__yOTIC{position:fixed;top:1rem;right:1.5rem;z-index:200;background:var(--bg-surface-2);color:var(--text-primary);padding:.75rem 1rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;box-shadow:var(--shadow-md);border:1px solid var(--border);animation:NotificationsClient_slideIn__lsfjZ .2s cubic-bezier(.16,1,.3,1)}@keyframes NotificationsClient_slideIn__lsfjZ{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.NotificationsClient_hero__CCgaz{display:flex;justify-content:space-between;align-items:stretch;flex-wrap:wrap;gap:1.5rem;position:relative}.NotificationsClient_hero__CCgaz:before{content:"";position:absolute;top:-50%;left:-10%;width:120%;height:200%;background:radial-gradient(circle at 50% 0,rgba(14,165,233,.1) 0,transparent 50%);z-index:0;pointer-events:none}.NotificationsClient_heroCopy__wn9pm{flex:1 1 500px;background:hsla(0,0%,100%,.03);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--text-primary);padding:2rem;border-radius:24px;border:1px solid hsla(0,0%,100%,.08);box-shadow:0 8px 32px rgba(0,0,0,.2);position:relative;z-index:1}.NotificationsClient_heroCopy__wn9pm h1{font-size:clamp(1.5rem,3vw,2rem);margin:.75rem 0;color:#fff;font-weight:700;letter-spacing:-.02em}.NotificationsClient_heroCopy__wn9pm p{color:var(--text-secondary);font-size:.95rem;margin:0;line-height:1.6;max-width:60ch}.NotificationsClient_kickerRow__NpHI6{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.NotificationsClient_kicker__KlBbu{padding:.35rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;background:rgba(14,165,233,.15);color:#38bdf8;text-transform:uppercase;letter-spacing:.05em}.NotificationsClient_addPanel__mdqBY{flex:0 1 350px;min-width:min(100%,300px);padding:2rem;background:linear-gradient(135deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.01));border:1px solid hsla(0,0%,100%,.08);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:24px;display:flex;flex-direction:column;gap:1.25rem;box-shadow:0 8px 32px rgba(0,0,0,.2);position:relative;z-index:1}.NotificationsClient_addPanelTitle__tNf2L{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.NotificationsClient_addGrid__iTukq{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.NotificationsClient_addBtn__CNETs{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem .5rem;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.05);border-radius:16px;cursor:pointer;font-family:inherit;font-size:.85rem;font-weight:600;color:var(--text-secondary);transition:all .3s cubic-bezier(.4,0,.2,1)}.NotificationsClient_addBtn__CNETs:hover{border-color:var(--primary);color:#fff;background:rgba(14,165,233,.1);transform:translateY(-4px);box-shadow:0 12px 24px rgba(14,165,233,.15)}.NotificationsClient_section__XpvJ8{display:flex;flex-direction:column;gap:1.5rem;position:relative;z-index:1;margin-top:2rem}.NotificationsClient_sectionHeader___qpA9{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-bottom:1rem;border-bottom:1px solid hsla(0,0%,100%,.08)}.NotificationsClient_sectionEyebrow__yEQkd{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.25rem}.NotificationsClient_sectionTitle__5iAj7{font-size:1.25rem;font-weight:700;color:#fff;margin:0}.NotificationsClient_cpGrid__rdL39{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem}.NotificationsClient_cpCard__xJ4rF{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.08);border-radius:24px;padding:1.5rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 24px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.NotificationsClient_cpCard__xJ4rF:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--card-accent,var(--primary));opacity:.8}.NotificationsClient_cpCard__xJ4rF:hover{border-color:hsla(0,0%,100%,.2);box-shadow:0 16px 40px rgba(0,0,0,.3);transform:translateY(-4px)}.NotificationsClient_cpTop__BIlv5{display:flex;align-items:flex-start;gap:1rem}.NotificationsClient_cpTypeIcon__ul3ET{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.2rem}.NotificationsClient_cpInfo__BTPGN{flex:1 1;min-width:0}.NotificationsClient_cpType__e5Rz_{font-size:.95rem;font-weight:700;color:#fff}.NotificationsClient_cpSummary__e5nuM{font-size:.85rem;color:var(--text-secondary);margin-top:.35rem;word-break:break-all;line-height:1.5}.NotificationsClient_resolveBadge__otFno{flex-shrink:0;padding:.25rem .75rem;border-radius:9999px;font-size:.7rem;font-weight:700;white-space:nowrap;border:1px solid transparent;text-transform:uppercase;letter-spacing:.05em}.NotificationsClient_resolveOn__W_lgr{background:rgba(16,185,129,.12);color:#34d399;border-color:rgba(16,185,129,.25)}.NotificationsClient_resolveOff__5Y_4U{background:rgba(148,163,184,.15);color:#cbd5e1;border-color:rgba(148,163,184,.3)}.NotificationsClient_tokenRow__dgfN4{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:rgba(0,0,0,.2);border-radius:12px;border:1px solid hsla(0,0%,100%,.05)}.NotificationsClient_tokenLabel__5DuI9{font-size:.75rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.NotificationsClient_tokenValue__uvWs3{font-family:var(--font-mono);font-size:.85rem;color:var(--text-secondary);letter-spacing:.05em}.NotificationsClient_cpActions__p_fk4{display:flex;gap:.75rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.08)}.NotificationsClient_btnEdit__8JQxx{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;flex:1 1;padding:.75rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.05);background:hsla(0,0%,100%,.03);color:#e2e8f0;font-size:.85rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s ease}.NotificationsClient_btnEdit__8JQxx:hover{background:hsla(0,0%,100%,.1);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2);border-color:hsla(0,0%,100%,.15)}.NotificationsClient_btnDelete__x34rP{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;flex:1 1;padding:.75rem;border-radius:12px;border:1px solid rgba(239,68,68,.15);background:rgba(239,68,68,.05);color:#f87171;font-size:.85rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s ease}.NotificationsClient_btnDelete__x34rP:hover{background:rgba(239,68,68,.15);color:#fca5a5;transform:translateY(-2px);box-shadow:0 4px 12px rgba(239,68,68,.2);border-color:rgba(239,68,68,.3)}.NotificationsClient_overlay__Ug7oW{position:fixed;inset:0;z-index:80;background:rgba(0,0,0,.7);display:grid;place-items:center;padding:1rem;animation:NotificationsClient_fadeIn__TSJs7 .15s ease}@keyframes NotificationsClient_fadeIn__TSJs7{0%{opacity:0}to{opacity:1}}.NotificationsClient_modal__4Gonb{width:min(520px,100%);max-height:90vh;overflow-y:auto;background:var(--bg-surface);border-radius:24px;border:1px solid var(--border-subtle);box-shadow:0 24px 60px rgba(0,0,0,.4);padding:2rem;display:flex;flex-direction:column;gap:1.5rem;animation:NotificationsClient_zoomIn__6lEf4 .15s ease;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.1) transparent}@keyframes NotificationsClient_zoomIn__6lEf4{0%{opacity:0;transform:scale(.98) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.NotificationsClient_modalHeader__rmKMB{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.NotificationsClient_modalIcon__msSLx{width:40px;height:40px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.NotificationsClient_modalEyebrow__C7frk{font-size:.75rem;font-weight:600;text-transform:uppercase;color:var(--text-muted)}.NotificationsClient_modalTitle__5v_Kg{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-top:.25rem}.NotificationsClient_modalClose__pgwZT{width:32px;height:32px;border-radius:var(--radius-sm);border:1px solid transparent;background:transparent;color:var(--text-secondary);cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:inherit;transition:all .15s}.NotificationsClient_modalClose__pgwZT:hover{background:var(--bg-surface-2);color:var(--text-primary)}.NotificationsClient_form__OShI0{display:flex;flex-direction:column;gap:1rem}.NotificationsClient_fieldGroup__SsH8q{display:flex;flex-direction:column;gap:.35rem}.NotificationsClient_fieldLabel__FZGzP{font-size:.8125rem;font-weight:500;color:var(--text-primary)}.NotificationsClient_input__T3TdL{background:rgba(0,0,0,.2);border:1px solid var(--border-subtle);color:var(--text-primary);font-size:.9rem;border-radius:12px;padding:.75rem 1rem;outline:none;font-family:inherit;transition:all .2s ease;width:100%}.NotificationsClient_input__T3TdL:focus{border-color:var(--primary);background:rgba(0,0,0,.3);box-shadow:0 0 0 3px rgba(14,165,233,.15)}.NotificationsClient_input__T3TdL::placeholder{color:var(--text-muted)}.NotificationsClient_textarea__MF4Zl{background:rgba(0,0,0,.2);border:1px solid var(--border-subtle);color:var(--text-primary);font-size:.9rem;border-radius:12px;padding:.75rem 1rem;outline:none;font-family:var(--font-mono);resize:vertical;min-height:100px;transition:all .2s ease;width:100%}.NotificationsClient_textarea__MF4Zl:focus{border-color:var(--primary);background:rgba(0,0,0,.3);box-shadow:0 0 0 3px rgba(14,165,233,.15)}.NotificationsClient_hint__T9YvY{font-size:.75rem;color:var(--text-muted)}.NotificationsClient_toggleRow__mDwp_{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--bg-surface-2);border:1px solid var(--border-subtle);border-radius:var(--radius-md);gap:1rem}.NotificationsClient_toggleLabel__CbsmU{font-size:.875rem;font-weight:500;color:var(--text-primary)}.NotificationsClient_toggleHint__atEAY{font-size:.75rem;color:var(--text-secondary);margin-top:.25rem}.NotificationsClient_toggle__ZcVhS{width:40px;height:24px;border-radius:999px;background:var(--bg-surface);border:1px solid var(--border);cursor:pointer;position:relative;transition:all .2s;flex-shrink:0;padding:0}.NotificationsClient_toggleOn__HEzn7{background:var(--primary);border-color:var(--primary)}.NotificationsClient_toggleThumb__Bdgen{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:var(--text-secondary);transition:transform .2s,background .2s}.NotificationsClient_toggleOn__HEzn7 .NotificationsClient_toggleThumb__Bdgen{transform:translateX(16px);background:#fff}.NotificationsClient_modalFooter__0S4yc{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem;padding-top:1.25rem;border-top:1px solid var(--border-subtle)}.NotificationsClient_btnCancel__JajXq{display:inline-flex;align-items:center;gap:.35rem;padding:.625rem 1.25rem;border-radius:12px;border:1px solid transparent;background:hsla(0,0%,100%,.05);color:var(--text-primary);font-size:.875rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s ease}.NotificationsClient_btnCancel__JajXq:hover{background:hsla(0,0%,100%,.1);transform:translateY(-1px)}.NotificationsClient_btnSubmit__fu5Ff{display:inline-flex;align-items:center;gap:.35rem;padding:.625rem 1.5rem;border-radius:12px;background:var(--primary);color:#fff;font-size:.875rem;font-weight:600;border:none;cursor:pointer;font-family:inherit;transition:all .2s ease;box-shadow:0 4px 12px rgba(14,165,233,.3)}.NotificationsClient_btnSubmit__fu5Ff:hover:not(:disabled){background:#0284c7;transform:translateY(-1px);box-shadow:0 6px 16px rgba(14,165,233,.4)}.NotificationsClient_btnSubmit__fu5Ff:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.NotificationsClient_btnDanger__b8RUj{display:inline-flex;align-items:center;gap:.35rem;padding:.625rem 1.25rem;border-radius:12px;background:var(--danger);color:#fff;font-size:.875rem;font-weight:600;border:none;cursor:pointer;font-family:inherit;transition:all .2s ease;box-shadow:0 4px 12px rgba(239,68,68,.3)}.NotificationsClient_btnDanger__b8RUj:hover:not(:disabled){background:#dc2626;transform:translateY(-1px);box-shadow:0 6px 16px rgba(239,68,68,.4)}.NotificationsClient_btnDanger__b8RUj:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}@media(max-width:768px){.NotificationsClient_addPanel__mdqBY,.NotificationsClient_heroCopy__wn9pm{min-width:100%}.NotificationsClient_cpGrid__rdL39{grid-template-columns:1fr}.NotificationsClient_addGrid__iTukq{grid-template-columns:repeat(2,1fr)}}.DashboardLayout_layout__wodqr{display:flex;min-height:100vh;background:var(--bg-base);color:var(--text-primary);font-family:var(--font-sans)}.DashboardLayout_sidebar__4E7E5{width:230px;background:var(--bg-sidebar);border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;top:0;bottom:0;left:0;z-index:50}.DashboardLayout_sidebarHeader__kbWrx{padding:1.25rem 1rem;border-bottom:1px solid var(--border-subtle)}.DashboardLayout_brand__qRAsE{display:flex;align-items:center;gap:.75rem}.DashboardLayout_brandIcon__CzHlw{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#0284c7,#2563eb);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 0 12px rgba(37,99,235,.3)}.DashboardLayout_shieldIcon__yNcr3{color:#fff}.DashboardLayout_brandTextWrap__oLdQC{display:flex;flex-direction:column}.DashboardLayout_brandTitle__aXlZQ{font-weight:700;font-size:1rem;color:#fff;line-height:1.2;letter-spacing:-.01em}.DashboardLayout_brandSubtitle____5Rg{font-size:.7rem;color:var(--text-muted);font-weight:500}.DashboardLayout_sidebarNav___Sdoe{flex:1 1;padding:1rem .65rem;display:flex;flex-direction:column;gap:.25rem;overflow-y:auto;scrollbar-width:thin}.DashboardLayout_navItem__VGE_v{display:flex;align-items:center;gap:.75rem;padding:.6rem .8rem;border-radius:var(--radius-md);color:var(--text-secondary);text-decoration:none;font-size:.85rem;font-weight:500;transition:all .15s ease;cursor:pointer;border:1px solid transparent}.DashboardLayout_navItem__VGE_v:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.DashboardLayout_navItemActive__NdHHz{background:#172645;color:#fff;font-weight:600;border-color:#1d3a70;box-shadow:inset 3px 0 0 #2563eb}.DashboardLayout_navIcon__kDIsC{color:inherit;flex-shrink:0}.DashboardLayout_navLabel__V7KHa{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.DashboardLayout_logoutBtn__tzlmv{display:flex;align-items:center;gap:.75rem;padding:.6rem .8rem;border-radius:var(--radius-md);color:var(--text-secondary);background:none;border:1px solid transparent;font-size:.85rem;font-weight:500;width:100%;text-align:left;cursor:pointer;transition:all .15s ease;margin-top:.5rem;font-family:inherit}.DashboardLayout_logoutBtn__tzlmv:hover{background:rgba(239,68,68,.12);color:#ef4444}.DashboardLayout_sidebarFooter__PfHph{padding:.85rem .65rem;border-top:1px solid var(--border-subtle)}.DashboardLayout_systemStatusPill__UeXTo{display:flex;align-items:center;gap:.5rem;background:#09172c;border:1px solid #142a4a;padding:.5rem .65rem;border-radius:9999px;font-size:.65rem;font-weight:700;color:#10b981;letter-spacing:.02em}.DashboardLayout_statusDotGreen__DR14L{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 8px #10b981;flex-shrink:0}.DashboardLayout_statusText___cT9M{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.DashboardLayout_mainContainer__U2c3M{flex:1 1;margin-left:230px;display:flex;flex-direction:column;min-width:0;min-height:100vh}.DashboardLayout_header__ED_93{height:58px;background:var(--bg-header);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:40}.DashboardLayout_headerLeft__un8TL{display:flex;align-items:center;gap:1rem}.DashboardLayout_tenantSelector__HMT4O{display:flex;align-items:center;gap:.5rem;background:#0b172e;border:1px solid #182b4d;padding:.35rem .85rem;border-radius:9999px;cursor:pointer;transition:all .15s ease}.DashboardLayout_tenantSelector__HMT4O:hover{background:#102142;border-color:#203966}.DashboardLayout_tenantPrefix__s_Pjm{font-size:.68rem;font-weight:700;color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase}.DashboardLayout_tenantName__kxSlY{font-size:.85rem;font-weight:700;color:#fff}.DashboardLayout_tenantChevron__Qc2ID{color:var(--text-muted)}.DashboardLayout_headerRight__hwqC7{display:flex;align-items:center;gap:.85rem}.DashboardLayout_headerStatusBadge__YXfC6{display:flex;align-items:center;gap:.4rem;background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.25);padding:.3rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;color:#10b981}.DashboardLayout_headerStatusIcon__ybdc0{color:#10b981}.DashboardLayout_iconButton__BtN64{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#0b172e;border:1px solid #182b4d;color:var(--text-secondary);cursor:pointer;position:relative;transition:all .15s ease}.DashboardLayout_iconButton__BtN64:hover{color:#fff;background:#102142;border-color:#203966}.DashboardLayout_notificationDot__cGHSr{position:absolute;top:6px;right:6px;width:6px;height:6px;border-radius:50%;background:#06b6d4;box-shadow:0 0 6px #06b6d4}.DashboardLayout_divider__DWsU7{width:1px;height:20px;background:var(--border);margin:0 .2rem}.DashboardLayout_userBadge__0lIyO{display:flex;align-items:center;gap:.6rem;text-decoration:none;padding:.25rem .5rem;border-radius:9999px;transition:background .15s ease}.DashboardLayout_userBadge__0lIyO:hover{background:#0b172e}.DashboardLayout_avatar__bXfPW{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#0284c7,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;box-shadow:0 0 8px rgba(37,99,235,.3)}.DashboardLayout_userInfo__o9M0t{display:flex;flex-direction:column}.DashboardLayout_userName__ze_aS{font-size:.82rem;font-weight:700;color:#fff;line-height:1.1}.DashboardLayout_userRole__0IxsE{font-size:.68rem;color:var(--text-muted)}.DashboardLayout_mobileMenuToggle__6pPMI{display:none;background:transparent;border:none;color:var(--text-primary);cursor:pointer;padding:.5rem}.DashboardLayout_mobileNavOverlay__WqsAE{position:fixed;top:58px;left:0;right:0;bottom:0;background:rgba(7,13,24,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:45;padding:1rem}.DashboardLayout_mobileNav__d39np{display:flex;flex-direction:column;gap:.35rem}.DashboardLayout_mainContent__ygWM1{flex:1 1;padding:1.5rem 2rem;background:var(--bg-base)}@media (max-width:992px){.DashboardLayout_sidebar__4E7E5{display:none}.DashboardLayout_mainContainer__U2c3M{margin-left:0}.DashboardLayout_mobileMenuToggle__6pPMI{display:flex;align-items:center}.DashboardLayout_headerStatusBadge__YXfC6{display:none}.DashboardLayout_mainContent__ygWM1{padding:1rem}}.AdminMetricsClient_container__7QaPd{display:flex;flex-direction:column;gap:1.25rem}.AdminMetricsClient_topHeader__YamcY{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.AdminMetricsClient_pageTitle__QAi1l{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0}.AdminMetricsClient_userSelectorWrap__nvreF{display:flex;align-items:center;gap:.6rem}.AdminMetricsClient_userSelectorLabel__KuF1q{font-size:.85rem;color:var(--text-secondary);font-weight:600}.AdminMetricsClient_mainGrid__WASAo{display:grid;grid-template-columns:240px 1fr;grid-gap:1.25rem;gap:1.25rem;align-items:start}@media (max-width:992px){.AdminMetricsClient_mainGrid__WASAo{grid-template-columns:1fr}}.AdminMetricsClient_serverSidebar__CzNb5{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem;display:flex;flex-direction:column;gap:.85rem;box-shadow:var(--shadow-sm)}.AdminMetricsClient_sidebarHeader__b05hT{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.2rem}.AdminMetricsClient_serverList__sM6Bk{display:flex;flex-direction:column;gap:.5rem}.AdminMetricsClient_serverCard__h2Mqp{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-radius:var(--radius-md);background:#081326;border:1px solid #122345;cursor:pointer;transition:all .15s ease}.AdminMetricsClient_serverCard__h2Mqp:hover{background:#0c1c38;border-color:#1a325c}.AdminMetricsClient_serverCardActive__tASds{background:#102142!important;border-color:#2563eb!important;box-shadow:0 4px 14px rgba(37,99,235,.2)}.AdminMetricsClient_serverCardLeft___KhDd{display:flex;flex-direction:column;gap:.2rem}.AdminMetricsClient_serverName__TVp1l{font-size:.9rem;font-weight:700;color:#fff}.AdminMetricsClient_serverIp__YlLgB{font-size:.75rem;color:var(--text-muted)}.AdminMetricsClient_serverDotOnline__2XAt6{width:8px;height:8px;border-radius:50%;background:#10b981;box-shadow:0 0 8px #10b981;flex-shrink:0}.AdminMetricsClient_serverDotOffline__mQ9_I{width:8px;height:8px;border-radius:50%;background:#64748b;flex-shrink:0}.AdminMetricsClient_dashboardArea__D1vuz{display:flex;flex-direction:column;gap:1rem}.AdminMetricsClient_serverBannerCard__RqlZ0{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;display:flex;flex-direction:column;gap:1rem;box-shadow:var(--shadow-sm)}.AdminMetricsClient_bannerTopRow__juL3R{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.AdminMetricsClient_serverIdentity__ZMoXt{display:flex;align-items:center;gap:.5rem}.AdminMetricsClient_serverTitleCol__JqFdj{display:flex;flex-direction:column;gap:.15rem}.AdminMetricsClient_serverTitleText__7cfnT{font-size:1.25rem;font-weight:700;color:#fff}.AdminMetricsClient_serverIpText__mnjyn{font-size:.82rem;color:var(--text-muted)}.AdminMetricsClient_bannerActions___jBDW{display:flex;align-items:center;flex-direction:row;gap:.75rem;flex-wrap:nowrap}@media (max-width:640px){.AdminMetricsClient_bannerActions___jBDW{flex-wrap:wrap}}.AdminMetricsClient_statusBadgeOnline__RUpow{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .85rem;border-radius:9999px;font-size:.78rem;font-weight:700;background:rgba(16,185,129,.12);color:#10b981;border:1px solid rgba(16,185,129,.25);white-space:nowrap}.AdminMetricsClient_selectRange___rj_n{background:#070f20;border:1px solid var(--border);font-size:.85rem;outline:none;font-family:inherit}.AdminMetricsClient_btnRefresh__QQXAs,.AdminMetricsClient_selectRange___rj_n{color:var(--text-primary);font-weight:600;border-radius:var(--radius-md);padding:.45rem .85rem;cursor:pointer;white-space:nowrap}.AdminMetricsClient_btnRefresh__QQXAs{border:1px solid var(--border);background:#071124;font-size:.82rem;display:inline-flex;align-items:center;gap:.35rem}.AdminMetricsClient_btnRefresh__QQXAs:hover{background:#112247;border-color:#203966}.AdminMetricsClient_bannerInfoRow__o3c0B{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));grid-gap:.85rem;gap:.85rem;padding-top:.85rem;border-top:1px solid var(--border-subtle)}.AdminMetricsClient_infoItem__9_M6d{display:flex;flex-direction:column;gap:.15rem}.AdminMetricsClient_infoItemLabel__2IOg9{font-size:.72rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.AdminMetricsClient_infoItemValue__lVbjl{font-size:.88rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AdminMetricsClient_tabList__Oq3CH{display:flex;align-items:center;gap:.5rem;border-bottom:1px solid var(--border-subtle);padding-bottom:.5rem;overflow-x:auto}.AdminMetricsClient_tabBtn__BpLOK{padding:.5rem 1.1rem;border-radius:var(--radius-md);background:var(--bg-surface);border:1px solid var(--border);color:var(--text-secondary);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap}.AdminMetricsClient_tabBtn__BpLOK:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.AdminMetricsClient_tabBtnActive__8xa6C{background:#17294d;color:#fff;border-color:#2563eb;box-shadow:inset 0 -2px 0 #2563eb}.AdminMetricsClient_cardsGrid2x2__AiHLy{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}@media (max-width:768px){.AdminMetricsClient_cardsGrid2x2__AiHLy{grid-template-columns:1fr}}.AdminMetricsClient_metricCard__QQe7X{background:#0c1830;border:1px solid #192a4b;border-radius:var(--radius-lg);padding:1.1rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:var(--shadow-sm);min-height:270px;cursor:zoom-in;transition:border-color .15s ease}.AdminMetricsClient_metricCard__QQe7X:hover{border-color:#2563eb}.AdminMetricsClient_cardHeader__xbMDf{display:flex;align-items:center;justify-content:space-between}.AdminMetricsClient_cardTitle__1GSzF{font-size:.95rem;font-weight:700;color:#fff}.AdminMetricsClient_cardBigValueCyan__1GdLg{font-size:1.4rem;font-weight:800;color:#06b6d4}.AdminMetricsClient_cardBigValuePurple__HX_V0{font-size:1.4rem;font-weight:800;color:#a855f7}.AdminMetricsClient_cardBigValueOrange__lZmmH{font-size:1.4rem;font-weight:800;color:#f97316}.AdminMetricsClient_networkLegend__UCMS0{display:flex;align-items:center;gap:.85rem;font-size:.78rem;font-weight:600}.AdminMetricsClient_legendRx__qZUfk{color:#10b981;display:flex;align-items:center;gap:.3rem}.AdminMetricsClient_legendTx__bwktt{color:#06b6d4;display:flex;align-items:center;gap:.3rem}.AdminMetricsClient_chartContainer__Apih2{flex:1 1;min-height:180px;width:100%}.AdminMetricsClient_pressureGrid__qwyu_{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:.85rem;gap:.85rem;margin-bottom:.5rem}.AdminMetricsClient_pressureBox__Tkz3s{background:#081326;border:1px solid #122345;border-radius:var(--radius-md);padding:.85rem;display:flex;flex-direction:column;gap:.35rem}.AdminMetricsClient_pressureBoxHeader__FM5MP{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;font-weight:700;color:var(--text-muted)}.AdminMetricsClient_pressureBoxVal__Maprn{font-size:1.1rem;font-weight:800;color:#fff}.AdminMetricsClient_pressureBarWrap__icNhe{width:100%;height:6px;background:#17294d;border-radius:9999px;overflow:hidden}.AdminMetricsClient_pressureBarFill__4VbnB{height:100%;border-radius:9999px;transition:width .3s ease}.AdminMetricsClient_chartModalOverlay__Qpm51{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;padding:1.5rem}.AdminMetricsClient_chartModal__d2e_J{width:min(1050px,100%);max-height:90vh;overflow-y:auto;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-lg)}.AdminMetricsClient_chartModalHeader__rSWIM{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.AdminMetricsClient_modalTitle__aInn9{font-size:1.2rem;font-weight:700;color:#fff}.AdminMetricsClient_chartModalClose__kbRk2{padding:.4rem .85rem;border-radius:var(--radius-md);border:1px solid var(--border);background:#081326;color:var(--text-primary);font-size:.85rem;cursor:pointer}.AdminMetricsClient_chartModalBody__q9Vpa{display:grid;grid-template-columns:2fr 1fr;grid-gap:1.25rem;gap:1.25rem}@media (max-width:768px){.AdminMetricsClient_chartModalBody__q9Vpa{grid-template-columns:1fr}}.AdminMetricsClient_chartModalChart__kStKi{min-height:380px}.AdminMetricsClient_chartDetailGrid__0jhx7{display:flex;flex-direction:column;gap:.75rem}.AdminMetricsClient_chartDetailCard__RUEj8{background:#071124;border:1px solid var(--border);border-radius:var(--radius-md);padding:.85rem}.AdminMetricsClient_chartDetailName__M0i2k{font-size:.8rem;font-weight:700;margin-bottom:.25rem;display:block}.AdminMetricsClient_chartDetailMetric__KMarb{font-size:1.4rem;font-weight:800;color:#fff;margin-bottom:.35rem}.AdminMetricsClient_chartDetailMeta__wOjre{font-size:.78rem;color:var(--text-muted);line-height:1.4}.AdminMetricsClient_emptyState__DJ_Kp,.AdminMetricsClient_loadingState__8xYo_{padding:3rem;text-align:center;color:var(--text-muted);background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.AdminMetricsClient_spinner__SUe0_{width:24px;height:24px;border-radius:50%;border:3px solid rgba(37,99,235,.2);border-top:3px solid var(--primary);animation:AdminMetricsClient_spin__D692B .8s linear infinite;display:inline-block}@keyframes AdminMetricsClient_spin__D692B{to{transform:rotate(1turn)}}.AdminMetricsClient_errorBanner__wFlHZ{background:rgba(239,68,68,.12);color:#ef4444;padding:.85rem;border-radius:var(--radius-md);border:1px solid rgba(239,68,68,.3);font-size:.85rem}.overview_container__FRbgF{display:flex;flex-direction:column;gap:2rem;padding-bottom:2rem}.overview_pageHeader__2s0Sb{display:flex;flex-direction:column;gap:.5rem}.overview_pageTitle__8EplE{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0}.overview_lastUpdated__Cw_vt{font-size:.85rem;color:var(--text-muted);display:flex;align-items:center;gap:.5rem}.overview_kpiGrid__87bLf{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem}@media (max-width:1024px){.overview_kpiGrid__87bLf{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.overview_kpiGrid__87bLf{grid-template-columns:1fr}}.overview_kpiCard__tm6Ax{background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;position:relative;overflow:hidden}.overview_kpiHeader__x6xbu{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.overview_kpiTitle__Vii2N{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:600}.overview_kpiIconWrap__S40hJ{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:14px}.overview_kpiValue__1WeZN{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;line-height:1}.overview_kpiSub__uIkhL{font-size:.85rem;color:var(--text-muted)}.overview_kpiBadge__bsGRi{position:absolute;top:1.5rem;right:1.5rem;background:rgba(239,68,68,.15);color:#ef4444;padding:.2rem .5rem;border-radius:12px;font-size:.7rem;font-weight:600;border:1px solid rgba(239,68,68,.3)}.overview_sectionHeader__IMeMa{display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid var(--border);padding-bottom:1rem;margin-bottom:1rem}.overview_sectionTitleWrap__YfOLS{display:flex;flex-direction:column;gap:.25rem}.overview_sectionTitle__LXZBI{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin:0}.overview_sectionSub__7kMZf{font-size:.85rem;color:var(--text-muted)}.overview_sectionSub__7kMZf span{display:inline-flex;align-items:center;gap:.35rem;margin-left:.5rem}.overview_dot__pcKZQ{width:8px;height:8px;border-radius:50%}.overview_dotOnline__Zf7R8{background:#10b981}.overview_dotOffline__plq4i{background:#ef4444}.overview_sectionControls__etOab{display:flex;gap:.5rem;align-items:center}.overview_timePill__oZVfj{background:var(--bg-surface-2);border:1px solid var(--border-hover);color:var(--text-muted);padding:.3rem .75rem;font-size:.8rem;border-radius:4px;cursor:pointer}.overview_timePillActive__XVmTp{background:#3b82f6;color:var(--bg-base);border-color:#3b82f6}.overview_serverList__wjP5K{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}@media (max-width:1024px){.overview_serverList__wjP5K{grid-template-columns:1fr}}.overview_serverCard__h4NBy{background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.overview_serverHeader__lfM8D{display:flex;align-items:center;justify-content:space-between}.overview_serverName__5P0Jz{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.95rem;color:var(--text-primary)}.overview_serverIcon__7ku5k{color:var(--text-muted)}.overview_serverStatus__h9t3u{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:rgba(239,68,68,.1)}.overview_statusIcon__vPBY8{color:#ef4444}.overview_metricsRows__pATOe{display:flex;flex-direction:column;gap:.75rem}.overview_metricRow__BDAGG{display:grid;grid-template-columns:60px 1fr 60px;align-items:center;grid-gap:1rem;gap:1rem}.overview_metricLabel__STLq5{font-size:.8rem;color:var(--text-muted)}.overview_metricValue__SBULg{font-size:.8rem;font-weight:600;color:#10b981;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.overview_metricValue__SBULg.overview_mem__nS1Dh{color:#f59e0b}.overview_metricValue__SBULg.overview_disk__MNDz0{color:#ef4444}.overview_metricValue__SBULg.overview_net__HHF3g{color:#3b82f6}.overview_track__o_P61{width:100%;height:4px;background:var(--bg-surface-2);border-radius:2px;overflow:hidden}.overview_fill__1bFV_{height:100%;border-radius:2px;transition:width .3s ease}.overview_fill__1bFV_.overview_cpu__D_Slc{background:#10b981}.overview_fill__1bFV_.overview_mem__nS1Dh{background:#f59e0b}.overview_fill__1bFV_.overview_disk__MNDz0{background:#ef4444}.overview_footerRow__mX3rw{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--border);margin-top:.5rem}.overview_footerLabel__5WUB_{font-size:.8rem;color:var(--text-muted);display:flex;align-items:center;gap:.5rem}.overview_footerPill__YZC50{background:rgba(239,68,68,.1);color:#ef4444;border:1px solid rgba(239,68,68,.2);padding:.1rem .4rem;border-radius:12px;font-size:.75rem}.overview_footerTime__GY_qw{color:var(--text-secondary);font-size:.8rem}