.wizard-sheet{padding-bottom:24px}
.wizard-steps{display:flex;justify-content:center;gap:8px;margin:12px 0}
.wizard-step{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e2e8f0;font-size:1rem;opacity:.6}
.wizard-step.active{background:var(--primary);opacity:1}
.wizard-step.done{background:var(--primary-light);opacity:1}
.wizard-step-label{text-align:center;margin-bottom:12px}
.wizard-nav{display:flex;gap:8px;margin-top:16px;justify-content:flex-end}
.consent-canvas{border:1px dashed #cbd5e1;border-radius:var(--radius-sm);touch-action:none;display:block;width:100%;max-width:320px;background:#fff}
