*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-inset-1 {
  inset: -0.25rem;
}
.-inset-1\.5 {
  inset: -0.375rem;
}
.-inset-2 {
  inset: -0.5rem;
}
.-inset-3 {
  inset: -0.75rem;
}
.-inset-6 {
  inset: -1.5rem;
}
.-inset-8 {
  inset: -2rem;
}
.inset-0 {
  inset: 0px;
}
.inset-2 {
  inset: 0.5rem;
}
.inset-4 {
  inset: 1rem;
}
.inset-5 {
  inset: 1.25rem;
}
.inset-6 {
  inset: 1.5rem;
}
.inset-\[2px\] {
  inset: 2px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-0\.5 {
  bottom: -0.125rem;
}
.-bottom-1 {
  bottom: -0.25rem;
}
.-bottom-2 {
  bottom: -0.5rem;
}
.-bottom-2\.5 {
  bottom: -0.625rem;
}
.-bottom-6 {
  bottom: -1.5rem;
}
.-bottom-7 {
  bottom: -1.75rem;
}
.-bottom-\[3px\] {
  bottom: -3px;
}
.-bottom-\[5px\] {
  bottom: -5px;
}
.-left-0\.5 {
  left: -0.125rem;
}
.-left-3 {
  left: -0.75rem;
}
.-right-0\.5 {
  right: -0.125rem;
}
.-right-1 {
  right: -0.25rem;
}
.-right-2 {
  right: -0.5rem;
}
.-right-3 {
  right: -0.75rem;
}
.-right-px {
  right: -1px;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-1\.5 {
  top: -0.375rem;
}
.-top-10 {
  top: -2.5rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-2\.5 {
  top: -0.625rem;
}
.-top-3 {
  top: -0.75rem;
}
.-top-4 {
  top: -1rem;
}
.-top-6 {
  top: -1.5rem;
}
.-top-\[3px\] {
  top: -3px;
}
.-top-px {
  top: -1px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-0\.5 {
  bottom: 0.125rem;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-1\.5 {
  bottom: 0.375rem;
}
.bottom-12 {
  bottom: 3rem;
}
.bottom-14 {
  bottom: 3.5rem;
}
.bottom-16 {
  bottom: 4rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-20 {
  bottom: 5rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-\[22\%\] {
  bottom: 22%;
}
.bottom-\[27\%\] {
  bottom: 27%;
}
.bottom-\[28\%\] {
  bottom: 28%;
}
.bottom-\[33\%\] {
  bottom: 33%;
}
.bottom-\[52\%\] {
  bottom: 52%;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\.5 {
  left: 0.375rem;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-2\.5 {
  left: 0.625rem;
}
.left-28 {
  left: 7rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-5 {
  left: 1.25rem;
}
.left-6 {
  left: 1.5rem;
}
.left-7 {
  left: 1.75rem;
}
.left-8 {
  left: 2rem;
}
.left-\[-14px\] {
  left: -14px;
}
.left-\[-6px\] {
  left: -6px;
}
.left-\[11px\] {
  left: 11px;
}
.left-\[13px\] {
  left: 13px;
}
.left-\[25\%\] {
  left: 25%;
}
.left-\[30\%\] {
  left: 30%;
}
.left-\[31\%\] {
  left: 31%;
}
.left-\[40\%\] {
  left: 40%;
}
.left-\[5px\] {
  left: 5px;
}
.right-0 {
  right: 0px;
}
.right-0\.5 {
  right: 0.125rem;
}
.right-1 {
  right: 0.25rem;
}
.right-1\.5 {
  right: 0.375rem;
}
.right-10 {
  right: 2.5rem;
}
.right-12 {
  right: 3rem;
}
.right-16 {
  right: 4rem;
}
.right-2 {
  right: 0.5rem;
}
.right-2\.5 {
  right: 0.625rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.right-8 {
  right: 2rem;
}
.right-\[-6px\] {
  right: -6px;
}
.right-\[25\%\] {
  right: 25%;
}
.right-\[30\%\] {
  right: 30%;
}
.right-\[31\%\] {
  right: 31%;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1 {
  top: 0.25rem;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-11 {
  top: 2.75rem;
}
.top-14 {
  top: 3.5rem;
}
.top-16 {
  top: 4rem;
}
.top-2 {
  top: 0.5rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-6 {
  top: 1.5rem;
}
.top-8 {
  top: 2rem;
}
.top-\[120px\] {
  top: 120px;
}
.top-\[15\%\] {
  top: 15%;
}
.top-\[1px\] {
  top: 1px;
}
.top-\[3px\] {
  top: 3px;
}
.top-\[45\%\] {
  top: 45%;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[200\] {
  z-index: 200;
}
.z-\[34\] {
  z-index: 34;
}
.z-\[35\] {
  z-index: 35;
}
.z-\[5\] {
  z-index: 5;
}
.z-\[800\] {
  z-index: 800;
}
.z-\[810\] {
  z-index: 810;
}
.z-\[9998\] {
  z-index: 9998;
}
.z-\[9999\] {
  z-index: 9999;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.-m-2 {
  margin: -0.5rem;
}
.-m-3 {
  margin: -0.75rem;
}
.m-2 {
  margin: 0.5rem;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mt-0\.5 {
  margin-top: -0.125rem;
}
.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-4 {
  margin-bottom: 1rem;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-9 {
  margin-left: 2.25rem;
}
.ml-\[40px\] {
  margin-left: 40px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.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-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-px {
  margin-top: 1px;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.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;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-32 {
  height: 8rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-52 {
  height: 13rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[15\%\] {
  height: 15%;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[30\%\] {
  height: 30%;
}
.h-\[35\%\] {
  height: 35%;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[40\%\] {
  height: 40%;
}
.h-\[45\%\] {
  height: 45%;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[6\%\] {
  height: 6%;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[65\%\] {
  height: 65%;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[88px\] {
  height: 88px;
}
.h-\[8px\] {
  height: 8px;
}
.h-\[90px\] {
  height: 90px;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-32 {
  max-height: 8rem;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-\[100px\] {
  max-height: 100px;
}
.max-h-\[120px\] {
  max-height: 120px;
}
.max-h-\[180px\] {
  max-height: 180px;
}
.max-h-\[250px\] {
  max-height: 250px;
}
.max-h-\[480px\] {
  max-height: 480px;
}
.max-h-\[60px\] {
  max-height: 60px;
}
.max-h-\[620px\] {
  max-height: 620px;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-\[72px\] {
  max-height: 72px;
}
.max-h-\[80px\] {
  max-height: 80px;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[85vh\] {
  max-height: 85vh;
}
.max-h-\[calc\(100vh-5rem\)\] {
  max-height: calc(100vh - 5rem);
}
.max-h-full {
  max-height: 100%;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[48px\] {
  min-height: 48px;
}
.w-0 {
  width: 0px;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[380px\] {
  width: 380px;
}
.w-\[3px\] {
  width: 3px;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[12px\] {
  min-width: 12px;
}
.min-w-\[14px\] {
  min-width: 14px;
}
.min-w-\[20px\] {
  min-width: 20px;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-\[260px\] {
  max-width: 260px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[340px\] {
  max-width: 340px;
}
.max-w-\[380px\] {
  max-width: 380px;
}
.max-w-\[60\%\] {
  max-width: 60%;
}
.max-w-\[78\%\] {
  max-width: 78%;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.border-collapse {
  border-collapse: collapse;
}
.-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));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-12 {
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  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-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-grab {
  cursor: grab;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-wait {
  cursor: wait;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-0 {
  gap: 0px;
}
.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-4 {
  gap: 1rem;
}
.gap-\[3px\] {
  gap: 3px;
}
.gap-px {
  gap: 1px;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-0\.5 {
  row-gap: 0.125rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-1\.5 {
  row-gap: 0.375rem;
}
.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-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-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.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-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.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-tl-sm {
  border-top-left-radius: 0.125rem;
}
.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#fbbf24\]\/20 {
  border-color: rgb(251 191 36 / 0.2);
}
.border-amber-500\/30 {
  border-color: rgb(245 158 11 / 0.3);
}
.border-amber-600\/40 {
  border-color: rgb(217 119 6 / 0.4);
}
.border-amber-900\/30 {
  border-color: rgb(120 53 15 / 0.3);
}
.border-border-anime {
  --tw-border-opacity: 1;
  border-color: rgb(30 30 63 / var(--tw-border-opacity, 1));
}
.border-border-anime\/40 {
  border-color: rgb(30 30 63 / 0.4);
}
.border-cyan-400\/40 {
  border-color: rgb(34 211 238 / 0.4);
}
.border-cyan-500\/30 {
  border-color: rgb(6 182 212 / 0.3);
}
.border-cyan-500\/40 {
  border-color: rgb(6 182 212 / 0.4);
}
.border-cyan-500\/50 {
  border-color: rgb(6 182 212 / 0.5);
}
.border-cyan-glow {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}
.border-cyan-glow\/30 {
  border-color: rgb(34 211 238 / 0.3);
}
.border-cyan-glow\/40 {
  border-color: rgb(34 211 238 / 0.4);
}
.border-cyan-glow\/50 {
  border-color: rgb(34 211 238 / 0.5);
}
.border-cyan-glow\/60 {
  border-color: rgb(34 211 238 / 0.6);
}
.border-emerald-500\/30 {
  border-color: rgb(16 185 129 / 0.3);
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-gray-700\/30 {
  border-color: rgb(55 65 81 / 0.3);
}
.border-gray-700\/50 {
  border-color: rgb(55 65 81 / 0.5);
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-gray-800\/30 {
  border-color: rgb(31 41 55 / 0.3);
}
.border-gray-800\/50 {
  border-color: rgb(31 41 55 / 0.5);
}
.border-green-600\/40 {
  border-color: rgb(22 163 74 / 0.4);
}
.border-nebula\/10 {
  border-color: rgb(124 57 147 / 0.1);
}
.border-nebula\/20 {
  border-color: rgb(124 57 147 / 0.2);
}
.border-nebula\/30 {
  border-color: rgb(124 57 147 / 0.3);
}
.border-purple-500\/30 {
  border-color: rgb(168 85 247 / 0.3);
}
.border-purple-500\/40 {
  border-color: rgb(168 85 247 / 0.4);
}
.border-purple-600\/20 {
  border-color: rgb(147 51 234 / 0.2);
}
.border-red-500\/20 {
  border-color: rgb(239 68 68 / 0.2);
}
.border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3);
}
.border-red-600\/40 {
  border-color: rgb(220 38 38 / 0.4);
}
.border-red-600\/50 {
  border-color: rgb(220 38 38 / 0.5);
}
.border-red-800\/30 {
  border-color: rgb(153 27 27 / 0.3);
}
.border-red-900\/30 {
  border-color: rgb(127 29 29 / 0.3);
}
.border-rose-500\/30 {
  border-color: rgb(244 63 94 / 0.3);
}
.border-rose-900\/20 {
  border-color: rgb(136 19 55 / 0.2);
}
.border-transparent {
  border-color: transparent;
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-white\/\[0\.04\] {
  border-color: rgb(255 255 255 / 0.04);
}
.border-yellow-600\/40 {
  border-color: rgb(202 138 4 / 0.4);
}
.border-yellow-700\/30 {
  border-color: rgb(161 98 7 / 0.3);
}
.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\/60 {
  background-color: rgb(245 158 11 / 0.6);
}
.bg-amber-900\/20 {
  background-color: rgb(120 53 15 / 0.2);
}
.bg-amber-950\/30 {
  background-color: rgb(69 26 3 / 0.3);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-500\/60 {
  background-color: rgb(59 130 246 / 0.6);
}
.bg-current {
  background-color: currentColor;
}
.bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}
.bg-cyan-400\/60 {
  background-color: rgb(34 211 238 / 0.6);
}
.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}
.bg-cyan-500\/20 {
  background-color: rgb(6 182 212 / 0.2);
}
.bg-cyan-500\/30 {
  background-color: rgb(6 182 212 / 0.3);
}
.bg-cyan-500\/60 {
  background-color: rgb(6 182 212 / 0.6);
}
.bg-cyan-900\/20 {
  background-color: rgb(22 78 99 / 0.2);
}
.bg-cyan-900\/40 {
  background-color: rgb(22 78 99 / 0.4);
}
.bg-cyan-glow\/10 {
  background-color: rgb(34 211 238 / 0.1);
}
.bg-cyan-glow\/20 {
  background-color: rgb(34 211 238 / 0.2);
}
.bg-deep\/20 {
  background-color: rgb(15 23 42 / 0.2);
}
.bg-deep\/30 {
  background-color: rgb(15 23 42 / 0.3);
}
.bg-deep\/40 {
  background-color: rgb(15 23 42 / 0.4);
}
.bg-deep\/50 {
  background-color: rgb(15 23 42 / 0.5);
}
.bg-deep\/60 {
  background-color: rgb(15 23 42 / 0.6);
}
.bg-deep\/70 {
  background-color: rgb(15 23 42 / 0.7);
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.bg-emerald-500\/60 {
  background-color: rgb(16 185 129 / 0.6);
}
.bg-emerald-600\/30 {
  background-color: rgb(5 150 105 / 0.3);
}
.bg-emerald-900\/20 {
  background-color: rgb(6 78 59 / 0.2);
}
.bg-emerald-900\/30 {
  background-color: rgb(6 78 59 / 0.3);
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-700\/40 {
  background-color: rgb(55 65 81 / 0.4);
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-gray-800\/30 {
  background-color: rgb(31 41 55 / 0.3);
}
.bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}
.bg-gray-900\/60 {
  background-color: rgb(17 24 39 / 0.6);
}
.bg-gray-900\/80 {
  background-color: rgb(17 24 39 / 0.8);
}
.bg-gray-900\/95 {
  background-color: rgb(17 24 39 / 0.95);
}
.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}
.bg-green-900\/20 {
  background-color: rgb(20 83 45 / 0.2);
}
.bg-nebula\/10 {
  background-color: rgb(124 57 147 / 0.1);
}
.bg-nebula\/15 {
  background-color: rgb(124 57 147 / 0.15);
}
.bg-nebula\/20 {
  background-color: rgb(124 57 147 / 0.2);
}
.bg-nebula\/30 {
  background-color: rgb(124 57 147 / 0.3);
}
.bg-nebula\/40 {
  background-color: rgb(124 57 147 / 0.4);
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-orange-500\/60 {
  background-color: rgb(249 115 22 / 0.6);
}
.bg-panel {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 39 / var(--tw-bg-opacity, 1));
}
.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}
.bg-purple-500\/30 {
  background-color: rgb(168 85 247 / 0.3);
}
.bg-purple-600\/20 {
  background-color: rgb(147 51 234 / 0.2);
}
.bg-purple-600\/30 {
  background-color: rgb(147 51 234 / 0.3);
}
.bg-purple-900\/20 {
  background-color: rgb(88 28 135 / 0.2);
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}
.bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3);
}
.bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2);
}
.bg-red-950\/30 {
  background-color: rgb(69 10 10 / 0.3);
}
.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}
.bg-rose-500\/60 {
  background-color: rgb(244 63 94 / 0.6);
}
.bg-rose-900\/20 {
  background-color: rgb(136 19 55 / 0.2);
}
.bg-rose-900\/30 {
  background-color: rgb(136 19 55 / 0.3);
}
.bg-rose-950\/20 {
  background-color: rgb(76 5 25 / 0.2);
}
.bg-space\/60 {
  background-color: rgb(10 10 26 / 0.6);
}
.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}
.bg-teal-500\/60 {
  background-color: rgb(20 184 166 / 0.6);
}
.bg-transparent {
  background-color: transparent;
}
.bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}
.bg-violet-500\/60 {
  background-color: rgb(139 92 246 / 0.6);
}
.bg-void\/60 {
  background-color: rgb(10 14 26 / 0.6);
}
.bg-void\/90 {
  background-color: rgb(10 14 26 / 0.9);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/\[0\.04\] {
  background-color: rgb(255 255 255 / 0.04);
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.bg-yellow-900\/20 {
  background-color: rgb(113 63 18 / 0.2);
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-amber-500 {
  --tw-gradient-from: #f59e0b 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\/40 {
  --tw-gradient-from: rgb(120 53 15 / 0.4) 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-blue-900\/40 {
  --tw-gradient-from: rgb(30 58 138 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 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-900\/40 {
  --tw-gradient-from: rgb(22 78 99 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900\/40 {
  --tw-gradient-from: rgb(17 24 39 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-900\/40 {
  --tw-gradient-from: rgb(20 83 45 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900\/40 {
  --tw-gradient-from: rgb(49 46 129 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-900\/40 {
  --tw-gradient-from: rgb(124 45 18 / 0.4) 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-pink-900\/40 {
  --tw-gradient-from: rgb(131 24 67 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500 {
  --tw-gradient-from: #a855f7 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-purple-900\/40 {
  --tw-gradient-from: rgb(88 28 135 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-900\/40 {
  --tw-gradient-from: rgb(127 29 29 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/40 {
  --tw-gradient-from: rgb(113 63 18 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-amber-950\/60 {
  --tw-gradient-to: rgb(69 26 3 / 0.6) var(--tw-gradient-to-position);
}
.to-cyan-400 {
  --tw-gradient-to: #22d3ee var(--tw-gradient-to-position);
}
.to-emerald-400 {
  --tw-gradient-to: #34d399 var(--tw-gradient-to-position);
}
.to-emerald-950\/60 {
  --tw-gradient-to: rgb(2 44 34 / 0.6) var(--tw-gradient-to-position);
}
.to-nebula {
  --tw-gradient-to: #7c3993 var(--tw-gradient-to-position);
}
.to-rose-950\/60 {
  --tw-gradient-to: rgb(76 5 25 / 0.6) var(--tw-gradient-to-position);
}
.to-sky-950\/60 {
  --tw-gradient-to: rgb(8 47 73 / 0.6) var(--tw-gradient-to-position);
}
.to-teal-950\/60 {
  --tw-gradient-to: rgb(4 47 46 / 0.6) var(--tw-gradient-to-position);
}
.to-violet-950\/60 {
  --tw-gradient-to: rgb(46 16 101 / 0.6) var(--tw-gradient-to-position);
}
.to-yellow-400 {
  --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
}
.to-yellow-950\/60 {
  --tw-gradient-to: rgb(66 32 6 / 0.6) var(--tw-gradient-to-position);
}
.to-zinc-950\/60 {
  --tw-gradient-to: rgb(9 9 11 / 0.6) var(--tw-gradient-to-position);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.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-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.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-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-1\.5 {
  padding-left: 0.375rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.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-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[6px\] {
  font-size: 6px;
}
.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-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-\[14px\] {
  line-height: 14px;
}
.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\.15em\] {
  letter-spacing: 0.15em;
}
.tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#00f0ff\] {
  --tw-text-opacity: 1;
  color: rgb(0 240 255 / var(--tw-text-opacity, 1));
}
.text-\[\#818cf8\] {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.text-\[\#ef4444\] {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-\[\#fbbf24\] {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / 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\/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\/60 {
  color: rgb(251 191 36 / 0.6);
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-400\/50 {
  color: rgb(96 165 250 / 0.5);
}
.text-cosmic {
  --tw-text-opacity: 1;
  color: rgb(141 124 238 / 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-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}
.text-cyan-400\/40 {
  color: rgb(34 211 238 / 0.4);
}
.text-cyan-400\/50 {
  color: rgb(34 211 238 / 0.5);
}
.text-cyan-400\/60 {
  color: rgb(34 211 238 / 0.6);
}
.text-cyan-400\/80 {
  color: rgb(34 211 238 / 0.8);
}
.text-cyan-glow {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}
.text-cyan-glow\/60 {
  color: rgb(34 211 238 / 0.6);
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.text-emerald-400\/50 {
  color: rgb(52 211 153 / 0.5);
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 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-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-indigo-400\/70 {
  color: rgb(129 140 248 / 0.7);
}
.text-orange-400\/50 {
  color: rgb(251 146 60 / 0.5);
}
.text-orange-400\/60 {
  color: rgb(251 146 60 / 0.6);
}
.text-orange-400\/70 {
  color: rgb(251 146 60 / 0.7);
}
.text-plasma {
  --tw-text-opacity: 1;
  color: rgb(172 58 242 / 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\/50 {
  color: rgb(216 180 254 / 0.5);
}
.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\/50 {
  color: rgb(192 132 252 / 0.5);
}
.text-purple-400\/60 {
  color: rgb(192 132 252 / 0.6);
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-300\/70 {
  color: rgb(252 165 165 / 0.7);
}
.text-red-300\/80 {
  color: rgb(252 165 165 / 0.8);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-400\/0 {
  color: rgb(248 113 113 / 0);
}
.text-red-400\/20 {
  color: rgb(248 113 113 / 0.2);
}
.text-red-400\/50 {
  color: rgb(248 113 113 / 0.5);
}
.text-red-400\/60 {
  color: rgb(248 113 113 / 0.6);
}
.text-red-400\/70 {
  color: rgb(248 113 113 / 0.7);
}
.text-red-400\/80 {
  color: rgb(248 113 113 / 0.8);
}
.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}
.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}
.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}
.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-star-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 244 / var(--tw-text-opacity, 1));
}
.text-violet-400 {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}
.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\/45 {
  color: rgb(255 255 255 / 0.45);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-yellow-200\/60 {
  color: rgb(254 240 138 / 0.6);
}
.text-yellow-300\/60 {
  color: rgb(253 224 71 / 0.6);
}
.text-yellow-300\/80 {
  color: rgb(253 224 71 / 0.8);
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-yellow-400\/50 {
  color: rgb(250 204 21 / 0.5);
}
.text-yellow-400\/60 {
  color: rgb(250 204 21 / 0.6);
}
.text-yellow-400\/70 {
  color: rgb(250 204 21 / 0.7);
}
.text-yellow-400\/80 {
  color: rgb(250 204 21 / 0.8);
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.placeholder-gray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(71 85 105 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(71 85 105 / var(--tw-placeholder-opacity, 1));
}
.placeholder-white\/20::-moz-placeholder {
  color: rgb(255 255 255 / 0.2);
}
.placeholder-white\/20::placeholder {
  color: rgb(255 255 255 / 0.2);
}
.placeholder-white\/25::-moz-placeholder {
  color: rgb(255 255 255 / 0.25);
}
.placeholder-white\/25::placeholder {
  color: rgb(255 255 255 / 0.25);
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-15 {
  opacity: 0.15;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-35 {
  opacity: 0.35;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-5 {
  opacity: 0.05;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-\[0\.04\] {
  opacity: 0.04;
}
.opacity-\[0\.05\] {
  opacity: 0.05;
}
.opacity-\[0\.06\] {
  opacity: 0.06;
}
.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-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-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);
}
.shadow-cyan-500\/10 {
  --tw-shadow-color: rgb(6 182 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.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);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}
.sepia {
  --tw-sepia: sepia(100%);
  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-filter {
  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 !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.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-1000 {
  transition-duration: 1000ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* ══════════════════════════════════════
   COSMIC DESIGN SYSTEM — Deep Nebula
   Award-winning space UI theme
   ══════════════════════════════════════ */

/* ===== Base Reset ===== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body, #root {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: 'Inter', 'Noto Sans JP', 'Microsoft JhengHei', sans-serif;
  background: transparent !important;
  color: #e2e8f0;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ===== Character Image Safety — remove white backgrounds ===== */
img[src*="/characters/"] {
  background: transparent !important;
}

/* ===== Typography System ===== */
.font-display {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  letter-spacing: -0.01em;
}

.font-body {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
}

/* ===== Custom Scrollbar (Cosmic) ===== */
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(139,92,246,0.3), rgba(34,211,238,0.2));
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(139,92,246,0.5), rgba(34,211,238,0.4));
}

/* ══════════════════════════════════════
   COSMIC GLASSMORPHISM
   ══════════════════════════════════════ */
.glass-cosmic {
  background: linear-gradient(
    135deg,
    rgba(10, 10, 35, 0.92),
    rgba(18, 14, 45, 0.95),
    rgba(10, 8, 30, 0.93)
  );
  backdrop-filter: blur(24px) saturate(1.6);
  -webkit-backdrop-filter: blur(24px) saturate(1.6);
  border: 1px solid rgba(139, 92, 246, 0.25);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.6),
    0 0 1px rgba(139, 92, 246, 0.4),
    0 0 20px rgba(139, 92, 246, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.glass-deep {
  background: linear-gradient(
    135deg,
    rgba(6, 6, 18, 0.92),
    rgba(10, 8, 28, 0.95)
  );
  backdrop-filter: blur(24px) saturate(1.6);
  -webkit-backdrop-filter: blur(24px) saturate(1.6);
  border: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.6),
    0 0 0.5px rgba(139, 92, 246, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

/* Legacy glass classes (kept for compatibility) */
.glass {
  background: rgba(10, 10, 28, 0.8);
  backdrop-filter: blur(16px) saturate(1.3);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.glass-light {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* ══════════════════════════════════════
   PANEL FUSION — Edge-blending system
   Eliminates hard rectangular "color block" feel
   ══════════════════════════════════════ */

/* Side panels: soft radial fade at edges */
.panel-fuse {
  -webkit-mask-image: radial-gradient(
    ellipse 98% 98% at center,
    black 60%,
    rgba(0,0,0,0.85) 75%,
    rgba(0,0,0,0.45) 90%,
    transparent 100%
  );
  mask-image: radial-gradient(
    ellipse 98% 98% at center,
    black 60%,
    rgba(0,0,0,0.85) 75%,
    rgba(0,0,0,0.45) 90%,
    transparent 100%
  );
}

/* Modal panels: subtler feathering, keep center solid */
.panel-fuse-modal {
  -webkit-mask-image: radial-gradient(
    ellipse 99% 99% at center,
    black 70%,
    rgba(0,0,0,0.9) 82%,
    rgba(0,0,0,0.5) 94%,
    transparent 100%
  );
  mask-image: radial-gradient(
    ellipse 99% 99% at center,
    black 70%,
    rgba(0,0,0,0.9) 82%,
    rgba(0,0,0,0.5) 94%,
    transparent 100%
  );
}

/* Vertical panels: fade top & bottom only */
.panel-fuse-vertical {
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0,0,0,0.6) 2%,
    black 6%,
    black 92%,
    rgba(0,0,0,0.6) 97%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0,0,0,0.6) 2%,
    black 6%,
    black 92%,
    rgba(0,0,0,0.6) 97%,
    transparent 100%
  );
}

/* ══════════════════════════════════════
   NEON GLOW SYSTEM
   ══════════════════════════════════════ */

/* Breathing neon border on hover */
.neon-border {
  position: relative;
  overflow: hidden;
}

.neon-border::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(139, 92, 246, 0.3),
    rgba(34, 211, 238, 0.15),
    rgba(172, 58, 242, 0.2),
    rgba(139, 92, 246, 0.3)
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.neon-border:hover::before {
  opacity: 1;
}

/* Character-specific neon glows */
.glow-keroro { box-shadow: 0 0 15px rgba(74,222,128,0.25), 0 0 30px rgba(74,222,128,0.1); }
.glow-giroro { box-shadow: 0 0 15px rgba(248,113,113,0.25), 0 0 30px rgba(248,113,113,0.1); }
.glow-tamama { box-shadow: 0 0 15px rgba(96,165,250,0.25), 0 0 30px rgba(96,165,250,0.1); }
.glow-kululu { box-shadow: 0 0 15px rgba(251,191,36,0.25), 0 0 30px rgba(251,191,36,0.1); }
.glow-dororo { box-shadow: 0 0 15px rgba(129,140,248,0.25), 0 0 30px rgba(129,140,248,0.1); }

/* Text glow effects */
.text-glow-keroro { text-shadow: 0 0 10px rgba(74,222,128,0.5), 0 0 20px rgba(74,222,128,0.15); }
.text-glow-giroro { text-shadow: 0 0 10px rgba(248,113,113,0.5), 0 0 20px rgba(248,113,113,0.15); }
.text-glow-tamama { text-shadow: 0 0 10px rgba(96,165,250,0.5), 0 0 20px rgba(96,165,250,0.15); }
.text-glow-kululu { text-shadow: 0 0 10px rgba(251,191,36,0.5), 0 0 20px rgba(251,191,36,0.15); }
.text-glow-dororo { text-shadow: 0 0 10px rgba(129,140,248,0.5), 0 0 20px rgba(129,140,248,0.15); }

/* ══════════════════════════════════════
   AURORA BACKGROUND (Legacy — kept for panel/command use)
   ══════════════════════════════════════ */
.aurora-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
  background:
    radial-gradient(ellipse at 20% 80%, rgba(124,57,147,0.22) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(34,211,238,0.15) 0%, transparent 40%),
    radial-gradient(ellipse at 50% 50%, rgba(139,92,246,0.18) 0%, transparent 45%);
  animation: aurora-shift 20s ease-in-out infinite alternate;
}

/* ── Aurora Subtle — 待命模式專用，極簡優雅 ── */
.aurora-subtle {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
  background:
    radial-gradient(ellipse 70% 50% at 40% 65%, rgba(139,92,246,0.10) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 65% 70%, rgba(34,211,238,0.06) 0%, transparent 50%);
  animation: aurora-subtle-shift 30s ease-in-out infinite alternate;
}

@keyframes aurora-subtle-shift {
  0% {
    background:
      radial-gradient(ellipse 70% 50% at 40% 65%, rgba(139,92,246,0.10) 0%, transparent 60%),
      radial-gradient(ellipse 50% 40% at 65% 70%, rgba(34,211,238,0.06) 0%, transparent 50%);
  }
  100% {
    background:
      radial-gradient(ellipse 70% 50% at 60% 60%, rgba(172,58,242,0.08) 0%, transparent 60%),
      radial-gradient(ellipse 50% 40% at 35% 68%, rgba(34,211,238,0.07) 0%, transparent 50%);
  }
}

/* ── Emotional Resonance Animations — GIN大人 情感共鳴 ── */

.emotion-glow-warm {
  animation: emotion-resonance-warm 5s ease-in-out infinite;
}
.emotion-glow-cool {
  animation: emotion-resonance-cool 6s ease-in-out infinite;
}
.emotion-pulse-hot {
  animation: emotion-resonance-pulse 3s ease-in-out infinite;
}
.emotion-pulse-bright {
  animation: emotion-resonance-bright 4s ease-in-out infinite;
}
.emotion-flicker {
  animation: emotion-resonance-flicker 2s ease-in-out infinite;
}

@keyframes emotion-resonance-warm {
  0%, 100% { opacity: var(--tw-opacity, 0.3); transform: scale(1); }
  50% { opacity: calc(var(--tw-opacity, 0.3) * 1.4); transform: scale(1.02); }
}

@keyframes emotion-resonance-cool {
  0%, 100% { opacity: var(--tw-opacity, 0.25); transform: scale(1); }
  50% { opacity: calc(var(--tw-opacity, 0.25) * 1.3); transform: scale(1.01); }
}

@keyframes emotion-resonance-pulse {
  0%, 100% { opacity: var(--tw-opacity, 0.3); filter: brightness(1); }
  50% { opacity: calc(var(--tw-opacity, 0.3) * 1.5); filter: brightness(1.15); }
}

@keyframes emotion-resonance-bright {
  0%, 100% { opacity: var(--tw-opacity, 0.35); transform: scale(1); }
  50% { opacity: calc(var(--tw-opacity, 0.35) * 1.3); transform: scale(1.03); }
}

@keyframes emotion-resonance-flicker {
  0%, 100% { opacity: var(--tw-opacity, 0.25); }
  25% { opacity: calc(var(--tw-opacity, 0.25) * 1.4); }
  50% { opacity: calc(var(--tw-opacity, 0.25) * 0.7); }
  75% { opacity: calc(var(--tw-opacity, 0.25) * 1.2); }
}

@keyframes aurora-shift {
  0% {
    background:
      radial-gradient(ellipse at 20% 80%, rgba(124,57,147,0.22) 0%, transparent 50%),
      radial-gradient(ellipse at 80% 20%, rgba(34,211,238,0.15) 0%, transparent 40%),
      radial-gradient(ellipse at 50% 50%, rgba(139,92,246,0.18) 0%, transparent 45%);
  }
  33% {
    background:
      radial-gradient(ellipse at 60% 30%, rgba(172,58,242,0.20) 0%, transparent 50%),
      radial-gradient(ellipse at 20% 70%, rgba(34,211,238,0.18) 0%, transparent 40%),
      radial-gradient(ellipse at 80% 60%, rgba(124,57,147,0.15) 0%, transparent 45%);
  }
  66% {
    background:
      radial-gradient(ellipse at 40% 60%, rgba(34,211,238,0.18) 0%, transparent 50%),
      radial-gradient(ellipse at 70% 30%, rgba(139,92,246,0.22) 0%, transparent 40%),
      radial-gradient(ellipse at 30% 20%, rgba(172,58,242,0.15) 0%, transparent 45%);
  }
  100% {
    background:
      radial-gradient(ellipse at 70% 80%, rgba(139,92,246,0.22) 0%, transparent 50%),
      radial-gradient(ellipse at 30% 40%, rgba(172,58,242,0.15) 0%, transparent 40%),
      radial-gradient(ellipse at 60% 10%, rgba(34,211,238,0.18) 0%, transparent 45%);
  }
}

/* ══════════════════════════════════════
   COSMIC STAR FIELD — Legacy (panels/command)
   ══════════════════════════════════════ */
.star-field-cosmic {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 10% 15%, rgba(255,255,255,0.9), transparent),
    radial-gradient(1px 1px at 25% 35%, rgba(255,255,255,0.7), transparent),
    radial-gradient(2px 2px at 40% 8%, rgba(180,200,255,1), transparent),
    radial-gradient(1px 1px at 55% 55%, rgba(255,255,255,0.6), transparent),
    radial-gradient(1.5px 1.5px at 70% 25%, rgba(255,255,255,0.8), transparent),
    radial-gradient(2px 2px at 85% 65%, rgba(200,180,255,0.9), transparent),
    radial-gradient(1px 1px at 15% 75%, rgba(255,255,255,0.65), transparent),
    radial-gradient(1.5px 1.5px at 45% 85%, rgba(255,255,255,0.75), transparent),
    radial-gradient(2px 2px at 90% 10%, rgba(160,210,255,0.85), transparent),
    radial-gradient(1px 1px at 5% 50%, rgba(255,255,255,0.7), transparent),
    radial-gradient(1px 1px at 60% 40%, rgba(255,255,255,0.6), transparent),
    radial-gradient(1.5px 1.5px at 35% 65%, rgba(255,255,255,0.8), transparent),
    radial-gradient(2px 2px at 75% 80%, rgba(210,180,255,0.75), transparent),
    radial-gradient(1px 1px at 20% 95%, rgba(255,255,255,0.6), transparent),
    radial-gradient(1.5px 1.5px at 80% 45%, rgba(255,255,255,0.7), transparent),
    radial-gradient(1px 1px at 50% 20%, rgba(255,255,255,0.8), transparent),
    radial-gradient(1px 1px at 95% 90%, rgba(255,255,255,0.55), transparent),
    radial-gradient(1.5px 1.5px at 30% 5%, rgba(255,255,255,0.75), transparent),
    radial-gradient(2.5px 2.5px at 65% 72%, rgba(139,92,246,0.9), transparent),
    radial-gradient(2px 2px at 12% 42%, rgba(34,211,238,0.8), transparent),
    radial-gradient(1.5px 1.5px at 88% 33%, rgba(172,58,242,0.85), transparent);
  animation: star-twinkle-cosmic 6s ease-in-out infinite alternate;
}

/* ── Star Field Compact — 待命模式專用，精簡星點 ── */
.star-field-compact {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    radial-gradient(1px 1px at 15% 50%, rgba(255,255,255,0.45), transparent),
    radial-gradient(1px 1px at 35% 42%, rgba(255,255,255,0.35), transparent),
    radial-gradient(1px 1px at 55% 58%, rgba(255,255,255,0.4), transparent),
    radial-gradient(1px 1px at 72% 48%, rgba(255,255,255,0.3), transparent),
    radial-gradient(1px 1px at 88% 55%, rgba(255,255,255,0.35), transparent),
    radial-gradient(1px 1px at 25% 65%, rgba(255,255,255,0.3), transparent),
    radial-gradient(1px 1px at 65% 70%, rgba(255,255,255,0.25), transparent),
    radial-gradient(1.5px 1.5px at 45% 52%, rgba(139,92,246,0.4), transparent),
    radial-gradient(1.5px 1.5px at 80% 62%, rgba(34,211,238,0.3), transparent);
  animation: star-twinkle-compact 8s ease-in-out infinite alternate;
}

@keyframes star-twinkle-cosmic {
  0%   { opacity: 0.7; }
  50%  { opacity: 1; }
  100% { opacity: 0.8; }
}

@keyframes star-twinkle-compact {
  0%   { opacity: 0.5; }
  50%  { opacity: 0.75; }
  100% { opacity: 0.6; }
}

/* ══════════════════════════════════════
   SCENE BACKGROUNDS (enhanced)
   ══════════════════════════════════════ */
.scene-hinata_house {
  background: linear-gradient(135deg, #1a0e05 0%, #2d1a0a 30%, #1f1208 60%, #150d05 100%);
}
.scene-outdoor {
  background: linear-gradient(180deg, #050d2a 0%, #0a1a3d 40%, #0d2210 70%, #081508 100%);
}
.scene-space {
  background: radial-gradient(ellipse at center, #0d0520 0%, #050011 50%, #000005 100%);
}
.scene-base {
  background: linear-gradient(135deg, #050f05 0%, #0a1a0a 40%, #071207 70%, #030803 100%);
}

/* ══════════════════════════════════════
   SPEECH BUBBLE (enhanced cosmic)
   ══════════════════════════════════════ */
.speech-bubble {
  position: relative;
  border-radius: 16px;
  padding: 10px 14px;
  animation: bubble-in 0.3s ease-out;
}

.speech-bubble-left::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 16px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid currentColor;
}

.speech-bubble-right::after {
  content: '';
  position: absolute;
  right: -8px;
  top: 16px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid currentColor;
}

/* ══════════════════════════════════════
   CHARACTER SPRITE
   ══════════════════════════════════════ */
.character-sprite {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  animation: float 3s ease-in-out infinite;
}
.character-sprite.speaking { animation: float 1s ease-in-out infinite; }
.character-sprite.excited { animation: float 0.5s ease-in-out infinite; }
.character-sprite.trauma { animation: trauma 0.5s ease-out; }

/* ══════════════════════════════════════
   COSMIC AMBIENT EFFECTS
   ══════════════════════════════════════ */

/* Breathing glow pulse for active elements */
.cosmic-pulse {
  animation: cosmic-breathe 3s ease-in-out infinite;
}

@keyframes cosmic-breathe {
  0%, 100% { opacity: 0.6; filter: brightness(1); }
  50% { opacity: 1; filter: brightness(1.1); }
}

/* Cosmic particle float — three variants for organic, non-uniform drift */
@keyframes cosmic-particle-float {
  0%   { transform: translate(0, 0) scale(1); opacity: 0.15; }
  20%  { transform: translate(12px, -18px) scale(1.15); opacity: 0.55; }
  40%  { transform: translate(-6px, -30px) scale(0.85); opacity: 0.4; }
  60%  { transform: translate(-18px, -12px) scale(1.1); opacity: 0.6; }
  80%  { transform: translate(-8px, 6px) scale(0.95); opacity: 0.3; }
  100% { transform: translate(0, 0) scale(1); opacity: 0.15; }
}
@keyframes cosmic-particle-drift {
  0%   { transform: translate(0, 0) rotate(0deg); opacity: 0.2; }
  33%  { transform: translate(20px, -25px) rotate(120deg); opacity: 0.5; }
  66%  { transform: translate(-15px, -40px) rotate(240deg); opacity: 0.35; }
  100% { transform: translate(0, 0) rotate(360deg); opacity: 0.2; }
}
@keyframes cosmic-particle-pulse {
  0%, 100% { transform: scale(0.8); opacity: 0.1; filter: blur(0px); }
  50%      { transform: scale(1.6); opacity: 0.7; filter: blur(1px); }
}

/* Dimension zone breathing — slow organic pulsation */
@keyframes dimension-zone-breathe {
  0%, 100% { transform: scale(1); opacity: 0.25; }
  50%      { transform: scale(1.03); opacity: 0.4; }
}

/* Fortress beam pulse — energy flowing from HQ to fortress */
@keyframes fortress-beam-flow {
  0%   { left: -60px; }
  100% { left: 100%; }
}

/* Fortress orbit ring — slow rotation */
@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Route energy flow — particles traveling along paths */
@keyframes route-energy-flow {
  0%   { stroke-dashoffset: 40; opacity: 0.15; }
  50%  { stroke-dashoffset: 0; opacity: 0.35; }
  100% { stroke-dashoffset: -40; opacity: 0.15; }
}

/* Nebula drift for decorative elements */
.nebula-drift {
  animation: nebula-drift 20s ease-in-out infinite alternate;
}
.nebula-drift-2 {
  animation: nebula-drift 28s ease-in-out infinite alternate-reverse;
}

@keyframes nebula-drift {
  0%   { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.08) translate(20px, 10px); }
}

/* ── NMS-grade Planet Animations ── */
@keyframes planet-drift {
  0%   { transform: translate(-50%, -50%) translateY(0px) translateX(0px); }
  33%  { transform: translate(-50%, -50%) translateY(-8px) translateX(5px); }
  66%  { transform: translate(-50%, -50%) translateY(4px) translateX(-4px); }
  100% { transform: translate(-50%, -50%) translateY(-12px) translateX(8px); }
}
@keyframes planet-drift-alt {
  0%   { transform: translate(-50%, -50%) translateY(0px) translateX(0px); }
  33%  { transform: translate(-50%, -50%) translateY(6px) translateX(-8px); }
  66%  { transform: translate(-50%, -50%) translateY(-4px) translateX(6px); }
  100% { transform: translate(-50%, -50%) translateY(10px) translateX(-5px); }
}
@keyframes planet-atmosphere-pulse {
  0%   { opacity: 0.7; transform: scale(1); }
  50%  { opacity: 1; transform: scale(1.06); }
  100% { opacity: 0.8; transform: scale(1.02); }
}
@keyframes star-core-twinkle {
  0%   { opacity: 0.5; transform: scale(0.8); }
  40%  { opacity: 1; transform: scale(1.2); }
  70%  { opacity: 0.7; transform: scale(0.95); }
  100% { opacity: 0.9; transform: scale(1.1); }
}

/* Galaxy-scale rotation for cosmic structures */
@keyframes galaxy-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Territory unlock reveal animation */
@keyframes territory-unlock {
  0% { transform: scale(0); opacity: 0; }
  50% { transform: scale(1.2); opacity: 0.8; }
  100% { transform: scale(1); opacity: 1; }
}

/* Holographic shimmer for special elements */
.holo-shimmer {
  background: linear-gradient(
    105deg,
    transparent 38%,
    rgba(139,92,246,0.15) 43%,
    rgba(34,211,238,0.12) 50%,
    rgba(172,58,242,0.10) 55%,
    transparent 60%
  );
  background-size: 250% 100%;
  animation: holo-sweep 3s ease-in-out infinite;
}

@keyframes holo-sweep {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Scan line overlay */
.scan-line-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(139, 92, 246, 0.035) 2px,
    rgba(139, 92, 246, 0.035) 4px
  );
  pointer-events: none;
  border-radius: inherit;
}

/* ══════════════════════════════════════
   PARTICLE EFFECTS
   ══════════════════════════════════════ */
.star-field { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.star { position: absolute; background: white; border-radius: 50%; animation: twinkle 3s ease-in-out infinite; }
.star-bright { background: #e0e7ff; box-shadow: 0 0 3px #c7d2fe; }

@keyframes twinkle {
  0%, 100% { opacity: 0.2; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.8); }
}

.dust-particle {
  position: absolute;
  background: rgba(255, 200, 120, 0.4);
  border-radius: 50%;
  animation: dust-float linear infinite;
  pointer-events: none;
}
@keyframes dust-float {
  0%   { transform: translate(0, 0) scale(1); opacity: 0; }
  20%  { opacity: 0.6; }
  80%  { opacity: 0.3; }
  100% { transform: translate(30px, -80px) scale(0.5); opacity: 0; }
}

.light-ray { position: absolute; pointer-events: none; animation: ray-pulse 4s ease-in-out infinite; }
@keyframes ray-pulse { 0%, 100% { opacity: 0.6; } 50% { opacity: 1; } }

.firefly {
  position: absolute; width: 3px; height: 3px; border-radius: 50%;
  background: #a3e635; box-shadow: 0 0 6px #84cc16, 0 0 12px rgba(132,204,22,0.4);
  animation: firefly-blink ease-in-out infinite; pointer-events: none;
}
@keyframes firefly-blink {
  0%, 100% { opacity: 0; transform: translate(0, 0); }
  20% { opacity: 1; } 50% { opacity: 0.8; transform: translate(8px, -12px); }
  80% { opacity: 0.4; transform: translate(16px, -6px); }
}

.shooting-star {
  position: absolute; width: 80px; height: 1.5px;
  background: linear-gradient(90deg, white, rgba(255,255,255,0));
  border-radius: 1px; animation: shoot linear infinite; pointer-events: none; opacity: 0;
}
@keyframes shoot {
  0% { opacity: 0; transform: translateX(0) translateY(0); }
  5% { opacity: 1; } 60% { opacity: 0; transform: translateX(200px) translateY(100px); }
  100% { opacity: 0; transform: translateX(200px) translateY(100px); }
}

/* ══════════════════════════════════════
   RADAR & BASE EFFECTS
   ══════════════════════════════════════ */
.radar-sweep {
  background: conic-gradient(from 0deg, rgba(34,197,94,0) 0deg, rgba(34,197,94,0.5) 40deg, rgba(34,197,94,0) 80deg);
  animation: radar-rotate 3s linear infinite; pointer-events: none;
}
@keyframes radar-rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

.scan-line { animation: scan-move 6s linear infinite; }
@keyframes scan-move { 0% { top: 0; opacity: 0; } 5% { opacity: 0.12; } 95% { opacity: 0.12; } 100% { top: 100%; opacity: 0; } }

.hq-blink { animation: hq-blink 2.5s ease-in-out infinite; }
@keyframes hq-blink { 0%, 100% { opacity: 0.7; } 50% { opacity: 1; text-shadow: 0 0 8px rgba(34,197,94,0.8); } }

/* ══════════════════════════════════════
   UTILITY ANIMATIONS
   ══════════════════════════════════════ */
.typing-cursor::after { content: '\u258B'; animation: blink 0.8s step-end infinite; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }

.titlebar-drag { -webkit-app-region: drag; }
.titlebar-no-drag { -webkit-app-region: no-drag; }
.scroll-container { overflow-y: auto; overscroll-behavior: contain; }
.panel-border { border: 1px solid rgba(139, 92, 246, 0.08); }

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}
@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 8px currentColor; }
  50% { box-shadow: 0 0 20px currentColor, 0 0 40px currentColor; }
}
@keyframes bubble-in {
  0% { transform: scale(0.8); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
@keyframes trauma {
  0% { transform: translateX(0); } 25% { transform: translateX(-10px); }
  75% { transform: translateX(10px); } 100% { transform: translateX(0); }
}
@keyframes slide-up {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }

.animate-slide-up { animation: slide-up 0.3s ease-out; }
.animate-fade-in { animation: fade-in 0.3s ease-out; }
.selectable { -webkit-user-select: text; -moz-user-select: text; user-select: text; }

/* Mission Board scan line animation */
@keyframes scanDown {
  0% { transform: translateY(0); opacity: 0; }
  5% { opacity: 1; }
  95% { opacity: 1; }
  100% { transform: translateY(60px); opacity: 0; }
}

/* ═══ OPS Tab — Futuristic Animations ═══ */
@keyframes ops-scan {
  0% { left: -20%; opacity: 0; }
  10% { opacity: 0.6; }
  90% { opacity: 0.6; }
  100% { left: 120%; opacity: 0; }
}

@keyframes ops-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

@keyframes ops-data-flow {
  0% { background-position: 0% 0%; }
  100% { background-position: 200% 200%; }
}

/* OPS scan line overlay */
.ops-scan-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: -20%;
  width: 15%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0,240,255,0.04), rgba(0,240,255,0.06), rgba(0,240,255,0.04), transparent);
  animation: ops-scan 4s linear infinite;
  pointer-events: none;
}

/* OPS health dot pulsing */
.ops-pulse-dot-green {
  animation: ops-pulse 2s ease-in-out infinite;
}
.ops-pulse-dot-orange {
  animation: ops-pulse 1s ease-in-out infinite;
}
.ops-pulse-dot-red {
  animation: ops-pulse 0.5s ease-in-out infinite;
}

/* OPS data flow background */
.ops-data-flow-bg {
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 12px,
    rgba(0,240,255,0.015) 12px,
    rgba(0,240,255,0.015) 13px
  );
  background-size: 100% 200%;
  animation: ops-data-flow 8s linear infinite;
}

/* ══════════════════════════════════════
   CYBERPUNK DESIGN SYSTEM
   Angular corners, neon glows, cyber grid
   ══════════════════════════════════════ */

/* ── Cyber Clip-Path Buttons ── */
.cyber-clip {
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.cyber-clip-sm {
  clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 6px 100%, 0 calc(100% - 6px));
}

.cyber-clip-tr {
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
}

.cyber-hex {
  clip-path: polygon(6px 0, calc(100% - 6px) 0, 100% 50%, calc(100% - 6px) 100%, 6px 100%, 0 50%);
}

/* ── Cyber Button Base ── */
.cyber-btn {
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-out;
  text-shadow: 0 0 8px currentColor;
}

.cyber-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent, transparent 2px,
    rgba(255,255,255,0.02) 3px,
    rgba(255,255,255,0.02) 4px
  );
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}

.cyber-btn:hover::before {
  opacity: 1;
}

.cyber-btn:hover {
  filter: brightness(1.2);
}

.cyber-btn:active {
  transform: scale(0.97);
  filter: brightness(1.4);
}

/* ── Neon Glow Variants ── */
.neon-cyan {
  --glow: #00f0ff;
  box-shadow: 0 0 5px #00f0ff, 0 0 15px rgba(0,240,255,0.25), 0 0 30px rgba(0,240,255,0.08);
}

.neon-gold {
  --glow: #fbbf24;
  box-shadow: 0 0 5px #fbbf24, 0 0 15px rgba(251,191,36,0.25), 0 0 30px rgba(251,191,36,0.08);
}

.neon-green {
  --glow: #05ffa1;
  box-shadow: 0 0 5px #05ffa1, 0 0 15px rgba(5,255,161,0.25), 0 0 30px rgba(5,255,161,0.08);
}

.neon-red {
  --glow: #ff2a6d;
  box-shadow: 0 0 5px #ff2a6d, 0 0 15px rgba(255,42,109,0.25), 0 0 30px rgba(255,42,109,0.08);
}

.neon-purple {
  --glow: #818cf8;
  box-shadow: 0 0 5px #818cf8, 0 0 15px rgba(129,140,248,0.25), 0 0 30px rgba(129,140,248,0.08);
}

/* ── Cyber Grid Background ── */
.cyber-grid {
  position: relative;
}

.cyber-grid::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.04;
  background-image:
    linear-gradient(rgba(0,240,255,0.4) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,240,255,0.4) 1px, transparent 1px);
  background-size: 32px 32px;
}

/* ── Cyber Divider (glowing line) ── */
.cyber-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,240,255,0.3), rgba(251,191,36,0.2), transparent);
  box-shadow: 0 0 8px rgba(0,240,255,0.15);
}

/* ── Glitch Text Hover ── */
.glitch-hover {
  position: relative;
}

.glitch-hover::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: #ff2a6d;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  opacity: 0;
  transition: opacity 0.1s;
}

.glitch-hover:hover::after {
  opacity: 0.6;
  animation: glitch-jerk 0.3s linear infinite alternate;
}

@keyframes glitch-jerk {
  0%   { clip-path: polygon(0 20%, 100% 20%, 100% 50%, 0 50%); transform: translate(0); }
  33%  { clip-path: polygon(0 5%, 100% 5%, 100% 25%, 0 25%); transform: translate(-2px, 1px); }
  66%  { clip-path: polygon(0 60%, 100% 60%, 100% 80%, 0 80%); transform: translate(2px, -1px); }
  100% { clip-path: polygon(0 35%, 100% 35%, 100% 55%, 0 55%); transform: translate(-1px); }
}

/* ── Cyber Pulse (for active status indicators) ── */
@keyframes cyber-pulse {
  0%, 100% { box-shadow: 0 0 4px var(--glow, #00f0ff), 0 0 8px var(--glow, #00f0ff); opacity: 1; }
  50% { box-shadow: 0 0 8px var(--glow, #00f0ff), 0 0 20px var(--glow, #00f0ff); opacity: 0.7; }
}

.cyber-pulse {
  animation: cyber-pulse 2s ease-in-out infinite;
}

/* ── Data Stream (horizontal scan effect) ── */
@keyframes data-stream {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.data-stream {
  background: linear-gradient(90deg, transparent 40%, rgba(0,240,255,0.06) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: data-stream 3s linear infinite;
}

/* ── Programmatic Glitch Effect ── */
.glitch-active {
  animation: glitch-burst 0.1s steps(2) 5;
}
@keyframes glitch-burst {
  0%   { clip-path: inset(20% 0 40% 0); transform: translate(-2px, 1px); }
  25%  { clip-path: inset(60% 0 10% 0); transform: translate(2px, -1px); }
  50%  { clip-path: inset(10% 0 70% 0); transform: translate(-1px, 2px); }
  75%  { clip-path: inset(50% 0 20% 0); transform: translate(1px, -2px); }
  100% { clip-path: inset(0); transform: translate(0); }
}

/* ── Range Input Styling ── */
input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 6px;
  border-radius: 3px;
  outline: none;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  border: 2px solid rgba(0,240,255,0.4);
  box-shadow: 0 0 6px rgba(0,240,255,0.3);
}
input[type="range"]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  border: 2px solid rgba(0,240,255,0.4);
  box-shadow: 0 0 6px rgba(0,240,255,0.3);
}

/* ══════════════════════════════════════
   WORLD SYSTEM — 3A Game Effects
   ══════════════════════════════════════ */

/* ── Warp Lane Energy Flow ── */
/* ── Shooting Star / Meteor ── */
/* rotate sets direction, translateX moves along that direction */
@keyframes meteor-fly {
  0%   { opacity: 0; transform: rotate(var(--m-angle)) translateX(0); }
  8%   { opacity: 1; }
  60%  { opacity: 0.7; }
  100% { opacity: 0; transform: rotate(var(--m-angle)) translateX(var(--m-dist)); }
}

@keyframes warp-flow {
  0% { stroke-dashoffset: 20; }
  100% { stroke-dashoffset: 0; }
}

@keyframes warp-particle {
  0% { offset-distance: 0%; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { offset-distance: 100%; opacity: 0; }
}

/* ── Dimension Node Pulse ── */
@keyframes dim-node-breathe {
  0%, 100% { box-shadow: 0 0 8px var(--dim-color, #8b5cf6), 0 0 20px color-mix(in srgb, var(--dim-color, #8b5cf6) 30%, transparent), 0 0 40px color-mix(in srgb, var(--dim-color, #8b5cf6) 10%, transparent); }
  50% { box-shadow: 0 0 12px var(--dim-color, #8b5cf6), 0 0 30px color-mix(in srgb, var(--dim-color, #8b5cf6) 45%, transparent), 0 0 55px color-mix(in srgb, var(--dim-color, #8b5cf6) 15%, transparent); }
}

.dim-node-pulse {
  animation: dim-node-breathe 3s ease-in-out infinite;
}

/* ── SVG Progress Ring ── */
@keyframes progress-ring-fill {
  from { stroke-dashoffset: var(--ring-circumference, 188); }
  to { stroke-dashoffset: var(--ring-offset, 0); }
}

/* ── Fog of War ── */
.world-fog-of-war {
  position: relative;
  overflow: hidden;
}

.world-fog-of-war::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(6,6,16,0.85), rgba(10,10,30,0.75));
  backdrop-filter: blur(3px);
  pointer-events: none;
}

/* ── Room Visual Effects ── */
@keyframes code-rain {
  0% { background-position: 0 -100%; }
  100% { background-position: 0 100%; }
}

.room-code-rain {
  background: repeating-linear-gradient(
    0deg,
    transparent 0px,
    rgba(251,191,36,0.04) 2px,
    transparent 4px,
    transparent 8px
  );
  background-size: 100% 200%;
  animation: code-rain 4s linear infinite;
}

@keyframes candle-flicker {
  0%, 100% { opacity: 0.3; }
  20% { opacity: 0.5; }
  40% { opacity: 0.25; }
  60% { opacity: 0.55; }
  80% { opacity: 0.35; }
}

.room-candle-flicker {
  animation: candle-flicker 2s ease-in-out infinite;
}

@keyframes mini-radar {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.room-radar-mini {
  background: conic-gradient(from 0deg, transparent 0deg, rgba(74,222,128,0.4) 30deg, transparent 60deg);
  animation: mini-radar 3s linear infinite;
}

/* ── Corridor Energy Flow ── */
@keyframes corridor-flow {
  0% { background-position: 0% 0%; }
  100% { background-position: 200% 0%; }
}

.corridor-flow {
  background: linear-gradient(90deg, transparent, rgba(0,240,255,0.06), rgba(139,92,246,0.04), transparent);
  background-size: 200% 100%;
  animation: corridor-flow 3s linear infinite;
}

/* ── Timeline Spine ── */
.timeline-spine {
  position: relative;
}

.timeline-spine::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(0,240,255,0.3), rgba(139,92,246,0.15), transparent);
}

/* ── Tactical Badge ── */
.tactical-badge {
  clip-path: polygon(0 0, calc(100% - 4px) 0, 100% 4px, 100% 100%, 4px 100%, 0 calc(100% - 4px));
}

/* ── Event Shockwave ── */
@keyframes event-shockwave {
  0% { transform: scale(0.5); opacity: 0.8; }
  100% { transform: scale(3); opacity: 0; }
}

/* ── Energy Arc (agent indicator) ── */
.energy-arc {
  position: relative;
}

.energy-arc::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 2px;
  border-radius: 1px;
  background: var(--energy-color, #05ffa1);
  box-shadow: 0 0 4px var(--energy-color, #05ffa1);
}

/* ══════════════════════════════════════
   FTL-STYLE BASE MAP ANIMATIONS
   Procedural SVG room equipment effects
   ══════════════════════════════════════ */

/* Server LED stagger blink */
@keyframes basemap-server-blink {
  0%, 100% { opacity: 0.2; }
  50% { opacity: 0.8; }
}
.basemap-server-blink {
  animation: basemap-server-blink 1.5s ease-in-out infinite;
}

/* Hologram ring rotation */
@keyframes basemap-holo-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.basemap-holo-rotate {
  animation: basemap-holo-rotate 8s linear infinite;
  transform-origin: center;
}

/* Campfire glow flicker */
@keyframes basemap-campfire-glow {
  0%, 100% { opacity: 0.1; r: 3; }
  25% { opacity: 0.2; }
  50% { opacity: 0.08; }
  75% { opacity: 0.18; }
}
.basemap-campfire-glow {
  animation: basemap-campfire-glow 2s ease-in-out infinite;
}

/* Herb leaf sway */
@keyframes basemap-leaf-sway {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(3deg); }
  75% { transform: rotate(-3deg); }
}
.basemap-leaf-sway {
  animation: basemap-leaf-sway 3s ease-in-out infinite;
  transform-origin: bottom center;
}

/* Crystal ball pulse */
@keyframes basemap-crystal-pulse {
  0%, 100% { opacity: 0.03; filter: drop-shadow(0 0 2px rgba(139,92,246,0.2)); }
  50% { opacity: 0.08; filter: drop-shadow(0 0 6px rgba(139,92,246,0.4)); }
}
.basemap-crystal-pulse {
  animation: basemap-crystal-pulse 3s ease-in-out infinite;
}

/* Chart polyline drawing */
@keyframes basemap-chart-draw {
  from { stroke-dashoffset: 200; }
  to { stroke-dashoffset: 0; }
}
.basemap-chart-draw {
  stroke-dasharray: 200;
  animation: basemap-chart-draw 4s linear infinite;
}

/* Agent interaction line flow */
@keyframes basemap-interaction-flow {
  from { stroke-dashoffset: 9; }
  to { stroke-dashoffset: 0; }
}
.basemap-interaction-flow {
  animation: basemap-interaction-flow 1.5s linear infinite;
}

/* Flame dance (candle/campfire) */
@keyframes basemap-flame-dance {
  0%, 100% { transform: scaleY(1); opacity: 0.15; }
  30% { transform: scaleY(1.3); opacity: 0.25; }
  60% { transform: scaleY(0.8); opacity: 0.1; }
}
.basemap-flame-dance {
  animation: basemap-flame-dance 1.2s ease-in-out infinite;
  transform-origin: bottom center;
}

/* General pulse (for various elements) */
@keyframes basemap-pulse {
  0%, 100% { opacity: 0.15; }
  50% { opacity: 0.35; }
}
.basemap-pulse {
  animation: basemap-pulse 3s ease-in-out infinite;
}

/* Scan line horizontal (for screens) */
@keyframes basemap-scan-h {
  0% { transform: translateY(0); opacity: 0.2; }
  100% { transform: translateY(20px); opacity: 0; }
}
.basemap-scan-line-h {
  animation: basemap-scan-h 2s linear infinite;
}

/* Vertical scan line for map */
@keyframes basemap-scan-v {
  0% { transform: translateY(0); opacity: 0; }
  5% { opacity: 0.6; }
  95% { opacity: 0.6; }
  100% { transform: translateY(420px); opacity: 0; }
}
.basemap-scan-line {
  animation: basemap-scan-v 6s linear infinite;
}

/* Circuit trace flow */
@keyframes basemap-circuit-flow {
  from { stroke-dashoffset: 4; }
  to { stroke-dashoffset: 0; }
}
.basemap-circuit-flow {
  animation: basemap-circuit-flow 1s linear infinite;
}

/* Corridor energy flow */
@keyframes basemap-corridor-flow {
  from { stroke-dashoffset: 11; }
  to { stroke-dashoffset: 0; }
}
.corridor-energy-flow {
  animation: basemap-corridor-flow 1.5s linear infinite;
}

/* Shadow cloud drift */
@keyframes basemap-shadow-drift {
  0%, 100% { transform: translate(0, 0); opacity: 0.06; }
  50% { transform: translate(5px, 3px); opacity: 0.1; }
}
.basemap-shadow-drift {
  animation: basemap-shadow-drift 8s ease-in-out infinite;
}

/* Holographic shimmer for poster frames */
@keyframes basemap-holo-shimmer {
  0% { stroke-dashoffset: 80; opacity: 0.1; }
  50% { opacity: 0.3; }
  100% { stroke-dashoffset: 0; opacity: 0.1; }
}
.basemap-holo-shimmer {
  stroke-dasharray: 4 4;
  animation: basemap-holo-shimmer 3s linear infinite;
}

/* Subtle floating for papers/notes */
@keyframes basemap-float-subtle {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-1.5px); }
}
.basemap-float-subtle {
  animation: basemap-float-subtle 4s ease-in-out infinite;
}

/* Horizontal scan line (purple, sweeps left to right) */
@keyframes basemap-scan-h-sweep {
  0% { transform: translateX(0); opacity: 0; }
  5% { opacity: 0.5; }
  95% { opacity: 0.5; }
  100% { transform: translateX(365px); opacity: 0; }
}
.basemap-scan-line-v {
  animation: basemap-scan-h-sweep 10s linear infinite;
  animation-delay: 3s;
}

/* ══════════════════════════════════════
   RARITY PRESENTATION EFFECTS
   4-tier visual spectacle system
   ══════════════════════════════════════ */

/* ── T1: Star shimmer border glow ── */
@keyframes rarity-shimmer {
  0%, 100% {
    box-shadow:
      0 8px 24px rgba(0, 0, 0, 0.5),
      0 0 1px var(--rarity-glow, rgba(139, 92, 246, 0.4)),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }
  50% {
    box-shadow:
      0 8px 24px rgba(0, 0, 0, 0.5),
      0 0 8px var(--rarity-glow, rgba(139, 92, 246, 0.6)),
      0 0 16px var(--rarity-glow, rgba(139, 92, 246, 0.2)),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }
}

/* ── T2: Nebula pulse glow ── */
@keyframes rarity-pulse {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.6; }
}

/* ── T2: Stardust particles rising from edge ── */
@keyframes rarity-stardust-rise {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
  15% {
    opacity: 0.7;
  }
  100% {
    transform: translateY(-28px) scale(0);
    opacity: 0;
  }
}

/* ── T3: Burst particle expand & fade ── */
@keyframes rarity-burst-particle {
  0% {
    transform: translate(-50%, -50%) translate(0, 0) scale(0.5);
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translate(var(--burst-tx, 100px), var(--burst-ty, 0)) scale(0);
    opacity: 0;
  }
}

/* ── T3: Glow radius expansion ── */
@keyframes rarity-glow-expand {
  0%, 100% {
    text-shadow:
      0 0 16px var(--rarity-glow, rgba(139, 92, 246, 0.5)),
      0 0 32px var(--rarity-glow, rgba(139, 92, 246, 0.3));
    filter: brightness(1);
  }
  50% {
    text-shadow:
      0 0 24px var(--rarity-glow, rgba(139, 92, 246, 0.7)),
      0 0 48px var(--rarity-glow, rgba(139, 92, 246, 0.4)),
      0 0 64px var(--rarity-glow, rgba(139, 92, 246, 0.2));
    filter: brightness(1.15);
  }
}

/* ── T3/T4: Micro-shake ── */
@keyframes rarity-shake {
  0% { transform: translate(0, 0); }
  15% { transform: translate(-3px, 1px); }
  30% { transform: translate(2px, -2px); }
  45% { transform: translate(-1px, 2px); }
  60% { transform: translate(3px, -1px); }
  75% { transform: translate(-2px, 1px); }
  90% { transform: translate(1px, -1px); }
  100% { transform: translate(0, 0); }
}

/* ── T4: Tunnel ring expansion ── */
@keyframes rarity-tunnel-ring {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  30% {
    opacity: 0.8;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

/* ── T4: Title scale-in with overshoot ── */
@keyframes rarity-title-scale-in {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  60% {
    transform: scale(1.15);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* ── T4: Scene particle drift ── */
@keyframes rarity-scene-drift {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(8px, -12px) scale(1.3);
  }
}

/* ── T4: Twinkle for background stars ── */
@keyframes rarity-twinkle {
  0%, 100% { opacity: 0.2; transform: scale(1); }
  50% { opacity: 0.9; transform: scale(1.5); }
}

/* ── T4: Confetti falling ── */
@keyframes rarity-confetti-fall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(100vh) rotate(720deg);
    opacity: 0;
  }
}

/* ── T4: Cursor blink for typewriter ── */
@keyframes rarity-cursor-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* ── Shared: Generic fade-in ── */
@keyframes rarity-fade-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ══════════════════════════════════════
   SCENE SYSTEM — Full-screen scene animations
   Agent avatars, ambient particles, transitions
   z-index < 9990 (never blocks rarity演出)
   ══════════════════════════════════════ */

/* ── Agent Avatar: Idle float ── */
@keyframes scene-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.scene-avatar-idle {
  animation: scene-float 3s ease-in-out infinite;
}

/* ── Agent Avatar: Walking sway ── */
@keyframes scene-walk {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  25% { transform: translateY(-3px) rotate(-2deg); }
  75% { transform: translateY(-3px) rotate(2deg); }
}
.scene-avatar-walk {
  animation: scene-walk 0.6s ease-in-out infinite;
}

/* ── Agent Avatar: Sleeping breathe ── */
@keyframes scene-breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}
.scene-avatar-sleep {
  animation: scene-breathe 3s ease-in-out infinite;
}

/* ── Agent Avatar: Excited bounce ── */
@keyframes scene-bounce {
  0%, 100% { transform: translateY(0) scale(1); }
  30% { transform: translateY(-12px) scale(1.05); }
  50% { transform: translateY(-14px) scale(1.08); }
  80% { transform: translateY(-3px) scale(1.02); }
}
.scene-avatar-excited {
  animation: scene-bounce 0.8s ease-in-out infinite;
}

/* ── Agent Avatar: Working pulse ── */
@keyframes scene-work-pulse {
  0%, 100% { transform: scale(1); filter: brightness(1); }
  50% { transform: scale(1.06); filter: brightness(1.15); }
}
.scene-avatar-work {
  animation: scene-work-pulse 2s ease-in-out infinite;
}

/* ── Agent Avatar: Talking bob ── */
@keyframes scene-talk {
  0%, 100% { transform: translateY(0); }
  20% { transform: translateY(-2px); }
  40% { transform: translateY(0); }
  60% { transform: translateY(-3px); }
  80% { transform: translateY(-1px); }
}
.scene-avatar-talk {
  animation: scene-talk 0.5s ease-in-out infinite;
}

/* ── Sleeping ZZZ bubbles ── */
@keyframes scene-zzz-float {
  0% { transform: translateY(0) scale(1); opacity: 0; }
  20% { opacity: 0.7; }
  100% { transform: translateY(-20px) scale(0.5); opacity: 0; }
}
.scene-zzz-1 { animation: scene-zzz-float 3s ease-out infinite; }
.scene-zzz-2 { animation: scene-zzz-float 3s ease-out 0.8s infinite; }
.scene-zzz-3 { animation: scene-zzz-float 3s ease-out 1.6s infinite; }

/* ── Talking speech indicator ── */
@keyframes scene-talk-bob {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-3px) scale(1.15); }
}
.scene-talk-indicator {
  animation: scene-talk-bob 1s ease-in-out infinite;
}

/* ── Particle: Drift upward (dust) ── */
@keyframes scene-particle-drift {
  0% { transform: translate(0, 0) scale(1); opacity: 0; }
  15% { opacity: 0.6; }
  85% { opacity: 0.2; }
  100% { transform: translate(20px, -60px) scale(0.4); opacity: 0; }
}

/* ── Particle: Twinkle in place (stars, sparkle) ── */
@keyframes scene-particle-twinkle {
  0%, 100% { opacity: 0.15; transform: scale(0.8); }
  50% { opacity: 0.9; transform: scale(1.3); }
}

/* ── Particle: Rain fall ── */
@keyframes scene-particle-fall {
  0% { transform: translateY(0); opacity: 0; }
  5% { opacity: 0.6; }
  95% { opacity: 0.3; }
  100% { transform: translateY(110vh); opacity: 0; }
}

/* ── Particle: Snow fall with sway ── */
@keyframes scene-particle-snow-fall {
  0% { transform: translate(0, 0); opacity: 0; }
  10% { opacity: 0.7; }
  25% { transform: translate(15px, 25vh); }
  50% { transform: translate(-10px, 50vh); }
  75% { transform: translate(12px, 75vh); }
  90% { opacity: 0.3; }
  100% { transform: translate(-5px, 110vh); opacity: 0; }
}

/* ── Portal wipe (star-gate effect) ── */
@keyframes scene-portal-wipe {
  0% { transform: scale(0.5); opacity: 0; }
  30% { opacity: 1; }
  100% { transform: scale(2.5) rotate(180deg); opacity: 0; }
}

/* ── Portal spiral (enhanced star-gate with spiral trajectory) ── */
@keyframes scene-portal-spiral {
  0% { transform: scale(0.3) rotate(0deg); opacity: 0; }
  20% { opacity: 1; }
  100% { transform: scale(2.8) rotate(540deg); opacity: 0; }
}

/* ── Portal completion flash ── */
@keyframes scene-portal-flash {
  0% { opacity: 0.8; transform: scale(0.5); }
  30% { opacity: 0.5; transform: scale(1.2); }
  100% { opacity: 0; transform: scale(2); }
}

/* ── Particle: Aurora — translucent color band drift ── */
@keyframes scene-particle-aurora {
  0% { transform: translateX(0) scaleY(1); opacity: 0; }
  15% { opacity: 0.18; }
  50% { transform: translateX(30px) scaleY(1.3); opacity: 0.22; }
  85% { opacity: 0.1; }
  100% { transform: translateX(60px) scaleY(0.8); opacity: 0; }
}

/* ── Particle: Mist — bottom-floating horizontal drift ── */
@keyframes scene-particle-mist {
  0% { transform: translateX(0) scaleX(1); opacity: 0; }
  20% { opacity: 0.12; }
  50% { transform: translateX(40px) scaleX(1.15); opacity: 0.15; }
  80% { opacity: 0.08; }
  100% { transform: translateX(80px) scaleX(0.9); opacity: 0; }
}

/* ── Particle: Ember — rising glow dots from bottom ── */
@keyframes scene-particle-ember {
  0% { transform: translate(0, 0) scale(1); opacity: 0; }
  10% { opacity: 0.9; }
  40% { transform: translate(4px, -40px) scale(1.1); opacity: 0.7; }
  70% { transform: translate(-3px, -80px) scale(0.8); opacity: 0.4; }
  100% { transform: translate(6px, -130px) scale(0.3); opacity: 0; }
}

/* ── Agent mood: high-mood glow pulse ring ── */
@keyframes scene-mood-glow {
  0%, 100% { opacity: 0.3; transform: scale(1.8); }
  50% { opacity: 0.6; transform: scale(2.2); }
}
.scene-mood-glow-pulse {
  animation: scene-mood-glow 2.5s ease-in-out infinite;
}

/* ── Agent mood: high-mood nameplate brightness pulse ── */
@keyframes scene-nameplate-glow {
  0%, 100% { filter: brightness(1); box-shadow: none; }
  50% { filter: brightness(1.3); box-shadow: 0 0 8px currentColor; }
}
.scene-nameplate-pulse {
  animation: scene-nameplate-glow 2s ease-in-out infinite;
}

/* ── Scene fade (generic) ── */
@keyframes scene-fade {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* ── Interactive object hover glow ── */
@keyframes scene-object-hover {
  0%, 100% { opacity: 0.4; transform: scale(2.2); }
  50% { opacity: 0.7; transform: scale(2.8); }
}

/* ── L4: Interactive object click ripple ── */
@keyframes scene-object-click-ripple {
  0% { opacity: 0.8; transform: scale(1); }
  100% { opacity: 0; transform: scale(3.5); }
}

/* ── Discovery tier persistent glow ── */
@keyframes scene-object-tier-glow {
  0%, 100% { opacity: 0.5; transform: scale(2.0); }
  50% { opacity: 0.8; transform: scale(2.4); }
}

/* ── Agent-enhanced badge pulse ── */
@keyframes scene-object-enhanced-badge {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.3); }
}

/* ── Interactive object pulse ── */
@keyframes scene-object-pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.1); }
}
.scene-object-pulse {
  animation: scene-object-pulse 2s ease-in-out infinite;
}

/* ── Interactive object spin ── */
@keyframes scene-object-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
.scene-object-spin {
  animation: scene-object-spin 6s linear infinite;
}

/* ── Scene Event Feed: slide-in from right ── */
@keyframes scene-event-slide-in {
  0% { opacity: 0; transform: translateX(40px) scale(0.92); }
  100% { opacity: 1; transform: translateX(0) scale(1); }
}

/* ── Scene Event Feed: rarity glow pulse ── */
@keyframes scene-event-glow {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}

/* ══════════════════════════════════════
   SOUL IMPACT OPERATION SYSTEM
   靈魂衝擊作業系統 — 派遣模式視覺差異
   physical (⚔️ 本體出擊) vs soul-projection (👻 靈魂衝擊)
   ══════════════════════════════════════ */

/* ── Soul Breathe: slow opacity + scale breathing (2.5s) ── */
@keyframes soul-breathe {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.03); }
}

/* ── Physical Pulse: fast energetic pulse (1s) ── */
@keyframes physical-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.08); }
}

/* ── Soul Glow: purple outer glow breathing ── */
@keyframes soul-glow {
  0%, 100% {
    box-shadow: 0 0 6px rgba(167,139,250,0.3), 0 0 12px rgba(167,139,250,0.15);
  }
  50% {
    box-shadow: 0 0 10px rgba(167,139,250,0.5), 0 0 20px rgba(167,139,250,0.25), 0 0 30px rgba(167,139,250,0.1);
  }
}

/* ── Soul Projection Avatar: purple glow + brightness filter ── */
.soul-projection-avatar {
  border-color: rgba(167,139,250,0.7) !important;
  filter: brightness(1.15);
  animation: soul-glow 2.5s ease-in-out infinite;
}

/* ── Physical Avatar: red pulse glow ── */
.physical-avatar {
  border-color: rgba(255,42,109,0.7) !important;
  animation: physical-pulse 1s ease-in-out infinite;
  box-shadow: 0 0 8px rgba(255,42,109,0.4), 0 0 16px rgba(255,42,109,0.2);
}

/* ── Soul Progress Bar: purple gradient with breathing opacity ── */
@keyframes soul-progress-breathe {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}

.soul-progress-bar {
  background: linear-gradient(90deg, #a78bfa, #7c3aed, #a78bfa) !important;
  background-size: 200% 100%;
  animation: soul-progress-breathe 2.5s ease-in-out infinite;
}

/* ── Accessibility ── */
@media (prefers-reduced-motion: reduce) {
  .glitch-hover:hover::after { animation: none; opacity: 0.4; }
  .glitch-active { animation: none; }
  .cyber-pulse { animation: none; }
  .data-stream { animation: none; }

  /* Scene system — disable all scene animations */
  .scene-avatar-idle,
  .scene-avatar-walk,
  .scene-avatar-sleep,
  .scene-avatar-excited,
  .scene-avatar-work,
  .scene-avatar-talk,
  .scene-zzz-1, .scene-zzz-2, .scene-zzz-3,
  .scene-talk-indicator,
  .scene-object-pulse,
  .scene-object-spin,
  .soul-projection-avatar,
  .physical-avatar,
  .soul-progress-bar { animation: none; }

  /* Disable all Framer Motion transitions */
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.placeholder\:text-white\/20::-moz-placeholder {
  color: rgb(255 255 255 / 0.2);
}
.placeholder\:text-white\/20::placeholder {
  color: rgb(255 255 255 / 0.2);
}
.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);
}
.placeholder\:text-white\/30::-moz-placeholder {
  color: rgb(255 255 255 / 0.3);
}
.placeholder\:text-white\/30::placeholder {
  color: rgb(255 255 255 / 0.3);
}
.placeholder\:text-white\/35::-moz-placeholder {
  color: rgb(255 255 255 / 0.35);
}
.placeholder\:text-white\/35::placeholder {
  color: rgb(255 255 255 / 0.35);
}
.placeholder\:text-white\/40::-moz-placeholder {
  color: rgb(255 255 255 / 0.4);
}
.placeholder\:text-white\/40::placeholder {
  color: rgb(255 255 255 / 0.4);
}
.last\:border-0:last-child {
  border-width: 0px;
}
.last\:border-r-0:last-child {
  border-right-width: 0px;
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}
.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}
.hover\:scale-\[1\.01\]:hover {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  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));
}
.hover\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}
.hover\:border-\[\#00f0ff\]\/30:hover {
  border-color: rgb(0 240 255 / 0.3);
}
.hover\:border-\[\#fbbf24\]\/40:hover {
  border-color: rgb(251 191 36 / 0.4);
}
.hover\:border-cyan-500\/50:hover {
  border-color: rgb(6 182 212 / 0.5);
}
.hover\:border-cyan-glow\/30:hover {
  border-color: rgb(34 211 238 / 0.3);
}
.hover\:border-cyan-glow\/40:hover {
  border-color: rgb(34 211 238 / 0.4);
}
.hover\:border-purple-400\/50:hover {
  border-color: rgb(192 132 252 / 0.5);
}
.hover\:border-purple-500\/40:hover {
  border-color: rgb(168 85 247 / 0.4);
}
.hover\:border-red-400\/60:hover {
  border-color: rgb(248 113 113 / 0.6);
}
.hover\:border-white\/20:hover {
  border-color: rgb(255 255 255 / 0.2);
}
.hover\:border-yellow-500\/40:hover {
  border-color: rgb(234 179 8 / 0.4);
}
.hover\:bg-\[\#fbbf24\]\/10:hover {
  background-color: rgb(251 191 36 / 0.1);
}
.hover\:bg-\[\#ff2a6d\]\/10:hover {
  background-color: rgb(255 42 109 / 0.1);
}
.hover\:bg-cyan-400\/10:hover {
  background-color: rgb(34 211 238 / 0.1);
}
.hover\:bg-cyan-500\/30:hover {
  background-color: rgb(6 182 212 / 0.3);
}
.hover\:bg-cyan-glow\/30:hover {
  background-color: rgb(34 211 238 / 0.3);
}
.hover\:bg-cyan-glow\/40:hover {
  background-color: rgb(34 211 238 / 0.4);
}
.hover\:bg-deep\/60:hover {
  background-color: rgb(15 23 42 / 0.6);
}
.hover\:bg-emerald-600\/50:hover {
  background-color: rgb(5 150 105 / 0.5);
}
.hover\:bg-emerald-900\/40:hover {
  background-color: rgb(6 78 59 / 0.4);
}
.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-800\/30:hover {
  background-color: rgb(31 41 55 / 0.3);
}
.hover\:bg-gray-800\/60:hover {
  background-color: rgb(31 41 55 / 0.6);
}
.hover\:bg-nebula\/20:hover {
  background-color: rgb(124 57 147 / 0.2);
}
.hover\:bg-nebula\/30:hover {
  background-color: rgb(124 57 147 / 0.3);
}
.hover\:bg-nebula\/40:hover {
  background-color: rgb(124 57 147 / 0.4);
}
.hover\:bg-nebula\/50:hover {
  background-color: rgb(124 57 147 / 0.5);
}
.hover\:bg-purple-500\/5:hover {
  background-color: rgb(168 85 247 / 0.05);
}
.hover\:bg-purple-600\/40:hover {
  background-color: rgb(147 51 234 / 0.4);
}
.hover\:bg-purple-600\/50:hover {
  background-color: rgb(147 51 234 / 0.5);
}
.hover\:bg-red-400\/10:hover {
  background-color: rgb(248 113 113 / 0.1);
}
.hover\:bg-red-400\/15:hover {
  background-color: rgb(248 113 113 / 0.15);
}
.hover\:bg-red-600\/40:hover {
  background-color: rgb(220 38 38 / 0.4);
}
.hover\:bg-red-900\/20:hover {
  background-color: rgb(127 29 29 / 0.2);
}
.hover\:bg-red-900\/60:hover {
  background-color: rgb(127 29 29 / 0.6);
}
.hover\:bg-rose-900\/40:hover {
  background-color: rgb(136 19 55 / 0.4);
}
.hover\:bg-rose-900\/50:hover {
  background-color: rgb(136 19 55 / 0.5);
}
.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}
.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}
.hover\:bg-white\/\[0\.02\]:hover {
  background-color: rgb(255 255 255 / 0.02);
}
.hover\:bg-white\/\[0\.03\]:hover {
  background-color: rgb(255 255 255 / 0.03);
}
.hover\:bg-white\/\[0\.04\]:hover {
  background-color: rgb(255 255 255 / 0.04);
}
.hover\:bg-yellow-400\/10:hover {
  background-color: rgb(250 204 21 / 0.1);
}
.hover\:bg-yellow-400\/15:hover {
  background-color: rgb(250 204 21 / 0.15);
}
.hover\:bg-yellow-500\/5:hover {
  background-color: rgb(234 179 8 / 0.05);
}
.hover\:\!text-red-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1)) !important;
}
.hover\:text-\[\#00f0ff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 240 255 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#05ffa1\]:hover {
  --tw-text-opacity: 1;
  color: rgb(5 255 161 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#eab308\]:hover {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#ef4444\]:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#f472b6\]:hover {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#fbbf24\]:hover {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#ff2a6d\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 42 109 / 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-400:hover {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.hover\:text-green-400:hover {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / 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-400\/80:hover {
  color: rgb(192 132 252 / 0.8);
}
.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.hover\:text-red-400\/70:hover {
  color: rgb(248 113 113 / 0.7);
}
.hover\:text-slate-200:hover {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-300:hover {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.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\/70:hover {
  color: rgb(255 255 255 / 0.7);
}
.hover\:text-white\/80:hover {
  color: rgb(255 255 255 / 0.8);
}
.hover\:text-white\/90:hover {
  color: rgb(255 255 255 / 0.9);
}
.hover\:text-yellow-400:hover {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.hover\:text-yellow-400\/80:hover {
  color: rgb(250 204 21 / 0.8);
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:opacity-70:hover {
  opacity: 0.7;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:shadow-\[0_0_20px_rgba\(34\2c 211\2c 238\2c 0\.3\)\]:hover {
  --tw-shadow: 0 0 20px rgba(34,211,238,0.3);
  --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);
}
.hover\:ring-1:hover {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.hover\:ring-white\/20:hover {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}
.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);
}
.hover\:brightness-125:hover {
  --tw-brightness: brightness(1.25);
  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);
}
.hover\:brightness-150:hover {
  --tw-brightness: brightness(1.5);
  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-\[\#00f0ff\]\/40:focus {
  border-color: rgb(0 240 255 / 0.4);
}
.focus\:border-\[\#fbbf24\]\/40:focus {
  border-color: rgb(251 191 36 / 0.4);
}
.focus\:border-cyan-glow\/50:focus {
  border-color: rgb(34 211 238 / 0.5);
}
.focus\:border-purple-500\/50:focus {
  border-color: rgb(168 85 247 / 0.5);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.active\:scale-90:active {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.active\:scale-\[0\.98\]:active {
  --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));
}
.active\:cursor-grabbing:active {
  cursor: grabbing;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-30:disabled {
  opacity: 0.3;
}
.disabled\:opacity-40:disabled {
  opacity: 0.4;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.group:hover .group-hover\:line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}
.group:hover .group-hover\:flex {
  display: flex;
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}
.group:hover .group-hover\:text-cyan-glow {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-red-400\/40 {
  color: rgb(248 113 113 / 0.4);
}
.group:hover .group-hover\:text-violet-300 {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-violet-400 {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:brightness-125 {
  --tw-brightness: brightness(1.25);
  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);
}
@media (min-width: 640px) {

  .sm\:inline {
    display: inline;
  }
}
@media (min-width: 768px) {

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

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

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

  .md\:gap-2 {
    gap: 0.5rem;
  }

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

  .md\:p-3 {
    padding: 0.75rem;
  }

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

  .md\:text-\[11px\] {
    font-size: 11px;
  }

  .md\:text-\[12px\] {
    font-size: 12px;
  }

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

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:text-\[22px\] {
    font-size: 22px;
  }
}
