@font-face {
  font-family: "Ghost Pixel";
  src: url("assets/fonts/ghost-pixel.ttf") format("truetype");
  font-display: block;
}

@font-face {
  font-family: "Ghost Display";
  src: url("assets/fonts/ghost-display.ttf") format("truetype");
  font-display: block;
}

:root {
  color-scheme: dark;
  --night-950: #060912;
  --night-900: #0a1020;
  --night-800: #101a30;
  --mist-100: #f2f3f2;
  --mist-200: #cfd7e3;
  --mist-400: #7788a3;
  --ember: #ff5b17;
  --ember-bright: #ff8a20;
  --blood: #bc241b;
  --gold: #e2a843;
  --wood: #241611;
  --header-height: 94px;
  --page-gutter: clamp(22px, 5vw, 76px);
  font-synthesis: none;
  text-rendering: geometricPrecision;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--night-950);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--mist-100);
  background: var(--night-950);
  font-family: "Ghost Pixel", ui-monospace, SFMono-Regular, Menlo, monospace;
  -webkit-font-smoothing: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

button {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #fff;
  background: var(--night-950);
  border: 1px solid var(--ember);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

.world,
.policy-atmosphere {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.world__background,
.policy-atmosphere__forest {
  position: absolute;
  inset: -3%;
  background-image: url("assets/images/forest-background.png");
  background-position: center;
  background-size: cover;
  image-rendering: pixelated;
  transform: scale(1.03);
  will-change: transform;
}

.world__vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 8, 16, 0.78) 0%, transparent 28%, transparent 65%, rgba(4, 6, 12, 0.82) 100%),
    radial-gradient(circle at 50% 44%, transparent 0%, transparent 33%, rgba(4, 6, 12, 0.35) 66%, rgba(4, 6, 12, 0.8) 100%);
}

.world__mist {
  position: absolute;
  left: -25%;
  width: 150%;
  opacity: 0.24;
  filter: blur(20px);
  background:
    radial-gradient(ellipse at 10% 50%, rgba(199, 215, 232, 0.46), transparent 28%),
    radial-gradient(ellipse at 45% 40%, rgba(205, 220, 235, 0.38), transparent 25%),
    radial-gradient(ellipse at 75% 55%, rgba(205, 220, 235, 0.42), transparent 30%);
}

.world__mist--far {
  bottom: 23%;
  height: 25%;
  animation: mist-drift 26s linear infinite alternate;
}

.world__mist--near {
  bottom: -6%;
  height: 24%;
  opacity: 0.32;
  animation: mist-drift 18s linear infinite alternate-reverse;
}

.world__leaves {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.falling-leaf {
  position: absolute;
  top: -12vh;
  left: var(--leaf-x);
  width: var(--leaf-size);
  height: var(--leaf-size);
  opacity: var(--leaf-opacity);
  background: url("assets/images/autumn-leaf.png") center / contain no-repeat;
  image-rendering: pixelated;
  filter: drop-shadow(0 0 7px rgba(255, 93, 20, 0.34));
  animation: leaf-fall var(--leaf-duration) linear var(--leaf-delay) infinite;
}

.world__scanlines {
  position: absolute;
  inset: 0;
  opacity: 0.09;
  mix-blend-mode: overlay;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 3px,
    rgba(2, 4, 9, 0.85) 4px
  );
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: var(--header-height);
  gap: clamp(14px, 2vw, 30px);
  padding: 20px var(--page-gutter);
  border-bottom: 1px solid rgba(216, 224, 236, 0.16);
  background: linear-gradient(180deg, rgba(4, 7, 14, 0.75), rgba(4, 7, 14, 0.08));
}

.site-header--solid {
  position: sticky;
  top: 0;
  background: rgba(6, 9, 18, 0.94);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--mist-100);
  text-decoration: none;
}

.brand-mark__sigil {
  position: relative;
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  color: var(--ember-bright);
  font-family: "Ghost Display", sans-serif;
  font-size: 19px;
  letter-spacing: 1px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
}

.brand-mark__sigil::before {
  position: absolute;
  z-index: -1;
  inset: 4px;
  content: "";
  border: 1px solid rgba(255, 125, 35, 0.72);
  background:
    linear-gradient(135deg, transparent 44%, rgba(255, 112, 30, 0.18) 45%, rgba(255, 112, 30, 0.18) 55%, transparent 56%),
    rgba(6, 9, 18, 0.76);
  box-shadow:
    inset 0 0 0 3px rgba(6, 9, 18, 0.8),
    0 0 20px rgba(255, 91, 23, 0.12);
  transform: rotate(45deg);
}

.brand-mark__text {
  font-family: "Ghost Display", sans-serif;
  font-size: 21px;
  letter-spacing: 3px;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.75);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  margin-left: auto;
}

.menu-toggle,
.site-nav__discord {
  display: none;
}

.menu-toggle {
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
  border: 1px solid rgba(226, 168, 67, 0.5);
  border-radius: 4px;
  background: rgba(7, 11, 22, 0.82);
  box-shadow:
    inset 0 0 0 2px rgba(4, 7, 14, 0.74),
    0 8px 24px rgba(0, 0, 0, 0.26);
  place-items: center;
}

.menu-toggle span {
  position: absolute;
  width: 20px;
  height: 2px;
  background: var(--mist-100);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.7);
  transition:
    opacity 160ms ease,
    transform 180ms ease;
}

.menu-toggle span:first-child {
  transform: translateY(-6px);
}

.menu-toggle span:last-child {
  transform: translateY(6px);
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  border-color: var(--ember-bright);
  outline: none;
}

.site-nav__link {
  position: relative;
  padding: 7px 2px;
  color: rgba(235, 238, 242, 0.62);
  font-size: 11px;
  letter-spacing: 2.4px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 150ms ease;
}

.site-nav__link::after {
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  height: 2px;
  content: "";
  background: var(--ember);
  box-shadow: 0 0 9px rgba(255, 91, 23, 0.8);
  transition: inset 160ms ease;
}

.site-nav__link:hover,
.site-nav__link:focus-visible,
.site-nav__link.is-active {
  color: #fff;
}

.site-nav__link:hover::after,
.site-nav__link:focus-visible::after,
.site-nav__link.is-active::after {
  right: 0;
  left: 0;
}

.site-nav__divider {
  width: 3px;
  height: 3px;
  background: var(--ember-bright);
  transform: rotate(45deg);
}

.discord-pill {
  display: grid;
  min-height: 48px;
  flex: 0 0 auto;
  grid-template-columns: 38px auto;
  align-items: center;
  gap: 10px;
  padding: 4px 13px 4px 5px;
  color: #f5f6ff;
  border: 1px solid rgba(104, 116, 255, 0.66);
  border-radius: 6px;
  background: rgba(18, 22, 48, 0.82);
  box-shadow:
    inset 0 0 0 2px rgba(4, 7, 18, 0.68),
    0 9px 24px rgba(0, 0, 0, 0.24),
    0 0 18px rgba(88, 101, 242, 0.12);
  text-decoration: none;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    transform 160ms ease;
}

.discord-pill:hover,
.discord-pill:focus-visible {
  border-color: rgba(136, 146, 255, 0.96);
  background: rgba(31, 37, 78, 0.94);
  transform: translateY(-2px);
}

.discord-pill:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.82);
  outline-offset: 4px;
}

.discord-pill img {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 3px;
  image-rendering: pixelated;
}

.discord-pill__copy {
  display: flex;
  min-width: 82px;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}

.discord-pill__copy span {
  color: rgba(225, 229, 255, 0.6);
  font-size: 6px;
  letter-spacing: 1.4px;
}

.discord-pill__copy strong {
  color: #fff;
  font-family: "Ghost Display", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.5px;
}

.hero {
  position: relative;
  z-index: 5;
  display: grid;
  min-height: calc(100vh - var(--header-height) - 64px);
  place-items: center;
  padding: clamp(28px, 4.5vh, 64px) var(--page-gutter) clamp(110px, 15vh, 170px);
}

.hero__content {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  width: min(900px, 94vw);
  flex-direction: column;
  text-align: center;
  animation: hero-arrive 1s steps(10, end) both;
}

.eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 16px;
  margin: 0 0 -16px;
  color: rgba(226, 232, 241, 0.7);
  font-size: clamp(8px, 1vw, 11px);
  letter-spacing: clamp(2px, 0.5vw, 5px);
  line-height: 1.6;
  text-transform: uppercase;
}

.eyebrow span {
  width: clamp(26px, 6vw, 68px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 102, 25, 0.8));
}

.eyebrow span:last-child {
  transform: scaleX(-1);
}

.eyebrow--left {
  justify-content: flex-start;
  margin: 0 0 14px;
}

.hero__logo {
  display: block;
  width: min(640px, 84vw);
  height: auto;
  margin: 0 auto -40px;
  image-rendering: pixelated;
  filter:
    drop-shadow(0 12px 0 rgba(4, 6, 12, 0.55))
    drop-shadow(0 22px 22px rgba(0, 0, 0, 0.52));
}

.hero__tagline {
  margin: 0 0 30px;
  color: rgba(237, 240, 244, 0.86);
  font-family: "Ghost Display", sans-serif;
  font-size: clamp(25px, 3vw, 40px);
  letter-spacing: 3px;
  line-height: 1;
  text-shadow:
    3px 3px 0 rgba(6, 9, 18, 0.9),
    0 0 24px rgba(139, 158, 190, 0.3);
  text-transform: uppercase;
}

.store-grid {
  display: grid;
  width: min(860px, 94vw);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: clamp(14px, 2.2vw, 26px);
}

.store-option {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
}

.store-button {
  position: relative;
  display: grid;
  isolation: isolate;
  width: 100%;
  max-width: 270px;
  aspect-ratio: 3.35;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  place-items: center;
  border: 0;
  outline: none;
  background: transparent;
  text-decoration: none;
}

.store-button::before {
  position: absolute;
  z-index: -1;
  inset: 7% 5% 0;
  content: "";
  opacity: 0;
  border-radius: 16px;
  background: rgba(2, 4, 9, 0.74);
  box-shadow:
    0 11px 20px rgba(0, 0, 0, 0.44),
    0 0 15px rgba(255, 91, 24, 0.14);
  filter: blur(7px);
  transform: translateY(4px) scale(0.97);
  transition:
    opacity 220ms ease,
    transform 260ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.store-button__badge {
  position: absolute;
  z-index: 2;
  display: block;
  top: 50%;
  left: 50%;
  width: 89.3%;
  height: auto;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.store-button__badge--google {
  max-width: none;
}

.store-button__badge--itch {
  max-width: none;
}

.store-button:hover::before,
.store-button:focus-visible::before {
  opacity: 0.82;
  transform: translateY(6px) scale(1);
}

.store-button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.82);
  outline-offset: 6px;
}

.store-button__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.store-option__status {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  gap: 9px;
  margin: 12px 0 0;
  color: rgba(222, 226, 231, 0.62);
  font-size: 7px;
  letter-spacing: 2.2px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.store-option__status.is-awake,
.store-option__status--available {
  color: #ffbb57;
}

.status-gem {
  width: 4px;
  height: 4px;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
}

.landing-footer {
  position: fixed;
  z-index: 10;
  right: var(--page-gutter);
  bottom: 0;
  left: var(--page-gutter);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 64px;
  gap: 20px;
  color: rgba(226, 232, 241, 0.54);
  border-top: 1px solid rgba(216, 224, 236, 0.12);
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.landing-footer p {
  margin: 0;
}

.landing-footer__legend {
  color: rgba(226, 232, 241, 0.4);
  letter-spacing: 3px;
}

.landing-footer a {
  justify-self: end;
  text-underline-offset: 4px;
}

.landing-footer__links {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 16px;
}

[data-analytics-settings] {
  padding: 0;
  cursor: pointer;
  color: inherit;
  border: 0;
  background: none;
  font: inherit;
  letter-spacing: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: inherit;
}

.landing-footer a:hover,
.landing-footer a:focus-visible,
.landing-footer [data-analytics-settings]:hover,
.landing-footer [data-analytics-settings]:focus-visible {
  color: var(--ember-bright);
}

/* Support */
.support-page {
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  background: #070b15;
}

.support-world .world__background {
  opacity: 0.74;
  filter: saturate(0.86) contrast(1.08);
}

.support-world .world__vignette {
  background:
    linear-gradient(90deg, rgba(4, 6, 12, 0.72), rgba(4, 6, 12, 0.16) 48%, rgba(4, 6, 12, 0.7)),
    linear-gradient(180deg, rgba(5, 8, 16, 0.78) 0%, transparent 28%, rgba(4, 6, 12, 0.82) 100%),
    radial-gradient(circle at 67% 46%, transparent 0%, rgba(4, 6, 12, 0.16) 45%, rgba(4, 6, 12, 0.72) 100%);
}

.support-header {
  flex: 0 0 auto;
  background: linear-gradient(180deg, rgba(4, 7, 14, 0.88), rgba(4, 7, 14, 0.28));
  backdrop-filter: blur(3px);
}

.support-shell {
  position: relative;
  z-index: 5;
  display: grid;
  width: min(1180px, calc(100% - (var(--page-gutter) * 2)));
  min-height: calc(100svh - var(--header-height));
  margin: 0 auto;
  flex: 1 0 auto;
  grid-template-columns: minmax(300px, 0.82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: clamp(54px, 7vw, 108px);
  padding: clamp(38px, 5vh, 64px) 0;
}

.support-intro {
  min-width: 0;
  animation: hero-arrive 700ms steps(8, end) both;
}

.support-intro .eyebrow {
  max-width: 330px;
  margin-bottom: 24px;
}

.support-intro h1 {
  margin: 0;
  color: #f3f2ed;
  font-family: "Ghost Display", sans-serif;
  font-size: clamp(58px, 6vw, 92px);
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 0.86;
  text-shadow:
    6px 6px 0 rgba(4, 6, 12, 0.7),
    0 0 36px rgba(126, 148, 183, 0.2);
  text-transform: uppercase;
}

.support-intro__lead {
  max-width: 470px;
  margin: 30px 0 0;
  color: rgba(222, 227, 235, 0.68);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  line-height: 1.8;
}

.support-intro__details {
  display: grid;
  max-width: 470px;
  margin-top: 34px;
  border-top: 1px solid rgba(222, 228, 236, 0.13);
}

.support-intro__details > div {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 13px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(222, 228, 236, 0.13);
}

.support-intro__index {
  padding-top: 3px;
  color: var(--ember);
  font-size: 8px;
  letter-spacing: 1px;
}

.support-intro__details p {
  margin: 0;
  color: rgba(210, 217, 227, 0.48);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  line-height: 1.65;
}

.support-intro__details strong {
  display: block;
  margin-bottom: 2px;
  color: rgba(242, 236, 227, 0.88);
  font-family: "Ghost Pixel", monospace;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.support-panel {
  position: relative;
  min-width: 0;
  padding: clamp(25px, 3vw, 36px);
  border: 1px solid rgba(222, 228, 236, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 91, 23, 0.07), transparent 34%),
    linear-gradient(180deg, rgba(13, 21, 38, 0.96), rgba(7, 11, 21, 0.97));
  box-shadow:
    12px 12px 0 rgba(2, 4, 9, 0.32),
    0 26px 80px rgba(0, 0, 0, 0.36),
    inset 0 0 42px rgba(111, 132, 164, 0.035);
  animation: hero-arrive 700ms steps(8, end) 100ms both;
}

.support-panel::before {
  position: absolute;
  top: 0;
  right: 34px;
  left: 34px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 102, 25, 0.7), transparent);
}

.support-panel__corner {
  position: absolute;
  width: 13px;
  height: 13px;
  pointer-events: none;
  border-color: rgba(226, 168, 67, 0.75);
}

.support-panel__corner--top {
  top: 9px;
  left: 9px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.support-panel__corner--bottom {
  right: 9px;
  bottom: 9px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.support-panel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(222, 228, 236, 0.13);
}

.support-panel__kicker {
  margin: 0 0 7px;
  color: rgba(216, 223, 232, 0.4);
  font-size: 7px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.support-panel__header h2 {
  margin: 0;
  color: #f3eee6;
  font-family: "Ghost Display", sans-serif;
  font-size: clamp(34px, 3.3vw, 48px);
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 0.9;
  text-transform: uppercase;
}

.support-panel__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-top: 6px;
  color: rgba(216, 223, 232, 0.45);
  font-size: 7px;
  letter-spacing: 1.6px;
  white-space: nowrap;
  text-transform: uppercase;
}

.support-panel__status i {
  width: 5px;
  height: 5px;
  background: #e2a843;
  box-shadow: 0 0 9px rgba(226, 168, 67, 0.7);
  transform: rotate(45deg);
}

.support-form {
  display: grid;
  gap: 15px;
}

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

.support-form__field {
  display: grid;
  min-width: 0;
  gap: 7px;
  color: rgba(229, 233, 238, 0.66);
  font-size: 7px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.support-form__field input,
.support-form__field select,
.support-form__field textarea {
  width: 100%;
  color: rgba(246, 243, 237, 0.92);
  border: 1px solid rgba(220, 227, 237, 0.16);
  border-radius: 0;
  outline: none;
  background: rgba(4, 8, 16, 0.62);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  line-height: 1.5;
  transition:
    border-color 150ms ease,
    background-color 150ms ease,
    box-shadow 150ms ease;
}

.support-form__field input,
.support-form__field select {
  height: 47px;
  padding: 0 14px;
}

.support-form__field textarea {
  min-height: 128px;
  max-height: 260px;
  padding: 13px 14px 30px;
  resize: vertical;
}

.support-form__field input::placeholder,
.support-form__field textarea::placeholder {
  color: rgba(187, 198, 213, 0.31);
}

.support-form__field input:hover,
.support-form__field select:hover,
.support-form__field textarea:hover {
  border-color: rgba(220, 227, 237, 0.28);
}

.support-form__field input:focus,
.support-form__field select:focus,
.support-form__field textarea:focus {
  border-color: rgba(255, 107, 31, 0.72);
  background: rgba(7, 12, 23, 0.86);
  box-shadow:
    0 0 0 2px rgba(255, 91, 23, 0.08),
    inset 3px 0 0 rgba(255, 91, 23, 0.7);
}

.support-form__field input[aria-invalid="true"],
.support-form__field select[aria-invalid="true"],
.support-form__field textarea[aria-invalid="true"] {
  border-color: rgba(224, 69, 49, 0.82);
}

.support-select-wrap {
  position: relative;
  display: block;
}

.support-select-wrap::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 7px;
  content: "";
  pointer-events: none;
  border-right: 1px solid var(--ember-bright);
  border-bottom: 1px solid var(--ember-bright);
  transform: translateY(-70%) rotate(45deg);
}

.support-form__field select {
  padding-right: 42px;
  cursor: pointer;
  appearance: none;
}

.support-form__field select:invalid {
  color: rgba(187, 198, 213, 0.42);
}

.support-form__field select option {
  color: #f3f4f4;
  background: #0b1220;
}

.support-form__field--message {
  position: relative;
}

.support-form__counter {
  position: absolute;
  right: 12px;
  bottom: 22px;
  color: rgba(203, 211, 222, 0.32);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 8px;
  letter-spacing: 0.8px;
}

.support-form__counter b {
  color: rgba(231, 235, 240, 0.52);
  font-weight: 400;
}

.support-form__error {
  min-height: 9px;
  color: #ff8568;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 8px;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.support-form__trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.support-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 2px;
}

.support-form__footer p {
  max-width: 255px;
  margin: 0;
  color: rgba(201, 210, 222, 0.38);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 8px;
  line-height: 1.55;
}

.support-form__footer a {
  color: rgba(238, 232, 223, 0.66);
  text-underline-offset: 3px;
}

.support-form__footer a:hover,
.support-form__footer a:focus-visible {
  color: var(--ember-bright);
}

.support-form__footer [data-analytics-settings] {
  margin-left: 7px;
  color: rgba(238, 232, 223, 0.66);
}

.support-form__footer [data-analytics-settings]:hover,
.support-form__footer [data-analytics-settings]:focus-visible {
  color: var(--ember-bright);
}

.support-submit {
  position: relative;
  display: inline-flex;
  min-width: 196px;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 17px 0 20px;
  cursor: pointer;
  color: #fff4e8;
  border: 1px solid rgba(255, 115, 37, 0.76);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(209, 54, 26, 0.94), rgba(135, 29, 21, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 172, 85, 0.28),
    5px 5px 0 rgba(2, 4, 9, 0.38);
  font-size: 8px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition:
    translate 150ms ease,
    box-shadow 150ms ease,
    filter 150ms ease;
}

.support-submit:hover,
.support-submit:focus-visible {
  filter: brightness(1.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 172, 85, 0.35),
    7px 7px 0 rgba(2, 4, 9, 0.42),
    0 0 24px rgba(255, 78, 23, 0.16);
  translate: -1px -1px;
}

.support-submit:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 4px;
}

.support-submit:active {
  box-shadow:
    inset 0 1px 0 rgba(255, 172, 85, 0.22),
    2px 2px 0 rgba(2, 4, 9, 0.4);
  translate: 2px 2px;
}

.support-submit:disabled {
  cursor: wait;
  filter: grayscale(0.15) brightness(0.72);
}

.support-submit__busy {
  display: none;
}

.support-submit.is-loading .support-submit__label {
  display: none;
}

.support-submit.is-loading .support-submit__busy {
  display: inline;
}

.support-submit i {
  color: #ffd09a;
  font-size: 14px;
  font-style: normal;
}

.support-form__notice {
  min-height: 17px;
  margin: 0;
  color: rgba(216, 223, 232, 0.54);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 9px;
  line-height: 1.5;
}

.support-form__notice.is-success {
  color: #e7bd70;
}

.support-form__notice.is-error {
  color: #ff9479;
}

/* Analytics consent */
.analytics-consent {
  position: fixed;
  z-index: 90;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: min(690px, calc(100% - 48px));
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 0 18px;
  padding: 22px;
  color: var(--mist-100);
  border: 1px solid rgba(225, 231, 239, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 91, 23, 0.09), transparent 36%),
    rgba(7, 12, 23, 0.98);
  box-shadow:
    9px 9px 0 rgba(2, 4, 9, 0.4),
    0 22px 70px rgba(0, 0, 0, 0.54),
    inset 0 0 36px rgba(111, 132, 164, 0.04);
  animation: consent-arrive 280ms steps(5, end) both;
}

.analytics-consent::before,
.analytics-consent::after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  border-color: rgba(226, 168, 67, 0.75);
}

.analytics-consent::before {
  top: 7px;
  left: 7px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.analytics-consent::after {
  right: 7px;
  bottom: 7px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.analytics-consent__mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--ember-bright);
  border: 1px solid rgba(255, 103, 29, 0.5);
  background: rgba(4, 8, 16, 0.68);
  font-family: "Ghost Display", sans-serif;
  font-size: 18px;
  box-shadow: inset 0 0 0 4px rgba(255, 91, 23, 0.04);
}

.analytics-consent__copy {
  min-width: 0;
}

.analytics-consent__eyebrow {
  margin: 0 0 6px !important;
  color: rgba(255, 130, 54, 0.72) !important;
  font-family: "Ghost Pixel", monospace !important;
  font-size: 7px !important;
  letter-spacing: 2px;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.analytics-consent h2 {
  margin: 0 0 7px;
  color: #f4efe6;
  font-family: "Ghost Display", sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.analytics-consent__copy > p:last-child {
  margin: 0;
  color: rgba(210, 219, 230, 0.58);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  line-height: 1.6;
}

.analytics-consent a {
  color: rgba(246, 238, 226, 0.78);
  text-underline-offset: 3px;
}

.analytics-consent__actions {
  display: flex;
  grid-column: 2;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}

.analytics-consent__actions button {
  min-height: 39px;
  padding: 0 16px;
  cursor: pointer;
  color: rgba(235, 238, 242, 0.7);
  border: 1px solid rgba(220, 227, 237, 0.2);
  border-radius: 0;
  background: rgba(4, 8, 16, 0.68);
  font-size: 7px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition:
    border-color 150ms ease,
    color 150ms ease,
    translate 150ms ease;
}

.analytics-consent__actions button:hover,
.analytics-consent__actions button:focus-visible {
  color: #fff;
  border-color: rgba(255, 118, 39, 0.62);
  outline: none;
  translate: 0 -1px;
}

.analytics-consent__actions .analytics-consent__allow {
  color: #fff4e8;
  border-color: rgba(255, 115, 37, 0.76);
  background: linear-gradient(180deg, rgba(209, 54, 26, 0.94), rgba(135, 29, 21, 0.96));
  box-shadow: 3px 3px 0 rgba(2, 4, 9, 0.36);
}

/* Privacy policy */
.policy-page {
  background: #080c16;
}

.policy-atmosphere__forest {
  opacity: 0.18;
  filter: saturate(0.7) contrast(1.08);
}

.policy-atmosphere__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 9, 18, 0.5), #080c16 40vh),
    radial-gradient(circle at 75% 5%, rgba(99, 121, 157, 0.2), transparent 35%);
}

.policy-shell {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(1180px, calc(100% - (var(--page-gutter) * 2)));
  margin: 0 auto;
  grid-template-columns: 240px minmax(0, 760px);
  justify-content: center;
  gap: clamp(48px, 8vw, 110px);
  padding: clamp(70px, 8vw, 120px) 0 100px;
}

.policy-aside {
  position: sticky;
  top: calc(var(--header-height) + 36px);
  align-self: start;
}

.policy-aside__back {
  display: inline-block;
  margin-bottom: 40px;
  color: var(--mist-400);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.policy-aside__back:hover,
.policy-aside__back:focus-visible {
  color: var(--ember-bright);
}

.policy-aside__seal {
  display: grid;
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
  place-items: center;
  color: var(--ember-bright);
  border: 1px solid rgba(255, 91, 23, 0.55);
  background: rgba(6, 9, 18, 0.62);
  box-shadow:
    inset 0 0 0 5px rgba(255, 91, 23, 0.05),
    8px 8px 0 rgba(0, 0, 0, 0.22);
  font-family: "Ghost Display", sans-serif;
  font-size: 32px;
}

.policy-aside__label {
  margin: 0 0 24px;
  color: rgba(232, 235, 239, 0.38);
  font-size: 8px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.policy-aside nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  border-left: 1px solid rgba(222, 228, 236, 0.13);
}

.policy-aside nav a {
  position: relative;
  margin-left: -1px;
  padding-left: 18px;
  color: rgba(216, 223, 232, 0.48);
  border-left: 1px solid transparent;
  font-size: 9px;
  letter-spacing: 1.5px;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
}

.policy-aside nav a:hover,
.policy-aside nav a:focus-visible,
.policy-aside nav a.is-current {
  color: #fff;
  border-left-color: var(--ember);
}

.policy-document {
  min-width: 0;
}

.policy-document__header {
  margin-bottom: 68px;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(220, 226, 236, 0.14);
}

.policy-document__header h1 {
  margin: 0 0 16px;
  font-family: "Ghost Display", sans-serif;
  font-size: clamp(56px, 8vw, 94px);
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 0.88;
  text-shadow:
    5px 5px 0 rgba(0, 0, 0, 0.46),
    0 0 40px rgba(105, 126, 158, 0.18);
  text-transform: uppercase;
}

.policy-document__meta {
  margin: 0;
  color: var(--mist-400);
  font-size: 9px;
  letter-spacing: 1.5px;
  line-height: 1.8;
  text-transform: uppercase;
}

.policy-document__meta span {
  margin: 0 8px;
  color: var(--ember);
}

.policy-document section {
  scroll-margin-top: calc(var(--header-height) + 30px);
  margin-bottom: 68px;
}

.policy-document h2 {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin: 0 0 26px;
  color: #f4f3ef;
  font-family: "Ghost Display", sans-serif;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.policy-document h2 span {
  color: var(--ember);
  font-family: "Ghost Pixel", monospace;
  font-size: 9px;
  letter-spacing: 1px;
}

.policy-document h3 {
  margin: 0 0 13px;
  color: #f2e8da;
  font-family: "Ghost Display", sans-serif;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.policy-document p,
.policy-document li {
  color: rgba(214, 220, 228, 0.72);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
  line-height: 1.9;
}

.policy-document p {
  margin: 0 0 18px;
}

.policy-document strong {
  color: #f0e7db;
  font-weight: 600;
}

.policy-document code {
  color: #efb46a;
}

.privacy-inline-settings {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 16px;
  color: #f3e8dc;
  border: 1px solid rgba(255, 105, 29, 0.48);
  background: rgba(255, 91, 23, 0.06);
  font-size: 8px;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.privacy-inline-settings:hover,
.privacy-inline-settings:focus-visible {
  color: #fff;
  border-color: var(--ember-bright);
}

.data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(224, 229, 236, 0.12);
  background: rgba(224, 229, 236, 0.12);
  box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.12);
}

.data-card {
  min-height: 255px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(255, 91, 23, 0.045), transparent 40%),
    rgba(10, 16, 30, 0.9);
}

.data-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.85;
}

.data-card--wide {
  grid-column: 1 / -1;
  min-height: auto;
}

.pixel-list {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.pixel-list li {
  position: relative;
  padding-left: 25px;
}

.pixel-list li::before {
  position: absolute;
  top: 0.83em;
  left: 3px;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--ember);
  box-shadow: 3px 3px 0 rgba(117, 22, 15, 0.66);
  transform: rotate(45deg);
}

.provider-list {
  display: grid;
  margin: 28px 0;
  border-top: 1px solid rgba(220, 226, 236, 0.13);
}

.provider-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 4px;
  color: rgba(215, 222, 232, 0.62);
  border-bottom: 1px solid rgba(220, 226, 236, 0.13);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  line-height: 1.65;
  text-decoration: none;
  transition: color 140ms ease, padding 140ms ease;
}

.provider-list a:hover,
.provider-list a:focus-visible {
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  background: rgba(255, 91, 23, 0.04);
}

.provider-list strong {
  display: block;
  color: #f0e7db;
  font-family: "Ghost Display", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.provider-list a > span:last-child {
  color: var(--ember-bright);
  font-size: 17px;
}

.contact-section {
  position: relative;
  padding: 36px;
  border: 1px solid rgba(226, 168, 67, 0.26);
  background:
    linear-gradient(135deg, rgba(226, 168, 67, 0.08), transparent 40%),
    rgba(10, 16, 30, 0.86);
  box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.15);
}

.contact-section::before,
.contact-section::after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  border: 1px solid var(--gold);
}

.contact-section::before {
  top: 8px;
  left: 8px;
  border-right: 0;
  border-bottom: 0;
}

.contact-section::after {
  right: 8px;
  bottom: 8px;
  border-top: 0;
  border-left: 0;
}

.contact-section p a {
  color: #efb46a;
  text-underline-offset: 4px;
}

.contact-section p a:hover,
.contact-section p a:focus-visible {
  color: var(--ember-bright);
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 8px;
  color: var(--ember-bright);
  font-size: 10px;
  letter-spacing: 2px;
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.policy-document__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(220, 226, 236, 0.12);
}

.policy-document__footer img {
  width: 24px;
  height: 24px;
  image-rendering: pixelated;
}

.policy-document__footer p {
  margin: 0;
  color: rgba(214, 220, 228, 0.38);
  font-family: "Ghost Pixel", monospace;
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.policy-document__footer span {
  color: var(--ember);
}

.policy-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  padding: 20px var(--page-gutter);
  color: rgba(216, 223, 232, 0.4);
  border-top: 1px solid rgba(220, 226, 236, 0.1);
  background: #060912;
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.policy-footer a {
  text-underline-offset: 4px;
}

.policy-footer a:hover,
.policy-footer a:focus-visible {
  color: var(--ember-bright);
}

.policy-footer__links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.policy-footer [data-analytics-settings]:hover,
.policy-footer [data-analytics-settings]:focus-visible {
  color: var(--ember-bright);
}

/* July Beta Challenge */
.event-page {
  background: #060912;
}

.event-world .world__background {
  opacity: 0.3;
  filter: saturate(0.72) brightness(0.64);
}

.event-world .world__vignette {
  background:
    linear-gradient(180deg, rgba(5, 8, 16, 0.62) 0%, rgba(5, 8, 16, 0.18) 28%, rgba(4, 6, 12, 0.72) 78%, #060912 100%),
    radial-gradient(circle at 50% 24%, transparent 0%, rgba(4, 6, 12, 0.16) 42%, rgba(4, 6, 12, 0.8) 100%);
}

.event-shell {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - (var(--page-gutter) * 2)));
  margin: 0 auto;
  padding: 82px 0 94px;
}

.event-hero {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.event-hero .eyebrow {
  margin-bottom: 20px;
}

.event-hero h1 {
  margin: 0;
  color: #f3eee6;
  font-family: "Ghost Display", sans-serif;
  font-size: 76px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 0.94;
  text-transform: uppercase;
  text-shadow:
    5px 5px 0 rgba(1, 3, 8, 0.82),
    0 0 32px rgba(255, 91, 23, 0.08);
}

.event-hero__lead {
  max-width: 760px;
  margin: 28px auto 38px;
  color: rgba(220, 227, 236, 0.68);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
  line-height: 1.8;
}

.event-hero__lead strong {
  color: #ffd08b;
  font-weight: 600;
}

.event-hero__banner {
  display: block;
  width: min(960px, 100%);
  height: auto;
  border: 1px solid rgba(226, 168, 67, 0.58);
  box-shadow:
    8px 8px 0 rgba(2, 4, 9, 0.48),
    0 28px 80px rgba(0, 0, 0, 0.38);
  image-rendering: pixelated;
}

.event-facts {
  display: grid;
  width: min(900px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  border-top: 1px solid rgba(221, 228, 237, 0.14);
  border-bottom: 1px solid rgba(221, 228, 237, 0.14);
}

.event-facts > div {
  display: grid;
  min-width: 0;
  gap: 7px;
  padding: 22px 18px;
}

.event-facts > div + div {
  border-left: 1px solid rgba(221, 228, 237, 0.12);
}

.event-facts span,
.event-facts small {
  color: rgba(210, 219, 231, 0.44);
  font-size: 7px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.event-facts strong {
  color: #ffe0aa;
  font-family: "Ghost Display", sans-serif;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 1px;
}

.event-primary-action {
  display: inline-flex;
  min-width: 282px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
  padding: 0 24px;
  color: #fff4e8;
  border: 1px solid rgba(255, 115, 37, 0.76);
  background: rgba(150, 35, 20, 0.92);
  box-shadow: 5px 5px 0 rgba(2, 4, 9, 0.42);
  font-size: 9px;
  letter-spacing: 1.7px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 150ms ease,
    box-shadow 150ms ease,
    translate 150ms ease;
}

.event-primary-action:hover,
.event-primary-action:focus-visible {
  background: rgba(190, 45, 22, 0.98);
  box-shadow:
    7px 7px 0 rgba(2, 4, 9, 0.44),
    0 0 26px rgba(255, 91, 23, 0.14);
  translate: -1px -1px;
}

.event-primary-action:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.event-section,
.event-entry,
.event-rules {
  margin-top: 112px;
}

.event-section__header {
  max-width: 760px;
  margin-bottom: 34px;
}

.event-section__kicker {
  margin: 0 0 10px;
  color: var(--ember-bright);
  font-size: 7px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.event-section__header h2,
.event-prize-band h2,
.event-rules__content h2 {
  margin: 0;
  color: #f3eee6;
  font-family: "Ghost Display", sans-serif;
  font-size: 49px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.event-section__header > p:last-child {
  margin: 18px 0 0;
  color: rgba(214, 222, 233, 0.58);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  line-height: 1.7;
}

.event-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(222, 228, 237, 0.16);
  border-bottom: 1px solid rgba(222, 228, 237, 0.16);
}

.event-steps article {
  min-width: 0;
  padding: 29px 30px 32px;
}

.event-steps article + article {
  border-left: 1px solid rgba(222, 228, 237, 0.13);
}

.event-steps article > span {
  color: rgba(255, 116, 35, 0.76);
  font-family: "Ghost Display", sans-serif;
  font-size: 24px;
}

.event-steps h3 {
  margin: 18px 0 12px;
  color: #f2eadf;
  font-family: "Ghost Display", sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.event-steps p,
.event-prize-band__copy p {
  margin: 0;
  color: rgba(209, 218, 230, 0.58);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  line-height: 1.72;
}

.event-prize-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 54px;
  margin-top: 112px;
  padding: 46px 50px;
  border: 1px solid rgba(226, 168, 67, 0.34);
  background:
    linear-gradient(105deg, rgba(174, 48, 21, 0.18), transparent 44%),
    rgba(7, 11, 20, 0.82);
  box-shadow: 8px 8px 0 rgba(2, 4, 9, 0.36);
}

.event-prize-band__copy {
  display: grid;
  align-content: center;
  gap: 17px;
}

.event-prize-band__copy strong {
  color: #ffd79c;
}

.event-entry .event-section__header {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.event-form {
  padding: 38px;
  border: 1px solid rgba(221, 228, 237, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 91, 23, 0.07), transparent 30%),
    rgba(6, 10, 19, 0.94);
  box-shadow:
    8px 8px 0 rgba(2, 4, 9, 0.4),
    0 24px 70px rgba(0, 0, 0, 0.34);
}

.event-upload input[type="file"] {
  height: auto;
  min-height: 47px;
  padding: 8px;
  color: rgba(214, 222, 233, 0.62);
  font-size: 10px;
}

.event-upload input[type="file"]::file-selector-button {
  min-height: 29px;
  margin-right: 12px;
  padding: 0 12px;
  cursor: pointer;
  color: #f5e7d7;
  border: 1px solid rgba(255, 115, 37, 0.5);
  border-radius: 0;
  background: rgba(118, 31, 20, 0.84);
  font: inherit;
}

.event-upload > small:not(.support-form__error) {
  color: rgba(202, 211, 223, 0.38);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 8px;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
}

.event-consents {
  display: grid;
  gap: 6px;
  padding: 17px 0 4px;
  border-top: 1px solid rgba(220, 227, 237, 0.12);
}

.event-consents label {
  display: grid;
  align-items: start;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  cursor: pointer;
  color: rgba(210, 219, 231, 0.6);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  line-height: 1.55;
}

.event-consents input {
  width: 15px;
  height: 15px;
  margin: 1px 0 0;
  accent-color: var(--ember);
}

.event-consents a {
  color: #f2bd73;
  text-underline-offset: 3px;
}

.event-form__footer > p {
  max-width: 500px;
}

.event-rules details {
  border-top: 1px solid rgba(220, 227, 237, 0.18);
  border-bottom: 1px solid rgba(220, 227, 237, 0.18);
}

.event-rules summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 4px;
  cursor: pointer;
  color: #f1e9de;
  font-family: "Ghost Display", sans-serif;
  font-size: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.event-rules summary small {
  color: rgba(208, 217, 229, 0.42);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 8px;
  letter-spacing: 1px;
}

.event-rules__content {
  max-width: 900px;
  padding: 24px 0 42px;
}

.event-rules__content h2 {
  margin-bottom: 26px;
  font-size: 35px;
}

.event-rules__content ol {
  display: grid;
  gap: 16px;
  margin: 0;
  padding-left: 23px;
}

.event-rules__content li {
  padding-left: 7px;
  color: rgba(210, 219, 231, 0.62);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  line-height: 1.72;
}

.event-rules__content strong,
.event-rules__content a {
  color: #f1c17b;
}

.event-footer {
  margin-top: 0;
}

@keyframes consent-arrive {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes mist-drift {
  from { transform: translate3d(-6%, 0, 0) scaleY(0.92); }
  to { transform: translate3d(6%, -4%, 0) scaleY(1.08); }
}

@keyframes leaf-fall {
  0% { transform: translate3d(0, -10vh, 0) rotate(0deg); }
  45% { transform: translate3d(var(--leaf-drift), 48vh, 0) rotate(205deg); }
  100% { transform: translate3d(calc(var(--leaf-drift) * -0.35), 116vh, 0) rotate(520deg); }
}

@keyframes hero-arrive {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .brand-mark__text {
    display: none;
  }

  .discord-pill {
    padding-right: 10px;
  }

  .discord-pill__copy {
    min-width: 68px;
  }

  .discord-pill__copy span {
    display: none;
  }

  .support-shell {
    width: min(760px, calc(100% - (var(--page-gutter) * 2)));
    grid-template-columns: 1fr;
    align-items: start;
    gap: 42px;
    padding-top: 58px;
    padding-bottom: 72px;
  }

  .support-intro h1 {
    font-size: clamp(64px, 11vw, 92px);
  }

  .support-intro__details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    border-top: 0;
  }

  .policy-shell {
    grid-template-columns: minmax(0, 760px);
  }

  .policy-aside {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
  }

  .policy-aside__back {
    margin: 0;
  }

  .policy-aside__seal,
  .policy-aside__label,
  .policy-aside nav {
    display: none;
  }

  .event-shell {
    padding-top: 66px;
  }

  .event-hero h1 {
    font-size: 64px;
  }

  .event-prize-band {
    gap: 34px;
    padding: 38px 34px;
  }

}

@media (max-width: 680px) {
  :root {
    --header-height: 76px;
    --page-gutter: 18px;
  }

  body.is-navigation-open {
    overflow: hidden;
    overscroll-behavior: none;
  }

  .site-header {
    z-index: 40;
    gap: 9px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .site-header.is-menu-open {
    position: fixed;
    z-index: 100;
    inset: 0;
    min-height: 100vh;
    min-height: 100dvh;
    align-items: flex-start;
    background: #060912;
    backdrop-filter: none;
  }

  .site-header.is-menu-open .brand-mark {
    position: absolute;
    z-index: 101;
    top: calc((var(--header-height) - 32px) / 2);
    left: var(--page-gutter);
  }

  .site-header.is-menu-open .menu-toggle {
    position: absolute;
    z-index: 101;
    top: calc((var(--header-height) - 44px) / 2);
    right: var(--page-gutter);
    margin: 0;
  }

  .brand-mark {
    gap: 9px;
  }

  .brand-mark__sigil {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .brand-mark__text {
    display: none;
  }

  .site-nav {
    position: absolute;
    z-index: 50;
    top: var(--header-height);
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    overflow-x: hidden;
    overflow-y: auto;
    grid-template-rows: repeat(5, minmax(54px, 1fr)) auto;
    gap: 0;
    margin: 0;
    padding:
      clamp(12px, 2.4vh, 24px)
      var(--page-gutter)
      max(18px, env(safe-area-inset-bottom));
    visibility: hidden;
    opacity: 0;
    border-top: 1px solid rgba(226, 168, 67, 0.28);
    background:
      linear-gradient(145deg, rgba(255, 91, 23, 0.055), transparent 36%),
      linear-gradient(180deg, #080c16 0%, #050811 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
    transform: translateY(-12px);
    pointer-events: none;
    transition:
      visibility 180ms ease,
      opacity 180ms ease,
      transform 180ms ease;
  }

  .site-header.is-menu-open .site-nav {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .menu-toggle {
    position: relative;
    display: grid;
    flex: 0 0 auto;
    margin-left: auto;
  }

  .site-header.is-menu-open .menu-toggle span:first-child {
    transform: rotate(45deg);
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open .menu-toggle span:last-child {
    transform: rotate(-45deg);
  }

  .site-nav__link {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 54px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(216, 224, 236, 0.1);
    font-size: clamp(12px, 3.4vw, 15px);
    letter-spacing: 2.4px;
  }

  .site-nav__link:first-of-type {
    border-top: 1px solid rgba(216, 224, 236, 0.1);
  }

  .site-nav__link::after {
    right: auto;
    bottom: calc(50% - 18px);
    left: 18px;
    width: 0;
  }

  .site-nav__link:hover::after,
  .site-nav__link:focus-visible::after,
  .site-nav__link.is-active::after {
    right: auto;
    left: 18px;
    width: 48px;
  }

  .site-nav__divider {
    display: none;
  }

  .discord-pill {
    display: none;
  }

  .site-nav__discord {
    display: grid;
    min-height: 68px;
    grid-template-columns: 46px 1fr;
    align-items: center;
    align-self: end;
    gap: 14px;
    margin-top: clamp(14px, 2.8vh, 26px);
    padding: 10px 14px;
    color: #fff;
    border: 1px solid rgba(104, 116, 255, 0.58);
    border-radius: 4px;
    background: rgba(29, 35, 77, 0.72);
    box-shadow: inset 0 0 0 2px rgba(5, 8, 20, 0.48);
    text-decoration: none;
  }

  .site-nav__discord img {
    width: 46px;
    height: 46px;
    border-radius: 2px;
    image-rendering: pixelated;
  }

  .site-nav__discord span {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .site-nav__discord small {
    color: rgba(225, 229, 255, 0.58);
    font-size: 6px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .site-nav__discord strong {
    font-family: "Ghost Display", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .hero {
    min-height: 0;
    padding-top: 5vh;
    padding-bottom: 54px;
  }

  .hero__content {
    transform: translateY(-2vh);
  }

  .eyebrow {
    gap: 10px;
    margin-bottom: -4px;
    letter-spacing: 2px;
  }

  .hero__logo {
    width: min(520px, 94vw);
    margin-bottom: -24px;
  }

  .hero__tagline {
    max-width: 290px;
    margin-bottom: 20px;
    line-height: 1.08;
  }

  .store-grid {
    width: min(250px, 72vw);
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .store-button {
    width: 100%;
    max-width: 242px;
  }

  .store-option__status {
    margin-top: 5px;
  }

  .landing-footer {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: calc(100% - (var(--page-gutter) * 2));
    grid-template-columns: 1fr 1fr;
    min-height: 0;
    margin: 0 var(--page-gutter);
    padding: 22px 0 calc(24px + env(safe-area-inset-bottom));
  }

  .landing-footer__legend {
    display: none;
  }

  .landing-footer__links {
    align-items: flex-end;
    flex-direction: column;
    gap: 5px;
  }

  .support-shell {
    width: calc(100% - (var(--page-gutter) * 2));
    min-height: calc(100svh - var(--header-height));
    gap: 34px;
    padding-top: 38px;
    padding-bottom: 52px;
  }

  .support-intro .eyebrow {
    margin-bottom: 19px;
  }

  .support-intro h1 {
    font-size: clamp(54px, 17vw, 76px);
  }

  .support-intro__lead {
    margin-top: 24px;
    font-size: 12px;
  }

  .support-intro__details {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 24px;
    border-top: 1px solid rgba(222, 228, 236, 0.13);
  }

  .support-panel {
    padding: 24px 20px;
    box-shadow:
      7px 7px 0 rgba(2, 4, 9, 0.32),
      0 22px 60px rgba(0, 0, 0, 0.32);
  }

  .support-panel__header {
    margin-bottom: 22px;
  }

  .support-panel__header h2 {
    font-size: 38px;
  }

  .support-panel__status {
    font-size: 6px;
    letter-spacing: 1px;
  }

  .support-form__row {
    grid-template-columns: 1fr;
  }

  .support-form__field textarea {
    min-height: 150px;
  }

  .support-form__footer {
    align-items: stretch;
    flex-direction: column;
    gap: 17px;
  }

  .support-form__footer p {
    max-width: none;
  }

  .support-submit {
    width: 100%;
  }

  .policy-shell {
    width: calc(100% - (var(--page-gutter) * 2));
    padding-top: 46px;
  }

  .policy-document__header {
    margin-bottom: 52px;
  }

  .policy-document__header h1 {
    font-size: clamp(51px, 16vw, 76px);
  }

  .policy-document section {
    margin-bottom: 54px;
  }

  .policy-document h2 {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .policy-document p,
  .policy-document li {
    font-size: 13px;
    line-height: 1.82;
  }

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

  .data-card {
    min-height: auto;
    padding: 24px 21px;
  }

  .provider-list a {
    align-items: flex-start;
  }

  .contact-section {
    padding: 28px 22px;
  }

  .policy-footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  .policy-footer__links {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 9px 16px;
  }

  .event-shell {
    width: calc(100% - (var(--page-gutter) * 2));
    padding: 42px 0 64px;
  }

  .event-hero h1 {
    font-size: 45px;
    line-height: 0.98;
  }

  .event-hero__lead {
    margin: 23px auto 28px;
    font-size: 12px;
    line-height: 1.72;
  }

  .event-facts {
    grid-template-columns: 1fr;
  }

  .event-facts > div + div {
    border-top: 1px solid rgba(221, 228, 237, 0.12);
    border-left: 0;
  }

  .event-primary-action {
    width: 100%;
  }

  .event-section,
  .event-entry,
  .event-rules,
  .event-prize-band {
    margin-top: 74px;
  }

  .event-section__header h2,
  .event-prize-band h2 {
    font-size: 39px;
  }

  .event-steps {
    grid-template-columns: 1fr;
  }

  .event-steps article {
    padding: 25px 4px 27px;
  }

  .event-steps article + article {
    border-top: 1px solid rgba(222, 228, 237, 0.13);
    border-left: 0;
  }

  .event-prize-band {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 30px 24px;
  }

  .event-form {
    padding: 24px 19px;
  }

  .event-rules summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .event-rules__content h2 {
    font-size: 30px;
  }

  .event-rules__content li {
    font-size: 10px;
  }

  .analytics-consent {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    grid-template-columns: 1fr;
    padding: 20px 18px 18px;
  }

  .analytics-consent__mark {
    display: none;
  }

  .analytics-consent h2 {
    padding-right: 10px;
    font-size: 25px;
  }

  .analytics-consent__actions {
    display: grid;
    grid-column: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .analytics-consent__actions button {
    min-height: 43px;
    padding: 0 9px;
    font-size: 6px;
    letter-spacing: 1px;
  }
}

@media (max-width: 370px) {
  .site-nav__link {
    font-size: 9px;
  }

  .event-hero h1 {
    font-size: 39px;
  }
}

@media (max-height: 720px) and (min-width: 681px) {
  .hero {
    padding-top: 18px;
    padding-bottom: 82px;
  }

  .hero__logo {
    width: min(490px, 64vw);
    margin-bottom: -34px;
  }

  .hero__tagline {
    margin-bottom: 15px;
    font-size: 27px;
  }

  .store-button {
    width: 232px;
  }

  .hero__status {
    margin-top: 22px;
  }

  .support-shell {
    gap: clamp(38px, 5vw, 68px);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .support-intro h1 {
    font-size: clamp(54px, 5.4vw, 72px);
  }

  .support-intro__lead {
    margin-top: 20px;
  }

  .support-intro__details {
    margin-top: 22px;
  }

  .support-panel {
    padding: 22px 25px;
  }

  .support-panel__header {
    margin-bottom: 16px;
    padding-bottom: 14px;
  }

  .support-form {
    gap: 10px;
  }

  .support-form__field input,
  .support-form__field select {
    height: 42px;
  }

  .support-form__field textarea {
    min-height: 94px;
  }

  .support-form__error {
    min-height: 7px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* News */
.news-page {
  min-height: 100vh;
  background: #070b14;
}

.news-world .world__background {
  opacity: 0.26;
  filter: saturate(0.72) contrast(1.04);
}

.news-world .world__vignette {
  background:
    linear-gradient(180deg, rgba(5, 8, 16, 0.32), #070b14 78vh),
    radial-gradient(circle at 50% 15%, rgba(119, 136, 163, 0.16), transparent 42%);
}

.news-shell,
.news-article {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - (var(--page-gutter) * 2)));
  margin: 0 auto;
}

.news-shell {
  padding: clamp(72px, 8vw, 118px) 0 112px;
}

.news-hero {
  width: min(780px, 100%);
  margin-bottom: clamp(58px, 7vw, 92px);
}

.news-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 21px;
  color: var(--ember-bright);
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.news-kicker span {
  width: 36px;
  height: 1px;
  background: var(--ember);
  box-shadow: 0 0 10px rgba(255, 91, 23, 0.46);
}

.news-hero h1 {
  margin: 0;
  font-family: "Ghost Display", sans-serif;
  font-size: clamp(76px, 12vw, 148px);
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 0.82;
  text-shadow: 6px 6px 0 rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
}

.news-hero > p:last-child {
  max-width: 640px;
  margin: 28px 0 0;
  color: rgba(218, 224, 232, 0.66);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 15px;
  line-height: 1.8;
}

.news-feed__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(226, 168, 67, 0.24);
}

.news-feed__heading h2,
.news-next h2 {
  margin: 0;
  font-family: "Ghost Display", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.news-feed__heading h2 {
  font-size: 34px;
}

.news-feed__heading p {
  margin: 0;
  color: var(--mist-400);
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.news-card {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(224, 229, 236, 0.14);
  border-radius: 6px;
  background: rgba(8, 12, 22, 0.86);
  box-shadow: 18px 18px 0 rgba(0, 0, 0, 0.18);
}

.news-card--featured {
  height: 320px;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 1fr);
}

.news-card__image-link {
  display: block;
  min-height: 0;
  overflow: hidden;
  background: #0a101b;
}

.news-card__image-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease, filter 300ms ease;
}

.news-card__image-link:hover img,
.news-card__image-link:focus-visible img {
  filter: brightness(1.05);
  transform: scale(1.018);
}

.news-card__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 3vw, 34px);
  border-left: 1px solid rgba(224, 229, 236, 0.11);
}

.news-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 13px;
  margin-bottom: 12px;
  color: var(--mist-400);
  font-size: 8px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.news-card__meta span {
  padding: 7px 9px;
  color: #f7c982;
  border: 1px solid rgba(255, 138, 32, 0.4);
  border-radius: 3px;
  background: rgba(255, 91, 23, 0.08);
}

.news-card__body h3 {
  margin: 0 0 12px;
  font-family: "Ghost Display", sans-serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 0.98;
  text-transform: uppercase;
}

.news-card__body h3 a {
  text-decoration: none;
}

.news-card__body h3 a:hover,
.news-card__body h3 a:focus-visible {
  color: #ffd099;
}

.news-card__body > p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 16px;
  color: rgba(215, 221, 229, 0.7);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  line-height: 1.62;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-card__cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 12px;
  color: #f2bd73;
  font-family: "Ghost Display", sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.news-card__cta span {
  color: var(--ember-bright);
  font-family: sans-serif;
  font-size: 22px;
  transition: transform 160ms ease;
}

.news-card__cta:hover span,
.news-card__cta:focus-visible span {
  transform: translateX(5px);
}

.news-next {
  display: grid;
  max-width: 880px;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  margin: 78px auto 0;
  padding-top: 38px;
  border-top: 1px solid rgba(224, 229, 236, 0.12);
}

.news-next__mark {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  color: var(--ember-bright);
  border: 1px solid rgba(226, 168, 67, 0.42);
  background: rgba(8, 12, 22, 0.7);
  font-family: "Ghost Display", sans-serif;
  font-size: 27px;
  transform: rotate(45deg);
}

.news-next__mark b {
  font-weight: 400;
  transform: rotate(-45deg);
}

.news-next h2 {
  font-size: 27px;
}

.news-next p {
  margin: 10px 0 0;
  color: rgba(215, 221, 229, 0.6);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  line-height: 1.7;
}

.news-footer {
  position: relative;
  z-index: 2;
}

/* News article */
.news-article {
  padding: 58px 0 118px;
}

.news-article__back {
  display: inline-flex;
  margin-bottom: 54px;
  color: var(--mist-400);
  font-size: 9px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.news-article__back:hover,
.news-article__back:focus-visible {
  color: var(--ember-bright);
}

.news-article__header {
  width: min(900px, 100%);
  margin: 0 auto 48px;
  text-align: center;
}

.news-article__header .news-card__meta {
  justify-content: center;
}

.news-article__header h1 {
  margin: 0 0 28px;
  font-family: "Ghost Display", sans-serif;
  font-size: clamp(58px, 8vw, 100px);
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 0.91;
  text-shadow: 6px 6px 0 rgba(0, 0, 0, 0.32);
  text-transform: uppercase;
}

.news-article__header > p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(224, 229, 236, 0.72);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 16px;
  line-height: 1.8;
}

.news-article__hero {
  overflow: hidden;
  margin-right: 0;
  margin-left: 0;
  border: 1px solid rgba(226, 168, 67, 0.2);
  border-radius: 6px;
  background: #080d17;
  box-shadow: 18px 18px 0 rgba(0, 0, 0, 0.18);
}

.news-article__hero {
  width: min(590px, 50%);
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 76px;
  margin-left: auto;
}

.news-article__hero img {
  display: block;
  width: 100%;
  height: auto;
}

.news-article__body {
  width: min(780px, 100%);
  margin: 0 auto;
}

.news-article__lead {
  margin: 0 0 74px;
  padding-left: 26px;
  color: #f1dfc4;
  border-left: 3px solid var(--ember);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 18px;
  line-height: 1.75;
}

.news-article__body section {
  position: relative;
  margin-bottom: 72px;
  padding-top: 24px;
  border-top: 1px solid rgba(224, 229, 236, 0.12);
}

.news-section-number {
  display: block;
  margin-bottom: 16px;
  color: var(--ember-bright);
  font-size: 9px;
  letter-spacing: 2px;
}

.news-article__body h2 {
  margin: 0 0 24px;
  font-family: "Ghost Display", sans-serif;
  font-size: clamp(38px, 5vw, 54px);
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 0.98;
  text-transform: uppercase;
}

.news-article__body h3 {
  margin: 0 0 12px;
  color: #f0d5ad;
  font-family: "Ghost Display", sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.news-article__body p,
.news-article__body li {
  color: rgba(215, 221, 229, 0.72);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 15px;
  line-height: 1.86;
}

.news-article__body section > p {
  margin: 0 0 18px;
}

.news-article__body ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-article__body li {
  position: relative;
  padding-left: 25px;
}

.news-article__body li::before {
  position: absolute;
  top: 0.76em;
  left: 2px;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--ember);
  transform: rotate(45deg);
}

.news-feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(224, 229, 236, 0.12);
  border-radius: 5px;
  background: rgba(224, 229, 236, 0.12);
}

.news-feature-list > div {
  min-width: 0;
  padding: 26px;
  background: rgba(8, 12, 22, 0.95);
}

.news-feature-list p {
  margin: 0;
  font-size: 13px;
  line-height: 1.72;
}

.news-article__closing {
  margin-top: 94px;
  padding: clamp(36px, 6vw, 64px);
  text-align: center;
  border: 1px solid rgba(226, 168, 67, 0.3);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 91, 23, 0.055), transparent),
    rgba(8, 12, 22, 0.92);
  box-shadow: 14px 14px 0 rgba(0, 0, 0, 0.18);
}

.news-article__closing > p {
  margin: 0 0 20px;
  color: var(--ember-bright);
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.news-article__closing h2 {
  margin-bottom: 32px;
  font-size: clamp(32px, 5vw, 47px);
}

.news-article__closing a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  color: #fff1df;
  border: 1px solid rgba(255, 112, 30, 0.68);
  border-radius: 4px;
  background: rgba(188, 36, 27, 0.58);
  font-family: "Ghost Display", sans-serif;
  font-size: 17px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.news-article__closing a:hover,
.news-article__closing a:focus-visible {
  border-color: var(--ember-bright);
  background: rgba(188, 36, 27, 0.78);
}

@media (max-width: 900px) {
  .news-card--featured {
    height: auto;
    grid-template-columns: 1fr;
  }

  .news-card__image-link {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .news-card__body {
    border-top: 1px solid rgba(224, 229, 236, 0.11);
    border-left: 0;
  }

  .news-feature-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .news-shell {
    padding-top: 54px;
    padding-bottom: 76px;
  }

  .news-hero {
    margin-bottom: 52px;
  }

  .news-hero h1 {
    font-size: clamp(66px, 23vw, 96px);
  }

  .news-hero > p:last-child {
    font-size: 13px;
  }

  .news-card {
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.18);
  }

  .news-card__body {
    padding: 28px 24px 32px;
  }

  .news-card__body h3 {
    font-size: 35px;
  }

  .news-next {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    margin-top: 58px;
  }

  .news-next__mark {
    width: 44px;
    height: 44px;
    font-size: 19px;
  }

  .news-next h2 {
    font-size: 23px;
  }

  .news-article {
    padding-top: 38px;
    padding-bottom: 78px;
  }

  .news-article__back {
    margin-bottom: 38px;
  }

  .news-article__header {
    margin-bottom: 34px;
    text-align: left;
  }

  .news-article__header .news-card__meta {
    justify-content: flex-start;
  }

  .news-article__header h1 {
    font-size: clamp(48px, 15vw, 68px);
  }

  .news-article__header > p,
  .news-article__lead {
    font-size: 14px;
  }

  .news-article__hero {
    border-radius: 3px;
    box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.18);
  }

  .news-article__hero {
    width: 100%;
    margin-bottom: 58px;
  }

  .news-article__lead {
    margin-bottom: 56px;
    padding-left: 18px;
  }

  .news-article__body section {
    margin-bottom: 58px;
  }

  .news-article__body h2 {
    font-size: 38px;
  }

  .news-article__body p,
  .news-article__body li {
    font-size: 14px;
  }

  .news-article__closing {
    margin-top: 70px;
    padding: 34px 22px;
    box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.18);
  }
}

/* Events archive */
.events-index-page .event-world .world__vignette {
  background:
    linear-gradient(180deg, rgba(5, 8, 16, 0.34), #070b14 78vh),
    radial-gradient(circle at 50% 15%, rgba(132, 91, 67, 0.15), transparent 44%);
}

.events-index-shell .news-hero {
  margin-bottom: clamp(54px, 6vw, 78px);
}

.events-active {
  margin-bottom: 72px;
}

.events-empty {
  display: grid;
  max-width: 780px;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: 21px 0 25px;
  border-bottom: 1px solid rgba(224, 229, 236, 0.1);
}

.events-empty__mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: rgba(242, 189, 115, 0.7);
  border: 1px solid rgba(226, 168, 67, 0.28);
  font-family: "Ghost Display", sans-serif;
  font-size: 20px;
  transform: rotate(45deg);
}

.events-empty__mark b {
  font-weight: 400;
  transform: rotate(-45deg);
}

.events-empty h3 {
  margin: 0 0 7px;
  color: #f0e4d5;
  font-family: "Ghost Display", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.events-empty p {
  margin: 0;
  color: rgba(215, 221, 229, 0.56);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  line-height: 1.65;
}

.event-feed-card .news-card__image-link img {
  object-position: center;
}

.news-card__meta .event-status--finished {
  color: rgba(220, 224, 231, 0.72);
  border-color: rgba(188, 196, 207, 0.28);
  background: rgba(188, 196, 207, 0.06);
}

.event-archive-back {
  align-self: flex-start;
  margin-bottom: 42px;
  color: var(--mist-400);
  font-size: 8px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.event-archive-back:hover,
.event-archive-back:focus-visible {
  color: var(--ember-bright);
}

.event-primary-action--finished,
.event-primary-action--finished:hover,
.event-primary-action--finished:focus-visible {
  cursor: default;
  color: rgba(225, 229, 235, 0.66);
  border-color: rgba(196, 203, 214, 0.28);
  background: rgba(70, 76, 88, 0.46);
  box-shadow: 5px 5px 0 rgba(2, 4, 9, 0.28);
  translate: 0 0;
}

.event-finished-panel {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 112px;
  padding: clamp(38px, 6vw, 62px);
  text-align: center;
  border-top: 1px solid rgba(226, 168, 67, 0.26);
  border-bottom: 1px solid rgba(226, 168, 67, 0.2);
  background:
    linear-gradient(110deg, rgba(255, 91, 23, 0.045), transparent 42%),
    rgba(7, 11, 20, 0.62);
}

.event-finished-panel h2 {
  margin: 0;
  color: #f3eee6;
  font-family: "Ghost Display", sans-serif;
  font-size: clamp(40px, 6vw, 58px);
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.event-finished-panel > p:not(.event-section__kicker) {
  max-width: 690px;
  margin: 22px auto 28px;
  color: rgba(214, 222, 233, 0.62);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  line-height: 1.75;
}

.event-finished-panel__button {
  display: inline-flex;
  min-width: 220px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  color: rgba(225, 229, 235, 0.6);
  border: 1px solid rgba(196, 203, 214, 0.24);
  background: rgba(70, 76, 88, 0.42);
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 680px) {
  .events-active {
    margin-bottom: 56px;
  }

  .events-empty {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 17px;
  }

  .events-empty__mark {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .event-archive-back {
    margin-bottom: 32px;
  }

  .event-finished-panel {
    margin-top: 74px;
    padding: 34px 20px;
  }

  .event-finished-panel__button {
    width: 100%;
  }
}
