.sports-data-nav{position:relative;z-index:2;max-width:1180px;margin:-24px auto 30px;padding:14px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;background:#fff;border:1px solid #e5eaf0;border-radius:16px;box-shadow:0 12px 32px rgba(17,35,58,.12)}
.sports-data-nav a{min-width:0;min-height:46px;padding:10px 12px;display:flex;align-items:center;justify-content:center;text-align:center;color:#172235;background:#edf2f7;border:1px solid transparent;border-radius:10px;font-weight:800;text-decoration:none;transition:transform .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease}
.sports-data-nav a:hover,.sports-data-nav a:focus-visible{color:#fff;background:var(--primary,#176fa6);box-shadow:0 7px 18px rgba(23,111,166,.22);transform:translateY(-2px);outline:none}
.standings-card{overflow:hidden;padding:0}
.standings-scroll{overflow-x:auto}
.standings-table{width:100%;min-width:760px;border-collapse:collapse}
.standings-table th{padding:14px 12px;text-align:left;color:#f8fafc;background:#172235;font-size:13px;white-space:nowrap}
.standings-table td{padding:14px 12px;border-bottom:1px solid #e5eaf0;color:#243247}
.standings-table tbody tr:nth-child(even){background:#f7f9fc}
.standings-table tbody tr:hover{background:#eef6fb}
.standings-table a{color:#176fa6;font-weight:800;text-decoration:none}
.standings-note{margin:0;padding:17px 20px;color:#65748a;background:#f7f9fc;line-height:1.6}
@media(max-width:900px){.sports-data-nav{grid-template-columns:repeat(3,minmax(0,1fr));margin-left:20px;margin-right:20px}}
@media(max-width:620px){.sports-data-nav{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:-16px;margin-left:14px;margin-right:14px;padding:10px;gap:8px}.sports-data-nav a{min-height:43px;padding:8px;font-size:14px}.sports-data-nav a:last-child:nth-child(odd){grid-column:1/-1}.standings-note{padding:15px}}
