/* Jungle docs custom theme overrides — matches landing page palette */
:root {
  --md-primary-fg-color: #1a1a1a;
  --md-primary-bg-color: #e0e0e0;
  --md-accent-fg-color: #6abf40;
  --md-accent-bg-color: rgba(106,191,64,0.10);
}

[data-md-color-scheme="slate"] {
  --md-default-bg-color: #1a1a1a;
  --md-default-fg-color: #e0e0e0;
  --md-default-fg-color--light: #999999;
  --md-code-bg-color: #222222;
  --md-typeset-a-color: #6abf40;
}

/* Logo gradient text */
.md-header__title {
  font-weight: 800;
  letter-spacing: 1.5px;
}

/* Code block styling */
.md-typeset code {
  color: #6abf40;
}

.md-typeset pre > code {
  color: #e0e0e0;
}

/* Admonition tweaks */
.md-typeset .admonition,
.md-typeset details {
  border-color: #333333;
  background-color: #222222;
}

/* Screenshot images - max width with subtle border */
.md-typeset img {
  border-radius: 8px;
  border: 1px solid #333333;
}

/* Table styling */
.md-typeset table:not([class]) th {
  background-color: #222222;
  color: #6abf40;
}

.md-typeset table:not([class]) td {
  background-color: #1e1e1e;
}

/* Header matches landing page */
.md-header {
  background: rgba(26,26,26,0.92);
  backdrop-filter: blur(14px);
}

/* Nav links */
.md-nav__link:hover,
.md-nav__link--active {
  color: #6abf40;
}

/* Search highlight */
.md-search-result mark {
  color: #6abf40;
}
