:root {
  --tg-theme-bg: #10131a;
  --tg-theme-text: #f6f7fb;
  --tg-theme-button: #35a7ff;
  --tg-viewport-height: 100vh;
  --tg-viewport-stable-height: 100vh;
  --tg-safe-area-top: 0px;
  --tg-safe-area-right: 0px;
  --tg-safe-area-bottom: 0px;
  --tg-safe-area-left: 0px;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--tg-theme-bg);
  color: var(--tg-theme-text);
  overscroll-behavior: none;
}

#game_banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 50px;
  z-index: 2147483000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(16, 19, 26, 0.92);
  color: var(--tg-theme-text);
  font: 13px/1.4 Arial, sans-serif;
  pointer-events: none;
}

#game_banner.is-visible {
  display: flex;
}

.legal-page {
  min-height: 100vh;
  padding: 28px 20px 40px;
  box-sizing: border-box;
  font: 15px/1.65 Arial, sans-serif;
  background: #10131a;
  color: #f6f7fb;
}

.legal-page main {
  max-width: 760px;
  margin: 0 auto;
}

.legal-page h1 {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.15;
}

.legal-page h2 {
  margin: 28px 0 8px;
  font-size: 20px;
}

.legal-page a {
  color: #7cc4ff;
}

.legal-page nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.eyebrow {
  margin: 0 0 8px;
  color: #9ea8ba;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}