.dashboard{grid-template-columns:1fr;grid-template-areas:"latest""season""trending""books""cta";gap:1rem;display:grid}@media (min-width:1024px) and (max-width:1439px){.dashboard{grid-template-columns:1fr 1fr;grid-template-areas:"latest season""latest trending""books books""cta cta";gap:1.25rem}}@media (min-width:1440px){.dashboard{grid-template-columns:1fr 1fr 1fr;grid-template-areas:"trending season books""cta cta cta";gap:1.25rem}.area-latest{display:none}}.area-latest{grid-area:latest}.area-trending{grid-area:trending}.area-gear{grid-area:gear}.area-books{grid-area:books}.area-season{grid-area:season}.area-cta{grid-area:cta}
