@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,600&display=swap");
@layer properties;
@layer theme, base, components, utilities;

@layer theme {
  :root,
  :host {
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-300: oklch(80.8% 0.114 19.571);
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --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);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-widest: 0.1em;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1),
      0 2px 4px -2px rgb(0 0 0 / 0.1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --blur-md: 12px;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--app-font-sans);
    --default-mono-font-family: var(--app-font-mono);
    --color-border: hsl(var(--border));
  }
}
@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,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      "Helvetica Neue",
      "Noto Sans",
      Arial,
      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:where(:not(iframe)) {
    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 {
  .\@container\/field-group {
    container-type: inline-size;
    container-name: field-group;
  }
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0px;
  }
  .inset-x-0 {
    inset-inline: 0px;
  }
  .inset-y-0 {
    inset-block: 0px;
  }
  .-top-3 {
    top: calc(var(--spacing) * -3);
  }
  .-top-12 {
    top: calc(var(--spacing) * -12);
  }
  .top-0 {
    top: 0px;
  }
  .top-1\.5 {
    top: calc(var(--spacing) * 1.5);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-3\.5 {
    top: calc(var(--spacing) * 3.5);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-\[1px\] {
    top: 1px;
  }
  .top-\[12\%\] {
    top: 12%;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .top-\[60\%\] {
    top: 60%;
  }
  .top-full {
    top: 100%;
  }
  .-right-3 {
    right: calc(var(--spacing) * -3);
  }
  .-right-12 {
    right: calc(var(--spacing) * -12);
  }
  .right-0 {
    right: 0px;
  }
  .right-1 {
    right: var(--spacing);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-\[4\%\] {
    right: 4%;
  }
  .-bottom-12 {
    bottom: calc(var(--spacing) * -12);
  }
  .bottom-0 {
    bottom: 0px;
  }
  .bottom-7 {
    bottom: calc(var(--spacing) * 7);
  }
  .-left-12 {
    left: calc(var(--spacing) * -12);
  }
  .left-0 {
    left: 0px;
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .order-first {
    order: -9999;
  }
  .order-last {
    order: 9999;
  }
  .\!m-0 {
    margin: 0px !important;
  }
  .m-0 {
    margin: 0px;
  }
  .-mx-1 {
    margin-inline: calc(var(--spacing) * -1);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-3\.5 {
    margin-inline: calc(var(--spacing) * 3.5);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-my-2 {
    margin-block: calc(var(--spacing) * -2);
  }
  .my-0 {
    margin-block: 0px;
  }
  .my-0\.5 {
    margin-block: calc(var(--spacing) * 0.5);
  }
  .my-1 {
    margin-block: var(--spacing);
  }
  .-mt-4 {
    margin-top: calc(var(--spacing) * -4);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .-ml-4 {
    margin-left: calc(var(--spacing) * -4);
  }
  .ml-1 {
    margin-left: var(--spacing);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-\[--cell-size\] {
    width: --cell-size;
    height: --cell-size;
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-\[--cell-size\] {
    height: --cell-size;
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[var\(--radix-navigation-menu-viewport-height\)\] {
    height: var(--radix-navigation-menu-viewport-height);
  }
  .h-\[var\(--radix-select-trigger-height\)\] {
    height: var(--radix-select-trigger-height);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .h-svh {
    height: 100svh;
  }
  .max-h-\[--radix-context-menu-content-available-height\] {
    max-height: --radix-context-menu-content-available-height;
  }
  .max-h-\[--radix-select-content-available-height\] {
    max-height: --radix-select-content-available-height;
  }
  .max-h-\[85vh\] {
    max-height: 85vh;
  }
  .max-h-\[300px\] {
    max-height: 300px;
  }
  .max-h-\[var\(--radix-dropdown-menu-content-available-height\)\] {
    max-height: var(--radix-dropdown-menu-content-available-height);
  }
  .max-h-screen {
    max-height: 100vh;
  }
  .min-h-0 {
    min-height: 0px;
  }
  .min-h-8 {
    min-height: calc(var(--spacing) * 8);
  }
  .min-h-9 {
    min-height: calc(var(--spacing) * 9);
  }
  .min-h-10 {
    min-height: calc(var(--spacing) * 10);
  }
  .min-h-\[40px\] {
    min-height: 40px;
  }
  .min-h-\[60px\] {
    min-height: 60px;
  }
  .min-h-\[76px\] {
    min-height: 76px;
  }
  .min-h-\[100dvh\] {
    min-height: 100dvh;
  }
  .min-h-\[104px\] {
    min-height: 104px;
  }
  .min-h-\[330px\] {
    min-height: 330px;
  }
  .min-h-\[calc\(100dvh-76px\)\] {
    min-height: calc(100dvh - 76px);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .min-h-svh {
    min-height: 100svh;
  }
  .w-0 {
    width: 0px;
  }
  .w-1 {
    width: var(--spacing);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-3\/4 {
    width: calc(3 / 4 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-72 {
    width: calc(var(--spacing) * 72);
  }
  .w-\[--cell-size\] {
    width: --cell-size;
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[var\(--sidebar-width\)\] {
    width: var(--sidebar-width);
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .w-px {
    width: 1px;
  }
  .max-w-\[290px\] {
    max-width: 290px;
  }
  .max-w-\[330px\] {
    max-width: 330px;
  }
  .max-w-\[340px\] {
    max-width: 340px;
  }
  .max-w-\[385px\] {
    max-width: 385px;
  }
  .max-w-\[390px\] {
    max-width: 390px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[530px\] {
    max-width: 530px;
  }
  .max-w-\[580px\] {
    max-width: 580px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[650px\] {
    max-width: 650px;
  }
  .max-w-\[690px\] {
    max-width: 690px;
  }
  .max-w-\[760px\] {
    max-width: 760px;
  }
  .max-w-\[var\(--skeleton-width\)\] {
    max-width: var(--skeleton-width);
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-max {
    max-width: max-content;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .min-w-0 {
    min-width: 0px;
  }
  .min-w-5 {
    min-width: calc(var(--spacing) * 5);
  }
  .min-w-8 {
    min-width: calc(var(--spacing) * 8);
  }
  .min-w-9 {
    min-width: calc(var(--spacing) * 9);
  }
  .min-w-10 {
    min-width: calc(var(--spacing) * 10);
  }
  .min-w-\[--cell-size\] {
    min-width: --cell-size;
  }
  .min-w-\[8rem\] {
    min-width: 8rem;
  }
  .min-w-\[12rem\] {
    min-width: 12rem;
  }
  .min-w-\[var\(--radix-select-trigger-width\)\] {
    min-width: var(--radix-select-trigger-width);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .grow-0 {
    flex-grow: 0;
  }
  .basis-full {
    flex-basis: 100%;
  }
  .caption-bottom {
    caption-side: bottom;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .origin-\[--radix-context-menu-content-transform-origin\] {
    transform-origin: --radix-context-menu-content-transform-origin;
  }
  .origin-\[--radix-dropdown-menu-content-transform-origin\] {
    transform-origin: --radix-dropdown-menu-content-transform-origin;
  }
  .origin-\[--radix-hover-card-content-transform-origin\] {
    transform-origin: --radix-hover-card-content-transform-origin;
  }
  .origin-\[--radix-menubar-content-transform-origin\] {
    transform-origin: --radix-menubar-content-transform-origin;
  }
  .origin-\[--radix-popover-content-transform-origin\] {
    transform-origin: --radix-popover-content-transform-origin;
  }
  .origin-\[--radix-select-content-transform-origin\] {
    transform-origin: --radix-select-content-transform-origin;
  }
  .origin-\[--radix-tooltip-content-transform-origin\] {
    transform-origin: --radix-tooltip-content-transform-origin;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-px {
    --tw-translate-x: -1px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-px {
    --tw-translate-x: 1px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-12 {
    rotate: 12deg;
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z)
      var(--tw-skew-x) var(--tw-skew-y);
  }
  .animate-caret-blink {
    animation: caret-blink 1.25s ease-out infinite;
  }
  .animate-in {
    animation: enter var(--tw-animation-duration, var(--tw-duration, 0.15s))
      var(--tw-ease, ease) var(--tw-animation-delay, 0s)
      var(--tw-animation-iteration-count, 1)
      var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .cursor-text {
    cursor: text;
  }
  .touch-none {
    touch-action: none;
  }
  .resize-none {
    resize: none;
  }
  .resize-y {
    resize: vertical;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-content-center {
    place-content: center;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-px {
    gap: 1px;
  }
  :where(.space-y-1\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse))
    );
  }
  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 2) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse))
    );
  }
  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 3) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse))
    );
  }
  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 5) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse))
    );
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  :where(.space-x-1 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(var(--spacing) * var(--tw-space-x-reverse));
    margin-inline-end: calc(
      var(--spacing) * calc(1 - var(--tw-space-x-reverse))
    );
  }
  :where(.space-x-4 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(
      calc(var(--spacing) * 4) * var(--tw-space-x-reverse)
    );
    margin-inline-end: calc(
      calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse))
    );
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .self-stretch {
    align-self: stretch;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[2px\] {
    border-radius: 2px;
  }
  .rounded-\[calc\(var\(--radius\)-5px\)\] {
    border-radius: calc(var(--radius) - 5px);
  }
  .rounded-\[inherit\] {
    border-radius: inherit;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius);
  }
  .rounded-md {
    border-radius: calc(var(--radius) - 2px);
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-sm {
    border-radius: calc(var(--radius) - 4px);
  }
  .rounded-xl {
    border-radius: calc(var(--radius) + 4px);
  }
  .rounded-t-\[10px\] {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .rounded-l-md {
    border-top-left-radius: calc(var(--radius) - 2px);
    border-bottom-left-radius: calc(var(--radius) - 2px);
  }
  .rounded-tl-sm {
    border-top-left-radius: calc(var(--radius) - 4px);
  }
  .rounded-r-md {
    border-top-right-radius: calc(var(--radius) - 2px);
    border-bottom-right-radius: calc(var(--radius) - 2px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[1\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 1.5px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .\[border-color\:var\(--badge-outline\)\] {
    border-color: var(--badge-outline);
  }
  .\[border-color\:var\(--button-outline\)\] {
    border-color: var(--button-outline);
  }
  .border-\[\#494253\] {
    border-color: #494253;
  }
  .border-\[\#d0bdab\] {
    border-color: #d0bdab;
  }
  .border-\[\#d1bda8\] {
    border-color: #d1bda8;
  }
  .border-\[\#d8c8b4\] {
    border-color: #d8c8b4;
  }
  .border-\[\#d9a18a\] {
    border-color: #d9a18a;
  }
  .border-\[\#dfd1bf\] {
    border-color: #dfd1bf;
  }
  .border-\[\#e2e7e9\] {
    border-color: #e2e7e9;
  }
  .border-\[\#ffe5bd\] {
    border-color: #ffe5bd;
  }
  .border-\[--color-border\] {
    border-color: --color-border;
  }
  .border-border {
    border-color: hsl(var(--border));
  }
  .border-border\/50 {
    border-color: hsl(var(--border));
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, hsl(var(--border)) 50%, transparent);
    }
  }
  .border-destructive {
    border-color: hsl(var(--destructive));
  }
  .border-destructive-border {
    border-color: var(--destructive-border);
  }
  .border-destructive\/50 {
    border-color: hsl(var(--destructive));
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(
        in oklab,
        hsl(var(--destructive)) 50%,
        transparent
      );
    }
  }
  .border-input {
    border-color: hsl(var(--input));
  }
  .border-primary {
    border-color: hsl(var(--primary));
  }
  .border-primary-border {
    border-color: var(--primary-border);
  }
  .border-primary\/50 {
    border-color: hsl(var(--primary));
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, hsl(var(--primary)) 50%, transparent);
    }
  }
  .border-secondary-border {
    border-color: var(--secondary-border);
  }
  .border-sidebar-border {
    border-color: hsl(var(--sidebar-border));
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white\/40 {
    border-color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .border-t-transparent {
    border-top-color: transparent;
  }
  .border-l-transparent {
    border-left-color: transparent;
  }
  .bg-\[\#2d5553\] {
    background-color: #2d5553;
  }
  .bg-\[\#096e97\] {
    background-color: #096e97;
  }
  .bg-\[\#292534\] {
    background-color: #292534;
  }
  .bg-\[\#a20067\] {
    background-color: #a20067;
  }
  .bg-\[\#c96550\] {
    background-color: #c96550;
  }
  .bg-\[\#f6efe3\] {
    background-color: #f6efe3;
  }
  .bg-\[\#f8f8f9\] {
    background-color: #f8f8f9;
  }
  .bg-\[\#ff8f00\] {
    background-color: #ff8f00;
  }
  .bg-\[\#fff7f7\] {
    background-color: #fff7f7;
  }
  .bg-\[\#fff8eb\] {
    background-color: #fff8eb;
  }
  .bg-\[--color-bg\] {
    background-color: --color-bg;
  }
  .bg-accent {
    background-color: hsl(var(--accent));
  }
  .bg-background {
    background-color: hsl(var(--background));
  }
  .bg-black\/80 {
    background-color: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(
        in oklab,
        var(--color-black) 80%,
        transparent
      );
    }
  }
  .bg-border {
    background-color: hsl(var(--border));
  }
  .bg-card {
    background-color: hsl(var(--card));
  }
  .bg-destructive {
    background-color: hsl(var(--destructive));
  }
  .bg-foreground {
    background-color: hsl(var(--foreground));
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .bg-input {
    background-color: hsl(var(--input));
  }
  .bg-muted {
    background-color: hsl(var(--muted));
  }
  .bg-muted\/50 {
    background-color: hsl(var(--muted));
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, hsl(var(--muted)) 50%, transparent);
    }
  }
  .bg-popover {
    background-color: hsl(var(--popover));
  }
  .bg-primary {
    background-color: hsl(var(--primary));
  }
  .bg-primary\/10 {
    background-color: hsl(var(--primary));
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(
        in oklab,
        hsl(var(--primary)) 10%,
        transparent
      );
    }
  }
  .bg-primary\/20 {
    background-color: hsl(var(--primary));
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(
        in oklab,
        hsl(var(--primary)) 20%,
        transparent
      );
    }
  }
  .bg-secondary {
    background-color: hsl(var(--secondary));
  }
  .bg-sidebar {
    background-color: hsl(var(--sidebar));
  }
  .bg-sidebar-border {
    background-color: hsl(var(--sidebar-border));
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/95 {
    background-color: color-mix(in srgb, #fff 95%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(
        in oklab,
        var(--color-white) 95%,
        transparent
      );
    }
  }
  .fill-current {
    fill: currentcolor;
  }
  .fill-primary {
    fill: hsl(var(--primary));
  }
  .object-contain {
    object-fit: contain;
  }
  .p-0 {
    padding: 0px;
  }
  .p-1 {
    padding: var(--spacing);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-\[1px\] {
    padding: 1px;
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-\[--cell-size\] {
    padding-inline: --cell-size;
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-0 {
    padding-top: 0px;
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pr-1 {
    padding-right: var(--spacing);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-2\.5 {
    padding-right: calc(var(--spacing) * 2.5);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-28 {
    padding-bottom: calc(var(--spacing) * 28);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-2\.5 {
    padding-left: calc(var(--spacing) * 2.5);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-7 {
    padding-left: calc(var(--spacing) * 7);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-mono {
    font-family: var(--app-font-mono);
  }
  .font-sans {
    font-family: var(--app-font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-sm\/relaxed {
    font-size: var(--text-sm);
    line-height: var(--leading-relaxed);
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[\.7rem\] {
    font-size: 0.7rem;
  }
  .text-\[\.8rem\] {
    font-size: 0.8rem;
  }
  .text-\[\.54rem\] {
    font-size: 0.54rem;
  }
  .text-\[\.58rem\] {
    font-size: 0.58rem;
  }
  .text-\[\.62rem\] {
    font-size: 0.62rem;
  }
  .text-\[\.64rem\] {
    font-size: 0.64rem;
  }
  .text-\[\.65rem\] {
    font-size: 0.65rem;
  }
  .text-\[\.68rem\] {
    font-size: 0.68rem;
  }
  .text-\[\.72rem\] {
    font-size: 0.72rem;
  }
  .text-\[\.96rem\] {
    font-size: 0.96rem;
  }
  .text-\[0\.8rem\] {
    font-size: 0.8rem;
  }
  .text-\[1\.03rem\] {
    font-size: 1.03rem;
  }
  .text-\[1\.05rem\] {
    font-size: 1.05rem;
  }
  .text-\[1\.12rem\] {
    font-size: 1.12rem;
  }
  .text-\[1\.45rem\] {
    font-size: 1.45rem;
  }
  .text-\[clamp\(3\.35rem\,6\.4vw\,6rem\)\] {
    font-size: clamp(3.35rem, 6.4vw, 6rem);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-\[\.88\] {
    --tw-leading: 0.88;
    line-height: 0.88;
  }
  .leading-\[\.98\] {
    --tw-leading: 0.98;
    line-height: 0.98;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-\.02em\] {
    --tw-tracking: -0.02em;
    letter-spacing: -0.02em;
  }
  .tracking-\[-\.065em\] {
    --tw-tracking: -0.065em;
    letter-spacing: -0.065em;
  }
  .tracking-\[\.1em\] {
    --tw-tracking: 0.1em;
    letter-spacing: 0.1em;
  }
  .tracking-\[\.12em\] {
    --tw-tracking: 0.12em;
    letter-spacing: 0.12em;
  }
  .tracking-\[\.13em\] {
    --tw-tracking: 0.13em;
    letter-spacing: 0.13em;
  }
  .tracking-\[\.14em\] {
    --tw-tracking: 0.14em;
    letter-spacing: 0.14em;
  }
  .tracking-\[\.15em\] {
    --tw-tracking: 0.15em;
    letter-spacing: 0.15em;
  }
  .tracking-\[\.16em\] {
    --tw-tracking: 0.16em;
    letter-spacing: 0.16em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-balance {
    text-wrap: balance;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#2d5553\] {
    color: #2d5553;
  }
  .text-\[\#4f4855\] {
    color: #4f4855;
  }
  .text-\[\#5f5660\] {
    color: #5f5660;
  }
  .text-\[\#8c7c78\] {
    color: #8c7c78;
  }
  .text-\[\#096e97\] {
    color: #096e97;
  }
  .text-\[\#111\] {
    color: #111;
  }
  .text-\[\#555\] {
    color: #555;
  }
  .text-\[\#655d66\] {
    color: #655d66;
  }
  .text-\[\#988b8e\] {
    color: #988b8e;
  }
  .text-\[\#81757b\] {
    color: #81757b;
  }
  .text-\[\#292534\] {
    color: #292534;
  }
  .text-\[\#a20067\] {
    color: #a20067;
  }
  .text-\[\#a95543\] {
    color: #a95543;
  }
  .text-\[\#c9bdba\] {
    color: #c9bdba;
  }
  .text-\[\#f1cb69\] {
    color: #f1cb69;
  }
  .text-\[\#ff8f00\] {
    color: #ff8f00;
  }
  .text-\[\#ff9d19\] {
    color: #ff9d19;
  }
  .text-\[\#ffcf70\] {
    color: #ffcf70;
  }
  .text-\[\#ffe5bd\] {
    color: #ffe5bd;
  }
  .text-\[\#fff6ea\] {
    color: #fff6ea;
  }
  .text-\[\#fff\] {
    color: #fff;
  }
  .text-accent-foreground {
    color: hsl(var(--accent-foreground));
  }
  .text-card-foreground {
    color: hsl(var(--card-foreground));
  }
  .text-current {
    color: currentcolor;
  }
  .text-destructive {
    color: hsl(var(--destructive));
  }
  .text-destructive-foreground {
    color: hsl(var(--destructive-foreground));
  }
  .text-foreground {
    color: hsl(var(--foreground));
  }
  .text-foreground\/50 {
    color: hsl(var(--foreground));
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, hsl(var(--foreground)) 50%, transparent);
    }
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-muted-foreground {
    color: hsl(var(--muted-foreground));
  }
  .text-popover-foreground {
    color: hsl(var(--popover-foreground));
  }
  .text-primary {
    color: hsl(var(--primary));
  }
  .text-primary-foreground {
    color: hsl(var(--primary-foreground));
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-secondary-foreground {
    color: hsl(var(--secondary-foreground));
  }
  .text-sidebar-foreground {
    color: hsl(var(--sidebar-foreground));
  }
  .text-sidebar-foreground\/70 {
    color: hsl(var(--sidebar-foreground));
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(
        in oklab,
        hsl(var(--sidebar-foreground)) 70%,
        transparent
      );
    }
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/75 {
    color: color-mix(in srgb, #fff 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 75%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
      var(--tw-numeric-figure) var(--tw-numeric-spacing)
      var(--tw-numeric-fraction);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .shadow {
    --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));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\] {
    --tw-shadow: 0 0 0 1px var(--tw-shadow-color, hsl(var(--sidebar-border)));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_0_\#ff8f00\] {
    --tw-shadow: 0 4px 0 var(--tw-shadow-color, #ff8f00);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[15px_15px_0_\#e7b292\] {
    --tw-shadow: 15px 15px 0 var(--tw-shadow-color, #e7b292);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)),
      0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)),
      0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xs {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-0 {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
      calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
      calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-ring {
    --tw-ring-color: hsl(var(--ring));
  }
  .ring-sidebar-ring {
    --tw-ring-color: hsl(var(--sidebar-ring));
  }
  .ring-offset-background {
    --tw-ring-offset-color: hsl(var(--background));
  }
  .outline-hidden {
    --tw-outline-style: none;
    outline-style: none;
    @media (forced-colors: active) {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-2 {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  .outline-offset-2 {
    outline-offset: 2px;
  }
  .outline-transparent {
    outline-color: transparent;
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -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);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color,
      text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via,
      --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate,
      filter, -webkit-backdrop-filter, backdrop-filter, display,
      content-visibility, overlay, pointer-events;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[color\,box-shadow\] {
    transition-property: color, box-shadow;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[left\,right\,width\] {
    transition-property: left, right, width;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[margin\,opacity\] {
    transition-property: margin, opacity;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[width\,height\,padding\] {
    transition-property: width, height, padding;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[width\] {
    transition-property: width;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-100 {
    --tw-duration: 100ms;
    transition-duration: 100ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }
  .fade-in-0 {
    --tw-enter-opacity: calc(0 / 100);
    --tw-enter-opacity: 0;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .zoom-in-95 {
    --tw-enter-scale: calc(95 * 1%);
    --tw-enter-scale: 0.95;
  }
  .\[--cell-size\:2rem\] {
    --cell-size: 2rem;
  }
  .group-focus-within\/menu-item\:opacity-100:is(
      :where(.group\/menu-item):focus-within *
    ) {
    opacity: 100%;
  }
  @media (hover: hover) {
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 100%;
    }
    .group-hover\/menu-item\:opacity-100:is(:where(.group\/menu-item):hover *) {
      opacity: 100%;
    }
  }
  .group-has-data-\[sidebar\=menu-action\]\/menu-item\:pr-8:is(
      :where(.group\/menu-item):has([data-sidebar="menu-action"]) *
    ) {
    padding-right: calc(var(--spacing) * 8);
  }
  .group-has-\[\[data-orientation\=horizontal\]\]\/field\:text-balance:is(
      :where(.group\/field):has(:is([data-orientation="horizontal"])) *
    ) {
    text-wrap: balance;
  }
  .group-has-\[\[data-slot\=item-description\]\]\/item\:translate-y-0\.5:is(
      :where(.group\/item):has(:is([data-slot="item-description"])) *
    ) {
    --tw-translate-y: calc(var(--spacing) * 0.5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .group-has-\[\[data-slot\=item-description\]\]\/item\:self-start:is(
      :where(.group\/item):has(:is([data-slot="item-description"])) *
    ) {
    align-self: flex-start;
  }
  .group-has-\[\>input\]\/input-group\:pt-2\.5:is(
      :where(.group\/input-group):has(> input) *
    ) {
    padding-top: calc(var(--spacing) * 2.5);
  }
  .group-has-\[\>input\]\/input-group\:pb-2\.5:is(
      :where(.group\/input-group):has(> input) *
    ) {
    padding-bottom: calc(var(--spacing) * 2.5);
  }
  .group-data-\[collapsible\=icon\]\:-mt-8:is(
      :where(.group)[data-collapsible="icon"] *
    ) {
    margin-top: calc(var(--spacing) * -8);
  }
  .group-data-\[collapsible\=icon\]\:hidden:is(
      :where(.group)[data-collapsible="icon"] *
    ) {
    display: none;
  }
  .group-data-\[collapsible\=icon\]\:h-8\!:is(
      :where(.group)[data-collapsible="icon"] *
    ) {
    height: calc(var(--spacing) * 8) !important;
  }
  .group-data-\[collapsible\=icon\]\:w-8\!:is(
      :where(.group)[data-collapsible="icon"] *
    ) {
    width: calc(var(--spacing) * 8) !important;
  }
  .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+var\(--spacing-4\)\)\]:is(
      :where(.group)[data-collapsible="icon"] *
    ) {
    width: calc(var(--sidebar-width-icon) + var(--spacing-4));
  }
  .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+var\(--spacing-4\)\+2px\)\]:is(
      :where(.group)[data-collapsible="icon"] *
    ) {
    width: calc(var(--sidebar-width-icon) + var(--spacing-4) + 2px);
  }
  .group-data-\[collapsible\=icon\]\:w-\[var\(--sidebar-width-icon\)\]:is(
      :where(.group)[data-collapsible="icon"] *
    ) {
    width: var(--sidebar-width-icon);
  }
  .group-data-\[collapsible\=icon\]\:overflow-hidden:is(
      :where(.group)[data-collapsible="icon"] *
    ) {
    overflow: hidden;
  }
  .group-data-\[collapsible\=icon\]\:p-0\!:is(
      :where(.group)[data-collapsible="icon"] *
    ) {
    padding: 0px !important;
  }
  .group-data-\[collapsible\=icon\]\:p-2\!:is(
      :where(.group)[data-collapsible="icon"] *
    ) {
    padding: calc(var(--spacing) * 2) !important;
  }
  .group-data-\[collapsible\=icon\]\:opacity-0:is(
      :where(.group)[data-collapsible="icon"] *
    ) {
    opacity: 0%;
  }
  .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(
      :where(.group)[data-collapsible="offcanvas"] *
    ) {
    right: calc(var(--sidebar-width) * -1);
  }
  .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(
      :where(.group)[data-collapsible="offcanvas"] *
    ) {
    left: calc(var(--sidebar-width) * -1);
  }
  .group-data-\[collapsible\=offcanvas\]\:w-0:is(
      :where(.group)[data-collapsible="offcanvas"] *
    ) {
    width: 0px;
  }
  .group-data-\[collapsible\=offcanvas\]\:translate-x-0:is(
      :where(.group)[data-collapsible="offcanvas"] *
    ) {
    --tw-translate-x: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .group-data-\[disabled\=true\]\/field\:opacity-50:is(
      :where(.group\/field)[data-disabled="true"] *
    ) {
    opacity: 50%;
  }
  .group-data-\[disabled\=true\]\/input-group\:opacity-50:is(
      :where(.group\/input-group)[data-disabled="true"] *
    ) {
    opacity: 50%;
  }
  .group-data-\[focused\=true\]\/day\:relative:is(
      :where(.group\/day)[data-focused="true"] *
    ) {
    position: relative;
  }
  .group-data-\[focused\=true\]\/day\:z-10:is(
      :where(.group\/day)[data-focused="true"] *
    ) {
    z-index: 10;
  }
  .group-data-\[focused\=true\]\/day\:border-ring:is(
      :where(.group\/day)[data-focused="true"] *
    ) {
    border-color: hsl(var(--ring));
  }
  .group-data-\[focused\=true\]\/day\:ring-\[3px\]:is(
      :where(.group\/day)[data-focused="true"] *
    ) {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
      calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .group-data-\[focused\=true\]\/day\:ring-ring\/50:is(
      :where(.group\/day)[data-focused="true"] *
    ) {
    --tw-ring-color: hsl(var(--ring));
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, hsl(var(--ring)) 50%, transparent);
    }
  }
  .group-data-\[side\=left\]\:-right-4:is(:where(.group)[data-side="left"] *) {
    right: calc(var(--spacing) * -4);
  }
  .group-data-\[side\=left\]\:border-r:is(:where(.group)[data-side="left"] *) {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .group-data-\[side\=right\]\:left-0:is(:where(.group)[data-side="right"] *) {
    left: 0px;
  }
  .group-data-\[side\=right\]\:rotate-180:is(
      :where(.group)[data-side="right"] *
    ) {
    rotate: 180deg;
  }
  .group-data-\[side\=right\]\:border-l:is(
      :where(.group)[data-side="right"] *
    ) {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .group-data-\[state\=open\]\:rotate-180:is(
      :where(.group)[data-state="open"] *
    ) {
    rotate: 180deg;
  }
  .group-data-\[variant\=floating\]\:rounded-lg:is(
      :where(.group)[data-variant="floating"] *
    ) {
    border-radius: var(--radius);
  }
  .group-data-\[variant\=floating\]\:border:is(
      :where(.group)[data-variant="floating"] *
    ) {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .group-data-\[variant\=floating\]\:border-sidebar-border:is(
      :where(.group)[data-variant="floating"] *
    ) {
    border-color: hsl(var(--sidebar-border));
  }
  .group-data-\[variant\=floating\]\:shadow-sm:is(
      :where(.group)[data-variant="floating"] *
    ) {
    --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));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .group-data-\[variant\=outline\]\/field-group\:-mb-2:is(
      :where(.group\/field-group)[data-variant="outline"] *
    ) {
    margin-bottom: calc(var(--spacing) * -2);
  }
  .group-\[\.destructive\]\:border-muted\/40:is(
      :where(.group):is(.destructive) *
    ) {
    border-color: hsl(var(--muted));
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, hsl(var(--muted)) 40%, transparent);
    }
  }
  .group-\[\.destructive\]\:text-red-300:is(:where(.group):is(.destructive) *) {
    color: var(--color-red-300);
  }
  .group-\[\.toast\]\:bg-muted:is(:where(.group):is(.toast) *) {
    background-color: hsl(var(--muted));
  }
  .group-\[\.toast\]\:bg-primary:is(:where(.group):is(.toast) *) {
    background-color: hsl(var(--primary));
  }
  .group-\[\.toast\]\:text-muted-foreground:is(:where(.group):is(.toast) *) {
    color: hsl(var(--muted-foreground));
  }
  .group-\[\.toast\]\:text-primary-foreground:is(:where(.group):is(.toast) *) {
    color: hsl(var(--primary-foreground));
  }
  .group-\[\.toaster\]\:border-border:is(:where(.group):is(.toaster) *) {
    border-color: hsl(var(--border));
  }
  .group-\[\.toaster\]\:bg-background:is(:where(.group):is(.toaster) *) {
    background-color: hsl(var(--background));
  }
  .group-\[\.toaster\]\:text-foreground:is(:where(.group):is(.toaster) *) {
    color: hsl(var(--foreground));
  }
  .group-\[\.toaster\]\:shadow-lg:is(:where(.group):is(.toaster) *) {
    --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));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  @media (hover: hover) {
    .peer-hover\/menu-button\:text-sidebar-accent-foreground:is(
        :where(.peer\/menu-button):hover ~ *
      ) {
      color: hsl(var(--sidebar-accent-foreground));
    }
  }
  .peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled ~ *) {
    cursor: not-allowed;
  }
  .peer-disabled\:opacity-70:is(:where(.peer):disabled ~ *) {
    opacity: 70%;
  }
  .peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground:is(
      :where(.peer\/menu-button)[data-active="true"] ~ *
    ) {
    color: hsl(var(--sidebar-accent-foreground));
  }
  .peer-data-\[size\=default\]\/menu-button\:top-1\.5:is(
      :where(.peer\/menu-button)[data-size="default"] ~ *
    ) {
    top: calc(var(--spacing) * 1.5);
  }
  .peer-data-\[size\=lg\]\/menu-button\:top-2\.5:is(
      :where(.peer\/menu-button)[data-size="lg"] ~ *
    ) {
    top: calc(var(--spacing) * 2.5);
  }
  .peer-data-\[size\=sm\]\/menu-button\:top-1:is(
      :where(.peer\/menu-button)[data-size="sm"] ~ *
    ) {
    top: var(--spacing);
  }
  .file\:border-0::file-selector-button {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .file\:bg-transparent::file-selector-button {
    background-color: transparent;
  }
  .file\:text-sm::file-selector-button {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .file\:font-medium::file-selector-button {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .file\:text-foreground::file-selector-button {
    color: hsl(var(--foreground));
  }
  .placeholder\:text-muted-foreground::placeholder {
    color: hsl(var(--muted-foreground));
  }
  .after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
  }
  .after\:-inset-2::after {
    content: var(--tw-content);
    inset: calc(var(--spacing) * -2);
  }
  .after\:inset-y-0::after {
    content: var(--tw-content);
    inset-block: 0px;
  }
  .after\:left-1\/2::after {
    content: var(--tw-content);
    left: calc(1 / 2 * 100%);
  }
  .after\:w-1::after {
    content: var(--tw-content);
    width: var(--spacing);
  }
  .after\:w-\[2px\]::after {
    content: var(--tw-content);
    width: 2px;
  }
  .after\:-translate-x-1\/2::after {
    content: var(--tw-content);
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .group-data-\[collapsible\=offcanvas\]\:after\:left-full:is(
      :where(.group)[data-collapsible="offcanvas"] *
    )::after {
    content: var(--tw-content);
    left: 100%;
  }
  .first\:rounded-l-md:first-child {
    border-top-left-radius: calc(var(--radius) - 2px);
    border-bottom-left-radius: calc(var(--radius) - 2px);
  }
  .first\:border-l:first-child {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .last\:mt-0:last-child {
    margin-top: 0px;
  }
  .last\:rounded-r-md:last-child {
    border-top-right-radius: calc(var(--radius) - 2px);
    border-bottom-right-radius: calc(var(--radius) - 2px);
  }
  @media (hover: hover) {
    .hover\:translate-x-1:hover {
      --tw-translate-x: var(--spacing);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .hover\:bg-\[\#fff6ea\]:hover {
      background-color: #fff6ea;
    }
    .hover\:bg-accent:hover {
      background-color: hsl(var(--accent));
    }
    .hover\:bg-gray-700:hover {
      background-color: var(--color-gray-700);
    }
    .hover\:bg-muted:hover {
      background-color: hsl(var(--muted));
    }
    .hover\:bg-muted\/50:hover {
      background-color: hsl(var(--muted));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-muted\/50:hover {
        background-color: color-mix(
          in oklab,
          hsl(var(--muted)) 50%,
          transparent
        );
      }
    }
    .hover\:bg-secondary:hover {
      background-color: hsl(var(--secondary));
    }
    .hover\:bg-sidebar-accent:hover {
      background-color: hsl(var(--sidebar-accent));
    }
    .hover\:text-\[\#a95543\]:hover {
      color: #a95543;
    }
    .hover\:text-accent-foreground:hover {
      color: hsl(var(--accent-foreground));
    }
    .hover\:text-foreground:hover {
      color: hsl(var(--foreground));
    }
    .hover\:text-muted-foreground:hover {
      color: hsl(var(--muted-foreground));
    }
    .hover\:text-sidebar-accent-foreground:hover {
      color: hsl(var(--sidebar-accent-foreground));
    }
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
    .hover\:opacity-100:hover {
      opacity: 100%;
    }
    .hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover {
      --tw-shadow: 0 0 0 1px var(--tw-shadow-color, hsl(var(--sidebar-accent)));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .hover\:group-data-\[collapsible\=offcanvas\]\:bg-sidebar:hover:is(
        :where(.group)[data-collapsible="offcanvas"] *
      ) {
      background-color: hsl(var(--sidebar));
    }
    .group-\[\.destructive\]\:hover\:border-destructive\/30:is(
        :where(.group):is(.destructive) *
      ):hover {
      border-color: hsl(var(--destructive));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .group-\[\.destructive\]\:hover\:border-destructive\/30:is(
          :where(.group):is(.destructive) *
        ):hover {
        border-color: color-mix(
          in oklab,
          hsl(var(--destructive)) 30%,
          transparent
        );
      }
    }
    .group-\[\.destructive\]\:hover\:bg-destructive:is(
        :where(.group):is(.destructive) *
      ):hover {
      background-color: hsl(var(--destructive));
    }
    .group-\[\.destructive\]\:hover\:text-destructive-foreground:is(
        :where(.group):is(.destructive) *
      ):hover {
      color: hsl(var(--destructive-foreground));
    }
    .group-\[\.destructive\]\:hover\:text-red-50:is(
        :where(.group):is(.destructive) *
      ):hover {
      color: var(--color-red-50);
    }
    .hover\:after\:bg-sidebar-border:hover::after {
      content: var(--tw-content);
      background-color: hsl(var(--sidebar-border));
    }
  }
  .focus\:bg-accent:focus {
    background-color: hsl(var(--accent));
  }
  .focus\:text-accent-foreground:focus {
    color: hsl(var(--accent-foreground));
  }
  .focus\:opacity-100:focus {
    opacity: 100%;
  }
  .focus\:ring-1:focus {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
      calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
      calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .focus\:ring-ring:focus {
    --tw-ring-color: hsl(var(--ring));
  }
  .focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
      var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  .group-\[\.destructive\]\:focus\:ring-destructive:is(
      :where(.group):is(.destructive) *
    ):focus {
    --tw-ring-color: hsl(var(--destructive));
  }
  .group-\[\.destructive\]\:focus\:ring-red-400:is(
      :where(.group):is(.destructive) *
    ):focus {
    --tw-ring-color: var(--color-red-400);
  }
  .group-\[\.destructive\]\:focus\:ring-offset-red-600:is(
      :where(.group):is(.destructive) *
    ):focus {
    --tw-ring-offset-color: var(--color-red-600);
  }
  .focus-visible\:border-ring:focus-visible {
    border-color: hsl(var(--ring));
  }
  .focus-visible\:ring-0:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
      calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .focus-visible\:ring-1:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
      calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .focus-visible\:ring-2:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
      calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .focus-visible\:ring-\[3px\]:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
      calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .focus-visible\:ring-ring:focus-visible {
    --tw-ring-color: hsl(var(--ring));
  }
  .focus-visible\:ring-ring\/50:focus-visible {
    --tw-ring-color: hsl(var(--ring));
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, hsl(var(--ring)) 50%, transparent);
    }
  }
  .focus-visible\:ring-offset-1:focus-visible {
    --tw-ring-offset-width: 1px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
      var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  .focus-visible\:ring-offset-2:focus-visible {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
      var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  .focus-visible\:ring-offset-background:focus-visible {
    --tw-ring-offset-color: hsl(var(--background));
  }
  .focus-visible\:outline-none:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }
  .active\:bg-sidebar-accent:active {
    background-color: hsl(var(--sidebar-accent));
  }
  .active\:text-sidebar-accent-foreground:active {
    color: hsl(var(--sidebar-accent-foreground));
  }
  .active\:shadow-none:active {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }
  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }
  .disabled\:opacity-50:disabled {
    opacity: 50%;
  }
  :where([data-side="left"]) .in-data-\[side\=left\]\:cursor-w-resize {
    cursor: w-resize;
  }
  :where([data-side="right"]) .in-data-\[side\=right\]\:cursor-e-resize {
    cursor: e-resize;
  }
  .has-focus\:border-ring:has(:focus) {
    border-color: hsl(var(--ring));
  }
  .has-focus\:ring-\[3px\]:has(:focus) {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
      calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .has-focus\:ring-ring\/50:has(:focus) {
    --tw-ring-color: hsl(var(--ring));
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, hsl(var(--ring)) 50%, transparent);
    }
  }
  .has-data-\[state\=checked\]\:border-primary:has([data-state="checked"]) {
    border-color: hsl(var(--primary));
  }
  .has-data-\[state\=checked\]\:bg-primary\/5:has([data-state="checked"]) {
    background-color: hsl(var(--primary));
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(
        in oklab,
        hsl(var(--primary)) 5%,
        transparent
      );
    }
  }
  .has-data-\[variant\=inset\]\:bg-sidebar:has([data-variant="inset"]) {
    background-color: hsl(var(--sidebar));
  }
  .has-\[\:disabled\]\:opacity-50:has(:is(:disabled)) {
    opacity: 50%;
  }
  .has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-1:has(
      :is([data-slot="input-group-control"]:focus-visible)
    ) {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
      calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-ring:has(
      :is([data-slot="input-group-control"]:focus-visible)
    ) {
    --tw-ring-color: hsl(var(--ring));
  }
  .has-\[\[data-slot\]\[aria-invalid\=true\]\]\:border-destructive:has(
      :is([data-slot][aria-invalid="true"])
    ) {
    border-color: hsl(var(--destructive));
  }
  .has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/20:has(
      :is([data-slot][aria-invalid="true"])
    ) {
    --tw-ring-color: hsl(var(--destructive));
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(
        in oklab,
        hsl(var(--destructive)) 20%,
        transparent
      );
    }
  }
  .has-\[\>\[data-align\=block-end\]\]\:h-auto:has(> [data-align="block-end"]) {
    height: auto;
  }
  .has-\[\>\[data-align\=block-end\]\]\:flex-col:has(
      > [data-align="block-end"]
    ) {
    flex-direction: column;
  }
  .has-\[\>\[data-align\=block-start\]\]\:h-auto:has(
      > [data-align="block-start"]
    ) {
    height: auto;
  }
  .has-\[\>\[data-align\=block-start\]\]\:flex-col:has(
      > [data-align="block-start"]
    ) {
    flex-direction: column;
  }
  .has-\[\>\[data-slot\=button-group\]\]\:gap-2:has(
      > [data-slot="button-group"]
    ) {
    gap: calc(var(--spacing) * 2);
  }
  .has-\[\>\[data-slot\=checkbox-group\]\]\:gap-3:has(
      > [data-slot="checkbox-group"]
    ) {
    gap: calc(var(--spacing) * 3);
  }
  .has-\[\>\[data-slot\=field-content\]\]\:items-start:has(
      > [data-slot="field-content"]
    ) {
    align-items: flex-start;
  }
  .has-\[\>\[data-slot\=field\]\]\:w-full:has(> [data-slot="field"]) {
    width: 100%;
  }
  .has-\[\>\[data-slot\=field\]\]\:flex-col:has(> [data-slot="field"]) {
    flex-direction: column;
  }
  .has-\[\>\[data-slot\=field\]\]\:rounded-md:has(> [data-slot="field"]) {
    border-radius: calc(var(--radius) - 2px);
  }
  .has-\[\>\[data-slot\=field\]\]\:border:has(> [data-slot="field"]) {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .has-\[\>\[data-slot\=radio-group\]\]\:gap-3:has(
      > [data-slot="radio-group"]
    ) {
    gap: calc(var(--spacing) * 3);
  }
  .has-\[\>button\]\:mr-\[-0\.4rem\]:has(> button) {
    margin-right: -0.4rem;
  }
  .has-\[\>button\]\:ml-\[-0\.45rem\]:has(> button) {
    margin-left: -0.45rem;
  }
  .has-\[\>kbd\]\:mr-\[-0\.35rem\]:has(> kbd) {
    margin-right: -0.35rem;
  }
  .has-\[\>kbd\]\:ml-\[-0\.35rem\]:has(> kbd) {
    margin-left: -0.35rem;
  }
  .has-\[\>svg\]\:p-0:has(> svg) {
    padding: 0px;
  }
  .has-\[\>svg\]\:px-2:has(> svg) {
    padding-inline: calc(var(--spacing) * 2);
  }
  .has-\[\>svg\]\:px-2\.5:has(> svg) {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .has-\[\>textarea\]\:h-auto:has(> textarea) {
    height: auto;
  }
  .aria-disabled\:pointer-events-none[aria-disabled="true"] {
    pointer-events: none;
  }
  .aria-disabled\:opacity-50[aria-disabled="true"] {
    opacity: 50%;
  }
  .aria-selected\:text-muted-foreground[aria-selected="true"] {
    color: hsl(var(--muted-foreground));
  }
  .data-\[active\=true\]\:bg-sidebar-accent[data-active="true"] {
    background-color: hsl(var(--sidebar-accent));
  }
  .data-\[active\=true\]\:font-medium[data-active="true"] {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .data-\[active\=true\]\:text-sidebar-accent-foreground[data-active="true"] {
    color: hsl(var(--sidebar-accent-foreground));
  }
  .data-\[disabled\]\:pointer-events-none[data-disabled] {
    pointer-events: none;
  }
  .data-\[disabled\]\:opacity-50[data-disabled] {
    opacity: 50%;
  }
  .data-\[disabled\=true\]\:pointer-events-none[data-disabled="true"] {
    pointer-events: none;
  }
  .data-\[disabled\=true\]\:opacity-50[data-disabled="true"] {
    opacity: 50%;
  }
  .data-\[invalid\=true\]\:text-destructive[data-invalid="true"] {
    color: hsl(var(--destructive));
  }
  .data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion="from-end"] {
    --tw-enter-translate-x: calc(52 * var(--spacing));
  }
  .data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion="from-start"] {
    --tw-enter-translate-x: calc(52 * var(--spacing) * -1);
  }
  .data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion="to-end"] {
    --tw-exit-translate-x: calc(52 * var(--spacing));
  }
  .data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion="to-start"] {
    --tw-exit-translate-x: calc(52 * var(--spacing) * -1);
  }
  .data-\[motion\^\=from-\]\:animate-in[data-motion^="from-"] {
    animation: enter var(--tw-animation-duration, var(--tw-duration, 0.15s))
      var(--tw-ease, ease) var(--tw-animation-delay, 0s)
      var(--tw-animation-iteration-count, 1)
      var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
  }
  .data-\[motion\^\=from-\]\:fade-in[data-motion^="from-"] {
    --tw-enter-opacity: 0;
  }
  .data-\[motion\^\=to-\]\:animate-out[data-motion^="to-"] {
    animation: exit var(--tw-animation-duration, var(--tw-duration, 0.15s))
      var(--tw-ease, ease) var(--tw-animation-delay, 0s)
      var(--tw-animation-iteration-count, 1)
      var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
  }
  .data-\[motion\^\=to-\]\:fade-out[data-motion^="to-"] {
    --tw-exit-opacity: 0;
  }
  .data-\[orientation\=vertical\]\:h-auto[data-orientation="vertical"] {
    height: auto;
  }
  .data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction="vertical"] {
    height: 1px;
  }
  .data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction="vertical"] {
    width: 100%;
  }
  .data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction="vertical"] {
    flex-direction: column;
  }
  .data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction="vertical"]::after {
    content: var(--tw-content);
    left: 0px;
  }
  .data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction="vertical"]::after {
    content: var(--tw-content);
    height: var(--spacing);
  }
  .data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction="vertical"]::after {
    content: var(--tw-content);
    width: 100%;
  }
  .data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction="vertical"]::after {
    content: var(--tw-content);
    --tw-translate-x: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction="vertical"]::after {
    content: var(--tw-content);
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .data-\[placeholder\]\:text-muted-foreground[data-placeholder] {
    color: hsl(var(--muted-foreground));
  }
  .data-\[range-end\=true\]\:rounded-md[data-range-end="true"] {
    border-radius: calc(var(--radius) - 2px);
  }
  .data-\[range-end\=true\]\:bg-primary[data-range-end="true"] {
    background-color: hsl(var(--primary));
  }
  .data-\[range-end\=true\]\:text-primary-foreground[data-range-end="true"] {
    color: hsl(var(--primary-foreground));
  }
  .data-\[range-middle\=true\]\:rounded-none[data-range-middle="true"] {
    border-radius: 0;
  }
  .data-\[range-middle\=true\]\:bg-accent[data-range-middle="true"] {
    background-color: hsl(var(--accent));
  }
  .data-\[range-middle\=true\]\:text-accent-foreground[data-range-middle="true"] {
    color: hsl(var(--accent-foreground));
  }
  .data-\[range-start\=true\]\:rounded-md[data-range-start="true"] {
    border-radius: calc(var(--radius) - 2px);
  }
  .data-\[range-start\=true\]\:bg-primary[data-range-start="true"] {
    background-color: hsl(var(--primary));
  }
  .data-\[range-start\=true\]\:text-primary-foreground[data-range-start="true"] {
    color: hsl(var(--primary-foreground));
  }
  .data-\[selected-single\=true\]\:bg-primary[data-selected-single="true"] {
    background-color: hsl(var(--primary));
  }
  .data-\[selected-single\=true\]\:text-primary-foreground[data-selected-single="true"] {
    color: hsl(var(--primary-foreground));
  }
  .data-\[selected\=true\]\:rounded-none[data-selected="true"] {
    border-radius: 0;
  }
  .data-\[selected\=true\]\:bg-accent[data-selected="true"] {
    background-color: hsl(var(--accent));
  }
  .data-\[selected\=true\]\:text-accent-foreground[data-selected="true"] {
    color: hsl(var(--accent-foreground));
  }
  .data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
    --tw-translate-y: var(--spacing);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
    --tw-enter-translate-y: calc(2 * var(--spacing) * -1);
  }
  .data-\[side\=left\]\:-translate-x-1[data-side="left"] {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
    --tw-enter-translate-x: calc(2 * var(--spacing));
  }
  .data-\[side\=right\]\:translate-x-1[data-side="right"] {
    --tw-translate-x: var(--spacing);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
    --tw-enter-translate-x: calc(2 * var(--spacing) * -1);
  }
  .data-\[side\=top\]\:-translate-y-1[data-side="top"] {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
    --tw-enter-translate-y: calc(2 * var(--spacing));
  }
  .data-\[slot\=checkbox-group\]\:gap-3[data-slot="checkbox-group"] {
    gap: calc(var(--spacing) * 3);
  }
  .data-\[state\=active\]\:bg-background[data-state="active"] {
    background-color: hsl(var(--background));
  }
  .data-\[state\=active\]\:text-foreground[data-state="active"] {
    color: hsl(var(--foreground));
  }
  .data-\[state\=active\]\:shadow[data-state="active"] {
    --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));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .data-\[state\=checked\]\:translate-x-4[data-state="checked"] {
    --tw-translate-x: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .data-\[state\=checked\]\:bg-primary[data-state="checked"] {
    background-color: hsl(var(--primary));
  }
  .data-\[state\=checked\]\:text-primary-foreground[data-state="checked"] {
    color: hsl(var(--primary-foreground));
  }
  .data-\[state\=closed\]\:animate-accordion-up[data-state="closed"] {
    animation: accordion-up
      var(--tw-animation-duration, var(--tw-duration, 0.2s))
      var(--tw-ease, ease-out) var(--tw-animation-delay, 0s)
      var(--tw-animation-iteration-count, 1)
      var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
  }
  .data-\[state\=closed\]\:animate-out[data-state="closed"] {
    animation: exit var(--tw-animation-duration, var(--tw-duration, 0.15s))
      var(--tw-ease, ease) var(--tw-animation-delay, 0s)
      var(--tw-animation-iteration-count, 1)
      var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
  }
  .data-\[state\=closed\]\:duration-300[data-state="closed"] {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
    --tw-exit-opacity: calc(0 / 100);
    --tw-exit-opacity: 0;
  }
  .data-\[state\=closed\]\:fade-out-80[data-state="closed"] {
    --tw-exit-opacity: calc(80 / 100);
    --tw-exit-opacity: 0.8;
  }
  .data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
    --tw-exit-scale: calc(95 * 1%);
    --tw-exit-scale: 0.95;
  }
  .data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
    --tw-exit-translate-y: 100%;
  }
  .data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
    --tw-exit-translate-x: -100%;
  }
  .data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"] {
    --tw-exit-translate-x: calc(1 / 2 * -100%);
  }
  .data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
    --tw-exit-translate-x: 100%;
  }
  .data-\[state\=closed\]\:slide-out-to-right-full[data-state="closed"] {
    --tw-exit-translate-x: calc(1 * 100%);
  }
  .data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
    --tw-exit-translate-y: -100%;
  }
  .data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"] {
    --tw-exit-translate-y: calc(48% * -1);
  }
  .data-\[state\=hidden\]\:animate-out[data-state="hidden"] {
    animation: exit var(--tw-animation-duration, var(--tw-duration, 0.15s))
      var(--tw-ease, ease) var(--tw-animation-delay, 0s)
      var(--tw-animation-iteration-count, 1)
      var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
  }
  .data-\[state\=hidden\]\:fade-out[data-state="hidden"] {
    --tw-exit-opacity: 0;
  }
  .data-\[state\=on\]\:bg-accent[data-state="on"] {
    background-color: hsl(var(--accent));
  }
  .data-\[state\=on\]\:text-accent-foreground[data-state="on"] {
    color: hsl(var(--accent-foreground));
  }
  .data-\[state\=open\]\:animate-accordion-down[data-state="open"] {
    animation: accordion-down
      var(--tw-animation-duration, var(--tw-duration, 0.2s))
      var(--tw-ease, ease-out) var(--tw-animation-delay, 0s)
      var(--tw-animation-iteration-count, 1)
      var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
  }
  .data-\[state\=open\]\:animate-in[data-state="open"] {
    animation: enter var(--tw-animation-duration, var(--tw-duration, 0.15s))
      var(--tw-ease, ease) var(--tw-animation-delay, 0s)
      var(--tw-animation-iteration-count, 1)
      var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
  }
  .data-\[state\=open\]\:bg-accent[data-state="open"] {
    background-color: hsl(var(--accent));
  }
  .data-\[state\=open\]\:bg-accent\/50[data-state="open"] {
    background-color: hsl(var(--accent));
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(
        in oklab,
        hsl(var(--accent)) 50%,
        transparent
      );
    }
  }
  .data-\[state\=open\]\:bg-secondary[data-state="open"] {
    background-color: hsl(var(--secondary));
  }
  .data-\[state\=open\]\:text-accent-foreground[data-state="open"] {
    color: hsl(var(--accent-foreground));
  }
  .data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
    color: hsl(var(--muted-foreground));
  }
  .data-\[state\=open\]\:opacity-100[data-state="open"] {
    opacity: 100%;
  }
  .data-\[state\=open\]\:duration-500[data-state="open"] {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .data-\[state\=open\]\:fade-in-0[data-state="open"] {
    --tw-enter-opacity: calc(0 / 100);
    --tw-enter-opacity: 0;
  }
  .data-\[state\=open\]\:zoom-in-90[data-state="open"] {
    --tw-enter-scale: calc(90 * 1%);
    --tw-enter-scale: 0.9;
  }
  .data-\[state\=open\]\:zoom-in-95[data-state="open"] {
    --tw-enter-scale: calc(95 * 1%);
    --tw-enter-scale: 0.95;
  }
  .data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
    --tw-enter-translate-y: 100%;
  }
  .data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
    --tw-enter-translate-x: -100%;
  }
  .data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"] {
    --tw-enter-translate-x: calc(1 / 2 * -100%);
  }
  .data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
    --tw-enter-translate-x: 100%;
  }
  .data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
    --tw-enter-translate-y: -100%;
  }
  .data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"] {
    --tw-enter-translate-y: calc(48% * -1);
  }
  .data-\[state\=open\]\:slide-in-from-top-full[data-state="open"] {
    --tw-enter-translate-y: calc(1 * -100%);
  }
  @media (hover: hover) {
    .data-\[state\=open\]\:hover\:bg-accent[data-state="open"]:hover {
      background-color: hsl(var(--accent));
    }
    .data-\[state\=open\]\:hover\:bg-sidebar-accent[data-state="open"]:hover {
      background-color: hsl(var(--sidebar-accent));
    }
    .data-\[state\=open\]\:hover\:text-sidebar-accent-foreground[data-state="open"]:hover {
      color: hsl(var(--sidebar-accent-foreground));
    }
  }
  .data-\[state\=open\]\:focus\:bg-accent[data-state="open"]:focus {
    background-color: hsl(var(--accent));
  }
  .data-\[state\=selected\]\:bg-muted[data-state="selected"] {
    background-color: hsl(var(--muted));
  }
  .data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
    --tw-translate-x: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .data-\[state\=unchecked\]\:bg-input[data-state="unchecked"] {
    background-color: hsl(var(--input));
  }
  .data-\[state\=visible\]\:animate-in[data-state="visible"] {
    animation: enter var(--tw-animation-duration, var(--tw-duration, 0.15s))
      var(--tw-ease, ease) var(--tw-animation-delay, 0s)
      var(--tw-animation-iteration-count, 1)
      var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
  }
  .data-\[state\=visible\]\:fade-in[data-state="visible"] {
    --tw-enter-opacity: 0;
  }
  .data-\[swipe\=cancel\]\:translate-x-0[data-swipe="cancel"] {
    --tw-translate-x: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe="end"] {
    --tw-translate-x: var(--radix-toast-swipe-end-x);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .data-\[swipe\=end\]\:animate-out[data-swipe="end"] {
    animation: exit var(--tw-animation-duration, var(--tw-duration, 0.15s))
      var(--tw-ease, ease) var(--tw-animation-delay, 0s)
      var(--tw-animation-iteration-count, 1)
      var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
  }
  .data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe="move"] {
    --tw-translate-x: var(--radix-toast-swipe-move-x);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .data-\[swipe\=move\]\:transition-none[data-swipe="move"] {
    transition-property: none;
  }
  .data-\[variant\=label\]\:text-sm[data-variant="label"] {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .data-\[variant\=legend\]\:text-base[data-variant="legend"] {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .nth-last-2\:-mt-1:nth-last-child(2) {
    margin-top: calc(var(--spacing) * -1);
  }
  @media (width >= 40rem) {
    .sm\:top-auto {
      top: auto;
    }
    .sm\:right-0 {
      right: 0px;
    }
    .sm\:bottom-0 {
      bottom: 0px;
    }
    .sm\:mt-0 {
      margin-top: 0px;
    }
    .sm\:flex {
      display: flex;
    }
    .sm\:max-w-sm {
      max-width: var(--container-sm);
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sm\:grid-cols-\[1fr_auto\] {
      grid-template-columns: 1fr auto;
    }
    .sm\:flex-col {
      flex-direction: column;
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:items-end {
      align-items: flex-end;
    }
    .sm\:justify-end {
      justify-content: flex-end;
    }
    .sm\:gap-2\.5 {
      gap: calc(var(--spacing) * 2.5);
    }
    :where(.sm\:space-x-2 > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(
        calc(var(--spacing) * 2) * var(--tw-space-x-reverse)
      );
      margin-inline-end: calc(
        calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse))
      );
    }
    .sm\:rounded-lg {
      border-radius: var(--radius);
    }
    .sm\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
    .sm\:text-left {
      text-align: left;
    }
    .sm\:text-right {
      text-align: right;
    }
    .data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state="open"] {
      --tw-enter-translate-y: calc(1 * 100%);
    }
  }
  @media (width >= 48rem) {
    .md\:absolute {
      position: absolute;
    }
    .md\:block {
      display: block;
    }
    .md\:flex {
      display: flex;
    }
    .md\:hidden {
      display: none;
    }
    .md\:w-\[var\(--radix-navigation-menu-viewport-width\)\] {
      width: var(--radix-navigation-menu-viewport-width);
    }
    .md\:w-auto {
      width: auto;
    }
    .md\:max-w-\[420px\] {
      max-width: 420px;
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:p-12 {
      padding: calc(var(--spacing) * 12);
    }
    .md\:pb-12 {
      padding-bottom: calc(var(--spacing) * 12);
    }
    .md\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    .md\:opacity-0 {
      opacity: 0%;
    }
    .md\:peer-data-\[variant\=inset\]\:m-2:is(
        :where(.peer)[data-variant="inset"] ~ *
      ) {
      margin: calc(var(--spacing) * 2);
    }
    .md\:peer-data-\[variant\=inset\]\:ml-0:is(
        :where(.peer)[data-variant="inset"] ~ *
      ) {
      margin-left: 0px;
    }
    .md\:peer-data-\[variant\=inset\]\:rounded-xl:is(
        :where(.peer)[data-variant="inset"] ~ *
      ) {
      border-radius: calc(var(--radius) + 4px);
    }
    .md\:peer-data-\[variant\=inset\]\:shadow-sm:is(
        :where(.peer)[data-variant="inset"] ~ *
      ) {
      --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));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .md\:peer-data-\[variant\=inset\]\:peer-data-\[state\=collapsed\]\:ml-2:is(
        :where(.peer)[data-variant="inset"] ~ *
      ):is(:where(.peer)[data-state="collapsed"] ~ *) {
      margin-left: calc(var(--spacing) * 2);
    }
    .md\:after\:hidden::after {
      content: var(--tw-content);
      display: none;
    }
  }
  @media (width >= 64rem) {
    .lg\:flex {
      display: flex;
    }
    .lg\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .lg\:grid-cols-\[\.8fr_1\.2fr\] {
      grid-template-columns: 0.8fr 1.2fr;
    }
    .lg\:grid-cols-\[\.72fr_1\.28fr\] {
      grid-template-columns: 0.72fr 1.28fr;
    }
    .lg\:grid-cols-\[\.76fr_1\.24fr\] {
      grid-template-columns: 0.76fr 1.24fr;
    }
    .lg\:grid-cols-\[1\.18fr_\.82fr\] {
      grid-template-columns: 1.18fr 0.82fr;
    }
    .lg\:grid-cols-\[1fr_\.78fr\] {
      grid-template-columns: 1fr 0.78fr;
    }
    .lg\:items-center {
      align-items: center;
    }
    .lg\:items-start {
      align-items: flex-start;
    }
    .lg\:p-14 {
      padding: calc(var(--spacing) * 14);
    }
    .lg\:py-20 {
      padding-block: calc(var(--spacing) * 20);
    }
    .lg\:pl-12 {
      padding-left: calc(var(--spacing) * 12);
    }
  }
  @container field-group (width >= 28rem) {
    .\@md\/field-group\:flex-row {
      flex-direction: row;
    }
    .\@md\/field-group\:items-center {
      align-items: center;
    }
    .\@md\/field-group\:has-\[\>\[data-slot\=field-content\]\]\:items-start:has(
        > [data-slot="field-content"]
      ) {
      align-items: flex-start;
    }
  }
  .dark\:border-destructive:is(.dark *) {
    border-color: hsl(var(--destructive));
  }
  .dark\:bg-input\/30:is(.dark *) {
    background-color: hsl(var(--input));
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, hsl(var(--input)) 30%, transparent);
    }
  }
  .dark\:bg-transparent:is(.dark *) {
    background-color: transparent;
  }
  .dark\:has-data-\[state\=checked\]\:bg-primary\/10:is(.dark *):has(
      [data-state="checked"]
    ) {
    background-color: hsl(var(--primary));
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(
        in oklab,
        hsl(var(--primary)) 10%,
        transparent
      );
    }
  }
  .dark\:has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/40:is(
      .dark *
    ):has(:is([data-slot][aria-invalid="true"])) {
    --tw-ring-color: hsl(var(--destructive));
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(
        in oklab,
        hsl(var(--destructive)) 40%,
        transparent
      );
    }
  }
  .\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground
    .recharts-cartesian-axis-tick
    text {
    fill: hsl(var(--muted-foreground));
  }
  .\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50
    .recharts-cartesian-grid
    line[stroke="#ccc"] {
    stroke: hsl(var(--border));
    @supports (color: color-mix(in lab, red, red)) {
      stroke: color-mix(in oklab, hsl(var(--border)) 50%, transparent);
    }
  }
  .\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border
    .recharts-curve.recharts-tooltip-cursor {
    stroke: hsl(var(--border));
  }
  .\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent
    .recharts-dot[stroke="#fff"] {
    stroke: transparent;
  }
  .\[\&_\.recharts-layer\]\:outline-none .recharts-layer {
    --tw-outline-style: none;
    outline-style: none;
  }
  .\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border
    .recharts-polar-grid
    [stroke="#ccc"] {
    stroke: hsl(var(--border));
  }
  .\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted
    .recharts-radial-bar-background-sector {
    fill: hsl(var(--muted));
  }
  .\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted
    .recharts-rectangle.recharts-tooltip-cursor {
    fill: hsl(var(--muted));
  }
  .\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border
    .recharts-reference-line
    [stroke="#ccc"] {
    stroke: hsl(var(--border));
  }
  .\[\&_\.recharts-sector\]\:outline-none .recharts-sector {
    --tw-outline-style: none;
    outline-style: none;
  }
  .\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent
    .recharts-sector[stroke="#fff"] {
    stroke: transparent;
  }
  .\[\&_\.recharts-surface\]\:outline-none .recharts-surface {
    --tw-outline-style: none;
    outline-style: none;
  }
  .\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading] {
    padding-inline: calc(var(--spacing) * 2);
  }
  .\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading] {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading] {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading] {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading] {
    color: hsl(var(--muted-foreground));
  }
  .\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group] {
    padding-inline: calc(var(--spacing) * 2);
  }
  .\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0
    [cmdk-group]:not([hidden])
    ~ [cmdk-group] {
    padding-top: 0px;
  }
  .\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg {
    height: calc(var(--spacing) * 5);
  }
  .\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg {
    width: calc(var(--spacing) * 5);
  }
  .\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input] {
    height: calc(var(--spacing) * 12);
  }
  .\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item] {
    padding-inline: calc(var(--spacing) * 2);
  }
  .\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item] {
    padding-block: calc(var(--spacing) * 3);
  }
  .\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg {
    height: calc(var(--spacing) * 5);
  }
  .\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg {
    width: calc(var(--spacing) * 5);
  }
  .\[\&_img\]\:size-full img {
    width: 100%;
    height: 100%;
  }
  .\[\&_img\]\:object-cover img {
    object-fit: cover;
  }
  .\[\&_p\]\:leading-relaxed p {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
  }
  .\[\&_svg\]\:size-4 svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
  }
  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3 svg:not([class*="size-"]) {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*="size-"]) {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-6 svg:not([class*="size-"]) {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .\[\&_tr\]\:border-b tr {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .\[\&_tr\:last-child\]\:border-0 tr:last-child {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .\[\&\+\[data-slot\=item-content\]\]\:flex-none + [data-slot="item-content"] {
    flex: none;
  }
  .\[\&\:first-child\[data-selected\=true\]_button\]\:rounded-l-md:first-child[data-selected="true"]
    button {
    border-top-left-radius: calc(var(--radius) - 2px);
    border-bottom-left-radius: calc(var(--radius) - 2px);
  }
  .\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role="checkbox"]) {
    padding-right: 0px;
  }
  .\[\.border-b\]\:pb-3:is(.border-b) {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .\[\.border-t\]\:pt-3:is(.border-t) {
    padding-top: calc(var(--spacing) * 3);
  }
  :is(
      .rtl\:\*\*\:\[\.rdp-button\\_next\>svg\]\:rotate-180:where(
          :dir(rtl),
          [dir="rtl"],
          [dir="rtl"] *
        )
        *
    ):is(.rdp-button_next > svg) {
    rotate: 180deg;
  }
  :is(
      .rtl\:\*\*\:\[\.rdp-button\\_previous\>svg\]\:rotate-180:where(
          :dir(rtl),
          [dir="rtl"],
          [dir="rtl"] *
        )
        *
    ):is(.rdp-button_previous > svg) {
    rotate: 180deg;
  }
  .\[a\]\:transition-colors:is(a) {
    transition-property: color, background-color, border-color, outline-color,
      text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via,
      --tw-gradient-to;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  @media (hover: hover) {
    .\[a\]\:hover\:bg-accent\/50:is(a):hover {
      background-color: hsl(var(--accent));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .\[a\]\:hover\:bg-accent\/50:is(a):hover {
        background-color: color-mix(
          in oklab,
          hsl(var(--accent)) 50%,
          transparent
        );
      }
    }
  }
  .\[\&\:last-child\[data-selected\=true\]_button\]\:rounded-r-md:last-child[data-selected="true"]
    button {
    border-top-right-radius: calc(var(--radius) - 2px);
    border-bottom-right-radius: calc(var(--radius) - 2px);
  }
  .\[\&\>\*\]\:w-full > * {
    width: 100%;
  }
  .\[\&\>\*\]\:focus-visible\:relative > *:focus-visible {
    position: relative;
  }
  .\[\&\>\*\]\:focus-visible\:z-10 > *:focus-visible {
    z-index: 10;
  }
  @container field-group (width >= 28rem) {
    .\@md\/field-group\:\[\&\>\*\]\:w-auto > * {
      width: auto;
    }
  }
  .\[\&\>\*\:not\(\:first-child\)\]\:rounded-t-none > :not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .\[\&\>\*\:not\(\:first-child\)\]\:rounded-l-none > :not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .\[\&\>\*\:not\(\:first-child\)\]\:border-t-0 > :not(:first-child) {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .\[\&\>\*\:not\(\:first-child\)\]\:border-l-0 > :not(:first-child) {
    border-left-style: var(--tw-border-style);
    border-left-width: 0px;
  }
  .\[\&\>\*\:not\(\:last-child\)\]\:rounded-r-none > :not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .\[\&\>\*\:not\(\:last-child\)\]\:rounded-b-none > :not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .\[\&\>\.sr-only\]\:w-auto > .sr-only {
    width: auto;
  }
  .\[\&\>\[data-slot\=field-group\]\]\:gap-4 > [data-slot="field-group"] {
    gap: calc(var(--spacing) * 4);
  }
  .\[\&\>\[data-slot\=field-label\]\]\:flex-auto > [data-slot="field-label"] {
    flex: auto;
  }
  @container field-group (width >= 28rem) {
    .\@md\/field-group\:\[\&\>\[data-slot\=field-label\]\]\:flex-auto
      > [data-slot="field-label"] {
      flex: auto;
    }
  }
  .\[\&\>\[data-slot\=field\]\]\:p-4 > [data-slot="field"] {
    padding: calc(var(--spacing) * 4);
  }
  .has-\[select\[aria-hidden\=true\]\:last-child\]\:\[\&\>\[data-slot\=select-trigger\]\:last-of-type\]\:rounded-r-md:has(
      :is(select[aria-hidden="true"]:last-child)
    )
    > [data-slot="select-trigger"]:last-of-type {
    border-top-right-radius: calc(var(--radius) - 2px);
    border-bottom-right-radius: calc(var(--radius) - 2px);
  }
  .\[\&\>\[data-slot\=select-trigger\]\:not\(\[class\*\=\'w-\'\]\)\]\:w-fit
    > [data-slot="select-trigger"]:not([class*="w-"]) {
    width: fit-content;
  }
  .\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\] > [role="checkbox"] {
    --tw-translate-y: 2px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px:has(
      > [data-slot="field-content"]
    )
    > [role="checkbox"],
  .has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px:has(
      > [data-slot="field-content"]
    )
    [role="radio"] {
    margin-top: 1px;
  }
  @container field-group (width >= 28rem) {
    .\@md\/field-group\:has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px:has(
        > [data-slot="field-content"]
      )
      > [role="checkbox"],
    .\@md\/field-group\:has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px:has(
        > [data-slot="field-content"]
      )
      [role="radio"] {
      margin-top: 1px;
    }
  }
  .\[\&\>a\]\:underline > a {
    text-decoration-line: underline;
  }
  .\[\&\>a\]\:underline-offset-4 > a {
    text-underline-offset: 4px;
  }
  .\[\&\>a\:hover\]\:text-primary > a:hover {
    color: hsl(var(--primary));
  }
  .\[\&\>button\]\:hidden > button {
    display: none;
  }
  .\[\&\>input\]\:flex-1 > input {
    flex: 1;
  }
  .has-\[\>\[data-align\=block-end\]\]\:\[\&\>input\]\:pt-3:has(
      > [data-align="block-end"]
    )
    > input {
    padding-top: calc(var(--spacing) * 3);
  }
  .has-\[\>\[data-align\=block-start\]\]\:\[\&\>input\]\:pb-3:has(
      > [data-align="block-start"]
    )
    > input {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .has-\[\>\[data-align\=inline-end\]\]\:\[\&\>input\]\:pr-2:has(
      > [data-align="inline-end"]
    )
    > input {
    padding-right: calc(var(--spacing) * 2);
  }
  .has-\[\>\[data-align\=inline-start\]\]\:\[\&\>input\]\:pl-2:has(
      > [data-align="inline-start"]
    )
    > input {
    padding-left: calc(var(--spacing) * 2);
  }
  .\[\&\>kbd\]\:rounded-\[calc\(var\(--radius\)-5px\)\] > kbd {
    border-radius: calc(var(--radius) - 5px);
  }
  .\[\&\>span\]\:line-clamp-1 > span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .\[\&\>span\]\:text-xs > span {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .\[\&\>span\]\:opacity-70 > span {
    opacity: 70%;
  }
  .\[\&\>span\:last-child\]\:truncate > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .\[\&\>svg\]\:absolute > svg {
    position: absolute;
  }
  .\[\&\>svg\]\:top-4 > svg {
    top: calc(var(--spacing) * 4);
  }
  .\[\&\>svg\]\:left-4 > svg {
    left: calc(var(--spacing) * 4);
  }
  .\[\&\>svg\]\:size-3\.5 > svg {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .\[\&\>svg\]\:size-4 > svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .\[\&\>svg\]\:h-2\.5 > svg {
    height: calc(var(--spacing) * 2.5);
  }
  .\[\&\>svg\]\:h-3 > svg {
    height: calc(var(--spacing) * 3);
  }
  .\[\&\>svg\]\:h-3\.5 > svg {
    height: calc(var(--spacing) * 3.5);
  }
  .\[\&\>svg\]\:h-4 > svg {
    height: calc(var(--spacing) * 4);
  }
  .\[\&\>svg\]\:w-2\.5 > svg {
    width: calc(var(--spacing) * 2.5);
  }
  .\[\&\>svg\]\:w-3 > svg {
    width: calc(var(--spacing) * 3);
  }
  .\[\&\>svg\]\:w-3\.5 > svg {
    width: calc(var(--spacing) * 3.5);
  }
  .\[\&\>svg\]\:w-4 > svg {
    width: calc(var(--spacing) * 4);
  }
  .\[\&\>svg\]\:shrink-0 > svg {
    flex-shrink: 0;
  }
  .\[\&\>svg\]\:text-destructive > svg {
    color: hsl(var(--destructive));
  }
  .\[\&\>svg\]\:text-foreground > svg {
    color: hsl(var(--foreground));
  }
  .\[\&\>svg\]\:text-muted-foreground > svg {
    color: hsl(var(--muted-foreground));
  }
  .\[\&\>svg\]\:text-sidebar-accent-foreground > svg {
    color: hsl(var(--sidebar-accent-foreground));
  }
  .\[\&\>svg\+div\]\:translate-y-\[-3px\] > svg + div {
    --tw-translate-y: -3px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .\[\&\>svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3\.5
    > svg:not([class*="size-"]) {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .\[\&\>svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4
    > svg:not([class*="size-"]) {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .\[\&\>svg\~\*\]\:pl-7 > svg ~ * {
    padding-left: calc(var(--spacing) * 7);
  }
  .\[\&\>tr\]\:last\:border-b-0 > tr:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction="vertical"]
    > div {
    rotate: 90deg;
  }
  .\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state="open"] > svg {
    rotate: 180deg;
  }
  [data-side="left"][data-collapsible="offcanvas"]
    .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2 {
    right: calc(var(--spacing) * -2);
  }
  [data-side="left"][data-state="collapsed"]
    .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize {
    cursor: e-resize;
  }
  [data-side="right"][data-collapsible="offcanvas"]
    .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2 {
    left: calc(var(--spacing) * -2);
  }
  [data-side="right"][data-state="collapsed"]
    .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize {
    cursor: w-resize;
  }
  [data-slot="card-content"]
    .\[\[data-slot\=card-content\]_\&\]\:bg-transparent {
    background-color: transparent;
  }
  [data-slot="popover-content"]
    .\[\[data-slot\=popover-content\]_\&\]\:bg-transparent {
    background-color: transparent;
  }
  [data-slot="tooltip-content"]
    .\[\[data-slot\=tooltip-content\]_\&\]\:bg-background\/20 {
    background-color: hsl(var(--background));
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(
        in oklab,
        hsl(var(--background)) 20%,
        transparent
      );
    }
  }
  [data-slot="tooltip-content"]
    .\[\[data-slot\=tooltip-content\]_\&\]\:text-background {
    color: hsl(var(--background));
  }
  [data-slot="tooltip-content"]
    .dark\:\[\[data-slot\=tooltip-content\]_\&\]\:bg-background\/10:is(
      .dark *
    ) {
    background-color: hsl(var(--background));
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(
        in oklab,
        hsl(var(--background)) 10%,
        transparent
      );
    }
  }
  [data-variant="legend"] + .\[\[data-variant\=legend\]\+\&\]\:-mt-1\.5 {
    margin-top: calc(var(--spacing) * -1.5);
  }
}
@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}
@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}
@property --tw-animation-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}
@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
:root {
  --button-outline: rgba(0, 0, 0, 0.1);
  --badge-outline: rgba(0, 0, 0, 0.05);
  --opaque-button-border-intensity: -8;
  --elevate-1: rgba(0, 0, 0, 0.03);
  --elevate-2: rgba(0, 0, 0, 0.08);
  --background: 35 48% 95%;
  --foreground: 252 23% 17%;
  --border: 33 24% 82%;
  --card: 38 50% 98%;
  --card-foreground: 252 23% 17%;
  --card-border: 34 27% 84%;
  --sidebar: 252 23% 17%;
  --sidebar-foreground: 35 48% 97%;
  --sidebar-border: 252 18% 27%;
  --sidebar-primary: 15 67% 56%;
  --sidebar-primary-foreground: 35 48% 97%;
  --sidebar-accent: 252 18% 27%;
  --sidebar-accent-foreground: 35 48% 97%;
  --sidebar-ring: 15 67% 56%;
  --popover: 38 50% 98%;
  --popover-foreground: 252 23% 17%;
  --popover-border: 34 27% 84%;
  --primary: 15 67% 56%;
  --primary-foreground: 35 48% 97%;
  --secondary: 178 28% 33%;
  --secondary-foreground: 35 48% 97%;
  --muted: 36 26% 90%;
  --muted-foreground: 252 12% 43%;
  --accent: 43 88% 65%;
  --accent-foreground: 252 23% 17%;
  --destructive: 0 65% 50%;
  --destructive-foreground: 35 48% 97%;
  --input: 33 24% 82%;
  --ring: 15 67% 56%;
  --chart-1: 15 67% 56%;
  --chart-2: 178 28% 33%;
  --chart-3: 43 88% 65%;
  --chart-4: 252 23% 17%;
  --chart-5: 36 26% 90%;
  --app-font-sans: "Montserrat", sans-serif;
  --app-font-serif: "Montserrat", sans-serif;
  --app-font-mono: "Montserrat", sans-serif;
  --radius: 0.5rem;
  --shadow-2xs: 0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0);
  --shadow-xs: 0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0);
  --shadow-sm: 0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0),
    0px 1px 2px -1px hsl(202.8169 89.1213% 53.1373% / 0);
  --shadow: 0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0),
    0px 1px 2px -1px hsl(202.8169 89.1213% 53.1373% / 0);
  --shadow-md: 0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0),
    0px 2px 4px -1px hsl(202.8169 89.1213% 53.1373% / 0);
  --shadow-lg: 0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0),
    0px 4px 6px -1px hsl(202.8169 89.1213% 53.1373% / 0);
  --shadow-xl: 0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0),
    0px 8px 10px -1px hsl(202.8169 89.1213% 53.1373% / 0);
  --shadow-2xl: 0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0);
  --tracking-normal: 0em;
  --spacing: 0.25rem;
  --sidebar-primary-border: hsl(var(--sidebar-primary));
  --sidebar-primary-border: hsl(
    from hsl(var(--sidebar-primary)) h s
      calc(l + var(--opaque-button-border-intensity)) / alpha
  );
  --sidebar-accent-border: hsl(var(--sidebar-accent));
  --sidebar-accent-border: hsl(
    from hsl(var(--sidebar-accent)) h s
      calc(l + var(--opaque-button-border-intensity)) / alpha
  );
  --primary-border: hsl(var(--primary));
  --primary-border: hsl(
    from hsl(var(--primary)) h s calc(l + var(--opaque-button-border-intensity)) /
      alpha
  );
  --secondary-border: hsl(var(--secondary));
  --secondary-border: hsl(
    from hsl(var(--secondary)) h s
      calc(l + var(--opaque-button-border-intensity)) / alpha
  );
  --muted-border: hsl(var(--muted));
  --muted-border: hsl(
    from hsl(var(--muted)) h s calc(l + var(--opaque-button-border-intensity)) /
      alpha
  );
  --accent-border: hsl(var(--accent));
  --accent-border: hsl(
    from hsl(var(--accent)) h s calc(l + var(--opaque-button-border-intensity)) /
      alpha
  );
  --destructive-border: hsl(var(--destructive));
  --destructive-border: hsl(
    from hsl(var(--destructive)) h s
      calc(l + var(--opaque-button-border-intensity)) / alpha
  );
}
.dark {
  --button-outline: rgba(255, 255, 255, 0.1);
  --badge-outline: rgba(255, 255, 255, 0.05);
  --opaque-button-border-intensity: 9;
  --elevate-1: rgba(255, 255, 255, 0.04);
  --elevate-2: rgba(255, 255, 255, 0.09);
  --background: 252 23% 17%;
  --foreground: 35 48% 95%;
  --border: 252 15% 31%;
  --card: 252 20% 21%;
  --card-foreground: 35 48% 95%;
  --card-border: 252 15% 31%;
  --sidebar: 252 23% 17%;
  --sidebar-foreground: 35 48% 95%;
  --sidebar-border: 252 15% 31%;
  --sidebar-primary: 15 67% 60%;
  --sidebar-primary-foreground: 252 23% 17%;
  --sidebar-accent: 252 16% 25%;
  --sidebar-accent-foreground: 35 48% 95%;
  --sidebar-ring: 15 67% 60%;
  --popover: 252 20% 21%;
  --popover-foreground: 35 48% 95%;
  --popover-border: 252 15% 31%;
  --primary: 15 67% 60%;
  --primary-foreground: 252 23% 17%;
  --secondary: 178 28% 52%;
  --secondary-foreground: 252 23% 17%;
  --muted: 252 16% 25%;
  --muted-foreground: 35 20% 72%;
  --accent: 43 88% 65%;
  --accent-foreground: 252 23% 17%;
  --destructive: 0 65% 55%;
  --destructive-foreground: 35 48% 95%;
  --input: 252 15% 31%;
  --ring: 15 67% 60%;
  --chart-1: 15 67% 60%;
  --chart-2: 178 28% 52%;
  --chart-3: 43 88% 65%;
  --chart-4: 35 48% 95%;
  --chart-5: 252 16% 25%;
  --shadow-2xs: 0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0);
  --shadow-xs: 0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0);
  --shadow-sm: 0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0),
    0px 1px 2px -1px hsl(202.8169 89.1213% 53.1373% / 0);
  --shadow: 0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0),
    0px 1px 2px -1px hsl(202.8169 89.1213% 53.1373% / 0);
  --shadow-md: 0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0),
    0px 2px 4px -1px hsl(202.8169 89.1213% 53.1373% / 0);
  --shadow-lg: 0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0),
    0px 4px 6px -1px hsl(202.8169 89.1213% 53.1373% / 0);
  --shadow-xl: 0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0),
    0px 8px 10px -1px hsl(202.8169 89.1213% 53.1373% / 0);
  --shadow-2xl: 0px 2px 0px 0px hsl(202.8169 89.1213% 53.1373% / 0);
}
@layer base {
  * {
    border-color: hsl(var(--border));
  }
  body {
    background-color: hsl(var(--background));
    font-family: var(--app-font-sans);
    color: hsl(var(--foreground));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@layer utilities {
  input[type="search"]::-webkit-search-cancel-button {
    display: none;
  }
  [contenteditable][data-placeholder]:empty::before {
    content: attr(data-placeholder);
    color: hsl(var(--muted-foreground));
    pointer-events: none;
  }
  .toggle-elevate::before,
  .toggle-elevate-2::before {
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 0px;
    border-radius: inherit;
    z-index: -1;
  }
  .toggle-elevate.toggle-elevated::before {
    background-color: var(--elevate-2);
  }
  .border.toggle-elevate::before {
    inset: -1px;
  }
  .hover-elevate:not(.no-default-hover-elevate),
  .active-elevate:not(.no-default-active-elevate),
  .hover-elevate-2:not(.no-default-hover-elevate),
  .active-elevate-2:not(.no-default-active-elevate) {
    position: relative;
    z-index: 0;
  }
  .hover-elevate:not(.no-default-hover-elevate)::after,
  .active-elevate:not(.no-default-active-elevate)::after,
  .hover-elevate-2:not(.no-default-hover-elevate)::after,
  .active-elevate-2:not(.no-default-active-elevate)::after {
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 0px;
    border-radius: inherit;
    z-index: 999;
  }
  .hover-elevate:hover:not(.no-default-hover-elevate)::after,
  .active-elevate:active:not(.no-default-active-elevate)::after {
    background-color: var(--elevate-1);
  }
  .hover-elevate-2:hover:not(.no-default-hover-elevate)::after,
  .active-elevate-2:active:not(.no-default-active-elevate)::after {
    background-color: var(--elevate-2);
  }
  .border.hover-elevate:not(.no-hover-interaction-elevate)::after,
  .border.active-elevate:not(.no-active-interaction-elevate)::after,
  .border.hover-elevate-2:not(.no-hover-interaction-elevate)::after,
  .border.active-elevate-2:not(.no-active-interaction-elevate)::after,
  .border.hover-elevate:not(.no-hover-interaction-elevate)::after {
    inset: -1px;
  }
}
:root {
  --background: 35 48% 95%;
  --foreground: 252 23% 17%;
  --border: 33 24% 82%;
  --input: 33 24% 82%;
  --ring: 15 67% 56%;
  --card: 38 50% 98%;
  --card-foreground: 252 23% 17%;
  --card-border: 34 27% 84%;
  --popover: 38 50% 98%;
  --popover-foreground: 252 23% 17%;
  --popover-border: 34 27% 84%;
  --primary: 15 67% 56%;
  --primary-foreground: 35 48% 97%;
  --secondary: 178 28% 33%;
  --secondary-foreground: 35 48% 97%;
  --muted: 36 26% 90%;
  --muted-foreground: 252 12% 43%;
  --accent: 43 88% 65%;
  --accent-foreground: 252 23% 17%;
  --destructive: 0 65% 50%;
  --destructive-foreground: 35 48% 97%;
  --chart-1: 15 67% 56%;
  --chart-2: 178 28% 33%;
  --chart-3: 43 88% 65%;
  --chart-4: 252 23% 17%;
  --chart-5: 36 26% 90%;
  --sidebar: 252 23% 17%;
  --sidebar-foreground: 35 48% 97%;
  --sidebar-border: 252 18% 27%;
  --sidebar-primary: 15 67% 56%;
  --sidebar-primary-foreground: 35 48% 97%;
  --sidebar-accent: 252 18% 27%;
  --sidebar-accent-foreground: 35 48% 97%;
  --sidebar-ring: 15 67% 56%;
  --app-font-sans: "DM Sans", sans-serif;
  --app-font-serif: "Fraunces", Georgia, serif;
  --app-font-mono: "Space Mono", monospace;
  --radius: 1rem;
  --shadow-sm: 0 8px 25px rgba(69, 51, 42, 0.07);
  --shadow-md: 0 18px 45px rgba(69, 51, 42, 0.1);
}
.dark {
  --background: 252 23% 17%;
  --foreground: 35 48% 95%;
  --card: 252 20% 21%;
  --card-foreground: 35 48% 95%;
  --border: 252 15% 31%;
  --input: 252 15% 31%;
  --muted: 252 16% 25%;
  --muted-foreground: 35 20% 72%;
  --primary: 15 67% 60%;
  --primary-foreground: 252 23% 17%;
  --secondary: 178 28% 52%;
  --secondary-foreground: 252 23% 17%;
  --accent: 43 88% 65%;
  --accent-foreground: 252 23% 17%;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #f8f8f9;
  color: #111;
  font-family: "Montserrat", sans-serif;
}
* {
  box-sizing: border-box;
}
::selection {
  background: #f09a7c;
  color: #292534;
}
.font-display,
.font-mono {
  font-family: "Montserrat", sans-serif;
}
.clinic-page {
  overflow: hidden;
  background: #f6efe3;
}
.shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.eyebrow {
  color: #a95543;
  font-family: "Space Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 {
  transition-delay: 0.1s;
}
.reveal-delay-2 {
  transition-delay: 0.2s;
}
.reveal-delay-3 {
  transition-delay: 0.3s;
}
.paper-grid {
  background-image: linear-gradient(
      rgba(41, 37, 52, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(41, 37, 52, 0.045) 1px, transparent 1px);
  background-size: 28px 28px;
}
.hero-source-banner {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0.96;
  pointer-events: none;
}
.hero-source-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(15, 17, 54, 0.78) 0%,
    rgba(15, 17, 54, 0.48) 54%,
    rgba(15, 17, 54, 0.16) 100%
  );
}
.clinic-page .hero-orb {
  display: none;
}
.hero-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(1px);
  pointer-events: none;
}
.hero-orb.one {
  width: 390px;
  height: 390px;
  right: -140px;
  top: 80px;
  background: #eeb297;
  opacity: 0.5;
}
.hero-orb.two {
  width: 180px;
  height: 180px;
  right: 23%;
  bottom: 14%;
  background: #f1cb69;
  opacity: 0.6;
}
.hero-orb.three {
  width: 86px;
  height: 86px;
  left: 7%;
  top: 22%;
  background: #9bb9b1;
  opacity: 0.65;
}
.hero-art {
  position: relative;
  width: min(100%, 495px);
  aspect-ratio: 1 / 1.07;
}
.hero-art::before {
  content: "";
  position: absolute;
  inset: 8% 10% 5% 7%;
  border-radius: 49% 51% 45% 55%;
  background: #e7b292;
  transform: rotate(9deg);
}
.hero-art::after {
  content: "";
  position: absolute;
  inset: 12% 16% 9% 12%;
  border: 1px solid rgba(41, 37, 52, 0.3);
  border-radius: 45% 55% 52% 48%;
  transform: rotate(-11deg);
}
.hero-portrait {
  position: absolute;
  inset: 11% 17% 10% 15%;
  z-index: 1;
  border-radius: 46% 54% 48% 52%;
  background: linear-gradient(145deg, #d8846c 0 23%, transparent 23%),
    radial-gradient(circle at 51% 30%, #d8a083 0 12%, transparent 12%),
    linear-gradient(110deg, #314b4d 0 35%, #f0bf8b 35% 67%, #4f393a 67%);
  overflow: hidden;
  transform: rotate(4deg);
  box-shadow: 18px 20px 0 #2d5553;
}
.hero-portrait .portrait-lines {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    105deg,
    transparent 0 21px,
    rgba(255, 244, 217, 0.16) 22px 24px
  );
  mix-blend-mode: screen;
}
.source-hero-photo {
  background: #fff;
  transform: rotate(0);
  box-shadow: 12px 12px 0 #a20067;
  border-radius: 10px;
}
.source-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.hero-source-form {
  position: relative;
  z-index: 2;
  max-width: 580px;
  padding: 22px;
  border-radius: 10px;
  background: #fff;
  color: #111;
  box-shadow: -4px 4px 0 #a20067;
}
.hero-title-line {
  display: inline-block;
  white-space: nowrap;
}
.hero-source-form h2 {
  margin: 0 0 15px;
  color: #333;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 700;
}
.hero-source-form input,
.hero-source-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  padding: 11px 12px;
  color: #111;
  font: inherit;
  font-size: 0.78rem;
  outline: none;
}
.hero-source-form textarea {
  min-height: 78px;
  margin-top: 12px;
  resize: vertical;
}
.hero-source-form input:focus,
.hero-source-form textarea:focus {
  border-color: #096e97;
  box-shadow: 0 0 0 3px rgba(9, 110, 151, 0.12);
}
.hero-source-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 45px;
  margin-top: 12px;
  border: 0;
  border-radius: 5px;
  background: #096e97;
  color: #fff;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.hero-source-form button:hover {
  background: #0099ff;
  transform: translateY(-2px);
}
.hero-form-note {
  margin: 11px 0 0;
  color: #666;
  font-size: 0.68rem;
  line-height: 1.5;
  text-align: center;
}
.hero-form-note a {
  color: #096e97;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.hero-note {
  position: absolute;
  z-index: 2;
  bottom: 4%;
  left: 1%;
  background: #fff7e9;
  border: 1px solid #d8c8b4;
  padding: 16px 18px;
  box-shadow: 10px 12px 0 #cb785e;
  transform: rotate(-4deg);
}
.hero-note strong {
  display: block;
  color: #a95543;
  font-family: "Space Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-note span {
  display: block;
  margin-top: 5px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.05rem;
}
.btn-primary,
.btn-quiet,
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 21px;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.25s ease, background-color 0.25s ease,
    color 0.25s ease, border-color 0.25s ease;
  cursor: pointer;
}
.btn-primary {
  background: #096e97;
  color: #fff;
  box-shadow: 0 6px 0 #a20067;
  border-radius: 5px;
}
.btn-primary:hover {
  transform: translateY(-3px);
  background: #0099ff;
}
.btn-quiet {
  background: #a20067;
  color: #fff;
  border-radius: 5px;
}
.btn-quiet:hover {
  transform: translateY(-3px);
  background: #096e97;
}
.btn-outline {
  border-color: #bba994;
  color: #292534;
  background: rgba(255, 249, 238, 0.45);
}
.btn-outline:hover {
  border-color: #c96550;
  color: #a95543;
  transform: translateY(-2px);
}
.nav-link {
  color: #282729;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s ease;
  font-weight: 500;
}
.nav-link:hover {
  color: #c96550;
}
.section-space {
  padding: 112px 0;
}
.section-title {
  margin: 12px 0 0;
  color: #292534;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 600;
}
.section-copy {
  color: #655d66;
  font-size: 1rem;
  line-height: 1.75;
}
.service-card {
  border: 1px solid #d8c8b4;
  background: rgba(255, 250, 240, 0.54);
  padding: 28px;
  min-height: 295px;
  transition: transform 0.3s ease, background-color 0.3s ease,
    box-shadow 0.3s ease;
}
.service-card:hover {
  transform: translateY(-7px);
  background: #fff8eb;
  box-shadow: var(--shadow-md);
}
.service-card h3 {
  margin: 22px 0 14px;
  color: #292534;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.8rem;
  line-height: 1;
}
.service-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #655d66;
  font-size: 0.86rem;
  line-height: 1.75;
}
.service-card li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin-top: 7px;
}
.service-card li::before {
  content: "";
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: 9px;
  background: #c96550;
}
.number-stamp {
  color: #c96550;
  font-family: "Space Mono", monospace;
  font-size: 0.7rem;
  font-weight: 700;
}
.source-proof-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.source-proof-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 94px;
  padding: 16px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.source-proof-item:last-child {
  border-right: 0;
}
.source-proof-item img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.source-proof-item strong,
.source-proof-item span {
  display: block;
}
.source-proof-item strong {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
}
.source-proof-item span {
  margin-top: 4px;
  font-size: 0.64rem;
  line-height: 1.25;
  color: #dbe8eb;
}
.doctor-profile-photo {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
  border: 8px solid #fff;
  background: #e2e7e9;
  box-shadow: -6px 6px 0 #a20067;
}
.doctor-profile-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.doctor-photo-caption {
  position: absolute;
  right: -14px;
  bottom: 14px;
  padding: 11px 14px;
  background: #ff8f00;
  color: #fff;
  font-size: 0.66rem;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
}
.source-care-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.source-care-tools span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 6px 10px;
  border: 1px solid #d7c6cf;
  border-radius: 5px;
  color: #a20067;
  font-size: 0.68rem;
  font-weight: 700;
}
.source-care-tools img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.health-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 42px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e2e7e9;
}
.health-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.health-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e2e7e9;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(24, 35, 52, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.health-card:hover {
  transform: translateY(-6px);
  border-color: rgba(162, 0, 103, 0.38);
  box-shadow: 0 18px 34px rgba(24, 35, 52, 0.13);
}
.health-card-media {
  position: relative;
  display: grid;
  min-height: 150px;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #eef4f5, #f8eef5);
}
.health-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(21, 31, 55, 0.16));
  pointer-events: none;
}
.health-card-media img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}
.health-card:hover .health-card-media img {
  transform: scale(1.05);
}
.health-card-number {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #a20067;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
}
.health-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}
.health-card-kicker {
  color: #096e97;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.health-card h3 {
  margin: 9px 0 0;
  color: #151f37;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.25;
}
.health-card p {
  flex: 1;
  margin: 12px 0 20px;
  color: #5b626d;
  font-size: 0.76rem;
  line-height: 1.7;
}
.health-card a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-top: 1px solid #e2e7e9;
  padding-top: 14px;
  color: #a20067;
  font-size: 0.7rem;
  font-weight: 800;
  text-decoration: none;
}
.health-card a svg {
  transition: transform 0.2s ease;
}
.health-card a:hover svg {
  transform: translate(3px, -3px);
}
.health-item > img {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  object-fit: contain;
  align-self: flex-start;
}
.team-card {
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #fff;
  color: #111;
  border-radius: 8px;
  box-shadow: -4px 4px 0 #a20067;
}
.team-card > img {
  display: block;
  width: 100%;
  height: 285px;
  object-fit: cover;
  object-position: center top;
}
.team-card h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}
.team-card p {
  margin: 7px 0 15px;
  color: #666;
  font-size: 0.72rem;
}
.team-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #096e97;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
}
.consultation-banner {
  color: #fff;
}
.guarantee-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.guarantee-strip span {
  margin: 0 7px;
  color: #ff8f00;
}
.faq-grid {
  display: grid;
  gap: 12px;
  max-width: 930px;
  margin-inline: auto;
}
.faq-item {
  border: 1px solid #e2e7e9;
  border-radius: 6px;
  background: #fff;
  box-shadow: -3px 3px 0 rgba(162, 0, 103, 0.18);
}
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
  color: #222;
  font-size: 0.87rem;
  font-weight: 700;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary span {
  color: #a20067;
  font-size: 1.25rem;
  font-weight: 400;
}
.faq-item[open] summary span {
  transform: rotate(45deg);
}
.faq-item p {
  margin: 0;
  padding: 0 20px 20px;
  color: #555;
  font-size: 0.8rem;
  line-height: 1.75;
}
.worry-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-bottom: 1px solid rgba(216, 200, 180, 0.75);
  padding: 17px 0;
  color: #4f4855;
  font-size: 0.92rem;
  line-height: 1.5;
}
.worry-item svg {
  color: #c96550;
  flex: 0 0 auto;
  margin-top: 2px;
}
.method-step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  align-items: start;
  padding: 26px 0;
  border-top: 1px solid rgba(216, 200, 180, 0.75);
}
.method-step:last-child {
  border-bottom: 1px solid rgba(216, 200, 180, 0.75);
}
.step-no {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e7b292;
  color: #292534;
  font-family: "Space Mono", monospace;
  font-size: 0.7rem;
}
.health-item {
  border-top: 1px solid rgba(255, 246, 234, 0.22);
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  gap: 22px;
}
.health-item h3 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff3df;
}
.health-item p {
  max-width: 490px;
  margin: 5px 0 0;
  color: #c5d1c9;
  font-size: 0.86rem;
  line-height: 1.65;
}
.health-item a {
  white-space: nowrap;
  color: #f1cb69;
  font-family: "Space Mono", monospace;
  font-size: 0.68rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.health-item-light {
  border-top-color: #e2e7e9;
}
.health-item-light h3 {
  color: #111;
}
.health-item-light p {
  color: #555;
}
.health-item-light a {
  color: #a20067;
}
.form-shell {
  background: #fff;
  border: 1px solid #e2e7e9;
  border-radius: 10px;
  box-shadow: 0 18px 50px rgba(24, 35, 52, 0.1);
}
.form-label {
  display: block;
  margin-bottom: 7px;
  color: #554d58;
  font-size: 0.73rem;
  font-weight: 700;
}
.form-input {
  width: 100%;
  border: 1px solid #d0bdab;
  background: #fffdf7;
  color: #292534;
  border-radius: 2px;
  padding: 13px 14px;
  font: inherit;
  font-size: 0.88rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-input:focus {
  border-color: #c96550;
  box-shadow: 0 0 0 3px rgba(201, 101, 80, 0.15);
}
.seo-link {
  color: #096e97;
  text-decoration: underline;
  text-decoration-color: rgba(162, 0, 103, 0.42);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.seo-link:hover {
  color: #a20067;
  text-decoration-color: #ff8f00;
}
.success-box {
  background: #e5f0e8;
  border: 1px solid #a9c9b4;
  color: #2d5553;
  padding: 24px;
}
.footer-link {
  color: #d9c8b3;
  text-decoration: none;
  font-size: 0.8rem;
}
.footer-link:hover {
  color: #f1cb69;
}
.mobile-action {
  display: none;
}
@media (max-width: 820px) {
  .shell {
    width: min(100% - 34px, 620px);
  }
  .desktop-nav {
    display: none;
  }
  .mobile-action {
    display: flex;
    position: fixed;
    z-index: 30;
    left: 14px;
    right: 14px;
    bottom: 14px;
    gap: 8px;
    padding: 8px;
    background: rgba(45, 85, 83, 0.96);
    box-shadow: 0 12px 35px rgba(41, 37, 52, 0.22);
    border-radius: 999px;
  }
  .mobile-action a {
    flex: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    color: #fff5e9;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    text-decoration: none;
  }
  .mobile-action a:first-child {
    background: #c96550;
  }
  .section-space {
    padding: 78px 0;
  }
  .hero-art {
    margin: 20px auto 0;
    max-width: 400px;
  }
  .hero-title-line {
    white-space: normal;
  }
  .hero-source-form {
    padding: 18px;
  }
  .hero-source-form h2 {
    font-size: 0.9rem;
  }
  .source-proof-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .source-proof-item:last-child {
    border-bottom: 0;
  }
  .team-card > img {
    height: 240px;
  }
  .health-intro {
    display: block;
    padding-bottom: 25px;
  }
  .health-intro > div + div {
    margin-top: 22px;
  }
  .health-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .health-card-body {
    padding: 15px;
  }
  .health-card h3 {
    font-size: 0.92rem;
  }
  .health-card p {
    font-size: 0.72rem;
    line-height: 1.6;
  }
  .health-item {
    display: block;
  }
  .health-item a {
    display: inline-block;
    margin-top: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
.clinic-page {
  background: #f7fafb;
  color: #15233b;
}
.breadcrumb-section {
  background: rgba(255, 255, 255, 0.92) !important;
}
.breadcrumb-section .shell {
  min-height: 54px;
}
.proof-section {
  background: linear-gradient(110deg, #123c58, #096e97) !important;
}
.proof-section .source-proof-item {
  min-height: 108px;
  gap: 16px;
  padding: 20px 18px;
  border-color: rgba(255, 255, 255, 0.2);
}
.proof-section .source-proof-item > div {
  min-width: 0;
}
.proof-section .source-proof-icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}
.proof-section .source-proof-icon img {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  filter: brightness(0) invert(1);
}
.proof-section .source-proof-item strong {
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.25;
}
.proof-section .source-proof-item span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  line-height: 1.35;
}
.about-section {
  background-color: #f7fafb !important;
}
.about-section .border-l-2 {
  border-left-color: #a20067 !important;
}
.about-section p:last-child {
  padding: 25px 28px;
  border: 1px solid #dce6ea;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(24, 35, 52, 0.06);
}
.services-section {
  background: #fff !important;
}
.services-section .section-title {
  color: #15233b;
}
.service-card {
  min-height: 318px;
  border: 1px solid #dfe8ec;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff, #f7fafb);
  padding: 27px;
  box-shadow: 0 8px 22px rgba(24, 35, 52, 0.05);
}
.service-card:hover {
  background: #fff;
  box-shadow: 0 18px 38px rgba(24, 35, 52, 0.12);
}
.service-card h3 {
  color: #15233b;
  font-family: "Montserrat", sans-serif;
  font-size: 1.18rem;
  line-height: 1.25;
}
.service-card li::before {
  background: #096e97;
}
.number-stamp {
  color: #a20067;
}
.services-section .text-\[\#2d5553\] {
  color: #096e97 !important;
}
.approach-section {
  background: linear-gradient(125deg, #123c58 0%, #2d5553 100%) !important;
}
.approach-section .btn-primary {
  background: #ff8f00;
  color: #15233b;
  box-shadow: 0 5px 0 #a20067;
}
.approach-section .btn-primary:hover {
  background: #ffc05c;
}
.method-step {
  grid-template-columns: 52px 1fr;
  border-color: rgba(255, 255, 255, 0.18);
  padding: 22px 0;
}
.step-no {
  width: 44px;
  height: 44px;
  border: 2px solid #ff8f00;
  background: transparent;
  color: #fff;
  font-weight: 700;
}
.method-step h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem !important;
  font-weight: 800 !important;
}
.doctor-section {
  background: #f9fbfc !important;
}
.doctor-profile-photo {
  overflow: hidden;
  border: 7px solid #fff;
  border-radius: 18px;
  box-shadow: 12px 12px 0 #a20067, 0 18px 35px rgba(24, 35, 52, 0.12);
}
.doctor-photo-caption {
  right: 14px;
  bottom: 14px;
  border-radius: 7px;
  background: #ff8f00;
  color: #15233b;
  box-shadow: 0 7px 16px rgba(24, 35, 52, 0.15);
}
.source-care-tools {
  gap: 9px;
}
.source-care-tools span {
  border-color: #d9e5e9;
  border-radius: 999px;
  background: #fff;
  color: #096e97;
  box-shadow: 0 4px 12px rgba(24, 35, 52, 0.05);
}
.concerns-section {
  background: #fff !important;
}
.concerns-section .worry-item {
  border: 1px solid #e1e9ed;
  border-radius: 9px;
  background: #f8fafb;
  padding: 14px 15px;
  color: #455467;
  font-size: 0.8rem;
  line-height: 1.45;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.concerns-section .worry-item:hover {
  transform: translateX(3px);
  border-color: rgba(162, 0, 103, 0.35);
  background: #fff;
}
.concerns-section .worry-item svg {
  color: #a20067;
}
.difference-section {
  background: linear-gradient(110deg, #096e97, #123c58) !important;
}
.difference-section .grid > div:last-child {
  border-color: rgba(255, 255, 255, 0.65) !important;
  background: rgba(255, 255, 255, 0.08);
}
.integrated-section {
  background: #f8fafb !important;
}
.integrated-section .relative.mx-auto {
  border-color: #dbe6ea !important;
  border-radius: 16px;
  background: #fff !important;
  box-shadow: 12px 12px 0 #dbe7eb !important;
}
.integrated-section .relative.mx-auto .absolute {
  background: #a20067 !important;
}
.faq-section {
  background: #f7fafb !important;
}
.faq-grid {
  max-width: 980px;
  gap: 10px;
}
.faq-item {
  border-color: #dfe8ec;
  border-radius: 11px;
  box-shadow: 0 5px 16px rgba(24, 35, 52, 0.04);
}
.faq-item summary {
  padding: 20px 22px;
  color: #15233b;
}
.faq-item summary span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  background: #f8eef5;
  color: #a20067;
}
.faq-item p {
  padding: 0 22px 22px;
  color: #586575;
}
.team-section {
  background: linear-gradient(125deg, #123c58, #2d5553) !important;
}
.team-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(8, 29, 47, 0.2);
}
.team-card > img {
  height: 305px;
}
.team-card h3 {
  color: #15233b;
  font-size: 1.05rem;
}
.team-card p {
  color: #667180;
}
.team-card a {
  color: #096e97;
}
.consultation-banner {
  background: linear-gradient(100deg, #a20067, #c96550) !important;
}
.consultation-banner .btn-quiet {
  background: #fff;
  color: #a20067;
  border-color: #fff;
}
.consultation-banner .btn-quiet:hover {
  background: #ff8f00;
  color: #15233b;
  border-color: #ff8f00;
}
.consultation-section {
  background: #fff !important;
}
.consultation-section .form-shell {
  border-color: #dce7eb;
}
.form-input {
  border-color: #d5e1e6;
  border-radius: 8px;
  background: #fff;
}
.form-input:focus {
  border-color: #096e97;
  box-shadow: 0 0 0 3px rgba(9, 110, 151, 0.13);
}
.consultation-section .btn-primary {
  background: #a20067;
  box-shadow: 0 5px 0 #096e97;
}
.consultation-section .btn-primary:hover {
  background: #096e97;
}
.guarantee-section {
  background: #123c58 !important;
}
.guarantee-section .shell {
  color: #dcecf0;
}
.guarantee-strip span {
  color: #ff8f00;
}
.footer-section {
  background: #10283c !important;
}
.footer-section .footer-link:hover {
  color: #ff8f00;
}
@media (max-width: 820px) {
  .section-space {
    padding: 76px 0;
  }
  .proof-section .source-proof-item {
    min-height: 94px;
    gap: 12px;
    padding: 16px 14px;
  }
  .proof-section .source-proof-icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }
  .proof-section .source-proof-icon img {
    width: 32px;
    height: 32px;
  }
  .proof-section .source-proof-item strong {
    font-size: 0.84rem;
  }
  .proof-section .source-proof-item span {
    margin-top: 4px;
    font-size: 0.66rem;
  }
  .about-section p:last-child {
    padding: 20px;
  }
  .service-card {
    min-height: 0;
    padding: 21px;
  }
  .service-card h3 {
    margin-top: 16px;
    font-size: 1.05rem;
  }
  .method-step {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }
  .doctor-profile-photo {
    max-width: 330px;
  }
  .team-card > img {
    height: 250px;
  }
  .consultation-banner h2 {
    font-size: 1.55rem;
    line-height: 1.2;
  }
  .consultation-section .form-shell {
    padding: 22px !important;
  }
}
.difference-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: clamp(42px, 8vw, 120px);
}
.difference-intro {
  max-width: 650px;
}
.difference-lead {
  max-width: 610px;
  margin: 28px 0 0;
  color: #e4f0f2;
  font-size: 1rem;
  line-height: 1.9;
}
.difference-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.97);
  padding: 34px;
  color: #15233b;
  box-shadow: 14px 14px 0 rgba(162, 0, 103, 0.72),
    0 18px 42px rgba(8, 29, 47, 0.2);
}
.difference-panel::before {
  content: "";
  position: absolute;
  top: -64px;
  right: -48px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255, 143, 0, 0.15);
}
.difference-panel-heading {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
.difference-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  flex: 0 0 48px;
  border-radius: 14px;
  background: #a20067;
  color: #fff;
}
.difference-panel-kicker {
  color: #096e97;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.difference-panel h3 {
  margin: 5px 0 0;
  color: #15233b;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 800;
}
.difference-panel > p {
  position: relative;
  margin: 25px 0 0;
  color: #596675;
  font-size: 0.86rem;
  line-height: 1.8;
}
.difference-points {
  position: relative;
  display: grid;
  gap: 11px;
  margin-top: 24px;
  border-top: 1px solid #e1e9ed;
  padding-top: 20px;
}
.difference-points span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #263a4d;
  font-size: 0.76rem;
  font-weight: 700;
}
.difference-points svg {
  flex: 0 0 auto;
  padding: 3px;
  border-radius: 50%;
  background: #e8f2f4;
  color: #096e97;
}
.approach-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  align-items: start;
  gap: clamp(44px, 8vw, 120px);
}
.approach-intro {
  max-width: 560px;
}
.approach-lead {
  max-width: 520px;
  margin: 28px 0 0;
  color: #dcecf0;
  font-size: 1rem;
  line-height: 1.9;
}
.approach-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
}
.approach-fee {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: #dcecf0;
}
.approach-fee strong {
  color: #ffcf70;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.7rem;
  font-weight: 600;
}
.approach-fee span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.approach-steps {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.approach-step {
  display: grid;
  grid-template-columns: 46px 1fr 20px;
  align-items: start;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.approach-step-no {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid #ffcf70;
  border-radius: 50%;
  color: #ffcf70;
  font-size: 0.66rem;
  font-weight: 800;
}
.approach-step h3 {
  margin: 0;
  color: #fff;
  font-size: 0.94rem;
  font-weight: 800;
}
.approach-step p {
  margin: 6px 0 0;
  color: #cfe0e3;
  font-size: 0.78rem;
  line-height: 1.65;
}
.approach-step-check {
  margin-top: 12px;
  color: #ffcf70;
}
.team-heading,
.locations-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 42px;
}
.team-heading-copy {
  flex: 1;
}
.team-heading-copy .section-title {
  color: #fff !important;
  text-shadow: 0 2px 16px rgba(4, 22, 38, 0.28);
}
.team-heading-note {
  min-width: 190px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}
.team-heading-note span {
  display: block;
  color: #cfe0e3;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.team-heading-note strong {
  display: block;
  margin-top: 7px;
  color: #ffcf70;
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.1rem;
  line-height: 1;
}
.team-heading-note p {
  margin: 10px 0 0;
  color: #dcecf0;
  font-size: 0.7rem;
  line-height: 1.5;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 900px;
}
.team-card-media {
  position: relative;
  overflow: hidden;
  background: #e5edf0;
}
.team-card-media img {
  display: block;
  width: 100%;
  height: 305px;
  object-fit: cover;
  object-position: center top;
}
.team-card-media > span {
  position: absolute;
  left: 16px;
  bottom: 15px;
  padding: 7px 10px;
  border-radius: 5px;
  background: rgba(16, 40, 60, 0.88);
  color: #fff;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.team-card-body {
  padding: 22px 23px 24px;
}
.team-role {
  display: block;
  color: #096e97;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.team-card-body h3 {
  margin-top: 8px;
}
.team-card-body p {
  max-width: 270px;
  margin: 8px 0 16px;
}
.team-call-link {
  color: #a20067 !important;
}
.locations-heading {
  align-items: end;
}
.locations-heading-copy {
  max-width: 390px;
  padding-bottom: 5px;
}
.locations-heading-copy p {
  margin: 0;
  color: #586575;
  font-size: 0.9rem;
  line-height: 1.75;
}
.location-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #096e97;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.4;
}
.location-note svg {
  flex: 0 0 auto;
  color: #a20067;
}
.locations-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.location-card {
  height: 100%;
  padding: 24px;
  border: 1px solid #dce7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(24, 35, 52, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.location-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 32px rgba(24, 35, 52, 0.11);
}
.location-card-top {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #a20067;
}
.location-card-top span {
  color: #096e97;
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.location-card h3 {
  margin: 26px 0 9px;
  color: #15233b;
  font-size: 1.08rem;
  font-weight: 800;
}
.location-card p {
  min-height: 45px;
  margin: 0;
  color: #667180;
  font-size: 0.75rem;
  line-height: 1.6;
}
.location-card > strong {
  display: block;
  margin-top: 18px;
  color: #455467;
  font-size: 0.67rem;
}
.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid #e4ecef;
}
.location-actions a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #a20067;
  font-size: 0.68rem;
  font-weight: 800;
  text-decoration: none;
}
.location-actions a + a {
  color: #096e97;
}
.locations-footnote {
  margin: 26px 0 0;
  color: #71808d;
  font-size: 0.72rem;
  line-height: 1.7;
}
@media (max-width: 820px) {
  .difference-layout {
    display: block;
  }
  .difference-lead {
    margin-top: 22px;
    font-size: 0.9rem;
    line-height: 1.8;
  }
  .difference-panel {
    margin: 34px 8px 0 0;
    padding: 24px;
    box-shadow: 8px 8px 0 rgba(162, 0, 103, 0.72),
      0 14px 30px rgba(8, 29, 47, 0.18);
  }
  .difference-panel h3 {
    font-size: 1.25rem;
  }
  .approach-layout {
    display: block;
  }
  .approach-lead {
    margin-top: 22px;
    font-size: 0.9rem;
    line-height: 1.8;
  }
  .approach-actions {
    margin-top: 26px;
  }
  .approach-steps {
    margin-top: 42px;
  }
  .team-heading,
  .locations-heading {
    display: block;
  }
  .team-heading-note {
    margin-top: 28px;
  }
  .team-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .team-card-media img {
    height: 275px;
  }
  .locations-heading-copy {
    margin-top: 24px;
  }
  .locations-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .location-card p {
    min-height: 0;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-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-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(
        var(--tw-enter-translate-x, 0),
        var(--tw-enter-translate-y, 0),
        0
      )
      scale3d(
        var(--tw-enter-scale, 1),
        var(--tw-enter-scale, 1),
        var(--tw-enter-scale, 1)
      )
      rotate(var(--tw-enter-rotate, 0));
    filter: blur(var(--tw-enter-blur, 0));
  }
}
@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(
        var(--tw-exit-translate-x, 0),
        var(--tw-exit-translate-y, 0),
        0
      )
      scale3d(
        var(--tw-exit-scale, 1),
        var(--tw-exit-scale, 1),
        var(--tw-exit-scale, 1)
      )
      rotate(var(--tw-exit-rotate, 0));
    filter: blur(var(--tw-exit-blur, 0));
  }
}
@keyframes accordion-down {
  from {
    height: 0;
  }
  to {
    height: var(
      --radix-accordion-content-height,
      var(
        --bits-accordion-content-height,
        var(
          --reka-accordion-content-height,
          var(
            --kb-accordion-content-height,
            var(--ngp-accordion-content-height, auto)
          )
        )
      )
    );
  }
}
@keyframes accordion-up {
  from {
    height: var(
      --radix-accordion-content-height,
      var(
        --bits-accordion-content-height,
        var(
          --reka-accordion-content-height,
          var(
            --kb-accordion-content-height,
            var(--ngp-accordion-content-height, auto)
          )
        )
      )
    );
  }
  to {
    height: 0;
  }
}
@keyframes caret-blink {
  0%,
  70%,
  100% {
    opacity: 1;
  }
  20%,
  50% {
    opacity: 0;
  }
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-outline-style: solid;
      --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;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
    }
  }
}

.logoBx img{
  height: 55px;
}
a.footLogo {
    border-radius: 6px;
    padding: 10px;
    background: #fff;
    display: inline-block;
}
a.footLogo img{
  height: 50px;
}
.reveal.is-visible span.hero-title-line {
    font-weight: 800;
}
.reveal.is-visible em.font-normal {
    font-weight: 800;
    font-style: normal;
}
strong.font-display.text-3xl.font-semibold.text-white {
    display: block;
    text-align: center;
}
span.ml-2.text-xs.text-white\/75 {
    margin-left: 0;
}

@media(max-width:767px){
    button.mobNavIcon {
        display: block;
    }
    nav.mobnavBx {
        position: absolute;
        width: 100%;
        display: none;
        background: #fff;
        top: 69px;
        padding: 0 10px 15px 10px;
        left: 0;
        box-shadow: #e5e5e5 0 1px 3px 1px;
    }
    nav.mobnavBx a {
        display: block;
        padding: 10px;
        border-bottom: #ccc solid 1px;
    }
    a.consultmenu{
      display: flex !important;
      margin-top: 7px;
    }
}
@media(max-width:479px){
  .logoBx img {
    height: 50px;
  }
}