@keyframes pulse-winner{0%,to{opacity:1;filter:drop-shadow(0 0 8px rgba(16,185,129,.6))}50%{opacity:.7;filter:drop-shadow(0 0 12px rgba(16,185,129,.8))}}.winner-connection{animation:pulse-winner 2s ease-in-out infinite}.match-card{transition:all .3s cubic-bezier(.4,0,.2,1)}.match-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.3)}.team-winner{position:relative;overflow:hidden}.team-winner:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(16,185,129,.2),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.spider-line{stroke-dasharray:5;animation:dash 1.5s linear infinite}@keyframes dash{to{stroke-dashoffset:-10}}.round-column{animation:slideInUp .6s ease-out}.round-column:nth-child(2){animation-delay:.1s}.round-column:nth-child(3){animation-delay:.2s}.round-column:nth-child(4){animation-delay:.3s}.round-column:nth-child(5){animation-delay:.4s}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.status-live{animation:pulse-live 1s ease-in-out infinite}@keyframes pulse-live{0%,to{box-shadow:0 0 0 0 rgba(239,68,68,.7)}70%{box-shadow:0 0 0 10px rgba(239,68,68,0)}}.crown-bounce{animation:crown-bounce 1s ease-in-out infinite}@keyframes crown-bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-3px)}60%{transform:translateY(-1.5px)}}