.predictions-module__Ev9OaW__controls{align-items:center;gap:var(--space-lg);margin-bottom:var(--space-2xl);flex-direction:column;display:flex}.predictions-module__Ev9OaW__searchBar{align-items:center;gap:var(--space-md);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-full);width:100%;max-width:420px;padding:10px var(--space-xl);transition:border-color var(--transition-base);display:flex}.predictions-module__Ev9OaW__searchBar:focus-within{border-color:var(--accent-cyan);box-shadow:0 0 20px #00e5ff26}.predictions-module__Ev9OaW__searchBar svg{color:var(--text-muted);flex-shrink:0}.predictions-module__Ev9OaW__searchBar input{color:var(--text-primary);font-family:var(--font-body);font-size:var(--fs-sm);background:0 0;border:none;outline:none;flex:1}.predictions-module__Ev9OaW__searchBar input::placeholder{color:var(--text-muted)}.predictions-module__Ev9OaW__filterTabs{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.predictions-module__Ev9OaW__filterTab{border-radius:var(--radius-full);border:1px solid var(--glass-border);color:var(--text-muted);font-family:var(--font-heading);cursor:pointer;letter-spacing:.3px;background:#ffffff08;align-items:center;gap:4px;padding:6px 14px;font-size:11px;font-weight:700;transition:all .25s;display:flex}.predictions-module__Ev9OaW__filterTab:hover{color:var(--text-secondary);background:#ffffff0f}.predictions-module__Ev9OaW__filterTab.predictions-module__Ev9OaW__activeTab{color:#00e5ff;background:#00e5ff1a;border-color:#00e5ff4d;box-shadow:0 0 12px #00e5ff1a}.predictions-module__Ev9OaW__filterIcon{font-size:13px}.predictions-module__Ev9OaW__loadingWrap{text-align:center;padding:var(--space-5xl);color:var(--text-muted)}.predictions-module__Ev9OaW__spinner{border:3px solid var(--glass-border);border-top-color:var(--accent-cyan);width:40px;height:40px;margin:0 auto var(--space-lg);border-radius:50%;animation:.8s linear infinite predictions-module__Ev9OaW__spin}@keyframes predictions-module__Ev9OaW__spin{to{transform:rotate(360deg)}}.predictions-module__Ev9OaW__pageLayout{gap:var(--space-2xl);align-items:flex-start;display:flex}.predictions-module__Ev9OaW__mainContent{flex:1;min-width:0}.predictions-module__Ev9OaW__matchCount{font-family:var(--font-heading);font-size:var(--fs-xs);color:var(--text-muted);margin-bottom:var(--space-md);letter-spacing:.5px;text-transform:uppercase;font-weight:700}.predictions-module__Ev9OaW__grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.predictions-module__Ev9OaW__card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);transition:all var(--transition-slow);padding:16px;position:relative;overflow:hidden}.predictions-module__Ev9OaW__card:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#00e5ff4d,#0000);height:2px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.predictions-module__Ev9OaW__card:hover{box-shadow:var(--shadow-lg);border-color:#ffffff1a;transform:translateY(-2px)}.predictions-module__Ev9OaW__card:hover:before{opacity:1}.predictions-module__Ev9OaW__card.predictions-module__Ev9OaW__voted{border-color:#00e5ff33}.predictions-module__Ev9OaW__card.predictions-module__Ev9OaW__voted:before{opacity:1}.predictions-module__Ev9OaW__card.predictions-module__Ev9OaW__finished{border-color:#ffd7001f}.predictions-module__Ev9OaW__cardHeader{font-family:var(--font-heading);align-items:center;gap:6px;margin-bottom:12px;display:flex}.predictions-module__Ev9OaW__matchDate{color:var(--text-muted);font-size:10px;font-weight:600}.predictions-module__Ev9OaW__matchNum{color:#ffffff40;margin-left:auto;margin-right:6px;font-size:9px;font-weight:700}.predictions-module__Ev9OaW__matchStage{border-radius:var(--radius-full);color:var(--accent-red);letter-spacing:.3px;background:#ff2d551a;padding:2px 8px;font-size:9px;font-weight:800}.predictions-module__Ev9OaW__matchup{justify-content:center;align-items:center;gap:10px;margin-bottom:12px;display:flex}.predictions-module__Ev9OaW__teamSide{flex-direction:column;flex:1;align-items:center;gap:4px;min-width:0;display:flex}.predictions-module__Ev9OaW__flag{object-fit:cover;border:1px solid var(--glass-border);border-radius:4px;width:44px;height:30px}.predictions-module__Ev9OaW__teamName{font-family:var(--font-heading);text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:11px;font-weight:700;overflow:hidden}.predictions-module__Ev9OaW__vsCol{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.predictions-module__Ev9OaW__vsLabel{font-family:var(--font-heading);font-weight:900;font-size:var(--fs-sm);color:var(--text-muted)}.predictions-module__Ev9OaW__scoreDisplay{align-items:center;gap:4px;display:flex}.predictions-module__Ev9OaW__score{font-family:var(--font-heading);font-weight:900;font-size:var(--fs-xl);color:var(--accent-gold)}.predictions-module__Ev9OaW__scoreSep{font-family:var(--font-heading);font-size:var(--fs-sm);color:var(--text-muted);font-weight:700}.predictions-module__Ev9OaW__voteButtons{grid-template-columns:repeat(3,1fr);gap:5px;margin-bottom:10px;display:grid}.predictions-module__Ev9OaW__voteBtn{border-radius:var(--radius-md);font-family:var(--font-heading);cursor:pointer;text-align:center;border:1px solid var(--glass-border);color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;background:#0f0f14b3;padding:6px 4px;font-size:10px;font-weight:700;transition:all .25s;overflow:hidden}.predictions-module__Ev9OaW__voteBtn:hover{transform:translateY(-1px)}.predictions-module__Ev9OaW__voteBtn:disabled{opacity:.5;cursor:wait}.predictions-module__Ev9OaW__homeBtn:hover,.predictions-module__Ev9OaW__homeBtn.predictions-module__Ev9OaW__selected{color:#00e5ff;background:#00e5ff1f;border-color:#00e5ff66;box-shadow:0 0 10px #00e5ff1f}.predictions-module__Ev9OaW__drawBtn:hover,.predictions-module__Ev9OaW__drawBtn.predictions-module__Ev9OaW__selected{color:#c084fc;background:#c084fc1f;border-color:#c084fc66;box-shadow:0 0 10px #c084fc1f}.predictions-module__Ev9OaW__awayBtn:hover,.predictions-module__Ev9OaW__awayBtn.predictions-module__Ev9OaW__selected{color:var(--accent-red);background:#ff2d551f;border-color:#ff2d5566;box-shadow:0 0 10px #ff2d551f}.predictions-module__Ev9OaW__pollBars{flex-direction:column;gap:4px;margin-bottom:10px;display:flex}.predictions-module__Ev9OaW__pollRow{align-items:center;gap:6px;display:flex}.predictions-module__Ev9OaW__barTrack{background:#ffffff0a;border-radius:3px;flex:1;height:6px;overflow:hidden}.predictions-module__Ev9OaW__barFill{border-radius:3px;min-width:2px;height:100%;transition:width .8s cubic-bezier(.25,.46,.45,.94)}.predictions-module__Ev9OaW__barHome{background:linear-gradient(90deg,#00e5ff,#00b8d4)}.predictions-module__Ev9OaW__barDraw{background:linear-gradient(90deg,#c084fc,#a855f7)}.predictions-module__Ev9OaW__barAway{background:linear-gradient(90deg,#ff2d55,#ff6b81)}.predictions-module__Ev9OaW__pollPct{font-family:var(--font-heading);color:var(--text-muted);text-align:right;min-width:28px;font-size:9px;font-weight:800}.predictions-module__Ev9OaW__cardFooter{border-top:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding-top:8px;display:flex}.predictions-module__Ev9OaW__aiTag{border-radius:var(--radius-full);font-family:var(--font-heading);background:#00e5ff0f;border:1px solid #00e5ff1f;align-items:center;gap:4px;padding:3px 8px;font-size:9px;font-weight:700;display:flex}.predictions-module__Ev9OaW__ai_home{color:#00e5ff}.predictions-module__Ev9OaW__ai_draw{color:#c084fc;background:#c084fc0f;border-color:#c084fc1f}.predictions-module__Ev9OaW__ai_away{color:#ff6b81;background:#ff2d550f;border-color:#ff2d551f}.predictions-module__Ev9OaW__ai_correct{color:#34d399!important;background:#34d39914!important;border-color:#34d3994d!important}.predictions-module__Ev9OaW__ai_wrong{color:#ff6464!important;background:#ff64640f!important;border-color:#ff646433!important}.predictions-module__Ev9OaW__aiIcon{font-size:11px}.predictions-module__Ev9OaW__aiText{text-overflow:ellipsis;white-space:nowrap;max-width:60px;overflow:hidden}.predictions-module__Ev9OaW__aiConf{opacity:.7}.predictions-module__Ev9OaW__voteCount{font-family:var(--font-heading);color:var(--text-muted);align-items:center;gap:4px;font-size:10px;font-weight:600;display:flex}.predictions-module__Ev9OaW__fanResultIcon{font-size:11px}.predictions-module__Ev9OaW__yourPick{border-radius:var(--radius-full);text-align:center;color:#00e5ff;font-size:10px;font-family:var(--font-heading);background:#00e5ff0d;border:1px solid #00e5ff1f;margin-top:8px;padding:4px 10px;font-weight:600}.predictions-module__Ev9OaW__pick_correct{color:#34d399;background:#34d39914;border-color:#34d3994d}.predictions-module__Ev9OaW__pick_wrong{color:#ff6464;background:#ff64640f;border-color:#ff646433}.predictions-module__Ev9OaW__cardActions{z-index:10;justify-content:flex-end;gap:8px;margin-top:12px;display:flex}.predictions-module__Ev9OaW__actionButton{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-muted);cursor:pointer;width:32px;height:32px;transition:all var(--transition-base);border-radius:50%;justify-content:center;align-items:center;font-size:14px;display:flex}.predictions-module__Ev9OaW__actionButton:hover{border-color:var(--accent-cyan);color:var(--text-primary);box-shadow:0 0 10px var(--accent-cyan-glow);transform:scale(1.08)}.predictions-module__Ev9OaW__emptyState{text-align:center;padding:var(--space-4xl);color:var(--text-muted);font-family:var(--font-heading)}.predictions-module__Ev9OaW__emptyState span{margin-bottom:var(--space-md);font-size:48px;display:block}.predictions-module__Ev9OaW__sidebar{gap:var(--space-lg);flex-direction:column;flex-shrink:0;width:280px;display:flex;position:sticky;top:100px}.predictions-module__Ev9OaW__statCard{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:16px;transition:border-color .3s}.predictions-module__Ev9OaW__statCard:hover{border-color:#ffffff14}.predictions-module__Ev9OaW__statCardTitle{font-family:var(--font-heading);color:var(--text-secondary);letter-spacing:.4px;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:800}.predictions-module__Ev9OaW__statGrid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.predictions-module__Ev9OaW__statItem{text-align:center}.predictions-module__Ev9OaW__statValue{font-family:var(--font-heading);font-size:var(--fs-2xl);background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:900}.predictions-module__Ev9OaW__statLabel{font-family:var(--font-heading);color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-top:2px;font-size:9px;font-weight:600}.predictions-module__Ev9OaW__aiAccuracy{flex-direction:column;align-items:center;gap:8px;display:flex}.predictions-module__Ev9OaW__aiAccuracyRing{width:100px;height:100px;position:relative}.predictions-module__Ev9OaW__aiAccuracyRing svg{width:100%;height:100%}.predictions-module__Ev9OaW__aiAccuracyText{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.predictions-module__Ev9OaW__aiAccuracyNum{font-family:var(--font-heading);font-size:var(--fs-xl);background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:900}.predictions-module__Ev9OaW__aiAccuracyDetail{font-family:var(--font-heading);color:var(--text-muted);font-size:10px;font-weight:600}.predictions-module__Ev9OaW__mostVoted{flex-direction:column;gap:6px;display:flex}.predictions-module__Ev9OaW__mostVotedTeams{font-family:var(--font-heading);justify-content:center;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.predictions-module__Ev9OaW__miniFlag{object-fit:cover;border-radius:2px;width:22px;height:15px}.predictions-module__Ev9OaW__mvVs{color:var(--text-muted);font-size:9px;font-weight:600}.predictions-module__Ev9OaW__mostVotedCount{text-align:center;font-family:var(--font-heading);color:var(--accent-cyan);font-size:10px;font-weight:700}.predictions-module__Ev9OaW__favoritesList{flex-direction:column;gap:8px;display:flex}.predictions-module__Ev9OaW__favoriteRow{font-family:var(--font-heading);align-items:center;gap:6px;display:flex}.predictions-module__Ev9OaW__favRank{color:var(--accent-gold);min-width:20px;font-size:10px;font-weight:800}.predictions-module__Ev9OaW__favTeam{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;min-width:70px;font-size:11px;font-weight:700;overflow:hidden}.predictions-module__Ev9OaW__favBarTrack{background:#ffffff0a;border-radius:2px;flex:1;height:4px;overflow:hidden}.predictions-module__Ev9OaW__favBarFill{background:linear-gradient(90deg,#00e5ff,#7b61ff);border-radius:2px;height:100%;transition:width .6s}.predictions-module__Ev9OaW__favVotes{color:var(--text-muted);text-align:right;min-width:32px;font-size:9px;font-weight:700}.predictions-module__Ev9OaW__legend{flex-direction:column;gap:6px;display:flex}.predictions-module__Ev9OaW__legendRow{font-family:var(--font-heading);color:var(--text-muted);align-items:center;gap:8px;font-size:11px;font-weight:600;display:flex}.predictions-module__Ev9OaW__legendDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.predictions-module__Ev9OaW__dotCyan{background:#00e5ff}.predictions-module__Ev9OaW__dotPurple{background:#c084fc}.predictions-module__Ev9OaW__dotRed{background:#ff2d55}.predictions-module__Ev9OaW__legendIcon{text-align:center;flex-shrink:0;width:14px;font-size:12px}@media (max-width:1200px){.predictions-module__Ev9OaW__grid{grid-template-columns:repeat(2,1fr)}.predictions-module__Ev9OaW__sidebar{width:240px}}@media (max-width:900px){.predictions-module__Ev9OaW__pageLayout{flex-direction:column-reverse}.predictions-module__Ev9OaW__sidebar{gap:var(--space-md);flex-flow:wrap;width:100%;position:static}.predictions-module__Ev9OaW__statCard{flex:1;min-width:200px}.predictions-module__Ev9OaW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.predictions-module__Ev9OaW__grid{grid-template-columns:1fr}.predictions-module__Ev9OaW__filterTabs{gap:4px}.predictions-module__Ev9OaW__filterTab{padding:5px 10px;font-size:10px}.predictions-module__Ev9OaW__sidebar{flex-direction:column}.predictions-module__Ev9OaW__statCard{min-width:unset}.predictions-module__Ev9OaW__voteButtons{grid-template-columns:repeat(3,1fr)}.predictions-module__Ev9OaW__flag{width:36px;height:24px}.predictions-module__Ev9OaW__teamName{font-size:10px}}.predictions-module__Ev9OaW__dimmedTeam{opacity:.55;filter:grayscale(35%)}.predictions-module__Ev9OaW__dimmedBar{opacity:.35}.predictions-module__Ev9OaW__valuationBox{border-radius:var(--radius-md);background:#0f172a99;border:1px solid #ffffff0d;margin-bottom:12px;padding:8px}.predictions-module__Ev9OaW__valuationTitle{font-family:var(--font-heading);color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;text-align:center;border-bottom:1px solid #ffffff0a;margin-bottom:6px;padding-bottom:4px;font-size:9px;font-weight:800}.predictions-module__Ev9OaW__valuationGrid{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.predictions-module__Ev9OaW__valItem{border-radius:var(--radius-sm);text-align:center;background:#ffffff05;border:1px solid #ffffff0a;flex-direction:column;justify-content:center;align-items:center;padding:6px 4px;display:flex}.predictions-module__Ev9OaW__valLabel{font-family:var(--font-heading);color:var(--text-muted);text-transform:uppercase;white-space:nowrap;margin-bottom:2px;font-size:8px;font-weight:700}.predictions-module__Ev9OaW__valValue{font-family:var(--font-heading);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;justify-content:center;align-items:center;gap:3px;max-width:100%;font-size:10px;font-weight:800;display:flex;overflow:hidden}.predictions-module__Ev9OaW__valIcon{flex-shrink:0;font-size:10px}.predictions-module__Ev9OaW__noVoteText{color:var(--text-muted);font-style:italic;font-weight:500}.predictions-module__Ev9OaW__valCorrect{background:#34d3990a!important;border-color:#34d39933!important}.predictions-module__Ev9OaW__valCorrect .predictions-module__Ev9OaW__valValue{color:#34d399!important}.predictions-module__Ev9OaW__valWrong{background:#ff646408!important;border-color:#ff646426!important}.predictions-module__Ev9OaW__valWrong .predictions-module__Ev9OaW__valValue{color:#ff6464!important}.predictions-module__Ev9OaW__valNone{opacity:.7}
