/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-300: oklch(80.8% 0.114 19.571);
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-900: oklch(39.6% 0.141 25.723);
    --color-red-950: oklch(25.8% 0.092 26.042);
    --color-amber-400: oklch(82.8% 0.189 84.429);
    --color-amber-600: oklch(66.6% 0.179 58.318);
    --color-amber-700: oklch(55.5% 0.163 48.998);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-emerald-300: oklch(84.5% 0.143 164.978);
    --color-emerald-400: oklch(76.5% 0.177 163.223);
    --color-emerald-500: oklch(69.6% 0.17 162.48);
    --color-emerald-900: oklch(37.8% 0.077 168.94);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-neutral-100: oklch(97% 0 0);
    --color-neutral-200: oklch(92.2% 0 0);
    --color-neutral-300: oklch(87% 0 0);
    --color-neutral-400: oklch(70.8% 0 0);
    --color-neutral-500: oklch(55.6% 0 0);
    --color-neutral-600: oklch(43.9% 0 0);
    --color-neutral-700: oklch(37.1% 0 0);
    --color-neutral-800: oklch(26.9% 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-2xl: 96rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --animate-bounce: bounce 1s infinite;
    --blur-sm: 8px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --radius: var(--radius);
    --color-background: hsl(var(--background));
    --color-foreground: hsl(var(--foreground));
    --color-popover: hsl(var(--popover));
    --color-popover-foreground: hsl(var(--popover-foreground));
    --color-primary: hsl(var(--primary));
    --color-primary-foreground: hsl(var(--primary-foreground));
    --color-secondary: hsl(var(--secondary));
    --color-secondary-foreground: hsl(var(--secondary-foreground));
    --color-muted: hsl(var(--muted));
    --color-muted-foreground: hsl(var(--muted-foreground));
    --color-accent: hsl(var(--accent));
    --color-accent-foreground: hsl(var(--accent-foreground));
    --color-destructive: hsl(var(--destructive));
    --color-destructive-foreground: hsl(var(--destructive-foreground));
    --color-border: hsl(var(--border));
    --color-input: hsl(var(--input));
    --color-ring: hsl(var(--ring));
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer base {
  :root {
    --background: 0 0% 100%;
    --foreground: 222.2 84% 4.9%;
    --card: 0 0% 100%;
    --card-foreground: 222.2 84% 4.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 222.2 84% 4.9%;
    --primary: 222.2 47.4% 11.2%;
    --primary-foreground: 210 40% 98%;
    --secondary: 210 40% 96.1%;
    --secondary-foreground: 222.2 47.4% 11.2%;
    --muted: 210 40% 96.1%;
    --muted-foreground: 215.4 16.3% 46.9%;
    --accent: 210 40% 96.1%;
    --accent-foreground: 222.2 47.4% 11.2%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 210 40% 98%;
    --border: 214.3 31.8% 91.4%;
    --input: 214.3 31.8% 91.4%;
    --ring: 222.2 84% 4.9%;
    --radius: 0.5rem;
  }
  .dark {
    --background: 222.2 84% 4.9%;
    --foreground: 210 40% 98%;
    --card: 222.2 84% 4.9%;
    --card-foreground: 210 40% 98%;
    --popover: 222.2 84% 4.9%;
    --popover-foreground: 210 40% 98%;
    --primary: 210 40% 98%;
    --primary-foreground: 222.2 47.4% 11.2%;
    --secondary: 217.2 32.6% 17.5%;
    --secondary-foreground: 210 40% 98%;
    --muted: 217.2 32.6% 17.5%;
    --muted-foreground: 215 20.2% 65.1%;
    --accent: 217.2 32.6% 17.5%;
    --accent-foreground: 210 40% 98%;
    --destructive: 0 62.8% 30.6%;
    --destructive-foreground: 210 40% 98%;
    --border: 217.2 32.6% 17.5%;
    --input: 217.2 32.6% 17.5%;
    --ring: 212.7 26.8% 83.9%;
  }
}
@layer base {
  * {
    border-color: var(--color-border);
  }
  html, body, #root {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  html {
    background-color: #1E1E1E;
    min-height: 100svh;
  }
  body {
    background-color: var(--color-background);
    color: var(--color-foreground);
    min-height: 100svh;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
  }
}
.page-transition-wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  will-change: opacity;
}
.page-transition-exit {
  animation: pageFadeOut 0.4s ease-out forwards;
}
.page-transition-enter {
  opacity: 0;
  animation: pageFadeIn 0.4s ease-out forwards;
}
@keyframes pageFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes pageFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mw-processing-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding-block: 30px;
  opacity: 0;
  animation: mwProcessingFadeIn 0.5s ease-out forwards;
}
@keyframes mwProcessingFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mw-processing-particles {
  width: 200px;
  height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mw-processing-ripple {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  border: 2px solid #F5B841;
  background: transparent;
  opacity: 0;
  transform: scale(0);
  animation: mwRipple 1.8s ease-out infinite;
}
.mw-processing-ripple-1 {
  animation-delay: 0.6s;
}
.mw-processing-ripple-2 {
  animation-delay: 1.2s;
}
@keyframes mwRipple {
  0% {
    opacity: 0.8;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.mw-processing-centerGlow {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  background: #FFF8E7;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 25px rgba(245, 184, 65, 0.5);
}
.mw-processing-iconPulse {
  transform: scale(0.9);
  animation: mwIconPulse 2s ease-in-out infinite;
  will-change: transform;
}
@keyframes mwIconPulse {
  0%, 100% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
}
.mw-processing-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.mw-processing-dot {
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background: #F5B841;
  opacity: 0.3;
  animation: mwDotFade 1.2s ease-in-out infinite;
}
.mw-processing-dot-1 {
  animation-delay: 0.2s;
}
.mw-processing-dot-2 {
  animation-delay: 0.4s;
}
@keyframes mwDotFade {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
@keyframes alertPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.25);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(239, 68, 68, 0);
  }
}
.alert-pulse {
  animation: alertPulse 2s ease-in-out infinite;
}
.mw-kyc-cta-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(280px, 72vw);
  height: min(280px, 72vw);
  max-width: 320px;
  max-height: 320px;
}
.mw-kyc-cta-ring {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  border: 2px solid rgba(250, 218, 156, 0.42);
  pointer-events: none;
  animation: mwKycCtaRipple 2.75s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.mw-kyc-cta-ring-delay {
  animation-delay: 1.375s;
  border-color: rgba(191, 160, 100, 0.28);
}
@keyframes mwKycCtaRipple {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.42);
    opacity: 0;
  }
}
@keyframes mwKycCtaGradientShift {
  0%, 100% {
    background-position: 8% 42%;
  }
  50% {
    background-position: 92% 58%;
  }
}
@keyframes mwKycCtaShine {
  0%, 58% {
    opacity: 0;
    transform: translateX(-35%) skewX(-12deg);
  }
  62% {
    opacity: 0.65;
  }
  72% {
    opacity: 0.55;
    transform: translateX(35%) skewX(-12deg);
  }
  76%, 100% {
    opacity: 0;
    transform: translateX(35%) skewX(-12deg);
  }
}
.mw-kyc-cta-btn {
  position: relative;
  z-index: 10;
  isolation: isolate;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-inline: 2rem;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.375;
  color: #111111;
  -webkit-tap-highlight-color: transparent;
  background: linear-gradient( 142deg, #fff4dc 0%, #fada9c 32%, #d4ac5c 58%, #bfa064 100% );
  background-size: 220% 220%;
  animation: mwKycCtaGradientShift 7s ease-in-out infinite;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(255, 255, 255, 0.22) inset, 0 -3px 14px rgba(0, 0, 0, 0.14) inset;
  transition: transform 0.38s cubic-bezier(0.34, 1.45, 0.64, 1), box-shadow 0.38s ease, filter 0.38s ease;
}
@media (min-width: 640px) {
  .mw-kyc-cta-btn {
    font-size: 1.25rem;
  }
}
.mw-kyc-cta-btn-shine {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  overflow: hidden;
  pointer-events: none;
}
.mw-kyc-cta-btn-shine::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient( 118deg, transparent 42%, rgba(255, 255, 255, 0.55) 50%, transparent 58% );
  opacity: 0;
  animation: mwKycCtaShine 5.5s ease-in-out infinite;
  pointer-events: none;
}
.mw-kyc-cta-btn:hover {
  transform: scale(1.045);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.44), 0 0 48px rgba(250, 218, 156, 0.32), 0 0 0 1px rgba(255, 255, 255, 0.3) inset, 0 -3px 14px rgba(0, 0, 0, 0.14) inset;
  filter: brightness(1.06);
}
.mw-kyc-cta-btn:active {
  transform: scale(0.96);
  transition-duration: 0.1s;
  filter: brightness(0.97);
}
.mw-kyc-cta-btn:focus-visible {
  outline: none;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.38), 0 0 0 3px #1e1e1e, 0 0 0 5px rgba(250, 218, 156, 0.85), 0 0 0 1px rgba(255, 255, 255, 0.22) inset;
}
@media (prefers-reduced-motion: reduce) {
  .mw-kyc-cta-ring, .mw-kyc-cta-ring-delay {
    animation: none;
    opacity: 0;
  }
  .mw-kyc-cta-btn {
    animation: none;
    background-position: 50% 50%;
  }
  .mw-kyc-cta-btn-shine::before {
    animation: none;
    opacity: 0;
  }
  .mw-kyc-cta-btn:hover {
    transform: none;
    filter: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mw-fab-ring, .mw-fab-ring-delay-1, .mw-fab-ring-delay-2 {
    animation: none;
    opacity: 0.22;
  }
}
@keyframes mwFabTap {
  0% {
    transform: scale(1);
  }
  28% {
    transform: scale(0.88);
  }
  52% {
    transform: scale(1.07);
  }
  100% {
    transform: scale(1);
  }
}
.mw-fab-tap {
  animation: mwFabTap 0.48s cubic-bezier(0.34, 1.45, 0.64, 1);
}
@media (prefers-reduced-motion: reduce) {
  .mw-fab-tap {
    animation: none;
  }
}
@keyframes mwLockPriceGradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes mwLockPriceBorderSpin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes mwLockPriceBtnIn {
  from {
    opacity: 0;
    transform: translateY(0.25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mw-lock-price-btn-shell {
  position: relative;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  border-radius: 9999px;
  padding: 2px;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(145deg, #8b7355 0%, #6b5638 100%);
  opacity: 0;
  animation: mwLockPriceBtnIn 0.38s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--mw-lock-stagger, 0) * 55ms);
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.mw-lock-price-btn-shell:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(191, 160, 100, 0.32), 0 1px 4px rgba(0, 0, 0, 0.12), 0 0 10px rgba(255, 255, 255, 0.18);
}
.mw-lock-price-btn-shell:active {
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}
.mw-lock-price-btn-border {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 220%;
  height: 220%;
  transform: translate(-50%, -50%);
  background: conic-gradient( from 0deg, rgba(255, 255, 255, 0.08) 0deg, rgba(255, 255, 255, 0.08) 50deg, rgba(255, 255, 255, 0.35) 65deg, rgba(255, 255, 255, 1) 80deg, #ffffff 90deg, rgba(255, 255, 255, 1) 100deg, rgba(255, 255, 255, 0.35) 115deg, rgba(255, 255, 255, 0.08) 130deg, rgba(255, 255, 255, 0.08) 230deg, rgba(255, 255, 255, 0.35) 245deg, rgba(255, 255, 255, 1) 260deg, #ffffff 270deg, rgba(255, 255, 255, 1) 280deg, rgba(255, 255, 255, 0.35) 295deg, rgba(255, 255, 255, 0.08) 310deg, rgba(255, 255, 255, 0.08) 360deg );
  animation: mwLockPriceBorderSpin 2.5s linear infinite;
  pointer-events: none;
}
.mw-lock-price-btn-shell .mw-lock-price-btn {
  --mw-lock-icon-size: 1.625rem;
  --mw-lock-pad-y: 0.1875rem;
  --mw-lock-pad-left: 0.625rem;
  --mw-lock-pad-right: 0.1875rem;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: inline-grid;
  grid-template-columns: minmax(0, 1fr) var(--mw-lock-icon-size);
  column-gap: 0.25rem;
  align-items: center;
  width: auto;
  min-width: 5rem;
  height: 2rem;
  min-height: 2rem;
  margin: 0;
  padding: var(--mw-lock-pad-y) var(--mw-lock-pad-right) var(--mw-lock-pad-y) var(--mw-lock-pad-left);
  border-radius: 9999px;
  border: none;
  overflow: hidden;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  vertical-align: middle;
  background: linear-gradient( 135deg, #fff6e8 0%, #fada9c 24%, #e8c478 50%, #d4ac5c 76%, #c9a05a 100% );
  background-size: 200% 200%;
  animation: mwLockPriceGradientShift 6.5s ease-in-out infinite;
  color: #1a1a1a;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: filter 0.22s ease;
}
.mw-lock-price-btn-shell .mw-lock-price-btn:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 0 0 2px rgba(250, 218, 156, 0.5);
}
.mw-lock-price-btn-label {
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
}
.mw-lock-price-btn-icon-wrap {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: center;
  width: var(--mw-lock-icon-size);
  height: var(--mw-lock-icon-size);
}
.mw-lock-price-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--mw-lock-icon-size);
  height: var(--mw-lock-icon-size);
  border-radius: 9999px;
  background: linear-gradient(145deg, #a88f58 0%, #7a6340 100%);
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}
.mw-lock-price-btn-icon svg {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  pointer-events: none;
}
.mw-lock-price-btn-shell:hover .mw-lock-price-btn {
  filter: brightness(1.03);
}
.mw-lock-price-btn-shell:hover .mw-lock-price-btn-icon {
  transform: translateX(1px);
}
.mw-create-order-shell {
  display: flex;
  width: 100%;
  margin-top: 1rem;
  border-radius: calc(0.375rem + 2px);
}
.mw-create-order-shell .mw-lock-price-btn-border {
  width: 115%;
  height: auto;
  aspect-ratio: 1;
}
.mw-action-backdrop {
  transition: opacity 280ms cubic-bezier(0.32, 0.72, 0, 1);
  opacity: 0;
}
.mw-action-backdrop--visible {
  opacity: 1;
}
@keyframes mwSpeedDialItemIn {
  from {
    opacity: 0;
    transform: translateY(1.25rem) scale(0.88);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.mw-speed-dial-item {
  opacity: 0;
  animation: mwSpeedDialItemIn 0.38s cubic-bezier(0.34, 1.35, 0.64, 1) forwards;
  animation-delay: calc(var(--mw-stagger, 0) * 52ms);
}
.mw-speed-dial-root:not(.mw-speed-dial-root--visible) .mw-speed-dial-item {
  animation: none;
  opacity: 0;
  transform: translateY(0.875rem) scale(0.92);
}
@media (prefers-reduced-motion: reduce) {
  .mw-lock-price-btn-shell {
    animation: none;
    opacity: 1;
    transform: none;
    animation-delay: 0ms;
  }
  .mw-lock-price-btn-border {
    animation: none;
    opacity: 0;
  }
  .mw-lock-price-btn-shell .mw-lock-price-btn {
    animation: none;
    background-position: 50% 50%;
  }
  .mw-lock-price-btn-shell:hover, .mw-lock-price-btn-shell:active {
    transform: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  }
  .mw-lock-price-btn-shell:hover .mw-lock-price-btn-icon {
    transform: none;
  }
  .mw-action-backdrop {
    transition: opacity 120ms ease;
  }
  .mw-speed-dial-item {
    animation: none;
    opacity: 1;
    transform: none;
    animation-delay: 0ms;
  }
  .mw-speed-dial-root:not(.mw-speed-dial-root--visible) .mw-speed-dial-item {
    opacity: 0;
  }
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.mw-dual-range::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  appearance: none;
  height: 18px;
  width: 18px;
  border-radius: 9999px;
  background: #f6dfa6;
  border: 2px solid #bfa064;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.mw-dual-range::-moz-range-thumb {
  pointer-events: auto;
  height: 18px;
  width: 18px;
  border-radius: 9999px;
  background: #f6dfa6;
  border: 2px solid #bfa064;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.mw-dual-range::-moz-range-track {
  background: transparent;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
