:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  margin: 0;
  display: flex;
  place-items: flex-start;
  justify-content: center;
  min-width: 320px;
  min-height: 100vh;
  min-height: 100dvh;
  -webkit-tap-highlight-color: transparent;
}

#app {
  width: 100%;
  text-align: center;
}

#landing-page {
  --max-width: 750px;
  position: relative;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: clip;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #120305;
  cursor: pointer;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

.full-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  -webkit-user-drag: none;
}

.hero,
.games {
  width: 100%;
  line-height: 0;
}

/* ===== Top bar — gold big text + target spacing (750) ===== */
.top-bar {
  --bar-h: clamp(64px, calc(86 / 750 * 100vw), 86px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(14px, calc(22 / 750 * 100%), 22px);
  width: 100%;
  height: var(--bar-h);
  /* target: left ~40px, right ~29px */
  padding: 0 calc(29 / 750 * 100%) 0 calc(40 / 750 * 100%);
  background: #000;
}

.top-bar__text {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: clamp(18px, calc(34 / 750 * 100vw), 34px);
  line-height: 1.1;
  text-align: left;
  letter-spacing: 0.01em;
  white-space: nowrap;
  background: linear-gradient(
    180deg,
    #fff9d8 0%,
    #ffe98a 28%,
    #f0c040 58%,
    #d49a18 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f0c040;
  filter:
    drop-shadow(0 1px 0 rgba(255, 240, 180, 0.35))
    drop-shadow(0 2px 2px rgba(0, 0, 0, 0.85));
}

.top-bar__strong {
  font-weight: 900;
  font-size: 1.12em;
}

.top-bar__text .num {
  display: inline-block;
  margin: 0 2px;
  font-style: italic;
  font-weight: 900;
  font-size: 1.08em;
  line-height: 1;
  vertical-align: -0.04em;
  background: linear-gradient(
    180deg,
    #fffce8 0%,
    #ffe66a 30%,
    #ffc830 55%,
    #e8a010 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffc830;
}

.top-bar__btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(96px, calc(160 / 750 * 100%), 160px);
  height: clamp(32px, calc(48 / 750 * 100vw), 48px);
  padding: 0;
  border-radius: 10px;
  border: 1.5px solid #6a1a12;
  color: #6a1810;
  font-size: clamp(15px, calc(22 / 750 * 100vw), 22px);
  font-weight: 800;
  letter-spacing: 0.06em;
  background: linear-gradient(180deg, #fefad0 0%, #f0d878 42%, #d4a040 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    inset 0 -1px 0 rgba(140, 90, 20, 0.35),
    0 1px 3px rgba(0, 0, 0, 0.55);
}

/* ===== CTA (DIV + CSS) ===== */
.cta {
  width: 100%;
  padding: 10px 18px 14px;
  background: #120305;
}

.cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  min-height: clamp(44px, 12vw, 56px);
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff;
  font-size: clamp(14px, 4.2vw, 22px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  word-break: break-word;
  background: linear-gradient(180deg, #ff5a5a 0%, #e2272f 40%, #b01018 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 200, 200, 0.35),
    0 4px 10px rgba(0, 0, 0, 0.35);
}

.cta__btn .num {
  display: inline-block;
  margin: 0 4px;
  font-weight: 800;
  color: #ffe14a;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.cta__tip {
  margin-top: 10px;
  font-size: clamp(12px, 3.5vw, 18px);
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  background: linear-gradient(180deg, #f8e7b0 0%, #d4b56a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e6c97a;
}

@media (min-width: 750px) {
  #landing-page {
    max-width: 750px;
    margin: 0 auto;
  }

  .top-bar {
    --bar-h: 86px;
    height: 86px;
    padding: 0 29px 0 40px;
    gap: 22px;
  }

  .top-bar__text {
    font-size: 34px;
  }

  .top-bar__btn {
    width: 160px;
    height: 48px;
  }
}

@media (max-width: 750px) {
  #landing-page {
    max-width: 750px;
    margin: 0 auto;
  }
}
