/* ZoneWrite v1.0.2 visual contrast patch.
   Loaded as a new asset filename to bypass stale browser/CDN caches from earlier versionless CSS. */
:root{--zw-lime:#E3A51A}

/* Every Editorial Gold surface uses dark ink, in both light and dark mode. */
.screen-reader-text:focus,
.zw-nav a:hover,
.zw-search button,
.zw-latest-row:hover,
.zw-kicker,
.zw-trust div:nth-child(1),
.zw-section__num,
.zw-widget__head,
.zw-older,
.zw-keypoints,
.entry-content th,
.zw-empty,
body.zw-dark .screen-reader-text:focus,
body.zw-dark .zw-nav a:hover,
body.zw-dark .zw-search button,
body.zw-dark .zw-latest-row:hover,
body.zw-dark .zw-kicker,
body.zw-dark .zw-trust div:nth-child(1),
body.zw-dark .zw-section__num,
body.zw-dark .zw-widget__head,
body.zw-dark .zw-older,
body.zw-dark .zw-keypoints,
body.zw-dark .entry-content th,
body.zw-dark .zw-empty{background:#E3A51A!important;color:#101010!important}

/* Make all nested text/links inherit the readable dark ink on accent panels. */
.zw-keypoints *,
.zw-widget__head *,
.zw-section__num *,
.zw-empty *,
body.zw-dark .zw-keypoints *,
body.zw-dark .zw-widget__head *,
body.zw-dark .zw-section__num *,
body.zw-dark .zw-empty *{color:#101010!important}

/* Ticker diamond uses the new accent without affecting magenta-band text. */
.zw-ticker__item::after{color:#E3A51A!important}
