.nba-teams-wrapper{padding:20px 0}
.standing-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.08)}
.standing-table th{background:#1a1a2e;color:#fff;padding:14px 12px;font-size:.85rem;text-align:left;font-weight:600}
.standing-table td{padding:12px;border-bottom:1px solid #eee;font-size:.9rem}
.standing-table tr:hover{background:#f8f9ff}
.standing-table .team-rank{font-weight:700;color:#1a73e8;width:40px;text-align:center}
.standing-table .team-name{font-weight:600;color:#1a1a2e}
.standing-table .team-stats{color:#666}
.standing-table .highlight-row{background:#fffbe6}
.conference-title{font-size:1.5rem;color:#1a1a2e;margin:25px 0 15px;padding-bottom:10px;border-bottom:2px solid #e94560}
.conference-title:first-child{margin-top:0}
.team-info{display:flex;align-items:center;gap:8px}
.team-info .team-logo{width:24px;height:24px;border-radius:50%;object-fit:cover}
.positive{color:#27ae60;font-weight:600}
.negative{color:#e74c3c;font-weight:600}
.section-header{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:30px;border-radius:12px;margin-bottom:25px}
.section-header h1{font-size:1.8rem;color:#fff;margin-bottom:8px}
.section-header p{color:#aaa;font-size:.95rem;line-height:1.7}
@media(max-width:768px){
    .section-header{padding:20px}
    .section-header h1{font-size:1.4rem}
    .standing-table{font-size:.85rem}
    .standing-table th,.standing-table td{padding:10px 8px}
    .standing-table .d-none{display:none}
}
@media(max-width:480px){
    .standing-table{font-size:.8rem}
}
