.CreateLot__card{border:1px solid var(--card-border);border-radius:16px;padding:12px 14px;background:var(--card)}.CreateLot__card__title{font-size:16px;font-weight:800;margin-bottom:10px}.CreateLot__card__channels{margin-bottom:15px;font-size:12px;color:var(--muted)}.CreateLot__card__channels span{margin-bottom:6px;display:block}.CreateLot__card__channels__list{display:flex;flex-direction:column;gap:10px}.CreateLot__card__channels__list__label{display:flex;align-items:start;justify-content:flex-start;gap:15px;font-size:13px;color:var(--muted);padding:10px;border:1px solid var(--card-border);border-radius:10px;cursor:pointer}.CreateLot__card__channels__list__label span{display:flex;flex-direction:column;gap:8px;margin-bottom:0}.CreateLot__card__channels__list__label b{line-height:1;font-weight:700}.CreateLot__card__channels__list__label--selected,.CreateLot__card__channels__list__label:hover{border:1px solid var(--accent)}.CreateLot .field{display:grid;gap:6px;margin-bottom:10px;position:relative}.CreateLot .field span{font-size:12px;color:var(--muted)}.CreateLot .field input{width:100%;max-width:100%;border:1px solid var(--card-border);border-radius:12px;background:rgba(26,37,60,.9);color:var(--text);padding:10px;font-family:inherit;font-size:14px;outline:none;height:43px!important}.CreateLot .field input[type=datetime-local]{width:100%;max-width:100%;min-width:0;box-sizing:border-box;-webkit-appearance:none;appearance:none}.CreateLot .field textarea{width:100%;border:1px solid var(--card-border);border-radius:12px;background:rgba(26,37,60,.9);color:var(--text);padding:10px;font-family:inherit;font-size:14px;outline:none;resize:vertical;min-height:72px}.CreateLot .field .photo-upload{display:block;cursor:pointer;border:1px dashed var(--card-border);border-radius:16px;background:rgba(26,37,60,.55);overflow:hidden;transition:.2s ease}.CreateLot .field .photo-upload:hover{border-color:hsla(0,0%,100%,.35);background:rgba(26,37,60,.8)}.CreateLot .field .photo-upload input{display:none}.CreateLot .field .photo-upload__empty{min-height:150px;display:grid;place-items:center;text-align:center;gap:6px;padding:18px}.CreateLot .field .photo-upload__empty b{color:var(--text);font-size:14px;display:block}.CreateLot .field .photo-upload__empty small{color:var(--muted);font-size:12px}.CreateLot .field .photo-upload__icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:hsla(0,0%,100%,.08)}.CreateLot .field .photo-upload__icon img{display:block}.CreateLot .field .photo-preview{position:relative;width:100%;height:180px;overflow:hidden;border-radius:16px}.CreateLot .field .photo-preview img{width:100%;height:100%;object-fit:cover;display:block}.CreateLot .field .photo-preview__overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;gap:2px;padding:12px;background:linear-gradient(0deg,rgba(0,0,0,.65),rgba(0,0,0,.05))}.CreateLot .field .photo-preview__overlay b{color:#fff;font-size:14px;display:block}.CreateLot .field .photo-preview__overlay small{color:hsla(0,0%,100%,.75);font-size:12px}.CreateLot .field .channel-picker-empty{border:1px dashed rgba(107,127,166,.4);border-radius:12px;padding:12px;color:var(--muted);font-size:13px;background:rgba(26,37,60,.45)}.CreateLot .form-actions{display:flex;flex-direction:column;gap:9px}.CreateLot .form-actions__primary{color:#062319;background:linear-gradient(180deg,#2ff2cf,#18d9bc);box-shadow:0 10px 20px rgba(24,226,196,.3)}.CreateLot .form-actions__ghost{color:#d9e4fa;background:rgba(62,82,119,.6);border:1px solid rgba(107,127,166,.4)}