.tournament-banner-wrapper{width:100%;color:#ffffff;font-family:Rubik,system-ui,sans-serif;padding:16px 0;border-radius:10px}.tournament-banner-content{justify-content:space-between;flex-wrap:wrap}.tournament-banner-content,.tournament-banner-left{display:flex;align-items:center;gap:20px}.tournament-banner-logo img{height:60px;width:auto;object-fit:contain}.tournament-banner-info{display:flex;flex-direction:column}.tournament-banner-title{margin:0;font-size:22px;font-weight:700;color:#ffffff;letter-spacing:.2px}.tournament-banner-subtitle{margin:4px 0 0;font-size:14px;font-weight:400;color:rgba(255,255,255,.9)}.tournament-banner-right{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.tournament-banner-countdown{display:flex;align-items:center;gap:24px}.countdown-item{display:flex;flex-direction:column;align-items:center}.countdown-num{font-size:32px;font-weight:700;line-height:1;color:#ffffff}.countdown-label{font-size:12px;font-weight:500;text-transform:lowercase;margin-top:6px;color:#ffffff}.tournament-banner-btn{background-color:#000000;color:#ffffff;padding:12px 28px;border-radius:30px;font-size:14px;font-weight:600;text-decoration:none;transition:background-color .2s;border:none;cursor:pointer}.tournament-banner-btn:hover{background-color:#333333;color:#ffffff}.tournament-banner-live-matches{display:flex;align-items:center;gap:16px}.tournament-banner-live-match{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:10px 16px;text-decoration:none;color:#fff;transition:background .2s}.tournament-banner-live-match:hover{background:rgba(255,255,255,.2)}a.tournament-banner-live-match:hover{color:#fff}.tournament-banner-live-vs{display:flex;align-items:center;gap:8px}.tournament-banner-live-team{display:flex;flex-direction:column;align-items:center;gap:2px;max-width:none}.tournament-banner-live-logo{width:24px;height:24px;object-fit:contain}.tournament-banner-live-team-name{font-size:10px;font-weight:500;text-align:center;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:none}.tournament-banner-live-score{display:flex;align-items:center;gap:4px;font-size:20px;font-weight:700;font-family:Fugaz One,system-ui}.tournament-banner-live-score-num{line-height:1}.tournament-banner-live-score-sep{color:rgba(255,255,255,.5);font-size:16px}.tournament-banner-live-status{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:rgba(255,255,255,.85)}.tournament-banner-live-dot{width:6px;height:6px;border-radius:50%;background:#ff3b30;animation:bannerLivePulse 1.2s ease-in-out infinite}@keyframes bannerLivePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}@media (max-width:768px){.tournament-banner-content{flex-direction:column;align-items:flex-start;gap:24px}.tournament-banner-right{width:100%;justify-content:space-between}.tournament-banner-countdown{gap:16px}.countdown-num{font-size:24px}.tournament-banner-live-matches{flex-direction:column;width:100%}.tournament-banner-live-match{width:100%;justify-content:center}.tournament-banner-btn{font-size:11px}}img.wc-icon{aspect-ratio:7/9!important;max-width:100%!important}