/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */
.container {
  width: 100%;
}
.hidden {
  display: none;
}
.bg-gradient-to-r {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.text-center {
  text-align: center;
}
.text-transparent {
  color: transparent;
}