/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@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-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --color-amber-800: oklch(47.3% 0.137 46.201);
    --color-amber-900: oklch(41.4% 0.112 45.904);
    --color-amber-950: oklch(27.9% 0.077 45.635);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-gray-950: oklch(13% 0.028 261.692);
    --color-neutral-600: oklch(43.9% 0 0);
    --color-neutral-800: oklch(26.9% 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --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);
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-20 {
    top: calc(var(--spacing) * 20);
  }
  .top-24 {
    top: calc(var(--spacing) * 24);
  }
  .top-33 {
    top: calc(var(--spacing) * 33);
  }
  .top-45 {
    top: calc(var(--spacing) * 45);
  }
  .top-56 {
    top: calc(var(--spacing) * 56);
  }
  .top-57 {
    top: calc(var(--spacing) * 57);
  }
  .top-68 {
    top: calc(var(--spacing) * 68);
  }
  .top-85 {
    top: calc(var(--spacing) * 85);
  }
  .top-85\.5 {
    top: calc(var(--spacing) * 85.5);
  }
  .top-101 {
    top: calc(var(--spacing) * 101);
  }
  .top-\[6\%\] {
    top: 6%;
  }
  .top-\[13\%\] {
    top: 13%;
  }
  .top-\[28\%\] {
    top: 28%;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .top-\[50\.4\%\] {
    top: 50.4%;
  }
  .top-\[72\%\] {
    top: 72%;
  }
  .top-\[88\%\] {
    top: 88%;
  }
  .top-\[89\%\] {
    top: 89%;
  }
  .top-\[94\%\] {
    top: 94%;
  }
  .right-47 {
    right: calc(var(--spacing) * 47);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-14 {
    bottom: calc(var(--spacing) * 14);
  }
  .bottom-56 {
    bottom: calc(var(--spacing) * 56);
  }
  .bottom-60 {
    bottom: calc(var(--spacing) * 60);
  }
  .bottom-114 {
    bottom: calc(var(--spacing) * 114);
  }
  .left-20 {
    left: calc(var(--spacing) * 20);
  }
  .left-33 {
    left: calc(var(--spacing) * 33);
  }
  .left-45 {
    left: calc(var(--spacing) * 45);
  }
  .left-57 {
    left: calc(var(--spacing) * 57);
  }
  .left-68 {
    left: calc(var(--spacing) * 68);
  }
  .left-85 {
    left: calc(var(--spacing) * 85);
  }
  .left-85\.5 {
    left: calc(var(--spacing) * 85.5);
  }
  .left-101 {
    left: calc(var(--spacing) * 101);
  }
  .left-\[6\%\] {
    left: 6%;
  }
  .left-\[10\%\] {
    left: 10%;
  }
  .left-\[12\%\] {
    left: 12%;
  }
  .left-\[27\%\] {
    left: 27%;
  }
  .left-\[28\%\] {
    left: 28%;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .left-\[72\%\] {
    left: 72%;
  }
  .left-\[88\%\] {
    left: 88%;
  }
  .left-\[90\%\] {
    left: 90%;
  }
  .left-\[94\%\] {
    left: 94%;
  }
  .left-\[102\%\] {
    left: 102%;
  }
  .z-50 {
    z-index: 50;
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-10 {
    margin-inline: calc(var(--spacing) * 10);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-40 {
    margin-top: calc(var(--spacing) * 40);
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .ml-7 {
    margin-left: calc(var(--spacing) * 7);
  }
  .ml-20 {
    margin-left: calc(var(--spacing) * 20);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .table {
    display: table;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-50 {
    height: calc(var(--spacing) * 50);
  }
  .h-60 {
    height: calc(var(--spacing) * 60);
  }
  .h-72 {
    height: calc(var(--spacing) * 72);
  }
  .h-80 {
    height: calc(var(--spacing) * 80);
  }
  .h-85 {
    height: calc(var(--spacing) * 85);
  }
  .h-96 {
    height: calc(var(--spacing) * 96);
  }
  .h-\[27rem\] {
    height: 27rem;
  }
  .h-\[33rem\] {
    height: 33rem;
  }
  .h-\[35rem\] {
    height: 35rem;
  }
  .h-\[39rem\] {
    height: 39rem;
  }
  .h-\[40rem\] {
    height: 40rem;
  }
  .h-\[45rem\] {
    height: 45rem;
  }
  .h-\[55rem\] {
    height: 55rem;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-30 {
    width: calc(var(--spacing) * 30);
  }
  .w-36 {
    width: calc(var(--spacing) * 36);
  }
  .w-44 {
    width: calc(var(--spacing) * 44);
  }
  .w-50 {
    width: calc(var(--spacing) * 50);
  }
  .w-85 {
    width: calc(var(--spacing) * 85);
  }
  .w-96 {
    width: calc(var(--spacing) * 96);
  }
  .w-\[27rem\] {
    width: 27rem;
  }
  .w-\[33rem\] {
    width: 33rem;
  }
  .w-\[39rem\] {
    width: 39rem;
  }
  .w-\[45rem\] {
    width: 45rem;
  }
  .w-\[55rem\] {
    width: 55rem;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[100vw\] {
    width: 100vw;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .rotate-164 {
    rotate: 164deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .self-center {
    align-self: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[50\%\] {
    border-radius: 50%;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-b-\[100px\] {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-gray-600 {
    border-color: var(--color-gray-600);
  }
  .bg-\[\#1F271B\] {
    background-color: #1F271B;
  }
  .bg-\[\#6e5e49\] {
    background-color: #6e5e49;
  }
  .bg-\[\#8c6026\] {
    background-color: #8c6026;
  }
  .bg-\[\#9a6c30\] {
    background-color: #9a6c30;
  }
  .bg-\[\#9a6621\] {
    background-color: #9a6621;
  }
  .bg-\[\#508D7C\] {
    background-color: #508D7C;
  }
  .bg-\[\#876538\] {
    background-color: #876538;
  }
  .bg-\[\#965500\] {
    background-color: #965500;
  }
  .bg-\[\#b37f3c\] {
    background-color: #b37f3c;
  }
  .bg-\[\#b0997a\] {
    background-color: #b0997a;
  }
  .bg-\[\#b1772b\] {
    background-color: #b1772b;
  }
  .bg-\[\#c2b4a2\] {
    background-color: #c2b4a2;
  }
  .bg-\[\#c8b39a\] {
    background-color: #c8b39a;
  }
  .bg-\[\#d2a76e\] {
    background-color: #d2a76e;
  }
  .bg-\[\#d4af7f\] {
    background-color: #d4af7f;
  }
  .bg-\[\#d4af7fffb24e\] {
    background-color: #d4af7fffb24e;
  }
  .bg-\[\#d6bd9d\] {
    background-color: #d6bd9d;
  }
  .bg-\[\#ffa632\] {
    background-color: #ffa632;
  }
  .bg-\[\#ffb24e\] {
    background-color: #ffb24e;
  }
  .bg-\[\#ffc579\] {
    background-color: #ffc579;
  }
  .bg-\[\#ffeacf\] {
    background-color: #ffeacf;
  }
  .bg-amber-800 {
    background-color: var(--color-amber-800);
  }
  .bg-amber-950 {
    background-color: var(--color-amber-950);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-800 {
    background-color: var(--color-gray-800);
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .bg-gray-950 {
    background-color: var(--color-gray-950);
  }
  .bg-neutral-600 {
    background-color: var(--color-neutral-600);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-amber-50 {
    color: var(--color-amber-50);
  }
  .text-amber-900 {
    color: var(--color-amber-900);
  }
  .text-amber-950 {
    color: var(--color-amber-950);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-neutral-800 {
    color: var(--color-neutral-800);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
    }
  }
}
