@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;650;700&display=swap";:root{color:#172033;font-synthesis:none;text-rendering:optimizelegibility;--canvas:#f8f8f6;--surface:#fff;--surface-muted:#f5f5f3;--surface-hover:#f1f2f3;--surface-selected:#eef4ff;--text:#172033;--text-secondary:#5b6472;--text-tertiary:#7b8493;--border-subtle:#ecedeb;--border:#dde0e4;--border-strong:#c5cad2;--primary:#2563eb;--primary-hover:#1d4ed8;--success-bg:#f0f8f1;--success-border:#b9dfbd;--success-text:#176b2c;--warning-bg:#fff7e6;--warning-border:#f3d498;--warning-text:#9a5b00;--danger-bg:#fff1f1;--danger-border:#f2b8b8;--danger-text:#b42318;--info-bg:#eff6ff;--info-border:#b8d3ff;--info-text:#1d4ed8;background:#f8f8f6;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:var(--canvas);min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--primary);outline-offset:2px}h1,h2,h3,p{margin:0}.app-shell{min-height:100vh}.topbar{z-index:50;background:var(--surface);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex;position:fixed;inset:0 0 auto}.brand-area,.topbar-actions,.profile-button{align-items:center;display:flex}.brand-area{color:var(--text-secondary);gap:10px;font-size:14px}.brand-area>strong{color:var(--text);font-size:15px}.brand-mark{background:var(--text);color:#fff;border-radius:7px;place-items:center;width:30px;height:30px;font-weight:700;display:grid}.brand-divider{background:var(--border);width:1px;height:20px;margin:0 4px}.topbar-actions{gap:4px}.icon-button{cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;width:36px;height:36px;display:inline-grid}.icon-button:hover{background:var(--surface-hover)}.notification-button{position:relative}.notification-button>span{background:var(--danger-text);border:2px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:7px;right:7px}.profile-button{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:7px;gap:9px;margin-left:6px;padding:4px 7px}.profile-button:hover{background:var(--surface-hover)}.profile-avatar{background:var(--primary);color:#fff;border-radius:50%;place-items:center;width:36px;height:36px;font-size:13px;font-weight:600;display:grid}.profile-copy{flex-direction:column;min-width:145px;display:flex}.profile-copy strong{font-size:13px;line-height:18px}.profile-copy small{color:var(--text-secondary);font-size:11px;line-height:16px}.mobile-menu{display:none}.sidebar{z-index:40;background:var(--surface);border-right:1px solid var(--border-subtle);flex-direction:column;justify-content:space-between;width:240px;padding:20px 14px 18px;display:flex;position:fixed;top:64px;bottom:0;left:0}.sidebar nav{flex-direction:column;gap:4px;display:flex}.nav-label{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;padding:0 10px 6px;font-size:11px;font-weight:600;line-height:16px}.nav-label-spaced{margin-top:20px}.nav-item{cursor:pointer;width:100%;height:40px;color:var(--text-secondary);background:0 0;border:0;border-radius:6px;align-items:center;gap:10px;padding:0 10px;font-size:14px;font-weight:500;display:flex;position:relative}.nav-item:hover{background:var(--surface-hover);color:var(--text)}.nav-item.active{background:var(--surface-selected);color:var(--text);font-weight:600}.nav-item.active:before{content:"";background:var(--primary);border-radius:0 3px 3px 0;width:3px;height:24px;position:absolute;left:-14px}.nav-count{background:var(--danger-bg);min-width:22px;height:20px;color:var(--danger-text);border-radius:999px;place-items:center;margin-left:auto;padding:0 6px;font-size:11px;display:grid}.sidebar-footer{border-top:1px solid var(--border-subtle);color:var(--text-tertiary);padding:16px 10px 0}.environment-badge{color:var(--text-secondary);align-items:center;gap:7px;margin-bottom:5px;font-size:12px;font-weight:600;display:flex}.environment-badge span{background:#2e8b45;border-radius:50%;width:7px;height:7px}.sidebar-footer small{font-size:11px}.main-content{max-width:1680px;min-height:100vh;margin-left:240px;padding:92px 32px 48px}.page-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.page-header h1{letter-spacing:-.015em;font-size:24px;font-weight:650;line-height:32px}.page-header p{color:var(--text-secondary);margin-top:4px;font-size:14px;line-height:20px}.page-actions{gap:8px;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:8px;height:36px;padding:0 12px;font-size:14px;font-weight:600;transition:all .12s;display:inline-flex}.button:disabled{opacity:.45;cursor:not-allowed}.button.primary{background:var(--primary);color:#fff}.button.primary:hover:not(:disabled){background:var(--primary-hover)}.button.secondary{background:var(--surface);border-color:var(--border);color:var(--text)}.button.secondary:hover{border-color:var(--border-strong);background:var(--surface-hover)}.button.tertiary{color:var(--primary);background:0 0}.button.tertiary:hover{background:var(--surface-selected)}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:24px;display:grid}.metric-card,.panel,.module-card{background:var(--surface);border:1px solid var(--border-subtle);border-radius:8px}.metric-card{gap:15px;min-height:126px;padding:19px;display:flex}.metric-icon{border-radius:9px;flex:none;place-items:center;width:42px;height:42px;display:grid}.metric-icon svg{width:21px;height:21px}.tone-blue{background:var(--info-bg);color:var(--info-text)}.tone-green{background:var(--success-bg);color:var(--success-text)}.tone-amber{background:var(--warning-bg);color:var(--warning-text)}.tone-red{background:var(--danger-bg);color:var(--danger-text)}.metric-card>div{flex-direction:column;display:flex}.metric-card span:not(.metric-icon){color:var(--text-secondary);font-size:13px;font-weight:500}.metric-card strong{font-variant-numeric:tabular-nums;margin:4px 0 3px;font-size:26px;font-weight:650;line-height:32px}.metric-card small{color:var(--text-tertiary);font-size:11px;line-height:16px}.overview-grid{grid-template-columns:minmax(0,2.1fr) minmax(300px,.9fr);gap:24px;display:grid}.panel-heading{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px;display:flex}.panel-heading h2{font-size:16px;font-weight:650;line-height:24px}.panel-heading p{color:var(--text-secondary);margin-top:2px;font-size:12px;line-height:18px}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%}th{text-align:left;height:40px;color:var(--text-secondary);white-space:nowrap;padding:0 16px;font-size:12px;font-weight:600;line-height:16px}td{border-top:1px solid var(--border-subtle);vertical-align:middle;min-height:52px;padding:10px 16px;font-size:13px;line-height:18px}tbody tr:hover{background:#fafbfb}.muted{color:var(--text-secondary);white-space:nowrap}.entity-cell{align-items:center;gap:10px;min-width:170px;display:flex}.entity-avatar{background:var(--surface-muted);width:34px;height:34px;color:var(--text-secondary);border-radius:7px;flex:none;place-items:center;font-size:12px;font-weight:650;display:grid}.entity-cell>div{flex-direction:column;display:flex}.entity-cell strong{font-size:13px}.entity-cell span{color:var(--text-tertiary);font-size:11px}.status-badge{white-space:nowrap;border:1px solid;border-radius:999px;align-items:center;gap:5px;min-height:24px;padding:2px 8px;font-size:11px;font-weight:600;line-height:16px;display:inline-flex}.status-healthy{color:var(--success-text);background:var(--success-bg);border-color:var(--success-border)}.status-warning{color:var(--warning-text);background:var(--warning-bg);border-color:var(--warning-border)}.status-critical{color:var(--danger-text);background:var(--danger-bg);border-color:var(--danger-border)}.status-info{color:var(--info-text);background:var(--info-bg);border-color:var(--info-border)}.status-inactive{color:var(--text-secondary);background:var(--surface-muted);border-color:var(--border)}.event-list{padding:0 20px}.event-item{border-bottom:1px solid var(--border-subtle);gap:12px;padding:16px 0;display:flex}.event-item:last-child{border-bottom:0}.event-icon{border-radius:50%;flex:none;place-items:center;width:30px;height:30px;display:grid}.event-icon svg{width:16px;height:16px}.event-critical{background:var(--danger-bg);color:var(--danger-text)}.event-warning{background:var(--warning-bg);color:var(--warning-text)}.event-info{background:var(--info-bg);color:var(--info-text)}.event-item>div{flex-direction:column;min-width:0;display:flex}.event-item strong{font-size:12px;line-height:18px}.event-item span{color:var(--text-secondary);font-size:11px;line-height:17px}.event-item small{color:var(--text-tertiary);margin-top:3px;font-size:10px}.table-panel{overflow:hidden}.toolbar{border-bottom:1px solid var(--border-subtle);justify-content:space-between;gap:12px;padding:14px 16px;display:flex}.search-field{background:var(--surface);border:1px solid var(--border);width:min(420px,100%);height:36px;color:var(--text-tertiary);border-radius:6px;align-items:center;gap:8px;padding:0 10px;display:flex}.search-field:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb21}.search-field input{width:100%;color:var(--text);background:0 0;border:0;outline:0;font-size:13px}.table-footer{border-top:1px solid var(--border-subtle);color:var(--text-secondary);padding:12px 16px;font-size:12px}.table-link{cursor:pointer;text-align:left;color:var(--primary);background:0 0;border:0;align-items:center;gap:10px;padding:0;display:flex}.table-link-copy{flex-direction:column;min-width:160px;display:flex}.table-link-copy strong{color:var(--primary);font-size:13px}.table-link-copy small,.cell-meta{color:var(--text-tertiary);font-size:11px;line-height:16px}.modal-backdrop{z-index:100;background:#1720335c;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.modal{background:var(--surface);border-radius:12px;flex-direction:column;width:min(720px,100vw - 32px);max-height:calc(100vh - 32px);display:flex;overflow:hidden;box-shadow:0 16px 48px #17203329}.modal-header,.modal-footer{justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.modal-header{border-bottom:1px solid var(--border-subtle)}.modal-header h2{font-size:18px;font-weight:650;line-height:26px}.modal-body{padding:20px;overflow-y:auto}.modal-footer{border-top:1px solid var(--border-subtle);justify-content:flex-end;gap:8px}.detail-summary{border-bottom:1px solid var(--border-subtle);align-items:center;gap:12px;padding-bottom:20px;display:flex}.detail-avatar{background:var(--surface-muted);border-radius:9px;place-items:center;width:48px;height:48px;font-weight:650;display:grid}.detail-summary>div{flex-direction:column;flex:1;display:flex}.detail-summary>div span{color:var(--text-secondary);margin-top:2px;font-size:12px}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:20px 0;display:grid}.info-pair{flex-direction:column;gap:3px;display:flex}.info-pair span{color:var(--text-secondary);font-size:12px}.info-pair strong{font-size:13px;font-weight:600}.subsection-heading h3{font-size:14px}.subsection-heading p{color:var(--text-secondary);margin-top:2px;font-size:11px}.module-compact-list{border:1px solid var(--border-subtle);border-radius:8px;margin-top:12px;overflow:hidden}.compact-module{border-bottom:1px solid var(--border-subtle);cursor:pointer;justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:10px 12px;display:flex;position:relative}.compact-module:last-child{border-bottom:0}.compact-module>span:first-child{flex-direction:column;display:flex}.compact-module strong{font-size:12px}.compact-module small{color:var(--text-secondary);font-size:10px;line-height:15px}.switch-input{opacity:0;pointer-events:none;position:absolute}.switch{background:var(--border-strong);border-radius:999px;flex:none;width:36px;height:20px;transition:all .15s;position:relative}.switch:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:all .15s;position:absolute;top:3px;left:3px;box-shadow:0 1px 2px #17203333}.switch-input:checked+.switch{background:var(--primary)}.switch-input:checked+.switch:after{transform:translate(16px)}.switch-input:focus-visible+.switch{outline:2px solid var(--primary);outline-offset:2px}.form-stack{flex-direction:column;gap:16px;display:flex}.form-stack label,.form-grid label,.context-bar label{flex-direction:column;gap:6px;font-size:12px;font-weight:600;display:flex}input:not(.switch-input),select{height:36px;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:0 10px;font-size:13px}.inline-notice{color:var(--info-text);background:var(--info-bg);border:1px solid var(--info-border);border-radius:7px;gap:10px;padding:12px;font-size:12px;line-height:18px;display:flex}.inline-notice svg{flex:none}.context-bar{background:var(--surface);border:1px solid var(--border-subtle);border-radius:8px;align-items:flex-end;gap:24px;margin-bottom:20px;padding:14px 16px;display:flex}.context-bar label{width:280px}.context-bar>div{flex-direction:column;gap:6px;display:flex}.context-label{font-size:12px;font-weight:600}.module-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.module-card{flex-direction:column;min-height:210px;padding:18px;display:flex}.module-card-top,.module-footer{justify-content:space-between;align-items:center;display:flex}.module-icon{width:36px;height:36px;color:var(--info-text);background:var(--info-bg);border-radius:7px;place-items:center;display:grid}.module-icon svg{width:18px}.critical-label{color:var(--warning-text);font-size:10px;font-weight:600}.module-card h2{margin-top:16px;font-size:14px;line-height:20px}.module-card p{color:var(--text-secondary);flex:1;margin-top:5px;font-size:12px;line-height:18px}.module-footer{border-top:1px solid var(--border-subtle);margin-top:16px;padding-top:14px}.enabled-copy,.disabled-copy{font-size:11px;font-weight:650}.enabled-copy{color:var(--success-text)}.disabled-copy{color:var(--text-tertiary)}.switch-label,.setting-toggle{cursor:pointer;position:relative}.tabs{border-bottom:1px solid var(--border);gap:20px;margin-bottom:16px;display:flex}.tabs button{height:38px;color:var(--text-secondary);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:7px;padding:0 2px;font-size:13px;display:flex}.tabs button.active{border-bottom-color:var(--primary);color:var(--text);font-weight:600}.tabs button span{background:var(--surface-muted);border-radius:999px;min-width:19px;padding:1px 5px;font-size:10px}.empty-state{text-align:center;color:var(--text-secondary);flex-direction:column;align-items:center;padding:56px 24px;display:flex}.empty-state svg{color:var(--success-text);margin-bottom:10px}.empty-state h3{color:var(--text);font-size:14px}.empty-state p{margin-top:4px;font-size:12px}.settings-layout{grid-template-columns:200px minmax(0,760px);gap:24px;display:grid}.settings-nav{flex-direction:column;gap:3px;display:flex}.settings-nav button{text-align:left;height:38px;color:var(--text-secondary);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 10px;font-size:13px}.settings-nav button:hover,.settings-nav button.active{color:var(--text);background:var(--surface-hover)}.settings-nav button.active{font-weight:600}.settings-content{flex-direction:column;gap:20px;display:flex}.settings-section{overflow:hidden}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:20px;display:grid}.section-footer{border-top:1px solid var(--border-subtle);justify-content:flex-end;padding:14px 20px;display:flex}.role-list{padding:8px 20px}.role-item{border-bottom:1px solid var(--border-subtle);align-items:center;gap:12px;padding:12px 0;display:flex}.role-item:last-child{border-bottom:0}.role-icon{background:var(--surface-muted);width:34px;height:34px;color:var(--text-secondary);border-radius:7px;place-items:center;display:grid}.role-icon svg{width:17px}.role-item>div{flex-direction:column;flex:1;display:flex}.role-item strong{font-size:12px}.role-item span{color:var(--text-secondary);font-size:10px}.role-item small{color:var(--text-tertiary);font-size:11px}.setting-toggle{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.setting-toggle>span:first-child{flex-direction:column;display:flex}.setting-toggle strong{font-size:12px}.setting-toggle small{color:var(--text-secondary);margin-top:2px;font-size:10px}.mobile-overlay{display:none}@media (width<=1200px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-grid{grid-template-columns:1fr}.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=860px){.mobile-menu{display:inline-grid}.brand-divider,.brand-area>span:last-child,.topbar-actions>.icon-button{display:none}.sidebar{transition:transform .18s;transform:translate(-100%)}.sidebar-open{transform:translate(0)}.mobile-overlay{z-index:30;background:#17203347;border:0;display:block;position:fixed;inset:64px 0 0}.main-content{margin-left:0;padding:88px 20px 40px}.settings-layout{grid-template-columns:1fr}.settings-nav{flex-direction:row;overflow-x:auto}.settings-nav button{white-space:nowrap}}@media (width<=640px){.topbar{height:56px;padding:0 12px}.sidebar{top:56px}.profile-copy,.profile-button>svg{display:none}.profile-button{padding:0}.main-content{padding:76px 16px 32px}.page-header{flex-direction:column;align-items:stretch;gap:14px}.page-actions .button{width:100%}.metric-grid,.module-grid,.form-grid,.detail-grid{grid-template-columns:1fr}.metric-card{min-height:108px}.toolbar{flex-direction:column}.search-field{width:100%}.context-bar{flex-direction:column;align-items:stretch}.context-bar label{width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
