/**
 * War Table 55J — Mount loadout section (below utilities, above swaps).
 * Does not alter the canonical 55H2 body-equipment grid.
 */
.np-arsenal {
  --wt-mount-w: 92px;
  --wt-mount-h: 58px;
}

.np-arsenal__war-table .np-arsenal__mount-rack {
  margin-top: 0.55rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(72, 66, 58, 0.42);
  width: 100%;
  max-width: 100%;
}

.np-arsenal__war-table .np-arsenal__mount-rack-label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.52rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(168, 154, 120, 0.82);
}

.np-arsenal__war-table .np-arsenal__mount-rail {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.np-arsenal__war-table .np-arsenal__sock-cell--mount {
  max-width: 100%;
}

.np-arsenal__war-table .np-arsenal__sock--mount {
  min-width: var(--wt-mount-w);
}

.np-arsenal__war-table .np-arsenal__sock--mount .np-arsenal__sock-aperture {
  width: var(--wt-mount-w);
  height: var(--wt-mount-h);
  min-width: var(--wt-mount-w);
  min-height: var(--wt-mount-h);
}

.np-arsenal__war-table .np-arsenal__sock--mount.is-empty .np-arsenal__sock-aperture {
  background:
    radial-gradient(ellipse 80% 70% at 50% 55%, rgba(28, 24, 20, 0.92) 0%, rgba(12, 10, 8, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 230, 0.06),
    inset 0 -2px 6px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(72, 66, 58, 0.55);
}

.np-arsenal__war-table .np-arsenal__sock--mount.is-filled .np-arsenal__sock-aperture {
  background: rgba(14, 12, 10, 0.88);
  box-shadow:
    inset 0 0 0 1px rgba(72, 66, 58, 0.65),
    inset 0 2px 8px rgba(0, 0, 0, 0.45);
}

.np-arsenal__war-table .np-arsenal__sock--mount .np-arsenal__sock-aperture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.np-arsenal__war-table .np-arsenal__sock--mount.is-empty .np-arsenal__sock-label {
  max-width: var(--wt-mount-w);
  font-size: 0.44rem;
  line-height: 1.15;
  letter-spacing: 0.06em;
}

.np-arsenal__war-table .np-arsenal__sock--mount.is-filled .np-arsenal__sock-label {
  font-size: 0.48rem;
  letter-spacing: 0.12em;
}

/* Preview / explore plaques inherit mount section outside war-table grid context */
.np-arsenal__build-preview .np-arsenal__mount-rack,
.np-arsenal__board-preview .np-arsenal__mount-rack {
  margin-top: 0.5rem;
  padding-top: 0.45rem;
  border-top: 1px solid rgba(72, 66, 58, 0.35);
}

.np-arsenal__build-preview .np-arsenal__sock--mount .np-arsenal__sock-aperture,
.np-arsenal__board-preview .np-arsenal__sock--mount .np-arsenal__sock-aperture {
  width: var(--wt-mount-w);
  height: var(--wt-mount-h);
}

@media (max-width: 900px) {
  .np-arsenal {
    --wt-mount-w: 84px;
    --wt-mount-h: 52px;
  }
}

@media (max-width: 560px) {
  .np-arsenal {
    --wt-mount-w: 76px;
    --wt-mount-h: 48px;
  }

  .np-arsenal__war-table .np-arsenal__sock--mount.is-empty .np-arsenal__sock-label {
    font-size: 0.4rem;
  }
}
