*{box-sizing:border-box}:root{--bg-app: linear-gradient(180deg, #eef5fb 0%, #f8fafc 100%);--surface: #ffffff;--surface-soft: #f1f5f9;--surface-muted: #e2e8f0;--text-primary: #0f172a;--text-secondary: #475569;--border-color: #e2e8f0;--link-color: #0369a1;--accent: #0284c7;--accent-hover: #0369a1;--text-on-accent: #ffffff;--success-text: #166534;--warning-text: #92400e;--error-text: #991b1b;--info-text: #334155;--status-ok-bg: #ecfdf5;--status-ok-border: #86efac;--status-warning-bg: #fffbeb;--status-warning-border: #fcd34d;--status-breach-bg: #fef2f2;--status-breach-border: #fca5a5;--status-offline-bg: #f1f5f9;--status-offline-border: #cbd5e1}body.theme-dark{--bg-app: linear-gradient(180deg, #0b1220 0%, #111827 100%);--surface: #111827;--surface-soft: #1f2937;--surface-muted: #334155;--text-primary: #e5e7eb;--text-secondary: #94a3b8;--border-color: #334155;--link-color: #7dd3fc;--accent: #38bdf8;--accent-hover: #7dd3fc;--text-on-accent: #082f49;--success-text: #86efac;--warning-text: #fbbf24;--error-text: #fca5a5;--info-text: #cbd5e1;--status-ok-bg: #12251a;--status-ok-border: #1f6f3c;--status-warning-bg: #2a220f;--status-warning-border: #8a6a16;--status-breach-bg: #2b1719;--status-breach-border: #7f1d1d;--status-offline-bg: #1b2430;--status-offline-border: #475569}html,body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--text-primary);background:var(--bg-app)}a{color:var(--link-color)}h2{margin-top:0}app-shell-layout .page{--compact-gap: .55rem;--compact-radius: .65rem}app-shell-layout .page .toolbar{gap:.45rem;margin-bottom:.55rem;align-items:center}app-shell-layout .page .grid{gap:.65rem}app-shell-layout .page .panel{margin-top:.55rem;padding:.7rem;border-radius:var(--compact-radius);background:var(--surface);border:1px solid var(--border-color)}app-shell-layout .page .filters{margin-top:0}app-shell-layout .page h3{margin:0 0 .45rem;font-size:1rem;line-height:1.2}app-shell-layout .page h4{margin:0 0 .4rem;font-size:.92rem;line-height:1.2}app-shell-layout .page .form-grid,app-shell-layout .page .filter-grid{gap:.5rem;margin-bottom:.5rem}app-shell-layout .page label{gap:.22rem;font-size:.84rem;color:var(--text-secondary)}app-shell-layout .page .checkbox,app-shell-layout .page .checkbox-inline{gap:.35rem;font-size:.84rem}app-shell-layout .page input,app-shell-layout .page select,app-shell-layout .page textarea{border-radius:.38rem;padding:.36rem .44rem;font-size:.84rem;border:1px solid var(--border-color);background:var(--surface);color:var(--text-primary)}app-shell-layout .page button{border-radius:.42rem;padding:.35rem .62rem;font-size:.82rem;line-height:1.1}app-shell-layout .page table{margin-top:.45rem;border-collapse:collapse;width:100%;background:var(--surface)}app-shell-layout .page th,app-shell-layout .page td{padding:.42rem .5rem;font-size:.83rem;border:1px solid var(--border-color);color:var(--text-primary)}
