html,body{min-height:100vh}.dashboard-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 768px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.dashboard-grid{grid-template-columns:repeat(3,1fr)}}.dashboard-grid-2{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 768px){.dashboard-grid-2{grid-template-columns:repeat(2,1fr)}}.has-text-centered{text-align:center}
