/* Dark Mode Support for Phoenix Theme */
[data-bs-theme="dark"] {
    --bs-body-bg: #1a1d2e;
    --bs-body-color: #e5e7eb;
    --phoenix-body-bg: #1a1d2e;
    --phoenix-body-color: #e5e7eb;
}

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

[data-bs-theme="dark"] .navbar,
[data-bs-theme="dark"] .card,
[data-bs-theme="dark"] .modal-content {
    background-color: #252b3f;
    color: #e5e7eb;
}

[data-bs-theme="dark"] .form-control,
[data-bs-theme="dark"] .form-select {
    background-color: #1a1d2e;
    border-color: #374151;
    color: #e5e7eb;
}

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

[data-bs-theme="dark"] .text-900,
[data-bs-theme="dark"] .text-1000 {
    color: #e5e7eb !important;
}

[data-bs-theme="dark"] .text-700 {
    color: #9ca3af !important;
}

[data-bs-theme="dark"] .border {
    border-color: #374151 !important;
}