:root{color-scheme:light;--p2-navy:#1f3864;--p2-navy-mid:#2e5c8a;--p2-navy-light:#d6e4f0;--p2-amber:#c55a11;--p2-amber-light:#fce4d6;--p2-green:#3a7d44;--p2-red:#c0392b;--p2-slate:#595959;--p2-slate-light:#f5f5f5;--p2-page:#eef3fa;--p2-surface:#ffffff;--p2-border:#d0d7e3;--p2-text-primary:#253761;--p2-text-body:#595959;--p2-text-secondary:#626b78;--p2-text-tertiary:#666666;--p2-text-section:#78818f;--p2-text-disabled:#9ca3af;--p2-font-sans:"DM Sans","Segoe UI",sans-serif;--p2-font-serif:"DM Serif Display",Georgia,serif;--p2-font-mono:ui-monospace,"Cascadia Code",monospace;--p2-type-page:clamp(1.75rem,1.55rem + 0.65vw,2rem);--p2-type-section:clamp(1.25rem,1.16rem + 0.35vw,1.375rem);--p2-type-card:clamp(1.0625rem,1rem + 0.35vw,1.1875rem);--p2-type-body:1rem;--p2-type-ui:0.9375rem;--p2-type-compact:0.875rem;--p2-type-meta:0.8125rem;--p2-type-caption:0.6875rem;--p2-icon-sm:1.125rem;--p2-icon-md:1.25rem;--p2-space-1:0.25rem;--p2-space-2:0.5rem;--p2-space-3:0.75rem;--p2-space-4:1rem;--p2-space-5:1.25rem;--p2-space-6:1.5rem;--p2-space-7:1.75rem;--p2-space-8:2rem;--p2-space-10:2.5rem;--p2-space-12:3rem;--p2-radius-sm:0.25rem;--p2-radius-md:0.375rem;--p2-radius-lg:0.5rem;--p2-radius-xl:0.75rem;--p2-shadow-card:0 1px 3px rgb(31 56 100/8%),0 1px 2px -1px rgb(31 56 100/6%);--p2-shadow-panel:0 4px 12px rgb(31 56 100/12%);--p2-shadow-modal:0 20px 40px rgb(31 56 100/18%);--p2-duration-fast:150ms;--p2-duration-shell:200ms;--p2-ease:cubic-bezier(0.4,0,0.2,1);--p2-sidebar-expanded:15rem;--p2-sidebar-collapsed:3.75rem;--p2-topbar-height:3.5rem;--p2-page-centered:64rem;--p2-page-narrow:52rem;--p2-z-dropdown:30;--p2-z-drawer:40;--p2-z-modal:50;--p2-z-toast:60}@media (prefers-reduced-motion:reduce){:root{--p2-duration-fast:0ms;--p2-duration-shell:0ms}}*,:after,:before{box-sizing:border-box}button,input,select,textarea{font:inherit}button{color:inherit}img,svg{display:block;max-width:100%}body,html{min-height:100%}body{margin:0;background:var(--p2-page);color:var(--p2-text-body);font-family:var(--p2-font-sans);font-size:var(--p2-type-body);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}::placeholder{color:var(--p2-text-tertiary);opacity:1}:focus-visible{outline:2px solid var(--p2-navy-mid);outline-offset:2px}[aria-disabled=true],[disabled]{cursor:not-allowed}.p2PageTitle{color:var(--p2-navy);font-size:var(--p2-type-page);letter-spacing:.025em;line-height:1.15}.p2PageTitle,.p2SectionTitle{margin:0;font-family:var(--p2-font-serif);font-weight:400}.p2SectionTitle{color:var(--p2-text-primary);font-size:var(--p2-type-section);line-height:1.2}.p2CardTitle{margin:0;color:var(--p2-text-primary);font-size:var(--p2-type-card);font-weight:600;line-height:1.3}.p2MetaLabel{color:var(--p2-text-section);font-size:var(--p2-type-meta);font-weight:600;letter-spacing:.12em;line-height:1.35;text-transform:uppercase}.p2SrOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.p2TabularNumbers{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.p2SkipLink{position:fixed;z-index:calc(var(--p2-z-toast) + 1);top:var(--p2-space-2);left:var(--p2-space-2);padding:var(--p2-space-2) var(--p2-space-3);border-radius:var(--p2-radius-md);background:var(--p2-navy);color:white;font-size:var(--p2-type-ui);font-weight:700;transform:translateY(calc(-100% - var(--p2-space-4)));transition:transform var(--p2-duration-fast) var(--p2-ease)}.p2SkipLink:focus{transform:translateY(0)}.p2FormErrorSummary{padding:var(--p2-space-4);border:1px solid var(--p2-red);border-radius:var(--p2-radius-md);background:#fff4f2;color:var(--p2-red)}.p2FormErrorSummary ul{margin:var(--p2-space-2) 0 0;-webkit-padding-start:var(--p2-space-5);padding-inline-start:var(--p2-space-5)}.p2FormErrorSummary a{color:inherit;text-decoration:underline}