*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}
body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: radial-gradient(
      circle at 50% 40%,
      rgba(24, 45, 100, 0.22),
      transparent 45%
    ),
    #010417;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14.656px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}
h1 {
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.25rem);
}
p {
  margin-top: 0;
  margin-bottom: 16px;
}
a {
  --link-color-rgb: 255, 255, 255;
  color: rgba(var(--link-color-rgb), var(--link-opacity, 0.5));
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
a:hover {
  --link-color-rgb: var(--link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.icon {
  display: inline-block;
  content: "";
  vertical-align: -.125em;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}
.logo {
  width: 100%;
  overflow: hidden;
  margin: 16px 0;
}
.container {
  width: 100%;
  max-width: 430px;
  text-align: center;
}
.card {
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.025);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
}
.banner {
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 24px;
}
.banner img,
.banner amp-img {
  transition: transform 0.4s ease;
}
.buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  letter-spacing: 0.05em;
  overflow: hidden;
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #1769ff, #4d38ff);
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
  z-index: 1;
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(135deg, #337aff, #614eff);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.15s ease-in-out;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  transform: skewX(-20deg);
  animation: shine 3s infinite;
  z-index: 3;
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 12px 30px rgba(39, 82, 255, 0.4);
  transform: translateY(-2px);
}
.btn:hover::after {
  opacity: 1;
}
.btn:active {
  transform: translateY(0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 5px 15px rgba(39, 82, 255, 0.3);
}
.btn.alt {
  margin-top: 12px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.btn.alt::after {
  display: none;
}
.btn.alt:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.05);
}
.btn.alt::before {
  animation-delay: 1.5s;
}
@keyframes shine {
  0% {
    left: -120%;
  }
  100%,
  45% {
    left: 150%;
  }
}
article h1 {
  margin: 16px 0;
}
[role=alert] {
  font-weight: 600;
}
.alert {
  position: relative;
  padding: 16px 16px;
  margin-bottom: 16px;
  color: #6ea8fe;
  background-color: #031633;
  border: 1px solid #084298;
  border-radius: 50rem;
}
.footer {
  margin: 16px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.38);
}
.footer a {
  letter-spacing: 0.0375em;
  font-weight: 600;
}
@media (max-width: 360px) {
  .card {
    padding: 20px 16px;
  }
  .buttons {
    gap: 8px;
  }
}