/* Shared Vibrant Play utilities */
.pop-shadow {
  box-shadow: 4px 4px 0 0 rgba(18, 11, 59, 0.15);
}
.pop-shadow-pink {
  box-shadow: 4px 4px 0 0 rgba(255, 59, 141, 0.3);
}
.pop-shadow-yellow {
  box-shadow: 4px 4px 0 0 rgba(255, 215, 0, 0.4);
}
.btn-press {
  transition: all 0.1s ease;
}
.btn-press:active {
  transform: translateY(2px);
  box-shadow: 2px 2px 0 0 rgba(18, 11, 59, 0.15);
}
.btn-press-pink:active {
  transform: translateY(2px);
  box-shadow: 2px 2px 0 0 rgba(255, 59, 141, 0.3);
}
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  vertical-align: middle;
}
.glass-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(18, 11, 59, 0.05);
}
.glass-panel {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.hero-mask {
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}
.card-hover:hover {
  transform: translateY(-4px) rotate(1deg);
}
.nav-mobile {
  display: none;
}
.nav-mobile.open {
  display: flex;
}
.prose-custom h2,
.tos-content h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #120b3b;
  margin-top: 40px;
  margin-bottom: 16px;
}
.prose-custom h2:first-child,
.tos-content section:first-child h2 {
  margin-top: 0;
}
.prose-custom h3,
.tos-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1443;
  margin-top: 24px;
  margin-bottom: 12px;
}
.prose-custom p,
.tos-content p,
.prose-custom li,
.tos-content li {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
  color: #5a4046;
}
.prose-custom ul,
.tos-content ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: 24px;
}
.prose-custom li::before {
  content: none;
}
html {
  scroll-padding-top: 100px;
}
@media (max-width: 767px) {
  .nav-desktop {
    display: none !important;
  }
}
