@charset "UTF-8";
:host,
:root {
  --site-primary-50: 229 246 252;
  --site-primary-100: 178 228 247;
  --site-primary-200: 127 210 242;
  --site-primary-300: 75 192 237;
  --site-primary-400: 75 192 237;
  --site-primary-500: 1 182 235;
  --site-primary-600: 18 135 180;
  --site-primary-700: 13 97 128;
  --site-primary-800: 8 58 77;
  --site-primary-900: 5 42 56;
}

:root {
  --demo-bg: #f2f2f2;
  --clr-line: #3341555e;
  --cw-primary: var(--neutral-800);
  --cw-primary-rgb: 239, 90, 52;
  --cw-primary-hover: hwb(12 20% 32%);
  --cw-primary-background: var(--cw-primary);
  --cw-primary-border: var(--cw-primary);
  --neutral-50: #f8fafc;
  --neutral-100: #f1f5f9;
  --neutral-200: #e1e7ef;
  --neutral-300: #cbd5e1;
  --neutral-400: #94a3b8;
  --neutral-500: #65758b;
  --neutral-600: #48566a;
  --neutral-700: #344256;
  --neutral-800: #1d283a;
  --neutral-900: #0f1729;
  --blue-100: #b1e3f7;
  --blue-200: #7dd1f2;
  --blue-300: #4abfed;
  --blue-400: #4abfed;
  --blue-500: #01b3e9;
  --blue-600: #1287b5;
  --blue-700: #0d6382;
  --blue-800: #083b4e;
  --blue-900: #052b38;
}

.cw-shell {
  background: #fff;
  color: #12263a;
}

.cw-preheader {
  width: 100%;
  position: relative;
}

.cw-preheader-inner {
  max-width: 108.375rem;
  height: 4rem;
  margin: 0 auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.cw-billboard-wrap {
  background: linear-gradient(120deg, #f6f7f9 0%, #eceff3 100%);
  border-bottom: 1px solid #dde3ea;
}

.cw-billboard-skeleton {
  max-width: 60rem;
  min-height: 15.5rem;
  border-radius: 0.25rem;
  background: linear-gradient(90deg, rgba(229, 231, 235, 0.92), rgba(243, 244, 246, 0.98), rgba(229, 231, 235, 0.92)), linear-gradient(120deg, #e5e7eb 0%, #d1d5db 55%, #e5e7eb 100%);
}

.cw-nav-links {
  gap: 2rem;
}

.cw-preheader-search {
  background-color: rgba(43, 59, 84, 0.7);
  border-color: transparent;
  color: #d9e2f1;
}

.cw-preheader-search::placeholder {
  color: #9aa8bf;
}

.cw-secondary-nav {
  min-height: 5rem;
  width: 96%;
  max-width: 83.4375rem;
  margin: 0 auto;
  align-items: center;
}

@media (min-width: 72rem) {
  .cw-mobile-sponsor-row {
    display: none;
  }
  .cw-desktop-nav-row {
    border-top: 1px solid #dbe2ea;
    border-bottom: 1px solid #dbe2ea;
    background: #fff;
  }
}
.demo-page {
  display: grid;
  grid-template-columns: 318px 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "header header" "sidebar content";
  gap: 1em;
  max-width: 1352px;
  margin: 0 auto;
}

@media screen and (max-width: 1152px) {
  .demo-page {
    display: block;
  }
}
.demo-header {
  grid-area: header;
  align-self: stretch;
  height: 244px;
  background-color: var(--demo-bg);
}

.demo-sidebar {
  grid-area: sidebar;
  align-self: stretch;
  background-color: var(--demo-bg);
  min-height: calc(100vh - 264px);
}

@media screen and (max-width: 1152px) {
  .demo-sidebar {
    display: none;
  }
}
.demo-content {
  grid-area: content;
  align-self: stretch;
  padding: 2.5rem;
  border: 1px solid var(--clr-line);
  border-radius: 8px;
  max-width: none;
}

@media screen and (max-width: 480px) {
  .demo-content {
    padding: 1.5rem;
  }
}
.cw-pattern-column-shell {
  width: 100%;
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3125rem;
  box-sizing: border-box;
  background: transparent;
}

.cw-pattern-column-inner {
  width: 100%;
  max-width: 40.375rem;
}

.cw-secondary-nav {
  max-width: 85.4375rem;
  padding-right: 1.5rem;
}

body.cw-lead-module-page aside.cw-sticky {
  position: static;
  top: auto;
}

.cw-secondary-nav-link--ai {
  color: #1e293b;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
}

.cw-secondary-nav-link--ai strong {
  color: #0ea5e9;
  display: flex;
  flex-wrap: nowrap;
  flex: 1 1 0%;
  align-items: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-weight: 700;
  white-space: nowrap;
}

.cw-secondary-nav-link--ai img {
  display: inline-block;
  flex-shrink: 0;
}

.cw-secondary-nav-links {
  color: #475569;
  gap: 1.5rem;
  align-items: center;
}

@media (min-width: 1366px) {
  .cw-secondary-nav-links {
    gap: 2.5rem;
  }
}
.cw-secondary-nav-link {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0;
  color: #475569;
  text-decoration: none;
}

.cw-secondary-nav-link--active {
  color: #0ea5e9;
  font-weight: 600;
  background-color: #f8fafc;
  border-radius: 0.75rem;
  padding: 0.5rem 1rem;
}

.cw-preheader-active {
  border-radius: 0.75rem;
  background-color: rgba(100, 116, 139, 0.3019607843);
  --tw-text-opacity: 1;
  color: rgb(var(--site-primary-500)/var(--tw-text-opacity));
}

.cw-nav-active {
  color: #12263a !important;
  font-weight: 700 !important;
  position: relative;
}

.cw-secondary-nav .cw-nav-active::after {
  content: "";
  position: absolute;
  bottom: -1.45rem;
  left: 0;
  right: 0;
  height: 2px;
  background-color: rgb(var(--site-primary-500));
}

.fa-magnifying-glass {
  line-height: 1;
}

/* Missing utility from the compiled sheet: the live site ships this variant,
   but the local output.min.css does not, so add it here as the override layer. */
@media (min-width: 1152px) {
  .xl\:cw-leading-6 {
    line-height: 1.5rem;
  }
}
/* Missing utility shims for the precompiled output sheet.
   Keep these here instead of editing output.min.css directly. */
.cw-gap-x-6 {
  column-gap: 1.5rem;
}

.cw-gap-y-8 {
  row-gap: 2rem;
}

.cw-max-w-\[1734px\] {
  max-width: 1734px;
}

@media (min-width: 834px) {
  .md\:cw-px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
/* Editor's Picks header overrides
   The theme's compiled output.min.css uses primary-500 (cyan) for the
   ::after background, but the live site reference CSS uses slate-800 (#1e293b).
   Override here to match the live site dark header.
   The wrapper gets the w-bg.svg Citywire watermark as in the reference.

   sm:cw-h-36 (height:9rem) is present in the live site reference CSS but
   missing from the theme's compiled output.min.css — patched here. */
.cw-editors-pick::after {
  background-color: rgb(30, 41, 59) !important;
}

/* Remove the decorative highlight stripe on the right-pointing arrow (mobile).
   The theme uses primary-100 (light cyan) here; live site omits it. */
.cw-editors-pick::before {
  background-color: transparent !important;
}

/* Missing from theme CSS: sm:cw-h-36 — sets the header to 144px at >=576px */
@media (min-width: 576px) {
  .cw-editors-pick {
    height: 9rem;
  }
}
.cw-editors-pick-wrapper {
  /* Dark background behind the watermark — the ::after provides this on xl
     but setting it on the wrapper ensures it's dark at all sizes */
  background-color: rgb(30, 41, 59);
  /* w-bg.svg watermark — matches reference CSS background properties exactly */
  background-image: url(../img/w-bg.svg);
  background-position: 30%;
  background-size: 185%;
}

/* Sponsor banner placeholder in the left rail.
   Keep it centered now so the slot reads like a deliberate template block. */
.cw-sponsor-banner-slot {
  margin-left: auto;
  margin-right: auto;
}

.cw-sponsor-banner-slot--skeleton {
  max-width: 300px;
  width: 100%;
  border-radius: 0.25rem;
  overflow: hidden;
}

.cw-sponsor-banner-slot__hero,
.cw-sponsor-banner-slot__meta {
  width: 100%;
}

/* Secondary-nav sponsor skeleton used in the header row.
   Keep this visible and compact so the sponsor area doesn't collapse
   when the compiled utility set changes. */
.cw-ad-skeleton-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  min-width: 15rem;
  min-height: 2.25rem;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.cw-ad-skeleton-card__label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.cw-ad-skeleton-card__line {
  display: block;
  height: 0.5rem;
  border-radius: 0.25rem;
  background-color: var(--neutral-200);
}

.cw-ad-skeleton-card__line--wide {
  width: 6.5rem;
}

.cw-ad-skeleton-card__line--short {
  width: 4.25rem;
}

.cw-ad-skeleton-card__mark {
  display: block;
  flex-shrink: 0;
  width: 8.75rem;
  height: 2.75rem;
  border-radius: 0;
  background-color: var(--neutral-200);
}

/* Inline native ad skeleton in the editor's picks rail.
   This keeps the slot editable while matching the live card's proportions
   and the orange separator treatment from the reference. */
.cw-inline-native-ad-slot {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
}

.cw-inline-native-ad-slot--skeleton {
  color: var(--neutral-600);
  border-radius: 0.25rem;
  overflow: hidden;
}

.cw-inline-native-ad-slot__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 152px;
  padding: 0 0 0.125rem;
  box-sizing: border-box;
  border-radius: 0.25rem;
}

.cw-inline-native-ad-slot__border {
  display: block;
  width: 100%;
  height: 0.5rem;
  background-image: url(../img/sponsor-border.svg);
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
}

.cw-inline-native-ad-slot__border--top {
  margin-bottom: 0.25rem;
}

.cw-inline-native-ad-slot__border--bottom {
  margin-top: 0.25rem;
}

.cw-inline-native-ad-slot + .cw-flex {
  border-top-width: 0 !important;
}

.cw-inline-native-ad-slot__body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 0 0.25rem 0 0.5rem;
}

.cw-inline-native-ad-slot__label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.cw-inline-native-ad-slot__title {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.cw-inline-native-ad-slot__line {
  display: block;
  height: 0.55rem;
  border-radius: 2px;
  background-color: var(--neutral-200);
}

.cw-inline-native-ad-slot__line--short {
  width: 6.5rem;
  height: 0.42rem;
}

.cw-inline-native-ad-slot__line--shorter {
  width: 4.5rem;
  height: 0.42rem;
}

.cw-inline-native-ad-slot__line--title {
  width: 100%;
  height: 0.7rem;
}

.cw-inline-native-ad-slot__line--wide {
  width: 92%;
}

.cw-inline-native-ad-slot__line--narrow {
  width: 72%;
}

/* Ad slot placeholders
   Use these classes wherever a real ad tag would go.
   Dimensions match IAB standard units used on the live site.
   Replace the element with a real ad tag when going live — keep the class for sizing. */
.ad-slot-halfpage {
  width: 300px;
  height: 300px;
  background-color: var(--neutral-200);
  border-radius: 0.25rem;
  overflow: hidden;
}

@media (min-width: 640px) {
  .ad-slot-halfpage {
    height: 600px;
  }
}
.cw-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  column-gap: 1.25rem;
  row-gap: 0;
}

@media (min-width: 834px) {
  .cw-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.cw-story-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0.5rem 0.5rem 0.5rem 0;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(191, 205, 221, 0.9);
  min-height: 8.25rem;
}

.cw-story-item--compact {
  margin: 0;
}

.cw-story-body {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
}

.cw-story-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.cw-story-section {
  color: rgb(var(--site-primary-500));
}

.cw-story-date {
  color: var(--neutral-500);
  font-weight: 400;
}

.cw-story-title {
  margin-top: 0.15rem;
  color: var(--neutral-600);
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 600;
}

@media (min-width: 834px) {
  .cw-story-title {
    font-size: 1.125rem;
    line-height: 1.35;
  }
}
.cw-story-title a {
  color: inherit;
  text-decoration: none;
}

.cw-story-title a:hover {
  color: rgb(var(--site-primary-500));
}

.cw-story-meta {
  position: relative;
}

.cw-story-meta > :not([hidden]) ~ :not([hidden])::before {
  content: "|";
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: var(--neutral-300);
  font-weight: 700;
}

/* Lead module template set
   A neutral editorial grid that uses the shared story-card structure and the
   existing content-list item building blocks. Reuse this as new states land. */
.cw-lead-module__text-grid,
.cw-lead-module__image-grid {
  display: grid;
  gap: 1.25rem;
}

.cw-lead-module__text-grid {
  grid-template-columns: minmax(0, 1fr);
}

.cw-lead-module__image-grid {
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 834px) {
  .cw-lead-module__text-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
  }
  .cw-lead-module__image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
}
.cw-lead-module__hero-item.cw-story-item {
  margin: 0;
  padding-bottom: 1.5rem;
  gap: 1rem;
  border-bottom: 1px solid rgba(191, 205, 221, 0.9);
}

.cw-lead-module__hero-item--text.cw-story-item {
  min-height: 0;
}

.cw-lead-module__hero-item--image.cw-story-item {
  min-height: 28rem;
}

@media (min-width: 834px) {
  .cw-lead-module__text-grid .cw-lead-module__hero-item--text.cw-story-item {
    grid-column: span 2;
    grid-row: 1;
  }
  .cw-lead-module__image-column--lead .cw-lead-module__hero-item--image.cw-story-item {
    grid-column: 1/-1;
  }
}
.cw-lead-module__card.cw-story-item {
  margin: 0;
  min-height: 11rem;
  gap: 0.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cw-lead-module__image-column {
  display: grid;
  gap: 1rem 1.25rem;
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
}

@media (min-width: 834px) {
  .cw-lead-module__image-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }
}
.cw-lead-module__image-column--lead,
.cw-lead-module__image-column--support {
  align-content: start;
}

.cw-lead-module .cw-story-body {
  gap: 0.6rem;
  padding-bottom: 0;
}

.cw-lead-module__hero-item--text .cw-story-body {
  gap: 1rem;
}

@media (min-width: 834px) {
  .cw-lead-module__text-grid > .cw-lead-module__card {
    align-self: stretch;
  }
}
.cw-lead-module__hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--neutral-500);
}

.cw-lead-module__hero-meta .cw-story-section {
  color: rgb(var(--site-primary-500));
}

.cw-lead-module__hero-meta .cw-story-date,
.cw-lead-module__hero-meta .cw-lead-module__hero-byline {
  color: var(--neutral-500);
  font-weight: 400;
}

.cw-lead-module__hero-separator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0.5rem;
  color: var(--neutral-300);
}

.cw-lead-module__hero-separator::before {
  content: "|";
  display: block;
  line-height: 1;
}

.cw-lead-module__hero-meta .disqus-comment-count {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.cw-lead-module__hero-meta .cw-comment {
  line-height: 1;
}

.cw-lead-module__hero-support {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--neutral-600);
  flex: 0 0 auto;
}

.cw-lead-module__hero-support i {
  color: var(--neutral-600);
  font-size: 0.8rem;
}

.cw-lead-module__hero-title {
  margin: 0;
  font-size: 2.75rem;
  line-height: 1.05;
  color: var(--neutral-900);
}

@media (min-width: 834px) {
  .cw-lead-module__hero-title {
    font-size: 2.25rem;
    text-wrap: balance;
  }
}
.cw-lead-module__hero-title a:hover {
  color: rgb(var(--site-primary-500));
}

.cw-lead-module__dek {
  max-width: 32rem;
  color: var(--neutral-600);
  font-size: 1.25rem;
  line-height: 1.32;
  font-weight: 500;
  text-wrap: balance;
}

.cw-lead-module__hero-byline {
  color: var(--neutral-500);
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.cw-lead-module__hero-item .cw-story-avatar--image {
  display: none;
}

.cw-lead-module__hero-item .cw-story-support {
  display: none;
}

.cw-lead-module__meta,
.cw-lead-module__title,
.cw-lead-module__support,
.cw-lead-module__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.cw-lead-module__support {
  min-height: 1.25rem;
}

.cw-lead-module__footer {
  justify-content: space-between;
  margin-top: auto;
}

.cw-lead-module__card .cw-story-footer {
  min-height: 4.5rem;
  margin-top: auto;
  align-items: flex-end;
}

.cw-lead-module__card .cw-story-title {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.35;
}

.cw-lead-module__card .cw-story-support {
  min-height: 1.2rem;
}

.cw-lead-module__card .cw-story-meta {
  gap: 0;
}

.cw-lead-module__card .cw-story-byline {
  padding-bottom: 0.75rem;
}

.cw-lead-module__card .cw-story-body {
  min-height: 7rem;
  flex: 1 1 auto;
}

.cw-story-support {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 1.2rem;
  margin-top: 0.1rem;
}

.cw-story-support i {
  color: var(--neutral-600);
  font-size: 0.8rem;
}

.disqus-comment-count {
  display: inline-flex;
}

.cw-story-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  height: 1.3rem;
  padding: 0 0.3rem;
  border-radius: 9999px;
  background: rgb(var(--site-primary-500));
  color: #fff;
  font-size: 0.68rem;
  line-height: 1;
  font-weight: 700;
}

.cw-story-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
}

.cw-story-byline {
  color: var(--neutral-500);
  font-size: 0.7rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding-bottom: 1rem;
}

.cw-story-avatar--image {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0;
  background: none;
  object-fit: cover;
  object-position: center top;
  opacity: 1;
  margin-bottom: -1px;
}

.cw-wiki-layout {
  display: grid;
  grid-template-columns: minmax(0, 18rem) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

@media (max-width: 1024px) {
  .cw-wiki-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}
.cw-wiki-sidebar {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 1025px) {
  .cw-wiki-sidebar {
    position: sticky;
    top: 1.5rem;
  }
}
.cw-wiki-sidebar__heading {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--neutral-200);
}

.cw-wiki-group {
  padding-top: 0.25rem;
  border-top: 1px solid var(--neutral-200);
}

.cw-wiki-group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--neutral-500);
  cursor: pointer;
  list-style: none;
}

.cw-wiki-group summary::-webkit-details-marker {
  display: none;
}

.cw-wiki-group summary::after {
  content: "+";
  font-size: 1rem;
  line-height: 1;
  color: var(--neutral-400);
}

.cw-wiki-group[open] summary::after {
  content: "–";
}

.cw-wiki-list {
  display: grid;
  gap: 0.5rem;
  padding-bottom: 1rem;
}

.cw-wiki-list a {
  display: inline-flex;
  align-items: center;
  padding: 0.1rem 0;
  color: var(--neutral-900);
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5;
}

.cw-wiki-list a:hover {
  color: rgb(var(--site-primary-500));
}

.cw-wiki-main {
  min-width: 0;
}

.cw-wiki-panel {
  padding-top: 0.25rem;
}

.cw-wiki-panel + .cw-wiki-panel {
  margin-top: 2rem;
}

.cw-wiki-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--neutral-200);
}

.cw-wiki-section:last-child {
  border-bottom: 0;
}
/*# sourceMappingURL=demo.css.map */
