/*
 * The continuation stream is a continuation of the dashboard, not a second
 * hero. Use a readable, unboxed rail so the cards own the vertical space.
 */
.continuation-stream .continuation-window-head {
  min-height: 50px !important;
  padding: 0 2px 0 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.continuation-stream .continuation-window-head .window-label {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.continuation-stream .continuation-window-head .window-label b {
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
}

.continuation-stream .continuation-window-head .window-label span {
  color: var(--muted-strong);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.continuation-stream .continuation-window-head .window-label em {
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.continuation-stream .continuation-window-head .view-all {
  min-height: 31px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
}

/* A full window page can grow with every retained story. The guide follows
 * the grid naturally rather than reserving a fixed page height. */
.view-all-page .window-page-hero {
  min-height: 0;
  padding: 0 0 20px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.view-all-page .window-page-eyebrow {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.view-all-page .window-page-hero h1 {
  margin: 7px 0 6px;
  color: var(--ink);
  font-size: clamp(31px, 3vw, 42px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1;
}

.view-all-page .window-page-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--muted-strong);
  font-size: 13px;
  line-height: 1.5;
}

.view-all-page .window-count-pill {
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--accent);
  background: transparent;
  font-size: 11px;
  font-weight: 700;
}

.view-all-page .window-market-grid {
  align-content: start;
  grid-auto-rows: auto;
}

@media (max-width: 760px) {
  .continuation-stream .continuation-window-head {
    min-height: 48px !important;
  }

  .continuation-stream .continuation-window-head .window-label {
    flex-wrap: wrap;
    gap: 6px 9px;
  }

  .continuation-stream .continuation-window-head .window-label b {
    font-size: 16px;
  }

  .continuation-stream .continuation-window-head .window-label span {
    font-size: 10px;
  }

  .continuation-stream .continuation-window-head .window-label em {
    padding-left: 8px;
    font-size: 9px;
  }

  .continuation-stream .continuation-window-head .view-all {
    min-height: 30px;
    padding: 0 11px;
    font-size: 9px;
  }

  .view-all-page .window-page-hero {
    display: block;
    padding-bottom: 16px;
  }

  .view-all-page .window-page-hero h1 {
    font-size: 31px;
  }

  .view-all-page .window-count-pill {
    display: block;
    margin-top: 10px;
  }
}
