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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.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: -10%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[-10\%\] {
  left: -10%;
}
.right-\[-10\%\] {
  right: -10%;
}
.top-0 {
  top: 0px;
}
.top-5 {
  top: 1.25rem;
}
.top-\[-10\%\] {
  top: -10%;
}
.isolate {
  isolation: isolate;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-\[99999\] {
  z-index: 99999;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.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;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-56 {
  height: 14rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[264px\] {
  height: 264px;
}
.h-\[30rem\] {
  height: 30rem;
}
.h-full {
  height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-16 {
  width: 4rem;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-56 {
  width: 14rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-\[30rem\] {
  width: 30rem;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.flex-1 {
  flex: 1 1 0%;
}
.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));
}
.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 spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.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-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-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-slate-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
}
.overflow-hidden {
  overflow: hidden;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-\[34px\] {
  border-radius: 34px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-\[\#f1e4ca\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 228 202 / var(--tw-border-opacity, 1));
}
.border-\[\#f2cc7b\]\/25 {
  border-color: rgb(242 204 123 / 0.25);
}
.border-\[\#f2cc7b\]\/35 {
  border-color: rgb(242 204 123 / 0.35);
}
.border-\[\#f5dcb2\] {
  --tw-border-opacity: 1;
  border-color: rgb(245 220 178 / var(--tw-border-opacity, 1));
}
.border-\[\#f8d06b\]\/15 {
  border-color: rgb(248 208 107 / 0.15);
}
.border-\[\#f8d06b\]\/20 {
  border-color: rgb(248 208 107 / 0.2);
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.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-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.bg-\[\#16a34a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3f0a0c\]\/60 {
  background-color: rgb(63 10 12 / 0.6);
}
.bg-\[\#6f0d11\]\/85 {
  background-color: rgb(111 13 17 / 0.85);
}
.bg-\[\#8f0d14\] {
  --tw-bg-opacity: 1;
  background-color: rgb(143 13 20 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff4df\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 223 / var(--tw-bg-opacity, 1));
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/65 {
  background-color: rgb(0 0 0 / 0.65);
}
.bg-blue-50\/95 {
  background-color: rgb(239 246 255 / 0.95);
}
.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.bg-green-50\/95 {
  background-color: rgb(240 253 244 / 0.95);
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / 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-50\/95 {
  background-color: rgb(254 242 242 / 0.95);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-yellow-50\/95 {
  background-color: rgb(254 252 232 / 0.95);
}
.bg-\[linear-gradient\(90deg\2c \#ffd04a\2c \#ff9d1a\)\] {
  background-image: linear-gradient(90deg,#ffd04a,#ff9d1a);
}
.bg-\[url\(\'https\:\/\/images\.unsplash\.com\/photo-1557683316-973673baf926\?q\=80\&w\=2029\&auto\=format\&fit\=crop\'\)\] {
  background-image: url('https://images.unsplash.com/photo-1557683316-973673baf926?q=80&w=2029&auto=format&fit=crop');
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.from-indigo-400 {
  --tw-gradient-from: #818cf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500 {
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-purple-500 {
  --tw-gradient-to: rgb(168 85 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-pink-500 {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}
.to-purple-400 {
  --tw-gradient-to: #c084fc var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.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;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.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-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-center {
  text-align: center;
}
.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-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[2\.8rem\] {
  font-size: 2.8rem;
}
.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-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-\[\#0f9f48\] {
  --tw-text-opacity: 1;
  color: rgb(15 159 72 / var(--tw-text-opacity, 1));
}
.text-\[\#7f1016\] {
  --tw-text-opacity: 1;
  color: rgb(127 16 22 / var(--tw-text-opacity, 1));
}
.text-\[\#8a0d13\] {
  --tw-text-opacity: 1;
  color: rgb(138 13 19 / var(--tw-text-opacity, 1));
}
.text-\[\#8f4f30\] {
  --tw-text-opacity: 1;
  color: rgb(143 79 48 / var(--tw-text-opacity, 1));
}
.text-\[\#9d7f62\] {
  --tw-text-opacity: 1;
  color: rgb(157 127 98 / var(--tw-text-opacity, 1));
}
.text-\[\#a0663e\] {
  --tw-text-opacity: 1;
  color: rgb(160 102 62 / var(--tw-text-opacity, 1));
}
.text-\[\#ffd049\] {
  --tw-text-opacity: 1;
  color: rgb(255 208 73 / var(--tw-text-opacity, 1));
}
.text-\[\#ffd34d\] {
  --tw-text-opacity: 1;
  color: rgb(255 211 77 / var(--tw-text-opacity, 1));
}
.text-\[\#ffe9bb\]\/85 {
  color: rgb(255 233 187 / 0.85);
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / 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-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-75 {
  opacity: 0.75;
}
.mix-blend-overlay {
  mix-blend-mode: overlay;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_0_24px_rgba\(255\2c 210\2c 76\2c 0\.03\)\] {
  --tw-shadow: 0 0 0 24px rgba(255,210,76,0.03);
  --tw-shadow-colored: 0 0 0 24px 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_14px_30px_rgba\(0\2c 0\2c 0\2c 0\.18\)\] {
  --tw-shadow: 0 14px 30px rgba(0,0,0,0.18);
  --tw-shadow-colored: 0 14px 30px 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_16px_45px_rgba\(0\2c 0\2c 0\2c 0\.22\)\] {
  --tw-shadow: 0 16px 45px rgba(0,0,0,0.22);
  --tw-shadow-colored: 0 16px 45px 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_16px_45px_rgba\(0\2c 0\2c 0\2c 0\.26\)\] {
  --tw-shadow: 0 16px 45px rgba(0,0,0,0.26);
  --tw-shadow-colored: 0 16px 45px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-black\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --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);
}
.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_6px_20px_rgba\(0\2c 0\2c 0\2c 0\.45\)\] {
  --tw-drop-shadow: drop-shadow(0 6px 20px rgba(0,0,0,0.45));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-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;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Traditional Chinese H5 Theme Styles */
body.is-h5 {
    background-color: #A01111; /* Strong Red background matching screenshot */
    background-image: 
        url('https://www.transparenttextures.com/patterns/p6.png'),
        url('https://www.transparenttextures.com/patterns/red-silk.png');
    background-attachment: fixed;
    font-family: 'Noto Serif SC', serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    justify-content: center;
}

/* Restrict width to simulate H5 on desktop */
body.is-h5 #app {
    width: 100%;
    max-width: 500px;
    background-color: #A01111; /* Match body for seamless feel */
    min-height: 100vh;
    position: relative;
    box-shadow: 0 0 100px rgba(0,0,0,0.6);
}

body:not(.is-h5) #app {
    width: 100%;
    min-height: 100vh;
}

/* Scrollbar hidden */
::-webkit-scrollbar { width: 0px; background: transparent; }

h1, h2, h3, .font-traditional { font-family: 'Noto Serif SC', serif; }

/* Form Card - Like the screenshot's rounded containers */
.form-pill {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #E6B800;
    border-radius: 25px;
    padding: 10px 18px; /* Increased padding for larger text */
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.form-pill label {
    width: 80px; /* Wider to accommodate larger text */
    font-size: 15px; /* Increased from 13px */
    color: #333;
    font-weight: bold;
    flex-shrink: 0;
}

.form-pill input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px; /* Increased from 13px */
    color: #333;
}

/* Submit Button - Golden yellow */
.btn-submit-h5 {
    background: linear-gradient(180deg, #F9D423 0%, #FFB600 100%);
    border-radius: 28px;
    border: 1px solid #D4AF37;
    color: #8B4513;
    font-weight: 900;
    box-shadow: 0 4px 0 #CC7A00, 0 8px 20px rgba(0,0,0,0.3);
    transition: all 0.1s;
    font-size: 1.4rem; /* Increased from 1.25rem */
    letter-spacing: 0.25em;
}

.btn-submit-h5:active {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #CC7A00;
}

/* Gender Circle Toggle */
.gender-circle {
    width: 26px; /* Increased from 22px */
    height: 26px;
    border-radius: 50%;
    border: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px; /* Increased from 11px */
    transition: all 0.2s;
    background: white;
    color: #666;
    margin-right: 10px;
}

input:checked + .gender-circle {
    background: #D0021B;
    border-color: #D0021B;
    color: white;
}

/* Custom Bottom Sheet Date Picker */
.bottom-sheet {
    position: fixed; /* Revert back to fixed so it sticks to the screen bottom */
    bottom: 0;
    left: 50%; /* Center horizontally */
    transform: translate(-50%, 100%); /* Center and hide below */
    width: 100%;
    max-width: 500px; /* Restrict to #app width */
    background: white;
    z-index: 1000;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: transform 0.3s ease-out;
}

.bottom-sheet.show {
    transform: translate(-50%, 0); /* Show at bottom center */
}

.overlay {
    position: fixed; /* Revert back to fixed to cover the whole screen */
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.overlay.show {
    opacity: 1;
    pointer-events: auto;
}

/* Date columns */
.picker-col {
    height: 200px;
    overflow-y: auto;
    text-align: center;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-type: y mandatory; /* Smooth snapping */
    scroll-behavior: smooth;
}

.picker-col::-webkit-scrollbar { display: none; }

.picker-item {
    height: 40px;
    line-height: 40px;
    color: #999;
    font-size: 14px;
    scroll-snap-align: center; /* Snap to center */
    transition: all 0.2s ease;
    cursor: pointer;
}

.picker-item.active {
    color: #D0021B;
    font-weight: bold;
    font-size: 16px;
}

.picker-padding {
    height: 80px; /* 2 items height (2 * 40px) to pad top and bottom */
}

/* Agreement checkbox */
.checkbox-custom {
    width: 14px;
    height: 14px;
    border: 1px solid #F9D423;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 6px;
    background: transparent;
}

input:checked + .checkbox-custom::after {
    content: '';
    position: absolute;
    inset: 2px;
    background: #F9D423;
    border-radius: 50%;
}

/* Card with gold gradient border */
.gold-border-card {
    background: #FFF5E6;
    border-radius: 12px;
    padding: 2px;
    background: linear-gradient(180deg, #F9D423 0%, #FFB600 100%);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.gold-border-card-inner {
    background: #FFF5E6;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
}

/* Sub-card item */
.info-sub-card {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 15px; /* Increased padding */
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
    border: 1px solid #F0E0D0;
}

.info-sub-card:last-child {
    margin-bottom: 0;
}

.badge-tag {
    font-size: 12px; /* Increased from 10px */
    padding: 3px 12px;
    border-radius: 20px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 6px;
}

.badge-orange { background: #FFE4D0; color: #D35400; }
.badge-pink { background: #FFD0D0; color: #C0392B; }
.badge-yellow { background: #FFF9D0; color: #B7950B; }
.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\:border-indigo-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.hover\:border-red-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.hover\:border-slate-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.hover\:bg-emerald-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / 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-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / 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\:text-indigo-600:hover {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-800:hover {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.focus\:border-indigo-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-4: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(4px + 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-indigo-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity, 1));
}
.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.active\:translate-y-0:active {
  --tw-translate-y: 0px;
  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\:opacity-60:disabled {
  opacity: 0.6;
}
.disabled\:opacity-70:disabled {
  opacity: 0.7;
}
@media (min-width: 640px) {

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

  .sm\:p-12 {
    padding: 3rem;
  }
}
@media (min-width: 768px) {

  .md\:flex {
    display: flex;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }
}
@media (min-width: 1024px) {

  .lg\:grid-cols-\[220px_1fr_auto\] {
    grid-template-columns: 220px 1fr auto;
  }

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

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

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

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

  .lg\:p-16 {
    padding: 4rem;
  }
}

.toast-anim-enter-active[data-v-5c181c2c],
.toast-anim-leave-active[data-v-5c181c2c] {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.toast-anim-enter-from[data-v-5c181c2c] {
  opacity: 0;
  transform: translateY(-20px) scale(0.95);
}
.toast-anim-leave-to[data-v-5c181c2c] {
  opacity: 0;
  transform: translateY(-10px) scale(0.95);
}

.hero-stage[data-v-21451f3d] {
  position: relative;
  min-height: min(96vw, 470px);
  overflow: hidden;
}
.hero-image[data-v-21451f3d] {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
}
.hero-bottom-fade[data-v-21451f3d] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 9rem;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(143, 13, 20, 0) 0%, rgba(143, 13, 20, 0.58) 54%, #8f0d14 100%);
}
.hero-replacement-title[data-v-21451f3d] {
  position: absolute;
  z-index: 12;
  left: 50%;
  top: 1.18rem;
  width: min(82%, 22rem);
  transform: translateX(-50%);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(187, 22, 16, 0.94), rgba(145, 10, 12, 0.9)),
    radial-gradient(circle at 28% 0%, rgba(255, 221, 91, 0.18), transparent 42%);
  padding: 0.32rem 0.9rem 0.48rem;
  color: #ffe45c;
  font-size: clamp(2.35rem, 11vw, 4.4rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  text-shadow:
    0 2px 0 #8f2a08,
    0 4px 8px rgba(65, 0, 0, 0.48);
  box-shadow:
    inset 0 0 0 1px rgba(255, 226, 117, 0.35),
    0 6px 18px rgba(70, 0, 0, 0.18);
}
.hero-title-wrap[data-v-21451f3d] {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.25rem 0;
  text-align: center;
}
.hero-tagline[data-v-21451f3d] {
  margin-top: 0.45rem;
  border: 1px solid rgba(255, 225, 150, 0.72);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(182, 37, 18, 0.92), rgba(145, 21, 14, 0.9));
  color: #ffe7a7;
  padding: 0.32rem 1.15rem;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 4px rgba(78, 0, 0, 0.35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 5px 12px rgba(84, 0, 0, 0.22);
}
.marquee-track[data-v-21451f3d] {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee-scroll-21451f3d 22s linear infinite;
}
.marquee-text[data-v-21451f3d] {
  flex: none;
  padding: 0.65rem 2rem;
  white-space: nowrap;
  color: rgba(255, 246, 224, 0.92);
  font-size: 0.82rem;
}
.fortune-card[data-v-21451f3d] {
  position: relative;
  border: 1px solid rgba(242, 204, 123, 0.45);
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(255, 243, 199, 0.95), rgba(255, 244, 223, 0.98)),
    linear-gradient(180deg, #fffaf0, #fff2d9);
  padding: 1.6rem;
  color: #7f1016;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}
.fortune-row[data-v-21451f3d] {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 22px;
  border: 1px solid rgba(227, 201, 160, 0.75);
  background: rgba(255, 255, 255, 0.84);
  padding: 0.95rem 1rem;
  text-align: left;
}
.fortune-row-button[data-v-21451f3d] {
  width: 100%;
}
.fortune-label[data-v-21451f3d] {
  width: 3.6rem;
  flex: none;
  color: #8a0d13;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.fortune-input[data-v-21451f3d] {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #53241e;
  font-size: 0.95rem;
  outline: none;
}
.fortune-input[data-v-21451f3d]::-moz-placeholder {
  color: #b79b87;
}
.fortune-input[data-v-21451f3d]::placeholder {
  color: #b79b87;
}
.fortune-date-text[data-v-21451f3d] {
  flex: 1;
  color: #53241e;
  font-size: 0.95rem;
  line-height: 1.5;
}
.fortune-date-placeholder[data-v-21451f3d] {
  color: #b79b87;
}
.gender-pill[data-v-21451f3d] {
  border-radius: 999px;
  border: 1px solid rgba(137, 13, 19, 0.28);
  background: rgba(255, 255, 255, 0.95);
  padding: 0.5rem 1.15rem;
  color: #8a0d13;
  font-size: 0.95rem;
  font-weight: 700;
  transition: all 0.2s ease;
}
.gender-pill-active[data-v-21451f3d] {
  border-color: transparent;
  background: linear-gradient(90deg, #8a0d13, #b2141b);
  color: #fff6de;
  box-shadow: 0 10px 18px rgba(137, 13, 19, 0.16);
}
.submit-btn[data-v-21451f3d],
.pay-btn[data-v-21451f3d] {
  width: 100%;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #16b35d, #21d06d);
  padding: 1rem 1.4rem;
  color: white;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  box-shadow: 0 18px 32px rgba(22, 179, 93, 0.24);
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}
.submit-btn[data-v-21451f3d]:disabled,
.pay-btn[data-v-21451f3d]:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}
.submit-btn[data-v-21451f3d]:not(:disabled):active,
.pay-btn[data-v-21451f3d]:not(:disabled):active {
  transform: scale(0.985);
}
.consent-line[data-v-21451f3d] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.78rem;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  color: #c47b1f;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 780;
  line-height: 1.35;
  text-align: center;
  transition: color 0.18s ease, transform 0.18s ease;
}
.consent-line[data-v-21451f3d]:active {
  transform: scale(0.99);
}
.consent-dot[data-v-21451f3d] {
  position: relative;
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  border: 1.6px solid #f2bf27;
  border-radius: 999px;
  background: transparent;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.consent-dot[data-v-21451f3d]::after {
  content: '';
  position: absolute;
  left: 0.29rem;
  top: 0.11rem;
  width: 0.32rem;
  height: 0.58rem;
  border-right: 2px solid #fff6d4;
  border-bottom: 2px solid #fff6d4;
  opacity: 0;
  transform: rotate(42deg) scale(0.7);
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.consent-line-active[data-v-21451f3d] {
  color: #a95a12;
}
.consent-line-active .consent-dot[data-v-21451f3d] {
  border-color: #d08a15;
  background: linear-gradient(180deg, #ffd758, #d69215);
  box-shadow: 0 3px 8px rgba(161, 94, 10, 0.22);
}
.consent-line-active .consent-dot[data-v-21451f3d]::after {
  opacity: 1;
  transform: rotate(42deg) scale(1);
}
.consent-line-error[data-v-21451f3d] {
  color: #d92727;
}
.consent-line-error .consent-dot[data-v-21451f3d] {
  border-color: #e53939;
  box-shadow: 0 0 0 3px rgba(229, 57, 57, 0.14);
}
.support-inline-note[data-v-21451f3d] {
  margin-top: 0.52rem;
  color: #8f4f30;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.5;
}
.test-preview-panel[data-v-21451f3d] {
  border-radius: 10px;
  border: 1px solid rgba(255, 208, 95, 0.54);
  background:
    linear-gradient(180deg, #b92418 0%, #c52a1a 8%, #fff2c8 8%, #fff7df 92%, #c42a19 92%, #b52217 100%);
  padding: 1.05rem 0.55rem 0.9rem;
  box-shadow:
    inset 0 0 18px rgba(255, 211, 91, 0.72),
    0 16px 36px rgba(75, 0, 0, 0.22);
}
.test-preview-list[data-v-21451f3d] {
  display: grid;
  gap: 0.78rem;
  border: 1px solid rgba(217, 146, 62, 0.42);
  border-radius: 8px;
  background: rgba(255, 251, 238, 0.9);
  padding: 0.86rem;
  box-shadow: inset 0 0 20px rgba(255, 223, 137, 0.4);
}
.test-preview-card[data-v-21451f3d] {
  display: grid;
  grid-template-columns: 42% 1fr;
  align-items: center;
  gap: 0.9rem;
  min-height: 8.15rem;
  border: 1px solid rgba(208, 168, 106, 0.45);
  border-radius: 9px;
  background: rgba(255, 252, 244, 0.96);
  padding: 0.72rem;
  color: #a45b2e;
  box-shadow: 0 2px 10px rgba(155, 76, 20, 0.06);
}
.test-preview-card-reverse[data-v-21451f3d] {
  grid-template-columns: 1fr 42%;
}
.test-preview-card-reverse .test-preview-image[data-v-21451f3d] {
  order: 2;
}
.test-preview-card-reverse .test-preview-copy[data-v-21451f3d] {
  order: 1;
}
.test-preview-image[data-v-21451f3d] {
  width: 100%;
  aspect-ratio: 1.58 / 1;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}
.test-preview-copy[data-v-21451f3d] {
  display: grid;
  gap: 0.32rem;
  justify-items: center;
  text-align: center;
}
.test-preview-copy h3[data-v-21451f3d] {
  min-width: 6.1rem;
  border-radius: 999px;
  background: #ffdec8;
  padding: 0.24rem 0.68rem;
  color: #ac552a;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.25;
}
.test-preview-copy p[data-v-21451f3d] {
  margin: 0;
  color: #a16038;
  font-size: 0.96rem;
  font-weight: 780;
  line-height: 1.48;
}
.trust-badges[data-v-21451f3d] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.32rem;
  margin-top: 0.95rem;
  color: #fff5d0;
  font-size: 0.82rem;
  font-weight: 900;
}
.trust-badge[data-v-21451f3d],
.trust-badge-text[data-v-21451f3d] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.85rem;
  border-radius: 3px;
}
.trust-badge[data-v-21451f3d] {
  width: 1.95rem;
  background: #fff;
}
.trust-badge-letter[data-v-21451f3d] {
  color: #df1c1c;
  font-size: 1.35rem;
  font-weight: 950;
}
.trust-badge-ring[data-v-21451f3d] {
  position: relative;
}
.trust-badge-ring[data-v-21451f3d]::before {
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  border: 4px solid #f07120;
  border-left-color: #f7c010;
  border-radius: 999px;
}
.trust-badge-text[data-v-21451f3d] {
  background: #cf2523;
  padding: 0 0.5rem;
}
.report-pay-shell[data-v-21451f3d] {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 28px 28px;
  border: 2px solid #c72a20;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 222, 156, 0.22), transparent 20%),
    radial-gradient(circle at 92% 38%, rgba(255, 244, 219, 0.34), transparent 18%),
    linear-gradient(180deg, #cc0716 0%, #df1d21 25%, #ffd1b4 25%, #ffd8c3 100%);
  color: #5f2119;
  box-shadow: 0 24px 60px rgba(55, 0, 0, 0.32);
}
.report-pay-shell[data-v-21451f3d]::before,
.report-pay-shell[data-v-21451f3d]::after {
  content: '';
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(1px);
}
.report-pay-shell[data-v-21451f3d]::before {
  right: -3.5rem;
  top: 13rem;
  width: 8rem;
  height: 15rem;
  border: 1px solid rgba(210, 49, 39, 0.25);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.58), rgba(255, 206, 180, 0.08) 66%);
}
.report-pay-shell[data-v-21451f3d]::after {
  left: -3.2rem;
  top: 8.2rem;
  width: 7rem;
  height: 13rem;
  background:
    radial-gradient(circle at 48% 30%, rgba(255, 241, 218, 0.6), transparent 42%),
    radial-gradient(circle at 52% 58%, rgba(255, 189, 156, 0.18), transparent 60%);
}
.report-generated-panel[data-v-21451f3d] {
  position: relative;
  z-index: 2;
  margin: 0;
  min-height: 24.5rem;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 221, 156, 0.28), transparent 22%),
    radial-gradient(circle at 82% 32%, rgba(255, 244, 214, 0.22), transparent 20%),
    linear-gradient(180deg, #c80619 0%, #ec2630 25%, #ffb48d 25%, #ffd2bd 100%);
  overflow: hidden;
  padding: 0.95rem 1rem 1.1rem;
}
.report-generated-panel[data-v-21451f3d]::before,
.report-generated-panel[data-v-21451f3d]::after {
  content: '';
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
}
.report-generated-panel[data-v-21451f3d]::before {
  inset: 0.75rem 0.85rem auto;
  height: 5.4rem;
  border: 2px solid rgba(255, 230, 171, 0.52);
  border-bottom: 0;
  opacity: 0.72;
}
.report-generated-panel[data-v-21451f3d]::after {
  left: 50%;
  top: 3.65rem;
  width: 17rem;
  height: 2rem;
  transform: translateX(-50%);
  border-bottom: 3px solid rgba(255, 239, 196, 0.54);
}
.report-hero-content[data-v-21451f3d] {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  color: #fff8e7;
  text-align: center;
}
.report-ready-ribbon[data-v-21451f3d] {
  position: relative;
  width: min(74%, 19rem);
  margin-top: 0.45rem;
  border: 2px solid rgba(255, 207, 96, 0.72);
  border-radius: 8px;
  background: linear-gradient(180deg, #e91424 0%, #bc0715 100%);
  color: #fff1c9;
  padding: 0.72rem 1rem;
  font-size: 1.34rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 12px 22px rgba(104, 0, 8, 0.2);
}
.report-ready-ribbon[data-v-21451f3d]::before,
.report-ready-ribbon[data-v-21451f3d]::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 2.5rem;
  height: 1px;
  background: rgba(255, 226, 163, 0.72);
}
.report-ready-ribbon[data-v-21451f3d]::before {
  left: -2.3rem;
}
.report-ready-ribbon[data-v-21451f3d]::after {
  right: -2.3rem;
}
.report-relationship-card[data-v-21451f3d] {
  position: relative;
  width: 100%;
  min-height: 17rem;
  margin-top: 0.85rem;
  border-radius: 24px 24px 0 0;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.24) 20%, transparent 32%),
    linear-gradient(180deg, #ffc19b 0%, #ffd5bf 48%, #ffe0cf 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 232, 196, 0.45);
}
.report-document-visual[data-v-21451f3d] {
  position: absolute;
  left: 50%;
  top: 48%;
  display: grid;
  width: 10.4rem;
  min-height: 9.4rem;
  align-content: start;
  gap: 0.62rem;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(231, 58, 52, 0.2);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 239, 0.92)),
    radial-gradient(circle at 20% 0%, rgba(255, 102, 104, 0.18), transparent 32%);
  padding: 1rem;
  box-shadow:
    0 16px 34px rgba(173, 34, 30, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}
.report-document-visual[data-v-21451f3d]::before {
  content: '';
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #2bd267, #11a94a);
  box-shadow: 0 7px 16px rgba(17, 169, 74, 0.24);
}
.report-document-visual[data-v-21451f3d]::after {
  content: '';
  position: absolute;
  right: 1.24rem;
  top: 1.05rem;
  width: 0.42rem;
  height: 0.78rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(40deg);
}
.report-document-header[data-v-21451f3d] {
  width: 4.1rem;
  height: 0.86rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #df2430, #ff6b52);
}
.report-document-row[data-v-21451f3d] {
  width: 76%;
  height: 0.58rem;
  border-radius: 999px;
  background: rgba(126, 55, 45, 0.16);
}
.report-document-row-long[data-v-21451f3d] {
  width: 100%;
}
.report-document-grid[data-v-21451f3d] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.2rem;
}
.report-document-grid span[data-v-21451f3d] {
  height: 2.1rem;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 238, 226, 0.95), rgba(255, 217, 201, 0.78)),
    radial-gradient(circle at 20% 20%, rgba(224, 36, 48, 0.22), transparent 32%);
  box-shadow: inset 0 0 0 1px rgba(222, 78, 58, 0.12);
}
.report-topic-pill[data-v-21451f3d] {
  position: absolute;
  display: grid;
  width: 5.45rem;
  min-height: 2.55rem;
  place-items: center;
  border: 1px solid rgba(255, 208, 147, 0.78);
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 25%, rgba(255, 255, 255, 0.28), transparent 26%),
    linear-gradient(180deg, #e94345 0%, #c91624 100%);
  color: #fff4d5;
  padding: 0.34rem 0.55rem;
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
  box-shadow:
    inset 0 0 0 1px rgba(255, 237, 190, 0.28),
    0 9px 18px rgba(132, 0, 13, 0.18);
}
.report-topic-pill-left[data-v-21451f3d] {
  left: 1rem;
}
.report-topic-pill-right[data-v-21451f3d] {
  right: 1rem;
}
.report-topic-pill-one[data-v-21451f3d] {
  top: 2.2rem;
}
.report-topic-pill-two[data-v-21451f3d] {
  top: 2.2rem;
}
.report-topic-pill-three[data-v-21451f3d] {
  top: 8.9rem;
}
.report-topic-pill-four[data-v-21451f3d] {
  top: 8.9rem;
}
.report-topic-pill-center[data-v-21451f3d] {
  left: 50%;
  bottom: 0.85rem;
  transform: translateX(-50%);
}
.report-error-box[data-v-21451f3d] {
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.85rem;
  z-index: 3;
  margin: 0;
  border: 1px solid rgba(181, 33, 33, 0.2);
  border-radius: 14px;
  background: rgba(255, 246, 246, 0.86);
  padding: 0.75rem 0.85rem;
  color: #ac292c;
  font-size: 0.9rem;
  line-height: 1.65;
}
.report-price-panel[data-v-21451f3d] {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  border-top: 1px solid rgba(166, 65, 45, 0.22);
  border-bottom: 1px solid rgba(166, 65, 45, 0.18);
  background: rgba(255, 235, 220, 0.72);
  padding: 1.3rem 1.05rem;
}
.report-price-badge[data-v-21451f3d] {
  display: inline-flex;
  border-radius: 8px;
  background: #d72a2a;
  padding: 0.55rem 0.75rem;
  color: #fff1cf;
  font-size: 1rem;
  font-weight: 950;
  box-shadow: 0 8px 18px rgba(151, 22, 22, 0.2);
}
.report-origin-price[data-v-21451f3d] {
  margin-top: 0.55rem;
  color: #3d2521;
  font-size: 1rem;
  font-weight: 900;
  text-decoration: line-through;
}
.report-countdown[data-v-21451f3d] {
  display: grid;
  align-content: center;
  justify-items: end;
  text-align: right;
}
.report-countdown span[data-v-21451f3d] {
  color: #3f2822;
  font-size: 0.98rem;
  font-weight: 800;
}
.report-countdown strong[data-v-21451f3d] {
  display: block;
  margin-top: 0.7rem;
  color: #cf2424;
  font-size: 1.28rem;
  font-weight: 950;
  letter-spacing: 0.1em;
}
.report-pay-channel[data-v-21451f3d] {
  position: relative;
  z-index: 2;
  padding: 0.95rem 1.05rem 1.55rem;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.14), transparent 22%),
    radial-gradient(circle at 76% 40%, rgba(255, 226, 205, 0.22), transparent 24%),
    linear-gradient(180deg, rgba(255, 218, 198, 0.5), rgba(255, 214, 191, 0.16));
}
.report-pay-method[data-v-21451f3d] {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.95rem;
  min-height: 4.9rem;
  padding: 0.15rem 0 0.7rem;
  border-bottom: 1px solid rgba(158, 66, 48, 0.18);
  color: #25140f;
  font-size: 1.18rem;
  font-weight: 800;
}
.report-wechat-icon[data-v-21451f3d] {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: linear-gradient(180deg, #2ae045 0%, #16c937 56%, #06a82a 100%);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 10px 18px rgba(8, 166, 47, 0.24);
}
.report-wechat-svg[data-v-21451f3d] {
  width: 2.45rem;
  height: 2.45rem;
  display: block;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.08));
}
.report-pay-label[data-v-21451f3d] {
  letter-spacing: 0.01em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.34);
}
.report-checkmark[data-v-21451f3d] {
  position: relative;
  display: block;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 191, 126, 0.96), transparent 28%),
    linear-gradient(180deg, #ec6b35 0%, #c93a18 100%);
  box-shadow:
    inset 0 0 0 2px rgba(255, 235, 214, 0.5),
    0 7px 16px rgba(173, 57, 20, 0.2);
}
.report-checkmark[data-v-21451f3d]::before {
  content: '';
  position: absolute;
  left: 0.74rem;
  top: 0.46rem;
  width: 0.46rem;
  height: 0.92rem;
  border-right: 3px solid #fff7ee;
  border-bottom: 3px solid #fff7ee;
  transform: rotate(38deg);
}
.report-pay-action[data-v-21451f3d] {
  margin-top: 1.15rem;
}
.report-primary-pay[data-v-21451f3d] {
  position: relative;
  overflow: visible;
  min-height: 4.55rem;
  padding: 0.6rem 1.05rem 0.95rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff7ee;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: none;
  box-shadow: none;
  isolation: isolate;
}
.report-primary-pay[data-v-21451f3d]::before,
.report-primary-pay[data-v-21451f3d]::after {
  content: '';
  position: absolute;
  pointer-events: none;
}
.report-primary-pay[data-v-21451f3d]::before {
  z-index: -2;
  inset: 0.28rem 0.58rem 0.68rem;
  border-radius: 15px 15px 19px 19px;
  background:
    radial-gradient(ellipse at 50% -30%, rgba(255, 221, 143, 0.42), transparent 42%),
    radial-gradient(ellipse at 48% 110%, rgba(165, 0, 0, 0.34), transparent 54%),
    linear-gradient(180deg, #ff714a 0%, #fb432a 46%, #ec261d 100%);
  box-shadow:
    inset 0 2px 0 rgba(255, 238, 171, 0.6),
    inset 0 -2px 0 rgba(154, 0, 0, 0.28),
    0 7px 0 #a4000c,
    0 15px 22px rgba(132, 8, 13, 0.3);
}
.report-primary-pay[data-v-21451f3d]::after {
  z-index: -1;
  inset: 0.47rem 0.98rem 0.92rem;
  border: 2px solid rgba(255, 221, 145, 0.78);
  border-radius: 12px 12px 15px 15px;
  box-shadow:
    inset 0 0 10px rgba(255, 177, 84, 0.2),
    0 0 10px rgba(255, 217, 128, 0.14);
}
.report-primary-pay__text[data-v-21451f3d] {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.75rem;
  padding: 0 2.2rem;
  text-align: center;
  line-height: 1.2;
  font-family: 'STKaiti', 'KaiTi', 'FangSong', serif;
  font-size: 1.44rem;
  font-weight: 900;
  letter-spacing: 0;
  color: #fff4ce;
  text-shadow:
    0 2px 0 rgba(114, 12, 8, 0.72),
    0 0 8px rgba(255, 245, 194, 0.22);
}
.report-primary-pay__text[data-v-21451f3d]::before,
.report-primary-pay__text[data-v-21451f3d]::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 1.05rem;
  height: 1.05rem;
  border: 1px solid rgba(255, 228, 150, 0.78);
  border-radius: 2px;
  background:
    linear-gradient(135deg, rgba(255, 225, 128, 0.5) 0 18%, transparent 18% 100%),
    linear-gradient(180deg, #ff744f 0%, #ef321f 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 126, 77, 0.35),
    0 2px 6px rgba(158, 0, 0, 0.2);
}
.report-primary-pay__text[data-v-21451f3d]::before {
  left: 0.05rem;
  transform: translateY(-50%) rotate(45deg);
}
.report-primary-pay__text[data-v-21451f3d]::after {
  right: 0.05rem;
  transform: translateY(-50%) rotate(45deg);
}
.report-primary-pay[data-v-21451f3d]:not(:disabled):active {
  transform: translateY(3px);
  box-shadow:
    0 9px 16px rgba(130, 0, 0, 0.14);
}
.report-primary-pay[data-v-21451f3d]:not(:disabled):active::before {
  box-shadow:
    inset 0 2px 0 rgba(255, 238, 171, 0.55),
    inset 0 -2px 0 rgba(154, 0, 0, 0.2),
    0 4px 0 #a4000c,
    0 10px 16px rgba(132, 8, 13, 0.24);
}
.report-pay-hint[data-v-21451f3d] {
  margin-top: 0.78rem;
  color: #8a4a39;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.6;
}
.report-native-box[data-v-21451f3d] {
  text-align: center;
}
.report-native-box p[data-v-21451f3d] {
  color: #7a3e31;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.6;
}
.report-qr-frame[data-v-21451f3d] {
  display: inline-flex;
  margin-top: 0.9rem;
  border-radius: 18px;
  border: 1px solid rgba(212, 71, 48, 0.24);
  background: #fff;
  padding: 0.8rem;
  box-shadow: 0 14px 26px rgba(90, 23, 15, 0.15);
}
.report-qr-frame img[data-v-21451f3d] {
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.report-polling-text[data-v-21451f3d] {
  margin-top: 0.85rem;
  color: #16884b;
  font-size: 0.82rem;
  font-weight: 800;
}
.report-query-link[data-v-21451f3d] {
  display: block;
  width: 100%;
  margin-top: 1rem;
  border: 0;
  background: transparent;
  color: #8f392c;
  font-size: 0.88rem;
  font-weight: 800;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.report-unlock-section[data-v-21451f3d] {
  position: relative;
  z-index: 2;
  padding: 1.15rem 0.75rem 1.45rem;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 236, 180, 0.13), transparent 26%),
    linear-gradient(180deg, #ab0712 0%, #bb2419 100%);
}
.report-unlock-title[data-v-21451f3d] {
  margin: 0 0 1rem;
  color: #fff0bd;
  font-family: 'STKaiti', 'KaiTi', 'FangSong', serif;
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 2px 0 rgba(117, 14, 9, 0.62);
}
.report-unlock-list[data-v-21451f3d] {
  display: grid;
  gap: 0.95rem;
}
.report-unlock-card[data-v-21451f3d] {
  overflow: hidden;
  border: 1px solid rgba(255, 214, 164, 0.72);
  border-radius: 8px;
  background: #fffdf8;
  color: #172235;
  box-shadow: 0 12px 24px rgba(77, 0, 0, 0.16);
}
.report-unlock-card h3[data-v-21451f3d] {
  margin: 0;
  background: linear-gradient(180deg, #ff5962 0%, #e92f38 100%);
  color: #fff;
  padding: 1rem 0.75rem;
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1.25;
  text-align: center;
}
.report-unlock-card ul[data-v-21451f3d] {
  display: grid;
  gap: 0.72rem;
  margin: 0;
  padding: 1.55rem 1.2rem 1.2rem;
  list-style: none;
}
.report-unlock-card li[data-v-21451f3d] {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  align-items: center;
  gap: 0.72rem;
  min-height: 2.35rem;
  font-size: 1.08rem;
  font-weight: 760;
  line-height: 1.45;
}
.report-unlock-item-icon[data-v-21451f3d],
.report-unlock-button-icon[data-v-21451f3d] {
  position: relative;
  display: inline-block;
  width: 2.05rem;
  height: 2.05rem;
  border: 2px solid #f3474d;
  border-radius: 999px;
}
.report-unlock-item-icon[data-v-21451f3d]::before,
.report-unlock-button-icon[data-v-21451f3d]::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0.46rem;
  width: 0.82rem;
  height: 0.72rem;
  transform: translateX(-50%);
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 0.5rem 0.5rem 0 0;
}
.report-unlock-item-icon[data-v-21451f3d]::after,
.report-unlock-button-icon[data-v-21451f3d]::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 1rem;
  width: 0.92rem;
  height: 0.78rem;
  transform: translateX(-50%);
  border-radius: 0.16rem;
  background: currentColor;
}
.report-unlock-item-icon[data-v-21451f3d] {
  color: #f3474d;
}
.report-unlock-button[data-v-21451f3d] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: min(66%, 16rem);
  min-height: 3.25rem;
  margin: 0 auto 1.35rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff565e 0%, #ec333a 100%);
  color: #fff;
  font-size: 1.18rem;
  font-weight: 900;
  box-shadow: 0 10px 18px rgba(187, 18, 29, 0.2);
}
.report-unlock-button[data-v-21451f3d]:disabled {
  opacity: 0.7;
}
.report-unlock-button-icon[data-v-21451f3d] {
  width: 1.35rem;
  height: 1.35rem;
  border: 0;
  color: #fff;
}
.report-unlock-button-icon[data-v-21451f3d]::before {
  top: 0.05rem;
  width: 0.66rem;
  height: 0.56rem;
  border-width: 2px;
}
.report-unlock-button-icon[data-v-21451f3d]::after {
  top: 0.57rem;
  width: 0.8rem;
  height: 0.66rem;
  border-radius: 0.13rem;
}
.support-rail[data-v-21451f3d] {
  position: fixed;
  right: 0;
  top: 34%;
  z-index: 45;
  display: grid;
  gap: 0;
  overflow: hidden;
  border-radius: 14px 0 0 14px;
  border: 2px solid rgba(255, 67, 85, 0.82);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(70, 0, 20, 0.22);
  backdrop-filter: blur(8px);
}
.support-rail-button[data-v-21451f3d] {
  display: grid;
  width: 2.45rem;
  min-height: 5.15rem;
  place-items: center;
  gap: 0.25rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  background: linear-gradient(180deg, #a48bff 0%, #8069f5 100%);
  color: #fff;
  padding: 0.48rem 0.25rem;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.support-rail-button[data-v-21451f3d]:nth-child(2) {
  background: linear-gradient(180deg, #9a83ff 0%, #d35dde 100%);
}
.support-rail-button[data-v-21451f3d]:last-child {
  border-bottom: 0;
  background: linear-gradient(180deg, #ff7d66 0%, #f0442f 100%);
}
.support-rail-button[data-v-21451f3d]:active {
  transform: translateY(1px);
}
.support-rail-icon[data-v-21451f3d] {
  font-size: 0.72rem;
  line-height: 1;
}
.support-modal-mask[data-v-21451f3d] {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  background: rgba(27, 4, 7, 0.58);
  padding: 1.2rem;
  backdrop-filter: blur(4px);
}
.support-modal[data-v-21451f3d] {
  position: relative;
  width: min(100%, 22rem);
  border-radius: 18px;
  border: 1px solid rgba(245, 205, 128, 0.7);
  background: linear-gradient(180deg, #fffaf0, #fff2df);
  color: #741016;
  padding: 1.35rem;
  box-shadow: 0 24px 60px rgba(26, 0, 4, 0.34);
}
.support-modal-close[data-v-21451f3d] {
  position: absolute;
  right: 0.75rem;
  top: 0.62rem;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(116, 16, 22, 0.08);
  color: #741016;
  font-size: 1.35rem;
  line-height: 1;
}
.support-modal-title[data-v-21451f3d] {
  margin: 0;
  padding-right: 2.3rem;
  color: #741016;
  font-size: 1.15rem;
  font-weight: 950;
}
.support-modal-body[data-v-21451f3d] {
  margin-top: 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(242, 204, 123, 0.48);
  background: rgba(255, 255, 255, 0.62);
  padding: 1.15rem;
}
.support-empty-order[data-v-21451f3d] {
  margin: 0;
  text-align: center;
  color: #8b4b2b;
  font-size: 1rem;
  font-weight: 800;
}
.support-phone-panel[data-v-21451f3d] {
  display: grid;
  gap: 0.75rem;
  color: #8b4b2b;
  text-align: center;
}
.support-phone-panel p[data-v-21451f3d] {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
}
.support-phone-link[data-v-21451f3d] {
  display: inline-flex;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(90deg, #b41118, #e22f25);
  color: #fff8e5;
  padding: 0.75rem 1rem;
  font-size: 1.18rem;
  font-weight: 950;
  text-decoration: none;
  letter-spacing: 0.02em;
}
@media (max-width: 420px) {
.report-price-panel[data-v-21451f3d] {
    gap: 0.65rem;
    padding-left: 0.82rem;
    padding-right: 0.82rem;
}
.report-price-badge[data-v-21451f3d] {
    font-size: 0.88rem;
}
.report-countdown span[data-v-21451f3d] {
    font-size: 0.86rem;
}
.report-countdown strong[data-v-21451f3d] {
    font-size: 1.05rem;
}
.report-unlock-section[data-v-21451f3d] {
    padding: 0.95rem 0.42rem 1.2rem;
}
.report-unlock-title[data-v-21451f3d] {
    margin-bottom: 0.78rem;
    font-size: 1.32rem;
}
.report-unlock-list[data-v-21451f3d] {
    gap: 0.78rem;
}
.report-unlock-card h3[data-v-21451f3d] {
    padding: 0.82rem 0.55rem;
    font-size: 1.32rem;
}
.report-unlock-card ul[data-v-21451f3d] {
    gap: 0.55rem;
    padding: 1.15rem 0.88rem 1rem;
}
.report-unlock-card li[data-v-21451f3d] {
    grid-template-columns: 2.1rem 1fr;
    gap: 0.6rem;
    font-size: 0.95rem;
}
.report-unlock-item-icon[data-v-21451f3d] {
    width: 1.82rem;
    height: 1.82rem;
}
.report-unlock-button[data-v-21451f3d] {
    width: min(72%, 14rem);
    min-height: 2.75rem;
    margin-bottom: 1.05rem;
    font-size: 1rem;
}
.support-rail[data-v-21451f3d] {
    top: 32%;
    border-radius: 10px 0 0 10px;
    border-width: 1px;
}
.support-rail-button[data-v-21451f3d] {
    width: 1.72rem;
    min-height: 3.72rem;
    gap: 0.16rem;
    padding: 0.32rem 0.12rem;
    font-size: 0.58rem;
}
.support-rail-icon[data-v-21451f3d] {
    font-size: 0.54rem;
}
}
.picker-overlay[data-v-21451f3d] {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgba(16, 4, 5, 0.62);
  backdrop-filter: blur(2px);
}
.picker-sheet[data-v-21451f3d] {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 60;
  width: min(100%, 500px);
  transform: translate(-50%, 100%);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background: #fffaf0;
  color: #7f1016;
  box-shadow: 0 -20px 50px rgba(0, 0, 0, 0.22);
  transition: transform 0.3s ease;
}
.picker-sheet-show[data-v-21451f3d] {
  transform: translate(-50%, 0);
}
.picker-calendar-pill[data-v-21451f3d] {
  border-radius: 999px;
  border: 1px solid rgba(138, 13, 19, 0.12);
  background: #f6efe2;
  padding: 0.45rem 0.95rem;
  color: #9f7d5e;
  font-size: 0.78rem;
  font-weight: 700;
}
.picker-calendar-pill-active[data-v-21451f3d] {
  border-color: transparent;
  background: linear-gradient(90deg, #8a0d13, #b2141b);
  color: #fff6de;
}
.picker-highlight[data-v-21451f3d] {
  pointer-events: none;
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  top: calc(50% - 22px);
  height: 44px;
  border-top: 1px solid rgba(138, 13, 19, 0.12);
  border-bottom: 1px solid rgba(138, 13, 19, 0.12);
  border-radius: 16px;
  background: rgba(138, 13, 19, 0.04);
}
.picker-column[data-v-21451f3d] {
  flex: 1;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
  text-align: center;
}
.picker-column[data-v-21451f3d]::-webkit-scrollbar {
  display: none;
}
.picker-spacer[data-v-21451f3d] {
  height: 88px;
  flex: none;
}
.picker-item[data-v-21451f3d] {
  display: flex;
  height: 44px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #b28f72;
  padding: 0 0.35rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.92rem;
  line-height: 1;
  scroll-snap-align: center;
}
.picker-item-active[data-v-21451f3d] {
  color: #8a0d13;
  font-weight: 800;
}
.spinner-ring[data-v-21451f3d] {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 999px;
  border: 4px solid rgba(255, 211, 77, 0.15);
  border-top-color: #ffd34d;
  animation: spin-21451f3d 2.6s linear infinite;
}
.view-enter-active[data-v-21451f3d],
.view-leave-active[data-v-21451f3d] {
  transition: all 0.28s ease;
}
.view-enter-from[data-v-21451f3d],
.view-leave-to[data-v-21451f3d] {
  opacity: 0;
  transform: translateY(18px);
}
.fade-enter-active[data-v-21451f3d],
.fade-leave-active[data-v-21451f3d] {
  transition: opacity 0.2s ease;
}
.fade-enter-from[data-v-21451f3d],
.fade-leave-to[data-v-21451f3d] {
  opacity: 0;
}
@keyframes marquee-scroll-21451f3d {
from {
    transform: translateX(0);
}
to {
    transform: translateX(-50%);
}
}
@keyframes spin-21451f3d {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}

