@import"https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,300..800;1,400..600&family=Source+Serif+4:ital,opsz,wght@0,8..60,400..700;1,8..60,400..600&family=IBM+Plex+Mono:wght@400;500;600&display=swap";:root{--green-50: #E9F1ED;--green-100: #D2E4DC;--green-200: #A8CABB;--green-300: #6FA992;--green-400: #38866B;--green-500: #137A60;--green-600: #0E5C49;--green-700: #0A4A3A;--green-800: #083A2E;--green-900: #062B22;--paper: #F8F7F3;--paper-2: #F1EFE8;--white: #FFFFFF;--ink-900: #16201C;--ink-800: #25302B;--ink-700: #3A453F;--ink-600: #51605A;--ink-500: #6B7872;--ink-400: #9AA39E;--line-200: #E4E2D9;--line-300: #D7D4C8;--line-400: #C3BFB0;--brass-50: #F5EFE0;--brass-300: #D8BE86;--brass-500: #A9883F;--brass-600: #8A6E30;--positive-600: #15803D;--positive-50: #E7F2EC;--negative-600: #B42318;--negative-50: #FBEAE8;--warning-600: #B54708;--warning-50: #FBF0E4;--info-600: #175CD3;--info-50: #E8EFFB;--text-strong: var(--ink-900);--text-body: var(--ink-800);--text-muted: var(--ink-600);--text-faint: var(--ink-500);--text-on-brand: var(--white);--text-link: var(--green-600);--text-link-hover: var(--green-700);--surface-canvas: var(--paper);--surface-card: var(--white);--surface-sunken: var(--paper-2);--surface-brand: var(--green-600);--surface-brand-deep: var(--green-900);--surface-brand-tint: var(--green-50);--border-subtle: var(--line-200);--border-default: var(--line-300);--border-strong: var(--line-400);--border-brand: var(--green-600);--border-focus: var(--green-600);--action: var(--green-600);--action-hover: var(--green-700);--action-active: var(--green-800);--action-tint: var(--green-50);--focus-ring: 0 0 0 3px rgba(14, 92, 73, .32);--focus-ring-offset: 0 0 0 2px var(--white), 0 0 0 5px rgba(14, 92, 73, .55)}:root{--font-sans: "Libre Franklin", system-ui, -apple-system, "Segoe UI", sans-serif;--font-serif: "Source Serif 4", Georgia, "Times New Roman", serif;--font-mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;--weight-light: 300;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-md: 1.125rem;--text-lg: 1.375rem;--text-xl: 1.75rem;--text-2xl: 2.25rem;--text-3xl: 3rem;--text-4xl: 3.875rem;--text-5xl: 5rem;--leading-tight: 1.1;--leading-snug: 1.25;--leading-normal: 1.55;--leading-relaxed: 1.7;--tracking-tight: -.02em;--tracking-snug: -.011em;--tracking-normal: 0;--tracking-wide: .04em;--tracking-caps: .08em;--nums-tabular: tabular-nums lining-nums}:root{--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;--space-32: 8rem;--radius-none: 0;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 10px;--radius-xl: 16px;--radius-full: 999px;--border-hair: 1px;--border-thick: 1.5px;--shadow-xs: 0 1px 2px rgba(22, 32, 28, .06);--shadow-sm: 0 1px 2px rgba(22, 32, 28, .06), 0 1px 1px rgba(22, 32, 28, .04);--shadow-md: 0 4px 10px -2px rgba(22, 32, 28, .1), 0 2px 4px -2px rgba(22, 32, 28, .06);--shadow-lg: 0 12px 28px -8px rgba(22, 32, 28, .16), 0 4px 8px -4px rgba(22, 32, 28, .08);--shadow-focus: var(--focus-ring);--container-sm: 640px;--container-md: 820px;--container-lg: 1080px;--container-xl: 1280px;--container-max: 1400px;--gutter: var(--space-6);--section-y: var(--space-24);--ease-out: cubic-bezier(.22, 1, .36, 1);--ease-inout: cubic-bezier(.65, 0, .35, 1);--dur-fast: .12s;--dur-base: .18s;--dur-slow: .28s;--z-base: 1;--z-sticky: 100;--z-overlay: 1000;--z-modal: 1100;--z-toast: 1200}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);font-weight:var(--weight-regular);color:var(--text-body);background:var(--surface-canvas);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{margin:0;color:var(--text-strong);font-weight:var(--weight-semibold);line-height:var(--leading-snug);letter-spacing:var(--tracking-snug);text-wrap:balance}h1{font-size:var(--text-3xl);letter-spacing:var(--tracking-tight)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg)}p{margin:0 0 var(--space-4);text-wrap:pretty}a{color:var(--text-link);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;transition:color var(--dur-fast) var(--ease-out)}a:hover{color:var(--text-link-hover)}small{font-size:var(--text-sm)}code,kbd,samp,pre{font-family:var(--font-mono);font-size:.92em}.tabular,[data-tabular]{font-variant-numeric:var(--nums-tabular)}hr{border:0;border-top:var(--border-hair) solid var(--border-subtle);margin:var(--space-8) 0}::selection{background:var(--green-100);color:var(--ink-900)}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:2px solid var(--border-focus);outline-offset:2px;border-radius:var(--radius-sm)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
