﻿:root {
  --cyan: #48f5ff;
  --aqua: #8ffcff;
  --blue: #1e8eff;
  --white: #f7fdff;
  --glass: rgba(7, 26, 34, 0.26);
  --line-soft: rgba(91, 244, 255, 0.28);
  --line-strong: rgba(110, 248, 255, 0.72);
  --shadow-cyan: 0 0 28px rgba(61, 238, 255, 0.42), 0 0 82px rgba(30, 142, 255, 0.22);
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #020b10;
  color: var(--white);
  cursor: none;
  user-select: none;
  touch-action: manipulation;
  overscroll-behavior: none;
  font-family: "Bahnschrift", "Agency FB", "Eurostile", "BankGothic Md BT", "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
  font-stretch: condensed;
}

button,
video {
  font: inherit;
}

.launch-app {
  position: fixed;
  inset: 0;
  overflow: hidden;
  isolation: isolate;
}

.background-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.03);
}

.standby-screen,
.video-screen,
.opened-screen {
  position: absolute;
  inset: 0;
}

.standby-screen {
  z-index: 2;
  display: grid;
  grid-template-rows: minmax(190px, 23vh) 1fr minmax(285px, 32vh);
  pointer-events: auto;
}

.screen-vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 50%, rgba(13, 55, 66, 0.06), rgba(0, 7, 10, 0.52) 78%),
    linear-gradient(180deg, rgba(0, 11, 16, 0.22), rgba(0, 8, 12, 0.08) 38%, rgba(0, 8, 12, 0.36));
  pointer-events: none;
}

.ceremony-header,
.title-block,
.launch-button,
.status-panel {
  position: relative;
  z-index: 8;
}

.ceremony-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: clamp(54px, 7vh, 92px);
}

.logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(26px, 3.6vw, 58px);
  min-height: 88px;
  transform: translateY(clamp(10px, 1.8vh, 24px));
}

.logo-unit {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(86px, 8.4vw, 142px);
  height: clamp(86px, 8.4vw, 142px);
  animation: logoFloat 4.8s ease-in-out infinite;
}

.logo-unit::before,
.logo-unit::after {
  content: "";
  position: absolute;
  inset: 4%;
  border-radius: 28%;
  border: 1px solid rgba(111, 248, 255, 0.3);
  transform: rotate(45deg);
  box-shadow: 0 0 24px rgba(61, 238, 255, 0.12), inset 0 0 22px rgba(61, 238, 255, 0.08);
}

.logo-unit::after {
  inset: 17%;
  border-color: rgba(226, 254, 255, 0.2);
  animation: logoHalo 3.8s ease-in-out infinite;
}

.logo-unit:nth-child(2) {
  animation-delay: -1.3s;
}

.logo-unit:nth-child(3) {
  animation-delay: -2.5s;
}

.logo-row img {
  position: relative;
  z-index: 1;
  width: clamp(70px, 6.9vw, 116px);
  height: clamp(70px, 6.9vw, 116px);
  object-fit: contain;
  filter: drop-shadow(0 0 20px rgba(116, 247, 255, 0.22)) drop-shadow(0 12px 22px rgba(0, 0, 0, 0.38));
}

.logo-row img.is-missing {
  display: none;
}

.title-block {
  align-self: center;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(64, 242, 255, 0.36), 0 12px 42px rgba(0, 0, 0, 0.64);
  transform: translateY(-2vh);
}

.title-block .eyebrow {
  margin: 0 0 0.35em;
  color: var(--aqua);
  font-size: clamp(1.25rem, 3.2vh, 2.5rem);
  line-height: 1;
  letter-spacing: 0;
  opacity: 0.9;
}

.title-block h1 {
  margin: 0;
  font-size: clamp(4.75rem, 11.8vh, 10.5rem);
  line-height: 0.88;
  letter-spacing: 0;
  font-weight: 800;
}

.title-block .subtitle {
  margin: 0.7em 0 0;
  color: rgba(245, 253, 255, 0.86);
  font-size: clamp(1.375rem, 3.4vh, 2.625rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.launch-button {
  align-self: center;
  justify-self: center;
  width: clamp(230px, 21vw, 360px);
  height: clamp(250px, 27vh, 390px);
  padding: 0;
  border: 0;
  border-radius: 44% 44% 34% 34%;
  color: var(--white);
  background: transparent;
  outline: none;
  cursor: none;
  transform: translateY(clamp(-18px, -1.5vh, 0px));
  animation: reactorBreath 3.4s ease-in-out infinite;
  filter: drop-shadow(0 0 30px rgba(70, 239, 255, 0.38));
}

.button-aura,
.button-ring,
.button-ticks,
.hand-wave,
.hand-scan,
.button-core {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.button-aura {
  inset: -13%;
  background:
    radial-gradient(circle, rgba(80, 247, 255, 0.26), rgba(40, 175, 255, 0.11) 38%, transparent 68%);
  opacity: 0.78;
  animation: glowBreath 4.6s ease-in-out infinite;
}

.hand-wave {
  border-radius: 50%;
  border: 1px solid rgba(123, 250, 255, 0.42);
  box-shadow: 0 0 34px rgba(61, 238, 255, 0.22), inset 0 0 28px rgba(61, 238, 255, 0.1);
  opacity: 0;
  transform: scale(0.66);
  animation: handWavePulse 3.1s ease-out infinite;
}

.hand-wave-outer {
  inset: 1%;
}

.hand-wave-middle {
  inset: 10%;
  animation-delay: 0.8s;
}

.hand-wave-inner {
  inset: 19%;
  animation-delay: 1.6s;
}

.hand-scan {
  inset: 20% 30% 36%;
  overflow: hidden;
  border-radius: 0;
  opacity: 0.64;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.hand-scan::before {
  content: "";
  position: absolute;
  left: 3%;
  right: 3%;
  top: -18%;
  height: 18%;
  background: linear-gradient(180deg, transparent, rgba(214, 254, 255, 0.76), transparent);
  box-shadow: 0 0 28px rgba(84, 244, 255, 0.72);
  animation: handScanMove 2.8s ease-in-out infinite;
}

.button-core {
  inset: 13% 18% 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.48em;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  text-transform: uppercase;
}
.button-hand {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(58%, 122px);
  aspect-ratio: 1;
  color: var(--aqua);
  filter: drop-shadow(0 0 22px rgba(90, 245, 255, 0.95)) drop-shadow(0 0 58px rgba(30, 142, 255, 0.48));
}

.button-hand::before,
.button-hand::after {
  content: "";
  position: absolute;
  inset: -18%;
  border: 1px solid rgba(72, 245, 255, 0.58);
  transform: rotate(45deg);
  background: rgba(6, 30, 40, 0.14);
  box-shadow: 0 0 24px rgba(72, 245, 255, 0.28), inset 0 0 24px rgba(72, 245, 255, 0.08);
}

.button-hand::after {
  inset: -5%;
  border-color: rgba(72, 245, 255, 0.34);
  background: transparent;
  animation: logoHalo 3.8s ease-in-out infinite;
}
.button-hand img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
}

.button-core .button-label {
  width: min-content;
  min-width: 112px;
  font-size: clamp(0.625rem, 1.3vh, 0.875rem);
  line-height: 1.18;
  letter-spacing: 0;
  color: rgba(247, 253, 255, 0.86);
}

.button-core strong {
  font-size: clamp(1.0625rem, 2.2vh, 1.5rem);
  line-height: 1;
  letter-spacing: 0;
}

.hud-center {
  position: absolute;
  inset: 50%;
  z-index: 3;
  width: min(72vw, 72vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  opacity: 0.58;
  pointer-events: none;
}

.hud-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(98, 244, 255, 0.18);
  box-shadow: inset 0 0 40px rgba(87, 239, 255, 0.06), 0 0 26px rgba(44, 174, 255, 0.09);
}

.hud-ring-outer {
  background: conic-gradient(from 90deg, transparent 0deg 19deg, rgba(112, 250, 255, 0.42) 20deg 22deg, transparent 23deg 88deg, rgba(30, 142, 255, 0.3) 89deg 91deg, transparent 92deg 360deg);
  mask: radial-gradient(circle, transparent 0 78%, #000 79% 80%, transparent 81%);
  animation: rotateClockwise 54s linear infinite;
}

.hud-ring-middle {
  inset: 11%;
  animation: rotateCounter 38s linear infinite;
}

.hud-ring-inner {
  inset: 24%;
  border-style: dashed;
  animation: rotateClockwise 26s linear infinite;
}

.hud-crosshair {
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(126, 250, 255, 0.16), transparent);
}

.hud-crosshair-horizontal {
  left: 16%;
  right: 16%;
  top: calc(50% - 0.5px);
  height: 1px;
}

.hud-crosshair-vertical {
  top: 16%;
  bottom: 16%;
  left: calc(50% - 0.5px);
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(126, 250, 255, 0.16), transparent);
}

.particle-field,
.ripple-layer,
.energy-layer,
.activation-flash,
.scan-line,
.light-sweep,
.vector-field,
.neon-frame {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.vector-field {
  z-index: 4;
  overflow: hidden;
}

.vector-arrow,
.blade {
  position: absolute;
  display: block;
  filter: drop-shadow(0 0 18px rgba(80, 244, 255, 0.72)) drop-shadow(0 0 42px rgba(30, 142, 255, 0.42));
}

.vector-arrow {
  width: clamp(92px, 8.5vw, 162px);
  height: clamp(70px, 6.4vw, 124px);
  opacity: 0.5;
  background:
    linear-gradient(135deg, transparent 0 29%, rgba(72, 245, 255, 0.48) 30% 48%, transparent 49%),
    linear-gradient(45deg, transparent 0 29%, rgba(72, 245, 255, 0.48) 30% 48%, transparent 49%);
  clip-path: polygon(0 0, 38% 0, 100% 50%, 38% 100%, 0 100%, 61% 50%);
  box-shadow: 0 0 18px rgba(72, 245, 255, 0.32), 0 0 58px rgba(72, 245, 255, 0.24), inset 0 0 18px rgba(72, 245, 255, 0.12);
  animation: vectorDrift 4.2s ease-in-out infinite, ledArrowPulse 1.9s ease-in-out infinite;
}
.vector-arrow::before,
.vector-arrow::after {
  content: "";
  position: absolute;
  inset: 8% 0;
  background: rgba(72, 245, 255, 0.22);
  clip-path: inherit;
}

.vector-arrow::before {
  transform: translateX(-30%);
  opacity: 0.62;
}

.vector-arrow::after {
  transform: translateX(-58%);
  opacity: 0.3;
}

.vector-arrow-right {
  transform: scaleX(-1);
}

.vector-arrow-1 {
  left: 13%;
  top: 32%;
}

.vector-arrow-2 {
  left: 24%;
  top: 46%;
  animation-delay: -2.1s;
}

.vector-arrow-3 {
  left: 12%;
  top: 61%;
  animation-delay: -4.2s;
}

.vector-arrow-4 {
  right: 13%;
  top: 32%;
}

.vector-arrow-5 {
  right: 24%;
  top: 46%;
  animation-delay: -2.8s;
}

.vector-arrow-6 {
  right: 12%;
  top: 61%;
  animation-delay: -5s;
}

.blade {
  width: clamp(118px, 12vw, 230px);
  height: 2px;
  opacity: 0.44;
  background: linear-gradient(90deg, transparent, rgba(145, 252, 255, 0.72), transparent);
  box-shadow: 0 0 20px rgba(92, 244, 255, 0.42);
  animation: bladePulse 4.4s ease-in-out infinite;
}

.blade::after {
  content: "";
  position: absolute;
  right: 0;
  top: -6px;
  width: 42px;
  height: 14px;
  background: rgba(132, 251, 255, 0.36);
  clip-path: polygon(0 0, 100% 50%, 0 100%, 26% 50%);
}

.blade-top-left {
  left: 8%;
  top: 23%;
  transform: rotate(29deg);
}

.blade-top-right {
  right: 8%;
  top: 23%;
  transform: rotate(151deg);
  animation-delay: -1.2s;
}

.blade-bottom-left {
  left: 9%;
  bottom: 18%;
  transform: rotate(-29deg);
  animation-delay: -2.4s;
}

.blade-bottom-right {
  right: 9%;
  bottom: 18%;
  transform: rotate(209deg);
  animation-delay: -3.3s;
}

.particle-field {
  z-index: 4;
  overflow: hidden;
}

.particle {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(133, 252, 255, 0.78);
  box-shadow: 0 0 12px rgba(88, 244, 255, 0.82);
  opacity: 0.36;
  transform: translate3d(0, 0, 0);
}

.scan-line {
  z-index: 5;
  height: 1px;
  top: -4%;
  background: linear-gradient(90deg, transparent, rgba(155, 253, 255, 0.62), transparent);
  box-shadow: 0 0 28px rgba(90, 244, 255, 0.5);
  opacity: 0;
  animation: scanMotion 7.2s ease-in-out infinite;
}

.light-sweep {
  z-index: 4;
  width: 28vw;
  left: -40vw;
  background: linear-gradient(112deg, transparent 0%, rgba(152, 253, 255, 0.05) 42%, rgba(255, 255, 255, 0.14) 50%, rgba(52, 224, 255, 0.07) 58%, transparent 100%);
  transform: skewX(-18deg);
  opacity: 0;
  animation: sweepMotion 9s ease-in-out infinite;
}

.neon-frame {
  z-index: 6;
  inset: clamp(18px, 2vw, 36px);
  opacity: 0.78;
}

.frame-line {
  position: absolute;
  background: linear-gradient(90deg, transparent, var(--line-soft), transparent);
  box-shadow: 0 0 18px rgba(63, 238, 255, 0.24);
}

.frame-line-top,
.frame-line-bottom {
  left: 0;
  right: 0;
  height: 1px;
}

.frame-line-top {
  top: 0;
  animation: borderPulse 5s ease-in-out infinite;
}

.frame-line-bottom {
  bottom: 0;
  animation: borderPulse 5s ease-in-out infinite 1.3s;
}

.frame-line-left,
.frame-line-right {
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--line-soft), transparent);
}

.frame-line-left {
  left: 0;
  animation: borderPulse 5s ease-in-out infinite 0.65s;
}

.frame-line-right {
  right: 0;
  animation: borderPulse 5s ease-in-out infinite 1.95s;
}

.fullscreen-button {
  position: absolute;
  top: clamp(28px, 3vh, 48px);
  right: clamp(30px, 3vw, 58px);
  z-index: 12;
  display: grid;
  place-items: center;
  width: clamp(54px, 5vh, 76px);
  aspect-ratio: 1;
  padding: 0;
  border: 1px solid rgba(72, 245, 255, 0.56);
  background: rgba(2, 16, 24, 0.36);
  color: rgba(230, 254, 255, 0.92);
  box-shadow: 0 0 22px rgba(72, 245, 255, 0.24), inset 0 0 20px rgba(72, 245, 255, 0.08);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  cursor: none;
  touch-action: manipulation;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.fullscreen-button svg {
  width: 46%;
  height: 46%;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: square;
  stroke-linejoin: miter;
  filter: drop-shadow(0 0 10px rgba(72, 245, 255, 0.75));
}

.fullscreen-button:active {
  transform: scale(0.92);
}

.fullscreen-button.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.88);
}

.status-panel {
  position: absolute;
  left: clamp(30px, 3vw, 58px);
  bottom: clamp(28px, 3vh, 52px);
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 300px;
  color: rgba(222, 254, 255, 0.88);
  font-size: clamp(0.875rem, 1.8vh, 1.25rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 0 15px rgba(82, 241, 255, 0.42);
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 14px rgba(98, 246, 255, 0.88);
  animation: statusPulse 2.2s ease-in-out infinite;
}

.ripple-layer {
  z-index: 10;
}

.touch-ripple {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(226, 254, 255, 0.88);
  box-shadow: 0 0 30px rgba(71, 239, 255, 0.72), inset 0 0 28px rgba(71, 239, 255, 0.42);
  transform: translate(-50%, -50%) scale(0.15);
  animation: touchRipple 1.95s cubic-bezier(0.12, 0.66, 0.18, 1) forwards;
}

.energy-layer {
  z-index: 7;
}

.energy-line {
  position: absolute;
  left: var(--line-left);
  top: var(--line-top);
  width: var(--line-length);
  height: 2px;
  transform-origin: 0 50%;
  transform: rotate(var(--line-angle)) scaleX(0);
  background: linear-gradient(90deg, transparent, rgba(134, 252, 255, 0.88), rgba(255, 255, 255, 0.92));
  box-shadow: 0 0 22px rgba(65, 239, 255, 0.84);
  animation: energyTravel 1.45s cubic-bezier(0.14, 0.72, 0.16, 1) forwards;
}

.activation-flash {
  z-index: 12;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.98), rgba(152, 252, 255, 0.68) 22%, rgba(35, 164, 255, 0.18) 54%, transparent 75%);
  opacity: 0;
  transform: scale(0.82);
}

.video-screen,
.opened-screen {
  z-index: 1;
  display: grid;
  place-items: center;
  background: #020b10;
  opacity: 0;
  visibility: hidden;
}

.video-screen.is-visible,
.opened-screen.is-visible {
  z-index: 20;
  opacity: 1;
  visibility: visible;
}

#bumperVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #020b10;
}

.video-fallback {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 24px rgba(72, 245, 255, 0.45), 0 18px 50px rgba(0, 0, 0, 0.62);
}

.video-fallback p {
  display: block;
  margin: 0 0 0.35em;
  color: rgba(201, 252, 255, 0.9);
  font-size: clamp(2.125rem, 6vh, 4.875rem);
  letter-spacing: 0;
}

.video-fallback strong {
  display: block;
  color: var(--white);
  font-size: clamp(3.625rem, 10vh, 8.5rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.opened-screen {
  overflow: hidden;
  background: #ffffff;
}

.final-still-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.opened-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #ffffff;
  opacity: 0;
  pointer-events: none;
}

.opened-screen.is-visible::before {
  animation: finalWhiteFlash 1.25s ease-out forwards;
}

.is-activating .launch-button {
  animation: none;
  transform: translateY(clamp(-18px, -1.5vh, 0px)) scale(1.025);
}

.is-activating .hud-ring,
.is-activating .button-ring-mid,
.is-activating .button-ticks,
.is-activating .hand-wave,
.is-activating .hand-scan::before {
  animation-play-state: paused;
}

.is-activating .button-aura {
  animation: activationAura 1.9s ease-out forwards;
}

.is-activating .particle {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.is-activating .activation-flash {
  animation: activationFlash 2.25s ease-in forwards;
}

.is-fading-out .standby-screen {
  transition: opacity 0.55s ease;
  opacity: 0;
}

@keyframes reactorBreath {
  0%,
  100% {
    transform: translateY(clamp(-18px, -1.5vh, 0px)) scale(1);
  }
  50% {
    transform: translateY(clamp(-18px, -1.5vh, 0px)) scale(1.03);
  }
}

@keyframes glowBreath {
  0%,
  100% {
    opacity: 0.56;
    transform: scale(0.96);
  }
  50% {
    opacity: 0.96;
    transform: scale(1.04);
  }
}

@keyframes logoFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    filter: drop-shadow(0 0 14px rgba(80, 244, 255, 0.2));
  }
  50% {
    transform: translate3d(0, -7px, 0) scale(1.025);
    filter: drop-shadow(0 0 28px rgba(80, 244, 255, 0.42));
  }
}

@keyframes logoHalo {
  0%,
  100% {
    opacity: 0.35;
    transform: rotate(45deg) scale(0.92);
  }
  50% {
    opacity: 0.9;
    transform: rotate(45deg) scale(1.08);
  }
}

@keyframes handWavePulse {
  0% {
    opacity: 0;
    transform: scale(0.58);
  }
  22% {
    opacity: 0.74;
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

@keyframes handScanMove {
  0%,
  100% {
    top: -18%;
    opacity: 0;
  }
  16% {
    opacity: 0.78;
  }
  58% {
    top: 96%;
    opacity: 0.72;
  }
  72% {
    opacity: 0;
  }
}

@keyframes vectorDrift {
  0%,
  100% {
    opacity: 0.58;
    translate: 0 0;
  }
  50% {
    opacity: 0.96;
    translate: 22px 0;
  }
}
@keyframes ledArrowPulse {
  0%,
  100% {
    filter: brightness(0.88) drop-shadow(0 0 14px rgba(72, 245, 255, 0.42)) drop-shadow(0 0 34px rgba(72, 245, 255, 0.26));
  }
  50% {
    filter: brightness(1.25) drop-shadow(0 0 24px rgba(72, 245, 255, 0.72)) drop-shadow(0 0 62px rgba(72, 245, 255, 0.46));
  }
}

@keyframes bladePulse {
  0%,
  100% {
    opacity: 0.18;
    filter: drop-shadow(0 0 8px rgba(80, 244, 255, 0.22));
  }
  50% {
    opacity: 0.62;
    filter: drop-shadow(0 0 18px rgba(80, 244, 255, 0.48));
  }
}

@keyframes rotateClockwise {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateCounter {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes scanMotion {
  0%,
  68% {
    top: -4%;
    opacity: 0;
  }
  72% {
    opacity: 0.58;
  }
  86% {
    opacity: 0.24;
  }
  100% {
    top: 104%;
    opacity: 0;
  }
}

@keyframes sweepMotion {
  0%,
  48% {
    left: -40vw;
    opacity: 0;
  }
  54% {
    opacity: 0.56;
  }
  74% {
    left: 116vw;
    opacity: 0;
  }
  100% {
    left: 116vw;
    opacity: 0;
  }
}

@keyframes borderPulse {
  0%,
  100% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}

@keyframes statusPulse {
  0%,
  100% {
    transform: scale(0.82);
    opacity: 0.72;
  }
  50% {
    transform: scale(1.12);
    opacity: 1;
  }
}

@keyframes touchRipple {
  0% {
    opacity: 0.95;
    transform: translate(-50%, -50%) scale(0.15);
  }
  70% {
    opacity: 0.38;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(34);
  }
}

@keyframes energyTravel {
  0% {
    opacity: 0;
    transform: rotate(var(--line-angle)) scaleX(0);
  }
  16% {
    opacity: 1;
  }
  82% {
    opacity: 1;
    transform: rotate(var(--line-angle)) scaleX(1);
  }
  100% {
    opacity: 0;
    transform: rotate(var(--line-angle)) scaleX(1);
  }
}

@keyframes activationAura {
  0% {
    opacity: 0.9;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(2.25);
  }
}

@keyframes finalWhiteFlash {
  0% {
    opacity: 1;
  }
  46% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes activationFlash {
  0%,
  46% {
    opacity: 0;
    transform: scale(0.82);
  }
  63% {
    opacity: 0.98;
    transform: scale(1.08);
  }
  100% {
    opacity: 0;
    transform: scale(1.38);
  }
}

@media (max-aspect-ratio: 4 / 3) {
  .standby-screen {
    grid-template-rows: minmax(130px, 17vh) 1fr minmax(260px, 31vh);
  }

  .title-block h1 {
    font-size: clamp(4rem, 10.5vh, 7.625rem);
  }

  .status-panel {
    min-width: 0;
    right: clamp(26px, 3vw, 50px);
  }
}

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