/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --tw-color-red-500: oklch(63.7% 0.237 25.331);
    --tw-color-red-600: oklch(57.7% 0.245 27.325);
    --tw-color-blue-600: oklch(54.6% 0.245 262.881);
    --tw-color-gray-50: oklch(98.5% 0.002 247.839);
    --tw-color-gray-100: oklch(96.7% 0.003 264.542);
    --tw-color-gray-200: oklch(92.8% 0.006 264.531);
    --tw-color-gray-500: oklch(55.1% 0.027 264.364);
    --tw-color-gray-600: oklch(44.6% 0.03 256.802);
    --tw-color-gray-800: oklch(27.8% 0.033 256.848);
    --tw-color-gray-900: oklch(21% 0.034 264.665);
    --tw-color-white: #fff;
    --tw-spacing: 4px;
    --tw-text-sm: 0.875rem;
    --tw-text-sm--line-height: calc(1.25 / 0.875);
    --tw-text-lg: 1.125rem;
    --tw-text-lg--line-height: calc(1.75 / 1.125);
    --tw-text-2xl: 1.5rem;
    --tw-text-2xl--line-height: calc(2 / 1.5);
    --tw-font-weight-medium: 500;
    --tw-font-weight-bold: 700;
    --tw-radius-sm: 0.25rem;
    --tw-radius-md: 0.375rem;
    --tw-radius-lg: 0.5rem;
    --tw-default-transition-duration: 150ms;
    --tw-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-color-777777: #777777;
  }
}
@layer utilities {
  .tw\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .tw\:m-0 {
    margin: calc(var(--tw-spacing) * 0) !important;
  }
  .tw\:mx-auto {
    margin-inline: auto !important;
  }
  .tw\:my-6 {
    margin-block: calc(var(--tw-spacing) * 6) !important;
  }
  .tw\:mt-1 {
    margin-top: calc(var(--tw-spacing) * 1) !important;
  }
  .tw\:mt-4 {
    margin-top: calc(var(--tw-spacing) * 4) !important;
  }
  .tw\:mb-1 {
    margin-bottom: calc(var(--tw-spacing) * 1) !important;
  }
  .tw\:mb-2 {
    margin-bottom: calc(var(--tw-spacing) * 2) !important;
  }
  .tw\:mb-4 {
    margin-bottom: calc(var(--tw-spacing) * 4) !important;
  }
  .tw\:mb-6 {
    margin-bottom: calc(var(--tw-spacing) * 6) !important;
  }
  .tw\:ml-1 {
    margin-left: calc(var(--tw-spacing) * 1) !important;
  }
  .tw\:ml-2 {
    margin-left: calc(var(--tw-spacing) * 2) !important;
  }
  .tw\:block {
    display: block !important;
  }
  .tw\:flex {
    display: flex !important;
  }
  .tw\:grid {
    display: grid !important;
  }
  .tw\:hidden {
    display: none !important;
  }
  .tw\:inline-block {
    display: inline-block !important;
  }
  .tw\:h-5 {
    height: calc(var(--tw-spacing) * 5) !important;
  }
  .tw\:w-5 {
    width: calc(var(--tw-spacing) * 5) !important;
  }
  .tw\:w-full {
    width: 100% !important;
  }
  .tw\:flex-none {
    flex: none !important;
  }
  .tw\:cursor-pointer {
    cursor: pointer !important;
  }
  .tw\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .tw\:items-center {
    align-items: center !important;
  }
  .tw\:justify-between {
    justify-content: space-between !important;
  }
  .tw\:justify-center {
    justify-content: center !important;
  }
  .tw\:justify-start {
    justify-content: flex-start !important;
  }
  .tw\:gap-2 {
    gap: calc(var(--tw-spacing) * 2) !important;
  }
  .tw\:gap-3\.5 {
    gap: calc(var(--tw-spacing) * 3.5) !important;
  }
  .tw\:gap-4 {
    gap: calc(var(--tw-spacing) * 4) !important;
  }
  .tw\:gap-6 {
    gap: calc(var(--tw-spacing) * 6) !important;
  }
  .tw\:gap-8 {
    gap: calc(var(--tw-spacing) * 8) !important;
  }
  .tw\:rounded-lg {
    border-radius: var(--tw-radius-lg) !important;
  }
  .tw\:rounded-md {
    border-radius: var(--tw-radius-md) !important;
  }
  .tw\:rounded-sm {
    border-radius: var(--tw-radius-sm) !important;
  }
  .tw\:border {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .tw\:border-2 {
    border-style: var(--tw-border-style) !important;
    border-width: 2px !important;
  }
  .tw\:border-t {
    border-top-style: var(--tw-border-style) !important;
    border-top-width: 1px !important;
  }
  .tw\:border-dashed {
    --tw-border-style: dashed !important;
    border-style: dashed !important;
  }
  .tw\:border-777777 {
    border-color: var(--tw-color-777777) !important;
  }
  .tw\:border-gray-200 {
    border-color: var(--tw-color-gray-200) !important;
  }
  .tw\:bg-gray-50 {
    background-color: var(--tw-color-gray-50) !important;
  }
  .tw\:bg-gray-100 {
    background-color: var(--tw-color-gray-100) !important;
  }
  .tw\:bg-white {
    background-color: var(--tw-color-white) !important;
  }
  .tw\:p-4 {
    padding: calc(var(--tw-spacing) * 4) !important;
  }
  .tw\:px-4 {
    padding-inline: calc(var(--tw-spacing) * 4) !important;
  }
  .tw\:py-2 {
    padding-block: calc(var(--tw-spacing) * 2) !important;
  }
  .tw\:pt-3\.5 {
    padding-top: calc(var(--tw-spacing) * 3.5) !important;
  }
  .tw\:text-center {
    text-align: center !important;
  }
  .tw\:text-2xl {
    font-size: var(--tw-text-2xl) !important;
    line-height: var(--tw-leading, var(--tw-text-2xl--line-height)) !important;
  }
  .tw\:text-lg {
    font-size: var(--tw-text-lg) !important;
    line-height: var(--tw-leading, var(--tw-text-lg--line-height)) !important;
  }
  .tw\:text-sm {
    font-size: var(--tw-text-sm) !important;
    line-height: var(--tw-leading, var(--tw-text-sm--line-height)) !important;
  }
  .tw\:font-bold {
    --tw-font-weight: var(--tw-font-weight-bold) !important;
    font-weight: var(--tw-font-weight-bold) !important;
  }
  .tw\:font-medium {
    --tw-font-weight: var(--tw-font-weight-medium) !important;
    font-weight: var(--tw-font-weight-medium) !important;
  }
  .tw\:text-blue-600 {
    color: var(--tw-color-blue-600) !important;
  }
  .tw\:text-gray-500 {
    color: var(--tw-color-gray-500) !important;
  }
  .tw\:text-gray-600 {
    color: var(--tw-color-gray-600) !important;
  }
  .tw\:text-gray-800 {
    color: var(--tw-color-gray-800) !important;
  }
  .tw\:text-gray-900 {
    color: var(--tw-color-gray-900) !important;
  }
  .tw\:text-red-500 {
    color: var(--tw-color-red-500) !important;
  }
  .tw\:text-red-600 {
    color: var(--tw-color-red-600) !important;
  }
  .tw\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05)) !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;
  }
  .tw\: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)) !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;
  }
  .tw\: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)) !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;
  }
  .tw\: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 !important;
    transition-timing-function: var(--tw-ease, var(--tw-default-transition-timing-function)) !important;
    transition-duration: var(--tw-duration, var(--tw-default-transition-duration)) !important;
  }
  .tw\:max-md\:h-8\.5 {
    @media (width < 48rem) {
      height: calc(var(--tw-spacing) * 8.5) !important;
    }
  }
  .tw\:max-md\:w-8\.5 {
    @media (width < 48rem) {
      width: calc(var(--tw-spacing) * 8.5) !important;
    }
  }
  .tw\:max-md\:justify-between {
    @media (width < 48rem) {
      justify-content: space-between !important;
    }
  }
  .tw\:sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  }
  .tw\:md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@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-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}

