@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("./assets/fonts/plus-jakarta-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("./assets/fonts/material-symbols-outlined.woff2") format("woff2");
}

:root {
  --font-display: "Plus Jakarta Sans", sans-serif;
  --primary: #b50058;
  --primary-container: #ff709e;
  --primary-dim: #9f004d;
  --secondary: #006571;
  --secondary-fixed-dim: #00d7f0;
  --tertiary: #6d5a00;
  --tertiary-fixed: #fdd400;
  --tertiary-fixed-dim: #edc600;
  --surface: #fff4f6;
  --surface-container: #ffe0ed;
  --surface-container-low: #ffecf2;
  --surface-container-highest: #ffd0e5;
  --on-primary: #ffeff1;
  --on-primary-container: #4c0021;
  --on-surface: #492138;
  --on-surface-variant: #7c4d66;
  --outline: #9a6881;
  --error: #b41340;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  touch-action: manipulation;
}

body {
  font-family: var(--font-display);
  background: var(--surface);
  color: var(--on-surface);
  -webkit-touch-callout: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  border: 0;
  background: none;
}

img {
  display: block;
  max-width: 100%;
}

.font-body,
.font-headline,
.font-label {
  font-family: var(--font-display);
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }
.inline-flex { display: inline-flex; }
.flex-col { flex-direction: column; }
.flex-grow { flex: 1 1 auto; }
.flex-shrink-0 { flex-shrink: 0; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-start { justify-content: flex-start; }
.justify-between { justify-content: space-between; }
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.sticky { position: sticky; }
.top-0 { top: 0; }
.top-1 { top: 0.25rem; }
.top-4 { top: 1rem; }
.top-1\/2 { top: 50%; }
.top-\[20\%\] { top: 20%; }
.left-0 { left: 0; }
.left-1\/2 { left: 50%; }
.left-\[-5\%\] { left: -5%; }
.right-1 { right: 0.25rem; }
.right-4 { right: 1rem; }
.right-\[-10\%\] { right: -10%; }
.bottom-\[15\%\] { bottom: 15%; }
.inset-0 { inset: 0; }
.inset-4 { inset: 1rem; }
.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
.z-50 { z-index: 50; }
.z-\[100\] { z-index: 100; }

.mx-auto { margin-left: auto; margin-right: auto; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.p-1 { padding: 0.25rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.pb-4 { padding-bottom: 1rem; }
.pb-8 { padding-bottom: 2rem; }
.pb-12 { padding-bottom: 3rem; }

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

.w-full { width: 100%; }
.w-6 { width: 1.5rem; }
.w-32 { width: 8rem; }
.w-48 { width: 12rem; }
.w-64 { width: 16rem; }
.w-\[0\%\] { width: 0; }
.w-\[300px\] { width: 300px; }
.h-1\/2 { height: 50%; }
.h-6 { height: 1.5rem; }
.h-32 { height: 8rem; }
.h-48 { height: 12rem; }
.h-64 { height: 16rem; }
.h-full { height: 100%; }
.min-h-screen { min-height: 100vh; }
.max-w-md { max-width: 28rem; }
.max-w-xs { max-width: 20rem; }
.aspect-square { aspect-ratio: 1 / 1; }

.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.col-span-2 { grid-column: span 2 / span 2; }

.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }
.overflow-y-auto { overflow-y: auto; }
.overflow-x-hidden { overflow-x: hidden; }
.object-cover { object-fit: cover; }
.pointer-events-none { pointer-events: none; }
.cursor-pointer { cursor: pointer; }
.whitespace-nowrap { white-space: nowrap; }

.rounded-none { border-radius: 0; }
.rounded-lg { border-radius: 1rem; }
.rounded-xl { border-radius: 1.5rem; }
.rounded-full { border-radius: 9999px; }
.border { border: 1px solid transparent; }
.border-t { border-top: 1px solid transparent; }
.border-4 { border-width: 4px; border-style: solid; }
.border-dashed { border-style: dashed; }
.border-primary\/20 { border-color: rgba(181, 0, 88, 0.2); }
.border-white\/10 { border-color: rgba(255, 255, 255, 0.1); }
.border-white\/20 { border-color: rgba(255, 255, 255, 0.2); }
.border-white\/50 { border-color: rgba(255, 255, 255, 0.5); }

.bg-black\/50 { background-color: rgba(0, 0, 0, 0.5); }
.bg-primary\/10 { background-color: rgba(181, 0, 88, 0.1); }
.bg-secondary { background-color: var(--secondary); }
.bg-secondary\/10 { background-color: rgba(0, 101, 113, 0.1); }
.bg-surface-container { background-color: var(--surface-container); }
.bg-surface-container-highest { background-color: var(--surface-container-highest); }
.bg-surface-container-highest\/60 { background-color: rgba(255, 208, 229, 0.6); }
.bg-surface-container-low { background-color: var(--surface-container-low); }
.bg-tertiary-container\/30 { background-color: rgba(253, 212, 0, 0.3); }
.bg-tertiary-fixed\/10 { background-color: rgba(253, 212, 0, 0.1); }
.bg-white\/40 { background-color: rgba(255, 255, 255, 0.4); }
.bg-yellow-400 { background-color: #facc15; }

.bg-gradient-to-b {
  background-image: linear-gradient(
    to bottom,
    var(--tw-gradient-from, transparent),
    var(--tw-gradient-to, transparent)
  );
}

.bg-gradient-to-br {
  background-image: linear-gradient(
    to bottom right,
    var(--tw-gradient-from, transparent),
    var(--tw-gradient-to, transparent)
  );
}

.bg-gradient-to-r {
  background-image: linear-gradient(
    to right,
    var(--tw-gradient-from, transparent),
    var(--tw-gradient-via, var(--tw-gradient-to, transparent)),
    var(--tw-gradient-to, transparent)
  );
}

.from-\[\#1a1a2e\] { --tw-gradient-from: #1a1a2e; }
.from-primary { --tw-gradient-from: var(--primary); }
.from-transparent { --tw-gradient-from: transparent; }
.from-white\/20 { --tw-gradient-from: rgba(255, 255, 255, 0.2); }
.from-yellow-400 { --tw-gradient-from: #facc15; }
.via-white\/20 { --tw-gradient-via: rgba(255, 255, 255, 0.2); }
.to-\[\#16213e\] { --tw-gradient-to: #16213e; }
.to-orange-500 { --tw-gradient-to: #f97316; }
.to-primary-container { --tw-gradient-to: var(--primary-container); }
.to-transparent { --tw-gradient-to: transparent; }

.text-center { text-align: center; }
.text-\[8px\] { font-size: 0.5rem; }
.text-\[10px\] { font-size: 0.625rem; }
.text-\[11px\] { font-size: 0.6875rem; }
.text-xs { font-size: 0.75rem; }
.text-sm { font-size: 0.875rem; }
.text-lg { font-size: 1.125rem; }
.text-2xl { font-size: 1.5rem; }
.text-6xl { font-size: 3.75rem; }
.text-7xl { font-size: 4.5rem; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }
.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }
.leading-none { line-height: 1; }
.leading-tight { line-height: 1.25; }
.tracking-tighter { letter-spacing: -0.04em; }
.tracking-widest { letter-spacing: 0.2em; }
.tracking-\[0\.2em\] { letter-spacing: 0.2em; }

.text-\[\#492138\] { color: #492138; }
.text-black { color: #000; }
.text-on-primary { color: var(--on-primary); }
.text-on-primary-container { color: var(--on-primary-container); }
.text-on-surface { color: var(--on-surface); }
.text-on-surface-variant { color: var(--on-surface-variant); }
.text-on-surface-variant\/50 { color: rgba(124, 77, 102, 0.5); }
.text-outline { color: var(--outline); }
.text-primary { color: var(--primary); }
.text-primary-container { color: var(--primary-container); }
.text-primary-dim { color: var(--primary-dim); }
.text-secondary { color: var(--secondary); }
.text-tertiary { color: var(--tertiary); }
.text-tertiary-fixed-dim { color: var(--tertiary-fixed-dim); }
.text-error { color: var(--error); }
.text-white\/30 { color: rgba(255, 255, 255, 0.3); }
.text-white\/40 { color: rgba(255, 255, 255, 0.4); }
.text-white\/50 { color: rgba(255, 255, 255, 0.5); }
.text-white\/70 { color: rgba(255, 255, 255, 0.7); }
.text-yellow-400 { color: #facc15; }

.opacity-0 { opacity: 0; }
.shadow-2xl { box-shadow: 0 25px 50px rgba(0, 0, 0, 0.45); }
.drop-shadow-sm { filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.12)); }
.drop-shadow-lg { filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.2)); }
.blur-\[40px\] { filter: blur(40px); }
.blur-\[60px\] { filter: blur(60px); }
.blur-\[64px\] { filter: blur(64px); }
.backdrop-blur-sm { backdrop-filter: blur(8px); }

.transition-all {
  transition-property: all;
  transition-timing-function: ease;
}

.transition-colors {
  transition-property: color, background-color, border-color;
  transition-timing-function: ease;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: ease;
}

.transition-button {
  transition-property: transform, box-shadow;
  transition-timing-function: ease;
}

.transition-width {
  transition-property: width;
  transition-timing-function: ease;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: ease;
}

.duration-75 { transition-duration: 75ms; }
.duration-100 { transition-duration: 100ms; }
.duration-150 { transition-duration: 150ms; }
.duration-200 { transition-duration: 200ms; }
.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }
.ease-out { transition-timing-function: ease-out; }

@keyframes pulse {
  0%,
  100% { opacity: 1; }
  50% { opacity: 0.55; }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.hover\:bg-black\/80:hover { background-color: rgba(0, 0, 0, 0.8); }
.hover\:text-white:hover { color: #fff; }
.hover\:scale-105:hover { transform: scale(1.05); }
.active\:scale-90:active { transform: scale(0.9); }
.active\:shadow-inner:active { box-shadow: inset 0 6px 18px rgba(0, 0, 0, 0.25); }
.group:active .group-active\:scale-125 { transform: scale(1.25); }

#the-button {
  box-shadow: 0 20px 50px rgba(181, 0, 88, 0.3);
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

#the-button:focus,
#the-button:focus-visible {
  outline: none;
  border: 0;
}

@media (hover: hover) {
  #the-button:hover {
    box-shadow: 0 30px 60px rgba(181, 0, 88, 0.4);
  }
}

.-translate-x-1\/2 {
  --local-translate-x: -50%;
  transform: translate(var(--local-translate-x), var(--local-translate-y, 0));
}

.-translate-y-1\/2 {
  --local-translate-y: -50%;
  transform: translate(var(--local-translate-x, 0), var(--local-translate-y));
}

@media (min-width: 768px) {
  .md\:text-4xl { font-size: 2.25rem; }
  .md\:text-8xl { font-size: 6rem; }
}

@media (min-width: 1280px) {
  .xl\:flex { display: flex; }
}
