:root {
  color-scheme: dark;
  --bg: #02050b;
  --bg-2: #061526;
  --ink: #eef6ff;
  --muted: #93a8c1;
  --soft: rgba(81, 157, 255, 0.14);
  --panel: rgba(4, 10, 20, 0.78);
  --panel-strong: rgba(5, 17, 34, 0.92);
  --line: rgba(105, 175, 255, 0.2);
  --cyan: #36d9ff;
  --green: #7cc7ff;
  --blue: #1e6bff;
  --amber: #8ba7ff;
  --shadow: 0 24px 80px rgba(0, 7, 20, 0.52);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 64% 34%, rgba(34, 118, 255, 0.2), transparent 38%),
    linear-gradient(112deg, rgba(54, 217, 255, 0.13), transparent 34%),
    linear-gradient(248deg, rgba(30, 107, 255, 0.2), transparent 42%),
    linear-gradient(135deg, var(--bg), var(--bg-2) 50%, #01030a);
  color: var(--ink);
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(99, 171, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 171, 255, 0.05) 1px, transparent 1px);
  background-size: 84px 84px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 85%);
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

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

button,
input {
  font: inherit;
}

#signal-field {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

body.planet-is-hovered {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0;
}

.site-header::before {
  position: absolute;
  inset: 8px -16px;
  z-index: -1;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(3, 8, 17, 0.72);
  box-shadow: 0 12px 60px rgba(0, 8, 24, 0.36);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.brand,
.site-header nav,
.hero-actions,
.console,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.7rem;
  min-width: max-content;
  font-weight: 800;
}

.brand-mark {
  width: 18px;
  height: 18px;
  border: 2px solid var(--cyan);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 46%, var(--green) 48% 55%, transparent 57%),
    linear-gradient(0deg, transparent 46%, var(--blue) 48% 55%, transparent 57%);
  box-shadow: 0 0 24px rgba(54, 217, 255, 0.64);
}

.site-header nav {
  gap: 0.25rem;
}

.site-header nav a,
.site-header nav .nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 0;
  padding: 10px 14px;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-header nav a:hover,
.site-header nav a:focus-visible,
.site-header nav .nav-button:hover,
.site-header nav .nav-button:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: var(--ink);
  transform: translateY(-1px);
}

main {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  align-items: end;
  min-height: calc(100svh - 92px);
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(3rem, 6vw, 5rem) 0 3.5rem;
}

.hero-copy {
  max-width: 780px;
}

.kicker {
  margin: 0 0 1rem;
  color: var(--green);
  font-size: clamp(0.76rem, 1.4vw, 0.84rem);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 100%;
  margin-bottom: 1rem;
  font-size: clamp(3rem, 5.8vw, 5.2rem);
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 5vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin-bottom: 0.7rem;
  font-size: 1.1rem;
  line-height: 1.2;
}

.hero-text {
  max-width: 650px;
  color: #d8eaff;
  font-size: clamp(1.1rem, 2.3vw, 1.45rem);
  line-height: 1.6;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.75rem 1.1rem;
  color: var(--ink);
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button.primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  box-shadow: 0 14px 42px rgba(54, 145, 255, 0.28);
  color: #021024;
}

.button.ghost,
.button.compact {
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.button.compact {
  min-height: 42px;
  padding-inline: 1rem;
}

.status-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.1rem;
  background: var(--panel);
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
}

.status-panel::before {
  position: absolute;
  inset: -42% -18% auto auto;
  width: 170px;
  aspect-ratio: 1;
  border: 1px solid rgba(124, 199, 255, 0.22);
  border-radius: 50%;
  content: "";
  background:
    repeating-radial-gradient(circle, rgba(124, 199, 255, 0.18) 0 1px, transparent 1px 24px),
    conic-gradient(from 20deg, transparent 0 72%, rgba(54, 217, 255, 0.22) 84%, transparent 100%);
  opacity: 0.8;
  pointer-events: none;
}

.status-panel > * {
  position: relative;
  z-index: 1;
}

.panel-label,
.readout-label,
dt,
.card-index {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.status-panel strong {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.45rem;
  line-height: 1.15;
}

.signal-meter {
  height: 12px;
  margin: 1.2rem 0;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.signal-meter span {
  display: block;
  width: var(--level);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--cyan), var(--blue), var(--amber));
  box-shadow: 0 0 24px rgba(54, 145, 255, 0.7);
}

dl {
  display: grid;
  gap: 0.8rem;
  margin: 0;
}

dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

dd {
  min-width: 0;
  margin: 0;
  color: #d8eaff;
  font-weight: 700;
  text-align: right;
}

.section {
  padding: 5.5rem 0;
}

.intro {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(160px, 0.35fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
  margin-bottom: 2rem;
}

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

.project-card {
  position: relative;
  display: block;
  min-height: 240px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.1rem;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    var(--panel);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.project-card::before {
  position: absolute;
  inset: auto -30% 0 -30%;
  height: 42%;
  content: "";
  background:
    linear-gradient(90deg, transparent, rgba(54, 217, 255, 0.18), transparent),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(30, 107, 255, 0.14) 18px 19px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(40%);
  transition: opacity 180ms ease, transform 180ms ease;
}

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

.project-card:hover,
.project-card:focus-within {
  border-color: rgba(54, 217, 255, 0.56);
  transform: translateY(-4px);
  background:
    linear-gradient(155deg, rgba(30, 107, 255, 0.2), rgba(54, 217, 255, 0.07)),
    var(--panel-strong);
}

.project-card:hover::before,
.project-card:focus-within::before {
  opacity: 1;
  transform: translateY(0);
}

.card-index {
  display: block;
  margin-bottom: 4.2rem;
}

.project-card p {
  color: var(--muted);
  line-height: 1.6;
}

.lab {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.console {
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1rem;
  background: rgba(3, 8, 17, 0.82);
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
}

.console-readout {
  min-width: 140px;
}

.console-readout strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.55rem;
  line-height: 1;
}

.profile-readout strong {
  font-size: 1.05rem;
  line-height: 1.15;
}

.range-control {
  display: grid;
  flex: 1;
  gap: 0.45rem;
  min-width: 180px;
  color: #d8eaff;
  font-weight: 800;
}

input[type="range"] {
  width: 100%;
  accent-color: var(--cyan);
}

.utility {
  padding-top: 2rem;
  padding-bottom: 7rem;
}

.utility-list {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.utility-link {
  display: grid;
  grid-template-columns: minmax(140px, 0.3fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: baseline;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: #d8eaff;
  transition: color 180ms ease, padding-inline 180ms ease;
}

.utility-link:hover,
.utility-link:focus-visible {
  color: var(--cyan);
  padding-inline: 0.35rem;
}

.utility-link span {
  font-weight: 800;
}

.utility-link small {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.site-footer {
  justify-content: space-between;
  gap: 1rem;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 1.5rem 0 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer a {
  color: #d8eaff;
  font-weight: 800;
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
  }

  .site-header nav {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .hero,
  .section-heading,
  .project-grid,
  .utility-link {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 4rem;
  }

  h1 {
    font-size: clamp(2.6rem, 8.5vw, 3.6rem);
    line-height: 0.98;
  }

  .section {
    padding-block: 4rem;
  }

  .card-index {
    margin-bottom: 2.4rem;
  }

  .console,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-header {
    align-items: stretch;
    flex-direction: column;
    gap: 0.55rem;
  }

  .brand {
    min-width: 0;
  }

  .site-header nav {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .site-header {
    width: min(100% - 24px, 1120px);
    padding-top: 14px;
  }

  .site-header::before {
    inset: 5px -10px;
    border-radius: 18px;
  }

  .brand {
    padding-top: 10px;
  }

  .site-header nav a {
    min-height: 34px;
    padding: 8px 10px;
    font-size: 0.82rem;
  }

  .site-header nav .nav-button {
    min-height: 34px;
    padding: 8px 10px;
    font-size: 0.82rem;
  }

  main,
  .site-footer {
    width: min(100% - 24px, 1120px);
  }

  .hero {
    padding-top: 2.4rem;
  }

  h1 {
    font-size: clamp(2rem, 9vw, 2.65rem);
    line-height: 1;
    overflow-wrap: normal;
    white-space: nowrap;
  }

  h2 {
    font-size: clamp(1.75rem, 9vw, 2.4rem);
    line-height: 1;
  }

  .hero-text {
    font-size: 1.02rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .status-panel,
  .project-card,
  .console {
    padding: 0.9rem;
  }

  .console-readout,
  .range-control {
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

body.home-page {
  --bg: #070806;
  --bg-2: #12130f;
  --ink: #f3efe4;
  --muted: #b4aa94;
  --soft: rgba(128, 213, 168, 0.12);
  --panel: rgba(20, 18, 13, 0.78);
  --panel-strong: rgba(31, 27, 18, 0.94);
  --line: rgba(239, 226, 199, 0.18);
  --cyan: #80d5a8;
  --green: #d8c58d;
  --blue: #a54837;
  --amber: #e0a94b;
  background:
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 96px),
    linear-gradient(146deg, #070806, #11120e 48%, #17120d);
}

body.home-page::before {
  background-image:
    linear-gradient(rgba(239, 226, 199, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(128, 213, 168, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 92%);
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.home-page #signal-field {
  opacity: 0.76;
}

.home-page .site-header::before {
  border-color: rgba(239, 226, 199, 0.13);
  border-radius: 8px;
  background: rgba(10, 11, 8, 0.76);
}

.home-page .brand-mark {
  border-color: var(--green);
  border-radius: 4px;
  background:
    linear-gradient(90deg, transparent 44%, var(--amber) 46% 54%, transparent 56%),
    linear-gradient(0deg, transparent 44%, var(--cyan) 46% 54%, transparent 56%),
    #17120d;
  box-shadow: 0 0 24px rgba(128, 213, 168, 0.34);
  transform: rotate(45deg);
}

.home-page .brand-mark + span {
  display: inline-block;
}

.home-page .reserve-link {
  background: rgba(224, 169, 75, 0.16);
  color: #f3efe4;
}

.home-page .hold-hero {
  align-items: center;
  min-height: clamp(520px, calc(100svh - 150px), 760px);
  padding-bottom: 2.2rem;
}

.home-page h1 {
  color: #fffaf0;
  white-space: normal;
}

.home-page h2 {
  max-width: 980px;
  color: #f3efe4;
}

.home-page .hero-text {
  color: #e6decc;
}

.home-page .button.primary {
  background: linear-gradient(135deg, var(--green), var(--amber));
  box-shadow: 0 14px 42px rgba(224, 169, 75, 0.2);
  color: #15110a;
}

.home-page .button.ghost {
  border-color: rgba(239, 226, 199, 0.22);
  background: rgba(239, 226, 199, 0.08);
}

.mystery-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(239, 226, 199, 0.18);
  border-radius: 8px;
  padding: 1.1rem;
  background:
    repeating-linear-gradient(0deg, rgba(239, 226, 199, 0.055) 0 1px, transparent 1px 38px),
    rgba(20, 18, 13, 0.84);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.mystery-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent, rgba(165, 72, 55, 0.12), transparent),
    repeating-linear-gradient(115deg, transparent 0 18px, rgba(128, 213, 168, 0.08) 18px 19px);
  opacity: 0.82;
  pointer-events: none;
}

.mystery-panel > * {
  position: relative;
  z-index: 1;
}

.panel-row {
  display: grid;
  grid-template-columns: minmax(84px, 0.38fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: baseline;
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(239, 226, 199, 0.14);
}

.panel-row:first-child {
  padding-top: 0;
}

.panel-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.panel-row span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.panel-row strong {
  color: #f3efe4;
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.2;
}

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

.statement-card {
  min-height: 230px;
  border: 1px solid rgba(239, 226, 199, 0.16);
  border-radius: 8px;
  padding: 1.1rem;
  background:
    linear-gradient(160deg, rgba(239, 226, 199, 0.08), rgba(128, 213, 168, 0.035)),
    rgba(14, 15, 11, 0.72);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.statement-card .card-index {
  display: block;
  margin-bottom: 3.2rem;
}

.statement-card p {
  color: var(--muted);
  line-height: 1.6;
}

.home-page .utility-link:hover,
.home-page .utility-link:focus-visible {
  color: var(--green);
}

.home-page .site-footer {
  color: var(--muted);
}

.home-page .site-footer a {
  color: #f3efe4;
}

.access-gate {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 100svh;
  margin: 0;
  overflow: hidden;
  padding: 96px 16px 32px;
}

.radar-page:not(.access-granted) {
  min-height: 100svh;
  overflow: hidden;
  background: #020307;
}

.radar-page:not(.access-granted)::before {
  content: none;
}

.access-earth-field {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.access-gate .site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 2;
  align-items: center;
  width: min(760px, calc(100% - 32px));
  min-height: 56px;
  margin: 0;
  padding: 0 10px 0 14px;
  transform: translateX(-50%);
}

.access-gate .site-header::before {
  inset: 0;
  border-color: rgba(176, 214, 255, 0.13);
  border-radius: 999px;
  background: rgba(3, 7, 14, 0.54);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.access-gate .brand {
  display: inline-flex;
  justify-content: flex-start;
  width: auto;
  min-width: 0;
  height: 42px;
  padding: 0;
  color: rgba(247, 251, 255, 0.94);
  font-size: 0.95rem;
  font-weight: 800;
}

.access-gate .brand-mark {
  width: 15px;
  height: 15px;
  border: 1px solid rgba(178, 225, 255, 0.72);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.85) 0 8%, transparent 9%),
    linear-gradient(115deg, transparent 0 43%, rgba(94, 178, 122, 0.9) 44% 56%, transparent 57%),
    #105d9d;
  box-shadow: 0 0 22px rgba(69, 157, 230, 0.42);
  transform: none;
}

.access-gate .site-header nav {
  justify-content: flex-end;
  width: auto;
  min-width: max-content;
}

.access-gate .site-header nav a {
  min-height: 38px;
  padding: 0 16px;
  color: rgba(238, 247, 255, 0.84);
  font-size: 0.82rem;
  font-weight: 700;
}

.access-gate .reserve-link {
  background: rgba(255, 255, 255, 0.07);
  color: #f7fbff;
}

.access-box {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  overflow: hidden;
  border: 1px solid rgba(176, 214, 255, 0.16);
  border-radius: 8px;
  padding: 1.2rem;
  background: rgba(3, 7, 14, 0.66);
  box-shadow: 0 24px 80px rgba(0, 7, 20, 0.42);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
}

.access-brand {
  margin-bottom: 2.2rem;
}

.access-title {
  margin-bottom: 1rem;
  color: #f7fbff;
  font-size: 2.15rem;
  line-height: 1;
  white-space: normal;
}

.access-copy {
  color: #d8eaff;
  font-size: 1rem;
  line-height: 1.6;
}

.access-form {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.access-form label {
  display: grid;
  gap: 0.4rem;
  color: #d8eaff;
  font-weight: 800;
}

.access-form input {
  min-height: 46px;
  width: 100%;
  border: 1px solid rgba(105, 175, 255, 0.28);
  border-radius: 8px;
  padding: 0.75rem 0.85rem;
  background: rgba(0, 5, 14, 0.7);
  color: var(--ink);
  outline: none;
}

.access-form input:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(54, 217, 255, 0.16);
}

.access-status {
  min-height: 1.3rem;
  margin: 0;
  color: #ffb6a6;
  font-weight: 800;
}

.protected-area {
  min-height: 100vh;
}

.reserved-dashboard {
  display: flex;
  align-items: flex-end;
  min-height: calc(100svh - 92px);
  padding: 6rem 0 2rem;
}

.reserved-panel {
  display: grid;
  gap: 1rem;
  width: min(920px, 100%);
}

.reserved-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.reserved-head h1 {
  margin: 0;
  font-size: 3.4rem;
  line-height: 0.96;
  white-space: normal;
}

.reserved-console {
  display: grid;
  grid-template-columns: repeat(3, minmax(110px, auto)) minmax(120px, 1fr) minmax(170px, 1.2fr) auto;
  align-items: center;
}

.reserved-console .signal-meter {
  min-width: 120px;
  margin: 0;
}

.radar-page .site-header nav .nav-button {
  cursor: pointer;
}

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

  .home-page .hold-hero {
    align-items: start;
    min-height: auto;
  }

  .reserved-dashboard {
    align-items: flex-start;
    padding-top: 4rem;
  }

  .reserved-head,
  .reserved-console {
    align-items: stretch;
  }

  .reserved-console {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .panel-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .home-page h1 {
    font-size: clamp(2.4rem, 13vw, 3.2rem);
  }

  .access-gate {
    padding: 82px 12px 22px;
  }

  .access-gate .site-header {
    top: 12px;
    min-height: 48px;
    width: min(100% - 24px, 760px);
    padding: 0 7px;
  }

  .access-gate .site-header::before {
    inset: 0;
    border-radius: 999px;
  }

  .access-gate .brand {
    height: 38px;
    font-size: 0.86rem;
  }

  .access-gate .site-header nav a {
    min-height: 34px;
    padding: 0 10px;
    font-size: 0.78rem;
  }

  .access-title {
    font-size: 1.9rem;
  }

  .reserved-head h1 {
    font-size: 2.25rem;
  }

  .reserved-console {
    grid-template-columns: 1fr;
  }
}

body.home-page {
  min-height: 100svh;
  overflow: hidden;
  background: #020307;
  color: #f7fbff;
}

body.home-page::before {
  content: none;
}

.home-page #signal-field {
  opacity: 1;
}

.home-page .site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  align-items: center;
  width: min(760px, calc(100% - 32px));
  min-height: 56px;
  margin: 0;
  padding: 0 10px 0 14px;
  transform: translateX(-50%);
}

.home-page .site-header::before {
  inset: 0;
  border-color: rgba(176, 214, 255, 0.13);
  border-radius: 999px;
  background: rgba(3, 7, 14, 0.54);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.home-page .brand {
  display: inline-flex;
  justify-content: flex-start;
  width: auto;
  min-width: 0;
  height: 42px;
  padding: 0;
  color: rgba(247, 251, 255, 0.94);
  font-size: 0.95rem;
  font-weight: 800;
}

.home-page .brand-mark {
  width: 15px;
  height: 15px;
  border: 1px solid rgba(178, 225, 255, 0.72);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.85) 0 8%, transparent 9%),
    linear-gradient(115deg, transparent 0 43%, rgba(94, 178, 122, 0.9) 44% 56%, transparent 57%),
    #105d9d;
  box-shadow: 0 0 22px rgba(69, 157, 230, 0.42);
  transform: none;
}

.home-page .brand span:last-child {
  display: inline-block;
}

.home-page .site-header nav {
  justify-content: flex-end;
  width: auto;
  min-width: max-content;
}

.home-page .site-header nav a {
  min-height: 38px;
  padding: 0 16px;
  color: rgba(238, 247, 255, 0.84);
  font-size: 0.82rem;
  font-weight: 700;
}

.home-page .reserve-link {
  background: rgba(255, 255, 255, 0.07);
  color: #f7fbff;
}

.home-page .reserve-link:hover,
.home-page .reserve-link:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 640px) {
  .home-page .site-header {
    top: 14px;
    align-items: center;
    flex-direction: row;
    gap: 0.5rem;
    width: min(100% - 24px, 760px);
    padding: 0 7px;
  }

  .home-page .site-header nav {
    flex-wrap: nowrap;
  }

}

@media (max-width: 520px) {
  .home-page .site-header {
    top: 12px;
    min-height: 48px;
  }

  .home-page .site-header::before {
    inset: 0;
    border-radius: 999px;
  }

  .home-page .brand {
    height: 38px;
    padding-top: 0;
    font-size: 0.86rem;
  }

  .home-page .site-header nav a {
    min-height: 34px;
    padding: 0 10px;
    font-size: 0.78rem;
  }

}

.brand-mark,
.home-page .brand-mark,
.access-gate .brand-mark {
  display: inline-block;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  background: url("resources/logo.png") center / contain no-repeat;
  box-shadow: 0 0 24px rgba(69, 157, 230, 0.34);
  transform: none;
}

@media (max-width: 520px) {
  .brand-mark,
  .home-page .brand-mark,
  .access-gate .brand-mark {
    flex-basis: 22px;
    width: 22px;
    height: 22px;
  }
}
