.App{min-height:100vh;display:flex;flex-direction:column}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#1a1a1a;border-bottom:1px solid #333;margin:-2rem -2rem 2rem}.nav-brand a{font-size:1.5rem;font-weight:700;color:#646cff;text-decoration:none}.nav-links{display:flex;gap:2rem}.nav-links a{color:#ffffffde;text-decoration:none;transition:color .25s}.nav-links a:hover{color:#646cff}.main-content{flex:1;padding:2rem 0}.footer{text-align:center;padding:2rem;color:#888;border-top:1px solid #333;margin:2rem -2rem -2rem}.footer a{color:#646cff}@media (prefers-color-scheme: light){.navbar{background-color:#f9f9f9;border-bottom-color:#ddd}.nav-links a{color:#213547}.footer{border-top-color:#ddd}}.home{max-width:900px;margin:0 auto}.hero{text-align:center;margin-bottom:3rem}.subtitle{font-size:1.2rem;color:#888;margin-top:.5rem}.league-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600}.form-group small{color:#888;font-size:.85rem}.submit-button{background-color:#646cff;color:#fff;font-size:1.1rem;padding:.8em 2em;margin-top:.5rem}.submit-button:hover:not(:disabled){background-color:#535bf2}.submit-button:disabled{opacity:.6;cursor:not-allowed}.features{margin:3rem 0}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.feature-card{padding:1.5rem;background-color:#1a1a1a;border-radius:8px;border:1px solid #333}.feature-card h3{margin-bottom:.8rem;color:#646cff}.feature-card p{color:#888;line-height:1.6}.how-it-works{padding-left:1.5rem;line-height:2;color:#888}.how-it-works li{margin-bottom:.5rem}@media (prefers-color-scheme: light){.feature-card{background-color:#f9f9f9;border-color:#ddd}}.dashboard{max-width:1200px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.add-league-link{text-decoration:none}.leagues-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.league-card{padding:1.5rem;background-color:#1a1a1a;border-radius:8px;border:1px solid #333;display:flex;flex-direction:column;gap:1rem}.league-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid #333}.league-header h3{margin:0}.league-badge{background-color:#646cff;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600;text-transform:uppercase}.league-info{display:flex;flex-direction:column;gap:.75rem}.info-row{display:flex;justify-content:space-between}.info-row .label{color:#888;font-weight:500}.info-row .value{font-weight:600}.league-actions{display:flex;gap:.75rem;margin-top:.5rem}.league-actions button{flex:1}.primary-button{background-color:#646cff;color:#fff}.primary-button:hover{background-color:#535bf2}.secondary-button{background-color:transparent;border:1px solid #646cff;color:#646cff}.secondary-button:hover{background-color:#646cff1a}@media (prefers-color-scheme: light){.league-card{background-color:#f9f9f9;border-color:#ddd}.league-header{border-bottom-color:#ddd}}@media (max-width: 768px){.leagues-grid{grid-template-columns:1fr}.dashboard-header{flex-direction:column;gap:1rem;align-items:flex-start}}.matchups{max-width:1200px;margin:0 auto}.matchups-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.week-selector{display:flex;gap:.5rem}.matchups-grid{display:grid;gap:1.5rem}.matchup-card{padding:1.5rem;background-color:#1a1a1a;border-radius:8px;border:1px solid #333}.matchup-header{display:flex;justify-content:flex-end;margin-bottom:1rem}.confidence-badge{padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.confidence-badge.high{background-color:#22c55e33;color:#22c55e}.confidence-badge.medium{background-color:#eab30833;color:#eab308}.confidence-badge.low{background-color:#ef444433;color:#ef4444}.matchup-teams{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:center}.team{text-align:center}.team.favorite{font-weight:600}.team-name{font-size:1.2rem;margin-bottom:.5rem}.team-projection{font-size:1.5rem;font-weight:700;color:#646cff;margin-bottom:.5rem}.team-odds{display:flex;flex-direction:column;gap:.25rem}.moneyline{font-size:1.1rem;font-weight:600}.probability{font-size:.9rem;color:#888}.matchup-vs{display:flex;flex-direction:column;align-items:center;gap:.5rem}.vs-text{font-weight:700;font-size:1.2rem;color:#888}.spread-text{font-size:.85rem;color:#888}.matchup-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid #333;text-align:center;color:#666}@media (prefers-color-scheme: light){.matchup-card{background-color:#f9f9f9;border-color:#ddd}.matchup-footer{border-top-color:#ddd}}@media (max-width: 768px){.matchups-header{flex-direction:column;gap:1rem;align-items:flex-start}.matchup-teams{grid-template-columns:1fr;gap:1rem}.matchup-vs{order:-1}}.rankings{max-width:1400px;margin:0 auto}.rankings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.sort-controls{display:flex;align-items:center;gap:.75rem}.sort-controls label{font-weight:500}.sort-controls select{padding:.5rem;border-radius:4px;border:1px solid #333;background-color:#1a1a1a;color:#ffffffde;font-size:.95rem}.rankings-table-container{overflow-x:auto;background-color:#1a1a1a;border-radius:8px;border:1px solid #333;margin-bottom:2rem}.rankings-table{width:100%;border-collapse:collapse}.rankings-table th{background-color:#2a2a2a;padding:1rem;text-align:left;font-weight:600;border-bottom:2px solid #333}.rankings-table td{padding:1rem;border-bottom:1px solid #333}.rankings-table tbody tr:hover{background-color:#2a2a2a}.rank-cell{font-weight:700;color:#646cff;font-size:1.1rem}.team-cell{min-width:200px}.team-name{font-weight:600;margin-bottom:.25rem}.team-manager{font-size:.85rem;color:#888}.lucky{color:#22c55e;font-weight:600}.unlucky{color:#ef4444;font-weight:600}.neutral{color:#888}.efficiency-cell{font-weight:600;color:#646cff}.playoff-cell{min-width:150px}.playoff-bar-container{position:relative;width:100%;height:24px;background-color:#646cff1a;border-radius:4px;overflow:hidden}.playoff-bar{position:absolute;left:0;top:0;height:100%;background-color:#646cff;transition:width .3s ease}.playoff-text{position:relative;display:flex;align-items:center;justify-content:center;height:100%;font-weight:600;font-size:.85rem;z-index:1}.legend{margin-top:2rem}.legend ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.legend li{color:#888;line-height:1.5}.legend strong{color:#ffffffde}@media (prefers-color-scheme: light){.sort-controls select{background-color:#f9f9f9;border-color:#ddd;color:#213547}.rankings-table-container{background-color:#f9f9f9;border-color:#ddd}.rankings-table th{background-color:#e9e9e9;border-bottom-color:#ddd}.rankings-table td{border-bottom-color:#ddd}.rankings-table tbody tr:hover{background-color:#e9e9e9}.legend strong{color:#213547}}@media (max-width: 1024px){.rankings-header{flex-direction:column;gap:1rem;align-items:flex-start}.rankings-table{font-size:.85rem}.rankings-table th,.rankings-table td{padding:.75rem .5rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{min-width:320px;min-height:100vh}#root{max-width:1280px;margin:0 auto;padding:2rem}h1{font-size:3.2em;line-height:1.1;margin-bottom:1rem}h2{font-size:2em;margin-bottom:.8rem}h3{font-size:1.5em;margin-bottom:.5rem}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}input{border-radius:8px;border:1px solid #ccc;padding:.6em 1.2em;font-size:1em;font-family:inherit;background-color:#1a1a1a;color:#ffffffde}input:focus{outline:2px solid #646cff}.card{padding:2em;background-color:#1a1a1a;border-radius:8px;margin-bottom:1rem}.loading{text-align:center;padding:2rem;color:#888}.error{color:#ff6b6b;padding:1rem;background-color:#ff6b6b1a;border-radius:8px;margin-bottom:1rem}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}input{background-color:#f9f9f9;color:#213547;border-color:#ddd}.card{background-color:#f9f9f9}}
