/* --- บังคับอัปเดตหลัง deploy --- */
.version-update-root {
    position: fixed;
    inset: 0;
    z-index: 20000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    pointer-events: auto;
}

.version-update-root:not([hidden]) {
    display: flex;
}

.version-update-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
}

.version-update-panel {
    position: relative;
    z-index: 1;
    width: min(100%, 340px);
    padding: 18px 16px 16px;
    text-align: center;
}

.version-update-title {
    margin: 0 0 12px;
    font-size: var(--text-lg);
    color: var(--px-gold, #e8c547);
}

.version-update-message {
    margin: 0 0 16px;
    font-size: var(--text-sm);
    line-height: 1.55;
    color: var(--px-text, #e8dcc8);
}
