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

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

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Sans, sans-serif; /* 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;
}
.pointer-events-auto {
  pointer-events: auto;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-\[3px\] {
  inset: 3px;
}
.-top-1\.5 {
  top: -0.375rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-3\.5 {
  left: 0.875rem;
}
.right-0 {
  right: 0px;
}
.right-3 {
  right: 0.75rem;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1\/2 {
  top: 50%;
}
.top-16 {
  top: 4rem;
}
.top-3 {
  top: 0.75rem;
}
.top-8 {
  top: 2rem;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.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 !important;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-44 {
  height: 11rem;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[76px\] {
  height: 76px;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[85vh\] {
  max-height: 85vh;
}
.min-h-0 {
  min-height: 0px;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-5 {
  width: 1.25rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[340px\] {
  width: 340px;
}
.w-\[72px\] {
  width: 72px;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-\[140px\] {
  max-width: 140px;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-\[260px\] {
  max-width: 260px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[85\%\] {
  max-width: 85%;
}
.max-w-\[90vw\] {
  max-width: 90vw;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-4 {
  --tw-translate-x: 1rem;
  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));
}
.scale-\[0\.98\] {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes fade-in {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.animate-fade-in {
  animation: fade-in 0.5s ease-out;
}
@keyframes float {

  0%, 100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-4px);
  }
}
.animate-float {
  animation: float 3s ease-in-out infinite;
}
@keyframes glow-pulse {

  0%, 100% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.8;
  }
}
.animate-glow-pulse {
  animation: glow-pulse 2s ease-in-out infinite;
}
@keyframes pulse {

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

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

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animate-scale-in {
  animation: scale-in 0.2s cubic-bezier(0.16,1,0.3,1);
}
@keyframes shimmer {

  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}
.animate-shimmer {
  animation: shimmer 2s linear infinite;
}
@keyframes slide-up {

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

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-slide-up {
  animation: slide-up 0.4s cubic-bezier(0.16,1,0.3,1);
}
@keyframes spin {

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

  0% {
    transform: scale(0) rotate(-12deg);
    opacity: 0;
  }

  60% {
    transform: scale(1.2) rotate(-12deg);
    opacity: 1;
  }

  100% {
    transform: scale(1) rotate(-12deg);
    opacity: 1;
  }
}
.animate-stamp {
  animation: stamp 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.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;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.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-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-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-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * 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));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}
.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-amber-500\/15 {
  border-color: rgb(245 158 11 / 0.15);
}
.border-amber-500\/20 {
  border-color: rgb(245 158 11 / 0.2);
}
.border-amber-500\/60 {
  border-color: rgb(245 158 11 / 0.6);
}
.border-amber-700\/30 {
  border-color: rgb(180 83 9 / 0.3);
}
.border-cura-accent {
  --tw-border-opacity: 1;
  border-color: rgb(255 107 53 / var(--tw-border-opacity, 1));
}
.border-cura-accent\/15 {
  border-color: rgb(255 107 53 / 0.15);
}
.border-cura-accent\/20 {
  border-color: rgb(255 107 53 / 0.2);
}
.border-cura-accent\/30 {
  border-color: rgb(255 107 53 / 0.3);
}
.border-cura-accent\/40 {
  border-color: rgb(255 107 53 / 0.4);
}
.border-cura-accent\/60 {
  border-color: rgb(255 107 53 / 0.6);
}
.border-cura-border {
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity, 1));
}
.border-cura-border\/30 {
  border-color: rgb(34 34 34 / 0.3);
}
.border-cura-border\/50 {
  border-color: rgb(34 34 34 / 0.5);
}
.border-cura-border\/70 {
  border-color: rgb(34 34 34 / 0.7);
}
.border-current {
  border-color: currentColor;
}
.border-cyan-400\/40 {
  border-color: rgb(34 211 238 / 0.4);
}
.border-cyan-500\/15 {
  border-color: rgb(6 182 212 / 0.15);
}
.border-cyan-500\/20 {
  border-color: rgb(6 182 212 / 0.2);
}
.border-cyan-500\/25 {
  border-color: rgb(6 182 212 / 0.25);
}
.border-green-500\/15 {
  border-color: rgb(34 197 94 / 0.15);
}
.border-green-500\/20 {
  border-color: rgb(34 197 94 / 0.2);
}
.border-green-500\/40 {
  border-color: rgb(34 197 94 / 0.4);
}
.border-orange-400\/50 {
  border-color: rgb(251 146 60 / 0.5);
}
.border-orange-500\/20 {
  border-color: rgb(249 115 22 / 0.2);
}
.border-orange-500\/30 {
  border-color: rgb(249 115 22 / 0.3);
}
.border-orange-600\/30 {
  border-color: rgb(234 88 12 / 0.3);
}
.border-purple-500\/15 {
  border-color: rgb(168 85 247 / 0.15);
}
.border-purple-500\/20 {
  border-color: rgb(168 85 247 / 0.2);
}
.border-purple-500\/30 {
  border-color: rgb(168 85 247 / 0.3);
}
.border-red-800\/50 {
  border-color: rgb(153 27 27 / 0.5);
}
.border-transparent {
  border-color: transparent;
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/\[0\.03\] {
  border-color: rgb(255 255 255 / 0.03);
}
.border-white\/\[0\.04\] {
  border-color: rgb(255 255 255 / 0.04);
}
.border-white\/\[0\.06\] {
  border-color: rgb(255 255 255 / 0.06);
}
.border-white\/\[0\.08\] {
  border-color: rgb(255 255 255 / 0.08);
}
.border-t-cura-accent\/60 {
  border-top-color: rgb(255 107 53 / 0.6);
}
.border-t-transparent {
  border-top-color: transparent;
}
.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\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.bg-blue-900\/40 {
  background-color: rgb(30 58 138 / 0.4);
}
.bg-cura-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(255 107 53 / var(--tw-bg-opacity, 1));
}
.bg-cura-accent\/10 {
  background-color: rgb(255 107 53 / 0.1);
}
.bg-cura-accent\/15 {
  background-color: rgb(255 107 53 / 0.15);
}
.bg-cura-accent\/20 {
  background-color: rgb(255 107 53 / 0.2);
}
.bg-cura-accent\/5 {
  background-color: rgb(255 107 53 / 0.05);
}
.bg-cura-accent\/60 {
  background-color: rgb(255 107 53 / 0.6);
}
.bg-cura-accent\/80 {
  background-color: rgb(255 107 53 / 0.8);
}
.bg-cura-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}
.bg-cura-bg\/90 {
  background-color: rgb(10 10 10 / 0.9);
}
.bg-cura-bg\/95 {
  background-color: rgb(10 10 10 / 0.95);
}
.bg-cura-border {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
}
.bg-cura-border\/50 {
  background-color: rgb(34 34 34 / 0.5);
}
.bg-cura-card {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
}
.bg-cura-card\/20 {
  background-color: rgb(20 20 20 / 0.2);
}
.bg-cura-card\/30 {
  background-color: rgb(20 20 20 / 0.3);
}
.bg-cura-card\/50 {
  background-color: rgb(20 20 20 / 0.5);
}
.bg-cura-card\/60 {
  background-color: rgb(20 20 20 / 0.6);
}
.bg-cura-card\/90 {
  background-color: rgb(20 20 20 / 0.9);
}
.bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}
.bg-cyan-500\/10 {
  background-color: rgb(6 182 212 / 0.1);
}
.bg-cyan-500\/5 {
  background-color: rgb(6 182 212 / 0.05);
}
.bg-cyan-600\/80 {
  background-color: rgb(8 145 178 / 0.8);
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-green-600\/80 {
  background-color: rgb(22 163 74 / 0.8);
}
.bg-green-900\/10 {
  background-color: rgb(20 83 45 / 0.1);
}
.bg-green-900\/30 {
  background-color: rgb(20 83 45 / 0.3);
}
.bg-green-900\/40 {
  background-color: rgb(20 83 45 / 0.4);
}
.bg-green-900\/5 {
  background-color: rgb(20 83 45 / 0.05);
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-orange-500\/15 {
  background-color: rgb(249 115 22 / 0.15);
}
.bg-orange-500\/5 {
  background-color: rgb(249 115 22 / 0.05);
}
.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.bg-purple-500\/10 {
  background-color: rgb(168 85 247 / 0.1);
}
.bg-purple-500\/15 {
  background-color: rgb(168 85 247 / 0.15);
}
.bg-purple-500\/25 {
  background-color: rgb(168 85 247 / 0.25);
}
.bg-purple-500\/5 {
  background-color: rgb(168 85 247 / 0.05);
}
.bg-purple-950\/30 {
  background-color: rgb(59 7 100 / 0.3);
}
.bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/\[0\.02\] {
  background-color: rgb(255 255 255 / 0.02);
}
.bg-white\/\[0\.03\] {
  background-color: rgb(255 255 255 / 0.03);
}
.bg-white\/\[0\.04\] {
  background-color: rgb(255 255 255 / 0.04);
}
.bg-white\/\[0\.05\] {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/\[0\.06\] {
  background-color: rgb(255 255 255 / 0.06);
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, 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-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-amber-500\/15 {
  --tw-gradient-from: rgb(245 158 11 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-900\/10 {
  --tw-gradient-from: rgb(120 53 15 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/60 {
  --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/80 {
  --tw-gradient-from: rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cura-accent\/15 {
  --tw-gradient-from: rgb(255 107 53 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 107 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-500 {
  --tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-500\/15 {
  --tw-gradient-from: rgb(6 182 212 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500\/15 {
  --tw-gradient-from: rgb(34 197 94 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-500\/20 {
  --tw-gradient-from: rgb(249 115 22 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-900\/15 {
  --tw-gradient-from: rgb(124 45 18 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/15 {
  --tw-gradient-from: rgb(168 85 247 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white\/\[0\.06\] {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.06) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-black\/30 {
  --tw-gradient-to: rgb(0 0 0 / 0.3) var(--tw-gradient-to-position);
}
.to-blue-500\/10 {
  --tw-gradient-to: rgb(59 130 246 / 0.1) var(--tw-gradient-to-position);
}
.to-cyan-300 {
  --tw-gradient-to: #67e8f9 var(--tw-gradient-to-position);
}
.to-emerald-500\/10 {
  --tw-gradient-to: rgb(16 185 129 / 0.1) var(--tw-gradient-to-position);
}
.to-indigo-500\/10 {
  --tw-gradient-to: rgb(99 102 241 / 0.1) var(--tw-gradient-to-position);
}
.to-purple-500\/10 {
  --tw-gradient-to: rgb(168 85 247 / 0.1) var(--tw-gradient-to-position);
}
.to-red-500\/10 {
  --tw-gradient-to: rgb(239 68 68 / 0.1) var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-yellow-500\/10 {
  --tw-gradient-to: rgb(234 179 8 / 0.1) var(--tw-gradient-to-position);
}
.fill-white\/80 {
  fill: rgb(255 255 255 / 0.8);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-4 {
  padding: 1rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.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-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;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-sans {
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Sans, sans-serif;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[7px\] {
  font-size: 7px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}
.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.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-amber-300\/60 {
  color: rgb(252 211 77 / 0.6);
}
.text-amber-300\/70 {
  color: rgb(252 211 77 / 0.7);
}
.text-amber-300\/80 {
  color: rgb(252 211 77 / 0.8);
}
.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-amber-400\/80 {
  color: rgb(251 191 36 / 0.8);
}
.text-amber-400\/90 {
  color: rgb(251 191 36 / 0.9);
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-cura-accent {
  --tw-text-opacity: 1;
  color: rgb(255 107 53 / var(--tw-text-opacity, 1));
}
.text-cura-accent\/30 {
  color: rgb(255 107 53 / 0.3);
}
.text-cura-accent\/50 {
  color: rgb(255 107 53 / 0.5);
}
.text-cura-accent\/60 {
  color: rgb(255 107 53 / 0.6);
}
.text-cura-accent\/70 {
  color: rgb(255 107 53 / 0.7);
}
.text-cura-accent\/80 {
  color: rgb(255 107 53 / 0.8);
}
.text-cura-accent\/90 {
  color: rgb(255 107 53 / 0.9);
}
.text-cura-dim {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}
.text-cura-sub {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.text-cura-text {
  --tw-text-opacity: 1;
  color: rgb(224 224 224 / var(--tw-text-opacity, 1));
}
.text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity, 1));
}
.text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity, 1));
}
.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}
.text-cyan-300\/60 {
  color: rgb(103 232 249 / 0.6);
}
.text-cyan-300\/70 {
  color: rgb(103 232 249 / 0.7);
}
.text-cyan-300\/80 {
  color: rgb(103 232 249 / 0.8);
}
.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}
.text-cyan-400\/60 {
  color: rgb(34 211 238 / 0.6);
}
.text-cyan-400\/70 {
  color: rgb(34 211 238 / 0.7);
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-400\/50 {
  color: rgb(74 222 128 / 0.5);
}
.text-green-400\/70 {
  color: rgb(74 222 128 / 0.7);
}
.text-green-400\/80 {
  color: rgb(74 222 128 / 0.8);
}
.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}
.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}
.text-orange-300\/60 {
  color: rgb(253 186 116 / 0.6);
}
.text-orange-300\/70 {
  color: rgb(253 186 116 / 0.7);
}
.text-orange-300\/80 {
  color: rgb(253 186 116 / 0.8);
}
.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}
.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}
.text-purple-300\/60 {
  color: rgb(216 180 254 / 0.6);
}
.text-purple-300\/70 {
  color: rgb(216 180 254 / 0.7);
}
.text-purple-300\/80 {
  color: rgb(216 180 254 / 0.8);
}
.text-purple-300\/90 {
  color: rgb(216 180 254 / 0.9);
}
.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
.text-purple-400\/40 {
  color: rgb(192 132 252 / 0.4);
}
.text-purple-400\/60 {
  color: rgb(192 132 252 / 0.6);
}
.text-purple-400\/70 {
  color: rgb(192 132 252 / 0.7);
}
.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-red-400\/40 {
  color: rgb(248 113 113 / 0.4);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/15 {
  color: rgb(255 255 255 / 0.15);
}
.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.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);
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-yellow-400\/60 {
  color: rgb(250 204 21 / 0.6);
}
.text-yellow-400\/70 {
  color: rgb(250 204 21 / 0.7);
}
.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-cura-dim::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(85 85 85 / var(--tw-placeholder-opacity, 1));
}
.placeholder-cura-dim::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(85 85 85 / var(--tw-placeholder-opacity, 1));
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -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-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_12px_rgba\(168\2c 85\2c 247\2c 0\.1\)\] {
  --tw-shadow: 0 0 12px rgba(168,85,247,0.1);
  --tw-shadow-colored: 0 0 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_12px_rgba\(245\2c 158\2c 11\2c 0\.08\)\] {
  --tw-shadow: 0 0 12px rgba(245,158,11,0.08);
  --tw-shadow-colored: 0 0 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_12px_rgba\(255\2c 107\2c 53\2c 0\.1\)\] {
  --tw-shadow: 0 0 12px rgba(255,107,53,0.1);
  --tw-shadow-colored: 0 0 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_12px_rgba\(34\2c 211\2c 238\2c 0\.1\)\] {
  --tw-shadow: 0 0 12px rgba(34,211,238,0.1);
  --tw-shadow-colored: 0 0 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_12px_rgba\(74\2c 222\2c 128\2c 0\.08\)\] {
  --tw-shadow: 0 0 12px rgba(74,222,128,0.08);
  --tw-shadow-colored: 0 0 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_4px_rgba\(250\2c 204\2c 21\2c 0\.5\)\] {
  --tw-shadow: 0 0 4px rgba(250,204,21,0.5);
  --tw-shadow-colored: 0 0 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_4px_rgba\(74\2c 222\2c 128\2c 0\.5\)\] {
  --tw-shadow: 0 0 4px rgba(74,222,128,0.5);
  --tw-shadow-colored: 0 0 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_6px_rgba\(250\2c 204\2c 21\2c 0\.6\)\] {
  --tw-shadow: 0 0 6px rgba(250,204,21,0.6);
  --tw-shadow-colored: 0 0 6px 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_6px_rgba\(251\2c 146\2c 60\2c 0\.2\)\] {
  --tw-shadow: 0 0 6px rgba(251,146,60,0.2);
  --tw-shadow-colored: 0 0 6px 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_6px_rgba\(34\2c 211\2c 238\2c 0\.15\)\] {
  --tw-shadow: 0 0 6px rgba(34,211,238,0.15);
  --tw-shadow-colored: 0 0 6px 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_6px_rgba\(74\2c 222\2c 128\2c 0\.6\)\] {
  --tw-shadow: 0 0 6px rgba(74,222,128,0.6);
  --tw-shadow-colored: 0 0 6px 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_6px_rgba\(96\2c 165\2c 250\2c 0\.15\)\] {
  --tw-shadow: 0 0 6px rgba(96,165,250,0.15);
  --tw-shadow-colored: 0 0 6px 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_6px_rgba\(96\2c 165\2c 250\2c 0\.5\)\] {
  --tw-shadow: 0 0 6px rgba(96,165,250,0.5);
  --tw-shadow-colored: 0 0 6px 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_8px_rgba\(245\2c 158\2c 11\2c 0\.25\)\] {
  --tw-shadow: 0 0 8px rgba(245,158,11,0.25);
  --tw-shadow-colored: 0 0 8px 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_8px_rgba\(250\2c 204\2c 21\2c 0\.2\)\] {
  --tw-shadow: 0 0 8px rgba(250,204,21,0.2);
  --tw-shadow-colored: 0 0 8px 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_8px_rgba\(255\2c 107\2c 53\2c 0\.12\)\] {
  --tw-shadow: 0 0 8px rgba(255,107,53,0.12);
  --tw-shadow-colored: 0 0 8px 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_8px_rgba\(74\2c 222\2c 128\2c 0\.25\)\] {
  --tw-shadow: 0 0 8px rgba(74,222,128,0.25);
  --tw-shadow-colored: 0 0 8px 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_2px_8px_rgba\(168\2c 85\2c 247\2c 0\.15\)\] {
  --tw-shadow: 0 2px 8px rgba(168,85,247,0.15);
  --tw-shadow-colored: 0 2px 8px 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_2px_8px_rgba\(255\2c 107\2c 53\2c 0\.15\)\] {
  --tw-shadow: 0 2px 8px rgba(255,107,53,0.15);
  --tw-shadow-colored: 0 2px 8px 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-float {
  --tw-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 2px 8px rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: 0 8px 32px var(--tw-shadow-color), 0 2px 8px 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-float-lg {
  --tw-shadow: 0 12px 48px rgba(0, 0, 0, 0.5), 0 4px 16px rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: 0 12px 48px var(--tw-shadow-color), 0 4px 16px 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-glow-orange {
  --tw-shadow: 0 0 20px rgba(255, 107, 53, 0.15), 0 0 60px rgba(255, 107, 53, 0.05);
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color), 0 0 60px 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-glow-purple {
  --tw-shadow: 0 0 20px rgba(168, 85, 247, 0.2), 0 0 60px rgba(168, 85, 247, 0.05);
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color), 0 0 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring {
  --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(3px + 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);
}
.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);
}
.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-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-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);
}
.glass {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.06);
  }
.glass-strong {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }
.glass-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.06);
  }
/* Neon glow borders */
.glow-border-purple {
    box-shadow: 0 0 1px rgba(168, 85, 247, 0.6),
                inset 0 0 1px rgba(168, 85, 247, 0.1),
                0 0 20px rgba(168, 85, 247, 0.1);
    border-color: rgba(168, 85, 247, 0.3);
  }
/* Shimmer gradient for loading */
.shimmer-bg {
    background: linear-gradient(90deg,
      rgba(255,255,255,0.0) 0%,
      rgba(255,255,255,0.03) 50%,
      rgba(255,255,255,0.0) 100%);
    background-size: 200% 100%;
  }
/* ---- Spot Card Glassmorphism ---- */
.spot-card {
    background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.045) 0%,
      rgba(255, 255, 255, 0.015) 100%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }
.spot-card:hover {
    background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.07) 0%,
      rgba(255, 255, 255, 0.025) 100%);
    border-color: rgba(255, 107, 53, 0.2);
    box-shadow:
      0 0 1px rgba(255, 107, 53, 0.4),
      0 0 12px rgba(255, 107, 53, 0.08),
      0 8px 24px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px) scale(1.012);
  }
/* Time Travel mode hover — purple glow instead */
.spot-card-tt:hover {
    border-color: rgba(168, 85, 247, 0.25);
    box-shadow:
      0 0 1px rgba(168, 85, 247, 0.5),
      0 0 14px rgba(168, 85, 247, 0.1),
      0 8px 24px rgba(0, 0, 0, 0.3);
  }
/* TOP PICK card extra shimmer on hover */
.spot-card-top:hover {
    border-color: rgba(255, 107, 53, 0.3);
    box-shadow:
      0 0 2px rgba(255, 107, 53, 0.5),
      0 0 20px rgba(255, 107, 53, 0.12),
      0 10px 32px rgba(0, 0, 0, 0.35);
    transform: translateY(-3px) scale(1.015);
  }
.spot-card-top.spot-card-tt:hover {
    border-color: rgba(168, 85, 247, 0.35);
    box-shadow:
      0 0 2px rgba(168, 85, 247, 0.6),
      0 0 20px rgba(168, 85, 247, 0.15),
      0 10px 32px rgba(0, 0, 0, 0.35);
  }
/* Karma stamp effect — ビンテージ消印 */
.karma-stamp {
    position: absolute;
    top: -6px;
    right: -6px;
    transform: rotate(-12deg);
    pointer-events: none;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.6));
  }
.karma-stamp-inner {
    position: relative;
    overflow: hidden;
  }
/* Worn/aged texture overlay via pseudo-element */
.karma-stamp-inner::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: repeating-conic-gradient(
      rgba(255,255,255,0.03) 0% 25%,
      transparent 0% 50%
    );
    mix-blend-mode: overlay;
    pointer-events: none;
  }
/* ---- Epithet (二つ名) ---- */
.epithet-label {
    background: linear-gradient(90deg,
      rgba(255, 107, 53, 0.12) 0%,
      rgba(168, 85, 247, 0.08) 50%,
      rgba(34, 211, 238, 0.06) 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: epithet-shimmer 4s ease-in-out infinite;
  }
.epithet-label-tt {
    background: linear-gradient(90deg,
      rgba(168, 85, 247, 0.25) 0%,
      rgba(236, 72, 153, 0.15) 50%,
      rgba(168, 85, 247, 0.2) 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: epithet-shimmer 4s ease-in-out infinite;
  }
/* ---- Density Graph (密度グラフ) ---- */
.density-graph-container {
    background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.025) 0%,
      rgba(255, 255, 255, 0.005) 100%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.04);
  }
/* Highlight ring on matched cards */
.spot-card-highlighted {
    border-color: rgba(34, 211, 238, 0.35) !important;
    box-shadow:
      0 0 2px rgba(34, 211, 238, 0.5),
      0 0 12px rgba(34, 211, 238, 0.1),
      0 6px 20px rgba(0, 0, 0, 0.3) !important;
  }
/* Puffy 3D button */
.btn-puffy {
    background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    box-shadow: 0 2px 6px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.08);
    transition: all 0.15s cubic-bezier(0.16,1,0.3,1);
  }
.btn-puffy:active {
    transform: scale(0.95);
    box-shadow: 0 1px 3px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.05);
  }
/* Discovery card neon edge */
.discovery-edge {
    position: relative;
  }
.discovery-edge::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255,107,53,0.4), rgba(168,85,247,0.2), rgba(34,211,238,0.3));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }

/* ================================================================
   MIDNIGHT BANGKOK COCKPIT — CuraMap BI Theme
   ================================================================ */

:root {
  --bg: #0a0a0a;
  --card: #141414;
  --card2: #1a1a1a;
  --border: #222;
  --text: #e0e0e0;
  --sub: #888;
  --dim: #555;
  --accent: #ff6b35;
  --accent-light: #ff8f5e;
  --midnight-deep: #0f172a;
  --midnight-navy: #1e293b;
  --neon-purple: #a855f7;
  --neon-cyan: #22d3ee;
}

body {
  background: linear-gradient(180deg, var(--midnight-deep) 0%, #050a14 50%, var(--bg) 100%);
  color: var(--text);
  min-height: 100vh;
}

/* ---- Glassmorphism Layers ---- */

/* ---- Detail Overlay (没入型モーダル) ---- */
.detail-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(5, 10, 20, 0.85);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  animation: overlay-in 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes overlay-in {
  0% { opacity: 0; backdrop-filter: blur(0); }
  100% { opacity: 1; backdrop-filter: blur(24px); }
}
.detail-overlay-content {
  background: linear-gradient(180deg,
    rgba(255, 255, 255, 0.035) 0%,
    rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.intel-line {
  font-family: 'SF Mono', 'Fira Code', 'Cascadia Code', monospace;
  letter-spacing: 0.04em;
}
.intel-line::before {
  content: '>';
  margin-right: 6px;
  opacity: 0.3;
}
/* Score bar with neon fill */
.score-bar-fill {
  transition: width 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 0 8px currentColor;
}

/* ---- Time Travel Glitch Effect ---- */
.glitch-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
  animation: glitch-flash 0.35s steps(4) forwards;
}
@keyframes glitch-flash {
  0% {
    background: linear-gradient(
      0deg,
      transparent 45%,
      rgba(168, 85, 247, 0.12) 46%,
      transparent 47%,
      transparent 52%,
      rgba(34, 211, 238, 0.08) 53%,
      transparent 54%
    );
    background-size: 100% 6px;
    opacity: 1;
  }
  25% {
    background: linear-gradient(
      0deg,
      transparent 20%,
      rgba(168, 85, 247, 0.15) 21%,
      transparent 22%,
      transparent 78%,
      rgba(255, 107, 53, 0.08) 79%,
      transparent 80%
    );
    background-size: 100% 4px;
    clip-path: inset(10% 0 30% 0);
    opacity: 1;
  }
  50% {
    background: linear-gradient(
      0deg,
      transparent 60%,
      rgba(34, 211, 238, 0.1) 61%,
      transparent 62%
    );
    background-size: 100% 3px;
    clip-path: inset(50% 0 10% 0);
    opacity: 0.8;
  }
  75% {
    background: transparent;
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}
/* Scanline noise texture */
.glitch-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(255, 255, 255, 0.015) 2px,
    rgba(255, 255, 255, 0.015) 4px
  );
  animation: scanline-drift 0.35s linear forwards;
  opacity: 0.6;
}
@keyframes scanline-drift {
  0% { transform: translateY(0); }
  100% { transform: translateY(8px); opacity: 0; }
}

/* ================================================================
   MINING INTELLIGENCE — Layer 2 Styles
   ================================================================ */

/* ---- Cluster Card ---- */
.cluster-card {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.cluster-card:hover {
  transform: translateY(-1px) scale(1.008);
}
.cluster-icon {
  animation: cluster-icon-float 3s ease-in-out infinite;
}
@keyframes cluster-icon-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}
.cluster-narrative {
  background: linear-gradient(90deg, rgba(255,255,255,0.85) 0%, rgba(200,220,255,0.7) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cluster-strength-bar {
  background: linear-gradient(90deg, rgba(34,211,238,0.4) 0%, rgba(168,85,247,0.6) 100%);
  border-radius: 999px;
  height: 100%;
  animation: cluster-strength-grow 0.8s cubic-bezier(0.16,1,0.3,1) both;
}
@keyframes cluster-strength-grow {
  0% { width: 0% !important; opacity: 0; }
  100% { opacity: 1; }
}

/* ---- Ghost Pin — Hologram Scanline Design ---- */
.ghost-pin-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
/* Inner pulse ring */
.ghost-pin-pulse {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1.5px solid rgba(34, 211, 238, 0.35);
  animation: ghost-pulse-inner 2s ease-in-out infinite;
}
@keyframes ghost-pulse-inner {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.4); opacity: 0; }
}
/* Outer pulse ring — wider, offset timing */
.ghost-pin-pulse-outer {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1px solid rgba(236, 72, 153, 0.2);
  animation: ghost-pulse-outer 2.5s ease-in-out infinite 0.5s;
}
@keyframes ghost-pulse-outer {
  0%, 100% { transform: scale(1); opacity: 0.4; }
  50% { transform: scale(1.6); opacity: 0; }
}
/* Main body — hologram glass */
.ghost-pin-body {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(34,211,238,0.18) 0%, rgba(34,211,238,0.04) 60%, rgba(236,72,153,0.06) 100%);
  border: 1.5px solid rgba(34, 211, 238, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 16px rgba(34, 211, 238, 0.2), 0 0 40px rgba(34, 211, 238, 0.06), inset 0 0 10px rgba(34, 211, 238, 0.08);
  animation: ghost-body-breathe 3s ease-in-out infinite;
  transition: all 0.3s ease;
  overflow: hidden;
}
/* Scanline overlay inside pin body */
.ghost-pin-scanlines {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: repeating-linear-gradient(
    0deg,
    transparent 0px,
    transparent 2px,
    rgba(34, 211, 238, 0.06) 2px,
    rgba(34, 211, 238, 0.06) 4px
  );
  animation: ghost-scanline-scroll 1.5s linear infinite;
  pointer-events: none;
}
@keyframes ghost-scanline-scroll {
  0% { transform: translateY(0); }
  100% { transform: translateY(4px); }
}
/* Diamond icon */
.ghost-pin-icon {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: rgba(34, 211, 238, 0.8);
  text-shadow: 0 0 8px rgba(34, 211, 238, 0.6);
  filter: drop-shadow(0 0 3px rgba(34,211,238,0.4));
}
/* Probability arc SVG overlay */
.ghost-pin-arc {
  position: absolute;
  inset: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  pointer-events: none;
}
.ghost-arc-fill {
  fill: none;
  stroke: rgba(34, 211, 238, 0.5);
  stroke-width: 2;
  stroke-linecap: round;
  filter: drop-shadow(0 0 4px rgba(34, 211, 238, 0.4));
  animation: ghost-arc-glow 2s ease-in-out infinite;
}
@keyframes ghost-arc-glow {
  0%, 100% { stroke: rgba(34, 211, 238, 0.5); }
  50% { stroke: rgba(34, 211, 238, 0.8); }
}
/* Hover state */
.ghost-pin-wrapper:hover .ghost-pin-body {
  background: radial-gradient(circle at 30% 30%, rgba(34,211,238,0.3) 0%, rgba(34,211,238,0.1) 60%, rgba(236,72,153,0.1) 100%);
  border-color: rgba(34, 211, 238, 0.6);
  box-shadow: 0 0 24px rgba(34, 211, 238, 0.35), 0 0 60px rgba(34, 211, 238, 0.1), inset 0 0 14px rgba(34, 211, 238, 0.12);
  transform: scale(1.12);
}
@keyframes ghost-body-breathe {
  0%, 100% { opacity: 0.75; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.06); }
}

/* ================================================================
   Ghost Sphere — 半透明赤球体 + Glitch振動（幽霊化演出）
   ================================================================ */
.ghost-sphere-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
}
.ghost-sphere-scaled {
  transform: scale(1.3);
  transform-origin: bottom center;
}
.ghost-sphere-pin {
  cursor: pointer;
  will-change: transform, opacity, filter;
  animation:
    ghost-pin-materialize 1s ease-out forwards,
    ghost-pin-glitch 0.2s steps(3) 1s infinite alternate,
    ghost-pin-flicker 4s ease-in-out 1s infinite,
    ghost-pin-float 2.8s ease-in-out 1s infinite;
  filter:
    drop-shadow(0 0 8px rgba(180,200,255,0.4))
    drop-shadow(0 0 20px rgba(120,160,255,0.2));
}
.ghost-main-emoji {
  font-size: 48px;
  line-height: 1;
  display: block;
}
.ghost-sphere-pin:hover {
  animation:
    ghost-pin-glitch 0.08s steps(5) infinite alternate,
    ghost-pin-flicker 1.2s ease-in-out infinite,
    ghost-pin-float 1.5s ease-in-out infinite;
  filter:
    drop-shadow(0 0 14px rgba(180,200,255,0.7))
    drop-shadow(0 0 35px rgba(120,160,255,0.4));
}
.ghost-sphere-pin:hover .ghost-main-emoji {
  font-size: 54px;
}
/* 出現エフェクト — デジタルノイズからスムーズに実体化 */
@keyframes ghost-pin-materialize {
  0% {
    opacity: 0;
    transform: translateY(12px) scaleY(0.2) scaleX(1.2);
    filter: blur(10px) brightness(2.5);
  }
  20% {
    opacity: 0.4;
    transform: translateY(4px) scaleY(0.6) scaleX(1.05);
    filter: blur(5px) brightness(1.8);
  }
  40% {
    opacity: 0.15;
    transform: translateY(2px) scaleY(0.8) scaleX(0.98);
    filter: blur(6px) brightness(2.2);
  }
  60% {
    opacity: 0.8;
    transform: translateY(0px) scaleY(0.95) scaleX(1.01);
    filter: blur(1.5px) brightness(1.3);
  }
  80% {
    opacity: 0.5;
    transform: translateY(-1px) scaleY(1.02) scaleX(1);
    filter: blur(2px) brightness(1.5);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) scaleY(1) scaleX(1);
    filter: blur(0) brightness(1);
  }
}
/* 小刻みな振動 — Glitch/Shake — ピン専用（ghost-pin-glitch）
   ※ ghost-glitch はオーバーレイ用で別定義。名前衝突回避 */
@keyframes ghost-pin-glitch {
  0% { transform: translate(0, 0) skewX(0deg); }
  15% { transform: translate(-1.5px, 0.5px) skewX(-0.8deg); }
  30% { transform: translate(2px, -0.8px) skewX(1deg); }
  45% { transform: translate(-0.8px, 1px) skewX(-0.4deg); }
  60% { transform: translate(1px, -0.4px) skewX(1.2deg); }
  75% { transform: translate(-1.5px, -0.8px) skewX(-1deg); }
  100% { transform: translate(0.8px, 0.3px) skewX(0.3deg); }
}
/* 不気味なフリッカー — ピン専用（ghost-pin-flicker）
   不規則な消滅で実体のなさを表現 */
@keyframes ghost-pin-flicker {
  0%, 100% { opacity: 1; }
  8% { opacity: 0.75; }
  10% { opacity: 1; }
  25% { opacity: 0.5; }
  27% { opacity: 0.95; }
  30% { opacity: 0.35; }
  32% { opacity: 1; }
  50% { opacity: 0.88; }
  65% { opacity: 1; }
  70% { opacity: 0.25; }
  72% { opacity: 0.85; }
  74% { opacity: 1; }
  88% { opacity: 0.65; }
  90% { opacity: 1; }
}
/* 浮遊アニメーション — 幽霊がふわふわ漂う（ピン専用） */
@keyframes ghost-pin-float {
  0%, 100% { transform: translateY(0px) scale(1); }
  25% { transform: translateY(-7px) scale(1.03); }
  50% { transform: translateY(-2px) scale(0.97); }
  75% { transform: translateY(-9px) scale(1.02); }
}
/* 青い波紋Ripple — 幽霊の背後で脈動 */
.ghost-ripple {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid rgba(100, 180, 255, 0.5);
  animation: ghost-ripple-expand 2s ease-out infinite;
  pointer-events: none;
}
.ghost-ripple-2 {
  animation-delay: 0.7s;
}
@keyframes ghost-ripple-expand {
  0% { width: 20px; height: 20px; opacity: 0.8; border-width: 3px; }
  100% { width: 120px; height: 120px; opacity: 0; border-width: 1px; }
}

/* ============================================================
   Victory Ghost — 訪問済み旗ピンをホバーすると紫ゴーストが湧き上がる
   ============================================================ */
.victory-ghost-swarm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}
.victory-ghost-emoji {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  filter: drop-shadow(0 0 6px rgba(180,100,255,0.5));
  animation: victory-ghost-rise 2.5s ease-out forwards;
}
@keyframes victory-ghost-rise {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(10px) scale(0.3) rotate(-15deg);
  }
  20% {
    opacity: 0.9;
    transform: translateX(-50%) translateY(-5px) scale(1) rotate(5deg);
  }
  50% {
    opacity: 0.8;
    transform: translateX(-50%) translateY(-35px) scale(0.95) rotate(-8deg);
  }
  75% {
    opacity: 0.5;
    transform: translateX(-50%) translateY(-60px) scale(0.8) rotate(5deg);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-85px) scale(0.5) rotate(-3deg);
  }
}

/* ============================================================
   Mini Ghost Swarm — 👻emojiが下から湧き上がるアニメーション
   Pattern A (ghost-swarm-a): 黒背景風 — AIの強力な上書き
   Pattern B (ghost-swarm-b): 紫背景風 — AIの静かな予兆
   ============================================================ */
.ghost-mini-swarm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}
.ghost-mini-emoji {
  position: absolute;
  bottom: -10px;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  filter: drop-shadow(0 0 4px rgba(200,220,255,0.3));
}
/* Pattern A: 下からドラマチックに湧き上がる — 大胆に高く */
.ghost-swarm-a .ghost-mini-emoji {
  animation: ghost-rise-a 3s ease-out infinite;
}
@keyframes ghost-rise-a {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(20px) scale(0.3);
  }
  15% {
    opacity: 0.8;
    transform: translateX(-50%) translateY(0px) scale(0.8);
  }
  40% {
    opacity: 0.9;
    transform: translateX(-50%) translateY(-30px) scale(1);
  }
  70% {
    opacity: 0.6;
    transform: translateX(-50%) translateY(-60px) scale(0.9);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-90px) scale(0.5);
  }
}
/* Pattern B: ポコポコとゆっくり浮かぶ — 静かな予兆 */
.ghost-swarm-b .ghost-mini-emoji {
  animation: ghost-rise-b 4s ease-in-out infinite;
}
@keyframes ghost-rise-b {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(15px) scale(0.4) rotate(-10deg);
  }
  20% {
    opacity: 0.7;
    transform: translateX(-50%) translateY(0px) scale(0.9) rotate(5deg);
  }
  50% {
    opacity: 0.85;
    transform: translateX(-50%) translateY(-25px) scale(1) rotate(-5deg);
  }
  75% {
    opacity: 0.5;
    transform: translateX(-50%) translateY(-45px) scale(0.85) rotate(8deg);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-65px) scale(0.4) rotate(-3deg);
  }
}

/* Ghost pin tooltip */
.ghost-pin-tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, rgba(10,30,50,0.95) 0%, rgba(5,15,30,0.95) 100%);
  border: 1px solid rgba(34, 211, 238, 0.2);
  border-radius: 10px;
  padding: 8px 10px;
  min-width: 160px;
  max-width: 200px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.5), 0 0 12px rgba(34,211,238,0.08);
  pointer-events: none;
  animation: ghost-tooltip-in 0.2s cubic-bezier(0.16,1,0.3,1);
  z-index: 50;
}
.ghost-pin-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: rgba(10,30,50,0.95);
}
@keyframes ghost-tooltip-in {
  0% { opacity: 0; transform: translateX(-50%) translateY(4px); }
  100% { opacity: 1; transform: translateX(-50%) translateY(0); }
}

/* Ghost probability bar */
.ghost-probability-bar {
  flex: 1;
  height: 3px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  overflow: hidden;
}
.ghost-probability-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(34,211,238,0.6) 0%, rgba(34,211,238,0.9) 100%);
  box-shadow: 0 0 6px rgba(34,211,238,0.4);
  transition: width 0.5s cubic-bezier(0.16,1,0.3,1);
}

/* Ghost popup content */
.ghost-popup-content {
  background: linear-gradient(135deg, rgba(10,30,50,0.95) 0%, rgba(5,15,30,0.95) 100%);
  border: 1px solid rgba(34, 211, 238, 0.15);
  border-radius: 12px;
  padding: 12px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 0 20px rgba(34,211,238,0.08);
}

/* ---- No Signal Overlay — フィルター結果0件 ---- */
.no-signal-overlay {
  position: absolute;
  inset: 0;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(34, 211, 238, 0.015) 2px,
    rgba(34, 211, 238, 0.015) 4px
  );
}

.no-signal-text {
  font-family: 'Courier New', monospace;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 8px;
  color: rgba(34, 211, 238, 0.15);
  text-shadow: 0 0 20px rgba(34, 211, 238, 0.1);
  animation: no-signal-flicker 3s infinite;
}

@keyframes no-signal-flicker {
  0%, 100% { opacity: 0.15; }
  5% { opacity: 0.3; transform: translateX(2px); }
  10% { opacity: 0.15; transform: translateX(0); }
  50% { opacity: 0.1; }
  55% { opacity: 0.25; transform: translateX(-1px); }
  60% { opacity: 0.15; transform: translateX(0); }
}

/* ---- Ghost Glitch — 3× Heavy Hacking Effect ---- */
.ghost-glitch-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
  animation: ghost-glitch 1.2s steps(10) forwards;
  mix-blend-mode: screen;
}
@keyframes ghost-glitch {
  0% {
    background: linear-gradient(
      0deg,
      transparent 20%,
      rgba(34, 211, 238, 0.4) 21%,
      transparent 22%,
      transparent 45%,
      rgba(236, 72, 153, 0.35) 46%,
      transparent 47%,
      transparent 70%,
      rgba(34, 211, 238, 0.3) 71%,
      transparent 72%
    );
    background-size: 100% 3px;
    clip-path: inset(0);
    opacity: 1;
  }
  8% {
    background: rgba(34, 211, 238, 0.12);
    clip-path: inset(10% 0 60% 0);
    opacity: 1;
  }
  16% {
    background: linear-gradient(
      0deg,
      transparent 5%,
      rgba(236, 72, 153, 0.45) 6%,
      transparent 7%,
      transparent 30%,
      rgba(34, 211, 238, 0.4) 31%,
      transparent 32%,
      transparent 55%,
      rgba(236, 72, 153, 0.3) 56%,
      transparent 57%,
      transparent 85%,
      rgba(34, 211, 238, 0.25) 86%,
      transparent 87%
    );
    background-size: 100% 2px;
    clip-path: inset(0);
    opacity: 1;
  }
  24% {
    background: rgba(236, 72, 153, 0.08);
    clip-path: inset(40% 0 20% 0);
    opacity: 0.95;
  }
  32% {
    background: linear-gradient(
      0deg,
      transparent 15%,
      rgba(34, 211, 238, 0.5) 16%,
      transparent 17%,
      transparent 50%,
      rgba(236, 72, 153, 0.4) 51%,
      transparent 52%,
      transparent 80%,
      rgba(34, 211, 238, 0.35) 81%,
      transparent 82%
    );
    background-size: 100% 3px;
    clip-path: inset(20% 0 30% 0);
    opacity: 1;
  }
  45% {
    background: linear-gradient(
      0deg,
      transparent 35%,
      rgba(236, 72, 153, 0.3) 36%,
      transparent 37%,
      transparent 65%,
      rgba(34, 211, 238, 0.35) 66%,
      transparent 67%
    );
    background-size: 100% 2px;
    clip-path: inset(50% 0 10% 0);
    opacity: 0.85;
  }
  55% {
    background: rgba(34, 211, 238, 0.1);
    clip-path: inset(60% 0 15% 0);
    opacity: 0.7;
  }
  65% {
    background: linear-gradient(
      0deg,
      transparent 25%,
      rgba(236, 72, 153, 0.2) 26%,
      transparent 27%,
      transparent 70%,
      rgba(34, 211, 238, 0.15) 71%,
      transparent 72%
    );
    background-size: 100% 4px;
    opacity: 0.5;
  }
  80% {
    background: transparent;
    opacity: 0.25;
  }
  100% {
    opacity: 0;
  }
}
.ghost-glitch-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 2px,
    rgba(34, 211, 238, 0.06) 2px,
    rgba(34, 211, 238, 0.06) 4px,
    transparent 4px,
    transparent 6px,
    rgba(236, 72, 153, 0.04) 6px,
    rgba(236, 72, 153, 0.04) 8px
  );
  animation: ghost-glitch-vlines 1.2s linear forwards;
  opacity: 0.6;
}
@keyframes ghost-glitch-vlines {
  0% { transform: translateX(0); opacity: 0.6; }
  50% { transform: translateX(-4px); opacity: 0.4; }
  100% { transform: translateX(8px); opacity: 0; }
}
.ghost-glitch-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 1px,
    rgba(255, 255, 255, 0.025) 1px,
    rgba(255, 255, 255, 0.025) 3px
  );
  animation: ghost-scanline-drift 1.2s linear forwards;
  opacity: 0.8;
}
@keyframes ghost-scanline-drift {
  0% { transform: translateY(0); opacity: 0.8; }
  100% { transform: translateY(12px); opacity: 0; }
}

/* ---- Bubble Chart ---- */
.bubble-glow {
  filter: drop-shadow(0 0 4px currentColor);
  transition: all 0.3s ease;
}
.bubble-glow:hover {
  filter: drop-shadow(0 0 8px currentColor) brightness(1.3);
}
.bubble-body {
  animation: bubble-grow-in 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes bubble-grow-in {
  0% { r: 0; opacity: 0; }
  100% { opacity: 1; }
}
@keyframes pulse-ring {
  0% { r: 0; opacity: 0.6; }
  50% { r: 6px; opacity: 0.3; }
  100% { r: 8px; opacity: 0; }
}

/* ---- Scroll-to highlight pulse ---- */
.spot-card-scroll-target {
  animation: scroll-pulse 1.2s ease-out;
}
@keyframes scroll-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.4);
  }
  40% {
    box-shadow: 0 0 0 6px rgba(255, 107, 53, 0.15);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 107, 53, 0);
  }
}

/* ---- Scrollbar ---- */
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* ---- Pin Legend Chip ---- */
.pin-legend {
  background: linear-gradient(135deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.01) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.06);
}
.pin-legend-saved {
  color: #ffd700;
  text-shadow: 0 0 6px rgba(255,215,0,0.4);
}
.pin-legend-search {
  color: #22d3ee;
  text-shadow: 0 0 6px rgba(34, 211, 238, 0.5);
  font-size: 10px;
}
.pin-legend-ghost {
  color: #22d3ee;
  text-shadow: 0 0 6px rgba(34,211,238,0.4);
  opacity: 0.6;
}

/* ================================================================
   Hover Preview Popup — pointer-events完全遮断
   HTMLマーカーのhoverイベントを絶対に妨害しないための設定
   ================================================================ */
.curamap-hover-popup {
  pointer-events: none !important;
}
.curamap-hover-popup .mapboxgl-popup-content {
  pointer-events: none !important;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.curamap-hover-popup .mapboxgl-popup-tip {
  pointer-events: none !important;
  border-top-color: #1a1a1a;
}

/* Mapbox popup override for dark theme */
.curamap-popup .mapboxgl-popup-content {
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.curamap-popup .mapboxgl-popup-close-button {
  color: #888;
  font-size: 16px;
  right: 4px;
  top: 4px;
  z-index: 10;
}
.curamap-popup .mapboxgl-popup-tip {
  border-top-color: #141414;
}

/* Hide scrollbar utility */
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* ---- Focus Glow Ring — map pin highlight on selection ---- */
.focus-glow-ring {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.35) 0%, rgba(255, 107, 53, 0.15) 40%, transparent 70%);
  border: 2px solid rgba(255, 107, 53, 0.6);
  animation: focusGlowPulse 1.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes focusGlowPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 15px rgba(255, 107, 53, 0.4), 0 0 30px rgba(255, 107, 53, 0.2);
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
    box-shadow: 0 0 25px rgba(255, 107, 53, 0.6), 0 0 50px rgba(255, 107, 53, 0.3);
  }
}

/* ---- Spot card highlight when synced from map ---- */
.spot-card-highlight {
  animation: spotHighlightFlash 1.5s ease-out;
}

@keyframes spotHighlightFlash {
  0% { box-shadow: 0 0 0 2px rgba(255, 107, 53, 0.8), 0 0 20px rgba(255, 107, 53, 0.4); }
  100% { box-shadow: 0 0 0 0 transparent, 0 0 0 transparent; }
}

/* ================================================================
   HTML Pin Markers — FlagPin + RedHeadPin + NeonRing
   ALL pins get float animation: プカプカ浮く
   ================================================================ */

/* ---- Shared float animation for ALL markers ---- */
@keyframes pin-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

/* Flag Pin — gold flag with silver pole */
.flag-pin {
  cursor: pointer;
  will-change: transform;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
  animation: pin-float 3s ease-in-out infinite;
}
.flag-pin svg { display: block; }
.flag-pin:hover {
  transform: scale(1.25) translateY(-2px);
  filter: drop-shadow(0 0 10px rgba(255,215,0,0.6)) drop-shadow(0 3px 6px rgba(0,0,0,0.5));
}
.flag-pin-focused {
  z-index: 100 !important;
  transform: scale(1.4);
  filter: drop-shadow(0 0 16px rgba(255,215,0,0.8));
  animation: flag-gold-pulse 1.5s ease-in-out infinite;
}

/* RedHead Pin — red sphere on thin silver stick */
.redhead-pin {
  cursor: pointer;
  will-change: transform;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.6));
  animation: pin-float 3s ease-in-out infinite;
}
.redhead-pin svg { display: block; }
.redhead-pin:hover {
  transform: scale(1.2) translateY(-3px);
  filter: drop-shadow(0 0 12px rgba(255,0,0,0.5)) drop-shadow(0 4px 8px rgba(0,0,0,0.5));
}

/* Neon Ring Pin — minimal ring + emoji */
.neon-ring-pin {
  cursor: pointer;
  will-change: transform;
  filter: drop-shadow(0 0 4px rgba(34,211,238,0.3));
  animation: pin-float 3s ease-in-out infinite;
}
.neon-ring-pin svg { display: block; }
.neon-ring-pin:hover {
  transform: scale(1.2);
  filter: drop-shadow(0 0 10px rgba(34,211,238,0.5));
}

/* Flag gold pulse animation */
@keyframes flag-gold-pulse {
  0%, 100% { filter: drop-shadow(0 0 12px rgba(255,215,0,0.6)); transform: translateY(0); }
  50% { filter: drop-shadow(0 0 20px rgba(255,215,0,0.9)); transform: translateY(-3px); }
}

/* ================================================================
   Force Reset Button — 強制リセット・ボタン
   ================================================================ */
.force-reset-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 25;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 60, 60, 0.5);
  background: linear-gradient(135deg, rgba(255, 20, 20, 0.2) 0%, rgba(180, 0, 0, 0.15) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: rgba(255, 120, 120, 0.9);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 0 12px rgba(255, 60, 60, 0.15), 0 2px 8px rgba(0,0,0,0.3);
}
.force-reset-btn:hover {
  background: linear-gradient(135deg, rgba(255, 40, 40, 0.35) 0%, rgba(200, 0, 0, 0.25) 100%);
  border-color: rgba(255, 80, 80, 0.7);
  color: #ff6666;
  box-shadow: 0 0 20px rgba(255, 60, 60, 0.3), 0 2px 12px rgba(0,0,0,0.4);
  transform: scale(1.05);
}
.force-reset-btn:active {
  transform: scale(0.95);
}

/* ================================================================
   SpotMarkerPin — ステータス変身アニメーション
   ================================================================ */
.spot-marker-pin {
  position: relative;
  cursor: pointer;
}

/* 変身時: 下から上に伸びる + 赤い一度きり波紋 */
.pin-transforming .redhead-pin,
.pin-transforming .flag-pin {
  animation: pin-transform-grow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards !important;
}
@keyframes pin-transform-grow {
  0% { transform: scaleY(0) translateY(20px); opacity: 0; }
  50% { transform: scaleY(1.2) translateY(-5px); opacity: 1; }
  100% { transform: scaleY(1) translateY(0); opacity: 1; }
}

/* 一度きりの赤い波紋 */
.pin-transform-ripple {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid rgba(255, 0, 0, 0.8);
  animation: pin-ripple-once 0.8s ease-out forwards;
  pointer-events: none;
  z-index: -1;
}
@keyframes pin-ripple-once {
  0% { width: 10px; height: 10px; opacity: 1; border-width: 3px; }
  100% { width: 100px; height: 100px; opacity: 0; border-width: 1px; }
}

/* ================================================================
   User GPS Location Dot
   ================================================================ */
.user-location-dot {
  position: relative;
  width: 20px;
  height: 20px;
}
.user-location-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4285F4;
  border: 2px solid white;
  box-shadow: 0 0 8px rgba(66, 133, 244, 0.6);
  z-index: 2;
}
.user-location-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(66, 133, 244, 0.2);
  animation: user-pulse 2s ease-out infinite;
  z-index: 1;
}
@keyframes user-pulse {
  0% { transform: translate(-50%, -50%) scale(0.5); opacity: 0.8; }
  100% { transform: translate(-50%, -50%) scale(2); opacity: 0; }
}
.placeholder\:text-white\/25::-moz-placeholder {
  color: rgb(255 255 255 / 0.25);
}
.placeholder\:text-white\/25::placeholder {
  color: rgb(255 255 255 / 0.25);
}
.last\:border-0:last-child {
  border-width: 0px;
}
.hover\:border-cura-accent:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 107 53 / var(--tw-border-opacity, 1));
}
.hover\:border-cura-accent\/40:hover {
  border-color: rgb(255 107 53 / 0.4);
}
.hover\:border-cura-border:hover {
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity, 1));
}
.hover\:border-white\/\[0\.12\]:hover {
  border-color: rgb(255 255 255 / 0.12);
}
.hover\:bg-cura-accent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 107 53 / var(--tw-bg-opacity, 1));
}
.hover\:bg-cura-accent\/15:hover {
  background-color: rgb(255 107 53 / 0.15);
}
.hover\:bg-cura-accent\/20:hover {
  background-color: rgb(255 107 53 / 0.2);
}
.hover\:bg-cura-bg\/30:hover {
  background-color: rgb(10 10 10 / 0.3);
}
.hover\:bg-cura-card:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
}
.hover\:bg-cura-card\/30:hover {
  background-color: rgb(20 20 20 / 0.3);
}
.hover\:bg-cura-card\/50:hover {
  background-color: rgb(20 20 20 / 0.5);
}
.hover\:bg-cura-card\/80:hover {
  background-color: rgb(20 20 20 / 0.8);
}
.hover\:bg-cyan-500\/15:hover {
  background-color: rgb(6 182 212 / 0.15);
}
.hover\:bg-green-500\/15:hover {
  background-color: rgb(34 197 94 / 0.15);
}
.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-500\/15:hover {
  background-color: rgb(168 85 247 / 0.15);
}
.hover\:bg-purple-500\/20:hover {
  background-color: rgb(168 85 247 / 0.2);
}
.hover\:bg-white\/\[0\.04\]:hover {
  background-color: rgb(255 255 255 / 0.04);
}
.hover\:bg-white\/\[0\.05\]:hover {
  background-color: rgb(255 255 255 / 0.05);
}
.hover\:text-cura-accent:hover {
  --tw-text-opacity: 1;
  color: rgb(255 107 53 / var(--tw-text-opacity, 1));
}
.hover\:text-cura-accent\/70:hover {
  color: rgb(255 107 53 / 0.7);
}
.hover\:text-cura-text:hover {
  --tw-text-opacity: 1;
  color: rgb(224 224 224 / var(--tw-text-opacity, 1));
}
.hover\:text-cyan-300:hover {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}
.hover\:text-cyan-300\/90:hover {
  color: rgb(103 232 249 / 0.9);
}
.hover\:text-orange-300:hover {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}
.hover\:text-orange-400:hover {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-300\/80:hover {
  color: rgb(216 180 254 / 0.8);
}
.hover\:text-red-300:hover {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.hover\:text-red-400\/70:hover {
  color: rgb(248 113 113 / 0.7);
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-white\/50:hover {
  color: rgb(255 255 255 / 0.5);
}
.hover\:text-white\/60:hover {
  color: rgb(255 255 255 / 0.6);
}
.hover\:text-white\/80:hover {
  color: rgb(255 255 255 / 0.8);
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:brightness-110:hover {
  --tw-brightness: brightness(1.1);
  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);
}
.focus\:border-cura-accent:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 107 53 / var(--tw-border-opacity, 1));
}
.focus\:border-cura-accent\/30:focus {
  border-color: rgb(255 107 53 / 0.3);
}
.focus\:border-purple-400\/40:focus {
  border-color: rgb(192 132 252 / 0.4);
}
.focus\:shadow-\[0_0_20px_rgba\(168\2c 85\2c 247\2c 0\.1\)\]:focus {
  --tw-shadow: 0 0 20px rgba(168,85,247,0.1);
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:shadow-\[0_0_20px_rgba\(255\2c 107\2c 53\2c 0\.08\)\]:focus {
  --tw-shadow: 0 0 20px rgba(255,107,53,0.08);
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color);
  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;
}
.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.group:hover .group-hover\:border-white\/\[0\.1\] {
  border-color: rgb(255 255 255 / 0.1);
}
.group:hover .group-hover\:bg-amber-500\/15 {
  background-color: rgb(245 158 11 / 0.15);
}
.group:hover .group-hover\:text-amber-300\/90 {
  color: rgb(252 211 77 / 0.9);
}
.group:hover .group-hover\:text-cura-accent {
  --tw-text-opacity: 1;
  color: rgb(255 107 53 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-green-400\/90 {
  color: rgb(74 222 128 / 0.9);
}
.group:hover .group-hover\:text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.group:hover .group-hover\:text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.group:hover .group-hover\:text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.group:hover .group-hover\:text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.group:hover .group-hover\:text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.group:hover .group-hover\:text-yellow-400\/80 {
  color: rgb(250 204 21 / 0.8);
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

