.sell_container__EQNK3{padding:4rem 5%;background-color:var(--bg-color);min-height:calc(100vh - 150px);display:flex;justify-content:center}.sell_formWrapper__7VCyp{background:white;padding:3rem;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.05);max-width:800px;width:100%}.sell_title__5rSq0{font-size:2.2rem;color:var(--primary);margin-bottom:.5rem;text-align:center}.sell_subtitle__CYFPS{text-align:center;color:#666;margin-bottom:2.5rem}.sell_form___WlOE{display:flex;flex-direction:column;gap:1.5rem}.sell_row__8_bPu{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.sell_formGroup__Cz_I3{display:flex;flex-direction:column;gap:.5rem}.sell_formGroup__Cz_I3 label{font-weight:600;color:var(--text-dark)}.sell_formGroup__Cz_I3 input,.sell_formGroup__Cz_I3 select{padding:.9rem;border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:1rem;outline:none;transition:border-color .3s ease}.sell_formGroup__Cz_I3 input:focus,.sell_formGroup__Cz_I3 select:focus{border-color:var(--primary)}.sell_fileInput__tjLKq{border:1px dashed #ccc!important;background-color:#fafafa;cursor:pointer;padding:2rem!important}.sell_submitBtn__Wj2l_{background-color:var(--accent);color:var(--text-light);padding:1rem;border-radius:8px;font-size:1.1rem;font-weight:700;border:none;margin-top:1rem;cursor:pointer;transition:all .3s ease}.sell_submitBtn__Wj2l_:hover{background-color:#e65c00;transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,107,0,.3)}@media (max-width:600px){.sell_row__8_bPu{grid-template-columns:1fr}.sell_formWrapper__7VCyp{padding:1.5rem}}