/**
 * Shared admin dark theme - ensures readable fonts on all pages
 */
body { background: #0c0c0f; color: #f4f4f5; font-family: system-ui, sans-serif; }
h1, h2, h3, h4, h5, h6 { color: #f4f4f5; }
.card { background: #141419; border: 1px solid #3f3f46; color: #f4f4f5; }
.card-header { color: #f4f4f5; border-color: #3f3f46; }
.card-title { color: #f4f4f5; }
.card-text { color: #e4e4e7; }
.text-muted { color: #d4d4d8 !important; }
.text-warning { color: #f59e0b !important; }
.navbar { background: #141419; border-bottom: 1px solid #3f3f46; }
.navbar-brand { color: #f59e0b !important; }
.nav-link { color: #a1a1aa !important; }
.nav-link:hover { color: #f59e0b !important; }
.nav-link.active { color: #f59e0b !important; font-weight: 500; }
.table { color: #f4f4f5 !important; background: #141419 !important; }
.table td, .table th { background: #141419 !important; color: #f4f4f5 !important; border-color: #3f3f46; }
.table tbody tr:hover td { background: #1a1a22 !important; }
.form-label { color: #e4e4e7 !important; }
.form-control, .form-select { background: #1a1a22 !important; border-color: #3f3f46 !important; color: #f4f4f5 !important; }
.form-select option { background: #1a1a22; color: #f4f4f5; }
.form-control::placeholder { color: #71717a; }
.form-control:focus { border-color: #f59e0b !important; color: #f4f4f5 !important; }
.form-check-label { color: #e4e4e7 !important; }
.btn-primary { background: #f59e0b; border: none; color: #000; }
.btn-outline-light { color: #e4e4e7; border-color: #52525b; }
.btn-outline-light:hover { background: #27272a; color: #f4f4f5; }
.btn-outline-warning { color: #f59e0b; border-color: #f59e0b; }
.btn-outline-warning:hover { background: rgba(245,158,11,0.2); color: #fbbf24; }
.btn-outline-secondary { color: #a1a1aa; border-color: #52525b; }
.btn-outline-secondary:hover { background: #27272a; color: #f4f4f5; }
.btn-outline-danger { color: #f87171; border-color: #ef4444; }
.alert-danger { background: #7f1d1d; color: #fca5a5; border-color: #ef4444; }
.alert-success { color: #86efac; }
.alert-info { color: #93c5fd; }
.alert-warning { color: #fde047; }
.badge { color: #000; }
a { color: #f59e0b; }
a:hover { color: #fbbf24; }
code { background: #27272a; color: #fbbf24; padding: 2px 6px; border-radius: 4px; }
