/*! 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-500: oklch(63.7% 0.237 25.331);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --spacing: 0.25rem;
    --animate-spin: spin 1s linear infinite;
    --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 {
  .fixed {
    position: fixed;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .z-50 {
    z-index: 50;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[18vh\] {
    max-height: 18vh;
  }
  .max-h-\[30vh\] {
    max-height: 30vh;
  }
  .max-h-\[38vh\] {
    max-height: 38vh;
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-\[61px\] {
    width: 61px;
  }
  .w-\[202px\] {
    width: 202px;
  }
  .w-\[320px\] {
    width: 320px;
  }
  .w-\[calc\(100vh\*750\/1334\)\] {
    width: calc(100vh * 750 / 1334);
  }
  .w-\[min\(44vw\,290px\)\] {
    width: min(44vw, 290px);
  }
  .w-\[min\(62vw\,425px\)\] {
    width: min(62vw, 425px);
  }
  .w-\[min\(70vw\,484px\)\] {
    width: min(70vw, 484px);
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[650px\] {
    max-width: 650px;
  }
  .max-w-\[min\(44vw\,290px\)\] {
    max-width: min(44vw, 290px);
  }
  .max-w-\[min\(62vw\,425px\)\] {
    max-width: min(62vw, 425px);
  }
  .max-w-\[min\(70vw\,484px\)\] {
    max-width: min(70vw, 484px);
  }
  .max-w-full {
    max-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .basis-0 {
    flex-basis: calc(var(--spacing) * 0);
  }
  .animate-scale-shine {
    animation: scale-shine 1.6s ease-in-out infinite;
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[41px\] {
    gap: 41px;
  }
  .self-center {
    align-self: center;
  }
  .justify-self-center {
    justify-self: center;
  }
  .\!overflow-hidden {
    overflow: hidden !important;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-t-red-500 {
    border-top-color: var(--color-red-500);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .object-contain {
    object-fit: contain;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .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));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .hover\:scale-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .max-md\:block {
    @media (width < 48rem) {
      display: block;
    }
  }
  .max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
  .max-md\:h-svh {
    @media (width < 48rem) {
      height: 100svh;
    }
  }
  .max-md\:w-full {
    @media (width < 48rem) {
      width: 100%;
    }
  }
  .md\:max-2xl\:w-\[50px\] {
    @media (width >= 48rem) {
      @media (width < 96rem) {
        width: 50px;
      }
    }
  }
  .md\:max-xl\:hidden {
    @media (width >= 48rem) {
      @media (width < 80rem) {
        display: none;
      }
    }
  }
  .md\:max-xl\:w-\[100px\] {
    @media (width >= 48rem) {
      @media (width < 80rem) {
        width: 100px;
      }
    }
  }
  .md\:max-xl\:w-auto {
    @media (width >= 48rem) {
      @media (width < 80rem) {
        width: auto;
      }
    }
  }
  .md\:max-xl\:flex-col {
    @media (width >= 48rem) {
      @media (width < 80rem) {
        flex-direction: column;
      }
    }
  }
  .md\:max-xl\:items-center {
    @media (width >= 48rem) {
      @media (width < 80rem) {
        align-items: center;
      }
    }
  }
  .md\:max-xl\:gap-\[41px\] {
    @media (width >= 48rem) {
      @media (width < 80rem) {
        gap: 41px;
      }
    }
  }
  .md\:max-xl\:px-2 {
    @media (width >= 48rem) {
      @media (width < 80rem) {
        padding-inline: calc(var(--spacing) * 2);
      }
    }
  }
  .md\:max-xl\:pt-0 {
    @media (width >= 48rem) {
      @media (width < 80rem) {
        padding-top: calc(var(--spacing) * 0);
      }
    }
  }
  .md\:max-xl\:pt-\[50px\] {
    @media (width >= 48rem) {
      @media (width < 80rem) {
        padding-top: 50px;
      }
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:h-12 {
    @media (width >= 80rem) {
      height: calc(var(--spacing) * 12);
    }
  }
  .xl\:w-12 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 12);
    }
  }
  .xl\:w-\[100px\] {
    @media (width >= 80rem) {
      width: 100px;
    }
  }
  .xl\:w-\[180px\] {
    @media (width >= 80rem) {
      width: 180px;
    }
  }
  .xl\:w-\[min\(62vw\,310px\)\] {
    @media (width >= 80rem) {
      width: min(62vw, 310px);
    }
  }
  .xl\:w-\[min\(70vw\,340px\)\] {
    @media (width >= 80rem) {
      width: min(70vw, 340px);
    }
  }
  .xl\:max-w-\[min\(62vw\,310px\)\] {
    @media (width >= 80rem) {
      max-width: min(62vw, 310px);
    }
  }
  .xl\:max-w-\[min\(70vw\,340px\)\] {
    @media (width >= 80rem) {
      max-width: min(70vw, 340px);
    }
  }
  .xl\:gap-4 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .xl\:px-3 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .xl\:pt-3 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 3);
    }
  }
  .xl\:pt-\[2vh\] {
    @media (width >= 80rem) {
      padding-top: 2vh;
    }
  }
  .\32 xl\:w-\[160px\] {
    @media (width >= 96rem) {
      width: 160px;
    }
  }
  .\32 xl\:w-\[230px\] {
    @media (width >= 96rem) {
      width: 230px;
    }
  }
  .\32 xl\:w-\[min\(44vw\,240px\)\] {
    @media (width >= 96rem) {
      width: min(44vw, 240px);
    }
  }
  .\32 xl\:w-\[min\(62vw\,360px\)\] {
    @media (width >= 96rem) {
      width: min(62vw, 360px);
    }
  }
  .\32 xl\:w-\[min\(70vw\,420px\)\] {
    @media (width >= 96rem) {
      width: min(70vw, 420px);
    }
  }
  .\32 xl\:max-w-\[min\(44vw\,240px\)\] {
    @media (width >= 96rem) {
      max-width: min(44vw, 240px);
    }
  }
  .\32 xl\:max-w-\[min\(62vw\,360px\)\] {
    @media (width >= 96rem) {
      max-width: min(62vw, 360px);
    }
  }
  .\32 xl\:max-w-\[min\(70vw\,420px\)\] {
    @media (width >= 96rem) {
      max-width: min(70vw, 420px);
    }
  }
  .\32 xl\:gap-5 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .\32 xl\:gap-8 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .\32 xl\:p-4 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .\32 xl\:px-4 {
    @media (width >= 96rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .\32 xl\:pt-2\.5 {
    @media (width >= 96rem) {
      padding-top: calc(var(--spacing) * 2.5);
    }
  }
  .\32 xl\:pt-6 {
    @media (width >= 96rem) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
}
@keyframes scale-shine {
  0%, 100% {
    transform: scale(1);
    filter: brightness(1) drop-shadow(0 0 0 rgb(255 255 255 / 0));
  }
  50% {
    transform: scale(1.08);
    filter: brightness(1.28) drop-shadow(0 0 18px rgb(255 238 150 / 0.8));
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@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;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-border-style: solid;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
