:root {
  color-scheme: dark;
  --bg: #040607;
  --bg-soft: #081012;
  --panel: rgba(8, 17, 20, 0.62);
  --panel-strong: rgba(8, 16, 19, 0.88);
  --panel-dark: rgba(4, 10, 12, 0.82);
  --glass: rgba(255, 255, 255, 0.07);
  --ink: #f8fbf4;
  --muted: #a3afa8;
  --subtle: #66736e;
  --line: rgba(255, 255, 255, 0.14);
  --green: #70f066;
  --lime: #9cff72;
  --cyan: #48ddff;
  --logo-cyan: #05c8ff;
  --logo-green: #00ff57;
  --void: #010304;
  --amber: #ffcf5a;
  --magenta: #ff4fb8;
  --deep-cyan: #056a75;
  --hot: #00ff8a;
  --danger: #ff284f;
  --radius: 8px;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.52);
  --glow: 0 0 44px rgba(72, 221, 255, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 8%, rgba(0, 255, 87, 0.15), transparent 21rem),
    radial-gradient(circle at 84% 22%, rgba(5, 200, 255, 0.16), transparent 24rem),
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(135deg, rgba(72, 221, 255, 0.12), transparent 35%),
    linear-gradient(315deg, rgba(255, 207, 90, 0.08), transparent 40%),
    var(--bg);
  background-size: 72px 72px, 72px 72px, auto, auto, auto, auto;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 9px),
    linear-gradient(115deg, transparent 0 28%, rgba(72, 221, 255, 0.12) 39%, transparent 50%),
    linear-gradient(245deg, transparent 0 34%, rgba(255, 207, 90, 0.08) 46%, transparent 58%),
    linear-gradient(180deg, rgba(4, 6, 7, 0.18), rgba(4, 6, 7, 0.92));
  opacity: 0.58;
  mix-blend-mode: screen;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(4, 6, 7, 0.72), rgba(4, 6, 7, 0.96)),
    linear-gradient(90deg, rgba(4, 6, 7, 0.86), rgba(4, 6, 7, 0.28) 48%, rgba(4, 6, 7, 0.88)),
    url("assets/420-night-city.png") center top / cover no-repeat;
  opacity: 0.42;
  filter: saturate(1.08) contrast(1.1);
}

body.is-loading {
  overflow: hidden;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 3rem);
  background:
    linear-gradient(90deg, rgba(1, 4, 5, 0.92), rgba(1, 4, 5, 0.28) 50%, rgba(1, 4, 5, 0.9)),
    linear-gradient(180deg, rgba(2, 6, 8, 0.36), rgba(2, 6, 8, 0.96));
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
  transition: opacity 420ms ease, visibility 420ms ease;
  overflow: hidden;
}

.site-loader::before,
.site-loader::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.site-loader::before {
  background:
    linear-gradient(rgba(72, 221, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 221, 255, 0.07) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, transparent, black 22%, black 78%, transparent);
  animation: grid-drift 4s linear infinite;
}

.site-loader::after {
  background:
    repeating-linear-gradient(0deg, transparent 0 6px, rgba(255, 255, 255, 0.045) 7px),
    radial-gradient(circle at 50% 42%, rgba(72, 221, 255, 0.28), transparent 24rem);
  mix-blend-mode: screen;
  opacity: 0.55;
}

.loader-backdrop {
  position: absolute;
  inset: 0;
  display: grid;
}

.loader-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.16) contrast(1.08);
}

.loader-breach {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  pointer-events: none;
  opacity: 0.46;
  mix-blend-mode: screen;
}

.loader-breach span {
  min-width: 0;
  background:
    linear-gradient(180deg, transparent, rgba(72, 221, 255, 0.18), transparent),
    repeating-linear-gradient(180deg, rgba(156, 255, 114, 0.16) 0 1px, transparent 1px 16px);
  transform: translateY(100%);
  animation: breach-rise 2.8s cubic-bezier(0.76, 0, 0.24, 1) infinite;
}

.loader-breach span:nth-child(2) {
  animation-delay: 280ms;
}

.loader-breach span:nth-child(3) {
  animation-delay: 560ms;
}

.loader-breach span:nth-child(4) {
  animation-delay: 840ms;
}

.loader-breach span:nth-child(5) {
  animation-delay: 1120ms;
}

.site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-shell {
  position: relative;
  display: grid;
  justify-items: start;
  gap: 0.78rem;
  width: min(92vw, 720px);
  padding: clamp(1.2rem, 4vw, 2.25rem);
  border: 1px solid rgba(72, 221, 255, 0.48);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(72, 221, 255, 0.18), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.026)),
    rgba(2, 8, 10, 0.78);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.7), 0 0 70px rgba(72, 221, 255, 0.24);
  backdrop-filter: blur(28px) saturate(140%);
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 28px 100%, 0 calc(100% - 28px));
}

.loader-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(72, 221, 255, 0.2) 42%, transparent 50%),
    linear-gradient(315deg, transparent 0 35%, rgba(112, 240, 102, 0.14) 44%, transparent 54%);
  opacity: 0.65;
  animation: loader-scan 2.8s linear infinite;
}

.loader-tag,
.loader-mark,
.loader-shell p,
.loader-shell a,
.loader-shell strong,
.loader-matrix,
.loader-line {
  position: relative;
  z-index: 1;
}

.loader-tag {
  min-height: 28px;
  padding: 0.35rem 0.55rem;
  border: 1px solid rgba(156, 255, 114, 0.34);
  color: var(--lime);
  background: rgba(7, 34, 24, 0.48);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.loader-mark {
  color: #07f3bb;
  font-family: "Rubik Pixels", Rajdhani, sans-serif;
  font-size: clamp(4.6rem, 16vw, 9rem);
  font-weight: 400;
  line-height: 0.78;
  text-shadow: 0 0 30px rgba(72, 221, 255, 0.54), 0 0 70px rgba(112, 240, 102, 0.28);
  animation: logo-pulse 1.5s ease-in-out infinite, chroma-jolt 3.4s steps(1, end) infinite;
}

.loader-shell p {
  margin: 0;
  color: var(--ink);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.loader-shell strong {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.loader-matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  width: 100%;
}

.loader-matrix span {
  min-height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(72, 221, 255, 0.22);
  color: #d9fff8;
  background: rgba(255, 255, 255, 0.045);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.loader-rings {
  position: absolute;
  inset: auto clamp(1rem, 4vw, 2rem) clamp(1rem, 4vw, 2rem) auto;
  width: clamp(92px, 16vw, 142px);
  aspect-ratio: 1;
  pointer-events: none;
}

.loader-rings span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(72, 221, 255, 0.32);
  border-radius: 999px;
  box-shadow: 0 0 28px rgba(72, 221, 255, 0.12);
  animation: ring-bloom 1.8s ease-out infinite;
}

.loader-rings span:nth-child(2) {
  animation-delay: 620ms;
}

.loader-rings span:nth-child(3) {
  animation-delay: 1240ms;
}

.loader-line {
  width: 100%;
  height: 8px;
  overflow: hidden;
  border: 1px solid rgba(72, 221, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.loader-line span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), #c8fbff, var(--green));
  box-shadow: 0 0 24px rgba(72, 221, 255, 0.48);
  transform-origin: left center;
  animation: loader-fill 1.8s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.loader-skip {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 1rem;
  border: 1px solid rgba(72, 221, 255, 0.4);
  border-radius: var(--radius);
  color: var(--cyan);
  background: rgba(72, 221, 255, 0.08);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.loader-skip:hover {
  transform: translateY(-2px);
  background: rgba(72, 221, 255, 0.14);
}

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

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: 72px;
  padding: 0.7rem clamp(1rem, 4vw, 3rem);
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(0, 255, 87, 0.09), transparent 18%, transparent 82%, rgba(5, 200, 255, 0.1)),
    linear-gradient(180deg, rgba(1, 4, 5, 0.94), rgba(1, 7, 9, 0.76));
  backdrop-filter: blur(22px);
}

.site-header::after {
  content: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: Rajdhani, Inter, sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(0, 255, 87, 0.42)) drop-shadow(0 0 30px rgba(5, 200, 255, 0.22));
}

nav {
  display: flex;
  justify-content: center;
  gap: clamp(0.85rem, 2.5vw, 2.5rem);
  color: var(--muted);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

nav a,
.site-footer a {
  position: relative;
  transition: color 180ms ease;
}

nav a:hover,
.site-footer a:hover {
  color: var(--green);
}

nav a::before {
  content: "";
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.45rem;
  border-radius: 999px;
  background: var(--cyan);
  opacity: 0;
  transition: opacity 180ms ease;
}

nav a:hover::before {
  opacity: 1;
}

.nav-cta,
.button,
.profile-button,
.loader-skip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-family: Rajdhani, Inter, sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-cta {
  padding: 0 1rem;
  border-color: rgba(0, 255, 87, 0.46);
  color: #061113;
  background: linear-gradient(135deg, var(--logo-green), var(--logo-cyan));
  box-shadow: 0 0 28px rgba(5, 200, 255, 0.18);
  clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.nav-cta {
  min-width: 132px;
}

.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 360px);
  align-items: center;
  gap: clamp(1.6rem, 4vw, 4rem);
  padding: clamp(8.4rem, 14vh, 11rem) clamp(1rem, 5vw, 5rem) clamp(2rem, 5vw, 3.4rem);
  overflow: hidden;
  isolation: isolate;
  --hero-x: 52%;
  --hero-y: 42%;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--hero-x) var(--hero-y), rgba(0, 255, 87, 0.22), transparent 15rem),
    radial-gradient(circle at 72% 38%, rgba(5, 200, 255, 0.2), transparent 18rem),
    linear-gradient(90deg, rgba(1, 3, 4, 0.94), rgba(4, 6, 7, 0.34) 46%, rgba(1, 3, 4, 0.9)),
    linear-gradient(180deg, rgba(4, 6, 7, 0.08), transparent 56%, rgba(4, 6, 7, 0.96));
  pointer-events: none;
  z-index: -1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 7%, rgba(0, 255, 87, 0.22) 7.15%, transparent 7.35%),
    linear-gradient(90deg, transparent 0 86%, rgba(5, 200, 255, 0.22) 86.15%, transparent 86.35%),
    repeating-linear-gradient(115deg, transparent 0 32px, rgba(255, 255, 255, 0.04) 33px, transparent 34px),
    repeating-linear-gradient(180deg, transparent 0 13px, rgba(72, 221, 255, 0.04) 14px);
  mix-blend-mode: screen;
  opacity: 0.82;
  animation: signal-warp 7s ease-in-out infinite;
}

.broadcast-rail {
  position: absolute;
  top: clamp(5.4rem, 9vh, 7rem);
  left: clamp(1rem, 5vw, 5rem);
  right: clamp(1rem, 5vw, 5rem);
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 0.8rem;
  align-items: center;
  min-height: 40px;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(72, 221, 255, 0.22);
  background:
    linear-gradient(90deg, rgba(0, 255, 87, 0.12), transparent 28%, rgba(5, 200, 255, 0.09)),
    rgba(1, 7, 9, 0.68);
  color: #dfffee;
  font-family: Rajdhani, Inter, sans-serif;
  font-size: clamp(0.72rem, 1.2vw, 0.92rem);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  backdrop-filter: blur(18px);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.broadcast-rail span {
  min-width: 0;
  white-space: nowrap;
}

.broadcast-rail span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--logo-green);
}

.broadcast-rail span:last-child {
  color: var(--logo-cyan);
  text-shadow: 0 0 18px rgba(5, 200, 255, 0.42);
}

.hero-media {
  position: absolute;
  inset: 0;
  opacity: 1;
  filter: none;
  pointer-events: none;
  z-index: -2;
}

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

.hero-media::before {
  background:
    repeating-linear-gradient(90deg, rgba(72, 221, 255, 0.08) 0 1px, transparent 1px 86px),
    repeating-linear-gradient(0deg, transparent 0 7px, rgba(255, 255, 255, 0.035) 8px);
  mix-blend-mode: screen;
  opacity: 0.52;
}

.hero-media::after {
  background:
    linear-gradient(115deg, transparent 0 37%, rgba(72, 221, 255, 0.24) 45%, transparent 53%),
    radial-gradient(circle at var(--hero-x) var(--hero-y), transparent 0 8rem, rgba(0, 0, 0, 0.2) 17rem);
  animation: loader-scan 4.4s linear infinite, signal-warp 6s ease-in-out infinite;
  opacity: 0.58;
}

.hero-shot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.12) contrast(1.08);
  transition: opacity 520ms ease, transform 900ms ease, filter 520ms ease;
}

.day-shot {
  opacity: 0;
}

.hero[data-mode="day"] .day-shot {
  opacity: 1;
}

.hero[data-mode="day"] .night-shot {
  opacity: 0;
}

.hero[data-mode="day"] .hero-shot {
  filter: saturate(1.02) contrast(1.04) brightness(0.96);
}

.hero-reticle {
  position: absolute;
  left: var(--hero-x);
  top: var(--hero-y);
  width: 154px;
  height: 154px;
  border: 1px solid rgba(5, 200, 255, 0.5);
  border-radius: 0;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 30px rgba(72, 221, 255, 0.12), 0 0 32px rgba(0, 255, 87, 0.22);
  opacity: 0.72;
  clip-path: polygon(0 0, 42% 0, 42% 8%, 58% 8%, 58% 0, 100% 0, 100% 42%, 92% 42%, 92% 58%, 100% 58%, 100% 100%, 58% 100%, 58% 92%, 42% 92%, 42% 100%, 0 100%, 0 58%, 8% 58%, 8% 42%, 0 42%);
  animation: reticle-lock 2.8s ease-in-out infinite;
}

.hero-logo-lock {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 62px;
  margin-bottom: 0.65rem;
  padding: 0.45rem 0.85rem 0.45rem 0.5rem;
  border: 1px solid rgba(72, 221, 255, 0.22);
  background: rgba(2, 11, 13, 0.54);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.hero-logo-lock img {
  width: clamp(56px, 6vw, 82px);
  filter: drop-shadow(0 0 18px rgba(0, 255, 87, 0.5)) drop-shadow(0 0 34px rgba(5, 200, 255, 0.26));
}

.hero-logo-lock span {
  color: var(--lime);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: -1.8rem auto auto -1rem;
  width: clamp(160px, 24vw, 330px);
  height: 5px;
  background: linear-gradient(90deg, var(--hot), var(--cyan), transparent);
  box-shadow: 0 0 28px rgba(0, 255, 138, 0.62), 0 0 60px rgba(72, 221, 255, 0.3);
  transform: skewX(-18deg);
  animation: blade-flicker 2.7s steps(1, end) infinite;
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--cyan);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Rajdhani, Inter, sans-serif;
  letter-spacing: 0;
}

h1 {
  position: relative;
  max-width: 720px;
  font-size: clamp(3.55rem, 7.8vw, 7.5rem);
  line-height: 0.9;
  font-family: "Rubik Pixels", Rajdhani, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  color: #f9fff7;
  text-shadow: 0 0 28px rgba(5, 200, 255, 0.5), 0 0 72px rgba(0, 255, 87, 0.32), 0 10px 0 rgba(0, 0, 0, 0.28);
  filter: drop-shadow(0 0 34px rgba(0, 255, 87, 0.26));
}

h1::before,
h1::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
}

h1::before {
  color: var(--cyan);
  transform: translate(3px, -2px);
  clip-path: inset(0 0 58% 0);
  animation: title-glitch 5.2s steps(1, end) infinite;
}

h1::after {
  color: var(--magenta);
  transform: translate(-3px, 2px);
  clip-path: inset(54% 0 0 0);
  animation: title-glitch 5.2s steps(1, end) infinite reverse;
}

h2 {
  font-size: clamp(2.25rem, 5vw, 5rem);
  line-height: 0.98;
  font-family: "Rubik Pixels", Rajdhani, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.05;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 620px;
  margin: 0.95rem 0 0;
  color: #d7ebe6;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.48;
}

.preview-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  width: min(100%, 690px);
  margin-top: 1.25rem;
}

.preview-stats span {
  min-height: 64px;
  display: grid;
  align-content: center;
  gap: 0.1rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(72, 221, 255, 0.18);
  background: rgba(1, 8, 10, 0.56);
  color: var(--muted);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.preview-stats strong {
  color: var(--lime);
  font-size: 1.05rem;
}

.signal-switcher {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem;
  width: min(100%, 340px);
  margin-top: 1rem;
  padding: 0.25rem;
  border: 1px solid rgba(72, 221, 255, 0.28);
  background: rgba(1, 8, 10, 0.62);
  backdrop-filter: blur(16px);
}

.signal-switcher button {
  min-height: 42px;
  border: 0;
  color: var(--muted);
  background: transparent;
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.signal-switcher button.is-active {
  color: #031012;
  background: linear-gradient(135deg, var(--cyan), var(--green));
}

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

.button {
  min-height: 52px;
  padding: 0 1.25rem;
}

.button.primary {
  border-color: rgba(0, 255, 87, 0.72);
  background: linear-gradient(135deg, var(--logo-green), var(--logo-cyan) 52%, #f3fff6);
  color: #041013;
  box-shadow: 0 18px 55px rgba(72, 221, 255, 0.2);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
  animation: primary-surge 3s ease-in-out infinite;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.026));
  color: var(--ink);
}

.button:hover,
.profile-button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

.hero-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.68rem;
  align-self: end;
  padding: 1rem;
  border: 1px solid rgba(127, 238, 255, 0.34);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.026)),
    linear-gradient(145deg, rgba(72, 221, 255, 0.12), rgba(0, 255, 138, 0.055) 52%, rgba(255, 255, 255, 0.025)),
    rgba(2, 10, 12, 0.74);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.58), 0 0 44px rgba(72, 221, 255, 0.13);
  backdrop-filter: blur(22px) saturate(130%);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(72, 221, 255, 0.42), transparent 34%) top left / 100% 1px no-repeat,
    linear-gradient(180deg, rgba(72, 221, 255, 0.32), transparent 30%) top left / 1px 100% no-repeat,
    radial-gradient(circle at 86% 18%, rgba(0, 255, 138, 0.12), transparent 8rem);
  opacity: 0.78;
}

.panel-topline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.panel-topline em {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 0.6rem;
  border: 1px solid rgba(0, 255, 138, 0.3);
  border-radius: 999px;
  color: var(--hot);
  background: rgba(0, 255, 138, 0.075);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-panel a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  min-height: 46px;
  align-items: center;
  border: 1px solid rgba(72, 221, 255, 0.5);
  border-radius: 6px;
  color: #031012;
  background: linear-gradient(135deg, var(--hot), var(--cyan));
  font-family: Rajdhani, Inter, sans-serif;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 16px 40px rgba(72, 221, 255, 0.14);
}

.hero-panel small {
  position: relative;
  z-index: 1;
  width: max-content;
  max-width: 100%;
  padding: 0.42rem 0.58rem;
  border: 1px solid rgba(72, 221, 255, 0.2);
  border-radius: 999px;
  color: #d9fff8;
  background: rgba(72, 221, 255, 0.055);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-panel span,
.team-count {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-panel strong {
  position: relative;
  z-index: 1;
  font-family: Rajdhani, Inter, sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  letter-spacing: 0.03em;
}

.hero-panel p {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  color: var(--green);
  font-weight: 800;
}

.frequency-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 0.45rem;
  height: 56px;
  margin: 0.15rem 0;
  padding: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  background:
    linear-gradient(rgba(72, 221, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 221, 255, 0.055) 1px, transparent 1px),
    rgba(255, 255, 255, 0.035);
  background-size: 16px 16px, 16px 16px, auto;
}

.frequency-strip span {
  min-width: 0;
  height: var(--level, 60%);
  border-radius: 999px 999px 2px 2px;
  background: linear-gradient(180deg, #effffb, var(--cyan) 38%, var(--hot));
  box-shadow: 0 0 18px rgba(72, 221, 255, 0.28);
  transform-origin: bottom;
  animation: signal-rise 1.8s ease-in-out infinite;
}

.frequency-strip span:nth-child(2n) {
  animation-delay: 180ms;
}

.frequency-strip span:nth-child(3n) {
  animation-delay: 360ms;
}

.hero-panel i,
.presence-dot {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 18px rgba(110, 231, 95, 0.7);
}

.section {
  position: relative;
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem);
  border-top: 1px solid rgba(72, 221, 255, 0.09);
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(72, 221, 255, 0.05), transparent 62%),
    repeating-linear-gradient(90deg, transparent 0 78px, rgba(255, 255, 255, 0.028) 79px, transparent 80px);
  opacity: 0.72;
}

.section-heading,
.section-kicker {
  max-width: 980px;
  margin-bottom: 1.7rem;
}

.section-heading {
  display: grid;
  gap: 0.85rem;
  position: relative;
  z-index: 1;
}

.section-heading::before {
  content: "01";
  width: max-content;
  min-width: 42px;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid rgba(72, 221, 255, 0.55);
  color: var(--lime);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

#team .section-heading::before {
  content: "02";
}

#spoils .section-heading::before {
  content: "03";
}

#socials .section-heading::before {
  content: "04";
}

#applications .section-heading::before {
  content: "05";
}

.section-heading>p,
.vision-copy {
  color: var(--muted);
  line-height: 1.65;
}

.team-heading {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 460px);
  align-items: end;
  max-width: none;
}

.vision {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(1.5rem, 5vw, 5rem);
}

.vision-copy {
  font-size: 1.04rem;
}

.vision-copy p:first-child {
  margin-top: 0;
}

.feature-grid,
.social-grid,
.ticket-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feature-grid article,
.social-card,
.ticket-card,
.team-card,
.spoil-showcase,
.final-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(72, 221, 255, 0.16);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.022)),
    var(--panel-dark);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(24px) saturate(130%);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.feature-grid article::after,
.social-card::after,
.ticket-card::after,
.team-card::after,
.spoil-showcase::after,
.final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(72, 221, 255, 0.35), transparent 18%) top left / 100% 1px no-repeat,
    linear-gradient(180deg, rgba(72, 221, 255, 0.35), transparent 18%) top left / 1px 100% no-repeat;
  opacity: 0.55;
}

.feature-grid article::before,
.social-card::before,
.ticket-card::before,
.team-card::before,
.spoil-showcase::before,
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(72, 221, 255, 0.11), transparent 34%),
    linear-gradient(315deg, rgba(112, 240, 102, 0.08), transparent 38%);
  opacity: 0.65;
}

.feature-grid article:hover,
.social-card:hover,
.ticket-card:hover,
.team-card:hover,
.spoil-showcase:hover,
.final-cta:hover {
  transform: translateY(-6px) skewX(-0.7deg);
  border-color: rgba(0, 255, 87, 0.5);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.58), 0 0 46px rgba(5, 200, 255, 0.18), 0 0 30px rgba(0, 255, 87, 0.1);
}

.feature-grid article {
  min-height: 210px;
  padding: 1.35rem;
}

.feature-grid span {
  color: var(--amber);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.feature-grid p,
.social-card p,
.ticket-card p,
.spoil-copy p,
.team-meta,
.team-empty {
  color: var(--muted);
  line-height: 1.55;
}

.team-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    rgba(0, 0, 0, 0.16);
}

.spoils-section {
  background:
    radial-gradient(circle at 18% 20%, rgba(72, 221, 255, 0.08), transparent 24rem),
    rgba(255, 255, 255, 0.012);
}

.spoils-heading {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 480px);
  align-items: end;
  max-width: none;
}

.spoil-showcase {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
  align-items: stretch;
  gap: 0;
  min-height: 420px;
}

.spoil-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  gap: 0.85rem;
  padding: clamp(1.35rem, 3vw, 2.2rem);
}

.spoil-copy span {
  width: max-content;
  max-width: 100%;
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(72, 221, 255, 0.32);
  border-radius: 5px;
  color: var(--lime);
  background: rgba(4, 32, 36, 0.58);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.spoil-copy h3 {
  font-size: clamp(1.7rem, 3vw, 3.2rem);
}

.spoil-copy p {
  margin: 0;
  max-width: 420px;
}

.spoil-frame {
  position: relative;
  z-index: 1;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.11);
  background: #05090a;
}

.spoil-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 10, 12, 0.74), transparent 32%);
  pointer-events: none;
}

.spoil-frame img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
  transition: transform 500ms ease, filter 500ms ease;
}

.spoil-showcase:hover .spoil-frame img {
  filter: saturate(1.16) contrast(1.08);
  transform: scale(1.025);
}

.team-groups {
  display: block;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.8rem);
}

.team-card {
  min-height: 468px;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.014)),
    rgba(3, 10, 11, 0.78);
}

.team-card .team-cover+.team-body::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 20%), rgba(72, 221, 255, 0.19), transparent 13rem),
    linear-gradient(135deg, rgba(142, 85, 255, 0.14), transparent 42%);
  opacity: 0;
  transition: opacity 180ms ease;
}

.team-card:hover .team-cover+.team-body::after {
  opacity: 1;
}

.team-cover {
  position: relative;
  min-height: 254px;
  background:
    linear-gradient(145deg, rgba(72, 221, 255, 0.18), rgba(255, 207, 90, 0.12)),
    #071012;
  overflow: hidden;
}

.team-cover::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(180deg, transparent, rgba(3, 8, 9, 0.88));
  pointer-events: none;
}

.team-cover img {
  width: 100%;
  height: 100%;
  min-height: 254px;
  object-fit: contain;
  padding: 1.35rem;
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.01);
  transition: transform 420ms ease, filter 420ms ease;
}

.team-card:hover .team-cover img {
  filter: saturate(1.2) contrast(1.08);
  transform: scale(1.055);
}

.rank-chip,
.presence-chip {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 34px;
  padding: 0 0.75rem;
  border: 1px solid rgba(72, 221, 255, 0.42);
  border-radius: 3px;
  background: rgba(12, 8, 5, 0.58);
  color: var(--lime);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  clip-path: polygon(0 0, calc(100% - 7px) 0, 100% 7px, 100% 100%, 0 100%);
}

.rank-chip {
  left: 1.15rem;
  bottom: 1.15rem;
  border-color: rgba(72, 221, 255, 0.52);
  background: rgba(4, 32, 36, 0.68);
  box-shadow: 0 0 22px rgba(72, 221, 255, 0.14);
}

.presence-chip {
  top: 1.15rem;
  right: 1.15rem;
  color: var(--green);
  border-color: rgba(110, 231, 95, 0.36);
  background: rgba(54, 96, 46, 0.42);
}

.presence-chip.offline {
  color: var(--muted);
  border-color: rgba(255, 255, 255, 0.18);
}

.presence-chip.offline .presence-dot {
  background: #6f7770;
  box-shadow: none;
}

.team-body {
  position: relative;
  display: grid;
  gap: 0.78rem;
  flex: 1;
  padding: 1.45rem 1.35rem 1.25rem;
}

.team-body h4 {
  margin: 0;
  font-family: "Rubik Pixels", Rajdhani, sans-serif;
  font-size: clamp(1.38rem, 1.85vw, 1.9rem);
  font-weight: 400;
  line-height: 1.12;
  text-transform: uppercase;
}

.team-role {
  margin: 0;
  color: var(--muted);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.team-role::before {
  content: "";
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  margin-right: 0.55rem;
  border-radius: 999px;
  background: var(--amber);
}

.team-bio {
  min-height: 3.15rem;
  margin: 0;
  color: color-mix(in srgb, var(--muted), transparent 9%);
  line-height: 1.55;
}

.team-meta {
  margin-top: auto;
  padding-top: 1.05rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.team-empty {
  padding: 1.25rem;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.social-section,
.application-section {
  background: rgba(255, 255, 255, 0.018);
}

.social-card,
.ticket-card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.35rem;
}

.social-card::before,
.ticket-card::before {
  opacity: 0.48;
}

.social-card h3,
.ticket-card h3 {
  position: relative;
  z-index: 1;
}

.social-card p,
.ticket-card p,
.social-card span,
.ticket-card span {
  position: relative;
  z-index: 1;
}

.social-card span,
.ticket-card span {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ticket-card.important {
  background:
    radial-gradient(circle at 82% 0%, rgba(72, 221, 255, 0.2), transparent 17rem),
    linear-gradient(135deg, rgba(112, 240, 102, 0.08), transparent 44%),
    var(--panel-strong);
}

.final-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.35rem;
  margin: 0 clamp(1rem, 5vw, 5rem) clamp(4rem, 7vw, 6rem);
  padding: clamp(1.25rem, 3vw, 2rem);
  background:
    radial-gradient(circle at 8% 12%, rgba(110, 231, 95, 0.17), transparent 18rem),
    radial-gradient(circle at 100% 0%, rgba(72, 221, 255, 0.18), transparent 20rem),
    var(--panel-strong);
}

.final-mark {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
}

.final-mark img {
  width: 72px;
  filter: drop-shadow(0 0 20px rgba(110, 231, 95, 0.38));
}

.final-cta p:not(.eyebrow) {
  margin: 0.5rem 0 0;
  color: var(--muted);
}

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) minmax(150px, 0.7fr) minmax(230px, 0.9fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem) 1.3rem;
  border-top: 1px solid rgba(72, 221, 255, 0.18);
  background:
    linear-gradient(rgba(72, 221, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 221, 255, 0.032) 1px, transparent 1px),
    linear-gradient(180deg, rgba(4, 8, 9, 0.92), rgba(2, 5, 6, 0.98));
  background-size: 72px 72px, 72px 72px, auto;
  color: var(--muted);
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(45deg, rgba(72, 221, 255, 0.04) 0 1px, transparent 1px 12px),
    radial-gradient(circle at 84% 20%, rgba(112, 240, 102, 0.11), transparent 20rem);
  pointer-events: none;
}

.footer-brand-block,
.footer-nav,
.footer-intel,
.footer-connect,
.footer-bottom {
  position: relative;
  z-index: 1;
}

.site-footer strong {
  color: var(--ink);
}

.site-footer p {
  margin: 0;
}

.footer-brand-block {
  display: grid;
  align-content: start;
  gap: 1.25rem;
}

.footer-brand-block>img {
  width: 112px;
  filter: drop-shadow(0 0 22px rgba(112, 240, 102, 0.36));
}

.footer-brand-block>p {
  max-width: 320px;
  line-height: 1.55;
}

.footer-server {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.35rem 1rem;
  max-width: 420px;
  padding: 1rem;
  border: 1px solid rgba(72, 221, 255, 0.16);
  background: rgba(255, 255, 255, 0.025);
}

.footer-server span,
.footer-nav span,
.footer-intel>span,
.footer-connect>span {
  color: var(--cyan);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-server strong {
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
}

.footer-server em {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--lime);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-server i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 14px rgba(112, 240, 102, 0.8);
}

.footer-nav,
.footer-connect {
  display: grid;
  align-content: start;
  gap: 0.8rem;
}

.footer-nav a {
  width: max-content;
  color: var(--muted);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
}

.footer-nav a::before {
  content: "▶";
  margin-right: 0.5rem;
  color: var(--cyan);
  font-size: 0.68rem;
}

.footer-intel {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.footer-intel dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.footer-intel div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-intel dt {
  color: var(--muted);
}

.footer-intel dd {
  margin: 0;
  color: var(--lime);
  font-family: Rajdhani, Inter, sans-serif;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.footer-socials {
  display: flex;
  gap: 0.55rem;
}

.footer-socials a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(72, 221, 255, 0.22);
  color: var(--cyan);
  background: rgba(255, 255, 255, 0.03);
  font-family: Rajdhani, Inter, sans-serif;
  font-weight: 900;
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 280px);
  min-height: 54px;
  margin-top: 1rem;
  border: 1px solid rgba(72, 221, 255, 0.5);
  color: #031012;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  font-family: Rajdhani, Inter, sans-serif;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: clamp(1.5rem, 4vw, 3rem);
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom a {
  color: var(--cyan);
  font-family: Rajdhani, Inter, sans-serif;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(72, 221, 255, 0.45);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 650ms ease, transform 650ms ease;
}

@keyframes logo-pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.88;
  }

  50% {
    transform: scale(1.075);
    opacity: 1;
  }
}

@keyframes loader-fill {
  0% {
    transform: scaleX(0);
  }

  72%,
  100% {
    transform: scaleX(1);
  }
}

@keyframes loader-scan {
  from {
    transform: translateX(-40%);
  }

  to {
    transform: translateX(40%);
  }
}

@keyframes grid-drift {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 54px 54px, 54px 54px;
  }
}

@keyframes signal-rise {

  0%,
  100% {
    transform: scaleY(0.62);
    opacity: 0.7;
  }

  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes breach-rise {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  22%,
  62% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}

@keyframes ring-bloom {
  0% {
    transform: scale(0.32);
    opacity: 0;
  }

  28% {
    opacity: 1;
  }

  100% {
    transform: scale(1.15);
    opacity: 0;
  }
}

@keyframes chroma-jolt {

  0%,
  86%,
  100% {
    text-shadow: 0 0 30px rgba(72, 221, 255, 0.54), 0 0 70px rgba(112, 240, 102, 0.28);
  }

  87% {
    text-shadow: 7px 0 0 rgba(255, 79, 184, 0.58), -7px 0 0 rgba(72, 221, 255, 0.58), 0 0 86px rgba(112, 240, 102, 0.42);
  }

  89% {
    text-shadow: -5px 0 0 rgba(255, 79, 184, 0.44), 5px 0 0 rgba(72, 221, 255, 0.44), 0 0 70px rgba(112, 240, 102, 0.28);
  }
}

@keyframes title-glitch {

  0%,
  82%,
  100% {
    opacity: 0;
  }

  83%,
  86% {
    opacity: 0.8;
  }

  88%,
  90% {
    opacity: 0.48;
  }
}

@keyframes reticle-lock {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.92);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@keyframes signal-warp {

  0%,
  100% {
    filter: hue-rotate(0deg);
  }

  50% {
    filter: hue-rotate(24deg);
  }
}

@keyframes primary-surge {

  0%,
  100% {
    box-shadow: 0 18px 55px rgba(72, 221, 255, 0.2);
  }

  50% {
    box-shadow: 0 18px 55px rgba(72, 221, 255, 0.34), 0 0 36px rgba(112, 240, 102, 0.28);
  }
}

@keyframes blade-flicker {

  0%,
  72%,
  100% {
    opacity: 0.92;
    transform: skewX(-18deg) translateX(0);
  }

  73% {
    opacity: 0.28;
    transform: skewX(-18deg) translateX(12px);
  }

  75% {
    opacity: 1;
    transform: skewX(-18deg) translateX(-8px);
  }
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {

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

  .site-loader {
    transition-duration: 1ms !important;
  }
}

@media (max-width: 1120px) {
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  .hero,
  .vision,
  .spoils-heading,
  .spoil-showcase,
  .team-heading,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: calc(100vh - 112px);
    padding-top: 8rem;
  }

  .feature-grid,
  .social-grid,
  .ticket-grid,
  .preview-stats {
    grid-template-columns: 1fr;
  }

  .spoil-frame {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    border-left: 0;
  }

  .spoil-frame::after {
    background: linear-gradient(180deg, rgba(4, 10, 12, 0.52), transparent 38%);
  }

  .final-cta {
    grid-template-columns: auto 1fr;
  }

  .final-cta .button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 0.75rem 1rem;
    row-gap: 0.6rem;
  }

  .brand span {
    max-width: 6ch;
    line-height: 1.05;
    font-size: 0.92rem;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .nav-cta {
    min-height: 38px;
    padding: 0 0.8rem;
    font-size: 0.86rem;
  }

  nav {
    width: 100%;
    justify-content: space-between;
    gap: 0.62rem;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
  }

  nav a::before {
    display: none;
  }

  .broadcast-rail {
    top: 8.2rem;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.45rem;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .broadcast-rail span:nth-child(2) {
    display: none;
  }

  .hero-logo-lock {
    display: none;
  }

  .hero-copy {
    max-width: 100%;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(3rem, 16vw, 4.2rem);
  }

  h2 {
    font-size: clamp(2.1rem, 12vw, 3.4rem);
  }

  .hero {
    padding-top: 7rem;
  }

  .loader-matrix {
    grid-template-columns: 1fr;
  }

  .loader-rings {
    opacity: 0.55;
  }

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

  .preview-stats {
    gap: 0.45rem;
    margin-top: 1rem;
  }

  .preview-stats span {
    min-height: 54px;
    padding: 0.62rem 0.75rem;
    font-size: 0.8rem;
  }

  .hero-panel {
    padding: 1rem;
    margin-top: 0.25rem;
  }

  .frequency-strip {
    height: 46px;
  }

  .team-grid,
  .final-cta,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .team-grid {
    display: grid;
  }

  .section {
    padding: 3.5rem 1rem;
  }

  .social-card,
  .ticket-card,
  .feature-grid article {
    min-height: 180px;
  }

  .final-cta {
    margin-inline: 1rem;
  }

  .footer-bottom {
    display: grid;
    justify-items: start;
  }
}

/* Color system and full-site mode switch */
:root {
  --accent: #44f2d5;
  --accent-2: #8f7dff;
  --accent-3: #a4ff6f;
  --warn: #ffd166;
  --accent-rgb: 68, 242, 213;
  --accent-2-rgb: 143, 125, 255;
  --accent-3-rgb: 164, 255, 111;
}

body[data-theme="night"] {
  --ink: #f6fff8;
  --muted: #b5c5bd;
  --subtle: #73817b;
  --line: rgba(68, 242, 213, 0.24);
  --green: var(--accent-3);
  --lime: var(--accent-3);
  --cyan: var(--accent);
  --logo-cyan: var(--accent);
  --logo-green: var(--accent-3);
  --amber: var(--warn);
  --magenta: var(--accent-2);
  --hot: var(--accent);
  --shadow: 0 30px 100px rgba(0, 0, 0, 0.62), 0 0 42px rgba(var(--accent-rgb), 0.08);
  background:
    radial-gradient(circle at 70% 18%, rgba(var(--accent-rgb), 0.2), transparent 20rem),
    radial-gradient(circle at 18% 74%, rgba(var(--accent-2-rgb), 0.12), transparent 24rem),
    linear-gradient(180deg, rgba(3, 5, 6, 0.72), rgba(3, 5, 6, 0.96)),
    linear-gradient(90deg, rgba(1, 3, 4, 0.94), rgba(1, 3, 4, 0.22) 47%, rgba(1, 3, 4, 0.9)),
    url("assets/420-night-city.png") center top / cover fixed no-repeat;
}

body[data-theme="day"] {
  --bg: #d9e1da;
  --bg-soft: #edf3ef;
  --panel: rgba(242, 247, 243, 0.72);
  --panel-strong: rgba(236, 244, 239, 0.9);
  --panel-dark: rgba(233, 241, 236, 0.8);
  --glass: rgba(255, 255, 255, 0.42);
  --ink: #101716;
  --muted: #374843;
  --subtle: #62716c;
  --line: rgba(20, 121, 113, 0.24);
  --green: #1e7f44;
  --lime: #277b4f;
  --cyan: #117d8b;
  --logo-cyan: #0c7d96;
  --logo-green: #1f8a50;
  --amber: #9a6a13;
  --magenta: #4d4bb4;
  --hot: #0d8f7c;
  --accent: #0f8d80;
  --accent-2: #4f5fe0;
  --accent-3: #287e4b;
  --warn: #b98216;
  --accent-rgb: 15, 141, 128;
  --accent-2-rgb: 79, 95, 224;
  --accent-3-rgb: 40, 126, 75;
  --shadow: 0 26px 80px rgba(21, 42, 38, 0.2), 0 0 36px rgba(var(--accent-rgb), 0.08);
  background:
    radial-gradient(circle at 74% 12%, rgba(var(--accent-rgb), 0.2), transparent 21rem),
    radial-gradient(circle at 14% 72%, rgba(var(--accent-2-rgb), 0.12), transparent 22rem),
    linear-gradient(180deg, rgba(235, 243, 238, 0.72), rgba(212, 224, 218, 0.92)),
    linear-gradient(90deg, rgba(233, 242, 237, 0.92), rgba(233, 242, 237, 0.26) 48%, rgba(233, 242, 237, 0.84)),
    url("assets/420-day-city.png") center top / cover fixed no-repeat;
  color: var(--ink);
}

body,
.site-header,
.hero::before,
.hero::after,
.hero-shot,
.broadcast-rail,
.hero-logo-lock,
.preview-stats span,
.signal-switcher,
.hero-panel,
.feature-grid article,
.social-card,
.ticket-card,
.team-card,
.spoil-showcase,
.final-cta,
.footer-server,
.footer-socials a,
.site-footer {
  transition:
    background 520ms ease,
    border-color 360ms ease,
    box-shadow 360ms ease,
    color 260ms ease,
    filter 520ms ease,
    opacity 360ms ease;
}

body[data-theme="night"]::before {
  background:
    linear-gradient(180deg, rgba(var(--accent-rgb), 0.06), transparent 18%, transparent 78%, rgba(var(--accent-2-rgb), 0.05)),
    repeating-linear-gradient(90deg, transparent 0 118px, rgba(var(--accent-rgb), 0.045) 119px, transparent 120px),
    repeating-linear-gradient(0deg, transparent 0 9px, rgba(255, 255, 255, 0.026) 10px);
}

body[data-theme="night"]::after {
  background:
    linear-gradient(180deg, rgba(4, 7, 8, 0.52), rgba(4, 7, 8, 0.98)),
    url("assets/420-night-city.png") center 34% / cover fixed no-repeat;
  filter: saturate(0.96) contrast(1.16) brightness(0.5);
  opacity: 0.34;
}

body[data-theme="day"]::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 24%, transparent 72%, rgba(var(--accent-rgb), 0.08)),
    repeating-linear-gradient(90deg, transparent 0 118px, rgba(15, 141, 128, 0.055) 119px, transparent 120px),
    repeating-linear-gradient(0deg, transparent 0 10px, rgba(16, 23, 22, 0.028) 11px);
  opacity: 0.54;
}

body[data-theme="day"]::after {
  background:
    linear-gradient(180deg, rgba(244, 249, 246, 0.22), rgba(224, 234, 228, 0.7)),
    url("assets/420-day-city.png") center 34% / cover fixed no-repeat;
  filter: saturate(0.96) contrast(1.08) brightness(1.04);
  opacity: 0.32;
}

body[data-theme="day"] .site-header {
  border-bottom-color: rgba(15, 141, 128, 0.22);
  background:
    linear-gradient(180deg, rgba(239, 247, 243, 0.84), rgba(227, 238, 232, 0.62)),
    url("assets/420-day-city.png") center 12% / cover no-repeat;
  box-shadow: 0 18px 55px rgba(25, 45, 41, 0.18);
}

body[data-theme="day"] .hero::before {
  background:
    linear-gradient(90deg, rgba(236, 245, 240, 0.88), rgba(236, 245, 240, 0.24) 48%, rgba(236, 245, 240, 0.78)),
    linear-gradient(180deg, rgba(236, 245, 240, 0.04), rgba(236, 245, 240, 0.28) 56%, rgba(236, 245, 240, 0.92));
}

body[data-theme="day"] .hero::after {
  background:
    linear-gradient(90deg, transparent 0 7%, rgba(var(--accent-rgb), 0.24) 7.08%, transparent 7.24%),
    linear-gradient(90deg, transparent 0 86%, rgba(var(--accent-2-rgb), 0.18) 86.08%, transparent 86.24%),
    repeating-linear-gradient(115deg, transparent 0 34px, rgba(16, 23, 22, 0.05) 35px, transparent 36px);
}

body[data-theme="day"] .hero-shot {
  filter: saturate(0.94) contrast(1.08) brightness(1.05);
}

body[data-theme="night"] .hero-shot {
  filter: saturate(0.95) contrast(1.16) brightness(0.78);
}

body[data-theme="day"] .day-shot {
  opacity: 1;
}

body[data-theme="day"] .night-shot {
  opacity: 0;
}

body[data-theme="day"] .brand img,
body[data-theme="day"] .hero-logo-lock img,
body[data-theme="day"] .footer-brand-block>img,
body[data-theme="day"] .final-mark img,
body[data-theme="day"] .team-cover img {
  filter: saturate(0.95) contrast(1.08) drop-shadow(0 14px 28px rgba(23, 44, 40, 0.24));
}

body[data-theme="night"] .brand img,
body[data-theme="night"] .hero-logo-lock img,
body[data-theme="night"] .footer-brand-block>img,
body[data-theme="night"] .final-mark img {
  filter: saturate(1.04) contrast(1.1) drop-shadow(0 0 22px rgba(var(--accent-rgb), 0.28));
}

.site-header::after,
.hero-copy::before,
.section-heading::before,
.footer-bottom a {
  border-color: rgba(var(--accent-rgb), 0.55);
}

.site-header::after {
  background: linear-gradient(90deg, transparent, rgba(var(--accent-rgb), 0.52), rgba(var(--accent-2-rgb), 0.34), transparent);
}

nav a:hover,
.site-footer a:hover,
.broadcast-rail span:first-child,
.broadcast-rail span:last-child,
.hero-logo-lock span,
.eyebrow,
.preview-stats strong,
.section-heading::before,
.feature-grid span,
.spoil-copy span,
.social-card span,
.ticket-card span,
.footer-server span,
.footer-nav span,
.footer-connect>span,
.footer-bottom a {
  color: var(--accent);
}

nav a::before,
.team-role::before {
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.brand span,
h1,
h2,
h3,
.hero-panel strong,
.team-body h4 {
  text-shadow: 0 0 26px rgba(var(--accent-rgb), 0.12);
}

.nav-cta,
.button,
.hero-panel a,
.footer-cta {
  border-color: rgba(var(--accent-rgb), 0.44);
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.18), rgba(var(--accent-2-rgb), 0.12)),
    rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 18px 46px rgba(0, 0, 0, 0.3), 0 0 32px rgba(var(--accent-rgb), 0.12);
}

.button.primary,
.nav-cta,
.hero-panel a,
.footer-cta {
  color: #06100f;
  background:
    linear-gradient(135deg, rgba(var(--accent-3-rgb), 0.92), rgba(var(--accent-rgb), 0.92) 54%, rgba(var(--accent-2-rgb), 0.78)),
    url("assets/420-night-city.png") center / cover no-repeat;
}

body[data-theme="day"] .button.primary,
body[data-theme="day"] .nav-cta,
body[data-theme="day"] .hero-panel a,
body[data-theme="day"] .footer-cta {
  color: #f7fffb;
  background:
    linear-gradient(135deg, rgba(var(--accent-3-rgb), 0.96), rgba(var(--accent-rgb), 0.95) 54%, rgba(var(--accent-2-rgb), 0.82)),
    url("assets/420-day-city.png") center / cover no-repeat;
  box-shadow: 0 18px 44px rgba(14, 92, 83, 0.22), 0 0 28px rgba(var(--accent-rgb), 0.16);
}

.button.secondary {
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.09), rgba(var(--accent-2-rgb), 0.08)),
    rgba(255, 255, 255, 0.035);
}

.button:hover,
.profile-button:hover,
.nav-cta:hover,
.hero-panel a:hover,
.footer-cta:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--accent-rgb), 0.72);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34), 0 0 38px rgba(var(--accent-rgb), 0.26);
}

.broadcast-rail,
.hero-logo-lock,
.preview-stats span,
.signal-switcher,
.hero-panel,
.feature-grid article,
.social-card,
.ticket-card,
.team-card,
.spoil-showcase,
.final-cta,
.footer-server,
.footer-socials a {
  border-color: rgba(var(--accent-rgb), 0.2);
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.09), transparent 30%),
    linear-gradient(315deg, rgba(var(--accent-2-rgb), 0.075), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.025)),
    rgba(8, 12, 13, 0.68);
}

body[data-theme="day"] .broadcast-rail,
body[data-theme="day"] .hero-logo-lock,
body[data-theme="day"] .preview-stats span,
body[data-theme="day"] .signal-switcher,
body[data-theme="day"] .hero-panel,
body[data-theme="day"] .feature-grid article,
body[data-theme="day"] .social-card,
body[data-theme="day"] .ticket-card,
body[data-theme="day"] .team-card,
body[data-theme="day"] .spoil-showcase,
body[data-theme="day"] .final-cta,
body[data-theme="day"] .footer-server,
body[data-theme="day"] .footer-socials a {
  border-color: rgba(var(--accent-rgb), 0.24);
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.12), transparent 28%),
    linear-gradient(315deg, rgba(var(--accent-2-rgb), 0.08), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.28)),
    rgba(237, 246, 241, 0.72);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.hero-panel::before,
.feature-grid article::before,
.social-card::before,
.ticket-card::before,
.team-card::before,
.spoil-showcase::before,
.final-cta::before {
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.16), transparent 34%),
    linear-gradient(315deg, rgba(var(--accent-2-rgb), 0.1), transparent 38%),
    url("assets/420-night-city.png") center / cover no-repeat;
  filter: saturate(0.92) contrast(1.18) brightness(0.42);
  opacity: 0.34;
}

body[data-theme="day"] .hero-panel::before,
body[data-theme="day"] .feature-grid article::before,
body[data-theme="day"] .social-card::before,
body[data-theme="day"] .ticket-card::before,
body[data-theme="day"] .team-card::before,
body[data-theme="day"] .spoil-showcase::before,
body[data-theme="day"] .final-cta::before {
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.18), transparent 34%),
    linear-gradient(315deg, rgba(var(--accent-2-rgb), 0.1), transparent 38%),
    url("assets/420-day-city.png") center / cover no-repeat;
  filter: saturate(0.88) contrast(1.08) brightness(1.02);
  opacity: 0.24;
}

.hero-panel::after,
.feature-grid article::after,
.social-card::after,
.ticket-card::after,
.team-card::after,
.spoil-showcase::after,
.final-cta::after {
  background:
    linear-gradient(90deg, rgba(var(--accent-rgb), 0.72), rgba(var(--accent-2-rgb), 0.22), transparent 28%) top left / 100% 1px no-repeat,
    linear-gradient(180deg, rgba(var(--accent-rgb), 0.42), transparent 32%) top left / 1px 100% no-repeat;
}

.feature-grid article:hover,
.social-card:hover,
.ticket-card:hover,
.team-card:hover,
.spoil-showcase:hover,
.final-cta:hover {
  border-color: rgba(var(--accent-rgb), 0.5);
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.55), 0 0 48px rgba(var(--accent-rgb), 0.2), 0 0 28px rgba(var(--accent-2-rgb), 0.12);
}

body[data-theme="day"] .feature-grid article:hover,
body[data-theme="day"] .social-card:hover,
body[data-theme="day"] .ticket-card:hover,
body[data-theme="day"] .team-card:hover,
body[data-theme="day"] .spoil-showcase:hover,
body[data-theme="day"] .final-cta:hover {
  box-shadow: 0 36px 90px rgba(25, 45, 41, 0.24), 0 0 40px rgba(var(--accent-rgb), 0.18);
}

.signal-switcher {
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.12), rgba(var(--accent-2-rgb), 0.08)),
    rgba(255, 255, 255, 0.035);
}

.signal-switcher button.is-active {
  color: #06100f;
  background: linear-gradient(135deg, var(--accent-3), var(--accent), var(--accent-2));
  box-shadow: 0 0 26px rgba(var(--accent-rgb), 0.24);
}

body[data-theme="day"] .signal-switcher button.is-active {
  color: #f7fffb;
}

.panel-topline em,
.hero-panel small,
.rank-chip,
.presence-chip,
.spoil-copy span {
  border-color: rgba(var(--accent-rgb), 0.28);
  color: var(--accent);
  background: rgba(var(--accent-rgb), 0.095);
}

.hero-panel i,
.presence-dot,
.footer-server i {
  background: var(--accent-3);
  box-shadow: 0 0 18px rgba(var(--accent-3-rgb), 0.72);
}

.frequency-strip {
  border-color: rgba(var(--accent-rgb), 0.18);
  background:
    linear-gradient(rgba(var(--accent-rgb), 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--accent-rgb), 0.08) 1px, transparent 1px),
    rgba(255, 255, 255, 0.035);
}

.frequency-strip span {
  background: linear-gradient(180deg, var(--accent-3), var(--accent), var(--accent-2));
  box-shadow: 0 0 18px rgba(var(--accent-rgb), 0.24);
}

.team-cover {
  background:
    linear-gradient(180deg, rgba(var(--accent-rgb), 0.1), rgba(8, 9, 11, 0.72)),
    url("assets/420-night-city.png") center / cover no-repeat;
}

body[data-theme="day"] .team-cover {
  background:
    linear-gradient(180deg, rgba(239, 247, 243, 0.24), rgba(239, 247, 243, 0.72)),
    url("assets/420-day-city.png") center / cover no-repeat;
}

body[data-theme="day"] .ticket-card.important,
body[data-theme="day"] .final-cta,
body[data-theme="day"] .site-footer {
  background:
    linear-gradient(180deg, rgba(234, 244, 238, 0.84), rgba(218, 231, 224, 0.94)),
    url("assets/420-day-city.png") center / cover no-repeat;
}

body[data-theme="night"] .ticket-card.important,
body[data-theme="night"] .final-cta,
body[data-theme="night"] .site-footer {
  background:
    linear-gradient(180deg, rgba(5, 10, 11, 0.82), rgba(5, 10, 11, 0.94)),
    url("assets/420-night-city.png") center / cover no-repeat;
}

body[data-theme="day"] .spoil-frame img {
  filter: saturate(0.94) contrast(1.08) brightness(1.02);
}

body[data-theme="night"] .spoil-frame img {
  filter: saturate(0.92) contrast(1.16) brightness(0.84);
}

body[data-theme="day"] a:focus-visible,
body[data-theme="day"] button:focus-visible,
a:focus-visible,
button:focus-visible {
  outline-color: var(--accent);
}

/* Logo-driven palette refinement */
:root {
  --logo-green-rgb: 0, 255, 87;
  --logo-cyan-rgb: 5, 200, 255;
  --black-rgb: 2, 3, 4;
}

body[data-theme="night"] {
  --bg: #020304;
  --bg-soft: #050809;
  --panel: rgba(3, 7, 8, 0.68);
  --panel-strong: rgba(3, 7, 8, 0.9);
  --panel-dark: rgba(1, 3, 4, 0.86);
  --ink: #effff4;
  --muted: #a8bcb5;
  --subtle: #697972;
  --accent: #00ff57;
  --accent-2: #05c8ff;
  --accent-3: #b7ff6b;
  --warn: #ffce63;
  --accent-rgb: var(--logo-green-rgb);
  --accent-2-rgb: var(--logo-cyan-rgb);
  --accent-3-rgb: 183, 255, 107;
  background:
    radial-gradient(circle at 68% 18%, rgba(var(--logo-cyan-rgb), 0.16), transparent 21rem),
    radial-gradient(circle at 20% 68%, rgba(var(--logo-green-rgb), 0.17), transparent 23rem),
    linear-gradient(180deg, rgba(var(--black-rgb), 0.76), rgba(var(--black-rgb), 0.98)),
    linear-gradient(90deg, rgba(var(--black-rgb), 0.96), rgba(var(--black-rgb), 0.28) 47%, rgba(var(--black-rgb), 0.92)),
    url("assets/420-night-city.png") center top / cover fixed no-repeat;
}

body[data-theme="day"] {
  --bg: #15100b;
  --bg-soft: #21170f;
  --panel: rgba(35, 24, 15, 0.72);
  --panel-strong: rgba(30, 21, 14, 0.9);
  --panel-dark: rgba(22, 15, 10, 0.84);
  --glass: rgba(255, 178, 89, 0.1);
  --ink: #fff1d5;
  --muted: #dfc29a;
  --subtle: #a28461;
  --line: rgba(255, 181, 93, 0.26);
  --green: #00ff57;
  --lime: #8cff5f;
  --cyan: #05c8ff;
  --logo-cyan: #05c8ff;
  --logo-green: #00ff57;
  --amber: #ffb85c;
  --magenta: #ff7a47;
  --hot: #ffb85c;
  --accent: #ffb85c;
  --accent-2: #00ff57;
  --accent-3: #05c8ff;
  --warn: #ffd27a;
  --accent-rgb: 255, 184, 92;
  --accent-2-rgb: var(--logo-green-rgb);
  --accent-3-rgb: var(--logo-cyan-rgb);
  --shadow: 0 28px 92px rgba(4, 3, 2, 0.54), 0 0 36px rgba(255, 184, 92, 0.1);
  background:
    radial-gradient(circle at 76% 10%, rgba(255, 184, 92, 0.22), transparent 23rem),
    radial-gradient(circle at 18% 70%, rgba(var(--logo-green-rgb), 0.12), transparent 24rem),
    radial-gradient(circle at 56% 36%, rgba(var(--logo-cyan-rgb), 0.1), transparent 20rem),
    linear-gradient(180deg, rgba(25, 17, 10, 0.78), rgba(10, 7, 5, 0.96)),
    linear-gradient(90deg, rgba(9, 7, 5, 0.94), rgba(35, 24, 15, 0.3) 48%, rgba(9, 7, 5, 0.9)),
    url("assets/420-day-city.png") center top / cover fixed no-repeat;
  color: var(--ink);
}

body[data-theme="day"]::before {
  background:
    linear-gradient(180deg, rgba(255, 184, 92, 0.12), transparent 22%, transparent 72%, rgba(var(--logo-green-rgb), 0.07)),
    repeating-linear-gradient(90deg, transparent 0 118px, rgba(255, 184, 92, 0.055) 119px, transparent 120px),
    repeating-linear-gradient(0deg, transparent 0 10px, rgba(255, 232, 194, 0.03) 11px);
  opacity: 0.46;
}

body[data-theme="day"]::after {
  background:
    linear-gradient(180deg, rgba(47, 29, 14, 0.18), rgba(13, 8, 5, 0.78)),
    url("assets/420-day-city.png") center 34% / cover fixed no-repeat;
  filter: sepia(0.34) saturate(1.12) contrast(1.08) brightness(0.72);
  opacity: 0.42;
}

body[data-theme="day"] .site-header {
  border-bottom-color: rgba(255, 184, 92, 0.24);
  background:
    linear-gradient(180deg, rgba(25, 17, 10, 0.88), rgba(25, 17, 10, 0.6)),
    url("assets/420-day-city.png") center 12% / cover no-repeat;
  box-shadow: 0 18px 55px rgba(4, 3, 2, 0.38);
}

body[data-theme="day"] .hero::before {
  background:
    linear-gradient(90deg, rgba(12, 8, 5, 0.94), rgba(28, 18, 10, 0.28) 48%, rgba(12, 8, 5, 0.86)),
    linear-gradient(180deg, rgba(21, 13, 7, 0.12), rgba(21, 13, 7, 0.4) 56%, rgba(8, 5, 3, 0.94));
}

body[data-theme="day"] .hero-shot {
  filter: sepia(0.26) saturate(1.08) contrast(1.08) brightness(0.82);
}

body[data-theme="day"] h1,
body[data-theme="day"] h2,
body[data-theme="day"] h3,
body[data-theme="day"] .brand span,
body[data-theme="day"] .hero-panel strong,
body[data-theme="day"] .team-body h4 {
  color: #fff1d5;
  text-shadow: 0 0 26px rgba(255, 184, 92, 0.16), 0 12px 38px rgba(0, 0, 0, 0.42);
}

body[data-theme="day"] .broadcast-rail,
body[data-theme="day"] .hero-logo-lock,
body[data-theme="day"] .preview-stats span,
body[data-theme="day"] .signal-switcher,
body[data-theme="day"] .hero-panel,
body[data-theme="day"] .feature-grid article,
body[data-theme="day"] .social-card,
body[data-theme="day"] .ticket-card,
body[data-theme="day"] .team-card,
body[data-theme="day"] .spoil-showcase,
body[data-theme="day"] .final-cta,
body[data-theme="day"] .footer-server,
body[data-theme="day"] .footer-socials a {
  border-color: rgba(255, 184, 92, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 184, 92, 0.13), transparent 30%),
    linear-gradient(315deg, rgba(var(--logo-green-rgb), 0.07), transparent 34%),
    linear-gradient(180deg, rgba(255, 224, 170, 0.08), rgba(255, 184, 92, 0.025)),
    rgba(23, 15, 9, 0.74);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 223, 170, 0.11);
}

body[data-theme="day"] .button.primary,
body[data-theme="day"] .nav-cta,
body[data-theme="day"] .hero-panel a,
body[data-theme="day"] .footer-cta {
  color: #060403;
  background:
    linear-gradient(135deg, rgba(255, 184, 92, 0.98), rgba(var(--logo-green-rgb), 0.9) 52%, rgba(var(--logo-cyan-rgb), 0.84)),
    url("assets/420-day-city.png") center / cover no-repeat;
  box-shadow: 0 18px 44px rgba(4, 3, 2, 0.36), 0 0 30px rgba(255, 184, 92, 0.22);
}

body[data-theme="day"] .button.secondary {
  background:
    linear-gradient(135deg, rgba(255, 184, 92, 0.11), rgba(var(--logo-cyan-rgb), 0.065)),
    rgba(11, 7, 4, 0.4);
}

body[data-theme="day"] nav a:hover,
body[data-theme="day"] .site-footer a:hover,
body[data-theme="day"] .broadcast-rail span:first-child,
body[data-theme="day"] .broadcast-rail span:last-child,
body[data-theme="day"] .hero-logo-lock span,
body[data-theme="day"] .eyebrow,
body[data-theme="day"] .preview-stats strong,
body[data-theme="day"] .section-heading::before,
body[data-theme="day"] .feature-grid span,
body[data-theme="day"] .spoil-copy span,
body[data-theme="day"] .social-card span,
body[data-theme="day"] .ticket-card span,
body[data-theme="day"] .footer-server span,
body[data-theme="day"] .footer-nav span,
body[data-theme="day"] .footer-connect>span,
body[data-theme="day"] .footer-bottom a {
  color: #ffb85c;
}

body[data-theme="day"] .panel-topline em,
body[data-theme="day"] .hero-panel small,
body[data-theme="day"] .rank-chip,
body[data-theme="day"] .presence-chip,
body[data-theme="day"] .spoil-copy span {
  border-color: rgba(255, 184, 92, 0.3);
  color: #ffd27a;
  background: rgba(255, 184, 92, 0.08);
}

body[data-theme="day"] .signal-switcher button.is-active {
  color: #060403;
  background: linear-gradient(135deg, #ffb85c, #00ff57, #05c8ff);
}

body[data-theme="day"] .team-cover,
body[data-theme="day"] .ticket-card.important,
body[data-theme="day"] .final-cta,
body[data-theme="day"] .site-footer {
  background:
    linear-gradient(180deg, rgba(37, 22, 10, 0.74), rgba(14, 9, 5, 0.94)),
    url("assets/420-day-city.png") center / cover no-repeat;
}

/* Professional nav and stronger logo color pass */
body[data-theme="night"] {
  --accent: #00ff57;
  --accent-2: #05c8ff;
  --accent-3: #7dff7a;
  --accent-rgb: var(--logo-green-rgb);
  --accent-2-rgb: var(--logo-cyan-rgb);
  --accent-3-rgb: 125, 255, 122;
}

body[data-theme="day"] {
  --accent: #ffb85c;
  --accent-2: #00ff57;
  --accent-3: #05c8ff;
  --accent-rgb: 255, 184, 92;
  --accent-2-rgb: var(--logo-green-rgb);
  --accent-3-rgb: var(--logo-cyan-rgb);
}

.site-header {
  grid-template-columns: minmax(190px, auto) minmax(0, 1fr) auto;
  gap: clamp(0.75rem, 2vw, 1.4rem);
  min-height: 78px;
  padding: 0.72rem clamp(1rem, 4vw, 3rem);
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(var(--accent-rgb), 0.13), transparent 22%, transparent 76%, rgba(var(--accent-2-rgb), 0.13)),
    linear-gradient(180deg, rgba(2, 4, 5, 0.9), rgba(2, 4, 5, 0.66)),
    url("assets/420-night-city.png") center 10% / cover no-repeat;
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.42), 0 0 34px rgba(var(--accent-rgb), 0.08);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.075), transparent),
    repeating-linear-gradient(90deg, transparent 0 72px, rgba(var(--accent-rgb), 0.04) 73px, transparent 74px);
  opacity: 0.62;
}

.site-header::after {
  content: none;
}

.brand {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0.22rem 0.35rem 0.22rem 0;
}

.brand span {
  color: var(--ink);
  font-size: clamp(0.95rem, 1.4vw, 1.12rem);
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.brand img {
  width: 54px;
  height: 54px;
}

.site-header nav {
  position: relative;
  z-index: 1;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 0.18rem;
  max-width: 100%;
  padding: 0.28rem;
  border: 1px solid rgba(var(--accent-rgb), 0.2);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.09), rgba(var(--accent-2-rgb), 0.06)),
    rgba(0, 0, 0, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 16px 38px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px) saturate(130%);
}

.site-header nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 0.92rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(239, 255, 244, 0.76);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  white-space: nowrap;
  overflow: hidden;
}

.site-header nav a::before {
  content: "";
  position: absolute;
  inset: 5px;
  width: auto;
  height: auto;
  margin: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.18), rgba(var(--accent-2-rgb), 0.12)),
    rgba(255, 255, 255, 0.035);
  opacity: 0;
  transform: scaleX(0.72);
  transition: opacity 180ms ease, transform 220ms ease;
}

.site-header nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00ff57, #05c8ff);
  opacity: 0;
  transform: translateX(-50%) scaleX(0.4);
  transition: opacity 180ms ease, transform 220ms ease;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: #ffffff;
  border-color: rgba(var(--accent-rgb), 0.22);
}

.site-header nav a:hover::before,
.site-header nav a:focus-visible::before,
.site-header nav a:hover::after,
.site-header nav a:focus-visible::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.site-header nav a:hover::before,
.site-header nav a:focus-visible::before {
  transform: scaleX(1);
}

.nav-cta {
  z-index: 1;
  min-width: 146px;
  min-height: 46px;
  padding: 0 1.08rem;
  border-color: rgba(var(--accent-rgb), 0.72);
  color: #021106;
  background:
    linear-gradient(135deg, #00ff57, #7dff7a 42%, #05c8ff),
    url("assets/420-night-city.png") center / cover no-repeat;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32), 0 0 28px rgba(var(--accent-rgb), 0.26);
}

.nav-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0 32%, rgba(255, 255, 255, 0.42) 44%, transparent 56%);
  opacity: 0;
  transform: translateX(-55%);
  transition: opacity 200ms ease, transform 420ms ease;
}

.nav-cta:hover::after {
  opacity: 0.58;
  transform: translateX(55%);
}

body[data-theme="night"] .signal-switcher {
  border-color: rgba(var(--logo-green-rgb), 0.32);
  background:
    linear-gradient(135deg, rgba(var(--logo-green-rgb), 0.14), rgba(var(--logo-cyan-rgb), 0.08)),
    rgba(0, 0, 0, 0.56);
}

body[data-theme="night"] .signal-switcher button {
  color: rgba(239, 255, 244, 0.72);
}

body[data-theme="night"] .signal-switcher button.is-active {
  color: #021106;
  background: linear-gradient(135deg, #00ff57, #7dff7a 46%, #05c8ff);
  box-shadow: 0 0 26px rgba(var(--logo-green-rgb), 0.28);
}

body[data-theme="night"] .hero {
  background:
    radial-gradient(circle at var(--hero-x) var(--hero-y), rgba(var(--logo-green-rgb), 0.09), transparent 17rem),
    radial-gradient(circle at 70% 28%, rgba(var(--logo-cyan-rgb), 0.1), transparent 20rem);
}

body[data-theme="night"] .hero-panel,
body[data-theme="night"] .broadcast-rail,
body[data-theme="night"] .preview-stats span,
body[data-theme="night"] .feature-grid article,
body[data-theme="night"] .social-card,
body[data-theme="night"] .ticket-card,
body[data-theme="night"] .team-card,
body[data-theme="night"] .spoil-showcase,
body[data-theme="night"] .final-cta {
  border-color: rgba(var(--logo-green-rgb), 0.22);
  background:
    linear-gradient(135deg, rgba(var(--logo-green-rgb), 0.11), transparent 30%),
    linear-gradient(315deg, rgba(var(--logo-cyan-rgb), 0.08), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(1, 5, 5, 0.74);
}

body[data-theme="day"] .site-header {
  border-bottom-color: rgba(255, 184, 92, 0.28);
  background:
    linear-gradient(90deg, rgba(255, 184, 92, 0.16), transparent 22%, transparent 76%, rgba(var(--logo-green-rgb), 0.12)),
    linear-gradient(180deg, rgba(22, 13, 6, 0.92), rgba(22, 13, 6, 0.7)),
    url("assets/420-day-city.png") center 10% / cover no-repeat;
}

body[data-theme="day"] .site-header::after {
  background: linear-gradient(90deg, transparent, #ffb85c 16%, #00ff57 50%, #05c8ff 80%, transparent);
  box-shadow: 0 0 18px rgba(255, 184, 92, 0.5);
}

body[data-theme="day"] .site-header nav {
  border-color: rgba(255, 184, 92, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 184, 92, 0.12), rgba(var(--logo-green-rgb), 0.06)),
    rgba(9, 5, 2, 0.48);
}

body[data-theme="day"] .site-header nav a {
  color: rgba(255, 241, 213, 0.76);
}

body[data-theme="day"] .site-header nav a:hover,
body[data-theme="day"] .site-header nav a:focus-visible {
  color: #fff7e8;
  border-color: rgba(255, 184, 92, 0.24);
}

body[data-theme="day"] .site-header nav a::before {
  background:
    linear-gradient(135deg, rgba(255, 184, 92, 0.18), rgba(var(--logo-green-rgb), 0.1)),
    rgba(255, 255, 255, 0.035);
}

body[data-theme="day"] .site-header nav a::after {
  background: linear-gradient(90deg, #ffb85c, #00ff57, #05c8ff);
}

body[data-theme="day"] .nav-cta {
  color: #120904;
  border-color: rgba(255, 184, 92, 0.72);
  background:
    linear-gradient(135deg, #ffb85c, #00ff57 54%, #05c8ff),
    url("assets/420-day-city.png") center / cover no-repeat;
  box-shadow: 0 18px 48px rgba(4, 3, 2, 0.36), 0 0 28px rgba(255, 184, 92, 0.26);
}

body[data-theme="day"] .signal-switcher {
  border-color: rgba(255, 184, 92, 0.32);
  background:
    linear-gradient(135deg, rgba(255, 184, 92, 0.16), rgba(var(--logo-green-rgb), 0.07)),
    rgba(12, 7, 3, 0.5);
}

body[data-theme="day"] .signal-switcher button {
  color: rgba(255, 241, 213, 0.72);
}

body[data-theme="day"] .signal-switcher button.is-active {
  color: #100703;
  background: linear-gradient(135deg, #ffb85c, #00ff57 55%, #05c8ff);
  box-shadow: 0 0 26px rgba(255, 184, 92, 0.24);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .site-header nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .site-header nav::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 104px;
    padding: 0.65rem 1rem;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .brand span {
    max-width: none;
    font-size: 0.9rem;
  }

  .site-header nav {
    gap: 0.12rem;
    padding: 0.22rem;
  }

  .site-header nav a {
    min-height: 34px;
    padding: 0 0.72rem;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
  }

  .nav-cta {
    min-width: 130px;
    min-height: 40px;
    padding: 0 0.82rem;
    font-size: 0.8rem;
  }
}

/* Final shared site background override */
body::after,
body[data-theme="night"]::after {
  background:
    linear-gradient(180deg, rgba(2, 3, 4, 0.42), rgba(2, 3, 4, 0.96)),
    linear-gradient(90deg, rgba(2, 3, 4, 0.82), rgba(2, 3, 4, 0.2) 48%, rgba(2, 3, 4, 0.84)),
    url("assets/420-night-city.png") center top / cover fixed no-repeat;
  filter: saturate(0.96) contrast(1.12) brightness(0.62);
  opacity: 0.42;
}

body[data-theme="day"]::after {
  background:
    linear-gradient(180deg, rgba(25, 17, 10, 0.32), rgba(10, 7, 5, 0.88)),
    linear-gradient(90deg, rgba(10, 7, 5, 0.8), rgba(35, 24, 15, 0.2) 48%, rgba(10, 7, 5, 0.82)),
    url("assets/420-day-city.png") center top / cover fixed no-repeat;
  filter: sepia(0.22) saturate(1.08) contrast(1.08) brightness(0.72);
  opacity: 0.44;
}

.section,
.team-section,
.spoils-section,
.social-section,
.application-section {
  background: transparent;
}

.site-footer,
body[data-theme="night"] .site-footer,
body[data-theme="day"] .site-footer {
  background:
    linear-gradient(180deg, rgba(8, 9, 11, 0.42), rgba(8, 9, 11, 0.72)),
    rgba(8, 9, 11, 0.48);
}

/* Colorful loading screen without changing the site mode */
.site-loader {
  background:
    radial-gradient(circle at 22% 22%, rgba(0, 255, 87, 0.22), transparent 18rem),
    radial-gradient(circle at 78% 28%, rgba(5, 200, 255, 0.24), transparent 20rem),
    radial-gradient(circle at 54% 74%, rgba(255, 184, 92, 0.14), transparent 18rem),
    linear-gradient(180deg, rgba(2, 4, 5, 0.54), rgba(2, 4, 5, 0.94)),
    url("assets/420-night-city.png") center / cover no-repeat;
}

.site-loader::after {
  display: block;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(0, 255, 87, 0.16) 42%, rgba(5, 200, 255, 0.14) 49%, transparent 58%),
    linear-gradient(90deg, rgba(1, 4, 5, 0.86), rgba(1, 4, 5, 0.22) 50%, rgba(1, 4, 5, 0.84));
  mix-blend-mode: screen;
  opacity: 0.72;
}

.loader-backdrop img {
  filter: saturate(1.22) contrast(1.1) brightness(0.72);
}

.loader-night-image,
.loader-day-image {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: opacity 420ms ease, filter 420ms ease;
}

.loader-night-image {
  opacity: 1;
}

.loader-day-image {
  opacity: 0;
  filter: sepia(0.26) saturate(1.08) contrast(1.08) brightness(0.78);
}

body[data-theme="day"] .loader-night-image {
  opacity: 0;
}

body[data-theme="day"] .loader-day-image {
  opacity: 1;
}

body[data-theme="day"] .site-loader {
  background:
    radial-gradient(circle at 22% 22%, rgba(255, 184, 92, 0.24), transparent 18rem),
    radial-gradient(circle at 78% 28%, rgba(0, 255, 87, 0.14), transparent 20rem),
    radial-gradient(circle at 54% 74%, rgba(5, 200, 255, 0.16), transparent 18rem),
    linear-gradient(180deg, rgba(25, 14, 6, 0.58), rgba(10, 6, 3, 0.94)),
    url("assets/420-day-city.png") center / cover no-repeat;
}

body[data-theme="day"] .site-loader::after {
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(255, 184, 92, 0.18) 42%, rgba(0, 255, 87, 0.12) 49%, transparent 58%),
    linear-gradient(90deg, rgba(24, 13, 5, 0.86), rgba(24, 13, 5, 0.22) 50%, rgba(24, 13, 5, 0.84));
}

body[data-theme="day"] .loader-shell {
  border-color: rgba(255, 184, 92, 0.38);
  background:
    linear-gradient(145deg, rgba(255, 184, 92, 0.18), transparent 30%),
    linear-gradient(315deg, rgba(0, 255, 87, 0.11), transparent 36%),
    linear-gradient(180deg, rgba(255, 230, 185, 0.13), rgba(255, 255, 255, 0.035)),
    rgba(24, 13, 5, 0.72);
  box-shadow:
    0 36px 120px rgba(0, 0, 0, 0.72),
    0 0 56px rgba(255, 184, 92, 0.18),
    0 0 42px rgba(0, 255, 87, 0.1),
    inset 0 1px 0 rgba(255, 230, 185, 0.2);
}

body[data-theme="day"] .loader-line span {
  background: linear-gradient(90deg, #ffb85c, #ffd27a 32%, #00ff57 64%, #05c8ff);
  box-shadow:
    0 0 22px rgba(255, 184, 92, 0.42),
    0 0 28px rgba(5, 200, 255, 0.24);
}

body[data-theme="day"] .loader-skip {
  background: linear-gradient(135deg, #ffb85c, #ffd27a 42%, #00ff57, #05c8ff);
}

.loader-shell {
  border-color: rgba(5, 200, 255, 0.34);
  background:
    linear-gradient(145deg, rgba(0, 255, 87, 0.16), transparent 30%),
    linear-gradient(315deg, rgba(5, 200, 255, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.035)),
    rgba(4, 10, 12, 0.72);
  box-shadow:
    0 36px 120px rgba(0, 0, 0, 0.72),
    0 0 56px rgba(5, 200, 255, 0.18),
    0 0 42px rgba(0, 255, 87, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.loader-shell::before {
  display: block;
  background:
    linear-gradient(110deg, transparent 0 30%, rgba(0, 255, 87, 0.22) 39%, rgba(5, 200, 255, 0.22) 48%, transparent 58%);
  opacity: 0.72;
}

.loader-mark {
  color: #f7fff8;
  text-shadow:
    0 0 18px rgba(0, 255, 87, 0.72),
    0 0 42px rgba(5, 200, 255, 0.52),
    0 18px 54px rgba(0, 0, 0, 0.72);
}

.loader-tag {
  border-color: rgba(0, 255, 87, 0.36);
  color: #aaffc4;
  background: rgba(0, 255, 87, 0.09);
}

.loader-shell p {
  color: #f6fff8;
}

.loader-shell strong[data-loader-status] {
  color: #b9f8ff;
}

.loader-matrix span {
  border-color: rgba(5, 200, 255, 0.24);
  color: #e9fff4;
  background:
    linear-gradient(135deg, rgba(0, 255, 87, 0.12), rgba(5, 200, 255, 0.08)),
    rgba(255, 255, 255, 0.045);
}

.loader-line {
  border-color: rgba(5, 200, 255, 0.32);
  background: rgba(255, 255, 255, 0.075);
}

.loader-line span {
  background: linear-gradient(90deg, #00ff57, #7dff7a 32%, #05c8ff 68%, #ffb85c);
  box-shadow:
    0 0 22px rgba(0, 255, 87, 0.44),
    0 0 28px rgba(5, 200, 255, 0.32);
}

.loader-skip {
  border-color: rgba(0, 255, 87, 0.42);
  color: #06100f;
  background: linear-gradient(135deg, #00ff57, #7dff7a 45%, #05c8ff);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36), 0 0 30px rgba(0, 255, 87, 0.18);
}

.loader-skip:hover {
  background: linear-gradient(135deg, #7dff7a, #05c8ff 54%, #ffb85c);
}

/* Final shared site background override */
body::after,
body[data-theme="night"]::after {
  background:
    linear-gradient(180deg, rgba(2, 3, 4, 0.42), rgba(2, 3, 4, 0.96)),
    linear-gradient(90deg, rgba(2, 3, 4, 0.82), rgba(2, 3, 4, 0.2) 48%, rgba(2, 3, 4, 0.84)),
    url("assets/420-night-city.png") center top / cover fixed no-repeat;
  filter: saturate(0.96) contrast(1.12) brightness(0.62);
  opacity: 0.42;
}

body[data-theme="day"]::after {
  background:
    linear-gradient(180deg, rgba(25, 17, 10, 0.32), rgba(10, 7, 5, 0.88)),
    linear-gradient(90deg, rgba(10, 7, 5, 0.8), rgba(35, 24, 15, 0.2) 48%, rgba(10, 7, 5, 0.82)),
    url("assets/420-day-city.png") center top / cover fixed no-repeat;
  filter: sepia(0.22) saturate(1.08) contrast(1.08) brightness(0.72);
  opacity: 0.44;
}

.section,
.team-section,
.spoils-section,
.social-section,
.application-section {
  background: transparent;
}

.site-footer,
body[data-theme="night"] .site-footer,
body[data-theme="day"] .site-footer {
  background:
    linear-gradient(180deg, rgba(8, 9, 11, 0.42), rgba(8, 9, 11, 0.72)),
    rgba(8, 9, 11, 0.48);
}

/* Final shared site background override */
body::after,
body[data-theme="night"]::after {
  background:
    linear-gradient(180deg, rgba(2, 3, 4, 0.42), rgba(2, 3, 4, 0.96)),
    linear-gradient(90deg, rgba(2, 3, 4, 0.82), rgba(2, 3, 4, 0.2) 48%, rgba(2, 3, 4, 0.84)),
    url("assets/420-night-city.png") center top / cover fixed no-repeat;
  filter: saturate(0.96) contrast(1.12) brightness(0.62);
  opacity: 0.42;
}

body[data-theme="day"]::after {
  background:
    linear-gradient(180deg, rgba(25, 17, 10, 0.32), rgba(10, 7, 5, 0.88)),
    linear-gradient(90deg, rgba(10, 7, 5, 0.8), rgba(35, 24, 15, 0.2) 48%, rgba(10, 7, 5, 0.82)),
    url("assets/420-day-city.png") center top / cover fixed no-repeat;
  filter: sepia(0.22) saturate(1.08) contrast(1.08) brightness(0.72);
  opacity: 0.44;
}

.section,
.team-section,
.spoils-section,
.social-section,
.application-section {
  background: transparent;
}

.site-footer,
body[data-theme="night"] .site-footer,
body[data-theme="day"] .site-footer {
  background:
    linear-gradient(180deg, rgba(8, 9, 11, 0.42), rgba(8, 9, 11, 0.72)),
    rgba(8, 9, 11, 0.48);
}

/* Keep the home background consistent through the full site */
body::after,
body[data-theme="night"]::after {
  background:
    linear-gradient(180deg, rgba(2, 3, 4, 0.42), rgba(2, 3, 4, 0.96)),
    linear-gradient(90deg, rgba(2, 3, 4, 0.82), rgba(2, 3, 4, 0.2) 48%, rgba(2, 3, 4, 0.84)),
    url("assets/420-night-city.png") center top / cover fixed no-repeat;
  filter: saturate(0.96) contrast(1.12) brightness(0.62);
  opacity: 0.42;
}

body[data-theme="day"]::after {
  background:
    linear-gradient(180deg, rgba(25, 17, 10, 0.32), rgba(10, 7, 5, 0.88)),
    linear-gradient(90deg, rgba(10, 7, 5, 0.8), rgba(35, 24, 15, 0.2) 48%, rgba(10, 7, 5, 0.82)),
    url("assets/420-day-city.png") center top / cover fixed no-repeat;
  filter: sepia(0.22) saturate(1.08) contrast(1.08) brightness(0.72);
  opacity: 0.44;
}

.section,
.team-section,
.spoils-section,
.social-section,
.application-section {
  background: transparent;
}

.site-footer,
body[data-theme="night"] .site-footer,
body[data-theme="day"] .site-footer {
  background:
    linear-gradient(180deg, rgba(8, 9, 11, 0.42), rgba(8, 9, 11, 0.72)),
    rgba(8, 9, 11, 0.48);
}

/* Liquid Glass UI, motion polish, and accessibility layer */
:root {
  --glass-radius: 26px;
  --glass-radius-sm: 18px;
  --glass-edge: rgba(255, 255, 255, 0.36);
  --glass-edge-soft: rgba(255, 255, 255, 0.16);
  --glass-highlight: rgba(255, 255, 255, 0.2);
  --glass-fill: rgba(255, 255, 255, 0.075);
  --glass-fill-strong: rgba(255, 255, 255, 0.12);
  --focus-ring: #a7fff0;
  --motion-smooth: cubic-bezier(0.2, 0.8, 0.2, 1);
  --motion-spring: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-liquid: 0 28px 80px rgba(0, 0, 0, 0.44), inset 0 1px 0 var(--glass-highlight), inset 0 -1px 0 rgba(255, 255, 255, 0.055);
}

body[data-theme="day"] {
  --glass-edge: rgba(255, 214, 149, 0.34);
  --glass-edge-soft: rgba(255, 214, 149, 0.16);
  --glass-highlight: rgba(255, 239, 204, 0.18);
  --glass-fill: rgba(255, 222, 170, 0.085);
  --glass-fill-strong: rgba(255, 205, 126, 0.13);
  --focus-ring: #ffe0a6;
}

html:focus-within {
  scroll-behavior: smooth;
}

.skip-link {
  position: fixed;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 200;
  padding: 0.72rem 0.95rem;
  border: 1px solid var(--glass-edge);
  border-radius: 999px;
  color: #04100f;
  background: var(--focus-ring);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
  font-weight: 900;
  transform: translateY(-150%);
  transition: transform 180ms var(--motion-smooth);
}

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

main {
  outline: none;
}

.site-header,
.loader-shell,
.broadcast-rail,
.hero-logo-lock,
.preview-stats span,
.signal-switcher,
.hero-panel,
.feature-grid article,
.social-card,
.ticket-card,
.team-card,
.spoil-showcase,
.final-cta,
.footer-server,
.footer-socials a,
.team-empty {
  border: 1px solid var(--glass-edge-soft);
  border-radius: var(--glass-radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(315deg, rgba(255, 255, 255, 0.08), transparent 42%),
    var(--glass-fill);
  box-shadow: var(--shadow-liquid);
  -webkit-backdrop-filter: blur(28px) saturate(150%);
  backdrop-filter: blur(28px) saturate(150%);
  clip-path: none;
}

.site-header {
  margin: 0.65rem clamp(0.7rem, 2vw, 1.4rem) 0;
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045)),
    rgba(2, 5, 6, 0.58);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32), inset 0 1px 0 var(--glass-highlight);
}

body[data-theme="day"] .site-header {
  background:
    linear-gradient(145deg, rgba(255, 231, 190, 0.14), rgba(255, 184, 92, 0.045)),
    rgba(18, 10, 4, 0.58);
}

.site-header::before {
  border-radius: inherit;
  opacity: 0.4;
}

.site-header::after {
  left: 1.5rem;
  right: 1.5rem;
  bottom: 0.35rem;
  height: 1px;
  border-radius: 999px;
}

.site-header nav {
  background: rgba(255, 255, 255, 0.055);
  border-color: var(--glass-edge-soft);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.site-header nav a,
.signal-switcher button {
  transition:
    color 180ms var(--motion-smooth),
    background 220ms var(--motion-smooth),
    border-color 220ms var(--motion-smooth),
    transform 220ms var(--motion-spring);
}

.site-header nav a:hover,
.site-header nav a:focus-visible,
.signal-switcher button:hover,
.signal-switcher button:focus-visible {
  transform: translateY(-1px);
}

.hero {
  min-height: calc(100svh - 76px);
}

.hero::after,
.hero-media::before {
  opacity: 0.35;
}

.hero-shot {
  animation: image-float 18s ease-in-out infinite alternate;
}

.hero-copy {
  animation: hero-rise 900ms var(--motion-spring) 120ms both;
}

.hero-logo-lock,
.preview-stats span,
.hero-panel {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.15), transparent 38%),
    linear-gradient(180deg, var(--glass-fill-strong), rgba(255, 255, 255, 0.03)),
    rgba(6, 8, 10, 0.5);
}

.hero-panel,
.spoil-showcase,
.final-cta {
  transform-style: preserve-3d;
}

.hero-panel {
  animation: panel-float 7s ease-in-out infinite;
}

.hero-panel::before,
.feature-grid article::before,
.social-card::before,
.ticket-card::before,
.team-card::before,
.spoil-showcase::before,
.final-cta::before {
  border-radius: inherit;
  opacity: 0.18;
}

.hero-panel::after,
.feature-grid article::after,
.social-card::after,
.ticket-card::after,
.team-card::after,
.spoil-showcase::after,
.final-cta::after {
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent 24%) top left / 100% 1px no-repeat,
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.22), transparent 14rem);
}

.nav-cta,
.button,
.hero-panel a,
.footer-cta,
.loader-skip {
  border-radius: 999px;
  clip-path: none;
  transition:
    transform 240ms var(--motion-spring),
    border-color 220ms var(--motion-smooth),
    box-shadow 220ms var(--motion-smooth),
    background 220ms var(--motion-smooth);
}

.nav-cta:hover,
.button:hover,
.hero-panel a:hover,
.footer-cta:hover,
.loader-skip:hover {
  transform: translateY(-3px) scale(1.015);
}

.nav-cta:active,
.button:active,
.hero-panel a:active,
.footer-cta:active,
.loader-skip:active {
  transform: translateY(0) scale(0.985);
}

.button.secondary {
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.045);
}

.signal-switcher {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
}

.signal-switcher button {
  border-radius: 999px;
}

.signal-switcher button.is-active {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.frequency-strip,
.spoil-copy span,
.rank-chip,
.presence-chip,
.panel-topline em,
.hero-panel small,
.final-mark,
.footer-socials a {
  border-radius: 999px;
}

.feature-grid article,
.social-card,
.ticket-card {
  min-height: 220px;
  transition:
    opacity 760ms var(--motion-spring),
    transform 360ms var(--motion-spring),
    border-color 260ms var(--motion-smooth),
    box-shadow 260ms var(--motion-smooth);
}

.team-card,
.spoil-showcase,
.final-cta {
  transition:
    opacity 760ms var(--motion-spring),
    transform 420ms var(--motion-spring),
    border-color 260ms var(--motion-smooth),
    box-shadow 260ms var(--motion-smooth);
}

.feature-grid article:hover,
.social-card:hover,
.ticket-card:hover,
.team-card:hover,
.spoil-showcase:hover,
.final-cta:hover {
  transform: translateY(-8px) scale(1.01);
}

.team-cover {
  border-radius: calc(var(--glass-radius) - 2px) calc(var(--glass-radius) - 2px) 12px 12px;
}

.spoil-frame {
  border-radius: 0 var(--glass-radius) var(--glass-radius) 0;
}

.spoil-frame img {
  transform-origin: center;
}

[data-reveal] {
  transform: translateY(34px) scale(0.98);
  transition:
    opacity 760ms var(--motion-spring),
    transform 760ms var(--motion-spring);
  transition-delay: calc(var(--reveal-order, 0) * 35ms);
}

[data-reveal].is-visible {
  transform: translateY(0) scale(1);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 4px;
  box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.34), 0 0 0 10px rgba(255, 255, 255, 0.16);
}

.site-header nav a:focus-visible {
  outline-offset: 2px;
}

a[target="_blank"] {
  text-underline-offset: 0.18em;
}

.hero-lead,
.section-heading>p,
.feature-grid p,
.social-card p,
.ticket-card p,
.spoil-copy p,
.team-bio,
.team-meta,
.site-footer {
  text-wrap: pretty;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {

  .site-header,
  .loader-shell,
  .broadcast-rail,
  .hero-logo-lock,
  .preview-stats span,
  .signal-switcher,
  .hero-panel,
  .feature-grid article,
  .social-card,
  .ticket-card,
  .team-card,
  .spoil-showcase,
  .final-cta,
  .footer-server,
  .footer-socials a,
  .team-empty {
    background: rgba(8, 10, 12, 0.92);
  }
}

@media (prefers-contrast: more) {
  :root {
    --muted: #ffffff;
    --glass-edge: rgba(255, 255, 255, 0.78);
    --glass-edge-soft: rgba(255, 255, 255, 0.48);
    --focus-ring: #ffffff;
  }

  body::before,
  body::after,
  .hero::after,
  .hero-media::before,
  .hero-reticle {
    opacity: 0.12;
  }

  .site-header,
  .hero-panel,
  .feature-grid article,
  .social-card,
  .ticket-card,
  .team-card,
  .spoil-showcase,
  .final-cta {
    background: rgba(0, 0, 0, 0.86);
  }
}

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

  .hero-shot,
  .hero-copy,
  .hero-panel {
    animation: none !important;
  }

  [data-reveal],
  [data-reveal].is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (forced-colors: active) {

  .site-header,
  .loader-shell,
  .broadcast-rail,
  .hero-logo-lock,
  .preview-stats span,
  .signal-switcher,
  .hero-panel,
  .feature-grid article,
  .social-card,
  .ticket-card,
  .team-card,
  .spoil-showcase,
  .final-cta,
  .footer-server,
  .footer-socials a {
    border: 1px solid CanvasText;
    background: Canvas;
    box-shadow: none;
  }

  a:focus-visible,
  button:focus-visible {
    outline: 3px solid Highlight;
    box-shadow: none;
  }
}

@media (max-width: 980px) {
  .site-header {
    border-radius: 28px;
  }

  .spoil-frame {
    border-radius: 0 0 var(--glass-radius) var(--glass-radius);
  }
}

@media (max-width: 640px) {
  :root {
    --glass-radius: 20px;
    --glass-radius-sm: 14px;
  }

  .site-header {
    border-radius: 24px;
  }

  .button,
  .hero-actions,
  .nav-cta {
    max-width: 100%;
  }

  .feature-grid article,
  .social-card,
  .ticket-card {
    min-height: 176px;
  }
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(26px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes panel-float {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes image-float {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.055) translate3d(-1.2%, -0.8%, 0);
  }
}

/* Mature cinematic refresh */
:root {
  --bg: #050607;
  --bg-soft: #0b0d0f;
  --panel: rgba(11, 13, 15, 0.64);
  --panel-strong: rgba(12, 14, 16, 0.86);
  --panel-dark: rgba(7, 8, 10, 0.84);
  --glass: rgba(255, 255, 255, 0.055);
  --ink: #f4f1ea;
  --muted: #aaa69d;
  --subtle: #77736c;
  --line: rgba(244, 241, 234, 0.18);
  --green: #f4f1ea;
  --lime: #f4f1ea;
  --cyan: #d9d4ca;
  --logo-cyan: #f4f1ea;
  --logo-green: #c8c2b7;
  --amber: #c9c1b5;
  --magenta: #f4f1ea;
  --hot: #f4f1ea;
  --radius: 4px;
  --shadow: 0 26px 90px rgba(0, 0, 0, 0.56);
  --glow: 0 0 46px rgba(244, 241, 234, 0.08);
}

body {
  background:
    linear-gradient(180deg, rgba(3, 4, 5, 0.76), rgba(3, 4, 5, 0.96)),
    linear-gradient(90deg, rgba(2, 3, 4, 0.92), rgba(2, 3, 4, 0.26) 46%, rgba(2, 3, 4, 0.9)),
    url("assets/420-night-city.png") center top / cover fixed no-repeat;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 14%, transparent 82%, rgba(255, 255, 255, 0.028)),
    repeating-linear-gradient(90deg, transparent 0 118px, rgba(255, 255, 255, 0.035) 119px, transparent 120px),
    repeating-linear-gradient(0deg, transparent 0 9px, rgba(255, 255, 255, 0.025) 10px);
  mix-blend-mode: normal;
  opacity: 0.28;
}

body::after {
  background:
    linear-gradient(180deg, rgba(4, 5, 6, 0.5), rgba(4, 5, 6, 0.96)),
    url("assets/420-day-city.png") center 34% / cover fixed no-repeat;
  filter: grayscale(1) contrast(1.18) brightness(0.48);
  opacity: 0.24;
}

h1,
h2,
h3,
h4,
.brand,
nav,
.nav-cta,
.button,
.loader-skip,
.eyebrow,
.broadcast-rail,
.hero-panel,
.preview-stats span,
.signal-switcher button,
.footer-server span,
.footer-nav span,
.footer-connect>span,
.footer-cta,
.team-role,
.team-meta,
.rank-chip,
.presence-chip {
  font-family: "Barlow Condensed", Inter, system-ui, sans-serif;
}

h1,
h2,
.team-body h4,
.loader-mark {
  font-family: "Barlow Condensed", Inter, system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: 0.015em;
}

h1 {
  max-width: 780px;
  color: var(--ink);
  font-size: clamp(4.2rem, 8.2vw, 8.8rem);
  line-height: 0.82;
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.68);
  filter: none;
}

h1::before,
h1::after {
  display: none;
}

h2 {
  color: var(--ink);
  font-size: clamp(2.5rem, 5vw, 5.7rem);
  line-height: 0.9;
}

h3 {
  letter-spacing: 0.02em;
}

.site-loader {
  background:
    linear-gradient(180deg, rgba(2, 3, 4, 0.54), rgba(2, 3, 4, 0.94)),
    url("assets/420-night-city.png") center / cover no-repeat;
}

.site-loader::before,
.site-loader::after,
.loader-breach,
.loader-rings {
  display: none;
}

.loader-backdrop img,
.hero-shot,
.spoil-frame img {
  filter: grayscale(1) contrast(1.18) brightness(0.78);
}

.loader-shell {
  border-color: rgba(244, 241, 234, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)),
    rgba(8, 9, 11, 0.72);
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.72);
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

.loader-shell::before {
  background: linear-gradient(110deg, transparent 0 34%, rgba(255, 255, 255, 0.16) 44%, transparent 54%);
  opacity: 0.58;
  animation: loader-scan 4s linear infinite;
}

.loader-mark {
  color: var(--ink);
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.76);
  animation: title-breathe 3.2s ease-in-out infinite;
}

.loader-line span {
  background: linear-gradient(90deg, #f4f1ea, #8b867d);
  box-shadow: none;
  animation-duration: 2.25s;
}

.loader-tag,
.loader-matrix span,
.loader-skip {
  border-color: rgba(244, 241, 234, 0.2);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.055);
}

.site-header {
  min-height: 76px;
  border-bottom-color: rgba(244, 241, 234, 0.14);
  background:
    linear-gradient(180deg, rgba(7, 8, 10, 0.88), rgba(7, 8, 10, 0.54)),
    url("assets/420-night-city.png") center 12% / cover no-repeat;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
}

.site-header::after {
  background: linear-gradient(90deg, transparent, rgba(244, 241, 234, 0.32), transparent);
}

.brand {
  letter-spacing: 0.08em;
}

.brand img,
.hero-logo-lock img,
.footer-brand-block>img,
.final-mark img {
  filter: grayscale(1) contrast(1.15) drop-shadow(0 16px 30px rgba(0, 0, 0, 0.54));
}

nav {
  color: rgba(244, 241, 234, 0.72);
  letter-spacing: 0.14em;
}

nav a:hover,
.site-footer a:hover {
  color: var(--ink);
}

nav a::before {
  width: 1.15rem;
  height: 1px;
  border-radius: 0;
  background: var(--ink);
}

.nav-cta,
.button,
.hero-panel a,
.footer-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(244, 241, 234, 0.3);
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 18px 46px rgba(0, 0, 0, 0.32);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.nav-cta::before,
.button::before,
.hero-panel a::before,
.footer-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("assets/420-night-city.png") center / cover no-repeat;
  filter: grayscale(1) contrast(1.25) brightness(0.52);
  opacity: 0.52;
  transition: transform 420ms ease, opacity 220ms ease;
}

.nav-cta:hover::before,
.button:hover::before,
.hero-panel a:hover::before,
.footer-cta:hover::before {
  transform: scale(1.08);
  opacity: 0.7;
}

.button.primary {
  animation: none;
}

.hero {
  min-height: calc(100vh - 76px);
  padding-top: clamp(8.6rem, 14vh, 11.5rem);
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(3, 4, 5, 0.94), rgba(3, 4, 5, 0.32) 46%, rgba(3, 4, 5, 0.88)),
    linear-gradient(180deg, rgba(3, 4, 5, 0.14), rgba(3, 4, 5, 0.46) 54%, rgba(3, 4, 5, 0.98));
}

.hero::after {
  background:
    linear-gradient(90deg, transparent 0 7%, rgba(255, 255, 255, 0.15) 7.08%, transparent 7.22%),
    linear-gradient(90deg, transparent 0 86%, rgba(255, 255, 255, 0.12) 86.08%, transparent 86.22%),
    repeating-linear-gradient(115deg, transparent 0 34px, rgba(255, 255, 255, 0.032) 35px, transparent 36px);
  opacity: 0.5;
  animation: cinematic-drift 12s ease-in-out infinite;
}

.hero-media::before {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 112px),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.36));
  opacity: 0.38;
}

.hero-media::after {
  background: radial-gradient(circle at var(--hero-x) var(--hero-y), transparent 0 9rem, rgba(0, 0, 0, 0.28) 20rem);
  animation: none;
  opacity: 0.52;
}

.hero-shot {
  transform: scale(1.02);
  transition: opacity 800ms ease, transform 1200ms ease, filter 800ms ease;
}

.hero[data-mode="day"] .hero-shot {
  filter: grayscale(1) contrast(1.13) brightness(0.76);
}

.hero-reticle {
  width: 182px;
  height: 182px;
  border-color: rgba(244, 241, 234, 0.38);
  box-shadow: inset 0 0 34px rgba(255, 255, 255, 0.055), 0 24px 60px rgba(0, 0, 0, 0.32);
  opacity: 0.52;
  animation: reticle-lock 4.8s ease-in-out infinite;
}

.broadcast-rail,
.hero-logo-lock,
.preview-stats span,
.signal-switcher,
.hero-panel,
.feature-grid article,
.social-card,
.ticket-card,
.team-card,
.spoil-showcase,
.final-cta,
.footer-server,
.footer-socials a {
  border-color: rgba(244, 241, 234, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(9, 10, 12, 0.66);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px) saturate(110%);
}

.broadcast-rail {
  color: rgba(244, 241, 234, 0.78);
}

.broadcast-rail span:first-child,
.broadcast-rail span:last-child,
.hero-logo-lock span,
.eyebrow,
.preview-stats strong,
.section-heading::before,
.feature-grid span,
.spoil-copy span,
.social-card span,
.ticket-card span,
.footer-server span,
.footer-nav span,
.footer-connect>span,
.footer-bottom a {
  color: var(--ink);
  text-shadow: none;
}

.hero-copy::before {
  height: 2px;
  background: linear-gradient(90deg, rgba(244, 241, 234, 0.85), transparent);
  box-shadow: none;
  animation: line-breathe 4s ease-in-out infinite;
}

.hero-lead {
  color: rgba(244, 241, 234, 0.82);
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
}

.preview-stats span {
  min-height: 70px;
  color: rgba(244, 241, 234, 0.68);
}

.signal-switcher button.is-active {
  color: #090a0b;
  background: var(--ink);
}

.hero-panel::before,
.feature-grid article::before,
.social-card::before,
.ticket-card::before,
.team-card::before,
.spoil-showcase::before,
.final-cta::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 36%),
    url("assets/420-night-city.png") center / cover no-repeat;
  filter: grayscale(1) contrast(1.2) brightness(0.36);
  opacity: 0.28;
}

.hero-panel::after,
.feature-grid article::after,
.social-card::after,
.ticket-card::after,
.team-card::after,
.spoil-showcase::after,
.final-cta::after {
  background:
    linear-gradient(90deg, rgba(244, 241, 234, 0.32), transparent 24%) top left / 100% 1px no-repeat,
    linear-gradient(180deg, rgba(244, 241, 234, 0.26), transparent 28%) top left / 1px 100% no-repeat;
}

.panel-topline em,
.hero-panel small,
.rank-chip,
.presence-chip,
.spoil-copy span {
  border-color: rgba(244, 241, 234, 0.22);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.055);
  border-radius: 2px;
}

.hero-panel p {
  color: rgba(244, 241, 234, 0.82);
}

.hero-panel i,
.presence-dot,
.footer-server i {
  background: var(--ink);
  box-shadow: 0 0 18px rgba(244, 241, 234, 0.42);
}

.frequency-strip {
  border-color: rgba(244, 241, 234, 0.12);
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    rgba(255, 255, 255, 0.028);
}

.frequency-strip span {
  background: linear-gradient(180deg, #f4f1ea, #77736c);
  box-shadow: none;
  animation-duration: 2.8s;
}

.section {
  border-top-color: rgba(244, 241, 234, 0.09);
}

.section::before {
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.04), transparent 64%),
    repeating-linear-gradient(90deg, transparent 0 118px, rgba(255, 255, 255, 0.024) 119px, transparent 120px);
  opacity: 0.5;
}

.feature-grid article:hover,
.social-card:hover,
.ticket-card:hover,
.team-card:hover,
.spoil-showcase:hover,
.final-cta:hover {
  transform: translateY(-8px);
  border-color: rgba(244, 241, 234, 0.34);
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.62), 0 0 42px rgba(244, 241, 234, 0.08);
}

.team-section,
.spoils-section,
.social-section,
.application-section {
  background: rgba(0, 0, 0, 0.18);
}

.team-cover {
  background:
    linear-gradient(180deg, rgba(8, 9, 11, 0.1), rgba(8, 9, 11, 0.72)),
    url("assets/420-night-city.png") center / cover no-repeat;
}

.team-cover img {
  filter: grayscale(1) contrast(1.08) drop-shadow(0 22px 45px rgba(0, 0, 0, 0.44));
}

.team-card:hover .team-cover img {
  filter: grayscale(1) contrast(1.18) drop-shadow(0 26px 55px rgba(0, 0, 0, 0.52));
}

.team-card .team-cover+.team-body::after {
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 20%), rgba(244, 241, 234, 0.13), transparent 13rem);
}

.team-role::before {
  width: 1.1rem;
  height: 1px;
  border-radius: 0;
  background: var(--ink);
  vertical-align: middle;
}

.ticket-card.important,
.final-cta,
.site-footer {
  background:
    linear-gradient(180deg, rgba(8, 9, 11, 0.82), rgba(8, 9, 11, 0.94)),
    url("assets/420-night-city.png") center / cover no-repeat;
}

.spoil-frame {
  background: #08090a;
}

.spoil-showcase:hover .spoil-frame img {
  filter: grayscale(1) contrast(1.22) brightness(0.84);
}

.footer-nav a::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1px;
  margin-right: 0.5rem;
  background: currentColor;
  vertical-align: middle;
}

.site-footer::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    repeating-linear-gradient(90deg, transparent 0 118px, rgba(255, 255, 255, 0.024) 119px, transparent 120px);
}

[data-reveal] {
  transform: translateY(28px) scale(0.985);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal].is-visible {
  transform: translateY(0) scale(1);
}

@keyframes title-breathe {

  0%,
  100% {
    opacity: 0.88;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-4px);
  }
}

@keyframes line-breathe {

  0%,
  100% {
    opacity: 0.48;
    transform: scaleX(0.82) skewX(-18deg);
  }

  50% {
    opacity: 1;
    transform: scaleX(1) skewX(-18deg);
  }
}

@keyframes cinematic-drift {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.46;
  }

  50% {
    transform: translate3d(12px, -8px, 0);
    opacity: 0.62;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: clamp(3.4rem, 17vw, 4.8rem);
  }

  .broadcast-rail {
    top: 8.4rem;
  }

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

  .hero-actions {
    margin-top: 1.45rem;
  }

  .signal-switcher {
    width: 100%;
  }

  .hero-panel,
  .feature-grid article,
  .social-card,
  .ticket-card,
  .team-card,
  .spoil-showcase,
  .final-cta {
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  }
}

/* Final logo palette and navbar override */
.site-loader {
  background:
    radial-gradient(circle at 22% 22%, rgba(0, 255, 87, 0.22), transparent 18rem),
    radial-gradient(circle at 78% 28%, rgba(5, 200, 255, 0.24), transparent 20rem),
    radial-gradient(circle at 54% 74%, rgba(255, 184, 92, 0.14), transparent 18rem),
    linear-gradient(180deg, rgba(2, 4, 5, 0.54), rgba(2, 4, 5, 0.94)),
    url("assets/420-night-city.png") center / cover no-repeat;
}

.site-loader::after {
  display: block;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(0, 255, 87, 0.16) 42%, rgba(5, 200, 255, 0.14) 49%, transparent 58%),
    linear-gradient(90deg, rgba(1, 4, 5, 0.86), rgba(1, 4, 5, 0.22) 50%, rgba(1, 4, 5, 0.84));
  mix-blend-mode: screen;
  opacity: 0.72;
}

.loader-backdrop img {
  filter: saturate(1.22) contrast(1.1) brightness(0.72);
}

.loader-shell {
  border-color: rgba(5, 200, 255, 0.34);
  background:
    linear-gradient(145deg, rgba(0, 255, 87, 0.16), transparent 30%),
    linear-gradient(315deg, rgba(5, 200, 255, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.035)),
    rgba(4, 10, 12, 0.72);
  box-shadow:
    0 36px 120px rgba(0, 0, 0, 0.72),
    0 0 56px rgba(5, 200, 255, 0.18),
    0 0 42px rgba(0, 255, 87, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.loader-shell::before {
  display: block;
  background:
    linear-gradient(110deg, transparent 0 30%, rgba(0, 255, 87, 0.22) 39%, rgba(5, 200, 255, 0.22) 48%, transparent 58%);
  opacity: 0.72;
}

.loader-mark {
  color: #f7fff8;
  text-shadow:
    0 0 18px rgba(0, 255, 87, 0.72),
    0 0 42px rgba(5, 200, 255, 0.52),
    0 18px 54px rgba(0, 0, 0, 0.72);
}

.loader-tag {
  border-color: rgba(0, 255, 87, 0.36);
  color: #aaffc4;
  background: rgba(0, 255, 87, 0.09);
}

.loader-shell p {
  color: #f6fff8;
}

.loader-shell strong[data-loader-status] {
  color: #b9f8ff;
}

.loader-matrix span {
  border-color: rgba(5, 200, 255, 0.24);
  color: #e9fff4;
  background:
    linear-gradient(135deg, rgba(0, 255, 87, 0.12), rgba(5, 200, 255, 0.08)),
    rgba(255, 255, 255, 0.045);
}

.loader-line {
  border-color: rgba(5, 200, 255, 0.32);
  background: rgba(255, 255, 255, 0.075);
}

.loader-line span {
  background: linear-gradient(90deg, #00ff57, #7dff7a 32%, #05c8ff 68%, #ffb85c);
  box-shadow:
    0 0 22px rgba(0, 255, 87, 0.44),
    0 0 28px rgba(5, 200, 255, 0.32);
}

.loader-skip {
  border-color: rgba(0, 255, 87, 0.42);
  color: #06100f;
  background: linear-gradient(135deg, #00ff57, #7dff7a 45%, #05c8ff);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36), 0 0 30px rgba(0, 255, 87, 0.18);
}

.loader-skip:hover {
  background: linear-gradient(135deg, #7dff7a, #05c8ff 54%, #ffb85c);
}

body[data-theme="night"] {
  --accent: #00ff57;
  --accent-2: #05c8ff;
  --accent-3: #7dff7a;
  --accent-rgb: 0, 255, 87;
  --accent-2-rgb: 5, 200, 255;
  --accent-3-rgb: 125, 255, 122;
  background:
    radial-gradient(circle at 68% 18%, rgba(5, 200, 255, 0.16), transparent 21rem),
    radial-gradient(circle at 20% 68%, rgba(0, 255, 87, 0.17), transparent 23rem),
    linear-gradient(180deg, rgba(2, 3, 4, 0.78), rgba(2, 3, 4, 0.98)),
    linear-gradient(90deg, rgba(2, 3, 4, 0.96), rgba(2, 3, 4, 0.28) 47%, rgba(2, 3, 4, 0.92)),
    url("assets/420-night-city.png") center top / cover fixed no-repeat;
}

/* Shared background: keep the home city image running through the full page. */
body::after,
body[data-theme="night"]::after {
  background:
    linear-gradient(180deg, rgba(2, 3, 4, 0.42), rgba(2, 3, 4, 0.96)),
    linear-gradient(90deg, rgba(2, 3, 4, 0.82), rgba(2, 3, 4, 0.2) 48%, rgba(2, 3, 4, 0.84)),
    url("assets/420-night-city.png") center top / cover fixed no-repeat;
  filter: saturate(0.96) contrast(1.12) brightness(0.62);
  opacity: 0.42;
}

body[data-theme="day"]::after {
  background:
    linear-gradient(180deg, rgba(25, 17, 10, 0.32), rgba(10, 7, 5, 0.88)),
    linear-gradient(90deg, rgba(10, 7, 5, 0.8), rgba(35, 24, 15, 0.2) 48%, rgba(10, 7, 5, 0.82)),
    url("assets/420-day-city.png") center top / cover fixed no-repeat;
  filter: sepia(0.22) saturate(1.08) contrast(1.08) brightness(0.72);
  opacity: 0.44;
}

.section,
.team-section,
.spoils-section,
.social-section,
.application-section {
  background: transparent;
}

.site-footer,
body[data-theme="night"] .site-footer,
body[data-theme="day"] .site-footer {
  background:
    linear-gradient(180deg, rgba(8, 9, 11, 0.42), rgba(8, 9, 11, 0.72)),
    rgba(8, 9, 11, 0.48);
}

body[data-theme="day"] {
  --accent: #ffb85c;
  --accent-2: #00ff57;
  --accent-3: #05c8ff;
  --accent-rgb: 255, 184, 92;
  --accent-2-rgb: 0, 255, 87;
  --accent-3-rgb: 5, 200, 255;
  --ink: #fff1d5;
  --muted: #dfc29a;
  background:
    radial-gradient(circle at 76% 10%, rgba(255, 184, 92, 0.22), transparent 23rem),
    radial-gradient(circle at 18% 70%, rgba(0, 255, 87, 0.12), transparent 24rem),
    radial-gradient(circle at 56% 36%, rgba(5, 200, 255, 0.1), transparent 20rem),
    linear-gradient(180deg, rgba(25, 17, 10, 0.78), rgba(10, 7, 5, 0.96)),
    linear-gradient(90deg, rgba(9, 7, 5, 0.94), rgba(35, 24, 15, 0.3) 48%, rgba(9, 7, 5, 0.9)),
    url("assets/420-day-city.png") center top / cover fixed no-repeat;
}

.site-header {
  grid-template-columns: minmax(190px, auto) minmax(0, 1fr) auto;
  gap: clamp(0.75rem, 2vw, 1.4rem);
  min-height: 78px;
  padding: 0.72rem clamp(1rem, 4vw, 3rem);
  border-bottom: 1px solid rgba(var(--accent-rgb), 0.28);
  background:
    linear-gradient(90deg, rgba(var(--accent-rgb), 0.14), transparent 22%, transparent 76%, rgba(var(--accent-2-rgb), 0.13)),
    linear-gradient(180deg, rgba(2, 4, 5, 0.91), rgba(2, 4, 5, 0.66)),
    url("assets/420-night-city.png") center 10% / cover no-repeat;
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.42), 0 0 34px rgba(var(--accent-rgb), 0.1);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.075), transparent),
    repeating-linear-gradient(90deg, transparent 0 72px, rgba(var(--accent-rgb), 0.04) 73px, transparent 74px);
  opacity: 0.62;
}

.site-header::after {
  height: 2px;
  background: linear-gradient(90deg, transparent, #00ff57 18%, #05c8ff 52%, #00ff57 82%, transparent);
  box-shadow: 0 0 18px rgba(var(--accent-rgb), 0.5);
}

.brand,
.nav-cta,
.site-header nav {
  position: relative;
  z-index: 1;
}

.brand span {
  color: var(--ink);
  font-size: clamp(0.95rem, 1.4vw, 1.12rem);
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.brand img {
  width: 54px;
  height: 54px;
  filter: saturate(1.1) contrast(1.08) drop-shadow(0 0 18px rgba(0, 255, 87, 0.34)) drop-shadow(0 0 22px rgba(5, 200, 255, 0.18));
}

.site-header nav {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 0.18rem;
  max-width: 100%;
  padding: 0.28rem;
  border: 1px solid rgba(var(--accent-rgb), 0.22);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.1), rgba(var(--accent-2-rgb), 0.065)),
    rgba(0, 0, 0, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 16px 38px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px) saturate(130%);
}

.site-header nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 0.92rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(239, 255, 244, 0.76);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  white-space: nowrap;
  overflow: hidden;
}

.site-header nav a::before {
  content: "";
  position: absolute;
  inset: 5px;
  width: auto;
  height: auto;
  margin: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.18), rgba(var(--accent-2-rgb), 0.12)),
    rgba(255, 255, 255, 0.035);
  opacity: 0;
  transform: scaleX(0.72);
  transition: opacity 180ms ease, transform 220ms ease;
}

.site-header nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00ff57, #05c8ff);
  opacity: 0;
  transform: translateX(-50%) scaleX(0.4);
  transition: opacity 180ms ease, transform 220ms ease;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: #ffffff;
  border-color: rgba(var(--accent-rgb), 0.26);
}

.site-header nav a:hover::before,
.site-header nav a:focus-visible::before {
  opacity: 1;
  transform: scaleX(1);
}

.site-header nav a:hover::after,
.site-header nav a:focus-visible::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.nav-cta {
  min-width: 146px;
  min-height: 46px;
  padding: 0 1.08rem;
  border-color: rgba(var(--accent-rgb), 0.72);
  color: #021106;
  background:
    linear-gradient(135deg, #00ff57, #7dff7a 42%, #05c8ff),
    url("assets/420-night-city.png") center / cover no-repeat;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32), 0 0 28px rgba(var(--accent-rgb), 0.26);
}

body[data-theme="night"] .signal-switcher {
  border-color: rgba(0, 255, 87, 0.34);
  background:
    linear-gradient(135deg, rgba(0, 255, 87, 0.14), rgba(5, 200, 255, 0.08)),
    rgba(0, 0, 0, 0.56);
}

body[data-theme="night"] .signal-switcher button.is-active {
  color: #021106;
  background: linear-gradient(135deg, #00ff57, #7dff7a 46%, #05c8ff);
  box-shadow: 0 0 26px rgba(0, 255, 87, 0.28);
}

body[data-theme="day"] .site-header {
  border-bottom-color: rgba(255, 184, 92, 0.3);
  background:
    linear-gradient(90deg, rgba(255, 184, 92, 0.16), transparent 22%, transparent 76%, rgba(0, 255, 87, 0.12)),
    linear-gradient(180deg, rgba(22, 13, 6, 0.92), rgba(22, 13, 6, 0.7)),
    url("assets/420-day-city.png") center 10% / cover no-repeat;
}

body[data-theme="day"] .site-header::after {
  background: linear-gradient(90deg, transparent, #ffb85c 16%, #00ff57 50%, #05c8ff 80%, transparent);
  box-shadow: 0 0 18px rgba(255, 184, 92, 0.5);
}

body[data-theme="day"] .site-header nav {
  border-color: rgba(255, 184, 92, 0.26);
  background:
    linear-gradient(135deg, rgba(255, 184, 92, 0.13), rgba(0, 255, 87, 0.065)),
    rgba(9, 5, 2, 0.5);
}

body[data-theme="day"] .site-header nav a {
  color: rgba(255, 241, 213, 0.78);
}

body[data-theme="day"] .site-header nav a:hover,
body[data-theme="day"] .site-header nav a:focus-visible {
  color: #fff7e8;
  border-color: rgba(255, 184, 92, 0.28);
}

body[data-theme="day"] .site-header nav a::before {
  background:
    linear-gradient(135deg, rgba(255, 184, 92, 0.18), rgba(0, 255, 87, 0.1)),
    rgba(255, 255, 255, 0.035);
}

body[data-theme="day"] .site-header nav a::after {
  background: linear-gradient(90deg, #ffb85c, #00ff57, #05c8ff);
}

body[data-theme="day"] .nav-cta {
  color: #120904;
  border-color: rgba(255, 184, 92, 0.72);
  background:
    linear-gradient(135deg, #ffb85c, #00ff57 54%, #05c8ff),
    url("assets/420-day-city.png") center / cover no-repeat;
  box-shadow: 0 18px 48px rgba(4, 3, 2, 0.36), 0 0 28px rgba(255, 184, 92, 0.26);
}

body[data-theme="day"] .signal-switcher {
  border-color: rgba(255, 184, 92, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 184, 92, 0.16), rgba(0, 255, 87, 0.07)),
    rgba(12, 7, 3, 0.5);
}

body[data-theme="day"] .signal-switcher button.is-active {
  color: #100703;
  background: linear-gradient(135deg, #ffb85c, #00ff57 55%, #05c8ff);
  box-shadow: 0 0 26px rgba(255, 184, 92, 0.24);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .site-header nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .site-header nav::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 104px;
    padding: 0.65rem 1rem;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .brand span {
    max-width: none;
    font-size: 0.9rem;
  }

  .site-header nav {
    gap: 0.12rem;
    padding: 0.22rem;
  }

  .site-header nav a {
    min-height: 34px;
    padding: 0 0.72rem;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
  }

  .nav-cta {
    min-width: 130px;
    min-height: 40px;
    padding: 0 0.82rem;
    font-size: 0.8rem;
  }
}

/* Loading logo pulse final override */
.loader-mark {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: clamp(132px, 22vw, 218px);
  aspect-ratio: 1;
  margin: 0.15rem 0 0.2rem;
  border: 1px solid rgba(5, 200, 255, 0.34);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(0, 255, 87, 0.16), transparent 58%),
    rgba(1, 7, 9, 0.34);
  box-shadow:
    0 0 34px rgba(0, 255, 87, 0.18),
    0 0 58px rgba(5, 200, 255, 0.2),
    inset 0 0 34px rgba(5, 200, 255, 0.12);
  animation: loader-logo-pulse 1.65s ease-in-out infinite;
}

.loader-mark::before,
.loader-mark::after {
  content: "";
  position: absolute;
  inset: -12px;
  border: 1px solid rgba(5, 200, 255, 0.36);
  border-radius: inherit;
  pointer-events: none;
  animation: loader-logo-ring 1.65s ease-out infinite;
}

.loader-mark::after {
  inset: -24px;
  border-color: rgba(0, 255, 87, 0.24);
  animation-delay: 520ms;
}

.loader-mark img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  filter:
    drop-shadow(0 0 18px rgba(0, 255, 87, 0.58)) drop-shadow(0 0 34px rgba(5, 200, 255, 0.34));
  animation: loader-logo-float 1.65s ease-in-out infinite;
}

@keyframes loader-logo-pulse {

  0%,
  100% {
    transform: scale(1);
    box-shadow:
      0 0 34px rgba(0, 255, 87, 0.18),
      0 0 58px rgba(5, 200, 255, 0.2),
      inset 0 0 34px rgba(5, 200, 255, 0.12);
  }

  50% {
    transform: scale(1.045);
    box-shadow:
      0 0 46px rgba(0, 255, 87, 0.36),
      0 0 82px rgba(5, 200, 255, 0.34),
      inset 0 0 42px rgba(0, 255, 87, 0.16);
  }
}

@keyframes loader-logo-ring {
  0% {
    opacity: 0.84;
    transform: scale(0.82);
  }

  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes loader-logo-float {

  0%,
  100% {
    transform: scale(0.96);
  }

  50% {
    transform: scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {

  .loader-mark,
  .loader-mark::before,
  .loader-mark::after,
  .loader-mark img {
    animation: none;
  }
}

/* Unified page/loading background and clean glass panels */
body,
body[data-theme="night"] {
  background:
    radial-gradient(circle at 68% 18%, rgba(5, 200, 255, 0.16), transparent 21rem),
    radial-gradient(circle at 20% 68%, rgba(0, 255, 87, 0.17), transparent 23rem),
    linear-gradient(180deg, rgba(2, 3, 4, 0.78), rgba(2, 3, 4, 0.98)),
    linear-gradient(90deg, rgba(2, 3, 4, 0.96), rgba(2, 3, 4, 0.28) 47%, rgba(2, 3, 4, 0.92)),
    url("assets/420-night-city.png") center top / cover fixed no-repeat;
}

body[data-theme="day"] {
  background:
    radial-gradient(circle at 76% 10%, rgba(255, 184, 92, 0.22), transparent 23rem),
    radial-gradient(circle at 18% 70%, rgba(0, 255, 87, 0.12), transparent 24rem),
    radial-gradient(circle at 56% 36%, rgba(5, 200, 255, 0.1), transparent 20rem),
    linear-gradient(180deg, rgba(25, 17, 10, 0.78), rgba(10, 7, 5, 0.96)),
    linear-gradient(90deg, rgba(9, 7, 5, 0.94), rgba(35, 24, 15, 0.3) 48%, rgba(9, 7, 5, 0.9)),
    url("assets/420-day-city.png") center top / cover fixed no-repeat;
}

.site-loader,
body[data-theme="night"] .site-loader {
  background:
    radial-gradient(circle at 68% 18%, rgba(5, 200, 255, 0.16), transparent 21rem),
    radial-gradient(circle at 20% 68%, rgba(0, 255, 87, 0.17), transparent 23rem),
    linear-gradient(180deg, rgba(2, 3, 4, 0.78), rgba(2, 3, 4, 0.98)),
    linear-gradient(90deg, rgba(2, 3, 4, 0.96), rgba(2, 3, 4, 0.28) 47%, rgba(2, 3, 4, 0.92)),
    url("assets/420-night-city.png") center top / cover fixed no-repeat;
}

body[data-theme="day"] .site-loader {
  background:
    radial-gradient(circle at 76% 10%, rgba(255, 184, 92, 0.22), transparent 23rem),
    radial-gradient(circle at 18% 70%, rgba(0, 255, 87, 0.12), transparent 24rem),
    radial-gradient(circle at 56% 36%, rgba(5, 200, 255, 0.1), transparent 20rem),
    linear-gradient(180deg, rgba(25, 17, 10, 0.78), rgba(10, 7, 5, 0.96)),
    linear-gradient(90deg, rgba(9, 7, 5, 0.94), rgba(35, 24, 15, 0.3) 48%, rgba(9, 7, 5, 0.9)),
    url("assets/420-day-city.png") center top / cover fixed no-repeat;
}

.loader-backdrop,
.hero-panel .frequency-strip,
.footer-server {
  display: none;
}

.site-header,
body[data-theme="day"] .site-header,
.nav-cta,
body[data-theme="day"] .nav-cta,
.hero-panel a,
body[data-theme="day"] .hero-panel a,
.ticket-card.important,
body[data-theme="day"] .ticket-card.important,
body[data-theme="night"] .ticket-card.important,
.final-cta,
body[data-theme="day"] .final-cta,
body[data-theme="night"] .final-cta,
.site-footer,
body[data-theme="day"] .site-footer,
body[data-theme="night"] .site-footer {
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.12), rgba(var(--accent-2-rgb), 0.08)),
    rgba(2, 8, 10, 0.64);
}

.hero-panel::before,
.feature-grid article::before,
.social-card::before,
.ticket-card::before,
.team-card::before,
.spoil-showcase::before,
.final-cta::before,
body[data-theme="day"] .hero-panel::before,
body[data-theme="day"] .feature-grid article::before,
body[data-theme="day"] .social-card::before,
body[data-theme="day"] .ticket-card::before,
body[data-theme="day"] .team-card::before,
body[data-theme="day"] .spoil-showcase::before,
body[data-theme="day"] .final-cta::before {
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.1), transparent 36%),
    linear-gradient(315deg, rgba(var(--accent-2-rgb), 0.08), transparent 42%);
  filter: none;
  opacity: 0.76;
}

.button.secondary,
.hero-panel a,
.nav-cta {
  background-image: linear-gradient(135deg, rgba(var(--accent-rgb), 0.9), rgba(var(--accent-2-rgb), 0.9));
}

.spoil-video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  background: #050607;
  filter: saturate(1.04) contrast(1.08) brightness(0.9);
}

.spoil-showcase:hover .spoil-video {
  filter: saturate(1.12) contrast(1.12) brightness(0.96);
}

.spoils-carousel {
  grid-column: 1 / -1;
  display: grid;
  gap: 1rem;
}

.spoil-showcase[hidden] {
  display: none;
}

.spoil-showcase.is-active {
  animation: spoil-roll-in 360ms ease both;
}

.spoil-controls {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem;
  border: 1px solid rgba(var(--accent-rgb), 0.28);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.1), rgba(var(--accent-2-rgb), 0.07)),
    rgba(2, 8, 10, 0.66);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 44px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px) saturate(130%);
}

.spoil-controls button {
  min-height: 38px;
  padding: 0 1rem;
  border: 1px solid rgba(var(--accent-rgb), 0.3);
  border-radius: 999px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.16), rgba(var(--accent-2-rgb), 0.1)),
    rgba(255, 255, 255, 0.045);
  font-family: "Barlow Condensed", Inter, system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.spoil-controls button:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--accent-rgb), 0.58);
  background-image: linear-gradient(135deg, rgba(var(--accent-rgb), 0.9), rgba(var(--accent-2-rgb), 0.9));
}

.spoil-controls span {
  min-width: 68px;
  color: var(--muted);
  font-family: "Barlow Condensed", Inter, system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
}

@keyframes spoil-roll-in {
  from {
    opacity: 0;
    transform: translateX(18px) scale(0.992);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@media (max-width: 760px) {
  .spoil-video {
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 0;
  }

  .spoil-controls {
    justify-self: stretch;
  }

  .spoil-controls button {
    flex: 1;
  }
}

/* Single-color accents and wrapped spoil reveal */
body,
body[data-theme="night"],
body[data-theme="day"] {
  --accent: #70f066;
  --accent-2: #70f066;
  --accent-3: #70f066;
  --accent-rgb: 112, 240, 102;
  --accent-2-rgb: 112, 240, 102;
  --accent-3-rgb: 112, 240, 102;
}

.site-header::after,
body[data-theme="day"] .site-header::after {
  background: linear-gradient(90deg, transparent, rgba(112, 240, 102, 0.84), transparent);
  box-shadow: 0 0 16px rgba(112, 240, 102, 0.38);
}

.site-header nav a::after,
body[data-theme="day"] .site-header nav a::after,
.loader-line span,
body[data-theme="day"] .loader-line span {
  background: linear-gradient(90deg, transparent, #70f066, transparent);
}

.nav-cta,
body[data-theme="day"] .nav-cta,
.button.primary,
.button.secondary,
.hero-panel a,
body[data-theme="day"] .hero-panel a,
.signal-switcher button.is-active,
body[data-theme="day"] .signal-switcher button.is-active,
.loader-skip,
body[data-theme="day"] .loader-skip,
.spoil-controls button:hover {
  color: #031006;
  background:
    linear-gradient(135deg, #70f066, #b7ff89),
    rgba(112, 240, 102, 0.18);
  border-color: rgba(112, 240, 102, 0.62);
  box-shadow: 0 0 26px rgba(112, 240, 102, 0.2), 0 18px 42px rgba(0, 0, 0, 0.28);
}

.hero-copy::before {
  background: linear-gradient(90deg, rgba(112, 240, 102, 0.9), transparent);
  box-shadow: 0 0 24px rgba(112, 240, 102, 0.28);
}

.spoil-frame {
  isolation: isolate;
}

.spoil-reveal {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.55rem;
  border: 0;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(112, 240, 102, 0.16), transparent 42%),
    repeating-linear-gradient(90deg, rgba(112, 240, 102, 0.12) 0 1px, transparent 1px 18px),
    rgba(3, 8, 6, 0.92);
  cursor: pointer;
  overflow: hidden;
}

.spoil-reveal::before,
.spoil-reveal::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(112, 240, 102, 0.2), rgba(255, 255, 255, 0.04)),
    rgba(5, 12, 8, 0.88);
  transition: transform 760ms cubic-bezier(0.76, 0, 0.24, 1), opacity 560ms ease;
}

.spoil-reveal::before {
  clip-path: polygon(0 0, 52% 0, 44% 100%, 0 100%);
}

.spoil-reveal::after {
  clip-path: polygon(52% 0, 100% 0, 100% 100%, 44% 100%);
}

.spoil-reveal span,
.spoil-reveal strong {
  position: relative;
  z-index: 1;
  font-family: "Barlow Condensed", Inter, system-ui, sans-serif;
  text-transform: uppercase;
}

.spoil-reveal span {
  color: #b9ffaf;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.spoil-reveal strong {
  padding: 0.7rem 1.2rem;
  border: 1px solid rgba(112, 240, 102, 0.48);
  border-radius: 999px;
  background: rgba(112, 240, 102, 0.12);
  box-shadow: 0 0 32px rgba(112, 240, 102, 0.2);
  font-size: clamp(1.4rem, 3vw, 2.5rem);
  font-weight: 900;
  letter-spacing: 0.12em;
}

.spoil-reveal:hover strong {
  background: rgba(112, 240, 102, 0.22);
}

.spoil-showcase.is-locked .spoil-frame img,
.spoil-showcase.is-locked .spoil-frame video {
  filter: blur(18px) saturate(0.5) brightness(0.34);
  transform: scale(1.08);
}

.spoil-showcase.is-unwrapped .spoil-reveal {
  pointer-events: none;
  animation: spoil-cover-fade 820ms ease forwards;
}

.spoil-showcase.is-unwrapped .spoil-reveal::before {
  transform: translateX(-110%) rotate(-4deg);
  opacity: 0;
}

.spoil-showcase.is-unwrapped .spoil-reveal::after {
  transform: translateX(110%) rotate(4deg);
  opacity: 0;
}

.spoil-showcase.is-unwrapped .spoil-reveal span,
.spoil-showcase.is-unwrapped .spoil-reveal strong {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.spoil-showcase.is-unwrapped .spoil-frame img,
.spoil-showcase.is-unwrapped .spoil-frame video {
  animation: spoil-image-reveal 820ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes spoil-cover-fade {

  0%,
  72% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes spoil-image-reveal {
  from {
    filter: blur(14px) saturate(0.7) brightness(0.55);
    transform: scale(1.06);
  }

  to {
    filter: saturate(1.08) contrast(1.04);
    transform: scale(1);
  }
}

/* Final UI polish */
.button,
.nav-cta,
.footer-cta,
.spoil-controls button,
.signal-switcher button {
  text-shadow: none;
}

.button.secondary,
body[data-theme="day"] .button.secondary {
  color: #f6fff4;
  border-color: rgba(112, 240, 102, 0.46);
  background:
    linear-gradient(135deg, rgba(6, 18, 10, 0.92), rgba(12, 36, 18, 0.78)),
    rgba(3, 8, 6, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 14px 34px rgba(0, 0, 0, 0.26);
}

.button.secondary:hover,
body[data-theme="day"] .button.secondary:hover {
  color: #031006;
  background: linear-gradient(135deg, #70f066, #b7ff89);
  border-color: rgba(183, 255, 137, 0.78);
}

body[data-theme="day"] .hero-actions .button.secondary,
body[data-theme="day"] .hero-actions .button.secondary:visited {
  color: #f8fff6;
}

body[data-theme="day"] .hero-actions .button.secondary:hover,
body[data-theme="day"] .hero-actions .button.secondary:focus-visible {
  color: #031006;
}

.preview-stats span,
.hero-panel,
.feature-grid article,
.social-card,
.ticket-card,
.team-card,
.spoil-showcase {
  border-color: rgba(112, 240, 102, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.026)),
    rgba(2, 8, 6, 0.66);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.feature-grid article:hover,
.social-card:hover,
.ticket-card:hover,
.team-card:hover,
.spoil-showcase:hover {
  transform: translateY(-7px);
  border-color: rgba(112, 240, 102, 0.48);
  box-shadow: 0 34px 96px rgba(0, 0, 0, 0.5), 0 0 34px rgba(112, 240, 102, 0.12);
}

.ticket-card {
  min-height: 230px;
}

.final-cta {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  margin-top: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(112, 240, 102, 0.28);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 20%, rgba(112, 240, 102, 0.22), transparent 18rem),
    linear-gradient(135deg, rgba(112, 240, 102, 0.12), transparent 40%),
    rgba(2, 8, 6, 0.72);
  box-shadow:
    0 30px 100px rgba(0, 0, 0, 0.48),
    0 0 44px rgba(112, 240, 102, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  clip-path: none;
}

.final-cta::before {
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(112, 240, 102, 0.12) 44%, transparent 56%),
    repeating-linear-gradient(90deg, transparent 0 84px, rgba(112, 240, 102, 0.035) 85px, transparent 86px);
  opacity: 0.85;
}

.final-mark {
  width: clamp(90px, 10vw, 126px);
  height: clamp(90px, 10vw, 126px);
  border-radius: 24px;
  border-color: rgba(112, 240, 102, 0.28);
  background:
    radial-gradient(circle, rgba(112, 240, 102, 0.18), transparent 66%),
    rgba(255, 255, 255, 0.055);
}

.final-mark img {
  width: 78%;
}

.final-copy {
  position: relative;
  z-index: 1;
}

.final-copy h2 {
  max-width: 760px;
}

.final-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.final-badges span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 0.82rem;
  border: 1px solid rgba(112, 240, 102, 0.22);
  border-radius: 999px;
  color: #dfffd9;
  background: rgba(112, 240, 102, 0.08);
  font-family: "Barlow Condensed", Inter, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.final-actions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.7rem;
  min-width: 190px;
}

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

.site-footer {
  grid-template-columns: minmax(240px, 1.2fr) minmax(180px, 0.8fr) minmax(230px, 0.8fr);
  margin: 0 clamp(1rem, 5vw, 5rem) clamp(1rem, 3vw, 2rem);
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(112, 240, 102, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(2, 8, 6, 0.58);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-footer::before {
  background:
    radial-gradient(circle at 10% 0%, rgba(112, 240, 102, 0.12), transparent 20rem),
    repeating-linear-gradient(90deg, transparent 0 120px, rgba(112, 240, 102, 0.03) 121px, transparent 122px);
}

.footer-brand-block>p {
  color: #d8e8d4;
  font-size: 1.02rem;
}

.footer-socials a {
  border-color: rgba(112, 240, 102, 0.3);
  background: rgba(112, 240, 102, 0.08);
}

.footer-cta {
  color: #031006;
  border-color: rgba(112, 240, 102, 0.62);
  background: linear-gradient(135deg, #70f066, #b7ff89);
}

.footer-bottom {
  grid-column: 1 / -1;
  color: rgba(246, 255, 244, 0.68);
}

@media (max-width: 900px) {

  .final-cta,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .final-actions {
    min-width: 0;
  }
}

#info .section-heading::before {
  content: "01";
}

#standard .section-heading::before {
  content: "02";
}

#team .section-heading::before {
  content: "03";
}

#spoils .section-heading::before {
  content: "04";
}

#socials .section-heading::before {
  content: "05";
}

#applications .section-heading::before {
  content: "06";
}

.info-section {
  overflow: hidden;
}

.info-section::after {
  content: "";
  position: absolute;
  right: clamp(1rem, 7vw, 7rem);
  top: 18%;
  width: clamp(180px, 22vw, 340px);
  aspect-ratio: 1;
  border: 1px solid rgba(0, 255, 167, 0.2);
  background:
    linear-gradient(135deg, rgba(0, 255, 167, 0.14), transparent 55%),
    radial-gradient(circle, rgba(72, 221, 255, 0.18), transparent 68%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  opacity: 0.42;
  pointer-events: none;
}

.info-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(1.25rem, 4vw, 3rem);
  border: 1px solid rgba(72, 221, 255, 0.2);
  background:
    linear-gradient(135deg, rgba(9, 22, 25, 0.86), rgba(4, 8, 11, 0.72)),
    radial-gradient(circle at 18% 20%, rgba(0, 255, 167, 0.16), transparent 42%);
  box-shadow: var(--shadow), 0 0 54px rgba(0, 255, 167, 0.09);
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 26px 100%, 0 calc(100% - 26px));
}

.info-panel::before,
.info-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.info-panel::before {
  inset: 0;
  background:
    repeating-linear-gradient(90deg, transparent 0 78px, rgba(255, 255, 255, 0.025) 79px, transparent 80px),
    linear-gradient(90deg, rgba(72, 221, 255, 0.42), transparent 28%) top left / 100% 1px no-repeat,
    linear-gradient(180deg, rgba(0, 255, 167, 0.38), transparent 32%) top left / 1px 100% no-repeat;
  opacity: 0.7;
}

.info-panel::after {
  inset: auto 2rem 1.2rem auto;
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 255, 167, 0.85));
  box-shadow: 0 0 24px rgba(0, 255, 167, 0.55);
}

.info-badge {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 240px;
}

.info-badge::before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(0, 255, 167, 0.36);
  background: rgba(0, 255, 167, 0.05);
  box-shadow: inset 0 0 34px rgba(0, 255, 167, 0.12), 0 0 46px rgba(0, 255, 167, 0.18);
  transform: rotate(45deg);
}

.info-badge img {
  position: relative;
  z-index: 1;
  width: min(210px, 72%);
  filter: drop-shadow(0 0 20px rgba(0, 255, 167, 0.42)) drop-shadow(0 0 44px rgba(72, 221, 255, 0.16));
}

.info-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  color: rgba(242, 255, 251, 0.82);
  font-size: clamp(0.98rem, 1vw, 1.08rem);
  line-height: 1.75;
}

.info-copy p {
  margin: 0;
}

.info-copy p:first-child {
  color: #ffffff;
  font-size: clamp(1.06rem, 1.25vw, 1.22rem);
  font-weight: 800;
}

body[data-theme="day"] .info-panel {
  border-color: rgba(112, 240, 102, 0.28);
  background:
    radial-gradient(circle at 18% 20%, rgba(112, 240, 102, 0.24), transparent 18rem),
    radial-gradient(circle at 88% 12%, rgba(255, 184, 92, 0.16), transparent 20rem),
    linear-gradient(135deg, rgba(8, 20, 10, 0.78), rgba(24, 16, 8, 0.64)),
    rgba(4, 10, 6, 0.62);
  box-shadow: 0 26px 86px rgba(4, 8, 5, 0.42), 0 0 42px rgba(112, 240, 102, 0.1);
}

body[data-theme="day"] .info-panel::before {
  background:
    repeating-linear-gradient(90deg, transparent 0 78px, rgba(112, 240, 102, 0.035) 79px, transparent 80px),
    linear-gradient(90deg, rgba(112, 240, 102, 0.44), transparent 30%) top left / 100% 1px no-repeat,
    linear-gradient(180deg, rgba(255, 184, 92, 0.34), transparent 34%) top left / 1px 100% no-repeat;
}

body[data-theme="day"] .info-panel::after {
  background: linear-gradient(90deg, transparent, rgba(112, 240, 102, 0.88));
  box-shadow: 0 0 24px rgba(112, 240, 102, 0.48);
}

body[data-theme="day"] .info-badge::before {
  border-color: rgba(112, 240, 102, 0.38);
  background: rgba(112, 240, 102, 0.06);
  box-shadow: inset 0 0 34px rgba(112, 240, 102, 0.12), 0 0 46px rgba(112, 240, 102, 0.16);
}

body[data-theme="day"] .info-copy {
  color: rgba(255, 241, 213, 0.78);
}

body[data-theme="day"] .info-copy p:first-child {
  color: #f8fff6;
}

@media (max-width: 980px) {
  .info-panel {
    grid-template-columns: 1fr;
  }

  .info-badge {
    min-height: 170px;
  }

  .info-badge img {
    width: min(180px, 54vw);
  }
}

@media (max-width: 620px) {
  .info-panel {
    padding: 1.1rem;
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
  }

  .info-copy {
    font-size: 0.96rem;
    line-height: 1.68;
  }
}

:root {
  --motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --motion-soft: cubic-bezier(0.16, 1, 0.3, 1);
}

html {
  scroll-padding-top: 96px;
}

.site-loader {
  transition: opacity 520ms var(--motion-ease), visibility 520ms var(--motion-ease);
}

.hero-shot {
  transition: opacity 760ms var(--motion-ease), transform 1200ms var(--motion-soft), filter 760ms var(--motion-ease);
  will-change: opacity, transform;
}

.hero-panel {
  animation-duration: 9s;
}

.hero,
.hero-panel,
.team-card,
.spoil-showcase,
.info-panel {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.site-header nav a,
.nav-cta,
.button,
.hero-panel a,
.footer-cta,
.spoil-controls button,
.signal-switcher button {
  transition:
    color 220ms var(--motion-ease),
    background 220ms var(--motion-ease),
    border-color 220ms var(--motion-ease),
    box-shadow 260ms var(--motion-ease),
    transform 260ms var(--motion-ease);
}

.nav-cta:hover,
.button:hover,
.hero-panel a:hover,
.footer-cta:hover,
.loader-skip:hover {
  transform: translateY(-2px);
}

.feature-grid article,
.social-card,
.ticket-card,
.team-card,
.spoil-showcase,
.info-panel,
.final-cta {
  transition:
    border-color 280ms var(--motion-ease),
    box-shadow 320ms var(--motion-ease),
    filter 320ms var(--motion-ease),
    transform 420ms var(--motion-soft);
  will-change: transform;
}

.feature-grid article:hover,
.social-card:hover,
.ticket-card:hover,
.team-card:hover,
.spoil-showcase:hover,
.info-panel:hover,
.final-cta:hover {
  transform: translateY(-5px);
}

.team-cover img,
.spoil-frame img,
.spoil-video {
  transition: transform 900ms var(--motion-soft), filter 700ms var(--motion-ease), opacity 500ms var(--motion-ease);
}

.team-card:hover .team-cover img {
  transform: scale(1.035);
}

.spoil-showcase:hover .spoil-frame img,
.spoil-showcase:hover .spoil-video {
  transform: scale(1.015);
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.992);
  transition:
    opacity 680ms var(--motion-ease),
    transform 820ms var(--motion-soft);
  transition-delay: calc(var(--reveal-order, 0) * 24ms);
  will-change: opacity, transform;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.info-panel {
  transition:
    border-color 280ms var(--motion-ease),
    box-shadow 320ms var(--motion-ease),
    transform 520ms var(--motion-soft);
}

.info-badge img {
  animation: info-logo-glow 4.8s ease-in-out infinite;
}

@keyframes info-logo-glow {

  0%,
  100% {
    transform: translateY(0) scale(1);
    filter: drop-shadow(0 0 18px rgba(0, 255, 167, 0.35)) drop-shadow(0 0 34px rgba(72, 221, 255, 0.12));
  }

  50% {
    transform: translateY(-4px) scale(1.018);
    filter: drop-shadow(0 0 24px rgba(0, 255, 167, 0.48)) drop-shadow(0 0 48px rgba(72, 221, 255, 0.18));
  }
}

@media (prefers-reduced-motion: reduce) {
  .info-badge img {
    animation: none;
  }

  .hero-shot,
  .feature-grid article,
  .social-card,
  .ticket-card,
  .team-card,
  .spoil-showcase,
  .info-panel,
  .final-cta {
    will-change: auto;
  }
}