.stepper-root{width:auto;margin:0 auto;border-radius:8px}.stepper-list{display:flex;justify-content:space-between;margin-bottom:20px;list-style:none;padding:0;border-bottom:2px solid #ddd}.stepper-trigger{flex:1;padding:10px 15px;text-align:center;cursor:pointer;font-size:16px;color:#888;border-bottom:2px solid transparent;background:none}.stepper-trigger.active{font-weight:700;color:#333;border-bottom-color:hsl(var(--primary))}.stepper-trigger:disabled{color:#ccc;cursor:not-allowed}.stepper-content{padding:20px 5px;background:#fff;border-radius:4px}.stepper-controls{margin-top:30px;display:flex;justify-content:space-between}.stepper-controls button:hover:not(:disabled){background-color:#0056b3}.completion-message{text-align:center;margin-top:20px}