:root {
  --gf-accent: #5865f2;
  --gf-accent-soft: rgba(88, 101, 242, 0.12);
  --gf-border: rgba(128, 128, 128, 0.22);
}

.gf-hero {
  padding: 3.5rem 1.5rem 3rem;
  margin: -1.5rem -1rem 2rem;
  text-align: center;
  border-radius: 0 0 1.4rem 1.4rem;
  background:
    radial-gradient(circle at 20% 10%, rgba(88, 101, 242, 0.20), transparent 34%),
    radial-gradient(circle at 80% 10%, rgba(0, 188, 212, 0.15), transparent 30%),
    linear-gradient(180deg, rgba(88, 101, 242, 0.06), transparent);
}

.gf-hero h1 {
  margin-bottom: 0.25rem;
  font-size: clamp(2.7rem, 7vw, 5rem);
  letter-spacing: -0.045em;
}

.gf-hero h2 {
  margin-top: 0;
  border: 0;
  font-weight: 600;
}

.gf-hero p {
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.08rem;
}

.gf-contract {
  margin: 2rem 0;
  padding: 1.4rem 1.6rem;
  border: 1px solid var(--gf-border);
  border-left: 0.3rem solid var(--gf-accent);
  border-radius: 0.7rem;
  background: var(--gf-accent-soft);
}

.gf-contract blockquote {
  margin-bottom: 0.5rem;
  border-left: 0;
  font-size: 1.08rem;
}

.gf-status-grid table {
  display: table;
  width: 100%;
}

.md-typeset .grid.cards > ul > li,
.md-typeset .grid.cards > ol > li {
  border-color: var(--gf-border);
  border-radius: 0.8rem;
}

.md-typeset .md-button {
  border-radius: 999px;
}

.md-typeset table:not([class]) {
  font-size: 0.82rem;
}

.md-typeset code {
  border-radius: 0.25rem;
}

@media screen and (max-width: 44.9844em) {
  .gf-hero {
    padding-top: 2.4rem;
  }

  .gf-hero h1 {
    font-size: 3rem;
  }
}
