/* HaberPress Executive Portal - visual system v3 */
:root {
    --hp-bg: #eef1f4;
    --hp-paper: #ffffff;
    --hp-ink: #111827;
    --hp-text: #263241;
    --hp-muted: #667085;
    --hp-soft: #f7f8fa;
    --hp-line: #d9dee6;
    --hp-brand: #101820;
    --hp-brand-2: #1f2937;
    --hp-accent: #00796b;
    --hp-accent-soft: #dff3ef;
    --hp-red: #c1121f;
    --hp-gold: #b7791f;
    --hp-radius: 6px;
    --hp-container: 1240px;
}

/* Final MOZWP layout precedence */
.moz-header .moz-title-row,
.moz-header .moz-category-bar { display: none; }
.moz-header .moz-blue-header { display: block; background: #006ae4; }
.moz-header .moz-blue-inner { min-height: 65px; }
.moz-header .moz-utility-row { background: #fff; }
.moz-header .moz-market-row { display: grid; grid-template-columns: minmax(0, 1fr) 146px 126px; min-height: 44px; padding: 0; }
.moz-header .market-tile,
.moz-header .prayer-tile,
.moz-header .moz-weather { min-height: 44px; border: 0; border-radius: 0; box-shadow: none; }
.moz-module,
.moz-weather-full,
.moz-market-board,
.moz-prayer-pro,
.moz-newspapers,
.moz-standings,
.moz-video-pro,
.moz-market-marquee { font-family: Barlow, Inter, ui-sans-serif, system-ui, sans-serif; }

@media (max-width: 980px) {
    .moz-header .moz-market-row { grid-template-columns: 1fr; padding: 8px 0; }
}

/* HaberPress Executive Pro modular portal layer */
:root {
    --hp-bg: #f3f6f8;
    --hp-surface: #ffffff;
    --hp-ink: #111827;
    --hp-muted: #667085;
    --hp-line: #d9e2ec;
    --hp-soft: #eef3f7;
    --hp-brand: #d71920;
    --hp-brand-dark: #a20f16;
    --hp-accent: #0067b1;
    --hp-green: #11823b;
    --hp-navy: #05263a;
    --hp-container: 1180px;
}

body {
    margin: 0;
    background: var(--hp-bg);
    color: var(--hp-ink);
    font-family: Inter, Arial, Helvetica, sans-serif;
}

a { color: inherit; }

.hp-container {
    width: min(calc(100% - 32px), var(--hp-container));
    margin-inline: auto;
}

.hp-topbar {
    background: #fff;
    border-bottom: 1px solid var(--hp-line);
    color: #344054;
    font-size: 13px;
}

.hp-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 38px;
}

.hp-topbar-left,
.hp-topbar-links {
    display: flex;
    align-items: center;
    gap: 14px;
    white-space: nowrap;
}

.hp-topbar-left span + span {
    padding-left: 14px;
    border-left: 1px solid var(--hp-line);
}

.hp-topbar .is-live {
    color: var(--hp-brand);
    font-weight: 800;
}

.hp-topbar-links a {
    text-decoration: none;
    color: #344054;
    font-weight: 700;
}

.hp-finance-ticker {
    background: #fff;
    border-bottom: 1px solid var(--hp-line);
}

.hp-finance-inner {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(142px, 1fr);
    overflow-x: auto;
    scrollbar-width: none;
}

.hp-finance-inner::-webkit-scrollbar { display: none; }

.hp-finance-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 8px;
    min-height: 56px;
    padding: 8px 13px;
    border-right: 1px solid var(--hp-line);
}

.hp-finance-item i {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e9f3ff;
    color: var(--hp-accent);
    font-size: 9px;
    font-style: normal;
    font-weight: 900;
}

.hp-finance-item span {
    color: #667085;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.hp-finance-item strong {
    font-size: 15px;
    line-height: 1;
}

.hp-finance-item em {
    color: var(--hp-green);
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.hp-finance-item em.negative { color: var(--hp-brand); }

.hp-finance-ticker.is-empty {
    padding: 10px 0;
    color: var(--hp-muted);
    font-size: 13px;
}

.hp-main-header {
    background: #fff;
    border-bottom: 1px solid var(--hp-line);
}

.hp-main-header-inner {
    display: grid;
    grid-template-columns: minmax(180px, 260px) minmax(260px, 560px) auto;
    align-items: center;
    gap: 28px;
    min-height: 94px;
}

.hp-site-logo {
    display: inline-grid;
    gap: 2px;
    width: max-content;
    text-decoration: none;
}

.hp-site-logo strong {
    color: var(--hp-brand);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 44px;
    font-weight: 900;
    letter-spacing: .01em;
    line-height: .95;
}

.hp-site-logo span {
    color: #475467;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hp-header-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: center;
    border: 1px solid var(--hp-line);
    border-radius: 999px;
    background: #f8fafc;
    overflow: hidden;
}

.hp-header-search input {
    min-width: 0;
    border: 0;
    background: transparent;
    padding: 13px 18px;
    color: #111827;
    font: inherit;
    outline: none;
}

.hp-header-search button,
.hp-mobile-menu-button {
    border: 0;
    background: transparent;
    color: #1f2937;
    cursor: pointer;
    font-weight: 900;
}

.hp-header-search button {
    height: 44px;
    border-left: 1px solid var(--hp-line);
    font-size: 18px;
}

.hp-mobile-menu-button {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: var(--hp-navy);
    color: #fff;
    padding: 12px 16px;
}

.hp-category-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #fff;
    border-bottom: 1px solid var(--hp-line);
}

.hp-category-nav-inner {
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 48px;
    overflow-x: auto;
    scrollbar-width: none;
}

.hp-category-nav-inner::-webkit-scrollbar { display: none; }

.hp-category-nav a {
    flex: 0 0 auto;
    text-decoration: none;
    color: #263445;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.hp-category-nav a:hover { color: var(--hp-brand); }

.hp-weather-strip {
    background: #fbfdff;
    border-bottom: 1px solid var(--hp-line);
}

.hp-weather-strip-inner {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    gap: 10px;
    min-height: 46px;
}

.hp-prayer-time,
.hp-weather-picker summary {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 14px;
    border-left: 1px solid var(--hp-line);
}

.hp-prayer-time strong,
.hp-weather-picker strong {
    color: var(--hp-navy);
    font-size: 18px;
}

.hp-prayer-time span,
.hp-weather-picker span {
    color: #344054;
    font-weight: 900;
}

.hp-prayer-time em,
.hp-weather-picker em {
    color: #98a2b3;
    font-size: 12px;
    font-style: normal;
}

.hp-weather-picker {
    position: relative;
}

.hp-weather-picker summary {
    list-style: none;
    cursor: pointer;
}

.hp-weather-picker summary::-webkit-details-marker { display: none; }

.hp-weather-city-list {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    width: min(520px, calc(100vw - 32px));
    max-height: 360px;
    overflow: auto;
    border: 1px solid var(--hp-line);
    border-radius: 10px;
    background: #fff;
    padding: 12px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .16);
}

.hp-weather-city-list a {
    border-radius: 7px;
    padding: 8px 10px;
    color: #344054;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.hp-weather-city-list a:hover {
    background: #eef6ff;
    color: var(--hp-accent);
}

.hp-breaking-ticker {
    background: var(--hp-navy);
    color: #fff;
}

.hp-breaking-shell {
    display: flex;
    align-items: center;
    min-height: 40px;
    overflow: hidden;
}

.hp-breaking-label {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 40px;
    padding: 0 18px 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.hp-breaking-label::after {
    content: ">>>";
    color: #b7c6d2;
    letter-spacing: -2px;
    animation: hp-arrow-pulse 1.1s linear infinite;
}

.hp-breaking-track-wrap {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
}

.hp-breaking-track {
    display: inline-flex;
    align-items: center;
    gap: 34px;
    padding-left: 12px;
    animation: hp-breaking-scroll 42s linear infinite;
}

.hp-breaking-track:hover { animation-play-state: paused; }

.hp-breaking-track a {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 850;
}

.hp-breaking-track a::before {
    content: attr(href);
    display: none;
}

.hp-breaking-track a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ffd400;
    transform: translateY(-50%);
}

@keyframes hp-arrow-pulse {
    0%, 100% { opacity: .45; transform: translateX(0); }
    50% { opacity: 1; transform: translateX(3px); }
}

@keyframes hp-breaking-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.moz-home {
    display: grid;
    gap: 24px;
    padding: 24px 0 48px;
}

.moz-module,
.hp-panel,
.article-head,
.article-body,
.news-card {
    border: 1px solid var(--hp-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .04);
}

.moz-module {
    padding: 18px;
}

.moz-module-head,
.hp-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 16px;
    border-bottom: 2px solid #111827;
    padding-bottom: 10px;
    color: #111827;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.1;
}

.moz-module-head a {
    color: var(--hp-accent);
    text-decoration: none;
    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.moz-hero-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr;
    gap: 18px;
}

.moz-hero-card,
.news-card {
    overflow: hidden;
}

.moz-hero-card.is-large {
    grid-row: span 2;
}

.card-media-link,
.moz-hero-card a {
    position: relative;
    display: block;
    min-height: 210px;
    overflow: hidden;
    background: #dfe7ef;
    text-decoration: none;
}

.card-hero .card-media-link,
.moz-hero-card.is-large a {
    min-height: 460px;
}

.card-media-link img,
.moz-hero-card img,
.article-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.moz-hero-card img,
.card-media-link img {
    position: absolute;
    inset: 0;
}

.moz-hero-card a::after,
.card-hero .card-media-link::after,
.card-lead .card-media-link::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 60%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .72));
}

.news-card-content {
    display: grid;
    gap: 9px;
    padding: 14px;
}

.card-hero .news-card-content,
.card-lead .news-card-content {
    padding: 18px;
}

.news-card h1,
.news-card h3,
.moz-hero-card h2 {
    margin: 0;
    color: #111827;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 900;
    line-height: 1.1;
}

.news-card h1 { font-size: clamp(30px, 4vw, 50px); }
.news-card h3 { font-size: 19px; }
.card-mini h3,
.card-compact h3 { font-family: Inter, Arial, sans-serif; font-size: 15px; line-height: 1.25; }

.news-card h1 a,
.news-card h3 a { text-decoration: none; }

.news-card p {
    margin: 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.55;
}

.card-meta,
.card-foot {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #667085;
    font-size: 12px;
    font-weight: 800;
}

.card-foot {
    justify-content: space-between;
    border-top: 1px solid var(--hp-line);
    padding-top: 10px;
}

.hp-badge,
.card-breaking {
    display: inline-flex;
    align-items: center;
    width: max-content;
    border-radius: 999px;
    background: #fff1f2;
    color: var(--hp-brand);
    padding: 5px 8px;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.card-breaking {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: var(--hp-brand);
    color: #fff;
}

.fallback-media {
    display: grid;
    place-items: center;
    min-height: 220px;
    color: #fff;
    background: linear-gradient(135deg, #15202b, #415466);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 900;
}

.moz-category-news,
.news-flow,
.category-flow,
.listing-results,
.related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

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

.hp-category-focus-grid .card-lead {
    grid-row: span 2;
}

.builder-finance-strip,
.builder-popular-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.listing-head,
.article-wrap {
    padding-top: 26px;
}

.listing-head {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}

.hp-title {
    margin: 0;
    color: #111827;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 900;
    line-height: 1;
}

.hp-muted {
    margin: 0;
    color: #667085;
    font-size: 16px;
}

.listing-grid,
.article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
    align-items: start;
}

.hp-panel-pad {
    padding: 16px;
}

.sidebar-list {
    display: grid;
    gap: 10px;
}

.sidebar-list a {
    border-bottom: 1px solid var(--hp-line);
    padding-bottom: 10px;
    color: #111827;
    text-decoration: none;
    font-weight: 850;
    line-height: 1.3;
}

.pagination-wrap {
    margin: 24px 0 48px;
}

.article-layout {
    grid-template-columns: 64px minmax(0, 1fr) 300px;
}

.article-share,
.article-layout > aside:last-child {
    position: sticky;
    top: 76px;
}

.article-share {
    display: grid;
    gap: 8px;
}

.hp-btn {
    display: inline-grid;
    place-items: center;
    min-width: 44px;
    min-height: 44px;
    border: 1px solid var(--hp-line);
    border-radius: 50%;
    background: #fff;
    text-decoration: none;
    font-weight: 900;
}

.article-head {
    display: grid;
    gap: 14px;
    margin-bottom: 18px;
    padding: 26px;
}

.article-excerpt {
    margin: 0;
    color: #344054;
    font-size: 20px;
    line-height: 1.45;
}

.article-cover {
    display: block;
    max-height: 520px;
    border-radius: 10px;
    margin-bottom: 18px;
}

.article-body {
    padding: 28px;
    color: #1f2937;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    line-height: 1.75;
}

.article-body p {
    margin: 0 0 1.2em;
}

.ad-slot {
    display: grid;
    place-items: center;
    min-height: 120px;
    border: 1px dashed #bdc8d5;
    border-radius: 10px;
    margin: 18px 0;
    color: #94a3b8;
    background: #f8fafc;
    font-weight: 900;
}

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0;
}

.hp-pill {
    border: 1px solid var(--hp-line);
    border-radius: 999px;
    background: #fff;
    padding: 8px 12px;
    text-decoration: none;
    color: #344054;
    font-size: 13px;
    font-weight: 850;
}

.hp-footer-pro {
    margin-top: 40px;
    background: #071f31;
    color: #dbeafe;
}

.hp-footer-pro .footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 28px;
    padding: 38px 0;
}

.hp-footer-pro h2,
.footer-brand strong {
    margin: 0 0 12px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
}

.footer-brand {
    display: grid;
    gap: 3px;
    margin-bottom: 12px;
}

.footer-brand strong {
    color: #fff;
    font-size: 32px;
}

.footer-brand span,
.hp-footer-pro p {
    color: #a9bac8;
}

.hp-footer-pro nav {
    display: grid;
    gap: 9px;
}

.hp-footer-pro a {
    color: #dbeafe;
    text-decoration: none;
    font-weight: 750;
}

.admin-shell {
    background: #f7f9fb;
}

.admin-sidebar {
    background: #0b1f33;
}

.admin-card,
.admin-table-wrap,
.builder-catalog,
.builder-board,
.settings-section {
    border-radius: 10px;
    border-color: #d8e1ea;
    box-shadow: 0 14px 36px rgba(15, 23, 42, .06);
}

@media (max-width: 1120px) {
    .hp-main-header-inner {
        grid-template-columns: 1fr auto;
    }

    .hp-header-search {
        grid-column: 1 / -1;
        order: 3;
    }

    .moz-hero-grid,
    .hp-category-focus-grid,
    .moz-category-news,
    .news-flow,
    .category-flow,
    .listing-results,
    .related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .listing-grid,
    .article-layout {
        grid-template-columns: 1fr;
    }

    .article-share,
    .article-layout > aside:last-child {
        position: static;
    }

    .article-share {
        display: flex;
    }
}

@media (max-width: 760px) {
    .hp-container {
        width: min(calc(100% - 20px), var(--hp-container));
    }

    .hp-topbar-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
        padding: 8px 0;
    }

    .hp-topbar-left,
    .hp-topbar-links {
        width: 100%;
        overflow-x: auto;
    }

    .hp-main-header-inner {
        min-height: 78px;
        gap: 14px;
    }

    .hp-site-logo strong {
        font-size: 36px;
    }

    .hp-mobile-menu-button span {
        display: none;
    }

    .hp-category-nav-inner {
        gap: 16px;
        min-height: 44px;
    }

    .hp-category-nav a {
        font-size: 13px;
    }

    .hp-weather-strip-inner {
        justify-content: flex-start;
        overflow-x: auto;
    }

    .hp-weather-city-list {
        left: 50%;
        right: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        transform: translateX(-50%);
    }

    .hp-breaking-shell {
        min-height: 36px;
    }

    .hp-breaking-label {
        min-height: 36px;
        padding-right: 10px;
        font-size: 12px;
    }

    .hp-breaking-track a {
        font-size: 13px;
    }

    .moz-home {
        gap: 16px;
        padding-top: 16px;
    }

    .moz-module {
        padding: 14px;
    }

    .moz-module-head,
    .hp-section-title {
        font-size: 19px;
    }

    .moz-hero-grid,
    .hp-category-focus-grid,
    .moz-category-news,
    .news-flow,
    .category-flow,
    .listing-results,
    .related-grid,
    .builder-finance-strip,
    .builder-popular-grid,
    .hp-footer-pro .footer-grid {
        grid-template-columns: 1fr;
    }

    .card-hero .card-media-link,
    .moz-hero-card.is-large a,
    .card-media-link {
        min-height: 260px;
    }

    .article-head,
    .article-body {
        padding: 18px;
    }

    .article-excerpt {
        font-size: 17px;
    }
}

/* Homepage module harmonization */
.moz-headline-cloud {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    border: 1px solid var(--hp-line);
    border-radius: 10px;
    background: #fff;
    padding: 12px;
    scrollbar-width: none;
}

.moz-headline-cloud::-webkit-scrollbar { display: none; }

.moz-headline-cloud a {
    flex: 0 0 auto;
    border-radius: 999px;
    background: #f2f6fa;
    padding: 8px 12px;
    text-decoration: none;
    color: #263445;
    font-size: 13px;
    font-weight: 850;
}

.moz-headline-cloud a:hover {
    background: #fff1f2;
    color: var(--hp-brand);
}

.moz-hero-card h2,
.moz-hero-card p,
.moz-card-category {
    position: absolute;
    z-index: 2;
}

.moz-hero-card h2 {
    left: 18px;
    right: 18px;
    bottom: 54px;
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.08;
    text-shadow: 0 3px 14px rgba(0, 0, 0, .4);
}

.moz-hero-card.is-large h2 {
    font-size: clamp(30px, 4vw, 48px);
}

.moz-hero-card p {
    left: 18px;
    right: 18px;
    bottom: 18px;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    line-height: 1.4;
}

.moz-card-category {
    top: 14px;
    left: 14px;
    border-radius: 999px;
    background: var(--hp-brand);
    color: #fff;
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.builder-home-section,
.moz-category-section {
    display: grid;
    gap: 16px;
}

.moz-section-title,
.moz-module-title-row,
.moz-video-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 2px solid #111827;
    padding-bottom: 10px;
}

.moz-section-title span,
.moz-module-title-row strong,
.moz-video-title strong {
    color: #111827;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 900;
}

.moz-section-title strong {
    color: var(--hp-muted);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.moz-news-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.moz-spotlight-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 18px;
}

.moz-spotlight-lead a,
.moz-spotlight-items a {
    display: grid;
    gap: 8px;
    color: #111827;
    text-decoration: none;
}

.moz-spotlight-lead img {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 8px;
    object-fit: cover;
}

.moz-spotlight-lead h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: 1.08;
}

.moz-spotlight-lead p {
    margin: 0;
    color: var(--hp-muted);
    line-height: 1.55;
}

.moz-spotlight-items {
    display: grid;
    gap: 12px;
}

.moz-spotlight-items a {
    grid-template-columns: 112px 1fr;
    align-items: center;
    border-bottom: 1px solid var(--hp-line);
    padding-bottom: 12px;
}

.moz-spotlight-items img {
    grid-row: span 2;
    width: 112px;
    height: 78px;
    border-radius: 8px;
    object-fit: cover;
}

.moz-spotlight-items span {
    font-weight: 900;
    line-height: 1.25;
}

.moz-spotlight-items time,
.moz-spotlight-lead time {
    color: var(--hp-muted);
    font-size: 12px;
    font-weight: 800;
}

.moz-mini-news-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.moz-mini-news-row a {
    display: grid;
    gap: 8px;
    border: 1px solid var(--hp-line);
    border-radius: 8px;
    background: #f8fafc;
    padding: 14px;
    text-decoration: none;
}

.moz-mini-news-row span {
    color: #111827;
    font-weight: 900;
    line-height: 1.25;
}

.moz-mini-news-row time {
    color: var(--hp-muted);
    font-size: 12px;
    font-weight: 800;
}

.moz-market-board-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.moz-market-board-grid > div,
.builder-finance-strip > div,
.moz-weather-days > div,
.moz-prayer-grid > div {
    display: grid;
    gap: 5px;
    border: 1px solid var(--hp-line);
    border-radius: 8px;
    background: #f8fafc;
    padding: 13px;
}

.moz-market-board-grid span,
.builder-finance-strip span {
    color: var(--hp-muted);
    font-size: 12px;
    font-weight: 900;
}

.moz-market-board-grid strong,
.builder-finance-strip strong {
    color: #111827;
    font-size: 18px;
}

.moz-market-board-grid em,
.builder-finance-strip em {
    color: var(--hp-green);
    font-style: normal;
    font-size: 12px;
    font-weight: 900;
}

.moz-market-board-grid em.is-negative,
.builder-finance-strip em.is-negative { color: var(--hp-brand); }

.moz-weather-full .moz-module-head details {
    position: relative;
    font-family: Inter, Arial, sans-serif;
}

.moz-weather-full .moz-module-head summary {
    cursor: pointer;
    color: var(--hp-accent);
    font-size: 13px;
    font-weight: 900;
}

.moz-weather-full .moz-module-head details div {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    width: min(500px, calc(100vw - 32px));
    max-height: 300px;
    overflow: auto;
    border: 1px solid var(--hp-line);
    border-radius: 10px;
    background: #fff;
    padding: 12px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .16);
}

.moz-weather-full .moz-module-head details a {
    border-radius: 7px;
    padding: 7px 9px;
    text-decoration: none;
    color: #344054;
    font-size: 13px;
    font-weight: 800;
}

.moz-weather-days,
.moz-weather-detail-grid,
.moz-prayer-grid,
.moz-paper-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.moz-weather-days span,
.moz-prayer-grid span {
    color: var(--hp-muted);
    font-size: 12px;
    font-weight: 900;
}

.moz-weather-days strong,
.moz-prayer-grid strong {
    color: #111827;
    font-size: 22px;
}

.moz-weather-detail-grid article {
    display: grid;
    gap: 9px;
    border: 1px solid var(--hp-line);
    border-radius: 8px;
    background: #fff;
    padding: 14px;
}

.moz-weather-detail-grid article > span,
.moz-weather-detail-grid strong {
    color: #111827;
    font-weight: 900;
}

.moz-weather-detail-grid em {
    color: var(--hp-accent);
    font-size: 24px;
    font-style: normal;
    font-weight: 950;
}

.moz-weather-detail-grid dl {
    display: grid;
    gap: 5px;
    margin: 0;
}

.moz-weather-detail-grid dl div {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.moz-weather-detail-grid dt,
.moz-weather-detail-grid dd {
    margin: 0;
    color: var(--hp-muted);
    font-size: 12px;
}

.moz-prayer-pro {
    background: linear-gradient(135deg, #0f766e, #065f46);
    color: #fff;
}

.moz-prayer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.moz-prayer-top strong,
.moz-prayer-top time,
.moz-prayer-grid strong,
.moz-prayer-grid span {
    color: #fff;
}

.moz-paper-tabs,
.moz-league-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    overflow-x: auto;
}

.moz-paper-tabs span,
.moz-league-tabs span {
    border-radius: 999px;
    background: #eef3f7;
    padding: 7px 11px;
    color: #344054;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.moz-paper-grid a {
    border: 1px solid var(--hp-line);
    border-radius: 8px;
    background: #fff;
    padding: 12px;
    color: #111827;
    text-decoration: none;
    font-weight: 850;
}

.moz-standings table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 8px;
}

.moz-standings th,
.moz-standings td {
    border-bottom: 1px solid var(--hp-line);
    padding: 10px 12px;
    text-align: left;
}

.moz-standings th {
    background: #f2f6fa;
    color: #667085;
    font-size: 12px;
    text-transform: uppercase;
}

.moz-video-pro {
    background: #081b2c;
    color: #fff;
}

.moz-video-pro .moz-video-title {
    border-color: rgba(255, 255, 255, .3);
}

.moz-video-title strong {
    color: #fff;
}

.moz-video-layout {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 18px;
}

.moz-video-featured {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border-radius: 10px;
}

.moz-video-featured img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.moz-video-featured::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 65%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .78));
}

.moz-video-featured button {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: var(--hp-brand);
    color: #fff;
    cursor: pointer;
}

.moz-video-featured div {
    position: absolute;
    z-index: 2;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.moz-video-featured h2 {
    margin: 6px 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
}

.moz-video-featured p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
}

.moz-video-side {
    display: grid;
    gap: 12px;
}

.moz-video-side a {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 12px;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.moz-video-side img {
    grid-row: span 2;
    width: 112px;
    height: 74px;
    border-radius: 8px;
    object-fit: cover;
}

.moz-video-side span {
    color: #93c5fd;
    font-size: 12px;
    font-weight: 850;
}

.builder-ad-banner {
    display: grid;
    place-items: center;
    min-height: 120px;
    border: 1px dashed #b7c4d0;
    border-radius: 10px;
    background: #e9eef3;
    color: #94a3b8;
    font-size: 24px;
    font-weight: 950;
}

@media (max-width: 1120px) {
    .moz-news-list,
    .moz-mini-news-row,
    .moz-market-board-grid,
    .moz-weather-days,
    .moz-weather-detail-grid,
    .moz-prayer-grid,
    .moz-paper-grid,
    .moz-video-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .moz-hero-card h2 {
        font-size: 24px;
        bottom: 44px;
    }

    .moz-hero-card p {
        display: none;
    }

    .moz-news-list,
    .moz-spotlight-grid,
    .moz-mini-news-row,
    .moz-market-board-grid,
    .moz-weather-days,
    .moz-weather-detail-grid,
    .moz-prayer-grid,
    .moz-paper-grid,
    .moz-video-layout {
        grid-template-columns: 1fr;
    }

    .moz-spotlight-items a,
    .moz-video-side a {
        grid-template-columns: 96px 1fr;
    }

    .moz-spotlight-items img,
    .moz-video-side img {
        width: 96px;
        height: 68px;
    }

    .moz-video-featured {
        min-height: 280px;
    }
}

/* Admin homepage builder management */
.admin-builder-page,
.builder-form-pro {
    display: grid;
    gap: 18px;
}

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

.builder-summary-grid article,
.builder-toolbar,
.builder-form-actions {
    border: 1px solid var(--hp-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(15, 23, 42, .06);
}

.builder-summary-grid article {
    display: grid;
    gap: 8px;
    padding: 16px;
}

.builder-summary-grid span {
    color: #64748b;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.builder-summary-grid strong {
    color: #0f172a;
    font-size: 30px;
    line-height: 1;
}

.builder-toolbar,
.builder-form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.builder-toolbar h2,
.builder-form-pro h2 {
    margin: 0 0 6px;
    color: #0f172a;
}

.builder-toolbar p {
    margin: 0;
    color: #64748b;
}

.builder-table-wrap {
    overflow-x: auto;
}

.builder-table {
    min-width: 1120px;
}

.builder-table input,
.builder-table select,
.builder-form-pro input,
.builder-form-pro select,
.builder-form-pro textarea {
    width: 100%;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    background: #fff;
    padding: 9px 10px;
    color: #0f172a;
    font: inherit;
}

.builder-table small {
    display: block;
    margin-top: 5px;
    color: #64748b;
}

.builder-order-pill {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #eef6ff;
    color: #0067b1;
    font-weight: 950;
}

.builder-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-width: 250px;
}

.builder-save-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.builder-reorder-status {
    min-height: 20px;
    color: #11823b;
    font-size: 13px;
    font-weight: 850;
}

.builder-table tr.is-dragging {
    opacity: .55;
}

.builder-table .builder-drag-handle {
    cursor: grab;
    width: 34px;
    height: 34px;
}

.builder-preview-page {
    display: grid;
    gap: 18px;
}

.builder-preview-frame {
    border: 1px solid var(--hp-line);
    border-radius: 12px;
    background: #f3f6f8;
    padding: 18px;
    box-shadow: 0 14px 36px rgba(15, 23, 42, .06);
}

.builder-preview-frame .hp-container {
    width: min(100%, var(--hp-container));
}

/* Media library and responsive images */
.card-media-link picture,
.moz-hero-card picture,
.moz-spotlight-lead picture,
.moz-spotlight-items picture,
.moz-video-featured picture,
.moz-video-side picture {
    position: absolute;
    inset: 0;
    display: block;
}

.moz-spotlight-lead picture,
.moz-spotlight-items picture,
.moz-video-side picture {
    position: static;
}

.article-cover-frame {
    margin: 0 0 18px;
}

.article-cover-frame figcaption {
    margin-top: 8px;
    color: #667085;
    font-size: 13px;
    font-weight: 750;
}

.hp-image-placeholder {
    display: grid;
    place-items: center;
    min-height: 220px;
    color: #fff;
    background: linear-gradient(135deg, #0b1f33, #536878);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 900;
}

.media-admin-page {
    display: grid;
    gap: 18px;
}

.media-filter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px auto;
    gap: 10px;
}

.media-filter input,
.media-filter select {
    border: 1px solid var(--hp-line);
    border-radius: 8px;
    padding: 10px 12px;
    font: inherit;
}

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

.media-card {
    overflow: hidden;
    background: #fff;
}

.media-thumb {
    display: grid;
    place-items: center;
    aspect-ratio: 16 / 10;
    background: #eef3f7;
}

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

.media-thumb span {
    color: #64748b;
    font-weight: 950;
}

.media-card-body,
.media-card-actions {
    display: grid;
    gap: 7px;
    padding: 12px;
}

.media-card-body span {
    color: #64748b;
    font-size: 12px;
    font-weight: 750;
}

.media-card-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.media-card-actions form {
    margin: 0;
}

.media-selected-preview,
.media-preview-large {
    display: grid;
    gap: 8px;
    border: 1px solid var(--hp-line);
    border-radius: 10px;
    background: #f8fafc;
    padding: 10px;
}

.media-selected-preview img,
.media-preview-large img {
    width: 100%;
    max-height: 260px;
    border-radius: 8px;
    object-fit: cover;
}

@media (max-width: 1120px) {
    .media-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .media-filter,
    .media-grid,
    .media-card-actions {
        grid-template-columns: 1fr;
    }
}

.builder-actions .hp-btn {
    min-height: 34px;
    border-radius: 7px;
    padding: 7px 9px;
    font-size: 12px;
}

.builder-form-actions {
    padding: 14px;
}

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

.builder-form-grid .settings-section {
    align-content: start;
}

.builder-form-grid textarea {
    resize: vertical;
}

.hp-custom-html {
    color: #1f2937;
    line-height: 1.6;
}

.hp-hide-desktop {
    display: none !important;
}

@media (max-width: 760px) {
    .builder-summary-grid,
    .builder-form-grid {
        grid-template-columns: 1fr;
    }

    .builder-toolbar,
    .builder-form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hp-hide-desktop {
        display: revert !important;
    }

    .hp-hide-mobile {
        display: none !important;
    }
}

/* Screenshot parity: MOZWP header, live market row and four-card lead */
.moz-blue-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 37px;
    font-weight: 950;
    text-transform: lowercase;
    letter-spacing: -.03em;
}
.moz-blue-logo::before {
    content: "";
    width: 72px;
    height: 48px;
    background:
        linear-gradient(55deg, transparent 0 26%, #fff 27% 61%, transparent 62%) 0 0 / 30px 48px no-repeat,
        linear-gradient(55deg, transparent 0 26%, #fff 27% 61%, transparent 62%) 22px 0 / 30px 48px no-repeat,
        linear-gradient(55deg, transparent 0 26%, #fff 27% 61%, transparent 62%) 44px 0 / 30px 48px no-repeat;
}
.moz-header .moz-blue-inner {
    min-height: 78px;
    width: min(100% - 28px, 1980px);
}
.moz-header .moz-market-row {
    width: min(100% - 28px, 1980px);
    min-height: 74px;
    grid-template-columns: minmax(0, 1fr) 160px 154px;
    min-width: 0;
}
.moz-header .moz-market-row > * { min-width: 0; }
.moz-header .moz-market-strip {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    overflow-x: auto !important;
    min-width: 0;
    max-width: 100%;
}
.moz-market-strip {
    gap: 22px;
    padding-right: 8px;
}
.market-tile {
    display: grid !important;
    flex: 0 0 auto;
    grid-template-columns: 42px auto auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 9px;
    min-width: max-content;
}
.market-tile i {
    grid-row: 1 / span 2;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #e8eefc;
    color: #006ae4;
    font-size: 11px;
    font-style: normal;
    font-weight: 950;
}
.market-tile[data-market-code="USD"] i,
.market-tile[data-market-code="EUR"] i { background: #e6f1ff; color: #0f5cc8; }
.market-tile[data-market-code="GBP"] i { background: #efe4fa; color: #7c3aed; }
.market-tile[data-market-code="BTC"] i { background: #fff1d9; color: #f59e0b; }
.market-tile[data-market-code="ETH"] i { background: #e8edff; color: #6476dd; }
.market-tile[data-market-code="ALT"] i { background: #fff3d6; color: #d99200; }
.market-tile[data-market-code="BAE"] i { background: #dcf5e8; color: #16803f; }
.market-tile span {
    grid-column: 2 / span 2;
    color: #6b7280 !important;
    font-size: 13px !important;
    font-weight: 950 !important;
}
.market-tile strong {
    color: #111827 !important;
    font-size: 17px !important;
    font-weight: 950 !important;
    line-height: 1;
}
.market-tile em {
    color: #16803f !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    line-height: 1;
}
.market-tile em.negative { color: #c9182b !important; }
.prayer-tile {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    column-gap: 9px;
    text-align: left;
}
.prayer-tile::before {
    content: "";
    grid-row: span 2;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 3px solid #139883;
    box-shadow: 0 0 0 6px rgba(19,152,131,.09);
}
.prayer-tile strong { font-size: 20px !important; color: #111827 !important; }
.prayer-tile span { color: #a1a1aa !important; font-size: 13px !important; text-transform: none !important; }
.weather-picker summary {
    grid-template-columns: 38px auto auto;
    align-items: center;
    column-gap: 8px;
    text-align: left;
}
.weather-picker summary::before {
    content: "";
    grid-row: span 2;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #f7c600;
    box-shadow: 0 0 0 7px rgba(247,198,0,.13);
}
.weather-picker .weather-city {
    grid-column: 3;
    color: #111827 !important;
    font-size: 17px !important;
    font-weight: 900 !important;
}
.weather-picker strong {
    grid-column: 2;
    grid-row: 1 / span 2;
    color: #111827 !important;
    font-size: 30px !important;
}
.weather-picker small {
    grid-column: 3;
    color: #a1a1aa !important;
    font-size: 12px !important;
    text-transform: none !important;
}
.moz-header .moz-weather {
    background: transparent !important;
    color: #111827 !important;
}
.moz-hero-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-auto-rows: 295px !important;
    gap: 24px !important;
    margin-top: 30px;
}
.moz-hero-card,
.moz-hero-card.is-large,
.moz-hero-card.is-wide {
    grid-column: auto !important;
    grid-row: auto !important;
}
.moz-hero-card a { border-radius: 7px; }
.moz-hero-card h2 {
    left: 28px;
    right: 24px;
    bottom: 28px;
    font-family: Barlow, Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 27px;
    line-height: 1.25;
    text-shadow: 0 2px 10px rgba(0,0,0,.5);
}
.moz-hero-card p,
.moz-hero-card .moz-card-category { display: none; }

@media (max-width: 1100px) {
    .moz-hero-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 680px) {
    .moz-header .moz-market-row { grid-template-columns: 1fr !important; }
    .moz-blue-logo { font-size: 29px; }
    .moz-blue-logo::before { width: 54px; height: 36px; background-size: 23px 36px, 23px 36px, 23px 36px; background-position: 0 0, 16px 0, 32px 0; }
    .moz-hero-grid { grid-template-columns: 1fr !important; grid-auto-rows: 270px !important; gap: 14px !important; }
}

@media (min-width: 681px) {
    .moz-header .moz-market-row {
        grid-template-columns: minmax(0, 1fr) 160px 154px !important;
        padding: 0 !important;
    }
}

/* HaberPress modular portal rebuild */
:root {
    --hp-ink: #111827;
    --hp-text: #1f2937;
    --hp-muted: #6b7280;
    --hp-surface: #ffffff;
    --hp-canvas: #f7f3ed;
    --hp-line: #e5e7eb;
    --hp-brand: #b91c1c;
    --hp-brand-dark: #7f1d1d;
    --hp-accent: #c59b3d;
    --hp-success: #15803d;
    --hp-danger: #dc2626;
    --hp-container: 1240px;
    --hp-radius-sm: 10px;
    --hp-radius-md: 16px;
    --hp-radius-lg: 24px;
    --hp-shadow-soft: 0 18px 50px rgba(15,23,42,.08);
}
body { background: var(--hp-canvas); color: var(--hp-text); font-family: Inter, Barlow, ui-sans-serif, system-ui, sans-serif; }
.hp-container { width: min(var(--hp-container), calc(100% - 28px)); }
.hp-topbar { background: #101820; color: #dbe4ee; font-size: 12px; }
.hp-topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 36px; }
.hp-topbar-left, .hp-topbar-links { display: flex; align-items: center; gap: 14px; min-width: 0; overflow-x: auto; white-space: nowrap; }
.hp-topbar .is-live { color: #fff; font-weight: 900; }
.hp-topbar-links a { color: #fff; font-weight: 800; }
.hp-finance-ticker { background: #fff; border-bottom: 1px solid var(--hp-line); }
.hp-finance-inner { display: flex; gap: 18px; min-height: 54px; align-items: center; overflow-x: auto; }
.hp-finance-item { flex: 0 0 auto; display: grid; grid-template-columns: 34px auto auto; grid-template-rows: auto auto; align-items: center; column-gap: 8px; }
.hp-finance-item i { grid-row: span 2; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #eef2ff; color: #1d4ed8; font-size: 10px; font-style: normal; font-weight: 950; }
.hp-finance-item span { grid-column: 2 / span 2; color: var(--hp-muted); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.hp-finance-item strong { color: var(--hp-ink); font-size: 15px; font-weight: 950; }
.hp-finance-item em { color: var(--hp-success); font-size: 13px; font-style: normal; font-weight: 950; }
.hp-finance-item em.negative { color: var(--hp-danger); }
.hp-finance-ticker.is-empty { padding: 12px 0; color: var(--hp-muted); font-size: 13px; font-weight: 800; }
.hp-main-header { background: #fff; }
.hp-main-header-inner { display: grid; grid-template-columns: auto minmax(240px, 420px) auto; gap: 18px; align-items: center; min-height: 82px; }
.hp-site-logo strong { display: block; color: var(--hp-brand); font-size: clamp(32px, 5vw, 54px); font-weight: 950; letter-spacing: -.04em; line-height: .9; }
.hp-site-logo span { display: block; margin-top: 5px; color: var(--hp-muted); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hp-header-search { display: flex; min-width: 0; border: 1px solid var(--hp-line); border-radius: var(--hp-radius-sm); overflow: hidden; background: #f8fafc; }
.hp-header-search input { width: 100%; border: 0; background: transparent; padding: 11px 12px; outline: 0; }
.hp-header-search button, .hp-mobile-menu-button { border: 0; background: var(--hp-brand); color: #fff; padding: 0 14px; font-weight: 950; }
.hp-mobile-menu-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; border-radius: var(--hp-radius-sm); }
.hp-category-nav { position: sticky; top: 0; z-index: 40; background: #fff; border-top: 1px solid var(--hp-line); border-bottom: 1px solid var(--hp-line); }
.hp-category-nav-inner { display: flex; align-items: center; min-height: 48px; gap: 4px; overflow-x: auto; }
.hp-category-nav a { flex: 0 0 auto; padding: 14px 12px; color: var(--hp-ink); font-size: 14px; font-weight: 900; }
.hp-category-nav a:hover { color: var(--hp-brand); }
.hp-weather-strip { background: #fffaf0; border-bottom: 1px solid #eadfc9; }
.hp-weather-strip-inner { display: flex; align-items: center; justify-content: flex-end; gap: 14px; min-height: 42px; }
.hp-prayer-chip, .hp-weather-picker summary { display: inline-flex; align-items: center; gap: 8px; color: var(--hp-ink); font-size: 13px; font-weight: 850; }
.hp-prayer-chip strong, .hp-weather-picker strong { font-size: 18px; font-weight: 950; }
.hp-prayer-chip span, .hp-weather-picker em { color: var(--hp-muted); font-size: 12px; font-style: normal; }
.hp-weather-picker { position: relative; }
.hp-weather-picker summary { cursor: pointer; list-style: none; }
.hp-weather-picker summary::-webkit-details-marker { display: none; }
.hp-weather-city-list { position: absolute; right: 0; top: calc(100% + 10px); z-index: 60; display: grid; grid-template-columns: repeat(4, minmax(90px, 1fr)); gap: 6px; width: min(560px, calc(100vw - 28px)); max-height: 300px; overflow: auto; border: 1px solid var(--hp-line); border-radius: var(--hp-radius-md); background: #fff; padding: 12px; box-shadow: var(--hp-shadow-soft); }
.hp-weather-city-list a { color: var(--hp-text); font-size: 12px; font-weight: 850; }
.hp-breaking-ticker { background: transparent; border-bottom: 0; min-height: auto; margin: 14px 0 0; }
.hp-breaking-shell { display: flex; align-items: center; min-height: 42px; overflow: hidden; border-radius: var(--hp-radius-sm); background: #fff; box-shadow: var(--hp-shadow-soft); }
.hp-breaking-label { align-self: stretch; display: flex; align-items: center; background: var(--hp-brand); color: #fff; padding: 0 16px; font-size: 12px; font-weight: 950; text-transform: uppercase; white-space: nowrap; }
.hp-breaking-track-wrap { flex: 1; overflow: hidden; white-space: nowrap; }
.hp-breaking-track { display: inline-flex; align-items: center; gap: 26px; padding-left: 20px; animation: hp-breaking-scroll 36s linear infinite; }
.hp-breaking-track:hover { animation-play-state: paused; }
.hp-breaking-track a { color: var(--hp-ink); font-size: 14px; font-weight: 850; }
.hp-breaking-track a::after { content: "•"; color: var(--hp-brand); margin-left: 26px; }
@keyframes hp-breaking-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.moz-home { padding-top: 18px; }
.moz-hero-grid { grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, .82fr)) !important; grid-auto-rows: 220px !important; gap: 16px !important; }
.moz-hero-card:first-child { grid-row: span 2 !important; }
.moz-hero-card h2 { font-family: Inter, Barlow, sans-serif; font-size: clamp(19px, 2vw, 30px); }
.card-media-link { border-radius: var(--hp-radius-sm); }
.fallback-media { display: grid; place-items: center; min-height: 180px; background: linear-gradient(135deg, #111827, #7f1d1d); color: #fff; font-weight: 950; }
.card-breaking { position: absolute; left: 10px; top: 10px; border-radius: 999px; background: var(--hp-brand); color: #fff; padding: 5px 8px; font-size: 10px; font-weight: 950; }
.card-media-link { position: relative; }
.card-foot { display: flex; flex-wrap: wrap; gap: 8px; color: var(--hp-muted); font-size: 11px; font-weight: 800; }
.hp-category-focus-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) repeat(2, minmax(0, .9fr)); gap: 14px; }
.hp-category-focus-grid .news-card:first-child { grid-row: span 2; }
.hp-auto-news { border: 1px solid #dbe4ee; background: #fff; padding: 14px; }
.listing-grid, .article-layout { align-items: start; }
.listing-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.listing-head { margin: 22px 0; padding: 22px; border-radius: var(--hp-radius-md); background: #fff; box-shadow: var(--hp-shadow-soft); }
.article-head, .article-body { max-width: 780px; }
.article-body { font-size: 18px; line-height: 1.75; }
.hp-footer-pro { margin-top: 48px; background: #101820; color: #dbe4ee; }
.hp-footer-pro a, .hp-footer-pro h2, .hp-footer-pro strong { color: #fff; }
.admin-body { background: #f3f6fb; }
.admin-sidebar { background: #0f172a; }
.admin-main { background: #f3f6fb; }
.stat-card, .hp-panel { border-radius: var(--hp-radius-md); box-shadow: var(--hp-shadow-soft); }
.admin-table { overflow: hidden; border-radius: var(--hp-radius-md); box-shadow: var(--hp-shadow-soft); }
@media (max-width: 980px) {
    .hp-main-header-inner { grid-template-columns: 1fr auto; }
    .hp-header-search { grid-column: 1 / -1; order: 3; }
    .moz-hero-grid, .hp-category-focus-grid, .listing-results { grid-template-columns: 1fr !important; grid-auto-rows: auto !important; }
    .moz-hero-card:first-child, .hp-category-focus-grid .news-card:first-child { grid-row: auto !important; }
    .article-layout, .listing-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
    .hp-topbar-inner, .hp-weather-strip-inner { align-items: flex-start; flex-direction: column; padding: 8px 0; }
    .hp-finance-inner { min-height: 48px; }
    .hp-weather-city-list { right: auto; left: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-grid { grid-template-columns: 1fr; }
}

/* MOZWP clone layer */
body { font-family: Barlow, Inter, ui-sans-serif, system-ui, sans-serif; }
.moz-header { background: #fff; border-bottom: 1px solid #e5e7eb; }
.moz-promo { display: none; }
.moz-blue-header {
    background: #006ae4;
    color: #fff;
}
.moz-blue-inner {
    display: flex;
    align-items: center;
    min-height: 65px;
    gap: 18px;
}
.moz-blue-logo {
    flex: 0 0 auto;
    color: #fff;
    font-size: 32px;
    font-weight: 950;
    letter-spacing: 0;
}
.moz-blue-menu {
    display: flex;
    align-items: stretch;
    justify-content: center;
    min-width: 0;
    flex: 1;
    gap: 4px;
    overflow-x: auto;
}
.moz-blue-menu a {
    display: inline-flex;
    align-items: center;
    min-height: 65px;
    padding: 0 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
}
.moz-blue-menu a:hover { background: rgba(255,255,255,.12); }
.moz-blue-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}
.moz-blue-search {
    display: flex;
    align-items: center;
    min-width: 0;
}
.moz-blue-search input {
    width: 0;
    max-width: 160px;
    border: 0;
    border-radius: 8px 0 0 8px;
    padding: 0;
    opacity: 0;
    transition: width .18s ease, opacity .18s ease, padding .18s ease;
}
.moz-blue-search:focus-within input {
    width: 150px;
    padding: 8px 10px;
    opacity: 1;
}
.moz-blue-search button,
.moz-blue-menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    border: 0;
    border-radius: 9px;
    background: rgba(255,255,255,.15);
    color: #fff;
    padding: 8px 10px;
    font-weight: 900;
}
.moz-blue-menu-button { gap: 8px; font-size: 13px; }
.moz-utility-row {
    background: #fff;
    border-bottom: 1px solid #eceff3;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.moz-market-row {
    grid-template-columns: minmax(0, 1fr) 146px 126px;
    gap: 14px;
    align-items: center;
    min-height: 44px;
    padding: 0;
}
.moz-market-strip {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    align-items: center;
}
.market-tile,
.prayer-tile,
.moz-weather {
    min-height: 44px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 5px 0;
}
.market-tile {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    gap: 6px;
    background: transparent;
}
.market-tile span { color: #6b7280; font-size: 10px; }
.market-tile strong { color: #111827; font-size: 12px; }
.market-tile em { font-size: 10px; }
.prayer-tile {
    background: transparent;
    color: #111827;
    text-align: right;
}
.prayer-tile strong { color: #111827; font-size: 14px; }
.prayer-tile span { color: #6b7280; font-size: 10px; }
.moz-weather {
    border-radius: 0;
    background: #006ae4;
}
.weather-picker summary { min-height: 44px; padding: 0 16px 0 10px; }
.weather-picker strong { font-size: 22px; }
.weather-picker .weather-city,
.weather-picker small { font-size: 10px; }
.hp-breaking-ticker { margin-top: 0; background: #062636; }
.moz-home { padding-top: 24px; }
.moz-module {
    margin-top: 24px;
    border-radius: var(--global-radius, 4px);
}
.moz-module-head,
.moz-module-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}
.moz-module-head span,
.moz-module-title-row strong {
    color: #111827;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}
.moz-module-head::after,
.moz-module-title-row span {
    content: "";
    height: 1px;
    flex: 1;
    background: #dadde2;
}
.moz-spotlight-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .8fr);
    gap: 15px;
}
.moz-spotlight-lead a,
.moz-spotlight-items a {
    display: grid;
    background: #fff;
    color: #111827;
    border-radius: 4px;
    overflow: hidden;
}
.moz-spotlight-lead img { aspect-ratio: 16/9; width: 100%; object-fit: cover; }
.moz-spotlight-lead time,
.moz-spotlight-items time {
    color: #888;
    font-size: 10px;
    font-weight: 800;
}
.moz-spotlight-lead h2 { margin: 8px 14px 4px; font-size: 25px; line-height: 1.08; }
.moz-spotlight-lead p { margin: 0 14px 16px; color: #4b5563; line-height: 1.45; }
.moz-spotlight-lead time { margin: 13px 14px 0; }
.moz-spotlight-items { display: grid; gap: 10px; }
.moz-spotlight-items a {
    grid-template-columns: 124px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding-right: 10px;
}
.moz-spotlight-items img { width: 124px; height: 78px; object-fit: cover; }
.moz-spotlight-items span { font-size: 14px; font-weight: 850; line-height: 1.18; }
.moz-spotlight-items time { grid-column: 2; margin-top: -16px; }
.moz-mini-news-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.moz-mini-news-row a {
    display: grid;
    gap: 7px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    padding: 12px;
}
.moz-mini-news-row span { color: #111827; font-size: 15px; font-weight: 900; line-height: 1.16; }
.moz-mini-news-row time { color: #888; font-size: 10px; font-weight: 800; }
.moz-weather-full {
    background: #fff;
    border: 1px solid #e5e7eb;
    padding: 14px;
}
.moz-weather-full .moz-module-head details { position: relative; }
.moz-weather-full summary {
    cursor: pointer;
    color: #111827;
    font-size: 13px;
    font-weight: 850;
}
.moz-weather-full details div {
    position: absolute;
    right: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(4, minmax(90px, 1fr));
    gap: 6px;
    width: min(560px, calc(100vw - 34px));
    max-height: 260px;
    overflow: auto;
    background: #fff;
    border: 1px solid #dbe4ee;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 22px 50px rgba(15,23,42,.18);
}
.moz-weather-full details a { color: #334155; font-size: 12px; font-weight: 800; }
.moz-weather-days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
}
.moz-weather-days div {
    display: grid;
    place-items: center;
    gap: 5px;
    min-height: 76px;
    border-radius: 4px;
    background: #f3f6fa;
}
.moz-weather-days span { color: #64748b; font-size: 12px; font-weight: 800; }
.moz-weather-days strong { color: #111827; font-size: 28px; }
.moz-weather-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}
.moz-weather-detail-grid article {
    background: #f8fafc;
    border-radius: 4px;
    padding: 12px;
}
.moz-weather-detail-grid article > span { color: #64748b; font-size: 12px; font-weight: 850; }
.moz-weather-detail-grid article > strong { display: block; margin-top: 3px; color: #111827; font-size: 16px; }
.moz-weather-detail-grid article > em { display: block; margin: 8px 0; color: #006ae4; font-size: 30px; font-style: normal; font-weight: 950; }
.moz-weather-detail-grid dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 0; }
.moz-weather-detail-grid div { display: grid; gap: 2px; }
.moz-weather-detail-grid dt { color: #64748b; font-size: 11px; }
.moz-weather-detail-grid dd { margin: 0; color: #111827; font-size: 12px; font-weight: 900; }
.moz-market-board {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.moz-market-board .moz-module-head { padding: 12px 14px; margin: 0; border-bottom: 1px solid #f0f0f0; }
.moz-market-board-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.moz-market-board-grid div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 14px;
}
.moz-market-board-grid span { color: #111827; font-size: 13px; font-weight: 800; }
.moz-market-board-grid strong { color: #111827; font-size: 13px; font-weight: 900; }
.moz-market-board-grid em { color: #16803f; font-size: 12px; font-style: normal; font-weight: 900; }
.moz-market-board-grid em.is-negative { color: #dc2626; }
.moz-prayer-pro {
    border-radius: 4px;
    overflow: hidden;
    background: linear-gradient(179deg, #139883 0%, #6ad74d 100%);
    color: #fff;
    padding: 24px 18px;
}
.moz-prayer-top {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 16px;
    align-items: center;
    text-align: center;
}
.moz-prayer-top strong { display: block; font-size: 18px; }
.moz-prayer-top time { display: block; font-size: 14px; }
.moz-prayer-top div:last-child strong { margin: 4px 0; font-size: 38px; line-height: 1; }
.moz-prayer-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
}
.moz-prayer-grid div {
    display: grid;
    gap: 4px;
    border-radius: 4px;
    background: rgba(255,255,255,.18);
    padding: 10px;
    text-align: center;
}
.moz-prayer-grid span { font-size: 12px; font-weight: 800; }
.moz-prayer-grid strong { font-size: 16px; }
.moz-newspapers {
    background: #fff;
    border: 1px solid #e5e7eb;
    padding: 14px;
}
.moz-paper-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}
.moz-paper-tabs span {
    border-radius: 4px;
    background: #f3f4f6;
    padding: 8px 12px;
    color: #111827;
    font-size: 12px;
    font-weight: 900;
}
.moz-paper-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}
.moz-paper-grid a {
    display: grid;
    place-items: center;
    min-height: 44px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    color: #111827;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
}
.moz-standings {
    background: #fff;
    border: 1px solid #e5e7eb;
    padding: 14px;
}
.moz-standings .moz-module-head a { color: #006ae4; font-size: 12px; font-weight: 850; }
.moz-league-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    margin-bottom: 10px;
}
.moz-league-tabs span {
    flex: 0 0 auto;
    border-radius: 4px;
    background: #f3f4f6;
    padding: 7px 10px;
    color: #111827;
    font-size: 12px;
    font-weight: 850;
}
.moz-standings table {
    width: 100%;
    border-collapse: collapse;
    color: #111827;
}
.moz-standings th,
.moz-standings td { border-bottom: 1px solid #eef2f6; padding: 8px; text-align: left; font-size: 13px; }
.moz-standings th { color: #64748b; font-size: 11px; text-transform: uppercase; }
.moz-video-pro {
    border: 1px solid #3c3c3c;
    border-radius: 4px;
    background: linear-gradient(243deg, rgba(2,16,50,.9) 22%, rgba(0,1,3,.92) 94%), linear-gradient(116deg, #031233 1%, #000613 100%);
    padding: 18px;
}
.moz-video-title {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    margin-bottom: 18px;
}
.moz-video-title span { width: 4px; height: 20px; border-radius: 4px; background: #2557ca; }
.moz-video-title strong { font-size: 18px; }
.moz-video-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 24px;
}
.moz-video-featured {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    border-radius: 4px;
}
.moz-video-featured img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.moz-video-featured::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,.82)); }
.moz-video-featured button {
    position: absolute;
    inset: 0;
    z-index: 2;
    margin: auto;
    width: 78px;
    height: 78px;
    border: 4px solid rgba(255,255,255,.85);
    border-radius: 50%;
    background: rgba(0,0,0,.45);
    color: #fff;
    font-size: 24px;
}
.moz-video-featured div { position: absolute; z-index: 3; left: 18px; right: 18px; bottom: 18px; color: #fff; }
.moz-video-featured time { font-size: 12px; opacity: .75; }
.moz-video-featured h2 { margin: 6px 0; font-size: 28px; line-height: 1.08; }
.moz-video-featured p { margin: 0; color: rgba(255,255,255,.78); line-height: 1.45; }
.moz-video-side {
    display: grid;
    align-content: start;
    max-height: 420px;
    overflow: auto;
}
.moz-video-side a {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 12px;
    border-bottom: 1px solid #3c3c3c;
    padding: 10px 0;
    color: #fff;
}
.moz-video-side img { width: 118px; height: 68px; object-fit: cover; border-radius: 4px; grid-row: span 2; }
.moz-video-side span { color: #7da2ff; font-size: 11px; font-weight: 900; }
.moz-video-side strong { font-size: 14px; line-height: 1.18; }
.moz-market-marquee {
    display: flex;
    align-items: center;
    height: 44px;
    margin-top: 24px;
    overflow: hidden;
    border-radius: 4px;
    background: #002454;
    color: #fff;
}
.moz-market-marquee strong {
    align-self: stretch;
    display: flex;
    align-items: center;
    background: rgba(0,0,0,.22);
    padding: 0 14px;
    font-size: 12px;
}
.moz-market-marquee div { overflow: hidden; flex: 1; min-width: 0; white-space: nowrap; contain: paint; }
.moz-market-marquee span {
    display: inline-block;
    padding-left: 20px;
    animation: moz-market-scroll 38s linear infinite;
    font-size: 12px;
    font-weight: 800;
}
@keyframes moz-market-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (max-width: 980px) {
    .moz-blue-inner { flex-wrap: wrap; padding: 10px 0; }
    .moz-blue-menu { order: 3; flex-basis: 100%; justify-content: flex-start; }
    .moz-market-row { grid-template-columns: 1fr; padding: 8px 0; }
    .moz-spotlight-grid,
    .moz-video-layout { grid-template-columns: 1fr; }
    .moz-video-side { max-height: none; }
}
@media (max-width: 760px) {
    .moz-blue-logo { font-size: 26px; }
    .moz-blue-menu a { min-height: 38px; font-size: 13px; }
    .moz-blue-search:focus-within input { width: 110px; }
    .moz-mini-news-row,
    .moz-weather-days,
    .moz-weather-detail-grid,
    .moz-market-board-grid,
    .moz-paper-grid,
    .moz-prayer-grid { grid-template-columns: 1fr; }
    .moz-spotlight-items a { grid-template-columns: 96px minmax(0, 1fr); }
    .moz-spotlight-items img { width: 96px; }
    .moz-video-featured { min-height: 320px; }
    .moz-video-side a { grid-template-columns: 92px minmax(0, 1fr); }
    .moz-video-side img { width: 92px; }
}

* { box-sizing: border-box; }
html { color-scheme: light; }
body {
    margin: 0;
    background: #f4f4f4;
    color: var(--hp-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
    overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.hp-container { width: min(var(--hp-container), calc(100% - 28px)); margin-inline: auto; }
.hp-grid { display: grid; gap: 20px; }
.hp-panel {
    background: rgba(255,255,255,.96);
    border: 1px solid var(--hp-line);
    border-radius: var(--hp-radius);
}
.hp-panel-pad { padding: 18px; }
.hp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    border: 1px solid var(--hp-line);
    border-radius: 5px;
    padding: 8px 14px;
    background: #fff;
    color: var(--hp-ink);
    font-size: 13px;
    font-weight: 850;
    cursor: pointer;
}
.hp-btn-primary { background: var(--hp-red); border-color: var(--hp-red); color: #fff; }
.hp-btn-ghost { background: #f3f5f7; }
.hp-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-left: 3px solid var(--hp-accent);
    padding: 3px 7px;
    background: var(--hp-accent-soft);
    color: #00594e;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.hp-title,
.brand strong,
.news-card h1,
.news-card h3,
.article-head h1,
.listing-head h1,
.showcase-card h2 {
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: 0;
}
.hp-section-title,
.module-header span {
    color: var(--hp-red);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.hp-section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
}
.hp-section-title::after { content: ""; height: 1px; flex: 1; background: var(--hp-line); }

/* Header */
.site-chrome {
    position: relative;
    z-index: 5;
    background: var(--hp-paper);
    border-bottom: 1px solid var(--hp-line);
}
.utility-bar {
    border-top: 1px solid #d6dbe2;
    border-bottom: 1px solid #d6dbe2;
    background: #fff;
}
.utility-inner {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    min-height: 61px;
    width: min(1128px, calc(100% - 28px));
}
.utility-menu {
    display: flex;
    align-items: stretch;
    min-width: 0;
    overflow-x: auto;
    white-space: nowrap;
}
.utility-menu a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-left: 1px solid #d6dbe2;
    padding: 0 14px;
    color: #344154;
    font-size: 22px;
    font-weight: 500;
}
.utility-menu a:last-child { border-right: 1px solid #d6dbe2; }
.utility-menu span {
    color: #344154;
    font-size: 22px;
    line-height: 1;
}
.weather-pill {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    min-width: 244px;
    padding: 0 24px;
    background: #0065a0;
    color: #fff;
}
.weather-pill span {
    font-size: 21px;
    font-weight: 800;
    letter-spacing: .02em;
}
.weather-pill strong {
    font-size: 33px;
    line-height: 1;
    font-weight: 950;
}
.main-nav-row {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr) auto;
    gap: 48px;
    align-items: center;
    min-height: 137px;
    width: min(1340px, calc(100% - 28px));
}
.site-logo {
    color: #ff0000;
    font-size: 56px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.05em;
}
.primary-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    min-width: 0;
    overflow-x: auto;
    white-space: nowrap;
}
.primary-menu a,
.nav-actions a {
    color: #344154;
    font-size: 23px;
    font-weight: 850;
    line-height: 1;
}
.primary-menu .home-icon {
    font-size: 30px;
    font-weight: 600;
}
.nav-actions {
    display: inline-flex;
    align-items: center;
    gap: 24px;
}
.nav-actions a {
    font-size: 35px;
    font-weight: 500;
}
.brand { text-align: center; }
.brand strong { display: block; color: var(--hp-ink); font-size: clamp(34px, 4.8vw, 62px); line-height: .9; }
.brand span { display: block; margin-top: 8px; color: var(--hp-accent); font-size: 11px; font-weight: 950; letter-spacing: .24em; text-transform: uppercase; }
.search-box { display: flex; min-width: 0; gap: 8px; }

/* Breaking ticker */
.hp-breaking-ticker {
    overflow: hidden;
    min-height: 46px;
    background: #062636;
    border-bottom: 0;
}
.hp-breaking-inner {
    display: flex;
    align-items: center;
    min-height: 46px;
    width: min(1530px, calc(100% - 28px));
}
.hp-breaking-label {
    flex: 0 0 auto;
    background: transparent;
    color: #fff;
    padding: 0;
    font-size: 18px;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}
.hp-breaking-arrows {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-left: 13px;
    margin-right: clamp(54px, 19vw, 350px);
}
.hp-breaking-arrows span {
    width: 11px;
    height: 11px;
    border-top: 4px solid rgba(255,255,255,.58);
    border-right: 4px solid rgba(255,255,255,.58);
    transform: rotate(45deg);
    animation: hp-breaking-arrow 1.05s ease-in-out infinite;
}
.hp-breaking-arrows span:nth-child(2) {
    animation-delay: .14s;
}
.hp-breaking-arrows span:nth-child(3) {
    animation-delay: .28s;
}
.hp-breaking-headline {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 8px;
    color: #f8fafc;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
}
.hp-breaking-headline time {
    flex: 0 0 auto;
    color: #ffd400;
    font-size: 22px;
    font-weight: 950;
}
.hp-breaking-headline span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@keyframes hp-breaking-arrow {
    0%, 100% {
        opacity: .32;
        transform: rotate(45deg) translate(0, 0);
    }
    50% {
        opacity: 1;
        transform: rotate(45deg) translate(3px, -3px);
    }
}

/* Cards */
.news-card { display: grid; min-width: 0; gap: 10px; }
.card-media-link { display: block; overflow: hidden; border-radius: 5px; background: #d5dae1; }
.news-card img,
.card-media {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: linear-gradient(135deg, #101820, #64748b);
}
.news-card:hover img { transform: scale(1.018); transition: transform .25s ease; }
.news-card-content { display: grid; gap: 8px; }
.card-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: var(--hp-muted); font-size: 11px; font-weight: 850; }
.news-card h1,
.news-card h3 { margin: 0; color: var(--hp-ink); }
.news-card p { margin: 0; color: #4b5563; line-height: 1.6; }
.card-hero {
    position: relative;
    min-height: 100%;
    background: #fff;
    border: 1px solid var(--hp-line);
    border-radius: var(--hp-radius);
    overflow: hidden;
}
.card-hero .card-media-link { border-radius: 0; }
.card-hero img,
.card-hero .card-media { aspect-ratio: 16 / 9; }
.card-hero .news-card-content { padding: 22px 24px 26px; }
.card-hero h1 { max-width: 800px; font-size: clamp(34px, 5vw, 66px); line-height: .98; text-wrap: balance; }
.card-hero p { max-width: 740px; font-size: 18px; }
.card-standard {
    padding: 12px;
    background: #fff;
    border: 1px solid var(--hp-line);
    border-radius: var(--hp-radius);
}
.card-standard h3 { font-size: 23px; line-height: 1.12; }
.card-compact {
    padding-top: 16px;
    border-top: 1px solid var(--hp-line);
}
.card-compact h3 { font-size: 21px; line-height: 1.14; }
.card-list {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--hp-line);
}
.card-list .card-media-link { grid-row: span 2; }
.card-list img,
.card-list .card-media { aspect-ratio: 1 / 1; }
.card-list h3 { font-size: 20px; line-height: 1.12; }

/* Home */
.home-shell { padding: 34px 0 60px; }
.visual-showcase {
    display: grid;
    grid-template-columns: minmax(92px, 225px) minmax(0, 1530px) minmax(92px, 225px);
    gap: 28px;
    width: min(2048px, 100%);
    margin-inline: auto;
    align-items: stretch;
}
.showcase-ad {
    display: flex;
    align-items: center;
    min-height: 548px;
    background: #dddddd;
    color: #9c9c9c;
    font-size: clamp(30px, 2.4vw, 44px);
    font-weight: 500;
}
.showcase-ad-left { justify-content: flex-start; padding-left: 40px; }
.showcase-ad-right { justify-content: center; }
.showcase-center {
    min-width: 0;
    padding-top: 36px;
}
.showcase-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 42px;
}
.showcase-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border-radius: 9px;
    background: #cbd5e1;
    box-shadow: 0 1px 0 rgba(17,24,39,.08);
}
.showcase-card a,
.showcase-card img,
.showcase-card-media {
    display: block;
    width: 100%;
    min-height: 430px;
}
.showcase-card img,
.showcase-card-media {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    background: linear-gradient(135deg, #101820, #64748b);
}
.showcase-card::after {
    content: "";
    position: absolute;
    inset: 42% 0 0;
    background: linear-gradient(180deg, rgba(2,6,23,0), rgba(2,6,23,.78));
    pointer-events: none;
}
.showcase-card-overlay {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 20px;
    z-index: 1;
    display: grid;
    gap: 20px;
    color: #fff;
}
.showcase-card h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(22px, 1.45vw, 30px);
    line-height: 1.2;
    font-weight: 950;
    text-shadow: 0 2px 12px rgba(0,0,0,.35);
}
.showcase-card time {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255,255,255,.94);
    font-size: 20px;
    font-weight: 850;
}
.showcase-card time::before {
    content: "\25A3";
    font-size: 14px;
}
.showcase-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 56px;
}
.showcase-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d2d7df;
}
.showcase-dots .active {
    width: 14px;
    height: 14px;
    border: 4px solid #cfd5de;
    background: transparent;
}
.operations-grid {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr) 300px;
    gap: 22px;
    align-items: start;
    margin-top: 24px;
}
.live-column,
.news-column,
.intel-column {
    display: grid;
    align-content: start;
    gap: 18px;
}
.live-column {
    position: sticky;
    top: 64px;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--hp-line);
    border-radius: var(--hp-radius);
}
.module-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 4px;
}
.module-header strong {
    color: var(--hp-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1;
}
.module-header.compact strong { font-size: 20px; }
.timeline-item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 0;
    border-top: 1px solid var(--hp-line);
}
.timeline-item time { color: var(--hp-red); font-size: 12px; font-weight: 950; }
.timeline-item strong { color: var(--hp-ink); font-size: 14px; line-height: 1.35; }
.news-flow {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.category-band {
    margin-top: 28px;
    padding: 20px;
    background: rgba(255,255,255,.74);
    border: 1px solid var(--hp-line);
    border-radius: var(--hp-radius);
}
.category-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.sidebar-list { display: grid; gap: 0; counter-reset: popular; }
.sidebar-list a {
    display: grid;
    gap: 4px;
    padding: 13px 0;
    border-top: 1px solid var(--hp-line);
    color: var(--hp-ink);
    font-weight: 850;
    line-height: 1.35;
}
.sidebar-list.numbered a {
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: start;
}
.sidebar-list.numbered a::before {
    counter-increment: popular;
    content: counter(popular);
    color: var(--hp-red);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}
.weather-box span { color: var(--hp-muted); font-size: 12px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.weather-box strong { display: block; margin-top: 6px; color: var(--hp-ink); font-size: 44px; line-height: 1; }
.weather-box p { margin: 6px 0 0; color: var(--hp-muted); }
.finance-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-top: 1px solid var(--hp-line);
    color: var(--hp-ink);
    font-size: 14px;
    font-weight: 850;
}
.finance-row small { color: var(--hp-accent); }
.ad-slot {
    display: grid;
    place-items: center;
    min-height: 210px;
    border: 1px dashed #aab4c1;
    border-radius: var(--hp-radius);
    background: repeating-linear-gradient(135deg, #fff, #fff 12px, #f2f4f7 12px, #f2f4f7 24px);
    color: var(--hp-muted);
    font-weight: 900;
    text-transform: uppercase;
}

/* Listing and article */
.listing-page,
.article-page { padding: 32px 0 58px; }
.listing-head,
.article-head {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 2px solid var(--hp-brand);
}
.listing-head h1,
.article-head h1 { margin: 0; color: var(--hp-ink); font-size: clamp(34px, 5vw, 60px); line-height: 1; }
.listing-head p,
.article-head p { max-width: 760px; color: #4b5563; font-size: 18px; line-height: 1.62; }
.listing-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 24px; align-items: start; }
.listing-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.pagination-wrap { margin-top: 24px; }
.article-layout {
    display: grid;
    grid-template-columns: 64px minmax(0, 760px) 300px;
    gap: 24px;
    justify-content: center;
    align-items: start;
}
.article-share {
    position: sticky;
    top: 76px;
    display: grid;
    gap: 8px;
}
.share-button {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--hp-line);
    border-radius: 50%;
    background: #fff;
    color: var(--hp-ink);
    font-size: 12px;
    font-weight: 950;
}
.article-main {
    background: #fff;
    border: 1px solid var(--hp-line);
    border-radius: var(--hp-radius);
    overflow: hidden;
}
.article-main .article-head { margin: 0; padding: 26px 28px 18px; border-bottom: 1px solid var(--hp-line); }
.article-cover { width: 100%; aspect-ratio: 16 / 8.5; object-fit: cover; }
.article-body {
    padding: 28px;
    color: #263241;
    font-size: 18px;
    line-height: 1.78;
}
.article-body p { margin: 0 0 1.15em; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 28px 24px; }
.tag-row a { border: 1px solid var(--hp-line); border-radius: 999px; padding: 7px 11px; color: var(--hp-muted); font-size: 12px; font-weight: 850; }
.related-title { margin: 28px 0 14px; color: var(--hp-ink); font-size: 22px; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.article-ad { position: sticky; top: 76px; }

/* Footer */
.site-footer { margin-top: 54px; padding: 44px 0; background: var(--hp-brand); color: #cbd5e1; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(160px, .6fr) minmax(160px, .6fr); gap: 30px; }
.footer-brand { text-align: left; }
.footer-brand strong { color: #fff; font-size: 36px; }
.footer-brand span { color: #8fb8b2; }
.site-footer p { max-width: 560px; line-height: 1.65; }
.site-footer h2 { margin: 0 0 12px; color: #fff; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.site-footer nav { display: grid; gap: 9px; }
.site-footer a:hover { color: #fff; }

/* MOZWP-inspired public theme */
.moz-header {
    background: #f4f4f4;
    color: #1f2937;
}
.moz-promo {
    background: #111827;
    color: #d7dee9;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.moz-promo-inner {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 44px;
    overflow-x: auto;
    white-space: nowrap;
}
.promo-version,
.promo-demos a,
.promo-buy {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    border-radius: 6px;
    padding: 0 11px;
    font-size: 13px;
    font-weight: 850;
}
.promo-version { background: #263241; color: #fff; }
.promo-demos { display: flex; gap: 6px; }
.promo-demos a { background: rgba(255,255,255,.08); }
.promo-countdown {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: auto;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}
.promo-countdown strong {
    display: inline-grid;
    place-items: center;
    min-width: 30px;
    height: 30px;
    border-radius: 6px;
    background: #ffcc00;
    color: #111827;
    font-size: 15px;
}
.promo-countdown small { color: #b9c2d0; font-size: 12px; }
.promo-buy { background: #e11d48; color: #fff; }
.moz-title-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 26px;
    min-height: 112px;
}
.moz-logo {
    color: #ff1010;
    font-size: clamp(46px, 7vw, 86px);
    line-height: .9;
    font-weight: 950;
    letter-spacing: -.07em;
}
.moz-title-copy h1 {
    margin: 0 0 5px;
    color: #111827;
    font-size: clamp(24px, 2.8vw, 42px);
    line-height: 1.08;
    font-weight: 950;
}
.moz-title-copy p {
    margin: 0;
    max-width: 760px;
    color: #6b7280;
    font-size: 14px;
}
.moz-category-bar {
    background: #fff;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}
.moz-category-bar .hp-container {
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 54px;
    overflow-x: auto;
    white-space: nowrap;
}
.moz-category-bar a {
    display: inline-flex;
    align-items: center;
    min-height: 54px;
    padding: 0 16px;
    border-right: 1px solid #e2e8f0;
    color: #1f2937;
    font-size: 14px;
    font-weight: 900;
}
.moz-category-bar a:first-child { border-left: 1px solid #e2e8f0; }
.moz-category-bar a:hover { color: #e11d48; }
.moz-search {
    display: flex;
    margin-left: auto;
    min-width: 230px;
}
.moz-search input {
    width: 100%;
    border: 0;
    border-left: 1px solid #e2e8f0;
    padding: 0 13px;
    background: #fff;
    outline: 0;
}
.moz-search button {
    border: 0;
    background: #111827;
    color: #fff;
    padding: 0 15px;
    font-weight: 900;
}
.moz-menu-button {
    background: #f1f5f9;
    font-weight: 950 !important;
}
.moz-market-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px 140px;
    gap: 12px;
    align-items: stretch;
    padding: 16px 0;
}
.moz-market-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(120px, 1fr));
    gap: 8px;
    overflow-x: auto;
}
.market-tile,
.prayer-tile,
.moz-weather {
    display: grid;
    align-content: center;
    gap: 3px;
    min-height: 74px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 11px 13px;
    box-shadow: 0 10px 22px rgba(15,23,42,.04);
}
.market-tile span,
.prayer-tile span,
.moz-weather span {
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}
.market-tile strong,
.prayer-tile strong,
.moz-weather strong {
    color: #111827;
    font-size: 18px;
    line-height: 1;
    font-weight: 950;
}
.market-tile em {
    color: #16a34a;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}
.market-tile em.negative { color: #dc2626; }
.prayer-tile { text-align: center; }
.moz-weather {
    background: #0065a0;
    color: #fff;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.moz-weather strong,
.moz-weather span { color: #fff; }
.moz-weather strong { font-size: 30px; }
.weather-picker summary {
    display: grid;
    align-content: center;
    min-height: 50px;
    gap: 3px;
    list-style: none;
    outline: 0;
}
.weather-picker summary::-webkit-details-marker { display: none; }
.weather-picker summary::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 2px solid rgba(255,255,255,.82);
    border-bottom: 2px solid rgba(255,255,255,.82);
    transform: translateY(-65%) rotate(45deg);
    transition: transform .18s ease;
}
.weather-picker[open] summary::after {
    transform: translateY(-35%) rotate(225deg);
}
.weather-picker .weather-city,
.weather-picker small {
    display: block;
    color: rgba(255,255,255,.88);
    font-size: 10px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
}
.weather-picker small {
    font-size: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.weather-province-panel {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 50;
    width: min(420px, calc(100vw - 28px));
    max-height: 360px;
    overflow: auto;
    border: 1px solid #dbe4ee;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 24px 55px rgba(15,23,42,.22);
    padding: 12px;
    text-align: left;
}
.weather-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 2px 4px 10px;
    border-bottom: 1px solid #e5e7eb;
}
.weather-panel-head strong {
    color: #0f172a;
    font-size: 14px;
}
.weather-panel-head span {
    color: #64748b;
    font-size: 11px;
}
.weather-province-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding-top: 10px;
}
.weather-province-grid a {
    display: block;
    min-width: 0;
    border-radius: 7px;
    padding: 8px 9px;
    color: #334155;
    background: #f8fafc;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.weather-province-grid a:hover,
.weather-province-grid a.is-active {
    color: #fff;
    background: #0065a0;
}
.hp-breaking-ticker { margin-top: 0; }
.moz-home { padding: 18px 0 56px; }
.moz-headline-cloud {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
    margin-bottom: 18px;
}
.moz-headline-cloud a {
    display: flex;
    align-items: center;
    min-height: 46px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 10px 13px;
    color: #111827;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.25;
    box-shadow: 0 10px 20px rgba(15,23,42,.035);
}
.moz-headline-cloud a:hover { color: #e11d48; }
.builder-home-section { margin-top: 18px; }
.builder-popular-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}
.builder-popular-grid a {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 76px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    padding: 12px;
    color: #0f172a;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(15,23,42,.04);
}
.builder-popular-grid em {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ed1c24;
    color: #fff;
    font-style: normal;
    font-weight: 950;
}
.builder-popular-grid span {
    min-width: 0;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.3;
}
.builder-finance-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}
.builder-ad-banner {
    display: grid;
    place-items: center;
    min-height: 96px;
    margin-top: 18px;
    border-radius: 8px;
    background: #d9d9d9;
    color: #8a8a8a;
    font-size: 28px;
    font-weight: 900;
}
.moz-hero-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 210px;
    gap: 14px;
    margin-bottom: 26px;
}
.moz-hero-card {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #111827;
}
.moz-hero-card.is-large { grid-column: span 2; grid-row: span 2; }
.moz-hero-card.is-wide { grid-column: span 2; }
.moz-hero-card a,
.moz-hero-card img,
.moz-hero-card .card-media {
    display: block;
    width: 100%;
    height: 100%;
}
.moz-hero-card img,
.moz-hero-card .card-media {
    object-fit: cover;
    transform: scale(1.01);
}
.moz-hero-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15,23,42,.04), rgba(15,23,42,.84));
    pointer-events: none;
}
.moz-card-category,
.moz-hero-card h2,
.moz-hero-card p {
    position: absolute;
    z-index: 1;
    left: 18px;
    right: 18px;
}
.moz-card-category {
    top: 16px;
    right: auto;
    border-radius: 999px;
    background: #e11d48;
    color: #fff;
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}
.moz-hero-card h2 {
    bottom: 50px;
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 1.12;
    font-weight: 950;
    text-shadow: 0 2px 14px rgba(0,0,0,.4);
}
.moz-hero-card.is-large h2 { font-size: clamp(32px, 3.4vw, 48px); }
.moz-hero-card p {
    bottom: 17px;
    margin: 0;
    color: rgba(255,255,255,.86);
    font-size: 13px;
    line-height: 1.35;
}
.moz-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 22px;
    align-items: start;
}
.moz-feed,
.moz-sidebar {
    display: grid;
    gap: 18px;
}
.moz-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 3px solid #111827;
    padding-bottom: 10px;
}
.moz-section-title span {
    color: #e11d48;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.moz-section-title strong {
    color: #111827;
    font-size: 22px;
    font-weight: 950;
}
.moz-news-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.moz-category-section,
.moz-widget {
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 16px;
    box-shadow: 0 10px 24px rgba(15,23,42,.035);
}
.moz-category-news {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
    margin-top: 16px;
}
.moz-widget h2 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 18px;
    font-weight: 950;
}

/* Admin */
.admin-body { background: #eef1f4; }
.admin-auth { display: grid; place-items: center; min-height: 100vh; padding: 28px; }
.admin-auth-card {
    width: min(420px, 100%);
    border: 0;
    box-shadow: 0 24px 70px rgba(17,24,39,.16);
}
.admin-shell { display: grid; grid-template-columns: 264px minmax(0, 1fr); min-height: 100vh; }
.admin-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    background: var(--hp-brand);
    color: #cbd5e1;
    padding: 20px;
}
.admin-sidebar .brand { text-align: left; }
.admin-sidebar .brand strong { color: #fff; font-size: 28px; }
.admin-sidebar .brand span { color: #8fb8b2; }
.admin-sidebar nav { display: grid; gap: 4px; margin-top: 22px; }
.admin-sidebar a {
    border-radius: 5px;
    padding: 10px 12px;
    color: #cbd5e1;
    font-size: 14px;
    font-weight: 850;
}
.admin-sidebar a:hover { background: rgba(255,255,255,.1); color: #fff; }
.admin-main { min-width: 0; padding: 26px; }
.admin-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--hp-line);
    border-radius: var(--hp-radius);
}
.admin-top h1 { margin: 0; color: var(--hp-ink); font-size: 30px; }
.admin-userbox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    color: var(--hp-muted);
    font-size: 14px;
}
.inline-form { display: inline; }
.admin-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--hp-line);
    border-radius: var(--hp-radius);
}
.admin-table th,
.admin-table td { border-bottom: 1px solid var(--hp-line); padding: 12px; text-align: left; vertical-align: top; }
.admin-table th { background: #f3f5f7; color: var(--hp-ink); font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.form-grid { display: grid; gap: 14px; max-width: 940px; }
.form-grid label { display: grid; gap: 6px; color: var(--hp-ink); font-weight: 850; }
.form-grid input,
.form-grid textarea,
.form-grid select {
    width: 100%;
    border: 1px solid var(--hp-line);
    border-radius: 5px;
    padding: 10px 12px;
    background: #fff;
}
.alert {
    border-left: 4px solid var(--hp-red);
    border-radius: 5px;
    padding: 12px 14px;
    background: #fff1f2;
    color: #7f1d1d;
    font-weight: 850;
}
.admin-form-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid var(--hp-line);
    padding-bottom: 16px;
}
.admin-form-head h2,
.settings-section h3 {
    margin: 0;
    color: var(--hp-ink);
}
.admin-form-head p {
    margin: 6px 0 0;
    color: var(--hp-muted);
    line-height: 1.55;
}
.builder-shell {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}
.builder-catalog { position: sticky; top: 22px; }
.builder-module-list { display: grid; gap: 10px; }
.builder-module-card {
    display: grid;
    gap: 8px;
    border: 1px solid #d9e2ec;
    border-radius: 10px;
    background: #f8fafc;
    padding: 13px;
}
.builder-module-card strong { color: #0f172a; font-size: 15px; }
.builder-module-card span { color: #64748b; font-size: 12px; font-weight: 750; line-height: 1.45; }
.builder-dropzone { display: grid; gap: 12px; }
.builder-block {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: stretch;
    border: 1px solid #dbe4ee;
    border-radius: 12px;
    background: #fff;
    padding: 12px;
    box-shadow: 0 12px 30px rgba(15,23,42,.05);
}
.builder-block.is-dragging {
    opacity: .55;
    outline: 2px dashed #0065a0;
}
.builder-drag-handle {
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #eef6fb;
    color: #0065a0;
    cursor: grab;
    font-size: 20px;
    font-weight: 950;
    letter-spacing: -2px;
}
.builder-block-main { display: grid; gap: 12px; min-width: 0; }
.builder-block-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}
.builder-block-head strong { display: block; color: #0f172a; font-size: 16px; }
.builder-block-head span { display: block; margin-top: 4px; color: #64748b; font-size: 12px; font-weight: 750; }
.builder-toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #0f172a;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}
.builder-fields {
    display: grid;
    grid-template-columns: minmax(180px, 1.4fr) minmax(150px, 1fr) 120px;
    gap: 10px;
}
.builder-fields label { display: grid; gap: 5px; color: #334155; font-size: 12px; font-weight: 900; }
.builder-fields input,
.builder-fields select {
    width: 100%;
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    padding: 9px 10px;
    color: #0f172a;
    background: #fff;
    font: inherit;
}
.builder-delete { align-self: start; color: #b91c1c; }
.builder-empty {
    display: grid;
    gap: 6px;
    border: 1px dashed #b8c5d4;
    border-radius: 14px;
    padding: 26px;
    text-align: center;
    color: #64748b;
    background: #f8fafc;
}
.builder-empty strong { color: #0f172a; font-size: 18px; }
.settings-section {
    display: grid;
    gap: 16px;
    border: 1px solid var(--hp-line);
    border-radius: 8px;
    background: #fff;
    padding: 16px;
}
.settings-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.check-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.check-row {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center;
    gap: 8px !important;
    border: 1px solid var(--hp-line);
    border-radius: 7px;
    background: #f8fafc;
    padding: 10px 12px;
}
.check-row input {
    width: auto !important;
}

@media (max-width: 1100px) {
    .moz-title-row { grid-template-columns: 1fr; gap: 12px; padding: 24px 0; text-align: center; }
    .moz-category-bar .hp-container { width: 100%; }
    .moz-market-row { grid-template-columns: 1fr; }
    .moz-market-strip { grid-template-columns: repeat(3, minmax(150px, 1fr)); }
    .moz-headline-cloud { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .moz-hero-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .moz-content-grid { grid-template-columns: 1fr; }
    .moz-news-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .moz-category-news { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .check-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .utility-inner { justify-content: flex-start; width: min(100% - 18px, var(--hp-container)); }
    .utility-menu { flex: 1; }
    .utility-menu a { font-size: 16px; padding: 0 10px; }
    .weather-pill { min-width: 170px; gap: 12px; padding: 0 14px; }
    .weather-pill span { font-size: 15px; }
    .weather-pill strong { font-size: 25px; }
    .main-nav-row { grid-template-columns: 180px minmax(0, 1fr) auto; gap: 22px; min-height: 98px; }
    .site-logo { font-size: 43px; }
    .primary-menu { justify-content: flex-start; gap: 22px; }
    .primary-menu a { font-size: 17px; }
    .nav-actions a { font-size: 27px; }
    .operations-grid,
    .article-layout { grid-template-columns: 1fr; }
    .live-column,
    .article-share,
    .article-ad { position: static; }
    .visual-showcase { grid-template-columns: minmax(0, 1fr); }
    .showcase-ad { display: none; }
    .showcase-center { width: min(100% - 28px, 920px); margin-inline: auto; }
    .showcase-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
    .listing-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .hp-container { width: min(100% - 18px, var(--hp-container)); }
    .moz-promo-inner { gap: 8px; min-height: 40px; }
    .promo-demos a:nth-child(n+3),
    .promo-countdown { display: none; }
    .promo-buy { margin-left: auto; }
    .moz-title-row { min-height: auto; padding: 20px 0; }
    .moz-logo { font-size: 48px; }
    .moz-title-copy h1 { font-size: 22px; }
    .moz-title-copy p { display: none; }
    .moz-category-bar .hp-container { min-height: 48px; }
    .moz-category-bar a { min-height: 48px; padding: 0 12px; font-size: 13px; }
    .moz-search { min-width: 190px; }
    .moz-menu-button { display: none !important; }
    .moz-market-row { padding: 10px 0; }
    .moz-market-strip { grid-template-columns: repeat(2, minmax(130px, 1fr)); }
    .builder-popular-grid,
    .builder-finance-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .market-tile,
    .prayer-tile,
    .moz-weather { min-height: 62px; padding: 9px 10px; }
    .moz-headline-cloud,
    .moz-news-list,
    .moz-category-news,
    .builder-popular-grid,
    .builder-finance-strip { grid-template-columns: 1fr; }
    .moz-hero-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 280px;
    }
    .moz-hero-card.is-large,
    .moz-hero-card.is-wide {
        grid-column: auto;
        grid-row: auto;
    }
    .moz-hero-card.is-large h2,
    .moz-hero-card h2 { font-size: 25px; }
    .settings-grid,
    .check-grid { grid-template-columns: 1fr; }
    .admin-form-head { flex-direction: column; }
    .utility-inner { min-height: 44px; width: 100%; padding-left: 9px; }
    .utility-menu a { min-height: 44px; font-size: 14px; padding: 0 9px; }
    .utility-menu span { font-size: 15px; }
    .weather-pill { min-width: 126px; gap: 8px; padding: 0 10px; }
    .weather-pill span { font-size: 12px; }
    .weather-pill strong { font-size: 21px; }
    .main-nav-row {
        grid-template-columns: 1fr auto;
        gap: 12px;
        min-height: 78px;
    }
    .site-logo { font-size: 38px; }
    .primary-menu {
        grid-column: 1 / -1;
        order: 3;
        gap: 18px;
        padding-bottom: 14px;
    }
    .primary-menu a { font-size: 15px; }
    .primary-menu .home-icon { font-size: 22px; }
    .nav-actions { gap: 14px; }
    .nav-actions a { font-size: 25px; }
    .home-shell { padding-top: 18px; }
    .hp-breaking-ticker,
    .hp-breaking-inner { min-height: 38px; }
    .hp-breaking-label { font-size: 13px; }
    .hp-breaking-arrows { margin-left: 8px; margin-right: 12px; gap: 3px; }
    .hp-breaking-arrows span { width: 8px; height: 8px; border-width: 3px; }
    .hp-breaking-headline { font-size: 13px; gap: 6px; }
    .hp-breaking-headline time { font-size: 15px; }
    .weather-province-panel {
        right: auto;
        left: 50%;
        width: min(360px, calc(100vw - 18px));
        max-height: 300px;
        transform: translateX(-50%);
    }
    .weather-province-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .showcase-center { padding-top: 14px; width: min(100% - 18px, 560px); }
    .showcase-cards { grid-template-columns: 1fr; gap: 14px; }
    .showcase-card a,
    .showcase-card img,
    .showcase-card-media { min-height: 320px; }
    .showcase-card h2 { font-size: 24px; }
    .showcase-card time { font-size: 16px; }
    .showcase-dots { margin-top: 22px; }
    .card-hero h1,
    .listing-head h1,
    .article-head h1 { font-size: 34px; }
    .card-hero .news-card-content,
    .article-main .article-head,
    .article-body { padding: 20px; }
    .news-flow,
    .category-flow,
    .listing-results,
    .related-grid,
    .footer-grid,
    .admin-shell { grid-template-columns: 1fr; }
    .admin-sidebar { position: static; height: auto; }
    .admin-top { align-items: stretch; flex-direction: column; }
    .builder-shell { grid-template-columns: 1fr; }
    .builder-catalog { position: static; }
    .builder-block { grid-template-columns: 30px minmax(0, 1fr); }
    .builder-delete { grid-column: 2; justify-self: start; }
    .builder-fields { grid-template-columns: 1fr; }
    .article-share { display: flex; }
}

/* Final MOZWP layout precedence */
.moz-header .moz-title-row,
.moz-header .moz-category-bar { display: none; }
.moz-header .moz-blue-header { display: block; background: #006ae4; }
.moz-header .moz-blue-inner { min-height: 65px; }
.moz-header .moz-utility-row { background: #fff; }
.moz-header .moz-market-row { display: grid; grid-template-columns: minmax(0, 1fr) 146px 126px; min-height: 44px; padding: 0; }
.moz-header .market-tile,
.moz-header .prayer-tile,
.moz-header .moz-weather { min-height: 44px; border: 0; border-radius: 0; box-shadow: none; }
.moz-module,
.moz-weather-full,
.moz-market-board,
.moz-prayer-pro,
.moz-newspapers,
.moz-standings,
.moz-video-pro,
.moz-market-marquee { font-family: Barlow, Inter, ui-sans-serif, system-ui, sans-serif; }

@media (max-width: 980px) {
    .moz-header .moz-market-row { grid-template-columns: 1fr; padding: 8px 0; }
}
