*, ::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;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-10 {
  bottom: -2.5rem;
}
.-bottom-24 {
  bottom: -6rem;
}
.-bottom-5 {
  bottom: -1.25rem;
}
.-left-10 {
  left: -2.5rem;
}
.-left-24 {
  left: -6rem;
}
.-left-3 {
  left: -0.75rem;
}
.-right-10 {
  right: -2.5rem;
}
.-right-24 {
  right: -6rem;
}
.-top-10 {
  top: -2.5rem;
}
.-top-24 {
  top: -6rem;
}
.-top-4 {
  top: -1rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-1\/4 {
  left: 25%;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-1\/4 {
  right: 25%;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-\[105\%\] {
  top: 105%;
}
.isolate {
  isolation: isolate;
}
.-z-10 {
  z-index: -10;
}
.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-\[1000\] {
  z-index: 1000;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[110\] {
  z-index: 110;
}
.z-\[120\] {
  z-index: 120;
}
.z-\[200\] {
  z-index: 200;
}
.z-\[220\] {
  z-index: 220;
}
.z-\[240\] {
  z-index: 240;
}
.z-\[300\] {
  z-index: 300;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.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 !important;
}
.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;
}
.aspect-\[9\/16\] {
  aspect-ratio: 9/16;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-44 {
  height: 11rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-96 {
  height: 24rem;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[72px\] {
  height: 72px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-\[95vh\] {
  max-height: 95vh;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.min-h-\[52px\] {
  min-height: 52px;
}
.min-h-\[58px\] {
  min-height: 58px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[240px\] {
  min-width: 240px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[336px\] {
  max-width: 336px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[728px\] {
  max-width: 728px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}
.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));
}
.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 bounce {

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

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

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

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-in-up {
  animation: fadeInUp 0.5s ease-out;
}
@keyframes pulse {

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

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-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));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-white\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.05);
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-wrap {
  text-wrap: wrap;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-amber-200\/25 {
  border-color: rgb(253 230 138 / 0.25);
}
.border-amber-200\/50 {
  border-color: rgb(253 230 138 / 0.5);
}
.border-amber-500\/20 {
  border-color: rgb(245 158 11 / 0.2);
}
.border-amber-500\/40 {
  border-color: rgb(245 158 11 / 0.4);
}
.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-300\/15 {
  border-color: rgb(147 197 253 / 0.15);
}
.border-blue-300\/30 {
  border-color: rgb(147 197 253 / 0.3);
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-blue-400\/20 {
  border-color: rgb(96 165 250 / 0.2);
}
.border-blue-400\/30 {
  border-color: rgb(96 165 250 / 0.3);
}
.border-blue-400\/40 {
  border-color: rgb(96 165 250 / 0.4);
}
.border-blue-400\/50 {
  border-color: rgb(96 165 250 / 0.5);
}
.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-blue-500\/20 {
  border-color: rgb(59 130 246 / 0.2);
}
.border-blue-500\/30 {
  border-color: rgb(59 130 246 / 0.3);
}
.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.border-blue-800\/50 {
  border-color: rgb(30 64 175 / 0.5);
}
.border-blue-900\/50 {
  border-color: rgb(30 58 138 / 0.5);
}
.border-emerald-400\/30 {
  border-color: rgb(52 211 153 / 0.3);
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-gray-500\/20 {
  border-color: rgb(107 114 128 / 0.2);
}
.border-gray-500\/30 {
  border-color: rgb(107 114 128 / 0.3);
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-green-400\/30 {
  border-color: rgb(74 222 128 / 0.3);
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-green-500\/20 {
  border-color: rgb(34 197 94 / 0.2);
}
.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}
.border-indigo-400\/30 {
  border-color: rgb(129 140 248 / 0.3);
}
.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-indigo-500\/30 {
  border-color: rgb(99 102 241 / 0.3);
}
.border-indigo-900 {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}
.border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}
.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}
.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.border-purple-400\/30 {
  border-color: rgb(192 132 252 / 0.3);
}
.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-purple-500\/20 {
  border-color: rgb(168 85 247 / 0.2);
}
.border-purple-500\/30 {
  border-color: rgb(168 85 247 / 0.3);
}
.border-purple-500\/50 {
  border-color: rgb(168 85 247 / 0.5);
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-400\/40 {
  border-color: rgb(248 113 113 / 0.4);
}
.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\/30 {
  border-color: rgb(220 38 38 / 0.3);
}
.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-rose-400\/30 {
  border-color: rgb(251 113 133 / 0.3);
}
.border-slate-100\/25 {
  border-color: rgb(241 245 249 / 0.25);
}
.border-slate-600 {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-teal-500\/30 {
  border-color: rgb(20 184 166 / 0.3);
}
.border-teal-700\/30 {
  border-color: rgb(15 118 110 / 0.3);
}
.border-transparent {
  border-color: transparent;
}
.border-violet-500\/30 {
  border-color: rgb(139 92 246 / 0.3);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-yellow-500\/20 {
  border-color: rgb(234 179 8 / 0.2);
}
.border-t-transparent {
  border-top-color: transparent;
}
.bg-\[\#021c27\]\/80 {
  background-color: rgb(2 28 39 / 0.8);
}
.bg-\[\#0c0f24\]\/85 {
  background-color: rgb(12 15 36 / 0.85);
}
.bg-\[\#111633\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 22 51 / var(--tw-bg-opacity, 1));
}
.bg-amber-200\/10 {
  background-color: rgb(253 230 138 / 0.1);
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-amber-50\/80 {
  background-color: rgb(255 251 235 / 0.8);
}
.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}
.bg-amber-900\/20 {
  background-color: rgb(120 53 15 / 0.2);
}
.bg-amber-900\/40 {
  background-color: rgb(120 53 15 / 0.4);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.bg-blue-400\/10 {
  background-color: rgb(96 165 250 / 0.1);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-50\/50 {
  background-color: rgb(239 246 255 / 0.5);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}
.bg-blue-500\/15 {
  background-color: rgb(59 130 246 / 0.15);
}
.bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}
.bg-blue-500\/30 {
  background-color: rgb(59 130 246 / 0.3);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.bg-blue-800\/30 {
  background-color: rgb(30 64 175 / 0.3);
}
.bg-blue-800\/40 {
  background-color: rgb(30 64 175 / 0.4);
}
.bg-blue-800\/50 {
  background-color: rgb(30 64 175 / 0.5);
}
.bg-blue-800\/60 {
  background-color: rgb(30 64 175 / 0.6);
}
.bg-blue-900\/20 {
  background-color: rgb(30 58 138 / 0.2);
}
.bg-blue-900\/30 {
  background-color: rgb(30 58 138 / 0.3);
}
.bg-blue-900\/40 {
  background-color: rgb(30 58 138 / 0.4);
}
.bg-blue-900\/50 {
  background-color: rgb(30 58 138 / 0.5);
}
.bg-blue-900\/60 {
  background-color: rgb(30 58 138 / 0.6);
}
.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-500\/10 {
  background-color: rgb(107 114 128 / 0.1);
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-700\/50 {
  background-color: rgb(55 65 81 / 0.5);
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}
.bg-green-500\/90 {
  background-color: rgb(34 197 94 / 0.9);
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-green-600\/50 {
  background-color: rgb(22 163 74 / 0.5);
}
.bg-green-600\/80 {
  background-color: rgb(22 163 74 / 0.8);
}
.bg-green-900\/30 {
  background-color: rgb(20 83 45 / 0.3);
}
.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}
.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}
.bg-indigo-900\/40 {
  background-color: rgb(49 46 129 / 0.4);
}
.bg-indigo-900\/80 {
  background-color: rgb(49 46 129 / 0.8);
}
.bg-indigo-900\/95 {
  background-color: rgb(49 46 129 / 0.95);
}
.bg-indigo-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
}
.bg-indigo-950\/60 {
  background-color: rgb(30 27 75 / 0.6);
}
.bg-indigo-950\/80 {
  background-color: rgb(30 27 75 / 0.8);
}
.bg-indigo-950\/90 {
  background-color: rgb(30 27 75 / 0.9);
}
.bg-indigo-950\/95 {
  background-color: rgb(30 27 75 / 0.95);
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}
.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2);
}
.bg-purple-500\/30 {
  background-color: rgb(168 85 247 / 0.3);
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.bg-purple-800\/30 {
  background-color: rgb(107 33 168 / 0.3);
}
.bg-purple-900\/80 {
  background-color: rgb(88 28 135 / 0.8);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}
.bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-100\/10 {
  background-color: rgb(241 245 249 / 0.1);
}
.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.bg-slate-700\/50 {
  background-color: rgb(51 65 85 / 0.5);
}
.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.bg-slate-800\/50 {
  background-color: rgb(30 41 59 / 0.5);
}
.bg-slate-800\/80 {
  background-color: rgb(30 41 59 / 0.8);
}
.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-slate-900\/30 {
  background-color: rgb(15 23 42 / 0.3);
}
.bg-slate-900\/50 {
  background-color: rgb(15 23 42 / 0.5);
}
.bg-teal-900\/30 {
  background-color: rgb(19 78 74 / 0.3);
}
.bg-teal-900\/40 {
  background-color: rgb(19 78 74 / 0.4);
}
.bg-transparent {
  background-color: transparent;
}
.bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}
.bg-violet-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}
.bg-violet-900\/40 {
  background-color: rgb(76 29 149 / 0.4);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.bg-yellow-400\/30 {
  background-color: rgb(250 204 21 / 0.3);
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-\[url\(\'\/images\/noise\.png\'\)\] {
  background-image: url('/images/noise.png');
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.from-amber-400\/20 {
  --tw-gradient-from: rgb(251 191 36 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.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-700 {
  --tw-gradient-from: #b45309 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-300 {
  --tw-gradient-from: #93c5fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400 {
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600 {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700 {
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 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-blue-900\/50 {
  --tw-gradient-from: rgb(30 58 138 / 0.5) 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-emerald-600 {
  --tw-gradient-from: #059669 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500 {
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600 {
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 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-600 {
  --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-700 {
  --tw-gradient-from: #4338ca var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900 {
  --tw-gradient-from: #312e81 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-indigo-900\/90 {
  --tw-gradient-from: rgb(49 46 129 / 0.9) 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-indigo-900\/95 {
  --tw-gradient-from: rgb(49 46 129 / 0.95) 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-indigo-950 {
  --tw-gradient-from: #1e1b4b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 27 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-950\/90 {
  --tw-gradient-from: rgb(30 27 75 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 27 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-500 {
  --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500 {
  --tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-700 {
  --tw-gradient-from: #be185d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100 {
  --tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200 {
  --tw-gradient-from: #e9d5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400 {
  --tw-gradient-from: #c084fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 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-600 {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 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-rose-600 {
  --tw-gradient-from: #e11d48 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-100\/20 {
  --tw-gradient-from: rgb(241 245 249 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-900 {
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-700 {
  --tw-gradient-from: #0f766e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-400 {
  --tw-gradient-from: #a78bfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200 {
  --tw-gradient-from: #fef08a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400 {
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/20 {
  --tw-gradient-from: rgb(250 204 21 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50 {
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600 {
  --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 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);
}
.via-amber-400 {
  --tw-gradient-to: rgb(251 191 36 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-amber-50 {
  --tw-gradient-to: rgb(255 251 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-amber-600 {
  --tw-gradient-to: rgb(217 119 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d97706 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-indigo-400 {
  --tw-gradient-to: rgb(129 140 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-pink-400 {
  --tw-gradient-to: rgb(244 114 182 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-pink-50 {
  --tw-gradient-to: rgb(253 242 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-purple-600 {
  --tw-gradient-to: rgb(147 51 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-purple-900 {
  --tw-gradient-to: rgb(88 28 135 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #581c87 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-sky-100\/10 {
  --tw-gradient-to: rgb(224 242 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(224 242 254 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-yellow-300\/10 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#1a1c3a\] {
  --tw-gradient-to: #1a1c3a var(--tw-gradient-to-position);
}
.to-amber-500 {
  --tw-gradient-to: #f59e0b var(--tw-gradient-to-position);
}
.to-blue-100 {
  --tw-gradient-to: #dbeafe var(--tw-gradient-to-position);
}
.to-blue-300 {
  --tw-gradient-to: #93c5fd var(--tw-gradient-to-position);
}
.to-blue-300\/20 {
  --tw-gradient-to: rgb(147 197 253 / 0.2) var(--tw-gradient-to-position);
}
.to-blue-500 {
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}
.to-blue-800\/20 {
  --tw-gradient-to: rgb(30 64 175 / 0.2) var(--tw-gradient-to-position);
}
.to-cyan-600 {
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}
.to-emerald-500 {
  --tw-gradient-to: #10b981 var(--tw-gradient-to-position);
}
.to-emerald-600 {
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}
.to-green-800\/20 {
  --tw-gradient-to: rgb(22 101 52 / 0.2) var(--tw-gradient-to-position);
}
.to-indigo-500 {
  --tw-gradient-to: #6366f1 var(--tw-gradient-to-position);
}
.to-indigo-600 {
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}
.to-indigo-700 {
  --tw-gradient-to: #4338ca var(--tw-gradient-to-position);
}
.to-indigo-900\/40 {
  --tw-gradient-to: rgb(49 46 129 / 0.4) var(--tw-gradient-to-position);
}
.to-indigo-950 {
  --tw-gradient-to: #1e1b4b var(--tw-gradient-to-position);
}
.to-orange-400 {
  --tw-gradient-to: #fb923c var(--tw-gradient-to-position);
}
.to-orange-400\/20 {
  --tw-gradient-to: rgb(251 146 60 / 0.2) var(--tw-gradient-to-position);
}
.to-orange-50 {
  --tw-gradient-to: #fff7ed var(--tw-gradient-to-position);
}
.to-orange-500 {
  --tw-gradient-to: #f97316 var(--tw-gradient-to-position);
}
.to-orange-500\/20 {
  --tw-gradient-to: rgb(249 115 22 / 0.2) var(--tw-gradient-to-position);
}
.to-orange-600 {
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}
.to-pink-100 {
  --tw-gradient-to: #fce7f3 var(--tw-gradient-to-position);
}
.to-pink-200 {
  --tw-gradient-to: #fbcfe8 var(--tw-gradient-to-position);
}
.to-pink-50 {
  --tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position);
}
.to-pink-500 {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}
.to-pink-600 {
  --tw-gradient-to: #db2777 var(--tw-gradient-to-position);
}
.to-purple-300 {
  --tw-gradient-to: #d8b4fe var(--tw-gradient-to-position);
}
.to-purple-400 {
  --tw-gradient-to: #c084fc var(--tw-gradient-to-position);
}
.to-purple-500 {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}
.to-purple-600 {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}
.to-purple-800\/20 {
  --tw-gradient-to: rgb(107 33 168 / 0.2) var(--tw-gradient-to-position);
}
.to-purple-900 {
  --tw-gradient-to: #581c87 var(--tw-gradient-to-position);
}
.to-purple-900\/50 {
  --tw-gradient-to: rgb(88 28 135 / 0.5) var(--tw-gradient-to-position);
}
.to-purple-900\/90 {
  --tw-gradient-to: rgb(88 28 135 / 0.9) var(--tw-gradient-to-position);
}
.to-purple-900\/95 {
  --tw-gradient-to: rgb(88 28 135 / 0.95) var(--tw-gradient-to-position);
}
.to-purple-950\/90 {
  --tw-gradient-to: rgb(59 7 100 / 0.9) var(--tw-gradient-to-position);
}
.to-red-500 {
  --tw-gradient-to: #ef4444 var(--tw-gradient-to-position);
}
.to-rose-600 {
  --tw-gradient-to: #e11d48 var(--tw-gradient-to-position);
}
.to-slate-800 {
  --tw-gradient-to: #1e293b var(--tw-gradient-to-position);
}
.to-teal-600 {
  --tw-gradient-to: #0d9488 var(--tw-gradient-to-position);
}
.to-violet-400 {
  --tw-gradient-to: #a78bfa var(--tw-gradient-to-position);
}
.to-yellow-800\/20 {
  --tw-gradient-to: rgb(133 77 14 / 0.2) var(--tw-gradient-to-position);
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.fill-yellow-500 {
  fill: #eab308;
}
.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-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-20 {
  padding: 5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.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;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.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-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-20 {
  padding-left: 5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.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-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.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-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-amber-200\/90 {
  color: rgb(253 230 138 / 0.9);
}
.text-amber-300\/70 {
  color: rgb(252 211 77 / 0.7);
}
.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.text-blue-100\/75 {
  color: rgb(219 234 254 / 0.75);
}
.text-blue-100\/80 {
  color: rgb(219 234 254 / 0.8);
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.text-blue-200\/60 {
  color: rgb(191 219 254 / 0.6);
}
.text-blue-200\/75 {
  color: rgb(191 219 254 / 0.75);
}
.text-blue-200\/80 {
  color: rgb(191 219 254 / 0.8);
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.text-blue-300\/30 {
  color: rgb(147 197 253 / 0.3);
}
.text-blue-300\/50 {
  color: rgb(147 197 253 / 0.5);
}
.text-blue-300\/60 {
  color: rgb(147 197 253 / 0.6);
}
.text-blue-300\/70 {
  color: rgb(147 197 253 / 0.7);
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-400\/40 {
  color: rgb(96 165 250 / 0.4);
}
.text-blue-400\/60 {
  color: rgb(96 165 250 / 0.6);
}
.text-blue-400\/70 {
  color: rgb(96 165 250 / 0.7);
}
.text-blue-400\/80 {
  color: rgb(96 165 250 / 0.8);
}
.text-blue-500\/50 {
  color: rgb(59 130 246 / 0.5);
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}
.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-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-500\/50 {
  color: rgb(34 197 94 / 0.5);
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}
.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}
.text-purple-100\/60 {
  color: rgb(243 232 255 / 0.6);
}
.text-purple-100\/70 {
  color: rgb(243 232 255 / 0.7);
}
.text-purple-100\/80 {
  color: rgb(243 232 255 / 0.8);
}
.text-purple-100\/90 {
  color: rgb(243 232 255 / 0.9);
}
.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}
.text-purple-200\/60 {
  color: rgb(233 213 255 / 0.6);
}
.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}
.text-purple-300\/60 {
  color: rgb(216 180 254 / 0.6);
}
.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-purple-500\/50 {
  color: rgb(168 85 247 / 0.5);
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}
.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-400\/80 {
  color: rgb(248 113 113 / 0.8);
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-rose-200 {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}
.text-rose-900 {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / 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-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-teal-200\/80 {
  color: rgb(153 246 228 / 0.8);
}
.text-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity, 1));
}
.text-teal-300\/70 {
  color: rgb(94 234 212 / 0.7);
}
.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-violet-200 {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity, 1));
}
.text-violet-300 {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.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\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.text-yellow-500\/50 {
  color: rgb(234 179 8 / 0.5);
}
.underline {
  text-decoration-line: underline;
}
.decoration-purple-500\/30 {
  text-decoration-color: rgb(168 85 247 / 0.3);
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.placeholder-purple-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 132 252 / var(--tw-placeholder-opacity, 1));
}
.placeholder-purple-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 132 252 / var(--tw-placeholder-opacity, 1));
}
.accent-blue-400 {
  accent-color: #60a5fa;
}
.opacity-0 {
  opacity: 0;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-90 {
  opacity: 0.9;
}
.mix-blend-screen {
  mix-blend-mode: screen;
}
.mix-blend-overlay {
  mix-blend-mode: overlay;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_10px_rgba\(168\2c 85\2c 247\2c 0\.3\)\] {
  --tw-shadow: 0 0 10px rgba(168,85,247,0.3);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_10px_rgba\(168\2c 85\2c 247\2c 0\.5\)\] {
  --tw-shadow: 0 0 10px rgba(168,85,247,0.5);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_20px_rgba\(168\2c 85\2c 247\2c 0\.8\)\] {
  --tw-shadow: 0 0 20px rgba(168,85,247,0.8);
  --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);
}
.shadow-\[0_0_40px_rgba\(59\2c 130\2c 246\2c 0\.3\)\] {
  --tw-shadow: 0 0 40px rgba(59,130,246,0.3);
  --tw-shadow-colored: 0 0 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_30px_70px_rgba\(0\2c 0\2c 0\2c 0\.7\)\] {
  --tw-shadow: 0 30px 70px rgba(0,0,0,0.7);
  --tw-shadow-colored: 0 30px 70px 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-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-green-900\/20 {
  --tw-shadow-color: rgb(20 83 45 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/20 {
  --tw-shadow-color: rgb(168 85 247 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/30 {
  --tw-shadow-color: rgb(168 85 247 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-3xl {
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-\[120px\] {
  --tw-blur: blur(120px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-\[40px\] {
  --tw-blur: blur(40px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-xl {
  --tw-blur: blur(24px);
  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);
}
.drop-shadow-\[0_0_8px_rgba\(255\2c 255\2c 255\2c 0\.28\)\] {
  --tw-drop-shadow: drop-shadow(0 0 8px rgba(255,255,255,0.28));
  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-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.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);
}
.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);
}
.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-lg {
  --tw-backdrop-blur: blur(16px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.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;
  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-shadow {
  transition-property: box-shadow;
  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-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* App Container - Fix Background Cutoff */
.app-container {
  background: transparent;  /* Trong suốt để sao hiển thị */
  min-height: calc(100vh - 100px);  /* Giảm chiều cao để footer hiển thị */
  width: 100%;
  position: relative;
  z-index: 1;  /* Đảm bảo ở trên background nhưng dưới footer */
}

/* XÓA hoặc Comment lại đoạn này nếu nó đang set màu tối */
/* body {
  background: #1A2238; 
  color: white;
} 
*/

/* Thay vào đó, set default an toàn */
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  /* Mặc định là trắng, để các trang Landing/StoryReader tự override bằng class Tailwind */
  background-color: #1A2238;
}

/* Mute Control Styles */
.mute-control {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.mute-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: white;
  backdrop-filter: blur(10px);
}

/* Credit Display Styles */
.credit-display {
  position: static;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  z-index: 10;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.credit-display:hover {
  background: rgba(0, 0, 0, 0.9);
  border-color: rgba(255, 255, 255, 0.3);
}

.credit-icon {
  font-size: 20px;
  line-height: 1;
}

.credit-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 60px;
}

.credit-number {
  font-size: 18px;
  font-weight: bold;
  color: #FFD700;
  line-height: 1;
}

.credit-label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
}

.credit-add-btn {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.credit-add-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(102, 126, 234, 0.4);
}

.credit-display.loading {
  opacity: 0.7;
}

.credit-display.loading .credit-text {
  color: rgba(255, 255, 255, 0.7);
}

.mute-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

.mute-btn.muted {
  background: rgba(255, 0, 0, 0.1);
  border-color: rgba(255, 0, 0, 0.3);
  color: #ff6b6b;
}

.mute-btn.muted:hover {
  background: rgba(255, 0, 0, 0.2);
}

/* Title Glow Effect */
.title-glow {
  background: linear-gradient(to right, #FEF3C7, #FDE68A);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 10px rgba(250, 204, 21, 0.8));
}

/* Mute Text Styling - Standardized */
.mute-text {
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Generate Text White */
.generate-text-white {
  color: #FFFFFF;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

/* Loading Button Styles */
.btn-primary.loading {
  opacity: 0.8;
  cursor: not-allowed;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.btn-primary.loading:hover {
  transform: none;
}

.btn-primary.loading:active {
  transform: none;
}

/* Audio Disclaimer Styles */
.audio-disclaimer {
  margin-top: 12px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.audio-disclaimer p {
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.5px;
}

/* Button Icon Spacing */
.btn-primary {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-primary svg {
  flex-shrink: 0;
}

/* Generate Text Styling */
.generate-text {
  color: #FFD700;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

/* Landing Page Styles - DEEP MARINE THEME */
.landing-container {
  background: transparent;  /* Trong suốt để sao hiển thị */
  color: #ECECEC;      /* Cloud White */
  overflow-x: hidden;
}

.hero-section {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr; /* Dành nhiều đất hơn cho chữ */
  gap: 40px;
  align-items: center; /* Căn giữa theo chiều dọc */
  padding: 2px 5%; /* Giảm padding top từ 20px xuống 2px */
  min-height: 90vh; /* Chiếm 90% màn hình, chừa 10% cho footer/scroll */
  max-width: 1400px;
  margin: 0 auto;
}

.hero-content {
  animation: fadeInLeft 1s ease-out;
  background: rgba(26, 34, 56, 0.3);  /* Glass morphism */
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 30px;  /* Giảm từ 40px xuống 30px */
}

/* 2. Xử lý cột bên phải (Chứa Nút + Ảnh) */
.hero-illustration {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

/* Story Input Component - Deep Marine Theme */
.input-container {
  min-height: 80vh;
  background: transparent;  /* Trong suốt */
  color: #ECECEC;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.input-form {
  background: rgba(26, 34, 56, 0.3);  /* Trong suốt nhẹ */
  border: 3px solid #FFE082;  /* Light yellow border - vàng nhạt */
  border-radius: 20px;
  padding: 25px 30px;  /* Giảm từ 40px xuống 25px 30px */
  max-width: 600px;  /* Giới hạn chiều rộng */
  width: 100%;
  backdrop-filter: blur(10px);  /* Add blur for glass effect */
  box-shadow: 0 0 30px rgba(74, 144, 226, 0.3);
  margin: 0 auto;  /* Căn giữa */
}

.input-form h1 {
  font-size: 2rem;  /* Giảm từ 2.5rem xuống 2rem */
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}

.input-form h1 .create {
  color: #FF6B35;  /* Carrot orange */
  text-shadow: 0 0 20px rgba(255, 107, 53, 0.5), 0 0 40px rgba(74, 144, 226, 0.3);
  animation: glow 2s ease-in-out infinite alternate;
}

.input-form h1 .your {
  color: #27AE60;  /* Green */
  text-shadow: 0 0 20px rgba(39, 174, 96, 0.5), 0 0 40px rgba(74, 144, 226, 0.3);
  animation: glow 2s ease-in-out infinite alternate;
}

.input-form h1 .story {
  color: #3498DB;  /* Blue */
  text-shadow: 0 0 20px rgba(52, 152, 219, 0.5), 0 0 40px rgba(74, 144, 226, 0.3);
  animation: glow 2s ease-in-out infinite alternate;
}

.input-form p {
  color: #ECECEC;
  opacity: 0.9;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 0 0 10px rgba(236, 236, 236, 0.3);
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  color: #ECECEC;
  margin-bottom: 8px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(236, 236, 236, 0.3);
}

.form-group textarea,
.form-group input,
.profile-input,
.profile-select {
  width: 100%;
  padding: 15px;
  border: 2px solid rgba(236, 236, 236, 0.3);
  border-radius: 10px;
  background: #FFF8DC;  /* Cream color - vàng kem */
  color: #1A0E0A;  /* Dark chocolate brown - nâu socola đen */
  font-size: 16px;
  font-weight: 600;  /* Semi-bold - đậm rõ ràng */
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(74, 144, 226, 0.2);
}

.form-group textarea:focus,
.form-group input:focus,
.profile-input:focus,
.profile-select:focus {
  outline: none;
  border-color: #4A90E2;
  background: #FFFACD;  /* Lighter cream - vàng kem nhạt hơn */
  color: #1A0E0A;  /* Dark chocolate brown - nâu socola đen */
  font-weight: 700;  /* Bold - đậm hơn khi focus */
  box-shadow: 0 0 25px rgba(74, 144, 226, 0.5);
  transform: translateY(-2px);
}

.checkbox-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.checkbox-group input[type="checkbox"] {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.checkbox-group label {
  color: #ECECEC;
}

/* Buttons - Multi-colored with Glowing Effects */
.btn-primary {
  background: linear-gradient(135deg, #27AE60, #229954);  /* Green gradient */
  color: #FFF8DC;  /* Cream white - vàng kem */
  border: none;
  padding: 25px 45px;  /* Larger padding - to hơn */
  border-radius: 35px;  /* More rounded - bo tròn hơn */
  font-size: 22px;  /* Larger font - chữ to hơn */
  font-weight: 900;  /* Extra bold - đậm hơn */
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin-bottom: 20px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9), 0 0 35px rgba(255, 248, 220, 0.8);
  box-shadow: 0 0 40px rgba(39, 174, 96, 0.6), 0 5px 20px rgba(0, 0, 0, 0.3);
  animation: pulse-glow 2s ease-in-out infinite;
  letter-spacing: 1px;
}

.btn-primary:hover:not(:disabled) {
  background: linear-gradient(135deg, #2ECC71, #27AE60);  /* Lighter green gradient */
  transform: translateY(-4px) scale(1.08);  /* More transform - to hơn */
  box-shadow: 0 15px 50px rgba(46, 204, 113, 0.7), 0 8px 30px rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 25px rgba(0, 0, 0, 1), 0 0 40px rgba(255, 248, 220, 0.9);
}

.btn-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  animation: none;
}

.btn-secondary {
  background: linear-gradient(135deg, #9B59B6, #8E44AD);
  color: #FFF8DC;  /* Cream white - trắng ngà */
  border: none;
  padding: 15px 25px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 5px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8), 0 0 25px rgba(255, 248, 220, 0.6);
  box-shadow: 0 0 25px rgba(155, 89, 182, 0.4);
}

.btn-secondary:hover {
  background: linear-gradient(135deg, #E74C3C, #C0392B);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 30px rgba(231, 76, 60, 0.5);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9), 0 0 30px rgba(255, 248, 220, 0.8);
}


/* Story Reader Component - Deep Marine Theme */
.reader-container {
  min-height: 100vh;
  background: #1A2238;
  color: #ECECEC;
  padding: 20px;
}

/* Mobile responsive for StoryReader */
@media (max-width: 768px) {
  .reader-container {
    min-height: 100vh;
    padding: 10px;
  }
  
  /* Mobile text area adjustments */
  .reader-container .text-2xl {
    font-size: 1.25rem !important;
    line-height: 1.6 !important;
  }
  
  .reader-container .max-w-3xl {
    max-width: 100% !important;
    padding: 0 1rem !important;
  }
  
  /* Mobile image area adjustments */
  .reader-container .aspect-video {
    max-height: 40vh !important;
  }
  
  .reader-container .p-8 {
    padding: 1rem !important;
  }
}

.book-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.narrator-box {
  background: rgba(236, 236, 236, 0.1);
  border: 2px solid rgba(236, 236, 236, 0.2);
  border-radius: 15px;
  padding: 20px;
}

.image-container {
  margin-bottom: 20px;
}

.image-skeleton {
  width: 100%;
  height: 200px;
  background: rgba(236, 236, 236, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ECECEC;
  opacity: 0.6;
}

.btn-generate-image {
  background: linear-gradient(135deg, #F39C12, #E67E22);
  color: #FFF8DC;  /* Cream white - trắng ngà */
  border: none;
  padding: 15px 25px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin-bottom: 20px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8), 0 0 25px rgba(255, 248, 220, 0.6);
  box-shadow: 0 0 25px rgba(243, 156, 18, 0.4);
}

.btn-generate-image:hover {
  background: linear-gradient(135deg, #27AE60, #229954);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 30px rgba(39, 174, 96, 0.5);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9), 0 0 30px rgba(255, 248, 220, 0.8);
}

.voice-controls,
.music-controls {
  margin-bottom: 15px;
}

.voice-controls label,
.music-controls label {
  display: block;
  color: #ECECEC;
  margin-bottom: 5px;
  font-weight: bold;
}

.voice-select,
.music-select {
  width: 100%;
  padding: 10px;
  border: 2px solid rgba(236, 236, 236, 0.3);
  border-radius: 8px;
  background: rgba(236, 236, 236, 0.1);
  color: #ECECEC;
}

.text-page {
  background: rgba(236, 236, 236, 0.05);
  border: 2px solid rgba(236, 236, 236, 0.1);
  border-radius: 15px;
  padding: 30px;
}

.story-title h2 {
  color: #ECECEC;
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}

.btn-prev,
.btn-save,
.btn-next,
.btn-back,
.btn-home {
  background: linear-gradient(135deg, #3498DB, #2980B9);
  color: #FFF8DC;  /* Cream white - trắng ngà */
  border: none;
  padding: 12px 20px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 5px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8), 0 0 25px rgba(255, 248, 220, 0.6);
  box-shadow: 0 0 20px rgba(52, 152, 219, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-prev:hover,
.btn-save:hover,
.btn-next:hover,
.btn-back:hover,
.btn-home:hover {
  background: linear-gradient(135deg, #E74C3C, #C0392B);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 25px rgba(231, 76, 60, 0.4);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9), 0 0 30px rgba(255, 248, 220, 0.8);
}

/* Story Library Component - Deep Marine Theme */
.library-container {
  min-height: 100vh;
  background: transparent;
  color: #ECECEC;
  padding: 20px;
}

.library-header {
  text-align: center;
  margin-bottom: 40px;
}

.library-header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 900;  /* Extra bold */
  letter-spacing: 2px;
}

.library-header h1 .my {
  color: #FF6B35;  /* Carrot orange */
  text-shadow: 0 0 4px rgba(0,0,0,1.0), 0 0 12px rgba(0,0,0,0.9), 0 0 25px rgba(0,0,0,0.7), 0 0 40px rgba(255, 107, 53, 0.5);
  animation: glow 2s ease-in-out infinite alternate;
}

.library-header h1 .story {
  color: #27AE60;  /* Green */
  text-shadow: 0 0 4px rgba(0,0,0,1.0), 0 0 12px rgba(0,0,0,0.9), 0 0 25px rgba(0,0,0,0.7), 0 0 40px rgba(39, 174, 96, 0.5);
  animation: glow 2s ease-in-out infinite alternate;
}

.library-header h1 .library {
  color: #3498DB;  /* Blue */
  text-shadow: 0 0 4px rgba(0,0,0,1.0), 0 0 12px rgba(0,0,0,0.9), 0 0 25px rgba(0,0,0,0.7), 0 0 40px rgba(52, 152, 219, 0.5);
  animation: glow 2s ease-in-out infinite alternate;
}

.library-header p {
  color: #ECECEC;
  opacity: 0.9;
  text-shadow: 0 0 3px rgba(0,0,0,1.0), 0 0 8px rgba(0,0,0,0.9), 0 0 15px rgba(0,0,0,0.7);
}

.story-list-container {
  max-width: 800px;
  margin: 0 auto;
}

.empty-library {
  text-align: center;
  padding: 60px 20px;
  background: rgba(236, 236, 236, 0.05);
  border-radius: 15px;
  color: #ECECEC;
  opacity: 0.7;
  box-shadow: 0 0 30px rgba(74, 144, 226, 0.2);
}

.story-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.story-card {
  background: rgba(26, 34, 56, 0.95);  /* More solid background */
  border: 2px solid rgba(236, 236, 236, 0.2);
  border-radius: 15px;
  padding: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(74, 144, 226, 0.2);
}

.story-card:hover {
  background: rgba(236, 236, 236, 0.15);
  border-color: #4A90E2;
  transform: translateY(-2px);
}

.story-info h3 {
  color: #ECECEC;
  margin-bottom: 5px;
}

.story-date {
  color: #ECECEC;
  opacity: 0.7;
  font-size: 14px;
  margin-bottom: 10px;
}

.story-preview {
  color: #ECECEC;
  opacity: 0.8;
  font-size: 16px;
}

.story-actions {
  display: flex;
  gap: 10px;
}

.btn-read,
.btn-continue,
.btn-delete {
  background: linear-gradient(135deg, #16A085, #138D75);
  color: #FFF8DC;  /* Cream white - trắng ngà */
  border: none;
  padding: 10px 18px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8), 0 0 25px rgba(255, 248, 220, 0.6);
  box-shadow: 0 0 20px rgba(22, 160, 133, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.btn-read:hover,
.btn-continue:hover {
  background: linear-gradient(135deg, #F39C12, #E67E22);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 25px rgba(243, 156, 18, 0.4);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9), 0 0 30px rgba(255, 248, 220, 0.8);
}

.btn-delete:hover {
  background: linear-gradient(135deg, #E74C3C, #C0392B);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 25px rgba(231, 76, 60, 0.4);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9), 0 0 30px rgba(255, 248, 220, 0.8);
}

/* User Profile Component - Deep Marine Theme */
.user-profile-container {
  min-height: 100vh;
  background: #1A2238;
  color: #ECECEC;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-header {
  text-align: center;
  margin-bottom: 40px;
}

.profile-header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 900;  /* Extra bold */
  letter-spacing: 2px;
}

.profile-header h1 .create {
  color: #FF6B35;  /* Carrot orange */
  text-shadow: 0 0 20px rgba(255, 107, 53, 0.5), 0 0 40px rgba(74, 144, 226, 0.3);
  animation: glow 2s ease-in-out infinite alternate;
}

.profile-header h1 .your {
  color: #27AE60;  /* Green */
  text-shadow: 0 0 20px rgba(39, 174, 96, 0.5), 0 0 40px rgba(74, 144, 226, 0.3);
  animation: glow 2s ease-in-out infinite alternate;
}

.profile-header h1 .profile {
  color: #3498DB;  /* Blue */
  text-shadow: 0 0 20px rgba(52, 152, 219, 0.5), 0 0 40px rgba(74, 144, 226, 0.3);
  animation: glow 2s ease-in-out infinite alternate;
}

.profile-header p {
  color: #ECECEC;
  opacity: 0.9;
  text-shadow: 0 0 10px rgba(236, 236, 236, 0.3);
}

.profile-content {
  max-width: 600px;
  width: 100%;
  background: rgba(26, 34, 56, 0.95);  /* More solid background */
  border: 3px solid #FFE082;  /* Light yellow border - vàng nhạt */
  border-radius: 20px;
  padding: 40px;
  backdrop-filter: none;  /* Remove blur to clear the haze */
  box-shadow: 0 0 30px rgba(74, 144, 226, 0.3);
}

.profile-input,
.profile-select {
  width: 100%;
  padding: 15px;
  border: 2px solid rgba(236, 236, 236, 0.3);
  border-radius: 10px;
  background: #FFF8DC;  /* Cream color - vàng kem */
  color: #1A0E0A;  /* Dark chocolate brown - nâu socola đen */
  font-size: 16px;
  font-weight: 600;  /* Semi-bold - đậm rõ ràng */
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(74, 144, 226, 0.2);
}

.interests-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.interest-btn {
  background: rgba(236, 236, 236, 0.1);
  color: #ECECEC;
  border: 2px solid rgba(236, 236, 236, 0.3);
  padding: 12px 16px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.interest-btn:hover {
  background: rgba(236, 236, 236, 0.2);
  border-color: #4A90E2;
  transform: translateY(-1px);
}

.interest-btn.selected {
  background: linear-gradient(135deg, #4A90E2, #357ABD);
  border-color: #4A90E2;
  transform: translateY(-1px);
}

.profile-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  gap: 20px;
}

/* Google Sign In Section */
.google-signin-section {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(236, 236, 236, 0.2);
}

.divider {
  display: flex;
  align-items: center;
  margin: 20px 0;
  color: #ECECEC;
  opacity: 0.7;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(236, 236, 236, 0.2);
}

.divider span {
  padding: 0 15px;
  font-size: 0.9rem;
}

.btn-google-signin {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 20px;
  background: white;
  color: #3C4043;
  border: 1px solid #DADCE0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-bottom: 12px;
}

.btn-google-signin:hover {
  background: #F8F9FA;
  border-color: #D2E3FC;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.btn-google-signin:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.google-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.signin-note {
  text-align: center;
  color: #ECECEC;
  opacity: 0.7;
  font-size: 0.85rem;
  margin: 0;
}

.btn-skip {
  background: linear-gradient(135deg, #95A5A6, #7F8C8D);
  color: #FFF8DC;  /* Cream white - trắng ngà */
  border: none;
  padding: 18px 35px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8), 0 0 25px rgba(255, 248, 220, 0.6);
  box-shadow: 0 0 25px rgba(149, 165, 166, 0.3);
}

.btn-skip:hover {
  background: linear-gradient(135deg, #E67E22, #D35400);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 30px rgba(230, 126, 34, 0.4);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9), 0 0 30px rgba(255, 248, 220, 0.8);
}

/* Landing Page Specific Styles */
.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.cta-btn {
  background: linear-gradient(135deg, #4A90E2, #357ABD);
  color: #ECECEC;
  border: none;
  padding: 20px 30px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
  display: block;
}

.cta-btn .coming-soon {
  display: block;
  font-size: 12px;
  color: #FFA500;
  font-weight: bold;
  margin-top: 5px;
  opacity: 0.8;
}

.feature-card h3 .coming-soon {
  display: block;
  font-size: 11px;
  color: #FFA500;
  font-weight: bold;
  margin-top: 3px;
  opacity: 0.8;
}

.cta-btn:hover {
  background: linear-gradient(135deg, #357ABD, #2968AA);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(74, 144, 226, 0.3);
}

.hero-image {
  animation: fadeInRight 1s ease-out;
}

.slideshow-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.slideshow-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.slideshow-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slideshow-image.active {
  opacity: 1;
}

.slideshow-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(26, 34, 56, 0.8));
  padding: 20px;
  text-align: center;
}

.overlay-content {
  color: #ECECEC;
}

.overlay-emoji {
  font-size: 2rem;
  display: block;
  margin-bottom: 5px;
}

.overlay-text {
  font-size: 1.2rem;
  font-weight: bold;
}

.slideshow-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ECECEC;
}

.loading-spinner {
  font-size: 3rem;
  margin-bottom: 10px;
  animation: pulse 2s infinite;
}

/* Features Section */
.features-section {
  padding: 40px 40px;  /* Giảm từ 60px xuống 40px */
  max-width: 1200px;
  margin: 0 auto;
}

.features-title {
  text-align: center;
  font-size: 2.5rem;
  color: #ECECEC;
  margin-bottom: 40px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.feature-card {
  background: rgba(26, 34, 56, 0.95);  /* More solid background */
  border: 2px solid rgba(236, 236, 236, 0.2);
  border-radius: 15px;
  padding: 20px;
  transition: all 0.3s ease;
  backdrop-filter: none;  /* Remove blur to clear the haze */
  box-shadow: 0 0 20px rgba(74, 144, 226, 0.2);
}

.feature-card:hover {
  background: rgba(236, 236, 236, 0.15);
  border-color: #4A90E2;
  transform: translateY(-5px);
}

.feature-icon {
  font-size: 3rem;
  margin-bottom: 15px;
}

.feature-title {
  color: #ECECEC;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.feature-description {
  color: #ECECEC;
  opacity: 0.8;
  line-height: 1.6;
}

/* Side Images Decoration */
.side-images-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;  /* Increased to 10 to be above most content */
  overflow: hidden;
}

@media (orientation: portrait) {
  .side-images-container {
    display: none !important;
  }
}

.side-image {
  position: absolute;
  border: 4px solid #FFFFFF;
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  pointer-events: auto;
  cursor: pointer;
  opacity: 0.9;  /* Increased opacity */
  -o-object-fit: cover;
     object-fit: cover;  /* Ensure images cover properly */
}

.side-image:hover {
  transform: translateY(-5px) rotate(2deg) scale(1.05);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  opacity: 1;
  z-index: 100;  /* Even higher on hover */
}

/* Random positioning for playful layout */
.side-image:nth-child(1) {
  top: 35%;  /* Moved down from 15% to 35% - near Story Prompt */
  left: 2%;
  width: 120px;
  height: 120px;
  transform: rotate(-12deg);
}

.side-image:nth-child(2) {
  top: 25%;
  right: 3%;
  width: 100px;
  height: 100px;
  transform: rotate(12deg);
}

.side-image:nth-child(3) {
  top: 60%;
  left: 1%;
  width: 110px;
  height: 110px;
  transform: rotate(-8deg);
}

.side-image:nth-child(4) {
  top: 45%;
  right: 2%;
  width: 130px;
  height: 130px;
  transform: rotate(18deg);
}

.side-image:nth-child(5) {
  top: 80%;
  left: 3%;
  width: 90px;
  height: 90px;
  transform: rotate(-12deg);
}

.side-image:nth-child(6) {
  top: 75%;
  right: 1%;
  width: 115px;
  height: 115px;
  transform: rotate(8deg);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .side-image {
    width: 65px !important;
    height: 65px !important;
  }
  
  .side-image:nth-child(1) { top: 30%; left: 0.5%; }  /* Adjusted from 8% to 30% */
  .side-image:nth-child(2) { top: 20%; right: 0.5%; }
  .side-image:nth-child(3) { top: 50%; left: 0.5%; }
  .side-image:nth-child(4) { top: 40%; right: 0.5%; }
  .side-image:nth-child(5) { top: 70%; left: 1%; }
  .side-image:nth-child(6) { top: 65%; right: 1%; }
  
  /* Reduce input container height on mobile */
  .input-container {
    min-height: 70vh;
    padding: 10px;
  }
  
  /* Reduce input form padding on mobile */
  .input-form {
    padding: 20px;
    max-width: 95%;
  }
  
  /* Reduce title font size on mobile */
  .input-form h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 600px) {
  /* Hide side images on small mobile screens to prevent overlay issues */
  .side-images-container {
    display: none !important;
  }
}

/* Fullscreen mode adjustments */
@media (min-width: 1920px) {
  .side-image {
    transition: all 0.5s ease;
  }
  
  .side-image:nth-child(1) {
    width: 280px;
    height: 280px;
    top: 30%;
    left: 2%;
    transform: rotate(-12deg);
    animation: gentle-float-1 8s ease-in-out infinite;
  }
  
  .side-image:nth-child(2) {
    width: 260px;
    height: 260px;
    top: 20%;
    right: 3%;
    transform: rotate(12deg);
    animation: gentle-float-2 10s ease-in-out infinite;
  }
  
  .side-image:nth-child(3) {
    width: 270px;
    height: 270px;
    top: 55%;
    left: 2%;
    transform: rotate(-8deg);
    animation: gentle-float-3 9s ease-in-out infinite;
  }
  
  .side-image:nth-child(4) {
    width: 300px;
    height: 300px;
    top: 40%;
    right: 2%;
    transform: rotate(18deg);
    animation: gentle-float-4 11s ease-in-out infinite;
  }
  
  .side-image:nth-child(5) {
    width: 240px;
    height: 240px;
    top: 75%;
    left: 3%;
    transform: rotate(-12deg);
    animation: gentle-float-5 7s ease-in-out infinite;
  }
  
  .side-image:nth-child(6) {
    width: 280px;
    height: 280px;
    top: 70%;
    right: 2%;
    transform: rotate(8deg);
    animation: gentle-float-6 12s ease-in-out infinite;
  }
  
  .side-image:hover {
    transform: translateY(-15px) rotate(8deg) scale(1.15) !important;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.6);
  }
}

/* Ultra-wide screens (4K and above) */
@media (min-width: 2560px) {
  .side-image:nth-child(1) {
    width: 350px;
    height: 350px;
  }
  
  .side-image:nth-child(2) {
    width: 330px;
    height: 330px;
  }
  
  .side-image:nth-child(3) {
    width: 340px;
    height: 340px;
  }
  
  .side-image:nth-child(4) {
    width: 380px;
    height: 380px;
  }
  
  .side-image:nth-child(5) {
    width: 300px;
    height: 300px;
  }
  
  .side-image:nth-child(6) {
    width: 350px;
    height: 350px;
  }
  
  .side-image:hover {
    transform: translateY(-20px) rotate(10deg) scale(1.2) !important;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.7);
  }
}

/* Large screens between tablet and desktop */
@media (min-width: 1200px) and (max-width: 1919px) {
  .side-image:nth-child(1) { width: 200px; height: 200px; }
  .side-image:nth-child(2) { width: 180px; height: 180px; }
  .side-image:nth-child(3) { width: 190px; height: 190px; }
  .side-image:nth-child(4) { width: 210px; height: 210px; }
  .side-image:nth-child(5) { width: 170px; height: 170px; }
  .side-image:nth-child(6) { width: 195px; height: 195px; }
  
  .side-image:hover {
    transform: translateY(-10px) rotate(6deg) scale(1.12) !important;
  }
}

/* Gentle floating animations for fullscreen */
@keyframes gentle-float-1 {
  0%, 100% { transform: rotate(-12deg) translateY(0px); }
  50% { transform: rotate(-10deg) translateY(-15px); }
}

@keyframes gentle-float-2 {
  0%, 100% { transform: rotate(12deg) translateY(0px); }
  50% { transform: rotate(14deg) translateY(-20px); }
}

@keyframes gentle-float-3 {
  0%, 100% { transform: rotate(-8deg) translateY(0px); }
  50% { transform: rotate(-6deg) translateY(-18px); }
}

@keyframes gentle-float-4 {
  0%, 100% { transform: rotate(18deg) translateY(0px); }
  50% { transform: rotate(20deg) translateY(-25px); }
}

@keyframes gentle-float-5 {
  0%, 100% { transform: rotate(-12deg) translateY(0px); }
  50% { transform: rotate(-10deg) translateY(-12px); }
}

@keyframes gentle-float-6 {
  0%, 100% { transform: rotate(8deg) translateY(0px); }
  50% { transform: rotate(10deg) translateY(-22px); }
}

/* ─────────────────────────────────────────────
   LandingPage Button System (vf-btn) - Global
   Extracted from LandingPage GLASS_STYLES
   ───────────────────────────────────────────── */

@keyframes vf-breathe {
  0%,100% { filter: brightness(1.0) drop-shadow(0 0 8px rgba(255,180,40,0.20)); }
  50%      { filter: brightness(1.05) drop-shadow(0 0 16px rgba(255,200,60,0.40)); }
}

.vf-btn {
  position: relative;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 74px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  background-color: transparent;
  box-shadow:
    inset  0   6px  8px  -2px rgba(255,255,255,0.90),
    inset  0  -24px 25px -12px rgba(0,0,0,0.85),
    inset  6px 0    12px -4px rgba(255,255,255,0.30),
    inset -6px 0    12px -4px rgba(0,0,0,0.30),
    0 12px 24px -5px rgba(0,0,0,0.65),
    0 4px  8px  -2px rgba(0,0,0,0.45);
  border: 1.5px solid rgba(255,255,255,0.25);
  border-bottom: 2.5px solid rgba(0,0,0,0.60);
  border-right: 1px solid rgba(0,0,0,0.25);
  transition:
    transform   0.15s cubic-bezier(.34,1.56,.64,1),
    box-shadow  0.22s ease,
    filter      0.22s ease;
}

.vf-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 25% 35%, rgba(255,255,255,0.15) 0%, transparent 50%),
              radial-gradient(circle at 75% 65%, rgba(255,255,255,0.08) 0%, transparent 40%);
  z-index: 6;
  pointer-events: none;
}

.vf-btn:hover {
  transform: translateY(-4px) scale(1.015);
  filter: brightness(1.1) saturate(1.1);
  box-shadow:
    inset  0   6px  8px  -2px rgba(255,255,255,1.0),
    inset  0  -24px 25px -12px rgba(0,0,0,0.75),
    inset  6px 0    12px -4px rgba(255,255,255,0.40),
    inset -6px 0    12px -4px rgba(0,0,0,0.20),
    0 0  25px  6px rgba(255,210,70,0.25),
    0 16px 30px -4px rgba(0,0,0,0.70);
}

.vf-btn:active {
  transform: translateY(4px) scale(0.96);
  filter: brightness(0.90) saturate(1.05);
  transition-duration: 0.05s;
  box-shadow:
    inset 0  4px 8px 0 rgba(255,255,255,0.40),
    inset 0 -6px 12px 0 rgba(0,0,0,0.50),
    0 2px 4px -1px rgba(0,0,0,0.50);
}

.vf-btn.vf-hero {
  height: 92px;
  padding: 0 28px;
  border-radius: 24px;
  animation: vf-breathe 2.8s ease-in-out infinite;
}
.vf-btn.vf-hero:hover { animation: none; }

.vf-btn.vf-half {
  height: 74px;
  padding: 0 8px;
  justify-content: center;
}
.vf-btn.vf-half .vf-content {
  flex-direction: column;
  align-items: center;
  gap: 1px;
  text-align: center;
}

.vf-sheen-top {
  position: absolute;
  top: 2px; left: 4%; right: 4%;
  height: 50%;
  pointer-events: none;
  z-index: 5;
  background: radial-gradient(
    ellipse 95% 85% at 50% 0%,
    rgba(255,255,255,0.75) 0%,
    rgba(255,255,255,0.15) 55%,
    transparent 90%
  );
  border-radius: 18px 18px 100px 100px;
  transition: opacity 0.2s ease;
}
.vf-btn:hover .vf-sheen-top { opacity: 1.1; }
.vf-btn:active .vf-sheen-top { opacity: 0.4; }

/* Inner glow — dịu hơn, dùng screen thay color-dodge */
.vf-inner-glow {
  position: absolute;
  inset: 12%;
  pointer-events: none;
  z-index: 3;
  border-radius: 50px;
  filter: blur(15px);
  opacity: 0.28;
  mix-blend-mode: screen;
  transition: opacity 0.22s ease;
}
.vf-btn:hover .vf-inner-glow { opacity: 0.42; }

.vf-bubble {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffffff 0%, rgba(255,255,255,0.3) 60%, transparent 100%);
  box-shadow: 0 0 10px 2px rgba(255,255,255,0.8);
  pointer-events: none;
  z-index: 4;
}

.vf-content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.vf-icon {
  flex-shrink: 0;
  display: inline-block;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.60));
  transition: transform 0.22s cubic-bezier(.34,1.56,.64,1);
  line-height: 1;
}
.vf-btn:hover .vf-icon  { transform: rotate(-9deg) scale(1.24); }
.vf-btn:active .vf-icon { transform: scale(0.88); }

.vf-label {
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.1;
  color: #fff;
  text-shadow:
    0 1px 0  rgba(0,0,0,0.40),
    0 3px 8px rgba(0,0,0,0.70);
}

.vf-sub {
  display: block;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(255,255,255,0.95);
  text-shadow: 0 1px 4px rgba(0,0,0,0.70);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-3px);
  transition: max-height .22s ease, opacity .18s ease, transform .18s ease;
}
.vf-btn:hover .vf-sub {
  max-height: 1.8rem;
  opacity: 1;
  transform: translateY(0);
}

/* ─────────────────────────────────────────────
   Shared Scenery Selector
   ───────────────────────────────────────────── */

.vf-scenery-selector {
  position: relative;
  display: inline-flex;
  z-index: 60;
}

.vf-scenery-trigger {
  min-width: 230px;
}

.vf-scenery-caret {
  margin-left: 4px;
  font-size: 12px;
  opacity: 0.9;
}

.vf-scenery-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: min(320px, calc(100vw - 32px));
  padding: 10px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.76));
  border: 1px solid rgba(255,255,255,0.64);
  box-shadow:
    0 20px 44px rgba(50, 24, 100, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.85);
  backdrop-filter: blur(18px);
}

.vf-scenery-option {
  width: 100%;
  min-height: 44px;
  display: grid;
  grid-template-columns: 30px 1fr 24px;
  align-items: center;
  gap: 8px;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 16px;
  padding: 9px 12px;
  color: #4b2b74;
  background: transparent;
  font-weight: 850;
  text-align: left;
  transition:
    transform 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.vf-scenery-option:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,0.72);
  box-shadow: 0 8px 16px rgba(80, 40, 130, 0.12);
}

.vf-scenery-option.is-selected {
  background: linear-gradient(135deg, rgba(236,72,153,0.18), rgba(139,92,246,0.18));
  box-shadow:
    inset 0 0 0 1px rgba(139,92,246,0.20),
    0 8px 16px rgba(80, 40, 130, 0.10);
}

.vf-scenery-option-icon {
  font-size: 20px;
  text-align: center;
}

.vf-scenery-option-label {
  font-size: 14px;
}

.vf-scenery-option-check {
  justify-self: end;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
  font-size: 13px;
  box-shadow: 0 4px 8px rgba(139,92,246,0.26);
}

.story-library-page {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  overflow-x: hidden;
  padding-top: 1px;
}

.story-library-topbar {
  position: sticky;
  top: 14px;
  z-index: 80;
  display: flex;
  justify-content: center;
  padding: 14px 16px 0;
  pointer-events: auto;
}

.library-container,
.family-notice {
  position: relative;
  z-index: 10;
}

.vf-library-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 34px auto 24px;
}

.story-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.story-actions .vf-btn {
  min-width: 96px;
}

@media (max-width: 700px) {
  .story-library-topbar {
    top: 8px;
    padding: 10px 10px 0;
  }

  .vf-scenery-trigger {
    min-width: min(230px, calc(100vw - 32px));
  }

  .vf-library-actions {
    gap: 12px;
    margin-top: 24px;
  }

  .vf-library-actions .vf-btn {
    width: min(280px, 92vw);
  }

  .story-actions {
    justify-content: center;
  }
}

.vf-global-scenery-overlay {
  z-index: 0 !important;
}

.vf-global-scenery-overlay .ai-overlay-container {
  z-index: 0 !important;
}

/* Magical Stars Background */
.stars-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.star {
  position: absolute;
  background: #FFD700;
  border-radius: 50%;
  animation: twinkle var(--duration) ease-in-out infinite;
  box-shadow: 0 0 10px #FFD700, 0 0 20px #FFA500, 0 0 30px #FF8C00;
}

.star.small {
  width: 2px;
  height: 2px;
  --duration: 2s;
}

.star.medium {
  width: 4px;
  height: 4px;
  --duration: 3s;
}

.star.large {
  width: 6px;
  height: 6px;
  --duration: 4s;
}

@keyframes twinkle {
  0%, 100% { 
    opacity: 0.3;
    transform: scale(0.8);
    box-shadow: 0 0 5px #FFD700, 0 0 10px #FFA500;
  }
  50% { 
    opacity: 1;
    transform: scale(1.2);
    box-shadow: 0 0 15px #FFD700, 0 0 30px #FFA500, 0 0 45px #FF8C00;
  }
}

@keyframes float-star {
  0%, 100% { 
    transform: translateY(0px) rotate(0deg);
  }
  33% { 
    transform: translateY(-10px) rotate(120deg);
  }
  66% { 
    transform: translateY(5px) rotate(240deg);
  }
}

/* Shooting stars */
.shooting-star {
  position: absolute;
  width: 3px;
  height: 3px;
  background: linear-gradient(45deg, #FFD700, #FFA500, transparent);
  border-radius: 50%;
  animation: shoot var(--shoot-duration) linear infinite;
  animation-delay: var(--delay);
}

.shooting-star::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, #FFD700, transparent);
  transform: translateX(-100px);
  opacity: 0.8;
}

@keyframes shoot {
  0% {
    transform: translateX(-50px) translateY(-50px) rotate(45deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateX(calc(50vw + 50px)) translateY(calc(50vh + 50px)) rotate(45deg);
    opacity: 0;
  }
}

/* Family Sharing Notice */
.family-notice {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(26, 34, 56, 0.95);
  border: 1px solid rgba(236, 236, 236, 0.2);
  border-radius: 8px;
  padding: 8px 16px;
  z-index: 100;
  backdrop-filter: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  max-width: 90%;
  text-align: center;
}

.family-notice p {
  color: #ECECEC;
  font-size: 0.75rem;
  opacity: 0.8;
  margin: 0;
  line-height: 1.3;
}

/* Responsive family notice */
@media (max-width: 768px) {
  .family-notice {
    bottom: 10px;
    padding: 6px 12px;
    max-width: 95%;
  }
  
  .family-notice p {
    font-size: 0.7rem;
  }
}

@media (min-width: 1920px) {
  .family-notice {
    bottom: 30px;
    padding: 10px 20px;
    max-width: 80%;
  }
  
  .family-notice p {
    font-size: 0.85rem;
  }
}

/* Responsive stars for different screen sizes */
@media (max-width: 768px) {
  .star.small { width: 1px; height: 1px; }
  .star.medium { width: 2px; height: 2px; }
  .star.large { width: 3px; height: 3px; }
}

@media (min-width: 1920px) {
  .star.small { width: 3px; height: 3px; }
  .star.medium { width: 5px; height: 5px; }
  .star.large { width: 8px; height: 8px;
    animation: twinkle 4s ease-in-out infinite, float-star 15s ease-in-out infinite; }
}

/* AdSense Banner Styles */
.ad-banner-top {
  width: 100%;
  text-align: center;
  margin: 20px 0;
  padding: 10px 0;
  background: rgba(26, 34, 56, 0.1);
  border-radius: 8px;
}

.ad-banner-middle {
  width: 100%;
  text-align: center;
  margin: 30px 0;
  padding: 15px 0;
  background: rgba(26, 34, 56, 0.05);
  border-radius: 8px;
}

.ad-banner-bottom {
  width: 100%;
  text-align: center;
  margin: 20px 0;
  padding: 10px 0;
  background: rgba(26, 34, 56, 0.1);
  border-radius: 8px;
}

.adsbygoogle {
  display: block !important;
}

/* Responsive AdSense */
@media (max-width: 768px) {
  .ad-banner-top,
  .ad-banner-middle,
  .ad-banner-bottom {
    margin: 10px 0;
    padding: 5px 0;
  }
}

@media (min-width: 1920px) {
  .ad-banner-top,
  .ad-banner-middle,
  .ad-banner-bottom {
    margin: 30px 0;
    padding: 20px 0;
  }
}
@keyframes glow {
  from {
    text-shadow: 0 0 10px rgba(236, 236, 236, 0.3);
  }
  to {
    text-shadow: 0 0 20px rgba(236, 236, 236, 0.8), 0 0 30px rgba(74, 144, 226, 0.6);
  }
}

@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(255, 107, 107, 0.4);
  }
  50% {
    box-shadow: 0 0 40px rgba(255, 107, 107, 0.8), 0 0 60px rgba(74, 144, 226, 0.4);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

/* Responsive Design */
@media (max-width: 768px) {
  .hero-section {
    grid-template-columns: 1fr; /* 1 cột */
    text-align: center;
    padding-top: 80px;
    height: auto; /* Mobile cho phép cuộn */
  }

  .cta-buttons-right {
    flex-direction: column; /* Mobile xếp dọc cho dễ bấm */
  }
  
  .btn-content span {
    display: block; /* Mobile hiện full text */
  }

  .book-layout {
    grid-template-columns: 1fr;
  }

  .story-card {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .story-actions {
    justify-content: center;
  }

  .profile-navigation {
    flex-direction: column;
    gap: 15px;
  }

  .btn-google-signin {
    padding: 12px 16px;
    font-size: 14px;
  }

  .google-icon {
    width: 16px;
    height: 16px;
  }

  .signin-note {
    font-size: 0.8rem;
  }

  .cta-buttons {
    gap: 15px;
  }

  .cta-btn {
    padding: 15px 25px;
    font-size: 16px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }
}

.cta-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.cta-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px; /* Giảm padding */
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  text-align: left;
  /* Kích thước cố định để đều nhau */
  min-width: 200px; 
  flex: 1; 
}

/* Hiệu ứng Hover lung linh giữ nguyên */
.cta-btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.3); /* Vàng gold */
}

.cta-btn.primary { background: linear-gradient(45deg, #4CAF50, #45a049); } /* Xanh lá */
.cta-btn.secondary { background: linear-gradient(45deg, #2196F3, #1976D2); } /* Xanh dương */
.cta-btn.tertiary { background: linear-gradient(45deg, #9C27B0, #7B1FA2); } /* Tím */

/* 5. Ẩn bớt mô tả trong nút để tiết kiệm diện tích */
.btn-content span, 
.btn-content small {
  display: none; /* Ẩn dòng phụ, chỉ hiện tiêu đề chính */
}

/* Chỉ hiện lại khi hover vào (Tuỳ chọn - nếu muốn gọn tuyệt đối thì bỏ qua) */
.cta-btn:hover .btn-content span {
  display: block;
  font-size: 0.8em;
  opacity: 0.9;
}

.btn-icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.btn-content {
  flex: 1;
}

.btn-content strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.btn-content span {
  font-size: 0.9rem;
  opacity: 0.8;
}

.hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.1;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.5),
               0 0 40px rgba(255, 255, 255, 0.3),
               0 0 60px rgba(255, 255, 255, 0.1);
  animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
  from {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5),
                 0 0 40px rgba(255, 255, 255, 0.3),
                 0 0 60px rgba(255, 255, 255, 0.1);
  }
  to {
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.8),
                 0 0 50px rgba(255, 255, 255, 0.5),
                 0 0 70px rgba(255, 255, 255, 0.3);
  }
}

.vivid {
  background: linear-gradient(45deg, #fbbf24, #f59e0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.fables {
  background: linear-gradient(45deg, #34d399, #10b981);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 20px;
  opacity: 0.9;
}

.hero-description {
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.8;
  max-width: 500px;
}

.hero-illustration {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: fadeInRight 1s ease-out;
}

.cta-buttons-right {
  display: flex;
  flex-direction: row; /* Xếp ngang */
  gap: 15px;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap; /* Tự xuống dòng nếu màn hình quá bé */
}

.features-section {
  padding: 80px 40px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.features-section h2 {
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: #ECECEC;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.feature-card {
  background: rgba(26, 34, 56, 0.3);  /* Glass morphism */
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.feature-icon {
  font-size: 3rem;
  margin-bottom: 20px;
}

.feature-card h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #ECECEC;
}

.feature-card p {
  opacity: 0.9;
  line-height: 1.5;
  color: #ECECEC;
}

.landing-footer {
  padding: 40px 20px;
  text-align: center;
  border-top: 1px solid rgba(236, 236, 236, 0.1);
  margin-bottom: env(safe-area-inset-bottom, 20px);
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.footer-links span {
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  color: #ECECEC;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Image Slideshow Styles */
.slideshow-container {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(236, 236, 236, 0.2);
  transform: rotate(-2deg);
  transition: transform 0.3s ease;
}

.slideshow-container:hover {
  transform: rotate(0deg) scale(1.05);
}

.slideshow-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.slideshow-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slideshow-image.active {
  opacity: 1;
}

.slideshow-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(26, 34, 56, 0.8);  /* Deep Marine */
  color: #ECECEC;                        /* Cloud White */
}

.loading-spinner {
  font-size: 3rem;
  margin-bottom: 15px;
  animation: pulse 2s infinite;
}

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

.slideshow-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(26, 34, 56, 0.9));  /* Deep Marine */
  padding: 30px 20px 20px;
  text-align: center;
}

.overlay-content {
  position: relative;
}

.overlay-emoji {
  font-size: 2rem;
  display: block;
  margin-bottom: 10px;
}

.overlay-text {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ECECEC;  /* Cloud White */
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 20px;
  }
  
  .cta-buttons {
    grid-template-columns: 1fr;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-links {
    flex-direction: column;
    gap: 10px;
  }
}

/* About Button Styling */
.about-btn {
  background: linear-gradient(135deg, #9C27B0, #7B1FA2);
  color: #ECECEC;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(156, 39, 176, 0.3);
}

.about-btn:hover {
  background: linear-gradient(135deg, #7B1FA2, #6A1B9A);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(156, 39, 176, 0.4);
}

/* Saved Images Section Styling */
.saved-images-container {
  margin-top: 40px;
  padding: 20px;
  background: rgba(26, 34, 56, 0.8);
  border-radius: 20px;
  border: 1px solid rgba(236, 236, 236, 0.2);
  backdrop-filter: blur(10px);
}

.saved-images-header {
  text-align: center;
  margin-bottom: 30px;
}

.saved-images-header h2 {
  color: #ECECEC;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 0 2px 10px rgba(236, 236, 236, 0.3);
}

.saved-images-header p {
  color: #B0B0B0;
  font-size: 16px;
}

.empty-images {
  text-align: center;
  padding: 40px;
  color: #888;
  font-style: italic;
}

.saved-images-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.saved-image-card {
  background: rgba(236, 236, 236, 0.1);
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(236, 236, 236, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.saved-image-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(236, 236, 236, 0.2);
}

.saved-image-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.saved-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.saved-image-card:hover .saved-image {
  transform: scale(1.05);
}

.saved-image-info {
  padding: 15px;
}

.saved-image-info h4 {
  color: #ECECEC;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
}

.image-segment {
  color: #9CA3AF;
  font-size: 12px;
  margin-bottom: 5px;
}

.image-preview {
  color: #B0B0B0;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.image-date {
  color: #6B7280;
  font-size: 11px;
  margin-top: 8px;
}

/* Responsive for Saved Images */
@media (max-width: 768px) {
  .saved-images-grid {
    grid-template-columns: 1fr;
  }
  
  .saved-image-wrapper {
    height: 150px;
  }
  
  .saved-images-container {
    margin-top: 20px;
    padding: 15px;
  }
}

.about-btn:hover {
  background: linear-gradient(135deg, #7B1FA2, #6A1B9A);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(156, 39, 176, 0.4);
}

/* ===========================================
   CÁC SỬA LỖI QUAN TRỌNG - ĐƯỢC ĐẶT CUỐI FILE
   =========================================== */

/* --- SỬA LỖI ẢNH ĐỀ LÊN NÚT BẤM --- */
.side-images-container {
  z-index: 0 !important;      /* Layer 0: Ảnh trang trí xuống dưới cùng */
  pointer-events: none;       /* Quan trọng: Để chuột có thể "xuyên qua" ảnh */
}

.side-image {
  pointer-events: none;       /* Không cho phép tương tác với ảnh trang trí */
  z-index: 0;
}

/* --- SỬA LỖI NÚT "MY STORY" QUÁ DÀI --- */
/* Khống chế độ rộng của container chứa nút điều hướng */
.library-container .nav-buttons {
  max-width: 600px;           /* Giới hạn độ rộng tối đa */
  margin: 40px auto !important; /* Căn giữa */
  display: flex;
  justify-content: center;
  gap: 20px;
  z-index: 50;                /* Layer 50: Nút điều hướng luôn nằm trên cùng */
  position: relative;
}

/* Biến nút từ dạng "giãn hết cỡ" thành "vừa vặn" */
.library-container .btn-primary,
.library-container .btn-secondary,
.btn-home, .btn-back {
  width: auto !important;     /* Bỏ width 100% */
  min-width: 200px;           /* Độ rộng tối thiểu để nhìn cân đối */
  max-width: 280px;           /* Độ rộng tối đa */
  padding: 12px 25px !important;
  white-space: nowrap;        /* Không cho chữ bị xuống dòng */
  flex: 0 1 auto;             /* Không cho phép nút tự co giãn quá mức */
}

/* Đảm bảo nội dung Library nằm trên ảnh */
.story-list-container {
  position: relative;
  z-index: 10;                /* Layer 10: Nội dung Library */
}

/* Mobile: Trả về 100% để dễ bấm bằng tay */
@media (max-width: 768px) {
  .library-container .nav-buttons {
    flex-direction: column;
    width: 100%;
  }
  .library-container .btn-primary {
    max-width: 100%;
    width: 100% !important;
  }
}
/* --- FIX LỖI TRÔI TRANG & CANH GIỮA --- */

/* 1. Ép thẻ root (Vite mặc định hay bị lỗi này) phải bắt đầu từ đỉnh */
#root {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  text-align: left !important; /* Hủy bỏ center của Vite */
}

/* 2. Sửa các container chính của bạn */
.app-container, .landing-container, .input-container, .reader-container, .library-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  min-height: 100vh !important;
}

/* 3. Sửa Hero Section để không bị đẩy quá sâu xuống dưới */
.hero-section {
  padding-top: 20px !important; /* Chỉnh lại tùy ý bé muốn cao bao nhiêu */
  align-items: flex-start !important; /* Căn nội dung lên trên thay vì giữa */
  margin-top: 0 !important;
}

/* 4. Đảm bảo nền sao không chiếm diện tích thực */
.stars-container {
  position: fixed !important;
  z-index: -1;
}

/* ─────────────────────────────────────────────
   StoryReader jelly button/layout polish
   Requires the original .vf-btn CSS from LandingPage
   ───────────────────────────────────────────── */

.vf-btn.vf-compact {
  height: 50px;
  min-height: 50px;
  padding: 0 16px;
  border-radius: 17px;
}

.vf-btn.vf-compact .vf-content {
  gap: 8px;
}

.vf-btn.vf-compact .vf-sub {
  display: none;
}

.vf-btn.vf-icon-only {
  width: 54px;
  height: 54px;
  min-width: 54px;
  padding: 0;
  border-radius: 21px;
  justify-content: center;
}

.vf-btn.vf-icon-only .vf-content {
  justify-content: center;
  align-items: center;
  gap: 0;
}

.vf-btn.vf-icon-only .vf-icon {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vf-btn.vf-icon-only-content {
  justify-content: center;
  align-items: center;
  gap: 0;
}


.vf-reader-small-link {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(219,234,254,0.92);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  font-size: 12px;
  font-weight: 850;
  text-shadow: 0 2px 4px rgba(0,0,0,0.35);
  transition: transform .16s ease, background .16s ease;
}

.vf-reader-small-link:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,0.14);
}

.vf-reader-controls-simple {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 20px 18px 24px;
}

.vf-reader-top-row {
  display: grid;
  grid-template-columns: minmax(74px, 1fr) auto minmax(74px, 1fr);
  align-items: center;
  gap: 14px;
}

.vf-reader-page-pill {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  color: #dbeafe;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 3px rgba(0,0,0,0.32);
}

.vf-kid-player {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 15px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.16), transparent 60%),
    rgba(18, 15, 55, 0.28);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    0 10px 22px rgba(0,0,0,0.22);
}

.vf-kid-player-btn {
  position: relative;
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition:
    transform 150ms cubic-bezier(.34,1.56,.64,1),
    filter 150ms ease,
    box-shadow 150ms ease;
}

.vf-kid-player-btn::before {
  content: "";
  position: absolute;
  top: 6%;
  left: 12%;
  right: 12%;
  height: 42%;
  border-radius: 999px 999px 60% 60%;
  background: radial-gradient(
    ellipse at 50% 0%,
    rgba(255,255,255,0.92) 0%,
    rgba(255,255,255,0.36) 58%,
    transparent 100%
  );
  pointer-events: none;
}

.vf-kid-player-btn svg {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,0.32));
}

.vf-kid-player-side {
  width: 52px;
  height: 52px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 32% 22%, rgba(255,255,255,0.55), transparent 28%),
    linear-gradient(160deg, #dbeafe 0%, #93a4b8 45%, #526173 100%);
  box-shadow:
    inset 0 5px 8px rgba(255,255,255,0.55),
    inset 0 -12px 14px rgba(0,0,0,0.42),
    0 7px 12px rgba(0,0,0,0.28);
  border: 1px solid rgba(255,255,255,0.38);
}

.vf-kid-player-main {
  width: 68px;
  height: 68px;
  border-radius: 26px;
  color: #140725;
  background:
    radial-gradient(circle at 36% 25%, rgba(255,255,255,0.68), transparent 28%),
    linear-gradient(160deg, #e9d5ff 0%, #a855f7 48%, #6d28d9 100%);
  box-shadow:
    inset 0 7px 9px rgba(255,255,255,0.64),
    inset 0 -18px 18px rgba(44,15,86,0.48),
    0 10px 18px rgba(28,12,58,0.34),
    0 0 18px rgba(216,180,254,0.24);
  border: 1px solid rgba(255,255,255,0.46);
}

.vf-kid-player-btn:hover:not(:disabled) {
  transform: translateY(-2px) scale(1.04);
  filter: brightness(1.06);
}

.vf-kid-player-btn:active:not(:disabled) {
  transform: translateY(2px) scale(0.95);
  filter: brightness(0.94);
}

.vf-kid-player-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  filter: grayscale(0.25);
}

.vf-reader-back-flat {
  justify-self: end;
  height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.10);
  color: rgba(239,246,255,0.88);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: background 140ms ease, transform 140ms ease;
}

.vf-reader-back-flat:hover {
  background: rgba(255,255,255,0.16);
  transform: translateY(-1px);
}

.vf-parent-actions-flat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.vf-parent-final-action {
  display: flex;
  justify-content: center;
}

.vf-parent-action-btn {
  height: 40px;
  min-width: 112px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.11);
  color: rgba(245,248,255,0.90);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  text-shadow: 0 1px 2px rgba(0,0,0,0.24);
  transition:
    background 140ms ease,
    border-color 140ms ease,
    transform 140ms ease;
}

.vf-parent-action-btn:hover {
  background: rgba(255,255,255,0.17);
  border-color: rgba(255,255,255,0.30);
  transform: translateY(-1px);
}

.vf-parent-action-btn:active {
  transform: translateY(1px);
}

.vf-parent-action-warning {
  color: #fff7ed;
  background: rgba(251,146,60,0.18);
  border-color: rgba(253,186,116,0.28);
}

.vf-parent-action-warning:hover {
  background: rgba(251,146,60,0.26);
}

@media (max-width: 760px) {
  .vf-reader-top-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .vf-reader-page-pill,
  .vf-reader-back-flat,
  .vf-kid-player {
    justify-self: center;
  }

  .vf-kid-player-main {
    width: 66px;
    height: 66px;
  }

  .vf-kid-player-side {
    width: 50px;
    height: 50px;
  }

  .vf-parent-action-btn {
    min-width: 104px;
  }
}

.vf-reader-save-art {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 40;
}

.vf-reader-text-link {
  width: 100%;
  text-align: center;
  color: rgba(191,219,254,0.72);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  margin-top: 14px;
  transition: color .16s ease;
}

.vf-reader-text-link:hover {
  color: rgba(219,234,254,0.95);
}

/* ─────────────────────────────────────────────
   StoryReader Button Softness Override
   ───────────────────────────────────────────── */

.story-reader-page .vf-btn {
  box-shadow:
    inset 0 5px 7px -2px rgba(255,255,255,0.78),
    inset 0 -18px 20px -14px rgba(0,0,0,0.58),
    inset 5px 0 10px -5px rgba(255,255,255,0.22),
    inset -5px 0 10px -5px rgba(0,0,0,0.20),
    0 9px 18px -6px rgba(0,0,0,0.48),
    0 3px 6px -3px rgba(0,0,0,0.36);
}

.story-reader-page .vf-btn:hover {
  box-shadow:
    inset 0 5px 7px -2px rgba(255,255,255,0.86),
    inset 0 -18px 20px -14px rgba(0,0,0,0.48),
    inset 5px 0 10px -5px rgba(255,255,255,0.30),
    inset -5px 0 10px -5px rgba(0,0,0,0.16),
    0 0 18px 4px rgba(255,220,120,0.14),
    0 12px 22px -7px rgba(0,0,0,0.52);
}

.story-reader-page .vf-label {
  text-shadow:
    0 1px 0 rgba(0,0,0,0.32),
    0 2px 5px rgba(0,0,0,0.52);
}

.story-reader-page .vf-sub {
  text-shadow: 0 1px 3px rgba(0,0,0,0.48);
}

/* ─────────────────────────────────────────────
   StoryLibrary Layout Refactor (Landscape/Mobile)
   ───────────────────────────────────────────── */

.story-library-page {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  overflow-x: hidden;
  padding: 20px 12px 76px;
}

.library-container {
  position: relative;
  z-index: 10;
  width: min(1040px, 100%);
  margin: 0 auto;
}

/* Header readable trên nền sáng */
.library-header,
.library-header-v2,
.library-header-v3 {
  position: relative;
  z-index: 20;
  width: min(960px, 100%);
  margin: 0 auto 16px;
  text-align: center;
}

.library-header h1,
.library-header-v2 h1,
.library-header-v3 h1 {
  margin: 0;
  line-height: 1.05;
  font-size: clamp(1.9rem, 5vw, 3rem);
  text-shadow:
    0 0 4px rgba(0,0,0,1.0),
    0 0 12px rgba(0,0,0,0.9),
    0 0 25px rgba(0,0,0,0.7);
}

.library-header p,
.library-header-v2 p,
.library-header-v3 p {
  margin: 7px 0 0;
  color: rgba(255,255,255,0.95);
  font-weight: 750;
  text-shadow:
    0 0 3px rgba(0,0,0,1.0),
    0 0 8px rgba(0,0,0,0.9),
    0 0 15px rgba(0,0,0,0.7);
}

.library-scenery-row,
.library-scenery-dock,
.story-library-topbar {
  width: min(220px, 84vw);
  margin: 10px auto 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 40;
}

.story-library-page .vf-scenery-selector {
  width: 100%;
  max-width: 220px;
}

.story-library-page .vf-scenery-trigger,
.story-library-page .vf-scenery-selector .vf-btn,
.story-library-page .vf-scenery-selector button:first-child {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 220px !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 12px !important;
  border-radius: 15px !important;
  font-size: 0.76rem !important;
}

/* Story list scan layout */
.story-list-container {
  width: min(980px, 100%);
  margin: 0 auto;
}

.story-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.story-card {
  width: 100%;
  padding: 15px;
  border-radius: 18px;
  background: rgba(13, 25, 48, 0.68);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    0 10px 20px rgba(0,0,0,0.15);
  text-align: left;
  backdrop-filter: blur(8px);
}

.story-info h3 {
  margin: 0 0 5px;
  font-size: 0.98rem;
  line-height: 1.22;
  color: rgba(255,255,255,0.96);
  text-shadow:
    0 0 3px rgba(0,0,0,1.0),
    0 0 8px rgba(0,0,0,0.9),
    0 0 15px rgba(0,0,0,0.7);
}

.story-date {
  margin: 0 0 8px;
  color: rgba(230,244,255,0.82);
  font-size: 0.8rem;
  font-weight: 650;
  text-shadow: 0 0 3px rgba(0,0,0,1.0), 0 0 8px rgba(0,0,0,0.9);
}

.story-preview {
  margin: 0;
  color: rgba(248,250,252,0.92);
  font-size: 0.92rem;
  line-height: 1.4;
  text-shadow:
    0 0 3px rgba(0,0,0,1.0),
    0 0 8px rgba(0,0,0,0.9),
    0 0 15px rgba(0,0,0,0.7);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

/* Balanced Read/Like chips */
.story-actions-balanced {
  width: min(228px, 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin: 13px auto 0;
}

/* Disable old native chip pseudo-elements */
.library-card-chip::before,
.library-card-chip::after,
.library-dock-btn::before,
.library-dock-btn::after {
  content: none !important;
  display: none !important;
}

/* Old Read/Like styles removed - using toy-jelly system instead */

.library-card-chip:hover {
  transform: translateY(-1px);
  filter: brightness(1.04) saturate(1.02);
}

.library-card-chip:active {
  transform: translateY(1px) scale(0.98);
}

.library-card-chip-icon {
  flex: 0 0 auto;
  font-size: 1rem;
  line-height: 1;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.22));
}

.library-like-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  max-width: 28px;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  font-size: 0.8rem;
  font-weight: 950;
}

/* Footer mini jelly dock, always horizontal */
.library-mobile-dock {
  width: min(312px, 92vw);
  margin: 28px auto 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  position: relative;
  z-index: 35;
}

.library-dock-btn {
  position: relative;
  height: 42px;
  min-width: 0;
  border: none;
  outline: none;
  border-radius: 15px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: white;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.01em;
  line-height: 1;
  cursor: pointer;
  text-shadow:
    0 1px 0 rgba(0,0,0,0.34),
    0 2px 5px rgba(0,0,0,0.36);
  box-shadow:
    inset  0   6px  8px  -2px rgba(255,255,255,0.72),
    inset  0  -24px 25px -12px rgba(0,0,0,0.68),
    inset  6px 0    12px -4px rgba(255,255,255,0.24),
    inset -6px 0    12px -4px rgba(0,0,0,0.24),
    0 12px 24px -5px rgba(0,0,0,0.52),
    0 4px  8px  -2px rgba(0,0,0,0.36);
  border: 1.5px solid rgba(255,255,255,0.25);
  border-bottom: 2.5px solid rgba(0,0,0,0.60);
  border-right: 1px solid rgba(0,0,0,0.25);
  transition:
    transform   0.15s cubic-bezier(.34,1.56,.64,1),
    box-shadow  0.22s ease,
    filter      0.22s ease;
}

.library-dock-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 25% 35%, rgba(255,255,255,0.15) 0%, transparent 50%),
              radial-gradient(circle at 75% 65%, rgba(255,255,255,0.08) 0%, transparent 40%);
  z-index: 6;
  pointer-events: none;
}

.library-dock-btn::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 9%;
  right: 9%;
  height: 42%;
  border-radius: 999px 999px 70% 70%;
  background: radial-gradient(
    ellipse at 50% 0%,
    rgba(255,255,255,0.74) 0%,
    rgba(255,255,255,0.24) 58%,
    transparent 100%
  );
  pointer-events: none;
}

.library-dock-btn:hover {
  transform: translateY(-1px) scale(1.02);
  filter: brightness(1.05);
}

.library-dock-btn:active {
  transform: translateY(1px) scale(0.96);
}

.library-dock-create {
  background: linear-gradient(160deg, #ffd6e7 0%, #f9a8d4 48%, #ec70aa 100%);
}

.library-dock-home {
  background: linear-gradient(160deg, #d7fbc0 0%, #86efac 48%, #22c55e 100%);
}

.library-dock-stories {
  background: linear-gradient(160deg, #dbeafe 0%, #93c5fd 48%, #38bdf8 100%);
}

.library-dock-icon {
  position: relative;
  z-index: 2;
  font-size: 1rem;
  line-height: 1;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.24));
}

.library-dock-btn span:not(.library-dock-icon) {
  position: relative;
  z-index: 2;
}

/* Gallery text safety */
.saved-images-header h2,
.saved-images-header p,
.empty-images,
.empty-library,
.family-notice p {
  color: rgba(255,255,255,0.94);
  text-shadow:
    0 0 3px rgba(0,0,0,1.0),
    0 0 8px rgba(0,0,0,0.9),
    0 0 15px rgba(0,0,0,0.7);
}

/* Landscape: 2 columns earlier */
@media (orientation: landscape) and (min-width: 560px) {
  .story-list {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
    gap: 13px;
  }

  .story-card {
    padding: 14px;
  }

  .story-preview {
    -webkit-line-clamp: 2;
  }

  .story-actions-balanced {
    width: 214px;
  }

  .library-card-chip {
    height: 34px;
  }
}

/* Tablet/desktop */
@media (min-width: 860px) {
  .story-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-actions-balanced {
    width: 228px;
  }
}

/* Mobile portrait */
@media (max-width: 760px) {
  .story-library-page {
    padding-left: 12px;
    padding-right: 12px;
  }

  .story-list {
    gap: 13px;
  }

  .story-card {
    padding: 14px;
  }

  .story-actions-balanced {
    width: 214px;
    max-width: 100%;
  }

  .library-card-chip {
    height: 35px;
    font-size: 0.78rem;
  }

  .library-mobile-dock {
    width: min(300px, 92vw);
    gap: 7px;
  }

  .library-dock-btn {
    height: 40px;
    border-radius: 14px;
  }
}

/* Very narrow mobile */
@media (max-width: 360px) {
  .story-actions-balanced {
    width: 196px;
    gap: 7px;
  }

  .library-mobile-dock {
    width: min(282px, 94vw);
    gap: 6px;
  }

  .library-dock-btn {
    font-size: 0.68rem;
  }

  .library-dock-icon {
    font-size: 0.92rem;
  }
}

/* Hide any JellyButton in balanced actions and dock to prevent conflicts */
.story-actions-balanced .vf-btn,
.story-actions-balanced .vf-jelly-btn,
.library-mobile-dock .vf-btn,
.library-mobile-dock .vf-jelly-btn {
  display: none !important;
}

/* ─────────────────────────────────────────────
   StoryLibrary Final Toy-Jelly Button Depth
   Goal: pastel buttons with purple-button depth
   Layout stays unchanged.
   ───────────────────────────────────────────── */

.story-library-page {
  /* neutral contact shadow, only for grounding */
  --toy-contact: rgba(18, 28, 48, 0.20);
  --toy-contact-soft: rgba(18, 28, 48, 0.12);

  /* Read, lime green */
  --read-top: #d5f3a3;
  --read-mid: #8fd76a;
  --read-bot: #3fb85b;
  --read-depth: rgba(32, 111, 58, 0.68);
  --read-cast: rgba(47, 144, 75, 0.42);
  --read-rim: rgba(223, 255, 190, 0.66);

  /* Like, powder pink */
  --like-top: #ffd7e7;
  --like-mid: #e993ba;
  --like-bot: #c85a91;
  --like-depth: rgba(128, 45, 88, 0.66);
  --like-cast: rgba(184, 70, 128, 0.40);
  --like-rim: rgba(255, 225, 238, 0.68);

  /* Create, pink plum */
  --create-top: #ffd7e8;
  --create-mid: #e596bb;
  --create-bot: #bd5389;
  --create-depth: rgba(119, 43, 84, 0.68);
  --create-cast: rgba(174, 68, 124, 0.40);
  --create-rim: rgba(255, 224, 238, 0.66);

  /* Home, soft green */
  --home-top: #d8f6b8;
  --home-mid: #7ed577;
  --home-bot: #31ac64;
  --home-depth: rgba(32, 107, 68, 0.66);
  --home-cast: rgba(55, 145, 88, 0.38);
  --home-rim: rgba(221, 255, 200, 0.66);

  /* Stories, soft sky blue */
  --stories-top: #d6ecff;
  --stories-mid: #8bc4e8;
  --stories-bot: #4698cc;
  --stories-depth: rgba(42, 91, 137, 0.66);
  --stories-cast: rgba(62, 135, 188, 0.38);
  --stories-rim: rgba(222, 242, 255, 0.66);
}

/* Base render stack for Read / Like */
.library-card-chip {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  border-radius: 13px !important;

  border: 1px solid var(--toy-rim, rgba(255,255,255,0.5)) !important;
  border-bottom: 2px solid rgba(24, 38, 64, 0.18) !important;

  color: #fff !important;
  text-shadow:
    0 1px 0 rgba(24, 36, 60, 0.45),
    0 2px 3px rgba(24, 36, 60, 0.22) !important;

  background:
    radial-gradient(
      ellipse 75% 48% at 50% 8%,
      rgba(255,255,255,0.42) 0%,
      rgba(255,255,255,0.18) 36%,
      transparent 70%
    ),
    linear-gradient(
      180deg,
      var(--toy-top) 0%,
      var(--toy-mid) 52%,
      var(--toy-bot) 100%
    ) !important;

  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.56),
    inset 0 7px 9px -8px rgba(255,255,255,0.72),
    inset 0 -15px 18px -8px var(--toy-depth),
    inset 2px 0 5px -3px rgba(255,255,255,0.24),
    inset -2px 0 5px -3px rgba(36,45,70,0.15),
    0 2px 3px var(--toy-contact),
    0 8px 14px -2px var(--toy-cast),
    0 13px 18px -10px var(--toy-contact-soft) !important;

  transform: translateZ(0);
}

/* Top highlight disabled - causing excess part on small buttons */
.library-card-chip::before,
.library-dock-btn::before {
  display: none !important;
  content: none !important;
}

/* Bottom lip, the missing 3D piece - smaller to avoid layer visibility */
.library-card-chip::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 7%;
  right: 7%;
  bottom: 3px;
  height: 28%;
  border-radius: 0 0 11px 11px;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.02) 22%,
      var(--toy-depth) 100%
    );
  opacity: 0.72;
  pointer-events: none;
}

/* Keep text and icons above pseudo layers */
.library-card-chip > * {
  position: relative;
  z-index: 3;
}

.library-card-read {
  --toy-top: var(--read-top);
  --toy-mid: var(--read-mid);
  --toy-bot: var(--read-bot);
  --toy-depth: var(--read-depth);
  --toy-cast: var(--read-cast);
  --toy-rim: var(--read-rim);
}

.library-card-like {
  --toy-top: var(--like-top);
  --toy-mid: var(--like-mid);
  --toy-bot: var(--like-bot);
  --toy-depth: var(--like-depth);
  --toy-cast: var(--like-cast);
  --toy-rim: var(--like-rim);
}

.library-card-chip:hover {
  transform: translateY(-1px) scale(1.015) !important;
  filter: brightness(1.025) saturate(1.035) !important;
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.64),
    inset 0 8px 10px -7px rgba(255,255,255,0.78),
    inset 0 -17px 20px -8px var(--toy-depth),
    inset 2px 0 5px -3px rgba(255,255,255,0.30),
    inset -2px 0 5px -3px rgba(36, 45, 70, 0.14),
    0 2px 3px var(--toy-contact),
    0 10px 16px -2px var(--toy-cast),
    0 15px 20px -10px var(--toy-contact-soft) !important;
}

.library-card-chip:active {
  transform: translateY(1px) scale(0.975) !important;
  filter: brightness(0.98) saturate(1.01) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.42),
    inset 0 5px 8px -6px rgba(255,255,255,0.42),
    inset 0 -12px 16px -8px var(--toy-depth),
    0 1px 2px var(--toy-contact),
    0 5px 9px -4px var(--toy-cast) !important;
}

/* Base render stack for footer Create / Home / Stories */
.library-dock-btn {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;

  border-top: 1px solid var(--toy-rim, rgba(255,255,255,0.55)) !important;
  border-left: 1px solid rgba(255,255,255,0.38) !important;
  border-right: 1px solid rgba(255,255,255,0.20) !important;
  border-bottom: 2px solid rgba(24,38,64,0.20) !important;

  color: #fff !important;
  text-shadow:
    0 1px 0 rgba(24,36,60,0.46),
    0 2px 4px rgba(24,36,60,0.22) !important;

  background:
    radial-gradient(
      ellipse 76% 46% at 50% 8%,
      rgba(255,255,255,0.40) 0%,
      rgba(255,255,255,0.16) 36%,
      transparent 70%
    ),
    linear-gradient(
      180deg,
      var(--toy-top) 0%,
      var(--toy-mid) 52%,
      var(--toy-bot) 100%
    ) !important;

  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.56),
    inset 0 8px 10px -8px rgba(255,255,255,0.72),
    inset 0 -16px 20px -9px var(--toy-depth),
    inset 2px 0 6px -3px rgba(255,255,255,0.24),
    inset -2px 0 6px -3px rgba(36,45,70,0.15),
    0 2px 3px var(--toy-contact),
    0 8px 14px -2px var(--toy-cast),
    0 14px 19px -10px var(--toy-contact-soft) !important;

  transform: translateZ(0);
}

/* Bottom lip on dock - smaller to avoid layer visibility */
.library-dock-btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 7%;
  right: 7%;
  bottom: 3px;
  height: 30%;
  border-radius: 0 0 12px 12px;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.02) 22%,
      var(--toy-depth) 100%
    );
  opacity: 0.76;
  pointer-events: none;
}

.library-dock-btn > * {
  position: relative;
  z-index: 3;
}

.library-dock-create {
  --toy-top: var(--create-top);
  --toy-mid: var(--create-mid);
  --toy-bot: var(--create-bot);
  --toy-depth: var(--create-depth);
  --toy-cast: var(--create-cast);
  --toy-rim: var(--create-rim);
}

.library-dock-home {
  --toy-top: var(--home-top);
  --toy-mid: var(--home-mid);
  --toy-bot: var(--home-bot);
  --toy-depth: var(--home-depth);
  --toy-cast: var(--home-cast);
  --toy-rim: var(--home-rim);
}

.library-dock-stories {
  --toy-top: var(--stories-top);
  --toy-mid: var(--stories-mid);
  --toy-bot: var(--stories-bot);
  --toy-depth: var(--stories-depth);
  --toy-cast: var(--stories-cast);
  --toy-rim: var(--stories-rim);
}

.library-dock-btn:hover {
  transform: translateY(-2px) scale(1.025) !important;
  filter: brightness(1.025) saturate(1.035) !important;
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.64),
    inset 0 9px 12px -8px rgba(255,255,255,0.80),
    inset 0 -18px 22px -9px var(--toy-depth),
    inset 2px 0 6px -3px rgba(255,255,255,0.30),
    inset -2px 0 6px -3px rgba(36, 45, 70, 0.14),
    0 3px 4px var(--toy-contact),
    0 10px 17px -2px var(--toy-cast),
    0 16px 22px -10px var(--toy-contact-soft) !important;
}

.library-dock-btn:active {
  transform: translateY(1px) scale(0.965) !important;
  filter: brightness(0.98) saturate(1.01) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.42),
    inset 0 5px 8px -6px rgba(255,255,255,0.42),
    inset 0 -12px 16px -8px var(--toy-depth),
    0 1px 2px var(--toy-contact),
    0 5px 9px -4px var(--toy-cast) !important;
}

/* Icon/text cleanliness */
.library-card-chip-icon,
.library-dock-icon {
  filter:
    drop-shadow(0 1px 1px rgba(24, 36, 60, 0.28))
    drop-shadow(0 0 2px rgba(255,255,255,0.18)) !important;
}

.library-like-count {
  color: #ffffff !important;
  text-shadow:
    0 1px 0 rgba(105, 36, 78, 0.44),
    0 2px 4px rgba(105, 36, 78, 0.24) !important;
}

/* Remove ::before pseudo-elements causing excess part on small buttons */
.library-card-chip::before,
.library-dock-btn::before {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  background: none !important;
}

/* Mini JellyButton for Library footer */
.library-mini-jelly-dock {
  width: min(316px, 92vw);
  margin: 28px auto 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  position: relative;
  z-index: 35;
}

.library-mini-jelly-dock > div {
  width: auto !important;
  min-width: 0 !important;
  flex: none !important;
}

.library-mini-jelly-btn.vf-btn {
  width: 100% !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 8px !important;
  border-radius: 15px !important;

  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.58),
    inset 0 8px 10px -7px rgba(255,255,255,0.76),
    inset 0 -16px 20px -9px var(--vf-depth),
    inset 2px 0 6px -3px rgba(255,255,255,0.24),
    inset -2px 0 6px -3px rgba(36,45,70,0.15),
    0 2px 3px rgba(18,28,48,0.20),
    0 8px 14px -2px var(--vf-cast),
    0 14px 19px -10px rgba(18,28,48,0.12) !important;

  border-top: 1px solid rgba(255,255,255,0.62) !important;
  border-bottom: 2px solid rgba(24,38,64,0.20) !important;
}

.library-mini-jelly-btn.vf-btn::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 3px;
  height: 30%;
  border-radius: 0 0 12px 12px;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.02) 22%,
      var(--vf-depth) 100%
    );
  opacity: 0.76;
  z-index: 2;
  pointer-events: none;
}

.library-mini-jelly-btn .vf-sheen-top {
  top: 3px !important;
  left: 10% !important;
  right: 10% !important;
  height: 32% !important;
  opacity: 0.72 !important;
}

.library-mini-jelly-btn .vf-inner-glow {
  opacity: 0.20 !important;
  filter: blur(9px) !important;
}

.library-mini-jelly-btn .vf-bubble {
  transform: scale(0.68);
  opacity: 0.55 !important;
}

.library-mini-jelly-btn .vf-content {
  justify-content: center !important;
  gap: 5px !important;
}

.library-mini-jelly-btn .vf-icon {
  font-size: 0.95rem !important;
  filter: drop-shadow(0 1px 2px rgba(24,36,60,0.28)) !important;
}

.library-mini-jelly-btn .vf-label {
  font-size: 0.68rem !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-shadow:
    0 1px 0 rgba(24,36,60,0.44),
    0 2px 4px rgba(24,36,60,0.22) !important;
}

.library-mini-jelly-btn .vf-sub {
  display: none !important;
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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-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-\[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-amber-100\/50:hover {
  border-color: rgb(254 243 199 / 0.5);
}

.hover\:border-blue-400\/50:hover {
  border-color: rgb(96 165 250 / 0.5);
}

.hover\:border-blue-400\/60:hover {
  border-color: rgb(96 165 250 / 0.6);
}

.hover\:border-blue-500\/30:hover {
  border-color: rgb(59 130 246 / 0.3);
}

.hover\:border-blue-500\/50:hover {
  border-color: rgb(59 130 246 / 0.5);
}

.hover\:border-purple-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}

.hover\:border-slate-50\/50:hover {
  border-color: rgb(248 250 252 / 0.5);
}

.hover\:border-slate-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}

.hover\:border-slate-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-500\/30:hover {
  background-color: rgb(59 130 246 / 0.3);
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700\/50:hover {
  background-color: rgb(29 78 216 / 0.5);
}

.hover\:bg-blue-700\/60:hover {
  background-color: rgb(29 78 216 / 0.6);
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-500\/30:hover {
  background-color: rgb(34 197 94 / 0.3);
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}

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

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

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

.hover\:bg-purple-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-500\/30:hover {
  background-color: rgb(168 85 247 / 0.3);
}

.hover\:bg-purple-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-800\/30:hover {
  background-color: rgb(107 33 168 / 0.3);
}

.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-500\/20:hover {
  background-color: rgb(239 68 68 / 0.2);
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-600\/30:hover {
  background-color: rgb(220 38 38 / 0.3);
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700\/50:hover {
  background-color: rgb(185 28 28 / 0.5);
}

.hover\:bg-slate-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.hover\:bg-violet-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}

.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\/\[0\.02\]:hover {
  background-color: rgb(255 255 255 / 0.02);
}

.hover\:bg-yellow-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.hover\:from-blue-500:hover {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-blue-700:hover {
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-green-600:hover {
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-green-700:hover {
  --tw-gradient-from: #15803d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-orange-600:hover {
  --tw-gradient-from: #ea580c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-pink-600:hover {
  --tw-gradient-from: #db2777 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-purple-600:hover {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-emerald-600:hover {
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}

.hover\:to-emerald-700:hover {
  --tw-gradient-to: #047857 var(--tw-gradient-to-position);
}

.hover\:to-pink-600:hover {
  --tw-gradient-to: #db2777 var(--tw-gradient-to-position);
}

.hover\:to-purple-500:hover {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}

.hover\:to-purple-600:hover {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}

.hover\:to-purple-700:hover {
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}

.hover\:to-red-600:hover {
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}

.hover\:text-blue-200:hover {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

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

.hover\:text-purple-300:hover {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-600:hover {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.hover\:text-red-200:hover {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.hover\:text-red-300:hover {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
  --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);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --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);
}

.hover\:grayscale-0:hover {
  --tw-grayscale: grayscale(0);
  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-blue-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:border-purple-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}

.focus\:border-purple-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-amber-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-400\/20:focus {
  --tw-ring-color: rgb(96 165 250 / 0.2);
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-purple-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1));
}

.focus\:ring-yellow-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
}

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

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:bg-gray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-slate-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

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

.group:hover .group-hover\:visible {
  visibility: visible;
}

.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\:text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {

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

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

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

@media (min-width: 768px) {

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-64 {
    width: 16rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

@media (min-width: 1024px) {

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

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

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

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

@media (min-width: 1280px) {

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

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

  .xl\:grid-cols-\[minmax\(150px\2c 1fr\)_minmax\(150px\2c 1fr\)_minmax\(240px\2c 1\.1fr\)_minmax\(128px\2c auto\)\] {
    grid-template-columns: minmax(150px,1fr) minmax(150px,1fr) minmax(240px,1.1fr) minmax(128px,auto);
  }
}