/* Keep the original web article/Brief reading measure and masthead type. */
.app-shell .article-page,
.app-shell .brief-page,
.app-shell .legal-page {
  color: var(--si-text);
  padding: 40px 24px 80px;
  max-width: 720px;
  margin: auto;
}
.app-shell .article-page {
  --ab-ink: var(--si-text);
  --ab-body: var(--si-text-2);
  --ab-muted: var(--si-text-3);
  --ab-line: var(--si-border);
  --ab-card: rgba(var(--si-ink-rgb), 0.025);
  --ab-accent: var(--si-blue);
}
.app-shell .art-headline,
.app-shell .brief-title,
.app-shell .legal-page h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  color: var(--si-text);
  letter-spacing: -0.5px;
  margin: 0 0 12px;
}
.app-shell .art-dek,
.app-shell .brief-subtitle {
  font-size: 18px;
  line-height: 1.5;
  color: var(--si-text-2);
  margin-bottom: 18px;
}
.app-shell .art-body,
.app-shell .brief-overview,
.app-shell .brief-story-detail,
.app-shell .brief-team-bullets,
.app-shell .legal-page {
  font-size: 16px;
  line-height: 1.7;
  color: var(--si-text-2);
}
.app-shell .art-body p,
.app-shell .brief-ov-p {
  margin: 0 0 16px;
}
.app-shell .art-body {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--si-text);
}
.app-shell .art-body h2 {
  font-size: 23px;
  margin: 32px 0 16px;
  color: var(--si-text);
}
.app-shell .art-body a,
.app-shell .art-sources a,
.app-shell .brief-story-lead,
.app-shell .brief-team-name a,
.app-shell .legal-page a {
  color: var(--si-text);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.app-shell .si-shead {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin: 28px 0 18px;
}
.app-shell .si-shead-icon {
  width: 22px;
  height: 22px;
}
.app-shell .si-shead-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--si-text-2);
}
.app-shell .si-shead-meta {
  font-size: 11px;
  color: var(--si-text-3);
}
.app-shell .si-shead-rule {
  height: 1px;
  background: var(--si-border);
  flex: 1;
  min-width: 30px;
}
.app-shell .art-hero {
  margin: 24px 0;
}
.app-shell .art-hero img {
  width: 100%;
  border-radius: 16px;
}
.app-shell .art-hero figcaption,
.app-shell .art-source-meta,
.app-shell .brief-hero-credit,
.app-shell .brief-team-stale {
  color: var(--si-text-3);
  font-size: 12px;
}
.app-shell .art-sources li {
  margin: 12px 0;
}
.app-shell .art-source-meta {
  display: block;
}
.app-shell .art-topics {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.app-shell .art-topic-chip {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: var(--si-text);
  font-size: 12px;
}
.app-shell .art-topic-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.app-shell .brief-story-lead,
.app-shell .brief-team-name {
  color: var(--si-text);
}
.app-shell .brief-story-link,
.app-shell .brief-teams-capped {
  color: var(--si-text-3);
}
.app-shell .brief-signin {
  color: var(--si-text);
  border-color: var(--si-border);
  background: var(--si-fill);
}
.app-shell .brief-signin-text,
.app-shell .brief-label {
  color: var(--si-text-2);
}
.app-shell .brief-signin-btn {
  display: inline-flex;
  background: var(--si-accent);
  color: var(--si-on-accent);
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800;
  margin-top: 16px;
}
.app-shell .art-more-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.app-shell .art-card-thumb {
  height: 150px;
  overflow: hidden;
  border-radius: 12px;
}
.app-shell .art-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app-shell .art-card-title {
  font-size: 17px;
  color: var(--si-text);
  margin-top: 10px;
}
.app-shell .art-card-dek {
  color: var(--si-text-3);
  font-size: 13px;
  margin-top: 6px;
}
.app-shell .art-admin {
  border: 1px solid var(--si-border);
  border-radius: 12px;
  padding: 12px;
  color: var(--si-text);
}
.app-shell .art-admin-btn {
  padding: 8px 10px;
  border: 1px solid var(--si-border);
  border-radius: 8px;
}
.app-shell .reader-actions {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}
.app-shell .legal-page h2 {
  color: var(--si-text);
  margin: 28px 0 12px;
  font-size: 23px;
}
.app-shell .legal-page p {
  margin: 0 0 16px;
}
.app-shell .about-page,
.app-shell .contact-page {
  color: var(--si-text);
}
@media (max-width: 599px) {
  .app-shell .art-headline,
  .app-shell .brief-title,
  .app-shell .legal-page h1 {
    font-size: 32px;
  }
  .app-shell .art-more-grid {
    grid-template-columns: 1fr;
  }
  .app-shell .si-shead-meta {
    font-size: 10px;
  }
  .app-shell .article-page,
  .app-shell .brief-page {
    padding: 28px 0 60px;
  }
}
.app-shell .legal-company,
.app-shell .legal-highlight,
.app-shell .legal-section h3,
.app-shell .legal-section strong {
  color: var(--si-text);
}
.app-shell .legal-section p,
.app-shell .legal-section li,
.app-shell .legal-intro {
  color: var(--si-text-2);
}
.app-shell .legal-updated,
.app-shell .legal-section li::marker {
  color: var(--si-text-3);
}
.app-shell .legal-highlight {
  background: var(--si-fill);
  border-color: var(--si-border-strong);
}
.app-shell .legal-toc,
.app-shell .legal-rules {
  border-color: var(--si-border);
}
.app-shell .brief-team-bullets li {
  color: var(--si-text-2);
}
.app-shell .brief-team-fig figcaption,
.app-shell .brief-story-n,
.app-shell .brief-empty,
.app-shell .brief-backlink a {
  color: var(--si-text-3);
}
.app-shell .brief-story-thumb,
.app-shell .brief-story-thumbwrap.is-empty {
  background: var(--si-fill);
}
.app-shell .brief-signin-btn {
  color: var(--si-on-accent) !important;
}
.app-shell .brief-signin-btn:hover {
  background: var(--si-accent);
  filter: brightness(1.12);
}
.app-shell .brief-ov-teamlink {
  border-color: var(--si-border-strong);
}
.app-shell .reader-discussion {
  margin-top: 32px;
}
.app-shell .about-sections {
  padding-bottom: 40px;
}
.app-shell .about-sections p {
  color: var(--si-text-2);
  line-height: 1.65;
  margin: 14px 0 20px;
}
.app-shell .contact-page {
  padding: 32px 0 48px;
  max-width: 960px;
  margin: auto;
}
.app-shell .contact-title {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -1px;
}
.app-shell .contact-subtitle {
  color: var(--si-text-2);
  line-height: 1.5;
  margin: 12px 0 32px;
}
.app-shell .contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 32px;
}
.app-shell .contact-form,
.app-shell .contact-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.app-shell .contact-form {
  gap: 20px;
}
.app-shell .contact-form label {
  font-size: 13px;
  font-weight: 700;
}
.app-shell .contact-form textarea {
  resize: vertical;
  min-height: 140px;
}
.app-shell .contact-submit-btn {
  align-self: start;
}
.app-shell .contact-info-card {
  border: 1px solid var(--si-border);
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 20px;
}
.app-shell .contact-info-heading {
  font-size: 17px;
  margin: 0 0 18px;
}
.app-shell .contact-info-item {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}
.app-shell .contact-info-item:last-child {
  margin: 0;
}
.app-shell .contact-info-item svg {
  color: var(--si-blue);
  flex-shrink: 0;
}
.app-shell .contact-info-label {
  color: var(--si-text-3);
  font-size: 13px;
  margin: 0 0 4px;
}
.app-shell .contact-form-status {
  min-height: 20px;
  font-size: 14px;
}
.app-shell .contact-form-status.error {
  color: var(--si-danger);
}
.app-shell .contact-form-status.success {
  color: var(--si-up);
}
@media (max-width: 699px) {
  .app-shell .contact-layout {
    grid-template-columns: 1fr;
  }
  .app-shell .contact-title {
    font-size: 28px;
  }
  .app-shell .reader-actions {
    flex-wrap: wrap;
  }
  .app-shell .brief-story-link {
    grid-column: 2;
  }
  .app-shell .brief-team-name {
    flex-wrap: wrap;
  }
}
