.v2-art-nav {
  position: fixed;
  top: auto !important;
  right: 14px;
  bottom: 14px;
  left: auto !important;
  z-index: 9998;
  width: auto !important;
  max-width: calc(100vw - 28px);
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(12, 12, 11, 0.72);
  color: #fffdf8;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", sans-serif;
  font-size: 12px;
  line-height: 1;
}

.lightbox,
.lb {
  z-index: 10020 !important;
}

.v2-art-nav a {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 44px;
  min-height: 38px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: inherit;
  text-decoration: none;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.v2-art-nav a:hover,
.v2-art-nav a:focus-visible {
  background: #fffdf8;
  color: #151411;
}

.v2-art-nav a:focus-visible,
.lightbox button:focus-visible,
.lb button:focus-visible,
[role="button"]:focus-visible {
  outline: 3px solid #e2c579;
  outline-offset: 2px;
}

.v2-report-home {
  min-height: 40px;
  margin: 0 0 13px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(21, 20, 17, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #151411;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.v2-report-home:hover,
.v2-report-home:focus-visible {
  border-color: #151411;
  background: #151411;
  color: #fffdf8;
}

.hero .v2-report-home {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.hero .v2-report-home:hover,
.hero .v2-report-home:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #151411;
}

.v2-report-homebar {
  padding: 10px 16px 0;
}

.v2-report-homebar .v2-report-home {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .v2-art-nav {
    top: auto !important;
    right: 8px;
    bottom: 8px;
    left: auto !important;
    width: auto !important;
  }

  .v2-art-nav a {
    min-height: 44px;
    padding-inline: 10px;
  }

  .v2-report-home {
    min-height: 44px;
  }
}

@media print {
  .v2-report-home,
  .v2-report-homebar {
    display: none !important;
  }
}

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