/* Transcriptor Dashboard — CSS personalizado */

body {
    background-color: #f8f9fa;
    font-size: 0.93rem;
}

/* Tarjetas de estadisticas */
.stat-card .card-body {
    padding: 0.8rem;
}
.stat-card .stat-value {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
}
.stat-card .stat-label {
    font-size: 0.78rem;
    color: #6c757d;
    text-transform: uppercase;
}
.stat-card a {
    text-decoration: none;
}
.stat-card a:hover .stat-value {
    opacity: 0.8;
}

/* Tablas de llamadas */
.table-llamadas th {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.table-llamadas td {
    vertical-align: middle;
    font-size: 0.88rem;
}
.table-llamadas .badge {
    font-size: 0.75rem;
}

/* Bloque de texto transcrito */
.transcripcion-texto {
    white-space: pre-wrap;
    font-size: 0.93rem;
    line-height: 1.7;
    background-color: #fff;
    padding: 1rem;
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
    max-height: 600px;
    overflow-y: auto;
}

/* Tabla de segmentos */
.table-segmentos {
    font-size: 0.82rem;
}

/* Resaltado de busqueda */
mark {
    background-color: #fff3cd;
    padding: 0.1em 0.2em;
    border-radius: 2px;
}

/* Audio player */
audio {
    height: 36px;
}

/* Filtros */
.form-label-sm {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #6c757d;
}

/* Badges mas compactos */
.badge {
    font-weight: 500;
}
