.lsf-13f-page {
  /* Section aliases only reference the canonical tokens in theme/site.css. */
  --lsf-13f-ink: var(--lsf-ink);
  --lsf-13f-muted: var(--lsf-muted);
  --lsf-13f-line: var(--lsf-line);
  --lsf-13f-paper: var(--lsf-surface-muted);
  --lsf-13f-blue: var(--lsf-brand);
  --lsf-13f-blue-soft: var(--lsf-brand-wash);
  --lsf-13f-gold: var(--lsf-warning);
  --lsf-13f-gold-soft: var(--lsf-surface-soft);
  --lsf-13f-red: var(--lsf-negative);
  --lsf-13f-red-soft: var(--lsf-surface-soft);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 68px;
  color: var(--lsf-13f-ink);
}

.lsf-13f-page a {
  color: var(--lsf-13f-blue);
  text-underline-offset: 3px;
}

.lsf-13f-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 24px;
  color: var(--lsf-13f-muted);
  font-size: 0.9rem;
}

.lsf-13f-breadcrumb a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.lsf-13f-hero,
.lsf-13f-manager-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  gap: 48px;
  align-items: end;
  padding: 50px;
  overflow: hidden;
  border: 1px solid var(--lsf-13f-line);
  border-radius: var(--lsf-radius);
  background:
    linear-gradient(125deg, var(--lsf-surface), var(--lsf-surface-soft)),
    repeating-linear-gradient(90deg, transparent 0 62px, color-mix(in srgb, var(--lsf-brand) 5%, transparent) 62px 63px);
  box-shadow: var(--lsf-shadow);
}

.lsf-13f-hero::after,
.lsf-13f-manager-hero::after {
  position: absolute;
  right: -82px;
  bottom: -112px;
  width: 300px;
  height: 300px;
  border: 52px solid color-mix(in srgb, var(--lsf-brand) 7%, transparent);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.lsf-13f-eyebrow,
.lsf-13f-kicker {
  margin: 0 0 10px;
  color: var(--lsf-13f-blue);
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.lsf-13f-hero h1,
.lsf-13f-manager-hero h1 {
  max-width: 790px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.55rem, 6.5vw, 5.75rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.lsf-13f-manager-hero h1 {
  font-size: clamp(2.35rem, 5.6vw, 5rem);
}

.lsf-13f-lede {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--lsf-text);
  font-size: clamp(1rem, 1.6vw, 1.17rem);
  line-height: 1.75;
}

.lsf-13f-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
  margin-top: 26px;
}

.lsf-13f-actions a,
.lsf-13f-section-head > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.lsf-13f-primary-link {
  display: inline-flex;
  min-height: 44px;
  padding: 10px 17px;
  align-items: center;
  border: 1px solid var(--lsf-13f-blue);
  border-radius: var(--lsf-radius-sm);
  background: var(--lsf-13f-blue);
  color: var(--lsf-surface) !important;
  font-weight: 700;
  text-decoration: none;
}

.lsf-13f-asof,
.lsf-13f-score-plate,
.lsf-13f-score-card {
  position: relative;
  z-index: 1;
  display: grid;
  padding: 24px;
  border-top: 3px solid var(--lsf-13f-blue);
  background: var(--lsf-surface);
  box-shadow: var(--lsf-shadow-sm);
}

.lsf-13f-asof span,
.lsf-13f-score-plate span,
.lsf-13f-score-card span {
  color: var(--lsf-13f-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lsf-13f-asof strong {
  margin: 3px 0 18px;
  font: 500 1.45rem/1.2 Georgia, serif;
}

.lsf-13f-asof strong:last-child {
  margin-bottom: 0;
}

.lsf-13f-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 28px 0 0;
  border-top: 1px solid var(--lsf-13f-line);
  border-left: 1px solid var(--lsf-13f-line);
}

.lsf-13f-stat-grid article {
  min-height: 145px;
  padding: 22px;
  border-right: 1px solid var(--lsf-13f-line);
  border-bottom: 1px solid var(--lsf-13f-line);
  background: var(--lsf-surface);
}

.lsf-13f-stat-grid article > span {
  display: block;
  min-height: 38px;
  color: var(--lsf-13f-muted);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lsf-13f-stat-grid strong {
  display: block;
  margin: 8px 0 5px;
  font: 500 clamp(1.55rem, 3vw, 2.5rem)/1 Georgia, serif;
}

.lsf-13f-stat-grid small {
  color: var(--lsf-13f-muted);
  line-height: 1.45;
}

.lsf-13f-finding,
.lsf-13f-section,
.lsf-13f-limit,
.lsf-13f-warning,
.lsf-13f-stale-panel,
.lsf-13f-manager-read {
  margin-top: 54px;
}

.lsf-13f-finding {
  padding: 34px;
  border-left: 4px solid var(--lsf-13f-gold);
  background: var(--lsf-13f-gold-soft);
}

.lsf-13f-finding h2,
.lsf-13f-section h2,
.lsf-13f-limit h2,
.lsf-13f-warning h2,
.lsf-13f-stale-panel h2,
.lsf-13f-manager-read h2 {
  margin: 0;
  font: 500 clamp(1.7rem, 3.4vw, 2.75rem)/1.12 Georgia, serif;
  letter-spacing: -0.025em;
}

.lsf-13f-finding-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 22px;
}

.lsf-13f-finding-grid p {
  margin: 0;
  line-height: 1.72;
}

.lsf-13f-section-head {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}

.lsf-13f-section > p,
.lsf-13f-limit p,
.lsf-13f-warning li,
.lsf-13f-stale-panel > p,
.lsf-13f-manager-read > p {
  line-height: 1.75;
}

.lsf-13f-consensus-grid,
.lsf-13f-method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.lsf-13f-consensus-grid > article,
.lsf-13f-method-grid > article,
.lsf-13f-position-block {
  padding: 24px;
  border: 1px solid var(--lsf-13f-line);
  background: var(--lsf-surface);
}

.lsf-13f-consensus-grid h3,
.lsf-13f-method-grid h3,
.lsf-13f-position-block h3 {
  margin: 0 0 18px;
  font: 500 1.28rem/1.25 Georgia, serif;
}

.lsf-13f-method-grid article {
  border-top: 3px solid var(--lsf-13f-blue);
}

.lsf-13f-method-grid p {
  margin: 9px 0 0;
  color: var(--lsf-text);
  line-height: 1.68;
}

.lsf-13f-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--lsf-13f-line);
  background: var(--lsf-surface);
  -webkit-overflow-scrolling: touch;
}

.lsf-13f-consensus-grid .lsf-13f-table-wrap,
.lsf-13f-position-block .lsf-13f-table-wrap {
  border: 0;
}

.lsf-13f-page table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.84rem;
  text-align: left;
}

.lsf-13f-page th,
.lsf-13f-page td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--lsf-13f-line);
  vertical-align: top;
}

.lsf-13f-page th {
  background: var(--lsf-13f-paper);
  color: var(--lsf-muted);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.lsf-13f-page tr:last-child td {
  border-bottom: 0;
}

.lsf-13f-page td small {
  display: block;
  margin-top: 4px;
  color: var(--lsf-13f-muted);
  font-size: 0.72rem;
  line-height: 1.35;
}

.lsf-13f-manager-table {
  min-width: 920px;
}

.lsf-13f-manager-table tr.is-stale td,
.lsf-13f-page tr.is-notice td {
  background: var(--lsf-13f-red-soft);
}

.lsf-13f-manager-table td:first-child a {
  display: inline-flex;
  min-height: 44px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}

.lsf-13f-limit,
.lsf-13f-warning {
  padding: 28px 32px;
  border: 1px solid var(--lsf-13f-line);
  background: var(--lsf-13f-paper);
}

.lsf-13f-limit h2,
.lsf-13f-warning h2 {
  font-size: 1.42rem;
}

.lsf-13f-limit p:last-child,
.lsf-13f-warning li:last-child {
  margin-bottom: 0;
}

.lsf-13f-warning {
  border-color: color-mix(in srgb, var(--lsf-warning) 55%, var(--lsf-line));
  background: var(--lsf-13f-gold-soft);
}

.lsf-13f-warning ul {
  margin: 15px 0 0;
  padding-left: 20px;
}

.lsf-13f-footer {
  margin-top: 56px;
  padding-top: 22px;
  border-top: 1px solid var(--lsf-13f-line);
  color: var(--lsf-13f-muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.lsf-13f-score-plate {
  place-items: start;
}

.lsf-13f-score-plate strong,
.lsf-13f-score-card strong {
  margin: 10px 0 5px;
  font: 500 clamp(3rem, 7vw, 5.2rem)/0.92 Georgia, serif;
}

.lsf-13f-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 24px 0 0;
  padding: 1px;
  list-style: none;
  background: var(--lsf-13f-line);
}

.lsf-13f-process li {
  display: flex;
  gap: 14px;
  min-height: 120px;
  padding: 20px;
  background: var(--lsf-surface);
}

.lsf-13f-process li > strong {
  color: var(--lsf-13f-blue);
  font: 500 1.7rem/1 Georgia, serif;
}

.lsf-13f-process li div > span {
  display: block;
  font-weight: 760;
}

.lsf-13f-process small {
  display: block;
  margin-top: 8px;
  color: var(--lsf-13f-muted);
  line-height: 1.5;
}

.lsf-13f-scale-table {
  min-width: 760px;
}

.lsf-13f-scale-table td:first-child {
  width: 24%;
}

.lsf-13f-scale-table td:nth-child(2) {
  width: 70px;
  font: 500 1.35rem/1 Georgia, serif;
}

.lsf-13f-formula {
  padding: 22px 26px;
  border: 1px solid var(--lsf-13f-line);
  border-top: 0;
  background: var(--lsf-13f-paper);
}

.lsf-13f-formula code {
  font-size: 1.05rem;
}

.lsf-13f-literature {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  list-style-position: inside;
  background: var(--lsf-13f-line);
}

.lsf-13f-literature li {
  padding: 22px;
  background: var(--lsf-surface);
}

.lsf-13f-literature a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-weight: 760;
}

.lsf-13f-literature p {
  margin: 9px 0 0;
  color: var(--lsf-13f-muted);
  line-height: 1.6;
}

.lsf-13f-manager-hero {
  align-items: center;
}

.lsf-13f-manager-zh {
  margin: 14px 0;
  color: var(--lsf-13f-muted);
  font-size: 1.04rem;
}

.lsf-13f-badge {
  display: inline-flex;
  min-height: 31px;
  padding: 5px 10px;
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--lsf-brand) 42%, var(--lsf-line));
  border-radius: 999px;
  background: var(--lsf-13f-blue-soft);
  color: var(--lsf-13f-blue);
  font-size: 0.74rem;
  font-weight: 760;
}

.lsf-13f-badge.is-high {
  border-color: color-mix(in srgb, var(--lsf-warning) 55%, var(--lsf-line));
  background: var(--lsf-13f-gold-soft);
  color: color-mix(in srgb, var(--lsf-warning) 70%, var(--lsf-ink));
}

.lsf-13f-badge.is-stale {
  border-color: color-mix(in srgb, var(--lsf-negative) 48%, var(--lsf-line));
  background: var(--lsf-13f-red-soft);
  color: var(--lsf-13f-red);
}

.lsf-13f-score-card.is-stale {
  border-top-color: var(--lsf-13f-red);
}

.lsf-13f-manager-read {
  padding: 34px;
  border: 1px solid var(--lsf-13f-line);
  border-top: 4px solid var(--lsf-13f-blue);
  background: var(--lsf-surface);
}

.lsf-13f-manager-read > p {
  max-width: 900px;
}

.lsf-13f-next {
  margin-top: 22px;
  padding: 18px 20px;
  background: var(--lsf-13f-blue-soft);
}

.lsf-13f-next p {
  margin: 7px 0 0;
  line-height: 1.6;
}

.lsf-13f-manager-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lsf-13f-stale-panel {
  padding: 30px;
  border: 2px solid color-mix(in srgb, var(--lsf-negative) 55%, var(--lsf-line));
  background: var(--lsf-13f-red-soft);
}

.lsf-13f-position-block {
  margin-top: 20px;
}

.lsf-13f-position-block h3 small {
  display: inline-flex;
  min-width: 28px;
  height: 28px;
  margin-left: 6px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--lsf-13f-paper);
  color: var(--lsf-13f-muted);
  font: 700 0.72rem/1 system-ui, sans-serif;
}

.lsf-13f-position-block table {
  min-width: 790px;
}

.lsf-13f-table-note {
  margin: -7px 0 14px;
  color: var(--lsf-13f-muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.lsf-13f-empty {
  padding: 22px !important;
  color: var(--lsf-13f-muted);
  text-align: center;
}

.lsf-13f-score-table {
  min-width: 690px;
}

.lsf-13f-bar {
  width: 100%;
  min-width: 120px;
  height: 7px;
  margin-top: 5px;
  overflow: hidden;
  border-radius: 99px;
  background: var(--lsf-surface-muted);
}

.lsf-13f-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--lsf-13f-blue);
}

@media (max-width: 900px) {
  .lsf-13f-hero,
  .lsf-13f-manager-hero {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 36px;
  }

  .lsf-13f-asof,
  .lsf-13f-score-plate,
  .lsf-13f-score-card {
    max-width: 360px;
  }

  .lsf-13f-stat-grid,
  .lsf-13f-manager-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lsf-13f-finding-grid,
  .lsf-13f-process {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .lsf-13f-page {
    width: min(100% - 24px, 1180px);
    padding-top: 22px;
  }

  .lsf-13f-hero,
  .lsf-13f-manager-hero {
    padding: 28px 22px;
  }

  .lsf-13f-consensus-grid,
  .lsf-13f-method-grid,
  .lsf-13f-literature {
    grid-template-columns: 1fr;
  }

  .lsf-13f-finding,
  .lsf-13f-manager-read,
  .lsf-13f-limit,
  .lsf-13f-warning,
  .lsf-13f-stale-panel,
  .lsf-13f-consensus-grid > article,
  .lsf-13f-method-grid > article,
  .lsf-13f-position-block {
    padding: 22px 18px;
  }

  .lsf-13f-stat-grid,
  .lsf-13f-manager-stats {
    grid-template-columns: 1fr 1fr;
  }

  .lsf-13f-stat-grid article {
    min-height: 132px;
    padding: 16px;
  }

  .lsf-13f-section-head {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  .lsf-13f-page {
    width: calc(100% - 18px);
  }

  .lsf-13f-hero,
  .lsf-13f-manager-hero {
    padding: 24px 17px;
  }

  .lsf-13f-stat-grid,
  .lsf-13f-manager-stats {
    grid-template-columns: 1fr;
  }

  .lsf-13f-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .lsf-13f-primary-link {
    justify-content: center;
  }
}
