/* Shared navigation and catalogue quality layer. */
body.bl-ux-ready {
  --bl-surface: #1c1919;
  --bl-surface-raised: #272222;
  --bl-line: #514747;
  --bl-ink: #faf6f5;
  --bl-muted: #beb3b1;
  --bl-accent: #ff7863;
  --bl-action: #bd321f;
  --bl-radius: 16px;
  --text-main: var(--bl-ink);
  --text-muted: var(--bl-muted);
  --text-dim: var(--bl-muted);
  --bl-space-small: 8px;
  --bl-space-medium: 16px;
  --bl-space-large: 24px;
  color: var(--bl-ink);
  padding-top: 0 !important;
  overflow-wrap: break-word;
}
body.bl-ux-ready [hidden] { display: none !important; }
body.bl-ux-ready :focus-visible { outline: 2px solid #c6bbb7 !important; outline-offset: 3px; }
body.bl-ux-ready :is(input, textarea, select)::placeholder { color: var(--bl-muted); opacity: 1; }
body.bl-ux-ready :is(input, textarea, select) { font-size: 1rem; }
body.bl-ux-ready :is(input[type="text"], input[type="search"], input[type="email"], input[type="url"], input[type="password"], input[type="tel"], input[type="number"], textarea, select) { color: var(--bl-ink); background-color: var(--bl-surface); border-color: var(--bl-line); min-height: 44px; }
/* One quiet field boundary, never a border + red glow + outer outline. */
body.bl-ux-ready :is(.bl-header, .bl-submit-panel #envoyer, .bl-direct-page, .bl-tags-page, .bl-mega, .site-content) :is(input:not([type="checkbox"]):not([type="radio"]):not([type="file"]), textarea, select):focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #aa9e99 !important;
}
body.bl-ux-ready :is(.bl-mega__search, .bl-tags-filter):focus-within { box-shadow: inset 0 0 0 1px #aa9e99; }
body.bl-ux-ready .bl-submit-panel #envoyer .acf-basic-uploader:focus-within,
body.bl-ux-ready .bl-submit-consent:focus-within { box-shadow: none !important; border-color: #aa9e99 !important; }
body.bl-ux-ready a:hover { color: var(--bl-accent); }
body.bl-ux-ready :is(button, .button) { touch-action: manipulation; }
body.bl-ux-ready .grid-container { max-width: 1400px; }
body.bl-ux-ready .site-content { padding: 16px 24px 32px; }
body.bl-ux-ready #primary { min-width: 0; width: 100%; }
body.bl-ux-ready .site-main { margin: 0; }
/* Preserve the registration form's centered column within the shared shell. */
body.bl-ux-ready .bl-registration-page { margin-inline: auto; }
body.bl-ux-ready .bl-registration-intro::after { right: 0; max-width: 100%; }
body.bl-ux-ready :is(.page-header, .inside-article) { min-width: 0; }
/* Layout containers are not cards. Keep one continuous page surface. */
body.bl-ux-ready #page,
body.bl-ux-ready :is(.site-content, .site-main, .inside-article, .entry-content, .page-header) {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.bl-ux-ready .inside-article { padding: 0 !important; }
body.bl-ux-ready .generate-columns-container .inside-article,
body.bl-ux-ready .generate-columns-container article:hover .inside-article,
body.bl-ux-ready .wp-block-latest-posts__list li,
body.bl-ux-ready .wp-block-latest-posts__list li:hover { background: transparent; border: 0; box-shadow: none; transform: none; }
body.bl-ux-ready #primary { overflow: visible; }
body.bl-ux-ready .page-header-desc { padding: 0; }
body.bl-ux-ready.single .entry-content { gap: 0; }
body.bl-ux-ready.single .entry-content > * { order: 2; }
body.bl-ux-ready.single .entry-content > :is(.media-description, .flowplayer, .freedomplayer, .wp-video, .mejs-container, .img-container, [class*="wp-block-fv-player"]) { order: -2; }
body.bl-ux-ready.single .entry-content > .media-header { order: -1; margin: 14px 0 0; }
body.bl-ux-ready.single .entry-content > p { margin: 0 0 12px; }
body.bl-ux-ready.single .entry-content > p:empty { display: none; }
body.bl-ux-ready.single .media-description { border: 0; border-radius: var(--bl-radius); background: transparent; }
body.bl-ux-ready.single :is(.flowplayer, .freedomplayer):not(.is-fullscreen) { border-radius: var(--bl-radius); }
/* Contain the decorative player backdrop without clipping native controls/ads. */
body.bl-ux-ready.fvp-ads-modern .flowplayer::before { transform: none; clip-path: inset(0 round var(--bl-radius)); }
body.bl-ux-ready.fvp-ads-modern .flowplayer.is-fullscreen::before { clip-path: inset(0); }
body.bl-ux-ready.single .entry-content .controls { order: 1; justify-content: flex-start; flex-wrap: nowrap; gap: 6px; margin: 10px 0 8px; padding: 0; overflow: visible; }
body.bl-ux-ready.single .entry-content .controls .button { min-height: 44px; padding: 10px 16px; border: 0; border-radius: 999px; box-shadow: none; backdrop-filter: none; background: var(--bl-surface-raised); color: var(--bl-ink); gap: 8px; font-size: 14px; line-height: 1; white-space: nowrap; }
body.bl-ux-ready.single .controls .share-label { font-size: inherit; }
body.bl-ux-ready.single .controls .button svg { fill: currentColor; }
body.bl-ux-ready.single .controls .bl-video-report { margin-left: auto; width: 44px; padding: 12px; background: transparent; color: var(--bl-muted); }
body.bl-ux-ready.single .controls .bl-like-button[aria-pressed="true"] { color: var(--bl-accent); background: #3b2723; }
body.bl-ux-ready.single .controls .bl-like-button[aria-busy="true"] { opacity: .65; cursor: progress; }
body.bl-ux-ready.single .inside-article > .entry-meta { margin: 0; padding: 0; }
body.bl-ux-ready.single .bl-video-tags { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 8px; width: 100%; min-width: 0; }
body.bl-ux-ready.single footer.entry-meta .tags-links { display: flex; flex-wrap: nowrap !important; gap: 6px !important; margin: 0; padding: 0; min-width: 0; overflow-x: auto !important; white-space: nowrap; scrollbar-width: none; overscroll-behavior-x: contain; }
body.bl-ux-ready.single footer.entry-meta .tags-links::-webkit-scrollbar { display: none; }
body.bl-ux-ready.single .bl-video-tags.has-overflow:not(.is-expanded) .tags-links { mask-image: linear-gradient(90deg, #000 calc(100% - 24px), transparent); }
body.bl-ux-ready.single footer.entry-meta .is-expanded .tags-links { flex-wrap: wrap !important; white-space: normal; overflow: visible !important; }
body.bl-ux-ready.single .bl-video-tags__toggle { position: relative; min-height: 36px; padding: 6px 0 6px 4px; border: 0; background: transparent; color: var(--bl-muted); font-size: 13px; line-height: 24px; white-space: nowrap; cursor: pointer; }
body.bl-ux-ready.single .bl-video-tags__toggle::before { content: ''; position: absolute; inset: -4px 0; }
body.bl-ux-ready.single .bl-video-tags__toggle:hover { color: var(--bl-ink); }
body.bl-ux-ready.single footer.entry-meta .tags-links a { flex: 0 0 auto; min-height: 36px; padding: 6px 12px; border: 0; border-radius: 999px; background: #292424; color: var(--bl-muted); backdrop-filter: none; -webkit-backdrop-filter: none; text-transform: none; font-size: 13px !important; }
body.bl-ux-ready.single footer.entry-meta .tags-links a::before { margin-right: 4px; opacity: .6; }
body.bl-ux-ready.single footer.entry-meta .tags-links a:hover { background: #39302e; color: var(--bl-ink); }
body.bl-ux-ready.single .bl-related-videos { margin-top: 40px; }
body.bl-ux-ready .page-header { margin: 12px 0 24px; padding: 0; background: none; }
body.bl-ux-ready .page-header h1 { font-size: clamp(1.6rem, 3vw, 2.25rem); line-height: 1.15; margin: 0 0 8px; }
body.bl-ux-ready .page-header-desc { color: var(--bl-muted); font-size: 1rem; max-width: 65ch; }
/* Restore the rounded glass header while keeping navigation in document flow. */
body.bl-ux-ready .bl-header { position: sticky; top: 0; padding: 10px 24px 0; background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; border: 0; box-shadow: none; }
body.bl-ux-ready .bl-header-top { display: flex; width: 100%; max-width: 1352px; height: 64px; padding: 0 18px; margin: 0 auto; border: 1px solid rgba(255, 255, 255, .1); border-radius: 20px; background: rgba(30, 30, 30, .9); backdrop-filter: blur(16px) saturate(180%); -webkit-backdrop-filter: blur(16px) saturate(180%); box-shadow: 0 12px 32px rgba(0, 0, 0, .34); gap: 20px; }
body.bl-ux-ready .bl-logo { flex-shrink: 0; }
body.bl-ux-ready .bl-desktop-nav { margin: 0 auto; min-width: 0; }
body.bl-ux-ready .bl-desktop-nav a { min-height: 44px; display: inline-flex; align-items: center; font-size: 13px; }
body.bl-ux-ready .bl-header-actions { margin-left: auto; gap: 8px; }
body.bl-ux-ready .bl-header-register { min-height: 44px; background: var(--bl-action); color: var(--bl-ink); border-radius: 999px; }
body.bl-ux-ready .bl-pills-wrap { position: static; padding: 0; background: transparent; border: 0; backdrop-filter: none; }
body.bl-ux-ready .bl-pills { max-width: 1400px; width: 100%; padding: 8px 24px; margin: auto; gap: 8px; border: 0; background: none; box-shadow: none; border-radius: 0; backdrop-filter: none; scroll-padding-inline: 24px; }
body.bl-ux-ready .bl-pill { min-height: 44px; padding: 8px 14px; display: inline-flex; align-items: center; flex-shrink: 0; font-size: 13px; border: 0; border-radius: 999px; }
body.bl-ux-ready .bl-pill.active { background: var(--bl-action); color: var(--bl-ink); border-color: var(--bl-action); }
body.bl-ux-ready .bl-pill-all { background: #332b29; color: var(--bl-ink); }
body.bl-ux-ready .bl-search-wrap { min-width: 190px; width: 220px; }
body.bl-ux-ready .bl-header input.bl-search-input { height: 44px !important; font-size: 16px !important; border-color: var(--bl-line) !important; }
body.bl-ux-ready .bl-mobile-search-bar { display: block; max-width: 1352px; max-height: none; margin: 8px auto 0; padding: 12px; overflow: visible; transition: none; border: 1px solid rgba(255, 255, 255, .1); border-radius: 18px; box-shadow: 0 12px 32px rgba(0, 0, 0, .24); background: rgba(30, 30, 30, .94); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
body.bl-ux-ready .bl-mobile-search-bar form { display: flex; gap: 8px; max-width: 1352px; margin: auto; }
body.bl-ux-ready .bl-header input.bl-mobile-search-input { flex: 1; min-width: 0; height: 44px !important; font-size: 16px !important; }
body.bl-ux-ready .bl-search-submit { padding: 8px 16px; min-height: 44px; background: var(--bl-action); color: var(--bl-ink); border-radius: 999px; }
/* The floating bottom navigation uses its original mobile-menu.css unchanged. */
body.bl-ux-ready .bl-burger { flex-direction: row; gap: 8px; width: auto; min-width: 80px; padding: 0 8px; background: transparent; border: 0; border-radius: 8px; color: var(--bl-ink); font-size: 14px; font-weight: 650; }
body.bl-ux-ready .bl-menu-mark { flex: 0 0 18px; }
body.bl-ux-ready .bl-mobile-search-btn { border: 0; background: transparent; font-size: 18px; }
/* Compact editorial introduction, followed immediately by real video cards. */
body.bl-ux-ready .bl-gb-home { width: 100%; padding: 0; --bl-home-red: var(--bl-action); --bl-home-red-bright: var(--bl-accent); }
body.bl-ux-ready .bl-gb-hero { min-height: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 16px; padding: 12px 0 24px; margin: 0 0 24px; border: 0; border-radius: 0; background: none; box-shadow: none; text-align: center; overflow: visible; }
body.bl-ux-ready .bl-gb-hero::before, body.bl-ux-ready .bl-gb-hero::after { content: none; }
body.bl-ux-ready .bl-home-kicker { color: var(--bl-muted); margin: 0 0 8px; font-size: 12px; letter-spacing: .08em; }
body.bl-ux-ready .bl-gb-hero-title { max-width: 34ch; margin: 0; font-size: clamp(1.5rem, 2.6vw, 2.25rem); line-height: 1.15; letter-spacing: -.025em; }
body.bl-ux-ready .bl-publish-cta { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; min-height: 48px; padding: 12px 24px; border: 0; border-radius: 999px; background: var(--bl-action); color: var(--bl-ink); font-size: 16px; font-weight: 650; line-height: 1.5; text-decoration: none; }
body.bl-ux-ready .bl-publish-cta:hover { background: #a82b1b; color: var(--bl-ink); }
body.bl-ux-ready .bl-gb-section { margin: 0 0 32px; }
body.bl-ux-ready .bl-gb-section-head { margin-bottom: 16px; gap: 16px; align-items: center; }
body.bl-ux-ready .bl-gb-section-label h2 { font-size: clamp(1.2rem, 2vw, 1.6rem); line-height: 1.2; }
body.bl-ux-ready .bl-gb-section-icon { display: none; }
body.bl-ux-ready .bl-gb-section-link { color: var(--bl-muted); max-width: none; min-height: 44px; display: inline-flex; align-items: center; font-size: 14px; white-space: nowrap; }
body.bl-ux-ready .bl-gb-banner { min-height: 0; padding: 16px 20px; margin: 0 0 32px; border: 0; box-shadow: none; border-radius: 12px; }
body.bl-ux-ready :is(.bl-gb-community, .bl-gb-cta-card, .bl-gb-seo-card) { background: transparent; border: 0; box-shadow: none; border-radius: 0; }
body.bl-ux-ready .bl-gb-community { padding: 24px 0; margin-block: 16px 40px; }
body.bl-ux-ready :is(.bl-gb-community, .bl-gb-cta-card)::before, body.bl-ux-ready :is(.bl-gb-community, .bl-gb-cta-card)::after { content: none; }
body.bl-ux-ready .bl-gb-live-badge { color: var(--bl-muted); background: none; padding: 0; animation: none; }
body.bl-ux-ready .bl-gb-cta-card { min-height: 0; padding: 16px 0; }
body.bl-ux-ready .bl-gb-cta-grid { gap: 32px; }
body.bl-ux-ready .bl-gb-cta-kicker { padding: 0; background: transparent; border: 0; }
body.bl-ux-ready .bl-home-community { margin: 40px 0; padding: 0; text-align: center; }
body.bl-ux-ready .bl-home-community h2 { margin: 0; font-size: clamp(22px, 2.5vw, 30px); line-height: 1.2; }
body.bl-ux-ready .bl-home-community p { margin: 8px 0; color: var(--bl-muted); }
body.bl-ux-ready .bl-home-community a { display: inline-flex; align-items: center; min-height: 44px; color: var(--bl-ink); text-decoration: underline; text-underline-offset: 4px; }
body.bl-ux-ready .bl-home-actions { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px 24px; margin: 32px 0; }
body.bl-ux-ready .bl-home-community-link { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 12px 24px; background: #252326; border-radius: 999px; color: var(--bl-ink); font-size: 16px; font-weight: 500; text-decoration: none; }
body.bl-ux-ready .bl-gb-seo { padding: 32px 0; border: 0; text-align: left; }
body.bl-ux-ready .bl-gb-seo-card { padding: 16px 0; }
body.bl-ux-ready .bl-gb-seo-grid { max-width: none; }
/* A single card contract for home, search, archives, related and catalogue. */
body.bl-ux-ready .bl-video-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px 16px; width: 100%; }
body.bl-ux-ready .bl-video-card { min-width: 0; margin: 0; padding: 0; background: none; border: 0; }
body.bl-ux-ready .bl-video-card__link { display: block; color: var(--bl-ink); text-decoration: none; border-radius: var(--bl-radius); }
body.bl-ux-ready .bl-video-card__image { display: block; position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: var(--bl-surface-raised); border-radius: var(--bl-radius); }
body.bl-ux-ready .bl-video-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; margin: 0; }
body.bl-ux-ready .bl-video-card__fallback { display: grid; place-items: center; width: 100%; height: 100%; color: var(--bl-accent); font-family: 'Permanent Marker', cursive; font-size: 2rem; }
body.bl-ux-ready .bl-video-card__duration { position: absolute; bottom: 8px; right: 8px; color: #faf6f5; background: #211b1b; padding: 3px 6px; border-radius: 4px; font-size: 13px; font-variant-numeric: tabular-nums; }
body.bl-ux-ready .bl-video-card__title { font-size: 15px; line-height: 1.4; font-weight: 650; margin: 10px 0 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
body.bl-ux-ready .bl-video-grid--popular { grid-template-columns: repeat(6, minmax(0, 1fr)); }
body.bl-ux-ready .bl-video-grid--popular .bl-video-card__title { min-height: 2.8em; -webkit-line-clamp: 2; }
body.bl-ux-ready .bl-video-rail { position: relative; min-width: 0; }
body.bl-ux-ready .bl-video-rail::before, body.bl-ux-ready .bl-video-rail::after { content: ''; position: absolute; z-index: 2; top: 0; bottom: 0; width: 36px; pointer-events: none; opacity: 0; }
body.bl-ux-ready .bl-video-rail::before { left: 0; background: linear-gradient(90deg, #121212, #12121200); }
body.bl-ux-ready .bl-video-rail::after { right: 0; background: linear-gradient(270deg, #121212, #12121200); }
body.bl-ux-ready .bl-video-rail.has-before::before, body.bl-ux-ready .bl-video-rail.has-after::after { opacity: 1; }
/* Keep the desktop stage stable when playback reveals portrait metadata.
   The taller mobile stage follows FVP Ads' full-bleed breakpoint. */
@media (max-width: 1023px) {
  body.bl-ux-ready.single :is(.flowplayer, .freedomplayer).bl-portrait-content:not(.is-vast):not(.is-cva):not(.is-fullscreen) { aspect-ratio: var(--bl-content-ratio) !important; max-height: 75dvh; }
  body.bl-ux-ready.single .bl-portrait-media .flowplayer:not(.is-vast):not(.is-cva):not(.is-fullscreen) { aspect-ratio: 3 / 4 !important; max-height: 75dvh; }
}
body.bl-ux-ready .bl-tag-scope { margin: 0 0 16px; font-size: 14px; color: var(--bl-muted); }
body.bl-ux-ready .bl-tag-scope a { display: inline-flex; align-items: center; min-height: 44px; color: var(--bl-muted); text-decoration: underline; }
body.bl-ux-ready .bl-pagination { margin-top: 32px; }
body.bl-ux-ready .bl-pagination :is(a, span.page-numbers) { min-width: 44px; min-height: 44px; }
body.bl-ux-ready .bl-pagination ul { gap: 6px; flex-wrap: wrap; justify-content: center; }
body.bl-ux-ready :is(.bl-empty-state, .bl-player-recovery) { padding: 16px 0; border: 0; border-radius: 0; max-width: 760px; margin: 24px 0; background: transparent; }
body.bl-ux-ready .bl-empty-state h2 { font-size: 1.4rem; line-height: 1.3; }
body.bl-ux-ready .bl-empty-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 16px; }
body.bl-ux-ready :is(.bl-empty-actions a, .bl-player-recovery a) { min-height: 44px; display: inline-flex; align-items: center; text-decoration: underline; color: var(--bl-accent); }
body.bl-ux-ready .bl-player-recovery button { min-height: 44px; margin-right: 16px; }
body.bl-ux-ready .bl-published-by { gap: 6px 12px; flex-wrap: wrap; margin: 6px 0 0; }
body.bl-ux-ready .bl-published-by-link { min-height: 36px; padding: 6px 10px; border: 0; background: var(--bl-surface-raised); }
body.bl-ux-ready .bl-published-by-pseudo { filter: blur(5px); color: var(--bl-muted); font-size: 14px; }
body.bl-ux-ready .bl-published-by-link:hover .bl-published-by-pseudo { filter: blur(5px); }
body.bl-ux-ready .bl-published-by-label { color: var(--bl-muted); font-size: 14px; }
body.bl-ux-ready .bl-breadcrumb { color: var(--bl-muted); font-size: 14px; }
body.bl-ux-ready .bl-breadcrumb a { min-height: 44px; display: inline-flex; align-items: center; }
body.bl-ux-ready .bl-toast { z-index: 10010; max-width: calc(100vw - 32px); white-space: normal; bottom: calc(88px + env(safe-area-inset-bottom)); }
body.bl-ux-ready .btn-share-link { min-height: 44px; cursor: pointer; }
/* Tags: full keyboard-safe list, enhanced by explicitly hidden items in JS. */
body.bl-ux-ready .bl-all-tags-list { max-height: none; overflow: visible; }
body.bl-ux-ready .bl-all-tags-list::after { content: none; }
body.bl-ux-ready .bl-tags-toggle { min-height: 44px; }
body.bl-ux-ready .bl-tags-hero { min-height: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; text-align: left; }
body.bl-ux-ready .bl-tags-hero::before, body.bl-ux-ready .bl-tags-hero::after { content: none; }
body.bl-ux-ready .bl-login-status { padding: 16px; color: var(--bl-muted); font-size: 16px; line-height: 1.5; }
body.bl-ux-ready #bl-login-retry { margin: 0 16px 16px; min-height: 44px; }
body.bl-ux-ready #login.bl-login-failed:empty { display: none; }
body.bl-ux-ready .bl-upload-help { font-size: 14px; line-height: 1.6; color: var(--bl-muted); }
body.bl-ux-ready .bl-upload-status { margin-top: 12px; font-size: 14px; }
/* /send/ keeps the production card layout from submission-page.css. */
body.bl-ux-ready.bl-submit-page-view #page { max-width: 1000px; }
body.bl-ux-ready.bl-submit-page-view .site-content { padding: 0 20px; }
body.bl-ux-ready.bl-submit-page-view .bl-submit-page { margin-inline: auto; }
body.bl-ux-ready :is(.button-next, .button-prev, .button-fullscreen) { width: 44px; height: 44px; padding: 8px; display: grid; place-items: center; }
body.bl-ux-ready .bl-login-page { padding: 32px 0; }
body.bl-ux-ready .bl-login-panel { padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; backdrop-filter: none; gap: 16px; }
body.bl-ux-ready .bl-login-heading h1 { font-size: clamp(1.75rem, 4vw, 2.5rem); line-height: 1.15; }
body.bl-ux-ready .bl-stories { max-width: 1400px; padding: 0 24px; margin: 8px auto 16px; }
body.bl-ux-ready .circle-ads { width: max-content; max-width: 100%; margin: auto; justify-content: flex-start; }
body.bl-ux-ready .circle-ad-container { text-decoration: none; }
body.bl-ux-ready .floating-email-icon { width: 90px; height: 90px; right: 16px; }
body.bl-ux-ready .floating-email-icon a { width: 100%; height: 100%; }
/* Small visual close control, with a 44px invisible touch target. */
body.bl-ux-ready .floating-email-icon .close-icon { display: flex; top: 0; left: 0; width: 24px; height: 24px; min-width: 24px; min-height: 24px; padding: 0; font-size: 16px; font-weight: 400; line-height: 1; color: #272222; background: #eee8e5; box-shadow: none; }
body.bl-ux-ready .floating-email-icon .close-icon::after { content: ''; position: absolute; inset: -10px; border-radius: 50%; }
body.bl-ux-ready .bl-sponsored-card { animation: none; box-shadow: none; }
body.bl-ux-ready .bl-sponsored-card:hover { transform: none; }
body.bl-ux-ready.admin-bar .bl-header { top: 32px; }
/* Keep page containers open; the footer's inner surface has its own rounding. */
body.bl-ux-ready :is(.bl-direct-panel, .bl-legal-page__intro, .bl-legal-page__note, .bl-site-footer) {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.bl-ux-ready :is(.bl-direct-panel, .bl-legal-page__intro) { padding-inline: 0; }
body.bl-ux-ready :is(.bl-direct-panel, .bl-legal-page__intro)::before,
body.bl-ux-ready :is(.bl-direct-panel, .bl-legal-page__intro)::after { content: none; }
body.bl-ux-ready .bl-legal-page { width: min(100%, 980px); }
body.bl-ux-ready .bl-direct-page { padding-inline: 0; }
body.bl-ux-ready .site-footer { width: 100%; max-width: 1400px; margin: 64px auto 0; padding: 0 24px 24px; background: transparent; border: 0; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
body.bl-ux-ready .bl-site-footer { width: 100%; overflow: visible; }
body.bl-ux-ready .bl-site-footer__inner { padding: clamp(24px, 3.5vw, 48px); gap: 32px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 32px; background: radial-gradient(ellipse at top left, rgba(189, 50, 31, .1), transparent 55%), linear-gradient(145deg, rgba(35, 31, 30, .96), rgba(22, 21, 21, .96)); box-shadow: 0 18px 46px rgba(0, 0, 0, .22); }
body.bl-ux-ready .bl-site-footer__community { border-radius: 999px; padding-inline: 16px; }
body.bl-ux-ready .bl-site-footer__nav { gap: 8px; }
body.bl-ux-ready .bl-site-footer__nav :is(a, button) { display: inline-flex; align-items: center; min-height: 32px; color: var(--bl-muted); }
body.bl-ux-ready .bl-site-footer__nav :is(a, button):hover { color: var(--bl-ink); }
body.bl-ux-ready .bl-site-footer__brand > p { color: var(--bl-muted); }
body.bl-ux-ready .bl-site-footer__bottom { display: block; border: 0; border-radius: 0; padding: 20px 24px 0; background: transparent; box-shadow: none; color: var(--bl-muted); font-size: 13px; }
body.bl-ux-ready .bl-site-footer__bottom p { display: block; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
/* A true mobile mega menu: open typography, grouped links, one search field. */
body.bl-ux-ready .bl-mega { transform: none; transition: none; background: #141212; backdrop-filter: none; -webkit-backdrop-filter: none; max-height: 100dvh; }
body.bl-ux-ready .bl-mega__inner { width: 100%; max-width: 1040px; min-height: 100dvh; margin: 0 auto; padding: max(24px, env(safe-area-inset-top)) 32px max(32px, env(safe-area-inset-bottom)); }
body.bl-ux-ready .bl-mega__header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 32px; }
body.bl-ux-ready .bl-mega__brand { color: var(--bl-ink); font-family: 'Permanent Marker', cursive; font-size: 26px; line-height: 1.1; white-space: nowrap; text-decoration: none; }
body.bl-ux-ready .bl-mega__brand span { color: var(--bl-accent); }
body.bl-ux-ready .bl-mega__close { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; padding: 8px 0 8px 12px; background: transparent; border: 0; color: var(--bl-muted); font: inherit; font-size: 14px; }
body.bl-ux-ready .bl-mega__close i { color: var(--bl-ink); font-size: 20px; }
body.bl-ux-ready .bl-mega__search { display: flex; align-items: center; gap: 8px; min-height: 56px; margin: 0 0 32px; padding: 4px 8px 4px 20px; background: #262121; border: 0; border-radius: 999px; }
body.bl-ux-ready .bl-mega__search input { flex: 1; min-width: 0; width: 100%; padding: 8px 0; background: transparent; border: 0; border-radius: 0; font-size: 16px; box-shadow: none; }
body.bl-ux-ready .bl-mega__search button { flex: 0 0 44px; width: 44px; height: 44px; padding: 0; background: transparent; border: 0; color: var(--bl-ink); font-size: 20px; }
body.bl-ux-ready .bl-mega__body { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: 48px; }
body.bl-ux-ready .bl-mega h2 { color: var(--bl-muted); margin: 0 0 16px; font-size: 14px; font-weight: 500; letter-spacing: .025em; }
body.bl-ux-ready .bl-mega__primary,
body.bl-ux-ready .bl-mega__custom { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 24px; }
body.bl-ux-ready .bl-mega__custom { grid-column: 1 / -1; list-style: none; padding: 0; margin: 0; }
body.bl-ux-ready .bl-mega__primary a { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; min-height: 80px; padding: 8px 0; color: var(--bl-ink); text-decoration: none; }
body.bl-ux-ready .bl-mega__primary strong,
body.bl-ux-ready .bl-mega__custom a { font-size: 22px; line-height: 1.2; font-weight: 650; letter-spacing: -.025em; }
body.bl-ux-ready .bl-mega__primary small { display: block; max-width: 24ch; margin-top: 8px; color: var(--bl-muted); font-size: 13px; line-height: 1.5; }
body.bl-ux-ready .bl-mega__primary i { color: var(--bl-muted); font-size: 16px; margin-top: 3px; }
body.bl-ux-ready .bl-mega__primary :is(a:hover, a[aria-current="page"]),
body.bl-ux-ready .bl-mega__custom .current-menu-item a { color: var(--bl-accent); }
body.bl-ux-ready .bl-mega__primary a.bl-mega__visual { position: relative; isolation: isolate; align-items: flex-end; width: 100%; min-width: 0; aspect-ratio: 1; min-height: 144px; padding: 16px; border-radius: 20px; overflow: hidden; background: #322323; color: var(--bl-ink); }
body.bl-ux-ready .bl-mega__visual img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
body.bl-ux-ready .bl-mega__visual::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, #100e0e00 35%, #100e0e33 60%, #100e0ee6); }
body.bl-ux-ready .bl-mega__primary .bl-mega__visual i { color: var(--bl-ink); }
body.bl-ux-ready .bl-mega__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
body.bl-ux-ready .bl-mega__tags a { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 12px; background: #242020; color: var(--bl-muted); border-radius: 999px; font-size: 13px; text-decoration: none; }
body.bl-ux-ready .bl-mega__secondary { display: flex; flex-direction: column; gap: 4px; }
body.bl-ux-ready .bl-mega__secondary a { display: flex; align-items: center; gap: 12px; min-height: 48px; color: var(--bl-ink); font-size: 17px; text-decoration: none; }
body.bl-ux-ready .bl-mega__secondary i { font-size: 20px; color: var(--bl-muted); }
body.bl-ux-ready .bl-mega__secondary small { margin-left: auto; font-size: 12px; color: var(--bl-muted); }
body.bl-ux-ready .bl-mega__publish { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 12px 20px; margin-top: 24px; color: var(--bl-ink); background: var(--bl-action); border-radius: 999px; font-size: 16px; font-weight: 600; text-decoration: none; }
body.bl-ux-ready .bl-mega__publish:hover { background: #a82b1b; color: var(--bl-ink); }
body.bl-ux-ready .bl-mega__help { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 40px; }
body.bl-ux-ready .bl-mega__help a { display: inline-flex; align-items: center; min-height: 44px; color: var(--bl-muted); font-size: 14px; text-decoration: none; }
/* Native modal keeps the underlying page inert until explicit age confirmation. */
body.bl-ux-ready.bl-age-gate-open { overflow: hidden; }
body.bl-ux-ready #bl-age-gate { width: min(560px, calc(100% - 32px)); max-height: calc(100dvh - 32px); overflow: auto; margin: auto; padding: 28px; color: var(--bl-ink); background: #211b1b; border: 1px solid #75605c; border-radius: 16px; font-size: 16px; line-height: 1.6; }
body.bl-ux-ready #bl-age-gate::backdrop { background: #100d0df5; }
body.bl-ux-ready #bl-age-gate img { width: min(220px, 100%); height: 60px; object-fit: contain; display: block; margin: 0 auto 20px; }
body.bl-ux-ready #bl-age-gate h2 { font-size: 1.5rem; line-height: 1.2; }
body.bl-ux-ready #bl-age-gate p { margin: 16px 0; color: #ded3d0; }
body.bl-ux-ready #bl-age-gate :is(button, a) { display: flex; align-items: center; justify-content: center; min-height: 48px; width: 100%; padding: 12px; border-radius: 8px; }
body.bl-ux-ready #bl-age-gate button { background: var(--bl-action); color: var(--bl-ink); }
body.bl-ux-ready #bl-age-gate a { color: var(--bl-ink); text-decoration: underline; margin-top: 8px; }
@media (min-width: 1440px) {
  body.bl-ux-ready .bl-video-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
@media (max-width: 1279px) {
  body.bl-ux-ready .bl-mobile-search-btn, body.bl-ux-ready .bl-burger { display: inline-flex !important; min-height: 44px; height: 44px; }
  body.bl-ux-ready .bl-mobile-search-btn { min-width: 44px; }
  body.bl-ux-ready .bl-desktop-nav { display: none !important; }
}
@media (max-width: 1199px) {
  body.bl-ux-ready .bl-video-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 899px) {
  body.bl-ux-ready .bl-video-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body.bl-ux-ready .bl-video-grid--popular { display: grid; grid-auto-flow: column; grid-template-columns: none; grid-auto-columns: calc((100% - 24px) / 3.15); overflow-x: auto; padding: 4px 3px; scroll-snap-type: x proximity; scrollbar-width: none; overscroll-behavior-x: contain; }
  body.bl-ux-ready .bl-video-grid--popular::-webkit-scrollbar { display: none; }
  body.bl-ux-ready .bl-video-grid--popular .bl-video-card { scroll-snap-align: start; }
}
@media (max-width: 768px) {
  body.bl-ux-ready.admin-bar .bl-header { top: 46px; }
  body.bl-ux-ready { padding-bottom: calc(80px + env(safe-area-inset-bottom)) !important; }
  body.bl-ux-ready .site-content { padding: 12px 12px 24px; }
  body.bl-ux-ready .bl-header { padding: 8px 8px 0; }
  body.bl-ux-ready .bl-header-top { height: 56px; padding: 0 10px; gap: 6px; border-radius: 18px; }
  body.bl-ux-ready .bl-pills { padding: 6px 12px; scroll-padding-inline: 12px; }
  body.bl-ux-ready .bl-logo { font-size: 20px; }
  body.bl-ux-ready .bl-mobile-search-bar { padding: 8px 12px; }
  body.bl-ux-ready .bl-gb-hero { padding: 8px 0 16px; gap: 16px; margin-bottom: 16px; }
  body.bl-ux-ready .bl-home-kicker { display: none; }
  body.bl-ux-ready .bl-gb-section-head { gap: 12px; margin-bottom: 12px; }
  body.bl-ux-ready .bl-gb-banner { margin-bottom: 24px; padding: 16px; }
  body.bl-ux-ready .bl-gb-community { padding: 24px 0; }
  body.bl-ux-ready.single .site-content { padding-inline: 12px; }
  body.bl-ux-ready.single .inside-article { padding: 0 !important; }
  body.bl-ux-ready.single .entry-content { margin-top: 0; }
  body.bl-ux-ready.single .media-description { margin: 0; max-width: 100%; width: 100%; }
  /* Full-bleed players need the plugin's viewport width AND negative margins. */
  body.bl-ux-ready.single:not(.fvp-ads-full-bleed) .entry-content > .flowplayer { width: 100% !important; max-width: 100% !important; margin-inline: 0 !important; }
  body.bl-ux-ready.single .controls :is(button, a) { min-width: 44px; min-height: 44px; }
  body.bl-ux-ready .bl-stories { padding-inline: 12px; margin-top: 0; margin-bottom: 8px; }
  body.bl-ux-ready .site-footer { padding-inline: 16px; margin-top: 48px; }
  body.bl-ux-ready .bl-site-footer__inner { padding: 28px 20px; border-radius: 26px; gap: 28px 20px; }
  body.bl-ux-ready .bl-site-footer__bottom { padding-inline: 20px; }
  body.bl-ux-ready .bl-mega__inner { padding: max(16px, env(safe-area-inset-top)) 24px max(24px, env(safe-area-inset-bottom)); }
  body.bl-ux-ready .bl-mega__header { margin-bottom: 24px; }
  body.bl-ux-ready .bl-mega__search { margin-bottom: 24px; }
  body.bl-ux-ready .bl-mega__body { grid-template-columns: 1fr; gap: 32px; }
  body.bl-ux-ready .bl-mega__primary { gap: 12px; }
  body.bl-ux-ready .bl-mega__primary strong { font-size: 20px; }
  body.bl-ux-ready .bl-mega__help { margin-top: 24px; }
  body.bl-ux-ready .floating-email-icon { bottom: calc(104px + env(safe-area-inset-bottom)); transform: none; }
  body.bl-ux-ready .floating-email-icon .close-icon { display: flex; top: 0; left: 0; }
  body.bl-ux-ready .floating-email-icon .online-indicator { width: 14px; height: 14px; border-width: 2px; }
}
@media (max-width: 599px) {
  body.bl-ux-ready .bl-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 12px; }
  body.bl-ux-ready .bl-video-grid--popular { grid-template-columns: none; grid-auto-columns: calc((100% - 12px) / 2.15); }
  body.bl-ux-ready .bl-home-actions { flex-direction: column; }
}
@media (max-width: 359px) {
  body.bl-ux-ready .bl-header-top { gap: 4px; }
  body.bl-ux-ready .bl-header-actions { gap: 4px; }
  body.bl-ux-ready .bl-logo { font-size: 18px; }
  body.bl-ux-ready .bl-burger { min-width: 72px; padding-inline: 4px; }
  body.bl-ux-ready .bl-mega__inner { padding-inline: 16px; }
  body.bl-ux-ready .bl-mega__brand { font-size: 22px; }
  body.bl-ux-ready .bl-mega__primary { gap: 12px; }
  body.bl-ux-ready .bl-mega__primary a.bl-mega__visual { padding: 12px; }
  body.bl-ux-ready .bl-mega__primary strong { font-size: 18px; }
}
@media (max-height: 500px) and (orientation: landscape) {
  body.bl-ux-ready.single .bl-header { position: static; }
  body.bl-ux-ready.single .bl-nav-wrapper { position: static; }
}
@media (hover: hover) {
  body.bl-ux-ready .bl-video-card__link:hover { color: var(--bl-accent); }
  body.bl-ux-ready .bl-video-card__link:hover img { opacity: .9; }
}
@media (prefers-reduced-motion: reduce) {
  body.bl-ux-ready *, body.bl-ux-ready *::before, body.bl-ux-ready *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
