.tau-category-index { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; margin: 1rem 0 2rem; }
.tau-category-index ul { padding-left: 1.5rem; }
.tau-index-title { margin: 0 0 .6rem; font-weight: bold; font-size: 1.08em; }
.tau-index li { break-inside: avoid; margin-bottom: .4rem; }
.tau-weapon-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; margin: 1rem 0; align-items: start; }
.tau-weapon-grid table { width: 100%; margin: 0; }
.tau-vehicle-weapon-card td { vertical-align: middle; }
.tau-weapon-notes { grid-column: 1 / -1; margin: .75rem 0 1.5rem; }
.tau-profile-weapons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.tau-profile-weapons > p { grid-column: 1 / -1; margin: .5rem 0 0; }
.tau-vehicle-weapons > .tau-weapon-choice { grid-column: 1 / -1; margin: .25rem 0 0; }
.tau-profile-weapons > table { width: 100%; margin: 0; }
@media (max-width: 760px) {
  .tau-category-index { grid-template-columns: 1fr; }
  .tau-weapon-grid, .tau-profile-weapons { grid-template-columns: 1fr; }
}
