/* MichaelAirJordan.com v2.5 - Stage 2 editorial layer */
.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:1rem;border:1px solid rgba(255,255,255,.08);border-radius:16px}
.data-table{width:100%;border-collapse:collapse;min-width:760px;background:rgba(0,0,0,.08)}
.data-table th,.data-table td{padding:.72rem .68rem;text-align:right;border-bottom:1px solid rgba(255,255,255,.07);white-space:nowrap}
.data-table th:first-child,.data-table td:first-child{text-align:left}
.data-table thead th{color:#d6b45e;font-family:'Oswald',Arial,sans-serif;letter-spacing:.04em;text-transform:uppercase;background:rgba(255,255,255,.035)}
.data-table tbody tr:hover{background:rgba(255,255,255,.025)}
.data-table .career-row{font-weight:700;background:rgba(214,180,94,.08)}
.stat-grid,.season-grid,.timeline-grid,.archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1rem}
.stat-card,.season-card,.timeline-card,.archive-card{padding:1rem;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.035)}
.stat-card strong,.season-card strong,.timeline-card strong,.archive-card strong{display:block;font-family:'Oswald',Arial,sans-serif;color:#fff;font-size:1.2rem;letter-spacing:.02em}
.stat-card span,.season-card span,.timeline-card span,.archive-card span{display:block;margin-top:.35rem;color:#b9bec7;line-height:1.55}
.season-card a,.archive-card a{color:inherit;text-decoration:none}
.season-card a:hover strong,.archive-card a:hover strong{color:#d6b45e}
.era-title{margin:1.4rem 0 .35rem;font-family:'Oswald',Arial,sans-serif;font-size:1.45rem;color:#d6b45e;text-transform:uppercase;letter-spacing:.04em}
.editorial-note,.source-note,.archive-note{margin-top:1rem;padding:1rem 1.05rem;border-left:3px solid #d6b45e;background:rgba(214,180,94,.07);color:#d8dbe0;line-height:1.7;border-radius:0 12px 12px 0}
.archive-note{border-left-color:#e03b47;background:rgba(224,59,71,.07)}
.source-note a{color:#f0d27e}
.timeline{display:grid;gap:.9rem;margin-top:1rem}
.timeline-item{display:grid;grid-template-columns:9rem 1fr;gap:1rem;padding:1rem;border:1px solid rgba(255,255,255,.07);border-radius:16px;background:rgba(255,255,255,.03)}
.timeline-date{font-family:'Oswald',Arial,sans-serif;color:#d6b45e;text-transform:uppercase;letter-spacing:.04em}
.timeline-copy{color:#e7e9ed;line-height:1.65}
.timeline-copy strong{color:#fff}
.story-accent{border-color:rgba(214,180,94,.28);background:linear-gradient(135deg,rgba(214,180,94,.10),rgba(224,59,71,.06))}
.story-accent h2{color:#f0d27e}
.microcopy{font-size:.95rem;color:#b9bec7;font-style:italic}
.news-list{display:grid;gap:1rem;margin-top:1rem}
.news-item{padding:1rem 1.05rem;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.03)}
.news-item time{display:block;color:#d6b45e;font-size:.86rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.35rem}
.news-item h3{margin:.1rem 0 .45rem;font-family:'Oswald',Arial,sans-serif;font-size:1.25rem;color:#fff}
.news-item p{margin:0;color:#e1e4e8;line-height:1.7}
.news-nav{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}
.news-nav a{padding:.55rem .75rem;border:1px solid rgba(255,255,255,.1);border-radius:999px;text-decoration:none;background:rgba(255,255,255,.035)}
.news-nav a:hover{border-color:rgba(214,180,94,.35);background:rgba(214,180,94,.08)}
@media(max-width:860px){.stat-grid,.season-grid,.timeline-grid,.archive-grid{grid-template-columns:1fr}.timeline-item{grid-template-columns:1fr;gap:.35rem}.data-table{min-width:680px}}


/* v2.5.1: archive grids inside narrow sidebars must not inherit the 3-column content grid. */
.sidebar .archive-grid{grid-template-columns:1fr!important;gap:.65rem;min-width:0}
.sidebar .archive-grid>li,.sidebar .archive-link{min-width:0;width:100%}
.sidebar .archive-link strong,.sidebar .archive-link small{white-space:normal;word-break:normal;overflow-wrap:break-word}
