@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,700;0,800;0,900;1,800&family=Geist+Mono:wght@500;600;700&family=Geist:wght@400;500;600;700&display=swap");
h1[tabindex],
h2[tabindex] {
  outline: none;
}
:root {
  font-family: Geist, Arial, sans-serif;
  color: #fff;
  background: #050708;
  font-synthesis: none;
  --gold: #f1ce75;
  --orange: #ff7109;
  --blue: #2f7bf6;
  --ice: #58aaff;
  --line: rgba(255, 255, 255, 0.14);
}
* {
  box-sizing: border-box;
}
html,
body,
#root {
  margin: 0;
  min-height: 100%;
  background: #050708;
}
html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}
button,
input {
  font: inherit;
}
.app {
  min-height: 100svh;
  position: relative;
  background: #050708;
}
.grain {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.035;
  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='.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
main {
  min-height: calc(100svh - 79px);
}
main:has(.landing) { min-height: 0; }
html:has(.landing),
body:has(.landing),
#root:has(.landing) {
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}
button {
  color: inherit;
}
.landing {
  width: 100%;
  height: 100dvh;
  min-height: 100dvh;
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: max(14px, env(safe-area-inset-top)) 18px max(12px, env(safe-area-inset-bottom));
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: pan-x;
}
.heroPhoto {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #050708 url("/media/ai-beach-opening-poster.png") center 42%/cover no-repeat;
  pointer-events: none;
}
.heroPhoto video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(.92) contrast(1.05) brightness(.82);
}
.heroPhoto:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4,7,12,.12), rgba(4,7,12,.2) 28%, rgba(4,7,12,.56) 66%, rgba(4,7,12,.88) 100%),
    linear-gradient(90deg, rgba(4,7,12,.4), rgba(4,7,12,.06) 82%);
}
.heroPhoto:after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    radial-gradient(
      circle at 76% 42%,
      rgba(255, 113, 9, 0.26),
      transparent 32%
    ),
    linear-gradient(120deg, transparent 42%, rgba(47, 123, 246, 0.14)),
    linear-gradient(180deg, transparent 66%, rgba(14, 43, 86, 0.16) 100%);
}
.strobePulse {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(115deg, rgba(255,205,111,.24), rgba(88,170,255,.2));
  mix-blend-mode: screen;
  animation: stagePulse 18.083s linear infinite;
}
@keyframes stagePulse {
  0%, 11.7%, 12.5%, 20.8%, 21.7%, 43.2%, 44.1%, 65.4%, 66.3%, 87.2%, 88.1%, 100% { opacity: 0; }
  12.1% { opacity: .11; }
  21.2%, 43.6%, 65.8%, 87.6% { opacity: .18; }
}
.landing header,
.landingContent {
  position: relative;
  z-index: 1;
}
.landing header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.festivalMark {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 0.8;
  letter-spacing: -0.04em;
}
.festivalMark > span { display: block; }
.demoPill,
.eyebrow,
.number,
.cardCopy small,
.demoCode,
.legalDemo {
  font:
    600 10px/1.4 "Geist Mono",
    monospace;
  letter-spacing: 0.09em;
}
.demoPill {
  padding: 6px 9px;
  border: 1px solid rgba(88, 170, 255, 0.65);
  background: rgba(5, 7, 8, 0.58);
  color: #9bc8ff;
  border-radius: 50px;
}
.landingTools { display: flex; align-items: center; gap: 7px; }
.soundToggle {
  width: 34px; height: 34px; display: grid; place-items: center; padding: 0;
  border: 1px solid rgba(255,255,255,.34); border-radius: 50%;
  background: rgba(5,7,8,.62); cursor: pointer;
}
.soundToggle svg { width: 17px; }
.languagePicker {
  min-height: 34px; display: flex; align-items: center; gap: 3px; padding-left: 8px;
  border: 1px solid rgba(255,255,255,.35); border-radius: 999px;
  background: rgba(5,7,8,.62);
}
.languagePicker select {
  width: 76px; min-height: 32px; padding: 5px 4px; border: 0;
  color: #fff; background: transparent;
  font: 700 11px/1 "Geist Mono", monospace; letter-spacing: .08em;
}
.landingContent {
  flex: 0 0 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: 0;
}
.landingPartner {
  width: 128px;
  height: 40px;
  margin: 0 0 9px;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 1px 4px rgba(255, 255, 255, .36));
}
.landingPartner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.landingFestival {
  position: relative;
  font-size: 43px;
  line-height: 1;
  letter-spacing: -0.018em;
  text-shadow: 0 3px 18px rgba(5, 7, 8, 0.4);
}
.landingFestival > span + span { margin-top: 4px; }
.landingFestival::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 7px;
  background: linear-gradient(90deg, var(--gold), var(--orange));
}
.landingFestival small {
  display: block;
  margin-top: 7px;
  font: 700 7px/1 "Geist Mono", monospace;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.72);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--gold);
  text-transform: uppercase;
  margin: 0 0 8px;
}
.landing h1,
.pageHead h2,
.detailCopy h2,
.success h2 {
  font:
    900 clamp(48px, 14vw, 70px)/0.96 "Barlow Condensed",
    sans-serif;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin: 0;
  max-width: 640px;
}
.pageHead h2,
.detailCopy h2,
.success h2 {
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.012em;
}
.landing h1 {
  font-size: clamp(44px, 12.5vw, 56px);
  line-height: .94;
  letter-spacing: -.012em;
}
.landing h1 em,
.pageHead h2 em,
.success h2 em {
  font-style: italic;
  color: var(--gold);
}
.landing .lead {
  max-width: 390px;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  margin: 12px 0;
}
.primary {
  width: 100%;
  border: 0;
  background: linear-gradient(100deg, #f1ce75, #ffb339);
  color: #080908;
  min-height: 50px;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font:
    800 12px/1 "Geist Mono",
    monospace;
  letter-spacing: 0.065em;
  text-align: left;
  box-shadow: 0 12px 36px rgba(255, 113, 9, 0.18);
  cursor: pointer;
}
.primaryEntrance { text-decoration: none; border-radius: 2px; }
.landingAveroSignature {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  margin-top: 8px; padding: 9px 3px 0; border-top: 1px solid rgba(88,170,255,.2);
  color: rgba(175,207,245,.68); font: 600 8px/1 "Geist Mono", monospace;
  letter-spacing: .12em;
}
.landingAveroSignature .averoWordmark { width: 74px; height: 15px; }
.landingAveroSignature .avero b { font-size: 10px; }
.averoLogoLink {
  align-self: stretch;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 8px;
  margin-top: 14px;
  padding: 10px 13px;
  border: 1px solid rgba(88, 170, 255, 0.24);
  border-left: 3px solid #58aaff;
  background: rgba(5, 7, 8, 0.34);
  color: #b9d8ff;
  text-align: left;
  cursor: pointer;
}
.averoLogoLink > strong {
  display: block;
  max-width: 240px;
  color: #fff;
  font: 800 17px/.98 "Barlow Condensed", sans-serif;
  letter-spacing: -.015em;
}
.averoCtaBrand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.averoCtaLine {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font: 700 9px/1 "Geist Mono", monospace;
  letter-spacing: .1em;
  white-space: nowrap;
}
.averoCtaBrand small {
  padding-left: 42px;
  color: rgba(185, 216, 255, .62);
  font: 500 6px/1 "Geist Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.averoCtaLine svg { color: #8fbef6; }
.averoLogoLink:focus-visible { outline: 3px solid var(--ice); outline-offset: 3px; }
.landingTechCredit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 7px 0 0;
  padding-top: 7px;
  color: rgba(151, 190, 235, .38);
  font: 600 6px/1.2 "Geist Mono", monospace;
  letter-spacing: .09em;
  text-align: center;
}
.eyebrowAvero { margin-left: 2px; }
.eyebrowAvero .averoWordmark { width: 39px; height: 8px; }
.eyebrowAvero .avero b { font-size: 8px; color: var(--gold); }
.eventLive { color: #58aaff; font-weight: 800; text-transform: none; }
.primary:focus-visible,
.candidate:focus-visible,
.top button:focus-visible,
.player button:focus-visible,
.textBtn:focus-visible,
input:focus-visible {
  outline: 3px solid var(--ice);
  outline-offset: 3px;
}
.primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.averoInvitation {
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  min-height: 0;
  max-height: none;
  display: block;
  margin: 7px 0 0;
  padding: 11px 13px 9px;
  overflow: hidden;
  border: 1px solid rgba(88,170,255,.28);
  border-left: 3px solid var(--ice);
  background:
    radial-gradient(circle at 100% 0, rgba(47,123,246,.28), transparent 42%),
    linear-gradient(115deg, rgba(6,12,24,.96), rgba(9,27,58,.88));
  color: white;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 14px 38px rgba(7,31,78,.18);
}
.averoInvitation::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -80px;
  bottom: -92px;
  border: 1px solid rgba(88,170,255,.18);
  border-radius: 50%;
}
.invitationTop,
.invitationLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.invitationTop { margin-bottom: 8px; }
.invitationTop i {
  color: rgba(168,209,255,.68);
  font: 700 7px "Geist Mono", monospace;
  letter-spacing: .09em;
  font-style: normal;
}
.averoInvitation > strong {
  display: block;
  font-size: 16px;
  line-height: 1.02;
  letter-spacing: -.025em;
}
.invitationPromise {
  display: block;
  max-width: 300px;
  margin-top: 6px;
  color: rgba(255,255,255,.54);
  font-size: 8px;
  line-height: 1.45;
}
.invitationLink {
  margin-top: 8px;
  padding-top: 7px;
  border-top: 1px solid rgba(88,170,255,.2);
  color: #c4e1ff;
  font: 800 9px "Geist Mono", monospace;
  letter-spacing: .07em;
}
.invitationLink b { font: inherit; }
.invitationIdentity {
  display: flex;
  align-items: center;
  gap: 10px;
}
.invitationIdentity img {
  width: 78px;
  height: auto;
  opacity: .92;
}
.invitationArrow {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(88,170,255,.48);
  border-radius: 50%;
  background: rgba(47,123,246,.12);
  transition: transform .2s ease, background .2s ease;
}
.averoInvitation:hover .invitationArrow { transform: translateX(3px); background: rgba(47,123,246,.3); }
.averoInvitation:focus-visible { outline: 3px solid var(--ice); outline-offset: 3px; }
.avero {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.averoWordmark {
  width: 55px;
  height: 12px;
  display: block;
  overflow: hidden;
}
.averoWordmark img {
  width: 146.667%;
  height: auto;
  display: block;
  transform: translate(-30.3%, -11.5%);
}
.avero b {
  font: 700 12px/1 Geist, Arial, sans-serif;
  color: #58aaff;
  letter-spacing: -0.025em;
}
.avero.strong .averoWordmark { width: 84px; height: 18px; }
.avero.strong b {
  font-size: 17px;
}
.averoBusiness {
  width: 82px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.averoBusiness img {
  width: 100%;
  height: auto;
  display: block;
}
.averoBusiness.strong { width: 118px; height: 32px; }
.averoInvitation .avero.strong .averoWordmark { width: 92px; height: 19px; }
.averoInvitation .avero.strong b {
  font-size: 18px;
  color: #8cc4ff;
}
.page {
  min-height: 100svh;
  padding: 0 18px 54px;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(47, 123, 246, 0.13),
      transparent 32%
    ),
    #050708;
}
.top {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.top button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
}
.top .mini {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: Geist, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .16em;
  white-space: nowrap;
}
.top .mini > span { display: inline; }
.top .mini > span + span::before { content: " "; }
.top.festivalFocus .mini { font-size: 14px; }
.top > .avero .averoWordmark { width: 62px; height: 13px; }
.top > .avero b {
  font-size: 10px;
}
.pageHead {
  padding: 38px 0 24px;
}
.pageHead > p:not(.eyebrow) {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.55;
}
.trustRail {
  margin-top: 20px;
  min-height: 46px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(88, 170, 255, 0.34);
  background: rgba(47, 123, 246, 0.08);
  color: var(--ice);
}
.trustRail > span {
  font: 700 8px/1.35 "Geist Mono", monospace;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.72);
}
.trustRail .avero .averoWordmark { width: 52px; height: 11px; }
.list .pageHead h2,
.compact h2 {
  font-size: 52px;
}
.cards {
  display: grid;
  gap: 14px;
}
.candidate {
  position: relative;
  width: 100%;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0;
  overflow: hidden;
  text-align: left;
  background: #111;
  cursor: pointer;
}
.candidate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.candidate:hover img {
  transform: scale(1.025);
}
.candidate .shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(5, 7, 8, 0.05),
    rgba(5, 7, 8, 0.04) 42%,
    rgba(5, 7, 8, 0.92)
  );
}
.voteCorner {
  position: absolute;
  top: 14px;
  right: 14px;
  min-height: 34px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-left: 3px solid var(--ice);
  background: linear-gradient(100deg, rgba(47, 123, 246, 0.96), rgba(16, 75, 180, 0.95));
  box-shadow: 0 8px 24px rgba(47, 123, 246, 0.3);
  font: 800 9px/1 "Geist Mono", monospace;
  letter-spacing: 0.08em;
  color: #fff;
}
.number {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 8px;
  background: rgba(5, 7, 8, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cardCopy {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
}
.cardCopy small {
  color: var(--gold);
}
.cardCopy strong {
  font: 800 47px/1.04 "Barlow Condensed";
  letter-spacing: -0.005em;
  margin: 6px 0 14px;
}
.cardCopy > span {
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  gap: 8px;
  font: 700 10px "Geist Mono";
  letter-spacing: 0.08em;
}
.cardCopy > span svg:last-child {
  margin-left: auto;
}
.detail {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  padding: 0 18px 34px;
  overflow: hidden;
}
.detailBg,
.detailShade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detailShade {
  background: linear-gradient(
    180deg,
    rgba(5, 7, 8, 0.15),
    rgba(5, 7, 8, 0.12) 30%,
    rgba(5, 7, 8, 0.93) 67%,
    #050708
  );
}
.detail .top,
.detailCopy {
  position: relative;
  z-index: 1;
}
.detailCopy {
  margin-top: auto;
}
.detailCopy h2 {
  font-size: 66px;
}
.detailCopy > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}
.player {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 0;
  margin: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.player > button {
  flex: 0 0 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #050708;
  border: 0;
}
.player > div {
  min-width: 0;
  flex: 1;
}
.player span {
  display: flex;
  justify-content: space-between;
  font: 700 9px "Geist Mono";
  letter-spacing: 0.06em;
}
.player time {
  color: rgba(255, 255, 255, 0.5);
}
.track {
  height: 3px;
  background: rgba(255, 255, 255, 0.15);
  margin: 10px 0;
}
.track i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--gold));
}
.player small {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.45);
}
.voteAction {
  min-height: 68px;
  background: linear-gradient(105deg, #07152f, #0d3272 54%, #1764dc);
  color: #fff;
  border-left: 4px solid var(--ice);
  box-shadow: 0 14px 38px rgba(47, 123, 246, 0.3);
}
.voteAction > span:first-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.voteAction small {
  font: 700 8px/1 "Geist Mono", monospace;
  letter-spacing: 0.09em;
  color: #9bc8ff;
}
.voteAction strong {
  overflow-wrap: anywhere;
  font: 900 19px/1 "Barlow Condensed", sans-serif;
  letter-spacing: 0;
  color: #fff;
}
.voteButtonBrand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.voteButtonBrand .avero {
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}
.voteButtonBrand .avero .averoWordmark { width: 64px; height: 14px; }
.voteButtonBrand .avero b {
  color: #a7d2ff;
  font-size: 10px;
}
.compact {
  max-width: 600px;
  margin: auto;
}
.choiceThumb {
  height: 200px;
  position: relative;
  overflow: hidden;
  margin-top: 22px;
}
.choiceThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85);
}
.choiceThumb:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, #050708);
}
.choiceThumb span {
  position: absolute;
  z-index: 1;
  left: 14px;
  bottom: 12px;
  font: 700 9px "Geist Mono";
  letter-spacing: 0.08em;
  color: var(--gold);
}
.warning {
  display: flex;
  gap: 14px;
  background: linear-gradient(
    100deg,
    rgba(47, 123, 246, 0.16),
    rgba(88, 170, 255, 0.04)
  );
  border: 1px solid rgba(88, 170, 255, 0.45);
  padding: 16px;
  margin: 25px 0;
}
.finalCandidate {
  margin: 20px 0 0 !important;
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.finalCandidate strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font: 900 30px/1 "Barlow Condensed", sans-serif;
  letter-spacing: -0.02em;
}
.warning svg {
  flex: 0 0 auto;
  color: var(--ice);
}
.warning b {
  font-size: 13px;
}
.warning p {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.65);
  margin: 6px 0 0;
}
.textBtn {
  min-height: 45px;
  border: 0;
  background: transparent;
  color: #c8dfff;
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11px;
  cursor: pointer;
}
.textBtn.disabled {
  color: rgba(255, 255, 255, 0.35);
}
.auth label {
  display: block;
  font: 600 11px "Geist Mono";
  letter-spacing: 0.04em;
  margin: 25px 0 10px;
}
.selectionChip {
  margin: 20px 0 24px;
  padding: 12px 13px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 4px 10px;
  border-left: 3px solid var(--blue);
  background: linear-gradient(90deg, rgba(47, 123, 246, 0.18), rgba(47, 123, 246, 0.04));
}
.selectionChip > span {
  font: 700 8px "Geist Mono", monospace;
  letter-spacing: 0.08em;
  color: var(--ice);
}
.selectionChip > strong {
  grid-column: 1;
  font: 900 25px/1 "Barlow Condensed", sans-serif;
  letter-spacing: -0.02em;
}
.selectionChip > .avero {
  grid-column: 2;
  grid-row: 1/3;
}
.selectionChip > .avero .averoWordmark { width: 58px; height: 12px; }
.compactSelection {
  margin-bottom: 16px;
}
.phoneInput {
  display: flex;
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #0c0f12;
}
.phoneInput b {
  padding: 17px 14px;
  border-right: 1px solid var(--line);
  color: var(--gold);
}
input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #0c0f12;
  color: #fff;
  padding: 16px;
  font-size: 16px;
  border-radius: 0;
}
.phoneInput input {
  border: 0;
}
.otp {
  margin-top: 10px;
  font: 700 28px "Geist Mono";
  letter-spacing: 0.3em;
  text-align: center;
  padding-left: calc(16px + 0.3em);
}
.privacy {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 10px !important;
  line-height: 1.5 !important;
  color: rgba(255, 255, 255, 0.43) !important;
  margin-top: 18px !important;
}
.privacy svg {
  flex: 0 0 15px;
  color: var(--ice);
}
.error {
  display: flex !important;
  gap: 7px;
  align-items: center;
  color: #ff9e9e !important;
  font-size: 11px !important;
}
.error svg {
  width: 16px;
}
.demoCode {
  padding: 10px 12px;
  border-left: 2px solid var(--ice);
  background: rgba(47, 123, 246, 0.12);
  color: #9bc8ff;
  margin: 18px 0;
}
.success {
  min-height: 100svh;
  display: grid;
  place-items: center;
  text-align: center;
  position: relative;
  padding: 32px 20px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 35%,
      rgba(47, 123, 246, 0.28),
      transparent 28%
    ),
    radial-gradient(
      circle at 50% 45%,
      rgba(241, 206, 117, 0.11),
      transparent 43%
    ),
    #050708;
}
.successHalo {
  position: absolute;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(88, 170, 255, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(47, 123, 246, 0.025),
    0 0 0 90px rgba(47, 123, 246, 0.018);
}
.successInner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
}
.success .eyebrow {
  justify-content: center;
}
.seal {
  display: grid;
  place-items: center;
  margin: 0 auto 28px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ice), var(--blue));
  box-shadow: 0 0 42px rgba(47, 123, 246, 0.55);
}
.success h2 {
  font-size: 64px;
}
.saved {
  display: flex;
  align-items: center;
  gap: 13px;
  text-align: left;
  padding: 15px;
  margin: 28px 0 20px;
  border: 1px solid rgba(88, 170, 255, 0.45);
  background: rgba(47, 123, 246, 0.11);
}
.voteReceipt {
  padding: 0;
  min-height: 112px;
  overflow: hidden;
  background: linear-gradient(110deg, rgba(47, 123, 246, 0.18), rgba(5, 7, 8, 0.78));
}
.voteReceipt > img {
  width: 104px;
  align-self: stretch;
  object-fit: cover;
  filter: saturate(.85) contrast(1.08);
}
.voteReceiptCopy {
  min-width: 0;
  padding: 14px 14px 14px 2px;
  gap: 4px;
}
.voteReceiptCopy > span {
  margin: 0;
  color: #8fc3ff;
  font: 700 10px "Geist Mono";
  letter-spacing: .15em;
}
.voteReceiptCopy > strong {
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: clamp(25px, 8vw, 34px);
  font-weight: 400;
  line-height: .98;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
.voteReceiptCopy > b {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 7px;
  color: rgba(255,255,255,.78);
}
.voteReceiptCopy > b svg { flex: 0 0 auto; color: #79b5ff; }
.saved svg {
  color: #79b5ff;
}
.saved div {
  display: flex;
  flex-direction: column;
}
.saved b {
  text-transform: uppercase;
  font: 700 11px "Geist Mono";
  letter-spacing: 0.08em;
}
.saved span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 5px;
}
.secured {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
}
.successInner > p:not(.eyebrow, .secured) {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}
.festivalReturn {
  display: inline-block;
  margin-top: 18px;
  color: rgba(255,255,255,.58);
  font: 650 10px "Geist Mono";
  letter-spacing: .06em;
  text-decoration: none;
}
.festivalReturn:hover,
.festivalReturn:focus-visible { color: #fff; }
.facts {
  border-top: 1px solid var(--line);
  margin-top: 30px;
}
.facts article {
  display: flex;
  gap: 14px;
  text-align: left;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.facts article > b {
  font: 600 10px "Geist Mono";
  color: var(--ice);
}
.facts h3 {
  font-size: 14px;
  margin: 0 0 6px;
}
.facts p {
  font-size: 11px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.54);
  margin: 0;
}
.aboutLive {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 16%, rgba(47, 123, 246, 0.34), transparent 28%),
    radial-gradient(circle at 15% 62%, rgba(88, 170, 255, 0.12), transparent 34%),
    #050708;
}
.aboutLive::before {
  content: "";
  position: absolute;
  top: 72px;
  right: -120px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(88, 170, 255, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 38px rgba(47, 123, 246, 0.025),
    0 0 0 80px rgba(47, 123, 246, 0.015);
}
.aboutLive > * {
  position: relative;
  z-index: 1;
}
.aboutHero {
  padding: 44px 0 28px;
}
.livePremiere {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 4px 0 30px;
  padding: 13px 15px;
  border-left: 3px solid var(--ice);
  background: linear-gradient(90deg, rgba(47, 123, 246, 0.2), rgba(47,123,246,.04));
  box-shadow: 0 18px 50px rgba(18,83,194,.12);
}
.brandSignature {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: rgba(255,255,255,.72);
  font: 700 8px "Geist Mono", monospace;
  letter-spacing: .12em;
}
.brandSignature i {
  margin: 0 4px;
  color: var(--ice);
  font-style: normal;
}
.liveSignal {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,.67);
  font: 700 7px "Geist Mono", monospace;
  letter-spacing: .08em;
  white-space: nowrap;
}
.liveSignal i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ice);
  box-shadow: 0 0 0 4px rgba(88,170,255,.12), 0 0 18px var(--ice);
}
.aboutHero h2 {
  max-width: 440px;
  font-size: 40px;
  line-height: .98;
  letter-spacing: -.035em;
}
.aboutHero > p:not(.eyebrow) {
  max-width: 440px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 1.6;
}
.liveWave {
  height: 58px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 24px;
  padding: 0 2px;
  border-bottom: 1px solid rgba(88,170,255,.28);
}
.liveWave i {
  flex: 1;
  height: var(--wave);
  min-height: 3px;
  background: linear-gradient(180deg, #70bdff, #286ff0);
  opacity: .78;
  transform-origin: bottom;
  animation: liveBeat 2.6s ease-in-out infinite alternate;
}
.liveWave i:nth-child(3n) { animation-delay: -.8s; }
.liveWave i:nth-child(4n) { animation-delay: -1.4s; }
@keyframes liveBeat { to { transform: scaleY(.45); opacity: .42; } }
.averoEcosystem {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(88, 170, 255, 0.3);
  background: linear-gradient(110deg, rgba(47, 123, 246, 0.16), rgba(5, 7, 8, 0.7));
  box-shadow: inset 3px 0 0 var(--ice);
}
.ecosystemAvero,
.ecosystemLive {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ecosystemLive { color: var(--ice); text-align: right; }
.ecosystemLive .avero.strong .averoWordmark { width: 68px; height: 14px; }
.ecosystemLive .avero.strong b { font-size: 14px; }
.averoEcosystem small {
  color: rgba(255,255,255,.5);
  font: 600 7px "Geist Mono", monospace;
  letter-spacing: .12em;
}
.ecosystemLine { height: 1px; background: linear-gradient(90deg, rgba(88,170,255,.25), var(--ice)); }
.ecosystemCopy {
  margin: 14px 0 26px;
}
.ecosystemCopy b {
  display: block;
  margin-bottom: 10px;
  color: rgba(255,255,255,.9);
  font: 800 12px "Geist Mono", monospace;
  letter-spacing: .02em;
}
.ecosystemCopy p {
  margin: 0 0 9px;
  color: rgba(255,255,255,.58);
  font-size: 10px;
  line-height: 1.6;
}
.originStory {
  margin: 0 0 28px;
  padding: 24px 0 26px;
  border-top: 1px solid rgba(88,170,255,.22);
}
.originStory h3 {
  max-width: 380px;
  margin: 12px 0 18px;
  font-size: 23px;
  line-height: 1.05;
  letter-spacing: -.025em;
}
.originStory > p:not(.eyebrow) {
  margin: 0 0 12px;
  color: rgba(255,255,255,.6);
  font-size: 11px;
  line-height: 1.65;
}
.originStory blockquote {
  margin: 22px 0 0;
  padding: 13px 0 13px 15px;
  border-left: 2px solid var(--ice);
  color: white;
  font: 700 12px "Geist Mono", monospace;
  line-height: 1.55;
}
.originStory blockquote em { color: var(--ice); font-style: normal; }
.brandStatement {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 9px;
  margin: 0 0 26px;
  padding: 16px 0 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: rgba(255,255,255,.55);
  font: 700 7px "Geist Mono", monospace;
  letter-spacing: .09em;
}
.brandStatement svg { width: 15px; color: var(--ice); justify-self: center; }
.brandStatement b {
  grid-column: 1 / -1;
  margin-top: 8px;
  color: white;
  font: 800 16px "Geist Mono", monospace;
  letter-spacing: -.02em;
}
.aboutProofs {
  border-top: 1px solid rgba(88, 170, 255, 0.28);
}
.aboutProofs article {
  display: flex;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}
.aboutProofs article > b {
  color: var(--ice);
  font: 700 9px "Geist Mono", monospace;
}
.aboutProofs h3 {
  margin: 0 0 5px;
  font-size: 13px;
}
.aboutProofs p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  line-height: 1.5;
}
.aboutActions { margin-top: 26px; }
.aboutSite { justify-content: flex-start; gap: 8px; text-decoration: none; }
.aboutSite > svg { margin-left: auto; }
.aboutSite .averoBusiness { width: 76px; }
.aboutEcosystemEyebrow .averoBusiness { width: 68px; }
.aboutReturn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 4px;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: rgba(255,255,255,.7);
  background: transparent;
  font: 700 10px "Geist Mono", monospace;
  letter-spacing: .08em;
  cursor: pointer;
}
.aboutReturn svg { width: 17px; }
@media (max-width: 374px) {
  .aboutHero h2 { font-size: 36px; }
  .livePremiere { align-items: flex-start; flex-direction: column; }
  .averoEcosystem { gap: 9px; padding: 15px 12px; }
  .ecosystemAvero .averoBusiness { width: 102px; }
  .ecosystemLive .avero.strong b { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .liveWave i { animation: none; }
  .heroPhoto video { display: none; }
  .strobePulse { display: none; }
}
footer {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 18px;
  border-top: 1px solid var(--line);
  font-size: 9px;
  color: rgba(255, 255, 255, 0.45);
  background: linear-gradient(90deg, #050708, rgba(47, 123, 246, 0.14), #050708);
  box-shadow: inset 0 2px 0 rgba(47, 123, 246, 0.34);
}
footer svg {
  color: var(--ice);
}
footer .avero .averoWordmark { width: 58px; height: 12px; }
footer .avero b {
  color: #8fc7ff;
  font-size: 10px;
}
.stateView {
  min-height: calc(100svh - 48px);
  padding: 20px;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 75% 15%, rgba(47, 123, 246, 0.22), transparent 34%),
    radial-gradient(circle at 20% 75%, rgba(241, 206, 117, 0.08), transparent 35%),
    #050708;
}
.stateView > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.stateInner {
  margin: auto 0;
  max-width: 520px;
}
.stateInner h1 {
  max-width: 100%;
  font: 900 clamp(42px, 12vw, 64px) / 0.98 "Barlow Condensed", sans-serif;
  letter-spacing: -0.025em;
  text-wrap: balance;
  margin: 0;
}
.state-already h1 {
  max-width: 330px;
  font-size: clamp(38px, 10.5vw, 52px);
  line-height: 1.08;
  letter-spacing: 0.01em;
}
.stateInner > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.6;
  margin: 22px 0 28px;
}
.stateIcon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(88, 170, 255, 0.5);
  color: var(--ice);
  margin-bottom: 28px;
  background: rgba(47, 123, 246, 0.1);
}
.legalDemo {
  background: #0b0d0e;
  color: rgba(255, 255, 255, 0.34);
  padding: 8px 12px;
  text-align: center;
  font-size: 7px;
}
@media (min-width: 700px) {
  .landing {
    padding: 32px 5vw 52px;
  }
  .landingContent {
    max-width: 620px;
  }
  .landing h1 {
    font-size: 86px;
  }
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .candidate {
    height: 520px;
  }
  .page {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .list .pageHead {
    max-width: 700px;
  }
  .detail {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .detailCopy {
    max-width: 600px;
  }
  .detailCopy h2 {
    font-size: 84px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
  .candidate:hover img {
    transform: none;
  }
}
@media (max-width: 370px) {
  .landing {
    padding-left: 16px;
    padding-right: 16px;
  }
  .landing h1 {
    font-size: 43px;
  }
  .landingContent {
    margin-top: auto;
  }
  .landingFestival {
    font-size: 40px;
  }
  .page {
    padding-left: 15px;
    padding-right: 15px;
  }
  .list .pageHead h2,
  .compact h2 {
    font-size: 47px;
  }
  .candidate {
    height: 400px;
  }
  .cardCopy strong {
    font-size: 41px;
  }
  .detailCopy h2 {
    font-size: 58px;
  }
  .success h2 {
    font-size: 58px;
  }
  .top > .avero b {
    display: none;
  }
  .averoInvitation .avero.strong .averoWordmark { width: 78px; height: 16px; }
  .trustRail {
    grid-template-columns: auto 1fr;
  }
  .trustRail .avero {
    grid-column: 1/-1;
    margin-left: 25px;
  }
}
@media (max-height: 720px) {
  .landingContent { margin-top: auto; }
  .landing h1 { font-size: 40px; }
  .landing .lead { margin: 8px 0; font-size: 11px; }
  .averoLogoLink { margin-top: 8px; padding-block: 8px; }
  .landingTechCredit { padding-top: 5px; }
  .invitationPromise { display: none; }
  .averoInvitation { padding-top: 8px; }
  .invitationTop { margin-bottom: 5px; }
  .invitationLink { margin-top: 5px; }
}
