.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)}.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}}.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:.35rem;padding:.5rem;background:transparent;border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;font-family:inherit;font-size:.75rem;font-weight:500;color:var(--text-secondary);transition:all .15s}.AdminAlertRulesClient_addBtn__uguZK:hover:not(:disabled){background:var(--bg-overlay);border-color:var(--border-hover);color:var(--text-primary)}.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%}}.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}.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%),#0f1117;position:relative;overflow:hidden}.page_container__zagmD:before{content:"";position:absolute;inset:0;background-image:linear-gradient(hsla(0,0%,100%,.025) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.025) 1px,transparent 0);background-size:48px 48px;pointer-events:none}.page_loginBox__FZMq5{width:100%;max-width:400px;background:#161b22;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)}.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}.DashboardLayout_layout__wodqr{display:flex;flex-direction:column;min-height:100vh;background:var(--bg-base);color:var(--text-primary)}.DashboardLayout_header__ED_93{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--bg-base);border-bottom:1px solid var(--border-subtle);height:64px}.DashboardLayout_headerInner__HtrTl{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 max(1.5rem,calc(50vw - 600px));max-width:100%}@media (min-width:1400px){.DashboardLayout_headerInner__HtrTl{padding:0 max(2rem,calc(50vw - 700px))}}.DashboardLayout_headerLeft__un8TL{display:flex;align-items:center;gap:1.5rem}.DashboardLayout_brand__qRAsE{display:flex;align-items:center;gap:.75rem;font-weight:600;font-size:.875rem}.DashboardLayout_brandLogoWrap__1XS0D{display:flex;align-items:center;justify-content:center}.DashboardLayout_tentenLogo__NStFy{height:24px;width:auto;filter:var(--logo-filter,none);transition:filter .3s ease}.DashboardLayout_brandSeparator__at9UW{color:var(--text-muted);font-weight:400;margin:0 .25rem}.DashboardLayout_projectContext__mb_uQ{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem;border-radius:var(--radius-sm);cursor:pointer;transition:background .15s ease}.DashboardLayout_projectContext__mb_uQ:hover{background:var(--bg-surface-2)}.DashboardLayout_projectBadge__PTBOQ{font-family:var(--font-mono);font-size:.8125rem;font-weight:500}.DashboardLayout_contextChevron__NVnnJ{color:var(--text-muted)}.DashboardLayout_headerRight__hwqC7{display:flex;align-items:center;gap:1rem}.DashboardLayout_divider__DWsU7{width:1px;height:24px;background:var(--border);margin:0 .5rem}.DashboardLayout_iconButton__BtN64{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-full);color:var(--text-secondary);transition:all .15s ease;border:1px solid transparent}.DashboardLayout_iconButton__BtN64:hover{background:var(--bg-surface-2);color:var(--text-primary);border-color:var(--border-hover)}.DashboardLayout_userProfile__X26q4{display:flex;align-items:center;text-decoration:none}.DashboardLayout_avatar__bXfPW{width:32px;height:32px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;border:1px solid var(--border-subtle)}.DashboardLayout_subnav__Kf4cu{position:-webkit-sticky;position:sticky;top:64px;z-index:40;background:var(--bg-base);border-bottom:1px solid var(--border)}.DashboardLayout_subnavInner__3Ut6Q{padding:0 max(1.5rem,calc(50vw - 600px))}@media (min-width:1400px){.DashboardLayout_subnavInner__3Ut6Q{padding:0 max(2rem,calc(50vw - 700px))}}.DashboardLayout_tabList__BxjFo{display:flex;align-items:center;gap:1.5rem;overflow-x:auto;scrollbar-width:none}.DashboardLayout_tabList__BxjFo::-webkit-scrollbar{display:none}.DashboardLayout_tabItem__LJzJ0{display:inline-flex;align-items:center;height:48px;color:var(--text-secondary);font-size:.875rem;font-weight:500;text-decoration:none;border-bottom:2px solid transparent;transition:all .15s ease;white-space:nowrap}.DashboardLayout_tabItem__LJzJ0:hover{color:var(--text-primary)}.DashboardLayout_tabActive__8fS_p{color:var(--text-primary);border-bottom-color:var(--text-primary)}.DashboardLayout_main__K0naI{flex:1 1;display:flex;flex-direction:column}.DashboardLayout_content__8mocX{flex:1 1;padding:2.5rem max(1.5rem,calc(50vw - 600px));max-width:100%}@media (min-width:1400px){.DashboardLayout_content__8mocX{padding:2.5rem max(2rem,calc(50vw - 700px))}}.DashboardLayout_mobileMenuToggle__6pPMI{display:none;background:transparent;border:none;color:var(--text-primary);cursor:pointer;padding:.5rem}.DashboardLayout_mobileNav__d39np{display:none;position:fixed;top:64px;left:0;right:0;bottom:0;background:var(--bg-base);z-index:45;padding:1.5rem;flex-direction:column;gap:.5rem;border-top:1px solid var(--border-subtle)}.DashboardLayout_mobileNavItem__pO3P3{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:var(--radius-md);color:var(--text-secondary);text-decoration:none;font-weight:500;font-size:1rem;transition:all .15s}.DashboardLayout_mobileNavItem__pO3P3:hover{background:var(--bg-surface-2);color:var(--text-primary)}.DashboardLayout_mobileNavActive__vdhrc{background:var(--bg-surface);color:var(--text-primary);border-left:3px solid var(--primary)}.DashboardLayout_mobileNavIcon__ZkYZ_{color:inherit}@media (max-width:768px){.DashboardLayout_subnav__Kf4cu{display:none}.DashboardLayout_mobileMenuToggle__6pPMI{display:flex;align-items:center}.DashboardLayout_mobileNav__d39np{display:flex}.DashboardLayout_brandSeparator__at9UW,.DashboardLayout_projectContext__mb_uQ{display:none}.DashboardLayout_content__8mocX{padding:1.5rem 1rem}.DashboardLayout_headerInner__HtrTl{padding:0 1rem}}.page_container__YpzGS{display:flex;flex-direction:column;gap:1.25rem;height:100%}.page_grafanaContainer__ircml{display:flex;flex-direction:column;gap:.5rem;padding-bottom:2rem}.page_toolbar__uafj8{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:1.5rem;padding:.5rem 0;margin-bottom:.5rem}.page_toolbarRight__TtnSe{gap:.75rem;flex-wrap:wrap}.page_controlGroup__eKDHP,.page_toolbarRight__TtnSe{display:flex;align-items:center}.page_controlSelect__TN_nP{background:var(--bg-surface);border:1px solid var(--border);color:var(--text-primary);font-size:.8125rem;outline:none;cursor:pointer;border-radius:4px;padding:.35rem .5rem;transition:all .15s}.page_controlButton__QBRsh{padding:.35rem .75rem;border-radius:4px;background:var(--primary);color:var(--bg-base);font-size:.8125rem;border:none;cursor:pointer}.page_controlButton__QBRsh:disabled{opacity:.65;cursor:not-allowed}.page_grafanaLayout__Jf4en{gap:.25rem}.page_grafanaLayout__Jf4en,.page_grafanaRow__YKory{display:flex;flex-direction:column}.page_grafanaRowHeader__4Tpo0{display:flex;align-items:center;padding:.35rem .5rem;cursor:pointer;background:transparent;color:var(--text-primary);font-size:.875rem;font-weight:600;border-bottom:1px solid transparent}.page_grafanaRowHeader__4Tpo0:hover{background:var(--bg-overlay)}.page_grafanaChevron__5VMT6{display:inline-block;margin-right:.5rem;font-size:1.1rem;line-height:1;transition:transform .2s;color:var(--text-muted)}.page_grafanaChevronOpen__PMTVj{transform:rotate(90deg)}.page_panelCount__KdPGS{color:var(--text-disabled);font-size:.75rem;margin-left:.5rem;font-weight:400;font-style:italic}.page_grafanaRowContent__HcrkR{padding:.5rem 0 1rem;display:flex;flex-direction:column;gap:1rem}.page_panelTitleSmall__4tIJr{font-size:.75rem;font-weight:500;color:var(--text-primary);margin-bottom:.5rem;display:flex;align-items:center;gap:.25rem}.page_infoIcon__WNKNj{display:inline-flex;align-items:center;justify-content:center;width:12px;height:12px;border:1px solid var(--text-disabled);border-radius:50%;font-size:9px;color:var(--text-muted);cursor:help}.page_grafanaChartPanel__ZsVpt{background:var(--bg-surface);border:1px solid var(--border);border-radius:2px;padding:.5rem;height:auto;min-height:280px;display:flex;flex-direction:column;cursor:pointer}.page_chartWrap___QVaq{flex:1 1;min-height:220px;overflow:hidden}.page_quickGrid__0xWLr{display:grid;grid-template-columns:120px repeat(5,1fr) 200px;grid-gap:.25rem;gap:.25rem}@media (max-width:1200px){.page_quickGrid__0xWLr{grid-template-columns:120px repeat(3,1fr)}}.page_gaugePanel__ig5_N,.page_pressurePanel__5A_mq,.page_statsPanel__yB6mN{background:var(--bg-surface);border:1px solid var(--border);border-radius:2px;padding:.5rem;display:flex;flex-direction:column;align-items:stretch}.page_pressureRows__NreK_{display:flex;flex-direction:column;gap:.35rem;margin-top:.5rem}.page_pressureRow__t_kgX{display:flex;align-items:center;gap:.25rem;font-size:.65rem}.page_pressureLabel__yFta0{width:25px;color:var(--text-secondary)}.page_pressureBarWrap__5huA8{flex:1 1;height:10px;background:var(--border-subtle)}.page_pressureBar__Mc2wv{height:100%}.page_pressureVal__DSLZJ{width:25px;text-align:right;color:var(--text-primary)}.page_gaugePanel__ig5_N{align-items:center;justify-content:space-between}.page_gaugeWrapper__W2VU_{position:relative;width:120px;height:60px;overflow:hidden;margin-top:.5rem}.page_gaugeArc__sJulc{position:absolute;top:0;left:0;width:100%;height:200%;border-radius:50%;background:conic-gradient(from -90deg at 50% 50%,var(--gauge-color) calc(var(--gauge-val) * 1.8deg),var(--border-subtle) calc(var(--gauge-val) * 1.8deg) 180deg,transparent 180deg);mask:radial-gradient(transparent 55%,#000 56%);-webkit-mask:radial-gradient(transparent 55%,#000 56%)}.page_gaugeCenter__PeYuc{position:absolute;bottom:0;left:0;width:100%;text-align:center;font-size:1.1rem;font-weight:500;color:var(--text-primary)}.page_statsPanel__yB6mN{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:1px;gap:1px;background:var(--border);padding:0}.page_statBox__QCIdw{background:var(--bg-surface);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem}.page_statBoxTitle__ihBVl{font-size:.65rem;color:var(--text-secondary)}.page_statBoxVal__UdiY0{font-size:.875rem;color:var(--text-primary);font-weight:500;margin-top:.2rem}.page_basicChartGrid__dojFa{display:grid;grid-template-columns:1fr 1fr;grid-gap:.25rem;gap:.25rem}@media (max-width:1024px){.page_basicChartGrid__dojFa{grid-template-columns:1fr}}.page_errorBanner__n6FZD{background:rgba(239,68,68,.1);color:#ef4444;padding:1rem;border-radius:4px}.page_emptyState__rSB5g,.page_loadingState__4JDjh{padding:4rem;display:flex;justify-content:center;align-items:center;color:var(--text-muted)}.page_spinner__Zha_9{width:24px;height:24px;border:2px solid #333;border-top:2px solid var(--primary);border-radius:50%;animation:page_spin__4uEvV 1s linear infinite;margin-right:1rem}@keyframes page_spin__4uEvV{to{transform:rotate(1turn)}}.page_chartModalOverlay__cYpXS{position:fixed;inset:0;z-index:100;background:var(--bg-surface-2);display:grid;place-items:center;padding:2rem}.page_chartModal__uzY87{width:100%;max-width:1200px;background:var(--bg-base);border:1px solid #333;border-radius:4px;padding:1.5rem}.page_chartModalHeader__eNehh{display:flex;justify-content:space-between}.page_chartModalClose__v5E_w{background:var(--text-primary);border:none;color:var(--bg-base);padding:.5rem 1rem;cursor:pointer}.page_chartModalChart__ST_UK{height:500px;margin-top:1rem}.WebsitesClient_container__e3x9j{padding:1.5rem}.WebsitesClient_header___u96x{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.WebsitesClient_title__I09o4{font-size:1.5rem;font-weight:800;color:var(--text-primary);margin:0 0 .5rem}.WebsitesClient_subtitle__c517G{font-size:.9rem;color:var(--text-secondary);margin:0}.WebsitesClient_headerActions__mFfCJ{display:flex;gap:.75rem}.WebsitesClient_addBtn__fS1aB,.WebsitesClient_refreshBtn__9hw_f{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border-radius:8px;font-weight:600;font-size:.85rem;cursor:pointer;font-family:inherit;transition:opacity .2s;border:none}.WebsitesClient_refreshBtn__9hw_f{background:var(--bg-overlay);color:var(--text-primary);border:1px solid var(--border-subtle)}.WebsitesClient_refreshBtn__9hw_f:hover{background:var(--border-subtle)}.WebsitesClient_addBtn__fS1aB{background:var(--brand);color:#fff}.WebsitesClient_addBtn__fS1aB:hover{opacity:.9}.WebsitesClient_addBtn__fS1aB:disabled{opacity:.5;cursor:not-allowed}.WebsitesClient_spin__nVifs{animation:WebsitesClient_spin__nVifs 1s linear infinite}@keyframes WebsitesClient_spin__nVifs{to{transform:rotate(1turn)}}.WebsitesClient_grid__GnSm_{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1rem;gap:1rem}.WebsitesClient_loading__blY2H{padding:3rem;text-align:center;color:var(--text-secondary)}.WebsitesClient_empty__lUvzM{grid-column:1/-1;padding:4rem 2rem;text-align:center;background:var(--bg-overlay);border-radius:12px;border:1px dashed var(--border-subtle)}.WebsitesClient_emptyIcon__uALVd{color:var(--text-muted);margin-bottom:1rem}.WebsitesClient_empty__lUvzM h3{color:var(--text-primary);margin:0 0 .5rem}.WebsitesClient_empty__lUvzM p{color:var(--text-secondary);margin:0;font-size:.9rem}.WebsitesClient_card__0CoHS{background:var(--bg-overlay);border:1px solid var(--border-subtle);border-radius:12px;display:flex;flex-direction:column;overflow:hidden}.WebsitesClient_cardHeader__pG5Cy{padding:1rem;border-bottom:1px solid var(--border-subtle);display:flex;justify-content:space-between;align-items:flex-start}.WebsitesClient_cardTitleWrap__GVHw2{display:flex;align-items:flex-start;gap:.75rem}.WebsitesClient_statusIndicator__UDGuW{width:10px;height:10px;border-radius:50%;margin-top:5px;flex-shrink:0}.WebsitesClient_cardTitle__TKvTN{margin:0 0 .2rem;font-size:1rem;font-weight:700;color:var(--text-primary)}.WebsitesClient_cardUrl__gL8X3{font-size:.8rem;color:var(--text-muted);text-decoration:none;word-break:break-all}.WebsitesClient_cardUrl__gL8X3:hover{text-decoration:underline}.WebsitesClient_cardActions__sMOOS{display:flex;gap:.5rem}.WebsitesClient_cardActions__sMOOS button{background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:.25rem}.WebsitesClient_cardActions__sMOOS button:hover{color:var(--text-primary)}.WebsitesClient_cardBody__o4tIa{padding:1rem;display:flex;flex-direction:column;gap:1rem}.WebsitesClient_statBox___5UCL{display:flex;justify-content:space-between;align-items:center}.WebsitesClient_statLabel__FnEv2{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--text-secondary);font-weight:600}.WebsitesClient_statValue__YZMfT{font-size:.9rem;font-weight:800;color:var(--text-primary)}.WebsitesClient_statSub__oRGXX{font-size:.7rem;color:var(--text-muted);text-align:right;width:100%;margin-top:.2rem}.WebsitesClient_cardFooter__wxVQ8{padding:.75rem 1rem;background:rgba(0,0,0,.1);border-top:1px solid var(--border-subtle);font-size:.7rem;color:var(--text-muted);text-align:right}.WebsitesClient_modalOverlay__yilqR{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.WebsitesClient_modalContent__FVfdD{background:var(--bg-primary);width:100%;max-width:400px;border-radius:16px;padding:1.5rem;border:1px solid var(--border-subtle)}.WebsitesClient_modalContent__FVfdD h2{margin:0 0 1.5rem;font-size:1.25rem;color:var(--text-primary)}.WebsitesClient_form__DiqTd{display:flex;flex-direction:column;gap:1rem}.WebsitesClient_formGroup__FMQrN{display:flex;flex-direction:column;gap:.5rem}.WebsitesClient_formGroup__FMQrN label{font-size:.8rem;font-weight:600;color:var(--text-secondary)}.WebsitesClient_formGroup__FMQrN input{background:var(--input-bg);border:1px solid var(--border-subtle);padding:.75rem;border-radius:8px;color:var(--text-primary);font-family:inherit;font-size:.9rem}.WebsitesClient_modalActions__kHPcJ{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem}.WebsitesClient_cancelBtn__TIjnv,.WebsitesClient_submitBtn__Iwswz{padding:.6rem 1rem;border-radius:8px;font-weight:600;font-size:.85rem;cursor:pointer;font-family:inherit;border:none}.WebsitesClient_cancelBtn__TIjnv{background:transparent;color:var(--text-secondary)}.WebsitesClient_cancelBtn__TIjnv:hover{background:var(--bg-overlay)}.WebsitesClient_submitBtn__Iwswz{background:var(--brand);color:#fff}.WebsitesClient_submitBtn__Iwswz:hover{opacity:.9}.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:1rem}.NotificationsClient_heroCopy__wn9pm{min-width:min(100%,400px);flex:1 1 400px;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)}.NotificationsClient_heroCopy__wn9pm h1{font-size:clamp(1.25rem,2vw,1.5rem);margin:.5rem 0;color:var(--text-primary)}.NotificationsClient_heroCopy__wn9pm p{color:var(--text-secondary);font-size:.875rem;margin:0;line-height:1.5;max-width:60ch}.NotificationsClient_kickerRow__NpHI6{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.NotificationsClient_kicker__KlBbu{font-weight:600;background:var(--primary-dim);color:var(--brand)}.NotificationsClient_kicker__KlBbu,.NotificationsClient_pill__YUapG{padding:.25rem .5rem;border-radius:var(--radius-sm);font-size:.75rem}.NotificationsClient_pill__YUapG{font-weight:500;background:var(--bg-surface-2);color:var(--text-secondary)}.NotificationsClient_code__7m2OX{font-family:var(--font-mono);background:var(--bg-surface-2);padding:.125rem .375rem;border-radius:var(--radius-sm);font-size:.85em;border:1px solid var(--border-subtle)}.NotificationsClient_addPanel__mdqBY{flex:0 1 280px;min-width:min(100%,220px);padding:1.25rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:.75rem;box-shadow:var(--shadow-sm)}.NotificationsClient_addPanelTitle__tNf2L{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.NotificationsClient_addGrid__iTukq{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem}.NotificationsClient_addBtn__CNETs{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.75rem .5rem;background:transparent;border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;font-family:inherit;font-size:.8125rem;font-weight:500;color:var(--text-secondary);transition:all .15s}.NotificationsClient_addBtn__CNETs:hover{border-color:var(--border-hover);color:var(--text-primary);background:var(--bg-surface-2)}.NotificationsClient_errorBanner__W1LE3{background:var(--danger-dim);color:var(--danger);padding:.75rem 1rem;border-radius:var(--radius-md);border:1px solid var(--danger-alpha);font-size:.875rem}.NotificationsClient_infoBanner__BJJzA{background:var(--primary-dim);color:var(--primary);padding:.75rem 1rem;border-radius:var(--radius-md);border:1px solid var(--primary-alpha);font-size:.875rem}.NotificationsClient_section__XpvJ8{display:flex;flex-direction:column;gap:1rem}.NotificationsClient_sectionHeader___qpA9{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.NotificationsClient_sectionEyebrow__yEQkd{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.NotificationsClient_sectionTitle__5iAj7{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:.25rem 0 0}.NotificationsClient_sectionHint__s6dG6{font-size:.75rem;font-weight:500;background:var(--success-dim);color:var(--success);padding:.25rem .5rem;border-radius:var(--radius-sm);border:1px solid var(--success-alpha)}.NotificationsClient_loadingState__YtOIx{padding:3rem;display:grid;place-items:center;background:var(--bg-surface-2);border-radius:var(--radius-lg);border:1px dashed var(--border)}.NotificationsClient_spinner__9QZa2{width:32px;height:32px;border-radius:50%;border:2px solid var(--border);border-top-color:var(--text-primary);animation:NotificationsClient_spin__Niwiq .8s linear infinite}@keyframes NotificationsClient_spin__Niwiq{to{transform:rotate(1turn)}}.NotificationsClient_emptyState__Z_xev{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)}.NotificationsClient_emptyIcon__uZ4_i{display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.NotificationsClient_emptyTitle__JbRtj{font-size:1rem;font-weight:600;color:var(--text-primary)}.NotificationsClient_emptyHint__mWH4N{font-size:.875rem;color:var(--text-secondary);max-width:50ch;line-height:1.5}.NotificationsClient_cpGrid__rdL39{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.25rem;gap:1.25rem}.NotificationsClient_cpCard__xJ4rF{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:1rem;transition:border-color .15s}.NotificationsClient_cpCard__xJ4rF:hover{border-color:var(--border-hover)}.NotificationsClient_cpTop__BIlv5{display:flex;align-items:flex-start;gap:.75rem}.NotificationsClient_cpTypeIcon__ul3ET{width:36px;height:36px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.NotificationsClient_cpInfo__BTPGN{flex:1 1;min-width:0}.NotificationsClient_cpType__e5Rz_{font-size:.875rem;font-weight:600;color:var(--text-primary)}.NotificationsClient_cpSummary__e5nuM{font-size:.8125rem;color:var(--text-secondary);margin-top:.25rem;word-break:break-all;line-height:1.5}.NotificationsClient_resolveBadge__otFno{flex-shrink:0;padding:.125rem .5rem;border-radius:var(--radius-sm);font-size:.6875rem;font-weight:500;white-space:nowrap;border:1px solid transparent}.NotificationsClient_resolveOn__W_lgr{background:var(--success-dim);color:var(--success);border-color:var(--success-alpha)}.NotificationsClient_resolveOff__5Y_4U{background:var(--bg-surface-2);color:var(--text-muted);border-color:var(--border)}.NotificationsClient_tokenRow__dgfN4{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--bg-surface-2);border-radius:var(--radius-md);border:1px solid var(--border-subtle)}.NotificationsClient_tokenLabel__5DuI9{font-size:.75rem;font-weight:500;color:var(--text-muted);text-transform:uppercase}.NotificationsClient_tokenValue__uvWs3{font-family:var(--font-mono);font-size:.8125rem;color:var(--text-secondary);letter-spacing:.05em}.NotificationsClient_cpActions__p_fk4{display:flex;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--border-subtle)}.NotificationsClient_btnEdit__8JQxx{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}.NotificationsClient_btnEdit__8JQxx:hover{background:var(--bg-surface-2);color:var(--text-primary)}.NotificationsClient_btnDelete__x34rP{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}.NotificationsClient_btnDelete__x34rP:hover{background:var(--danger-dim);color:var(--danger);border-color:var(--danger-alpha)}.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: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:NotificationsClient_zoomIn__6lEf4 .15s ease;scrollbar-width:thin;scrollbar-color:var(--border-hover) 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:var(--input-bg);border:1px solid var(--border);color:var(--text-primary);font-size:.875rem;border-radius:var(--radius-md);padding:.625rem .75rem;outline:none;font-family:inherit;transition:all .15s;width:100%;box-shadow:var(--shadow-sm)}.NotificationsClient_input__T3TdL:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-alpha)}.NotificationsClient_input__T3TdL::placeholder{color:var(--text-muted)}.NotificationsClient_textarea__MF4Zl{background:var(--input-bg);border:1px solid var(--border);color:var(--text-primary);font-size:.875rem;border-radius:var(--radius-md);padding:.625rem .75rem;outline:none;font-family:var(--font-mono);resize:vertical;min-height:80px;transition:all .15s;width:100%;box-shadow:var(--shadow-sm)}.NotificationsClient_textarea__MF4Zl:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-alpha)}.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:1rem;border-top:1px solid var(--border)}.NotificationsClient_btnCancel__JajXq{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}.NotificationsClient_btnCancel__JajXq:hover{background:var(--bg-surface-2);color:var(--text-primary)}.NotificationsClient_btnSubmit__fu5Ff{display:inline-flex;align-items:center;gap:.35rem;padding:.625rem 1.25rem;border-radius:var(--radius-md);background:var(--text-primary);color:var(--bg-base);font-size:.875rem;font-weight:500;border:none;cursor:pointer;font-family:inherit;transition:all .15s}.NotificationsClient_btnSubmit__fu5Ff:hover:not(:disabled){background:#e4e4e7}.NotificationsClient_btnSubmit__fu5Ff:disabled{opacity:.5;cursor:not-allowed}.NotificationsClient_btnDanger__b8RUj{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:none;cursor:pointer;font-family:inherit;transition:all .15s}.NotificationsClient_btnDanger__b8RUj:hover:not(:disabled){background:#dc2626}.NotificationsClient_btnDanger__b8RUj:disabled{opacity:.5;cursor:not-allowed}@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)}}.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}