:root {
  color-scheme: dark;
  --seo-surface: rgba(33, 0, 0, 0.94);
  --seo-border: #f1f117;
  --seo-text: #fff;
  --seo-muted: #f1e7e7;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  line-height: 1.65;
  overflow-wrap: break-word;
}

#main {
  background-attachment: scroll !important;
}

main img,
main figure,
main video,
main iframe {
  max-width: 100%;
}

main img,
main video {
  height: auto;
}

main table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  -webkit-overflow-scrolling: touch;
}

main th,
main td {
  min-width: 9rem;
}

.seo-breadcrumb {
  width: min(100% - 2rem, 1080px);
  margin: 1rem auto 0;
  padding: 0.7rem 1rem;
  color: var(--seo-muted);
  background: var(--seo-surface);
  border: 1px solid rgba(241, 241, 23, 0.45);
  border-radius: 0.65rem;
}

.seo-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-breadcrumb li + li::before {
  margin-right: 0.4rem;
  content: "/";
  color: #c9baba;
}

.seo-breadcrumb a,
.seo-geo-content a {
  color: var(--seo-border);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

.seo-geo-content {
  width: 100%;
  margin: clamp(1.5rem, 4vw, 3rem) auto;
  padding: clamp(1rem, 3vw, 2rem);
  color: var(--seo-text);
  background: var(--seo-surface);
  border: 1px solid rgba(241, 241, 23, 0.55);
  border-radius: 0.85rem;
  box-shadow: 0 0.6rem 1.8rem rgba(0, 0, 0, 0.22);
}

.seo-geo-content > :first-child {
  margin-top: 0;
}

.seo-geo-content > :last-child {
  margin-bottom: 0;
}

.seo-content-meta {
  margin-bottom: 1rem;
  color: var(--seo-muted);
  font-size: 0.92rem;
}

.seo-quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1rem 0 1.5rem;
  padding: 0;
  list-style: none;
}

.seo-quick-facts li,
.seo-faq-item,
.seo-responsible-notice {
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.07);
  border-left: 3px solid var(--seo-border);
  border-radius: 0.35rem;
}

.seo-faq-item + .seo-faq-item {
  margin-top: 0.75rem;
}

.seo-faq-item h3 {
  margin: 0 0 0.4rem;
  font-size: clamp(1rem, 2.4vw, 1.2rem);
}

.seo-faq-item p,
.seo-responsible-notice p {
  margin: 0;
}

.seo-responsible-notice {
  margin-top: 1.25rem;
  border-left-color: #ffb84d;
}

button,
.button,
[role="button"] {
  min-height: 44px !important;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-icon > a,
.header-button > a {
  min-width: 44px;
  min-height: 44px;
}

:focus-visible {
  outline: 3px solid #fff36a;
  outline-offset: 3px;
}

@supports (content-visibility: auto) {
  #footer {
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
  }
}

@media (max-width: 849px) {
  .home #section_1208196462 {
    display: none !important;
  }

  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .heading-font,
  .nav > li > a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  }

  .seo-quick-facts {
    grid-template-columns: 1fr;
  }

  .seo-breadcrumb {
    width: min(100% - 1rem, 1080px);
  }

  .seo-geo-content {
    border-radius: 0.55rem;
  }

  main h1 {
    font-size: clamp(1.55rem, 7vw, 2.25rem);
    line-height: 1.25;
  }

  main h2 {
    font-size: clamp(1.3rem, 5.8vw, 1.85rem);
    line-height: 1.3;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
