.create-listing-page{background:#f9fafb;min-height:100vh;padding:2rem 1rem}.create-listing-container{max-width:800px;margin:0 auto}.listing-header{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.listing-header h1{color:#1f2937;margin:0;font-size:2rem;font-weight:700}.progress-steps{justify-content:space-between;align-items:center;margin-bottom:3rem;padding:0 1rem;display:flex}.step{flex-direction:column;flex:1;align-items:center;gap:.5rem;display:flex;position:relative}.step-number{color:#6b7280;z-index:2;background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.step.active .step-number{background:var(--sec-color);color:#fff}.step span{color:#6b7280;text-align:center;font-size:.85rem;font-weight:500}.step.active span{color:var(--sec-color);font-weight:600}.step-line{z-index:1;background:#e5e7eb;flex:1;height:2px;margin:-20px -1rem 0}.listing-form{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 1px 3px #0000001a}.form-step h2{color:#1f2937;margin:0 0 2rem;font-size:1.5rem;font-weight:700}.form-group{margin-bottom:1.5rem}.form-group label{color:#374151;margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.form-group input[type=text],.form-group input[type=url],.form-group input[type=number],.form-group input[type=date],.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:8px;width:100%;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:100px}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.helper-text{color:#6b7280;margin:.5rem 0 0;font-size:.875rem;line-height:1.5}.error-text{color:#ef4444;margin-top:.5rem;font-size:.875rem;display:block}.checkbox-group label{cursor:pointer;align-items:center;gap:.75rem;font-weight:500;display:flex}.checkbox-group input[type=checkbox]{cursor:pointer;width:20px;height:20px;accent-color:var(--pri-color)}.input-with-button{gap:.75rem;display:flex}.input-with-button input{flex:1}.add-button{background:var(--pri-color);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:background .2s}.add-button:hover{background:var(--thr-color)}.tags-list{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.tag{color:#1e40af;background:#eff6ff;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;display:flex}.tag button{color:#1e40af;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:1.25rem;transition:color .2s;display:flex}.tag button:hover{color:#1e3a8a}.image-preview{object-fit:cover;border:2px solid #e5e7eb;border-radius:8px;width:60px;height:60px}.form-navigation{border-top:1px solid #e5e7eb;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:2rem;display:flex}.nav-button{cursor:pointer;border:none;border-radius:8px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.nav-button.primary{background:var(--pri-color);color:#fff;margin-left:auto}.nav-button.primary:hover:not(:disabled){background:var(--thr-color)}.nav-button.primary:disabled{cursor:not-allowed;background:#9ca3af}.nav-button.secondary{color:#4b5563;background:#f3f4f6;border:1px solid #d1d5db}.nav-button.secondary:hover{background:#e5e7eb}@media (max-width:768px){.create-listing-page{padding:1rem}.listing-form{padding:1.5rem}.progress-steps{padding:0}.step span{font-size:.75rem}.step-number{width:32px;height:32px;font-size:.875rem}.form-row{grid-template-columns:1fr}.input-with-button{flex-direction:column}.add-button{width:100%}.form-navigation{flex-direction:column}.nav-button.primary{order:-1;margin-left:0}}@media (max-width:480px){.listing-header h1{font-size:1.5rem}.progress-steps{padding-bottom:1rem;overflow-x:auto}.step{min-width:80px}}.upload-progress{margin:15px 0}.progress-bar{background:#f0f0f0;border-radius:10px;width:100%;height:20px;overflow:hidden}.progress-fill{background:#2c5282;height:100%;transition:width .3s}.upload-progress p{text-align:center;color:#666;margin-top:5px;font-size:14px}.image-preview-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px;margin-top:15px;display:grid}.image-preview-item{aspect-ratio:1;border:2px solid #ddd;border-radius:8px;position:relative;overflow:hidden}.image-preview-item img,.image-preview-item video{object-fit:cover;width:100%;height:100%}.cover-badge{background:var(--pri-color);color:#fff;z-index:1;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:700;position:absolute;top:8px;left:8px}.remove-image-btn{color:#fff;cursor:pointer;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:20px;display:flex;position:absolute;top:8px;right:8px}.remove-image-btn:hover{background:#000000e6}
