body { background: #181c24; color: #f2f2f2; min-height: 100vh; }
.bg-light, .bg-white, .modal-content, .list-group-item, .dropdown-menu, .input-group-text, .navbar-light, .border, .border-light, .bg-secondary, .alert-light, .btn-light, .table-striped>tbody>tr:nth-of-type(odd) {
    background: #232a34 !important;
    color: #f2f2f2 !important;
    border-color: #343a40 !important;
}
.text-dark, .table thead th, .table-striped>tbody>tr:nth-of-type(odd) {
    color: #f2f2f2 !important;
}

.card { background: #232a34; border: none; border-radius: 14px; box-shadow: 0 2px 16px rgba(0,0,0,0.15); }
.navbar, .navbar-dark { background: #222831 !important; }
.navbar-brand, .navbar-nav .nav-link { color: #f2f2f2 !important; }
.navbar-nav .nav-link.active, .navbar-nav .nav-link:focus { color: #ff4655 !important; }
.btn-primary, .btn-success, .btn-danger { border: none; border-radius: 8px; }
.btn-primary { background: #ff4655; }
.btn-primary:hover { background: #e63a48; }
.form-control, .form-select { background: #232a34; color: #f2f2f2; border: 1px solid #343a40; }
.form-control:focus, .form-select:focus { border-color: #ff4655; box-shadow: 0 0 0 0.2rem rgba(255,70,85,0.15); }
.table { color: #f2f2f2; background: #232a34; }
.table th, .table td { border-color: #343a40 !important; }
.alert { background: #232a34; color: #ff4655; border: 1px solid #ff4655; }
