/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --tw-font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --tw-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --tw-color-sky-100: oklch(95.1% 0.026 236.824);
    --tw-color-gray-800: oklch(27.8% 0.033 256.848);
    --tw-spacing: 0.25rem;
    --tw-text-xs: 0.75rem;
    --tw-text-xs--line-height: calc(1 / 0.75);
    --tw-text-sm: 0.875rem;
    --tw-text-sm--line-height: calc(1.25 / 0.875);
    --tw-text-xl: 1.25rem;
    --tw-text-xl--line-height: calc(1.75 / 1.25);
    --tw-radius-xl: 0.75rem;
    --tw-default-font-family: var(--tw-font-sans);
    --tw-default-mono-font-family: var(--tw-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(--tw-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(--tw-default-font-feature-settings, normal);
    font-variation-settings: var(--tw-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(--tw-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--tw-default-mono-font-feature-settings, normal);
    font-variation-settings: var(--tw-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 {
  .tw\:flex {
    display: flex;
  }
  .tw\:flex-row {
    flex-direction: row;
  }
  .tw\:flex-wrap {
    flex-wrap: wrap;
  }
  .tw\:justify-center {
    justify-content: center;
  }
  .tw\:gap-2 {
    gap: calc(var(--tw-spacing) * 2);
  }
  .tw\:text-xl\! {
    font-size: var(--tw-text-xl) !important;
    line-height: var(--tw-leading, var(--tw-text-xl--line-height)) !important;
  }
  .tw\:text-gray-800\! {
    color: var(--tw-color-gray-800) !important;
  }
  .tw\:\[\&_a\]\:grid {
    & a {
      display: grid;
    }
  }
  .tw\:\[\&_a\]\:w-fit {
    & a {
      width: fit-content;
    }
  }
  .tw\:\[\&_a\]\:grid-cols-\[200px_minmax\(200px\,80ch\)_32px\] {
    & a {
      grid-template-columns: 200px minmax(200px,80ch) 32px;
    }
  }
  .tw\:\[\&_a\]\:grid-rows-\[min-content_1fr\] {
    & a {
      grid-template-rows: min-content 1fr;
    }
  }
  .tw\:\[\&_a\]\:items-center {
    & a {
      align-items: center;
    }
  }
  .tw\:\[\&_a\]\:rounded-xl {
    & a {
      border-radius: var(--tw-radius-xl);
    }
  }
  .tw\:\[\&_a\]\:p-2 {
    & a {
      padding: calc(var(--tw-spacing) * 2);
    }
  }
  .tw\:\[\&_a\]\:hover\:bg-sky-100\! {
    & a {
      &:hover {
        @media (hover: hover) {
          background-color: var(--tw-color-sky-100) !important;
        }
      }
    }
  }
  .tw\:\[\&_a\]\:hover\:no-underline\! {
    & a {
      &:hover {
        @media (hover: hover) {
          text-decoration-line: none !important;
        }
      }
    }
  }
  .tw\:\[\&_a\]\:focus\:no-underline\! {
    & a {
      &:focus {
        text-decoration-line: none !important;
      }
    }
  }
  .tw\:\[\&_a\]\:active\:bg-sky-100\! {
    & a {
      &:active {
        background-color: var(--tw-color-sky-100) !important;
      }
    }
  }
  .tw\:\[\&_a\]\:active\:no-underline\! {
    & a {
      &:active {
        text-decoration-line: none !important;
      }
    }
  }
  .tw\:\[\&_h2\]\:col-start-2 {
    & h2 {
      grid-column-start: 2;
    }
  }
  .tw\:\[\&_h2\]\:col-end-3 {
    & h2 {
      grid-column-end: 3;
    }
  }
  .tw\:\[\&_h2\]\:row-start-1 {
    & h2 {
      grid-row-start: 1;
    }
  }
  .tw\:\[\&_h2\]\:row-end-2 {
    & h2 {
      grid-row-end: 2;
    }
  }
  .tw\:\[\&_h2\]\:m-0\! {
    & h2 {
      margin: calc(var(--tw-spacing) * 0) !important;
    }
  }
  .tw\:\[\&_h2\]\:font-mono\! {
    & h2 {
      font-family: var(--tw-font-mono) !important;
    }
  }
  .tw\:\[\&_h2\]\:text-sm {
    & h2 {
      font-size: var(--tw-text-sm);
      line-height: var(--tw-leading, var(--tw-text-sm--line-height));
    }
  }
  .tw\:\[\&_h2\]\:text-gray-800\! {
    & h2 {
      color: var(--tw-color-gray-800) !important;
    }
  }
  .tw\:\[\&_h2\]\:uppercase {
    & h2 {
      text-transform: uppercase;
    }
  }
  .tw\:\[\&_img\]\:col-start-1 {
    & img {
      grid-column-start: 1;
    }
  }
  .tw\:\[\&_img\]\:col-end-2 {
    & img {
      grid-column-end: 2;
    }
  }
  .tw\:\[\&_img\]\:row-start-1 {
    & img {
      grid-row-start: 1;
    }
  }
  .tw\:\[\&_img\]\:row-end-3 {
    & img {
      grid-row-end: 3;
    }
  }
  .tw\:\[\&_p\]\:col-start-2 {
    & p {
      grid-column-start: 2;
    }
  }
  .tw\:\[\&_p\]\:col-end-4 {
    & p {
      grid-column-end: 4;
    }
  }
  .tw\:\[\&_p\]\:row-start-2 {
    & p {
      grid-row-start: 2;
    }
  }
  .tw\:\[\&_p\]\:row-end-3 {
    & p {
      grid-row-end: 3;
    }
  }
  .tw\:\[\&_p\]\:m-0\! {
    & p {
      margin: calc(var(--tw-spacing) * 0) !important;
    }
  }
  .tw\:\[\&_p\]\:self-start {
    & p {
      align-self: flex-start;
    }
  }
  .tw\:\[\&_p\]\:font-mono {
    & p {
      font-family: var(--tw-font-mono);
    }
  }
  .tw\:\[\&_p\]\:text-xs\! {
    & p {
      font-size: var(--tw-text-xs) !important;
      line-height: var(--tw-leading, var(--tw-text-xs--line-height)) !important;
    }
  }
  .tw\:\[\&_p\]\:text-gray-800 {
    & p {
      color: var(--tw-color-gray-800);
    }
  }
  .tw\:\[\&_span\]\:col-start-3 {
    & span {
      grid-column-start: 3;
    }
  }
  .tw\:\[\&_span\]\:col-end-3 {
    & span {
      grid-column-end: 3;
    }
  }
  .tw\:\[\&_span\]\:row-start-1 {
    & span {
      grid-row-start: 1;
    }
  }
  .tw\:\[\&_span\]\:row-end-2 {
    & span {
      grid-row-end: 2;
    }
  }
  .tw\:\[\&_span\]\:self-start {
    & span {
      align-self: flex-start;
    }
  }
  .tw\:\[\&_span\]\:justify-self-end {
    & span {
      justify-self: flex-end;
    }
  }
  .tw\:\[\&_span\]\:text-xl {
    & span {
      font-size: var(--tw-text-xl);
      line-height: var(--tw-leading, var(--tw-text-xl--line-height));
    }
  }
  .tw\:\[\&_span\]\:text-gray-800 {
    & span {
      color: var(--tw-color-gray-800);
    }
  }
}
