body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.auth-container{align-items:center;background:linear-gradient(135deg,#3498db,#2980b9);display:flex;justify-content:center;min-height:100vh;padding:20px}.auth-box{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:400px;padding:40px;width:100%}.auth-box h2{color:#333;font-size:28px;margin:0 0 10px}.auth-subtitle{color:#666;margin:0 0 30px}.auth-form{gap:20px}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{color:#333;font-size:14px;font-weight:600}.form-group input{border:2px solid #e0e0e0;border-radius:8px;font-size:16px;padding:12px 16px;transition:border-color .3s}.form-group input:focus{border-color:#3498db;outline:none}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.auth-error{background:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;font-size:14px;padding:12px}.auth-button{background:linear-gradient(135deg,#3498db,#2980b9);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px;transition:transform .2s,box-shadow .2s}.auth-button:hover:not(:disabled){box-shadow:0 4px 12px #3498db66;transform:translateY(-2px)}.auth-button:disabled{cursor:not-allowed;opacity:.6}.auth-switch{color:#666;margin-top:20px;text-align:center}.switch-button{background:none;border:none;color:#3498db;cursor:pointer;font-weight:600;margin-left:4px;padding:0;text-decoration:underline}.switch-button:hover{color:#2980b9}.navbar{align-items:center;background:linear-gradient(135deg,#3498db,#2980b9);box-shadow:0 2px 8px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:1rem 2rem}.navbar-brand h1{font-size:24px;font-weight:700;margin:0}.navbar-menu{display:flex;gap:1rem}.nav-link{background:#fff3;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:10px 20px;transition:background .3s,transform .2s}.nav-link:hover{background:#ffffff4d;transform:translateY(-2px)}.nav-link.active{background:#fff;color:#3498db}.navbar-user{align-items:center;display:flex;gap:1rem}.username{font-size:16px;font-weight:600}.predictions-count{background:#fff3;border-radius:20px;font-size:14px;padding:6px 12px}.logout-button{background:#fff3;border:2px solid #fff;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:8px 16px;transition:background .3s,color .3s}.logout-button:hover{background:#fff;color:#3498db}.history-container{margin:0 auto;max-width:1200px;padding:2rem}.history-title{color:#333;font-size:32px;margin-bottom:.5rem}.history-subtitle{color:#666;font-size:18px;margin-bottom:2rem}.loading{color:#666;font-size:18px}.empty-state,.loading{padding:4rem;text-align:center}.empty-state{background:#f9f9f9;border-radius:12px;margin-top:2rem}.empty-state h2{color:#333;margin-bottom:1rem}.empty-state p{color:#666;font-size:16px}.predictions-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.prediction-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;transition:transform .2s,box-shadow .2s}.prediction-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-4px)}.prediction-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.matchup{display:flex;flex-direction:column;gap:.5rem}.team-name{color:#333;font-size:16px;font-weight:600}.vs{color:#999;font-size:14px;text-align:center}.delete-button{background:none;border:none;cursor:pointer;font-size:20px;opacity:.6;transition:opacity .2s}.delete-button:hover{opacity:1}.prediction-score{border-bottom:1px solid #eee;border-top:1px solid #eee;justify-content:space-around;margin-bottom:1rem;padding:1rem 0}.prediction-score,.score-item{align-items:center;display:flex}.score-item{flex-direction:column;gap:.5rem}.score{color:#667eea;font-size:28px;font-weight:700}.prob{background:#f0f0f0;border-radius:12px;color:#666;font-size:14px;padding:4px 8px}.score-divider{color:#ccc;font-size:24px}.prediction-winner{color:#333;font-size:16px;margin-bottom:1rem}.prediction-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.confidence{border-radius:20px;font-size:14px;font-weight:600;padding:6px 12px}.confidence-high{background:#d4edda;color:#155724}.confidence-medium{background:#fff3cd;color:#856404}.confidence-low{background:#f8d7da;color:#721c24}.h2h-badge{background:#e7f3ff;border-radius:20px;color:#0056b3;font-size:14px;font-weight:600;padding:6px 12px}.prediction-date{color:#999;font-size:13px;text-align:right}.App{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);color:#2c3e50;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;text-align:center}.App-header{background:#ffffffe6;box-shadow:0 2px 10px #0000001a;padding:2rem 1rem}.App-header h1{color:#2c3e50;font-size:3rem;font-weight:600;margin:0}.App-header p{color:#7f8c8d;font-size:1.2rem;margin-top:.5rem}.App-main{margin:0 auto;max-width:1200px;padding:2rem}.prediction-form{background:#fff;border-radius:20px;box-shadow:0 8px 32px #0000001a;margin-bottom:2rem;padding:2rem}.prediction-form h2{color:#2c3e50;font-size:2rem;margin-top:0}.team-selectors{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:2rem 0}.team-select-wrapper{flex:1 1;max-width:350px;min-width:250px}.team-select-wrapper label{color:#34495e;display:block;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.team-select-wrapper select{background:#fff;border:2px solid #e0e0e0;border-radius:10px;color:#2c3e50;cursor:pointer;font-size:1rem;padding:1rem;transition:all .3s;width:100%}.team-select-wrapper select:hover:not(:disabled){border-color:#3498db;box-shadow:0 4px 12px #3498db33}.team-select-wrapper select:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.5}.vs-divider{color:#3498db;font-size:2rem;font-weight:700}.vs-divider-large{align-items:center;color:#3498db;display:flex;font-size:3rem;font-weight:700;justify-content:center}.predict-button{background:linear-gradient(135deg,#3498db,#2980b9);border:none;border-radius:50px;box-shadow:0 4px 15px #3498db4d;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;margin-top:1.5rem;padding:1rem 3rem;transition:all .3s}.predict-button:hover:not(:disabled){box-shadow:0 6px 20px #3498db66;transform:translateY(-3px)}.predict-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.error-message{background:#ffe6e6;border:2px solid #e74c3c;border-radius:10px;color:#c0392b;font-weight:700;margin-top:1rem;padding:1rem}.prediction-results{animation:fadeIn .5s;background:#fff;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.prediction-results h2{color:#2c3e50;font-size:2rem;margin-top:0}.teams-comparison{align-items:stretch;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:2rem 0}.team-result{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:15px;flex:1 1;max-width:350px;min-width:250px;padding:1.5rem;transition:all .3s}.team-result:hover{border-color:#3498db;box-shadow:0 8px 24px #00000026;transform:translateY(-5px)}.team-result h3{color:#2c3e50;font-size:1.5rem;margin-top:0}.win-probability{color:#27ae60;font-size:4rem;font-weight:700;margin:1rem 0}.stats{color:#34495e;margin-top:1rem;text-align:left}.stats p{font-size:1rem;margin:.5rem 0}.stats h4{color:#2c3e50;font-size:1.1rem;margin-bottom:.5rem;margin-top:1rem}.prediction-summary{background:linear-gradient(135deg,#3498db,#2980b9);border-radius:15px;color:#fff;margin-top:2rem;padding:1.5rem}.prediction-summary h3{font-size:2rem;margin-top:0}.prediction-summary p{font-size:1.1rem;margin:.5rem 0}.App-footer{color:#7f8c8d;font-size:.9rem;padding:1rem}.prediction-method{margin-bottom:20px;text-align:center}.ml-badge{background:linear-gradient(135deg,#3498db,#2980b9)}.formula-badge,.ml-badge{border-radius:20px;color:#fff;display:inline-block;font-size:14px;font-weight:700;padding:8px 20px}.formula-badge{background:linear-gradient(135deg,#f093fb,#f5576c)}.metadata{color:#fffc;font-size:12px;margin-top:15px}.factors-desc{font-size:.9rem;margin-bottom:1rem}.factors-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:1rem}.factor-category{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:10px;padding:1rem}.factor-category h4{border-bottom:2px solid #3498db;color:#34495e;font-size:1.1rem;margin-bottom:.8rem;margin-top:0;padding-bottom:.5rem}.checkbox-label{align-items:center;cursor:pointer;display:flex;margin:.6rem 0;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{cursor:pointer;height:18px;margin-right:.8rem;width:18px}.checkbox-label span{color:#2c3e50;font-size:.95rem}.checkbox-label input[type=checkbox]:checked+span{color:#3498db;font-weight:700}.reset-button{background:linear-gradient(135deg,#95a5a6,#7f8c8d);border:none;border-radius:25px;box-shadow:0 3px 10px #7f8c8d4d;color:#fff;cursor:pointer;font-size:.9rem;font-weight:700;margin-top:1rem;padding:.6rem 1.5rem;transition:all .3s}.reset-button:hover{box-shadow:0 5px 15px #7f8c8d66;transform:translateY(-2px)}.predicted-score-box{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:15px;box-shadow:0 4px 15px #0000001a;margin:1.5rem 0;padding:1.5rem}.predicted-score-box h3{color:#2c3e50;font-size:1.3rem;margin-top:0}.score-display{gap:2rem;justify-content:center;margin-top:1rem}.score-display,.score-team{align-items:center;display:flex}.score-team{flex-direction:column}.score-team .team-name{color:#34495e;font-size:1.1rem;margin-bottom:.5rem}.score-team .score-value{color:#27ae60;font-size:3rem;font-weight:700}.score-divider{color:#95a5a6;font-size:2.5rem;font-weight:700}.predicted-stats{background:#e8f4f8;border-left:4px solid #3498db;border-radius:10px;margin:1rem 0;padding:1rem}.predicted-stats h4{color:#2c3e50;font-size:1rem;margin-top:0}.predicted-stats p{color:#34495e;font-size:.95rem;margin:.4rem 0}.factors-impact{background:#fff3cd;border-left:4px solid #ffc107;border-radius:10px;margin-top:1rem;padding:1rem}.factors-impact h4{color:#856404;margin-top:0}.factors-impact ul{list-style:none;margin:.5rem 0;padding-left:0}.factors-impact li{color:#856404;padding:.3rem 0;text-transform:capitalize}.factors-impact p{color:#856404;font-weight:700;margin:.5rem 0}@media (max-width:768px){.App-header h1{font-size:2rem}.App-header p{font-size:1rem}.prediction-form,.prediction-results{padding:1rem}.team-selectors{gap:1rem}.team-selectors,.teams-comparison{flex-direction:column}.vs-divider-large{transform:rotate(90deg)}.win-probability{font-size:3rem}.factors-grid{grid-template-columns:1fr}.score-display{flex-direction:column;gap:1rem}.score-divider{transform:rotate(90deg)}}.factors-section{border-top:2px solid #e0e0e0;margin-top:2rem;padding-top:2rem}.factors-section h3{color:#2c3e50;font-size:1.5rem;margin-bottom:.5rem}.factors-desc{color:#7f8c8d;font-size:.95rem;margin-bottom:1.5rem}.factors-list{display:flex;flex-direction:column;gap:.5rem}.factor-category-header{border-bottom:2px solid #3498db;color:#2c3e50;font-size:1rem;font-weight:700;margin-bottom:.4rem;margin-top:1rem;padding-bottom:.3rem}.factor-item{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:.6rem .8rem;transition:all .2s}.factor-item:hover{border-color:#3498db;box-shadow:0 2px 8px #3498db1a}.factor-checkbox{cursor:pointer;display:flex;flex-direction:column;gap:.2rem}.factor-checkbox input[type=checkbox]{cursor:pointer;flex-shrink:0;height:18px;margin-right:.6rem;width:18px}.factor-checkbox .factor-name{color:#2c3e50;font-size:.95rem;font-weight:600}.factor-checkbox .factor-hint{color:#7f8c8d;font-size:.8rem;font-style:italic;margin-left:24px}.team-selection{align-items:center;animation:slideDown .2s ease-out;background:#fff;border:1px solid #d0d0d0;border-radius:8px;display:flex;gap:.8rem;margin-top:.6rem;padding:.6rem}@keyframes slideDown{0%{max-height:0;opacity:0}to{max-height:100px;opacity:1}}.team-selection-label{color:#34495e;font-size:.85rem;font-weight:600;margin-right:.4rem}.radio-option{align-items:center;border-radius:6px;cursor:pointer;display:flex;gap:.3rem;padding:.25rem .5rem;transition:background .2s}.radio-option:hover{background:#f0f0f0}.radio-option input[type=radio]{cursor:pointer;height:15px;width:15px}.radio-option span{color:#2c3e50;font-size:.85rem}.radio-option input[type=radio]:checked+span{color:#3498db;font-weight:700}@media (max-width:768px){.team-selection{align-items:flex-start;flex-direction:column;gap:.6rem}.radio-option{width:100%}}.h2h-record{background:#e3f2fd;border-left:4px solid #2196f3;border-radius:10px;margin-top:1rem;padding:1rem}.h2h-record h4{color:#1976d2;font-size:1rem;margin-top:0}.h2h-text{color:#1565c0;font-size:.95rem;margin:.5rem 0}.h2h-text strong{color:#0d47a1;font-size:1.1rem}.loading-screen{align-items:center;background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;display:flex;justify-content:center;min-height:100vh}.loading-screen h2{font-size:32px}
/*# sourceMappingURL=main.bacea329.css.map*/