:root {
  --md-primary-fg-color: #08172a;
  --md-primary-fg-color--light: #123a63;
  --md-primary-fg-color--dark: #040c17;
  --md-accent-fg-color: #2563eb;
}
.md-header { background: linear-gradient(90deg, #050b16 0%, #0b2340 55%, #1d4ed8 100%); }
.md-tabs { background: #08172a; }
.md-typeset h1 { font-weight: 750; letter-spacing: -0.025em; }
.md-typeset h2 { border-bottom: 1px solid #e2e8f0; padding-bottom: .35rem; }
.md-typeset table:not([class]) { font-size: .76rem; }
.md-typeset img { border: 1px solid #dbe4ef; border-radius: .55rem; box-shadow: 0 8px 28px rgba(15,23,42,.12); }
.md-typeset .md-button { border-radius: .45rem; }
.md-typeset blockquote { border-left-color: #2563eb; background: #eff6ff; padding: .6rem 1rem; }
[data-md-color-scheme="slate"] .md-typeset blockquote { background: #0f233d; }
