.comparison-wrap {
    overflow-x: auto;
    border: 1px solid var(--line);
}

.comparison-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    background: var(--panel);
}

.comparison-table th,
.comparison-table td {
    padding: 13px;
    border: 1px solid var(--line);
    text-align: left;
    font-size: 12px;
}

.comparison-table thead th {
    color: var(--muted);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.comparison-table tbody th { min-width: 190px; }
.comparison-table tbody th small {
    display: block;
    margin: 3px 0;
    color: var(--muted);
}
.comparison-table td.correct { background: #12301f; color: #65de99; }
.comparison-table td.wrong { background: #351315; color: #ef8383; }
.comparison-table td.missing { color: var(--muted); }

.comparison-fight {
    display: grid;
    grid-template-columns: minmax(110px, 1fr) 24px minmax(110px, 1fr);
    align-items: center;
    gap: 7px;
}

.comparison-fight > span,
.comparison-winner {
    display: flex;
    align-items: center;
    gap: 8px;
}

.comparison-fight img,
.comparison-winner img,
.comparison-fight i,
.comparison-winner i {
    width: 42px;
    height: 50px;
    flex: 0 0 auto;
    border-radius: 2px;
    object-fit: cover;
    object-position: top center;
    background: #25272d;
}

.comparison-fight i,
.comparison-winner i {
    display: grid;
    place-items: center;
    color: var(--muted);
    font: 700 22px "Barlow Condensed";
}

.comparison-fight small { text-align: center; }
.comparison-fight a,.winner-result a { color: var(--ink); text-decoration: none; }
.comparison-fight a:hover b,.winner-result a:hover b { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.comparison-winner { min-width: 140px; }

.winner-result {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.winner-result small {
    color: var(--muted);
    font-size: 10px;
    line-height: 1.3;
    white-space: nowrap;
}

.bonus-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-top: 5px;
}

.bonus-badges em {
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #7a5d20;
    border-radius: 2px;
    background: #31260f;
    color: var(--gold);
    font: 700 8px/1.2 Inter;
    font-style: normal;
    white-space: nowrap;
}

.scoring-note {
    margin: -4px 0 14px;
    padding: 12px 14px;
    border-left: 3px solid var(--gold);
    background: #1b1811;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.5;
}

.scoring-note strong { color: var(--gold); }

.achievement { color: var(--gold); white-space: nowrap; }
.streak { color: #ff8667; white-space: nowrap; }

.reveal-lock {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    border-left: 3px solid var(--gold);
}

.reveal-lock > span { font-size: 28px; }
.reveal-lock p { margin: 4px 0 0; color: var(--muted); }
