.stepper-shell{margin-bottom:1.5rem}.stepper-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.75rem}.stepper-item{position:relative;display:flex;align-items:center;gap:.75rem;width:100%;border:1px solid rgba(0,0,0,.08);border-radius:1rem;background:#fff;padding:.85rem 1rem;text-align:left;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,opacity .16s ease}.stepper-item:focus-visible{outline:2px solid rgba(254,159,27,.55);outline-offset:2px}.stepper-item .step-counter{display:flex;justify-content:center;align-items:center;min-width:40px;width:40px;height:40px;border-radius:50%;background:#dfe6ee;color:#344767;font-weight:700}.stepper-item .step-label{font-size:.88rem;font-weight:700;color:#344767;line-height:1.2}.stepper-item.active{border-color:#fe9f1b73;box-shadow:0 10px 26px #fe9f1b1f}.stepper-item.active .step-counter{color:#fff;background-color:#fe9f1b}.stepper-item.completed .step-counter{background-color:#4bb543;color:#fff}.stepper-item.completed{border-color:#4bb5434d;background:#f7fcf7}.stepper-item.clickable{cursor:pointer}.stepper-item.clickable:hover{transform:translateY(-1px);box-shadow:0 12px 24px #34476714}.stepper-item:disabled{opacity:.7;cursor:default}@media(max-width:768px){.stepper-wrapper{grid-template-columns:1fr}.stepper-item{padding:.75rem .85rem;gap:.6rem}.stepper-item .step-counter{min-width:34px;width:34px;height:34px;font-size:.9rem}.stepper-item .step-label{font-size:.78rem}}
