.md-typeset .doc > .doc-heading > code.highlight,
.md-typeset .doc > .doc-heading > code {
  font-size: 0.95em;
  font-weight: 700;
}

.md-typeset .doc.doc-class > .doc-heading {
  border-left: 0.22rem solid #2f7d61;
  padding-left: 0.7rem;
}

.md-typeset .doc.doc-class > .doc-heading > code {
  color: #1b4838;
  font-size: 0.92em;
  font-weight: 700;
}

.md-typeset .doc.doc-class > .doc-contents > .doc.doc-class-bases {
  margin-top: 0.2rem;
}

.doc-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.45rem;
  margin: 0 0 1rem 0;
}

.doc-badges a,
.doc-badges a:hover {
  text-decoration: none;
}

.doc-badges img {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(17rem, 0.9fr);
  gap: 1.4rem;
  align-items: center;
  padding: 1.35rem;
  margin: 0 0 1.6rem 0;
  border: 1px solid rgba(24, 72, 56, 0.12);
  border-radius: 1rem;
  background:
    radial-gradient(circle at top left, rgba(57, 142, 109, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255, 248, 235, 0.92), rgba(236, 246, 242, 0.96));
  box-shadow: 0 1rem 2.2rem rgba(20, 43, 35, 0.08);
}

.home-kicker {
  margin: 0 0 0.45rem 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2f7d61;
}

.home-hero-copy h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.06;
  color: #15362a;
}

.home-lead {
  margin: 0.95rem 0 0 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #26463a;
  max-width: 38rem;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.05rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 120ms ease, box-shadow 120ms ease, background-color 120ms ease;
}

.home-button:hover {
  transform: translateY(-1px);
}

.home-button-primary {
  color: white !important;
  background: linear-gradient(135deg, #2f7d61, #184838);
  box-shadow: 0 0.45rem 0.9rem rgba(24, 72, 56, 0.18);
}

.home-button-secondary {
  color: #184838 !important;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(24, 72, 56, 0.14);
}

.home-hero-image {
  width: 100%;
  min-height: 14rem;
  border-radius: 0.9rem;
  object-fit: cover;
  box-shadow: 0 0.8rem 1.8rem rgba(21, 54, 42, 0.14);
}

.home-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1rem;
  margin: 1rem 0 1.7rem 0;
}

.home-card {
  display: block;
  padding: 1rem 1rem 0.95rem 1rem;
  border: 1px solid rgba(24, 72, 56, 0.12);
  border-radius: 0.85rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 245, 0.98));
  box-shadow: 0 0.45rem 1rem rgba(20, 43, 35, 0.05);
  text-decoration: none !important;
  transition: transform 120ms ease, box-shadow 120ms ease, border-color 120ms ease;
}

.home-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.8rem 1.4rem rgba(20, 43, 35, 0.08);
  border-color: rgba(47, 125, 97, 0.26);
}

.home-card-label {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2f7d61;
}

.home-card h3 {
  margin: 0 0 0.35rem 0;
  color: #15362a;
}

.home-card p {
  margin: 0;
  color: #38584d;
}

.home-band {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 0.9rem;
  margin: 1rem 0 0.5rem 0;
}

.home-band > div {
  padding: 0.95rem 1rem;
  border-radius: 0.8rem;
  background: linear-gradient(180deg, rgba(47, 125, 97, 0.05), rgba(24, 72, 56, 0.02));
  border: 1px solid rgba(47, 125, 97, 0.12);
}

.home-band h3 {
  margin: 0 0 0.35rem 0;
  color: #184838;
  font-size: 1rem;
}

.home-band p {
  margin: 0;
  color: #406054;
}

.api-overview-hero {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 16rem;
  object-fit: cover;
  border-radius: 0.5rem;
  margin: 0 0 1.2rem 0;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.12);
}

.api-overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 0.9rem;
  margin: 1.2rem 0 1.6rem 0;
}

.api-card {
  display: block;
  padding: 1rem 1rem 0.9rem 1rem;
  border: 1px solid rgba(47, 125, 97, 0.18);
  border-radius: 0.6rem;
  background: linear-gradient(180deg, rgba(47, 125, 97, 0.04), rgba(47, 125, 97, 0.01));
  box-shadow: 0 0.18rem 0.5rem rgba(0, 0, 0, 0.04);
  transition: transform 120ms ease, box-shadow 120ms ease, border-color 120ms ease;
}

.api-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.45rem 1rem rgba(0, 0, 0, 0.08);
  border-color: rgba(47, 125, 97, 0.36);
}

.api-card h2 {
  margin: 0 0 0.35rem 0;
  font-size: 1.02rem;
  font-weight: 700;
  color: #2f7d61;
}

.api-card p {
  margin: 0;
  color: inherit;
  font-size: 0.92rem;
  line-height: 1.45;
}

.md-typeset details.mkdocstrings-source > summary {
  list-style: none;
}

.md-typeset details.mkdocstrings-source > summary::marker {
  content: "";
}

.md-typeset details.mkdocstrings-source > summary::-webkit-details-marker {
  display: none;
}


.md-typeset .doc .doc-contents > table:not([class]) {
  font-size: 1rem !important;
}
.md-typeset .doc .doc-contents > table:not([class]) th,
.md-typeset .doc .doc-contents > table:not([class]) td,
.md-typeset .doc .doc-contents > table:not([class]) code,
.md-typeset .doc .doc-contents > table:not([class]) em,
.md-typeset .doc .doc-contents > table:not([class]) strong,
.md-typeset .doc .doc-contents > table:not([class]) a,
.md-typeset .doc .doc-contents > table:not([class]) p,
.md-typeset .doc .doc-contents > table:not([class]) .doc-md-description,
.md-typeset .doc .doc-contents > table:not([class]) .doc-md-description > p {
  font-size: inherit !important;
}

@media (max-width: 860px) {
  .home-hero {
    grid-template-columns: 1fr;
  }

  .home-hero-copy h2 {
    font-size: 1.95rem;
  }
}
