:root{--color-forest:#0a1f17;--color-cream:#f4f3ee;--color-white:#fff;--color-green:#2fc171;--color-green-hover:#25a85e;--color-green-text:#1f7a4d;--color-yellow:#f0b528;--color-amber-text:#8a6a10;--color-sand:#ddd8c8;--color-red:#b3261e;--border-light:#0a1f171a;--border-field:#0a1f1724;--border-dark:#f4f3ee26;--border-pill:#0a1f1733;--text-muted:#0a1f17ad;--text-faint:#0a1f1759;--on-forest:#f4f3eeb8;--fill-faint:#0a1f170a;--fill-subtle:#0a1f170f;--fill-yellow:#f0b52833;--fill-yellow-soft:#f0b52829;--fill-red:#b3261e1a;--fill-green:#2fc1712e;--fill-selected:#2fc17124;--font-display:var(--font-display-loaded), Big Shoulders Display, Impact, sans-serif;--font-body:var(--font-body-loaded), Chivo, system-ui, sans-serif;--text-d1:6.5rem;--text-d1-mobile:3.375rem;--text-d2:3.375rem;--text-d2-mobile:2.5rem;--text-d4:2.125rem;--text-d5:2rem;--text-d3:1.75rem;--text-lg:1.0625rem;--text-base:.9375rem;--text-sm:.875rem;--text-xs:.8125rem;--text-label:.6875rem;--leading-hero:.86;--leading-display:1;--leading-body:1.55;--tracking-label:.12em;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.625rem;--space-7:2rem;--space-8:2.75rem;--space-9:4rem;--panel-rail:13.75rem;--page-gutter:1.25rem;--section-gap:1.625rem;--radius-cell:10px;--radius-field:12px;--radius-card:1rem;--radius-container:1.125rem;--radius-pill:999px;--control-height:2.75rem;--field-height:3.125rem;--forest-hover:#16332a;--fill-hover:#0a1f170d;--fill-hover-strong:#0a1f170f;--danger-fill-hover:#b3261e14;--red-hover:#8f1e18;--shadow-lift:0 18px 34px #0a1f1724;--shadow-green-lift:0 8px 20px #0a1f172e;--hover-transition:.12s ease;--lift-transition:.14s ease;--transition:.15s ease;--shadow-float:0 18px 40px #0a1f1729}@media only screen and (min-width:1024px){:root{--page-gutter:2.75rem;--section-gap:3.5rem}}:root{--panel-content:96rem;--panel-slack:max(0px, (100vw - var(--panel-rail) - var(--panel-content)) / 2)}.text-input{flex-direction:column;gap:7px;min-width:0;display:flex}.text-input .text-input_label{font-size:var(--text-label);letter-spacing:var(--tracking-label);text-transform:uppercase;color:var(--text-muted);font-weight:700}.text-input .text-input_label--hidden{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.text-input .text-input_field{align-items:center;gap:var(--space-3);width:100%;height:var(--control-field-height,2.75rem);padding:0 var(--space-4);border:1px solid var(--border-field);border-radius:var(--radius-field);background:var(--color-white);font-family:var(--font-body);font-size:var(--text-base);color:var(--color-forest);text-align:left;cursor:pointer;transition:border-color var(--hover-transition);font-weight:400;display:flex}.text-input .text-input_field:hover:not(:disabled){border-color:#0a1f1752}.text-input .text-input_field:focus-visible,.text-input .text-input_field[aria-expanded=true]{border:2px solid var(--color-green);padding:0 calc(var(--space-4) - 1px);outline:none}.text-input .text-input_field:disabled{background:var(--fill-faint);color:#0a1f1773;cursor:not-allowed;border-color:#0a1f171a}.text-input .text-input_field{cursor:text;align-items:stretch;padding:0}.text-input .text-input_field .text-input_field_prefix{padding-left:var(--space-4);color:var(--text-muted);flex:none;align-items:center;display:flex}.text-input .text-input_field .text-input_field_prefix+.text-input_field_input{padding-left:0}.text-input .text-input_field .text-input_field_input{min-width:0;height:100%;padding:0 var(--space-4);font:inherit;color:var(--color-forest);background:0 0;border:0;flex:auto}.text-input .text-input_field .text-input_field_input::placeholder{color:var(--text-faint)}.text-input .text-input_field .text-input_field_input:focus{outline:none}.text-input .text-input_field:focus-within{border-color:var(--color-green);box-shadow:inset 0 0 0 1px var(--color-green)}.text-input.text-input--form .text-input_field{align-items:center;gap:var(--space-3);width:100%;height:var(--control-field-height,3.125rem);padding:0 var(--space-4);border:1px solid var(--border-field);border-radius:var(--radius-field);background:var(--color-white);font-family:var(--font-body);font-size:var(--text-base);color:var(--color-forest);text-align:left;cursor:pointer;transition:border-color var(--hover-transition);font-weight:400;display:flex}.text-input.text-input--form .text-input_field:hover:not(:disabled){border-color:#0a1f1752}.text-input.text-input--form .text-input_field:focus-visible,.text-input.text-input--form .text-input_field[aria-expanded=true]{border:2px solid var(--color-green);padding:0 calc(var(--space-4) - 1px);outline:none}.text-input.text-input--form .text-input_field:disabled{background:var(--fill-faint);color:#0a1f1773;cursor:not-allowed;border-color:#0a1f171a}.text-input.text-input--form .text-input_field{cursor:text;align-items:stretch;padding:0}.text-input.text-input--error .text-input_field{border-color:var(--color-red);box-shadow:inset 0 0 0 1px var(--color-red)}.text-input .text-input_error{font-size:var(--text-xs);color:var(--color-red);align-items:center;gap:7px;display:flex}.text-input .text-input_hint{font-size:var(--text-xs);color:var(--text-muted)}
