:root{--color-bg:#f8fafc;--color-surface:#ffffff;--color-surface-muted:#f1f5f9;--color-text:#0f172a;--color-text-secondary:#334155;--color-muted:#64748b;--color-border:#e2e8f0;--color-border-strong:#cbd5e1;--color-sidebar-bg:#0f172a;--color-sidebar-text:#94a3b8;--color-sidebar-text-active:#f8fafc;--color-sidebar-hover:#1e293b;--color-sidebar-active:#1d4ed8;--color-primary:#2563eb;--color-primary-hover:#1d4ed8;--color-accent:#0891b2;--color-accent-soft:#e0f2fe;--color-success:#16a34a;--color-success-bg:#dcfce7;--color-warning:#d97706;--color-warning-bg:#fef3c7;--color-danger:#dc2626;--color-danger-bg:#fee2e2;--color-info:#2563eb;--color-info-bg:#dbeafe;--color-compliance:#7c3aed;--color-compliance-bg:#ede9fe;--color-neutral:#64748b;--color-neutral-bg:#f1f5f9;--font-sans:"Inter",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--font-mono:"JetBrains Mono",ui-monospace,"Cascadia Code","Segoe UI Mono",monospace;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-xl:12px;--shadow-sm:0 1px 2px rgba(15,23,42,0.06);--shadow-md:0 4px 12px rgba(15,23,42,0.08);--shadow-lg:0 8px 24px rgba(15,23,42,0.1);--sidebar-width:256px;--topbar-height:56px;--content-max-width:1440px}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}code{font-family:var(--font-mono);font-size:.9em;background:var(--color-neutral-bg);padding:.1em .35em;border-radius:var(--radius-sm)}