/* 3DXplore MLM System — Dashboard UI polish */

.threedx-dashboard{margin-top:16px}
.threedx-dashboard .nav-tab-wrapper{margin-bottom:14px}
.threedx-dashboard .threedx-tab-panel{background:#fff;border:1px solid #dcdcde;border-top:0;padding:16px}

.threedx-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;margin:0 0 14px}
.threedx-card{background:#fff;border:1px solid #dcdcde;border-radius:8px;padding:12px}
.threedx-card h3{margin:0 0 6px;font-size:14px}
.threedx-card .threedx-value{font-size:22px;font-weight:600}

.threedx-muted{opacity:.8;font-size:12px}

.threedx-chart-wrap{max-width:820px}
.threedx-chart-wrap canvas{max-width:100%;height:280px}

/* Countdown */
.threedx-countdown{font-weight:600}
