.lcp-home {
    --lcp-bg: #050506;
    --lcp-panel: #111214;
    --lcp-panel-2: #191a1e;
    --lcp-line: rgba(255, 255, 255, 0.13);
    --lcp-line-strong: rgba(255, 255, 255, 0.22);
    --lcp-line-glow: 0 0 18px rgba(255, 255, 255, 0.045), inset 0 1px 0 rgba(255, 255, 255, 0.055);
    --lcp-line-glow-soft: 0 0 12px rgba(255, 255, 255, 0.03), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    --lcp-edge-stroke: rgba(255, 255, 255, 0.24);
    --lcp-edge-glow: 0 0 0 1px rgba(255, 255, 255, 0.055), 0 0 8px rgba(255, 255, 255, 0.045), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
    --lcp-text: #f7f7f8;
    --lcp-muted: #8f9299;
    --lcp-soft: #c9cbd0;
    --lcp-accent: #f1f1f3;
    background:
        radial-gradient(circle at 12% 0, rgba(255, 255, 255, 0.055), transparent 28rem),
        var(--lcp-bg);
    color: var(--lcp-text);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
    margin: 0;
    min-height: 100vh;
    padding: 0 clamp(16px, 4vw, 46px) 56px;
    position: relative;
}

.lcp-home::before {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 18%, transparent 76%, rgba(255, 255, 255, 0.018)),
        radial-gradient(circle at 68% 9%, rgba(255, 255, 255, 0.04), transparent 28rem);
    content: "";
    inset: 0;
    opacity: 0.82;
    pointer-events: none;
    position: fixed;
    z-index: 0;
}

.lcp-home > * {
    position: relative;
    z-index: 1;
}

body:has(.lcp-home-beta),
body:has(.lcp-gallery-page),
body:has(.lcp-feed-page),
body:has(.lcp-videos-page) {
    background: #050506 !important;
}

body.admin-bar .lcp-home {
    padding-top: 32px;
}

body.admin-bar .lcp-feed-header {
    top: 32px;
}

body:has(.lcp-home-beta) header,
body:has(.lcp-home-beta) footer,
body:has(.lcp-home-beta) #header,
body:has(.lcp-home-beta) #footer,
body:has(.lcp-home-beta) .site-header,
body:has(.lcp-home-beta) .site-footer,
body:has(.lcp-home-beta) .wp-site-blocks > header,
body:has(.lcp-home-beta) .wp-site-blocks > footer,
body:has(.lcp-gallery-page) header,
body:has(.lcp-gallery-page) footer,
body:has(.lcp-gallery-page) #header,
body:has(.lcp-gallery-page) #footer,
body:has(.lcp-gallery-page) .site-header,
body:has(.lcp-gallery-page) .site-footer,
body:has(.lcp-gallery-page) .wp-site-blocks > header,
body:has(.lcp-gallery-page) .wp-site-blocks > footer,
body:has(.lcp-feed-page) header,
body:has(.lcp-feed-page) footer,
body:has(.lcp-feed-page) #header,
body:has(.lcp-feed-page) #footer,
body:has(.lcp-feed-page) .site-header,
body:has(.lcp-feed-page) .site-footer,
body:has(.lcp-feed-page) .wp-site-blocks > header,
body:has(.lcp-feed-page) .wp-site-blocks > footer,
body:has(.lcp-videos-page) header,
body:has(.lcp-videos-page) footer,
body:has(.lcp-videos-page) #header,
body:has(.lcp-videos-page) #footer,
body:has(.lcp-videos-page) .site-header,
body:has(.lcp-videos-page) .site-footer,
body:has(.lcp-videos-page) .wp-site-blocks > header,
body:has(.lcp-videos-page) .wp-site-blocks > footer {
    display: none !important;
}

body:has(.lcp-home-beta) main,
body:has(.lcp-home-beta) .entry-content,
body:has(.lcp-home-beta) .wp-site-blocks,
body:has(.lcp-gallery-page) main,
body:has(.lcp-gallery-page) .entry-content,
body:has(.lcp-gallery-page) .wp-site-blocks,
body:has(.lcp-feed-page) main,
body:has(.lcp-feed-page) .entry-content,
body:has(.lcp-feed-page) .wp-site-blocks,
body:has(.lcp-videos-page) main,
body:has(.lcp-videos-page) .entry-content,
body:has(.lcp-videos-page) .wp-site-blocks {
    background: #050506 !important;
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
}

.lcp-home *,
.lcp-player *,
.lcp-gallery-lightbox * {
    box-sizing: border-box;
    letter-spacing: 0;
}

.lcp-site-nav {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1180px;
    min-height: 78px;
    padding: 0;
}

.lcp-brand,
.lcp-site-nav a {
    color: var(--lcp-text) !important;
    text-decoration: none;
}

.lcp-brand {
    align-items: center;
    display: inline-flex;
    font-size: 15px;
    font-weight: 820;
    gap: 10px;
    justify-content: center;
    min-height: 40px;
    min-width: 40px;
}

.lcp-brand span {
    background: #f7f7f8;
    border-radius: 3px;
    display: inline-block;
    height: 11px;
    position: relative;
    transform: rotate(-24deg);
    width: 24px;
}

.lcp-brand span::after {
    background: #050506;
    border-radius: 2px;
    content: "";
    height: 5px;
    left: 7px;
    position: absolute;
    top: 2.5px;
    width: 10px;
}

.lcp-site-nav div {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-end;
}

.lcp-site-nav div a {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    color: var(--lcp-muted) !important;
    display: inline-flex;
    font-size: 14px;
    font-weight: 720;
    gap: 7px;
    min-height: 38px;
    padding: 9px 12px;
}

.lcp-nav-icon {
    align-items: center;
    color: currentColor;
    display: inline-grid;
    flex: 0 0 auto;
    height: 18px;
    justify-items: center;
    opacity: 0.86;
    width: 18px;
}

.lcp-nav-icon svg {
    display: block;
    height: 18px;
    overflow: visible;
    width: 18px;
}

.lcp-nav-icon svg path,
.lcp-nav-icon svg rect,
.lcp-nav-icon svg circle {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.85;
    vector-effect: non-scaling-stroke;
}

.lcp-site-nav div a:hover .lcp-nav-icon,
.lcp-site-nav div a.is-active .lcp-nav-icon {
    opacity: 1;
}

.lcp-nav-label {
    min-width: 0;
}

.lcp-site-nav div a:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.08);
    color: var(--lcp-text) !important;
}

.lcp-site-nav div a.is-active {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.12);
    color: var(--lcp-text) !important;
}

.lcp-content-tools {
    display: grid;
    gap: 10px;
    margin: 0 auto 18px;
    max-width: 1180px;
}

.lcp-search-field {
    display: grid;
    gap: 7px;
}

.lcp-search-field span {
    color: var(--lcp-muted);
    font-size: 11px;
    font-weight: 820;
    text-transform: uppercase;
}

.lcp-search-field input {
    appearance: none;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    color: var(--lcp-text);
    font: inherit;
    font-size: 14px;
    font-weight: 720;
    min-height: 42px;
    outline: 0;
    padding: 0 15px;
    width: 100%;
}

.lcp-search-field input:focus {
    background: rgba(255, 255, 255, 0.085);
    border-color: rgba(255, 255, 255, 0.34);
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.055);
}

.lcp-search-field input::placeholder {
    color: rgba(247, 247, 248, 0.42);
}

.lcp-filter-bar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    max-width: none;
}

.lcp-filter-bar button {
    appearance: none;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 999px;
    color: var(--lcp-muted);
    cursor: pointer;
    font-size: 13px;
    font-weight: 760;
    min-height: 34px;
    padding: 7px 12px;
}

.lcp-filter-bar button:hover,
.lcp-filter-bar button.is-active {
    background: rgba(247, 247, 248, 0.94);
    border-color: rgba(255, 255, 255, 0.26);
    color: #050506;
}

.is-filtered-out {
    display: none !important;
}

.lcp-feed-wrap .lcp-content-tools {
    margin-bottom: 12px;
    max-width: 660px;
}

.lcp-videos-page .lcp-content-tools {
    align-items: end;
    grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr);
    margin-bottom: clamp(16px, 2.4vw, 26px);
}

.lcp-now,
.lcp-home-section {
    margin: 0 auto;
    max-width: 1180px;
}

.lcp-now {
    align-items: stretch;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1.16fr) minmax(300px, 0.84fr);
    min-height: min(720px, calc(100vh - 116px));
    padding: 14px 0 34px;
}

.lcp-now-copy,
.lcp-now-preview,
.lcp-home-card,
.lcp-update-row,
.lcp-empty {
    background: rgba(17, 18, 20, 0.92);
    border: 1px solid var(--lcp-line);
}

.lcp-now-copy {
    align-content: end;
    border-radius: 22px;
    display: grid;
    min-height: 520px;
    overflow: hidden;
    padding: clamp(24px, 5vw, 58px);
}

.lcp-eyebrow {
    color: var(--lcp-muted) !important;
    font-size: 12px !important;
    font-weight: 820;
    margin: 0 0 14px !important;
    text-transform: uppercase;
}

.lcp-now h1 {
    color: var(--lcp-text);
    font-size: clamp(44px, 8vw, 112px);
    font-weight: 870;
    line-height: 0.92;
    margin: 0 0 20px;
    max-width: 900px;
}

.lcp-now p {
    color: var(--lcp-soft);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.48;
    margin: 0 0 22px;
    max-width: 720px;
}

.lcp-now-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.lcp-now-meta span {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid var(--lcp-line);
    border-radius: 999px;
    color: var(--lcp-soft);
    font-size: 13px;
    font-weight: 760;
    padding: 8px 11px;
}

.lcp-link {
    align-items: center;
    background: var(--lcp-accent);
    border-radius: 999px;
    color: #050506 !important;
    display: inline-flex;
    font-size: 15px;
    font-weight: 820;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    text-decoration: none;
    width: max-content;
}

.lcp-now-preview {
    border-radius: 22px;
    min-height: 520px;
    overflow: hidden;
}

.lcp-now-media {
    background-color: var(--lcp-panel-2);
    background-position: center;
    background-size: cover;
    height: 100%;
    min-height: inherit;
}

.lcp-now-card {
    align-content: end;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 40%),
        var(--lcp-panel-2);
    display: grid;
    gap: 10px;
    height: 100%;
    min-height: inherit;
    padding: 28px;
}

.lcp-now-card span {
    color: var(--lcp-muted);
    font-size: 13px;
    font-weight: 820;
    text-transform: uppercase;
}

.lcp-now-card b {
    color: var(--lcp-text);
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.02;
}

.lcp-home-section {
    padding: 34px 0 0;
}

.lcp-section-head {
    align-items: end;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 14px;
}

.lcp-section-head h2 {
    color: var(--lcp-text);
    font-size: clamp(25px, 3vw, 42px);
    line-height: 1;
    margin: 0;
}

.lcp-latest-list {
    border-top: 1px solid var(--lcp-line);
    display: grid;
}

.lcp-update-row {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    border-top: 0;
}

.lcp-update-row a {
    color: inherit !important;
    display: grid;
    gap: 7px;
    padding: 20px 0;
    text-decoration: none;
}

.lcp-update-row span,
.lcp-card-copy span {
    color: var(--lcp-muted);
    font-size: 12px;
    font-weight: 820;
    text-transform: uppercase;
}

.lcp-update-row b {
    color: var(--lcp-text);
    font-size: clamp(19px, 2vw, 27px);
    line-height: 1.12;
}

.lcp-update-row p,
.lcp-card-copy p {
    color: var(--lcp-muted);
    font-size: 15px;
    line-height: 1.45;
    margin: 0;
}

.lcp-card-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lcp-home-card {
    border-radius: 18px;
    overflow: hidden;
}

.lcp-home-card a {
    color: inherit !important;
    display: grid;
    min-height: 100%;
    text-decoration: none;
}

.lcp-card-media {
    aspect-ratio: 16 / 10;
    background-color: var(--lcp-panel-2);
    background-position: center;
    background-size: cover;
}

.lcp-card-media.is-empty {
    align-items: end;
    display: grid;
    padding: 14px;
}

.lcp-card-media.is-empty span {
    color: var(--lcp-muted);
    font-size: 12px;
    font-weight: 820;
    text-transform: uppercase;
}

.lcp-card-copy {
    display: grid;
    gap: 8px;
    padding: 15px;
}

.lcp-card-copy b {
    color: var(--lcp-text);
    font-size: 17px;
    line-height: 1.2;
}

.lcp-empty {
    border-radius: 16px;
    color: var(--lcp-muted);
    padding: 18px;
}

.lcp-player {
    background: #101113;
    border: 1px solid #30343c;
    border-radius: 8px;
    color: #f7f7f8;
    margin: 0 0 24px;
    padding: clamp(12px, 3vw, 20px);
}

.lcp-player-frame {
    background: #050506;
    border: 1px solid #30343c;
    border-radius: 8px;
    overflow: hidden;
}

.lcp-player video {
    aspect-ratio: 16 / 9;
    background: #050506;
    display: block;
    width: 100%;
}

.lcp-player-fallback {
    align-items: center;
    aspect-ratio: 16 / 9;
    display: grid;
    justify-items: center;
    padding: 24px;
    text-align: center;
}

.lcp-player-fallback p {
    color: #aeb4bd;
    margin: 0;
}

.lcp-mirrors {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.lcp-mirrors span,
.lcp-mirrors a {
    align-items: center;
    border: 1px solid #30343c;
    border-radius: 8px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    min-height: 32px;
    padding: 0 10px;
}

.lcp-mirrors span {
    color: #aeb4bd;
}

.lcp-mirrors a {
    color: #4f8cff !important;
    text-decoration: none;
}

.lcp-app-shell {
    background: #0f1013;
    min-height: 100vh;
}

.lcp-app-shell .lcp-mobile-editor {
    border-radius: 0;
    margin: 0;
    min-height: 100vh;
}

.lcp-app-login {
    align-content: center;
    background: #0f1013;
    color: #f7f7f8;
    display: grid;
    justify-items: start;
    min-height: 100vh;
    padding: clamp(24px, 7vw, 64px);
}

.lcp-app-login h1 {
    color: #f7f7f8;
    font-size: clamp(40px, 9vw, 78px);
    line-height: 1;
    margin: 0 0 14px;
}

.lcp-app-login p {
    color: #aeb4bd;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 20px;
    max-width: 520px;
}

@media (max-width: 980px) {
    .lcp-now,
    .lcp-card-grid {
        grid-template-columns: 1fr 1fr;
    }

    .lcp-latest-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .lcp-home {
        padding-inline: 12px;
    }

    .lcp-site-nav {
        align-items: flex-start;
        display: grid;
        min-height: 92px;
        padding: 16px 0 10px;
    }

    .lcp-site-nav div {
        justify-content: flex-start;
    }

    .lcp-now,
    .lcp-card-grid {
        grid-template-columns: 1fr;
    }

    .lcp-now {
        min-height: 0;
    }

    .lcp-now-copy,
    .lcp-now-preview {
        min-height: 360px;
    }

    .lcp-section-head {
        align-items: start;
        display: grid;
    }

    .lcp-filter-bar {
        flex-wrap: nowrap;
        margin-bottom: 14px;
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: none;
    }

    .lcp-content-tools,
    .lcp-videos-page .lcp-content-tools {
        grid-template-columns: 1fr;
    }

    .lcp-filter-bar::-webkit-scrollbar {
        display: none;
    }

    .lcp-filter-bar button {
        flex: 0 0 auto;
    }

    .lcp-latest-head {
        align-items: start;
        display: grid;
    }

    .lcp-latest-head span {
        max-width: 100%;
        text-align: left;
    }

    .lcp-latest-grid {
        grid-template-columns: 1fr;
    }
}

.lcp-home-simple .lcp-site-nav {
    min-height: 88px;
}

.lcp-home-simple .lcp-wordmark {
    justify-content: flex-start;
    min-width: 0;
}

.lcp-wordmark-image {
    display: block;
    height: auto;
    max-width: min(42vw, 190px);
    width: clamp(128px, 16vw, 190px);
}

.lcp-simple-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1.34fr) minmax(240px, 0.66fr);
    margin: 0 auto;
    max-width: 1180px;
    min-height: min(760px, calc(100vh - 116px));
    padding: 14px 0 34px;
}

.lcp-simple-panel {
    align-content: end;
    --lcp-box-bg-image: none;
    --lcp-box-image-blur: 0px;
    --lcp-box-image-opacity: 0;
    --lcp-box-image-position-x: 50%;
    --lcp-box-image-position-y: 50%;
    --lcp-box-image-position: var(--lcp-box-image-position-x) var(--lcp-box-image-position-y);
    --lcp-box-image-offset-x: 0%;
    --lcp-box-image-offset-y: 0%;
    --lcp-box-image-zoom: 1.08;
    --lcp-box-overlay-opacity: 0.45;
    background: rgba(14, 15, 17, 0.96);
    border: 1px solid var(--lcp-edge-stroke);
    border-radius: 22px;
    box-shadow: var(--lcp-edge-glow);
    display: grid;
    gap: 12px;
    isolation: isolate;
    min-height: min(720px, calc(100vh - 160px));
    overflow: hidden;
    padding: clamp(22px, 3vw, 34px);
    position: relative;
}

a.lcp-simple-panel,
.lcp-media-pane {
    color: var(--lcp-text) !important;
    text-decoration: none;
}

.lcp-simple-panel::before,
.lcp-simple-panel::after {
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.lcp-simple-panel::before {
    background-image: var(--lcp-box-bg-image);
    background-position: var(--lcp-box-image-position);
    background-position-x: var(--lcp-box-image-position-x);
    background-position-y: var(--lcp-box-image-position-y);
    background-size: cover;
    filter: blur(var(--lcp-box-image-blur));
    opacity: var(--lcp-box-image-opacity);
    transform: translate3d(var(--lcp-box-image-offset-x), var(--lcp-box-image-offset-y), 0) scale(var(--lcp-box-image-zoom));
    transform-origin: center;
}

.lcp-simple-panel::after {
    background: rgba(5, 5, 6, var(--lcp-box-overlay-opacity));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.035),
        inset 0 1px 0 rgba(255, 255, 255, 0.065);
}

.lcp-simple-panel > * {
    position: relative;
    z-index: 1;
}

.lcp-simple-panel-main {
    min-height: min(720px, calc(100vh - 160px));
}

.lcp-media-panel {
    align-content: stretch;
    align-items: end;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

.lcp-media-pane {
    align-content: end;
    border-radius: 16px;
    display: grid;
    gap: 12px;
    min-height: 0;
    min-width: 0;
    padding: 2px;
    position: relative;
}

.lcp-media-pane:focus {
    outline: 0;
}

.lcp-media-pane + .lcp-media-pane {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.025);
    padding-left: 0;
    padding-top: clamp(18px, 3vw, 34px);
}

.lcp-panel-action {
    align-items: center;
    background: rgba(247, 247, 248, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 999px;
    color: #050506;
    display: inline-flex;
    font-size: 13px;
    font-weight: 840;
    gap: 8px;
    justify-self: start;
    line-height: 1;
    margin-top: clamp(6px, 1.2vw, 12px);
    min-height: 34px;
    padding: 0 12px;
}

.lcp-panel-action::after {
    content: ">";
    font-size: 12px;
    line-height: 1;
}

.lcp-simple-panel h1,
.lcp-simple-panel h2 {
    color: var(--lcp-text);
    margin: 0;
}

.lcp-simple-panel h1 {
    font-size: clamp(34px, 5vw, 64px);
    font-weight: 900;
    line-height: 0.98;
    max-width: 900px;
}

.lcp-simple-panel h2 {
    font-size: clamp(28px, 4vw, 52px);
    font-weight: 860;
    line-height: 1.02;
}

.lcp-simple-panel p:not(.lcp-eyebrow) {
    color: var(--lcp-soft);
    font-size: clamp(16px, 1.8vw, 20px);
    line-height: 1.46;
    margin: 0;
    max-width: 680px;
}

.lcp-latest-hub {
    display: grid;
    gap: 18px;
    margin: 0 auto;
    max-width: 1180px;
    padding: 14px 0 64px;
}

.lcp-latest-head {
    align-items: end;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.lcp-latest-head h2 {
    color: var(--lcp-text);
    font-size: clamp(34px, 5vw, 64px);
    font-weight: 890;
    line-height: 0.96;
    margin: 0;
}

.lcp-latest-head span {
    color: var(--lcp-muted);
    font-size: 14px;
    line-height: 1.45;
    max-width: 340px;
    text-align: right;
}

.lcp-latest-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lcp-latest-card {
    background: rgba(17, 18, 20, 0.88);
    border: 1px solid var(--lcp-line);
    border-radius: 18px;
    box-shadow: var(--lcp-line-glow-soft);
    min-width: 0;
    overflow: hidden;
}

.lcp-latest-card a {
    color: var(--lcp-text) !important;
    display: grid;
    height: 100%;
    text-decoration: none;
}

.lcp-latest-media {
    aspect-ratio: 16 / 10;
    background: #050506;
    overflow: hidden;
    position: relative;
}

.lcp-latest-media img,
.lcp-latest-media video {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.lcp-latest-play {
    align-items: center;
    background: rgba(247, 247, 248, 0.92);
    border-radius: 999px;
    color: #050506;
    display: grid;
    font-size: 12px;
    height: 34px;
    justify-items: center;
    left: 12px;
    padding-left: 2px;
    position: absolute;
    top: 12px;
    width: 34px;
}

.lcp-latest-copy {
    display: grid;
    gap: 7px;
    padding: 14px;
}

.lcp-latest-copy span {
    color: var(--lcp-muted);
    font-size: 12px;
    font-weight: 780;
    text-transform: uppercase;
}

.lcp-latest-copy b {
    color: var(--lcp-text);
    font-size: 17px;
    font-weight: 840;
    line-height: 1.2;
}

.lcp-latest-copy p {
    color: var(--lcp-soft);
    font-size: 13px;
    line-height: 1.42;
    margin: 0;
}

.lcp-gallery-head {
    align-items: end;
    display: grid;
    gap: 8px;
    margin: 0 auto;
    max-width: 1180px;
    padding: 20px 0 22px;
}

.lcp-gallery-head h1 {
    color: var(--lcp-text);
    font-size: clamp(44px, 8vw, 96px);
    font-weight: 900;
    line-height: 0.94;
    margin: 0;
}

.lcp-gallery-head span {
    color: var(--lcp-muted);
    font-size: 14px;
}

.lcp-gallery-masonry {
    column-count: 4;
    column-gap: 14px;
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 0 54px;
}

.lcp-gallery-card {
    appearance: none;
    background: rgba(17, 18, 20, 0.92);
    border: 1px solid var(--lcp-line);
    border-radius: 18px;
    color: var(--lcp-text);
    cursor: zoom-in;
    display: inline-block;
    margin: 0 0 14px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}

.lcp-gallery-card img,
.lcp-gallery-card video {
    display: block;
    height: auto;
    width: 100%;
}

.lcp-gallery-card video {
    background: #050506;
    min-height: 180px;
    object-fit: cover;
}

.lcp-gallery-play {
    align-items: center;
    background: rgba(0, 0, 0, 0.72);
    border-radius: 999px;
    color: #fff;
    display: grid;
    font-size: 13px;
    height: 34px;
    justify-items: center;
    left: 12px;
    padding-left: 2px;
    position: absolute;
    top: 12px;
    width: 34px;
}

.lcp-gallery-card:hover {
    border-color: var(--lcp-line-strong);
    transform: translateY(-2px);
}

.lcp-gallery-caption {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.74));
    bottom: 0;
    display: grid;
    gap: 3px;
    left: 0;
    padding: 42px 14px 14px;
    position: absolute;
    right: 0;
}

.lcp-gallery-caption b,
.lcp-gallery-caption small {
    color: #fff;
    display: block;
}

.lcp-gallery-caption b {
    font-size: 14px;
    font-weight: 820;
}

.lcp-gallery-caption small {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
}

.lcp-feed-wrap {
    margin: 0 auto;
    max-width: 660px;
}

.lcp-feed-header {
    backdrop-filter: blur(18px);
    background: rgba(5, 5, 6, 0.82);
    border-bottom: 0;
    display: grid;
    gap: 8px;
    padding: 18px 0 22px;
    position: sticky;
    top: 0;
    z-index: 5;
}

.lcp-feed-header h1 {
    color: var(--lcp-text);
    font-size: clamp(28px, 5vw, 44px);
    font-weight: 820;
    line-height: 1;
    margin: 0;
}

.lcp-feed-header p {
    color: var(--lcp-muted);
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
}

.lcp-public-feed {
    border-bottom: 1px solid var(--lcp-line);
}

.lcp-public-post {
    border-top: 1px solid var(--lcp-line);
    display: grid;
    gap: 14px;
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 16px 0 14px;
}

.lcp-public-post:first-child {
    border-top: 0;
}

.lcp-public-post.is-demo {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent 34%);
}

.lcp-public-avatar {
    align-items: center;
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--lcp-line-strong);
    border-radius: 999px;
    display: grid;
    justify-items: center;
    margin-top: 2px;
}

.lcp-public-avatar img {
    display: block;
    height: auto;
    width: 70%;
}

.lcp-public-post-main {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.lcp-public-post-head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.lcp-public-post-head a,
.lcp-public-actions a,
.lcp-like-button {
    color: var(--lcp-text) !important;
    text-decoration: none;
}

.lcp-public-post-head b {
    font-size: 15px;
    font-weight: 820;
}

.lcp-public-post-head span,
.lcp-public-post-head time {
    color: var(--lcp-muted);
    font-size: 14px;
}

.lcp-public-post-head time::before {
    content: "·";
    margin-right: 6px;
}

.lcp-public-post-copy {
    color: var(--lcp-text);
    font-size: 16px;
    line-height: 1.48;
}

.lcp-public-post-copy p {
    margin: 0 0 10px;
}

.lcp-public-post-copy p:last-child {
    margin-bottom: 0;
}

.lcp-public-media,
.lcp-public-link-card {
    border: 1px solid var(--lcp-line);
    border-radius: 16px;
    overflow: hidden;
}

.lcp-public-media {
    background: rgba(255, 255, 255, 0.04);
    margin: 0;
}

.lcp-public-media img,
.lcp-public-media video,
.lcp-public-media iframe {
    display: block;
    width: 100%;
}

.lcp-public-media img,
.lcp-public-media video {
    max-height: 560px;
    object-fit: cover;
}

.lcp-public-media iframe {
    aspect-ratio: 16 / 9;
    border: 0;
}

.lcp-public-link-card {
    color: var(--lcp-text) !important;
    display: grid;
    gap: 4px;
    padding: 14px;
    text-decoration: none;
}

.lcp-public-link-card span {
    color: var(--lcp-muted);
    font-size: 12px;
    text-transform: uppercase;
}

.lcp-public-link-card b {
    font-size: 14px;
    font-weight: 760;
}

.lcp-public-x-card {
    align-items: center;
    border: 1px solid var(--lcp-line);
    border-radius: 16px;
    color: var(--lcp-text) !important;
    display: grid;
    gap: 14px;
    grid-template-columns: 58px minmax(0, 1fr);
    overflow: hidden;
    padding: 12px;
    text-decoration: none;
}

.lcp-public-x-card-mark {
    align-items: center;
    aspect-ratio: 1;
    background: #f7f7f8;
    border-radius: 12px;
    color: #050506;
    display: grid;
    font-size: 28px;
    font-weight: 920;
    justify-items: center;
}

.lcp-public-x-card small,
.lcp-public-x-card b {
    display: block;
}

.lcp-public-x-card small {
    color: var(--lcp-muted);
    font-size: 12px;
}

.lcp-public-x-card b {
    font-size: 15px;
    font-weight: 780;
}

.lcp-public-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    max-width: none;
}

.lcp-public-actions span,
.lcp-public-actions a,
.lcp-like-button {
    color: var(--lcp-muted) !important;
    font-size: 13px;
}

.lcp-public-posted {
    flex: 1 1 180px;
    min-width: 0;
}

.lcp-public-action-buttons {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 14px;
}

.lcp-like-button {
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 700;
    gap: 5px;
    margin: 0;
    padding: 0;
}

.lcp-like-button:disabled {
    cursor: wait;
    opacity: 0.66;
}

.lcp-like-icon {
    display: inline-block;
    font-size: 16px !important;
    line-height: 1;
    min-width: 16px;
    text-align: center;
}

.lcp-like-count {
    font-variant-numeric: tabular-nums;
}

.lcp-like-button:hover,
.lcp-like-button.is-liked,
.lcp-like-button.is-liked span,
.lcp-public-actions a:hover {
    color: var(--lcp-text) !important;
}

.lcp-like-button.is-liked,
.lcp-like-button.is-liked span {
    color: #f91880 !important;
}

.lcp-feed-empty {
    align-items: center;
    color: var(--lcp-text);
    display: grid;
    gap: 8px;
    min-height: 300px;
    padding: 34px 0;
    text-align: center;
}

.lcp-feed-empty b {
    font-size: clamp(24px, 4vw, 34px);
}

.lcp-feed-empty span {
    color: var(--lcp-muted);
}

.lcp-videos-shell {
    margin: 0 auto;
    max-width: 1280px;
    padding: clamp(8px, 1.8vw, 18px) 0 56px;
    width: 100%;
}

.lcp-videos-page .lcp-site-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.018);
}

.lcp-videos-page .lcp-site-nav div a {
    opacity: 0.82;
}

.lcp-videos-page .lcp-site-nav div a:hover,
.lcp-videos-page .lcp-site-nav div a.is-active {
    opacity: 1;
}

.lcp-videos-head {
    align-items: end;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding: clamp(12px, 2vw, 20px) 0 clamp(18px, 3vw, 30px);
}

.lcp-videos-head h1 {
    color: var(--lcp-text);
    font-size: clamp(34px, 6vw, 72px);
    font-weight: 900;
    line-height: 0.96;
    margin: 0;
}

.lcp-videos-head > a,
.lcp-video-feature-copy > a,
.lcp-video-feature-play {
    align-items: center;
    background: #f7f7f8;
    border: 0;
    border-radius: 999px;
    color: #050506 !important;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 820;
    gap: 8px;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    text-decoration: none;
    white-space: nowrap;
}

.lcp-video-feature {
    align-items: stretch;
    background: rgba(17, 18, 20, 0.9);
    border: 1px solid var(--lcp-line);
    border-radius: 22px;
    box-shadow: var(--lcp-line-glow);
    display: grid;
    gap: clamp(14px, 2.2vw, 24px);
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.55fr);
    margin-bottom: clamp(20px, 3vw, 30px);
    overflow: hidden;
    padding: clamp(12px, 1.6vw, 18px);
    position: relative;
}

.lcp-video-feature::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.105), transparent);
    content: "";
    height: 1px;
    left: 22px;
    opacity: 0.58;
    position: absolute;
    right: 22px;
    top: 0;
}

.lcp-video-player {
    aspect-ratio: 16 / 9;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.095);
    border-radius: 16px;
    box-shadow: 0 0 28px rgba(255, 255, 255, 0.035);
    overflow: hidden;
}

.lcp-video-player-button {
    appearance: none;
    background: #000;
    border: 0;
    cursor: pointer;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.lcp-video-source-badge {
    background: rgba(5, 5, 6, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: rgba(247, 247, 248, 0.86);
    font-size: 11px;
    font-weight: 840;
    left: 12px;
    line-height: 1;
    padding: 7px 9px;
    pointer-events: none;
    position: absolute;
    text-transform: uppercase;
    top: 12px;
    z-index: 2;
}

.lcp-video-player iframe,
.lcp-video-player img,
.lcp-video-player video,
.lcp-video-player a,
.lcp-video-player-button img {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.lcp-video-player img {
    object-fit: cover;
}

.lcp-video-player video {
    background: #000;
    object-fit: contain;
}

.lcp-video-feature-copy {
    align-content: end;
    display: grid;
    gap: clamp(9px, 1.4vw, 14px);
    min-width: 0;
    padding: 8px 4px;
}

.lcp-video-feature-copy span {
    color: var(--lcp-muted);
    font-size: 13px;
    font-weight: 780;
    text-transform: uppercase;
}

.lcp-video-feature-copy h2 {
    color: var(--lcp-text);
    font-size: clamp(24px, 4vw, 46px);
    font-weight: 860;
    line-height: 1;
    margin: 0;
}

.lcp-video-feature-copy p {
    color: var(--lcp-soft);
    font-size: 15px;
    line-height: 1.46;
    margin: 0;
}

.lcp-video-feature-copy > a {
    justify-self: start;
}

.lcp-video-feature-play {
    justify-self: start;
}

.lcp-video-grid {
    display: grid;
    gap: clamp(18px, 2.4vw, 28px) clamp(12px, 1.6vw, 18px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lcp-video-card {
    display: grid;
    gap: 10px;
}

.lcp-video-thumb {
    appearance: none;
    aspect-ratio: 16 / 9;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.095);
    border-radius: 14px;
    box-shadow: var(--lcp-line-glow-soft);
    cursor: pointer;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}

.lcp-video-card {
    opacity: 0.88;
    transition: opacity 180ms ease, transform 180ms ease;
}

.lcp-video-card:nth-child(3n + 1) {
    opacity: 0.96;
}

.lcp-video-card:nth-child(3n + 2) {
    opacity: 0.82;
}

.lcp-video-card:hover,
.lcp-video-card:focus-within {
    opacity: 1;
    transform: translateY(-1px);
}

.lcp-video-thumb img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.lcp-video-placeholder {
    align-items: center;
    color: var(--lcp-muted);
    display: grid;
    font-size: 14px;
    font-weight: 820;
    height: 100%;
    justify-items: center;
    width: 100%;
}

.lcp-video-thumb:hover img,
.lcp-video-player-button:hover img {
    transform: scale(1.03);
}

.lcp-video-thumb:hover,
.lcp-video-player-button:hover {
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 0 24px rgba(255, 255, 255, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.lcp-video-play {
    align-items: center;
    background: rgba(247, 247, 248, 0.9);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 999px;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.32), 0 0 24px rgba(255, 255, 255, 0.12);
    color: #050506;
    display: grid;
    height: 46px;
    justify-items: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
}

.lcp-video-play::after,
.lcp-player-big-play::after {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: inherit;
    content: "";
    inset: -5px;
    pointer-events: none;
    position: absolute;
}

.lcp-video-player-button .lcp-video-play {
    height: 68px;
    width: 68px;
}

.lcp-video-play::before,
.lcp-video-play-mini::before {
    border-bottom: 8px solid transparent;
    border-left: 12px solid currentColor;
    border-top: 8px solid transparent;
    content: "";
    display: block;
    height: 0;
    margin-left: 3px;
    width: 0;
}

.lcp-video-player-button .lcp-video-play::before {
    border-bottom-width: 11px;
    border-left-width: 17px;
    border-top-width: 11px;
}

.lcp-video-play-mini {
    align-items: center;
    background: #050506;
    border-radius: 999px;
    color: #f7f7f8;
    display: grid;
    height: 22px;
    justify-items: center;
    width: 22px;
}

.lcp-video-play-mini::before {
    border-bottom-width: 5px;
    border-left-width: 8px;
    border-top-width: 5px;
}

.lcp-video-title-button {
    appearance: none;
    background: transparent;
    border: 0;
    color: var(--lcp-text) !important;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

.lcp-video-meta {
    border-top: 1px solid rgba(255, 255, 255, 0.055);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.014);
    display: grid;
    gap: 4px;
    min-width: 0;
    padding-top: 9px;
}

.lcp-video-meta a,
.lcp-video-title-button {
    color: var(--lcp-text) !important;
    text-decoration: none;
}

.lcp-video-meta b,
.lcp-video-title-button b {
    display: -webkit-box;
    font-size: 15px;
    font-weight: 780;
    line-height: 1.24;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.lcp-video-meta span {
    color: var(--lcp-muted);
    font-size: 13px;
    opacity: 0.78;
}

.lcp-video-empty {
    align-items: center;
    color: var(--lcp-text);
    display: grid;
    gap: 8px;
    min-height: 300px;
    text-align: center;
}

.lcp-video-empty span {
    color: var(--lcp-muted);
}

.lcp-video-modal {
    align-items: center;
    background: rgba(0, 0, 0, 0.92);
    display: grid;
    inset: 0;
    justify-items: center;
    padding: 34px;
    position: fixed;
    z-index: 99999;
}

.lcp-video-modal[hidden] {
    display: none;
}

.lcp-video-modal figure {
    display: grid;
    gap: 14px;
    margin: 0;
    max-width: min(1180px, 94vw);
    width: min(1180px, 94vw);
}

.lcp-lubosh-player {
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.09), transparent 30%),
        linear-gradient(180deg, rgba(23, 24, 27, 0.98), rgba(7, 8, 10, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 26px;
    box-shadow:
        0 32px 110px rgba(0, 0, 0, 0.68),
        inset 0 1px 0 rgba(255, 255, 255, 0.09);
    color: #f7f7f8;
    padding: 12px;
    position: relative;
}

.lcp-player-screen {
    aspect-ratio: 16 / 9;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 19px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.lcp-player-screen::after {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.46), transparent 22%, transparent 64%, rgba(0, 0, 0, 0.62)),
        radial-gradient(circle at 50% 50%, transparent 52%, rgba(0, 0, 0, 0.22));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}

.lcp-video-modal-frame {
    align-items: center;
    background: #000;
    display: grid;
    height: 100%;
    inset: 0;
    justify-items: center;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.lcp-player-big-play {
    align-items: center;
    appearance: none;
    background: rgba(247, 247, 248, 0.92);
    backdrop-filter: blur(22px);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.48);
    color: #050506;
    cursor: pointer;
    display: grid;
    height: 76px;
    justify-items: center;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 160ms ease, transform 160ms ease;
    width: 76px;
    z-index: 4;
}

.lcp-player-big-play:hover {
    transform: translate(-50%, -50%) scale(1.04);
}

.lcp-player-big-play span {
    border-bottom: 13px solid transparent;
    border-left: 20px solid currentColor;
    border-top: 13px solid transparent;
    display: block;
    height: 0;
    margin-left: 5px;
    width: 0;
}

.lcp-player-brand {
    align-items: center;
    background: rgba(5, 5, 6, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    color: #f7f7f8;
    display: inline-flex;
    gap: 8px;
    left: 14px;
    padding: 7px 10px;
    position: absolute;
    top: 14px;
    z-index: 4;
}

.lcp-player-state {
    align-items: center;
    background: rgba(5, 5, 6, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    color: rgba(247, 247, 248, 0.72);
    display: inline-flex;
    font-size: 12px;
    font-weight: 820;
    gap: 7px;
    padding: 7px 10px;
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 4;
}

.lcp-lubosh-player.is-loading .lcp-player-state::before {
    animation: lcp-player-spin 780ms linear infinite;
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-top-color: #f7f7f8;
    border-radius: 999px;
    content: "";
    height: 12px;
    width: 12px;
}

@keyframes lcp-player-spin {
    to {
        transform: rotate(360deg);
    }
}

.lcp-player-brand b,
.lcp-player-brand span {
    font-size: 12px;
    font-weight: 840;
    line-height: 1;
}

.lcp-player-brand span {
    color: rgba(247, 247, 248, 0.62);
}

.lcp-lubosh-player.is-playing .lcp-player-big-play,
.lcp-lubosh-player.is-ad-playing .lcp-player-big-play {
    opacity: 0;
    pointer-events: none;
}

.lcp-lubosh-player.is-external-source .lcp-player-big-play {
    background: rgba(247, 247, 248, 0.92);
    bottom: clamp(22px, 4vw, 42px);
    height: 58px;
    left: auto;
    right: clamp(22px, 4vw, 42px);
    top: auto;
    transform: none;
    width: 58px;
}

.lcp-lubosh-player.is-external-source .lcp-player-big-play:hover {
    transform: scale(1.04);
}

.lcp-lubosh-player.is-external-source .lcp-player-big-play span {
    border: 0;
    height: 22px;
    margin: 0;
    position: relative;
    width: 22px;
}

.lcp-lubosh-player.is-external-source .lcp-player-big-play span::before,
.lcp-lubosh-player.is-external-source .lcp-player-big-play span::after {
    background: currentColor;
    content: "";
    position: absolute;
}

.lcp-lubosh-player.is-external-source .lcp-player-big-play span::before {
    height: 2px;
    left: 4px;
    top: 7px;
    transform: rotate(-45deg);
    transform-origin: right center;
    width: 14px;
}

.lcp-lubosh-player.is-external-source .lcp-player-big-play span::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 79% 100%, 79% 35%, 0 35%);
    height: 14px;
    right: 2px;
    top: 3px;
    width: 14px;
}

.lcp-player-controls {
    align-items: center;
    display: grid;
    gap: 11px;
    grid-template-columns: 42px auto minmax(160px, 1fr) auto 42px;
    padding: 13px 2px 0;
}

.lcp-player-icon {
    align-items: center;
    appearance: none;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: #f7f7f8;
    cursor: pointer;
    display: grid;
    height: 42px;
    justify-items: center;
    padding: 0;
    width: 42px;
}

.lcp-player-icon:hover,
.lcp-player-icon:focus {
    background: rgba(255, 255, 255, 0.16);
}

.lcp-player-play-toggle span {
    border-bottom: 7px solid transparent;
    border-left: 10px solid currentColor;
    border-top: 7px solid transparent;
    display: block;
    height: 0;
    margin-left: 2px;
    width: 0;
}

.lcp-lubosh-player.is-playing .lcp-player-play-toggle span {
    border-bottom: 0;
    border-left: 4px solid currentColor;
    border-right: 4px solid currentColor;
    border-top: 0;
    height: 14px;
    margin-left: 0;
    width: 12px;
}

.lcp-player-mute span,
.lcp-player-fullscreen span {
    display: block;
    height: 18px;
    position: relative;
    width: 18px;
}

.lcp-player-mute span::before {
    background: currentColor;
    clip-path: polygon(0 32%, 34% 32%, 76% 3%, 76% 97%, 34% 68%, 0 68%);
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 15px;
}

.lcp-player-mute span::after {
    border: 2px solid currentColor;
    border-left: 0;
    border-radius: 0 999px 999px 0;
    content: "";
    height: 10px;
    opacity: 0.82;
    position: absolute;
    right: 0;
    top: 3px;
    width: 6px;
}

.lcp-lubosh-player.is-muted .lcp-player-mute span::after {
    background: currentColor;
    border: 0;
    border-radius: 999px;
    height: 2px;
    right: 0;
    top: 8px;
    transform: rotate(-45deg);
    width: 17px;
}

.lcp-player-fullscreen span {
    background:
        linear-gradient(currentColor, currentColor) left top / 8px 2px no-repeat,
        linear-gradient(currentColor, currentColor) left top / 2px 8px no-repeat,
        linear-gradient(currentColor, currentColor) right top / 8px 2px no-repeat,
        linear-gradient(currentColor, currentColor) right top / 2px 8px no-repeat,
        linear-gradient(currentColor, currentColor) left bottom / 8px 2px no-repeat,
        linear-gradient(currentColor, currentColor) left bottom / 2px 8px no-repeat,
        linear-gradient(currentColor, currentColor) right bottom / 8px 2px no-repeat,
        linear-gradient(currentColor, currentColor) right bottom / 2px 8px no-repeat;
}

.lcp-player-time {
    color: var(--lcp-muted);
    font-size: 12px;
    font-variant-numeric: tabular-nums;
    font-weight: 760;
    min-width: 92px;
}

.lcp-player-scrub {
    align-items: center;
    display: grid;
    min-width: 0;
}

.lcp-player-seek,
.lcp-player-volume-range {
    --lcp-progress: 0%;
    --lcp-buffer: 0%;
    --lcp-volume: 100%;
    appearance: none;
    background: transparent;
    cursor: pointer;
    height: 24px;
    margin: 0;
    width: 100%;
}

.lcp-player-seek:disabled {
    cursor: not-allowed;
    opacity: 0.34;
}

.lcp-lubosh-player.is-external-source .lcp-player-volume,
.lcp-lubosh-player.is-external-source .lcp-player-scrub {
    opacity: 0.34;
}

.lcp-player-seek::-webkit-slider-runnable-track {
    background:
        linear-gradient(90deg, #f7f7f8 0 var(--lcp-progress), rgba(247, 247, 248, 0.32) var(--lcp-progress) var(--lcp-buffer), rgba(247, 247, 248, 0.12) var(--lcp-buffer) 100%);
    border-radius: 999px;
    height: 8px;
}

.lcp-player-seek::-webkit-slider-thumb {
    appearance: none;
    background: #f7f7f8;
    border: 0;
    border-radius: 999px;
    box-shadow: 0 0 0 5px rgba(247, 247, 248, 0.14);
    height: 16px;
    margin-top: -4px;
    width: 16px;
}

.lcp-player-seek::-moz-range-track {
    background: rgba(247, 247, 248, 0.14);
    border-radius: 999px;
    height: 8px;
}

.lcp-player-seek::-moz-range-progress {
    background: #f7f7f8;
    border-radius: 999px;
    height: 8px;
}

.lcp-player-seek::-moz-range-thumb {
    background: #f7f7f8;
    border: 0;
    border-radius: 999px;
    box-shadow: 0 0 0 5px rgba(247, 247, 248, 0.14);
    height: 16px;
    width: 16px;
}

.lcp-player-volume {
    align-items: center;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 999px;
    display: grid;
    gap: 8px;
    grid-template-columns: 42px 74px;
    padding-right: 12px;
}

.lcp-player-volume .lcp-player-icon {
    background: transparent;
    border-color: transparent;
}

.lcp-player-volume-range::-webkit-slider-runnable-track {
    background: linear-gradient(90deg, #f7f7f8 0 var(--lcp-volume), rgba(247, 247, 248, 0.16) var(--lcp-volume) 100%);
    border-radius: 999px;
    height: 5px;
}

.lcp-player-volume-range::-webkit-slider-thumb {
    appearance: none;
    background: #f7f7f8;
    border: 0;
    border-radius: 999px;
    height: 12px;
    margin-top: -3.5px;
    width: 12px;
}

.lcp-player-volume-range::-moz-range-track {
    background: rgba(247, 247, 248, 0.16);
    border-radius: 999px;
    height: 5px;
}

.lcp-player-volume-range::-moz-range-progress {
    background: #f7f7f8;
    border-radius: 999px;
    height: 5px;
}

.lcp-player-volume-range::-moz-range-thumb {
    background: #f7f7f8;
    border: 0;
    border-radius: 999px;
    height: 12px;
    width: 12px;
}

.lcp-player-ad {
    align-items: stretch;
    background: rgba(0, 0, 0, 0.82);
    display: grid;
    inset: 0;
    justify-items: stretch;
    position: absolute;
    z-index: 5;
}

.lcp-player-ad[hidden] {
    display: none;
}

.lcp-player-ad-link {
    color: #fff !important;
    display: grid;
    gap: 10px;
    grid-template-rows: auto minmax(0, 1fr);
    padding: 18px;
    text-decoration: none;
}

.lcp-player-ad-link[aria-disabled="true"] {
    pointer-events: none;
}

.lcp-player-ad-link > span:first-child {
    align-self: start;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 840;
    justify-self: start;
    padding: 7px 10px;
    text-transform: uppercase;
}

.lcp-player-ad-link img,
.lcp-player-ad-link video {
    border-radius: 14px;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.lcp-player-ad-skip {
    appearance: none;
    background: rgba(247, 247, 248, 0.92);
    border: 0;
    border-radius: 999px;
    bottom: 16px;
    color: #050506;
    cursor: pointer;
    font-size: 13px;
    font-weight: 840;
    min-height: 38px;
    padding: 0 14px;
    position: absolute;
    right: 16px;
}

.lcp-player-ad-skip:disabled {
    cursor: wait;
    opacity: 0.62;
}

.lcp-video-modal-frame iframe,
.lcp-video-modal-frame video {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.lcp-youtube-target {
    height: 100%;
    width: 100%;
}

.lcp-player-source-card {
    align-items: stretch;
    display: grid;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.lcp-player-source-card > img {
    filter: saturate(0.82) brightness(0.46);
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    transform: scale(1.04);
    width: 100%;
}

.lcp-player-source-panel {
    align-self: end;
    background: linear-gradient(180deg, rgba(8, 9, 11, 0.2), rgba(8, 9, 11, 0.88));
    display: grid;
    gap: 10px;
    padding: clamp(22px, 4vw, 42px);
    position: relative;
    z-index: 1;
}

.lcp-player-source-panel > span {
    color: rgba(247, 247, 248, 0.62);
    font-size: 12px;
    font-weight: 860;
    text-transform: uppercase;
}

.lcp-player-source-panel > b {
    color: #f7f7f8;
    font-size: clamp(22px, 3vw, 40px);
    line-height: 1;
}

.lcp-player-source-panel > p {
    color: rgba(247, 247, 248, 0.74);
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
    max-width: 620px;
}

.lcp-player-source-panel > a {
    align-items: center;
    background: #f7f7f8;
    border-radius: 999px;
    color: #050506 !important;
    display: inline-flex;
    font-size: 14px;
    font-weight: 860;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    text-decoration: none;
    width: max-content;
}

.lcp-video-modal-frame iframe {
    pointer-events: none;
}

.lcp-video-modal-frame video {
    background: #000;
    object-fit: contain;
}

.lcp-video-modal-link {
    align-items: center;
    background: #f7f7f8;
    border-radius: 999px;
    color: #050506 !important;
    display: inline-flex;
    font-weight: 820;
    min-height: 44px;
    padding: 0 18px;
    text-decoration: none;
}

.lcp-video-modal figcaption {
    color: #fff;
    display: grid;
    gap: 5px;
}

.lcp-video-modal figcaption b {
    font-size: clamp(18px, 2vw, 24px);
}

.lcp-video-modal figcaption span {
    color: var(--lcp-muted);
    font-size: 14px;
    line-height: 1.45;
}

.lcp-video-modal-close {
    align-items: center;
    appearance: none;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: grid;
    font-size: 34px;
    height: 48px;
    justify-items: center;
    line-height: 1;
    padding: 0 0 4px;
    position: fixed;
    right: 24px;
    top: 24px;
    width: 48px;
}

body.lcp-video-modal-open {
    overflow: hidden;
}

.lcp-gallery-lightbox {
    align-items: center;
    background: rgba(0, 0, 0, 0.9);
    display: grid;
    inset: 0;
    justify-items: center;
    padding: 34px;
    position: fixed;
    z-index: 99999;
}

.lcp-gallery-lightbox[hidden] {
    display: none;
}

.lcp-gallery-lightbox figure {
    display: grid;
    gap: 14px;
    margin: 0;
    max-height: 92vh;
    max-width: min(1180px, 92vw);
}

.lcp-lightbox-media img,
.lcp-lightbox-media video {
    border-radius: 18px;
    display: block;
    max-height: 82vh;
    max-width: 100%;
    object-fit: contain;
}

.lcp-lightbox-media video {
    background: #000;
    width: min(1180px, 92vw);
}

.lcp-gallery-lightbox figcaption {
    color: #fff;
    display: grid;
    gap: 4px;
    text-align: center;
}

.lcp-gallery-lightbox figcaption:empty {
    display: none;
}

.lcp-gallery-lightbox figcaption b {
    font-size: 15px;
}

.lcp-gallery-lightbox figcaption span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
}

.lcp-lightbox-close {
    align-items: center;
    appearance: none;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: grid;
    font-size: 34px;
    height: 48px;
    justify-items: center;
    line-height: 1;
    padding: 0 0 4px;
    position: fixed;
    right: 24px;
    top: 24px;
    width: 48px;
}

body.lcp-lightbox-open {
    overflow: hidden;
}

@media (max-width: 1180px) {
    .lcp-videos-shell {
        max-width: 100%;
    }

    .lcp-video-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lcp-video-feature {
        grid-template-columns: minmax(0, 1.28fr) minmax(260px, 0.72fr);
    }

    .lcp-video-feature-copy h2 {
        font-size: clamp(24px, 3.5vw, 38px);
    }
}

@media (max-width: 1020px) {
    .lcp-video-feature {
        grid-template-columns: 1fr;
    }

    .lcp-video-feature-copy {
        align-content: start;
        padding: 0 2px 4px;
    }

    .lcp-video-feature-copy h2 {
        max-width: 760px;
    }

    .lcp-video-feature-copy p {
        max-width: 720px;
    }
}

@media (max-width: 900px) {
    .lcp-simple-grid {
        grid-template-columns: minmax(0, 1.24fr) minmax(0, 0.76fr);
        min-height: 0;
    }

    .lcp-simple-panel-main {
        min-height: 560px;
    }

    .lcp-gallery-masonry {
        column-count: 3;
    }

    .lcp-latest-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lcp-video-feature {
        grid-template-columns: 1fr;
    }

    .lcp-video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    body.admin-bar .lcp-home {
        padding-top: 46px;
    }

    body.admin-bar .lcp-feed-header {
        top: 46px;
    }

    .lcp-home-simple .lcp-site-nav {
        min-height: 104px;
    }

    .lcp-videos-page .lcp-site-nav {
        align-items: center;
        display: flex;
        gap: 12px;
        min-height: 76px;
        overflow-x: auto;
        padding: 12px 0;
        scrollbar-width: none;
    }

    .lcp-videos-page .lcp-site-nav::-webkit-scrollbar,
    .lcp-videos-page .lcp-site-nav div::-webkit-scrollbar {
        display: none;
    }

    .lcp-videos-page .lcp-site-nav .lcp-brand,
    .lcp-videos-page .lcp-site-nav .lcp-wordmark {
        flex: 0 0 auto;
    }

    .lcp-videos-page .lcp-site-nav div {
        flex: 1 1 auto;
        flex-wrap: nowrap;
        justify-content: flex-end;
        min-width: max-content;
        overflow-x: auto;
    }

    .lcp-simple-grid {
        gap: 12px;
        grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
        padding-top: 8px;
        padding-bottom: 18px;
    }

    .lcp-simple-panel {
        border-radius: 18px;
        min-height: 540px;
        padding: 16px;
    }

    .lcp-simple-panel-main {
        min-height: 540px;
    }

    .lcp-simple-panel h1 {
        font-size: clamp(25px, 8vw, 38px);
    }

    .lcp-simple-panel h2 {
        font-size: clamp(24px, 7.4vw, 36px);
    }

    .lcp-simple-panel p:not(.lcp-eyebrow) {
        font-size: 15px;
    }

    .lcp-media-panel {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .lcp-media-pane + .lcp-media-pane {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.16);
        box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.025);
        padding-left: 0;
        padding-top: 16px;
    }

    .lcp-latest-head {
        align-items: start;
        display: grid;
    }

    .lcp-latest-head span {
        max-width: 100%;
        text-align: left;
    }

    .lcp-latest-grid {
        grid-template-columns: 1fr;
    }

    .lcp-gallery-head h1 {
        font-size: clamp(38px, 13vw, 68px);
    }

    .lcp-gallery-masonry {
        column-count: 2;
        column-gap: 10px;
    }

    .lcp-gallery-card {
        border-radius: 14px;
        margin-bottom: 10px;
    }

    .lcp-feed-wrap {
        max-width: 100%;
    }

    .lcp-public-post {
        gap: 10px;
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .lcp-public-media img,
    .lcp-public-media video {
        max-height: 420px;
    }

    .lcp-videos-shell {
        padding-bottom: 34px;
    }

    .lcp-videos-head {
        align-items: start;
        display: grid;
        gap: 12px;
    }

    .lcp-videos-head h1 {
        font-size: clamp(36px, 13vw, 56px);
        max-width: 100%;
    }

    .lcp-videos-head > a {
        justify-self: start;
    }

    .lcp-video-feature {
        border-radius: 18px;
        margin-bottom: 22px;
        padding: 10px;
    }

    .lcp-video-player,
    .lcp-video-player-button,
    .lcp-video-thumb {
        border-radius: 12px;
    }

    .lcp-video-feature-copy {
        padding: 2px 2px 6px;
    }

    .lcp-video-feature-copy h2 {
        font-size: clamp(24px, 8vw, 34px);
        line-height: 1.05;
    }

    .lcp-video-feature-copy p {
        font-size: 14px;
    }

    .lcp-video-grid {
        gap: 20px;
        grid-template-columns: 1fr;
    }

    .lcp-video-card,
    .lcp-video-card:nth-child(3n + 1),
    .lcp-video-card:nth-child(3n + 2) {
        opacity: 0.96;
    }

    .lcp-video-meta b,
    .lcp-video-title-button b {
        font-size: 16px;
    }

    .lcp-video-modal {
        padding: 12px;
    }

    .lcp-video-modal figure {
        width: 100%;
    }

    .lcp-lubosh-player {
        border-radius: 18px;
        padding: 8px;
    }

    .lcp-player-screen {
        border-radius: 14px;
    }

    .lcp-player-controls {
        display: flex;
        flex-wrap: wrap;
        gap: 9px;
    }

    .lcp-player-scrub {
        flex: 1 1 100%;
        order: 2;
    }

    .lcp-player-seek {
        flex: 1 1 100%;
        order: 2;
    }

    .lcp-player-time {
        flex: 1 1 auto;
        min-width: 0;
        order: 1;
    }

    .lcp-player-play-toggle {
        order: 0;
    }

    .lcp-player-volume {
        flex: 0 1 auto;
        grid-template-columns: 42px 64px;
        order: 1;
    }

    .lcp-player-fullscreen {
        order: 1;
    }

    .lcp-gallery-lightbox {
        padding: 18px;
    }
}
