.dashboard-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin-bottom: 2rem; } .stat-card { padding: 1.5rem; display: flex; align-items: center; gap: 1.5rem; } .stat-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(124, 58, 237, 0.1); color: var(--primary); display: flex; align-items: center; justify-content: center; } .stat-info h4 { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 0.25rem; } .stat-info p { font-size: 1.5rem; font-weight: 700; } .quick-actions { display: flex; gap: 1rem; margin-top: 2rem; } .quick-actions .btn { flex: 1; }