/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@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-600: oklch(57.7% 0.245 27.325);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --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-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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);
  }
}
@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 utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-\[-50\%\] {
    top: -50%;
  }
  .top-\[5px\] {
    top: 5px;
  }
  .top-\[21px\] {
    top: 21px;
  }
  .top-\[24px\] {
    top: 24px;
  }
  .top-\[26px\] {
    top: 26px;
  }
  .top-\[32px\] {
    top: 32px;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .top-\[60px\] {
    top: 60px;
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[12px\] {
    right: 12px;
  }
  .right-\[25px\] {
    right: 25px;
  }
  .right-\[30px\] {
    right: 30px;
  }
  .right-\[32px\] {
    right: 32px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[4\.625rem\] {
    bottom: 4.625rem;
  }
  .bottom-\[24px\] {
    bottom: 24px;
  }
  .bottom-\[32px\] {
    bottom: 32px;
  }
  .bottom-\[35px\] {
    bottom: 35px;
  }
  .bottom-\[108px\] {
    bottom: 108px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-\[-50\%\] {
    left: -50%;
  }
  .left-\[0\] {
    left: 0;
  }
  .left-\[12px\] {
    left: 12px;
  }
  .left-\[24px\] {
    left: 24px;
  }
  .left-\[30px\] {
    left: 30px;
  }
  .left-\[32px\] {
    left: 32px;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .isolate {
    isolation: isolate;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-9 {
    z-index: 9;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-21 {
    z-index: 21;
  }
  .z-30 {
    z-index: 30;
  }
  .z-99 {
    z-index: 99;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[20\] {
    z-index: 20;
  }
  .z-\[199\] {
    z-index: 199;
  }
  .z-\[200\] {
    z-index: 200;
  }
  .z-\[201\] {
    z-index: 201;
  }
  .z-\[210\] {
    z-index: 210;
  }
  .z-\[211\] {
    z-index: 211;
  }
  .z-\[220\] {
    z-index: 220;
  }
  .z-\[221\] {
    z-index: 221;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .\!mx-\[16px\] {
    margin-inline: 16px !important;
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-\[16px\] {
    margin-inline: 16px;
  }
  .mx-\[24px\] {
    margin-inline: 24px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .me-auto {
    margin-inline-end: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-\[6px\] {
    margin-top: 6px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[28px\] {
    margin-top: 28px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mr-\[10px\] {
    margin-right: 10px;
  }
  .mr-\[16px\] {
    margin-right: 16px;
  }
  .mr-\[20px\] {
    margin-right: 20px;
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-\[4px\] {
    margin-bottom: 4px;
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[26px\] {
    margin-bottom: 26px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-\[8px\] {
    margin-left: 8px;
  }
  .ml-\[16px\] {
    margin-left: 16px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .box-border {
    box-sizing: border-box;
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .\!flex {
    display: flex !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-grid {
    display: inline-grid;
  }
  .aspect-\[1\/1\] {
    aspect-ratio: 1/1;
  }
  .aspect-\[3\/4\] {
    aspect-ratio: 3/4;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-\[4\/5\] {
    aspect-ratio: 4/5;
  }
  .aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .aspect-auto {
    aspect-ratio: auto;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .\!h-\[24px\] {
    height: 24px !important;
  }
  .\!h-\[100vh\] {
    height: 100vh !important;
  }
  .\!h-\[126px\] {
    height: 126px !important;
  }
  .\!h-\[160px\] {
    height: 160px !important;
  }
  .\!h-\[320px\] {
    height: 320px !important;
  }
  .\!h-\[400px\] {
    height: 400px !important;
  }
  .\!h-\[480px\] {
    height: 480px !important;
  }
  .\!h-\[580px\] {
    height: 580px !important;
  }
  .\!h-\[640px\] {
    height: 640px !important;
  }
  .\!h-\[680px\] {
    height: 680px !important;
  }
  .\!h-\[800px\] {
    height: 800px !important;
  }
  .\!h-\[860px\] {
    height: 860px !important;
  }
  .\!h-full {
    height: 100% !important;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-\[1\.5rem\] {
    height: 1.5rem;
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[8px\] {
    height: 8px;
  }
  .h-\[12px\] {
    height: 12px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[21\.375rem\] {
    height: 21.375rem;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[95\%\] {
    height: 95%;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .h-\[118px\] {
    height: 118px;
  }
  .h-\[160px\] {
    height: 160px;
  }
  .h-\[249px\] {
    height: 249px;
  }
  .h-\[312px\] {
    height: 312px;
  }
  .h-\[320px\] {
    height: 320px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[480px\] {
    height: 480px;
  }
  .h-\[580px\] {
    height: 580px;
  }
  .h-\[620px\] {
    height: 620px;
  }
  .h-\[640px\] {
    height: 640px;
  }
  .h-\[680px\] {
    height: 680px;
  }
  .h-\[692px\] {
    height: 692px;
  }
  .h-\[800px\] {
    height: 800px;
  }
  .h-\[860px\] {
    height: 860px;
  }
  .h-\[auto\] {
    height: auto;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-80 {
    max-height: calc(var(--spacing) * 80);
  }
  .max-h-\[17\.75rem\] {
    max-height: 17.75rem;
  }
  .max-h-\[90vh\] {
    max-height: 90vh;
  }
  .max-h-\[100\%\] {
    max-height: 100%;
  }
  .max-h-\[248px\] {
    max-height: 248px;
  }
  .max-h-\[300px\] {
    max-height: 300px;
  }
  .max-h-\[480px\] {
    max-height: 480px;
  }
  .max-h-\[2000px\] {
    max-height: 2000px;
  }
  .max-h-\[calc\(90vh-64px\)\] {
    max-height: calc(90vh - 64px);
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-\[1px\] {
    min-height: 1px;
  }
  .min-h-\[34px\] {
    min-height: 34px;
  }
  .min-h-\[52px\] {
    min-height: 52px;
  }
  .min-h-\[60vh\] {
    min-height: 60vh;
  }
  .min-h-\[100px\] {
    min-height: 100px;
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .min-h-\[300px\] {
    min-height: 300px;
  }
  .min-h-\[320px\] {
    min-height: 320px;
  }
  .min-h-full {
    min-height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .\!w-\[24px\] {
    width: 24px !important;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-\[0\]\! {
    width: 0 !important;
  }
  .w-\[1\.5rem\] {
    width: 1.5rem;
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-\[8px\] {
    width: 8px;
  }
  .w-\[12px\] {
    width: 12px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[95\%\] {
    width: 95%;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[226px\] {
    width: 226px;
  }
  .w-\[260px\] {
    width: 260px;
  }
  .w-\[320px\] {
    width: 320px;
  }
  .w-\[332px\] {
    width: 332px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-\[640px\] {
    width: 640px;
  }
  .w-\[var\(--container-width\)\] {
    width: var(--container-width);
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-\[50\%\] {
    max-width: 50%;
  }
  .max-w-\[60px\] {
    max-width: 60px;
  }
  .max-w-\[80\%\] {
    max-width: 80%;
  }
  .max-w-\[100\%\] {
    max-width: 100%;
  }
  .max-w-\[100px\] {
    max-width: 100px;
  }
  .max-w-\[114px\] {
    max-width: 114px;
  }
  .max-w-\[160px\] {
    max-width: 160px;
  }
  .max-w-\[162px\] {
    max-width: 162px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[var\(--container-width\)\] {
    max-width: var(--container-width);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .shrink-\[0\] {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .basis-1\/1 {
    flex-basis: calc(1 / 1 * 100%);
  }
  .basis-1\/2 {
    flex-basis: calc(1 / 2 * 100%);
  }
  .basis-full {
    flex-basis: 100%;
  }
  .-translate-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-\[-50\%\] {
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-x-0 {
    --tw-scale-x: 0%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-0 {
    rotate: 0deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-\[90deg\] {
    rotate: 90deg;
  }
  .rotate-\[180deg\] {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-grab {
    cursor: grab;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-\[max-content_1fr\] {
    grid-template-columns: max-content 1fr;
  }
  .grid-cols-\[minmax\(auto\,_max-content\)_1fr\] {
    grid-template-columns: minmax(auto, max-content) 1fr;
  }
  .grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-\[0fr\] {
    grid-template-rows: 0fr;
  }
  .grid-rows-\[1fr\] {
    grid-template-rows: 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .\!gap-\[24px\] {
    gap: 24px !important;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-\[0\.5rem\] {
    gap: 0.5rem;
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[22px\] {
    gap: 22px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[48px\] {
    gap: 48px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .gap-\[var\(--module-space\)\] {
    gap: var(--module-space);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-\[12px\] {
    column-gap: 12px;
  }
  .gap-x-\[16px\] {
    column-gap: 16px;
  }
  .gap-x-\[26px\] {
    column-gap: 26px;
  }
  .gap-x-\[var\(--row-space\)\] {
    column-gap: var(--row-space);
  }
  .gap-y-0 {
    row-gap: calc(var(--spacing) * 0);
  }
  .gap-y-\[16px\] {
    row-gap: 16px;
  }
  .gap-y-\[24px\] {
    row-gap: 24px;
  }
  .gap-y-\[var\(--column-space\)\] {
    row-gap: var(--column-space);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[0\.75rem\] {
    border-radius: 0.75rem;
  }
  .rounded-\[0\.375rem\] {
    border-radius: 0.375rem;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[7px\] {
    border-radius: 7px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[50\%\] {
    border-radius: 50%;
  }
  .rounded-\[var\(--button-border-radius\)\] {
    border-radius: var(--button-border-radius);
  }
  .rounded-\[var\(--input-border-radius\)\] {
    border-radius: var(--input-border-radius);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .\!border-0 {
    border-style: var(--tw-border-style) !important;
    border-width: 0px !important;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\(length\:--button-border-width\) {
    border-style: var(--tw-border-style);
    border-width: var(--button-border-width);
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-\[0\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 0.5px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#0000001A\] {
    border-color: #0000001A;
  }
  .border-\[\#D9D9D9\] {
    border-color: #D9D9D9;
  }
  .border-\[\#fff\] {
    border-color: #fff;
  }
  .border-\[var\(--color-divider\)\] {
    border-color: var(--color-divider);
  }
  .border-\[var\(--color-input-select-border\)\] {
    border-color: var(--color-input-select-border);
  }
  .border-\[var\(--color-outline-button-text\)\] {
    border-color: var(--color-outline-button-text);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .bg-\[\#0000004d\] {
    background-color: #0000004d;
  }
  .bg-\[\#00000066\] {
    background-color: #00000066;
  }
  .bg-\[\#D9D9D9\] {
    background-color: #D9D9D9;
  }
  .bg-\[\#EBEBEB\] {
    background-color: #EBEBEB;
  }
  .bg-\[\#F5F5F5\] {
    background-color: #F5F5F5;
  }
  .bg-\[\#F8F8F8\] {
    background-color: #F8F8F8;
  }
  .bg-\[\#f8f8f8\] {
    background-color: #f8f8f8;
  }
  .bg-\[\#fff\] {
    background-color: #fff;
  }
  .bg-\[var\(--color-background\)\] {
    background-color: var(--color-background);
  }
  .bg-\[var\(--color-desc\)\] {
    background-color: var(--color-desc);
  }
  .bg-\[var\(--color-divider\)\] {
    background-color: var(--color-divider);
  }
  .bg-\[var\(--color-divider\,\#eee\)\] {
    background-color: var(--color-divider,#eee);
  }
  .bg-\[var\(--color-input-select-background\)\] {
    background-color: var(--color-input-select-background);
  }
  .bg-\[var\(--color-solid-button-background\)\] {
    background-color: var(--color-solid-button-background);
  }
  .bg-\[var\(--color-suspend-inquiry-button-background\)\] {
    background-color: var(--color-suspend-inquiry-button-background);
  }
  .bg-\[var\(--hover-color\)\] {
    background-color: var(--hover-color);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/5 {
    background-color: color-mix(in srgb, #000 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }
  .bg-black\/10 {
    background-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .bg-black\/40 {
    background-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .bg-black\/85 {
    background-color: color-mix(in srgb, #000 85%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 85%, transparent);
    }
  }
  .bg-black\/\[0\.2\] {
    background-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .bg-black\/\[0\.4\] {
    background-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .\!p-0 {
    padding: calc(var(--spacing) * 0) !important;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-\[0\.75rem\] {
    padding: 0.75rem;
  }
  .p-\[1rem\] {
    padding: 1rem;
  }
  .p-\[2px\] {
    padding: 2px;
  }
  .p-\[8px\] {
    padding: 8px;
  }
  .p-\[12px\] {
    padding: 12px;
  }
  .p-\[16px\] {
    padding: 16px;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .p-\[36px\] {
    padding: 36px;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-9 {
    padding-inline: calc(var(--spacing) * 9);
  }
  .px-\[0px\] {
    padding-inline: 0px;
  }
  .px-\[1rem\] {
    padding-inline: 1rem;
  }
  .px-\[4px\] {
    padding-inline: 4px;
  }
  .px-\[8px\] {
    padding-inline: 8px;
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[21px\] {
    padding-inline: 21px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[32px\] {
    padding-inline: 32px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-\[1\.375rem\] {
    padding-block: 1.375rem;
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[11px\] {
    padding-block: 11px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .py-\[64px\] {
    padding-block: 64px;
  }
  .\!pt-\[16px\] {
    padding-top: 16px !important;
  }
  .pt-\[12px\] {
    padding-top: 12px;
  }
  .pt-\[16px\] {
    padding-top: 16px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[32px\] {
    padding-top: 32px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pr-\[10px\] {
    padding-right: 10px;
  }
  .pb-\[7px\] {
    padding-bottom: 7px;
  }
  .pb-\[16px\] {
    padding-bottom: 16px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[24px\] {
    padding-bottom: 24px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pl-\[12px\] {
    padding-left: 12px;
  }
  .pl-\[16px\] {
    padding-left: 16px;
  }
  .\!text-center {
    text-align: center !important;
  }
  .\!text-left {
    text-align: left !important;
  }
  .\!text-right {
    text-align: right !important;
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-\(family-name\:--font-family\) {
    font-family: var(--font-family);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .\!text-\[1\.25rem\] {
    font-size: 1.25rem !important;
  }
  .\!text-\[16px\] {
    font-size: 16px !important;
  }
  .\!text-\[20px\] {
    font-size: 20px !important;
  }
  .\!text-\[24px\] {
    font-size: 24px !important;
  }
  .text-\(length\:--font-size\) {
    font-size: var(--font-size);
  }
  .text-\(length\:--mobile-font-size\) {
    font-size: var(--mobile-font-size);
  }
  .text-\(length\:--text-font-size\) {
    font-size: var(--text-font-size);
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[20px\]\! {
    font-size: 20px !important;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[24px\]\! {
    font-size: 24px !important;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[48px\]\! {
    font-size: 48px !important;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[14px\] {
    --tw-leading: 14px;
    line-height: 14px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[21px\] {
    --tw-leading: 21px;
    line-height: 21px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }
  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-\[42px\] {
    --tw-leading: 42px;
    line-height: 42px;
  }
  .leading-\[48px\] {
    --tw-leading: 48px;
    line-height: 48px;
  }
  .leading-\[var\(--line-height\)\] {
    --tw-leading: var(--line-height);
    line-height: var(--line-height);
  }
  .leading-\[var\(--mobile-line-height\)\] {
    --tw-leading: var(--mobile-line-height);
    line-height: var(--mobile-line-height);
  }
  .leading-\[var\(--text-line-height\)\] {
    --tw-leading: var(--text-line-height);
    line-height: var(--text-line-height);
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .font-\[var\(--font-weight\)\] {
    --tw-font-weight: var(--font-weight);
    font-weight: var(--font-weight);
  }
  .font-\[var\(--text-font-weight\)\] {
    --tw-font-weight: var(--text-font-weight);
    font-weight: var(--text-font-weight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .\!text-\[\#fff\] {
    color: #fff !important;
  }
  .\!text-\[var\(--color-suspend-inquiry-button-icon\)\] {
    color: var(--color-suspend-inquiry-button-icon) !important;
  }
  .text-\[\#000\] {
    color: #000;
  }
  .text-\[\#000000B2\] {
    color: #000000B2;
  }
  .text-\[\#000000E0\] {
    color: #000000E0;
  }
  .text-\[\#000000\] {
    color: #000000;
  }
  .text-\[\#24D06F\] {
    color: #24D06F;
  }
  .text-\[\#18181b\] {
    color: #18181b;
  }
  .text-\[\#808080\] {
    color: #808080;
  }
  .text-\[\#A6A6AE\] {
    color: #A6A6AE;
  }
  .text-\[\#fff\] {
    color: #fff;
  }
  .text-\[var\(--color-desc\)\] {
    color: var(--color-desc);
  }
  .text-\[var\(--color-input-select-default-text\)\] {
    color: var(--color-input-select-default-text);
  }
  .text-\[var\(--color-input-select-text\)\] {
    color: var(--color-input-select-text);
  }
  .text-\[var\(--color-link\)\] {
    color: var(--color-link);
  }
  .text-\[var\(--color-outline-button-text\)\] {
    color: var(--color-outline-button-text);
  }
  .text-\[var\(--color-product-price\)\] {
    color: var(--color-product-price);
  }
  .text-\[var\(--color-solid-button-text\)\] {
    color: var(--color-solid-button-text);
  }
  .text-\[var\(--color-text\)\] {
    color: var(--color-text);
  }
  .text-\[var\(--color-title\)\] {
    color: var(--color-title);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .opacity-\[var\(--button-opacity\)\] {
    opacity: var(--button-opacity);
  }
  .shadow-\[0_1px_2px_0px_rgba\(0\,0\,0\,0\.1\)\,0_1px_3px_0px_rgba\(0\,0\,0\,0\.06\)\] {
    --tw-shadow: 0 1px 2px 0px var(--tw-shadow-color, rgba(0,0,0,0.1)), 0 1px 3px 0px var(--tw-shadow-color, rgba(0,0,0,0.06));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_1px_4px_2px_rgba\(0\,0\,0\,\.06\)\] {
    --tw-shadow: 0px 1px 4px 2px var(--tw-shadow-color, rgba(0,0,0,.06));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_4px_6px_-1px_\#0000001A\] {
    --tw-shadow: 0px 4px 6px -1px var(--tw-shadow-color, #0000001A);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_8px_12px_-2px_\#0000001A\] {
    --tw-shadow: 0px 8px 12px -2px var(--tw-shadow-color, #0000001A);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[var\(--color-suspend-inquiry-button-shadow\)\] {
    --tw-shadow: var(--color-suspend-inquiry-button-shadow);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[\#00051A0D\] {
    --tw-shadow-color: #00051A0D;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, #00051A0D var(--tw-shadow-alpha), transparent);
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .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,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[background-color\] {
    transition-property: background-color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[grid-template-rows\] {
    transition-property: grid-template-rows;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[opacity\] {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[opcity\] {
    transition-property: opcity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[rotate\] {
    transition-property: rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[top\] {
    transition-property: top;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .delay-\[500\] {
    transition-delay: 500;
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-\[150\] {
    --tw-duration: 150;
    transition-duration: 150;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-hover\:block {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: block;
      }
    }
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:scale-x-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 100%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:opacity-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 0%;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .placeholder\:font-\[400\] {
    &::placeholder {
      --tw-font-weight: 400;
      font-weight: 400;
    }
  }
  .placeholder\:text-\[\#000\] {
    &::placeholder {
      color: #000;
    }
  }
  .first\:pt-\[16px\] {
    &:first-child {
      padding-top: 16px;
    }
  }
  .last\:mb-0 {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:border-b {
    &:hover {
      @media (hover: hover) {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
      }
    }
  }
  .hover\:border-\[var\(--color-outline-button-suspend-text\)\] {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-outline-button-suspend-text);
      }
    }
  }
  .hover\:border-b-\[var\(--hover-color\)\] {
    &:hover {
      @media (hover: hover) {
        border-bottom-color: var(--hover-color);
      }
    }
  }
  .hover\:bg-\[\#f5f5f5\] {
    &:hover {
      @media (hover: hover) {
        background-color: #f5f5f5;
      }
    }
  }
  .hover\:bg-\[var\(--color-solid-suspend-button-background\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-solid-suspend-button-background);
      }
    }
  }
  .hover\:bg-\[var\(--color-suspend-inquiry-button-suspend-background\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-suspend-inquiry-button-suspend-background);
      }
    }
  }
  .hover\:bg-black\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #000 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
        }
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:bg-white\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
        }
      }
    }
  }
  .hover\:text-\[\#18181b\] {
    &:hover {
      @media (hover: hover) {
        color: #18181b;
      }
    }
  }
  .hover\:text-\[var\(--color-link\)\] {
    &:hover {
      @media (hover: hover) {
        color: var(--color-link);
      }
    }
  }
  .hover\:text-\[var\(--color-link-suspend\)\] {
    &:hover {
      @media (hover: hover) {
        color: var(--color-link-suspend);
      }
    }
  }
  .hover\:text-\[var\(--color-outline-button-suspend-text\)\] {
    &:hover {
      @media (hover: hover) {
        color: var(--color-outline-button-suspend-text);
      }
    }
  }
  .hover\:text-\[var\(--color-solid-suspend-button-text\)\] {
    &:hover {
      @media (hover: hover) {
        color: var(--color-solid-suspend-button-text);
      }
    }
  }
  .hover\:text-\[var\(--hover-color\)\] {
    &:hover {
      @media (hover: hover) {
        color: var(--hover-color);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:shadow-md {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .max-md\:mt-\[20px\] {
    @media (width < 48rem) {
      margin-top: 20px;
    }
  }
  .max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
  .max-md\:pt-\[20px\] {
    @media (width < 48rem) {
      padding-top: 20px;
    }
  }
  .max-md\:pb-\[20px\] {
    @media (width < 48rem) {
      padding-bottom: 20px;
    }
  }
  .max-md\:text-\[24px\] {
    @media (width < 48rem) {
      font-size: 24px;
    }
  }
  .max-md\:leading-\[32px\] {
    @media (width < 48rem) {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }
}
html {
  overflow-y: scroll;
}
html, body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-family: var(--font-family, system-ui, sans-serif);
  font-display: swap;
  background: var(--color-background, #fff);
  color: var(--color-text, #333);
}
#ss-chat-p {
  position: fixed !important;
  bottom: 0 !important;
  right: 0 !important;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  inset: auto 0 0 auto !important;
  pointer-events: none;
  contain: layout size style;
  overflow: visible;
  z-index: 200;
}
iframe#s-chat-plugin {
  position: fixed !important;
  bottom: 0 !important;
  right: 0 !important;
  max-width: none !important;
  max-height: none !important;
  inset: auto 0 0 auto !important;
  pointer-events: none;
  border: 0;
}
#ss-chat-p iframe, iframe#s-chat-plugin {
  pointer-events: auto;
}
.content-container {
  overflow: inherit;
  padding: 0;
  line-height: normal;
  min-height: 100%;
}
.content-container p {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
.break-word {
  word-break: break-word;
}
.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
  font-size: revert;
  font-weight: revert;
}
.rich-text p {
  margin: revert;
}
.rich-text li {
  list-style: revert;
}
.rich-text ul, .rich-text ol {
  padding: revert;
  list-style: revert;
}
.noticeBoard {
  flex-shrink: 0;
  height: auto;
}
.noticeBoard > div {
  height: auto;
}
.trade-module {
  position: relative;
  isolation: isolate;
}
.trade-main-content {
  min-height: 50vh;
}
.trade-navigator {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--color-background, #fff);
  border-bottom: 1px solid var(--color-divider, #eee);
}
.trade-module-placeholder {
  max-width: var(--container-width, 1200px);
  margin-left: auto;
  margin-right: auto;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #e4e4e7;
  border-radius: 6px;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.remove-p-margin p {
  margin: 0;
}
.origin-pagination {
  display: flex;
  justify-content: center;
}
.origin-pagination .ant-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: var(--color-text);
  font-size: 14px;
  line-height: 32px;
  list-style: none;
}
.origin-pagination .ant-pagination li {
  min-width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.origin-pagination .ant-pagination a, .origin-pagination .ant-pagination button {
  display: inline-flex;
  width: 100%;
  min-width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  color: var(--color-text);
  cursor: pointer;
  font: inherit;
  line-height: 30px;
  outline: none;
  text-decoration: none;
  transition: all 0.2s;
}
.origin-pagination .ant-pagination-item-active a, .origin-pagination .ant-pagination-item-active button {
  border-color: #1677ff;
  color: #1677ff;
  font-weight: 500;
}
.origin-pagination .ant-pagination-item:not(.ant-pagination-item-active) a:hover, .origin-pagination .ant-pagination-item:not(.ant-pagination-item-active) button:hover, .origin-pagination .ant-pagination-prev:not(.ant-pagination-disabled) a:hover, .origin-pagination .ant-pagination-prev:not(.ant-pagination-disabled) button:hover, .origin-pagination .ant-pagination-next:not(.ant-pagination-disabled) a:hover, .origin-pagination .ant-pagination-next:not(.ant-pagination-disabled) button:hover, .origin-pagination .ant-pagination-jump-prev a:hover, .origin-pagination .ant-pagination-jump-prev button:hover, .origin-pagination .ant-pagination-jump-next a:hover, .origin-pagination .ant-pagination-jump-next button:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: var(--color-title);
}
.origin-pagination .ant-pagination-disabled a, .origin-pagination .ant-pagination-disabled button, .origin-pagination .ant-pagination-disabled a:hover, .origin-pagination .ant-pagination-disabled button:hover {
  border-color: transparent;
  color: var(--color-text);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-text) 25%, transparent);
  }
  cursor: not-allowed;
}
.origin-pagination .ant-pagination-jump-prev button, .origin-pagination .ant-pagination-jump-next button, .origin-pagination .ant-pagination-jump-prev a, .origin-pagination .ant-pagination-jump-next a {
  color: var(--color-text);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--color-text) 45%, transparent);
  }
  letter-spacing: 0;
}
.origin-pagination .ant-pagination-prev .iconfont, .origin-pagination .ant-pagination-next .iconfont {
  font-size: 18px;
  line-height: 1;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.form-required::before {
  display: inline-block;
  margin-inline-end: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}
.inquiry-form .trade-form-control {
  height: 46px;
  width: calc(100% - var(--input-border-width, 1px) * 2 - 22px);
  padding: 0 11px;
  box-sizing: content-box;
  line-height: 46px;
}
.inquiry-form .ant-form-item-like {
  margin-bottom: 32px;
}
.inquiry-form textarea.trade-form-control {
  height: 56px;
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.inquiry-form select.trade-form-control {
  height: 46px;
}
.inquiry-form .trade-custom-select-trigger {
  height: 46px;
  width: calc(100% - var(--input-border-width, 1px) * 2 - 22px);
  padding: 0 11px;
  box-sizing: content-box;
}
.modal-color-container {
  --color-text: #000000;
  --color-desc: #71717a;
  --color-solid-button-text: white;
  --color-solid-button-background: #000000;
  --input-border-width: 1px;
  --input-border-radius: 6px;
  --color-input-select-selected-border: #000000;
  --color-input-select-border: #00000040;
  --color-input-select-default-text: #0000004d;
  --color-input-select-background: white;
  --color-input-select-text: #000000;
  --input-opacity: 1;
}
.modal-color-container .trade-form-control, .modal-color-container .trade-form-control:hover, .modal-color-container .trade-custom-select-trigger, .modal-color-container .trade-custom-select-trigger:hover {
  border-color: #00000040;
  background: white;
}
.modal-color-container .trade-form-control:focus, .modal-color-container .trade-custom-select.is-open .trade-custom-select-trigger, .modal-color-container .trade-custom-select-trigger:focus {
  border-color: #000000;
  background: white;
}
.modal-color-container .trade-form-control::placeholder, .modal-color-container .trade-custom-select-label.is-placeholder {
  color: #0000004d;
}
.modal-color-container .trade-form-control, .modal-color-container .trade-custom-select-label {
  color: #000000;
}
.trade-select-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.trade-select-wrap::after {
  position: absolute;
  top: 50%;
  right: 11px;
  color: #71717a;
  font-family: "iconfont";
  font-size: 14px;
  line-height: 1;
  pointer-events: none;
  transform: translateY(-50%);
  content: "\e6c5";
}
.trade-select-control {
  appearance: none;
  padding-right: 34px;
}
.trade-country-region {
  display: flex;
  width: 100%;
  gap: 8px;
  align-items: center;
}
.trade-country-region .trade-select-wrap {
  flex: 1 1 0;
  min-width: 0;
}
.trade-phone-field {
  display: flex;
  width: 100%;
  align-items: stretch;
}
.trade-phone-code {
  width: 84px;
  flex: 0 0 84px;
}
.trade-phone-code .trade-form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.trade-phone-field > input.trade-form-control {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.trade-custom-select {
  position: relative;
  width: 100%;
}
.trade-custom-select-trigger {
  display: flex;
  width: 100%;
  height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid var(--color-input-select-border, #d4d4d8);
  border-radius: var(--input-border-radius, 6px);
  background: var(--color-input-select-background, #fff);
  color: var(--color-input-select-text, var(--color-text));
  padding: 7px 11px;
  font-size: 14px;
  line-height: 20px;
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s;
}
.trade-custom-select.is-open .trade-custom-select-trigger, .trade-custom-select-trigger:focus {
  border-color: rgb( from var(--color-input-select-selected-border, var(--color-link)) r g b / var(--input-opacity, 1) );
}
.trade-custom-select.has-error .trade-custom-select-trigger {
  border-color: #ff4d4f;
}
.trade-custom-select-label {
  min-width: 0;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.trade-custom-select-label.is-placeholder {
  color: var(--color-input-select-default-text, #71717a);
}
.trade-custom-select-arrow {
  flex: 0 0 auto;
  color: #71717a;
  font-size: 14px;
  transition: transform 0.2s;
}
.trade-custom-select.is-open .trade-custom-select-arrow {
  transform: rotate(180deg);
}
.trade-custom-select-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 80;
  display: none;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 6px 16px 0 rgb(0 0 0 / 8%), 0 3px 6px -4px rgb(0 0 0 / 12%), 0 9px 28px 8px rgb(0 0 0 / 5%);
}
.trade-custom-select-dropdown.is-portaled {
  position: fixed;
  z-index: 9999;
  display: block;
}
.trade-custom-select.is-open .trade-custom-select-dropdown {
  display: block;
}
.trade-custom-select-options {
  max-height: 256px;
  overflow-y: auto;
  padding: 4px;
}
.trade-custom-select-options::-webkit-scrollbar {
  width: 6px;
}
.trade-custom-select-options::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #a1a1aa;
}
.trade-custom-select-option {
  display: flex;
  width: 100%;
  min-height: 32px;
  align-items: center;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: var(--color-text);
  padding: 5px 12px;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  cursor: pointer;
}
.trade-custom-select-option:hover, .trade-custom-select-option.is-active, .trade-custom-select-option.is-selected {
  background: #f5f5f5;
}
.trade-custom-select-empty {
  display: flex;
  min-height: 92px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: rgb(0 0 0 / 25%);
  font-size: 14px;
  line-height: 22px;
  padding: 12px 0;
}
.trade-custom-select-empty-icon {
  width: 64px;
  height: 41px;
  color: rgb(0 0 0 / 25%);
}
.trade-custom-select-empty-text {
  color: rgb(0 0 0 / 25%);
}
.trade-phone-code.trade-custom-select {
  width: 84px;
  flex: 0 0 84px;
}
.trade-phone-code .trade-custom-select-trigger {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.trade-phone-code .trade-custom-select-dropdown {
  width: 84px;
}
.trade-phone-field > .trade-custom-select + input.trade-form-control {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.nomargin {
  margin: 0;
}
.trade-form-control {
  width: 100%;
  height: 36px;
  padding: 7px 11px;
  border: 1px solid var(--color-input-select-border, #d4d4d8);
  border-radius: var(--input-border-radius, 6px);
  background-color: var(--color-input-select-background, #fff);
  color: var(--color-input-select-text, var(--color-text));
  font-size: 14px;
  line-height: 20px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
textarea.trade-form-control {
  height: auto;
  resize: vertical;
}
.trade-form-control:focus {
  border-color: rgb( from var(--color-input-select-selected-border, var(--color-link)) r g b / var(--input-opacity, 1) );
  box-shadow: none;
}
.trade-form-control[aria-invalid="true"] {
  border-color: #ff4d4f;
}
.trade-form-error {
  min-height: 18px;
  margin-top: -24px;
  margin-bottom: 12px;
  color: #ff4d4f;
  font-size: 12px;
  line-height: 18px;
}
.trade-form-choice {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--color-text);
  font-size: 14px;
}
.trade-banner button {
  font-family: var(--font-family, inherit);
}
.trade-inquiry-button {
  width: fit-content;
  cursor: pointer;
  border-radius: var(--button-border-radius);
  opacity: var(--button-opacity);
  font-size: 14px;
  font-weight: 500;
}
.trade-inquiry-button--solid {
  height: 36px;
  padding: 0 24px;
  color: var(--color-solid-button-text);
  background: var(--color-solid-button-background);
}
.trade-inquiry-button--outline {
  padding: 10px 24px;
  color: var(--color-outline-button-text);
  border: var(--button-border-width) solid var(--color-outline-button-text);
  background: transparent;
}
.trade-inquiry-button--link {
  color: var(--color-link);
  background: transparent;
}
.trade-inquiry-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.footer-text a {
  color: var(--link-color) !important;
  cursor: pointer !important;
  border-bottom: 1px solid var(--link-color) !important;
  text-decoration: none !important;
}
.footer-text a:hover {
  color: var(--link-hover-color) !important;
  border-bottom-color: var(--link-hover-color) !important;
}
.dynamic-link:hover {
  color: var(--link-hover-color) !important;
}
.list-page .trade-ant-input-affix-wrapper {
  position: relative;
  display: inline-flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  box-sizing: border-box;
  padding: 4px 11px;
  font-family: var(--font-family, inherit);
  font-size: 14px;
  line-height: 24px;
  border-radius: var(--input-border-radius);
  border: var(--input-border-width) solid var(--color-input-select-border);
  background: var(--color-input-select-background);
  transition: border-color 0.2s;
}
.list-page .trade-ant-input-affix-wrapper:focus-within {
  border-color: var(--color-input-select-selected-border);
  box-shadow: none;
  outline: 0;
}
.list-page .trade-ant-input-prefix {
  display: flex;
  flex: none;
  align-items: center;
  height: 24px;
  margin-right: 8px;
  line-height: 24px;
  color: var(--color-input-select-default-text);
}
.list-page .trade-ant-input-prefix .iconfont {
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.list-page .trade-ant-input-affix-wrapper > .trade-ant-input {
  flex: 1;
  min-width: 0;
  width: 100%;
  height: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--color-input-select-text);
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.list-page .trade-ant-input-affix-wrapper > .trade-ant-input::placeholder {
  color: var(--color-input-select-default-text);
}
.list-page .trade-ant-input-affix-wrapper > .trade-ant-input::-webkit-search-cancel-button, .list-page .trade-ant-input-affix-wrapper > .trade-ant-input::-webkit-search-decoration {
  display: none;
  -webkit-appearance: none;
}
.trade-cookie-modal-panel {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999999;
}
.trade-video-placeholder {
  transition: opacity 0.2s ease;
}
.trade-video-placeholder-hide {
  opacity: 0;
}
.video-cover-image .xgplayer .xgplayer-poster {
  background-size: cover;
  background-position: center center;
}
.swiper {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
  transition-property: transform;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-slide {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
}
.trade-swiper .trade-banner, .trade-swiper [data-banner-image-wrap] {
  width: 100%;
  height: 100%;
}
.trade-swiper .trade-banner img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.trade-swiper .trade-banner img.h-full {
  height: 100%;
}
.trade-swiper .trade-banner img.h-auto {
  height: auto;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.trade-swiper .swiper-pagination {
  z-index: 20;
  pointer-events: auto;
}
.trade-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 14px;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.4);
}
.swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.swiper-pagination-fraction-bullet .swiper-pagination-fraction {
  background-color: rgba(0, 0, 0, 0.5);
}
.swiper-pagination-fraction {
  width: fit-content !important;
  padding: 2px 16px;
  border-radius: 100px;
  color: #fff !important;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  bottom: 14px;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.trade-product-detail-main {
  user-select: none;
}
.trade-product-detail-lens {
  z-index: 12;
  background: url(https://assets.weimobtrade.com/client/imgFinger.png) repeat;
  cursor: move;
}
.trade-product-detail-zoom {
  position: absolute;
  top: 0;
  left: calc(100% + 24px);
  z-index: 30;
  border: 1px solid var(--color-divider, #e5e7eb);
  background: #fff;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.14);
  pointer-events: none;
}
.trade-product-detail-zoom img {
  display: block;
  max-width: none;
  object-fit: contain;
}
.trade-product-detail-thumbs {
  scroll-behavior: smooth;
}
.trade-product-detail-thumb {
  border-color: transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.trade-product-detail-thumb.is-active {
  border-color: var( --product-detail-carousel-button-color, var(--color-title) );
}
.trade-product-detail-thumb-nav {
  width: 48px;
  height: 118px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: transparent;
  color: var(--product-detail-carousel-button-color, var(--color-title));
  cursor: pointer;
}
.trade-product-detail-thumb-nav.is-beginning, .trade-product-detail-thumb-nav.is-end, [data-product-detail-mobile-nav] .is-beginning, [data-product-detail-mobile-nav] .is-end {
  cursor: not-allowed;
  color: rgb(from var(--product-detail-carousel-button-color, var(--color-text)) r g b / 40%);
}
.trade-product-detail-thumb-nav .iconfont {
  color: inherit;
}
.trade-product-detail-preview-nav {
  position: absolute;
  top: 50%;
  z-index: 221;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.trade-product-detail-preview-nav:hover {
  background: rgba(255, 255, 255, 0.2);
}
.trade-product-detail-tab {
  position: relative;
  font-family: var(--font-family, inherit);
  line-height: 24px;
}
.trade-product-detail-tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: transparent;
}
.trade-product-detail-tab.is-active {
  font-weight: 500;
}
.trade-product-detail-tab.is-active::after {
  background: var(--color-title);
}
.trade-news-detail-adjacent-button {
  display: block;
  width: 100%;
  height: 32px;
  padding: 0 20px;
  border-radius: var(--button-border-radius);
  background: var(--color-solid-button-background);
  color: var(--color-solid-button-text);
  cursor: pointer;
  opacity: var(--button-opacity);
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
}
.trade-news-detail-adjacent-button:hover {
  background: var(--color-solid-suspend-button-background);
  color: var(--color-solid-suspend-button-text);
}
@media (max-width: 750px) {
  .trade-only-pc {
    display: none !important;
  }
  [data-trade-navigator] {
    height: 60px;
    display: flex;
    align-items: center;
    transition-property: top, transform;
  }
  [data-trade-navigator][data-mobile-scroll="1"] {
    position: sticky;
    top: 0;
    z-index: 99;
  }
}
@media (min-width: 751px) {
  .trade-only-mobile {
    display: none !important;
  }
  [data-trade-navigator][data-pc-suspend="1"] {
    position: sticky;
    top: 0;
    z-index: 198;
  }
}
@media (max-width: 768px) {
  .trade-product-detail-zoom, .trade-product-detail-lens {
    display: none !important;
  }
  .trade-product-detail-tab-list {
    gap: 24px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .trade-product-detail-tab-list::-webkit-scrollbar {
    display: none;
  }
  .trade-product-detail-preview-nav {
    width: 32px;
    height: 32px;
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: 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-duration: initial;
      --tw-ease: initial;
    }
  }
}
