:root{--accent:#4f46e5;--accent-hover:#4338ca;--accent-soft:#eef2ff;--accent-text:#ffffff;--nav-bg:#0f172a;--nav-border:#243047;--sidebar-bg:#111827;--sidebar-width:256px;--sidebar-collapsed-width:64px;--shell-topbar-height:64px;--workspace-bg:#f5f7fb;--surface:#ffffff;--surface-muted:#f8fafc;--border:#e2e8f0;--border-strong:#cbd5e1;--text-primary:#111827;--text-secondary:#475569;--text-muted:#64748b;--text-on-dark:#f8fafc;--text-on-dark-muted:#a8b2c5;--status-success:#16a34a;--status-success-bg:#dcfce7;--status-waiting:#2563eb;--status-waiting-bg:#dbeafe;--status-manual:#ea580c;--status-manual-bg:#ffedd5;--status-error:#dc2626;--status-error-bg:#fee2e2;--status-inactive:#6b7280;--status-inactive-bg:#f3f4f6;--focus-ring:0 0 0 2px var(--surface),0 0 0 4px rgb(79 70 229/38%);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--font-sans:system-ui,-apple-system,"Segoe UI",sans-serif;--font-size-xs:0.75rem;--font-size-sm:0.8125rem;--font-size-base:0.875rem;--font-size-lg:1rem;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--shadow-sm:0 1px 2px rgb(15 23 42/4%),0 6px 18px rgb(15 23 42/4%);--shadow-md:0 10px 30px rgb(15 23 42/8%)}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;max-width:100%;overflow-x:hidden}body{font-family:var(--font-sans);font-size:var(--font-size-base);line-height:1.45;color:var(--text-primary);background:var(--workspace-bg);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select{font:inherit}a,button{transition:color .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease}:focus-visible{outline:none;box-shadow:var(--focus-ring)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pageHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4);margin-bottom:1.5rem}.pageTitle{margin:0;font-size:clamp(1.4rem,2vw,1.75rem);font-weight:750;letter-spacing:-.025em}.pageSubtitle{margin:.35rem 0 0;color:var(--text-secondary);font-size:var(--font-size-sm)}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.panelHeader{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:1rem 1.25rem;border-bottom:1px solid var(--border);font-size:.925rem;font-weight:700}.panelBody{padding:1.125rem 1.25rem}.gridKpi{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.stack{display:flex;flex-direction:column;gap:var(--space-3)}@media (max-width:960px){.pageHeader{flex-direction:column}}