.consent-root[data-astro-cid-2effgw6e]{font-family:var(--font)}.consent-banner[data-astro-cid-2effgw6e]{position:fixed;right:max(var(--sp-16),env(safe-area-inset-right));bottom:max(var(--sp-16),env(safe-area-inset-bottom));left:max(var(--sp-16),env(safe-area-inset-left));z-index:300;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--sp-24);align-items:end;max-width:940px;margin-inline:auto;padding:var(--sp-24);color:var(--body);background:var(--white);border:1px solid var(--border);border-radius:var(--r-card);box-shadow:var(--shadow-3)}.consent-banner[data-astro-cid-2effgw6e][hidden],.consent-modal[data-astro-cid-2effgw6e][hidden]{display:none}.consent-kicker[data-astro-cid-2effgw6e]{margin:0 0 var(--sp-8);font-size:.75rem;font-weight:600;line-height:1.3;letter-spacing:.02em;text-transform:uppercase;color:var(--green)}.consent-banner[data-astro-cid-2effgw6e] h2[data-astro-cid-2effgw6e],.consent-panel[data-astro-cid-2effgw6e] h2[data-astro-cid-2effgw6e]{margin:0;font-size:1.25rem;font-weight:600;line-height:1.3;color:var(--heading);letter-spacing:0}.consent-banner[data-astro-cid-2effgw6e] p[data-astro-cid-2effgw6e],.consent-panel[data-astro-cid-2effgw6e] p[data-astro-cid-2effgw6e]{max-width:68ch}.consent-banner__copy[data-astro-cid-2effgw6e] p[data-astro-cid-2effgw6e]:last-child,.consent-panel__intro[data-astro-cid-2effgw6e]{margin:var(--sp-8) 0 0;font-size:.9375rem;line-height:1.55;color:var(--body)}.consent-actions[data-astro-cid-2effgw6e]{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:var(--sp-8)}.consent-actions--panel[data-astro-cid-2effgw6e]{justify-content:flex-start;margin-top:var(--sp-24)}.consent-action[data-astro-cid-2effgw6e],.consent-close[data-astro-cid-2effgw6e]{min-height:44px;padding:10px 14px;font-size:.9375rem;font-weight:500;line-height:1;border-radius:var(--r-std);cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.consent-action--primary[data-astro-cid-2effgw6e]{color:var(--white);background:var(--green);border:1px solid var(--green);box-shadow:var(--shadow-1)}.consent-action--primary[data-astro-cid-2effgw6e]:hover{color:var(--white);background:var(--green-hover);border-color:var(--green-hover)}.consent-action--secondary[data-astro-cid-2effgw6e]{color:var(--green);background:var(--white);border:1px solid var(--green)}.consent-action--secondary[data-astro-cid-2effgw6e]:hover{color:var(--green-hover);background:var(--green-tint);border-color:var(--green-hover)}.consent-action--ghost[data-astro-cid-2effgw6e],.consent-close[data-astro-cid-2effgw6e]{color:var(--body);background:transparent;border:1px solid var(--border)}.consent-action--ghost[data-astro-cid-2effgw6e]:hover,.consent-close[data-astro-cid-2effgw6e]:hover{color:var(--heading);background:var(--surface-muted)}.consent-modal[data-astro-cid-2effgw6e]{position:fixed;inset:0;z-index:320;display:grid;place-items:center;padding:var(--sp-24)}.consent-modal__backdrop[data-astro-cid-2effgw6e]{position:absolute;inset:0;background:color-mix(in srgb,var(--heading) 56%,transparent)}.consent-panel[data-astro-cid-2effgw6e]{position:relative;width:min(100%,680px);max-height:calc(100dvh - var(--sp-48));overflow:auto;padding:var(--sp-32);color:var(--body);background:var(--white);border:1px solid var(--border);border-radius:var(--r-card);box-shadow:var(--shadow-3)}.consent-panel__header[data-astro-cid-2effgw6e]{display:flex;justify-content:space-between;align-items:start;gap:var(--sp-24)}.consent-options[data-astro-cid-2effgw6e]{display:grid;gap:var(--sp-12);margin-top:var(--sp-24)}.consent-option[data-astro-cid-2effgw6e]{display:flex;align-items:center;justify-content:space-between;gap:var(--sp-24);padding:var(--sp-16);background:var(--surface);border:1px solid var(--border);border-radius:var(--r-std)}.consent-option[data-astro-cid-2effgw6e] strong[data-astro-cid-2effgw6e]{display:block;font-size:1rem;font-weight:600;line-height:1.4;color:var(--heading)}.consent-option[data-astro-cid-2effgw6e] small[data-astro-cid-2effgw6e]{display:block;margin-top:var(--sp-4);font-size:.875rem;line-height:1.45;color:var(--secondary)}.consent-option[data-astro-cid-2effgw6e] input[data-astro-cid-2effgw6e]{width:22px;height:22px;flex:0 0 auto;accent-color:var(--green)}@media(max-width:767px){.consent-banner[data-astro-cid-2effgw6e]{grid-template-columns:1fr;align-items:stretch;padding:var(--sp-20)}.consent-actions[data-astro-cid-2effgw6e],.consent-actions--panel[data-astro-cid-2effgw6e]{justify-content:stretch}.consent-action[data-astro-cid-2effgw6e]{flex:1 1 100%}.consent-panel[data-astro-cid-2effgw6e]{padding:var(--sp-24)}.consent-panel__header[data-astro-cid-2effgw6e]{flex-direction:column}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green: #0D7C5F;--green-hover: #0A6349;--green-active: #085C43;--green-tint: #F0FDF8;--heading: #1A2B2A;--white: #FFFFFF;--gold: #92700C;--gold-light: #FDF5E0;--gold-text: #7A5A00;--success: #16A34A;--success-bg: #F0FDF4;--warning: #D97706;--warning-bg: #FFFBEB;--error: #DC2626;--error-bg: #FEF2F2;--info: #2563EB;--body: #4B5563;--secondary: #6B7280;--muted: #9CA3AF;--label: #374151;--border: #E5E7EB;--surface: #F8FAFB;--surface-muted: #F3F4F6;--shadow-1: rgba(0, 0, 0, .04) 0px 1px 3px, rgba(0, 0, 0, .08) 0px 1px 2px;--shadow-2: rgba(0, 0, 0, .06) 0px 4px 12px, rgba(0, 0, 0, .08) 0px 2px 4px;--shadow-3: rgba(0, 0, 0, .1) 0px 8px 24px, rgba(0, 0, 0, .06) 0px 4px 8px;--shadow-score: rgba(0, 0, 0, .04) 0px 2px 8px;--focus-ring: rgba(13, 124, 95, .1) 0px 0px 0px 3px;--sp-2: 2px;--sp-4: 4px;--sp-8: 8px;--sp-12: 12px;--sp-16: 16px;--sp-20: 20px;--sp-24: 24px;--sp-32: 32px;--sp-40: 40px;--sp-48: 48px;--sp-64: 64px;--sp-80: 80px;--sp-96: 96px;--r-micro: 2px;--r-std: 6px;--r-card: 8px;--r-lg: 12px;--r-pill: 9999px;--max-w: 1200px;--side-pad: 24px;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace}@media(min-width:640px){:root{--side-pad: 32px}}html{font-family:var(--font);font-feature-settings:"cv01";color:var(--body);background:var(--white);line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-size:16px;font-weight:400;min-height:100dvh;display:flex;flex-direction:column}main{flex:1}img,svg{display:block;max-width:100%}a{color:var(--green);text-decoration:none}:where(p,li,dd,blockquote) a:not(.btn){text-decoration:underline;text-decoration-thickness:.08em;text-underline-offset:.18em}a:hover{color:var(--green-hover);text-decoration:underline}:focus-visible{outline:2px solid var(--green);outline-offset:2px;box-shadow:var(--focus-ring)}h1,h2,h3,h4{color:var(--heading);font-weight:600;line-height:1.2}h1{font-size:2.5rem;letter-spacing:-.8px;line-height:1.12}h2{font-size:1.875rem;letter-spacing:-.45px}h3{font-size:1.5rem;font-weight:500;letter-spacing:-.24px;line-height:1.25}h4{font-size:1.25rem;font-weight:500;letter-spacing:-.2px;line-height:1.3}p{margin-bottom:var(--sp-16)}p:last-child{margin-bottom:0}.container{max-width:var(--max-w);margin-inline:auto;padding-inline:var(--side-pad)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.tnum{font-feature-settings:"cv01","tnum"}.section{padding-block:var(--sp-64)}.section--alt{background:var(--surface)}@media(max-width:639px){h1{font-size:1.875rem}h2{font-size:1.5rem}.section{padding-block:var(--sp-48)}}@media(min-width:640px)and (max-width:1023px){.section{padding-block:var(--sp-64)}}.site-header[data-astro-cid-5hce7sga]{position:sticky;top:0;z-index:100;background:#ffffffe6;backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.site-nav[data-astro-cid-5hce7sga]{display:flex;align-items:center;justify-content:space-between;height:64px}.site-logo[data-astro-cid-5hce7sga]{display:inline-flex;align-items:center;gap:var(--sp-8);font-size:18px;font-weight:600;color:var(--heading);text-decoration:none;letter-spacing:-.2px}.site-logo[data-astro-cid-5hce7sga]:hover{color:var(--heading);text-decoration:none}.site-logo__img[data-astro-cid-5hce7sga]{width:32px;height:32px;flex-shrink:0}.nav-links[data-astro-cid-5hce7sga]{display:flex;align-items:center;gap:var(--sp-32);list-style:none}.nav-links[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:not(.btn){font-size:15px;font-weight:500;color:var(--body);text-decoration:none;padding:8px 0;min-height:48px;display:inline-flex;align-items:center}.nav-links[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:not(.btn):hover{color:var(--heading);text-decoration:none}.btn[data-astro-cid-5hce7sga]{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;min-height:48px;border-radius:var(--r-std);font-size:15px;font-weight:500;letter-spacing:.01em;text-decoration:none;cursor:pointer;border:none;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.btn--primary[data-astro-cid-5hce7sga]{background:var(--green);color:var(--white);box-shadow:#00000014 0 1px 2px}.btn--primary[data-astro-cid-5hce7sga]:hover{background:var(--green-hover);color:var(--white);text-decoration:none}.btn--primary[data-astro-cid-5hce7sga]:active{background:var(--green-active)}.btn--sm[data-astro-cid-5hce7sga]{padding:10px 16px;min-height:44px;font-size:14px}.nav-toggle[data-astro-cid-5hce7sga]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:var(--sp-8)}.nav-toggle__bar[data-astro-cid-5hce7sga]{display:block;width:20px;height:2px;background:var(--heading);border-radius:1px;transition:transform .2s ease}@media(max-width:767px){.nav-toggle[data-astro-cid-5hce7sga]{display:flex}.nav-links[data-astro-cid-5hce7sga]{display:none;position:absolute;top:64px;left:0;right:0;flex-direction:column;background:var(--white);border-bottom:1px solid var(--border);padding:var(--sp-24);gap:var(--sp-16);box-shadow:var(--shadow-3)}.nav-links--open[data-astro-cid-5hce7sga]{display:flex}}.site-footer[data-astro-cid-5hce7sga]{border-top:1px solid var(--border);padding-block:var(--sp-48);margin-top:var(--sp-80)}.footer-inner[data-astro-cid-5hce7sga]{display:flex;flex-direction:column;gap:var(--sp-24)}.footer-logo[data-astro-cid-5hce7sga]{display:inline-flex;align-items:center;gap:var(--sp-8);font-size:18px;font-weight:600;color:var(--heading);text-decoration:none}.footer-logo[data-astro-cid-5hce7sga]:hover{color:var(--heading);text-decoration:none}.footer-logo__img[data-astro-cid-5hce7sga]{width:24px;height:24px;flex-shrink:0}.footer-tagline[data-astro-cid-5hce7sga]{font-size:14px;color:var(--secondary);margin-top:var(--sp-4);margin-bottom:0}.footer-links[data-astro-cid-5hce7sga]{display:flex;gap:var(--sp-24);flex-wrap:wrap}.footer-links[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{font-size:14px;font-weight:500;color:var(--body);text-decoration:none;padding:8px 0;min-height:48px;display:inline-flex;align-items:center}.footer-consent-link[data-astro-cid-5hce7sga]{appearance:none;display:inline-flex;align-items:center;min-height:48px;padding:8px 0;color:var(--body);background:transparent;border:0;font:inherit;font-size:14px;font-weight:500;cursor:pointer}.footer-links[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover,.footer-consent-link[data-astro-cid-5hce7sga]:hover{color:var(--green);text-decoration:underline}.footer-legal[data-astro-cid-5hce7sga]{font-size:12px;color:var(--secondary)}.footer-legal[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{color:var(--secondary)}@media(min-width:640px){.footer-inner[data-astro-cid-5hce7sga]{flex-direction:row;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}.footer-brand[data-astro-cid-5hce7sga]{flex:1}.footer-links[data-astro-cid-5hce7sga]{flex:0 0 auto}.footer-legal[data-astro-cid-5hce7sga]{flex-basis:100%;margin-top:var(--sp-8)}}
