.MatchStats-module__JKHbSW__container{flex-direction:column;gap:2rem;width:100%;display:flex}.MatchStats-module__JKHbSW__emptyState{text-align:center;color:var(--text-muted);border:1px dashed var(--card-border);border-radius:8px;justify-content:center;align-items:center;padding:3rem 1rem;display:flex}.MatchStats-module__JKHbSW__accordionSection{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:14px;padding:1.5rem;transition:border-color .3s,background-color .3s;box-shadow:0 4px 12px #00000005}.MatchStats-module__JKHbSW__sectionHeader{color:var(--text-primary);text-transform:uppercase;letter-spacing:.06em;border-bottom:2px solid var(--bg-hover);align-items:center;gap:.65rem;margin-bottom:1.75rem;padding-bottom:.75rem;font-size:.95rem;font-weight:750;display:flex}.MatchStats-module__JKHbSW__headerIcon{color:var(--color-primary)}.MatchStats-module__JKHbSW__statsRowsList{flex-direction:column;gap:1.25rem;display:flex}.MatchStats-module__JKHbSW__row{flex-direction:column;gap:.45rem;display:flex}.MatchStats-module__JKHbSW__rowHeader{text-align:center;grid-template-columns:80px 1fr 80px;align-items:center;display:grid}.MatchStats-module__JKHbSW__value{color:var(--text-secondary);font-variant-numeric:tabular-nums;font-size:.95rem;font-weight:700}.MatchStats-module__JKHbSW__leader{color:var(--text-primary);font-weight:800}.MatchStats-module__JKHbSW__label{color:var(--text-primary);font-size:.875rem;font-weight:600}.MatchStats-module__JKHbSW__labelWithIcon{color:var(--text-primary);justify-content:center;align-items:center;gap:.35rem;font-size:.875rem;font-weight:600;display:flex}.MatchStats-module__JKHbSW__infoTrigger{color:var(--text-muted);cursor:help;opacity:.7}.MatchStats-module__JKHbSW__infoTrigger:hover{opacity:1;color:var(--color-primary)}.MatchStats-module__JKHbSW__barContainer{background-color:var(--bg-hover);border-radius:4px;width:100%;height:8px;display:flex;overflow:hidden}.MatchStats-module__JKHbSW__barHalf{width:50%;height:100%;position:relative}.MatchStats-module__JKHbSW__progressBar{background-color:var(--card-border);border-radius:4px;height:100%;transition:width .8s cubic-bezier(.1,.76,.55,.94)}.MatchStats-module__JKHbSW__homeBar{position:absolute;right:0;box-shadow:0 0 6px #2ed57333;background:linear-gradient(270deg,#2ed573 0%,#1abc9c 100%)!important}.MatchStats-module__JKHbSW__awayBar{position:absolute;left:0;box-shadow:0 0 6px #3b82f633;background:linear-gradient(90deg,#3b82f6 0%,#54a0ff 100%)!important}.MatchStats-module__JKHbSW__leaderBar{opacity:1}.MatchStats-module__JKHbSW__gaugesRowContainer{border-bottom:2px solid var(--bg-hover);flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.75rem;display:flex}.MatchStats-module__JKHbSW__symmetricalGaugesRow{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;justify-content:space-between;align-items:center;width:100%;max-width:320px;padding:.85rem 1.15rem;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;box-shadow:0 2px 6px #00000003}.MatchStats-module__JKHbSW__symmetricalGaugesRow:hover{border-color:var(--color-primary);transform:translateY(-2px);box-shadow:0 4px 12px #2ed57314}.MatchStats-module__JKHbSW__gaugeContainer{justify-content:center;align-items:center;width:68px;height:68px;display:flex;position:relative}.MatchStats-module__JKHbSW__radialSvg{position:absolute;top:0;left:0}.MatchStats-module__JKHbSW__radialBg{stroke:var(--bg-hover)}.MatchStats-module__JKHbSW__radialFill{transition:stroke-dashoffset 1s ease-in-out}.MatchStats-module__JKHbSW__radialFillHome{stroke:var(--color-primary)}.MatchStats-module__JKHbSW__radialFillAway{stroke:#3b82f6}.MatchStats-module__JKHbSW__gaugeText{z-index:5;flex-direction:column;justify-content:center;align-items:center;display:flex}.MatchStats-module__JKHbSW__gaugePercent{color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:.85rem;font-weight:800;line-height:1.1}.MatchStats-module__JKHbSW__gaugeRatio{color:var(--text-muted);text-transform:uppercase;font-size:.55rem;font-weight:700}.MatchStats-module__JKHbSW__gaugeTitle{color:var(--text-primary);text-align:center;flex:1;padding:0 .5rem;font-size:.825rem;font-weight:700}@media (max-width:640px){.MatchStats-module__JKHbSW__gaugesRowContainer{gap:1rem}.MatchStats-module__JKHbSW__symmetricalGaugesRow{max-width:100%}.MatchStats-module__JKHbSW__rowHeader{grid-template-columns:60px 1fr 60px}}.MatchStats-module__JKHbSW__oddsSection{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);margin-bottom:16px;overflow:hidden}.MatchStats-module__JKHbSW__oddsSegmentedControl{align-items:center;height:48px;display:flex}.MatchStats-module__JKHbSW__oddsButton{cursor:pointer;height:100%;color:var(--text-primary);background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:12px;font-family:inherit;font-size:.95rem;font-weight:500;transition:background-color .2s,color .2s;display:flex}.MatchStats-module__JKHbSW__oddsButton:hover{background-color:var(--bg-hover)}.MatchStats-module__JKHbSW__oddsButton:active{background-color:var(--color-accent);color:#fff}.MatchStats-module__JKHbSW__oddsLabel{color:var(--text-muted);font-weight:600}.MatchStats-module__JKHbSW__oddsValue{color:var(--color-primary);font-weight:700}.MatchStats-module__JKHbSW__oddsDivider{background-color:var(--border-color);width:1px;height:60%}
.MatchShotmap-module__XiFL_G__shotmapCard{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;flex-direction:column;gap:1rem;padding:1.25rem;display:flex;box-shadow:0 2px 8px #00000005}.MatchShotmap-module__XiFL_G__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.MatchShotmap-module__XiFL_G__titleWrap{align-items:center;gap:.5rem;display:flex}.MatchShotmap-module__XiFL_G__headerIcon{color:var(--color-primary)}.MatchShotmap-module__XiFL_G__cardTitle{color:var(--text-primary);font-size:1rem;font-weight:700}.MatchShotmap-module__XiFL_G__legend{align-items:center;gap:.75rem;font-size:.75rem;display:flex}.MatchShotmap-module__XiFL_G__legendItem{color:var(--text-muted);align-items:center;gap:.25rem;font-weight:600;display:inline-flex}.MatchShotmap-module__XiFL_G__dotDot{border-radius:50%;width:8px;height:8px;display:inline-block}.MatchShotmap-module__XiFL_G__dotGoal{background-color:#10b981}.MatchShotmap-module__XiFL_G__dotSave{background-color:#3b82f6}.MatchShotmap-module__XiFL_G__dotMiss{background-color:#94a3b8}.MatchShotmap-module__XiFL_G__dotBlock{background-color:#eab308}.MatchShotmap-module__XiFL_G__fieldOuter{aspect-ratio:1.6;background-color:#073822;border:1px solid #ffffff14;border-radius:8px;width:100%;padding:1.5rem;position:relative;overflow:hidden;box-shadow:inset 0 0 40px #00000080}.MatchShotmap-module__XiFL_G__pitchCanvas{border-top:2px solid #fff3;width:100%;height:100%;position:relative}.MatchShotmap-module__XiFL_G__penaltyBox{pointer-events:none;border-bottom:2px solid #fff3;border-left:2px solid #fff3;border-right:2px solid #fff3;height:70%;position:absolute;top:0;left:18%;right:18%}.MatchShotmap-module__XiFL_G__sixYardBox{pointer-events:none;border-bottom:2px solid #fff3;border-left:2px solid #fff3;border-right:2px solid #fff3;height:25%;position:absolute;top:0;left:36%;right:36%}.MatchShotmap-module__XiFL_G__penaltySpot{pointer-events:none;background-color:#fff6;border-radius:50%;width:6px;height:6px;position:absolute;top:60%;left:50%;transform:translate(-50%,-50%)}.MatchShotmap-module__XiFL_G__penaltyArc{aspect-ratio:1;clip-path:inset(62% 0 0);pointer-events:none;border:2px solid #fff3;border-radius:50%;width:22%;position:absolute;top:48%;left:50%;transform:translate(-50%)}.MatchShotmap-module__XiFL_G__goalmouth{pointer-events:none;border-top:3px solid #fff;border-left:3px solid #fff;border-right:3px solid #fff;height:8px;position:absolute;top:-8px;left:45%;right:45%}.MatchShotmap-module__XiFL_G__goalNet{opacity:.3;background:repeating-linear-gradient(45deg,#ffffff0d,#ffffff0d 2px,#0000 2px 6px);width:100%;height:100%}.MatchShotmap-module__XiFL_G__shotMarker{cursor:pointer;z-index:5;justify-content:center;align-items:center;width:12px;height:12px;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 2px 4px #0000004d}.MatchShotmap-module__XiFL_G__shotMarker:hover{z-index:20;transform:translate(-50%,-50%)scale(1.4)}.MatchShotmap-module__XiFL_G__markerGoal{z-index:10;background-color:#10b981;border:2px solid #fff;width:18px;height:18px;font-size:8px;line-height:1}.MatchShotmap-module__XiFL_G__markerSave{background-color:#3b82f6;border:1.5px solid #fff}.MatchShotmap-module__XiFL_G__markerBlock{background-color:#eab308;border:1.5px solid #fff}.MatchShotmap-module__XiFL_G__markerMiss{opacity:.7;background-color:#94a3b8;border:1.5px solid #fff}.MatchShotmap-module__XiFL_G__homeShape{border-radius:50%}.MatchShotmap-module__XiFL_G__awayShape{border-radius:2px}.MatchShotmap-module__XiFL_G__tooltip{pointer-events:none;z-index:100;background-color:#0b111e;border:1px solid #1e293b;border-radius:8px;flex-direction:column;gap:.4rem;width:190px;padding:.6rem .85rem;display:flex;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 4px 15px #0006}.MatchShotmap-module__XiFL_G__tooltip:after{content:"";border:6px solid #0000;border-top-color:#0b111e;position:absolute;top:100%;left:50%;transform:translate(-50%)}.MatchShotmap-module__XiFL_G__tooltipHeader{border-bottom:1px solid #ffffff14;align-items:center;gap:.4rem;padding-bottom:.3rem;display:flex}.MatchShotmap-module__XiFL_G__tooltipMin{color:#fbbf24;font-size:.75rem;font-weight:700}.MatchShotmap-module__XiFL_G__teamIndicator{border-radius:50%;width:6px;height:6px}.MatchShotmap-module__XiFL_G__homeIndicator{background-color:#10e090}.MatchShotmap-module__XiFL_G__awayIndicator{background-color:#f97316}.MatchShotmap-module__XiFL_G__tooltipName{color:#fff;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;font-size:.75rem;font-weight:700;overflow:hidden}.MatchShotmap-module__XiFL_G__tooltipBody{flex-direction:column;gap:.25rem;display:flex}.MatchShotmap-module__XiFL_G__tooltipDetail{justify-content:space-between;align-items:center;font-size:.7rem;display:flex}.MatchShotmap-module__XiFL_G__detailLabel{color:var(--text-muted)}.MatchShotmap-module__XiFL_G__detailValue{color:#fff;font-weight:600}.MatchShotmap-module__XiFL_G__xgBadge{color:#10b981;background-color:#10b98126;border-radius:3px;padding:.1rem .35rem;font-size:.65rem}.MatchShotmap-module__XiFL_G__footerNote{color:var(--text-muted);align-items:flex-start;gap:.4rem;font-size:.75rem;line-height:1.4;display:flex}
.PlayerLink-module__iblzza__playerLink{color:inherit;cursor:pointer;align-items:center;text-decoration:none;display:inline-flex}.PlayerLink-module__iblzza__playerLink:hover{color:var(--color-primary)}.PlayerLink-module__iblzza__playerSpan{color:inherit;align-items:center;display:inline-flex}
.LineupPitch-module__kJzWpG__container{flex-direction:column;gap:1.5rem;display:flex}.LineupPitch-module__kJzWpG__emptyState{text-align:center;background-color:var(--card-bg);border:1px solid var(--card-border);color:var(--text-secondary);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1.5rem;display:flex}.LineupPitch-module__kJzWpG__formationsHeader{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:10px;justify-content:space-between;align-items:center;padding:.85rem 1.5rem;display:flex;box-shadow:0 2px 6px #00000003}.LineupPitch-module__kJzWpG__teamFormation{align-items:center;gap:.75rem;display:flex}.LineupPitch-module__kJzWpG__teamNameLabel{color:var(--text-primary);font-size:.95rem;font-weight:700}.LineupPitch-module__kJzWpG__formationBadge{background-color:var(--bg-hover);color:var(--color-primary);border:1px solid var(--card-border);border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.LineupPitch-module__kJzWpG__dividerLabel{color:var(--text-muted);letter-spacing:.05em;font-size:.75rem;font-weight:800}.LineupPitch-module__kJzWpG__pitchWrapper{aspect-ratio:100/64;background:repeating-linear-gradient(90deg,#1b683b,#1b683b 6.25%,#1a5c34 6.25% 12.5%);border:4px solid #fff6;border-radius:12px;width:100%;position:relative;overflow:hidden;box-shadow:inset 0 0 100px #0003,0 4px 15px #0000001a}.LineupPitch-module__kJzWpG__pitch{width:100%;height:100%;position:relative}.LineupPitch-module__kJzWpG__centerLine{background-color:#fff6;width:2px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.LineupPitch-module__kJzWpG__centerCircle{aspect-ratio:1;border:2px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:18%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.LineupPitch-module__kJzWpG__centerSpot{background-color:#fff6;border-radius:50%;width:8px;height:8px}.LineupPitch-module__kJzWpG__penaltyBoxLeft{border:2px solid #fff6;border-left:none;width:16%;height:56%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.LineupPitch-module__kJzWpG__goalAreaLeft{border:2px solid #fff6;border-left:none;width:32%;height:48%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.LineupPitch-module__kJzWpG__penaltySpotLeft{background-color:#fff6;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;right:22%;transform:translateY(-50%)}.LineupPitch-module__kJzWpG__penaltyBoxRight{border:2px solid #fff6;border-right:none;width:16%;height:56%;position:absolute;top:50%;right:0;transform:translateY(-50%)}.LineupPitch-module__kJzWpG__goalAreaRight{border:2px solid #fff6;border-right:none;width:32%;height:48%;position:absolute;top:50%;right:0;transform:translateY(-50%)}.LineupPitch-module__kJzWpG__penaltySpotRight{background-color:#fff6;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:22%;transform:translateY(-50%)}.LineupPitch-module__kJzWpG__goalFrameLeft{background-color:#ffffff80;width:6px;height:18%;position:absolute;top:50%;left:-6px;transform:translateY(-50%)}.LineupPitch-module__kJzWpG__goalFrameRight{background-color:#ffffff80;width:6px;height:18%;position:absolute;top:50%;right:-6px;transform:translateY(-50%)}.LineupPitch-module__kJzWpG__cornerArcTopLeft{border-bottom:2px solid #fff6;border-right:2px solid #fff6;width:12px;height:12px;position:absolute;top:0;left:0}.LineupPitch-module__kJzWpG__cornerArcBottomLeft{border-top:2px solid #fff6;border-right:2px solid #fff6;width:12px;height:12px;position:absolute;bottom:0;left:0}.LineupPitch-module__kJzWpG__cornerArcTopRight{border-bottom:2px solid #fff6;border-left:2px solid #fff6;width:12px;height:12px;position:absolute;top:0;right:0}.LineupPitch-module__kJzWpG__cornerArcBottomRight{border-top:2px solid #fff6;border-left:2px solid #fff6;width:12px;height:12px;position:absolute;bottom:0;right:0}.LineupPitch-module__kJzWpG__playerNode{z-index:10;position:absolute;transform:translate(-50%,-50%)}.LineupPitch-module__kJzWpG__playerWrapper{flex-direction:column;align-items:center;gap:.35rem;display:flex}.LineupPitch-module__kJzWpG__avatarCircle{background-color:var(--card-bg);border:2.5px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .2s;display:flex;position:relative;box-shadow:0 4px 10px #0000004d}.LineupPitch-module__kJzWpG__avatarCircle:hover{transform:scale(1.08)}.LineupPitch-module__kJzWpG__playerImg{object-fit:cover;border-radius:50%;width:100%;height:100%}.LineupPitch-module__kJzWpG__imgPlaceholder{color:var(--text-secondary);font-size:.85rem;font-weight:800}.LineupPitch-module__kJzWpG__borderHome{border-color:#3b82f6}.LineupPitch-module__kJzWpG__borderAway{border-color:#f59e0b}.LineupPitch-module__kJzWpG__borderGK{border-color:#10b981}.LineupPitch-module__kJzWpG__ratingBadge{color:#fff;font-variant-numeric:tabular-nums;z-index:15;border-radius:4px;padding:1px 4px;font-size:.65rem;font-weight:800;position:absolute;bottom:-4px;left:50%;transform:translate(-50%);box-shadow:0 2px 4px #00000026}.LineupPitch-module__kJzWpG__ratingExcellent{background-color:#02b875}.LineupPitch-module__kJzWpG__ratingGood{background-color:#10e090}.LineupPitch-module__kJzWpG__ratingAverage{background-color:#f59e0b}.LineupPitch-module__kJzWpG__ratingPoor{background-color:#ef4444}.LineupPitch-module__kJzWpG__playerInfo{background-color:#0009;border-radius:4px;max-width:110px;padding:1px 5px}.LineupPitch-module__kJzWpG__playerName{color:#fff;text-shadow:0 1px 2px #000c;white-space:nowrap;text-overflow:ellipsis;font-size:.725rem;font-weight:700;display:block;overflow:hidden}.LineupPitch-module__kJzWpG__playerNo{opacity:.8;margin-right:1px;font-weight:800}.LineupPitch-module__kJzWpG__managersSection{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 2px 8px #00000005}.LineupPitch-module__kJzWpG__sectionTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--card-border);margin-bottom:1rem;padding-bottom:.5rem;font-size:.95rem;font-weight:700}.LineupPitch-module__kJzWpG__managersGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.LineupPitch-module__kJzWpG__managerCard{align-items:center;gap:1rem;display:flex}.LineupPitch-module__kJzWpG__managerPhotoWrapper{background-color:var(--bg-hover);border:1px solid var(--card-border);border-radius:50%;width:50px;height:50px;overflow:hidden}.LineupPitch-module__kJzWpG__managerImg{object-fit:cover;width:100%;height:100%}.LineupPitch-module__kJzWpG__managerImgPlaceholder{width:100%;height:100%;color:var(--text-secondary);justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.LineupPitch-module__kJzWpG__managerMeta{flex-direction:column;display:flex}.LineupPitch-module__kJzWpG__managerName{color:var(--text-primary);font-size:.9rem;font-weight:700}.LineupPitch-module__kJzWpG__managerRole{color:var(--text-muted);font-size:.75rem;font-weight:600}.LineupPitch-module__kJzWpG__benchSection{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 2px 8px #00000005}.LineupPitch-module__kJzWpG__benchGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.LineupPitch-module__kJzWpG__benchColumn{flex-direction:column;display:flex}.LineupPitch-module__kJzWpG__benchList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.LineupPitch-module__kJzWpG__benchItem{border-bottom:1px solid var(--card-border);border-radius:6px;justify-content:space-between;align-items:center;padding:.45rem .5rem;transition:background-color .2s;display:flex}.LineupPitch-module__kJzWpG__benchItem:hover{background-color:var(--bg-hover)}.LineupPitch-module__kJzWpG__benchPlayerInfo{align-items:center;gap:.75rem;display:flex}.LineupPitch-module__kJzWpG__benchAvatarWrap{background-color:var(--bg-hover);border:1px solid var(--card-border);border-radius:50%;width:32px;height:32px;overflow:hidden}.LineupPitch-module__kJzWpG__benchImg{object-fit:cover;width:100%;height:100%}.LineupPitch-module__kJzWpG__benchImgPlaceholder{width:100%;height:100%;color:var(--text-secondary);justify-content:center;align-items:center;font-size:.65rem;font-weight:700;display:flex}.LineupPitch-module__kJzWpG__benchNumber{color:var(--text-muted);width:18px;font-size:.85rem;font-weight:800}.LineupPitch-module__kJzWpG__benchName{color:var(--text-primary);font-size:.875rem;font-weight:600}.LineupPitch-module__kJzWpG__benchPositionBadge{background-color:var(--bg-hover);color:var(--text-secondary);text-transform:uppercase;border-radius:3px;padding:1px 4px;font-size:.65rem;font-weight:700}.LineupPitch-module__kJzWpG__benchRating{color:#fff;font-variant-numeric:tabular-nums;border-radius:4px;padding:1px 5px;font-size:.7rem;font-weight:800}.LineupPitch-module__kJzWpG__missingSection{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;margin-top:1.5rem;padding:1.25rem 1.5rem;box-shadow:0 2px 8px #00000005}.LineupPitch-module__kJzWpG__missingGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.LineupPitch-module__kJzWpG__missingColumn{flex-direction:column;display:flex}.LineupPitch-module__kJzWpG__missingList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.LineupPitch-module__kJzWpG__missingItem{border-bottom:1px solid var(--card-border);border-radius:6px;justify-content:space-between;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.LineupPitch-module__kJzWpG__missingItem:hover{background-color:var(--bg-hover)}.LineupPitch-module__kJzWpG__missingPlayerInfo{align-items:center;gap:.75rem;display:flex}.LineupPitch-module__kJzWpG__missingIconWrap{justify-content:center;align-items:center;font-size:.85rem;display:flex}.LineupPitch-module__kJzWpG__missingTextGroup{flex-direction:column;gap:.15rem;display:flex}.LineupPitch-module__kJzWpG__missingName{color:var(--text-primary);font-size:.875rem;font-weight:700}.LineupPitch-module__kJzWpG__missingDetail{color:var(--text-muted);font-size:.75rem}.LineupPitch-module__kJzWpG__missingStatus{text-transform:uppercase;white-space:nowrap;border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:700}.LineupPitch-module__kJzWpG__statusOut{color:#ef4444;background-color:#ef44441a}.LineupPitch-module__kJzWpG__statusDoubtful{color:#eab308;background-color:#eab3081a}.LineupPitch-module__kJzWpG__statusSuspended{color:#f97316;background-color:#f973161a}@media (max-width:768px){.LineupPitch-module__kJzWpG__managersGrid,.LineupPitch-module__kJzWpG__benchGrid,.LineupPitch-module__kJzWpG__missingGrid{grid-template-columns:1fr;gap:1.5rem}}
.MatchTimeline-module__9hz0OG__timelineCard{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;margin-top:1.5rem;padding:1.5rem;transition:background-color .3s,border-color .3s;box-shadow:0 4px 12px #0000000d}.MatchTimeline-module__9hz0OG__timelineTitle{color:var(--text-primary);border-bottom:1px solid var(--card-border);align-items:center;gap:.5rem;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.125rem;font-weight:600;display:flex}.MatchTimeline-module__9hz0OG__timelineTitleIcon{color:var(--color-primary)}.MatchTimeline-module__9hz0OG__timelineContainer{min-height:100px;margin:1rem 0;padding:1rem 0;position:relative}.MatchTimeline-module__9hz0OG__timelineLine{background-color:var(--card-border);z-index:1;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.MatchTimeline-module__9hz0OG__eventRow{align-items:center;width:100%;margin-bottom:2rem;display:flex;position:relative}.MatchTimeline-module__9hz0OG__eventRow:last-child{margin-bottom:1rem}.MatchTimeline-module__9hz0OG__minuteBadge{background-color:var(--card-bg);border:1.5px solid var(--card-border);color:var(--text-primary);z-index:3;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:700;transition:border-color .3s,background-color .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 4px #00000014}.MatchTimeline-module__9hz0OG__eventContentHome{text-align:right;z-index:2;flex-direction:row-reverse;align-items:center;gap:.75rem;width:calc(50% - 24px);padding-right:1.25rem;display:flex}.MatchTimeline-module__9hz0OG__eventContentAway{text-align:left;z-index:2;flex-direction:row;align-items:center;gap:.75rem;width:calc(50% - 24px);margin-left:auto;padding-left:1.25rem;display:flex}.MatchTimeline-module__9hz0OG__textBlock{flex-direction:column;display:flex}.MatchTimeline-module__9hz0OG__eventContentHome .MatchTimeline-module__9hz0OG__textBlock{align-items:flex-end}.MatchTimeline-module__9hz0OG__eventContentAway .MatchTimeline-module__9hz0OG__textBlock{align-items:flex-start}.MatchTimeline-module__9hz0OG__iconWrap{background-color:var(--bg-hover);border:1px solid var(--card-border);width:34px;height:34px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 2px 4px #00000005}.MatchTimeline-module__9hz0OG__iconWrapGoal{color:var(--color-primary);background-color:#02b8751a;border-color:#02b87533}.MatchTimeline-module__9hz0OG__iconWrapCard{background-color:var(--bg-hover)}.MatchTimeline-module__9hz0OG__iconWrapSub{color:var(--color-accent);background-color:#3b82f60d;border-color:#3b82f61a}.MatchTimeline-module__9hz0OG__iconWrapVar{color:var(--color-red-card);background-color:#ef44440d;border-color:#ef44441a}.MatchTimeline-module__9hz0OG__playerName{color:var(--text-primary);font-size:.875rem;font-weight:600;line-height:1.25}.MatchTimeline-module__9hz0OG__playerNameGoal{color:var(--color-primary-dark)}.MatchTimeline-module__9hz0OG__playerNameOwnGoal{color:var(--color-red-card);-webkit-text-decoration:line-through #ef444480;text-decoration:line-through #ef444480}.MatchTimeline-module__9hz0OG__eventDetail{color:var(--text-muted);margin-top:.125rem;font-size:.75rem;line-height:1.2}.MatchTimeline-module__9hz0OG__assistText{color:var(--text-secondary);margin-top:.125rem;font-size:.75rem;line-height:1.2}.MatchTimeline-module__9hz0OG__subPlayerIn{color:#10e090;font-size:.875rem;font-weight:600}.MatchTimeline-module__9hz0OG__subPlayerOut{color:#ef4444;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:500;display:flex}.MatchTimeline-module__9hz0OG__cardBadge{border-radius:2px;width:11px;height:15px;display:inline-block;box-shadow:0 1px 2px #0003}.MatchTimeline-module__9hz0OG__yellowCard{background-color:var(--color-yellow-card,#f59e0b)}.MatchTimeline-module__9hz0OG__redCard{background-color:var(--color-red-card,#ef4444)}.MatchTimeline-module__9hz0OG__specialLabel{text-transform:uppercase;border-radius:4px;margin-left:.25rem;margin-right:.25rem;padding:.125rem .375rem;font-size:.6875rem;font-weight:700;display:inline-block}.MatchTimeline-module__9hz0OG__penaltyLabel{color:var(--color-primary-dark);background-color:#02b87526;border:1px solid #02b8754d}.MatchTimeline-module__9hz0OG__ownGoalLabel{color:var(--color-red-card);background-color:#ef44441a;border:1px solid #ef444433}.MatchTimeline-module__9hz0OG__emptyState{text-align:center;color:var(--text-secondary);background-color:var(--card-bg);border:1px dashed var(--card-border);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1.5rem;display:flex}.MatchTimeline-module__9hz0OG__emptyIcon{color:var(--text-muted);opacity:.7;margin-bottom:.75rem}.MatchTimeline-module__9hz0OG__emptyText{font-size:.875rem;font-weight:500}@media (max-width:640px){.MatchTimeline-module__9hz0OG__timelineLine{left:20px;transform:none}.MatchTimeline-module__9hz0OG__minuteBadge{left:20px;transform:translate(-50%,-50%)}.MatchTimeline-module__9hz0OG__eventContentHome,.MatchTimeline-module__9hz0OG__eventContentAway{text-align:left;flex-direction:row;width:calc(100% - 44px);padding-left:.5rem;padding-right:0;margin-left:44px!important}.MatchTimeline-module__9hz0OG__eventContentHome .MatchTimeline-module__9hz0OG__textBlock{align-items:flex-start}.MatchTimeline-module__9hz0OG__timelineContainer{padding-left:.5rem}}
.MatchCommentary-module__W04UUa__commentaryContainer{scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;flex-direction:column;gap:.75rem;max-height:520px;padding-right:.5rem;display:flex;overflow-y:auto}.MatchCommentary-module__W04UUa__commentaryContainer::-webkit-scrollbar{width:5px}.MatchCommentary-module__W04UUa__commentaryContainer::-webkit-scrollbar-track{background:0 0}.MatchCommentary-module__W04UUa__commentaryContainer::-webkit-scrollbar-thumb{background-color:var(--card-border);border-radius:10px}.MatchCommentary-module__W04UUa__commentaryContainer::-webkit-scrollbar-thumb:hover{background-color:var(--text-muted)}.MatchCommentary-module__W04UUa__commentaryItem{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;flex-direction:column;gap:.5rem;padding:.85rem 1rem;transition:transform .2s,background-color .3s;display:flex;box-shadow:0 1px 3px #00000003}.MatchCommentary-module__W04UUa__commentaryItem:hover{background-color:var(--bg-hover);transform:translate(2px)}.MatchCommentary-module__W04UUa__itemGoal{background-color:#10e0900a;border-left:4px solid #10e090!important}.MatchCommentary-module__W04UUa__itemYellowCard{border-left:4px solid #facc15!important}.MatchCommentary-module__W04UUa__itemRedCard{background-color:#ef444405;border-left:4px solid #ef4444!important}.MatchCommentary-module__W04UUa__itemSubst{border-left:4px solid #3b82f6!important}.MatchCommentary-module__W04UUa__itemCorner{border-left:4px solid #38bdf8!important}.MatchCommentary-module__W04UUa__itemSave{border-left:4px solid #a855f7!important}.MatchCommentary-module__W04UUa__itemFoul{border-left:4px solid #f97316!important}.MatchCommentary-module__W04UUa__itemInfo{background-color:#94a3b805;border-left:4px solid #94a3b8!important}.MatchCommentary-module__W04UUa__itemHeader{align-items:center;gap:.6rem;display:flex}.MatchCommentary-module__W04UUa__elapsedBadge{font-family:var(--font-mono), monospace;color:var(--color-primary-light);min-width:32px;font-size:.8rem;font-weight:700}.MatchCommentary-module__W04UUa__headerIcon{color:var(--text-secondary);justify-content:center;align-items:center;display:flex}.MatchCommentary-module__W04UUa__itemGoal .MatchCommentary-module__W04UUa__headerIcon{color:#10e090}.MatchCommentary-module__W04UUa__itemYellowCard .MatchCommentary-module__W04UUa__headerIcon{color:#facc15}.MatchCommentary-module__W04UUa__itemRedCard .MatchCommentary-module__W04UUa__headerIcon{color:#ef4444}.MatchCommentary-module__W04UUa__itemSubst .MatchCommentary-module__W04UUa__headerIcon{color:#3b82f6}.MatchCommentary-module__W04UUa__itemCorner .MatchCommentary-module__W04UUa__headerIcon{color:#38bdf8}.MatchCommentary-module__W04UUa__itemSave .MatchCommentary-module__W04UUa__headerIcon{color:#a855f7}.MatchCommentary-module__W04UUa__itemFoul .MatchCommentary-module__W04UUa__headerIcon{color:#f97316}.MatchCommentary-module__W04UUa__itemTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:.85rem;font-weight:700}.MatchCommentary-module__W04UUa__itemGoal .MatchCommentary-module__W04UUa__itemTitle{color:#10e090}.MatchCommentary-module__W04UUa__itemBody{align-items:flex-start;gap:.75rem;display:flex}.MatchCommentary-module__W04UUa__playerAvatar{background-color:var(--bg-hover);width:28px;height:28px;color:var(--text-primary);border:2px solid #0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex;box-shadow:0 1px 2px #0000000d}.MatchCommentary-module__W04UUa__bodyTextWrapper{flex:1}.MatchCommentary-module__W04UUa__commentaryText{color:var(--text-secondary);margin:0;font-size:.85rem;line-height:1.4}.MatchCommentary-module__W04UUa__commentaryText strong{color:var(--text-primary);font-weight:600}@keyframes MatchCommentary-module__W04UUa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.MatchCommentary-module__W04UUa__spinningBall{animation:6s linear infinite MatchCommentary-module__W04UUa__spin}
.MatchH2H-module__M5ttzG__container{flex-direction:column;gap:1.5rem;display:flex}.MatchH2H-module__M5ttzG__h2hCard{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;flex-direction:column;gap:1.25rem;padding:1.25rem;display:flex;box-shadow:0 2px 8px #00000005}.MatchH2H-module__M5ttzG__cardHeader{border-bottom:1px solid var(--card-border);align-items:center;gap:.5rem;padding-bottom:.5rem;display:flex}.MatchH2H-module__M5ttzG__headerIcon{color:var(--color-primary)}.MatchH2H-module__M5ttzG__cardTitle{color:var(--text-primary);flex-grow:1;font-size:1rem;font-weight:700}.MatchH2H-module__M5ttzG__playedCount{color:var(--text-muted);background-color:var(--bg-hover);border-radius:4px;padding:.2rem .5rem;font-size:.8rem;font-weight:600}.MatchH2H-module__M5ttzG__ratiosGrid{flex-direction:column;gap:1rem;display:flex}.MatchH2H-module__M5ttzG__ratioLabels{grid-template-columns:1fr auto 1fr;align-items:center;width:100%;display:grid}.MatchH2H-module__M5ttzG__labelGroup{flex-direction:column;gap:.15rem;display:flex}.MatchH2H-module__M5ttzG__labelGroupCenter{flex-direction:column;align-items:center;gap:.15rem;min-width:80px;display:flex}.MatchH2H-module__M5ttzG__labelGroupAway{flex-direction:column;align-items:flex-end;gap:.15rem;display:flex}.MatchH2H-module__M5ttzG__homeWinCount{color:#10e090;font-size:1.5rem;font-weight:800}.MatchH2H-module__M5ttzG__drawCount{color:#94a3b8;font-size:1.5rem;font-weight:800}.MatchH2H-module__M5ttzG__awayWinCount{color:#f97316;font-size:1.5rem;font-weight:800}.MatchH2H-module__M5ttzG__labelSub{color:var(--text-muted);white-space:nowrap;font-size:.75rem;font-weight:600}.MatchH2H-module__M5ttzG__segmentedBar{background-color:var(--bg-hover);border-radius:6px;width:100%;height:12px;display:flex;overflow:hidden}.MatchH2H-module__M5ttzG__segment{height:100%;transition:width .6s}.MatchH2H-module__M5ttzG__homeSegment{background-color:#10e090}.MatchH2H-module__M5ttzG__drawSegment{background-color:#94a3b8}.MatchH2H-module__M5ttzG__awaySegment{background-color:#f97316}.MatchH2H-module__M5ttzG__streaksGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (max-width:640px){.MatchH2H-module__M5ttzG__streaksGrid{grid-template-columns:1fr}}.MatchH2H-module__M5ttzG__streakRow{background-color:var(--bg-hover);border:1px solid var(--card-border);border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.MatchH2H-module__M5ttzG__warningRow{background-color:#ef444405;border-color:#ef44441a}.MatchH2H-module__M5ttzG__streakDetails{flex-direction:column;gap:.15rem;display:flex}.MatchH2H-module__M5ttzG__streakTeam{color:var(--text-primary);font-size:.8rem;font-weight:700}.MatchH2H-module__M5ttzG__streakLabel{color:var(--text-muted);font-size:.75rem}.MatchH2H-module__M5ttzG__streakBadge{border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:700}.MatchH2H-module__M5ttzG__badgeSuccess{color:#10e090;background-color:#10e0901a}.MatchH2H-module__M5ttzG__badgeWarning{color:#ef4444;background-color:#ef44441a}.MatchH2H-module__M5ttzG__tableWrapper{width:100%;overflow-x:auto}.MatchH2H-module__M5ttzG__meetingsTable{border-collapse:collapse;text-align:left;width:100%}.MatchH2H-module__M5ttzG__meetingsTable th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--card-border);padding:.5rem .75rem;font-size:.75rem;font-weight:700}.MatchH2H-module__M5ttzG__meetRow{border-bottom:1px solid var(--card-border)}.MatchH2H-module__M5ttzG__meetRow:last-child{border-bottom:none}.MatchH2H-module__M5ttzG__meetingsTable td{padding:.75rem;font-size:.85rem}.MatchH2H-module__M5ttzG__meetDate{color:var(--text-muted);white-space:nowrap;width:120px}.MatchH2H-module__M5ttzG__meetLeague{color:var(--text-primary);white-space:nowrap;width:150px;font-weight:600}.MatchH2H-module__M5ttzG__meetResult{width:100%}.MatchH2H-module__M5ttzG__symmetricalMatch{grid-template-columns:1fr 60px 1fr;align-items:center;width:100%;max-width:420px;display:grid}.MatchH2H-module__M5ttzG__meetTeam{color:var(--text-primary);font-size:.85rem;font-weight:500}.MatchH2H-module__M5ttzG__teamLeft{text-align:right;padding-right:.5rem}.MatchH2H-module__M5ttzG__teamRight{text-align:left;padding-left:.5rem}.MatchH2H-module__M5ttzG__winnerBold{font-weight:700}.MatchH2H-module__M5ttzG__meetScore{background-color:var(--bg-hover);border-radius:4px;justify-content:center;align-items:center;gap:.2rem;width:50px;margin:0 auto;padding:.25rem .5rem;font-size:.85rem;font-weight:700;display:flex}.MatchH2H-module__M5ttzG__scoreDash{color:var(--text-muted);font-weight:500}.MatchH2H-module__M5ttzG__winHighlight{color:#10e090}
.PlayerOfTheMatch-module__PDeavq__potmCard{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;flex-direction:column;gap:1rem;padding:1.25rem;display:flex;box-shadow:0 2px 8px #00000005}.PlayerOfTheMatch-module__PDeavq__cardHeader{align-items:center;gap:.5rem;display:flex}.PlayerOfTheMatch-module__PDeavq__headerIcon{color:#fbbf24}.PlayerOfTheMatch-module__PDeavq__cardTitle{color:var(--text-primary);flex-grow:1;font-size:1rem;font-weight:700}.PlayerOfTheMatch-module__PDeavq__verifiedBadge{color:#10b981;background-color:#10b9811a;border-radius:4px;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.PlayerOfTheMatch-module__PDeavq__podiumContainer{grid-template-columns:1.2fr 1fr;gap:1.25rem;display:grid}@media (max-width:768px){.PlayerOfTheMatch-module__PDeavq__podiumContainer{grid-template-columns:1fr}}.PlayerOfTheMatch-module__PDeavq__winnerSection{background-color:var(--bg-hover);border-radius:8px;align-items:center;gap:1rem;padding:1.25rem;display:flex;position:relative;overflow:hidden}.PlayerOfTheMatch-module__PDeavq__homeWinnerBorder{border-left:4px solid #10e090}.PlayerOfTheMatch-module__PDeavq__awayWinnerBorder{border-left:4px solid #f97316}.PlayerOfTheMatch-module__PDeavq__avatarWrapper{position:relative}.PlayerOfTheMatch-module__PDeavq__avatarLarge{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.15rem;font-weight:700;display:flex}.PlayerOfTheMatch-module__PDeavq__starCrown{color:#0b111e;background-color:#fbbf24;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 0 8px #fbbf2466}.PlayerOfTheMatch-module__PDeavq__winnerInfo{flex-direction:column;flex-grow:1;gap:.25rem;display:flex}.PlayerOfTheMatch-module__PDeavq__winnerName{color:var(--text-primary);font-size:1.05rem;font-weight:700}.PlayerOfTheMatch-module__PDeavq__winnerTeam{color:var(--text-muted);font-size:.8rem;font-weight:500}.PlayerOfTheMatch-module__PDeavq__statsOverview{align-items:center;gap:.25rem;font-size:.75rem;display:flex}.PlayerOfTheMatch-module__PDeavq__statsLabel{color:var(--text-muted)}.PlayerOfTheMatch-module__PDeavq__statsVal{color:var(--text-primary);font-weight:600}.PlayerOfTheMatch-module__PDeavq__ratingPillLarge{color:#fff;text-align:center;border-radius:6px;min-width:44px;padding:.4rem .75rem;font-size:1.15rem;font-weight:700}.PlayerOfTheMatch-module__PDeavq__ratingExcellent{background-color:#10b981}.PlayerOfTheMatch-module__PDeavq__ratingGood{color:#000;background-color:#10e090}.PlayerOfTheMatch-module__PDeavq__ratingAverage{color:#000;background-color:#facc15}.PlayerOfTheMatch-module__PDeavq__ratingPoor{background-color:#ef4444}.PlayerOfTheMatch-module__PDeavq__runnersUpSection{flex-direction:column;gap:.5rem;display:flex}.PlayerOfTheMatch-module__PDeavq__runnersTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.8rem;font-weight:700}.PlayerOfTheMatch-module__PDeavq__runnersList{flex-direction:column;gap:.5rem;display:flex}.PlayerOfTheMatch-module__PDeavq__runnerRow{border:1px solid var(--card-border);border-radius:6px;align-items:center;gap:.75rem;padding:.5rem;display:flex}.PlayerOfTheMatch-module__PDeavq__runnerRank{color:var(--text-muted);width:12px;font-size:.75rem;font-weight:700}.PlayerOfTheMatch-module__PDeavq__avatarSmall{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:700;display:flex}.PlayerOfTheMatch-module__PDeavq__runnerInfo{flex-direction:column;flex-grow:1;display:flex}.PlayerOfTheMatch-module__PDeavq__runnerName{color:var(--text-primary);font-size:.85rem;font-weight:600}.PlayerOfTheMatch-module__PDeavq__runnerTeam{color:var(--text-muted);font-size:.75rem}.PlayerOfTheMatch-module__PDeavq__ratingPillSmall{color:#fff;text-align:center;border-radius:4px;min-width:32px;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.PlayerOfTheMatch-module__PDeavq__homeAvatar{background-color:#0f172a;border:1px solid #10e090}.PlayerOfTheMatch-module__PDeavq__awayAvatar{background-color:#1e293b;border:1px solid #f97316}.PlayerOfTheMatch-module__PDeavq__votePrompt{color:var(--text-muted);font-size:.85rem;line-height:1.4}.PlayerOfTheMatch-module__PDeavq__candidatesGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (max-width:640px){.PlayerOfTheMatch-module__PDeavq__candidatesGrid{grid-template-columns:1fr}}.PlayerOfTheMatch-module__PDeavq__candidateBtn{background-color:var(--bg-hover);border:1px solid var(--card-border);text-align:left;cursor:pointer;border-radius:8px;align-items:center;padding:.75rem 1rem;font-family:inherit;transition:all .2s;display:flex;position:relative;overflow:hidden}.PlayerOfTheMatch-module__PDeavq__candidateBtn:not(.PlayerOfTheMatch-module__PDeavq__votedMode):hover{background-color:#fbbf240d;border-color:#fbbf24}.PlayerOfTheMatch-module__PDeavq__candidateBtnContent{z-index:1;align-items:center;gap:.75rem;width:100%;display:flex}.PlayerOfTheMatch-module__PDeavq__candidateAvatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.8rem;font-weight:700;display:flex}.PlayerOfTheMatch-module__PDeavq__candidateDetails{flex-direction:column;flex-grow:1;gap:.15rem;display:flex}.PlayerOfTheMatch-module__PDeavq__candidateName{color:var(--text-primary);font-size:.875rem;font-weight:700}.PlayerOfTheMatch-module__PDeavq__candidateSub{color:var(--text-muted);font-size:.75rem}.PlayerOfTheMatch-module__PDeavq__percentageLabel{color:var(--text-primary);font-size:.875rem;font-weight:700}.PlayerOfTheMatch-module__PDeavq__progressBar{opacity:.12;height:100%;transition:width .8s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.PlayerOfTheMatch-module__PDeavq__homeProgress{background-color:#10e090}.PlayerOfTheMatch-module__PDeavq__awayProgress{background-color:#f97316}.PlayerOfTheMatch-module__PDeavq__userSelected{border-color:#fbbf24}.PlayerOfTheMatch-module__PDeavq__votedMode{cursor:default}
.PredictionPoll-module__AN1Tsq__container{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;transition:background-color .3s,border-color .3s;box-shadow:0 2px 8px #00000005}.PredictionPoll-module__AN1Tsq__loadingPlaceholder{background-color:var(--bg-hover);border-radius:8px;height:120px;animation:1.8s ease-in-out infinite PredictionPoll-module__AN1Tsq__pulse}@keyframes PredictionPoll-module__AN1Tsq__pulse{0%{opacity:.6}50%{opacity:.3}to{opacity:.6}}.PredictionPoll-module__AN1Tsq__title{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1rem;font-weight:700;display:flex}.PredictionPoll-module__AN1Tsq__titleIcon{color:var(--color-primary)}.PredictionPoll-module__AN1Tsq__buttonsGrid{grid-template-columns:1fr 1fr 1fr;gap:.75rem;display:grid}.PredictionPoll-module__AN1Tsq__voteBtn{background-color:var(--background);border:1px solid var(--card-border);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:.85rem .5rem;transition:border-color .2s,background-color .2s,transform .1s;display:flex}.PredictionPoll-module__AN1Tsq__voteBtn:hover{border-color:var(--color-primary);background-color:var(--bg-hover)}.PredictionPoll-module__AN1Tsq__voteBtn:active{transform:scale(.98)}.PredictionPoll-module__AN1Tsq__btnLabel{color:var(--text-secondary);text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.875rem;font-weight:600;overflow:hidden}.PredictionPoll-module__AN1Tsq__resultsWrapper{flex-direction:column;gap:1rem;display:flex}.PredictionPoll-module__AN1Tsq__resultRow{flex-direction:column;gap:.35rem;display:flex}.PredictionPoll-module__AN1Tsq__resultHeader{justify-content:space-between;align-items:center;font-size:.875rem;font-weight:600;display:flex}.PredictionPoll-module__AN1Tsq__choiceLabel{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:.25rem;max-width:75%;display:flex;overflow:hidden}.PredictionPoll-module__AN1Tsq__checkIcon{color:var(--color-primary);flex-shrink:0}.PredictionPoll-module__AN1Tsq__percentageValue{color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:.875rem;font-weight:700}.PredictionPoll-module__AN1Tsq__progressBarBg{background-color:var(--bg-hover);border-radius:4px;width:100%;height:8px;position:relative;overflow:hidden}.PredictionPoll-module__AN1Tsq__progressBarFill{background-color:var(--text-muted);border-radius:4px;height:100%;transition:width 1s cubic-bezier(.1,.76,.55,.94)}.PredictionPoll-module__AN1Tsq__votedRow .PredictionPoll-module__AN1Tsq__choiceLabel{color:var(--color-primary);font-weight:700}.PredictionPoll-module__AN1Tsq__votedRow .PredictionPoll-module__AN1Tsq__percentageValue{color:var(--color-primary)}.PredictionPoll-module__AN1Tsq__votedRow .PredictionPoll-module__AN1Tsq__progressBarFill{background-color:var(--color-primary)}.PredictionPoll-module__AN1Tsq__votedStatusMsg{color:var(--text-muted);text-align:center;margin-top:.5rem;font-size:.75rem;font-weight:500;animation:.5s PredictionPoll-module__AN1Tsq__fadeIn}@keyframes PredictionPoll-module__AN1Tsq__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:640px){.PredictionPoll-module__AN1Tsq__buttonsGrid{grid-template-columns:1fr;gap:.5rem}.PredictionPoll-module__AN1Tsq__voteBtn{padding:.75rem .5rem}}
.TeamLogo-module__3YWBVW__logoFallback{color:#fff;-webkit-user-select:none;user-select:none;border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex;box-shadow:0 4px 6px #00000005}.TeamLogo-module__3YWBVW__logoImage{object-fit:contain}
.AdBanner-module__MvQ27q__adContainer{background-color:var(--card-bg);border:1px dashed var(--card-border);box-sizing:border-box;text-align:center;-webkit-user-select:none;user-select:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;margin:1.5rem auto;transition:background-color .2s,border-color .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.AdBanner-module__MvQ27q__adContainer:hover{background-color:var(--bg-hover);border-color:var(--text-muted)}.AdBanner-module__MvQ27q__leaderboard{width:728px;min-width:728px;max-width:728px;height:90px;min-height:90px;max-height:90px}.AdBanner-module__MvQ27q__rectangle{width:300px;min-width:300px;max-width:300px;height:250px;min-height:250px;max-height:250px}.AdBanner-module__MvQ27q__mobile{width:320px;min-width:320px;max-width:320px;height:50px;min-height:50px;max-height:50px}.AdBanner-module__MvQ27q__adLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:4px;font-size:.65rem;font-weight:700;line-height:1.2}.AdBanner-module__MvQ27q__adContent{color:var(--text-secondary);font-size:.85rem;font-weight:600;line-height:1.3}.AdBanner-module__MvQ27q__adDimensions{font-size:.75rem;font-family:var(--font-mono);color:var(--text-muted);margin-top:2px}.AdBanner-module__MvQ27q__pattern{opacity:.02;background-image:radial-gradient(var(--text-primary) 1px, transparent 1px);pointer-events:none;background-size:8px 8px;position:absolute;inset:0}
.DateSelector-module__5sE6LG__container{background-color:var(--card-bg);border:1px solid var(--card-border);-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;width:100%;max-width:600px;padding:4px;display:flex;box-shadow:0 1px 3px #0000000d}.DateSelector-module__5sE6LG__ribbon{scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;flex:1;gap:4px;padding-right:4px;display:flex;overflow-x:auto}.DateSelector-module__5sE6LG__ribbon::-webkit-scrollbar{display:none}.DateSelector-module__5sE6LG__dayCard{cursor:pointer;scroll-snap-align:center;border-radius:6px;outline:none;flex-direction:column;flex:1;justify-content:center;align-items:center;min-width:52px;height:52px;transition:background-color .2s,color .2s,transform .1s;display:flex}.DateSelector-module__5sE6LG__dayCard:hover{background-color:var(--bg-hover)}.DateSelector-module__5sE6LG__dayCard:focus-visible{box-shadow:0 0 0 2px var(--color-primary)}.DateSelector-module__5sE6LG__dayCard:active{transform:scale(.96)}.DateSelector-module__5sE6LG__dayCard.DateSelector-module__5sE6LG__active{background-color:var(--color-primary);color:#fff}.DateSelector-module__5sE6LG__dayCard.DateSelector-module__5sE6LG__active .DateSelector-module__5sE6LG__weekday{color:#ffffffd9}.DateSelector-module__5sE6LG__dayCard.DateSelector-module__5sE6LG__active .DateSelector-module__5sE6LG__dayNum{color:#fff}.DateSelector-module__5sE6LG__weekday{text-transform:uppercase;color:var(--text-muted);letter-spacing:.5px;margin-bottom:2px;font-size:10px;font-weight:700}.DateSelector-module__5sE6LG__dayNum{color:var(--text-primary);font-size:15px;font-weight:600}.DateSelector-module__5sE6LG__divider{background-color:var(--card-border);flex-shrink:0;width:1px;height:36px;margin:0 8px}.DateSelector-module__5sE6LG__calendarWrapper{cursor:pointer;border-radius:6px;outline:none;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background-color .2s,transform .1s;display:flex;position:relative}.DateSelector-module__5sE6LG__calendarWrapper:hover{background-color:var(--bg-hover)}.DateSelector-module__5sE6LG__calendarWrapper:focus-visible{box-shadow:0 0 0 2px var(--color-primary)}.DateSelector-module__5sE6LG__calendarWrapper:active{transform:scale(.96)}.DateSelector-module__5sE6LG__calendarIcon{color:var(--text-secondary);pointer-events:none}.DateSelector-module__5sE6LG__calendarWrapper:hover .DateSelector-module__5sE6LG__calendarIcon{color:var(--color-primary)}.DateSelector-module__5sE6LG__dateInput{opacity:0;cursor:pointer;appearance:none;width:100%;height:100%;position:absolute;top:0;left:0}.DateSelector-module__5sE6LG__dateInput::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;padding:0;position:absolute;top:0;left:0}
.StandingsTable-module__9rVMcW__tableContainer{background-color:var(--card-bg);border-radius:8px;width:100%;overflow-x:auto}.StandingsTable-module__9rVMcW__table{border-collapse:collapse;width:100%;font-family:var(--font-sans);text-align:left;color:var(--text-primary);font-size:13px}.StandingsTable-module__9rVMcW__table th{color:var(--text-secondary);border-bottom:1px solid var(--card-border);text-transform:uppercase;letter-spacing:.05em;padding:8px 10px;font-size:11px;font-weight:600}.StandingsTable-module__9rVMcW__table td{border-bottom:1px solid var(--card-border);vertical-align:middle;padding:8px 10px}.StandingsTable-module__9rVMcW__row{transition:background-color .15s}.StandingsTable-module__9rVMcW__row:hover{background-color:var(--bg-hover)}.StandingsTable-module__9rVMcW__activeRow{background-color:var(--bg-hover);border-left:3px solid var(--color-primary);font-weight:600}.StandingsTable-module__9rVMcW__activeRow td{border-bottom:1px solid var(--card-border)}.StandingsTable-module__9rVMcW__rankCol,.StandingsTable-module__9rVMcW__rankCell{text-align:center;width:32px;color:var(--text-secondary);font-weight:500}.StandingsTable-module__9rVMcW__teamCol{text-align:left}.StandingsTable-module__9rVMcW__teamCell{padding:8px 10px!important}.StandingsTable-module__9rVMcW__teamLink{color:inherit;align-items:center;gap:8px;width:100%;text-decoration:none;display:flex}.StandingsTable-module__9rVMcW__teamLink:hover .StandingsTable-module__9rVMcW__teamName{color:var(--color-primary)}.StandingsTable-module__9rVMcW__teamLogo{flex-shrink:0}.StandingsTable-module__9rVMcW__teamName{white-space:nowrap;text-overflow:ellipsis;max-width:130px;color:var(--text-primary);transition:color .15s;overflow:hidden}.StandingsTable-module__9rVMcW__numCol,.StandingsTable-module__9rVMcW__numCell{text-align:center;width:32px;color:var(--text-secondary)}.StandingsTable-module__9rVMcW__ptsCol,.StandingsTable-module__9rVMcW__ptsCell{text-align:right;width:40px;font-weight:700}.StandingsTable-module__9rVMcW__ptsCell{color:var(--color-primary)}.StandingsTable-module__9rVMcW__positiveGd{color:var(--color-primary)!important}.StandingsTable-module__9rVMcW__negativeGd{color:var(--color-red-card)!important}.StandingsTable-module__9rVMcW__emptyState{text-align:center;color:var(--text-muted);font-family:var(--font-sans);padding:24px;font-size:14px}.StandingsTable-module__9rVMcW__formCol,.StandingsTable-module__9rVMcW__formCell{text-align:center;width:120px}.StandingsTable-module__9rVMcW__formCell{padding:8px 5px!important}.StandingsTable-module__9rVMcW__formContainer{justify-content:center;align-items:center;gap:4px;display:flex}.StandingsTable-module__9rVMcW__formBadge{color:#fff;-webkit-user-select:none;user-select:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:9px;font-weight:700;transition:transform .15s;display:inline-flex}.StandingsTable-module__9rVMcW__win{background-color:#2ed573}.StandingsTable-module__9rVMcW__loss{background-color:#ff4757}.StandingsTable-module__9rVMcW__draw{background-color:#747d8c}.StandingsTable-module__9rVMcW__noForm{color:var(--text-muted);font-weight:500}
.team-module__T6FF2W__page{width:100%;max-width:1200px;margin:0 auto;padding:1.5rem 1rem}.team-module__T6FF2W__headerCard{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;align-items:center;gap:2.5rem;margin-bottom:2rem;padding:2rem;transition:background-color .3s,border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.team-module__T6FF2W__headerCard:before{content:"";pointer-events:none;background-image:linear-gradient(90deg,#00000003 1px,#0000 1px),linear-gradient(#00000003 1px,#0000 1px);background-size:24px 24px;width:100%;height:100%;position:absolute;top:0;left:0}.team-module__T6FF2W__logoWrapper{background-color:var(--bg-hover);border:1px solid var(--card-border);border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;padding:.75rem;display:flex;position:relative;box-shadow:0 4px 10px #00000008}.team-module__T6FF2W__logoImage{object-fit:contain;width:100%;height:100%}.team-module__T6FF2W__logoFallback{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:2.25rem;font-weight:700;display:flex}.team-module__T6FF2W__teamMeta{flex-direction:column;gap:.5rem;display:flex}.team-module__T6FF2W__teamName{color:var(--text-primary);font-size:2rem;font-weight:700;line-height:1.1}.team-module__T6FF2W__countryBadge{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.875rem;font-weight:600}.team-module__T6FF2W__infoRow{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:.25rem;font-size:.875rem;display:flex}.team-module__T6FF2W__infoItem{align-items:center;gap:.4rem;display:flex}.team-module__T6FF2W__infoIcon{color:var(--color-primary);flex-shrink:0}.team-module__T6FF2W__mainGrid{grid-template-columns:1fr 340px;align-items:start;gap:2rem;display:grid}.team-module__T6FF2W__feedColumn,.team-module__T6FF2W__sidebar{flex-direction:column;gap:2rem;display:flex}.team-module__T6FF2W__profileCard{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000005}.team-module__T6FF2W__cardTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1.1rem;font-weight:700;display:flex}.team-module__T6FF2W__titleIcon{color:var(--color-primary)}.team-module__T6FF2W__matchList{flex-direction:column;gap:.75rem;display:flex}.team-module__T6FF2W__emptyState{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;padding:3rem 1rem;display:flex}.team-module__T6FF2W__emptyIcon{color:var(--card-border);margin-bottom:.75rem}.team-module__T6FF2W__sidebarCard{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000005}.team-module__T6FF2W__sidebarTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1rem;font-weight:700;display:flex}.team-module__T6FF2W__placeholderSection{text-align:center;border:1px dashed var(--card-border);color:var(--text-secondary);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:4rem 1.5rem;display:flex}.team-module__T6FF2W__placeholderIcon{color:var(--color-primary);margin-bottom:1rem}@media (max-width:1024px){.team-module__T6FF2W__mainGrid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:640px){.team-module__T6FF2W__headerCard{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:1.5rem}.team-module__T6FF2W__logoWrapper{width:80px;height:80px;padding:.5rem}.team-module__T6FF2W__logoFallback{font-size:1.75rem}.team-module__T6FF2W__teamName{font-size:1.5rem}.team-module__T6FF2W__infoRow{flex-direction:column;align-items:flex-start;gap:.5rem}}
.TeamLink-module__x-_BOq__teamLink{color:inherit;cursor:pointer;align-items:center;text-decoration:none;display:inline-flex}.TeamLink-module__x-_BOq__teamLink:hover{color:var(--color-primary)}.TeamLink-module__x-_BOq__teamSpan{color:inherit;align-items:center;display:inline-flex}
.MatchCard-module__qWts2W__card{background-color:var(--card-bg);border:1px solid var(--card-border);cursor:pointer;border-radius:8px;outline:none;align-items:center;min-height:72px;padding:12px 16px;text-decoration:none;transition:background-color .2s,border-color .2s;display:flex;position:relative}.MatchCard-module__qWts2W__card:hover,.MatchCard-module__qWts2W__card:focus-within{background-color:var(--bg-hover);border-color:var(--text-muted)}.MatchCard-module__qWts2W__card:focus-within{box-shadow:0 0 0 2px var(--color-accent)}.MatchCard-module__qWts2W__cardOverlay{z-index:1;position:absolute;inset:0}.MatchCard-module__qWts2W__cardTeamLink{z-index:2;min-width:0;color:inherit;align-items:center;gap:12px;width:100%;text-decoration:none;position:relative;display:flex!important}.MatchCard-module__qWts2W__statusSection{border-right:1px solid var(--card-border);text-align:center;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:70px;margin-right:16px;padding-right:12px;font-size:.85rem;font-weight:600;display:flex}.MatchCard-module__qWts2W__liveContainer{color:var(--color-live);justify-content:center;align-items:center;gap:6px;display:flex}.MatchCard-module__qWts2W__liveMinute{font-size:.9rem;font-weight:700}.MatchCard-module__qWts2W__scheduled{color:var(--text-secondary);font-size:.85rem;font-weight:600}.MatchCard-module__qWts2W__statusText{color:var(--text-muted);text-transform:uppercase;font-size:.75rem}.MatchCard-module__qWts2W__matchDetails{flex-grow:1;justify-content:space-between;align-items:center;display:flex}.MatchCard-module__qWts2W__teamsSection{flex-direction:column;flex-grow:1;gap:8px;min-width:0;display:flex}.MatchCard-module__qWts2W__teamRow{align-items:center;gap:12px;min-width:0;display:flex}.MatchCard-module__qWts2W__logoContainer{flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.MatchCard-module__qWts2W__logoImage{object-fit:contain;width:22px;height:22px}.MatchCard-module__qWts2W__logoFallback{color:#fff;-webkit-user-select:none;user-select:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.65rem;font-weight:700;display:flex}.MatchCard-module__qWts2W__teamName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;max-width:250px;font-size:.95rem;font-weight:500;overflow:hidden}.MatchCard-module__qWts2W__winning{font-weight:700}.MatchCard-module__qWts2W__winning .MatchCard-module__qWts2W__teamName{color:var(--text-primary)}.MatchCard-module__qWts2W__scoresSection{font-variant-numeric:tabular-nums;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:8px;margin-left:16px;display:flex}.MatchCard-module__qWts2W__scoreRow{height:22px;color:var(--text-secondary);align-items:center;font-size:1.05rem;font-weight:500;display:flex}.MatchCard-module__qWts2W__scoreWinning{color:var(--text-primary);font-weight:700}.MatchCard-module__qWts2W__starBtn{color:#fff6;cursor:pointer;z-index:2;background:0 0;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:32px;height:32px;margin-left:12px;transition:background-color .2s,color .2s;display:flex;position:relative}.MatchCard-module__qWts2W__starBtn:hover{color:var(--color-primary,#0070f3);background-color:#ffffff0d}.MatchCard-module__qWts2W__starActive{color:var(--color-primary,#0070f3)!important}
.PlayerAttributeOverview-module__1GDp_q__card{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;flex-direction:column;gap:1.25rem;padding:1.5rem;transition:background-color .3s,border-color .3s;display:flex;box-shadow:0 4px 12px #0000000d}.PlayerAttributeOverview-module__1GDp_q__header{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;padding-bottom:.75rem;display:flex}.PlayerAttributeOverview-module__1GDp_q__title{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.15rem;font-weight:700;display:flex}.PlayerAttributeOverview-module__1GDp_q__infoIcon{color:var(--text-muted);cursor:help;transition:color .2s}.PlayerAttributeOverview-module__1GDp_q__infoIcon:hover{color:var(--color-primary)}.PlayerAttributeOverview-module__1GDp_q__chartContainer{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;min-height:280px;padding:1rem 0;display:flex;position:relative}.PlayerAttributeOverview-module__1GDp_q__svg{width:100%;max-width:380px;height:auto;overflow:visible}.PlayerAttributeOverview-module__1GDp_q__badgeText{font-family:var(--font-sans);fill:#fff;text-anchor:middle;dominant-baseline:central;font-size:11px;font-weight:700}.PlayerAttributeOverview-module__1GDp_q__labelText{font-family:var(--font-sans);fill:var(--text-secondary);text-anchor:middle;font-size:11px;font-weight:700}.PlayerAttributeOverview-module__1GDp_q__timelineContainer{flex-direction:column;gap:.5rem;padding:.5rem 1rem;display:flex}.PlayerAttributeOverview-module__1GDp_q__sliderTrack{background-color:var(--bg-active);border-radius:2px;height:4px;margin:1.5rem 1rem .5rem;position:relative}.PlayerAttributeOverview-module__1GDp_q__sliderPoints{justify-content:space-between;width:100%;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.PlayerAttributeOverview-module__1GDp_q__sliderPoint{background-color:var(--text-muted);border:2px solid var(--card-bg);cursor:pointer;border-radius:50%;width:12px;height:12px;transition:transform .2s,background-color .2s;position:relative}.PlayerAttributeOverview-module__1GDp_q__sliderPoint:hover{background-color:var(--color-primary-light);transform:scale(1.3)}.PlayerAttributeOverview-module__1GDp_q__sliderPointActive{background-color:var(--color-primary);transform:scale(1.4);box-shadow:0 0 8px #02b87580}.PlayerAttributeOverview-module__1GDp_q__pointLabel{color:var(--text-muted);white-space:nowrap;font-size:.75rem;font-weight:600;transition:color .2s;position:absolute;top:18px;left:50%;transform:translate(-50%)}.PlayerAttributeOverview-module__1GDp_q__sliderPointActive .PlayerAttributeOverview-module__1GDp_q__pointLabel{color:var(--color-primary);font-weight:700}.PlayerAttributeOverview-module__1GDp_q__compareContainer{background-color:var(--background);border:1px solid var(--card-border);border-radius:10px;flex-direction:column;gap:.5rem;padding:.75rem;display:flex;position:relative}.PlayerAttributeOverview-module__1GDp_q__searchWrapper{align-items:center;gap:.75rem;width:100%;display:flex;position:relative}.PlayerAttributeOverview-module__1GDp_q__avatar{background-color:var(--bg-hover);border:1px solid var(--card-border);width:40px;height:40px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.PlayerAttributeOverview-module__1GDp_q__avatarImage{object-fit:cover;border-radius:50%;width:100%;height:100%}.PlayerAttributeOverview-module__1GDp_q__searchInputWrapper{flex:1;position:relative}.PlayerAttributeOverview-module__1GDp_q__searchInput{background-color:var(--card-bg);border:1px solid var(--card-border);width:100%;color:var(--text-primary);border-radius:8px;outline:none;padding:.65rem 1rem .65rem 2.25rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.PlayerAttributeOverview-module__1GDp_q__searchInput:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px #02b8751a}.PlayerAttributeOverview-module__1GDp_q__searchIcon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.PlayerAttributeOverview-module__1GDp_q__dropdown{background-color:var(--card-bg);border:1px solid var(--card-border);z-index:100;border-radius:8px;width:100%;max-height:250px;position:absolute;top:calc(100% + 5px);left:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.PlayerAttributeOverview-module__1GDp_q__dropdownItem{cursor:pointer;border-bottom:1px solid var(--card-border);align-items:center;gap:.75rem;padding:.65rem .75rem;transition:background-color .2s;display:flex}.PlayerAttributeOverview-module__1GDp_q__dropdownItem:last-child{border-bottom:none}.PlayerAttributeOverview-module__1GDp_q__dropdownItem:hover{background-color:var(--bg-hover)}.PlayerAttributeOverview-module__1GDp_q__dropdownPhoto{object-fit:cover;background-color:var(--bg-hover);border:1px solid var(--card-border);border-radius:50%;width:32px;height:32px}.PlayerAttributeOverview-module__1GDp_q__dropdownMeta{flex-direction:column;flex:1;display:flex}.PlayerAttributeOverview-module__1GDp_q__dropdownName{color:var(--text-primary);font-size:.875rem;font-weight:600}.PlayerAttributeOverview-module__1GDp_q__dropdownSub{color:var(--text-muted);font-size:.75rem}.PlayerAttributeOverview-module__1GDp_q__noResults{text-align:center;color:var(--text-muted);padding:1rem;font-size:.875rem}.PlayerAttributeOverview-module__1GDp_q__comparisonActiveBanner{color:var(--text-primary);background-color:#3b82f614;border:1px solid #3b82f633;border-radius:6px;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.875rem;animation:.3s PlayerAttributeOverview-module__1GDp_q__fadeIn;display:flex}.PlayerAttributeOverview-module__1GDp_q__comparisonMeta{align-items:center;gap:.5rem;font-weight:600;display:flex}.PlayerAttributeOverview-module__1GDp_q__comparisonTargetName{color:#3b82f6;font-weight:700}.PlayerAttributeOverview-module__1GDp_q__clearCompareBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.2rem;transition:background-color .2s,color .2s;display:flex}.PlayerAttributeOverview-module__1GDp_q__clearCompareBtn:hover{color:var(--color-red-card);background-color:#0000000d}.PlayerAttributeOverview-module__1GDp_q__footerNote{color:var(--text-muted);justify-content:center;align-items:center;gap:.5rem;margin-top:.25rem;font-size:.825rem;display:flex}.PlayerAttributeOverview-module__1GDp_q__footerNoteIcon{color:var(--color-primary)}@keyframes PlayerAttributeOverview-module__1GDp_q__fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
.match-module__1kGQIa__page{width:100%;max-width:1200px;margin:0 auto;padding:1.5rem 1rem}.match-module__1kGQIa__scoreboard{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;margin-bottom:2rem;padding:2rem;transition:background-color .3s,border-color .3s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.match-module__1kGQIa__scoreboard:before{content:"";pointer-events:none;background-image:linear-gradient(90deg,#00000003 1px,#0000 1px),linear-gradient(#00000003 1px,#0000 1px);background-size:20px 20px;width:100%;height:100%;position:absolute;top:0;left:0}.match-module__1kGQIa__leagueHeader{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.match-module__1kGQIa__leagueFlag{align-items:center;font-size:1.25rem;display:inline-flex}.match-module__1kGQIa__leagueLogoImage{object-fit:contain;border-radius:2px;width:20px;height:20px}.match-module__1kGQIa__leagueName{color:var(--text-primary);font-size:1rem;font-weight:600}.match-module__1kGQIa__leagueCountry{color:var(--text-muted);font-size:.875rem}.match-module__1kGQIa__scoreboardGrid{grid-template-columns:1fr auto 1fr;justify-content:center;align-items:center;gap:2rem;display:grid}.match-module__1kGQIa__teamSide{text-align:center;color:inherit;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:1rem;text-decoration:none;transition:transform .2s,filter .2s;display:flex!important}.match-module__1kGQIa__teamSide:hover{filter:brightness(1.05);transform:translateY(-2px)}.match-module__1kGQIa__teamSide:hover .match-module__1kGQIa__teamName{color:var(--color-primary)}.match-module__1kGQIa__logoWrapper{background-color:var(--bg-hover);border:1px solid var(--card-border);border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;padding:.5rem;display:flex;position:relative;box-shadow:0 4px 6px #00000005}.match-module__1kGQIa__logoImage{object-fit:contain;width:100%;height:100%}.match-module__1kGQIa__logoFallback{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.75rem;font-weight:700;display:flex}.match-module__1kGQIa__teamName{color:var(--text-primary);max-width:280px;font-size:1.25rem;font-weight:600}.match-module__1kGQIa__winningTeam{color:var(--color-primary)}.match-module__1kGQIa__centerScore{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-width:160px;display:flex}.match-module__1kGQIa__scoresWrapper{justify-content:center;align-items:center;gap:1rem;display:flex}.match-module__1kGQIa__scoreDigit{color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:3.5rem;font-weight:700;line-height:1}.match-module__1kGQIa__scoreWinning{color:var(--color-primary)}.match-module__1kGQIa__scoreDivider{color:var(--text-muted);font-size:2rem;font-weight:400}.match-module__1kGQIa__statusContainer{background-color:var(--bg-hover);color:var(--text-secondary);border-radius:20px;justify-content:center;align-items:center;gap:.5rem;padding:.35rem .85rem;font-size:.875rem;font-weight:600;display:flex}.match-module__1kGQIa__liveBadge{color:var(--color-live);background-color:#ef44441a}.match-module__1kGQIa__liveText{align-items:center;gap:.35rem;display:flex}.match-module__1kGQIa__liveMinute{font-variant-numeric:tabular-nums}.match-module__1kGQIa__scheduledKickoff{color:var(--text-secondary);background-color:var(--bg-hover);border:1px solid var(--card-border);border-radius:6px;padding:.4rem .9rem;font-size:1.125rem;font-weight:600}.match-module__1kGQIa__kickoffDate{color:var(--text-muted);margin-top:.25rem;font-size:.8125rem}.match-module__1kGQIa__backNav{color:var(--text-secondary);background-color:var(--card-bg);border:1px solid var(--card-border);cursor:pointer;border-radius:6px;align-items:center;gap:.35rem;margin-bottom:1.25rem;padding:.4rem .8rem;font-size:.875rem;font-weight:500;transition:background-color .2s,color .2s;display:inline-flex}.match-module__1kGQIa__backNav:hover{background-color:var(--bg-hover);color:var(--color-primary)}.match-module__1kGQIa__columnsLayout{grid-template-columns:340px 1fr;align-items:start;gap:1.5rem;display:grid}.match-module__1kGQIa__leftColumn,.match-module__1kGQIa__rightColumn{flex-direction:column;gap:1.5rem;display:flex}.match-module__1kGQIa__sidebarCard{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;flex-direction:column;padding:1.25rem;display:flex;box-shadow:0 2px 8px #00000005}.match-module__1kGQIa__sidebarCardHeader,.match-module__1kGQIa__sidebarTabsHeader{border-bottom:1px solid var(--card-border);align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.match-module__1kGQIa__sidebarTabBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;padding:.35rem .75rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.match-module__1kGQIa__sidebarTabBtn:hover{background-color:var(--bg-hover);color:var(--text-primary)}.match-module__1kGQIa__sidebarTabBtn.match-module__1kGQIa__activeSidebarTab{color:var(--color-primary);background-color:#10e0901a}.match-module__1kGQIa__sidebarCardIcon{color:var(--color-primary)}.match-module__1kGQIa__sidebarCardTitle{color:var(--text-primary);font-size:1rem;font-weight:700}.match-module__1kGQIa__momentumPlaceholder{background-color:var(--card-bg);border:1px solid var(--card-border);background-image:linear-gradient(#2ed57305 1px,#0000 1px),linear-gradient(90deg,#2ed57305 1px,#0000 1px);background-size:8px 8px;border-radius:12px;flex-direction:column;gap:.85rem;padding:1.15rem;display:flex;box-shadow:inset 0 2px 4px #00000005}.match-module__1kGQIa__momentumLabel{color:var(--text-secondary);justify-content:space-between;gap:.5rem;font-size:.75rem;font-weight:700;display:flex}.match-module__1kGQIa__momentumTeamName{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.match-module__1kGQIa__momentumBars{grid-template-columns:repeat(20,1fr);align-items:center;gap:4px;height:80px;display:grid;position:relative}.match-module__1kGQIa__momentumBars:after{content:"";background-color:var(--card-border);z-index:1;height:1.5px;position:absolute;top:50%;left:0;right:0}.match-module__1kGQIa__momentumCol{z-index:2;flex-direction:column;height:100%;display:flex}.match-module__1kGQIa__momentumHalfHome{flex-direction:column;justify-content:flex-end;height:50%;display:flex}.match-module__1kGQIa__momentumHalfAway{flex-direction:column;justify-content:flex-start;height:50%;display:flex}.match-module__1kGQIa__momentumBar{width:100%;transition:height .3s cubic-bezier(.4,0,.2,1)}.match-module__1kGQIa__momentumHome{background:linear-gradient(#2ed573 0%,#1abc9c 100%);border-radius:3px 3px 0 0;box-shadow:0 0 6px #2ed5734d}.match-module__1kGQIa__momentumAway{background:linear-gradient(#ef4444 0%,#ff4757 100%);border-radius:0 0 3px 3px;box-shadow:0 0 6px #ef44444d}.match-module__1kGQIa__momentumTimeline{color:var(--text-muted);justify-content:space-between;font-size:.7rem;font-weight:600;display:flex}.match-module__1kGQIa__contentCard{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex;box-shadow:0 2px 8px #00000005}.match-module__1kGQIa__contentCardHeader{border-bottom:1px solid var(--card-border);align-items:center;gap:.5rem;margin-bottom:.25rem;padding-bottom:.75rem;display:flex}.match-module__1kGQIa__contentCardIcon{color:var(--color-primary)}.match-module__1kGQIa__cardHeaderTitle{color:var(--text-primary);font-size:1.125rem;font-weight:700}.match-module__1kGQIa__placeholderRow{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2.5rem 1.5rem;display:flex}.match-module__1kGQIa__placeholderText{color:var(--text-secondary);font-size:.95rem;font-weight:500;line-height:1.4}.match-module__1kGQIa__tabGrid{flex-direction:column;gap:1.5rem;display:flex}.match-module__1kGQIa__aboutText{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.match-module__1kGQIa__aboutStatsGrid{background-color:var(--bg-hover);border:1px solid var(--card-border);border-radius:8px;grid-template-columns:1fr 1fr;gap:1rem;margin-top:.5rem;padding:1rem;display:grid}.match-module__1kGQIa__aboutStatItem{flex-direction:column;gap:.25rem;display:flex}.match-module__1kGQIa__aboutStatLabel{color:var(--text-muted);text-transform:uppercase;font-size:.75rem;font-weight:600}.match-module__1kGQIa__aboutStatValue{color:var(--text-primary);font-size:.9rem;font-weight:600}.match-module__1kGQIa__watchOptions{flex-direction:column;gap:.75rem;display:flex}.match-module__1kGQIa__watchChannel{background-color:var(--bg-hover);border:1px solid var(--card-border);border-radius:8px;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.match-module__1kGQIa__watchChannelIcon{font-size:1.5rem}.match-module__1kGQIa__watchChannelDetails{flex-direction:column;gap:.15rem;display:flex}.match-module__1kGQIa__watchChannelName{color:var(--text-primary);font-size:.95rem;font-weight:700}.match-module__1kGQIa__watchChannelType{color:var(--text-muted);font-size:.8rem}.match-module__1kGQIa__goalBannerContainer{background-color:var(--color-primary);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:4px;align-items:center;gap:.35rem;margin-bottom:.25rem;padding:.25rem .65rem;font-size:.75rem;font-weight:700;animation:.6s ease-in-out infinite alternate match-module__1kGQIa__bounce;display:inline-flex}.match-module__1kGQIa__goalBannerIcon{color:#fff}@keyframes match-module__1kGQIa__bounce{0%{transform:translateY(0)}to{transform:translateY(-4px)}}.match-module__1kGQIa__tabsContainer{border-bottom:1px solid var(--card-border);scrollbar-width:none;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:0 .5rem;display:flex;overflow-x:auto}.match-module__1kGQIa__tabsContainer::-webkit-scrollbar{display:none}.match-module__1kGQIa__tabBtn{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:.75rem .25rem;font-size:.95rem;font-weight:600;transition:color .2s;position:relative}.match-module__1kGQIa__tabBtn:hover,.match-module__1kGQIa__activeTab{color:var(--color-primary)}.match-module__1kGQIa__activeTab:after{content:"";background-color:var(--color-primary);border-radius:3px 3px 0 0;width:100%;height:3px;position:absolute;bottom:-1px;left:0}.match-module__1kGQIa__tabContentPanel{animation:.35s match-module__1kGQIa__fadeIn}@keyframes match-module__1kGQIa__fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.match-module__1kGQIa__scorersSection{width:100%;color:var(--text-secondary);border-top:1px dashed var(--card-border);grid-template-columns:1fr 160px 1fr;margin:1.5rem auto 0;padding-top:1.25rem;font-size:.85rem;font-weight:500;display:grid}.match-module__1kGQIa__homeScorers{text-align:right;flex-direction:column;align-items:flex-end;gap:.35rem;display:flex}.match-module__1kGQIa__awayScorers{text-align:left;flex-direction:column;align-items:flex-start;gap:.35rem;display:flex}.match-module__1kGQIa__scorerItem{color:var(--text-secondary);align-items:center;gap:.4rem;display:flex}.match-module__1kGQIa__soccerBallSmall{opacity:.9;font-size:.85rem}.match-module__1kGQIa__scorersSpacer{width:100%}.match-module__1kGQIa__metaRow{color:var(--text-muted);justify-content:center;align-items:center;gap:.5rem;margin-top:1.25rem;font-size:.8rem;font-weight:600;display:flex}.match-module__1kGQIa__metaSeparator{opacity:.5}@media (max-width:1024px){.match-module__1kGQIa__columnsLayout{grid-template-columns:1fr}}@media (max-width:768px){.match-module__1kGQIa__scoreboard{padding:1.5rem 1rem}.match-module__1kGQIa__scoreboardGrid{grid-template-columns:1fr;gap:1.5rem}.match-module__1kGQIa__teamSide{text-align:left;flex-direction:row;justify-content:flex-start;gap:1rem;width:100%}.match-module__1kGQIa__logoWrapper{width:48px;height:48px;padding:.25rem}.match-module__1kGQIa__logoFallback{font-size:1.125rem}.match-module__1kGQIa__teamName{max-width:100%;font-size:1.125rem}.match-module__1kGQIa__centerScore{order:-1;width:100%;margin-bottom:.5rem}.match-module__1kGQIa__scoreDigit{font-size:2.75rem}}@media (max-width:640px){.match-module__1kGQIa__scorersSection{grid-template-columns:1fr;gap:.75rem;padding-top:1rem}.match-module__1kGQIa__homeScorers,.match-module__1kGQIa__awayScorers{text-align:center;align-items:center}.match-module__1kGQIa__scorersSpacer{display:none}}
.page-module__wtSYKa__page{flex-direction:column;flex:1;width:100%;display:flex}.page-module__wtSYKa__container{flex-direction:column;gap:1.5rem;width:100%;max-width:1200px;margin:0 auto;padding:1.5rem;display:flex}.page-module__wtSYKa__calendarSection{justify-content:center;align-items:center;width:100%;display:flex}.page-module__wtSYKa__mainGrid{grid-template-columns:1fr;align-items:start;gap:1.5rem;display:grid}@media (min-width:1024px){.page-module__wtSYKa__mainGrid{grid-template-columns:1fr 300px}}.page-module__wtSYKa__mainFeed{flex-direction:column;gap:1rem;display:flex}.page-module__wtSYKa__feedCard{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000000d}.page-module__wtSYKa__feedHeader{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:flex}.page-module__wtSYKa__filterTabs{gap:.5rem;display:flex}.page-module__wtSYKa__tabBtn{color:var(--text-secondary);cursor:pointer;border-radius:6px;outline:none;align-items:center;gap:8px;padding:.5rem .875rem;font-size:.875rem;font-weight:700;transition:background-color .2s,color .2s;display:flex}.page-module__wtSYKa__tabBtn:hover{background-color:var(--bg-hover);color:var(--text-primary)}.page-module__wtSYKa__tabBtn:focus-visible{box-shadow:0 0 0 2px var(--color-primary)}.page-module__wtSYKa__tabBtn.page-module__wtSYKa__active{background-color:var(--bg-active);color:var(--text-primary)}.page-module__wtSYKa__liveLabelContainer{align-items:center;gap:6px;display:flex}.page-module__wtSYKa__pulseDot{background-color:var(--color-live);border-radius:50%;width:6px;height:6px;display:inline-block}.page-module__wtSYKa__matchCount{background-color:var(--background);color:var(--text-secondary);border-radius:10px;justify-content:center;align-items:center;min-width:20px;padding:2px 6px;font-size:11px;font-weight:600;display:inline-flex}.page-module__wtSYKa__tabBtn.page-module__wtSYKa__active .page-module__wtSYKa__matchCount{background-color:var(--card-bg);color:var(--text-primary)}.page-module__wtSYKa__leagueGroup{border-bottom:1px solid var(--card-border)}.page-module__wtSYKa__leagueGroup:last-child{border-bottom:none}.page-module__wtSYKa__leagueHeader{background-color:var(--background);border-bottom:1px solid var(--card-border);align-items:center;gap:.5rem;padding:.75rem 1.25rem;transition:background-color .3s;display:flex}.page-module__wtSYKa__leagueFlag{align-items:center;font-size:1.1rem;line-height:1;display:inline-flex}.page-module__wtSYKa__leagueLogoImage{object-fit:contain;border-radius:2px;width:18px;height:18px}.page-module__wtSYKa__leagueName{color:var(--text-primary);font-size:.875rem;font-weight:700}.page-module__wtSYKa__leagueCountry{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-left:auto;font-size:.75rem;font-weight:500}.page-module__wtSYKa__matchList{flex-direction:column;display:flex}.page-module__wtSYKa__matchList>a{border-bottom:1px solid var(--card-border)}.page-module__wtSYKa__matchList>a:last-child{border-bottom:none}.page-module__wtSYKa__emptyFeed{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.page-module__wtSYKa__emptyFeedIcon{color:var(--text-muted);opacity:.4}.page-module__wtSYKa__emptyFeedText{font-size:.95rem;font-weight:500}.page-module__wtSYKa__sidebar{flex-direction:column;gap:1.5rem;display:flex}.page-module__wtSYKa__sidebarCard{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;padding:1.25rem;box-shadow:0 1px 3px #0000000d}.page-module__wtSYKa__sidebarTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.95rem;font-weight:800;display:flex}.page-module__wtSYKa__sidebarIcon{color:var(--color-primary)}.page-module__wtSYKa__sidebarList{flex-direction:column;gap:.25rem;display:flex}.page-module__wtSYKa__sidebarItem{color:var(--text-secondary);cursor:pointer;border-radius:6px;outline:none;align-items:center;gap:.75rem;padding:.625rem .75rem;font-size:.875rem;font-weight:600;transition:background-color .2s,color .2s;display:flex}.page-module__wtSYKa__sidebarItem:hover{background-color:var(--bg-hover);color:var(--text-primary)}.page-module__wtSYKa__sidebarItem:focus-visible{box-shadow:0 0 0 2px var(--color-primary)}.page-module__wtSYKa__sidebarTextContainer{flex-direction:column;display:flex}.page-module__wtSYKa__sidebarLink{color:inherit;font-weight:inherit;text-decoration:none}.page-module__wtSYKa__sidebarLink:hover{text-decoration:underline}.page-module__wtSYKa__sidebarItemSub{color:var(--text-muted);font-size:.75rem;font-weight:500}.page-module__wtSYKa__favoritesEmpty{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;display:flex}.page-module__wtSYKa__favoritesEmptyIcon{color:var(--color-yellow-card);opacity:.8}.page-module__wtSYKa__favoritesEmptyText{color:var(--text-secondary);font-size:.8rem;font-weight:500;line-height:1.4}.page-module__wtSYKa__adWrapper{justify-content:center;align-items:center;width:100%;display:flex}.page-module__wtSYKa__desktopAd{display:block}.page-module__wtSYKa__mobileAd{display:none}@media (max-width:768px){.page-module__wtSYKa__desktopAd{display:none}.page-module__wtSYKa__mobileAd{display:block}.page-module__wtSYKa__container{gap:1rem;padding:1rem}.page-module__wtSYKa__sidebar{gap:1rem}}.page-module__wtSYKa__homeNewsWidget{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.page-module__wtSYKa__widgetHeader{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;padding-bottom:.5rem;display:flex}.page-module__wtSYKa__widgetTitle{color:var(--text-primary);align-items:center;gap:6px;font-size:1.125rem;font-weight:700;display:flex}.page-module__wtSYKa__viewAllNews{color:var(--color-primary);font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .2s}.page-module__wtSYKa__viewAllNews:hover{opacity:.8}.page-module__wtSYKa__newsGridHorizontal{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:768px){.page-module__wtSYKa__newsGridHorizontal{grid-template-columns:repeat(3,1fr)}}.page-module__wtSYKa__homeNewsCard{border:1px solid var(--card-border);background-color:#ffffff03;border-radius:6px;flex-direction:column;text-decoration:none;transition:transform .2s,border-color .2s;display:flex;overflow:hidden}.page-module__wtSYKa__homeNewsCard:hover{border-color:var(--color-primary);transform:translateY(-2px)}.page-module__wtSYKa__newsCardImage{background-color:#0003;width:100%;height:120px;position:relative;overflow:hidden}.page-module__wtSYKa__newsCardImage img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.page-module__wtSYKa__homeNewsCard:hover .page-module__wtSYKa__newsCardImage img{transform:scale(1.05)}.page-module__wtSYKa__newsCardContent{flex-direction:column;flex:1;gap:.5rem;padding:.75rem;display:flex}.page-module__wtSYKa__newsCardContent h3{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9375rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.page-module__wtSYKa__newsCardContent p{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8125rem;line-height:1.4;display:-webkit-box;overflow:hidden}
.player-module__GLP9iW__page{width:100%;max-width:1200px;margin:0 auto;padding:1.5rem 1rem}.player-module__GLP9iW__headerCard{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;align-items:center;gap:2.5rem;margin-bottom:2rem;padding:2rem;transition:background-color .3s,border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.player-module__GLP9iW__headerCard:before{content:"";pointer-events:none;background-image:linear-gradient(90deg,#00000003 1px,#0000 1px),linear-gradient(#00000003 1px,#0000 1px);background-size:24px 24px;width:100%;height:100%;position:absolute;top:0;left:0}.player-module__GLP9iW__photoWrapper{background-color:var(--bg-hover);border:1px solid var(--card-border);border-radius:50%;justify-content:center;align-items:center;width:115px;height:115px;padding:.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 10px #00000008}.player-module__GLP9iW__playerPhoto{object-fit:cover;border-radius:50%;width:100%;height:100%}.player-module__GLP9iW__photoFallback{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:2.5rem;font-weight:700;display:flex}.player-module__GLP9iW__playerMeta{flex-direction:column;flex:1;gap:.35rem;display:flex}.player-module__GLP9iW__playerName{color:var(--text-primary);font-size:2.25rem;font-weight:700;line-height:1.1}.player-module__GLP9iW__fullname{color:var(--text-muted);margin-top:-.15rem;font-size:.875rem;font-weight:500}.player-module__GLP9iW__positionBadge{color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;background-color:#02b87514;border-radius:12px;width:fit-content;margin-bottom:.25rem;padding:.25rem .65rem;font-size:.75rem;font-weight:700;display:inline-block}.player-module__GLP9iW__backNav{color:var(--text-secondary);background-color:var(--card-bg);border:1px solid var(--card-border);cursor:pointer;border-radius:6px;align-items:center;gap:.35rem;margin-bottom:1.25rem;padding:.4rem .8rem;font-size:.875rem;font-weight:500;transition:background-color .2s,color .2s;display:inline-flex}.player-module__GLP9iW__backNav:hover{background-color:var(--bg-hover);color:var(--color-primary)}.player-module__GLP9iW__teamLink{color:var(--color-primary);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;transition:opacity .2s;display:inline-flex}.player-module__GLP9iW__teamLink:hover{opacity:.85}.player-module__GLP9iW__mainGrid{grid-template-columns:1fr 340px;align-items:start;gap:2rem;display:grid}.player-module__GLP9iW__feedColumn,.player-module__GLP9iW__sidebar{flex-direction:column;gap:2rem;display:flex}.player-module__GLP9iW__profileCard{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000005}.player-module__GLP9iW__cardTitle{color:var(--text-primary);border-bottom:1px solid var(--card-border);align-items:center;gap:.5rem;margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:700;display:flex}.player-module__GLP9iW__titleIcon{color:var(--color-primary)}.player-module__GLP9iW__bioGrid{grid-template-columns:1fr 1fr;gap:1.25rem 2rem;display:grid}.player-module__GLP9iW__bioItem{flex-direction:column;gap:.25rem;display:flex}.player-module__GLP9iW__bioLabel{color:var(--text-muted);text-transform:uppercase;font-size:.75rem;font-weight:600}.player-module__GLP9iW__bioValue{color:var(--text-primary);font-size:.95rem;font-weight:600}.player-module__GLP9iW__statsGrid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1rem;display:grid}.player-module__GLP9iW__metricBox{background-color:var(--background);border:1px solid var(--card-border);text-align:center;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;padding:1rem;transition:transform .2s,border-color .2s;display:flex}.player-module__GLP9iW__metricBox:hover{border-color:var(--color-primary);transform:translateY(-2px)}.player-module__GLP9iW__metricValue{color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:700;line-height:1.2}.player-module__GLP9iW__metricValueHighlighted{color:var(--color-primary)}.player-module__GLP9iW__metricLabel{color:var(--text-muted);text-transform:uppercase;text-align:center;font-size:.75rem;font-weight:600}.player-module__GLP9iW__sidebarCard{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000005}.player-module__GLP9iW__sidebarTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1rem;font-weight:700;display:flex}.player-module__GLP9iW__placeholderSection{text-align:center;border:1px dashed var(--card-border);color:var(--text-secondary);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:4rem 1.5rem;display:flex}.player-module__GLP9iW__placeholderIcon{color:var(--color-primary);margin-bottom:1rem}@media (max-width:1024px){.player-module__GLP9iW__mainGrid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:640px){.player-module__GLP9iW__headerCard{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:1.5rem}.player-module__GLP9iW__photoWrapper{width:90px;height:90px;padding:.35rem}.player-module__GLP9iW__photoFallback{font-size:2rem}.player-module__GLP9iW__playerName{font-size:1.75rem}.player-module__GLP9iW__bioGrid{grid-template-columns:1fr;gap:1rem}.player-module__GLP9iW__statsGrid{grid-template-columns:1fr 1fr}}
