/* MandalaMine ERP - Professional Polish (v3)
   Final cleanup: hide vibecoded overlays, clean dashboard. */

/* Hide BETA badges everywhere */
.lg-t > span[style*="BETA"], .sb-pro, .mmd-beta-badge { display: none !important; }

/* Hide Control Tower and workflow cards (disabled in JS but may have stale DOM) */
.mmd-control-tower, .mmd-workflows { display: none !important; }

/* Hide cockpit if it overlaps with native dashboard */
.mmd-topbar + .mmd-control-tower { display: none !important; }

/* Scrollbar */
::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #334155; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #475569; }

/* Clean up the welcome hero - remove excessive padding */
body.mmd-v2 .wc { margin-bottom: 16px; }

/* Ensure native dashboard content is visible and clean */
body.mmd-v2 #sec-home .cd,
body.mmd-v2 #sec-home .kg { margin-bottom: 16px; }
