 @font-face {
        
  font-display : swap;
  font-family  : Pangea;
  font-style   : normal, italic;
  font-weight  : 300 700;
  unicode-range: U+041-05A,U+061-07A;

        font-optical-sizing: none;
        src:  local('DW Pangea VAR Light'),
              url(./fonts/DWPangeaLatinBasicLettersVAR-BZ-2Srmb.woff2) format('woff2 supports variations'),
              url(./fonts/DWPangeaLatinBasicLettersVAR-BZ-2Srmb.woff2) format('woff2-variations');
    }
    @font-face {
        
  font-display : swap;
  font-family  : Pangea;
  font-style   : normal, italic;
  font-weight  : 300 700;
  unicode-range: U+020-040,U+05B-060,U+07B-07E,U+0A0,U+0A9;

        font-optical-sizing: none;
        src:  local('DW Pangea VAR Light'),
              url(./fonts/DWPangeaLatinBasicSymbolsVAR-yLfzKTDH.woff2) format('woff2 supports variations'),
              url(./fonts/DWPangeaLatinBasicSymbolsVAR-yLfzKTDH.woff2) format('woff2-variations');
    }
    @font-face {
        
  font-display : swap;
  font-family  : Pangea;
  font-style   : normal, italic;
  font-weight  : 300 700;
  unicode-range: U+0A1-0A8,U+0AA-24F;

        font-optical-sizing: none;
        src:  local('DW Pangea VAR Light'),
              url(./fonts/DWPangeaLatinExtendedVAR-CtY70AA3.woff2) format('woff2 supports variations'),
              url(./fonts/DWPangeaLatinExtendedVAR-CtY70AA3.woff2) format('woff2-variations');
    }
    @font-face {
        
  font-display : swap;
  font-family  : Pangea;
  font-style   : normal, italic;
  font-weight  : 300 700;
  unicode-range: U+370-3FF;

        font-optical-sizing: none;
        src:  local('DW Pangea VAR Light'),
              url(./fonts/DWPangeaGreekVAR-DmYky3OT.woff2) format('woff2 supports variations'),
              url(./fonts/DWPangeaGreekVAR-DmYky3OT.woff2) format('woff2-variations');
    }
    @font-face {
        
  font-display : swap;
  font-family  : Pangea;
  font-style   : normal, italic;
  font-weight  : 300 700;
  unicode-range: U+400-52F;

        font-optical-sizing: none;
        src:  local('DW Pangea VAR Light'),
              url(./fonts/DWPangeaCyrillicVAR-18hieSmg.woff2) format('woff2 supports variations'),
              url(./fonts/DWPangeaCyrillicVAR-18hieSmg.woff2) format('woff2-variations');
    }
    @font-face {
        
  font-display : swap;
  font-family  : Pangea;
  font-style   : normal, italic;
  font-weight  : 300 700;
  unicode-range: U+600-6FF,U+750-77F,U+8A0-8FE,U+FB50-FDFF,U+FE70-FEFF;

        font-optical-sizing: none;
        src:  local('DW Pangea VAR Light'),
              url(/static/DWPangeaArabicVAR-O-nkFhVK.woff2) format('woff2 supports variations'),
              url(/static/DWPangeaArabicVAR-O-nkFhVK.woff2) format('woff2-variations');
    }



html,
body {
    margin: 0;
    font-family: var(--font-body, Arial, Helvetica, sans-serif);
}

body {
    --font-body: "Inter", Arial, Helvetica, sans-serif;
    --font-display: "Libre Franklin", Arial, Helvetica, sans-serif;
    --font-ui: "Libre Franklin", Arial, Helvetica, sans-serif;
    --page-bg: #f4f2ee;
    --text: #181818;
    --muted: #675f55;
    --soft-muted: #746d62;
    --border: #d2cec4;
    --strong-border: #161616;
    --accent: #a73328;
    --media-bg: #1d3f43;
    --media-text: #f8f6f0;
    --header-rule: 3px;
    --lead-bg: transparent;
    --lead-padding: 0;
    --lead-border-color: var(--border);
    --public-header-primary: #12a263;
    --public-header-primary-contrast: #ffffff;
    --public-header-accent: #f20f0f;
    --public-header-highlight: #ffe300;
    --public-header-highlight-contrast: #111111;
    --public-header-secondary: #050505;
    --public-header-secondary-contrast: #ffffff;
    --public-header-brand: #10945f;
    --public-header-ticker: #7a7d80;
    background: var(--page-bg);
    color: var(--text);
}

body.theme-gaceta {
    --page-bg: #f4f2ee;
    --text: #181818;
    --muted: #675f55;
    --soft-muted: #746d62;
    --border: #d2cec4;
    --strong-border: #161616;
    --accent: #a73328;
    --media-bg: #1d3f43;
    --public-header-primary: #12a263;
    --public-header-accent: #f20f0f;
    --public-header-highlight: #ffe300;
    --public-header-secondary: #050505;
    --public-header-brand: #10945f;
    --public-header-ticker: #777a7d;
    --vx-bg: #03130d;
    --vx-panel: #072818;
    --vx-panel-strong: #020906;
    --vx-text: #f5f8ff;
    --vx-muted: #b8cdbf;
    --vx-accent: #12a263;
    --vx-accent-2: #ef2029;
    --vx-highlight: #ffe300;
    --vx-nav-bg: #12a263;
    --vx-card-bg: #072818;
    --vx-link: #ffe300;
}

body.theme-sports {
    --font-display: "Oswald", "Libre Franklin", Arial, Helvetica, sans-serif;
    --font-ui: "Oswald", "Libre Franklin", Arial, Helvetica, sans-serif;
    --page-bg: #f2f5ef;
    --text: #111a15;
    --muted: #536255;
    --soft-muted: #657166;
    --border: #cbd8c8;
    --strong-border: #0e3322;
    --accent: #12753e;
    --media-bg: #103a2a;
    --header-rule: 4px;
    --public-header-primary: #118445;
    --public-header-accent: #e6b31e;
    --public-header-highlight: #0b5f35;
    --public-header-highlight-contrast: #ffffff;
    --public-header-secondary: #07150e;
    --public-header-brand: #0d6f3c;
    --public-header-ticker: #4f5f57;
    --vx-bg: #03120b;
    --vx-panel: #082716;
    --vx-panel-strong: #010804;
    --vx-text: #f2fff7;
    --vx-muted: #b4c7ba;
    --vx-accent: #18a957;
    --vx-accent-2: #e6b31e;
    --vx-highlight: #e6b31e;
    --vx-nav-bg: #118445;
    --vx-card-bg: #082716;
    --vx-link: #7ee2a5;
}

body.theme-tv {
    --page-bg: #f5f5f3;
    --text: #131316;
    --muted: #5e5f68;
    --soft-muted: #6b6d77;
    --border: #ced2d8;
    --strong-border: #151a2d;
    --accent: #d32035;
    --media-bg: #151a2d;
    --lead-bg: #151a2d;
    --lead-padding: 16px;
    --lead-border-color: #151a2d;
    --public-header-primary: #087cc1;
    --public-header-accent: #e51f2f;
    --public-header-highlight: #ffdd00;
    --public-header-highlight-contrast: #111111;
    --public-header-secondary: #050814;
    --public-header-brand: #0b83cc;
    --public-header-ticker: #6f7480;
    --vx-bg: #050814;
    --vx-panel: #0b1c44;
    --vx-panel-strong: #00040d;
    --vx-text: #f8fbff;
    --vx-muted: #b7c4d8;
    --vx-accent: #0b83cc;
    --vx-accent-2: #e51f2f;
    --vx-highlight: #ffdd00;
    --vx-nav-bg: #087cc1;
    --vx-card-bg: #0b1c44;
    --vx-link: #3ab7ff;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.public-header {
    background: #ffffff;
    color: var(--public-header-secondary-contrast);
    font-family: var(--font-ui);
    font-weight: 700;
    overflow: hidden;
}

.public-header-inner {
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
    max-width: 1290px;
    width: 100%;
}

.public-header-icon {
    font-size: 1.8rem;
    justify-content: center;
    min-width: 56px;
    padding: 0 14px !important;
}

.public-header-sections {
    gap: 12px;
}

.public-header-secondary {
    align-items: center;
    background: var(--public-header-secondary);
    min-height: 64px;
}

.public-header-secondary .public-header-inner {
    gap: 2px;
    overflow-x: auto;
    padding: 0 20px;
}

.public-header-secondary a {
    align-items: center;
    color: var(--public-header-secondary-contrast);
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 64px;
    padding: 0 18px;
    text-decoration: none;
    white-space: nowrap;
}

.public-header-secondary .public-header-icon {
    background: var(--public-header-accent);
    margin-left: auto;
}

.public-header-secondary .public-header-sections {
    background: var(--public-header-primary);
}

.public-header-channel {
    background: var(--public-header-primary);
    font-size: 1.12rem;
}

.public-header-brand {
    background: var(--public-header-brand);
}

.public-header-brand-inner {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(210px, 440px) minmax(0, 1fr);
    min-height: 176px;
    padding: 16px 20px;
}

.public-header-logo {
    align-items: center;
    display: flex;
    min-height: 136px;
    overflow: hidden;
}

.public-header-logo picture {
    display: block;
}

.public-header-logo img {
    display: block;
    height: auto;
    max-height: 148px;
    object-fit: contain;
    width: min(100%, 420px);
}

.public-header-brand .public-ad-slot {
    justify-content: stretch;
    margin: 0;
}

.public-header-brand .public-ad-item {
    background: rgba(255, 255, 255, .16);
    min-height: 120px;
    width: 100%;
}

.public-header-brand .public-ad-item img {
    object-fit: contain;
    width: 100%;
}

.public-header-ticker {
    background: #ffffff;
    color: #ffffff;
}

.public-header-ticker-inner {
    align-items: stretch;
    min-height: 54px;
    padding: 0 20px 10px;
}

.public-header-ticker strong {
    align-items: center;
    background: var(--public-header-accent);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1.35rem;
    padding: 0 18px;
    white-space: nowrap;
}

.public-header-ticker div {
    align-items: center;
    background: var(--public-header-ticker);
    display: flex;
    flex: 1 1 auto;
    gap: 20px;
    min-width: 0;
    overflow: hidden;
    padding: 0 18px;
}

.public-header-ticker a {
    color: #ffffff;
    flex: 0 0 auto;
    max-width: 520px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.public-header-ticker a + a::before {
    color: rgba(255, 255, 255, .72);
    content: "|";
    margin-right: 20px;
}

.public-header-category-row {
    background: #ffffff;
    border-bottom: 1px solid var(--border);
    color: #6f7478;
}

.public-header-category-nav {
    align-items: center;
    gap: 30px;
    justify-content: flex-start;
    min-height: 44px;
    min-width: 0;
    overflow-x: auto;
    padding: 0 20px 12px;
    scrollbar-width: thin;
}

.public-header-category-nav a {
    color: inherit;
    flex: 0 0 auto;
    font-family: var(--font-ui);
    font-size: .95rem;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.public-header-category-nav a:hover {
    color: var(--accent);
    text-decoration: none;
}

.vx-home-shell {
    max-width: none;
    padding: 0;
    width: 100%;
}

.vx-page {
    background: var(--vx-bg);
    color: var(--vx-text);
    font-family: var(--font-body);
    min-height: 100vh;
    --vx-outer-width: 1600px;
    --vx-content-width: 1140px;
}

.vx-page a:hover {
    color: var(--vx-accent-2);
    text-decoration: none;
}

.vx-header {
    background: var(--vx-nav-bg);
    color: #00101d;
    font-family: var(--font-ui);
    font-weight: 800;
    position: relative;
    z-index: 90;
}

.vx-header-bar {
    align-items: center;
    display: grid;
    gap: 30px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    margin: 0 auto;
    max-width: var(--vx-outer-width);
    min-height: 72px;
    padding: 0 52px;
}

.vx-brand {
    align-items: center;
    display: inline-flex;
    gap: 14px;
    min-width: 0;
    text-decoration: none;
    white-space: nowrap;
}

.vx-brand-mark {
    align-items: center;
    background: var(--vx-highlight);
    border-radius: 999px;
    color: #062313;
    display: inline-flex;
    font-size: .9rem;
    font-weight: 900;
    height: 36px;
    justify-content: center;
    min-width: 50px;
    padding: 0 10px;
}

.vx-brand-logo {
    display: block;
    max-height: 44px;
    max-width: 220px;
    object-fit: contain;
    width: auto;
}

.vx-header-links,
.vx-header-actions {
    align-items: center;
    display: flex;
    gap: 22px;
    min-width: 0;
}

.vx-header-links {
    overflow-x: auto;
    scrollbar-width: thin;
}

.vx-header-links a,
.vx-header-actions a {
    color: inherit;
    flex: 0 0 auto;
    font-size: .98rem;
    text-decoration: none;
    white-space: nowrap;
}

.vx-header-actions a.vx-search-toggle,
.vx-header-actions a.vx-menu-toggle {
    align-items: center;
    background: var(--vx-highlight);
    border-radius: 999px;
    color: #062313;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.vx-search-toggle span {
    border: 3px solid currentColor;
    border-radius: 999px;
    display: block;
    height: 18px;
    position: relative;
    width: 18px;
}

.vx-search-toggle span::after {
    background: currentColor;
    border-radius: 999px;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    right: -9px;
    top: 14px;
    transform: rotate(45deg);
    transform-origin: center;
    width: 11px;
}

.vx-menu-toggle span,
.vx-menu-toggle span::before,
.vx-menu-toggle span::after {
    background: currentColor;
    content: "";
    display: block;
    height: 3px;
    width: 23px;
}

.vx-menu-toggle span {
    position: relative;
}

.vx-menu-toggle span::before,
.vx-menu-toggle span::after {
    left: 0;
    position: absolute;
}

.vx-menu-toggle span::before {
    top: -9px;
}

.vx-menu-toggle span::after {
    top: 9px;
}

.vx-page.is-menu-open .vx-menu-toggle {
    background: var(--vx-panel-strong);
    color: var(--vx-highlight);
}

.vx-page.is-menu-open .vx-menu-toggle span {
    background: transparent;
}

.vx-page.is-menu-open .vx-menu-toggle span::before {
    top: 0;
    transform: rotate(45deg);
}

.vx-page.is-menu-open .vx-menu-toggle span::after {
    top: 0;
    transform: rotate(-45deg);
}

.vx-header-actions {
    justify-content: end;
}

.vx-menu-overlay {
    inset: 0;
    position: fixed;
    z-index: 80;
}

body.vx-menu-lock {
    overflow: hidden;
    padding-right: var(--vx-scrollbar-compensation, 0px);
}

.vx-menu-overlay[hidden] {
    display: none;
}

.vx-menu-backdrop {
    animation: vxMenuBackdropIn .24s ease-out both;
    backdrop-filter: blur(12px) saturate(.82);
    background:
        radial-gradient(circle at 50% 0%, rgb(18 162 99 / 22%), transparent 42%),
        linear-gradient(180deg, rgb(2 9 6 / 58%), rgb(2 9 6 / 34%) 46%, rgb(2 9 6 / 68%));
    border: 0;
    cursor: pointer;
    inset: 0;
    padding: 0;
    position: absolute;
}

.vx-menu-panel {
    animation: vxMenuDrop .24s ease-out both;
    background: var(--vx-nav-bg);
    border-top: 1px solid rgb(6 35 19 / 22%);
    box-shadow: 0 34px 90px rgb(2 9 6 / 42%);
    color: #062313;
    font-family: var(--font-ui);
    max-height: min(760px, calc(100vh - 20px));
    overflow: auto;
    position: relative;
    transform-origin: top center;
    margin-top: 71px;
}

.vx-menu-overlay.is-closing .vx-menu-backdrop {
    animation: vxMenuBackdropOut .2s ease-in both;
}

.vx-menu-overlay.is-closing .vx-menu-panel {
    animation: vxMenuLift .2s ease-in both;
}

@keyframes vxMenuDrop {
    from {
        opacity: .2;
        transform: translateY(-26px) scaleY(.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scaleY(1);
    }
}

@keyframes vxMenuLift {
    from {
        opacity: 1;
        transform: translateY(0) scaleY(1);
    }

    to {
        opacity: 0;
        transform: translateY(-22px) scaleY(.97);
    }
}

@keyframes vxMenuBackdropIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes vxMenuBackdropOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.vx-menu-panel-inner {
    margin: 0 auto;
    max-width: var(--vx-outer-width);
    padding: 36px 52px 44px;
}

.vx-menu-quick-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px 34px;
    margin-bottom: 42px;
}

.vx-menu-quick-links a {
    align-items: center;
    background: var(--vx-highlight);
    border-radius: 999px;
    color: #062313;
    display: inline-flex;
    font-weight: 800;
    min-height: 36px;
    padding: 0 16px;
    text-decoration: none;
}

.vx-menu-grid {
    display: grid;
    gap: 44px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vx-menu-grid h2 {
    color: #062313;
    font-size: .92rem;
    font-weight: 500;
    letter-spacing: .18em;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.vx-menu-link-grid {
    display: grid;
    gap: 13px 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vx-menu-link-grid a {
    color: #062313;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.22;
    text-decoration: none;
}

.vx-menu-link-grid a:hover {
    color: var(--vx-highlight);
}

.vx-first-section{
        margin-top: -74px;
    padding-top: 74px !important;
}
.vx-feature, .vx-video-block{
    padding-top: 28px;
    padding-bottom: 28px;
}
.vx-shell {
    display: grid;
    gap: 54px;
    margin: 0 auto;
    max-width: var(--vx-outer-width);
    padding: 0 0 72px;
}

.vx-hero {
    background: var(--vx-panel);
    margin-bottom: 20px;
    min-height: 640px;
    position: relative;
}

.vx-hero-media {
    display: block;
    height: 640px;
    overflow: hidden;
}

.vx-hero-media::after {
    background: linear-gradient(180deg, rgba(2, 11, 34, 0) 42%, rgba(2, 11, 34, .68) 73%, var(--vx-panel) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.vx-hero-media img,
.vx-feature-media img,
.vx-card-media img,
.vx-mosaic-media img,
.vx-mini-media img,
.vx-video-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.vx-hero-overlay {
    bottom: 115px;
    left: 0;
    padding: 0 calc((100% - var(--vx-content-width)) / 2);
    position: absolute;
    right: 0;
    text-align: left;
    z-index: 1;
}

.vx-eyebrow,
.vx-section-title,
.vx-topic h3 {
    color: var(--vx-link);
    font-family: var(--font-ui);
    font-weight: 800;
}

.vx-eyebrow {
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.vx-hero h1 {
    font-family: var(--font-display);
    font-size: clamp(2.35rem, 3vw, 3.75rem);
    line-height: 1.04;
    margin: 0;
    max-width: 1140px;
    text-wrap: balance;
}

.vx-hero h1 a {
    color: var(--vx-text);
}

.vx-hero-meta {
    color: var(--vx-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    font-weight: 700;
    gap: 10px;
    margin-top: 12px;
    text-transform: uppercase;
}

.vx-hero-meta span + time::before {
    content: "|";
    margin-right: 10px;
}

.vx-hero-strip {
    background: var(--vx-bg);
    bottom: -48px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
    left: 50%;
    max-width: var(--vx-content-width);
    position: absolute;
    transform: translateX(-50%);
    width: min(var(--vx-content-width), calc(100% - 220px));
    z-index: 2;
}

.vx-hero-strip-track {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vx-hero-strip.has-carousel {
    padding-right: 72px;
}

.vx-hero-strip [hidden] {
    display: none;
}

.vx-mini-story {
    display: grid;
    gap: 18px;
    grid-template-columns: 160px minmax(0, 1fr);
    min-height: 150px;
    padding: 22px;
}

.vx-hero-strip-next {
    align-items: center;
    background: transparent;
    border: 2px solid var(--vx-text);
    border-radius: 6px;
    color: var(--vx-text);
    cursor: pointer;
    display: inline-flex;
    height: 56px;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
}

.vx-hero-strip-next span {
    border-right: 4px solid currentColor;
    border-top: 4px solid currentColor;
    display: block;
    height: 18px;
    transform: rotate(45deg);
    width: 18px;
}

.vx-hero-strip-next:hover {
    background: var(--vx-highlight);
    border-color: var(--vx-highlight);
    color: #062313;
}

.vx-mini-media {
    background: var(--vx-panel-strong);
    height: 96px;
    overflow: hidden;
}

.vx-mini-story h2 {
    align-self: center;
    font-size: 1.55rem;
    line-height: 1.1;
    margin: 0;
}

.vx-mini-story h2 a,
.vx-card h3 a,
.vx-card h4 a,
.vx-news-item a,
.vx-feature-copy h3 a,
.vx-video-copy h3 a,
.vx-most-viewed a {
    color: var(--vx-text);
}

.vx-section,
.vx-feature,
.vx-video-block,
.vx-most-viewed {
    background: var(--vx-panel);
    justify-self: center;
}

.theme-block-section.theme-block-odd {
    background: transparent;
}

.theme-block-section.theme-block-even {
    background: var(--vx-panel);
}

.vx-feature.theme-block-section.theme-block-odd,
.vx-video-block.theme-block-section.theme-block-odd {
    background: transparent;
}

.vx-feature.theme-block-section.theme-block-even,
.vx-video-block.theme-block-section.theme-block-even {
    background: var(--vx-panel);
}

.vx-section,
.vx-most-viewed {
    width: min(var(--vx-outer-width), 100%);
}

.vx-feature,
.vx-video-block {
    box-sizing: border-box;
    width: min(var(--vx-outer-width), 100%);
}

.vx-section {
    padding: 26px 0 30px;
}



.vx-section-title {
    font-size: 1.7rem;
    margin: 0 auto 28px;
    max-width: var(--vx-content-width);
    padding: 0;
    width: min(var(--vx-content-width), calc(100% - 56px));
}

.vx-news-list {
    display: grid;
    gap: 24px 42px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: var(--vx-content-width);
    padding: 0;
    width: min(var(--vx-content-width), calc(100% - 56px));
}

.vx-news-item {
    border-top: 1px solid rgba(255, 255, 255, .14);
    display: grid;
    gap: 8px;
    padding-top: 14px;
}

.vx-news-item a {
    font-size: 1.22rem;
    font-weight: 800;
    line-height: 1.2;
}

.vx-news-item span,
.vx-card time,
.vx-feature-copy time {
    color: var(--vx-muted);
    font-size: .92rem;
}

.vx-feature,
.vx-video-block {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, .9fr);
    justify-self: center;
    max-width: var(--vx-outer-width);
    padding-left: max(0px, calc((100% - var(--vx-content-width)) / 2));
    padding-right: max(0px, calc((100% - var(--vx-content-width)) / 2));
}

.vx-feature-media,
.vx-video-media {
    background: var(--vx-panel-strong);
    min-height: 390px;
    overflow: hidden;
    position: relative;
}

.vx-feature-copy,
.vx-video-copy {
    align-content: center;
    background: var(--vx-panel-strong);
    display: grid;
    padding: 44px;
}

.vx-feature-copy h2,
.vx-video-copy h2,
.vx-most-viewed h2 {
    color: var(--vx-link);
    font-size: 1.5rem;
    margin: 0 0 22px;
}

.vx-feature-copy h3,
.vx-video-copy h3 {
    font-size: clamp(2rem, 2.2vw, 3rem);
    line-height: 1.05;
    margin: 0 0 18px;
}

.vx-section-grid {
    display: grid;
    gap: 40px 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: var(--vx-content-width);
    padding: 0;
    width: min(var(--vx-content-width), calc(100% - 56px));
}

.vx-topic h3 {
    font-size: 1rem;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.vx-topic-more {
    align-items: center;
    background: var(--vx-panel-strong);
    color: var(--vx-text);
    display: flex;
    font-family: var(--font-ui);
    font-size: .95rem;
    font-weight: 800;
    gap: 8px;
    justify-content: space-between;
    margin: 2px 0 0;
    min-height: 46px;
    padding: 0 16px;
    text-decoration: none;
}

.vx-topic-more span {
    color: var(--vx-link);
    font-size: 1.35rem;
    line-height: 1;
}

.vx-card-grid {
    display: grid;
    gap: 22px;
}

.vx-report-card {
    border-top: 1px solid rgba(255, 255, 255, .16);
    display: grid;
    gap: 10px;
    min-width: 0;
    padding-top: 16px;
        min-height: 432px;
}

.vx-report-card h4 {
    font-size: 1.28rem;
    line-height: 1.12;
    margin: 0;
}

.vx-report-card h4 a {
    color: var(--vx-text);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.vx-report-card p {
    color: var(--vx-text);
    font-size: 1rem;
    line-height: 1.4;
    margin: 0;
}

.vx-editorial-mosaic {
    background: var(--vx-panel-strong);
    padding: 28px 0 34px;
}

.vx-editorial-mosaic .vx-section-title {
    color: var(--vx-link);
    font-size: 1.48rem;
    margin-bottom: 24px;
}

.vx-mosaic-grid {
    display: grid;
    gap: 34px 28px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin: 0 auto;
    max-width: var(--vx-content-width);
    width: min(var(--vx-content-width), calc(100% - 56px));
}

.vx-mosaic-card {
    display: grid;
    gap: 9px;
    min-width: 0;
}

.vx-mosaic-card.is-featured {
    grid-column: span 3;
}

.vx-mosaic-card.is-compact {
    grid-column: span 2;
}

.vx-mosaic-card h3 {
    color: var(--vx-link);
    font-family: var(--font-ui);
    font-size: 1.02rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
}

.vx-mosaic-media {
    background: var(--vx-bg);
    display: block;
    overflow: hidden;
}

.vx-mosaic-card.is-featured .vx-mosaic-media {
    aspect-ratio: 16 / 9;
}

.vx-mosaic-card.is-compact .vx-mosaic-media {
    aspect-ratio: 16 / 8.6;
}

.vx-mosaic-card h4 {
    font-family: var(--font-display);
    font-size: 1.24rem;
    line-height: 1.08;
    margin: 0;
}

.vx-mosaic-card.is-featured h4 {
    font-size: 1.72rem;
}

.vx-mosaic-card h4 a {
    color: var(--vx-text);
}

.vx-mosaic-card h4 a::before {
    content: "■";
    font-size: .72em;
    margin-right: 7px;
    vertical-align: .08em;
}

.vx-mosaic-card p {
    color: var(--vx-text);
    font-size: .96rem;
    line-height: 1.35;
    margin: 0;
}

.vx-mosaic-card.is-compact p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.vx-mosaic-meta {
    color: var(--vx-muted);
    display: flex;
    flex-wrap: wrap;
    font-family: var(--font-ui);
    font-size: .82rem;
    font-weight: 800;
    gap: 8px;
    text-transform: uppercase;
}

.vx-mosaic-meta span + time::before {
    content: "|";
    margin-right: 8px;
}

.vx-mosaic-more {
    color: var(--vx-text);
    font-family: var(--font-ui);
    font-size: .82rem;
    font-weight: 900;
    justify-self: end;
    margin-top: 5px;
    text-decoration: none;
}

.vx-mosaic-more span {
    color: var(--vx-link);
    font-size: 1rem;
}

.vx-card {
    min-width: 0;
    min-height: 315px;
}

.vx-card-media {
    aspect-ratio: 16 / 9;
    background: var(--vx-panel-strong);
    display: block;
    margin-bottom: 12px;
    overflow: hidden;
}

.vx-card h3,
.vx-card h4 {
    font-size: 1.18rem;
    line-height: 1.18;
    margin: 0 0 8px;
}

.vx-video-media span {
    align-items: center;
    background: var(--vx-accent-2);
    bottom: 0;
    color: #ffffff;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 900;
    left: 0;
    min-height: 42px;
    padding: 0 18px;
    position: absolute;
}

.vx-more-link {
    color: var(--vx-link);
    font-size: 1rem;
    font-weight: 800;
}

.vx-spotlight-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: var(--vx-content-width);
    padding: 0;
    width: min(var(--vx-content-width), calc(100% - 56px));
}

.vx-most-viewed {
    padding: 32px 44px 38px;
}

.vx-most-viewed h2,
.vx-most-viewed ol {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--vx-content-width);
    width: min(var(--vx-content-width), calc(100% - 56px));
}

.vx-most-viewed ol {
    counter-reset: vx-most;
    display: grid;
    gap: 18px;
    list-style: none;
    margin: 0 auto;
    max-width: var(--vx-content-width);
    padding: 0;
    width: min(var(--vx-content-width), calc(100% - 56px));
}

.vx-most-viewed li {
    border-top: 1px solid rgba(255, 255, 255, .14);
    counter-increment: vx-most;
    display: grid;
    gap: 18px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding-top: 14px;
}

.vx-most-viewed li::before {
    color: var(--vx-link);
    content: counter(vx-most);
    font-weight: 900;
}

@media (max-width: 1400px) {
    .vx-page {
        --vx-content-width: 960px;
    }

    .vx-header-bar {
        padding: 0 32px;
    }

    .vx-menu-panel-inner {
        padding-left: 32px;
        padding-right: 32px;
    }

    .vx-shell {
        max-width: 1180px;
    }

    .vx-hero,
    .vx-hero-media {
        min-height: 540px;
    }

    .vx-hero-media {
        height: 540px;
    }

    .vx-hero-overlay {
        bottom: 100px;
        padding: 0 calc((100% - var(--vx-content-width)) / 2);
    }

    .vx-hero h1 {
        font-size: clamp(2.25rem, 3.6vw, 3.35rem);
        max-width: 760px;
    }

    .vx-hero-strip {
        width: min(var(--vx-content-width), calc(100% - 160px));
    }

    .vx-mini-story {
        grid-template-columns: 128px minmax(0, 1fr);
        min-height: 118px;
        padding: 16px;
    }

    .vx-mini-media {
        height: 76px;
    }

    .vx-mini-story h2 {
        font-size: 1.22rem;
    }
}

@media (max-width: 900px) {
    .vx-page {
        --vx-content-width: 100%;
    }

    .vx-header-bar {
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: 58px;
        padding: 0 18px;
    }

    .vx-header-links {
        grid-column: 1 / -1;
        grid-row: 2;
        margin: 0 -18px;
        padding: 0 18px 8px;
    }

    .vx-menu-panel-inner {
        padding: 24px 18px 32px;
    }

    .vx-menu-quick-links {
        gap: 10px;
        margin-bottom: 28px;
    }

    .vx-menu-grid {
        gap: 28px;
        grid-template-columns: 1fr;
    }

    .vx-menu-link-grid {
        grid-template-columns: 1fr;
    }

    .vx-shell {
        gap: 26px;
        padding-inline: 0;
    }

    .vx-hero,
    .vx-hero-media {
        min-height: 420px;
    }

    .vx-hero-media {
        height: 420px;
    }

    .vx-hero-strip {
        position: static;
        transform: none;
        width: 100%;
    }

    .vx-hero-strip-track {
        grid-template-columns: 1fr;
    }

    .vx-hero-strip.has-carousel {
        padding-right: 58px;
    }

    .vx-news {
        margin-top: 0;
    }

    .vx-hero-overlay {
        bottom: 26px;
        padding: 0 18px;
    }

    .vx-hero h1 {
        font-size: clamp(2rem, 8vw, 3.4rem);
    }

    .vx-news-list,
    .vx-section-grid,
    .vx-spotlight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vx-feature,
    .vx-video-block {
        grid-template-columns: 1fr;
    }

    .vx-feature-media,
    .vx-video-media {
        min-height: 280px;
    }
}

@media (max-width: 640px) {
    .vx-header-bar {
        min-height: 44px;
    }

    .vx-header-actions {
        gap: 12px;
    }

    .vx-brand span:last-child {
        max-width: 44vw;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .vx-hero,
    .vx-hero-media {
        min-height: 360px;
    }

    .vx-hero-media {
        height: 360px;
    }

    .vx-news-list,
    .vx-section-grid,
    .vx-spotlight-grid {
        grid-template-columns: 1fr;
    }

    .vx-mini-story {
        grid-template-columns: 86px minmax(0, 1fr);
        min-height: 86px;
        padding: 12px;
    }

    .vx-mini-media {
        height: 58px;
    }

    .vx-mini-story h2,
    .vx-news-item a,
    .vx-card h3,
    .vx-card h4 {
        font-size: 1rem;
    }

    .vx-feature-copy,
    .vx-video-copy,
    .vx-most-viewed,
    .vx-section {
        padding: 18px;
    }

    .vx-section-title {
        font-size: 1.25rem;
        margin-bottom: 18px;
    }
}

.site-shell {
    margin: 0 auto;
   
}

.site-header {
    border-bottom: var(--header-rule) solid var(--strong-border);
    margin-bottom: 24px;
    padding-bottom: 20px;
}

.site-kicker {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.site-header h1 {
    font-family: var(--font-display);
    font-size: clamp(2.25rem, 5vw, 4.25rem);
    line-height: 1;
    margin: 0;
}

.site-muted {
    color: var(--muted);
    margin: 16px 0 0;
}

.home-shell,
.listing-shell {
  
}

.section-nav {
    border-bottom: 1px solid var(--border);
    display: flex;
    gap: 8px;
    margin: -8px 0 26px;
    overflow-x: auto;
    padding: 0 0 14px;
    scrollbar-width: thin;
}

.section-nav a {
    align-items: center;
    border: 1px solid var(--border);
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    min-height: 38px;
    padding: 8px 11px;
}

.section-nav a:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
    text-decoration: none;
}

.section-nav span {
    font-size: 0.86rem;
    font-weight: 700;
    text-transform: uppercase;
}

.section-nav small {
    color: var(--soft-muted);
    font-size: 0.72rem;
    font-weight: 700;
}

.section-nav a:hover small {
    color: inherit;
}

.category-header {
    align-items: end;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.category-summary {
    border-left: 4px solid var(--accent);
    min-width: 132px;
    padding: 4px 0 4px 14px;
}

.category-summary strong,
.category-summary span,
.category-summary small {
    display: block;
}

.category-summary strong {
    font-size: 2rem;
    line-height: 1;
}

.category-summary span {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 700;
    margin-top: 5px;
    text-transform: uppercase;
}

.category-summary small {
    color: var(--soft-muted);
    font-size: 0.78rem;
    margin-top: 6px;
}

.empty-state {
    border: 1px solid var(--border);
    margin-bottom: 24px;
    padding: 20px;
}

.empty-state h2 {
    font-size: 1.25rem;
    margin: 0 0 6px;
}

.empty-state p {
    color: var(--muted);
    margin: 0;
}

.author-avatar {
    margin: 0 0 26px;
}

.author-avatar img {
    border: 1px solid var(--border);
    border-radius: 50%;
    height: 96px;
    object-fit: cover;
    width: 96px;
}

.lead-story {
    background: var(--lead-bg);
    border-bottom: 1px solid var(--lead-border-color);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.75fr);
    margin-bottom: 26px;
    padding: var(--lead-padding);
    padding-bottom: calc(var(--lead-padding) + 26px);
}

.lead-story-media,
.post-card-media {
    align-items: center;
    background: var(--media-bg);
    color: var(--media-text);
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.lead-story-media {
    aspect-ratio: 16 / 9;
}

.lead-story-media img,
.post-card-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.lead-story-media span,
.post-card-media span {
    font-size: 0.78rem;
    font-weight: 700;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
}

.lead-story-copy {
    align-self: end;
    padding-bottom: 4px;
}

.lead-story h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.02;
    margin: 0 0 12px;
}

.post-category {
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 700;
    margin: 0 0 6px;
    text-transform: uppercase;
}

.lead-story time,
.post-card time {
    color: var(--soft-muted);
    font-size: 0.86rem;
}

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

.video-shell {
    gap: 28px;
}

.video-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.video-card {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.video-frame,
.video-fallback {
    aspect-ratio: 16 / 9;
    background: #111111;
    overflow: hidden;
}

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

.video-fallback {
    color: #ffffff;
    display: block;
    position: relative;
}

.video-fallback img {
    height: 100%;
    object-fit: cover;
    opacity: .72;
    width: 100%;
}

.video-fallback span {
    bottom: 18px;
    font-weight: 700;
    left: 18px;
    position: absolute;
}

.video-copy h2 {
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 2vw, 1.8rem);
    line-height: 1.08;
    margin: 0;
}

.video-copy time {
    color: var(--soft-muted);
    display: block;
    font-size: .92rem;
    margin-top: 10px;
}

.form-shell {
    max-width: 900px;
}

.contact-layout {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .75fr);
}

.contact-panel,
.public-form,
.public-action {
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, .46);
}

.contact-panel {
    padding: 20px;
}

.contact-panel h2 {
    font-size: 1.25rem;
    margin: 0 0 16px;
}

.contact-list {
    display: grid;
    gap: 14px;
    margin: 0;
}

.contact-list div {
    border-top: 1px solid var(--border);
    display: grid;
    gap: 4px;
    padding-top: 12px;
}

.contact-list dt {
    color: var(--muted);
    font-size: .76rem;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-list dd {
    margin: 0;
    overflow-wrap: anywhere;
}

.contact-actions {
    align-content: start;
    display: grid;
    gap: 14px;
}

.public-action {
    display: grid;
    gap: 8px;
    padding: 18px;
}

.public-action:hover {
    border-color: var(--accent);
    text-decoration: none;
}

.public-action strong {
    font-size: 1.1rem;
}

.public-action span,
.form-note {
    color: var(--muted);
    line-height: 1.45;
}

.public-form {
    display: grid;
    gap: 16px;
    padding: 20px;
}

.public-search-form {
    align-items: end;
    border-bottom: 1px solid var(--border);
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: -8px 0 24px;
    padding-bottom: 18px;
}

.public-search-form label {
    display: grid;
    gap: 7px;
}

.public-search-form span {
    color: var(--muted);
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.public-search-form input {
    border: 1px solid var(--border);
    color: var(--text);
    font: inherit;
    min-width: 0;
    padding: 11px 12px;
}

.public-search-form button {
    background: var(--accent);
    border: 1px solid var(--accent);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    padding: 11px 16px;
}

.on-demand-section {
    display: grid;
    gap: 1rem;
}

.on-demand-header {
    align-items: center;
    border-bottom: 1px solid var(--border);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.on-demand-header h2 {
    font-size: 1.35rem;
    margin: 0 0 .6rem;
}

.on-demand-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.on-demand-card {
    display: grid;
    gap: .55rem;
}

.on-demand-media {
    aspect-ratio: 16 / 9;
    background: #f2f2f2;
    display: block;
    overflow: hidden;
}

.on-demand-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.on-demand-card h3 {
    font-size: 1rem;
    line-height: 1.25;
    margin: 0;
}

.subscribe-form {
    max-width: 560px;
}

.form-row {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-form label {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.public-form label span {
    color: var(--muted);
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.public-form input,
.public-form textarea {
    border: 1px solid var(--border);
    color: var(--text);
    font: inherit;
    min-width: 0;
    padding: 11px 12px;
}

.public-form textarea {
    resize: vertical;
}

.public-form-actions {
    align-items: center;
    display: flex;
    gap: 14px;
}

.turnstile-widget {
    min-height: 65px;
}

.public-form-actions button {
    background: var(--accent);
    border: 1px solid var(--accent);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    padding: 11px 16px;
}

.public-form-actions a {
    color: var(--accent);
    font-weight: 700;
}

.public-alert {
    background: #fff0f0;
    border: 1px solid #e4b3b3;
    color: #8d1e1e;
    margin: 0 0 16px;
    padding: 12px 14px;
}

.public-alert.is-success {
    background: #eef8ef;
    border-color: #acd6b4;
    color: #146133;
}

.post-card {
    border-bottom: 1px solid var(--border);
    display: grid;
    gap: 12px;
    min-width: 0;
    padding-bottom: 18px;
}

.post-card-copy,
.post-card h2,
.post-card h2 a {
    min-width: 0;
    overflow-wrap: anywhere;
}

.post-card-media {
    aspect-ratio: 4 / 3;
}

.post-card h2 {
    font-family: var(--font-display);
    font-size: 1.18rem;
    line-height: 1.18;
    margin: 0 0 8px;
}

.theme-gaceta .site-header {
    box-shadow: inset 0 -1px 0 var(--border);
}

.theme-sports .lead-story-media,
.theme-sports .post-card-media {
    border-bottom: 4px solid var(--accent);
}

.theme-sports .post-card h2 {
    font-weight: 800;
}

.theme-tv .site-header {
    border-bottom-color: var(--accent);
    padding-top: 6px;
}

.theme-tv .site-kicker {
    color: var(--accent);
}

.theme-tv .section-nav a {
    background: #fff;
}

.theme-tv .section-nav a:hover {
    background: var(--accent);
}

.theme-tv .lead-story {
    color: #f8f9fb;
}

.theme-tv .lead-story .post-category,
.theme-tv .lead-story time {
    color: #ffccd4;
}

.theme-tv .lead-story-media {
    background: #060812;
}

.theme-tv .post-card-media {
    aspect-ratio: 16 / 10;
}

.pager {
    align-items: center;
    border-top: 1px solid var(--border);
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-top: 8px;
    padding-top: 24px;
}

.pager-link {
    border: 1px solid var(--strong-border);
    font-weight: 700;
    min-width: 116px;
    padding: 9px 12px;
    text-align: center;
}

.pager-link:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
    text-decoration: none;
}

.pager-current {
    color: var(--muted);
    font-size: 0.86rem;
    font-weight: 700;
    text-transform: uppercase;
}

.article-shell {
    max-width: 820px;
}

.article-header {
    border-bottom: 1px solid var(--border);
    margin-bottom: 24px;
    padding-bottom: 20px;
}

.article-header h1 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4.5vw, 3.8rem);
    line-height: 1.02;
    margin: 8px 0 14px;
}

.article-meta {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-bottom: 8px;
}

.article-meta time {
    color: var(--soft-muted);
    font-size: 0.95rem;
}

.article-extract {
    color: var(--muted);
    font-size: 1.18rem;
    line-height: 1.45;
    margin: 0;
}

.article-image {
    margin: 0 0 26px;
}

.article-image img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.media-fallback-applied {
    background: var(--media-bg);
}

.media-fallback-hidden {
    display: none !important;
}

.public-ad-slot {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin: 24px 0;
}

.public-ad-item {
    align-items: center;
    background: var(--media-bg);
    color: var(--media-text);
    display: flex;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
}

.public-ad-item:empty {
    display: none;
}

.public-ad-item a,
.public-ad-item img {
    display: block;
    max-width: 100%;
}

.public-ad-item img {
    height: auto;
}

.post-grid > .public-ad-slot {
    margin: 0;
    min-width: 0;
}

.post-grid > .public-ad-slot .public-ad-item {
    width: 100%;
}

.post-grid > .public-ad-slot img {
    object-fit: contain;
}

.public-ad-video iframe,
.public-ad-video video {
    aspect-ratio: 16 / 9;
    border: 0;
    display: block;
    max-width: 100%;
    width: min(720px, 100vw - 32px);
}

.article-image figcaption {
    color: var(--muted);
    font-size: 0.85rem;
    margin-top: 8px;
}

.article-content {
    font-size: 1.08rem;
    line-height: 1.68;
    overflow-wrap: anywhere;
}

.article-content > :first-child {
    margin-top: 0;
}

.article-content > :last-child {
    margin-bottom: 0;
}

.article-content p,
.article-content ul,
.article-content ol,
.article-content blockquote,
.article-content table,
.article-content figure,
.article-content iframe,
.article-content video {
    margin-bottom: 1.25rem;
}

.article-content a {
    color: var(--accent);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.16em;
}

.article-content h2,
.article-content h3,
.article-content h4 {
    line-height: 1.18;
    margin: 2rem 0 0.8rem;
}

.article-content ul,
.article-content ol {
    padding-left: 1.3rem;
}

.article-content li + li {
    margin-top: 0.35rem;
}

.article-content blockquote {
    border-left: 4px solid var(--accent);
    color: var(--muted);
    font-size: 1.12rem;
    margin-left: 0;
    padding: 0.2rem 0 0.2rem 1rem;
}

.article-content table {
    border-collapse: collapse;
    display: block;
    max-width: 100%;
    overflow-x: auto;
    width: max-content;
}

.article-content th,
.article-content td {
    border: 1px solid var(--border);
    padding: 0.55rem 0.7rem;
    vertical-align: top;
}

.article-content th {
    background: #eee9df;
    font-weight: 700;
}

.article-content img,
.article-content iframe,
.article-content video,
.article-content embed,
.article-content object {
    max-width: 100%;
}

.article-content img {
    display: block;
    height: auto;
    margin: 1.5rem auto;
}

.article-content iframe {
    background: #000;
    border: 0;
    display: block;
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 260px;
    width: 100%;
}

.article-content video {
    display: block;
    height: auto;
    width: 100%;
}

.article-content .image,
.article-content .media,
.article-content .embed,
.article-content .video,
.article-content .youtube,
.article-content .facebook,
.article-content .twitter-tweet,
.article-content .instagram-media {
    max-width: 100%;
}

.article-content .twitter-tweet,
.article-content .instagram-media {
    margin-left: auto !important;
    margin-right: auto !important;
}

.article-content img[align="left"],
.article-content .align-left,
.article-content .pull-left {
    float: left;
    margin: 0.35rem 1.25rem 1rem 0;
    max-width: min(320px, 45%);
}

.article-content img[align="right"],
.article-content .align-right,
.article-content .pull-right {
    float: right;
    margin: 0.35rem 0 1rem 1.25rem;
    max-width: min(320px, 45%);
}

.article-content::after {
    clear: both;
    content: "";
    display: table;
}

.related-section {
    border-top: 3px solid var(--strong-border);
    margin-top: 42px;
    padding-top: 18px;
}

.related-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.related-header .site-kicker {
    margin: 0;
}

.related-header a {
    color: var(--accent);
    font-size: 0.86rem;
    font-weight: 700;
}

.related-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.related-card {
    border-bottom: 1px solid var(--border);
    display: grid;
    gap: 12px;
    grid-template-columns: 120px 1fr;
    padding-bottom: 14px;
}

.related-card-media {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: var(--media-bg);
    color: var(--media-text);
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.related-card-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.related-card-media span {
    font-size: 0.72rem;
    font-weight: 700;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
}

.related-card h2 {
    font-size: 1rem;
    line-height: 1.2;
    margin: 0 0 8px;
}

.related-card time {
    color: var(--soft-muted);
    font-size: 0.82rem;
}

.blazor-error-boundary {
    background: #b32121;
    color: white;
    padding: 1rem;
}

.blazor-error-boundary::after {
    content: "An error has occurred.";
}

.admin-shell {
    background: #f6f7f9;
    color: #18202a;
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    min-height: 100vh;
}

.admin-tailwind {
    --font-body: "Inter", Arial, Helvetica, sans-serif;
    --font-display: "Inter", Arial, Helvetica, sans-serif;
    --font-ui: "Inter", Arial, Helvetica, sans-serif;
    font-family: var(--font-body);
}

.admin-sidebar {
    background: #101820;
    color: #f7fafc;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 24px 18px;
}

.admin-tailwind .admin-shell {
    display: block !important;
    grid-template-columns: none !important;
}

.admin-tailwind .admin-flowbite-shell {
    background: #111827;
    color: #f3f4f6;
    min-height: 100vh;
}

.admin-flowbite-topbar {
    align-items: center;
    background: #1f2937;
    border-bottom: 1px solid #374151;
    display: flex;
    height: 64px;
    justify-content: space-between;
    left: 0;
    padding: 0 16px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 40;
}

.admin-flowbite-topbar-left {
    align-items: center;
    display: flex;
    gap: 16px;
    min-width: 0;
    width: 100%;
}

.admin-flowbite-brand {
    align-items: center;
    color: #ffffff;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 1.25rem;
    font-weight: 800;
    gap: 10px;
    letter-spacing: 0;
    text-decoration: none;
}

.admin-flowbite-brand-mark {
    align-items: center;
    background: #2563eb;
    border-radius: 999px;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.2);
    color: #dbeafe;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.admin-flowbite-brand-mark svg {
    height: 22px;
    width: 22px;
}

.admin-flowbite-search {
    display: none;
    max-width: 386px;
    position: relative;
    width: 100%;
}

.admin-flowbite-search svg {
    color: #9ca3af;
    height: 20px;
    left: 12px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}

.admin-flowbite-search input {
    background: #374151;
    border: 1px solid #4b5563;
    border-radius: 8px;
    color: #ffffff;
    font: inherit;
    font-size: 0.875rem;
    height: 42px;
    outline: none;
    padding: 0 12px 0 40px;
    width: 100%;
}

.admin-flowbite-search input::placeholder {
    color: #cbd5e1;
}

.admin-flowbite-search input:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 1px #3b82f6;
}

.admin-flowbite-site-select {
    background: #374151;
    border: 1px solid #4b5563;
    border-radius: 8px;
    color: #ffffff;
    display: none;
    flex-shrink: 0;
    font: inherit;
    font-size: 0.875rem;
    height: 42px;
    max-width: 240px;
    min-width: 190px;
    outline: none;
    padding: 0 10px;
}

.admin-flowbite-site-select:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 1px #3b82f6;
}

.admin-flowbite-topbar-actions {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    gap: 4px;
    margin-left: 16px;
}

.admin-flowbite-icon-button {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 8px;
    color: #cbd5e1;
    cursor: pointer;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    text-decoration: none;
    width: 40px;
}

.admin-flowbite-icon-button:hover {
    background: #374151;
    color: #ffffff;
}

.admin-flowbite-icon-button svg {
    height: 20px;
    width: 20px;
}

.admin-flowbite-divider {
    background: #374151;
    display: none;
    height: 32px;
    margin: 0 8px;
    width: 1px;
}

.admin-flowbite-avatar {
    align-items: center;
    background: linear-gradient(135deg, #2563eb, #9333ea);
    border: 2px solid #4b5563;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.875rem;
    font-weight: 800;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.admin-flowbite-sidebar {
    background: #1f2937;
    border-right: 1px solid #374151;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    padding: 16px 12px;
    position: fixed;
    top: 64px;
    transform: translateX(-100%);
    transition: transform 160ms ease, width 160ms ease;
    width: 256px;
    z-index: 30;
}

.admin-flowbite-shell.is-sidebar-open .admin-flowbite-sidebar {
    transform: translateX(0);
}

.admin-flowbite-backdrop {
    background: rgba(15, 23, 42, 0.62);
    border: 0;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 64px;
    z-index: 20;
}

.admin-flowbite-shell.is-sidebar-open .admin-flowbite-backdrop {
    display: block;
}

.admin-flowbite-sidebar nav {
    display: grid;
    gap: 6px;
}

.admin-flowbite-nav-group {
    border-top: 1px solid #374151;
    display: grid;
    gap: 6px;
    margin-top: 10px;
    padding-top: 10px;
}

.admin-flowbite-nav-group p {
    color: #94a3b8;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0;
    padding: 6px 12px 2px;
    text-transform: uppercase;
}

.admin-flowbite-nav-item,
.admin-flowbite-signout button {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 8px;
    color: #e5e7eb;
    display: flex;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    gap: 12px;
    min-height: 42px;
    padding: 9px 12px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.admin-flowbite-nav-item svg,
.admin-flowbite-signout svg {
    color: #9ca3af;
    flex: 0 0 auto;
    height: 20px;
    width: 20px;
}

.admin-flowbite-nav-item:hover,
.admin-flowbite-signout button:hover,
.admin-flowbite-nav-item.active {
    background: #374151;
    color: #ffffff;
}

.admin-flowbite-nav-item.active svg,
.admin-flowbite-nav-item:hover svg,
.admin-flowbite-signout button:hover svg {
    color: #ffffff;
}

.admin-flowbite-signout {
    border-top: 1px solid #374151;
    margin-top: 18px;
    padding-top: 14px;
}

.admin-flowbite-main-content {
    background: #111827;
    min-height: 100vh;
    min-width: 0;
    
}

.admin-flowbite-main {
    min-width: 0;
}

.admin-flowbite-shell-no-sidebar .admin-flowbite-main-content {
    margin-left: 0;
}

@media (min-width: 768px) {
    .admin-flowbite-search {
        display: block;
    }

    .admin-flowbite-site-select {
        display: block;
    }

    .admin-flowbite-divider {
        display: inline-block;
    }
}

@media (min-width: 1024px) {
    .admin-flowbite-sidebar {
        display: block;
        transform: translateX(0);
    }

    .admin-flowbite-main-content {
        margin-left: 256px;
        padding: 88px 15px 40px;
        transition: margin-left 160ms ease;
    }

    .admin-flowbite-shell-no-sidebar .admin-flowbite-main-content {
        margin-left: 0;
    }

    .admin-flowbite-backdrop {
        display: none !important;
    }

    .admin-flowbite-shell.is-sidebar-collapsed .admin-flowbite-sidebar {
        overflow-x: hidden;
        padding-left: 10px;
        padding-right: 10px;
        width: 72px;
    }

    .admin-flowbite-shell.is-sidebar-collapsed .admin-flowbite-main-content {
        margin-left: 72px;
    }

    .admin-flowbite-shell.is-sidebar-collapsed .admin-flowbite-nav-item,
    .admin-flowbite-shell.is-sidebar-collapsed .admin-flowbite-signout button {
        gap: 0;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }

    .admin-flowbite-shell.is-sidebar-collapsed .admin-flowbite-nav-item span,
    .admin-flowbite-shell.is-sidebar-collapsed .admin-flowbite-signout span,
    .admin-flowbite-shell.is-sidebar-collapsed .admin-flowbite-nav-group p {
        display: none;
    }

    .admin-flowbite-shell.is-sidebar-collapsed .admin-flowbite-nav-group {
        margin-top: 8px;
        padding-top: 8px;
    }

    .admin-flowbite-shell.is-sidebar-collapsed.is-sidebar-peek .admin-flowbite-sidebar {
        box-shadow: 18px 0 40px rgba(0, 0, 0, 0.28);
        overflow-x: visible;
        padding-left: 12px;
        padding-right: 12px;
        width: 256px;
    }

    .admin-flowbite-shell.is-sidebar-collapsed.is-sidebar-peek .admin-flowbite-nav-item,
    .admin-flowbite-shell.is-sidebar-collapsed.is-sidebar-peek .admin-flowbite-signout button {
        gap: 12px;
        justify-content: flex-start;
        padding-left: 12px;
        padding-right: 12px;
    }

    .admin-flowbite-shell.is-sidebar-collapsed.is-sidebar-peek .admin-flowbite-nav-item span,
    .admin-flowbite-shell.is-sidebar-collapsed.is-sidebar-peek .admin-flowbite-signout span,
    .admin-flowbite-shell.is-sidebar-collapsed.is-sidebar-peek .admin-flowbite-nav-group p {
        display: initial;
    }

    .admin-flowbite-shell.is-sidebar-collapsed.is-sidebar-peek .admin-flowbite-nav-group p {
        display: block;
    }
}

.admin-tailwind .admin-sidebar {
    color: inherit;
}

.admin-tailwind .admin-sidebar a,
.admin-tailwind .admin-sidebar button {
    color: inherit;
    font: inherit;
    padding: 0.5rem 0.75rem;
    text-decoration: none;
}

.admin-tailwind .admin-brand {
    color: inherit;
    font-size: 1.25rem;
}

.admin-tailwind .admin-main {
    background: #0f172a;
}

.admin-tailwind .admin-header h1,
.admin-tailwind .admin-form-card h2,
.admin-tailwind .admin-panel h1,
.admin-tailwind .admin-panel h2 {
    color: #ffffff;
}

.admin-tailwind .site-kicker,
.admin-tailwind .site-muted,
.admin-tailwind .admin-form label,
.admin-tailwind .admin-toolbar label,
.admin-tailwind .admin-table th,
.admin-tailwind .admin-panel p,
.admin-tailwind .admin-image-preview span {
    color: #cbd5e1;
}

.admin-tailwind .admin-form,
.admin-tailwind .admin-toolbar,
.admin-tailwind .admin-table-wrap,
.admin-tailwind .admin-panel,
.admin-tailwind .admin-form-card,
.admin-tailwind .admin-preview-shell {
    background: #1f2937;
    border-color: #374151;
    color: #e2e8f0;
}

.admin-tailwind .admin-form input,
.admin-tailwind .admin-form select,
.admin-tailwind .admin-form textarea,
.admin-tailwind .admin-toolbar input,
.admin-tailwind .admin-toolbar select {
    background: #111827;
    border-color: #4b5563;
    color: #f8fafc;
}

.admin-tailwind .admin-form input::placeholder,
.admin-tailwind .admin-form textarea::placeholder,
.admin-tailwind .admin-toolbar input::placeholder {
    color: #94a3b8;
}

.admin-tailwind .admin-rich-editor,
.admin-tailwind .admin-image-preview {
    border-color: #4b5563;
}

.admin-tailwind .admin-editor-toolbar {
    background: #1f2937;
    border-color: #374151;
}

.admin-tailwind .admin-editor-toolbar button {
    background: transparent;
    border-color: transparent;
    color: #e2e8f0;
}

.admin-tailwind .admin-editor-surface {
    background: #111827;
    color: #f8fafc;
}

.admin-tailwind .admin-table th,
.admin-tailwind .admin-table td {
    border-color: #334155;
}

.admin-tailwind .admin-table small,
.admin-tailwind .admin-detail-list dt,
.admin-tailwind .admin-detail-list small {
    color: #94a3b8;
}

.admin-tailwind .admin-alert {
    background: #450a0a;
    border-color: #991b1b;
    color: #fecaca;
}

.admin-tailwind .admin-notice {
    background: #052e16;
    border-color: #166534;
    color: #bbf7d0;
}

.admin-tailwind .admin-post-template-shell {
    background: #111827;
    border-color: #1f2937;
}

.admin-tailwind .admin-post-template-header {
    background: #111827;
    border-color: #1f2937;
}

.admin-tailwind .admin-post-template-body {
    background: #111827;
}

.admin-tailwind .admin-post-editor-sidebar {
    border-color: #1f2937;
}

.admin-tailwind .admin-editor-primary-fields {
    color: #e2e8f0;
}

.admin-tailwind .admin-breadcrumb {
    color: #9ca3af;
}

.admin-tailwind .admin-breadcrumb a {
    color: #93c5fd;
}

.admin-tailwind .admin-editor-title-row h1 {
    color: #ffffff;
}

.admin-tailwind .admin-action-secondary {
    background: #1f2937;
    border-color: #4b5563;
    color: #cbd5e1;
}

.admin-tailwind .admin-action-secondary:hover {
    background: #374151;
    color: #ffffff;
}

.admin-tailwind .admin-action-danger {
    background: transparent;
    border-color: #f87171;
    color: #f87171;
}

.admin-tailwind .admin-action-danger:hover {
    background: rgba(127, 29, 29, 0.24);
    color: #fecaca;
}

.admin-tailwind .admin-action-primary {
    background: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
}

.admin-tailwind .admin-action-primary:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
}

.admin-brand {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 800;
    text-decoration: none;
}

.admin-sidebar nav {
    display: grid;
    gap: 8px;
}

.admin-sidebar a,
.admin-sidebar button {
    background: transparent;
    border: 0;
    color: #dce5ef;
    font: inherit;
    padding: 8px 0;
    text-align: left;
    text-decoration: none;
}

.admin-sidebar button {
    cursor: pointer;
}

.admin-main {
    padding: 32px;
}

.admin-header {
    margin: 0 0 24px;
}

.admin-header h1 {
    font-size: 2rem;
    margin: 0 0 8px;
}

.admin-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-panel {
    background: #ffffff;
    border: 1px solid #dbe1e8;
    border-radius: 8px;
    padding: 18px;
}

.admin-panel h2 {
    font-size: 1.05rem;
    margin: 0 0 8px;
}

.admin-panel p {
    color: #526173;
    margin: 0;
}

.admin-panel-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.admin-panel-actions a,
.admin-button-link {
    background: #edf4ff;
    border: 1px solid #bdd4ff;
    border-radius: 6px;
    color: #174ea6;
    font-weight: 700;
    padding: 9px 12px;
    text-decoration: none;
}

.admin-toolbar {
    align-items: end;
    background: #ffffff;
    border: 1px solid #dbe1e8;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0 0 18px;
    padding: 14px;
}

.admin-toolbar label,
.admin-form label {
    color: #526173;
    display: grid;
    font-size: 0.82rem;
    font-weight: 700;
    gap: 6px;
    min-width: 180px;
}

.admin-toolbar input,
.admin-toolbar select,
.admin-form input,
.admin-form select,
.admin-form textarea {
    border: 1px solid #bfccd9;
    border-radius: 6px;
    color: #18202a;
    font: inherit;
    padding: 10px 12px;
}

.admin-toolbar button,
.admin-form button {
    background: #1f6feb;
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    padding: 11px 14px;
}

.admin-table-wrap {
    background: #ffffff;
    border: 1px solid #dbe1e8;
    border-radius: 8px;
    overflow-x: auto;
}

.admin-table {
    border-collapse: collapse;
    min-width: 780px;
    width: 100%;
}

.admin-table th,
.admin-table td {
    border-bottom: 1px solid #e7ecf2;
    padding: 13px 14px;
    text-align: left;
    vertical-align: top;
}

.admin-table th {
    color: #526173;
    font-size: 0.76rem;
    text-transform: uppercase;
}

.admin-table small {
    color: #6b7788;
    display: block;
    margin-top: 4px;
}

.admin-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    white-space: nowrap;
}

.admin-actions a,
.admin-pager a,
.admin-form-actions a,
.admin-form-actions button {
    color: #174ea6;
    font-weight: 700;
    text-decoration: none;
}

.admin-form-actions button {
    background: transparent;
    border: 0;
    cursor: pointer;
    font: inherit;
    padding: 0;
}

.admin-badge {
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 5px 9px;
}

.admin-badge.is-live {
    background: #e8f7ed;
    color: #17663a;
}

.admin-badge.is-muted {
    background: #edf0f4;
    color: #526173;
}

.admin-pager {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: flex-end;
    margin-top: 16px;
}

.admin-form {
    background: #ffffff;
    border: 1px solid #dbe1e8;
    border-radius: 8px;
    display: grid;
    gap: 16px;
    max-width: 820px;
    padding: 18px;
}

.admin-theme-layout {
    align-items: start;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 7fr) minmax(260px, 3fr);
    max-width: 1280px;
}

.admin-theme-workspace {
    max-width: none;
    min-width: 0;
}

.admin-theme-sidebar-panel {
    display: grid;
    gap: 14px;
    min-width: 0;
    position: sticky;
    top: 20px;
}

.admin-theme-side-card {
    background: #ffffff;
    border: 1px solid #dbe1e8;
    border-radius: 8px;
    display: grid;
    gap: 12px;
    padding: 16px;
}

.admin-theme-side-card h2 {
    color: #18202a;
    font-size: .95rem;
    font-weight: 500;
    margin: 0;
}

.admin-theme-side-card label {
    color: #526173;
    display: grid;
    font-size: .82rem;
    font-weight: 500;
    gap: 6px;
}

.admin-theme-side-card select {
    border: 1px solid #bfccd9;
    border-radius: 6px;
    color: #18202a;
    font: inherit;
    padding: 10px 12px;
}

.admin-theme-side-card button {
    background: #1f6feb;
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-weight: 500;
    padding: 10px 12px;
}

.admin-theme-side-card button.admin-theme-secondary-button {
    background: #0b1220;
    border: 1px solid #334155;
    color: #cbd5e1;
}

.admin-theme-side-card button.admin-theme-secondary-button:hover {
    background: #172033;
    border-color: #475569;
    color: #f8fafc;
}

.admin-theme-builder {
    display: grid;
    gap: 12px;
    max-width: none;
}

.admin-theme-palette {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-theme-palette button {
    align-items: center;
    background: #edf4ff;
    border: 1px solid #bdd4ff;
    border-radius: 8px;
    color: #174ea6;
    cursor: pointer;
    display: grid;
    font: inherit;
    font-weight: 500;
    gap: 8px;
    justify-items: center;
    min-height: 92px;
    padding: 12px 10px;
    text-align: center;
}

.admin-theme-palette button:hover {
    background: #dfeeff;
    border-color: #8ab6ff;
}

.admin-theme-palette button.is-compact {
    min-height: 68px;
    padding: 9px 8px;
}

.admin-theme-action-divider {
    border: 0;
    border-top: 1px solid #dbe1e8;
    margin: 4px 0;
}

.admin-theme-reset-form {
    display: grid;
    margin: 0;
}

.admin-theme-header-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-theme-logo-field {
    background: #172033;
    border: 1px solid #334155;
    border-radius: 8px;
    display: grid;
    gap: 12px;
    padding: 14px;
}

@media (max-width: 760px) {
    .admin-theme-header-grid {
        grid-template-columns: 1fr;
    }
}

.admin-theme-palette-icon {
    align-items: center;
    background: #ffffff;
    border-radius: 8px;
    display: inline-flex;
    font-size: 1.45rem;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.admin-theme-reset-button {
    background: transparent !important;
    border: 1px solid #ef4444 !important;
    color: #dc2626 !important;
}

.admin-theme-layout {
    color: #e5e7eb;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 280px) minmax(220px, 280px);
    align-items: start;
}

.admin-theme-workspace,
.admin-theme-side-card,
.admin-theme-block-card {
    background: #111827;
    border-color: #263244;
    color: #e5e7eb;
}

.admin-theme-workspace {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
}

.admin-theme-side-card {
    box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
}

.admin-theme-side-card h2,
.admin-theme-block-summary strong {
    color: #ffffff;
}

.admin-theme-side-card label,
.admin-theme-block-card label,
.admin-theme-block-summary small {
    color: #9ca3af;
}

.admin-theme-side-card select,
.admin-theme-block-card input,
.admin-theme-block-card select,
.admin-theme-block-card textarea {
    background: #0b1220;
    border-color: #374151;
    color: #f9fafb;
}

.admin-theme-side-card select:focus,
.admin-theme-block-card input:focus,
.admin-theme-block-card select:focus,
.admin-theme-block-card textarea:focus {
    border-color: #60a5fa;
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .28);
}

.admin-theme-block-card.is-fixed {
    background: #0f172a;
    border-color: #2563eb;
    box-shadow: inset 4px 0 0 #3b82f6;
}

.admin-theme-block-card.is-dragging {
    opacity: .62;
}

.admin-theme-drag-handle {
    color: #93c5fd;
}

.admin-theme-sidebar-panel,
.admin-theme-settings-panel {
    align-self: start;
    display: grid;
    gap: 14px;
    position: sticky;
    top: 18px;
}

.admin-theme-modal {
    align-items: center;
    background: rgba(2, 6, 23, .72);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: fixed;
    z-index: 1100;
}

.admin-theme-modal[hidden] {
    display: none;
}

.admin-theme-modal-panel {
    background: #111827;
    border: 1px solid #374151;
    border-radius: 10px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .5);
    color: #e5e7eb;
    display: grid;
    gap: 16px;
    max-width: 560px;
    min-height: 220px;
    padding: 22px;
    position: relative;
    width: min(560px, 100%);
}

.admin-theme-modal-panel h2 {
    color: #ffffff;
    font-size: 1.1rem;
    margin: 0;
}

.admin-theme-modal-close {
    align-items: center;
    background: #1f2937;
    border: 1px solid #374151;
    border-radius: 6px;
    color: #e5e7eb;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.15rem;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 34px;
}

.admin-theme-modal-close:hover {
    background: #172033;
    border-color: #60a5fa;
    color: #ffffff;
}

.admin-theme-confirm-panel {
    min-height: 0;
    max-width: 420px;
}

.admin-theme-confirm-panel p {
    color: #cbd5e1;
    line-height: 1.45;
    margin: 8px 0 0;
}

.admin-theme-confirm-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 10px;
}

.admin-theme-confirm-button {
    background: #2563eb;
    border: 1px solid #60a5fa;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 800;
    min-height: 40px;
    padding: 0 14px;
}

.admin-theme-confirm-button:hover {
    background: #1d4ed8;
}

.admin-theme-block-position {
    background: #1f2937;
    color: #cbd5e1;
}

.admin-theme-palette button {
    background: #111827;
    border-color: #374151;
    color: #e5e7eb;
}

.admin-theme-palette button:hover {
    background: #172033;
    border-color: #60a5fa;
    color: #ffffff;
}

.admin-theme-palette-icon {
    background: #0b1220;
    border-color: #374151;
    color: #93c5fd;
}

.admin-theme-block-summary {
    grid-template-columns: auto auto minmax(0, 1fr) auto;
}

.admin-theme-block-actions {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    justify-content: end;
    min-width: max-content;
}

.admin-theme-block-details {
    display: grid;
    gap: 14px;
}

.admin-form .admin-theme-block-title-button,
.admin-theme-block-title-button {
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: grid;
    font: inherit;
    gap: 3px;
    min-width: 0;
    padding: 0;
    text-align: left;
}

.admin-form .admin-theme-block-title-button:hover,
.admin-theme-block-title-button:hover {
    background: transparent;
}

.admin-form .admin-theme-block-title-button:hover strong,
.admin-theme-block-title-button:hover strong {
    color: #bfdbfe;
}

.admin-theme-switch {
    align-items: center;
    cursor: pointer;
    display: inline-flex !important;
    height: 34px;
    margin: 0;
    position: relative;
    width: 54px;
}

.admin-theme-switch input {
    height: 1px !important;
    opacity: 0;
    padding: 0 !important;
    position: absolute;
    width: 1px !important;
}

.admin-theme-switch span {
    background: #374151;
    border: 1px solid #4b5563;
    border-radius: 999px;
    height: 26px;
    position: relative;
    transition: background .16s ease, border-color .16s ease;
    width: 48px;
}

.admin-theme-switch span::after {
    background: #d1d5db;
    border-radius: 999px;
    content: "";
    height: 20px;
    left: 2px;
    position: absolute;
    top: 2px;
    transition: transform .16s ease, background .16s ease;
    width: 20px;
}

.admin-theme-switch input:checked + span {
    background: #2563eb;
    border-color: #60a5fa;
}

.admin-theme-switch input:checked + span::after {
    background: #ffffff;
    transform: translateX(22px);
}

.admin-theme-icon-button,
.admin-theme-side-card button.admin-theme-icon-button {
    align-items: center;
    background: #1f2937;
    border: 1px solid #334155;
    border-radius: 6px;
    color: #cbd5e1;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 34px;
}

.admin-theme-icon-button:hover,
.admin-theme-side-card button.admin-theme-icon-button:hover {
    background: #263244;
    border-color: #475569;
    color: #ffffff;
}

.vx-footer {
    background:var(--vx-panel-strong);
    color: var(--vx-text);
}

.vx-footer-inner {
    background: var(--vx-panel-strong);
    margin: 0 auto;
    max-width: var(--vx-outer-width);
    padding: 48px clamp(28px, 15vw, 260px) 52px;
}

.vx-footer-columns {
    display: grid;
    gap: 42px 78px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vx-footer-column {
    align-content: start;
    display: grid;
    gap: 10px;
}

.vx-footer h2 {
    color: var(--vx-text);
    font-family: var(--font-ui);
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: .08em;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.vx-footer a {
    color: var(--vx-text);
    font-size: .86rem;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
}

.vx-footer a:hover {
    color: var(--vx-link);
    text-decoration: none;
}

.vx-footer-social {
    margin-top: 42px;
}

.vx-footer-social div {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 20px;
}

.vx-footer-social a {
    align-items: center;
    display: inline-flex;
    font-size: 1.45rem;
    height: 28px;
    justify-content: center;
    min-width: 28px;
}

.vx-footer-legal {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 36px;
}

.vx-footer-legal span,
.vx-footer-legal a {
    font-size: .94rem;
    font-weight: 800;
}

.vx-footer-legal a + a::before,
.vx-footer-legal span + a::before {
    color: var(--vx-text);
    content: "|";
    margin-right: 14px;
}

@media (max-width: 900px) {
    .vx-footer {
        padding: 0 16px 28px;
    }

    .vx-footer-inner {
        padding: 34px 24px 38px;
    }

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

@media (max-width: 560px) {
    .vx-footer-columns {
        grid-template-columns: 1fr;
    }

    .vx-footer-legal a + a::before,
    .vx-footer-legal span + a::before {
        content: none;
        margin: 0;
    }
}

.admin-theme-reset-button {
    border-color: #f87171 !important;
    color: #fca5a5 !important;
}

.admin-theme-reset-button:hover {
    background: rgba(127, 29, 29, .24) !important;
    color: #fecaca !important;
}

.admin-theme-preview-link {
    align-items: center;
    background: #0b1220;
    border: 1px solid #374151;
    border-radius: 6px;
    color: #bfdbfe;
    display: inline-flex;
    font-weight: 500;
    justify-content: center;
    min-height: 40px;
    padding: 0 12px;
    text-decoration: none;
}

.admin-theme-preview-link:hover {
    background: #172033;
    border-color: #60a5fa;
    color: #ffffff;
    text-decoration: none;
}

.admin-theme-toast {
    background: #dcfce7;
    border: 1px solid #86efac;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
    color: #14532d;
    font-size: .92rem;
    font-weight: 800;
    left: 50%;
    opacity: 0;
    padding: 12px 18px;
    pointer-events: none;
    position: fixed;
    top: 22px;
    transform: translate(-50%, -12px);
    transition: opacity .18s ease, transform .18s ease;
    z-index: 1000;
}

.admin-theme-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.admin-theme-toast.is-error {
    background: #fee2e2;
    border-color: #fca5a5;
    color: #7f1d1d;
}

.admin-theme-delete-button,
.admin-theme-side-card button.admin-theme-delete-button {
    align-items: center;
    background: #1f2937;
    border: 1px solid #3f2a2a;
    border-radius: 6px;
    color: #fca5a5;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.15rem;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 34px;
}

.admin-theme-delete-button:hover,
.admin-theme-side-card button.admin-theme-delete-button:hover {
    background: #7f1d1d;
    border-color: #ef4444;
    color: #ffffff;
}

.admin-theme-category-field {
    position: relative;
}

.admin-theme-category-results {
    background: #0b1220;
    border: 1px solid #374151;
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .36);
    display: none;
    left: 0;
    max-height: 240px;
    overflow: auto;
    padding: 6px;
    position: absolute;
    right: 0;
    top: calc(100% + 4px);
    z-index: 20;
}

.admin-theme-category-results.is-open {
    display: grid;
}

.admin-theme-category-results button {
    background: transparent;
    border: 0;
    border-radius: 6px;
    color: #e5e7eb;
    cursor: pointer;
    font: inherit;
    font-size: .88rem;
    font-weight: 700;
    padding: 9px 10px;
    text-align: left;
}

.admin-theme-category-results button:hover {
    background: #172033;
    color: #ffffff;
}

.admin-theme-drop-placeholder {
    background: rgba(37, 99, 235, .16);
    border: 2px dashed #60a5fa;
    border-radius: 8px;
    min-height: 96px;
    position: relative;
}

.admin-theme-drop-placeholder::after {
    color: #bfdbfe;
    content: "Drop block here";
    font-size: .86rem;
    font-weight: 800;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.admin-theme-sortable {
    display: grid;
    gap: 12px;
}

.admin-theme-block-card {
    background: #ffffff;
    border: 1px solid #dbe1e8;
    border-radius: 8px;
    display: grid;
    gap: 14px;
    padding: 16px;
}

.admin-theme-block-card[draggable="true"] {
    cursor: grab;
}

.admin-theme-block-card.is-dragging {
    opacity: .56;
}

.admin-theme-block-card.is-fixed {
    border-color: #9fc3ff;
    box-shadow: inset 4px 0 0 #1f6feb;
}

.admin-theme-block-summary {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: auto auto minmax(0, 1fr) auto;
}

.admin-theme-block-summary > div {
    min-width: 0;
}

.admin-theme-block-summary strong {
    color: #18202a;
    display: block;
}

.admin-theme-block-summary small {
    color: #6b7788;
    display: block;
    margin-top: 3px;
}

.admin-theme-drag-handle,
.admin-theme-block-position {
    align-items: center;
    border-radius: 6px;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 34px;
    min-width: 34px;
}

.admin-theme-drag-handle {
    color: #174ea6;
}

.admin-theme-block-position {
    background: #edf0f4;
    color: #526173;
}

.admin-theme-block-card label {
    color: #526173;
    display: grid;
    font-size: 0.82rem;
    font-weight: 700;
    gap: 6px;
}

.admin-theme-block-card input,
.admin-theme-block-card select,
.admin-theme-block-card textarea {
    border: 1px solid #bfccd9;
    border-radius: 6px;
    color: #18202a;
    font: inherit;
    padding: 10px 12px;
}

.admin-related-panel {
    margin-top: 18px;
    max-width: 820px;
}

.admin-site-list {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
}

.admin-site-list li {
    border-top: 1px solid #e7ecf2;
    display: grid;
    gap: 2px;
    padding-top: 8px;
}

.admin-site-list span {
    color: #526173;
}

.admin-form-wide {
    max-width: 1040px;
}

.admin-post-editor-form {
    background: transparent;
    border: 0;
    max-width: 100%;
    padding: 0;
}

.admin-post-template-shell {
    overflow: hidden;
}

.admin-post-template-header {
    border-bottom: 1px solid #e7ecf2;
    display: grid;
    gap: 20px;
    padding: 18px;
}

.admin-breadcrumb {
    align-items: center;
    color: #64748b;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875rem;
    gap: 10px;
}

.admin-breadcrumb a {
    color: #2563eb;
    text-decoration: none;
}

.admin-breadcrumb a:hover {
    text-decoration: underline;
}

.admin-editor-title-row {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
}

.admin-editor-title-row h1 {
    color: #111827;
    font-size: 1.375rem;
    line-height: 1.25;
    margin: 3px 0;
}

.admin-editor-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.admin-action-button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.875rem;
    font-weight: 700;
    gap: 8px;
    min-height: 38px;
    padding: 8px 14px;
    text-decoration: none;
    white-space: nowrap;
}

.admin-action-button svg {
    height: 18px;
    width: 18px;
}

.admin-action-primary {
    background: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
}

.admin-action-primary:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #ffffff;
}

.admin-action-secondary {
    background: #ffffff;
    border-color: #cbd5e1;
    color: #475569;
}

.admin-action-secondary:hover {
    border-color: #94a3b8;
    color: #0f172a;
}

.admin-action-danger {
    background: transparent;
    border-color: #ef4444;
    color: #dc2626;
}

.admin-action-danger:hover {
    background: #fef2f2;
    color: #b91c1c;
}

.admin-post-template-body {
    padding: 18px;
}

.admin-post-editor-layout {
    align-items: start;
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 65%) minmax(280px, 35%);
    padding: 0;
}

.admin-post-editor-main,
.admin-post-editor-sidebar {
    display: grid;
    gap: 18px;
    min-width: 0;
}

.admin-post-editor-main {
    padding: 18px;
}

.admin-post-editor-sidebar {
    align-self: start;
    border-left: 1px solid #e7ecf2;
    min-height: calc(100vh - 170px);
    padding: 16px;
}

.admin-form-card {
    border: 1px solid #e7ecf2;
    border-radius: 8px;
    display: grid;
    gap: 14px;
    padding: 16px;
}

.admin-editor-primary-fields {
    display: grid;
    gap: 16px;
}

.admin-editor-primary-fields label {
    min-width: 0;
}

.admin-post-public-link {
    color: #9ca3af;
    font-size: 0.98rem;
    margin: -6px 0 2px;
    overflow-wrap: anywhere;
}

.admin-post-public-link span {
    color: #6d5dfc;
}

.admin-post-secondary-panel {
    margin-top: 2px;
}

.admin-form-card h2 {
    color: #18202a;
    font-size: 1rem;
    margin: 0;
}

.admin-form-card-wide {
    gap: 16px;
}

.admin-form-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-form label {
    min-width: 0;
}

.admin-form textarea {
    resize: vertical;
}

.admin-code-area {
    font-family: Consolas, Monaco, "Courier New", monospace !important;
    line-height: 1.5;
}

.admin-rich-editor {
    border: 1px solid #bfccd9;
    border-radius: 8px;
    overflow: hidden;
}

.admin-editor-toolbar {
    align-items: center;
    background: #f7f9fc;
    border-bottom: 1px solid #dbe1e8;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 8px;
}

.admin-editor-toolbar button {
    background: #ffffff;
    border: 1px solid #bfccd9;
    border-radius: 6px;
    color: #18202a;
    min-height: 34px;
    min-width: 34px;
    padding: 7px 9px;
}

.admin-editor-toolbar button:hover {
    border-color: #1f6feb;
    color: #174ea6;
}

.admin-editor-surface {
    background: #ffffff;
    color: #18202a;
    line-height: 1.65;
    min-height: 440px;
    outline: none;
    overflow-wrap: anywhere;
    padding: 16px;
}

.admin-editor-surface:focus {
    box-shadow: inset 0 0 0 2px #bdd4ff;
}

.admin-editor-surface img {
    display: block;
    height: auto;
    margin: 14px 0;
    max-width: 100%;
}

.admin-editor-source[hidden],
.admin-editor-surface[hidden] {
    display: none;
}

.admin-image-preview {
    align-items: center;
    border: 1px solid #dbe1e8;
    border-radius: 8px;
    display: grid;
    gap: 12px;
    grid-template-columns: 160px minmax(0, 1fr);
    padding: 10px;
}

.admin-image-preview img {
    aspect-ratio: 16 / 9;
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
}

.admin-image-preview span {
    color: #526173;
    overflow-wrap: anywhere;
}

.admin-preview-shell {
    background: #ffffff;
    border: 1px solid #dbe1e8;
    border-radius: 8px;
    max-width: 960px;
}

.admin-check {
    align-items: center;
    display: flex !important;
    flex-direction: row;
    gap: 8px !important;
}

.admin-check input {
    height: 18px;
    width: 18px;
}

.admin-form-actions {
    align-items: center;
    display: flex;
    gap: 14px;
}

.admin-detail-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1040px;
}

.admin-detail-list {
    display: grid;
    gap: 12px;
    margin: 0;
}

.admin-detail-list div {
    border-top: 1px solid #e7ecf2;
    display: grid;
    gap: 4px;
    padding-top: 10px;
}

.admin-detail-list dt {
    color: #526173;
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.admin-detail-list dd {
    margin: 0;
    overflow-wrap: anywhere;
}

.admin-detail-list small {
    color: #6b7788;
    display: block;
    margin-top: 3px;
}

.admin-message-panel {
    margin-top: 16px;
    max-width: 1040px;
}

.admin-message-panel p {
    color: #18202a;
    line-height: 1.6;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

.admin-notice {
    background: #e8f7ed;
    border: 1px solid #b9e6c8;
    border-radius: 6px;
    color: #17663a;
    margin: 0 0 16px;
    padding: 10px 12px;
}

.admin-login-shell {
    align-items: center;
    background: #f6f7f9;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 24px;
}

.admin-login-form {
    background: #ffffff;
    border: 1px solid #dbe1e8;
    border-radius: 8px;
    display: grid;
    gap: 16px;
    max-width: 420px;
    padding: 24px;
    width: 100%;
}

.admin-login-form h1 {
    font-size: 1.75rem;
    margin: 0;
}

.admin-login-form label {
    display: grid;
    gap: 6px;
}

.admin-login-form input {
    border: 1px solid #bfccd9;
    border-radius: 6px;
    font: inherit;
    padding: 10px 12px;
}

.admin-login-form button {
    background: #1f6feb;
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    font: inherit;
    font-weight: 700;
    padding: 11px 14px;
}

.admin-alert {
    background: #fff0f0;
    border: 1px solid #ffc9c9;
    border-radius: 6px;
    color: #9b1c1c;
    margin: 0;
    padding: 10px 12px;
}

@media (max-width: 640px) {
    .public-header-secondary {
        min-height: 48px;
    }

    .public-header-secondary .public-header-inner {
        padding: 0;
    }

    .public-header-secondary a {
        min-height: 48px;
        padding: 0 12px;
    }

    .public-header-brand-inner {
        gap: 14px;
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 14px 16px;
    }

    .public-header-logo,
    .public-header-brand .public-ad-item {
        min-height: 92px;
    }

    .public-header-logo img {
        max-height: 112px;
        width: 100%;
    }

    .public-header-category-row {
        min-height: 0;
    }

    .public-header-category-nav {
        gap: 18px;
        padding: 10px 16px;
    }

    .public-header-ticker-inner {
        min-height: 0;
        padding: 0 16px 10px;
    }

    .public-header-ticker strong {
        font-size: 1rem;
        padding: 11px 12px;
    }

    .public-header-ticker div {
        gap: 12px;
        padding: 0 12px;
    }

    .public-header-ticker a {
        max-width: 260px;
    }

    .site-shell {
       
    }

    .lead-story,
    .post-grid,
    .video-grid,
    .contact-layout,
    .form-row,
    .public-search-form {
        grid-template-columns: 1fr;
    }

    .category-header {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .category-summary {
        border-left: 0;
        border-top: 3px solid var(--accent);
        display: grid;
        gap: 8px;
        grid-template-columns: auto 1fr;
        min-width: 0;
        padding: 12px 0 0;
    }

    .category-summary small {
        grid-column: 1 / -1;
    }

    .lead-story {
        gap: 16px;
    }

    .post-card {
        grid-template-columns: 1fr;
    }

    .post-card-media {
        aspect-ratio: 16 / 9;
    }

    .post-card h2 {
        font-size: 1rem;
    }

    .pager {
        align-items: stretch;
        flex-direction: column;
    }

    .pager-current {
        order: -1;
        text-align: center;
    }

    .related-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .related-grid {
        grid-template-columns: 1fr;
    }

    .admin-shell {
        grid-template-columns: 1fr;
    }

    .admin-sidebar {
        padding: 18px;
    }

    .admin-main {
        padding: 22px 16px 44px;
    }

    .admin-grid,
    .admin-form-grid,
    .admin-post-editor-layout {
        grid-template-columns: 1fr;
    }

    .admin-post-editor-main,
    .admin-post-editor-sidebar {
        padding: 16px;
    }

    .admin-post-editor-sidebar {
        border-left: 0;
        border-top: 1px solid #e7ecf2;
        min-height: 0;
    }

    .admin-detail-grid {
        grid-template-columns: 1fr;
    }

    .admin-editor-title-row {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-editor-actions {
        justify-content: flex-start;
    }

    .admin-action-button {
        justify-content: center;
    }

    .admin-image-preview {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 641px) and (max-width: 920px) {
    .lead-story,
    .post-grid,
    .video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lead-story-media {
        grid-column: 1 / -1;
    }
}

@media (max-width: 920px) {
    .admin-theme-layout {
        grid-template-columns: 1fr;
    }

    .admin-theme-sidebar-panel,
    .admin-theme-settings-panel {
        order: -1;
        position: static;
    }

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

    .vx-mosaic-card.is-featured,
    .vx-mosaic-card.is-compact {
        grid-column: span 1;
    }

    .vx-mosaic-card.is-featured h4 {
        font-size: 1.34rem;
    }
}

@media (max-width: 640px) {
    .vx-mosaic-grid {
        grid-template-columns: 1fr;
        width: min(var(--vx-content-width), calc(100% - 32px));
    }

    .vx-editorial-mosaic .vx-section-title {
        width: min(var(--vx-content-width), calc(100% - 32px));
    }
}

.admin-theme-layout {
    color: #e5e7eb;
}

.admin-theme-workspace,
.admin-theme-side-card,
.admin-theme-block-card {
    background: #111827;
    border-color: #263244;
    color: #e5e7eb;
}

.admin-theme-side-card h2,
.admin-theme-block-summary strong {
    color: #ffffff;
}

.admin-theme-action-divider {
    border-top-color: #263244;
}

.admin-theme-side-card label,
.admin-theme-block-card label,
.admin-theme-block-summary small {
    color: #9ca3af;
}

.admin-theme-side-card select,
.admin-theme-block-card input,
.admin-theme-block-card select,
.admin-theme-block-card textarea {
    background: #0b1220;
    border-color: #374151;
    color: #f9fafb;
}

.admin-theme-block-card.is-fixed {
    background: #0f172a;
    border-color: #2563eb;
    box-shadow: inset 4px 0 0 #3b82f6;
}

.admin-theme-fixed-summary {
    align-items: start;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}

.admin-theme-fixed-summary .admin-theme-block-position {
    display: none;
}

.admin-theme-fixed-summary .admin-theme-block-title-button {
    flex: 0 0 auto;
    gap: 1px;
}

.admin-theme-fixed-summary .admin-theme-block-title-button strong {
    color: #f8fafc;
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 1.05;
}

.admin-theme-fixed-summary .admin-theme-block-title-button small {
    color: #bfdbfe;
    font-size: .86rem;
    line-height: 1.15;
    margin-top: 0;
}

.admin-theme-fixed-badge {
    align-items: center;
    background: #0f4f45;
    border-radius: 999px;
    color: #34d399;
    display: inline-flex;
    font-size: .86rem;
    font-weight: 600;
    line-height: 1;
    margin-top: 2px;
    min-height: 24px;
    padding: 0 15px;
}

.admin-theme-drag-handle {
    color: #93c5fd;
}

.admin-theme-block-position {
    background: #1f2937;
    color: #cbd5e1;
}

.admin-theme-palette button {
    background: #111827;
    border-color: #374151;
    color: #e5e7eb;
}

.admin-theme-palette button:hover {
    background: #172033;
    border-color: #60a5fa;
    color: #ffffff;
}

.admin-theme-palette-icon {
    background: #0b1220;
    border-color: #374151;
    color: #93c5fd;
}
.admin-theme-media-fields {
    display: grid;
    gap: 0.85rem;
}

.admin-theme-media-fields input[type="file"] {
    padding: 0.75rem;
}

.admin-theme-toast {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
    color: #0f172a;
    display: flex;
    font-weight: 700;
    justify-content: center;
    left: 50%;
    max-width: min(420px, calc(100vw - 32px));
    min-height: 76px;
    opacity: 0;
    padding: 1rem 1.35rem;
    pointer-events: none;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -45%) scale(0.98);
    transition: opacity 160ms ease, transform 160ms ease;
    width: max-content;
    z-index: 1000;
}

.admin-theme-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.admin-theme-toast.is-error {
    background: #450a0a;
    border-color: #ef4444;
    color: #fee2e2;
}

.vx-showcase-strip {
    max-width: 920px;
    margin-inline: auto;
    padding-block: 1.25rem;
}

.vx-showcase-link {
    display: block;
}

.vx-showcase-image {
    display: block;
    width: 100%;
    min-height: 64px;
    max-height: 100px;
    object-fit: cover;
    animation: vxShowcaseIn 180ms ease-out both;
}

@keyframes vxShowcaseIn {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
