#baighelper-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.92);
    z-index: 2147483647;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

/* Para evitar que quede oculto por accidente */
#baighelper-overlay.baighelper-visible {
    display: flex;
}

#baighelper-box {
    max-width: 480px;
    width: 1000%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

#baighelper-box img {
    max-width: 180px;
    height: auto;
}

#baighelper-box h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

#baighelper-button {
    background: #ff6a00;
    border: none;
    border-radius: 8px;
    padding: 14px 28px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    width: 1000%;
    max-width: 320px;
}
