.dash-wrap{ max-width:1400px; margin:0 auto; padding:0 4px 40px; }

.dash-topbar{
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  padding:12px 16px; margin-bottom:16px; border-radius:12px;
  background:var(--bg-card, #12161f); border:1px solid var(--border-color, rgba(255,255,255,.12));
}
.dash-topbar-note{ font-size:11px; color:#888; }

.dash-status-pill{
  display:inline-flex; align-items:center; gap:8px; font-size:11.5px; color:#aaa;
  padding:6px 12px; border:1px solid var(--border-color, rgba(255,255,255,.12)); border-radius:999px; margin-bottom:14px;
  background:var(--bg-card, #12161f);
}
.dash-dot{ width:7px; height:7px; border-radius:50%; background:var(--text-accent,#10B981); box-shadow:0 0 8px var(--text-accent,#10B981); }
