.InDepth-module__8rSeLW__container{max-width:1200px;margin:0 auto;padding:20px}.InDepth-module__8rSeLW__header{text-align:center;margin-bottom:30px}.InDepth-module__8rSeLW__title{color:var(--text-primary);margin-bottom:10px;font-size:2rem}.InDepth-module__8rSeLW__subtitle{color:var(--text-secondary);font-size:1.1rem}.InDepth-module__8rSeLW__leagueSelector{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:30px;display:flex}.InDepth-module__8rSeLW__leagueBtn{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;border-radius:20px;align-items:center;gap:8px;padding:10px 20px;font-weight:600;transition:all .2s;display:flex}.InDepth-module__8rSeLW__leagueBtn:hover{background:var(--bg-tertiary);border-color:var(--accent-color)}.InDepth-module__8rSeLW__leagueBtnActive{background:var(--accent-color);color:#fff;border-color:var(--accent-color)}.InDepth-module__8rSeLW__leagueFlag{object-fit:contain;background-color:#ffffffe6;border-radius:50%;width:28px;height:28px;padding:3px}.InDepth-module__8rSeLW__sectionTitle{color:var(--text-primary);border-bottom:2px solid var(--border-color);margin-bottom:20px;padding-bottom:10px;font-size:1.5rem}.InDepth-module__8rSeLW__teamGrid{flex-wrap:nowrap;gap:15px;margin-bottom:30px;padding-bottom:15px;display:flex;overflow-x:auto}.InDepth-module__8rSeLW__teamGrid::-webkit-scrollbar{height:8px}.InDepth-module__8rSeLW__teamGrid::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.InDepth-module__8rSeLW__teamCard{background:var(--bg-secondary);border:1px solid var(--border-color);cursor:pointer;border-radius:12px;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:10px;width:100px;height:120px;transition:all .2s;display:flex}.InDepth-module__8rSeLW__teamCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.InDepth-module__8rSeLW__teamCardActive{border-color:var(--accent-color);background:#00e6761a}.InDepth-module__8rSeLW__teamLogo{object-fit:contain;width:40px;height:40px}.InDepth-module__8rSeLW__teamName{color:var(--text-primary);text-align:center;padding:0 5px;font-size:.85rem;font-weight:600}.InDepth-module__8rSeLW__fixtureList{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;display:grid}.InDepth-module__8rSeLW__fixtureCard{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;gap:15px;padding:20px;display:flex}.InDepth-module__8rSeLW__fixtureTime{text-align:center;color:var(--text-secondary);font-size:.9rem;font-weight:500}.InDepth-module__8rSeLW__teamsContainer{justify-content:space-between;align-items:center;display:flex}.InDepth-module__8rSeLW__teamHome,.InDepth-module__8rSeLW__teamAway{flex-direction:column;flex:1;align-items:center;gap:8px;display:flex}.InDepth-module__8rSeLW__matchTeamLogo{object-fit:contain;width:50px;height:50px}.InDepth-module__8rSeLW__teamNameText{color:var(--text-primary);text-align:center;font-size:.95rem;font-weight:600}.InDepth-module__8rSeLW__vs{color:var(--text-secondary);margin:0 15px;font-size:1.2rem;font-weight:700}.InDepth-module__8rSeLW__predictBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00e676,#00b0ff);border:none;border-radius:8px;padding:12px;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s}.InDepth-module__8rSeLW__predictBtn:hover{transform:translateY(-2px);box-shadow:0 6px 15px #00e6764d}.InDepth-module__8rSeLW__loading{text-align:center;color:var(--text-secondary);padding:50px;font-size:1.2rem}.InDepth-module__8rSeLW__noData{text-align:center;color:var(--text-secondary);background:var(--bg-secondary);border-radius:8px;padding:30px}
.PredictionModal-module__uSELiW__overlay{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.PredictionModal-module__uSELiW__modal{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:16px;width:90%;max-width:700px;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 10px 40px #00000080}.PredictionModal-module__uSELiW__closeBtn{color:var(--text-secondary);cursor:pointer;z-index:2;background:0 0;border:none;font-size:2rem;transition:color .2s;position:absolute;top:15px;right:20px}.PredictionModal-module__uSELiW__closeBtn:hover{color:var(--text-primary)}.PredictionModal-module__uSELiW__header{border-bottom:1px solid var(--border-color);background:linear-gradient(135deg,#00e6761a,#00b0ff1a);justify-content:space-between;align-items:center;padding:30px;display:flex}.PredictionModal-module__uSELiW__team{flex-direction:column;flex:1;align-items:center;gap:10px;display:flex}.PredictionModal-module__uSELiW__teamLogo{object-fit:contain;width:80px;height:80px}.PredictionModal-module__uSELiW__teamName{color:var(--text-primary);text-align:center;font-size:1.1rem;font-weight:700}.PredictionModal-module__uSELiW__vsInfo{flex-direction:column;flex:.5;align-items:center;gap:5px;display:flex}.PredictionModal-module__uSELiW__vs{color:var(--text-secondary);font-size:1.5rem;font-weight:900}.PredictionModal-module__uSELiW__date{color:var(--text-secondary);text-align:center;font-size:.85rem}.PredictionModal-module__uSELiW__detailsBtn{color:var(--primary);border:1px solid var(--primary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:20px;margin-top:5px;padding:4px 12px;font-size:.75rem;font-weight:600;transition:all .2s}.PredictionModal-module__uSELiW__detailsBtn:hover{background:var(--primary);color:#fff}.PredictionModal-module__uSELiW__content{padding:30px}.PredictionModal-module__uSELiW__loading,.PredictionModal-module__uSELiW__error{text-align:center;color:var(--text-secondary);padding:40px;font-size:1.1rem}.PredictionModal-module__uSELiW__error{color:#ef4444}.PredictionModal-module__uSELiW__adviceBox{background:#00e6761a;border-left:4px solid #00e676;border-radius:4px;margin-bottom:30px;padding:15px 20px}.PredictionModal-module__uSELiW__adviceBox h3{color:#00e676;margin:0 0 10px;font-size:1.1rem}.PredictionModal-module__uSELiW__adviceBox p{color:var(--text-primary);margin:0;font-size:1.2rem;font-weight:600}.PredictionModal-module__uSELiW__mainProbabilities{margin-bottom:30px}.PredictionModal-module__uSELiW__mainProbabilities h3{color:var(--text-primary);margin:0 0 15px}.PredictionModal-module__uSELiW__probBars{background:var(--bg-secondary);border-radius:12px;justify-content:space-around;align-items:flex-end;height:150px;padding:20px;display:flex}.PredictionModal-module__uSELiW__probItem{flex-direction:column;align-items:center;gap:10px;width:30%;display:flex}.PredictionModal-module__uSELiW__probLabel{color:var(--text-secondary);font-weight:700}.PredictionModal-module__uSELiW__probBar{color:#fff;border-radius:8px 8px 0 0;justify-content:center;align-items:flex-end;width:100%;padding-bottom:10px;font-size:1.1rem;font-weight:700;transition:height 1s ease-out;display:flex}.PredictionModal-module__uSELiW__extraPredictions{gap:20px;margin-bottom:30px;display:flex}.PredictionModal-module__uSELiW__infoBadge{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:5px;padding:15px;display:flex}.PredictionModal-module__uSELiW__infoBadge span{color:var(--text-secondary);font-size:.9rem}.PredictionModal-module__uSELiW__infoBadge strong{color:var(--text-primary);font-size:1.1rem}.PredictionModal-module__uSELiW__comparisonSection{background:var(--bg-secondary);border-radius:12px;margin-bottom:30px;padding:20px}.PredictionModal-module__uSELiW__comparisonSection h3{text-align:center;color:var(--text-primary);margin:0 0 20px}.PredictionModal-module__uSELiW__statRow{margin-bottom:15px}.PredictionModal-module__uSELiW__statLabel{text-align:center;color:var(--text-secondary);margin-bottom:5px;font-size:.9rem}.PredictionModal-module__uSELiW__statValues{color:var(--text-primary);justify-content:space-between;margin-bottom:5px;font-size:.85rem;font-weight:700;display:flex}.PredictionModal-module__uSELiW__barContainer{background:var(--bg-tertiary);border-radius:4px;height:8px;display:flex;overflow:hidden}.PredictionModal-module__uSELiW__barHome{background:#00b0ff}.PredictionModal-module__uSELiW__barAway{background:#f87171}.PredictionModal-module__uSELiW__h2hSection{background:var(--bg-secondary);border-radius:12px;padding:20px}.PredictionModal-module__uSELiW__h2hSection h3{color:var(--text-primary);margin:0 0 15px}.PredictionModal-module__uSELiW__h2hList{margin:0;padding:0;list-style:none}.PredictionModal-module__uSELiW__h2hItem{border-bottom:1px solid var(--border-color);color:var(--text-secondary);justify-content:space-between;padding:10px 0;font-size:.9rem;display:flex}.PredictionModal-module__uSELiW__h2hItem:last-child{border-bottom:none}.PredictionModal-module__uSELiW__h2hItem strong{color:var(--text-primary);font-size:1rem}
.PlayerProfileModal-module__-iOSEq__modalOverlay{z-index:10000;padding:var(--space-md);background-color:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.PlayerProfileModal-module__-iOSEq__modalContent{background-color:var(--bg-main);border:1px solid #00e6764d;border-left:4px solid var(--primary);border-radius:var(--radius-lg);background-image:linear-gradient(#0a0a0f66,#0a0a0fcc),url(/images/bg-profile-bottom.png);background-position:top;background-size:cover;flex-direction:column;width:100%;max-width:600px;max-height:90vh;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080,0 0 20px #00e67626}.PlayerProfileModal-module__-iOSEq__closeButton{color:var(--text-muted);cursor:pointer;z-index:10;background:0 0;border:none;font-size:1.5rem;line-height:1;position:absolute;top:15px;right:15px}.PlayerProfileModal-module__-iOSEq__closeButton:hover{color:var(--text-primary)}.PlayerProfileModal-module__-iOSEq__modalHeader{padding:var(--space-xl)var(--space-lg)var(--space-lg);background-color:#0000;background-image:linear-gradient(#2a1f1033,#0a0a0f99),url(/images/bg-profile-top.png);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-bottom:1px solid #ffd70066;flex-direction:column;flex-shrink:0;align-items:center;display:flex;position:relative}.PlayerProfileModal-module__-iOSEq__modalHeader:before{content:"";pointer-events:none;z-index:0;background-image:none;position:absolute;inset:0;box-shadow:inset 0 0 100px #ffd7000d}.PlayerProfileModal-module__-iOSEq__avatar{width:140px;height:140px;margin-bottom:var(--space-md);object-fit:cover;z-index:2;background:linear-gradient(135deg,gold,orange);border:none;border-radius:50%;padding:4px;position:relative;box-shadow:0 0 25px #ffd70080}.PlayerProfileModal-module__-iOSEq__playerName{color:#fff;text-shadow:0 0 10px #ffffff80,0 0 20px #ffd7004d;margin-bottom:var(--space-sm);text-align:center;z-index:2;letter-spacing:.5px;font-size:2rem;font-weight:900;position:relative}.PlayerProfileModal-module__-iOSEq__playerDetails{gap:var(--space-md);color:var(--text-secondary);z-index:2;font-size:.95rem;display:flex;position:relative}.PlayerProfileModal-module__-iOSEq__badge{color:#e0e0e0;z-index:2;background:#0009;border:1px solid #ffd70066;border-radius:20px;padding:6px 14px;font-weight:600;position:relative;box-shadow:0 0 10px #ffd7001a}.PlayerProfileModal-module__-iOSEq__statsRow{justify-content:space-between;gap:var(--space-md);margin-top:var(--space-md);scrollbar-width:thin;width:100%;padding-bottom:8px;display:flex;overflow-x:auto}.PlayerProfileModal-module__-iOSEq__statsRow::-webkit-scrollbar{height:4px}.PlayerProfileModal-module__-iOSEq__statsRow::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:4px}.PlayerProfileModal-module__-iOSEq__statItem{flex-direction:column;flex:1 0 auto;align-items:center;gap:4px;min-width:65px;display:flex}.PlayerProfileModal-module__-iOSEq__statLabel{color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;font-size:.75rem;font-weight:600}.PlayerProfileModal-module__-iOSEq__statValue{color:#10b981;text-shadow:0 0 10px #10b98166;font-size:1.25rem;font-weight:700}.PlayerProfileModal-module__-iOSEq__premiumStatBox{z-index:1;background-color:#0f0f14f2;border:1px solid #ffd70099;border-radius:12px;margin-bottom:15px;padding:15px;position:relative;overflow:hidden;box-shadow:0 0 15px #ffd70026}.PlayerProfileModal-module__-iOSEq__premiumStatBox:before{content:"";z-index:-1;background-image:linear-gradient(#0f0f1433,#0f0f1466),url(/images/bg-stat-card.png);background-size:100% 100%;position:absolute;inset:-30px}.PlayerProfileModal-module__-iOSEq__cleanStatBox{z-index:1;background-color:#0f0f14f2;border:1px solid #ffd70099;border-radius:12px;margin-bottom:15px;padding:15px;position:relative;overflow:hidden;box-shadow:0 0 15px #ffd70026}.PlayerProfileModal-module__-iOSEq__middleBanner{text-align:center;z-index:2;color:gold;text-shadow:0 0 10px #ffd70099;margin:20px 0 10px;position:relative}.PlayerProfileModal-module__-iOSEq__middleBanner h3{letter-spacing:1px;margin:0;font-size:1.8rem;font-style:italic;font-weight:900}.PlayerProfileModal-module__-iOSEq__middleBanner p{color:#bbb;letter-spacing:2px;text-transform:uppercase;margin:5px 0 0;font-size:.65rem}.PlayerProfileModal-module__-iOSEq__modalBody{padding:var(--space-lg);background-color:var(--bg-main);flex:1;overflow-y:auto}.PlayerProfileModal-module__-iOSEq__rankBadge{color:#000;z-index:2;white-space:nowrap;text-align:center;background:linear-gradient(135deg,gold,orange);border:2px solid #fff;border-radius:20px;width:max-content;max-width:90vw;padding:4px 12px;font-size:.8rem;font-weight:800;line-height:1.2;position:absolute;top:0;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 10px #ffd70080}.PlayerProfileModal-module__-iOSEq__desktopBadge{white-space:nowrap;display:inline}.PlayerProfileModal-module__-iOSEq__mobileBadge{display:none}.PlayerProfileModal-module__-iOSEq__badgeLine1{font-size:.75rem;font-weight:700}.PlayerProfileModal-module__-iOSEq__badgeLine2{font-size:.85rem;font-weight:900}.PlayerProfileModal-module__-iOSEq__rankBadge.PlayerProfileModal-module__-iOSEq__rank1{color:#000;background:linear-gradient(135deg,gold,orange);box-shadow:0 0 15px #ffd70099}.PlayerProfileModal-module__-iOSEq__rankBadge.PlayerProfileModal-module__-iOSEq__rank2{color:#000;background:linear-gradient(135deg,#e8e8e8,#a9a9a9);box-shadow:0 0 15px #a9a9a999}.PlayerProfileModal-module__-iOSEq__rankBadge.PlayerProfileModal-module__-iOSEq__rank3_10{color:#fff;background:linear-gradient(135deg,#ffa07a,#cd7f32);box-shadow:0 0 15px #cd7f3299}.PlayerProfileModal-module__-iOSEq__avatarContainer{margin-bottom:var(--space-md);z-index:1;justify-content:center;align-items:center;display:flex;position:relative}.PlayerProfileModal-module__-iOSEq__avatarContainer:has(.PlayerProfileModal-module__-iOSEq__rank1):before{content:"";opacity:.35;filter:blur(25px);z-index:-1;pointer-events:none;background:#ffdb58;border-radius:50%;width:220px;height:220px;animation:3s infinite alternate PlayerProfileModal-module__-iOSEq__pulseOrbGold;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PlayerProfileModal-module__-iOSEq__avatarContainer:has(.PlayerProfileModal-module__-iOSEq__rank2):before{content:"";opacity:.35;filter:blur(25px);z-index:-1;pointer-events:none;background:silver;border-radius:50%;width:220px;height:220px;animation:3s infinite alternate PlayerProfileModal-module__-iOSEq__pulseOrbSilver;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PlayerProfileModal-module__-iOSEq__avatar.PlayerProfileModal-module__-iOSEq__rank1{background:linear-gradient(135deg,#fff700 0%,#ff8c00 50%,#fff700 100%);border:none;padding:8px;animation:2s infinite alternate PlayerProfileModal-module__-iOSEq__glowGoldPremium;box-shadow:0 0 30px #ffd700cc,0 0 60px #ff8c0080}.PlayerProfileModal-module__-iOSEq__avatar.PlayerProfileModal-module__-iOSEq__rank2{background:linear-gradient(135deg,#fff 0%,#9e9e9e 50%,#fff 100%);border:none;padding:7px;animation:2s infinite alternate PlayerProfileModal-module__-iOSEq__glowSilverPremium;box-shadow:0 0 25px #c0c0c0cc,0 0 45px #9e9e9e80}.PlayerProfileModal-module__-iOSEq__avatar.PlayerProfileModal-module__-iOSEq__rank3_10{background:linear-gradient(135deg,#ffb088 0%,#8b4513 50%,#ffb088 100%);border:none;padding:6px;box-shadow:0 0 20px #cd7f32b3}@keyframes PlayerProfileModal-module__-iOSEq__pulseOrbGold{0%{opacity:.6;transform:translate(-50%,-50%)scale(.9)}to{opacity:1;transform:translate(-50%,-50%)scale(1.3)}}@keyframes PlayerProfileModal-module__-iOSEq__pulseOrbSilver{0%{opacity:.6;transform:translate(-50%,-50%)scale(.9)}to{opacity:1;transform:translate(-50%,-50%)scale(1.3)}}@keyframes PlayerProfileModal-module__-iOSEq__glowGoldPremium{0%{box-shadow:0 0 20px #ffd70080}to{box-shadow:0 0 40px gold,0 0 80px #ff8c00b3}}@keyframes PlayerProfileModal-module__-iOSEq__glowSilverPremium{0%{box-shadow:0 0 15px #c0c0c080}to{box-shadow:0 0 35px silver,0 0 60px #9e9e9eb3}}.PlayerProfileModal-module__-iOSEq__transferRow{justify-content:space-between;align-items:center;padding-bottom:10px;display:flex}.PlayerProfileModal-module__-iOSEq__transferTeam{flex:1;align-items:center;gap:8px;display:flex}.PlayerProfileModal-module__-iOSEq__transferTeamRight{flex:1;justify-content:flex-end;align-items:center;gap:8px;display:flex}.PlayerProfileModal-module__-iOSEq__transferInfo{color:#fff;flex-direction:column;align-items:center;min-width:90px;padding:0 10px;font-size:.85rem;font-weight:500;display:flex}.PlayerProfileModal-module__-iOSEq__transferDate,.PlayerProfileModal-module__-iOSEq__transferType{white-space:nowrap}@media (max-width:600px){.PlayerProfileModal-module__-iOSEq__transferRow{background:#ffffff05;border-radius:8px;flex-direction:column;align-items:center;gap:8px;margin-bottom:5px;padding:10px}.PlayerProfileModal-module__-iOSEq__transferTeam,.PlayerProfileModal-module__-iOSEq__transferTeamRight{justify-content:center;width:100%}.PlayerProfileModal-module__-iOSEq__transferInfo{background:#ffffff14;border-radius:12px;flex-direction:row;justify-content:center;gap:15px;width:100%;margin:4px 0;padding:6px 16px}.PlayerProfileModal-module__-iOSEq__desktopBadge{display:none}.PlayerProfileModal-module__-iOSEq__mobileBadge{flex-direction:column;align-items:center;line-height:1.2;display:flex}.PlayerProfileModal-module__-iOSEq__modalHeader{padding:24px 12px 12px}.PlayerProfileModal-module__-iOSEq__avatar{width:100px;height:100px;margin-bottom:8px}.PlayerProfileModal-module__-iOSEq__playerName{margin-bottom:6px;font-size:1.4rem}.PlayerProfileModal-module__-iOSEq__playerDetails{gap:6px;font-size:.85rem}.PlayerProfileModal-module__-iOSEq__rankBadge{padding:3px 10px;transform:translate(-50%,-75%)}.PlayerProfileModal-module__-iOSEq__badgeLine1{font-size:.7rem}.PlayerProfileModal-module__-iOSEq__badgeLine2{font-size:.8rem}.PlayerProfileModal-module__-iOSEq__rankBadge+.PlayerProfileModal-module__-iOSEq__avatar{margin-top:16px}}.PlayerProfileModal-module__-iOSEq__desktopMatch{background-color:var(--bg-secondary);border-radius:8px;justify-content:space-between;align-items:center;padding:10px;display:flex}.PlayerProfileModal-module__-iOSEq__mobileMatch{background-color:var(--bg-secondary);border-radius:8px;flex-direction:column;padding:12px;display:none}@media (max-width:600px){.PlayerProfileModal-module__-iOSEq__desktopMatch{display:none}.PlayerProfileModal-module__-iOSEq__mobileMatch{display:flex}}
.OneLineMemo-module__T4d8mG__container{background-color:var(--bg-secondary);border-radius:var(--radius-lg);padding:var(--space-xl);margin-top:var(--space-xl);gap:var(--space-md);background-image:linear-gradient(#0f141999,#0f1419e6),url(/images/bg-cheer-section.png);background-position:50%;background-size:cover;border:1px solid #ffffff1a;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000004d}.OneLineMemo-module__T4d8mG__header{border-bottom:1px solid var(--border-color);padding-bottom:var(--space-sm);justify-content:space-between;align-items:center;display:flex}.OneLineMemo-module__T4d8mG__title{color:var(--text-primary);font-size:1.25rem;font-weight:600}.OneLineMemo-module__T4d8mG__memoCount{color:var(--text-muted);font-size:.9rem}.OneLineMemo-module__T4d8mG__inputArea{gap:var(--space-sm);display:flex}.OneLineMemo-module__T4d8mG__input{padding:var(--space-md);border-radius:var(--radius-md);color:#fff;transition:all var(--transition-fast);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f141999;border:1px solid #ffffff26;flex:1;font-size:.95rem}.OneLineMemo-module__T4d8mG__input:focus{border-color:var(--primary);outline:none}.OneLineMemo-module__T4d8mG__submitBtn{background:var(--primary);color:#fff;padding:0 var(--space-xl);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);border:none;font-weight:600}.OneLineMemo-module__T4d8mG__submitBtn:hover{background:#00bfa5;transform:translateY(-2px)}.OneLineMemo-module__T4d8mG__memoList{gap:var(--space-sm);flex-direction:column;min-height:250px;display:flex}.OneLineMemo-module__T4d8mG__memoItem{border-radius:var(--radius-md);padding:var(--space-sm)var(--space-md);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#14191e99;border:1px solid #ffffff14;justify-content:space-between;align-items:center;transition:transform .2s,background .2s;animation:.3s ease-out OneLineMemo-module__T4d8mG__fadeIn;display:flex}.OneLineMemo-module__T4d8mG__memoItem:hover{background:#1e232db3;border-color:#ffffff26}@keyframes OneLineMemo-module__T4d8mG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.OneLineMemo-module__T4d8mG__memoContent{text-align:center;flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.OneLineMemo-module__T4d8mG__memoText{color:var(--text-primary);font-size:.95rem}.OneLineMemo-module__T4d8mG__memoAuthor{color:var(--text-muted);font-size:.75rem}.OneLineMemo-module__T4d8mG__actionArea{align-items:center;gap:var(--space-sm);display:flex}.OneLineMemo-module__T4d8mG__voteBtn{border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;background:0 0;align-items:center;gap:4px;padding:4px 8px;font-size:.85rem;transition:all .2s;display:flex}.OneLineMemo-module__T4d8mG__voteBtn:hover{background:var(--bg-tertiary);color:var(--text-primary)}.OneLineMemo-module__T4d8mG__likeBtn:hover{color:#00e676;border-color:#00e676}.OneLineMemo-module__T4d8mG__dislikeBtn:hover{color:#ff1744;border-color:#ff1744}.OneLineMemo-module__T4d8mG__pagination{padding-top:var(--space-sm);border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;display:flex}.OneLineMemo-module__T4d8mG__pageBtn{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:var(--radius-sm);cursor:pointer;padding:6px 12px;font-size:.85rem;transition:all .2s}.OneLineMemo-module__T4d8mG__pageBtn:hover:not(:disabled){background:var(--bg-tertiary)}.OneLineMemo-module__T4d8mG__pageBtn:disabled{opacity:.5;cursor:not-allowed}.OneLineMemo-module__T4d8mG__pageInfo{color:var(--text-muted);font-size:.85rem}.OneLineMemo-module__T4d8mG__emptyState{text-align:center;color:var(--text-muted);padding:var(--space-xl)0;font-style:italic}@media (max-width:768px){.OneLineMemo-module__T4d8mG__memoItem{align-items:flex-start;gap:var(--space-sm);flex-direction:column}.OneLineMemo-module__T4d8mG__memoContent{width:100%}.OneLineMemo-module__T4d8mG__actionArea{width:100%;padding-top:var(--space-xs);border-top:1px dashed var(--border-color);justify-content:flex-end;align-self:flex-end;margin-top:4px}.OneLineMemo-module__T4d8mG__inputArea{flex-direction:column}.OneLineMemo-module__T4d8mG__submitBtn{width:100%;padding:var(--space-md)}}.OneLineMemo-module__T4d8mG__votedLike{color:#00e676;border-color:#00e676;box-shadow:0 0 8px #00e67666}.OneLineMemo-module__T4d8mG__votedDislike{color:#ff1744;border-color:#ff1744;box-shadow:0 0 8px #ff174466}
.SeasonRecordsTab-module__HDhahW__container{flex-direction:column;gap:20px;width:100%;display:flex}.SeasonRecordsTab-module__HDhahW__loadingContainer,.SeasonRecordsTab-module__HDhahW__emptyContainer{color:var(--text-muted);background-color:var(--bg-secondary);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex}.SeasonRecordsTab-module__HDhahW__card{background-color:var(--bg-secondary);border-radius:12px;padding:20px;position:relative;overflow:hidden;box-shadow:0 4px 15px #0003}.SeasonRecordsTab-module__HDhahW__cardHeader{align-items:center;gap:15px;margin-bottom:20px;display:flex;position:relative}.SeasonRecordsTab-module__HDhahW__badgeYear{color:#000;transform-origin:100% 100%;background-color:gold;padding:5px 30px;font-size:.9rem;font-weight:700;position:absolute;top:-20px;right:-20px;transform:rotate(45deg)}.SeasonRecordsTab-module__HDhahW__cardPhoto{object-fit:cover;background-color:#ffd70033;border:2px solid gold;border-radius:50%;width:70px;height:70px}.SeasonRecordsTab-module__HDhahW__cardTitle h2{color:var(--text-primary);margin:0 0 5px;font-size:1.5rem}.SeasonRecordsTab-module__HDhahW__cardTitle p{color:var(--text-secondary);align-items:center;gap:5px;margin:0;font-size:.9rem;display:flex}.SeasonRecordsTab-module__HDhahW__teamLogo{object-fit:contain;width:20px;height:20px}.SeasonRecordsTab-module__HDhahW__cardBody{flex-direction:column;gap:15px;display:flex}.SeasonRecordsTab-module__HDhahW__statsRow{gap:10px;display:flex}.SeasonRecordsTab-module__HDhahW__statBox{text-align:center;background-color:#ffffff0d;border-radius:8px;flex:1;padding:10px}.SeasonRecordsTab-module__HDhahW__statLabel{color:var(--text-muted);margin-bottom:5px;font-size:.8rem}.SeasonRecordsTab-module__HDhahW__statValue{color:gold;font-size:1.3rem;font-weight:700}.SeasonRecordsTab-module__HDhahW__sectionTitle{color:#10b981;margin-bottom:10px;font-size:1rem;font-weight:700}.SeasonRecordsTab-module__HDhahW__trophiesBox,.SeasonRecordsTab-module__HDhahW__summaryBox{background-color:#ffffff05;border-radius:8px;padding:15px}.SeasonRecordsTab-module__HDhahW__trophyList{flex-wrap:wrap;gap:8px;display:flex}.SeasonRecordsTab-module__HDhahW__trophyBadge{color:gold;background-color:#ffd7001a;border:1px solid #ffd7004d;border-radius:20px;padding:4px 8px;font-size:.8rem;font-weight:700}.SeasonRecordsTab-module__HDhahW__summaryText{color:var(--text-secondary);border-left:3px solid #10b981;padding-left:10px;font-style:italic;line-height:1.5}.SeasonRecordsTab-module__HDhahW__loadingSummary{color:var(--text-muted);align-items:center;gap:10px;font-size:.9rem;display:flex}.SeasonRecordsTab-module__HDhahW__spinner{border:3px solid #ffffff1a;border-top-color:#10b981;border-radius:50%;width:20px;height:20px;animation:1s linear infinite SeasonRecordsTab-module__HDhahW__spin}@keyframes SeasonRecordsTab-module__HDhahW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.ChatSection-module__1BQ-kW__chatContainer{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);flex-direction:column;height:700px;display:flex;overflow:hidden}.ChatSection-module__1BQ-kW__chatHeader{padding:var(--space-md);background-color:var(--bg-tertiary);border-bottom:1px solid var(--border-color);word-break:keep-all;justify-content:space-between;align-items:center;font-weight:700;display:flex}.ChatSection-module__1BQ-kW__liveBadge{letter-spacing:1px;color:#ef4444;background-color:#ef444426;border:1px solid #ef44444d;border-radius:4px;padding:3px 8px;font-size:.75rem;font-weight:900;animation:2s infinite ChatSection-module__1BQ-kW__pulse}@keyframes ChatSection-module__1BQ-kW__pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.ChatSection-module__1BQ-kW__archivedBadge{letter-spacing:1px;background-color:var(--bg-tertiary);color:var(--text-muted);border:1px solid var(--border-color);border-radius:4px;padding:3px 8px;font-size:.75rem;font-weight:800}.ChatSection-module__1BQ-kW__messageList{padding:var(--space-md);gap:var(--space-md);flex-direction:column;flex:1;display:flex;overflow-y:auto}.ChatSection-module__1BQ-kW__message{gap:var(--space-sm);max-width:80%;display:flex}.ChatSection-module__1BQ-kW__message.ChatSection-module__1BQ-kW__own{flex-direction:row-reverse;align-self:flex-end}.ChatSection-module__1BQ-kW__messageContent{background-color:var(--bg-tertiary);padding:var(--space-sm)var(--space-md);border-radius:var(--radius-md);font-size:.95rem;line-height:1.4}.ChatSection-module__1BQ-kW__message.ChatSection-module__1BQ-kW__own .ChatSection-module__1BQ-kW__messageContent{background-color:var(--primary);color:#000}.ChatSection-module__1BQ-kW__username{color:var(--text-muted);margin-right:4px;font-weight:600}.ChatSection-module__1BQ-kW__levelBadge{color:var(--primary);font-size:.85em}.ChatSection-module__1BQ-kW__message.ChatSection-module__1BQ-kW__own .ChatSection-module__1BQ-kW__username{color:#000000b3}.ChatSection-module__1BQ-kW__message.ChatSection-module__1BQ-kW__own .ChatSection-module__1BQ-kW__levelBadge{color:#000000d9;font-weight:700}.ChatSection-module__1BQ-kW__inputArea{padding:var(--space-md);background-color:var(--bg-tertiary);border-top:1px solid var(--border-color);gap:var(--space-sm);display:flex}.ChatSection-module__1BQ-kW__input{background-color:var(--bg-main);border:1px solid var(--border-color);border-radius:var(--radius-full);color:var(--text-primary);outline:none;flex:1;padding:.5rem 1rem}.ChatSection-module__1BQ-kW__input:focus{border-color:var(--primary)}.ChatSection-module__1BQ-kW__sendBtn{background-color:var(--primary);color:#000;cursor:pointer;width:36px;height:36px;transition:transform var(--transition-fast);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.ChatSection-module__1BQ-kW__sendBtn:hover{transform:scale(1.05)}
.CoachProfileModal-module__A0HZVq__modalOverlay{z-index:10000;padding:var(--space-md);background-color:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.CoachProfileModal-module__A0HZVq__modalContent{background-color:var(--bg-main);border:1px solid #00e6764d;border-left:4px solid var(--primary);border-radius:var(--radius-lg);flex-direction:column;width:100%;max-width:600px;max-height:90vh;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080}.CoachProfileModal-module__A0HZVq__closeButton{color:var(--text-muted);cursor:pointer;z-index:10;background:0 0;border:none;font-size:1.5rem;line-height:1;position:absolute;top:15px;right:15px}.CoachProfileModal-module__A0HZVq__closeButton:hover{color:var(--text-primary)}.CoachProfileModal-module__A0HZVq__modalHeader{padding:var(--space-xl)var(--space-lg)var(--space-lg);background:linear-gradient(to bottom,var(--bg-tertiary),var(--bg-main));border-bottom:1px solid var(--border-color);flex-direction:column;align-items:center;display:flex}.CoachProfileModal-module__A0HZVq__avatar{border:3px solid var(--primary);width:100px;height:100px;margin-bottom:var(--space-md);object-fit:cover;background-color:var(--bg-secondary);border-radius:50%}.CoachProfileModal-module__A0HZVq__playerName{color:var(--text-primary);margin-bottom:var(--space-sm);text-align:center;font-size:1.8rem;font-weight:700}.CoachProfileModal-module__A0HZVq__playerDetails{gap:var(--space-md);color:var(--text-secondary);font-size:.95rem;display:flex}.CoachProfileModal-module__A0HZVq__badge{background-color:var(--bg-secondary);border-radius:var(--radius-full);border:1px solid var(--border-color);padding:4px 12px}.CoachProfileModal-module__A0HZVq__statsRow{justify-content:space-between;gap:var(--space-md);margin-top:var(--space-md);scrollbar-width:thin;width:100%;padding-bottom:8px;display:flex;overflow-x:auto}.CoachProfileModal-module__A0HZVq__statsRow::-webkit-scrollbar{height:4px}.CoachProfileModal-module__A0HZVq__statsRow::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:4px}.CoachProfileModal-module__A0HZVq__statItem{flex-direction:column;flex:1 0 auto;align-items:center;min-width:65px;display:flex}.CoachProfileModal-module__A0HZVq__statLabel{color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;font-size:.75rem;font-weight:600}.CoachProfileModal-module__A0HZVq__statValue{color:var(--primary);font-size:1.25rem;font-weight:700}.CoachProfileModal-module__A0HZVq__modalBody{padding:var(--space-lg);background-color:var(--bg-main);flex:1;overflow-y:auto}
.page-module__9lWXLq__header{margin-bottom:var(--space-xl);border-bottom:1px solid var(--border-color);padding-bottom:var(--space-md)}.page-module__9lWXLq__breadcrumb{color:var(--text-muted);margin-bottom:var(--space-sm);font-size:.9rem}.page-module__9lWXLq__breadcrumb a:hover{color:var(--primary);text-decoration:underline}.page-module__9lWXLq__title{color:var(--text-primary);margin-bottom:var(--space-sm);font-size:3rem}.page-module__9lWXLq__stadium{color:var(--text-secondary);font-size:1.1rem}.page-module__9lWXLq__grid{gap:var(--space-xl);grid-template-columns:1fr 300px;display:grid}.page-module__9lWXLq__mainColumn{gap:var(--space-xl);flex-direction:column;display:flex}.page-module__9lWXLq__sectionTitle{margin-bottom:var(--space-md);color:var(--text-primary);font-size:1.5rem}.page-module__9lWXLq__playerList{gap:var(--space-md);grid-template-columns:repeat(auto-fill,minmax(250px,1fr));display:grid}.page-module__9lWXLq__playerCard{background-color:var(--bg-secondary);padding:var(--space-md);border-radius:var(--radius-md);border:1px solid var(--border-color)}.page-module__9lWXLq__playerName{margin-bottom:var(--space-sm);font-size:1.1rem;font-weight:700}.page-module__9lWXLq__playerDetails{color:var(--text-secondary);justify-content:space-between;font-size:.9rem;display:flex}.page-module__9lWXLq__condition{font-weight:700}.page-module__9lWXLq__widget{background-color:var(--bg-secondary);padding:var(--space-md);border-radius:var(--radius-lg);border:1px solid var(--border-color)}.page-module__9lWXLq__matchList{margin-top:var(--space-md);list-style:none}.page-module__9lWXLq__matchItem{padding:var(--space-sm)0;border-bottom:1px solid var(--border-color)}.page-module__9lWXLq__matchItem:last-child{border-bottom:none}.page-module__9lWXLq__matchTeams{margin-bottom:4px;font-weight:700}.page-module__9lWXLq__matchStatus{color:var(--primary);font-size:.85rem}.page-module__9lWXLq__placeholder{color:var(--text-muted);font-style:italic}@media (max-width:1024px){.page-module__9lWXLq__grid{grid-template-columns:1fr}}.page-module__9lWXLq__clubTabsContainer{margin-top:var(--space-lg)}.page-module__9lWXLq__tabsHeader{border-bottom:2px solid var(--border-color);margin-bottom:var(--space-xl);white-space:nowrap;-webkit-overflow-scrolling:touch;display:flex;overflow-x:auto}.page-module__9lWXLq__tabsHeader::-webkit-scrollbar{display:none}.page-module__9lWXLq__tabBtn{padding:var(--space-sm)var(--space-lg);color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;flex-shrink:0;margin-bottom:-2px;font-size:1.2rem;font-weight:600;transition:color .2s,border-bottom .2s}.page-module__9lWXLq__tabBtn:hover{color:var(--text-primary)}.page-module__9lWXLq__activeTab{color:var(--primary);border-bottom:3px solid var(--primary)}.page-module__9lWXLq__tabContent{min-height:400px}.page-module__9lWXLq__boardContainer{gap:var(--space-xl);flex-direction:column;display:flex}.page-module__9lWXLq__postFormContainer{background:var(--bg-secondary);padding:var(--space-lg);border-radius:var(--radius-lg);border:1px solid var(--border-color)}.page-module__9lWXLq__formTitle{margin-bottom:var(--space-md);color:var(--text-primary)}.page-module__9lWXLq__postForm{gap:var(--space-sm);flex-direction:column;display:flex}.page-module__9lWXLq__inputField{padding:var(--space-sm);border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-primary);color:var(--text-primary);font-size:1rem}.page-module__9lWXLq__textareaField{padding:var(--space-sm);border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-primary);color:var(--text-primary);resize:vertical;min-height:100px;font-size:1rem}.page-module__9lWXLq__submitButton{background:var(--primary);color:#fff;padding:var(--space-sm)var(--space-lg);border-radius:var(--radius-sm);cursor:pointer;border:none;align-self:flex-end;font-weight:700;transition:background .2s}.page-module__9lWXLq__submitButton:hover{background:#00bfa5}.page-module__9lWXLq__postsList{gap:var(--space-md);flex-direction:column;display:flex}.page-module__9lWXLq__postCard{background:var(--bg-secondary);padding:var(--space-md);border-radius:var(--radius-md);border:1px solid var(--border-color);gap:var(--space-sm);flex-direction:column;display:flex}.page-module__9lWXLq__bestCard{border:2px solid var(--primary);box-shadow:0 4px 12px #00e5ff1a}.page-module__9lWXLq__bestPostsSection .page-module__9lWXLq__bestTitle{color:var(--primary);margin-bottom:var(--space-md);font-size:1.3rem;font-weight:700}.page-module__9lWXLq__postHeader{color:var(--text-muted);justify-content:space-between;font-size:.9rem;display:flex}.page-module__9lWXLq__postAuthor{color:var(--text-primary);font-weight:700}.page-module__9lWXLq__postContent{color:var(--text-primary);white-space:pre-wrap;font-size:1rem;line-height:1.5}.page-module__9lWXLq__postActions{justify-content:flex-end;gap:var(--space-md);margin-top:var(--space-sm);display:flex}.page-module__9lWXLq__voteBtn{border:1px solid var(--border-color);padding:var(--space-xs)var(--space-sm);border-radius:var(--radius-sm);cursor:pointer;color:var(--text-secondary);background:0 0;font-size:.9rem;transition:all .2s}.page-module__9lWXLq__likeBtn:hover{color:var(--primary);border-color:var(--primary);background:#00e5ff1a}.page-module__9lWXLq__dislikeBtn:hover{color:#ff1744;background:#ff17441a;border-color:#ff1744}.page-module__9lWXLq__writePostBtnWrapper{margin-top:var(--space-xl);text-align:center}.page-module__9lWXLq__writePostBtn{border:2px dashed var(--border-color);color:var(--text-secondary);padding:var(--space-md)var(--space-xl);border-radius:var(--radius-md);cursor:pointer;width:100%;transition:all var(--transition-fast);background:0 0;font-size:1.1rem;font-weight:700}.page-module__9lWXLq__writePostBtn:hover{border-color:var(--primary);color:var(--primary);background:#00e5ff0d}
.MatchDetailsTabs-module__1qm7Nq__container{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;width:100%;margin-top:1rem;padding:1rem}.MatchDetailsTabs-module__1qm7Nq__tabHeader{white-space:nowrap;-webkit-overflow-scrolling:touch;border-bottom:1px solid #ffffff1a;gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.MatchDetailsTabs-module__1qm7Nq__tabHeader::-webkit-scrollbar{height:8px}.MatchDetailsTabs-module__1qm7Nq__tabHeader::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.MatchDetailsTabs-module__1qm7Nq__tabHeader::-webkit-scrollbar-thumb{background:#10b981;border-radius:4px}.MatchDetailsTabs-module__1qm7Nq__tabHeader::-webkit-scrollbar-thumb:hover{background:#059669}.MatchDetailsTabs-module__1qm7Nq__tab,.MatchDetailsTabs-module__1qm7Nq__activeTab{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.MatchDetailsTabs-module__1qm7Nq__tab:hover{color:#fff;background:#ffffff0d}.MatchDetailsTabs-module__1qm7Nq__activeTab{color:#10b981;background:#10b9811a}.MatchDetailsTabs-module__1qm7Nq__tabContent{color:#e5e7eb;font-size:.9rem}.MatchDetailsTabs-module__1qm7Nq__loading,.MatchDetailsTabs-module__1qm7Nq__error{text-align:center;color:#9ca3af;padding:2rem}.MatchDetailsTabs-module__1qm7Nq__timeline{flex-direction:column;gap:.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.MatchDetailsTabs-module__1qm7Nq__eventItem{background:#0003;border-radius:6px;align-items:center;gap:.75rem;width:100%;min-width:max-content;padding:.5rem;display:flex}.MatchDetailsTabs-module__1qm7Nq__time{color:#10b981;min-width:30px;font-weight:700}.MatchDetailsTabs-module__1qm7Nq__tinyLogo{object-fit:contain;width:20px;height:20px}.MatchDetailsTabs-module__1qm7Nq__eventType{color:#9ca3af;flex-wrap:wrap;align-items:center;min-width:120px;font-size:.8rem;display:flex}.MatchDetailsTabs-module__1qm7Nq__icon{margin-right:4px;font-size:1.1em}.MatchDetailsTabs-module__1qm7Nq__eventDetail{color:#d1d5db;margin-left:4px;font-size:.75rem}.MatchDetailsTabs-module__1qm7Nq__playerInfo{flex-direction:column;flex:1;display:flex}.MatchDetailsTabs-module__1qm7Nq__playerName{font-weight:500}.MatchDetailsTabs-module__1qm7Nq__assist{color:#9ca3af;margin-left:6px;font-size:.8rem}.MatchDetailsTabs-module__1qm7Nq__eventComments{color:#9ca3af;margin-top:2px;font-size:.75rem;font-style:italic}.MatchDetailsTabs-module__1qm7Nq__eventGoal{border-left:4px solid #10b981}.MatchDetailsTabs-module__1qm7Nq__eventCardYellow{border-left:4px solid #fbbf24}.MatchDetailsTabs-module__1qm7Nq__eventCardRed{border-left:4px solid #ef4444}.MatchDetailsTabs-module__1qm7Nq__eventSubst{border-left:4px solid #3b82f6}.MatchDetailsTabs-module__1qm7Nq__eventVar{border-left:4px solid #8b5cf6}.MatchDetailsTabs-module__1qm7Nq__lineupsContainer{flex-direction:column;gap:1rem;display:flex}@media (min-width:768px){.MatchDetailsTabs-module__1qm7Nq__lineupsContainer{grid-template-columns:1fr 1fr;display:grid}}.MatchDetailsTabs-module__1qm7Nq__teamLineup h4{align-items:center;gap:.5rem;margin:0 0 .5rem;font-size:1rem;display:flex}.MatchDetailsTabs-module__1qm7Nq__formation{color:#10b981;margin-bottom:1rem;font-size:.8rem;font-weight:700}.MatchDetailsTabs-module__1qm7Nq__playersList h5{color:#9ca3af;text-transform:uppercase;margin:0 0 .5rem;font-size:.85rem}.MatchDetailsTabs-module__1qm7Nq__playerItem{border-bottom:1px solid #ffffff0d;align-items:center;gap:.5rem;padding:.3rem 0;display:flex}.MatchDetailsTabs-module__1qm7Nq__number{color:#10b981;min-width:20px;font-size:.8rem}.MatchDetailsTabs-module__1qm7Nq__statsContainer{background:#1a1a1a;border-radius:12px;flex-direction:column;gap:1.5rem;padding:1rem;display:flex}.MatchDetailsTabs-module__1qm7Nq__statsHeader{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.MatchDetailsTabs-module__1qm7Nq__statsBody{flex-direction:column;gap:1.2rem;display:flex}.MatchDetailsTabs-module__1qm7Nq__statRowBlock{flex-direction:column;gap:.5rem;margin-bottom:.5rem;display:flex}.MatchDetailsTabs-module__1qm7Nq__statTypeCenter{text-align:center;color:#e5e7eb;flex:1;font-size:.95rem}@media (max-width:768px){.MatchDetailsTabs-module__1qm7Nq__statTypeCenter{word-break:break-word;font-size:.75rem}}.MatchDetailsTabs-module__1qm7Nq__possessionBarContainer{background:#333;border-radius:8px;height:35px;display:flex;overflow:hidden}.MatchDetailsTabs-module__1qm7Nq__possessionBarHome{color:#fff;background-color:#b71c1c;align-items:center;padding-left:15px;font-size:1.1rem;font-weight:700;transition:width .5s;display:flex}.MatchDetailsTabs-module__1qm7Nq__possessionBarAway{color:#fff;background-color:#1e3a8a;justify-content:flex-end;align-items:center;padding-right:15px;font-size:1.1rem;font-weight:700;transition:width .5s;display:flex}.MatchDetailsTabs-module__1qm7Nq__statRowModern{justify-content:space-between;align-items:center;display:flex}.MatchDetailsTabs-module__1qm7Nq__statPillWrapperLeft{flex:1;justify-content:flex-start;display:flex}.MatchDetailsTabs-module__1qm7Nq__statPillWrapperRight{flex:1;justify-content:flex-end;display:flex}.MatchDetailsTabs-module__1qm7Nq__statPill{color:#fff;text-align:center;background:0 0;border-radius:20px;min-width:40px;padding:4px 12px;font-size:.95rem;font-weight:700}.MatchDetailsTabs-module__1qm7Nq__pillHomeActive{background-color:#b71c1c}.MatchDetailsTabs-module__1qm7Nq__pillAwayActive{background-color:#1e3a8a}.MatchDetailsTabs-module__1qm7Nq__lineupsTopSection{flex-direction:column;align-items:stretch;gap:20px;width:100%;margin-bottom:2rem;display:flex}.MatchDetailsTabs-module__1qm7Nq__pitchArea{flex:1;justify-content:center;display:flex}.MatchDetailsTabs-module__1qm7Nq__starPlayersArea{flex-direction:column;flex:1;justify-content:center;gap:15px;display:flex}.MatchDetailsTabs-module__1qm7Nq__starPlayersTitle{text-align:center;color:gold;margin-bottom:5px;font-size:1.1rem;font-weight:700}.MatchDetailsTabs-module__1qm7Nq__starPlayersGrid{justify-content:center;gap:20px;display:flex}.MatchDetailsTabs-module__1qm7Nq__lineupsListsWrapper{width:100%;max-height:60vh;padding-bottom:12px;overflow:auto}.MatchDetailsTabs-module__1qm7Nq__lineupsListsWrapper::-webkit-scrollbar{width:8px;height:10px}.MatchDetailsTabs-module__1qm7Nq__lineupsListsWrapper::-webkit-scrollbar-track{background:#ffffff0d;border-radius:5px}.MatchDetailsTabs-module__1qm7Nq__lineupsListsWrapper::-webkit-scrollbar-thumb{background:#10b981;border-radius:5px}.MatchDetailsTabs-module__1qm7Nq__lineupsListsWrapper::-webkit-scrollbar-thumb:hover{background:#059669}.MatchDetailsTabs-module__1qm7Nq__lineupsListsSection{grid-template-columns:1fr 1fr;gap:15px;width:100%;min-width:550px;display:grid}.MatchDetailsTabs-module__1qm7Nq__collapsibleHeader{cursor:pointer;background:#ffffff0d;border-radius:6px;justify-content:space-between;align-items:center;margin-top:15px;margin-bottom:10px;padding:8px 12px;display:flex}.MatchDetailsTabs-module__1qm7Nq__collapsibleHeader h5{color:#9ca3af;text-transform:uppercase;margin:0;font-size:.85rem}.MatchDetailsTabs-module__1qm7Nq__lockerCard{cursor:pointer;background:linear-gradient(135deg,#2a2a2a 0%,#1a1a1a 100%);border:2px solid #555;border-radius:12px;flex-direction:column;align-items:center;width:130px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s;display:flex;position:relative;overflow:hidden}.MatchDetailsTabs-module__1qm7Nq__lockerCard:before{content:"";z-index:1;background:linear-gradient(90deg,#0000,#ffd70066,#0000);width:50%;height:100%;transition:left .5s;position:absolute;top:0;left:-150%;transform:skew(-20deg)}.MatchDetailsTabs-module__1qm7Nq__lockerCard:hover{border-color:gold;transform:translateY(-5px)scale(1.05);box-shadow:0 10px 20px #ffd70033,inset 0 0 15px #ffd70066}.MatchDetailsTabs-module__1qm7Nq__lockerCard:hover:before{left:150%}.MatchDetailsTabs-module__1qm7Nq__cardImageContainer{background:#111;justify-content:center;align-items:center;width:100%;height:110px;display:flex;position:relative;overflow:hidden}.MatchDetailsTabs-module__1qm7Nq__cardImageContainer img{object-fit:contain;width:100%;height:90%;margin-top:5px;transition:transform .3s}.MatchDetailsTabs-module__1qm7Nq__lockerCard:hover .MatchDetailsTabs-module__1qm7Nq__cardImageContainer img{transform:scale(1.1)}.MatchDetailsTabs-module__1qm7Nq__cardInfo{text-align:center;z-index:2;background:#000c;width:100%;padding:10px;position:relative}.MatchDetailsTabs-module__1qm7Nq__cardName{color:#fff;white-space:nowrap;text-overflow:ellipsis;text-shadow:0 1px 2px #000c;margin-bottom:5px;font-size:.9rem;font-weight:700;overflow:hidden}.MatchDetailsTabs-module__1qm7Nq__cardDetails{color:gold;justify-content:center;align-items:center;gap:5px;font-size:.8rem;font-weight:700;display:flex}.MatchDetailsTabs-module__1qm7Nq__cardTeamLogo{object-fit:contain;width:16px;height:16px}
.PredictionTabs-module__ejU3sq__container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-lg);margin-bottom:var(--space-xl);color:#fff;background:linear-gradient(145deg,#1e293bb3,#0f172ae6);border:1px solid #ffffff1a;overflow:hidden;box-shadow:0 8px 32px #0000004d}.PredictionTabs-module__ejU3sq__inputSection,.PredictionTabs-module__ejU3sq__revealSection{padding:var(--space-xl);animation:.5s ease-out PredictionTabs-module__ejU3sq__fadeIn}.PredictionTabs-module__ejU3sq__inputHeader,.PredictionTabs-module__ejU3sq__revealHeader{text-align:center;margin-bottom:var(--space-xl)}.PredictionTabs-module__ejU3sq__mainTitle{margin:0 0 var(--space-xs)0;background:linear-gradient(90deg,#10b981,#3b82f6);-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:1px;-webkit-background-clip:text;font-size:1.8rem;font-weight:800}.PredictionTabs-module__ejU3sq__subtitle{color:#94a3b8;margin:0;font-size:.95rem}.PredictionTabs-module__ejU3sq__scoreSelectorContainer{max-width:600px;margin:0 auto}.PredictionTabs-module__ejU3sq__scoreSelector{justify-content:space-between;align-items:center;gap:var(--space-lg);margin-bottom:var(--space-xl);padding:var(--space-xl);border-radius:var(--radius-lg);background:#ffffff08;border:1px solid #ffffff0d;display:flex}.PredictionTabs-module__ejU3sq__scoreTeam{align-items:center;gap:var(--space-md);flex-direction:column;flex:1;display:flex}.PredictionTabs-module__ejU3sq__teamLogo{object-fit:contain;filter:drop-shadow(0 4px 6px #00000080);width:64px;height:64px}.PredictionTabs-module__ejU3sq__teamLabel{text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:1.1rem;font-weight:700;overflow:hidden}.PredictionTabs-module__ejU3sq__scoreControl{align-items:center;gap:var(--space-lg);border-radius:var(--radius-md);background:#0006;border:1px solid #ffffff1a;padding:8px;display:flex}.PredictionTabs-module__ejU3sq__scoreBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;transition:all .2s;display:flex}.PredictionTabs-module__ejU3sq__scoreBtn:hover:not(:disabled){background:var(--primary);transform:scale(1.05)}.PredictionTabs-module__ejU3sq__scoreValue{text-align:center;width:32px;font-size:2rem;font-weight:800}.PredictionTabs-module__ejU3sq__scoreDivider{color:#fff3;font-size:2rem;font-weight:700}.PredictionTabs-module__ejU3sq__submitVoteBtn{color:#fff;width:100%;padding:var(--space-md)var(--space-lg);border-radius:var(--radius-md);cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(90deg,#10b981,#059669);border:none;font-size:1.2rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #10b98166}.PredictionTabs-module__ejU3sq__submitVoteBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98199}.PredictionTabs-module__ejU3sq__vsContainer{gap:var(--space-xl);align-items:stretch;display:flex;position:relative}.PredictionTabs-module__ejU3sq__vsSide{border-radius:var(--radius-lg);padding:var(--space-xl);background:#ffffff05;border:1px solid #ffffff0d;flex-direction:column;flex:1;display:flex}.PredictionTabs-module__ejU3sq__vsDivider{color:#94a3b8;z-index:2;background:#0f172a;border:2px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;font-style:italic;font-weight:900;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 20px #00000080}.PredictionTabs-module__ejU3sq__sideTitle{text-align:center;margin:0 0 var(--space-lg)0;color:#fff;letter-spacing:.5px;font-size:1.2rem;font-weight:700}.PredictionTabs-module__ejU3sq__resultsContainer{gap:var(--space-md);flex-direction:column;display:flex}.PredictionTabs-module__ejU3sq__resultRow{flex-direction:column;gap:6px;display:flex}.PredictionTabs-module__ejU3sq__resultLabel{justify-content:space-between;font-size:.95rem;font-weight:600;display:flex}.PredictionTabs-module__ejU3sq__progressBarBg{background-color:#00000080;border-radius:5px;width:100%;height:10px;overflow:hidden}.PredictionTabs-module__ejU3sq__progressBar{border-radius:5px;height:100%;transition:width 1.5s cubic-bezier(.4,0,.2,1)}.PredictionTabs-module__ejU3sq__topScores{justify-content:center;align-items:center;gap:var(--space-md);width:100%;padding-top:var(--space-lg);margin-top:auto;display:flex}.PredictionTabs-module__ejU3sq__miniScoreCard,.PredictionTabs-module__ejU3sq__miniScoreCardAI{border-radius:var(--radius-sm);padding:var(--space-md)var(--space-sm);text-align:center;background:#0000004d;border:1px solid #ffffff0d;flex:1 1 0}.PredictionTabs-module__ejU3sq__miniScoreCardAI{border-color:#8b5cf64d}.PredictionTabs-module__ejU3sq__miniScoreNumber{white-space:nowrap;margin-bottom:4px;font-size:1.4rem;font-weight:800}.PredictionTabs-module__ejU3sq__miniScorePct{color:#94a3b8;font-size:.9rem;font-weight:700}.PredictionTabs-module__ejU3sq__differenceText{text-align:center;margin-top:var(--space-xl);color:#cbd5e1;padding:var(--space-md);border-radius:var(--radius-md);background:#ffffff0d;border-left:4px solid #10b981;font-size:1.1rem;font-weight:600}@keyframes PredictionTabs-module__ejU3sq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.PredictionTabs-module__ejU3sq__mainTitle{white-space:nowrap;font-size:1.4rem}.PredictionTabs-module__ejU3sq__vsContainer{flex-direction:column}.PredictionTabs-module__ejU3sq__vsDivider{margin:var(--space-md)auto;position:static;transform:none}.PredictionTabs-module__ejU3sq__scoreSelector{padding:var(--space-sm);box-sizing:border-box;justify-content:center;gap:8px;width:100%}.PredictionTabs-module__ejU3sq__teamLogo{width:40px;height:40px}.PredictionTabs-module__ejU3sq__teamLabel{max-width:70px;font-size:.85rem}.PredictionTabs-module__ejU3sq__scoreControl{gap:6px;padding:4px}.PredictionTabs-module__ejU3sq__scoreValue{width:20px;font-size:1.2rem}.PredictionTabs-module__ejU3sq__scoreBtn{width:28px;height:28px;font-size:1.2rem}.PredictionTabs-module__ejU3sq__scoreDivider{margin:0;font-size:1.5rem}}
.BettingModal-module__LZQlGa__overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background:#000c;justify-content:center;align-items:flex-start;padding:20px;display:flex;position:fixed;inset:0;overflow-y:auto}.BettingModal-module__LZQlGa__modal{background:var(--bg-secondary);padding:var(--space-xl);border:1px solid #00e6764d;border-radius:16px;width:100%;max-width:500px;margin:auto;position:relative;box-shadow:0 10px 30px #00e67633}.BettingModal-module__LZQlGa__closeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:color .2s;position:absolute;top:15px;right:15px}.BettingModal-module__LZQlGa__closeBtn:hover{color:var(--text-primary)}.BettingModal-module__LZQlGa__header{text-align:center;margin-bottom:var(--space-xl)}.BettingModal-module__LZQlGa__header h2{color:#00e676;margin-bottom:5px;font-size:1.8rem}.BettingModal-module__LZQlGa__header p{color:var(--text-secondary)}.BettingModal-module__LZQlGa__matchup{justify-content:center;align-items:center;gap:var(--space-lg);margin-bottom:var(--space-xl);background:var(--bg-primary);padding:var(--space-md);border-radius:12px;display:flex}.BettingModal-module__LZQlGa__team{text-align:center;flex-direction:column;flex:1;align-items:center;gap:10px;font-weight:700;display:flex}.BettingModal-module__LZQlGa__team img{object-fit:contain;width:50px;height:50px}.BettingModal-module__LZQlGa__vs{color:var(--text-secondary);background:var(--bg-tertiary);border-radius:6px;padding:5px 10px;font-weight:900}.BettingModal-module__LZQlGa__form{gap:var(--space-lg);flex-direction:column;display:flex}.BettingModal-module__LZQlGa__scoreInputArea{justify-content:center;align-items:flex-end;gap:15px;display:flex}.BettingModal-module__LZQlGa__inputGroup{flex-direction:column;align-items:center;gap:5px;display:flex}.BettingModal-module__LZQlGa__inputGroup label{color:var(--text-secondary);font-size:.85rem}.BettingModal-module__LZQlGa__scoreControl{align-items:center;gap:6px;display:flex}.BettingModal-module__LZQlGa__stepperBtn{background:var(--bg-tertiary);width:36px;height:36px;color:var(--text-primary);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;font-size:1.5rem;transition:background .2s,color .2s;display:flex}.BettingModal-module__LZQlGa__stepperBtn:hover{background:var(--bg-primary);color:#00e676}.BettingModal-module__LZQlGa__inputGroup input{text-align:center;border:2px solid var(--border-color);background:var(--bg-tertiary);width:60px;height:60px;color:var(--text-primary);border-radius:8px;font-size:1.8rem;font-weight:700}.BettingModal-module__LZQlGa__inputGroup input:focus{border-color:#00e676;outline:none}.BettingModal-module__LZQlGa__colon{margin-bottom:10px;font-size:2rem;font-weight:700}.BettingModal-module__LZQlGa__betArea{background:var(--bg-tertiary);padding:var(--space-md);border-radius:12px}.BettingModal-module__LZQlGa__betLabel{color:var(--text-secondary);margin-bottom:10px;font-size:.95rem;display:block}.BettingModal-module__LZQlGa__highlight{color:#00e676;font-weight:700}.BettingModal-module__LZQlGa__betInputWrapper{align-items:center;margin-bottom:10px;display:flex;position:relative}.BettingModal-module__LZQlGa__betInput{border:1px solid var(--border-color);background:var(--bg-primary);width:100%;color:var(--text-primary);border-radius:8px;padding:12px 40px 12px 12px;font-size:1.2rem;font-weight:700}.BettingModal-module__LZQlGa__betInput:focus{border-color:#00e676;outline:none}.BettingModal-module__LZQlGa__currency{color:#00e676;font-weight:700;position:absolute;right:15px}.BettingModal-module__LZQlGa__quickBtns{gap:10px;display:flex}.BettingModal-module__LZQlGa__quickBtns button{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;border-radius:6px;flex:1;padding:8px;font-size:.85rem;transition:all .2s}.BettingModal-module__LZQlGa__quickBtns button:hover{color:#00e676;background:#00e6761a;border-color:#00e676}.BettingModal-module__LZQlGa__payouts{padding:var(--space-md);background:#0003;border-radius:8px;flex-direction:column;gap:8px;display:flex}.BettingModal-module__LZQlGa__betLabel{color:#ccc;margin-bottom:var(--space-sm);justify-content:space-between;align-items:center;font-size:.95rem;display:flex}.BettingModal-module__LZQlGa__labelLeft{align-items:center;gap:8px;display:flex}.BettingModal-module__LZQlGa__infoBtn{color:var(--primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:1.1rem;transition:transform .2s;display:flex}.BettingModal-module__LZQlGa__infoBtn:hover{transform:scale(1.1)}.BettingModal-module__LZQlGa__infoTooltip{color:#ddd;z-index:10;white-space:pre-line;background:#1a1a1a;border:1px solid #333;border-radius:8px;width:250px;margin-bottom:10px;padding:15px;font-size:.85rem;line-height:1.4;position:absolute;bottom:100%;left:0;box-shadow:0 4px 15px #00000080}.BettingModal-module__LZQlGa__infoTooltip:after{content:"";border:6px solid #0000;border-top-color:#1a1a1a;position:absolute;top:100%;left:20px}.BettingModal-module__LZQlGa__payoutItem{color:var(--text-secondary);justify-content:space-between;font-size:.9rem;display:flex}.BettingModal-module__LZQlGa__payoutVal{color:#00e676;font-weight:700}.BettingModal-module__LZQlGa__payoutValPerfect{color:#ffea00;font-weight:700}.BettingModal-module__LZQlGa__error{color:#ff5252;text-align:center;background:#ff52521a;border-radius:6px;padding:10px;font-size:.9rem}.BettingModal-module__LZQlGa__submitBtn{color:#000;cursor:pointer;background:linear-gradient(135deg,#00e676,#00bfa5);border:none;border-radius:8px;padding:15px;font-size:1.2rem;font-weight:900;transition:transform .2s,box-shadow .2s}.BettingModal-module__LZQlGa__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #00e67666}.BettingModal-module__LZQlGa__submitBtn:disabled{opacity:.5;cursor:not-allowed;background:var(--bg-tertiary);color:var(--text-secondary)}
.SoccerPitch-module__z10E1q__pitchWrapper{flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.SoccerPitch-module__z10E1q__pitchContainer{background-color:#2e7d32;border:2px solid #fff;border-radius:8px;width:100%;max-width:600px;height:550px;margin:0 auto;position:relative;overflow:hidden}.SoccerPitch-module__z10E1q__teamLabelTop,.SoccerPitch-module__z10E1q__teamLabelBottom{color:#fff;z-index:5;background-color:#000000b3;border-radius:8px;align-items:center;gap:8px;padding:6px 12px;font-size:1rem;font-weight:700;display:flex}.SoccerPitch-module__z10E1q__teamLogo{object-fit:contain;width:20px;height:20px}.SoccerPitch-module__z10E1q__centerLine{background-color:#ffffffb3;height:2px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.SoccerPitch-module__z10E1q__centerCircle{border:2px solid #ffffffb3;border-radius:50%;width:100px;height:100px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.SoccerPitch-module__z10E1q__centerSpot{background-color:#ffffffb3;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.SoccerPitch-module__z10E1q__penaltyBoxTop{border:2px solid #ffffffb3;border-top:none;width:160px;height:60px;position:absolute;top:0;left:50%;transform:translate(-50%)}.SoccerPitch-module__z10E1q__penaltyBoxBottom{border:2px solid #ffffffb3;border-bottom:none;width:160px;height:60px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.SoccerPitch-module__z10E1q__goalAreaTop{border:2px solid #ffffffb3;border-top:none;width:70px;height:25px;position:absolute;top:0;left:50%;transform:translate(-50%)}.SoccerPitch-module__z10E1q__goalAreaBottom{border:2px solid #ffffffb3;border-bottom:none;width:70px;height:25px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.SoccerPitch-module__z10E1q__playerDot{z-index:10;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;transform:translate(-50%,-50%)}.SoccerPitch-module__z10E1q__playerDot:hover{z-index:20;transform:translate(-50%,-50%)scale(1.15)}.SoccerPitch-module__z10E1q__jersey{background-color:var(--primary,#fff);border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:flex;box-shadow:0 2px 4px #0006;color:#fff!important}.SoccerPitch-module__z10E1q__playerName{color:#fff;white-space:nowrap;pointer-events:none;background-color:#0009;border-radius:4px;margin-top:4px;padding:2px 4px;font-size:.7rem}.SoccerPitch-module__z10E1q__fullscreenOverlay{z-index:9999;background-color:#000000e6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.SoccerPitch-module__z10E1q__fullscreenOverlay .SoccerPitch-module__z10E1q__pitchWrapper{flex-direction:column;width:100%;max-width:800px;height:90vh;max-height:900px;margin:0;display:flex}.SoccerPitch-module__z10E1q__fullscreenOverlay .SoccerPitch-module__z10E1q__pitchContainer{flex:1;width:100%;max-height:none}.SoccerPitch-module__z10E1q__fullscreenBtn{color:#fff;cursor:pointer;z-index:100;background:#0009;border:1px solid #fff6;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:.8rem;transition:background .2s;display:flex;position:absolute;top:10px;right:10px}.SoccerPitch-module__z10E1q__fullscreenBtn:hover{background:#000c}.SoccerPitch-module__z10E1q__fullscreenOverlay .SoccerPitch-module__z10E1q__jersey{border-width:3px;width:40px;height:40px;font-size:1.2rem}.SoccerPitch-module__z10E1q__fullscreenOverlay .SoccerPitch-module__z10E1q__playerName{margin-top:6px;padding:4px 8px;font-size:1rem}
.NotificationSettings-module__VRBQsW__overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.NotificationSettings-module__VRBQsW__modal{color:#333;background:#fff;border-radius:12px;width:90%;max-width:400px;padding:24px;position:relative}.NotificationSettings-module__VRBQsW__closeBtn{cursor:pointer;color:#666;background:0 0;border:none;font-size:20px;position:absolute;top:16px;right:16px}.NotificationSettings-module__VRBQsW__settingGroup{border-bottom:1px solid #eee;margin-bottom:20px;padding-bottom:15px}.NotificationSettings-module__VRBQsW__settingGroup h3{color:#555;margin-bottom:10px;font-size:14px}.NotificationSettings-module__VRBQsW__switchLabel{cursor:pointer;justify-content:space-between;align-items:center;margin-bottom:5px;font-weight:700;display:flex}.NotificationSettings-module__VRBQsW__helpText{color:#888;margin:0;font-size:12px}.NotificationSettings-module__VRBQsW__checkLabel{cursor:pointer;align-items:center;gap:8px;margin-bottom:8px;font-size:14px;display:flex}.NotificationSettings-module__VRBQsW__timeInputs{align-items:center;gap:10px;margin-top:10px;display:flex}.NotificationSettings-module__VRBQsW__timeInputs div{flex-direction:column;display:flex}.NotificationSettings-module__VRBQsW__timeInputs label{color:#666;margin-bottom:4px;font-size:12px}.NotificationSettings-module__VRBQsW__timeInputs input{border:1px solid #ccc;border-radius:4px;padding:6px}.NotificationSettings-module__VRBQsW__saveBtn{color:#3b1e1e;cursor:pointer;background:#ffe812;border:none;border-radius:8px;width:100%;padding:12px;font-size:16px;font-weight:700;transition:background .2s}.NotificationSettings-module__VRBQsW__saveBtn:hover{background:#e6d010}.NotificationSettings-module__VRBQsW__saveBtn:disabled{cursor:not-allowed;background:#ccc}.NotificationSettings-module__VRBQsW__loading{text-align:center;color:#666;padding:20px}
.page-module__m1PuHq__header{margin-bottom:var(--space-xl);border-bottom:1px solid var(--border-color);padding-bottom:var(--space-md)}.page-module__m1PuHq__title{color:var(--primary);margin-bottom:var(--space-sm);font-size:clamp(1.5rem,7vw,2.5rem)}.page-module__m1PuHq__country{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:1rem}.page-module__m1PuHq__grid{gap:var(--space-xl);grid-template-columns:1fr 300px;width:100%;min-width:0;display:grid}.page-module__m1PuHq__mainColumn{gap:var(--space-xl);flex-direction:column;width:100%;min-width:0;display:flex}.page-module__m1PuHq__sectionTitle{margin-bottom:var(--space-md);color:var(--text-primary);font-size:1.5rem}.page-module__m1PuHq__clubList{background-color:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border-color);-webkit-overflow-scrolling:touch;flex-direction:column;width:100%;min-width:0;display:flex;overflow-x:auto}.page-module__m1PuHq__listHeader{padding:var(--space-sm)var(--space-md);background-color:var(--bg-tertiary);color:var(--text-secondary);border-bottom:2px solid var(--border-color);grid-template-columns:40px 1fr 50px 80px;font-size:.9rem;font-weight:700;display:grid}.page-module__m1PuHq__clubRow{padding:var(--space-md);border-bottom:1px solid var(--border-color);color:var(--text-primary);transition:background-color var(--transition-fast);grid-template-columns:40px 1fr 50px 80px;align-items:center;text-decoration:none;display:grid}.page-module__m1PuHq__clubRow:last-child{border-bottom:none}.page-module__m1PuHq__clubRow:hover{background-color:var(--bg-tertiary)}.page-module__m1PuHq__rankCol{color:var(--text-muted);font-weight:700}.page-module__m1PuHq__clubRow:nth-child(-n+5) .page-module__m1PuHq__rankCol{color:var(--primary)}.page-module__m1PuHq__clubCol{flex-wrap:wrap;align-items:center;font-weight:500;display:flex}.page-module__m1PuHq__clubCta{transition:all var(--transition-fast)}.page-module__m1PuHq__clubRow:hover .page-module__m1PuHq__clubCta{background-color:var(--primary)!important;color:#fff!important}.page-module__m1PuHq__ptsCol{text-align:right;color:var(--text-primary);font-weight:700}.page-module__m1PuHq__recCol{text-align:right;color:var(--text-muted);font-size:.85rem}.page-module__m1PuHq__widget{background-color:var(--bg-secondary);padding:var(--space-md);border-radius:var(--radius-lg);border:1px solid var(--border-color)}.page-module__m1PuHq__placeholder{color:var(--text-muted);margin-top:var(--space-sm);font-style:italic}@media (max-width:1024px){.page-module__m1PuHq__grid{gap:var(--space-xl);flex-direction:column;display:flex}.page-module__m1PuHq__sideColumn{order:-1}.page-module__m1PuHq__listHeader,.page-module__m1PuHq__clubRow{padding:var(--space-sm)var(--space-md);grid-template-columns:30px 1fr 40px 70px;min-width:620px;font-size:.9rem}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border-color);text-align:center;background-color:#0000;flex-direction:column;align-items:center;margin-top:40px;padding:30px 20px;display:flex}.Footer-module__S6Hkya__links{flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:20px;display:flex}.Footer-module__S6Hkya__link{color:var(--text-secondary);font-size:.95rem;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__link:hover{color:var(--primary)}.Footer-module__S6Hkya__copyright{color:var(--text-muted);font-size:.85rem}
.GroupedMatchList-module__InOKMq__groupedList{gap:var(--space-md);margin-top:var(--space-md);flex-direction:column;display:flex}.GroupedMatchList-module__InOKMq__dateGroup{background-color:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border-color);border-left:4px solid var(--primary);overflow:hidden}.GroupedMatchList-module__InOKMq__dateHeader{padding:var(--space-sm)var(--space-md);background-color:var(--bg-tertiary);color:var(--text-primary);border-bottom:1px solid var(--border-color);margin:0;font-size:.95rem;font-weight:600}.GroupedMatchList-module__InOKMq__matchItems{margin:0;padding:0;list-style:none}.GroupedMatchList-module__InOKMq__matchLink{color:inherit;text-decoration:none;display:block}.GroupedMatchList-module__InOKMq__matchRow{padding:var(--space-md);border-bottom:1px solid var(--border-color);align-items:center;transition:background-color .2s;display:flex}.GroupedMatchList-module__InOKMq__matchRow:last-child{border-bottom:none}.GroupedMatchList-module__InOKMq__matchLink:hover .GroupedMatchList-module__InOKMq__matchRow{background-color:var(--bg-tertiary)}.GroupedMatchList-module__InOKMq__matchMeta{border-right:1px solid var(--border-color);width:60px;margin-right:var(--space-md);padding-right:var(--space-sm);flex-direction:column;flex-shrink:0;gap:4px;display:flex}.GroupedMatchList-module__InOKMq__time{color:#fff;font-size:.9rem;font-weight:600}.GroupedMatchList-module__InOKMq__statusLive{color:#ff1744;font-size:.75rem;font-weight:600;animation:2s infinite GroupedMatchList-module__InOKMq__pulse}.GroupedMatchList-module__InOKMq__statusFinished{color:var(--text-muted);font-size:.75rem}.GroupedMatchList-module__InOKMq__statusUpcoming{color:var(--primary);font-size:.75rem}.GroupedMatchList-module__InOKMq__crest{object-fit:contain;width:20px;height:20px}.GroupedMatchList-module__InOKMq__teamName{color:var(--text-primary);font-weight:500}.GroupedMatchList-module__InOKMq__scoreText{color:#fff;font-weight:700}.GroupedMatchList-module__InOKMq__teamsStack{gap:var(--space-sm);flex-direction:column;flex:1;display:flex}.GroupedMatchList-module__InOKMq__teamRow{justify-content:space-between;align-items:center;display:flex}.GroupedMatchList-module__InOKMq__teamInfo{align-items:center;gap:8px;display:flex}.GroupedMatchList-module__InOKMq__loadingPlaceholder,.GroupedMatchList-module__InOKMq__placeholder{color:var(--text-muted);text-align:center;padding:var(--space-lg)0}@keyframes GroupedMatchList-module__InOKMq__pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.GroupedMatchList-module__InOKMq__matchTeamsInline{flex:1;justify-content:center;align-items:center;display:flex}.GroupedMatchList-module__InOKMq__teamHome,.GroupedMatchList-module__InOKMq__teamAway{flex:1;align-items:center;gap:8px;display:flex}.GroupedMatchList-module__InOKMq__teamHome{text-align:right;justify-content:flex-end}.GroupedMatchList-module__InOKMq__teamAway{text-align:left;justify-content:flex-start}.GroupedMatchList-module__InOKMq__matchScoreInline{justify-content:center;align-items:center;min-width:60px;padding:0 16px;display:flex}.GroupedMatchList-module__InOKMq__scoreDivider{color:var(--text-muted);margin:0 4px}.GroupedMatchList-module__InOKMq__mobileOnly{display:none}@media (max-width:768px){.GroupedMatchList-module__InOKMq__desktopOnly{display:none!important}.GroupedMatchList-module__InOKMq__mobileOnly{display:flex!important}.GroupedMatchList-module__InOKMq__matchRow{flex-wrap:wrap}.GroupedMatchList-module__InOKMq__teamsStack{min-width:0}.GroupedMatchList-module__InOKMq__betButtonContainer{width:100%;margin-left:0;margin-top:var(--space-md);flex-direction:column;align-items:stretch;gap:8px;padding-left:0}.GroupedMatchList-module__InOKMq__betButton,.GroupedMatchList-module__InOKMq__detailsButton{width:100%;padding:10px 0;font-size:.9rem}}.GroupedMatchList-module__InOKMq__betButtonContainer{padding-left:var(--space-md);align-items:center;gap:8px;margin-left:auto;display:flex}.GroupedMatchList-module__InOKMq__buttonsStacked{flex-direction:column;align-items:stretch}.GroupedMatchList-module__InOKMq__betButton,.GroupedMatchList-module__InOKMq__detailsButton{color:#000;border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;background-color:#00bfa5;border:none;justify-content:center;align-items:center;padding:6px 12px;font-size:.8rem;font-weight:700;transition:all .2s;display:flex}.GroupedMatchList-module__InOKMq__detailsButton{background-color:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color)}.GroupedMatchList-module__InOKMq__detailsButton:hover{background-color:var(--border-color);transform:translateY(-2px)}.GroupedMatchList-module__InOKMq__betButton:hover{background-color:#00e676;transform:translateY(-2px)}
.HallOfFameTicker-module__L2t6-G__tickerWrapper{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);margin-top:var(--space-2xl);margin-bottom:var(--space-xl);background:#0f172a;align-items:center;width:100%;padding:8px 0;display:flex;position:relative;overflow:hidden}.HallOfFameTicker-module__L2t6-G__tickerTitle{color:#fff;margin-right:20px;margin-left:var(--space-xl);z-index:10;white-space:nowrap;background:linear-gradient(90deg,#f59e0b,#d97706);border-radius:4px;padding:4px 16px;font-size:.85rem;font-weight:800;position:relative;box-shadow:0 0 10px #f59e0b80}.HallOfFameTicker-module__L2t6-G__marqueeContainer{white-space:nowrap;flex:1;min-width:0;position:relative;overflow:hidden}.HallOfFameTicker-module__L2t6-G__marquee{padding-left:100%;animation:30s linear infinite HallOfFameTicker-module__L2t6-G__scroll;display:inline-block}@keyframes HallOfFameTicker-module__L2t6-G__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.HallOfFameTicker-module__L2t6-G__tickerItem{color:var(--text-primary);margin-right:60px;font-size:.95rem;display:inline-block}.HallOfFameTicker-module__L2t6-G__tickerItem strong{color:#10b981;font-weight:700}.HallOfFameTicker-module__L2t6-G__level{color:var(--primary);font-size:.85em;font-weight:600}
.SeasonSelector-module__XhElxa__seasonSelector{align-items:center;gap:8px;margin-left:auto;display:flex}.SeasonSelector-module__XhElxa__label{color:var(--text-secondary);font-size:.9rem;font-weight:500}.SeasonSelector-module__XhElxa__select{border-radius:var(--radius-md);background-color:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;outline:none;padding:6px 12px;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.SeasonSelector-module__XhElxa__select:hover,.SeasonSelector-module__XhElxa__select:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(var(--primary-color-rgb),.2)}@media (max-width:640px){.SeasonSelector-module__XhElxa__seasonSelector{justify-content:flex-end;width:100%;margin-left:0}}
.SignUpModal-module__zlnwIa__modalOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;background:#000000d9;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.SignUpModal-module__zlnwIa__modalContent{background:var(--bg-secondary);padding:var(--space-xl);border-radius:var(--radius-xl);border:1px solid var(--border-color);text-align:center;width:90%;max-width:400px;box-shadow:0 10px 40px #00e5ff1a}.SignUpModal-module__zlnwIa__logo{color:var(--primary);margin-bottom:var(--space-md);letter-spacing:1px;font-size:1.5rem;font-weight:800}.SignUpModal-module__zlnwIa__title{margin-bottom:var(--space-xs);color:var(--text-primary);font-size:1.8rem}.SignUpModal-module__zlnwIa__subtitle{color:var(--text-muted);margin-bottom:var(--space-xl);font-size:.95rem}.SignUpModal-module__zlnwIa__form{gap:var(--space-lg);text-align:left;flex-direction:column;display:flex}.SignUpModal-module__zlnwIa__formGroup{gap:var(--space-xs);flex-direction:column;display:flex}.SignUpModal-module__zlnwIa__label{color:var(--text-secondary);font-size:.9rem;font-weight:600}.SignUpModal-module__zlnwIa__input,.SignUpModal-module__zlnwIa__select{padding:var(--space-sm)var(--space-md);border-radius:var(--radius-md);border:1px solid var(--border-color);color:#fff;transition:border-color var(--transition-fast);background:#1e1e1e;font-size:1rem}.SignUpModal-module__zlnwIa__input option,.SignUpModal-module__zlnwIa__select option{color:#fff;background:#2c2c2c}.SignUpModal-module__zlnwIa__input:focus,.SignUpModal-module__zlnwIa__select:focus{border-color:var(--primary);outline:none}.SignUpModal-module__zlnwIa__submitBtn{background:var(--primary);color:#fff;padding:var(--space-md);border-radius:var(--radius-md);cursor:pointer;transition:transform var(--transition-fast),background var(--transition-fast);margin-top:var(--space-sm);border:none;font-size:1.1rem;font-weight:700}.SignUpModal-module__zlnwIa__submitBtn:hover{background:#00bfa5;transform:translateY(-2px)}
.AuthModal-module__eGxINa__modalOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10000;background:#000000b3;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.AuthModal-module__eGxINa__modalContent{background:var(--bg-secondary);padding:var(--space-xl);border-radius:var(--radius-xl);border:1px solid var(--border-color);text-align:center;width:90%;max-width:400px;position:relative;box-shadow:0 10px 40px #00e5ff1a}.AuthModal-module__eGxINa__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1.2rem;transition:color .2s;position:absolute;top:15px;right:15px}.AuthModal-module__eGxINa__closeBtn:hover{color:var(--text-primary)}.AuthModal-module__eGxINa__logo{color:var(--primary);margin-bottom:var(--space-lg);letter-spacing:1px;font-size:1.5rem;font-weight:800}.AuthModal-module__eGxINa__tabContainer{margin-bottom:var(--space-lg);border-bottom:2px solid var(--border-color);display:flex}.AuthModal-module__eGxINa__tabBtn{padding:var(--space-sm);color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;flex:1;margin-bottom:-2px;font-size:1.1rem;font-weight:600;transition:all .2s}.AuthModal-module__eGxINa__tabBtn:hover{color:var(--text-primary)}.AuthModal-module__eGxINa__activeTab{color:var(--primary);border-bottom:3px solid var(--primary)}.AuthModal-module__eGxINa__form{gap:var(--space-md);text-align:left;flex-direction:column;display:flex}.AuthModal-module__eGxINa__formGroup{gap:var(--space-xs);flex-direction:column;display:flex}.AuthModal-module__eGxINa__label{color:var(--text-secondary);font-size:.9rem;font-weight:600}.AuthModal-module__eGxINa__input{padding:var(--space-sm)var(--space-md);border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);transition:border-color var(--transition-fast);font-size:1rem}.AuthModal-module__eGxINa__input:focus{border-color:var(--primary);outline:none}.AuthModal-module__eGxINa__errorMsg{color:#ff1744;text-align:center;font-size:.9rem;font-weight:700}.AuthModal-module__eGxINa__submitBtn{background:var(--primary);color:#fff;padding:var(--space-md);border-radius:var(--radius-md);cursor:pointer;transition:transform var(--transition-fast),background var(--transition-fast);margin-top:var(--space-xs);border:none;font-size:1.1rem;font-weight:700}.AuthModal-module__eGxINa__submitBtn:hover:not(:disabled){background:#00bfa5;transform:translateY(-2px)}.AuthModal-module__eGxINa__submitBtn:disabled{background:var(--border-color);color:var(--text-muted);cursor:not-allowed;opacity:.7}.AuthModal-module__eGxINa__inputWithBtn{gap:var(--space-sm);display:flex}.AuthModal-module__eGxINa__inputWithBtn .AuthModal-module__eGxINa__input{flex:1}.AuthModal-module__eGxINa__actionBtn{border:1px solid var(--primary);color:var(--primary);padding:0 var(--space-md);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;background:0 0;font-size:.9rem;font-weight:600}.AuthModal-module__eGxINa__actionBtn:hover:not(:disabled){background:#00e5ff1a}.AuthModal-module__eGxINa__actionBtn:disabled{border-color:var(--border-color);color:var(--text-muted);cursor:not-allowed;opacity:.7}.AuthModal-module__eGxINa__successText{color:#00e676;margin-top:4px;font-size:.85rem;font-weight:600}select.AuthModal-module__eGxINa__input option,select.AuthModal-module__eGxINa__input optgroup{color:#fff;background-color:#1a1a1a}.AuthModal-module__eGxINa__divider{text-align:center;color:var(--text-muted);margin:var(--space-md)0;align-items:center;display:flex}.AuthModal-module__eGxINa__divider:before,.AuthModal-module__eGxINa__divider:after{content:"";border-bottom:1px solid var(--border-color);flex:1}.AuthModal-module__eGxINa__divider span{padding:0 var(--space-sm);font-size:.9rem}.AuthModal-module__eGxINa__googleBtn{color:#3c4043;padding:10px var(--space-md);border-radius:var(--radius-md);cursor:pointer;transition:background-color var(--transition-fast),box-shadow var(--transition-fast);background:#fff;border:1px solid #dadce0;justify-content:center;align-items:center;width:100%;font-size:1rem;font-weight:500;display:flex}.AuthModal-module__eGxINa__googleBtn:hover{background-color:#f8f9fa;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.AuthModal-module__eGxINa__googleBtn img{width:18px;height:18px;margin-right:12px}
.FreeBoard-module__A1b0Ya__boardContainer{background:var(--bg-secondary);padding:var(--space-lg);border-radius:12px}.FreeBoard-module__A1b0Ya__sectionTitle{color:var(--primary);margin-bottom:var(--space-md);border-bottom:2px solid var(--border-color);padding-bottom:var(--space-sm);font-size:1.5rem}.FreeBoard-module__A1b0Ya__bestTitle{color:#ffb300;margin-bottom:var(--space-md);padding-bottom:var(--space-sm);border-bottom:2px solid #ffb300;font-size:1.5rem}.FreeBoard-module__A1b0Ya__boardTable{border-collapse:collapse;width:100%;margin-bottom:var(--space-lg)}.FreeBoard-module__A1b0Ya__boardTable th,.FreeBoard-module__A1b0Ya__boardTable td{border-bottom:1px solid var(--border-color);text-align:center;padding:12px}.FreeBoard-module__A1b0Ya__boardTable th{color:var(--text-secondary);background:#ffffff05;font-size:.9rem;font-weight:600}.FreeBoard-module__A1b0Ya__boardTable td{color:var(--text-primary);font-size:.95rem}.FreeBoard-module__A1b0Ya__titleCol{width:50%;text-align:left!important}.FreeBoard-module__A1b0Ya__postRow{cursor:pointer;transition:background .2s}.FreeBoard-module__A1b0Ya__postRow:hover{background:#ffffff0d}.FreeBoard-module__A1b0Ya__bestRow{background:#ffb3000d}.FreeBoard-module__A1b0Ya__bestRow:hover{background:#ffb3001a}.FreeBoard-module__A1b0Ya__bestBadge{color:#000;vertical-align:middle;background:#ffb300;border-radius:4px;margin-right:8px;padding:2px 6px;font-size:.7rem;font-weight:700}.FreeBoard-module__A1b0Ya__dividerRow{background:0 0!important}.FreeBoard-module__A1b0Ya__dividerRow td{border-bottom:2px solid var(--border-color);text-align:left;padding:30px 12px 10px!important}.FreeBoard-module__A1b0Ya__dividerContent{color:var(--primary);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:700}.FreeBoard-module__A1b0Ya__postTitleText{vertical-align:middle}.FreeBoard-module__A1b0Ya__writeBtnContainer{text-align:right;margin-bottom:var(--space-lg)}.FreeBoard-module__A1b0Ya__writePostBtn,.FreeBoard-module__A1b0Ya__backBtn{background:var(--primary);color:var(--bg-primary);cursor:pointer;border:none;border-radius:6px;padding:10px 20px;font-weight:700;transition:transform .2s}.FreeBoard-module__A1b0Ya__writePostBtn:hover,.FreeBoard-module__A1b0Ya__backBtn:hover{transform:translateY(-2px)}.FreeBoard-module__A1b0Ya__postFormContainer{background:var(--bg-tertiary);padding:var(--space-lg);border:1px solid var(--border-color);margin-bottom:var(--space-lg);border-radius:8px}.FreeBoard-module__A1b0Ya__inputField{background:var(--bg-secondary);border:1px solid var(--border-color);width:100%;color:var(--text-primary);margin-bottom:var(--space-md);border-radius:6px;padding:12px}.FreeBoard-module__A1b0Ya__textareaField{background:var(--bg-secondary);border:1px solid var(--border-color);width:100%;min-height:200px;color:var(--text-primary);margin-bottom:var(--space-md);resize:vertical;border-radius:6px;padding:12px}.FreeBoard-module__A1b0Ya__detailView{background:var(--bg-tertiary);padding:var(--space-lg);border-radius:8px}.FreeBoard-module__A1b0Ya__detailHeader{border-bottom:1px solid var(--border-color);padding-bottom:var(--space-md);margin-bottom:var(--space-lg)}.FreeBoard-module__A1b0Ya__detailTitle{color:var(--primary);margin-bottom:10px;font-size:1.8rem}.FreeBoard-module__A1b0Ya__detailInfo{color:var(--text-secondary);justify-content:space-between;font-size:.9rem;display:flex}.FreeBoard-module__A1b0Ya__detailContent{min-height:200px;margin-bottom:var(--space-xl);white-space:pre-wrap;font-size:1.05rem;line-height:1.6}.FreeBoard-module__A1b0Ya__detailActions{justify-content:center;gap:var(--space-md);border-top:1px solid var(--border-color);padding-top:var(--space-lg);display:flex}.FreeBoard-module__A1b0Ya__voteBtn{border:1px solid var(--border-color);background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;transition:all .2s;display:flex}.FreeBoard-module__A1b0Ya__likeBtn:hover{color:#00e676;border-color:#00e676}.FreeBoard-module__A1b0Ya__dislikeBtn:hover{color:#f44;border-color:#f44}.FreeBoard-module__A1b0Ya__votedLike{color:#00e676;border-color:#00e676;box-shadow:0 0 8px #00e67666}.FreeBoard-module__A1b0Ya__votedDislike{color:#f44;border-color:#f44;box-shadow:0 0 8px #f446}@media (max-width:768px){.FreeBoard-module__A1b0Ya__boardTable,.FreeBoard-module__A1b0Ya__boardTable tbody{width:100%;display:block}.FreeBoard-module__A1b0Ya__boardTable thead{display:none}.FreeBoard-module__A1b0Ya__postRow{border-bottom:1px solid var(--border-color);flex-wrap:wrap;align-items:center;padding:12px 0;display:flex}.FreeBoard-module__A1b0Ya__boardTable td{text-align:left;border-bottom:none;padding:4px}.FreeBoard-module__A1b0Ya__titleCol{flex-basis:100%;margin-bottom:6px;font-size:1.05rem;width:100%!important}.FreeBoard-module__A1b0Ya__boardTable tr.FreeBoard-module__A1b0Ya__postRow td:nth-child(2),.FreeBoard-module__A1b0Ya__boardTable tr.FreeBoard-module__A1b0Ya__postRow td:nth-child(3),.FreeBoard-module__A1b0Ya__boardTable tr.FreeBoard-module__A1b0Ya__postRow td:nth-child(4),.FreeBoard-module__A1b0Ya__boardTable tr.FreeBoard-module__A1b0Ya__postRow td:nth-child(5){color:var(--text-secondary);flex:0 auto;font-size:.8rem}.FreeBoard-module__A1b0Ya__boardTable tr.FreeBoard-module__A1b0Ya__postRow td:nth-child(3):before,.FreeBoard-module__A1b0Ya__boardTable tr.FreeBoard-module__A1b0Ya__postRow td:nth-child(4):before,.FreeBoard-module__A1b0Ya__boardTable tr.FreeBoard-module__A1b0Ya__postRow td:nth-child(5):before{content:"·";color:var(--text-muted);margin:0 6px}.FreeBoard-module__A1b0Ya__dividerRow,.FreeBoard-module__A1b0Ya__dividerRow td{width:100%;display:block}}
.StatsTable-module__KmWTla__tableContainer{background-color:var(--bg-secondary);border-radius:var(--radius-lg);border:1px solid var(--border-color);width:100%;overflow-x:auto}.StatsTable-module__KmWTla__statsTable{border-collapse:collapse;width:100%;min-width:650px}.StatsTable-module__KmWTla__statsTable th,.StatsTable-module__KmWTla__statsTable td{text-align:center;border-bottom:1px solid var(--border-color);color:var(--text-primary);white-space:nowrap;padding:10px 8px;font-size:.9rem}.StatsTable-module__KmWTla__statsTable th{background-color:var(--bg-tertiary);color:var(--text-muted);z-index:10;font-size:.85rem;font-weight:600;position:sticky;top:0}.StatsTable-module__KmWTla__sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s}.StatsTable-module__KmWTla__sortable:hover{color:var(--primary)}.StatsTable-module__KmWTla__statsTable tbody tr:hover{background-color:var(--bg-tertiary)}.StatsTable-module__KmWTla__clickableRow{cursor:pointer;transition:background-color .2s}.StatsTable-module__KmWTla__clickableRow:hover{background-color:#10b9811a!important}.StatsTable-module__KmWTla__rankCell{color:var(--text-muted);font-weight:700}.StatsTable-module__KmWTla__activeCol{color:var(--primary);background-color:rgba(var(--primary-rgb),.05);font-weight:700}.StatsTable-module__KmWTla__playerProfile{align-items:center;gap:12px;display:flex}.StatsTable-module__KmWTla__playerPhoto{object-fit:cover;background-color:var(--bg-tertiary);border-radius:50%;width:40px;height:40px}.StatsTable-module__KmWTla__playerInfo{flex-direction:column;align-items:flex-start;display:flex}.StatsTable-module__KmWTla__playerName{font-size:.95rem;font-weight:700}.StatsTable-module__KmWTla__teamInfo{align-items:center;gap:4px;margin-top:2px;display:flex}.StatsTable-module__KmWTla__teamLogoSmall{object-fit:contain;width:16px;height:16px}.StatsTable-module__KmWTla__teamName{color:var(--text-muted);font-size:.8rem}.StatsTable-module__KmWTla__teamProfile{align-items:center;gap:12px;display:flex}.StatsTable-module__KmWTla__teamLogoBig{object-fit:contain;width:32px;height:32px}.StatsTable-module__KmWTla__teamNameMain{font-size:.95rem;font-weight:700}.StatsTable-module__KmWTla__noData{text-align:center;color:var(--text-muted);background-color:var(--bg-secondary);border-radius:var(--radius-lg);border:1px solid var(--border-color);padding:3rem}
.ChampionsLeagueBracket-module__jKq__G__bracketWrapper{width:100%;min-width:0;margin-top:var(--space-md);background-color:var(--bg-secondary);border-radius:var(--radius-lg);border:1px solid var(--border-color);padding:var(--space-md)0}.ChampionsLeagueBracket-module__jKq__G__bracketScroll{width:100%;min-width:0;padding:0 var(--space-md);-webkit-overflow-scrolling:touch;overflow-x:auto}.ChampionsLeagueBracket-module__jKq__G__treeBracket{width:max-content;min-width:100%;padding:var(--space-md)0;justify-content:flex-start;gap:4px;margin:0 auto;display:flex}.ChampionsLeagueBracket-module__jKq__G__treeSide{flex:1;gap:4px;display:flex}.ChampionsLeagueBracket-module__jKq__G__treeCenter{flex-direction:column;justify-content:center;align-items:center;padding:0 4px;display:flex}.ChampionsLeagueBracket-module__jKq__G__trophyIcon{margin-bottom:var(--space-lg);text-shadow:0 0 20px #ffd70080;font-size:4rem}.ChampionsLeagueBracket-module__jKq__G__treeColumn{flex-direction:column;flex:1;min-width:0;display:flex}.ChampionsLeagueBracket-module__jKq__G__colR16{justify-content:space-around;gap:var(--space-md)}.ChampionsLeagueBracket-module__jKq__G__colQf{padding:var(--space-xl)0;justify-content:space-around;gap:var(--space-xl)}.ChampionsLeagueBracket-module__jKq__G__colSf{justify-content:space-around;gap:3rem;padding:6rem 0}.ChampionsLeagueBracket-module__jKq__G__colFinal{justify-content:center}.ChampionsLeagueBracket-module__jKq__G__colTitle{background-color:var(--primary);color:#fff;text-align:center;margin-bottom:var(--space-md);text-transform:uppercase;letter-spacing:1px;border-radius:4px;width:100%;padding:4px 0;font-size:.85rem;font-weight:700}.ChampionsLeagueBracket-module__jKq__G__matchupCard{background-color:var(--bg-tertiary);border-radius:var(--radius-md);border:1px solid var(--border-color);z-index:2;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000004d}.ChampionsLeagueBracket-module__jKq__G__matchupCardEmpty{border:1px dashed var(--border-color);border-radius:var(--radius-md);background-color:#0000;justify-content:center;align-items:center;height:70px;display:flex}.ChampionsLeagueBracket-module__jKq__G__teamRow{cursor:pointer;justify-content:space-between;align-items:center;padding:4px 6px;transition:background-color .2s;display:flex}.ChampionsLeagueBracket-module__jKq__G__teamRow:hover{background-color:#ffffff0d}.ChampionsLeagueBracket-module__jKq__G__winnerRow{background-color:#10b98126}.ChampionsLeagueBracket-module__jKq__G__teamInfo{flex:1;align-items:center;gap:8px;display:flex;overflow:hidden}.ChampionsLeagueBracket-module__jKq__G__crest{object-fit:contain;width:20px;height:20px}.ChampionsLeagueBracket-module__jKq__G__teamName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:clamp(.55rem,.8vw,.85rem);font-weight:500;overflow:hidden}.ChampionsLeagueBracket-module__jKq__G__score{color:var(--text-muted);padding-left:4px;font-size:clamp(.7rem,1vw,.95rem);font-weight:700}.ChampionsLeagueBracket-module__jKq__G__winnerScore{color:var(--primary)}.ChampionsLeagueBracket-module__jKq__G__divider{background-color:var(--border-color);height:1px}.ChampionsLeagueBracket-module__jKq__G__crown{margin-left:4px;font-size:.8rem}.ChampionsLeagueBracket-module__jKq__G__noData{color:var(--text-muted);font-size:.85rem}.ChampionsLeagueBracket-module__jKq__G__bracketContainer{width:100%;position:relative}.ChampionsLeagueBracket-module__jKq__G__fullscreenMode{background-color:var(--bg-main);z-index:9999;width:100vw;height:100vh;padding:var(--space-xl);flex-direction:column;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.ChampionsLeagueBracket-module__jKq__G__headerActions{margin-bottom:var(--space-sm);justify-content:flex-end;display:flex}.ChampionsLeagueBracket-module__jKq__G__fullscreenBtn{background-color:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;padding:8px 16px;font-size:.9rem;font-weight:700;transition:all .2s}.ChampionsLeagueBracket-module__jKq__G__fullscreenBtn:hover{background-color:var(--primary);color:#fff}.ChampionsLeagueBracket-module__jKq__G__legsInfo{text-align:center;color:var(--text-primary);border-top:1px solid var(--border-color);background-color:#00000040;padding:4px 0;font-size:clamp(.55rem,.7vw,.8rem);font-weight:500}.ChampionsLeagueBracket-module__jKq__G__fullscreenMode .ChampionsLeagueBracket-module__jKq__G__treeBracket{gap:var(--space-md);min-width:1200px;padding:var(--space-xl)0}.ChampionsLeagueBracket-module__jKq__G__fullscreenMode .ChampionsLeagueBracket-module__jKq__G__treeSide{gap:var(--space-md)}.ChampionsLeagueBracket-module__jKq__G__fullscreenMode .ChampionsLeagueBracket-module__jKq__G__treeColumn{min-width:180px}.ChampionsLeagueBracket-module__jKq__G__fullscreenMode .ChampionsLeagueBracket-module__jKq__G__teamRow{padding:6px 10px}.ChampionsLeagueBracket-module__jKq__G__fullscreenMode .ChampionsLeagueBracket-module__jKq__G__teamName{font-size:.85rem}.ChampionsLeagueBracket-module__jKq__G__fullscreenMode .ChampionsLeagueBracket-module__jKq__G__score{font-size:.95rem}.ChampionsLeagueBracket-module__jKq__G__fullscreenMode .ChampionsLeagueBracket-module__jKq__G__legsInfo{padding:6px 0;font-size:.8rem}
.ShareLinkModal-module__5-2nuq__overlay{z-index:10000;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.ShareLinkModal-module__5-2nuq__modalContent{background:var(--bg-secondary,#1a1a1a);border:1px solid var(--border-color,#333);border-radius:12px;width:90%;max-width:400px;padding:24px;position:relative;box-shadow:0 10px 25px #00000080}.ShareLinkModal-module__5-2nuq__closeBtn{color:var(--text-muted,#888);cursor:pointer;background:0 0;border:none;font-size:1.2rem;position:absolute;top:15px;right:15px}.ShareLinkModal-module__5-2nuq__title{color:var(--text-primary,#fff);text-align:center;margin-top:0;margin-bottom:20px;font-size:1.2rem}.ShareLinkModal-module__5-2nuq__inputWrapper{gap:10px;display:flex}.ShareLinkModal-module__5-2nuq__urlInput{border:1px solid var(--border-color,#333);background:var(--bg-tertiary,#2a2a2a);color:var(--text-primary,#fff);border-radius:6px;outline:none;flex:1;padding:10px 12px;font-size:.9rem}.ShareLinkModal-module__5-2nuq__copyBtn{background:var(--primary,#00e676);color:#000;cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:0 16px;font-weight:700;transition:background-color .2s,transform .1s}.ShareLinkModal-module__5-2nuq__copyBtn:hover{filter:brightness(1.1)}.ShareLinkModal-module__5-2nuq__copyBtn:active{transform:scale(.95)}.ShareLinkModal-module__5-2nuq__copied{color:#fff;background:#4caf50}
.Messenger-module__P7-VMa__messengerWrapper{z-index:9999;font-family:inherit;position:fixed;bottom:30px;right:30px}.Messenger-module__P7-VMa__floatingButton{color:#3b1e1e;cursor:pointer;background-color:#ffe812;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:28px;transition:transform .2s;display:flex;position:relative;box-shadow:0 4px 12px #00000026}.Messenger-module__P7-VMa__floatingButton:hover{transform:scale(1.05)}.Messenger-module__P7-VMa__badge,.Messenger-module__P7-VMa__tabBadge{color:#fff;background-color:#ff3b30;border-radius:12px;padding:2px 6px;font-size:12px;font-weight:700;position:absolute}.Messenger-module__P7-VMa__badge{border:2px solid #fff;top:-5px;right:-5px}.Messenger-module__P7-VMa__tabBadge{margin-left:6px;line-height:1;display:inline-block}.Messenger-module__P7-VMa__messengerWindow{background-color:#f5f6f8;border-radius:16px;flex-direction:column;width:360px;height:600px;animation:.3s Messenger-module__P7-VMa__slideUp;display:flex;overflow:hidden;box-shadow:0 10px 30px #0003}@keyframes Messenger-module__P7-VMa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Messenger-module__P7-VMa__header{color:#3b1e1e;background-color:#ffe812;justify-content:space-between;align-items:center;padding:16px;font-size:18px;font-weight:700;display:flex}.Messenger-module__P7-VMa__closeButton{cursor:pointer;color:#3b1e1e;background:0 0;border:none;font-size:24px}.Messenger-module__P7-VMa__mainContent{flex-direction:column;flex:1;display:flex}.Messenger-module__P7-VMa__tabs{background-color:#fff;border-bottom:1px solid #ddd;display:flex}.Messenger-module__P7-VMa__tab{cursor:pointer;color:#888;background:0 0;border:none;flex:1;padding:12px;font-weight:700;position:relative}.Messenger-module__P7-VMa__tab.Messenger-module__P7-VMa__active{color:#3b1e1e}.Messenger-module__P7-VMa__tab.Messenger-module__P7-VMa__active:after{content:"";background-color:#3b1e1e;width:100%;height:3px;position:absolute;bottom:0;left:0}.Messenger-module__P7-VMa__tabContent{background-color:#fff;flex:1;padding:16px;overflow-y:auto}.Messenger-module__P7-VMa__centerText{text-align:center;color:#999;margin-top:50px}.Messenger-module__P7-VMa__noticeContainer{background-color:#fdfdfd;border:1px solid #eee;border-radius:8px;padding:16px}.Messenger-module__P7-VMa__noticeContainer h4{color:#333;margin-top:0;margin-bottom:12px}.Messenger-module__P7-VMa__noticeList{color:#555;padding-left:20px;font-size:14px;line-height:1.6}.Messenger-module__P7-VMa__chatRoom{background-color:#b2c7d9;flex-direction:column;flex:1;display:flex}.Messenger-module__P7-VMa__backButton{text-align:left;cursor:pointer;color:#333;background:#fff3;border:none;padding:8px 16px;font-weight:700}.Messenger-module__P7-VMa__messagesContainer{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.Messenger-module__P7-VMa__messageBubbleWrapper{flex-direction:column;max-width:75%;display:flex}.Messenger-module__P7-VMa__messageMine{align-self:flex-end;align-items:flex-end}.Messenger-module__P7-VMa__messageTheirs{align-self:flex-start;align-items:flex-start}.Messenger-module__P7-VMa__messageSender{color:#555;margin-bottom:4px;margin-left:4px;font-size:12px}.Messenger-module__P7-VMa__messageBubble{word-break:break-word;color:#333;border-radius:12px;padding:10px 14px;font-size:14px;line-height:1.4;box-shadow:0 1px 2px #0000001a}.Messenger-module__P7-VMa__messageMine .Messenger-module__P7-VMa__messageBubble{background-color:#ffeb33;border-top-right-radius:4px}.Messenger-module__P7-VMa__messageTheirs .Messenger-module__P7-VMa__messageBubble{background-color:#fff;border-top-left-radius:4px}.Messenger-module__P7-VMa__messageMeta{align-items:center;gap:4px;margin-top:4px;font-size:11px;display:flex}.Messenger-module__P7-VMa__readMark{color:#ffeb33;font-weight:700}.Messenger-module__P7-VMa__messageMine .Messenger-module__P7-VMa__messageMeta{flex-direction:row-reverse}.Messenger-module__P7-VMa__messageMine .Messenger-module__P7-VMa__readMark{color:#e5c100}.Messenger-module__P7-VMa__messageTime{color:#666}.Messenger-module__P7-VMa__inputArea{background-color:#fff;border-top:1px solid #ddd;padding:12px;display:flex}.Messenger-module__P7-VMa__chatInput{border:1px solid #ccc;border-radius:20px;outline:none;flex:1;padding:10px 16px;font-size:14px}.Messenger-module__P7-VMa__sendButton{cursor:pointer;color:#3b1e1e;background-color:#ffe812;border:none;border-radius:20px;margin-left:8px;padding:0 20px;font-weight:700}.Messenger-module__P7-VMa__sendButton:disabled{color:#aaa;cursor:not-allowed;background-color:#eee}.Messenger-module__P7-VMa__listContainer{flex-direction:column;gap:16px;display:flex}.Messenger-module__P7-VMa__section{flex-direction:column;gap:8px;display:flex}.Messenger-module__P7-VMa__sectionTitle{color:#666;border-bottom:1px solid #eee;margin:0;padding-bottom:4px;font-size:13px}.Messenger-module__P7-VMa__listItem{cursor:pointer;background-color:#fcfcfc;border:1px solid #eee;border-radius:8px;justify-content:space-between;align-items:center;padding:10px;transition:background-color .2s;display:flex}.Messenger-module__P7-VMa__listItem:hover{background-color:#f1f1f1}.Messenger-module__P7-VMa__itemName{color:#3b1e1e;font-size:14px;font-weight:700}.Messenger-module__P7-VMa__itemActions{gap:6px;display:flex}.Messenger-module__P7-VMa__actionBtn{color:#3b1e1e;cursor:pointer;background-color:#ffe812;border:none;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:700}.Messenger-module__P7-VMa__actionBtnBlock{color:#777;cursor:pointer;background-color:#eee;border:none;border-radius:4px;padding:4px 8px;font-size:12px}.Messenger-module__P7-VMa__emptyText{text-align:center;color:#aaa;padding:20px 0;font-size:13px}.Messenger-module__P7-VMa__chatInfo{flex-direction:column;flex:1;gap:4px;display:flex;overflow:hidden}.Messenger-module__P7-VMa__lastMessage{color:#888;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.Messenger-module__P7-VMa__chatBadge{color:#fff;background-color:#ff3b30;border-radius:12px;margin-left:10px;padding:2px 8px;font-size:12px;font-weight:700}@media (max-width:768px){.Messenger-module__P7-VMa__messengerWrapper{z-index:99999;bottom:120px;right:20px}.Messenger-module__P7-VMa__messengerWindow{width:calc(100vw - 40px);height:calc(100vh - 140px);max-height:600px}}
.page-module__La-JqW__container{color:#fff;max-width:1200px;min-height:80vh;margin:0 auto;padding:2rem}.page-module__La-JqW__header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.page-module__La-JqW__backBtn{color:#a0aec0;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;padding:8px 16px;font-size:.9rem;transition:all .2s}.page-module__La-JqW__backBtn:hover{color:#fff;background:#fff3}.page-module__La-JqW__titleContainer{background:#0f141e99;border-left:4px solid #00e676;border-radius:12px;align-items:center;gap:1rem;width:100%;padding:1rem 2rem;display:flex;box-shadow:0 4px 20px #0000004d}.page-module__La-JqW__flag{filter:drop-shadow(0 2px 4px #00000080);font-size:2.5rem;line-height:1}.page-module__La-JqW__title{color:#fff;text-shadow:0 2px 10px #00000080;margin:0;font-size:1.8rem;font-weight:800}.page-module__La-JqW__boardWrapper{background:#14192366;border:1px solid #ffffff0d;border-radius:16px;padding:1rem}@media (max-width:768px){.page-module__La-JqW__container,.page-module__La-JqW__titleContainer{padding:1rem}.page-module__La-JqW__title{font-size:1.4rem}}
.page-module__5UonDq__header{text-align:center;margin-bottom:30px}.page-module__5UonDq__header h1{color:#fff;margin:10px 0}.page-module__5UonDq__header p{color:var(--text-muted)}.page-module__5UonDq__backLink{color:var(--primary);margin-bottom:15px;font-weight:700;text-decoration:none;display:inline-block}.page-module__5UonDq__backLink:hover{text-decoration:underline}.page-module__5UonDq__layout{flex-direction:column;align-items:center;gap:40px;display:flex}.page-module__5UonDq__pitchSection{justify-content:center;width:100%;max-width:800px;display:flex}.page-module__5UonDq__pitchContainer{aspect-ratio:2/3;background-color:#1b3a1b;border:2px solid #fff;border-radius:4px;width:100%;max-height:800px;position:relative;overflow:hidden}.page-module__5UonDq__pitchLines{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.page-module__5UonDq__centerCircle{aspect-ratio:1;border:2px solid #ffffff80;border-radius:50%;width:25%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-module__5UonDq__centerLine{background-color:#ffffff80;width:100%;height:2px;position:absolute;top:50%;left:0}.page-module__5UonDq__penaltyAreaTop{border:2px solid #ffffff80;border-top:none;width:60%;height:15%;position:absolute;top:0;left:20%}.page-module__5UonDq__penaltyAreaBottom{border:2px solid #ffffff80;border-bottom:none;width:60%;height:15%;position:absolute;bottom:0;left:20%}.page-module__5UonDq__playerNode{z-index:10;flex-direction:column;align-items:center;display:flex;position:absolute;transform:translate(-50%,-50%)}.page-module__5UonDq__playerShirt{background:#fff;border:2px solid #222;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:5px;display:flex;box-shadow:0 4px 10px #00000080}.page-module__5UonDq__shirtLogo{object-fit:contain;width:24px;height:24px}.page-module__5UonDq__playerShirtEmpty{background:#fff3;border:2px dashed #ffffff80;border-radius:50%;width:36px;height:36px;margin-bottom:4px}.page-module__5UonDq__playerNameTag{color:#fff;white-space:nowrap;background:#0009;border-radius:4px;padding:2px 6px;font-size:.75rem}.page-module__5UonDq__playerNameTagFilled{background:var(--primary);color:#000;white-space:nowrap;border-radius:4px;justify-content:center;align-items:center;gap:4px;padding:2px 4px;font-size:.75rem;font-weight:700;line-height:1.15;display:flex;box-shadow:0 2px 4px #00000080}@media (min-width:768px){.page-module__5UonDq__playerShirt{width:80px;height:80px}.page-module__5UonDq__playerNameTagFilled{padding:4px 8px;font-size:1.05rem}}.page-module__5UonDq__statsSection{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;width:100%;max-width:1000px;padding:20px;position:relative}.page-module__5UonDq__statsSection h2{color:#fff;text-align:center;margin-top:0;margin-bottom:20px;font-size:clamp(1.2rem,5vw,1.5rem)}.page-module__5UonDq__statsTableWrapper{overflow-x:auto}.page-module__5UonDq__statsTable{border-collapse:collapse;width:100%}.page-module__5UonDq__statsTable th,.page-module__5UonDq__statsTable td{text-align:left;border-bottom:1px solid var(--border-color);padding:12px 16px}.page-module__5UonDq__statsTable th{color:#fff;text-transform:uppercase;background:#0003;font-size:.85rem;font-weight:600}.page-module__5UonDq__statsTable tr:last-child td{border-bottom:none}.page-module__5UonDq__watermark{color:#ffffff80;pointer-events:none;z-index:10;font-size:.9rem;font-weight:700;position:absolute;bottom:10px;right:15px}
.ClubMatchArchive-module__Dd1Kfa__archiveContainer{gap:var(--space-xl);margin-top:var(--space-xl);display:flex}.ClubMatchArchive-module__Dd1Kfa__matchSelector{background-color:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border-color);flex:0 0 300px;overflow:hidden}.ClubMatchArchive-module__Dd1Kfa__selectorTitle{background-color:var(--bg-tertiary);padding:var(--space-md);border-bottom:1px solid var(--border-color);margin:0;font-size:1.1rem}.ClubMatchArchive-module__Dd1Kfa__matchList{flex-direction:column;display:flex}.ClubMatchArchive-module__Dd1Kfa__matchItem{padding:var(--space-md);border-bottom:1px solid var(--border-color);cursor:pointer;transition:background-color var(--transition-fast)}.ClubMatchArchive-module__Dd1Kfa__matchItem:last-child{border-bottom:none}.ClubMatchArchive-module__Dd1Kfa__matchItem:hover{background-color:var(--bg-tertiary)}.ClubMatchArchive-module__Dd1Kfa__matchItem.ClubMatchArchive-module__Dd1Kfa__selected{background-color:var(--bg-tertiary);border-left:4px solid var(--primary)}.ClubMatchArchive-module__Dd1Kfa__matchDate{color:var(--text-muted);margin-bottom:4px;font-size:.85rem}.ClubMatchArchive-module__Dd1Kfa__matchTeams{justify-content:space-between;align-items:center;font-weight:500;display:flex}.ClubMatchArchive-module__Dd1Kfa__score{color:var(--primary);font-weight:700}.ClubMatchArchive-module__Dd1Kfa__desktopMainContent{background-color:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border-color);padding:var(--space-xl);flex:1}.ClubMatchArchive-module__Dd1Kfa__mobileDetailsContainer{display:none}.ClubMatchArchive-module__Dd1Kfa__selectedMatchHeader{text-align:center;margin-bottom:var(--space-xl)}.ClubMatchArchive-module__Dd1Kfa__selectedMatchHeader h2{color:var(--text-primary);margin-bottom:var(--space-sm)}.ClubMatchArchive-module__Dd1Kfa__selectedMatchHeader p{color:var(--text-muted);font-size:.9rem}.ClubMatchArchive-module__Dd1Kfa__tabsHeader{border-bottom:1px solid var(--border-color);margin-bottom:var(--space-xl);white-space:nowrap;-webkit-overflow-scrolling:touch;display:flex;overflow-x:auto}.ClubMatchArchive-module__Dd1Kfa__tabsHeader::-webkit-scrollbar{display:none}.ClubMatchArchive-module__Dd1Kfa__tabBtn{padding:var(--space-md);color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;flex:1 0;font-weight:700;transition:all .2s}.ClubMatchArchive-module__Dd1Kfa__tabBtn:hover{color:var(--text-primary);background-color:var(--bg-tertiary)}.ClubMatchArchive-module__Dd1Kfa__activeTab{color:var(--primary);border-bottom-color:var(--primary)}.ClubMatchArchive-module__Dd1Kfa__tabBody{min-height:400px}.ClubMatchArchive-module__Dd1Kfa__loading{text-align:center;color:var(--text-muted);padding:var(--space-xl)}.ClubMatchArchive-module__Dd1Kfa__noData{text-align:center;color:var(--text-muted);padding:var(--space-xl);font-style:italic}.ClubMatchArchive-module__Dd1Kfa__lineupContainer{justify-content:center;width:100%;display:flex}.ClubMatchArchive-module__Dd1Kfa__teamLineup h4{color:var(--primary);margin-bottom:var(--space-xs)}.ClubMatchArchive-module__Dd1Kfa__teamLineup h5{color:var(--text-secondary);margin-bottom:var(--space-md)}.ClubMatchArchive-module__Dd1Kfa__playerList{margin:0;padding:0;list-style:none}.ClubMatchArchive-module__Dd1Kfa__playerList li{padding:var(--space-xs)0;border-bottom:1px solid var(--border-color);font-size:.95rem}.ClubMatchArchive-module__Dd1Kfa__playerNum{width:30px;color:var(--text-muted);font-size:.85rem;display:inline-block}.ClubMatchArchive-module__Dd1Kfa__statsContainer{gap:var(--space-md);flex-direction:column;max-width:600px;margin:0 auto;display:flex}.ClubMatchArchive-module__Dd1Kfa__statsHeader{color:var(--primary);margin-bottom:var(--space-sm);padding-bottom:var(--space-sm);border-bottom:1px solid var(--border-color);justify-content:space-between;font-weight:700;display:flex}.ClubMatchArchive-module__Dd1Kfa__statRow{text-align:center;grid-template-columns:50px 1fr 50px;align-items:center;display:grid}.ClubMatchArchive-module__Dd1Kfa__statVal{font-weight:700}.ClubMatchArchive-module__Dd1Kfa__statName{color:var(--text-secondary);font-size:.9rem}@media (max-width:768px){.ClubMatchArchive-module__Dd1Kfa__archiveContainer{gap:var(--space-md);flex-direction:column}.ClubMatchArchive-module__Dd1Kfa__matchSelector{flex:auto}.ClubMatchArchive-module__Dd1Kfa__desktopMainContent{display:none}.ClubMatchArchive-module__Dd1Kfa__mobileDetailsContainer{background-color:var(--bg-primary);padding:var(--space-md);border-bottom:1px solid var(--border-color);animation:.3s ease-out ClubMatchArchive-module__Dd1Kfa__slideDown;display:block}.ClubMatchArchive-module__Dd1Kfa__lineupContainer{grid-template-columns:1fr}}@keyframes ClubMatchArchive-module__Dd1Kfa__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.DateSlider-module__Q8X7Hq__sliderContainer{background-color:var(--bg-primary);border-radius:12px;flex-direction:column;align-items:center;width:100%;margin-bottom:2rem;padding:1.5rem;display:flex}.DateSlider-module__Q8X7Hq__topControls{justify-content:center;align-items:center;gap:1.5rem;width:100%;margin-bottom:1.5rem;display:flex;position:relative}.DateSlider-module__Q8X7Hq__recentBtn{color:#555;cursor:pointer;background-color:#fff;border:1px solid #e0e0e0;border-radius:20px;padding:.3rem .8rem;font-size:.85rem;font-weight:500;transition:all .2s;box-shadow:0 1px 3px #0000000d}.DateSlider-module__Q8X7Hq__recentBtn:hover{background-color:#f0f0f0}@media (prefers-color-scheme:dark){.DateSlider-module__Q8X7Hq__recentBtn{color:#ddd;background-color:#333;border-color:#444}.DateSlider-module__Q8X7Hq__recentBtn:hover{background-color:#444}}.DateSlider-module__Q8X7Hq__monthSelector{align-items:center;gap:.8rem;display:flex}.DateSlider-module__Q8X7Hq__arrowBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.2rem .5rem;font-size:1.2rem;display:flex}.DateSlider-module__Q8X7Hq__arrowBtn:hover{color:var(--text-primary)}.DateSlider-module__Q8X7Hq__monthText{color:var(--text-primary);font-size:1.3rem;font-weight:700}.DateSlider-module__Q8X7Hq__calendarIconWrapper{cursor:pointer;color:var(--text-secondary);justify-content:center;align-items:center;display:flex;position:relative}.DateSlider-module__Q8X7Hq__calendarIconWrapper:hover{color:var(--text-primary)}.DateSlider-module__Q8X7Hq__hiddenInput{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.DateSlider-module__Q8X7Hq__daySlider{justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.DateSlider-module__Q8X7Hq__circleBtn{color:var(--text-secondary);cursor:pointer;background-color:#fff;border:1px solid #e0e0e0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;transition:all .2s;display:flex;box-shadow:0 2px 4px #0000000d}.DateSlider-module__Q8X7Hq__circleBtn:hover{color:var(--text-primary);background-color:#f0f0f0}@media (prefers-color-scheme:dark){.DateSlider-module__Q8X7Hq__circleBtn{background-color:#333;border-color:#444}.DateSlider-module__Q8X7Hq__circleBtn:hover{background-color:#444}}.DateSlider-module__Q8X7Hq__daysList{justify-content:space-between;align-items:center;width:100%;max-width:800px;display:flex}.DateSlider-module__Q8X7Hq__dayItem{cursor:pointer;border-bottom:3px solid #0000;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.5rem;transition:all .2s;display:flex}.DateSlider-module__Q8X7Hq__dayItem:hover{opacity:.8}.DateSlider-module__Q8X7Hq__selected{border-bottom:3px solid #4a90e2}.DateSlider-module__Q8X7Hq__dayName{color:var(--text-secondary);white-space:nowrap;font-size:.85rem;font-weight:500}.DateSlider-module__Q8X7Hq__todayText{color:#4a90e2;font-weight:700}.DateSlider-module__Q8X7Hq__dayNumber{color:var(--text-primary);font-size:1.1rem;font-weight:500}.DateSlider-module__Q8X7Hq__selectedNumber{color:#4a90e2;font-weight:700}
.FloatingAffiliateBanner-module__XR2vhq__floatingContainer{z-index:9999;pointer-events:none;justify-content:center;width:100%;padding:10px;display:flex;position:fixed;bottom:0;left:0}@media (min-width:768px){.FloatingAffiliateBanner-module__XR2vhq__floatingContainer{display:none}}.FloatingAffiliateBanner-module__XR2vhq__inner{background-color:var(--bg-secondary);border:1px solid var(--border-color);pointer-events:auto;border-radius:16px;flex-direction:column;gap:6px;width:100%;max-width:400px;padding:12px 16px;animation:.5s ease-out FloatingAffiliateBanner-module__XR2vhq__slideUp;display:flex;box-shadow:0 -4px 15px #0000004d}@keyframes FloatingAffiliateBanner-module__XR2vhq__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.FloatingAffiliateBanner-module__XR2vhq__floatingLink{background:var(--primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px;font-weight:700;text-decoration:none;transition:background .2s;display:flex}.FloatingAffiliateBanner-module__XR2vhq__floatingLink:hover{background:var(--primary-hover)}.FloatingAffiliateBanner-module__XR2vhq__icon{font-size:1.2rem}.FloatingAffiliateBanner-module__XR2vhq__text{font-size:1rem}.FloatingAffiliateBanner-module__XR2vhq__disclosure{color:var(--text-muted);text-align:center;font-size:.65rem;line-height:1.2}.FloatingAffiliateBanner-module__XR2vhq__splitRow{gap:8px;width:100%;display:flex}.FloatingAffiliateBanner-module__XR2vhq__primaryLink{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);flex:1}.FloatingAffiliateBanner-module__XR2vhq__primaryLink:hover{background:linear-gradient(135deg,#d97706 0%,#b45309 100%)}.FloatingAffiliateBanner-module__XR2vhq__secondaryLink{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);flex:1}.FloatingAffiliateBanner-module__XR2vhq__secondaryLink:hover{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%)}.FloatingAffiliateBanner-module__XR2vhq__splitRow .FloatingAffiliateBanner-module__XR2vhq__floatingLink{flex-direction:column;gap:4px;padding:10px 4px}.FloatingAffiliateBanner-module__XR2vhq__splitRow .FloatingAffiliateBanner-module__XR2vhq__text{text-align:center;font-size:.75rem;line-height:1.1}.FloatingAffiliateBanner-module__XR2vhq__splitRow .FloatingAffiliateBanner-module__XR2vhq__icon{font-size:1rem}
.ai-module__LFdz0G__tabsContainer{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:30px;display:grid}@media (min-width:768px){.ai-module__LFdz0G__tabsContainer{flex-wrap:wrap;gap:15px;display:flex}}.ai-module__LFdz0G__tabLink{text-align:center;border:1px solid;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:8px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}@media (min-width:768px){.ai-module__LFdz0G__tabLink{padding:10px 20px;font-size:1.1rem}}.ai-module__LFdz0G__botName{opacity:.8;margin-top:4px;font-size:.75rem}@media (min-width:768px){.ai-module__LFdz0G__botName{font-size:.8rem}}
.page-module__TiySia__sliderContainer{justify-content:center;align-items:center;gap:20px;width:100%;max-width:800px;display:flex;position:relative}.page-module__TiySia__slideContent{aspect-ratio:1;width:100%;max-width:500px;position:relative;container-type:inline-size}.page-module__TiySia__navButton{color:#fff;z-index:10;background:#fff3;border:none;border-radius:8px;flex-shrink:0;padding:10px 20px;font-size:2rem;transition:background .2s,opacity .2s}.page-module__TiySia__navButton:not(:disabled){cursor:pointer;opacity:1}.page-module__TiySia__navButton:not(:disabled):hover{background:#ffffff4d}.page-module__TiySia__navButton:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.page-module__TiySia__sliderContainer{gap:0;padding:0}.page-module__TiySia__slideContent{max-width:100%;padding:0 10px}.page-module__TiySia__navButton{background:#00000080;padding:10px 15px;font-size:1.5rem;position:absolute;top:50%;transform:translateY(-50%)}.page-module__TiySia__navButtonLeft{left:15px}.page-module__TiySia__navButtonRight{right:15px}}
