:root {
  --bf-black: #030608;
  --bf-ink: #071019;
  --bf-panel: rgba(7, 17, 25, 0.86);
  --bf-white: #f3f8f8;
  --bf-muted: #9aadb4;
  --bf-blue: #54d4ff;
  --bf-blue-hot: #b6efff;
  --bf-orange: #ff6a23;
  --bf-orange-hot: #ffc27f;
  --bf-line: rgba(151, 211, 229, 0.2);
  --bf-shell: min(1500px, calc(100vw - 96px));
  --bf-header: 78px;
  --cinematic-x: 50vw;
  --cinematic-y: 36vh;
  --hero-depth-x: 0px;
  --hero-depth-y: 0px;
  --hero-depth-soft-x: 0px;
  --hero-depth-soft-y: 0px;
  color-scheme: dark;
}

/* Battlefield strategic archive expansion */

.service-record__footer button,
.service-record__pending button {
  appearance: none;
  border: 1px solid rgba(84, 212, 255, 0.45);
  background: rgba(84, 212, 255, 0.08);
  color: var(--bf-blue-hot);
  font:
    800 11px/1 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.service-record__footer button {
  min-height: 42px;
  padding: 0 16px;
}

.service-record__pending button {
  min-height: 46px;
  margin-top: 8px;
  padding: 0 18px;
}

.service-record__footer button:hover,
.service-record__footer button:focus-visible,
.service-record__pending button:hover,
.service-record__pending button:focus-visible {
  border-color: var(--bf-blue);
  background: rgba(84, 212, 255, 0.16);
  color: #fff;
  transform: translateY(-2px);
  outline: none;
}

.service-medal {
  appearance: none;
  width: 100%;
  border: 1px solid color-mix(in srgb, var(--medal-accent) 42%, transparent);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.service-medal:hover,
.service-medal:focus-visible {
  border-color: var(--medal-accent);
  background: color-mix(in srgb, var(--medal-accent) 13%, rgba(8, 18, 27, 0.92));
  transform: translateY(-2px);
  outline: none;
}

.service-medal::before {
  content: "INSPECT";
  position: absolute;
  top: 8px;
  right: 9px;
  color: color-mix(in srgb, var(--medal-accent) 78%, white);
  font:
    800 7px/1 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.12em;
  opacity: 0;
  transition: opacity 180ms ease;
}

.service-medal:hover::before,
.service-medal:focus-visible::before {
  opacity: 0.82;
}

.war-room {
  position: relative;
  overflow: hidden;
  padding: 132px 0 148px;
  background:
    radial-gradient(circle at 14% 10%, rgba(84, 212, 255, 0.13), transparent 27%), radial-gradient(circle at 88% 32%, rgba(255, 106, 35, 0.1), transparent 30%),
    linear-gradient(180deg, #071018 0%, #03080d 58%, #071018 100%);
}

.war-room__grid,
.archive-section__wash {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.war-room__grid {
  opacity: 0.2;
  background-image: linear-gradient(rgba(84, 212, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(84, 212, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 86%, transparent);
}

.war-room__heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 58px;
}

.war-room__heading h2,
.archive-search h2 {
  margin: 14px 0 0;
  color: var(--bf-white);
  font:
    900 clamp(45px, 5.2vw, 82px) / 0.87 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.war-room__heading h2 span,
.archive-search h2 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(182, 239, 255, 0.62);
  text-shadow: 0 0 42px rgba(84, 212, 255, 0.09);
}

.war-room__heading > p {
  margin: 0;
  padding: 0 0 6px 25px;
  border-left: 2px solid var(--bf-orange);
  color: #b9c9ce;
  font-size: 16px;
  line-height: 1.75;
}

.squad-record-board,
.theatre-map-panel,
.personal-armoury {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  border: 1px solid rgba(151, 211, 229, 0.2);
  background: linear-gradient(145deg, rgba(11, 25, 36, 0.94), rgba(4, 10, 15, 0.96));
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.35);
}

.war-panel-heading {
  display: flex;
  min-height: 112px;
  padding: 28px 32px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid rgba(151, 211, 229, 0.18);
  background: linear-gradient(90deg, rgba(84, 212, 255, 0.08), transparent 45%), rgba(255, 255, 255, 0.015);
}

.war-panel-heading span,
.share-station header > span,
.share-station label > span {
  display: block;
  color: var(--bf-blue);
  font:
    800 10px/1 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.war-panel-heading h3 {
  margin: 8px 0 0;
  color: var(--bf-white);
  font:
    900 27px/1 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.war-panel-heading > p {
  margin: 0;
  color: #82969e;
  font:
    800 10px/1.4 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.13em;
  text-align: right;
  text-transform: uppercase;
}

.squad-record-board__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.squad-record-board__grid article {
  position: relative;
  min-height: 174px;
  padding: 27px 26px 24px;
  border-right: 1px solid rgba(151, 211, 229, 0.13);
  border-bottom: 1px solid rgba(151, 211, 229, 0.13);
  overflow: hidden;
}

.squad-record-board__grid article:nth-child(4n) {
  border-right: 0;
}

.squad-record-board__grid article:nth-last-child(-n + 4) {
  border-bottom: 0;
}

.squad-record-board__grid article::after {
  content: attr(data-squad-record);
  position: absolute;
  right: -5px;
  bottom: -15px;
  color: rgba(84, 212, 255, 0.035);
  font:
    900 82px/1 "Arial Narrow",
    sans-serif;
  text-transform: uppercase;
}

.squad-record-board__grid span,
.squad-record-board__grid strong,
.squad-record-board__grid b,
.squad-record-board__grid small {
  position: relative;
  z-index: 1;
  display: block;
}

.squad-record-board__grid span {
  color: var(--bf-orange-hot);
  font:
    800 9px/1 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.18em;
}

.squad-record-board__grid strong {
  margin-top: 20px;
  color: #fff;
  font:
    900 22px/1 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: -0.02em;
}

.squad-record-board__grid b {
  margin-top: 7px;
  color: var(--bf-blue-hot);
  font:
    800 15px/1.2 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
}

.squad-record-board__grid small {
  margin-top: 14px;
  color: #73868e;
  font:
    700 9px/1.3 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.theatre-map-filters,
.archive-search__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.theatre-map-filters {
  padding: 18px 24px;
  border-bottom: 1px solid rgba(151, 211, 229, 0.13);
}

.theatre-map-filters button,
.archive-search__filters button {
  appearance: none;
  min-height: 34px;
  padding: 0 15px;
  border: 1px solid rgba(151, 211, 229, 0.2);
  background: rgba(3, 10, 15, 0.68);
  color: #8ea2aa;
  font:
    800 9px/1 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.theatre-map-filters button:hover,
.theatre-map-filters button:focus-visible,
.theatre-map-filters button.is-active,
.archive-search__filters button:hover,
.archive-search__filters button:focus-visible,
.archive-search__filters button.is-active {
  border-color: var(--bf-blue);
  background: rgba(84, 212, 255, 0.12);
  color: #fff;
  outline: none;
}

.theatre-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(310px, 0.65fr);
  min-height: 590px;
}

.theatre-map {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border-right: 1px solid rgba(151, 211, 229, 0.15);
  background: radial-gradient(circle at 46% 31%, rgba(255, 106, 35, 0.12), transparent 15%), radial-gradient(circle at 68% 40%, rgba(84, 212, 255, 0.09), transparent 24%), #040b11;
}

.theatre-map svg {
  position: absolute;
  inset: 4% 2% 3%;
  width: 96%;
  height: 93%;
}

.theatre-map__continents {
  fill: rgba(85, 126, 142, 0.17);
  stroke: rgba(116, 188, 211, 0.33);
  stroke-width: 1.4;
}

.theatre-map__routes {
  fill: none;
  stroke: rgba(84, 212, 255, 0.26);
  stroke-width: 1.5;
  stroke-dasharray: 7 10;
}

.theatre-map__grid-lines {
  fill: none;
  stroke: rgba(84, 212, 255, 0.07);
  stroke-width: 1;
}

.theatre-node {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 2;
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--bf-blue-hot);
  cursor: pointer;
  transform: translate(-8px, -8px);
  transition:
    opacity 180ms ease,
    filter 180ms ease,
    transform 180ms ease;
}

.theatre-node i {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: #071018;
  box-shadow: 0 0 18px currentColor;
}

.theatre-node i::before,
.theatre-node i::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.35;
  animation: theatre-pulse 2.2s ease-out infinite;
}

.theatre-node i::after {
  animation-delay: 1.1s;
}

.theatre-node span {
  position: absolute;
  top: 22px;
  left: 2px;
  width: max-content;
  max-width: 150px;
  padding: 5px 7px;
  border-left: 1px solid currentColor;
  background: rgba(3, 9, 14, 0.84);
  font:
    800 8px/1 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.theatre-node--origin {
  color: var(--bf-orange-hot);
}

.theatre-node:hover,
.theatre-node:focus-visible,
.theatre-node.is-active {
  z-index: 4;
  color: #fff;
  filter: drop-shadow(0 0 8px var(--bf-blue));
  transform: translate(-8px, -8px) scale(1.12);
  outline: none;
}

.theatre-node.is-filtered {
  opacity: 0.12;
  pointer-events: none;
}

.theatre-map-detail {
  display: flex;
  min-width: 0;
  padding: 44px 34px 38px;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg, rgba(84, 212, 255, 0.07), transparent 28%), rgba(6, 14, 21, 0.92);
}

.theatre-map-detail > span {
  color: var(--bf-orange-hot);
  font:
    800 10px/1 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.18em;
}

.theatre-map-detail h4 {
  margin: 17px 0 13px;
  color: #fff;
  font:
    900 clamp(31px, 3vw, 45px) / 0.95 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.theatre-map-detail > p {
  margin: 0;
  color: #a5b8bf;
  font-size: 14px;
  line-height: 1.75;
}

.theatre-map-detail dl {
  margin: 30px 0 26px;
  border-top: 1px solid rgba(151, 211, 229, 0.16);
}

.theatre-map-detail dl div {
  display: flex;
  padding: 15px 0;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(151, 211, 229, 0.13);
}

.theatre-map-detail dt,
.theatre-map-detail dd {
  margin: 0;
  font:
    800 9px/1.3 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.theatre-map-detail dt {
  color: #71858e;
}
.theatre-map-detail dd {
  color: var(--bf-blue-hot);
  text-align: right;
}

.theatre-map-detail a {
  display: flex;
  min-height: 45px;
  padding: 0 16px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(84, 212, 255, 0.34);
  color: var(--bf-blue-hot);
  font:
    800 10px/1 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.theatre-map-detail a:hover,
.theatre-map-detail a:focus-visible {
  border-color: var(--bf-blue);
  background: rgba(84, 212, 255, 0.1);
  color: #fff;
  outline: none;
}

.personal-armoury__controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 22px 26px;
  border-bottom: 1px solid rgba(151, 211, 229, 0.13);
}

.personal-armoury__controls label,
.share-station > label {
  display: grid;
  gap: 9px;
  color: #738790;
  font:
    800 9px/1 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.personal-armoury select,
.share-station select {
  width: 100%;
  min-height: 46px;
  padding: 0 42px 0 14px;
  border: 1px solid rgba(151, 211, 229, 0.23);
  border-radius: 0;
  background: #071018;
  color: #fff;
  font:
    800 12px/1 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.personal-loadout-card {
  position: relative;
  margin: 28px;
  overflow: hidden;
  border: 1px solid rgba(84, 212, 255, 0.27);
  background: linear-gradient(135deg, rgba(84, 212, 255, 0.1), transparent 36%), #050d13;
}

.personal-loadout-card::after {
  content: "ARMOURY";
  position: absolute;
  right: -20px;
  bottom: -34px;
  color: rgba(84, 212, 255, 0.035);
  font:
    900 115px/1 "Arial Narrow",
    sans-serif;
  pointer-events: none;
}

.personal-loadout-card.is-pending {
  border-color: rgba(255, 106, 35, 0.25);
}

.personal-loadout-card header,
.personal-loadout-card footer,
.personal-loadout-card__grid {
  position: relative;
  z-index: 1;
}

.personal-loadout-card header {
  display: flex;
  padding: 30px 32px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(151, 211, 229, 0.15);
}

.personal-loadout-card header span,
.personal-loadout-card header p {
  color: var(--bf-blue);
  font:
    800 9px/1 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.personal-loadout-card header h4 {
  margin: 8px 0 7px;
  color: #fff;
  font:
    900 36px/0.95 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.personal-loadout-card header p {
  margin: 0;
  color: #83969e;
}

.personal-loadout-card header > b {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 1px solid rgba(84, 212, 255, 0.45);
  color: var(--bf-blue-hot);
  font:
    900 34px/1 "Arial Narrow",
    sans-serif;
  box-shadow: inset 0 0 30px rgba(84, 212, 255, 0.09);
}

.personal-loadout-card__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.personal-loadout-card__grid > div {
  min-height: 116px;
  padding: 24px 25px;
  border-right: 1px solid rgba(151, 211, 229, 0.13);
  border-bottom: 1px solid rgba(151, 211, 229, 0.13);
}

.personal-loadout-card__grid > div:nth-child(3n) {
  border-right: 0;
}
.personal-loadout-card__grid > div:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.personal-loadout-card__grid span,
.personal-loadout-card__grid strong {
  display: block;
  text-transform: uppercase;
}

.personal-loadout-card__grid span {
  color: #748891;
  font:
    800 9px/1 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.14em;
}

.personal-loadout-card__grid strong {
  margin-top: 12px;
  color: #e7f3f6;
  font:
    800 15px/1.35 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
}

.personal-loadout-card footer {
  display: flex;
  min-height: 58px;
  padding: 12px 24px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-top: 1px solid rgba(151, 211, 229, 0.15);
  background: rgba(255, 255, 255, 0.018);
}

.personal-loadout-card footer span {
  color: #768a92;
  font:
    800 9px/1.4 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.personal-loadout-card footer a {
  color: var(--bf-blue-hot);
  font:
    800 10px/1 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.personal-loadout-card footer a[hidden] {
  display: none;
}

.archive-section {
  position: relative;
  overflow: hidden;
  padding: 132px 0 145px;
  background: linear-gradient(115deg, rgba(4, 13, 20, 0.98), rgba(7, 19, 28, 0.96)), #050c12;
}

.archive-section__wash {
  opacity: 0.5;
  background: radial-gradient(circle at 78% 28%, rgba(255, 106, 35, 0.14), transparent 28%), linear-gradient(90deg, transparent 49.8%, rgba(84, 212, 255, 0.06) 50%, transparent 50.2%);
}

.archive-section__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.55fr);
  gap: 34px;
  align-items: start;
}

.archive-search,
.share-station {
  min-width: 0;
}

.archive-search > header {
  margin-bottom: 36px;
}

.archive-search__input {
  display: block;
  margin-bottom: 17px;
}

.archive-search__input > span {
  display: block;
  margin-bottom: 9px;
  color: #71858e;
  font:
    800 9px/1 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.14em;
}

.archive-search__input > div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 38px;
  min-height: 62px;
  align-items: center;
  border: 1px solid rgba(84, 212, 255, 0.35);
  background: rgba(2, 8, 12, 0.82);
  box-shadow: 0 0 45px rgba(84, 212, 255, 0.05);
}

.archive-search__input b {
  color: var(--bf-blue);
  font-size: 26px;
  text-align: center;
}

.archive-search__input input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font:
    700 17px/1.2 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  outline: none;
}

.archive-search__input input::placeholder {
  color: #627780;
}

.archive-search__input kbd {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid rgba(151, 211, 229, 0.24);
  color: #71858e;
  font: 800 11px/1 monospace;
}

.archive-search__filters {
  margin-bottom: 17px;
}

.archive-search__status {
  display: flex;
  min-height: 40px;
  padding: 0 13px;
  align-items: center;
  gap: 9px;
  border-top: 1px solid rgba(151, 211, 229, 0.12);
  border-bottom: 1px solid rgba(151, 211, 229, 0.12);
  color: #71858e;
  font:
    800 9px/1 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.11em;
}

.archive-search__status > span,
.archive-search__status > b {
  color: var(--bf-blue-hot);
}
.archive-search__status > i {
  flex: 1;
  height: 1px;
  background: rgba(84, 212, 255, 0.16);
}

.archive-search__results {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.archive-result {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  min-height: 82px;
  padding: 0 18px 0 0;
  align-items: stretch;
  border: 1px solid rgba(151, 211, 229, 0.14);
  background: rgba(7, 17, 25, 0.74);
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.archive-result:hover,
.archive-result:focus-visible {
  border-color: rgba(84, 212, 255, 0.6);
  background: rgba(11, 27, 39, 0.92);
  transform: translateX(4px);
  outline: none;
}

.archive-result__type {
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(151, 211, 229, 0.14);
  color: var(--bf-orange-hot);
  font:
    900 11px/1 "Arial Narrow",
    sans-serif;
}

.archive-result__copy {
  min-width: 0;
  padding: 17px 18px;
}

.archive-result__copy strong,
.archive-result__copy span {
  display: block;
}

.archive-result__copy strong {
  color: #fff;
  font:
    900 14px/1.1 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.archive-result__copy span {
  margin-top: 6px;
  overflow: hidden;
  color: #8498a0;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.archive-result > b {
  align-self: center;
  color: var(--bf-blue);
  font-size: 15px;
}

.archive-search__empty {
  padding: 42px 24px;
  border: 1px dashed rgba(151, 211, 229, 0.2);
  color: #80949c;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.share-station {
  position: sticky;
  top: calc(var(--bf-header) + 26px);
  border: 1px solid rgba(255, 106, 35, 0.28);
  background: linear-gradient(145deg, rgba(31, 18, 12, 0.86), rgba(5, 13, 19, 0.96) 45%);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.34);
}

.share-station > header,
.share-station > label,
.share-station__actions,
.share-station__status {
  margin: 0;
  padding-right: 24px;
  padding-left: 24px;
}

.share-station > header {
  padding-top: 27px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 160, 92, 0.15);
}

.share-station header > span {
  color: var(--bf-orange-hot);
}

.share-station h3 {
  margin: 9px 0;
  color: #fff;
  font:
    900 28px/0.98 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.share-station header p,
.share-station__status {
  color: #91a4ab;
  font-size: 12px;
  line-height: 1.6;
}

.share-station > label {
  padding-top: 21px;
  padding-bottom: 20px;
}

.share-card-preview {
  position: relative;
  min-height: 250px;
  margin: 0 24px 22px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(84, 212, 255, 0.3);
  background: radial-gradient(circle at 85% 18%, rgba(255, 106, 35, 0.22), transparent 26%), linear-gradient(135deg, rgba(84, 212, 255, 0.12), transparent 42%), #050e15;
  box-shadow: inset 0 0 55px rgba(84, 212, 255, 0.03);
}

.share-card-preview::before,
.share-card-preview::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.share-card-preview::before {
  inset: 0;
  opacity: 0.25;
  background-image: linear-gradient(rgba(84, 212, 255, 0.14) 1px, transparent 1px), linear-gradient(90deg, rgba(84, 212, 255, 0.14) 1px, transparent 1px);
  background-size: 28px 28px;
}

.share-card-preview::after {
  right: -28px;
  bottom: -24px;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(84, 212, 255, 0.13);
  border-radius: 50%;
}

.share-card-preview > * {
  position: relative;
  z-index: 1;
}

.share-card-preview > span {
  display: block;
  color: var(--bf-blue);
  font:
    800 8px/1 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.16em;
}

.share-card-preview > b {
  display: grid;
  width: 52px;
  height: 52px;
  margin-top: 25px;
  place-items: center;
  border: 1px solid rgba(84, 212, 255, 0.48);
  color: #fff;
  font:
    900 25px/1 "Arial Narrow",
    sans-serif;
}

.share-card-preview h4 {
  margin: 14px 0 4px;
  color: #fff;
  font:
    900 32px/0.95 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.share-card-preview p {
  margin: 0;
  color: var(--bf-orange-hot);
  font:
    800 9px/1.3 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.1em;
}

.share-card-preview > div {
  display: flex;
  margin-top: 24px;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}

.share-card-preview strong,
.share-card-preview small {
  display: block;
}
.share-card-preview strong {
  color: var(--bf-blue-hot);
  font:
    900 16px/1 "Arial Narrow",
    sans-serif;
}
.share-card-preview small {
  color: #7e929b;
  font:
    800 7px/1.3 "Arial Narrow",
    sans-serif;
  letter-spacing: 0.08em;
  text-align: right;
}

.share-station__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.share-station__actions button {
  appearance: none;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(84, 212, 255, 0.3);
  background: rgba(84, 212, 255, 0.08);
  color: var(--bf-blue-hot);
  font:
    800 9px/1.2 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
}

.share-station__actions button:first-child {
  border-color: rgba(255, 106, 35, 0.45);
  background: rgba(255, 106, 35, 0.12);
  color: var(--bf-orange-hot);
}

.share-station__actions button:hover,
.share-station__actions button:focus-visible {
  border-color: currentColor;
  color: #fff;
  outline: none;
}

.share-station__status {
  padding-top: 17px;
  padding-bottom: 23px;
}

.medal-inspector {
  width: min(720px, calc(100vw - 34px));
  max-width: none;
  max-height: min(820px, calc(100vh - 34px));
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(84, 212, 255, 0.42);
  background: #071018;
  color: var(--bf-white);
  box-shadow:
    0 50px 150px rgba(0, 0, 0, 0.8),
    0 0 70px rgba(84, 212, 255, 0.08);
}

.medal-inspector::backdrop {
  background: rgba(1, 5, 8, 0.86);
  backdrop-filter: blur(8px);
}

.medal-inspector__frame {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 84% 15%, rgba(255, 106, 35, 0.12), transparent 26%), linear-gradient(135deg, rgba(84, 212, 255, 0.07), transparent 40%);
}

.medal-inspector__frame > header,
.medal-inspector__frame > footer {
  display: flex;
  min-height: 65px;
  padding: 14px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(151, 211, 229, 0.18);
}

.medal-inspector__frame > header span,
.medal-inspector__frame > footer span {
  color: var(--bf-blue);
  font:
    800 9px/1.4 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.medal-inspector__frame button {
  appearance: none;
  border: 1px solid rgba(151, 211, 229, 0.24);
  background: rgba(255, 255, 255, 0.03);
  color: #d9e9ed;
  cursor: pointer;
}

.medal-inspector__frame > header button {
  width: 38px;
  height: 38px;
  font-size: 22px;
}

.medal-inspector__frame > footer {
  border-top: 1px solid rgba(151, 211, 229, 0.16);
  border-bottom: 0;
}

.medal-inspector__frame > footer button {
  min-height: 40px;
  padding: 0 16px;
  color: var(--bf-blue-hot);
  font:
    800 9px/1 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.medal-inspector__frame button:hover,
.medal-inspector__frame button:focus-visible {
  border-color: var(--bf-blue);
  background: rgba(84, 212, 255, 0.12);
  color: #fff;
  outline: none;
}

.medal-inspector__body {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 28px;
  padding: 36px 34px;
  align-items: center;
}

.medal-inspector__insignia {
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border: 1px solid var(--bf-orange-hot);
  color: var(--bf-orange-hot);
  font:
    900 38px/1 "Arial Narrow",
    sans-serif;
  box-shadow:
    inset 0 0 45px rgba(255, 106, 35, 0.1),
    0 0 35px rgba(255, 106, 35, 0.08);
}

.medal-inspector__body p {
  margin: 0;
  color: var(--bf-blue);
  font:
    800 9px/1 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.14em;
}

.medal-inspector__body h2 {
  margin: 9px 0 10px;
  color: #fff;
  font:
    900 clamp(34px, 5vw, 52px) / 0.92 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.medal-inspector__body strong {
  color: #9db0b7;
  font-size: 13px;
  line-height: 1.5;
}

.medal-inspector dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0 34px 34px;
  gap: 1px;
  background: rgba(151, 211, 229, 0.12);
}

.medal-inspector dl div {
  min-height: 112px;
  padding: 22px;
  background: #071018;
}

.medal-inspector dt,
.medal-inspector dd {
  margin: 0;
  text-transform: uppercase;
}

.medal-inspector dt {
  color: #6f838c;
  font:
    800 9px/1 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
  letter-spacing: 0.13em;
}

.medal-inspector dd {
  margin-top: 13px;
  color: #dbe9ed;
  font:
    800 13px/1.45 "Arial Narrow",
    "Roboto Condensed",
    sans-serif;
}

@keyframes theatre-pulse {
  0% {
    transform: scale(0.55);
    opacity: 0.65;
  }
  100% {
    transform: scale(1.65);
    opacity: 0;
  }
}

@media (max-width: 1240px) {
  .squad-record-board__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .squad-record-board__grid article:nth-child(4n) {
    border-right: 1px solid rgba(151, 211, 229, 0.13);
  }
  .squad-record-board__grid article:nth-child(2n) {
    border-right: 0;
  }
  .squad-record-board__grid article:nth-last-child(-n + 4) {
    border-bottom: 1px solid rgba(151, 211, 229, 0.13);
  }
  .squad-record-board__grid article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .archive-section__layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
  }
}

@media (max-width: 1000px) {
  .war-room__heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .war-room__heading > p {
    max-width: 700px;
  }
  .theatre-map-layout {
    grid-template-columns: 1fr;
  }
  .theatre-map {
    min-height: 520px;
    border-right: 0;
    border-bottom: 1px solid rgba(151, 211, 229, 0.15);
  }
  .theatre-map-detail {
    min-height: 360px;
  }
  .archive-section__layout {
    grid-template-columns: 1fr;
  }
  .share-station {
    position: relative;
    top: auto;
  }
  .share-card-preview {
    min-height: 290px;
  }
}

@media (max-width: 820px) {
  .war-room,
  .archive-section {
    padding: 94px 0 110px;
  }
  .war-room__heading h2,
  .archive-search h2 {
    font-size: clamp(42px, 11vw, 68px);
  }
  .war-panel-heading {
    min-height: 0;
    padding: 24px;
    align-items: flex-start;
    flex-direction: column;
  }
  .war-panel-heading > p {
    text-align: left;
  }
  .personal-loadout-card__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .personal-loadout-card__grid > div:nth-child(3n) {
    border-right: 1px solid rgba(151, 211, 229, 0.13);
  }
  .personal-loadout-card__grid > div:nth-child(2n) {
    border-right: 0;
  }
  .personal-loadout-card__grid > div:nth-last-child(-n + 3) {
    border-bottom: 1px solid rgba(151, 211, 229, 0.13);
  }
  .personal-loadout-card__grid > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .theatre-map {
    min-height: 460px;
  }
  .theatre-node span {
    font-size: 7px;
  }
}

@media (max-width: 560px) {
  .war-room,
  .archive-section {
    padding: 78px 0 96px;
  }
  .war-room__heading {
    margin-bottom: 36px;
  }
  .war-room__heading > p {
    padding-left: 17px;
    font-size: 14px;
  }
  .squad-record-board__grid {
    grid-template-columns: 1fr;
  }
  .squad-record-board__grid article,
  .squad-record-board__grid article:nth-child(2n),
  .squad-record-board__grid article:nth-child(4n),
  .squad-record-board__grid article:nth-last-child(-n + 2),
  .squad-record-board__grid article:nth-last-child(-n + 4) {
    border-right: 0;
    border-bottom: 1px solid rgba(151, 211, 229, 0.13);
  }
  .squad-record-board__grid article:last-child {
    border-bottom: 0;
  }
  .theatre-map-filters,
  .archive-search__filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .theatre-map-filters button,
  .archive-search__filters button {
    width: 100%;
  }
  .theatre-map {
    min-height: 390px;
  }
  .theatre-node span {
    display: none;
  }
  .theatre-map-detail {
    min-height: 390px;
    padding: 34px 24px;
  }
  .personal-armoury__controls {
    grid-template-columns: 1fr;
    padding: 18px;
  }
  .personal-loadout-card {
    margin: 18px;
  }
  .personal-loadout-card header {
    padding: 24px 22px;
  }
  .personal-loadout-card header > b {
    width: 58px;
    height: 58px;
    font-size: 27px;
  }
  .personal-loadout-card__grid {
    grid-template-columns: 1fr;
  }
  .personal-loadout-card__grid > div,
  .personal-loadout-card__grid > div:nth-child(2n),
  .personal-loadout-card__grid > div:nth-child(3n),
  .personal-loadout-card__grid > div:nth-last-child(-n + 2),
  .personal-loadout-card__grid > div:nth-last-child(-n + 3) {
    min-height: 96px;
    border-right: 0;
    border-bottom: 1px solid rgba(151, 211, 229, 0.13);
  }
  .personal-loadout-card__grid > div:last-child {
    border-bottom: 0;
  }
  .personal-loadout-card footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .archive-search__input > div {
    grid-template-columns: 42px minmax(0, 1fr);
  }
  .archive-search__input kbd {
    display: none;
  }
  .archive-search__input input {
    padding-right: 12px;
    font-size: 14px;
  }
  .archive-result {
    grid-template-columns: 46px minmax(0, 1fr) 24px;
    padding-right: 10px;
  }
  .archive-result__copy span {
    white-space: normal;
  }
  .share-station > header,
  .share-station > label,
  .share-station__actions,
  .share-station__status {
    padding-right: 18px;
    padding-left: 18px;
  }
  .share-card-preview {
    min-height: 270px;
    margin-right: 18px;
    margin-left: 18px;
  }
  .share-station__actions {
    grid-template-columns: 1fr;
  }
  .medal-inspector__body {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 18px;
    padding: 28px 22px;
  }
  .medal-inspector__insignia {
    width: 78px;
    height: 78px;
    font-size: 28px;
  }
  .medal-inspector dl {
    grid-template-columns: 1fr;
    padding: 0 22px 24px;
  }
  .medal-inspector__frame > footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theatre-node i::before,
  .theatre-node i::after {
    animation: none;
  }
  .archive-result,
  .service-medal,
  .theatre-node {
    transition-duration: 0.01ms;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bf-black);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bf-black);
  color: var(--bf-white);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

::selection {
  background: var(--bf-orange);
  color: #fff;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  transform: translateY(-180%);
  background: #fff;
  color: #05090c;
  font-weight: 900;
}

.skip-link:focus {
  transform: translateY(0);
}

.section-shell {
  width: var(--bf-shell);
  margin: 0 auto;
}

.battle-atmosphere {
  position: fixed;
  z-index: 70;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  isolation: isolate;
}

.battle-atmosphere > i {
  position: absolute;
  display: block;
  pointer-events: none;
}

.battle-atmosphere__scanlines {
  z-index: 4;
  inset: 0;
  opacity: 0.58;
  background: repeating-linear-gradient(0deg, rgba(223, 248, 255, 0.052) 0 1px, transparent 1px 5px);
  mix-blend-mode: screen;
}

.battle-atmosphere__light {
  z-index: 3;
  inset: 0;
  opacity: 0.78;
  background:
    radial-gradient(circle 24vw at var(--cinematic-x) var(--cinematic-y), rgba(79, 207, 255, 0.105), transparent 68%),
    radial-gradient(circle 34vw at calc(100vw - var(--cinematic-x)) calc(100vh - var(--cinematic-y)), rgba(255, 92, 24, 0.075), transparent 71%);
  mix-blend-mode: screen;
  transition: opacity 0.35s ease;
}

.battle-atmosphere__smoke {
  z-index: 2;
  width: min(980px, 74vw);
  aspect-ratio: 1.55;
  border-radius: 50%;
  opacity: 0.34;
  filter: blur(46px);
  background:
    radial-gradient(ellipse at 22% 58%, rgba(183, 221, 230, 0.52), transparent 31%), radial-gradient(ellipse at 61% 44%, rgba(89, 121, 132, 0.54), transparent 38%),
    radial-gradient(ellipse at 80% 62%, rgba(203, 119, 65, 0.34), transparent 30%);
  mix-blend-mode: screen;
  will-change: transform;
}

.battle-atmosphere__smoke--one {
  left: -18vw;
  bottom: -18vh;
  animation: smoke-drift-one 24s ease-in-out infinite alternate;
}

.battle-atmosphere__smoke--two {
  top: 8vh;
  right: -25vw;
  animation: smoke-drift-two 31s ease-in-out infinite alternate;
}

.battle-atmosphere__embers {
  z-index: 3;
  inset: -24%;
  opacity: 0.72;
  background-image:
    radial-gradient(circle, rgba(255, 199, 136, 0.9) 0 1px, transparent 2px), radial-gradient(circle, rgba(117, 221, 255, 0.72) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(255, 111, 44, 0.68) 0 1.5px, transparent 2.5px);
  background-position:
    0 0,
    83px 47px,
    211px 129px;
  background-size:
    173px 191px,
    281px 263px,
    397px 347px;
  mix-blend-mode: screen;
  animation: ember-drift 18s linear infinite;
  will-change: transform;
}

.battle-atmosphere__vignette {
  z-index: 5;
  inset: 0;
  box-shadow: inset 0 0 170px rgba(0, 0, 0, 0.52);
}

.radio-burst {
  position: fixed;
  z-index: 85;
  top: 96px;
  right: 34px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  width: min(330px, calc(100vw - 40px));
  padding: 13px 16px;
  transform: translate3d(28px, 0, 0);
  border-left: 2px solid var(--bf-blue);
  background: linear-gradient(90deg, rgba(3, 12, 17, 0.9), rgba(3, 12, 17, 0.54));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  backdrop-filter: blur(10px);
  transition:
    opacity 0.2s ease,
    transform 0.28s ease,
    visibility 0.28s ease;
}

.radio-burst.is-active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.radio-burst i {
  grid-row: 1 / span 2;
  align-self: center;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(84, 212, 255, 0.7);
  border-radius: 50%;
  box-shadow:
    0 0 14px rgba(84, 212, 255, 0.38),
    inset 0 0 10px rgba(84, 212, 255, 0.2);
  animation: radio-lock 1.2s steps(2, end) infinite;
}

.radio-burst span,
.radio-burst strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Courier New", monospace;
  font-size: 8px;
  letter-spacing: 0.12em;
}

.radio-burst span {
  color: var(--bf-blue);
}

.radio-burst strong {
  margin-top: 4px;
  color: #fff;
  font-size: 10px;
}

.boot-screen {
  position: fixed;
  z-index: 999;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #020709;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.55s ease,
    visibility 0.55s ease;
}

.boot-screen.is-complete {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.boot-screen__grid,
.battle-hero__grid,
.records-section__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(95, 210, 246, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(95, 210, 246, 0.08) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 75%);
}

.boot-screen__grid::after {
  content: "";
  position: absolute;
  inset: -100% 0;
  background: linear-gradient(transparent 48%, rgba(84, 212, 255, 0.35) 50%, transparent 52%);
  animation: boot-scan 1.4s linear infinite;
}

.boot-screen__signal {
  position: relative;
  width: min(560px, calc(100vw - 48px));
  text-align: center;
  letter-spacing: 0.12em;
}

.boot-screen__signal > span,
.boot-screen__signal > small {
  display: block;
  color: var(--bf-blue);
  font-family: "Courier New", monospace;
  font-size: 11px;
  font-weight: 700;
}

.boot-screen__signal strong {
  display: block;
  margin: 22px 0 24px;
  font-size: clamp(28px, 5vw, 62px);
  font-style: italic;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.boot-screen__signal > i {
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.boot-screen__signal > i b {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--bf-blue), #fff, var(--bf-orange));
  animation: boot-load 1.25s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.battle-header {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: var(--bf-header);
  padding: 0 42px;
  border-bottom: 1px solid rgba(163, 224, 241, 0.18);
  background: linear-gradient(180deg, rgba(2, 7, 10, 0.96), rgba(2, 7, 10, 0.74));
  backdrop-filter: blur(18px);
  transition:
    min-height 0.25s ease,
    background 0.25s ease;
}

.battle-header.is-scrolled {
  min-height: 66px;
  background: rgba(2, 7, 10, 0.96);
}

.battle-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.12em;
}

.battle-brand__mark {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  min-width: 57px;
  font-size: 23px;
  font-style: italic;
  letter-spacing: -0.1em;
}

.battle-brand__mark b:last-child {
  color: var(--bf-orange);
}

.battle-nav {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 3vw, 58px);
}

.battle-nav a,
.battle-header__back {
  position: relative;
  padding: 30px 0;
  color: rgba(235, 247, 250, 0.72);
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.battle-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 21px;
  height: 2px;
  background: var(--bf-blue);
  box-shadow: 0 0 12px var(--bf-blue);
  transition: right 0.2s ease;
}

.battle-nav a:hover,
.battle-nav a:focus-visible,
.battle-header__back:hover,
.battle-header__back:focus-visible {
  color: #fff;
}

.battle-nav a:hover::after,
.battle-nav a:focus-visible::after {
  right: 0;
}

.battle-header__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.battle-menu {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--bf-line);
  background: rgba(5, 15, 22, 0.8);
  color: #fff;
  cursor: pointer;
}

.battle-menu span {
  display: block;
  width: 20px;
  height: 1px;
  margin: 6px auto;
  background: currentColor;
  transition: transform 0.2s ease;
}

.battle-menu[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.battle-menu[aria-expanded="true"] span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.battle-mobile-nav {
  position: fixed;
  z-index: 75;
  inset: 0;
  display: grid;
  align-content: center;
  padding: 100px 32px 42px;
  background:
    linear-gradient(rgba(2, 8, 12, 0.94), rgba(2, 8, 12, 0.98)),
    url("/images/games/battlefield-6.jpg") center / cover;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-16px);
  transition: 0.25s ease;
}

.battle-mobile-nav.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.battle-mobile-nav__code {
  color: var(--bf-blue);
  font-family: "Courier New", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.battle-mobile-nav nav {
  display: grid;
  margin: 34px 0;
}

.battle-mobile-nav nav a {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(25px, 8vw, 44px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.battle-mobile-nav nav a span {
  color: var(--bf-blue);
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.12em;
}

.battle-mobile-nav p {
  color: var(--bf-muted);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.battle-hero {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  overflow: hidden;
  background: #061019;
}

.battle-hero__image {
  position: absolute;
  z-index: -5;
  inset: -2.5%;
  overflow: hidden;
  transform: translate3d(var(--hero-depth-x), var(--hero-depth-y), 0);
  will-change: transform;
}

.battle-hero__image span {
  position: absolute;
  inset: -2.5%;
  display: block;
  background:
    linear-gradient(90deg, rgba(3, 8, 12, 0.88) 0%, rgba(3, 8, 12, 0.34) 48%, rgba(3, 8, 12, 0.5) 100%),
    linear-gradient(0deg, #030608 0%, transparent 30%),
    url("https://media.contentapi.ea.com/content/dam/battlefield/images/2026/07/bf-hub-s4-homepage-hero-lg-xl-16x9.jpg") center / cover;
  transform: scale(1.04);
  animation: hero-breathe 14s ease-in-out infinite alternate;
  will-change: transform;
}

.battle-hero__thermal {
  position: absolute;
  z-index: -4;
  inset: 0;
  background:
    linear-gradient(106deg, transparent 0 43%, rgba(0, 174, 255, 0.27) 49%, transparent 56%), radial-gradient(circle at 14% 54%, rgba(255, 83, 17, 0.38), transparent 22%),
    radial-gradient(circle at 79% 44%, rgba(55, 196, 255, 0.38), transparent 26%);
  mix-blend-mode: screen;
  transform: translate3d(var(--hero-depth-soft-x), var(--hero-depth-soft-y), 0);
  will-change: transform;
}

.battle-hero__grid {
  z-index: -3;
  background-size: 86px 86px;
  opacity: 0.55;
}

.battle-hero__scan {
  position: absolute;
  z-index: -2;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 4px);
}

.battle-hero__scan::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -30%;
  height: 30%;
  background: linear-gradient(transparent, rgba(141, 225, 255, 0.21), transparent);
  animation: hero-scan 5.4s linear infinite;
}

.battle-hero__depth-light {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle 18vw at var(--cinematic-x) var(--cinematic-y), rgba(146, 229, 255, 0.12), transparent 72%), radial-gradient(circle at 82% 72%, rgba(255, 105, 39, 0.18), transparent 27vw);
  mix-blend-mode: screen;
}

.battle-hero__sparks {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.battle-hero__sparks i {
  --spark-x: 50%;
  --spark-delay: 0s;
  --spark-duration: 5s;
  --spark-drift: 70px;
  position: absolute;
  left: var(--spark-x);
  bottom: -20px;
  width: 3px;
  height: 20px;
  transform: rotate(32deg);
  border-radius: 50%;
  background: #fff3d4;
  box-shadow:
    0 0 7px #fff1c7,
    0 0 16px #ff7d25,
    0 0 28px rgba(255, 75, 18, 0.94);
  opacity: 0;
  animation: spark-flight var(--spark-duration) linear var(--spark-delay) infinite;
  will-change: transform, opacity;
}

.cinematic-card-light {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle 300px at var(--card-x, 50%) var(--card-y, 50%), rgba(119, 224, 255, 0.27), transparent 70%);
  mix-blend-mode: screen;
  transition: opacity 0.25s ease;
}

.era-card:hover .cinematic-card-light,
.era-card:focus-within .cinematic-card-light,
.operator-card:hover .cinematic-card-light,
.operator-card:focus-within .cinematic-card-light {
  opacity: 1;
}

.operator-card--founder .cinematic-card-light,
.era-card--bf1 .cinematic-card-light {
  background: radial-gradient(circle 320px at var(--card-x, 50%) var(--card-y, 50%), rgba(255, 127, 61, 0.29), transparent 70%);
}

.battle-hero__flare {
  position: absolute;
  z-index: -1;
  width: 60vw;
  height: 12px;
  filter: blur(2px);
  opacity: 0.68;
  transform: rotate(-18deg);
}

.battle-hero__flare::before {
  content: "";
  position: absolute;
  inset: -70px 0;
  filter: blur(45px);
  background: inherit;
}

.battle-hero__flare--blue {
  top: 37%;
  right: -18%;
  background: linear-gradient(90deg, transparent, var(--bf-blue), transparent);
}

.battle-hero__flare--orange {
  bottom: 30%;
  left: -18%;
  background: linear-gradient(90deg, transparent, var(--bf-orange), transparent);
}

.battle-hero__content {
  position: relative;
  z-index: 2;
  width: var(--bf-shell);
  margin: 0 auto;
  padding-top: clamp(185px, 24vh, 270px);
}

.signal-label,
.section-code,
.section-kicker {
  text-transform: uppercase;
  font-family: "Courier New", monospace;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.signal-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--bf-blue-hot);
  font-size: 10px;
}

.signal-label span {
  width: 36px;
  height: 2px;
  background: var(--bf-blue);
  box-shadow: 0 0 12px var(--bf-blue);
}

.battle-hero h1 {
  width: 100%;
  max-width: none;
  margin: 0;
  font-size: clamp(68px, 9.2vw, 166px);
  font-style: italic;
  font-weight: 950;
  line-height: 0.72;
  letter-spacing: -0.075em;
  text-transform: uppercase;
  text-shadow: 0 8px 50px rgba(0, 0, 0, 0.55);
}

.battle-hero h1 span {
  display: block;
  margin-left: 0.05em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(233, 247, 250, 0.72);
  font-size: 0.34em;
  line-height: 1.3;
  letter-spacing: 0.22em;
}

.battle-hero h1 strong {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  background: linear-gradient(93deg, #fff 10%, #c9f3ff 43%, #fff 64%, #ffb07a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.battle-hero__lead {
  max-width: 610px;
  margin: 40px 0 0;
  color: #dce8eb;
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.65;
}

.battle-hero__actions,
.final-deploy__content > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.combat-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-width: 238px;
  padding: 17px 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  overflow: hidden;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease;
}

.combat-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transform: translateX(-102%);
  background: rgba(255, 255, 255, 0.13);
  transition: transform 0.25s ease;
}

.combat-button:hover,
.combat-button:focus-visible {
  transform: translateY(-2px);
  border-color: #fff;
}

.combat-button:hover::before,
.combat-button:focus-visible::before {
  transform: translateX(0);
}

.combat-button--primary {
  border-color: var(--bf-orange);
  background: var(--bf-orange);
  box-shadow: 0 0 30px rgba(255, 89, 25, 0.22);
}

.combat-button--ghost {
  background: rgba(4, 12, 17, 0.58);
  backdrop-filter: blur(8px);
}

.battle-hero__telemetry {
  position: absolute;
  z-index: 2;
  right: max(48px, calc((100vw - 1500px) / 2));
  bottom: 85px;
  display: grid;
  width: min(440px, 36vw);
  border-top: 1px solid var(--bf-line);
}

.battle-hero__telemetry > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--bf-line);
}

.battle-hero__telemetry > div > span {
  color: var(--bf-blue);
  font-family: "Courier New", monospace;
  font-size: 11px;
}

.battle-hero__telemetry p {
  display: flex;
  justify-content: space-between;
  margin: 0;
  color: var(--bf-muted);
  text-transform: uppercase;
  font-family: "Courier New", monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
}

.battle-hero__telemetry strong {
  color: #fff;
  font-size: 10px;
}

.hud {
  position: absolute;
  z-index: 2;
  top: 112px;
  width: 210px;
  color: var(--bf-muted);
  font-family: "Courier New", monospace;
  font-size: 8px;
  letter-spacing: 0.12em;
}

.hud--top-left {
  left: 36px;
}

.hud--top-right {
  right: 36px;
  text-align: right;
}

.hud strong {
  display: block;
  margin: 5px 0;
  color: #fff;
  font-size: 12px;
}

.hud i {
  display: block;
  width: 100%;
  height: 1px;
  margin: 5px 0;
  background: linear-gradient(90deg, var(--bf-blue), transparent);
}

.hud--top-right i {
  background: linear-gradient(90deg, transparent, var(--bf-orange));
}

.hero-reticle {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 12%;
  width: 92px;
  aspect-ratio: 1;
  border: 1px solid rgba(168, 231, 246, 0.44);
  border-radius: 50%;
  animation: radar-turn 10s linear infinite;
}

.hero-reticle::before,
.hero-reticle::after,
.hero-reticle i,
.hero-reticle b {
  content: "";
  position: absolute;
}

.hero-reticle::before {
  top: 50%;
  left: -16px;
  right: -16px;
  height: 1px;
  background: rgba(168, 231, 246, 0.44);
}

.hero-reticle::after {
  left: 50%;
  top: -16px;
  bottom: -16px;
  width: 1px;
  background: rgba(168, 231, 246, 0.44);
}

.hero-reticle i:first-child {
  inset: 12px;
  border: 1px dashed rgba(168, 231, 246, 0.36);
  border-radius: 50%;
}

.hero-reticle i:nth-child(2) {
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--bf-orange);
  box-shadow: 0 0 12px var(--bf-orange);
}

.scroll-order {
  position: absolute;
  z-index: 3;
  bottom: 28px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 14px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Courier New", monospace;
  font-size: 8px;
  letter-spacing: 0.15em;
}

.scroll-order i {
  width: 1px;
  height: 30px;
  background: linear-gradient(#fff, transparent);
  animation: scroll-pulse 1.6s ease-in-out infinite;
}

.origin-section,
.era-section,
.records-section,
.intel-section {
  position: relative;
  overflow: hidden;
}

.origin-section {
  padding: clamp(110px, 12vw, 190px) 0;
  background: #05090d;
}

.origin-section__map {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background:
    radial-gradient(circle at 72% 42%, transparent 0 78px, var(--bf-blue) 79px 80px, transparent 81px 135px, var(--bf-blue) 136px 137px, transparent 138px),
    repeating-radial-gradient(circle at 72% 42%, transparent 0 39px, rgba(84, 212, 255, 0.22) 40px, transparent 41px 78px),
    linear-gradient(28deg, transparent 49.7%, rgba(84, 212, 255, 0.24) 50%, transparent 50.3%);
}

.origin-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(52px, 7vw, 120px);
  align-items: center;
}

.section-code {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--bf-muted);
  font-size: 9px;
}

.section-code span {
  color: var(--bf-blue);
}

.section-code i {
  width: 44px;
  height: 1px;
  background: rgba(84, 212, 255, 0.48);
}

.section-kicker {
  margin: 34px 0 14px;
  color: var(--bf-orange);
  font-size: 10px;
}

.origin-copy h2,
.era-heading h2,
.records-heading h2,
.intel-heading h2,
.final-deploy h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(44px, 6.3vw, 96px);
  font-style: italic;
  font-weight: 950;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.origin-copy h2 span,
.era-heading h2 span,
.records-heading h2 span,
.intel-heading h2 span,
.final-deploy h2 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(219, 240, 246, 0.52);
}

.origin-copy__lead {
  margin-top: 38px !important;
  color: #ecf5f7 !important;
  font-size: clamp(18px, 1.65vw, 25px) !important;
  line-height: 1.5 !important;
}

.origin-copy > p:not(.section-kicker) {
  color: #aebdc2;
  font-size: 15px;
  line-height: 1.8;
}

.origin-callout {
  position: relative;
  margin-top: 38px;
  padding: 22px 24px;
  border-left: 3px solid var(--bf-orange);
  background: linear-gradient(90deg, rgba(255, 96, 26, 0.1), transparent);
}

.origin-callout span {
  display: block;
  margin-bottom: 8px;
  color: var(--bf-orange);
  font-family: "Courier New", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.origin-callout strong {
  font-size: 17px;
}

.origin-visual {
  position: relative;
}

.origin-visual figure {
  position: relative;
  margin: 0;
  clip-path: polygon(0 0, 94% 0, 100% 12%, 100% 100%, 7% 100%, 0 90%);
  background: #0a151d;
}

.origin-visual figure::before,
.origin-visual figure::after {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.origin-visual figure::before {
  inset: 0;
  border: 1px solid rgba(150, 221, 239, 0.28);
  clip-path: inherit;
}

.origin-visual figure::after {
  top: 0;
  right: 0;
  width: 90px;
  height: 3px;
  background: var(--bf-orange);
  box-shadow: 0 0 18px var(--bf-orange);
}

.origin-visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.14) brightness(0.76);
}

.origin-visual__wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 93, 23, 0.16), transparent 40%), linear-gradient(0deg, rgba(3, 8, 12, 0.8), transparent 52%);
}

.origin-visual figcaption {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 22px;
  display: flex;
  justify-content: space-between;
  color: var(--bf-muted);
  font-family: "Courier New", monospace;
  font-size: 8px;
  letter-spacing: 0.1em;
}

.origin-visual figcaption b {
  color: #fff;
}

.origin-visual__founders {
  display: grid;
  grid-template-columns: 42px auto 22px 42px auto;
  align-items: center;
  gap: 10px;
  margin: 18px 8% 0;
  color: var(--bf-muted);
  font-family: "Courier New", monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.origin-visual__founders > span {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 1px solid var(--bf-line);
  color: var(--bf-blue);
  font-size: 16px;
  font-weight: 900;
}

.origin-visual__founders i {
  color: var(--bf-orange);
  text-align: center;
}

.radar-lock {
  position: absolute;
  top: -54px;
  right: -40px;
  width: 120px;
  aspect-ratio: 1;
  border: 1px solid rgba(84, 212, 255, 0.38);
  border-radius: 50%;
  animation: radar-turn 13s linear infinite;
}

.radar-lock span {
  position: absolute;
  inset: 17px;
  border: 1px dashed rgba(84, 212, 255, 0.28);
  border-radius: 50%;
}

.radar-lock i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(90deg, var(--bf-blue), transparent);
}

.radar-lock b {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--bf-orange);
  font-family: "Courier New", monospace;
  font-size: 8px;
}

.era-section {
  padding: clamp(110px, 12vw, 190px) 0;
  background: #08131a;
}

.era-section::before {
  content: "";
  position: absolute;
  top: -280px;
  right: -260px;
  width: 720px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(0, 178, 255, 0.13);
  filter: blur(120px);
}

.era-section__noise {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background: repeating-linear-gradient(117deg, transparent 0 28px, rgba(255, 255, 255, 0.04) 29px, transparent 30px 64px);
}

.era-heading,
.records-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 70px;
}

.era-heading > p {
  margin: 0 0 5px;
  padding-left: 22px;
  border-left: 1px solid var(--bf-blue);
  color: var(--bf-muted);
  font-size: 14px;
  line-height: 1.75;
}

.era-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.era-card {
  position: relative;
  grid-column: span 4;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid rgba(155, 217, 234, 0.19);
  background: #061017;
  isolation: isolate;
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
}

.era-card::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  width: 100px;
  height: 2px;
  background: var(--bf-blue);
  box-shadow: 0 0 20px currentColor;
}

.era-card--bf4::before {
  color: var(--bf-orange);
  background: var(--bf-orange);
}

.era-card--bf1 {
  grid-column: span 8;
  border-color: rgba(255, 138, 72, 0.55);
  box-shadow: 0 0 58px rgba(255, 91, 28, 0.12);
}

.era-card--bf1::before {
  width: 62%;
  color: var(--bf-orange);
  background: linear-gradient(90deg, transparent, var(--bf-orange));
}

.era-card--bf1 .era-card__overlay {
  background:
    linear-gradient(90deg, rgba(2, 8, 12, 0.98) 0%, rgba(2, 8, 12, 0.74) 46%, rgba(2, 8, 12, 0.18) 76%), linear-gradient(0deg, rgba(2, 8, 12, 0.98) 0%, transparent 74%),
    linear-gradient(115deg, rgba(255, 91, 28, 0.25), transparent 54%);
}

.era-card--bf1 .era-card__content {
  max-width: 590px;
}

.era-card__origin {
  position: absolute;
  z-index: 3;
  top: 24px;
  right: 24px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 132, 65, 0.7);
  background: rgba(28, 9, 3, 0.78);
  color: #ffd3b6;
  font-family: "Courier New", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  backdrop-filter: blur(8px);
}

.era-card img {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.15) brightness(0.7);
  transform: scale(1.02);
  transition:
    transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.35s ease;
}

.era-card:hover img {
  transform: scale(1.075);
  filter: saturate(1) contrast(1.1) brightness(0.76);
}

.era-card__overlay {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 8, 12, 0.98) 0%, rgba(2, 8, 12, 0.76) 40%, transparent 76%), linear-gradient(115deg, rgba(28, 187, 255, 0.15), transparent 45%);
}

.era-card--bf4 .era-card__overlay {
  background: linear-gradient(0deg, rgba(2, 8, 12, 0.98) 0%, rgba(2, 8, 12, 0.73) 40%, transparent 76%), linear-gradient(115deg, rgba(255, 78, 17, 0.2), transparent 45%);
}

.era-card__index {
  position: absolute;
  top: 24px;
  left: 24px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(2, 8, 12, 0.66);
  color: var(--bf-blue-hot);
  font-family: "Courier New", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  backdrop-filter: blur(8px);
}

.era-card__content {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 30px;
}

.era-card__content small {
  color: var(--bf-orange);
  font-family: "Courier New", monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.era-card--2042 .era-card__content small,
.era-card--bfv .era-card__content small {
  color: var(--bf-blue);
}

.era-card__content h3 {
  margin: 10px 0 14px;
  font-size: clamp(32px, 3vw, 54px);
  font-style: italic;
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.era-card__content p {
  min-height: 76px;
  margin: 0 0 22px;
  color: #b3c0c5;
  font-size: 13px;
  line-height: 1.65;
}

.era-card__content a {
  display: flex;
  justify-content: space-between;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Courier New", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.era-card__content a b {
  color: var(--bf-orange);
  font-size: 16px;
}

.battle-doctrine {
  overflow: hidden;
  padding: 0 0 clamp(100px, 10vw, 150px);
  background: #030608;
}

.doctrine-marquee {
  width: 100%;
  overflow: hidden;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--bf-orange);
  color: #fff;
  font-family: "Courier New", monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.doctrine-marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 27s linear infinite;
  will-change: transform;
}

.doctrine-marquee span {
  flex: 0 0 auto;
  padding-right: 3em;
  white-space: nowrap;
}

.doctrine-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 110px;
  background: rgba(134, 205, 224, 0.16);
  border: 1px solid rgba(134, 205, 224, 0.16);
}

.doctrine-grid article {
  min-height: 290px;
  padding: 34px;
  background: #071017;
  transition: background 0.25s ease;
}

.doctrine-grid article:hover {
  background: #0b1a23;
}

.doctrine-grid article > span {
  color: var(--bf-blue);
  font-family: "Courier New", monospace;
  font-size: 10px;
}

.doctrine-grid h3 {
  margin: 80px 0 13px;
  text-transform: uppercase;
  font-size: 22px;
  font-style: italic;
  line-height: 1;
}

.doctrine-grid p {
  margin: 0;
  color: var(--bf-muted);
  font-size: 13px;
  line-height: 1.7;
}

.records-section {
  padding: clamp(110px, 12vw, 190px) 0;
  background:
    linear-gradient(125deg, rgba(5, 17, 24, 0.96), rgba(3, 7, 10, 0.99)),
    url("https://drop-assets.ea.com/images/3imnNw5ItvFR70UJj9DUqr/56248c8e555fdc0efbe84224bc26938c/BF2042_Elite-Edition_16x9.jpg?im=AspectCrop%3D%2816%2C9%29%2CxPosition%3D0.5143229166666666%2CyPosition%3D0.4337962962962963")
      center / cover fixed;
}

.records-section__grid {
  opacity: 0.42;
  mask-image: linear-gradient(#000, transparent 72%);
}

.records-heading {
  position: relative;
}

.records-heading__status {
  align-self: end;
  padding: 20px;
  border: 1px solid rgba(84, 212, 255, 0.28);
  background: rgba(5, 16, 23, 0.66);
  font-family: "Courier New", monospace;
}

.records-heading__status i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--bf-orange);
  box-shadow: 0 0 14px var(--bf-orange);
  animation: status-pulse 1.5s ease-in-out infinite;
}

.records-heading__status span,
.records-heading__status strong {
  display: block;
  margin-top: 7px;
  font-size: 9px;
  letter-spacing: 0.1em;
}

.records-heading__status span {
  display: inline;
  color: var(--bf-blue);
}

.records-heading__status strong {
  color: #fff;
}

.operator-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.operator-card {
  position: relative;
  min-height: 278px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(136, 205, 224, 0.2);
  background: linear-gradient(135deg, rgba(8, 22, 31, 0.92), rgba(3, 10, 14, 0.88));
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

.operator-card > :not(.cinematic-card-light) {
  position: relative;
  z-index: 2;
}

.operator-card::after {
  content: attr(data-operator);
  position: absolute;
  right: -8px;
  bottom: -12px;
  color: rgba(255, 255, 255, 0.026);
  text-transform: uppercase;
  font-size: 58px;
  font-style: italic;
  font-weight: 950;
  letter-spacing: -0.08em;
  white-space: nowrap;
}

.operator-card--founder {
  border-color: rgba(255, 106, 35, 0.38);
  background: linear-gradient(135deg, rgba(49, 18, 8, 0.48), rgba(3, 10, 14, 0.9) 58%);
}

.operator-card__identity {
  display: flex;
  align-items: center;
  gap: 17px;
}

.operator-card__identity > span {
  display: grid;
  place-items: center;
  width: 60px;
  aspect-ratio: 1;
  border: 1px solid rgba(84, 212, 255, 0.42);
  background: rgba(84, 212, 255, 0.06);
  color: var(--bf-blue);
  font-size: 24px;
  font-weight: 950;
}

.operator-card--founder .operator-card__identity > span {
  border-color: rgba(255, 106, 35, 0.48);
  background: rgba(255, 106, 35, 0.06);
  color: var(--bf-orange);
}

.operator-card small {
  color: #b9c9ce;
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.operator-card h3 {
  margin: 7px 0 0;
  text-transform: uppercase;
  font-size: 34px;
  font-style: italic;
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.operator-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 28px 0 20px;
  background: rgba(145, 211, 230, 0.18);
}

.operator-card dl div {
  padding: 12px;
  background: rgba(4, 13, 18, 0.9);
}

.operator-card dt,
.operator-card dd {
  font-family: "Courier New", monospace;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.operator-card dt {
  margin-bottom: 6px;
  color: var(--bf-muted);
}

.operator-card dd {
  margin: 0;
  color: var(--bf-blue);
  font-weight: 700;
}

.operator-card--founder dd {
  color: var(--bf-orange-hot);
}

.operator-card > p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #b9c9ce;
  font-size: 14px;
  line-height: 1.55;
}

.operator-card__tracker {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 141, 80, 0.32);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.07em;
}

.operator-card__tracker b {
  color: var(--bf-orange-hot);
  white-space: nowrap;
}

.operator-card__tracker:hover,
.operator-card__tracker:focus-visible {
  color: var(--bf-orange-hot);
}

.records-note {
  position: relative;
  max-width: 820px;
  margin: 30px 0 0 auto;
  padding-left: 20px;
  border-left: 2px solid var(--bf-blue);
  color: var(--bf-muted);
  font-size: 12px;
  line-height: 1.75;
}

.intel-section {
  padding: clamp(110px, 12vw, 180px) 0;
  background: #eef4f4;
  color: #061017;
}

.intel-section::before {
  content: "04";
  position: absolute;
  top: 2%;
  right: -0.03em;
  color: rgba(4, 19, 27, 0.04);
  font-size: min(42vw, 640px);
  font-style: italic;
  font-weight: 950;
  line-height: 1;
}

.intel-heading {
  position: relative;
  max-width: 1040px;
}

.intel-heading .section-code {
  color: #51626a;
}

.intel-heading h2 span {
  -webkit-text-stroke-color: rgba(6, 16, 23, 0.32);
}

.intel-links {
  position: relative;
  display: grid;
  margin-top: 68px;
  border-top: 1px solid rgba(5, 17, 24, 0.18);
}

.intel-links a {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 30px 20px;
  border-bottom: 1px solid rgba(5, 17, 24, 0.18);
  color: #061017;
  text-decoration: none;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    padding 0.2s ease;
}

.intel-links a:hover,
.intel-links a:focus-visible {
  padding-left: 30px;
  background: #061017;
  color: #fff;
}

.intel-links > a > span {
  color: var(--bf-orange);
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: 700;
}

.intel-links small {
  display: block;
  margin-bottom: 7px;
  color: #6e7e85;
  font-family: "Courier New", monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.intel-links strong {
  text-transform: uppercase;
  font-size: clamp(25px, 3vw, 42px);
  font-style: italic;
  line-height: 1;
}

.intel-links > a > b {
  color: var(--bf-orange);
  font-size: 24px;
}

.final-deploy {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #030608;
}

.final-deploy__image,
.final-deploy__wash {
  position: absolute;
  inset: 0;
}

.final-deploy__image {
  background: url("https://drop-assets.ea.com/images/4BIVdF2t4M42rGHCFpcdv8/3226f2ae7adefe9b06129db61d9d3c89/BF4-screenshot-16x9-2.jpg") center / cover;
  filter: saturate(0.72) contrast(1.18) brightness(0.56);
}

.final-deploy__wash {
  background: linear-gradient(90deg, rgba(3, 6, 8, 0.95) 0%, rgba(3, 6, 8, 0.62) 58%, rgba(3, 6, 8, 0.52) 100%), linear-gradient(0deg, #030608, transparent 44%);
}

.final-deploy__content {
  position: relative;
}

.final-deploy__content > p:not(.signal-label) {
  max-width: 520px;
  margin: 30px 0 0;
  color: #c2ced2;
  font-size: 17px;
}

.battle-footer {
  padding: 50px max(42px, calc((100vw - 1500px) / 2));
  background: #020405;
}

.battle-footer > div {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}

.battle-footer > div:first-child {
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.battle-footer > div:last-child {
  padding-top: 23px;
  color: #718087;
  font-family: "Courier New", monospace;
  font-size: 8px;
  letter-spacing: 0.06em;
}

.battle-footer > div > p {
  margin: 0;
  text-align: center;
}

.battle-footer > div > a:last-child,
.battle-footer > div > span:last-child {
  justify-self: end;
}

.battle-footer a {
  text-decoration: none;
}

.theme-console {
  position: fixed;
  z-index: 90;
  left: 50%;
  bottom: max(5.3rem, calc(env(safe-area-inset-bottom) + 5.3rem));
  display: grid;
  grid-template-columns: 50px minmax(205px, 1fr) auto 68px 58px 44px 132px;
  align-items: center;
  width: min(920px, calc(100vw - 32px));
  min-height: 64px;
  transform: translateX(-50%);
  border: 1px solid rgba(139, 216, 236, 0.26);
  background: rgba(3, 10, 14, 0.92);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.theme-console.is-playing {
  border-color: rgba(84, 212, 255, 0.6);
  box-shadow:
    0 0 38px rgba(29, 180, 230, 0.17),
    0 20px 60px rgba(0, 0, 0, 0.5);
}

.theme-console.atmosphere-on {
  border-bottom-color: rgba(255, 106, 35, 0.72);
}

.theme-console.effects-on {
  border-top-color: rgba(84, 212, 255, 0.72);
}

.theme-console.is-muted {
  border-color: rgba(154, 173, 180, 0.36);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.48);
}

.theme-console.needs-gesture {
  border-color: rgba(255, 106, 35, 0.74);
  animation: console-prompt 1.9s ease-in-out infinite;
}

.theme-console__play {
  width: 50px;
  height: 64px;
  border: 0;
  border-right: 1px solid rgba(139, 216, 236, 0.19);
  background: rgba(84, 212, 255, 0.08);
  color: var(--bf-blue);
  cursor: pointer;
}

.theme-console.is-playing .theme-console__play {
  color: var(--bf-orange);
}

.theme-console__meta {
  min-width: 0;
  padding: 0 16px;
}

.theme-console__meta span,
.theme-console__meta small,
.theme-console__time,
.theme-console__volume {
  font-family: "Courier New", monospace;
  font-size: 8px;
  letter-spacing: 0.08em;
}

.theme-console__meta span {
  display: block;
  color: var(--bf-blue);
  font-weight: 700;
}

.theme-console__meta strong {
  display: block;
  margin: 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-size: 11px;
  white-space: nowrap;
}

.theme-console__meta small {
  display: block;
  overflow: hidden;
  color: var(--bf-muted);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.theme-console__time {
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.theme-console__time i {
  margin: 0 5px;
  color: #5f6e74;
}

.theme-console__atmosphere,
.theme-console__effects,
.theme-console__mute {
  align-self: stretch;
  border: 0;
  border-left: 1px solid rgba(139, 216, 236, 0.16);
  background: rgba(84, 212, 255, 0.035);
  color: var(--bf-muted);
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Courier New", monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.theme-console__atmosphere {
  display: grid;
  place-content: center;
  gap: 3px;
}

.theme-console__effects {
  display: grid;
  place-content: center;
  gap: 3px;
}

.theme-console__atmosphere strong {
  color: var(--bf-muted);
}

.theme-console__atmosphere[aria-pressed="true"] {
  background: rgba(255, 106, 35, 0.09);
  color: var(--bf-orange-hot);
}

.theme-console__atmosphere[aria-pressed="true"] strong {
  color: var(--bf-orange);
  text-shadow: 0 0 10px rgba(255, 106, 35, 0.55);
}

.theme-console__effects strong {
  color: var(--bf-muted);
}

.theme-console__effects[aria-pressed="true"] {
  background: rgba(84, 212, 255, 0.1);
  color: var(--bf-blue-hot);
}

.theme-console__effects[aria-pressed="true"] strong {
  color: var(--bf-blue);
  text-shadow: 0 0 10px rgba(84, 212, 255, 0.6);
}

.theme-console__mute {
  color: var(--bf-blue);
}

.theme-console__mute[aria-pressed="true"] {
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
}

.theme-console__atmosphere:hover,
.theme-console__atmosphere:focus-visible,
.theme-console__effects:hover,
.theme-console__effects:focus-visible,
.theme-console__mute:hover,
.theme-console__mute:focus-visible,
.theme-console__play:focus-visible,
.theme-console__time:focus-visible {
  outline: 1px solid var(--bf-blue);
  outline-offset: -3px;
  color: #fff;
}

.theme-console__atmosphere:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.theme-console__volume {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 7px;
  padding: 0 14px 0 10px;
  color: var(--bf-muted);
}

.theme-console__volume input {
  width: 62px;
  accent-color: var(--bf-blue);
}

.theme-console__progress {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.08);
}

.theme-console__progress i {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--bf-blue), #fff, var(--bf-orange));
  box-shadow: 0 0 9px var(--bf-blue);
}

.noscript-note {
  position: fixed;
  z-index: 1001;
  top: 12px;
  left: 50%;
  width: min(600px, calc(100vw - 32px));
  padding: 14px;
  transform: translateX(-50%);
  background: #fff;
  color: #111;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes boot-scan {
  to {
    transform: translateY(200%);
  }
}

@keyframes boot-load {
  to {
    width: 100%;
  }
}

@keyframes hero-breathe {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.085) translate3d(-0.7%, -0.4%, 0);
  }
}

@keyframes hero-scan {
  to {
    transform: translateY(380%);
  }
}

@keyframes radar-turn {
  to {
    transform: rotate(360deg);
  }
}

@keyframes scroll-pulse {
  0%,
  100% {
    opacity: 0.25;
    transform: scaleY(0.7);
    transform-origin: top;
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes status-pulse {
  50% {
    opacity: 0.35;
    transform: scale(0.75);
  }
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

@keyframes console-prompt {
  50% {
    box-shadow: 0 0 36px rgba(255, 106, 35, 0.25);
  }
}

@keyframes smoke-drift-one {
  from {
    transform: translate3d(-8%, 8%, 0) scale(0.92);
  }
  to {
    transform: translate3d(36vw, -14vh, 0) scale(1.16);
  }
}

@keyframes smoke-drift-two {
  from {
    transform: translate3d(8%, -4%, 0) scale(1.08);
  }
  to {
    transform: translate3d(-32vw, 18vh, 0) scale(0.9);
  }
}

@keyframes ember-drift {
  from {
    transform: translate3d(0, 10vh, 0) rotate(0.001deg);
  }
  to {
    transform: translate3d(4vw, -18vh, 0) rotate(0.001deg);
  }
}

@keyframes spark-flight {
  0%,
  38% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(32deg) scaleY(0.5);
  }
  43% {
    opacity: 1;
  }
  78% {
    opacity: 0.72;
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--spark-drift), -88vh, 0) rotate(32deg) scaleY(1.5);
  }
}

@keyframes radio-lock {
  50% {
    opacity: 0.46;
    transform: scale(0.82);
  }
}

.cinematic-lite .battle-atmosphere__smoke {
  opacity: 0.16;
  filter: blur(64px);
}

.cinematic-lite .battle-hero__sparks {
  opacity: 0.56;
}

.cinematic-lite .battle-atmosphere__embers {
  display: none;
}

.cinematic-lite .battle-atmosphere__scanlines {
  opacity: 0.3;
}

.cinematic-lite .battle-hero__image,
.cinematic-lite .battle-hero__thermal {
  will-change: auto;
}

.cinematic-disabled .battle-atmosphere__scanlines,
.cinematic-disabled .battle-atmosphere__light,
.cinematic-disabled .battle-atmosphere__smoke,
.cinematic-disabled .battle-atmosphere__embers,
.cinematic-disabled .battle-hero__thermal,
.cinematic-disabled .battle-hero__scan,
.cinematic-disabled .battle-hero__depth-light,
.cinematic-disabled .battle-hero__sparks,
.cinematic-disabled .battle-hero__flare,
.cinematic-disabled .cinematic-card-light {
  display: none !important;
}

.cinematic-disabled .battle-hero__image span {
  animation: none;
}

@media (max-width: 1150px) {
  :root {
    --bf-shell: min(100% - 64px, 1100px);
  }

  .battle-nav {
    display: none;
  }

  .battle-header {
    grid-template-columns: 1fr auto;
  }

  .battle-menu {
    display: block;
  }

  .battle-header__back {
    display: none;
  }

  .battle-hero__telemetry {
    right: 32px;
    width: 390px;
  }

  .era-card {
    grid-column: span 6;
  }

  .era-card--bf1 {
    grid-column: span 6;
  }

  .era-card:last-child {
    grid-column: 4 / span 6;
  }

  .doctrine-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  :root {
    --bf-shell: calc(100% - 36px);
    --bf-header: 68px;
  }

  .battle-header {
    padding: 0 18px;
  }

  .hud,
  .hero-reticle,
  .scroll-order {
    display: none;
  }

  .battle-hero__content {
    padding-top: 150px;
  }

  .battle-hero h1 {
    line-height: 0.78;
  }

  .battle-hero__lead {
    margin-top: 30px;
  }

  .battle-hero__telemetry {
    left: 18px;
    right: 18px;
    bottom: 92px;
    width: auto;
  }

  .origin-grid,
  .era-heading,
  .records-heading {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .origin-visual {
    order: -1;
  }

  .radar-lock {
    right: 6px;
  }

  .era-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .era-card,
  .era-card--bf1,
  .era-card:last-child {
    grid-column: auto;
    min-height: 520px;
  }

  .operator-grid {
    grid-template-columns: 1fr;
  }

  .final-deploy {
    min-height: 680px;
  }

  .battle-footer {
    padding: 46px 20px 100px;
  }

  .battle-footer > div {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .battle-footer > div > p {
    text-align: left;
  }

  .battle-footer > div > a:last-child,
  .battle-footer > div > span:last-child {
    justify-self: start;
  }

  .theme-console {
    grid-template-columns: 50px minmax(0, 1fr) 58px 58px 42px;
  }

  .theme-console__time,
  .theme-console__volume {
    display: none;
  }

  .battle-atmosphere__smoke {
    width: 84vw;
    opacity: 0.16;
    filter: blur(54px);
  }

  .radio-burst {
    top: 78px;
    right: 12px;
  }
}

@media (max-width: 560px) {
  .battle-brand > span:last-child {
    display: none;
  }

  .battle-hero {
    min-height: 880px;
  }

  .battle-hero__image {
    inset: -1%;
  }

  .battle-hero__image span {
    background-position: 64% center;
  }

  .battle-hero h1 {
    font-size: clamp(38px, 11.5vw, 70px);
    letter-spacing: -0.065em;
  }

  .battle-hero h1 span {
    font-size: 0.4em;
  }

  .battle-hero__actions,
  .final-deploy__content > div {
    display: grid;
  }

  .combat-button {
    width: 100%;
  }

  .battle-hero__telemetry p {
    display: grid;
    gap: 4px;
  }

  .origin-section,
  .era-section,
  .records-section,
  .intel-section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .origin-visual figcaption span {
    display: none;
  }

  .origin-visual__founders {
    grid-template-columns: 36px 1fr;
    margin-inline: 0;
  }

  .origin-visual__founders i {
    display: none;
  }

  .doctrine-grid {
    grid-template-columns: 1fr;
    margin-top: 78px;
  }

  .doctrine-grid article {
    min-height: 230px;
  }

  .doctrine-grid h3 {
    margin-top: 52px;
  }

  .operator-card {
    min-height: 260px;
    padding: 24px;
  }

  .operator-card h3 {
    font-size: 29px;
  }

  .intel-links a {
    grid-template-columns: 38px 1fr auto;
    padding-inline: 8px;
  }

  .theme-console {
    bottom: max(9.2rem, calc(env(safe-area-inset-bottom) + 9.2rem));
    width: calc(100vw - 16px);
    grid-template-columns: 48px minmax(0, 1fr) 48px 48px 40px;
  }

  .theme-console__play {
    width: 48px;
  }

  .theme-console__time {
    display: none;
  }

  .theme-console__atmosphere {
    font-size: 7px;
  }

  .theme-console__effects {
    font-size: 7px;
  }

  .theme-console__mute {
    font-size: 7px;
  }

  .battle-atmosphere__smoke--two {
    display: none;
  }

  .battle-atmosphere__vignette {
    box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.45);
  }

  .theme-console__progress {
    left: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:not(.cinematic-force) {
    scroll-behavior: auto;
  }

  html:not(.cinematic-force) *,
  html:not(.cinematic-force) *::before,
  html:not(.cinematic-force) *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  html:not(.cinematic-force) [data-reveal] {
    opacity: 1;
    transform: none;
  }

  html:not(.cinematic-force) .battle-atmosphere__smoke,
  html:not(.cinematic-force) .battle-hero__sparks,
  html:not(.cinematic-force) .battle-atmosphere__embers {
    display: none;
  }

  html:not(.cinematic-force) .battle-hero__image,
  html:not(.cinematic-force) .battle-hero__thermal {
    transform: none;
    will-change: auto;
  }

  html:not(.cinematic-force) .radio-burst {
    transform: none;
  }
}

@media (hover: none), (pointer: coarse) {
  .cinematic-card-light {
    display: none;
  }
}

/* BATTLEFIELD SERVICE RECORDS + BF6 OPERATIONS */
body.service-record-open {
  overflow: hidden;
}

.operator-card__live-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: -8px 0 20px;
  background: rgba(145, 211, 230, 0.18);
}

.operator-card__live-stats div {
  min-width: 0;
  padding: 13px 10px 12px;
  background: rgba(4, 13, 18, 0.94);
}

.operator-card__live-stats span,
.operator-card__live-stats strong {
  display: block;
  font-family: "Courier New", monospace;
  line-height: 1.25;
}

.operator-card__live-stats span {
  color: var(--bf-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.operator-card__live-stats strong {
  margin-top: 7px;
  overflow-wrap: anywhere;
  color: var(--bf-blue);
  font-size: clamp(15px, 1.35vw, 20px);
  letter-spacing: -0.03em;
}

.operator-card--founder .operator-card__live-stats strong {
  color: var(--bf-orange-hot);
}

.operator-card__record-button {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  padding: 14px 16px;
  border: 1px solid rgba(84, 212, 255, 0.3);
  background: rgba(84, 212, 255, 0.06);
  color: #f5fbfc;
  text-align: left;
  text-transform: uppercase;
  font-family: "Courier New", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.operator-card--founder .operator-card__record-button {
  border-color: rgba(255, 118, 44, 0.42);
  background: rgba(255, 96, 26, 0.08);
}

.operator-card__record-button b {
  color: var(--bf-orange-hot);
  font-size: 16px;
}

.operator-card__record-button:hover,
.operator-card__record-button:focus-visible {
  border-color: var(--bf-orange-hot);
  background: rgba(255, 96, 26, 0.15);
  color: var(--bf-orange-hot);
  transform: translateY(-1px);
}

.service-record {
  width: min(1180px, calc(100vw - 40px));
  max-width: 1180px;
  max-height: min(900px, calc(100vh - 40px));
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(84, 212, 255, 0.48);
  background: #061017;
  color: #f4f9fa;
  box-shadow:
    0 32px 110px rgba(0, 0, 0, 0.78),
    0 0 54px rgba(84, 212, 255, 0.09);
}

.service-record--founder {
  border-color: rgba(255, 112, 40, 0.62);
  box-shadow:
    0 32px 110px rgba(0, 0, 0, 0.78),
    0 0 64px rgba(255, 96, 26, 0.1);
}

.service-record::backdrop {
  background: radial-gradient(circle at 50% 30%, rgba(84, 212, 255, 0.1), transparent 42%), rgba(0, 4, 7, 0.88);
  backdrop-filter: blur(10px) saturate(0.72);
}

.service-record[open] {
  animation: service-record-in 0.28s cubic-bezier(0.2, 0.85, 0.25, 1) both;
}

.service-record__frame {
  position: relative;
  max-height: min(900px, calc(100vh - 40px));
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-color: var(--bf-orange) rgba(255, 255, 255, 0.05);
}

.service-record__frame::before {
  content: "";
  position: fixed;
  pointer-events: none;
  inset: 0;
  background-image: linear-gradient(rgba(84, 212, 255, 0.025) 1px, transparent 1px);
  background-size: 100% 4px;
  opacity: 0.6;
}

.service-record__header {
  position: sticky;
  z-index: 5;
  top: 0;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
  padding: 30px 34px 28px;
  border-bottom: 1px solid rgba(140, 211, 229, 0.22);
  background: rgba(4, 13, 18, 0.96);
  backdrop-filter: blur(18px);
}

.service-record__header span,
.service-record__eyebrow,
.service-record__pending > span {
  color: var(--bf-blue);
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.service-record--founder .service-record__header span,
.service-record--founder .service-record__eyebrow {
  color: var(--bf-orange-hot);
}

.service-record__header h3 {
  margin: 8px 0 6px;
  text-transform: uppercase;
  font-size: clamp(38px, 5vw, 72px);
  font-style: italic;
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.service-record__header p {
  margin: 0;
  color: #aebdc2;
  font-size: 13px;
  line-height: 1.5;
}

.service-record__header button {
  flex: 0 0 auto;
  width: 46px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.service-record__header button:hover,
.service-record__header button:focus-visible {
  border-color: var(--bf-orange-hot);
  color: var(--bf-orange-hot);
  transform: rotate(4deg);
}

.service-record__body {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 1px;
  padding: 1px;
  background: rgba(136, 205, 224, 0.18);
}

.service-record__body > section {
  min-width: 0;
  padding: 30px;
  background: linear-gradient(145deg, rgba(10, 27, 36, 0.98), rgba(4, 13, 18, 0.98));
}

.service-record__overview {
  grid-row: span 2;
}

.service-record__overview ol {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: service-era;
}

.service-record__overview li {
  position: relative;
  display: grid;
  gap: 7px;
  padding: 0 0 28px 34px;
  counter-increment: service-era;
}

.service-record__overview li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 21px;
  bottom: 0;
  left: 8px;
  width: 1px;
  background: linear-gradient(var(--bf-orange), rgba(84, 212, 255, 0.18));
}

.service-record__overview li::after {
  content: counter(service-era, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--bf-orange-hot);
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: 700;
}

.service-record__overview li b {
  text-transform: uppercase;
  font-size: 20px;
}

.service-record__overview li span {
  color: #aebdc2;
  font-size: 13px;
  line-height: 1.55;
}

.service-record__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 22px;
  background: rgba(136, 205, 224, 0.2);
}

.service-record__stats div {
  min-width: 0;
  padding: 16px 14px;
  background: rgba(2, 9, 13, 0.94);
}

.service-record__stats span,
.service-record__stats strong {
  display: block;
  font-family: "Courier New", monospace;
}

.service-record__stats span {
  min-height: 2.2em;
  color: var(--bf-muted);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.service-record__stats strong {
  margin-top: 8px;
  color: #f8fbfc;
  font-size: clamp(17px, 1.7vw, 24px);
  line-height: 1;
  letter-spacing: -0.035em;
}

.service-record__legacy {
  grid-column: 2;
  border-left: 2px solid rgba(255, 112, 40, 0.72);
}

.service-record__specialties {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
}

.service-record__specialties .service-record__eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 16px;
}

.service-record__specialties > div {
  min-width: 0;
  padding: 18px;
  border-top: 1px solid rgba(84, 212, 255, 0.18);
  background: rgba(2, 9, 13, 0.72);
}

.service-record__specialties > div > span,
.service-record__specialties > div > strong {
  display: block;
}

.service-record__specialties > div > span {
  margin-bottom: 8px;
  color: var(--bf-muted);
  text-transform: uppercase;
  font-family: "Courier New", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.service-record__specialties > div > strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
}

.service-record__footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 22px 34px;
  border-top: 1px solid rgba(136, 205, 224, 0.18);
  background: #030a0e;
}

.service-record__footer > span {
  max-width: 620px;
  color: var(--bf-muted);
  font-family: "Courier New", monospace;
  font-size: 9px;
  line-height: 1.55;
  letter-spacing: 0.07em;
}

.service-record__footer > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.service-record__footer a {
  padding: 10px 12px;
  border: 1px solid rgba(255, 112, 40, 0.36);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Courier New", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.service-record__footer a:hover,
.service-record__footer a:focus-visible {
  border-color: var(--bf-orange-hot);
  color: var(--bf-orange-hot);
}

.service-record__pending {
  position: relative;
  display: grid;
  min-height: 390px;
  align-content: center;
  gap: 18px;
  padding: clamp(42px, 8vw, 110px);
  background: linear-gradient(115deg, rgba(84, 212, 255, 0.08), transparent 48%), repeating-linear-gradient(90deg, transparent 0 58px, rgba(84, 212, 255, 0.025) 58px 59px);
}

.service-record__pending strong {
  max-width: 740px;
  text-transform: uppercase;
  font-size: clamp(28px, 4vw, 55px);
  font-style: italic;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.service-record__pending p {
  max-width: 720px;
  margin: 0;
  color: #aebdc2;
  font-size: 15px;
  line-height: 1.7;
}

.operator-card__commendations {
  position: relative;
  z-index: 3;
  margin: -4px 0 22px;
}

.operator-card__commendations > span {
  display: block;
  margin-bottom: 9px;
  color: #aebdc2;
  font-family: "Courier New", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.service-record__commendations {
  grid-column: 1 / -1;
}

.service-record__commendations-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 24px;
}

.service-record__commendations-heading .service-record__eyebrow {
  margin: 0 0 8px;
}

.service-record__commendations-heading strong {
  color: #fff;
  font-family: "Courier New", monospace;
  font-size: 14px;
  letter-spacing: 0.06em;
}

.service-record__commendations-heading > span {
  max-width: 360px;
  color: var(--bf-muted);
  text-align: right;
  font-size: 11px;
  line-height: 1.55;
}

.service-medal-rack {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.service-medal-rack--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-medal {
  --medal-accent: var(--bf-blue);
  --medal-glow: rgba(84, 212, 255, 0.22);
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-width: 0;
  min-height: 92px;
  padding: 12px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--medal-accent) 38%, transparent);
  background: linear-gradient(118deg, var(--medal-glow), transparent 50%), rgba(2, 9, 13, 0.92);
}

.service-medal::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -34px;
  width: 76px;
  aspect-ratio: 1;
  border: 1px solid color-mix(in srgb, var(--medal-accent) 20%, transparent);
  transform: rotate(45deg);
}

.service-medal--founder {
  --medal-accent: #ff762c;
  --medal-glow: rgba(255, 96, 26, 0.25);
}
.service-medal--legacy {
  --medal-accent: #e7c269;
  --medal-glow: rgba(231, 194, 105, 0.2);
}
.service-medal--orange {
  --medal-accent: var(--bf-orange-hot);
  --medal-glow: rgba(255, 106, 35, 0.2);
}
.service-medal--red {
  --medal-accent: #ff5555;
  --medal-glow: rgba(255, 64, 64, 0.17);
}
.service-medal--green {
  --medal-accent: #82ff9c;
  --medal-glow: rgba(130, 255, 156, 0.15);
}
.service-medal--steel {
  --medal-accent: #c3d0d5;
  --medal-glow: rgba(195, 208, 213, 0.14);
}

.service-medal__insignia {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 54px;
  clip-path: polygon(8% 0, 92% 0, 100% 64%, 50% 100%, 0 64%);
  border-top: 3px solid #fff;
  background:
    linear-gradient(90deg, transparent 45%, rgba(255, 255, 255, 0.25) 46% 54%, transparent 55%),
    linear-gradient(155deg, color-mix(in srgb, var(--medal-accent) 86%, white), color-mix(in srgb, var(--medal-accent) 54%, #081017));
  color: #020608;
  font-family: "Courier New", monospace;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: -0.05em;
  filter: drop-shadow(0 0 10px var(--medal-glow));
}

.service-medal strong,
.service-medal small {
  position: relative;
  z-index: 2;
  display: block;
}

.service-medal strong {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
}

.service-medal small {
  margin-top: 6px;
  color: #9fb0b6;
  font-family: "Courier New", monospace;
  font-size: 8px;
  line-height: 1.45;
}

.service-medal-rack--compact .service-medal {
  grid-template-columns: 34px minmax(0, 1fr);
  min-height: 58px;
  padding: 8px;
}

.service-medal-rack--compact .service-medal__insignia {
  width: 32px;
  height: 40px;
  font-size: 9px;
}

.service-medal-rack--compact .service-medal strong {
  font-size: 10px;
}

.service-medal-rack--compact .service-medal small {
  display: none;
}

.service-medal-rack__overflow {
  display: grid;
  place-items: center;
  min-height: 58px;
  border: 1px dashed rgba(255, 118, 44, 0.42);
  background: rgba(255, 96, 26, 0.07);
  color: var(--bf-orange-hot);
  font-family: "Courier New", monospace;
  font-size: 14px;
  font-weight: 700;
}

.bf6-ops {
  position: relative;
  padding: clamp(120px, 13vw, 190px) 0;
  overflow: hidden;
  background: #05080a;
}

.bf6-ops__image,
.bf6-ops__wash,
.bf6-ops__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.bf6-ops__image {
  background: url("/images/games/battlefield-6.jpg") 66% center / cover no-repeat;
  opacity: 0.22;
  filter: saturate(0.72) contrast(1.15);
  transform: scale(1.03);
}

.bf6-ops__wash {
  background: linear-gradient(90deg, #030709 0%, rgba(3, 7, 9, 0.88) 42%, rgba(3, 7, 9, 0.58) 100%), linear-gradient(0deg, #030709 0%, transparent 24%, transparent 70%, #030709 100%);
}

.bf6-ops__grid {
  background-image: linear-gradient(rgba(84, 212, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(84, 212, 255, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 86%);
}

.bf6-ops .section-shell {
  position: relative;
  z-index: 2;
}

.bf6-ops__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 56px;
}

.bf6-ops__heading h2 {
  max-width: 1050px;
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(46px, 6.5vw, 100px);
  font-style: italic;
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.bf6-ops__heading h2 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(219, 240, 246, 0.5);
}

.bf6-ops__signal {
  min-width: 230px;
  padding: 18px;
  border: 1px solid rgba(84, 212, 255, 0.26);
  background: rgba(3, 11, 15, 0.78);
  font-family: "Courier New", monospace;
}

.bf6-ops__signal i,
.records-heading__status.is-live i {
  background: #82ff9c;
  box-shadow: 0 0 16px rgba(130, 255, 156, 0.82);
}

.bf6-ops__signal i {
  display: inline-block;
  width: 7px;
  aspect-ratio: 1;
  margin-right: 8px;
  border-radius: 50%;
  background: #ffd15a;
  box-shadow: 0 0 14px rgba(255, 209, 90, 0.75);
}

.bf6-ops__signal span,
.bf6-ops__signal strong {
  display: block;
  margin-top: 8px;
  font-size: 9px;
  line-height: 1.4;
  letter-spacing: 0.09em;
}

.bf6-ops__signal span {
  color: var(--bf-blue);
}

.bf6-ops__signal strong {
  color: #fff;
}

.bf6-ops__signal.is-live i {
  background: #82ff9c;
  box-shadow: 0 0 16px rgba(130, 255, 156, 0.82);
}

.bf6-squad-telemetry {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 62px;
  border: 1px solid rgba(84, 212, 255, 0.22);
  background: rgba(84, 212, 255, 0.2);
}

.bf6-squad-telemetry > div {
  min-width: 0;
  padding: 20px;
  background: rgba(3, 12, 17, 0.94);
}

.bf6-squad-telemetry span,
.bf6-squad-telemetry strong {
  display: block;
  font-family: "Courier New", monospace;
}

.bf6-squad-telemetry span {
  color: var(--bf-muted);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.bf6-squad-telemetry strong {
  margin-top: 9px;
  color: var(--bf-orange-hot);
  font-size: clamp(22px, 2.7vw, 42px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.bf6-operator-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.bf6-operator {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(136, 205, 224, 0.24);
  background: linear-gradient(145deg, rgba(8, 24, 32, 0.96), rgba(2, 9, 13, 0.94));
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
}

.bf6-operator::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 3px;
  background: var(--bf-blue);
  box-shadow: 0 0 22px var(--bf-blue);
}

.bf6-operator--marty::before {
  background: var(--bf-orange-hot);
  box-shadow: 0 0 22px var(--bf-orange-hot);
}

.bf6-operator header,
.bf6-operator__headline,
.bf6-operator__loadout,
.bf6-operator > a {
  position: relative;
  z-index: 2;
}

.bf6-operator header {
  padding: 30px 30px 24px;
}

.bf6-operator header span {
  color: var(--bf-blue);
  font-family: "Courier New", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.bf6-operator--marty header span {
  color: var(--bf-orange-hot);
}

.bf6-operator h3 {
  margin: 10px 0 7px;
  text-transform: uppercase;
  font-size: clamp(34px, 4vw, 58px);
  font-style: italic;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.bf6-operator header p {
  margin: 0;
  color: #aebdc2;
  font-size: 13px;
}

.bf6-operator__headline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(136, 205, 224, 0.2);
}

.bf6-operator__headline > div {
  min-width: 0;
  padding: 16px 13px;
  background: rgba(2, 9, 13, 0.94);
}

.bf6-operator__headline span,
.bf6-operator__headline strong {
  display: block;
  font-family: "Courier New", monospace;
}

.bf6-operator__headline span {
  color: var(--bf-muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.bf6-operator__headline strong {
  margin-top: 8px;
  color: #fff;
  font-size: clamp(17px, 1.65vw, 24px);
  line-height: 1;
  letter-spacing: -0.035em;
}

.bf6-operator__loadout {
  display: grid;
  gap: 1px;
  margin: 22px 30px 26px;
  background: rgba(84, 212, 255, 0.13);
}

.bf6-operator__loadout > div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  padding: 13px 15px;
  background: rgba(3, 12, 17, 0.92);
}

.bf6-operator__loadout span,
.bf6-operator__loadout strong {
  font-family: "Courier New", monospace;
  font-size: 10px;
  line-height: 1.35;
}

.bf6-operator__loadout span {
  color: var(--bf-muted);
  letter-spacing: 0.08em;
}

.bf6-operator__loadout strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #fff;
}

.bf6-operator > a {
  display: flex;
  justify-content: space-between;
  margin: 0 30px 30px;
  padding: 15px 16px;
  border: 1px solid rgba(255, 112, 40, 0.38);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.bf6-operator > a b {
  color: var(--bf-orange-hot);
}

.bf6-operator > a:hover,
.bf6-operator > a:focus-visible {
  border-color: var(--bf-orange-hot);
  color: var(--bf-orange-hot);
}

.operations-feed {
  position: relative;
  margin-top: 72px;
  border: 1px solid rgba(84, 212, 255, 0.26);
  background: linear-gradient(135deg, rgba(84, 212, 255, 0.06), transparent 42%), rgba(2, 9, 13, 0.92);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}

.operations-feed::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(84, 212, 255, 0.025) 1px, transparent 1px);
  background-size: 100% 4px;
  mix-blend-mode: screen;
}

.operations-feed__heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 36px;
  padding: 30px 32px;
  border-bottom: 1px solid rgba(84, 212, 255, 0.18);
}

.operations-feed__heading > div:first-child > span {
  color: var(--bf-blue);
  font-family: "Courier New", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.operations-feed__heading h3 {
  margin: 9px 0 6px;
  text-transform: uppercase;
  font-size: clamp(30px, 4vw, 54px);
  font-style: italic;
  line-height: 0.92;
  letter-spacing: -0.045em;
}

.operations-feed__heading p {
  margin: 0;
  color: #aebdc2;
  font-size: 13px;
}

.operations-feed__signal {
  min-width: 230px;
  padding: 16px 18px;
  border-left: 2px solid #82ff9c;
  background: rgba(130, 255, 156, 0.05);
  font-family: "Courier New", monospace;
}

.operations-feed__signal i,
.operations-feed__footer i {
  display: inline-block;
  width: 7px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #82ff9c;
  box-shadow: 0 0 14px rgba(130, 255, 156, 0.82);
  animation: status-pulse 1.5s ease-in-out infinite;
}

.operations-feed__signal span,
.operations-feed__signal strong {
  display: block;
  margin-top: 7px;
  font-size: 9px;
  letter-spacing: 0.09em;
}

.operations-feed__signal span {
  color: #82ff9c;
}
.operations-feed__signal strong {
  color: #fff;
}
.operations-feed__signal strong b {
  color: var(--bf-orange-hot);
}

.operations-feed__filters {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  padding: 1px;
  border-bottom: 1px solid rgba(84, 212, 255, 0.18);
  background: rgba(84, 212, 255, 0.12);
}

.operations-feed__filters button {
  flex: 1 1 150px;
  min-height: 42px;
  padding: 10px 14px;
  border: 0;
  background: #061118;
  color: #8fa3aa;
  text-transform: uppercase;
  font-family: "Courier New", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  cursor: pointer;
}

.operations-feed__filters button:hover,
.operations-feed__filters button:focus-visible,
.operations-feed__filters button.is-active {
  background: rgba(255, 96, 26, 0.12);
  color: var(--bf-orange-hot);
}

.operations-feed__list {
  position: relative;
  max-height: 520px;
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style: none;
  scrollbar-color: var(--bf-orange) rgba(255, 255, 255, 0.05);
}

.operations-feed__list li {
  position: relative;
  display: grid;
  grid-template-columns: 118px 48px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 96px;
  padding: 18px 28px;
  border-bottom: 1px solid rgba(136, 205, 224, 0.13);
  background: rgba(3, 12, 17, 0.66);
}

.operations-feed__list li[hidden] {
  display: none;
}

.operations-feed__list li:first-child {
  background: linear-gradient(90deg, rgba(255, 96, 26, 0.09), rgba(3, 12, 17, 0.74) 44%);
}

.operations-feed__list li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: var(--bf-blue);
  opacity: 0.42;
}

.operations-feed__list li[data-activity-type="commendation"]::before {
  background: #e7c269;
  opacity: 0.9;
}
.operations-feed__list li[data-activity-type="live"]::before {
  background: #82ff9c;
  opacity: 0.9;
}

.operations-feed__list time {
  color: #81949b;
  font-family: "Courier New", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.operations-feed__icon {
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  border: 1px solid rgba(84, 212, 255, 0.42);
  background: rgba(84, 212, 255, 0.07);
  color: var(--bf-blue);
  font-family: "Courier New", monospace;
  font-size: 11px;
  font-weight: 950;
}

.operations-feed__list li > div > strong {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.025em;
}

.operations-feed__list li > div > p {
  margin: 7px 0 0;
  color: #aebdc2;
  font-size: 12px;
  line-height: 1.55;
}

.operations-feed__footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 17px 28px;
  border-top: 1px solid rgba(84, 212, 255, 0.16);
  background: rgba(1, 6, 9, 0.92);
}

.operations-feed__footer span {
  flex: 0 0 auto;
  color: #82ff9c;
  font-family: "Courier New", monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.operations-feed__footer span i {
  margin-right: 8px;
}

.operations-feed__footer p {
  margin: 0;
  color: #74878e;
  text-align: right;
  font-size: 10px;
  line-height: 1.5;
}

.bf6-ops__source {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
  padding: 22px 24px;
  border-left: 2px solid var(--bf-orange);
  background: rgba(3, 12, 17, 0.82);
}

.bf6-ops__source span,
.bf6-ops__source a {
  text-transform: uppercase;
  font-family: "Courier New", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.bf6-ops__source span {
  color: var(--bf-orange-hot);
}

.bf6-ops__source p {
  margin: 0;
  color: #aebdc2;
  font-size: 12px;
  line-height: 1.6;
}

.bf6-ops__source a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.bf6-ops__source a:hover,
.bf6-ops__source a:focus-visible {
  color: var(--bf-orange-hot);
}

.intel-section::before {
  content: "07";
}

@keyframes service-record-in {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1000px) {
  .operator-card__live-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf6-ops__heading {
    grid-template-columns: 1fr;
  }

  .bf6-ops__signal {
    width: min(360px, 100%);
  }

  .service-medal-rack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-medal-rack--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .operations-feed__heading {
    grid-template-columns: 1fr;
  }

  .operations-feed__signal {
    width: min(360px, 100%);
  }

  .bf6-squad-telemetry {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-record__body {
    grid-template-columns: 1fr;
  }

  .service-record__overview {
    grid-row: auto;
  }

  .service-record__legacy,
  .service-record__specialties {
    grid-column: 1;
  }

  .service-record__specialties {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .bf6-operator-grid {
    grid-template-columns: 1fr;
  }

  .bf6-squad-telemetry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-record {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
  }

  .service-record__frame {
    max-height: calc(100vh - 20px);
  }

  .service-record__header {
    padding: 24px;
  }

  .service-record__body > section {
    padding: 24px;
  }

  .service-medal-rack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-record__commendations-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .service-record__commendations-heading > span {
    text-align: left;
  }

  .operations-feed__list li {
    grid-template-columns: 92px 44px minmax(0, 1fr);
    gap: 14px;
    padding-inline: 22px;
  }

  .operations-feed__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .operations-feed__footer p {
    text-align: left;
  }

  .service-record__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-record__footer,
  .bf6-ops__source {
    grid-template-columns: 1fr;
  }

  .service-record__footer {
    align-items: flex-start;
    padding: 22px 24px;
  }

  .service-record__footer > div {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .operator-card__live-stats {
    margin-top: 0;
  }

  .operator-card__record-button {
    font-size: 10px;
  }

  .operator-card__commendations {
    margin-top: 4px;
  }

  .service-medal-rack:not(.service-medal-rack--compact) {
    grid-template-columns: 1fr;
  }

  .service-medal-rack--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf6-ops {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .bf6-ops__heading h2 {
    font-size: clamp(39px, 12vw, 64px);
  }

  .bf6-squad-telemetry {
    grid-template-columns: 1fr 1fr;
    margin-top: 42px;
  }

  .bf6-squad-telemetry > div:last-child {
    grid-column: 1 / -1;
  }

  .bf6-operator header {
    padding: 24px 22px 20px;
  }

  .bf6-operator__headline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf6-operator__loadout {
    margin: 18px 22px 22px;
  }

  .bf6-operator__loadout > div {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .bf6-operator > a {
    margin: 0 22px 24px;
  }

  .operations-feed {
    margin-top: 50px;
  }

  .operations-feed__heading {
    padding: 24px 22px;
  }

  .operations-feed__heading h3 {
    font-size: 34px;
  }

  .operations-feed__filters button {
    flex-basis: calc(50% - 1px);
  }

  .operations-feed__list li {
    grid-template-columns: 40px minmax(0, 1fr);
    min-height: 0;
    padding: 20px;
  }

  .operations-feed__list time {
    grid-column: 1 / -1;
    grid-row: 2;
    padding-left: 54px;
  }

  .operations-feed__icon {
    grid-column: 1;
    grid-row: 1;
    width: 38px;
  }

  .operations-feed__list li > div {
    grid-column: 2;
    grid-row: 1;
  }

  .operations-feed__footer {
    padding: 17px 20px;
  }

  .service-record__header h3 {
    font-size: 36px;
  }

  .service-record__header button {
    width: 40px;
    font-size: 25px;
  }

  .service-record__specialties {
    grid-template-columns: 1fr;
  }

  .service-record__stats strong {
    font-size: 18px;
  }

  .service-record__pending {
    min-height: 470px;
    padding: 42px 24px;
  }
}
