/* Synth-Sunset palette — matches docs/brand-guidelines.md */
[data-md-color-scheme="slate"] {
  --md-default-bg-color: #1A0B2E;
  --md-default-bg-color--light: #1F1040;
  --md-default-fg-color: #E0D8EA;
  --md-default-fg-color--light: #6C5B7B;
  --md-default-fg-color--lighter: #6C5B7B;
  --md-primary-fg-color: #FF2A6D;
  --md-primary-fg-color--light: #FF5A8D;
  --md-primary-fg-color--dark: #CC2257;
  --md-primary-bg-color: #1A0B2E;
  --md-accent-fg-color: #05D9E8;
  --md-accent-fg-color--transparent: rgba(5, 217, 232, 0.1);
  --md-code-bg-color: #130924;
  --md-code-fg-color: #E0D8EA;
  --md-code-hl-color: rgba(5, 217, 232, 0.15);
  --md-typeset-a-color: #05D9E8;
  --md-footer-bg-color: #0E0620;
  --md-footer-fg-color: #E0D8EA;
  --md-footer-fg-color--light: #6C5B7B;
  --md-typeset-color: #E0D8EA;
}

/* Sidebar styling — clean section headers */
[data-md-color-scheme="slate"] .md-nav__title {
  color: #E0D8EA;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
}

/* Active nav item highlight */
[data-md-color-scheme="slate"] .md-nav__link--active {
  color: #05D9E8;
  font-weight: 600;
}

/* Sidebar link styling */
[data-md-color-scheme="slate"] .md-nav__link {
  color: #9B8DB5;
}

[data-md-color-scheme="slate"] .md-nav__link:hover {
  color: #E0D8EA;
}

/* Header/nav bar */
[data-md-color-scheme="slate"] .md-header {
  background-color: #0E0620;
  border-bottom: 1px solid #2D1B4E;
}

/* Search bar styling */
[data-md-color-scheme="slate"] .md-search__input {
  background-color: #2D1B4E;
  color: #E0D8EA;
}

/* Code blocks — deeper contrast */
[data-md-color-scheme="slate"] .highlight {
  border-radius: 8px;
  border: 1px solid #2D1B4E;
}

/* Inline code */
[data-md-color-scheme="slate"] .md-typeset code {
  background-color: #2D1B4E;
  color: #05D9E8;
  border-radius: 3px;
  padding: 0.1em 0.3em;
}

/* Code blocks should not inherit inline code color */
[data-md-color-scheme="slate"] .md-typeset pre code {
  color: #E0D8EA;
  background-color: transparent;
  padding: 0;
}

/* Tables */
[data-md-color-scheme="slate"] .md-typeset table:not([class]) th {
  background-color: #2D1B4E;
  color: #E0D8EA;
}

[data-md-color-scheme="slate"] .md-typeset table:not([class]) td {
  border-color: #2D1B4E;
}

/* Right-side TOC ("On this page") */
[data-md-color-scheme="slate"] .md-nav--secondary .md-nav__title {
  color: #6C5B7B;
}

[data-md-color-scheme="slate"] .md-nav--secondary .md-nav__link--active {
  color: #FF2A6D;
}

/* Content area — max width for readability */
.md-typeset {
  font-size: 0.8rem;
  line-height: 1.7;
}

/* Horizontal rules */
[data-md-color-scheme="slate"] .md-typeset hr {
  border-color: #2D1B4E;
}

/* Sidebar divider */
[data-md-color-scheme="slate"] .md-sidebar {
  border-right: 1px solid #2D1B4E;
}
