/* tc-engine.css — TelyChat dark skin for Chatpion (engage.telychat.com).
 * Hooked by [data-tc-theme="dark"] which tc-engine.js maintains from the
 * portal theme toggle. Best-effort coverage of the main admin surfaces;
 * light mode is Chatpion's native styling, untouched. */
[data-tc-theme="dark"] body {
  background: #0f1420 !important;
  color: #e8edf2 !important;
}
[data-tc-theme="dark"] .navbar,
[data-tc-theme="dark"] .navbar-custom,
[data-tc-theme="dark"] header.app-header {
  background: #141824 !important;
  border-color: #232a3a !important;
}
[data-tc-theme="dark"] .navbar .nav-link,
[data-tc-theme="dark"] .navbar a,
[data-tc-theme="dark"] .page-title {
  color: #cbd5e1 !important;
}
[data-tc-theme="dark"] .card,
[data-tc-theme="dark"] .modal-content,
[data-tc-theme="dark"] .dropdown-menu {
  background: #141824 !important;
  border-color: #232a3a !important;
  color: #e8edf2 !important;
}
[data-tc-theme="dark"] .card-header,
[data-tc-theme="dark"] .card-footer {
  background: #171c2b !important;
  border-color: #232a3a !important;
  color: #e8edf2 !important;
}
[data-tc-theme="dark"] h1, [data-tc-theme="dark"] h2, [data-tc-theme="dark"] h3,
[data-tc-theme="dark"] h4, [data-tc-theme="dark"] h5, [data-tc-theme="dark"] h6,
[data-tc-theme="dark"] label, [data-tc-theme="dark"] .table,
[data-tc-theme="dark"] .list-group-item {
  color: #e8edf2 !important;
}
[data-tc-theme="dark"] .table thead th,
[data-tc-theme="dark"] .table td,
[data-tc-theme="dark"] .table th {
  border-color: #232a3a !important;
  background: transparent !important;
}
[data-tc-theme="dark"] .table-striped > tbody > tr:nth-of-type(odd) {
  background: rgba(255,255,255,.03) !important;
}
[data-tc-theme="dark"] .form-control,
[data-tc-theme="dark"] .form-select,
[data-tc-theme="dark"] input, [data-tc-theme="dark"] select, [data-tc-theme="dark"] textarea {
  background: #0b0f18 !important;
  border-color: #2a3244 !important;
  color: #e8edf2 !important;
}
[data-tc-theme="dark"] .text-muted { color: #94a3b8 !important; }
[data-tc-theme="dark"] .bg-light,
[data-tc-theme="dark"] .bg-white { background: #141824 !important; }
[data-tc-theme="dark"] .btn-light,
[data-tc-theme="dark"] .btn-outline-light { background: #1c2333 !important; border-color: #2a3244 !important; color: #e8edf2 !important; }
[data-tc-theme="dark"] .badge-light { background: #1c2333 !important; color: #cbd5e1 !important; }
[data-tc-theme="dark"] .nav-tabs { border-color: #232a3a !important; }
[data-tc-theme="dark"] .nav-tabs .nav-link.active {
  background: #141824 !important;
  border-color: #232a3a #232a3a #141824 !important;
  color: #d4af37 !important;
}
[data-tc-theme="dark"] .page-item .page-link {
  background: #141824 !important; border-color: #2a3244 !important; color: #cbd5e1 !important;
}
[data-tc-theme="dark"] ::-webkit-scrollbar-thumb { background: #2a3244; }
