html.legacy-webview,
html.legacy-webview body {
  min-height: 100%;
}

html.legacy-webview body {
  margin: 0;
  background: #010111;
  color: #f0faff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

html.legacy-webview *,
html.legacy-webview *:before,
html.legacy-webview *:after {
  box-sizing: border-box;
}

html.legacy-webview img,
html.legacy-webview svg,
html.legacy-webview canvas,
html.legacy-webview video {
  max-width: 100%;
}

html.legacy-webview img {
  height: auto;
}

html.legacy-webview a {
  color: inherit;
}

html.legacy-webview button,
html.legacy-webview input,
html.legacy-webview select,
html.legacy-webview textarea {
  font: inherit;
}

html.legacy-webview [hidden] {
  display: none !important;
}

html.legacy-webview header {
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(1, 1, 17, 0.94);
}

html.legacy-webview header > div,
html.legacy-webview footer > div,
html.legacy-webview main section > div {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

html.legacy-webview header > div > div {
  position: relative;
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

html.legacy-webview header img[src="/logo.svg"],
html.legacy-webview footer img[src="/logo.svg"] {
  display: block;
  width: auto;
  max-width: 180px;
  height: 32px;
}

html.legacy-webview header nav {
  display: none;
}

html.legacy-webview header button {
  display: inline-flex;
  min-width: 40px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

html.legacy-webview main {
  display: block;
}

html.legacy-webview section {
  position: relative;
  padding-top: 96px;
  padding-bottom: 64px;
}

html.legacy-webview main section:first-child {
  min-height: 100vh;
  padding-top: 112px;
}

html.legacy-webview h1,
html.legacy-webview h2,
html.legacy-webview h3,
html.legacy-webview p {
  margin-top: 0;
}

html.legacy-webview h1 {
  margin-bottom: 24px;
  color: #f0faff;
  font-size: 36px;
  line-height: 1.16;
}

html.legacy-webview h1 span,
html.legacy-webview h2 span {
  display: block;
}

html.legacy-webview h1 span + span,
html.legacy-webview h2 span {
  color: #2593f3;
}

html.legacy-webview h2 {
  margin-bottom: 16px;
  color: #f0faff;
  font-size: 28px;
  line-height: 1.2;
}

html.legacy-webview h3 {
  margin-bottom: 8px;
  color: #f0faff;
  font-size: 20px;
  line-height: 1.3;
}

html.legacy-webview p {
  color: #83a3bb;
}

html.legacy-webview main section:first-child p {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

html.legacy-webview a[data-slot="button"],
html.legacy-webview button[data-slot="button"] {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
  border: 1px solid #2593f3;
  border-radius: 8px;
  background: #2593f3;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

html.legacy-webview [class~="grid"] {
  display: block;
}

html.legacy-webview [class~="grid"] > * + * {
  margin-top: 16px;
}

html.legacy-webview [class~="rounded-3xl"],
html.legacy-webview [data-slot="card"] {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
}

html.legacy-webview [class~="p-6"],
html.legacy-webview [class~="sm:p-8"] {
  padding: 24px;
}

html.legacy-webview [class~="text-center"] {
  text-align: center;
}

html.legacy-webview [class~="flex"] {
  display: flex;
}

html.legacy-webview [class~="items-center"] {
  align-items: center;
}

html.legacy-webview [class~="justify-center"] {
  justify-content: center;
}

html.legacy-webview [class~="justify-between"] {
  justify-content: space-between;
}

html.legacy-webview [class~="flex-col"] {
  flex-direction: column;
}

html.legacy-webview [class~="gap-2"] {
  gap: 8px;
}

html.legacy-webview [class~="gap-4"] {
  gap: 16px;
}

html.legacy-webview [class~="gap-6"] {
  gap: 24px;
}

html.legacy-webview [class~="hidden"] {
  display: none !important;
}

html.legacy-webview [style*="opacity:0"],
html.legacy-webview [style*="opacity: 0"] {
  opacity: 1 !important;
}

html.legacy-webview [style*="transform"] {
  transform: none !important;
}

html.legacy-webview footer {
  position: relative;
  z-index: 10;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #03172c;
}

html.legacy-webview footer a {
  color: #83a3bb;
  text-decoration: none;
}

html.legacy-webview footer ul {
  margin: 0;
  padding-left: 18px;
}

html.legacy-webview [data-rk] {
  color: #f0faff;
}

@media (min-width: 768px) {
  html.legacy-webview header nav {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 24px;
    transform: translate(-50%, -50%);
  }

  html.legacy-webview header nav a {
    color: #f0faff;
    font-weight: 600;
    text-decoration: none;
  }

  html.legacy-webview [class~="md:hidden"] {
    display: none !important;
  }

  html.legacy-webview [class~="md:flex"] {
    display: flex !important;
  }

  html.legacy-webview [class~="grid"] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  html.legacy-webview h1 {
    font-size: 56px;
  }

  html.legacy-webview h2 {
    font-size: 44px;
  }

  html.legacy-webview [class~="grid"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
