:root {
  --md-primary-fg-color: #1a3a5c;
  --md-accent-fg-color: #0077b6;
}

.md-header {
  background: linear-gradient(135deg, #1a3a5c 0%, #0077b6 100%);
}

/* Tables scroll horizontally on mobile */
.md-typeset table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.md-typeset table th,
.md-typeset table td {
  white-space: normal;
  min-width: 100px;
}

/* Quick-reference first column bold */
.quick-ref td:first-child {
  font-weight: 600;
  white-space: nowrap;
}

/* Larger tap targets on mobile nav */
@media (max-width: 76.1875em) {
  .md-nav__link {
    padding: 0.5rem 0.8rem;
  }
}

/* Admonitions */
.md-typeset .admonition.danger {
  border-color: #c0392b;
}

/* Better code blocks on mobile */
@media (max-width: 600px) {
  .md-typeset pre {
    font-size: 0.78rem;
  }

  .md-typeset h1 { font-size: 1.4rem; }
  .md-typeset h2 { font-size: 1.15rem; }

  /* Full-width content on small screens */
  .md-content {
    padding: 0 0.6rem;
  }
}

/* Tabbed content */
.md-typeset .tabbed-set {
  margin: 1em 0;
}
