:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#182235;background:#f5f7fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--shell-sidebar: 272px;--surface-line: #d7dde8;--surface-soft: #eef2f7;--text-muted: #65748b;--brand: #2563eb;--brand-strong: #1749b4;--ok: #15803d;--warning: #b45309;--critical: #b91c1c}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f5f7fb}a{color:inherit}.app-shell{display:grid;grid-template-columns:var(--shell-sidebar) minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;display:flex;flex-direction:column;height:100vh;padding:1rem;border-right:1px solid var(--surface-line);background:#101828;color:#f8fafc}.sidebar__brand{display:flex;align-items:center;gap:.8rem;min-height:64px;padding:.4rem .45rem 1rem;border-bottom:1px solid rgba(255,255,255,.12)}.sidebar__brand strong,.sidebar__brand small{display:block}.sidebar__brand small{margin-top:.2rem;color:#b7c2d6}.sidebar__session{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:1rem;border-top:1px solid rgba(255,255,255,.12);color:#cbd5e1}.sidebar__session span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}.login-page{display:grid;place-items:center;min-height:100vh;padding:1rem;background:linear-gradient(135deg,rgba(37,99,235,.09),transparent 42%),#f5f7fb}.login-panel{display:grid;gap:1.35rem;width:min(100%,420px);padding:1.25rem;border:1px solid var(--surface-line);border-radius:8px;background:#fff;box-shadow:0 18px 44px #0f172a1a}.login-panel__brand{display:flex;align-items:center;gap:.8rem}.login-panel__brand strong,.login-panel__brand small{display:block}.login-panel__brand small{margin-top:.15rem;color:var(--text-muted)}.login-form{display:grid;gap:.85rem}.login-form label{display:grid;gap:.35rem;color:#334155;font-weight:650;font-size:.9rem}.sidebar__mark{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:8px;background:#2563eb;font-weight:800;letter-spacing:0}.sidebar__nav{display:grid;gap:.25rem;padding-top:1rem}.sidebar__toggle{display:none!important}.sidebar__link{display:flex;align-items:center;gap:.7rem;min-height:44px;padding:0 .75rem;border-radius:7px;color:#cbd5e1;text-decoration:none}.sidebar__link:hover,.sidebar__link.router-link-active{background:#ffffff1a;color:#fff}.sidebar__link i{width:1.1rem;text-align:center}.app-main{min-width:0;padding:1.5rem}.page{display:grid;gap:1rem;max-width:1540px;margin:0 auto}.page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:.25rem}.page-header h1{margin:0;font-size:1.55rem;line-height:1.2;letter-spacing:0}.page-header p{max-width:760px;margin:.35rem 0 0;color:var(--text-muted)}.page-header__actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.page-help{margin:-.35rem 0 0;color:var(--text-muted);font-size:.92rem}.filter-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.6rem;align-items:center;padding:.85rem;border:1px solid var(--surface-line);border-radius:8px;background:#fff}.kpi-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem}.kpi-card{border-left:4px solid #94a3b8}.kpi-card .p-card-content{display:grid;gap:.25rem;padding:.1rem 0}.kpi-card span,.kpi-card small{color:var(--text-muted)}.kpi-card strong{font-size:2rem;line-height:1}.kpi-card--ok{border-left-color:var(--ok)}.kpi-card--warning{border-left-color:var(--warning)}.kpi-card--critical{border-left-color:var(--critical)}.kpi-card--missing{border-left-color:#64748b}.dashboard-grid,.detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.chart-box{height:280px}.table-link{color:var(--brand);font-weight:700;text-decoration:none}.table-link:hover{color:var(--brand-strong);text-decoration:underline}.entity-dialog .p-dialog-content{padding-top:.5rem}.entity-form{display:grid;gap:1rem}.entity-form__footer{display:flex;justify-content:flex-end;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--surface-line)}.entity-form__inline-actions{display:flex;justify-content:flex-start;padding-top:.25rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.form-grid label{display:grid;gap:.35rem;color:#334155;font-weight:650;font-size:.9rem}.form-grid__full{grid-column:1/-1}.checkbox-row{align-content:center;grid-template-columns:auto 1fr;gap:.55rem;min-height:42px}.accessories-box{display:grid;gap:.6rem;padding:.75rem;border:1px solid var(--surface-line);border-radius:8px;background:#f8fafc}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem}.section-heading h3{margin:0;font-size:1rem}.accessory-row{display:grid;grid-template-columns:minmax(160px,1fr) 140px minmax(160px,1fr) auto;gap:.5rem;align-items:center}.detail-list{display:grid;grid-template-columns:minmax(130px,.7fr) minmax(0,1.3fr);gap:.7rem 1rem;margin:0}.detail-list dt{color:var(--text-muted);font-weight:700}.detail-list dd{min-width:0;margin:0;overflow-wrap:anywhere}.json-viewer{max-height:65vh;overflow:auto;margin:0;padding:.85rem;border:1px solid var(--surface-line);border-radius:8px;background:#0f172a;color:#e2e8f0;font-size:.85rem;line-height:1.45}.p-card,.p-datatable,.p-dialog{border-radius:8px}.p-card{border:1px solid var(--surface-line);box-shadow:0 8px 24px #0f172a0d}.p-datatable{border:1px solid var(--surface-line);overflow:hidden;background:#fff}.p-datatable-thead>tr>th{background:#f8fafc;color:#334155;font-weight:750}.actions-column{width:12rem}.tag-list{display:flex;flex-wrap:wrap;gap:.35rem}.compact-list{display:grid;gap:.6rem;margin:0;padding:0;list-style:none}.compact-list li{display:flex;justify-content:space-between;gap:1rem}.compact-list a{color:var(--brand);font-weight:700;text-decoration:none}.mini-kpi{display:grid;grid-template-columns:1fr auto;gap:.8rem}.mini-kpi span{color:var(--text-muted);font-weight:700}.patch-gap-tags{margin-bottom:1rem}.menu-item-danger{color:var(--critical)}.settings-preview{display:grid;gap:1rem}.settings-logo{max-width:220px;max-height:96px;object-fit:contain}@media(max-width:1180px){.app-shell{grid-template-columns:86px minmax(0,1fr)}.sidebar{padding:.75rem}.sidebar__brand div,.sidebar__session span,.sidebar__link span{display:none}.sidebar__brand,.sidebar__link{justify-content:center}.sidebar__toggle{display:none!important}.kpi-grid,.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.app-shell{display:block}.sidebar{position:sticky;top:0;z-index:50;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.5rem;width:100%;height:auto;min-height:72px;overflow:visible;padding:.75rem 1rem;box-shadow:0 10px 24px #0f172a2e}.sidebar__brand{min-width:56px;padding:0;border-bottom:0}.sidebar__nav{display:none;position:absolute;top:calc(100% + .35rem);right:.75rem;left:.75rem;grid-template-columns:1fr;max-height:calc(100vh - 96px);overflow:auto;padding:.5rem;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#101828;box-shadow:0 18px 44px #0f172a59}.sidebar__nav--open{display:grid}.sidebar__toggle{display:inline-flex!important;justify-self:end;width:44px;height:44px;border-radius:999px;background:#f8fafc;color:#101828}.sidebar__link{justify-content:flex-start;min-width:0;min-height:48px}.sidebar__link span,.sidebar__session span{display:inline}.sidebar__session{display:none}.app-main{width:100%;padding:1rem;overflow-x:hidden}.page{width:100%;min-width:0}.page-header,.section-heading{align-items:stretch;flex-direction:column}.kpi-grid,.dashboard-grid,.detail-grid,.form-grid,.accessory-row{grid-template-columns:1fr}.chart-box{height:240px}.detail-list,.filter-bar{grid-template-columns:1fr}.p-dialog{width:calc(100vw - 1rem)!important;max-height:calc(100vh - 1rem)}.p-dialog-content{max-height:calc(100vh - 7rem);overflow:auto}.p-datatable-wrapper{overflow-x:auto;max-width:calc(100vw - 2rem)}.p-button{min-height:42px}.p-card{min-width:0}}
