.qr-wizard-progress{display:flex;flex-direction:column;margin-bottom:1.5rem}.qr-wizard-progress-step{display:flex;align-items:center;margin-bottom:.5rem}.qr-wizard-step-number{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;margin-right:.5rem;font-weight:500}.qr-wizard-step-label{font-size:.875rem;font-weight:500}.qr-wizard-step-connector{display:none}.qr-type-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.qr-form-control{margin-bottom:1.25rem}.qr-form-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500}.qr-form-input,.qr-form-select,.qr-form-textarea{width:100%;padding:.5rem;border-radius:.375rem;border:1px solid #d1d5db}.qr-form-help{font-size:.75rem;margin-top:.25rem}.qr-button{width:100%;padding:.75rem 1rem;border-radius:.375rem;font-weight:500;text-align:center}.qr-nav-buttons{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.qr-nav-buttons a,.qr-nav-buttons button{width:100%}.qr-preview-area{padding:1rem;margin-top:1.5rem;border-radius:.375rem;border:1px solid #e5e7eb}@media (min-width:640px){.qr-wizard-progress{flex-direction:row;align-items:center}.qr-wizard-progress-step{margin-bottom:0}.qr-wizard-step-connector{display:block;flex:1;height:1px;background-color:#e5e7eb;margin:0 .75rem}.qr-type-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.qr-nav-buttons{flex-direction:row;justify-content:space-between}.qr-nav-buttons a,.qr-nav-buttons button{width:auto}}@media (min-width:1024px){.qr-type-grid{grid-template-columns:repeat(4,1fr)}.qr-form-row{display:flex;gap:1rem}.qr-form-col{flex:1}.qr-content-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem}}.qr-fade-in{animation:qrFadeIn .3s ease-in-out}.qr-slide-in{animation:qrSlideIn .3s ease-in-out}@keyframes qrFadeIn{0%{opacity:0}to{opacity:1}}@keyframes qrSlideIn{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}