/* SinMatch admin — B.4.c */
#sinmatch-screen .sinmatch-row {
    display: grid;
    grid-template-columns: 60px 160px 110px 1fr 140px 90px;
    gap: 10px;
    align-items: center;
    padding: 8px 12px;
    border-bottom: 1px solid #f1f5f9;
    cursor: pointer;
    font-size: 13px;
}
#sinmatch-screen .sinmatch-row:hover { background-color: #f8fafc; }
#sinmatch-screen .sinmatch-row-focused { background-color: #eff6ff; box-shadow: inset 3px 0 0 #2563eb; }
#sinmatch-screen .sm-fecha { color: #64748b; font-variant-numeric: tabular-nums; }
#sinmatch-screen .sm-idext { color: #475569; font-family: monospace; font-size: 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#sinmatch-screen .sm-num { color: #0f172a; font-variant-numeric: tabular-nums; }
#sinmatch-screen .sm-desc { color: #0f172a; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#sinmatch-screen .sm-asignado { color: #1d4ed8; font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#sinmatch-screen .sm-estudio { color: #7c3aed; font-size: 11px; font-weight: 600; background-color: #f3e8ff; padding: 2px 8px; border-radius: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#sinmatch-screen .sm-estado { font-size: 11px; padding: 2px 6px; border-radius: 4px; text-align: center; }
#sinmatch-screen .sm-estado-1 { background-color: #fee2e2; color: #991b1b; } /* Pendiente */
#sinmatch-screen .sm-estado-2 { background-color: #fef3c7; color: #92400e; } /* Asignado */
#sinmatch-screen .sm-estado-3 { background-color: #d1fae5; color: #065f46; } /* Resuelto */
#sinmatch-screen .sm-estado-4 { background-color: #e5e7eb; color: #4b5563; } /* Descartado */

.resolver-result { padding: 6px 10px; border-bottom: 1px solid #f1f5f9; cursor: pointer; font-size: 13px; }
.resolver-result:hover { background-color: #f8fafc; }
.resolver-result-focused { background-color: #eff6ff; box-shadow: inset 3px 0 0 #2563eb; }
