.nx-hero-badge-row { display: inline-flex; align-items: center; gap: 0.35rem; }
.nx-hero-status {
    background: var(--surface-elevated, rgba(255, 255, 255, 0.06));
    border: 1px solid var(--border-subtle);
    color: var(--text-muted);
    padding: 0.35rem 0.75rem;
    border-radius: 99px;
    font-size: 0.85rem;
    font-weight: 500;
}
.chart-note {
    font-size: 0.88rem;
    color: var(--text-muted);
    margin: 0.5rem 0 0;
    line-height: 1.5;
    max-width: 52rem;
}
.gmsl-hero { margin-top: 1rem; }
.chart-wrap { height: 320px; position: relative; margin-top: 0.75rem; }
.accel-callout {
    margin-top: 1rem;
    padding: 1rem;
    border-left: 3px solid #f59e0b;
    background: rgba(245, 158, 11, 0.08);
    font-size: 0.95rem;
}
#stations-map { height: 380px; border-radius: 8px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 1.5rem; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }

.table-scroll-container {
    width: 100%;
    overflow-x: auto;
    margin-top: 0.75rem;
    border-radius: 8px;
    border: 1px solid var(--border-subtle);
}

.nx-table {
    width: 100%;
    min-width: 20rem;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.9rem;
}

.nx-table th,
.nx-table td {
    padding: 0.65rem 1rem;
    border-bottom: 1px solid var(--border-subtle);
    vertical-align: middle;
}

.nx-table th {
    font-weight: 600;
    font-size: 0.8rem;
    color: var(--text-muted);
    text-align: left;
    background: var(--surface-elevated, rgba(255, 255, 255, 0.04));
}

.nx-table th.num-col,
.nx-table td.num-col {
    text-align: right;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.nx-table tr:last-child td {
    border-bottom: none;
}

.scenario-cell {
    min-width: 7.5rem;
    white-space: normal;
}

.scenario-cell strong {
    display: block;
    margin-bottom: 0.15rem;
}

.scenario-year {
    display: block;
    font-size: 0.85rem;
    color: var(--text-muted);
}

.split .table-scroll-container .nx-table {
    min-width: 18rem;
}
