@import url("/assets/shared/a972080830b4d40bdbda175cf90a422ba0a9b8d1b6efeec98d48339aa6181a40.css");

body[data-page="implemented-characters"] .layout-shell,
body[data-page="recollection-residues"] .layout-shell,
body[data-page="voice-actors"] .layout-shell {
  max-width: 1280px;
  margin-top: 0;
}

body[data-page="implemented-characters"] .main-content,
body[data-page="recollection-residues"] .main-content,
body[data-page="voice-actors"] .main-content {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 2px;
  padding-bottom: 28px;
}

body[data-page="implemented-characters"] .site-intro,
body[data-page="recollection-residues"] .site-intro,
body[data-page="voice-actors"] .site-intro {
  margin-top: 0;
  padding-top: 0;
}

body[data-page="implemented-characters"] .site-intro .subpage-title,
body[data-page="recollection-residues"] .site-intro .subpage-title,
body[data-page="voice-actors"] .site-intro .subpage-title {
  margin: 0 0 4px;
  color: var(--accent);
  font-size: 1.35rem;
  line-height: 1.2;
  text-align: left;
}

.site-intro-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 6px;
  margin-bottom: 8px;
}

.site-intro-links { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 8px; }
.site-intro-top .subpage-back-link { margin: 0; }
.site-intro-top .page-updated-at { position: static; flex: 0 0 auto; text-align: right; }

.reference-scope-note {
  margin: 0;
  padding: 12px 14px;
  border-left: 4px solid var(--brand);
  border-radius: 10px;
  background: #fffafa;
  color: var(--text-main);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.65;
}

.reference-snapshot { display: inline-block; margin-right: 0.45em; color: var(--accent); font-weight: 900; }
.character-table--reference { min-width: 620px; }
.character-table--reference-4 th:nth-child(1), .character-table--reference-4 td:nth-child(1) { width: 22%; }
.character-table--reference-4 th:nth-child(2), .character-table--reference-4 td:nth-child(2) { width: 27%; }
.character-table--reference-4 th:nth-child(3), .character-table--reference-4 td:nth-child(3) { width: 16%; }
.character-table--reference-4 th:nth-child(4), .character-table--reference-4 td:nth-child(4) { width: 35%; }
.character-table--reference-2 { min-width: 520px; }
.character-table--reference-2 th, .character-table--reference-2 td { width: 50%; }
.reference-primary { color: var(--accent); font-weight: 900; }
.reference-secondary { color: var(--text-main); font-weight: 800; }
.reference-card-summary { grid-template-columns: minmax(0, 1fr); cursor: default; }
.reference-card-main { display: grid; gap: 5px; min-width: 0; }
.character-filter-control[hidden],
#list-filter-panel[hidden] { display: none; }

@media (max-width: 600px) {
  body[data-page="implemented-characters"] .main-content,
  body[data-page="recollection-residues"] .main-content,
  body[data-page="voice-actors"] .main-content { padding: 6px 8px 8px; }

  body[data-page="implemented-characters"] .layout-shell,
  body[data-page="implemented-characters"] .main-content,
  body[data-page="implemented-characters"] .panel,
  body[data-page="implemented-characters"] .character-list,
  body[data-page="implemented-characters"] .character-card,
  body[data-page="recollection-residues"] .layout-shell,
  body[data-page="recollection-residues"] .main-content,
  body[data-page="recollection-residues"] .panel,
  body[data-page="recollection-residues"] .character-list,
  body[data-page="recollection-residues"] .character-card,
  body[data-page="voice-actors"] .layout-shell,
  body[data-page="voice-actors"] .main-content,
  body[data-page="voice-actors"] .panel,
  body[data-page="voice-actors"] .character-list,
  body[data-page="voice-actors"] .character-card { max-width: 100%; min-width: 0; }

  .site-intro-top { align-items: flex-start; margin-bottom: 6px; }
  .site-intro-links { gap: 6px; }
  .reference-scope-note { padding: 10px 11px; font-size: 0.8rem; }
}
