@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('assets/fonts/google-sans-13.002-normal-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('assets/fonts/google-sans-13.002-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('assets/fonts/unbounded-12-normal-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('assets/fonts/unbounded-12-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  color-scheme: light;
  --paper: #f7f7f5;
  --ink: #1b1c20;
  --muted: #6b6c73;
  --line: #dcdedc;
  --pink: #f540d5;
  --display: 'Unbounded', sans-serif;
  --body: 'Google Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 1rem/1.5 var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid #a51591; outline-offset: 6px; border-radius: 4px; }
img { display: block; max-width: 100%; }
svg { flex: 0 0 auto; }
h1, h2, h3, p { margin: 0; }
::selection { background: #f8b1e9; color: var(--ink); }
.wrap { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; z-index: 5; left: 20px; top: 12px; padding: 12px 20px; color: white; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.75rem; font-weight: 700; letter-spacing: -1.1px; white-space: nowrap; }
.brand img { width: 36px; height: 36px; }
.brand-play { display: inline-block; margin-left: 9px; color: #8f1d7e; font-weight: 500; }
.navigation { display: flex; align-items: center; gap: 32px; margin-left: auto; margin-right: 38px; font-size: .9375rem; }
.navigation a, .marketly-link, .site-footer > a { transition: color .18s ease; }
.navigation a:hover, .marketly-link:hover, .site-footer > a:hover { color: #a51591; }
.nav-games { display: flex; align-items: center; gap: 8px; font-weight: 600; }
.nav-games span { display: grid; place-items: center; min-width: 23px; height: 23px; border-radius: 50%; background: #e9e9e6; color: #666970; font-size: .75rem; font-weight: 500; }
.marketly-link { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; flex-shrink: 0; }
.marketly-link img { width: 130px; height: auto; }
.marketly-link .icon { width: 18px; height: 18px; }
.intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding: 54px 0 46px; }
h1 { margin-top: 0; font: 650 clamp(2rem, 3.75vw, 3.25rem)/1.22 var(--display); letter-spacing: -.055em; }
h1 > span { color: #75777c; }
.intro-note { display: flex; gap: 24px; align-items: center; padding: 0 0 6px 24px; }
.intro-note p { color: #606268; font-size: 1rem; line-height: 1.6; }
.pause-mark { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 72px; height: 72px; border: 1px solid #cfd0d0; border-radius: 50%; transform: rotate(-12deg); }
.pause-mark i { width: 6px; height: 23px; background: var(--ink); }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.section-heading h2 { display: flex; align-items: center; gap: 12px; font-size: .9375rem; font-weight: 500; }
.count { color: var(--muted); font-size: .75rem; font-variant-numeric: tabular-nums; }
.game-grid { display: grid; gap: 24px; }
.game-card { position: relative; display: grid; grid-template-columns: .9fr 1.3fr; align-items: center; gap: 24px; min-height: 490px; padding-right: 34px; overflow: hidden; border-radius: 22px; background: #191923; color: #fff; }
.game-copy { padding: 36px 0 36px 38px; min-width: 0; }
.game-title { margin-top: 0; line-height: 1; }
.game-title > span { font: 650 1.75rem/1.2 var(--display); letter-spacing: .015em; }
.game-title strong { display: block; margin: 0 0 0 -6px; font: italic 850 clamp(5.5rem, 7.6vw, 6.875rem)/1.05 var(--display); letter-spacing: -.065em; }
.title-dot { color: var(--pink); }
.game-description { margin-top: 12px; color: #dbdae3; font-size: 1rem; line-height: 1.65; }
.play-button { display: flex; align-items: center; justify-content: flex-start; gap: 10px; width: 276px; max-width: 100%; min-height: 58px; margin-top: 26px; padding: 16px 20px; border-radius: 9px; background: var(--pink); color: #251127; font-size: 1rem; font-weight: 700; transition: background .2s, transform .2s, box-shadow .2s; }
.play-button:hover { background: #ff74e6; transform: translateY(-2px); box-shadow: 0 5px 22px #f540d52b; }
.play-button:active { transform: translateY(0); }
.play-button:focus-visible { outline-color: #fff; }
.button-arrow { margin-left: auto; width: 20px; height: 20px; }
.game-platforms { display: block; width: 276px; max-width: 100%; margin-top: 11px; text-align: center; color: #bbb9c9; font-size: .75rem; }
.game-benefits { display: flex; align-items: center; justify-content: center; gap: 54px; list-style: none; margin: 0; padding: 22px 0; border-bottom: 1px solid var(--line); }
.game-benefits li { display: flex; align-items: center; gap: 9px; color: #61636a; font-size: .875rem; }
.game-benefits .icon { width: 17px; height: 17px; stroke-width: 1.5; color: #7b7e81; }
.how-to-play { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding: 49px 0 48px; }
.how-heading h2 { font: 550 1.125rem/1.65 var(--display); letter-spacing: -.045em; }
.control-keys { display: flex; align-items: center; gap: 6px; height: 34px; margin-bottom: 14px; }
kbd { display: inline-grid; place-items: center; height: 34px; min-width: 34px; padding: 0 10px; border: 1px solid #d2d4d2; border-radius: 6px; box-shadow: 0 2px 0 #e2e3e0; font: .875rem var(--body); background: #fcfcfa; }
.space-key { min-width: 88px; font-size: .75rem; letter-spacing: .04em; }
.control-item h3 { font-size: .9375rem; font-weight: 600; margin-bottom: 4px; }
.control-item p { color: var(--muted); font-size: .875rem; line-height: 1.65; }
.coming-next { display: flex; align-items: center; gap: 28px; padding: 28px 34px; margin-bottom: 42px; background: #eeefec; border: 1px solid #e1e3df; border-radius: 14px; }
.next-symbol { display: grid; place-items: center; flex: 0 0 auto; width: 68px; height: 68px; border: 1px dashed #b9bcb6; border-radius: 15px; color: #92968d; font-size: 2rem; font-weight: 400; }
.coming-next h2 { font: 550 1.125rem/1.6 var(--display); letter-spacing: -.04em; }
.coming-next p { color: #747870; margin-top: 4px; font-size: .875rem; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 90px; padding-bottom: max(10px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); }
.footer-brand { font-size: 1.1875rem; letter-spacing: -.7px; }
.footer-brand img { width: 28px; height: 28px; }
.footer-brand .brand-play { margin-left: 6px; }
.site-footer > a:last-child { font-size: .875rem; color: var(--muted); }
.site-footer > a:last-child { display: flex; align-items: center; gap: 12px; }
.site-footer .icon { width: 17px; height: 17px; }
.game-preview { min-width: 0; padding-block: 26px; }
.preview-toggle { position: absolute; right: 12px; bottom: 12px; z-index: 1; display: grid; place-items: center; flex: 0 0 auto; width: 40px; height: 36px; border: 1px solid #ffffff25; border-radius: 7px; background: #171721d9; color: #fff; cursor: pointer; transition: background .15s; }
.preview-toggle:hover { background: #171721; }
.preview-toggle:focus-visible { outline: 3px solid var(--pink); outline-offset: 4px; }
.preview-toggle .icon { width: 16px; height: 16px; }
.preview-screen { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid #ffffff1f; border-radius: 12px; background: #607b9b; box-shadow: 0 16px 48px #0003; }
.preview-screen video { display: block; width: 100%; height: 100%; object-fit: contain; }
@media (min-width: 1500px) {
  .intro { padding-top: 66px; padding-bottom: 56px; }
  .game-card { min-height: 520px; }
  .game-copy { padding-top: 46px; padding-bottom: 40px; }
}
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .navigation { margin-right: 16px; }
  .intro-note { gap: 16px; padding-left: 0; }
  .pause-mark { width: 52px; height: 52px; gap: 6px; }
  .pause-mark i { width: 5px; height: 18px; }
  .intro-note p { font-size: .875rem; }
  .game-card { grid-template-columns: 1fr 1.1fr; gap: 26px; padding-right: 26px; }
  .game-copy { padding-left: 28px; }
  .desktop-break { display: none; }
  .how-to-play { grid-template-columns: 1.25fr 1fr 1fr; gap: 26px; }
  .how-heading h2 { font-size: 1rem; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { height: 78px; gap: 16px; }
  .brand { font-size: 1.375rem; gap: 7px; }
  .brand img { width: 31px; height: 31px; }
  .brand-play { margin-left: 6px; }
  .navigation { margin: 0 0 0 auto; gap: 0; }
  .navigation > a:last-child { display: none; }
  .nav-games { font-size: .875rem; }
  .marketly-link { gap: 10px; }
  .marketly-link img { width: 116px; }
  .marketly-link .icon { width: 16px; height: 16px; }
  .intro { padding: 36px 0 30px; gap: 24px; }
  h1 { font-size: clamp(1.875rem, 5.5vw, 2.5rem); margin-top: 0; }
  .intro-note { display: none; }
  .section-heading { margin-bottom: 14px; }
  .section-heading h2 { font-size: .875rem; gap: 9px; }
  .game-card { grid-template-columns: 1fr; gap: 0; min-height: 0; border-radius: 16px; padding: 0; }
  .game-preview { order: -1; margin: 18px 24px 0; padding: 0; }
  .game-copy { padding: 22px 28px 28px; }
  .game-title { margin-top: 0; }
  .game-title > span { font-size: 1.3125rem; }
  .game-title strong { font-size: 5.5rem; }
  .game-description { font-size: 1rem; }
  .game-benefits { gap: 20px; justify-content: space-between; padding: 19px 0; }
  .game-benefits li { font-size: .75rem; gap: 5px; }
  .game-benefits .icon { width: 14px; height: 14px; }
  .how-to-play { grid-template-columns: 1fr 1fr; gap: 26px 20px; padding: 32px 0; }
  .how-heading { grid-column: 1 / -1; }
  .how-heading h2 { font-size: 1rem; }
  .how-heading h2 br { display: none; }
  .control-item p { font-size: .875rem; }
  .coming-next { padding: 23px 22px; gap: 18px; margin-bottom: 30px; }
  .next-symbol { width: 48px; height: 48px; border-radius: 10px; font-size: 1.5rem; }
  .coming-next h2 { font-size: .875rem; }
  .coming-next p { font-size: .875rem; }
  .site-footer { flex-wrap: wrap; gap: 15px; padding-top: 24px; padding-bottom: 24px; }
  .footer-brand { font-size: 1.125rem; }
  .footer-brand img { width: 25px; height: 25px; }
  .site-footer > a:last-child { font-size: .75rem; gap: 6px; }
}
@media (max-width: 540px) {
  .preview-screen { border-radius: 8px; }
  .navigation { display: none; }
  .intro { padding-top: 30px; }
  .game-preview { margin: 12px 18px 0; }
  .game-copy { padding: 18px 22px 24px; }
  
  .game-title { margin-top: 0; }
  .game-title > span { font-size: 1.1875rem; }
  .game-title strong { font-size: 4.875rem; margin-left: -3px; }
  .game-description { margin-top: 10px; max-width: 325px; }
  .play-button { width: 100%; margin-top: 21px; min-height: 54px; padding: 14px 18px; }
  .game-platforms { width: 100%; font-size: .75rem; }
  .game-benefits { flex-wrap: wrap; justify-content: center; gap: 7px 22px; padding-block: 17px; }
  .game-benefits li { font-size: .75rem; }
  .game-benefits li:last-child { width: 100%; justify-content: center; }
  .how-heading h2 { font-size: .9375rem; }
  .how-heading h2 br { display: initial; }
  .coming-next { align-items: flex-start; padding: 22px 18px; gap: 13px; }
  .next-symbol { width: 35px; height: 35px; margin-top: 3px; border-radius: 7px; font-size: 1.25rem; }
  .coming-next h2 { font-size: .875rem; }
  .coming-next p { line-height: 1.6; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 28px); }
  .brand { font-size: 1.1875rem; }
  .brand img { width: 27px; height: 27px; }
  .marketly-link img { width: 104px; }
  h1 { font-size: 1.75rem; }
  .game-copy { padding-inline: 20px; }
  .game-title strong { font-size: 4.375rem; }
  .how-to-play { gap: 26px 16px; }
  .control-item p { font-size: .75rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  a { transition: none !important; }
  .play-button:hover { transform: none; }
}

