:root{--navy: #0f1f3d;--navy-light: #1a3260;--slate: #64748b;--slate-light: #94a3b8;--blue: #2563eb;--blue-hover: #1d4ed8;--white: #ffffff;--off-white: #f8fafc;--border: #e2e8f0;--text-dark: #0f172a;--text-body: #334155;--graph-paper-background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='480' height='480'%3E%3Cg stroke='%230F172A' stroke-opacity='0.05' stroke-width='1' fill='none'%3E%3Cline x1='40' y1='58' x2='300' y2='58'/%3E%3Cline x1='40' y1='90' x2='255' y2='90'/%3E%3Cline x1='40' y1='122' x2='325' y2='122'/%3E%3Crect x='40' y='168' width='16' height='16' rx='3'/%3E%3Cline x1='68' y1='176' x2='222' y2='176'/%3E%3Cline x1='40' y1='226' x2='280' y2='226'/%3E%3Cline x1='40' y1='256' x2='232' y2='256'/%3E%3Crect x='262' y='298' width='16' height='16' rx='3'/%3E%3Cline x1='40' y1='338' x2='300' y2='338'/%3E%3Cline x1='40' y1='368' x2='248' y2='368'/%3E%3Cline x1='40' y1='400' x2='312' y2='400'/%3E%3C/g%3E%3C/svg%3E"), var(--off-white);--graph-paper-size: 480px 480px, auto}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;background:var(--white);color:var(--text-body);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}.skip-link{position:absolute;top:-100px;left:0;background:var(--blue);color:var(--white);padding:8px 16px;text-decoration:none;font-weight:600;z-index:1000}.skip-link:focus{top:0}.container{max-width:1100px;margin:0 auto;padding:0 24px}.btn-primary{display:inline-block;background:var(--blue);color:var(--white);padding:14px 28px;border-radius:6px;font-weight:600;font-size:1rem;text-decoration:none;transition:background .2s ease,color .2s ease;cursor:pointer;border:none}.btn-primary:hover,.btn-primary:focus{background:var(--white);color:var(--blue);box-shadow:inset 0 0 0 2px #2563eb73;outline:2px solid var(--blue);outline-offset:2px}.btn-secondary{display:inline-block;background:transparent;color:var(--blue);padding:13px 27px;border-radius:6px;font-weight:600;font-size:1rem;text-decoration:none;border:2px solid var(--blue);transition:background .2s ease,color .2s ease}.btn-secondary:hover,.btn-secondary:focus{background:var(--blue)!important;color:var(--white)!important;outline:2px solid var(--blue);outline-offset:2px}h1,h2,h3,h4{color:var(--navy);line-height:1.25}h1{font-size:clamp(2rem,5vw,3rem);font-weight:700}h2{font-size:clamp(1.5rem,3vw,2.125rem);font-weight:700}h3{font-size:clamp(1.125rem,2vw,1.375rem);font-weight:600}p{color:var(--text-body);font-size:1.0625rem;line-height:1.75}section{padding:80px 0}@media(max-width:768px){section{padding:56px 0}}.site-header[data-astro-cid-dmqpwcec]{position:sticky;top:0;z-index:100;background:var(--navy);border-bottom:1px solid var(--navy-light)}.nav-inner[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:flex-start;height:76px;gap:24px}.logo[data-astro-cid-dmqpwcec]{display:flex;flex-direction:column;align-items:center;font-size:1.1875rem;font-weight:700;line-height:1.2;color:var(--white);text-decoration:none;flex-shrink:0;letter-spacing:0;border:2px solid var(--blue);border-radius:8px;padding:5px 14px}.logo-line[data-astro-cid-dmqpwcec]{display:block}nav[data-astro-cid-dmqpwcec] ul[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:2px;list-style:none}nav[data-astro-cid-dmqpwcec] ul[data-astro-cid-dmqpwcec]>li[data-astro-cid-dmqpwcec]{flex-shrink:0}nav[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{color:#ffffffd9;text-decoration:none;font-size:.875rem;font-weight:500;padding:8px 10px;border-radius:4px;transition:color .15s;white-space:nowrap}nav[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover,nav[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec].active{color:var(--white)}nav[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:focus{outline:2px solid var(--blue);outline-offset:2px}.nav-dropdown[data-astro-cid-dmqpwcec]{position:relative}.dropdown-trigger[data-astro-cid-dmqpwcec]{align-items:center;display:flex}.dropdown-toggle[data-astro-cid-dmqpwcec]{display:none}.has-dropdown[data-astro-cid-dmqpwcec]:after{content:"";display:none;height:12px;left:0;position:absolute;top:100%;width:240px;z-index:101}.dropdown-menu[data-astro-cid-dmqpwcec]{background:var(--white);border:1px solid var(--border);border-radius:8px;box-shadow:0 18px 40px #0f172a29;display:grid;gap:2px;left:0;min-width:240px;opacity:0;padding:8px;pointer-events:none;position:absolute;top:calc(100% + 8px);transform:translateY(4px);transition:opacity .12s ease,transform .12s ease,visibility 0s linear .12s;visibility:hidden;z-index:102}.has-dropdown[data-astro-cid-dmqpwcec]:hover:after,.has-dropdown[data-astro-cid-dmqpwcec]:focus-within:after{display:block}.has-dropdown[data-astro-cid-dmqpwcec]:hover .dropdown-menu[data-astro-cid-dmqpwcec],.has-dropdown[data-astro-cid-dmqpwcec]:focus-within .dropdown-menu[data-astro-cid-dmqpwcec]{opacity:1;pointer-events:auto;transform:translateY(0);transition-delay:0s;visibility:visible}.dropdown-menu[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{color:var(--navy);display:block;padding:10px 12px;white-space:nowrap}.dropdown-menu[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover,.dropdown-menu[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:focus{background:var(--cream);color:var(--navy)}.guides-all-link[data-astro-cid-dmqpwcec]{border-top:1px solid var(--border);color:var(--blue)!important;margin-top:4px;padding-top:12px!important}.nav-cta-item[data-astro-cid-dmqpwcec]{margin-left:20px}.nav-cta[data-astro-cid-dmqpwcec]{font-size:.875rem!important;padding:10px 16px!important;color:var(--white)!important;white-space:nowrap}.nav-cta[data-astro-cid-dmqpwcec]:hover,.nav-cta[data-astro-cid-dmqpwcec]:focus{color:var(--blue)!important}.nav-toggle[data-astro-cid-dmqpwcec]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}.bar[data-astro-cid-dmqpwcec]{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:transform .2s}@media(max-width:1040px){.nav-toggle[data-astro-cid-dmqpwcec]{display:flex}nav[data-astro-cid-dmqpwcec]{display:none;position:absolute;top:76px;left:0;right:0;background:var(--navy);border-top:1px solid var(--navy-light);padding:16px 0 24px;max-height:calc(100vh - 76px);overflow-y:auto;-webkit-overflow-scrolling:touch}nav[data-astro-cid-dmqpwcec].open{display:block}nav[data-astro-cid-dmqpwcec] ul[data-astro-cid-dmqpwcec]{flex-direction:column;align-items:flex-start;padding:0 24px;gap:4px}nav[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{display:block;width:100%;padding:12px 0}.nav-dropdown[data-astro-cid-dmqpwcec]{width:100%}.dropdown-trigger[data-astro-cid-dmqpwcec]{justify-content:space-between;width:100%}.dropdown-trigger[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{flex:1;width:auto}.dropdown-toggle[data-astro-cid-dmqpwcec]{align-items:center;background:transparent;border:1px solid rgba(255,255,255,.28);border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;transition:background-color .15s ease,border-color .15s ease;width:40px}.dropdown-toggle[data-astro-cid-dmqpwcec]:active,.dropdown-toggle[data-astro-cid-dmqpwcec][aria-expanded=true]{background:#ffffff1a;border-color:#ffffff80}.dropdown-toggle[data-astro-cid-dmqpwcec]:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.chevron[data-astro-cid-dmqpwcec]{border:solid rgba(255,255,255,.72);border-width:0 2px 2px 0;display:inline-block;height:8px;transform:rotate(45deg);transition:transform .2s ease;width:8px}.dropdown-toggle[data-astro-cid-dmqpwcec][aria-expanded=true] .chevron[data-astro-cid-dmqpwcec]{transform:rotate(-135deg)}.dropdown-menu[data-astro-cid-dmqpwcec]{background:transparent;border:0;box-shadow:none;display:none;min-width:0;opacity:1;padding:0 0 4px 12px;pointer-events:auto;position:static;transform:none;transition:none;visibility:visible}.has-dropdown[data-astro-cid-dmqpwcec]:after{display:none}.dropdown-menu[data-astro-cid-dmqpwcec].open{display:grid;gap:0}.dropdown-menu[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{color:#ffffffb8;padding:10px 0;white-space:normal}.dropdown-menu[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover,.dropdown-menu[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:focus{background:transparent;color:var(--white)}.guides-all-link[data-astro-cid-dmqpwcec]{border-top-color:#ffffff24;color:var(--white)!important}.nav-cta-item[data-astro-cid-dmqpwcec]{margin-left:0}.nav-cta[data-astro-cid-dmqpwcec]{margin-left:0!important;margin-top:8px;text-align:center}}.site-footer[data-astro-cid-sz7xmlte]{background:var(--navy);color:#ffffffbf;margin-top:auto}.footer-top[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:minmax(220px,1.4fr) repeat(4,minmax(140px,1fr));gap:32px;padding:56px 0 40px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-logo[data-astro-cid-sz7xmlte]{font-size:1.25rem;font-weight:700;color:var(--white);text-decoration:none;display:block;margin-bottom:16px;letter-spacing:-.01em}.logo-dot[data-astro-cid-sz7xmlte]{color:var(--blue)}.footer-tagline[data-astro-cid-sz7xmlte]{color:#ffffffa6;font-size:.9rem;line-height:1.6;max-width:420px}.footer-column[data-astro-cid-sz7xmlte] h2[data-astro-cid-sz7xmlte]{color:#ffffff7a;font-size:.75rem;font-weight:700;letter-spacing:.12em;margin-bottom:16px;text-transform:uppercase}.footer-column[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-column[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#ffffffbf;text-decoration:none;font-size:.9375rem;transition:color .15s}.footer-column[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover,.footer-column[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:focus{color:var(--white);outline:none}.footer-column[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:2px}.footer-muted[data-astro-cid-sz7xmlte]{color:#ffffff5c;font-size:.875rem;font-style:italic}.footer-bottom[data-astro-cid-sz7xmlte]{padding:32px 0;display:flex;flex-direction:column;gap:12px}.disclaimer[data-astro-cid-sz7xmlte]{font-size:.8125rem;color:#ffffff80;line-height:1.65;max-width:720px}.copyright[data-astro-cid-sz7xmlte]{font-size:.8125rem;color:#fff6}@media(max-width:900px){.footer-top[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.footer-brand[data-astro-cid-sz7xmlte]{grid-column:1 / -1}}@media(max-width:640px){.footer-top[data-astro-cid-sz7xmlte]{grid-template-columns:1fr}}
