/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :host, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --breakpoint-md: 992px;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --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);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --blur-lg: 16px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-open-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: var(--primary);
    --color-brand-700: var(--brand-700);
    --font-poppins: var(--font-poppins);
  }
}
@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, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  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 {
    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;
  }
  :-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\/card-header {
    container-type: inline-size;
    container-name: card-header;
  }
  .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: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-12 {
    top: calc(var(--spacing) * -12);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-1\/4 {
    top: calc(1/4 * 100%);
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .top-\[100\%\] {
    top: 100%;
  }
  .top-full {
    top: 100%;
  }
  .-right-12 {
    right: calc(var(--spacing) * -12);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1 {
    right: calc(var(--spacing) * 1);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .-bottom-12 {
    bottom: calc(var(--spacing) * -12);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .-left-12 {
    left: calc(var(--spacing) * -12);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .isolate {
    isolation: isolate;
  }
  .z-0 {
    z-index: 0;
  }
  .z-2 {
    z-index: 2;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .col-start-3 {
    grid-column-start: 3;
  }
  .row-span-1 {
    grid-row: span 1 / span 1;
  }
  .row-span-1\! {
    grid-row: span 1 / span 1 !important;
  }
  .row-span-2 {
    grid-row: span 2 / span 2;
  }
  .row-span-3 {
    grid-row: span 3 / span 3;
  }
  .row-span-full {
    grid-row: 1 / -1;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .row-start-1\! {
    grid-row-start: 1 !important;
  }
  .row-start-2 {
    grid-row-start: 2;
  }
  .row-start-3 {
    grid-row-start: 3;
  }
  .row-start-4 {
    grid-row-start: 4;
  }
  .row-start-5 {
    grid-row-start: 5;
  }
  .container {
    width: 100%;
    @media (width >= 360px) {
      max-width: 360px;
    }
    @media (width >= 575px) {
      max-width: 575px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 992px) {
      max-width: 992px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @media (width >= 1440px) {
      max-width: 1440px;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-\[0\.5rem\] {
    margin: 0.5rem;
  }
  .container {
    margin-inline: auto;
    width: calc(100lvw - 2rem);
    max-width: 1280px;
    @media (width >= 768px) {
      width: calc(100lvw - 5rem);
      max-width: 1280px;
    }
    @media (width >= 992px) {
      width: calc(100lvw - 5rem);
      max-width: 1280px;
    }
    @media (width >= 1200px) {
      width: calc(100lvw - 5rem);
      max-width: 1280px;
    }
    @media (width >= 1440px) {
      width: calc(100lvw - 5rem);
      max-width: 1280px;
    }
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-\[1rem\] {
    margin-inline: 1rem;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-my-px {
    margin-block: -1px;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .-mt-4 {
    margin-top: calc(var(--spacing) * -4);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-\[0\.5rem\] {
    margin-top: 0.5rem;
  }
  .mt-\[0\.25rem\] {
    margin-top: 0.25rem;
  }
  .mt-\[1rem\] {
    margin-top: 1rem;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-\[1rem\] {
    margin-right: 1rem;
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-\[1rem\] {
    margin-bottom: 1rem;
  }
  .mb-\[2rem\] {
    margin-bottom: 2rem;
  }
  .-ml-4 {
    margin-left: calc(var(--spacing) * -4);
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-2\/3 {
    aspect-ratio: 2/3;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-2 {
    width: calc(var(--spacing) * 2);
    height: calc(var(--spacing) * 2);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }
  .size-\[18px\] {
    width: 18px;
    height: 18px;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-\[1\.5rem\] {
    height: 1.5rem;
  }
  .h-\[2\.25rem\] {
    height: 2.25rem;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[2rem\] {
    height: 2rem;
  }
  .h-\[3\.5rem\] {
    height: 3.5rem;
  }
  .h-\[5px\] {
    height: 5px;
  }
  .h-\[5rem\] {
    height: 5rem;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[84px\] {
    height: 84px;
  }
  .h-\[220px\] {
    height: 220px;
  }
  .h-\[234px\] {
    height: 234px;
  }
  .h-\[283px\] {
    height: 283px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[17\.5rem\] {
    max-height: 17.5rem;
  }
  .max-h-\[21\.875rem\] {
    max-height: 21.875rem;
  }
  .max-h-\[calc\(100vh-theme\(spacing\.12\)\)\] {
    max-height: calc(100vh - 3rem);
  }
  .min-h-14 {
    min-height: calc(var(--spacing) * 14);
  }
  .min-h-\[10rem\] {
    min-height: 10rem;
  }
  .min-h-\[20rem\] {
    min-height: 20rem;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-3\/4 {
    width: calc(3/4 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-4xl {
    width: var(--container-4xl);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-6xl {
    width: var(--container-6xl);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-72 {
    width: calc(var(--spacing) * 72);
  }
  .w-\[1\.5rem\] {
    width: 1.5rem;
  }
  .w-\[2\.75rem\] {
    width: 2.75rem;
  }
  .w-\[2rem\] {
    width: 2rem;
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[20\.5rem\] {
    width: 20.5rem;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[130px\] {
    width: 130px;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[143px\] {
    width: 143px;
  }
  .w-\[144px\] {
    width: 144px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[170px\] {
    width: 170px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[210px\] {
    width: 210px;
  }
  .w-\[260px\] {
    width: 260px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[21\.125rem\] {
    max-width: 21.125rem;
  }
  .max-w-\[30rem\] {
    max-width: 30rem;
  }
  .max-w-\[90dvw\] {
    max-width: 90dvw;
  }
  .max-w-\[358px\] {
    max-width: 358px;
  }
  .max-w-\[358px\]\! {
    max-width: 358px !important;
  }
  .max-w-\[1080px\] {
    max-width: 1080px;
  }
  .max-w-\[calc\(100dvw-theme\(spacing\.8\)\)\] {
    max-width: calc(100dvw - 2rem);
  }
  .max-w-\[calc\(100dvw-theme\(spacing\.20\)\)\] {
    max-width: calc(100dvw - 5rem);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-full\! {
    max-width: 100% !important;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-8 {
    min-width: calc(var(--spacing) * 8);
  }
  .min-w-10 {
    min-width: calc(var(--spacing) * 10);
  }
  .min-w-14 {
    min-width: calc(var(--spacing) * 14);
  }
  .min-w-\[4\.5rem\] {
    min-width: 4.5rem;
  }
  .min-w-\[6\.5rem\] {
    min-width: 6.5rem;
  }
  .min-w-\[15rem\] {
    min-width: 15rem;
  }
  .min-w-\[20\.5rem\] {
    min-width: 20.5rem;
  }
  .min-w-\[20rem\] {
    min-width: 20rem;
  }
  .min-w-\[105px\] {
    min-width: 105px;
  }
  .min-w-\[328px\] {
    min-width: 328px;
  }
  .min-w-\[358px\] {
    min-width: 358px;
  }
  .min-w-fit {
    min-width: fit-content;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .grow-0 {
    flex-grow: 0;
  }
  .basis-full {
    flex-basis: 100%;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .origin-\(--radix-popover-content-transform-origin\) {
    transform-origin: var(--radix-popover-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-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/4 {
    --tw-translate-y: calc(calc(1/4 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-125 {
    --tw-scale-x: 125%;
    --tw-scale-y: 125%;
    --tw-scale-z: 125%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }
  .snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }
  .snap-start {
    scroll-snap-align: start;
  }
  .scroll-mt-16 {
    scroll-margin-top: calc(var(--spacing) * 16);
  }
  .scroll-mt-\[4rem\] {
    scroll-margin-top: 4rem;
  }
  .scroll-p-\[50\%\] {
    scroll-padding: 50%;
  }
  .appearance-none {
    appearance: none;
  }
  .auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .auto-rows-min {
    grid-auto-rows: min-content;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }
  .grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }
  .grid-cols-\[1fr_auto_auto\] {
    grid-template-columns: 1fr auto auto;
  }
  .grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }
  .grid-cols-\[auto_1fr_auto\] {
    grid-template-columns: auto 1fr auto;
  }
  .grid-cols-\[auto_auto\] {
    grid-template-columns: auto auto;
  }
  .grid-cols-\[repeat\(7\,_1fr\)\] {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-rows-\[1fr\] {
    grid-template-rows: 1fr;
  }
  .grid-rows-\[1fr_auto\] {
    grid-template-rows: 1fr auto;
  }
  .grid-rows-\[12px_1fr\] {
    grid-template-rows: 12px 1fr;
  }
  .grid-rows-\[auto_auto\] {
    grid-template-rows: auto auto;
  }
  .grid-rows-\[repeat\(5\,_1fr\)\] {
    grid-template-rows: repeat(5, 1fr);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-content-center {
    place-content: center;
  }
  .place-content-start {
    place-content: start;
  }
  .place-items-center {
    place-items: center;
  }
  .place-items-start {
    place-items: start;
  }
  .content-start {
    align-content: flex-start;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-\[0\.5rem\] {
    gap: 0.5rem;
  }
  .gap-\[0\.25rem\] {
    gap: 0.25rem;
  }
  .gap-\[0\.75rem\] {
    gap: 0.75rem;
  }
  .gap-\[0\.625rem\] {
    gap: 0.625rem;
  }
  .gap-\[1\.5rem\] {
    gap: 1.5rem;
  }
  .gap-\[1rem\] {
    gap: 1rem;
  }
  .gap-\[2rem\] {
    gap: 2rem;
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-\[1rem\] {
    column-gap: 1rem;
  }
  .space-x-1 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-2 {
    :where(& > :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)));
    }
  }
  .gap-y-\[0\.5rem\] {
    row-gap: 0.5rem;
  }
  .gap-y-\[0\.rem\] {
    row-gap: 0.rem;
  }
  .place-self-center {
    place-self: center;
  }
  .place-self-center\! {
    place-self: center !important;
  }
  .place-self-end {
    place-self: end;
  }
  .place-self-start {
    place-self: start;
  }
  .self-center {
    align-self: center;
  }
  .self-start {
    align-self: flex-start;
  }
  .justify-self-end {
    justify-self: flex-end;
  }
  .justify-self-start {
    justify-self: flex-start;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-clip {
    overflow: clip;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-clip {
    overflow-x: clip;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-x-scroll {
    overflow-x: scroll;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[0\.5rem\] {
    border-radius: 0.5rem;
  }
  .rounded-\[0\.25rem\] {
    border-radius: 0.25rem;
  }
  .rounded-\[0\.75rem\] {
    border-radius: 0.75rem;
  }
  .rounded-\[6\.25rem\] {
    border-radius: 6.25rem;
  }
  .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-xl {
    border-radius: calc(var(--radius) + 4px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .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-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-\[1px\] {
    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-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-border {
    border-color: var(--border);
  }
  .border-border\/15 {
    border-color: var(--border);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--border) 15%, transparent);
    }
  }
  .border-border\/20 {
    border-color: var(--border);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--border) 20%, transparent);
    }
  }
  .border-brand-100 {
    border-color: var(--brand-100);
  }
  .border-brand-900 {
    border-color: var(--brand-900);
  }
  .border-gray-50 {
    border-color: var(--gray-50);
  }
  .border-gray-200 {
    border-color: var(--gray-200);
  }
  .border-gray-300 {
    border-color: var(--gray-300);
  }
  .border-gray-500 {
    border-color: var(--gray-500);
  }
  .border-gray-800 {
    border-color: var(--gray-800);
  }
  .border-input {
    border-color: var(--input);
  }
  .border-primary {
    border-color: var(--primary);
  }
  .border-primary-800 {
    border-color: var(--restore-800);
  }
  .border-red-400 {
    border-color: var(--red-400);
  }
  .border-red-500 {
    border-color: var(--red-500);
  }
  .border-secondary-foreground {
    border-color: var(--secondary-foreground);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-yellow-600 {
    border-color: var(--yellow-600);
  }
  .border-b-gray-200 {
    border-bottom-color: var(--gray-200);
  }
  .bg-accent {
    background-color: var(--accent);
  }
  .bg-brand-50 {
    background-color: var(--brand-50);
  }
  .bg-brand-100 {
    background-color: var(--brand-100);
  }
  .bg-brand-200 {
    background-color: var(--brand-200);
  }
  .bg-brand-500 {
    background-color: var(--brand-500);
  }
  .bg-brand-900 {
    background-color: var(--brand-900);
  }
  .bg-card {
    background-color: var(--card);
  }
  .bg-destructive {
    background-color: var(--destructive);
  }
  .bg-emerald-500 {
    background-color: var(--emerald-500);
  }
  .bg-emerald-600 {
    background-color: var(--emerald-600);
  }
  .bg-gray-50 {
    background-color: var(--gray-50);
  }
  .bg-gray-200 {
    background-color: var(--gray-200);
  }
  .bg-gray-800 {
    background-color: var(--gray-800);
  }
  .bg-muted {
    background-color: var(--muted);
  }
  .bg-popover {
    background-color: var(--popover);
  }
  .bg-primary {
    background-color: var(--primary);
  }
  .bg-primary-400 {
    background-color: var(--restore-400);
  }
  .bg-primary-800 {
    background-color: var(--restore-800);
  }
  .bg-red-100 {
    background-color: var(--red-100);
  }
  .bg-red-500 {
    background-color: var(--red-500);
  }
  .bg-secondary {
    background-color: var(--secondary);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--gray-0);
  }
  .bg-yellow-100 {
    background-color: var(--yellow-100);
  }
  .bg-yellow-600 {
    background-color: var(--yellow-600);
  }
  .fill-card {
    fill: var(--card);
  }
  .fill-primary {
    fill: var(--primary);
  }
  .fill-white {
    fill: var(--gray-0);
  }
  .stroke-brand-900 {
    stroke: var(--brand-900);
  }
  .stroke-white {
    stroke: var(--gray-0);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-0\.5 {
    padding: calc(var(--spacing) * 0.5);
  }
  .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-\[0\.5rem\] {
    padding: 0.5rem;
  }
  .p-\[0\.25rem\] {
    padding: 0.25rem;
  }
  .p-\[1\.5rem\] {
    padding: 1.5rem;
  }
  .p-\[1rem\] {
    padding: 1rem;
  }
  .p-\[2rem\] {
    padding: 2rem;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8\! {
    padding-inline: calc(var(--spacing) * 8) !important;
  }
  .px-\[0\.25rem\] {
    padding-inline: 0.25rem;
  }
  .px-\[1\.5rem\] {
    padding-inline: 1.5rem;
  }
  .px-\[1rem\] {
    padding-inline: 1rem;
  }
  .px-\[2\.5rem\] {
    padding-inline: 2.5rem;
  }
  .px-\[2rem\] {
    padding-inline: 2rem;
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.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-4\! {
    padding-block: calc(var(--spacing) * 4) !important;
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-\[0\.5rem\] {
    padding-block: 0.5rem;
  }
  .py-\[0\.25rem\] {
    padding-block: 0.25rem;
  }
  .py-\[0\.75rem\] {
    padding-block: 0.75rem;
  }
  .py-\[1rem\] {
    padding-block: 1rem;
  }
  .py-\[2rem\] {
    padding-block: 2rem;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-\[0\.5rem\] {
    padding-top: 0.5rem;
  }
  .pt-\[0\.25rem\] {
    padding-top: 0.25rem;
  }
  .pt-\[1\.5rem\] {
    padding-top: 1.5rem;
  }
  .pt-\[1rem\] {
    padding-top: 1rem;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-\[0\.5rem\] {
    padding-bottom: 0.5rem;
  }
  .pb-\[0\.75rem\] {
    padding-bottom: 0.75rem;
  }
  .pb-\[1\.5rem\] {
    padding-bottom: 1.5rem;
  }
  .pb-\[1rem\] {
    padding-bottom: 1rem;
  }
  .pb-\[4rem\] {
    padding-bottom: 4rem;
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-start {
    text-align: start;
  }
  .font-poppins {
    font-family: var(--font-poppins);
  }
  .font-sans {
    font-family: var(--font-open-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-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xl\! {
    font-size: var(--text-xl) !important;
    line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[0\.8rem\] {
    font-size: 0.8rem;
  }
  .text-\[0\.75rem\] {
    font-size: 0.75rem;
  }
  .text-\[0\.75rem\]\! {
    font-size: 0.75rem !important;
  }
  .text-\[0\.875rem\] {
    font-size: 0.875rem;
  }
  .text-\[1\.5rem\] {
    font-size: 1.5rem;
  }
  .text-\[1\.25rem\] {
    font-size: 1.25rem;
  }
  .text-\[1rem\] {
    font-size: 1rem;
  }
  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .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-\[0\.1em\] {
    --tw-tracking: 0.1em;
    letter-spacing: 0.1em;
  }
  .tracking-\[0\.1rem\] {
    --tw-tracking: 0.1rem;
    letter-spacing: 0.1rem;
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-\[0\.16em\] {
    --tw-tracking: 0.16em;
    letter-spacing: 0.16em;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-balance {
    text-wrap: balance;
  }
  .whitespace-normal {
    white-space: normal;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-brand-500 {
    color: var(--brand-500);
  }
  .text-brand-700 {
    color: var(--brand-700);
  }
  .text-brand-800 {
    color: var(--brand-800);
  }
  .text-brand-900 {
    color: var(--brand-900);
  }
  .text-card-foreground {
    color: var(--card-foreground);
  }
  .text-gray-300 {
    color: var(--gray-300);
  }
  .text-gray-400 {
    color: var(--gray-400);
  }
  .text-gray-500 {
    color: var(--gray-500);
  }
  .text-gray-600 {
    color: var(--gray-600);
  }
  .text-gray-800 {
    color: var(--gray-800);
  }
  .text-gray-1000 {
    color: var(--gray-1000);
  }
  .text-muted-foreground {
    color: var(--muted-foreground);
  }
  .text-popover-foreground {
    color: var(--popover-foreground);
  }
  .text-primary {
    color: var(--primary);
  }
  .text-primary-800 {
    color: var(--restore-800);
  }
  .text-primary-foreground {
    color: var(--primary-foreground);
  }
  .text-red-400 {
    color: var(--red-400);
  }
  .text-red-500 {
    color: var(--red-500);
  }
  .text-secondary-foreground {
    color: var(--secondary-foreground);
  }
  .text-secondary-foreground\/40 {
    color: var(--secondary-foreground);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--secondary-foreground) 40%, transparent);
    }
  }
  .text-secondary-foreground\/60 {
    color: var(--secondary-foreground);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--secondary-foreground) 60%, transparent);
    }
  }
  .text-secondary-foreground\/70 {
    color: var(--secondary-foreground);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--secondary-foreground) 70%, transparent);
    }
  }
  .text-white {
    color: var(--gray-0);
  }
  .text-yellow-600 {
    color: var(--yellow-600);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .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-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-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);
  }
  .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-0 {
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
  .drop-shadow-\[0_1px_0_theme\(colors\.gray\.200\)\] {
    --tw-drop-shadow-size: drop-shadow(0 1px 0 var(--tw-drop-shadow-color, var(--gray-200)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .drop-shadow-lg {
    --tw-drop-shadow-size: drop-shadow(0 4px 4px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-lg));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-lg {
    --tw-backdrop-blur: blur(var(--blur-lg));
    -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, visibility, 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-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));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .not-last-of-type\:border-b {
    &:not(*:last-of-type) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .group-hover\:stroke-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        stroke: var(--gray-0);
      }
    }
  }
  .peer-focus-within\:top-1\/4 {
    &:is(:where(.peer):focus-within ~ *) {
      top: calc(1/4 * 100%);
    }
  }
  .peer-focus-within\:text-xs {
    &:is(:where(.peer):focus-within ~ *) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .peer-focus\:row-span-1 {
    &:is(:where(.peer):focus ~ *) {
      grid-row: span 1 / span 1;
    }
  }
  .peer-focus\:row-start-1 {
    &:is(:where(.peer):focus ~ *) {
      grid-row-start: 1;
    }
  }
  .peer-focus\:text-\[0\.75rem\] {
    &:is(:where(.peer):focus ~ *) {
      font-size: 0.75rem;
    }
  }
  .before\:mx-\[0\.125rem\] {
    &::before {
      content: var(--tw-content);
      margin-inline: 0.125rem;
    }
  }
  .before\:flex {
    &::before {
      content: var(--tw-content);
      display: flex;
    }
  }
  .before\:aspect-square {
    &::before {
      content: var(--tw-content);
      aspect-ratio: 1 / 1;
    }
  }
  .before\:h-\[20px\] {
    &::before {
      content: var(--tw-content);
      height: 20px;
    }
  }
  .before\:translate-x-\[100\%\] {
    &::before {
      content: var(--tw-content);
      --tw-translate-x: 100%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:rounded-full {
    &::before {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .before\:bg-gray-800 {
    &::before {
      content: var(--tw-content);
      background-color: var(--gray-800);
    }
  }
  .before\:bg-white {
    &::before {
      content: var(--tw-content);
      background-color: var(--gray-0);
    }
  }
  .before\:shadow-md {
    &::before {
      content: var(--tw-content);
      --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);
    }
  }
  .before\:transition-all {
    &::before {
      content: var(--tw-content);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .before\:content-\[\'\'\] {
    &::before {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .after\:h-\[2px\] {
    &::after {
      content: var(--tw-content);
      height: 2px;
    }
  }
  .after\:w-full {
    &::after {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .after\:rounded-\[0\.5rem\] {
    &::after {
      content: var(--tw-content);
      border-radius: 0.5rem;
    }
  }
  .after\:bg-brand-500 {
    &::after {
      content: var(--tw-content);
      background-color: var(--brand-500);
    }
  }
  .focus-within\:relative {
    &:focus-within {
      position: relative;
    }
  }
  .focus-within\:z-20 {
    &:focus-within {
      z-index: 20;
    }
  }
  .hover\:scale-125 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 125%;
        --tw-scale-y: 125%;
        --tw-scale-z: 125%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:border-transparent {
    &:hover {
      @media (hover: hover) {
        border-color: transparent;
      }
    }
  }
  .hover\:bg-accent {
    &:hover {
      @media (hover: hover) {
        background-color: var(--accent);
      }
    }
  }
  .hover\:bg-brand-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--brand-100);
      }
    }
  }
  .hover\:bg-brand-900 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--brand-900);
      }
    }
  }
  .hover\:bg-destructive-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--athletic-700);
      }
    }
  }
  .hover\:bg-gray-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--gray-50);
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--gray-100);
      }
    }
  }
  .hover\:bg-gray-200 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--gray-200);
      }
    }
  }
  .hover\:bg-primary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--primary);
      }
    }
  }
  .hover\:bg-primary-400\/80 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--restore-400);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--restore-400) 80%, transparent);
        }
      }
    }
  }
  .hover\:bg-primary-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--restore-800);
      }
    }
  }
  .hover\:bg-secondary-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--restore-50);
      }
    }
  }
  .hover\:bg-transparent {
    &:hover {
      @media (hover: hover) {
        background-color: transparent;
      }
    }
  }
  .hover\:font-bold {
    &:hover {
      @media (hover: hover) {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
      }
    }
  }
  .hover\:text-brand-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--brand-700);
      }
    }
  }
  .hover\:text-gray-1000 {
    &:hover {
      @media (hover: hover) {
        color: var(--gray-1000);
      }
    }
  }
  .hover\:text-muted-foreground {
    &:hover {
      @media (hover: hover) {
        color: var(--muted-foreground);
      }
    }
  }
  .hover\:text-primary-foreground {
    &:hover {
      @media (hover: hover) {
        color: var(--primary-foreground);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--gray-0);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .not-disabled\:hover\:bg-primary {
    &:not(*:disabled) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--primary);
        }
      }
    }
  }
  .not-disabled\:hover\:bg-primary-800 {
    &:not(*:disabled) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--restore-800);
        }
      }
    }
  }
  .not-disabled\:hover\:text-primary-foreground {
    &:not(*:disabled) {
      &:hover {
        @media (hover: hover) {
          color: var(--primary-foreground);
        }
      }
    }
  }
  .not-disabled\:hover\:text-white {
    &:not(*:disabled) {
      &:hover {
        @media (hover: hover) {
          color: var(--gray-0);
        }
      }
    }
  }
  .focus\:border-destructive-700 {
    &:focus {
      border-color: var(--athletic-700);
    }
  }
  .focus\:border-ring {
    &:focus {
      border-color: var(--ring);
    }
  }
  .focus\:border-transparent {
    &:focus {
      border-color: transparent;
    }
  }
  .focus\:bg-blue-50 {
    &:focus {
      background-color: var(--blue-50);
    }
  }
  .focus\:bg-brand-500 {
    &:focus {
      background-color: var(--brand-500);
    }
  }
  .focus\:bg-destructive-700 {
    &:focus {
      background-color: var(--athletic-700);
    }
  }
  .focus\:bg-primary-800 {
    &:focus {
      background-color: var(--restore-800);
    }
  }
  .focus\:bg-secondary-50 {
    &:focus {
      background-color: var(--restore-50);
    }
  }
  .focus\:text-primary-foreground {
    &:focus {
      color: var(--primary-foreground);
    }
  }
  .focus\:text-white {
    &:focus {
      color: var(--gray-0);
    }
  }
  .focus\:shadow-restore {
    &:focus {
      --tw-shadow: 0 0 4px 2px var(--tw-shadow-color, rgba(0, 0, 0, 0));
      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-0 {
    &:focus {
      --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\: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\:shadow-destructive {
    &:focus {
      --tw-shadow-color: var(--destructive);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-shadow-color: color-mix(in oklab, var(--destructive) var(--tw-shadow-alpha), transparent);
      }
    }
  }
  .focus\:shadow-secondary-50 {
    &:focus {
      --tw-shadow-color: var(--restore-50);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-shadow-color: color-mix(in oklab, var(--restore-50) var(--tw-shadow-alpha), transparent);
      }
    }
  }
  .focus\:ring-ring {
    &:focus {
      --tw-ring-color: var(--ring);
    }
  }
  .focus\:ring-offset-0 {
    &:focus {
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .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-0 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 0px;
    }
  }
  .focus\:outline-1 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
  }
  .focus\:outline-red-600 {
    &:focus {
      outline-color: var(--red-600);
    }
  }
  .focus\:outline-dashed {
    &:focus {
      --tw-outline-style: dashed;
      outline-style: dashed;
    }
  }
  .focus\:outline-double {
    &:focus {
      --tw-outline-style: double;
      outline-style: double;
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus\:outline-solid {
    &:focus {
      --tw-outline-style: solid;
      outline-style: solid;
    }
  }
  .focus-visible\:border-destructive-700 {
    &:focus-visible {
      border-color: var(--athletic-700);
    }
  }
  .focus-visible\:border-ring {
    &:focus-visible {
      border-color: var(--ring);
    }
  }
  .focus-visible\:border-transparent {
    &:focus-visible {
      border-color: transparent;
    }
  }
  .focus-visible\:bg-destructive-700 {
    &:focus-visible {
      background-color: var(--athletic-700);
    }
  }
  .focus-visible\:bg-primary-800 {
    &:focus-visible {
      background-color: var(--restore-800);
    }
  }
  .focus-visible\:bg-secondary-50 {
    &:focus-visible {
      background-color: var(--restore-50);
    }
  }
  .focus-visible\:shadow-restore {
    &:focus-visible {
      --tw-shadow: 0 0 4px 2px var(--tw-shadow-color, rgba(0, 0, 0, 0));
      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-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-\[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\:shadow-destructive {
    &:focus-visible {
      --tw-shadow-color: var(--destructive);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-shadow-color: color-mix(in oklab, var(--destructive) var(--tw-shadow-alpha), transparent);
      }
    }
  }
  .focus-visible\:shadow-secondary-50 {
    &:focus-visible {
      --tw-shadow-color: var(--restore-50);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-shadow-color: color-mix(in oklab, var(--restore-50) var(--tw-shadow-alpha), transparent);
      }
    }
  }
  .focus-visible\:ring-ring\/50 {
    &:focus-visible {
      --tw-ring-color: var(--ring);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
      }
    }
  }
  .focus-visible\:outline-none {
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .disabled\:pointer-events-none {
    &:disabled {
      pointer-events: none;
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:bg-gray-200 {
    &:disabled {
      background-color: var(--gray-200);
    }
  }
  .disabled\:bg-muted {
    &:disabled {
      background-color: var(--muted);
    }
  }
  .disabled\:bg-transparent {
    &:disabled {
      background-color: transparent;
    }
  }
  .disabled\:bg-white {
    &:disabled {
      background-color: var(--gray-0);
    }
  }
  .disabled\:font-normal {
    &:disabled {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }
  .disabled\:text-gray-400 {
    &:disabled {
      color: var(--gray-400);
    }
  }
  .disabled\:text-muted-foreground {
    &:disabled {
      color: var(--muted-foreground);
    }
  }
  .disabled\:italic {
    &:disabled {
      font-style: italic;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .disabled\:opacity-60 {
    &:disabled {
      opacity: 60%;
    }
  }
  .disabled\:before\:bg-gray-50 {
    &:disabled {
      &::before {
        content: var(--tw-content);
        background-color: var(--gray-50);
      }
    }
  }
  .disabled\:hover\:no-underline {
    &:disabled {
      &:hover {
        @media (hover: hover) {
          text-decoration-line: none;
        }
      }
    }
  }
  .has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\] {
    &:has(*[data-slot="card-action"]) {
      grid-template-columns: 1fr auto;
    }
  }
  .aria-invalid\:border-destructive {
    &[aria-invalid="true"] {
      border-color: var(--destructive);
    }
  }
  .aria-invalid\:ring-destructive\/20 {
    &[aria-invalid="true"] {
      --tw-ring-color: var(--destructive);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
      }
    }
  }
  .aria-selected\:border-gray-800 {
    &[aria-selected="true"] {
      border-color: var(--gray-800);
    }
  }
  .aria-selected\:bg-accent {
    &[aria-selected="true"] {
      background-color: var(--accent);
    }
  }
  .aria-selected\:bg-accent\/50 {
    &[aria-selected="true"] {
      background-color: var(--accent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--accent) 50%, transparent);
      }
    }
  }
  .aria-selected\:text-accent-foreground {
    &[aria-selected="true"] {
      color: var(--accent-foreground);
    }
  }
  .aria-selected\:text-muted-foreground {
    &[aria-selected="true"] {
      color: var(--muted-foreground);
    }
  }
  .aria-selected\:opacity-100 {
    &[aria-selected="true"] {
      opacity: 100%;
    }
  }
  .data-\[side\=bottom\]\:slide-in-from-top-2 {
    &[data-side="bottom"] {
      --tw-enter-translate-y: calc(2*var(--spacing)*-1);
    }
  }
  .data-\[side\=left\]\:slide-in-from-right-2 {
    &[data-side="left"] {
      --tw-enter-translate-x: calc(2*var(--spacing));
    }
  }
  .data-\[side\=right\]\:slide-in-from-left-2 {
    &[data-side="right"] {
      --tw-enter-translate-x: calc(2*var(--spacing)*-1);
    }
  }
  .data-\[side\=top\]\:slide-in-from-bottom-2 {
    &[data-side="top"] {
      --tw-enter-translate-y: calc(2*var(--spacing));
    }
  }
  .data-\[state\=closed\]\:animate-collapsible-up {
    &[data-state="closed"] {
      animation: collapsible-up var(--tw-animation-duration,var(--tw-duration,.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,.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\]\:fade-out-0 {
    &[data-state="closed"] {
      --tw-exit-opacity: calc(0/100);
      --tw-exit-opacity: 0;
    }
  }
  .data-\[state\=closed\]\:zoom-out-95 {
    &[data-state="closed"] {
      --tw-exit-scale: calc(95*1%);
      --tw-exit-scale: .95;
    }
  }
  .data-\[state\=open\]\:animate-collapsible-down {
    &[data-state="open"] {
      animation: collapsible-down var(--tw-animation-duration,var(--tw-duration,.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,.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\]\:fade-in-0 {
    &[data-state="open"] {
      --tw-enter-opacity: calc(0/100);
      --tw-enter-opacity: 0;
    }
  }
  .data-\[state\=open\]\:zoom-in-95 {
    &[data-state="open"] {
      --tw-enter-scale: calc(95*1%);
      --tw-enter-scale: .95;
    }
  }
  .xs\:col-span-1 {
    @media (width >= 575px) {
      grid-column: span 1 / span 1;
    }
  }
  .xs\:col-span-2 {
    @media (width >= 575px) {
      grid-column: span 2 / span 2;
    }
  }
  .xs\:col-start-2 {
    @media (width >= 575px) {
      grid-column-start: 2;
    }
  }
  .xs\:row-start-auto {
    @media (width >= 575px) {
      grid-row-start: auto;
    }
  }
  .xs\:block {
    @media (width >= 575px) {
      display: block;
    }
  }
  .xs\:h-\[280px\] {
    @media (width >= 575px) {
      height: 280px;
    }
  }
  .xs\:grid-cols-3 {
    @media (width >= 575px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xs\:flex-row {
    @media (width >= 575px) {
      flex-direction: row;
    }
  }
  .xs\:justify-self-end {
    @media (width >= 575px) {
      justify-self: flex-end;
    }
  }
  .xs\:border-b-0 {
    @media (width >= 575px) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .xs\:pb-0 {
    @media (width >= 575px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .xs\:font-semibold {
    @media (width >= 575px) {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .sm\:right-4 {
    @media (width >= 768px) {
      right: calc(var(--spacing) * 4);
    }
  }
  .sm\:bottom-4 {
    @media (width >= 768px) {
      bottom: calc(var(--spacing) * 4);
    }
  }
  .sm\:left-4 {
    @media (width >= 768px) {
      left: calc(var(--spacing) * 4);
    }
  }
  .sm\:col-span-1 {
    @media (width >= 768px) {
      grid-column: span 1 / span 1;
    }
  }
  .sm\:mt-\[0\.375rem\] {
    @media (width >= 768px) {
      margin-top: 0.375rem;
    }
  }
  .sm\:flex {
    @media (width >= 768px) {
      display: flex;
    }
  }
  .sm\:grid {
    @media (width >= 768px) {
      display: grid;
    }
  }
  .sm\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .sm\:h-10 {
    @media (width >= 768px) {
      height: calc(var(--spacing) * 10);
    }
  }
  .sm\:h-full {
    @media (width >= 768px) {
      height: 100%;
    }
  }
  .sm\:w-\[1rem\] {
    @media (width >= 768px) {
      width: 1rem;
    }
  }
  .sm\:w-auto {
    @media (width >= 768px) {
      width: auto;
    }
  }
  .sm\:max-w-\[32\.25rem\] {
    @media (width >= 768px) {
      max-width: 32.25rem;
    }
  }
  .sm\:appearance-auto {
    @media (width >= 768px) {
      appearance: auto;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 768px) {
      align-items: center;
    }
  }
  .sm\:justify-end {
    @media (width >= 768px) {
      justify-content: flex-end;
    }
  }
  .sm\:justify-start {
    @media (width >= 768px) {
      justify-content: flex-start;
    }
  }
  .sm\:gap-4 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:gap-6 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:space-y-0 {
    @media (width >= 768px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:space-x-4 {
    @media (width >= 768px) {
      :where(& > :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)));
      }
    }
  }
  .sm\:p-0 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .sm\:p-3 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .sm\:p-\[1\.5rem\] {
    @media (width >= 768px) {
      padding: 1.5rem;
    }
  }
  .sm\:px-6 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-10 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .sm\:px-\[1\.5rem\] {
    @media (width >= 768px) {
      padding-inline: 1.5rem;
    }
  }
  .sm\:px-\[1rem\] {
    @media (width >= 768px) {
      padding-inline: 1rem;
    }
  }
  .sm\:py-\[0\.75rem\] {
    @media (width >= 768px) {
      padding-block: 0.75rem;
    }
  }
  .sm\:py-\[2\.5rem\] {
    @media (width >= 768px) {
      padding-block: 2.5rem;
    }
  }
  .sm\:text-base {
    @media (width >= 768px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-xl {
    @media (width >= 768px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .sm\:text-\[1\.25rem\] {
    @media (width >= 768px) {
      font-size: 1.25rem;
    }
  }
  .sm\:text-\[1rem\] {
    @media (width >= 768px) {
      font-size: 1rem;
    }
  }
  .sm\:text-\[2rem\] {
    @media (width >= 768px) {
      font-size: 2rem;
    }
  }
  .sm\:text-\[32px\] {
    @media (width >= 768px) {
      font-size: 32px;
    }
  }
  .sm\:font-normal {
    @media (width >= 768px) {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }
  .sm\:before\:hidden {
    @media (width >= 768px) {
      &::before {
        content: var(--tw-content);
        display: none;
      }
    }
  }
  .md\:right-6 {
    @media (width >= 992px) {
      right: calc(var(--spacing) * 6);
    }
  }
  .md\:bottom-6 {
    @media (width >= 992px) {
      bottom: calc(var(--spacing) * 6);
    }
  }
  .md\:left-6 {
    @media (width >= 992px) {
      left: calc(var(--spacing) * 6);
    }
  }
  .md\:mx-auto {
    @media (width >= 992px) {
      margin-inline: auto;
    }
  }
  .md\:mb-\[1\.5rem\] {
    @media (width >= 992px) {
      margin-bottom: 1.5rem;
    }
  }
  .md\:mb-\[3rem\] {
    @media (width >= 992px) {
      margin-bottom: 3rem;
    }
  }
  .md\:flex {
    @media (width >= 992px) {
      display: flex;
    }
  }
  .md\:grid {
    @media (width >= 992px) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 992px) {
      display: none;
    }
  }
  .md\:aspect-auto {
    @media (width >= 992px) {
      aspect-ratio: auto;
    }
  }
  .md\:h-6 {
    @media (width >= 992px) {
      height: calc(var(--spacing) * 6);
    }
  }
  .md\:h-12 {
    @media (width >= 992px) {
      height: calc(var(--spacing) * 12);
    }
  }
  .md\:max-h-\[85dvh\] {
    @media (width >= 992px) {
      max-height: 85dvh;
    }
  }
  .md\:w-\[200px\] {
    @media (width >= 992px) {
      width: 200px;
    }
  }
  .md\:max-w-fit {
    @media (width >= 992px) {
      max-width: fit-content;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 992px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[1fr_1fr\] {
    @media (width >= 992px) {
      grid-template-columns: 1fr 1fr;
    }
  }
  .md\:grid-cols-\[auto_1fr\] {
    @media (width >= 992px) {
      grid-template-columns: auto 1fr;
    }
  }
  .md\:grid-cols-\[min-content_1fr\] {
    @media (width >= 992px) {
      grid-template-columns: min-content 1fr;
    }
  }
  .md\:grid-rows-\[auto_auto_auto_1fr\] {
    @media (width >= 992px) {
      grid-template-rows: auto auto auto 1fr;
    }
  }
  .md\:flex-row {
    @media (width >= 992px) {
      flex-direction: row;
    }
  }
  .md\:justify-center {
    @media (width >= 992px) {
      justify-content: center;
    }
  }
  .md\:gap-6 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-\[1\.5rem\] {
    @media (width >= 992px) {
      gap: 1.5rem;
    }
  }
  .md\:space-y-12 {
    @media (width >= 992px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-16 {
    @media (width >= 992px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:gap-x-\[2\.25rem\] {
    @media (width >= 992px) {
      column-gap: 2.25rem;
    }
  }
  .md\:gap-x-\[2rem\] {
    @media (width >= 992px) {
      column-gap: 2rem;
    }
  }
  .md\:place-self-center {
    @media (width >= 992px) {
      place-self: center;
    }
  }
  .md\:place-self-end {
    @media (width >= 992px) {
      place-self: end;
    }
  }
  .md\:border-r {
    @media (width >= 992px) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .md\:border-b-0 {
    @media (width >= 992px) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .md\:border-r-gray-200 {
    @media (width >= 992px) {
      border-right-color: var(--gray-200);
    }
  }
  .md\:p-0 {
    @media (width >= 992px) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .md\:p-8 {
    @media (width >= 992px) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:p-\[2rem\] {
    @media (width >= 992px) {
      padding: 2rem;
    }
  }
  .md\:px-0 {
    @media (width >= 992px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-6 {
    @media (width >= 992px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:px-\[1\.5rem\] {
    @media (width >= 992px) {
      padding-inline: 1.5rem;
    }
  }
  .md\:px-\[2\.5rem\] {
    @media (width >= 992px) {
      padding-inline: 2.5rem;
    }
  }
  .md\:px-\[2rem\] {
    @media (width >= 992px) {
      padding-inline: 2rem;
    }
  }
  .md\:py-32 {
    @media (width >= 992px) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .md\:py-\[1rem\] {
    @media (width >= 992px) {
      padding-block: 1rem;
    }
  }
  .md\:py-\[5rem\] {
    @media (width >= 992px) {
      padding-block: 5rem;
    }
  }
  .md\:pt-\[1rem\] {
    @media (width >= 992px) {
      padding-top: 1rem;
    }
  }
  .md\:pb-\[2rem\] {
    @media (width >= 992px) {
      padding-bottom: 2rem;
    }
  }
  .md\:text-center {
    @media (width >= 992px) {
      text-align: center;
    }
  }
  .md\:text-lg {
    @media (width >= 992px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 992px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-\[1\.25rem\] {
    @media (width >= 992px) {
      font-size: 1.25rem;
    }
  }
  .md\:text-\[3\.5rem\] {
    @media (width >= 992px) {
      font-size: 3.5rem;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 992px) {
      font-size: 40px;
    }
  }
  .md\:leading-6 {
    @media (width >= 992px) {
      --tw-leading: calc(var(--spacing) * 6);
      line-height: calc(var(--spacing) * 6);
    }
  }
  .md\:leading-\[48px\] {
    @media (width >= 992px) {
      --tw-leading: 48px;
      line-height: 48px;
    }
  }
  .md\:whitespace-nowrap {
    @media (width >= 992px) {
      white-space: nowrap;
    }
  }
  .lg\:block {
    @media (width >= 1200px) {
      display: block;
    }
  }
  .lg\:grid {
    @media (width >= 1200px) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 1200px) {
      display: none;
    }
  }
  .lg\:inline-flex {
    @media (width >= 1200px) {
      display: inline-flex;
    }
  }
  .lg\:aspect-square {
    @media (width >= 1200px) {
      aspect-ratio: 1 / 1;
    }
  }
  .lg\:h-\[48px\] {
    @media (width >= 1200px) {
      height: 48px;
    }
  }
  .lg\:max-h-\[25rem\] {
    @media (width >= 1200px) {
      max-height: 25rem;
    }
  }
  .lg\:max-h-\[336px\] {
    @media (width >= 1200px) {
      max-height: 336px;
    }
  }
  .lg\:max-h-\[400px\] {
    @media (width >= 1200px) {
      max-height: 400px;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 1200px) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 1200px) {
      width: 50%;
    }
  }
  .lg\:w-\[161px\] {
    @media (width >= 1200px) {
      width: 161px;
    }
  }
  .lg\:w-\[162px\] {
    @media (width >= 1200px) {
      width: 162px;
    }
  }
  .lg\:w-auto {
    @media (width >= 1200px) {
      width: auto;
    }
  }
  .lg\:max-w-\[80dvw\] {
    @media (width >= 1200px) {
      max-width: 80dvw;
    }
  }
  .lg\:max-w-\[327px\] {
    @media (width >= 1200px) {
      max-width: 327px;
    }
  }
  .lg\:grid-cols-\[1fr_1fr\] {
    @media (width >= 1200px) {
      grid-template-columns: 1fr 1fr;
    }
  }
  .lg\:grid-rows-\[auto_1fr_auto\] {
    @media (width >= 1200px) {
      grid-template-rows: auto 1fr auto;
    }
  }
  .lg\:flex-row {
    @media (width >= 1200px) {
      flex-direction: row;
    }
  }
  .lg\:items-start {
    @media (width >= 1200px) {
      align-items: flex-start;
    }
  }
  .lg\:gap-8 {
    @media (width >= 1200px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-\[2rem\] {
    @media (width >= 1200px) {
      gap: 2rem;
    }
  }
  .lg\:gap-x-\[2rem\] {
    @media (width >= 1200px) {
      column-gap: 2rem;
    }
  }
  .lg\:gap-y-\[2rem\] {
    @media (width >= 1200px) {
      row-gap: 2rem;
    }
  }
  .lg\:rounded-lg {
    @media (width >= 1200px) {
      border-radius: var(--radius);
    }
  }
  .lg\:border-r {
    @media (width >= 1200px) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .lg\:border-b-0 {
    @media (width >= 1200px) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .lg\:border-l {
    @media (width >= 1200px) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .lg\:border-gray-200 {
    @media (width >= 1200px) {
      border-color: var(--gray-200);
    }
  }
  .lg\:p-8 {
    @media (width >= 1200px) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-\[2rem\] {
    @media (width >= 1200px) {
      padding-inline: 2rem;
    }
  }
  .lg\:px-\[3rem\] {
    @media (width >= 1200px) {
      padding-inline: 3rem;
    }
  }
  .lg\:pt-\[1\.5rem\] {
    @media (width >= 1200px) {
      padding-top: 1.5rem;
    }
  }
  .lg\:pb-0 {
    @media (width >= 1200px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-\[3rem\] {
    @media (width >= 1200px) {
      padding-bottom: 3rem;
    }
  }
  .lg\:text-5xl {
    @media (width >= 1200px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:shadow-\[0px_4px_8px_0px_rgba\(0\,0\,0\,0\.12\)\] {
    @media (width >= 1200px) {
      --tw-shadow: 0px 4px 8px 0px var(--tw-shadow-color, rgba(0,0,0,0.12));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .xl\:max-w-\[80rem\] {
    @media (width >= 1440px) {
      max-width: 80rem;
    }
  }
  .xl\:min-w-\[20rem\] {
    @media (width >= 1440px) {
      min-width: 20rem;
    }
  }
  .xl\:grid-cols-\[1fr_1fr\] {
    @media (width >= 1440px) {
      grid-template-columns: 1fr 1fr;
    }
  }
  .\@sm\:h-\[2\.5rem\] {
    @container (width >= 768px) {
      height: 2.5rem;
    }
  }
  .\@sm\:w-\[2\.5rem\] {
    @container (width >= 768px) {
      width: 2.5rem;
    }
  }
  .\@sm\:gap-\[0\.5rem\] {
    @container (width >= 768px) {
      gap: 0.5rem;
    }
  }
  .\@sm\:before\:bottom-\[0\.375rem\] {
    @container (width >= 768px) {
      &::before {
        content: var(--tw-content);
        bottom: 0.375rem;
      }
    }
  }
  .\@sm\:before\:left-\[1\.125rem\] {
    @container (width >= 768px) {
      &::before {
        content: var(--tw-content);
        left: 1.125rem;
      }
    }
  }
  .dark\:bg-input\/30 {
    &:is(.dark *) {
      background-color: var(--input);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--input) 30%, transparent);
      }
    }
  }
  .dark\:hover\:bg-destructive-400 {
    &:is(.dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--athletic-400);
        }
      }
    }
  }
  .dark\:aria-invalid\:ring-destructive\/40 {
    &:is(.dark *) {
      &[aria-invalid="true"] {
        --tw-ring-color: var(--destructive);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
        }
      }
    }
  }
  .\[\&_a\]\:underline {
    & a {
      text-decoration-line: underline;
    }
  }
  .\[\&_button\]\:rounded-lg {
    & button {
      border-radius: var(--radius);
    }
  }
  .\[\&_button\]\:bg-white\/60 {
    & button {
      background-color: var(--gray-0);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--gray-0) 60%, transparent);
      }
    }
  }
  .\[\&_svg\]\:pointer-events-none {
    & svg {
      pointer-events: none;
    }
  }
  .\[\&_svg\]\:shrink-0 {
    & svg {
      flex-shrink: 0;
    }
  }
  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 {
    & svg:not([class*='size-']) {
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }
  }
  .\[\&_tbody\]\:flex {
    & tbody {
      display: flex;
    }
  }
  .\[\&_tbody\]\:flex-col {
    & tbody {
      flex-direction: column;
    }
  }
  .\[\&_tbody\]\:gap-2 {
    & tbody {
      gap: calc(var(--spacing) * 2);
    }
  }
  .\[\&\:has\(\[aria-selected\]\)\]\:bg-accent {
    &:has([aria-selected]) {
      background-color: var(--accent);
    }
  }
  .\[\&\:has\(\[aria-selected\]\)\]\:bg-transparent {
    &:has([aria-selected]) {
      background-color: transparent;
    }
  }
  .first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md {
    &:first-child {
      &:has([aria-selected]) {
        border-top-left-radius: calc(var(--radius) - 2px);
        border-bottom-left-radius: calc(var(--radius) - 2px);
      }
    }
  }
  .last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md {
    &:last-child {
      &:has([aria-selected]) {
        border-top-right-radius: calc(var(--radius) - 2px);
        border-bottom-right-radius: calc(var(--radius) - 2px);
      }
    }
  }
  .\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50 {
    &:has([aria-selected].day-outside) {
      background-color: var(--accent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--accent) 50%, transparent);
      }
    }
  }
  .\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md {
    &:has([aria-selected].day-range-end) {
      border-top-right-radius: calc(var(--radius) - 2px);
      border-bottom-right-radius: calc(var(--radius) - 2px);
    }
  }
  .\[\.border-b\]\:pb-6 {
    &:is(.border-b) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .\[\.border-t\]\:pt-6 {
    &:is(.border-t) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .\[\&\>div\]\:rounded-lg {
    &>div {
      border-radius: var(--radius);
    }
  }
  .\[\&\>div\]\:rounded-xl {
    &>div {
      border-radius: calc(var(--radius) + 4px);
    }
  }
  .\[\&\>div\]\:bg-white\/60 {
    &>div {
      background-color: var(--gray-0);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--gray-0) 60%, transparent);
      }
    }
  }
  .\[\&\>li\]\:h-\[32px\] {
    &>li {
      height: 32px;
    }
  }
  .\[\&\>li\]\:rounded {
    &>li {
      border-radius: 0.25rem;
    }
  }
  .\[\&\>li\]\:rounded-xl {
    &>li {
      border-radius: calc(var(--radius) + 4px);
    }
  }
  .\[\&\>li\]\:border-none {
    &>li {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .\[\&\>li\]\:bg-secondary-50 {
    &>li {
      background-color: var(--restore-50);
    }
  }
  .\[\&\>li\]\:px-2 {
    &>li {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .\[\&\>li\]\:py-0 {
    &>li {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .\[\&\>li\]\:py-2 {
    &>li {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .\[\&\>li\]\:text-base {
    &>li {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .\[\&\>li\]\:text-sm {
    &>li {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .\[\&\>li\]\:font-bold {
    &>li {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .\[\&\>li\]\:text-secondary-foreground {
    &>li {
      color: var(--secondary-foreground);
    }
  }
  .\[\&\>li\]\:uppercase {
    &>li {
      text-transform: uppercase;
    }
  }
  .\[\&\>li\]\:tabular-nums {
    &>li {
      --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,);
    }
  }
  .\[\&\>li\]\:hover\:bg-primary {
    &>li {
      &:hover {
        @media (hover: hover) {
          background-color: var(--primary);
        }
      }
    }
  }
  .\[\&\>li\]\:hover\:bg-primary-800 {
    &>li {
      &:hover {
        @media (hover: hover) {
          background-color: var(--restore-800);
        }
      }
    }
  }
  .\[\&\>li\]\:hover\:text-primary-foreground {
    &>li {
      &:hover {
        @media (hover: hover) {
          color: var(--primary-foreground);
        }
      }
    }
  }
  .\[\&\>li\]\:hover\:text-white {
    &>li {
      &:hover {
        @media (hover: hover) {
          color: var(--gray-0);
        }
      }
    }
  }
  .\[\&\>li\]\:focus\:ring-0 {
    &>li {
      &:focus {
        --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);
      }
    }
  }
  .\[\&\>li\]\:focus\:ring-offset-0 {
    &>li {
      &:focus {
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      }
    }
  }
  .\[\&\>li\[aria-selected\=true\]\]\:bg-primary {
    &>li[aria-selected=true] {
      background-color: var(--primary);
    }
  }
  .\[\&\>li\[aria-selected\=true\]\]\:bg-primary-800 {
    &>li[aria-selected=true] {
      background-color: var(--restore-800);
    }
  }
  .\[\&\>li\[aria-selected\=true\]\]\:font-bold {
    &>li[aria-selected=true] {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .\[\&\>li\[aria-selected\=true\]\]\:text-primary-foreground {
    &>li[aria-selected=true] {
      color: var(--primary-foreground);
    }
  }
  .\[\&\>li\[aria-selected\=true\]\]\:text-white {
    &>li[aria-selected=true] {
      color: var(--gray-0);
    }
  }
}
@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-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-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;
}
:host {
  --gray-0: #ffffff;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --gray-950: #080b12;
  --gray-1000: #000000;
  --brand-50: #eef8fb;
  --brand-100: #c7e5f4;
  --brand-200: #9dd0eb;
  --brand-300: #71b9e0;
  --brand-400: #3094ca;
  --brand-500: #308cbf;
  --brand-600: #2b7297;
  --brand-700: #235870;
  --brand-800: #1a3d4b;
  --brand-900: #102228;
  --brand-950: #030607;
  --emerald-50: #d3f8f3;
  --emerald-100: #a8f0e8;
  --emerald-200: #86e9db;
  --emerald-300: #59decc;
  --emerald-400: #2ac6b0;
  --emerald-500: #229484;
  --emerald-600: #1c7767;
  --emerald-700: #155a4b;
  --emerald-800: #0f3d31;
  --emerald-900: #082019;
  --emerald-950: #010403;
  --orange-50: #fffbfa;
  --orange-100: #fed8ce;
  --orange-200: #fdc4b4;
  --orange-300: #fbab92;
  --orange-400: #f89a7c;
  --orange-500: #f35926;
  --orange-600: #dc420f;
  --orange-700: #af370f;
  --orange-800: #832a0d;
  --orange-900: #581d0a;
  --orange-950: #2e1006;
  --red-50: #fffafa;
  --red-100: #fee1e1;
  --red-200: #fbb6b6;
  --red-300: #f99a9a;
  --red-400: #f05151;
  --red-500: #e93c3d;
  --red-600: #db1c1c;
  --red-700: #b11a19;
  --red-800: #871615;
  --red-900: #5e1110;
  --red-950: #360b0a;
  --blue-50: #f2f7fc;
  --blue-100: #cde0f3;
  --blue-200: #aacae8;
  --blue-300: #8fbae0;
  --blue-400: #5394ca;
  --blue-500: #4488c4;
  --blue-600: #3671a4;
  --blue-700: #2d5980;
  --blue-800: #22415d;
  --blue-900: #162a3a;
  --blue-950: #0a1219;
  --purple-50: #fdfbfe;
  --purple-100: #ebd9f4;
  --purple-200: #d9b8e8;
  --purple-300: #cea8e0;
  --purple-400: #b178ca;
  --purple-500: #a061ba;
  --purple-600: #894aa3;
  --purple-700: #6d3e82;
  --purple-800: #523061;
  --purple-900: #382242;
  --purple-950: #1e1323;
  --yellow-50: #fffefa;
  --yellow-100: #fff6d0;
  --yellow-200: #ffefa6;
  --yellow-300: #ffe87c;
  --yellow-400: #ffe252;
  --yellow-500: #ffdc28;
  --yellow-600: #f6cd03;
  --yellow-700: #d6b205;
  --yellow-800: #987e06;
  --yellow-900: #6a5805;
  --yellow-950: #3e3304;
  --fuchsia-50: #f8d7f7;
  --fuchsia-100: #f0b1ef;
  --fuchsia-200: #ec9dea;
  --fuchsia-300: #da53d7;
  --fuchsia-400: #d443d2;
  --fuchsia-500: #bb2eba;
  --fuchsia-600: #962596;
  --fuchsia-700: #721c71;
  --fuchsia-800: #4d134d;
  --fuchsia-900: #290a28;
  --fuchsia-950: #040104;
  --skin-100: #fff8f4;
  --skin-300: #ffd7c4;
  --skin-500: #f18a7d;
  --brain-100: #fbf1ff;
  --brain-300: #b586c9;
  --brain-500: #a061ba;
  --athletic-100: #fef2ee;
  --athletic-300: #fb7575;
  --athletic-400: #e93c3d;
  --athletic-500: #e51a1b;
  --athletic-600: #b71516;
  --athletic-700: #891010;
  --weight-100: #e8fffd;
  --weight-300: #77d8da;
  --weight-500: #4ec3c6;
  --restore-50: #f0f7fa;
  --restore-100: #ccf0ff;
  --restore-200: #ccf0ff;
  --restore-300: #99e1ff;
  --restore-400: #002a3b;
  --restore-600: #008ec7;
  --restore-800: #00567a;
  --restore-900: #003046;
  --restore-950: #011118;
  --gray-100: #ebf2f5;
  --gray-200: #d0dfea;
  --gray-300: #93b1c1;
  --gray-500: #708a96;
  --gray-700: #415158;
  --cream-100: #fff9f2;
  --cream-200: #efdedb;
  --cream-300: #c5a9a4;
  --cream-400: #9c766f;
  --energy-100: #ffedf1;
  --energy-300: #ffb3d8;
  --energy-500: #bb2eba;
  --immunity-100: #e9f5f3;
  --immunity-300: #82d1bf;
  --immunity-600: #1c7468;
  --immunity-700: #14524a;
  --recovery-100: #f0faff;
  --recovery-300: #6eb5dd;
  --recovery-500: #4488c4;
  --white: #ffffff;
  --background: var(--gray-50);
  --foreground: var(--gray-700);
  --card: var(--gray-0);
  --card-foreground: var(--gray-700);
  --popover: var(--gray-50);
  --popover-foreground: var(--gray-700);
  --primary: var(--brand-500);
  --primary-foreground: var(--gray-0);
  --secondary: var(--brand-300);
  --secondary-foreground: var(--gray-0);
  --muted: var(--brand-950);
  --muted-foreground: var(--gray-400);
  --accent: var(--gray-100);
  --accent-foreground: var(--gray-400);
  --destructive: var(--red-500);
  --destructive-foreground: var(--gray-0);
  --border: var(--gray-300);
  --input: var(--gray-300);
  --ring: var(--brand-500);
  --chart-1: var(--fuchsia-500);
  --chart-2: var(--yellow-500);
  --chart-3: var(--purple-400);
  --chart-4: var(--orange-500);
  --chart-5: var(--blue-500);
  --radius: 0.25rem;
  --sidebar: var(--gray-50);
  --sidebar-foreground: var(--gray-700);
  --sidebar-primary: var(--gray-200);
  --sidebar-primary-foreground: var(--gray-700);
  --sidebar-accent: var(--gray-300);
  --sidebar-accent-foreground: var(--gray-900);
  --sidebar-border: var(--gray-300);
  --sidebar-ring: var(--brand-500);
  --primary: var(--restore-600);
  --primary-foreground: var(--white);
  --primary-800: var(--restore-800);
  --ring: var(--restore-600);
  --muted: rgb(from var(--restore-950) r g b / 0.1);
  --muted-foreground: rgb(from var(--restore-950) r g b / 0.6);
  --secondary: var(--white);
  --secondary-foreground: var(--restore-900);
  --border: rgb(from var(--restore-950) r g b / 0.6);
  --destructive: var(--athletic-600);
  --destructive-foreground: var(--white);
}
.dark {
  --background: var(--gray-700);
  --foreground: var(--gray-50);
  --card: var(--gray-700);
  --card-foreground: var(--gray-0);
  --popover: var(--gray-700);
  --popover-foreground: var(--gray-50);
  --primary: var(--gray-0);
  --primary-foreground: var(--brand-500);
  --secondary: var(--brand-950);
  --secondary-foreground: var(--gray-0);
  --muted: var(--brand-950);
  --muted-foreground: var(--gray-400);
  --accent: var(--brand-950);
  --accent-foreground: var(--gray-400);
  --destructive: var(--red-700);
  --destructive-foreground: var(--gray-0);
  --border: var(--brand-950);
  --input: var(--brand-950);
  --ring: var(--brand-500);
  --chart-1: var(--fuchsia-500);
  --chart-2: var(--yellow-500);
  --chart-3: var(--purple-400);
  --chart-4: var(--orange-500);
  --chart-5: var(--blue-500);
  --sidebar: var(--gray-700);
  --sidebar-foreground: var(--gray-50);
  --sidebar-primary: var(--gray-300);
  --sidebar-primary-foreground: var(--gray-50);
  --sidebar-accent: var(--brand-950);
  --sidebar-accent-foreground: var(--gray-50);
  --sidebar-border: var(--brand-950);
  --sidebar-ring: var(--brand-500);
  --primary: var(--restore-600);
  --primary-foreground: var(--white);
  --primary-800: var(--restore-800);
  --ring: var(--restore-600);
  --muted: rgb(from var(--restore-950) r g b / 0.1);
  --muted-foreground: rgb(from var(--white) r g b / 0.8);
  --secondary: var(--restore-900);
  --secondary-foreground: var(--restore-100);
  --border: var(--restore-100);
  --destructive: var(--athletic-300);
  --destructive-foreground: var(--restore-950);
}
@layer base {
  * {
    border-color: var(--border);
    line-height: calc(0.25rem + 1em + 0.25rem);
    outline-color: var(--ring);
    @supports (color: color-mix(in lab, red, red)) {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
    min-width: 0;
  }
  body {
    background-color: var(--background);
    color: var(--foreground);
    h1,
    h2 {
      font-family: var(--font-poppins);
    }
  }
}
@layer components {
  .skeleton-loader {
    min-height: 1rem;
    width: 100%;
    background: var(--gray-50);
    border-radius: 0.25rem;
  }
  .grid-input {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
  }
  .today-marker {
    &:before {
      content: '';
      border-radius: 50%;
      width: 0.25rem;
      height: 0.25rem;
      background: var(--gray-0);
      position: absolute;
      left: 0.875rem;
      bottom: 0.225rem;
    }
  }
}
@layer utilities {
  .scrollbar::-webkit-scrollbar {
    width: 12px;
  }
  .scrollbar::-webkit-scrollbar-track {
    background: transparent;
  }
  .scrollbar::-webkit-scrollbar-thumb {
    background: var(--gray-400);
    border: 4px solid var(--color-brand-700);
    border-radius: 8px;
  }
  .scrollbar::-webkit-scrollbar-thumb:hover {
    background: var(--gray-0);
  }
  .shadow-restore {
    --tw-shadow: 0 0 4px 2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-shadow);
  }
  .shadow-destructive {
    --tw-shadow-color: var(--athletic-300);
  }
  .bg-marketing-2-linear-gradient {
    background-image: linear-gradient(108deg, var(--restore-800) 12.32%, var(--restore-600) 87.5%);
  }
  .bg-marketing-2-linear-gradient-hover {
    background-image: linear-gradient(
      270deg,
      var(--restore-800) -6.17%,
      var(--restore-600) 100.19%
    );
  }
  .bg-marketing-3-linear-gradient {
    background-image: linear-gradient(104deg, var(--restore-200) 10.09%, var(--restore-50) 90.13%);
  }
  .bg-marketing-3-linear-gradient-hover {
    background-image: linear-gradient(104deg, var(--restore-50) 10.09%, var(--restore-200) 90.13%);
  }
  .calendar-button-today {
    position: relative;
    &:before {
      content: '';
      position: absolute;
      bottom: 4px;
      left: 50%;
      transform: translateX(-50%);
      width: 4px;
      height: 4px;
      background: var(--restore-600);
      border-radius: 50%;
    }
    &:hover {
      &:before {
        background: var(--white);
      }
    }
  }
}
@keyframes collapsible-down {
  from {
    height: 0;
  }
  to {
    height: var(--radix-collapsible-content-height);
  }
}
@keyframes collapsible-up {
  from {
    height: var(--radix-collapsible-content-height);
  }
  to {
    height: 0;
  }
}
.collapsible-down {
  animation: collapsible-down 0.2 ease-out;
}
.collapsible-up {
  animation: collapsible-up 0.2 ease-out;
}
@keyframes blur {
  0% {
    filter: blur(0px);
  }
  100% {
    filter: blur(8px);
  }
}
@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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-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-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@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-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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@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;
}
@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;
}
@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));
  }
}
@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));
  }
}
@keyframes collapsible-down {
  from {
    height: 0;
  }
  to {
    height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto))));
  }
}
@keyframes collapsible-up {
  from {
    height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto))));
  }
  to {
    height: 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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-scroll-snap-strictness: proximity;
      --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-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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --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-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
    }
  }
}

@source "../**/*.{ts,tsx}";

@theme inline {
  --animate-fade-in: fadeIn 0.2s ease-out;
  --animate-slide-up: slideUp 0.3s ease-out;

  /*
   * Shadow DOM override: the UI globals define these as var(--brand-50) etc.
   * which reference :root CSS variables. Inside a shadow tree (Webflow's
   * <code-island>), :root vars from adoptedStyleSheets are not accessible.
   * Static values here make Tailwind inline the hex directly into utilities.
   */
  --color-brand-50: #eef8fb;
  --color-gray-100: #f3f4f6;
  --color-gray-500: #6b7280;
  --color-gray-900: #111827;
  --color-gray-1000: #000000;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

