@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap);
html,
body,
#root,
#__next,
#app {
  background-color: #16213E; 
  height: 100%;
  margin: 0;
  padding: 0;
}


/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */


/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */


/*
Document
========
*/


/**
Use a better box model (opinionated).
*/


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


/**
Use a more readable tab size (opinionated).
*/


html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}


/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/


html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}


/*
Sections
========
*/


/**
Remove the margin in all browsers.
*/


body {
	margin: 0;
}


/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/


body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}


/*
Grouping content
================
*/


/**
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)
*/


hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}


/*
Text-level semantics
====================
*/


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


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


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


b,
strong {
	font-weight: bolder;
}


/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/


code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}


/**
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;
}


/*
Tabular data
============
*/


/**
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)
*/


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


/*
Forms
=====
*/


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


button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}


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


button,
select { /* 1 */
	text-transform: none;
}


/**
Correct the inability to style clickable types in iOS and Safari.
*/


button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}


/**
Remove the inner border and padding in Firefox.
*/


::-moz-focus-inner {
	border-style: none;
	padding: 0;
}


/**
Restore the focus styles unset by the previous rule.
*/


:-moz-focusring {
	outline: 1px dotted ButtonText;
}


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


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


/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/


legend {
	padding: 0;
}


/**
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 */
}


/*
Interactive
===========
*/


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


summary {
	display: list-item;
}


/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */


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


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


button {
  background-color: transparent;
  background-image: none;
}


fieldset {
  margin: 0;
  padding: 0;
}


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


/**
 * Tailwind custom reset styles
 */


/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */


html {
  font-family: "Plus Jakarta Sans", Avenir Next, Avenir, system-ui, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */


body {
  font-family: inherit;
  line-height: inherit;
}


/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */


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


/*
 * Ensure horizontal rules are visible by default
 */


hr {
  border-top-width: 1px;
}


/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */


img {
  border-style: solid;
}


textarea {
  resize: vertical;
}


input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}


input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}


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


/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */


:-moz-focusring {
	outline: auto;
}


table {
  border-collapse: collapse;
}


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;
}


/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */


button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}


/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */


pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}


/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */


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;
}


/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */


[hidden] {
  display: none;
}


*, ::before, ::after {
  --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-transform: translateX(var(--tw-translate-x)) translateY(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));
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-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);
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-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);
}
.container {
  width: 100%;
}
.\!container {
  width: 100% !important;
}
@media (min-width: 640px) {


  .container {
    max-width: 640px;
  }


  .\!container {
    max-width: 640px !important;
  }
}
@media (min-width: 768px) {


  .container {
    max-width: 768px;
  }


  .\!container {
    max-width: 768px !important;
  }
}
@media (min-width: 1024px) {


  .container {
    max-width: 1024px;
  }


  .\!container {
    max-width: 1024px !important;
  }
}
@media (min-width: 1280px) {


  .container {
    max-width: 1280px;
  }


  .\!container {
    max-width: 1280px !important;
  }
}
@media (min-width: 1536px) {


  .container {
    max-width: 1536px;
  }


  .\!container {
    max-width: 1536px !important;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.-inset-px {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-x-3 {
  left: 0.75rem;
  right: 0.75rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-3 {
  top: 0.75rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.top-0 {
  top: 0px;
}
.top-\[15vh\] {
  top: 15vh;
}
.left-16 {
  left: 4rem;
}
.top-\[22vh\] {
  top: 22vh;
}
.right-16 {
  right: 4rem;
}
.bottom-\[45vh\] {
  bottom: 45vh;
}
.left-8 {
  left: 2rem;
}
.right-8 {
  right: 2rem;
}
.bottom-\[25vh\] {
  bottom: 25vh;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.top-4 {
  top: 1rem;
}
.left-2 {
  left: 0.5rem;
}
.top-2 {
  top: 0.5rem;
}
.-bottom-1 {
  bottom: -0.25rem;
}
.-right-1 {
  right: -0.25rem;
}
.-top-2 {
  top: -0.5rem;
}
.-right-2 {
  right: -0.5rem;
}
.-bottom-0 {
  bottom: 0px;
}
.-right-0 {
  right: 0px;
}
.bottom-\[calc\(64px\+env\(safe-area-inset-bottom\)\)\] {
  bottom: calc(64px + env(safe-area-inset-bottom));
}
.right-2 {
  right: 0.5rem;
}
.-top-1 {
  top: -0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-6 {
  left: 1.5rem;
}
.right-6 {
  right: 1.5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.left-4 {
  left: 1rem;
}
.left-1\/2 {
  left: 50%;
}
.top-20 {
  top: 5rem;
}
.-left-1\/2 {
  left: -50%;
}
.-right-1\/2 {
  right: -50%;
}
.top-\[72px\] {
  top: 72px;
}
.z-50 {
  z-index: 50;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-30 {
  z-index: 30;
}
.z-0 {
  z-index: 0;
}
.z-40 {
  z-index: 40;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.ml-\[5vw\] {
  margin-left: 5vw;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-auto {
  margin-top: auto;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.-mt-px {
  margin-top: -1px;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-3 {
  height: 0.75rem;
}
.h-7 {
  height: 1.75rem;
}
.h-10 {
  height: 2.5rem;
}
.h-\[1px\] {
  height: 1px;
}
.h-9 {
  height: 2.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-1 {
  height: 0.25rem;
}
.h-screen {
  height: 100vh;
}
.h-\[600px\] {
  height: 600px;
}
.h-64 {
  height: 16rem;
}
.h-40 {
  height: 10rem;
}
.h-20 {
  height: 5rem;
}
.h-14 {
  height: 3.5rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-16 {
  height: 4rem;
}
.h-48 {
  height: 12rem;
}
.h-4 {
  height: 1rem;
}
.h-12 {
  height: 3rem;
}
.h-28 {
  height: 7rem;
}
.h-\[40\%\] {
  height: 40%;
}
.h-32 {
  height: 8rem;
}
.h-24 {
  height: 6rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-2 {
  height: 0.5rem;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[30\%\] {
  height: 30%;
}
.h-56 {
  height: 14rem;
}
.h-\[70\%\] {
  height: 70%;
}
.h-\[calc\(100\%-72px\)\] {
  height: calc(100% - 72px);
}
.max-h-\[88vh\] {
  max-height: 88vh;
}
.max-h-\[calc\(88vh-48px\)\] {
  max-height: calc(88vh - 48px);
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-\[350px\] {
  max-height: 350px;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-\[38px\] {
  max-height: 38px;
}
.max-h-\[44vh\] {
  max-height: 44vh;
}
.min-h-\[1\.25rem\] {
  min-height: 1.25rem;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-\[170px\] {
  min-height: 170px;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.w-5 {
  width: 1.25rem;
}
.w-\[2px\] {
  width: 2px;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-28 {
  width: 7rem;
}
.w-10 {
  width: 2.5rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-7 {
  width: 1.75rem;
}
.w-24 {
  width: 6rem;
}
.w-20 {
  width: 5rem;
}
.w-full {
  width: 100%;
}
.w-9 {
  width: 2.25rem;
}
.w-12 {
  width: 3rem;
}
.w-\[600px\] {
  width: 600px;
}
.w-64 {
  width: 16rem;
}
.w-40 {
  width: 10rem;
}
.w-14 {
  width: 3.5rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3 {
  width: 0.75rem;
}
.w-16 {
  width: 4rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1 {
  width: 0.25rem;
}
.w-48 {
  width: 12rem;
}
.w-4 {
  width: 1rem;
}
.w-screen {
  width: 100vw;
}
.w-\[10px\] {
  width: 10px;
}
.w-2 {
  width: 0.5rem;
}
.w-32 {
  width: 8rem;
}
.w-56 {
  width: 14rem;
}
.w-\[92\%\] {
  width: 92%;
}
.w-3\/4 {
  width: 75%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-\[90vw\] {
  max-width: 90vw;
}
.max-w-\[55\%\] {
  max-width: 55%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-\[75\%\] {
  max-width: 75%;
}
.max-w-\[65vw\] {
  max-width: 65vw;
}
.max-w-\[70\%\] {
  max-width: 70%;
}
.max-w-\[55vw\] {
  max-width: 55vw;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.-translate-y-32 {
  --tw-translate-y: -8rem;
  transform: var(--tw-transform);
}
.translate-x-1\/4 {
  --tw-translate-x: 25%;
  transform: var(--tw-transform);
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: var(--tw-transform);
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}
.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: var(--tw-transform);
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}
.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: var(--tw-transform);
}
.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: var(--tw-transform);
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: var(--tw-transform);
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: var(--tw-transform);
}
.transform {
  transform: var(--tw-transform);
}
@keyframes pulse {


  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.animate-\[fadeInUp_220ms_ease-out\] {
  animation: fadeInUp_220ms_ease-out;
}
.animate-pulse-slow {
  animation: pulse 3s ease-in-out infinite;
}
@keyframes ping {


  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ring-slow {
  animation: ping 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes slowSpin {


  0% {
    transform: rotate(0deg);
  }


  100% {
    transform: rotate(360deg);
  }
}
.animate-slow-spin {
  animation: slowSpin 6s linear infinite;
}
@keyframes float {


  0% {
    transform: translateY(0);
    opacity: 1;
  }


  100% {
    transform: translateY(-50px);
    opacity: 0;
  }
}
.animate-float {
  animation: float 1s linear infinite;
}
@keyframes bounce {


  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }


  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
.animate-spin-slow {
  animation: slowSpin 6s linear infinite;
}
@keyframes spin {


  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
@keyframes shimmer {


  0% {
    transform: translateX(-100%);
  }


  100% {
    transform: translateX(100%);
  }
}
.animate-shimmer {
  animation: shimmer 2s infinite;
}
@keyframes fadeInUp {


  0% {
    opacity: 0;
    transform: translateY(6px);
  }


  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fadeInUp {
  animation: fadeInUp 420ms ease-out both;
}
@keyframes pop {


  0% {
    transform: scale(0.6);
    opacity: 0;
  }


  60% {
    transform: scale(1.15);
    opacity: 1;
  }


  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate-pop {
  animation: pop 320ms ease-out both;
}
@keyframes glowPulse {


  0% {
    box-shadow: 0 0 0 0 rgba(16,185,129,0.45);
  }


  100% {
    box-shadow: 0 0 0 10px rgba(16,185,129,0);
  }
}
.animate-glowPulse {
  animation: glowPulse 600ms ease-out both;
}
@keyframes ringIn {


  0% {
    opacity: 0;
    transform: scale(0.9);
  }


  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animate-ringIn {
  animation: ringIn 260ms ease-out both;
}
@keyframes drawCheck {


  0% {
    stroke-dashoffset: 26;
  }


  100% {
    stroke-dashoffset: 0;
  }
}
.animate-drawCheck {
  animation: drawCheck 360ms ease-out forwards;
}
@keyframes arrowNudge {


  0%, 100% {
    transform: translateX(0);
  }


  50% {
    transform: translateX(4px);
  }
}
.animate-arrowNudge {
  animation: arrowNudge 0.8s ease-in-out infinite;
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes wave {


  0% {
    transform: rotate(0deg);
  }


  10% {
    transform: rotate(14deg);
  }


  20% {
    transform: rotate(-8deg);
  }


  30% {
    transform: rotate(14deg);
  }


  40% {
    transform: rotate(-4deg);
  }


  50% {
    transform: rotate(10deg);
  }


  60% {
    transform: rotate(0deg);
  }


  100% {
    transform: rotate(0deg);
  }
}
.animate-wave {
  animation: wave 2s infinite;
}
@keyframes fadeIn {


  0% {
    opacity: 0;
    transform: translateY(10px);
  }


  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-in {
  animation: fadeIn 1.2s ease-out forwards;
}
.animate-\[shimmer_1\.8s_infinite\] {
  animation: shimmer_1.8s_infinite;
}
@keyframes neonGlow {


  0%, 100% {
    box-shadow: 0 0 3px rgba(125,90,227,0.6), 0 0 7px rgba(201,182,242,0.45), 0 0 12px rgba(141,110,219,0.35);
  }


  50% {
    box-shadow: 0 0 8px rgba(201,182,242,0.8), 0 0 18px rgba(125,90,227,0.65), 0 0 28px rgba(235,220,251,0.5);
  }
}
.animate-neon-glow {
  animation: neonGlow 2s ease-in-out infinite;
}
.animate-\[pulse-pop_0\.55s_ease\] {
  animation: pulse-pop_0.55s_ease;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-none {
  list-style-type: none;
}
.list-disc {
  list-style-type: disc;
}
.list-decimal {
  list-style-type: decimal;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.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-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-0 {
  gap: 0px;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.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-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * 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-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-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-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.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-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));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overscroll-contain {
  overscroll-behavior: contain;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}
.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-pink-200\/20 {
  border-color: rgba(251, 207, 232, 0.2);
}
.border-emerald-200\/20 {
  border-color: rgba(167, 243, 208, 0.2);
}
.border-sky-200\/20 {
  border-color: rgba(186, 230, 253, 0.2);
}
.border-violet-200\/20 {
  border-color: rgba(221, 214, 254, 0.2);
}
.border-amber-200\/20 {
  border-color: rgba(253, 230, 138, 0.2);
}
.border-fuchsia-200\/20 {
  border-color: rgba(245, 208, 254, 0.2);
}
.border-cyan-200\/20 {
  border-color: rgba(165, 243, 252, 0.2);
}
.border-white\/10 {
  border-color: rgba(255, 255, 255, 0.1);
}
.border-rose-400\/30 {
  border-color: rgba(251, 113, 133, 0.3);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-white\/30 {
  border-color: rgba(255, 255, 255, 0.3);
}
.border-\[\#7D5AE3\] {
  --tw-border-opacity: 1;
  border-color: rgba(125, 90, 227, var(--tw-border-opacity));
}
.border-emerald-400\/30 {
  border-color: rgba(52, 211, 153, 0.3);
}
.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity));
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}
.border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}
.border-white\/20 {
  border-color: rgba(255, 255, 255, 0.2);
}
.border-white\/5 {
  border-color: rgba(255, 255, 255, 0.05);
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity));
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}
.border-\[\#A98AF5\] {
  --tw-border-opacity: 1;
  border-color: rgba(169, 138, 245, var(--tw-border-opacity));
}
.border-\[\#2A2F4A\] {
  --tw-border-opacity: 1;
  border-color: rgba(42, 47, 74, var(--tw-border-opacity));
}
.border-green-400\/20 {
  border-color: rgba(74, 222, 128, 0.2);
}
.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}
.border-yellow-300\/30 {
  border-color: rgba(253, 224, 71, 0.3);
}
.border-green-400\/30 {
  border-color: rgba(74, 222, 128, 0.3);
}
.border-red-400\/30 {
  border-color: rgba(248, 113, 113, 0.3);
}
.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}
.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity));
}
.border-blue-400\/30 {
  border-color: rgba(96, 165, 250, 0.3);
}
.border-transparent {
  border-color: transparent;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}
.border-opacity-10 {
  --tw-border-opacity: 0.1;
}
.bg-pink-200\/10 {
  background-color: rgba(251, 207, 232, 0.1);
}
.bg-emerald-200\/10 {
  background-color: rgba(167, 243, 208, 0.1);
}
.bg-sky-200\/10 {
  background-color: rgba(186, 230, 253, 0.1);
}
.bg-violet-200\/10 {
  background-color: rgba(221, 214, 254, 0.1);
}
.bg-amber-200\/10 {
  background-color: rgba(253, 230, 138, 0.1);
}
.bg-fuchsia-200\/10 {
  background-color: rgba(245, 208, 254, 0.1);
}
.bg-cyan-200\/10 {
  background-color: rgba(165, 243, 252, 0.1);
}
.bg-green-300\/10 {
  background-color: rgba(134, 239, 172, 0.1);
}
.bg-pink-300\/10 {
  background-color: rgba(249, 168, 212, 0.1);
}
.bg-purple-300\/10 {
  background-color: rgba(216, 180, 254, 0.1);
}
.bg-blue-300\/10 {
  background-color: rgba(147, 197, 253, 0.1);
}
.bg-red-300\/10 {
  background-color: rgba(252, 165, 165, 0.1);
}
.bg-rose-300\/10 {
  background-color: rgba(253, 164, 175, 0.1);
}
.bg-yellow-300\/10 {
  background-color: rgba(253, 224, 71, 0.1);
}
.bg-orange-300\/10 {
  background-color: rgba(253, 186, 116, 0.1);
}
.bg-\[\#141e39\] {
  --tw-bg-opacity: 1;
  background-color: rgba(20, 30, 57, var(--tw-bg-opacity));
}
.bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-black\/60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-\[\#1A1A2E\] {
  --tw-bg-opacity: 1;
  background-color: rgba(26, 26, 46, var(--tw-bg-opacity));
}
.bg-white\/\[0\.03\] {
  background-color: rgba(255, 255, 255, 0.03);
}
.bg-white\/5 {
  background-color: rgba(255, 255, 255, 0.05);
}
.bg-\[\#7D5AE3\] {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 90, 227, var(--tw-bg-opacity));
}
.bg-rose-400\/10 {
  background-color: rgba(251, 113, 133, 0.1);
}
.bg-\[\#0F1530\] {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 21, 48, var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-black\/50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-white\/20 {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-\[\#0f1b2e\] {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 27, 46, var(--tw-bg-opacity));
}
.bg-\[\#7d5ae3\] {
  --tw-bg-opacity: 1;
  background-color: rgba(125, 90, 227, var(--tw-bg-opacity));
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}
.bg-emerald-400\/10 {
  background-color: rgba(52, 211, 153, 0.1);
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}
.bg-black\/70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-blue-500\/20 {
  background-color: rgba(59, 130, 246, 0.2);
}
.bg-pink-500\/20 {
  background-color: rgba(236, 72, 153, 0.2);
}
.bg-blue-600\/20 {
  background-color: rgba(37, 99, 235, 0.2);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.bg-green-500\/30 {
  background-color: rgba(34, 197, 94, 0.3);
}
.bg-green-300\/20 {
  background-color: rgba(134, 239, 172, 0.2);
}
.bg-green-500\/10 {
  background-color: rgba(34, 197, 94, 0.1);
}
.bg-red-500\/10 {
  background-color: rgba(239, 68, 68, 0.1);
}
.bg-cyan-300\/10 {
  background-color: rgba(103, 232, 249, 0.1);
}
.bg-amber-300\/10 {
  background-color: rgba(252, 211, 77, 0.1);
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}
.bg-\[\#16213E\] {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 33, 62, var(--tw-bg-opacity));
}
.bg-\[\#1A1D33\] {
  --tw-bg-opacity: 1;
  background-color: rgba(26, 29, 51, var(--tw-bg-opacity));
}
.bg-\[\#2A2F4A\] {
  --tw-bg-opacity: 1;
  background-color: rgba(42, 47, 74, var(--tw-bg-opacity));
}
.bg-\[\#30364D\] {
  --tw-bg-opacity: 1;
  background-color: rgba(48, 54, 77, var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}
.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}
.bg-red-500\/90 {
  background-color: rgba(239, 68, 68, 0.9);
}
.bg-green-500\/20 {
  background-color: rgba(34, 197, 94, 0.2);
}
.bg-green-400\/30 {
  background-color: rgba(74, 222, 128, 0.3);
}
.bg-green-400\/50 {
  background-color: rgba(74, 222, 128, 0.5);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-black\/30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-black\/40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}
.bg-white\/95 {
  background-color: rgba(255, 255, 255, 0.95);
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-pink-400 {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}
.from-yellow-400 {
  --tw-gradient-from: #facc15;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0));
}
.from-green-400 {
  --tw-gradient-from: #4ade80;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
}
.from-indigo-400 {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}
.from-fuchsia-500 {
  --tw-gradient-from: #d946ef;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0));
}
.from-rose-400 {
  --tw-gradient-from: #fb7185;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0));
}
.from-amber-400 {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}
.from-teal-400 {
  --tw-gradient-from: #2dd4bf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0));
}
.from-lime-400 {
  --tw-gradient-from: #a3e635;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0));
}
.from-red-400 {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}
.from-emerald-500 {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}
.from-sky-500 {
  --tw-gradient-from: #0ea5e9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0));
}
.from-violet-500 {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}
.from-amber-500 {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}
.from-\[\#1A1A2E\] {
  --tw-gradient-from: #1A1A2E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 46, 0));
}
.from-\[\#7d5ae3\] {
  --tw-gradient-from: #7d5ae3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 90, 227, 0));
}
.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.from-\[\#00C9A7\] {
  --tw-gradient-from: #00C9A7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 201, 167, 0));
}
.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.from-\[\#7D5AE3\] {
  --tw-gradient-from: #7D5AE3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 90, 227, 0));
}
.from-pink-500 {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}
.from-blue-500 {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}
.from-purple-500 {
  --tw-gradient-from: #a855f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
}
.from-yellow-500 {
  --tw-gradient-from: #eab308;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0));
}
.from-green-500 {
  --tw-gradient-from: #22c55e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
}
.from-red-500 {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}
.from-purple-500\/20 {
  --tw-gradient-from: rgba(168, 85, 247, 0.2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0));
}
.from-white\/20 {
  --tw-gradient-from: rgba(255, 255, 255, 0.2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.from-green-600 {
  --tw-gradient-from: #16a34a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
}
.from-white\/10 {
  --tw-gradient-from: rgba(255, 255, 255, 0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.from-\[\#1A1D33\] {
  --tw-gradient-from: #1A1D33;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 29, 51, 0));
}
.from-\[\#120F2B\] {
  --tw-gradient-from: #120F2B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 15, 43, 0));
}
.from-\[\#2B2400\] {
  --tw-gradient-from: #2B2400;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 36, 0, 0));
}
.from-\[\#052E18\] {
  --tw-gradient-from: #052E18;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 46, 24, 0));
}
.from-green-400\/50 {
  --tw-gradient-from: rgba(74, 222, 128, 0.5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
}
.from-\[\#2B0505\] {
  --tw-gradient-from: #2B0505;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 5, 5, 0));
}
.from-yellow-300\/20 {
  --tw-gradient-from: rgba(253, 224, 71, 0.2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0));
}
.from-\[\#1e3a8a\] {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}
.from-\[\#0f172a\] {
  --tw-gradient-from: #0f172a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0));
}
.from-indigo-600 {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}
.from-green-700 {
  --tw-gradient-from: #15803d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0));
}
.from-rose-500\/70 {
  --tw-gradient-from: rgba(244, 63, 94, 0.7);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0));
}
.from-gray-700 {
  --tw-gradient-from: #3f3f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
}
.from-gray-800 {
  --tw-gradient-from: #27272a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
}
.from-emerald-400 {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}
.from-purple-600\/70 {
  --tw-gradient-from: rgba(147, 51, 234, 0.7);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
}
.from-cyan-500\/70 {
  --tw-gradient-from: rgba(6, 182, 212, 0.7);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0));
}
.from-purple-700 {
  --tw-gradient-from: #7e22ce;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
}
.from-purple-600 {
  --tw-gradient-from: #9333ea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0));
}
.via-purple-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0));
}
.via-orange-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0));
}
.via-blue-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}
.via-purple-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0));
}
.via-violet-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}
.via-pink-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}
.via-cyan-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0));
}
.via-green-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0));
}
.via-teal-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0));
}
.via-fuchsia-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0));
}
.via-\[\#16213E\] {
  --tw-gradient-stops: var(--tw-gradient-from), #16213E, var(--tw-gradient-to, rgba(22, 33, 62, 0));
}
.via-white\/60 {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.6), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.via-white\/40 {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.4), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.via-\[\#7D5AE3\] {
  --tw-gradient-stops: var(--tw-gradient-from), #7D5AE3, var(--tw-gradient-to, rgba(125, 90, 227, 0));
}
.via-indigo-500\/20 {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(99, 102, 241, 0.2), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}
.via-green-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0));
}
.via-white\/10 {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.via-white\/20 {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.2), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.via-\[\#15182A\] {
  --tw-gradient-stops: var(--tw-gradient-from), #15182A, var(--tw-gradient-to, rgba(21, 24, 42, 0));
}
.via-\[\#C9B6F2\] {
  --tw-gradient-stops: var(--tw-gradient-from), #C9B6F2, var(--tw-gradient-to, rgba(201, 182, 242, 0));
}
.via-\[\#1B1540\] {
  --tw-gradient-stops: var(--tw-gradient-from), #1B1540, var(--tw-gradient-to, rgba(27, 21, 64, 0));
}
.via-white\/30 {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.3), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.via-\[\#3B3000\] {
  --tw-gradient-stops: var(--tw-gradient-from), #3B3000, var(--tw-gradient-to, rgba(59, 48, 0, 0));
}
.via-\[\#0B3D21\] {
  --tw-gradient-stops: var(--tw-gradient-from), #0B3D21, var(--tw-gradient-to, rgba(11, 61, 33, 0));
}
.via-green-300\/80 {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(134, 239, 172, 0.8), var(--tw-gradient-to, rgba(134, 239, 172, 0));
}
.via-\[\#3B0B0B\] {
  --tw-gradient-stops: var(--tw-gradient-from), #3B0B0B, var(--tw-gradient-to, rgba(59, 11, 11, 0));
}
.via-\[\#9333ea\] {
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0));
}
.via-\[\#1e293b\] {
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0));
}
.via-blue-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}
.via-gray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
}
.via-red-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}
.to-indigo-500 {
  --tw-gradient-to: #6366f1;
}
.to-pink-500 {
  --tw-gradient-to: #ec4899;
}
.to-purple-500 {
  --tw-gradient-to: #a855f7;
}
.to-pink-400 {
  --tw-gradient-to: #f472b6;
}
.to-blue-500 {
  --tw-gradient-to: #3b82f6;
}
.to-red-500 {
  --tw-gradient-to: #ef4444;
}
.to-emerald-500 {
  --tw-gradient-to: #10b981;
}
.to-fuchsia-500 {
  --tw-gradient-to: #d946ef;
}
.to-rose-400 {
  --tw-gradient-to: #fb7185;
}
.to-lime-400 {
  --tw-gradient-to: #a3e635;
}
.to-indigo-400 {
  --tw-gradient-to: #818cf8;
}
.to-yellow-400 {
  --tw-gradient-to: #facc15;
}
.to-\[\#0F3460\] {
  --tw-gradient-to: #0F3460;
}
.to-\[\#8d6edb\] {
  --tw-gradient-to: #8d6edb;
}
.to-transparent {
  --tw-gradient-to: transparent;
}
.to-white\/10 {
  --tw-gradient-to: rgba(255, 255, 255, 0.1);
}
.to-\[\#00B4D8\] {
  --tw-gradient-to: #00B4D8;
}
.to-\[\#C9B6F2\] {
  --tw-gradient-to: #C9B6F2;
}
.to-\[\#8D6EDB\] {
  --tw-gradient-to: #8D6EDB;
}
.to-pink-700 {
  --tw-gradient-to: #be185d;
}
.to-blue-700 {
  --tw-gradient-to: #1d4ed8;
}
.to-purple-700 {
  --tw-gradient-to: #7e22ce;
}
.to-yellow-600 {
  --tw-gradient-to: #ca8a04;
}
.to-green-700 {
  --tw-gradient-to: #15803d;
}
.to-red-700 {
  --tw-gradient-to: #b91c1c;
}
.to-pink-500\/20 {
  --tw-gradient-to: rgba(236, 72, 153, 0.2);
}
.to-\[\#EBDCFB\] {
  --tw-gradient-to: #EBDCFB;
}
.to-white\/20 {
  --tw-gradient-to: rgba(255, 255, 255, 0.2);
}
.to-\[\#101221\] {
  --tw-gradient-to: #101221;
}
.to-yellow-200 {
  --tw-gradient-to: #fef08a;
}
.to-\[\#7D5AE3\] {
  --tw-gradient-to: #7D5AE3;
}
.to-\[\#0F1237\] {
  --tw-gradient-to: #0F1237;
}
.to-\[\#1A1500\] {
  --tw-gradient-to: #1A1500;
}
.to-\[\#031C10\] {
  --tw-gradient-to: #031C10;
}
.to-green-400\/50 {
  --tw-gradient-to: rgba(74, 222, 128, 0.5);
}
.to-\[\#180303\] {
  --tw-gradient-to: #180303;
}
.to-yellow-500\/10 {
  --tw-gradient-to: rgba(234, 179, 8, 0.1);
}
.to-\[\#f43f5e\] {
  --tw-gradient-to: #f43f5e;
}
.to-\[\#0c4a6e\] {
  --tw-gradient-to: #0c4a6e;
}
.to-cyan-500 {
  --tw-gradient-to: #06b6d4;
}
.to-purple-900 {
  --tw-gradient-to: #581c87;
}
.to-pink-600\/70 {
  --tw-gradient-to: rgba(219, 39, 119, 0.7);
}
.to-black {
  --tw-gradient-to: #000;
}
.to-gray-700 {
  --tw-gradient-to: #3f3f46;
}
.to-indigo-600\/70 {
  --tw-gradient-to: rgba(79, 70, 229, 0.7);
}
.to-blue-600\/70 {
  --tw-gradient-to: rgba(37, 99, 235, 0.7);
}
.bg-contain {
  background-size: contain;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-current {
  fill: currentColor;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-\[3px\] {
  padding: 3px;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[2px\] {
  padding: 2px;
}
.p-8 {
  padding: 2rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.pb-\[max\(env\(safe-area-inset-bottom\)\2c 0px\)\] {
  padding-bottom: max(env(safe-area-inset-bottom),0px);
}
.pl-2 {
  padding-left: 0.5rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-0 {
  padding-left: 0px;
}
.pb-36 {
  padding-bottom: 9rem;
}
.pt-24 {
  padding-top: 6rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[0\.85rem\] {
  font-size: 0.85rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[0\.95rem\] {
  font-size: 0.95rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[0\.7rem\] {
  font-size: 0.7rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[1\.2rem\] {
  font-size: 1.2rem;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[0\.65rem\] {
  font-size: 0.65rem;
}
.text-\[0\.9rem\] {
  font-size: 0.9rem;
}
.text-\[0\.75rem\] {
  font-size: 0.75rem;
}
.text-\[0\.625rem\] {
  font-size: 0.625rem;
}
.text-\[0\.6rem\] {
  font-size: 0.6rem;
}
.text-\[1\.1rem\] {
  font-size: 1.1rem;
}
.text-\[1\.05rem\] {
  font-size: 1.05rem;
}
.text-\[0\.8rem\] {
  font-size: 0.8rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[0\.72rem\] {
  font-size: 0.72rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-extrabold {
  font-weight: 800;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
}
.leading-snug {
  line-height: 1.375;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-fuchsia-400 {
  --tw-text-opacity: 1;
  color: rgba(232, 121, 249, var(--tw-text-opacity));
}
.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}
.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgba(34, 211, 238, var(--tw-text-opacity));
}
.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}
.text-violet-400 {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}
.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}
.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}
.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}
.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}
.text-sky-200 {
  --tw-text-opacity: 1;
  color: rgba(186, 230, 253, var(--tw-text-opacity));
}
.text-violet-200 {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}
.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}
.text-fuchsia-200 {
  --tw-text-opacity: 1;
  color: rgba(245, 208, 254, var(--tw-text-opacity));
}
.text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgba(165, 243, 252, var(--tw-text-opacity));
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}
.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}
.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgba(216, 180, 254, var(--tw-text-opacity));
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}
.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 224, 71, var(--tw-text-opacity));
}
.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgba(253, 186, 116, var(--tw-text-opacity));
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-white\/70 {
  color: rgba(255, 255, 255, 0.7);
}
.text-white\/90 {
  color: rgba(255, 255, 255, 0.9);
}
.text-rose-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 228, 230, var(--tw-text-opacity));
}
.text-white\/80 {
  color: rgba(255, 255, 255, 0.8);
}
.text-white\/50 {
  color: rgba(255, 255, 255, 0.5);
}
.text-white\/60 {
  color: rgba(255, 255, 255, 0.6);
}
.text-white\/40 {
  color: rgba(255, 255, 255, 0.4);
}
.text-white\/25 {
  color: rgba(255, 255, 255, 0.25);
}
.text-transparent {
  color: transparent;
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}
.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}
.text-white\/30 {
  color: rgba(255, 255, 255, 0.3);
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}
.text-\[\#7D5AE3\] {
  --tw-text-opacity: 1;
  color: rgba(125, 90, 227, var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}
.text-\[\#C9B6F2\] {
  --tw-text-opacity: 1;
  color: rgba(201, 182, 242, var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}
.text-\[\#EBDCFB\] {
  --tw-text-opacity: 1;
  color: rgba(235, 220, 251, var(--tw-text-opacity));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}
.text-\[\#7d5ae3\] {
  --tw-text-opacity: 1;
  color: rgba(125, 90, 227, var(--tw-text-opacity));
}
.text-\[\#4ADE80\] {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}
.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgba(103, 232, 249, var(--tw-text-opacity));
}
.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(234, 179, 8, var(--tw-text-opacity));
}
.text-black\/80 {
  color: rgba(0, 0, 0, 0.8);
}
.text-white\/20 {
  color: rgba(255, 255, 255, 0.2);
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-white\/75 {
  color: rgba(255, 255, 255, 0.75);
}
.text-fuchsia-300 {
  --tw-text-opacity: 1;
  color: rgba(240, 171, 252, var(--tw-text-opacity));
}
.text-green-200\/80 {
  color: rgba(187, 247, 208, 0.8);
}
.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 240, 138, var(--tw-text-opacity));
}
.text-\[\#38BDF8\] {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}
.text-\[\#FACC15\] {
  --tw-text-opacity: 1;
  color: rgba(250, 204, 21, var(--tw-text-opacity));
}
.text-\[\#ffe29e\] {
  --tw-text-opacity: 1;
  color: rgba(255, 226, 158, var(--tw-text-opacity));
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgba(126, 34, 206, var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}
.text-opacity-80 {
  --tw-text-opacity: 0.8;
}
.underline {
  text-decoration: underline;
}
.line-through {
  text-decoration: line-through;
}
.placeholder-white\/40::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.placeholder-white\/40::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.placeholder-white\/50::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder-white\/50::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-100 {
  opacity: 1;
}
.opacity-0 {
  opacity: 0;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-30 {
  opacity: 0.3;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  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 rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  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;
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-green-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity));
}
.ring-white\/5 {
  --tw-ring-color: rgba(255, 255, 255, 0.05);
}
.ring-black\/30 {
  --tw-ring-color: rgba(0, 0, 0, 0.3);
}
.ring-black\/20 {
  --tw-ring-color: rgba(0, 0, 0, 0.2);
}
.ring-emerald-400\/30 {
  --tw-ring-color: rgba(52, 211, 153, 0.3);
}
.ring-fuchsia-400\/30 {
  --tw-ring-color: rgba(232, 121, 249, 0.3);
}
.ring-cyan-400\/30 {
  --tw-ring-color: rgba(34, 211, 238, 0.3);
}
.ring-amber-400\/30 {
  --tw-ring-color: rgba(251, 191, 36, 0.3);
}
.ring-yellow-300\/50 {
  --tw-ring-color: rgba(253, 224, 71, 0.5);
}
.ring-red-400\/50 {
  --tw-ring-color: rgba(248, 113, 113, 0.5);
}
.ring-blue-400\/80 {
  --tw-ring-color: rgba(96, 165, 250, 0.8);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-filter);
}
.blur-3xl {
  --tw-blur: blur(64px);
  filter: var(--tw-filter);
}
.blur-sm {
  --tw-blur: blur(4px);
  filter: var(--tw-filter);
}
.blur-md {
  --tw-blur: blur(12px);
  filter: var(--tw-filter);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  filter: var(--tw-filter);
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  filter: var(--tw-filter);
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  filter: var(--tw-filter);
}
.filter {
  filter: var(--tw-filter);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
          backdrop-filter: var(--tw-backdrop-filter);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
          backdrop-filter: var(--tw-backdrop-filter);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
          backdrop-filter: var(--tw-backdrop-filter);
}
.backdrop-blur-\[1\.5px\] {
  --tw-backdrop-blur: blur(1.5px);
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
          backdrop-filter: var(--tw-backdrop-filter);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
          backdrop-filter: var(--tw-backdrop-filter);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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;
}
.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  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;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.delay-200 {
  transition-delay: 200ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.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);
}
.no-scrollbar::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
  }
.no-scrollbar {
    -ms-overflow-style: none;  /* IE and old Edge */
    scrollbar-width: none;     /* Firefox */
  }

body {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}


/* Hide horizontal scrollbar */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Firefox */
.no-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sticky-banner {
  padding-bottom: 150px !important;
}

/* Add hardware acceleration */
.page {
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.h-full {
  height: 100%;
}

.fadeIn {
  animation: fadeIn 300ms linear forwards;
}

.fadeOut {
  animation: fadeOut 300ms linear forwards;
}

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

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

.slideIn {
  animation: slideIn var(--delay) linear forwards;
}

.slideOut {
  animation: slideOut var(--delay) linear forwards;
}

@keyframes slideIn {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes slideOut {
  from {
    transform: translateX(50%);
  }
  to {
    transform: translateX(0);
  }
}
/* Slow coin spin */
@keyframes spin-slow {
  0% { transform: rotateY(0deg); }
  100% { transform: rotateY(720deg); }
}

.animate-spin-slow {
  animation: spin-slow 2s ease-in-out;
}

/* Pop in (we already added earlier for EndScreen) */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: scale(0.5) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1.2) translateY(0);
  }
}

.animate-fadeInUp {
  animation: fadeInUp 0.6s ease-out forwards;
}
@keyframes fadePop {
  0% { opacity: 0; transform: scale(0.5); }
  50% { opacity: 1; transform: scale(1.2); }
  100% { opacity: 1; transform: scale(1); }
}

.animate-fade {
  animation: fadePop 0.6s ease-out;
}

.loader {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #4f46e5; /* accent color */
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  animation: spin 1s linear infinite;
  margin-bottom: 0.5rem;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes shakeX {
  0% { transform: translateX(0) }
  20% { transform: translateX(-6px) }
  40% { transform: translateX(6px) }
  60% { transform: translateX(-4px) }
  80% { transform: translateX(4px) }
  100% { transform: translateX(0) }
}
.shake-now {
  animation: shakeX 220ms ease-in-out;
}
.after\:absolute::after {
  content: "";
  position: absolute;
}
.after\:inset-x-8::after {
  content: "";
  left: 2rem;
  right: 2rem;
}
.after\:-bottom-3::after {
  content: "";
  bottom: -0.75rem;
}
.after\:h-6::after {
  content: "";
  height: 1.5rem;
}
.after\:rounded-full::after {
  content: "";
  border-radius: 9999px;
}
.after\:bg-\[\#7D5AE3\]::after {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(125, 90, 227, var(--tw-bg-opacity));
}
.after\:opacity-80::after {
  content: "";
  opacity: 0.8;
}
.after\:blur-xl::after {
  content: "";
  --tw-blur: blur(24px);
  filter: var(--tw-filter);
}
.after\:content-\[\"\"\]::after {
  content: "";
}
.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-\[\#7D5AE3\]:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 90, 227, var(--tw-ring-opacity));
}
.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: var(--tw-transform);
}
.hover\:-translate-y-0:hover {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}
.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: var(--tw-transform);
}
.hover\:scale-\[1\.015\]:hover {
  --tw-scale-x: 1.015;
  --tw-scale-y: 1.015;
  transform: var(--tw-transform);
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: var(--tw-transform);
}
.hover\:scale-\[1\.01\]:hover {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  transform: var(--tw-transform);
}
.hover\:scale-100:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: var(--tw-transform);
}
.hover\:border-white\/20:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
.hover\:bg-white\/10:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.hover\:bg-white\/\[0\.05\]:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.hover\:bg-\[\#6846cb\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(104, 70, 203, var(--tw-bg-opacity));
}
.hover\:bg-sky-500\/10:hover {
  background-color: rgba(14, 165, 233, 0.1);
}
.hover\:bg-rose-500\/10:hover {
  background-color: rgba(244, 63, 94, 0.1);
}
.hover\:bg-indigo-500\/10:hover {
  background-color: rgba(99, 102, 241, 0.1);
}
.hover\:bg-violet-500\/10:hover {
  background-color: rgba(139, 92, 246, 0.1);
}
.hover\:bg-blue-500\/30:hover {
  background-color: rgba(59, 130, 246, 0.3);
}
.hover\:bg-pink-500\/30:hover {
  background-color: rgba(236, 72, 153, 0.3);
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}
.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.hover\:bg-\[\#6b47d6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 71, 214, var(--tw-bg-opacity));
}
.hover\:bg-\[\#22263F\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 38, 63, var(--tw-bg-opacity));
}
.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.hover\:bg-green-700\/10:hover {
  background-color: rgba(21, 128, 61, 0.1);
}
.hover\:bg-white\/20:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.hover\:bg-\[\#6a45d4\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(106, 69, 212, var(--tw-bg-opacity));
}
.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}
.hover\:from-\[\#8a6bf3\]:hover {
  --tw-gradient-from: #8a6bf3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(138, 107, 243, 0));
}
.hover\:from-purple-700:hover {
  --tw-gradient-from: #7e22ce;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0));
}
.hover\:to-\[\#9767f8\]:hover {
  --tw-gradient-to: #9767f8;
}
.hover\:to-pink-600:hover {
  --tw-gradient-to: #db2777;
}
.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:text-purple-400:hover {
  --tw-text-opacity: 1;
  color: rgba(192, 132, 252, var(--tw-text-opacity));
}
.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}
.hover\:text-\[\#EBDCFB\]:hover {
  --tw-text-opacity: 1;
  color: rgba(235, 220, 251, var(--tw-text-opacity));
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:shadow-lg:focus {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-\[\#7D5AE3\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(125, 90, 227, var(--tw-ring-opacity));
}
.focus\:ring-\[\#C9B6F2\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(201, 182, 242, var(--tw-ring-opacity));
}
.focus\:ring-purple-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity));
}
.focus\:ring-yellow-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity));
}
.active\:scale-\[0\.995\]:active {
  --tw-scale-x: 0.995;
  --tw-scale-y: 0.995;
  transform: var(--tw-transform);
}
.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: var(--tw-transform);
}
.active\:scale-90:active {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: var(--tw-transform);
}
.active\:bg-\[\#2A2F4A\]:active {
  --tw-bg-opacity: 1;
  background-color: rgba(42, 47, 74, var(--tw-bg-opacity));
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.disabled\:opacity-60:disabled {
  opacity: 0.6;
}
.group:hover .group-hover\:text-white\/80 {
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 640px) {


  .sm\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }


  .sm\:block {
    display: block;
  }


  .sm\:inline {
    display: inline;
  }


  .sm\:flex {
    display: flex;
  }


  .sm\:hidden {
    display: none;
  }


  .sm\:h-10 {
    height: 2.5rem;
  }


  .sm\:h-9 {
    height: 2.25rem;
  }


  .sm\:w-10 {
    width: 2.5rem;
  }


  .sm\:w-9 {
    width: 2.25rem;
  }


  .sm\:max-w-md {
    max-width: 28rem;
  }


  .sm\:flex-row {
    flex-direction: row;
  }


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


  .sm\:justify-between {
    justify-content: space-between;
  }


  .sm\:gap-3 {
    gap: 0.75rem;
  }


  .sm\:gap-5 {
    gap: 1.25rem;
  }


  .sm\:rounded-3xl {
    border-radius: 1.5rem;
  }


  .sm\:p-6 {
    padding: 1.5rem;
  }


  .sm\:p-4 {
    padding: 1rem;
  }


  .sm\:p-5 {
    padding: 1.25rem;
  }


  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }


  .sm\:pl-3 {
    padding-left: 0.75rem;
  }


  .sm\:pr-4 {
    padding-right: 1rem;
  }


  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }


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


  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }


  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }


  .sm\:text-\[15px\] {
    font-size: 15px;
  }


  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }


  .sm\:text-\[11px\] {
    font-size: 11px;
  }
}
@media (min-width: 768px) {


  .md\:h-72 {
    height: 18rem;
  }


  .md\:w-72 {
    width: 18rem;
  }
}

