:root{--color-primary:#1a56db;--color-primary-hover:#1e40af;--color-primary-active:#173da0;--color-primary-subtle:#eff4ff;--accent-teal:#0891b2;--color-success:#059669;--color-success-bg:#ecfdf5;--color-warning:#d97706;--color-warning-bg:#fffbeb;--color-error:#dc2626;--color-error-bg:#fef2f2;--color-info:#0891b2;--color-info-bg:#ecfeff;--pal-critical:#d13438;--pal-high:#ff8c00;--pal-medium:#ffb900;--pal-low:#1a56db;--color-bg:#f1f5f9;--color-surface:#fff;--color-text:#0f172a;--color-text-secondary:#475569;--color-text-tertiary:#94a3b8;--color-border:#e2e8f0;--color-border-strong:#cbd5e1;--color-row-hover:#f8fafc;--bg:var(--color-bg);--card:var(--color-surface);--text:var(--color-text);--text-secondary:var(--color-text-secondary);--text-tertiary:var(--color-text-tertiary);--primary:var(--color-primary);--primary-hover:var(--color-primary-hover);--primary-active:var(--color-primary-active);--success:var(--color-success);--danger:var(--color-error);--danger-bg:var(--color-error-bg);--warn:var(--color-warning);--info:var(--color-info);--info-bg:var(--color-info-bg);--warn-yellow:#b45309;--warn-yellow-bg:#fef3c7;--warn-bg:#ffedd5;--neutral-10:#f8fafc;--neutral-20:#f1f5f9;--neutral-40:var(--color-border);--neutral-60:var(--color-border-strong);--neutral-80:#64748b;--font-family-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,system-ui,sans-serif;--font-family-mono:ui-monospace,"Cascadia Mono",Menlo,Consolas,monospace;--font-size-xs:12px;--font-size-sm:14px;--font-size-md:16px;--font-size-lg:18px;--font-size-xl:20px;--font-size-2xl:24px;--font-size-3xl:32px;--line-height-heading:1.4;--line-height-body:1.6;--letter-spacing-heading:-0.01em;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--space-9:96px;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-xl:12px;--radius-pill:999px;--shadow-1:0 1px 2px rgba(15,23,42,.06),0 1px 3px rgba(15,23,42,.08);--shadow-2:0 2px 4px rgba(15,23,42,.06),0 4px 8px rgba(15,23,42,.08);--shadow-3:0 4px 8px rgba(15,23,42,.08),0 8px 24px rgba(15,23,42,.1);--shadow-4:0 8px 16px rgba(15,23,42,.1),0 16px 48px rgba(15,23,42,.14);--duration-fast:150ms;--duration-normal:250ms;--duration-slow:350ms;--ease-standard:cubic-bezier(0.4,0,0.2,1);--header-height:56px;--sidebar-width:264px;--sidebar-width-collapsed:64px;--focus-ring-color:var(--color-primary);--duration-enter:var(--duration-normal);--duration-exit:var(--duration-fast);--ease-out-cubic:var(--ease-standard);--ease-in-cubic:var(--ease-standard)}[data-theme=dark]{color-scheme:dark;--color-bg:#0b1220;--color-surface:#111a2c;--color-text:#f1f5f9;--color-text-secondary:#cbd5e1;--color-text-tertiary:#64748b;--color-border:#26334d;--color-border-strong:#33415c;--color-row-hover:#16213a;--color-primary-subtle:#172554;--color-success-bg:#052e22;--color-warning-bg:#291a02;--color-error-bg:#2d0b0d;--color-info-bg:#083344;--pal-critical:#f87171;--pal-high:#fb923c;--pal-medium:#fbbf24;--pal-low:#60a5fa;--shadow-1:0 1px 2px rgba(0,0,0,.5);--shadow-2:0 2px 4px rgba(0,0,0,.5);--shadow-3:0 4px 12px rgba(0,0,0,.55);--shadow-4:0 8px 24px rgba(0,0,0,.6)}@media (prefers-reduced-motion:reduce){:root{--duration-fast:0ms;--duration-normal:0ms;--duration-slow:0ms}*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}:root{--marketing-bg:#f6f9fc;--marketing-panel:hsla(0,0%,100%,.9);--marketing-panel-strong:#fff;--marketing-line:rgba(15,23,42,.1);--marketing-text:#0f172a;--marketing-muted:#475569;--marketing-accent:#1d4ed8;--marketing-accent-soft:#dbeafe;--marketing-glow:rgba(37,99,235,.14);--marketing-shadow:0 18px 48px rgba(15,23,42,.08);--marketing-max:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans),var(--font-family-sans);color:var(--marketing-text);background:radial-gradient(circle at top,rgba(37,99,235,.14),transparent 24%),linear-gradient(180deg,#fbfdff,#f6f9fc 42%,#eef4fb);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code,pre{font-family:var(--font-mono),var(--font-family-mono)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button,input,select,textarea{font:inherit}:focus-visible{outline:2px solid var(--marketing-accent);outline-offset:3px}.skip-link{position:absolute;left:1rem;top:-3rem;z-index:100;padding:.75rem 1rem;border-radius:.5rem;background:#fff;color:#000}.skip-link:focus{top:1rem}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}html.js [data-reveal]:not(.in-view){opacity:0;transform:translateY(12px)}.in-view{opacity:1;transform:translateY(0);transition:opacity .52s ease,transform .52s ease}@media (prefers-reduced-motion:reduce){html.js [data-reveal]:not(.in-view){opacity:1;transform:none}.in-view{transition:none}}