/* ======= Dark Mode Styles ======= */
body {
    background-color: #121212 !important;
    color: #e0e0e0 !important;
}

/* Navbar */
.custom-navbar {
    background: rgba(31, 31, 31, 0.85) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.school-name { color: #fff !important; }
.nav-link { color: #ccc !important; }
.nav-link:hover, .nav-link.active { color: #fff !important; }
.navbar-toggler { background: #333 !important; }

/* Cards & Glassmorphism */
.glass-card {
    background: rgba(40, 40, 40, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}
.glass-card p.text-muted { color: #aaa !important; }

.news-card {
    background-color: #1e1e1e !important;
    border-color: #333 !important;
}
.news-card .card-title a { color: #fff !important; }
.news-card .card-text.text-muted { color: #aaa !important; }
.text-dark-title { color: #fff !important; }

/* Buttons */
.btn-outline-dark {
    color: #fff !important;
    border-color: #555 !important;
}
.btn-outline-dark:hover {
    background-color: var(--primary) !important;
    color: #000 !important;
    border-color: var(--primary) !important;
}

/* Chatbot UI Dark mode */
.ai-chat-widget { background: #1e1e1e !important; }
.ai-chat-body { background: #121212 !important; }
.ai-chat-input { background: #1e1e1e !important; border-top-color: #333 !important; }
.ai-chat-input .form-control { background: #2d2d2d !important; color: #fff !important; border-color: #444 !important; }
.bot-message { background: #2d2d2d !important; border-color: #333 !important; color: #e0e0e0 !important; }
