body {
  background-color: #f4f6f9;
}

.card {
  border: none;
  border-radius: 10px;
}

.table thead {
  background-color: #f1f3f5;
}

/* Тъмна тема — Bootstrap 5.3 задава data-bs-theme="dark" на <html> */
[data-bs-theme="dark"] body {
  background-color: #15181c;
}

[data-bs-theme="dark"] .table thead {
  background-color: #22262b;
}

[data-bs-theme="dark"] .card {
  background-color: #1f2328;
}

[data-bs-theme="dark"] .bg-light {
  background-color: #22262b !important;
  color: #e9ecef;
}

#themeToggle {
  border-color: rgba(255, 255, 255, 0.4);
}

@media print {
  .navbar, .no-print, .alert { display: none !important; }
  body { background: white !important; color: black !important; }
  .invoice-paper { box-shadow: none !important; }
  [data-bs-theme="dark"] body { background: white !important; }
  .table-responsive { overflow: visible !important; }
}
