/*! tailwindcss v4.1.18 | 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-blue-500: oklch(62.3% 0.214 259.815);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --radius-lg: 0.5rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .col-start-2 {
    grid-column-start: 2;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-7 {
    margin-block: calc(var(--spacing) * 7);
  }
  .my-auto {
    margin-block: auto;
  }
  .ms-1 {
    margin-inline-start: calc(var(--spacing) * 1);
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .ms-5 {
    margin-inline-start: calc(var(--spacing) * 5);
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .me-5 {
    margin-inline-end: calc(var(--spacing) * 5);
  }
  .mt-18 {
    margin-top: calc(var(--spacing) * 18);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .grid\! {
    display: grid !important;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-15 {
    height: calc(var(--spacing) * 15);
  }
  .h-17 {
    height: calc(var(--spacing) * 17);
  }
  .h-17\.5 {
    height: calc(var(--spacing) * 17.5);
  }
  .h-\[70px\] {
    height: 70px;
  }
  .min-h-119 {
    min-height: calc(var(--spacing) * 119);
  }
  .min-h-119\.5 {
    min-height: calc(var(--spacing) * 119.5);
  }
  .min-h-\[478px\] {
    min-height: 478px;
  }
  .w-\[1fr\] {
    width: 1fr;
  }
  .max-w-75 {
    max-width: calc(var(--spacing) * 75);
  }
  .max-w-\[1fr\] {
    max-width: 1fr;
  }
  .max-w-\[75\%\] {
    max-width: 75%;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[1128px\] {
    max-width: 1128px;
  }
  .min-w-50 {
    min-width: calc(var(--spacing) * 50);
  }
  .min-w-\[1fr\] {
    min-width: 1fr;
  }
  .min-w-\[50\%\] {
    min-width: 50%;
  }
  .min-w-\[50a5\] {
    min-width: 50a5;
  }
  .min-w-\[60\%\] {
    min-width: 60%;
  }
  .min-w-\[70\%\] {
    min-width: 70%;
  }
  .min-w-\[605\%\] {
    min-width: 605%;
  }
  .min-w-\[minmax\(\)\] {
    min-width: minmax();
  }
  .min-w-\[minmax\(50\%\)\] {
    min-width: minmax(50%);
  }
  .min-w-\[minmax\] {
    min-width: minmax;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-content-center {
    place-content: center;
  }
  .place-items-center {
    place-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-9 {
    gap: calc(var(--spacing) * 9);
  }
  .gap-x-9 {
    column-gap: calc(var(--spacing) * 9);
  }
  .gap-y-9 {
    row-gap: calc(var(--spacing) * 9);
  }
  .justify-self-center {
    justify-self: center;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-3\.5 {
    padding: calc(var(--spacing) * 3.5);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .ps-5 {
    padding-inline-start: calc(var(--spacing) * 5);
  }
  .pe-1 {
    padding-inline-end: calc(var(--spacing) * 1);
  }
  .pe-4 {
    padding-inline-end: calc(var(--spacing) * 4);
  }
  .pe-5 {
    padding-inline-end: calc(var(--spacing) * 5);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-1\.5 {
    padding-bottom: calc(var(--spacing) * 1.5);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .focus\:border-blue-500 {
    &:focus {
      border-color: var(--color-blue-500);
    }
  }
  .focus\:ring-blue-500 {
    &:focus {
      --tw-ring-color: var(--color-blue-500);
    }
  }
  .sm\:h-10 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 10);
    }
  }
  .sm\:h-17 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 17);
    }
  }
  .sm\:h-17\.5 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 17.5);
    }
  }
  .sm\:h-170 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 170);
    }
  }
  .sm\:min-w-100 {
    @media (width >= 40rem) {
      min-width: calc(var(--spacing) * 100);
    }
  }
  .sm\:min-w-\[70\%\] {
    @media (width >= 40rem) {
      min-width: 70%;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:col-start-1 {
    @media (width >= 48rem) {
      grid-column-start: 1;
    }
  }
  .md\:h-17 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 17);
    }
  }
  .md\:max-w-130 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 130);
    }
  }
  .md\:max-w-150 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 150);
    }
  }
  .md\:max-w-155 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 155);
    }
  }
  .md\:max-w-155\.5 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 155.5);
    }
  }
  .md\:max-w-\[1fr\] {
    @media (width >= 48rem) {
      max-width: 1fr;
    }
  }
  .md\:min-w-75\.5 {
    @media (width >= 48rem) {
      min-width: calc(var(--spacing) * 75.5);
    }
  }
  .md\:min-w-130 {
    @media (width >= 48rem) {
      min-width: calc(var(--spacing) * 130);
    }
  }
  .md\:min-w-140 {
    @media (width >= 48rem) {
      min-width: calc(var(--spacing) * 140);
    }
  }
  .md\:min-w-150 {
    @media (width >= 48rem) {
      min-width: calc(var(--spacing) * 150);
    }
  }
  .md\:min-w-155 {
    @media (width >= 48rem) {
      min-width: calc(var(--spacing) * 155);
    }
  }
  .md\:min-w-155\.5 {
    @media (width >= 48rem) {
      min-width: calc(var(--spacing) * 155.5);
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .lg\:col-start-2 {
    @media (width >= 64rem) {
      grid-column-start: 2;
    }
  }
  .lg\:row-start-1 {
    @media (width >= 64rem) {
      grid-row-start: 1;
    }
  }
  .lg\:ms-auto {
    @media (width >= 64rem) {
      margin-inline-start: auto;
    }
  }
  .lg\:h-17 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 17);
    }
  }
  .lg\:max-w-full {
    @media (width >= 64rem) {
      max-width: 100%;
    }
  }
  .lg\:grid-cols-\[autofit\(minmax\(460px\,470px\)\)\] {
    @media (width >= 64rem) {
      grid-template-columns: autofit(minmax(460px,470px));
    }
  }
  .lg\:grid-cols-\[autofitminmax\(460px\,470px\)\] {
    @media (width >= 64rem) {
      grid-template-columns: autofitminmax(460px,470px);
    }
  }
  .lg\:grid-cols-\[autominmax\(460px\,470px\)\] {
    @media (width >= 64rem) {
      grid-template-columns: autominmax(460px,470px);
    }
  }
  .lg\:grid-cols-\[minmax\(400px\,400px\)\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(400px,400px);
    }
  }
  .lg\:grid-cols-\[minmax\(400px\,440px\)\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(400px,440px);
    }
  }
  .lg\:grid-cols-\[minmax\(400px\,460px\)\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(400px,460px);
    }
  }
  .lg\:grid-cols-\[minmax\(400px\,470px\)\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(400px,470px);
    }
  }
  .lg\:grid-cols-\[minmax\(460px\,470px\)\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(460px,470px);
    }
  }
  .lg\:grid-cols-\[minmax\(460px\,470px\)_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(460px,470px) 1fr;
    }
  }
  .dark\:border-gray-600 {
    @media (prefers-color-scheme: dark) {
      border-color: var(--color-gray-600);
    }
  }
  .dark\:text-black {
    @media (prefers-color-scheme: dark) {
      color: var(--color-black);
    }
  }
  .dark\:placeholder-gray-400 {
    @media (prefers-color-scheme: dark) {
      &::placeholder {
        color: var(--color-gray-400);
      }
    }
  }
  .dark\:focus\:border-blue-500 {
    @media (prefers-color-scheme: dark) {
      &:focus {
        border-color: var(--color-blue-500);
      }
    }
  }
  .dark\:focus\:ring-blue-500 {
    @media (prefers-color-scheme: dark) {
      &:focus {
        --tw-ring-color: var(--color-blue-500);
      }
    }
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
    }
  }
}
