.MatchCard-module__FYQ_vW__card{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-lg);background-color:#ffffff08;border:1px solid #ffffff14;flex-direction:column;gap:16px;height:100%;padding:24px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.MatchCard-module__FYQ_vW__card:hover{z-index:10;border-color:#fff3;transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #0006,0 0 20px #00ff880d}@media (hover:none){.MatchCard-module__FYQ_vW__card:hover{box-shadow:none;border-color:#ffffff14;transform:none}.MatchCard-module__FYQ_vW__card.MatchCard-module__FYQ_vW__bigMatch:hover{box-shadow:none;border-color:#ffd70033}.MatchCard-module__FYQ_vW__card:hover .MatchCard-module__FYQ_vW__logoWrapper{box-shadow:none;background-color:#ffffff05;transform:none}}.MatchCard-module__FYQ_vW__card.MatchCard-module__FYQ_vW__bigMatch{background:linear-gradient(#ffd70008 0%,#ffffff08 100%);border-color:#ffd70033}.MatchCard-module__FYQ_vW__card.MatchCard-module__FYQ_vW__bigMatch:hover{border-color:var(--accent-gold);box-shadow:0 20px 40px #0006,0 0 30px #ffd7001a}.MatchCard-module__FYQ_vW__header{color:var(--text-dim);justify-content:space-between;align-items:flex-start;font-size:.85rem;font-weight:500;display:flex}.MatchCard-module__FYQ_vW__competition{white-space:nowrap;text-overflow:ellipsis;text-transform:uppercase;letter-spacing:1px;font-size:.8rem;overflow:hidden}.MatchCard-module__FYQ_vW__badges{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.MatchCard-module__FYQ_vW__badge{border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.5px;padding:4px 8px;font-size:.7rem;font-weight:700}.MatchCard-module__FYQ_vW__badgeLive{color:var(--accent-live);box-shadow:var(--shadow-glow);background-color:#00ff881a;animation:2s infinite MatchCard-module__FYQ_vW__pulse}.MatchCard-module__FYQ_vW__badgeBigMatch{color:var(--accent-gold);background-color:#ffd7001a}.MatchCard-module__FYQ_vW__smartStatusContainer{justify-content:flex-end;align-items:center;margin-top:4px;display:flex}.MatchCard-module__FYQ_vW__smartStatusText{letter-spacing:.5px;background:#0006;border:1px solid #ffffff0d;border-radius:4px;padding:4px 8px;font-family:Courier New,Courier,monospace;font-size:.85rem;font-weight:700}.MatchCard-module__FYQ_vW__smartStatusText.MatchCard-module__FYQ_vW__countdown,.MatchCard-module__FYQ_vW__smartStatusText.MatchCard-module__FYQ_vW__future{color:var(--text-dim)}.MatchCard-module__FYQ_vW__smartStatusText.MatchCard-module__FYQ_vW__soon{color:#fff;border-color:#fff3}.MatchCard-module__FYQ_vW__smartStatusText.MatchCard-module__FYQ_vW__live{color:var(--accent-live);text-shadow:0 0 8px #0f86;border-color:#0f83;animation:2s infinite MatchCard-module__FYQ_vW__pulse}.MatchCard-module__FYQ_vW__smartStatusText.MatchCard-module__FYQ_vW__finished{color:var(--text-dim);text-decoration:line-through}.MatchCard-module__FYQ_vW__teams{flex:1;justify-content:space-between;align-items:center;margin:16px 0;display:flex}.MatchCard-module__FYQ_vW__team{flex-direction:column;flex:1;align-items:center;gap:16px;display:flex}.MatchCard-module__FYQ_vW__logoWrapper{background-color:#ffffff05;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;padding:10px;transition:all .3s;display:flex;position:relative}.MatchCard-module__FYQ_vW__card:hover .MatchCard-module__FYQ_vW__logoWrapper{background-color:#ffffff14;transform:scale(1.08);box-shadow:0 0 25px #ffffff1a}.MatchCard-module__FYQ_vW__logo{object-fit:contain;width:100%;height:100%}.MatchCard-module__FYQ_vW__teamName{text-align:center;letter-spacing:.5px;font-size:1.05rem;font-weight:700;line-height:1.2}.MatchCard-module__FYQ_vW__vs{color:#fff3;padding:0 16px;font-size:1rem;font-weight:800}.MatchCard-module__FYQ_vW__footer{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-top:auto;padding-top:20px;display:flex}.MatchCard-module__FYQ_vW__watchBtn{color:var(--text-main);background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;justify-content:center;align-items:center;width:100%;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.MatchCard-module__FYQ_vW__watchBtn:hover:not(:disabled){background-color:var(--text-main);color:#000}.MatchCard-module__FYQ_vW__watchBtn.MatchCard-module__FYQ_vW__live{background-color:var(--accent-live);color:#000;border-color:var(--accent-live)}.MatchCard-module__FYQ_vW__watchBtn.MatchCard-module__FYQ_vW__live:hover{background-color:var(--accent-hover);box-shadow:0 0 15px #00ff884d}@keyframes MatchCard-module__FYQ_vW__pulse{0%{opacity:.8}50%{opacity:1}to{opacity:.8}}@media (max-width:768px){.MatchCard-module__FYQ_vW__card{border-radius:16px;gap:12px;padding:18px 16px}.MatchCard-module__FYQ_vW__teams{margin:8px 0}.MatchCard-module__FYQ_vW__logoWrapper{width:52px;height:52px;padding:8px}.MatchCard-module__FYQ_vW__teamName{letter-spacing:0;white-space:normal;word-break:break-word;font-size:.9rem}.MatchCard-module__FYQ_vW__vs{padding:0 10px;font-size:.9rem}.MatchCard-module__FYQ_vW__watchBtn{border-radius:14px;min-height:50px;padding:14px 20px;font-size:1rem}.MatchCard-module__FYQ_vW__footer{padding-top:14px}.MatchCard-module__FYQ_vW__smartStatusText{padding:3px 6px;font-size:.78rem}}
.StandingsWidget-module__wXHvaW__container{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-lg);background-color:#ffffff05;border:1px solid #ffffff0d;flex-direction:column;gap:16px;height:100%;padding:24px;display:flex}.StandingsWidget-module__wXHvaW__header{align-items:center;gap:12px;margin-bottom:8px;display:flex}.StandingsWidget-module__wXHvaW__title{color:#fff;margin:0;font-size:1.25rem;font-weight:700}.StandingsWidget-module__wXHvaW__icon{color:var(--accent-live)}.StandingsWidget-module__wXHvaW__filterContainer{scrollbar-width:none;gap:8px;padding-bottom:8px;display:flex;overflow-x:auto}.StandingsWidget-module__wXHvaW__filterContainer::-webkit-scrollbar{display:none}.StandingsWidget-module__wXHvaW__chip{color:var(--text-dim);cursor:pointer;white-space:nowrap;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;padding:6px 14px;font-size:.8rem;font-weight:600;transition:all .2s}.StandingsWidget-module__wXHvaW__chip:hover{color:#fff;background-color:#ffffff1a}.StandingsWidget-module__wXHvaW__chip.StandingsWidget-module__wXHvaW__active{background-color:var(--text-main);color:#000;border-color:var(--text-main)}.StandingsWidget-module__wXHvaW__tableWrapper{animation:.4s ease-out StandingsWidget-module__wXHvaW__fadeIn;overflow-x:auto}@keyframes StandingsWidget-module__wXHvaW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.StandingsWidget-module__wXHvaW__table{border-collapse:collapse;width:100%;font-size:.85rem}.StandingsWidget-module__wXHvaW__table th{text-align:left;color:var(--text-dim);text-transform:uppercase;border-bottom:1px solid #ffffff1a;padding:10px 8px;font-size:.75rem;font-weight:600}.StandingsWidget-module__wXHvaW__table td{color:#fff;border-bottom:1px solid #ffffff0d;padding:12px 8px;font-weight:500}.StandingsWidget-module__wXHvaW__table tr:hover td{background-color:#ffffff05}.StandingsWidget-module__wXHvaW__table tr:last-child td{border-bottom:none}.StandingsWidget-module__wXHvaW__table th:first-child,.StandingsWidget-module__wXHvaW__table td:first-child{text-align:center;width:30px;color:var(--text-dim);padding-left:0}.StandingsWidget-module__wXHvaW__table th:last-child,.StandingsWidget-module__wXHvaW__table td:last-child{text-align:center;color:var(--accent-live);padding-right:0;font-weight:700}.StandingsWidget-module__wXHvaW__teamName{align-items:center;font-weight:600;display:flex}.StandingsWidget-module__wXHvaW__numCol{text-align:center!important;color:var(--text-dim)!important}.StandingsWidget-module__wXHvaW__liveIndicator{background-color:var(--accent-live);border-radius:50%;width:8px;height:8px;margin-left:8px;animation:2s infinite StandingsWidget-module__wXHvaW__pulse;box-shadow:0 0 8px #0f89}.StandingsWidget-module__wXHvaW__lastUpdated{color:var(--text-dim);margin-left:auto;font-size:.75rem;font-weight:500}.StandingsWidget-module__wXHvaW__sourceAttribution{color:var(--text-dim);opacity:.6;text-align:right;justify-content:flex-end;align-items:center;gap:4px;margin-top:8px;font-family:Inter,sans-serif;font-size:.7rem;display:flex}.StandingsWidget-module__wXHvaW__formContainer{justify-content:center;align-items:center;gap:4px;display:flex}.StandingsWidget-module__wXHvaW__formCircle{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:.55rem;font-weight:800;display:flex}.StandingsWidget-module__wXHvaW__formW{color:var(--accent-live);background-color:#00ff8826;border:1px solid #00ff8880}.StandingsWidget-module__wXHvaW__formD{color:var(--text-dim);background-color:#ffffff0d;border:1px solid #fff3}.StandingsWidget-module__wXHvaW__formL{color:#f55;background-color:#ff323226;border:1px solid #ff555580}.StandingsWidget-module__wXHvaW__zoneUCL{background-color:#00ff8808;border-left:2px solid #0f89!important}.StandingsWidget-module__wXHvaW__zoneRelegation{background-color:#ff323208;border-left:2px solid #ff323299!important}.StandingsWidget-module__wXHvaW__spinner{border:3px solid #ffffff1a;border-top-color:var(--accent-live);border-radius:50%;width:24px;height:24px;margin:40px auto;animation:.8s linear infinite StandingsWidget-module__wXHvaW__spin}@keyframes StandingsWidget-module__wXHvaW__spin{to{transform:rotate(360deg)}}
.Dashboard-module__w7WZ1G__container{max-width:1400px;margin:0 auto;padding:24px 20px 80px}.Dashboard-module__w7WZ1G__header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.Dashboard-module__w7WZ1G__logo{letter-spacing:2px;color:var(--text-main);text-transform:uppercase;align-items:center;gap:12px;font-size:1.8rem;font-weight:800;display:flex}.Dashboard-module__w7WZ1G__logoIcon{color:var(--accent-live);filter:drop-shadow(0 0 8px #0f89)}.Dashboard-module__w7WZ1G__logoText{background:linear-gradient(90deg,#fff,#a0a0a0);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Dashboard-module__w7WZ1G__heroSection{border-radius:var(--radius-lg);background:linear-gradient(135deg,#0a0a0a,#111);border:1px solid #ffffff0d;align-items:flex-end;width:100%;height:400px;margin-bottom:48px;padding:40px;display:flex;position:relative;overflow:hidden}.Dashboard-module__w7WZ1G__heroBg{z-index:1;background:radial-gradient(circle at 100% 0,#00ff8826,#0000 50%),radial-gradient(circle at 0 100%,#ffd7000d,#0000 50%);width:100%;height:100%;animation:10s infinite alternate Dashboard-module__w7WZ1G__meshGradient;position:absolute;top:0;left:0}@keyframes Dashboard-module__w7WZ1G__meshGradient{0%{background-position:0 0}to{background-position:100% 100%}}.Dashboard-module__w7WZ1G__heroContent{z-index:2;justify-content:space-between;align-items:flex-end;width:100%;display:flex;position:relative}.Dashboard-module__w7WZ1G__heroMain{max-width:70%}.Dashboard-module__w7WZ1G__heroBadge{color:var(--accent-live);letter-spacing:1px;background-color:#00ff881a;border-radius:50px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 16px;font-size:.9rem;font-weight:700;display:inline-flex;box-shadow:0 0 15px #0f83}.Dashboard-module__w7WZ1G__heroPulse{background-color:var(--accent-live);border-radius:50%;width:8px;height:8px;animation:2s infinite Dashboard-module__w7WZ1G__pulse}.Dashboard-module__w7WZ1G__heroTitle{text-transform:uppercase;color:#fff;text-shadow:0 4px 20px #000c;margin-bottom:12px;font-size:3.5rem;font-weight:900;line-height:1.1}.Dashboard-module__w7WZ1G__heroComp{color:var(--text-dim);font-size:1.2rem;font-weight:500}.Dashboard-module__w7WZ1G__heroAction{align-items:center;display:flex}.Dashboard-module__w7WZ1G__heroBtn{background-color:var(--accent-live);color:#000;border-radius:50px;align-items:center;gap:12px;padding:16px 32px;font-size:1.1rem;font-weight:800;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 0 20px #00ff884d}.Dashboard-module__w7WZ1G__heroBtn:hover{background-color:#00e67a;transform:scale(1.05);box-shadow:0 0 30px #00ff8880}.Dashboard-module__w7WZ1G__filterSection{align-items:center;gap:16px;margin-bottom:32px;display:flex}.Dashboard-module__w7WZ1G__chipsWrapper{flex:1;min-width:0;position:relative}.Dashboard-module__w7WZ1G__chipsWrapper:after{content:"";background:linear-gradient(to right, transparent, var(--bg-primary));pointer-events:none;z-index:2;width:48px;height:100%;position:absolute;top:0;right:0}.Dashboard-module__w7WZ1G__chipsContainer{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:12px;padding-bottom:8px;padding-right:48px;display:flex;overflow-x:auto}.Dashboard-module__w7WZ1G__chipsContainer::-webkit-scrollbar{display:none}.Dashboard-module__w7WZ1G__chip{color:var(--text-dim);cursor:pointer;white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#ffffff08;border:1px solid #ffffff1a;border-radius:50px;padding:10px 20px;font-size:.95rem;font-weight:600;transition:all .2s}.Dashboard-module__w7WZ1G__chip:hover{color:#fff;background-color:#ffffff14}.Dashboard-module__w7WZ1G__chip.Dashboard-module__w7WZ1G__active{background-color:var(--text-main);color:#000;border-color:var(--text-main);box-shadow:0 4px 15px #ffffff26}.Dashboard-module__w7WZ1G__searchWrapper{min-width:250px;position:relative}.Dashboard-module__w7WZ1G__searchInput{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#ffffff08;border:1px solid #ffffff1a;border-radius:50px;outline:none;width:100%;padding:12px 16px 12px 40px;transition:all .2s}.Dashboard-module__w7WZ1G__searchInput:focus{border-color:var(--text-dim);background-color:#ffffff0d}.Dashboard-module__w7WZ1G__searchIcon{color:var(--text-dim);position:absolute;top:50%;left:14px;transform:translateY(-50%)}.Dashboard-module__w7WZ1G__mainContent{grid-template-columns:1fr;gap:32px;display:grid}@media (min-width:1024px){.Dashboard-module__w7WZ1G__mainContent{grid-template-columns:7fr 3fr}}.Dashboard-module__w7WZ1G__matchListArea{flex-direction:column;gap:24px;display:flex}.Dashboard-module__w7WZ1G__standingsArea{position:sticky;top:24px}.Dashboard-module__w7WZ1G__grid{grid-template-columns:repeat(1,1fr);gap:16px;display:grid}@media (min-width:640px){.Dashboard-module__w7WZ1G__grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (min-width:1400px){.Dashboard-module__w7WZ1G__grid{grid-template-columns:repeat(3,1fr);gap:24px}}.Dashboard-module__w7WZ1G__staggerItem{animation:.6s cubic-bezier(.2,.8,.2,1) both Dashboard-module__w7WZ1G__fadeInUp}@keyframes Dashboard-module__w7WZ1G__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Dashboard-module__w7WZ1G__noResults{text-align:center;color:var(--text-dim);border-radius:var(--radius-lg);background-color:#ffffff05;border:1px dashed #ffffff1a;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:80px 20px;display:flex}.Dashboard-module__w7WZ1G__noResults h3{color:#fff;margin:0;font-size:1.5rem}.Dashboard-module__w7WZ1G__noResults p{max-width:400px;margin:0;line-height:1.6}.Dashboard-module__w7WZ1G__timezoneBadge{border:1px solid var(--border-light);color:var(--text-dim);background-color:#ffffff0d;border-radius:50px;align-items:center;gap:6px;padding:6px 16px;font-size:.85rem;font-weight:500;display:inline-flex}@media (max-width:768px){.Dashboard-module__w7WZ1G__container{padding:16px 16px 80px}.Dashboard-module__w7WZ1G__header{flex-direction:row;justify-content:space-between;align-items:center;gap:0;margin-bottom:24px}.Dashboard-module__w7WZ1G__logo{letter-spacing:1px;font-size:1.3rem}.Dashboard-module__w7WZ1G__timezoneBadge{padding:4px 10px;font-size:.75rem}.Dashboard-module__w7WZ1G__heroSection{border-radius:16px;align-items:flex-start;height:auto;min-height:220px;margin-bottom:24px;padding:24px 20px}.Dashboard-module__w7WZ1G__heroContent{flex-direction:column;align-items:flex-start;gap:20px;width:100%}.Dashboard-module__w7WZ1G__heroMain{max-width:100%}.Dashboard-module__w7WZ1G__heroBadge{margin-bottom:10px;padding:4px 12px;font-size:.75rem}.Dashboard-module__w7WZ1G__heroTitle{margin-bottom:8px;font-size:1.6rem;line-height:1.2}.Dashboard-module__w7WZ1G__heroComp{font-size:.95rem}.Dashboard-module__w7WZ1G__heroAction{width:100%}.Dashboard-module__w7WZ1G__heroBtn{border-radius:14px;justify-content:center;width:100%;padding:14px 24px;font-size:1rem}.Dashboard-module__w7WZ1G__filterSection{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:20px}.Dashboard-module__w7WZ1G__chipsWrapper{width:100%}.Dashboard-module__w7WZ1G__chip{padding:8px 16px;font-size:.85rem}.Dashboard-module__w7WZ1G__searchWrapper{min-width:unset;width:100%}.Dashboard-module__w7WZ1G__grid{grid-template-columns:1fr;gap:12px}.Dashboard-module__w7WZ1G__mainContent{gap:24px}.Dashboard-module__w7WZ1G__standingsArea{position:static}.Dashboard-module__w7WZ1G__noResults{padding:48px 16px}}.Dashboard-module__w7WZ1G__footer{text-align:center;color:var(--text-dim);opacity:.5;border-top:1px solid #ffffff0d;margin-top:48px;padding:24px 0 16px;font-size:.8rem}
