:root{--ref-white:#fff;--ref-black:#09090b;--ref-neutral-50:#fafafa;--ref-neutral-100:#f4f4f5;--ref-neutral-200:#e4e4e7;--ref-neutral-300:#d4d4d8;--ref-neutral-400:#a1a1aa;--ref-neutral-500:#71717a;--ref-neutral-600:#52525b;--ref-neutral-700:#3f3f46;--ref-neutral-800:#27272a;--ref-neutral-900:#18181b;--ref-neutral-950:#0b0b0d;--ref-brand-50:#eef5ff;--ref-brand-100:#d9e7ff;--ref-brand-200:#bcd4ff;--ref-brand-300:#8ebaff;--ref-brand-400:#5a94ff;--ref-brand-500:#3572f0;--ref-brand-600:#1d55d8;--ref-brand-700:#1944ae;--ref-brand-800:#183c8c;--ref-brand-900:#163370;--ref-success:#16a34a;--ref-success-soft:#dcfce7;--ref-warning:#d97706;--ref-warning-soft:#fef3c7;--ref-danger:#dc2626;--ref-danger-soft:#fee2e2;--ref-info:#0284c7;--ref-info-soft:#e0f2fe;color-scheme:light;--bg:var(--ref-white);--bg-soft:var(--ref-neutral-50);--bg-deep:var(--ref-neutral-100);--bg-emphasis:var(--ref-neutral-200);--bg-inverse:var(--ref-neutral-900);--fg:var(--ref-neutral-900);--fg-soft:var(--ref-neutral-700);--fg-muted:var(--ref-neutral-500);--fg-subtle:var(--ref-neutral-400);--fg-inverse:var(--ref-neutral-50);--border:#7b7b7d;--border-soft:#919192;--border-strong:#656567;--brand:var(--ref-brand-600);--brand-hover:var(--ref-brand-700);--brand-subtle:var(--ref-brand-50);--brand-fg:var(--ref-white);--accent:var(--ref-brand-600);--accent-fg:var(--ref-white);--success:var(--ref-success);--success-subtle:var(--ref-success-soft);--warning:var(--ref-warning);--warning-subtle:var(--ref-warning-soft);--danger:var(--ref-danger);--danger-subtle:var(--ref-danger-soft);--info:var(--ref-info);--info-subtle:var(--ref-info-soft);--link:var(--ref-brand-700);--link-hover:var(--ref-brand-900);--focus:var(--ref-brand-500);--font-sans:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-serif:ui-serif, Georgia, "Times New Roman", serif;--font-mono:ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;--font-display:var(--font-sans);--fs-xs:.75rem;--fs-sm:.875rem;--fs-base:1rem;--fs-md:1.0625rem;--fs-lg:1.125rem;--fs-xl:1.25rem;--fs-2xl:clamp(1.4rem, 1.2rem + .8vw, 1.6rem);--fs-3xl:clamp(1.7rem, 1.4rem + 1.2vw, 2.1rem);--fs-4xl:clamp(2rem, 1.6rem + 1.8vw, 2.75rem);--fs-5xl:clamp(2.4rem, 1.8rem + 2.6vw, 3.5rem);--lh-tight:1.15;--lh-snug:1.3;--lh-base:1.6;--lh-loose:1.75;--space-0:0;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-xs:2px;--radius-sm:4px;--radius:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--radius-full:9999px;--shadow-xs:0 1px 1px #0000000a;--shadow-sm:0 1px 2px #0000000d, 0 1px 1px #00000008;--shadow:0 2px 4px #0000000f, 0 4px 12px #0000000f;--shadow-lg:0 10px 30px #00000014, 0 4px 8px #0000000a;--shadow-xl:0 20px 40px #0000001a, 0 8px 16px #0000000d;--width-prose:44rem;--width-wide:72rem;--width-narrow:32rem;--ease-standard:cubic-bezier(.2, 0, 0, 1);--ease-emphasized:cubic-bezier(.3, 0, 0, 1);--duration-fast:.12s;--duration:.2s;--duration-slow:.36s;--z-base:0;--z-raised:10;--z-sticky:100;--z-overlay:1000;--z-modal:1100;--z-toast:1200}[data-theme=dark]{color-scheme:dark;--bg:var(--ref-neutral-950);--bg-soft:var(--ref-neutral-900);--bg-deep:var(--ref-neutral-800);--bg-emphasis:var(--ref-neutral-700);--bg-inverse:var(--ref-neutral-50);--fg:var(--ref-neutral-50);--fg-soft:var(--ref-neutral-200);--fg-muted:var(--ref-neutral-400);--fg-subtle:var(--ref-neutral-500);--fg-inverse:var(--ref-neutral-900);--border:#787881;--border-soft:#646470;--border-strong:#8f8f9f;--brand:var(--ref-brand-400);--brand-hover:var(--ref-brand-300);--brand-subtle:#3572f01f;--brand-fg:var(--ref-neutral-950);--accent:var(--ref-brand-400);--accent-fg:var(--ref-neutral-950);--link:var(--ref-brand-300);--link-hover:var(--ref-brand-200);--focus:var(--ref-brand-400);--shadow-xs:0 1px 1px #0006;--shadow-sm:0 1px 2px #00000080, 0 1px 1px #0000004d;--shadow:0 2px 4px #00000073, 0 4px 12px #00000059;--shadow-lg:0 10px 30px #0000008c, 0 4px 8px #00000059;--shadow-xl:0 20px 40px #0009, 0 8px 16px #0006}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;hanging-punctuation:first last;text-rendering:optimizelegibility}body{font-family:var(--font-sans);font-size:var(--fs-base);line-height:var(--lh-base);color:var(--fg);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color var(--duration) var(--ease-standard), color var(--duration) var(--ease-standard);margin:0}img,svg,video,canvas,iframe{max-width:100%;height:auto;display:block}figure img{filter:contrast(1.05)saturate(1.1)brightness(1.02);transition:filter var(--duration) var(--ease-standard)}figure img:hover{filter:contrast(1.07)saturate(1.15)brightness(1.03)}a{color:var(--link);text-underline-offset:3px;text-decoration:underline 1px}a:hover,a:focus-visible{color:var(--link-hover);text-decoration-thickness:2px}:focus-visible{outline:2px solid var(--focus);outline-offset:3px;border-radius:var(--radius-xs)}::selection{background:var(--brand-subtle);color:var(--fg)}input,textarea,select,button{font:inherit;color:inherit}hr{border:0;border-top:1px solid var(--border);margin:1.5rem 0}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);line-height:var(--lh-tight);color:var(--fg);letter-spacing:-.005em;text-wrap:balance;margin:0 0 .5em}p,ul,ol,blockquote,dl,pre{margin:0 0 1.1rem}.skip-link{background:var(--fg);color:var(--bg);z-index:var(--z-toast);border-radius:0 0 var(--radius) 0;padding:.75rem 1rem;text-decoration:none;position:absolute;top:0;left:-9999px}.skip-link:focus-visible{left:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{body{color:#000;background:#fff;font-size:11pt}.site-header,.site-footer,.site-mobile-nav,.theme-toggle{display:none!important}a{color:inherit;text-decoration:underline}a[href^=http]:after{content:" (" attr(href) ")";font-size:.85em}}@font-face{font-family:Saira;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/saira-500.woff2)format("woff2")}@font-face{font-family:Saira;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/saira-600.woff2)format("woff2")}@font-face{font-family:Saira;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/saira-700.woff2)format("woff2")}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/hanken-400.woff2)format("woff2")}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/hanken-500.woff2)format("woff2")}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/hanken-700.woff2)format("woff2")}:root{--font-sans:"Hanken Grotesk", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display:"Saira", "Hanken Grotesk", ui-sans-serif, system-ui, sans-serif;--orange-500:#ea580c;--orange-600:#d24710;--orange-700:#b23c0e;--orange-800:#8f3010;--orange-soft:#fff1ea;--steel-500:#2f6f9f;--steel-600:#256088;--steel-700:#1f5a86;--steel-800:#16405f;--steel-soft:#eaf2f8;--brand:var(--orange-700);--brand-hover:var(--orange-800);--brand-subtle:var(--orange-soft);--brand-fg:#fff;--accent:var(--orange-700);--accent-fg:#fff;--link:var(--steel-700);--link-hover:var(--steel-800);--focus:var(--orange-600);--figure:var(--orange-800);--figure-bar:var(--orange-600);--figure-track:var(--bg-emphasis)}[data-theme=dark]{--brand:var(--orange-500);--brand-hover:#f97316;--brand-subtle:#ea580c29;--brand-fg:#16130f;--accent:var(--orange-500);--accent-fg:#16130f;--link:#8fbfe0;--link-hover:#b7d6ec;--focus:var(--orange-500);--figure:#fb923c;--figure-bar:var(--orange-500);--figure-track:var(--ref-neutral-800)}.container[data-astro-cid-ygbe67ah]{width:100%;margin-inline:auto;padding-inline:clamp(1rem,3vw,1.5rem)}.container--prose[data-astro-cid-ygbe67ah]{max-width:var(--width-prose)}.container--narrow[data-astro-cid-ygbe67ah]{max-width:var(--width-narrow)}.container--wide[data-astro-cid-ygbe67ah]{max-width:var(--width-wide)}.container--full[data-astro-cid-ygbe67ah]{max-width:none;padding-inline:0}.theme-btn[data-astro-cid-iomzzyrn]{border:1.5px solid var(--brand,#c8933a);width:2.25rem;height:2.25rem;color:var(--brand,#c8933a);cursor:pointer;opacity:.85;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .18s,border-color .18s,color .18s,opacity .18s,box-shadow .18s;display:inline-flex;position:relative}.theme-btn[data-astro-cid-iomzzyrn]:hover,.theme-btn[data-astro-cid-iomzzyrn]:focus-visible{background:color-mix(in srgb, var(--brand,#c8933a) 10%, transparent);border-color:var(--brand,#c8933a);color:var(--brand,#c8933a);opacity:1;box-shadow:0 0 0 4px color-mix(in srgb, var(--brand,#c8933a) 8%, transparent)}.theme-btn[data-astro-cid-iomzzyrn]:focus-visible{outline:2px solid color-mix(in srgb, var(--brand,#c8933a) 60%, transparent);outline-offset:3px}.theme-btn[data-astro-cid-iomzzyrn]:active{transition-duration:80ms;transform:scale(.9)}.theme-btn__icon[data-astro-cid-iomzzyrn]{justify-content:center;align-items:center;line-height:1;display:inline-flex}.hd[data-astro-cid-vwn3tmth]{z-index:var(--z-sticky);background:color-mix(in srgb, var(--bg) 92%, transparent);-webkit-backdrop-filter:saturate(1.15)blur(8px);border-bottom:2px solid var(--border-strong);position:sticky;top:0}.hd__stripe[data-astro-cid-vwn3tmth]{background:var(--brand);height:4px}.hd__inner[data-astro-cid-vwn3tmth]{align-items:center;gap:1rem;padding-block:.75rem;display:flex}.hd__brand[data-astro-cid-vwn3tmth]{color:var(--fg);align-items:center;gap:.5rem;text-decoration:none;display:inline-flex}.hd__mark[data-astro-cid-vwn3tmth]{border-radius:var(--radius-full);background:var(--figure-track);width:26px;height:14px;position:relative;overflow:hidden}.hd__mark-fill[data-astro-cid-vwn3tmth]{background:var(--brand);border-radius:var(--radius-full);position:absolute;inset:0 40% 0 0}.hd__word[data-astro-cid-vwn3tmth]{font-family:var(--font-display);font-weight:700;font-size:var(--fs-xl);letter-spacing:-.02em}.hd__primary[data-astro-cid-vwn3tmth]{flex:1;justify-content:center;display:none}.hd__primary[data-astro-cid-vwn3tmth] ul[data-astro-cid-vwn3tmth]{gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.hd__primary[data-astro-cid-vwn3tmth] a[data-astro-cid-vwn3tmth]{color:var(--fg-soft);font-family:var(--font-display);font-weight:500;font-size:var(--fs-sm);letter-spacing:.01em;border-bottom:2px solid #0000;padding:.35rem 0;text-decoration:none}.hd__primary[data-astro-cid-vwn3tmth] a[data-astro-cid-vwn3tmth]:hover,.hd__primary[data-astro-cid-vwn3tmth] a[data-astro-cid-vwn3tmth]:focus-visible,.hd__primary[data-astro-cid-vwn3tmth] a[data-astro-cid-vwn3tmth][aria-current=page]{color:var(--fg);border-bottom-color:var(--brand)}.hd__tail[data-astro-cid-vwn3tmth]{align-items:center;gap:.5rem;margin-left:auto;display:flex}.hd__toggle[data-astro-cid-vwn3tmth]{border:2px solid var(--border-strong);border-radius:var(--radius);width:44px;height:44px;color:var(--fg);cursor:pointer;background:0 0;justify-content:center;align-items:center;display:inline-flex}.hd__toggle[data-astro-cid-vwn3tmth]:focus-visible{outline:2px solid var(--focus);outline-offset:2px}@media (width>=900px){.hd__primary[data-astro-cid-vwn3tmth]{display:flex}.hd__toggle[data-astro-cid-vwn3tmth]{display:none}}.mnav[data-astro-cid-vwn3tmth]{z-index:var(--z-modal);opacity:0;transition:opacity var(--duration) var(--ease-standard);background:#00000080;position:fixed;inset:0}.mnav[data-astro-cid-vwn3tmth].is-open{opacity:1}.mnav__panel[data-astro-cid-vwn3tmth]{background:var(--bg);width:min(22rem,88vw);color:var(--fg);box-shadow:var(--shadow-xl);transition:transform var(--duration) var(--ease-emphasized);flex-direction:column;gap:1.25rem;padding:1rem 1.25rem 1.5rem;display:flex;position:absolute;top:0;bottom:0;right:0;transform:translate(100%)}.mnav__panel[data-astro-cid-vwn3tmth]:before{content:"";background:var(--brand);height:4px;margin:-1rem -1.25rem .25rem;display:block}.mnav[data-astro-cid-vwn3tmth].is-open .mnav__panel[data-astro-cid-vwn3tmth]{transform:translate(0)}.mnav__head[data-astro-cid-vwn3tmth]{justify-content:space-between;align-items:center;display:flex}.mnav__title[data-astro-cid-vwn3tmth]{font-family:var(--font-display);font-size:var(--fs-sm);text-transform:uppercase;letter-spacing:.1em;color:var(--fg-muted)}.mnav__close[data-astro-cid-vwn3tmth]{border:2px solid var(--border-strong);border-radius:var(--radius);width:44px;height:44px;color:var(--fg);cursor:pointer;background:0 0;justify-content:center;align-items:center;display:inline-flex}.mnav__close[data-astro-cid-vwn3tmth]:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.mnav__list[data-astro-cid-vwn3tmth]{flex-direction:column;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}.mnav__list[data-astro-cid-vwn3tmth] a[data-astro-cid-vwn3tmth]{font-family:var(--font-display);font-weight:500;font-size:var(--fs-lg);color:var(--fg);border-bottom:1px solid var(--border);padding:.85rem .25rem;text-decoration:none;display:block}.mnav__list[data-astro-cid-vwn3tmth] a[data-astro-cid-vwn3tmth]:hover,.mnav__list[data-astro-cid-vwn3tmth] a[data-astro-cid-vwn3tmth]:focus-visible,.mnav__list[data-astro-cid-vwn3tmth] a[data-astro-cid-vwn3tmth][aria-current=page]{color:var(--brand)}.mnav__footer[data-astro-cid-vwn3tmth]{margin-top:auto}@media (prefers-reduced-motion:reduce){.mnav[data-astro-cid-vwn3tmth],.mnav__panel[data-astro-cid-vwn3tmth]{transition:none}}.ft[data-astro-cid-qup6pdxl]{--ft-fg:#f3f1ee;margin-top:var(--space-20);color:var(--ft-fg);padding-bottom:var(--space-8);background:#16130f}.ft__stripe[data-astro-cid-qup6pdxl]{background:#ea580c;height:4px}.ft[data-astro-cid-qup6pdxl] a[data-astro-cid-qup6pdxl]{color:var(--ft-fg);opacity:.85;text-decoration:none}.ft[data-astro-cid-qup6pdxl] a[data-astro-cid-qup6pdxl]:hover,.ft[data-astro-cid-qup6pdxl] a[data-astro-cid-qup6pdxl]:focus-visible{opacity:1;text-decoration:underline}.ft__top[data-astro-cid-qup6pdxl]{gap:var(--space-8);padding:var(--space-12) 0 var(--space-8);border-bottom:2px solid #f3f1ee38;grid-template-columns:1fr;display:grid}@media (width>=720px){.ft__top[data-astro-cid-qup6pdxl]{grid-template-columns:1.6fr repeat(4,1fr)}}.ft__brand[data-astro-cid-qup6pdxl]{max-width:28rem}.ft__name[data-astro-cid-qup6pdxl]{font-family:var(--font-display);font-weight:700;font-size:var(--fs-xl);letter-spacing:-.02em;margin-bottom:.5rem}.ft__wedge[data-astro-cid-qup6pdxl]{font-size:var(--fs-sm);line-height:var(--lh-base);color:#f3f1eed1;margin:0}.ft__heading[data-astro-cid-qup6pdxl]{font-family:var(--font-display);font-size:var(--fs-xs);text-transform:uppercase;letter-spacing:.1em;color:var(--ft-fg);margin:0 0 .75rem;font-weight:700;line-height:1}.ft__group[data-astro-cid-qup6pdxl] ul[data-astro-cid-qup6pdxl]{font-size:var(--fs-sm);flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.ft__disclosure[data-astro-cid-qup6pdxl]{margin:var(--space-6) 0 0;font-size:var(--fs-sm);color:#fb923c;font-weight:600}.ft__bottom[data-astro-cid-qup6pdxl]{padding-top:var(--space-6);font-size:var(--fs-xs);color:#f3f1eeb8;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.cookie-bar[data-astro-cid-6fv2k5jc]{z-index:1000;background:var(--bg-deep,#18181b);border-top:1px solid var(--border-strong,#3f3f46);padding:.875rem 1.25rem;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #00000038}.cookie-bar__inner[data-astro-cid-6fv2k5jc]{flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;max-width:56rem;margin:0 auto;display:flex}.cookie-bar__text[data-astro-cid-6fv2k5jc]{font-size:var(--fs-sm,.875rem);color:var(--fg,#f4f4f5);flex:280px;margin:0;line-height:1.55}.cookie-bar__link[data-astro-cid-6fv2k5jc]{color:var(--brand,#4ea5b6);text-underline-offset:2px;text-decoration:underline}.cookie-bar__link[data-astro-cid-6fv2k5jc]:hover{opacity:.85}.cookie-bar__link[data-astro-cid-6fv2k5jc]:focus-visible{outline:2px solid var(--focus,var(--brand));outline-offset:2px;border-radius:2px}.cookie-bar__actions[data-astro-cid-6fv2k5jc]{flex-shrink:0;gap:.5rem;display:flex}.cookie-bar__btn[data-astro-cid-6fv2k5jc]{border-radius:var(--radius,6px);min-height:44px;font-size:var(--fs-sm,.875rem);cursor:pointer;border:1px solid #0000;padding:.5rem 1.1rem;font-family:inherit;font-weight:600;transition:background .15s,color .15s,border-color .15s,opacity .15s}.cookie-bar__btn[data-astro-cid-6fv2k5jc]:focus-visible{outline:2px solid var(--focus,var(--brand));outline-offset:2px}.cookie-bar__btn--accept[data-astro-cid-6fv2k5jc]{background:var(--brand,#4ea5b6);color:#fff;border-color:var(--brand,#4ea5b6)}.cookie-bar__btn--accept[data-astro-cid-6fv2k5jc]:hover{opacity:.88}.cookie-bar__btn--decline[data-astro-cid-6fv2k5jc]{color:var(--fg-soft,#a1a1aa);border-color:var(--border,#3f3f46);background:0 0}.cookie-bar__btn--decline[data-astro-cid-6fv2k5jc]:hover{border-color:var(--fg-muted,#71717a);color:var(--fg,#f4f4f5)}@media (width<=480px){.cookie-bar__inner[data-astro-cid-6fv2k5jc]{flex-direction:column;align-items:stretch}.cookie-bar__actions[data-astro-cid-6fv2k5jc]{justify-content:center}.cookie-bar__btn[data-astro-cid-6fv2k5jc]{flex:1;justify-content:center}}@media (prefers-reduced-motion:reduce){.cookie-bar__btn[data-astro-cid-6fv2k5jc]{transition:none}}
