.all-games-section{display:flex;flex-direction:column;gap:16px;width:calc(100% - 96px)}.all-games-section .section-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 8px 0 0}.all-games-section .section-header .header-left{display:flex;align-items:center;gap:12px}.all-games-section .section-header .header-left .icon-wrapper{width:32px;height:32px;display:flex;align-items:center;justify-content:center;overflow:hidden}.all-games-section .section-header .header-left .icon-wrapper svg{width:100%;height:100%;fill:#162455}.all-games-section .section-header .header-left .section-title{font-family:Source Sans\ 3,sans-serif;font-weight:600;font-size:18px;line-height:24px;color:var(--text-primary);margin:0}.all-games-section .section-header .arrow-controls{display:flex;gap:12px}.all-games-section .section-header .arrow-controls .arrow-button{transition:all .3s ease;cursor:pointer;display:flex}.all-games-section .section-header .arrow-controls .arrow-button svg:not(.disabled) rect{fill:var(--bg-primary)}.all-games-section .section-header .arrow-controls .arrow-button svg:not(.disabled) path{fill:var(--icon-primary)}.all-games-section .section-header .arrow-controls .arrow-button:hover svg rect{stroke:var(--text-brand-primary)}.all-games-section .section-header .arrow-controls .arrow-button:hover svg path{fill:var(--text-brand-primary)}.all-games-section .section-header .arrow-controls .arrow-button:hover:not(.disabled){opacity:.8}.all-games-section .section-header .arrow-controls .arrow-button:hover:not(.disabled) svg{fill:#d2d6e0}.all-games-section .section-header .arrow-controls .arrow-button.disabled{opacity:.3;cursor:not-allowed}.all-games-section .section-header .arrow-controls .arrow-button.disabled svg{fill:#d2d6e0}.all-games-section .games-grid{display:flex;gap:20px;width:100%;overflow-x:auto;scrollbar-width:none;padding-bottom:8px}.all-games-section .games-grid::-webkit-scrollbar{display:none}.all-games-section .games-grid .games-column{display:flex;flex-direction:column;gap:20px;flex-shrink:0}.all-games-section .games-grid .game-card{display:flex;flex-direction:column;gap:4px;text-decoration:none;transition:all .3s ease;width:124px}.all-games-section .games-grid .game-card:hover{transform:translateY(-2px)}.all-games-section .games-grid .game-card .game-image{width:124px;height:124px;border-radius:12px;overflow:hidden}.all-games-section .games-grid .game-card .game-image img{width:100%;height:100%;object-fit:cover;border-radius:12px}.all-games-section .games-grid .game-card .game-title{font-family:Source Sans\ 3,sans-serif;font-weight:600;font-size:16px;line-height:24px;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:124px}.loading-indicator{display:flex;justify-content:center;align-items:center;width:100%;padding:20px 0}.loading-indicator .loading-spinner{width:24px;height:24px;border:2px solid #edeef1;border-top-color:#162455;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:768px){.all-games-section{width:calc(100% - 48px);gap:12px}.all-games-section .section-header{padding:0 4px 0 0}.all-games-section .section-header .header-left{gap:8px}.all-games-section .section-header .header-left .icon-wrapper{width:28px;height:28px}.all-games-section .section-header .header-left .section-title{font-size:16px;line-height:20px}.all-games-section .section-header .arrow-controls{gap:8px}.all-games-section .games-grid,.all-games-section .games-grid .games-column{gap:16px}.all-games-section .games-grid .games-column .game-card{width:100px}.all-games-section .games-grid .games-column .game-card .game-image{width:100px;height:100px}.all-games-section .games-grid .games-column .game-card .game-title{font-size:14px;line-height:20px;max-width:100px}.all-games-section .loading-indicator{padding:16px 0}.all-games-section .loading-indicator .loading-spinner{width:20px;height:20px}}