@font-face {
  font-family: "TitilliumUMS";
  src: url("fonts/Titillium.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "UbuntuUMS";
  src: url("fonts/Ubuntu-R.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #030806;
  --panel: #050201;
  --panel-2: #120607;
  --frame-fill: #050201;
  --steel: #9bb3aa;
  --muted: #7f9b8f;
  --white: #f2fff8;
  --green: #20ee72;
  --green-deep: #006b38;
  --danger: #d31632;
  --danger-hot: #f02a45;
  --danger-deep: #3f0710;
  --danger-rgb: 211, 22, 50;
  --divider-red: rgba(var(--danger-rgb), 0.46);
  --divider-red-soft: rgba(var(--danger-rgb), 0.26);
  --line: rgba(82, 255, 157, 0.46);
  --line-soft: rgba(170, 255, 216, 0.18);
  --shadow: rgba(0, 0, 0, 0.72);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(90deg, rgba(3, 8, 6, 0.94), rgba(3, 8, 6, 0.76)),
    url("images/metal.jpg");
  color: var(--white);
  font-family: "UbuntuUMS", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.055) 0,
      rgba(255, 255, 255, 0.055) 1px,
      rgba(0, 0, 0, 0) 1px,
      rgba(0, 0, 0, 0) 7px
    );
  mix-blend-mode: overlay;
  opacity: 0.32;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 39;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, transparent 36%, rgba(0, 0, 0, 0.36) 100%),
    linear-gradient(90deg, rgba(32, 238, 114, 0.045), transparent 18% 82%, rgba(var(--danger-rgb), 0.065));
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

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

h1,
h2,
h3,
p,
dl {
  margin: 0;
}

h1,
h2,
h3,
.brand-mark span,
.metal-button,
.signal,
.panel-label,
.card-code,
.pending-screen,
.site-footer {
  font-family: "TitilliumUMS", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-transform: uppercase;
}

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

h2 {
  max-width: 920px;
  font-size: clamp(2.5rem, 7vw, 5.9rem);
  line-height: 0.86;
  letter-spacing: 0;
  text-shadow: 0 2px 0 #001a0d, 0 0 24px rgba(32, 238, 114, 0.28);
}

h3 {
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

p {
  color: var(--steel);
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  padding: 10px 14px;
  border: 1px solid var(--green);
  background: #00170c;
  color: var(--white);
  transform: translateY(-160%);
}

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

.site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 86px;
  padding: 12px clamp(16px, 4vw, 56px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.22)),
    linear-gradient(90deg, rgba(var(--danger-rgb), 0.1), transparent 34% 70%, rgba(var(--danger-rgb), 0.07)),
    url("images/metal.jpg") center / 560px 560px repeat;
  background-color: #2c2f2d;
  border-bottom: 2px solid rgba(var(--danger-rgb), 0.5);
  box-shadow: none;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark img {
  width: 124px;
  height: auto;
}

.brand-mark span {
  color: var(--white);
  font-size: 0.9rem;
  letter-spacing: 0;
  white-space: nowrap;
  margin-left: 18px;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.site-nav a {
  min-height: 44px;
  padding: 8px 18px 6px;
  border: 2px solid rgba(var(--danger-rgb), 0.82);
  border-radius: 5px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 43%),
    linear-gradient(180deg, rgba(128, 19, 32, 0.95), rgba(45, 7, 13, 0.98));
  color: #f4d7da;
  font-family: "TitilliumUMS", Impact, sans-serif;
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  line-height: 1;
  text-shadow: 0 0.2em 2px rgba(0, 0, 0, 0.28);
  text-transform: none;
  box-shadow:
    0 0.2em 0 #6b0b17,
    0 5px 0.5em rgba(0, 0, 0, 0.9),
    inset 0 0.12em 0.05em rgba(0, 0, 0, 0.2),
    inset 0 0.95em 0 rgba(255, 255, 255, 0.08),
    0 0 14px rgba(var(--danger-rgb), 0.14);
  transition: transform 140ms ease, border-color 140ms ease, color 140ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-color: var(--danger-hot);
  color: #fff0f2;
  transform: translateY(-2px);
  outline: none;
}

.hero {
  position: relative;
  min-height: 92svh;
  isolation: isolate;
  overflow: hidden;
  padding: 96px clamp(16px, 4vw, 56px) 38px;
  background: #020806;
}

.space-backdrop,
.space-earth,
.space-satellite,
.space-stars,
.moving-stars,
.space-flare {
  position: absolute;
  pointer-events: none;
}

.space-backdrop {
  inset: -5%;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.56) 76%),
    url("images/ums-space-base.png") center / cover no-repeat;
  transform: scale(1.055);
  animation: space-backdrop-drift 18s ease-in-out infinite alternate;
  will-change: transform, filter;
}

.space-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 27% 42%, rgba(32, 238, 114, 0.14), transparent 30%),
    radial-gradient(circle at 84% 26%, rgba(var(--danger-rgb), 0.16), transparent 34%);
  mix-blend-mode: screen;
  opacity: 0.64;
}

.space-stars {
  inset: -10%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  mix-blend-mode: screen;
  will-change: transform, opacity, filter;
}

.starfield-a {
  opacity: 0.52;
  background-image:
    radial-gradient(circle at 6% 14%, rgba(255, 255, 255, 0.82) 0 1px, transparent 1.6px),
    radial-gradient(circle at 12% 44%, rgba(173, 233, 255, 0.64) 0 1px, transparent 1.8px),
    radial-gradient(circle at 18% 8%, rgba(255, 244, 195, 0.62) 0 1.2px, transparent 2px),
    radial-gradient(circle at 21% 68%, rgba(255, 255, 255, 0.58) 0 1px, transparent 1.8px),
    radial-gradient(circle at 28% 31%, rgba(255, 255, 255, 0.76) 0 1px, transparent 1.7px),
    radial-gradient(circle at 34% 78%, rgba(176, 255, 219, 0.42) 0 1px, transparent 1.8px),
    radial-gradient(circle at 41% 19%, rgba(255, 255, 255, 0.58) 0 1px, transparent 1.7px),
    radial-gradient(circle at 48% 52%, rgba(255, 255, 255, 0.72) 0 1.1px, transparent 1.9px),
    radial-gradient(circle at 56% 13%, rgba(255, 244, 195, 0.58) 0 1px, transparent 1.7px),
    radial-gradient(circle at 62% 73%, rgba(173, 233, 255, 0.54) 0 1px, transparent 1.8px),
    radial-gradient(circle at 69% 36%, rgba(255, 255, 255, 0.66) 0 1px, transparent 1.8px),
    radial-gradient(circle at 74% 86%, rgba(255, 255, 255, 0.48) 0 1px, transparent 1.6px),
    radial-gradient(circle at 81% 21%, rgba(176, 255, 219, 0.4) 0 1px, transparent 1.9px),
    radial-gradient(circle at 88% 61%, rgba(255, 255, 255, 0.7) 0 1.1px, transparent 1.9px),
    radial-gradient(circle at 95% 9%, rgba(255, 244, 195, 0.58) 0 1px, transparent 1.7px);
  animation:
    starfield-drift 18s ease-in-out infinite alternate,
    starfield-twinkle 4.6s ease-in-out infinite alternate;
}

.starfield-b {
  opacity: 0.38;
  background-image:
    radial-gradient(circle at 4% 72%, rgba(255, 255, 255, 0.38) 0 1px, transparent 1.8px),
    radial-gradient(circle at 10% 25%, rgba(255, 90, 58, 0.32) 0 1.1px, transparent 2px),
    radial-gradient(circle at 17% 91%, rgba(173, 233, 255, 0.36) 0 1px, transparent 1.8px),
    radial-gradient(circle at 26% 16%, rgba(255, 255, 255, 0.5) 0 1.2px, transparent 2.1px),
    radial-gradient(circle at 30% 55%, rgba(255, 244, 195, 0.34) 0 1px, transparent 1.8px),
    radial-gradient(circle at 39% 9%, rgba(255, 90, 58, 0.26) 0 1px, transparent 1.8px),
    radial-gradient(circle at 45% 84%, rgba(255, 255, 255, 0.42) 0 1px, transparent 1.9px),
    radial-gradient(circle at 53% 27%, rgba(173, 233, 255, 0.34) 0 1px, transparent 1.8px),
    radial-gradient(circle at 58% 64%, rgba(255, 255, 255, 0.36) 0 1px, transparent 1.8px),
    radial-gradient(circle at 67% 11%, rgba(255, 244, 195, 0.38) 0 1px, transparent 1.8px),
    radial-gradient(circle at 72% 48%, rgba(255, 90, 58, 0.28) 0 1px, transparent 1.9px),
    radial-gradient(circle at 79% 79%, rgba(173, 233, 255, 0.34) 0 1px, transparent 1.8px),
    radial-gradient(circle at 86% 32%, rgba(255, 255, 255, 0.48) 0 1.1px, transparent 2px),
    radial-gradient(circle at 91% 94%, rgba(255, 244, 195, 0.36) 0 1px, transparent 1.8px),
    radial-gradient(circle at 97% 51%, rgba(255, 255, 255, 0.42) 0 1px, transparent 1.8px);
  animation:
    starfield-drift-slow 29s ease-in-out infinite alternate,
    starfield-twinkle-soft 6.8s ease-in-out infinite alternate;
}

.moving-stars {
  inset: -8%;
  z-index: 2;
  overflow: hidden;
  mix-blend-mode: screen;
}

.moving-stars span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: calc(var(--s) * 1.35);
  height: calc(var(--s) * 1.35);
  border-radius: 50%;
  background: rgba(220, 255, 246, 0.94);
  box-shadow:
    0 0 8px rgba(180, 255, 236, 0.84),
    0 0 18px rgba(32, 238, 114, 0.22);
  opacity: 0;
  animation: moving-star-drift var(--d) linear infinite;
  animation-delay: var(--delay);
  will-change: transform, opacity;
}

.moving-stars span:nth-child(1) {
  --x: 11%;
  --y: 16%;
  --s: 2px;
  --d: 15s;
  --delay: -2s;
  --dx: 9vw;
  --dy: 3vh;
  --o: 0.82;
}

.moving-stars span:nth-child(2) {
  --x: 28%;
  --y: 39%;
  --s: 1px;
  --d: 18s;
  --delay: -9s;
  --dx: 14vw;
  --dy: -4vh;
  --o: 0.62;
}

.moving-stars span:nth-child(3) {
  --x: 49%;
  --y: 13%;
  --s: 2px;
  --d: 21s;
  --delay: -6s;
  --dx: -10vw;
  --dy: 5vh;
  --o: 0.72;
}

.moving-stars span:nth-child(4) {
  --x: 69%;
  --y: 58%;
  --s: 1px;
  --d: 16s;
  --delay: -12s;
  --dx: -8vw;
  --dy: -6vh;
  --o: 0.58;
}

.moving-stars span:nth-child(5) {
  --x: 83%;
  --y: 24%;
  --s: 3px;
  --d: 24s;
  --delay: -4s;
  --dx: -16vw;
  --dy: 7vh;
  --o: 0.68;
}

.moving-stars span:nth-child(6) {
  --x: 18%;
  --y: 76%;
  --s: 2px;
  --d: 19s;
  --delay: -15s;
  --dx: 11vw;
  --dy: -5vh;
  --o: 0.54;
}

.moving-stars span:nth-child(7) {
  --x: 56%;
  --y: 83%;
  --s: 1px;
  --d: 22s;
  --delay: -11s;
  --dx: 18vw;
  --dy: -8vh;
  --o: 0.6;
}

.moving-stars span:nth-child(8) {
  --x: 92%;
  --y: 68%;
  --s: 2px;
  --d: 17s;
  --delay: -7s;
  --dx: -13vw;
  --dy: -3vh;
  --o: 0.64;
}

.space-earth,
.space-satellite {
  inset: -5%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: transform, filter;
}

.space-earth {
  z-index: 3;
  background-image: url("images/ums-earth-layer.png");
  transform-origin: 16% 88%;
  animation: space-earth-drift 24s ease-in-out infinite alternate;
}

.space-satellite {
  z-index: 4;
  background-image: url("images/ums-satellite-layer.png");
  background-position: 19% 53%;
  background-size: 92% auto;
  transform-origin: 35% 66%;
  animation: space-satellite-drift 18s ease-in-out infinite alternate;
  filter: drop-shadow(0 14px 12px rgba(0, 0, 0, 0.22));
}

.space-flare {
  inset: -18%;
  z-index: 5;
  background:
    linear-gradient(112deg, transparent 0 31%, rgba(32, 238, 114, 0.15) 42%, transparent 53%),
    linear-gradient(72deg, transparent 0 52%, rgba(var(--danger-rgb), 0.18) 63%, transparent 75%);
  opacity: 0.7;
  animation: space-flare-sweep 8s ease-in-out infinite alternate;
  will-change: transform, opacity;
}


.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 6;
  background:
    radial-gradient(circle at 26% 34%, rgba(32, 238, 114, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.48));
  animation: menu-nebula-pulse 8s ease-in-out infinite alternate;
}

.hero::after,
.hud-grid {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero::after {
  z-index: 7;
  border-top: 1px solid var(--divider-red-soft);
  border-bottom: 1px solid var(--divider-red);
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.62);
}

.hud-grid {
  z-index: 7;
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(32, 238, 114, 0.05) 0,
      rgba(32, 238, 114, 0.05) 1px,
      transparent 1px,
      transparent 5px
    );
  opacity: 0.42;
  animation: menu-scan-drift 1.8s linear infinite;
}

.menu-account,
.menu-version {
  position: absolute;
  z-index: 8;
  color: #b7c8bf;
  font-family: "UbuntuUMS", Arial, sans-serif;
  font-size: clamp(0.78rem, 1.3vw, 1.05rem);
  text-shadow: 0 0 10px rgba(32, 238, 114, 0.22), 0 2px 2px #000;
}

.menu-account {
  top: 90px;
  right: clamp(18px, 4vw, 58px);
}

.menu-version {
  right: clamp(18px, 4vw, 58px);
  bottom: 20px;
}

.menu-layout {
  position: relative;
  z-index: 8;
  width: min(1360px, 100%);
  min-height: calc(92svh - 134px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(340px, 0.68fr);
  align-items: center;
  gap: clamp(30px, 6vw, 88px);
}

.menu-column {
  align-self: stretch;
  display: grid;
  align-content: center;
  justify-items: start;
  padding-left: clamp(0px, 8vw, 110px);
  padding-bottom: clamp(10px, 8vh, 92px);
}

.signal {
  margin-bottom: 14px;
  color: var(--green);
  font-size: clamp(0.78rem, 1.6vw, 0.95rem);
  letter-spacing: 0;
  text-shadow: 0 0 12px rgba(32, 238, 114, 0.62);
}

.hero-logo {
  width: min(360px, 42vw);
  height: auto;
  margin: 0 0 clamp(26px, 6vh, 64px) -6px;
  filter:
    drop-shadow(0 12px 18px rgba(0, 0, 0, 0.88))
    drop-shadow(0 0 16px rgba(32, 238, 114, 0.28));
}

.menu-subtitle {
  max-width: 520px;
  margin-bottom: clamp(22px, 4vh, 44px);
  color: #b7d8ca;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  text-shadow: 0 2px 2px #000;
}

.main-menu {
  display: grid;
  gap: clamp(14px, 3vh, 28px);
}

.menu-option {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 20px 0 0;
  color: #74f24a;
  font-family: "TitilliumUMS", Impact, sans-serif;
  font-size: clamp(1.85rem, 4.1vw, 3.25rem);
  line-height: 1;
  text-transform: none;
  text-shadow:
    0 0 7px rgba(116, 242, 74, 0.72),
    0 2px 2px #000;
  transition: color 140ms ease, transform 140ms ease, text-shadow 140ms ease;
}

.menu-option::before {
  content: "";
  width: 0;
  height: 2px;
  margin-right: 0;
  background: #74f24a;
  box-shadow: 0 0 11px rgba(116, 242, 74, 0.84);
  transition: width 140ms ease, margin-right 140ms ease;
}

.menu-option:hover,
.menu-option:focus-visible {
  color: #d8ffbf;
  transform: translateX(10px);
  text-shadow:
    0 0 10px rgba(116, 242, 74, 0.9),
    0 0 24px rgba(116, 242, 74, 0.45),
    0 2px 2px #000;
  outline: none;
}

.menu-option:hover::before,
.menu-option:focus-visible::before,
.menu-option.primary::before {
  width: 24px;
  margin-right: 12px;
}

.menu-preview {
  align-self: center;
  justify-self: end;
  width: min(500px, 100%);
  padding: 14px;
  border: 1px solid #251616;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(80, 15, 20, 0.62), rgba(8, 3, 2, 0.98) 22% 78%, rgba(54, 13, 15, 0.62)),
    var(--frame-fill);
  box-shadow:
    inset 0 0 0 2px rgba(0, 0, 0, 0.86),
    0 0 0 1px rgba(170, 36, 34, 0.42),
    0 22px 46px rgba(0, 0, 0, 0.68);
}

.preview-shell {
  padding: 10px;
  border: 2px solid rgba(148, 25, 28, 0.92);
  border-radius: 5px;
  background:
    linear-gradient(180deg, rgba(var(--danger-rgb), 0.08), rgba(0, 0, 0, 0.1)),
    var(--frame-fill);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.76);
}

.preview-shell a {
  display: block;
}

.preview-shell img,
.preview-shell video {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(255, 71, 61, 0.54);
  filter: saturate(0.95) contrast(1.06);
  background: #000;
}

.preview-copy {
  display: grid;
  gap: 8px;
  padding: 14px 4px 2px;
}

.preview-copy h2 {
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  color: var(--white);
  text-shadow: 0 2px 0 #170302, 0 0 14px rgba(var(--danger-rgb), 0.3);
}

.preview-copy h3 {
  color: var(--white);
  font-size: clamp(1.45rem, 2.8vw, 2.1rem);
  text-shadow: 0 2px 0 #170302, 0 0 14px rgba(var(--danger-rgb), 0.3);
}

.preview-copy p:not(.panel-label) {
  color: #b9c7bf;
  font-size: 0.98rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.metal-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 2px solid var(--green);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 42%),
    url("images/txr1.png") repeat-x 0 -178px,
    #005e26;
  color: #dffff0;
  font-size: 0.92rem;
  letter-spacing: 0;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.46);
  box-shadow:
    0 4px 0 var(--green-deep),
    0 13px 28px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.metal-button:hover,
.metal-button:focus-visible {
  border-color: #6bffaa;
  transform: translateY(-2px);
  outline: none;
  box-shadow:
    0 5px 0 var(--green-deep),
    0 0 22px rgba(32, 238, 114, 0.38),
    0 16px 30px rgba(0, 0, 0, 0.58);
}

.metal-button.secondary {
  border-color: rgba(32, 238, 114, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 44%),
    url("images/txr2.png") repeat-x 0 -82px,
    #0b2117;
  color: #dffff0;
  box-shadow:
    0 4px 0 #06351e,
    0 13px 28px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.status-panel {
  position: relative;
  padding: 24px;
  border: 24px solid transparent;
  border-image: url("images/bi1-red.png") 56 48 52 56 repeat;
  background:
    linear-gradient(180deg, rgba(var(--danger-rgb), 0.07), rgba(0, 0, 0, 0.08)),
    var(--frame-fill);
  background-clip: padding-box;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.62), 0 0 34px rgba(var(--danger-rgb), 0.12);
}

.status-panel::before {
  content: "";
  position: absolute;
  inset: -17px;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(var(--danger-rgb), 0.18), transparent 42% 70%, rgba(32, 238, 114, 0.08));
  opacity: 0.7;
}

.panel-label {
  position: relative;
  margin-bottom: 18px;
  color: var(--green);
  font-size: 0.86rem;
  letter-spacing: 0;
}

.status-panel dl {
  position: relative;
  display: grid;
  gap: 16px;
}

.status-panel div {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line-soft);
}

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

.status-panel dt {
  color: var(--muted);
  font-size: 0.75rem;
  text-transform: uppercase;
}

.status-panel dd {
  margin: 3px 0 0;
  color: var(--white);
  font-family: "TitilliumUMS", Impact, sans-serif;
  font-size: 1.42rem;
  line-height: 1;
  text-transform: uppercase;
}

.studio-band,
.spotlight,
.trailer-band,
.games-band,
.gallery-band,
.contact-band {
  position: relative;
  padding: clamp(42px, 5.5vw, 72px) clamp(16px, 5vw, 72px);
}

.studio-band {
  background:
    linear-gradient(90deg, rgba(0, 9, 6, 0.62), rgba(2, 10, 8, 0.28) 44%, rgba(0, 5, 4, 0.7)),
    linear-gradient(180deg, rgba(0, 11, 7, 0.55), rgba(3, 18, 13, 0.66)),
    url("images/ums-section-studio-bg.png") center / cover no-repeat;
  border-top: 1px solid var(--divider-red);
  border-bottom: 1px solid var(--divider-red-soft);
}

.section-copy {
  max-width: 860px;
}

.sc-panel {
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: clamp(24px, 4vw, 42px);
  border: 24px solid transparent;
  border-image: url("images/bi1-red.png") 56 48 52 56 repeat;
  background-color: #200501;
  background-clip: padding-box;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.58), 0 0 34px rgba(var(--danger-rgb), 0.12);
}

.sc-panel h2 {
  font-size: clamp(2.35rem, 6vw, 4.75rem);
  white-space: nowrap;
}

.section-copy p:not(.signal),
.spotlight-copy p,
.gallery-copy p:not(.signal),
.contact-inner p:not(.signal),
.game-card p,
.systems-list p {
  color: #abc4b8;
  font-size: clamp(1rem, 1.7vw, 1.15rem);
}

.section-copy p:not(.signal),
.gallery-copy p:not(.signal),
.contact-inner p:not(.signal) {
  max-width: 720px;
  margin-top: 18px;
}

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

.systems-list article {
  min-height: 270px;
  padding: 22px;
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(32, 238, 114, 0.12), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    rgba(4, 16, 11, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 42px rgba(0, 0, 0, 0.34);
}

.systems-list span {
  display: block;
  margin-bottom: 52px;
  color: var(--green);
  font-family: "TitilliumUMS", Impact, sans-serif;
  font-size: 0.9rem;
}

.systems-list h3,
.game-card h3 {
  margin-bottom: 12px;
  color: var(--white);
}

.spotlight {
  display: grid;
  grid-template-columns: minmax(320px, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(26px, 5vw, 60px);
  align-items: center;
  background:
    linear-gradient(100deg, rgba(4, 10, 8, 0.76), rgba(5, 14, 11, 0.42) 46%, rgba(6, 5, 4, 0.66)),
    linear-gradient(180deg, rgba(0, 7, 5, 0.48), rgba(0, 0, 0, 0.28)),
    url("images/ums-section-danger-bg.png") center / cover no-repeat;
}

.frame-media,
.trailer-frame {
  border: 28px solid transparent;
  border-image: url("images/bi1-red.png") 56 48 52 56 repeat;
  background: var(--frame-fill);
  background-clip: padding-box;
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.72),
    0 0 38px rgba(var(--danger-rgb), 0.16);
}

.frame-media img,
.frame-media video {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  transform: scale(1.003);
  background: #000;
}

.game-logo-link {
  display: block;
  width: min(245px, 58vw);
  margin: -18px 0 4px;
}

.danger-logo {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.56));
}

.spotlight-copy h2 {
  color: var(--white);
  text-shadow: 0 3px 0 #170302, 0 0 24px rgba(var(--danger-rgb), 0.28);
}

.spotlight-copy p:not(.signal) {
  margin-top: 18px;
}

.spec-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 28px;
}

.spec-row span {
  padding: 7px 10px;
  border: 1px solid rgba(var(--danger-rgb), 0.42);
  background: rgba(var(--danger-rgb), 0.075);
  color: #c9d7cf;
  font-family: "TitilliumUMS", Impact, sans-serif;
  text-transform: uppercase;
}

.trailer-band {
  background:
    linear-gradient(180deg, rgba(0, 8, 5, 0.96), rgba(8, 15, 13, 0.96)),
    url("images/metal.jpg");
}

.trailer-band .section-copy {
  width: min(var(--max), 100%);
  margin: 0 auto 28px;
}

.trailer-frame {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.trailer-frame video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.games-band {
  background:
    linear-gradient(180deg, rgba(3, 10, 10, 0.4), rgba(1, 5, 6, 0.62)),
    linear-gradient(90deg, rgba(0, 10, 8, 0.34), rgba(9, 4, 13, 0.2) 52%, rgba(3, 5, 6, 0.44)),
    url("images/ums-section-games-bg.png") center bottom / cover no-repeat;
}

.games-band .section-copy,
.game-grid,
.gallery-band > *,
.contact-inner {
  width: min(var(--max), 100%);
  margin-left: auto;
  margin-right: auto;
}

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

.game-card {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 0;
  padding: 12px;
  border: 1px solid #251616;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(80, 15, 20, 0.62), rgba(8, 3, 2, 0.98) 22% 78%, rgba(54, 13, 15, 0.62)),
    var(--frame-fill);
  box-shadow:
    inset 0 0 0 2px rgba(0, 0, 0, 0.86),
    0 0 0 1px rgba(170, 36, 34, 0.42),
    0 18px 36px rgba(0, 0, 0, 0.6);
}

.game-card .preview-shell {
  height: 100%;
}

.game-card img {
  transition: transform 220ms ease, filter 220ms ease;
}

.game-card.active:hover img,
.game-card.active:focus-visible img {
  transform: scale(1.035);
  filter: saturate(1.05) contrast(1.12) brightness(1.04);
}

.game-card.active:focus-visible {
  outline: 2px solid var(--danger);
  outline-offset: 4px;
}

.card-code {
  margin-bottom: 10px;
  color: var(--green);
  font-size: 0.78rem;
}

.pending {
  color: inherit;
}

.pending::before {
  display: none;
}

.pending-screen {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 71, 61, 0.54);
  background:
    linear-gradient(rgba(148, 25, 28, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 25, 28, 0.1) 1px, transparent 1px),
    radial-gradient(circle at 50% 42%, rgba(var(--danger-rgb), 0.14), transparent 34%),
    var(--frame-fill);
  background-size: 22px 22px, 22px 22px, auto, auto;
  color: #dfeee8;
  font-family: "TitilliumUMS", Impact, sans-serif;
  font-size: clamp(1.55rem, 3.4vw, 2.65rem);
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(var(--danger-rgb), 0.34), 0 2px 2px #000;
}

.gallery-band {
  background:
    linear-gradient(180deg, rgba(1, 7, 4, 0.97), rgba(5, 13, 10, 0.98)),
    url("images/metal.jpg");
}

.gallery-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 28px;
}

.shot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.shot-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid rgba(32, 238, 114, 0.26);
  border-radius: 4px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.42);
}

.contact-band {
  min-height: 66svh;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0, 8, 5, 0.96), rgba(0, 8, 5, 0.72)),
    url("images/dangersticks/Screenshots/Screenshot_20260220_203607.jpg") center / cover fixed;
  border-top: 1px solid var(--divider-red-soft);
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
}

.contact-inner img {
  filter:
    drop-shadow(0 18px 28px rgba(0, 0, 0, 0.82))
    drop-shadow(0 0 22px rgba(32, 238, 114, 0.32));
}

.site-footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 24px 16px;
  border-top: 1px solid var(--divider-red-soft);
  background: #020806 url("images/txr1.png") repeat-x 0 -128px;
  color: #91b6a6;
  font-size: 0.78rem;
  letter-spacing: 0;
}

@keyframes space-backdrop-drift {
  0% {
    transform: translate3d(-1.6%, -1%, 0) scale(1.055);
    filter: saturate(0.92) brightness(0.88);
  }

  100% {
    transform: translate3d(1.4%, 0.9%, 0) scale(1.08);
    filter: saturate(1.1) brightness(1.02);
  }
}

@keyframes space-earth-drift {
  0% {
    transform: translate3d(-0.9%, 0.5%, 0) scale(1.035);
    filter: saturate(0.96) brightness(0.94);
  }

  100% {
    transform: translate3d(1%, -0.55%, 0) scale(1.062);
    filter: saturate(1.08) brightness(1.02);
  }
}

@keyframes space-satellite-drift {
  0% {
    transform: translate3d(0.8%, -0.42%, 0) scale(1.018);
    filter: drop-shadow(0 14px 12px rgba(0, 0, 0, 0.22)) brightness(0.98);
  }

  48% {
    transform: translate3d(-0.12%, 0.22%, 0) scale(1.025);
    filter: drop-shadow(0 16px 13px rgba(0, 0, 0, 0.24)) brightness(1.02);
  }

  100% {
    transform: translate3d(-0.86%, 0.48%, 0) scale(1.032);
    filter: drop-shadow(0 18px 14px rgba(0, 0, 0, 0.26)) brightness(1.04);
  }
}

@keyframes moving-star-drift {
  0% {
    transform: translate3d(0, 0, 0) scale(0.72);
    opacity: 0;
  }

  14% {
    opacity: var(--o);
  }

  78% {
    opacity: var(--o);
  }

  100% {
    transform: translate3d(var(--dx), var(--dy), 0) scale(1.06);
    opacity: 0;
  }
}

@keyframes starfield-drift {
  0% {
    transform: translate3d(-1.2%, -0.6%, 0) scale(1);
  }

  100% {
    transform: translate3d(1.4%, 0.8%, 0) scale(1.012);
  }
}

@keyframes starfield-drift-slow {
  0% {
    transform: translate3d(1%, 0.8%, 0) scale(1);
  }

  100% {
    transform: translate3d(-1.5%, -1%, 0) scale(1.018);
  }
}

@keyframes starfield-twinkle {
  0% {
    opacity: 0.42;
    filter: brightness(0.8);
  }

  45% {
    opacity: 0.58;
    filter: brightness(1.22);
  }

  100% {
    opacity: 0.48;
    filter: brightness(0.98);
  }
}

@keyframes starfield-twinkle-soft {
  0% {
    opacity: 0.28;
    filter: brightness(0.9);
  }

  52% {
    opacity: 0.42;
    filter: brightness(1.15);
  }

  100% {
    opacity: 0.34;
    filter: brightness(0.96);
  }
}

@keyframes space-flare-sweep {
  0% {
    transform: translate3d(-9%, 2%, 0);
    opacity: 0.28;
  }

  100% {
    transform: translate3d(9%, -3%, 0);
    opacity: 0.86;
  }
}

@keyframes menu-nebula-pulse {
  0% {
    opacity: 0.72;
  }

  100% {
    opacity: 1;
  }
}

@keyframes menu-scan-drift {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(5px);
  }
}

@media (max-width: 980px) {
  .menu-layout,
  .studio-band,
  .spotlight,
  .gallery-copy,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .menu-layout {
    min-height: auto;
    align-items: start;
  }

  .menu-column {
    padding-left: clamp(0px, 4vw, 36px);
    padding-bottom: 28px;
  }

  .menu-preview {
    justify-self: start;
    max-width: 520px;
  }

  .systems-list,
  .game-grid {
    grid-template-columns: 1fr;
  }

  .systems-list article {
    min-height: 230px;
  }

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

@media (max-width: 720px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    min-height: 0;
    padding: 10px 12px;
  }

  .brand-mark img {
    width: 84px;
  }

  .brand-mark span {
    display: none;
  }

  .site-nav {
    gap: 4px;
  }

  .site-nav a {
    min-height: 32px;
    padding: 6px 9px 5px;
    font-size: 0.9rem;
  }

  .hero {
    min-height: 90svh;
    padding: 96px 16px 42px;
  }

  .space-backdrop,
  .space-earth,
  .space-satellite {
    background-position: 32% center;
  }

  .space-satellite {
    background-size: auto 100%;
  }

  .menu-account,
  .menu-version {
    display: none;
  }

  .menu-preview {
    display: none;
  }

  .hero-logo {
    width: min(360px, 92vw);
    margin-left: -6px;
    margin-bottom: 22px;
  }

  .menu-subtitle {
    margin-bottom: 28px;
  }

  .main-menu {
    gap: 18px;
  }

  .menu-option {
    min-height: 34px;
    font-size: clamp(1.78rem, 10vw, 2.75rem);
  }

  .hero-actions {
    display: grid;
    width: min(340px, 100%);
  }

  .metal-button {
    width: 100%;
  }

  .frame-media,
  .trailer-frame {
    border-width: 18px;
  }

  .studio-band,
  .spotlight,
  .trailer-band,
  .games-band,
  .gallery-band,
  .contact-band {
    padding-left: 16px;
    padding-right: 16px;
  }

  .game-logo-link {
    width: min(190px, 54vw);
  }
}

@media (max-width: 520px) {
  h2 {
    font-size: clamp(2.25rem, 13vw, 3.9rem);
  }

  .hero {
    min-height: 92svh;
    padding-top: 92px;
  }

  .menu-column {
    padding-bottom: 18px;
  }

  .hero-logo {
    width: min(330px, 92vw);
  }

  .menu-subtitle {
    max-width: 310px;
    font-size: 0.98rem;
  }

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

  .shot-grid img {
    aspect-ratio: 16 / 9;
  }
}

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

  .metal-button,
  .menu-option,
  .game-card img {
    transition: none;
  }

  .hero,
  .hero::before,
  .hud-grid,
  .space-backdrop,
  .space-earth,
  .space-satellite,
  .space-stars,
  .moving-stars span,
  .space-flare {
    animation: none;
  }

  .space-backdrop {
    transform: scale(1.055);
  }

  .space-earth {
    transform: scale(1.035);
  }

  .space-satellite {
    transform: scale(1.018);
  }
}
