/*
 * Axinar v0.24 authoritative Games dashboard presentation.
 * The renderer emits these classes directly; no later version layer should
 * rearrange the title row or inject additional card controls.
 */
.game-title-row{
    display:flex;
    align-items:center;
    gap:6px;
    min-width:0;
    max-width:100%;
}
.game-title-row>.game-name{
    flex:1 1 auto;
    min-width:0;
    margin:0;
}
.game-rename{
    flex:0 0 28px;
    min-width:28px!important;
    width:28px;
    height:28px;
    padding:0!important;
    border-radius:7px;
    font-size:16px;
    line-height:1;
}
.game-player-line{
    display:block;
    min-width:0;
    max-width:100%;
    overflow:hidden;
    white-space:nowrap;
}

.game-card .game-score{
    color:var(--v230-muted);
    font-weight:650;
}
.game-score-number{color:var(--v230-decorative)}
.game-card .game-status,
.game-card .turn-chip{font-variant-numeric:tabular-nums}
