@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');.page-wrapper {
  background-color: var(--neutral-15);
  display: flex;
  flex-direction: column;
  width: 100%;
  font-family: Montserrat;
  input {
    font-family: Montserrat;
  }

  .footer {
    color: var(--text-light);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 18px;
    margin-top: 40px;
    padding-bottom: 40px;
    width: 100%;
  }

  .footer-text {
    color: var(--text-light);
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 20px;
  }

  .header-bar {
    align-items: center;
    background-color: var(--neutral-0);
    border-bottom: 1px solid var(--neutral-50);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    height: 72px;
    justify-content: center;
    margin-bottom: 40px;
    width: 100%;
  }

  .header-centered {
    align-items: center;
    display: flex;
    flex-direction: row;
    width: 1140px;
  }

  .header-divider {
    background-color: var(--neutral-50);
    height: 36px;
    margin: 0 15px;
    width: 1px;
  }

  .header-icon {
    height: 32px;
    width: 265px;
  }

  .page {
    box-sizing: border-box;
    background-color: var(--background-light-grey);
    margin: 0 auto;
  }

  .title {
    color: var(--text-default);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.3px;
  }
  .body {
    min-height: 200px;
    width: 100%;
    color: #67696a;
  }
}
.error-card-container {
  display: flex;
  justify-content: center;
}

.error-card {
  background-color: var(--neutral-0);
  border-radius: 4px;
  box-shadow: 0 13px 14px 0 rgb(19 72 89 / 10%);
  box-sizing: border-box;
  color: var(--tertiary);
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 16px;
  max-width: 75%;

  @media (width >= 1024px) {
    padding: 24px;
  }
}

.error-content-wrapper {
  align-items: flex-start;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 20px;
}

.error-notice {
  color: var(--tertiary);
  font-weight: 600;
  margin-bottom: 8px;
}

.error-message-wrapper {
  align-items: flex-start;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: left;
  padding: 16px;

  @media (width >= 768px) {
    align-items: center;
    flex-direction: row;
  }
}

.error-info-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;

  a {
    align-items: center;
    color: var(--link);
    justify-content: center;
    text-decoration: none;
  }
}

.error-megaphone {
  img {
    height: 56px;
    margin-right: 24px;
    width: 64px;
  }
}

.go-back-button-container {
  margin: auto;
  display: flex;
  justify-content: center;
}
.button-wrapper {
  background-color: var(--primary);
  color: var(--text-default-on-dark);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  height: 45px;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
}

.submit {
  margin-bottom: 30px;
}
.about-text {
  height: 20px;
  width: 100%;
  color: var(--shade-blue);
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 20px;
  text-align: center;
}

.about-input {
  height: 40px;
  width: 345px;
  color: var(--blue-grey);
}

.about-single-Line {
  box-sizing: border-box;
  padding: 40px;
  width: 100%;
  display: inline-flex;
}


@layer fe-style{
/* Theme Variables */
:root {
  /* Responsive Screen Size Breakpoints 
    Note: CSS Vars are not usable within media queries */
  --min-mobile: 390px;
  --max-mobile: 767px;
  --min-tablet: 768px;
  --max-tablet: 1023px;
  --min-desktop: 1024px;
  --max-desktop: 1199px;
  --min-hd: 1200px;

  /* Theme Colors */

  --default-icon-background: #f3f6f7;
  --default-icon-text: #8b8e8f;
  --destructive-icon-background: #fce7e6;
  --destructive-icon-text: #e3170a;
  --error: #e3170a;
  --error-dark: #880e06;
  --error-light: #fce7e6;
  --font-family: montserrat, sans-serif;
  --font-mono-family: azeret mono, monospace;
  --info: #4392f1;
  --info-dark: #285891;
  --info-light: #e7eff8;
  --link: #1172e8;
  --link-icon-background: #e7f1fd;
  --link-icon-text: #1172e8;
  --neutral-0: #fff;
  --neutral-15: #f8f9fa;
  --neutral-25: #f3f6f7;
  --neutral-35: #eef2f3;
  --neutral-50: #e7ecee;
  --neutral-55: #cfd4d6;
  --neutral-60: #b8bcbe;
  --neutral-70: #8b8e8f;
  --neutral-80: #5c5e5f;
  --neutral-95: #171818;
  --primary: #f37028;
  --primary-dark: #c25a20;
  --primary-darker: #7a3814;
  --primary-light: #f58d53;
  --primary-lighter: #f9b894;
  --secondary: #fcaf1a;
  --secondary-dark: #ca8c15;
  --secondary-darker: #7e580d;
  --secondary-light: #fdbf48;
  --secondary-lighter: #fed78d;
  --success: #4a825c;
  --success-dark: #2c4e37;
  --success-light: #ecf2ee;
  --tertiary: #0e4455;
  --tertiary-dark: #0b3644;
  --tertiary-darker: #07222b;
  --tertiary-light: #3e6977;
  --tertiary-lighter: #87a2aa;
  --text-default: #0e4455;
  --text-default-on-dark: #fff;
  --text-disabled-1: #cfd4d6;
  --text-disabled-2: #b8bcbe;
  --text-light: #5c5e5f;
  --warning: #e98a15;
  --warning-dark: #8c530d;
  --warning-light: #fcf3e7;

  /* Toastify Colors */
  --toastify-color-light: var(--neutral-0);
  --toastify-color-transparent: rgba(255, 255, 255, 70%);
  --toastify-toast-width: 450px;
  --toastify-toast-background: var(--neutral-0);
  --toastify-toast-min-height: 60px;
  --toastify-toast-max-height: 800px;
  --toastify-z-index: 9999;
  --toastify-color-progress-info: var(--info);
  --toastify-color-progress-success: var(--success);
  --toastify-color-progress-warning: var(--warning);
  --toastify-color-progress-error: var(--error);

  /* Other */
  --z-index-modal: 9000;
  --z-index-overlay: 8000;
  --logo-width: 169px;
  --logo-height: 46px;
  --mobile-logo-width: 141px;
  --mobile-logo-height: 39px;
  --dashboard-logo-tablet-height: 24px;
  --dashboard-logo-tablet-width: 198px;
  --dashboard-logo-mobile-height: 31px;
  --dashboard-logo-mobile-width: 110px;
  --fw500: 500;
  --fw600: 600;
}

/* Typography - Desktop/Tablet */

/* Note - the order of these blocks is important
  If the Typography isn't before the individual classes
  giving an element both a typography class AND an single 
  attribute class doesn't work because the rules of CSS
  give precedence to the last style IN THE FILE */

.typog-hero-large {
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.3px;

  @media screen and (width <= 767px) {
    font-size: 36px;
    line-height: 46px;
  }
}

.typog-hero-small {
  font-weight: 500;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -0.3px;

  @media screen and (width <= 767px) {
    font-size: 32px;
    line-height: 42px;
  }
}

.typog-h1-extra-large {
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.3px;

  @media screen and (width <= 767px) {
    font-size: 28px;
    line-height: 38px;
  }
}

.typog-h2-large {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: -0.3px;

  @media screen and (width <= 767px) {
    font-size: 24px;
    line-height: 34px;
  }
}

.typog-h3-med {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.3px;

  @media screen and (width <= 767px) {
    font-size: 20px;
    line-height: 30px;
  }
}

.typog-h4-small {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;

  @media screen and (width <= 767px) {
    font-size: 18px;
    line-height: 28px;
  }
}

.typog-body-large {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.3px;
}

.typog-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
}

.typog-tagline {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.25px;
}

.typog-tagline-small {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1.25px;
}

.typog-body-small {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3px;
}

.typog-body-small-subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.25px;
}

/* Font Sizes */
.font-size-14 {
  font-size: 14px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-36 {
  font-size: 36px;
}

.font-size-40 {
  font-size: 40px;
}

/* Font Weights */
.font-weight-bold {
  font-weight: 700;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-med {
  font-weight: 500;
}

.font-weight-reg {
  font-weight: 400;
}

.font-weight-reg-cell {
  font-weight: 300;
}

.font-weight-semi-bold {
  font-weight: 600;
}

/* Letter Spacing */
.letter-spacing-neg-p3 {
  letter-spacing: -0.3px;
}

.letter-spacing-neg-p5 {
  letter-spacing: -0.5px;
}

.letter-spacing-pos-p3 {
  letter-spacing: 0.3px;
}

.letter-spacing-pos-1p25 {
  letter-spacing: 1.25px;
}

/* Line Height */
.line-height-20 {
  line-height: 20px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-28 {
  line-height: 28px;
}

.line-height-30 {
  line-height: 30px;
}

.line-height-34 {
  line-height: 34px;
}

.line-height-38 {
  line-height: 38px;
}

.line-height-42 {
  line-height: 42px;
}

.line-height-46 {
  line-height: 46px;
}

.line-height-50 {
  line-height: 50px;
}

/* Opacity */
.opac-30 {
  opacity: 0.3;
}

.opac-15 {
  opacity: 0.15;
}

.opac-02 {
  opacity: 0.02;
}
}
#root {
  width: 100%;
}
body {
  margin: 0;
  background-color: var(--neutral-15);
  input:focus,
  select:focus,
  textarea:focus,
  button:focus {
    outline: none;
  }

  --slider-blue: #3e6977;
  --slider-grey: #cbcbcb;
}
.app-background {
  box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.page {
  flex: 1;
}
.partner-portal-react-app {
  min-height: 100vh;
  width: 100%;
}
.calculator-unavailable {
  color: var(--text-light);
  display: flex;
  flex-direction: column;
  font-size: 18px;
  height: 100%;
  max-width: 600px;
  justify-content: center;
  text-align: center;
  background-color: white;
  padding: 3rem 5rem;
  align-items: center;

  p {
    margin: 0rem;
    margin-bottom: 1rem;
  }

  .file-x-icon-container {
    background-color: var(--neutral-25);
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .file-x-icon {
    color: var(--slider-blue);
    height: 42px;
    width: 42px;
  }
}
/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@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-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-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-duration: initial;
      --tw-ease: 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-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
    }
  }
}

@layer calculator {
  @layer theme {
    :root, :host {
      --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
      --color-red-50: oklch(97.1% .013 17.38);
      --color-red-200: oklch(88.5% .062 18.334);
      --color-red-300: oklch(80.8% .114 19.571);
      --color-red-400: oklch(70.4% .191 22.216);
      --color-red-500: oklch(63.7% .237 25.331);
      --color-red-600: oklch(57.7% .245 27.325);
      --color-emerald-600: oklch(59.6% .145 163.225);
      --color-black: #000;
      --color-white: #fff;
      --spacing: .25rem;
      --container-xs: 20rem;
      --container-sm: 24rem;
      --container-lg: 32rem;
      --container-3xl: 48rem;
      --container-7xl: 80rem;
      --text-xs: .75rem;
      --text-xs--line-height: calc(1 / .75);
      --text-sm: .875rem;
      --text-sm--line-height: calc(1.25 / .875);
      --text-base: 1rem;
      --text-base--line-height: calc(1.5 / 1);
      --text-lg: 1.125rem;
      --text-lg--line-height: calc(1.75 / 1.125);
      --text-xl: 1.25rem;
      --text-xl--line-height: calc(1.75 / 1.25);
      --text-2xl: 1.5rem;
      --text-2xl--line-height: calc(2 / 1.5);
      --text-3xl: 1.875rem;
      --text-3xl--line-height: calc(2.25 / 1.875);
      --text-4xl: 2.25rem;
      --text-4xl--line-height: calc(2.5 / 2.25);
      --font-weight-light: 300;
      --font-weight-normal: 400;
      --font-weight-medium: 500;
      --font-weight-semibold: 600;
      --font-weight-bold: 700;
      --font-weight-extrabold: 800;
      --tracking-tight: -.025em;
      --tracking-wide: .025em;
      --tracking-wider: .05em;
      --leading-snug: 1.375;
      --radius-xl: .75rem;
      --drop-shadow-sm: 0 1px 2px #00000026;
      --drop-shadow-md: 0 3px 3px #0000001f;
      --ease-out: cubic-bezier(0, 0, .2, 1);
      --ease-in-out: cubic-bezier(.4, 0, .2, 1);
      --animate-spin: spin 1s linear infinite;
      --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
      --default-transition-duration: .15s;
      --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
      --default-mono-font-family: var(--font-mono);
    }
  }

  @layer base {
    *, :after, :before, ::backdrop {
      box-sizing: border-box;
      border: 0 solid;
      margin: 0;
      padding: 0;
    }

    ::file-selector-button {
      box-sizing: border-box;
      border: 0 solid;
      margin: 0;
      padding: 0;
    }

    html, :host {
      -webkit-text-size-adjust: 100%;
      tab-size: 4;
      font-feature-settings: normal;
      font-variation-settings: normal;
      -webkit-tap-highlight-color: transparent;
      font-family: Inter, system-ui, sans-serif;
      line-height: 1.5;
    }

    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;
      -webkit-text-decoration: 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 {
      vertical-align: baseline;
      font-size: 75%;
      line-height: 0;
      position: relative;
    }

    sub {
      bottom: -.25em;
    }

    sup {
      top: -.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 {
      vertical-align: middle;
      display: block;
    }

    img, video {
      max-width: 100%;
      height: auto;
    }

    button, input, select, optgroup, textarea {
      font: inherit;
      font-feature-settings: inherit;
      font-variation-settings: inherit;
      letter-spacing: inherit;
      color: inherit;
      opacity: 1;
      background-color: #0000;
      border-radius: 0;
    }

    ::file-selector-button {
      font: inherit;
      font-feature-settings: inherit;
      font-variation-settings: inherit;
      letter-spacing: inherit;
      color: inherit;
      opacity: 1;
      background-color: #0000;
      border-radius: 0;
    }

    :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)) {
        ::placeholder {
          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 {
      padding-block: 0;
    }

    ::-webkit-datetime-edit-year-field {
      padding-block: 0;
    }

    ::-webkit-datetime-edit-month-field {
      padding-block: 0;
    }

    ::-webkit-datetime-edit-day-field {
      padding-block: 0;
    }

    ::-webkit-datetime-edit-hour-field {
      padding-block: 0;
    }

    ::-webkit-datetime-edit-minute-field {
      padding-block: 0;
    }

    ::-webkit-datetime-edit-second-field {
      padding-block: 0;
    }

    ::-webkit-datetime-edit-millisecond-field {
      padding-block: 0;
    }

    ::-webkit-datetime-edit-meridiem-field {
      padding-block: 0;
    }

    ::-webkit-calendar-picker-indicator {
      line-height: 1;
    }

    :-moz-ui-invalid {
      box-shadow: none;
    }

    button, input:where([type="button"], [type="reset"], [type="submit"]) {
      appearance: button;
    }

    ::file-selector-button {
      appearance: button;
    }

    ::-webkit-inner-spin-button {
      height: auto;
    }

    ::-webkit-outer-spin-button {
      height: auto;
    }

    [hidden]:where(:not([hidden="until-found"])) {
      display: none !important;
    }

    * {
      border-color: hsl(var(--border));
    }

    body {
      color: hsl(var(--foreground));
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: Inter, system-ui, sans-serif;
    }
  }

  @layer components;

  @layer utilities {
    .pointer-events-auto {
      pointer-events: auto;
    }

    .pointer-events-none {
      pointer-events: none;
    }

    .visible {
      visibility: visible;
    }

    .sr-only {
      clip-path: inset(50%);
      white-space: nowrap;
      border-width: 0;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      position: absolute;
      overflow: hidden;
    }

    .absolute {
      position: absolute;
    }

    .fixed {
      position: fixed;
    }

    .relative {
      position: relative;
    }

    .static {
      position: static;
    }

    .sticky {
      position: sticky;
    }

    .inset-0 {
      inset: 0;
    }

    .inset-x-0 {
      inset-inline: 0;
    }

    .inset-y-0 {
      inset-block: 0;
    }

    .top-0 {
      top: 0;
    }

    .top-1\/2 {
      top: 50%;
    }

    .top-2 {
      top: calc(var(--spacing) * 2);
    }

    .top-4 {
      top: calc(var(--spacing) * 4);
    }

    .top-\[50\%\] {
      top: 50%;
    }

    .top-full {
      top: 100%;
    }

    .right-0 {
      right: 0;
    }

    .right-2 {
      right: calc(var(--spacing) * 2);
    }

    .right-4 {
      right: calc(var(--spacing) * 4);
    }

    .bottom-0 {
      bottom: 0;
    }

    .bottom-full {
      bottom: 100%;
    }

    .left-0 {
      left: 0;
    }

    .left-2 {
      left: calc(var(--spacing) * 2);
    }

    .left-\[50\%\] {
      left: 50%;
    }

    .z-10 {
      z-index: 10;
    }

    .z-50 {
      z-index: 50;
    }

    .z-100 {
      z-index: 100;
    }

    .container {
      width: 100%;
    }

    @media (min-width: 40rem) {
      .container {
        max-width: 40rem;
      }
    }

    @media (min-width: 48rem) {
      .container {
        max-width: 48rem;
      }
    }

    @media (min-width: 64rem) {
      .container {
        max-width: 64rem;
      }
    }

    @media (min-width: 80rem) {
      .container {
        max-width: 80rem;
      }
    }

    @media (min-width: 96rem) {
      .container {
        max-width: 96rem;
      }
    }

    .container {
      margin-inline: auto;
      padding-inline: 2rem;
    }

    @media (min-width: 40rem) {
      .container {
        max-width: none;
      }
    }

    @media (min-width: 1400px) {
      .container {
        max-width: 1400px;
      }
    }

    .-mx-1 {
      margin-inline: calc(var(--spacing) * -1);
    }

    .mx-auto {
      margin-inline: auto;
    }

    .my-1 {
      margin-block: var(--spacing);
    }

    .my-3 {
      margin-block: calc(var(--spacing) * 3);
    }

    .mt-0\.5 {
      margin-top: calc(var(--spacing) * .5);
    }

    .mt-1 {
      margin-top: var(--spacing);
    }

    .mt-1\.5 {
      margin-top: calc(var(--spacing) * 1.5);
    }

    .mt-2 {
      margin-top: calc(var(--spacing) * 2);
    }

    .mt-2\.5 {
      margin-top: calc(var(--spacing) * 2.5);
    }

    .mt-3 {
      margin-top: calc(var(--spacing) * 3);
    }

    .mt-4 {
      margin-top: calc(var(--spacing) * 4);
    }

    .mt-5 {
      margin-top: calc(var(--spacing) * 5);
    }

    .mt-6 {
      margin-top: calc(var(--spacing) * 6);
    }

    .mt-8 {
      margin-top: calc(var(--spacing) * 8);
    }

    .mr-1 {
      margin-right: var(--spacing);
    }

    .mb-1 {
      margin-bottom: var(--spacing);
    }

    .mb-1\.5 {
      margin-bottom: calc(var(--spacing) * 1.5);
    }

    .mb-2 {
      margin-bottom: calc(var(--spacing) * 2);
    }

    .mb-2\.5 {
      margin-bottom: calc(var(--spacing) * 2.5);
    }

    .mb-3 {
      margin-bottom: calc(var(--spacing) * 3);
    }

    .mb-3\.5 {
      margin-bottom: calc(var(--spacing) * 3.5);
    }

    .mb-4 {
      margin-bottom: calc(var(--spacing) * 4);
    }

    .mb-6 {
      margin-bottom: calc(var(--spacing) * 6);
    }

    .mb-8 {
      margin-bottom: calc(var(--spacing) * 8);
    }

    .mb-\[-4px\] {
      margin-bottom: -4px;
    }

    .ml-1 {
      margin-left: var(--spacing);
    }

    .block {
      display: block;
    }

    .contents {
      display: contents;
    }

    .flex {
      display: flex;
    }

    .grid {
      display: grid;
    }

    .hidden {
      display: none;
    }

    .inline {
      display: inline;
    }

    .inline-flex {
      display: inline-flex;
    }

    .table {
      display: table;
    }

    .aspect-square {
      aspect-ratio: 1;
    }

    .h-\(--radix-select-trigger-height\) {
      height: var(--radix-select-trigger-height);
    }

    .h-2 {
      height: calc(var(--spacing) * 2);
    }

    .h-2\.5 {
      height: calc(var(--spacing) * 2.5);
    }

    .h-3 {
      height: calc(var(--spacing) * 3);
    }

    .h-3\.5 {
      height: calc(var(--spacing) * 3.5);
    }

    .h-4 {
      height: calc(var(--spacing) * 4);
    }

    .h-5 {
      height: calc(var(--spacing) * 5);
    }

    .h-6 {
      height: calc(var(--spacing) * 6);
    }

    .h-7 {
      height: calc(var(--spacing) * 7);
    }

    .h-8 {
      height: calc(var(--spacing) * 8);
    }

    .h-9 {
      height: calc(var(--spacing) * 9);
    }

    .h-10 {
      height: calc(var(--spacing) * 10);
    }

    .h-11 {
      height: calc(var(--spacing) * 11);
    }

    .h-12 {
      height: calc(var(--spacing) * 12);
    }

    .h-16 {
      height: calc(var(--spacing) * 16);
    }

    .h-20 {
      height: calc(var(--spacing) * 20);
    }

    .h-64 {
      height: calc(var(--spacing) * 64);
    }

    .h-\[14px\] {
      height: 14px;
    }

    .h-\[76px\] {
      height: 76px;
    }

    .h-fit {
      height: fit-content;
    }

    .h-full {
      height: 100%;
    }

    .h-px {
      height: 1px;
    }

    .max-h-96 {
      max-height: calc(var(--spacing) * 96);
    }

    .max-h-\[90vh\] {
      max-height: 90vh;
    }

    .max-h-screen {
      max-height: 100vh;
    }

    .min-h-\[40px\] {
      min-height: 40px;
    }

    .min-h-screen {
      min-height: 100vh;
    }

    .w-0\.5 {
      width: calc(var(--spacing) * .5);
    }

    .w-2\.5 {
      width: calc(var(--spacing) * 2.5);
    }

    .w-3 {
      width: calc(var(--spacing) * 3);
    }

    .w-3\.5 {
      width: calc(var(--spacing) * 3.5);
    }

    .w-3\/4 {
      width: 75%;
    }

    .w-4 {
      width: calc(var(--spacing) * 4);
    }

    .w-5 {
      width: calc(var(--spacing) * 5);
    }

    .w-8 {
      width: calc(var(--spacing) * 8);
    }

    .w-10 {
      width: calc(var(--spacing) * 10);
    }

    .w-11 {
      width: calc(var(--spacing) * 11);
    }

    .w-12 {
      width: calc(var(--spacing) * 12);
    }

    .w-20 {
      width: calc(var(--spacing) * 20);
    }

    .w-24 {
      width: calc(var(--spacing) * 24);
    }

    .w-32 {
      width: calc(var(--spacing) * 32);
    }

    .w-40 {
      width: calc(var(--spacing) * 40);
    }

    .w-72 {
      width: calc(var(--spacing) * 72);
    }

    .w-\[14px\] {
      width: 14px;
    }

    .w-\[50\%\] {
      width: 50%;
    }

    .w-\[70px\] {
      width: 70px;
    }

    .w-\[90px\] {
      width: 90px;
    }

    .w-full {
      width: 100%;
    }

    .w-px {
      width: 1px;
    }

    .max-w-3xl {
      max-width: var(--container-3xl);
    }

    .max-w-7xl {
      max-width: var(--container-7xl);
    }

    .max-w-\[700px\] {
      max-width: 700px;
    }

    .max-w-\[1280px\] {
      max-width: 1280px;
    }

    .max-w-\[calc\(100vw-2rem\)\] {
      max-width: calc(100vw - 2rem);
    }

    .max-w-lg {
      max-width: var(--container-lg);
    }

    .max-w-xs {
      max-width: var(--container-xs);
    }

    .min-w-\(--radix-select-trigger-width\) {
      min-width: var(--radix-select-trigger-width);
    }

    .min-w-0 {
      min-width: 0;
    }

    .min-w-32 {
      min-width: calc(var(--spacing) * 32);
    }

    .flex-1 {
      flex: 1;
    }

    .shrink-0 {
      flex-shrink: 0;
    }

    .grow {
      flex-grow: 1;
    }

    .-translate-x-1\/2 {
      --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .translate-x-\[-50\%\] {
      --tw-translate-x: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .-translate-y-0\.5 {
      --tw-translate-y: calc(var(--spacing) * -.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .-translate-y-1\/2 {
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .translate-y-\[-50\%\] {
      --tw-translate-y: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .scale-90 {
      --tw-scale-x: 90%;
      --tw-scale-y: 90%;
      --tw-scale-z: 90%;
      scale: var(--tw-scale-x) var(--tw-scale-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-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-in {
      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);
    }

    .animate-pulse {
      animation: var(--animate-pulse);
    }

    .animate-spin {
      animation: var(--animate-spin);
    }

    .cursor-default {
      cursor: default;
    }

    .cursor-not-allowed {
      cursor: not-allowed;
    }

    .cursor-pointer {
      cursor: pointer;
    }

    .touch-manipulation {
      touch-action: manipulation;
    }

    .touch-none {
      touch-action: none;
    }

    .resize {
      resize: both;
    }

    .list-outside {
      list-style-position: outside;
    }

    .list-disc {
      list-style-type: disc;
    }

    .grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid-cols-\[1fr_2fr\] {
      grid-template-columns: 1fr 2fr;
    }

    .flex-col {
      flex-direction: column;
    }

    .flex-col-reverse {
      flex-direction: column-reverse;
    }

    .flex-wrap {
      flex-wrap: wrap;
    }

    .items-center {
      align-items: center;
    }

    .items-end {
      align-items: flex-end;
    }

    .items-start {
      align-items: flex-start;
    }

    .justify-between {
      justify-content: space-between;
    }

    .justify-center {
      justify-content: center;
    }

    .gap-0\.5 {
      gap: calc(var(--spacing) * .5);
    }

    .gap-1 {
      gap: var(--spacing);
    }

    .gap-1\.5 {
      gap: calc(var(--spacing) * 1.5);
    }

    .gap-2 {
      gap: calc(var(--spacing) * 2);
    }

    .gap-2\.5 {
      gap: calc(var(--spacing) * 2.5);
    }

    .gap-3 {
      gap: calc(var(--spacing) * 3);
    }

    .gap-4 {
      gap: calc(var(--spacing) * 4);
    }

    .gap-5 {
      gap: calc(var(--spacing) * 5);
    }

    .gap-7 {
      gap: calc(var(--spacing) * 7);
    }

    .gap-10 {
      gap: calc(var(--spacing) * 10);
    }

    :where(.space-y-1\.5 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
    }

    :where(.space-y-2 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }

    :where(.space-y-2\.5 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2.5) * calc(1 - var(--tw-space-y-reverse)));
    }

    :where(.space-y-3 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }

    :where(.space-y-4 > :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)));
    }

    :where(.space-y-6 > :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)));
    }

    :where(.space-x-4 > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }

    .overflow-hidden {
      overflow: hidden;
    }

    .overflow-x-hidden {
      overflow-x: hidden;
    }

    .overflow-y-auto {
      overflow-y: auto;
    }

    .rounded {
      border-radius: .25rem;
    }

    .rounded-full {
      border-radius: 3.40282e38px;
    }

    .rounded-lg {
      border-radius: var(--radius);
    }

    .rounded-md {
      border-radius: calc(var(--radius) - 2px);
    }

    .rounded-sm {
      border-radius: calc(var(--radius) - 4px);
    }

    .rounded-xl {
      border-radius: var(--radius-xl);
    }

    .rounded-l-full {
      border-top-left-radius: 3.40282e38px;
      border-bottom-left-radius: 3.40282e38px;
    }

    .border {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }

    .border-0 {
      border-style: var(--tw-border-style);
      border-width: 0;
    }

    .border-2 {
      border-style: var(--tw-border-style);
      border-width: 2px;
    }

    .border-y {
      border-block-style: var(--tw-border-style);
      border-block-width: 1px;
    }

    .border-t {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }

    .border-r {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }

    .border-b {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }

    .border-b-0 {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0;
    }

    .border-b-2 {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 2px;
    }

    .border-l {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }

    .border-accent, .border-accent\/18 {
      border-color: hsl(var(--accent));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .border-accent\/18 {
        border-color: color-mix(in oklab, hsl(var(--accent)) 18%, transparent);
      }
    }

    .border-border {
      border-color: hsl(var(--border));
    }

    .border-destructive, .border-destructive\/20 {
      border-color: hsl(var(--destructive));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .border-destructive\/20 {
        border-color: color-mix(in oklab, hsl(var(--destructive)) 20%, transparent);
      }
    }

    .border-input {
      border-color: hsl(var(--input));
    }

    .border-muted {
      border-color: hsl(var(--muted));
    }

    .border-muted-foreground\/30 {
      border-color: hsl(var(--muted-foreground));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .border-muted-foreground\/30 {
        border-color: color-mix(in oklab, hsl(var(--muted-foreground)) 30%, transparent);
      }
    }

    .border-navy, .border-navy\/12 {
      border-color: hsl(var(--navy));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .border-navy\/12 {
        border-color: color-mix(in oklab, hsl(var(--navy)) 12%, transparent);
      }
    }

    .border-primary, .border-primary\/40 {
      border-color: hsl(var(--primary-cta));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .border-primary\/40 {
        border-color: color-mix(in oklab, hsl(var(--primary-cta)) 40%, transparent);
      }
    }

    .border-red-200 {
      border-color: var(--color-red-200);
    }

    .border-red-500 {
      border-color: var(--color-red-500);
    }

    .border-reserve, .border-reserve\/18 {
      border-color: hsl(var(--reserve));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .border-reserve\/18 {
        border-color: color-mix(in oklab, hsl(var(--reserve)) 18%, transparent);
      }
    }

    .border-transparent {
      border-color: #0000;
    }

    .border-t-transparent {
      border-top-color: #0000;
    }

    .bg-accent, .bg-accent\/4 {
      background-color: hsl(var(--accent));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .bg-accent\/4 {
        background-color: color-mix(in oklab, hsl(var(--accent)) 4%, transparent);
      }
    }

    .bg-accent\/5 {
      background-color: hsl(var(--accent));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .bg-accent\/5 {
        background-color: color-mix(in oklab, hsl(var(--accent)) 5%, transparent);
      }
    }

    .bg-accent\/10 {
      background-color: hsl(var(--accent));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .bg-accent\/10 {
        background-color: color-mix(in oklab, hsl(var(--accent)) 10%, transparent);
      }
    }

    .bg-accent\/20 {
      background-color: hsl(var(--accent));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .bg-accent\/20 {
        background-color: color-mix(in oklab, hsl(var(--accent)) 20%, transparent);
      }
    }

    .bg-accent\/30 {
      background-color: hsl(var(--accent));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .bg-accent\/30 {
        background-color: color-mix(in oklab, hsl(var(--accent)) 30%, transparent);
      }
    }

    .bg-accent\/80 {
      background-color: hsl(var(--accent));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .bg-accent\/80 {
        background-color: color-mix(in oklab, hsl(var(--accent)) 80%, transparent);
      }
    }

    .bg-background {
      background-color: hsl(var(--background));
    }

    .bg-black\/80 {
      background-color: #000c;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .bg-black\/80 {
        background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
      }
    }

    .bg-border, .bg-border\/70 {
      background-color: hsl(var(--border));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .bg-border\/70 {
        background-color: color-mix(in oklab, hsl(var(--border)) 70%, transparent);
      }
    }

    .bg-card {
      background-color: hsl(var(--card));
    }

    .bg-destructive, .bg-destructive\/8 {
      background-color: hsl(var(--destructive));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .bg-destructive\/8 {
        background-color: color-mix(in oklab, hsl(var(--destructive)) 8%, transparent);
      }
    }

    .bg-muted {
      background-color: hsl(var(--muted));
    }

    .bg-muted-foreground\/20 {
      background-color: hsl(var(--muted-foreground));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .bg-muted-foreground\/20 {
        background-color: color-mix(in oklab, hsl(var(--muted-foreground)) 20%, transparent);
      }
    }

    .bg-muted\/20 {
      background-color: hsl(var(--muted));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .bg-muted\/20 {
        background-color: color-mix(in oklab, hsl(var(--muted)) 20%, transparent);
      }
    }

    .bg-muted\/30 {
      background-color: hsl(var(--muted));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .bg-muted\/30 {
        background-color: color-mix(in oklab, hsl(var(--muted)) 30%, transparent);
      }
    }

    .bg-muted\/50 {
      background-color: hsl(var(--muted));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .bg-muted\/50 {
        background-color: color-mix(in oklab, hsl(var(--muted)) 50%, transparent);
      }
    }

    .bg-muted\/60 {
      background-color: hsl(var(--muted));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .bg-muted\/60 {
        background-color: color-mix(in oklab, hsl(var(--muted)) 60%, transparent);
      }
    }

    .bg-navy, .bg-navy\/4 {
      background-color: hsl(var(--navy));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .bg-navy\/4 {
        background-color: color-mix(in oklab, hsl(var(--navy)) 4%, transparent);
      }
    }

    .bg-navy\/5 {
      background-color: hsl(var(--navy));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .bg-navy\/5 {
        background-color: color-mix(in oklab, hsl(var(--navy)) 5%, transparent);
      }
    }

    .bg-popover {
      background-color: hsl(var(--popover));
    }

    .bg-primary, .bg-primary\/10 {
      background-color: hsl(var(--primary-cta));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .bg-primary\/10 {
        background-color: color-mix(in oklab, hsl(var(--primary-cta)) 10%, transparent);
      }
    }

    .bg-red-50 {
      background-color: var(--color-red-50);
    }

    .bg-reserve, .bg-reserve\/4 {
      background-color: hsl(var(--reserve));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .bg-reserve\/4 {
        background-color: color-mix(in oklab, hsl(var(--reserve)) 4%, transparent);
      }
    }

    .bg-reserve\/5 {
      background-color: hsl(var(--reserve));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .bg-reserve\/5 {
        background-color: color-mix(in oklab, hsl(var(--reserve)) 5%, transparent);
      }
    }

    .bg-reserve\/10 {
      background-color: hsl(var(--reserve));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .bg-reserve\/10 {
        background-color: color-mix(in oklab, hsl(var(--reserve)) 10%, transparent);
      }
    }

    .bg-reserve\/20 {
      background-color: hsl(var(--reserve));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .bg-reserve\/20 {
        background-color: color-mix(in oklab, hsl(var(--reserve)) 20%, transparent);
      }
    }

    .bg-reserve\/30 {
      background-color: hsl(var(--reserve));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .bg-reserve\/30 {
        background-color: color-mix(in oklab, hsl(var(--reserve)) 30%, transparent);
      }
    }

    .bg-reserve\/80 {
      background-color: hsl(var(--reserve));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .bg-reserve\/80 {
        background-color: color-mix(in oklab, hsl(var(--reserve)) 80%, transparent);
      }
    }

    .bg-secondary {
      background-color: hsl(var(--secondary));
    }

    .bg-transparent {
      background-color: #0000;
    }

    .bg-linear-to-r {
      --tw-gradient-position: to right;
    }

    @supports (background-image: linear-gradient(in lab, red, red)) {
      .bg-linear-to-r {
        --tw-gradient-position: to right in oklab;
      }
    }

    .bg-linear-to-r {
      background-image: linear-gradient(var(--tw-gradient-stops));
    }

    .from-transparent {
      --tw-gradient-from: transparent;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }

    .via-white\/10 {
      --tw-gradient-via: #ffffff1a;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .via-white\/10 {
        --tw-gradient-via: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }

    .via-white\/10 {
      --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
      --tw-gradient-stops: var(--tw-gradient-via-stops);
    }

    .to-transparent {
      --tw-gradient-to: transparent;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }

    .fill-accent {
      fill: hsl(var(--accent));
    }

    .fill-current {
      fill: currentColor;
    }

    .fill-primary {
      fill: hsl(var(--primary-cta));
    }

    .fill-reserve {
      fill: hsl(var(--reserve));
    }

    .p-0 {
      padding: 0;
    }

    .p-0\.5 {
      padding: calc(var(--spacing) * .5);
    }

    .p-1 {
      padding: var(--spacing);
    }

    .p-2\.5 {
      padding: calc(var(--spacing) * 2.5);
    }

    .p-4 {
      padding: calc(var(--spacing) * 4);
    }

    .p-5 {
      padding: calc(var(--spacing) * 5);
    }

    .p-6 {
      padding: calc(var(--spacing) * 6);
    }

    .p-8 {
      padding: calc(var(--spacing) * 8);
    }

    .px-0 {
      padding-inline: 0;
    }

    .px-1\.5 {
      padding-inline: calc(var(--spacing) * 1.5);
    }

    .px-2 {
      padding-inline: calc(var(--spacing) * 2);
    }

    .px-2\.5 {
      padding-inline: calc(var(--spacing) * 2.5);
    }

    .px-3 {
      padding-inline: calc(var(--spacing) * 3);
    }

    .px-4 {
      padding-inline: calc(var(--spacing) * 4);
    }

    .px-5 {
      padding-inline: calc(var(--spacing) * 5);
    }

    .px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }

    .px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }

    .py-0\.5 {
      padding-block: calc(var(--spacing) * .5);
    }

    .py-1 {
      padding-block: var(--spacing);
    }

    .py-1\.5 {
      padding-block: calc(var(--spacing) * 1.5);
    }

    .py-2 {
      padding-block: calc(var(--spacing) * 2);
    }

    .py-3 {
      padding-block: calc(var(--spacing) * 3);
    }

    .py-4 {
      padding-block: calc(var(--spacing) * 4);
    }

    .py-5 {
      padding-block: calc(var(--spacing) * 5);
    }

    .py-6 {
      padding-block: calc(var(--spacing) * 6);
    }

    .py-8 {
      padding-block: calc(var(--spacing) * 8);
    }

    .pt-0 {
      padding-top: 0;
    }

    .pt-1 {
      padding-top: var(--spacing);
    }

    .pt-1\.5 {
      padding-top: calc(var(--spacing) * 1.5);
    }

    .pt-2 {
      padding-top: calc(var(--spacing) * 2);
    }

    .pt-3 {
      padding-top: calc(var(--spacing) * 3);
    }

    .pt-4 {
      padding-top: calc(var(--spacing) * 4);
    }

    .pt-5 {
      padding-top: calc(var(--spacing) * 5);
    }

    .pt-12 {
      padding-top: calc(var(--spacing) * 12);
    }

    .pt-15 {
      padding-top: calc(var(--spacing) * 15);
    }

    .pt-18 {
      padding-top: calc(var(--spacing) * 18);
    }

    .pt-24 {
      padding-top: calc(var(--spacing) * 24);
    }

    .pr-2 {
      padding-right: calc(var(--spacing) * 2);
    }

    .pr-7 {
      padding-right: calc(var(--spacing) * 7);
    }

    .pr-8 {
      padding-right: calc(var(--spacing) * 8);
    }

    .pb-0 {
      padding-bottom: 0;
    }

    .pb-0\.5 {
      padding-bottom: calc(var(--spacing) * .5);
    }

    .pb-1 {
      padding-bottom: var(--spacing);
    }

    .pb-2 {
      padding-bottom: calc(var(--spacing) * 2);
    }

    .pb-3 {
      padding-bottom: calc(var(--spacing) * 3);
    }

    .pb-4 {
      padding-bottom: calc(var(--spacing) * 4);
    }

    .pb-5 {
      padding-bottom: calc(var(--spacing) * 5);
    }

    .pb-6 {
      padding-bottom: calc(var(--spacing) * 6);
    }

    .pb-8 {
      padding-bottom: calc(var(--spacing) * 8);
    }

    .pl-2 {
      padding-left: calc(var(--spacing) * 2);
    }

    .pl-5 {
      padding-left: calc(var(--spacing) * 5);
    }

    .pl-8 {
      padding-left: calc(var(--spacing) * 8);
    }

    .text-center {
      text-align: center;
    }

    .text-left {
      text-align: left;
    }

    .text-right {
      text-align: right;
    }

    .font-inter {
      font-family: Inter, system-ui, sans-serif;
    }

    .font-trajan {
      font-family: Cinzel, Trajan Pro, Trajan, Times New Roman, serif;
    }

    .text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }

    .text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }

    .text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }

    .text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }

    .text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }

    .text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }

    .text-sm\! {
      font-size: var(--text-sm) !important;
      line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
    }

    .text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }

    .text-xs {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }

    .text-\[10px\] {
      font-size: 10px;
    }

    .text-\[11px\] {
      font-size: 11px;
    }

    .text-\[12px\] {
      font-size: 12px;
    }

    .text-\[13px\] {
      font-size: 13px;
    }

    .text-\[15px\] {
      font-size: 15px;
    }

    .leading-none {
      --tw-leading: 1;
      line-height: 1;
    }

    .leading-snug {
      --tw-leading: var(--leading-snug);
      line-height: var(--leading-snug);
    }

    .font-bold {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }

    .font-extrabold {
      --tw-font-weight: var(--font-weight-extrabold);
      font-weight: var(--font-weight-extrabold);
    }

    .font-light {
      --tw-font-weight: var(--font-weight-light);
      font-weight: var(--font-weight-light);
    }

    .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\.2em\] {
      --tw-tracking: .2em;
      letter-spacing: .2em;
    }

    .tracking-tight {
      --tw-tracking: var(--tracking-tight);
      letter-spacing: var(--tracking-tight);
    }

    .tracking-wide {
      --tw-tracking: var(--tracking-wide);
      letter-spacing: var(--tracking-wide);
    }

    .tracking-wider {
      --tw-tracking: var(--tracking-wider);
      letter-spacing: var(--tracking-wider);
    }

    .text-nowrap {
      text-wrap: nowrap;
    }

    .whitespace-nowrap {
      white-space: nowrap;
    }

    .text-\[hsl\(20\,60\%\,32\%\)\] {
      color: #834121;
    }

    .text-\[hsl\(41\,38\%\,40\%\)\] {
      color: #8d743f;
    }

    .text-accent {
      color: hsl(var(--accent));
    }

    .text-card-foreground {
      color: hsl(var(--card-foreground));
    }

    .text-current {
      color: currentColor;
    }

    .text-destructive {
      color: hsl(var(--destructive));
    }

    .text-destructive-foreground {
      color: hsl(var(--destructive-foreground));
    }

    .text-emerald-600 {
      color: var(--color-emerald-600);
    }

    .text-foreground, .text-foreground\/50 {
      color: hsl(var(--foreground));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .text-foreground\/50 {
        color: color-mix(in oklab, hsl(var(--foreground)) 50%, transparent);
      }
    }

    .text-muted-foreground, .text-muted-foreground\/50 {
      color: hsl(var(--muted-foreground));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .text-muted-foreground\/50 {
        color: color-mix(in oklab, hsl(var(--muted-foreground)) 50%, transparent);
      }
    }

    .text-muted-foreground\/70 {
      color: hsl(var(--muted-foreground));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .text-muted-foreground\/70 {
        color: color-mix(in oklab, hsl(var(--muted-foreground)) 70%, transparent);
      }
    }

    .text-navy {
      color: hsl(var(--navy));
    }

    .text-popover-foreground {
      color: hsl(var(--popover-foreground));
    }

    .text-primary {
      color: hsl(var(--primary-cta));
    }

    .text-primary-foreground {
      color: hsl(var(--primary-cta-foreground));
    }

    .text-primary\/90 {
      color: hsl(var(--primary-cta));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .text-primary\/90 {
        color: color-mix(in oklab, hsl(var(--primary-cta)) 90%, transparent);
      }
    }

    .text-red-600 {
      color: var(--color-red-600);
    }

    .text-reserve {
      color: hsl(var(--reserve));
    }

    .text-secondary-foreground {
      color: hsl(var(--secondary-foreground));
    }

    .text-white {
      color: var(--color-white);
    }

    .text-white\/70 {
      color: #ffffffb3;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .text-white\/70 {
        color: color-mix(in oklab, var(--color-white) 70%, transparent);
      }
    }

    .text-white\/80 {
      color: #fffc;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .text-white\/80 {
        color: color-mix(in oklab, var(--color-white) 80%, transparent);
      }
    }

    .text-white\/90 {
      color: #ffffffe6;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .text-white\/90 {
        color: color-mix(in oklab, var(--color-white) 90%, transparent);
      }
    }

    .text-white\/95 {
      color: #fffffff2;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .text-white\/95 {
        color: color-mix(in oklab, var(--color-white) 95%, transparent);
      }
    }

    .capitalize {
      text-transform: capitalize;
    }

    .uppercase {
      text-transform: uppercase;
    }

    .line-through {
      text-decoration-line: line-through;
    }

    .underline {
      text-decoration-line: underline;
    }

    .underline-offset-4 {
      text-underline-offset: 4px;
    }

    .accent-foreground {
      accent-color: hsl(var(--foreground));
    }

    .opacity-0 {
      opacity: 0;
    }

    .opacity-40 {
      opacity: .4;
    }

    .opacity-50 {
      opacity: .5;
    }

    .opacity-60 {
      opacity: .6;
    }

    .opacity-70 {
      opacity: .7;
    }

    .opacity-90 {
      opacity: .9;
    }

    .shadow {
      --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .shadow-\[0_0_12px_4px_hsl\(var\(--accent\)\/0\.4\)\] {
      --tw-shadow: 0 0 12px 4px var(--tw-shadow-color, hsl(var(--accent)/.4));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .shadow-\[0_0_12px_4px_hsl\(var\(--reserve\)\/0\.4\)\] {
      --tw-shadow: 0 0 12px 4px var(--tw-shadow-color, hsl(var(--reserve)/.4));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .shadow-\[0_3px_10px_hsl\(var\(--accent\)\/0\.45\)\] {
      --tw-shadow: 0 3px 10px var(--tw-shadow-color, hsl(var(--accent)/.45));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .shadow-\[0_3px_10px_hsl\(var\(--reserve\)\/0\.5\)\] {
      --tw-shadow: 0 3px 10px var(--tw-shadow-color, hsl(var(--reserve)/.5));
      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, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
      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, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
      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, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .ring {
      --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .ring-0 {
      --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .ring-1 {
      --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .ring-2 {
      --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);
    }

    .ring-accent\/30 {
      --tw-ring-color: hsl(var(--accent));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .ring-accent\/30 {
        --tw-ring-color: color-mix(in oklab, hsl(var(--accent)) 30%, transparent);
      }
    }

    .ring-navy\/20 {
      --tw-ring-color: hsl(var(--navy));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .ring-navy\/20 {
        --tw-ring-color: color-mix(in oklab, hsl(var(--navy)) 20%, transparent);
      }
    }

    .ring-reserve\/30 {
      --tw-ring-color: hsl(var(--reserve));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .ring-reserve\/30 {
        --tw-ring-color: color-mix(in oklab, hsl(var(--reserve)) 30%, transparent);
      }
    }

    .ring-offset-background {
      --tw-ring-offset-color: hsl(var(--background));
    }

    .outline {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }

    .drop-shadow-md {
      --tw-drop-shadow-size: drop-shadow(0 3px 3px var(--tw-drop-shadow-color, #0000001f));
      --tw-drop-shadow: drop-shadow(var(--drop-shadow-md));
      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-sm {
      --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, #00000026));
      --tw-drop-shadow: drop-shadow(var(--drop-shadow-sm));
      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, );
    }

    .filter {
      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, );
    }

    .transition {
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }

    .transition-all {
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }

    .transition-colors {
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }

    .transition-opacity {
      transition-property: opacity;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }

    .transition-transform {
      transition-property: transform, translate, scale, rotate;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }

    .duration-200 {
      --tw-duration: .2s;
      transition-duration: .2s;
    }

    .duration-300 {
      --tw-duration: .3s;
      transition-duration: .3s;
    }

    .ease-in-out {
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
    }

    .ease-out {
      --tw-ease: var(--ease-out);
      transition-timing-function: var(--ease-out);
    }

    .fade-in-0 {
      --tw-enter-opacity: 0;
    }

    .outline-none {
      --tw-outline-style: none;
      outline-style: none;
    }

    .select-none {
      -webkit-user-select: none;
      user-select: none;
    }

    .zoom-in-95 {
      --tw-enter-scale: .95;
    }

    .running {
      animation-play-state: running;
    }

    @media (hover: hover) {
      .group-hover\:opacity-100:is(:where(.group):hover *) {
        opacity: 1;
      }
    }

    .group-\[\.destructive\]\:border-muted\/40:is(:where(.group).destructive *) {
      border-color: hsl(var(--muted));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .group-\[\.destructive\]\:border-muted\/40:is(:where(.group).destructive *) {
        border-color: color-mix(in oklab, hsl(var(--muted)) 40%, transparent);
      }
    }

    .group-\[\.destructive\]\:text-red-300:is(:where(.group).destructive *) {
      color: var(--color-red-300);
    }

    .group-\[\.toast\]\:bg-muted:is(:where(.group).toast *) {
      background-color: hsl(var(--muted));
    }

    .group-\[\.toast\]\:bg-primary:is(:where(.group).toast *) {
      background-color: hsl(var(--primary-cta));
    }

    .group-\[\.toast\]\:text-muted-foreground:is(:where(.group).toast *) {
      color: hsl(var(--muted-foreground));
    }

    .group-\[\.toast\]\:text-primary-foreground:is(:where(.group).toast *) {
      color: hsl(var(--primary-cta-foreground));
    }

    .group-\[\.toaster\]\:border-border:is(:where(.group).toaster *) {
      border-color: hsl(var(--border));
    }

    .group-\[\.toaster\]\:bg-background:is(:where(.group).toaster *) {
      background-color: hsl(var(--background));
    }

    .group-\[\.toaster\]\:text-foreground:is(:where(.group).toaster *) {
      color: hsl(var(--foreground));
    }

    .group-\[\.toaster\]\:shadow-lg:is(:where(.group).toaster *) {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled ~ *) {
      cursor: not-allowed;
    }

    .peer-disabled\:opacity-70:is(:where(.peer):disabled ~ *) {
      opacity: .7;
    }

    .file\:border-0::file-selector-button {
      border-style: var(--tw-border-style);
      border-width: 0;
    }

    .file\:bg-transparent::file-selector-button {
      background-color: #0000;
    }

    .file\:text-sm::file-selector-button {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }

    .file\:font-medium::file-selector-button {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }

    .file\:text-foreground::file-selector-button {
      color: hsl(var(--foreground));
    }

    .placeholder\:text-muted-foreground::placeholder {
      color: hsl(var(--muted-foreground));
    }

    @media (hover: hover) {
      .hover\:-translate-y-0\.5:hover {
        --tw-translate-y: calc(var(--spacing) * -.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }

      .hover\:scale-\[1\.02\]:hover {
        scale: 1.02;
      }

      .hover\:scale-\[1\.04\]:hover {
        scale: 1.04;
      }

      .hover\:border-primary\/30:hover {
        border-color: hsl(var(--primary-cta));
      }

      @supports (color: color-mix(in lab, red, red)) {
        .hover\:border-primary\/30:hover {
          border-color: color-mix(in oklab, hsl(var(--primary-cta)) 30%, transparent);
        }
      }

      .hover\:border-primary\/40:hover {
        border-color: hsl(var(--primary-cta));
      }

      @supports (color: color-mix(in lab, red, red)) {
        .hover\:border-primary\/40:hover {
          border-color: color-mix(in oklab, hsl(var(--primary-cta)) 40%, transparent);
        }
      }

      .hover\:bg-accent:hover, .hover\:bg-accent\/90:hover {
        background-color: hsl(var(--accent));
      }

      @supports (color: color-mix(in lab, red, red)) {
        .hover\:bg-accent\/90:hover {
          background-color: color-mix(in oklab, hsl(var(--accent)) 90%, transparent);
        }
      }

      .hover\:bg-background:hover {
        background-color: hsl(var(--background));
      }

      .hover\:bg-destructive\/80:hover {
        background-color: hsl(var(--destructive));
      }

      @supports (color: color-mix(in lab, red, red)) {
        .hover\:bg-destructive\/80:hover {
          background-color: color-mix(in oklab, hsl(var(--destructive)) 80%, transparent);
        }
      }

      .hover\:bg-destructive\/90:hover {
        background-color: hsl(var(--destructive));
      }

      @supports (color: color-mix(in lab, red, red)) {
        .hover\:bg-destructive\/90:hover {
          background-color: color-mix(in oklab, hsl(var(--destructive)) 90%, transparent);
        }
      }

      .hover\:bg-muted:hover, .hover\:bg-muted\/50:hover {
        background-color: hsl(var(--muted));
      }

      @supports (color: color-mix(in lab, red, red)) {
        .hover\:bg-muted\/50:hover {
          background-color: color-mix(in oklab, hsl(var(--muted)) 50%, transparent);
        }
      }

      .hover\:bg-primary\/90:hover {
        background-color: hsl(var(--primary-cta));
      }

      @supports (color: color-mix(in lab, red, red)) {
        .hover\:bg-primary\/90:hover {
          background-color: color-mix(in oklab, hsl(var(--primary-cta)) 90%, transparent);
        }
      }

      .hover\:bg-reserve\/90:hover {
        background-color: hsl(var(--reserve));
      }

      @supports (color: color-mix(in lab, red, red)) {
        .hover\:bg-reserve\/90:hover {
          background-color: color-mix(in oklab, hsl(var(--reserve)) 90%, transparent);
        }
      }

      .hover\:bg-secondary:hover, .hover\:bg-secondary\/80:hover {
        background-color: hsl(var(--secondary));
      }

      @supports (color: color-mix(in lab, red, red)) {
        .hover\:bg-secondary\/80:hover {
          background-color: color-mix(in oklab, hsl(var(--secondary)) 80%, transparent);
        }
      }

      .hover\:text-accent-foreground:hover {
        color: hsl(var(--accent-foreground));
      }

      .hover\:text-foreground:hover {
        color: hsl(var(--foreground));
      }

      .hover\:text-muted-foreground:hover {
        color: hsl(var(--muted-foreground));
      }

      .hover\:text-primary\/90:hover {
        color: hsl(var(--primary-cta));
      }

      @supports (color: color-mix(in lab, red, red)) {
        .hover\:text-primary\/90:hover {
          color: color-mix(in oklab, hsl(var(--primary-cta)) 90%, transparent);
        }
      }

      .hover\:no-underline:hover {
        text-decoration-line: none;
      }

      .hover\:underline:hover {
        text-decoration-line: underline;
      }

      .hover\:opacity-100:hover {
        opacity: 1;
      }

      .hover\:shadow-lg:hover {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }

      .hover\:shadow-md:hover {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }

      .group-\[\.destructive\]\:hover\:border-destructive\/30:is(:where(.group).destructive *):hover {
        border-color: hsl(var(--destructive));
      }

      @supports (color: color-mix(in lab, red, red)) {
        .group-\[\.destructive\]\:hover\:border-destructive\/30:is(:where(.group).destructive *):hover {
          border-color: color-mix(in oklab, hsl(var(--destructive)) 30%, transparent);
        }
      }

      .group-\[\.destructive\]\:hover\:bg-destructive:is(:where(.group).destructive *):hover {
        background-color: hsl(var(--destructive));
      }

      .group-\[\.destructive\]\:hover\:text-destructive-foreground:is(:where(.group).destructive *):hover {
        color: hsl(var(--destructive-foreground));
      }

      .group-\[\.destructive\]\:hover\:text-red-50:is(:where(.group).destructive *):hover {
        color: var(--color-red-50);
      }
    }

    .focus\:bg-accent:focus {
      background-color: hsl(var(--accent));
    }

    .focus\:bg-reserve:focus {
      background-color: hsl(var(--reserve));
    }

    .focus\:text-accent-foreground:focus {
      color: hsl(var(--accent-foreground));
    }

    .focus\:text-white:focus {
      color: var(--color-white);
    }

    .focus\:opacity-100:focus {
      opacity: 1;
    }

    .focus\:ring-2:focus {
      --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .focus\:ring-accent:focus {
      --tw-ring-color: hsl(var(--accent));
    }

    .focus\:ring-red-500:focus {
      --tw-ring-color: var(--color-red-500);
    }

    .focus\:ring-reserve:focus {
      --tw-ring-color: hsl(var(--reserve));
    }

    .focus\:ring-ring:focus {
      --tw-ring-color: hsl(var(--ring));
    }

    .focus\:ring-offset-2:focus {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }

    .focus\:outline-none:focus {
      --tw-outline-style: none;
      outline-style: none;
    }

    .group-\[\.destructive\]\:focus\:ring-destructive:is(:where(.group).destructive *):focus {
      --tw-ring-color: hsl(var(--destructive));
    }

    .group-\[\.destructive\]\:focus\:ring-red-400:is(:where(.group).destructive *):focus {
      --tw-ring-color: var(--color-red-400);
    }

    .group-\[\.destructive\]\:focus\:ring-offset-red-600:is(:where(.group).destructive *):focus {
      --tw-ring-offset-color: var(--color-red-600);
    }

    .focus-visible\:ring-2:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .focus-visible\:ring-ring:focus-visible {
      --tw-ring-color: hsl(var(--ring));
    }

    .focus-visible\:ring-offset-2:focus-visible {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }

    .focus-visible\:ring-offset-background:focus-visible {
      --tw-ring-offset-color: hsl(var(--background));
    }

    .focus-visible\:outline-none:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }

    .active\:bg-muted:active {
      background-color: hsl(var(--muted));
    }

    .disabled\:pointer-events-none:disabled {
      pointer-events: none;
    }

    .disabled\:cursor-not-allowed:disabled {
      cursor: not-allowed;
    }

    .disabled\:opacity-40:disabled {
      opacity: .4;
    }

    .disabled\:opacity-50:disabled {
      opacity: .5;
    }

    .data-disabled\:pointer-events-none[data-disabled] {
      pointer-events: none;
    }

    .data-disabled\:opacity-50[data-disabled] {
      opacity: .5;
    }

    .data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
      --tw-translate-y: var(--spacing);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
      --tw-enter-translate-y: calc(2*var(--spacing)*-1);
    }

    .data-\[side\=left\]\:-translate-x-1[data-side="left"] {
      --tw-translate-x: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
      --tw-enter-translate-x: calc(2*var(--spacing));
    }

    .data-\[side\=right\]\:translate-x-1[data-side="right"] {
      --tw-translate-x: var(--spacing);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
      --tw-enter-translate-x: calc(2*var(--spacing)*-1);
    }

    .data-\[side\=top\]\:-translate-y-1[data-side="top"] {
      --tw-translate-y: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
      --tw-enter-translate-y: calc(2*var(--spacing));
    }

    .data-\[state\=checked\]\:translate-x-5[data-state="checked"] {
      --tw-translate-x: calc(var(--spacing) * 5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .data-\[state\=checked\]\:bg-primary[data-state="checked"] {
      background-color: hsl(var(--primary-cta));
    }

    .data-\[state\=closed\]\:animate-accordion-up[data-state="closed"] {
      animation: accordion-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\]\:duration-300[data-state="closed"] {
      --tw-duration: .3s;
      transition-duration: .3s;
    }

    .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
      --tw-exit-opacity: 0;
    }

    .data-\[state\=closed\]\:fade-out-80[data-state="closed"] {
      --tw-exit-opacity: .8;
    }

    .data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
      --tw-exit-scale: .95;
    }

    .data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
      --tw-exit-translate-y: 100%;
    }

    .data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
      --tw-exit-translate-x: -100%;
    }

    .data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"] {
      --tw-exit-translate-x: calc(1 / 2*-100%);
    }

    .data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
      --tw-exit-translate-x: 100%;
    }

    .data-\[state\=closed\]\:slide-out-to-right-full[data-state="closed"] {
      --tw-exit-translate-x: calc(1*100%);
    }

    .data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
      --tw-exit-translate-y: -100%;
    }

    .data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"] {
      --tw-exit-translate-y: calc(48%*-1);
    }

    .data-\[state\=on\]\:bg-accent[data-state="on"] {
      background-color: hsl(var(--accent));
    }

    .data-\[state\=on\]\:text-accent-foreground[data-state="on"] {
      color: hsl(var(--accent-foreground));
    }

    .data-\[state\=open\]\:animate-accordion-down[data-state="open"] {
      animation: accordion-down var(--tw-animation-duration, var(--tw-duration, .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\]\:bg-accent[data-state="open"] {
      background-color: hsl(var(--accent));
    }

    .data-\[state\=open\]\:bg-secondary[data-state="open"] {
      background-color: hsl(var(--secondary));
    }

    .data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
      color: hsl(var(--muted-foreground));
    }

    .data-\[state\=open\]\:duration-500[data-state="open"] {
      --tw-duration: .5s;
      transition-duration: .5s;
    }

    .data-\[state\=open\]\:fade-in-0[data-state="open"] {
      --tw-enter-opacity: 0;
    }

    .data-\[state\=open\]\:zoom-in-95[data-state="open"] {
      --tw-enter-scale: .95;
    }

    .data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
      --tw-enter-translate-y: 100%;
    }

    .data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
      --tw-enter-translate-x: -100%;
    }

    .data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"] {
      --tw-enter-translate-x: calc(1 / 2*-100%);
    }

    .data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
      --tw-enter-translate-x: 100%;
    }

    .data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
      --tw-enter-translate-y: -100%;
    }

    .data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"] {
      --tw-enter-translate-y: calc(48%*-1);
    }

    .data-\[state\=open\]\:slide-in-from-top-full[data-state="open"] {
      --tw-enter-translate-y: calc(1*-100%);
    }

    .data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
      --tw-translate-x: 0;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .data-\[state\=unchecked\]\:bg-input[data-state="unchecked"] {
      background-color: hsl(var(--input));
    }

    .data-\[swipe\=cancel\]\:translate-x-0[data-swipe="cancel"] {
      --tw-translate-x: 0;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .data-\[swipe\=end\]\:translate-x-\(--radix-toast-swipe-end-x\)[data-swipe="end"] {
      --tw-translate-x: var(--radix-toast-swipe-end-x);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .data-\[swipe\=end\]\:animate-out[data-swipe="end"] {
      animation: exit var(--tw-animation-duration, var(--tw-duration, .15s))var(--tw-ease, ease)var(--tw-animation-delay, 0s)var(--tw-animation-iteration-count, 1)var(--tw-animation-direction, normal)var(--tw-animation-fill-mode, none);
    }

    .data-\[swipe\=move\]\:translate-x-\(--radix-toast-swipe-move-x\)[data-swipe="move"] {
      --tw-translate-x: var(--radix-toast-swipe-move-x);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .data-\[swipe\=move\]\:transition-none[data-swipe="move"] {
      transition-property: none;
    }

    @media (min-width: 40rem) {
      .sm\:top-auto {
        top: auto;
      }

      .sm\:right-0 {
        right: 0;
      }

      .sm\:bottom-0 {
        bottom: 0;
      }

      .sm\:max-w-sm {
        max-width: var(--container-sm);
      }

      .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .sm\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }

      .sm\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
      }

      .sm\:flex-col {
        flex-direction: column;
      }

      .sm\:flex-row {
        flex-direction: row;
      }

      .sm\:justify-end {
        justify-content: flex-end;
      }

      :where(.sm\:space-x-2 > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
      }

      .sm\:rounded-lg {
        border-radius: var(--radius);
      }

      .sm\:p-10 {
        padding: calc(var(--spacing) * 10);
      }

      .sm\:text-left {
        text-align: left;
      }

      .sm\:text-3xl {
        font-size: var(--text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height));
      }

      .data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state="open"] {
        --tw-enter-translate-y: calc(1*100%);
      }
    }

    @media (min-width: 48rem) {
      .md\:top-0 {
        top: 0;
      }

      .md\:mx-auto {
        margin-inline: auto;
      }

      .md\:block {
        display: block;
      }

      .md\:flex {
        display: flex;
      }

      .md\:hidden {
        display: none;
      }

      .md\:inline-flex {
        display: inline-flex;
      }

      .md\:w-\[85px\] {
        width: 85px;
      }

      .md\:w-\[110px\] {
        width: 110px;
      }

      .md\:max-w-\[420px\] {
        max-width: 420px;
      }

      .md\:max-w-\[700px\] {
        max-width: 700px;
      }

      .md\:max-w-\[800px\] {
        max-width: 800px;
      }

      .md\:max-w-\[820px\] {
        max-width: 820px;
      }

      .md\:max-w-\[1280px\] {
        max-width: 1280px;
      }

      .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .md\:rounded-lg {
        border-radius: var(--radius);
      }

      .md\:rounded-xl {
        border-radius: var(--radius-xl);
      }

      .md\:border {
        border-style: var(--tw-border-style);
        border-width: 1px;
      }

      .md\:border-border {
        border-color: hsl(var(--border));
      }

      .md\:bg-muted\/30 {
        background-color: hsl(var(--muted));
      }

      @supports (color: color-mix(in lab, red, red)) {
        .md\:bg-muted\/30 {
          background-color: color-mix(in oklab, hsl(var(--muted)) 30%, transparent);
        }
      }

      .md\:p-4 {
        padding: calc(var(--spacing) * 4);
      }

      .md\:px-0 {
        padding-inline: 0;
      }

      .md\:px-4 {
        padding-inline: calc(var(--spacing) * 4);
      }

      .md\:text-sm {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
      }
    }

    @media (min-width: 64rem) {
      .lg\:block {
        display: block;
      }

      .lg\:grid {
        display: grid;
      }

      .lg\:hidden {
        display: none;
      }

      .lg\:inline-flex {
        display: inline-flex;
      }

      .lg\:max-w-\[99\%\] {
        max-width: 99%;
      }

      .lg\:max-w-\[calc\(\(100\%-1rem\)\*2\/3\)\] {
        max-width: calc(66.6667% - .666667rem);
      }

      .lg\:cursor-default {
        cursor: default;
      }

      .lg\:grid-cols-\[1fr_380px\] {
        grid-template-columns: 1fr 380px;
      }

      .lg\:grid-cols-\[2fr_1fr\] {
        grid-template-columns: 2fr 1fr;
      }

      .lg\:items-start {
        align-items: flex-start;
      }

      .lg\:gap-6 {
        gap: calc(var(--spacing) * 6);
      }

      .lg\:gap-10 {
        gap: calc(var(--spacing) * 10);
      }

      .lg\:py-8 {
        padding-block: calc(var(--spacing) * 8);
      }

      .lg\:text-3xl {
        font-size: var(--text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height));
      }
    }

    .\[\&_svg\]\:pointer-events-none svg {
      pointer-events: none;
    }

    .\[\&_svg\]\:size-4 svg {
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }

    .\[\&_svg\]\:shrink-0 svg {
      flex-shrink: 0;
    }

    .\[\&\>path\:first-child\]\:stroke-primary > path:first-child {
      stroke: hsl(var(--primary-cta));
    }

    .\[\&\>path\:last-child\]\:stroke-white > path:last-child, .\[\&\>path\:nth-child\(2\)\]\:stroke-white > path:nth-child(2) {
      stroke: var(--color-white);
    }

    .\[\&\>span\]\:line-clamp-1 > span {
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      overflow: hidden;
    }

    .\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state="open"] > svg {
      rotate: 180deg;
    }
  }

  :root {
    --background: 0 0% 98%;
    --foreground: 215 25% 27%;
    --card: 0 0% 100%;
    --card-foreground: 215 25% 27%;
    --popover: 0 0% 100%;
    --popover-foreground: 215 25% 27%;
    --primary-cta: 195 79% 13%;
    --primary-cta-foreground: 0 0% 100%;
    --secondary: 210 17% 93%;
    --secondary-foreground: 215 25% 27%;
    --muted: 210 17% 93%;
    --muted-foreground: 211 30% 38%;
    --accent: 22 82% 58%;
    --accent-foreground: 0 0% 100%;
    --reserve: 41 38% 52%;
    --reserve-foreground: 0 0% 100%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 0 0% 100%;
    --border: 210 20% 88%;
    --input: 210 20% 88%;
    --ring: 211 50% 24%;
    --radius: .5rem;
    --navy: 195 79% 13%;
    --orange: 22 82% 58%;
    --sidebar-background: 0 0% 98%;
    --sidebar-foreground: 240 5.3% 26.1%;
    --sidebar-primary: 240 5.9% 10%;
    --sidebar-primary-foreground: 0 0% 98%;
    --sidebar-accent: 240 4.8% 95.9%;
    --sidebar-accent-foreground: 240 5.9% 10%;
    --sidebar-border: 220 13% 91%;
    --sidebar-ring: 217.2 91.2% 59.8%;
  }

  .dark {
    --background: 215 28% 17%;
    --foreground: 0 0% 98%;
    --card: 215 28% 17%;
    --card-foreground: 0 0% 98%;
    --popover: 215 28% 17%;
    --popover-foreground: 0 0% 98%;
    --primary-cta: 0 0% 98%;
    --primary-cta-foreground: 211 50% 24%;
    --secondary: 215 25% 27%;
    --secondary-foreground: 0 0% 98%;
    --muted: 215 25% 27%;
    --muted-foreground: 215 15% 65%;
    --accent: 22 82% 58%;
    --accent-foreground: 0 0% 100%;
    --destructive: 0 62.8% 30.6%;
    --destructive-foreground: 0 0% 98%;
    --border: 215 25% 27%;
    --input: 215 25% 27%;
    --ring: 22 82% 58%;
    --navy: 195 79% 13%;
    --orange: 22 82% 58%;
    --sidebar-background: 240 5.9% 10%;
    --sidebar-foreground: 240 4.8% 95.9%;
    --sidebar-primary: 224.3 76.3% 48%;
    --sidebar-primary-foreground: 0 0% 100%;
    --sidebar-accent: 240 3.7% 15.9%;
    --sidebar-accent-foreground: 240 4.8% 95.9%;
    --sidebar-border: 240 3.7% 15.9%;
    --sidebar-ring: 217.2 91.2% 59.8%;
  }

  .bg-texture {
    background-color: hsl(var(--background));
    background-image: radial-gradient(circle at 20% 50%, hsl(var(--muted) / .5) 0%, transparent 50%), radial-gradient(circle at 80% 20%, hsl(var(--muted) / .4) 0%, transparent 40%), radial-gradient(circle at 40% 80%, hsl(var(--muted) / .35) 0%, transparent 45%), radial-gradient(ellipse at 60% 60%, hsl(var(--accent) / .03) 0%, transparent 60%);
  }

  .font-trajan {
    letter-spacing: .18em;
    text-transform: uppercase;
    font-feature-settings: "liga" 1, "kern" 1;
    font-family: Cinzel, Trajan Pro, Trajan, Times New Roman, serif;
    font-weight: 800;
  }

  .reserve-crest {
    z-index: 5;
    color: hsl(var(--reserve));
    background: hsl(var(--navy) / .55);
    border: 1px solid hsl(var(--reserve) / .8);
    box-shadow: inset 0 0 0 2px hsl(var(--navy)), inset 0 0 0 3px hsl(var(--reserve) / .45), 0 1px 4px hsl(var(--navy) / .5);
    border-radius: 4px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 9px 12px 8px;
    font-size: 13px;
    line-height: 1;
    display: inline-flex;
    position: absolute;
    top: 22px;
    right: 22px;
  }

  .scrollbar-visible {
    scrollbar-width: thin;
    scrollbar-color: hsl(var(--muted-foreground) / .4) hsl(var(--muted) / .3);
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll !important;
  }

  .scrollbar-visible:hover {
    scrollbar-color: hsl(var(--muted-foreground) / .6) hsl(var(--muted) / .5);
  }

  .scrollbar-visible::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
  }

  .scrollbar-visible::-webkit-scrollbar-track {
    background: hsl(var(--muted) / .3);
    border-radius: 4px;
  }

  .scrollbar-visible:hover::-webkit-scrollbar-track {
    background: hsl(var(--muted) / .5);
  }

  .scrollbar-visible::-webkit-scrollbar-thumb {
    background: hsl(var(--muted-foreground) / .4);
    border-radius: 4px;
    min-height: 30px;
  }

  .scrollbar-visible:hover::-webkit-scrollbar-thumb {
    background: hsl(var(--muted-foreground) / .6);
  }

  .scrollbar-visible::-webkit-scrollbar-thumb:hover {
    background: hsl(var(--muted-foreground) / .75);
  }

  :focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-ring-color: hsl(var(--ring));
    --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);
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (forced-colors: active) {
    :focus-visible {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }

  :disabled {
    cursor: not-allowed;
  }

  .sr-only {
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  [role="slider"]:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-ring-color: hsl(var(--ring));
    --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);
  }

  @keyframes border-glow {
    0%, 100% {
      border-color: hsl(var(--accent));
      box-shadow: 0 0 8px hsl(var(--accent) / .4);
    }

    50% {
      border-color: hsl(var(--accent) / .6);
      box-shadow: 0 0 16px hsl(var(--accent) / .6);
    }
  }

  .animate-border-glow {
    animation: 2s ease-in-out infinite border-glow;
  }

  @media print {
    body {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
      background: #fff !important;
    }

    .print-hide {
      display: none !important;
    }

    * {
      color: #000 !important;
    }

    .print-preserve-color {
      color: inherit !important;
    }

    * {
      box-shadow: none !important;
      text-shadow: none !important;
    }

    .print-no-break {
      break-inside: avoid;
      page-break-inside: avoid;
    }

    .print-full-width {
      width: 100% !important;
      max-width: 100% !important;
    }

    :hover {
      background-color: inherit !important;
    }

    a[href]:after {
      content: none !important;
    }

    @page {
      margin: .5in;
    }
  }
}

@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}

@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}

@property --tw-animation-duration {
  syntax: "*";
  inherits: false
}

@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}

@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-exit-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-exit-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@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-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-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-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: 0;
}

@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-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0)scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1))rotate(var(--tw-enter-rotate, 0));
    filter: blur(var(--tw-enter-blur, 0));
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0)scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1))rotate(var(--tw-exit-rotate, 0));
    filter: blur(var(--tw-exit-blur, 0));
  }
}

@keyframes accordion-down {
  from {
    height: 0;
  }

  to {
    height: var(--radix-accordion-content-height);
  }
}

@keyframes accordion-up {
  from {
    height: var(--radix-accordion-content-height);
  }

  to {
    height: 0;
  }
}

@keyframes border-glow {
  0% {
    border-color: hsl(var(--accent) / .4);
    box-shadow: 0 0 0 0 hsl(var(--accent) / 0);
  }

  50% {
    border-color: hsl(var(--accent));
    box-shadow: 0 0 12px 2px hsl(var(--accent) / .5);
  }

  100% {
    border-color: hsl(var(--accent) / .4);
    box-shadow: 0 0 0 0 hsl(var(--accent) / 0);
  }
}
