:root {
  color-scheme: dark;
  --ink: #f8f4e8;
  --muted: #aaa8ba;
  --subtle: #77788e;
  --gold: #f2c668;
  --gold-light: #fff0ae;
  --gold-dark: #b77a24;
  --violet: #8b72ff;
  --cyan: #6ddbd2;
  --line: rgba(244, 210, 135, .16);
  --surface: rgba(10, 12, 35, .76);
  --surface-strong: rgba(8, 10, 29, .9);
  --shadow: 0 28px 80px rgba(0, 0, 0, .42);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100%;
  background: #070918;
}

body {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #070918;
}

body::before {
  position: fixed;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 6, 20, .18) 0%, rgba(6, 7, 23, .52) 55%, rgba(5, 7, 20, .96) 100%),
    linear-gradient(90deg, rgba(5, 7, 22, .35), rgba(8, 9, 31, .08) 44%, rgba(5, 7, 22, .3)),
    url("./assets/game-hero-bg-v2.jpg") center top / cover no-repeat;
  content: "";
  pointer-events: none;
}

body::after {
  position: fixed;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(circle at 50% 4%, rgba(93, 87, 218, .2), transparent 32rem),
    radial-gradient(circle at 22% 54%, rgba(171, 108, 38, .08), transparent 24rem);
  content: "";
  pointer-events: none;
}

a {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

[hidden] {
  display: none !important;
}

.ambient {
  position: fixed;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(40px);
}

.ambient-one {
  top: 11%;
  right: -7rem;
  width: 21rem;
  height: 21rem;
  background: rgba(97, 71, 197, .16);
}

.ambient-two {
  bottom: 4%;
  left: -9rem;
  width: 24rem;
  height: 24rem;
  background: rgba(211, 148, 47, .08);
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
  padding: 26px 0 38px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 0 4px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #fbf7eb;
  font-size: 15px;
  font-weight: 740;
  letter-spacing: .05em;
  text-decoration: none;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .35);
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 229, 157, .52);
  border-radius: 12px;
  color: var(--gold-light);
  background: linear-gradient(145deg, rgba(95, 62, 155, .92), rgba(26, 27, 76, .95));
  box-shadow: inset 0 1px rgba(255, 255, 255, .15), 0 10px 26px rgba(0, 0, 0, .3), 0 0 24px rgba(176, 122, 43, .12);
}

.brand-mark svg {
  width: 23px;
  height: 23px;
}

.secure-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 13px;
  border: 1px solid rgba(241, 199, 103, .24);
  border-radius: 999px;
  color: #f5d88d;
  background: rgba(13, 16, 42, .68);
  box-shadow: inset 0 1px rgba(255, 255, 255, .05), 0 8px 24px rgba(0, 0, 0, .18);
  backdrop-filter: blur(14px);
  font-size: 12px;
  font-weight: 680;
}

.secure-pill svg {
  width: 17px;
  height: 17px;
  color: #7be4bd;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, .88fr) minmax(430px, 1.12fr);
  align-items: center;
  gap: 4%;
  min-height: 590px;
  margin-top: 18px;
  padding: 62px 6.5% 60px;
  overflow: hidden;
  border: 1px solid rgba(246, 212, 136, .16);
  border-radius: 34px;
  background:
    linear-gradient(115deg, rgba(13, 13, 42, .55), rgba(8, 10, 30, .74)),
    radial-gradient(circle at 28% 48%, rgba(102, 66, 176, .18), transparent 21rem);
  box-shadow: var(--shadow), inset 0 1px rgba(255, 255, 255, .06);
  backdrop-filter: blur(7px);
}

.hero::before {
  position: absolute;
  top: 0;
  right: 12%;
  left: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 232, 168, .72), transparent);
  content: "";
}

.hero::after {
  position: absolute;
  top: -9rem;
  right: -5rem;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: rgba(115, 85, 219, .1);
  content: "";
  filter: blur(10px);
  pointer-events: none;
}

.app-visual {
  position: relative;
  display: grid;
  min-height: 330px;
  place-items: center;
}

.app-visual::before,
.app-visual::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.app-visual::before {
  width: 300px;
  height: 300px;
  border: 1px solid rgba(241, 198, 102, .2);
  background:
    radial-gradient(circle, rgba(118, 75, 196, .12) 0%, transparent 63%),
    repeating-conic-gradient(from 0deg, rgba(245, 208, 122, .13) 0deg 1deg, transparent 1deg 30deg);
  animation: slow-spin 30s linear infinite;
}

.app-visual::after {
  width: 225px;
  height: 225px;
  border: 1px solid rgba(255, 236, 181, .13);
  background: rgba(11, 13, 39, .4);
  box-shadow: inset 0 0 55px rgba(124, 86, 219, .12), 0 0 50px rgba(61, 48, 139, .14);
}

.app-icon {
  position: relative;
  z-index: 3;
  width: 152px;
  height: 152px;
  overflow: hidden;
  border: 6px solid rgba(255, 234, 176, .56);
  border-radius: 39px;
  background: #131438;
  box-shadow:
    0 30px 65px rgba(0, 0, 0, .5),
    0 0 0 8px rgba(241, 198, 104, .07),
    0 0 52px rgba(190, 128, 43, .2),
    inset 0 1px rgba(255, 255, 255, .24);
  transform: rotate(-3deg);
}

.app-icon img,
.app-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon-glow {
  position: absolute;
  z-index: 1;
  width: 175px;
  height: 48px;
  margin-top: 190px;
  border-radius: 50%;
  background: rgba(232, 174, 63, .22);
  filter: blur(20px);
}

.visual-spark {
  position: absolute;
  z-index: 4;
  color: var(--gold-light);
  text-shadow: 0 0 15px rgba(255, 216, 112, .8);
  animation: sparkle 2.6s ease-in-out infinite;
}

.spark-one {
  top: 54px;
  right: 17%;
  font-size: 20px;
}

.spark-two {
  bottom: 65px;
  left: 17%;
  font-size: 13px;
  animation-delay: -1.2s;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: #f1ce79;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .09em;
}

.eyebrow::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(240, 195, 91, .1), 0 0 16px rgba(240, 195, 91, .72);
  content: "";
}

h1,
h2,
p,
dl,
dd {
  margin-top: 0;
}

h1 {
  margin-bottom: 11px;
  color: #fff9e8;
  font-size: clamp(39px, 4.8vw, 58px);
  font-weight: 820;
  letter-spacing: -.045em;
  line-height: 1.08;
  text-shadow: 0 5px 26px rgba(0, 0, 0, .38);
}

.description {
  max-width: 520px;
  margin-bottom: 18px;
  color: #c4c0cd;
  font-size: 16px;
  line-height: 1.75;
}

.game-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.game-badges span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 9px;
  border: 1px solid rgba(240, 202, 116, .13);
  border-radius: 8px;
  color: #c9c4d2;
  background: rgba(14, 16, 44, .5);
  font-size: 11px;
}

.game-badges i {
  display: grid;
  width: 15px;
  height: 15px;
  place-items: center;
  border-radius: 50%;
  color: #8ee9c2;
  background: rgba(62, 190, 139, .12);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}

.meta-list {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 25px;
}

.meta-list div {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.meta-list dt {
  color: #737489;
  font-size: 11px;
}

.meta-list dd {
  margin-bottom: 0;
  color: #d5cfbf;
  font-size: 12px;
  font-weight: 680;
}

.meta-divider {
  width: 1px;
  height: 15px;
  background: var(--line);
}

.download-area {
  width: min(100%, 520px);
}

.download-button {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 74px;
  overflow: hidden;
  border-radius: 17px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, filter .2s ease;
}

.primary-button {
  gap: 14px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 241, 184, .65);
  color: #2b210e;
  background: linear-gradient(135deg, #fff0ad 0%, #efbf58 50%, #c9882b 100%);
  box-shadow: 0 18px 35px rgba(177, 112, 29, .28), inset 0 1px rgba(255, 255, 255, .75);
}

.primary-button::after {
  position: absolute;
  top: -60%;
  left: -30%;
  width: 26%;
  height: 220%;
  background: rgba(255, 255, 255, .32);
  content: "";
  filter: blur(4px);
  transform: rotate(20deg);
  transition: left .55s ease;
}

.primary-button:not(.is-disabled):hover::after {
  left: 112%;
}

.download-button:not(.is-disabled):hover {
  transform: translateY(-2px);
}

.primary-button:not(.is-disabled):hover {
  box-shadow: 0 22px 43px rgba(188, 123, 34, .36), inset 0 1px rgba(255, 255, 255, .8);
}

.button-icon,
.platform-symbol {
  display: grid;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 13px;
}

.button-icon {
  background: rgba(45, 33, 12, .12);
  box-shadow: inset 0 0 0 1px rgba(74, 50, 10, .08);
}

.button-icon svg,
.platform-symbol svg {
  width: 26px;
  height: 26px;
}

.download-button span:nth-child(2) {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.download-button small {
  color: inherit;
  font-size: 11px;
  opacity: .7;
}

.download-button strong {
  overflow: hidden;
  font-size: 16px;
  font-weight: 760;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.button-arrow {
  width: 20px;
  height: 20px;
  opacity: .68;
}

.download-button.is-disabled {
  cursor: not-allowed;
  filter: saturate(.5);
  opacity: .58;
}

.desktop-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.platform-button {
  gap: 11px;
  padding: 11px 13px;
  border: 1px solid rgba(242, 204, 117, .18);
  color: #eee9dc;
  background: linear-gradient(145deg, rgba(26, 28, 65, .84), rgba(11, 14, 39, .9));
  box-shadow: inset 0 1px rgba(255, 255, 255, .06), 0 13px 30px rgba(0, 0, 0, .2);
}

.platform-button:not(.is-disabled):hover {
  border-color: rgba(245, 207, 121, .42);
  box-shadow: inset 0 1px rgba(255, 255, 255, .08), 0 18px 35px rgba(0, 0, 0, .28), 0 0 25px rgba(194, 131, 37, .08);
}

.platform-symbol {
  width: 40px;
  height: 40px;
  color: #f2cc79;
  background: rgba(238, 193, 91, .1);
  box-shadow: inset 0 0 0 1px rgba(241, 204, 121, .08);
}

.android-symbol {
  color: #73d9bb;
  background: rgba(57, 184, 147, .1);
}

.download-status {
  margin: 13px 5px 0;
  color: #77798e;
  font-size: 11px;
  line-height: 1.6;
}

.guide-card {
  position: relative;
  display: grid;
  grid-template-columns: .82fr 1.8fr;
  align-items: center;
  gap: 5%;
  margin-top: 22px;
  padding: 30px 34px;
  overflow: hidden;
  border: 1px solid rgba(242, 207, 126, .14);
  border-radius: 26px;
  background: linear-gradient(120deg, rgba(15, 17, 46, .9), rgba(8, 11, 31, .84));
  box-shadow: 0 18px 48px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .045);
  backdrop-filter: blur(18px);
}

.guide-card::before {
  position: absolute;
  top: 0;
  right: 20%;
  left: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240, 199, 105, .5), transparent);
  content: "";
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 13px;
}

.section-icon {
  display: grid;
  flex: 0 0 auto;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid rgba(241, 202, 113, .18);
  border-radius: 14px;
  color: #f0ca76;
  background: linear-gradient(145deg, rgba(94, 68, 145, .32), rgba(25, 27, 70, .56));
}

.section-icon svg {
  width: 24px;
  height: 24px;
}

.section-heading h2 {
  margin-bottom: 5px;
  color: #f7f0df;
  font-size: 16px;
}

.section-heading p,
.guide-list p {
  margin-bottom: 0;
  color: #797b8e;
  font-size: 11px;
  line-height: 1.55;
}

.guide-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.guide-list li > span {
  display: grid;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid rgba(239, 198, 104, .18);
  border-radius: 8px;
  color: #f0ca76;
  background: rgba(231, 180, 66, .08);
  font-size: 10px;
  font-weight: 780;
}

.guide-list strong {
  display: block;
  margin: 2px 0 4px;
  color: #dcd6c8;
  font-size: 12px;
}

.site-footer {
  padding: 27px 10px 0;
  color: #5f6173;
  text-align: center;
}

.site-footer p {
  margin-bottom: 5px;
  font-size: 10px;
  letter-spacing: .03em;
}

.site-footer p:empty {
  display: none;
}

.browser-blocked,
.browser-blocked body {
  overflow: hidden;
  overscroll-behavior: none;
}

.browser-guard {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: grid;
  min-height: 100vh;
  min-height: 100dvh;
  padding: max(86px, calc(env(safe-area-inset-top) + 72px)) 22px max(26px, env(safe-area-inset-bottom));
  place-items: start center;
  overflow-y: auto;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(6, 7, 22, .86), rgba(5, 6, 18, .97)),
    url("./assets/game-hero-bg-v2.jpg") center / cover no-repeat;
  backdrop-filter: blur(16px);
}

.browser-guard::before {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 50% 32%, rgba(101, 72, 183, .2), transparent 28rem);
  content: "";
  pointer-events: none;
}

.guard-arrow {
  position: fixed;
  z-index: 2;
  top: max(8px, env(safe-area-inset-top));
  right: max(7px, env(safe-area-inset-right));
  width: 90px;
  height: 90px;
  color: #f7d77f;
  filter: drop-shadow(0 0 10px rgba(229, 178, 70, .4));
  animation: nudge 1.6s ease-in-out infinite;
}

.guard-card {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  padding: 34px 25px 27px;
  overflow: hidden;
  border: 1px solid rgba(245, 208, 121, .34);
  border-radius: 28px;
  text-align: center;
  background: linear-gradient(155deg, rgba(26, 24, 68, .96), rgba(8, 11, 31, .98));
  box-shadow: 0 35px 90px rgba(0, 0, 0, .5), inset 0 1px rgba(255, 255, 255, .08), 0 0 45px rgba(142, 91, 36, .08);
}

.guard-card::before,
.guard-card::after {
  position: absolute;
  color: rgba(241, 200, 104, .22);
  font-size: 34px;
  content: "✦";
}

.guard-card::before {
  top: 17px;
  left: 21px;
}

.guard-card::after {
  right: 21px;
  bottom: 17px;
  font-size: 22px;
}

.guard-shine {
  position: absolute;
  top: 0;
  right: 12%;
  left: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 231, 164, .85), transparent);
}

.guard-browser-icon {
  display: grid;
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  place-items: center;
  border: 1px solid rgba(255, 225, 145, .44);
  border-radius: 22px;
  color: #32230c;
  background: linear-gradient(145deg, #fff0ac, #e8b64c 60%, #b97920);
  box-shadow: 0 16px 32px rgba(164, 102, 28, .25), inset 0 1px rgba(255, 255, 255, .75), 0 0 28px rgba(229, 175, 65, .16);
}

.guard-browser-icon svg {
  width: 42px;
  height: 42px;
}

.guard-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 5px 9px;
  border: 1px solid rgba(245, 204, 112, .13);
  border-radius: 999px;
  color: #dab968;
  background: rgba(233, 183, 70, .07);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
}

.guard-app-name {
  margin-bottom: 9px;
  color: #8f91a5;
  font-size: 11px;
}

.guard-card h2 {
  margin-bottom: 12px;
  color: #fff7df;
  font-size: 26px;
  letter-spacing: -.02em;
}

.guard-description {
  max-width: 355px;
  margin: 0 auto 24px;
  color: #bbb8c7;
  font-size: 13px;
  line-height: 1.85;
}

.guard-steps {
  display: grid;
  grid-template-columns: 1fr 30px 1fr;
  align-items: center;
  padding: 16px 13px;
  border: 1px solid rgba(242, 203, 112, .1);
  border-radius: 18px;
  background: rgba(2, 4, 17, .3);
}

.guard-steps > div {
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
}

.guard-steps span {
  display: grid;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(247, 211, 128, .35);
  border-radius: 50%;
  color: #f7d987;
  background: rgba(219, 160, 50, .12);
  font-size: 10px;
  font-weight: 780;
}

.guard-steps p {
  margin: 0;
  color: #dfd9ca;
  font-size: 11px;
  line-height: 1.55;
}

.guard-steps strong {
  color: #f2ce78;
  letter-spacing: .08em;
}

.guard-steps i {
  width: 18px;
  height: 1px;
  margin: 0 auto;
  background: rgba(239, 201, 111, .22);
}

.guard-recommendation {
  margin: 18px 0 0;
  color: #686a7e;
  font-size: 10px;
}

.error-page {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 24px;
  place-items: center;
}

.error-card {
  width: min(100%, 430px);
  padding: 52px 28px;
  border: 1px solid rgba(242, 205, 119, .24);
  border-radius: 28px;
  text-align: center;
  background: var(--surface-strong);
  box-shadow: var(--shadow);
}

.error-card > span {
  display: block;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 54px;
  font-weight: 820;
  letter-spacing: -.04em;
}

.error-card h1 {
  margin-bottom: 10px;
  font-size: 27px;
}

.error-card p {
  margin-bottom: 25px;
  color: var(--muted);
  font-size: 14px;
}

.error-card a {
  display: inline-flex;
  min-height: 45px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #2d220d;
  background: linear-gradient(135deg, #ffe99d, #dda743);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

@keyframes slow-spin {
  to { transform: rotate(360deg); }
}

@keyframes sparkle {
  0%, 100% { opacity: .35; transform: scale(.8) rotate(0); }
  50% { opacity: 1; transform: scale(1.2) rotate(20deg); }
}

@keyframes nudge {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(5px, -4px, 0); }
}

@media (max-width: 850px) {
  body::before {
    background:
      linear-gradient(180deg, rgba(5, 6, 20, .24) 0%, rgba(6, 7, 23, .62) 48%, rgba(5, 7, 20, .97) 100%),
      url("./assets/game-hero-bg-v2.jpg") 31% top / auto 760px no-repeat;
  }

  .page-shell {
    width: min(100% - 30px, 640px);
    padding-top: max(18px, env(safe-area-inset-top));
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 2px;
    min-height: auto;
    padding: 46px 30px 39px;
    text-align: center;
  }

  .app-visual {
    min-height: 235px;
  }

  .app-visual::before {
    width: 215px;
    height: 215px;
  }

  .app-visual::after {
    width: 165px;
    height: 165px;
  }

  .app-icon {
    width: 116px;
    height: 116px;
    border-width: 5px;
    border-radius: 30px;
  }

  .icon-glow {
    width: 132px;
    margin-top: 142px;
  }

  .spark-one {
    top: 38px;
    right: 25%;
  }

  .spark-two {
    bottom: 44px;
    left: 25%;
  }

  .description,
  .download-area {
    margin-right: auto;
    margin-left: auto;
  }

  .game-badges,
  .meta-list {
    justify-content: center;
  }

  .download-status {
    text-align: center;
  }

  .guide-card {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 27px;
  }

  .section-heading {
    justify-content: center;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .page-shell {
    width: min(100% - 22px, 450px);
    padding-bottom: max(24px, env(safe-area-inset-bottom));
  }

  .site-header {
    padding: 0 2px;
  }

  .brand {
    gap: 8px;
    font-size: 13px;
  }

  .brand-mark {
    width: 33px;
    height: 33px;
    border-radius: 11px;
  }

  .secure-pill {
    gap: 5px;
    padding: 7px 9px;
    font-size: 10px;
  }

  .hero {
    margin-top: 14px;
    padding: 28px 15px 30px;
    border-radius: 27px;
  }

  .app-visual {
    min-height: 205px;
  }

  .app-visual::before {
    width: 185px;
    height: 185px;
  }

  .app-visual::after {
    width: 145px;
    height: 145px;
  }

  .app-icon {
    width: 104px;
    height: 104px;
    border-radius: 27px;
  }

  .icon-glow {
    margin-top: 128px;
  }

  .spark-one {
    top: 29px;
    right: 21%;
  }

  .spark-two {
    bottom: 39px;
    left: 21%;
  }

  .eyebrow {
    font-size: 11px;
  }

  h1 {
    font-size: 37px;
  }

  .description {
    max-width: 310px;
    font-size: 14px;
  }

  .game-badges {
    gap: 6px;
  }

  .game-badges span {
    padding: 5px 7px;
    font-size: 10px;
  }

  .download-button {
    min-height: 70px;
    border-radius: 16px;
    text-align: left;
  }

  .desktop-actions {
    grid-template-columns: 1fr;
  }

  .guide-card {
    border-radius: 23px;
  }

  .guide-list {
    grid-template-columns: 1fr;
    gap: 19px;
  }

  .guide-list li {
    width: min(100%, 300px);
    margin: 0 auto;
    text-align: left;
  }

  .browser-guard {
    padding-right: 13px;
    padding-left: 13px;
    background:
      linear-gradient(180deg, rgba(6, 7, 22, .88), rgba(5, 6, 18, .98)),
      url("./assets/game-hero-bg-v2.jpg") 31% top / auto 760px no-repeat;
  }

  .guard-card {
    padding: 29px 16px 24px;
    border-radius: 24px;
  }

  .guard-browser-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
  }

  .guard-card h2 {
    font-size: 24px;
  }

  .guard-steps {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 15px;
  }

  .guard-steps > div {
    justify-content: flex-start;
  }

  .guard-steps i {
    width: 1px;
    height: 11px;
    margin-left: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
