/* ===== GLOBAL DARK THEME UPGRADE ===== */

body,
html {
    background-color: #0D0D0D !important;
    color: #EAEAEA !important;
}

/* Main containers */
.container,
.feed-box,
.posts-wrapper {
    background-color: #0D0D0D !important;
}

/* Cards / posts */
.card,
.post-box,
.feed-post {
    background-color: #1A1A1A !important;
    border: 1px solid #262626 !important;
    border-radius: 12px;
}

/* Inputs */
input,
textarea {
    background-color: #121212 !important;
    color: #EAEAEA !important;
    border: 1px solid #262626 !important;
}

/* Navbar / header */
.navbar,
.topbar {
    background-color: #0D0D0D !important;
    border-bottom: 1px solid #262626 !important;
}

/* Sidebar / columns */
.border-left {
    border-left: 1px solid #262626 !important;
}

/* Links */
a {
    color: #EAEAEA;
}

a:hover {
    color: #D4AF37 !important;
}

/* Buttons */
.btn-primary {
    background-color: #D4AF37 !important;
    border-color: #D4AF37 !important;
    color: #000 !important;
}

.btn-primary:hover {
    background-color: #F5D76E !important;
    border-color: #F5D76E !important;
}

/* Muted text */
.text-muted {
    color: #A0A0A0 !important;
}

/* Scrollbars (optional but nice) */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #0D0D0D;
}

::-webkit-scrollbar-thumb {
    background: #262626;
    border-radius: 10px;
}
