/* BestMatchLive.Ph v3.20 homepage API teams carousel */
.wcl-home-teams-carousel{position:relative;overflow:hidden;border-top:1px solid rgba(255,143,0,.95);border-bottom:1px solid rgba(255,143,0,.95);background:radial-gradient(circle at 20% 0,rgba(255,213,74,.10),transparent 28%),linear-gradient(180deg,rgba(7,10,10,.98),rgba(12,15,16,.98));padding-top:34px;padding-bottom:38px}
.wcl-home-teams-carousel .section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}
.wcl-team-carousel-shell{position:relative;padding:0 44px;perspective:1200px}
.wcl-team-viewport{overflow:hidden;width:100%}
.wcl-team-track{display:flex;gap:18px;will-change:transform;transition:transform .72s cubic-bezier(.18,.9,.2,1)}
.wcl-team-card{flex:0 0 calc((100% - 54px)/4);min-width:0;border:1px solid rgba(255,213,74,.42);border-radius:18px;background:linear-gradient(145deg,rgba(16,25,25,.96),rgba(9,13,15,.98));box-shadow:0 18px 36px rgba(0,0,0,.38);overflow:hidden;transform:scale(.94) rotateY(-10deg);opacity:.66;filter:saturate(.82);transition:transform .72s cubic-bezier(.18,.9,.2,1),opacity .5s ease,filter .5s ease,border-color .35s ease,box-shadow .35s ease}
.wcl-team-card.is-visible{transform:scale(1) rotateY(0);opacity:1;filter:saturate(1.12);border-color:rgba(255,213,74,.82);box-shadow:0 24px 54px rgba(0,0,0,.52),0 0 24px rgba(255,213,74,.10)}
.wcl-team-card.is-active{animation:wclTeamPulse .9s ease both}
.wcl-team-cover{position:relative;min-height:170px;display:grid;place-items:center;background:radial-gradient(circle at center,rgba(255,213,74,.18),transparent 32%),linear-gradient(135deg,rgba(0,91,65,.65),rgba(3,18,28,.95));overflow:hidden}
.wcl-team-cover:before{content:"";position:absolute;inset:-40%;background:conic-gradient(from 160deg,transparent,rgba(255,213,74,.22),transparent 24%);animation:wclTeamSpin 8s linear infinite}
.wcl-team-logo{position:relative;z-index:2;width:98px;height:98px;border-radius:999px;display:grid;place-items:center;background:rgba(0,0,0,.55);border:1px solid rgba(255,213,74,.7);box-shadow:0 12px 30px rgba(0,0,0,.45);color:#ffd54a;font-size:30px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;overflow:hidden}
.wcl-team-logo img{width:100%;height:100%;object-fit:contain;padding:12px;background:rgba(255,255,255,.06)}
.wcl-team-rank{position:absolute;top:12px;left:12px;z-index:3;width:30px;height:30px;border-radius:9px;background:#ffd54a;color:#071018;display:grid;place-items:center;font-weight:900;font-size:12px;box-shadow:0 8px 20px rgba(0,0,0,.35)}
.wcl-team-body{padding:16px}
.wcl-team-body h3{font-size:20px;margin:8px 0 8px;color:#fff;line-height:1.18}
.wcl-team-body p{min-height:46px}
.wcl-team-meta{display:flex;flex-wrap:wrap;gap:7px;margin:8px 0 14px}
.wcl-team-meta span{font-size:11px;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:5px 8px;color:#d9e7e5;background:rgba(255,255,255,.05)}
.wcl-team-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.wcl-team-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:8;width:38px;height:62px;border-radius:999px;border:1px solid rgba(255,213,74,.78);background:rgba(0,0,0,.68);color:#ffd54a;font-size:25px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 12px 28px rgba(0,0,0,.42)}
.wcl-team-arrow:hover,.wcl-team-arrow:focus{background:#ffd54a;color:#071018;outline:none}
.wcl-team-prev{left:0}.wcl-team-next{right:0}
.wcl-team-dots{display:flex;justify-content:center;align-items:center;gap:7px;margin-top:16px}
.wcl-team-dots button{width:7px;height:7px;border:0;border-radius:999px;background:rgba(255,255,255,.35);padding:0;cursor:pointer;transition:all .25s ease}.wcl-team-dots button.is-active{width:25px;background:#ffd54a}
@keyframes wclTeamSpin{to{transform:rotate(360deg)}}
@keyframes wclTeamPulse{0%{box-shadow:0 0 0 rgba(255,213,74,0)}45%{box-shadow:0 24px 54px rgba(0,0,0,.52),0 0 0 6px rgba(255,213,74,.08)}100%{box-shadow:0 24px 54px rgba(0,0,0,.52),0 0 24px rgba(255,213,74,.10)}}
@media(max-width:1100px){.wcl-team-card{flex-basis:calc((100% - 36px)/3)}}
@media(max-width:800px){.wcl-home-teams-carousel .section-head{align-items:flex-start;flex-direction:column}.wcl-team-card{flex-basis:calc((100% - 18px)/2)}.wcl-team-carousel-shell{padding:0 34px}}
@media(max-width:560px){.wcl-team-card{flex-basis:100%}.wcl-team-cover{min-height:155px}.wcl-team-carousel-shell{padding:0 28px}}

:root{--bml-primary:#0B1F3A;--bml-primary-dark:#081426;--bml-platinum:#E5E7EB;--bml-platinum-dark:#C7CCD6;--bml-live:#00D26A;--bml-white:#FFFFFF;}
body{background:#fff;}a{color:var(--bml-live)!important;}header,.site-header,.topbar,.navbar{background:#081426!important;color:#fff!important;}footer,.site-footer{background:#0B1F3A!important;color:#E5E7EB!important;}button,.btn,.cta-button{background:#00D26A!important;color:#fff!important;border-color:#00D26A!important;}