:root {
  --bg: #030405;
  --ink: #f8fbff;
  --muted: #a7b1bd;
  --line: rgba(255, 255, 255, 0.14);
  --glass: rgba(255, 255, 255, 0.075);
  --glass-strong: rgba(255, 255, 255, 0.13);
  --blue: #b5cce7;
  --cyan: #70e7ff;
  --green: #a4ffca;
  --pink: #ff7caf;
  --orange: #ffb86b;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(3, 4, 5, 0.74), #030405 18rem),
    #030405;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  opacity: 0.55;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black 0, transparent 68%);
}

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

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

.progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: calc(var(--scroll, 0) * 100%);
  z-index: 20;
  background: linear-gradient(90deg, var(--cyan), var(--green), var(--pink));
}

.site-header {
  position: fixed;
  z-index: 15;
  top: 18px;
  left: 50%;
  width: min(calc(100% - 32px), var(--max));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 14px 12px 18px;
  border: 1px solid var(--line);
  background: rgba(5, 8, 11, 0.62);
  backdrop-filter: blur(22px);
  border-radius: 999px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.brand img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(248, 251, 255, 0.72);
  font-size: 13px;
  font-weight: 600;
}

.site-nav a {
  padding: 9px 13px;
  border-radius: 999px;
  transition: background 180ms ease, color 180ms ease;
}

.site-nav a:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.1);
}

.menu-toggle {
  display: none;
  position: relative;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.07);
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease;
}

.menu-toggle span:first-child {
  transform: translate(-50%, -4px);
}

.menu-toggle span:last-child {
  transform: translate(-50%, 4px);
}

.site-header.is-open .menu-toggle span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.site-header.is-open .menu-toggle span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.cinematic-section {
  position: relative;
  min-height: min(94vh, 820px);
  display: grid;
  align-items: end;
  padding: 116px max(22px, calc((100vw - var(--max)) / 2)) 50px;
  overflow: hidden;
}

.hero {
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(3, 4, 5, 0) 55%, #030405 100%),
    url("assets/product-desktop.avif") center 28% / 1360px auto no-repeat;
  filter: saturate(1.08) contrast(1.04);
  opacity: 0.24;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #030405 0%, rgba(3, 4, 5, 0.86) 30%, rgba(3, 4, 5, 0.28) 68%, #030405 100%),
    linear-gradient(180deg, rgba(3, 4, 5, 0.15), #030405 92%);
}

.hero-stage {
  position: absolute;
  inset: 0;
  min-height: 860px;
  pointer-events: none;
}

.product-orbit {
  position: absolute;
  right: max(-90px, calc((100vw - var(--max)) / 2 - 150px));
  top: clamp(108px, 12vh, 142px);
  width: min(900px, 66vw);
  min-width: 680px;
  aspect-ratio: 1.26;
  perspective: 1100px;
}

.desktop-device,
.odds-card,
.sentiment-card,
.multi-card,
.reward-card,
.qr-chip {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.55);
}

.desktop-device {
  position: absolute;
  inset: 16% auto auto 50%;
  width: 74%;
  border-radius: 28px;
  overflow: hidden;
  transform: translateX(-50%) rotateX(56deg) rotateZ(-31deg) translate3d(0, 0, 0);
  transform-origin: 50% 40%;
  animation: floatDesktop 8s ease-in-out infinite;
}

.device-bar {
  height: 34px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  letter-spacing: 0;
  background: rgba(0, 0, 0, 0.42);
}

.device-bar span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
}

.device-bar strong {
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.desktop-device img {
  width: 100%;
}

.odds-card,
.sentiment-card,
.multi-card,
.reward-card {
  position: absolute;
  width: 250px;
  padding: 18px;
  border-radius: 20px;
}

.odds-card small,
.sentiment-card small,
.multi-card small,
.reward-card small,
.qr-chip span,
.feature-tile span,
.kicker,
.mode-panel span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.odds-card strong {
  display: block;
  margin-top: 7px;
  font-size: 21px;
  line-height: 1.08;
}

.card-a {
  left: 31%;
  top: 6%;
  --card-rotation: -1.5deg;
  animation: floatCard 6.4s ease-in-out infinite;
}

.sentiment-card {
  right: 11%;
  top: 1%;
  width: 245px;
  --card-rotation: 1.1deg;
  animation: floatCard 7.2s ease-in-out infinite reverse;
}

.avatar-row {
  display: flex;
  margin-top: 15px;
}

.avatar {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-right: -8px;
  border: 2px solid rgba(3, 4, 5, 0.72);
  border-radius: 50%;
  color: #041014;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.34);
  animation: avatarPulse 3.8s ease-in-out infinite;
}

.avatar:nth-child(2) { animation-delay: 250ms; }
.avatar:nth-child(3) { animation-delay: 500ms; }
.avatar:nth-child(4) { animation-delay: 750ms; }
.avatar:nth-child(5) { animation-delay: 1000ms; }

.avatar.yes {
  background: linear-gradient(135deg, var(--green), var(--cyan));
}

.avatar.no {
  background: linear-gradient(135deg, var(--pink), var(--orange));
}

.vote-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 17px;
}

.vote-split span {
  padding: 9px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(248, 251, 255, 0.82);
  font-size: 12px;
  font-weight: 900;
}

.multi-card {
  right: 8%;
  top: 57%;
  width: 250px;
  --card-rotation: -0.8deg;
  animation: floatCard 7.8s ease-in-out infinite 220ms;
}

.multi-card strong,
.reward-card strong {
  display: block;
  margin-top: 8px;
  font-size: 22px;
  line-height: 1.08;
}

.choice-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  padding: 9px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.075);
}

.choice-row b {
  color: var(--green);
}

.reward-card {
  left: 25%;
  bottom: 14%;
  width: 210px;
  --card-rotation: 1.2deg;
  animation: floatCard 6.8s ease-in-out infinite 460ms;
}

.reward-card strong {
  color: var(--green);
  font-size: 34px;
}

.reward-card > span {
  display: block;
  margin-top: 8px;
  color: rgba(248, 251, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
}

.odds-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  color: var(--green);
  font-weight: 900;
}

.qr-chip {
  position: absolute;
  left: 43%;
  bottom: 10%;
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  padding: 7px 12px 7px 7px;
  border-radius: 15px;
  --card-rotation: -0.6deg;
  animation: floatCard 7s ease-in-out infinite 400ms;
}

.qr-chip img {
  width: 42px;
  border-radius: 8px;
}

.market-ribbon {
  position: absolute;
  left: 0;
  width: 120vw;
  display: flex;
  gap: 14px;
  opacity: 0.38;
  color: rgba(255, 255, 255, 0.74);
  transform: rotate(-8deg);
}

.market-ribbon.top {
  top: 17vh;
  animation: ribbonMove 34s linear infinite;
}

.market-ribbon.bottom {
  bottom: 12vh;
  transform: rotate(7deg);
  animation: ribbonMove 38s linear infinite reverse;
}

.market-ribbon span {
  flex: 0 0 auto;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 700;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(780px, 100%);
  min-width: 0;
  padding-bottom: min(8vh, 80px);
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(248, 251, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  font-size: 13px;
  font-weight: 700;
}

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

h1 {
  max-width: 740px;
  font-size: clamp(50px, 5.8vw, 88px);
  line-height: 0.9;
  letter-spacing: 0;
  font-weight: 850;
}

.hero-copy p {
  max-width: 650px;
  margin-top: 27px;
  color: rgba(248, 251, 255, 0.76);
  font-size: clamp(19px, 2.1vw, 28px);
  line-height: 1.28;
  font-weight: 500;
}

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

.mobile-market-panel {
  display: none;
  gap: 12px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 0%, rgba(164, 255, 202, 0.16), transparent 42%),
    rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(20px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.mobile-market-meta,
.mobile-market-footer,
.mobile-market-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mobile-market-meta span,
.mobile-market-footer span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobile-market-meta b,
.mobile-market-footer b {
  color: var(--green);
  font-size: 18px;
}

.mobile-market-panel strong {
  display: block;
  max-width: 290px;
  font-size: 20px;
  line-height: 1.05;
}

.mobile-market-row span {
  flex: 1;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(248, 251, 255, 0.84);
  font-size: 12px;
  font-weight: 900;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.button.primary {
  color: #031013;
  background: var(--ink);
}

.button.ghost {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

section {
  position: relative;
}

.split-intro,
.trust-section {
  width: min(calc(100% - 44px), var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(32px, 6vw, 84px);
  padding: 120px 0;
}

.sticky-copy {
  position: sticky;
  top: 120px;
  align-self: start;
}

.section-copy h2,
.archive-copy h2,
.finale h2 {
  margin-top: 14px;
  font-size: clamp(38px, 5.2vw, 76px);
  line-height: 0.96;
  letter-spacing: 0;
  font-weight: 840;
}

.section-copy p,
.archive-copy p,
.finale p,
.mode-panel p {
  margin-top: 20px;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
}

.compact {
  max-width: 840px;
}

.compact h2 {
  font-size: clamp(38px, 5vw, 68px);
}

.product-intro,
.roles-section,
.market-flow,
.flywheel-section,
.trust-protocol,
.team-section {
  width: min(calc(100% - 44px), var(--max));
  margin: 0 auto;
  padding: 118px 0;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 54px;
}

.principle,
.role-card,
.flow-step,
.lifecycle-visual,
.system-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(22px);
  box-shadow: 0 32px 88px rgba(0, 0, 0, 0.24);
}

.principle {
  min-height: 250px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.principle span,
.flow-step span,
.role-text span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.principle h3 {
  margin-top: 18px;
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.03;
}

.principle p,
.role-text p,
.flow-step p {
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.55;
}

.roles-section {
  display: grid;
  gap: 18px;
}

.roles-copy {
  max-width: 880px;
  margin-bottom: 10px;
}

.roles-copy h2 {
  margin-top: 14px;
  font-size: clamp(38px, 4.8vw, 64px);
  line-height: 0.98;
}

.role-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(24px, 5vw, 72px);
  min-height: 520px;
  padding: clamp(26px, 5vw, 58px);
  overflow: hidden;
}

.role-card::before,
.system-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.55;
  background:
    linear-gradient(120deg, rgba(112, 231, 255, 0.1), transparent 34%),
    linear-gradient(300deg, rgba(255, 124, 175, 0.1), transparent 42%);
}

.player-role {
  grid-template-columns: minmax(320px, 1.05fr) minmax(0, 0.95fr);
}

.role-text {
  align-self: center;
}

.role-text h3 {
  margin-top: 14px;
  max-width: 560px;
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 0.98;
}

.role-text p {
  max-width: 620px;
  font-size: clamp(16px, 1.3vw, 19px);
}

.composer-visual,
.live-market-visual,
.trust-dashboard,
.protocol-schema,
.partner-cloud {
  position: relative;
  align-self: center;
  min-height: 390px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 22% 16%, rgba(164, 255, 202, 0.18), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(255, 124, 175, 0.14), transparent 24%),
    rgba(2, 4, 6, 0.78);
  overflow: hidden;
}

.composer-visual {
  padding: 26px;
  display: grid;
  align-content: center;
}

.visual-window {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  display: flex;
  gap: 7px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.visual-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.composer-line {
  width: 42%;
  height: 10px;
  margin-bottom: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.composer-question {
  max-width: 430px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
  font-weight: 880;
}

.outcome-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 30px;
}

.outcome-grid div,
.market-card-mini,
.leaderboard-mini,
.organizer-card,
.protocol-node,
.protocol-core {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.outcome-grid div {
  padding: 18px;
}

.outcome-grid b,
.outcome-grid span {
  display: block;
}

.outcome-grid span {
  margin-top: 10px;
  color: var(--green);
  font-size: 28px;
  font-weight: 900;
}

.composer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.composer-meta span {
  padding: 9px 12px;
  border-radius: 999px;
  color: rgba(248, 251, 255, 0.74);
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 800;
}

.live-market-visual {
  padding: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.market-card-mini,
.leaderboard-mini {
  padding: 18px;
}

.market-card-mini.active {
  background: linear-gradient(135deg, rgba(164, 255, 202, 0.18), rgba(255, 255, 255, 0.06));
}

.market-card-mini span,
.leaderboard-mini span,
.note-explainer span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.market-card-mini strong {
  display: block;
  margin-top: 16px;
  font-size: 54px;
  line-height: 0.9;
}

.market-card-mini i {
  display: block;
  width: var(--w);
  height: 8px;
  margin-top: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--cyan));
  animation: barPulse 4s ease-in-out infinite;
}

.leaderboard-mini {
  grid-column: span 2;
  display: grid;
  gap: 10px;
}

.leaderboard-mini b {
  display: block;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.flow-board {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 54px;
}

.flow-rail {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 32px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(112, 231, 255, 0.7), rgba(255, 124, 175, 0.7), transparent);
}

.flow-step {
  min-height: 230px;
  padding: 24px;
}

.flow-step h3 {
  margin-top: 52px;
  font-size: clamp(24px, 2vw, 32px);
}

.lifecycle-visual {
  position: relative;
  margin-top: 18px;
  min-height: 520px;
  padding: clamp(18px, 3.2vw, 34px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(181, 204, 231, 0.13), rgba(112, 231, 255, 0.04) 32%, rgba(255, 124, 175, 0.08)),
    rgba(255, 255, 255, 0.055);
}

.lifecycle-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, transparent, black 22%, black 78%, transparent);
}

.lifecycle-shine {
  position: absolute;
  inset: -35% -18%;
  opacity: 0.6;
  background: linear-gradient(105deg, transparent 34%, rgba(255, 255, 255, 0.14) 48%, transparent 62%);
  transform: translateX(-42%) rotate(8deg);
  animation: lifecycleSweep 9s ease-in-out infinite;
}

.lifecycle-toolbar,
.lifecycle-grid,
.lifecycle-stages {
  position: relative;
  z-index: 1;
}

.lifecycle-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.lifecycle-toolbar span,
.life-label,
.life-details span,
.odds-core span,
.odds-core small,
.outcome-lock span,
.claim-ticket span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lifecycle-toolbar span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.lifecycle-toolbar i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 24px rgba(164, 255, 202, 0.95);
  animation: statusPulse 2.4s ease-in-out infinite;
}

.lifecycle-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.2fr) minmax(0, 0.95fr);
  gap: 14px;
  align-items: stretch;
  margin-top: 24px;
}

.creator-panel,
.market-dial,
.settlement-panel {
  position: relative;
  min-height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(4, 7, 10, 0.58);
  backdrop-filter: blur(24px);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}

.creator-panel,
.settlement-panel {
  display: flex;
  flex-direction: column;
  padding: clamp(18px, 2.6vw, 26px);
}

.creator-panel strong {
  display: block;
  margin-top: 18px;
  font-size: clamp(25px, 2.7vw, 38px);
  line-height: 1;
}

.life-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 24px;
}

.life-options span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.life-options b,
.life-options em,
.odds-meter b,
.odds-meter em {
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}

.life-options em {
  color: var(--green);
}

.life-details {
  display: grid;
  gap: 9px;
  margin-top: 16px;
}

.life-details div {
  display: grid;
  gap: 6px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
}

.life-details b {
  color: rgba(248, 251, 255, 0.9);
  font-size: 14px;
  line-height: 1.2;
}

.share-action {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-top: auto;
  border: 1px solid rgba(112, 231, 255, 0.26);
  border-radius: 50%;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(112, 231, 255, 0.16), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 54px rgba(112, 231, 255, 0.08);
}

.share-action svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.review-chip {
  padding: 11px 13px;
  border-radius: 999px;
  color: rgba(248, 251, 255, 0.78);
  background: rgba(255, 255, 255, 0.075);
  font-size: 12px;
  font-weight: 800;
}

.market-dial {
  display: grid;
  place-items: center;
  padding: 24px;
  isolation: isolate;
}

.market-dial::before {
  content: "";
  position: absolute;
  width: min(330px, 86%);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    conic-gradient(from -28deg, rgba(164, 255, 202, 0.98) 0 64%, rgba(255, 124, 175, 0.92) 64% 100%);
  filter: drop-shadow(0 0 38px rgba(112, 231, 255, 0.17));
}

.market-dial::after {
  content: "";
  position: absolute;
  width: min(244px, 66%);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(3, 5, 7, 0.9);
  box-shadow: inset 0 0 60px rgba(112, 231, 255, 0.08);
}

.odds-core {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.odds-core strong {
  margin-top: 8px;
  font-size: clamp(70px, 7vw, 102px);
  line-height: 0.78;
  letter-spacing: 0;
}

.odds-core small {
  margin-top: 16px;
  color: rgba(248, 251, 255, 0.58);
}

.predictor {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid rgba(3, 4, 5, 0.64);
  border-radius: 50%;
  color: #061014;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
}

.predictor-a,
.predictor-b,
.predictor-d {
  background: linear-gradient(135deg, var(--green), var(--cyan));
}

.predictor-c {
  background: linear-gradient(135deg, var(--pink), var(--orange));
}

.predictor-a {
  left: 9%;
  top: 24%;
}

.predictor-b {
  right: 12%;
  top: 20%;
}

.predictor-c {
  left: 13%;
  bottom: 22%;
}

.predictor-d {
  right: 11%;
  bottom: 25%;
}

.odds-meter {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 4;
  display: grid;
  gap: 9px;
}

.odds-meter span {
  display: grid;
  grid-template-columns: 34px 1fr 40px;
  align-items: center;
  gap: 10px;
  color: rgba(248, 251, 255, 0.82);
}

.odds-meter i {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.odds-meter i::before {
  content: "";
  display: block;
  width: var(--w);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--cyan));
  animation: meterBreathe 4.6s ease-in-out infinite;
}

.odds-meter span:nth-child(2) i::before {
  background: linear-gradient(90deg, var(--pink), var(--orange));
  animation-delay: 800ms;
}

.outcome-lock {
  display: grid;
  gap: 10px;
  padding: 16px;
  margin-top: 18px;
  border: 1px solid rgba(164, 255, 202, 0.22);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(164, 255, 202, 0.15), rgba(255, 255, 255, 0.06));
  animation: resultGlow 4.8s ease-in-out infinite;
}

.outcome-lock strong {
  font-size: clamp(30px, 3vw, 42px);
  line-height: 0.95;
}

.claim-ticket {
  display: grid;
  gap: 7px;
  margin-top: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
}

.claim-ticket strong {
  color: var(--green);
  font-size: clamp(45px, 4.8vw, 70px);
  line-height: 0.86;
}

.claim-ticket b {
  width: max-content;
  max-width: 100%;
  padding: 8px 10px;
  border-radius: 999px;
  color: #041014;
  background: var(--green);
  font-size: 12px;
}

.review-chip {
  margin-top: auto;
}

.lifecycle-stages {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.lifecycle-stages span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  color: rgba(248, 251, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
  font-weight: 900;
  animation: stageFocus 10s ease-in-out infinite;
}

.lifecycle-stages span:nth-child(2) { animation-delay: 2s; }
.lifecycle-stages span:nth-child(3) { animation-delay: 4s; }
.lifecycle-stages span:nth-child(4) { animation-delay: 6s; }
.lifecycle-stages span:nth-child(5) { animation-delay: 8s; }

.lifecycle-stages i {
  color: var(--blue);
  font-style: normal;
}

.flywheel-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(34px, 5vw, 58px);
  align-items: start;
}

.flywheel-copy {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.flywheel-copy p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.flywheel-visual {
  position: relative;
  min-height: auto;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: clamp(16px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 68% 30%, rgba(112, 231, 255, 0.09), transparent 34%),
    radial-gradient(circle at 34% 58%, rgba(164, 255, 202, 0.08), transparent 36%),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.flywheel-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at center, black 0 34%, transparent 76%);
  opacity: 0.5;
}

.flywheel-schema-frame {
  position: relative;
  z-index: 1;
  width: min(100%, 1120px);
  margin: 0;
}

.flywheel-schema-image {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.trust-protocol {
  display: grid;
  gap: 18px;
}

.system-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(26px, 5vw, 68px);
  padding: clamp(26px, 5vw, 58px);
  overflow: hidden;
}

.protocol-card {
  grid-template-columns: minmax(320px, 1.05fr) minmax(0, 0.95fr);
}

.trust-dashboard {
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr;
}

.organizer-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(138px, 0.62fr) 54px minmax(188px, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 350px;
  padding: clamp(20px, 3.4vw, 34px);
  overflow: hidden;
}

.organizer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background:
    radial-gradient(circle at 22% 18%, rgba(112, 231, 255, 0.16), transparent 38%),
    radial-gradient(circle at 86% 72%, rgba(164, 255, 202, 0.14), transparent 42%);
}

.profile-bubble {
  position: relative;
  z-index: 1;
  width: min(150px, 100%);
  aspect-ratio: 1;
  justify-self: center;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(112, 231, 255, 0.18), rgba(164, 255, 202, 0.12)),
    rgba(255, 255, 255, 0.07);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    0 34px 110px rgba(0, 0, 0, 0.34);
}

.avatar-portrait {
  position: absolute;
  inset: 9%;
  border-radius: 50%;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.42), transparent 34%),
    rgba(255, 255, 255, 0.06);
}

.avatar-portrait svg {
  width: 100%;
  height: 100%;
  display: block;
}

.cert-bubble {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 82%;
  padding: 9px 11px;
  border-radius: 999px;
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.kyc-bubble {
  top: 12%;
  left: -2%;
  border: 1px solid rgba(112, 231, 255, 0.42);
  background: rgba(14, 79, 116, 0.72);
}

.trust-check-bubble {
  position: absolute;
  z-index: 3;
  top: 12%;
  right: -6%;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(164, 255, 202, 0.44);
  border-radius: 50%;
  background: rgba(17, 99, 61, 0.78);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.checkmark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #031014;
}

.kyc-bubble .checkmark {
  background: var(--cyan);
}

.trust-check-bubble .checkmark {
  background: var(--green);
}

.checkmark svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cert-bubble b {
  display: block;
}

.cert-bubble b {
  color: var(--ink);
  font-size: 13px;
}

.trust-arrow {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 60px;
  justify-self: center;
  overflow: visible;
}

.trust-arrow path {
  fill: none;
  stroke: rgba(164, 255, 202, 0.74);
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.note-explainer {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(164, 255, 202, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(164, 255, 202, 0.15), rgba(112, 231, 255, 0.05)),
    rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}

.note-explainer strong {
  display: block;
  margin-top: 12px;
  color: var(--green);
  font-size: clamp(46px, 5.2vw, 60px);
  line-height: 0.86;
  white-space: nowrap;
}

.note-explainer strong small {
  color: rgba(248, 251, 255, 0.72);
  font-size: 0.38em;
  font-weight: 900;
}

.note-explainer b {
  display: inline-flex;
  margin-top: 12px;
  padding: 8px 11px;
  border-radius: 999px;
  color: #041014;
  background: var(--green);
  font-size: 12px;
  font-weight: 950;
}

.note-explainer p {
  margin-top: 12px;
  color: rgba(248, 251, 255, 0.68);
  font-size: 14px;
  line-height: 1.45;
}

.protocol-schema {
  padding: 26px;
  display: grid;
  align-content: center;
  gap: 12px;
}

.protocol-node,
.protocol-core {
  padding: 18px;
  text-align: center;
  font-weight: 900;
}

.protocol-core {
  color: #030405;
  background: linear-gradient(135deg, var(--green), var(--cyan), var(--blue));
}

.protocol-line {
  width: 1px;
  height: 28px;
  margin: 0 auto;
  background: linear-gradient(var(--cyan), rgba(255, 255, 255, 0.1));
}

.partner-cloud {
  padding: 26px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 20px;
}

.partner-cloud-header {
  display: grid;
  gap: 8px;
}

.partner-cloud-header span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.partner-cloud-header strong {
  max-width: 360px;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1;
}

.partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: center;
}

.partner-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 70px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.partner-logo b {
  min-width: 0;
  color: rgba(248, 251, 255, 0.88);
  font-size: 14px;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.partner-logo.biconomy {
  grid-column: 1 / -1;
}

.partner-mark {
  flex: 0 0 auto;
  width: 96px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.partner-logo-img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.partner-logo-img.wordmark {
  width: 100%;
  height: 100%;
}

.coinbase .partner-mark {
  width: 112px;
}

.polygon .partner-mark {
  width: 114px;
}

.metamask .partner-mark,
.phantom .partner-mark,
.walletconnect .partner-mark,
.web3auth .partner-mark {
  width: 48px;
}

.biconomy .partner-mark {
  width: 140px;
}

.infra-proof-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.infra-proof-list span {
  position: relative;
  padding: 13px 14px 13px 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: rgba(248, 251, 255, 0.84);
  background: rgba(255, 255, 255, 0.065);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
}

.infra-proof-list span::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: var(--green);
  box-shadow: 0 0 18px rgba(164, 255, 202, 0.5);
}

.team-section {
  padding-top: 32px;
  padding-bottom: 64px;
}

.team-heading {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.team-heading h2 {
  margin-top: 14px;
  font-size: clamp(36px, 4.8vw, 68px);
  line-height: 0.96;
}

.team-heading p {
  margin: 18px auto 0;
  max-width: 660px;
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.55;
}

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

.team-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 32px 88px rgba(0, 0, 0, 0.24);
  isolation: isolate;
  transition:
    border-color 220ms ease,
    transform 220ms ease,
    background 220ms ease;
}

.team-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 204, 255, 0.16), transparent 44%),
    linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0.76;
  pointer-events: none;
}

.team-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.075);
}

.team-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04);
}

.team-card-info {
  padding: 20px;
}

.team-card h3 {
  font-size: clamp(19px, 1.6vw, 25px);
  line-height: 1.05;
}

.team-card span {
  display: block;
  margin-top: 8px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.team-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.team-socials a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(248, 251, 255, 0.82);
  background: rgba(255, 255, 255, 0.07);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.team-socials img {
  width: 16px;
  height: 16px;
  filter: invert(1);
  opacity: 0.86;
}

.team-socials a:hover {
  color: var(--ink);
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.13);
}

.team-socials a:hover img {
  opacity: 1;
}

.creator-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.feature-tile,
.step,
.mode-panel,
.trust-visual {
  border: 1px solid var(--line);
  background: var(--glass);
  backdrop-filter: blur(20px);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.28);
}

.feature-tile {
  min-height: 230px;
  padding: 22px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.feature-tile.large {
  grid-column: span 2;
  min-height: 390px;
  padding: 0;
  justify-content: flex-end;
  background: #090b0e;
}

.feature-tile.large img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.86;
}

.feature-tile.large::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(3, 4, 5, 0.86));
}

.feature-tile.large div {
  position: relative;
  z-index: 1;
  padding: 24px;
}

.feature-tile > img:not(.feature-tile.large img) {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.feature-tile h3,
.step h3 {
  margin-top: 14px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.05;
}

.feature-tile p,
.step p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.46;
}

.player-creator {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 76vh;
}

.mode-panel {
  position: relative;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(30px, 6vw, 72px);
  border-radius: 0;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.mode-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transition: transform 700ms ease;
}

.mode-panel:hover::before {
  transform: scale(1.045);
}

.mode-panel.player::before {
  background:
    linear-gradient(180deg, rgba(3, 4, 5, 0.1), rgba(3, 4, 5, 0.88)),
    url("assets/product-phone.avif") center / cover no-repeat;
}

.mode-panel.creator::before {
  background:
    linear-gradient(180deg, rgba(3, 4, 5, 0.1), rgba(3, 4, 5, 0.88)),
    url("assets/product-desktop.avif") center / cover no-repeat;
}

.mode-panel h2 {
  margin-top: 13px;
  max-width: 560px;
  font-size: clamp(42px, 5.8vw, 86px);
  line-height: 0.94;
}

.mode-panel p {
  max-width: 520px;
  color: rgba(248, 251, 255, 0.75);
}

.mechanics,
.stack {
  width: min(calc(100% - 44px), var(--max));
  margin: 0 auto;
  padding: 128px 0;
}

.center {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 54px;
}

.step {
  min-height: 260px;
  padding: 22px;
  border-radius: 8px;
}

.step span {
  display: inline-flex;
  color: rgba(248, 251, 255, 0.46);
  font-size: 13px;
  font-weight: 900;
}

.archive {
  padding: 128px max(22px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  background: #f5f7fb;
  color: #06080a;
}

.archive .kicker {
  color: #47647c;
}

.archive-copy {
  max-width: 820px;
}

.archive-copy p {
  color: #45525f;
}

.gallery-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 31%);
  gap: 18px;
  margin-top: 54px;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-color: #aab2bc transparent;
}

.gallery-strip figure {
  margin: 0;
  min-height: 500px;
  border-radius: 8px;
  overflow: hidden;
  background: #07090d;
  box-shadow: 0 34px 84px rgba(0, 0, 0, 0.24);
}

.gallery-strip img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.gallery-strip figcaption {
  padding: 18px;
  color: #f8fbff;
  font-size: 15px;
  font-weight: 800;
}

.trust-section {
  align-items: center;
}

.trust-visual {
  min-height: 430px;
  border-radius: 8px;
  padding: clamp(24px, 4vw, 46px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(135deg, rgba(181, 204, 231, 0.16), rgba(255, 124, 175, 0.06)),
    rgba(255, 255, 255, 0.07);
}

.trust-score span {
  display: block;
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.trust-score strong {
  display: inline-block;
  margin-top: 20px;
  font-size: clamp(96px, 12vw, 160px);
  line-height: 0.8;
  letter-spacing: 0;
}

.trust-score em {
  color: var(--muted);
  font-style: normal;
  font-size: 28px;
}

.trust-bars {
  display: grid;
  gap: 12px;
}

.trust-bars span {
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.trust-bars span::before {
  content: "";
  display: block;
  width: var(--w);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--cyan), var(--blue));
}

.stack-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 44px;
}

.stack-line span {
  padding: 13px 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(248, 251, 255, 0.8);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 800;
}

.finale {
  min-height: 56vh;
  padding: 42px max(22px, calc((100vw - var(--max)) / 2)) 74px;
  display: grid;
  align-content: center;
  justify-items: center;
  row-gap: clamp(24px, 3vw, 38px);
  text-align: center;
  overflow: hidden;
}

.finale::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, #030405 0%, rgba(3, 4, 5, 0.75) 45%, #030405 100%),
    url("assets/makao-presentation.jpg") center / cover no-repeat;
  opacity: 0.62;
}

.finale-mark {
  display: grid;
  justify-items: center;
  gap: 16px;
}

.finale-logo {
  width: clamp(74px, 9vw, 118px);
  filter: drop-shadow(0 22px 56px rgba(181, 204, 231, 0.2));
}

.finale h2 {
  max-width: 860px;
  margin-top: 0;
}

.finale p {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: min(620px, 100%);
  margin-top: 2px;
}

.link-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(18px);
  color: rgba(248, 251, 255, 0.72);
  font-size: 13px;
  font-weight: 760;
  transition: background 180ms ease, transform 180ms ease;
}

.link-grid a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
}

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

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

[data-tilt] {
  --rx: 0deg;
  --ry: 0deg;
  --lift: 0px;
}

[data-reveal][data-tilt] {
  transform: perspective(1000px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(26px);
}

[data-reveal][data-tilt].is-visible {
  transform: perspective(1000px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(var(--lift));
}

@keyframes floatDesktop {
  0%, 100% { transform: translateX(-50%) rotateX(56deg) rotateZ(-31deg) translate3d(0, 0, 0); }
  50% { transform: translateX(-50%) rotateX(54deg) rotateZ(-30deg) translate3d(0, -16px, 0); }
}

@keyframes floatPhone {
  0%, 100% { transform: rotateX(10deg) rotateZ(10deg) translate3d(0, 0, 0); }
  50% { transform: rotateX(10deg) rotateZ(8deg) translate3d(0, 18px, 0); }
}

@keyframes floatCard {
  0%, 100% { transform: rotate(var(--card-rotation, 0deg)) translate3d(0, 0, 0); }
  50% { transform: rotate(var(--card-rotation, 0deg)) translate3d(0, -18px, 0); }
}

@keyframes ribbonMove {
  from { translate: -12% 0; }
  to { translate: -50% 0; }
}

@keyframes lifecycleSweep {
  0%, 36% { transform: translateX(-54%) rotate(8deg); opacity: 0; }
  52% { opacity: 0.62; }
  72%, 100% { transform: translateX(54%) rotate(8deg); opacity: 0; }
}

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

@keyframes meterBreathe {
  0%, 100% { transform: scaleX(0.88); transform-origin: left; opacity: 0.74; }
  48%, 62% { transform: scaleX(1); opacity: 1; }
}

@keyframes resultGlow {
  0%, 100% { border-color: rgba(164, 255, 202, 0.18); box-shadow: none; }
  52% { border-color: rgba(164, 255, 202, 0.46); box-shadow: 0 0 34px rgba(164, 255, 202, 0.08); }
}

@keyframes stageFocus {
  0%, 18%, 100% { color: rgba(248, 251, 255, 0.78); background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.11); }
  8% { color: var(--ink); background: rgba(112, 231, 255, 0.14); border-color: rgba(112, 231, 255, 0.34); }
}

@keyframes barPulse {
  0%, 100% { opacity: 0.72; }
  50% { opacity: 1; }
}

@keyframes avatarPulse {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-3px) scale(1.045); }
}

@media (max-width: 980px) {
  .menu-toggle {
    display: grid;
  }

  .site-nav {
    display: none;
  }

  .site-header.is-open .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(5, 8, 11, 0.92);
    backdrop-filter: blur(24px);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
  }

  .site-header.is-open .site-nav a {
    display: flex;
    justify-content: center;
    padding: 13px 12px;
    background: rgba(255, 255, 255, 0.06);
  }

  .cinematic-section {
    min-height: min(96vh, 820px);
    align-items: center;
  }

  .product-orbit {
    right: -280px;
    top: clamp(98px, 11vh, 128px);
    min-width: 620px;
    opacity: 0.42;
  }

  .card-a,
  .sentiment-card,
  .multi-card {
    display: none;
  }

  .reward-card,
  .qr-chip {
    display: none;
  }

  .mobile-market-panel {
    display: grid;
    max-width: 420px;
  }

  .hero-copy {
    padding-bottom: 0;
  }

  .split-intro,
  .trust-section {
    grid-template-columns: 1fr;
    padding: 92px 0;
  }

  .product-intro,
  .roles-section,
  .market-flow,
  .flywheel-section,
  .trust-protocol,
  .team-section {
    width: min(calc(100% - 36px), var(--max));
    padding: 92px 0;
  }

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

  .role-card,
  .player-role,
  .system-card,
  .protocol-card,
  .flywheel-section {
    grid-template-columns: 1fr;
  }

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

  .team-section {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .role-card,
  .system-card {
    min-height: auto;
  }

  .player-role .live-market-visual {
    order: 2;
  }

  .player-role .role-text,
  .protocol-card .section-copy {
    order: 1;
  }

  .protocol-card .protocol-schema,
  .protocol-card .partner-cloud {
    order: 2;
  }

  .flow-rail {
    display: none;
  }

  .flow-step h3 {
    margin-top: 24px;
  }

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

  .lifecycle-visual {
    min-height: auto;
  }

  .creator-panel,
  .settlement-panel {
    min-height: auto;
  }

  .market-dial {
    min-height: 360px;
  }

  .flywheel-copy {
    max-width: 760px;
  }

  .flywheel-visual {
    min-height: 560px;
  }

  .sticky-copy {
    position: relative;
    top: auto;
  }

  .player-creator,
  .timeline {
    grid-template-columns: 1fr;
  }

  .mode-panel {
    min-height: 440px;
  }

  .gallery-strip {
    grid-auto-columns: minmax(250px, 78%);
  }

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

@media (max-width: 620px) {
  .site-header {
    top: 12px;
    width: min(calc(100% - 22px), var(--max));
    padding: 10px 14px;
  }

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

  .cinematic-section {
    min-height: 108vh;
    align-items: end;
    padding: 96px 18px 38px;
  }

  .hero::before {
    background-size: 940px auto;
    background-position: 58% 19%;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(3, 4, 5, 0.72) 0%, rgba(3, 4, 5, 0.5) 32%, rgba(3, 4, 5, 0.88) 72%, #030405 100%),
      linear-gradient(90deg, rgba(3, 4, 5, 0.98), rgba(3, 4, 5, 0.5));
  }

  .product-orbit {
    right: -410px;
    top: 9vh;
    min-width: 580px;
    opacity: 0.36;
  }

  h1 {
    font-size: clamp(38px, 12.2vw, 48px);
    line-height: 0.9;
  }

  .odds-card,
  .sentiment-card,
  .multi-card,
  .reward-card,
  .qr-chip {
    display: none;
  }

  .hero-copy p {
    font-size: 18px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .mobile-market-panel {
    display: grid;
  }

  .split-intro,
  .mechanics,
  .trust-section,
  .stack {
    width: min(calc(100% - 32px), var(--max));
    padding: 78px 0;
  }

  .product-intro,
  .roles-section,
  .market-flow,
  .flywheel-section,
  .trust-protocol,
  .team-section {
    width: min(calc(100% - 32px), var(--max));
    padding: 78px 0;
  }

  .principles-grid,
  .flow-board,
  .lifecycle-grid,
  .live-market-visual,
  .trust-dashboard,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-section {
    padding-top: 52px;
    padding-bottom: 50px;
  }

  .finale {
    min-height: auto;
    padding: 36px 16px 58px;
    row-gap: 22px;
  }

  .finale-mark {
    gap: 13px;
  }

  .principle,
  .flow-step {
    min-height: auto;
  }

  .role-card,
  .system-card {
    padding: 22px;
  }

  .composer-visual,
  .live-market-visual,
  .market-dial,
  .trust-dashboard,
  .protocol-schema,
  .partner-cloud {
    min-height: 320px;
  }

  .partner-logo-grid,
  .infra-proof-list {
    grid-template-columns: 1fr;
  }

  .lifecycle-visual {
    padding: 18px;
  }

  .lifecycle-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .lifecycle-stages span:last-child {
    grid-column: 1 / -1;
  }

  .market-dial {
    padding: 20px 14px 78px;
  }

  .market-dial::before {
    width: min(250px, 82%);
  }

  .market-dial::after {
    width: min(186px, 62%);
  }

  .odds-core strong {
    font-size: clamp(58px, 18vw, 76px);
  }

  .predictor {
    width: 36px;
    height: 36px;
  }

  .composer-question {
    font-size: clamp(28px, 9vw, 40px);
  }

  .leaderboard-mini {
    grid-column: auto;
  }

  .flywheel-visual {
    min-height: auto;
    padding: 12px;
  }

  .organizer-card {
    grid-row: auto;
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: auto;
  }

  .profile-bubble {
    width: min(172px, 100%);
  }

  .kyc-bubble {
    left: 0;
  }

  .trust-check-bubble {
    right: 0;
  }

  .trust-arrow {
    width: 62px;
    transform: rotate(90deg);
  }

  .note-explainer {
    width: 100%;
    max-width: none;
    text-align: center;
  }

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

  .feature-tile.large {
    grid-column: span 1;
    min-height: 330px;
  }

  .archive {
    padding: 82px 16px;
  }

  .gallery-strip {
    grid-auto-columns: minmax(238px, 86%);
  }

  .gallery-strip figure {
    min-height: 420px;
  }

  .gallery-strip img {
    height: 360px;
  }

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

@media (max-width: 360px) {
  h1 {
    font-size: clamp(42px, 13.4vw, 48px);
  }
}

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