body {
  background-color: #f5f6fa;
  font-size: 0.92rem;
}

.navbar-brand {
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}

/* Call list row hover */
.call-row:hover td {
  background-color: #eef2ff;
}

/* Transcript box */
.transcript-box {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 1.25rem;
  font-family: inherit;
  font-size: 0.9rem;
  line-height: 1.7;
  white-space: pre-wrap;
  word-break: break-word;
  max-height: 500px;
  overflow-y: auto;
}

/* Score badges - make them a bit bigger in table */
.badge.fs-6 {
  font-size: 1rem !important;
  min-width: 2.5rem;
}

/* Summary content rendered from plain text */
.summary-content {
  line-height: 1.8;
  font-size: 0.95rem;
}

/* Audio player */
audio {
  outline: none;
}

/* Card headers */
.card-header {
  background-color: #fff;
  border-bottom: 2px solid #f0f0f0;
  font-size: 0.9rem;
}

/* Auth / login page */
.auth-page {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

/* Project cards on landing page */
.project-card {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  cursor: pointer;
}
.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12) !important;
}

/* 2FA code input */
.letter-spacing-wide {
  letter-spacing: 0.4em;
}

/* Print styles */
@media print {
  .navbar, .btn, audio, .no-print { display: none !important; }
  .card { border: 1px solid #ccc !important; }
  body { background: white; }
}
