.games-module__bbXEOW__gameCard,.games-module__bbXEOW__betButton,.games-module__bbXEOW__expandIcon{-webkit-tap-highlight-color:transparent!important;box-shadow:none!important;outline:none!important}.games-module__bbXEOW__gameCard:focus,.games-module__bbXEOW__gameCard:active,.games-module__bbXEOW__betButton:focus,.games-module__bbXEOW__betButton:active{box-shadow:none!important;outline:none!important}.games-module__bbXEOW__container{--primary-green:#029356;--primary-dark:#03312e;--accent-blue:#3b82f6;--background-dark:#0f0f0f;--card-background:#1a1a1a;--text-primary:#fff;--text-secondary:#a0a0a0;--text-muted:#666;--border-color:#333;--hover-background:#2a2a2a;--success-green:#10b981;max-width:800px;margin:0 auto;padding:1rem}.games-module__bbXEOW__dateHeader{color:var(--text-secondary);border-left:3px solid var(--primary-green);margin:2rem 0 1rem;padding-left:.5rem;font-size:1.1rem;font-weight:600}.games-module__bbXEOW__gameCard{background:var(--card-background);border:1px solid var(--border-color);cursor:pointer;border-radius:16px;margin-bottom:1rem;transition:all .3s;overflow:hidden}.games-module__bbXEOW__gameCard:hover{border-color:var(--primary-green);box-shadow:0 8px 32px rgba(2,147,86,.1)}.games-module__bbXEOW__gameCard.games-module__bbXEOW__expanded{border-color:var(--primary-green);box-shadow:0 12px 40px rgba(2,147,86,.2)}.games-module__bbXEOW__gameHeader{justify-content:space-between;align-items:center;padding:1.2rem;display:flex}.games-module__bbXEOW__gameTime{color:var(--text-muted);font-size:.85rem;font-weight:500}.games-module__bbXEOW__matchup{flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}.games-module__bbXEOW__team{color:var(--text-primary);text-align:center;min-width:80px;font-size:.9rem;font-weight:600;line-height:1.3}.games-module__bbXEOW__vs{color:var(--text-secondary);font-size:.9rem;font-weight:400}.games-module__bbXEOW__expandIcon{background:var(--primary-green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;transition:transform .3s;display:flex}.games-module__bbXEOW__gameCard.games-module__bbXEOW__expanded .games-module__bbXEOW__expandIcon{background:var(--accent-blue);transform:rotate(180deg)}.games-module__bbXEOW__bettingContent{background:var(--background-dark);border-top:1px solid var(--border-color);max-height:0;transition:max-height .4s;overflow:hidden}.games-module__bbXEOW__gameCard.games-module__bbXEOW__expanded .games-module__bbXEOW__bettingContent{max-height:1200px}.games-module__bbXEOW__bettingInner{padding:1.5rem}.games-module__bbXEOW__sectionTitle{text-align:center;background:linear-gradient(90deg,var(--primary-green)0%,var(--accent-blue)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:700}.games-module__bbXEOW__betCard{background:var(--card-background);border:1px solid var(--border-color);border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem;display:flex}.games-module__bbXEOW__betInfo h3{color:var(--text-primary);margin:0 0 .3rem;font-size:1rem;font-weight:600}.games-module__bbXEOW__betInfo small{color:var(--text-secondary);font-size:.85rem}.games-module__bbXEOW__btnGroup{flex-direction:column;align-items:center;gap:.5rem;min-width:120px;display:flex}.games-module__bbXEOW__betButtons{flex-direction:column;gap:.5rem;min-width:100px;display:flex}.games-module__bbXEOW__betButton{border:2px solid var(--border-color);background:var(--card-background);width:100%;color:var(--text-primary);cursor:pointer;text-align:center;border-radius:8px;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s}.games-module__bbXEOW__betButton:hover{border-color:var(--primary-green);background:var(--hover-background);transform:translateY(-1px)}.games-module__bbXEOW__betButton.games-module__bbXEOW__selected{background:var(--accent-blue);border-color:var(--accent-blue);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.games-module__bbXEOW__betButton.games-module__bbXEOW__disabled:hover{border-color:var(--border-color);background:#333;transform:none}.games-module__bbXEOW__choiceDisplay{color:var(--accent-blue);text-align:center;min-height:1.2rem;margin-top:.3rem;font-size:.85rem;font-weight:600}.games-module__bbXEOW__deadlineWarning{text-align:center;background:rgba(220,38,38,.15);border:1px solid #dc2626;border-radius:8px;margin-bottom:2rem;padding:1rem}.games-module__bbXEOW__deadlineWarning.games-module__bbXEOW__urgent{background:rgba(245,158,11,.15);border-color:#f59e0b}.games-module__bbXEOW__deadlineWarning p{color:#f87171;margin:0;font-weight:600}.games-module__bbXEOW__deadlineWarning.games-module__bbXEOW__urgent p{color:#fbbf24}.games-module__bbXEOW__authWarning{text-align:center;background:rgba(59,130,246,.1);border:1px solid #3b82f6;border-radius:8px;margin-bottom:2rem;padding:1rem}.games-module__bbXEOW__authWarning p{color:#60a5fa;margin:0;font-weight:600}.games-module__bbXEOW__authWarning a{color:#3b82f6;text-decoration:underline}.games-module__bbXEOW__authWarning a:hover{color:#60a5fa}.games-module__bbXEOW__existingPicksWarning{text-align:center;background:rgba(245,158,11,.1);border:1px solid #f59e0b;border-radius:8px;margin-bottom:2rem;padding:1rem}.games-module__bbXEOW__existingPicksWarning p{color:#fbbf24;margin:0;font-weight:600}.games-module__bbXEOW__pickSummarySection{background:var(--card-background);border:1px solid var(--border-color);border-radius:16px;margin-top:2rem;margin-bottom:2rem;padding:1.5rem}.games-module__bbXEOW__pickSummarySection h3{color:var(--text-primary);text-align:center;background:linear-gradient(90deg,var(--primary-green)0%,var(--accent-blue)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1.5rem;font-size:1.2rem;font-weight:700}.games-module__bbXEOW__picksList,.games-module__bbXEOW__gameGroup{margin-bottom:1.5rem}.games-module__bbXEOW__gameGroup:last-child{margin-bottom:0}.games-module__bbXEOW__gameGroupHeader{background:var(--hover-background);border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:.8rem;padding:.8rem 1rem;display:flex}.games-module__bbXEOW__gameTitle{color:var(--text-primary);font-size:.9rem;font-weight:600}.games-module__bbXEOW__pickCount{color:var(--text-secondary);font-size:.8rem;font-weight:500}.games-module__bbXEOW__gamePicksList{flex-direction:column;gap:.5rem;display:flex}.games-module__bbXEOW__pickItem{background:var(--background-dark);border:1px solid var(--border-color);border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.8rem;display:flex}.games-module__bbXEOW__pickItem:last-child{margin-bottom:0}.games-module__bbXEOW__pickDetails{flex-direction:column;flex:1;gap:.2rem;display:flex}.games-module__bbXEOW__playerTitle{color:var(--text-secondary);font-size:.8rem;font-weight:500}.games-module__bbXEOW__choiceTitle{color:var(--success-green);font-size:.85rem;font-weight:700}.games-module__bbXEOW__removePick{color:#dc2626;cursor:pointer;-webkit-tap-highlight-color:transparent;background:rgba(220,38,38,.1);border:1px solid rgba(220,38,38,.3);border-radius:6px;justify-content:center;align-items:center;min-width:28px;height:28px;padding:.4rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.games-module__bbXEOW__removePick:hover{color:#f87171;background:rgba(220,38,38,.2);border-color:rgba(220,38,38,.5)}.games-module__bbXEOW__submitButton{background:linear-gradient(135deg,var(--primary-green)0%,var(--success-green)100%);color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;-webkit-tap-highlight-color:transparent;border:none;border-radius:12px;width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:all .2s}.games-module__bbXEOW__submitButton:hover{transform:translateY(-1px);box-shadow:0 8px 25px rgba(16,185,129,.3)}.games-module__bbXEOW__submitButton:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.games-module__bbXEOW__submitButton.games-module__bbXEOW__noChanges{background:var(--hover-background);color:var(--text-secondary);border:1px solid var(--border-color);cursor:not-allowed}.games-module__bbXEOW__submitButton.games-module__bbXEOW__noChanges:hover{box-shadow:none;transform:none}.games-module__bbXEOW__deadlineMessage{text-align:center;color:#f87171;background:rgba(220,38,38,.1);border:1px solid rgba(220,38,38,.3);border-radius:8px;padding:1rem;font-weight:600}.games-module__bbXEOW__deadlineMessage p{margin:0}.games-module__bbXEOW__betButton:disabled{opacity:.4;cursor:not-allowed;background:var(--hover-background);border-color:var(--border-color)}.games-module__bbXEOW__betButton:disabled:hover{background:var(--hover-background);border-color:var(--border-color);transform:none}.games-module__bbXEOW__overallStatus{background:var(--card-background);text-align:center;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.games-module__bbXEOW__overallStatus h2{color:var(--primary-green);margin-bottom:1rem;font-size:1.4rem}.games-module__bbXEOW__gameStatusGrid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem;margin-bottom:1rem;display:grid}.games-module__bbXEOW__gameStatus{background:var(--hover-background);border-radius:6px;flex-direction:column;gap:.25rem;padding:.5rem;font-size:.85rem;display:flex}.games-module__bbXEOW__gameStatus.games-module__bbXEOW__complete{color:var(--primary-green);background:rgba(76,175,80,.2);border:1px solid rgba(76,175,80,.4)}.games-module__bbXEOW__allCompleteMessage{color:var(--primary-green);background:rgba(76,175,80,.1);border:1px solid rgba(76,175,80,.3);border-radius:8px;padding:1rem;font-weight:600}.games-module__bbXEOW__gamePickStatus{background:var(--hover-background);border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem;display:flex}.games-module__bbXEOW__gamePickStatus h4{color:var(--text-primary);margin:0;font-size:1rem}.games-module__bbXEOW__pickProgress{align-items:center;gap:.5rem;display:flex}.games-module__bbXEOW__progressIndicator{background:var(--accent-blue);color:#fff;border-radius:12px;padding:.25rem .75rem;font-size:.85rem;font-weight:600}.games-module__bbXEOW__progressIndicator.games-module__bbXEOW__complete{background:var(--primary-green)}.games-module__bbXEOW__checkmark{font-size:1.2rem}.games-module__bbXEOW__betCard.games-module__bbXEOW__selectedCard{border:2px solid var(--primary-green);background:rgba(76,175,80,.1)}.games-module__bbXEOW__selectedBadge{background:var(--primary-green);color:#fff;border-radius:4px;margin-left:.5rem;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.games-module__bbXEOW__betButton.games-module__bbXEOW__disabled{opacity:.4;cursor:not-allowed;background:#333}.games-module__bbXEOW__betButton.games-module__bbXEOW__disabled:hover{background:#333;transform:none}.games-module__bbXEOW__removePickButton{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:4px;margin-left:.5rem;padding:.25rem .5rem;font-size:.8rem;transition:all .2s}.games-module__bbXEOW__removePickButton:hover{background:#c82333}.games-module__bbXEOW__loading{text-align:center;padding:3rem 1rem}.games-module__bbXEOW__spinner{border:3px solid #333;border-top-color:#029356;border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:1s linear infinite games-module__bbXEOW__spin}@keyframes games-module__bbXEOW__spin{to{transform:rotate(360deg)}}.games-module__bbXEOW__loading p{color:#a0a0a0;font-weight:600}@media screen and (max-width:768px){.games-module__bbXEOW__pickSummarySection{margin:1rem 0 2rem;padding:1rem}.games-module__bbXEOW__gameGroupHeader{margin-bottom:.6rem;padding:.6rem .8rem}.games-module__bbXEOW__pickItem{margin-bottom:.4rem;padding:.6rem}.games-module__bbXEOW__gameTitle{font-size:.85rem}.games-module__bbXEOW__playerTitle{font-size:.75rem}.games-module__bbXEOW__choiceTitle{font-size:.8rem}.games-module__bbXEOW__removePick{min-width:24px;height:24px;font-size:.8rem}}@media screen and (max-width:430px){.games-module__bbXEOW__pickSummarySection{margin:1rem 0 2rem;padding:.8rem}.games-module__bbXEOW__pickSummarySection h3{margin-bottom:1rem;font-size:1.1rem}.games-module__bbXEOW__gameGroup{margin-bottom:1rem}.games-module__bbXEOW__gameGroupHeader{margin-bottom:.5rem;padding:.5rem .6rem}.games-module__bbXEOW__pickItem{margin-bottom:.3rem;padding:.5rem}}.games-module__bbXEOW__deadlineInfo{text-align:center;background:rgba(59,130,246,.08);border:1px solid rgba(59,130,246,.2);border-radius:12px;margin-bottom:1.5rem;padding:1rem 1.5rem}.games-module__bbXEOW__deadlineInfo p{color:#93c5fd;margin:0;font-size:.9rem;font-weight:500;line-height:1.4}.games-module__bbXEOW__deadlineInfo .games-module__bbXEOW__deadlineTime{color:#60a5fa;font-weight:600}
