/* ============================================================ DashboardPage - Header Layout ============================================================ */ .header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; gap: 1rem; flex-wrap: wrap; } .title { font-size: 1.5rem; font-weight: 600; margin: 0; color: var(--color-text); }