/* HYROX standards reference panel on the Challenges page.
   Theme: navy #0a1628 / #0f1a2e / #16223c, gold #c8a03c, white. No icons. */

.hyrox-standards {
    margin-top: 1.75rem;
    background: #0f1a2e;
    border: 1px solid rgba(200, 160, 60, 0.25);
    border-radius: 12px;
    padding: 1.25rem 1.25rem 1.5rem;
}

.hyrox-standards-head h2 {
    margin: 0 0 0.4rem;
    font-size: 1.15rem;
    color: #c8a03c;
    letter-spacing: 0.02em;
}

.hyrox-standards-head p {
    margin: 0 0 1rem;
    font-size: 0.85rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.7);
    max-width: 70ch;
}

.hyrox-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hyrox-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 560px;
    font-size: 0.85rem;
    color: #fff;
}

.hyrox-table thead th {
    background: #16223c;
    color: #c8a03c;
    text-align: left;
    padding: 0.6rem 0.75rem;
    font-weight: 600;
    white-space: nowrap;
    border-bottom: 1px solid rgba(200, 160, 60, 0.3);
}

.hyrox-table tbody td {
    padding: 0.55rem 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    white-space: nowrap;
}

.hyrox-table tbody tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.02);
}

.hyrox-table tbody tr:hover td {
    background: rgba(200, 160, 60, 0.06);
}

.hyrox-div {
    font-weight: 600;
    color: #fff;
}

.hyrox-sex {
    color: rgba(255, 255, 255, 0.75);
}

/* Tier emphasis: brightest at Elite, fading toward Finisher. */
.hyrox-band.band-0 { color: #c8a03c; font-weight: 600; }
.hyrox-band.band-1 { color: rgba(255, 255, 255, 0.92); }
.hyrox-band.band-2 { color: rgba(255, 255, 255, 0.78); }
.hyrox-band.band-3 { color: rgba(255, 255, 255, 0.6); }

@media (max-width: 600px) {
    .hyrox-standards { padding: 1rem; }
    .hyrox-table { font-size: 0.8rem; }
}
