:root{--color-navy-950:#071226;--color-navy-900:#0a1b33;--color-navy-800:#10284a;--color-navy-700:#16345f;--color-navy-600:#1f4379;--color-blue-700:#1b4b8f;--color-blue-600:#1e5fb4;--color-blue-500:#2e74c9;--color-orange-600:#d9550f;--color-orange-500:#f07020;--color-orange-400:#f58a44;--color-white:#ffffff;--color-ink-900:#16202e;--color-ink-700:#3a4655;--color-ink-600:#55616f;--color-ink-500:#6b7683;--color-surface:#f4f6f9;--color-surface-alt:#edf1f6;--color-border:#dce3ec;--color-border-strong:#c2ccda;--color-bg:var(--color-white);--color-text:var(--color-ink-900);--color-text-muted:var(--color-ink-600);--color-section-bg:var(--color-surface);--color-focus:var(--color-orange-600);--color-text-on-dark:var(--color-surface-alt);--color-text-muted-on-dark:rgb(237 241 246/0.78);--font-sans:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;--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;--text-5xl:3rem;--text-6xl:3.75rem;--leading-tight:1.15;--leading-normal:1.5;--leading-relaxed:1.65;--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;--space-24:6rem;--space-32:8rem;--container-width:1200px;--container-pad:1.5rem;--gutter:1.5rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--nav-height:72px;--shadow-sm:0 1px 2px rgb(10 27 51/0.08);--shadow-md:0 4px 12px rgb(10 27 51/0.1);--shadow-lg:0 12px 32px rgb(10 27 51/0.14);--duration-fast:150ms;--duration-normal:250ms;--ease-out:cubic-bezier(0.22,1,0.36,1)}@media (min-width:768px){:root{--container-pad:2rem}}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{margin:0;line-height:var(--leading-tight);font-weight:700;color:var(--color-navy-900)}p{margin:0}a{color:inherit;text-decoration:none}ol,ul{margin:0;padding:0;list-style:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit}:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}::selection{background:var(--color-orange-500);color:var(--color-white)}.skip-link{position:absolute;top:-100%;left:var(--space-4);z-index:1000;padding:var(--space-3) var(--space-4);background:var(--color-navy-900);color:var(--color-white);border-radius:var(--radius-sm);transition:top var(--duration-fast) var(--ease-out)}.skip-link:focus{top:var(--space-4)}