*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
button {
  color: inherit;
}
button, [role="button"] {
  cursor: pointer;
}
code {
  font-family:
    ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
img,
svg {
  display: block;
}
img,
video {
  max-width: 100%;
  height: auto;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family:
    ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
}
.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.my-6 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-4 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-8 {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.bg-\[\#86efac\] {
  background-color: #86efac;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.py-6 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-1 {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.border-gray-500 {
  border-color: #6b7280;
}
.bg-white {
  background-color: #fff;
}
.flex {
  display: flex;
}
.gap-8 {
  grid-gap: 2rem;
  gap: 2rem;
}
.font-bold {
  font-weight: 700;
}
.max-w-screen-md {
  max-width: 768px;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.border-2 {
  border-width: 2px;
}
.rounded-sm {
  border-radius: 0.25rem;
}
.hover\:bg-gray-200:hover {
  background-color: #e5e7eb;
}
.tabular-nums {
  font-variant-numeric: tabular-nums;
}
.min-h-screen {
  min-height: 100vh;
}

.fresh-gradient {
  background-color: rgb(134, 239, 172);
  background-image: linear-gradient(
    to right bottom,
    rgb(219, 234, 254),
    rgb(187, 247, 208),
    rgb(254, 249, 195)
  );
}

.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-gray-400 {
  color: rgb(156, 163, 175);
}
.text-gray-600 {
  color: rgb(75, 85, 99);
}
.text-gray-700 {
  color: rgb(55, 65, 81);
}
.text-gray-800 {
  color: rgb(31, 41, 55);
}

.text-red-600 {
  color: rgb(220, 38, 38);
}

.text-blue-600 {
  color: rgb(37, 99, 235);
}

.text-white {
  color: rgb(255, 255, 255);
}

.text-white\/80 {
  color: rgba(255, 255, 255, 0.8);
}

.bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-white\/20 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white\/90 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-gray-100 {
  background-color: rgb(243, 244, 246);
}

.bg-gray-200 {
  background-color: rgb(229, 231, 235);
}

.bg-gray-300 {
  background-color: rgb(209, 213, 219);
}

.bg-gray-400 {
  background-color: rgb(156, 163, 175);
}

.bg-gray-600 {
  background-color: rgb(75, 85, 99);
}

.bg-gray-700 {
  background-color: rgb(55, 65, 81);
}

.bg-red-50 {
  background-color: rgb(254, 242, 242);
}

.bg-red-100 {
  background-color: rgb(254, 226, 226);
}

.bg-red-200 {
  background-color: rgb(254, 202, 202);
}

.bg-blue-100 {
  background-color: rgb(219, 234, 254);
}

.bg-blue-200 {
  background-color: rgb(191, 219, 254);
}

.bg-blue-600 {
  background-color: rgb(37, 99, 235);
}

.bg-blue-700 {
  background-color: rgb(29, 78, 216);
}

.bg-white {
  background-color: rgb(255, 255, 255);
}

.border-gray-300 {
  border-color: rgb(209, 213, 219);
}

.border-blue-500 {
  border-color: rgb(59, 130, 246);
}

.rounded-lg {
  border-radius: 0.5rem;
}

.shadow-xl {
  box-shadow:
    0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.shadow-lg {
  box-shadow:
    0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.cursor-move {
  cursor: move;
}

.backdrop-blur-sm {
  backdrop-filter: blur(4px);
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.max-w-2xl {
  max-width: 42rem;
}

.w-24 {
  width: 6rem;
}

.h-24 {
  height: 6rem;
}

.h-10 {
  height: 2.5rem;
}

.w-full {
  width: 100%;
}

.flex-1 {
  flex: 1 1 0%;
}

.max-w {
  max-width: 100%;
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.disabled\:bg-gray-400:disabled {
  background-color: rgb(156, 163, 175);
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:text-gray-400:disabled {
  color: rgb(156, 163, 175);
}

.hover\:bg-blue-700:hover {
  background-color: rgb(29, 78, 216);
}

.hover\:bg-blue-200:hover {
  background-color: rgb(191, 219, 254);
}

.hover\:bg-gray-200:hover {
  background-color: rgb(229, 231, 235);
}

.hover\:bg-gray-300:hover {
  background-color: rgb(209, 213, 219);
}

.hover\:bg-gray-700:hover {
  background-color: rgb(55, 65, 81);
}

.hover\:bg-red-200:hover {
  background-color: rgb(254, 202, 202);
}

.hover\:bg-white\/90:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.hover\:bg-white\/30:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.theme-transition {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.bg-black {
  background-color: rgb(0, 0, 0);
}

.text-black {
  color: rgb(0, 0, 0);
}

.border-white {
  border-color: rgb(255, 255, 255);
}

.dark\:bg-black {
  background-color: rgb(0, 0, 0);
}

.dark\:text-white {
  color: rgb(255, 255, 255);
}

.dark\:border-white {
  border-color: rgb(255, 255, 255);
}

.dark\:bg-white {
  background-color: rgb(255, 255, 255);
}

.dark\:text-black {
  color: rgb(0, 0, 0);
}

.z-50 {
  z-index: 50;
}

.fixed {
  position: fixed;
}

.top-4 {
  top: 1rem;
}

.right-4 {
  right: 1rem;
}

.border-2 {
  border-width: 2px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.text-center {
  text-align: center;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.py-12 {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
