body {
  min-height: 100vh;
}

.navbar {
  box-shadow: 0 2px 4px rgba(0,0,0,.15);
}

.card {
  border-radius: 0.5rem;
}

.pipeline-column .card-header {
  border-radius: 0.4rem 0.4rem 0 0;
}

.pipeline-header-orange {
  background: #fd7e14;
}

.badge-status-negotiation {
  background: #fd7e14;
  color: #fff;
}

.pipeline-dropzone {
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}

.pipeline-dropzone.is-over {
  background: rgba(13, 110, 253, 0.08);
  box-shadow: inset 0 0 0 2px rgba(13, 110, 253, 0.25);
}

.pipeline-lead-card {
  cursor: grab;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.pipeline-lead-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}

.pipeline-lead-card.is-dragging {
  opacity: 0.55;
  cursor: grabbing;
}

.pipeline-metric-card {
  height: 100%;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  background: linear-gradient(180deg, rgba(248, 249, 250, 0.95), rgba(255, 255, 255, 1));
}

.lead-activity-item + .lead-activity-item {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

@media print {
  nav, .btn, .alert-dismissible .btn-close { display: none !important; }
}
