.lb-play-loading,
.lb-play-error {
    display: none !important;
}

body.site-shell-v2.is-play-view .site-top-stack,
body.site-shell-v2.is-play-view .sidebar,
body.site-shell-v2.is-play-view .mobile-sidebar,
body.site-shell-v2.is-play-view .mobile-sidebar-overlay,
body.site-shell-v2.is-play-view .site-footer,
body.site-shell-v2.is-play-view .mobile-bottom-nav,
body.site-shell-v2.is-play-view .cmdp,
body.site-shell-v2.is-play-view #nprogress-bar,
body.site-shell-v2.is-play-view .call-me-fab,
body.site-shell-v2.is-play-view .header-contact {
    display: none !important;
}

body.site-shell-v2.is-play-view .app-shell,
body.site-shell-v2.is-play-view .main-column,
body.site-shell-v2.is-play-view .main-content {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 100vh;
    background: #070b10;
}

.lb-play-shell {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #070b10;
}

.lb-play-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 56px;
    padding: 8px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: #0b1016;
}

.lb-play-logo {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.lb-play-logo-image {
    display: block;
    height: 48px;
    width: 48px;
    max-height: 48px;
    object-fit: contain;
    background: #050505;
    border: 0;
    border-radius: 12px;
}

.lb-play-loading-mark {
    display: block;
    width: 88px;
    height: 88px;
    object-fit: contain;
    border-radius: 22px;
    background: #050505;
    box-shadow: 0 8px 28px rgba(0,0,0,.45);
}

.lb-play-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid rgba(var(--primary-rgb), .45);
    border-radius: 9px;
    color: #111;
    background: linear-gradient(180deg, var(--primary-light, #fbbf24), var(--primary, #d1af1a));
    font-size: .78rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.lb-play-loading,
.lb-play-error {
    display: grid;
    place-items: center;
    gap: 10px;
    flex: 1;
    padding: 32px 16px;
    color: #c8c8c8;
    text-align: center;
}

.lb-play-error i {
    font-size: 32px;
    color: var(--primary, #d1af1a);
}

.lb-play-error-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.lb-play-back-alt {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 9px;
    color: #ddd;
    border: 1px solid rgba(255,255,255,.14);
    text-decoration: none;
    font-weight: 700;
}

.lb-play-stage {
    position: relative;
    flex: 1;
    min-height: 0;
    background: #000;
}

.lb-play-stage:fullscreen,
.lb-play-stage:-webkit-full-screen {
    width: 100vw;
    height: 100vh;
}

.lb-play-frame {
    display: block;
    width: 100%;
    height: calc(100vh - 56px);
    border: 0;
    background: #000;
}

.lb-play-stage:fullscreen .lb-play-frame,
.lb-play-stage:-webkit-full-screen .lb-play-frame {
    height: 100vh;
}

.lb-play-fs-catch {
    position: absolute;
    inset: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.lb-play-fs-catch[hidden] {
    display: none !important;
}

@media (max-width: 780px) {
    .lb-play-back span {
        font-size: .72rem;
    }

    .lb-play-frame {
        height: calc(100vh - 52px);
    }
}
