:root{--script-yellow:#feee86;--script-orange:#df4f08;--script-blue:#9bc8f3;--script-pink:#ebccde;--script-mint:#acd8bb;--script-beige:#e0d8cd;--script-night:#1e1c1f;--text:#000;--text-h:#000;--bg:var(--script-yellow);--surface:transparent;--paper:#f8f5ec;--border:#000;--rule:2px;--code-bg:#0000000f;--accent:var(--script-orange);--accent-text:#000;--focus:var(--script-blue);--link:var(--script-orange);--tint:var(--script-blue);--ok:var(--script-mint);--danger:#b3260a;--danger-bg:#df4f0829;--muted:#000000b8;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/1.4 var(--sans);letter-spacing:0;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}body{background:var(--bg);margin:0}#root{text-align:center;box-sizing:border-box;background:var(--bg);flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);letter-spacing:-.03em;color:var(--text-h);font-weight:400;line-height:1.1}h1{margin:32px 0;font-size:clamp(2.5rem,5vw,4rem)}@media (width<=1024px){h1{margin:20px 0}}h2{margin:0 0 8px;font-size:2rem}@media (width<=1024px){h2{font-size:1.6rem}}p{margin:0}a{color:var(--link);text-underline-offset:2px;text-decoration-thickness:1px}hr{border:none;border-top:var(--rule) solid var(--border);margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:0;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:1.35}.application-form{box-sizing:border-box;text-align:left;width:100%;max-width:900px;margin:0 auto;padding:32px 24px 96px}.form-header{border-bottom:var(--rule) solid var(--border);margin-bottom:32px;padding-bottom:24px}.form-header h1{letter-spacing:-.03em;margin:0 0 12px;font-size:clamp(2.25rem,4.5vw,3rem);line-height:1.1}.form-header p{color:var(--muted);font-size:15px}.form-header p+p{margin-top:6px}.required{color:var(--accent)}.section{border:var(--rule) solid var(--border);background:var(--section-bg,var(--surface));border-radius:0;margin:0 0 24px;padding:24px}.application-form>fieldset.section:nth-of-type(4n+1){--section-bg:var(--script-blue)}.application-form>fieldset.section:nth-of-type(4n+2){--section-bg:var(--script-pink)}.application-form>fieldset.section:nth-of-type(4n+3){--section-bg:var(--script-mint)}.application-form>fieldset.section:nth-of-type(4n+4){--section-bg:var(--script-beige)}.section>legend{font-family:var(--heading);text-transform:uppercase;letter-spacing:.02em;color:var(--text-h);border:var(--rule) solid var(--border);background:var(--section-bg,transparent);margin-left:4px;padding:6px 12px;font-size:1rem;font-weight:700}.section-description{color:var(--muted);margin:0 0 20px;font-size:15px}.section-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 20px;display:grid}@media (width<=720px){.section-grid{grid-template-columns:minmax(0,1fr)}}.field{flex-direction:column;gap:6px;min-width:0;display:flex}.section-grid>.field{grid-template-rows:subgrid;grid-row:span 5;display:grid}.section-grid>.field-wide,.section-grid>.checkbox-field{grid-row:span 5;align-self:start;display:flex}.field-wide{grid-column:1/-1}.field-wide:has(.multiselect){margin-bottom:12px}.row-spacer{display:block}.field-wide>.row-spacer,.checkbox-field>.row-spacer{display:none}.field>label,.checkbox-group>legend{text-transform:uppercase;letter-spacing:.02em;color:var(--text-h);font-size:14px;font-weight:700}.help{color:var(--muted);font-size:13px;line-height:1.3}.counter{color:var(--muted);place-self:flex-end end;font-size:12px}.counter-idle{visibility:hidden}.error{color:var(--danger);margin:0;font-size:13px;font-weight:700}input[type=text],input[type=email],input[type=tel],input[type=url],input[type=date],input[type=month],input[type=number],input[type=search],select,textarea{font:inherit;color:var(--text-h);background:var(--paper);border:var(--rule) solid var(--border);box-sizing:border-box;border-radius:0;width:100%;padding:9px 11px;font-size:15px}select{appearance:none;background-image:linear-gradient(45deg,#0000 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,#0000 50%);background-position:calc(100% - 18px) calc(50% + 1px),calc(100% - 12px) calc(50% + 1px);background-repeat:no-repeat;background-size:6px 6px;padding-right:34px}textarea{resize:vertical;line-height:1.45}input::placeholder,textarea::placeholder{color:var(--muted);opacity:.7}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:var(--rule) solid var(--focus);outline-offset:2px;border-color:var(--border)}[aria-invalid=true]{border-color:var(--danger)}.checkbox-field{gap:4px}.checkbox{color:var(--text-h);cursor:pointer;align-items:flex-start;gap:8px;font-size:15px;line-height:1.45;display:flex}.checkbox input{width:17px;height:17px;accent-color:var(--accent);flex:none;margin:3px 0 0}.field-link{font-size:13px;line-height:1.3}.checkbox-group{border:none;margin:0;padding:0}.checkbox-group>legend{padding:0 0 6px}.checkbox-group+.checkbox-group{margin-top:16px}.checkbox-row{flex-wrap:wrap;gap:12px 28px;display:flex}.multiselect{border:var(--rule) solid var(--border);background:var(--paper);border-radius:0;flex-direction:column;gap:10px;padding:10px;display:flex}.multiselect.invalid{border-color:var(--danger)}.chips{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.chip{font:inherit;border:var(--rule) solid var(--border);background:var(--paper);color:var(--text-h);cursor:pointer;border-radius:0;align-items:center;gap:6px;padding:4px 8px;font-size:13px;font-weight:500;display:inline-flex}.chip:hover{background:var(--accent);color:#fff}.multiselect-options{border-top:var(--rule) solid var(--border);grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2px 16px;max-height:220px;padding-top:8px;display:grid;overflow-y:auto}.option{color:var(--text-h);cursor:pointer;border-radius:0;align-items:flex-start;gap:8px;padding:4px 2px;font-size:14px;font-weight:500;line-height:1.3;display:flex}.option:hover{background:#00000024}.option-disabled{color:var(--muted);cursor:not-allowed}.option-disabled:hover{background:0 0}.option input{width:15px;height:15px;accent-color:var(--accent);flex:none;margin:1px 0 0}.multiselect-count,.empty{color:var(--muted);margin:0;font-size:12px}.banner{border:var(--rule) solid var(--border);border-radius:0;margin:0 0 24px;padding:16px 20px;font-size:15px}.banner strong{color:var(--text-h);text-transform:uppercase;letter-spacing:.02em}.banner p{margin:4px 0 0}.banner-error{background:var(--danger-bg)}.banner-error strong{color:var(--danger)}.banner-success{background:var(--ok);color:#000}.banner-success strong{color:#000}.banner details{margin-top:12px}.banner summary{cursor:pointer;font-size:14px}.banner pre{font-family:var(--mono);background:var(--code-bg);border:1px solid var(--border);border-radius:0;max-height:320px;padding:12px;font-size:12px;line-height:1.45;overflow:auto}.submit-overlay{z-index:10;box-sizing:border-box;background:#00000080;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.submit-panel{box-sizing:border-box;text-align:center;background:var(--paper);border:var(--rule) solid var(--border);flex-direction:column;gap:16px;width:100%;max-width:470px;padding:28px 32px;display:flex}.submit-panel:focus-visible{outline:var(--rule) solid var(--focus);outline-offset:3px}.submit-bar{border:var(--rule) solid var(--border);background:#fff;height:18px;position:relative;overflow:hidden}.submit-bar:before{content:"";background:var(--accent);width:34%;animation:1.4s ease-in-out infinite submit-sweep;position:absolute;inset-block:0}@keyframes submit-sweep{0%{left:-34%}to{left:100%}}.submit-panel h2{text-transform:uppercase;letter-spacing:.02em;margin:0;font-size:1.05rem;font-weight:700}.submit-note{color:var(--muted);font-size:14px;line-height:1.4}.submit-elapsed{font-family:var(--mono);color:var(--muted);font-size:13px}@media (prefers-reduced-motion:reduce){.submit-bar:before{opacity:.4;width:100%;animation:none;left:0}}.confirmation-view{flex:1;place-items:center;display:grid}.confirmation{box-sizing:border-box;border:var(--rule) solid var(--border);background:var(--ok);text-align:center;flex-direction:column;align-items:center;gap:20px;width:100%;padding:64px 32px;display:flex}.confirmation-mark{background:var(--paper);border:var(--rule) solid var(--border);flex:none;place-items:center;width:72px;height:72px;display:grid}.confirmation-mark svg{fill:none;width:40px;height:40px;stroke:var(--border);stroke-width:2.5px;stroke-linecap:square;stroke-linejoin:miter}.confirmation h1{letter-spacing:-.03em;margin:0;font-size:clamp(2rem,4vw,2.75rem);line-height:1.1}.confirmation-lede{max-width:46ch;font-size:17px;line-height:1.45}.confirmation-reference{color:var(--muted);font-size:14px}.actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.actions button{font:inherit;text-transform:uppercase;letter-spacing:.02em;cursor:pointer;border:var(--rule) solid var(--border);box-sizing:border-box;border-radius:300px;max-width:100%;padding:1rem 1.9rem;font-size:15px;font-weight:700;line-height:1.2}@media (width<=480px){.actions{flex-direction:column;align-items:stretch}.actions button{width:100%;padding-inline:1.2rem}}.actions .primary{background:var(--accent);color:var(--accent-text)}.actions .primary:hover{filter:brightness(1.08)}.actions .secondary{color:var(--text-h);background:0 0}.actions .secondary:hover{background:var(--tint);color:#000}.actions button:focus-visible{outline:var(--rule) solid var(--focus);outline-offset:2px}.actions button:disabled{background:var(--script-beige);color:#000;cursor:progress}
