.PrototypeForm-module__xAaoCa__form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-card-soft);padding:var(--card-pad);flex-direction:column;gap:1rem;display:flex}.PrototypeForm-module__xAaoCa__formTitle{letter-spacing:-.02em;color:var(--text-primary);font-size:1.25rem;font-weight:700}.PrototypeForm-module__xAaoCa__formHint{color:var(--text-muted);margin-top:-.65rem;font-size:.9rem}.PrototypeForm-module__xAaoCa__field{flex-direction:column;gap:.35rem;min-width:0;display:flex}.PrototypeForm-module__xAaoCa__field label{color:var(--text-primary);font-size:.82rem;font-weight:600}.PrototypeForm-module__xAaoCa__field input,.PrototypeForm-module__xAaoCa__field select,.PrototypeForm-module__xAaoCa__field textarea{width:100%;color:var(--text-primary);background:var(--page-bg);border:1px solid var(--border-strong);border-radius:var(--radius-sm);transition:border-color var(--dur-fast) var(--ease);padding:.6rem .75rem;font-family:inherit;font-size:.95rem}.PrototypeForm-module__xAaoCa__field textarea{resize:vertical;min-height:6rem}.PrototypeForm-module__xAaoCa__field input:focus,.PrototypeForm-module__xAaoCa__field select:focus,.PrototypeForm-module__xAaoCa__field textarea:focus{border-color:var(--blue)}.PrototypeForm-module__xAaoCa__field input[aria-invalid=true],.PrototypeForm-module__xAaoCa__field select[aria-invalid=true],.PrototypeForm-module__xAaoCa__field textarea[aria-invalid=true]{border-color:var(--status-danger)}.PrototypeForm-module__xAaoCa__fieldError{color:var(--status-danger);font-size:.78rem}.PrototypeForm-module__xAaoCa__errorBanner{color:var(--status-danger);background:var(--status-danger-bg);border-radius:var(--radius-sm);padding:.6rem .75rem;font-size:.85rem}.PrototypeForm-module__xAaoCa__success{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-card-soft);flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 1.75rem;display:flex}.PrototypeForm-module__xAaoCa__successIcon{color:var(--status-live);font-size:1.75rem;display:inline-flex}.PrototypeForm-module__xAaoCa__successTitle{color:var(--text-primary);font-size:1.05rem;font-weight:600}.PrototypeForm-module__xAaoCa__successNote{color:var(--text-secondary);max-width:34ch;margin-top:.5rem;font-size:.86rem;line-height:1.55}@media (max-width:768px){.PrototypeForm-module__xAaoCa__field input,.PrototypeForm-module__xAaoCa__field select,.PrototypeForm-module__xAaoCa__field textarea{font-size:16px}}.PrototypeForm-module__xAaoCa__hp{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}
.ProcessSteps-module__q51KLG__steps{--node:2.75rem;--rail:2px;--lane:clamp(1rem, 2.5vw, 1.6rem);text-align:start;max-width:46rem;margin-inline:auto;padding:0;list-style:none}.ProcessSteps-module__q51KLG__step{padding-block-end:clamp(1.75rem,3.5vw,2.5rem);padding-inline-start:calc(var(--node) + var(--lane));position:relative}.ProcessSteps-module__q51KLG__step:last-child{padding-block-end:0}.ProcessSteps-module__q51KLG__step:before{content:"";inset-block:var(--node) 0;width:var(--rail);background:var(--border-strong);position:absolute;inset-inline-start:calc(var(--node) / 2 - var(--rail) / 2)}.ProcessSteps-module__q51KLG__step:last-child:before{display:none}.ProcessSteps-module__q51KLG__num{z-index:1;width:var(--node);height:var(--node);background:var(--baby-blue-wash);color:var(--blue-strong);font-variant-numeric:tabular-nums;letter-spacing:-.01em;border-radius:50%;justify-content:center;align-items:center;font-size:.82rem;font-weight:800;display:flex;position:absolute;inset-block-start:0;inset-inline-start:0}.ProcessSteps-module__q51KLG__step:last-child .ProcessSteps-module__q51KLG__num{background:var(--gradient-fill);color:var(--on-baby-blue)}.ProcessSteps-module__q51KLG__head{min-height:var(--node);flex-direction:column;justify-content:center;gap:.3rem;display:flex}.ProcessSteps-module__q51KLG__name{letter-spacing:-.02em;color:var(--text-primary);text-wrap:balance;margin:0;font-size:clamp(1.02rem,.95rem + .35vw,1.2rem);font-weight:700;line-height:1.25}.ProcessSteps-module__q51KLG__short{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6}.ProcessSteps-module__q51KLG__more{margin-block-start:.7rem}.ProcessSteps-module__q51KLG__moreToggle{color:var(--blue-strong);cursor:pointer;-webkit-tap-highlight-color:transparent;min-height:44px;transition:color var(--dur-fast) var(--ease);align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;list-style:none;display:inline-flex}.ProcessSteps-module__q51KLG__moreToggle::-webkit-details-marker{display:none}.ProcessSteps-module__q51KLG__moreToggle:after{content:"›";transition:transform var(--dur-fast) var(--ease);font-size:1.15em;line-height:1;transform:rotate(90deg)}.ProcessSteps-module__q51KLG__more[open] .ProcessSteps-module__q51KLG__moreToggle:after{transform:rotate(-90deg)}@media (hover:hover) and (pointer:fine){.ProcessSteps-module__q51KLG__moreToggle:hover{color:var(--blue)}}.ProcessSteps-module__q51KLG__text{color:var(--text-secondary);max-width:var(--measure-prose);margin:.5rem 0 0;font-size:.92rem;line-height:1.7}.ProcessSteps-module__q51KLG__dark .ProcessSteps-module__q51KLG__num{color:var(--baby-blue);background:#ffffff14}.ProcessSteps-module__q51KLG__dark .ProcessSteps-module__q51KLG__step:last-child .ProcessSteps-module__q51KLG__num{background:var(--gradient-fill);color:var(--on-baby-blue)}.ProcessSteps-module__q51KLG__dark .ProcessSteps-module__q51KLG__step:before{background:var(--border-on-navy)}.ProcessSteps-module__q51KLG__dark .ProcessSteps-module__q51KLG__name{color:var(--text-on-navy)}.ProcessSteps-module__q51KLG__dark .ProcessSteps-module__q51KLG__short,.ProcessSteps-module__q51KLG__dark .ProcessSteps-module__q51KLG__text{color:var(--text-on-navy-muted)}.ProcessSteps-module__q51KLG__dark .ProcessSteps-module__q51KLG__moreToggle{color:var(--baby-blue)}@media (hover:hover) and (pointer:fine){.ProcessSteps-module__q51KLG__dark .ProcessSteps-module__q51KLG__moreToggle:hover{color:var(--text-on-navy)}}@media (prefers-reduced-motion:reduce){.ProcessSteps-module__q51KLG__moreToggle,.ProcessSteps-module__q51KLG__moreToggle:after{transition:none}}
