.predictions-module__Ev9OaW__container{width:100%;max-width:1000px;margin:0 auto;padding:40px 20px 100px}.predictions-module__Ev9OaW__header{text-align:center;margin-bottom:40px}.predictions-module__Ev9OaW__header h1{background:linear-gradient(135deg, var(--text-pure), var(--text-muted));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:12px;font-size:2.5rem}.predictions-module__Ev9OaW__competitionSection{margin-bottom:48px}.predictions-module__Ev9OaW__competitionTitle{color:var(--accent-gold);border-left:4px solid var(--accent-gold);text-transform:uppercase;letter-spacing:.05em;margin-bottom:20px;padding-left:12px;font-size:1.4rem}.predictions-module__Ev9OaW__matchList{flex-direction:column;gap:20px;display:flex}.predictions-module__Ev9OaW__matchCard{transition:var(--transition-smooth);grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;padding:24px;display:grid}.predictions-module__Ev9OaW__matchCard:hover{background:var(--bg-card-hover);border-color:#ffffff1f;transform:translateY(-2px)}.predictions-module__Ev9OaW__team{align-items:center;gap:16px;display:flex}.predictions-module__Ev9OaW__teamHome{text-align:right;justify-content:flex-end}.predictions-module__Ev9OaW__teamAway{text-align:left;justify-content:flex-start}.predictions-module__Ev9OaW__teamName{color:var(--text-pure);font-size:1.15rem;font-weight:600}.predictions-module__Ev9OaW__teamIcon{width:40px;height:40px;color:var(--text-muted);border:1px solid var(--border-soft);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.predictions-module__Ev9OaW__centerInfo{flex-direction:column;align-items:center;gap:8px;min-width:140px;display:flex}.predictions-module__Ev9OaW__statusTag{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;padding:4px 10px;font-size:.75rem;font-weight:700}.predictions-module__Ev9OaW__statusScheduled{color:var(--accent-cyan);background:#06b6d41f;border:1px solid #06b6d44d}.predictions-module__Ev9OaW__statusFinished{color:var(--text-muted);border:1px solid var(--border-soft);background:#ffffff0d}.predictions-module__Ev9OaW__statusLive{color:var(--accent-crimson);background:#ef44441f;border:1px solid #ef44444d;animation:2s infinite predictions-module__Ev9OaW__pulse}@keyframes predictions-module__Ev9OaW__pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.predictions-module__Ev9OaW__dateTime{color:var(--text-muted);font-size:.85rem}.predictions-module__Ev9OaW__score{letter-spacing:.1em;color:var(--text-pure);border-radius:var(--radius-sm);border:1px solid var(--border-soft);background:#ffffff08;padding:4px 14px;font-size:1.8rem;font-weight:800}.predictions-module__Ev9OaW__predictionForm{border-top:1px dashed var(--border-soft);flex-wrap:wrap;grid-column:1/-1;justify-content:space-between;align-items:center;gap:16px;margin-top:16px;padding-top:20px;display:flex}.predictions-module__Ev9OaW__inputsContainer{align-items:center;gap:12px;display:flex}.predictions-module__Ev9OaW__predictionInput{text-align:center;border-radius:var(--radius-sm);background:var(--bg-input);border:1px solid var(--border-soft);width:50px;height:40px;color:var(--text-pure);outline:none;font-size:1.2rem;font-weight:700}.predictions-module__Ev9OaW__predictionInput:focus{border-color:var(--accent-cyan);box-shadow:0 0 8px #06b6d433}.predictions-module__Ev9OaW__predictionText{color:var(--text-muted);font-size:.9rem}.predictions-module__Ev9OaW__myPredictionTag{color:var(--accent-gold);border-radius:var(--radius-md);background:#f59e0b14;border:1px solid #f59e0b33;padding:6px 14px;font-size:.9rem;font-weight:600}@media (max-width:768px){.predictions-module__Ev9OaW__matchCard{text-align:center;grid-template-columns:1fr;gap:12px}.predictions-module__Ev9OaW__teamHome{text-align:center;flex-direction:column-reverse;justify-content:center}.predictions-module__Ev9OaW__teamAway{text-align:center;flex-direction:column;justify-content:center}.predictions-module__Ev9OaW__predictionForm{text-align:center;flex-direction:column;align-items:center}}.predictions-module__Ev9OaW__clientContainer{flex-direction:column;gap:24px;display:flex}.predictions-module__Ev9OaW__filtersWrapper{background:var(--bg-card);border:1px solid var(--border-soft);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;gap:16px;padding:20px;display:flex}.predictions-module__Ev9OaW__filtersRow{align-items:center;gap:16px;width:100%;display:flex}.predictions-module__Ev9OaW__searchContainer{flex:1;position:relative}.predictions-module__Ev9OaW__searchIcon{color:var(--text-muted);font-size:.95rem;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.predictions-module__Ev9OaW__searchInput{border-radius:var(--radius-sm);background:var(--bg-input);border:1px solid var(--border-soft);width:100%;height:42px;color:var(--text-pure);transition:var(--transition-smooth);outline:none;padding:8px 16px 8px 40px;font-size:.95rem}.predictions-module__Ev9OaW__searchInput:focus{border-color:var(--accent-cyan);box-shadow:0 0 10px #06b6d426}.predictions-module__Ev9OaW__filterMenuBtn{border-radius:var(--radius-sm);border:1px solid var(--border-soft);height:42px;color:var(--text-muted);cursor:pointer;transition:var(--transition-smooth);background:#ffffff08;align-items:center;gap:8px;padding:0 16px;font-size:.9rem;font-weight:500;display:flex}.predictions-module__Ev9OaW__filterMenuBtn:hover{color:var(--text-pure);background:#ffffff0f}.predictions-module__Ev9OaW__tabsContainer{border-top:1px solid #ffffff0a;flex-wrap:wrap;gap:8px;padding-top:16px;display:flex}.predictions-module__Ev9OaW__tabBtn{border-radius:var(--radius-full);border:1px solid var(--border-soft);color:var(--text-muted);cursor:pointer;transition:var(--transition-smooth);background:#ffffff05;padding:8px 18px;font-size:.85rem;font-weight:600}.predictions-module__Ev9OaW__tabBtn:hover{color:var(--accent-cyan);background:#74acdf14;border-color:#74acdf33}.predictions-module__Ev9OaW__tabBtnActive{background:linear-gradient(135deg, var(--accent-cyan), #3b82f6);box-shadow:0 0 12px #06b6d44d;color:var(--bg-space)!important;border-color:var(--accent-cyan)!important}.predictions-module__Ev9OaW__sectionSubtitleRow{align-items:center;gap:10px;margin-top:8px;margin-bottom:4px;display:flex}.predictions-module__Ev9OaW__sectionSubtitleIcon{font-size:1.1rem}.predictions-module__Ev9OaW__sectionSubtitle{color:var(--text-pure);letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:1rem;font-weight:700}.predictions-module__Ev9OaW__groupsWrapper{flex-direction:column;gap:20px;display:flex}.predictions-module__Ev9OaW__groupAccordion{border-radius:var(--radius-md);background:var(--bg-deep);border:1px solid var(--border-soft);overflow:hidden}.predictions-module__Ev9OaW__groupHeader{cursor:pointer;-webkit-user-select:none;user-select:none;transition:var(--transition-smooth);background:#4aacdf0f;border-bottom:1px solid #ffffff05;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.predictions-module__Ev9OaW__groupHeader:hover{background:#4aacdf1a}.predictions-module__Ev9OaW__groupBadgeCircle{background:linear-gradient(135deg, #1d4ed8, var(--accent-cyan));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;font-weight:800;display:flex}.predictions-module__Ev9OaW__groupTitleText{color:var(--text-pure);letter-spacing:.05em;font-size:1.05rem;font-weight:700}.predictions-module__Ev9OaW__positionsBtn{border-radius:var(--radius-sm);color:var(--accent-gold);cursor:pointer;letter-spacing:.05em;transition:var(--transition-smooth);background:#f3b43f1a;border:1px solid #f3b43f4d;padding:4px 10px;font-size:.7rem;font-weight:800}.predictions-module__Ev9OaW__positionsBtn:hover{background:var(--accent-gold);color:var(--bg-space);box-shadow:0 0 10px #f3b43f4d}.predictions-module__Ev9OaW__chevronIcon{color:var(--text-muted);transition:var(--transition-smooth);font-size:1rem}.predictions-module__Ev9OaW__matchesGrid{background:var(--bg-space);grid-template-columns:repeat(auto-fit,minmax(440px,1fr));gap:20px;padding:20px;display:grid}.predictions-module__Ev9OaW__sportsCardWrapper{width:100%}.predictions-module__Ev9OaW__sportsCard{background:var(--bg-card);border:1px solid var(--border-soft);border-radius:var(--radius-md);transition:var(--transition-smooth);flex-direction:column;gap:16px;padding:18px;display:flex;position:relative}.predictions-module__Ev9OaW__sportsCard:hover{border-color:#74acdf40;transform:translateY(-2px);box-shadow:0 8px 24px #07090e66}.predictions-module__Ev9OaW__cardHasPrediction{background:#609ad605!important;border-color:#609ad666!important}.predictions-module__Ev9OaW__cardHeader{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding-bottom:10px;display:flex}.predictions-module__Ev9OaW__cardMatchNumber{color:var(--text-muted);letter-spacing:.05em;font-size:.75rem;font-weight:700}.predictions-module__Ev9OaW__cardStatusBadge{border-radius:var(--radius-sm);letter-spacing:.05em;padding:3px 8px;font-size:.7rem;font-weight:800}.predictions-module__Ev9OaW__badgeUpcoming{color:var(--accent-cyan);background:#06b6d41a;border:1px solid #06b6d433}.predictions-module__Ev9OaW__badgeFinished{color:var(--text-muted);border:1px solid var(--border-soft);background:#ffffff0a}.predictions-module__Ev9OaW__badgeLive{color:var(--accent-crimson);background:#ef44441f;border:1px solid #ef44444d;animation:1.5s infinite predictions-module__Ev9OaW__pulse}.predictions-module__Ev9OaW__cardBody{grid-template-columns:1.2fr .8fr 1.2fr;align-items:center;gap:12px;display:grid}.predictions-module__Ev9OaW__teamColumn{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.predictions-module__Ev9OaW__flagContainer{background:#ffffff05;border:1px solid #ffffff14;border-radius:4px;justify-content:center;align-items:center;width:72px;height:48px;display:flex;overflow:hidden;box-shadow:0 4px 10px #0000004d}.predictions-module__Ev9OaW__flagImg{object-fit:cover;width:100%;height:100%}.predictions-module__Ev9OaW__sportsTeamName{color:var(--text-pure);font-size:.95rem;font-weight:700}.predictions-module__Ev9OaW__vsColumn{flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.predictions-module__Ev9OaW__vsBadge{color:var(--text-muted);border-radius:var(--radius-sm);border:1px solid var(--border-soft);background:#ffffff0d;padding:2px 8px;font-size:.75rem;font-weight:800}.predictions-module__Ev9OaW__vsGoles{justify-content:center;align-items:center;height:32px;display:flex}.predictions-module__Ev9OaW__realScoresText{color:var(--text-pure);letter-spacing:.05em;font-size:1.6rem;font-weight:800}.predictions-module__Ev9OaW__predScoresText{color:var(--accent-gold);border-radius:var(--radius-sm);background:#f3b43f0d;border:1px dashed #f3b43f33;padding:2px 10px;font-size:1.4rem;font-weight:800}.predictions-module__Ev9OaW__noScoresText{color:var(--text-dark);font-size:1.5rem;font-weight:500}.predictions-module__Ev9OaW__cardYourPredBadge{color:var(--accent-gold);text-transform:uppercase;font-size:.65rem;font-weight:700}.predictions-module__Ev9OaW__cardFooter{border-top:1px solid #ffffff0a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:12px;display:flex}.predictions-module__Ev9OaW__cardInfoCol{flex-direction:column;gap:4px;display:flex}.predictions-module__Ev9OaW__cardInfoItem{color:var(--text-muted);align-items:center;gap:6px;font-size:.75rem;display:flex}.predictions-module__Ev9OaW__cardInfoIcon{color:var(--accent-cyan);font-size:.8rem}.predictions-module__Ev9OaW__stadiumText{white-space:nowrap;text-overflow:ellipsis;max-width:220px;overflow:hidden}.predictions-module__Ev9OaW__cardActions{align-items:center;gap:8px;display:flex}.predictions-module__Ev9OaW__predSuccessBadge{color:var(--accent-emerald);border-radius:var(--radius-sm);background:#10b9811a;border:1px solid #10b9814d;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-flex}.predictions-module__Ev9OaW__predClosedBadge{border:1px solid var(--border-soft);color:var(--text-dark);border-radius:var(--radius-sm);background:#ffffff0d;padding:4px 10px;font-size:.75rem;font-weight:700}.predictions-module__Ev9OaW__actionBtn{border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition-smooth);padding:6px 14px;font-size:.8rem;font-weight:700}.predictions-module__Ev9OaW__actionBtnPredict{background:linear-gradient(135deg, var(--accent-cyan), #0284c7);border:1px solid var(--accent-cyan);color:var(--bg-space)}.predictions-module__Ev9OaW__actionBtnPredict:hover{filter:brightness(1.1);box-shadow:0 0 12px #06b6d44d}.predictions-module__Ev9OaW__actionBtnEdit{border:1px solid var(--border-soft);color:var(--text-pure);background:#74acdf14}.predictions-module__Ev9OaW__actionBtnEdit:hover{background:#ffffff1a}.predictions-module__Ev9OaW__actionBtnActive{background:var(--text-pure)!important;color:var(--bg-space)!important;border-color:var(--text-pure)!important}.predictions-module__Ev9OaW__expandableFormContainer{border-top:1px dashed var(--border-soft);width:100%;margin-top:8px;padding-top:16px}@media (max-width:992px){.predictions-module__Ev9OaW__matchesGrid{grid-template-columns:1fr}}@media (max-width:480px){.predictions-module__Ev9OaW__cardBody{grid-template-columns:1fr;gap:16px}.predictions-module__Ev9OaW__vsColumn{order:-1}.predictions-module__Ev9OaW__cardFooter{flex-direction:column;align-items:flex-start}.predictions-module__Ev9OaW__cardActions{justify-content:flex-end;width:100%}}.predictions-module__Ev9OaW__oddsContainer{border:1px solid var(--border-soft);border-radius:var(--radius-sm);background:#ffffff05;grid-column:1/-1;grid-template-columns:1.7fr .9fr .9fr;gap:10px;margin-top:4px;padding:10px;display:grid}.predictions-module__Ev9OaW__oddsSection{flex-direction:column;gap:6px;display:flex}.predictions-module__Ev9OaW__oddsSection:not(:last-child){border-right:1px solid #ffffff14;padding-right:10px}.predictions-module__Ev9OaW__oddsLabel{text-transform:uppercase;color:var(--text-muted);text-align:center;letter-spacing:.05em;border-bottom:1px solid #ffffff0a;margin-bottom:2px;padding-bottom:4px;font-size:.65rem;font-weight:700}.predictions-module__Ev9OaW__oddsBoxRow{justify-content:center;gap:6px;height:100%;display:flex}.predictions-module__Ev9OaW__oddBox{border:1px solid var(--border-soft);transition:var(--transition-smooth);cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff0a;border-radius:4px;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:38px;padding:5px 3px;font-size:.7rem;display:flex}.predictions-module__Ev9OaW__oddBox:hover{background:#4aacdf14;border-color:#4aacdf4d}.predictions-module__Ev9OaW__oddName{color:var(--text-muted);text-transform:uppercase;letter-spacing:-.01em;margin-bottom:2px;font-size:.58rem;font-weight:700}.predictions-module__Ev9OaW__oddVal{color:var(--accent-gold);letter-spacing:-.01em;font-family:monospace;font-size:.72rem;font-weight:800}.predictions-module__Ev9OaW__oddBoxSelected{border-color:var(--accent-gold)!important;box-shadow:none!important;background:#cca0531f!important}.predictions-module__Ev9OaW__oddBoxSelected .predictions-module__Ev9OaW__oddName{color:var(--accent-gold)!important}.predictions-module__Ev9OaW__oddBoxSelected .predictions-module__Ev9OaW__oddVal{font-weight:800;color:var(--accent-gold)!important}@media (max-width:576px){.predictions-module__Ev9OaW__oddsContainer{grid-template-columns:1fr;gap:10px}.predictions-module__Ev9OaW__oddsSection:not(:last-child){border-bottom:1px solid #ffffff0f;border-right:none;padding-bottom:10px;padding-right:0}}.predictions-module__Ev9OaW__predWonPointsBadge{color:var(--accent-gold);border-radius:var(--radius-sm);background:#f3b43f1f;border:1px solid #f3b43f59;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-flex;box-shadow:0 0 10px #f3b43f26}.predictions-module__Ev9OaW__predLostPointsBadge{border:1px solid var(--border-soft);color:var(--text-muted);border-radius:var(--radius-sm);background:#ffffff0a;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-flex}
