@font-face {
  font-family: Manrope;
  src: url("/catalog-assets/manrope-latin.a30ddcd34970.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  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: Manrope;
  src: url("/catalog-assets/manrope-cyrillic.c268b459a932.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
:root {
  font-family:
    Manrope,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background: #101719;
  color: #e5e9e1;
  font-weight: 450;
  font-synthesis: none;
  --gold: #e8c17c;
  --muted: #8c9e92;
  --line: #adc3a81c;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-width: 320px;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 6px;
}
button {
  font: inherit;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -80px;
  padding: 12px 18px;
  background: var(--gold);
  color: #162522;
  border-radius: 6px;
  z-index: 10;
}
.skip-link:focus {
  top: 15px;
}
.page-glow {
  position: absolute;
  inset: 0 0 auto;
  height: 700px;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(ellipse at 73% 10%, #384b3a2b, transparent 55%);
}
.site-header,
main,
footer {
  width: calc(100% - 96px);
  max-width: 1200px;
  margin: 0 auto;
}
.site-header {
  height: 105px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 65px;
}
.brand {
  display: flex;
  gap: 13px;
  align-items: center;
}
.brand svg {
  width: 31px;
  height: 31px;
}
.brand > span {
  font-size: 18px;
  letter-spacing: 1.4px;
  font-weight: 760;
}
.brand small {
  display: block;
  font-size: 7px;
  color: var(--gold);
  letter-spacing: 2.1px;
  font-weight: 600;
  margin-top: 4px;
}
.nav-link {
  font-size: 12px;
  font-weight: 550;
  display: flex;
  align-items: center;
  gap: 9px;
}
.nav-link > span {
  color: #b7c5b1;
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: 9px;
  min-width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  background: #acbc9407;
}
.nav-link:hover {
  color: var(--gold);
}
.header-note {
  margin-left: auto;
  font-size: 10px;
  color: #899e8c;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-note i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #93ba9e;
  box-shadow: 0 0 10px #93ba9e33;
}
.intro {
  position: relative;
  padding: 72px 0 64px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--gold);
  font-weight: 650;
  font-size: 9px;
  letter-spacing: 2px;
}
.eyebrow > span {
  width: 24px;
  height: 1px;
  background: #c5a264;
}
h1 {
  font-size: 70px;
  line-height: 1.12;
  letter-spacing: -3.8px;
  font-weight: 620;
  margin: 20px 0 24px;
}
h1 > span {
  color: var(--gold);
}
.intro > p {
  font-size: 13px;
  line-height: 1.95;
  color: #8da292;
  margin: 0;
  max-width: 610px;
}
.intro-art {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 220px;
  height: 220px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
}
.intro-art > svg {
  width: 117px;
  height: 136px;
  filter: drop-shadow(0 0 35px #ecc87815);
  animation: hover-gem 6s ease-in-out infinite;
}
.orbit {
  position: absolute;
  inset: 4px;
  border: 1px solid #b8c69a12;
  border-radius: 50%;
  transform: rotate(-30deg) scaleY(0.6);
}
.orbit-two {
  transform: rotate(40deg) scaleY(0.65);
  inset: -10px;
}
.orbital-dot {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e7ca82;
  top: 61px;
  right: 6px;
  box-shadow: 0 0 16px #e7ca8255;
}
.intro-art:after {
  content: "01";
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: 8px;
  letter-spacing: 2px;
  color: #b3b79755;
}
.collection {
  scroll-margin-top: 22px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 21px;
}
.section-heading h2 {
  font-size: 19px;
  letter-spacing: -0.3px;
  font-weight: 620;
  margin: 0;
}
.section-heading h2 > span {
  font-size: 10px;
  letter-spacing: 1px;
  color: #8a9b86;
  vertical-align: middle;
  margin-left: 9px;
}
.section-heading > span {
  font-size: 10px;
  color: #718b75;
}
.games-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.game-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-column: 1/-1;
  border: 1px solid #aebd9226;
  background: #152122;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 15px 50px #0002;
  min-height: 345px;
  transition:
    border-color 0.2s,
    transform 0.2s;
}
.game-card:hover {
  border-color: #d8b57766;
  transform: translateY(-2px);
}
.cover-link {
  display: block;
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #10272c;
}
.cover-link:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #06161715, transparent 70%, #07171b77);
}
.cover-link img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s;
}
.game-card:hover .cover-link img {
  transform: scale(1.035);
}
.cover-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border: 1px solid #c5d6bc33;
  border-radius: 5px;
  background: #11272bcc;
  backdrop-filter: blur(7px);
  color: #cadab9;
  font-size: 7px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.cover-tag i {
  display: block;
  width: 4px;
  height: 4px;
  background: #a9cda2;
  border-radius: 50%;
}
.cover-caption {
  position: absolute;
  bottom: 17px;
  left: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 7px;
  letter-spacing: 1.4px;
  color: #c0cebd99;
}
.cover-caption svg {
  width: 13px;
  height: 13px;
}
.game-info {
  padding: 36px 38px 31px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.game-category {
  font-size: 8px;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #afbb92;
}
.game-info h3 {
  font-size: 32px;
  font-weight: 680;
  letter-spacing: -0.7px;
  line-height: 1.2;
  margin: 13px 0 0;
}
.game-subtitle {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin: 6px 0 17px;
}
.game-description {
  font-size: 11px;
  line-height: 1.9;
  color: #91a692;
  max-width: 380px;
  margin: 0 0 21px;
}
.game-features {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 13px;
  margin: 0 0 25px;
  padding: 0;
  color: #acbba1;
  font-size: 8px;
}
.game-features li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.game-features li:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #a49e75;
  border-radius: 50%;
}
.play-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  width: 180px;
  padding: 13px 19px;
  background: var(--gold);
  color: #273326;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 750;
  box-shadow: 0 3px 0 #8f6b3933;
  transition: background 0.2s;
  margin-top: auto;
}
.play-link svg {
  width: 16px;
  height: 16px;
}
.play-link:hover {
  background: #f4d89d;
}
.collection-note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin: 41px 0 42px;
}
.collection-note p {
  margin: 0;
  text-align: center;
  color: #6e8775;
  font-size: 10px;
  line-height: 1.85;
}
.note-line {
  width: 43px;
  height: 1px;
  background: #b7c49318;
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding: 21px 0 28px;
  color: #6d836e;
  font-size: 9px;
}
footer > span:last-child {
  font-size: 12px;
  color: #b1bea4;
}
.footer-dot {
  color: var(--gold);
}
@keyframes hover-gem {
  0%,
  100% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
}
@media (min-width: 1500px) {
  .intro {
    padding: 85px 0 78px;
  }
  .game-card {
    min-height: 380px;
  }
  .game-info {
    padding: 39px 44px;
  }
}
@media (max-width: 1050px) {
  .site-header,
  main,
  footer {
    width: calc(100% - 64px);
  }
  .site-header {
    height: 90px;
    gap: 40px;
  }
  .intro {
    padding: 55px 0 50px;
  }
  h1 {
    font-size: 58px;
    letter-spacing: -3px;
  }
  .intro-art {
    width: 155px;
    height: 155px;
    right: 0;
  }
  .intro-art > svg {
    width: 92px;
  }
  .orbital-dot {
    top: 30px;
    right: 2px;
  }
  .intro > p {
    font-size: 12px;
  }
  .game-card {
    grid-template-columns: 1.05fr 1fr;
    min-height: 330px;
  }
  .game-info {
    padding: 28px;
  }
  .game-info h3 {
    font-size: 28px;
  }
  .game-description {
    font-size: 10px;
  }
  .game-features {
    font-size: 7px;
    gap: 8px;
  }
  .game-subtitle {
    font-size: 8px;
  }
  .game-category {
    font-size: 7px;
  }
}
@media (max-width: 760px) {
  .site-header,
  main,
  footer {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 79px;
    gap: 25px;
  }
  .brand > span {
    font-size: 16px;
  }
  .brand svg {
    width: 27px;
    height: 27px;
  }
  .brand small {
    font-size: 6px;
  }
  .header-note {
    font-size: 8px;
  }
  .nav-link {
    font-size: 11px;
  }
  .intro {
    padding: 47px 0 39px;
  }
  .eyebrow {
    font-size: 7px;
    letter-spacing: 1.7px;
  }
  h1 {
    font-size: 47px;
    letter-spacing: -2.7px;
    margin: 19px 0;
  }
  .intro > p {
    font-size: 10px;
    max-width: 460px;
  }
  .intro-art {
    width: 120px;
    height: 120px;
    opacity: 0.6;
    top: 46%;
    right: -3px;
  }
  .intro-art > svg {
    width: 65px;
  }
  .orbital-dot {
    top: 10px;
    right: 6px;
  }
  .intro-art:after {
    display: none;
  }
  .intro > p {
    position: relative;
    z-index: 1;
  }
  .section-heading h2 {
    font-size: 17px;
  }
  .section-heading > span {
    font-size: 8px;
  }
  .game-card {
    grid-template-columns: 1fr 1fr;
  }
  .game-info {
    padding: 23px;
  }
  .game-info h3 {
    font-size: 24px;
  }
  .game-description {
    font-size: 9px;
  }
  .game-features {
    font-size: 7px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .game-subtitle {
    font-size: 7px;
    letter-spacing: 2.5px;
  }
  .game-category {
    font-size: 6px;
  }
  .play-link {
    width: 155px;
    padding: 11px 15px;
    font-size: 10px;
  }
  .cover-tag {
    font-size: 6px;
    top: 12px;
    left: 12px;
  }
  .cover-caption {
    font-size: 5px;
    left: 12px;
  }
  .collection-note {
    margin: 31px 0;
  }
  .collection-note p {
    font-size: 9px;
  }
  footer {
    font-size: 8px;
  }
  footer > span:last-child {
    font-size: 10px;
  }
}
@media (max-width: 600px) {
  .site-header,
  main,
  footer {
    width: calc(100% - 34px);
  }
  .site-header {
    height: 77px;
    justify-content: space-between;
    gap: 20px;
  }
  .brand {
    gap: 10px;
  }
  .brand > span {
    font-size: 15px;
  }
  .brand small {
    font-size: 6px;
    letter-spacing: 1.6px;
  }
  .brand svg {
    width: 25px;
    height: 25px;
  }
  .header-note {
    display: none;
  }
  .nav-link {
    font-size: 10px;
    gap: 7px;
  }
  .intro {
    padding: 43px 0 34px;
  }
  .intro-art {
    display: none;
  }
  h1 {
    font-size: 44px;
    letter-spacing: -2.9px;
    margin: 17px 0 20px;
  }
  .intro > p {
    font-size: 11px;
    line-height: 1.9;
    max-width: 340px;
  }
  .eyebrow {
    font-size: 7px;
    letter-spacing: 1.5px;
  }
  .section-heading {
    margin-bottom: 17px;
  }
  .section-heading > span {
    font-size: 7px;
  }
  .section-heading h2 {
    font-size: 16px;
  }
  .section-heading h2 > span {
    font-size: 8px;
  }
  .games-grid {
    display: block;
  }
  .game-card {
    display: block;
    border-radius: 12px;
    margin-bottom: 20px;
  }
  .cover-link {
    aspect-ratio: 1.65;
  }
  .cover-link img {
    object-fit: cover;
  }
  .cover-tag {
    top: 14px;
    left: 14px;
    font-size: 6px;
    padding: 7px 8px;
  }
  .cover-caption {
    left: 14px;
    bottom: 13px;
    font-size: 6px;
  }
  .game-info {
    padding: 25px 25px 27px;
  }
  .game-info h3 {
    font-size: 30px;
    letter-spacing: -0.5px;
    margin-top: 12px;
  }
  .game-category {
    font-size: 7px;
    letter-spacing: 1.5px;
  }
  .game-subtitle {
    font-size: 8px;
    letter-spacing: 3px;
    margin: 6px 0 17px;
  }
  .game-description {
    font-size: 11px;
    line-height: 1.9;
    margin-bottom: 17px;
  }
  .game-features {
    font-size: 8px;
    gap: 8px 11px;
    margin-bottom: 23px;
  }
  .play-link {
    width: 100%;
    font-size: 12px;
    padding: 13px 18px;
  }
  .play-link svg {
    width: 17px;
    height: 17px;
  }
  .collection-note {
    gap: 13px;
    margin: 27px 0 30px;
  }
  .note-line {
    width: 25px;
  }
  .collection-note p {
    font-size: 9px;
  }
  footer {
    gap: 15px;
    font-size: 7px;
    line-height: 1.8;
    padding: 18px 0 24px;
  }
  footer > span:first-child {
    max-width: 185px;
  }
  footer > span:last-child {
    white-space: nowrap;
    font-size: 10px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 38px;
    letter-spacing: -2.3px;
  }
  .intro > p {
    font-size: 10px;
  }
  .game-info {
    padding: 22px;
  }
  .game-features {
    font-size: 7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
