.become-seller-module__nlI1Za__becomeSeller{padding:var(--spacing-xl)var(--spacing-md);max-width:800px;margin:0 auto}.become-seller-module__nlI1Za__header{margin-bottom:var(--spacing-xl)}.become-seller-module__nlI1Za__header h1{margin-bottom:var(--spacing-xs);font-size:1.75rem;font-weight:700}.become-seller-module__nlI1Za__header p{color:var(--text-secondary)}.become-seller-module__nlI1Za__progressBar{margin-bottom:var(--spacing-xl);padding:var(--spacing-lg);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg)}.become-seller-module__nlI1Za__progressSteps{margin-bottom:var(--spacing-md);justify-content:space-between;display:flex;position:relative}.become-seller-module__nlI1Za__progressStep{align-items:center;gap:var(--spacing-xs);z-index:1;flex-direction:column;display:flex}.become-seller-module__nlI1Za__stepCircle{background:var(--bg-tertiary);border:2px solid var(--border-color);width:40px;height:40px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-weight:600;transition:all .3s;display:flex}.become-seller-module__nlI1Za__stepCircle svg{width:18px;height:18px}.become-seller-module__nlI1Za__progressStep.become-seller-module__nlI1Za__active .become-seller-module__nlI1Za__stepCircle{background:var(--primary);border-color:var(--primary);color:#fff}.become-seller-module__nlI1Za__progressStep.become-seller-module__nlI1Za__completed .become-seller-module__nlI1Za__stepCircle{color:#fff;background:#22c55e;border-color:#22c55e}.become-seller-module__nlI1Za__stepLabel{color:var(--text-muted);font-size:.85rem}.become-seller-module__nlI1Za__progressStep.become-seller-module__nlI1Za__active .become-seller-module__nlI1Za__stepLabel{color:var(--primary);font-weight:500}.become-seller-module__nlI1Za__progressStep.become-seller-module__nlI1Za__completed .become-seller-module__nlI1Za__stepLabel{color:#22c55e}.become-seller-module__nlI1Za__progressLine{background:var(--border-color);z-index:0;height:2px;position:absolute;top:20px;left:60px;right:60px}.become-seller-module__nlI1Za__progressFill{background:var(--primary);height:100%;transition:width .3s}.become-seller-module__nlI1Za__form{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--spacing-xl)}.become-seller-module__nlI1Za__stepContent{animation:.3s become-seller-module__nlI1Za__fadeIn}@keyframes become-seller-module__nlI1Za__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.become-seller-module__nlI1Za__stepHeader{margin-bottom:var(--spacing-xl);padding-bottom:var(--spacing-lg);border-bottom:1px solid var(--border-color)}.become-seller-module__nlI1Za__stepHeader h2{margin-bottom:var(--spacing-xs);font-size:1.25rem;font-weight:600}.become-seller-module__nlI1Za__stepHeader p{color:var(--text-secondary)}.become-seller-module__nlI1Za__formGrid{gap:var(--spacing-md);grid-template-columns:repeat(2,1fr);display:grid}.become-seller-module__nlI1Za__formGroup{margin-bottom:var(--spacing-lg)}.become-seller-module__nlI1Za__formGroup label{color:var(--text-primary);margin-bottom:var(--spacing-xs);font-size:.9rem;font-weight:500;display:block}.become-seller-module__nlI1Za__input,.become-seller-module__nlI1Za__select,.become-seller-module__nlI1Za__textarea{width:100%;padding:var(--spacing-sm)var(--spacing-md);background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);font-family:inherit;font-size:.9rem}.become-seller-module__nlI1Za__input:focus,.become-seller-module__nlI1Za__select:focus,.become-seller-module__nlI1Za__textarea:focus{border-color:var(--primary);outline:none}.become-seller-module__nlI1Za__textarea{resize:vertical}.become-seller-module__nlI1Za__select{cursor:pointer}.become-seller-module__nlI1Za__helpText{color:var(--text-muted);margin-top:var(--spacing-xs);font-size:.8rem;display:block}.become-seller-module__nlI1Za__radioGroup{gap:var(--spacing-sm);flex-direction:column;display:flex}.become-seller-module__nlI1Za__radioLabel{align-items:flex-start;gap:var(--spacing-sm);padding:var(--spacing-md);background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;transition:border-color .2s;display:flex}.become-seller-module__nlI1Za__radioLabel:hover{border-color:var(--primary)}.become-seller-module__nlI1Za__radioLabel input{display:none}.become-seller-module__nlI1Za__radioBox{border:2px solid var(--border-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;display:flex}.become-seller-module__nlI1Za__radioLabel input:checked~.become-seller-module__nlI1Za__radioBox{border-color:var(--primary)}.become-seller-module__nlI1Za__radioLabel input:checked~.become-seller-module__nlI1Za__radioBox:after{content:"";background:var(--primary);border-radius:50%;width:10px;height:10px}.become-seller-module__nlI1Za__radioLabel strong{margin-bottom:2px;display:block}.become-seller-module__nlI1Za__radioLabel p{color:var(--text-secondary);margin:0;font-size:.85rem}.become-seller-module__nlI1Za__paymentOptions{gap:var(--spacing-md);flex-wrap:wrap;display:flex}.become-seller-module__nlI1Za__paymentOption{align-items:center;gap:var(--spacing-sm);min-width:120px;padding:var(--spacing-lg);background:var(--bg-primary);border:2px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;flex-direction:column;flex:1;transition:all .2s;display:flex;position:relative}.become-seller-module__nlI1Za__paymentOption input{display:none}.become-seller-module__nlI1Za__paymentOption.become-seller-module__nlI1Za__selected{border-color:var(--primary);background:#f14c4c0d}.become-seller-module__nlI1Za__paymentIcon{font-size:1.5rem}.become-seller-module__nlI1Za__paymentIcon span{font-size:.9rem;font-weight:500}.become-seller-module__nlI1Za__checkmark{top:var(--spacing-xs);right:var(--spacing-xs);border:2px solid var(--border-color);border-radius:50%;width:20px;height:20px;position:absolute}.become-seller-module__nlI1Za__paymentOption.become-seller-module__nlI1Za__selected .become-seller-module__nlI1Za__checkmark{border-color:var(--primary);background:var(--primary)}.become-seller-module__nlI1Za__paymentOption.become-seller-module__nlI1Za__selected .become-seller-module__nlI1Za__checkmark:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:8px;position:absolute;top:4px;left:6px;transform:rotate(45deg)}.become-seller-module__nlI1Za__feeInfo{margin-top:var(--spacing-lg);padding:var(--spacing-lg);background:var(--bg-tertiary);border-radius:var(--radius-md)}.become-seller-module__nlI1Za__feeInfo h4{margin-bottom:var(--spacing-sm);font-size:.9rem;font-weight:600}.become-seller-module__nlI1Za__feeInfo ul{margin:0;padding:0;list-style:none}.become-seller-module__nlI1Za__feeInfo li{color:var(--text-secondary);padding:var(--spacing-xs)0;justify-content:space-between;font-size:.85rem;display:flex}.become-seller-module__nlI1Za__feeInfo li strong{color:var(--text-primary)}.become-seller-module__nlI1Za__reviewSection{margin-bottom:var(--spacing-lg);padding-bottom:var(--spacing-lg);border-bottom:1px solid var(--border-color)}.become-seller-module__nlI1Za__reviewHeader{margin-bottom:var(--spacing-md);justify-content:space-between;align-items:center;display:flex}.become-seller-module__nlI1Za__reviewHeader h3{font-size:1rem;font-weight:600}.become-seller-module__nlI1Za__reviewHeader button{padding:var(--spacing-xs)var(--spacing-sm);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--primary);cursor:pointer;background:0 0;font-size:.8rem}.become-seller-module__nlI1Za__reviewHeader button:hover{border-color:var(--primary)}.become-seller-module__nlI1Za__reviewGrid{gap:var(--spacing-md);grid-template-columns:repeat(2,1fr);display:grid}.become-seller-module__nlI1Za__reviewItem{flex-direction:column;gap:4px;display:flex}.become-seller-module__nlI1Za__reviewItem.become-seller-module__nlI1Za__fullWidth{grid-column:span 2}.become-seller-module__nlI1Za__reviewItem label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.become-seller-module__nlI1Za__reviewItem span{color:var(--text-primary);font-size:.9rem}.become-seller-module__nlI1Za__truncate{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.become-seller-module__nlI1Za__agreements{gap:var(--spacing-md);margin-top:var(--spacing-lg);padding-top:var(--spacing-lg);border-top:1px solid var(--border-color);flex-direction:column;display:flex}.become-seller-module__nlI1Za__checkbox{align-items:flex-start;gap:var(--spacing-sm);cursor:pointer;font-size:.9rem;display:flex}.become-seller-module__nlI1Za__checkbox input{display:none}.become-seller-module__nlI1Za__checkboxBox{border:2px solid var(--border-color);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;display:flex}.become-seller-module__nlI1Za__checkbox input:checked~.become-seller-module__nlI1Za__checkboxBox{background:var(--primary);border-color:var(--primary)}.become-seller-module__nlI1Za__checkbox input:checked~.become-seller-module__nlI1Za__checkboxBox:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:9px;margin-bottom:2px;transform:rotate(45deg)}.become-seller-module__nlI1Za__checkbox a{color:var(--primary)}.become-seller-module__nlI1Za__formActions{margin-top:var(--spacing-xl);padding-top:var(--spacing-lg);border-top:1px solid var(--border-color);justify-content:space-between;display:flex}.become-seller-module__nlI1Za__backBtn{align-items:center;gap:var(--spacing-xs);padding:var(--spacing-sm)var(--spacing-lg);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;background:0 0;font-size:.9rem;text-decoration:none;transition:all .2s;display:inline-flex}.become-seller-module__nlI1Za__backBtn svg{width:16px;height:16px}.become-seller-module__nlI1Za__backBtn:hover{border-color:var(--text-primary);color:var(--text-primary)}.become-seller-module__nlI1Za__nextBtn{align-items:center;gap:var(--spacing-xs);padding:var(--spacing-sm)var(--spacing-lg);background:var(--primary);border-radius:var(--radius-md);color:#fff;cursor:pointer;border:none;font-size:.9rem;font-weight:500;transition:opacity .2s;display:inline-flex}.become-seller-module__nlI1Za__nextBtn svg{width:16px;height:16px}.become-seller-module__nlI1Za__nextBtn:hover:not(:disabled){opacity:.9}.become-seller-module__nlI1Za__nextBtn:disabled{opacity:.5;cursor:not-allowed}.become-seller-module__nlI1Za__submitBtn{align-items:center;gap:var(--spacing-xs);padding:var(--spacing-sm)var(--spacing-xl);border-radius:var(--radius-md);color:#fff;cursor:pointer;background:#22c55e;border:none;font-size:.9rem;font-weight:500;transition:opacity .2s;display:inline-flex}.become-seller-module__nlI1Za__submitBtn:hover:not(:disabled){opacity:.9}.become-seller-module__nlI1Za__submitBtn:disabled{opacity:.5;cursor:not-allowed}.become-seller-module__nlI1Za__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite become-seller-module__nlI1Za__spin}@keyframes become-seller-module__nlI1Za__spin{to{transform:rotate(360deg)}}.become-seller-module__nlI1Za__successContainer{text-align:center;padding:var(--spacing-3xl);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg)}.become-seller-module__nlI1Za__successIcon{width:80px;height:80px;margin:0 auto var(--spacing-lg);background:#22c55e1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.become-seller-module__nlI1Za__successIcon svg{color:#22c55e;width:40px;height:40px}.become-seller-module__nlI1Za__successContainer h1{margin-bottom:var(--spacing-md);font-size:1.75rem;font-weight:700}.become-seller-module__nlI1Za__successContainer>p{color:var(--text-secondary);max-width:500px;margin:0 auto var(--spacing-xl)}.become-seller-module__nlI1Za__nextSteps{text-align:left;background:var(--bg-tertiary);border-radius:var(--radius-md);padding:var(--spacing-lg);margin-bottom:var(--spacing-xl);max-width:400px;margin-left:auto;margin-right:auto}.become-seller-module__nlI1Za__nextSteps h3{margin-bottom:var(--spacing-md);font-size:.9rem;font-weight:600}.become-seller-module__nlI1Za__nextSteps ul{margin:0;padding:0;list-style:none}.become-seller-module__nlI1Za__nextSteps li{align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm)0;color:var(--text-secondary);font-size:.9rem;display:flex}.become-seller-module__nlI1Za__stepNum{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:600;display:flex}.become-seller-module__nlI1Za__loadingContainer{justify-content:center;align-items:center;gap:var(--spacing-md);flex-direction:column;min-height:400px;display:flex}.become-seller-module__nlI1Za__loadingSpinner{border:3px solid var(--border-color);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite become-seller-module__nlI1Za__spin}.become-seller-module__nlI1Za__loadingContainer p{color:var(--text-secondary);font-size:.9rem}.become-seller-module__nlI1Za__statusContainer{text-align:center;padding:var(--spacing-2xl);max-width:600px;margin:0 auto}.become-seller-module__nlI1Za__statusIcon{width:80px;height:80px;margin:0 auto var(--spacing-lg);border-radius:50%;justify-content:center;align-items:center;display:flex}.become-seller-module__nlI1Za__statusIcon svg{width:40px;height:40px}.become-seller-module__nlI1Za__statusIcon.become-seller-module__nlI1Za__successIcon{color:#22c55e;background:#22c55e1a}.become-seller-module__nlI1Za__statusIcon.become-seller-module__nlI1Za__pendingIcon{color:#eab308;background:#eab3081a}.become-seller-module__nlI1Za__statusIcon.become-seller-module__nlI1Za__declinedIcon{color:#ef4444;background:#ef44441a}.become-seller-module__nlI1Za__statusContainer h1{margin-bottom:var(--spacing-md);font-size:1.5rem;font-weight:700}.become-seller-module__nlI1Za__statusContainer>p{color:var(--text-secondary);margin-bottom:var(--spacing-lg);line-height:1.6}.become-seller-module__nlI1Za__statusActions{gap:var(--spacing-sm);flex-direction:column;max-width:300px;margin:0 auto;display:flex}.become-seller-module__nlI1Za__primaryBtn{justify-content:center;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-sm)var(--spacing-lg);background:var(--primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-flex}.become-seller-module__nlI1Za__primaryBtn:hover{background:var(--primary-hover);transform:translateY(-1px)}.become-seller-module__nlI1Za__secondaryBtn{justify-content:center;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-sm)var(--spacing-lg);background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-flex}.become-seller-module__nlI1Za__secondaryBtn:hover{background:var(--bg-secondary);border-color:var(--border-hover)}.become-seller-module__nlI1Za__pendingInfo{background:var(--bg-tertiary);border-radius:var(--radius-md);padding:var(--spacing-md);margin-bottom:var(--spacing-lg);max-width:300px;margin-left:auto;margin-right:auto}.become-seller-module__nlI1Za__infoRow{padding:var(--spacing-xs)0;justify-content:space-between;align-items:center;display:flex}.become-seller-module__nlI1Za__infoRow:not(:last-child){border-bottom:1px solid var(--border-color)}.become-seller-module__nlI1Za__infoLabel{color:var(--text-secondary);font-size:.85rem}.become-seller-module__nlI1Za__infoValue{font-size:.85rem;font-weight:500}.become-seller-module__nlI1Za__infoBadge{padding:var(--spacing-xs)var(--spacing-sm);border-radius:var(--radius-sm);font-size:.75rem;font-weight:600}.become-seller-module__nlI1Za__pendingBadge{color:#eab308;background:#eab3081a}.become-seller-module__nlI1Za__declineReason{margin-top:var(--spacing-sm);padding:var(--spacing-sm);border-radius:var(--radius-sm);color:#ef4444;background:#ef44441a;font-size:.85rem;display:block}.become-seller-module__nlI1Za__reapplyText{color:var(--text-secondary);margin-bottom:var(--spacing-lg);font-size:.9rem}@media (max-width:640px){.become-seller-module__nlI1Za__formGrid{grid-template-columns:1fr}.become-seller-module__nlI1Za__progressSteps{gap:var(--spacing-xs)}.become-seller-module__nlI1Za__stepCircle{width:32px;height:32px;font-size:.85rem}.become-seller-module__nlI1Za__stepLabel{font-size:.7rem}.become-seller-module__nlI1Za__progressLine{top:16px;left:40px;right:40px}.become-seller-module__nlI1Za__paymentOptions{flex-direction:column}.become-seller-module__nlI1Za__reviewGrid{grid-template-columns:1fr}.become-seller-module__nlI1Za__reviewItem.become-seller-module__nlI1Za__fullWidth{grid-column:span 1}.become-seller-module__nlI1Za__form{padding:var(--spacing-md)}.become-seller-module__nlI1Za__statusContainer{padding:var(--spacing-lg)}.become-seller-module__nlI1Za__statusIcon{width:64px;height:64px}.become-seller-module__nlI1Za__statusIcon svg{width:32px;height:32px}}.become-seller-module__nlI1Za__categorySelector{position:relative}.become-seller-module__nlI1Za__categoryTrigger{border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-primary);cursor:pointer;font-size:var(--font-size-sm);color:var(--text-secondary);justify-content:space-between;align-items:center;padding:10px 14px;transition:border-color .2s;display:flex}.become-seller-module__nlI1Za__categoryTrigger:hover{border-color:var(--primary)}.become-seller-module__nlI1Za__categoryDropdown{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-sm);z-index:50;max-height:220px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.become-seller-module__nlI1Za__categoryOption{font-size:var(--font-size-sm);cursor:pointer;color:var(--text-primary);align-items:center;gap:8px;padding:8px 14px;transition:background .15s;display:flex}.become-seller-module__nlI1Za__categoryOption:hover{background:var(--bg-secondary)}.become-seller-module__nlI1Za__categoryCheck{border:2px solid var(--border-color);color:#fff;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:700;transition:all .15s;display:flex}.become-seller-module__nlI1Za__categoryCheck.become-seller-module__nlI1Za__checked{background:var(--primary);border-color:var(--primary)}.become-seller-module__nlI1Za__selectedTags{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.become-seller-module__nlI1Za__tag{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:20px;align-items:center;gap:4px;padding:3px 10px;font-size:12px;display:inline-flex}.become-seller-module__nlI1Za__tag button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0 2px;font-size:14px;line-height:1}.become-seller-module__nlI1Za__tag button:hover{color:var(--primary)}
