*, ::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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-40 {
  bottom: -10rem;
}
.-left-40 {
  left: -10rem;
}
.-right-40 {
  right: -10rem;
}
.-top-40 {
  top: -10rem;
}
.left-0 {
  left: 0px;
}
.right-4 {
  right: 1rem;
}
.top-4 {
  top: 1rem;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[9999\] {
  z-index: 9999;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}
.h-10 {
  height: 2.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[520px\] {
  height: 520px;
}
.h-full {
  height: 100%;
}
.max-h-16 {
  max-height: 4rem;
}
.max-h-56 {
  max-height: 14rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-\[50vh\] {
  max-height: 50vh;
}
.max-h-\[75vh\] {
  max-height: 75vh;
}
.min-h-\[110px\] {
  min-height: 110px;
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-\[48px\] {
  min-height: 48px;
}
.min-h-\[90px\] {
  min-height: 90px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[520px\] {
  width: 520px;
}
.w-\[88\%\] {
  width: 88%;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink {
  flex-shrink: 1;
}
.grow {
  flex-grow: 1;
}
.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));
}
.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;
}
.scroll-mt-24 {
  scroll-margin-top: 6rem;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.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-4 {
  grid-template-columns: repeat(4, minmax(0, 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;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.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-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * 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-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * 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));
}
.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));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-visible {
  overflow-y: visible;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal {
  white-space: normal;
}
.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 {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-amber-500\/30 {
  border-color: rgb(245 158 11 / 0.3);
}
.border-amber-500\/40 {
  border-color: rgb(245 158 11 / 0.4);
}
.border-cyan-400\/30 {
  border-color: rgb(34 211 238 / 0.3);
}
.border-cyan-400\/50 {
  border-color: rgb(34 211 238 / 0.5);
}
.border-cyan-500\/30 {
  border-color: rgb(6 182 212 / 0.3);
}
.border-cyan-500\/40 {
  border-color: rgb(6 182 212 / 0.4);
}
.border-emerald-300\/70 {
  border-color: rgb(110 231 183 / 0.7);
}
.border-emerald-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.border-emerald-400\/30 {
  border-color: rgb(52 211 153 / 0.3);
}
.border-emerald-400\/40 {
  border-color: rgb(52 211 153 / 0.4);
}
.border-emerald-400\/60 {
  border-color: rgb(52 211 153 / 0.6);
}
.border-emerald-400\/70 {
  border-color: rgb(52 211 153 / 0.7);
}
.border-emerald-500\/30 {
  border-color: rgb(16 185 129 / 0.3);
}
.border-emerald-500\/40 {
  border-color: rgb(16 185 129 / 0.4);
}
.border-emerald-500\/50 {
  border-color: rgb(16 185 129 / 0.5);
}
.border-emerald-500\/60 {
  border-color: rgb(16 185 129 / 0.6);
}
.border-fuchsia-500\/40 {
  border-color: rgb(217 70 239 / 0.4);
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-indigo-500\/40 {
  border-color: rgb(99 102 241 / 0.4);
}
.border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3);
}
.border-rose-500\/40 {
  border-color: rgb(244 63 94 / 0.4);
}
.border-sky-300\/30 {
  border-color: rgb(125 211 252 / 0.3);
}
.border-sky-300\/70 {
  border-color: rgb(125 211 252 / 0.7);
}
.border-sky-400\/20 {
  border-color: rgb(56 189 248 / 0.2);
}
.border-sky-400\/30 {
  border-color: rgb(56 189 248 / 0.3);
}
.border-sky-400\/40 {
  border-color: rgb(56 189 248 / 0.4);
}
.border-sky-400\/60 {
  border-color: rgb(56 189 248 / 0.6);
}
.border-sky-400\/70 {
  border-color: rgb(56 189 248 / 0.7);
}
.border-sky-400\/80 {
  border-color: rgb(56 189 248 / 0.8);
}
.border-sky-500\/40 {
  border-color: rgb(14 165 233 / 0.4);
}
.border-sky-500\/50 {
  border-color: rgb(14 165 233 / 0.5);
}
.border-slate-600 {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.border-slate-600\/70 {
  border-color: rgb(71 85 105 / 0.7);
}
.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-slate-700\/60 {
  border-color: rgb(51 65 85 / 0.6);
}
.border-slate-700\/70 {
  border-color: rgb(51 65 85 / 0.7);
}
.border-slate-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}
.border-slate-800\/60 {
  border-color: rgb(30 41 59 / 0.6);
}
.border-slate-800\/70 {
  border-color: rgb(30 41 59 / 0.7);
}
.border-slate-800\/80 {
  border-color: rgb(30 41 59 / 0.8);
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.bg-\[\#00050f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 5 15 / var(--tw-bg-opacity, 1));
}
.bg-\[\#000914\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 9 20 / var(--tw-bg-opacity, 1));
}
.bg-\[\#000914\]\/70 {
  background-color: rgb(0 9 20 / 0.7);
}
.bg-\[\#000a1a\]\/70 {
  background-color: rgb(0 10 26 / 0.7);
}
.bg-\[\#010916\]\/60 {
  background-color: rgb(1 9 22 / 0.6);
}
.bg-\[\#010916\]\/75 {
  background-color: rgb(1 9 22 / 0.75);
}
.bg-\[\#010916\]\/80 {
  background-color: rgb(1 9 22 / 0.8);
}
.bg-\[\#010916\]\/85 {
  background-color: rgb(1 9 22 / 0.85);
}
.bg-\[\#010916\]\/90 {
  background-color: rgb(1 9 22 / 0.9);
}
.bg-\[\#0b1634\]\/60 {
  background-color: rgb(11 22 52 / 0.6);
}
.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.bg-emerald-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}
.bg-emerald-500\/15 {
  background-color: rgb(16 185 129 / 0.15);
}
.bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.bg-emerald-500\/80 {
  background-color: rgb(16 185 129 / 0.8);
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.bg-indigo-500\/60 {
  background-color: rgb(99 102 241 / 0.6);
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}
.bg-rose-500\/10 {
  background-color: rgb(244 63 94 / 0.1);
}
.bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}
.bg-sky-400\/10 {
  background-color: rgb(56 189 248 / 0.1);
}
.bg-sky-400\/15 {
  background-color: rgb(56 189 248 / 0.15);
}
.bg-sky-400\/25 {
  background-color: rgb(56 189 248 / 0.25);
}
.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}
.bg-sky-500\/10 {
  background-color: rgb(14 165 233 / 0.1);
}
.bg-sky-500\/15 {
  background-color: rgb(14 165 233 / 0.15);
}
.bg-sky-500\/70 {
  background-color: rgb(14 165 233 / 0.7);
}
.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.bg-slate-800\/80 {
  background-color: rgb(30 41 59 / 0.8);
}
.bg-slate-900\/30 {
  background-color: rgb(15 23 42 / 0.3);
}
.bg-slate-900\/40 {
  background-color: rgb(15 23 42 / 0.4);
}
.bg-slate-900\/50 {
  background-color: rgb(15 23 42 / 0.5);
}
.bg-slate-900\/60 {
  background-color: rgb(15 23 42 / 0.6);
}
.bg-slate-900\/70 {
  background-color: rgb(15 23 42 / 0.7);
}
.bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}
.bg-slate-950\/30 {
  background-color: rgb(2 6 23 / 0.3);
}
.bg-slate-950\/40 {
  background-color: rgb(2 6 23 / 0.4);
}
.bg-slate-950\/50 {
  background-color: rgb(2 6 23 / 0.5);
}
.bg-slate-950\/60 {
  background-color: rgb(2 6 23 / 0.6);
}
.bg-slate-950\/70 {
  background-color: rgb(2 6 23 / 0.7);
}
.bg-slate-950\/80 {
  background-color: rgb(2 6 23 / 0.8);
}
.bg-slate-950\/90 {
  background-color: rgb(2 6 23 / 0.9);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-\[\#020617\] {
  --tw-gradient-from: #020617 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 6 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-black {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.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;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.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-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.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-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.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-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}
.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}
.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}
.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}
.text-emerald-100\/90 {
  color: rgb(209 250 229 / 0.9);
}
.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.text-fuchsia-300 {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-rose-200 {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}
.text-rose-200\/90 {
  color: rgb(254 205 211 / 0.9);
}
.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}
.text-sky-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}
.text-sky-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}
.text-sky-200\/90 {
  color: rgb(186 230 253 / 0.9);
}
.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}
.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.text-slate-100\/80 {
  color: rgb(241 245 249 / 0.8);
}
.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.text-slate-200\/60 {
  color: rgb(226 232 240 / 0.6);
}
.text-slate-200\/70 {
  color: rgb(226 232 240 / 0.7);
}
.text-slate-200\/80 {
  color: rgb(226 232 240 / 0.8);
}
.text-slate-200\/90 {
  color: rgb(226 232 240 / 0.9);
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-400\/90 {
  color: rgb(148 163 184 / 0.9);
}
.text-slate-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.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\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.accent-sky-400 {
  accent-color: #38bdf8;
}
.opacity-60 {
  opacity: 0.6;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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_0_0_1px_rgba\(56\2c 189\2c 248\2c 0\.10\)\] {
  --tw-shadow: 0 0 0 1px rgba(56,189,248,0.10);
  --tw-shadow-colored: 0 0 0 1px 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_12px_40px_rgba\(0\2c 0\2c 0\2c \.35\)\] {
  --tw-shadow: 0 12px 40px rgba(0,0,0,.35);
  --tw-shadow-colored: 0 12px 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);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.blur-3xl {
  --tw-blur: blur(64px);
  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-xl {
  --tw-backdrop-blur: blur(24px);
  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-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;
}

/* ---------- Global layout ---------- */

:root {
  color-scheme: dark;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
    "Segoe UI", sans-serif;

  /* Theme tokens */
  --wowBoxBgSolid: #010916; /* deep dark blue */
  --wowStroke: rgba(56, 189, 248, 0.22);
  --wowShadow: 0 18px 60px rgba(0, 0, 0, 0.55);
  --wowShadow2: 0 12px 40px rgba(0, 0, 0, 0.35);

  /* Electric frame colors */
  --c1: rgba(34, 211, 238, 0.95); /* cyan */
  --c2: rgba(59, 130, 246, 0.95); /* blue */
  --c3: rgba(168, 85, 247, 0.85); /* purple */
  --c4: rgba(34, 197, 94, 0.9);   /* green */
  --c5: rgba(250, 204, 21, 0.85); /* gold */
}

html,
body,
#root {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  color: #e5e7eb;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  background: transparent !important;
}

/* ✅ Make sure root wrappers don’t paint over the body background */
#root,
.app-root {
  background: transparent !important;
}

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

.app-root {
  min-height: 100vh;
  min-height: 100dvh;
}

.wow-shell {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* ---------- WOW logo (blue bg, 50/50 yellow) ---------- */

.wow-logo-outer {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 2px solid rgba(16, 185, 129, 0.9);
  box-shadow:
    0 0 16px rgba(16, 185, 129, 0.7),
    0 0 32px rgba(16, 185, 129, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 20%, #38bdf8 0, #0f172a 60%);
}

.wow-logo-inner {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 20%, #0ea5e9 0, #020617 70%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  box-shadow: inset 0 0 10px rgba(15, 23, 42, 0.7);
}

.wow-logo-wow {
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  color: #e5e7eb;
}

.wow-logo-5050 {
  font-size: 0.55rem;
  font-weight: 700;
  color: #fde047;
}

/* ---------- Globe animation ---------- */

.globe-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05em;
  transform-origin: center;
  will-change: transform;
}

.globe-spin-continuous {
  animation: globe-spin-continuous 5s linear infinite;
}

.globe-spin-once {
  animation: globe-spin-once 1.3s ease-out 1;
}

@keyframes globe-spin-continuous {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes globe-spin-once {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ---------- Intro overlay ---------- */

.intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: radial-gradient(circle at top, #0f172a 0, #020617 55%, #000 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.intro-heart-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 640px) {
  .intro-heart { width: 110px; height: 110px; }
  .intro-heart::before { font-size: 58px; }
}

/* ---------- Green circle + ❤️ emoji ---------- */

.heart-pulse {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;
  background: radial-gradient(circle at 30% 15%, #22c55e 0, #0f172a 70%);
  box-shadow:
    0 0 18px rgba(34, 197, 94, 0.9),
    0 0 32px rgba(34, 197, 94, 0.6);

  animation: heart-beat 1.1s infinite ease-in-out;
}

.intro-heart { width: 140px; height: 140px; }
.heart-small { width: 32px; height: 32px; }

.heart-pulse::before {
  content: "❤";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  color: #ff0033;
  text-shadow: 0 0 8px rgba(255, 0, 64, 0.9);
}

.intro-heart::before { font-size: 72px; }
.heart-small::before { font-size: 18px; }

@keyframes heart-beat {
  0% { transform: scale(0.96); }
  25% { transform: scale(1.03); }
  40% { transform: scale(0.97); }
  60% { transform: scale(1.04); }
  100% { transform: scale(0.96); }
}

.nav-heart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ---------- Navbar logo ---------- */

.wowNavLogoWrap {
  width: clamp(96px, 10vw, 128px);
  height: clamp(96px, 10vw, 128px);
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(34, 197, 94, 0.45);
  box-shadow: 0 0 18px rgba(34, 197, 94, 0.16);
}


.wowNavLogoImg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: rgba(2, 6, 23, 0.35);
  transform: scale(1);
  transform-origin: center;
  transition: transform 180ms ease;
  will-change: transform;
}


button:hover .wowNavLogoImg {
  transform: scale(1.06);
}

/* ---------- Social icons ---------- */

.social-icon {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #e5e7eb;
  text-decoration: none;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.social-icon:hover {
  background-color: rgba(56, 189, 248, 0.16);
  border-color: rgba(56, 189, 248, 0.9);
  box-shadow: 0 0 10px rgba(56, 189, 248, 0.6);
  transform: translateY(-1px) scale(1.03);
}

/* ---------- Range input styling ---------- */

input[type="range"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 4px;
  border-radius: 999px;
  background: rgba(30, 64, 175, 0.6);
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.8);
  border: 2px solid #022c22;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.8);
  border: 2px solid #022c22;
  cursor: pointer;
}

html { scroll-behavior: smooth; }
button, a { -webkit-tap-highlight-color: transparent; }

/* =========================================================
   UNIVERSE / NETWORK BACKGROUND
   ========================================================= */

body::before {
  content: "";
  position: fixed;
  inset: -10%;
  z-index: -30 !important;
  pointer-events: none;

  background:
    radial-gradient(circle, rgba(255,255,255,.42) 1px, transparent 1.7px),
    radial-gradient(circle, rgba(56,189,248,.30) 1px, transparent 1.8px),
    url("/network-bg.png");

  background-size:
    140px 140px,
    210px 210px,
    cover;

  background-position:
    0 0,
    60px 40px,
    center;

  opacity: 0.78;
  filter: saturate(1.18) contrast(1.16);
  transform: scale(1.06);
  will-change: transform, background-position;

  animation:
    wowBgFloat 16s ease-in-out infinite alternate,
    wowParticles 12s linear infinite;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -20 !important;
  pointer-events: none;

  background:
    radial-gradient(1200px 700px at 50% 10%, rgba(0,0,0,0.10), rgba(0,0,0,0.55) 60%, rgba(0,0,0,0.78) 100%),
    linear-gradient(180deg, rgba(2,6,23,0.10), rgba(0,0,0,0.72));

  mix-blend-mode: normal !important;
  animation: none !important;
  filter: none !important;
}

#root, .app-root { position: relative; z-index: 0; }

@keyframes wowBgFloat {
  0%   { transform: scale(1.06) translate3d(0,0,0); }
  50%  { transform: scale(1.11) translate3d(-1.4%,0.9%,0); }
  100% { transform: scale(1.08) translate3d(1.4%,-0.9%,0); }
}

@keyframes wowParticles {
  0%   { background-position: 0 0, 60px 40px, center; }
  100% { background-position: 160px 160px, -180px 220px, center; }
}

/* Motion safety */
@media (prefers-reduced-motion: reduce) {
  body::before,
  body::after {
    animation: none !important;
  }
}

/* =========================================================
   ✅ BOXES: SOLID DARK BLUE + OUTER-ONLY COLOR FRAME
   ========================================================= */

.wow-box {
  isolation: isolate;
  position: relative;

  /* IMPORTANT: don't clip dropdown menus / portals */
  overflow: visible;

  background-color: var(--wowBoxBgSolid) !important;
  background-image: none !important;

  border: 2px solid transparent !important;
  border-radius: 22px;

  background:
    linear-gradient(var(--wowBoxBgSolid), var(--wowBoxBgSolid)) padding-box,
    linear-gradient(
      120deg,
      var(--c1),
      var(--c2),
      var(--c3),
      var(--c4),
      var(--c5),
      var(--c1)
    ) border-box !important;

  background-clip: padding-box, border-box !important;
  background-size: auto, 320% 320% !important;
  animation: wowBorderShift 5.5s linear infinite, wowBorderPulse 2.8s ease-in-out infinite;

  box-shadow: var(--wowShadow) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Auto-apply to common card/container names (helps “all boxes”) */
:where(
  .wow-card,
  .wow-panel,
  .wow-surface,
  .card,
  .panel,
  .box,
  .glass,
  .glass-card,
  .section-card,
  .feature-card,
  .pricing-card,
  .snapshot-card,
  .market-card,
  [class*="rounded-"][class*="border-"]:not([class*="rounded-full"]),
  [class*="rounded-"][class*="ring-"]:not([class*="rounded-full"])
) {
  isolation: isolate;
  position: relative;

  /* IMPORTANT: don't clip dropdown menus */
  overflow: visible;

  background-color: var(--wowBoxBgSolid) !important;
  background-image: none !important;

  border: 2px solid transparent !important;
  border-radius: 22px;

  background:
    linear-gradient(var(--wowBoxBgSolid), var(--wowBoxBgSolid)) padding-box,
    linear-gradient(
      120deg,
      var(--c1),
      var(--c2),
      var(--c3),
      var(--c4),
      var(--c5),
      var(--c1)
    ) border-box !important;

  background-clip: padding-box, border-box !important;
  background-size: auto, 320% 320% !important;
  animation: wowBorderShift 5.5s linear infinite, wowBorderPulse 2.8s ease-in-out infinite;

  box-shadow: var(--wowShadow2) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

:where(
  .wow-box,
  .wow-card,
  .wow-panel,
  .wow-surface,
  .card,
  .panel,
  .box,
  .glass,
  .glass-card,
  .section-card,
  .feature-card,
  .pricing-card,
  .snapshot-card,
  .market-card,
  [class*="rounded-"][class*="border-"]:not([class*="rounded-full"]),
  [class*="rounded-"][class*="ring-"]:not([class*="rounded-full"])
)::before,
:where(
  .wow-box,
  .wow-card,
  .wow-panel,
  .wow-surface,
  .card,
  .panel,
  .box,
  .glass,
  .glass-card,
  .section-card,
  .feature-card,
  .pricing-card,
  .snapshot-card,
  .market-card,
  [class*="rounded-"][class*="border-"]:not([class*="rounded-full"]),
  [class*="rounded-"][class*="ring-"]:not([class*="rounded-full"])
)::after {
  content: none !important;
  display: none !important;
}

:where(
  .wow-box,
  .wow-card,
  .wow-panel,
  .wow-surface,
  .card,
  .panel,
  .box,
  .glass,
  .glass-card,
  .section-card,
  .feature-card,
  .pricing-card,
  .snapshot-card,
  .market-card,
  [class*="rounded-"][class*="border-"]:not([class*="rounded-full"]),
  [class*="rounded-"][class*="ring-"]:not([class*="rounded-full"])
) > * {
  position: relative;
  z-index: 1;
}

@keyframes wowBorderShift {
  0%   { background-position: 0% 0%, 0% 50%; }
  50%  { background-position: 0% 0%, 100% 50%; }
  100% { background-position: 0% 0%, 0% 50%; }
}

@keyframes wowBorderPulse {
  0%,100% { filter: brightness(1.05) saturate(1.10); }
  50%     { filter: brightness(1.18) saturate(1.25); }
}

/* =========================================================
   ✅ PILL / CHIP BUTTONS: OUTER FRAME ONLY
   ========================================================= */

:where(#root) :is(a, button, [role="button"])[class*="rounded-full"] {
  isolation: isolate !important;
  position: relative !important;
  overflow: hidden !important;

  background-color: var(--wowBoxBgSolid) !important;
  background-image: none !important;

  border: 2px solid transparent !important;
  border-radius: 9999px !important;

  background:
    linear-gradient(var(--wowBoxBgSolid), var(--wowBoxBgSolid)) padding-box,
    linear-gradient(
      120deg,
      var(--c1),
      var(--c2),
      var(--c3),
      var(--c4),
      var(--c5),
      var(--c1)
    ) border-box !important;

  background-clip: padding-box, border-box !important;
  background-size: auto, 320% 320% !important;
  animation: wowChipFrameOnly 5.2s linear infinite !important;

  color: #e5e7eb !important;
}

:where(#root) :is(a, button, [role="button"])[class*="rounded-full"]::before,
:where(#root) :is(a, button, [role="button"])[class*="rounded-full"]::after {
  content: none !important;
  display: none !important;
}

:where(#root) :is(a, button, [role="button"])[class*="rounded-full"] > * {
  position: relative;
  z-index: 1;
}

@keyframes wowChipFrameOnly {
  0%   { background-position: 0% 0%, 0% 50%; }
  50%  { background-position: 0% 0%, 100% 50%; }
  100% { background-position: 0% 0%, 0% 50%; }
}

@media (prefers-reduced-motion: reduce) {
  .wow-box,
  :where(
    .wow-card,
    .wow-panel,
    .wow-surface,
    .card,
    .panel,
    .box,
    .glass,
    .glass-card,
    .section-card,
    .feature-card,
    .pricing-card,
    .snapshot-card,
    .market-card,
    [class*="rounded-"][class*="border-"]:not([class*="rounded-full"]),
    [class*="rounded-"][class*="ring-"]:not([class*="rounded-full"])
  ) {
    animation: none !important;
  }

  :where(#root) :is(a, button, [role="button"])[class*="rounded-full"] {
    animation: none !important;
  }
}

/* =========================================================
   ✅ READABILITY FIX FOR TEXT-ONLY SECTIONS
   ========================================================= */

.wow-text-panel {
  position: relative;
  isolation: isolate;
  border-radius: 24px;
  padding: clamp(18px, 2.5vw, 28px);

  background: rgba(1, 9, 22, 0.86);
  border: 1px solid rgba(56, 189, 248, 0.18);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
}

.wow-text-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 420px at 30% 20%, rgba(0, 0, 0, 0.45), transparent 60%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.18));
  opacity: 0.95;
}

.wow-text-panel > * {
  position: relative;
  z-index: 1;
}

.wow-text-panel p,
.wow-text-panel li {
  color: rgba(226, 232, 240, 0.97);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
}

.wow-text-panel h2,
.wow-text-panel h3 {
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.7);
}

/* =========================================================
   STARFIELD (MOVING LITTLE STARS)
   ========================================================= */

#root,
.app-root {
  position: relative;
  z-index: 0;
}

#root::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -25;

  background-image:
    radial-gradient(circle, rgba(255,255,255,.85) 1px, transparent 1.7px),
    radial-gradient(circle, rgba(56,189,248,.55) 1px, transparent 1.9px),
    radial-gradient(circle, rgba(168,85,247,.35) 1px, transparent 2.1px);

  background-size:
    140px 140px,
    220px 220px,
    320px 320px;

  background-position:
    0 0,
    60px 40px,
    120px 80px;

  opacity: 0.55;
  filter: none;

  animation:
    wowStarsDrift 28s linear infinite,
    wowStarsTwinkle 4.5s ease-in-out infinite;
}

#root::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -24;

  background-image:
    radial-gradient(circle, rgba(255,255,255,.70) 1.6px, transparent 2.4px),
    radial-gradient(circle, rgba(56,189,248,.40) 1.4px, transparent 2.2px);

  background-size:
    520px 520px,
    760px 760px;

  background-position:
    30px 10px,
    140px 90px;

  opacity: 0.28;
  filter: none;

  animation:
    wowStarsDriftSlow 70s linear infinite,
    wowStarsTwinkle2 6.2s ease-in-out infinite;
}

@keyframes wowStarsDrift {
  0%   { background-position: 0 0, 60px 40px, 120px 80px; }
  100% { background-position: 0 900px, 60px 1200px, 120px 1600px; }
}

@keyframes wowStarsDriftSlow {
  0%   { background-position: 30px 10px, 140px 90px; }
  100% { background-position: 30px 1600px, 140px 2200px; }
}

@keyframes wowStarsTwinkle {
  0%, 100% { opacity: 0.50; }
  50%      { opacity: 0.62; }
}

@keyframes wowStarsTwinkle2 {
  0%, 100% { opacity: 0.24; }
  50%      { opacity: 0.34; }
}

@media (prefers-reduced-motion: reduce) {
  #root::before,
  #root::after {
    animation: none !important;
  }
}

/* =====================================================
   GLOBAL FIX: Make ALL native selects readable
   (Note: PortalSelect uses buttons, not <select>)
   ===================================================== */

select {
  background-color: #010916 !important;
  color: #ffffff !important;
  border-color: rgba(56, 189, 248, 0.6) !important;
}

select option {
  background-color: #010916 !important;
  color: #ffffff !important;
}

/* Put textareas below custom dropdown menus (portal menus are fixed anyway) */
textarea {
  position: relative;
  z-index: 1;
}

/* =========================================================
   ✅ MOBILE SCROLL PERFORMANCE FIX (stops “blank/broken” cards)
   - disables heavy animated layers + blur on phones
   ========================================================= */

@media (max-width: 768px) {
  /* stop heavy animated fixed backgrounds on mobile */
  body::before {
    animation: none !important;
    will-change: auto !important;
  }
  #root::before,
  #root::after {
    animation: none !important;
  }

  /* blur can cause "paint flashes"/blank boxes while scrolling on mobile */
  :where(
    .wow-box,
    .wow-card,
    .wow-panel,
    .wow-surface,
    .card,
    .panel,
    .box,
    .glass,
    .glass-card,
    .section-card,
    .feature-card,
    .pricing-card,
    .snapshot-card,
    .market-card,
    [class*="rounded-"][class*="border-"]:not([class*="rounded-full"]),
    [class*="rounded-"][class*="ring-"]:not([class*="rounded-full"])
  ) {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}

/* =========================================================
   FORCE ALL GLOBES TO SPIN (everywhere)
   ========================================================= */

/* 1) Any element you already use as globe */
.globe-letter,
.intro-globe,
.globe,
.wow-globe,
[data-globe],
[aria-label*="globe" i],
[class*="globe" i] {
  display: inline-flex !important;
  transform-origin: center !important;
  will-change: transform !important;
  animation: globe-spin-continuous 5s linear infinite !important;
}

/* 2) Keep your existing keyframes (in case missing) */
@keyframes globe-spin-continuous {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* 3) Motion safety */
@media (prefers-reduced-motion: reduce) {
  .globe-letter,
  .intro-globe,
  .globe,
  .wow-globe,
  [data-globe],
  [aria-label*="globe" i],
  [class*="globe" i] {
    animation: none !important;
  }
}

/* ✅ Real Heart for Intro (inline, guaranteed) */
/* ✅ Real Heart for Intro / Navbar (CSS shape, renders instantly) */
.wowIntroHeart{
  --s: 18px;
  width: var(--s);
  height: var(--s);
  display: inline-block;
  position: relative;
  transform: rotate(-45deg);
  background: #ff2d55;
  border-radius: 0 !important;
  filter: drop-shadow(0 0 10px rgba(255,45,85,.60));
  animation: wowHeartPulse 1.05s ease-in-out infinite;
  z-index: 999999;
}

.wowIntroHeart--sm{ --s: 18px; }
.wowIntroHeart--lg{ --s: 140px; }

.wowIntroHeart::before,
.wowIntroHeart::after{
  content:"";
  width: var(--s);
  height: var(--s);
  position: absolute;
  background: #ff2d55;
  border-radius: 50%;
}

.wowIntroHeart::before{
  top: calc(var(--s) / -2);
  left: 0;
}
.wowIntroHeart::after{
  left: calc(var(--s) / 2);
  top: 0;
}

@keyframes wowHeartPulse{
  0%, 100% { transform: rotate(-45deg) scale(1); opacity: 1; }
  50%      { transform: rotate(-45deg) scale(1.22); opacity: .97; }
}


/* Ensure custom dropdown panels always overlay everything */
.wow-dropdown-panel{ position: fixed; z-index: 99999 !important; }


/* =========================================================
   ✅ FORM CONTROLS (don’t inherit box frames / filters)
   Keeps dropdowns readable + prevents weird native menu bugs
   ========================================================= */

:where(select, input, textarea){
  background-color: #020617 !important;
  background-image: none !important;
  color: #ffffff !important;

  border: 1px solid rgba(56,189,248,0.35) !important;
  box-shadow: none !important;

  filter: none !important;
  animation: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;

  position: relative;
  z-index: 20;
}

:where(select){
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

:where(select option){
  background-color: #020617 !important;
  color: #ffffff !important;
}

:where(textarea){
  z-index: 1;
}

/* ===== Mobile fixed close button for modals (always visible on phones) ===== */
.modal-mobile-close{
  position: fixed;
  right: 16px;
  bottom: calc(env(safe-area-inset-bottom) + 16px);
  z-index: 110;
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, .45);
  background: rgba(2, 6, 23, .78);
  color: rgba(248, 250, 252, .96);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 50px rgba(0,0,0,.45);
}
.modal-mobile-close:active{ transform: scale(.96); }
@media (min-width: 640px){
  .modal-mobile-close{ display: none; }
}

/* ===== Intro Heart SVG (renders immediately even before CSS loads) ===== */
.wowIntroHeartSvg{
  width: 140px;
  height: 140px;
  display: block;
  overflow: visible; /* prevent halo blur from clipping into a square */
  filter:
    drop-shadow(0 0 30px rgba(34,197,94,.85))
    drop-shadow(0 0 18px rgba(34,197,94,.55))
    drop-shadow(0 0 12px rgba(255,45,85,.60));
  animation: wowHeartPulseSvg 1.05s ease-in-out infinite;
}
@media (max-width: 480px){
  .wowIntroHeartSvg{ width: 120px; height: 120px; }
}
@keyframes wowHeartPulseSvg{
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.18); opacity: .98; }
}
.file\:mr-4::file-selector-button {
  margin-right: 1rem;
}
.file\:rounded-full::file-selector-button {
  border-radius: 9999px;
}
.file\:border::file-selector-button {
  border-width: 1px;
}
.file\:border-emerald-400\/60::file-selector-button {
  border-color: rgb(52 211 153 / 0.6);
}
.file\:bg-emerald-500\/10::file-selector-button {
  background-color: rgb(16 185 129 / 0.1);
}
.file\:px-4::file-selector-button {
  padding-left: 1rem;
  padding-right: 1rem;
}
.file\:py-2::file-selector-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.file\:text-emerald-200::file-selector-button {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.placeholder\:text-slate-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.placeholder\:text-slate-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.hover\:border-emerald-300\/40:hover {
  border-color: rgb(110 231 183 / 0.4);
}
.hover\:border-emerald-300\/70:hover {
  border-color: rgb(110 231 183 / 0.7);
}
.hover\:border-emerald-300\/80:hover {
  border-color: rgb(110 231 183 / 0.8);
}
.hover\:border-emerald-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.hover\:border-emerald-400\/60:hover {
  border-color: rgb(52 211 153 / 0.6);
}
.hover\:border-emerald-400\/70:hover {
  border-color: rgb(52 211 153 / 0.7);
}
.hover\:border-sky-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}
.hover\:border-sky-300\/40:hover {
  border-color: rgb(125 211 252 / 0.4);
}
.hover\:border-sky-300\/70:hover {
  border-color: rgb(125 211 252 / 0.7);
}
.hover\:border-sky-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#010916\]\/90:hover {
  background-color: rgb(1 9 22 / 0.9);
}
.hover\:bg-black\/50:hover {
  background-color: rgb(0 0 0 / 0.5);
}
.hover\:bg-cyan-500\/10:hover {
  background-color: rgb(6 182 212 / 0.1);
}
.hover\:bg-emerald-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-400\/10:hover {
  background-color: rgb(52 211 153 / 0.1);
}
.hover\:bg-emerald-400\/15:hover {
  background-color: rgb(52 211 153 / 0.15);
}
.hover\:bg-emerald-500\/15:hover {
  background-color: rgb(16 185 129 / 0.15);
}
.hover\:bg-emerald-500\/20:hover {
  background-color: rgb(16 185 129 / 0.2);
}
.hover\:bg-emerald-500\/30:hover {
  background-color: rgb(16 185 129 / 0.3);
}
.hover\:bg-emerald-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rose-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sky-400\/10:hover {
  background-color: rgb(56 189 248 / 0.1);
}
.hover\:bg-sky-500\/15:hover {
  background-color: rgb(14 165 233 / 0.15);
}
.hover\:bg-slate-800\/70:hover {
  background-color: rgb(30 41 59 / 0.7);
}
.hover\:bg-slate-900\/60:hover {
  background-color: rgb(15 23 42 / 0.6);
}
.hover\:bg-slate-950\/80:hover {
  background-color: rgb(2 6 23 / 0.8);
}
.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}
.hover\:text-emerald-200:hover {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.hover\:text-emerald-300:hover {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.hover\:text-sky-200:hover {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:file\:bg-emerald-500\/15::file-selector-button:hover {
  background-color: rgb(16 185 129 / 0.15);
}
.focus\:border-cyan-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}
.focus\:border-emerald-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.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-cyan-400\/50:focus {
  --tw-ring-color: rgb(34 211 238 / 0.5);
}
.focus\:ring-emerald-500\/40:focus {
  --tw-ring-color: rgb(16 185 129 / 0.4);
}
.disabled\:opacity-40:disabled {
  opacity: 0.4;
}
.disabled\:opacity-60:disabled {
  opacity: 0.6;
}
@media (min-width: 640px) {

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-auto {
    width: auto;
  }

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

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

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

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

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

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

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

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

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 768px) {

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:block {
    display: block;
  }

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

  .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-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

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

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:inset-auto {
    inset: auto;
  }

  .lg\:z-auto {
    z-index: auto;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-80 {
    width: 20rem;
  }

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

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

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

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

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1280px) {

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

