.share-index-panel,
.share-article-page {
  background: linear-gradient(135deg, #090909 25%, #1a1a1a 25%, #1a1a1a 50%, #090909 50%, #090909 75%, #1a1a1a 75%, #1a1a1a) top / 40px 45px repeat-x, linear-gradient(#ffffff, #ffffff) 0 45px / 100% calc(100% - 45px) no-repeat;
  background-color: #ffffff;
  color: #111111;
}

.share-index-panel::before,
.share-article-page::before {
  background: #ffffff;
}

.share-index-panel h2,
.share-article-page h1 {
  margin: 0 0 12px;
  color: #111111;
  letter-spacing: 0;
}

body.grid48-dark-egg .share-index-panel .share-intro,
.share-index-panel .share-intro,
.share-index-panel .action-status,
.share-article-page .share-article-summary,
.share-article-page .share-article-meta,
.share-article-page .share-article-body {
  color: #31352d;
}

.share-article-page {
  display: grid;
}

#starArchiveView #starArchiveTitle {
  display: none;
}

.share-article-page .scene-tag,
.share-index-panel .scene-tag,
.share-tag-page .scene-tag {
  color: #8ed500;
}

.share-article-hero {
  padding-top: 18px;
}

.share-article-hero-copy {
  display: grid;
  gap: 10px;
  align-content: start;
  min-width: 0;
}

.share-article-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}

.share-back-link {
  width: fit-content;
  border: 2px solid var(--ink);
  background: #ffffff;
  color: var(--ink);
  padding: 5px 8px;
  box-shadow: 3px 3px 0 var(--ink);
  font-size: 0.625rem;
  font-weight: 400;
  text-decoration: none;
}

.share-back-link:hover,
.share-back-link:focus-visible {
  background: var(--acid);
  outline: none;
}

.share-article-hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(1.375rem, 6.2vw, 1.375rem);
  line-height: 1.3;
  overflow-wrap: anywhere;
  padding-bottom: 8px;
}

.public-ai-report-page .share-article-title-row h1 {
  min-width: 0;
  max-width: none;
  overflow: visible;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
  -webkit-line-clamp: unset;
}

.share-article-date {
  color: rgba(17, 17, 17, 0.52);
  font-size: 0.6rem;
  font-weight: 400;
  padding-bottom: 20px;
}

.share-article-topic-line {
  color: rgba(118, 118, 118, 0.98);
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 0.5;
}

.share-article-topic-line span {
 color: rgba(118, 118, 118, 0.98);
}

.share-article-topic-line a {
  color: var(--ink);
  text-decoration: none;
}

.share-article-topic-line a:hover,
.share-article-topic-line a:focus-visible {
  color: var(--danger);
  border-bottom-color: currentColor;
  outline: none;
}

.share-article-hero .share-article-summary {
  margin: 0;
  max-width: 820px;
  color: #31352d;
  font-size: 0.9375rem;
  font-weight: 800;
  line-height: 1.75;
}

.share-article-meta-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.share-article-meta-strip span {
  border: 2px solid var(--ink);
  background: #ffffff;
  padding: 6px 9px;
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.share-article-taxonomy,
.share-list,
.share-card,
.seo-flow-grid,
.seo-flow-group,
.seo-flow-card,
.share-section-head,
.share-tag-page,
.share-admin-preview-body {
  display: grid;
}

.share-article-taxonomy {
  gap: 8px;
  padding: 2px 0 0;
}

.share-list {
  gap: 12px;
  margin-top: 18px;
}

.share-list.compact {
  margin-top: 10px;
}

.share-card {
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #f5ffff;
  padding: 14px;
  text-decoration: none;
}

.share-card-cover {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.share-index-panel .share-card,
.share-related .share-card {
  border-color: rgba(17, 17, 17, 0.16);
  background: #ffffff;
  color: #111111;
}

.share-index-panel .share-card {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.share-card strong {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.35;
}

.share-index-panel .share-card strong,
.share-related .share-card strong {
  color: #111111;
}

.share-card p,
.share-card span,
.share-article-summary,
.share-article-meta {
  color: rgba(245, 255, 255, 0.72);
  line-height: 1.65;
}

.share-index-panel .share-card p,
.share-index-panel .share-card span,
.share-related .share-card p,
.share-related .share-card span {
  color: #4b5148;
}

.share-card-meta,
.share-article-meta {
  font-size: 0.82rem;
}

.share-topic-row,
.share-tag-row {
  display: flex;
  flex-wrap: wrap;
}

.share-topic-row {
  gap: 8px;
  margin: 10px 0 0;
}

.share-tag-row {
  gap: 6px;
  margin: 8px 0 0;
}

.share-topic-chip {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border: 1px solid rgba(175, 255, 255, 0.32);
  padding: 4px 8px;
  color: #afffff;
  font-size: 0.8rem;
  text-decoration: none;
}

.share-index-panel .share-topic-chip,
.share-article-page .share-topic-chip {
  border-color: rgba(17, 17, 17, 0.18);
  background: #f6f7f2;
  color: #111111;
}

.share-tag-chip {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border: 1px dashed rgba(17, 17, 17, 0.32);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.65);
  color: #4b5148;
  padding: 3px 6px;
  font-size: 0.62rem;
  text-decoration: none;
}

.share-article-title-row .share-back-link {
  justify-self: end;
}

.share-article-bottom-tags .share-tag-chip,
.public-ai-report-page .share-tag-chip {
  border-color: rgba(17, 17, 17, 0.52);
  color: #111111;
  font-weight: 400;
}

.public-ai-report-page .share-tag-chip {
  border-color: rgba(17, 17, 17, 0.45);
}

.share-tag-tone-1,
.public-ai-tag-tone-1 { background: #afffff; }
.share-tag-tone-2,
.public-ai-tag-tone-2 { background: #c8ff00; }
.share-tag-tone-3,
.public-ai-tag-tone-3 { background: #ffb703; }
.share-tag-tone-4,
.public-ai-tag-tone-4 { background: #ffd6e8; }
.share-tag-tone-5,
.public-ai-tag-tone-5 { background: #d8c9ff; }
.share-tag-tone-6,
.public-ai-tag-tone-6 { background: #b7f5c8; }
.share-tag-tone-7,
.public-ai-tag-tone-7 { background: #ffcf99; }
.share-tag-tone-8,
.public-ai-tag-tone-8 { background: #d7ecff; }

.share-tag-chip:hover,
.share-tag-chip:focus-visible,
.share-tag-chip.active {
  border-color: var(--ink);
  background: #ffb703;
  color: var(--ink);
  outline: none;
}

.share-article-cover {
  display: block;
  width: 100%;
  max-height: 460px;
  margin: 0;
  border: 2px solid var(--ink);
  border-radius: 0;
  object-fit: cover;
  box-shadow: 5px 5px 0 var(--ink);
}

.share-article-body {
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  background: #ffffff;
  color: #31352d;
  line-height: 1.85;
}

.share-article-body h2,
.share-article-body h3 {
  margin: 12px 0 0;
  color: #ffffff;
}

.share-article-page .share-article-body h2,
.share-article-page .share-article-body h3 {
  color: #111111;
  font-size: 1rem;
}

.share-article-body p,
.share-article-body ul,
.share-article-body blockquote,
.share-article-body figure {
  margin: 0;
}

.share-article-body p,
.share-article-body li {
  color: #31352d;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}

.share-article-body figure img {
  display: block;
  width: 100%;
  max-height: 600px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  object-fit: cover;
}

.share-article-body blockquote {
  border-left: 3px solid #afffff;
  padding-left: 12px;
  color: rgba(245, 255, 255, 0.72);
}

.share-article-page .share-article-body blockquote {
  border-left-color: #111111;
  color: #4b5148;
}

.share-article-cta,
.share-related {
  margin-top: 24px;
}

.seo-flow-cta {
  display: grid;
  gap: 8px;
  width: 100%;
  max-width: 760px;
  margin: 22px auto 0;
  border: 2px solid #111111;
  background: #afffff;
  color: #111111;
  padding: 14px;
  box-shadow: 4px 4px 0 #111111;
}

.seo-flow-cta > span {
  width: fit-content;
  border: 1px solid #111111;
  background: #111111;
  color: #c8ff00;
  padding: 3px 7px;
  font-size: 0.625rem;
  font-weight: 1000;
  line-height: 1;
}

.seo-flow-cta strong {
  color: #111111;
  font-size: 1.25rem;
  font-weight: 1000;
  line-height: 1.2;
}

.seo-flow-cta p {
  margin: 0;
  color: #31352d;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.55;
}

.seo-flow-button {
  display: inline-grid;
  justify-self: start;
  place-items: center;
  min-height: 34px;
  border: 2px solid #111111;
  background: #111111;
  color: #ffffff;
  padding: 0 12px;
  font-size: 0.75rem;
  font-weight: 1000;
  line-height: 1;
  text-decoration: none;
}

.seo-flow-button:hover,
.seo-flow-button:focus-visible {
  background: #ffb703;
  color: #111111;
  outline: none;
}

.quiet-link-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  width: 100%;
  max-width: 760px;
  margin: 14px auto 0;
  border-top: 1px dashed rgba(17, 17, 17, 0.14);
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(17, 17, 17, 0.52);
  font-size: 0.62rem;
  line-height: 1.5;
}

.quiet-link-line span {
  color: rgba(17, 17, 17, 0.5);
  font-weight: 800;
}

.quiet-link-line a {
  color: #111111;
  font-weight: 800;
  text-decoration: none;
}

.quiet-link-line a + a::before {
  content: "/";
  margin-right: 8px;
  color: rgba(17, 17, 17, 0.24);
  font-weight: 400;
}

.quiet-link-line a:hover,
.quiet-link-line a:focus-visible {
  color: var(--danger);
  outline: none;
}

.seo-archive-links {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(17, 17, 17, 0.18);
}

.seo-archive-links-label {
  margin: 0;
  color: rgba(17, 17, 17, 0.58);
  font-size: 0.7rem;
  font-weight: 800;
}

.seo-archive-links-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: baseline;
}

.seo-archive-links-inline a {
  min-width: 0;
  color: #3b4238;
  font-size: 0.7rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.seo-archive-links-inline a:hover,
.seo-archive-links-inline a:focus-visible {
  color: #b42318;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.seo-archive-link-separator {
  color: rgba(17, 17, 17, 0.28);
}

.star-share-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin: 18px auto 22px;
  border: 2px solid #111111;
  background: #ffffff;
  color: #111111;
  padding: 14px;
  box-shadow: 4px 4px 0 #111111;
}

.star-share-copy {
  display: grid;
  gap: 6px;
}

.star-share-copy > span {
  width: fit-content;
  border: 1px solid #111111;
  background: #c8ff00;
  color: #111111;
  padding: 3px 7px;
  font-size: 0.625rem;
  font-weight: 1000;
  line-height: 1;
}

.star-share-copy strong {
  color: #111111;
  font-size: 1.125rem;
  font-weight: 1000;
  line-height: 1.2;
}

.star-share-copy p,
.star-share-status {
  margin: 0;
  color: #31352d;
  font-size: 0.75rem;
  font-weight: 750;
  line-height: 1.55;
}

.star-share-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.star-share-button {
  cursor: pointer;
  font-family: inherit;
}

.star-share-status {
  grid-column: 1 / -1;
  min-height: 18px;
  color: #111111;
}

.seo-flow-grid {
  gap: 18px;
  margin-top: 24px;
}

.seo-flow-group {
  gap: 10px;
}

.seo-flow-card-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.seo-flow-card {
  align-content: start;
  gap: 7px;
  min-height: 132px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  background: #ffffff;
  color: #111111;
  padding: 12px;
  text-decoration: none;
}

.seo-flow-card small {
  color: rgba(17, 17, 17, 0.52);
  font-size: 0.625rem;
  font-weight: 900;
  line-height: 1.3;
}

.seo-flow-card strong {
  color: #111111;
  font-size: 0.9375rem;
  font-weight: 1000;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.seo-flow-card p {
  margin: 0;
  color: #4b5148;
  font-size: 0.75rem;
  font-weight: 650;
  line-height: 1.45;
}

.seo-flow-card:hover,
.seo-flow-card:focus-visible {
  border-color: #111111;
  background: #fffdf3;
  outline: none;
}

.seo-disclaimer {
  width: 100%;
  max-width: 760px;
  color: #6b6f67;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.6;
}

.share-article-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  border: 2px solid var(--ink);
  background: #afffff;
  padding: 12px;
  box-shadow: 4px 4px 0 var(--ink);
}

.share-article-cta > span {
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 1000;
}

.share-section-head {
  gap: 4px;
  margin-bottom: 12px;
}

.share-section-head span {
  width: fit-content;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: var(--acid);
  padding: 4px 8px;
  font-size: 0.6875rem;
  font-weight: 1000;
}

.share-section-head h2 {
  margin: 0;
  color: #111111;
  font-size: 1.5rem;
}

.share-tag-page {
  gap: 14px;
}

.share-tag-hero h1 {
  font-size: clamp(1.5rem, 7vw, 1.5rem);
}

.share-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border: 1px dashed var(--ink);
  background: #fffdf3;
  padding: 12px;
}

.share-tag-cloud a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  border: 2px solid var(--ink);
  background: #ffffff;
  color: var(--ink);
  padding: 5px 9px;
  font-size: 0.75rem;
  font-weight: 900;
  text-decoration: none;
}

.share-tag-cloud a:hover,
.share-tag-cloud a:focus-visible {
  background: var(--acid);
  outline: none;
}

.share-tag-cloud span {
  display: inline-grid;
  place-items: center;
  min-width: 18px;
  min-height: 18px;
  background: var(--ink);
  color: var(--acid);
  font-size: 0.625rem;
}

.share-admin-preview {
  margin-top: 18px;
}

.share-admin-preview-body {
  gap: 8px;
  margin-top: 10px;
  color: var(--muted);
}

.share-admin-preview-body h4,
.share-admin-preview-body p {
  margin: 0;
}

.public-ai-report-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.public-ai-report-lead {
  margin: 0;
  border: 1px dashed #74cedd;
  background: #f5ffff;
  color: #24afc6;
  padding: 10px;
  font-size: 0.62rem;
  font-weight: 400;
  line-height: 1.5;
}

.public-ai-report-facts div,
.public-ai-evidence {
  border: 1px solid #efefef;
  background: #ffffff;
  color: var(--ink);
  padding: 6px 12px;border-radius: 6px;
}

.public-ai-report-facts span,
.public-ai-evidence strong {
display: block;
  color: #3b3838;
  font-size: 0.6rem;
  font-weight: 400;
}

.public-ai-report-facts strong {
  display: block;
  margin-top: 1px;color: #77797c;
  font-size: 0.6rem;font-weight: 400;
  line-height: 1.2;
}

.public-ai-evidence {
  display: grid;
  gap: 9px;
}

.public-ai-evidence div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.public-ai-evidence span {
  border: 1px solid var(--ink);
  background: var(--soft);
  padding: 5px 8px;
  font-size: 0.75rem;
  font-weight: 800;
}

.public-ai-report-note {
  display: block;
  margin: 15px 0 0;
  color: #13a7a0;
  font-size: 0.6rem;
  line-height: 1.6;
}

.public-ai-report-page .share-article-body {
  gap: 15px;
  line-height: 1.9;padding-top:18px;
}

.public-ai-report-page .share-article-body h2,
.public-ai-report-page .share-article-body h3,
.public-ai-report-page .share-article-body h4 {
  margin: 10px 0 0;
  color: #111111;
  line-height: 1.35;
}

.public-ai-report-page .share-article-body h2 {
  font-size: clamp(1rem, 4vw, 1rem);
}

.public-ai-report-page .share-article-body h3 {
  border-top: 1px dashed  #111111;
  padding-top: 18px;
  font-size: clamp(1rem, 3vw, 1rem);
   line-height: 1.65;
}

.public-ai-report-page .share-article-body h4 {
  font-size: 0.8rem;
}

.public-ai-report-page .share-article-body p {
  color: #31352d;
  font-size: 0.75rem;
  font-weight: 400;
}

.public-ai-report-page .share-article-body strong,
.star-archive-body strong {
  color: #111111;
  font-weight: 950;
}

.team-guide-page {
  background: #111111;
  color: #f5f5f5;
}

.team-guide-page .share-article-hero,
.team-guide-page .public-ai-report-facts {
  background: #111111;
  color: #f5f5f5;
}

.team-guide-page .share-article-title-row h1,
.team-guide-page .share-article-topic-line,
.team-guide-page .share-article-date,
.team-guide-page .public-ai-report-lead,
.team-guide-page .public-ai-report-note {
  color: #f5f5f5;
}

.team-guide-body.share-article-body {
  display: grid;
  gap: 12px;
}

.team-guide-page .team-guide-section {
  border: 1px solid #2b2b2b;
  background: #111111;
  color: #f5f5f5;
  padding: 14px;
  box-shadow: none;
}

.team-guide-page .team-guide-section h2 {
  color: #ffffff;
  margin: 0 0 8px;
}

.team-guide-page .team-guide-section p {
  color: #d7d7d7;
  margin: 0;
}

.team-guide-card-grid,
.team-guide-member-grid,
.team-guide-line-list,
.team-guide-score-list,
.team-guide-quality-grid {
  display: grid;
  gap: 10px;
}

.team-guide-score-diagnostic,
.team-guide-trial,
.team-guide-protocol {
  align-content: start;
}

.team-guide-card-grid,
.team-guide-member-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.team-guide-page .team-guide-mini-card,
.team-guide-page .team-guide-member-card,
.team-guide-page .team-guide-line-list article,
.team-guide-page .team-guide-score-row,
.team-guide-page .team-guide-feature-block,
.team-guide-page .team-guide-third-role,
.team-guide-page .team-guide-quality-grid div {
  border: 1px solid #303030;
  background: #171717;
  color: #f5f5f5;
  padding: 12px;
  border-radius: 6px;
}

.team-guide-mini-card h3,
.team-guide-member-card h3,
.team-guide-feature-block h3,
.team-guide-third-role h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 8px;
  font-size: 0.82rem;
}

.team-guide-page .team-guide-member-card h3 span {
  border: 1px solid #555555;
  background: #242424;
  color: #f5f5f5;
  padding: 2px 6px;
  font-size: 0.62rem;
  font-weight: 950;
}

.team-guide-muted,
.team-guide-simple-list,
.team-guide-pill-block,
.team-guide-member-assets,
.team-guide-member-evidence {
  margin-top: 10px;
}

.team-guide-page .team-guide-muted {
  color: #b7b7b7;
}

.team-guide-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 7px;
}

.team-guide-page .team-guide-pill-list span {
  border: 1px solid #444444;
  background: #202020;
  padding: 4px 7px;
  color: #f5f5f5;
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.35;
}

.team-guide-member-assets p,
.team-guide-member-evidence p,
.team-guide-line-list p,
.team-guide-mini-card p {
  margin-top: 6px;
}

.team-guide-member-assets b,
.team-guide-line-list b,
.team-guide-mini-card b {
  margin-right: 4px;
}

.team-guide-score-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px;
}

.team-guide-page .team-guide-score-row > span,
.team-guide-page .team-guide-quality-grid strong,
.team-guide-page .team-guide-score-row strong,
.team-guide-page .team-guide-member-card h3,
.team-guide-page .team-guide-mini-card h3,
.team-guide-page .team-guide-feature-block h3,
.team-guide-page .team-guide-third-role h3 {
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 950;
}

.team-guide-simple-list ul {
  display: grid;
  gap: 5px;
  margin: 7px 0 0;
  padding-left: 18px;
}

.team-guide-quality-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.team-guide-page .team-guide-quality-grid span {
  display: block;
  color: #b7b7b7;
  font-size: 0.62rem;
  font-weight: 900;
}

.star-archive-body strong.star-archive-topic-title {
  color: inherit;
  font-weight: 950;
}

.star-archive-body strong.star-archive-skill-name {
  color: #555;
  font-weight: 950;
}

.public-ai-bullet,
.public-ai-numbered {
  background: #f7f7f2;
  padding: 10px 12px;
  border: 1px dashed rgba(197, 197, 197, 0.44);
  border-radius: 6px;
}

.public-ai-numbered {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: start;
}

.public-ai-numbered-index {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 2px solid #111111;
  border-radius: 999px;
  background: #8ed500;
  color: #111111;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1;
}

.public-ai-numbered-body {
  display: block;
  min-width: 0;
  color: #31352d;
  font-size: 0.6875rem;
  line-height: 1.6;
}

.public-ai-numbered-body strong {
  display: inline;
  color: #111111;
  font-weight: 950;
}

.share-index-panel.archive-panel {
  display: grid;
  gap: 14px;
}

.share-list-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding-top: 15px;
}

.share-tag-panel-title {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  overflow-wrap: anywhere;
  font-size: 1.625rem;
  line-height: 1;
}

.share-list-title-row .share-back-link {
  justify-self: end;
}

.share-hero.leaderboard-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-bottom: 0;
  background: linear-gradient(135deg, #ffffff 0 58%, #afffff 58% 73%, #ffb703 73% 84%, var(--acid) 84%), #ffffff;
}

.share-hero.leaderboard-hero::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 14px;
  z-index: -1;
  width: 160px;
  height: 42px;
  border: 2px solid var(--ink);
  background: repeating-linear-gradient(90deg, #111111 0 10px, transparent 10px 20px);
  opacity: 0.16;
}

.share-hero .leaderboard-kicker {
  background: var(--ink);
  color: var(--acid);
}

.share-hero h2,
.share-hero p {
  max-width: 620px;
}

.share-hero h2 {
  font-size: clamp(2.125rem, 7vw, 3.625rem);
}

#shareHeroMark {
  border: 3px solid var(--ink);
  background: var(--danger);
  color: #ffffff;
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 1.125rem;
  font-weight: 1000;
}

.share-stats {
  margin-bottom: 0;
}

.share-stats .leaderboard-stat:nth-child(2) {
  background: #afffff;
}

.share-stats .leaderboard-stat:nth-child(3) {
  background: #fffdf3;
}

.share-stats .leaderboard-stat:nth-child(4) {
  background: #f1f2ee;
}

.share-tabs {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 0;
}

.share-tabs .leaderboard-tab {
  min-height: 42px;
  background: #ffffff;
}

.share-tabs .leaderboard-tab.active {
  background: #ffb703;
}

.share-board {
  gap: 10px;
}

.share-entry.leaderboard-entry {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(0, auto);
  border: 1px solid #ededed;
  padding: 14px;border-radius: 6px;
  box-shadow: 4px 4px 0 #fafafa;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.archive-share-entry.leaderboard-entry {
  grid-template-columns: minmax(0, 1fr);
}

.archive-star-entry.leaderboard-entry {
  margin-bottom: 10px;
}

.archive-minimal-panel .archive-share-board {
  gap: 10px;
  border-top: 0;
}

.share-entry.leaderboard-entry:hover,
.share-entry.leaderboard-entry:focus-visible {
  background-color: #fffdf3;
  box-shadow: 6px 6px 0 #fffdf3;
  outline: none;
}

.share-entry-title {
  color: var(--ink);
  text-decoration: none;
}

.share-entry-title:hover,
.share-entry-title:focus-visible {
  color: var(--danger);
  outline: none;
}

.share-entry .leaderboard-rank {
  width: 40px;
  height: 40px;
}

.share-entry-main {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.share-entry-main small {
  margin-top: 0;
}

.archive-entry-meta {
  align-self: start;
  justify-self: end;
  margin-top: 4px;
  color: rgba(17, 17, 17, 0.42);
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: right;
  white-space: nowrap;
}

.archive-guide-line {
  color: rgba(17, 17, 17, 0.54);
  font-size: 0.625rem;
  font-weight: 750;
  line-height: 1.45;
}

.share-entry.leaderboard-entry strong {
  font-size: clamp(0.85rem, 2vw, 0.85rem);
  font-weight: 800;
}

.share-entry.leaderboard-entry p {
  margin: 0;
  max-width: 760px;
  font-size: 0.62rem;
  line-height: 1.6;
}

.share-entry .share-topic-row,
.share-entry .share-tag-row {
  margin: 0;
}

.share-entry .share-topic-chip {
  border: 2px solid var(--ink);
  background: #afffff;
  font-size: 0.75rem;
  font-weight: 900;
}

.share-entry .share-tag-chip {
  border-color: rgba(17, 17, 17, 0.2);
  background: #f1f2ee;
  font-size: 0.5625rem;
  font-weight: 400;
}

.share-entry.leaderboard-entry em,
.share-entry-read {
  display: inline-grid;
  place-items: center;
  min-width: 72px;
  min-height: 32px;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: var(--acid);
  padding: 5px 9px;
  text-align: center;
  font-style: normal;
  font-weight: 1000;
  text-decoration: none;
}

.archive-share-entry.leaderboard-entry em {
  justify-self: end;
}

.archive-share-entry.leaderboard-entry em b {
  color: currentColor;
  font-size: 1.125rem;
  line-height: 1;
}

.archive-share-entry.leaderboard-entry em span {
  display: block;
  margin-top: 3px;
  font-size: 0.625rem;
  line-height: 1;
}

.share-entry-read:hover,
.share-entry-read:focus-visible {
  background: var(--danger);
  color: #ffffff;
  outline: none;
}

.share-empty.leaderboard-empty {
  border: 2px dashed var(--ink);
  background: #fffdf3;
  padding: 18px;
  box-shadow: 4px 4px 0 var(--ink);
}

.share-empty small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.8125rem;
  font-weight: 800;
  line-height: 1.55;
}

@media (max-width: 480px) {
	.share-article-page .share-article-body h2{font-size: 0.8rem;}
  .archive-minimal-panel .archive-panel-title {
    display: none;
  }

  .share-list-title-row {
    gap: 10px;
  }

  .share-tag-panel-title {
    font-size: 1rem;
  }

  .archive-minimal-head {
    gap: 0;
  }

  .site-panel.share-article-page:not(.team-panel),
  .site-panel.public-ai-report-page:not(.team-panel),
  .site-panel.star-archive-page:not(.team-panel) {
    background:
      linear-gradient(135deg, #090909 25%, #1a1a1a 25%, #1a1a1a 50%, #090909 50%, #090909 75%, #1a1a1a 75%, #1a1a1a) top / 40px 45px repeat-x,
      linear-gradient(#ffffff, #ffffff) 0 45px / 100% calc(100% - 45px) no-repeat;
    background-color: #ffffff;
    color: #111111;
  }

  .site-panel.share-article-page:not(.team-panel)::before,
  .site-panel.public-ai-report-page:not(.team-panel)::before,
  .site-panel.star-archive-page:not(.team-panel)::before {
    background: #ffffff;
  }

  .public-ai-report-facts,
  .seo-flow-card-list,
  .team-guide-card-grid,
  .team-guide-member-grid,
  .team-guide-quality-grid {
  }

  .seo-flow-card {
    min-height: auto;
  }

  .star-share-panel {
    grid-template-columns: 1fr;
  }

  .star-share-actions {
    justify-content: stretch;
  }

  .star-share-button {
    flex: 1 1 120px;
  }

  .seo-flow-cta strong {
    font-size: 1.125rem;
  }

  .share-entry.leaderboard-entry {
    grid-template-columns: minmax(0, 1fr) minmax(0, auto);
    gap: 10px;
    padding: 12px;
  }

.share-entry.leaderboard-entry strong{font-size: clamp(0.7rem, 2vw, 0.7rem);font-weight: 400;line-height: 1.5;color: #06a2ff;}

  .archive-share-entry.leaderboard-entry {
    grid-template-columns: minmax(0, 1fr);
  }

  .archive-topic-profile-entry .share-entry-title strong {
    display: flex;
    align-items: baseline;
    min-width: 0;
  }

  .archive-topic-profile-entry .archive-phase-code {
    flex: 0 0 55px;
    flex-basis: 55px;
    width: 55px;
    white-space: nowrap;
  }

  .archive-topic-profile-entry .archive-title-subject {
    min-width: 0;
  }

  .archive-share-entry.leaderboard-entry .share-entry-main p {
    display: none;
  }

  .share-entry.leaderboard-entry em,
  .share-entry-read {
    grid-column: 2;
    justify-self: start;
    min-width: 64px;
  }

  .share-hero h2,
  .share-article-hero h1 {
    font-size: 1rem;
  }

  #shareHeroMark {
    min-width: 64px;
    min-height: 64px;
  }

  .share-article-hero {
  }

  .share-article-body {
  }
  .public-ai-report-page .share-article-body p{font-size: 0.7rem;}

  .share-article-body p,
  .share-article-body li {
    font-size: 0.7rem;
  }
}
