/* docs/stylesheets/extra.css */

/* Custom color scheme matching AIM dashboard */
[data-md-color-scheme="meshulash"] {
  /* Primary: AIM dashboard purple */
  --md-primary-fg-color:        #8b5cf6;
  --md-primary-fg-color--light: #a78bfa;
  --md-primary-fg-color--dark:  #7c3aed;

  /* Accent: same purple family */
  --md-accent-fg-color:         #8b5cf6;

  /* Default scheme (light background) */
  --md-default-bg-color:        #ffffff;
  --md-default-fg-color:        #1f1f1f;
}

/* Header: white left third (logo area), purple rest */
[data-md-color-scheme="meshulash"] .md-header {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 33%, #8b5cf6 33%);
  color: #ffffff;
}

/* Logo and site title: dark text on the white area */
[data-md-color-scheme="meshulash"] .md-header .md-header__button.md-logo {
  color: #1f1f1f;
}

[data-md-color-scheme="meshulash"] .md-header .md-header__title {
  color: #1f1f1f;
}

[data-md-color-scheme="meshulash"] .md-header .md-header__topic {
  color: #1f1f1f;
}

/* Footer: purple background matching the brand */
[data-md-color-scheme="meshulash"] .md-footer {
  background-color: #8b5cf6;
  color: #ffffff;
}

[data-md-color-scheme="meshulash"] .md-footer a {
  color: #ffffff;
}

[data-md-color-scheme="meshulash"] .md-footer a:hover {
  color: #e5e7eb;
}

[data-md-color-scheme="meshulash"] .md-footer-meta {
  background-color: #7c3aed;
}

[data-md-color-scheme="meshulash"] .md-footer-meta a {
  color: #ffffff;
}
