:root{--color-bg: #f8fafc;--color-surface: #ffffff;--color-surface-muted: #f1f5f9;--color-surface-low: #e8eef5;--color-surface-high: #dbe4ef;--color-ink: #020617;--color-muted: #475569;--color-navy: #0f172a;--color-navy-soft: #1e293b;--color-secondary: #0369a1;--color-secondary-bright: #0284c7;--color-secondary-hover: #075985;--color-dark-accent: #7dd3fc;--color-dark-copy: #e0f2fe;--color-dark-muted: #cbd5e1;--color-tertiary: #dc2626;--color-border-light: #e2e8f0;--color-focus: #38bdf8;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .06);--shadow-md: 0 16px 40px rgba(15, 23, 42, .16);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--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;--container-max: 1200px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-ink);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-ink);font-size:1rem;line-height:1.6;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}a:focus-visible,summary:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--color-focus);outline-offset:3px;border-radius:2px}h1,h2,h3,h4,p,figure{margin:0}img{max-width:100%;height:auto;display:block}h1{font-size:clamp(2.5rem,5.5vw,3rem);font-weight:700;line-height:1.05;letter-spacing:-.02em;overflow-wrap:anywhere;hyphens:auto}h2{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:600;line-height:1.15;letter-spacing:-.01em;text-wrap:balance;overflow-wrap:anywhere;hyphens:auto}h3{font-size:1.1rem;font-weight:600;line-height:1.3;color:var(--color-navy);overflow-wrap:anywhere;hyphens:auto}p{color:var(--color-muted);text-wrap:pretty}p+p{margin-top:var(--space-4)}ul,ol{margin:0;padding:0}.shell{width:min(100% - 32px,var(--container-max));margin-inline:auto}.section-dark p,.section-dark .eyebrow{color:var(--color-dark-copy)}.skip-link{position:fixed;left:16px;top:16px;z-index:20;translate:0 -160%;background:var(--color-surface);color:var(--color-ink);padding:10px 14px;border-radius:var(--radius-sm);font-weight:600;box-shadow:var(--shadow-md)}.skip-link:focus{translate:0}.site-header{position:sticky;top:0;z-index:10;background:#0f172afa;color:#fff;border-bottom:1px solid rgba(226,232,240,.18);box-shadow:0 1px #ffffff0a}.nav{position:relative;display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:var(--space-4)}.brand{display:inline-flex;align-items:center;gap:var(--space-3);min-width:0}.brand-mark{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(125,211,252,.55);border-radius:var(--radius-md);color:var(--color-dark-accent);line-height:1}.brand strong{display:block;font-size:.95rem;letter-spacing:-.01em}.brand span span{display:block;color:var(--color-dark-accent);font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.nav-links{display:none;align-items:center;gap:clamp(14px,1.8vw,26px);color:#e2e8f0;font-size:.9rem;font-weight:500}.nav-links a{border-bottom:2px solid transparent;padding-block:4px;transition:border-color .16s ease,color .16s ease}.nav-links a:hover,.nav-links a[aria-current=page]{color:#fff;border-bottom-color:var(--color-dark-accent)}.nav-cta{display:none;min-height:44px;align-items:center;border:1px solid rgba(125,211,252,.55);border-radius:var(--radius-sm);color:#fff;padding:10px 16px;font-weight:700;font-size:.9rem;transition:background-color .16s ease}.nav-cta:hover{background-color:#7dd3fc1f}.nav-toggle{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:5px;flex:0 0 auto;border:1px solid rgba(125,211,252,.55);border-radius:var(--radius-sm);background:#ffffff0f;color:#fff;cursor:pointer}.nav-toggle span{width:18px;height:2px;border-radius:999px;background:currentColor;transition:translate .16s ease,rotate .16s ease,opacity .16s ease}.nav-toggle[aria-expanded=true] span:nth-child(1){translate:0 7px;rotate:45deg}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:nth-child(3){translate:0 -7px;rotate:-45deg}.mobile-menu{border-top:1px solid rgba(226,232,240,.14);background:#0f172a}.mobile-menu-inner{display:grid;gap:var(--space-2);padding-block:var(--space-3) var(--space-4)}.mobile-menu a{display:flex;min-height:48px;align-items:center;justify-content:space-between;border-radius:var(--radius-sm);padding:12px 14px;color:#e2e8f0;font-weight:600;line-height:1.2}.mobile-menu a:hover,.mobile-menu a[aria-current=page]{background:#7dd3fc1f;color:#fff}.mobile-menu-cta{margin-top:var(--space-2);border:1px solid rgba(125,211,252,.55);background:#0369a1;color:#fff!important}.section{padding-block:clamp(48px,7vw,80px)}.section-muted{background:var(--color-surface-muted)}.section-sm{padding-block:clamp(32px,4vw,48px)}.section-dark{background:linear-gradient(90deg,rgba(125,211,252,.045) 1px,transparent 1px),linear-gradient(180deg,rgba(125,211,252,.045) 1px,transparent 1px),linear-gradient(135deg,var(--color-navy) 0%,var(--color-navy-soft) 100%);background-size:56px 56px,56px 56px,auto,auto;color:#fff}.eyebrow{color:var(--color-secondary);font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:var(--space-2)}.section-dark .eyebrow{color:var(--color-dark-accent)}.section-heading{display:grid;justify-items:center;gap:var(--space-2);margin-bottom:var(--space-6);text-align:center}.section-heading p{max-width:55ch;margin-top:var(--space-2)}.cta-row{display:flex;flex-wrap:wrap;gap:var(--space-3)}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border-radius:var(--radius-sm);padding:12px 20px;border:1px solid transparent;font-weight:600;font-size:.95rem;line-height:1.2;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease}.button-primary{background:var(--color-secondary);color:#fff;box-shadow:0 8px 20px #0369a133}.button-primary:hover{background:var(--color-secondary-hover)}.button-light{background:#fff;color:var(--color-navy);border-color:var(--color-surface-high)}.button-light:hover{border-color:var(--color-secondary)}.button-ghost{color:#fff;border-color:#d8e9ff73;background:#ffffff0f}.button-ghost:hover{background:#ffffff1f}.button:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.text-link{display:inline;width:auto;min-height:0;line-height:inherit;color:var(--color-secondary);font-weight:600;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:2px;transition:color .16s ease}.text-link:hover{color:var(--color-secondary-hover)}.page-hero{padding-block:clamp(48px,6vw,80px)}.page-hero-inner{display:grid;gap:var(--space-4);max-width:760px}.page-hero-copy{max-width:60ch;color:var(--color-dark-copy);font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.6}.cta-band-inner{display:grid;justify-items:center;gap:var(--space-4);text-align:center}.cta-band-copy{max-width:48ch;color:var(--color-dark-muted)}.link-chip-list{display:flex;flex-wrap:wrap;gap:var(--space-3)}.chip-link{display:inline-flex;min-height:44px;align-items:center;padding:8px 18px;border:1px solid var(--color-border-light);border-radius:999px;background:var(--color-surface);font-weight:600;font-size:.9rem;color:var(--color-secondary);transition:border-color .16s ease,background-color .16s ease}.chip-link:hover{border-color:var(--color-secondary);background:#f0f9ff}.grid-2{display:grid;grid-template-columns:1fr;gap:var(--space-5);align-items:stretch}@media(min-width:720px){.grid-2{grid-template-columns:1fr 1fr}}.grid-3{display:grid;grid-template-columns:1fr;gap:var(--space-5);align-items:stretch}@media(min-width:720px){.grid-3{grid-template-columns:repeat(3,1fr)}}.card{border:1px solid var(--color-surface-high);border-radius:var(--radius-md);background:var(--color-surface);padding:var(--space-5);display:grid;gap:var(--space-3);align-content:start;height:100%}.content-limited .grid-2 .card,.content-limited .grid-3 .card,.content-limited .two-col .card{border-color:var(--color-border-light);background:transparent;box-shadow:none}.card h3{color:var(--color-navy)}.card p{font-size:.92rem;line-height:1.55}.card ul{list-style:none;display:grid;gap:var(--space-2)}.card li a{display:block;padding:var(--space-2) 0;color:var(--color-navy);font-weight:500;font-size:.92rem;border-bottom:1px solid var(--color-surface-high);transition:color .12s ease}.card li a:hover{color:var(--color-secondary)}.card li{margin:0}table{width:100%;min-width:640px;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid var(--color-surface-high);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-sm);font-size:.93rem;line-height:1.5}@media(max-width:720px){table{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}thead{background:var(--color-navy);color:#fff}th,td{padding:14px 16px;text-align:left;vertical-align:top;border-right:1px solid var(--color-surface-high)}th{font-size:.78rem;font-weight:700;letter-spacing:.04em;line-height:1.35;text-transform:uppercase}td{color:var(--color-muted);border-bottom:1px solid var(--color-surface-high)}td:first-child{color:var(--color-navy);font-weight:700}th:last-child,td:last-child{border-right:0}tbody tr:last-child td{border-bottom:0}tbody tr:nth-child(2n){background:#f8fafc}.icon-wrap{width:44px;height:44px;border-radius:var(--radius-md);background:var(--color-surface-muted);border:1px solid var(--color-border-light);color:var(--color-secondary);display:grid;place-items:center}.icon-wrap svg{width:24px;height:24px}.faq-list{display:grid;gap:var(--space-2);max-width:880px;margin-inline:auto}details{border:1px solid var(--color-surface-high);border-radius:var(--radius-md);background:#fff;overflow:hidden;transition:border-color .16s ease,box-shadow .16s ease}details[open]{border-color:var(--color-secondary-bright);box-shadow:var(--shadow-sm)}summary{cursor:pointer;padding:var(--space-4) var(--space-5);color:var(--color-navy);font-weight:700;font-size:.95rem;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:var(--space-4)}summary::-webkit-details-marker{display:none}summary:after{content:"+";flex-shrink:0;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--color-surface-muted);color:var(--color-secondary);font-size:1.1rem;font-weight:600;transition:transform .2s ease,background-color .2s ease,color .2s ease}details[open]>summary:after{content:"−";background:var(--color-secondary);color:#fff}details p{padding:0 var(--space-5) var(--space-5);font-size:.93rem;line-height:1.6}details li{margin-left:var(--space-5);padding:0 var(--space-5) var(--space-3);font-size:.93rem;line-height:1.6;color:var(--color-muted)}.site-footer{padding-block:var(--space-6);background:#020617;color:var(--color-dark-copy);font-size:.88rem}.footer-grid{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--space-4)}.site-footer p{color:var(--color-dark-copy)}.site-footer nav{display:flex;gap:var(--space-5)}.site-footer a:hover{text-decoration:underline;text-underline-offset:4px}.mobile-action{position:fixed;right:12px;bottom:max(12px,env(safe-area-inset-bottom));left:12px;z-index:9;display:none}.mobile-action a{display:grid;min-height:52px;place-items:center;border-radius:var(--radius-md);background:var(--color-secondary);color:#fff;box-shadow:0 8px 28px #071b314d;font-weight:700;font-size:1rem;transition:background-color .16s ease}.mobile-action a:hover{background:var(--color-secondary-hover)}.two-col{display:grid;grid-template-columns:1fr;gap:var(--space-6);align-items:stretch}@media(min-width:720px){.two-col{grid-template-columns:1fr 1fr}}.content-limited{max-width:760px;margin-inline:auto}.content-limited>h2+p,.content-limited>h2+ol,.content-limited>h2+ul,.content-limited>h2+div,.content-limited>.eyebrow+h2+p{margin-top:var(--space-5)}.guide-article{max-width:800px}.guide-article>.eyebrow{margin-bottom:var(--space-3)}.guide-article>h2{margin-top:clamp(40px,6vw,56px);color:var(--color-navy);line-height:1.2}.guide-article>.eyebrow+h2{margin-top:0}.guide-article>p{margin-top:var(--space-3);color:var(--color-muted);font-size:1.02rem;line-height:1.75}.guide-article>table{margin-top:var(--space-5);margin-bottom:clamp(32px,5vw,48px)}.guide-article>table+h2{margin-top:clamp(40px,6vw,56px)}.guide-article>p+table{margin-top:var(--space-5)}.guide-article a{color:var(--color-secondary);font-weight:600;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:2px}.guide-article a:hover{color:var(--color-secondary-hover)}.source-notes{margin-top:var(--space-4);padding-left:1.25rem;color:var(--color-muted);font-size:.94rem;line-height:1.65}.source-notes li+li{margin-top:var(--space-3)}.source-notes strong{color:var(--color-navy)}.tool-item{border:1px solid var(--color-surface-high);border-radius:var(--radius-md);background:var(--color-surface);padding:var(--space-5);display:grid;gap:var(--space-3)}.tool-item h3{display:flex;gap:var(--space-3);align-items:center}.tool-item h3 span{font-size:1.3rem}@media(min-width:980px){.nav-links,.nav-cta{display:flex}.nav-toggle,.mobile-menu{display:none}}@media(max-width:979px){body.nav-open{overflow:hidden}.nav{min-height:64px}.site-header{box-shadow:var(--shadow-sm)}}@media(max-width:720px){.mobile-action{display:block}body.form-in-view .mobile-action{display:none}.site-footer{padding-bottom:88px}}@media(max-width:520px){.shell{width:min(100% - 20px,var(--container-max))}.brand{gap:var(--space-2)}.brand-mark{width:36px;height:36px}.brand strong{font-size:.88rem}.brand span span{font-size:.68rem;letter-spacing:.03em}h1{font-size:clamp(2rem,8vw,2.5rem);line-height:1.1}.cta-row .button{width:100%}table{min-width:560px;font-size:.88rem}th,td{padding:12px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
