.page-module__JwuaVa__container{color:#fff;max-width:1200px;margin:0 auto;padding:20px}.page-module__JwuaVa__header{text-align:center;margin-bottom:40px}.page-module__JwuaVa__header h1{color:gold;justify-content:center;align-items:center;gap:15px;margin-bottom:10px;font-size:2.5rem;display:flex}.page-module__JwuaVa__header p{color:#a0aec0}.page-module__JwuaVa__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:25px;display:grid}.page-module__JwuaVa__badge{text-align:center;cursor:pointer;background:#1a202c;border:2px solid #0000;border-radius:12px;padding:20px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000004d}.page-module__JwuaVa__badge:hover{border-color:gold;transform:translateY(-5px);box-shadow:0 8px 15px #ffd70033}.page-module__JwuaVa__badgeYear{color:#000;background:gold;padding:10px 35px;font-size:.9rem;font-weight:700;position:absolute;top:-5px;right:-30px;transform:rotate(45deg);box-shadow:0 2px 4px #0000004d}.page-module__JwuaVa__badgePhoto{object-fit:cover;background:#fff;border:3px solid gold;border-radius:50%;width:100px;height:100px;margin-bottom:15px}.page-module__JwuaVa__badgeName{margin-bottom:5px;font-size:1.2rem;font-weight:700}.page-module__JwuaVa__badgeTeam{color:#cbd5e0;justify-content:center;align-items:center;gap:8px;font-size:.9rem;display:flex}.page-module__JwuaVa__teamLogo{object-fit:contain;width:20px;height:20px}.page-module__JwuaVa__modalOverlay{z-index:1000;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.page-module__JwuaVa__modalContent{background:#1a202c;border:1px solid gold;border-radius:16px;width:100%;max-width:650px;max-height:90vh;padding:30px;position:relative;overflow-y:auto;box-shadow:0 10px 25px #00000080}.page-module__JwuaVa__closeBtn{color:#a0aec0;cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:color .2s;position:absolute;top:15px;right:15px}.page-module__JwuaVa__closeBtn:hover{color:#fff}.page-module__JwuaVa__modalHeader{border-bottom:1px solid #2d3748;align-items:center;gap:20px;margin-bottom:25px;padding-bottom:20px;display:flex}.page-module__JwuaVa__modalPhoto{object-fit:cover;background:#fff;border:3px solid gold;border-radius:50%;width:100px;height:100px}.page-module__JwuaVa__modalTitle h2{color:gold;margin:0 0 5px;font-size:2rem}.page-module__JwuaVa__modalTitle p{color:#cbd5e0;align-items:center;gap:8px;margin:0;font-size:1.1rem;display:flex}.page-module__JwuaVa__section{margin-bottom:25px}.page-module__JwuaVa__sectionTitle{color:#00e676;border-bottom:1px solid #2d3748;margin-bottom:15px;padding-bottom:5px;font-size:1.2rem}.page-module__JwuaVa__statsGrid{grid-template-columns:1fr 1fr 1fr;gap:15px;display:grid}.page-module__JwuaVa__statCard{text-align:center;background:#2d3748;border-radius:8px;padding:15px}.page-module__JwuaVa__statComp{color:#a0aec0;justify-content:center;align-items:center;height:38px;margin-bottom:10px;font-size:.9rem;display:flex}.page-module__JwuaVa__statNumbers{color:#fff;font-size:1.1rem;font-weight:700}.page-module__JwuaVa__statHighlight{color:gold}.page-module__JwuaVa__trophyList{flex-wrap:wrap;gap:10px;display:flex}.page-module__JwuaVa__trophyBadge{color:gold;background:#ffd7001a;border:1px solid #ffd7004d;border-radius:20px;padding:8px 15px;font-size:.9rem;font-weight:500}.page-module__JwuaVa__descText{color:#e2e8f0;background:#2d3748;border-left:4px solid #00e676;border-radius:8px;padding:15px;font-style:italic;line-height:1.6}.page-module__JwuaVa__clickable{cursor:pointer;transition:opacity .2s,transform .2s}.page-module__JwuaVa__clickable:hover{opacity:.8;transform:scale(1.05)}.page-module__JwuaVa__clickableText{cursor:pointer;transition:color .2s}.page-module__JwuaVa__clickableText:hover{color:#fff;text-decoration:underline}@media (max-width:768px){.page-module__JwuaVa__modalHeader{text-align:center;flex-direction:column}.page-module__JwuaVa__statsGrid{grid-template-columns:1fr}.page-module__JwuaVa__statComp{height:auto}}
.UserProfileModal-module__XQxM-q__overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;animation:.3s ease-out UserProfileModal-module__XQxM-q__fadeIn;display:flex;position:fixed;inset:0}@keyframes UserProfileModal-module__XQxM-q__fadeIn{0%{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}}.UserProfileModal-module__XQxM-q__modal{border:1px solid #00e6764d;border-left:4px solid var(--primary);background:linear-gradient(145deg,#1f1f1f,#151515);border-radius:20px;width:100%;max-width:400px;max-height:90vh;padding:30px;animation:.3s ease-out UserProfileModal-module__XQxM-q__slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 40px #00000080}.UserProfileModal-module__XQxM-q__modal::-webkit-scrollbar{width:6px}.UserProfileModal-module__XQxM-q__modal::-webkit-scrollbar-track{background:0 0}.UserProfileModal-module__XQxM-q__modal::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.UserProfileModal-module__XQxM-q__modal::-webkit-scrollbar-thumb:hover{background:#fff6}@keyframes UserProfileModal-module__XQxM-q__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.UserProfileModal-module__XQxM-q__closeBtn{color:#888;cursor:pointer;background:0 0;border:none;font-size:1.2rem;transition:color .2s;position:absolute;top:20px;right:20px}.UserProfileModal-module__XQxM-q__closeBtn:hover{color:#fff}.UserProfileModal-module__XQxM-q__loading{text-align:center;color:#888;padding:40px 0}.UserProfileModal-module__XQxM-q__emptyState{text-align:center;color:#888;padding:30px 0}.UserProfileModal-module__XQxM-q__emptyIcon{opacity:.5;margin-bottom:15px;font-size:3rem}.UserProfileModal-module__XQxM-q__profileContent{flex-direction:column;align-items:center;display:flex}.UserProfileModal-module__XQxM-q__header{text-align:center;width:100%;margin-bottom:30px}.UserProfileModal-module__XQxM-q__avatarArea{margin-bottom:15px;display:inline-block;position:relative}.UserProfileModal-module__XQxM-q__badgeWrapper{background:#ffffff0d;border:2px solid #333;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;display:flex;overflow:hidden;box-shadow:0 8px 20px #0000004d}.UserProfileModal-module__XQxM-q__badgeWrapperEmpty{background:#ffffff0d;border:2px solid #333;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;font-size:2.5rem;display:flex}.UserProfileModal-module__XQxM-q__clubBadge{object-fit:contain;filter:drop-shadow(0 2px 5px #00000080);width:60px;height:60px}.UserProfileModal-module__XQxM-q__nickname{color:#fff;justify-content:center;align-items:center;gap:10px;margin:0 0 5px;font-size:1.5rem;display:flex}.UserProfileModal-module__XQxM-q__flag{border-radius:2px;width:24px}.UserProfileModal-module__XQxM-q__username{color:#888;margin:0;font-size:.9rem}.UserProfileModal-module__XQxM-q__statsGrid{grid-template-columns:1fr 1fr;gap:15px;width:100%;display:grid}.UserProfileModal-module__XQxM-q__statCard{text-align:center;background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;gap:5px;padding:15px;display:flex}.UserProfileModal-module__XQxM-q__statLabel{color:#aaa;text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.UserProfileModal-module__XQxM-q__statValue{color:#fff;font-size:1.3rem;font-weight:700}.UserProfileModal-module__XQxM-q__statValueHighlight{color:var(--primary);font-size:1.3rem;font-weight:700}.UserProfileModal-module__XQxM-q__hitRecordsSection{border-top:1px solid #ffffff1a;width:100%;margin-top:20px;padding-top:15px}.UserProfileModal-module__XQxM-q__recordsTitle{color:#fff;text-align:center;margin-bottom:15px;font-size:1.1rem}.UserProfileModal-module__XQxM-q__recordsList{flex-direction:column;gap:10px;display:flex}.UserProfileModal-module__XQxM-q__recordItem{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:12px}.UserProfileModal-module__XQxM-q__recordHeader{color:#888;justify-content:space-between;margin-bottom:8px;font-size:.85rem;display:flex}.UserProfileModal-module__XQxM-q__rewardBadge{background:var(--primary);color:#000;border-radius:4px;padding:2px 6px;font-size:.8rem;font-weight:700}.UserProfileModal-module__XQxM-q__recordMatch{color:#fff;margin-bottom:5px;font-size:.95rem}.UserProfileModal-module__XQxM-q__recordPrediction{color:#aaa;font-size:.85rem}.UserProfileModal-module__XQxM-q__pagination{justify-content:center;align-items:center;gap:15px;margin-top:15px;display:flex}.UserProfileModal-module__XQxM-q__pageBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:6px;padding:5px 12px}.UserProfileModal-module__XQxM-q__pageBtn:disabled{opacity:.3;cursor:not-allowed}.UserProfileModal-module__XQxM-q__pageInfo{color:#ccc;font-size:.9rem}.UserProfileModal-module__XQxM-q__loadingRecords,.UserProfileModal-module__XQxM-q__emptyRecords{text-align:center;color:#888;padding:20px}.UserProfileModal-module__XQxM-q__medalBanner{color:#3b1e1e;white-space:nowrap;z-index:10;background:linear-gradient(135deg,gold,#fa0);border:1px solid #ffffff80;border-radius:12px;padding:4px 10px;font-size:.75rem;font-weight:700;position:absolute;top:-25px;left:50%;transform:translate(-50%);box-shadow:0 4px 10px #00000080}.UserProfileModal-module__XQxM-q__goldBorder{border:3px solid gold!important;box-shadow:0 0 15px #ffd70099!important}.UserProfileModal-module__XQxM-q__silverBorder{border:3px solid silver!important;box-shadow:0 0 15px #c0c0c099!important}.UserProfileModal-module__XQxM-q__bronzeBorder{border:3px solid #cd7f32!important;box-shadow:0 0 15px #cd7f3299!important}.UserProfileModal-module__XQxM-q__lockerGrid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:15px;padding:10px 0;display:grid}.UserProfileModal-module__XQxM-q__lockerCard{cursor:pointer;background:linear-gradient(135deg,#2a2a2a 0%,#1a1a1a 100%);border:2px solid #555;border-radius:12px;flex-direction:column;align-items:center;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s;display:flex;position:relative;overflow:hidden}.UserProfileModal-module__XQxM-q__lockerCard:before{content:"";z-index:1;background:linear-gradient(90deg,#0000,#ffd70066,#0000);width:50%;height:100%;transition:left .5s;position:absolute;top:0;left:-150%;transform:skew(-20deg)}.UserProfileModal-module__XQxM-q__lockerCard:hover{border-color:gold;transform:translateY(-5px)scale(1.05);box-shadow:0 10px 20px #ffd70033,inset 0 0 15px #ffd70066}.UserProfileModal-module__XQxM-q__lockerCard:hover:before{left:150%}.UserProfileModal-module__XQxM-q__cardImageContainer{background:#111;justify-content:center;align-items:center;width:100%;height:110px;display:flex;position:relative;overflow:hidden}.UserProfileModal-module__XQxM-q__cardImageContainer img{object-fit:contain;width:100%;height:90%;margin-top:5px;transition:transform .3s}.UserProfileModal-module__XQxM-q__lockerCard:hover .UserProfileModal-module__XQxM-q__cardImageContainer img{transform:scale(1.1)}.UserProfileModal-module__XQxM-q__cardInfo{text-align:center;z-index:2;background:#000c;width:100%;padding:10px;position:relative}.UserProfileModal-module__XQxM-q__cardName{color:#fff;white-space:nowrap;text-overflow:ellipsis;text-shadow:0 1px 2px #000c;margin-bottom:5px;font-size:.9rem;font-weight:700;overflow:hidden}.UserProfileModal-module__XQxM-q__cardDetails{color:gold;justify-content:center;align-items:center;gap:5px;font-size:.8rem;font-weight:700;display:flex}.UserProfileModal-module__XQxM-q__cardTeamLogo{object-fit:contain;width:16px;height:16px}
.AffiliateBanner-module__OLy9IW__bannerContainer{flex-direction:column;align-items:center;gap:8px;width:100%;margin:20px 0;display:flex}.AffiliateBanner-module__OLy9IW__bannerLink{width:100%;text-decoration:none;display:block}.AffiliateBanner-module__OLy9IW__bannerContent{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:12px;justify-content:center;align-items:center;gap:12px;padding:16px 20px;transition:all .3s;display:flex;box-shadow:0 4px 6px #10b98133}.AffiliateBanner-module__OLy9IW__bannerContent:hover{transform:translateY(-2px);box-shadow:0 6px 12px #10b9814d}.AffiliateBanner-module__OLy9IW__icon{font-size:1.5rem}.AffiliateBanner-module__OLy9IW__text{font-size:1.1rem;font-weight:600}.AffiliateBanner-module__OLy9IW__disclosure{color:var(--text-muted);text-align:center;font-size:.75rem}.AffiliateBanner-module__OLy9IW__splitRow{gap:12px;width:100%;display:flex}.AffiliateBanner-module__OLy9IW__primaryLink,.AffiliateBanner-module__OLy9IW__secondaryLink{flex:1}.AffiliateBanner-module__OLy9IW__primaryLink .AffiliateBanner-module__OLy9IW__bannerContent{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);box-shadow:0 4px 6px #f59e0b33}.AffiliateBanner-module__OLy9IW__secondaryLink .AffiliateBanner-module__OLy9IW__bannerContent{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);box-shadow:0 4px 6px #ef444433}.AffiliateBanner-module__OLy9IW__splitRow .AffiliateBanner-module__OLy9IW__text{font-size:.85rem;line-height:1.2}.AffiliateBanner-module__OLy9IW__compactRow .AffiliateBanner-module__OLy9IW__bannerContent{text-align:center;flex-direction:column;gap:6px;padding:12px 10px}.AffiliateBanner-module__OLy9IW__compactRow .AffiliateBanner-module__OLy9IW__bannerContent .AffiliateBanner-module__OLy9IW__icon{font-size:1.8rem;line-height:1}.AffiliateBanner-module__OLy9IW__compactRow .AffiliateBanner-module__OLy9IW__text{word-break:keep-all;font-size:.8rem}@media (max-width:768px){.AffiliateBanner-module__OLy9IW__splitRow .AffiliateBanner-module__OLy9IW__bannerContent{text-align:center;flex-direction:column;gap:6px;padding:12px 10px}.AffiliateBanner-module__OLy9IW__splitRow .AffiliateBanner-module__OLy9IW__bannerContent .AffiliateBanner-module__OLy9IW__icon{font-size:1.8rem;line-height:1}.AffiliateBanner-module__OLy9IW__splitRow .AffiliateBanner-module__OLy9IW__text{word-break:keep-all;font-size:.8rem}}
.MatchDetailsTabs-module__1qm7Nq__container{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;width:100%;margin-top:1rem;padding:1rem}.MatchDetailsTabs-module__1qm7Nq__tabHeader{white-space:nowrap;-webkit-overflow-scrolling:touch;border-bottom:1px solid #ffffff1a;gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.MatchDetailsTabs-module__1qm7Nq__tabHeader::-webkit-scrollbar{height:8px}.MatchDetailsTabs-module__1qm7Nq__tabHeader::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.MatchDetailsTabs-module__1qm7Nq__tabHeader::-webkit-scrollbar-thumb{background:#10b981;border-radius:4px}.MatchDetailsTabs-module__1qm7Nq__tabHeader::-webkit-scrollbar-thumb:hover{background:#059669}.MatchDetailsTabs-module__1qm7Nq__tab,.MatchDetailsTabs-module__1qm7Nq__activeTab{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.MatchDetailsTabs-module__1qm7Nq__tab:hover{color:#fff;background:#ffffff0d}.MatchDetailsTabs-module__1qm7Nq__activeTab{color:#10b981;background:#10b9811a}.MatchDetailsTabs-module__1qm7Nq__tabContent{color:#e5e7eb;max-height:600px;padding-right:5px;font-size:.9rem;overflow-y:auto}.MatchDetailsTabs-module__1qm7Nq__loading,.MatchDetailsTabs-module__1qm7Nq__error{text-align:center;color:#9ca3af;padding:2rem}.MatchDetailsTabs-module__1qm7Nq__timeline{flex-direction:column;gap:.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.MatchDetailsTabs-module__1qm7Nq__eventItem{background:#0003;border-radius:6px;align-items:center;gap:.75rem;width:100%;min-width:max-content;padding:.5rem;display:flex}.MatchDetailsTabs-module__1qm7Nq__time{color:#10b981;min-width:30px;font-weight:700}.MatchDetailsTabs-module__1qm7Nq__tinyLogo{object-fit:contain;width:20px;height:20px}.MatchDetailsTabs-module__1qm7Nq__eventType{color:#9ca3af;flex-wrap:wrap;align-items:center;min-width:120px;font-size:.8rem;display:flex}.MatchDetailsTabs-module__1qm7Nq__icon{margin-right:4px;font-size:1.1em}.MatchDetailsTabs-module__1qm7Nq__eventDetail{color:#d1d5db;margin-left:4px;font-size:.75rem}.MatchDetailsTabs-module__1qm7Nq__playerInfo{flex-direction:column;flex:1;display:flex}.MatchDetailsTabs-module__1qm7Nq__playerName{font-weight:500}.MatchDetailsTabs-module__1qm7Nq__assist{color:#9ca3af;margin-left:6px;font-size:.8rem}.MatchDetailsTabs-module__1qm7Nq__eventComments{color:#9ca3af;margin-top:2px;font-size:.75rem;font-style:italic}.MatchDetailsTabs-module__1qm7Nq__eventGoal{border-left:4px solid #10b981}.MatchDetailsTabs-module__1qm7Nq__eventCardYellow{border-left:4px solid #fbbf24}.MatchDetailsTabs-module__1qm7Nq__eventCardRed{border-left:4px solid #ef4444}.MatchDetailsTabs-module__1qm7Nq__eventSubst{border-left:4px solid #3b82f6}.MatchDetailsTabs-module__1qm7Nq__eventVar{border-left:4px solid #8b5cf6}.MatchDetailsTabs-module__1qm7Nq__lineupsContainer{flex-direction:column;gap:1rem;display:flex}@media (min-width:768px){.MatchDetailsTabs-module__1qm7Nq__lineupsContainer{grid-template-columns:1fr 1fr;display:grid}}.MatchDetailsTabs-module__1qm7Nq__teamLineup h4{align-items:center;gap:.5rem;margin:0 0 .5rem;font-size:1rem;display:flex}.MatchDetailsTabs-module__1qm7Nq__formation{color:#10b981;margin-bottom:1rem;font-size:.8rem;font-weight:700}.MatchDetailsTabs-module__1qm7Nq__playersList h5{color:#9ca3af;text-transform:uppercase;margin:0 0 .5rem;font-size:.85rem}.MatchDetailsTabs-module__1qm7Nq__playerItem{border-bottom:1px solid #ffffff0d;align-items:center;gap:.5rem;padding:.3rem 0;display:flex}.MatchDetailsTabs-module__1qm7Nq__number{color:#10b981;min-width:20px;font-size:.8rem}.MatchDetailsTabs-module__1qm7Nq__statsContainer{background:#1a1a1a;border-radius:12px;flex-direction:column;gap:1.5rem;padding:1rem;display:flex}.MatchDetailsTabs-module__1qm7Nq__statsHeader{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.MatchDetailsTabs-module__1qm7Nq__statsBody{flex-direction:column;gap:1.2rem;display:flex}.MatchDetailsTabs-module__1qm7Nq__statRowBlock{flex-direction:column;gap:.5rem;margin-bottom:.5rem;display:flex}.MatchDetailsTabs-module__1qm7Nq__statTypeCenter{text-align:center;color:#e5e7eb;flex:1;font-size:.95rem}@media (max-width:768px){.MatchDetailsTabs-module__1qm7Nq__statTypeCenter{word-break:break-word;font-size:.75rem}}.MatchDetailsTabs-module__1qm7Nq__possessionBarContainer{background:#333;border-radius:8px;height:35px;display:flex;overflow:hidden}.MatchDetailsTabs-module__1qm7Nq__possessionBarHome{color:#fff;background-color:#b71c1c;align-items:center;padding-left:15px;font-size:1.1rem;font-weight:700;transition:width .5s;display:flex}.MatchDetailsTabs-module__1qm7Nq__possessionBarAway{color:#fff;background-color:#1e3a8a;justify-content:flex-end;align-items:center;padding-right:15px;font-size:1.1rem;font-weight:700;transition:width .5s;display:flex}.MatchDetailsTabs-module__1qm7Nq__statRowModern{justify-content:space-between;align-items:center;display:flex}.MatchDetailsTabs-module__1qm7Nq__statPillWrapperLeft{flex:1;justify-content:flex-start;display:flex}.MatchDetailsTabs-module__1qm7Nq__statPillWrapperRight{flex:1;justify-content:flex-end;display:flex}.MatchDetailsTabs-module__1qm7Nq__statPill{color:#fff;text-align:center;background:0 0;border-radius:20px;min-width:40px;padding:4px 12px;font-size:.95rem;font-weight:700}.MatchDetailsTabs-module__1qm7Nq__pillHomeActive{background-color:#b71c1c}.MatchDetailsTabs-module__1qm7Nq__pillAwayActive{background-color:#1e3a8a}.MatchDetailsTabs-module__1qm7Nq__lineupsTopSection{flex-direction:column;align-items:stretch;gap:20px;width:100%;margin-bottom:2rem;display:flex}.MatchDetailsTabs-module__1qm7Nq__pitchArea{flex:1;justify-content:center;display:flex}.MatchDetailsTabs-module__1qm7Nq__starPlayersArea{flex-direction:column;flex:1;justify-content:center;gap:15px;display:flex}.MatchDetailsTabs-module__1qm7Nq__starPlayersTitle{text-align:center;color:gold;margin-bottom:5px;font-size:1.1rem;font-weight:700}.MatchDetailsTabs-module__1qm7Nq__starPlayersGrid{justify-content:center;gap:20px;display:flex}.MatchDetailsTabs-module__1qm7Nq__lineupsListsWrapper{width:100%;max-height:60vh;padding-bottom:12px;overflow:auto}.MatchDetailsTabs-module__1qm7Nq__lineupsListsWrapper::-webkit-scrollbar{width:8px;height:10px}.MatchDetailsTabs-module__1qm7Nq__lineupsListsWrapper::-webkit-scrollbar-track{background:#ffffff0d;border-radius:5px}.MatchDetailsTabs-module__1qm7Nq__lineupsListsWrapper::-webkit-scrollbar-thumb{background:#10b981;border-radius:5px}.MatchDetailsTabs-module__1qm7Nq__lineupsListsWrapper::-webkit-scrollbar-thumb:hover{background:#059669}.MatchDetailsTabs-module__1qm7Nq__lineupsListsSection{grid-template-columns:1fr 1fr;gap:15px;width:100%;min-width:550px;display:grid}.MatchDetailsTabs-module__1qm7Nq__collapsibleHeader{cursor:pointer;background:#ffffff0d;border-radius:6px;justify-content:space-between;align-items:center;margin-top:15px;margin-bottom:10px;padding:8px 12px;display:flex}.MatchDetailsTabs-module__1qm7Nq__collapsibleHeader h5{color:#9ca3af;text-transform:uppercase;margin:0;font-size:.85rem}.MatchDetailsTabs-module__1qm7Nq__lockerCard{cursor:pointer;background:linear-gradient(135deg,#2a2a2a 0%,#1a1a1a 100%);border:2px solid #555;border-radius:12px;flex-direction:column;align-items:center;width:130px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s;display:flex;position:relative;overflow:hidden}.MatchDetailsTabs-module__1qm7Nq__lockerCard:before{content:"";z-index:1;background:linear-gradient(90deg,#0000,#ffd70066,#0000);width:50%;height:100%;transition:left .5s;position:absolute;top:0;left:-150%;transform:skew(-20deg)}.MatchDetailsTabs-module__1qm7Nq__lockerCard:hover{border-color:gold;transform:translateY(-5px)scale(1.05);box-shadow:0 10px 20px #ffd70033,inset 0 0 15px #ffd70066}.MatchDetailsTabs-module__1qm7Nq__lockerCard:hover:before{left:150%}.MatchDetailsTabs-module__1qm7Nq__cardImageContainer{background:#111;justify-content:center;align-items:center;width:100%;height:110px;display:flex;position:relative;overflow:hidden}.MatchDetailsTabs-module__1qm7Nq__cardImageContainer img{object-fit:contain;width:100%;height:90%;margin-top:5px;transition:transform .3s}.MatchDetailsTabs-module__1qm7Nq__lockerCard:hover .MatchDetailsTabs-module__1qm7Nq__cardImageContainer img{transform:scale(1.1)}.MatchDetailsTabs-module__1qm7Nq__cardInfo{text-align:center;z-index:2;background:#000c;width:100%;padding:10px;position:relative}.MatchDetailsTabs-module__1qm7Nq__cardName{color:#fff;white-space:nowrap;text-overflow:ellipsis;text-shadow:0 1px 2px #000c;margin-bottom:5px;font-size:.9rem;font-weight:700;overflow:hidden}.MatchDetailsTabs-module__1qm7Nq__cardDetails{color:gold;justify-content:center;align-items:center;gap:5px;font-size:.8rem;font-weight:700;display:flex}.MatchDetailsTabs-module__1qm7Nq__cardTeamLogo{object-fit:contain;width:16px;height:16px}
.SoccerPitch-module__z10E1q__pitchWrapper{flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.SoccerPitch-module__z10E1q__pitchContainer{background-color:#2e7d32;border:2px solid #fff;border-radius:8px;width:100%;max-width:600px;height:550px;margin:0 auto;position:relative;overflow:hidden}.SoccerPitch-module__z10E1q__teamLabelTop,.SoccerPitch-module__z10E1q__teamLabelBottom{color:#fff;z-index:5;background-color:#000000b3;border-radius:8px;align-items:center;gap:8px;padding:6px 12px;font-size:1rem;font-weight:700;display:flex}.SoccerPitch-module__z10E1q__teamLogo{object-fit:contain;width:20px;height:20px}.SoccerPitch-module__z10E1q__centerLine{background-color:#ffffffb3;height:2px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.SoccerPitch-module__z10E1q__centerCircle{border:2px solid #ffffffb3;border-radius:50%;width:100px;height:100px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.SoccerPitch-module__z10E1q__centerSpot{background-color:#ffffffb3;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.SoccerPitch-module__z10E1q__penaltyBoxTop{border:2px solid #ffffffb3;border-top:none;width:160px;height:60px;position:absolute;top:0;left:50%;transform:translate(-50%)}.SoccerPitch-module__z10E1q__penaltyBoxBottom{border:2px solid #ffffffb3;border-bottom:none;width:160px;height:60px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.SoccerPitch-module__z10E1q__goalAreaTop{border:2px solid #ffffffb3;border-top:none;width:70px;height:25px;position:absolute;top:0;left:50%;transform:translate(-50%)}.SoccerPitch-module__z10E1q__goalAreaBottom{border:2px solid #ffffffb3;border-bottom:none;width:70px;height:25px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.SoccerPitch-module__z10E1q__playerDot{z-index:10;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;transform:translate(-50%,-50%)}.SoccerPitch-module__z10E1q__playerDot:hover{z-index:20;transform:translate(-50%,-50%)scale(1.15)}.SoccerPitch-module__z10E1q__jersey{background-color:var(--primary,#fff);border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:flex;box-shadow:0 2px 4px #0006;color:#fff!important}.SoccerPitch-module__z10E1q__playerName{color:#fff;white-space:nowrap;pointer-events:none;background-color:#0009;border-radius:4px;margin-top:4px;padding:2px 4px;font-size:.7rem}.SoccerPitch-module__z10E1q__fullscreenOverlay{z-index:9999;background-color:#000000e6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.SoccerPitch-module__z10E1q__fullscreenOverlay .SoccerPitch-module__z10E1q__pitchWrapper{flex-direction:column;width:100%;max-width:800px;height:90vh;max-height:900px;margin:0;display:flex}.SoccerPitch-module__z10E1q__fullscreenOverlay .SoccerPitch-module__z10E1q__pitchContainer{flex:1;width:100%;max-height:none}.SoccerPitch-module__z10E1q__fullscreenBtn{color:#fff;cursor:pointer;z-index:100;background:#0009;border:1px solid #fff6;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:.8rem;transition:background .2s;display:flex;position:absolute;top:10px;right:10px}.SoccerPitch-module__z10E1q__fullscreenBtn:hover{background:#000c}.SoccerPitch-module__z10E1q__fullscreenOverlay .SoccerPitch-module__z10E1q__jersey{border-width:3px;width:40px;height:40px;font-size:1.2rem}.SoccerPitch-module__z10E1q__fullscreenOverlay .SoccerPitch-module__z10E1q__playerName{margin-top:6px;padding:4px 8px;font-size:1rem}
