.custom-stepper{gap:var(--space-4);display:grid}.custom-stepper-progress{align-items:center;gap:var(--space-3);color:var(--muted);font-size:var(--text-sm);grid-template-columns:auto 1fr;display:grid}.custom-stepper-progress progress{width:100%;height:.5rem;accent-color:var(--primary)}.custom-stepper-count{font-variant-numeric:tabular-nums;white-space:nowrap}.custom-stepper-step,.custom-stepper-review{gap:var(--space-3);padding:var(--space-4);background:var(--surface);border:var(--border) solid var(--line);border-radius:var(--radius);display:grid}.custom-stepper-context{color:var(--muted);font-size:var(--text-sm);margin:0}.custom-stepper-title{align-items:center;gap:var(--space-2);font-size:var(--text-2xl);flex-wrap:wrap;margin:0;line-height:1.3;display:flex}.custom-stepper-title svg{width:1.25em;height:1.25em}.custom-stepper-required{font-size:.55em}.custom-stepper-description{color:var(--muted);white-space:pre-wrap;margin:0}.custom-stepper-input .custom-record-renderer[data-only=field] .custom-section-title{display:none}.custom-stepper-input .custom-record-renderer[data-only=field] .field>label{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.custom-stepper-input .custom-record-renderer[data-only] .custom-record-group{background:0 0;border:0;padding:0}.custom-stepper-input .custom-record-renderer[data-only=field] .custom-record-fields{grid-template-columns:1fr}.custom-stepper-shortfall,.custom-stepper-open{color:var(--warning);background:var(--warning-soft);border-radius:var(--radius-sm);padding:var(--space-2) var(--space-3);margin:0}.custom-stepper-list{gap:var(--space-2);margin:0;padding:0;list-style:none;display:grid}.custom-stepper-item{align-items:center;gap:var(--space-3);width:100%;min-height:var(--touch);padding:var(--space-2) var(--space-3);text-align:left;font:inherit;color:var(--ink);background:var(--surface);border:var(--border) solid var(--line);border-radius:var(--radius-sm);cursor:pointer;grid-template-columns:1fr auto;display:grid}.custom-stepper-item:hover{background:var(--surface-muted)}.custom-stepper-item[data-open=true]{border-color:var(--warning)}.custom-stepper-item-label{align-items:center;gap:var(--space-2);font-weight:600;display:flex}.custom-stepper-item-value{color:var(--muted);text-align:right;overflow-wrap:anywhere}.custom-stepper-item[data-open=true] .custom-stepper-item-value{color:var(--warning)}.custom-stepper-nav{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.custom-stepper-nav .button{min-height:var(--touch-primary)}.custom-stepper-nav svg{width:1.25em;height:1.25em}
