/**
 * Panóptico — refuerzo UI compacta en contenido (#app-content).
 * Las vistas nuevas deben usar UiHelper; esto ajusta legacy sin tocar cada archivo.
 */
#app-content {
    font-size: 0.875rem;
    line-height: 1.45;
}

#app-content .space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.75rem;
}

#app-content .space-y-5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.625rem;
}

#app-content .rounded-xl.p-6,
#app-content .rounded-xl.p-5 {
    padding: 0.75rem;
    border-radius: 0.5rem;
}

#app-content .rounded-lg.p-6 {
    padding: 0.75rem;
}

#app-content h2.text-2xl,
#app-content h2.text-xl {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 600;
}

#app-content h3.text-lg,
#app-content h3.text-xl {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
}

#app-content h2.text-2xl.mb-2,
#app-content h2.text-xl.mb-2,
#app-content h3.text-lg.mb-4,
#app-content h3.text-lg.mb-2 {
    margin-bottom: 0.25rem;
}

#app-content p.text-base {
    font-size: 0.875rem;
}

#app-content .p-4.rounded-lg,
#app-content .p-4.rounded-xl {
    padding: 0.625rem;
}

#app-content table.text-sm th,
#app-content table th.px-4 {
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
}

#app-content table.text-sm td,
#app-content table td.px-4 {
    padding: 0.5rem 0.75rem;
}
