/**
 * Embedded concept poster — Vault Viewer fullscreen wall display
 */

.concept-poster-slide {
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    min-height: calc(100vh - 80px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.concept-poster-native-mount {
    flex: 1;
    width: 100%;
    min-height: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.cp-vault-stage {
    flex: 1;
    width: 100%;
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    box-sizing: border-box;
    overflow: hidden;
}

.cp-vault-holder {
    position: relative;
    flex-shrink: 0;
}

.cp-vault-holder .cp-poster {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: top left;
    max-width: none;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.cp-vault-error {
    padding: 2rem;
    text-align: center;
    color: #fca5a5;
    font-size: 1.1rem;
}

.cp-vault-error i {
    display: block;
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
}

body.fullscreen-active .concept-poster-slide .cp-vault-stage {
    min-height: 100vh;
    padding: 0.5rem;
}

body.vault-viewer-body.vault-jglover-banana-theme .slide-content.concept-poster-slide {
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
