/* The original table/card layout is shared; these rules only support static twins. */
body[data-rendering="static"] [hidden] { display: none !important; }
[data-static-list] { min-width: 0; scroll-margin-top: 1rem; }
[data-static-list] .static-mobile { display: none; }
[data-static-list] .character-table { table-layout: auto; min-width: 0; }
[data-static-list] .character-table th,
[data-static-list] .character-table td { width: auto; }
[data-static-list] .character-card-value { white-space: normal; overflow-wrap: anywhere; }
[data-static-list] [data-static-count] { font-size: .8rem; text-align: right; margin: .5rem 0; }
[data-static-list] [data-static-reset] { font: inherit; cursor: pointer; }
[data-static-list] button:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
[data-static-list] .character-detail { padding: 10px; }
body[data-work-slug="mittsu-no-sato"] [data-static-list] .character-name-button--compact::after { content: "▼"; flex: 0 0 auto; color: var(--brand); font-size: .76rem; text-decoration: none; }
body[data-work-slug="mittsu-no-sato"] [data-static-list] .character-name-button--compact[aria-expanded="true"]::after { content: "▲"; }
body[data-work-slug="mittsu-no-sato"] [data-static-list] .character-card-value > span + span::before { content: " / "; }
@media (max-width: 850px) {
  [data-static-list] .static-desktop { display: none; }
  [data-static-list] .static-mobile { display: block; }
}

body[data-rendering="static"] .static-page-kind { display: inline-block; }
