.ls-deposit-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:999999;display:none;justify-content:center;align-items:center;padding:20px;backdrop-filter:blur(5px)}.ls-deposit-modal-overlay.active{display:flex}.ls-deposit-modal{background:#fff;border-radius:20px;max-width:460px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:lsModalIn .4s ease}.ls-deposit-modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;background:#f1f5f9;border:none;border-radius:50%;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;z-index:10}.ls-deposit-modal-close:hover{background:#dc2626;color:#fff}.ls-deposit-product{display:flex;gap:16px;padding:24px;background:#f8fafc;border-radius:20px 20px 0 0}.ls-deposit-product img{width:80px;height:80px;object-fit:cover;border-radius:12px}.ls-deposit-product-info{flex:1}.ls-deposit-product-name{font-size:16px;font-weight:700;color:#1e293b;margin-bottom:8px}.ls-deposit-product-price{font-size:22px;font-weight:800;color:#dc2626}.ls-deposit-body{padding:24px}.ls-deposit-title{font-size:18px;font-weight:700;color:#1e293b;margin-bottom:20px;text-align:center}.ls-deposit-options{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.ls-deposit-option{border:2px solid #e2e8f0;border-radius:16px;padding:16px;cursor:pointer;transition:all .3s}.ls-deposit-option:hover{border-color:#fca5a5}.ls-deposit-option.selected{border-color:#dc2626;background:#fef2f2}.ls-deposit-option input{display:none}.ls-deposit-option-header{display:flex;align-items:center;gap:12px;margin-bottom:6px}.ls-deposit-option-radio{width:20px;height:20px;border:2px solid #cbd5e1;border-radius:50%;position:relative}.ls-deposit-option.selected .ls-deposit-option-radio{border-color:#dc2626}.ls-deposit-option.selected .ls-deposit-option-radio::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:#dc2626;border-radius:50%}.ls-deposit-option-title{font-weight:700;color:#1e293b}.ls-deposit-option-badge{margin-left:auto;background:#dc2626;color:#fff;padding:3px 8px;border-radius:20px;font-size:10px;font-weight:700}.ls-deposit-option-desc{font-size:13px;color:#64748b;padding-left:32px}.ls-deposit-slider-container{display:none;margin-top:16px;padding:16px;background:#f8fafc;border-radius:12px}.ls-deposit-option.selected .ls-deposit-slider-container{display:block}.ls-deposit-slider-header{display:flex;justify-content:space-between;margin-bottom:10px}.ls-deposit-slider-label{font-size:13px;color:#64748b}.ls-deposit-slider-value{font-weight:700;color:#dc2626}.ls-deposit-slider{width:100%;height:8px;appearance:none;background:#e2e8f0;border-radius:8px;outline:none;margin-bottom:10px}.ls-deposit-slider::-webkit-slider-thumb{appearance:none;width:22px;height:22px;background:#dc2626;border-radius:50%;cursor:pointer}.ls-deposit-slider::-moz-range-thumb{width:22px;height:22px;background:#dc2626;border-radius:50%;cursor:pointer;border:none}.ls-deposit-slider-info{display:flex;justify-content:space-between;font-size:11px;color:#94a3b8}.ls-deposit-summary{background:#1e293b;border-radius:12px;padding:16px;margin-bottom:20px}.ls-deposit-summary-row{display:flex;justify-content:space-between;padding:8px 0;color:#94a3b8;font-size:14px}.ls-deposit-summary-row.highlight{color:#fff;font-weight:700;font-size:16px;border-top:1px solid #334155;margin-top:8px;padding-top:16px}.ls-deposit-summary-row span:last-child{color:#fff}.ls-deposit-btn{width:100%;padding:16px;background:#dc2626;color:#fff;border:none;border-radius:14px;font-size:16px;font-weight:700;cursor:pointer}.ls-deposit-btn:hover{background:#b91c1c}.ls-deposit-btn:disabled{background:#94a3b8;cursor:not-allowed}.ls-deposit-loader{display:inline-block;width:18px;height:18px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px}.ls-cart-deposit-badge{display:inline-block;background:#fef3c7;color:#92400e;padding:2px 8px;border-radius:20px;font-size:10px;font-weight:600;margin-left:8px}.ls-cart-deposit-info{background:#fef3c7;border-radius:8px;padding:8px 12px;margin-top:8px;font-size:12px;color:#92400e}.ls-cart-deposit-summary{background:#1e293b;color:#fff;border-radius:12px;padding:20px;margin:20px 0}.ls-cart-deposit-summary h4{margin:0 0 15px;font-size:16px}.ls-cart-deposit-summary table{width:100%}.ls-cart-deposit-summary td{padding:6px 0;font-size:14px}.ls-cart-deposit-summary td:last-child{text-align:right;font-weight:600}.ls-cart-deposit-summary tr.highlight td{font-size:16px;font-weight:700;color:#fbbf24;border-top:1px solid #475569;padding-top:12px}