
/* GLOBAL DASHBOARD FIX */

/* Remove dark forced backgrounds */
div[style*="#0b1220"],
div[style*="#111827"]{
    background:#ffffff !important;
    color:#1f2937 !important;
}

/* Dashboard container */
.nec-dashboard,
.nec-growth-center,
.nec-panel{
    background:#ffffff;
    padding:25px;
    border-radius:14px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto;
}

/* Cards */
.nec-card,
div[style*="border-radius:10px"]{
    background:#f8fafc !important;
    color:#111827 !important;
    border-radius:12px !important;
    padding:20px !important;
    box-shadow:0 4px 12px rgba(0,0,0,0.05);
}

/* Titles */
.nec-dashboard h2,
.nec-dashboard h3{
    color:#111827 !important;
}

/* Numbers */
.nec-card p{
    font-size:28px;
    font-weight:700;
    color:#2563eb !important;
}

/* Responsive */
@media(max-width:768px){
    .nec-dashboard{
        padding:15px;
    }
}
