:root {
  --bg: #020307;
  --ink: #f7fbff;
  --muted: #96a7b8;
  --soft: #dbe7f1;
  --ice: #8fe8ff;
  --ice-strong: #35cfff;
  --blue: #0d6efd;
  --chrome: #c9d2dc;
  --steel: #111923;
  --panel: rgba(8, 13, 20, 0.78);
  --panel-strong: rgba(10, 16, 24, 0.94);
  --line: rgba(168, 226, 255, 0.18);
  --line-strong: rgba(179, 235, 255, 0.36);
  --danger: #ff6b6b;
  --ok: #83ffd5;
  --radius: 8px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100svh;
  background:
    radial-gradient(circle at 50% -10%, rgba(51, 151, 255, 0.22), transparent 34rem),
    linear-gradient(180deg, #05070c 0%, #020307 44%, #000 100%);
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  overflow-x: hidden;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

.noise,
.stage-lines,
.particle-field {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.noise {
  z-index: 60;
  opacity: 0.052;
  mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.stage-lines {
  z-index: -2;
  opacity: 0.42;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(159, 226, 255, 0.08) 8.1% 8.2%, transparent 8.3% 32%, rgba(255, 255, 255, 0.045) 32.1% 32.18%, transparent 32.28% 67%, rgba(159, 226, 255, 0.075) 67.1% 67.2%, transparent 67.3% 92%, rgba(255, 255, 255, 0.04) 92.1% 92.16%, transparent 92.28%),
    radial-gradient(circle at 50% 18%, rgba(131, 229, 255, 0.16), transparent 30rem);
}

.particle-field {
  z-index: -1;
  opacity: 0.72;
  background-image:
    radial-gradient(circle, rgba(205, 242, 255, 0.5) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(102, 210, 255, 0.35) 0 1px, transparent 1.4px);
  background-position:
    12% 24%,
    80% 32%;
  background-size:
    5.4rem 7rem,
    7.2rem 8rem;
  animation: particleDrift 22s linear infinite;
}

.section {
  position: relative;
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: 82px 0;
}

.topbar {
  position: fixed;
  top: 12px;
  left: 50%;
  z-index: 50;
  width: min(1120px, calc(100% - 24px));
  min-height: 58px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 10px 9px 12px;
  border: 1px solid rgba(210, 238, 255, 0.16);
  border-radius: 999px;
  background: rgba(2, 4, 8, 0.74);
  backdrop-filter: blur(22px);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(116, 220, 255, 0.48));
}

.topbar nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  min-width: 0;
}

.topbar nav a {
  border-radius: 999px;
  padding: 10px 11px;
  color: #d6e2ee;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    color 0.32s var(--ease),
    background 0.32s var(--ease),
    box-shadow 0.32s var(--ease),
    transform 0.32s var(--ease);
}

.topbar nav a:hover,
.nav-pill {
  color: #fff !important;
  background: rgba(143, 232, 255, 0.09);
  box-shadow: inset 0 0 0 1px rgba(177, 235, 255, 0.16);
  transform: translateY(-1px);
}

.hero {
  min-height: 92svh;
  display: grid;
  place-items: center;
  padding-top: 112px;
  padding-bottom: 74px;
  text-align: center;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(840px, 90vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(214, 242, 255, 0.5), transparent);
}

.hero-crystal {
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: -1;
  width: min(620px, 120vw);
  aspect-ratio: 1;
  transform: translate(-50%, calc(-50% + var(--parallax-y, 0px)));
  display: grid;
  place-items: center;
  opacity: 0.94;
  will-change: transform;
}

.hero-crystal::before,
.hero-crystal::after {
  content: "";
  position: absolute;
  inset: 15%;
  border: 1px solid rgba(183, 237, 255, 0.18);
  transform: rotate(45deg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 36%),
    linear-gradient(315deg, rgba(85, 202, 255, 0.18), transparent 44%);
  box-shadow:
    inset 0 0 44px rgba(117, 220, 255, 0.12),
    0 0 80px rgba(48, 174, 255, 0.16);
}

.hero-crystal::after {
  inset: 25%;
  opacity: 0.58;
  animation: crystalBreath 7s var(--ease) infinite;
}

.crystal-core {
  position: absolute;
  width: 32%;
  aspect-ratio: 1;
  transform: rotate(45deg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(142, 232, 255, 0.28) 36%, rgba(0, 0, 0, 0.1)),
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.8), transparent 24%);
  border: 1px solid rgba(236, 250, 255, 0.42);
  box-shadow:
    0 0 44px rgba(137, 231, 255, 0.38),
    inset 0 0 38px rgba(0, 0, 0, 0.34);
}

.hero-logo {
  width: min(420px, 78vw);
  opacity: 0.36;
  filter: drop-shadow(0 0 38px rgba(121, 224, 255, 0.42));
  animation: logoFloat 8s var(--ease) infinite;
}

.hero-copy {
  width: min(860px, 100%);
  max-width: calc(100vw - 28px);
  margin: 0 auto;
  transform: translateY(12px);
}

.eyebrow {
  margin: 0;
  color: var(--ice);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.hero h1,
.section h1,
.section h2 {
  margin: 12px 0;
  color: #fff;
  font-size: clamp(46px, 15vw, 126px);
  line-height: 0.88;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.section h2 {
  font-size: clamp(31px, 9vw, 72px);
  letter-spacing: 0.035em;
  line-height: 0.94;
}

.lead,
.section-text {
  max-width: 720px;
  margin: 18px auto 0;
  color: #d2dde8;
  font-size: clamp(16px, 4.2vw, 21px);
  line-height: 1.62;
  max-width: min(720px, 100%);
}

.section-text {
  margin-left: 0;
  font-size: 16px;
  color: var(--muted);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 11px;
  margin-top: 30px;
}

.btn {
  position: relative;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(210, 238, 255, 0.18);
  border-radius: 999px;
  padding: 13px 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 0.34s var(--ease),
    border-color 0.34s var(--ease),
    box-shadow 0.34s var(--ease),
    background 0.34s var(--ease);
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-115%) skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transition: transform 0.75s var(--ease);
}

.btn:hover {
  transform: translateY(-2px);
  border-color: rgba(203, 242, 255, 0.46);
  box-shadow: 0 18px 50px rgba(34, 172, 255, 0.16);
}

.btn:hover::before {
  transform: translateX(115%) skewX(-18deg);
}

.btn.primary {
  border-color: rgba(233, 251, 255, 0.5);
  background:
    linear-gradient(135deg, #fff, #b9f1ff 34%, #3fbfff 74%, #0b63e6);
  color: #020407;
  box-shadow:
    0 0 30px rgba(67, 193, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.btn.ghost {
  background: rgba(7, 11, 17, 0.68);
}

.btn.danger {
  border-color: rgba(255, 107, 107, 0.46);
  color: #ffe1e1;
}

.btn.small {
  min-height: 39px;
  padding: 10px 14px;
  font-size: 10px;
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.58;
  transform: none;
}

.split {
  display: grid;
  gap: 28px;
}

.feature-grid,
.events-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.card,
.event-card,
.admin-card,
.detail-card {
  position: relative;
  border: 1px solid rgba(180, 228, 255, 0.16);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.018)),
    rgba(5, 8, 13, 0.68);
  box-shadow:
    0 22px 78px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transform-style: preserve-3d;
}

.card,
.event-card,
.detail-card {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease),
    border-color 0.36s var(--ease),
    box-shadow 0.36s var(--ease);
}

.card.is-visible,
.event-card.is-visible,
.detail-card.is-visible,
.atmosphere-copy.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.card::before,
.event-card::before,
.admin-card::before,
.detail-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 0%), rgba(164, 236, 255, 0.18), transparent 34%);
  transition: opacity 0.36s var(--ease);
}

.card:hover,
.event-card:hover {
  border-color: rgba(199, 241, 255, 0.34);
  box-shadow:
    0 32px 96px rgba(0, 0, 0, 0.48),
    0 0 46px rgba(61, 186, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.card:hover::before,
.event-card:hover::before {
  opacity: 1;
}

.card > *,
.event-card > *,
.admin-card > *,
.detail-card > * {
  position: relative;
  z-index: 1;
}

.card {
  padding: 22px;
}

.card span {
  color: var(--ice);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.card h3,
.event-card h3 {
  margin: 13px 0 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: 0.02em;
}

.card p,
.event-card p,
.detail-card p {
  color: var(--muted);
  line-height: 1.62;
}

.atmosphere {
  display: grid;
  gap: 26px;
  align-items: center;
}

.atmosphere-visual {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border-block: 1px solid rgba(195, 232, 255, 0.12);
  background:
    linear-gradient(90deg, transparent, rgba(147, 227, 255, 0.08), transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent);
}

.atmosphere-visual::before {
  content: "";
  position: absolute;
  inset: 18% 20%;
  border: 1px solid rgba(205, 242, 255, 0.24);
  transform: perspective(700px) rotateX(62deg) rotateZ(45deg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 38%),
    linear-gradient(315deg, rgba(80, 204, 255, 0.18), transparent 44%);
  box-shadow:
    0 0 70px rgba(89, 204, 255, 0.16),
    inset 0 0 52px rgba(255, 255, 255, 0.06);
}

.atmosphere-visual span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(transparent, rgba(176, 236, 255, 0.48), transparent);
  animation: ledPulse 4s var(--ease) infinite;
}

.atmosphere-visual span:nth-child(1) {
  left: 16%;
}

.atmosphere-visual span:nth-child(2) {
  left: 38%;
  animation-delay: 0.8s;
}

.atmosphere-visual span:nth-child(3) {
  right: 31%;
  animation-delay: 1.4s;
}

.atmosphere-visual span:nth-child(4) {
  right: 12%;
  animation-delay: 2.1s;
}

.atmosphere-copy {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.event-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  border: 1px solid rgba(178, 230, 255, 0.2);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(143, 232, 255, 0.055);
  color: #c8f2ff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-top: 1px solid rgba(185, 228, 255, 0.14);
  padding: 18px 0 0;
  color: rgba(221, 236, 246, 0.68);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.footer img {
  width: 30px;
  filter: drop-shadow(0 0 14px rgba(126, 224, 255, 0.42));
}

.event-detail {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding-top: 126px;
}

.detail-card {
  width: min(920px, 100%);
  margin: auto;
  padding: 26px;
}

.detail-card h1 {
  font-size: clamp(42px, 12vw, 92px);
}

.contact-body {
  background:
    radial-gradient(circle at 20% -10%, rgba(217, 189, 120, 0.16), transparent 30rem),
    radial-gradient(circle at 80% 6%, rgba(68, 190, 255, 0.2), transparent 34rem),
    linear-gradient(180deg, #05070c 0%, #020307 48%, #000 100%);
}

.contact-hero {
  min-height: 100svh;
  display: grid;
  gap: 28px;
  align-items: center;
  padding-top: 126px;
}

.contact-hero > * {
  min-width: 0;
}

.contact-intro {
  position: relative;
  min-width: 0;
  animation: contactRise 0.9s var(--ease) both;
}

.contact-intro h1 {
  max-width: 820px;
  font-size: clamp(43px, 10vw, 104px);
  letter-spacing: 0.035em;
}

.contact-intro .lead {
  margin-left: 0;
}

.contact-visual {
  position: relative;
  min-height: 280px;
  margin-top: 34px;
  overflow: hidden;
  border-block: 1px solid rgba(218, 239, 255, 0.16);
  background:
    linear-gradient(90deg, rgba(2, 3, 7, 0.82), transparent 38%, rgba(2, 3, 7, 0.9)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.075) 0 1px, transparent 1px 11%);
  transform: translateY(var(--contact-y, 0));
  will-change: transform;
}

.contact-visual::before {
  content: "";
  position: absolute;
  inset: 16% 18%;
  border: 1px solid rgba(226, 246, 255, 0.2);
  transform: perspective(760px) rotateX(62deg) rotateZ(45deg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 38%),
    linear-gradient(315deg, rgba(74, 201, 255, 0.18), transparent 44%),
    linear-gradient(45deg, rgba(217, 189, 120, 0.12), transparent 48%);
  box-shadow:
    0 0 80px rgba(92, 209, 255, 0.14),
    inset 0 0 54px rgba(255, 255, 255, 0.06);
}

.contact-visual img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(390px, 72vw);
  transform: translate(-50%, -50%);
  opacity: 0.3;
  filter:
    drop-shadow(0 0 36px rgba(143, 232, 255, 0.42))
    drop-shadow(0 0 30px rgba(217, 189, 120, 0.16));
  animation: contactLogoFloat 7s var(--ease) infinite;
}

.contact-beam {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 0 35%, rgba(255, 255, 255, 0.12) 45%, transparent 58%);
  transform: translateX(-80%);
  animation: contactBeam 5.8s var(--ease) infinite;
}

.contact-visual span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(transparent, rgba(226, 246, 255, 0.56), transparent);
  animation: ledPulse 4s var(--ease) infinite;
}

.contact-visual span:nth-of-type(1) {
  left: 18%;
}

.contact-visual span:nth-of-type(2) {
  left: 54%;
  animation-delay: 0.9s;
}

.contact-visual span:nth-of-type(3) {
  right: 16%;
  animation-delay: 1.7s;
}

.contact-signals {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 14px;
}

.contact-signals div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(190, 232, 255, 0.14);
  padding: 12px 0;
}

.contact-signals strong {
  color: #d9bd78;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.2em;
}

.contact-signals span {
  min-width: 0;
  color: rgba(222, 237, 247, 0.72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-align: right;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.contact-suite {
  position: relative;
  display: grid;
  gap: 18px;
  border: 1px solid rgba(206, 238, 255, 0.18);
  border-radius: 8px;
  padding: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 0%), rgba(143, 232, 255, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.024)),
    rgba(4, 8, 13, 0.82);
  box-shadow:
    0 32px 110px rgba(0, 0, 0, 0.54),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 0 70px rgba(92, 209, 255, 0.065);
  backdrop-filter: blur(22px);
  animation: contactPanelSettle 0.9s var(--ease) both;
}

.contact-suite::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 34%, rgba(217, 189, 120, 0.18), transparent 72%) border-box;
  mask:
    linear-gradient(#000 0 0) padding-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.contact-suite::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transform: translateX(-110%);
  animation: contactScan 6s var(--ease) infinite;
}

.contact-suite-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.contact-suite-head h2 {
  margin: 9px 0 0;
  font-size: clamp(24px, 6vw, 42px);
  line-height: 0.98;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.contact-live-indicator {
  position: relative;
  flex: 0 0 auto;
  border: 1px solid rgba(131, 255, 213, 0.28);
  border-radius: 999px;
  padding: 8px 10px 8px 22px;
  background: rgba(131, 255, 213, 0.07);
  color: #b9ffe8;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-live-indicator::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #83ffd5;
  box-shadow: 0 0 14px rgba(131, 255, 213, 0.82);
  transform: translateY(-50%);
}

.contact-fields {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.contact-field {
  display: grid;
  gap: 8px;
  min-width: 0;
  margin: 0;
}

.contact-field span,
.contact-consent span {
  color: #b7c8d8;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid rgba(188, 232, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    rgba(0, 0, 0, 0.28);
  color: #fff;
  outline: none;
  padding: 15px 14px;
  transition:
    border-color 0.26s var(--ease),
    box-shadow 0.26s var(--ease),
    background 0.26s var(--ease),
    transform 0.26s var(--ease);
}

.contact-field textarea {
  min-height: 146px;
  resize: vertical;
  line-height: 1.56;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: rgba(208, 224, 236, 0.42);
}

.contact-field:focus-within input,
.contact-field:focus-within textarea {
  border-color: rgba(151, 232, 255, 0.58);
  background: rgba(6, 14, 22, 0.74);
  box-shadow:
    0 0 0 4px rgba(86, 202, 255, 0.1),
    0 12px 40px rgba(0, 0, 0, 0.22);
  transform: translateY(-1px);
}

.contact-field:focus-within span {
  color: #dff7ff;
}

.contact-consent {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0;
  color: rgba(222, 237, 247, 0.7);
}

.contact-consent input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--ice);
}

.contact-consent span {
  color: rgba(222, 237, 247, 0.64);
  font-size: 10px;
  line-height: 1.5;
}

.contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-actions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.contact-submit {
  width: 100%;
}

.contact-status {
  min-height: 22px;
  margin: 0;
  color: rgba(219, 231, 241, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

.contact-status[data-mode="success"] {
  color: var(--ok);
}

.contact-status[data-mode="error"] {
  color: #ffc1c1;
}

.contact-status[data-mode="pending"] {
  color: #dff7ff;
}

.contact-suite.is-sending {
  border-color: rgba(143, 232, 255, 0.34);
}

.contact-suite.is-complete {
  border-color: rgba(131, 255, 213, 0.46);
  box-shadow:
    0 34px 120px rgba(0, 0, 0, 0.56),
    0 0 54px rgba(131, 255, 213, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.gallery-app {
  min-height: 100svh;
}

.gallery-loading,
.gallery-empty {
  min-height: 86svh;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
}

.gallery-empty-mark {
  width: min(360px, 74vw);
  margin-bottom: 24px;
  opacity: 0.34;
  filter: drop-shadow(0 0 34px rgba(143, 232, 255, 0.34));
}

.gallery-archive-hero {
  min-height: 92svh;
  display: grid;
  gap: 26px;
  align-items: center;
  padding-top: 116px;
  padding-bottom: 64px;
}

.gallery-archive-visual {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-block: 1px solid rgba(205, 238, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.12)),
    var(--gallery-image, linear-gradient(135deg, #101722, #020307)),
    linear-gradient(135deg, #09111a, #020307);
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.gallery-archive-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 3, 7, 0.72), rgba(2, 3, 7, 0.08) 42%, rgba(2, 3, 7, 0.78)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 13%);
}

.gallery-archive-visual img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(420px, 72vw);
  transform: translate(-50%, -50%);
  opacity: 0.32;
  filter: drop-shadow(0 0 38px rgba(143, 232, 255, 0.42));
}

.gallery-archive-copy {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
}

.gallery-events-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.gallery-event-card,
.gallery-photo-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(191, 232, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(5, 8, 13, 0.7);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  opacity: 0;
  transform: translateY(22px);
  transform-style: preserve-3d;
  transition:
    opacity 0.7s var(--ease) var(--delay, 0ms),
    transform 0.7s var(--ease) var(--delay, 0ms),
    border-color 0.34s var(--ease),
    box-shadow 0.34s var(--ease);
}

.gallery-event-card.is-visible,
.gallery-photo-card.is-visible,
.gallery-archive-copy.is-visible,
.gallery-event-hero-copy.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.gallery-event-card::before,
.gallery-photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 0%), rgba(215, 245, 255, 0.16), transparent 38%);
  transition: opacity 0.34s var(--ease);
}

.gallery-event-card:hover,
.gallery-photo-card:hover {
  border-color: rgba(217, 246, 255, 0.34);
  box-shadow:
    0 36px 104px rgba(0, 0, 0, 0.52),
    0 0 48px rgba(96, 208, 255, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.gallery-event-card:hover::before,
.gallery-photo-card:hover::before {
  opacity: 1;
}

.gallery-event-card a {
  display: grid;
  min-height: 430px;
}

.gallery-event-cover {
  position: relative;
  min-height: 280px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.4)),
    var(--gallery-image, linear-gradient(135deg, #101722, #020307)),
    linear-gradient(135deg, #111923, #020307);
  background-position: center;
  background-size: cover;
}

.gallery-event-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 36%, rgba(2, 3, 7, 0.82));
}

.gallery-event-cover span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  border: 1px solid rgba(225, 247, 255, 0.22);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(2, 5, 9, 0.68);
  color: #dff7ff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.gallery-event-copy {
  display: grid;
  align-content: end;
  gap: 10px;
  min-height: 150px;
  padding: 20px;
}

.gallery-event-copy h2 {
  margin: 0;
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.gallery-event-copy p {
  margin: 0;
  color: var(--muted);
}

.gallery-event-hero {
  position: relative;
  min-height: 78svh;
  display: grid;
  align-items: end;
  background:
    var(--gallery-image, linear-gradient(135deg, #101722, #020307)),
    linear-gradient(135deg, #101722, #020307);
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.gallery-event-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(2, 3, 7, 0.42), rgba(2, 3, 7, 0.12) 34%, rgba(2, 3, 7, 0.88)),
    linear-gradient(90deg, rgba(2, 3, 7, 0.82), transparent 54%);
}

.gallery-event-hero-copy {
  width: min(1180px, calc(100% - 28px));
  padding-top: 128px;
  padding-bottom: 52px;
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
}

.gallery-event-hero-copy .lead {
  margin-left: 0;
}

.gallery-back {
  margin-bottom: 18px;
}

.gallery-photo-section {
  padding-top: 42px;
}

.gallery-photo-grid {
  column-count: 1;
  column-gap: 14px;
}

.gallery-photo-card {
  display: inline-block;
  width: 100%;
  margin: 0 0 14px;
  break-inside: avoid;
  background: #04070b;
}

.gallery-photo-preview {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  color: inherit;
  cursor: zoom-in;
}

.gallery-photo-card img {
  width: 100%;
  min-height: 260px;
  object-fit: cover;
  background: #060a10;
  transition:
    transform 0.8s var(--ease),
    filter 0.38s var(--ease);
}

.gallery-photo-card.is-tall img {
  min-height: 430px;
}

.gallery-photo-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.04);
}

.gallery-photo-actions {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 4;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.28s var(--ease),
    transform 0.28s var(--ease);
}

.download-bubble {
  position: fixed;
  z-index: 90;
  border: 1px solid rgba(210, 238, 255, 0.22);
  border-radius: 8px;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(3, 7, 12, 0.94);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px);
}

.download-bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 16px;
  height: 16px;
  transform: translateX(-50%) rotate(45deg);
  border-right: 1px solid rgba(210, 238, 255, 0.18);
  border-bottom: 1px solid rgba(210, 238, 255, 0.18);
  background: rgba(3, 7, 12, 0.94);
}

.download-bubble-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(210, 238, 255, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  cursor: pointer;
}

.download-bubble form {
  display: grid;
  gap: 10px;
  padding-top: 4px;
}

.download-bubble strong {
  padding-right: 34px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.download-bubble label {
  display: grid;
  gap: 7px;
  color: #b7c8d8;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.download-bubble input {
  width: 100%;
  border: 1px solid rgba(188, 232, 255, 0.16);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.32);
  color: #fff;
  outline: none;
  padding: 13px 14px;
}

.download-bubble input:focus {
  border-color: rgba(151, 232, 255, 0.58);
  box-shadow: 0 0 0 4px rgba(86, 202, 255, 0.1);
}

#downloadStatus {
  min-height: 20px;
  margin: 0;
  color: rgba(219, 231, 241, 0.72);
  font-size: 12px;
  line-height: 1.45;
}

.gallery-lightbox-open {
  overflow: hidden;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 88;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 58px;
  align-items: center;
  gap: 12px;
  padding: 84px 22px 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(143, 232, 255, 0.16), transparent 34rem),
    rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(18px);
}

.gallery-lightbox figure {
  width: min(1180px, 100%);
  max-height: calc(100svh - 126px);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 12px;
  margin: 0 auto;
}

.gallery-lightbox img {
  width: 100%;
  height: 100%;
  max-height: calc(100svh - 180px);
  object-fit: contain;
  border: 1px solid rgba(210, 238, 255, 0.18);
  border-radius: 8px;
  background: rgba(4, 7, 11, 0.86);
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.72),
    0 0 54px rgba(92, 205, 255, 0.14);
}

.gallery-lightbox figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.gallery-lightbox figcaption span {
  min-width: 74px;
  color: rgba(219, 231, 241, 0.72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
}

.gallery-lightbox-close,
.gallery-lightbox-arrow {
  border: 1px solid rgba(210, 238, 255, 0.18);
  border-radius: 999px;
  background: rgba(7, 11, 17, 0.68);
  color: #fff;
  cursor: pointer;
  transition:
    transform 0.28s var(--ease),
    border-color 0.28s var(--ease),
    background 0.28s var(--ease);
}

.gallery-lightbox-close:hover,
.gallery-lightbox-arrow:hover {
  transform: translateY(-2px);
  border-color: rgba(203, 242, 255, 0.46);
  background: rgba(143, 232, 255, 0.1);
}

.gallery-lightbox-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 42px;
  height: 42px;
  font-size: 15px;
  font-weight: 900;
}

.gallery-lightbox-arrow {
  width: 52px;
  height: 52px;
  font-size: 24px;
  font-weight: 900;
}

.claim-body {
  min-height: 100svh;
  background:
    radial-gradient(circle at 50% -8%, rgba(81, 176, 255, 0.24), transparent 30rem),
    linear-gradient(180deg, #060a10, #010204 62%, #000);
}

.claim-ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.8;
  background:
    linear-gradient(90deg, transparent 10%, rgba(159, 226, 255, 0.08) 10.08% 10.14%, transparent 10.22% 49%, rgba(255, 255, 255, 0.04) 49.05% 49.1%, transparent 49.18% 87%, rgba(159, 226, 255, 0.06) 87.08% 87.14%, transparent 87.22%),
    radial-gradient(circle at 50% 36%, rgba(141, 232, 255, 0.14), transparent 22rem);
}

.claim-shell {
  min-height: 100svh;
  width: 100%;
  display: grid;
  place-items: center;
  padding: 14px;
}

.mobile-experience {
  position: relative;
  width: min(450px, calc(100vw - 28px));
  min-height: min(780px, calc(100svh - 28px));
  overflow: hidden;
  border: 1px solid rgba(194, 237, 255, 0.22);
  border-radius: 22px;
  padding: 22px 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(3, 6, 10, 0.86);
  box-shadow:
    0 34px 120px rgba(0, 0, 0, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 0 70px rgba(75, 190, 255, 0.08);
  text-align: center;
}

.mobile-experience::before {
  content: "";
  position: absolute;
  inset: -35%;
  opacity: 0.5;
  background: conic-gradient(from 180deg, transparent, rgba(113, 224, 255, 0.11), transparent 34%, rgba(255, 255, 255, 0.06), transparent 70%);
  animation: slowSpin 18s linear infinite;
}

.claim-topline,
#qrExperience,
#accessDenied {
  position: relative;
  z-index: 1;
}

.claim-topline {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(226, 241, 248, 0.7);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.26em;
}

.claim-logo {
  width: min(190px, 58vw);
  margin: 0 auto;
  filter: drop-shadow(0 0 28px rgba(120, 224, 255, 0.42));
}

#qrExperience h1 {
  margin: 10px 0 8px;
  font-size: clamp(32px, 10vw, 50px);
  line-height: 0.92;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.claim-intro {
  max-width: 300px;
  margin: 0 auto 18px;
  color: var(--muted);
  line-height: 1.5;
}

.claim-form,
.wheel-section {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  min-width: 0;
}

.claim-form input,
.admin-card input,
.admin-card textarea,
.admin-card select {
  width: 100%;
  border: 1px solid rgba(188, 232, 255, 0.16);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.32);
  color: #fff;
  outline: none;
  padding: 15px 15px;
  transition:
    border-color 0.24s var(--ease),
    box-shadow 0.24s var(--ease),
    background 0.24s var(--ease);
}

.claim-form input::placeholder,
.admin-card input::placeholder,
.admin-card textarea::placeholder {
  color: rgba(208, 224, 236, 0.44);
}

.claim-form input:focus,
.admin-card input:focus,
.admin-card textarea:focus,
.admin-card select:focus {
  border-color: rgba(151, 232, 255, 0.58);
  background: rgba(6, 14, 22, 0.74);
  box-shadow: 0 0 0 4px rgba(86, 202, 255, 0.1);
}

.hidden {
  display: none !important;
}

.wheel-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
  color: rgba(226, 242, 250, 0.62);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.25em;
}

.wheel-status span {
  width: 46px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(176, 235, 255, 0.56));
}

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

.astra-wheel {
  position: relative;
  width: min(318px, 82vw);
  aspect-ratio: 1;
  margin: 18px auto 20px;
  border: 1px solid rgba(210, 246, 255, 0.5);
  border-radius: 50%;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at center, rgba(2, 5, 10, 0.98) 0 23%, transparent 24%),
    conic-gradient(
      from -22.5deg,
      rgba(172, 239, 255, 0.72) 0deg 45deg,
      rgba(255, 255, 255, 0.065) 45deg 90deg,
      rgba(172, 239, 255, 0.72) 90deg 135deg,
      rgba(255, 255, 255, 0.065) 135deg 180deg,
      rgba(172, 239, 255, 0.72) 180deg 225deg,
      rgba(255, 255, 255, 0.065) 225deg 270deg,
      rgba(172, 239, 255, 0.72) 270deg 315deg,
      rgba(255, 255, 255, 0.065) 315deg 360deg
    );
  box-shadow:
    0 0 54px rgba(88, 206, 255, 0.28),
    inset 0 0 44px rgba(50, 185, 255, 0.16),
    inset 0 0 0 10px rgba(255, 255, 255, 0.025);
}

.astra-wheel::before,
.astra-wheel::after {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 6;
  border-radius: 50%;
  pointer-events: none;
}

.astra-wheel::before {
  border: 1px solid rgba(221, 248, 255, 0.16);
}

.astra-wheel::after {
  inset: 0;
  background:
    repeating-conic-gradient(from -22.5deg, rgba(230, 250, 255, 0.22) 0deg 0.6deg, transparent 0.8deg 45deg),
    radial-gradient(circle at center, transparent 0 72%, rgba(255, 255, 255, 0.08) 72.5% 73%, transparent 74%);
  opacity: 0.72;
}

.wheel-glass {
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 26%),
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.18), transparent 18%);
  mix-blend-mode: screen;
}

.astra-wheel-rotor {
  position: absolute;
  inset: 0;
  z-index: 4;
  border-radius: 50%;
  transform-origin: center;
  transition: transform 5.2s cubic-bezier(0.09, 0.78, 0.04, 1);
  will-change: transform;
}

.wheel-section.is-spinning .astra-wheel {
  animation: wheelCharge 1.2s var(--ease) infinite alternate;
}

.wheel-section.is-spinning .wheel-glass {
  animation: glassSweep 1.4s linear infinite;
}

.wheel-center {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 12;
  width: 86px;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  border: 1px solid rgba(226, 250, 255, 0.46);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.16), transparent 30%),
    rgba(2, 5, 10, 0.94);
  box-shadow:
    0 0 32px rgba(112, 222, 255, 0.42),
    inset 0 0 20px rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.center-crystal {
  position: absolute;
  width: 34px;
  aspect-ratio: 1;
  transform: rotate(45deg);
  border: 1px solid rgba(235, 251, 255, 0.62);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(137, 231, 255, 0.24)),
    radial-gradient(circle at 30% 26%, #fff, transparent 28%);
  box-shadow: 0 0 22px rgba(144, 232, 255, 0.56);
}

.wheel-center img {
  position: relative;
  z-index: 1;
  width: 48px;
  opacity: 0.74;
  filter: drop-shadow(0 0 13px rgba(130, 228, 255, 0.9));
}

.wheel-pointer {
  position: relative;
  z-index: 20;
  width: 34px;
  height: 38px;
  margin: 8px auto -10px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background:
    linear-gradient(180deg, #ffffff, #9cefff 58%, #1a9fff),
    #dff9ff;
  filter: drop-shadow(0 0 13px rgba(118, 225, 255, 0.84));
}

.wheel-section.is-spinning .wheel-pointer {
  animation: pointerTick 0.2s linear infinite;
}

.wheel-label {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 88px;
  height: 26px;
  display: grid;
  place-items: center;
  margin: -13px 0 0 -44px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.92);
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(var(--angle)) translateY(-108px) rotate(var(--counter));
  transform-origin: center;
  transition:
    background 0.3s var(--ease),
    border-color 0.3s var(--ease),
    box-shadow 0.3s var(--ease),
    opacity 0.3s var(--ease);
  pointer-events: none;
}

.wheel-label.empty {
  width: 60px;
  margin-left: -30px;
  color: rgba(224, 238, 246, 0.72);
}

.wheel-section.is-spinning .wheel-label {
  opacity: 0.78;
}

.wheel-label.is-selected {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 0 22px rgba(142, 232, 255, 0.44);
}

.wheel-button {
  width: min(260px, 100%);
  margin: 0 auto;
}

.result-box {
  min-height: 86px;
  border: 1px solid rgba(190, 232, 255, 0.16);
  border-radius: 8px;
  padding: 16px;
  color: #dcefff;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.result-box h2 {
  margin: 8px 0;
  font-size: 26px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wheel-section.is-winner .result-box {
  border-color: rgba(131, 255, 213, 0.36);
  box-shadow:
    0 0 32px rgba(74, 255, 194, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.wheel-section.is-loser .result-box {
  border-color: rgba(208, 230, 244, 0.18);
}

.admin-main {
  padding-top: 104px;
}

.admin-main .section-head h2 {
  font-size: clamp(34px, 8vw, 58px);
}

.admin-grid,
.admin-stack {
  display: grid;
  gap: 14px;
}

.admin-card {
  padding: 18px;
}

.admin-card h3 {
  margin: 0 0 16px;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.form-row {
  display: grid;
  gap: 12px;
}

.check-row {
  display: flex !important;
  align-items: center;
  gap: 10px !important;
}

.check-row input {
  width: auto;
}

.metric-pill {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: -2px 0 16px;
  border: 1px solid rgba(124, 199, 255, 0.28);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(124, 199, 255, 0.08);
  color: #9cecff;
  font-size: 13px;
  font-weight: 900;
}

.panel-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.panel-title-row h3 {
  margin: 0;
}

.admin-card label {
  display: grid;
  gap: 8px;
  margin-bottom: 13px;
  color: #b7c8d8;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-list {
  display: grid;
  gap: 12px;
}

.admin-item {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(188, 232, 255, 0.14);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.qr-item {
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: center;
}

.qr-preview {
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 8px;
  background: #fff;
}

.qr-preview img,
.qr-preview canvas {
  display: block;
  width: 112px !important;
  height: 112px !important;
}

.qr-info {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.qr-link {
  overflow: hidden;
  color: rgba(219, 231, 241, 0.62);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gallery-admin-grid {
  align-items: start;
}

.gallery-check {
  align-content: center;
  min-height: 100%;
  margin-top: 0;
}

.gallery-event-admin-item,
.gallery-photo-admin-item {
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
}

.gallery-admin-thumb,
.gallery-photo-admin-item img {
  width: 96px;
  height: 96px;
  border: 1px solid rgba(210, 238, 255, 0.16);
  border-radius: 8px;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.34);
}

.gallery-admin-thumb-empty {
  display: grid;
  place-items: center;
  color: rgba(223, 247, 255, 0.54);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.18em;
}

.gallery-admin-info {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.gallery-photo-admin-list {
  max-height: 680px;
  overflow: auto;
  padding-right: 2px;
}

.toast {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 80;
  max-width: min(360px, calc(100% - 32px));
  border: 1px solid rgba(185, 232, 255, 0.2);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(4, 9, 15, 0.94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
}

@keyframes particleDrift {
  to {
    background-position:
      12% calc(24% + 140px),
      80% calc(32% + 180px);
  }
}

@keyframes crystalBreath {
  0%,
  100% {
    transform: rotate(45deg) scale(1);
    opacity: 0.42;
  }
  50% {
    transform: rotate(45deg) scale(1.06);
    opacity: 0.72;
  }
}

@keyframes logoFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.018);
  }
}

@keyframes ledPulse {
  0%,
  100% {
    opacity: 0.25;
    transform: scaleY(0.72);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

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

@keyframes wheelCharge {
  from {
    box-shadow:
      0 0 54px rgba(88, 206, 255, 0.28),
      inset 0 0 44px rgba(50, 185, 255, 0.16),
      inset 0 0 0 10px rgba(255, 255, 255, 0.025);
  }
  to {
    box-shadow:
      0 0 78px rgba(136, 231, 255, 0.42),
      inset 0 0 58px rgba(80, 205, 255, 0.24),
      inset 0 0 0 10px rgba(255, 255, 255, 0.035);
  }
}

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

@keyframes pointerTick {
  0%,
  100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
}

@keyframes contactRise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes contactPanelSettle {
  from {
    transform: translateY(18px);
    box-shadow:
      0 22px 80px rgba(0, 0, 0, 0.5),
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      inset 0 0 50px rgba(92, 209, 255, 0.05);
  }
  to {
    transform: translateY(0);
    box-shadow:
      0 32px 110px rgba(0, 0, 0, 0.54),
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      inset 0 0 70px rgba(92, 209, 255, 0.065);
  }
}

@keyframes contactLogoFloat {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, calc(-50% - 9px)) scale(1.018);
  }
}

@keyframes contactBeam {
  0%,
  38% {
    transform: translateX(-90%);
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  76%,
  100% {
    transform: translateX(90%);
    opacity: 0;
  }
}

@keyframes contactScan {
  0%,
  52% {
    transform: translateX(-110%);
    opacity: 0;
  }
  68% {
    opacity: 1;
  }
  88%,
  100% {
    transform: translateX(110%);
    opacity: 0;
  }
}

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

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

  .topbar {
    width: min(100% - 18px, 520px);
    justify-content: center;
  }

  .topbar nav {
    flex: 0 0 auto;
  }

  .topbar nav a:first-child {
    display: none;
  }

  .topbar nav a {
    padding: 8px 6px;
    font-size: 8px;
    letter-spacing: 0.06em;
  }

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

  .brand {
    position: absolute;
    left: 12px;
  }

  .hero h1 {
    font-size: clamp(42px, 17vw, 66px);
    letter-spacing: 0.04em;
  }

  .hero .lead {
    max-width: min(330px, 100%);
    font-size: 16px;
  }

  .mobile-experience {
    width: 360px;
    max-width: 390px;
  }

  .claim-shell {
    place-items: center start;
  }

  .qr-item {
    grid-template-columns: 1fr;
  }

  .gallery-archive-hero {
    min-height: auto;
  }

  .gallery-event-card a {
    min-height: 360px;
  }

  .gallery-event-copy h2 {
    font-size: 23px;
  }

  .gallery-event-hero {
    min-height: 72svh;
  }

  .gallery-photo-card img,
  .gallery-photo-card.is-tall img {
    min-height: 300px;
  }

  .gallery-lightbox {
    grid-template-columns: 1fr;
    padding: 78px 12px 88px;
  }

  .gallery-lightbox figure {
    max-height: calc(100svh - 166px);
  }

  .gallery-lightbox img {
    max-height: calc(100svh - 224px);
  }

  .gallery-lightbox figcaption {
    flex-wrap: wrap;
  }

  .gallery-lightbox-arrow {
    position: absolute;
    bottom: 24px;
  }

  .gallery-lightbox-prev {
    left: calc(50% - 66px);
  }

  .gallery-lightbox-next {
    right: calc(50% - 66px);
  }

  .gallery-event-admin-item,
  .gallery-photo-admin-item {
    grid-template-columns: 1fr;
  }

  .contact-suite-head {
    display: grid;
  }

  .contact-live-indicator {
    width: fit-content;
  }

  .contact-hero {
    gap: 22px;
    padding-top: 112px;
  }

  .contact-intro h1 {
    font-size: clamp(40px, 12vw, 48px);
    line-height: 0.92;
  }

  .contact-intro .lead {
    max-width: 335px;
    font-size: 15px;
    line-height: 1.55;
    overflow-wrap: normal;
  }

  .contact-visual {
    min-height: 190px;
    margin-top: 24px;
  }

  .contact-visual img {
    width: min(270px, 70vw);
  }

  .contact-visual::before {
    inset: 18% 16%;
  }

  .contact-signals {
    gap: 4px;
  }

  .contact-signals div {
    padding: 9px 0;
  }

  .contact-signals span {
    font-size: 9px;
    letter-spacing: 0.08em;
    text-align: left;
  }

  .contact-suite {
    padding: 16px;
    background:
      radial-gradient(circle at var(--mx, 50%) var(--my, 0%), rgba(143, 232, 255, 0.15), transparent 34%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
      rgba(4, 8, 13, 0.92);
  }

  .contact-field input,
  .contact-field textarea {
    padding: 14px 13px;
  }

  #qrExperience h1 {
    font-size: clamp(31px, 11vw, 42px);
    letter-spacing: 0.025em;
  }

}

@media (min-width: 720px) {
  .section {
    padding: 112px 0;
  }

  .topbar {
    top: 18px;
    min-height: 68px;
    padding: 0 18px;
  }

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

  .topbar nav {
    gap: 8px;
  }

  .topbar nav a {
    padding: 12px 14px;
    font-size: 12px;
  }

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

  .split {
    grid-template-columns: 0.82fr 1.18fr;
    gap: 42px;
    align-items: start;
  }

  .feature-grid,
  .events-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .atmosphere {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 44px;
  }

  .atmosphere-visual {
    min-height: 460px;
  }

  .event-card {
    min-height: 330px;
    padding: 26px;
  }

  .gallery-archive-hero {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 42px;
  }

  .gallery-archive-visual {
    min-height: 590px;
  }

  .gallery-events-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gallery-photo-grid {
    column-count: 3;
  }

  .contact-hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.82fr);
    gap: 44px;
  }

  .contact-visual {
    min-height: 430px;
  }

  .contact-signals {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-signals div {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: start;
  }

  .contact-signals span {
    text-align: left;
  }

  .contact-suite {
    padding: 24px;
  }

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

  .contact-field-wide {
    grid-column: 1 / -1;
  }

  .card {
    padding: 26px;
  }

  .detail-card {
    padding: 34px;
  }

  .admin-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 18px;
    align-items: start;
  }

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