
.quick-preview-header[data-v-8bb14e06] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quick-preview-header-content[data-v-8bb14e06] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.quick-preview-icon[data-v-8bb14e06] {
  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-8bb14e06] {
  margin: 0;
  font-weight: 600;
  color: #1e293b;
  font-size: 16px;
  line-height: 1.4;
  word-break: break-word;
}
.quick-preview-loading[data-v-8bb14e06] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  gap: 16px;
}
.quick-preview-spinner[data-v-8bb14e06] {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f4f6;
  border-top-color: #3b82f6;
  border-radius: 50%;
  animation: spin-8bb14e06 0.8s linear infinite;
}
@keyframes spin-8bb14e06 {
to { transform: rotate(360deg);
}
}
.quick-preview-loading p[data-v-8bb14e06] {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
}
.quick-preview-content[data-v-8bb14e06] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.quick-preview-section[data-v-8bb14e06] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.quick-preview-section-compact[data-v-8bb14e06] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.quick-preview-section-title-small[data-v-8bb14e06] {
  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-8bb14e06] {
  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-8bb14e06] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.quick-preview-field-horizontal[data-v-8bb14e06] {
  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-8bb14e06] {
  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-8bb14e06] {
  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-8bb14e06] {
  color: #059669;
  font-weight: 600;
  font-size: 13px;
}
.quick-preview-value--expired[data-v-8bb14e06] {
  color: #ef4444;
  font-weight: 600;
}
.quick-preview-value-id[data-v-8bb14e06] {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quick-preview-stage-horizontal[data-v-8bb14e06] {
  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-8bb14e06] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.quick-preview-owner-horizontal[data-v-8bb14e06] {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}
.quick-preview-owner-avatar-small[data-v-8bb14e06] {
  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-8bb14e06] {
  font-size: 11px;
  font-weight: 500;
  color: #1e293b;
}
.quick-preview-description-compact[data-v-8bb14e06] {
  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-8bb14e06] {
  position: relative;
  width: 100%;
}
.qp-desc-wrapper--collapsed[data-v-8bb14e06] {
  max-height: 120px;
  overflow: hidden;
}
.qp-desc-fade[data-v-8bb14e06] {
  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-8bb14e06] {
  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-8bb14e06]:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}
.quick-preview-contact-horizontal[data-v-8bb14e06] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.quick-preview-contact-item-small[data-v-8bb14e06] {
  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-8bb14e06] {
  display: block;
}
.quick-preview-contact-link-small[data-v-8bb14e06] {
  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-8bb14e06]:hover {
  color: #2563eb;
  text-decoration: underline;
}
.quick-preview-products-compact[data-v-8bb14e06] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.quick-preview-product-item-small[data-v-8bb14e06] {
  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-8bb14e06] {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  min-width: 0;
}
.quick-preview-product-name-small[data-v-8bb14e06] {
  font-size: 11px;
  color: #1e293b;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quick-preview-product-qty-small[data-v-8bb14e06] {
  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-8bb14e06] {
  font-size: 11px;
  font-weight: 600;
  color: #059669;
  white-space: nowrap;
  flex-shrink: 0;
}
.quick-preview-products-total-small[data-v-8bb14e06] {
  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-8bb14e06] {
  font-size: 12px;
  font-weight: 700;
  color: #059669;
}
.quick-preview-metadata-horizontal[data-v-8bb14e06] {
  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-8bb14e06] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: #94a3b8;
}
.quick-preview-tabs[data-v-8bb14e06] {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  padding: 6px;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}
.quick-preview-tab[data-v-8bb14e06] {
  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-8bb14e06] {
  background: white;
  color: #1e293b;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
}
.quick-preview-tab-content[data-v-8bb14e06] {
  margin-top: 12px;
}
.quick-preview-tab-panel[data-v-8bb14e06] {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 12px;
  background: white;
}
.quick-preview-descriptions-empty[data-v-8bb14e06] {
  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-8bb14e06] {
  margin: 0;
  font-size: 12px;
}
.quick-preview-dynamic-horizontal[data-v-8bb14e06] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.quick-preview-btn-secondary[data-v-8bb14e06] {
  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-8bb14e06]:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}
.quick-preview-btn-primary[data-v-8bb14e06] {
  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-8bb14e06]: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-8bb14e06] {
    font-size: 14px;
}
.quick-preview-section-title-small[data-v-8bb14e06] {
    font-size: 10px;
}
.quick-preview-value-horizontal[data-v-8bb14e06] {
    font-size: 11px;
}
.quick-preview-field-horizontal[data-v-8bb14e06] {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.quick-preview-label-horizontal[data-v-8bb14e06] {
    font-size: 10px;
}
.quick-preview-contact-horizontal[data-v-8bb14e06] {
    flex-direction: column;
}
.quick-preview-metadata-horizontal[data-v-8bb14e06] {
    flex-direction: column;
    gap: 6px;
}
}
