.skip-link.svelte-12qhfyh{position:fixed;top:.75rem;left:.75rem;z-index:100;padding:.65rem .85rem;border-radius:var(--site-radius-md, .6rem);border:var(--site-border-width, 1px) solid var(--site-border, #232c38);background:var(--site-surface, #1b2430);color:var(--site-ink, #f5f7fa);text-decoration:none;transform:translateY(-140%);transition:transform .14s ease}.skip-link.svelte-12qhfyh:focus-visible{transform:translateY(0)}body{margin:0;font-family:var(--site-font-body, "IBM Plex Sans", "Segoe UI", sans-serif);background:var(--site-page, #0f141b);color:var(--site-ink, #f5f7fa)}.site.svelte-12qhfyh{min-height:100vh;background:var(--site-page, #0f141b);color:var(--site-ink, #f5f7fa)}.site-header.svelte-12qhfyh{position:sticky;top:0;background:color-mix(in srgb,var(--site-page) var(--site-header-surface-mix, 88%),transparent);-webkit-backdrop-filter:blur(var(--site-header-blur, 8px));backdrop-filter:blur(var(--site-header-blur, 8px));border-bottom:var(--site-border-width, 1px) solid var(--site-border, #232c38);z-index:10}.site-header-inner.svelte-12qhfyh{max-width:var(--site-shell-max-width, 1160px);margin:0 auto;padding:var(--site-header-padding, 1rem);display:flex;flex-wrap:nowrap;gap:.75rem;align-items:center;justify-content:space-between}nav.svelte-12qhfyh{display:flex;flex-wrap:nowrap;gap:var(--site-nav-gap, 1rem);min-width:0}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){white-space:nowrap}a.svelte-12qhfyh{color:var(--site-accent, #8ed1c8);text-decoration:none;font-weight:600}a.svelte-12qhfyh:hover{text-decoration:underline}a:focus-visible,button:focus-visible,select:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--site-focus-ring, color-mix(in srgb, var(--site-accent, #8ed1c8) 85%, white 15%));outline-offset:2px}.site-main.svelte-12qhfyh:focus-visible{outline:2px solid var(--site-focus-ring, color-mix(in srgb, var(--site-accent, #8ed1c8) 85%, white 15%));outline-offset:4px}.site-main.svelte-12qhfyh{max-width:var(--site-shell-max-width, 1160px);margin:0 auto;padding:var(--site-content-padding, 2rem 1rem)}.route-hero{display:grid;gap:var(--site-route-gap, 2rem);align-items:start}.route-copy{max-width:40rem}.route-eyebrow{margin:0 0 .75rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.15em;color:var(--site-accent);font-family:var(--site-font-label)}.route-title{margin:0;font-size:clamp(2.8rem,7vw,5rem);line-height:.95;letter-spacing:-.04em;text-wrap:balance;font-family:var(--site-font-display)}.route-text{margin:.8rem 0 0;max-width:44rem;font-size:1.05rem;line-height:1.8;color:var(--site-muted)}.route-copy a{color:var(--site-accent)}.chamfer-frame{position:relative;isolation:isolate;clip-path:var(--chamfer-path, var(--site-button-clip-path, none));border:0;background:transparent}.chamfer-frame:before,.chamfer-frame:after{content:"";position:absolute;pointer-events:none;border-radius:inherit}.chamfer-frame:before{inset:0;z-index:-2;background:var(--chamfer-border, var(--site-border));clip-path:var(--chamfer-path, var(--site-button-clip-path, none))}.chamfer-frame:after{inset:var(--chamfer-inset, var(--site-border-width, 1px));z-index:-1;background:var(--chamfer-fill, var(--site-surface));clip-path:var(--chamfer-inner-path, var(--site-button-clip-path-inner, none))}.chamfer-frame-sm{--chamfer-path: var(--site-button-clip-path-sm, none);--chamfer-inner-path: var(--site-button-clip-path-sm-inner, none)}.route-actions{display:flex;flex-wrap:wrap;gap:var(--site-route-actions-gap, .9rem);margin-top:1.6rem}.route-pill-btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--site-pill-button-padding-y, .85rem) var(--site-pill-button-padding-x, 1.1rem);border-radius:var(--site-pill-button-radius, 999px);clip-path:var(--site-button-clip-path, none);position:relative;isolation:isolate;border:0;background:transparent;text-decoration:none;font-weight:700;transition:border-color .18s ease,box-shadow .18s ease,filter .18s ease}.route-pill-btn:before,.route-pill-btn:after{content:"";position:absolute;pointer-events:none;border-radius:inherit}.route-pill-btn:before{inset:0;z-index:-2;background:var(--site-btn-border-color, var(--site-border));clip-path:var(--site-button-clip-path, none)}.route-pill-btn:after{inset:var(--site-border-width, 1px);z-index:-1;background:var(--site-btn-bg, color-mix(in srgb, var(--site-surface) 78%, transparent));clip-path:var(--site-button-clip-path-inner, none)}a.route-pill-btn--primary{--site-btn-bg: var(--site-primary-button-bg, var(--site-accent));--site-btn-border-color: var( --site-primary-button-border, color-mix(in srgb, var(--site-page) 20%, var(--site-accent)) );color:var(--site-primary-button-ink, var(--site-page))}a.route-pill-btn--primary:hover,a.route-pill-btn--primary:focus-visible{--site-btn-bg: var( --site-primary-button-hover-bg, var(--site-primary-button-bg, var(--site-accent)) );--site-btn-border-color: var( --site-primary-button-hover-border, color-mix(in srgb, var(--site-shadow) 65%, var(--site-accent)) );box-shadow:var( --site-primary-button-hover-ring, inset 0 0 0 1px color-mix(in srgb, var(--site-shadow) 45%, transparent) );filter:var(--site-primary-button-hover-filter, brightness(.99))}.route-pill-btn--secondary{--site-btn-bg: color-mix(in srgb, var(--site-surface) 78%, transparent);--site-btn-border-color: var(--site-border);color:var(--site-ink)}.site.site--high-contrast.svelte-12qhfyh .site-header:where(.svelte-12qhfyh){-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--site-page)}.site.site--high-contrast.svelte-12qhfyh a:where(.svelte-12qhfyh){text-decoration-thickness:.1em;text-underline-offset:.16em}.site.site--high-contrast.svelte-12qhfyh .route-pill-btn--secondary{--site-btn-bg: var(--site-surface);--site-btn-border-color: color-mix(in srgb, var(--site-border) 62%, var(--site-ink))}::view-transition-old(root),::view-transition-new(root){animation-duration:.32s;animation-timing-function:cubic-bezier(.2,.8,.2,1)}::view-transition-group(intro-copy){z-index:20}::view-transition-group(profile-card){z-index:30}::view-transition-old(root){animation-name:svelte-12qhfyh-page-out}::view-transition-new(root){animation-name:svelte-12qhfyh-page-in}.theme-controls.svelte-12qhfyh{display:flex;flex-wrap:nowrap;gap:.55rem;margin-left:auto;align-items:center}label.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.55rem}label.svelte-12qhfyh span:where(.svelte-12qhfyh){font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--site-accent, #8ed1c8);font-family:var(--site-font-label, "IBM Plex Sans", "Segoe UI", sans-serif);white-space:nowrap}select.svelte-12qhfyh{padding:var(--site-control-padding-y, .65rem) var(--site-control-padding-x, .8rem);border-radius:var(--site-control-radius, .8rem);border:0;background:transparent;color:var(--site-ink, #f5f7fa);font:inherit}.control-shell.svelte-12qhfyh{display:inline-flex;border-radius:var(--site-control-radius, .8rem);--chamfer-fill: color-mix(in srgb, var(--site-surface) 82%, var(--site-page));--chamfer-border: var(--site-border, #344050)}.site.site--high-contrast.svelte-12qhfyh .control-shell:where(.svelte-12qhfyh){--chamfer-fill: var(--site-surface);--chamfer-border: color-mix(in srgb, var(--site-border) 62%, var(--site-ink))}.contrast-toggle.svelte-12qhfyh{padding:var(--site-control-padding-y, .65rem) var(--site-control-padding-x, .8rem);border:0;background:transparent;color:var(--site-ink, #f5f7fa);font:inherit;font-size:.72rem;font-family:var(--site-font-label, "IBM Plex Sans", "Segoe UI", sans-serif);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;cursor:pointer}.contrast-toggle[aria-pressed=true].svelte-12qhfyh{--chamfer-fill: var(--site-primary-button-bg, var(--site-accent));--chamfer-border: var( --site-primary-button-border, color-mix(in srgb, var(--site-page) 20%, var(--site-accent)) );color:var(--site-primary-button-ink, var(--site-page))}.theme-note.svelte-12qhfyh{display:none;margin:0;color:var(--site-muted);font-family:var(--site-font-label);font-size:.74rem;letter-spacing:.04em}.site.site--high-contrast.svelte-12qhfyh .theme-note:where(.svelte-12qhfyh){color:var(--site-ink)}@media(max-width:1040px){.site-header-inner.svelte-12qhfyh{flex-wrap:wrap}.theme-controls.svelte-12qhfyh{width:100%;flex-wrap:wrap;margin-left:0}.theme-note.svelte-12qhfyh{display:block;flex:1 1 100%}}@media(max-width:780px){.site-header-inner.svelte-12qhfyh{align-items:start}.theme-controls.svelte-12qhfyh{width:100%}label.svelte-12qhfyh{flex:1 1 11rem}.contrast-toggle.svelte-12qhfyh{flex:1 1 11rem;justify-content:center}}@media(prefers-reduced-motion:reduce){.skip-link.svelte-12qhfyh{transition:none}::view-transition-old(root),::view-transition-new(root){animation:none}}@keyframes svelte-12qhfyh-page-in{0%{opacity:.92;filter:blur(4px)}to{opacity:1;filter:blur(0)}}@keyframes svelte-12qhfyh-page-out{0%{opacity:1;filter:blur(0)}to{opacity:.95;filter:blur(2px)}}
