/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --tw-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --tw-color-orange-50: oklch(98% 0.016 73.684);
    --tw-color-orange-400: oklch(75% 0.183 55.934);
    --tw-color-orange-600: oklch(64.6% 0.222 41.116);
    --tw-color-orange-700: oklch(55.3% 0.195 38.402);
    --tw-color-green-50: oklch(98.2% 0.018 155.826);
    --tw-color-green-600: oklch(62.7% 0.194 149.214);
    --tw-color-blue-50: oklch(97% 0.014 254.604);
    --tw-color-blue-200: oklch(88.2% 0.059 254.128);
    --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: 0.25rem;
    --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-font-weight-medium: 500;
    --tw-font-weight-semibold: 600;
    --tw-font-weight-bold: 700;
    --tw-font-weight-extrabold: 800;
    --tw-font-weight-black: 900;
    --tw-leading-tight: 1.25;
    --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);
  }
}
@layer utilities {
  .tw\:relative {
    position: relative !important;
  }
  .tw\:sticky {
    position: sticky !important;
  }
  .tw\:top-4 {
    top: calc(var(--tw-spacing) * 4) !important;
  }
  .tw\:right-10 {
    right: calc(var(--tw-spacing) * 10) !important;
  }
  .tw\:my-3 {
    margin-block: calc(var(--tw-spacing) * 3) !important;
  }
  .tw\:mt-1 {
    margin-top: calc(var(--tw-spacing) * 1) !important;
  }
  .tw\:mt-2 {
    margin-top: calc(var(--tw-spacing) * 2) !important;
  }
  .tw\:mt-4 {
    margin-top: calc(var(--tw-spacing) * 4) !important;
  }
  .tw\:mr-2 {
    margin-right: calc(var(--tw-spacing) * 2) !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\:ml-20 {
    margin-left: calc(var(--tw-spacing) * 20) !important;
  }
  .tw\:flex {
    display: flex !important;
  }
  .tw\:inline-flex {
    display: inline-flex !important;
  }
  .tw\:size-10 {
    width: calc(var(--tw-spacing) * 10) !important;
    height: calc(var(--tw-spacing) * 10) !important;
  }
  .tw\:h-16 {
    height: calc(var(--tw-spacing) * 16) !important;
  }
  .tw\:h-full {
    height: 100% !important;
  }
  .tw\:w-16 {
    width: calc(var(--tw-spacing) * 16) !important;
  }
  .tw\:w-\[800px\] {
    width: 800px !important;
  }
  .tw\:w-full {
    width: 100% !important;
  }
  .tw\:min-w-0 {
    min-width: calc(var(--tw-spacing) * 0) !important;
  }
  .tw\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .tw\:grow {
    flex-grow: 1 !important;
  }
  .tw\:scale-75 {
    --tw-scale-x: 75% !important;
    --tw-scale-y: 75% !important;
    --tw-scale-z: 75% !important;
    scale: var(--tw-scale-x) var(--tw-scale-y) !important;
  }
  .tw\:scale-125 {
    --tw-scale-x: 125% !important;
    --tw-scale-y: 125% !important;
    --tw-scale-z: 125% !important;
    scale: var(--tw-scale-x) var(--tw-scale-y) !important;
  }
  .tw\:flex-col {
    flex-direction: column !important;
  }
  .tw\:flex-row {
    flex-direction: row !important;
  }
  .tw\:items-center {
    align-items: center !important;
  }
  .tw\:items-end {
    align-items: flex-end !important;
  }
  .tw\:items-start {
    align-items: flex-start !important;
  }
  .tw\:justify-between {
    justify-content: space-between !important;
  }
  .tw\:justify-center {
    justify-content: center !important;
  }
  .tw\:justify-end {
    justify-content: flex-end !important;
  }
  .tw\:gap-0\.5 {
    gap: calc(var(--tw-spacing) * 0.5) !important;
  }
  .tw\:gap-1\.5 {
    gap: calc(var(--tw-spacing) * 1.5) !important;
  }
  .tw\:gap-2 {
    gap: calc(var(--tw-spacing) * 2) !important;
  }
  .tw\:gap-3 {
    gap: calc(var(--tw-spacing) * 3) !important;
  }
  .tw\:gap-4 {
    gap: calc(var(--tw-spacing) * 4) !important;
  }
  .tw\:space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0 !important;
      margin-block-start: calc(calc(var(--tw-spacing) * 2) * var(--tw-space-y-reverse)) !important;
      margin-block-end: calc(calc(var(--tw-spacing) * 2) * calc(1 - var(--tw-space-y-reverse))) !important;
    }
  }
  .tw\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
  .tw\:rounded-full {
    border-radius: calc(infinity * 1px) !important;
  }
  .tw\:rounded-lg {
    border-radius: var(--tw-radius-lg) !important;
  }
  .tw\:rounded-md {
    border-radius: var(--tw-radius-md) !important;
  }
  .tw\:border {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .tw\:border-0 {
    border-style: var(--tw-border-style) !important;
    border-width: 0px !important;
  }
  .tw\:border-b {
    border-bottom-style: var(--tw-border-style) !important;
    border-bottom-width: 1px !important;
  }
  .tw\:border-l-4 {
    border-left-style: var(--tw-border-style) !important;
    border-left-width: 4px !important;
  }
  .tw\:border-none {
    --tw-border-style: none !important;
    border-style: none !important;
  }
  .tw\:border-blue-200 {
    border-color: var(--tw-color-blue-200) !important;
  }
  .tw\:border-gray-200 {
    border-color: var(--tw-color-gray-200) !important;
  }
  .tw\:border-orange-400 {
    border-color: var(--tw-color-orange-400) !important;
  }
  .tw\:bg-blue-50 {
    background-color: var(--tw-color-blue-50) !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-green-50 {
    background-color: var(--tw-color-green-50) !important;
  }
  .tw\:bg-orange-50 {
    background-color: var(--tw-color-orange-50) !important;
  }
  .tw\:bg-white {
    background-color: var(--tw-color-white) !important;
  }
  .tw\:object-contain {
    object-fit: contain !important;
  }
  .tw\:p-2 {
    padding: calc(var(--tw-spacing) * 2) !important;
  }
  .tw\:p-3 {
    padding: calc(var(--tw-spacing) * 3) !important;
  }
  .tw\:p-4 {
    padding: calc(var(--tw-spacing) * 4) !important;
  }
  .tw\:px-3 {
    padding-inline: calc(var(--tw-spacing) * 3) !important;
  }
  .tw\:py-1 {
    padding-block: calc(var(--tw-spacing) * 1) !important;
  }
  .tw\:py-2 {
    padding-block: calc(var(--tw-spacing) * 2) !important;
  }
  .tw\:pt-2 {
    padding-top: calc(var(--tw-spacing) * 2) !important;
  }
  .tw\:pb-3 {
    padding-bottom: calc(var(--tw-spacing) * 3) !important;
  }
  .tw\:text-center {
    text-align: center !important;
  }
  .tw\:align-middle {
    vertical-align: middle !important;
  }
  .tw\:font-mono {
    font-family: var(--tw-font-mono) !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\:text-\[13px\] {
    font-size: 13px !important;
  }
  .tw\:leading-tight {
    --tw-leading: var(--tw-leading-tight) !important;
    line-height: var(--tw-leading-tight) !important;
  }
  .tw\:font-black {
    --tw-font-weight: var(--tw-font-weight-black) !important;
    font-weight: var(--tw-font-weight-black) !important;
  }
  .tw\:font-bold {
    --tw-font-weight: var(--tw-font-weight-bold) !important;
    font-weight: var(--tw-font-weight-bold) !important;
  }
  .tw\:font-extrabold {
    --tw-font-weight: var(--tw-font-weight-extrabold) !important;
    font-weight: var(--tw-font-weight-extrabold) !important;
  }
  .tw\:font-medium {
    --tw-font-weight: var(--tw-font-weight-medium) !important;
    font-weight: var(--tw-font-weight-medium) !important;
  }
  .tw\:font-semibold {
    --tw-font-weight: var(--tw-font-weight-semibold) !important;
    font-weight: var(--tw-font-weight-semibold) !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-green-600 {
    color: var(--tw-color-green-600) !important;
  }
  .tw\:text-orange-600 {
    color: var(--tw-color-orange-600) !important;
  }
  .tw\:text-orange-700 {
    color: var(--tw-color-orange-700) !important;
  }
  .tw\:text-white {
    color: var(--tw-color-white) !important;
  }
  .tw\:uppercase {
    text-transform: uppercase !important;
  }
  .tw\:opacity-90 {
    opacity: 90% !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-all {
    transition-property: all !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\: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\:duration-150 {
    --tw-duration: 150ms !important;
    transition-duration: 150ms !important;
  }
  .tw\:duration-200 {
    --tw-duration: 200ms !important;
    transition-duration: 200ms !important;
  }
  .tw\:duration-300 {
    --tw-duration: 300ms !important;
    transition-duration: 300ms !important;
  }
}
@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;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@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;
}
@property --tw-duration {
  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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --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;
      --tw-duration: initial;
    }
  }
}
