:root{--color-bg:#f3f6fb;--color-surface:#ffffff;--color-surface-muted:#ecf2f8;--color-surface-raised:#f8fbff;--color-text:#142033;--color-text-secondary:#32445d;--color-muted:#6b7c93;--color-border:#d7e0eb;--color-border-strong:#b9c7d7;--color-sidebar-bg:#0d1b2f;--color-sidebar-text:#93a8c1;--color-sidebar-text-active:#f8fbff;--color-sidebar-hover:#172943;--color-sidebar-active:#2457d6;--color-primary:#2457d6;--color-primary-hover:#1b46b1;--color-primary-soft:#e7efff;--color-accent:#0f8b8d;--color-accent-soft:#dff4f2;--color-module-catalog:#0f8b8d;--color-module-catalog-soft:#dff4f2;--color-module-operations:#3454d1;--color-module-operations-soft:#e5ebff;--color-module-finance:#177e67;--color-module-finance-soft:#def5ee;--color-module-compliance:#8a5cf6;--color-module-compliance-soft:#efe8ff;--color-module-traceability:#0f6e9e;--color-module-traceability-soft:#dff1fa;--color-success:#1f8f55;--color-success-bg:#e2f6ea;--color-warning:#b7791f;--color-warning-bg:#fbefcf;--color-danger:#c44b45;--color-danger-bg:#fbe8e6;--color-info:#2457d6;--color-info-bg:#e4edff;--color-compliance:#6f52c7;--color-compliance-bg:#eee8ff;--color-neutral:#62748b;--color-neutral-bg:#edf3f8;--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.6875rem;--text-sm:0.8125rem;--text-base:0.9375rem;--text-lg:1.0625rem;--text-xl:1.1875rem;--text-2xl:1.375rem;--text-3xl:1.75rem;--space-1:0.25rem;--space-2:0.4375rem;--space-3:0.625rem;--space-4:0.875rem;--space-5:1.0625rem;--space-6:1.25rem;--space-8:1.75rem;--space-10:2.25rem;--space-12:2.75rem;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-xl:12px;--shadow-sm:0 1px 2px rgba(15,23,42,0.05),0 10px 24px rgba(31,55,86,0.04);--shadow-md:0 10px 28px rgba(18,35,62,0.08);--shadow-lg:0 18px 40px rgba(15,23,42,0.12);--sidebar-width:236px;--topbar-height:52px;--content-max-width:1680px;--page-gutter:clamp(0.875rem,1vw,1.375rem);--control-height:36px;--table-row-height:40px;--card-padding:1rem}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;width:100%;height:100%;min-height:100%;font-family:var(--font-sans);font-size:var(--text-base);line-height:1.45;background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;overflow:hidden;overscroll-behavior:none}body{position:relative}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}code{font-family:var(--font-mono);font-size:.9em;background:var(--color-neutral-bg);padding:.1em .35em;border-radius:var(--radius-sm)}