/* ==========================================================================
   321 Study — Dashboard page styles
   Ported pixel-for-pixel from dashboard.dc.html (style-hover attributes).
   ========================================================================== */

/* Logout button + renewal-modal close button */
.dashboard-ghost:hover { background: var(--bg-alt); color: var(--text-primary); }

/* Watch-history rows */
.dashboard-history-row:hover { background: var(--bg-alt); }
