:root{--navy-blue: #001f3f;--navy-blue-light: #003d7a;--red: #dc3545;--red-dark: #c82333;--white: #ffffff;--gray-light: #f8f9fa;--gray-border: #e0e0e0;--gray-text: #666}*{box-sizing:border-box}body{margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--gray-light);color:#333;line-height:1.6}#root{min-height:100vh}th[data-tooltip]{position:relative;cursor:pointer}th[data-tooltip]:after{content:attr(data-tooltip);position:absolute;left:50%;top:100%;transform:translate(-50%) translateY(-4px);padding:.5rem .75rem;background:var(--navy-blue);color:#fff;font-size:.8rem;font-weight:500;white-space:nowrap;border-radius:6px;box-shadow:0 4px 12px #00000026;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease,transform .2s ease;pointer-events:none;z-index:10}th[data-tooltip]:hover:after,th[data-tooltip]:hover:before{opacity:1;visibility:visible}th[data-tooltip]:hover:after{transform:translate(-50%) translateY(-8px)}.layout{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,#001f3f,#003d7a);color:#fff;padding:1rem 0;box-shadow:0 2px 8px #0003}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo-link{text-decoration:none;color:#fff}.logo{margin:0;height:80px;width:auto;object-fit:contain}.nav{display:flex;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-size:1.1rem;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:all .3s ease}.nav-link:hover{background-color:#ffffff1a;transform:translateY(-2px)}.nav-link:active,.nav-link.active{background-color:#dc3545;color:#fff}.main-content{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:2rem}.footer{background:linear-gradient(135deg,#001f3f,#003d7a);color:#fff;padding:2rem 0;box-shadow:0 -2px 8px #0003;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.footer-text{margin:0 0 .5rem;font-size:1rem;color:#ffffffe6}.footer-author{font-weight:600;color:#fff;text-decoration:none;transition:all .3s ease}.footer-author:hover{color:#dc3545;text-decoration:underline}.footer-copyright{margin:0;font-size:.9rem;color:#ffffffb3}@media(max-width:1000px){.header{padding:.75rem 0}.header-content{flex-direction:column;gap:1rem;padding:0 1.5rem}.logo{height:75px}.nav{gap:.75rem;flex-wrap:wrap;justify-content:center;width:100%}.nav-link{font-size:1rem;padding:.5rem .875rem}.main-content{padding:1.5rem 1rem}}@media(max-width:480px){.header-content{padding:0 1rem}.logo{height:75px}.nav{gap:.5rem}.nav-link{font-size:.95rem;padding:.4rem .75rem}.main-content{padding:1rem .75rem}.footer{padding:1.5rem 0}.footer-content{padding:0 1rem}.footer-text{font-size:.95rem}.footer-copyright{font-size:.85rem}}.home{width:100%}.hero{margin-bottom:4rem}.hero-image{position:relative;width:100%;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #0003;margin-bottom:2rem}.hero-image img{width:100%;height:auto;display:block;object-fit:cover;min-height:400px}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;width:100%;padding:2rem;z-index:2}.hero-title{font-size:3rem;color:#fff;margin:2rem 0 0;font-weight:700;line-height:1.2;text-shadow:2px 2px 8px rgba(0,0,0,.7)}.hero-subtitle{font-size:1.5rem;color:#fff;margin:0;line-height:1.4;text-shadow:2px 2px 6px rgba(0,0,0,.7)}.hero-image:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000004d,#00000080);z-index:1}.btn{padding:.75rem 2rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer;display:inline-block;text-align:center;min-width:140px}.btn-primary{background-color:#dc3545;color:#fff}.btn-primary:hover{background-color:#c82333;transform:translateY(-2px);box-shadow:0 4px 12px #dc35454d}.btn-secondary{background-color:#001f3f;color:#fff}.btn-secondary:hover{background-color:#003d7a;transform:translateY(-2px);box-shadow:0 4px 12px #001f3f4d}.hero-image{border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #0003;width:100%;max-width:100%}.hero-image img{width:100%;height:auto;display:block;object-fit:cover;max-width:100%}.standings-section{margin:4rem 0;background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.standings-title{color:#001f3f;margin-top:0;margin-bottom:1.5rem;font-size:2rem;text-align:center}.standings-container{overflow-x:auto;overflow-y:visible}.standings-table{width:100%;border-collapse:collapse;margin:0 auto;max-width:800px;border:1px solid #e0e0e0}.standings-table thead{background-color:#001f3f;color:#fff}.standings-table th{padding:1rem;text-align:left;font-weight:600;font-size:1rem}.standings-table th:first-child{text-align:center;width:60px}.standings-table th:nth-child(2){width:auto}.standings-table th:nth-child(n+3){text-align:center;width:80px}.standings-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.standings-table tbody tr:hover{background-color:#f5f5f5}.standings-table tbody tr:last-child{border-bottom:none}.standings-table td{padding:1rem;vertical-align:middle}.standings-table .position{text-align:center;font-weight:600;color:#666;font-size:1.1rem}.standings-table .team-name{display:flex;align-items:center;gap:.75rem}.standings-table .team-name-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#001f3f;font-weight:500;transition:color .2s ease}.standings-table .team-name-link:hover{color:#dc3545;text-decoration:underline}.standings-table .team-logo-small{width:40px;height:40px;object-fit:cover;border-radius:4px;border:2px solid #e0e0e0}.standings-table td:nth-child(n+3){text-align:center;font-weight:500}.standings-table .winning-pct{font-weight:600;color:#001f3f}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem}.feature-card{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:2rem;transition:all .3s ease}.feature-card:hover{border-color:#dc3545;transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.feature-card h2{color:#001f3f;margin-top:0;margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:#666;margin-bottom:1.5rem;line-height:1.6}.feature-link{color:#dc3545;text-decoration:none;font-weight:600;transition:all .3s ease}.feature-link:hover{color:#c82333;text-decoration:underline}@media(max-width:968px){.hero-image img{min-height:350px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.3rem}.standings-section{padding:1.5rem;margin:3rem 0}.standings-title{font-size:1.75rem}.features{grid-template-columns:1fr}}@media(max-width:768px){.hero{margin-bottom:3rem}.hero-image img{min-height:300px}.hero-content{padding:1.5rem}.hero-title{font-size:2rem;line-height:1.2}.hero-subtitle{font-size:1.1rem;line-height:1.4}.hero-image{border-radius:6px;box-shadow:0 2px 8px #00000026}.standings-section{padding:1rem;margin:2rem 0}.standings-title{font-size:1.5rem;margin-bottom:1rem}.standings-table th,.standings-table td{padding:.75rem .5rem;font-size:.9rem}.standings-table .team-logo-small{width:32px;height:32px}.features{gap:1.5rem;margin-top:3rem}.feature-card{padding:1.5rem}.feature-card h2{font-size:1.3rem}}@media(max-width:480px){.hero-image img{min-height:250px}.hero-content{padding:1rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}.standings-section{padding:.75rem}.standings-title{font-size:1.3rem}.standings-table th,.standings-table td{padding:.5rem .25rem;font-size:.85rem}.standings-table .team-logo-small{width:28px;height:28px}.feature-card{padding:1.25rem}.feature-card h2{font-size:1.2rem}}.games-page{width:100%}.games-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.game-card{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:1.5rem;text-decoration:none;color:inherit;transition:all .3s ease;display:block}.game-card:hover{border-color:#dc3545;transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.game-date{color:#666;font-size:.85rem;text-align:center;margin-bottom:.75rem}.game-matchup{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.game-team{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1}.game-team.game-away{justify-content:flex-end;text-align:right}.game-team.game-home{justify-content:flex-start;text-align:left}.game-team.game-home .game-team-logo{order:1}.game-team-logo{width:32px;height:32px;object-fit:cover;border-radius:4px;border:1px solid #e0e0e0;flex-shrink:0}.game-team-name{font-weight:600;font-size:.95rem;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-team-name.winner{color:#1a7f37}.game-team-name.loser{color:#999}.game-score-block{display:flex;align-items:center;gap:.35rem;flex-shrink:0;padding:0 .5rem}.game-score{font-size:1.5rem;font-weight:700;min-width:1.25em;text-align:center}.game-score.winner{color:#1a7f37}.game-score.loser{color:#999}.game-score-sep{color:#ccc;font-weight:600;font-size:1.25rem}.game-detail-info{display:flex;gap:1.5rem;flex-wrap:wrap}.win-text{color:#28a745}.loss-text{color:#999}.game-location{color:#666;font-size:.9rem;text-align:center;margin-top:.5rem}.game-detail-page{width:100%}.game-detail-header{background:linear-gradient(135deg,#001f3f,#003d7a);color:#fff;padding:2rem;border-radius:8px;margin-bottom:2rem}.game-detail-header h1{margin:0 0 1rem;font-size:2rem}.game-detail-info{display:flex;gap:2rem;flex-wrap:wrap;margin-bottom:1rem}.game-detail-info span{font-size:1rem}.game-detail-score{font-size:1.5rem;font-weight:600;margin-top:.5rem}.score-sep{color:#fffc;margin:0 .25rem}.no-stats-message{color:#666;text-align:center;padding:2rem}.team-selector{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e0e0e0}.team-tab{padding:.75rem 1.5rem;background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:1.1rem;font-weight:600;color:#666;transition:all .3s ease;margin-bottom:-2px}.team-tab:hover{color:#001f3f;background-color:#f8f9fa}.team-tab.active{color:#dc3545;border-bottom-color:#dc3545}.box-score{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin-bottom:2rem;width:100%}.table-wrapper{width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}.table-wrapper::-webkit-scrollbar{height:8px}.table-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.table-wrapper::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.table-wrapper::-webkit-scrollbar-thumb:hover{background:#555}.box-score h2{color:#001f3f;margin-top:0;margin-bottom:1rem;font-size:1.5rem}.box-score-table{width:100%;border-collapse:collapse;margin-bottom:1rem;table-layout:auto;min-width:800px}.box-score-table th{background-color:#001f3f;color:#fff;padding:.5rem .4rem;text-align:center;font-weight:600;border:1px solid #003d7a;font-size:.85rem;white-space:nowrap}.box-score-table td{padding:.5rem .4rem;border:1px solid #e0e0e0;text-align:center;font-size:.9rem}.box-score-table tr:nth-child(2n){background-color:#f8f9fa}.box-score-table tr:hover{background-color:#e9ecef}.player-name-link{color:#dc3545;text-decoration:none;font-weight:600;cursor:pointer}.player-name-link:hover{text-decoration:underline}@media(max-width:900px){.games-list{grid-template-columns:1fr}.game-matchup{flex-direction:column;gap:.5rem}.game-team.game-away,.game-team.game-home{justify-content:center;text-align:center}.game-score{font-size:1.35rem}.team-selector{flex-wrap:wrap}.team-tab{padding:.5rem 1rem;font-size:1rem}.box-score{padding:1rem}.box-score-table{min-width:600px;font-size:.75rem}.box-score-table th,.box-score-table td{padding:.4rem .3rem}}.teams-page{width:100%}.page-title{color:#001f3f;font-size:2.5rem;margin-bottom:2rem;text-align:center}.page-description{color:#666;text-align:center;margin-bottom:2rem}.teams-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.team-card{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:2rem;text-decoration:none;color:inherit;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.team-card:hover{border-color:#dc3545;transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.team-card-header{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.5rem}.team-logo-container{position:relative;width:120px;height:120px}.team-logo{width:120px;height:120px;object-fit:contain;border-radius:8px;background-color:#f8f9fa;padding:.5rem}.team-logo-placeholder{position:absolute;top:0;left:0;width:120px;height:120px;border-radius:8px;background:linear-gradient(135deg,#001f3f,#003d7a);color:#fff;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700}.team-card .team-name{color:#001f3f;font-size:1.75rem;font-weight:700;margin:0}.team-record{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.record-value{font-size:1.5rem;font-weight:700;color:#001f3f}.record-label{font-size:.9rem;color:#666}.team-players-count{color:#dc3545;font-weight:600;font-size:1rem}.team-detail-page{width:100%}.team-detail-header{background:linear-gradient(135deg,#001f3f,#003d7a);color:#fff;padding:2rem;border-radius:8px;margin-bottom:2rem;display:flex;align-items:center;gap:2rem}.team-detail-logo-container{position:relative;width:150px;height:150px}.team-detail-logo{width:150px;height:150px;object-fit:contain;border-radius:8px;background-color:#ffffff1a;padding:.5rem}.team-detail-logo-placeholder{position:absolute;top:0;left:0;width:150px;height:150px;border-radius:8px;background:#fff3;color:#fff;display:flex;align-items:center;justify-content:center;font-size:4rem;font-weight:700}.team-detail-info h1{margin:0 0 .5rem;font-size:2.5rem}.team-detail-record{font-size:1.3rem;opacity:.9}.players-section{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:1.5rem}.players-section h2{color:#001f3f;margin-top:0;margin-bottom:1.5rem;font-size:1.5rem;border-bottom:2px solid #dc3545;padding-bottom:.5rem}@media(max-width:768px){.page-title{font-size:2rem}.teams-grid{grid-template-columns:1fr}.team-detail-header{flex-direction:column;text-align:center}.team-detail-logo-container,.team-detail-logo,.team-detail-logo-placeholder{width:120px;height:120px}.team-detail-logo-placeholder{font-size:3rem}.team-detail-info h1{font-size:2rem}.players-grid{grid-template-columns:1fr}}@media(max-width:480px){.team-logo-container,.team-logo,.team-logo-placeholder{width:100px;height:100px}.team-logo-placeholder{font-size:2.5rem}.team-card .team-name{font-size:1.5rem}}.players-page{width:100%}.teams-container{display:flex;flex-direction:column;gap:3rem}.team-section{width:100%}.team-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid #dc3545}.team-logo-container{position:relative;width:80px;height:80px}.team-logo{width:80px;height:80px;object-fit:contain;border-radius:8px;background-color:#f8f9fa;padding:.5rem}.team-logo-placeholder{position:absolute;top:0;left:0;width:80px;height:80px;border-radius:8px;background:linear-gradient(135deg,#001f3f,#003d7a);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.team-name{color:#001f3f;font-size:2rem;font-weight:700;margin:0}.players-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.player-card{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:2rem;text-decoration:none;color:inherit;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.player-card:hover{border-color:#dc3545;transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.player-number{position:absolute;top:1rem;right:1rem;background-color:#001f3f;color:#fff;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.player-name{margin:.5rem 0;color:#001f3f;font-size:1.5rem;font-weight:700}.player-card h3.player-name{font-size:1.3rem}.player-position{color:#dc3545;font-weight:600;font-size:1.1rem;margin-bottom:1.5rem}.player-stats-preview{display:flex;gap:2rem;margin-top:auto}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.85rem;color:#666;font-weight:500}.stat-value{font-size:1.3rem;font-weight:700;color:#001f3f}.player-detail-page{width:100%}.player-header{background:linear-gradient(135deg,#001f3f,#003d7a);color:#fff;padding:2rem;border-radius:8px;margin-bottom:2rem;display:flex;align-items:center;gap:2rem}.player-header-number{background-color:#fff3;width:5rem;height:5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.player-header-info h1{margin:0 0 .5rem;font-size:2rem}.player-header-info .position{font-size:1.2rem;opacity:.9}.stats-section{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.stats-section h2{color:#001f3f;margin-top:0;margin-bottom:1rem;font-size:1.5rem;border-bottom:2px solid #dc3545;padding-bottom:.5rem}.stats-table{width:97.5%;border-collapse:collapse;margin-top:1rem;text-align:center}.stats-table th{background-color:#f8f9fa;color:#001f3f;padding:.75rem;font-weight:600;border-bottom:2px solid #e0e0e0}.stats-table td{padding:.75rem;border-bottom:1px solid #e0e0e0}.stats-table tr:last-child td{border-bottom:none}.stats-table tr:hover{background-color:#f8f9fa}.stat-category{font-weight:600;color:#001f3f}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin-top:1rem}.stat-card{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;padding:1.5rem;text-align:center;transition:all .3s ease}.stat-card:hover{border-color:#dc3545;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-card-highlight{background:linear-gradient(135deg,#001f3f,#003d7a);border-color:#dc3545;color:#fff}.stat-card-highlight .stat-card-label{color:#ffffffe6}.stat-card-highlight .stat-card-value{color:#fff}.stat-card-label{font-size:.9rem;color:#666;font-weight:500;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.stat-card-value{font-size:2rem;font-weight:700;color:#001f3f;line-height:1.2}.back-link{display:inline-block;margin-bottom:1rem;color:#dc3545;text-decoration:none;font-weight:600;transition:all .3s ease}.back-link:hover{color:#c82333;text-decoration:underline}@media(max-width:768px){.teams-container{gap:2rem}.team-header{flex-direction:column;text-align:center;gap:1rem}.team-logo-container,.team-logo,.team-logo-placeholder{width:60px;height:60px}.team-logo-placeholder,.team-name{font-size:1.5rem}.players-grid{grid-template-columns:1fr}.player-header{flex-direction:column;text-align:center}.stats-table{font-size:.9rem}.stats-table th,.stats-table td{padding:.5rem}}.leaderboards-page{width:100%}.page-title{color:#001f3f;font-size:2.5rem;margin-bottom:2rem;font-weight:700;text-align:center}.leaderboards-container{display:flex;flex-direction:column;gap:4rem;margin-top:2rem}.leaderboards-section-group{display:flex;flex-direction:column;gap:2rem}.category-header{color:#001f3f;font-size:2rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:3px solid #dc3545;font-weight:600}.leaderboards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.leaderboard-section{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:1.75rem;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.leaderboard-section:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.section-title{color:#001f3f;font-size:1.25rem;font-weight:600;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid #e0e0e0}.leaderboard-list{display:flex;flex-direction:column;gap:.75rem}.leaderboard-row{display:grid;grid-template-columns:45px 1fr auto;align-items:center;gap:1.25rem;padding:1rem;background:#f8f9fa;border-radius:8px;transition:all .2s ease}.leaderboard-row:hover{background:#e9ecef;transform:translate(4px)}.rank{font-weight:700;color:#dc3545;font-size:1.1rem;text-align:center}.player-info{display:flex;flex-direction:column;min-width:0}.player-link{text-decoration:none;color:inherit}.player-name{font-weight:600;color:#001f3f;font-size:1rem;margin-bottom:.25rem;transition:color .2s ease}.player-link:hover .player-name{color:#dc3545;text-decoration:underline}.team-link{text-decoration:none;color:inherit}.player-team{font-size:.85rem;color:#666;transition:color .2s ease}.team-link:hover .player-team{color:#dc3545;text-decoration:underline}.stat-value{font-weight:700;color:#001f3f;font-size:1.1rem;text-align:right;min-width:60px}.no-data{text-align:center;color:#999;padding:1rem;font-style:italic}@media(max-width:768px){.leaderboards-container{gap:3rem}.leaderboards-section-group{gap:1.5rem}.category-header{font-size:1.75rem}.leaderboards-grid{grid-template-columns:1fr;gap:1.5rem}.leaderboard-section{padding:1.5rem}.leaderboard-row{grid-template-columns:35px 1fr auto;gap:1rem;padding:.875rem}.rank{font-size:1rem}.player-name{font-size:.95rem}.player-team{font-size:.8rem}.stat-value{font-size:1rem}}.past-tournaments-page{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem 3rem}.past-tournaments-page .page-title{color:#001f3f;font-size:2.25rem;margin:0 0 1.5rem;text-align:center}.tournament-selector{margin-bottom:2.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem}.tournament-select-label{font-weight:600;color:#001f3f;font-size:1.05rem}.tournament-select{padding:.6rem 2rem .6rem 1rem;font-size:1rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;color:#001f3f;cursor:pointer;min-width:200px}.tournament-select:hover,.tournament-select:focus{border-color:#dc3545;outline:none}.past-tournaments-page .standings-section{margin:2rem 0 3rem;background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.past-tournaments-page .standings-title{color:#001f3f;margin-top:0;margin-bottom:1.5rem;font-size:1.75rem;text-align:center}.past-tournaments-page .standings-container{overflow-x:auto;overflow-y:visible}.past-tournaments-page .standings-table{width:100%;border-collapse:collapse;margin:0 auto;max-width:800px}.past-tournaments-page .standings-table thead{background-color:#001f3f;color:#fff}.past-tournaments-page .standings-table th{padding:1rem;text-align:left;font-weight:600;font-size:1rem}.past-tournaments-page .standings-table th:first-child{text-align:center;width:60px}.past-tournaments-page .standings-table th:nth-child(2){width:auto}.past-tournaments-page .standings-table th:nth-child(n+3){text-align:center;width:80px}.past-tournaments-page .standings-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.past-tournaments-page .standings-table tbody tr:hover{background-color:#f5f5f5}.past-tournaments-page .standings-table tbody tr:last-child{border-bottom:none}.past-tournaments-page .standings-table td{padding:1rem;vertical-align:middle}.past-tournaments-page .standings-table .position{text-align:center;font-weight:600;color:#666;font-size:1.1rem}.past-tournaments-page .standings-table .team-name-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#001f3f;font-weight:500;transition:color .2s ease}.past-tournaments-page .standings-table .team-name-link:hover{color:#dc3545;text-decoration:underline}.past-tournaments-page .standings-table .team-logo-small{width:40px;height:40px;object-fit:cover;border-radius:4px;border:2px solid #e0e0e0}.past-tournaments-page .standings-table td:nth-child(n+3){text-align:center;font-weight:500}.past-tournaments-page .standings-table .winning-pct{font-weight:600;color:#001f3f}.bracket-section{margin:2rem 0;background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.bracket-title{color:#001f3f;margin:0 0 1.5rem;font-size:1.75rem;text-align:center}.bracket{display:flex;flex-direction:column;align-items:center;gap:2.5rem}.bracket-round{width:100%;max-width:720px}.bracket-round:first-child .bracket-matchups{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1.5rem}.bracket-round:first-child .bracket-matchup{flex:0 1 320px;min-width:280px;box-sizing:border-box}.bracket-round:not(:first-child) .bracket-matchups{display:flex;flex-direction:column;align-items:center;gap:1rem}.bracket-round:not(:first-child) .bracket-matchup{width:320px;max-width:100%;box-sizing:border-box}.bracket-round-name{color:#001f3f;font-size:1.25rem;margin:0 0 1rem;text-align:center;font-weight:600}.bracket-matchups{display:flex;flex-direction:column;gap:1rem}.bracket-matchup{width:320px;max-width:100%;box-sizing:border-box;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.bracket-team{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:6px;transition:background-color .2s ease}.bracket-team.winner{background:#35dc461f;font-weight:600}.bracket-team-logo{width:36px;height:36px;object-fit:cover;border-radius:4px;border:1px solid #e0e0e0}.bracket-team-link{display:flex;align-items:center;gap:.75rem;flex:1;text-decoration:none;color:#001f3f;font-weight:500;transition:color .2s ease}.bracket-team-link:hover{color:#dc3545;text-decoration:underline}.bracket-team-name{flex:1;color:inherit}.bracket-record{font-weight:600;color:#001f3f;font-size:.95rem;white-space:nowrap}.bracket-vs{text-align:center;font-size:.85rem;color:#666;font-weight:600}.bracket-team-tbd{color:#999;font-style:italic}.tournament-overview{margin:2rem 0;background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.tournament-overview-title{color:#001f3f;margin-top:0;margin-bottom:1rem;font-size:1.75rem;text-align:center}.tournament-overview-winner{font-size:1.25rem;color:#001f3f;text-align:center;margin:0}.tournament-overview-winner .team-name-link{text-decoration:none;color:#001f3f;font-weight:600;transition:color .2s ease}.tournament-overview-winner .team-name-link:hover{color:#dc3545;text-decoration:underline}@media(max-width:768px){.past-tournaments-page .page-title{font-size:1.75rem}.past-tournaments-page .standings-section,.bracket-section{padding:1.25rem}.bracket{flex-direction:column;align-items:stretch}.bracket-round{min-width:0;max-width:none}.bracket-round:first-child .bracket-matchups{flex-direction:column}}
