:root{--legion-color-primary:#1545BC;--legion-color-primary-hover:#0f3494;--legion-color-secondary:#7740B5;--legion-color-success:#A4E7DE;--legion-color-warning:#f59e0b;--legion-color-danger:#dc2626;--legion-color-info:#3b82f6;--legion-color-light:#f8fafc;--legion-color-dark:#221C6A;--legion-color-white:#ffffff;--legion-color-black:#000000;--color-primary:#1545BC;--color-primary-hover:#0f3494;--color-primary-light:#E8EEFC;--color-primary-dark:#221C6A;--color-secondary:#7740B5;--color-secondary-hover:#5f3391;--color-secondary-light:#F3E8FC;--color-accent:#A4E7DE;--color-accent-hover:#82D4C9;--color-bg:#ffffff;--color-bg-secondary:#f8fafc;--color-bg-tertiary:#f1f5f9;--color-surface:#ffffff;--color-border:#cbd5e1;--color-border-hover:#94a3b8;--color-text-primary:#0f172a;--color-text-secondary:#334155;--color-text-muted:#64748b;--color-text-inverse:#ffffff;--color-text-on-dark:#f1f5f9;--color-text:var(--color-text-primary);--color-surface-alt:var(--color-bg-secondary);--color-status-draft:#94a3b8;--color-status-validation-pending:#f59e0b;--color-status-validation-failed:#ef4444;--color-status-endpoint-valid:#10b981;--color-status-run-queued:#1545BC;--color-status-run-in-progress:#1545BC;--color-status-run-failed:#ef4444;--color-status-assessment-completed:#7740B5;--color-status-pending-review:#f59e0b;--color-status-approved:#10b981;--color-status-approved-controls:#14b8a6;--color-status-restricted:#ef4444;--color-status-reassessment:#f97316;--color-status-published:#059669;--color-severity-critical:#dc2626;--color-severity-high:#ea580c;--color-severity-medium:#f59e0b;--color-severity-low:#3b82f6;--color-severity-info:#6b7280;--color-score-excellent:#059669;--color-score-good:#1545BC;--color-score-moderate:#7740B5;--color-score-poor:#f59e0b;--color-score-critical:#dc2626;--color-score-adversarial:#dc2626;--color-score-safety:#f59e0b;--color-score-privacy:#2563eb;--color-score-hallucination:#7c3aed;--space-0:0;--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;--space-16:4rem;--space-20:5rem;--font-sans:"Inter","Segoe UI",system-ui,-apple-system,sans-serif;--font-mono:"JetBrains Mono","Fira Code","Consolas",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;--text-4xl:2.25rem;--leading-tight:1.25;--leading-normal:1.5;--leading-relaxed:1.625;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--radius-sm:0.25rem;--radius-md:0.375rem;--radius-lg:0.5rem;--radius-xl:0.75rem;--radius-2xl:1rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--shadow-xl:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--sidebar-width-expanded:240px;--sidebar-width-collapsed:64px;--navbar-height:64px;--content-max-width:1280px;--form-max-width:720px;--article-max-width:800px;--transition-fast:150ms ease;--transition-normal:250ms ease;--transition-slow:350ms ease;--z-dropdown:100;--z-sticky:200;--z-modal-backdrop:300;--z-modal:400;--z-drawer:500;--z-toast:600;--z-tooltip:700}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text-primary);background-color:var(--color-bg);min-height:100vh;overflow-x:hidden}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}img,svg{display:block;max-width:100%}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-semibold);line-height:var(--leading-tight);color:var(--color-text-primary)}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg)}h5{font-size:var(--text-base)}h6{font-size:var(--text-sm)}p{margin-bottom:var(--space-4);color:var(--color-text-secondary)}code,pre{font-family:var(--font-mono)}pre{background-color:var(--color-bg-tertiary);border-radius:var(--radius-md);padding:var(--space-4);overflow-x:auto;font-size:var(--text-sm)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@keyframes pulse-status{0%,to{opacity:1}50%{opacity:.6}}.animate-pulse-status{animation:pulse-status 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slide-up{animation:slide-up var(--transition-normal) ease forwards}