:root{color-scheme:dark;--bg-deep: #080706;--bg-base: #0e0d0b;--bg-elevated: #151311;--bg-panel: #1a1816;--bg-panel-hover: #201e1b;--border-hairline: rgba(255, 250, 245, .06);--border-muted: rgba(255, 250, 245, .1);--border-strong: rgba(255, 250, 245, .14);--text: #f4f1ec;--text-muted: #9c9890;--text-faint: #6b6760;--accent: #c4a574;--accent-dim: #8f7a58;--accent-surface: rgba(196, 165, 116, .1);--danger: #c17a6a;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--shadow-soft: 0 24px 80px rgba(0, 0, 0, .35);--font-serif: "Fraunces", "Georgia", "Times New Roman", serif;--font-sans: "Source Sans 3", system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--font-display: var(--font-serif);--space-xs: .3rem;--space-sm: .6rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2.25rem;--space-2xl: 3.25rem;--space-3xl: 4.75rem;--content-max: 1040px;--ease-out: cubic-bezier(.22, 1, .36, 1)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font-sans);font-size:1.0625rem;line-height:1.65;font-weight:400;color:var(--text);background:var(--bg-deep);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-2;background:radial-gradient(ellipse 85% 55% at 50% -15%,rgba(196,165,116,.06),transparent 52%),linear-gradient(180deg,var(--bg-base) 0%,var(--bg-deep) 45%,var(--bg-deep) 100%)}body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;opacity:.4;background-image:linear-gradient(var(--border-hairline) 1px,transparent 1px),linear-gradient(90deg,var(--border-hairline) 1px,transparent 1px);background-size:48px 48px;mask-image:radial-gradient(ellipse 70% 60% at 50% 30%,black 20%,transparent 70%)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}a{color:var(--text);text-decoration-thickness:1px;text-underline-offset:.2em;text-decoration-color:var(--accent-dim)}a:hover{color:var(--text);text-decoration-color:var(--accent)}img{max-width:100%;height:auto;display:block}.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}.wrap{width:min(var(--content-max),calc(100% - (2*clamp(1.25rem,4vw,2.5rem))));margin-inline:auto}.section{padding-block:var(--space-3xl)}.section--tight{padding-block:var(--space-2xl)}.eyebrow{font-family:var(--font-sans);font-size:.8125rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-faint);margin:0 0 var(--space-md);padding-left:var(--space-md);border-left:2px solid var(--accent-dim)}.section-title{font-family:var(--font-display);font-size:clamp(1.875rem,1.35rem + 2.2vw,2.625rem);font-weight:500;font-variation-settings:"SOFT" 40,"WONK" 0;letter-spacing:-.02em;line-height:1.18;margin:0 0 var(--space-md);color:var(--text)}.section-lead{margin:0;max-width:58ch;color:var(--text-muted);font-size:1.0625rem;line-height:1.7}.btn[data-astro-cid-6czecj4j]{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.7rem 1.15rem;border-radius:var(--radius-sm);font-family:var(--font-sans);font-weight:600;font-size:.9375rem;letter-spacing:.01em;text-decoration:none;border:1px solid transparent;transition:background-color .18s var(--ease-out),border-color .18s var(--ease-out),color .18s var(--ease-out)}.btn[data-astro-cid-6czecj4j]:focus-visible{outline-offset:2px}.btn--primary[data-astro-cid-6czecj4j]{background:var(--text);color:var(--bg-deep);border-color:var(--text)}.btn--primary[data-astro-cid-6czecj4j]:hover{background:#e8e4de;border-color:#e8e4de;color:var(--bg-deep)}.btn--secondary[data-astro-cid-6czecj4j]{background:transparent;border-color:var(--border-muted);color:var(--text)}.btn--secondary[data-astro-cid-6czecj4j]:hover{background:var(--bg-panel);border-color:var(--border-strong)}.btn--ghost[data-astro-cid-6czecj4j]{background:transparent;border-color:transparent;color:var(--text-muted);text-decoration:underline;text-decoration-color:var(--border-muted);text-underline-offset:.22em}.btn--ghost[data-astro-cid-6czecj4j]:hover{color:var(--text);text-decoration-color:var(--accent)}.nav[data-astro-cid-plbfulet]{position:sticky;top:0;z-index:50;backdrop-filter:blur(12px);background:#080706d1;border-bottom:1px solid var(--border-hairline)}.nav__inner[data-astro-cid-plbfulet]{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding-block:1rem}.nav__brand[data-astro-cid-plbfulet]{display:inline-flex;align-items:baseline;gap:.6rem;text-decoration:none;color:var(--text)}.nav__mark[data-astro-cid-plbfulet]{font-family:var(--font-mono);font-size:.65rem;font-weight:500;letter-spacing:.06em;padding:.35rem .4rem;border:1px solid var(--border-muted);color:var(--text-muted);line-height:1}.nav__text[data-astro-cid-plbfulet]{font-family:var(--font-sans);font-size:.9375rem;font-weight:600;letter-spacing:-.01em;color:var(--text)}.nav__links[data-astro-cid-plbfulet]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-sm)}.nav__links--row[data-astro-cid-plbfulet]{flex-direction:row;gap:1.75rem}.nav__links[data-astro-cid-plbfulet] a[data-astro-cid-plbfulet]{color:var(--text-muted);text-decoration:none;font-weight:500;font-size:.9375rem}.nav__links[data-astro-cid-plbfulet] a[data-astro-cid-plbfulet]:hover{color:var(--text)}.nav__actions[data-astro-cid-plbfulet]{display:flex;flex-direction:column;gap:var(--space-sm);margin-top:var(--space-md)}.nav__actions--row[data-astro-cid-plbfulet]{flex-direction:row;align-items:center;margin-top:0;gap:.5rem}.nav__drawer[data-astro-cid-plbfulet]{margin-left:auto}@media(min-width:900px){.nav__drawer[data-astro-cid-plbfulet]{display:none}}.nav__toggle[data-astro-cid-plbfulet]{list-style:none;cursor:pointer;width:2.6rem;height:2.6rem;border-radius:var(--radius-sm);border:1px solid var(--border-hairline);background:var(--bg-panel);display:grid;place-items:center;gap:5px}.nav__toggle[data-astro-cid-plbfulet]::-webkit-details-marker{display:none}.nav__toggle[data-astro-cid-plbfulet] span[data-astro-cid-plbfulet]{display:block;width:1rem;height:1.5px;background:var(--text);border-radius:1px}.nav__panel[data-astro-cid-plbfulet]{position:absolute;right:clamp(1.25rem,4vw,2.5rem);left:clamp(1.25rem,4vw,2.5rem);top:calc(100% + 6px);padding:var(--space-lg);border-radius:var(--radius-md);border:1px solid var(--border-hairline);background:var(--bg-elevated);box-shadow:var(--shadow-soft)}.nav__desktop[data-astro-cid-plbfulet]{display:none;align-items:center;gap:2.5rem}@media(min-width:900px){.nav__desktop[data-astro-cid-plbfulet]{display:flex}}.foot[data-astro-cid-3yjunxis]{padding-block:var(--space-3xl);border-top:1px solid var(--border-hairline);background:var(--bg-base)}.foot__top[data-astro-cid-3yjunxis]{display:grid;gap:var(--space-2xl);margin-bottom:var(--space-2xl)}@media(min-width:880px){.foot__top[data-astro-cid-3yjunxis]{grid-template-columns:1.15fr 1fr;align-items:start;gap:var(--space-3xl)}}.foot__brand[data-astro-cid-3yjunxis]{font-family:var(--font-display);font-size:1.5rem;font-weight:500;letter-spacing:-.02em;margin:0 0 var(--space-sm);line-height:1.2}.foot__muted[data-astro-cid-3yjunxis]{margin:0 0 var(--space-lg);color:var(--text-muted);max-width:46ch;font-size:.98rem;line-height:1.65}.foot__cta[data-astro-cid-3yjunxis]{display:flex;flex-wrap:wrap;gap:.5rem}.foot__label[data-astro-cid-3yjunxis]{font-family:var(--font-mono);font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text-faint);margin:0 0 var(--space-md)}.foot__list[data-astro-cid-3yjunxis]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.25rem}.foot__list[data-astro-cid-3yjunxis] a[data-astro-cid-3yjunxis]{font-family:var(--font-sans);font-weight:600;font-size:1rem;color:var(--text);text-decoration:none;text-decoration-color:transparent}.foot__list[data-astro-cid-3yjunxis] a[data-astro-cid-3yjunxis]:hover{text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:.18em}.foot__hint[data-astro-cid-3yjunxis]{display:block;margin-top:.35rem;color:var(--text-muted);font-size:.9rem;line-height:1.5;font-weight:400}.foot__rule[data-astro-cid-3yjunxis]{height:1px;background:var(--border-hairline);margin-bottom:var(--space-xl)}.foot__legal[data-astro-cid-3yjunxis]{font-size:.875rem;color:var(--text-muted);line-height:1.6;max-width:75ch}.foot__legal[data-astro-cid-3yjunxis] p[data-astro-cid-3yjunxis]{margin:0 0 var(--space-md)}.foot__legal[data-astro-cid-3yjunxis] strong[data-astro-cid-3yjunxis]{color:var(--text-faint);font-weight:600}.foot__links[data-astro-cid-3yjunxis]{margin-top:var(--space-lg)}.foot__links[data-astro-cid-3yjunxis] a[data-astro-cid-3yjunxis]{color:var(--text);text-decoration-color:var(--accent-dim)}.foot__links[data-astro-cid-3yjunxis] a[data-astro-cid-3yjunxis]:hover{text-decoration-color:var(--accent)}.foot__dot[data-astro-cid-3yjunxis]{margin-inline:.35rem;color:var(--text-faint)}.aside[data-astro-cid-ftewtpty]{margin:0}.aside__frame[data-astro-cid-ftewtpty]{border:1px solid var(--border-muted);background:var(--bg-elevated);padding:var(--space-xl);box-shadow:var(--shadow-soft)}.aside__head[data-astro-cid-ftewtpty]{padding-bottom:var(--space-lg);margin-bottom:var(--space-lg);border-bottom:1px solid var(--border-hairline)}.aside__title[data-astro-cid-ftewtpty]{font-family:var(--font-display);font-size:1.25rem;font-weight:500;letter-spacing:-.02em;margin:0 0 .35rem;color:var(--text)}.aside__sub[data-astro-cid-ftewtpty]{margin:0;font-family:var(--font-sans);font-size:.875rem;color:var(--text-muted);line-height:1.45}.aside__list[data-astro-cid-ftewtpty]{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:1rem}.aside__row[data-astro-cid-ftewtpty]{display:grid;grid-template-columns:minmax(0,7.5rem) 1fr;gap:.5rem 1.25rem;align-items:baseline}.aside__label[data-astro-cid-ftewtpty]{font-family:var(--font-mono);font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint)}.aside__value[data-astro-cid-ftewtpty]{color:var(--text);font-weight:500;font-size:.9375rem;line-height:1.45}.stats[data-astro-cid-j4w4v3mb]{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:0;border:1px solid var(--border-hairline);background:var(--border-hairline)}.stat[data-astro-cid-j4w4v3mb]{padding:var(--space-lg) var(--space-md);text-align:left;background:var(--bg-elevated);border-right:1px solid var(--border-hairline)}.stat[data-astro-cid-j4w4v3mb]:last-child{border-right:none}@media(max-width:559px){.stat[data-astro-cid-j4w4v3mb]{border-right:none;border-bottom:1px solid var(--border-hairline)}.stat[data-astro-cid-j4w4v3mb]:last-child{border-bottom:none}}.stat__value[data-astro-cid-j4w4v3mb]{font-family:var(--font-display);font-size:1.5rem;font-weight:500;letter-spacing:-.02em;color:var(--text);line-height:1.2}.stat__label[data-astro-cid-j4w4v3mb]{font-size:.875rem;color:var(--text-muted);margin-top:.4rem;line-height:1.45;max-width:20ch}.steps[data-astro-cid-5ylfbexn]{list-style:none;margin:var(--space-xl) 0 0;padding:0;display:grid;gap:var(--space-md)}@media(min-width:768px){.steps[data-astro-cid-5ylfbexn]{grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--border-hairline)}.step[data-astro-cid-5ylfbexn]{border-right:1px solid var(--border-hairline)}.step[data-astro-cid-5ylfbexn]:last-child{border-right:none}}.step[data-astro-cid-5ylfbexn]{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-lg);background:var(--bg-panel);border:1px solid var(--border-hairline)}@media(min-width:768px){.step[data-astro-cid-5ylfbexn]{border:none;min-height:100%}}.step__n[data-astro-cid-5ylfbexn]{flex-shrink:0;width:fit-content;min-width:2.25rem;padding:.35rem .5rem;font-family:var(--font-mono);font-weight:500;font-size:.75rem;letter-spacing:.06em;color:var(--text-muted);border:1px solid var(--border-muted);background:var(--bg-deep)}.step__title[data-astro-cid-5ylfbexn]{margin:0 0 var(--space-xs);font-family:var(--font-display);font-size:1.125rem;font-weight:500;letter-spacing:-.02em;line-height:1.25;color:var(--text)}.step__text[data-astro-cid-5ylfbexn]{margin:0;color:var(--text-muted);font-size:.96875rem;line-height:1.65}.bento[data-astro-cid-of5yzfih]{margin-top:var(--space-xl);display:grid;gap:1px;background:var(--border-hairline);border:1px solid var(--border-hairline)}@media(min-width:900px){.bento[data-astro-cid-of5yzfih]{grid-template-columns:repeat(6,1fr)}.card[data-astro-cid-of5yzfih]{grid-column:span 2}.card--wide[data-astro-cid-of5yzfih]{grid-column:span 4}}.card[data-astro-cid-of5yzfih]{position:relative;padding:var(--space-lg);background:var(--bg-panel);min-height:100%}.card--wide[data-astro-cid-of5yzfih]{background:var(--bg-elevated)}.card__tag[data-astro-cid-of5yzfih]{margin:0 0 var(--space-sm);font-family:var(--font-mono);font-size:.6875rem;font-weight:500;letter-spacing:.11em;text-transform:uppercase;color:var(--text-faint)}.card__title[data-astro-cid-of5yzfih]{margin:0 0 var(--space-sm);font-family:var(--font-display);font-size:1.125rem;font-weight:500;letter-spacing:-.02em;line-height:1.25;color:var(--text)}.card__body[data-astro-cid-of5yzfih]{margin:0;color:var(--text-muted);font-size:.96875rem;line-height:1.65}.faq__list[data-astro-cid-47rsjpax]{margin-top:var(--space-xl);border-top:1px solid var(--border-hairline)}.faq__item[data-astro-cid-47rsjpax]{border-bottom:1px solid var(--border-hairline);padding:0;background:transparent}.faq__item[data-astro-cid-47rsjpax] summary[data-astro-cid-47rsjpax]{cursor:pointer;list-style:none;font-family:var(--font-sans);font-weight:600;font-size:1.02rem;padding:var(--space-lg) 2rem var(--space-lg) 0;color:var(--text);position:relative;line-height:1.35}.faq__item[data-astro-cid-47rsjpax] summary[data-astro-cid-47rsjpax]::-webkit-details-marker{display:none}.faq__item[data-astro-cid-47rsjpax] summary[data-astro-cid-47rsjpax]:after{content:"";position:absolute;right:.15rem;top:50%;width:.5rem;height:.5rem;border-right:1.5px solid var(--text-faint);border-bottom:1.5px solid var(--text-faint);transform:translateY(-70%) rotate(45deg);transition:transform .2s var(--ease-out)}.faq__item[data-astro-cid-47rsjpax][open] summary[data-astro-cid-47rsjpax]:after{transform:translateY(-30%) rotate(225deg)}.faq__item[data-astro-cid-47rsjpax] p[data-astro-cid-47rsjpax]{margin:0 0 var(--space-lg);padding-right:1rem;color:var(--text-muted);font-size:.96875rem;line-height:1.65;max-width:72ch}.cta[data-astro-cid-ydf6h3dz]{padding-block:var(--space-2xl)}.cta__panel[data-astro-cid-ydf6h3dz]{padding:clamp(2rem,5vw,3rem);border:1px solid var(--border-muted);background:var(--bg-elevated);box-shadow:var(--shadow-soft)}.cta__title[data-astro-cid-ydf6h3dz]{font-family:var(--font-display);font-size:clamp(1.65rem,1.2rem + 1.8vw,2.25rem);font-weight:500;letter-spacing:-.02em;margin:0 0 var(--space-sm);line-height:1.2;color:var(--text)}.cta__lead[data-astro-cid-ydf6h3dz]{margin:0 0 var(--space-lg);color:var(--text-muted);max-width:56ch;font-size:1.0625rem;line-height:1.65}.cta__actions[data-astro-cid-ydf6h3dz]{display:flex;flex-wrap:wrap;gap:.5rem}.hero[data-astro-cid-j7pv25f6]{padding-top:clamp(2.5rem,6vw,4rem);padding-bottom:var(--space-xl)}.hero__grid[data-astro-cid-j7pv25f6]{display:grid;gap:clamp(2rem,4vw,3.5rem);align-items:stretch}@media(min-width:960px){.hero__grid[data-astro-cid-j7pv25f6]{grid-template-columns:1.12fr .88fr}}.hero__title[data-astro-cid-j7pv25f6]{font-family:var(--font-display);font-size:clamp(2.2rem,1.35rem + 3.5vw,3.35rem);font-weight:500;font-variation-settings:"SOFT" 50,"WONK" 12;line-height:1.08;letter-spacing:-.03em;margin:0 0 var(--space-lg);color:var(--text)}.hero__accent[data-astro-cid-j7pv25f6]{display:block;margin-top:.35rem;color:var(--accent);font-style:italic;font-weight:400}.hero__lead[data-astro-cid-j7pv25f6]{margin:0 0 var(--space-lg);color:var(--text-muted);font-size:1.09375rem;max-width:56ch;line-height:1.68}.hero__bullets[data-astro-cid-j7pv25f6]{margin:0 0 var(--space-lg);padding:0;list-style:none;display:grid;gap:.75rem;max-width:56ch;color:var(--text-muted);font-size:.98rem;line-height:1.55}.hero__bullets[data-astro-cid-j7pv25f6] li[data-astro-cid-j7pv25f6]{position:relative;padding-left:1.1rem}.hero__bullets[data-astro-cid-j7pv25f6] li[data-astro-cid-j7pv25f6]:before{content:"";position:absolute;left:0;top:.55em;width:5px;height:1px;background:var(--accent-dim)}.hero__actions[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:var(--space-md)}.hero__note[data-astro-cid-j7pv25f6]{margin:0;font-size:.8125rem;color:var(--text-faint);max-width:54ch;line-height:1.55}.split[data-astro-cid-j7pv25f6]{margin-top:var(--space-xl);display:grid;gap:1px;background:var(--border-hairline);border:1px solid var(--border-hairline)}@media(min-width:900px){.split[data-astro-cid-j7pv25f6]{grid-template-columns:repeat(2,1fr)}}.split__card[data-astro-cid-j7pv25f6]{padding:var(--space-lg);background:var(--bg-panel)}.split__title[data-astro-cid-j7pv25f6]{margin:0 0 var(--space-sm);font-family:var(--font-display);font-size:1.125rem;font-weight:500;letter-spacing:-.02em;color:var(--text)}.split__card[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]{margin:0;color:var(--text-muted);font-size:.96875rem;line-height:1.65}
