/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: JetBrains Mono;
    --color-red-300: oklch(80.8% 0.114 19.571);
    --color-zinc-900: oklch(21% 0.006 285.885);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tight: -0.025em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-heading: Space Grotesk;
    --font-body: Inter;
    --radius-control: 6px;
    --radius-component: 10px;
    --radius-container: 14px;
    --color-primary-9: #22333b;
    --color-neutral-1: #fdfdfc;
    --color-neutral-2: #f9f9f8;
    --color-neutral-3: #f0f0ef;
    --color-neutral-5: #e1e1e0;
    --color-neutral-6: #d9d9d8;
    --color-neutral-11: #636361;
    --color-neutral-12: #20201f;
    --color-background: #fff;
    --color-tertiary-7: #d5c2ac;
    --color-tertiary-8: #c5ab8e;
    --color-tertiary-9: #a08566;
    --color-tertiary-11: #75624c;
    --color-tertiary-12: #352f29;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: 0px;
  }
  .top-0 {
    top: 0px;
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .right-0 {
    right: 0px;
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .right-\[18px\] {
    right: 18px;
  }
  .bottom-0 {
    bottom: 0px;
  }
  .bottom-\[18px\] {
    bottom: 18px;
  }
  .left-0 {
    left: 0px;
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-\[18px\] {
    left: 18px;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .mx-\[-18px\] {
    margin-inline: -18px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[1024\/1024\] {
    aspect-ratio: 1024/1024;
  }
  .aspect-\[1536\/1024\] {
    aspect-ratio: 1536/1024;
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[62px\] {
    height: 62px;
  }
  .h-\[82px\] {
    height: 82px;
  }
  .h-\[230px\] {
    height: 230px;
  }
  .h-\[238px\] {
    height: 238px;
  }
  .h-\[min\(64vw\,224px\)\] {
    height: min(64vw, 224px);
  }
  .h-full {
    height: 100%;
  }
  .min-h-0 {
    min-height: 0px;
  }
  .min-h-\[60vh\] {
    min-height: 60vh;
  }
  .min-h-dvh {
    min-height: 100dvh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-\[0\.28em\] {
    width: 0.28em;
  }
  .w-\[46px\] {
    width: 46px;
  }
  .w-\[62px\] {
    width: 62px;
  }
  .w-\[86vw\] {
    width: 86vw;
  }
  .w-\[calc\(100\%\+36px\)\] {
    width: calc(100% + 36px);
  }
  .w-\[min\(64vw\,224px\)\] {
    width: min(64vw, 224px);
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[320px\] {
    max-width: 320px;
  }
  .max-w-\[440px\] {
    max-width: 440px;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .max-w-\[680px\] {
    max-width: 680px;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .min-w-0 {
    min-width: 0px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-\[1\.6fr_1fr_0\.7fr_1fr_1fr\] {
    grid-template-columns: 1.6fr 1fr 0.7fr 1fr 1fr;
  }
  .grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  :where(.space-y-12 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
  :where(.divide-neutral-6 > :not(:last-child)) {
    border-color: var(--color-neutral-6);
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[3px\] {
    border-radius: 3px;
  }
  .rounded-component {
    border-radius: var(--radius-component);
  }
  .rounded-container {
    border-radius: var(--radius-container);
  }
  .rounded-control {
    border-radius: var(--radius-control);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-neutral-5 {
    border-color: var(--color-neutral-5);
  }
  .border-neutral-6 {
    border-color: var(--color-neutral-6);
  }
  .border-tertiary-8 {
    border-color: var(--color-tertiary-8);
  }
  .border-tertiary-9 {
    border-color: var(--color-tertiary-9);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .bg-neutral-1 {
    background-color: var(--color-neutral-1);
  }
  .bg-neutral-2 {
    background-color: var(--color-neutral-2);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: 0px;
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[18px\] {
    padding-inline: 18px;
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-\[18px\] {
    padding-bottom: 18px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .align-baseline {
    vertical-align: baseline;
  }
  .align-top {
    vertical-align: top;
  }
  .font-body {
    font-family: var(--font-body);
  }
  .font-heading {
    font-family: var(--font-heading);
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[23px\] {
    font-size: 23px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[37px\] {
    font-size: 37px;
  }
  .text-\[clamp\(9px\,0\.7vw\,11px\)\] {
    font-size: clamp(9px, 0.7vw, 11px);
  }
  .text-\[clamp\(11px\,0\.85vw\,13px\)\] {
    font-size: clamp(11px, 0.85vw, 13px);
  }
  .text-\[clamp\(18px\,2\.2vw\,24px\)\] {
    font-size: clamp(18px, 2.2vw, 24px);
  }
  .leading-\[0\.98\] {
    --tw-leading: 0.98;
    line-height: 0.98;
  }
  .leading-\[1\.05\] {
    --tw-leading: 1.05;
    line-height: 1.05;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-\[0\.3em\] {
    --tw-tracking: 0.3em;
    letter-spacing: 0.3em;
  }
  .tracking-\[0\.06em\] {
    --tw-tracking: 0.06em;
    letter-spacing: 0.06em;
  }
  .tracking-\[0\.12em\] {
    --tw-tracking: 0.12em;
    letter-spacing: 0.12em;
  }
  .tracking-\[0\.18em\] {
    --tw-tracking: 0.18em;
    letter-spacing: 0.18em;
  }
  .tracking-\[0\.24em\] {
    --tw-tracking: 0.24em;
    letter-spacing: 0.24em;
  }
  .tracking-\[0\.28em\] {
    --tw-tracking: 0.28em;
    letter-spacing: 0.28em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-neutral-11 {
    color: var(--color-neutral-11);
  }
  .text-neutral-12 {
    color: var(--color-neutral-12);
  }
  .text-red-300 {
    color: var(--color-red-300);
  }
  .text-tertiary-11 {
    color: var(--color-tertiary-11);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .mix-blend-screen {
    mix-blend-mode: screen;
  }
  .outline-primary-9\/50 {
    outline-color: color-mix(in srgb, #22333b 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      outline-color: color-mix(in oklab, var(--color-primary-9) 50%, transparent);
    }
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-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));
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .running {
    animation-play-state: running;
  }
  .placeholder\:text-neutral-11::placeholder {
    color: var(--color-neutral-11);
  }
  .focus-within\:border-tertiary-8:focus-within {
    border-color: var(--color-tertiary-8);
  }
  @media (hover: hover) {
    .hover\:border-tertiary-7:hover {
      border-color: var(--color-tertiary-7);
    }
    .hover\:bg-\[\#c6a369\]:hover {
      background-color: #c6a369;
    }
    .hover\:bg-neutral-2:hover {
      background-color: var(--color-neutral-2);
    }
    .hover\:text-\[\#050505\]:hover {
      color: #050505;
    }
    .hover\:text-\[\#c6a369\]:hover {
      color: #c6a369;
    }
    .hover\:text-neutral-12:hover {
      color: var(--color-neutral-12);
    }
    .hover\:text-tertiary-12:hover {
      color: var(--color-tertiary-12);
    }
    .hover\:opacity-80:hover {
      opacity: 80%;
    }
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  .focus-visible\:outline:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .focus-visible\:outline-1:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .disabled\:cursor-default:disabled {
    cursor: default;
  }
  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }
  .disabled\:opacity-50:disabled {
    opacity: 50%;
  }
  @media (width >= 40rem) {
    .sm\:right-auto {
      right: auto;
    }
    .sm\:bottom-5 {
      bottom: calc(var(--spacing) * 5);
    }
    .sm\:left-1\/2 {
      left: calc(1 / 2 * 100%);
    }
    .sm\:mt-6 {
      margin-top: calc(var(--spacing) * 6);
    }
    .sm\:grid {
      display: grid;
    }
    .sm\:hidden {
      display: none;
    }
    .sm\:inline {
      display: inline;
    }
    .sm\:h-\[78px\] {
      height: 78px;
    }
    .sm\:h-\[98px\] {
      height: 98px;
    }
    .sm\:w-\[78px\] {
      width: 78px;
    }
    .sm\:w-auto {
      width: auto;
    }
    .sm\:flex-1 {
      flex: 1;
    }
    .sm\:-translate-x-1\/2 {
      --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-\[1\.6fr_1fr_0\.7fr_1fr_1fr\] {
      grid-template-columns: 1.6fr 1fr 0.7fr 1fr 1fr;
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:items-center {
      align-items: center;
    }
    .sm\:items-end {
      align-items: flex-end;
    }
    .sm\:justify-between {
      justify-content: space-between;
    }
    .sm\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
    .sm\:self-auto {
      align-self: auto;
    }
    .sm\:border-0 {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
    .sm\:px-0 {
      padding-inline: 0px;
    }
    .sm\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
    .sm\:px-\[3\.2vw\] {
      padding-inline: 3.2vw;
    }
    .sm\:py-0 {
      padding-block: 0px;
    }
    .sm\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }
    .sm\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    .sm\:text-\[24px\] {
      font-size: 24px;
    }
    .sm\:text-\[32px\] {
      font-size: 32px;
    }
    .sm\:text-\[34px\] {
      font-size: 34px;
    }
    .sm\:text-\[40px\] {
      font-size: 40px;
    }
    .sm\:text-\[clamp\(28px\,4vw\,50px\)\] {
      font-size: clamp(28px, 4vw, 50px);
    }
    @media (hover: hover) {
      .sm\:hover\:bg-transparent:hover {
        background-color: transparent;
      }
      .sm\:hover\:text-\[\#c6a369\]:hover {
        color: #c6a369;
      }
    }
  }
  @media (width >= 48rem) {
    .md\:flex {
      display: flex;
    }
    .md\:hidden {
      display: none;
    }
  }
  .dark\:bg-zinc-900:where(.dark, [data-b-color-scheme="dark"]) {
    background-color: var(--color-zinc-900);
  }
  @container style(--b-color-scheme: dark) {
    .dark\:bg-zinc-900:not(:where(.light, .dark, [data-b-color-scheme])) {
      background-color: var(--color-zinc-900);
    }
  }
}
:root, .light, [data-b-color-scheme="light"] {
  --b-color-scheme: light;
}
.dark, [data-b-color-scheme="dark"] {
  --b-color-scheme: dark;
}
@media (prefers-color-scheme: dark) {
  :root:not(.light):not(.dark) {
    --b-color-scheme: dark;
  }
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}
input {
  min-width: 0;
}
@supports (-webkit-touch-callout: none) {
  input[type="datetime-local"], input[type="date"], input[type="time"] {
    max-width: 100%;
  }
}
input::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
input:not([type="range"]) {
  -webkit-appearance: none;
}
:root, .light, [data-b-color-scheme="light"] {
  --b-color-scheme: light;
}
.dark, [data-b-color-scheme="dark"] {
  --b-color-scheme: dark;
}
@media (prefers-color-scheme: dark) {
  :root:not(.light):not(.dark) {
    --b-color-scheme: dark;
  }
}
.light, [data-b-color-scheme='light'] {
  --font-heading: Space Grotesk;
  --font-body: Inter;
  --font-mono: JetBrains Mono;
  --text-ui: 13px;
  --text-ui--line-height: calc(20 / 13);
  --radius-control: 6px;
  --radius-component: 10px;
  --radius-container: 14px;
  --shadow-subtle: 0 1px 3px 0 rgb(0 0 0 / 0.08), 0 1px 2px -1px rgb(0 0 0 / 0.08);
  --shadow-overlay: 0 4px 12px 0 rgb(0 0 0 / 0.08), 0 1px 1px 0 rgb(0 0 0 / 0.05);
  --shadow-modal: 0 16px 32px -8px rgb(0 0 0 / 0.12), 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --color-primary-1: #fbfdfe;
  --color-primary-2: #f5f9fb;
  --color-primary-3: #e8f3f9;
  --color-primary-4: #daecf5;
  --color-primary-5: #cbe2ee;
  --color-primary-6: #b9d6e4;
  --color-primary-7: #a5c4d3;
  --color-primary-8: #8dabba;
  --color-primary-9: #22333b;
  --color-primary-10: #35464f;
  --color-primary-11: #506d7a;
  --color-primary-12: #273840;
  --color-primary-contrast: #fff;
  --color-primary-surface: #f3f8facc;
  --color-neutral-1: #fdfdfc;
  --color-neutral-2: #f9f9f8;
  --color-neutral-3: #f0f0ef;
  --color-neutral-4: #e9e9e7;
  --color-neutral-5: #e1e1e0;
  --color-neutral-6: #d9d9d8;
  --color-neutral-7: #cececd;
  --color-neutral-8: #bbbbba;
  --color-neutral-9: #8d8d8b;
  --color-neutral-10: #828281;
  --color-neutral-11: #636361;
  --color-neutral-12: #20201f;
  --color-neutral-contrast: #ffffff;
  --color-neutral-surface: #ffffffcc;
  --color-background: #fff;
  --color-shell-canvas: lch(94.44% 1.5 105);
  --color-shell-well: lch(97.94% 1.5 105);
  --color-secondary-1: #fefdfb;
  --color-secondary-2: #fbf9f6;
  --color-secondary-3: #f4efea;
  --color-secondary-4: #eee7df;
  --color-secondary-5: #e8dfd5;
  --color-secondary-6: #e2d6c9;
  --color-secondary-7: #d9cbb9;
  --color-secondary-8: #cab69f;
  --color-secondary-9: #5e503f;
  --color-secondary-10: #4f4130;
  --color-secondary-11: #6f604f;
  --color-secondary-12: #292117;
  --color-secondary-contrast: #fff;
  --color-secondary-surface: #faf8f4cc;
  --color-tertiary-1: #fefdfc;
  --color-tertiary-2: #fbf9f6;
  --color-tertiary-3: #f4efea;
  --color-tertiary-4: #ede6dd;
  --color-tertiary-5: #e7dcd0;
  --color-tertiary-6: #e0d1c1;
  --color-tertiary-7: #d5c2ac;
  --color-tertiary-8: #c5ab8e;
  --color-tertiary-9: #a08566;
  --color-tertiary-10: #92795e;
  --color-tertiary-11: #75624c;
  --color-tertiary-12: #352f29;
  --color-tertiary-contrast: #fff;
  --color-tertiary-surface: #faf8f4cc;
}
.dark, [data-b-color-scheme='dark'] {
  --color-primary-1: #0e1214;
  --color-primary-2: #151a1c;
  --color-primary-3: #1b252a;
  --color-primary-4: #1f2e35;
  --color-primary-5: #26373f;
  --color-primary-6: #2e414b;
  --color-primary-7: #3a515c;
  --color-primary-8: #4e6a78;
  --color-primary-9: #5f7c8a;
  --color-primary-10: #536f7d;
  --color-primary-11: #9cbac9;
  --color-primary-12: #deedf5;
  --color-primary-contrast: #fff;
  --color-primary-surface: #19232780;
  --color-neutral-1: #111110;
  --color-neutral-2: #191918;
  --color-neutral-3: #232322;
  --color-neutral-4: #2a2a29;
  --color-neutral-5: #313130;
  --color-neutral-6: #3b3b39;
  --color-neutral-7: #484847;
  --color-neutral-8: #616160;
  --color-neutral-9: #6f6f6d;
  --color-neutral-10: #7c7c7b;
  --color-neutral-11: #b4b4b3;
  --color-neutral-12: #eeeeed;
  --color-neutral-contrast: #ffffff;
  --color-neutral-surface: rgba(0, 0, 0, 0.05);
  --color-background: #111;
  --color-shell-canvas: var(--color-neutral-2);
  --color-shell-well: var(--color-neutral-3);
  --color-secondary-1: #12110f;
  --color-secondary-2: #1b1916;
  --color-secondary-3: #26221d;
  --color-secondary-4: #2f2a23;
  --color-secondary-5: #3a3329;
  --color-secondary-6: #483e31;
  --color-secondary-7: #5b4d3c;
  --color-secondary-8: #75624b;
  --color-secondary-9: #5e503f;
  --color-secondary-10: #4c4235;
  --color-secondary-11: #cfb9a0;
  --color-secondary-12: #f0e1d0;
  --color-secondary-contrast: #fff;
  --color-secondary-surface: #25211b80;
  --color-tertiary-1: #12110f;
  --color-tertiary-2: #1b1916;
  --color-tertiary-3: #26221d;
  --color-tertiary-4: #2f2922;
  --color-tertiary-5: #393128;
  --color-tertiary-6: #463b2f;
  --color-tertiary-7: #584938;
  --color-tertiary-8: #745f48;
  --color-tertiary-9: #c6ac8f;
  --color-tertiary-10: #bba184;
  --color-tertiary-11: #ceb396;
  --color-tertiary-12: #f5e6d6;
  --color-tertiary-contrast: #2e1e0a;
  --color-tertiary-surface: #25211b80;
}
@media (prefers-color-scheme: dark) {
  :root:not(.light):not(.dark) {
    --color-primary-1: #0e1214;
    --color-primary-2: #151a1c;
    --color-primary-3: #1b252a;
    --color-primary-4: #1f2e35;
    --color-primary-5: #26373f;
    --color-primary-6: #2e414b;
    --color-primary-7: #3a515c;
    --color-primary-8: #4e6a78;
    --color-primary-9: #5f7c8a;
    --color-primary-10: #536f7d;
    --color-primary-11: #9cbac9;
    --color-primary-12: #deedf5;
    --color-primary-contrast: #fff;
    --color-primary-surface: #19232780;
    --color-neutral-1: #111110;
    --color-neutral-2: #191918;
    --color-neutral-3: #232322;
    --color-neutral-4: #2a2a29;
    --color-neutral-5: #313130;
    --color-neutral-6: #3b3b39;
    --color-neutral-7: #484847;
    --color-neutral-8: #616160;
    --color-neutral-9: #6f6f6d;
    --color-neutral-10: #7c7c7b;
    --color-neutral-11: #b4b4b3;
    --color-neutral-12: #eeeeed;
    --color-neutral-contrast: #ffffff;
    --color-neutral-surface: rgba(0, 0, 0, 0.05);
    --color-background: #111;
    --color-shell-canvas: var(--color-neutral-2);
    --color-shell-well: var(--color-neutral-3);
    --color-secondary-1: #12110f;
    --color-secondary-2: #1b1916;
    --color-secondary-3: #26221d;
    --color-secondary-4: #2f2a23;
    --color-secondary-5: #3a3329;
    --color-secondary-6: #483e31;
    --color-secondary-7: #5b4d3c;
    --color-secondary-8: #75624b;
    --color-secondary-9: #5e503f;
    --color-secondary-10: #4c4235;
    --color-secondary-11: #cfb9a0;
    --color-secondary-12: #f0e1d0;
    --color-secondary-contrast: #fff;
    --color-secondary-surface: #25211b80;
    --color-tertiary-1: #12110f;
    --color-tertiary-2: #1b1916;
    --color-tertiary-3: #26221d;
    --color-tertiary-4: #2f2922;
    --color-tertiary-5: #393128;
    --color-tertiary-6: #463b2f;
    --color-tertiary-7: #584938;
    --color-tertiary-8: #745f48;
    --color-tertiary-9: #c6ac8f;
    --color-tertiary-10: #bba184;
    --color-tertiary-11: #ceb396;
    --color-tertiary-12: #f5e6d6;
    --color-tertiary-contrast: #2e1e0a;
    --color-tertiary-surface: #25211b80;
  }
}
:root {
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light dark;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:root.light, [data-b-color-scheme='light'] {
  color-scheme: light;
}
:root.dark, [data-b-color-scheme='dark'] {
  color-scheme: dark;
}
@layer base {
  * {
    border-color: var(--color-neutral-5);
    outline-color: color-mix(in srgb, #22333b 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      outline-color: color-mix(in oklab, var(--color-primary-9) 50%, transparent);
    }
  }
  body {
    background-color: var(--color-background);
    color: var(--color-neutral-12);
    font-family: var(--font-body);
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
  }
  code, pre {
    font-family: var(--font-mono);
  }
}
.brand_4AaeN9Q4qUb4TFw {
  --font-heading: Space Grotesk;
  --font-body: Inter;
  --font-mono: JetBrains Mono;
  --text-ui: 13px;
  --text-ui--line-height: calc(20 / 13);
  --radius-control: 6px;
  --radius-component: 10px;
  --radius-container: 14px;
  --shadow-subtle: 0 1px 3px 0 rgb(0 0 0 / 0.08), 0 1px 2px -1px rgb(0 0 0 / 0.08);
  --shadow-overlay: 0 4px 12px 0 rgb(0 0 0 / 0.08), 0 1px 1px 0 rgb(0 0 0 / 0.05);
  --shadow-modal: 0 16px 32px -8px rgb(0 0 0 / 0.12), 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --color-primary-1: #fbfdfe;
  --color-primary-2: #f5f9fb;
  --color-primary-3: #e8f3f9;
  --color-primary-4: #daecf5;
  --color-primary-5: #cbe2ee;
  --color-primary-6: #b9d6e4;
  --color-primary-7: #a5c4d3;
  --color-primary-8: #8dabba;
  --color-primary-9: #22333b;
  --color-primary-10: #35464f;
  --color-primary-11: #506d7a;
  --color-primary-12: #273840;
  --color-primary-contrast: #fff;
  --color-primary-surface: #f3f8facc;
  --color-neutral-1: #fdfdfc;
  --color-neutral-2: #f9f9f8;
  --color-neutral-3: #f0f0ef;
  --color-neutral-4: #e9e9e7;
  --color-neutral-5: #e1e1e0;
  --color-neutral-6: #d9d9d8;
  --color-neutral-7: #cececd;
  --color-neutral-8: #bbbbba;
  --color-neutral-9: #8d8d8b;
  --color-neutral-10: #828281;
  --color-neutral-11: #636361;
  --color-neutral-12: #20201f;
  --color-neutral-contrast: #ffffff;
  --color-neutral-surface: #ffffffcc;
  --color-background: #fff;
  --color-shell-canvas: lch(94.44% 1.5 105);
  --color-shell-well: lch(97.94% 1.5 105);
  --color-secondary-1: #fefdfb;
  --color-secondary-2: #fbf9f6;
  --color-secondary-3: #f4efea;
  --color-secondary-4: #eee7df;
  --color-secondary-5: #e8dfd5;
  --color-secondary-6: #e2d6c9;
  --color-secondary-7: #d9cbb9;
  --color-secondary-8: #cab69f;
  --color-secondary-9: #5e503f;
  --color-secondary-10: #4f4130;
  --color-secondary-11: #6f604f;
  --color-secondary-12: #292117;
  --color-secondary-contrast: #fff;
  --color-secondary-surface: #faf8f4cc;
  --color-tertiary-1: #fefdfc;
  --color-tertiary-2: #fbf9f6;
  --color-tertiary-3: #f4efea;
  --color-tertiary-4: #ede6dd;
  --color-tertiary-5: #e7dcd0;
  --color-tertiary-6: #e0d1c1;
  --color-tertiary-7: #d5c2ac;
  --color-tertiary-8: #c5ab8e;
  --color-tertiary-9: #a08566;
  --color-tertiary-10: #92795e;
  --color-tertiary-11: #75624c;
  --color-tertiary-12: #352f29;
  --color-tertiary-contrast: #fff;
  --color-tertiary-surface: #faf8f4cc;
}
:root.light .brand_4AaeN9Q4qUb4TFw, .light .brand_4AaeN9Q4qUb4TFw, [data-theme='light'] .brand_4AaeN9Q4qUb4TFw, [data-b-color-scheme='light'] .brand_4AaeN9Q4qUb4TFw, .brand_4AaeN9Q4qUb4TFw.light, .brand_4AaeN9Q4qUb4TFw[data-b-color-scheme='light'], .brand_4AaeN9Q4qUb4TFw .light, .brand_4AaeN9Q4qUb4TFw [data-theme='light'], .brand_4AaeN9Q4qUb4TFw [data-b-color-scheme='light'] {
  --color-primary-1: #fbfdfe;
  --color-primary-2: #f5f9fb;
  --color-primary-3: #e8f3f9;
  --color-primary-4: #daecf5;
  --color-primary-5: #cbe2ee;
  --color-primary-6: #b9d6e4;
  --color-primary-7: #a5c4d3;
  --color-primary-8: #8dabba;
  --color-primary-9: #22333b;
  --color-primary-10: #35464f;
  --color-primary-11: #506d7a;
  --color-primary-12: #273840;
  --color-primary-contrast: #fff;
  --color-primary-surface: #f3f8facc;
  --color-neutral-1: #fdfdfc;
  --color-neutral-2: #f9f9f8;
  --color-neutral-3: #f0f0ef;
  --color-neutral-4: #e9e9e7;
  --color-neutral-5: #e1e1e0;
  --color-neutral-6: #d9d9d8;
  --color-neutral-7: #cececd;
  --color-neutral-8: #bbbbba;
  --color-neutral-9: #8d8d8b;
  --color-neutral-10: #828281;
  --color-neutral-11: #636361;
  --color-neutral-12: #20201f;
  --color-neutral-contrast: #ffffff;
  --color-neutral-surface: #ffffffcc;
  --color-background: #fff;
  --color-shell-canvas: lch(94.44% 1.5 105);
  --color-shell-well: lch(97.94% 1.5 105);
  --color-secondary-1: #fefdfb;
  --color-secondary-2: #fbf9f6;
  --color-secondary-3: #f4efea;
  --color-secondary-4: #eee7df;
  --color-secondary-5: #e8dfd5;
  --color-secondary-6: #e2d6c9;
  --color-secondary-7: #d9cbb9;
  --color-secondary-8: #cab69f;
  --color-secondary-9: #5e503f;
  --color-secondary-10: #4f4130;
  --color-secondary-11: #6f604f;
  --color-secondary-12: #292117;
  --color-secondary-contrast: #fff;
  --color-secondary-surface: #faf8f4cc;
  --color-tertiary-1: #fefdfc;
  --color-tertiary-2: #fbf9f6;
  --color-tertiary-3: #f4efea;
  --color-tertiary-4: #ede6dd;
  --color-tertiary-5: #e7dcd0;
  --color-tertiary-6: #e0d1c1;
  --color-tertiary-7: #d5c2ac;
  --color-tertiary-8: #c5ab8e;
  --color-tertiary-9: #a08566;
  --color-tertiary-10: #92795e;
  --color-tertiary-11: #75624c;
  --color-tertiary-12: #352f29;
  --color-tertiary-contrast: #fff;
  --color-tertiary-surface: #faf8f4cc;
}
:root.dark .brand_4AaeN9Q4qUb4TFw, .dark .brand_4AaeN9Q4qUb4TFw, [data-theme='dark'] .brand_4AaeN9Q4qUb4TFw, [data-b-color-scheme='dark'] .brand_4AaeN9Q4qUb4TFw, .brand_4AaeN9Q4qUb4TFw.dark, .brand_4AaeN9Q4qUb4TFw[data-b-color-scheme='dark'], .brand_4AaeN9Q4qUb4TFw .dark, .brand_4AaeN9Q4qUb4TFw [data-theme='dark'], .brand_4AaeN9Q4qUb4TFw [data-b-color-scheme='dark'] {
  --color-primary-1: #0e1214;
  --color-primary-2: #151a1c;
  --color-primary-3: #1b252a;
  --color-primary-4: #1f2e35;
  --color-primary-5: #26373f;
  --color-primary-6: #2e414b;
  --color-primary-7: #3a515c;
  --color-primary-8: #4e6a78;
  --color-primary-9: #5f7c8a;
  --color-primary-10: #536f7d;
  --color-primary-11: #9cbac9;
  --color-primary-12: #deedf5;
  --color-primary-contrast: #fff;
  --color-primary-surface: #19232780;
  --color-neutral-1: #111110;
  --color-neutral-2: #191918;
  --color-neutral-3: #232322;
  --color-neutral-4: #2a2a29;
  --color-neutral-5: #313130;
  --color-neutral-6: #3b3b39;
  --color-neutral-7: #484847;
  --color-neutral-8: #616160;
  --color-neutral-9: #6f6f6d;
  --color-neutral-10: #7c7c7b;
  --color-neutral-11: #b4b4b3;
  --color-neutral-12: #eeeeed;
  --color-neutral-contrast: #ffffff;
  --color-neutral-surface: rgba(0, 0, 0, 0.05);
  --color-background: #111;
  --color-shell-canvas: var(--color-neutral-2);
  --color-shell-well: var(--color-neutral-3);
  --color-secondary-1: #12110f;
  --color-secondary-2: #1b1916;
  --color-secondary-3: #26221d;
  --color-secondary-4: #2f2a23;
  --color-secondary-5: #3a3329;
  --color-secondary-6: #483e31;
  --color-secondary-7: #5b4d3c;
  --color-secondary-8: #75624b;
  --color-secondary-9: #5e503f;
  --color-secondary-10: #4c4235;
  --color-secondary-11: #cfb9a0;
  --color-secondary-12: #f0e1d0;
  --color-secondary-contrast: #fff;
  --color-secondary-surface: #25211b80;
  --color-tertiary-1: #12110f;
  --color-tertiary-2: #1b1916;
  --color-tertiary-3: #26221d;
  --color-tertiary-4: #2f2922;
  --color-tertiary-5: #393128;
  --color-tertiary-6: #463b2f;
  --color-tertiary-7: #584938;
  --color-tertiary-8: #745f48;
  --color-tertiary-9: #c6ac8f;
  --color-tertiary-10: #bba184;
  --color-tertiary-11: #ceb396;
  --color-tertiary-12: #f5e6d6;
  --color-tertiary-contrast: #2e1e0a;
  --color-tertiary-surface: #25211b80;
}
@media (prefers-color-scheme: dark) {
  :root:not(.light):not(.dark) .brand_4AaeN9Q4qUb4TFw:not(.light) {
    --color-primary-1: #0e1214;
    --color-primary-2: #151a1c;
    --color-primary-3: #1b252a;
    --color-primary-4: #1f2e35;
    --color-primary-5: #26373f;
    --color-primary-6: #2e414b;
    --color-primary-7: #3a515c;
    --color-primary-8: #4e6a78;
    --color-primary-9: #5f7c8a;
    --color-primary-10: #536f7d;
    --color-primary-11: #9cbac9;
    --color-primary-12: #deedf5;
    --color-primary-contrast: #fff;
    --color-primary-surface: #19232780;
    --color-neutral-1: #111110;
    --color-neutral-2: #191918;
    --color-neutral-3: #232322;
    --color-neutral-4: #2a2a29;
    --color-neutral-5: #313130;
    --color-neutral-6: #3b3b39;
    --color-neutral-7: #484847;
    --color-neutral-8: #616160;
    --color-neutral-9: #6f6f6d;
    --color-neutral-10: #7c7c7b;
    --color-neutral-11: #b4b4b3;
    --color-neutral-12: #eeeeed;
    --color-neutral-contrast: #ffffff;
    --color-neutral-surface: rgba(0, 0, 0, 0.05);
    --color-background: #111;
    --color-shell-canvas: var(--color-neutral-2);
    --color-shell-well: var(--color-neutral-3);
    --color-secondary-1: #12110f;
    --color-secondary-2: #1b1916;
    --color-secondary-3: #26221d;
    --color-secondary-4: #2f2a23;
    --color-secondary-5: #3a3329;
    --color-secondary-6: #483e31;
    --color-secondary-7: #5b4d3c;
    --color-secondary-8: #75624b;
    --color-secondary-9: #5e503f;
    --color-secondary-10: #4c4235;
    --color-secondary-11: #cfb9a0;
    --color-secondary-12: #f0e1d0;
    --color-secondary-contrast: #fff;
    --color-secondary-surface: #25211b80;
    --color-tertiary-1: #12110f;
    --color-tertiary-2: #1b1916;
    --color-tertiary-3: #26221d;
    --color-tertiary-4: #2f2922;
    --color-tertiary-5: #393128;
    --color-tertiary-6: #463b2f;
    --color-tertiary-7: #584938;
    --color-tertiary-8: #745f48;
    --color-tertiary-9: #c6ac8f;
    --color-tertiary-10: #bba184;
    --color-tertiary-11: #ceb396;
    --color-tertiary-12: #f5e6d6;
    --color-tertiary-contrast: #2e1e0a;
    --color-tertiary-surface: #25211b80;
  }
}
@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-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@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-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --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-outline-style: solid;
    }
  }
}
