/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer utilities {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-serif: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
  }
}
@layer utilities {
  .\!absolute {
    position: absolute !important;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .\!mx-0 {
    margin-inline: calc(var(--spacing) * 0) !important;
  }
  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-full {
    height: 100%;
  }
  .\!w-full {
    width: 100% !important;
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-2\/3 {
    width: calc(2/3 * 100%);
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .flex-0 {
    flex: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-\[100px_1fr\] {
    grid-template-columns: 100px 1fr;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .\!gap-0 {
    gap: calc(var(--spacing) * 0) !important;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .space-y-0 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .self-stretch {
    align-self: stretch;
  }
  .\!overflow-hidden {
    overflow: hidden !important;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .\!rounded-tr-xl {
    border-top-right-radius: var(--radius-xl) !important;
  }
  .rounded-tr-2xl {
    border-top-right-radius: var(--radius-2xl);
  }
  .rounded-bl-xl {
    border-bottom-left-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/80 {
    background-color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .\!p-2 {
    padding: calc(var(--spacing) * 2) !important;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .\!px-0 {
    padding-inline: calc(var(--spacing) * 0) !important;
  }
  .\!py-0 {
    padding-block: calc(var(--spacing) * 0) !important;
  }
  .\!py-4 {
    padding-block: calc(var(--spacing) * 4) !important;
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .\!pr-0 {
    padding-right: calc(var(--spacing) * 0) !important;
  }
  .\!pr-24 {
    padding-right: calc(var(--spacing) * 24) !important;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-pre {
    white-space: pre;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\*\:mb-4 {
    :is(& > *) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .\*\:\!inline {
    :is(& > *) {
      display: inline !important;
    }
  }
  .\*\:\*\:\!h-full {
    :is(& > *) {
      :is(& > *) {
        height: 100% !important;
      }
    }
  }
  .\*\:\*\:h-12 {
    :is(& > *) {
      :is(& > *) {
        height: calc(var(--spacing) * 12);
      }
    }
  }
  .\*\:h-12 {
    :is(& > *) {
      height: calc(var(--spacing) * 12);
    }
  }
  .\*\:h-\[200px\] {
    :is(& > *) {
      height: 200px;
    }
  }
  .\*\:h-full {
    :is(& > *) {
      height: 100%;
    }
  }
  .\*\:\!w-\[28\%\] {
    :is(& > *) {
      width: 28% !important;
    }
  }
  .\*\:\*\:\!w-full {
    :is(& > *) {
      :is(& > *) {
        width: 100% !important;
      }
    }
  }
  .\*\:w-\[400px\] {
    :is(& > *) {
      width: 400px;
    }
  }
  .\*\:w-full {
    :is(& > *) {
      width: 100%;
    }
  }
  .\*\:border-1 {
    :is(& > *) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .\*\:\*\:\!bg-transparent {
    :is(& > *) {
      :is(& > *) {
        background-color: transparent !important;
      }
    }
  }
  .\*\:\*\:object-cover {
    :is(& > *) {
      :is(& > *) {
        object-fit: cover;
      }
    }
  }
  .\*\:p-3 {
    :is(& > *) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .\*\:\!py-0 {
    :is(& > *) {
      padding-block: calc(var(--spacing) * 0) !important;
    }
  }
  .\*\:\*\:\!py-0 {
    :is(& > *) {
      :is(& > *) {
        padding-block: calc(var(--spacing) * 0) !important;
      }
    }
  }
  .\*\:py-2 {
    :is(& > *) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .\*\:pr-10 {
    :is(& > *) {
      padding-right: calc(var(--spacing) * 10);
    }
  }
  .\*\:text-right {
    :is(& > *) {
      text-align: right;
    }
  }
}
td {
  background-color: transparent !important;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
    }
  }
}
