:root {
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

header {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.94) !important;
  backdrop-filter: blur(14px);
}

header img[src*="logo.png"] {
  width: 128px;
  height: 72px;
  object-fit: contain;
}

header a:focus-visible,
footer a:focus-visible,
button:focus-visible {
  outline: 3px solid #dc2626 !important;
  outline-offset: 3px;
}

.fixed.z-\[200\] {
  display: none !important;
}

.collapse-arrow .max-h-0 {
  max-height: none !important;
}

article.prose {
  width: min(100% - 40px, 896px);
}

article.prose h1 {
  line-height: 1.15;
}

footer {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.i18n-footer {
  width: 100%;
  margin-top: auto;
  padding: 42px 24px 30px;
  background: rgba(255, 255, 255, 0.78);
  color: #475569;
  text-align: center;
}

.i18n-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 28px;
  margin-bottom: 22px;
}

.i18n-footer a {
  color: #334155;
  font-weight: 600;
  text-decoration: none;
}

.i18n-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.i18n-footer p {
  margin: 0;
  font-size: 13px;
}

@media (max-width: 760px) {
  header nav[aria-label="Global"] {
    justify-content: center;
  }
}
