/* Nucleus brand colors — matches the header background (#0D1B2A) */

[data-md-color-primary="custom"] {
  --md-primary-fg-color: #0D1B2A;
  --md-primary-fg-color--light: #1B2D45;
  --md-primary-fg-color--dark: #060F1A;
  --md-primary-bg-color: #ffffff;
  --md-primary-bg-color--light: #ffffffb3;
}

[data-md-color-scheme="slate"][data-md-color-primary="custom"] {
  --md-primary-fg-color: #0D1B2A;
  --md-primary-fg-color--light: #1B2D45;
  --md-primary-fg-color--dark: #060F1A;
}

/* Accent — blue from the Nucleus atom glow */
[data-md-color-accent="indigo"] {
  --md-accent-fg-color: #5B8DEF;
}

/* Content link colors */
[data-md-color-scheme="default"] .md-typeset a {
  color: #2563eb;
}

[data-md-color-scheme="slate"] .md-typeset a {
  color: #7ba3e8;
}

/* Active nav link — current page in sidebar */
[data-md-color-scheme="default"] .md-nav__link--active {
  color: #2563eb !important;
}

[data-md-color-scheme="slate"] .md-nav__link--active {
  color: #7ba3e8 !important;
}

/* Footer — center copyright and hide "Made with Material for MkDocs" */
.md-copyright {
  text-align: center;
  width: 100%;
  font-size: 0;
}

.md-copyright__highlight {
  display: block;
  font-size: 0.75rem;
}

/* Hide social icons in footer */
.md-social {
  display: none;
}
