* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: #070a0f;
  color: #f5f7fb;
  font-family: "Segoe UI", Arial, sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 44px;
  background: rgba(7, 10, 15, 0.94);
  border-bottom: 1px solid rgba(117, 141, 169, 0.28);
  backdrop-filter: blur(12px);
}

.brand,
.brand-copy,
.topbar nav,
.hero-actions,
.hero-metrics,
.button-row,
.card-row,
.split-row,
.signal-band,
.quick-start,
.flight-deck,
.shop-row,
.dashboard-row,
.war-board,
.gear-row,
.feature-row,
.media-row,
.cadence-row,
.dashboard-head {
  display: flex;
}

.brand {
  align-items: center;
  gap: 14px;
  min-width: 185px;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border: 2px solid #67d6ff;
  border-radius: 8px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, rgba(103, 214, 255, 0.26), rgba(255, 76, 96, 0.28));
  box-shadow: 0 0 24px rgba(103, 214, 255, 0.4);
}

.brand-copy {
  flex-direction: column;
  gap: 1px;
  text-transform: uppercase;
}

.brand-copy strong {
  font-size: 1rem;
  letter-spacing: 0;
}

.brand-copy small {
  color: #9baabd;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
}

.topbar nav {
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 18px;
}

.topbar nav a {
  color: #b9c5d6;
  font-size: 0.92rem;
  font-weight: 800;
}

.topbar nav a:hover,
.topbar nav a:focus {
  color: #67d6ff;
}

.hero {
  min-height: calc(100vh - 168px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding: 64px 72px 74px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 28%, rgba(103, 214, 255, 0.18), transparent 24%),
    linear-gradient(90deg, rgba(7, 10, 15, 0.98), rgba(7, 10, 15, 0.68) 48%, rgba(7, 10, 15, 0.22)),
    linear-gradient(0deg, rgba(7, 10, 15, 0.98), rgba(7, 10, 15, 0.36) 35%, rgba(7, 10, 15, 0.08)),
    url("./assets/aceonline-radar-hero-20260619b.png") right center / contain no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(103, 214, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 214, 255, 0.04) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, transparent, #000 24%, #000 78%, transparent);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  right: 7vw;
  bottom: 64px;
  width: min(34vw, 460px);
  height: min(34vw, 460px);
  border: 1px solid rgba(103, 214, 255, 0.28);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(103, 214, 255, 0.16) 0 2px, transparent 3px),
    repeating-radial-gradient(circle, transparent 0 46px, rgba(103, 214, 255, 0.18) 47px 48px);
  opacity: 0.62;
  pointer-events: none;
  animation: radarSweep 12s linear infinite;
}

@keyframes radarSweep {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.hero-copy::after {
  content: "";
  display: block;
  width: min(540px, 76vw);
  height: 3px;
  margin-top: 22px;
  background: linear-gradient(90deg, #67d6ff, #f3ba4d 42%, #ff6b7b 72%, transparent);
  box-shadow: 0 0 18px rgba(103, 214, 255, 0.34);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.eyebrow,
.tag,
.mission-panel dt,
.dashboard-row span,
.war-board span,
.media-card span {
  margin: 0 0 10px;
  color: #67d6ff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: 6.6rem;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 16px;
  font-size: 3.1rem;
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  line-height: 1.15;
}

.lede,
.section-title p,
.surface p,
.news-card p,
.feature-card p,
.gear-row p,
.war-board p,
.check-list {
  color: #c2ccda;
  line-height: 1.58;
}

.lede {
  max-width: 700px;
  font-size: 1.22rem;
}

.hero-actions,
.button-row {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-frequency {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 640px;
  margin-top: 18px;
  color: #aebacd;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-frequency span {
  width: 86px;
  height: 10px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, #67d6ff 0 18%, transparent 18% 28%, #f3ba4d 28% 42%, transparent 42% 52%, #ff6b7b 52% 72%, transparent 72% 100%);
  box-shadow: 0 0 22px rgba(103, 214, 255, 0.26);
}

.hero-frequency em {
  color: #f3ba4d;
  font-style: normal;
}

.hero-metrics {
  flex-wrap: wrap;
  gap: 10px;
  max-width: 740px;
  margin-top: 26px;
}

.hero-metrics div {
  min-width: 150px;
  padding: 14px 16px;
  border: 1px solid rgba(143, 163, 188, 0.28);
  border-radius: 8px;
  background: rgba(8, 15, 24, 0.78);
}

.hero-metrics span {
  display: block;
  color: #9baabd;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-metrics strong {
  display: block;
  margin-top: 6px;
  color: #f5f7fb;
  font-size: 1.05rem;
  overflow-wrap: anywhere;
}

.button-row.tight {
  margin-top: 18px;
}

.button {
  min-height: 44px;
  border: 1px solid rgba(143, 163, 188, 0.46);
  border-radius: 6px;
  background: #1c2633;
  color: #f5f7fb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus {
  transform: translateY(-1px);
  border-color: #67d6ff;
  box-shadow: 0 0 24px rgba(103, 214, 255, 0.22);
}

.button.primary {
  border-color: #67d6ff;
  background: #67d6ff;
  color: #061018;
  box-shadow: 0 0 28px rgba(103, 214, 255, 0.24);
}

.button.subtle {
  background: rgba(10, 15, 22, 0.58);
}

.button.danger {
  border-color: rgba(255, 76, 96, 0.72);
  color: #ffd6dc;
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.mission-panel,
.surface,
.news-card,
.shop-card,
.war-board article,
.gear-row article,
.feature-card {
  border: 1px solid rgba(143, 163, 188, 0.34);
  border-radius: 8px;
  background: rgba(15, 21, 31, 0.9);
}

.mission-panel {
  position: relative;
  z-index: 1;
  width: 340px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.mission-panel-header {
  padding: 20px 22px;
  background: linear-gradient(90deg, rgba(103, 214, 255, 0.16), rgba(255, 76, 96, 0.12));
  border-bottom: 1px solid rgba(143, 163, 188, 0.24);
}

.mission-panel-header span {
  display: block;
  color: #9baabd;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mission-panel-header strong {
  display: block;
  margin-top: 8px;
  font-size: 1.25rem;
}

.mission-panel dl,
.meta-list {
  margin: 0;
}

.mission-panel dl div,
.meta-list div {
  padding: 16px 22px;
  border-bottom: 1px solid rgba(143, 163, 188, 0.16);
}

.mission-panel dl div:last-child,
.meta-list div:last-child {
  border-bottom: 0;
}

.mission-panel dd,
.meta-list dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-weight: 800;
}

.signal-band {
  flex-wrap: wrap;
  gap: 0;
  padding: 0 72px 26px;
  margin-top: -56px;
  position: relative;
  z-index: 3;
}

.quick-start {
  flex-wrap: wrap;
  gap: 0;
  padding: 0 72px 56px;
  background: #070a0f;
}

.quick-start article {
  flex: 1 1 220px;
  min-height: 148px;
  padding: 22px;
  border: 1px solid rgba(143, 163, 188, 0.22);
  background: linear-gradient(150deg, rgba(13, 18, 27, 0.98), rgba(22, 18, 22, 0.92));
}

.quick-start article:first-child {
  border-radius: 8px 0 0 8px;
}

.quick-start article:last-child {
  border-radius: 0 8px 8px 0;
}

.quick-start span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border: 1px solid rgba(243, 186, 77, 0.54);
  border-radius: 8px;
  color: #f3ba4d;
  font-weight: 900;
}

.quick-start strong {
  display: block;
  margin-bottom: 8px;
}

.quick-start p {
  margin: 0;
  color: #aebacd;
  line-height: 1.5;
}

.flight-deck {
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0;
  padding: 0 72px 56px;
  background: #070a0f;
}

.flight-deck div {
  flex: 1 1 260px;
  min-height: 96px;
  padding: 20px 22px;
  border: 1px solid rgba(103, 214, 255, 0.24);
  background:
    linear-gradient(135deg, rgba(103, 214, 255, 0.1), rgba(243, 186, 77, 0.06)),
    rgba(13, 18, 27, 0.96);
}

.flight-deck div:first-child {
  border-radius: 8px 0 0 8px;
}

.flight-deck div:last-child {
  border-radius: 0 8px 8px 0;
}

.flight-deck span {
  display: block;
  margin-bottom: 8px;
  color: #f3ba4d;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.flight-deck strong {
  display: block;
  overflow-wrap: anywhere;
  line-height: 1.25;
}

.war-theater {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 28px;
  padding: 82px 72px;
  background:
    linear-gradient(90deg, rgba(7, 10, 15, 0.96), rgba(10, 15, 22, 0.82)),
    url("./assets/aceonline-public-status.png") center / cover;
}

.combat-intel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 0 72px 72px;
  background:
    linear-gradient(180deg, #070a0f, #0b111a);
}

.combat-intel article {
  min-height: 170px;
  padding: 22px;
  border: 1px solid rgba(103, 214, 255, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(103, 214, 255, 0.08), rgba(243, 186, 77, 0.06)),
    rgba(13, 20, 31, 0.94);
}

.combat-intel span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  margin-bottom: 14px;
  border: 1px solid rgba(243, 186, 77, 0.5);
  border-radius: 6px;
  color: #f3ba4d;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.combat-intel strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.combat-intel p {
  margin: 0;
  color: #aebacd;
  line-height: 1.5;
}

.theater-copy {
  align-self: end;
  max-width: 680px;
}

.theater-copy p {
  color: #c2ccda;
  line-height: 1.62;
}

.theater-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.theater-grid article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(143, 163, 188, 0.34);
  border-radius: 8px;
  background: linear-gradient(160deg, rgba(13, 18, 27, 0.96), rgba(25, 31, 42, 0.74));
}

.theater-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 28px;
  margin-bottom: 16px;
  border: 1px solid rgba(243, 186, 77, 0.56);
  border-radius: 6px;
  color: #f3ba4d;
  font-weight: 900;
}

.theater-grid p {
  color: #aebacd;
  line-height: 1.5;
}

.signal-band article {
  flex: 1 1 220px;
  min-height: 120px;
  padding: 20px;
  border: 1px solid rgba(143, 163, 188, 0.28);
  background: rgba(13, 18, 27, 0.96);
}

.signal-band article:first-child {
  border-radius: 8px 0 0 8px;
}

.signal-band article:last-child {
  border-radius: 0 8px 8px 0;
}

.signal-band p {
  margin: 8px 0 0;
  color: #aebacd;
}

.signal {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-bottom: 14px;
  background: #aebacd;
}

.signal.ready {
  background: #5edc9a;
}

.signal.warn {
  background: #f3ba4d;
}

.signal.idle {
  background: #8a9dff;
}

.section-block {
  padding: 82px 72px;
}

.section-dark {
  background: #0c1119;
}

.section-cash {
  background:
    linear-gradient(90deg, rgba(7, 10, 15, 0.94), rgba(7, 10, 15, 0.78)),
    url("./assets/aceonline-public-status.png") center / cover;
}

.operations-block {
  background:
    linear-gradient(90deg, rgba(7, 10, 15, 0.98), rgba(9, 19, 30, 0.82)),
    url("./assets/aceonline-radar-hero-20260619.png") right center / cover;
}

.hangar-block {
  background:
    linear-gradient(90deg, rgba(7, 10, 15, 0.98), rgba(7, 10, 15, 0.76)),
    url("./assets/aceonline-radar-hero.png") right center / cover;
}

.media-block {
  background: #101721;
}

.section-title {
  max-width: 900px;
  margin-bottom: 28px;
}

.section-title.compact {
  max-width: 780px;
}

.card-row,
.split-row,
.shop-row,
.dashboard-row,
.war-board,
.gear-row,
.feature-row,
.media-row,
.checkout-steps,
.operations-grid {
  flex-wrap: wrap;
  gap: 16px;
}

.checkout-steps,
.operations-grid {
  display: flex;
  margin-top: 18px;
}

.cash-status-strip,
.checkout-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.cash-status-strip {
  margin: 18px 0;
}

.cash-status-strip div {
  flex: 1 1 180px;
  min-height: 88px;
  padding: 18px;
  border: 1px solid rgba(103, 214, 255, 0.26);
  border-radius: 8px;
  background: rgba(7, 13, 22, 0.72);
}

.cash-status-strip span,
.shop-card-status {
  display: block;
  color: #9baabd;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cash-status-strip strong {
  display: block;
  margin-top: 8px;
  color: #f5f7fb;
}

.checkout-grid {
  align-items: stretch;
}

.checkout-flow,
.gateway-summary {
  flex: 1 1 360px;
}

.checkout-flow ol {
  margin: 14px 0 0;
  padding-left: 22px;
  color: #c2ccda;
  line-height: 1.65;
}

.compact-list {
  margin-top: 14px;
}

.safe-note {
  margin-top: 16px;
  color: #aebacd;
  line-height: 1.55;
}

.checkout-steps article,
.operations-grid article {
  flex: 1 1 260px;
  min-height: 170px;
  padding: 22px;
  border: 1px solid rgba(143, 163, 188, 0.34);
  border-radius: 8px;
  background: linear-gradient(155deg, rgba(15, 21, 31, 0.94), rgba(20, 31, 44, 0.78));
}

.checkout-steps span,
.operations-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  margin-bottom: 14px;
  border: 1px solid rgba(103, 214, 255, 0.42);
  border-radius: 6px;
  color: #67d6ff;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-steps p,
.operations-grid p {
  color: #aebacd;
  line-height: 1.52;
}

.shop-card-status {
  margin: 14px 0 18px;
  color: #67d6ff;
}

.split-row.align-start {
  align-items: flex-start;
}

.news-card,
.surface,
.shop-card,
.war-board article,
.gear-row article,
.feature-card {
  padding: 24px;
}

.news-card,
.shop-card,
.war-board article,
.gear-row article,
.feature-card {
  flex: 1 1 240px;
}

.surface {
  flex: 1 1 340px;
}

.download-card {
  flex-basis: 560px;
}

.checklist-card {
  flex-basis: 320px;
}

.tag {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 9px;
  border-radius: 6px;
  background: rgba(103, 214, 255, 0.12);
}

.tag-amber {
  color: #f3ba4d;
  background: rgba(243, 186, 77, 0.12);
}

.tag-red {
  color: #ff6b7b;
  background: rgba(255, 76, 96, 0.12);
}

.meta-list {
  margin-top: 22px;
  border: 1px solid rgba(143, 163, 188, 0.18);
  border-radius: 8px;
  overflow: hidden;
}

.meta-list div {
  padding: 14px 16px;
}

.meta-list dt {
  color: #9baabd;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.check-list {
  margin-bottom: 0;
  padding-left: 20px;
}

.form-panel {
  max-width: 520px;
}

form {
  display: block;
}

label {
  display: block;
  margin-bottom: 15px;
  color: #c2ccda;
  font-size: 0.92rem;
  font-weight: 800;
}

input {
  width: 100%;
  min-height: 44px;
  margin-top: 8px;
  border: 1px solid rgba(143, 163, 188, 0.5);
  border-radius: 6px;
  background: #080d14;
  color: #f5f7fb;
  padding: 0 12px;
}

select,
textarea {
  width: 100%;
  margin-top: 8px;
  border: 1px solid rgba(143, 163, 188, 0.5);
  border-radius: 6px;
  background: #080d14;
  color: #f5f7fb;
}

select {
  min-height: 44px;
  padding: 0 12px;
}

textarea {
  min-height: 104px;
  padding: 12px;
  resize: vertical;
}

.check-field {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.check-field input {
  width: 20px;
  min-height: 20px;
  margin-top: 2px;
}

.form-message {
  min-height: 24px;
  margin: 14px 0 0;
  color: #f3ba4d;
}

.form-message.wide {
  max-width: 920px;
}

.dashboard-card {
  margin-top: 16px;
}

.dashboard-head {
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.dashboard-head h3 {
  margin-bottom: 0;
}

.dashboard-row {
  margin-top: 20px;
  border: 1px solid rgba(143, 163, 188, 0.18);
  border-radius: 8px;
  overflow: hidden;
}

.dashboard-row div {
  flex: 1 1 210px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.025);
  border-right: 1px solid rgba(143, 163, 188, 0.14);
}

.dashboard-row div:last-child {
  border-right: 0;
}

.dashboard-row span {
  display: block;
}

.dashboard-row strong {
  overflow-wrap: anywhere;
}

.shop-card strong {
  display: block;
  margin-bottom: 8px;
  color: #67d6ff;
  font-size: 1.9rem;
}

.shop-card[aria-disabled="true"] {
  opacity: 0.78;
}

.shop-card p {
  min-height: 48px;
}

.war-board article strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.gear-row article {
  min-height: 210px;
  background: linear-gradient(160deg, rgba(15, 21, 31, 0.94), rgba(34, 24, 28, 0.82));
}

.gear-row article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border: 1px solid rgba(103, 214, 255, 0.5);
  border-radius: 8px;
  color: #67d6ff;
  font-weight: 900;
}

.systems-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.systems-row article {
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(103, 214, 255, 0.26);
  border-radius: 8px;
  background: rgba(7, 10, 15, 0.72);
}

.systems-row strong,
.systems-row span {
  display: block;
}

.systems-row strong {
  margin-bottom: 8px;
}

.systems-row span {
  color: #aebacd;
  line-height: 1.45;
}

.guide-block {
  background:
    linear-gradient(90deg, rgba(7, 10, 15, 0.96), rgba(11, 16, 24, 0.9)),
    url("./assets/aceonline-radar-hero-20260619b.png") left center / cover;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.guide-grid article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(143, 163, 188, 0.3);
  border-radius: 8px;
  background: rgba(13, 20, 31, 0.88);
}

.guide-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 30px;
  margin-bottom: 16px;
  border: 1px solid rgba(103, 214, 255, 0.46);
  border-radius: 6px;
  color: #67d6ff;
  font-weight: 900;
}

.guide-grid p {
  color: #aebacd;
  line-height: 1.55;
}

.cadence-block {
  background: #0b111a;
}

.cadence-row {
  flex-wrap: wrap;
  gap: 14px;
}

.cadence-row article {
  flex: 1 1 260px;
  min-height: 128px;
  padding: 22px;
  border: 1px solid rgba(243, 186, 77, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(150deg, rgba(243, 186, 77, 0.08), rgba(255, 76, 96, 0.05)),
    rgba(13, 20, 31, 0.92);
}

.cadence-row strong,
.cadence-row span {
  display: block;
}

.cadence-row strong {
  margin-bottom: 10px;
}

.cadence-row span {
  color: #aebacd;
  line-height: 1.5;
}

.media-card {
  flex: 1 1 260px;
  min-height: 220px;
  border-radius: 8px;
  border: 1px solid rgba(143, 163, 188, 0.34);
  display: flex;
  align-items: flex-end;
  padding: 18px;
  background: #111924;
  overflow: hidden;
}

.media-card span {
  margin: 0;
  padding: 8px 10px;
  border-radius: 6px;
  background: rgba(7, 10, 15, 0.74);
}

.hero-image {
  background:
    linear-gradient(0deg, rgba(7, 10, 15, 0.92), rgba(7, 10, 15, 0.1)),
    url("./assets/aceonline-radar-hero-20260619b.png") center / cover;
}

.status-image {
  background:
    linear-gradient(0deg, rgba(7, 10, 15, 0.92), rgba(7, 10, 15, 0.1)),
    url("./assets/aceonline-public-status.png") center / cover;
}

.map-image {
  background:
    linear-gradient(0deg, rgba(7, 10, 15, 0.92), rgba(7, 10, 15, 0.1)),
    url("./assets/aceonline-radar-hero.png") center / cover;
}

.muted {
  color: #9baabd;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 24px 72px;
  color: #9baabd;
  border-top: 1px solid rgba(143, 163, 188, 0.2);
  background: #070a0f;
}

@media (max-width: 980px) {
  .hero {
    display: block;
    min-height: calc(100vh - 140px);
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .mission-panel {
    width: auto;
    margin-top: 32px;
  }

  .war-theater {
    grid-template-columns: 1fr;
  }

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

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

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

  h1 {
    font-size: 4.9rem;
  }

  .signal-band article:first-child,
  .signal-band article:last-child,
  .quick-start article:first-child,
  .quick-start article:last-child,
  .flight-deck div:first-child,
  .flight-deck div:last-child {
    border-radius: 0;
  }
}

@media (max-width: 720px) {
  .topbar {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    overflow: hidden;
    padding: 14px 18px;
  }

  .brand {
    min-width: 0;
  }

  .topbar nav {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

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

  .topbar nav a {
    display: block;
    min-width: 0;
    padding: 7px 4px;
    font-size: 0.78rem;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .hero,
  .section-block,
  .war-theater,
  .combat-intel,
  .signal-band,
  .quick-start,
  .footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    min-height: auto;
    padding-top: 44px;
    padding-bottom: 34px;
  }

  .hero-copy,
  .lede {
    width: 100%;
    max-width: 340px;
    overflow-wrap: break-word;
  }

  .signal-band {
    margin-top: -34px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  .lede {
    font-size: 1.05rem;
  }

  .button {
    width: 100%;
  }

  .mission-panel {
    display: none;
  }

  .hero::after {
    display: none;
  }

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

  .combat-intel {
    grid-template-columns: 1fr;
    padding-bottom: 42px;
  }

  .dashboard-head {
    display: block;
  }

  .dashboard-head .button {
    margin-top: 16px;
  }

  .quick-start article,
  .signal-band article {
    display: block;
    width: 100%;
    max-width: 100%;
    flex: none;
    min-width: 0;
  }

  .quick-start,
  .signal-band {
    display: block;
  }

  .quick-start p,
  .quick-start strong,
  .signal-band p,
  .signal-band strong {
    width: 100%;
    max-width: min(280px, calc(100vw - 84px));
    overflow-wrap: anywhere;
  }
}
