/* Vista previa RGA — solo exploración visual en iframe */
body.rga-demo-tunnel {
    padding-top: 2.5rem;
}
body.rga-demo-tunnel .rga-demo-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 2.5rem;
    padding: 0.4rem 0.85rem;
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: #1e3a5f;
    background: linear-gradient(90deg, #fef3c7 0%, #e0f2fe 55%, #dbeafe 100%);
    border-bottom: 1px solid rgba(0, 112, 176, 0.22);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1);
}
body.rga-demo-tunnel main {
    min-height: calc(100vh - 2.5rem);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
body.rga-demo-tunnel.rga-demo-tunnel--embed {
    padding-top: 0;
}
body.rga-demo-tunnel.rga-demo-tunnel--embed .rga-demo-bar {
    position: sticky;
}

/* En iframe del modal: scroll más cómodo y tipografía un poco más grande */
html.rga-demo-ready body.rga-demo-tunnel {
    scroll-behavior: smooth;
}
@media (min-width: 900px) {
    body.rga-demo-tunnel main {
        font-size: 1.02rem;
    }
}

body.rga-demo-tunnel main a,
body.rga-demo-tunnel main button,
body.rga-demo-tunnel main input,
body.rga-demo-tunnel main textarea,
body.rga-demo-tunnel main select,
body.rga-demo-tunnel main [role="button"],
body.rga-demo-tunnel main label[for] {
    pointer-events: none !important;
    cursor: default !important;
}
body.rga-demo-tunnel .rga-demo-embed-only {
    margin: 0;
    padding: 0;
}
