/* 상단 헤더 제목을 항상 site_name("NOTABLE Neon API", 고유명사)으로 고정.
   기본 Material은 스크롤 시 현재 페이지 제목으로 전환되는데 이를 비활성화한다. */
.md-header__topic[data-md-component="header-topic"] {
  display: none !important;
}
.md-header__title .md-header__topic:first-child {
  opacity: 1 !important;
  transform: none !important;
  z-index: 1 !important;
  pointer-events: auto !important;
}

/* 로고(시안→그린 그라데이션 "W")가 묻히지 않도록 헤더를 어두운 네이비-슬레이트로.
   밝은 아이콘이 또렷하게 대비되고 아이콘 팔레트와도 조화된다. */
.md-header {
  background-color: #0f2130;
}

