/* ==========================================================================
   Sötét mód (Dark Mode) - Tiszta semleges antracit/fekete árnyalatok (KÉK NÉLKÜL)
   ========================================================================== */

[data-bs-theme="dark"] {
    --bs-body-bg: #121212;
    --bs-body-color: #f3f4f6;
    --bs-border-color: #2c2c2c;
    --bs-secondary-color: #9ca3af;
    --bs-tertiary-bg: #1e1e1e;
}

[data-bs-theme="dark"] body {
    background-color: #121212 !important;
    color: #f3f4f6 !important;
}

/* Bal oldali menü (Sidebar) */
[data-bs-theme="dark"] .sidebar {
    background-color: #0c0c0c !important;
    border-right: 1px solid #1f1f1f !important;
}

[data-bs-theme="dark"] .sidebar-brand {
    background-color: #080808 !important;
    border-bottom: 1px solid #1f1f1f !important;
    color: #f9fafb !important;
}
[data-bs-theme="dark"] .sidebar-brand i {
    color: rgb(28, 197, 219) !important;
}

[data-bs-theme="dark"] .nav-category {
    color: #808080 !important;
}

[data-bs-theme="dark"] .sidebar-nav .nav-link {
    color: #9ca3af !important;
}
[data-bs-theme="dark"] .sidebar-nav .nav-link i {
    color: rgb(28, 197, 219) !important;
}
[data-bs-theme="dark"] .sidebar-nav .nav-link:hover i,
[data-bs-theme="dark"] .sidebar-nav .nav-link.active i {
    color: #5ce7f7 !important;
}

[data-bs-theme="dark"] .sidebar-nav .nav-link:hover {
    color: #ffffff !important;
    background-color: #1a1a1a !important;
}

[data-bs-theme="dark"] .sidebar-nav .nav-link.active {
    color: #ffffff !important;
    background-color: #262626 !important;
}

[data-bs-theme="dark"] .sidebar-footer {
    background-color: #080808 !important;
    border-top: 1px solid #1f1f1f !important;
}

/* Felső navigációs sáv */
[data-bs-theme="dark"] .top-navbar {
    background-color: #181818 !important;
    border-bottom: 1px solid #282828 !important;
    color: #f9fafb !important;
}

[data-bs-theme="dark"] .content-area {
    background-color: #121212 !important;
}

/* Kártyák és panelek */
[data-bs-theme="dark"] .card {
    background-color: #1c1c1c !important;
    border: 1px solid #404040 !important;
    color: #f3f4f6 !important;
}

[data-bs-theme="dark"] .card-header {
    background-color: #1c1c1c !important;
    border-bottom: 1px solid #363636 !important;
    color: #f3f4f6 !important;
}

[data-bs-theme="dark"] .card-footer {
    background-color: #1c1c1c !important;
    border-top: 1px solid #363636 !important;
    color: #9ca3af !important;
}

/* Táblázatok (a korábbi hibás világos fejléc javítása) */
[data-bs-theme="dark"] .table {
    --bs-table-bg: #1c1c1c;
    --bs-table-color: #f3f4f6;
    --bs-table-hover-bg: #262626;
    --bs-table-hover-color: #ffffff;
    --bs-table-border-color: #2c2c2c;
    border-color: #2c2c2c !important;
}

[data-bs-theme="dark"] .table thead th,
[data-bs-theme="dark"] .table-light {
    background-color: #242424 !important;
    color: #d1d5db !important;
    border-bottom: 1px solid #333333 !important;
}

[data-bs-theme="dark"] .table tbody tr {
    background-color: #1c1c1c !important;
    border-bottom: 1px solid #262626 !important;
}

[data-bs-theme="dark"] .table tbody td {
    border-bottom: 1px solid #262626 !important;
}

/* Form elemek (Input, Select, Textarea) */
[data-bs-theme="dark"] .form-control,
[data-bs-theme="dark"] .form-select {
    background-color: #242424 !important;
    border: 1px solid #383838 !important;
    color: #f9fafb !important;
}

[data-bs-theme="dark"] .form-control:focus,
[data-bs-theme="dark"] .form-select:focus {
    background-color: #282828 !important;
    border-color: #555555 !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1) !important;
}

[data-bs-theme="dark"] .form-control::placeholder {
    color: #6b7280 !important;
}

[data-bs-theme="dark"] .input-group-text {
    background-color: #282828 !important;
    border: 1px solid #383838 !important;
    color: #9ca3af !important;
}

/* Modál ablakok */
[data-bs-theme="dark"] .modal-content {
    background-color: #1e1e1e !important;
    border: 1px solid #333333 !important;
    color: #f3f4f6 !important;
}

[data-bs-theme="dark"] .modal-header {
    border-bottom: 1px solid #2c2c2c !important;
}

[data-bs-theme="dark"] .modal-footer {
    border-top: 1px solid #2c2c2c !important;
}

/* Jelvények (Badges) */
[data-bs-theme="dark"] .badge.text-bg-light,
[data-bs-theme="dark"] .badge.bg-light {
    background-color: #282828 !important;
    color: #e5e7eb !important;
    border: 1px solid #383838 !important;
}

/* Lapozó gombok */
[data-bs-theme="dark"] .page-link {
    background-color: #1e1e1e !important;
    border-color: #333333 !important;
    color: #d1d5db !important;
}

[data-bs-theme="dark"] .page-link:hover {
    background-color: #2c2c2c !important;
    color: #ffffff !important;
    border-color: #444444 !important;
}

[data-bs-theme="dark"] .page-item.active .page-link {
    background-color: #444444 !important;
    border-color: #555555 !important;
    color: #ffffff !important;
}

/* Licenckulcs kód blokk */
[data-bs-theme="dark"] code {
    color: #e5e7eb !important;
}

/* Semleges státusz kártya kiemelések (kék háttér nélkül!) */
[data-bs-theme="dark"] .border-primary {
    border-color: #4b5563 !important;
}

[data-bs-theme="dark"] .bg-primary.bg-opacity-10 {
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: #f3f4f6 !important;
}

[data-bs-theme="dark"] .text-primary {
    color: #d1d5db !important;
}
