body {
  font-family: 'Noto Sans', sans-serif;
  color: #1b2430;
}

.top-showcase {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.78), transparent 25%),
    radial-gradient(circle at 84% 12%, rgba(212, 222, 231, 0.42), transparent 22%),
    radial-gradient(circle at 52% 92%, rgba(203, 190, 176, 0.16), transparent 30%),
    linear-gradient(180deg, #f6f8f8 0%, #eef3f5 46%, #f6f3ee 100%);
}

.top-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.06)),
    repeating-linear-gradient(90deg, rgba(96, 114, 131, 0.04) 0 1px, transparent 1px 132px),
    repeating-linear-gradient(0deg, rgba(96, 114, 131, 0.03) 0 1px, transparent 1px 94px);
  pointer-events: none;
}

.top-showcase::after {
  content: "";
  position: absolute;
  inset: auto 8% -28% auto;
  width: 42%;
  height: 52%;
  background: radial-gradient(circle, rgba(152, 169, 185, 0.22), rgba(152, 169, 185, 0));
  filter: blur(12px);
  pointer-events: none;
}

.top-showcase .navbar {
  position: relative;
  z-index: 30;
  background: transparent;
}

.top-showcase .hero {
  position: relative;
  z-index: 1;
  background: transparent;
}

.top-showcase .navbar-menu,
.top-showcase .navbar-start,
.top-showcase .navbar-item.has-dropdown {
  position: relative;
  overflow: visible;
}

.top-showcase .navbar-dropdown {
  display: block;
  z-index: 31;
  min-width: 12rem;
  border-radius: 12px;
  border-top: 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.top-showcase .navbar-item.has-dropdown:hover,
.top-showcase .navbar-item.has-dropdown.is-active {
  z-index: 32;
}

.top-showcase .navbar-item.has-dropdown:hover .navbar-dropdown,
.top-showcase .navbar-item.has-dropdown.is-active .navbar-dropdown,
.top-showcase .navbar-item.has-dropdown:focus-within .navbar-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.top-showcase .navbar-dropdown .navbar-item {
  white-space: nowrap;
}

.icon .inline-icon {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.link-block a {
  margin-top: 5px;
  margin-bottom: 5px;
}

.publication-title {
  font-family: 'Google Sans', sans-serif;
  line-height: 1.12;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}

.publication-title-mark {
  display: inline-block;
  font-family: 'Cormorant Garamond', 'Castoro', serif;
  font-weight: 700;
  letter-spacing: 0.018em;
  font-size: 1.22em;
  line-height: 0.95;
  color: #35506a;
  background: linear-gradient(135deg, #243d54 0%, #456884 56%, #9b7248 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 6px 18px rgba(84, 108, 131, 0.08);
  transform: translateY(-0.02em);
}

.publication-authors {
  font-family: 'Google Sans', sans-serif;
}

.author-block {
  display: inline-block;
}

.publication-notes {
  color: #6b7280;
  font-style: italic;
  margin-top: 0.5rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}

.teaser .hero-body {
  padding-top: 3rem;
  padding-bottom: 1.25rem;
}

.teaser-image {
  display: block;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.teaser + .section {
  padding-top: 1.5rem;
}

.content p {
  font-size: 1.04rem;
  line-height: 1.85;
}

.feature-figure {
  margin-top: 1.5rem;
}

.section-image {
  display: block;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.section-copy {
  max-width: 920px;
  margin: 1.3rem auto 0;
}

.pano-tour-section {
  padding-top: 2.2rem;
}

.pano-tour-card {
  background: #ffffff;
  border: 1px solid #e4e9f0;
  border-radius: 20px;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.pano-tour-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, 21rem);
  gap: 1.3rem;
  align-items: start;
  padding: 1.2rem 1.1rem 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  border-bottom: 1px solid #e8edf4;
}

.pano-tour-copy {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.pano-tour-copy p {
  margin: 0;
  color: #425466;
  font-size: 0.98rem;
  line-height: 1.82;
}

.pano-tour-copy strong {
  color: #24384c;
}

.pano-tour-stage {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 400px;
  background: linear-gradient(180deg, #0b1220, #101a2c);
  cursor: grab;
  touch-action: none;
}

.pano-tour-stage.is-dragging {
  cursor: grabbing;
}

.pano-tour-stage canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.pano-tour-loading {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
  background: rgba(6, 13, 24, 0.58);
  color: #f4f7fb;
  font-size: 1rem;
  letter-spacing: 0.01em;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.pano-tour-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.pano-tour-spinner {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.22);
  border-top-color: #ffffff;
  animation: pano-spin 0.85s linear infinite;
}

.pano-tour-fade {
  position: absolute;
  inset: 0;
  z-index: 4;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.04), rgba(6, 13, 24, 0.26));
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}

.pano-tour-hotspots {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.pano-tour-hotspot-button {
  position: absolute;
  width: 3.6rem;
  height: 3.6rem;
  transform: translate(-50%, -50%) scale(var(--pano-hotspot-scale, 1));
  transform-origin: center center;
  border: 0;
  background: transparent;
  padding: 0;
  pointer-events: auto;
  cursor: pointer;
  transition: transform 0.16s ease;
}

.pano-tour-hotspot-button[hidden] {
  display: none;
}

.pano-tour-hotspot-ring,
.pano-tour-hotspot-core {
  position: absolute;
  inset: 50%;
  display: block;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.pano-tour-hotspot-ring {
  background: transparent;
  animation: pano-hotspot-pulse 1.8s ease-in-out infinite;
}

.pano-tour-hotspot-ring--outer {
  width: 2.86rem;
  height: 2.86rem;
  border: 2px solid rgba(255, 255, 255, 0.96);
  box-shadow:
    0 0 0 0.14rem rgba(122, 211, 255, 0.14),
    0 0 18px rgba(122, 211, 255, 0.48);
  animation: pano-hotspot-pulse 1.8s ease-in-out infinite;
}

.pano-tour-hotspot-ring--inner {
  width: 1.66rem;
  height: 1.66rem;
  border: 2px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 0 12px rgba(122, 211, 255, 0.22);
  animation-delay: -0.2s;
}

.pano-tour-hotspot-core {
  width: 0.52rem;
  height: 0.52rem;
  border: 2px solid rgba(255, 255, 255, 0.98);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.78);
}

.pano-tour-hotspot-button:hover .pano-tour-hotspot-ring--outer,
.pano-tour-hotspot-button:focus-visible .pano-tour-hotspot-ring--outer {
  border-color: #ffd88c;
  box-shadow:
    0 0 0 0.2rem rgba(255, 216, 140, 0.18),
    0 0 22px rgba(255, 216, 140, 0.62);
}

.pano-tour-hotspot-button:hover .pano-tour-hotspot-ring--inner,
.pano-tour-hotspot-button:focus-visible .pano-tour-hotspot-ring--inner {
  border-color: rgba(255, 216, 140, 0.92);
  box-shadow: 0 0 14px rgba(255, 216, 140, 0.34);
}

.pano-tour-hotspot-button:hover .pano-tour-hotspot-core,
.pano-tour-hotspot-button:focus-visible .pano-tour-hotspot-core {
  border-color: #ffd88c;
  background: rgba(255, 216, 140, 0.14);
  box-shadow: 0 0 14px rgba(255, 216, 140, 0.72);
}

.pano-tour-hotspot-button:focus-visible {
  outline: none;
}

.pano-tour-hotspot-button:hover,
.pano-tour-hotspot-button:focus-visible {
  transform: translate(-50%, -50%) scale(calc(var(--pano-hotspot-scale, 1) * 1.08));
}

.pano-tour-hud {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: min(18.5rem, 34vw);
  z-index: 6;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}

.pano-tour-badge,
.pano-tour-hint {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #f8fbff;
}

.pano-tour-badge {
  background: rgba(15, 25, 42, 0.62);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.pano-tour-badge--secondary {
  background: rgba(255, 255, 255, 0.18);
  color: rgba(248, 251, 255, 0.96);
  font-weight: 600;
}

.pano-tour-hint {
  background: rgba(15, 25, 42, 0.42);
  color: rgba(248, 251, 255, 0.92);
  font-size: 0.93rem;
}

.pano-tour-reset {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.52rem;
  border: 0;
  border-radius: 999px;
  padding: 0.72rem 1rem;
  max-width: min(18rem, calc(100% - 2rem));
  background: linear-gradient(135deg, #294157 0%, #375372 56%, #50708d 100%);
  color: #f7fafc;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 14px 28px rgba(23, 42, 61, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.pano-tour-reset::before {
  content: "⇄";
  font-size: 1rem;
  line-height: 1;
  opacity: 0.95;
}

.pano-tour-reset:hover {
  transform: translateY(-1px) scale(1.01);
  background: linear-gradient(135deg, #2f4962 0%, #40607e 58%, #557596 100%);
  box-shadow:
    0 18px 32px rgba(21, 40, 60, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.pano-tour-reset:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(124, 165, 207, 0.28),
    0 18px 32px rgba(21, 40, 60, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.pano-tour-map {
  width: 100%;
  padding: 0.8rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  border: 1px solid rgba(219, 227, 236, 0.98);
  box-shadow:
    0 14px 30px rgba(19, 34, 51, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  user-select: none;
}

.pano-tour-map-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.55rem;
}

.pano-tour-map-title {
  color: #24384c;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pano-tour-map-subtitle {
  color: #6a7f93;
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: right;
}

.pano-tour-map-viewport {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(217, 225, 234, 0.96);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.75), rgba(247, 250, 253, 0.96)),
    radial-gradient(circle at 50% 16%, rgba(135, 161, 186, 0.08), transparent 34%);
}

.pano-tour-map-image {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(0.94) contrast(0.985) brightness(0.995);
}

.pano-tour-map-markers {
  position: absolute;
  inset: 0;
}

.pano-tour-map-marker {
  position: absolute;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  z-index: 1;
}

.pano-tour-map-marker-dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.82rem;
  height: 0.82rem;
  transform: translate(-50%, -50%);
  position: absolute;
  overflow: visible;
  border-radius: 999px;
  border: 1.6px solid rgba(56, 82, 106, 0.86);
  background: radial-gradient(circle at 35% 32%, #ffffff 0 28%, #d6e2ec 29% 54%, #5f84a4 55% 100%);
  box-shadow:
    0 0 0 0.14rem rgba(95, 132, 164, 0.16),
    0 6px 14px rgba(25, 46, 65, 0.15);
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}

.pano-tour-map-marker-dot::after {
  content: "";
  position: absolute;
  inset: -0.3rem;
  border-radius: 999px;
  border: 1px solid rgba(95, 132, 164, 0.26);
}

.pano-tour-map-marker-id {
  position: absolute;
  padding: 0.16rem 0.36rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 221, 231, 0.98);
  background: rgba(255, 255, 255, 0.97);
  color: #1f3447;
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 6px 12px rgba(27, 47, 67, 0.1);
  transition: box-shadow 0.16s ease, border-color 0.16s ease, color 0.16s ease, background 0.16s ease;
  pointer-events: none;
}

.pano-tour-map-marker.label-top-right .pano-tour-map-marker-id {
  left: 0.58rem;
  bottom: 0.54rem;
}

.pano-tour-map-marker.label-right .pano-tour-map-marker-id {
  left: 0.74rem;
  top: -0.4rem;
}

.pano-tour-map-marker.label-bottom-right .pano-tour-map-marker-id {
  left: 0.58rem;
  top: 0.54rem;
}

.pano-tour-map-marker.label-top-left .pano-tour-map-marker-id {
  right: 0.58rem;
  bottom: 0.54rem;
}

.pano-tour-map-marker.label-left .pano-tour-map-marker-id {
  right: 0.74rem;
  top: -0.4rem;
}

.pano-tour-map-marker.label-bottom-left .pano-tour-map-marker-id {
  right: 0.58rem;
  top: 0.54rem;
}

.pano-tour-map-marker.label-top .pano-tour-map-marker-id {
  left: 50%;
  bottom: 0.54rem;
  transform: translateX(-50%);
}

.pano-tour-map-marker.label-bottom .pano-tour-map-marker-id {
  left: 50%;
  top: 0.54rem;
  transform: translateX(-50%);
}

.pano-tour-map-marker:hover .pano-tour-map-marker-dot,
.pano-tour-map-marker:focus-visible .pano-tour-map-marker-dot {
  transform: translate(-50%, -50%) scale(1.09);
  background: radial-gradient(circle at 35% 32%, #ffffff 0 25%, #dfe8ef 26% 48%, #7096b8 49% 100%);
  box-shadow:
    0 0 0 0.18rem rgba(112, 150, 184, 0.2),
    0 8px 16px rgba(25, 46, 65, 0.18);
}

.pano-tour-map-marker:hover .pano-tour-map-marker-id,
.pano-tour-map-marker:focus-visible .pano-tour-map-marker-id {
  border-color: rgba(160, 182, 204, 0.98);
  box-shadow: 0 8px 16px rgba(27, 47, 67, 0.13);
}

.pano-tour-map-marker:focus-visible {
  outline: none;
}

.pano-tour-map-marker.is-active .pano-tour-map-marker-dot {
  border-color: rgba(121, 81, 30, 0.92);
  background: radial-gradient(circle at 35% 32%, #fffdf7 0 26%, #f7dbab 27% 54%, #d3973f 55% 100%);
  box-shadow:
    0 0 0 0.18rem rgba(211, 151, 63, 0.2),
    0 0 0 0.46rem rgba(211, 151, 63, 0.1),
    0 10px 18px rgba(77, 50, 16, 0.2);
}

.pano-tour-map-marker.is-active {
  z-index: 2;
}

.pano-tour-map-marker.is-active .pano-tour-map-marker-id {
  border-color: rgba(232, 205, 156, 0.98);
  background: rgba(255, 252, 245, 0.98);
  color: #6f4a18;
}

.pano-tour-map-marker.is-preview {
  z-index: 3;
}

.pano-tour-map-marker.is-preview .pano-tour-map-marker-dot {
  transform: translate(-50%, -50%) scale(1.11);
  border-color: rgba(55, 111, 162, 0.96);
  background: radial-gradient(circle at 35% 32%, #ffffff 0 25%, #dff0fb 26% 50%, #62a8d9 51% 100%);
  box-shadow:
    0 0 0 0.18rem rgba(98, 168, 217, 0.22),
    0 0 0 0.48rem rgba(98, 168, 217, 0.1),
    0 10px 18px rgba(31, 82, 122, 0.2);
}

.pano-tour-map-marker.is-preview .pano-tour-map-marker-dot::after {
  border-color: rgba(98, 168, 217, 0.42);
  animation: pano-map-preview-pulse 1.25s ease-in-out infinite;
}

.pano-tour-map-marker.is-preview .pano-tour-map-marker-id {
  border-color: rgba(180, 209, 230, 0.98);
  background: rgba(247, 251, 255, 0.98);
  color: #28547c;
  box-shadow: 0 8px 16px rgba(27, 72, 109, 0.14);
}

.pano-tour-tooltip {
  position: absolute;
  z-index: 7;
  transform: translate(-50%, calc(-100% - 12px));
  border-radius: 12px;
  background: rgba(10, 17, 30, 0.84);
  color: #f6f8fb;
  padding: 0.38rem 0.62rem;
  font-size: 0.88rem;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.2);
}

.pano-tour-guidance {
  max-width: 40rem;
  padding: 0.75rem 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(220, 228, 237, 0.96);
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  color: #5a6d81;
  font-size: 0.91rem;
  line-height: 1.6;
  box-shadow: 0 10px 20px rgba(21, 38, 56, 0.06);
}

.results-carousel {
  overflow: hidden;
}

.results-carousel.is-static {
  max-width: 960px;
  margin: 0 auto;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
  background: #0f141b;
}

.results-carousel video {
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
  background: #0f141b;
}

.results-carousel:not(.is-carousel-ready) {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.results-carousel:not(.is-carousel-ready) > .item {
  flex: 0 0 calc((100% - 20px) / 3);
  margin: 0;
  scroll-snap-align: start;
}

.results-carousel.is-static .item {
  margin: 0;
}

.results-carousel.is-static video {
  display: block;
  width: 100%;
  height: auto;
}

.quantitative-section {
  padding-top: 2.25rem;
}

.quantitative-card {
  background: #ffffff;
  border: 1px solid #e5e9f0;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
  padding: 1.75rem 1.35rem 1.2rem;
}

.quantitative-card + .quantitative-card {
  margin-top: 2rem;
}

.bibtex-card {
  margin-top: 1rem;
  padding: 1.1rem 1.1rem 1rem;
  border: 1px solid #d9dde5;
  border-radius: 16px;
  background: #ffffff;
}

.bibtex-toolbar {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.bibtex-toolbar .title {
  margin-bottom: 0 !important;
  min-width: 0;
  flex: 1 1 auto;
}

.bibtex-copy-button {
  flex: 0 0 auto;
  margin-left: auto;
}

.bibtex-card pre {
  margin: 0;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  border: 1px solid #e2e7ef;
  background: #ffffff !important;
  color: #111827 !important;
  overflow-x: auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.bibtex-card code {
  font-size: 0.95rem;
  line-height: 1.6;
  white-space: pre;
  color: #111827 !important;
  background: transparent !important;
}

.bibtex-card pre code {
  display: block;
  padding: 0;
  color: #111827 !important;
  background: transparent !important;
}

.quantitative-subcard {
  background: #fbfcfe;
  border: 1px solid #e7ebf2;
  border-radius: 16px;
  padding: 1.1rem 0.85rem 0.8rem;
}

.quantitative-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0.5rem;
}

.quantitative-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1rem;
  margin: 0.65rem 0 1.1rem;
  color: #475467;
  font-size: 0.94rem;
}

.quantitative-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.quantitative-legend-swatch {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 0.3rem;
  display: inline-block;
  flex: none;
}

.quantitative-highlight-chip {
  width: 1.1rem;
  height: 0.85rem;
  border-radius: 0.35rem;
  display: inline-block;
  background: rgba(39, 74, 99, 0.1);
  border: 1px dashed rgba(39, 74, 99, 0.35);
}

.quantitative-highlight-note {
  color: #355070;
}

.quantitative-chart {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.25rem;
}

.quantitative-chart svg {
  display: block;
  height: auto;
}

.quantitative-caption {
  max-width: 940px;
  margin: 1rem auto 0;
  color: #546071;
  font-size: 0.98rem;
  line-height: 1.78;
  text-align: justify;
}

@media screen and (max-width: 1023px) {
  .top-showcase .navbar-menu {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 16px;
    margin: 0 0.9rem 1rem;
    padding: 0.35rem 0;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
  }

  .top-showcase .navbar-dropdown {
    background: transparent;
    box-shadow: none;
    min-width: 0;
    padding-left: 0.75rem;
  }

  .pano-tour-stage {
    min-height: 320px;
  }

  .pano-tour-overview {
    grid-template-columns: 1fr;
  }

  .quantitative-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .bibtex-toolbar {
    align-items: flex-start;
  }

  .bibtex-copy-button {
    margin-left: auto;
  }

  .publication-title {
    font-size: 2.15rem !important;
  }

  .publication-title-mark {
    font-size: 1.16em;
  }

  .content p {
    font-size: 1rem;
    line-height: 1.8;
  }

  .teaser .hero-body {
    padding-top: 2.2rem;
  }

  .pano-tour-stage {
    min-height: 260px;
  }

  .results-carousel:not(.is-carousel-ready) > .item {
    flex-basis: calc((100% - 10px) / 2);
  }

  .pano-tour-hud {
    top: 0.7rem;
    left: 0.7rem;
    right: min(13.75rem, calc(100% - 9rem));
    gap: 0.45rem;
  }

  .pano-tour-badge,
  .pano-tour-hint {
    font-size: 0.86rem;
  }

  .pano-tour-hint {
    max-width: 100%;
    line-height: 1.35;
  }

  .pano-tour-guidance {
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .pano-tour-overview {
    gap: 0.85rem;
    padding: 0.95rem 0.85rem 0.85rem;
  }

  .pano-tour-reset {
    top: 0.7rem;
    right: 0.7rem;
    max-width: min(12.8rem, calc(100% - 1.4rem));
    font-size: 0.78rem;
    padding: 0.48rem 0.78rem;
  }

  .pano-tour-map {
    padding: 0.5rem;
    border-radius: 14px;
  }

  .pano-tour-map-title {
    font-size: 0.68rem;
  }

  .pano-tour-map-subtitle {
    font-size: 0.58rem;
  }

  .pano-tour-map-marker-dot {
    width: 0.72rem;
    height: 0.72rem;
  }

  .pano-tour-map-marker-id {
    font-size: 0.46rem;
    padding: 0.12rem 0.28rem;
  }

  .pano-tour-hotspot-button {
    width: 2.8rem;
    height: 2.8rem;
  }

  .pano-tour-hotspot-ring {
    width: 2.35rem;
    height: 2.35rem;
  }

  .quantitative-card {
    padding: 1.35rem 0.8rem 0.95rem;
  }

  .quantitative-subcard {
    padding: 0.95rem 0.55rem 0.65rem;
  }

  .quantitative-caption {
    font-size: 0.95rem;
    line-height: 1.72;
  }
}

@media screen and (max-width: 640px) {
  .results-carousel:not(.is-carousel-ready) > .item {
    flex-basis: 100%;
  }
}

@keyframes pano-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pano-hotspot-pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.95;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 1;
  }
}

@keyframes pano-map-preview-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.78;
  }

  50% {
    transform: scale(1.22);
    opacity: 0.26;
  }
}
