/* 20260915rr: IRONCREST Ready / Resolute lockup. Reuses .brand-text / Barlow Condensed. */
.brand-text {
  line-height: 1.05;
}
.hero-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 18px;
}
.hero-brand .hero-logo {
  margin: 0;
  flex-shrink: 0;
}
.hero-brand .brand-text strong {
  font-size: clamp(26px, 4.2vw, 40px);
  letter-spacing: 0.1em;
  line-height: 0.95;
}
.hero-brand .brand-text span {
  font-size: clamp(12px, 1.8vw, 16px);
  letter-spacing: 0.14em;
}

/* 20260916nw: full-width header, right cluster one row — no wrap/overlap */
.top > .page-x.top-inner,
.top .top-inner {
  max-width: min(1600px, 100%);
  width: 100%;
}
.top-inner .nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  min-width: 0;
  gap: 16px;
}
.nav-main {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
.nav-end,
.nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: nowrap;
  margin-left: auto;
  min-width: 0;
  position: static;
}
.nav-end > .nav-search,
.nav-end > .nav-notify,
.nav-end > .nav-rank,
.nav-right > .nav-search,
.nav-right > .nav-notify,
.nav-right > .nav-rank {
  position: relative;
  flex-shrink: 0;
}
.top-inner .lang-switch,
.nav-end .lang-switch,
.nav-right .lang-switch {
  display: inline-flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  white-space: nowrap;
}
.top-inner .lang-btn {
  padding: 7px 8px;
}
#nav-discord,
.nav-discord {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
.nav-discord-ico {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.nav-discord-short { display: none; }
.nav-user,
#nav-auth,
#nav-rank {
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .nav-discord-full { display: none; }
  .nav-discord-short { display: inline; }
}
@media (max-width: 980px) {
  .top-inner .nav { flex-wrap: wrap; }
  .nav-end,
  .nav-right {
    flex-basis: 100%;
    justify-content: flex-end;
  }
}
@media (max-width: 720px) {
  .nav-end,
  .nav-right {
    flex-wrap: wrap;
    row-gap: 8px;
  }
  .nav-search-input { width: 72px; }
  .top-inner .lang-btn { padding: 6px; }
}
.nav-report {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 4px;
  background: #e8a33c;
  color: #111 !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}
.nav-report:hover {
  background: #f3b85a;
  color: #111 !important;
}
.nav-twitch {
  display: none !important;
}

/* Military rank abbreviation immediately before persona (not a table column). */
.lb-rank-chip {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 1px 6px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mist-400, #9a9aa3);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  line-height: 1.35;
  font-variant-numeric: tabular-nums;
}
.player-name-row .lb-rank-chip {
  font-size: 13px;
}

.nav-search {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
}
.nav-search-box {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 32px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(15, 15, 18, 0.72);
}
.nav-search-box:focus-within { border-color: #e8a33c; }
.nav-search-input {
  width: 118px;
  max-width: 28vw;
  border: 0;
  background: transparent;
  color: #f3f4f6;
  font: inherit;
  font-size: 0.82rem;
  outline: none;
}

.nav-notify { position: relative; flex-shrink: 0; }
.nav-notify-btn {
  position: relative;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(15, 15, 18, 0.72);
  color: #e5e7eb;
  cursor: pointer;
}
.nav-notify-btn:hover,
.nav-notify.is-open .nav-notify-btn { border-color: #e8a33c; color: #fff; }
.nav-notify-ico { width: 16px; height: 16px; }
.nav-notify-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #e8a33c;
  color: #111;
  font-size: 10px;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
}
.nav-notify-dd {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 85;
  width: min(320px, 92vw);
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #141418;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}
.nav-notify-head {
  margin: 0 6px 8px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9ca3af;
}
.nav-notify-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: min(360px, 60vh);
  overflow: auto;
}
.nav-notify-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px;
  border-radius: 6px;
  color: inherit;
  text-decoration: none;
}
.nav-notify-item:hover { background: rgba(232, 163, 60, 0.12); }
.nav-notify-item.is-unread { background: rgba(232, 163, 60, 0.08); }
.nav-notify-av,
.nav-notify-av--empty {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #2a2a32;
}
.nav-notify-av--empty {
  display: grid;
  place-items: center;
  font-size: 12px;
  color: #6b7280;
}
.nav-notify-meta { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.nav-notify-text { font-size: 0.85rem; line-height: 1.35; }
.nav-notify-time { font-size: 0.72rem; color: #9ca3af; }
.nav-notify-empty { margin: 0; padding: 10px 8px; color: #9ca3af; font-size: 0.85rem; }

/* Real HLL / US Army rank insignia in front of the name — image only, no text chip, no gold pill. */
.lb-rank-icon {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(72%) sepia(78%) saturate(1400%) hue-rotate(4deg) brightness(108%);
}
.lb-podium-player .lb-rank-icon {
  width: 18px;
  height: 18px;
}
.player-name-row .lb-rank-icon {
  width: 28px;
  height: 28px;
}
/* Name-row rank: keep the insignia, drop the gold pill chrome if leftover markup uses mil-pill. */
.lb-player strong .mil-pill,
.lb-podium-player .mil-pill,
.player-name-row .mil-pill {
  display: inline-flex;
  min-width: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.lb-player strong .mil-pill-abbr,
.lb-podium-player .mil-pill-abbr,
.player-name-row .mil-pill-abbr {
  display: none;
}
.lb-player strong .mil-icon,
.lb-podium-player .mil-icon,
.player-name-row .mil-icon {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.player-name-row .mil-icon {
  width: 28px;
  height: 28px;
}

/* public shop expense tracker */
.shop-goal {
  display: grid;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
}
.shop-ad-inner .shop-goal {
  flex: 1 1 100%;
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid rgb(255 255 255 / 0.08);
  max-width: 62ch;
}
.shop-goal-now {
  margin: 0;
  font-size: 15px;
  font-weight: 650;
  color: #f3f3f5;
}
.shop-goal-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
}
.shop-goal-bar {
  height: 10px;
  background: #2a2a32;
  border-radius: 99px;
  overflow: hidden;
}
.shop-goal-bar > i {
  display: block;
  height: 100%;
  width: 0;
  background: #e8a33c;
  transition: width 0.35s ease;
}
.shop-goal-bar.is-ok > i {
  background: #86efac;
}
.shop-goal-why {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #efe8d8;
}
.shop-goal-last {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}

.shop-goal-stretch-label {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #b8b3a8;
}
.shop-goal-stretch {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}
.shop-goal-stretch li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: baseline;
  font-size: 14px;
  line-height: 1.4;
  color: #efe8d8;
  padding: 6px 8px;
  border-radius: 8px;
  background: rgb(255 255 255 / 0.04);
}
.shop-goal-stretch li.is-hit {
  background: rgb(134 239 172 / 0.12);
  color: #d9ffe6;
}
.shop-goal-stretch em {
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #86efac;
}
.shop-goal-funds {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #c9c4b8;
}
.product-card .shop-goal {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #2a2a32;
}

.shop-ad-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.shop-ad-donate {
  font-weight: 700;
  letter-spacing: 0.04em;
}

.page-donate .donate-hero {
  padding-bottom: 8px;
}
.page-donate .donate-hero h1 {
  margin: 6px 0 10px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}
.page-donate .donate-lead {
  max-width: 62ch;
  margin: 0;
  line-height: 1.5;
}
.page-donate #support {
  scroll-margin-top: 88px;
}
.page-donate .donate-support {
  padding-top: 8px;
  padding-bottom: 8px;
}
.page-donate .donate-login-note {
  margin: 4px 0 0;
}
.page-donate .donate-login-btn {
  display: inline-flex;
  justify-content: center;
}
.page-donate .shop-ad-form {
  display: grid;
  gap: 10px;
  margin: 0;
}
.page-donate .shop-ad-form .field {
  display: grid;
  gap: 6px;
  margin: 0;
}
.page-donate .shop-ad-form .field span {
  font-size: 13px;
  color: #c8c8ce;
}
.page-donate .shop-ad-form .input {
  width: 100%;
  box-sizing: border-box;
}
.page-donate .shop-ad-price-now {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #f6f1e6;
}
.page-donate .shop-ad-form-hint {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}
.page-donate .sup-status .wd-badge {
  margin-left: 8px;
  vertical-align: middle;
}
.shop-ad--donate .shop-ad-actions {
  min-width: 280px;
  width: min(320px, 100%);
}
.shop-ad--donate .shop-ad-actions .sup-preset {
  min-height: 36px;
  padding: 7px 10px !important;
  font-size: 13px !important;
  font-weight: 650 !important;
}
.shop-ad--donate .sup-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.shop-ad-inner .shop-ad-progress {
  flex: 1 1 100%;
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid rgb(255 255 255 / 0.08);
}
.shop-ad--donate .sup-status {
  margin: 0;
}
.shop-ad--donate .sup-status .caps {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--accent);
}
