.played-games-section{display:flex;flex-direction:column;gap:16px;width:100%}.played-games-section .section-header{display:flex;justify-content:space-between;align-items:center;width:100%}.played-games-section .section-header .arrow-controls{display:flex;gap:12px}.played-games-section .section-header .arrow-controls .arrow-button{transition:all .3s ease;cursor:pointer;display:flex}.played-games-section .section-header .arrow-controls .arrow-button svg rect{fill:var(--bg-primary)}.played-games-section .section-header .arrow-controls .arrow-button svg path{fill:var(--icon-primary)}.played-games-section .section-header .arrow-controls .arrow-button:hover svg rect{stroke:var(--text-brand-primary)}.played-games-section .section-header .arrow-controls .arrow-button:hover svg path{fill:var(--text-brand-primary)}.played-games-section .section-header .header-left{display:flex;align-items:center;gap:12px}.played-games-section .section-header .header-left .icon-wrapper{width:32px;height:32px;display:flex;align-items:center;justify-content:center;overflow:hidden}.played-games-section .section-header .header-left .icon-wrapper svg{width:100%;height:100%;fill:#162455}.played-games-section .section-header .header-left .section-title{font-weight:700;font-size:18px;line-height:24px;color:var(--text-primary);margin:0}.played-games-section .section-header .view-all-button{display:flex;align-items:center;gap:4px;padding:6px 12px;border:none;background:transparent;border-radius:8px;cursor:pointer;transition:all .3s ease}.played-games-section .section-header .view-all-button span{font-size:14px;line-height:20px;color:#2b61e2}.played-games-section .section-header .view-all-button svg{width:16px;height:16px;fill:#2b61e2}.played-games-section .section-header .view-all-button:hover{background-color:rgba(43,97,226,.1)}.played-games-section .games-list{width:100%}.played-games-section .games-list .games-container{display:flex;gap:20px;overflow-x:auto;scrollbar-width:none;padding-bottom:8px}.played-games-section .games-list .games-container::-webkit-scrollbar{display:none}.played-games-section .games-list .games-container .game-card{display:flex;flex-direction:column;gap:4px;flex-shrink:0;cursor:pointer;transition:all .3s ease}.played-games-section .games-list .games-container .game-card:hover{transform:translateY(-2px)}.played-games-section .games-list .games-container .game-card .game-image{width:124px;height:124px;border-radius:12px;overflow:hidden}.played-games-section .games-list .games-container .game-card .game-image img{width:100%;height:100%;object-fit:cover;border-radius:12px}.played-games-section .games-list .games-container .game-card .game-title{font-weight:600;font-size:16px;line-height:24px;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:124px}@media(max-width:768px){.played-games-section{padding:0 16px;gap:12px}.played-games-section .section-header .header-left{gap:8px}.played-games-section .section-header .header-left .icon-wrapper{width:28px;height:28px}.played-games-section .section-header .header-left .section-title{font-size:16px;line-height:20px}.played-games-section .section-header .view-all-button{padding:4px 8px}.played-games-section .section-header .view-all-button span{font-size:12px;line-height:16px}.played-games-section .section-header .view-all-button svg{width:14px;height:14px}.played-games-section .games-list .games-container{gap:16px}.played-games-section .games-list .games-container .game-card .game-image{width:100px;height:100px}.played-games-section .games-list .games-container .game-card .game-title{font-size:14px;line-height:20px;max-width:100px}}