.form-container{max-width:1200px;margin:0 auto;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a}.step-progress{display:flex;justify-content:space-between;margin-bottom:3rem;position:relative}.step-progress:before{content:"";position:absolute;top:20px;left:60px;right:60px;height:2px;background:#e5e7eb;z-index:1}.step-item{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;flex:1}.step-circle{width:40px;height:40px;border-radius:50%;background:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;transition:all .3s ease;border:3px solid white;box-shadow:0 2px 4px #0000001a}.step-item.active .step-circle{background:#3b82f6;color:#fff;transform:scale(1.1)}.step-item.completed .step-circle{background:#10b981;color:#fff}.step-title{margin-top:8px;font-size:12px;font-weight:500;color:#6b7280;text-align:center}.step-item.active .step-title{color:#3b82f6;font-weight:600}.step-item.completed .step-title{color:#10b981}.form-step{display:none;animation:fadeIn .3s ease-in-out}.form-step.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-field{display:flex;flex-direction:column;position:relative}.input-with-verify{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.input-with-verify .form-input{flex:1}.verify-btn{padding:8px 16px;background:#3b82f6;color:#fff;border:none;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;display:flex;align-items:center;gap:6px;min-width:80px;justify-content:center;height:34px}.verify-btn:hover{background:#2563eb}.verify-btn:disabled{background:#9ca3af;cursor:not-allowed}.verify-btn.verified{background:#10b981}.verify-btn.verified:hover{background:#059669}.verify-status{display:block;font-size:12px;margin-top:4px;font-weight:500}.verify-status.success{color:#10b981}.verify-status.error{color:#ef4444}.form-label{font-size:11px;font-weight:400;color:#374151;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.required{color:#ef4444;margin-left:2px}.form-input{padding:8px 12px;border:1px solid #e5e7eb;background:#f9fafb;font-size:14px;color:#111827;transition:all .2s ease;outline:none;width:100%;box-sizing:border-box;font-family:inherit}.form-input:focus{background:#fff;box-shadow:0 0 0 1px #3b82f6}.form-input[rows]{resize:vertical;min-height:80px}.form-input.error{background:#fef2f2;box-shadow:0 0 0 1px #ef4444}.field-error{color:#ef4444;font-size:12px;margin-top:8px;margin-bottom:0;font-weight:500;display:block;width:100%}.form-navigation{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.btn{padding:12px 24px;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:120px}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover{background:#4b5563}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb}.btn-success{background:#10b981;color:#fff}.btn-success:hover{background:#059669}.btn:disabled{background:#9ca3af;cursor:not-allowed}.summary-section{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-top:1rem}.summary-title{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:1rem;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.summary-label{font-weight:500;color:#6b7280;font-size:14px}.summary-value{font-weight:600;color:#1f2937;font-size:14px}.success-message{text-align:center;padding:3rem 2rem}.success-icon{width:80px;height:80px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:#fff}.success-title{font-size:24px;font-weight:600;color:#1f2937;margin-bottom:.5rem}.success-text{font-size:16px;color:#6b7280}@media (max-width: 768px){.form-container{margin:1rem;padding:1.5rem}.form-row{grid-template-columns:1fr;gap:1rem}.step-progress{flex-wrap:wrap;gap:1rem}.step-progress:before{display:none}.step-item{flex:0 0 calc(50% - .5rem)}.form-navigation{flex-direction:column;gap:1rem}.btn{width:100%}.summary-grid{grid-template-columns:1fr}}.verification-modal{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:1rem}.verification-modal.active{display:flex}.modal-overlay{position:absolute;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{position:relative;background:#fff;max-width:450px;width:100%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:modalSlideIn .3s ease-out;z-index:1}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-title{font-size:var(--font-size-medium);font-weight:var(--font-weight-semibold);color:#111827;margin:0}.modal-close{background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.modal-close:hover{color:#111827}.modal-body{padding:1.5rem}.modal-description{color:#6b7280;font-size:14px;margin:0 0 1.5rem;line-height:1.5}.verification-input-group{margin-bottom:0}.verification-input{width:100%;padding:12px 16px;border:1px solid #e5e7eb;background:#f9fafb;font-size:16px;font-weight:600;text-align:center;transition:all .2s ease}.verification-input:focus{outline:none;background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.verification-input.error{border-color:#ef4444;background:#fef2f2}.verification-input.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.verification-error{margin-top:8px;padding:8px 12px;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:14px;line-height:1.5}.modal-footer{display:flex;gap:12px;padding:1.5rem;border-top:1px solid #e5e7eb;justify-content:flex-end}.modal-footer .btn{min-width:100px}.btn-spinner{display:flex;align-items:center}@media (max-width: 480px){.modal-content{margin:1rem}.modal-footer{flex-direction:column-reverse}.modal-footer .btn{width:100%}}.section-title{font-size:20px;font-weight:600;color:#1f2937;margin-bottom:.5rem}.section-description{font-size:14px;color:#6b7280;margin-bottom:2rem;line-height:1.5}.form-subtitle{font-size:16px;font-weight:600;color:#374151;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.brand-search-section{margin-bottom:2rem}.search-input-group{display:flex;flex-direction:column;gap:12px;align-items:flex-end}.search-input-group .form-input{flex:1}.search-btn{padding:8px 20px;background:#3b82f6;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;min-width:100px;justify-content:center;height:42px;white-space:nowrap}.search-btn:hover{background:#2563eb}.search-btn:disabled{background:#9ca3af;cursor:not-allowed}.search-results{margin-top:1.5rem;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.results-title{font-size:16px;font-weight:600;color:#374151;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.results-list{display:flex;flex-direction:column;gap:12px}.brand-result-item{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;transition:all .2s ease}.brand-result-item:hover{border-color:#3b82f6;box-shadow:0 2px 4px #3b82f61a}.brand-result-logo{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:6px;overflow:hidden;border:1px solid #e5e7eb}.result-logo-img{width:100%;height:100%;object-fit:cover}.result-no-logo{width:100%;height:100%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:10px;color:#9ca3af;font-weight:500}.brand-result-info{flex:1}.result-brand-name{font-size:14px;font-weight:600;color:#1f2937;margin:0}.select-brand-btn{padding:6px 16px;background:transparent;color:#3b82f6;border:1px solid #3b82f6;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.select-brand-btn:hover{background:#3b82f6;color:#fff}.add-new-section{margin-top:1.5rem;padding:1.5rem;background:#f8fafc;border:2px dashed #d1d5db;border-radius:8px;text-align:center}.btn-outline-primary{padding:8px 16px;background:transparent;color:#3b82f6;border:2px solid #3b82f6;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:6px}.btn-outline-primary:hover{background:#3b82f6;color:#fff}.btn-icon{font-size:18px;font-weight:700}.new-brand-form{margin-top:2rem;padding:2rem;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px}.file-upload-wrapper{position:relative}.file-input{position:absolute;opacity:0;width:0;height:0}.file-upload-label{display:flex;flex-direction:column;align-items:center;gap:8px;padding:2rem 1rem;background:#fff;border:2px dashed #d1d5db;border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:center}.file-upload-label:hover{border-color:#3b82f6;background:#f8fafc}.upload-icon{font-size:24px}.upload-text{font-size:14px;font-weight:500;color:#374151}.file-info{font-size:12px;color:#9ca3af}.logo-preview{margin-top:12px;position:relative;display:inline-block}.preview-img{width:100px;height:100px;object-fit:cover;border-radius:8px;border:2px solid #e5e7eb}.remove-logo-btn{position:absolute;top:-8px;right:-8px;width:24px;height:24px;background:#ef4444;color:#fff;border:none;border-radius:50%;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0003;transition:all .2s ease}.remove-logo-btn:hover{background:#dc2626;transform:scale(1.1)}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.selected-brand{margin-top:2rem;padding:1.5rem;background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px}.brand-card{display:flex;align-items:center;gap:16px;background:#fff;padding:1rem;border-radius:6px;border:1px solid #e0f2fe}.brand-logo{width:60px;height:60px;flex-shrink:0;position:relative;border-radius:8px;overflow:hidden;border:2px solid #e5e7eb}.brand-logo-img{width:100%;height:100%;object-fit:cover}.no-logo-placeholder{width:100%;height:100%;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.no-logo-text{font-size:11px;color:#9ca3af;font-weight:500}.brand-info{flex:1}.brand-name{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 8px}.btn-link{background:none;border:none;color:#3b82f6;font-size:14px;text-decoration:underline;cursor:pointer;padding:0;font-weight:500}.btn-link:hover{color:#2563eb}.checkbox-label{display:flex!important;flex-direction:row!important;align-items:center;gap:8px;cursor:pointer}.checkbox-label input[type=checkbox]{width:auto;margin:0}.agreement-field{display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.search-input-group{flex-direction:column;gap:8px}.search-btn{width:100%;height:44px}.brand-result-item{flex-direction:column;text-align:center;gap:8px}.brand-card{flex-direction:column;text-align:center;gap:12px}.form-actions{flex-direction:column}.form-actions .btn{width:100%}.file-upload-label{padding:1.5rem 1rem}}.stores-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:1rem}.stores-list{display:flex;flex-direction:column;gap:1.5rem}.store-item{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;transition:all .2s ease}.store-item:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f61a}.store-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.store-item-title{margin:0;font-size:18px;font-weight:600;color:#1f2937;display:flex;align-items:center;gap:8px}.store-number{display:inline-flex;align-items:center;gap:6px}.store-number:before{content:"";width:6px;height:6px;background:#3b82f6;border-radius:50%}.btn-remove-store{background:transparent;border:1px solid #ef4444;color:#ef4444;padding:6px 12px;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:14px;transition:all .2s ease}.btn-remove-store:hover{background:#ef4444;color:#fff}.btn-remove-store svg{width:16px;height:16px}.store-item-body{animation:fadeIn .3s ease-in-out}.form-field.full-width{grid-column:1 / -1}.working-hours-inputs{display:flex;gap:12px}.form-divider{height:1px;background:#e5e7eb;margin:2rem 0}.file-input{padding:8px 12px;border:1px solid #e5e7eb;background:#f9fafb;font-size:14px;border-radius:4px;cursor:pointer}.file-input::-webkit-file-upload-button{background:#3b82f6;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;margin-right:12px;font-size:13px;font-weight:500}.file-input::-webkit-file-upload-button:hover{background:#2563eb}.stores-count{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;background:#e0f2fe;color:#0369a1;border-radius:20px;font-size:13px;font-weight:500;margin-left:12px}.working-hours-container{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:8px}.working-day{display:flex;align-items:center;gap:12px;padding:8px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;transition:all .2s ease}.working-day:hover{border-color:#3b82f6;background:#f8fafc}.day-checkbox{width:16px;height:16px;margin:0;cursor:pointer}.day-label{min-width:80px;font-size:13px;font-weight:500;color:#374151;cursor:pointer;margin:0}.time-input{padding:4px 8px;border:1px solid #d1d5db;border-radius:4px;font-size:13px;background:#fff;width:100px;text-align:center}.time-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.time-separator{font-size:14px;color:#6b7280;font-weight:500}.working-day:has(.day-checkbox:not(:checked)) .time-input{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.working-day:has(.day-checkbox:not(:checked)) .time-input:disabled{background:#f3f4f6;color:#9ca3af}.form-input.verified,.form-input:disabled.verified{background:#f0fdf4!important;border-color:#10b981!important;color:#065f46!important;cursor:not-allowed}.verify-btn.verified{background:#10b981!important;color:#fff!important;cursor:not-allowed}.verify-status.success{color:#10b981;font-weight:500}.save-indicator{position:fixed;top:20px;right:20px;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;z-index:1000;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;display:none}.save-indicator.saving{background:#3b82f6;color:#fff}.save-indicator.saved{background:#10b981;color:#fff}.save-indicator.error{background:#ef4444;color:#fff}@media (max-width: 768px){.stores-header{flex-direction:column;align-items:stretch}.stores-header .btn{width:100%}.store-item-header{flex-direction:column;align-items:flex-start;gap:12px}.btn-remove-store{width:100%;justify-content:center}.working-day{flex-wrap:wrap;gap:8px}.day-label{min-width:70px;font-size:12px}.time-input{width:70px;font-size:12px}}
