:root {
  color-scheme: dark;
  background: #010f24;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background: #010f24;
}

.scene {
  display: grid;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  place-items: center;
  overflow: hidden;
}

.mark {
  width: min(82vmin, 54rem);
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
}

.mark img {
  display: block;
  width: 112%;
  height: 112%;
  max-width: none;
  transform: translate(-5.36%, -5.36%);
  object-fit: contain;
}

@media (max-width: 700px) {
  .mark {
    width: min(96vw, 80vh);
  }
}

.content-page {
  min-height: 100vh;
  min-height: 100svh;
  color: #edf7ff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

.page-shell {
  width: min(100% - 2rem, 50rem);
  margin: 0 auto;
  padding: clamp(2rem, 6vw, 5rem) 0;
}

.site-home {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #edf7ff;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.site-home img {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  object-fit: cover;
}

.page-card {
  margin-top: clamp(2rem, 7vw, 4.5rem);
  padding: clamp(1.5rem, 5vw, 3.5rem);
  border: 1px solid rgba(118, 203, 255, 0.22);
  border-radius: 1.25rem;
  background: rgba(4, 26, 53, 0.72);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.25);
}

.eyebrow {
  margin: 0 0 0.5rem;
  color: #78d8ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2 {
  line-height: 1.15;
}

h1 {
  margin: 0;
  font-size: clamp(2.25rem, 8vw, 4.5rem);
  letter-spacing: -0.04em;
}

h2 {
  margin: 2rem 0 0.65rem;
  font-size: 1.2rem;
}

p,
ul {
  max-width: 68ch;
}

p {
  margin: 0.85rem 0;
}

ul {
  padding-left: 1.25rem;
}

code {
  overflow-wrap: anywhere;
  color: #bcecff;
  font-size: 0.92em;
}

a {
  color: #78d8ff;
  text-underline-offset: 0.18em;
}

a:hover,
a:focus-visible {
  color: #c6f1ff;
}

.lede {
  margin-top: 1.25rem;
  color: #c9dce9;
  font-size: clamp(1.05rem, 3vw, 1.3rem);
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.legal-links a {
  display: inline-block;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(120, 216, 255, 0.45);
  border-radius: 999px;
  text-decoration: none;
}

.updated {
  color: #9bb4c5;
  font-size: 0.9rem;
}

.page-footer {
  margin-top: 2rem;
  color: #9bb4c5;
  font-size: 0.9rem;
}

@media (max-width: 700px) {
  .page-shell {
    width: min(100% - 1.25rem, 50rem);
  }

  .page-card {
    border-radius: 1rem;
  }
}
