
.transfer-modal-content[data-v-849539b1] {
  padding: 1rem 0;
}
.transfer-modal-description[data-v-849539b1] {
  color: #6b7280;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.form-group[data-v-849539b1] {
  margin-bottom: 1.5rem;
}
.form-label[data-v-849539b1] {
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  color: #374151;
  margin-bottom: 0.5rem;
}
.form-label .required[data-v-849539b1] {
  color: #ef4444;
}
.form-label .optional[data-v-849539b1] {
  color: #6b7280;
  font-weight: 400;
  font-size: 0.8125rem;
}
.form-error[data-v-849539b1] {
  color: #ef4444;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.form-warning[data-v-849539b1] {
  color: #f59e0b;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.form-loading[data-v-849539b1] {
  color: #6b7280;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.form-error-message[data-v-849539b1] {
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  padding: 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  margin-top: 1rem;
}

.mirror-card-modal[data-v-c63f22e0] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.mirror-card-modal__section[data-v-c63f22e0] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mirror-card-modal__subtitle[data-v-c63f22e0] {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  margin: 0;
}
.mirror-card-modal__card-info[data-v-c63f22e0] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
}
.mirror-card-modal__card-title[data-v-c63f22e0] {
  font-weight: 500;
  color: #111827;
  font-size: 0.95rem;
}
.mirror-card-modal__card-lead[data-v-c63f22e0] {
  font-size: 0.85rem;
  color: #6b7280;
}
.mirror-card-modal__label[data-v-c63f22e0] {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
}
.mirror-card-modal__required[data-v-c63f22e0] {
  color: #ef4444;
}
.mirror-card-modal__optional[data-v-c63f22e0] {
  font-size: 0.75rem;
  color: #9ca3af;
  font-weight: 400;
}
.mirror-card-modal__input[data-v-c63f22e0] {
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  transition: all 0.2s;
}
.mirror-card-modal__input[data-v-c63f22e0]:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.mirror-card-modal__error[data-v-c63f22e0] {
  font-size: 0.8rem;
  color: #dc2626;
  margin: 0;
}
.mirror-card-modal__global-error[data-v-c63f22e0] {
  padding: 0.75rem;
  background: #fee2e2;
  border: 1px solid #fecaca;
  border-radius: 0.375rem;
  color: #991b1b;
  font-size: 0.875rem;
}
.mirror-card-modal__info[data-v-c63f22e0] {
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 0.375rem;
}
.mirror-card-modal__info-icon[data-v-c63f22e0] {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3b82f6;
  color: white;
  border-radius: 50%;
}
.mirror-card-modal__info-text[data-v-c63f22e0] {
  font-size: 0.8rem;
  color: #1e40af;
  margin: 0;
  line-height: 1.4;
}

.clone-card-modal[data-v-365c8a1e] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.clone-card-modal__description[data-v-365c8a1e] {
  color: #6b7280;
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.5;
}
.clone-card-modal__section[data-v-365c8a1e] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.clone-card-modal__label[data-v-365c8a1e] {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
}
.clone-card-modal__required[data-v-365c8a1e] {
  color: #ef4444;
}
.clone-card-modal__optional[data-v-365c8a1e] {
  font-size: 0.75rem;
  color: #9ca3af;
  font-weight: 400;
}
.clone-card-modal__input[data-v-365c8a1e] {
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  transition: all 0.2s;
}
.clone-card-modal__input[data-v-365c8a1e]:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.clone-card-modal__error[data-v-365c8a1e] {
  font-size: 0.8rem;
  color: #dc2626;
  margin: 0;
}
.clone-card-modal__global-error[data-v-365c8a1e] {
  padding: 0.75rem;
  background: #fee2e2;
  border: 1px solid #fecaca;
  border-radius: 0.375rem;
  color: #991b1b;
  font-size: 0.875rem;
}
.clone-card-modal__info[data-v-365c8a1e] {
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 0.375rem;
}
.clone-card-modal__info-icon[data-v-365c8a1e] {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3b82f6;
  color: white;
  border-radius: 50%;
}
.clone-card-modal__info-text[data-v-365c8a1e] {
  font-size: 0.8rem;
  color: #1e40af;
  margin: 0;
  line-height: 1.4;
}

/* ────────────────────────────────────────────────────────────
   ComboBox dropdown fix inside modal.
   The global .combo-dropdown uses position:fixed with JS-computed
   viewport coordinates. Inside a modal scroll container that can
   clip viewport-relative coordinates we switch to position:absolute
   so the dropdown stays anchored to its trigger.
   .combo-dropdown--up is applied by ComboBox when openUp === true,
   so the open-upward behaviour is fully preserved.
   ──────────────────────────────────────────────────────────── */
[data-v-365c8a1e] .combo-box {
  position: relative;
}
[data-v-365c8a1e] .combo-dropdown {
  position: absolute !important;
  top: calc(100% + 6px) !important;
  bottom: auto !important;
  left: 0 !important;
  right: auto !important;
  width: 100% !important;
  min-width: unset !important;
  max-width: unset !important;
}
[data-v-365c8a1e] .combo-dropdown.combo-dropdown--up {
  top: auto !important;
  bottom: calc(100% + 6px) !important;
}

.quick-preview-header[data-v-c1a6735e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quick-preview-header-content[data-v-c1a6735e] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.quick-preview-icon[data-v-c1a6735e] {
  width: 32px;
  height: 32px;
  background: #3b82f6;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}
.quick-preview-title[data-v-c1a6735e] {
  margin: 0;
  font-weight: 600;
  color: #1e293b;
  font-size: 16px;
  line-height: 1.4;
  word-break: break-word;
}
.quick-preview-loading[data-v-c1a6735e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  gap: 16px;
}
.quick-preview-spinner[data-v-c1a6735e] {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f4f6;
  border-top-color: #3b82f6;
  border-radius: 50%;
  animation: spin-c1a6735e 0.8s linear infinite;
}
@keyframes spin-c1a6735e {
to { transform: rotate(360deg);
}
}
.quick-preview-loading p[data-v-c1a6735e] {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
}
.quick-preview-content[data-v-c1a6735e] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.quick-preview-section[data-v-c1a6735e] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.quick-preview-section-compact[data-v-c1a6735e] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.quick-preview-section-title-small[data-v-c1a6735e] {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-bottom: 4px;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  gap: 6px;
}
.quick-preview-products-count-small[data-v-c1a6735e] {
  font-size: 10px;
  font-weight: 600;
  color: #3b82f6;
  background: #dbeafe;
  padding: 1px 6px;
  border-radius: 8px;
  margin-left: 4px;
}
.quick-preview-info-grid[data-v-c1a6735e] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.quick-preview-field-horizontal[data-v-c1a6735e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 10px;
  background: #f8fafc;
  border-radius: 6px;
  min-height: 32px;
}
.quick-preview-label-horizontal[data-v-c1a6735e] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  
  margin: 0;
  white-space: nowrap;
  flex-shrink: 0;
}
.quick-preview-value-horizontal[data-v-c1a6735e] {
  margin: 0;
  font-size: 12px;
  color: #1e293b;
  font-weight: 500;
  line-height: 1.4;
  word-break: break-word;
  text-align: right;
  flex: 1;
  min-width: 0;
}
.quick-preview-value--money[data-v-c1a6735e] {
  color: #059669;
  font-weight: 600;
  font-size: 13px;
}
.quick-preview-value--expired[data-v-c1a6735e] {
  color: #ef4444;
  font-weight: 600;
}
.quick-preview-value-id[data-v-c1a6735e] {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quick-preview-stage-horizontal[data-v-c1a6735e] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #1e293b;
  margin-left: auto;
}
.quick-preview-stage-dot-small[data-v-c1a6735e] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.quick-preview-owner-horizontal[data-v-c1a6735e] {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}
.quick-preview-owner-avatar-small[data-v-c1a6735e] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: white;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.3px;
  flex-shrink: 0;
}
.quick-preview-owner-name-small[data-v-c1a6735e] {
  font-size: 11px;
  font-weight: 500;
  color: #1e293b;
}
.quick-preview-description-compact[data-v-c1a6735e] {
  margin: 0;
  font-size: 12px;
  color: #475569;
  line-height: 1.5;
  word-break: break-word;
  padding: 8px 10px;
  background: #f8fafc;
  border-radius: 6px;
}
.qp-desc-wrapper[data-v-c1a6735e] {
  position: relative;
  width: 100%;
}
.qp-desc-wrapper--collapsed[data-v-c1a6735e] {
  max-height: 120px;
  overflow: hidden;
}
.qp-desc-fade[data-v-c1a6735e] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;
  background: linear-gradient(rgba(248, 250, 252, 0), #f8fafc);
  pointer-events: none;
}
.qp-desc-toggle-btn[data-v-c1a6735e] {
  display: block;
  width: 100%;
  height: 28px;
  margin-top: 4px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 11px;
  color: #64748b;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.qp-desc-toggle-btn[data-v-c1a6735e]:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}
.quick-preview-contact-horizontal[data-v-c1a6735e] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.quick-preview-contact-item-small[data-v-c1a6735e] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  color: #64748b;
  flex: 1;
  min-width: 0;
}
.quick-preview-contact-item-small svg[data-v-c1a6735e] {
  display: block;
}
.quick-preview-contact-link-small[data-v-c1a6735e] {
  color: #3b82f6;
  text-decoration: none;
  font-size: 11px;
  font-weight: 500;
  transition: color 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.quick-preview-contact-link-small[data-v-c1a6735e]:hover {
  color: #2563eb;
  text-decoration: underline;
}
.quick-preview-products-compact[data-v-c1a6735e] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.quick-preview-product-item-small[data-v-c1a6735e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  gap: 8px;
}
.quick-preview-product-info-small[data-v-c1a6735e] {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  min-width: 0;
}
.quick-preview-product-name-small[data-v-c1a6735e] {
  font-size: 11px;
  color: #1e293b;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quick-preview-product-qty-small[data-v-c1a6735e] {
  font-size: 10px;
  color: #64748b;
  background: white;
  padding: 1px 4px;
  border-radius: 3px;
  border: 1px solid #e2e8f0;
  white-space: nowrap;
  flex-shrink: 0;
}
.quick-preview-product-price-small[data-v-c1a6735e] {
  font-size: 11px;
  font-weight: 600;
  color: #059669;
  white-space: nowrap;
  flex-shrink: 0;
}
.quick-preview-products-total-small[data-v-c1a6735e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  padding: 8px 10px;
  background: white;
  border: 1.5px solid #e2e8f0;
  border-radius: 6px;
  font-size: 11px;
  color: #374151;
  gap: 8px;
}
.quick-preview-products-total-small strong[data-v-c1a6735e] {
  font-size: 12px;
  font-weight: 700;
  color: #059669;
}
.quick-preview-metadata-horizontal[data-v-c1a6735e] {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 12px;
  margin-top: 8px;
  border-top: 1px solid #f1f5f9;
}
.quick-preview-metadata-item-small[data-v-c1a6735e] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: #94a3b8;
}
.quick-preview-tabs[data-v-c1a6735e] {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  padding: 6px;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}
.quick-preview-tab[data-v-c1a6735e] {
  flex: 1;
  border: none;
  background: transparent;
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.quick-preview-tab--active[data-v-c1a6735e] {
  background: white;
  color: #1e293b;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
}
.quick-preview-tab-content[data-v-c1a6735e] {
  margin-top: 12px;
}
.quick-preview-tab-panel[data-v-c1a6735e] {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 12px;
  background: white;
}
.quick-preview-descriptions-empty[data-v-c1a6735e] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  padding: 16px 12px;
  background: #f8fafc;
  border: 1px dashed #e2e8f0;
  border-radius: 8px;
  color: #64748b;
}
.quick-preview-descriptions-empty p[data-v-c1a6735e] {
  margin: 0;
  font-size: 12px;
}
.quick-preview-dynamic-horizontal[data-v-c1a6735e] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.quick-preview-btn-secondary[data-v-c1a6735e] {
  background: white;
  border: 1.5px solid #d1d5db;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  color: #374151;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}
.quick-preview-btn-secondary[data-v-c1a6735e]:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}
.quick-preview-btn-primary[data-v-c1a6735e] {
  background: #3b82f6;
  border: 1.5px solid #3b82f6;
  color: white;
  padding: 8px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}
.quick-preview-btn-primary[data-v-c1a6735e]:hover {
  background: #2563eb;
  border-color: #2563eb;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(37, 99, 235, 0.25);
}
@media (max-width: 640px) {
.quick-preview-title[data-v-c1a6735e] {
    font-size: 14px;
}
.quick-preview-section-title-small[data-v-c1a6735e] {
    font-size: 10px;
}
.quick-preview-value-horizontal[data-v-c1a6735e] {
    font-size: 11px;
}
.quick-preview-field-horizontal[data-v-c1a6735e] {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.quick-preview-label-horizontal[data-v-c1a6735e] {
    font-size: 10px;
}
.quick-preview-contact-horizontal[data-v-c1a6735e] {
    flex-direction: column;
}
.quick-preview-metadata-horizontal[data-v-c1a6735e] {
    flex-direction: column;
    gap: 6px;
}
}
