@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.anim {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  will-change: transform;
}

.glass {
  background: rgba(7,16,15,0.65);
  border: 1px solid rgba(98,255,183,0.2);
  backdrop-filter: blur(6px);
}