:root,
[data-md-color-scheme="default"] {
  --md-primary-fg-color: #1a3c5e;
  --md-primary-fg-color--light: #2a5f8f;
  --md-primary-fg-color--dark: #0f2a44;
  --md-primary-bg-color: #ffffff;
  --md-accent-fg-color: #00a6ee;
  --md-accent-fg-color--transparent: rgba(0, 166, 238, 0.1);
  --md-typeset-a-color: #00a6ee;
}

[data-md-color-scheme="slate"] {
  --md-primary-fg-color: #0f2a44;
  --md-primary-fg-color--light: #1a3c5e;
  --md-primary-fg-color--dark: #091d30;
  --md-accent-fg-color: #00a6ee;
  --md-accent-fg-color--transparent: rgba(0, 166, 238, 0.1);
  --md-typeset-a-color: #4dc4f5;
}

.md-header {
  background: linear-gradient(135deg, #0f2a44 0%, #1a3c5e 100%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.md-header__title {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.md-tabs {
  background: #1a3c5e;
}

.md-tabs__link--active,
.md-tabs__link:hover {
  color: #00a6ee;
}

.md-typeset h1 {
  font-weight: 800;
  color: #1a3c5e;
  letter-spacing: -0.02em;
  margin-bottom: 0.8em;
  padding-bottom: 0.4em;
  border-bottom: 3px solid #00a6ee;
}

[data-md-color-scheme="slate"] .md-typeset h1 {
  color: #ffffff;
}

.md-typeset h2 {
  font-weight: 700;
  color: #1a3c5e;
  margin-top: 1.6em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #e0e0e0;
}

[data-md-color-scheme="slate"] .md-typeset h2 {
  color: #e0e0e0;
  border-bottom-color: #333;
}

.md-typeset h3 {
  font-weight: 600;
  color: #2a5f8f;
}

[data-md-color-scheme="slate"] .md-typeset h3 {
  color: #4dc4f5;
}

.md-typeset {
  font-size: 0.82rem;
  line-height: 1.75;
}

.md-typeset p {
  margin-bottom: 1em;
}

.md-nav__link--active {
  color: #00a6ee !important;
  font-weight: 600;
}

.md-nav__item--nested > .md-nav__link {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  color: #1a3c5e;
}

[data-md-color-scheme="slate"] .md-nav__item--nested > .md-nav__link {
  color: #aaa;
}

.md-sidebar--primary .md-nav {
  padding-right: 0.8rem;
}

.md-footer {
  background: linear-gradient(135deg, #0f2a44 0%, #1a3c5e 100%);
}

.md-footer-meta {
  background: #091d30;
}

.md-typeset .md-typeset__scrollwrap {
  margin: 1em 0;
}

.md-typeset table:not([class]) {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.md-typeset table:not([class]) th {
  background: #1a3c5e;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

.md-typeset .admonition,
.md-typeset details {
  border-left: 4px solid #00a6ee;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.md-typeset .footnote-ref {
  color: #00a6ee;
  font-weight: 600;
}

.md-typeset .footnote-backref {
  color: #00a6ee;
}

.md-typeset hr {
  border-top: 2px solid #e8e8e8;
  margin: 2em 0;
}

[data-md-color-scheme="slate"] .md-typeset hr {
  border-top-color: #333;
}

.md-search__form {
  border-radius: 24px;
}

.md-typeset a:hover {
  color: #0088cc;
  text-decoration: underline;
}

.md-content {
  max-width: 52rem;
}

@media screen and (min-width: 76.25em) {
  .md-content {
    margin-left: 1.2rem;
  }
}

.md-typeset ul li,
.md-typeset ol li {
  margin-bottom: 0.4em;
}

.md-typeset blockquote {
  border-left: 4px solid #00a6ee;
  background: rgba(0, 166, 238, 0.05);
  padding: 0.8em 1.2em;
  border-radius: 0 4px 4px 0;
}

[data-md-color-scheme="slate"] .md-typeset blockquote {
  background: rgba(0, 166, 238, 0.08);
}
