@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@500;600;700;800;900&display=swap");

:root {
  color-scheme: dark;
  --night: var(--c_public_13082e, #13082e);
  --night-2: var(--c_public_24105a, #24105a);
  --panel: var(--c_public_2d1766, #2d1766);
  --panel-soft: var(--c_public_3a1d78, #3a1d78);
  --var(--c_public_ffffff, white): var(--c_public_fff8ff, #fff8ff);
  --muted: var(--c_public_c9bde9, #c9bde9);
  --cyan: var(--c_public_20d8f7, #20d8f7);
  --pink: var(--c_public_ff3aa7, #ff3aa7);
  --lime: var(--c_public_8cec28, #8cec28);
  --yellow: var(--c_public_ffd42a, #ffd42a);
  --violet: var(--c_public_8e4dff, #8e4dff);
  --line: rgb(var(--c_public_c3a7ff-rgb, 195 167 255) / 0.2);
  --shadow: 0 28px 80px rgb(var(--c_public_08001e-rgb, 8 0 30) / 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--var(--c_public_ffffff, white));
  background:
    radial-gradient(circle at 12% 3%, rgb(var(--c_public_ff3aa7-rgb, 255 58 167) / 0.2), transparent 28rem),
    radial-gradient(circle at 88% 14%, rgb(var(--c_public_20d8f7-rgb, 32 216 247) / 0.2), transparent 30rem),
    linear-gradient(180deg, var(--c_public_1d0c48, #1d0c48) 0, var(--night) 42rem, var(--c_public_110829, #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(var(--c_public_ffffff-rgb, 255 255 255) / 0.24) 1px, transparent 1.5px),
    linear-gradient(120deg, transparent 48%, rgb(var(--c_public_8b56ff-rgb, 139 86 255) / 0.07) 49%, transparent 50%);
  background-size: 42px 42px, 120px 120px;
  mask-image: linear-gradient(var(--c_public_000000, #000), transparent 80%);
}

a { color: inherit; }
.skip-link { position: fixed; z-index: 999; top: -90px; left: 18px; padding: 12px 16px; border-radius: 13px; background: var(--c_public_ffffff, #fff); color: var(--c_public_24105a, #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(var(--c_public_ff32a9-rgb, 255 50 169) / 0.25)); }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav a { color: var(--c_public_d2c6ef, #d2c6ef); font-size: 14px; font-weight: 800; text-decoration: none; transition: color .18s ease; }
.site-nav a:hover { color: var(--c_public_ffffff, #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(var(--c_public_ffffff-rgb, 255 255 255) / 0.24);
  border-radius: 17px;
  background: linear-gradient(135deg, var(--yellow), var(--c_public_ffad24, #ffad24) 44%, var(--c_public_ff7f4d, #ff7f4d));
  color: var(--c_public_33125f, #33125f);
  box-shadow: 0 13px 31px rgb(var(--c_public_ff9122-rgb, 255 145 34) / 0.24), inset 0 2px rgb(var(--c_public_ffffff-rgb, 255 255 255) / 0.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(var(--c_public_ff9122-rgb, 255 145 34) / 0.3), inset 0 2px rgb(var(--c_public_ffffff-rgb, 255 255 255) / 0.55); }
.button--quiet { border-color: transparent; background: transparent; color: var(--c_public_e6dcfa, #e6dcfa); box-shadow: none; }
.button--small { min-height: 44px; padding-inline: 18px; }
.button--outline { background: rgb(var(--c_public_ffffff-rgb, 255 255 255) / 0.07); color: var(--c_public_ffffff, #fff); box-shadow: inset 0 1px rgb(var(--c_public_ffffff-rgb, 255 255 255) / 0.1); 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(var(--c_public_32115e-rgb, 50 17 94) / 0.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%, var(--c_public_ffffff, #fff), var(--c_public_ff3aa7, #ff3aa7) 8%, var(--c_public_8e4dff, #8e4dff) 44%, transparent 70%); }
.hero-orb--two { width: 240px; height: 240px; right: -160px; bottom: 40px; background: radial-gradient(circle at 35% 25%, var(--c_public_ffffff, #fff), var(--c_public_20d8f7, #20d8f7) 8%, var(--c_public_255cff, #255cff) 48%, transparent 70%); }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: var(--c_public_7deeff, #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(var(--c_public_8cec28-rgb, 140 236 40) / 0.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: -.045em;
}
.hero h1 { max-width: 780px; font-size: clamp(3.7rem, 6.8vw, 6.7rem); line-height: .98; }
.hero h1 em, .section-heading h2 em, .world-copy h2 em, .community h2 em, .final-cta h2 em {
  color: transparent;
  background: linear-gradient(90deg, var(--c_public_21dcf9, #21dcf9), var(--c_public_8fec2c, #8fec2c) 40%, var(--c_public_ffd42a, #ffd42a) 67%, var(--c_public_ff45ac, #ff45ac));
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
  filter: drop-shadow(0 0 24px rgb(var(--c_public_27dbf4-rgb, 39 219 244) / 0.15));
}
.hero-lead { max-width: 590px; margin: 27px 0 0; color: var(--c_public_d0c5eb, #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: var(--c_public_ae9ed0, #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(var(--c_public_b189ff-rgb, 177 137 255) / 0.54);
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 100%, rgb(var(--c_public_20d8f7-rgb, 32 216 247) / 0.24), transparent 48%),
    linear-gradient(180deg, var(--c_public_2b1464, #2b1464), var(--c_public_160a3a, #160a3a));
  box-shadow: var(--shadow), 0 0 0 10px rgb(var(--c_public_ffffff-rgb, 255 255 255) / 0.04), inset 0 1px rgb(var(--c_public_ffffff-rgb, 255 255 255) / 0.22);
  transform: perspective(1100px) rotateY(-4deg) rotateX(1deg);
}
.preview-shell::before { content: ""; position: absolute; inset: 0; opacity: .28; background: radial-gradient(circle, var(--c_public_ffffff, #fff) 1px, transparent 1.5px); background-size: 34px 34px; mask-image: linear-gradient(var(--c_public_000000, #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(var(--c_public_ffffff-rgb, 255 255 255) / 0.1); background: rgb(var(--c_public_100534-rgb, 16 5 52) / 0.55); }
.preview-top span { display: flex; align-items: center; gap: 8px; color: var(--c_public_cfc2ed, #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: var(--c_public_ffffff, #fff); font-size: 19px; }
.preview-top small { color: var(--c_public_8e78bb, #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(var(--c_public_ffffff-rgb, 255 255 255) / 0.42);
  border-radius: 50%;
  box-shadow: inset -8px -10px 16px rgb(var(--c_public_27095d-rgb, 39 9 93) / 0.32), inset 6px 7px 10px rgb(var(--c_public_ffffff-rgb, 255 255 255) / 0.42), 0 7px 12px rgb(var(--c_public_07001c-rgb, 7 0 28) / 0.28);
}
.bubble::after { content: ""; position: absolute; width: 11px; height: 7px; left: 9px; top: 7px; border-radius: 50%; background: rgb(var(--c_public_ffffff-rgb, 255 255 255) / 0.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%, var(--c_public_ffb2dd, #ffb2dd), var(--c_public_ff3ba7, #ff3ba7) 42%, var(--c_public_c8107f, #c8107f) 78%); }
.cyan { background: radial-gradient(circle at 35% 27%, var(--c_public_b8f9ff, #b8f9ff), var(--c_public_19d9f7, #19d9f7) 42%, var(--c_public_0872dc, #0872dc) 80%); }
.lime { background: radial-gradient(circle at 35% 27%, var(--c_public_e6ffa7, #e6ffa7), var(--c_public_8dec27, #8dec27) 42%, var(--c_public_3caf16, #3caf16) 80%); }
.yellow { background: radial-gradient(circle at 35% 27%, var(--c_public_fff7ad, #fff7ad), var(--c_public_ffd62d, #ffd62d) 42%, var(--c_public_f18d10, #f18d10) 80%); }
.violet { background: radial-gradient(circle at 35% 27%, var(--c_public_d6b8ff, #d6b8ff), var(--c_public_904eff, #904eff) 42%, var(--c_public_5320c5, #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 var(--c_public_20005c, #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: var(--c_public_ffffff, #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(var(--c_public_ffffff-rgb, 255 255 255) / 0.72); box-shadow: 0 0 9px var(--c_public_ffffff, #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(var(--c_public_27d9f7-rgb, 39 217 247) / 0.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(var(--c_public_000000-rgb, 0 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: var(--c_public_9c89c4, #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(var(--c_public_ffffff-rgb, 255 255 255) / 0.16); border-radius: 18px; background: rgb(var(--c_public_2b1360-rgb, 43 19 96) / 0.82); box-shadow: 0 18px 50px rgb(var(--c_public_05001a-rgb, 5 0 26) / 0.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(var(--c_public_ffffff-rgb, 255 255 255) / 0.19), rgb(var(--c_public_ffffff-rgb, 255 255 255) / 0.07)); }
.float-card small { display: block; color: var(--c_public_9983c7, #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(var(--c_public_ffffff-rgb, 255 255 255) / 0.04); }
.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: var(--c_public_55249b, #55249b); color: var(--c_public_d3c5ee, #d3c5ee); font-size: 10px; }
.color-strip article:nth-child(1) b { background: var(--c_public_0f98bf, #0f98bf); }
.color-strip article:nth-child(2) b { background: var(--c_public_c91b83, #c91b83); }
.color-strip article:nth-child(3) b { background: var(--c_public_67b618, #67b618); }
.color-strip article:nth-child(4) b { background: var(--c_public_da9017, #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: 1.02; }
.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(var(--c_public_421f88-rgb, 66 31 136) / 0.8), rgb(var(--c_public_220f4e-rgb, 34 15 78) / 0.72)); box-shadow: inset 0 1px rgb(var(--c_public_ffffff-rgb, 255 255 255) / 0.08); }
.how-grid article::after { content: ""; position: absolute; width: 180px; height: 180px; right: -90px; bottom: -100px; border-radius: 50%; background: var(--card-glow, var(--c_public_20d8f7, #20d8f7)); opacity: .13; filter: blur(3px); }
.how-grid article:nth-child(2) { --card-glow: var(--c_public_ff3aa7, #ff3aa7); transform: translateY(22px); }
.how-grid article:nth-child(3) { --card-glow: var(--c_public_8cec28, #8cec28); }
.how-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 22px; background: linear-gradient(145deg, var(--c_public_25dcf6, #25dcf6), var(--c_public_7552ff, #7552ff)); box-shadow: 0 16px 30px rgb(var(--c_public_1fc9f2-rgb, 31 201 242) / 0.18); font-size: 30px; }
.how-grid article:nth-child(2) .how-icon { background: linear-gradient(145deg, var(--c_public_ff5ab9, #ff5ab9), var(--c_public_e62884, #e62884)); }
.how-grid article:nth-child(3) .how-icon { background: linear-gradient(145deg, var(--c_public_b8f54f, #b8f54f), var(--c_public_4fc522, #4fc522)); }
.how-grid b { position: absolute; top: 35px; right: 30px; color: var(--c_public_7659ad, #7659ad); font-size: 13px; letter-spacing: .15em; }
.how-grid h3 { margin: 31px 0 10px; font-size: 23px; }
.how-grid p { margin: 0; color: var(--c_public_bcaedc, #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(var(--c_public_27ddf6-rgb, 39 221 246) / 0.27), transparent 22%), linear-gradient(145deg, var(--c_public_2e1672, #2e1672), var(--c_public_180a3b, #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(var(--c_public_6c4ec2-rgb, 108 78 194) / 0.18) 54px 56px); }
.world-art > img { position: relative; z-index: 3; width: min(330px, 70%); height: auto; filter: drop-shadow(0 26px 35px rgb(var(--c_public_040018-rgb, 4 0 24) / 0.4)); animation: mascot-float 4s ease-in-out infinite; }
.mascot-halo { position: absolute; z-index: 2; width: 310px; height: 310px; border: 1px solid rgb(var(--c_public_54e3fa-rgb, 84 227 250) / 0.35); border-radius: 50%; box-shadow: 0 0 90px rgb(var(--c_public_25d8f6-rgb, 37 216 246) / 0.19), inset 0 0 70px rgb(var(--c_public_1eccf3-rgb, 30 204 243) / 0.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(var(--c_public_ffffff-rgb, 255 255 255) / 0.18); border-radius: 999px; background: rgb(var(--c_public_180842-rgb, 24 8 66) / 0.7); color: var(--c_public_cbbbec, #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(var(--c_public_c0a5ff-rgb, 192 165 255) / 0.14); border-radius: 18px; background: rgb(var(--c_public_ffffff-rgb, 255 255 255) / 0.03); }
.feature-list article > span { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 16px; background: var(--c_public_40207f, #40207f); font-size: 22px; }
.feature-list strong { display: block; font-size: 14px; }
.feature-list small { display: block; margin-top: 3px; color: var(--c_public_9f8fc2, #9f8fc2); font-size: 12px; line-height: 1.45; }
.text-link { margin-top: 29px; display: inline-flex; align-items: center; gap: 8px; color: var(--c_public_6de9fc, #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(var(--c_public_ff37a7-rgb, 255 55 167) / 0.18), transparent 34rem), linear-gradient(135deg, rgb(var(--c_public_361873-rgb, 54 24 115) / 0.9), rgb(var(--c_public_1a0b3f-rgb, 26 11 63) / 0.9)); }
.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(var(--c_public_ffffff-rgb, 255 255 255) / 0.1); border-radius: 16px; background: rgb(var(--c_public_ffffff-rgb, 255 255 255) / 0.04); }
.community-stats strong, .community-stats span { display: block; }
.community-stats strong { font-size: 13px; }
.community-stats span { margin-top: 3px; color: var(--c_public_9482bc, #9482bc); font-size: 9px; }
.dashboard-card { padding: 22px; border: 1px solid rgb(var(--c_public_ffffff-rgb, 255 255 255) / 0.16); border-radius: 26px; background: rgb(var(--c_public_110630-rgb, 17 6 48) / 0.73); box-shadow: 0 24px 70px rgb(var(--c_public_06001e-rgb, 6 0 30) / 0.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: var(--c_public_8e76bd, #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(var(--c_public_8cec28-rgb, 140 236 40) / 0.13); color: var(--c_public_a9f05d, #a9f05d); font-size: 8px; font-weight: 950; }
.dashboard-score { margin-top: 21px; padding: 25px; border-radius: 20px; background: linear-gradient(120deg, var(--c_public_5c28b3, #5c28b3), var(--c_public_3c1a83, #3c1a83)); }
.dashboard-score small, .dashboard-score strong { display: block; }
.dashboard-score small { color: var(--c_public_bba6e5, #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: var(--c_public_62e9fb, #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(var(--c_public_26daf7, #26daf7), var(--c_public_8d4dff, #8d4dff) 65%, var(--c_public_ff3ca7, #ff3ca7)); box-shadow: 0 0 14px rgb(var(--c_public_1fd7f6-rgb, 31 215 246) / 0.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: var(--c_public_8774af, #8774af); font-size: 7px; font-weight: 950; text-align: center; letter-spacing: .1em; }
.dashboard-card footer b { display: block; margin-top: 3px; color: var(--c_public_ffffff, #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(var(--c_public_23d7f6-rgb, 35 215 246) / 0.2), transparent 38%), linear-gradient(150deg, var(--c_public_31176d, #31176d), var(--c_public_170a3a, #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(var(--c_public_010012-rgb, 1 0 18) / 0.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: var(--c_public_8b79b4, #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: var(--c_public_8c7bad, #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: var(--c_public_b6a7d4, #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; }
}
