:root,
html[data-theme="light"] {
  color-scheme: light;
  --paper: #f5f5f7;
  --elevated: #ffffff;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --rule: rgba(60, 60, 67, 0.12);
  --rule-strong: rgba(60, 60, 67, 0.18);
  --accent: #ff3b30;
  --accent-soft: rgba(255, 59, 48, 0.12);
  --fill: rgba(120, 120, 128, 0.12);
  --fill-strong: rgba(120, 120, 128, 0.2);
  --mast: rgba(245, 245, 247, 0.78);
  --shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  --shadow-soft: 0 1px 2px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.04);
  --overlay: rgba(0, 0, 0, 0.36);
  --photo: #e8e8ed;
  --video: #1d1d1f;
  --radius: 18px;
  --radius-sm: 12px;
  --control: #ffffff;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --paper: #000000;
  --elevated: #1c1c1e;
  --ink: #f5f5f7;
  --muted: #98989d;
  --rule: rgba(235, 235, 245, 0.12);
  --rule-strong: rgba(235, 235, 245, 0.18);
  --accent: #ff453a;
  --accent-soft: rgba(255, 69, 58, 0.18);
  --fill: rgba(120, 120, 128, 0.24);
  --fill-strong: rgba(120, 120, 128, 0.36);
  --mast: rgba(0, 0, 0, 0.72);
  --shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  --shadow-soft: 0 1px 0 rgba(255, 255, 255, 0.04);
  --overlay: rgba(0, 0, 0, 0.58);
  --photo: #2c2c2e;
  --video: #000000;
  --control: #2c2c2e;
}

@media (prefers-color-scheme: dark) {
  html[data-theme="system"] {
    color-scheme: dark;
    --paper: #000000;
    --elevated: #1c1c1e;
    --ink: #f5f5f7;
    --muted: #98989d;
    --rule: rgba(235, 235, 245, 0.12);
    --rule-strong: rgba(235, 235, 245, 0.18);
    --accent: #ff453a;
    --accent-soft: rgba(255, 69, 58, 0.18);
    --fill: rgba(120, 120, 128, 0.24);
    --fill-strong: rgba(120, 120, 128, 0.36);
    --mast: rgba(0, 0, 0, 0.72);
    --shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
    --shadow-soft: 0 1px 0 rgba(255, 255, 255, 0.04);
    --overlay: rgba(0, 0, 0, 0.58);
    --photo: #2c2c2e;
    --video: #000000;
    --control: #2c2c2e;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Arabic", "Segoe UI", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  min-height: 100vh;
}

body.desk-en .edition,
body.desk-en .breaking-line {
  direction: ltr;
  text-align: left;
}

body.desk-en .hero-title,
body.desk-en .row-title,
body.desk-en .desk-feature-title,
body.desk-en .desk-pack-title {
  font-family: ui-serif, "New York", "Iowan Old Style", Palatino, Georgia, serif;
  letter-spacing: -0.022em;
}

body.desk-en.titles-ar .hero-title.title-ar,
body.desk-en.titles-ar .row-title.title-ar,
body.desk-en.titles-ar .desk-feature-title.title-ar,
body.desk-en.titles-ar .desk-pack-title.title-ar,
body.desk-en.titles-ar .ticker-title.title-ar {
  direction: rtl;
  text-align: right;
  unicode-bidi: isolate;
  letter-spacing: 0;
  font-family: "SF Arabic", "Segoe UI", "Helvetica Neue", Tahoma, sans-serif;
}

/* Match Arabic desk order: source then time, starting from the right. */
html[dir="rtl"] .kicker,
html[dir="rtl"] .kicker-source,
html[dir="rtl"] .reader-kicker {
  direction: rtl;
}

html[dir="ltr"] .kicker,
html[dir="ltr"] .kicker-source,
html[dir="ltr"] .reader-kicker {
  direction: ltr;
}

body.desk-en.titles-ar .kicker {
  direction: rtl;
  justify-content: flex-start;
  text-align: start;
}

body.desk-en.titles-ar .kicker-source {
  direction: rtl;
  justify-content: flex-start;
}

body.desk-en.titles-ar .kicker-author,
body.desk-en.titles-ar .kicker .source-link {
  unicode-bidi: isolate;
}

.titles-lang.is-loading {
  opacity: 0.55;
  pointer-events: none;
}

.titles-lang.is-error {
  outline: 1px solid color-mix(in srgb, var(--danger, #c00) 55%, transparent);
  outline-offset: 2px;
}

.titles-toast {
  position: fixed;
  left: 50%;
  bottom: max(28px, env(safe-area-inset-bottom));
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transform: translateX(-50%);
  padding: 12px 18px;
  border-radius: 999px;
  background: color-mix(in srgb, #1a1a1a 92%, transparent);
  color: #f7f7f5;
  font: 600 14px/1.2 "SF Pro Text", "Helvetica Neue", sans-serif;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  pointer-events: none;
}

.titles-toast[hidden] {
  display: none !important;
}

.titles-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid color-mix(in srgb, #fff 28%, transparent);
  border-top-color: #fff;
  border-radius: 50%;
  animation: titles-spin 0.7s linear infinite;
  flex: 0 0 auto;
}

@keyframes titles-spin {
  to {
    transform: rotate(360deg);
  }
}

.hero-card[dir="rtl"],
.row-card[dir="rtl"],
.desk-feature[dir="rtl"],
.desk-pack-card[dir="rtl"] {
  direction: rtl;
  text-align: right;
  unicode-bidi: isolate;
}

.hero-card[dir="ltr"],
.row-card[dir="ltr"],
.desk-feature[dir="ltr"],
.desk-pack-card[dir="ltr"] {
  direction: ltr;
  text-align: left;
  unicode-bidi: isolate;
}

.hero-card[dir="ltr"] .hero-title,
.row-card[dir="ltr"] .row-title,
.desk-feature[dir="ltr"] .desk-feature-title,
.desk-pack-card[dir="ltr"] .desk-pack-title {
  font-family: ui-serif, "New York", "Iowan Old Style", Palatino, Georgia, serif;
  letter-spacing: -0.022em;
}

::selection {
  background: var(--accent-soft);
  color: var(--ink);
}

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

button {
  font: inherit;
}

.mast {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--mast);
  border-bottom: 1px solid var(--rule);
  padding-top: env(safe-area-inset-top);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}

.mast-inner,
.edition,
.colophon {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

.mast-build {
  display: none !important;
}

.mast-build .build-info {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 6px max(16px, env(safe-area-inset-right, 0px)) 6px max(16px, env(safe-area-inset-left, 0px));
  color: #fff;
  font-size: 11px;
  line-height: 1.35;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-weight: 600;
  letter-spacing: 0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  direction: ltr;
  unicode-bidi: isolate;
}

.mast-build .build-info[hidden] {
  display: block;
}

.mast-utility {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px 16px;
  padding: 14px 0 10px;
}

.brand-row {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  overflow: visible;
}

.menu-toggle {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.menu-toggle:hover {
  background: var(--fill);
}

.menu-toggle-bars {
  position: relative;
  display: block;
  width: 16px;
  height: 12px;
}

.menu-toggle-bars span {
  position: absolute;
  inset-inline: 0;
  height: 1.7px;
  border-radius: 1px;
  background: currentColor;
  transition: transform 0.22s ease, opacity 0.18s ease, top 0.22s ease;
}

.menu-toggle-bars span:nth-child(1) {
  top: 0;
}

.menu-toggle-bars span:nth-child(2) {
  top: 5px;
}

.menu-toggle-bars span:nth-child(3) {
  top: 10px;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-bars span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-bars span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-bars span:nth-child(3) {
  top: 5px;
  transform: rotate(-45deg);
}

.brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3px;
  min-width: 0;
  flex: 0 1 auto;
}

.wordmark {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  padding: 2px;
  line-height: 0;
  overflow: hidden;
  background: #000;
  border-radius: 8px;
}

.wordmark-ar {
  display: block;
  height: 36px;
  width: auto;
  object-fit: contain;
  border-radius: 6px;
  background: #000;
}

.wordmark-en {
  display: none;
}

.dateline {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.tools {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 6px;
  min-width: max-content;
}

.tools > * {
  flex: 0 0 auto;
}

.mast-utility.is-stacked .tools {
  grid-column: 1 / -1;
  grid-row: 2;
  flex-wrap: wrap;
  min-width: 0;
  width: 100%;
}

.search {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 168px;
  min-width: 120px;
  max-width: 200px;
  flex: 0 1 168px;
  background: var(--control);
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: 0 8px;
  gap: 6px;
  color: var(--muted);
}

.search:focus-within {
  border-color: var(--rule-strong);
  color: var(--ink);
}

.search-icon {
  display: inline-flex;
  flex: 0 0 auto;
  order: 0;
}

.search-icon svg {
  width: 15px;
  height: 15px;
  display: block;
}

.search input {
  flex: 1 1 auto;
  min-width: 0;
  order: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  padding: 9px 0;
  -webkit-appearance: none;
  appearance: none;
}

.search input::placeholder {
  color: var(--muted);
  opacity: 1;
}

.search input::-webkit-search-decoration,
.search input::-webkit-search-cancel-button,
.search input::-webkit-search-results-button,
.search input::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.search-clear {
  order: 2;
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  padding: 2px 2px 2px 0;
}

.search-clear:hover {
  color: var(--ink);
}

.theme-switch {
  display: flex;
  align-items: center;
  padding: 3px;
  background: var(--fill);
  border-radius: 999px;
}

.theme-choice {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.theme-choice svg {
  width: 15px;
  height: 15px;
  display: block;
}

.theme-choice.active {
  background: var(--control);
  color: var(--ink);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.quiet-btn {
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 980px;
}

.quiet-btn:hover {
  color: var(--ink);
  background: var(--fill);
}

.quiet-btn.active {
  color: var(--ink);
}

.scope-btn {
  background: var(--fill);
  padding: 6px 12px;
}

.scope-btn.active {
  background: var(--ink);
  color: var(--paper);
}

.desk-zoom {
  direction: ltr;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 3px;
  background: var(--fill);
  border-radius: 999px;
}

.tools-end {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
}

.zoom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.zoom-btn svg {
  width: 16px;
  height: 16px;
  display: block;
}

.zoom-btn:hover:not(:disabled) {
  background: var(--control);
}

.zoom-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.quiet-btn .count {
  display: inline-flex;
  min-width: 1.4em;
  margin-inline-start: 4px;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}

.quiet-btn .count[hidden] {
  display: none;
}

.menu {
  position: relative;
}

.chevron {
  display: inline-block;
  width: 0;
  height: 0;
  margin-inline-start: 6px;
  border-inline-start: 4px solid transparent;
  border-inline-end: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.45;
  vertical-align: middle;
}

.menu-list {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  inset-inline-start: auto;
  inset-inline-end: auto;
  width: min(220px, calc(100vw - 32px));
  max-height: 360px;
  overflow: auto;
  background: var(--elevated);
  border: 1px solid var(--rule);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  padding: 6px;
  z-index: 30;
}

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

.menu-item {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: start;
  padding: 10px 12px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 10px;
}

.menu-item:hover,
.menu-item.active {
  background: var(--fill);
}

.menu-item.active {
  font-weight: 600;
}

.stamp {
  color: var(--muted);
  font-size: 12px;
  padding: 7px 8px;
}

.app-stage {
  background: var(--paper);
  min-height: 100vh;
  overflow-x: clip;
  border-radius: 0;
  transform-origin: center center;
  transition: transform 0.38s cubic-bezier(0.32, 0.72, 0, 1), border-radius 0.38s ease;
}

.app-stage.is-frozen {
  position: fixed;
  inset: 0;
  z-index: 15;
  height: 100dvh;
  overflow: hidden;
  pointer-events: none;
  will-change: transform;
}

body.nav-open,
body.nav-closing {
  overflow: hidden;
}

body.nav-open {
  background: #111;
}

html[data-theme="light"] body.nav-open {
  background: #c7c7cc;
}

@media (prefers-color-scheme: light) {
  html[data-theme="system"] body.nav-open {
    background: #c7c7cc;
  }
}

@media (prefers-color-scheme: dark) {
  html[data-theme="system"] body.nav-open {
    background: #111;
  }
}

body.nav-open .app-stage {
  transform: scale(0.88);
  border-radius: 22px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

html[dir="ltr"] body.nav-open .app-stage {
  transform: translate3d(6%, 0, 0) scale(0.88);
}

html[dir="rtl"] body.nav-open .app-stage {
  transform: translate3d(-6%, 0, 0) scale(0.88);
}

.nav-scrim {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(0, 0, 0, 0.28);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.slide-rail {
  position: fixed;
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  inset-inline-end: auto;
  z-index: 80;
  display: flex;
  flex-direction: column;
  width: min(320px, 86vw);
  max-width: 86vw;
  background: var(--elevated);
  color: var(--ink);
  box-shadow: none;
  pointer-events: none;
  visibility: hidden;
  transform: translate3d(-110%, 0, 0);
  transition: transform 0.32s cubic-bezier(0.32, 0.72, 0, 1), visibility 0s 0.32s;
  padding-top: env(safe-area-inset-top);
  padding-bottom: 0;
}

html[dir="rtl"] .slide-rail {
  transform: translate3d(110%, 0, 0);
}

body.nav-open .slide-rail,
body.nav-closing .slide-rail {
  pointer-events: auto;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: transform 0.32s cubic-bezier(0.32, 0.72, 0, 1), visibility 0s;
  box-shadow: 18px 0 48px rgba(0, 0, 0, 0.28);
}

html[dir="rtl"] body.nav-open .slide-rail,
html[dir="rtl"] body.nav-closing .slide-rail {
  box-shadow: -18px 0 48px rgba(0, 0, 0, 0.28);
}

.slide-rail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px 10px;
}

.slide-rail-kicker {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.slide-rail-mark {
  margin: 4px 0 0;
  color: var(--accent);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}

.slide-rail-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 12px 12px;
  overflow: auto;
  min-height: 0;
  flex: 1 1 auto;
}

.slide-rail-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex: none;
  padding: 12px 18px calc(14px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--rule);
}

.slide-rail-tools .theme-switch {
  flex: none;
}

.slide-rail-tools .theme-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.slide-rail-tools .theme-choice {
  padding: 8px;
}

.slide-rail-tools .theme-choice svg {
  width: 16px;
  height: 16px;
}

.rail-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--ink);
  padding: 12px 14px;
  font: inherit;
  font-size: 17px;
  font-weight: 600;
  text-align: start;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.rail-link:hover {
  background: var(--fill);
}

.rail-link.is-active {
  background: var(--ink);
  color: var(--paper);
}

.rail-link-sub {
  font-size: 15px;
  font-weight: 500;
  color: var(--muted);
  padding-inline-start: 26px;
}

.rail-link-sub.is-active {
  color: var(--paper);
}

.rail-group-toggle .chevron {
  margin-inline-start: 8px;
  transition: transform 0.18s ease;
}

.rail-group.open .rail-group-toggle .chevron {
  transform: rotate(180deg);
}

.rail-sub {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0 0 4px;
}

.index {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  overflow: visible;
  padding: 0 0 12px;
}

.cat {
  flex: none;
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 7px 13px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 999px;
}

.cat:hover {
  color: var(--ink);
  background: var(--fill);
}

.cat.active {
  background: var(--ink);
  color: var(--paper);
  box-shadow: none;
}

.cat-menu {
  position: relative;
  flex: none;
  z-index: 1;
}

.cat-menu.open {
  z-index: 32;
}

.cat-menu .cat {
  display: inline-flex;
  align-items: center;
}

.cat-menu.open .cat,
.cat-menu .cat[aria-expanded="true"] {
  background: var(--fill);
  color: var(--ink);
}

.cat-menu.open .cat.active,
.cat-menu .cat.active[aria-expanded="true"] {
  background: var(--ink);
  color: var(--paper);
}

.cat-menu .chevron {
  margin-inline-start: 7px;
  margin-inline-end: 0;
  transition: transform 0.15s ease;
}

.cat-menu.open .chevron {
  transform: rotate(180deg);
}

.cat-menu .cat-drop {
  top: 100%;
  inset-inline-start: auto;
  inset-inline-end: 0;
  width: max-content;
  min-width: 100%;
  max-height: none;
  overflow: visible;
  padding: 6px 0;
  border-radius: 12px;
  text-align: start;
}

.cat-menu .cat-drop::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 100%;
  height: 12px;
}

.cat-drop .menu-item {
  border-radius: 0;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}

.cat-drop .menu-item:hover {
  background: var(--fill);
}

.cat-drop .menu-item.active {
  background: transparent;
  color: var(--accent);
}

.breaking {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 44px;
  padding: 0 16px;
  background: #1d1d1f;
  color: #f5f5f7;
  font-size: 15px;
  line-height: 1.4;
}

.breaking[hidden],
body.reader-open .breaking {
  display: none;
}

.breaking-kicker {
  flex: none;
  color: #ff453a;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.breaking-viewport {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  mask-image: linear-gradient(to left, transparent, #000 24px, #000 calc(100% - 24px), transparent);
}

body.desk-en .breaking-viewport {
  mask-image: linear-gradient(to right, transparent, #000 24px, #000 calc(100% - 24px), transparent);
}

.breaking-line {
  display: flex;
  align-items: center;
  gap: 36px;
  width: max-content;
  white-space: nowrap;
  animation: ticker-rtl 48s linear infinite;
}

body.desk-en .breaking-line {
  animation-name: ticker-ltr;
}

.breaking-line a {
  flex: none;
}

.breaking-line a:hover {
  color: #ffd2cf;
}

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

@keyframes ticker-rtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}

@keyframes ticker-ltr {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .breaking-line {
    animation: none;
  }

  .app-stage,
  .slide-rail,
  .menu-toggle-bars span {
    transition: none;
  }

  body.nav-open .app-stage,
  html[dir="ltr"] body.nav-open .app-stage,
  html[dir="rtl"] body.nav-open .app-stage {
    transform: none;
    border-radius: 0;
    box-shadow: none;
  }
}

.edition {
  padding: 28px 0 80px;
  max-width: 100%;
  zoom: var(--desk-zoom, 1);
}

.section-name {
  margin: 8px 0 24px;
}

.section-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  padding: 6px 0;
  border: 0;
  background: none;
  color: var(--muted);
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.section-back:hover {
  color: var(--ink);
}

.section-back-chevron {
  display: inline-block;
  width: 0.55em;
  height: 0.55em;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(-45deg);
}

html[dir="rtl"] .section-back-chevron {
  transform: rotate(135deg);
}

.section-name h1 {
  margin: 0;
  font-family: ui-serif, "New York", Amiri, "Iowan Old Style", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1.15fr);
  gap: 28px;
  align-items: stretch;
  padding: 8px;
  margin-bottom: 28px;
  background: var(--elevated);
  border: 1px solid var(--rule);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.hero-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  max-height: 420px;
  object-fit: cover;
  object-position: center;
  background: var(--photo);
  display: block;
  border-radius: 18px;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hero-card > div {
  padding-block: 18px;
  padding-inline-start: 18px;
  padding-inline-end: 8px;
}

.kicker {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 2px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  text-align: start;
  width: 100%;
  unicode-bidi: isolate;
}

.kicker-source {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.kicker time::before {
  content: "·";
  margin-inline-end: 10px;
}

.kicker .badge {
  color: var(--accent);
  font-weight: 700;
}

.kicker .follow-mark {
  font-weight: 600;
}

.source-link {
  cursor: pointer;
  color: inherit;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  border-radius: 2px;
}

a .source-link:hover,
.reader-kicker .source-link:hover {
  color: var(--ink);
  text-decoration: underline;
}

.source-page {
  margin: 4px 0 28px;
}

.source-crumbs {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.source-crumb {
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.source-crumb.current {
  color: var(--ink);
  cursor: default;
}

.source-crumb-sep {
  color: var(--muted);
  font-weight: 500;
}

.source-banner {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 28px 20px 32px;
  background: #161d1b;
  color: #f5f5f7;
  border-radius: 12px;
  text-align: center;
}

.source-watermark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 12px;
  overflow: hidden;
  color: rgba(245, 245, 247, 0.08);
  font-family: ui-serif, "New York", Amiri, "Iowan Old Style", serif;
  font-size: clamp(56px, 14vw, 128px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.source-banner-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.source-logo {
  width: 56px;
  height: 56px;
  margin: 0 0 16px;
  border-radius: 12px;
  background: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.source-logo img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.source-mono {
  color: #161d1b;
  font-family: ui-serif, "New York", Amiri, "Iowan Old Style", serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.source-banner h1 {
  margin: 0;
  color: #fff;
  font-family: ui-serif, "New York", Amiri, "Iowan Old Style", serif;
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.source-tag {
  margin: 8px 0 0;
  color: rgba(245, 245, 247, 0.78);
  font-size: 15px;
  font-weight: 500;
}

.source-follow {
  margin-top: 18px;
  border: 1px solid rgba(245, 245, 247, 0.42);
  background: transparent;
  color: #fff;
  cursor: pointer;
  padding: 8px 22px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 999px;
}

.source-follow:hover,
.source-follow.on {
  background: #fff;
  color: #161d1b;
  border-color: #fff;
}

.hero-title {
  margin: 0 0 12px;
  font-family: ui-serif, "New York", Amiri, "Iowan Old Style", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.02em;
  text-wrap: pretty;
  text-align: inherit;
}

.hero-card:hover .hero-title,
.desk-feature:hover .desk-feature-title,
.desk-pack-card:hover .desk-pack-title,
.row-card:hover .row-title {
  color: var(--accent);
}

.summary {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  text-align: inherit;
}

.desk {
  margin: 12px 0 28px;
  padding: 8px 8px 12px;
  background: var(--elevated);
  border: 1px solid var(--rule);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
}

.desk[data-desk="breaking"] {
  margin: 12px 0 28px;
}

.desk[data-desk="breaking"] .desk-name {
  padding-top: 10px;
  margin-bottom: 18px;
  border-top: 0;
}

.desk[data-desk="breaking"] .desk-name h2 {
  font-size: 28px;
  color: var(--accent);
}

.desk[data-desk="breaking"] .desk-well {
  min-height: 0;
  gap: 28px;
}

.desk[data-desk="breaking"] .desk-feature-title {
  font-size: 20px;
}

.desk[data-desk="breaking"] .desk-stack .row-card {
  padding: 16px 8px;
}

.desk[data-desk="breaking"] .desk-stack .row-title {
  font-size: 16px;
}

.desk[data-desk="authors"] .desk-name h2 {
  font-style: italic;
}

.desk[data-desk="authors"] .desk-feature-title,
.desk[data-desk="authors"] .desk-pack-title,
.desk[data-desk="authors"] .row-title {
  font-family: ui-serif, "New York", Amiri, "Iowan Old Style", serif;
}

.desk[data-desk="authors"] .row-card img,
body.section-authors .hero-card img,
body.section-authors .row-card img {
  width: 72px;
  height: 72px;
  max-width: 72px;
  max-height: 72px;
  min-height: 72px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center top;
  justify-self: start;
  border-radius: 50%;
}

.desk[data-desk="authors"] .row-card:not(.no-image),
body.section-authors .row-card:not(.no-image) {
  grid-template-columns: 72px minmax(0, 1fr);
}

body.section-authors .hero-card {
  grid-template-columns: minmax(0, 1fr) minmax(140px, 180px);
  align-items: start;
}

body.section-cartoons .hero-card {
  grid-template-columns: 1fr;
}

body.section-cartoons .hero-card img {
  order: -1;
  width: 100%;
  height: auto;
  min-height: 280px;
  max-height: 560px;
  object-fit: contain;
  object-position: center;
  background: var(--photo);
  border-radius: 18px;
}

.kicker-author {
  color: var(--accent);
  font-weight: 700;
  unicode-bidi: isolate;
}

.author-link {
  cursor: pointer;
}

.author-link:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.author-desk .source-page .source-follow {
  display: none;
}

.kicker-dot {
  margin: 0 0.35em;
  color: var(--muted);
}

.kicker-also {
  font-weight: 500;
  color: var(--muted);
}

.coverage-chip {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--accent);
  font: inherit;
  font-weight: 650;
  cursor: pointer;
}

.coverage-chip:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.coverage-fan {
  margin: 0 8px 12px;
  padding: 8px 10px;
  border: 1px solid var(--rule);
  border-radius: 14px;
  background: var(--fill);
}

.coverage-fan-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 7px 4px;
  min-width: 0;
}

.coverage-fan-row + .coverage-fan-row {
  border-top: 1px solid var(--rule);
}

.coverage-fan-source {
  flex: none;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

.coverage-fan-title {
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.search-chips {
  display: flex;
  gap: 8px;
  margin: -4px 8px 18px;
}

.search-chip {
  appearance: none;
  border: 0;
  background: var(--fill);
  color: var(--muted);
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  padding: 6px 12px;
  border-radius: 999px;
  cursor: pointer;
}

.search-chip.on {
  background: var(--ink);
  color: var(--paper);
}

.pens-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0 8px 8px;
}

.pen-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: 14px;
  border-radius: 16px;
  background: var(--fill);
}

.pen-card h3 {
  margin: 0;
  font-family: ui-serif, "New York", Amiri, "Iowan Old Style", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.pen-author {
  margin: 0;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.pen-src {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.cartoon-strip-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  padding: 0 8px 8px;
}

.cartoon-strip-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.cartoon-strip-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  background: var(--photo);
}

.cartoon-strip-card span {
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
}

.rail-shelf {
  display: flex;
  gap: 8px;
  width: 100%;
}

.rail-shelf-btn {
  flex: 1 1 0;
}

.reader-tool {
  flex: none;
  font-size: 13px;
}

@media (max-width: 820px) {
  .pens-row {
    grid-template-columns: 1fr;
  }

  .cartoon-strip-row {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .cartoon-strip-row::-webkit-scrollbar {
    display: none;
  }

  .cartoon-strip-card {
    flex: 0 0 148px;
  }
}

.desk-name {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin: 0 8px 16px;
  padding: 12px 8px 0;
  border-top: 0;
}

.desk > .stream {
  padding: 0 8px 8px;
}

.desk-name h2 {
  margin: 0;
  font-family: ui-serif, "New York", Amiri, "Iowan Old Style", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.desk-name h2 button {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding: 0;
}

.desk-name h2 button:hover {
  color: var(--accent);
}

.desk-more {
  border: 0;
  background: var(--fill);
  color: var(--ink);
  cursor: pointer;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 999px;
}

.desk-more:hover {
  background: var(--fill-strong);
}

.author-more-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 18px 12px 28px;
}

.author-more-wrap.author-pager {
  flex-direction: column;
  gap: 12px;
  max-width: 420px;
  margin: 0 auto;
}

.author-more-status {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.author-more-progress {
  width: min(100%, 320px);
  height: 4px;
  border-radius: 999px;
  background: var(--fill-strong);
  overflow: hidden;
}

.author-more-progress > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--accent);
}

.author-page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.author-page-btn {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
  border-radius: 10px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
}

.author-page-btn:hover:not(:disabled) {
  background: var(--fill);
}

.author-page-btn.is-active,
.author-page-btn[aria-current='page'] {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
  cursor: default;
}

.author-page-btn:disabled:not(.is-active):not([aria-current='page']) {
  opacity: 0.35;
  cursor: default;
}

.author-page-btn.author-page-dir {
  font-size: 20px;
  font-weight: 500;
  padding: 0 8px;
}

.author-page-ellipsis {
  min-width: 28px;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  user-select: none;
}

.author-more-btn {
  border: 0;
  background: var(--fill);
  color: var(--accent);
  cursor: pointer;
  padding: 10px 18px;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  border-radius: 999px;
}

.author-more-btn.author-more-prev {
  color: var(--ink);
  font-weight: 600;
}

.author-more-btn:hover:not(:disabled) {
  background: var(--fill-strong);
}

.author-more-btn:disabled {
  opacity: 0.7;
  cursor: wait;
}

.author-more-page {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.author-more-end {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

html[dir='rtl'] .author-page-btn.author-page-dir span {
  display: inline-block;
  transform: scaleX(-1);
}

.desk-well {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 24px;
  align-items: start;
  padding: 0 8px 8px;
}

.desk-lead {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.desk-lead .desk-feature {
  padding-bottom: 4px;
}

.desk-pack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 12px;
  padding: 2px 4px 8px;
}

.desk-pack-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: 4px;
  border-radius: var(--radius-sm);
}

.desk-pack-card:hover {
  background: var(--fill);
}

.desk-pack-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  background: var(--photo);
  display: block;
  border-radius: 12px;
}

.desk-pack-title {
  margin: 0;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -0.015em;
  text-align: inherit;
}

.desk-feature {
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
  align-items: stretch;
  min-width: 0;
  padding: 4px 4px 14px;
  border-radius: var(--radius);
}

.desk-feature:hover {
  background: transparent;
}

.desk-feature img {
  width: 100%;
  height: auto;
  max-height: 340px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  background: var(--photo);
  display: block;
  margin: 0;
  border-radius: 16px;
}

.desk-feature-title {
  margin: 0;
  font-family: ui-serif, "New York", Amiri, "Iowan Old Style", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.02em;
  text-align: inherit;
}

.desk-feature .summary {
  display: none;
}

.desk[data-desk="authors"] .desk-feature:not(.no-image) {
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  gap: 12px;
  padding: 4px 4px 14px;
}

.desk[data-desk="authors"] .desk-feature img {
  width: 168px;
  height: 168px;
  max-width: 168px;
  max-height: 168px;
  min-height: 168px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center top;
  align-self: start;
  border-radius: 50%;
}

.desk[data-desk="authors"] .desk-pack-card img {
  width: 88px;
  height: 88px;
  max-width: 88px;
  max-height: 88px;
  min-height: 88px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center top;
  align-self: start;
  border-radius: 50%;
}

.desk[data-desk="cartoons"] .desk-feature img {
  aspect-ratio: auto;
  max-height: 420px;
  object-fit: contain;
}

.desk[data-desk="cartoons"] .desk-pack-card img {
  aspect-ratio: auto;
  max-height: 200px;
  object-fit: contain;
}

.desk-stack .row-card {
  display: grid;
  padding: 12px 8px;
  border-bottom: 0;
  border-radius: var(--radius-sm);
}

.desk-stack .row-card:hover {
  background: var(--fill);
}

.desk-stack .row-card:first-child {
  padding-top: 0;
}

.desk-stack .row-title {
  font-size: 16px;
  font-weight: 650;
}

.stream {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  align-items: start;
}

.row-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  align-self: start;
  padding: 14px;
  background: var(--elevated);
  border: 1px solid var(--rule);
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
}

.row-card > div,
.hero-card > div,
.desk-feature > div,
.desk-pack-card > div {
  min-width: 0;
  width: 100%;
  text-align: inherit;
}

.row-title {
  margin: 0;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.4;
  letter-spacing: -0.015em;
  text-align: inherit;
}

.row-card img {
  width: 120px;
  height: 86px;
  object-fit: cover;
  object-position: center;
  background: var(--photo);
  display: block;
  border-radius: 12px;
}

.desk[data-desk="cartoons"] .row-card:not(.no-image) {
  grid-template-columns: minmax(168px, 38%) minmax(0, 1fr);
  align-items: start;
}

.desk[data-desk="cartoons"] .row-card img {
  width: 100%;
  height: auto;
  max-height: 240px;
  object-fit: contain;
  object-position: center;
  background: var(--photo);
}

body.section-cartoons .row-card:not(.no-image),
body.section-cartoons .row-card.cartoon-card:not(.no-image) {
  grid-template-columns: 1fr;
}

body.section-cartoons .row-card img,
body.section-cartoons .row-card.cartoon-card img {
  order: -1;
  width: 100%;
  height: auto;
  max-height: 640px;
  object-fit: contain;
  object-position: center;
  background: var(--photo);
}

.hero-card.no-image,
.row-card.no-image,
.desk-feature.no-image,
.desk-pack-card.no-image,
.desk-well.no-feature {
  grid-template-columns: 1fr;
}

.desk[data-desk="brief"] .desk-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px 28px;
}

.desk[data-desk="brief"] .desk-stack .row-card:first-child {
  padding-top: 12px;
}

@media (min-width: 640px) {
  .desk[data-desk="brief"] .desk-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .desk[data-desk="brief"] .desk-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.empty,
.colophon {
  color: var(--muted);
  font-size: 13px;
}

.colophon {
  padding: 0 0 56px;
}

.sheet {
  position: fixed;
  inset: 0;
  z-index: 35;
  background: var(--overlay);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.sheet[hidden] {
  display: none;
}

.sheet-panel {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: min(400px, 100%);
  background: var(--elevated);
  border-inline-end: 1px solid var(--rule);
  overflow: auto;
  padding: 28px 22px 48px;
  box-shadow: var(--shadow);
}

.sheet-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 8px;
}

.sheet-kicker {
  margin: 0 0 4px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.sheet-head h2 {
  margin: 0;
  font-family: ui-serif, "New York", Amiri, serif;
  font-size: 32px;
  letter-spacing: -0.03em;
}

.sheet-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 0 0 16px;
}

.live-sheet-panel {
  width: min(720px, 100%);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 0;
}

.live-sheet-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding-bottom: 48px;
}

.live-sheet-body .air-grid {
  margin-top: 0;
}

.live-stage-slot {
  flex: 0 0 auto;
  margin: 0 0 16px;
}

body.live-pip-on .colophon {
  padding-bottom: 200px;
}

.live-dock {
  position: fixed;
  z-index: 45;
  overflow: hidden;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  background: var(--video);
  color: #fff;
  display: flex;
  flex-direction: column;
}

.live-dock[hidden] {
  display: none;
}

.live-dock.is-stage {
  z-index: 10;
  overflow: hidden;
  border-radius: 24px;
  max-width: 100%;
}

body.sheet-open .live-dock.is-stage {
  z-index: 36;
}

.live-dock.is-pip {
  width: min(340px, calc(100vw - 24px));
  inset-inline-end: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  inset-inline-start: auto;
  top: auto;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.38);
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  transition:
    left 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    top 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    width 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    height 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.2s ease,
    border-radius 0.2s ease;
}

.live-dock.is-pip.is-dragging {
  transition: none;
}

.live-dock.is-pip.is-tucked-start,
.live-dock.is-pip.is-tucked-end {
  box-shadow: none;
  cursor: grab;
  overflow: hidden;
}

.live-dock.is-pip.is-tucked-start {
  border-radius: 0 12px 12px 0;
}

.live-dock.is-pip.is-tucked-end {
  border-radius: 12px 0 0 12px;
}

.live-dock-bar {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 6px 6px 6px 10px;
  background: rgba(0, 0, 0, 0.72);
}

.live-dock.is-pip .live-dock-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: grab;
  position: relative;
  z-index: 3;
  touch-action: none;
}

.live-dock.is-stage .live-dock-bar {
  display: flex;
  position: absolute;
  z-index: 4;
  inset-block: 0;
  inset-inline-end: 0;
  inset-inline-start: auto;
  width: auto;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background: transparent;
  pointer-events: none;
}

.live-dock.is-pip.is-dragging .live-dock-bar {
  cursor: grabbing;
}

.live-dock-title {
  display: none;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1 1 auto;
  padding: 4px 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: start;
  touch-action: none;
  user-select: none;
}

.live-dock.is-pip .live-dock-title {
  display: flex;
}

.live-dock-title #liveDockLabel {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.live-dock-tools {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  pointer-events: auto;
}

.live-dock-close,
.live-dock-pip,
.live-dock-controls {
  appearance: none;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin: 0;
  border: 0;
  border-radius: 9px;
  padding: 0;
  background: rgba(0, 0, 0, 0.58);
  color: #fff;
  font: inherit;
  cursor: pointer;
}

.live-dock-close {
  background: transparent;
  font-size: 20px;
  line-height: 1;
}

.live-dock-close:hover,
.live-dock-pip:hover,
.live-dock-controls:hover {
  background: rgba(255, 255, 255, 0.16);
}

.live-dock-controls {
  display: none;
}

.live-dock.is-pip .live-dock-controls {
  display: grid;
}

.live-dock-controls.is-on {
  background: rgba(255, 255, 255, 0.92);
  color: #111;
}

.live-dock-controls svg,
.live-dock-pip svg {
  width: 18px;
  height: 18px;
  display: block;
}

.live-dock-pip .live-dock-pip-exit {
  display: none;
}

.live-dock-pip .live-dock-pip-enter {
  display: block;
}

.live-dock.is-pip .live-dock-pip-enter {
  display: none;
}

.live-dock.is-pip .live-dock-pip-exit {
  display: block;
}

.live-dock.is-stage .live-dock-title,
.live-dock.is-stage .live-dock-close,
.live-dock.is-stage .live-dock-controls {
  display: none;
}

.live-dock.is-stage .live-dock-pip {
  background: rgba(0, 0, 0, 0.62);
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

.live-dock.is-stage .live-dock-pip svg {
  width: 20px;
  height: 20px;
}

.live-dock-stage {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #000;
}

.live-dock.is-stage .live-dock-stage {
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
}

.live-dock-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  aspect-ratio: auto;
  background: #000;
}

.live-dock.is-stage .live-dock-frame {
  height: 100%;
  aspect-ratio: auto;
}

.live-dock-frame iframe,
.live-dock-frame video {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  border: 0;
  object-fit: contain;
  background: #000;
}

.live-dock.is-stage .live-dock-frame video {
  pointer-events: auto;
  z-index: 1;
}

.live-dock.is-pip .live-dock-stage {
  cursor: grab;
  min-height: 208px;
  aspect-ratio: auto;
}

.live-dock.is-lock-max {
  z-index: 45;
  border-radius: 0;
  box-shadow: none;
  transition: none;
  touch-action: auto;
}

.live-dock.is-lock-max .live-dock-stage {
  width: 100%;
  height: 100%;
  min-height: 208px;
  aspect-ratio: auto;
}

.live-dock.is-lock-max .live-dock-drag {
  display: none;
}

.live-dock.is-lock-max .live-dock-frame iframe,
.live-dock.is-lock-max .live-dock-frame video {
  pointer-events: auto;
}

.live-dock.is-reader-strip {
  inset-inline: 0;
  top: 0;
  bottom: auto;
  width: 100%;
  border-radius: 0;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.32);
  touch-action: auto;
}

.live-dock.is-reader-strip .live-dock-bar {
  display: flex;
}

.live-dock.is-reader-strip .live-dock-stage {
  min-height: 208px;
  aspect-ratio: 16 / 9;
  width: 100%;
}

.live-dock.is-reader-strip .live-dock-drag {
  display: none;
}

.live-dock.is-reader-strip .live-dock-frame iframe,
.live-dock.is-reader-strip .live-dock-frame video {
  pointer-events: auto;
}

.live-dock-resume {
  position: absolute;
  inset: 0;
  z-index: 4;
  border: 0;
  margin: 0;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

body.live-reader-strip .reader {
  padding-top: var(--live-reader-strip-h, 0px);
  box-sizing: border-box;
}

.live-dock-drag {
  display: none;
}

/* iOS drops background playback when the video is covered, so the drag layer
   only exists while the dock is tucked away at an edge. */
.live-dock.is-pip.is-tucked-start .live-dock-drag,
.live-dock.is-pip.is-tucked-end .live-dock-drag {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  touch-action: none;
  cursor: grab;
}

.live-dock.is-pip .live-dock-close,
.live-dock.is-pip .live-dock-pip,
.live-dock.is-pip .live-dock-controls {
  position: relative;
  z-index: 3;
}

.live-dock.is-pip .live-dock-frame iframe,
.live-dock.is-pip .live-dock-frame video {
  pointer-events: auto;
}

.live-dock.is-pip.live-dock-interact .live-dock-drag {
  pointer-events: none;
}

.live-dock.is-pip.live-dock-interact .live-dock-frame iframe,
.live-dock.is-pip.live-dock-interact .live-dock-frame video {
  pointer-events: auto;
}

.live-dock.is-pip.live-dock-interact {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.28);
  touch-action: auto;
}

.live-dock.is-pip.live-dock-interact .live-dock-stage {
  touch-action: auto;
  cursor: default;
}

.live-dock.is-pip.live-dock-interact .live-dock-frame,
.live-dock.is-pip.live-dock-interact .live-dock-frame iframe,
.live-dock.is-pip.live-dock-interact .live-dock-frame video {
  touch-action: auto;
}

.live-dock.is-pip.is-tucked-start .live-dock-controls,
.live-dock.is-pip.is-tucked-end .live-dock-controls,
.live-dock.is-pip.is-tucked-start .live-dock-pip,
.live-dock.is-pip.is-tucked-end .live-dock-pip {
  display: none;
}

.live-dock.is-pip.is-dragging .live-dock-drag {
  cursor: grabbing;
}

.live-dock.is-pip.is-dragging .live-dock-frame iframe,
.live-dock.is-pip.is-dragging .live-dock-frame video {
  pointer-events: none;
}

html[dir="rtl"] .live-dock-pip-enter,
html[dir="rtl"] .live-dock-pip-exit,
html[dir="rtl"] .live-dock-pip-mark {
  transform: scaleX(-1);
}

@media (prefers-reduced-motion: reduce) {
  .live-dock {
    transition: none;
  }
}

.live-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  overflow: visible;
  color: var(--accent);
}

.live-link:hover {
  color: var(--accent);
  background: var(--accent-soft);
}

.live-link.active {
  color: var(--accent);
}

.live-pip {
  position: relative;
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--accent);
}

.live-pip::before,
.live-pip::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1.5px solid var(--accent);
  animation: live-pip-ring 1.5s ease-out infinite;
}

.live-pip::after {
  animation-delay: 0.75s;
}

@keyframes live-pip-ring {
  0% {
    transform: scale(0.7);
    opacity: 0.9;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .live-pip::before,
  .live-pip::after {
    animation: none;
    opacity: 0.45;
    transform: scale(1.4);
  }
}

.scope-switch {
  display: flex;
  gap: 0;
  margin: 0 0 20px;
  padding: 3px;
  background: var(--fill);
  border-radius: 999px;
  border-bottom: 0;
}

.scope-switch[hidden] {
  display: none;
}

.scope-choice {
  flex: 1;
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 999px;
}

.scope-choice:first-child,
.scope-choice:last-child {
  border-radius: 999px;
  margin-inline-start: 0;
}

.scope-choice.active {
  background: var(--control);
  border-color: transparent;
  color: var(--ink);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.source-group {
  margin: 22px 0 4px;
  padding-top: 8px;
  font-family: ui-serif, "New York", Amiri, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.source-group:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.source-more {
  display: block;
  width: 100%;
  margin: 18px 0 8px;
  padding: 12px 0;
  border: 0;
  background: var(--fill);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  border-radius: 999px;
}

.source-more:hover,
.source-more.open {
  background: var(--fill-strong);
}

.source-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--rule);
  background: transparent;
  padding: 14px 0;
  cursor: pointer;
  text-align: start;
  color: inherit;
}

.source-row strong {
  display: block;
  font-size: 15px;
  font-weight: 650;
}

.source-row .meta {
  color: var(--muted);
  font-size: 12px;
}

.source-row .source-health {
  display: inline-block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.source-row .source-health.down,
.source-row .source-health.empty {
  color: var(--accent);
  opacity: 0.78;
}

.source-row .source-health.stale {
  color: var(--muted);
}

.source-row .follow {
  color: var(--muted);
  font-size: 13px;
  min-width: 4.5em;
  text-align: center;
  padding: 6px 12px;
  border: 0;
  background: var(--fill);
  border-radius: 999px;
}

.source-row.followed .follow {
  color: var(--paper);
  background: var(--accent);
  font-weight: 600;
}

body.sheet-open,
body.reader-open,
body.nav-open,
body.nav-closing {
  overflow: hidden;
}

.reader {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: var(--paper);
  overflow: auto;
  --reader-zoom: 1;
}

.reader[hidden] {
  display: none;
}

.reader-bar {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: var(--mast);
  border-bottom: 1px solid var(--rule);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}

.reader-bar-tools {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

.reader-lang,
.reader-type {
  display: flex;
  gap: 0;
  padding: 3px;
  background: var(--fill);
  border-radius: 999px;
  flex: 0 0 auto;
}

.reader-lang[hidden] {
  display: none;
}

.titles-lang {
  flex: 0 0 auto;
}

.lang-btn {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  cursor: pointer;
  border-radius: 999px;
}

.lang-btn.active {
  background: var(--control);
  color: var(--ink);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.reader-article {
  max-width: 680px;
  margin: 0 auto;
  padding: 36px 24px 96px;
}

.reader-article[dir="rtl"] {
  direction: rtl;
  text-align: right;
}

.reader-article[dir="ltr"] {
  direction: ltr;
  text-align: left;
}

.reader-kicker {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 2px;
  color: var(--muted);
  font-weight: 600;
  font-size: 13px;
  margin: 0 0 12px;
  text-align: start;
  unicode-bidi: isolate;
}

.reader-kicker time::before {
  content: "·";
  margin-inline-end: 10px;
}

.reader-article h1 {
  font-family: ui-serif, "New York", Amiri, "Iowan Old Style", serif;
  font-size: 26px;
  line-height: 1.22;
  letter-spacing: -0.03em;
  margin: 0 0 18px;
  text-align: inherit;
  overflow-wrap: anywhere;
}

.reader-article[dir="ltr"] h1,
h1[dir="ltr"] {
  font-family: ui-serif, "New York", "Iowan Old Style", Palatino, Georgia, serif;
}

h1[dir="ltr"] {
  text-align: left;
}

h1[dir="rtl"] {
  text-align: right;
}

.reader-article[dir="ltr"] .reader-body p {
  font-size: calc(17px * var(--reader-zoom, 1));
  line-height: 1.65;
}

.type-btn {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--muted);
  width: 36px;
  height: 32px;
  padding: 0;
  cursor: pointer;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.type-btn:hover:not(:disabled) {
  color: var(--ink);
  background: var(--control);
}

.type-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.type-a {
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.type-a-sm {
  font-size: 12px;
}

.type-a-lg {
  font-size: 17px;
}

.reader-source {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.reader-source[hidden] {
  display: none !important;
}

.reader-source-mark {
  display: none;
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

@media (max-width: 560px) {
  .reader-bar {
    padding: 8px 10px;
    gap: 6px;
  }

  .lang-btn {
    padding: 6px 10px;
    font-size: 12px;
  }

  #readerSourceLabel {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .reader-source-mark {
    display: block;
  }

  .type-btn {
    width: 34px;
    height: 30px;
  }
}

.reader-body p[dir="rtl"],
.reader-subhead[dir="rtl"],
.reader-photo figcaption[dir="rtl"] {
  direction: rtl;
  text-align: right;
  unicode-bidi: isolate;
}

.reader-body p[dir="ltr"],
.reader-subhead[dir="ltr"],
.reader-photo figcaption[dir="ltr"] {
  direction: ltr;
  text-align: left;
  unicode-bidi: isolate;
}

.reader-related {
  margin: 40px 0 0;
  padding: 18px 16px 8px;
  border: 1px solid var(--rule-strong);
  border-radius: var(--radius-sm);
  background: var(--fill);
}

.reader-related[hidden] {
  display: none;
}

.reader-related-title {
  margin: 0 0 12px;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--rule-strong);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: var(--accent);
}

.reader-related-list {
  display: grid;
  gap: 0;
}

.reader-related-list .row-card {
  padding: 12px 0;
  border-bottom: 1px solid var(--rule);
  box-shadow: none;
  background: transparent;
  border-radius: 0;
}

.reader-related-list .row-card:last-child {
  border-bottom: 0;
}

.reader-related-list .row-title {
  font-size: 16px;
  line-height: 1.45;
}

.reader-related-list .kicker {
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 6px;
}

.reader-related-list .row-card {
  align-items: start;
}

.reader-more,
.reader-topics {
  margin: 40px 0 0;
}

.reader-more[hidden],
.reader-topics[hidden] {
  display: none;
}

.reader-more-title,
.reader-topics-title {
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3;
  color: var(--accent);
}

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

.reader-more-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.reader-more-photo {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius-sm);
  background: var(--photo);
}

.reader-more-photo.is-empty {
  display: none;
}

.reader-more-headline {
  margin: 6px 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.reader-more-card .kicker {
  margin: 10px 0 0;
}

.reader-more-meta {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
  color: var(--muted);
}

.reader-topics-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.reader-topic {
  appearance: none;
  margin: 0;
  padding: 8px 14px;
  border: 1px solid var(--rule-strong);
  border-radius: 6px;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
}

.reader-topic:hover,
.reader-topic:focus-visible {
  border-color: var(--ink);
}

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

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

.reader-author {
  margin: 36px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--rule);
}

.reader-author[hidden] {
  display: none;
}

.reader-author-link {
  appearance: none;
  border: 0;
  background: none;
  font: inherit;
  color: var(--accent);
  cursor: pointer;
  padding: 0;
  text-align: inherit;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
}

.reader-author-link:disabled {
  color: var(--muted);
  cursor: wait;
}

.reader-author-link[hidden] {
  display: none;
}

.reader-author-list {
  margin: 0;
}

.reader-author-list:not([hidden]) + .reader-author-link,
.reader-author-list:not([hidden]) + .reader-author-end {
  margin-top: 18px;
}

.reader-author-list[hidden] {
  display: none;
}

.reader-author-list .row-card {
  padding: 14px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--rule);
  border-radius: 0;
  box-shadow: none;
}

.reader-author-list .row-title {
  font-size: 18px;
}

.reader-author-end {
  margin: 16px 0 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--muted);
}

.reader-author-end[hidden] {
  display: none;
}

.reader-note {
  color: var(--muted);
  font-size: 13px;
  margin: 28px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--rule);
  overflow-wrap: anywhere;
}

.reader-note[hidden] {
  display: none;
}

.reader-article img,
.reader-article #readerImage {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center top;
  background: var(--photo);
  margin: 0 0 28px;
  display: block;
  border-radius: 16px;
}

.reader-article #readerImage[hidden],
.reader-article img[hidden],
.reader-article video[hidden],
.reader-embed[hidden] {
  display: none;
}

.reader-article.reader-opinion #readerImage,
.reader-article.reader-opinion .reader-photo img {
  width: auto;
  max-width: min(220px, 46vw);
  max-height: 260px;
  object-fit: contain;
  object-position: center top;
}

.reader-article.reader-cartoon #readerImage,
.reader-article.reader-cartoon .reader-photo img {
  width: 100%;
  max-width: none;
  max-height: none;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: var(--photo);
}

.reader-article.reader-opinion .reader-photo {
  width: fit-content;
  max-width: min(220px, 46vw);
  margin: 8px 0 28px;
}

.reader-article.reader-cartoon .reader-photo {
  width: 100%;
  max-width: none;
}

.reader-photo {
  margin: 8px 0 28px;
}

.reader-photo img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  margin: 0;
  background: var(--photo);
  border-radius: 16px;
}

.reader-photo figcaption {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  margin-top: 8px;
}

.reader-article audio:not([hidden]) {
  width: 100%;
  margin: 0;
  display: block;
}

.reader-listen {
  margin: 0 0 24px;
  padding: 12px 14px 10px;
  border-radius: 16px;
  background: var(--video);
  color: #fff;
}

.reader-listen[hidden] {
  display: none;
}

.reader-listen-label {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.kicker-listen {
  color: var(--accent);
  font-weight: 700;
}

.reader-article audio[hidden],
.reader-article video[hidden],
.reader-embed[hidden] {
  display: none;
}

.reader-article video,
.reader-embed {
  width: 100%;
  margin: 0;
  display: block;
  background: var(--video);
  border-radius: 16px;
}

.reader-video-card {
  margin: 0 0 28px;
  background: var(--video);
  border-radius: 16px;
  overflow: hidden;
}

.reader-video-card[hidden] {
  display: none;
}

.reader-embed {
  width: 100%;
  height: 360px;
  min-height: 280px;
  aspect-ratio: 16 / 9;
  max-height: none;
  border: 0;
}

.reader-embed.is-audio {
  height: 290px;
  min-height: 290px;
  max-height: 290px;
  aspect-ratio: auto;
}

.reader-embed.is-portrait {
  width: min(100%, 360px);
  height: 560px;
  min-height: 420px;
  aspect-ratio: 9 / 16;
  margin-inline: auto;
}

.reader-video-play {
  position: relative;
  display: block;
  width: 100%;
  min-height: 220px;
  padding: 0;
  border: 0;
  background: var(--video);
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.reader-video-play[hidden] {
  display: none;
}

.reader-video-play img {
  width: 100%;
  min-height: 220px;
  max-height: 360px;
  object-fit: cover;
  margin: 0;
  background: #2c2c2e;
  border-radius: 0;
}

.reader-video-play span {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  color: #1d1d1f;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 999px;
}

.reader-x-list[hidden] {
  display: none;
}

.reader-x-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: 8px 0 28px;
}

.reader-x {
  width: min(100%, 550px);
  min-height: 420px;
  border: 0;
  background: transparent;
}

.reader-body p {
  font-size: calc(17.5px * var(--reader-zoom, 1));
  line-height: 1.75;
  margin: 0 0 0.85em;
  text-align: inherit;
}

.reader-subhead {
  font-family: ui-serif, "New York", Amiri, "Iowan Old Style", Palatino, Georgia, serif;
  font-size: calc(21px * var(--reader-zoom, 1));
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin: 1.4em 0 0.55em;
}

.reader-article[dir="ltr"] .reader-subhead {
  font-family: ui-serif, "New York", "Iowan Old Style", Palatino, Georgia, serif;
}

.reader-empty {
  color: var(--muted);
}

.reader-fetching {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
  margin: 4px 0 8px;
}

.reader-fetching-status {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.reader-fetching-mark {
  width: 13px;
  height: 13px;
  border: 1.5px solid var(--rule-strong);
  border-block-start-color: var(--ink);
  border-radius: 50%;
  flex: 0 0 auto;
  animation: reader-fetch-spin 0.7s linear infinite;
}

.reader-fetching-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.reader-fetching-time {
  margin-inline-start: auto;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  font-weight: 600;
  font-size: 12px;
  direction: ltr;
  unicode-bidi: isolate;
  color: var(--muted);
  background: var(--fill);
  border-radius: 999px;
  padding: 3px 8px;
}

.reader-fetching-skeleton {
  display: grid;
  gap: 12px;
}

.reader-fetching-skeleton span {
  display: block;
  height: 11px;
  border-radius: 6px;
  background: linear-gradient(
    90deg,
    var(--fill) 0%,
    var(--fill-strong) 46%,
    var(--fill) 100%
  );
  background-size: 220% 100%;
  animation: reader-fetch-shimmer 1.35s ease-in-out infinite;
}

.reader-fetching-skeleton span:nth-child(1) {
  width: 100%;
}

.reader-fetching-skeleton span:nth-child(2) {
  width: 94%;
}

.reader-fetching-skeleton span:nth-child(3) {
  width: 88%;
}

.reader-fetching-skeleton span:nth-child(4) {
  width: 62%;
}

.search-fetching {
  padding: 2px 0 28px;
}

.search-fetching .reader-fetching-mark {
  width: 16px;
  height: 16px;
  animation: reader-fetch-spin 0.7s linear infinite;
}

.search-fetching .reader-fetching-skeleton {
  gap: 14px;
}

.search-fetching .reader-fetching-skeleton span {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  height: 86px;
  width: 100%;
  border-radius: 16px;
  background: var(--fill);
  background-image: none;
  animation: search-fetch-pulse 1.6s ease-in-out infinite;
}

.search-fetching .reader-fetching-skeleton span::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.72) 50%,
    transparent 100%
  );
  transform: translateX(-130%);
  animation: search-fetch-sweep 1.2s ease-in-out infinite;
}

html[dir="rtl"] .search-fetching .reader-fetching-skeleton span::after {
  inset: 0 0 0 auto;
  background: linear-gradient(
    270deg,
    transparent 0%,
    rgba(255, 255, 255, 0.72) 50%,
    transparent 100%
  );
  animation-name: search-fetch-sweep-rtl;
}

html[data-theme="dark"] .search-fetching .reader-fetching-skeleton span::after {
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.22) 50%,
    transparent 100%
  );
}

html[dir="rtl"][data-theme="dark"] .search-fetching .reader-fetching-skeleton span::after {
  background: linear-gradient(
    270deg,
    transparent 0%,
    rgba(255, 255, 255, 0.22) 50%,
    transparent 100%
  );
}

html[dir="rtl"] .reader-fetching-skeleton span {
  background-image: linear-gradient(
    270deg,
    var(--fill) 0%,
    var(--fill-strong) 46%,
    var(--fill) 100%
  );
}

html[dir="rtl"] .search-fetching .reader-fetching-skeleton span {
  background-image: none;
}

@keyframes reader-fetch-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes reader-fetch-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

@keyframes search-fetch-sweep {
  0% {
    transform: translateX(-130%);
  }
  100% {
    transform: translateX(340%);
  }
}

@keyframes search-fetch-sweep-rtl {
  0% {
    transform: translateX(130%);
  }
  100% {
    transform: translateX(-340%);
  }
}

@keyframes search-fetch-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.78;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reader-fetching-mark,
  .reader-fetching-skeleton span {
    animation: none;
  }

  .reader-fetching-skeleton span {
    background: var(--fill);
  }

  .search-fetching .reader-fetching-mark {
    animation: reader-fetch-spin 0.7s linear infinite;
  }

  .search-fetching .reader-fetching-skeleton span {
    animation: search-fetch-pulse 1.6s ease-in-out infinite;
  }

  .search-fetching .reader-fetching-skeleton span::after {
    animation: search-fetch-sweep 1.2s ease-in-out infinite;
  }

  html[dir="rtl"] .search-fetching .reader-fetching-skeleton span::after {
    animation-name: search-fetch-sweep-rtl;
  }
}

.reader-clip {
  color: var(--link, #0a84ff);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.reader-clip-icon {
  text-decoration: none;
}

@media (max-width: 900px) {
  .mast-inner,
  .edition,
  .colophon {
    width: min(1080px, calc(100% - 28px));
  }

  .wordmark {
    font-size: 24px;
  }

  .wordmark-ar {
    height: 30px;
  }

  .theme-label {
    display: none;
  }

  .theme-choice {
    padding: 7px;
  }

  .stream {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .hero-title,
  .section-name h1,
  .source-banner h1,
  .reader-article h1 {
    font-size: 26px;
  }

  .source-banner {
    min-height: 200px;
    padding: 24px 16px 28px;
  }

  .source-watermark {
    font-size: clamp(40px, 18vw, 88px);
  }

  .desk-feature-title {
    font-size: 19px;
  }

  .desk[data-desk="breaking"] .desk-name h2 {
    font-size: 24px;
  }

  .desk[data-desk="breaking"] .desk-feature-title {
    font-size: 20px;
  }

  .hero-card,
  .desk-well {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .hero-card {
    flex-direction: column-reverse;
    gap: 16px;
    padding: 0;
    margin-bottom: 22px;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
  }

  .hero-card,
  .row-card,
  .desk-feature,
  .desk-pack-card,
  .hero-card > div,
  .row-card > div,
  .desk-feature > div,
  .desk-pack-card > div {
    width: 100%;
    text-align: inherit;
  }

  .hero-card > div {
    padding: 2px 4px 8px;
  }

  .hero-card .summary {
    display: none;
  }

  .hero-card img {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: 42vh;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center top;
    border-radius: 22px;
  }

  .desk-feature {
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
    padding: 4px 4px 14px;
    border-bottom: 1px solid var(--rule);
    border-radius: 0;
  }

  .desk-feature img {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: 280px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    margin: 0;
    border-radius: 16px;
  }

  .row-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 4px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--rule);
    border-radius: 0;
    box-shadow: none;
  }

  .row-card.no-image,
  .desk-feature.no-image {
    display: block;
    grid-template-columns: 1fr;
  }

  .row-card img {
    display: block;
    width: 96px;
    height: 72px;
    border-radius: 8px;
  }

  .desk[data-desk="cartoons"] .row-card:not(.no-image) {
    grid-template-columns: minmax(132px, 42%) minmax(0, 1fr);
  }

  .desk[data-desk="cartoons"] .row-card img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 200px;
    aspect-ratio: auto;
    object-fit: contain;
  }

  body.section-cartoons .row-card:not(.no-image),
  body.section-cartoons .row-card.cartoon-card:not(.no-image) {
    grid-template-columns: 1fr;
  }

  body.section-cartoons .row-card img,
  body.section-cartoons .row-card.cartoon-card img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: auto;
    object-fit: contain;
  }

  body.section-cartoons .hero-card img {
    display: block;
    aspect-ratio: auto;
    max-height: none;
  }

  body.section-authors .hero-card,
  body.section-authors .row-card {
    align-items: center;
  }

  .desk[data-desk="authors"] .row-card:not(.no-image),
  body.section-authors .row-card:not(.no-image) {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .desk[data-desk="authors"] .row-card img,
  body.section-authors .hero-card img,
  body.section-authors .row-card img {
    display: block;
    width: 64px;
    height: 64px;
    max-width: 64px;
    max-height: 64px;
    aspect-ratio: 1;
    align-self: center;
    margin: 0;
    border-radius: 50%;
  }

  .desk[data-desk="authors"] .desk-feature img {
    width: 120px;
    height: 120px;
    max-width: 120px;
    max-height: 120px;
    min-height: 120px;
  }

  .desk[data-desk="authors"] .desk-pack-card img {
    width: 64px;
    height: 64px;
    max-width: 64px;
    max-height: 64px;
    min-height: 64px;
  }

  .desk {
    padding: 6px 6px 10px;
  }

  .index {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .search {
    width: 132px;
    min-width: 104px;
    max-width: 160px;
    flex: 0 1 132px;
  }

  .dateline {
    font-size: 11px;
  }

  .mast-build .build-info {
    font-size: 10px;
    letter-spacing: 0;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    line-height: 1.45;
  }
}

.air-board {
  margin: 8px 0 32px;
}

.air-kicker {
  margin: -8px 4px 18px;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.air-stage-wrap {
  min-width: 0;
}

.air-now {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.air-pip {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 var(--accent-soft);
  animation: air-pulse 1.6s ease-out infinite;
}

@keyframes air-pulse {
  0% {
    box-shadow: 0 0 0 0 var(--accent-soft);
  }
  70% {
    box-shadow: 0 0 0 10px transparent;
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}

.air-stage {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: var(--video);
  aspect-ratio: 16 / 9;
  contain: layout paint;
  isolation: isolate;
}

.air-stage iframe,
.air-stage-off img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.air-stage iframe {
  transform: translateZ(0);
}

.air-stage-off {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: var(--video);
  color: #fff;
}

.air-stage-off img {
  object-fit: cover;
  opacity: 0.35;
}

.air-stage-off p,
.air-stage-play-label {
  position: relative;
  margin: 0;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.air-stage-play {
  appearance: none;
  width: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: #fff;
}

.air-stage-play-label {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
}

.air-stage-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px 18px;
  margin: 16px 4px 8px;
}

.air-call {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.air-title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.air-place {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.air-watch {
  margin-inline-start: auto;
}

.air-copy {
  margin-top: 20px;
  padding: 8px 8px 12px;
  background: var(--elevated);
  border: 1px solid var(--rule);
  border-radius: 24px;
}

.air-copy-title {
  margin: 10px 12px 8px;
  font-size: 16px;
}

.air-empty-copy,
.air-note {
  margin: 12px 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.air-note {
  margin: 18px 8px 0;
  font-size: 13px;
}

.air-copy .row-card {
  padding: 12px;
}

.air-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 12px;
  margin: 22px 0 0;
}

.air-tile {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: start;
  cursor: pointer;
}

.air-tile-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  background: var(--video);
  box-shadow: inset 0 0 0 1px var(--rule);
}

.air-tile.is-on .air-tile-frame {
  box-shadow: inset 0 0 0 2px var(--ink);
}

.air-tile-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.air-tile-mark {
  display: grid;
  place-items: center;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.air-tile-live {
  position: absolute;
  inset-inline-start: 8px;
  inset-block-start: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.air-tile-name {
  font-size: 14px;
  font-weight: 650;
  line-height: 1.25;
}

.air-tile-place {
  margin-top: -4px;
  color: var(--muted);
  font-size: 12px;
}

@media (max-width: 860px) {
  .air-title {
    font-size: 22px;
  }

  .air-grid {
    grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
    gap: 10px;
  }
}

.rail-briefing {
  width: 100%;
  margin: 0 0 10px;
  text-align: start;
}

.rail-briefing[aria-pressed="true"] {
  color: var(--accent);
}

body.briefing-desk .edition,
body.briefing-desk .colophon {
  width: min(760px, calc(100% - 40px));
}

.briefing-head {
  margin-bottom: 20px;
}

.briefing-kicker {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.briefing-note {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 550;
}

.briefing-cat {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.briefing-dek {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
