@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap");
:root {
  --bg: #09131f;
  --panel: #101d2b;
  --line: #24323f;
  --text: #eff7f5;
  --muted: #93a4b5;
  --mint: #56f4c5;
  --coral: #ff6b70;
  --purple: #b29aff;
  font-family: "DM Sans", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  color-scheme: dark;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
}
button,
input,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  transition:
    background 0.18s,
    color 0.18s,
    transform 0.18s;
}
button,
input {
  font: inherit;
}
button,
a,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
button:disabled {
  opacity: 0.5;
  cursor: wait;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible,
canvas:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 5px;
}
.wrap {
  width: min(1192px, calc(100% - 80px));
  margin: auto;
}
.announcement {
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #132b2c;
  border-bottom: 1px solid #234440;
  font-size: 11px;
  color: #d5ece5;
  letter-spacing: 0.25px;
}
.announcement a {
  margin-left: 18px;
  color: var(--mint);
}
.signal,
.tiny-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--mint);
  border-radius: 50%;
  box-shadow: 0 0 10px #56f4c54a;
}
.nav {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 28px;
  display: flex;
  align-items: center;
  letter-spacing: -1.2px;
  gap: 4px;
}
.brand img {
  height: 43px;
  width: 45px;
  object-fit: contain;
  margin-right: 4px;
}
.brand-dot {
  color: var(--mint);
}
.brand small {
  margin-left: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--muted);
  border-left: 1px solid var(--line);
  padding-left: 11px;
}
.nav nav {
  display: flex;
  gap: 31px;
  font-size: 13px;
  color: #bdc8d3;
}
.nav nav a:hover {
  color: var(--mint);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 21px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: var(--mint);
  color: #091d21;
  border: 1px solid var(--mint);
  border-radius: 6px;
  padding: 17px 23px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  min-height: 48px;
}
.button:hover {
  background: #86ffda;
  transform: translateY(-2px);
}
.button span:last-child {
  font-size: 18px;
}
.button.small {
  padding: 12px 17px;
  min-height: 40px;
  font-size: 12px;
  gap: 18px;
}
.button.secondary {
  background: #101e2b;
  color: var(--text);
  border-color: #34404c;
}
.button.secondary:hover {
  border-color: var(--mint);
  background: #192d38;
}
.text-button,
footer button {
  background: none;
  border: 0;
  padding: 8px 0;
  font-size: 13px;
}
.hero {
  position: relative;
  text-align: center;
  padding: 60px 0 77px;
  overflow: hidden;
}
.hero:before {
  content: "";
  position: absolute;
  inset: -120px 150px -50px;
  background: radial-gradient(ellipse at center, #153d3d60, transparent 64%);
  z-index: -1;
}
.eyebrow {
  color: var(--mint);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.hero > .eyebrow {
  justify-content: center;
  letter-spacing: 2.1px;
  font-size: 10px;
}
.muted {
  color: var(--muted);
}
h1,
h2,
h3 {
  font-family: "Space Grotesk", Arial, sans-serif;
}
h1 {
  font-size: clamp(48px, 6.1vw, 80px);
  line-height: 1.04;
  letter-spacing: -4px;
  margin: 23px 0;
}
h1 span {
  color: var(--mint);
}
.hero > p {
  font-size: 15px;
  color: #a6b5c4;
  line-height: 1.8;
  margin: 0;
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}
.play-icon {
  font-size: 22px;
}
.hero-note {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: #8ea3ae;
  font-size: 10px;
  margin-top: 23px;
}
.hero-note span::first-letter {
  color: var(--mint);
}
.orbit {
  position: absolute;
  width: 48px;
  height: 48px;
  border: 1px solid #2b4d4e;
  transform: rotate(-15deg);
  border-radius: 13px;
  z-index: -1;
  box-shadow: inset 0 0 15px #56f4c511;
}
.orbit-one {
  left: 65px;
  top: 105px;
}
.orbit-two {
  right: 60px;
  top: 220px;
  width: 35px;
  height: 35px;
  transform: rotate(20deg);
  border-color: #4d3950;
}
.section-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 26px;
}
h2 {
  font-size: 32px;
  letter-spacing: -1.3px;
  margin: 12px 0;
  line-height: 1.2;
}
h2 span {
  color: var(--muted);
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 9px;
  border: 1px solid #2d4446;
  background: #142a2d;
  border-radius: 30px;
  color: #b7d7cb;
  padding: 8px 12px;
  white-space: nowrap;
}
.game-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.game-card {
  background: var(--panel);
  border: 1px solid #273441;
  border-radius: 10px;
  overflow: hidden;
  transition:
    transform 0.25s,
    border-color 0.25s;
}
.game-card:hover {
  transform: translateY(-5px);
  border-color: #52706b;
}
.game-art {
  width: 100%;
  height: 265px;
  position: relative;
  overflow: hidden;
  border: none;
  text-align: left;
  display: block;
  border-bottom: 1px solid #34424c;
}
.art-stack {
  background:
    radial-gradient(ellipse at 80% 45%, #267e7370, transparent 65%), #173434;
}
.art-runner {
  background:
    radial-gradient(ellipse at 70% 40%, #63499c80, transparent 65%), #25233f;
}
.art-bubbles {
  background:
    radial-gradient(ellipse at 60% 50%, #a6515840, transparent 65%), #3d272f;
}
.art-label {
  position: absolute;
  top: 22px;
  left: 22px;
  font-size: 8px;
  letter-spacing: 1.8px;
  color: #e4f5ed9e;
  z-index: 2;
}
.art-demo {
  position: absolute;
  right: 19px;
  top: 18px;
  padding: 4px 6px;
  font-size: 8px;
  letter-spacing: 1px;
  border: 1px solid #ffffff25;
  border-radius: 3px;
  color: #fff9;
}
.art-title {
  position: absolute;
  bottom: 22px;
  left: 23px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -1.2px;
  text-shadow: 0 2px 15px #0003;
  z-index: 2;
}
.art-title strong {
  color: var(--mint);
}
.art-runner .art-title strong {
  color: #c5afff;
}
.art-bubbles .art-title strong {
  color: #ff9c9c;
}
.art-arrow {
  position: absolute;
  bottom: 24px;
  right: 20px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #ffffff15;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
}
.stack-scene {
  position: absolute;
  right: 22px;
  top: 37px;
  width: 180px;
  height: 190px;
  transform: rotate(-14deg);
}
.stack-scene i {
  position: absolute;
  display: block;
  background: linear-gradient(155deg, #80ffd3, #32bfa0);
  width: 108px;
  height: 27px;
  transform: skewY(13deg) rotate(-26deg);
  border-radius: 4px;
  box-shadow:
    7px 11px 0 #227c71,
    9px 16px 18px #061f2670;
}
.stack-scene i:nth-child(1) {
  bottom: 0;
  left: 20px;
  background: #288c7d;
}
.stack-scene i:nth-child(2) {
  bottom: 25px;
  left: 24px;
  background: #38b593;
}
.stack-scene i:nth-child(3) {
  bottom: 50px;
  left: 30px;
}
.stack-scene i:nth-child(4) {
  bottom: 75px;
  left: 23px;
}
.stack-scene i:nth-child(5) {
  bottom: 100px;
  left: 34px;
}
.stack-scene i:nth-child(6) {
  bottom: 125px;
  left: 40px;
}
.stack-scene i:nth-child(7) {
  bottom: 166px;
  left: 55px;
  box-shadow:
    7px 11px 0 #227c71,
    0 0 40px #56f4c560;
}
.runner-scene {
  position: absolute;
  inset: 40px 0 0 90px;
  perspective: 180px;
}
.track {
  position: absolute;
  width: 280px;
  height: 330px;
  top: 50px;
  left: -10px;
  transform: rotateX(52deg) rotateZ(25deg);
  background:
    repeating-linear-gradient(0deg, transparent 0 44px, #aa80ff40 45px 47px),
    repeating-linear-gradient(90deg, #382d5560 0 64px, #ad8bf980 65px 67px);
  border: 2px solid #b693ee;
  box-shadow: 0 0 24px #b289ff40;
}
.runner-ball {
  position: absolute;
  top: 110px;
  right: 75px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, #fff, #ad8bfd 48%, #6552b5);
  box-shadow:
    0 0 34px #c6a1ff80,
    12px 20px 9px #090e2540;
}
.obstacle {
  position: absolute;
  width: 35px;
  height: 35px;
  background: linear-gradient(135deg, #ffb0c4, #b554a7);
  box-shadow: 8px 9px 0 #6b2e6b;
  transform: rotate(-15deg);
}
.o1 {
  top: 50px;
  right: 68px;
}
.o2 {
  top: 145px;
  right: 14px;
}
.star {
  position: absolute;
  color: #e8d8ff;
  font-size: 23px;
  font-style: normal;
}
.s1 {
  right: 45px;
  top: 2px;
}
.s2 {
  right: 145px;
  top: 75px;
  font-size: 15px;
}
.bubble-scene {
  position: absolute;
  inset: 30px 0 0 60px;
}
.bubble-scene i {
  position: absolute;
  display: grid;
  place-items: center;
  font-style: normal;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  border-radius: 50%;
  border: 1px solid #ffc0bb90;
  background: radial-gradient(
    circle at 30% 20%,
    #fff8,
    #ff949d33 40%,
    #cc65736b 75%,
    #ffaca880
  );
  box-shadow:
    inset 0 -8px 16px #ffc3c830,
    0 7px 20px #1b172a30;
  color: #ffdfdf;
  width: 68px;
  height: 68px;
  font-size: 23px;
}
.bubble-scene i:nth-child(1) {
  top: 30px;
  left: 70px;
  width: 86px;
  height: 86px;
  font-size: 32px;
}
.bubble-scene i:nth-child(2) {
  top: 0;
  right: 22px;
  width: 57px;
  height: 57px;
}
.bubble-scene i:nth-child(3) {
  top: 112px;
  right: 10px;
  width: 76px;
  height: 76px;
}
.bubble-scene i:nth-child(4) {
  top: 145px;
  left: 65px;
  width: 47px;
  height: 47px;
  font-size: 17px;
}
.bubble-scene i:nth-child(5) {
  top: 17px;
  left: 7px;
  width: 36px;
  height: 36px;
  font-size: 15px;
}
.bubble-scene i:nth-child(6) {
  top: 80px;
  right: 12px;
  width: 26px;
  height: 26px;
  font-size: 11px;
}
.game-info {
  padding: 21px;
}
.game-meta {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 1px;
  color: var(--muted);
}
.mint {
  color: var(--mint);
}
h3 {
  font-size: 21px;
  letter-spacing: -0.5px;
  margin: 14px 0 8px;
}
.game-info p {
  font-size: 12px;
  line-height: 1.8;
  color: #a1afbc;
  margin: 0;
  min-height: 44px;
}
.card-bottom {
  border-top: 1px solid var(--line);
  margin-top: 19px;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.card-bottom > span {
  font-size: 9px;
  color: #91a3b4;
}
.tiny-dot {
  width: 4px;
  height: 4px;
  margin-right: 4px;
}
.purple {
  background: var(--purple);
}
.coral {
  background: var(--coral);
}
.card-bottom button {
  border: 0;
  padding: 0;
  background: none;
  color: #dce8e6;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.card-bottom button span {
  color: var(--mint);
  margin-left: 5px;
}
.section-caption {
  text-align: center;
  font-size: 10px;
  color: #7f94a5;
  margin: 22px 0 0;
  line-height: 1.8;
}
.marquee {
  margin-top: 56px;
  border-block: 1px solid var(--line);
  background: #0e1a27;
}
.marquee > .wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  align-items: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #98a8b5;
}
.marquee b {
  color: var(--mint);
  font-size: 24px;
}
.how-section {
  padding-top: 68px;
}
.section-top > p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.steps article {
  position: relative;
  border-top: 1px solid #34434c;
  padding: 27px 0 0;
}
.step-number {
  position: absolute;
  right: 0;
  top: 25px;
  color: #536571;
  font-family: "Space Grotesk";
  font-size: 13px;
}
.step-icon {
  background: #172e32;
  border: 1px solid #2c4647;
  border-radius: 9px;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  font-size: 24px;
  color: var(--mint);
  margin-bottom: 21px;
}
.steps h3 {
  font-size: 18px;
}
.steps p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  max-width: 315px;
}
.community {
  margin-top: 72px;
  background: linear-gradient(115deg, #153037, #13202f 60%);
  border: 1px solid #2b4249;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  padding: 47px;
  border-radius: 12px;
  overflow: hidden;
}
.community h2 {
  font-size: 35px;
  line-height: 1.2;
  margin: 20px 0;
}
.community em {
  font-style: normal;
  color: var(--mint);
}
.community p {
  font-size: 12px;
  color: #a3b5c2;
  line-height: 1.8;
}
.text-link {
  background: none;
  border: none;
  padding: 0;
  color: var(--mint);
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin-top: 16px;
}
.chat-demo {
  position: relative;
  padding: 10px 15px;
}
.preview-label {
  font-size: 8px;
  color: #7b929e;
  letter-spacing: 1.6px;
}
.chat-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 17px 0;
}
.chat-row p {
  margin: 0;
  flex: 1;
  font-size: 11px;
}
.chat-row p strong {
  font-size: 10px;
  color: #cadcd8;
}
.chat-row > span:last-child {
  font-size: 8px;
  letter-spacing: 1px;
  color: #7a919b;
}
.avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
}
.mint-avatar {
  color: #b0f8de;
  background: #356455;
}
.purple-avatar {
  color: #dbcaff;
  background: #574778;
}
.coral-avatar {
  color: #ffd3d5;
  background: #724654;
}
.chat-row b {
  color: var(--mint);
}
.game-alert {
  margin: 0 0 0 32px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid #47796b;
  background: #224638;
  border-radius: 7px;
  transform: rotate(-2deg);
  box-shadow: 0 10px 25px #0002;
}
.game-alert > span {
  color: var(--mint);
  font-size: 21px;
}
.game-alert > span:last-child {
  margin-left: auto;
  font-size: 14px;
}
.game-alert strong {
  font-size: 12px;
}
.game-alert small {
  display: block;
  font-size: 10px;
  margin-top: 4px;
  color: #adcebd;
}
.chat-row.last {
  opacity: 0.5;
}
.pricing-section {
  padding-top: 85px;
}
.pricing-heading {
  text-align: center;
  margin-bottom: 45px;
}
.pricing-heading > .eyebrow {
  justify-content: center;
}
.pricing-heading h2 {
  font-size: 36px;
}
.pricing-heading p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.price-card {
  position: relative;
  padding: 30px;
  background: var(--panel);
  border: 1px solid #2b3a47;
  border-radius: 10px;
}
.price-card > .eyebrow {
  font-size: 8px;
}
.price-card h3 {
  font-size: 24px;
  margin-top: 19px;
}
.price-card > p {
  font-size: 11px;
  color: var(--muted);
}
.price {
  font-family: "Space Grotesk";
  font-size: 43px;
  letter-spacing: -2px;
  font-weight: 600;
  margin: 27px 0;
}
.price span {
  font-family: "DM Sans";
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--muted);
  margin-left: 7px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0 0 27px;
}
li {
  font-size: 11px;
  color: #b8c7d1;
  margin: 15px 0;
}
li:before {
  content: "✓";
  color: var(--mint);
  margin-right: 9px;
}
.full {
  width: 100%;
  justify-content: space-between;
  padding: 14px 17px;
  font-size: 11px;
}
.price-card > small {
  font-size: 9px;
  color: #7f92a2;
  text-align: center;
  display: block;
  margin-top: 14px;
}
.price-card.featured {
  border-color: var(--mint);
  background: linear-gradient(150deg, #173335, #101e2b 65%);
}
.recommended {
  position: absolute;
  top: -24px;
  left: -1px;
  right: -1px;
  background: var(--mint);
  border-radius: 8px 8px 0 0;
  height: 29px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 17px;
  color: #153529;
  letter-spacing: 1px;
  font-size: 8px;
  font-weight: 700;
}
.featured {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.faq-section {
  padding-top: 90px;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
}
.faqs details {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
.faqs details:first-child {
  padding-top: 0;
}
.faqs summary {
  list-style: none;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.faqs summary::-webkit-details-marker {
  display: none;
}
.faqs summary span {
  font-size: 21px;
  color: var(--muted);
}
.faqs details[open] summary span {
  transform: rotate(45deg);
  color: var(--mint);
}
.faqs p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 0;
}
.final-cta {
  text-align: center;
  margin-top: 80px;
  padding: 46px 0 60px;
  border-top: 1px solid var(--line);
  background: radial-gradient(ellipse at bottom, #153b3a50, transparent 65%);
}
.final-cta .eyebrow {
  justify-content: center;
}
.final-cta h2 {
  font-size: 45px;
  margin: 22px 0 28px;
  letter-spacing: -2px;
}
.final-cta h2 span {
  color: var(--mint);
}
footer {
  border-top: 1px solid var(--line);
  padding: 28px 0;
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--muted);
  font-size: 10px;
}
footer .brand {
  font-size: 23px;
  color: var(--text);
}
footer > div {
  margin-left: auto;
  display: flex;
  gap: 20px;
  align-items: center;
}
footer button {
  font-size: 10px;
}
dialog {
  color: var(--text);
  background: #101f2e;
  border: 1px solid #344a55;
  border-radius: 15px;
  width: min(460px, calc(100% - 28px));
  padding: 34px;
  max-height: 92vh;
  overflow: auto;
  box-shadow: 0 30px 100px #0009;
}
dialog::backdrop {
  background: #030b14cc;
  backdrop-filter: blur(7px);
}
dialog h2 {
  font-size: 29px;
  margin: 14px 0;
}
dialog p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
}
.close {
  position: absolute;
  right: 14px;
  top: 12px;
  background: #1d3040;
  border: 1px solid #344655;
  color: #b7cad1;
  border-radius: 50%;
  font-size: 22px;
  width: 32px;
  height: 32px;
  line-height: 24px;
}
.form-group {
  display: block;
  font-size: 12px;
  margin: 18px 0 0;
}
.form-group input {
  display: block;
  width: 100%;
  border: 1px solid #344c5d;
  background: #0b1724;
  border-radius: 6px;
  color: var(--text);
  padding: 13px;
  margin-top: 8px;
  font-size: 14px;
}
.auth-submit {
  margin-top: 24px;
}
.form-message {
  font-size: 12px;
  color: var(--coral);
  line-height: 1.6;
  min-height: 18px;
  margin-top: 14px;
}
.auth-switch {
  color: var(--muted);
  font-size: 12px;
  margin-top: 15px;
}
.auth-switch button {
  border: 0;
  background: none;
  color: var(--mint);
  font-size: 12px;
  padding: 0;
}
.dashboard-row {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  gap: 12px;
}
.dashboard-row small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  margin-top: 5px;
}
.dashboard-actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.help {
  font-size: 11px !important;
  line-height: 1.7 !important;
}
.game-dialog {
  width: min(1000px, calc(100% - 28px));
  padding: 24px;
}
.game-toolbar {
  display: flex;
  justify-content: space-between;
}
.game-toolbar h2 {
  font-size: 24px;
  margin-top: 6px;
}
.game-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(230px, 1fr);
  gap: 26px;
}
.canvas-wrap {
  background: #09131f;
  border: 1px solid #2a414e;
  border-radius: 10px;
  overflow: hidden;
  min-width: 0;
  text-align: center;
}
canvas {
  display: block;
  width: 100%;
  max-height: 65vh;
  object-fit: contain;
  touch-action: none;
}
.game-layout aside {
  padding: 12px 0;
}
.game-layout aside > p {
  font-size: 12px;
}
.game-stats {
  display: flex;
  gap: 45px;
  font-size: 9px;
  letter-spacing: 1px;
  color: var(--muted);
  margin: 28px 0;
}
.game-stats strong {
  font-family: "Space Grotesk";
  display: block;
  color: var(--text);
  font-size: 33px;
  letter-spacing: -1px;
  margin-top: 8px;
}
.game-layout .button {
  margin-bottom: 10px;
}
.stream-box {
  border-top: 1px solid var(--line);
  margin-top: 25px;
  padding-top: 22px;
}
.stream-box .text-link {
  display: block;
}
.stream-box p {
  font-size: 12px;
}
.status-error {
  color: var(--coral) !important;
}
.status-success {
  color: var(--mint) !important;
}
#toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%, 20px);
  background: #1d3b37;
  border: 1px solid #47796b;
  padding: 14px 24px;
  border-radius: 8px;
  z-index: 1000;
  font-size: 13px;
  max-width: 90%;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
#toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
body.overlay {
  background: transparent;
}
body.overlay .overlay-status {
  position: fixed;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
  background: #09131fd9;
  padding: 10px;
  border-radius: 6px;
}
.overlay canvas {
  width: 100vw;
  height: 100vh;
  max-height: none;
  object-fit: contain;
}
#info-body p {
  font-size: 13px;
}
.game-info button:hover,
.text-button:hover,
.text-link:hover {
  color: var(--mint);
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 85px;
    padding-bottom: 90px;
  }
  .game-art {
    height: 290px;
  }
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .nav nav {
    gap: 20px;
  }
  .game-grid {
    gap: 12px;
  }
  .game-info {
    padding: 17px;
  }
  .game-art {
    height: 230px;
  }
  .art-title {
    font-size: 29px;
  }
  .stack-scene {
    right: 0;
    transform: rotate(-14deg) scale(0.85);
    transform-origin: right center;
  }
  .card-bottom {
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
  }
  .game-meta {
    font-size: 7px;
  }
  .community {
    padding: 32px;
    gap: 25px;
  }
  .price-card {
    padding: 24px;
  }
  .price {
    font-size: 38px;
  }
  .full {
    gap: 8px;
  }
  .marquee > .wrap {
    font-size: 9px;
  }
  .nav-actions {
    gap: 15px;
  }
  h1 {
    font-size: 70px;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .announcement {
    font-size: 9px;
    gap: 6px;
  }
  .announcement a {
    margin-left: 5px;
  }
  .nav {
    height: 78px;
    gap: 12px;
  }
  .brand {
    font-size: 24px;
  }
  .brand img {
    width: 35px;
    height: 35px;
  }
  .brand small {
    display: none;
  }
  .nav nav {
    display: none;
  }
  .nav-actions {
    gap: 13px;
  }
  .nav-actions .small {
    padding: 10px 12px;
    gap: 8px;
    font-size: 10px;
  }
  .text-button {
    font-size: 12px;
  }
  .hero {
    padding: 42px 0 49px;
  }
  h1 {
    font-size: 49px;
    letter-spacing: -2.8px;
    margin: 23px 0;
  }
  .hero > .eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
  }
  .hero > p {
    font-size: 12px;
    line-height: 1.9;
  }
  .hero > p br {
    display: none;
  }
  .hero-actions {
    gap: 9px;
  }
  .hero-actions .button {
    font-size: 10px;
    gap: 8px;
    padding: 13px;
  }
  .hero-note {
    gap: 10px;
    font-size: 8px;
    flex-wrap: wrap;
  }
  .orbit {
    display: none;
  }
  .section-top {
    align-items: flex-start;
    gap: 10px;
  }
  .section-top h2 {
    font-size: 26px;
  }
  .section-top .eyebrow {
    font-size: 8px;
  }
  .section-top .pill {
    font-size: 8px;
    margin-top: 2px;
    padding: 6px 8px;
  }
  .section-top h2 span {
    display: block;
  }
  .game-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .game-art {
    height: 285px;
  }
  .art-title {
    font-size: 42px;
    bottom: 27px;
  }
  .stack-scene {
    right: 20px;
    top: 60px;
    transform: rotate(-14deg) scale(1.1);
  }
  .runner-scene {
    left: 120px;
  }
  .bubble-scene {
    left: 110px;
  }
  .game-info {
    padding: 23px;
  }
  .game-meta {
    font-size: 8px;
  }
  .game-info p {
    min-height: 0;
  }
  .card-bottom {
    flex-direction: row;
    align-items: center;
  }
  .game-info h3 {
    font-size: 23px;
  }
  .marquee {
    margin-top: 38px;
  }
  .marquee > .wrap {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 8px;
    gap: 12px;
  }
  .marquee span:last-child,
  .marquee b:last-of-type {
    display: none;
  }
  .marquee b {
    font-size: 16px;
  }
  .how-section {
    padding-top: 45px;
  }
  .section-top > p {
    display: none;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .steps article {
    padding-left: 62px;
    padding-top: 20px;
  }
  .step-icon {
    position: absolute;
    left: 0;
    top: 23px;
  }
  .steps h3 {
    margin-top: 6px;
  }
  .steps p {
    max-width: 100%;
    padding-right: 15px;
  }
  .step-number {
    right: 0;
    top: 12px;
    font-size: 10px;
  }
  .community {
    margin-top: 43px;
    padding: 27px;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .community h2 {
    font-size: 30px;
  }
  .community .eyebrow {
    font-size: 8px;
  }
  .chat-demo {
    padding: 0;
  }
  .pricing-section {
    padding-top: 51px;
  }
  .pricing-heading {
    margin-bottom: 26px;
  }
  .pricing-heading h2 {
    font-size: 30px;
  }
  .pricing-heading p {
    font-size: 12px;
  }
  .pricing-grid {
    gap: 20px;
  }
  .price-card {
    padding: 27px;
  }
  .price-card.featured {
    margin-top: 18px;
  }
  .price-card h3 {
    font-size: 27px;
  }
  .price-card > p {
    font-size: 12px;
  }
  .price {
    font-size: 43px;
    margin: 24px 0;
  }
  li {
    font-size: 12px;
  }
  .price-card .full {
    font-size: 12px;
  }
  .faq-section {
    padding-top: 50px;
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .faq-section h2 br {
    display: none;
  }
  .faq-section h2 {
    font-size: 28px;
  }
  .faqs summary {
    font-size: 12px;
  }
  .final-cta {
    margin-top: 48px;
    padding: 36px 0 43px;
  }
  .final-cta h2 {
    font-size: 35px;
    letter-spacing: -1.4px;
  }
  footer {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
  }
  footer > span {
    font-size: 9px;
  }
  footer > div {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    padding-top: 15px;
  }
  .game-dialog {
    padding: 17px;
  }
  .game-layout {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .game-layout aside {
    padding: 4px;
  }
  .canvas-wrap canvas {
    max-height: 48vh;
  }
  .game-stats {
    margin: 15px 0;
  }
  .game-stats strong {
    font-size: 24px;
  }
  .stream-box {
    margin-top: 15px;
    padding-top: 15px;
  }
  dialog {
    padding: 29px 23px;
  }
  .section-caption {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
[hidden] {
  display: none !important;
}
.marble-art {
  position: absolute;
  right: 10px;
  top: 45px;
  width: 210px;
  height: 180px;
  transform: rotate(-15deg);
}
.marble-art:before {
  content: "";
  position: absolute;
  inset: 25px 0 -20px;
  background: repeating-linear-gradient(
    90deg,
    #453863 0 34px,
    #9176b980 35px 36px
  );
  transform: rotateX(35deg);
  border: 5px solid #ad91dd;
  border-radius: 18px;
  box-shadow: 0 14px 0 #302847;
}
.marble-art i {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, #fff, #b495f9 42%, #58439d);
  box-shadow: 8px 14px 12px #1c163955;
}
.marble-art i:nth-child(1) {
  left: 30px;
  top: 10px;
}
.marble-art i:nth-child(2) {
  left: 120px;
  top: 75px;
  background: radial-gradient(circle at 30% 20%, #fff, #67eac9 42%, #267966);
}
.marble-art i:nth-child(3) {
  left: 150px;
  top: 0;
  width: 36px;
  height: 36px;
}
.marble-art i:nth-child(4) {
  left: 60px;
  top: 100px;
  width: 35px;
  height: 35px;
  background: radial-gradient(circle at 30% 20%, #fff, #ffcf85 42%, #b88539);
}
.marble-art i:nth-child(5) {
  left: 95px;
  top: 30px;
  width: 20px;
  height: 20px;
}
.marble-art i:nth-child(6) {
  left: 10px;
  top: 145px;
  width: 26px;
  height: 26px;
}
.bridge-art {
  position: absolute;
  right: 10px;
  top: 40px;
  width: 230px;
  height: 220px;
  transform: rotate(-12deg);
}
.bridge-art i {
  position: absolute;
  background: linear-gradient(140deg, #a5f2db, #63bb9f);
  width: 65px;
  height: 33px;
  transform: rotate(-25deg) skewX(25deg);
  box-shadow:
    0 11px 0 #eeeadd,
    0 25px 0 -10px #6d8d87;
}
.bridge-art i:nth-child(1) {
  left: 0;
  top: 150px;
}
.bridge-art i:nth-child(2) {
  left: 55px;
  top: 112px;
}
.bridge-art i:nth-child(3) {
  left: 90px;
  top: 70px;
}
.bridge-art i:nth-child(4) {
  left: 143px;
  top: 34px;
}
.bridge-art i:nth-child(5) {
  left: 176px;
  top: 0;
}
.bridge-art b {
  position: absolute;
  left: 110px;
  top: 15px;
  color: #f8edda;
  font-size: 60px;
  text-shadow: 3px 7px #284249;
}
.art-bubbles {
  background:
    radial-gradient(ellipse at 75% 20%, #508e9470, transparent 80%), #283d49;
}
