@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@500;600;700;800;900&display=swap");

:root {
  color-scheme: dark;
  --night: #13082e;
  --night-2: #24105a;
  --panel: #2d1766;
  --panel-soft: #3a1d78;
  --white: #fff8ff;
  --muted: #c9bde9;
  --cyan: #20d8f7;
  --pink: #ff3aa7;
  --lime: #8cec28;
  --yellow: #ffd42a;
  --violet: #8e4dff;
  --line: rgb(195 167 255 / 20%);
  --shadow: 0 28px 80px rgb(8 0 30 / 42%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 3%, rgb(255 58 167 / 20%), transparent 28rem),
    radial-gradient(circle at 88% 14%, rgb(32 216 247 / 20%), transparent 30rem),
    linear-gradient(180deg, #1d0c48 0, var(--night) 42rem, #110829 100%);
  font-family: "Nunito", ui-rounded, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  opacity: .3;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgb(255 255 255 / 24%) 1px, transparent 1.5px),
    linear-gradient(120deg, transparent 48%, rgb(139 86 255 / 7%) 49%, transparent 50%);
  background-size: 42px 42px, 120px 120px;
  mask-image: linear-gradient(#000, transparent 80%);
}

a { color: inherit; }
.skip-link { position: fixed; z-index: 999; top: -90px; left: 18px; padding: 12px 16px; border-radius: 13px; background: #fff; color: #24105a; font-weight: 900; }
.skip-link:focus { top: 18px; }

.site-header {
  position: relative;
  z-index: 20;
  width: min(1220px, calc(100% - 40px));
  min-height: 94px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { display: block; width: 198px; height: auto; filter: drop-shadow(0 11px 24px rgb(255 50 169 / 25%)); }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav a { color: #d2c6ef; font-size: 14px; font-weight: 800; text-decoration: none; transition: color .18s ease; }
.site-nav a:hover { color: #fff; }
.header-actions { display: flex; gap: 10px; }

.button {
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 17px;
  background: linear-gradient(135deg, var(--yellow), #ffad24 44%, #ff7f4d);
  color: #33125f;
  box-shadow: 0 13px 31px rgb(255 145 34 / 24%), inset 0 2px rgb(255 255 255 / 55%);
  font: inherit;
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-3px); filter: saturate(1.08) brightness(1.04); box-shadow: 0 18px 40px rgb(255 145 34 / 30%), inset 0 2px rgb(255 255 255 / 55%); }
.button--quiet { border-color: transparent; background: transparent; color: #e6dcfa; box-shadow: none; }
.button--small { min-height: 44px; padding-inline: 18px; }
.button--outline { background: rgb(255 255 255 / 7%); color: #fff; box-shadow: inset 0 1px rgb(255 255 255 / 10%); backdrop-filter: blur(12px); }
.button--hero { min-height: 64px; padding-inline: 28px; border-radius: 20px; font-size: 16px; }
.button--hero b { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; background: rgb(50 17 94 / 15%); font-size: 11px; }

.hero {
  position: relative;
  width: min(1220px, calc(100% - 40px));
  min-height: 740px;
  margin: 0 auto;
  padding: 70px 0 92px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
  align-items: center;
  gap: 58px;
}
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(18px); opacity: .6; }
.hero-orb--one { width: 340px; height: 340px; top: 80px; left: -280px; background: radial-gradient(circle at 35% 25%, #fff, #ff3aa7 8%, #8e4dff 44%, transparent 70%); }
.hero-orb--two { width: 240px; height: 240px; right: -160px; bottom: 40px; background: radial-gradient(circle at 35% 25%, #fff, #20d8f7 8%, #255cff 48%, transparent 70%); }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: #7deeff; font-size: 11px; font-weight: 950; letter-spacing: .16em; }
.eyebrow i { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgb(140 236 40 / 12%), 0 0 20px var(--lime); }
.hero h1, .section-heading h2, .world-copy h2, .community h2, .final-cta h2 {
  margin: 0;
  font-weight: 950;
  letter-spacing: -.06em;
}
.hero h1 { max-width: 780px; font-size: clamp(3.7rem, 6.8vw, 6.7rem); line-height: .87; }
.hero h1 em, .section-heading h2 em, .world-copy h2 em, .community h2 em, .final-cta h2 em {
  color: transparent;
  background: linear-gradient(90deg, #21dcf9, #8fec2c 40%, #ffd42a 67%, #ff45ac);
  background-clip: text;
  font-style: normal;
  filter: drop-shadow(0 0 24px rgb(39 219 244 / 15%));
}
.hero-lead { max-width: 590px; margin: 27px 0 0; color: #d0c5eb; font-size: 18px; line-height: 1.7; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 13px; }
.hero-points { margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 20px; list-style: none; color: #ae9ed0; font-size: 13px; font-weight: 800; }
.hero-points li { display: flex; align-items: center; gap: 7px; }
.hero-points span { color: var(--lime); }

.hero-game { position: relative; min-height: 610px; display: grid; place-items: center; }
.preview-shell {
  position: relative;
  width: min(440px, 90%);
  aspect-ratio: .76;
  overflow: hidden;
  border: 2px solid rgb(177 137 255 / 54%);
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 100%, rgb(32 216 247 / 24%), transparent 48%),
    linear-gradient(180deg, #2b1464, #160a3a);
  box-shadow: var(--shadow), 0 0 0 10px rgb(255 255 255 / 4%), inset 0 1px rgb(255 255 255 / 22%);
  transform: perspective(1100px) rotateY(-4deg) rotateX(1deg);
}
.preview-shell::before { content: ""; position: absolute; inset: 0; opacity: .28; background: radial-gradient(circle, #fff 1px, transparent 1.5px); background-size: 34px 34px; mask-image: linear-gradient(#000, transparent 70%); }
.preview-top { position: relative; z-index: 3; min-height: 70px; padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgb(255 255 255 / 10%); background: rgb(16 5 52 / 55%); }
.preview-top span { display: flex; align-items: center; gap: 8px; color: #cfc2ed; font-size: 10px; font-weight: 950; letter-spacing: .12em; }
.preview-top span i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); }
.preview-top strong { color: #fff; font-size: 19px; }
.preview-top small { color: #8e78bb; font-size: 8px; letter-spacing: .12em; }
.preview-board { position: relative; z-index: 2; padding: 18px 14px; display: flex; flex-wrap: wrap; align-content: start; justify-content: center; gap: 0; }
.bubble {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  flex: 0 0 auto;
  border: 2px solid rgb(255 255 255 / 42%);
  border-radius: 50%;
  box-shadow: inset -8px -10px 16px rgb(39 9 93 / 32%), inset 6px 7px 10px rgb(255 255 255 / 42%), 0 7px 12px rgb(7 0 28 / 28%);
}
.bubble::after { content: ""; position: absolute; width: 11px; height: 7px; left: 9px; top: 7px; border-radius: 50%; background: rgb(255 255 255 / 78%); transform: rotate(-25deg); filter: blur(.3px); }
.preview-board .bubble { margin: -3px 1px 0; }
.preview-board .bubble:nth-child(n+9):nth-child(-n+16) { transform: translateX(23px); }
.pink { background: radial-gradient(circle at 35% 27%, #ffb2dd, #ff3ba7 42%, #c8107f 78%); }
.cyan { background: radial-gradient(circle at 35% 27%, #b8f9ff, #19d9f7 42%, #0872dc 80%); }
.lime { background: radial-gradient(circle at 35% 27%, #e6ffa7, #8dec27 42%, #3caf16 80%); }
.yellow { background: radial-gradient(circle at 35% 27%, #fff7ad, #ffd62d 42%, #f18d10 80%); }
.violet { background: radial-gradient(circle at 35% 27%, #d6b8ff, #904eff 42%, #5320c5 80%); }
.preview-combo { position: absolute; z-index: 4; top: 45%; left: 50%; transform: translate(-50%, -50%) rotate(-7deg); text-align: center; text-shadow: 0 5px 16px #20005c; }
.preview-combo small { display: block; color: var(--yellow); font-size: 10px; font-weight: 950; letter-spacing: .16em; }
.preview-combo strong { display: block; margin-top: -4px; color: #fff; font-size: 56px; font-weight: 950; line-height: 1; }
.preview-aim { position: absolute; z-index: 2; left: 50%; bottom: 128px; display: flex; flex-direction: column; align-items: center; gap: 10px; transform: rotate(-18deg); transform-origin: bottom center; }
.preview-aim i { width: 6px; height: 6px; border-radius: 50%; background: rgb(255 255 255 / 72%); box-shadow: 0 0 9px #fff; }
.preview-launcher { position: absolute; z-index: 4; inset: auto 0 12px; height: 118px; display: grid; place-items: end center; }
.preview-launcher::before { content: ""; position: absolute; width: 150px; height: 38px; bottom: 0; border-radius: 50%; background: radial-gradient(ellipse, rgb(39 217 247 / 42%), transparent 72%); filter: blur(6px); }
.preview-launcher > img { position: relative; z-index: 2; width: 99px; height: 99px; object-fit: contain; filter: drop-shadow(0 13px 18px rgb(0 0 0 / 36%)); }
.preview-launcher > .bubble { position: absolute; z-index: 4; width: 40px; height: 40px; bottom: 67px; left: calc(50% + 29px); }
.next-bubble { position: absolute; left: 22px; bottom: 28px; display: grid; justify-items: center; gap: 5px; color: #9c89c4; font-size: 7px; font-weight: 950; letter-spacing: .11em; }
.next-bubble .bubble { width: 29px; height: 29px; }
.float-card { position: absolute; z-index: 6; padding: 14px 16px; display: flex; align-items: center; gap: 11px; border: 1px solid rgb(255 255 255 / 16%); border-radius: 18px; background: rgb(43 19 96 / 82%); box-shadow: 0 18px 50px rgb(5 0 26 / 38%); backdrop-filter: blur(14px); }
.float-card > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(140deg, rgb(255 255 255 / 19%), rgb(255 255 255 / 7%)); }
.float-card small { display: block; color: #9983c7; font-size: 8px; font-weight: 950; letter-spacing: .13em; }
.float-card strong { display: block; margin-top: 2px; font-size: 11px; white-space: nowrap; }
.float-card--left { left: -16px; top: 30%; }
.float-card--right { right: -22px; bottom: 22%; }

.color-strip { width: min(1180px, calc(100% - 40px)); min-height: 94px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: rgb(255 255 255 / 4%); }
.color-strip article { padding: 20px 25px; display: flex; align-items: center; gap: 13px; border-right: 1px solid var(--line); font-weight: 900; }
.color-strip article:last-child { border-right: 0; }
.color-strip b { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: #55249b; color: #d3c5ee; font-size: 10px; }
.color-strip article:nth-child(1) b { background: #0f98bf; }
.color-strip article:nth-child(2) b { background: #c91b83; }
.color-strip article:nth-child(3) b { background: #67b618; }
.color-strip article:nth-child(4) b { background: #da9017; }

.how { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 130px 0; }
.section-heading { max-width: 760px; margin: 0 auto; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2, .world-copy h2, .community h2, .final-cta h2 { font-size: clamp(2.8rem, 5vw, 5rem); line-height: .95; }
.section-heading > p:last-child { max-width: 580px; margin: 23px auto 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.how-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.how-grid article { position: relative; min-height: 310px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 29px; background: linear-gradient(145deg, rgb(66 31 136 / 80%), rgb(34 15 78 / 72%)); box-shadow: inset 0 1px rgb(255 255 255 / 8%); }
.how-grid article::after { content: ""; position: absolute; width: 180px; height: 180px; right: -90px; bottom: -100px; border-radius: 50%; background: var(--card-glow, #20d8f7); opacity: .13; filter: blur(3px); }
.how-grid article:nth-child(2) { --card-glow: #ff3aa7; transform: translateY(22px); }
.how-grid article:nth-child(3) { --card-glow: #8cec28; }
.how-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 22px; background: linear-gradient(145deg, #25dcf6, #7552ff); box-shadow: 0 16px 30px rgb(31 201 242 / 18%); font-size: 30px; }
.how-grid article:nth-child(2) .how-icon { background: linear-gradient(145deg, #ff5ab9, #e62884); }
.how-grid article:nth-child(3) .how-icon { background: linear-gradient(145deg, #b8f54f, #4fc522); }
.how-grid b { position: absolute; top: 35px; right: 30px; color: #7659ad; font-size: 13px; letter-spacing: .15em; }
.how-grid h3 { margin: 31px 0 10px; font-size: 23px; }
.how-grid p { margin: 0; color: #bcaedc; font-size: 15px; line-height: 1.65; }

.world { width: min(1180px, calc(100% - 40px)); margin: 0 auto 130px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 86px; }
.world-art { position: relative; min-height: 610px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 42px; background: radial-gradient(circle at 50% 47%, rgb(39 221 246 / 27%), transparent 22%), linear-gradient(145deg, #2e1672, #180a3b); box-shadow: var(--shadow); }
.world-art::before { content: ""; position: absolute; inset: 0; background: repeating-radial-gradient(ellipse at 50% 110%, transparent 0 52px, rgb(108 78 194 / 18%) 54px 56px); }
.world-art > img { position: relative; z-index: 3; width: min(330px, 70%); height: auto; filter: drop-shadow(0 26px 35px rgb(4 0 24 / 40%)); animation: mascot-float 4s ease-in-out infinite; }
.mascot-halo { position: absolute; z-index: 2; width: 310px; height: 310px; border: 1px solid rgb(84 227 250 / 35%); border-radius: 50%; box-shadow: 0 0 90px rgb(37 216 246 / 19%), inset 0 0 70px rgb(30 204 243 / 14%); }
.bubble-field { position: absolute; inset: 0; }
.bubble-field .bubble { position: absolute; animation: bubble-float 5s ease-in-out infinite; }
.bubble-field .bubble:nth-child(1) { left: 8%; top: 12%; }
.bubble-field .bubble:nth-child(2) { right: 12%; top: 16%; animation-delay: -.7s; }
.bubble-field .bubble:nth-child(3) { left: 18%; bottom: 13%; animation-delay: -1.8s; }
.bubble-field .bubble:nth-child(4) { right: 8%; bottom: 20%; animation-delay: -.3s; }
.bubble-field .bubble:nth-child(5) { left: 6%; top: 48%; animation-delay: -2.4s; }
.bubble-field .bubble:nth-child(6) { right: 28%; bottom: 6%; animation-delay: -1.2s; }
.bubble.big { width: 86px; height: 86px; }
.bubble.medium { width: 62px; height: 62px; }
.bubble.small { width: 39px; height: 39px; }
.world-badge { position: absolute; z-index: 4; bottom: 27px; left: 50%; transform: translateX(-50%); padding: 10px 15px; border: 1px solid rgb(255 255 255 / 18%); border-radius: 999px; background: rgb(24 8 66 / 70%); color: #cbbbec; font-size: 9px; font-weight: 950; letter-spacing: .15em; backdrop-filter: blur(12px); }
.world-copy > p:not(.eyebrow) { margin: 25px 0 0; color: var(--muted); font-size: 17px; line-height: 1.72; }
.feature-list { margin-top: 32px; display: grid; gap: 13px; }
.feature-list article { padding: 14px; display: flex; align-items: center; gap: 15px; border: 1px solid rgb(192 165 255 / 14%); border-radius: 18px; background: rgb(255 255 255 / 3%); }
.feature-list article > span { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 16px; background: #40207f; font-size: 22px; }
.feature-list strong { display: block; font-size: 14px; }
.feature-list small { display: block; margin-top: 3px; color: #9f8fc2; font-size: 12px; line-height: 1.45; }
.text-link { margin-top: 29px; display: inline-flex; align-items: center; gap: 8px; color: #6de9fc; font-weight: 900; text-decoration: none; }
.text-link span { transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }

.community { width: min(1180px, calc(100% - 40px)); margin: 0 auto 130px; padding: 65px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 62px; overflow: hidden; border: 1px solid var(--line); border-radius: 40px; background: radial-gradient(circle at 100% 0, rgb(255 55 167 / 18%), transparent 34rem), linear-gradient(135deg, rgb(54 24 115 / 90%), rgb(26 11 63 / 90%)); }
.community-copy > p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); line-height: 1.7; }
.community-stats { margin-top: 30px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.community-stats article { padding: 15px 10px; border: 1px solid rgb(255 255 255 / 10%); border-radius: 16px; background: rgb(255 255 255 / 4%); }
.community-stats strong, .community-stats span { display: block; }
.community-stats strong { font-size: 13px; }
.community-stats span { margin-top: 3px; color: #9482bc; font-size: 9px; }
.dashboard-card { padding: 22px; border: 1px solid rgb(255 255 255 / 16%); border-radius: 26px; background: rgb(17 6 48 / 73%); box-shadow: 0 24px 70px rgb(6 0 30 / 38%); backdrop-filter: blur(12px); transform: rotate(2deg); }
.dashboard-card header { display: flex; align-items: center; gap: 11px; }
.dashboard-card header img { width: 48px; height: 48px; object-fit: contain; }
.dashboard-card header div { min-width: 0; flex: 1; }
.dashboard-card header small, .dashboard-card header strong { display: block; }
.dashboard-card header small { color: #8e76bd; font-size: 7px; font-weight: 950; letter-spacing: .13em; }
.dashboard-card header strong { margin-top: 2px; font-size: 14px; }
.dashboard-card header > span { padding: 7px 9px; border-radius: 999px; background: rgb(140 236 40 / 13%); color: #a9f05d; font-size: 8px; font-weight: 950; }
.dashboard-score { margin-top: 21px; padding: 25px; border-radius: 20px; background: linear-gradient(120deg, #5c28b3, #3c1a83); }
.dashboard-score small, .dashboard-score strong { display: block; }
.dashboard-score small { color: #bba6e5; font-size: 8px; font-weight: 950; letter-spacing: .14em; }
.dashboard-score strong { margin-top: 2px; color: var(--yellow); font-size: 50px; line-height: 1; }
.dashboard-score i { display: block; margin-top: 4px; color: #62e9fb; font-size: 11px; font-style: normal; font-weight: 900; }
.dashboard-bars { height: 92px; padding: 18px 10px 0; display: flex; align-items: end; gap: 9px; }
.dashboard-bars i { flex: 1; height: var(--size); border-radius: 8px 8px 3px 3px; background: linear-gradient(#26daf7, #8d4dff 65%, #ff3ca7); box-shadow: 0 0 14px rgb(31 215 246 / 18%); }
.dashboard-card footer { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.dashboard-card footer span { padding: 13px 5px 0; color: #8774af; font-size: 7px; font-weight: 950; text-align: center; letter-spacing: .1em; }
.dashboard-card footer b { display: block; margin-top: 3px; color: #fff; font-size: 13px; }

.final-cta { position: relative; width: min(1000px, calc(100% - 40px)); margin: 0 auto; padding: 80px 35px; overflow: hidden; border: 1px solid var(--line); border-radius: 44px; background: radial-gradient(circle at 50% 0, rgb(35 215 246 / 20%), transparent 38%), linear-gradient(150deg, #31176d, #170a3a); text-align: center; box-shadow: var(--shadow); }
.final-cta > img { width: 118px; height: 118px; object-fit: contain; filter: drop-shadow(0 15px 22px rgb(1 0 18 / 35%)); }
.final-cta .eyebrow { margin-top: 18px; justify-content: center; }
.final-cta > p:not(.eyebrow) { margin: 21px auto 0; max-width: 600px; color: var(--muted); font-size: 17px; }
.final-cta > div:not(.cta-bubbles) { margin-top: 29px; display: flex; justify-content: center; gap: 12px; }
.final-cta > small { display: block; margin-top: 30px; color: #8b79b4; font-size: 11px; }
.cta-bubbles .bubble { position: absolute; opacity: .75; }
.cta-bubbles .bubble:nth-child(1) { width: 80px; height: 80px; left: -22px; top: 20%; }
.cta-bubbles .bubble:nth-child(2) { width: 48px; height: 48px; right: 7%; top: 10%; }
.cta-bubbles .bubble:nth-child(3) { width: 62px; height: 62px; right: -18px; bottom: 13%; }
.cta-bubbles .bubble:nth-child(4) { width: 38px; height: 38px; left: 12%; bottom: 10%; }

.site-footer { width: min(1180px, calc(100% - 40px)); margin: 75px auto 0; padding: 38px 0 max(42px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; border-top: 1px solid var(--line); color: #8c7bad; }
.site-footer > a img { width: 150px; height: auto; display: block; }
.site-footer p { margin: 0; font-size: 12px; }
.site-footer nav { display: flex; gap: 20px; }
.site-footer nav a { color: #b6a7d4; font-size: 12px; font-weight: 800; text-decoration: none; }
.site-footer > small { grid-column: 1 / -1; text-align: center; font-size: 10px; }

@keyframes mascot-float { 50% { transform: translateY(-12px) rotate(2deg); } }
@keyframes bubble-float { 50% { transform: translateY(-14px) scale(1.05); } }

@media (max-width: 1030px) {
  .hero { grid-template-columns: .9fr 1.1fr; gap: 28px; }
  .hero h1 { font-size: clamp(3.3rem, 7vw, 5.1rem); }
  .float-card--left { left: 0; }
  .float-card--right { right: 0; }
  .world { gap: 45px; }
  .community { padding: 44px; gap: 38px; }
}

@media (max-width: 820px) {
  .site-header { min-height: 78px; }
  .brand img { width: 164px; }
  .site-nav { display: none; }
  .header-actions .button--quiet { display: none; }
  .hero { min-height: 0; padding-top: 54px; grid-template-columns: 1fr; text-align: center; }
  .hero-copy { display: grid; justify-items: center; }
  .hero-lead { font-size: 16px; }
  .hero-points { justify-content: center; }
  .hero-game { min-height: 610px; margin-top: 20px; }
  .preview-shell { transform: none; }
  .color-strip { grid-template-columns: repeat(2, 1fr); }
  .color-strip article:nth-child(2) { border-right: 0; }
  .color-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .how { padding-block: 100px; }
  .how-grid { grid-template-columns: 1fr; }
  .how-grid article { min-height: 0; }
  .how-grid article:nth-child(2) { transform: none; }
  .world, .community { grid-template-columns: 1fr; }
  .world-copy { order: -1; }
  .world-art { min-height: 530px; }
  .community { padding: 36px; }
  .dashboard-card { transform: none; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
}

@media (max-width: 520px) {
  .site-header, .hero, .color-strip, .how, .world, .community, .final-cta, .site-footer { width: min(100% - 28px, 1220px); }
  .brand img { width: 144px; }
  .button--small { min-height: 42px; padding-inline: 14px; font-size: 12px; }
  .hero { padding-top: 42px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.1rem); }
  .hero-actions { width: 100%; display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-points { display: grid; justify-items: start; text-align: left; }
  .hero-game { min-height: 520px; }
  .preview-shell { width: 100%; border-radius: 30px; }
  .bubble { width: 38px; height: 38px; }
  .preview-board .bubble:nth-child(n+9):nth-child(-n+16) { transform: translateX(19px); }
  .float-card--left { left: -6px; top: 32%; }
  .float-card--right { right: -6px; bottom: 19%; }
  .float-card { padding: 10px; }
  .float-card strong { font-size: 9px; }
  .float-card > span { width: 31px; height: 31px; }
  .color-strip article { padding: 15px; }
  .section-heading h2, .world-copy h2, .community h2, .final-cta h2 { font-size: clamp(2.5rem, 12vw, 3.6rem); }
  .world { margin-bottom: 92px; }
  .world-art { min-height: 440px; border-radius: 30px; }
  .world-art > img { width: 64%; }
  .bubble.big { width: 66px; height: 66px; }
  .bubble.medium { width: 48px; height: 48px; }
  .community { margin-bottom: 92px; padding: 28px 20px; border-radius: 30px; }
  .community-stats { grid-template-columns: 1fr; }
  .final-cta { padding: 58px 20px; border-radius: 32px; }
  .final-cta > div:not(.cta-bubbles) { display: grid; }
  .site-footer nav { flex-wrap: wrap; justify-content: center; }
}

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