.hidden {
  display: none !important;
}

body {
  background:
    radial-gradient(circle at top, rgba(0, 140, 255, 0.18), transparent 32%),
    linear-gradient(180deg, #020914 0%, #000814 100%);
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

.brand-logo {
  text-align: center;
  margin-bottom: 28px;
}

.logo-icon {
  width: 118px;
  height: 118px;
  margin: 0 auto 14px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 8px solid var(--primary);
  border-radius: 50%;

  color: var(--primary);
  font-size: 58px;
  font-weight: 900;

  box-shadow:
    0 0 35px rgba(0, 140, 255, 0.55),
    inset 0 0 22px rgba(0, 140, 255, 0.22);
}

.logo-title {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 7px;
  line-height: 1;
}

.logo-title span {
  color: var(--primary);
}

.logo-subtitle {
  margin-top: 10px;
  color: #c5cad3;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
}