body[data-page="merch-collection"] .layout-shell { max-width: 1440px; margin-top: 0; }
body[data-page="merch-collection"] .main-content { flex: 1 1 auto; min-width: 0; padding-top: 2px; padding-bottom: 28px; }
.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, .site-intro-top .page-updated-at { margin: 0; }
.character-page-lead { margin: 0 0 10px; color: var(--text-muted); font-size: .92rem; line-height: 1.65; }
.merch-collection-filter-grid { grid-template-columns: minmax(0, 360px); }
.merch-collection-result-count { margin: 4px 4px 8px; color: var(--text-muted); font-size: .88rem; font-weight: 700; }
.merch-collection-table { width: 100%; table-layout: fixed; }
.merch-collection-table th:nth-child(1), .merch-collection-table td:nth-child(1) { width: 70%; }
.merch-collection-table th:nth-child(2), .merch-collection-table td:nth-child(2) { width: 30%; }
.merch-collection-table td { overflow-wrap: anywhere; }
.merch-collection-table .character-sort-button { width: 100%; }
.merch-collection-card-summary { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: center; padding: 9px 10px 7px; }
.merch-collection-card-primary { min-width: 0; }
.merch-collection-card-category { display: inline-flex; align-items: center; min-height: 1.45rem; padding: 2px 7px; border-radius: 999px; background: #fff0f7; color: var(--accent); font-size: .72rem; font-weight: 800; line-height: 1.25; }
.character-card { overflow: hidden; }
@media (max-width: 1100px) { .merch-collection-filter-grid { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 850px) { body[data-page="merch-collection"] .main-content { padding: 6px 8px 8px; } .site-intro-top { align-items: flex-start; margin-bottom: 6px; } }
