.league-card{background:#fff;border-radius:10px;width:100%;min-height:110px;display:flex;align-items:center;overflow:hidden;padding:15px;box-sizing:border-box;gap:13px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.league-card:hover{transform:scale(1.03);box-shadow:0 6px 20px rgba(0,0,0,.12)}.league-card-photo-wrap{width:80px;height:80px;border-radius:10px;flex-shrink:0;overflow:hidden}.league-card-photo{width:100%;height:100%;object-fit:cover}.league-card-photo-placeholder{width:100%;height:100%;background:#e0e0e0}.league-card-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.league-card-name{font-size:clamp(15px,3.5vw,20px);font-weight:600;color:#000}.league-card-game,.league-card-name{font-family:Outfit,sans-serif;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.league-card-game{font-size:12px;font-weight:400;color:var(--text-muted)}.league-card-detail{font-family:Outfit,sans-serif;font-size:13px;font-weight:400;color:#000;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=dark] .league-card{background:var(--bg-card)}[data-theme=dark] .league-card-detail,[data-theme=dark] .league-card-name{color:#fff}[data-theme=dark] .league-card-photo-placeholder{background:#333}@media (max-width:480px){.league-card{gap:10px;padding:10px}.league-card-photo-wrap{width:60px;height:60px}}