/*! tailwindcss v4.1.0 | MIT License | https://tailwindcss.com */
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
  @layer base {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-border-style: solid;
      --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-duration: initial;
    }
  }
}
@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-100: oklch(93.6% 0.032 17.717);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-orange-100: oklch(95.4% 0.038 75.164);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-pink-100: oklch(94.8% 0.028 342.258);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --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-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --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-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-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-xs: 0.125rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --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: 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;
  }
  :-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-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-24 {
    top: calc(var(--spacing) * 24);
  }
  .top-\[-65\.0\%\] {
    top: -65.0%;
  }
  .top-\[-65\.556\%\] {
    top: -65.556%;
  }
  .top-\[-66\.111\%\] {
    top: -66.111%;
  }
  .top-\[-66\.667\%\] {
    top: -66.667%;
  }
  .top-\[0\.0\%\] {
    top: 0.0%;
  }
  .top-\[1\.111\%\] {
    top: 1.111%;
  }
  .top-\[1\.667\%\] {
    top: 1.667%;
  }
  .top-\[3\.8890000000000002\%\] {
    top: 3.8890000000000002%;
  }
  .top-\[4\.444\%\] {
    top: 4.444%;
  }
  .top-\[6\.67\%\] {
    top: 6.67%;
  }
  .top-\[6\.666999999999999\%\] {
    top: 6.666999999999999%;
  }
  .top-\[8\.889\%\] {
    top: 8.889%;
  }
  .top-\[10\.0\%\] {
    top: 10.0%;
  }
  .top-\[13\.33\%\] {
    top: 13.33%;
  }
  .top-\[13\.333\%\] {
    top: 13.333%;
  }
  .top-\[13\.889000000000001\%\] {
    top: 13.889000000000001%;
  }
  .top-\[14\.444\%\] {
    top: 14.444%;
  }
  .top-\[15\.0\%\] {
    top: 15.0%;
  }
  .top-\[15\.556000000000001\%\] {
    top: 15.556000000000001%;
  }
  .top-\[16\.667\%\] {
    top: 16.667%;
  }
  .top-\[17\.778\%\] {
    top: 17.778%;
  }
  .top-\[18\.333\%\] {
    top: 18.333%;
  }
  .top-\[18\.889\%\] {
    top: 18.889%;
  }
  .top-\[19\.444\%\] {
    top: 19.444%;
  }
  .top-\[20\.0\%\] {
    top: 20.0%;
  }
  .top-\[20\.556\%\] {
    top: 20.556%;
  }
  .top-\[21\.111\%\] {
    top: 21.111%;
  }
  .top-\[21\.667\%\] {
    top: 21.667%;
  }
  .top-\[22\.222\%\] {
    top: 22.222%;
  }
  .top-\[23\.333000000000002\%\] {
    top: 23.333000000000002%;
  }
  .top-\[24\.444\%\] {
    top: 24.444%;
  }
  .top-\[25\.0\%\] {
    top: 25.0%;
  }
  .top-\[26\.67\%\] {
    top: 26.67%;
  }
  .top-\[26\.667\%\] {
    top: 26.667%;
  }
  .top-\[27\.222\%\] {
    top: 27.222%;
  }
  .top-\[27\.778000000000002\%\] {
    top: 27.778000000000002%;
  }
  .top-\[28\.889\%\] {
    top: 28.889%;
  }
  .top-\[28\.333000000000002\%\] {
    top: 28.333000000000002%;
  }
  .top-\[30\.0\%\] {
    top: 30.0%;
  }
  .top-\[30\.556\%\] {
    top: 30.556%;
  }
  .top-\[31\.111\%\] {
    top: 31.111%;
  }
  .top-\[32\.222\%\] {
    top: 32.222%;
  }
  .top-\[32\.778\%\] {
    top: 32.778%;
  }
  .top-\[33\.33\%\] {
    top: 33.33%;
  }
  .top-\[33\.333\%\] {
    top: 33.333%;
  }
  .top-\[34\.444\%\] {
    top: 34.444%;
  }
  .top-\[35\.0\%\] {
    top: 35.0%;
  }
  .top-\[35\.556\%\] {
    top: 35.556%;
  }
  .top-\[36\.111\%\] {
    top: 36.111%;
  }
  .top-\[36\.667\%\] {
    top: 36.667%;
  }
  .top-\[37\.778\%\] {
    top: 37.778%;
  }
  .top-\[38\.333\%\] {
    top: 38.333%;
  }
  .top-\[38\.889\%\] {
    top: 38.889%;
  }
  .top-\[40\.0\%\] {
    top: 40.0%;
  }
  .top-\[40\.556\%\] {
    top: 40.556%;
  }
  .top-\[41\.111\%\] {
    top: 41.111%;
  }
  .top-\[41\.667\%\] {
    top: 41.667%;
  }
  .top-\[42\.222\%\] {
    top: 42.222%;
  }
  .top-\[42\.778\%\] {
    top: 42.778%;
  }
  .top-\[43\.333\%\] {
    top: 43.333%;
  }
  .top-\[43\.889\%\] {
    top: 43.889%;
  }
  .top-\[44\.444\%\] {
    top: 44.444%;
  }
  .top-\[45\.0\%\] {
    top: 45.0%;
  }
  .top-\[45\.556000000000004\%\] {
    top: 45.556000000000004%;
  }
  .top-\[45px\] {
    top: 45px;
  }
  .top-\[46\.67\%\] {
    top: 46.67%;
  }
  .top-\[46\.666999999999994\%\] {
    top: 46.666999999999994%;
  }
  .top-\[47\.778\%\] {
    top: 47.778%;
  }
  .top-\[47\.221999999999994\%\] {
    top: 47.221999999999994%;
  }
  .top-\[48\.333\%\] {
    top: 48.333%;
  }
  .top-\[48\.888999999999996\%\] {
    top: 48.888999999999996%;
  }
  .top-\[49\.444\%\] {
    top: 49.444%;
  }
  .top-\[50\.0\%\] {
    top: 50.0%;
  }
  .top-\[51\.111\%\] {
    top: 51.111%;
  }
  .top-\[53\.33\%\] {
    top: 53.33%;
  }
  .top-\[53\.333\%\] {
    top: 53.333%;
  }
  .top-\[53\.888999999999996\%\] {
    top: 53.888999999999996%;
  }
  .top-\[54\.444\%\] {
    top: 54.444%;
  }
  .top-\[55\.00000000000001\%\] {
    top: 55.00000000000001%;
  }
  .top-\[55\.556000000000004\%\] {
    top: 55.556000000000004%;
  }
  .top-\[56\.111\%\] {
    top: 56.111%;
  }
  .top-\[56\.667\%\] {
    top: 56.667%;
  }
  .top-\[57\.778\%\] {
    top: 57.778%;
  }
  .top-\[57\.221999999999994\%\] {
    top: 57.221999999999994%;
  }
  .top-\[58\.333\%\] {
    top: 58.333%;
  }
  .top-\[58\.889\%\] {
    top: 58.889%;
  }
  .top-\[60\.0\%\] {
    top: 60.0%;
  }
  .top-\[61\.667\%\] {
    top: 61.667%;
  }
  .top-\[61\.111000000000004\%\] {
    top: 61.111000000000004%;
  }
  .top-\[62\.222\%\] {
    top: 62.222%;
  }
  .top-\[62\.778\%\] {
    top: 62.778%;
  }
  .top-\[63\.333\%\] {
    top: 63.333%;
  }
  .top-\[65\.0\%\] {
    top: 65.0%;
  }
  .top-\[65\.556\%\] {
    top: 65.556%;
  }
  .top-\[66\.67\%\] {
    top: 66.67%;
  }
  .top-\[66\.667\%\] {
    top: 66.667%;
  }
  .top-\[67\.778\%\] {
    top: 67.778%;
  }
  .top-\[68\.333\%\] {
    top: 68.333%;
  }
  .top-\[70\.556\%\] {
    top: 70.556%;
  }
  .top-\[71\.111\%\] {
    top: 71.111%;
  }
  .top-\[71\.667\%\] {
    top: 71.667%;
  }
  .top-\[73\.33\%\] {
    top: 73.33%;
  }
  .top-\[73\.333\%\] {
    top: 73.333%;
  }
  .top-\[74\.444\%\] {
    top: 74.444%;
  }
  .top-\[75\.0\%\] {
    top: 75.0%;
  }
  .top-\[75\.556\%\] {
    top: 75.556%;
  }
  .top-\[76\.667\%\] {
    top: 76.667%;
  }
  .top-\[76\.11099999999999\%\] {
    top: 76.11099999999999%;
  }
  .top-\[77\.778\%\] {
    top: 77.778%;
  }
  .top-\[77\.22200000000001\%\] {
    top: 77.22200000000001%;
  }
  .top-\[78\.333\%\] {
    top: 78.333%;
  }
  .top-\[78\.889\%\] {
    top: 78.889%;
  }
  .top-\[79\.444\%\] {
    top: 79.444%;
  }
  .top-\[80\.0\%\] {
    top: 80.0%;
  }
  .top-\[80\.55600000000001\%\] {
    top: 80.55600000000001%;
  }
  .top-\[84\.444\%\] {
    top: 84.444%;
  }
  .top-\[85\.556\%\] {
    top: 85.556%;
  }
  .top-\[86\.67\%\] {
    top: 86.67%;
  }
  .top-\[86\.667\%\] {
    top: 86.667%;
  }
  .top-\[92\.778\%\] {
    top: 92.778%;
  }
  .top-\[93\.33\%\] {
    top: 93.33%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-20 {
    left: calc(var(--spacing) * 20);
  }
  .-z-1 {
    z-index: calc(1 * -1);
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[6px\] {
    margin-top: 6px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-auto {
    margin-bottom: auto;
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-\[3em\] {
    margin-left: 3em;
  }
  .ml-\[5em\] {
    margin-left: 5em;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[2500px\] {
    height: 2500px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[300px\] {
    min-height: 300px;
  }
  .w-1\/8 {
    width: calc(1/8 * 100%);
  }
  .w-\[4em\] {
    width: 4em;
  }
  .w-\[5em\] {
    width: 5em;
  }
  .w-\[6em\] {
    width: 6em;
  }
  .w-\[7em\] {
    width: 7em;
  }
  .w-\[10em\] {
    width: 10em;
  }
  .w-\[12em\] {
    width: 12em;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .flex-1 {
    flex: 1;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .self-center {
    align-self: center;
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-tr-none {
    border-top-right-radius: 0;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-1 {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-r-1 {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-l-1 {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-blue-600 {
    border-color: var(--color-blue-600);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-gray-400 {
    border-color: var(--color-gray-400);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-400 {
    background-color: var(--color-gray-400);
  }
  .bg-gray-500 {
    background-color: var(--color-gray-500);
  }
  .bg-gray-800 {
    background-color: var(--color-gray-800);
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .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);
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .whitespace-normal {
    white-space: normal;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-white {
    color: var(--color-white);
  }
  .shadow-md {
    --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);
  }
  .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;
    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-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));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .hover\:z-10 {
    &:hover {
      @media (hover: hover) {
        z-index: 10;
      }
    }
  }
  .hover\:bg-blue-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-50);
      }
    }
  }
  .hover\:bg-blue-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-700);
      }
    }
  }
  .hover\:shadow-2xl {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --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);
      }
    }
  }
  .sm\:h-auto {
    @media (width >= 40rem) {
      height: auto;
    }
  }
  .sm\:flex-shrink-0 {
    @media (width >= 40rem) {
      flex-shrink: 0;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:justify-center {
    @media (width >= 40rem) {
      justify-content: center;
    }
  }
  .sm\:self-start {
    @media (width >= 40rem) {
      align-self: flex-start;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}
:root {
  --main: hsl(0, 0%, 90%);
  --second: hsl(0, 0%, 90%);
  --third: hsl(0, 0%, 90%);
}
@media (prefers-color-scheme: dark) {
  :root {
    --main: hsl(20, 98%, 83%);
    --second: hsl(0, 34%, 34%);
    --third: hsl(0, 46%, 8%);
  }
}
body {
  background-color: var(--main);
}
.theater-select-label {
  display: inline-block;
  color: black;
  user-select: none;
  --webkit-user-select: none;
  background-color: white;
}
.theater-select-label.active {
  background-color: var(--color-blue-600) !important;
  color: white !important;
}
.theater-select-span {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  width: fit-content;
}
.date-button {
  background-color: white;
  border-color: white;
  color: black;
}
.date-button.active {
  background-color: var(--color-blue-600);
  color: white;
  border-color: var(--color-blue-600);
}
.search-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.search-input {
  padding: 6px;
  border: white solid 1px;
}
.search-input.active {
  border: var(--color-blue-600) 1px solid;
}
.showtime {
  transition: ease-in-out 0.2s;
  cursor: pointer;
}
.showtime:hover {
  left: 0 !important;
  right: 0 !important;
  opacity: 1 !important;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1rem;
  height: 1rem;
  border-radius: 9999px;
  background: #2563eb;
  cursor: pointer;
  pointer-events: all;
  position: relative;
  z-index: 50;
}
input[type="range"]::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  border-radius: 9999px;
  background: #2563eb;
  cursor: pointer;
  pointer-events: all;
  position: relative;
  z-index: 50;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
