/* QAFlow - dashboard.php (user dashboard)
   Extracted from inline style="" attributes. Category-driven colors reuse the
   .cat-{id}-color classes emitted by includes/dynamic-theme.php. */

.dash-stat-icon-primary { background: rgba(99, 102, 241, 0.1); color: var(--primary); }
.dash-stat-icon-success { background: rgba(16, 185, 129, 0.1); color: var(--success); }
.dash-stat-icon-warning { background: rgba(245, 158, 11, 0.1); color: var(--warning); }
.dash-stat-icon-danger { background: rgba(239, 68, 68, 0.1); color: var(--danger); }

.dash-stat-value-lg { font-size: 1.25rem; }

.dash-progress-thin { height: 8px; }

/* Module stat card icon colors (one per module type) */
.dash-mc-blog { background: rgba(236,72,153,0.1); color: #ec4899; }
.dash-mc-forum { background: rgba(16,185,129,0.1); color: #10b981; }
.dash-mc-social-posts { background: rgba(59,130,246,0.1); color: #3b82f6; }
.dash-mc-followers { background: rgba(139,92,246,0.1); color: #8b5cf6; }
.dash-mc-news { background: rgba(249,115,22,0.1); color: #f97316; }
.dash-mc-products { background: rgba(168,85,247,0.1); color: #a855f7; }
.dash-mc-deals { background: rgba(239,68,68,0.1); color: #ef4444; }
.dash-mc-jobs { background: rgba(14,165,233,0.1); color: #0ea5e9; }
.dash-mc-downloads { background: rgba(124,58,237,0.1); color: #7c3aed; }
.dash-mc-links { background: rgba(5,150,105,0.1); color: #059669; }
.dash-mc-movies { background: rgba(225,29,72,0.1); color: #e11d48; }
.dash-mc-recipes { background: rgba(234,88,12,0.1); color: #ea580c; }
.dash-mc-shop { background: rgba(202,138,4,0.1); color: #ca8a04; }
