/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: var(--font-inter); /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-inset-\[5px\] {
  inset: -5px;
}
.inset-0 {
  inset: 0px;
}
.inset-1\/2 {
  inset: 50%;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-x-4 {
  left: 1rem;
  right: 1rem;
}
.-bottom-5 {
  bottom: -1.25rem;
}
.-left-4 {
  left: -1rem;
}
.-right-2 {
  right: -0.5rem;
}
.-right-3 {
  right: -0.75rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-4 {
  top: -1rem;
}
.-top-5 {
  top: -1.25rem;
}
.-top-8 {
  top: -2rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-14 {
  bottom: 3.5rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-\[110px\] {
  bottom: 110px;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-5 {
  left: 1.25rem;
}
.left-6 {
  left: 1.5rem;
}
.left-\[23px\] {
  left: 23px;
}
.left-\[28px\] {
  left: 28px;
}
.left-\[32px\] {
  left: 32px;
}
.left-\[3px\] {
  left: 3px;
}
.left-\[5px\] {
  left: 5px;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.right-\[50\%\] {
  right: 50%;
}
.right-\[5px\] {
  right: 5px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-12 {
  top: 3rem;
}
.top-24 {
  top: 6rem;
}
.top-3 {
  top: 0.75rem;
}
.top-5 {
  top: 1.25rem;
}
.top-6 {
  top: 1.5rem;
}
.top-8 {
  top: 2rem;
}
.top-\[150px\] {
  top: 150px;
}
.top-\[5px\] {
  top: 5px;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[80\] {
  z-index: 80;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.-mt-9 {
  margin-top: -2.25rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[2\/1\] {
  aspect-ratio: 2/1;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.aspect-\[9\/16\] {
  aspect-ratio: 9/16;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-1\/2 {
  height: 50%;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-44 {
  height: 11rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[112px\] {
  height: 112px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[65px\] {
  height: 65px;
}
.h-\[75px\] {
  height: 75px;
}
.h-\[86px\] {
  height: 86px;
}
.h-\[calc\(100dvh-150px\)\] {
  height: calc(100dvh - 150px);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-\[62dvh\] {
  max-height: 62dvh;
}
.max-h-\[70dvh\] {
  max-height: 70dvh;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-\[90dvh\] {
  max-height: 90dvh;
}
.max-h-\[calc\(100dvh-2rem\)\] {
  max-height: calc(100dvh - 2rem);
}
.min-h-0 {
  min-height: 0px;
}
.min-h-20 {
  min-height: 5rem;
}
.min-h-24 {
  min-height: 6rem;
}
.min-h-\[360px\] {
  min-height: 360px;
}
.min-h-\[420px\] {
  min-height: 420px;
}
.min-h-\[560px\] {
  min-height: 560px;
}
.min-h-\[58dvh\] {
  min-height: 58dvh;
}
.min-h-\[66px\] {
  min-height: 66px;
}
.min-h-\[70px\] {
  min-height: 70px;
}
.min-h-\[93dvh\] {
  min-height: 93dvh;
}
.min-h-\[calc\(100dvh-3rem\)\] {
  min-height: calc(100dvh - 3rem);
}
.min-h-dvh {
  min-height: 100dvh;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-28 {
  width: 7rem;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-44 {
  width: 11rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[4px\] {
  width: 4px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[78\%\] {
  width: 78%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[calc\(100\%-30px\)\] {
  width: calc(100% - 30px);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-\[75px\] {
  min-width: 75px;
}
.min-w-\[760px\] {
  min-width: 760px;
}
.min-w-\[900px\] {
  min-width: 900px;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-72 {
  max-width: 18rem;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[260px\] {
  max-width: 260px;
}
.max-w-\[285px\] {
  max-width: 285px;
}
.max-w-\[310px\] {
  max-width: 310px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[330px\] {
  max-width: 330px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[390px\] {
  max-width: 390px;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[440px\] {
  max-width: 440px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-10 {
  --tw-translate-y: -2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[20px\] {
  --tw-translate-x: 20px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-none {
  touch-action: none;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.scroll-mt-8 {
  scroll-margin-top: 2rem;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-\[120px_1fr\] {
  grid-template-columns: 120px 1fr;
}
.grid-cols-\[43\%_1fr\] {
  grid-template-columns: 43% 1fr;
}
.grid-rows-\[0fr\] {
  grid-template-rows: 0fr;
}
.grid-rows-\[1fr\] {
  grid-template-rows: 1fr;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[0\.65rem\] {
  border-radius: 0.65rem;
}
.rounded-\[1\.1rem\] {
  border-radius: 1.1rem;
}
.rounded-\[1\.25rem\] {
  border-radius: 1.25rem;
}
.rounded-\[1\.35rem\] {
  border-radius: 1.35rem;
}
.rounded-\[1\.45rem\] {
  border-radius: 1.45rem;
}
.rounded-\[1\.4rem\] {
  border-radius: 1.4rem;
}
.rounded-\[1\.55rem\] {
  border-radius: 1.55rem;
}
.rounded-\[1\.5rem\] {
  border-radius: 1.5rem;
}
.rounded-\[1\.6rem\] {
  border-radius: 1.6rem;
}
.rounded-\[2\.1rem\] {
  border-radius: 2.1rem;
}
.rounded-\[25px\] {
  border-radius: 25px;
}
.rounded-\[2rem\] {
  border-radius: 2rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-t-\[2\.2rem\] {
  border-top-left-radius: 2.2rem;
  border-top-right-radius: 2.2rem;
}
.rounded-t-\[32px\] {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
.rounded-br-\[0px\] {
  border-bottom-right-radius: 0px;
}
.rounded-tr-\[0px\] {
  border-top-right-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-\[4px\] {
  border-width: 4px;
}
.border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}
.border-x-\[2px\] {
  border-left-width: 2px;
  border-right-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[2px\] {
  border-bottom-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-\[\#2A6041\] {
  --tw-border-opacity: 1;
  border-color: rgb(42 96 65 / var(--tw-border-opacity, 1));
}
.border-app-success {
  border-color: var(--app-success);
}
.border-festival-primary {
  border-color: var(--festival-primary);
}
.border-festival-secondary {
  border-color: var(--festival-secondary);
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-slate-950 {
  --tw-border-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.border-t-festival-secondary {
  border-top-color: var(--festival-secondary);
}
.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#2A6041\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 96 65 / var(--tw-bg-opacity, 1));
}
.bg-\[\#6C33BF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(108 51 191 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F8F8F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF3399\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 51 153 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF6B35\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 107 53 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f3f4f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-app-success {
  background-color: var(--app-success);
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-festival-primary {
  background-color: var(--festival-primary);
}
.bg-festival-secondary {
  background-color: var(--festival-secondary);
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}
.bg-slate-950\/70 {
  background-color: rgb(2 6 23 / 0.7);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35);
}
.bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45);
}
.bg-\[linear-gradient\(90deg\2c transparent_32\%\2c rgba\(255\2c 255\2c 255\2c \.22\)_32\%\2c rgba\(255\2c 255\2c 255\2c \.22\)_33\%\2c transparent_33\%\2c transparent_66\%\2c rgba\(255\2c 255\2c 255\2c \.22\)_66\%\2c rgba\(255\2c 255\2c 255\2c \.22\)_67\%\2c transparent_67\%\)\2c linear-gradient\(0deg\2c transparent_32\%\2c rgba\(255\2c 255\2c 255\2c \.16\)_32\%\2c rgba\(255\2c 255\2c 255\2c \.16\)_33\%\2c transparent_33\%\2c transparent_66\%\2c rgba\(255\2c 255\2c 255\2c \.16\)_66\%\2c rgba\(255\2c 255\2c 255\2c \.16\)_67\%\2c transparent_67\%\)\] {
  background-image: linear-gradient(90deg,transparent 32%,rgba(255,255,255,.22) 32%,rgba(255,255,255,.22) 33%,transparent 33%,transparent 66%,rgba(255,255,255,.22) 66%,rgba(255,255,255,.22) 67%,transparent 67%),linear-gradient(0deg,transparent 32%,rgba(255,255,255,.16) 32%,rgba(255,255,255,.16) 33%,transparent 33%,transparent 66%,rgba(255,255,255,.16) 66%,rgba(255,255,255,.16) 67%,transparent 67%);
}
.bg-\[radial-gradient\(circle\2c rgba\(255\2c 255\2c 255\2c \.28\)\2c transparent_50\%\)\] {
  background-image: radial-gradient(circle,rgba(255,255,255,.28),transparent 50%);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-black\/10 {
  --tw-gradient-from: rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/80 {
  --tw-gradient-from: rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/85 {
  --tw-gradient-from: rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-black\/10 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black\/25 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black\/30 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-black\/45 {
  --tw-gradient-to: rgb(0 0 0 / 0.45) var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.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;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[58px\] {
  padding-left: 58px;
  padding-right: 58px;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.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;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[max\(2rem\2c env\(safe-area-inset-bottom\)\)\] {
  padding-bottom: max(2rem, env(safe-area-inset-bottom));
}
.pl-20 {
  padding-left: 5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-\[58px\] {
  padding-left: 58px;
}
.pl-\[72px\] {
  padding-left: 72px;
}
.pr-14 {
  padding-right: 3.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-dela {
  font-family: var(--font-dela);
}
.font-inter {
  font-family: var(--font-inter);
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[\.7rem\] {
  font-size: .7rem;
}
.text-\[1\.05rem\] {
  font-size: 1.05rem;
}
.text-\[1\.1rem\] {
  font-size: 1.1rem;
}
.text-\[1\.25rem\] {
  font-size: 1.25rem;
}
.text-\[1\.2rem\] {
  font-size: 1.2rem;
}
.text-\[1\.35rem\] {
  font-size: 1.35rem;
}
.text-\[1\.3rem\] {
  font-size: 1.3rem;
}
.text-\[1\.5rem\] {
  font-size: 1.5rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[2\.65rem\] {
  font-size: 2.65rem;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-\[3rem\] {
  font-size: 3rem;
}
.text-\[5rem\] {
  font-size: 5rem;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-\[\.9\] {
  line-height: .9;
}
.leading-\[1\.05\] {
  line-height: 1.05;
}
.leading-\[1\.25\] {
  line-height: 1.25;
}
.leading-none {
  line-height: 1;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-\[\#2A6041\] {
  --tw-text-opacity: 1;
  color: rgb(42 96 65 / var(--tw-text-opacity, 1));
}
.text-\[\#6C33BF\] {
  --tw-text-opacity: 1;
  color: rgb(108 51 191 / var(--tw-text-opacity, 1));
}
.text-\[\#FF3399\] {
  --tw-text-opacity: 1;
  color: rgb(255 51 153 / var(--tw-text-opacity, 1));
}
.text-\[\#FF6B35\] {
  --tw-text-opacity: 1;
  color: rgb(255 107 53 / var(--tw-text-opacity, 1));
}
.text-app-success {
  color: var(--app-success);
}
.text-festival-primary {
  color: var(--festival-primary);
}
.text-festival-secondary {
  color: var(--festival-secondary);
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-slate-900\/40 {
  color: rgb(15 23 42 / 0.4);
}
.text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-\[0_12px_34px_rgba\(18\2c 10\2c 50\2c \.18\)\] {
  --tw-shadow: 0 12px 34px rgba(18,10,50,.18);
  --tw-shadow-colored: 0 12px 34px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_14px_28px_rgba\(17\2c 8\2c 40\2c \.16\)\] {
  --tw-shadow: 0 14px 28px rgba(17,8,40,.16);
  --tw-shadow-colored: 0 14px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_18px_40px_rgba\(15\2c 7\2c 36\2c \.28\)\] {
  --tw-shadow: 0 18px 40px rgba(15,7,36,.28);
  --tw-shadow-colored: 0 18px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[grid-template-rows\2c opacity\] {
  transition-property: grid-template-rows,opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[padding\] {
  transition-property: padding;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-\[280ms\] {
  transition-duration: 280ms;
}
.ease-\[cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)\] {
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.will-change-transform {
  will-change: transform;
}

:root {
  --festival-primary: #6C33BF;
  --festival-secondary: #FF3399;
  --app-success: #47D963;
  --font-inter: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-dela: "Dela Gothic One", ui-sans-serif, system-ui, sans-serif;
  color-scheme: light;
}

* { box-sizing: border-box; }
html, body { min-height: 100%; }
body {
  margin: 0;
  font-family: var(--font-inter);
  background: radial-gradient(circle at top, color-mix(in srgb, var(--festival-primary) 18%, white), #faf8ff 34%, #f6f7fb 100%);
  color: #191623;
  font-synthesis-weight: none;
  text-rendering: optimizeLegibility;
}

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

.mobile-shell {
  width: min(100%, 440px);
  min-height: 100dvh;
  margin: 0 auto;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(16px);
}

.tap {
  min-height: 48px;
}

/* Install Page Styles */
.install-page-body {
  background: var(--festival-primary) !important;
  height: 100svh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.install-page-body .mobile-shell {
  background: transparent !important;
  backdrop-filter: none !important;
}

.top-color-bar {
  display: flex;
  height: 4px;
  width: 100%;
  gap: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.top-color-bar div {
  flex: 1;
}
.color-1 { background-color: #0038A1; }
.color-2 { background-color: #1D92BA; }
.color-3 { background-color: #00A8A3; }
.color-4 { background-color: #6EA144; }
.color-5 { background-color: #EE9F00; }

.install-app-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  max-width: 500px; /* Center content on very wide screens */
  margin: 0 auto;
}

.install-top-section {
  flex: 1; /* This section will absorb all extra vertical space */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; /* Content starts at top */
  padding: clamp(20px, 5vh, 40px) 20px 0 20px;
  color: white;
  text-align: center;
  overflow-y: scroll;
}
.install-top-section::-webkit-scrollbar {
  display: none;
}
.install-top-section-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; /* Content starts at top */
  text-align: center;
  padding-bottom: clamp(55px, 10vh, 90px);
}

.install-grdf-wrapper {
  margin-bottom: clamp(10px, 3vh, 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.install-img-grdf {
  height: clamp(60px, 8vh, 90px);
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.install-grdf-presente {
  font-weight: 400;
  font-size: clamp(12px, 3.5vw, 16px);
  letter-spacing: 0.5px;
}

.install-img-cycling {
  width: clamp(35px, 5vh, 50px);
  height: clamp(35px, 5vh, 50px);
  margin-bottom: 5px;
}

.install-main-title {
  font-size: clamp(20px, 6vw, 28px);
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.install-musilac-sur {
  font-weight: 400;
  font-size: clamp(12px, 3.5vw, 16px);
  margin-bottom: 8px;
}

.install-img-musilac {
  width: clamp(160px, 45vw, 240px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.install-bottom-section {
  flex: none; /* Only takes the space of its content */
  background-color: white;
  border-radius: 40px 40px 0 0;
  position: relative;
  padding: 48px 30px clamp(20px, 5vh, 34px) 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.install-circle-icon {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 55px;
  border: none;
}

.install-action-title {
  font-size: clamp(20px, 5.5vw, 25px);
  color: black;
  margin-bottom: 10px;
}

.install-action-desc {
  font-weight: 400;
  font-size: clamp(15px, 4vw, 18px);
  line-height: 1.4;
  color: black;
  margin-bottom: 20px;
  max-width: 320px;
}

.install-install-btn {
  background-color: var(--festival-primary);
  color: white;
  width: 100%;
  padding: clamp(12px, 2vh, 15px);
  border-radius: 30px;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.install-install-btn:active {
  transform: scale(0.97);
}

.install-desktop-msg { display: none; }
.install-mobile-msg { display: block; }

@media (min-width: 768px) {
  .install-mobile-msg { display: none !important; }
  .install-desktop-msg { display: block; }
  .install-app-container {
    justify-content: center;
    align-items: center;
    padding: 40px;
  }
  .install-top-section {
    flex: none;
    padding: 0;
    margin-bottom: 40px;
  }
  .install-bottom-section {
    flex: none;
    background-color: transparent;
    padding: 0;
  }
  .install-circle-icon {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .install-action-title {
    color: white;
    font-size: 25px; /* Keep mobile size */
    margin-bottom: 15px;
  }
  .install-action-desc {
    color: white;
    font-size: 18px; /* Keep mobile size */
    max-width: 450px;
    opacity: 0.7;
    line-height: 1.6;
  }
  .install-img-grdf {
    height: 100px; /* Keep mobile size */
  }
  .install-main-title {
    font-size: 25px; /* Keep mobile size */
  }
}

/* Modals */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
}

.modal-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: fadeIn 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  z-index: -1;
}

.modal-overlay.closing::before {
  animation: fadeOut 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.modal-content {
  background: white;
  width: 100%;
  max-width: 400px;
  border-radius: 24px;
  padding: 30px;
  text-align: left;
  animation: modalEnter 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  position: relative;
  opacity: 1 !important;
}

.modal-overlay.closing .modal-content {
  animation: modalExit 0.4s cubic-bezier(0.4, 1, 1, 1) forwards;
}

.modal-close-trigger {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: var(--festival-primary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  cursor: pointer;
  border: none;
  color: white;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.modal-close-trigger:active {
  transform: scale(0.85);
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

@keyframes modalEnter {
  from { 
    transform: translateY(100%);
    opacity: 1;
  }
  to { 
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes modalExit {
  from { 
    transform: translateY(0);
    opacity: 1;
  }
  to { 
    transform: translateY(100%);
    opacity: 1;
  }
}

.modal-content h3 {
  margin-bottom: 15px;
  color: black;
}
.modal-content p {
  font-size: 16px;
  line-height: 1.4;
  color: #444;
  margin-bottom: 20px;
}
.instruction-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 20px;
  border: 1px solid #eee;
}
.close-modal-btn {
  background: #eee;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
}

@keyframes splash-recycle-spin {
  0% { transform: rotate(0deg) scale(1); }
  18% { transform: rotate(54deg) scale(1.04); }
  39% { transform: rotate(148deg) scale(.98); }
  63% { transform: rotate(252deg) scale(1.03); }
  82% { transform: rotate(318deg) scale(1); }
  100% { transform: rotate(360deg) scale(1); }
}

@keyframes splash-progress {
  0% { transform: scaleX(.08); opacity: .75; }
  38% { transform: scaleX(.58); opacity: 1; }
  68% { transform: scaleX(.78); opacity: .95; }
  100% { transform: scaleX(1); opacity: 1; }
}

.splash-recycle-spin {
  animation: splash-recycle-spin 1.55s cubic-bezier(.46, .05, .25, 1) infinite;
  transform-origin: center;
}

.splash-progress {
  animation: splash-progress 1.4s cubic-bezier(.37, 0, .17, 1) forwards;
  transform-origin: left center;
  width: 100%;
}

/* Onboarding Page Styles */
.onboarding-page-body {
  background: var(--festival-primary) !important;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

.onboarding-page-body .mobile-shell {
  background: transparent !important;
  backdrop-filter: none !important;
}

.onboarding-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.onboarding-top-section {
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(30px, 6vh, 40px) 20px 0 20px;
  color: white;
  text-align: center;
}

.onboarding-title {
  font-size: clamp(32px, 8vw, 42px);
  margin-bottom: clamp(10px, 2vh, 15px);
  line-height: 1;
}

.onboarding-desc {
  font-size: 16px;
  max-width: 320px;
  margin-bottom: 15px;
  line-height: 1.4;
  font-weight: 400;
}

.onboarding-fact-card {
  background: white;
  border: 2px solid var(--festival-secondary);
  border-radius: 32px;
  padding: 12px 20px;
  position: relative;
  margin: 0 10px;
  text-align: left;
}

.onboarding-fact-leaf {
  position: absolute;
  top: -15px;
  right: -5px;
  width: 38px;
  height: 38px;
  background: var(--festival-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.onboarding-fact-leaf img {
  width: 20px;
  height: 20px;
}

.onboarding-fact-title {
  color: var(--festival-secondary);
  font-size: clamp(18px, 5vw, 22px);
  margin-bottom: 4px;
}

.onboarding-fact-text {
  color: var(--festival-secondary);
  font-size: clamp(12px, 3.5vw, 14px);
  line-height: 1.3;
  font-weight: 400;
}

.onboarding-bottom-section {
  flex: 1;
  background-color: white;
  border-radius: 32px 32px 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.onboarding-bottom-inner {
  padding: 0 30px 30px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.onboarding-character-section {
  position: relative;
  width: 100%;
  border-radius: 32px 32px 0 0;
  overflow: hidden;
  z-index: 10;
}

.onboarding-character-img-wrapper {
  width: 100%;
  aspect-ratio: 2 / 1;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  overflow: hidden;
  background: #f0f0f0;
  max-height: clamp(135px, 28vh, 175px);
}

.onboarding-character-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.onboarding-player-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--festival-secondary);
  color: white;
  padding: 4px 20px;
  border-radius: 20px;
  font-size: clamp(12px, 3.5vw, 14px);
  z-index: 20;
  white-space: nowrap;
}

.onboarding-input-group {
  margin-bottom: auto;
}

.onboarding-label {
  display: block;
  font-size: clamp(18px, 5vw, 22px);
  color: black;
  margin-bottom: 1px;
  margin-left: 10px;
}

.onboarding-input-wrapper {
  position: relative;
}

.onboarding-input {
  width: 100%;
  height: 50px;
  border: 3px solid var(--festival-primary);
  border-radius: 35px;
  padding: 0 55px 0 25px;
  font-size: clamp(24px, 6.5vw, 32px);
  color: var(--festival-primary);
  outline: none;
  background: white;
}

.onboarding-input-check {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(25px, 6vw, 30px);
  height: clamp(25px, 6vw, 30px);
}

.onboarding-input-hint {
  font-size: clamp(10px, 2.5vw, 11px);
  color: #666;
  margin-top: 3px;
  margin-bottom: 10px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
}

.onboarding-festival-card {
  background: var(--festival-secondary);
  border-radius: 25px;
  padding: 20px;
  color: white;
  position: relative;
  margin-bottom: 10px;
}

.onboarding-festival-card--outlined {
  background: transparent;
  border: 2px solid var(--festival-secondary);
  padding: 0;
}

.onboarding-festival-card-header {
  background: var(--festival-secondary);
  border-radius: 23px;
  padding: 20px;
}

.onboarding-festival-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  color: var(--festival-secondary);
  padding: 4px 25px;
  border-radius: 9999px;
  border: 2px solid var(--festival-secondary);
  font-size: 11px;
  font-weight: 700;
  z-index: 10;
}

.onboarding-festival-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.onboarding-festival-info {
  display: flex;
  flex-direction: column;
}

.onboarding-festival-logo-wrapper {
  margin-bottom: 5px;
}

.onboarding-festival-logo {
  height: clamp(30px, 5vh, 35px);
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.onboarding-festival-meta {
  font-size: clamp(9px, 2.2vw, 11px);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.onboarding-festival-stats {
  text-align: right;
  display: flex;
  flex-direction: column;
}

.onboarding-festival-count {
  font-size: clamp(28px, 8vw, 36px);
  line-height: 1;
}

.onboarding-festival-stats--compact .onboarding-festival-count {
  font-size: 16px;
}

.onboarding-festival-label {
  font-size: clamp(10px, 3vw, 12px);
  font-weight: 500;
  opacity: 0.9;
  line-height: 1;
}

.onboarding-submit-btn {
  width: 100%;
  height: 50px;
  background: var(--festival-primary);
  color: white;
  border-radius: 35px;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 8px;
  margin-bottom: 24px;
  transition: transform 0.2s ease;
}

.onboarding-submit-btn:active {
  transform: scale(0.97);
}

.onboarding-submit-btn--faux-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.onboarding-footer-text {
  font-size: clamp(11px, 3vw, 13px);
  color: #666;
  text-align: center;
  font-style: italic;
  line-height: 1.3;
  font-weight: 500;
  max-width: 280px;
  margin: 0 auto;
}

.onboarding-recovery-toggle {
  display: block;
  margin: 14px auto 30px auto;
  font-size: 11px;
  color: var(--festival-primary);
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 700;
}

.monster-card-perspective {
  perspective: 900px;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.monster-card-shell {
  transform: rotateX(var(--monster-rotate-x)) rotateY(var(--monster-rotate-y));
  transform-style: preserve-3d;
  transition: transform 220ms ease;
  will-change: transform;
}

.monster-card-shell:active {
  transition-duration: 90ms;
}

.monster-card-inner {
  transform: translateZ(18px);
}

.monster-card-glare {
  background: radial-gradient(
    circle at var(--monster-glare-x) var(--monster-glare-y),
    rgba(255, 255, 255, 0.28),
    rgba(255, 255, 255, 0.08) 18%,
    transparent 42%
  );
  mix-blend-mode: screen;
  opacity: 0.65;
}

/* Force standard Inter weight */
.onboarding-festival-meta,
.onboarding-festival-label,
.onboarding-footer-text {
  font-weight: 400 !important;
}

/* Tutorial Page Styles */
.tutorial-emoji-circle {
  width: clamp(90px, 22vw, 110px);
  height: clamp(90px, 22vw, 110px);
}

.tutorial-emoji-text {
  font-size: clamp(50px, 12vw, 65px);
  line-height: 1;
}

.tutorial-image-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 73%);
}

/* Onboarding Transitions */
@keyframes tutorial-fade-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.tutorial-animate-content {
  animation: tutorial-fade-in 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.tutorial-crossfade {
  transition: opacity 0.6s ease-in-out;
}

/* Custom Onboarding Animations */
@keyframes tutorialContentIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-tutorial-content {
  animation: tutorialContentIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}

.animate-breathe {
  animation: breathe 2.4s ease-in-out infinite;
}

.hover\:bg-black\/30:hover {
  background-color: rgb(0 0 0 / 0.3);
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-slate-950:hover {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.focus\:border-festival-primary:focus {
  border-color: var(--festival-primary);
}

.active\:scale-90:active {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.active\:\[animation-play-state\:paused\]:active {
  animation-play-state: paused;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

@media (prefers-reduced-motion: no-preference) {

  @keyframes spin {

    to {
      transform: rotate(360deg);
    }
  }

  .motion-safe\:animate-spin {
    animation: spin 1s linear infinite;
  }
}

@media (min-width: 380px) {

  .min-\[380px\]\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .min-\[380px\]\:h-5 {
    height: 1.25rem;
  }

  .min-\[380px\]\:h-\[clamp\(18px\2c 5vw\2c 24px\)\] {
    height: clamp(18px, 5vw, 24px);
  }

  .min-\[380px\]\:min-h-\[70px\] {
    min-height: 70px;
  }

  .min-\[380px\]\:w-5 {
    width: 1.25rem;
  }

  .min-\[380px\]\:w-\[clamp\(18px\2c 5vw\2c 24px\)\] {
    width: clamp(18px, 5vw, 24px);
  }

  .min-\[380px\]\:w-\[clamp\(38px\2c 10vw\2c 44px\)\] {
    width: clamp(38px, 10vw, 44px);
  }

  .min-\[380px\]\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .min-\[380px\]\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .min-\[380px\]\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .min-\[380px\]\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .min-\[380px\]\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .min-\[380px\]\:text-\[clamp\(10px\2c 2\.4vw\2c 11px\)\] {
    font-size: clamp(10px, 2.4vw, 11px);
  }

  .min-\[380px\]\:text-\[clamp\(10px\2c 2\.8vw\2c 12px\)\] {
    font-size: clamp(10px, 2.8vw, 12px);
  }
}

@media (min-width: 640px) {

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .md\:items-center {
    align-items: center;
  }
}

@media (min-width: 1024px) {

  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:h-dvh {
    height: 100dvh;
  }

  .lg\:grid-cols-\[128px_1fr_auto\] {
    grid-template-columns: 128px 1fr auto;
  }

  .lg\:grid-cols-\[150px_1fr_auto\] {
    grid-template-columns: 150px 1fr auto;
  }

  .lg\:grid-cols-\[260px_1fr\] {
    grid-template-columns: 260px 1fr;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1280px) {

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-\[260px_1fr\] {
    grid-template-columns: 260px 1fr;
  }
}

