.MatchCard-module__yzGTrq__card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1rem;padding:1.5rem;transition:transform .2s,border-color .2s;display:flex}.MatchCard-module__yzGTrq__card:hover{border-color:var(--primary);transform:translateY(-2px)}.MatchCard-module__yzGTrq__header{color:var(--secondary);justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.MatchCard-module__yzGTrq__teams{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.MatchCard-module__yzGTrq__team{flex-direction:column;flex:1;align-items:center;gap:.5rem;display:flex}.MatchCard-module__yzGTrq__logo{object-fit:contain;width:60px;height:60px}.MatchCard-module__yzGTrq__name{text-align:center;font-size:.9rem;font-weight:600}.MatchCard-module__yzGTrq__score{color:var(--foreground);text-align:center;min-width:60px;font-size:1.5rem;font-weight:800}.MatchCard-module__yzGTrq__vs{color:var(--secondary);font-size:1rem}
.Navbar-module__cJzEcG__navbar{height:var(--header-height);background-color:var(--card-bg);border-bottom:1px solid var(--border);z-index:1000;align-items:center;display:flex;position:sticky;top:0}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__cJzEcG__logo{color:var(--foreground);font-size:1.5rem;font-weight:800}.Navbar-module__cJzEcG__highlight{color:var(--primary)}.Navbar-module__cJzEcG__links{gap:2rem;display:flex}.Navbar-module__cJzEcG__link{color:var(--secondary);font-weight:500;transition:color .2s}.Navbar-module__cJzEcG__link:hover,.Navbar-module__cJzEcG__active{color:var(--primary)}@media (max-width:768px){.Navbar-module__cJzEcG__links{display:none}}
.VideoPlayer-module__8NQYiq__wrapper{aspect-ratio:16/9;border-radius:var(--radius);background:#000;width:100%;position:relative;overflow:hidden}.VideoPlayer-module__8NQYiq__video{width:100%;height:100%}.VideoPlayer-module__8NQYiq__adOverlay{z-index:50;color:#fff;background:#000000e6;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.VideoPlayer-module__8NQYiq__adContent{text-align:center}.VideoPlayer-module__8NQYiq__loader{border:4px solid #333;border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;margin:1rem auto;animation:1s linear infinite VideoPlayer-module__8NQYiq__spin}@keyframes VideoPlayer-module__8NQYiq__spin{to{transform:rotate(360deg)}}.VideoPlayer-module__8NQYiq__bannerAd{z-index:20;color:#000;background:#ffffffe6;border-radius:4px;gap:1rem;padding:.5rem 1rem;animation:.5s ease-out VideoPlayer-module__8NQYiq__slideUp;display:flex;position:absolute;bottom:60px;left:50%;transform:translate(-50%)}@keyframes VideoPlayer-module__8NQYiq__slideUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}
.ServerSelector-module__mHzYNW__container{background:var(--card-bg);border-radius:var(--radius);margin-top:1rem;padding:1rem}.ServerSelector-module__mHzYNW__grid{flex-wrap:wrap;gap:1rem;margin-top:.5rem;display:flex}.ServerSelector-module__mHzYNW__serverBtn{background:var(--background);color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius);padding:.5rem 1rem;transition:all .2s}.ServerSelector-module__mHzYNW__serverBtn:hover{border-color:var(--primary)}.ServerSelector-module__mHzYNW__active{background:var(--primary);color:#fff;border-color:var(--primary)}
.page-module__OmXfwq__container{max-width:800px;padding:2rem 1rem}.page-module__OmXfwq__card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);margin-top:2rem;padding:2rem}.page-module__OmXfwq__form{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.page-module__OmXfwq__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.page-module__OmXfwq__inputField{background:var(--background);border:1px solid var(--border);color:var(--foreground);border-radius:var(--radius);padding:.75rem}.page-module__OmXfwq__status{color:var(--success);margin-top:1rem;font-weight:700}
.page-module___8aEwW__main{padding:2rem 1rem}.page-module___8aEwW__hero{text-align:center;background:linear-gradient(to bottom,var(--card-bg),transparent);border-radius:var(--radius);margin-bottom:3rem;padding:3rem 1rem}.page-module___8aEwW__hero h1{background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2.5rem}.page-module___8aEwW__section{margin-bottom:2rem}.page-module___8aEwW__section h2{border-left:4px solid var(--accent);margin-bottom:1rem;padding-left:1rem;font-size:1.5rem}
.WatchRoom-module___f7MUa__container{grid-template-columns:1fr 300px;gap:2rem;padding:2rem 0;display:grid}.WatchRoom-module___f7MUa__videoContainer{margin-bottom:1rem}.WatchRoom-module___f7MUa__info h1{margin-bottom:.5rem;font-size:1.5rem}.WatchRoom-module___f7MUa__meta{color:var(--secondary)}.WatchRoom-module___f7MUa__sidebar{height:fit-content}.WatchRoom-module___f7MUa__chatPlaceholder{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;height:400px;display:flex}.WatchRoom-module___f7MUa__chatPlaceholder h3{border-bottom:1px solid var(--border);background:var(--background);padding:1rem}.WatchRoom-module___f7MUa__chatBox{color:var(--secondary);flex:1;justify-content:center;align-items:center;font-style:italic;display:flex}@media (max-width:1024px){.WatchRoom-module___f7MUa__container{grid-template-columns:1fr}}
