.auth__card--wide{max-width:520px}.wizard__steps{gap:var(--sp-2);margin:0 0 var(--sp-5);padding:0;list-style:none;display:flex}.wizard__step{align-items:center;gap:var(--sp-2);min-width:0;color:var(--text-muted);font-size:var(--text-xs);flex:1 1 0;display:flex}.wizard__step-n{background:var(--surface-sunken);width:24px;height:24px;color:var(--text-muted);border-radius:50%;flex:none;place-items:center;font-weight:600;display:grid}.wizard__step[data-state=active]{color:var(--text-strong);font-weight:600}.wizard__step[data-state=active] .wizard__step-n{background:var(--brand-orange);color:var(--brand-ink)}.wizard__step[data-state=done] .wizard__step-n{color:#fff;background:#206345}.wizard__step-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.wizard__docs{margin:0 0 var(--sp-4);padding-left:var(--sp-5);color:var(--text-body)}.wizard__accept{align-items:flex-start;gap:var(--sp-3);margin-bottom:var(--sp-5);cursor:pointer;display:flex}.wizard__accept input{width:20px;height:20px;accent-color:var(--brand-orange);flex:none;margin-top:2px}.wizard__type{gap:var(--sp-2);margin:0 0 var(--sp-5);border:0;flex-direction:column;padding:0;display:flex}.wizard__type-option{align-items:flex-start;gap:var(--sp-3);padding:var(--sp-3);border:1px solid var(--line-soft);border-radius:var(--radius-sm);cursor:pointer;min-height:44px;display:flex}.wizard__type-option:has(input:checked){border-color:var(--brand-orange)}.wizard__type-option input{width:20px;height:20px;accent-color:var(--brand-orange);flex:none;margin-top:2px}.wizard__type-option span{gap:var(--sp-1);flex-direction:column;display:flex}.field__prefixed{border:1px solid var(--line-soft);border-radius:var(--radius-sm);background:var(--surface-card);align-items:stretch;display:flex;overflow:hidden}.field__prefix{padding:0 var(--sp-2) 0 var(--sp-3);background:var(--surface-sunken);color:var(--text-muted);white-space:nowrap;align-items:center;display:flex}.field__prefixed .field__input{border:0;border-radius:0;flex:auto;min-width:0}.field__prefixed:focus-within{border-color:var(--brand-orange)}select.field__input{appearance:none;padding-right:var(--sp-7);background-image:linear-gradient(45deg,#0000 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,#0000 50%);background-position:calc(100% - 18px),calc(100% - 13px);background-repeat:no-repeat;background-size:5px 5px,5px 5px}@media (max-width:480px){.wizard__step-label{display:none}.wizard__step{flex:none}.wizard__steps{justify-content:flex-start;gap:var(--sp-3)}}
