.carousel-wrapper{display:flex;flex-direction:column;gap:1.5rem;position:relative;padding-bottom:2rem}.carousel-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1rem}.carousel-title{font-size:1.875rem;font-weight:900;font-style:italic;text-transform:uppercase;color:var(--text-primary);letter-spacing:-.01em}.italic-header{font-style:italic}.carousel-controls{display:flex;gap:.5rem}.carousel-btn{background:var(--bg-tertiary);color:var(--text-primary);width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:0;transition:all .2s cubic-bezier(.4,0,.2,1);border:1px solid transparent}.carousel-btn:hover{background:var(--accent-primary);color:var(--bg-primary);transform:translateY(-2px)}.carousel-btn:active{transform:translateY(0)}.carousel-container{overflow-x:auto;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.carousel-container::-webkit-scrollbar{display:none}.carousel-items{display:flex;gap:1.5rem;padding:.5rem 0}.carousel-item{flex:0 0 auto;width:320px;transition:transform .3s ease}.carousel-item:hover{transform:translateY(-4px)}.match-card-link{text-decoration:none;display:block;color:inherit}.match-card{display:flex;flex-direction:column;gap:.75rem;width:320px;cursor:pointer}.match-thumbnail{position:relative;aspect-ratio:16 / 9;overflow:hidden;background-color:var(--bg-tertiary);border-radius:.25rem;width:100%}.thumbnail-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.match-card:hover .thumbnail-img{transform:scale(1.05)}.match-status-overlay{position:absolute;top:0;left:0;width:100%;height:100%;padding:.75rem;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(to top,rgba(19,19,22,.8) 0%,transparent 60%);opacity:.6;transition:opacity .3s ease}.match-card:hover .match-status-overlay{opacity:1}.status-badge{position:absolute;top:.75rem;left:.75rem;padding:.1rem .4rem;font-size:.65rem;font-weight:900;letter-spacing:.05em;border-radius:0}.status-badge.live{background-color:var(--accent-error);color:var(--bg-primary)}.status-badge.scheduled{background-color:var(--bg-tertiary);color:var(--text-primary)}.status-badge.ended{background-color:var(--bg-secondary);color:var(--text-secondary)}.viewer-count,.start-time{font-size:.7rem;font-weight:800;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.8)}.match-info{display:flex;flex-direction:column;gap:.15rem}.match-game{font-size:.65rem;color:var(--text-secondary);text-transform:uppercase;font-weight:800;letter-spacing:.05em;opacity:.8}.match-title{font-size:1rem;font-weight:900;line-height:1.2;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.match-tags{display:flex;gap:.5rem;flex-wrap:wrap}.tag{background:var(--bg-tertiary);color:var(--text-secondary);font-size:.65rem;font-weight:800;padding:.1rem .5rem;border-radius:0;text-transform:uppercase}.match-carousel-container{width:100%}
