/*! tailwindcss v4.2.2 | 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-red-400: oklch(70.4% 0.191 22.216);
    --color-amber-400: oklch(82.8% 0.189 84.429);
    --color-teal-500: oklch(70.4% 0.14 182.503);
    --color-sky-500: oklch(68.5% 0.169 237.323);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --leading-relaxed: 1.625;
    --radius-2xl: 1rem;
    --animate-spin: spin 1s linear infinite;
    --blur-sm: 8px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  #tenant-react-root *, #tenant-react-root ::after, #tenant-react-root ::before, #tenant-react-root ::backdrop, #tenant-react-root ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  #tenant-react-root, :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;
  }
  #tenant-react-root hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  #tenant-react-root abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  #tenant-react-root h1, #tenant-react-root h2, #tenant-react-root h3, #tenant-react-root h4, #tenant-react-root h5, #tenant-react-root h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  #tenant-react-root a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  #tenant-react-root b, #tenant-react-root strong {
    font-weight: bolder;
  }
  #tenant-react-root code, #tenant-react-root kbd, #tenant-react-root samp, #tenant-react-root 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;
  }
  #tenant-react-root small {
    font-size: 80%;
  }
  #tenant-react-root sub, #tenant-react-root sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  #tenant-react-root sub {
    bottom: -0.25em;
  }
  #tenant-react-root sup {
    top: -0.5em;
  }
  #tenant-react-root table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  #tenant-react-root :-moz-focusring {
    outline: auto;
  }
  #tenant-react-root progress {
    vertical-align: baseline;
  }
  #tenant-react-root summary {
    display: list-item;
  }
  #tenant-react-root ol, #tenant-react-root ul, #tenant-react-root menu {
    list-style: none;
  }
  #tenant-react-root img, #tenant-react-root svg, #tenant-react-root video, #tenant-react-root canvas, #tenant-react-root audio, #tenant-react-root iframe, #tenant-react-root embed, #tenant-react-root object {
    display: block;
    vertical-align: middle;
  }
  #tenant-react-root img, #tenant-react-root video {
    max-width: 100%;
    height: auto;
  }
  #tenant-react-root button, #tenant-react-root input, #tenant-react-root select, #tenant-react-root optgroup, #tenant-react-root textarea, #tenant-react-root ::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;
  }
  #tenant-react-root :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  #tenant-react-root :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  #tenant-react-root ::file-selector-button {
    margin-inline-end: 4px;
  }
  #tenant-react-root ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    #tenant-react-root ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  #tenant-react-root textarea {
    resize: vertical;
  }
  #tenant-react-root ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  #tenant-react-root ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  #tenant-react-root ::-webkit-datetime-edit {
    display: inline-flex;
  }
  #tenant-react-root ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  #tenant-react-root ::-webkit-datetime-edit, #tenant-react-root ::-webkit-datetime-edit-year-field, #tenant-react-root ::-webkit-datetime-edit-month-field, #tenant-react-root ::-webkit-datetime-edit-day-field, #tenant-react-root ::-webkit-datetime-edit-hour-field, #tenant-react-root ::-webkit-datetime-edit-minute-field, #tenant-react-root ::-webkit-datetime-edit-second-field, #tenant-react-root ::-webkit-datetime-edit-millisecond-field, #tenant-react-root ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  #tenant-react-root ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  #tenant-react-root :-moz-ui-invalid {
    box-shadow: none;
  }
  #tenant-react-root button, #tenant-react-root input:where([type="button"], [type="reset"], [type="submit"]), #tenant-react-root ::file-selector-button {
    appearance: button;
  }
  #tenant-react-root ::-webkit-inner-spin-button, #tenant-react-root ::-webkit-outer-spin-button {
    height: auto;
  }
  #tenant-react-root [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  #tenant-react-root .mx-auto {
    margin-inline: auto;
  }
  #tenant-react-root .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  #tenant-react-root .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  #tenant-react-root .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  #tenant-react-root .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  #tenant-react-root .flex {
    display: flex;
  }
  #tenant-react-root .inline-flex {
    display: inline-flex;
  }
  #tenant-react-root .h-8 {
    height: calc(var(--spacing) * 8);
  }
  #tenant-react-root .h-10 {
    height: calc(var(--spacing) * 10);
  }
  #tenant-react-root .h-12 {
    height: calc(var(--spacing) * 12);
  }
  #tenant-react-root .min-h-screen {
    min-height: 100vh;
  }
  #tenant-react-root .w-8 {
    width: calc(var(--spacing) * 8);
  }
  #tenant-react-root .w-10 {
    width: calc(var(--spacing) * 10);
  }
  #tenant-react-root .w-12 {
    width: calc(var(--spacing) * 12);
  }
  #tenant-react-root .w-full {
    width: 100%;
  }
  #tenant-react-root .max-w-\[420px\] {
    max-width: 420px;
  }
  #tenant-react-root .max-w-md {
    max-width: var(--container-md);
  }
  #tenant-react-root .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  #tenant-react-root .animate-spin {
    animation: var(--animate-spin);
  }
  #tenant-react-root .flex-col {
    flex-direction: column;
  }
  #tenant-react-root .items-center {
    align-items: center;
  }
  #tenant-react-root .justify-center {
    justify-content: center;
  }
  #tenant-react-root .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  #tenant-react-root .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  #tenant-react-root .overflow-hidden {
    overflow: hidden;
  }
  #tenant-react-root .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  #tenant-react-root .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  #tenant-react-root .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  #tenant-react-root .bg-black {
    background-color: var(--color-black);
  }
  #tenant-react-root .bg-white {
    background-color: var(--color-white);
  }
  #tenant-react-root .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  #tenant-react-root .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  #tenant-react-root .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  #tenant-react-root .from-sky-500 {
    --tw-gradient-from: var(--color-sky-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  #tenant-react-root .from-slate-900 {
    --tw-gradient-from: var(--color-slate-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  #tenant-react-root .via-slate-800 {
    --tw-gradient-via: var(--color-slate-800);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  #tenant-react-root .to-slate-900 {
    --tw-gradient-to: var(--color-slate-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  #tenant-react-root .to-teal-500 {
    --tw-gradient-to: var(--color-teal-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  #tenant-react-root .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  #tenant-react-root .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  #tenant-react-root .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  #tenant-react-root .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  #tenant-react-root .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  #tenant-react-root .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  #tenant-react-root .text-center {
    text-align: center;
  }
  #tenant-react-root .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  #tenant-react-root .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  #tenant-react-root .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  #tenant-react-root .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  #tenant-react-root .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  #tenant-react-root .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  #tenant-react-root .text-amber-400 {
    color: var(--color-amber-400);
  }
  #tenant-react-root .text-red-400 {
    color: var(--color-red-400);
  }
  #tenant-react-root .text-white {
    color: var(--color-white);
  }
  #tenant-react-root .text-white\/50 {
    color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  #tenant-react-root .text-white\/60 {
    color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  #tenant-react-root .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  #tenant-react-root .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  #tenant-react-root .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  #tenant-react-root .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  #tenant-react-root .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
}
@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-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    #tenant-react-root *, #tenant-react-root ::before, #tenant-react-root ::after, #tenant-react-root ::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-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}