/* Shared public chrome. Page-specific typography must not resize the header. */
body[data-talkabout-mode="desk"] [data-publication-header][hidden] {
  display: none;
}
body[data-talkabout-mode="desk"]
  .talkabout-global-header[data-publication-header] {
  position: sticky;
  top: 0;
  z-index: 70;
  box-sizing: border-box;
  width: 100%;
  height: 72px;
  padding: 0;
  border-bottom: 1px solid #64a3e12e;
  background: #020817f0;
  color: #f7fbff;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: normal;
  backdrop-filter: blur(22px);
}
body[data-talkabout-mode="desk"]
  [data-publication-header]
  .talkabout-global-primary {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 24px;
  width: min(1760px, calc(100% - 48px));
  min-width: 0;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
body[data-talkabout-mode="desk"] [data-publication-header] .wordmark {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  color: #fff;
  font:
    800 28px/1 Manrope,
    Inter,
    ui-sans-serif,
    system-ui,
    sans-serif;
  letter-spacing: -0.055em;
  text-decoration: none;
  white-space: nowrap;
}
body[data-talkabout-mode="desk"] [data-publication-header] .wordmark > span {
  color: #1881ff;
  font-weight: 500;
}
body[data-talkabout-mode="desk"] [data-publication-header] .brand-suffix {
  border: 0;
  background: transparent;
  font-family: inherit;
  letter-spacing: inherit;
}
body[data-talkabout-mode="desk"] [data-publication-header] .talkabout-editorial-nav a[aria-current="page"] {
  color: #fff;
  box-shadow: inset 0 -2px var(--brand-color, #2588ff);
}
/* Preferences is a full page now, not a centered card containing the header. */
body.publication-preferences-page[data-talkabout-mode="desk"] {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
}
body.publication-preferences-page .publication-preferences-card {
  box-sizing: border-box;
  width: min(560px, calc(100% - 32px));
  margin: 48px auto;
}
.publication-header-preview-notice {
  padding: 12px 24px;
  margin: 0;
  background: #fff2cc;
  color: #533d06;
  font: 600 14px/1.5 system-ui, sans-serif;
}
body[data-talkabout-mode="desk"] [data-publication-header] .journey-divider {
  flex: 0 0 1px;
  width: 1px;
  height: 28px;
  background: #64a3e12e;
}
body[data-talkabout-mode="desk"]
  [data-publication-header]
  .talkabout-editorial-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  height: 100%;
  min-width: 0;
  margin: 0;
}
body[data-talkabout-mode="desk"]
  [data-publication-header]
  .talkabout-editorial-nav
  a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 0;
  color: #a8bbd2;
  font:
    650 13px/1 Manrope,
    Inter,
    ui-sans-serif,
    system-ui,
    sans-serif;
  letter-spacing: 0.005em;
  text-decoration: none;
  white-space: nowrap;
}
body[data-talkabout-mode="desk"]
  [data-publication-header]
  .talkabout-editorial-nav
  a:hover {
  color: #fff;
}
body[data-talkabout-mode="desk"]
  [data-publication-header]
  .talkabout-global-actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
  margin-left: auto;
}
body[data-talkabout-mode="desk"]
  [data-publication-header]
  .talkabout-global-actions
  > :is(a, button) {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #223650;
  border-radius: 8px;
  background: #0a192d;
  color: #d9e7f7;
  font:
    650 13px/1 Manrope,
    Inter,
    ui-sans-serif,
    system-ui,
    sans-serif;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: none;
}
body[data-talkabout-mode="desk"]
  [data-publication-header]
  .talkabout-global-actions
  .global-search {
  display: inline-flex;
  flex: 0 0 40px;
  width: 40px;
  padding: 0;
}
body[data-talkabout-mode="desk"] [data-publication-header] .global-search svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}
body[data-talkabout-mode="desk"]
  [data-publication-header]
  .talkabout-global-actions
  .reader-account-link {
  display: block;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 38px;
  background: transparent;
}
body[data-talkabout-mode="desk"]
  [data-publication-header]
  .talkabout-global-actions
  .global-newsletter {
  display: inline-flex;
  border-color: #5bd3ff33;
  background: #11487b5c;
  color: #bfeeff;
}
body[data-talkabout-mode="desk"]
  [data-publication-header]
  .talkabout-global-actions
  .global-subscribe {
  border-color: #2588ff;
  background: #1479ef;
  color: #fff;
}
body[data-talkabout-mode="desk"]
  [data-publication-header]
  .talkabout-global-actions
  > :is(a, button):hover {
  border-color: #5297d6;
  background: #142c47;
}
body[data-talkabout-mode="desk"]
  [data-publication-header]
  .talkabout-global-actions
  .global-subscribe:hover {
  background: #2588ff;
}
body[data-talkabout-mode="desk"]
  [data-publication-header]
  :is(a, button):focus-visible {
  outline: 2px solid #61ddff;
  outline-offset: 3px;
}
@media (max-width: 1200px) {
  body[data-talkabout-mode="desk"]
    .talkabout-global-header[data-publication-header] {
    height: auto;
  }
  body[data-talkabout-mode="desk"]
    [data-publication-header]
    .talkabout-global-primary {
    height: auto;
    min-height: 72px;
    flex-wrap: wrap;
    gap: 0 18px;
    padding-top: 14px;
  }
  body[data-talkabout-mode="desk"] [data-publication-header] .journey-divider {
    display: none;
  }
  body[data-talkabout-mode="desk"]
    [data-publication-header]
    .talkabout-editorial-nav {
    display: flex;
    order: 3;
    flex: 1 0 100%;
    height: 44px;
    margin-top: 8px;
    overflow-x: auto;
    scrollbar-width: thin;
  }
}
@media (max-width: 760px) {
  body[data-talkabout-mode="desk"]
    [data-publication-header]
    .talkabout-global-primary {
    width: calc(100% - 28px);
    gap: 0 6px;
    padding-top: 10px;
  }
  body[data-talkabout-mode="desk"] [data-publication-header] .wordmark {
    font-size: 22px;
  }
  body[data-talkabout-mode="desk"]
    [data-publication-header]
    .talkabout-global-actions {
    gap: 6px;
  }
  body[data-talkabout-mode="desk"]
    [data-publication-header]
    .talkabout-global-actions
    > a {
    padding-inline: 10px;
    font-size: 12px;
  }
  body[data-talkabout-mode="desk"]
    [data-publication-header]
    .talkabout-global-actions
    .global-search {
    padding: 0;
  }
  body[data-talkabout-mode="desk"]
    [data-publication-header]
    .talkabout-global-actions
    .global-newsletter {
    display: none;
  }
}
@media (max-width: 380px) {
  body[data-talkabout-mode="desk"]
    [data-publication-header]
    .talkabout-global-actions {
    flex: 1 0 100%;
    margin-top: 10px;
  }
  body[data-talkabout-mode="desk"]
    [data-publication-header]
    .talkabout-global-actions
    .reader-account-link {
    margin-left: auto;
  }
}
.talkabout-shared-footer { background: #050e20; color: #c1cfe3; padding: 36px 0 20px; border-top: 1px solid #203049; font: 14px/1.6 Inter, sans-serif; }
.talkabout-shared-footer .wrap { width: min(100% - 48px, 1440px); margin: auto; }
.talkabout-shared-footer .footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr 1.3fr; gap: 32px; padding: 24px 0; }
.talkabout-shared-footer .wordmark { font-size: 28px; font-weight: 800; letter-spacing: -.05em; color: white; }
.talkabout-shared-footer .wordmark span { color: #238dff; }
.talkabout-shared-footer a { display: block; text-decoration: none; color: inherit; margin: 6px 0; }
.talkabout-shared-footer a:hover { color: #51d9f5; }
.talkabout-shared-footer h3 { font-size: 14px; color: #fff; margin: 0 0 12px; }
.talkabout-shared-footer .footer-legal { display: flex; justify-content: space-between; gap: 24px; padding-top: 20px; border-top: 1px solid #203049; font-size: 12px; }
.talkabout-shared-footer .footer-legal div, .talkabout-shared-footer .footer-network-directory { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; }
@media (max-width: 900px) { .talkabout-shared-footer .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .talkabout-shared-footer .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 600px) { .talkabout-shared-footer .footer-legal { flex-direction: column; } }
