/* ============================================
   MODERN OPS 2 - COMPACT WEAPON PATCH TABLES
   Designed to stay readable at 110% browser zoom
============================================ */

.weapon-balance-board,
.weapon-balance-board * {
  box-sizing: border-box;
}

.weapon-balance-board {
  --weapon-accent: #f96800;
  width: 100%;
  max-width: 100%;
  margin: 18px 0 30px;
  border: 1px solid rgba(249, 104, 0, 0.75);
  background: #151a1f;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.weapon-board-title {
  padding: 10px 16px 9px;
  background: linear-gradient(90deg, #9b3f08 0%, #c75308 52%, #793106 100%);
  color: #ffffff;
  font-family: "Hitmarker Condensed", "Anton", Impact, sans-serif;
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.weapon-board-header {
  display: grid;
  grid-template-columns: 34% 66%;
  background: #151a1f;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.weapon-board-header div {
  padding: 11px 16px 10px;
  color: #eeeeee;
  font-family: "Hitmarker Condensed", "Anton", Impact, sans-serif;
  font-size: 0.88rem;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.weapon-board-row {
  display: grid;
  grid-template-columns: 34% 66%;
  min-height: 156px;
  background: #303741;
  border-bottom: 1px solid rgba(0, 0, 0, 0.52);
}

.weapon-board-row:nth-child(even) {
  background: #1b2026;
}

.weapon-board-row:last-child {
  border-bottom: 0;
}

.weapon-board-weapon {
  position: relative;
  min-width: 0;
  padding: 18px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.035);
}

.weapon-board-weapon h5 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #f1f3f5;
  font-family: "Hitmarker Condensed", "Anton", Impact, sans-serif;
  font-size: clamp(1.55rem, 2.55vw, 2.25rem);
  line-height: 0.96;
  letter-spacing: 0.035em;
  text-align: center;
  text-shadow: 0 3px 9px rgba(0, 0, 0, 0.48);
}

.weapon-board-weapon p {
  position: relative;
  z-index: 2;
  width: min(92%, 280px);
  margin: 0;
  color: #c9ced4;
  font-size: 0.78rem;
  line-height: 1.42;
  letter-spacing: 0.035em;
  text-align: center;
}

.weapon-card-art {
  position: relative;
  z-index: 1;
  width: min(82%, 245px);
  height: 46px;
  opacity: 0.42;
  filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.48));
}

.weapon-card-art::before {
  content: "";
  position: absolute;
  left: 4%;
  top: 21px;
  width: 80%;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, #050708 0 12%, #0d1013 12% 72%, #191d22 72% 100%);
}

.weapon-card-art::after {
  content: "";
  position: absolute;
  left: 33%;
  top: 28px;
  width: 17%;
  height: 18px;
  transform: skew(-12deg);
  background: #080a0c;
  border-radius: 2px 2px 7px 7px;
}

.weapon-card-art.smg::before {
  width: 68%;
  left: 13%;
}

.weapon-card-art.smg::after {
  left: 40%;
  width: 14%;
}

.weapon-card-art.battle::before,
.weapon-card-art.marksman::before,
.weapon-card-art.sniper::before {
  width: 88%;
  left: 2%;
}

.weapon-card-art.sniper::before {
  height: 7px;
  top: 22px;
}

.weapon-card-art.shotgun::before {
  width: 76%;
  left: 9%;
  height: 11px;
}

.weapon-card-art.pistol::before {
  width: 42%;
  left: 29%;
  height: 12px;
}

.weapon-card-art.pistol::after {
  left: 47%;
  width: 13%;
}

.weapon-card-art.launcher::before {
  width: 86%;
  left: 4%;
  height: 14px;
}

.weapon-board-adjustments {
  min-width: 0;
  padding: 16px 22px 17px;
  color: #d7dce2;
  font-size: 0.91rem;
  line-height: 1.48;
}

.weapon-board-adjustments blockquote{
  margin:18px 0;

  padding:26px;

  border:1px solid #ffffff;

  background:#10101000;

  color:#f3f3f3;

  font-style:italic;

  font-size:1rem;
  line-height:1.72;

  letter-spacing:.75px;
}

.weapon-board-adjustments p {
  margin: 0 0 6px;
  color: #f2f2f2;
}

.weapon-board-adjustments p b {
  font-family: "Hitmarker Condensed", "Anton", Impact, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.weapon-board-adjustments ul {
  margin: 0 0 10px 20px;
  padding: 0;
}

.weapon-board-adjustments li {
  margin: 2px 0;
  padding-left: 2px;
}

.weapon-board-adjustments b {
  color: #ffffff;
}

@media (max-width: 1100px) {
  .weapon-board-header,
  .weapon-board-row {
    grid-template-columns: 32% 68%;
  }

  .weapon-board-weapon {
    padding: 16px 12px;
  }

  .weapon-board-adjustments {
    padding: 15px 18px;
    font-size: 0.88rem;
  }
}

@media (max-width: 760px) {
  .weapon-board-header {
    display: none;
  }

  .weapon-board-row {
    grid-template-columns: 1fr;
  }

  .weapon-board-weapon {
    min-height: 132px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .weapon-board-adjustments {
    padding: 16px;
  }
}