#ww2-arena-root {
  --arena-gold: #e5c75a;
  --arena-green: #79c68a;
  --arena-red: #e56e64;
  min-height: 100%;
  color: #dde7df;
}

#ww2-arena-root * { box-sizing: border-box; }
#ww2-arena-root button,
#ww2-arena-root select { font: inherit; }

#ww2-arena-root .arena-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #33483a;
}

#ww2-arena-root .arena-head h2 { margin: 0; color: #f1d66f; font-size: 21px; }
#ww2-arena-root .arena-head p { margin: 3px 0 0; color: #8fa094; font-size: 11px; }
#ww2-arena-root .arena-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px;
  margin-bottom: 12px;
  padding: 3px;
  border: 1px solid #3d4f42;
  border-radius: 11px;
  background: #0a120d;
}

#ww2-arena-root .arena-tabs button {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #9eaba2;
  font-weight: 700;
  cursor: pointer;
}

#ww2-arena-root .arena-tabs button.on {
  background: linear-gradient(180deg, #405847, #1d3024);
  color: #f4df86;
  box-shadow: inset 0 1px rgba(255, 255, 255, .08);
}

#ww2-arena-root .arena-main { min-height: 330px; }
#ww2-arena-root .arena-card {
  padding: 16px;
  border: 1px solid #34483a;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(22, 35, 26, .98), rgba(8, 16, 11, .98));
  box-shadow: 0 8px 24px rgba(0, 0, 0, .24), inset 0 1px rgba(255, 255, 255, .035);
}

#ww2-arena-root .arena-card h3 { margin: 0 0 8px; color: #e9d47c; font-size: 17px; }
#ww2-arena-root .arena-card p { margin: 0 0 14px; color: #9eada2; font-size: 12px; line-height: 1.65; }
#ww2-arena-root .arena-summary { display: grid; gap: 7px; margin: 12px 0; }
#ww2-arena-root .arena-summary > div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid #2c4033;
  border-radius: 9px;
  background: #09130d;
}

#ww2-arena-root .arena-summary span { color: #819188; font-size: 11px; }
#ww2-arena-root .arena-summary b { overflow: hidden; color: #e4e9e5; font-size: 13px; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
#ww2-arena-root .ok { color: var(--arena-green) !important; }
#ww2-arena-root .bad { color: var(--arena-red) !important; }
#ww2-arena-root .arena-actions { display: flex; gap: 9px; margin-top: 14px; }
#ww2-arena-root .arena-actions > button { flex: 1 1 0; min-height: 43px; }
#ww2-arena-root .arena-warning {
  margin-top: 10px;
  padding: 8px 10px;
  border-left: 3px solid #b66548;
  background: #2a1712;
  color: #e7ad94;
  font-size: 11px;
}

#ww2-arena-root .arena-status-card { min-height: 310px; display: grid; place-items: center; align-content: center; text-align: center; }
#ww2-arena-root .arena-status-card p { margin-bottom: 12px; }
#ww2-arena-root .arena-status-card small { color: #829087; font-size: 11px; }
#ww2-arena-root .arena-radar {
  position: relative;
  width: 84px;
  height: 84px;
  margin-bottom: 17px;
  overflow: hidden;
  border: 1px solid #63836a;
  border-radius: 50%;
  background: repeating-radial-gradient(circle, transparent 0 13px, rgba(94, 139, 101, .25) 14px 15px), #0b1b11;
}

#ww2-arena-root .arena-radar::before,
#ww2-arena-root .arena-radar::after { content: ""; position: absolute; background: rgba(105, 156, 112, .3); }
#ww2-arena-root .arena-radar::before { left: 50%; top: 0; width: 1px; height: 100%; }
#ww2-arena-root .arena-radar::after { left: 0; top: 50%; width: 100%; height: 1px; }
#ww2-arena-root .arena-radar i {
  position: absolute;
  inset: 50% 50% 0;
  transform-origin: left top;
  background: linear-gradient(25deg, rgba(94, 198, 109, .05), rgba(94, 198, 109, .55));
  clip-path: polygon(0 0, 100% 0, 0 100%);
  animation: arena-sweep 1.7s linear infinite;
}

#ww2-arena-root .arena-radar b { position: absolute; left: 65%; top: 30%; width: 6px; height: 6px; border-radius: 50%; background: #a8ef9c; box-shadow: 0 0 8px #89e37d; }
@keyframes arena-sweep { to { transform: rotate(360deg); } }

#ww2-arena-root .arena-versus { display: grid; grid-template-columns: minmax(0, 1fr) 46px minmax(0, 1fr); align-items: center; width: 100%; margin-bottom: 20px; }
#ww2-arena-root .arena-versus span { overflow: hidden; color: #e3eae5; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
#ww2-arena-root .arena-versus b { color: #e9bc4e; font-size: 20px; font-style: italic; }
#ww2-arena-root .arena-live { margin-bottom: 11px; padding: 3px 8px; border: 1px solid #8f413d; border-radius: 999px; background: #351514; color: #ff8179; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
#ww2-arena-root .arena-enter { min-width: 180px; min-height: 48px; }
#ww2-arena-root .arena-result { min-height: 310px; text-align: center; }
#ww2-arena-root .arena-result-seal { width: 96px; height: 96px; display: grid; place-items: center; margin: 4px auto 16px; border: 3px double #b99a3f; border-radius: 50%; background: #282211; color: #f2d76e; font-size: 23px; font-weight: 900; transform: rotate(-5deg); }
#ww2-arena-root .arena-result-seal.lose,
#ww2-arena-root .arena-result-seal.loss,
#ww2-arena-root .arena-result-seal.defeat { border-color: #874842; background: #2a1513; color: #e78b81; }

#ww2-arena-root .arena-rank-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
#ww2-arena-root .arena-rank-head p { margin-bottom: 8px; }
#ww2-arena-root .arena-rank-head select { max-width: 125px; min-height: 35px; border: 1px solid #4b5b4e; border-radius: 8px; background: #0a130e; color: #d8e0da; }
#ww2-arena-root .arena-self-rank { display: flex; align-items: baseline; gap: 10px; margin: 8px 0 13px; padding: 10px; border: 1px solid #65592f; border-radius: 10px; background: #211f10; }
#ww2-arena-root .arena-self-rank span { color: #a9b1aa; font-size: 11px; }
#ww2-arena-root .arena-self-rank b { margin-left: auto; color: #f0d66f; font-size: 20px; }
#ww2-arena-root .arena-self-rank small { color: #b8c1ba; }
#ww2-arena-root .arena-table-wrap { overflow-x: auto; }
#ww2-arena-root table { width: 100%; border-collapse: collapse; font-size: 12px; }
#ww2-arena-root th,
#ww2-arena-root td { padding: 9px 7px; border-bottom: 1px solid #2d3b31; text-align: left; white-space: nowrap; }
#ww2-arena-root th { color: #8fa095; font-size: 10px; font-weight: 600; }
#ww2-arena-root td:nth-child(1),
#ww2-arena-root td:nth-child(3),
#ww2-arena-root td:nth-child(4),
#ww2-arena-root td:nth-child(5) { font-variant-numeric: tabular-nums; }
#ww2-arena-root tr.self td { background: rgba(202, 170, 62, .1); color: #f0dc88; }
#ww2-arena-root .arena-empty-cell { padding: 28px 8px; color: #7f8e84; text-align: center; }
#ww2-arena-root .arena-pager { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 12px; }
#ww2-arena-root .arena-pager span { color: #8e9d93; font-size: 11px; }
#ww2-arena-root .arena-empty { min-height: 180px; display: grid; place-items: center; color: #94a198; }

#ww2-arena-root.arena-loadout .arena-loadout-copy { margin-bottom: 12px; padding: 10px 12px; border: 1px solid #4a573b; border-radius: 10px; background: #172015; color: #aeb9b0; font-size: 12px; line-height: 1.6; }
#ww2-arena-root .arena-loadout-total { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 12px; padding: 11px; border: 1px solid #384b3d; border-radius: 10px; background: #0a140e; }
#ww2-arena-root .arena-loadout-total span { color: #a6b2aa; font-size: 12px; }
#ww2-arena-root .arena-loadout-total b { font-variant-numeric: tabular-nums; }

@media (max-width: 430px) {
  #ww2-arena-root .arena-card { padding: 13px; }
  #ww2-arena-root .arena-summary > div { grid-template-columns: 80px minmax(0, 1fr); }
  #ww2-arena-root .arena-rank-head { align-items: stretch; flex-direction: column; }
  #ww2-arena-root .arena-rank-head select { max-width: none; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  #ww2-arena-root .arena-radar i { animation: none; }
}
