:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--brand:#2563eb;--brand-deep:#1a45ae;--brand-shade:#12327e;--brand-lift:#4c82f7;--brand-tint:#8fb4ff;--brand-wash:#ecf2ff;--ink:#04060d;--ink-2:#0b1020;--paper:#fff;--paper-cool:#f6f8fb;--hairline:#e6e9f0;--muted:#667085;--muted-on-ink:#8a93a6;--shadow:none;--color-bg:var(--paper);--color-bg-alt:var(--paper-cool);--color-text:var(--ink-2);--color-text-strong:var(--ink);--color-text-muted:var(--muted);--color-accent:var(--brand);--color-accent-hover:var(--brand-lift);--color-accent-active:var(--brand-deep);--color-accent-wash:var(--brand-wash);--color-border:var(--hairline);--color-focus:var(--brand);--color-error:#b42318;--color-error-wash:#fef3f2;--color-success:#067647;--color-success-wash:#ecfdf3;--font-display:var(--font-fraunces), Georgia, "Times New Roman", serif;--font-prose:var(--font-source-serif), Georgia, "Times New Roman", serif;--font-chrome:var(--font-hanken), "Helvetica Neue", Arial, sans-serif;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--radius:10px;--measure:1120px;--measure-prose:68ch;--gutter:clamp(16px, 4vw, 32px);--text-xs:.8125rem;--text-sm:.9375rem;--text-md:1.0625rem;--text-lg:1.25rem;--text-xl:1.5rem;--text-2xl:clamp(1.75rem, 1.3rem + 1.6vw, 2.25rem);--text-3xl:clamp(2.25rem, 1.6rem + 2.8vw, 3.5rem);--leading-tight:1.1;--leading-snug:1.3;--leading-body:1.6}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;height:100%;overflow-x:clip}body{background:var(--color-bg);min-height:100%;color:var(--color-text);font-family:var(--font-prose);font-size:var(--text-md);line-height:var(--leading-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;overflow-x:clip}h1,h2,h3,h4{font-family:var(--font-display);color:var(--color-text-strong);font-style:normal;font-weight:600;line-height:var(--leading-tight);overflow-wrap:anywhere;min-width:0;margin:0}h1{font-size:var(--text-3xl);letter-spacing:-.01em}h2{font-size:var(--text-2xl);letter-spacing:-.005em}h3{font-size:var(--text-xl)}h4{font-family:var(--font-chrome);font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);font-weight:600}p,ul,ol,figure,table{margin:0}img,video{max-width:100%;height:auto;display:block}a{color:var(--color-accent);text-underline-offset:.15em;text-decoration:underline;text-decoration-thickness:1px}a:hover{color:var(--color-accent-active)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}button,input,select,textarea{font:inherit;color:inherit}strong{color:var(--color-text-strong);font-weight:600}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{width:100%;max-width:var(--measure);padding-inline:var(--gutter);margin-inline:auto}.prose{max-width:var(--measure-prose)}.eyebrow{font-family:var(--font-chrome);font-size:var(--text-xs);letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);font-weight:600}.lead{font-size:var(--text-lg);line-height:var(--leading-snug);color:var(--color-text)}.muted{color:var(--color-text-muted)}.chrome{font-family:var(--font-chrome)}.form{gap:var(--space-5);flex-direction:column;min-width:0;display:flex}.field{gap:var(--space-2);flex-direction:column;min-width:0;display:flex}.label{font-family:var(--font-chrome);font-weight:600;font-size:var(--text-sm);color:var(--color-text-strong)}.help{font-size:var(--text-sm);color:var(--color-text-muted)}.input,.textarea{width:100%;min-height:44px;padding:var(--space-3) var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius);background:var(--paper);color:var(--color-text-strong);font-family:var(--font-chrome);font-size:var(--text-md)}.input:hover,.textarea:hover{border-color:var(--muted)}.input[aria-invalid=true],.textarea[aria-invalid=true]{border-color:var(--color-error)}.input:disabled,.textarea:disabled{background:var(--paper-cool);color:var(--muted)}.textarea{resize:vertical;min-height:120px}.fieldError{font-family:var(--font-chrome);font-size:var(--text-sm);color:var(--color-error)}.choices{gap:var(--space-2);flex-direction:column;display:flex}.choice{gap:var(--space-3);min-height:44px;padding:var(--space-3) var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius);background:var(--paper);cursor:pointer;align-items:flex-start;display:flex}.choice:hover{border-color:var(--color-accent)}.choice:has(input:checked){border-color:var(--color-accent);background:var(--color-accent-wash)}.choice:has(input:focus-visible){outline:2px solid var(--color-focus);outline-offset:2px}.choice input{width:20px;height:20px;accent-color:var(--color-accent);flex:none;margin:2px 0 0}.choiceText{flex-direction:column;gap:2px;min-width:0;display:flex}.choiceLabel{font-family:var(--font-chrome);font-weight:600;font-size:var(--text-sm);color:var(--color-text-strong)}.choiceDetail{font-size:var(--text-sm);color:var(--color-text-muted)}.notice{padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg-alt)}.noticeError{border-color:var(--color-error);background:var(--color-error-wash);color:var(--color-text-strong)}.noticeSuccess{border-color:var(--color-success);background:var(--color-success-wash);color:var(--color-text-strong)}.honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
