.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;
    flex: 0 1 auto;
}

.lb-play-logo-image {
    display: block;
    height: var(--header-logo-height, 32px);
    width: auto;
    max-width: min(48vw, 180px);
    max-height: 36px;
    object-fit: contain;
    object-position: left center;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.lb-play-loading-mark {
    display: block;
    width: auto;
    height: 48px;
    max-width: 220px;
    object-fit: contain;
    border-radius: 0;
    background: transparent;
}

.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,
.lb-play-shell.is-play-fs .lb-play-stage {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
}

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

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

.lb-play-shell.is-play-fs .lb-play-topbar {
    display: none !important;
}

html.lb-play-native-fs,
html.lb-play-native-fs body {
    overflow: hidden;
}

.lb-play-fs-catch {
    position: absolute;
    inset: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

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

.lb-play-fs-exit {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 0 10px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 8px;
    color: #fff;
    background: rgba(0, 0, 0, .62);
    font-size: .72rem;
    font-weight: 800;
    cursor: pointer;
}

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

@media (max-width: 780px) {
    .lb-play-topbar {
        min-height: 52px;
        padding: 6px 12px;
        gap: 8px;
    }

    .lb-play-logo-image {
        height: 26px;
        max-height: 28px;
        max-width: min(46vw, 160px);
    }

    .lb-play-back {
        padding: 0 10px;
    }

    .lb-play-back span {
        font-size: .72rem;
    }

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