:root {
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

body {
  min-height: max(884px, 100dvh);
  padding-bottom: var(--safe-bottom);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #fef8fa;
}

.tab {
  color: rgba(92, 93, 110, 0.65);
  opacity: 0.9;
}

.tab.is-active {
  background: #ffd1dc;
  color: #78555e;
  opacity: 1;
}

.tab.is-active .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 24;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.glass-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
}

.glass-panel {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.font-noto-serif {
  font-family: "Noto Serif", serif;
}

.headline-md {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.title-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.gallery-waterfall {
  column-count: 2;
  column-gap: 1rem;
}

@media (min-width: 768px) {
  .gallery-waterfall {
    column-count: 3;
  }
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 1rem;
}

.pop {
  animation: pop 0.28s ease-out both;
}

@keyframes pop {
  0% {
    transform: scale(0.96);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.newfooter-bottom {
  margin-top: 0.75rem;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(120, 85, 94, 0.75);
}

.dp_flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.newfooter-bottom .beian-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}

.newfooter-bottom .beian-link .image10 {
  display: block;
}

.newfooter-bottom span {
  white-space: nowrap;
}

.newfooter-bottom a {
  color: rgba(120, 85, 94, 0.85);
  text-decoration: none;
}

.newfooter-bottom a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.image10 {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex: 0 0 auto;
}
