/* SIX Documentation — Custom Styles */

:root {
  --md-primary-fg-color: #3b82f6;
  --md-accent-fg-color: #3b82f6;
}

[data-md-color-scheme="slate"] {
  --md-default-bg-color: #0a0e17;
  --md-default-fg-color: #e2e8f0;
}

.md-header {
  background-color: #0a0e17;
  border-bottom: 1px solid #1e293b;
}

/* Header title styling - SIX in white */
.md-header__title {
  color: #f3f4f6;
  font-weight: 700;
}

/* Logo styling */
.md-header__button.md-logo {
  margin-right: 0.4rem;
}

.md-header__button.md-logo img {
  height: 1.5rem;
  width: 1.5rem;
}

.md-typeset .admonition.note,
.md-typeset details.note {
  border-color: #3b82f6;
}

.md-typeset .admonition.warning,
.md-typeset details.warning {
  border-color: #f59e0b;
}

.md-typeset .admonition.danger,
.md-typeset details.danger {
  border-color: #ef4444;
}

/* NDA gate callout */
.nda-gate {
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.3);
  border-radius: 8px;
  padding: 1.5rem;
  margin: 1.5rem 0;
}

.nda-gate a {
  color: #3b82f6;
  font-weight: 600;
}
