.game-tournament-preview {
    display: flex;
    gap: var(--spacing-small);
    padding: var(--spacing-small);
    background: rgba(0, 0, 0, 0.25);
    border-radius: var(--radius-small);
    font-size: 0.65rem;
    z-index: 2;
    position: relative;
}

.gtp-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.gtp-label {
    font-size: 0.6rem;
    color: var(--color-ice-07);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.gtp-row {
    display: flex;
    align-items: center;
    gap: 4px;
}

.gtp-medal { flex-shrink: 0; font-size: 0.7rem; }

.gtp-name {
    flex: 1;
    color: var(--color-ice-09);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gtp-score {
    color: var(--color-ice-07);
    font-weight: 600;
    flex-shrink: 0;
}

.gtp-empty {
    color: var(--color-ice-05);
    font-size: 0.65rem;
    text-align: center;
}

.gtp-divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.08);
    align-self: stretch;
}
