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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | 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;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-8 {
  left: 2rem;
  right: 2rem;
}
.-bottom-5 {
  bottom: -1.25rem;
}
.-right-1 {
  right: -0.25rem;
}
.-top-1 {
  top: -0.25rem;
}
.bottom-16 {
  bottom: 4rem;
}
.left-5 {
  left: 1.25rem;
}
.left-8 {
  left: 2rem;
}
.right-0 {
  right: 0px;
}
.right-5 {
  right: 1.25rem;
}
.right-8 {
  right: 2rem;
}
.top-0 {
  top: 0px;
}
.top-12 {
  top: 3rem;
}
.top-32 {
  top: 8rem;
}
.top-8 {
  top: 2rem;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-36 {
  height: 9rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-52 {
  height: 13rem;
}
.h-\[360px\] {
  height: 360px;
}
.h-full {
  height: 100%;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-20 {
  min-height: 5rem;
}
.min-h-28 {
  min-height: 7rem;
}
.min-h-32 {
  min-height: 8rem;
}
.min-h-\[620px\] {
  min-height: 620px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/4 {
  width: 25%;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-3 {
  width: 0.75rem;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-44 {
  width: 11rem;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-full {
  width: 100%;
}
.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-\[88\%\] {
  max-width: 88%;
}
.max-w-\[94\%\] {
  max-width: 94%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.list-decimal {
  list-style-type: decimal;
}
.grid-cols-\[82px_1fr_90px\] {
  grid-template-columns: 82px 1fr 90px;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[1\.8rem\] {
  border-radius: 1.8rem;
}
.rounded-\[2\.2rem\] {
  border-radius: 2.2rem;
}
.rounded-\[2rem\] {
  border-radius: 2rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-gold\/15 {
  border-color: rgb(245 193 108 / 0.15);
}
.border-gold\/20 {
  border-color: rgb(245 193 108 / 0.2);
}
.border-gold\/25 {
  border-color: rgb(245 193 108 / 0.25);
}
.border-gold\/30 {
  border-color: rgb(245 193 108 / 0.3);
}
.border-gold\/35 {
  border-color: rgb(245 193 108 / 0.35);
}
.border-gold\/40 {
  border-color: rgb(245 193 108 / 0.4);
}
.border-jade\/30 {
  border-color: rgb(98 196 154 / 0.3);
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.bg-\[\#08130f\]\/90 {
  background-color: rgb(8 19 15 / 0.9);
}
.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\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-cinnabar {
  --tw-bg-opacity: 1;
  background-color: rgb(185 58 50 / var(--tw-bg-opacity, 1));
}
.bg-emerald-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}
.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(245 193 108 / var(--tw-bg-opacity, 1));
}
.bg-gold\/10 {
  background-color: rgb(245 193 108 / 0.1);
}
.bg-gold\/15 {
  background-color: rgb(245 193 108 / 0.15);
}
.bg-gold\/20 {
  background-color: rgb(245 193 108 / 0.2);
}
.bg-gold\/5 {
  background-color: rgb(245 193 108 / 0.05);
}
.bg-green-400\/20 {
  background-color: rgb(74 222 128 / 0.2);
}
.bg-mystic\/15 {
  background-color: rgb(20 83 45 / 0.15);
}
.bg-mystic\/25 {
  background-color: rgb(20 83 45 / 0.25);
}
.bg-mystic\/35 {
  background-color: rgb(20 83 45 / 0.35);
}
.bg-space {
  --tw-bg-opacity: 1;
  background-color: rgb(5 8 17 / var(--tw-bg-opacity, 1));
}
.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\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-yellow-300\/30 {
  background-color: rgb(253 224 71 / 0.3);
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-gold\/15 {
  --tw-gradient-from: rgb(245 193 108 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 193 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gold\/20 {
  --tw-gradient-from: rgb(245 193 108 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 193 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-950 {
  --tw-gradient-from: #020617 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 6 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-purple-500\/10 {
  --tw-gradient-to: rgb(168 85 247 / 0.1) var(--tw-gradient-to-position);
}
.to-purple-950 {
  --tw-gradient-to: #3b0764 var(--tw-gradient-to-position);
}
.to-red-950\/25 {
  --tw-gradient-to: rgb(69 10 10 / 0.25) var(--tw-gradient-to-position);
}
.fill-yellow-200 {
  fill: #fef08a;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pt-12 {
  padding-top: 3rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.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-\[10px\] {
  font-size: 10px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.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-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[\.24em\] {
  letter-spacing: .24em;
}
.tracking-\[\.28em\] {
  letter-spacing: .28em;
}
.tracking-\[\.32em\] {
  letter-spacing: .32em;
}
.tracking-\[\.35em\] {
  letter-spacing: .35em;
}
.tracking-\[\.3em\] {
  letter-spacing: .3em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#f4d58d\] {
  --tw-text-opacity: 1;
  color: rgb(244 213 141 / var(--tw-text-opacity, 1));
}
.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.text-gold {
  --tw-text-opacity: 1;
  color: rgb(245 193 108 / var(--tw-text-opacity, 1));
}
.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}
.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}
.text-space {
  --tw-text-opacity: 1;
  color: rgb(5 8 17 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}
.opacity-60 {
  opacity: 0.6;
}
.shadow-\[0_0_14px_rgba\(185\2c 58\2c 50\2c \.8\)\] {
  --tw-shadow: 0 0 14px rgba(185,58,50,.8);
  --tw-shadow-colored: 0 0 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-glow {
  --tw-shadow: 0 0 40px rgba(245,193,108,.28);
  --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);
}
.blur-sm {
  --tw-blur: blur(4px);
  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);
}
.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-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root {
  color-scheme: dark;
  --ink: #03070a;
  --xuan: #061612;
  --jade: #12382f;
  --gold: #f5c16c;
  --old-gold: #a8732e;
  --cinnabar: #b93a32;
  --paper: #f4e4bd;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background: var(--ink);
  color: #fff;
  font-feature-settings: 'kern';
}

/* 桌面端：版本3，道教八卦符箓风 */
.cosmic-bg {
  background:
    radial-gradient(circle at 18% 12%, rgba(185,58,50,.16), transparent 26%),
    radial-gradient(circle at 85% 8%, rgba(245,193,108,.18), transparent 28%),
    radial-gradient(circle at 68% 62%, rgba(26,87,63,.18), transparent 36%),
    linear-gradient(135deg,#020405 0%,#06120f 38%,#071018 62%,#0e130b 100%);
  position: relative;
  overflow-x: hidden;
}
.cosmic-bg::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .12;
  background-image:
    linear-gradient(90deg, rgba(245,193,108,.10) 1px, transparent 1px),
    linear-gradient(0deg, rgba(245,193,108,.07) 1px, transparent 1px),
    radial-gradient(circle at 20% 20%, rgba(245,193,108,.28) 1px, transparent 1px);
  background-size: 64px 64px, 64px 64px, 48px 48px;
  -webkit-mask-image: radial-gradient(circle at 50% 20%, #000, transparent 78%);
          mask-image: radial-gradient(circle at 50% 20%, #000, transparent 78%);
}
.cosmic-bg::after {
  content: '乾 坤 震 巽 坎 离 艮 兑';
  position: fixed;
  right: -110px;
  top: 120px;
  writing-mode: vertical-rl;
  letter-spacing: .9em;
  color: rgba(245,193,108,.09);
  font-family: serif;
  font-size: 24px;
  pointer-events: none;
}

.xuan-pattern { position: relative; overflow: hidden; }
.xuan-pattern::after {
  content:''; position:absolute; inset:0; pointer-events:none; opacity:.15;
  background:
    radial-gradient(circle at 75% 8%, rgba(245,193,108,.22), transparent 25%),
    linear-gradient(45deg, rgba(245,193,108,.16) 1px, transparent 1px),
    linear-gradient(-45deg, rgba(245,193,108,.10) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
  -webkit-mask-image: radial-gradient(circle at 50% 20%, black, transparent 72%);
          mask-image: radial-gradient(circle at 50% 20%, black, transparent 72%);
}

.glass,
.oracle-panel {
  background: linear-gradient(145deg, rgba(2,12,11,.82), rgba(9,17,31,.55));
  border: 1px solid rgba(245,193,108,.22);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 80px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.08), 0 0 36px rgba(245,193,108,.06);
}
.glass-strong {
  background: linear-gradient(145deg, rgba(5,16,13,.94), rgba(19,36,28,.74));
  border: 1px solid rgba(245,193,108,.34);
  box-shadow: 0 30px 90px rgba(0,0,0,.42), 0 0 42px rgba(245,193,108,.12);
}
.input {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid rgba(245,193,108,.24);
  background: rgba(0,0,0,.24);
  padding: .86rem 1rem;
  color: white;
  outline: none;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.input:focus {
  border-color: rgba(245,193,108,.72);
  background: rgba(0,0,0,.34);
  box-shadow: 0 0 0 3px rgba(245,193,108,.10), 0 0 30px rgba(245,193,108,.16);
}
.input option { color: #111; }
.btn-primary {
  border-radius: 9999px;
  background: linear-gradient(90deg,#f6d58e,#d59a45 48%,#a86e25);
  color:#08100e;
  padding: .86rem 1.25rem;
  font-weight: 900;
  box-shadow: 0 0 30px rgba(245,193,108,.25), inset 0 1px 0 rgba(255,255,255,.55);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.btn-primary:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 0 46px rgba(245,193,108,.45); }
.btn-secondary {
  border-radius: 9999px;
  border: 1px solid rgba(245,193,108,.34);
  padding: .86rem 1.25rem;
  font-weight: 800;
  background: rgba(18,56,47,.42);
  color:#f5c16c;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.btn-secondary:hover { transform: translateY(-2px); background: rgba(18,56,47,.62); box-shadow: 0 0 30px rgba(245,193,108,.12); }

.eastern-card { position: relative; overflow: hidden; }
.eastern-card::before { content: ''; position: absolute; inset: -80px; background: radial-gradient(circle, rgba(245,193,108,.16), transparent 40%); opacity: 0; transition: opacity .35s ease; pointer-events:none; }
.eastern-card:hover::before { opacity: 1; }
.eastern-card::after { content:''; position:absolute; inset:0; border-radius: inherit; pointer-events:none; background: linear-gradient(135deg, rgba(245,193,108,.10), transparent 30%, rgba(185,58,50,.08)); opacity:.85; }

.verdict-card { background: linear-gradient(135deg, rgba(245,193,108,.20), rgba(185,58,50,.10) 45%, rgba(18,56,47,.22)); border:1px solid rgba(245,193,108,.36); box-shadow: 0 0 48px rgba(245,193,108,.10); }
.seal { display:inline-flex; align-items:center; justify-content:center; border:1px solid rgba(185,58,50,.8); color:#ffb4a9; background:rgba(185,58,50,.16); transform: rotate(-6deg); box-shadow: inset 0 0 12px rgba(185,58,50,.25); }
.paper-card { background: linear-gradient(135deg, rgba(255,244,214,.12), rgba(245,193,108,.06)); border: 1px solid rgba(245,193,108,.23); }
.talisman-title { text-shadow: 0 0 26px rgba(245,193,108,.18); }
.vertical-talisman { writing-mode: vertical-rl; letter-spacing: .22em; }

.float-slow { animation: floatSlow 4.5s ease-in-out infinite; }
.rotate-slow { animation: rotateSlow 18s linear infinite; }
.shake-ritual:hover, .shake-ritual.is-active { animation: ritualShake .72s ease-in-out; }
.glow-pulse { animation: glowPulse 2.6s ease-in-out infinite; }
.stick-rise { animation: stickRise 2.8s ease-in-out infinite; transform-origin: bottom center; }
.coin-spin { animation: coinSpin 2.4s ease-in-out infinite; }
.keyword-glow { animation: keywordGlow 2.4s ease-in-out infinite; }
.coin-line { animation: lineReveal .9s ease both; transform-origin:left; }
.stagger-1 { animation-delay:.1s } .stagger-2 { animation-delay:.2s } .stagger-3 { animation-delay:.3s } .stagger-4 { animation-delay:.4s } .stagger-5 { animation-delay:.5s } .stagger-6 { animation-delay:.6s }
@keyframes floatSlow { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-10px) } }
@keyframes rotateSlow { from { transform: rotate(0deg) } to { transform: rotate(360deg) } }
@keyframes ritualShake { 0%,100%{transform:translateX(0) rotate(0)} 18%{transform:translateX(-6px) rotate(-2deg)} 38%{transform:translateX(6px) rotate(2deg)} 58%{transform:translateX(-5px) rotate(-1deg)} 78%{transform:translateX(5px) rotate(1deg)} }
@keyframes glowPulse { 0%,100% { box-shadow: 0 0 18px rgba(245,193,108,.25) } 50% { box-shadow: 0 0 50px rgba(245,193,108,.58) } }
@keyframes stickRise { 0%,100% { transform: translateY(0) rotate(8deg); opacity:.82 } 50% { transform: translateY(-20px) rotate(8deg); opacity:1 } }
@keyframes coinSpin { 0%,100% { transform: rotateY(0deg) translateY(0) } 50% { transform: rotateY(180deg) translateY(-14px) } }
@keyframes keywordGlow { 0%,100% { background:rgba(245,193,108,.10); border-color:rgba(245,193,108,.2) } 50% { background:rgba(245,193,108,.24); border-color:rgba(245,193,108,.62) } }
@keyframes lineReveal { from { opacity:0; transform:scaleX(.2) } to { opacity:1; transform:scaleX(1) } }

/* 道教/东方动效部件 */
.ritual-visual { position: relative; display:flex; align-items:center; justify-content:center; overflow:hidden; border-radius: 1.7rem; background: radial-gradient(circle at 50% 50%, rgba(245,193,108,.14), rgba(0,0,0,.18) 48%, rgba(0,0,0,.32)); border: 1px solid rgba(245,193,108,.18); }
.bagua-disc { width: 150px; height: 150px; display:flex; align-items:center; justify-content:center; border-radius: 999px; border: 1px solid rgba(245,193,108,.42); background: repeating-conic-gradient(from 0deg, rgba(245,193,108,.28) 0deg 8deg, rgba(0,0,0,.1) 8deg 16deg), radial-gradient(circle, rgba(245,193,108,.14), rgba(0,0,0,.32)); color: var(--gold); font-size: 56px; box-shadow: 0 0 50px rgba(245,193,108,.18); }
.qian-cylinder { position:relative; width: 92px; height: 110px; border-radius: 14px 14px 32px 32px; border:1px solid rgba(245,193,108,.45); background: linear-gradient(135deg,#2b1707,#8a5b25 50%,#251307); box-shadow: inset 0 0 20px rgba(0,0,0,.45), 0 0 34px rgba(245,193,108,.18); }
.qian-mouth { position:absolute; left:8px; right:8px; top:-8px; height:18px; border-radius:999px; border:1px solid rgba(245,193,108,.55); background:#130b05; }
.rising-stick { position:absolute; left:42px; bottom:62px; display:flex; justify-content:center; align-items:flex-start; width:18px; height:88px; border-radius:99px; background: linear-gradient(#f7d98d,#9d6929); color:#341400; font-size:12px; font-weight:800; padding-top:8px; box-shadow:0 0 25px rgba(245,193,108,.35); }
.coin-token { display:flex; align-items:center; justify-content:center; width:64px; height:64px; border-radius:999px; border:1px solid rgba(245,193,108,.55); background: radial-gradient(circle,#f5c16c,#8b5a22); color:#1a0d04; font-family:serif; font-weight:900; box-shadow:0 0 24px rgba(245,193,108,.24); }
.hex-lines { display:grid; gap:5px; margin-left:8px; }
.hex-lines span { display:block; width:62px; height:6px; border-radius:99px; background:linear-gradient(90deg,#f5c16c,#9a6928); }
.bone-scale { width:90px; height:90px; border-radius:999px; display:flex; align-items:center; justify-content:center; border:1px solid rgba(245,193,108,.42); background:rgba(245,193,108,.12); font-family:serif; font-size:38px; color:var(--gold); }
.bone-bars { display:grid; grid-template-columns: repeat(4, 1fr); gap:8px; position:absolute; bottom:18px; }
.bone-bars span { width:36px; height:36px; display:flex; align-items:center; justify-content:center; border-radius:10px; border:1px solid rgba(245,193,108,.28); background:rgba(0,0,0,.26); color:var(--gold); animation: floatSlow 3s ease-in-out infinite; }
.almanac-paper { width:180px; min-height:118px; display:grid; gap:2px; border-radius:16px; padding:16px; background:linear-gradient(135deg,rgba(244,228,189,.22),rgba(245,193,108,.08)); border:1px solid rgba(245,193,108,.35); color:#fff1cc; }
.almanac-paper b { color:var(--gold); }
.almanac-paper span { font-size:12px; color:rgba(255,255,255,.68); }
.dream-orb { display:flex; align-items:center; justify-content:center; width:58px; height:58px; border-radius:999px; border:1px solid rgba(245,193,108,.24); color:var(--gold); margin:0 -3px; }
.incense-smoke { position:absolute; width:160px; height:100px; right:18px; top:18px; opacity:.28; background: radial-gradient(ellipse at center, rgba(255,255,255,.52), transparent 62%); filter: blur(20px); animation: floatSlow 5s ease-in-out infinite; }

.mobile-tabbar { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 45; display:grid; grid-template-columns:repeat(5,1fr); gap:6px; border:1px solid rgba(245,193,108,.20); border-radius: 24px; padding:8px; background: rgba(18,13,38,.86); backdrop-filter: blur(20px); box-shadow:0 18px 70px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.08); }
.mobile-tab { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:3px; min-height:48px; border-radius:17px; font-size:11px; color:rgba(255,255,255,.58); transition: all .2s ease; }
.mobile-tab-active { color:#fff; background: linear-gradient(135deg, rgba(245,193,108,.22), rgba(111,72,240,.28)); box-shadow: inset 0 1px 0 rgba(255,255,255,.10); }

/* 移动端：版本5，App轻量转化风 */
@media (max-width: 767px) {
  body { background:#100b22; }
  .cosmic-bg {
    padding-bottom: 86px;
    background:
      radial-gradient(circle at 28% -5%, rgba(111,72,240,.32), transparent 38%),
      radial-gradient(circle at 88% 8%, rgba(245,193,108,.16), transparent 32%),
      linear-gradient(180deg,#11102a 0%,#120b27 58%,#080a12 100%);
  }
  .cosmic-bg::after { display:none; }
  .xuan-pattern::after { opacity:.08; }
  .glass, .oracle-panel {
    background: linear-gradient(145deg, rgba(21,17,49,.90), rgba(18,13,38,.74));
    border-color: rgba(245,193,108,.16);
    border-radius: 1.45rem;
    box-shadow: 0 18px 60px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.08);
  }
  .btn-primary {
    width: 100%;
    justify-content: center;
    background: linear-gradient(135deg,#f2bf63,#aa6dff 62%,#6a46e7);
    color:white;
    box-shadow:0 12px 34px rgba(111,72,240,.32);
  }
  .btn-secondary { width:100%; text-align:center; background:rgba(111,72,240,.16); border-color:rgba(245,193,108,.20); }
  .input { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.10); border-radius: 1.25rem; }
  .mobile-app-card { border-radius: 1.6rem; background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.04)); border:1px solid rgba(255,255,255,.10); }
  .desktop-only-detail { display:none !important; }
  .mobile-compact-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
  .mobile-compact-grid > * { min-height: 98px; padding: 14px 10px !important; text-align:center; }
  .mobile-compact-grid p { display:none; }
  .mobile-compact-grid h3 { font-size: 13px; }
}
.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\:border-gold\/40:hover {
  border-color: rgb(245 193 108 / 0.4);
}
.hover\:border-gold\/60:hover {
  border-color: rgb(245 193 108 / 0.6);
}
.hover\:bg-gold\/10:hover {
  background-color: rgb(245 193 108 / 0.1);
}
.hover\:bg-gold\/20:hover {
  background-color: rgb(245 193 108 / 0.2);
}
.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:text-gold:hover {
  --tw-text-opacity: 1;
  color: rgb(245 193 108 / var(--tw-text-opacity, 1));
}
.hover\:shadow-glow:hover {
  --tw-shadow: 0 0 40px rgba(245,193,108,.28);
  --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);
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 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));
}
@media (min-width: 640px) {

  .sm\:block {
    display: block;
  }

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

  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {

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

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:min-h-\[300px\] {
    min-height: 300px;
  }

  .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-\[1\.04fr_\.96fr\] {
    grid-template-columns: 1.04fr .96fr;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

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

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

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

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

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@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-\[\.38fr_\.62fr\] {
    grid-template-columns: .38fr .62fr;
  }

  .lg\:grid-cols-\[\.86fr_1\.14fr\] {
    grid-template-columns: .86fr 1.14fr;
  }

  .lg\:grid-cols-\[\.92fr_1\.08fr\] {
    grid-template-columns: .92fr 1.08fr;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }
}

