@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/inter-v20-latin-regular.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/inter-v20-latin-500.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/inter-v20-latin-600.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/inter-v20-latin-700.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/fonts/inter-v20-latin-800.woff2)format("woff2")}:root{--ink:#0b1526;--body:#3d4c60;--muted:#55677e;--brand:#1a56db;--brand-dark:#123e9e;--brand-ink:#0c2d73;--accent:#2fa4e7;--surface:#fff;--surface-alt:#f5f7fa;--surface-deep:#0b1526;--border:#e2e8f0;--border-strong:#cbd5e1;--font-body:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--font-head:var(--font-body);--container:74rem;--radius:10px;--radius-lg:16px;--shadow-card:0 1px 2px #0b15260d;--shadow-raised:0 1px 3px #0b15260f, 0 12px 32px -12px #0b15262e}*{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-body);color:var(--body);background:var(--surface);scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:6.5rem}.skip-link{z-index:100;background:var(--brand);color:#fff;font-family:var(--font-head);border-radius:0 0 10px 10px;padding:.6rem 1.2rem;font-weight:700;position:absolute;top:-100%;left:1rem}.skip-link:focus{color:#fff;top:0}body{letter-spacing:-.011em;flex-direction:column;min-height:100vh;font-size:1.0625rem;line-height:1.75;display:flex}main{flex:1}@media (width<=640px){body{padding-bottom:3.75rem}}h1,h2,h3,h4{font-family:var(--font-head);color:var(--ink);text-wrap:balance;font-weight:800;line-height:1.12}h1{letter-spacing:-.045em;font-size:clamp(2.2rem,4.6vw,3.4rem)}h2{letter-spacing:-.035em;font-size:clamp(1.65rem,3vw,2.35rem)}h3{letter-spacing:-.025em;font-size:clamp(1.2rem,2vw,1.4rem)}h4{letter-spacing:-.02em}p{margin:0}a{color:var(--brand);text-decoration:none}a:hover{color:var(--brand-dark)}img{max-width:100%;height:auto;display:block}.container{width:min(var(--container), 100% - 3rem);margin-inline:auto}.section{padding-block:clamp(3.75rem,8vw,6.5rem)}.section--alt{background:var(--surface-alt);border-block:1px solid var(--border)}.section--deep{background:var(--surface-deep)}.section--deep h2,.section--deep h3{color:#fff}.section--deep p{color:#b6c4d6}.section-head{max-width:47rem;margin-bottom:clamp(2.25rem,4vw,3.25rem)}.section-head--center{text-align:center;margin-inline:auto}.eyebrow{font-family:var(--font-head);letter-spacing:.14em;text-transform:uppercase;color:var(--brand);align-items:center;gap:.6rem;margin-bottom:.9rem;font-size:.78rem;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:var(--brand);border-radius:2px;width:1.6rem;height:2px}.section-head--center .eyebrow:before{display:none}.section-head p{margin-top:1rem;font-size:1.125rem}.btn{font-family:var(--font-head);border-radius:var(--radius);cursor:pointer;border:1.5px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.7rem;font-size:1rem;font-weight:700;transition:background .15s,border-color .15s,color .15s,box-shadow .15s;display:inline-flex}.btn--primary{background:var(--brand);color:#fff;box-shadow:inset 0 1px #ffffff26,0 1px 2px #0b152633}.btn--primary:hover{background:var(--brand-dark);color:#fff;box-shadow:var(--shadow-raised)}.btn--ghost{border-color:var(--border-strong);color:var(--ink);background:var(--surface)}.btn--ghost:hover{border-color:var(--brand);color:var(--brand)}.section--deep .btn--ghost{color:#fff;background:0 0;border-color:#33465e}.section--deep .btn--ghost:hover{border-color:var(--accent);color:var(--accent)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:1.75rem;transition:border-color .18s,transform .18s,box-shadow .18s}.card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-raised);transform:translateY(-2px)}.card h3 a{color:var(--ink)}.card h3 a:hover{color:var(--brand)}.grid{gap:1.4rem;display:grid}.grid--2{grid-template-columns:repeat(auto-fill,minmax(min(20rem,100%),1fr))}.grid--3{grid-template-columns:repeat(auto-fill,minmax(min(17rem,100%),1fr))}.prose{width:100%;max-width:none}.prose>*+*{margin-top:1.3em}.prose a{text-underline-offset:2px;text-decoration:underline #1a56db59}.prose a:hover{text-decoration-color:var(--brand)}.prose h2{border-top:1px solid var(--border);margin-top:2.4em;padding-top:1.2em}.prose h3{margin-top:1.8em}.prose ul,.prose ol{padding-left:1.4rem}.prose li+li{margin-top:.55em}.prose blockquote{border-left:3px solid var(--brand);color:var(--ink);background:var(--surface-alt);border-radius:0 var(--radius) var(--radius) 0;padding:1rem 1.5rem;font-size:1.1rem}.prose blockquote p+p{margin-top:.8em}.prose code{background:var(--surface-alt);border:1px solid var(--border);border-radius:6px;padding:.1em .4em;font-size:.9em}.prose pre{background:var(--surface-deep);color:#dce6f2;border-radius:var(--radius);padding:1.25rem;overflow-x:auto}.prose pre code{color:inherit;background:0 0;border:none;padding:0}.prose table{border-collapse:collapse;width:100%;font-size:.95rem}.prose th,.prose td{border:1px solid var(--border);text-align:left;padding:.65rem .95rem}.prose th{background:var(--surface-alt);font-family:var(--font-head);color:var(--ink)}.prose img{border-radius:var(--radius);border:1px solid var(--border)}.page-hero{background-color:var(--surface-alt);border-bottom:1px solid var(--border);background-image:radial-gradient(#0b15260e 1px,#0000 1px);background-size:22px 22px;padding-block:clamp(3.5rem,7vw,5.5rem)}.page-hero .lede{max-width:46rem;margin-top:1.4rem;font-size:1.2rem}.crumbs{color:var(--muted);flex-wrap:wrap;gap:.5rem;margin-bottom:1.4rem;font-size:.875rem;display:flex}.crumbs a{color:var(--muted)}.crumbs a:hover{color:var(--brand)}.crumbs li{gap:.5rem;list-style:none;display:flex}.crumbs li+li:before{content:"/";color:var(--border-strong)}.post-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.9rem;margin-top:1.2rem;font-size:.92rem;display:flex}.byline a{color:var(--ink)}.byline a:hover{color:var(--brand)}.tag{font-size:.75rem;font-weight:700;font-family:var(--font-head);letter-spacing:.06em;text-transform:uppercase;color:var(--brand-ink);background:#1a56db14;border:1px solid #1a56db24;border-radius:6px;padding:.28rem .7rem;display:inline-block}.proof-band{border-bottom:1px solid var(--border);background:var(--surface)}.proof-band .inner{grid-template-columns:repeat(auto-fit,minmax(min(11rem,100%),1fr));gap:1rem;padding-block:1.6rem;display:grid}.proof{border-left:2px solid var(--border-strong);flex-direction:column;gap:.15rem;padding-left:1.1rem;display:flex}.proof strong{font-family:var(--font-head);color:var(--ink);letter-spacing:-.02em;font-size:1.15rem;font-weight:800}.proof span{color:var(--muted);font-size:.88rem}html.js [data-reveal]{opacity:0;transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0s);will-change:opacity, transform;transform:translateY(26px)}html.js [data-reveal=fade]{transform:none}html.js [data-reveal=scale]{transform:scale(.97)}html.js [data-reveal=left]{transform:translate(-26px)}html.js [data-reveal].is-revealed{opacity:1;will-change:auto;transform:none}@keyframes rise-in{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}html.js .anim-hero>*{animation:.7s cubic-bezier(.22,1,.36,1) both rise-in}html.js .anim-hero>:nth-child(2){animation-delay:90ms}html.js .anim-hero>:nth-child(3){animation-delay:.18s}html.js .anim-hero>:nth-child(4){animation-delay:.27s}@view-transition{navigation:auto}::view-transition-old(root){animation:.18s both vt-out}::view-transition-new(root){animation:.28s cubic-bezier(.22,1,.36,1) both vt-in}@keyframes vt-out{to{opacity:0}}@keyframes vt-in{0%{opacity:0;transform:translateY(8px)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.card,.btn{transition:none}html.js [data-reveal]{opacity:1;transition:none;transform:none}html.js .anim-hero>*,::view-transition-old(root),::view-transition-new(root){animation:none}}.site-header[data-astro-cid-nen7h5rs]{z-index:50;backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#ffffffeb;position:sticky;top:0}.topbar[data-astro-cid-nen7h5rs]{background:var(--surface-deep);color:#a7b7cb;font-size:.8rem}.topbar-inner[data-astro-cid-nen7h5rs]{justify-content:space-between;align-items:center;gap:1rem;padding-block:.4rem;display:flex}.topbar[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{color:#d4dfec;font-weight:600}.topbar[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:hover{color:#fff}.topbar-contacts[data-astro-cid-nen7h5rs]{gap:1.4rem;display:flex}@media (width<=640px){.topbar-loc[data-astro-cid-nen7h5rs]{display:none}.topbar-inner[data-astro-cid-nen7h5rs]{justify-content:center}}.mark[data-astro-cid-nen7h5rs]{flex-shrink:0}.bar[data-astro-cid-nen7h5rs]{justify-content:space-between;align-items:center;gap:1.5rem;padding-block:.8rem;display:flex}.brand[data-astro-cid-nen7h5rs]{flex-shrink:0;align-items:center;gap:.65rem;display:flex}.wordmark[data-astro-cid-nen7h5rs]{font-family:var(--font-head);color:var(--ink);letter-spacing:-.03em;font-size:1.35rem;font-weight:800}.nav[data-astro-cid-nen7h5rs]{align-items:center;gap:1.25rem;display:flex}.nav-link[data-astro-cid-nen7h5rs]{font-family:var(--font-head);color:var(--ink);align-items:center;gap:.35rem;padding:.4rem 0;font-size:.96rem;font-weight:600;display:inline-flex}.nav-link[data-astro-cid-nen7h5rs]:hover,.nav-link[data-astro-cid-nen7h5rs].active{color:var(--brand)}.nav-cta[data-astro-cid-nen7h5rs]{padding:.55rem 1.25rem;font-size:.95rem}.drop[data-astro-cid-nen7h5rs]{position:relative}.drop-panel[data-astro-cid-nen7h5rs]{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);min-width:34rem;max-width:calc(100vw - 2rem);box-shadow:var(--shadow-raised);grid-template-columns:1fr 1fr;gap:2rem;padding:1.4rem 1.6rem;display:none;position:absolute;top:calc(100% + .4rem);left:50%;translate:-50%}.drop-panel--narrow[data-astro-cid-nen7h5rs]{grid-template-columns:1fr;min-width:14rem}.drop[data-astro-cid-nen7h5rs]:hover .drop-panel[data-astro-cid-nen7h5rs],.drop[data-astro-cid-nen7h5rs]:focus-within .drop-panel[data-astro-cid-nen7h5rs]{display:grid}.drop-panel[data-astro-cid-nen7h5rs]:before{content:"";height:.5rem;position:absolute;inset:-.5rem 0 auto}.drop-col[data-astro-cid-nen7h5rs]{flex-direction:column;gap:.15rem;display:flex}.drop-label[data-astro-cid-nen7h5rs]{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.4rem;font-size:.72rem;font-weight:800}.drop-col[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{color:var(--body);white-space:nowrap;border-radius:8px;margin-left:-.5rem;padding:.28rem .5rem;font-size:.92rem}.drop-col[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:hover,.drop-col[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs].active{color:var(--brand);background:var(--surface-alt)}.nav-toggle[data-astro-cid-nen7h5rs],.nav-burger[data-astro-cid-nen7h5rs]{display:none}@media (width<=1080px){.nav-toggle[data-astro-cid-nen7h5rs]{opacity:0;pointer-events:none;width:1px;height:1px;display:block;position:absolute}.nav-toggle[data-astro-cid-nen7h5rs]:focus-visible~.nav-burger[data-astro-cid-nen7h5rs]{outline:2px solid var(--brand);outline-offset:2px;border-radius:6px}.nav-burger[data-astro-cid-nen7h5rs]{cursor:pointer;flex-direction:column;gap:5px;padding:.5rem;display:flex}.nav-burger[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]{background:var(--ink);border-radius:2px;width:22px;height:2px;transition:transform .2s,opacity .2s}.nav[data-astro-cid-nen7h5rs]{background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-raised);flex-direction:column;align-items:stretch;gap:0;max-height:calc(100vh - 4rem);padding:.75rem 1.25rem 1.25rem;display:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.nav-toggle[data-astro-cid-nen7h5rs]:checked~.nav[data-astro-cid-nen7h5rs]{display:flex}.nav-toggle[data-astro-cid-nen7h5rs]:checked~.nav-burger[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle[data-astro-cid-nen7h5rs]:checked~.nav-burger[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]:nth-child(2){opacity:0}.nav-toggle[data-astro-cid-nen7h5rs]:checked~.nav-burger[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-link[data-astro-cid-nen7h5rs]{border-bottom:1px solid var(--surface-alt);padding:.7rem 0}.drop-panel[data-astro-cid-nen7h5rs],.drop-panel--narrow[data-astro-cid-nen7h5rs]{min-width:0;max-width:none;box-shadow:none;border:none;grid-template-columns:1fr;padding:.25rem 0 .75rem .75rem;display:grid;position:static;translate:none}.drop-col[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{white-space:normal}.nav-cta[data-astro-cid-nen7h5rs]{justify-content:center;margin-top:1rem}}.site-footer[data-astro-cid-jo6i4kqk]{background:var(--surface-deep);color:#b9c6d8;margin-top:auto}.top[data-astro-cid-jo6i4kqk]{grid-template-columns:1.3fr 1fr 1fr 1fr .85fr;gap:2.25rem;padding-block:3.5rem 2.5rem;display:grid}.brand[data-astro-cid-jo6i4kqk]{font-family:var(--font-head);color:#fff;align-items:center;gap:.6rem;font-size:1.3rem;font-weight:800;display:inline-flex}.tagline[data-astro-cid-jo6i4kqk]{margin-block:1.1rem 1.2rem;font-size:.95rem;line-height:1.65}.nap[data-astro-cid-jo6i4kqk]{color:#8fa2b8;margin-bottom:1.4rem;font-size:.9rem;font-style:normal;line-height:1.7}.nap[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:#c9d5e4}.nap[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{color:#fff}.col-title[data-astro-cid-jo6i4kqk]{font-family:var(--font-head);letter-spacing:.12em;text-transform:uppercase;color:#7f93ac;margin-bottom:.9rem;font-size:.78rem;font-weight:800}ul[data-astro-cid-jo6i4kqk]{flex-direction:column;gap:.45rem;list-style:none;display:flex}ul[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:#c9d5e4;font-size:.93rem}ul[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{color:#fff}.bottom[data-astro-cid-jo6i4kqk]{color:#7f93ac;border-top:1px solid #22334a;flex-wrap:wrap;justify-content:space-between;gap:.75rem;padding-block:1.4rem;font-size:.875rem;display:flex}.legal-links[data-astro-cid-jo6i4kqk]{gap:1.4rem;display:flex}.legal-links[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:#8fa2b8}.legal-links[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{color:#fff}@media (width<=920px){.top[data-astro-cid-jo6i4kqk]{grid-template-columns:1fr 1fr}}@media (width<=560px){.top[data-astro-cid-jo6i4kqk]{grid-template-columns:1fr;gap:2rem}}.mobile-callbar[data-astro-cid-voe6clea]{z-index:60;padding:.9rem 1rem;padding-bottom:calc(.9rem + env(safe-area-inset-bottom,0px));background:var(--brand);color:#fff;font-family:var(--font-head);letter-spacing:.01em;justify-content:center;align-items:center;gap:.6rem;font-size:1.05rem;font-weight:700;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #0000002e}.mobile-callbar[data-astro-cid-voe6clea]:hover{color:#fff}.mobile-callbar__icon[data-astro-cid-voe6clea]{flex-shrink:0}@media (width<=640px){.mobile-callbar[data-astro-cid-voe6clea]{display:flex}}
