/* HelpDesk — тёмная тема */

[data-theme="dark"],
[data-bs-theme="dark"] {
    --hd-bg: #111827;
    --hd-card-shadow: 0 2px 12px rgba(0,0,0,.3);
}

[data-bs-theme="dark"] body {
    background-color: #111827;
}

[data-bs-theme="dark"] .card,
[data-bs-theme="dark"] .stat-card {
    background: #1e1e2e;
    border-color: #2d2d3f;
}

[data-bs-theme="dark"] .table th {
    color: #9ca3af;
    border-bottom-color: #2d2d3f;
}

[data-bs-theme="dark"] .table td {
    border-bottom-color: #2d2d3f;
}

[data-bs-theme="dark"] .form-control,
[data-bs-theme="dark"] .form-select {
    background-color: #262636;
    border-color: #2d2d3f;
    color: #e5e7eb;
}

[data-bs-theme="dark"] .form-control:focus,
[data-bs-theme="dark"] .form-select:focus {
    background-color: #2d2d3f;
    border-color: var(--hd-primary);
    color: #e5e7eb;
}

[data-bs-theme="dark"] .input-group-text {
    background-color: #262636;
    border-color: #2d2d3f;
    color: #9ca3af;
}

[data-bs-theme="dark"] .modal-content {
    background-color: #1e1e2e;
    border-color: #2d2d3f;
}

[data-bs-theme="dark"] .modal-header,
[data-bs-theme="dark"] .modal-footer {
    border-color: #2d2d3f;
}

[data-bs-theme="dark"] .dropdown-menu {
    background-color: #1e1e2e;
    border-color: #2d2d3f;
    box-shadow: 0 8px 30px rgba(0,0,0,.4);
}

[data-bs-theme="dark"] .dropdown-item {
    color: #e5e7eb;
}

[data-bs-theme="dark"] .dropdown-item:hover {
    background: rgba(67, 97, 238, .15);
}

[data-bs-theme="dark"] .filter-panel {
    background: #1e1e2e;
}

[data-bs-theme="dark"] .attachment-link {
    background: #262636;
    color: #d1d5db;
}

[data-bs-theme="dark"] .attachment-link:hover {
    background: #2d2d3f;
}

[data-bs-theme="dark"] .import-dropzone {
    border-color: #2d2d3f;
    background: #1a1a2e;
}

[data-bs-theme="dark"] .import-dropzone:hover {
    border-color: var(--hd-primary);
}

[data-bs-theme="dark"] .stat-card .stat-label {
    color: #9ca3af;
}

[data-bs-theme="dark"] .status-tabs .nav-link {
    border-color: #2d2d3f;
    color: #9ca3af;
}

[data-bs-theme="dark"] .status-tabs .nav-link:hover {
    background: rgba(67, 97, 238, .15);
}

[data-bs-theme="dark"] .list-group-item {
    background: #1e1e2e;
    border-color: #2d2d3f;
    color: #e5e7eb;
}

[data-bs-theme="dark"] .page-link {
    background: #1e1e2e;
    border-color: #2d2d3f;
    color: #e5e7eb;
}

[data-bs-theme="dark"] .page-item.active .page-link {
    background: var(--hd-primary);
    border-color: var(--hd-primary);
}

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

[data-bs-theme="dark"] .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

/* Бейджи в тёмной теме — чуть ярче */
[data-bs-theme="dark"] .badge-priority-low { background-color: #065f46; color: #d1fae5; }
[data-bs-theme="dark"] .badge-priority-medium { background-color: #92400e; color: #fef3c7; }
[data-bs-theme="dark"] .badge-priority-high { background-color: #9a3412; color: #fed7aa; }
[data-bs-theme="dark"] .badge-priority-critical { background-color: #991b1b; color: #fecaca; }

[data-bs-theme="dark"] .badge-status-new { background-color: #1e40af; color: #dbeafe; }
[data-bs-theme="dark"] .badge-status-in_progress { background-color: #92400e; color: #fef3c7; }
[data-bs-theme="dark"] .badge-status-waiting { background-color: #5b21b6; color: #ede9fe; }
[data-bs-theme="dark"] .badge-status-done { background-color: #065f46; color: #d1fae5; }
[data-bs-theme="dark"] .badge-status-closed { background-color: #374151; color: #e5e7eb; }

[data-bs-theme="dark"] .login-logo {
    box-shadow: 0 8px 24px rgba(67, 97, 238, .4);
}

[data-bs-theme="dark"] .ticket-description {
    background: #262636;
}
