body[data-work-slug="blade-battlers-2nd"] .layout-shell { max-width: 1280px; margin-top: 0; }
body[data-work-slug="blade-battlers-2nd"] .main-content { flex: 1 1 auto; min-width: 0; padding-top: 2px; padding-bottom: 28px; }
body[data-work-slug="blade-battlers-2nd"] .site-intro { margin-top: 0; padding-top: 0; }
body[data-work-slug="blade-battlers-2nd"] .site-intro-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 6px 0 8px; }
.work-hero { text-align: center; }
.work-hero h1 { margin: 0 0 8px; color: var(--accent); font-size: clamp(1.45rem, 4vw, 2rem); line-height: 1.3; }
.work-lead, .static-scope { max-width: 760px; margin: 0 auto; color: var(--text-muted); line-height: 1.7; }
.work-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 0; }
.work-fact { padding: 12px; border: 1px solid var(--brand-light); border-radius: 12px; background: #fff; }
.work-fact dt { color: var(--accent); font-weight: 900; }
.work-fact dd { margin: 4px 0 0; font-weight: 700; }
.work-static-nav ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.work-static-nav a { display: block; padding: 8px 10px; border: 1px solid var(--brand-light); border-radius: 8px; color: inherit; }
[data-static-list] > h2 { margin-bottom: 4px; color: var(--accent); }
.static-list-panel { margin-top: 12px; overflow: hidden; }
.static-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.static-table th, .static-table td { padding: 10px; border: 1px solid var(--brand-light); vertical-align: top; text-align: left; overflow-wrap: anywhere; }
.static-table th { color: var(--accent); background: #fff8f8; }
.static-table button { font: inherit; color: inherit; text-align: left; cursor: pointer; }
.static-table .static-detail-cell { padding: 0; background: #fffdfd; }
.static-detail { padding: 12px; line-height: 1.7; }
.static-detail h3 { margin: 0 0 3px; color: var(--accent); font-size: .9rem; }
.static-detail p { margin: 0 0 10px; }
.static-detail p:last-child { margin-bottom: 0; }
.static-mobile { display: none; }
.static-cards { display: grid; gap: 10px; }
.static-card { border: 1px solid var(--brand-light); border-radius: 10px; overflow: hidden; background: #fff; }
.static-card-head { display: flex; justify-content: space-between; gap: 8px; padding: 10px 12px; background: #fff8f8; }
.static-card-head button { padding: 0; border: 0; background: transparent; color: var(--accent); font: inherit; font-weight: 800; text-align: left; cursor: pointer; }
.static-card-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px 10px; padding: 9px 12px; font-size: .84rem; }
.static-card-meta b { display: block; color: var(--text-muted); font-size: .72rem; }
.static-card .static-detail { border-top: 1px solid var(--brand-light); }
.reference-table th:nth-child(1), .reference-table td:nth-child(1) { width: 22%; }
.reference-table th:nth-child(2), .reference-table td:nth-child(2) { width: 21%; }
.reference-table th:nth-child(3), .reference-table td:nth-child(3) { width: 20%; }
.reference-table th:nth-child(4), .reference-table td:nth-child(4) { width: 37%; }
.static-count { margin: 8px 4px; color: var(--text-muted); text-align: right; font-size: .85rem; }
.static-empty { margin: 12px 0; color: var(--text-muted); }
@media (max-width: 850px) {
  .static-desktop { display: none; }
  .static-mobile { display: block; }
  .work-facts { grid-template-columns: 1fr; }
  body[data-work-slug="blade-battlers-2nd"] .main-content { padding: 6px 8px 12px; }
  body[data-work-slug="blade-battlers-2nd"] .layout-shell, body[data-work-slug="blade-battlers-2nd"] .main-content, body[data-work-slug="blade-battlers-2nd"] .panel, body[data-work-slug="blade-battlers-2nd"] .mobile-ad-slot, .static-card { max-width: 100%; min-width: 0; }
}
@media (max-width: 430px) { .static-card-meta { grid-template-columns: 1fr; } }
