.site-header[data-astro-cid-dmqpwcec]{position:sticky;top:0;z-index:50;background:#0d1117d9;backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid var(--line)}.nav[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:space-between;height:70px}.brand[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:10px;font-weight:700;color:var(--heading)}.brand[data-astro-cid-dmqpwcec] img[data-astro-cid-dmqpwcec]{background:#fff;padding:5px;border-radius:8px;box-sizing:border-box}nav[data-astro-cid-dmqpwcec] ul[data-astro-cid-dmqpwcec]{display:flex;gap:8px;list-style:none;margin:0;padding:0}nav[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{display:inline-block;padding:8px 14px;border-radius:999px;color:var(--body);font-weight:500}nav[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover{color:var(--blue-bright);background:#ffffff0f}nav[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec].active{color:var(--blue-bright);background:#4d9bff24}@media(max-width:600px){.nav[data-astro-cid-dmqpwcec]{height:auto;min-height:64px;flex-wrap:wrap;gap:4px 8px;padding-top:10px;padding-bottom:10px}.brand[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]{display:none}nav[data-astro-cid-dmqpwcec] ul[data-astro-cid-dmqpwcec]{gap:4px}nav[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{padding:7px 9px;font-size:.9rem}}@media(max-width:380px){nav[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{padding:6px 7px;font-size:.82rem}}.site-footer[data-astro-cid-sz7xmlte]{background:var(--navy);color:#ffffffd9;padding:48px 0;margin-top:40px;border-top:1px solid var(--line)}.foot[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.foot-links[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}.foot-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#fff;font-weight:600}.foot-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--blue-light)}.linkedin[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{filter:brightness(0) invert(1);opacity:.9}.linkedin[data-astro-cid-sz7xmlte]:hover img[data-astro-cid-sz7xmlte]{opacity:1}.legal[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:6px;font-size:.9rem;color:#ffffffb3}.legal[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#ffffffd9;text-decoration:underline}.legal[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#fff}:root{--bg: #0d1117;--surface: #161b22;--surface-2: #1d2532;--navy: #0b0e1a;--heading: #f4f7ff;--ink: #e7edf5;--body: #bcc6d4;--muted: #8a94a3;--blue: #1167b2;--blue-bright: #4d9bff;--blue-light: #7bb4ff;--yellow: #f1b522;--line: rgba(255, 255, 255, .1);--white: #ffffff;--maxw: 1100px;--radius: 14px;--shadow: 0 12px 34px rgba(0, 0, 0, .45);--font: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);font-weight:400;color:var(--body);background:var(--bg);line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font);color:var(--heading);line-height:1.2;margin:0 0 .5em;font-weight:700}h1{font-size:clamp(2rem,4.5vw,3.1rem)}h2{font-size:clamp(1.6rem,3vw,2.3rem)}h3{font-size:1.3rem}p{margin:0 0 1.1em}a{color:var(--blue-bright);text-decoration:none}a:hover{color:var(--blue-light)}img{max-width:100%;display:block}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:24px}.section{padding:72px 0}.section--tight{padding:48px 0}.section--alt{background:var(--surface)}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.8rem;font-weight:600;color:var(--blue-bright);margin-bottom:.6em}.btn{display:inline-block;background:var(--blue);color:var(--white);font-weight:600;padding:14px 30px;border-radius:999px;border:2px solid var(--blue);cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.btn:hover{background:var(--blue-bright);border-color:var(--blue-bright);color:#06101d;transform:translateY(-1px);box-shadow:0 8px 22px #4d9bff59}.btn--ghost{background:transparent;color:var(--blue-bright)}.btn--ghost:hover{background:var(--blue);color:var(--white)}.grid{display:grid;gap:28px}@media(min-width:720px){.grid--2{grid-template-columns:repeat(2,1fr)}}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:32px;box-shadow:var(--shadow)}.card__icon{width:54px;height:54px;padding:9px;margin-bottom:18px;background:#4d9bff1f;border:1px solid var(--line);border-radius:14px}.card h3{margin-bottom:.4em}.card p:last-child{margin-bottom:0}.lead{font-size:1.15rem;color:var(--ink)}.text-center{text-align:center}.mx-auto{margin-inline:auto}.measure{max-width:720px}.highlight{color:var(--blue-bright);font-weight:600}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:absolute;left:12px;top:-64px;z-index:100;background:var(--blue);color:var(--white);padding:10px 18px;border-radius:0 0 10px 10px;font-weight:600;transition:top .18s ease}.skip-link:focus{top:0;color:var(--white);outline:2px solid var(--blue-light);outline-offset:2px}section[id],:where(h1,h2,h3)[id]{scroll-margin-top:90px}.head-anchor{margin-left:.4em;font-weight:600;color:var(--blue-bright);text-decoration:none;opacity:0;transition:opacity .15s ease}:where(h1,h2,h3):hover>.head-anchor{opacity:.65}.head-anchor:hover{opacity:1}.head-anchor:focus{opacity:1;outline:2px solid var(--blue-light);outline-offset:2px;border-radius:4px}
