:root {
  --ink: #f3f5f2;
  --ink-raised: #ffffff;
  --ink-soft: #e4e9e5;
  --paper: #1b2522;
  --paper-dim: #53625b;
  --paper-muted: #7b8981;
  --line-dark: rgba(27, 37, 34, 0.15);
  --line-light: rgba(27, 37, 34, 0.18);
  --lime: #a8d94e;
  --lime-text: #5f8424;
  --red: #d95b52;
  --system-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --serif: var(--system-font);
  --sans: var(--system-font);
  --mono: var(--system-font);
  --content-width: 1380px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body,
button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

button {
  font: inherit;
}

button,
a {
  cursor: pointer;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 4px;
}

.site-shell {
  width: min(100%, var(--content-width));
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: var(--ink);
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.masthead {
  padding: 22px 36px 0;
  border-bottom: 1px solid var(--line-dark);
}

.masthead__topline,
.masthead__main,
.section-nav,
.feed-heading,
.site-footer,
.section-marker,
.feed-heading__meta {
  display: flex;
  align-items: center;
}

.masthead__signal,
.masthead__conditions,
.masthead__brief-label {
  display: flex;
  align-items: center;
}

.masthead__topline {
  justify-content: space-between;
  color: var(--paper-muted);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.masthead__signal {
  gap: 15px;
}

.masthead__signal-tag,
.masthead__brief-label,
.masthead__brief-meta {
  color: var(--paper-muted);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
}

.masthead__signal-tag {
  color: var(--paper-dim);
}

.masthead__conditions {
  justify-content: flex-end;
  gap: 22px;
}

.live-mark {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--lime-text);
}

.live-mark__dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 3px rgba(239, 91, 79, 0.16);
}

.edition-label {
  color: var(--paper-dim);
}

.masthead__main {
  min-height: 146px;
  display: grid;
  grid-template-columns: minmax(180px, auto) minmax(330px, 1.55fr) minmax(250px, 0.9fr);
  align-items: center;
  gap: 26px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  justify-self: start;
}

.wordmark__mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: var(--lime);
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1;
}

.wordmark__type {
  display: grid;
  gap: 1px;
}

.wordmark__type strong {
  color: var(--paper);
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 900;
  line-height: 1.1;
}

.wordmark__type small {
  color: var(--paper-muted);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.15em;
}

.masthead__search {
  min-width: 0;
  width: 100%;
  align-self: center;
}

.masthead__search-label {
  display: block;
  margin-bottom: 8px;
  color: var(--paper-muted);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.masthead__search .search-hints {
  padding-top: 9px;
}

.masthead__brief {
  width: min(100%, 430px);
  justify-self: end;
  padding-left: 24px;
  border-left: 1px solid var(--line-dark);
}

.masthead__brief-label {
  gap: 9px;
  color: var(--lime-text);
  text-transform: uppercase;
}

.masthead__brief-label i {
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 50%;
  background: var(--red);
}

.masthead__brief-label span:last-child {
  color: var(--paper-dim);
}

.masthead__statement {
  max-width: 360px;
  margin: 9px 0 5px;
  color: var(--paper-dim);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.65;
}

.masthead__brief-meta {
  display: block;
  color: var(--paper-muted);
  font-size: 9px;
}

.common-entry-strip {
  display: grid;
  gap: 8px;
  padding: 12px 0 11px;
  border-top: 1px solid var(--line-dark);
}

.common-entry-strip__header {
  min-width: 0;
  display: flex;
  align-items: center;
}

.common-entry-strip .service-panel-heading {
  flex: 0 0 auto;
  min-height: 22px;
}

.common-entry-strip .service-panel-heading__label {
  font-family: var(--sans);
  font-size: 16px;
}

.common-entry-strip .service-panel-heading__meta {
  font-size: 9px;
}

.common-entry-strip .service-tabs {
  min-width: 0;
  width: 100%;
  flex: 0 0 auto;
  margin: 0;
  padding-top: 5px;
  border-bottom: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.common-entry-strip .service-tabs::-webkit-scrollbar {
  display: none;
}

.common-entry-strip .service-tab {
  flex: 0 0 auto;
  padding-bottom: 3px;
  color: var(--paper-dim);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.common-entry-strip .service-tab.is-active {
  color: var(--paper);
  font-weight: 800;
}

.common-entry-strip .service-tab::after {
  bottom: -1px;
  height: 2px;
}

.common-entry-strip .service-list {
  min-width: 0;
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scrollbar-width: none;
}

.common-entry-strip .service-list::-webkit-scrollbar {
  display: none;
}

.common-entry-strip .service-link {
  flex: 0 0 132px;
  gap: 10px;
  padding: 6px 0 4px;
  border-bottom: 0;
}

.common-entry-strip .service-link__favicon {
  width: 25px;
  height: 25px;
  flex-basis: 25px;
}

.common-entry-strip .service-link__copy strong {
  font-size: 12px;
}

.common-entry-strip .service-link__copy small {
  font-size: 9px;
}

.icon-button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--paper);
  border: 1px solid var(--line-dark);
  border-radius: 0;
  background: transparent;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.icon-button:hover {
  color: var(--paper);
  border-color: var(--lime);
  background: var(--lime);
}

.icon-button.is-spinning .icon {
  animation: spin 700ms ease;
}

.section-nav {
  min-height: 50px;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.section-nav::-webkit-scrollbar {
  display: none;
}

.section-tab {
  min-height: 50px;
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0 21px;
  gap: 7px;
  color: var(--paper-muted);
  border: 0;
  background: transparent;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  transition: color 180ms ease, background 180ms ease;
}

.section-tab__icon {
  width: 15px;
  height: 15px;
  color: currentColor;
}

.section-tab:first-child {
  padding-left: 0;
}

.section-tab::after {
  content: "";
  position: absolute;
  right: 21px;
  bottom: -1px;
  left: 21px;
  height: 3px;
  background: transparent;
}

.section-tab:first-child::after {
  left: 0;
}

.section-tab:hover,
.section-tab.is-active {
  color: var(--paper);
}

.section-tab.is-active {
  background: transparent;
  font-size: 13px;
  font-weight: 800;
}

.section-tab.is-active::after {
  height: 4px;
  background: var(--lime-text);
}

main {
  padding: 0 36px 60px;
}

.front-page {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.78fr);
  border-bottom: 1px solid var(--line-dark);
}

.front-page__lead {
  min-width: 0;
  padding: 30px 30px 42px 0;
}

.briefing {
  min-width: 0;
  padding: 30px 0 42px 30px;
  border-left: 1px solid var(--line-dark);
}

.section-marker {
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
  color: var(--lime-text);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.section-marker span:last-child {
  color: var(--paper-muted);
  text-align: right;
}

.hero-story {
  min-height: 420px;
  border-top: 1px solid var(--line-dark);
}

.hero-story__link {
  display: block;
}

.hero-story__visual {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 330px;
  overflow: hidden;
  background: var(--ink-soft);
}

.hero-story__image,
.story-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.84) contrast(1.03);
  transition: transform 500ms ease, filter 500ms ease;
}

.hero-story__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(242, 240, 232, 0.16);
}

.hero-story__link:hover .hero-story__image,
.story-card:hover .story-card__image {
  filter: saturate(1) contrast(1.06);
  transform: scale(1.025);
}

.image-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--paper-muted);
  background: var(--ink-soft);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.hero-story__copy {
  padding: 24px 0 0;
}

.story-kicker,
.story-card__source,
.story-card__time,
.story-meta,
.brief-item__meta,
.feed-heading__meta,
.briefing__signal,
.site-footer {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.06em;
}

.story-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  text-transform: uppercase;
}

.hero-story h1 {
  max-width: 850px;
  margin: 0;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 58px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.16;
}

.hero-story__summary {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--paper-dim);
  font-size: 14px;
  line-height: 1.75;
}

.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 19px;
  color: var(--paper-muted);
}

.story-meta__source {
  color: var(--lime-text);
}

.briefing__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line-dark);
}

.briefing h2,
.feed-heading h2 {
  margin: 0;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25;
}

.briefing__signal {
  color: var(--red);
  white-space: nowrap;
}

.brief-list {
  display: block;
}

.brief-item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line-dark);
}

.brief-item__number {
  color: var(--red);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.7;
}

.brief-item__title {
  display: block;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
}

.brief-item:hover .brief-item__title {
  color: var(--lime-text);
}

.brief-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 9px;
  color: var(--paper-muted);
}

.service-section__heading h2 {
  margin: 0;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
}

.search-form__control {
  min-height: 53px;
  display: grid;
  grid-template-columns: auto 1px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 0 14px 0 17px;
  border: 1px solid var(--line-dark);
  background: var(--ink-raised);
}

.search-form__control:focus-within {
  border-color: var(--lime);
}

#search-engine {
  min-width: 72px;
  padding: 8px 18px 8px 0;
  color: var(--lime-text);
  border: 0;
  appearance: none;
  background: transparent;
  background-image: linear-gradient(45deg, transparent 50%, var(--paper-muted) 50%), linear-gradient(135deg, var(--paper-muted) 50%, transparent 50%);
  background-position: calc(100% - 8px) 48%, 100% 48%;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  font-family: var(--mono);
  font-size: 11px;
  cursor: pointer;
}

#search-engine:focus,
#search-input:focus {
  outline: 0;
}

.search-form__divider {
  width: 1px;
  height: 22px;
  background: var(--line-dark);
}

#search-input {
  width: 100%;
  min-width: 0;
  padding: 8px 0;
  color: var(--paper);
  border: 0;
  outline: 0;
  background: transparent;
  font-family: var(--serif);
  font-size: 18px;
}

#search-input::placeholder {
  color: var(--paper-muted);
}

.search-submit {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--paper);
  border: 0;
  background: var(--lime);
  transition: background 180ms ease, color 180ms ease;
}

.search-submit:hover {
  color: var(--paper);
  background: var(--red);
}

.search-hints {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding-top: 13px;
}

.search-hint {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  color: var(--paper-muted);
  border: 0;
  background: transparent;
  font-family: var(--mono);
  font-size: 10px;
}

.search-hint .icon {
  width: 12px;
  height: 12px;
  opacity: 0.65;
}

.search-hint:hover {
  color: var(--lime-text);
}

.search-error {
  margin: 10px 0 0;
  color: var(--red);
  font-family: var(--mono);
  font-size: 10px;
}

.service-section {
  padding: 42px 0 46px;
  border-bottom: 1px solid var(--line-dark);
}

.service-section__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 19px;
}

.service-section__stamp,
.service-panel-heading__meta,
.ranking-panel__subhead {
  color: var(--paper-muted);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.06em;
}

.service-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.75fr);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.ranking-panel,
.tool-panel {
  min-width: 0;
  padding: 20px 24px 24px;
}

.ranking-panel {
  border-right: 1px solid var(--line-dark);
}

.tool-panel {
  padding-right: 0;
}

.service-panel-heading {
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.service-panel-heading__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 700;
}

.service-panel-heading__label .icon {
  width: 15px;
  height: 15px;
  color: var(--lime-text);
}

.service-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0 18px;
  margin-top: 18px;
  border-bottom: 1px solid var(--line-dark);
}

.service-tab {
  position: relative;
  padding: 0 0 10px;
  color: var(--paper-muted);
  border: 0;
  background: transparent;
  font-family: var(--mono);
  font-size: 10px;
}

.service-tab::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent;
}

.service-tab:hover,
.service-tab.is-active {
  color: var(--paper);
}

.service-tab.is-active::after {
  background: var(--lime);
}

.service-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 24px;
}

.service-link {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line-dark);
}

.service-link__favicon {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  display: block;
  object-fit: contain;
}

.service-link__copy {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.service-link__copy strong,
.service-link__copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service-link__copy strong {
  color: var(--paper);
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 700;
}

.service-link__copy small {
  color: var(--paper-muted);
  font-size: 10px;
}

.service-link__arrow {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  color: var(--paper-muted);
  opacity: 0;
  transform: translate(-3px, 3px);
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.service-link:hover .service-link__copy strong,
.service-link:hover .service-link__arrow {
  color: var(--lime-text);
}

.service-link:hover .service-link__arrow {
  opacity: 1;
  transform: translate(0, 0);
}

.ranking-panel__subhead {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 19px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line-dark);
  font-size: 9px;
}

.ranking-panel__subhead span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}

.mini-button {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--paper-muted);
  border: 1px solid var(--line-dark);
  border-radius: 0;
  background: transparent;
}

.mini-button:hover {
  color: var(--paper);
  border-color: var(--lime);
  background: var(--lime);
}

.mini-button .icon {
  width: 14px;
  height: 14px;
}

.ranking-list,
.tool-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ranking-item {
  border-bottom: 1px solid var(--line-dark);
}

.ranking-item a {
  min-width: 0;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 8px;
  min-height: 43px;
}

.ranking-item__rank {
  color: var(--red);
  font-family: var(--mono);
  font-size: 10px;
}

.ranking-item__title {
  overflow: hidden;
  color: var(--paper-dim);
  font-family: var(--serif);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ranking-item__arrow {
  width: 13px;
  height: 13px;
  color: var(--paper-muted);
  opacity: 0.55;
}

.ranking-item a:hover .ranking-item__title,
.ranking-item a:hover .ranking-item__arrow {
  color: var(--lime-text);
}

.ranking-empty {
  padding: 18px 0;
  color: var(--paper-muted);
  font-family: var(--mono);
  font-size: 10px;
}

.tool-list {
  margin-top: 19px;
}

.tool-link {
  min-height: 53px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 15px;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--line-dark);
}

.tool-link > span {
  color: var(--paper);
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 700;
}

.tool-link small {
  color: var(--paper-muted);
  font-size: 9px;
  white-space: nowrap;
}

.tool-link > .icon {
  width: 14px;
  height: 14px;
  color: var(--paper-muted);
}

.tool-link:hover > span,
.tool-link:hover > .icon {
  color: var(--lime-text);
}

.feed-section {
  padding-top: 40px;
}

.feed-heading {
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--line-dark);
}

.section-marker--light {
  justify-content: flex-start;
  margin-bottom: 10px;
}

.section-marker--light span {
  color: var(--lime-text);
}

.feed-heading__meta {
  max-width: 410px;
  min-width: 230px;
  gap: 14px;
  color: var(--paper-muted);
  white-space: nowrap;
}

.feed-heading__line {
  height: 1px;
  flex: 1;
  min-width: 20px;
  background: var(--line-dark);
}

.feed-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 36px;
}

.story-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 18px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line-dark);
}

.story-card__visual {
  width: 170px;
  height: 120px;
  overflow: hidden;
  background: var(--ink-soft);
}

.story-card__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.story-card__title {
  display: -webkit-box;
  overflow: hidden;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.story-card__summary {
  display: -webkit-box;
  overflow: hidden;
  margin: 8px 0 0;
  color: var(--paper-muted);
  font-size: 12px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.story-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: auto;
  padding-top: 10px;
  color: var(--paper-muted);
}

.story-card__source {
  color: var(--lime-text);
}

.story-card__arrow {
  width: 15px;
  height: 15px;
  margin-top: 4px;
  color: var(--paper-muted);
  opacity: 0;
  transform: translate(-4px, 4px);
  transition: opacity 180ms ease, transform 180ms ease, color 180ms ease;
}

.story-card:hover .story-card__arrow {
  color: var(--lime-text);
  opacity: 1;
  transform: translate(0, 0);
}

.feed-state {
  padding: 28px 0;
  color: var(--paper-muted);
  border-bottom: 1px solid var(--line-dark);
  text-align: center;
}

.feed-state__message {
  margin: 0;
  font-family: var(--serif);
  font-size: 17px;
}

.feed-state__detail {
  margin: 7px 0 15px;
  color: var(--paper-muted);
  font-family: var(--mono);
  font-size: 10px;
}

.text-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  color: var(--lime-text);
  border: 0;
  background: transparent;
  font-family: var(--mono);
  font-size: 11px;
}

.text-button:hover {
  color: var(--paper);
}

.feed-sentinel {
  height: 1px;
}

.loading-block {
  min-height: 88px;
  display: grid;
  place-items: center;
  color: var(--paper-muted);
  border-bottom: 1px solid var(--line-dark);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.loading-block--hero {
  min-height: 420px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 0;
}

.loading-block.is-pulsing {
  animation: pulse 1.4s ease-in-out infinite;
}

.site-footer {
  justify-content: space-between;
  gap: 20px;
  padding: 22px 36px 26px;
  color: var(--paper-muted);
  border-top: 1px solid var(--line-dark);
}

.site-footer a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--paper-dim);
}

.site-footer a:hover {
  color: var(--lime-text);
}

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

@keyframes pulse {
  0%,
  100% {
    opacity: 0.45;
  }
  50% {
    opacity: 1;
  }
}

@media (max-width: 1080px) {
  .masthead,
  main,
  .site-footer {
    padding-right: 24px;
    padding-left: 24px;
  }

  .front-page {
    grid-template-columns: minmax(0, 1.35fr) minmax(270px, 0.8fr);
  }

  .front-page__lead {
    padding-right: 24px;
  }

  .briefing {
    padding-left: 24px;
  }

  .hero-story h1 {
    font-size: 48px;
  }

  .story-card {
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 14px;
  }

  .story-card__visual {
    width: 130px;
    height: 108px;
  }

  .masthead__main {
    grid-template-columns: minmax(160px, auto) minmax(250px, 1fr) minmax(190px, 0.75fr);
    gap: 20px;
  }

  .masthead__brief {
    width: 100%;
    padding-left: 16px;
  }
}

@media (max-width: 820px) {
  .masthead__main {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px 0 22px;
  }

  .masthead__brief {
    display: none;
  }

  .masthead__search {
    grid-column: 1;
  }

  .front-page {
    display: block;
  }

  .front-page__lead {
    padding-right: 0;
    padding-bottom: 32px;
  }

  .briefing {
    padding: 30px 0 32px;
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .brief-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
  }

  .feed-heading {
    align-items: start;
    flex-direction: column;
    gap: 14px;
  }

  .feed-heading__meta {
    width: 100%;
    max-width: none;
  }

  .service-grid {
    grid-template-columns: minmax(0, 1fr) minmax(230px, 0.72fr);
  }

  .service-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-directory {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .ranking-panel {
    border-right: 1px solid var(--line-dark);
  }

  .tool-panel {
    padding-right: 0;
  }
}

@media (max-width: 600px) {
  .masthead {
    padding-top: 16px;
  }

  .masthead__topline {
    font-size: 9px;
  }

  .masthead__signal-tag {
    display: none;
  }

  #weather-label {
    display: none;
  }

  .edition-label {
    display: none;
  }

  .masthead__main {
    min-height: 0;
  }

  .wordmark__mark {
    width: 42px;
    height: 42px;
    font-size: 23px;
  }

  .wordmark__type strong {
    font-size: 25px;
  }

  .wordmark__type small {
    font-size: 8px;
  }

  .masthead__conditions {
    gap: 0;
  }

  .section-tab {
    min-height: 46px;
    padding: 0 16px;
    font-size: 10px;
  }

  .section-tab::after {
    right: 16px;
    left: 16px;
  }

  .section-tab.is-active {
    font-size: 11px;
  }

  .section-tab:first-child::after {
    left: 0;
  }

  main {
    padding-bottom: 34px;
  }

  .front-page__lead,
  .briefing {
    padding-top: 23px;
  }

  .section-marker {
    font-size: 9px;
  }

  .hero-story__visual {
    min-height: 220px;
  }

  .hero-story__copy {
    padding-top: 19px;
  }

  .hero-story h1 {
    font-size: 36px;
    line-height: 1.25;
  }

  .hero-story__summary {
    margin-top: 13px;
    font-size: 13px;
    line-height: 1.65;
  }

  .brief-list {
    display: block;
  }

  .brief-item {
    padding: 14px 0;
  }

  .brief-item__title {
    font-size: 16px;
  }

  .feed-section {
    padding-top: 30px;
  }

  .feed-heading h2,
  .briefing h2 {
    font-size: 25px;
  }

  .feed-heading__meta {
    min-width: 0;
    font-size: 9px;
  }

  .feed-list {
    display: block;
  }

  .story-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
    padding: 18px 0;
  }

  .story-card__visual {
    width: 112px;
    height: 92px;
  }

  .story-card__title {
    font-size: 16px;
    line-height: 1.42;
  }

  .story-card__summary {
    display: none;
  }

  .story-card__meta {
    padding-top: 7px;
    font-size: 9px;
  }

  .site-footer {
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 18px;
    padding-bottom: 22px;
    font-size: 9px;
  }

  .site-footer span:nth-child(2) {
    display: none;
  }

  .service-section__heading h2 {
    font-size: 27px;
  }

  .search-form__control {
    grid-template-columns: 63px 1px minmax(0, 1fr) auto;
    gap: 10px;
    padding-left: 11px;
  }

  #search-engine {
    min-width: 0;
    font-size: 10px;
  }

  #search-input {
    font-size: 16px;
  }

  .search-hints {
    gap: 8px 13px;
  }

  .service-section {
    padding-top: 30px;
    padding-bottom: 34px;
  }

  .service-section__heading {
    align-items: start;
    flex-direction: column;
    gap: 7px;
  }

  .service-section__stamp {
    font-size: 9px;
  }

  .service-grid {
    display: block;
  }

  .service-directory,
  .ranking-panel,
  .tool-panel {
    padding: 17px 0 20px;
    border-right: 0;
  }

  .service-directory,
  .ranking-panel {
    border-bottom: 1px solid var(--line-dark);
  }

  .service-tabs {
    gap: 0 14px;
    margin-top: 15px;
  }

  .service-tab {
    padding-bottom: 8px;
    font-size: 9px;
  }

  .service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 15px;
  }

  .service-link {
    gap: 4px;
    padding: 10px 0;
  }

  .service-link__favicon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .service-link__copy strong,
  .tool-link > span {
    font-size: 13px;
  }

  .service-link__copy small {
    font-size: 9px;
  }

  .ranking-panel__subhead {
    margin-top: 15px;
  }

  .tool-list {
    margin-top: 14px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Y2K portal skin */
:root {
  --ink: #eef4f8;
  --ink-raised: #ffffff;
  --ink-soft: #d6e2ec;
  --paper: #173a5b;
  --paper-dim: #4c6c87;
  --paper-muted: #71879a;
  --line-dark: #aebfce;
  --line-light: #d4e0e9;
  --lime: #c7ed48;
  --lime-text: #4a781a;
  --red: #d94b95;
  --system-font: Arial, Helvetica, sans-serif;
  --serif: Arial, Helvetica, sans-serif;
  --sans: Arial, Helvetica, sans-serif;
  --mono: "Courier New", Courier, monospace;
  --content-width: 1180px;
}

html {
  background: #8da5bb;
}

body {
  color: var(--paper);
  background-color: #8da5bb;
  background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0, rgba(255, 255, 255, 0.12) 1px, transparent 1px, transparent 4px);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

button:focus-visible,
a:focus-visible {
  outline: 2px dotted #d94b95;
  outline-offset: 2px;
}

.site-shell {
  width: min(100%, var(--content-width));
  margin: 14px auto 22px;
  overflow: hidden;
  background: #f3f7fa;
  border: 1px solid #627f9b;
  border-radius: 3px;
  box-shadow: 3px 3px 0 rgba(44, 71, 97, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.85);
}

.masthead {
  padding: 9px 16px 0;
  background: #dfeaf3;
  border-bottom: 0;
}

.masthead__topline {
  min-height: 25px;
  padding: 4px 8px;
  color: #41627e;
  background: #c8d9e7;
  border: 1px solid #a8bdcf;
  box-shadow: inset 0 1px 0 #f7fbfe;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.masthead__signal {
  gap: 12px;
}

.masthead__signal-tag,
.masthead__brief-label,
.masthead__brief-meta {
  color: #59748c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.02em;
}

.live-mark {
  color: #4e791d;
  font-weight: 700;
}

.live-mark__dot {
  width: 8px;
  height: 8px;
  background: #e05462;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px #e6a5af;
}

.masthead__conditions {
  gap: 14px;
}

.masthead__main {
  min-height: 128px;
  grid-template-columns: minmax(180px, auto) minmax(330px, 1.55fr) minmax(250px, 0.9fr);
  gap: 18px;
}

.wordmark {
  gap: 10px;
}

.wordmark__mark {
  width: 56px;
  height: 56px;
  color: #173a5b;
  background: #c7ed48;
  border: 2px outset #efffb4;
  box-shadow: inset 0 0 0 1px #7da52b;
  font-size: 30px;
}

.wordmark__type strong {
  color: #173a5b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 29px;
  text-shadow: 1px 1px 0 #fff;
}

.wordmark__type small {
  color: #59748c;
  font-family: "Courier New", Courier, monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.masthead__search {
  align-self: center;
}

.search-form__control {
  min-height: 46px;
  gap: 10px;
  padding: 0 10px 0 12px;
  background: #fff;
  border: 2px inset #b7c8d6;
  box-shadow: inset 0 1px 2px rgba(50, 82, 109, 0.12);
}

.search-form__control:focus-within {
  border-color: #5b83ad;
}

#search-engine {
  min-width: 62px;
  color: #4e791d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

#search-input {
  color: #173a5b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

#search-input::placeholder {
  color: #8299ab;
}

.search-form__divider {
  height: 25px;
  background: #c1d0dc;
}

.search-submit {
  width: 36px;
  height: 34px;
  color: #173a5b;
  background: linear-gradient(#d9f56d, #9ccc32);
  border: 2px outset #eaffab;
  box-shadow: 1px 1px 0 #73952c;
}

.search-submit:hover {
  color: #fff;
  background: linear-gradient(#e365aa, #bd3c80);
}

.search-hints {
  gap: 8px 16px;
  padding-top: 7px;
}

.search-hint {
  color: #5b7892;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.search-hint:hover {
  color: #c13d81;
  text-decoration: underline;
}

.masthead__brief {
  width: 100%;
  padding: 9px 12px;
  background: #e9f1f7;
  border: 1px solid #b6c7d4;
  box-shadow: inset 0 1px 0 #fff;
}

.masthead__brief-label {
  color: #4e791d;
  font-weight: 700;
}

.masthead__brief-label span:last-child {
  color: #3e6686;
}

.masthead__brief-meta {
  margin-top: 3px;
  color: #71879a;
}

.common-entry-strip {
  gap: 7px;
  padding: 8px 10px 9px;
  background: #fff;
  border: 1px solid #aebfce;
  box-shadow: inset 0 1px 0 #fff;
}

.common-entry-strip__header {
  padding-bottom: 5px;
  border-bottom: 1px solid #d2dfe8;
}

.common-entry-strip .service-panel-heading__label {
  color: #173a5b;
  font-size: 14px;
  font-weight: 700;
}

.common-entry-strip .service-panel-heading__label .icon {
  color: #669122;
}

.common-entry-strip .service-panel-heading__meta {
  color: #71879a;
  font-family: Arial, Helvetica, sans-serif;
}

.common-entry-strip .service-tabs {
  padding: 4px 5px;
  background: #eaf2f8;
  border: 1px solid #c0d0dc;
  box-shadow: inset 0 1px 0 #fff;
}

.common-entry-strip .service-tab {
  padding: 3px 12px 4px;
  color: #4c6c87;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.common-entry-strip .service-tab.is-active {
  color: #173a5b;
  background: #c8eb58;
  box-shadow: inset 0 1px 0 #efffb4;
}

.common-entry-strip .service-tab::after {
  height: 2px;
  background: #d94b95;
}

.common-entry-strip .service-list {
  gap: 10px;
  padding: 5px 0 1px;
  background: #f5f8fb;
  border-top: 1px solid #d1dee8;
}

.common-entry-strip .service-link {
  flex-basis: 136px;
  gap: 8px;
  padding: 6px 8px;
  background: #fff;
  border: 1px solid #c1d0dc;
  border-radius: 2px;
  box-shadow: inset 0 1px 0 #fff, 1px 1px 0 #d1dce5;
}

.common-entry-strip .service-link:hover {
  background: #f4ffd9;
  border-color: #92b93a;
}

.common-entry-strip .service-link__favicon {
  width: 26px;
  height: 26px;
  flex-basis: 26px;
}

.common-entry-strip .service-link__copy strong {
  color: #234b6c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.common-entry-strip .service-link__copy small {
  color: #71879a;
  font-family: Arial, Helvetica, sans-serif;
}

.section-nav {
  min-height: 38px;
  padding: 0 5px;
  background: linear-gradient(#4d86ba, #2d6095);
  border: 1px solid #204a72;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.section-tab {
  min-height: 36px;
  padding: 0 17px;
  color: #eaf4fc;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.section-tab:first-child {
  padding-left: 12px;
}

.section-tab:hover,
.section-tab.is-active {
  color: #173a5b;
  background: #c8eb58;
}

.section-tab::after,
.section-tab:first-child::after {
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: transparent;
}

.section-tab.is-active::after {
  background: #d94b95;
}

main {
  padding: 12px 16px 38px;
  background: #f7fafc;
}

.front-page {
  gap: 0;
  background: #fff;
  border: 1px solid #b5c6d4;
  border-bottom: 2px solid #8ea8bd;
  box-shadow: 1px 1px 0 #d5e0e8;
}

.front-page__lead {
  padding: 14px 16px 20px 14px;
}

.briefing {
  padding: 14px 14px 20px 16px;
  background: #edf4f8;
  border-left: 1px solid #b5c6d4;
}

.section-marker {
  justify-content: flex-start;
  min-height: 22px;
  margin-bottom: 8px;
  padding: 3px 6px;
  color: #47718f;
  background: #e4eef5;
  border: 1px solid #c1d1dd;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0;
}

.section-marker span:last-child {
  margin-left: auto;
  color: #71879a;
}

.hero-story {
  min-height: 360px;
  border: 1px solid #b5c6d4;
  background: #fff;
}

.hero-story__visual {
  min-height: 260px;
  border-bottom: 1px solid #b5c6d4;
  background: #dbe7ef;
}

.hero-story__image,
.story-card__image {
  filter: saturate(0.92) contrast(1.02);
}

.hero-story__visual::after {
  border: 2px solid rgba(255, 255, 255, 0.35);
}

.hero-story__copy {
  padding: 14px;
}

.story-kicker {
  margin-bottom: 6px;
  color: #c13d81;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.hero-story h1 {
  max-width: 820px;
  color: #173a5b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.22;
}

.hero-story__summary {
  margin-top: 12px;
  color: #4c6c87;
  font-size: 13px;
  line-height: 1.65;
}

.story-meta {
  margin-top: 12px;
  color: #71879a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.story-meta__source,
.story-card__source {
  color: #4a781a;
}

.briefing__heading {
  padding-bottom: 10px;
  border-bottom: 2px solid #b5c6d4;
}

.briefing h2,
.feed-heading h2,
.signal-console__intro h2,
.service-section__heading h2 {
  color: #173a5b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 800;
}

.briefing__signal {
  color: #c13d81;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.brief-item {
  gap: 9px;
  padding: 11px 0;
  border-bottom: 1px dotted #afc0ce;
}

.brief-item__number {
  color: #c13d81;
  font-family: "Courier New", Courier, monospace;
  font-weight: 700;
}

.brief-item__title {
  color: #234b6c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.brief-item__meta {
  margin-top: 5px;
  color: #71879a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.service-section {
  margin-top: 14px;
  padding: 14px;
  background: #e6f0f7;
  border: 1px solid #aebfce;
  box-shadow: inset 0 1px 0 #fff;
}

.service-section__heading {
  padding-bottom: 10px;
  border-bottom: 1px solid #b8cbd9;
}

.service-section__heading h2 {
  font-size: 20px;
}

.service-section__stamp,
.service-panel-heading__meta {
  color: #71879a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.service-grid {
  margin-top: 10px;
  background: #fff;
  border: 1px solid #b5c6d4;
  box-shadow: 1px 1px 0 #d4e0e8;
}

.ranking-panel,
.tool-panel {
  padding: 12px;
}

.ranking-panel {
  border-right: 1px solid #b5c6d4;
}

.service-panel-heading {
  min-height: 28px;
  padding: 4px 7px;
  background: #d9e8f2;
  border: 1px solid #b5c6d4;
  box-shadow: inset 0 1px 0 #fff;
}

.service-panel-heading__label {
  color: #234b6c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.service-panel-heading__label .icon {
  color: #5e8a20;
}

.ranking-panel__subhead {
  margin-top: 10px;
  padding: 5px 2px;
  color: #607c94;
  border-bottom: 1px solid #c5d3df;
  font-family: Arial, Helvetica, sans-serif;
}

.ranking-item {
  border-bottom: 1px dotted #b7c7d4;
}

.ranking-item a {
  min-height: 38px;
}

.ranking-item__rank {
  color: #c13d81;
  font-weight: 700;
}

.ranking-item__title {
  color: #41637e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.mini-button {
  width: 26px;
  height: 24px;
  color: #234b6c;
  background: linear-gradient(#f8fcff, #c9d8e3);
  border: 2px outset #f8fcff;
  box-shadow: 1px 1px 0 #7992a8;
}

.mini-button:hover {
  color: #173a5b;
  background: #c8eb58;
}

.tool-list {
  margin-top: 10px;
}

.tool-link {
  min-height: 42px;
  border-bottom: 1px dotted #b7c7d4;
}

.tool-link > span {
  color: #234b6c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.tool-link small {
  color: #71879a;
}

.tool-link:hover > span,
.tool-link:hover > .icon {
  color: #c13d81;
}

.feed-section {
  padding-top: 22px;
}

.feed-heading {
  padding: 8px 10px;
  background: #dbeaf3;
  border: 1px solid #b4c6d4;
}

.section-marker--light {
  margin-bottom: 4px;
  padding: 0;
  background: transparent;
  border: 0;
}

.section-marker--light span {
  color: #4c718c;
}

.feed-heading__meta {
  color: #607c94;
  font-family: Arial, Helvetica, sans-serif;
}

.feed-heading__line {
  background: #9db4c6;
}

.story-card {
  gap: 12px;
  padding: 14px 8px;
  background: #fff;
  border-bottom: 1px dotted #afc0ce;
}

.story-card:nth-child(even) {
  background: #f0f5f8;
}

.story-card__visual {
  width: 150px;
  height: 100px;
  border: 1px solid #b1c4d3;
}

.story-card__title {
  color: #234b6c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.story-card__summary,
.story-card__meta {
  color: #71879a;
  font-family: Arial, Helvetica, sans-serif;
}

.feed-state {
  color: #607c94;
  background: #fff;
  border: 1px solid #b5c6d4;
}

.site-footer {
  padding: 12px 18px 15px;
  color: #e9f4fb;
  background: #2f679e;
  border-top: 2px solid #204b73;
  font-family: Arial, Helvetica, sans-serif;
}

.site-footer a,
.site-footer a:hover {
  color: #d9f46e;
}

@media (max-width: 820px) {
  body {
    background: #d9e5ee;
  }

  .site-shell {
    width: 100%;
    margin: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .masthead {
    padding: 7px 9px 0;
  }

  .masthead__topline {
    gap: 8px;
    font-size: 9px;
  }

  .masthead__main {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 0 12px;
  }

  .wordmark {
    justify-self: start;
  }

  .masthead__brief {
    display: none;
  }

  .common-entry-strip .service-tabs,
  .common-entry-strip .service-list {
    overflow-x: auto;
  }

  .section-nav {
    min-height: 39px;
  }

  .section-tab {
    min-height: 37px;
    padding: 0 13px;
    font-size: 11px;
  }

  .section-tab:first-child {
    padding-left: 9px;
  }

  main {
    padding: 9px 9px 24px;
  }

  .front-page {
    display: block;
  }

  .front-page__lead,
  .briefing {
    padding: 10px;
  }

  .briefing {
    border-top: 1px solid #b5c6d4;
    border-left: 0;
  }

  .hero-story h1 {
    font-size: 30px;
  }

  .hero-story__visual {
    min-height: 210px;
  }

  .service-section {
    padding: 10px;
  }

  .service-grid {
    display: block;
  }

  .ranking-panel {
    border-right: 0;
    border-bottom: 1px solid #b5c6d4;
  }

  .feed-list {
    display: block;
  }

  .story-card {
    grid-template-columns: 112px minmax(0, 1fr);
    padding: 12px 6px;
  }

  .story-card__visual {
    width: 112px;
    height: 88px;
  }

  .story-card__title {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .masthead__conditions {
    gap: 0;
  }

  .masthead__signal-tag,
  #weather-label,
  .edition-label {
    display: none;
  }

  .wordmark__mark {
    width: 46px;
    height: 46px;
    font-size: 25px;
  }

  .wordmark__type strong {
    font-size: 24px;
  }

  .common-entry-strip .service-tab {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 10px;
  }

  .common-entry-strip .service-link {
    flex-basis: 124px;
  }

  .hero-story h1 {
    font-size: 27px;
  }

  .brief-list {
    display: block;
  }

  .feed-heading {
    display: block;
  }

  .feed-heading__meta {
    min-width: 0;
    margin-top: 8px;
  }

  .site-footer {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px 18px;
    padding: 11px 12px 14px;
  }
}
