:root{--bg: #14161a;--bg-alt: #1b1e24;--border: #2a2e37;--text: #e6e6e6;--text-muted: #9aa0ab;--accent: #4f8cff;color-scheme:dark}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text)}button{cursor:pointer;background:var(--accent);color:#fff;border:none;border-radius:6px;padding:6px 12px;font-size:13px}button:disabled{opacity:.5;cursor:not-allowed}button.active{background:#2fb673}.link-btn{background:none;color:var(--accent);padding:2px 6px}.danger-btn{background:#c0392b;margin-top:12px}input,select,textarea{background:var(--bg-alt);border:1px solid var(--border);color:var(--text);border-radius:6px;padding:6px 8px;font-size:13px}.login-page{height:100vh;display:flex;align-items:center;justify-content:center}.login-card{background:var(--bg-alt);border:1px solid var(--border);border-radius:12px;padding:32px;width:320px;display:flex;flex-direction:column;gap:12px}.login-card h1{margin:0}.login-card .subtitle{margin:0 0 8px;color:var(--text-muted);font-size:13px}.login-card label{display:flex;flex-direction:column;gap:4px;font-size:13px;color:var(--text-muted)}.error{color:#e74c3c;font-size:13px}.app-shell{display:flex;height:100vh}.sidebar{width:220px;background:var(--bg-alt);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:16px}.brand{font-weight:700;font-size:18px;margin-bottom:24px}.sidebar nav{display:flex;flex-direction:column;gap:4px;flex:1}.sidebar nav a{color:var(--text-muted);text-decoration:none;padding:8px 10px;border-radius:6px;font-size:14px}.sidebar nav a.active,.sidebar nav a:hover{background:var(--bg);color:var(--text)}.sidebar-footer{border-top:1px solid var(--border);padding-top:12px;font-size:13px}.who{margin-bottom:6px}.role{padding:1px 6px;border-radius:4px;font-size:11px;margin-left:4px}.role-admin{background:#c0392b}.role-engineer{background:#2f80ed}.role-viewer{background:#555}.content{flex:1;overflow:auto;padding:24px}.toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.toolbar-actions{display:flex;gap:8px}.legend{display:flex;gap:14px;font-size:12px;color:var(--text-muted);align-items:center}.legend-dot{display:inline-block;width:9px;height:9px;border-radius:50%;border:2px solid;background:transparent;margin-right:4px}.legend-line{display:inline-block;width:16px;height:3px;border-radius:2px;margin-right:4px;vertical-align:middle}.toolbar-form{margin-bottom:12px}.topology-body{display:flex;gap:16px;height:calc(100vh - 140px)}.graph{flex:1;background:var(--bg-alt);border:1px solid var(--border);border-radius:8px}.panel{width:480px;background:var(--bg-alt);border:1px solid var(--border);border-radius:8px;padding:16px;overflow-y:auto}.panel-header{display:flex;justify-content:space-between;align-items:center}.kv{display:grid;grid-template-columns:90px 1fr;row-gap:4px;font-size:13px}.kv dt{color:var(--text-muted)}.kv dd{margin:0}.notes{font-size:13px;color:var(--text-muted);white-space:pre-wrap}.list{list-style:none;padding:0;margin:8px 0;font-size:13px}.list li{padding:4px 0;border-bottom:1px solid var(--border)}.list li.active,.kb-list li:hover{background:var(--bg);cursor:pointer}.muted{color:var(--text-muted)}.badge{font-size:10px;padding:1px 6px;border-radius:4px;margin-right:4px}.badge-application{background:#2f80ed}.badge-database{background:#d68910}.badge-other{background:#555}.sev-badge{font-size:10px;padding:2px 8px;border-radius:4px;font-weight:600}.sev-critical{background:#c0392b}.sev-error{background:#d35400}.sev-warning{background:#b7950b}.sev-info{background:#555}.monitor-summary{display:flex;gap:12px;font-size:13px}.sum-item{padding:4px 10px;border-radius:6px;background:var(--bg-alt);border:1px solid var(--border)}.sum-online{color:#2ecc71}.sum-offline{color:#e74c3c}.sum-unknown{color:var(--text-muted)}.status-dot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:4px}.status-online{background:#2ecc71}.status-offline{background:#e74c3c}.status-unknown{background:#666}.tree-toggle{padding:0 4px 0 0;font-size:11px}.inline-form{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0;align-items:center}.checkbox-label{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted);width:100%}.compact-table{font-size:11px}.compact-table th,.compact-table td{padding:3px 6px}.secret{background:#000;padding:2px 6px;border-radius:4px;color:#2ecc71}.table{width:100%;border-collapse:collapse;font-size:13px;margin-top:12px}.table th,.table td{text-align:left;padding:6px 8px;border-bottom:1px solid var(--border)}.search{margin-top:8px;width:300px}.kb-page{display:flex;gap:16px;height:calc(100vh - 48px)}.kb-list{width:260px;overflow-y:auto}.kb-list-header{display:flex;justify-content:space-between;align-items:center}.kb-list ul{list-style:none;padding:0}.kb-list li{padding:8px;border-radius:6px;cursor:pointer;font-size:14px}.kb-content{flex:1;overflow-y:auto}.kb-article-header{display:flex;justify-content:space-between;align-items:center}.kb-body{white-space:pre-wrap;font-family:inherit;font-size:14px;line-height:1.5}.kb-editor{display:flex;flex-direction:column;gap:8px}.kb-editor textarea{font-family:monospace}.loading{padding:40px;text-align:center;color:var(--text-muted)}
