body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.game-card.pick-correct{border-left:4px solid #4caf50}.game-card.pick-incorrect{border-left:4px solid #f44336}.game-time-status{align-items:flex-end;display:flex;flex-direction:column;gap:4px}.game-status-badge{border-radius:12px;font-size:12px;font-weight:600;padding:4px 8px;text-transform:uppercase}.game-status-badge.open{background-color:#e8f5e8;color:#2e7d32}.game-status-badge.closing{background-color:#e3f2fd;color:#1976d2}.game-status-badge.warning{background-color:#fff3e0;color:#f57c00}.game-status-badge.critical{animation:pulse 2s infinite}.game-status-badge.critical,.game-status-badge.locked,.game-status-badge.started{background-color:#ffebee;color:#d32f2f}.game-status-badge.final{background-color:#e8f5e8;color:#2e7d32}.bet-option.disabled.locked{background-color:#f5f5f5;color:#999;cursor:not-allowed;opacity:.6}.bet-option.disabled.locked:hover{background-color:#f5f5f5;transform:none}.bet-option.selected.locked{background-color:#c8e6c9;border-color:#4caf50}.locked-message{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:4px;color:#856404;font-size:14px;margin:8px 0;padding:8px;text-align:center}.existing-pick.locked-pick{background-color:#e8f5e8;border-color:#4caf50;font-weight:600}.score{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;color:#333;display:inline-block;font-size:18px;margin-top:4px;padding:2px 8px}.pick-result{font-weight:700;margin-left:8px}.pick-result.correct{color:#2e7d32}.pick-result.incorrect{color:#d32f2f}.urgent-warning{animation:urgentPulse 1.5s infinite;background-color:#ffebee;border:2px solid #f44336;border-radius:6px;color:#d32f2f;font-size:14px;font-weight:700;margin:8px 0;padding:8px;text-align:center}@keyframes urgentPulse{0%{background-color:#ffebee;border-color:#f44336}50%{background-color:#fce4ec;border-color:#ff1744}to{background-color:#ffebee;border-color:#f44336}}.countdown-timer{background-color:#fff3e0;border:1px solid #ffb74d;border-radius:6px;margin:12px 0;padding:8px}.timer-bar{background-color:#e0e0e0;border-radius:4px;height:8px;margin-bottom:6px;overflow:hidden;width:100%}.timer-fill{background-color:#ff9800;border-radius:4px;height:100%;transition:width 1s ease-in-out}.timer-text{color:#e65100;display:block;font-size:13px;font-weight:600;text-align:center}.game-card.locked .betting-section{background-color:#0000000d;border-radius:8px;margin-top:8px;padding:12px}.game-card.has-pick .existing-pick{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;margin-top:12px;padding:10px}.game-card.has-pick.locked .existing-pick{background-color:#d4edda;border-color:#c3e6cb;color:#155724}@media (max-width:768px){.game-status-badge{font-size:11px;padding:3px 6px}.countdown-timer,.urgent-warning{font-size:13px;padding:6px}.timer-text{font-size:12px}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.loading{align-items:center;color:#666;display:flex;font-size:1.1rem;height:200px;justify-content:center}.error{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#dc3545;margin:10px 0;padding:10px}.form-help{color:#666;display:block;font-size:.875rem;line-height:1.4;margin-top:4px}.user-info{align-items:center;display:flex;gap:1rem;margin-left:auto}.user-greeting{color:#ffffffe6;font-size:.9rem}.unauthorized{color:#666;padding:4rem 2rem;text-align:center}.unauthorized h2{color:#dc3545;margin-bottom:1rem}.app{display:flex;flex-direction:column;min-height:100vh}.app-header{align-items:center;background:linear-gradient(135deg,#1e3c72,#2a5298);box-shadow:0 2px 4px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:1rem 2rem}.app-header h1{font-size:1.8rem;font-weight:700}.nav{align-items:center;display:flex;gap:1rem}.nav button{background:#ffffff1a;border:1px solid #fff3;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:all .2s}.nav button:hover{background:#fff3}.nav button.active{background:#ffffff4d;border-color:#fff6}.signout-btn{background:#dc3545cc!important;border-color:#dc3545!important}.signout-btn:hover{background:#dc3545!important}.main-content{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}.auth-app{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh}.auth-container{margin:0 auto;max-width:400px;width:100%}.auth-card{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;padding:2rem}.auth-card h2{color:#333;font-weight:600;margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1rem}.form-group label{color:#555;display:block;font-weight:500;margin-bottom:.5rem}.form-group input{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea33;outline:none}.auth-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin:1rem 0;padding:.75rem;transition:opacity .2s;width:100%}.auth-button:hover:not(:disabled){opacity:.9}.auth-button:disabled{cursor:not-allowed;opacity:.6}.link-button{background:none;border:none;color:#667eea;cursor:pointer;font-size:inherit;text-decoration:underline}.error-message{background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;font-size:.9rem;margin-bottom:1rem;padding:.75rem}.games-section .week-header{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.games-section h2{color:#333;font-size:1.8rem;margin:0}.week-selector{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.week-button{background:#fff;border:2px solid #ddd;border-radius:6px;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .2s}.week-button:hover{background:#f0f2ff;border-color:#667eea}.week-button.active{background:#667eea;border-color:#667eea;color:#fff}.games-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.game-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;transition:box-shadow .2s}.game-card:hover{box-shadow:0 4px 12px #00000026}.game-card.game-started{border-left:4px solid #ffc107;opacity:.8}.game-card.game-final{border-left:4px solid #28a745}.game-header{margin-bottom:1.5rem}.teams{justify-content:space-between;margin-bottom:.5rem}.away-team,.home-team,.teams{align-items:center;display:flex}.away-team,.home-team{flex-direction:column;text-align:center}.team-name{font-size:1rem;font-weight:600;margin-bottom:.25rem}.score{color:#28a745;font-size:1.5rem;font-weight:700}.vs{color:#666;font-size:1.2rem;font-weight:500}.game-time{color:#666;font-size:.9rem;text-align:center}.betting-section{background:#f8f9fa;border-radius:4px;margin-bottom:1rem;padding:1rem}.betting-section h4{color:#333;font-size:1rem;margin-bottom:.75rem}.betting-options{display:flex;gap:.5rem}.bet-option{background:#fff;border:2px solid #ddd;border-radius:4px;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:500;padding:.75rem;transition:all .2s}.bet-option:hover:not(.disabled){background:#f0f2ff;border-color:#667eea}.bet-option.selected{background:#d4edda;border-color:#28a745;color:#155724}.bet-option.pending{animation:pulse 2s infinite;background:#fff3cd;border-color:#ffc107;color:#856404}.bet-option.disabled{background:#f5f5f5;cursor:not-allowed;opacity:.5}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.confidence-section{align-items:center;background:#e9f4ff;border-radius:4px;display:flex;gap:.5rem;margin-top:1rem;padding:.75rem}.confidence-section label{color:#06c;font-weight:500;margin:0}.confidence-section input{border:1px solid #ccc;border-radius:4px;padding:.25rem;width:60px}.existing-pick{border-radius:4px;font-weight:500;margin-top:1rem;padding:.75rem;text-align:center}.existing-pick.saved-pick{background:#e8f5e8;border:1px solid #c3e6c3;color:#2d6a2d}.existing-pick.pending-pick{animation:pulse 2s infinite;background:#fff3cd;border:1px solid #ffc107;color:#856404}.game-status{background:#fff3cd;border-radius:4px;color:#856404;font-weight:600;margin-top:1rem;padding:.5rem;text-align:center}.game-status.final{background:#d4edda;color:#155724}.no-games{color:#666;font-size:1.1rem;margin-top:2rem;text-align:center}.leaderboard{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem}.leaderboard-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.leaderboard-header h2{color:#333;font-size:1.8rem;margin:0}.view-toggle{display:flex;gap:.5rem}.view-toggle button{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:.5rem 1rem;transition:all .2s}.view-toggle button.active{background:#667eea;border-color:#667eea;color:#fff}.standings-table{width:100%}.table-header,.table-row{grid-gap:1rem;align-items:center;border-bottom:1px solid #eee;display:grid;gap:1rem;grid-template-columns:80px 1fr 100px 80px;padding:1rem}.table-header{border-top-left-radius:4px;border-top-right-radius:4px;color:#555;font-weight:600}.table-header,.table-row:hover{background:#f8f9fa}.rank{align-items:center;display:flex;font-weight:600;gap:.5rem}.medal{font-size:1.2rem}.player{display:flex;flex-direction:column}.display-name{color:#333;font-weight:600}.username{color:#666;font-size:.8rem}.percentage,.record{font-weight:500;text-align:center}.no-data{color:#666;font-style:italic;padding:2rem;text-align:center}@media (max-width:768px){.app-header{flex-direction:column;gap:1rem;padding:1rem}.nav{justify-content:center;width:100%}.main-content{padding:1rem}.games-grid{grid-template-columns:1fr}.game-card{padding:1rem}.betting-options{flex-direction:column}.table-header,.table-row{font-size:.9rem;gap:.5rem;grid-template-columns:60px 1fr 80px 60px;padding:.75rem .5rem}.leaderboard-header{flex-direction:column;text-align:center}.auth-container{margin:1rem}.auth-card{padding:1.5rem}}.floating-submit{background:#fff;border:2px solid #ffc107;border-radius:12px;bottom:20px;box-shadow:0 4px 20px #00000026;min-width:220px;padding:1rem;position:fixed;right:20px;z-index:1000}.submit-info{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem;text-align:center}.pending-count{color:#856404;font-size:.9rem;font-weight:600}.ready-indicator{color:#28a745;font-size:.85rem;font-weight:500}.submit-all-button{background:linear-gradient(135deg,#ffc107,#ff8f00);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1rem;text-shadow:0 1px 2px #0000001a;transition:all .2s;width:100%}.submit-all-button:hover:not(:disabled){box-shadow:0 4px 12px #ffc1074d;transform:translateY(-1px)}.submit-all-button:disabled{cursor:not-allowed;opacity:.7;transform:none}@media (max-width:768px){.floating-submit{bottom:10px;left:10px;min-width:auto;right:10px}.games-section{padding-bottom:120px}}
/*# sourceMappingURL=main.983a196f.css.map*/