@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&family=DM+Sans:wght@300;400;500;600&display=swap";


@layer components;

/*! tailwindcss v4.2.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-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-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-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-content: "";
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -.025em;
    --tracking-widest: .1em;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-sm: .25rem;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --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;
    --aspect-video: 16 / 9;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --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;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -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;
  }
}

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

  .invisible {
    visibility: hidden;
  }

  .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;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: 0;
  }

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

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

  .start {
    inset-inline-start: var(--spacing);
  }

  .end {
    inset-inline-end: var(--spacing);
  }

  .-top-12 {
    top: -3rem;
  }

  .top-0 {
    top: 0;
  }

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

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

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

  .top-4 {
    top: 1rem;
  }

  .top-6 {
    top: 1.5rem;
  }

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

  .top-full {
    top: 100%;
  }

  .right-0 {
    right: 0;
  }

  .right-1 {
    right: .25rem;
  }

  .right-3 {
    right: .75rem;
  }

  .right-4 {
    right: 1rem;
  }

  .right-6 {
    right: 1.5rem;
  }

  .right-auto {
    right: auto;
  }

  .-bottom-12 {
    bottom: -3rem;
  }

  .bottom-0 {
    bottom: 0;
  }

  .bottom-auto {
    bottom: auto;
  }

  .left-0 {
    left: 0;
  }

  .left-1 {
    left: .25rem;
  }

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

  .left-2 {
    left: .5rem;
  }

  .left-3 {
    left: .75rem;
  }

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

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

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

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

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

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

  .order-last {
    order: 9999;
  }

  .col-span-3 {
    grid-column: span 3 / span 3;
  }

  .row-span-1 {
    grid-row: span 1 / span 1;
  }

  .container {
    width: 100%;
  }

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

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

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

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

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

  .m-2 {
    margin: .5rem;
  }

  .container {
    margin-inline: auto;
  }

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

  @media (width >= 100%) {
    .container {
      max-width: 100%;
    }
  }

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

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

  .-mx-1 {
    margin-inline: -.25rem;
  }

  .mx-2 {
    margin-inline: .5rem;
  }

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

  .mx-4 {
    margin-inline: 1rem;
  }

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

  .my-1 {
    margin-block: .25rem;
  }

  .my-3 {
    margin-block: .75rem;
  }

  .my-4 {
    margin-block: 1rem;
  }

  .my-8 {
    margin-block: 2rem;
  }

  .my-\[3px\] {
    margin-block: 3px;
  }

  .prose {
    color: #000;
    max-width: 100%;
  }

  .prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .prose :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    font-size: 1.25em;
    line-height: 1.6;
  }

  .prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    font-weight: 500;
    text-decoration: underline;
  }

  .prose :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 700;
  }

  .prose :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
  }

  .prose :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
    list-style-type: decimal;
  }

  .prose :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }

  .prose :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }

  .prose :where(ol[type="A" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }

  .prose :where(ol[type="a" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }

  .prose :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }

  .prose :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }

  .prose :where(ol[type="I" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }

  .prose :where(ol[type="i" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }

  .prose :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    list-style-type: decimal;
  }

  .prose :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
    list-style-type: disc;
  }

  .prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
    color: var(--tw-prose-counters);
    font-weight: 400;
  }

  .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
  }

  .prose :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.25em;
    font-weight: 600;
  }

  .prose :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .prose :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-quotes);
    border-inline-start-width: .25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "“""”""‘""’";
    padding-inline-start: 1em;
    border-left-width: .1875rem;
    border-left-color: #000;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding: .75rem 1.25rem;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
  }

  .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):before {
    content: open-quote;
  }

  .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
    content: close-quote;
  }

  .prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 0;
    margin-bottom: .888889em;
    font-size: 2.25em;
    font-weight: 800;
    line-height: 1.11111;
  }

  .prose :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 900;
  }

  .prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .prose :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 800;
  }

  .prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .prose :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 700;
  }

  .prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
  }

  .prose :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-weight: 700;
  }

  .prose :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .prose :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
    display: block;
  }

  .prose :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .prose :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    padding-top: .1875em;
    padding-inline-end: .375em;
    padding-bottom: .1875em;
    border-radius: .3125rem;
    padding-inline-start: .375em;
    font-family: inherit;
    font-size: .875em;
    font-weight: 500;
  }

  .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-size: .875em;
    font-weight: 600;
  }

  .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
    content: "`";
  }

  .prose :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
  }

  .prose :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-size: .875em;
  }

  .prose :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-size: .9em;
  }

  .prose :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
  }

  .prose :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    padding-top: .857143em;
    padding-inline-end: 1.14286em;
    padding-bottom: .857143em;
    border-radius: .375rem;
    margin-top: 1.71429em;
    margin-bottom: 1.71429em;
    padding-inline-start: 1.14286em;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.71429;
    overflow-x: auto;
  }

  .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    padding: 0;
  }

  .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
    content: none;
  }

  .prose :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    table-layout: auto;
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: .875em;
    line-height: 1.71429;
  }

  .prose :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }

  .prose :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    vertical-align: bottom;
    padding-inline-end: .571429em;
    padding-bottom: .571429em;
    padding-inline-start: .571429em;
    font-weight: 600;
  }

  .prose :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }

  .prose :where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 0;
  }

  .prose :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    vertical-align: baseline;
  }

  .prose :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }

  .prose :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    vertical-align: top;
  }

  .prose :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    text-align: start;
  }

  .prose :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .prose :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: #000;
    opacity: .8;
    border-left-width: 2px;
    border-left-color: #000;
    margin-top: .5rem;
    padding-left: .5rem;
    font-size: .875rem;
    line-height: 1.5;
  }

  .prose {
    --tw-prose-body: oklch(37.3% .034 259.733);
    --tw-prose-headings: oklch(21% .034 264.665);
    --tw-prose-lead: oklch(44.6% .03 256.802);
    --tw-prose-links: oklch(21% .034 264.665);
    --tw-prose-bold: oklch(21% .034 264.665);
    --tw-prose-counters: oklch(55.1% .027 264.364);
    --tw-prose-bullets: oklch(87.2% .01 258.338);
    --tw-prose-hr: oklch(92.8% .006 264.531);
    --tw-prose-quotes: oklch(21% .034 264.665);
    --tw-prose-quote-borders: oklch(92.8% .006 264.531);
    --tw-prose-captions: oklch(55.1% .027 264.364);
    --tw-prose-kbd: oklch(21% .034 264.665);
    --tw-prose-kbd-shadows: NaN NaN NaN;
    --tw-prose-code: oklch(21% .034 264.665);
    --tw-prose-pre-code: oklch(92.8% .006 264.531);
    --tw-prose-pre-bg: oklch(27.8% .033 256.848);
    --tw-prose-th-borders: oklch(87.2% .01 258.338);
    --tw-prose-td-borders: oklch(92.8% .006 264.531);
    --tw-prose-invert-body: oklch(87.2% .01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% .022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% .022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% .03 256.802);
    --tw-prose-invert-hr: oklch(37.3% .034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% .003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% .034 259.733);
    --tw-prose-invert-captions: oklch(70.7% .022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% .01 258.338);
    --tw-prose-invert-pre-bg: #00000080;
    --tw-prose-invert-th-borders: oklch(44.6% .03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% .034 259.733);
    font-size: 1rem;
    line-height: 1.5;
  }

  .prose :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .prose :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: .375em;
  }

  .prose :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .75em;
    margin-bottom: .75em;
  }

  .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .75em;
    margin-bottom: .75em;
  }

  .prose :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .prose :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .5em;
    padding-inline-start: 1.625em;
  }

  .prose :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }

  .prose :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .prose :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-top: .571429em;
    padding-inline-end: .571429em;
    padding-bottom: .571429em;
    padding-inline-start: .571429em;
  }

  .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .prose :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .prose :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }

  .prose :where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-bottom: 0;
  }

  .prose :where(h1, h2, h3, h4, h5, h6):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-weight: 700;
  }

  .prose :where(h5):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .prose :where(h6):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25rem;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.4;
  }

  :where(:where(.prose)):not(:where([class~="not-prose"], [class~="not-prose"] *)) > h2:first-child, :where(:where(.prose)):not(:where([class~="not-prose"], [class~="not-prose"] *)) > h3:first-child, :where(:where(.prose)):not(:where([class~="not-prose"], [class~="not-prose"] *)) > h4:first-child {
    margin-top: 1.5rem;
  }

  :where(:where(.prose)):not(:where([class~="not-prose"], [class~="not-prose"] *)) > h5:first-child, :where(:where(.prose)):not(:where([class~="not-prose"], [class~="not-prose"] *)) > h6:first-child {
    margin-top: 1.25rem;
  }

  .-mt-4 {
    margin-top: -1rem;
  }

  .mt-1 {
    margin-top: .25rem;
  }

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

  .mt-2 {
    margin-top: .5rem;
  }

  .mt-3 {
    margin-top: .75rem;
  }

  .mt-4 {
    margin-top: 1rem;
  }

  .mt-5 {
    margin-top: 1.25rem;
  }

  .mt-6 {
    margin-top: 1.5rem;
  }

  .mt-8 {
    margin-top: 2rem;
  }

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

  .mt-10 {
    margin-top: 2.5rem;
  }

  .mt-12 {
    margin-top: 3rem;
  }

  .mt-\[-50vh\] {
    margin-top: -50vh;
  }

  .mt-auto {
    margin-top: auto;
  }

  .-mr-2 {
    margin-right: -.5rem;
  }

  .mr-1 {
    margin-right: .25rem;
  }

  .mr-4 {
    margin-right: 1rem;
  }

  .mb-1 {
    margin-bottom: .25rem;
  }

  .mb-2 {
    margin-bottom: .5rem;
  }

  .mb-3 {
    margin-bottom: .75rem;
  }

  .mb-4 {
    margin-bottom: 1rem;
  }

  .mb-5 {
    margin-bottom: 1.25rem;
  }

  .mb-6 {
    margin-bottom: 1.5rem;
  }

  .mb-8 {
    margin-bottom: 2rem;
  }

  .mb-10 {
    margin-bottom: 2.5rem;
  }

  .mb-12 {
    margin-bottom: 3rem;
  }

  .mb-14 {
    margin-bottom: 3.5rem;
  }

  .-ml-4 {
    margin-left: -1rem;
  }

  .ml-12 {
    margin-left: 3rem;
  }

  .ml-\[-5vw\] {
    margin-left: -5vw;
  }

  .ml-auto {
    margin-left: auto;
  }

  .no-scrollbar::-webkit-scrollbar {
    display: none;
  }

  .no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

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

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

  .table {
    display: table;
  }

  .aspect-\[2\] {
    aspect-ratio: 2;
  }

  .aspect-\[3\/2\] {
    aspect-ratio: 3 / 2;
  }

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

  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }

  .size-2 {
    width: .5rem;
    height: .5rem;
  }

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

  .size-4 {
    width: 1rem;
    height: 1rem;
  }

  .size-5 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .size-6 {
    width: 1.5rem;
    height: 1.5rem;
  }

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

  .size-8 {
    width: 2rem;
    height: 2rem;
  }

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

  .size-10 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .size-12 {
    width: 3rem;
    height: 3rem;
  }

  .size-14 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .size-16 {
    width: 4rem;
    height: 4rem;
  }

  .size-\[1\.125rem\] {
    width: 1.125rem;
    height: 1.125rem;
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

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

  .h-2 {
    height: .5rem;
  }

  .h-4 {
    height: 1rem;
  }

  .h-5 {
    height: 1.25rem;
  }

  .h-6 {
    height: 1.5rem;
  }

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

  .h-8 {
    height: 2rem;
  }

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

  .h-12 {
    height: 3rem;
  }

  .h-14 {
    height: 3.5rem;
  }

  .h-16 {
    height: 4rem;
  }

  .h-20 {
    height: 5rem;
  }

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

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

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

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

  .h-screen {
    height: 100vh;
  }

  .h-svh {
    height: 100svh;
  }

  .max-h-12 {
    max-height: 3rem;
  }

  .max-h-14 {
    max-height: 3.5rem;
  }

  .max-h-96 {
    max-height: 24rem;
  }

  .max-h-\[60rem\] {
    max-height: 60rem;
  }

  .min-h-0 {
    min-height: 0;
  }

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

  .min-h-12 {
    min-height: 3rem;
  }

  .min-h-14 {
    min-height: 3.5rem;
  }

  .min-h-16 {
    min-height: 4rem;
  }

  .min-h-\[11\.25rem\] {
    min-height: 11.25rem;
  }

  .min-h-svh {
    min-height: 100svh;
  }

  .w-1 {
    width: .25rem;
  }

  .w-4 {
    width: 1rem;
  }

  .w-5 {
    width: 1.25rem;
  }

  .w-6 {
    width: 1.5rem;
  }

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

  .w-8 {
    width: 2rem;
  }

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

  .w-10 {
    width: 2.5rem;
  }

  .w-14 {
    width: 3.5rem;
  }

  .w-72 {
    width: 18rem;
  }

  .w-\[--sidebar-width\] {
    width: --sidebar-width;
  }

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

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

  .w-auto {
    width: auto;
  }

  .w-fit {
    width: fit-content;
  }

  .w-full {
    width: 100%;
  }

  .w-px {
    width: 1px;
  }

  .w-screen {
    width: 100vw;
  }

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

  .max-w-\[40rem\] {
    max-width: 40rem;
  }

  .max-w-full {
    max-width: 100%;
  }

  .max-w-lg {
    max-width: 48rem;
  }

  .max-w-none {
    max-width: none;
  }

  .max-w-sm {
    max-width: 30rem;
  }

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

  .min-w-5 {
    min-width: 1.25rem;
  }

  .min-w-12 {
    min-width: 3rem;
  }

  .min-w-14 {
    min-width: 3.5rem;
  }

  .min-w-18 {
    min-width: 4.5rem;
  }

  .min-w-32, .min-w-\[8rem\] {
    min-width: 8rem;
  }

  .min-w-\[12\.5rem\] {
    min-width: 12.5rem;
  }

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

  .min-w-full {
    min-width: 100%;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

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

  .grow-1 {
    flex-grow: 1;
  }

  .basis-full {
    flex-basis: 100%;
  }

  .table-fixed {
    table-layout: fixed;
  }

  .caption-bottom {
    caption-side: bottom;
  }

  .border-collapse {
    border-collapse: collapse;
  }

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

  .-translate-x-px {
    --tw-translate-x: calc(1px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-px {
    --tw-translate-x: 1px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    translate: 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);
  }

  .rotate-90 {
    rotate: 90deg;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

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

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

  .cursor-default {
    cursor: default;
  }

  .cursor-pointer {
    cursor: pointer;
  }

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

  .resize {
    resize: both;
  }

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

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

  .grid-flow-col {
    grid-auto-flow: column;
  }

  .grid-flow-row {
    grid-auto-flow: row;
  }

  .auto-rows-max {
    grid-auto-rows: max-content;
  }

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

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

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

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

  .grid-cols-\[max-content\] {
    grid-template-columns: max-content;
  }

  .grid-cols-\[max-content_1fr\] {
    grid-template-columns: max-content 1fr;
  }

  .grid-rows-\[auto_auto\] {
    grid-template-rows: auto auto;
  }

  .grid-rows-\[max-content\] {
    grid-template-rows: max-content;
  }

  .grid-rows-\[max-content_max-content\] {
    grid-template-rows: max-content max-content;
  }

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

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

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

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

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

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

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

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

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

  .justify-start {
    justify-content: flex-start;
  }

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

  .gap-1 {
    gap: .25rem;
  }

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

  .gap-2 {
    gap: .5rem;
  }

  .gap-3 {
    gap: .75rem;
  }

  .gap-4 {
    gap: 1rem;
  }

  .gap-5 {
    gap: 1.25rem;
  }

  .gap-6 {
    gap: 1.5rem;
  }

  .gap-8 {
    gap: 2rem;
  }

  .gap-12 {
    gap: 3rem;
  }

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

  :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(.5rem * var(--tw-space-y-reverse));
    margin-block-end: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
  }

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

  .gap-x-1 {
    column-gap: .25rem;
  }

  .gap-x-2 {
    column-gap: .5rem;
  }

  .gap-x-3 {
    column-gap: .75rem;
  }

  .gap-x-4 {
    column-gap: 1rem;
  }

  .gap-x-6 {
    column-gap: 1.5rem;
  }

  .gap-x-8 {
    column-gap: 2rem;
  }

  .gap-x-12 {
    column-gap: 3rem;
  }

  .gap-x-\[4vw\] {
    column-gap: 4vw;
  }

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

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

  .gap-y-2 {
    row-gap: .5rem;
  }

  .gap-y-3 {
    row-gap: .75rem;
  }

  .gap-y-3\.5 {
    row-gap: calc(var(--spacing) * 3.5);
  }

  .gap-y-4 {
    row-gap: 1rem;
  }

  .gap-y-5 {
    row-gap: 1.25rem;
  }

  .gap-y-6 {
    row-gap: 1.5rem;
  }

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

  .gap-y-8 {
    row-gap: 2rem;
  }

  .gap-y-10 {
    row-gap: 2.5rem;
  }

  .gap-y-12 {
    row-gap: 3rem;
  }

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

  .self-stretch {
    align-self: stretch;
  }

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

  .justify-self-start {
    justify-self: flex-start;
  }

  .overflow-auto {
    overflow: auto;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-scroll {
    overflow: scroll;
  }

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

  .rounded-\[1\.25rem\] {
    border-radius: 1.25rem;
  }

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

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

  .rounded-none {
    border-radius: 0;
  }

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

  .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-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }

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

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

  .border-border-alternative {
    border-color: #fff;
  }

  .border-border-primary {
    border-color: #000;
  }

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

  .bg-\[\#ECF0E8\] {
    background-color: #ecf0e8;
  }

  .bg-background-alternative {
    background-color: #000;
  }

  .bg-background-alternative\/70 {
    background-color: oklab(0% none none / .7);
  }

  .bg-background-primary {
    background-color: #fff;
  }

  .bg-background-secondary {
    background-color: #eee;
  }

  .bg-background-success {
    background-color: #ecfdf3;
  }

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

  .bg-black\/25 {
    background-color: #00000040;
  }

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

  .bg-black\/50 {
    background-color: #00000080;
  }

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

  .bg-black\/60 {
    background-color: #0009;
  }

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

  .bg-black\/90 {
    background-color: #000000e6;
  }

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

  .bg-border, .bg-border-primary, .bg-neutral-black {
    background-color: #000;
  }

  .bg-neutral-lighter {
    background-color: #ccc;
  }

  .bg-neutral-lightest {
    background-color: #eee;
  }

  .bg-neutral-white {
    background-color: #fff;
  }

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

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

  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-\[\#ECF0E8\] {
    --tw-gradient-from: #ecf0e8;
    --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));
  }

  .from-background-primary {
    --tw-gradient-from: #fff;
    --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));
  }

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

  .to-\[\#ECF0E8\] {
    --tw-gradient-to: #ecf0e8;
    --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));
  }

  .to-background-primary {
    --tw-gradient-to: #fff;
    --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));
  }

  .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-current {
    fill: currentColor;
  }

  .object-cover {
    object-fit: cover;
  }

  .\!p-0 {
    padding: 0 !important;
  }

  .p-0 {
    padding: 0;
  }

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

  .p-1 {
    padding: .25rem;
  }

  .p-2 {
    padding: .5rem;
  }

  .p-3 {
    padding: .75rem;
  }

  .p-4 {
    padding: 1rem;
  }

  .p-6 {
    padding: 1.5rem;
  }

  .p-8 {
    padding: 2rem;
  }

  .px-1 {
    padding-inline: .25rem;
  }

  .px-2 {
    padding-inline: .5rem;
  }

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

  .px-3 {
    padding-inline: .75rem;
  }

  .px-4 {
    padding-inline: 1rem;
  }

  .px-5 {
    padding-inline: 1.25rem;
  }

  .px-6 {
    padding-inline: 1.5rem;
  }

  .px-8 {
    padding-inline: 2rem;
  }

  .px-\[5\%\] {
    padding-inline: 5%;
  }

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

  .py-1 {
    padding-block: .25rem;
  }

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

  .py-2 {
    padding-block: .5rem;
  }

  .py-3 {
    padding-block: .75rem;
  }

  .py-4 {
    padding-block: 1rem;
  }

  .py-5 {
    padding-block: 1.25rem;
  }

  .py-6 {
    padding-block: 1.5rem;
  }

  .py-8 {
    padding-block: 2rem;
  }

  .py-12 {
    padding-block: 3rem;
  }

  .py-16 {
    padding-block: 4rem;
  }

  .pt-1 {
    padding-top: .25rem;
  }

  .pt-4 {
    padding-top: 1rem;
  }

  .pt-6 {
    padding-top: 1.5rem;
  }

  .pt-16 {
    padding-top: 4rem;
  }

  .pt-\[0\.875rem\] {
    padding-top: .875rem;
  }

  .pt-\[66\%\] {
    padding-top: 66%;
  }

  .pt-\[66\.66\%\] {
    padding-top: 66.66%;
  }

  .pr-2 {
    padding-right: .5rem;
  }

  .pr-3 {
    padding-right: .75rem;
  }

  .pr-4 {
    padding-right: 1rem;
  }

  .pr-8 {
    padding-right: 2rem;
  }

  .pr-\[2\.75rem\] {
    padding-right: 2.75rem;
  }

  .pb-4 {
    padding-bottom: 1rem;
  }

  .pb-5 {
    padding-bottom: 1.25rem;
  }

  .pb-12 {
    padding-bottom: 3rem;
  }

  .pb-24 {
    padding-bottom: 6rem;
  }

  .pb-28 {
    padding-bottom: 7rem;
  }

  .pl-3 {
    padding-left: .75rem;
  }

  .pl-4 {
    padding-left: 1rem;
  }

  .pl-8 {
    padding-left: 2rem;
  }

  .pl-\[2\.75rem\] {
    padding-left: 2.75rem;
  }

  .pl-\[5vw\] {
    padding-left: 5vw;
  }

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

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

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

  .align-middle {
    vertical-align: middle;
  }

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

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

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

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

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

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

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

  .text-md {
    font-size: 1.125rem;
    line-height: var(--tw-leading, 1.5);
  }

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

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

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

  .text-\[0\.8rem\] {
    font-size: .8rem;
  }

  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }

  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }

  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }

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

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

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

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

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

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

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

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

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

  .break-words {
    overflow-wrap: break-word;
  }

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

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

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

  .text-current {
    color: currentColor;
  }

  .text-text-alternative {
    color: #fff;
  }

  .text-text-primary {
    color: #000;
  }

  .text-text-secondary {
    color: #aaa;
  }

  .text-text-success {
    color: #027a48;
  }

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

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
  }

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

  .decoration-black {
    -webkit-text-decoration-color: var(--color-black);
    -webkit-text-decoration-color: var(--color-black);
    text-decoration-color: var(--color-black);
  }

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

  .opacity-50 {
    opacity: .5;
  }

  .opacity-60 {
    opacity: .6;
  }

  .shadow-\[0_0_0_1px_hsl\(var\(--border-primary\)\)\] {
    --tw-shadow: 0 0 0 1px var(--tw-shadow-color, hsl(var(--border-primary)));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_0_0_8px_\#ECF0E8\] {
    --tw-shadow: 0 0 0 8px var(--tw-shadow-color, #ecf0e8);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_0_0_8px_\#fff\] {
    --tw-shadow: 0 0 0 8px var(--tw-shadow-color, #fff);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .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-border-primary {
    --tw-ring-color: #000;
  }

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

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

  .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-\[left\,right\,width\] {
    transition-property: left, right, width;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[margin\,opa\] {
    transition-property: margin, opa;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[width\,height\,padding\] {
    transition-property: width, height, padding;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[width\] {
    transition-property: width;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

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

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

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

  .duration-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-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }

  .animate-in {
    --tw-enter-opacity: initial;
    --tw-enter-scale: initial;
    --tw-enter-rotate: initial;
    --tw-enter-translate-x: initial;
    --tw-enter-translate-y: initial;
    animation-name: enter;
    animation-duration: .15s;
  }

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

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

  .\[grid-area\:2\/1\/3\/2\] {
    grid-area: 2 / 1 / 3 / 2;
  }

  .duration-200 {
    animation-duration: .2s;
  }

  .duration-300 {
    animation-duration: .3s;
  }

  .ease-in-out {
    animation-timing-function: cubic-bezier(.4, 0, .2, 1);
  }

  .ease-linear {
    animation-timing-function: linear;
  }

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

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

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

  .group-focus-within\/menu-item\:opacity-100:is(:where(.group\/menu-item):focus-within *) {
    opacity: 1;
  }

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

  .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8:is(:where(.group\/menu-item):has([data-sidebar="menu-action"]) *) {
    padding-right: 2rem;
  }

  .group-data-\[collapsible\=icon\]\:-mt-8:is(:where(.group)[data-collapsible="icon"] *) {
    margin-top: -2rem;
  }

  .group-data-\[collapsible\=icon\]\:hidden:is(:where(.group)[data-collapsible="icon"] *) {
    display: none;
  }

  .group-data-\[collapsible\=icon\]\:\!size-10:is(:where(.group)[data-collapsible="icon"] *) {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }

  .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\]:is(:where(.group)[data-collapsible="icon"] *) {
    width: --sidebar-width-icon;
  }

  .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\]:is(:where(.group)[data-collapsible="icon"] *) {
    width: calc(var(--sidebar-width-icon) + 1rem);
  }

  .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\]:is(:where(.group)[data-collapsible="icon"] *) {
    width: calc(var(--sidebar-width-icon) + 1rem + 2px);
  }

  .group-data-\[collapsible\=icon\]\:overflow-hidden:is(:where(.group)[data-collapsible="icon"] *) {
    overflow: hidden;
  }

  .group-data-\[collapsible\=icon\]\:\!p-0:is(:where(.group)[data-collapsible="icon"] *) {
    padding: 0 !important;
  }

  .group-data-\[collapsible\=icon\]\:\!p-2:is(:where(.group)[data-collapsible="icon"] *) {
    padding: .5rem !important;
  }

  .group-data-\[collapsible\=icon\]\:opacity-0:is(:where(.group)[data-collapsible="icon"] *) {
    opacity: 0;
  }

  .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible="offcanvas"] *) {
    right: calc(var(--sidebar-width) * -1);
  }

  .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible="offcanvas"] *) {
    left: calc(var(--sidebar-width) * -1);
  }

  .group-data-\[collapsible\=offcanvas\]\:w-0:is(:where(.group)[data-collapsible="offcanvas"] *) {
    width: 0;
  }

  .group-data-\[collapsible\=offcanvas\]\:translate-x-0:is(:where(.group)[data-collapsible="offcanvas"] *) {
    --tw-translate-x: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .group-data-\[side\=left\]\:-right-4:is(:where(.group)[data-side="left"] *) {
    right: -1rem;
  }

  .group-data-\[side\=left\]\:border-r:is(:where(.group)[data-side="left"] *) {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }

  .group-data-\[side\=right\]\:left-0:is(:where(.group)[data-side="right"] *) {
    left: 0;
  }

  .group-data-\[side\=right\]\:rotate-180:is(:where(.group)[data-side="right"] *) {
    rotate: 180deg;
  }

  .group-data-\[side\=right\]\:border-l:is(:where(.group)[data-side="right"] *) {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }

  .group-data-\[variant\=floating\]\:rounded-lg:is(:where(.group)[data-variant="floating"] *) {
    border-radius: var(--radius-lg);
  }

  .group-data-\[variant\=floating\]\:border:is(:where(.group)[data-variant="floating"] *) {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .group-data-\[variant\=floating\]\:border-border-primary:is(:where(.group)[data-variant="floating"] *) {
    border-color: #000;
  }

  @media (hover: hover) {
    .peer-hover\/menu-button\:text-text-primary:is(:where(.peer\/menu-button):hover ~ *) {
      color: #000;
    }
  }

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

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

  .peer-data-\[active\=true\]\/menu-button\:text-text-primary:is(:where(.peer\/menu-button)[data-active="true"] ~ *) {
    color: #000;
  }

  .peer-data-\[size\=default\]\/menu-button\:top-1\.5:is(:where(.peer\/menu-button)[data-size="default"] ~ *) {
    top: calc(var(--spacing) * 1.5);
  }

  .peer-data-\[size\=lg\]\/menu-button\:top-2\.5:is(:where(.peer\/menu-button)[data-size="lg"] ~ *) {
    top: calc(var(--spacing) * 2.5);
  }

  .peer-data-\[size\=sm\]\/menu-button\:top-1:is(:where(.peer\/menu-button)[data-size="sm"] ~ *) {
    top: .25rem;
  }

  .peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-theme\(spacing\.4\)\)\]:is(:where(.peer)[data-variant="inset"] ~ *) {
    min-height: calc(100svh - 1rem);
  }

  .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: .875rem;
    line-height: var(--tw-leading, 1.5);
  }

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

  .placeholder\:text-neutral::placeholder {
    color: #666;
  }

  .after\:absolute:after {
    content: var(--tw-content);
    position: absolute;
  }

  .after\:-inset-2:after {
    content: var(--tw-content);
    inset: -.5rem;
  }

  .after\:inset-y-0:after {
    content: var(--tw-content);
    inset-block: 0;
  }

  .after\:left-1\/2:after {
    content: var(--tw-content);
    left: 50%;
  }

  .after\:w-\[2px\]:after {
    content: var(--tw-content);
    width: 2px;
  }

  .group-data-\[collapsible\=offcanvas\]\:after\:left-full:is(:where(.group)[data-collapsible="offcanvas"] *):after {
    content: var(--tw-content);
    left: 100%;
  }

  .first\:flex:first-child {
    display: flex;
  }

  .first\:flex-col:first-child {
    flex-direction: column;
  }

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

  .first\:pt-7:first-child {
    padding-top: calc(var(--spacing) * 7);
  }

  .focus-within\:relative:focus-within {
    position: relative;
  }

  .focus-within\:z-20:focus-within {
    z-index: 20;
  }

  @media (hover: hover) {
    .hover\:bg-background-alternative:hover {
      background-color: #000;
    }

    .hover\:bg-background-primary:hover {
      background-color: #fff;
    }

    .hover\:bg-background-secondary:hover {
      background-color: #eee;
    }

    .hover\:text-text-alternative:hover {
      color: #fff;
    }

    .hover\:text-text-primary:hover {
      color: #000;
    }

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

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

    .hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover {
      --tw-shadow: 0 0 0 1px var(--tw-shadow-color, hsl(var(--sidebar-accent)));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .group-data-\[collapsible\=offcanvas\]\:hover\:bg-background-primary:is(:where(.group)[data-collapsible="offcanvas"] *):hover {
      background-color: #fff;
    }

    .hover\:after\:bg-border-primary:hover:after {
      content: var(--tw-content);
      background-color: #000;
    }
  }

  .focus\:bg-background-primary:focus {
    background-color: #fff;
  }

  .focus\:bg-background-secondary:focus {
    background-color: #eee;
  }

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

  .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-border-primary:focus {
    --tw-ring-color: #000;
  }

  .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;
  }

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

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

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

  .focus-visible\:ring-border-primary:focus-visible {
    --tw-ring-color: #000;
  }

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

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

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

  .active\:bg-background-secondary:active {
    background-color: #eee;
  }

  .active\:text-text-primary:active {
    color: #000;
  }

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

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

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

  .has-\[\[data-variant\=inset\]\]\:bg-background-primary:has([data-variant="inset"]) {
    background-color: #fff;
  }

  .aria-disabled\:pointer-events-none[aria-disabled="true"] {
    pointer-events: none;
  }

  .aria-disabled\:opacity-50[aria-disabled="true"] {
    opacity: .5;
  }

  .aria-selected\:bg-background-alternative[aria-selected="true"] {
    background-color: #000;
  }

  .aria-selected\:bg-background-alternative\/50[aria-selected="true"] {
    background-color: oklab(0% none none / .5);
  }

  .aria-selected\:text-text-secondary[aria-selected="true"] {
    color: #aaa;
  }

  .aria-selected\:opacity-100[aria-selected="true"] {
    opacity: 1;
  }

  .data-\[active\=true\]\:bg-background-secondary[data-active="true"] {
    background-color: #eee;
  }

  .data-\[active\=true\]\:font-medium[data-active="true"] {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .data-\[active\=true\]\:text-text-primary[data-active="true"] {
    color: #000;
  }

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

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

  .data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction="vertical"] {
    height: 1px;
  }

  .data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction="vertical"] {
    width: 100%;
  }

  .data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction="vertical"] {
    flex-direction: column;
  }

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

  .data-\[side\=bottom\]\:slide-in-from-bottom-1\/2[data-side="bottom"] {
    --tw-enter-translate-y: 50%;
  }

  .data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
    --tw-enter-translate-y: -.5rem;
  }

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

  .data-\[side\=left\]\:slide-in-from-right-1[data-side="left"] {
    --tw-enter-translate-x: .25rem;
  }

  .data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
    --tw-enter-translate-x: .5rem;
  }

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

  .data-\[side\=right\]\:slide-in-from-left-1[data-side="right"] {
    --tw-enter-translate-x: -.25rem;
  }

  .data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
    --tw-enter-translate-x: -.5rem;
  }

  .data-\[side\=top\]\:-translate-y-1[data-side="top"] {
    --tw-translate-y: calc(.25rem * -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: .5rem;
  }

  .data-\[state\=active\]\:animate-tabs[data-state="active"] {
    animation: .6s cubic-bezier(.4, 0, .2, 1) forwards tabs;
  }

  .data-\[state\=active\]\:border[data-state="active"] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .data-\[state\=active\]\:border-border-primary[data-state="active"] {
    border-color: #000;
  }

  .data-\[state\=active\]\:bg-background-alternative[data-state="active"] {
    background-color: #000;
  }

  .data-\[state\=active\]\:bg-transparent[data-state="active"] {
    background-color: #0000;
  }

  .data-\[state\=active\]\:text-neutral-black[data-state="active"] {
    color: #000;
  }

  .data-\[state\=active\]\:text-text-alternative[data-state="active"] {
    color: #fff;
  }

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

  .data-\[state\=checked\]\:bg-background-alternative[data-state="checked"] {
    background-color: #000;
  }

  .data-\[state\=checked\]\:text-text-alternative[data-state="checked"] {
    color: #fff;
  }

  .data-\[state\=closed\]\:animate-accordion-up[data-state="closed"] {
    animation: .2s ease-out accordion-up;
  }

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

  .data-\[state\=closed\]\:duration-700[data-state="closed"] {
    --tw-duration: .7s;
    transition-duration: .7s;
  }

  .data-\[state\=closed\]\:animate-out[data-state="closed"] {
    --tw-exit-opacity: initial;
    --tw-exit-scale: initial;
    --tw-exit-rotate: initial;
    --tw-exit-translate-x: initial;
    --tw-exit-translate-y: initial;
    animation-name: exit;
    animation-duration: .15s;
  }

  .data-\[state\=closed\]\:duration-700[data-state="closed"] {
    animation-duration: .7s;
  }

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

  .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: -50%;
  }

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

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

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

  .data-\[state\=inactive\]\:border-transparent[data-state="inactive"] {
    border-color: #0000;
  }

  .data-\[state\=indeterminate\]\:bg-background-primary[data-state="indeterminate"] {
    background-color: #fff;
  }

  .data-\[state\=indeterminate\]\:text-text-primary[data-state="indeterminate"] {
    color: #000;
  }

  .data-\[state\=open\]\:animate-accordion-down[data-state="open"] {
    animation: .2s ease-out accordion-down;
  }

  .data-\[state\=open\]\:bg-background-secondary[data-state="open"] {
    background-color: #eee;
  }

  .data-\[state\=open\]\:opacity-100[data-state="open"] {
    opacity: 1;
  }

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

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

  .data-\[state\=open\]\:animate-in[data-state="open"] {
    --tw-enter-opacity: initial;
    --tw-enter-scale: initial;
    --tw-enter-rotate: initial;
    --tw-enter-translate-x: initial;
    --tw-enter-translate-y: initial;
    animation-name: enter;
    animation-duration: .15s;
  }

  .data-\[state\=open\]\:duration-300[data-state="open"] {
    animation-duration: .3s;
  }

  .data-\[state\=open\]\:duration-700[data-state="open"] {
    animation-duration: .7s;
  }

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

  .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: -50%;
  }

  .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\]\:zoom-in-95[data-state="open"] {
    --tw-enter-scale: .95;
  }

  @media (hover: hover) {
    .data-\[state\=open\]\:hover\:bg-background-secondary[data-state="open"]:hover {
      background-color: #eee;
    }

    .data-\[state\=open\]\:hover\:text-text-primary[data-state="open"]:hover {
      color: #000;
    }
  }

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

  .data-\[state\=unchecked\]\:bg-\[\#c6c6c6\][data-state="unchecked"] {
    background-color: #c6c6c6;
  }

  @media (min-width: 480px) {
    .sm\:col-span-2 {
      grid-column: span 2 / span 2;
    }

    .sm\:col-start-1 {
      grid-column-start: 1;
    }

    .sm\:row-span-1 {
      grid-row: span 1 / span 1;
    }

    .sm\:row-span-2 {
      grid-row: span 2 / span 2;
    }

    .sm\:row-start-3 {
      grid-row-start: 3;
    }

    .sm\:mx-0 {
      margin-inline: 0;
    }

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

    .sm\:block {
      display: block;
    }

    .sm\:flex {
      display: flex;
    }

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

    .sm\:grid-cols-\[1fr_max-content\] {
      grid-template-columns: 1fr max-content;
    }

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

    .sm\:flex-nowrap {
      flex-wrap: nowrap;
    }

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

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

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

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

    .sm\:gap-2 {
      gap: .5rem;
    }

    .sm\:gap-4 {
      gap: 1rem;
    }

    .sm\:gap-12 {
      gap: 3rem;
    }

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

    .sm\:gap-x-6 {
      column-gap: 1.5rem;
    }

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

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

    .sm\:gap-y-6 {
      row-gap: 1.5rem;
    }

    .sm\:gap-y-12 {
      row-gap: 3rem;
    }

    .sm\:px-4 {
      padding-inline: 1rem;
    }

    .sm\:px-6 {
      padding-inline: 1.5rem;
    }

    .sm\:py-3 {
      padding-block: .75rem;
    }

    .sm\:py-6 {
      padding-block: 1.5rem;
    }

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

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

  @media (min-width: 768px) {
    .md\:sticky {
      position: sticky;
    }

    .md\:top-20 {
      top: 5rem;
    }

    .md\:z-auto {
      z-index: auto;
    }

    .md\:order-first {
      order: -9999;
    }

    .md\:col-span-1 {
      grid-column: span 1 / span 1;
    }

    .md\:my-4 {
      margin-block: 1rem;
    }

    .md\:my-10 {
      margin-block: 2.5rem;
    }

    .md\:prose-md :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.5rem;
      margin-bottom: 1rem;
      font-size: 2.75rem;
      line-height: 1.2;
    }

    .md\:prose-md :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
      font-size: 2.25rem;
      line-height: 1.2;
    }

    .md\:prose-md :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.5rem;
      margin-bottom: 1.25rem;
      font-size: 1.75rem;
      line-height: 1.3;
    }

    .md\:prose-md :where(h5):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25rem;
      margin-bottom: 1rem;
      font-size: 1.5rem;
      line-height: 1.4;
    }

    .md\:prose-md :where(h6):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25rem;
      margin-bottom: 1rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }

    .md\:prose-md :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }

    .md\:prose-md :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      fontSize: .875rem;
      margin-top: .5rem;
    }

    .md\:prose-md :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) fontSize {
      line-height: 1.42857;
    }

    .md\:prose-md :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 1rem;
      font-size: 1rem;
    }

    .md\:prose-md :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
    }

    :where(:where(.md\:prose-md)):not(:where([class~="not-prose"], [class~="not-prose"] *)) > h2:first-child, :where(:where(.md\:prose-md)):not(:where([class~="not-prose"], [class~="not-prose"] *)) > h3:first-child, :where(:where(.md\:prose-md)):not(:where([class~="not-prose"], [class~="not-prose"] *)) > h4:first-child {
      margin-top: 1.5rem;
    }

    :where(:where(.md\:prose-md)):not(:where([class~="not-prose"], [class~="not-prose"] *)) > h5:first-child, :where(:where(.md\:prose-md)):not(:where([class~="not-prose"], [class~="not-prose"] *)) > h6:first-child {
      margin-top: 1.25rem;
    }

    .md\:mt-0 {
      margin-top: 0;
    }

    .md\:mt-4 {
      margin-top: 1rem;
    }

    .md\:mt-6 {
      margin-top: 1.5rem;
    }

    .md\:mt-8 {
      margin-top: 2rem;
    }

    .md\:mt-12 {
      margin-top: 3rem;
    }

    .md\:mt-14 {
      margin-top: 3.5rem;
    }

    .md\:mt-18 {
      margin-top: 4.5rem;
    }

    .md\:mr-4 {
      margin-right: 1rem;
    }

    .md\:mb-0 {
      margin-bottom: 0;
    }

    .md\:mb-4 {
      margin-bottom: 1rem;
    }

    .md\:mb-6 {
      margin-bottom: 1.5rem;
    }

    .md\:mb-8 {
      margin-bottom: 2rem;
    }

    .md\:mb-10 {
      margin-bottom: 2.5rem;
    }

    .md\:mb-16 {
      margin-bottom: 4rem;
    }

    .md\:mb-18 {
      margin-bottom: 4.5rem;
    }

    .md\:-ml-24 {
      margin-left: -6rem;
    }

    .md\:ml-0 {
      margin-left: 0;
    }

    .md\:block {
      display: block;
    }

    .md\:flex {
      display: flex;
    }

    .md\:grid {
      display: grid;
    }

    .md\:hidden {
      display: none;
    }

    .md\:size-8 {
      width: 2rem;
      height: 2rem;
    }

    .md\:max-h-14 {
      max-height: 3.5rem;
    }

    .md\:min-h-18 {
      min-height: 4.5rem;
    }

    .md\:w-24 {
      width: 6rem;
    }

    .md\:w-\[19\.5rem\] {
      width: 19.5rem;
    }

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

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

    .md\:w-auto {
      width: auto;
    }

    .md\:w-fit {
      width: fit-content;
    }

    .md\:w-full {
      width: 100%;
    }

    .md\:grid-flow-col {
      grid-auto-flow: column;
    }

    .md\:grid-flow-row {
      grid-auto-flow: row;
    }

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

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

    .md\:grid-cols-\[1\.5fr_1fr_1fr_1fr\] {
      grid-template-columns: 1.5fr 1fr 1fr 1fr;
    }

    .md\:grid-cols-\[1fr_max-content\] {
      grid-template-columns: 1fr max-content;
    }

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

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

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

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

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

    .md\:gap-5 {
      gap: 1.25rem;
    }

    .md\:gap-8 {
      gap: 2rem;
    }

    .md\:gap-10 {
      gap: 2.5rem;
    }

    .md\:gap-24 {
      gap: 6rem;
    }

    .md\:gap-x-6 {
      column-gap: 1.5rem;
    }

    .md\:gap-x-8 {
      column-gap: 2rem;
    }

    .md\:gap-x-12 {
      column-gap: 3rem;
    }

    .md\:gap-x-20 {
      column-gap: 5rem;
    }

    .md\:gap-y-0 {
      row-gap: 0;
    }

    .md\:gap-y-4 {
      row-gap: 1rem;
    }

    .md\:gap-y-8 {
      row-gap: 2rem;
    }

    .md\:gap-y-12 {
      row-gap: 3rem;
    }

    .md\:gap-y-16 {
      row-gap: 4rem;
    }

    .md\:gap-y-20 {
      row-gap: 5rem;
    }

    .md\:justify-self-center {
      justify-self: center;
    }

    .md\:overflow-hidden {
      overflow: hidden;
    }

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

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

    .md\:p-6 {
      padding: 1.5rem;
    }

    .md\:p-8 {
      padding: 2rem;
    }

    .md\:p-12 {
      padding: 3rem;
    }

    .md\:p-\[0\.875rem\] {
      padding: .875rem;
    }

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

    .md\:px-6 {
      padding-inline: 1.5rem;
    }

    .md\:px-12 {
      padding-inline: 3rem;
    }

    .md\:py-4 {
      padding-block: 1rem;
    }

    .md\:py-5 {
      padding-block: 1.25rem;
    }

    .md\:py-8 {
      padding-block: 2rem;
    }

    .md\:py-16 {
      padding-block: 4rem;
    }

    .md\:py-18 {
      padding-block: 4.5rem;
    }

    .md\:py-24 {
      padding-block: 6rem;
    }

    .md\:pt-8 {
      padding-top: 2rem;
    }

    .md\:pr-0 {
      padding-right: 0;
    }

    .md\:pr-4 {
      padding-right: 1rem;
    }

    .md\:pr-6 {
      padding-right: 1.5rem;
    }

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

    .md\:pb-6 {
      padding-bottom: 1.5rem;
    }

    .md\:pb-18 {
      padding-bottom: 4.5rem;
    }

    .md\:pl-0 {
      padding-left: 0;
    }

    .md\:pl-8 {
      padding-left: 2rem;
    }

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

    .md\:text-2xl {
      font-size: 1.5rem;
      line-height: var(--tw-leading, 1.4);
    }

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

    .md\:text-4xl {
      font-size: 2rem;
      line-height: var(--tw-leading, 1.3);
    }

    .md\:text-5xl {
      font-size: 2.25rem;
      line-height: var(--tw-leading, 1.2);
    }

    .md\:text-7xl {
      font-size: 2.75rem;
      line-height: var(--tw-leading, 1.2);
    }

    .md\:text-9xl {
      font-size: 3.25rem;
      line-height: var(--tw-leading, 1.2);
    }

    .md\:text-base {
      font-size: 1rem;
      line-height: var(--tw-leading, 1.5);
    }

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

    .md\:text-xl {
      font-size: 1.25rem;
      line-height: var(--tw-leading, 1.4);
    }

    .md\:text-\[4rem\] {
      font-size: 4rem;
    }

    .md\:leading-\[1\.2\] {
      --tw-leading: 1.2;
      line-height: 1.2;
    }

    .md\:leading-\[1\.3\] {
      --tw-leading: 1.3;
      line-height: 1.3;
    }

    .md\:opacity-0 {
      opacity: 0;
    }

    .md\:\[grid-area\:auto\] {
      grid-area: auto;
    }

    .md\:peer-data-\[variant\=inset\]\:m-2:is(:where(.peer)[data-variant="inset"] ~ *) {
      margin: .5rem;
    }

    .md\:peer-data-\[variant\=inset\]\:ml-0:is(:where(.peer)[data-variant="inset"] ~ *) {
      margin-left: 0;
    }

    .md\:peer-data-\[variant\=inset\]\:rounded-xl:is(:where(.peer)[data-variant="inset"] ~ *) {
      border-radius: var(--radius-xl);
    }

    .md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2:is(:where(.peer)[data-state="collapsed"] ~ *):is(:where(.peer)[data-variant="inset"] ~ *) {
      margin-left: .5rem;
    }
  }

  .after\:md\:hidden:after {
    content: var(--tw-content);
  }

  @media (min-width: 768px) {
    .after\:md\:hidden:after {
      display: none;
    }

    .first\:md\:col-span-2:first-child {
      grid-column: span 2 / span 2;
    }

    .first\:md\:row-span-1:first-child {
      grid-row: span 1 / span 1;
    }
  }

  @media (min-width: 992px) {
    .lg\:absolute {
      position: absolute;
    }

    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }

    .lg\:col-start-3 {
      grid-column-start: 3;
    }

    .lg\:row-span-2 {
      grid-row: span 2 / span 2;
    }

    .lg\:row-start-1 {
      grid-row-start: 1;
    }

    .lg\:my-12 {
      margin-block: 3rem;
    }

    .lg\:prose-lg {
      font-size: 1.125rem;
      line-height: 1.77778;
    }

    .lg\:prose-lg :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 1rem;
      font-size: 1rem;
      line-height: 1.5;
    }

    .lg\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.09091em;
      margin-bottom: 1.09091em;
      font-size: 1.22222em;
      line-height: 1.45455;
    }

    .lg\:prose-lg :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
      padding-inline-start: 1em;
    }

    .lg\:prose-lg :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: .833333em;
      font-size: 2.66667em;
      line-height: 1;
    }

    .lg\:prose-lg :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.5rem;
      margin-bottom: 1rem;
      font-size: 3rem;
      line-height: 1.2;
    }

    .lg\:prose-lg :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
      font-size: 2.5rem;
      line-height: 1.2;
    }

    .lg\:prose-lg :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.5rem;
      margin-bottom: 1.25rem;
      font-size: 2rem;
      line-height: 1.3;
    }

    .lg\:prose-lg :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)), .lg\:prose-lg :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.77778em;
      margin-bottom: 1.77778em;
    }

    .lg\:prose-lg :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }

    .lg\:prose-lg :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.77778em;
      margin-bottom: 1.77778em;
    }

    .lg\:prose-lg :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-top: .222222em;
      padding-inline-end: .444444em;
      padding-bottom: .222222em;
      border-radius: .3125rem;
      padding-inline-start: .444444em;
      font-size: .888889em;
    }

    .lg\:prose-lg :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: .888889em;
    }

    .lg\:prose-lg :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: .866667em;
    }

    .lg\:prose-lg :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: .875em;
    }

    .lg\:prose-lg :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-top: 1em;
      padding-inline-end: 1.5em;
      padding-bottom: 1em;
      border-radius: .375rem;
      margin-top: 2em;
      margin-bottom: 2em;
      padding-inline-start: 1.5em;
      font-size: .888889em;
      line-height: 1.75;
    }

    .lg\:prose-lg :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)), .lg\:prose-lg :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.33333em;
      margin-bottom: 1.33333em;
      padding-inline-start: 1.55556em;
    }

    .lg\:prose-lg :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: .666667em;
      margin-bottom: .666667em;
    }

    .lg\:prose-lg :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: .444444em;
    }

    .lg\:prose-lg :where(.lg\:prose-lg > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: .888889em;
      margin-bottom: .888889em;
    }

    .lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.33333em;
    }

    .lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 1.33333em;
    }

    .lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.33333em;
    }

    .lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 1.33333em;
    }

    .lg\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: .888889em;
      margin-bottom: .888889em;
    }

    .lg\:prose-lg :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.33333em;
      margin-bottom: 1.33333em;
    }

    .lg\:prose-lg :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.33333em;
    }

    .lg\:prose-lg :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: .666667em;
      padding-inline-start: 1.55556em;
    }

    .lg\:prose-lg :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 3.11111em;
      margin-bottom: 3.11111em;
    }

    .lg\:prose-lg :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .lg\:prose-lg :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .lg\:prose-lg :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .lg\:prose-lg :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }

    .lg\:prose-lg :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: .888889em;
      line-height: 1.5;
    }

    .lg\:prose-lg :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: .75em;
      padding-bottom: .75em;
      padding-inline-start: .75em;
    }

    .lg\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0;
    }

    .lg\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: 0;
    }

    .lg\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-top: .75em;
      padding-inline-end: .75em;
      padding-bottom: .75em;
      padding-inline-start: .75em;
    }

    .lg\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0;
    }

    .lg\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: 0;
    }

    .lg\:prose-lg :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }

    .lg\:prose-lg :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }

    .lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      fontSize: .875rem;
    }

    .lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) fontSize {
      line-height: 1.42857;
    }

    .lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: .5rem;
      line-height: 1.5;
    }

    .lg\:prose-lg :where(.lg\:prose-lg > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }

    .lg\:prose-lg :where(.lg\:prose-lg > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 0;
    }

    .lg\:prose-lg :where(h5):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25rem;
      margin-bottom: 1rem;
      font-size: 1.5rem;
      line-height: 1.4;
    }

    .lg\:prose-lg :where(h6):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25rem;
      margin-bottom: 1rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }

    :where(:where(.lg\:prose-lg)):not(:where([class~="not-prose"], [class~="not-prose"] *)) > h2:first-child, :where(:where(.lg\:prose-lg)):not(:where([class~="not-prose"], [class~="not-prose"] *)) > h3:first-child, :where(:where(.lg\:prose-lg)):not(:where([class~="not-prose"], [class~="not-prose"] *)) > h4:first-child {
      margin-top: 1.5rem;
    }

    :where(:where(.lg\:prose-lg)):not(:where([class~="not-prose"], [class~="not-prose"] *)) > h5:first-child, :where(:where(.lg\:prose-lg)):not(:where([class~="not-prose"], [class~="not-prose"] *)) > h6:first-child {
      margin-top: 1.25rem;
    }

    .lg\:mt-16 {
      margin-top: 4rem;
    }

    .lg\:mt-20 {
      margin-top: 5rem;
    }

    .lg\:mb-12 {
      margin-bottom: 3rem;
    }

    .lg\:mb-20 {
      margin-bottom: 5rem;
    }

    .lg\:-ml-32 {
      margin-left: -8rem;
    }

    .lg\:ml-6 {
      margin-left: 1.5rem;
    }

    .lg\:flex {
      display: flex;
    }

    .lg\:hidden {
      display: none;
    }

    .lg\:min-h-18 {
      min-height: 4.5rem;
    }

    .lg\:min-h-full {
      min-height: 100%;
    }

    .lg\:w-32 {
      width: 8rem;
    }

    .lg\:w-\[100vw\] {
      width: 100vw;
    }

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

    .lg\:w-auto {
      width: auto;
    }

    .lg\:w-full {
      width: 100%;
    }

    .lg\:max-w-\[40rem\] {
      max-width: 40rem;
    }

    .lg\:max-w-md {
      max-width: 35rem;
    }

    .lg\:min-w-\[100vw\] {
      min-width: 100vw;
    }

    .lg\:flex-none {
      flex: none;
    }

    .lg\:grid-flow-col {
      grid-auto-flow: column;
    }

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

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

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

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

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

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

    .lg\:grid-rows-\[auto\] {
      grid-template-rows: auto;
    }

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

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

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

    .lg\:justify-start {
      justify-content: flex-start;
    }

    .lg\:gap-4 {
      gap: 1rem;
    }

    .lg\:gap-32 {
      gap: 8rem;
    }

    .lg\:gap-x-0 {
      column-gap: 0;
    }

    .lg\:gap-x-8 {
      column-gap: 2rem;
    }

    .lg\:gap-x-12 {
      column-gap: 3rem;
    }

    .lg\:gap-x-20 {
      column-gap: 5rem;
    }

    .lg\:gap-x-28 {
      column-gap: 7rem;
    }

    .lg\:gap-y-4 {
      row-gap: 1rem;
    }

    .lg\:gap-y-8 {
      row-gap: 2rem;
    }

    .lg\:gap-y-12 {
      row-gap: 3rem;
    }

    .lg\:gap-y-16 {
      row-gap: 4rem;
    }

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

    .lg\:border-border-primary {
      border-color: #000;
    }

    .lg\:p-6 {
      padding: 1.5rem;
    }

    .lg\:p-12 {
      padding: 3rem;
    }

    .lg\:p-16 {
      padding: 4rem;
    }

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

    .lg\:px-4 {
      padding-inline: 1rem;
    }

    .lg\:px-6 {
      padding-inline: 1.5rem;
    }

    .lg\:px-16 {
      padding-inline: 4rem;
    }

    .lg\:px-\[5\%\] {
      padding-inline: 5%;
    }

    .lg\:py-6 {
      padding-block: 1.5rem;
    }

    .lg\:py-8 {
      padding-block: 2rem;
    }

    .lg\:py-20 {
      padding-block: 5rem;
    }

    .lg\:py-28 {
      padding-block: 7rem;
    }

    .lg\:pr-8 {
      padding-right: 2rem;
    }

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

    .lg\:pb-20 {
      padding-bottom: 5rem;
    }

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

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

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

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

    .lg\:text-base {
      font-size: 1rem;
      line-height: var(--tw-leading, 1.5);
    }

    .lg\:text-\[5rem\] {
      font-size: 5rem;
    }

    .lg\:\[--height-close\:auto\] {
      --height-close: auto;
    }

    .lg\:\[--height-closed\:auto\] {
      --height-closed: auto;
    }

    .lg\:\[--height-open\:auto\] {
      --height-open: auto;
    }

    .first\:lg\:col-span-1:first-child {
      grid-column: span 1 / span 1;
    }

    .first\:lg\:row-span-2:first-child {
      grid-row: span 2 / span 2;
    }

    .first\:lg\:pt-6:first-child {
      padding-top: 1.5rem;
    }
  }

  .\[\&_svg\]\:size-6 svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .\[\&_tr\]\:border-t tr {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .\[\&_tr\]\:border-r-0 tr {
    border-right-style: var(--tw-border-style);
    border-right-width: 0;
  }

  .\[\&_tr\]\:border-l-0 tr {
    border-left-style: var(--tw-border-style);
    border-left-width: 0;
  }

  .\[\&\:has\(\[aria-selected\]\)\]\:bg-background-alternative:has([aria-selected]) {
    background-color: #000;
  }

  .\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-background-alternative\/50:has([aria-selected].day-outside) {
    background-color: oklab(0% none none / .5);
  }

  .\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role="checkbox"]) {
    padding-right: 0;
  }

  .\[\&\:nth-last-child\(2\)\]\:order-last:nth-last-child(2) {
    order: 9999;
  }

  @media (min-width: 768px) {
    .\[\&\:nth-last-child\(2\)\]\:md\:order-none:nth-last-child(2) {
      order: 0;
    }
  }

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

  .\[\&\>span\:last-child\]\:truncate > span:last-child {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .\[\&\>svg\]\:size-4 > svg {
    width: 1rem;
    height: 1rem;
  }

  .\[\&\>svg\]\:size-6 > svg {
    width: 1.5rem;
    height: 1.5rem;
  }

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

  .\[\&\>svg\]\:text-text-primary > svg {
    color: #000;
  }

  .\[\&\>tr\]\:last\:border-b-0 > tr:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  .\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction="vertical"] > div {
    rotate: 90deg;
  }

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

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

  [data-side="left"] .\[\[data-side\=left\]_\&\]\:cursor-w-resize {
    cursor: w-resize;
  }

  [data-side="left"][data-collapsible="offcanvas"] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2 {
    right: -.5rem;
  }

  [data-side="left"][data-state="collapsed"] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize, [data-side="right"] .\[\[data-side\=right\]_\&\]\:cursor-e-resize {
    cursor: e-resize;
  }

  [data-side="right"][data-collapsible="offcanvas"] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2 {
    left: -.5rem;
  }

  [data-side="right"][data-state="collapsed"] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize {
    cursor: w-resize;
  }
}

:root {
  --cream: #ecf0e8;
  --cream-dark: #e0e6db;
  --sage: #8fa68e;
  --sage-deep: #5c7a5e;
  --sage-muted: #a7baa0;
  --olive: #6b7a3a;
  --olive-deep: #4a5a28;
  --olive-light: #9ead6a;
  --gold: #7a9248;
  --gold-light: #a3b870;
  --charcoal: #1e1e1a;
  --charcoal-mid: #3a3d35;
  --stone: #7d7e72;
  --stone-light: #b0b1a4;
  --white: #f4f7f1;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --ease-out-expo: cubic-bezier(.19, 1, .22, 1);
  --ease-spring: cubic-bezier(.34, 1.56, .64, 1);
}

*, :before, :after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background-color: var(--cream);
  color: var(--charcoal);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  letter-spacing: -.01em;
  font-weight: 400;
  line-height: 1.1;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--cream-dark);
}

::-webkit-scrollbar-thumb {
  background: var(--stone-light);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--stone);
}

::selection {
  background: var(--gold-light);
  color: var(--charcoal);
}

.font-display {
  font-family: var(--font-display);
}

.font-body {
  font-family: var(--font-body);
}

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

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

.text-sage-deep {
  color: var(--sage-deep);
}

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

.text-olive-deep {
  color: var(--olive-deep);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-stone {
  border-color: var(--stone-light);
}

.btn-primary {
  background: var(--charcoal);
  color: var(--cream);
  font-family: var(--font-body);
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid var(--charcoal);
  cursor: pointer;
  transition: background .3s var(--ease-out-expo), color .3s var(--ease-out-expo), transform .2s var(--ease-out-expo);
  white-space: nowrap;
  align-items: center;
  gap: .5rem;
  padding: .875rem 2rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.btn-primary:hover {
  background: var(--olive-deep);
  border-color: var(--olive-deep);
  transform: translateY(-1px);
}

.btn-secondary {
  color: var(--charcoal);
  font-family: var(--font-body);
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid var(--charcoal);
  cursor: pointer;
  transition: background .3s var(--ease-out-expo), color .3s var(--ease-out-expo), transform .2s var(--ease-out-expo);
  white-space: nowrap;
  background: none;
  align-items: center;
  gap: .5rem;
  padding: .875rem 2rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.btn-secondary:hover {
  background: var(--charcoal);
  color: var(--cream);
  transform: translateY(-1px);
}

.btn-secondary-alt {
  color: var(--cream);
  font-family: var(--font-body);
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .3s var(--ease-out-expo), border-color .3s var(--ease-out-expo), transform .2s var(--ease-out-expo);
  white-space: nowrap;
  background: none;
  border: 1px solid #f5efe480;
  align-items: center;
  gap: .5rem;
  padding: .875rem 2rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.btn-secondary-alt:hover {
  border-color: var(--cream);
  background: #f5efe426;
  transform: translateY(-1px);
}

.btn-link {
  color: var(--sage-deep);
  font-family: var(--font-body);
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: gap .2s var(--ease-out-expo), color .2s;
  background: none;
  border: none;
  align-items: center;
  gap: .375rem;
  padding: 0;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.btn-link:hover {
  color: var(--charcoal);
  gap: .625rem;
}

.section-label {
  font-family: var(--font-body);
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--sage-deep);
  font-size: .75rem;
  font-weight: 500;
}

.divider {
  background: var(--olive);
  width: 3rem;
  height: 1px;
  margin: 1rem auto;
}

.img-hover-zoom {
  overflow: hidden;
}

.img-hover-zoom img {
  transition: transform .7s var(--ease-out-expo);
}

.img-hover-zoom:hover img {
  transform: scale(1.04);
}

.grain-overlay:after {
  content: "";
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  position: absolute;
  inset: 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate-fade-in-up {
  animation: fadeInUp .8s var(--ease-out-expo) both;
}

.animate-fade-in {
  animation: 1s both fadeIn;
}

.delay-100 {
  animation-delay: .1s;
}

.delay-200 {
  animation-delay: .2s;
}

.delay-300 {
  animation-delay: .3s;
}

.delay-400 {
  animation-delay: .4s;
}

.delay-500 {
  animation-delay: .5s;
}

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

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

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

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

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

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

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

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

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

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

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

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

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

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

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

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

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

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

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

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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
}

@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}

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

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

@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 tabs {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
