.ab-mtx {
  margin-top: 52px;
  border: 1px solid var(--border);
  border-radius: 22px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow-card);
}
.ab-mtx__scroll {
  overflow-x: auto;
}
.ab-mtx__table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  table-layout: fixed;
}
.ab-mtx__table col.ab-mtx__cfeat {
  width: 28%;
}
.ab-mtx__table th,
.ab-mtx__table td {
  text-align: center;
}
.ab-mtx__col {
  --metal: var(--accent);
  position: relative;
  padding: 30px 12px 22px;
  vertical-align: bottom;
  border-bottom: 1px solid var(--border);
  transition: background 0.25s ease;
}
.ab-mtx__col .rank {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 1.4px;
  color: var(--metal);
}
.ab-mtx__col .name {
  display: block;
  margin-top: 7px;
  font-family: "Fraunces", serif;
  font-weight: 500;
  font-size: clamp(17px, 1.7vw, 22px);
  letter-spacing: -0.3px;
  color: var(--fg);
}
.ab-mtx__col .tag {
  display: block;
  margin-top: 4px;
  font-family: var(--mono);
  font-size: 10px;
  color: var(--fg-muted);
}
.ab-mtx__col::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -1px;
  height: 2px;
  background: var(--metal);
  opacity: 0.9;
}
.ab-mtx__badge {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0a1120;
  background: var(--metal);
  padding: 4px 9px;
  border-radius: 999px;
  font-weight: 700;
  white-space: nowrap;
}
.c1 { --metal: #cd8a52; }
.c2 { --metal: #b9c2cc; }
.c3 { --metal: #e3b23c; }
.c4 { --metal: #cfdbe6; }
.c5 { --metal: #7fd4ec; }
.c6 { --metal: var(--accent); }
.ab-mtx__col.is-hot,
.ab-mtx__cell.is-hot,
.ab-mtx__foot.is-hot {
  background: rgba(90, 139, 255, 0.06);
}
.ab-mtx__col.is-col-hover,
.ab-mtx__cell.is-col-hover,
.ab-mtx__foot.is-col-hover {
  background: rgba(90, 139, 255, 0.1);
}
.ab-mtx__fhead {
  text-align: left;
  vertical-align: bottom;
  padding: 30px 20px 22px 30px;
  border-bottom: 1px solid var(--border);
  position: sticky;
  left: 0;
  z-index: 2;
  background: var(--surface);
}
.ab-mtx__fhead .k {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--fg-muted);
}
.ab-mtx__group td {
  text-align: left;
  padding: 24px 0 12px 30px;
  position: sticky;
  left: 0;
  background: var(--surface);
}
.ab-mtx__group .g {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--fg-muted);
}
.ab-mtx__group .g b {
  color: var(--metal);
  font-weight: 500;
}
.ab-mtx__row {
  border-bottom: 1px solid var(--border);
  transition: background 0.2s ease;
}
.ab-mtx__row:hover {
  background: rgba(128, 176, 215, 0.04);
}
.ab-mtx__feat {
  text-align: left;
  padding: 15px 20px 15px 30px;
  font-size: 14.5px;
  font-weight: 400;
  color: var(--fg);
  position: sticky;
  left: 0;
  z-index: 1;
  background: var(--surface);
}
.ab-mtx__row:hover .ab-mtx__feat {
  background: #0c1526;
}
.ab-mtx__cell {
  padding: 15px 10px;
}
.ab-mtx__cell .yes {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(128, 176, 215, 0.12);
  color: var(--accent);
}
.ab-mtx__cell.is-hot .yes {
  background: rgba(127, 212, 236, 0.18);
  color: #a9e0f2;
}
.ab-mtx__cell .no {
  display: inline-block;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: var(--border);
}
.ab-mtx__foot {
  padding: 22px 12px 26px;
  border-top: 1px solid var(--border);
}
.ab-mtx__foot .btn {
  width: calc(100% - 12px);
  justify-content: center;
  padding: 10px 12px;
  font-size: 13px;
}
.ab-mtx__lvl {
  text-align: left;
  padding: 22px 12px 26px 30px;
  border-top: 1px solid var(--border);
  font-family: var(--mono);
  font-size: 12px;
  color: var(--fg-muted);
  position: sticky;
  left: 0;
  background: var(--surface);
}
