*, ::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.18 | 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;
}

body {
  font-family: "Nunito", sans-serif;
  color: #fef3f6;
}

::-moz-selection {
  background-color: #ffd7e3;
  color: #5b2c31;
}

::selection {
  background-color: #ffd7e3;
  color: #5b2c31;
}

.sunset-body {
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  background: url("/images/01713701baea46638c5193a64565e05c.jpeg") center / cover no-repeat;
  color: #fef3f6;
}

.sunset-body::before {
  content: none;
}

.sunset-body::after {
  content: none;
}

.sunset-body .sky-particles {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background: none;
  animation: none;
}

.particle-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 40;
  overflow: visible;
}

.particle {
  position: fixed;
  left: 0;
  top: 0;
  font-size: var(--size, 1.4rem);
  opacity: 0;
  transform: translate(-50%, -50%) scale(var(--scale, 1));
  animation: particle-rise var(--duration, 1.8s) ease-out forwards;
  filter: drop-shadow(0 0 12px rgba(255, 210, 230, 0.65));
  z-index: 45;
}

.particle--heart::after {
  content: "❤";
  color: #ff80b5;
}

.particle--kiss::after {
  content: "💋";
  color: #ff9ac8;
}

.container {
  width: 100%;
}

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

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

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

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

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

.chat-bubble {
  position: relative;
  max-width: 36rem;
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: rgb(254 205 211 / 0.6);
  background-color: rgb(136 19 55 / 0.6);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 14px 35px rgba(122,54,79,0.35);
  --tw-shadow-colored: 0 14px 35px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.chat-bubble.user {
  align-self: flex-end;
  border-color: rgb(253 230 138 / 0.7);
  background-color: rgb(124 45 18 / 0.7);
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 14px 30px rgba(255,210,162,0.3);
  --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);
}

.chat-bubble.bot {
  align-self: flex-start;
  border-color: rgb(254 205 211 / 0.7);
  background-color: rgb(136 19 55 / 0.7);
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity, 1));
}

.chat-bubble.system {
  margin-left: auto;
  margin-right: auto;
  border-color: rgb(233 213 255 / 0.5);
  background-color: rgb(88 28 135 / 0.6);
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}

.chat-lounge {
  position: relative;
  padding: clamp(0.75rem, 1.4vw, 1rem) clamp(1.6rem, 2.8vw, 2.2rem);
  border: 1px solid rgba(244, 158, 90, 0.45);
  background-color: #ffc499;
  box-shadow: 0 24px 52px rgba(220, 112, 55, 0.32);
  isolation: isolate;
}

.chat-lounge__background,
  .chat-lounge__overlay {
  position: absolute;
  inset: 0;
  background: none;
  opacity: 0;
  pointer-events: none;
  z-index: -3;
}

.chat-lounge__content {
  position: relative;
  z-index: 1;
}

.chat-lounge__header {
  color: #ffeede;
}

.chat-lounge__title {
  font-family: "Press Start 2P", monospace;
  font-size: clamp(1.05rem, 2.3vw, 1.3rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #fb7185;
  text-shadow: 0 0 18px rgba(251, 113, 133, 0.4);
}

.chat-lounge__stream {
  flex: none;
  min-height: clamp(22rem, 52vh, 28rem);
  max-height: clamp(26rem, 58vh, 32rem);
  padding: clamp(1.25rem, 2vw, 1.6rem);
  border-radius: 1.75rem;
  border: 1px solid rgba(255, 198, 156, 0.4);
  background: linear-gradient(160deg, rgba(255, 237, 219, 0.95), rgba(255, 224, 200, 0.92));
  box-shadow: inset 0 0 18px rgba(238, 188, 144, 0.3);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.chat-lounge__stream::-webkit-scrollbar {
  display: none;
}

.chat-lounge__form {
  position: relative;
  z-index: 1;
}

.chat-lounge__input {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  border-radius: 18px;
  border-color: rgba(255, 200, 160, 0.35);
  background: rgba(48, 28, 18, 0.78);
  box-shadow: inset 0 0 20px rgba(25, 12, 6, 0.6);
}

.chat-lounge__input:focus {
  border-color: rgba(255, 210, 170, 0.8);
  box-shadow:
      inset 0 0 24px rgba(64, 36, 20, 0.65),
      0 0 0 3px rgba(255, 205, 170, 0.25);
  transform: translateY(-1px);
}

.chat-lounge__input::-moz-placeholder {
  color: rgba(255, 223, 197, 0.6);
}

.chat-lounge__input::placeholder {
  color: rgba(255, 223, 197, 0.6);
}

.chat-lounge__submit {
  border-radius: 18px;
  letter-spacing: 0.05em;
  box-shadow: 0 18px 40px rgba(255, 170, 106, 0.35);
}

.chat-lounge__submit:active {
  transform: translateY(1px);
  box-shadow: 0 10px 24px rgba(255, 170, 106, 0.3);
}

.chat-lounge__submit-icon {
  font-size: 1rem;
  color: rgba(91, 44, 18, 0.9);
}

.nebula-heart {
  position: relative;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 18px rgba(255, 170, 197, 0.45));
}

.nebula-heart::before,
  .nebula-heart::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50% 50% 0 0;
  background: radial-gradient(circle at 30% 30%, rgba(255, 206, 220, 0.8), rgba(215, 90, 135, 0.15));
  transform: rotate(-45deg);
  animation: heart-glow 7s ease-in-out infinite;
}

.nebula-heart::after {
  transform: translateX(50%) rotate(45deg);
  animation-delay: 2s;
}

.sync-tower-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
}

.sync-tower {
  position: relative;
  width: 3.5rem;
  height: 18rem;
  border-radius: 1.75rem;
  border: 1px solid rgba(27, 18, 40, 0.85);
  background: linear-gradient(180deg, rgba(21, 12, 36, 0.95) 0%, rgba(32, 18, 48, 0.92) 100%);
  box-shadow:
      inset 0 0 22px rgba(73, 41, 110, 0.35),
      0 26px 46px rgba(9, 4, 20, 0.6);
  overflow: hidden;
}

.sync-tower__fill {
  position: absolute;
  inset: auto 0 0 0;
  height: 0%;
  background: linear-gradient(180deg, #452665 0%, #5e2c7b 35%, #7c306f 72%, #8f375f 100%);
  box-shadow:
      inset 0 0 24px rgba(36, 18, 54, 0.55),
      0 0 32px rgba(126, 64, 148, 0.55),
      0 0 16px rgba(92, 46, 112, 0.45);
  transition: height 520ms ease-in-out;
}

.sync-tower__fill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 250, 250, 0.35), rgba(255, 250, 250, 0));
  animation: shimmer-rise 5s linear infinite;
}

.sync-tower__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 12%, rgba(117, 78, 156, 0.45), rgba(117, 78, 156, 0));
  mix-blend-mode: screen;
  opacity: 0.55;
  animation: tower-glow 4.2s ease-in-out infinite;
}

.sync-tower__markers {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 18rem;
  font-size: 0.8rem;
  color: #1d132f;
  text-shadow: 0 0 10px rgba(232, 204, 255, 0.5);
}

.sync-marker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.sync-marker::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(104, 78, 135, 0.95), rgba(104, 78, 135, 0));
}

.roadmap-section {
  width: 100%;
  overflow: hidden;
}

.roadmap-header {
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
  display: flex;
  justify-content: center;
}

.roadmap-title {
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: clamp(2.05rem, 4vw, 2.85rem);
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.97);
  text-shadow: 0 0 22px rgba(255, 192, 222, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.6));
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.roadmap-title::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(14, 10, 22, 0.22);
  backdrop-filter: blur(2px);
  z-index: -1;
}

@media (min-width: 640px) {
  .roadmap-title {
    padding: 1rem 2rem;
  }
}

.roadmap-grid {
  width: 100%;
}

.roadmap-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: rgba(255, 236, 250, 0.92);
  backdrop-filter: blur(6px);
  border-radius: 1rem;
  overflow: hidden;
}

.roadmap-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(14, 10, 22, 0.22);
  backdrop-filter: blur(2px);
  z-index: 0;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}

.roadmap-card:hover::before {
  background: rgba(14, 10, 22, 0.3);
}

.roadmap-card--complete::before {
  background: linear-gradient(
      160deg,
      rgba(16, 34, 26, 0.28) 0%,
      rgba(18, 36, 28, 0.22) 40%,
      rgba(14, 28, 22, 0.2) 100%
    );
}

.roadmap-card--complete:hover::before {
  background: linear-gradient(
      160deg,
      rgba(16, 34, 26, 0.33) 0%,
      rgba(18, 36, 28, 0.27) 50%,
      rgba(14, 28, 22, 0.24) 100%
    );
}

.roadmap-card > * {
  position: relative;
  z-index: 1;
}

.roadmap-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(255, 214, 227, 0.92), rgba(255, 158, 198, 0.72));
  color: rgba(38, 16, 48, 0.9);
  font-weight: 700;
  font-size: 1.25rem;
  box-shadow: 0 14px 28px rgba(255, 160, 206, 0.45);
}

.roadmap-card__title {
  margin: 0;
  font-size: 1.22rem;
  font-weight: 600;
  line-height: 1.3;
  color: rgba(255, 233, 248, 0.97);
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.5));
}

.roadmap-card__text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(247, 229, 255, 0.88);
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.45));
}

.roadmap-card__badge svg {
  width: 1.1rem;
  height: 1.1rem;
}

.roadmap-card__badge {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: radial-gradient(circle at 30% 30%, rgba(134, 255, 195, 0.85), rgba(32, 120, 82, 0.45));
  color: rgba(16, 41, 28, 0.95);
  box-shadow: 0 14px 22px rgba(20, 40, 32, 0.28);
  border: 1px solid rgba(134, 255, 195, 0.55);
}

.vip-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 18rem;
  padding: 0.75rem 2rem;
  border-radius: 1rem;
  font-weight: 700;
  font-size: 0.98rem;
  color: #2e0415;
  background-image: linear-gradient(120deg, #ffe2fb 0%, #ff9cce 45%, #f456c7 100%);
  background-size: 240% 240%;
  box-shadow:
      0 12px 28px rgba(255, 132, 188, 0.35),
      0 0 15px rgba(255, 180, 230, 0.5);
  transition:
      transform 0.25s ease,
      box-shadow 0.3s ease,
      background-position 0.8s ease;
  animation: vipGlowPulse 3.5s ease-in-out infinite;
  text-transform: none;
  margin: -3.75rem auto 1.5rem;
  text-shadow: 0 0 12px rgba(255, 235, 250, 0.45);
}

.vip-btn:hover {
  transform: translateY(-10px) scale(1.05);
  background-position: 100% 50%;
  box-shadow:
      0 20px 42px rgba(255, 150, 200, 0.6),
      0 0 25px rgba(255, 150, 220, 0.8);
}

.vip-btn:focus-visible {
  outline: none;
  box-shadow:
      0 0 0 3px rgba(255, 215, 235, 0.65),
      0 20px 44px rgba(255, 150, 200, 0.55);
}

.vip-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
  justify-items: center;
}

.vip-item {
  position: relative;
  display: grid;
  place-items: stretch;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(223, 134, 166, 0.35);
  aspect-ratio: 4 / 5;
  border: 4px solid rgba(255, 196, 220, 0.55);
  background: linear-gradient(160deg, rgba(60, 18, 45, 0.65), rgba(26, 6, 38, 0.75));
  width: 100%;
  max-width: 20rem;
}

.vip-item img,
  .vip-item video {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  touch-action: none;
}

.vip-blur {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 4, 26, 0.45), rgba(60, 10, 26, 0.55));
  backdrop-filter: blur(12px) saturate(145%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.vip-note {
  margin: 1rem 0;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  opacity: 0.9;
}

.vip-toast {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1.25rem;
  border-radius: 1.25rem;
  background: rgba(14, 28, 20, 0.92);
  border: 1px solid rgba(79, 227, 157, 0.35);
  color: #e5fff3;
  box-shadow:
      0 20px 35px rgba(6, 9, 20, 0.45),
      0 6px 18px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px) saturate(140%);
  opacity: 0;
  transform: translateY(12px) scale(0.97);
  transition:
      opacity 0.25s ease,
      transform 0.25s ease;
  pointer-events: none;
  z-index: 70;
}

.vip-toast.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.vip-toast__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  background: rgba(76, 226, 154, 0.2);
  color: #4fe39d;
}

.vip-toast__text {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vip-toast__close {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.15rem;
  line-height: 1;
  padding: 0.1rem;
  cursor: pointer;
  transition: color 0.2s ease;
}

.vip-toast__close:hover,
  .vip-toast__close:focus-visible {
  color: #ffffff;
  outline: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.right-4 {
  right: 1rem;
}

.top-4 {
  top: 1rem;
}

.isolate {
  isolation: isolate;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

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

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-\[2\.8rem\] {
  height: 2.8rem;
}

.h-full {
  height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-16 {
  width: 4rem;
}

.w-\[2\.8rem\] {
  width: 2.8rem;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-\[8rem\] {
  min-width: 8rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

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

.cursor-default {
  cursor: default;
}

.cursor-wait {
  cursor: wait;
}

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

.flex-col {
  flex-direction: column;
}

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[18px\] {
  border-radius: 18px;
}

.rounded-\[28px\] {
  border-radius: 28px;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-4 {
  border-width: 4px;
}

.border-emerald-300\/30 {
  border-color: rgb(110 231 183 / 0.3);
}

.border-rose-100\/40 {
  border-color: rgb(255 228 230 / 0.4);
}

.border-rose-200\/40 {
  border-color: rgb(254 205 211 / 0.4);
}

.border-rose-200\/60 {
  border-color: rgb(254 205 211 / 0.6);
}

.border-rose-300\/60 {
  border-color: rgb(253 164 175 / 0.6);
}

.border-rose-300\/80 {
  border-color: rgb(253 164 175 / 0.8);
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-rose-500\/10 {
  background-color: rgb(244 63 94 / 0.1);
}

.bg-rose-900\/40 {
  background-color: rgb(136 19 55 / 0.4);
}

.bg-rose-950\/60 {
  background-color: rgb(76 5 25 / 0.6);
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-\[\#ffd4ac\] {
  --tw-gradient-from: #ffd4ac var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 212 172 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-300\/20 {
  --tw-gradient-from: rgb(110 231 183 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-900\/70 {
  --tw-gradient-from: rgb(136 19 55 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#ffbd8f\] {
  --tw-gradient-to: rgb(255 189 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffbd8f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#ffac75\] {
  --tw-gradient-to: #ffac75 var(--tw-gradient-to-position);
}

.to-emerald-600\/10 {
  --tw-gradient-to: rgb(5 150 105 / 0.1) var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-4 {
  padding: 1rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.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-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.font-\[\'Press_Start_2P\'\] {
  font-family: 'Press Start 2P';
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-\[0\.28em\] {
  letter-spacing: 0.28em;
}

.tracking-\[0\.32em\] {
  letter-spacing: 0.32em;
}

.tracking-\[0\.35em\] {
  letter-spacing: 0.35em;
}

.text-\[\#221333\] {
  --tw-text-opacity: 1;
  color: rgb(34 19 51 / var(--tw-text-opacity, 1));
}

.text-\[\#43220c\] {
  --tw-text-opacity: 1;
  color: rgb(67 34 12 / var(--tw-text-opacity, 1));
}

.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.text-amber-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}

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

.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity, 1));
}

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

.text-rose-100 {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity, 1));
}

.text-rose-100\/70 {
  color: rgb(255 228 230 / 0.7);
}

.text-rose-100\/90 {
  color: rgb(255 228 230 / 0.9);
}

.text-rose-200\/90 {
  color: rgb(254 205 211 / 0.9);
}

.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.placeholder-rose-200\/50::-moz-placeholder {
  color: rgb(254 205 211 / 0.5);
}

.placeholder-rose-200\/50::placeholder {
  color: rgb(254 205 211 / 0.5);
}

.opacity-90 {
  opacity: 0.9;
}

.shadow-\[0_10px_24px_rgba\(255\2c 164\2c 110\2c 0\.35\)\] {
  --tw-shadow: 0 10px 24px rgba(255,164,110,0.35);
  --tw-shadow-colored: 0 10px 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_12px_30px_rgba\(255\2c 190\2c 210\2c 0\.35\)\] {
  --tw-shadow: 0 12px 30px rgba(255,190,210,0.35);
  --tw-shadow-colored: 0 12px 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_20px_40px_rgba\(223\2c 134\2c 166\2c 0\.35\)\] {
  --tw-shadow: 0 20px 40px rgba(223,134,166,0.35);
  --tw-shadow-colored: 0 20px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_20px_55px_rgba\(18\2c 6\2c 26\2c 0\.55\)\] {
  --tw-shadow: 0 20px 55px rgba(18,6,26,0.55);
  --tw-shadow-colored: 0 20px 55px 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);
}

.drop-shadow-\[0_0_12px_rgba\(255\2c 183\2c 197\2c 0\.9\)\] {
  --tw-drop-shadow: drop-shadow(0 0 12px rgba(255,183,197,0.9));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-\[0_0_4px_rgba\(236\2c 220\2c 255\2c 0\.35\)\] {
  --tw-drop-shadow: drop-shadow(0 0 4px rgba(236,220,255,0.35));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-\[0_0_4px_rgba\(236\2c 220\2c 255\2c 0\.45\)\] {
  --tw-drop-shadow: drop-shadow(0 0 4px rgba(236,220,255,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);
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.animate-pulse-soft {
  animation: pulse-soft 4s ease-in-out infinite;
}

.animate-fade-in-up {
  opacity: 0;
  transform: translateY(32px);
}

.animate-fade-in-up.is-visible {
  animation: fade-in-up 0.75s ease forwards;
}

/* Custom neon-inspired styling for the anime chat experience */

@keyframes dusk-fade {
  from {
    opacity: 0.35;
  }

  to {
    opacity: 0.65;
  }
}

@keyframes heart-glow {
  0%,
  100% {
    opacity: 0.45;
    transform: translateX(0) rotate(-45deg) scale(1);
  }

  50% {
    opacity: 1;
    transform: translateX(-8%) rotate(-45deg) scale(1.08);
  }
}

@keyframes float-up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }

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

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

  50% {
    transform: scale(1.05);
  }
}

@keyframes sway {
  0%,
  100% {
    transform: rotate(-2deg);
  }

  50% {
    transform: rotate(2deg);
  }
}

@keyframes shimmer-rise {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  30% {
    opacity: 0.8;
  }

  70% {
    opacity: 0.4;
  }

  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}

@keyframes tower-glow {
  0%,
  100% {
    opacity: 0.25;
  }

  50% {
    opacity: 0.7;
  }
}

@keyframes soft-bloom {
  0%,
  100% {
    transform: scale(0.9) translateY(0);
    opacity: 0.45;
  }

  50% {
    transform: scale(1.1) translateY(-8%);
    opacity: 0.8;
  }
}

@keyframes particle-twinkle {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.02);
  }

  100% {
    opacity: 0.7;
    transform: scale(0.99);
  }
}

@keyframes particle-rise {
  0% {
    opacity: 0;
    transform: translate(calc(-50% + 0px), calc(-50% + 0px)) scale(var(--scale, 1)) rotate(0deg);
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--dx, 0px)), calc(-50% + var(--dy, -120px)))
      scale(calc(var(--scale, 1) * 1.35))
      rotate(var(--spin, 25deg));
  }
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(32px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Safety: provide sr-only if not included by Tailwind build (harmless if already present) */

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Mobile-only refinements for the progress block */

@media (max-width: 1023.98px) {
  .mobile-progress-block {
    width: 100%;
  }

  .sync-tower--horizontal {
    position: relative;
    width: 100%;
    height: 3.75rem;
    border-radius: 1.9rem;
    background: linear-gradient(90deg, rgba(21, 12, 36, 0.95) 0%, rgba(32, 18, 48, 0.92) 100%);
    box-shadow:
      inset 0 0 22px rgba(73, 41, 110, 0.32),
      0 22px 36px rgba(9, 4, 20, 0.48);
    overflow: hidden;
  }

  .sync-tower__fill--horizontal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 0%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #452665 0%, #5e2c7b 35%, #7c306f 72%, #8f375f 100%);
    box-shadow:
      inset 0 0 24px rgba(36, 18, 54, 0.55),
      0 0 32px rgba(126, 64, 148, 0.55),
      0 0 16px rgba(92, 46, 112, 0.45);
    transition: width 520ms ease-in-out;
  }

  .sync-tower__fill--horizontal::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 0% 50%, rgba(255, 250, 250, 0.35), rgba(255, 250, 250, 0));
    opacity: 0.3;
    mix-blend-mode: screen;
    animation: shimmer-rise 5s linear infinite;
  }

  .sync-tower__glow--horizontal {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 12% 50%, rgba(117, 78, 156, 0.5), rgba(117, 78, 156, 0));
    mix-blend-mode: screen;
    opacity: 0.6;
    animation: tower-glow 4.2s ease-in-out infinite;
  }
}

.wallet-layer {
  z-index: 120 !important;
}

.connect-btn {
  animation: connectPulse 2.8s ease-in-out infinite;
}

@keyframes connectPulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 10px 24px rgba(255, 164, 110, 0.35);
  }

  50% {
    transform: translateY(-1px);
    box-shadow: 0 14px 32px rgba(255, 164, 110, 0.45);
  }
}

@keyframes vipGlowPulse {
  0% {
    background-position: 0% 50%;
    box-shadow:
      0 12px 28px rgba(255, 132, 188, 0.35),
      0 0 15px rgba(255, 180, 230, 0.4);
  }

  50% {
    background-position: 100% 50%;
    box-shadow:
      0 18px 38px rgba(255, 132, 188, 0.5),
      0 0 22px rgba(255, 150, 220, 0.65);
  }

  100% {
    background-position: 0% 50%;
    box-shadow:
      0 12px 28px rgba(255, 132, 188, 0.35),
      0 0 15px rgba(255, 180, 230, 0.4);
  }
}

.wallet-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(10, 5, 20, 0.78);
  backdrop-filter: blur(8px);
  z-index: 160;
  transition: opacity 0.25s ease;
  opacity: 0;
  pointer-events: none;
}

.wallet-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.wallet-modal__backdrop {
  position: absolute;
  inset: 0;
}

.wallet-modal__panel {
  position: relative;
  width: min(420px, 100%);
  max-height: min(560px, calc(100% - 4rem));
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  padding: 1.75rem;
  border-radius: 1.65rem;
  border: 1px solid rgba(255, 194, 235, 0.24);
  background: linear-gradient(145deg, rgba(39, 18, 58, 0.95), rgba(21, 12, 36, 0.92));
  box-shadow:
    0 30px 60px rgba(7, 2, 16, 0.65),
    inset 0 0 30px rgba(255, 182, 233, 0.12);
  overflow: hidden;
}

.wallet-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 205, 236, 0.25);
  background: rgba(28, 12, 42, 0.65);
  color: rgba(255, 205, 236, 0.85);
  font-size: 1.35rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.wallet-modal__close:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(255, 176, 228, 0.24);
  border-color: rgba(255, 205, 236, 0.45);
}

.wallet-modal__close:focus-visible {
  outline: 2px solid rgba(255, 205, 236, 0.65);
  outline-offset: 2px;
}

.wallet-modal__header {
  padding-right: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.wallet-modal__title {
  font-family: "Press Start 2P", cursive;
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  color: #ffd4ff;
  text-shadow: 0 0 16px rgba(212, 139, 255, 0.5);
}

.wallet-modal__subtitle {
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 226, 245, 0.86);
}

.wallet-modal__search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(254, 210, 241, 0.22);
  background: rgba(31, 17, 48, 0.8);
  padding: 0.55rem 1rem 0.55rem 1rem;
  color: rgba(255, 226, 245, 0.75);
}

.wallet-modal__search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 226, 245, 0.7);
}

.wallet-modal__search-input {
  flex: 1;
  border: none;
  background: transparent;
  color: #ffeefb;
  font-size: 0.95rem;
  outline: none;
}

.wallet-modal__search-input::-moz-placeholder {
  color: rgba(255, 226, 245, 0.55);
}

.wallet-modal__search-input::placeholder {
  color: rgba(255, 226, 245, 0.55);
}

.wallet-modal__options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-height: 280px;
  overflow-y: auto;
  padding-right: 0.2rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 208, 236, 0.6) rgba(39, 18, 58, 0.5);
}

.wallet-modal__options::-webkit-scrollbar {
  width: 6px;
}

.wallet-modal__options::-webkit-scrollbar-track {
  background: rgba(39, 18, 58, 0.5);
  border-radius: 9999px;
}

.wallet-modal__options::-webkit-scrollbar-thumb {
  background: rgba(255, 208, 236, 0.6);
  border-radius: 9999px;
}

.wallet-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  width: 100%;
  padding: 0.95rem 1.1rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 208, 236, 0.22);
  background: linear-gradient(120deg, rgba(54, 26, 78, 0.92), rgba(32, 16, 52, 0.88));
  box-shadow:
    0 16px 32px rgba(22, 9, 35, 0.45),
    inset 0 0 20px rgba(255, 168, 218, 0.08);
  color: #ffeaf4;
  text-align: left;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.wallet-option:hover {
  transform: translateY(-2px);
  box-shadow:
    0 22px 38px rgba(22, 9, 35, 0.55),
    inset 0 0 22px rgba(255, 168, 218, 0.12);
  border-color: rgba(255, 208, 236, 0.45);
}

.wallet-option:focus-visible {
  outline: 2px solid rgba(255, 208, 236, 0.55);
  outline-offset: 2px;
}

.wallet-option__content {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  flex: 1;
}

.wallet-option__badge {
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(135deg, rgba(255, 205, 236, 0.85), rgba(255, 158, 220, 0.7));
  color: rgba(44, 14, 38, 0.9);
  box-shadow: 0 10px 18px rgba(255, 168, 218, 0.35);
}

.wallet-option__badge[data-theme="violet"] {
  background: linear-gradient(135deg, rgba(164, 134, 255, 0.9), rgba(111, 83, 230, 0.75));
  color: rgba(20, 8, 38, 0.92);
}

.wallet-option__badge[data-theme="cyan"] {
  background: linear-gradient(135deg, rgba(138, 229, 255, 0.92), rgba(78, 180, 255, 0.75));
  color: rgba(0, 40, 52, 0.92);
}

.wallet-option__badge[data-theme="amber"] {
  background: linear-gradient(135deg, rgba(255, 216, 158, 0.92), rgba(255, 166, 74, 0.75));
  color: rgba(55, 26, 5, 0.92);
}

.wallet-option__meta {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.wallet-option__name {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.86rem;
}

.wallet-option__status {
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 226, 245, 0.6);
}

.wallet-option__cta {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 200, 230, 0.85);
}

.wallet-option--unavailable {
  opacity: 0.65;
  border-style: dashed;
}

.wallet-option--unavailable:hover {
  transform: none;
  box-shadow:
    0 16px 30px rgba(22, 9, 35, 0.35),
    inset 0 0 16px rgba(255, 168, 218, 0.08);
  border-color: rgba(255, 208, 236, 0.28);
}

.wallet-option--busy {
  pointer-events: none;
  opacity: 0.6;
}

.wallet-modal__empty {
  padding: 0.9rem 1.1rem;
  border-radius: 1.2rem;
  border: 1px dashed rgba(255, 208, 236, 0.35);
  background: rgba(255, 208, 236, 0.08);
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255, 226, 245, 0.75);
}

.wallet-modal__footer {
  display: flex;
  justify-content: flex-end;
}

.wallet-modal__qr-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid rgba(255, 208, 236, 0.32);
  background: linear-gradient(120deg, rgba(255, 208, 236, 0.22), rgba(255, 140, 198, 0.18));
  color: rgba(255, 238, 250, 0.92);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.6rem 1.4rem;
  border-radius: 9999px;
  box-shadow:
    0 12px 24px rgba(22, 8, 35, 0.35),
    inset 0 0 12px rgba(255, 168, 218, 0.18);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.wallet-modal__qr-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 208, 236, 0.5);
  box-shadow:
    0 16px 32px rgba(22, 8, 35, 0.45),
    inset 0 0 16px rgba(255, 168, 218, 0.24);
}

.wallet-error {
  margin-top: 0.35rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(255, 186, 233, 0.82);
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(255, 120, 170, 0.4);
}

.vip-locked .vip-item img,
.vip-locked .vip-item video {
  filter: blur(12px);
  transform: scale(1.02);
}

.vip-locked .vip-blur {
  opacity: 1;
}

.vip-gallery video {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.vip-status {
  text-align: center;
  font-size: 0.9rem;
  color: rgba(255, 226, 245, 0.75);
  letter-spacing: 0.06em;
  min-height: 1.25rem;
  opacity: 0;
  transition: opacity 0.25s ease;
}

@media (max-width: 639.98px) {
  .token-address {
    font-size: 1rem;
    line-height: 1.45;
  }

  .vip-btn {
    max-width: 100%;
    margin: -3.25rem auto 1.75rem;
  }

  .vip-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 640px) {
  .token-address {
    font-size: 1.375rem;
    line-height: 1.55;
  }

  .vip-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem;
  }
}

@media (min-width: 768px) {
  .vip-btn {
    max-width: 16rem;
  }
}

@media (min-width: 1024px) {
  .vip-btn {
    width: auto;
    margin: -6rem 0 1.5rem;
  }

  .vip-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem;
  }
}

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

.hover\:translate-y-3:hover {
  --tw-translate-y: 0.75rem;
  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\:rounded-\[50\%\]:hover {
  border-radius: 50%;
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-300\/20:hover {
  background-color: rgb(253 164 175 / 0.2);
}

.hover\:bg-rose-500\/20:hover {
  background-color: rgb(244 63 94 / 0.2);
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:shadow-\[0_14px_32px_rgba\(255\2c 164\2c 110\2c 0\.45\)\]:hover {
  --tw-shadow: 0 14px 32px rgba(255,164,110,0.45);
  --tw-shadow-colored: 0 14px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-\[0_16px_36px_rgba\(255\2c 164\2c 110\2c 0\.35\)\]:hover {
  --tw-shadow: 0 16px 36px rgba(255,164,110,0.35);
  --tw-shadow-colored: 0 16px 36px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.hover\:shadow-white\/10:hover {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:border-rose-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}

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

.focus\:ring-1: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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.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-\[\#ffd9b8\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 217 184 / var(--tw-ring-opacity, 1));
}

.focus\:ring-rose-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity, 1));
}

.focus\:ring-rose-200\/60:focus {
  --tw-ring-color: rgb(254 205 211 / 0.6);
}

.focus\:ring-rose-200\/80:focus {
  --tw-ring-color: rgb(254 205 211 / 0.8);
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-\[\#2b120a\]:focus {
  --tw-ring-offset-color: #2b120a;
}

.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\:h-\[2\.8rem\] {
    height: 2.8rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:w-\[2\.8rem\] {
    width: 2.8rem;
  }

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

  .sm\:min-w-16 {
    min-width: 4rem;
  }

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

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

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

  .sm\:justify-center {
    justify-content: center;
  }

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

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-7 {
    gap: 1.75rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

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

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .md\:gap-12 {
    gap: 3rem;
  }
}

@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_auto_minmax\(0\2c 1\.1fr\)\] {
    grid-template-columns: minmax(0,1fr) auto minmax(0,1.1fr);
  }

  .lg\:flex-col {
    flex-direction: column;
  }

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

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-\[4\.5rem\] {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
