@font-face {
  font-family: Inter;
  src: url(fonts/inter-latin-wght-normal.woff2) format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(fonts/inter-cyrillic-wght-normal.woff2) format("woff2");
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Inter;
  src: url(fonts/inter-latin-wght-italic.woff2) format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(fonts/inter-cyrillic-wght-italic.woff2) format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
:root {
  --bg: #080c0a;
  --panel: #101813;
  --line: #24342a;
  --green: #00e660;
  --ink: #f3f7f4;
  --muted: #94a59a;
  --font: Inter, Arial, sans-serif;
  color-scheme: dark;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 15px/1.6 var(--font);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
}
button,
a,
input,
summary {
  outline-offset: 5px;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--green);
}
::selection {
  background: var(--green);
  color: #031409;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 900;
}
h1,
h2 {
  font-style: italic;
  letter-spacing: -0.055em;
  line-height: 0.98;
}
em {
  color: var(--green);
  font-style: inherit;
}
svg {
  width: 20px;
  height: 20px;
}
img {
  max-width: 100%;
  display: block;
}
.container {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-block: 110px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.16em;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8ba994;
}
.eyebrow i,
.hero-meta i,
.step-ready i {
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 14px #00e66055;
}
.section-index {
  color: var(--green);
  margin-right: 6px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  background: var(--green);
  color: #031a0c;
  min-height: 56px;
  padding: 0 25px;
  font-size: 12px;
  font-weight: 850;
  clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 0 100%);
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #71ffa7;
  transform: translateY(-2px);
}
.button > span {
  font-size: 20px;
  margin-left: 20px;
  font-weight: 500;
}
.button.small {
  min-height: 41px;
  font-size: 11px;
  padding: 0 17px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 12px;
  font-weight: 650;
}
.text-link:hover {
  color: var(--green);
}
.skip-link {
  position: fixed;
  top: -70px;
  z-index: 100;
  background: var(--green);
  color: #000;
  padding: 12px;
}
.skip-link:focus {
  top: 5px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #080c0aed;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid #1b2a21;
}
.header-inner {
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.brand > span {
  font-size: 21px;
  line-height: 1;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.04em;
}
.brand b {
  color: var(--green);
}
.brand small {
  display: block;
  font-size: 7px;
  letter-spacing: 0.2em;
  font-style: normal;
  font-weight: 500;
  margin-top: 8px;
  color: #82988a;
}
.brand img {
  border-radius: 7px;
}
.site-nav {
  display: flex;
  gap: 32px;
  margin-left: auto;
  margin-right: 32px;
}
.site-nav a {
  font-size: 11px;
  font-weight: 550;
  color: #a5b4ab;
}
.site-nav a:hover,
.site-nav a.is-current {
  color: var(--green);
}
.menu-toggle {
  display: none;
}
.hero {
  min-height: 700px;
  position: relative;
  isolation: isolate;
  padding-top: 107px;
  padding-bottom: 85px;
}
.hero-grid {
  position: absolute;
  inset: 0 -48px;
  z-index: -2;
  background-image:
    linear-gradient(#36513e20 1px, transparent 1px),
    linear-gradient(90deg, #36513e20 1px, transparent 1px);
  background-size: 65px 65px;
  mask-image: radial-gradient(ellipse at 80% 50%, #000, transparent 75%);
}
.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 720px;
  pointer-events: none;
}
.hero-copy a {
  pointer-events: auto;
}
.hero-eyebrow {
  font-size: 9px;
  margin-bottom: 30px;
}
.hero-eyebrow > span {
  border: 1px solid #33553e;
  color: #b6d1bd;
  padding: 2px 7px;
  font-size: 8px;
  letter-spacing: 0.09em;
}
h1 {
  font-size: clamp(55px, 6.2vw, 88px);
  max-width: 770px;
  line-height: 1.02;
}
.hero-copy p {
  color: #a2b5a9;
  font-size: 14px;
  line-height: 1.85;
  margin-top: 27px;
  max-width: 500px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 33px;
}
.play {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid #425949;
  border-radius: 50%;
  font-size: 8px;
  padding-left: 2px;
}
.hero-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 7px;
  letter-spacing: 0.13em;
  margin-top: 22px;
  color: #718d7a;
}
.hero-meta i {
  background: #4d7058;
  width: 3px;
  height: 3px;
  box-shadow: none;
}
.hero-visual {
  position: absolute;
  inset: 10px -45px 52px auto;
  width: 54%;
  z-index: 1;
  pointer-events: none;
}
.hero-visual:before {
  content: "";
  position: absolute;
  inset: 15% -5% 0 -20%;
  background: radial-gradient(ellipse, #00c95230, transparent 67%);
  filter: blur(24px);
}
.mascot {
  position: absolute;
  right: -2%;
  bottom: 10px;
  width: 100%;
  height: 94%;
  object-fit: contain;
  filter: drop-shadow(0 20px 35px #0008);
  transform: rotate(-3deg);
}
.speed-word {
  position: absolute;
  right: 15px;
  top: 150px;
  font-size: 140px;
  letter-spacing: -0.08em;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  color: transparent;
  -webkit-text-stroke: 1px #4aff8538;
  transform: rotate(-16deg);
}
.orbit {
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid #28b25830;
  border-radius: 50%;
  top: 40px;
  right: -5px;
  transform: rotate(-35deg) scaleY(0.6);
}
.orbit-two {
  width: 610px;
  height: 610px;
  top: 0;
  right: -40px;
  border-style: dashed;
  opacity: 0.5;
}
.speed-line {
  position: absolute;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
  height: 1px;
  width: 570px;
  transform: rotate(-35deg);
  opacity: 0.3;
}
.line-one {
  right: 10px;
  top: 180px;
}
.line-two {
  right: -60px;
  top: 520px;
  width: 400px;
}
.floating-tag {
  position: absolute;
  bottom: 47px;
  left: 55px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #0b1b10ed;
  border: 1px solid #54765c;
  border-radius: 6px;
  padding: 13px 17px;
  box-shadow: 0 16px 30px #0007;
  transform: rotate(-4deg);
  font-size: 8px;
  letter-spacing: 0.14em;
  font-weight: 600;
}
.tag-icon {
  font-size: 35px;
  line-height: 1;
  color: var(--green);
  font-style: italic;
}
.floating-tag small {
  display: block;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  margin-top: 2px;
}
.floating-tag i {
  height: 6px;
  width: 6px;
  background: var(--green);
  border-radius: 50%;
  margin-left: 15px;
}
.visual-coordinates {
  position: absolute;
  bottom: 8px;
  right: 10px;
  font-size: 6px;
  letter-spacing: 0.2em;
  color: #779381;
}
.hero-bottom {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #557460;
}
.hero-bottom a {
  width: 30px;
  height: 30px;
  border: 1px solid #2d4234;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #91bc9e;
  font-size: 15px;
}
.ticker {
  border-block: 1px solid #284032;
  background: #0e1a12;
  overflow: hidden;
}
.ticker > div {
  display: flex;
  align-items: center;
  gap: 38px;
  white-space: nowrap;
  justify-content: center;
  height: 65px;
  font-size: 20px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.02em;
  color: #b3caba;
}
.ticker b {
  color: var(--green);
  font-style: normal;
  font-size: 28px;
}
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 43px;
}
h2 {
  font-size: 54px;
  margin-top: 23px;
}
.section-aside {
  color: var(--muted);
  font-size: 13px;
  padding-bottom: 3px;
  line-height: 1.8;
}
.catalog-count {
  display: inline-block;
  font-size: 10px;
  margin-top: 20px;
  color: #8cab96;
}
.catalog-count b {
  color: var(--green);
  font-size: 21px;
  margin-right: 8px;
  letter-spacing: -0.04em;
}
.game-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
  margin-bottom: 24px;
  gap: 20px;
}
.game-tabs {
  display: flex;
  gap: 8px;
}
.game-tabs button {
  padding: 9px 17px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #829b8b;
  font-size: 11px;
  font-weight: 550;
}
.game-tabs button[aria-pressed="true"] {
  border-color: #395443;
  background: #182c20;
  color: #d9efe0;
}
.game-tabs button:hover {
  color: var(--green);
}
.game-search {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 7px 12px;
  width: 240px;
  color: #809589;
}
.game-search span {
  font-size: 26px;
  line-height: 1;
}
.game-search input {
  color: #e1ece4;
  background: none;
  border: 0;
  min-width: 0;
  width: 100%;
  font-size: 11px;
  outline: none;
}
.game-search:focus-within {
  border-color: var(--green);
}
.site-game-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
  min-height: 260px;
}
.site-game {
  background: none;
  border: 0;
  color: inherit;
  padding: 0;
  text-align: left;
  min-width: 0;
}
.site-game-art {
  position: relative;
  aspect-ratio: 2/3;
  border: 1px solid #304838;
  border-radius: 6px;
  overflow: hidden;
  background: linear-gradient(135deg, #1b3b29, #0c160f);
  transition:
    transform 0.25s,
    border-color 0.25s;
}
.site-game-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.site-game-art:after {
  content: "↗";
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #09160bcc;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 1px solid #8da29677;
  border-radius: 50%;
  font-size: 16px;
}
.site-game:hover .site-game-art {
  transform: translateY(-5px);
  border-color: var(--green);
}
.site-game:hover img {
  transform: scale(1.06);
}
.site-game strong {
  font-size: 12px;
  display: block;
  margin-top: 15px;
  font-weight: 650;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.site-game small {
  font-size: 9px;
  color: #6f927c;
  display: block;
  margin-top: 4px;
}
.cover-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 36px;
  font-weight: 900;
  font-style: italic;
  color: #427553;
  z-index: 0;
}
.site-game-art .cover-logo { position: absolute; left: 7%; bottom: 8%; width: 86%; height: auto; max-height: 32%; object-fit: contain; filter: drop-shadow(0 2px 3px #0008); }
.site-game-art .cover-logo[data-layout="overlay"] { inset: 0; width: 100%; height: 100%; max-height: none; object-fit: cover; }
.site-game-art .brand-cover { object-fit: contain; padding: 13%; background: radial-gradient(ellipse at top, #dce5df, #83988a); }
.site-game-art .project-logo { object-fit: contain; padding: 17%; background: radial-gradient(ellipse at 50% 35%, #304c44, #0b1110); }
.site-game-grid.is-apps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.site-app { display: flex; align-items: center; gap: 16px; border: 1px solid #294632; border-radius: 8px; padding: 18px; background: #101c14; }
.site-app .site-game-art { width: 56px; height: 56px; aspect-ratio: 1; flex-shrink: 0; border-radius: 12px; background: #edf2ee; }
.site-app .site-game-art:after { display: none; }
.site-app .site-game-art img { object-fit: contain; padding: 9px; }
.site-game-copy { min-width: 0; }
.site-app strong { margin: 0; white-space: normal; line-height: 1.4; }
.site-app:hover { border-color: #00e660; }
.access-note { color: #96b5a1; border-left: 2px solid #00e660; padding-left: 16px; line-height: 1.7; font-size: 12px; margin: 0 0 25px; max-width: 850px; }
@media (max-width: 720px) { .site-game-grid.is-apps { grid-template-columns: repeat(2, minmax(0, 1fr)); } .site-app { padding: 12px; gap: 10px; } .site-app .site-game-art { width: 40px; height: 40px; } }
@media (max-width: 420px) { .site-game-grid.is-apps { grid-template-columns: 1fr; } }
.site-game img {
  position: relative;
  z-index: 1;
}
.site-game-art:after {
  z-index: 2;
}
.games-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  font-size: 10px;
  color: #718c7c;
}
.games-note .text-link {
  font-size: 10px;
  color: #a0baaa;
}
.catalog-empty,
.catalog-loading {
  grid-column: 1/-1;
  align-self: center;
  color: #97b39f;
  text-align: center;
  padding: 40px;
}
.route-section {
  border-block: 1px solid #1e3226;
  background:
    radial-gradient(ellipse at 80% 45%, #11382055, transparent 60%), #0b110d;
}
.route-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 100px;
}
.route-copy > p {
  color: #91a599;
  max-width: 445px;
  font-size: 13px;
  line-height: 1.9;
  margin-top: 25px;
}
.feature-mini {
  display: flex;
  gap: 16px;
  margin-top: 28px;
}
.feature-mini > span {
  border: 1px solid #35543f;
  background: #11261a;
  color: var(--green);
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 4px;
}
.feature-mini h3 {
  font-size: 12px;
  font-weight: 650;
}
.feature-mini p {
  font-size: 11px;
  color: #809d8a;
  margin-top: 6px;
  line-height: 1.8;
  max-width: 350px;
}
.route-card {
  border: 1px solid #344f3b;
  border-radius: 10px;
  background: linear-gradient(140deg, #172b1d, #0d1811);
  box-shadow: 0 24px 90px #0005;
  transform: rotate(-2deg);
}
.window-bar {
  height: 46px;
  border-bottom: 1px solid #2c4434;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 19px;
  font-size: 7px;
  letter-spacing: 0.13em;
  color: #819e8b;
}
.window-bar > div {
  display: flex;
  gap: 4px;
}
.window-bar i {
  width: 5px;
  height: 5px;
  background: #4d6a57;
  border-radius: 50%;
}
.window-bar b {
  font-size: 17px;
  font-weight: 400;
  color: var(--green);
}
.route-card-body {
  padding: 36px 28px 22px;
}
.route-source {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #13241a;
  border: 1px solid #37513f;
  padding: 18px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 700;
}
.device-icon {
  width: 38px;
  height: 35px;
  border: 1px solid #2e4d39;
  border-radius: 5px;
  display: grid;
  place-items: center;
  font-size: 27px;
  color: #b9dcc5;
}
.route-source small {
  font-size: 8px;
  display: block;
  color: #7c9d88;
  margin-top: 4px;
  font-weight: 400;
}
.route-dot {
  width: 5px;
  height: 5px;
  background: var(--green);
  border-radius: 50%;
  margin-left: auto;
}
.route-fork {
  display: flex;
  gap: 20px;
  text-align: center;
  padding-top: 38px;
}
.route-branch {
  width: 50%;
  position: relative;
}
.route-branch:before {
  content: "";
  position: absolute;
  height: 37px;
  width: 1px;
  background: #56715f;
  top: -38px;
  left: 50%;
}
.boosted:before {
  background: var(--green);
  box-shadow: 0 0 10px #00e66055;
}
.route-branch > small {
  font-size: 6px;
  color: #8fa698;
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 12px;
}
.route-node {
  border: 1px solid #365641;
  padding: 18px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 4px;
  font-size: 9px;
  background: #12231a;
}
.route-node > span {
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
}
.boosted .route-node {
  border-color: #009e43;
  background: #063f22;
  color: var(--green);
  box-shadow: 0 0 30px #00e6600d;
}
.route-destination {
  font-size: 8px;
  border-top: 1px solid #34583e;
  padding-top: 20px;
  margin-top: 26px;
  color: #95b59f;
}
.route-destination span {
  margin-left: 8px;
}
.route-note {
  border-top: 1px solid #2b4132;
  margin-top: 28px;
  padding-top: 17px;
  font-size: 8px;
  color: #779983;
  display: flex;
  gap: 8px;
  align-items: center;
}
.route-note span {
  color: var(--green);
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.steps article {
  padding: 28px 30px 30px;
  border: 1px solid #2a3e30;
  background: linear-gradient(125deg, #14211a77, transparent);
  border-radius: 6px;
  position: relative;
}
.steps article:after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 0;
  height: 2px;
  width: 36px;
  background: var(--green);
}
.step-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
.step-top b {
  font-size: 44px;
  font-style: italic;
  line-height: 1;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px #6e967b;
}
.step-top > span {
  font-size: 24px;
  color: var(--green);
}
.steps h3 {
  font-size: 16px;
  font-style: italic;
  letter-spacing: -0.02em;
}
.steps p {
  font-size: 12px;
  line-height: 1.9;
  color: #91a99a;
  margin-top: 13px;
  min-height: 70px;
}
.steps a,
.step-ready {
  font-size: 9px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #b8cebf;
  margin-top: 24px;
}
.steps a:hover {
  color: var(--green);
}
.steps a > span {
  margin-left: auto;
  font-size: 16px;
}
.step-ready {
  color: var(--green);
  letter-spacing: 0.08em;
}
.download-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid #2e603d;
  border-radius: 10px;
  background:
    radial-gradient(ellipse at 80% 60%, #0a743233, transparent 60%),
    linear-gradient(110deg, #102219, #132919);
  padding: 63px 64px;
}
.download-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(#46714d25 1px, transparent 1px),
    linear-gradient(90deg, #46714d25 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, transparent, #000);
}
.download-copy h2 {
  font-size: 64px;
  margin-top: 24px;
}
.download-copy p {
  font-size: 13px;
  color: #9bbba5;
  margin-top: 19px;
  margin-bottom: 28px;
}
.download-meta {
  font-size: 8px;
  letter-spacing: 0.06em;
  color: #81a88e;
  margin-top: 16px;
}
.download-mark {
  position: absolute;
  right: 135px;
  top: -30px;
  color: var(--green);
  font-size: 420px;
  line-height: 1.15;
  font-weight: 900;
  font-style: italic;
  transform: rotate(9deg);
  text-shadow: 0 0 100px #00e66055;
  z-index: -1;
}
.download-stamp {
  position: absolute;
  right: 44px;
  bottom: 35px;
  font-size: 13px;
  line-height: 1.1;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #89b095;
  transform: rotate(-9deg);
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 90px;
}
.faq-section h2 {
  margin-bottom: 24px;
}
.faq-section > div > p {
  color: var(--muted);
  font-size: 13px;
}
.faq-section .text-link {
  margin-top: 24px;
  color: #c0d7c7;
  font-size: 11px;
}
.faq-list {
  border-top: 1px solid #314536;
}
.faq-list details {
  border-bottom: 1px solid #263c2e;
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  padding: 22px 0;
  font-size: 13px;
  font-weight: 550;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  color: var(--green);
  font-size: 20px;
  font-weight: 400;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details[open] summary {
  color: var(--green);
}
.faq-list details p {
  font-size: 12px;
  line-height: 1.9;
  color: #91ad9b;
  padding: 0 32px 23px 0;
}
.site-footer {
  border-top: 1px solid #26392d;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 38px 0;
}
.footer-top > div {
  display: flex;
  gap: 30px;
  font-size: 10px;
  color: #97b4a1;
}
.footer-top a:hover {
  color: var(--green);
}
.footer-top a span {
  margin-left: 10px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 23px 0;
  border-top: 1px solid #1c3023;
  font-size: 7px;
  letter-spacing: 0.12em;
  color: #5f826b;
}
dialog {
  border: 1px solid #3a6347;
  border-radius: 8px;
  background: #101e15;
  color: var(--ink);
  padding: 44px;
  width: min(500px, calc(100% - 32px));
  box-shadow: 0 30px 100px #0009;
}
dialog::backdrop {
  background: #000b;
  backdrop-filter: blur(7px);
}
dialog h2 {
  font-size: 32px;
  margin-top: 20px;
  overflow-wrap: anywhere;
}
dialog p {
  color: #9cb6a6;
  font-size: 13px;
  margin: 22px 0;
  line-height: 1.8;
}
.dialog-close {
  position: absolute;
  right: 12px;
  top: 8px;
  background: none;
  border: 0;
  color: #a0bbaa;
  font-size: 26px;
}
@media (min-width: 1550px) {
  .hero {
    min-height: 750px;
    padding-top: 130px;
  }
  .hero-visual {
    inset: 10px -60px 40px auto;
  }
  .mascot {
    height: 100%;
  }
}
@media (max-width: 1150px) {
  .container {
    width: calc(100% - 64px);
  }
  .site-nav {
    gap: 20px;
    margin-right: 12px;
  }
  .hero {
    min-height: 640px;
    padding-top: 105px;
  }
  .hero-visual {
    width: 53%;
    right: -25px;
  }
  .hero h1 {
    font-size: 66px;
  }
  .hero-copy p {
    font-size: 12px;
  }
  .hero-eyebrow {
    font-size: 7px;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-actions .button {
    font-size: 10px;
    padding: 0 17px;
  }
  .hero-actions .text-link {
    font-size: 10px;
  }
  .hero-visual .mascot {
    right: -5%;
    width: 108%;
    max-width: none;
    height: 96%;
  }
  .orbit {
    width: 430px;
    height: 430px;
  }
  .orbit-two {
    width: 500px;
    height: 500px;
  }
  .speed-word {
    font-size: 115px;
  }
  .floating-tag {
    left: 30px;
    bottom: 55px;
  }
  .site-game-grid {
    gap: 14px;
  }
  .route-layout {
    gap: 50px;
  }
  h2 {
    font-size: 46px;
  }
  .steps article {
    padding: 24px;
  }
  .download-mark {
    right: 45px;
    font-size: 360px;
    top: 0;
  }
  .download-copy h2 {
    font-size: 56px;
  }
  .faq-section {
    gap: 50px;
  }
}
@media (max-width: 800px) {
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 72px;
  }
  .brand > span {
    font-size: 18px;
  }
  .brand img {
    width: 34px;
    height: 34px;
  }
  .header-download {
    margin-left: auto;
  }
  .site-nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #0c180fee;
    border-bottom: 1px solid #36553d;
    padding: 24px;
    flex-direction: column;
    gap: 0;
    margin: 0;
    backdrop-filter: blur(15px);
  }
  .site-nav.open {
    display: flex;
  }
  .site-nav a {
    padding: 15px 6px;
    font-size: 17px;
    font-weight: 700;
    border-bottom: 1px solid #263d2c;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    background: none;
    border: 0;
    width: 24px;
    padding: 0;
    color: var(--ink);
    height: 32px;
  }
  .menu-toggle span {
    height: 1px;
    width: 24px;
    background: currentColor;
  }
  .hero {
    min-height: 700px;
    padding-top: 60px;
  }
  .hero-copy {
    max-width: 580px;
  }
  .hero h1 {
    font-size: 68px;
  }
  .hero-copy p {
    font-size: 13px;
    max-width: 410px;
  }
  .hero-eyebrow {
    font-size: 8px;
  }
  .hero-visual {
    width: 380px;
    top: 240px;
    right: -35px;
    bottom: 50px;
    opacity: 0.9;
  }
  .hero-visual .mascot {
    height: 100%;
    right: -35px;
  }
  .speed-word {
    top: 85px;
  }
  .orbit {
    width: 330px;
    height: 330px;
    top: 0;
  }
  .orbit-two {
    width: 380px;
    height: 380px;
    right: -20px;
    top: -20px;
  }
  .floating-tag {
    left: 20px;
    bottom: 32px;
    transform: rotate(-5deg) scale(0.85);
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
  .hero-actions .button {
    font-size: 11px;
    padding-inline: 22px;
  }
  .hero-actions .text-link {
    font-size: 11px;
  }
  .hero-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    width: 200px;
  }
  .hero-meta i {
    display: none;
  }
  .hero-bottom > span:last-child {
    display: none;
  }
  .hero-bottom > a {
    margin-left: auto;
  }
  .visual-coordinates {
    display: none;
  }
  .ticker > div {
    height: 54px;
    font-size: 17px;
    gap: 22px;
  }
  .section {
    padding-block: 75px;
  }
  h2 {
    font-size: 44px;
  }
  .section-head {
    gap: 20px;
  }
  .section-aside {
    font-size: 11px;
  }
  .site-game-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 27px 16px;
  }
  .site-game strong {
    margin-top: 10px;
  }
  .games-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .route-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .route-copy > p {
    max-width: 100%;
  }
  .feature-mini p {
    max-width: 100%;
  }
  .route-card {
    max-width: 550px;
    justify-self: center;
    width: 95%;
    transform: rotate(-1deg);
  }
  .steps {
    gap: 12px;
  }
  .steps article {
    padding: 20px 17px;
  }
  .steps h3 {
    font-size: 13px;
  }
  .steps p {
    font-size: 11px;
    min-height: 110px;
  }
  .steps a,
  .step-ready {
    font-size: 8px;
  }
  .step-top b {
    font-size: 34px;
  }
  .download-section {
    padding: 45px 32px;
  }
  .download-copy h2 {
    font-size: 49px;
  }
  .download-mark {
    font-size: 310px;
    right: 10px;
    top: 25px;
    opacity: 0.4;
  }
  .download-copy {
    position: relative;
    z-index: 1;
  }
  .download-stamp {
    font-size: 9px;
    right: 23px;
    bottom: 23px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .faq-section h2 br {
    display: none;
  }
  .faq-section > div > p {
    display: none;
  }
  .faq-section .text-link {
    margin-top: 0;
  }
  .footer-top > div {
    gap: 18px;
    font-size: 8px;
  }
}
@media (max-width: 520px) {
  .container {
    width: calc(100% - 36px);
  }
  .header-inner {
    gap: 14px;
  }
  .header-download {
    font-size: 9px !important;
    min-height: 34px !important;
    padding: 0 12px !important;
  }
  .header-download span {
    margin-left: 0;
    font-size: 15px;
  }
  .brand > span {
    font-size: 16px;
  }
  .brand small {
    font-size: 5px;
  }
  .brand img {
    width: 30px;
    height: 30px;
  }
  .hero {
    padding-top: 43px;
    min-height: 775px;
    padding-bottom: 70px;
  }
  .hero-eyebrow {
    font-size: 6px;
    letter-spacing: 0.09em;
    gap: 6px;
    margin-bottom: 23px;
  }
  .hero-eyebrow > span {
    font-size: 6px;
    padding: 2px 4px;
  }
  .hero h1 {
    font-size: clamp(39px, 10.5vw, 55px);
    line-height: 1.05;
    letter-spacing: -0.055em;
  }
  .hero-copy p {
    font-size: 11px;
    line-height: 1.9;
    margin-top: 20px;
    max-width: 290px;
  }
  .hero-actions {
    margin-top: 24px;
    gap: 16px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hero-actions .button {
    font-size: 10px;
    min-height: 48px;
    padding: 0 15px;
    gap: 10px;
  }
  .hero-actions .button span {
    margin-left: 5px;
  }
  .hero-actions .button svg {
    width: 15px;
  }
  .hero-actions .text-link {
    font-size: 9px;
    gap: 8px;
  }
  .hero-meta {
    flex-direction: row;
    font-size: 5px;
    gap: 10px;
    width: 100%;
    margin-top: 15px;
  }
  .hero-meta i {
    display: block;
  }
  .hero-visual {
    top: 348px;
    right: 0;
    bottom: 45px;
    width: 100%;
    opacity: 1;
  }
  .hero-visual .mascot {
    width: 100%;
    right: -13px;
    bottom: 0;
    height: 105%;
  }
  .hero-visual:before {
    inset: 0 -20px -25px;
  }
  .speed-word {
    font-size: 95px;
    top: 88px;
    right: 15px;
  }
  .floating-tag {
    left: -5px;
    bottom: 31px;
    transform: rotate(-5deg) scale(0.8);
  }
  .hero-bottom {
    bottom: 15px;
    font-size: 6px;
    letter-spacing: 0.1em;
  }
  .hero-grid {
    inset: 0 -18px;
  }
  .orbit {
    width: 310px;
    height: 310px;
    right: 0;
  }
  .orbit-two {
    width: 340px;
    height: 340px;
    right: -10px;
  }
  .speed-line {
    max-width: 100%;
  }
  .line-one {
    top: 100px;
  }
  .line-two {
    top: 300px;
  }
  .ticker > div {
    height: 47px;
    font-size: 14px;
    gap: 18px;
  }
  .ticker b {
    font-size: 22px;
  }
  .section {
    padding-block: 59px;
  }
  .section-head {
    display: block;
    margin-bottom: 25px;
  }
  h2 {
    font-size: 40px;
    margin-top: 17px;
  }
  .eyebrow {
    font-size: 7px;
    letter-spacing: 0.12em;
  }
  .section-aside {
    margin-top: 20px;
    font-size: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .catalog-count {
    font-size: 8px;
    margin: 0;
    max-width: 113px;
    line-height: 1.5;
  }
  .catalog-count b {
    font-size: 20px;
    display: block;
  }
  .game-tools {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 15px;
  }
  .game-tabs {
    gap: 5px;
  }
  .game-tabs button {
    font-size: 10px;
    padding: 8px 13px;
  }
  .game-search {
    width: 100%;
    padding: 7px 12px;
  }
  .site-game-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 9px;
    min-height: 200px;
  }
  .site-game strong {
    font-size: 9px;
    margin-top: 9px;
  }
  .site-game small {
    font-size: 7px;
  }
  .site-game-art {
    border-radius: 4px;
  }
  .site-game-art:after {
    width: 20px;
    height: 20px;
    font-size: 12px;
    right: 6px;
    bottom: 6px;
  }
  .games-note {
    font-size: 9px;
    margin-top: 25px;
  }
  .games-note .text-link {
    font-size: 9px;
  }
  .route-layout {
    gap: 35px;
  }
  .route-copy > p {
    font-size: 12px;
  }
  .feature-mini {
    gap: 12px;
    margin-top: 23px;
  }
  .feature-mini h3 {
    font-size: 11px;
  }
  .feature-mini p {
    font-size: 10px;
  }
  .route-card-body {
    padding: 26px 17px 20px;
  }
  .window-bar {
    padding: 0 14px;
    font-size: 6px;
  }
  .route-source {
    padding: 13px;
    font-size: 9px;
    gap: 10px;
  }
  .route-source small {
    font-size: 7px;
  }
  .route-fork {
    gap: 12px;
  }
  .route-node {
    font-size: 8px;
    padding: 16px 5px;
  }
  .route-destination {
    font-size: 7px;
  }
  .route-note {
    font-size: 7px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .steps article {
    padding: 25px;
  }
  .step-top {
    margin-bottom: 17px;
  }
  .step-top b {
    font-size: 38px;
  }
  .steps h3 {
    font-size: 16px;
  }
  .steps p {
    font-size: 12px;
    min-height: 0;
    max-width: 300px;
  }
  .steps a,
  .step-ready {
    font-size: 9px;
    margin-top: 20px;
  }
  .download-section {
    padding: 36px 25px;
    border-radius: 6px;
  }
  .download-copy h2 {
    font-size: 38px;
  }
  .download-copy p {
    font-size: 11px;
    max-width: 220px;
  }
  .download-copy .button {
    font-size: 10px;
    min-height: 50px;
    padding: 0 15px;
    gap: 8px;
  }
  .download-copy .button span {
    margin-left: 10px;
  }
  .download-mark {
    font-size: 280px;
    right: -15px;
    top: 15px;
    opacity: 0.15;
  }
  .download-meta {
    font-size: 6px;
  }
  .download-stamp {
    display: none;
  }
  .faq-section {
    gap: 30px;
  }
  .faq-section h2 {
    font-size: 38px;
  }
  .faq-section .text-link {
    font-size: 10px;
  }
  .faq-list summary {
    font-size: 11px;
    padding: 20px 0;
    gap: 12px;
  }
  .faq-list details p {
    font-size: 11px;
    padding-right: 15px;
  }
  .footer-top {
    align-items: flex-start;
    gap: 22px;
    padding: 28px 0;
  }
  .footer-top > div {
    flex-direction: column;
    gap: 10px;
    font-size: 9px;
  }
  .footer-bottom {
    font-size: 5px;
    gap: 10px;
    letter-spacing: 0.07em;
  }
  .footer-bottom > span:nth-child(2) {
    display: none;
  }
  dialog {
    padding: 35px 25px;
  }
  dialog h2 {
    font-size: 29px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

body {
  overflow-x: clip;
}
.hero h1 {
  font-size: clamp(55px, 5.4vw, 78px);
}
@media (max-width: 800px) {
  .hero h1 {
    font-size: 68px;
  }
}
@media (max-width: 520px) {
  .hero h1 {
    font-size: clamp(39px, 10.5vw, 55px);
  }
}
html {
  overflow-x: hidden;
}
@media (max-width: 360px) {
  .hero h1 { font-size: 10vw; }
  .header-inner { gap: 10px; }
  .brand > span { font-size: 14px; }
  .brand img { width: 26px; height: 26px; }
  .header-download { padding-inline: 9px !important; font-size: 8px !important; }
  .hero-visual { top: 370px; }
  .hero { min-height: 800px; }
  .download-copy h2 { font-size: 33px; }
  .download-copy .button { font-size: 9px; padding-inline: 12px; }
}
@media (max-width: 520px) {
  .desktop { display: none; }
  .hero-copy p { text-wrap: pretty; }
}
.legal-links{display:flex;flex-wrap:wrap;gap:18px;margin:20px 0;color:#86aa94;font-size:11px}.legal-links a:hover{color:var(--green)}
