.gameBoard{display:flex;width:100%;max-width:1400px;flex-direction:column;row-gap:1rem}@media (min-width:1024px){.gameBoard{margin-left:0;margin-right:0}}.gameBoard .header{display:flex;justify-content:space-between}@media (orientation:portrait){.gameBoard .header{margin-bottom:.5rem;flex-direction:column-reverse;row-gap:1rem}}.gameBoard .header h3{display:flex;align-items:center;font-size:1.25rem;line-height:1.75rem;font-weight:700;text-transform:capitalize;--tw-text-opacity:1;color:rgb(88 10 63/var(--tw-text-opacity,1))}.gameBoard .gameList{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media (min-width:640px){.gameBoard .gameList{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width:768px){.gameBoard .gameList{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width:1024px){.gameBoard .gameList{grid-template-columns:repeat(8,minmax(0,1fr))}}.gameBoard .gameList .gameTile{flex-shrink:0;scroll-snap-align:start}.gameBoard .loadMoreSection{margin-top:1rem;display:grid;grid-auto-rows:auto;align-items:center;justify-content:center}.gameBoard .loadMoreSection .label{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity:1;color:rgb(61 61 61/var(--tw-text-opacity,1))}.gameBoard .loadMoreSection button{margin-top:.5rem}.gameBoard.tableGame .gameList{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:768px){.gameBoard.tableGame .gameList{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.gameBoard.tableGame .gameList{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1536px){.gameBoard.tableGame .gameList{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (orientation:landscape){@media (min-width:1024px){.gameBoard.tableGame .gameList{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1280px){.gameBoard.tableGame .gameList{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1536px){.gameBoard.tableGame .gameList{grid-template-columns:repeat(4,minmax(0,1fr))}}}