:root{--c-ink: #0f1c2e;--c-ink-2: #33415c;--c-ink-3: #5f6c85;--c-line: #dde3ec;--c-line-2: #eef1f6;--c-bg: #ffffff;--c-bg-2: #f6f8fb;--c-bg-3: #eef3f9;--c-brand: #0a7d4f;--c-brand-dark: #06603c;--c-brand-soft: #e6f4ee;--c-accent: #b45309;--c-accent-soft: #fdf3e3;--c-danger: #b3261e;--c-danger-soft: #fdecea;--c-star: #e8a13c;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;--fs-xs: .8125rem;--fs-sm: .9375rem;--fs-base: 1.0625rem;--fs-lg: 1.1875rem;--fs-xl: 1.375rem;--fs-2xl: 1.75rem;--fs-3xl: clamp(1.9rem, 1.4rem + 2.2vw, 2.6rem);--lh-tight: 1.25;--lh-body: 1.65;--sp-1: .25rem;--sp-2: .5rem;--sp-3: .75rem;--sp-4: 1rem;--sp-5: 1.5rem;--sp-6: 2rem;--sp-7: 3rem;--sp-8: 4rem;--w-content: 46rem;--w-wide: 72rem;--radius-sm: 8px;--radius: 12px;--radius-lg: 16px;--shadow-sm: 0 1px 2px rgba(15, 28, 46, .05), 0 2px 8px rgba(15, 28, 46, .05);--shadow-md: 0 2px 6px rgba(15, 28, 46, .06), 0 10px 28px rgba(15, 28, 46, .09);--c-bg-blue: #f2f6fb;--c-navy: #0f1c2e;--c-navy-2: #17273d}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:4.5rem}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}body{margin:0;font-family:var(--font-sans);font-size:var(--fs-base);line-height:var(--lh-body);color:var(--c-ink);background:var(--c-bg);text-rendering:optimizeLegibility}img,svg{max-width:100%;height:auto;display:block}h1,h2,h3,h4{line-height:var(--lh-tight);margin:0 0 var(--sp-4);text-wrap:balance}h1{font-size:var(--fs-3xl);letter-spacing:-.02em}h2{font-size:var(--fs-2xl);letter-spacing:-.01em;margin-top:var(--sp-7)}h3{font-size:var(--fs-xl);margin-top:var(--sp-6)}h4{font-size:var(--fs-lg);margin-top:var(--sp-5)}p,ul,ol{margin:0 0 var(--sp-4)}a{color:var(--c-brand-dark);text-decoration-thickness:1px;text-underline-offset:2px}a:hover{color:var(--c-brand)}:focus-visible{outline:3px solid var(--c-brand);outline-offset:2px;border-radius:2px}.skip-link{position:absolute;left:-999px;top:0;background:var(--c-ink);color:#fff;padding:var(--sp-3) var(--sp-4);z-index:100;border-radius:0 0 var(--radius-sm) 0}.skip-link:focus{left:0}.container{max-width:var(--w-wide);margin-inline:auto;padding-inline:clamp(1.25rem,4vw,2rem)}.container-narrow{max-width:var(--w-content);margin-inline:auto;padding-inline:clamp(1.25rem,4vw,2rem)}.section{padding-block:clamp(3rem,2rem + 3.5vw,5.5rem)}.section-alt{background:var(--c-bg-2)}.section-blue{background:var(--c-bg-blue)}.eyebrow{display:block;font-size:var(--fs-xs);font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--c-brand-dark);margin-bottom:var(--sp-2)}.prose{max-width:var(--w-content)}.prose h2{padding-top:var(--sp-2);border-top:1px solid var(--c-line-2)}.prose ul li,.prose ol li{margin-bottom:var(--sp-2)}.prose table{width:100%;border-collapse:collapse;font-size:var(--fs-sm);margin-block:var(--sp-5)}.prose blockquote{margin:var(--sp-5) 0;padding:var(--sp-3) var(--sp-5);border-left:4px solid var(--c-brand);background:var(--c-bg-2);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--c-ink-2)}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-block:var(--sp-5);border:1px solid var(--c-line);border-radius:var(--radius)}.table-wrap table{width:100%;border-collapse:collapse;font-size:var(--fs-sm);min-width:560px;margin:0}table caption{text-align:left;font-size:var(--fs-xs);color:var(--c-ink-3);padding:var(--sp-3) var(--sp-4)}th{text-align:left;font-size:var(--fs-xs);text-transform:uppercase;letter-spacing:.04em;color:var(--c-ink-2);background:var(--c-bg-2);padding:var(--sp-3) var(--sp-4);border-bottom:2px solid var(--c-line)}td{padding:var(--sp-3) var(--sp-4);border-bottom:1px solid var(--c-line-2);vertical-align:top}tbody tr:last-child td{border-bottom:0}tbody tr:nth-child(2n){background:#fbfcfe}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;font-size:var(--fs-sm);text-decoration:none;text-align:center;padding-inline:1.25rem;height:2.75rem;border-radius:var(--radius-sm);border:1.5px solid transparent;line-height:1.2;white-space:nowrap;transition:background .15s ease,border-color .15s ease,color .15s ease}.btn-lg{height:3.25rem;padding-inline:1.6rem;font-size:var(--fs-base)}.btn-primary{background:var(--c-brand);color:#fff}.btn-primary:hover{background:var(--c-brand-dark);color:#fff}.btn-outline{border-color:var(--c-line);color:var(--c-ink);background:#fff}.btn-outline:hover{border-color:var(--c-brand);color:var(--c-brand-dark)}.badge{display:inline-block;font-size:var(--fs-xs);font-weight:600;padding:.15rem .6rem;border-radius:999px;white-space:nowrap}.badge-green{background:var(--c-brand-soft);color:var(--c-brand-dark)}.badge-amber{background:var(--c-accent-soft);color:var(--c-accent)}.badge-red{background:var(--c-danger-soft);color:var(--c-danger)}.badge-gray{background:var(--c-bg-3);color:var(--c-ink-2)}.card{background:#fff;border:1px solid var(--c-line);border-radius:var(--radius);padding:var(--sp-5)}.muted{color:var(--c-ink-3)}.small{font-size:var(--fs-sm)}.xs{font-size:var(--fs-xs)}.nowrap{white-space:nowrap}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.grid-2,.grid-3{display:grid;gap:var(--sp-4);grid-template-columns:1fr}@media(min-width:640px){.grid-2,.grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.grid-3{grid-template-columns:repeat(3,1fr)}}.site-header[data-astro-cid-ctg3m53h]{position:sticky;top:0;z-index:50;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--c-line-2)}@supports (animation-timeline: scroll()){.site-header[data-astro-cid-ctg3m53h]{animation:header-scrolled linear both;animation-timeline:scroll();animation-range:0 120px}@keyframes header-scrolled{to{box-shadow:0 1px 2px #0f1c2e0d,0 6px 20px #0f1c2e12;border-bottom-color:transparent}}}.header-inner[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:var(--sp-5);min-height:4.25rem}.logo[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:.65rem;text-decoration:none;color:var(--c-ink);margin-right:auto;padding-block:var(--sp-2)}.logo-text[data-astro-cid-ctg3m53h]{display:flex;flex-direction:column;line-height:1.15}.logo-name[data-astro-cid-ctg3m53h]{font-size:1.14rem;letter-spacing:-.01em}.logo-name[data-astro-cid-ctg3m53h] strong[data-astro-cid-ctg3m53h]{color:var(--c-brand-dark)}.logo-tag[data-astro-cid-ctg3m53h]{font-size:.66rem;text-transform:uppercase;letter-spacing:.09em;color:var(--c-ink-3);font-weight:600}nav[data-astro-cid-ctg3m53h]>ul[data-astro-cid-ctg3m53h]{display:flex;gap:var(--sp-2);list-style:none;margin:0;padding:0}.nav-desktop[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;gap:.35rem;text-decoration:none;color:var(--c-ink-2);font-weight:550;font-size:var(--fs-sm);padding:.45rem .7rem;border-radius:var(--radius-sm)}.nav-desktop[data-astro-cid-ctg3m53h]>ul[data-astro-cid-ctg3m53h]>li[data-astro-cid-ctg3m53h]>a[data-astro-cid-ctg3m53h]:hover,.nav-desktop[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h][aria-current=page]{color:var(--c-brand-dark);background:var(--c-brand-soft)}.chev[data-astro-cid-ctg3m53h]{opacity:.55}.has-sub[data-astro-cid-ctg3m53h]{position:relative}.dropdown[data-astro-cid-ctg3m53h]{position:absolute;top:calc(100% + 6px);left:0;min-width:13.5rem;background:#fff;border:1px solid var(--c-line);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:var(--sp-2);list-style:none;margin:0;display:none;z-index:60}.dropdown[data-astro-cid-ctg3m53h]:before{content:"";position:absolute;top:-8px;left:0;right:0;height:8px}.has-sub[data-astro-cid-ctg3m53h]:hover .dropdown[data-astro-cid-ctg3m53h],.has-sub[data-astro-cid-ctg3m53h]:focus-within .dropdown[data-astro-cid-ctg3m53h]{display:block}.dropdown[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{display:block;width:100%;padding:.5rem .7rem;font-weight:500}.dropdown[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:hover{background:var(--c-bg-blue);color:var(--c-brand-dark)}.search-link[data-astro-cid-ctg3m53h]{color:var(--c-ink-2);display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:1px solid var(--c-line);border-radius:999px}.search-link[data-astro-cid-ctg3m53h]:hover{color:var(--c-brand-dark);border-color:var(--c-brand)}.nav-toggle[data-astro-cid-ctg3m53h]{display:none}@media(max-width:920px){.nav-desktop[data-astro-cid-ctg3m53h]{display:none}.nav-toggle[data-astro-cid-ctg3m53h]{display:block;position:relative}.nav-toggle[data-astro-cid-ctg3m53h] summary[data-astro-cid-ctg3m53h]{list-style:none;cursor:pointer;display:flex;align-items:center;gap:var(--sp-2);font-weight:600;font-size:var(--fs-sm);padding:var(--sp-2) var(--sp-3);border:1px solid var(--c-line);border-radius:var(--radius-sm);min-height:44px}.nav-toggle[data-astro-cid-ctg3m53h] summary[data-astro-cid-ctg3m53h]::-webkit-details-marker{display:none}.nav-toggle[data-astro-cid-ctg3m53h][open] summary[data-astro-cid-ctg3m53h]{border-color:var(--c-brand);color:var(--c-brand-dark)}.hamburger[data-astro-cid-ctg3m53h]{display:inline-flex;flex-direction:column;gap:4px}.hamburger[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]{width:18px;height:2px;background:currentColor;border-radius:2px}.nav-toggle[data-astro-cid-ctg3m53h] nav[data-astro-cid-ctg3m53h]{position:absolute;right:0;top:calc(100% + 10px);background:#fff;border:1px solid var(--c-line);border-radius:var(--radius);box-shadow:var(--shadow-md);min-width:270px;max-height:min(70vh,34rem);overflow-y:auto;padding:var(--sp-3)}.nav-toggle[data-astro-cid-ctg3m53h] nav[data-astro-cid-ctg3m53h]>ul[data-astro-cid-ctg3m53h]{flex-direction:column;gap:0}.nav-toggle[data-astro-cid-ctg3m53h] nav[data-astro-cid-ctg3m53h]>ul[data-astro-cid-ctg3m53h]>li[data-astro-cid-ctg3m53h]{border-bottom:1px solid var(--c-line-2);padding-block:var(--sp-1)}.nav-toggle[data-astro-cid-ctg3m53h] nav[data-astro-cid-ctg3m53h]>ul[data-astro-cid-ctg3m53h]>li[data-astro-cid-ctg3m53h]:last-child{border-bottom:0}.nav-toggle[data-astro-cid-ctg3m53h] nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{display:block;padding:var(--sp-3);border-radius:var(--radius-sm);min-height:44px;font-weight:600;color:var(--c-ink);text-decoration:none}.nav-toggle[data-astro-cid-ctg3m53h] nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:hover,.nav-toggle[data-astro-cid-ctg3m53h] nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h][aria-current=page]{background:var(--c-brand-soft);color:var(--c-brand-dark)}.m-sub[data-astro-cid-ctg3m53h]{list-style:none;margin:0;padding:0 0 var(--sp-2) var(--sp-4)}.m-sub[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{font-weight:450;font-size:var(--fs-sm);color:var(--c-ink-2);min-height:40px;padding:var(--sp-2) var(--sp-3)}.m-search[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{color:var(--c-brand-dark)}}.site-footer[data-astro-cid-gcn2mc3v]{background:var(--c-navy);color:#c6d0de;margin-top:var(--sp-8);padding-block:var(--sp-7) var(--sp-6);font-size:var(--fs-sm)}.footer-brand[data-astro-cid-gcn2mc3v]{display:grid;grid-template-columns:1fr;gap:var(--sp-4);padding-bottom:var(--sp-6);border-bottom:1px solid #26364e;margin-bottom:var(--sp-6)}@media(min-width:800px){.footer-brand[data-astro-cid-gcn2mc3v]{grid-template-columns:auto 1fr;gap:var(--sp-7);align-items:start}}.fb-id[data-astro-cid-gcn2mc3v]{display:flex;align-items:center;gap:var(--sp-3)}.fb-name[data-astro-cid-gcn2mc3v]{font-size:1.2rem;color:#fff}.fb-name[data-astro-cid-gcn2mc3v] strong[data-astro-cid-gcn2mc3v]{color:#7fd4ab}.fb-desc[data-astro-cid-gcn2mc3v]{margin:0;max-width:46rem;color:#9fb0c6;font-size:var(--fs-sm);line-height:1.7}.fb-desc[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{color:#dde5ef;text-decoration:underline;text-underline-offset:2px}.fb-desc[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:#fff}.footer-grid[data-astro-cid-gcn2mc3v]{display:grid;grid-template-columns:1fr;gap:var(--sp-6) var(--sp-5)}@media(min-width:480px){.footer-grid[data-astro-cid-gcn2mc3v]{grid-template-columns:repeat(2,1fr)}}@media(min-width:800px){.footer-grid[data-astro-cid-gcn2mc3v]{grid-template-columns:repeat(4,1fr)}}.footer-grid[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{display:inline-block;padding-block:.15rem}.footer-grid[data-astro-cid-gcn2mc3v] h2[data-astro-cid-gcn2mc3v]{font-size:var(--fs-xs);text-transform:uppercase;letter-spacing:.09em;color:#8fa0b8;margin:0 0 var(--sp-3)}.footer-grid[data-astro-cid-gcn2mc3v] ul[data-astro-cid-gcn2mc3v]{list-style:none;margin:0;padding:0}.footer-grid[data-astro-cid-gcn2mc3v] li[data-astro-cid-gcn2mc3v]{margin-bottom:var(--sp-2)}.footer-grid[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{color:#dde5ef;text-decoration:none}.footer-grid[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:#fff;text-decoration:underline}.footer-legal[data-astro-cid-gcn2mc3v]{border-top:1px solid #26364e;margin-top:var(--sp-6);padding-top:var(--sp-5);font-size:var(--fs-xs);line-height:1.65;color:#9fb0c6}.footer-legal[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]{color:#dde5ef;text-decoration:underline;text-underline-offset:2px}.footer-legal[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:#fff}.age-badge[data-astro-cid-gcn2mc3v]{color:#dde5ef}.age-badge[data-astro-cid-gcn2mc3v] strong[data-astro-cid-gcn2mc3v]{display:inline-block;background:var(--c-danger);color:#fff;border-radius:999px;padding:.1rem .55rem;margin-right:var(--sp-2);font-size:var(--fs-xs)}.copyright[data-astro-cid-gcn2mc3v]{color:#8fa0b8;margin-bottom:0}
