/* apps/checkout/src/tailwind.css */
/*! tailwindcss v4.3.1 | 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-green-200: oklch(92.5% 0.084 155.995);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-3xl: 48rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-tight: -0.015em;
    --tracking-wide: 0.01em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-pulse: pulse 500ms ease-in-out;
    --aspect-video: 16 / 9;
    --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);
    --font-brand: "Space Grotesk", sans-serif;
    --animate-slide-down-in: slideDownIn 400ms ease-out forwards;
    --animate-slide-in-right: slideInRight 200ms ease-out forwards;
    --animate-slide-out-right: slideOutRight 200ms ease-in forwards;
    --animate-fade-in-up: fadeInUp 200ms ease-out forwards;
    --animate-shake: shake 600ms ease-in-out;
  }
}
@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)) {
      ::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;
  }
  ::-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-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: 0;
  }
  .inset-x-4 {
    inset-inline: calc(var(--spacing) * 4);
  }
  .-top-2 {
    top: calc(var(--spacing) * -2);
  }
  .top-0 {
    top: 0;
  }
  .top-1 {
    top: var(--spacing);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .-right-2 {
    right: calc(var(--spacing) * -2);
  }
  .right-0 {
    right: 0;
  }
  .right-1 {
    right: var(--spacing);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .left-0 {
    left: 0;
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: 0;
  }
  .mx-2\! {
    margin-inline: calc(var(--spacing) * 2) !important;
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-1\.5 {
    margin-block: calc(var(--spacing) * 1.5);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .-mt-1 {
    margin-top: calc(var(--spacing) * -1);
  }
  .-mt-4 {
    margin-top: calc(var(--spacing) * -4);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-1 {
    margin-right: var(--spacing);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-6 {
    margin-right: calc(var(--spacing) * 6);
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .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);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .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;
  }
  .table {
    display: table;
  }
  .aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-8\! {
    width: calc(var(--spacing) * 8) !important;
    height: calc(var(--spacing) * 8) !important;
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-auto {
    width: auto;
    height: auto;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-28 {
    height: calc(var(--spacing) * 28);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-96 {
    height: calc(var(--spacing) * 96);
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .h-auto {
    height: auto;
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-56 {
    max-height: calc(var(--spacing) * 56);
  }
  .max-h-72 {
    max-height: calc(var(--spacing) * 72);
  }
  .max-h-\[220px\] {
    max-height: 220px;
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-0 {
    min-height: 0;
  }
  .min-h-12 {
    min-height: calc(var(--spacing) * 12);
  }
  .min-h-14 {
    min-height: calc(var(--spacing) * 14);
  }
  .min-h-28 {
    min-height: calc(var(--spacing) * 28);
  }
  .min-h-\[400px\] {
    min-height: 400px;
  }
  .min-h-full {
    min-height: 100%;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\/5 {
    width: calc(2 / 5 * 100%);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\/5 {
    width: calc(3 / 5 * 100%);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-36 {
    width: calc(var(--spacing) * 36);
  }
  .w-44 {
    width: calc(var(--spacing) * 44);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-96 {
    width: calc(var(--spacing) * 96);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-80 {
    max-width: calc(var(--spacing) * 80);
  }
  .max-w-96 {
    max-width: calc(var(--spacing) * 96);
  }
  .max-w-\[95vw\] {
    max-width: 95vw;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-prose {
    max-width: 65ch;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-0 {
    min-width: 0;
  }
  .min-w-0\! {
    min-width: 0 !important;
  }
  .min-w-12 {
    min-width: calc(var(--spacing) * 12);
  }
  .min-w-16 {
    min-width: calc(var(--spacing) * 16);
  }
  .min-w-80 {
    min-width: calc(var(--spacing) * 80);
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .grow-\[2\] {
    flex-grow: 2;
  }
  .grow-\[3\] {
    flex-grow: 3;
  }
  .basis-0 {
    flex-basis: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-\[30deg\] {
    rotate: calc(30deg * -1);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-fade-in-up {
    animation: var(--animate-fade-in-up);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .animate-shake {
    animation: var(--animate-shake);
  }
  .animate-slide-down-in {
    animation: var(--animate-slide-down-in);
  }
  .animate-slide-in-right {
    animation: var(--animate-slide-in-right);
  }
  .animate-slide-out-right {
    animation: var(--animate-slide-out-right);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-disc {
    list-style-type: disc;
  }
  .auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-content-center {
    place-content: center;
  }
  .place-items-center {
    place-items: center;
  }
  .place-items-start {
    place-items: start;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: 0;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(var(--spacing) * var(--tw-space-y-reverse));
    margin-block-end: calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .place-self-center {
    place-self: center;
  }
  .place-self-start {
    place-self: start;
  }
  .self-center {
    align-self: center;
  }
  .justify-self-end {
    justify-self: flex-end;
  }
  .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-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-xl {
    border-top-left-radius: var(--radius-xl);
    border-top-right-radius: var(--radius-xl);
  }
  .rounded-l-lg {
    border-top-left-radius: var(--radius-lg);
    border-bottom-left-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border\! {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .\!border-t-0 {
    border-top-style: var(--tw-border-style) !important;
    border-top-width: 0px !important;
  }
  .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-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-error-container\/90 {
    border-color: rgb(var(--color-error-container-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-error-container\/90 {
      border-color: color-mix(in oklab, rgb(var(--color-error-container-rgb)) 90%, transparent);
    }
  }
  .border-green-700 {
    border-color: var(--color-green-700);
  }
  .border-info {
    border-color: rgb(var(--color-info-rgb));
  }
  .border-info-container {
    border-color: rgb(var(--color-info-container-rgb));
  }
  .border-on-error-container {
    border-color: rgb(var(--color-on-error-container-rgb));
  }
  .border-on-surface {
    border-color: rgb(var(--color-on-surface-rgb));
  }
  .border-outline {
    border-color: rgb(var(--color-outline-rgb));
  }
  .border-outline-variant {
    border-color: rgb(var(--color-outline-variant-rgb));
  }
  .border-outline-variant\/30 {
    border-color: rgb(var(--color-outline-variant-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-outline-variant\/30 {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant-rgb)) 30%, transparent);
    }
  }
  .border-outline-variant\/50 {
    border-color: rgb(var(--color-outline-variant-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-outline-variant\/50 {
      border-color: color-mix(in oklab, rgb(var(--color-outline-variant-rgb)) 50%, transparent);
    }
  }
  .border-outline\/20 {
    border-color: rgb(var(--color-outline-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-outline\/20 {
      border-color: color-mix(in oklab, rgb(var(--color-outline-rgb)) 20%, transparent);
    }
  }
  .border-outline\/25 {
    border-color: rgb(var(--color-outline-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-outline\/25 {
      border-color: color-mix(in oklab, rgb(var(--color-outline-rgb)) 25%, transparent);
    }
  }
  .border-outline\/30 {
    border-color: rgb(var(--color-outline-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-outline\/30 {
      border-color: color-mix(in oklab, rgb(var(--color-outline-rgb)) 30%, transparent);
    }
  }
  .border-primary {
    border-color: rgb(var(--color-primary-rgb));
  }
  .border-primary\/20 {
    border-color: rgb(var(--color-primary-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-primary\/20 {
      border-color: color-mix(in oklab, rgb(var(--color-primary-rgb)) 20%, transparent);
    }
  }
  .border-success-container {
    border-color: rgb(var(--color-success-container-rgb));
  }
  .border-surface-container\/90 {
    border-color: rgb(var(--color-surface-container-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-surface-container\/90 {
      border-color: color-mix(in oklab, rgb(var(--color-surface-container-rgb)) 90%, transparent);
    }
  }
  .border-tertiary\/20 {
    border-color: rgb(var(--color-tertiary-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-tertiary\/20 {
      border-color: color-mix(in oklab, rgb(var(--color-tertiary-rgb)) 20%, transparent);
    }
  }
  .border-warning-container\/90 {
    border-color: rgb(var(--color-warning-container-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-warning-container\/90 {
      border-color: color-mix(in oklab, rgb(var(--color-warning-container-rgb)) 90%, transparent);
    }
  }
  .border-t-outline-variant {
    border-top-color: rgb(var(--color-outline-variant-rgb));
  }
  .border-t-outline\/25 {
    border-top-color: rgb(var(--color-outline-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-t-outline\/25 {
      border-top-color: color-mix(in oklab, rgb(var(--color-outline-rgb)) 25%, transparent);
    }
  }
  .border-b-outline-variant {
    border-bottom-color: rgb(var(--color-outline-variant-rgb));
  }
  .border-b-outline-variant\/30 {
    border-bottom-color: rgb(var(--color-outline-variant-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-b-outline-variant\/30 {
      border-bottom-color: color-mix(in oklab, rgb(var(--color-outline-variant-rgb)) 30%, transparent);
    }
  }
  .\!bg-transparent {
    background-color: transparent !important;
  }
  .bg-background {
    background-color: rgb(var(--color-background-rgb));
  }
  .bg-background-bright {
    background-color: rgb(var(--color-background-bright-rgb));
  }
  .bg-error {
    background-color: rgb(var(--color-error-rgb));
  }
  .bg-error-container {
    background-color: rgb(var(--color-error-container-rgb));
  }
  .bg-error-container\/30 {
    background-color: rgb(var(--color-error-container-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-error-container\/30 {
      background-color: color-mix(in oklab, rgb(var(--color-error-container-rgb)) 30%, transparent);
    }
  }
  .bg-error\/10 {
    background-color: rgb(var(--color-error-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-error\/10 {
      background-color: color-mix(in oklab, rgb(var(--color-error-rgb)) 10%, transparent);
    }
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-gray-900\/95 {
    background-color: color-mix(in srgb, oklch(21% 0.034 264.665) 95%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-gray-900\/95 {
      background-color: color-mix(in oklab, var(--color-gray-900) 95%, transparent);
    }
  }
  .bg-green-200 {
    background-color: var(--color-green-200);
  }
  .bg-info-container {
    background-color: rgb(var(--color-info-container-rgb));
  }
  .bg-info-container\/50 {
    background-color: rgb(var(--color-info-container-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-info-container\/50 {
      background-color: color-mix(in oklab, rgb(var(--color-info-container-rgb)) 50%, transparent);
    }
  }
  .bg-outline\/5 {
    background-color: rgb(var(--color-outline-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-outline\/5 {
      background-color: color-mix(in oklab, rgb(var(--color-outline-rgb)) 5%, transparent);
    }
  }
  .bg-primary {
    background-color: rgb(var(--color-primary-rgb));
  }
  .bg-primary-container {
    background-color: rgb(var(--color-primary-container-rgb));
  }
  .bg-primary\/10 {
    background-color: rgb(var(--color-primary-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary\/10 {
      background-color: color-mix(in oklab, rgb(var(--color-primary-rgb)) 10%, transparent);
    }
  }
  .bg-primary\/30 {
    background-color: rgb(var(--color-primary-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-primary\/30 {
      background-color: color-mix(in oklab, rgb(var(--color-primary-rgb)) 30%, transparent);
    }
  }
  .bg-scrim\/0 {
    background-color: rgb(var(--color-scrim-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-scrim\/0 {
      background-color: color-mix(in oklab, rgb(var(--color-scrim-rgb)) 0%, transparent);
    }
  }
  .bg-scrim\/50 {
    background-color: rgb(var(--color-scrim-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-scrim\/50 {
      background-color: color-mix(in oklab, rgb(var(--color-scrim-rgb)) 50%, transparent);
    }
  }
  .bg-scrim\/70 {
    background-color: rgb(var(--color-scrim-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-scrim\/70 {
      background-color: color-mix(in oklab, rgb(var(--color-scrim-rgb)) 70%, transparent);
    }
  }
  .bg-secondary-container {
    background-color: rgb(var(--color-secondary-container-rgb));
  }
  .bg-success-container\/50 {
    background-color: rgb(var(--color-success-container-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-success-container\/50 {
      background-color: color-mix(in oklab, rgb(var(--color-success-container-rgb)) 50%, transparent);
    }
  }
  .bg-success\/10 {
    background-color: rgb(var(--color-success-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-success\/10 {
      background-color: color-mix(in oklab, rgb(var(--color-success-rgb)) 10%, transparent);
    }
  }
  .bg-surface {
    background-color: rgb(var(--color-surface-rgb));
  }
  .bg-surface-container {
    background-color: rgb(var(--color-surface-container-rgb));
  }
  .bg-surface-container-highest {
    background-color: rgb(var(--color-surface-container-highest-rgb));
  }
  .bg-surface-container-low {
    background-color: rgb(var(--color-surface-container-low-rgb));
  }
  .bg-surface-container-lowest {
    background-color: rgb(var(--color-surface-container-lowest-rgb));
  }
  .bg-surface-variant {
    background-color: rgb(var(--color-surface-variant-rgb));
  }
  .bg-surface-variant\/50 {
    background-color: rgb(var(--color-surface-variant-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-surface-variant\/50 {
      background-color: color-mix(in oklab, rgb(var(--color-surface-variant-rgb)) 50%, transparent);
    }
  }
  .bg-tertiary {
    background-color: rgb(var(--color-tertiary-rgb));
  }
  .bg-tertiary-container {
    background-color: rgb(var(--color-tertiary-container-rgb));
  }
  .bg-tertiary-container\/20 {
    background-color: rgb(var(--color-tertiary-container-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-tertiary-container\/20 {
      background-color: color-mix(in oklab, rgb(var(--color-tertiary-container-rgb)) 20%, transparent);
    }
  }
  .bg-tertiary-container\/30 {
    background-color: rgb(var(--color-tertiary-container-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-tertiary-container\/30 {
      background-color: color-mix(in oklab, rgb(var(--color-tertiary-container-rgb)) 30%, transparent);
    }
  }
  .bg-tertiary\/10 {
    background-color: rgb(var(--color-tertiary-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-tertiary\/10 {
      background-color: color-mix(in oklab, rgb(var(--color-tertiary-rgb)) 10%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-warning-container\/50 {
    background-color: rgb(var(--color-warning-container-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-warning-container\/50 {
      background-color: color-mix(in oklab, rgb(var(--color-warning-container-rgb)) 50%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-black\/60 {
    --tw-gradient-from: color-mix(in srgb, #000 60%, transparent);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .from-black\/60 {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .via-transparent {
    --tw-gradient-via: transparent;
    --tw-gradient-via-stops:
      var(--tw-gradient-position),
      var(--tw-gradient-from) var(--tw-gradient-from-position),
      var(--tw-gradient-via) var(--tw-gradient-via-position),
      var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: 0;
  }
  .p-0\! {
    padding: 0 !important;
  }
  .p-1 {
    padding: var(--spacing);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pr-1 {
    padding-right: var(--spacing);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-2\.5 {
    padding-right: calc(var(--spacing) * 2.5);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
  .pb-0\! {
    padding-bottom: 0 !important;
  }
  .pb-1 {
    padding-bottom: var(--spacing);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pl-1 {
    padding-left: var(--spacing);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-12 {
    padding-left: calc(var(--spacing) * 12);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-brand {
    font-family: var(--font-brand);
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .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-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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-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));
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extralight {
    --tw-font-weight: var(--font-weight-extralight);
    font-weight: var(--font-weight-extralight);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#25d366\] {
    color: #25d366;
  }
  .text-error {
    color: rgb(var(--color-error-rgb));
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-green-700 {
    color: var(--color-green-700);
  }
  .text-on-background {
    color: rgb(var(--color-on-background-rgb));
  }
  .text-on-background\/80 {
    color: rgb(var(--color-on-background-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-on-background\/80 {
      color: color-mix(in oklab, rgb(var(--color-on-background-rgb)) 80%, transparent);
    }
  }
  .text-on-error-container {
    color: rgb(var(--color-on-error-container-rgb));
  }
  .text-on-info-container {
    color: rgb(var(--color-on-info-container-rgb));
  }
  .text-on-primary {
    color: rgb(var(--color-on-primary-rgb));
  }
  .text-on-primary-container {
    color: rgb(var(--color-on-primary-container-rgb));
  }
  .text-on-secondary {
    color: rgb(var(--color-on-secondary-rgb));
  }
  .text-on-secondary-container {
    color: rgb(var(--color-on-secondary-container-rgb));
  }
  .text-on-success-container {
    color: rgb(var(--color-on-success-container-rgb));
  }
  .text-on-surface {
    color: rgb(var(--color-on-surface-rgb));
  }
  .text-on-surface-variant {
    color: rgb(var(--color-on-surface-variant-rgb));
  }
  .text-on-surface-variant\! {
    color: rgb(var(--color-on-surface-variant-rgb)) !important;
  }
  .text-on-surface\/50 {
    color: rgb(var(--color-on-surface-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-on-surface\/50 {
      color: color-mix(in oklab, rgb(var(--color-on-surface-rgb)) 50%, transparent);
    }
  }
  .text-on-surface\/60 {
    color: rgb(var(--color-on-surface-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-on-surface\/60 {
      color: color-mix(in oklab, rgb(var(--color-on-surface-rgb)) 60%, transparent);
    }
  }
  .text-on-surface\/70 {
    color: rgb(var(--color-on-surface-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-on-surface\/70 {
      color: color-mix(in oklab, rgb(var(--color-on-surface-rgb)) 70%, transparent);
    }
  }
  .text-on-surface\/80 {
    color: rgb(var(--color-on-surface-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-on-surface\/80 {
      color: color-mix(in oklab, rgb(var(--color-on-surface-rgb)) 80%, transparent);
    }
  }
  .text-on-surface\/90 {
    color: rgb(var(--color-on-surface-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-on-surface\/90 {
      color: color-mix(in oklab, rgb(var(--color-on-surface-rgb)) 90%, transparent);
    }
  }
  .text-on-tertiary {
    color: rgb(var(--color-on-tertiary-rgb));
  }
  .text-on-warning-container {
    color: rgb(var(--color-on-warning-container-rgb));
  }
  .text-outline {
    color: rgb(var(--color-outline-rgb));
  }
  .text-primary {
    color: rgb(var(--color-primary-rgb));
  }
  .text-success {
    color: rgb(var(--color-success-rgb));
  }
  .text-tertiary {
    color: rgb(var(--color-tertiary-rgb));
  }
  .text-tertiary\/80 {
    color: rgb(var(--color-tertiary-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-tertiary\/80 {
      color: color-mix(in oklab, rgb(var(--color-tertiary-rgb)) 80%, transparent);
    }
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/90 {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .\!shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25)) !important;
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow) !important;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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-2xl {
    --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);
  }
  .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-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);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
  }
  .ring-0 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-shadow\/10 {
    --tw-shadow-color: rgb(var(--color-shadow-rgb));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .shadow-shadow\/10 {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, rgb(var(--color-shadow-rgb)) 10%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .ring-blue-500 {
    --tw-ring-color: var(--color-blue-500);
  }
  .ring-primary {
    --tw-ring-color: rgb(var(--color-primary-rgb));
  }
  .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-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-colors {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to;
    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));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  @media (hover: hover) {
    .group-hover\:text-primary:is(:where(.group):hover *) {
      color: rgb(var(--color-primary-rgb));
    }
  }
  @media (hover: hover) {
    .hover\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  @media (hover: hover) {
    .hover\:bg-primary\/80:hover {
      background-color: rgb(var(--color-primary-rgb));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-primary\/80:hover {
        background-color: color-mix(in oklab, rgb(var(--color-primary-rgb)) 80%, transparent);
      }
    }
  }
  @media (hover: hover) {
    .hover\:bg-surface-container-high:hover {
      background-color: rgb(var(--color-surface-container-high-rgb));
    }
  }
  @media (hover: hover) {
    .hover\:text-error:hover {
      color: rgb(var(--color-error-rgb));
    }
  }
  @media (hover: hover) {
    .hover\:text-on-surface:hover {
      color: rgb(var(--color-on-surface-rgb));
    }
  }
  @media (hover: hover) {
    .hover\:text-on-surface\/60:hover {
      color: rgb(var(--color-on-surface-rgb));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:text-on-surface\/60:hover {
        color: color-mix(in oklab, rgb(var(--color-on-surface-rgb)) 60%, transparent);
      }
    }
  }
  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: 80%;
    }
  }
  @media (hover: hover) {
    .hover\:shadow-md: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);
    }
  }
  @media (hover: hover) {
    .hover\:shadow-xl:hover {
      --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
    }
  }
  @media (hover: hover) {
    .hover\:shadow-shadow\/10:hover {
      --tw-shadow-color: rgb(var(--color-shadow-rgb));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:shadow-shadow\/10:hover {
        --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, rgb(var(--color-shadow-rgb)) 10%, transparent) var(--tw-shadow-alpha), transparent);
      }
    }
  }
  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .focus\:ring-primary:focus {
    --tw-ring-color: rgb(var(--color-primary-rgb));
  }
  .focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  .focus-visible\:ring-2:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .focus-visible\:ring-offset-2:focus-visible {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  .focus-visible\:outline-none:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }
  @media (width >= 40rem) {
    .sm\:mx-8 {
      margin-inline: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 40rem) {
    .sm\:mb-0 {
      margin-bottom: 0;
    }
  }
  @media (width >= 40rem) {
    .sm\:block {
      display: block;
    }
  }
  @media (width >= 40rem) {
    .sm\:flex {
      display: flex;
    }
  }
  @media (width >= 40rem) {
    .sm\:hidden {
      display: none;
    }
  }
  @media (width >= 40rem) {
    .sm\:min-w-32 {
      min-width: calc(var(--spacing) * 32);
    }
  }
  @media (width >= 40rem) {
    .sm\:flex-1 {
      flex: 1;
    }
  }
  @media (width >= 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 40rem) {
    .sm\:grid-cols-\[auto_1fr_auto\] {
      grid-template-columns: auto 1fr auto;
    }
  }
  @media (width >= 40rem) {
    .sm\:flex-col {
      flex-direction: column;
    }
  }
  @media (width >= 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 40rem) {
    .sm\:items-start {
      align-items: flex-start;
    }
  }
  @media (width >= 40rem) {
    .sm\:justify-start {
      justify-content: flex-start;
    }
  }
  @media (width >= 40rem) {
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 40rem) {
    .sm\:py-2 {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  @media (width >= 40rem) {
    .sm\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:col-span-1 {
      grid-column: span 1 / span 1;
    }
  }
  @media (width >= 48rem) {
    .md\:mt-0 {
      margin-top: 0;
    }
  }
  @media (width >= 48rem) {
    .md\:block {
      display: block;
    }
  }
  @media (width >= 48rem) {
    .md\:grid {
      display: grid;
    }
  }
  @media (width >= 48rem) {
    .md\:hidden {
      display: none;
    }
  }
  @media (width >= 48rem) {
    .md\:max-h-96 {
      max-height: calc(var(--spacing) * 96);
    }
  }
  @media (width >= 48rem) {
    .md\:grow {
      flex-grow: 1;
    }
  }
  @media (width >= 48rem) {
    .md\:grow-\[2\] {
      flex-grow: 2;
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 48rem) {
    .md\:justify-start {
      justify-content: flex-start;
    }
  }
  @media (width >= 48rem) {
    .md\:gap-0 {
      gap: 0;
    }
  }
  @media (width >= 48rem) {
    .md\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 48rem) {
    .md\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 48rem) {
    .md\:gap-y-1 {
      row-gap: var(--spacing);
    }
  }
  @media (width >= 48rem) {
    .md\:p-0 {
      padding: 0;
    }
  }
  @media (width >= 48rem) {
    .md\:pt-12 {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 48rem) {
    .md\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:mb-0 {
      margin-bottom: 0;
    }
  }
  @media (width >= 64rem) {
    .lg\:mb-3 {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  @media (width >= 64rem) {
    .lg\:flex {
      display: flex;
    }
  }
  @media (width >= 64rem) {
    .lg\:hidden {
      display: none;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-96 {
      width: calc(var(--spacing) * 96);
    }
  }
  @media (width >= 64rem) {
    .lg\:max-w-md {
      max-width: var(--container-md);
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 64rem) {
    .lg\:items-start {
      align-items: flex-start;
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-0 {
      gap: 0;
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-3 {
      gap: calc(var(--spacing) * 3);
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 64rem) {
    :where(.lg\:space-y-6 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  @media (width >= 64rem) {
    .lg\:p-3 {
      padding: calc(var(--spacing) * 3);
    }
  }
  @media (width >= 64rem) {
    .lg\:p-4 {
      padding: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 64rem) {
    .lg\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 64rem) {
    .lg\:px-0 {
      padding-inline: 0;
    }
  }
  @media (width >= 64rem) {
    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 64rem) {
    .lg\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  @media (width >= 80rem) {
    .xl\:container {
      width: 100%;
    }
    @media (width >= 40rem) {
      .xl\:container {
        max-width: 40rem;
      }
    }
    @media (width >= 48rem) {
      .xl\:container {
        max-width: 48rem;
      }
    }
    @media (width >= 64rem) {
      .xl\:container {
        max-width: 64rem;
      }
    }
    @media (width >= 80rem) {
      .xl\:container {
        max-width: 80rem;
      }
    }
    @media (width >= 96rem) {
      .xl\:container {
        max-width: 96rem;
      }
    }
  }
  @media (width >= 80rem) {
    .xl\:mx-auto {
      margin-inline: auto;
    }
  }
  @media (width >= 80rem) {
    .xl\:max-h-\[960px\] {
      max-height: 960px;
    }
  }
}
.prose {
  --tw-prose-body: rgb(var(--color-on-background-rgb));
  --tw-prose-headings: rgb(var(--color-on-surface-variant-rgb));
  --tw-prose-lead: rgb(var(--color-on-surface-variant-rgb));
  --tw-prose-links: rgb(var(--color-primary-rgb));
  --tw-prose-bold: rgb(var(--color-on-surface-rgb));
  --tw-prose-counters: rgb(var(--color-on-surface-variant-rgb));
  --tw-prose-bullets: rgb(var(--color-on-surface-variant-rgb));
  --tw-prose-hr: rgb(var(--color-outline-variant-rgb));
  --tw-prose-quotes: rgb(var(--color-on-surface-rgb));
  --tw-prose-quote-borders: rgb(var(--color-outline-variant-rgb));
  --tw-prose-captions: rgb(var(--color-on-surface-variant-rgb));
  --tw-prose-code: rgb(var(--color-primary-rgb));
  --tw-prose-pre-code: rgb(var(--color-on-primary-rgb));
  --tw-prose-pre-bg: rgb(var(--color-surface-container-high-rgb));
  --tw-prose-th-borders: rgb(var(--color-outline-variant-rgb));
  --tw-prose-td-borders: rgb(var(--color-outline-variant-rgb));
  --tw-prose-invert-body: rgb(var(--color-inverse-on-surface-rgb));
  --tw-prose-invert-headings: rgb(var(--color-inverse-on-surface-rgb));
  --tw-prose-invert-lead: rgb(var(--color-inverse-on-surface-rgb) / 0.7);
  --tw-prose-invert-links: rgb(var(--color-inverse-primary-rgb));
  --tw-prose-invert-bold: rgb(var(--color-inverse-on-surface-rgb));
  --tw-prose-invert-counters: rgb(var(--color-inverse-on-surface-rgb) / 0.6);
  --tw-prose-invert-bullets: rgb(var(--color-inverse-on-surface-rgb) / 0.6);
  --tw-prose-invert-hr: rgb(var(--color-outline-rgb));
  --tw-prose-invert-quotes: rgb(var(--color-inverse-on-surface-rgb));
  --tw-prose-invert-quote-borders: rgb(var(--color-outline-rgb));
  --tw-prose-invert-captions: rgb(var(--color-inverse-on-surface-rgb) / 0.7);
  --tw-prose-invert-code: rgb(var(--color-inverse-primary-rgb));
  --tw-prose-invert-pre-code: rgb(var(--color-on-primary-rgb));
  --tw-prose-invert-pre-bg: rgb(var(--color-inverse-surface-rgb));
  --tw-prose-invert-th-borders: rgb(var(--color-outline-rgb));
  --tw-prose-invert-td-borders: rgb(var(--color-outline-rgb));
}
.prose :where(h1, h2, h3, h4, h5, h6):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-family: "Space Grotesk", sans-serif;
}
@layer base {
  swiper-container {
    margin-inline: auto;
  }
  dialog {
    margin: auto;
  }
  *,
  ::before,
  ::after {
    border-color: #e5e7eb;
  }
  button,
  [role=button] {
    cursor: pointer;
  }
  input::placeholder,
  textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
  }
}
@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-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-gradient-position { syntax: "*"; inherits: false; }
@property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
@property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }
@property --tw-gradient-to { syntax: "<color>"; inherits: false; initial-value: #0000; }
@property --tw-gradient-stops { syntax: "*"; inherits: false; }
@property --tw-gradient-via-stops { syntax: "*"; inherits: false; }
@property --tw-gradient-from-position { syntax: "<length-percentage>"; inherits: false; initial-value: 0%; }
@property --tw-gradient-via-position { syntax: "<length-percentage>"; inherits: false; initial-value: 50%; }
@property --tw-gradient-to-position { syntax: "<length-percentage>"; inherits: false; initial-value: 100%; }
@property --tw-leading { syntax: "*"; inherits: false; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-tracking { syntax: "*"; inherits: false; }
@property --tw-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; }
@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 pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes slideDownIn {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-2px);
  }
  40% {
    transform: translateX(2px);
  }
  60% {
    transform: translateX(-2px);
  }
  80% {
    transform: translateX(2px);
  }
}
@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-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-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-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;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

/* apps/checkout/src/styles-critical.scss */
:root {
  --color-primary-rgb: 230 21 54;
  --color-primary-container-rgb: 255 102 120;
  --color-on-primary-rgb: 255 255 255;
  --color-on-primary-container-rgb: 255 251 255;
  --color-secondary-rgb: 255 140 70;
  --color-secondary-container-rgb: 255 170 98;
  --color-on-secondary-rgb: 255 255 255;
  --color-on-secondary-container-rgb: 118 62 0;
  --color-tertiary-rgb: 141 53 173;
  --color-tertiary-container-rgb: 216 125 248;
  --color-on-tertiary-rgb: 255 255 255;
  --color-error-rgb: 185 28 28;
  --color-error-container-rgb: 161 42 42;
  --color-on-error-rgb: 255 255 255;
  --color-on-error-container-rgb: 255 188 182;
  --color-background-rgb: 255 248 247;
  --color-background-bright-rgb: 255 46 69;
  --color-on-background-rgb: 41 23 22;
  --color-surface-rgb: 252 248 249;
  --color-on-surface-rgb: 28 27 28;
  --color-surface-variant-rgb: 236 224 225;
  --color-on-surface-variant-rgb: 95 85 90;
  --color-outline-rgb: 126 117 118;
  --color-outline-variant-rgb: 175 165 167;
  --color-shadow-rgb: 0 0 0;
  --color-scrim-rgb: 0 0 0;
  --color-inverse-surface-rgb: 49 48 49;
  --color-inverse-on-surface-rgb: 244 240 240;
  --color-inverse-primary-rgb: 255 179 177;
  --color-primary-fixed-rgb: 255 218 216;
  --color-on-primary-fixed-rgb: 65 0 7;
  --color-primary-fixed-dim-rgb: 255 179 177;
  --color-on-primary-fixed-variant-rgb: 146 0 28;
  --color-secondary-fixed-rgb: 255 220 195;
  --color-on-secondary-fixed-rgb: 47 21 0;
  --color-secondary-fixed-dim-rgb: 255 183 125;
  --color-on-secondary-fixed-variant-rgb: 110 57 0;
  --color-tertiary-fixed-rgb: 249 216 255;
  --color-on-tertiary-fixed-rgb: 51 0 69;
  --color-tertiary-fixed-dim-rgb: 238 177 255;
  --color-on-tertiary-fixed-variant-rgb: 114 22 147;
  --color-surface-dim-rgb: 221 217 218;
  --color-surface-bright-rgb: 252 248 249;
  --color-surface-container-lowest-rgb: 255 255 255;
  --color-surface-container-low-rgb: 247 243 243;
  --color-surface-container-rgb: 241 237 238;
  --color-surface-container-high-rgb: 235 231 232;
  --color-surface-container-highest-rgb: 229 225 226;
  --color-surface-tint-rgb: 191 0 40;
  --color-on-tertiary-container-rgb: 95 0 127;
  --color-success-rgb: 34 139 34;
  --color-success-container-rgb: 200 230 201;
  --color-on-success-rgb: 255 255 255;
  --color-on-success-container-rgb: 14 52 15;
  --color-warning-rgb: 245 124 0;
  --color-warning-container-rgb: 255 224 178;
  --color-on-warning-rgb: 255 255 255;
  --color-on-warning-container-rgb: 71 37 0;
  --color-info-rgb: 25 118 210;
  --color-info-container-rgb: 187 222 251;
  --color-on-info-rgb: 255 255 255;
  --color-on-info-container-rgb: 1 35 64;
  --color-seat-available-rgb: 76 175 80;
  --color-seat-booked-rgb: 229 57 53;
  --color-seat-reserved-rgb: 255 193 7;
  --color-seat-blocked-rgb: 158 158 158;
  --color-seat-courtesy-rgb: 156 39 176;
  --color-seat-not-for-sale-rgb: 121 85 72;
}
:root[data-theme=dark],
.dark {
  --color-primary-rgb: 240 75 95;
  --color-primary-container-rgb: 180 45 65;
  --color-on-primary-rgb: 80 15 25;
  --color-on-primary-container-rgb: 255 240 245;
  --color-secondary-rgb: 255 140 70;
  --color-secondary-container-rgb: 255 140 70;
  --color-on-secondary-rgb: 85 35 10;
  --color-on-secondary-container-rgb: 102 45 15;
  --color-tertiary-rgb: 218 176 255;
  --color-tertiary-container-rgb: 97 55 140;
  --color-on-tertiary-rgb: 53 18 92;
  --color-on-tertiary-container-rgb: 243 225 255;
  --color-error-rgb: 255 179 173;
  --color-error-container-rgb: 161 42 42;
  --color-on-error-rgb: 104 0 10;
  --color-on-error-container-rgb: 255 188 182;
  --color-background-rgb: 35 30 40;
  --color-background-bright-rgb: 255 46 69;
  --color-on-background-rgb: 245 240 250;
  --color-surface-rgb: 45 38 50;
  --color-on-surface-rgb: 245 240 250;
  --color-surface-variant-rgb: 55 48 62;
  --color-on-surface-variant-rgb: 185 175 190;
  --color-outline-rgb: 150 135 150;
  --color-outline-variant-rgb: 110 98 115;
  --color-shadow-rgb: 0 0 0;
  --color-scrim-rgb: 0 0 0;
  --color-inverse-surface-rgb: 245 240 250;
  --color-inverse-on-surface-rgb: 35 30 40;
  --color-inverse-primary-rgb: 220 46 80;
  --color-primary-fixed-rgb: 255 179 193;
  --color-on-primary-fixed-rgb: 80 15 25;
  --color-primary-fixed-dim-rgb: 255 138 157;
  --color-on-primary-fixed-variant-rgb: 80 15 25;
  --color-secondary-fixed-rgb: 255 170 98;
  --color-on-secondary-fixed-rgb: 102 45 15;
  --color-secondary-fixed-dim-rgb: 255 140 70;
  --color-on-secondary-fixed-variant-rgb: 102 45 15;
  --color-tertiary-fixed-rgb: 240 216 255;
  --color-on-tertiary-fixed-rgb: 42 7 85;
  --color-tertiary-fixed-dim-rgb: 218 176 255;
  --color-on-tertiary-fixed-variant-rgb: 120 73 165;
  --color-surface-dim-rgb: 25 22 32;
  --color-surface-bright-rgb: 65 55 70;
  --color-surface-container-lowest-rgb: 30 26 36;
  --color-surface-container-low-rgb: 45 38 50;
  --color-surface-container-rgb: 55 48 62;
  --color-surface-container-high-rgb: 65 58 75;
  --color-surface-container-highest-rgb: 75 67 85;
  --color-surface-tint-rgb: 244 82 101;
  --color-success-rgb: 129 199 132;
  --color-success-container-rgb: 46 125 50;
  --color-on-success-rgb: 14 52 15;
  --color-on-success-container-rgb: 237 247 237;
  --color-warning-rgb: 255 202 40;
  --color-warning-container-rgb: 184 93 0;
  --color-on-warning-rgb: 71 37 0;
  --color-on-warning-container-rgb: 255 243 224;
  --color-info-rgb: 144 202 249;
  --color-info-container-rgb: 13 71 161;
  --color-on-info-rgb: 1 35 64;
  --color-on-info-container-rgb: 225 245 254;
  --color-seat-available-rgb: 129 199 132;
  --color-seat-booked-rgb: 239 83 80;
  --color-seat-reserved-rgb: 255 202 40;
  --color-seat-blocked-rgb: 189 189 189;
  --color-seat-courtesy-rgb: 206 147 216;
  --color-seat-not-for-sale-rgb: 188 143 143;
}
html,
body {
  margin: 0;
  height: 100svh;
  width: 100%;
  font-family:
    "Space Grotesk",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  overflow-x: hidden;
  font-optical-sizing: auto;
  overscroll-behavior: none;
}
html {
  color-scheme: light;
  --mat-sys-body-large: 400 1rem / 1.5rem Space Grotesk;
  --mat-sys-body-large-font: Space Grotesk;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Space Grotesk;
  --mat-sys-body-medium-font: Space Grotesk;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Space Grotesk;
  --mat-sys-body-small-font: Space Grotesk;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Space Grotesk;
  --mat-sys-display-large-font: Space Grotesk;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Space Grotesk;
  --mat-sys-display-medium-font: Space Grotesk;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Space Grotesk;
  --mat-sys-display-small-font: Space Grotesk;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Space Grotesk;
  --mat-sys-headline-large-font: Space Grotesk;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Space Grotesk;
  --mat-sys-headline-medium-font: Space Grotesk;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Space Grotesk;
  --mat-sys-headline-small-font: Space Grotesk;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Space Grotesk;
  --mat-sys-label-large-font: Space Grotesk;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Space Grotesk;
  --mat-sys-label-medium-font: Space Grotesk;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Space Grotesk;
  --mat-sys-label-small-font: Space Grotesk;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Space Grotesk;
  --mat-sys-title-large-font: Space Grotesk;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Space Grotesk;
  --mat-sys-title-medium-font: Space Grotesk;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Space Grotesk;
  --mat-sys-title-small-font: Space Grotesk;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
html[data-theme=dark] {
  color-scheme: dark;
}
html iframe {
  color-scheme: normal;
}
html {
  --mat-sys-primary: rgb(var(--color-primary-rgb));
  --mat-sys-primary-container: rgb(var(--color-primary-container-rgb));
  --mat-sys-on-primary: rgb(var(--color-on-primary-rgb));
  --mat-sys-on-primary-container: rgb(var(--color-on-primary-container-rgb));
  --mat-sys-secondary: rgb(var(--color-secondary-rgb));
  --mat-sys-secondary-container: rgb(var(--color-secondary-container-rgb));
  --mat-sys-on-secondary: rgb(var(--color-on-secondary-rgb));
  --mat-sys-on-secondary-container: rgb(var(--color-on-secondary-container-rgb));
  --mat-sys-tertiary: rgb(var(--color-tertiary-rgb));
  --mat-sys-tertiary-container: rgb(var(--color-tertiary-container-rgb));
  --mat-sys-on-tertiary: rgb(var(--color-on-tertiary-rgb));
  --mat-sys-on-tertiary-container: rgb(var(--color-on-tertiary-container-rgb));
  --mat-sys-error: rgb(var(--color-error-rgb));
  --mat-sys-error-container: rgb(var(--color-error-container-rgb));
  --mat-sys-on-error: rgb(var(--color-on-error-rgb));
  --mat-sys-on-error-container: rgb(var(--color-on-error-container-rgb));
  --mat-sys-background: rgb(var(--color-background-rgb));
  --mat-sys-on-background: rgb(var(--color-on-background-rgb));
  --mat-sys-surface: rgb(var(--color-surface-rgb));
  --mat-sys-on-surface: rgb(var(--color-on-surface-rgb));
  --mat-sys-surface-variant: rgb(var(--color-surface-variant-rgb));
  --mat-sys-on-surface-variant: rgb(var(--color-on-surface-variant-rgb));
  --mat-sys-outline: rgb(var(--color-outline-rgb));
  --mat-sys-outline-variant: rgb(var(--color-outline-variant-rgb));
  --mat-sys-shadow: rgb(var(--color-shadow-rgb));
  --mat-sys-scrim: rgb(var(--color-scrim-rgb));
  --mat-sys-inverse-surface: rgb(var(--color-inverse-surface-rgb));
  --mat-sys-inverse-on-surface: rgb(var(--color-inverse-on-surface-rgb));
  --mat-sys-inverse-primary: rgb(var(--color-inverse-primary-rgb));
  --mat-sys-primary-fixed: rgb(var(--color-primary-fixed-rgb));
  --mat-sys-on-primary-fixed: rgb(var(--color-on-primary-fixed-rgb));
  --mat-sys-primary-fixed-dim: rgb(var(--color-primary-fixed-dim-rgb));
  --mat-sys-on-primary-fixed-variant: rgb(var(--color-on-primary-fixed-variant-rgb));
  --mat-sys-secondary-fixed: rgb(var(--color-secondary-fixed-rgb));
  --mat-sys-on-secondary-fixed: rgb(var(--color-on-secondary-fixed-rgb));
  --mat-sys-secondary-fixed-dim: rgb(var(--color-secondary-fixed-dim-rgb));
  --mat-sys-on-secondary-fixed-variant: rgb(var(--color-on-secondary-fixed-variant-rgb));
  --mat-sys-tertiary-fixed: rgb(var(--color-tertiary-fixed-rgb));
  --mat-sys-on-tertiary-fixed: rgb(var(--color-on-tertiary-fixed-rgb));
  --mat-sys-tertiary-fixed-dim: rgb(var(--color-tertiary-fixed-dim-rgb));
  --mat-sys-on-tertiary-fixed-variant: rgb(var(--color-on-tertiary-fixed-variant-rgb));
  --mat-sys-surface-dim: rgb(var(--color-surface-dim-rgb));
  --mat-sys-surface-bright: rgb(var(--color-surface-bright-rgb));
  --mat-sys-surface-container-lowest: rgb(var(--color-surface-container-lowest-rgb));
  --mat-sys-surface-container-low: rgb(var(--color-surface-container-low-rgb));
  --mat-sys-surface-container: rgb(var(--color-surface-container-rgb));
  --mat-sys-surface-container-high: rgb(var(--color-surface-container-high-rgb));
  --mat-sys-surface-container-highest: rgb(var(--color-surface-container-highest-rgb));
  --mat-sys-surface-tint: rgb(var(--color-surface-tint-rgb));
  --mat-sys-corner-extra-small: 0.5rem;
  --mat-sys-corner-extra-large: 1rem;
  --mat-sys-corner-full: 0.75rem;
  --mat-sys-level0: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --mat-sys-level1: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --mat-sys-level2: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --mat-sys-level3: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --mat-sys-level4: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --mat-sys-level5: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --mat-form-field-filled-container-shape: 0.75rem;
  --mat-form-field-outlined-container-shape: 0.75rem;
  --mat-icon-button-icon-color: currentColor;
}
@layer base {
  input[type=number]::-webkit-outer-spin-button,
  input[type=number]::-webkit-inner-spin-button,
  input[type=number] {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield !important;
  }
}
ngx-skeleton-loader {
  display: inline-block;
}

/* libs/shared/util-alert/src/lib/alert-toast/alert-toast.css */
.toast-success .mdc-snackbar__surface.mat-mdc-snackbar-surface {
  background: #f0fdf4;
  color: #15803d;
}
.toast-success .mdc-snackbar__surface.mat-mdc-snackbar-surface button {
  --mat-snack-bar-button-color: #166534;
}
.toast-error .mdc-snackbar__surface.mat-mdc-snackbar-surface {
  background: rgb(var(--color-on-error-container-rgb));
  color: rgb(var(--color-error-container-rgb));
}
.toast-error .mdc-snackbar__surface.mat-mdc-snackbar-surface button {
  --mat-snack-bar-button-color: rgb(var(--color-error-container-rgb));
}
.toast-info .mdc-snackbar__surface.mat-mdc-snackbar-surface {
  background: #eff6ff;
  color: #1d4ed8;
}
.toast-info .mdc-snackbar__surface.mat-mdc-snackbar-surface button {
  --mat-snack-bar-button-color: #1e40af;
}
.toast-warning .mdc-snackbar__surface.mat-mdc-snackbar-surface {
  background: #fffbeb;
  color: #b45309;
}
.toast-warning .mdc-snackbar__surface.mat-mdc-snackbar-surface button {
  --mat-snack-bar-button-color: #92400e;
}

/* libs/shared/theming/src/lib/scss/index.scss */
:root {
  --color-primary-rgb: 230 21 54;
  --color-primary-container-rgb: 255 102 120;
  --color-on-primary-rgb: 255 255 255;
  --color-on-primary-container-rgb: 255 251 255;
  --color-secondary-rgb: 255 140 70;
  --color-secondary-container-rgb: 255 170 98;
  --color-on-secondary-rgb: 255 255 255;
  --color-on-secondary-container-rgb: 118 62 0;
  --color-tertiary-rgb: 141 53 173;
  --color-tertiary-container-rgb: 216 125 248;
  --color-on-tertiary-rgb: 255 255 255;
  --color-error-rgb: 185 28 28;
  --color-error-container-rgb: 161 42 42;
  --color-on-error-rgb: 255 255 255;
  --color-on-error-container-rgb: 255 188 182;
  --color-background-rgb: 255 248 247;
  --color-background-bright-rgb: 255 46 69;
  --color-on-background-rgb: 41 23 22;
  --color-surface-rgb: 252 248 249;
  --color-on-surface-rgb: 28 27 28;
  --color-surface-variant-rgb: 236 224 225;
  --color-on-surface-variant-rgb: 95 85 90;
  --color-outline-rgb: 126 117 118;
  --color-outline-variant-rgb: 175 165 167;
  --color-shadow-rgb: 0 0 0;
  --color-scrim-rgb: 0 0 0;
  --color-inverse-surface-rgb: 49 48 49;
  --color-inverse-on-surface-rgb: 244 240 240;
  --color-inverse-primary-rgb: 255 179 177;
  --color-primary-fixed-rgb: 255 218 216;
  --color-on-primary-fixed-rgb: 65 0 7;
  --color-primary-fixed-dim-rgb: 255 179 177;
  --color-on-primary-fixed-variant-rgb: 146 0 28;
  --color-secondary-fixed-rgb: 255 220 195;
  --color-on-secondary-fixed-rgb: 47 21 0;
  --color-secondary-fixed-dim-rgb: 255 183 125;
  --color-on-secondary-fixed-variant-rgb: 110 57 0;
  --color-tertiary-fixed-rgb: 249 216 255;
  --color-on-tertiary-fixed-rgb: 51 0 69;
  --color-tertiary-fixed-dim-rgb: 238 177 255;
  --color-on-tertiary-fixed-variant-rgb: 114 22 147;
  --color-surface-dim-rgb: 221 217 218;
  --color-surface-bright-rgb: 252 248 249;
  --color-surface-container-lowest-rgb: 255 255 255;
  --color-surface-container-low-rgb: 247 243 243;
  --color-surface-container-rgb: 241 237 238;
  --color-surface-container-high-rgb: 235 231 232;
  --color-surface-container-highest-rgb: 229 225 226;
  --color-surface-tint-rgb: 191 0 40;
  --color-on-tertiary-container-rgb: 95 0 127;
  --color-success-rgb: 34 139 34;
  --color-success-container-rgb: 200 230 201;
  --color-on-success-rgb: 255 255 255;
  --color-on-success-container-rgb: 14 52 15;
  --color-warning-rgb: 245 124 0;
  --color-warning-container-rgb: 255 224 178;
  --color-on-warning-rgb: 255 255 255;
  --color-on-warning-container-rgb: 71 37 0;
  --color-info-rgb: 25 118 210;
  --color-info-container-rgb: 187 222 251;
  --color-on-info-rgb: 255 255 255;
  --color-on-info-container-rgb: 1 35 64;
  --color-seat-available-rgb: 76 175 80;
  --color-seat-booked-rgb: 229 57 53;
  --color-seat-reserved-rgb: 255 193 7;
  --color-seat-blocked-rgb: 158 158 158;
  --color-seat-courtesy-rgb: 156 39 176;
  --color-seat-not-for-sale-rgb: 121 85 72;
}
:root[data-theme=dark],
.dark {
  --color-primary-rgb: 240 75 95;
  --color-primary-container-rgb: 180 45 65;
  --color-on-primary-rgb: 80 15 25;
  --color-on-primary-container-rgb: 255 240 245;
  --color-secondary-rgb: 255 140 70;
  --color-secondary-container-rgb: 255 140 70;
  --color-on-secondary-rgb: 85 35 10;
  --color-on-secondary-container-rgb: 102 45 15;
  --color-tertiary-rgb: 218 176 255;
  --color-tertiary-container-rgb: 97 55 140;
  --color-on-tertiary-rgb: 53 18 92;
  --color-on-tertiary-container-rgb: 243 225 255;
  --color-error-rgb: 255 179 173;
  --color-error-container-rgb: 161 42 42;
  --color-on-error-rgb: 104 0 10;
  --color-on-error-container-rgb: 255 188 182;
  --color-background-rgb: 35 30 40;
  --color-background-bright-rgb: 255 46 69;
  --color-on-background-rgb: 245 240 250;
  --color-surface-rgb: 45 38 50;
  --color-on-surface-rgb: 245 240 250;
  --color-surface-variant-rgb: 55 48 62;
  --color-on-surface-variant-rgb: 185 175 190;
  --color-outline-rgb: 150 135 150;
  --color-outline-variant-rgb: 110 98 115;
  --color-shadow-rgb: 0 0 0;
  --color-scrim-rgb: 0 0 0;
  --color-inverse-surface-rgb: 245 240 250;
  --color-inverse-on-surface-rgb: 35 30 40;
  --color-inverse-primary-rgb: 220 46 80;
  --color-primary-fixed-rgb: 255 179 193;
  --color-on-primary-fixed-rgb: 80 15 25;
  --color-primary-fixed-dim-rgb: 255 138 157;
  --color-on-primary-fixed-variant-rgb: 80 15 25;
  --color-secondary-fixed-rgb: 255 170 98;
  --color-on-secondary-fixed-rgb: 102 45 15;
  --color-secondary-fixed-dim-rgb: 255 140 70;
  --color-on-secondary-fixed-variant-rgb: 102 45 15;
  --color-tertiary-fixed-rgb: 240 216 255;
  --color-on-tertiary-fixed-rgb: 42 7 85;
  --color-tertiary-fixed-dim-rgb: 218 176 255;
  --color-on-tertiary-fixed-variant-rgb: 120 73 165;
  --color-surface-dim-rgb: 25 22 32;
  --color-surface-bright-rgb: 65 55 70;
  --color-surface-container-lowest-rgb: 30 26 36;
  --color-surface-container-low-rgb: 45 38 50;
  --color-surface-container-rgb: 55 48 62;
  --color-surface-container-high-rgb: 65 58 75;
  --color-surface-container-highest-rgb: 75 67 85;
  --color-surface-tint-rgb: 244 82 101;
  --color-success-rgb: 129 199 132;
  --color-success-container-rgb: 46 125 50;
  --color-on-success-rgb: 14 52 15;
  --color-on-success-container-rgb: 237 247 237;
  --color-warning-rgb: 255 202 40;
  --color-warning-container-rgb: 184 93 0;
  --color-on-warning-rgb: 71 37 0;
  --color-on-warning-container-rgb: 255 243 224;
  --color-info-rgb: 144 202 249;
  --color-info-container-rgb: 13 71 161;
  --color-on-info-rgb: 1 35 64;
  --color-on-info-container-rgb: 225 245 254;
  --color-seat-available-rgb: 129 199 132;
  --color-seat-booked-rgb: 239 83 80;
  --color-seat-reserved-rgb: 255 202 40;
  --color-seat-blocked-rgb: 189 189 189;
  --color-seat-courtesy-rgb: 206 147 216;
  --color-seat-not-for-sale-rgb: 188 143 143;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
