/**
 * theme.css — Sistema de Temas (Claro/Escuro)
 *
 * REGRA ABSOLUTA:
 * - Tema CLARO: ZERO alteração visual
 * - Tema ESCURO: somente tons de cinza/preto
 */

:root {
    color-scheme: light;
}

:root[data-theme="dark"] {
    color-scheme: dark;
}

[data-theme="dark"] body,
[data-theme="dark"] #content-wrapper,
[data-theme="dark"] #content {
    background-color: #121212 !important;
    color: #d0d0d0 !important;
}

[data-theme="dark"] .sidebar,
[data-theme="dark"] .sidebar.bg-dark,
[data-theme="dark"] .sidebar-dark .sidebar {
    background-color: #111111 !important;
    background-image: linear-gradient(180deg, #111111 10%, #000000 100%) !important;
}

[data-theme="dark"] .sidebar .nav-link,
[data-theme="dark"] .sidebar .sidebar-heading {
    color: rgba(208, 208, 208, 0.8) !important;
}

[data-theme="dark"] .sidebar .nav-link:hover,
[data-theme="dark"] .sidebar .nav-link.active,
[data-theme="dark"] .sidebar .sidebar-brand {
    color: #f0f0f0 !important;
}

[data-theme="dark"] .sidebar hr.sidebar-divider {
    border-top-color: rgba(208, 208, 208, 0.15) !important;
}

[data-theme="dark"] .sidebar .collapse-inner {
    background-color: #1f1f1f !important;
    border: 1px solid #3a3a3a !important;
}

[data-theme="dark"] .sidebar .collapse-item {
    color: #d0d0d0 !important;
}

[data-theme="dark"] .sidebar .collapse-item:hover {
    background-color: #2b2b2b !important;
}

[data-theme="dark"] .topbar,
[data-theme="dark"] .navbar.bg-white,
[data-theme="dark"] nav.navbar-light.bg-white,
[data-theme="dark"] footer.sticky-footer,
[data-theme="dark"] .bg-white {
    background-color: #1a1a1a !important;
    color: #b8b8b8 !important;
}

[data-theme="dark"] .topbar {
    box-shadow: 0 .15rem 1.75rem 0 rgba(0, 0, 0, .35) !important;
}

[data-theme="dark"] .topbar .navbar-brand,
[data-theme="dark"] .topbar .navbar-text,
[data-theme="dark"] .topbar .nav-link,
[data-theme="dark"] .navbar-light .navbar-nav .nav-link {
    color: #d0d0d0 !important;
}

[data-theme="dark"] .topbar .btn-outline-secondary {
    color: #9a9a9a !important;
    border-color: #3a3a3a !important;
}

[data-theme="dark"] .topbar .btn-outline-secondary:hover {
    background-color: #2b2b2b !important;
    color: #f0f0f0 !important;
}

[data-theme="dark"] .text-gray-100,
[data-theme="dark"] .text-gray-200,
[data-theme="dark"] .text-gray-300,
[data-theme="dark"] .text-gray-400,
[data-theme="dark"] .text-gray-500 {
    color: #9a9a9a !important;
}

[data-theme="dark"] .text-gray-600,
[data-theme="dark"] .text-gray-700 {
    color: #d0d0d0 !important;
}

[data-theme="dark"] .text-gray-800,
[data-theme="dark"] .text-gray-900,
[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6,
[data-theme="dark"] .h1,
[data-theme="dark"] .h2,
[data-theme="dark"] .h3,
[data-theme="dark"] .h4,
[data-theme="dark"] .h5,
[data-theme="dark"] .h6 {
    color: #f0f0f0 !important;
}

[data-theme="dark"] .card,
[data-theme="dark"] .modal-content,
[data-theme="dark"] .swal2-popup,
[data-theme="dark"] .context-menu,
[data-theme="dark"] #meuCard,
[data-theme="dark"] .circle-3 {
    background-color: #1a1a1a !important;
    border-color: #3a3a3a !important;
    color: #d0d0d0 !important;
}

[data-theme="dark"] .card-header,
[data-theme="dark"] .modal-header,
[data-theme="dark"] .dropdown-menu,
[data-theme="dark"] .table thead th,
[data-theme="dark"] .analytics-module .card-header,
[data-theme="dark"] .analytics-module table thead {
    background-color: #1f1f1f !important;
    border-bottom-color: #3a3a3a !important;
}

[data-theme="dark"] .modal-footer,
[data-theme="dark"] .border-bottom,
[data-theme="dark"] .dropdown-divider {
    border-color: #3a3a3a !important;
}

[data-theme="dark"] .modal-header .modal-title,
[data-theme="dark"] .swal2-title {
    color: #f0f0f0 !important;
}

[data-theme="dark"] .modal-header .close,
[data-theme="dark"] .swal2-html-container,
[data-theme="dark"] .analytics-module .heatmap-label,
[data-theme="dark"] .analytics-module .metric-label,
[data-theme="dark"] .analytics-module .text-muted-custom {
    color: #b8b8b8 !important;
}

[data-theme="dark"] a {
    color: #c4c4c4;
}

[data-theme="dark"] a:hover {
    color: #f0f0f0;
}

[data-theme="dark"] .table,
[data-theme="dark"] .dataTables_wrapper,
[data-theme="dark"] .table td,
[data-theme="dark"] .table th,
[data-theme="dark"] .table-bordered,
[data-theme="dark"] .dataTables_wrapper .dataTables_length,
[data-theme="dark"] .dataTables_wrapper .dataTables_filter,
[data-theme="dark"] .dataTables_wrapper .dataTables_info,
[data-theme="dark"] .dataTables_wrapper .dataTables_paginate {
    color: #d0d0d0 !important;
    border-color: #3a3a3a !important;
}

[data-theme="dark"] .table tbody tr:hover,
[data-theme="dark"] .analytics-module table tbody tr:hover {
    background-color: rgba(208, 208, 208, 0.06) !important;
}

[data-theme="dark"] .table-striped tbody tr:nth-of-type(odd),
[data-theme="dark"] .dropdown-item:hover,
[data-theme="dark"] .dropdown-item:focus,
[data-theme="dark"] .analytics-module .list-group-item:hover:not(:disabled),
[data-theme="dark"] .legend-item.selected,
[data-theme="dark"] .tag-btn,
[data-theme="dark"] .analytics-module .chat-message.assistant .message-bubble {
    background-color: #2b2b2b !important;
    color: #d0d0d0 !important;
}

[data-theme="dark"] .tag-card,
[data-theme="dark"] .analytics-module .chat-container {
    background-color: #1f1f1f !important;
}

[data-theme="dark"] .tag-btn:hover,
[data-theme="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #4a4a4a !important;
    border-color: #4a4a4a !important;
    color: #f0f0f0 !important;
}

[data-theme="dark"] .dataTables_wrapper .dataTables_length select,
[data-theme="dark"] .dataTables_wrapper .dataTables_filter input,
[data-theme="dark"] .form-control,
[data-theme="dark"] .custom-select,
[data-theme="dark"] .analytics-module .form-control,
[data-theme="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: #1f1f1f !important;
    border-color: #3a3a3a !important;
    color: #d0d0d0 !important;
}

[data-theme="dark"] .form-control:focus {
    border-color: #666666 !important;
    box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.25) !important;
    background-color: #1f1f1f !important;
    color: #d0d0d0 !important;
}

[data-theme="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #2b2b2b !important;
    border-color: #3a3a3a !important;
    color: #f0f0f0 !important;
}

[data-theme="dark"] .dropdown-item,
[data-theme="dark"] .context-menu a {
    color: #d0d0d0 !important;
}

[data-theme="dark"] ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

[data-theme="dark"] ::-webkit-scrollbar-track,
[data-theme="dark"] .analytics-module ::-webkit-scrollbar-track {
    background: #1f1f1f !important;
}

[data-theme="dark"] ::-webkit-scrollbar-thumb,
[data-theme="dark"] .analytics-module ::-webkit-scrollbar-thumb {
    background: #4a4a4a !important;
    border-radius: 4px;
}

[data-theme="dark"] #theme-toggle-btn {
    border-color: #3a3a3a;
    color: #b8b8b8;
}

[data-theme="dark"] #theme-toggle-btn:hover {
    background-color: #2b2b2b !important;
    color: #f0f0f0;
    border-color: #9a9a9a;
}
