.acta-hero {
    background: linear-gradient(135deg, #0b1f3a, #153a62);
    color: #f6f9ff;
}

.acta-kicker {
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .78rem;
    opacity: .8;
}

.acta-lead {
    max-width: 880px;
    opacity: .95;
}

.acta-page-card {
    overflow: hidden;
}

.acta-page-image {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

.acta-transcripcion {
    border-left: 5px solid #0b2545;
}

.acta-modal-content {
    background: #0d1118;
    color: #edf2f9;
}

.acta-zoom-toolbar {
    display: flex;
    gap: .5rem;
}

.acta-zoom-stage {
    overflow: auto;
    max-height: 70vh;
    border-radius: .75rem;
    border: 1px solid rgba(255, 255, 255, .15);
    background: #06080d;
    text-align: center;
    padding: 1rem;
}

.acta-zoom-image {
    transform-origin: center center;
    transition: transform .15s ease;
    max-width: 100%;
    user-select: none;
    -webkit-user-drag: none;
}

.acta-viewer-protected,
.acta-viewer-protected * {
    user-select: none;
}


.acta-transcripcion-pre {
    white-space: pre-wrap;
    font-family: "Times New Roman", Times, serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #1f2a37;
}