._dotsBalance_1n7w8_1 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 20px;
  background: rgba(76, 175, 80, 0.1);
  border: 1px solid rgba(76, 175, 80, 0.25);
  color: #4caf50;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s;
}
._dotsBalance_1n7w8_1 svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

a._dotsBalance_1n7w8_1 {
  cursor: pointer;
}
a._dotsBalance_1n7w8_1:hover {
  background: rgba(76, 175, 80, 0.18);
}

._infoIcon_1n7w8_29 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 2px;
  opacity: 0.8;
  transition: opacity 0.2s, transform 0.2s;
}
._infoIcon_1n7w8_29:hover {
  opacity: 1;
  transform: scale(1.1);
}

._gameList_1n7w8_43 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}

._gameCard_1n7w8_49 {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--cardBg, #fff);
  padding: var(--spacing-md);
  transition: box-shadow 0.2s;
}

._gameHeader_1n7w8_59 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-lg);
  font-size: 12px;
  color: var(--secondaryText);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

._headerLeft_1n7w8_73 {
  flex: 1 1 25%;
}

._headerCenter_1n7w8_77 {
  flex: 1 1 40%;
  text-align: center;
  color: var(--mainText);
}

._headerRight_1n7w8_83 {
  flex: 1 1 25%;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 600px) {
  ._headerLeft_1n7w8_73 {
    flex: 1 1 100%;
    text-align: center;
    order: 2;
  }
  ._headerCenter_1n7w8_77 {
    flex: 1 1 100%;
    text-align: center;
    order: 1;
    font-size: 14px;
    font-weight: 700;
  }
  ._headerRight_1n7w8_83 {
    flex: 1 1 100%;
    justify-content: center;
    order: 3;
  }
}
._finalBadge_1n7w8_108 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 12px;
  background: var(--bg);
  font-size: 12px;
  font-weight: 500;
  color: var(--mainText);
  letter-spacing: 0.5px;
}

._lockBadge_1n7w8_121 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #f59e0b;
  font-size: 12px;
  font-weight: 600;
}
._lockBadge_1n7w8_121 svg {
  width: 14px;
  height: 14px;
}

._countdown_1n7w8_134 {
  color: #f44336;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  font-variant-numeric: tabular-nums;
}

._completedDivider_1n7w8_142 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: var(--spacing-sm) 0;
  margin-top: var(--spacing-sm);
}
._completedDivider_1n7w8_142::before, ._completedDivider_1n7w8_142::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--border);
}
._completedDivider_1n7w8_142 span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--secondaryText);
  white-space: nowrap;
}

._teamsContainer_1n7w8_164 {
  display: flex;
  align-items: center;
}

._team_1n7w8_164 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 16px 8px;
  border-radius: 10px;
  transition: all 0.15s ease;
}
._team_1n7w8_164:active:not(._disabled_1n7w8_180) {
  transform: scale(0.97);
}
._team_1n7w8_164._disabled_1n7w8_180 {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
._team_1n7w8_164._selected_1n7w8_188 {
  background: var(--team-bg-color, rgba(0, 0, 0, 0.04));
}

._teamCircle_1n7w8_192 {
  position: relative;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

._teamInitial_1n7w8_199 {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--team-text-color, #fff);
  background: var(--team-color, #ef4444);
  flex-shrink: 0;
  transition: background 0.2s, box-shadow 0.2s;
}
._won_1n7w8_213 ._teamInitial_1n7w8_199 {
  background: #4caf50;
}
._selected_1n7w8_188:not(._won_1n7w8_213):not(._lost_1n7w8_216) ._teamInitial_1n7w8_199 {
  background: #a78bfa;
}

._pickBadge_1n7w8_220 {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--cardBg, #fff);
}
._pickBadge_1n7w8_220 svg {
  width: 12px;
  height: 12px;
  color: #fff;
}
._pickBadge_1n7w8_220._pickBadgeWon_1n7w8_237 {
  background: #4caf50;
}
._pickBadge_1n7w8_220._pickBadgeLost_1n7w8_240 {
  background: #f44336;
}
._pickBadge_1n7w8_220._pickBadgePending_1n7w8_243 {
  background: #4caf50;
}

._teamName_1n7w8_247 {
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  color: var(--mainText);
  line-height: 1.3;
  word-break: break-word;
}
@media (min-width: 480px) {
  ._teamName_1n7w8_247 {
    font-size: 14px;
  }
}

._vsBlock_1n7w8_261 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  min-width: 60px;
}

._vs_1n7w8_261 {
  font-weight: 800;
  color: var(--secondaryText);
  font-size: 13px;
  user-select: none;
}

._winnerScore_1n7w8_277 {
  color: #4caf50;
}

._oddsBar_1n7w8_281 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: var(--spacing-sm);
  margin-bottom: 4px;
}
._oddsBar_1n7w8_281._oddsBarEmpty_1n7w8_288 ._oddsTrack_1n7w8_288 {
  background: var(--info);
}

._oddsPct_1n7w8_292 {
  font-size: 12px;
  font-weight: 600;
  color: var(--secondaryText);
  transition: color 0.2s;
  min-width: 32px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
._oddsPct_1n7w8_292._oddsHigher_1n7w8_301 {
  color: var(--mainText);
  font-weight: 700;
}

._oddsLabel_1n7w8_306 {
  flex: 1;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--secondaryText);
}

._oddsTrack_1n7w8_288 {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #ef4444;
  overflow: hidden;
  margin-top: 4px;
  transition: background 0.3s ease;
}

._oddsFill_1n7w8_326 {
  height: 100%;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #a78bfa;
  transition: width 0.3s ease;
}

._leaderboard_1n7w8_335 {
  display: flex;
  flex-direction: column;
  gap: 0;
}

._leaderboardHeader_1n7w8_341 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--spacing-md) var(--spacing-sm);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--secondaryText);
}
._leaderboardHeader_1n7w8_341 svg {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 6px;
}

._leaderboardList_1n7w8_359 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}

._leaderboardItem_1n7w8_365 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacing-md);
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--cardBg, #fff);
  font-size: 14px;
}

._userInfo_1n7w8_376 {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

._userRank_1n7w8_383 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.06);
  color: var(--mainText);
  flex-shrink: 0;
}
._userRank_1n7w8_383._rank1_1n7w8_396 {
  background: #ffd700;
  color: #fff;
}
._userRank_1n7w8_383._rank2_1n7w8_400 {
  background: #4caf50;
  color: #fff;
}
._userRank_1n7w8_383._rank3_1n7w8_404 {
  background: #f48fb1;
  color: #fff;
}

._userName_1n7w8_409 {
  font-weight: 500;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--mainText);
}

._stats_1n7w8_418 {
  text-align: right;
  flex-shrink: 0;
}

._winRate_1n7w8_423 {
  font-weight: 700;
  font-size: 20px;
  color: var(--mainText);
}

._scoreHeader_1n7w8_429 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: help;
}
._scoreHeader_1n7w8_429 svg {
  opacity: 0.5;
  transition: opacity 0.2s;
}
._scoreHeader_1n7w8_429:hover svg {
  opacity: 1;
}

._score_1n7w8_429 {
  font-weight: 700;
  font-size: 18px;
  color: var(--mainText);
  white-space: nowrap;
}

._ratio_1n7w8_450 {
  font-size: 13px;
  color: var(--secondaryText);
}

._emptyLeaderboard_1n7w8_455 {
  padding: var(--spacing-lg);
  text-align: center;
  color: var(--secondaryText);
  font-size: 14px;
}

._noDotsContent_1n7w8_462 {
  text-align: center;
  padding: var(--spacing-md) 0;
}
._noDotsContent_1n7w8_462 h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 var(--spacing-sm);
  color: var(--mainText);
}
._noDotsContent_1n7w8_462 p {
  color: var(--secondaryText);
  font-size: 14px;
  margin: 0 0 var(--spacing-lg);
}

._actionsList_1n7w8_478 {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
._actionsList_1n7w8_478 li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
  color: var(--mainText);
}
._actionsList_1n7w8_478 li:last-child {
  border-bottom: none;
}

._actionReward_1n7w8_497 {
  font-weight: 700;
  color: #4caf50;
  white-space: nowrap;
}

._actionSpend_1n7w8_503 {
  font-weight: 700;
  color: #f44336;
  white-space: nowrap;
}

._pickemTabWrapper_1n7w8_509 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
  max-width: 640px;
  margin: 0 auto;
}

._pickemHeader_1n7w8_517 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: var(--spacing-lg);
  gap: var(--spacing-sm);
}

._pickemSection_1n7w8_526 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}

._sectionTitle_1n7w8_532 {
  font-size: 16px;
  font-weight: 700;
  color: var(--mainText);
  margin: 0 !important;
}

._notifySection_1n7w8_539 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: var(--spacing-md);
  padding: var(--spacing-xl) var(--spacing-md);
}
._notifySection_1n7w8_539 ._notifyIcon_1n7w8_548 {
  width: 48px;
  height: 48px;
  color: var(--secondaryText);
}
._notifySection_1n7w8_539 h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--mainText);
  margin: 0;
}
._notifySection_1n7w8_539 p {
  font-size: 14px;
  color: var(--secondaryText);
  margin: 0;
  max-width: 320px;
}

._pickemPage_1n7w8_566 {
  padding: var(--spacing-md);
}
@media (min-width: 768px) {
  ._pickemPage_1n7w8_566 {
    padding: var(--spacing-lg) var(--spacing-md);
  }
}

._pickemPageHeader_1n7w8_575 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--spacing-lg);
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}
._pickemPageHeader_1n7w8_575 h1 {
  font-size: 22px;
  font-weight: 800;
  margin: 0;
  color: var(--mainText);
}
@media (min-width: 480px) {
  ._pickemPageHeader_1n7w8_575 h1 {
    font-size: 26px;
  }
}

._eventGroupHeader_1n7w8_595 {
  font-size: 16px;
  font-weight: 800;
  color: var(--mainText);
  margin-bottom: var(--spacing-sm);
  padding-bottom: var(--spacing-xs);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._eventGroupHeader_1n7w8_595._accordionHeader_1n7w8_605 {
  cursor: pointer;
  user-select: none;
  padding: var(--spacing-sm) 0;
  margin-bottom: 0;
}
._eventGroupHeader_1n7w8_595._accordionHeader_1n7w8_605:hover {
  opacity: 0.8;
}

._accordionIcon_1n7w8_615 {
  font-size: 12px;
  color: var(--secondaryText);
  transition: transform 0.2s;
}

._accordionContent_1n7w8_621 {
  padding-top: var(--spacing-md);
  animation: _slideDown_1n7w8_1 0.2s ease-out;
}

._divisionGroup_1n7w8_626 {
  margin-bottom: var(--spacing-lg);
}

._divisionHeader_1n7w8_630 {
  font-size: 14px;
  font-weight: 700;
  color: var(--mainText);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: var(--spacing-sm);
  padding-bottom: var(--spacing-xs);
}

@keyframes _slideDown_1n7w8_1 {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
._divisionTabs_1n7w8_650 {
  margin-bottom: var(--spacing-lg);
  overflow-x: auto;
  white-space: nowrap;
  /* hide scrollbar */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
._divisionTabs_1n7w8_650::-webkit-scrollbar {
  display: none;
}

._upcomingEventsContainer_1n7w8_662 {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

._upcomingEventCard_1n7w8_670 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: var(--cardBg, #fff);
  border: 1px solid var(--border);
  border-radius: 12px;
  color: var(--mainText);
  transition: border-color 0.2s;
  gap: 16px;
}
._upcomingEventCard_1n7w8_670:hover {
  border-color: var(--mainText);
}
@media (max-width: 480px) {
  ._upcomingEventCard_1n7w8_670 {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
}

._upcomingEventLink_1n7w8_694 {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--mainText);
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}

._upcomingEventAction_1n7w8_704 {
  flex-shrink: 0;
}
@media (max-width: 480px) {
  ._upcomingEventAction_1n7w8_704 {
    width: 100%;
  }
  ._upcomingEventAction_1n7w8_704 button {
    width: 100%;
    justify-content: center;
  }
}

._notifyBtn_1n7w8_717 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
._notifyBtn_1n7w8_717 svg {
  width: 14px;
  height: 14px;
}

._upcomingEventName_1n7w8_728 {
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

._upcomingEventTime_1n7w8_738 {
  font-size: 13px;
  color: var(--secondaryText);
  margin-top: 4px;
}

._emptyState_1n7w8_744 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: var(--spacing-md);
  color: var(--secondaryText);
}
._emptyState_1n7w8_744 ._icon_1n7w8_753 {
  width: 48px;
  height: 48px;
  opacity: 0.4;
}
._emptyState_1n7w8_744 h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--mainText);
  margin: 0;
}
._emptyState_1n7w8_744 p {
  font-size: 14px;
  margin: 0;
}

._skeletonCard_1n7w8_769 {
  height: 140px;
  border-radius: 8px;
}

._skeletonLeaderboard_1n7w8_774 {
  height: 200px;
  border-radius: 8px;
}

._dashboard_1n7w8_779 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
}

._dashboardHeader_1n7w8_785 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._dashboardHeader_1n7w8_785 h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--mainText);
  margin: 0;
}

._dashboardContent_1n7w8_797 {
  display: flex;
  flex-direction: column;
}

._dashboardEmpty_1n7w8_802 {
  text-align: center;
  padding: var(--spacing-xl) var(--spacing-md);
  color: var(--secondaryText);
  font-size: 14px;
}

._statsGrid_1n7w8_809 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--spacing-sm);
}
@media (max-width: 560px) {
  ._statsGrid_1n7w8_809 {
    grid-template-columns: repeat(2, 1fr);
  }
}

._statCard_1n7w8_820 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: var(--spacing-md);
  border-radius: 12px;
  background: var(--cardBg, #fff);
  border: 1px solid var(--border);
}

._statCardSkeleton_1n7w8_831 {
  height: 80px;
  border-radius: 12px;
}

._statValue_1n7w8_836 {
  font-size: 22px;
  font-weight: 800;
  color: var(--mainText);
  line-height: 1;
}

._statLabel_1n7w8_843 {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--secondaryText);
}

._statHighlight_1n7w8_851._statGreen_1n7w8_851 ._statValue_1n7w8_836 {
  color: #4caf50;
}

._statHighlight_1n7w8_851._statOrange_1n7w8_855 ._statValue_1n7w8_836 {
  color: #f59e0b;
}

._statHighlight_1n7w8_851._statRed_1n7w8_859 ._statValue_1n7w8_836 {
  color: #f44336;
}

._statWins_1n7w8_863 ._statValue_1n7w8_836 {
  color: #4caf50;
}

._statStreak_1n7w8_867 ._statValue_1n7w8_836 {
  color: #f59e0b;
}

._picksList_1n7w8_871 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}

._pickRow_1n7w8_877 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--spacing-md);
  border-radius: 8px;
  background: var(--cardBg, #fff);
  border: 1px solid var(--border);
}

._pickRowSkeleton_1n7w8_887 {
  height: 52px;
  border-radius: 8px;
}

._pickTeamInfo_1n7w8_892 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

._pickTeamName_1n7w8_899 {
  font-size: 14px;
  font-weight: 600;
  color: var(--mainText);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._pickOpponent_1n7w8_908 {
  font-size: 12px;
  color: var(--secondaryText);
}

._pickMeta_1n7w8_913 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  flex-shrink: 0;
}

._pickStatusBadge_1n7w8_921 {
  font-size: 12px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 6px;
}

._pickWon_1n7w8_928 {
  color: #4caf50;
  background: rgba(76, 175, 80, 0.1);
}

._pickLost_1n7w8_933 {
  color: #f44336;
  background: rgba(244, 67, 54, 0.1);
}

._pickPending_1n7w8_938 {
  color: #f59e0b;
  background: rgba(245, 158, 11, 0.1);
}

._pickRefunded_1n7w8_943 {
  color: var(--secondaryText);
  background: rgba(128, 128, 128, 0.1);
}

._pickDate_1n7w8_948 {
  font-size: 11px;
  color: var(--secondaryText);
}

._transactionList_1n7w8_953 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}

._transactionRow_1n7w8_959 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--spacing-md);
  border-radius: 8px;
  background: var(--cardBg, #fff);
  border: 1px solid var(--border);
}

._transactionInfo_1n7w8_969 {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

._transactionType_1n7w8_975 {
  font-size: 14px;
  font-weight: 600;
  color: var(--mainText);
}

._transactionDate_1n7w8_981 {
  font-size: 11px;
  color: var(--secondaryText);
}

._transactionAmount_1n7w8_986 {
  font-size: 16px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

._amountPositive_1n7w8_992 {
  color: #4caf50;
}

._amountNegative_1n7w8_996 {
  color: #f44336;
}