/* [project]/src/app/fluxify_4e0df88d.module.css [app-client] (css) */
@font-face {
  font-family: fluxify;
  src: url("../media/fluxify-s.p.14hcat5z~3zme.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: fluxify Fallback;
  src: local(Arial);
  ascent-override: 95.12%;
  descent-override: 28.16%;
  line-gap-override: 0.0%;
  size-adjust: 101.55%;
}

.fluxify_4e0df88d-module___XcuYG__className {
  font-family: fluxify, fluxify Fallback;
}

.fluxify_4e0df88d-module___XcuYG__variable {
  --font-fluxify: "fluxify", "fluxify Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-border-style: solid;
      --tw-font-weight: 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-duration: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: var(--font-fluxify);
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: .25rem;
    --container-3xl: 48rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-medium: 500;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-fluxify);
    --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;
    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 components;

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

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

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

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

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

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

  .top-9\.5 {
    top: calc(var(--spacing) * 9.5);
  }

  .top-\[calc\(100\%\+0px\)\] {
    top: 100%;
  }

  .top-\[calc\(100\%\+8px\)\] {
    top: calc(100% + 8px);
  }

  .top-\[calc\(100\%\+12px\)\] {
    top: calc(100% + 12px);
  }

  .top-\[calc\(100\%\+14px\)\] {
    top: calc(100% + 14px);
  }

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

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

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

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

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

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

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

  .z-\[50\] {
    z-index: 50;
  }

  .z-\[500\] {
    z-index: 500;
  }

  .container {
    width: 100%;
  }

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

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

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

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

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

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

  .flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

  .h-full {
    height: 100%;
  }

  .min-h-full {
    min-height: 100%;
  }

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

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

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

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

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

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

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

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

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

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

  .w-full {
    width: 100%;
  }

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

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

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

  .flex-1 {
    flex: 1;
  }

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

  .origin-top-right {
    transform-origin: 100% 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 {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

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

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

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

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

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

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

  .overflow-hidden {
    overflow: hidden;
  }

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

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

  .rounded-lg {
    border-radius: calc(var(--radius) + .25rem);
  }

  .rounded-xl {
    border-radius: calc(var(--radius) + .5rem);
  }

  .rounded-b-3xl {
    border-bottom-right-radius: var(--radius-3xl);
    border-bottom-left-radius: var(--radius-3xl);
  }

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

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

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

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

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

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

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

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

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

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

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

  .bg-primary\/8 {
    background-color: var(--primary);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .font-sans {
    font-family: var(--font-fluxify);
  }

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

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

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

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

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

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

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

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-100 {
    opacity: 1;
  }

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

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

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

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

  .duration-150 {
    --tw-duration: .15s;
    transition-duration: .15s;
  }

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

  @media (hover: hover) {
    .hover\:bg-border-light\/60:hover {
      background-color: var(--border-light);
    }

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

  @media (hover: hover) {
    .hover\:bg-muted:hover {
      background-color: var(--muted);
    }
  }

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

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

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

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

  @media (min-width: 40rem) {
    .sm\:items-start {
      align-items: flex-start;
    }
  }
}

:root {
  --background: #faf4ef;
  --background-secondary: #f6e8df;
  --background-tertiary: #f0ddd3;
  --foreground: #2e1d15;
  --foreground-secondary: #5a4136;
  --foreground-muted: #816d62;
  --primary: #854b44;
  --primary-hover: #7a3a33;
  --primary-active: #6a2c27;
  --primary-light: #a77970;
  --primary-lighter: #cfafa5;
  --primary-foreground: #faf4ef;
  --secondary: #f9e7dc;
  --secondary-hover: #efd9cd;
  --secondary-foreground: #43251a;
  --accent: #ad644e;
  --accent-hover: #a1523d;
  --accent-foreground: #fbf3ef;
  --muted: #ede2db;
  --muted-foreground: #725e55;
  --card: #fdf7f3;
  --card-foreground: #2e1d15;
  --popover: #fefbf8;
  --popover-foreground: #2e1d15;
  --border: #dcc9c0;
  --border-light: #e9dbd2;
  --input: #e3d4cc;
  --ring: #854b44;
  --destructive: #cc272e;
  --destructive-foreground: #faf4ef;
  --success: #419547;
  --success-foreground: #faf4ef;
  --warning: #e69c3a;
  --warning-foreground: #2e1d15;
  --radius: .625rem;
  --shadow-color: #77534d1a;
  --shadow-sm: 0 1px 2px var(--shadow-color);
  --shadow-md: 0 4px 6px -1px var(--shadow-color), 0 2px 4px -2px var(--shadow-color);
  --shadow-lg: 0 10px 15px -3px var(--shadow-color), 0 4px 6px -4px var(--shadow-color);
}

@supports (color: lab(0% 0 0)) {
  :root {
    --background: lab(96.5018% 1.68452 3.32792);
    --background-secondary: lab(92.9779% 3.91451 6.33383);
    --background-tertiary: lab(89.4529% 5.49963 7.43098);
    --foreground: lab(12.8167% 7.65032 8.67278);
    --foreground-secondary: lab(30.1619% 10.089 11.4146);
    --foreground-muted: lab(47.6636% 6.75082 9.0408);
    --primary: lab(38.9439% 24.491 15.5352);
    --primary-hover: lab(33.0386% 27.7205 17.9141);
    --primary-active: lab(27.2183% 27.9677 17.5924);
    --primary-light: lab(55.4226% 17.5717 12.7386);
    --primary-lighter: lab(74.2017% 10.8229 9.67118);
    --primary-foreground: lab(96.5018% 1.68452 3.32792);
    --secondary: lab(92.9609% 4.92209 7.93804);
    --secondary-hover: lab(88.2697% 6.63298 8.9424);
    --secondary-foreground: lab(18.4338% 13.8396 13.5354);
    --accent: lab(50.5112% 28.3026 25.9565);
    --accent-hover: lab(44.5786% 32.0241 27.9367);
    --accent-foreground: lab(96.4902% 1.93307 3.15056);
    --muted: lab(90.6743% 2.91947 4.73908);
    --muted-foreground: lab(41.8311% 7.38984 8.36684);
    --card: lab(97.6619% 1.42437 2.60537);
    --card-foreground: lab(12.8167% 7.65032 8.67278);
    --popover: lab(98.8289% .88656 1.626);
    --popover-foreground: lab(12.8167% 7.65032 8.67278);
    --border: lab(82.4924% 5.5089 7.43786);
    --border-light: lab(88.3377% 3.91862 6.33675);
    --input: lab(86.0041% 4.2012 6.09984);
    --ring: lab(38.9439% 24.491 15.5352);
    --destructive: lab(45.7636% 63.3818 40.1799);
    --destructive-foreground: lab(96.5018% 1.68452 3.32792);
    --success: lab(55.2905% -39.2931 32.7248);
    --success-foreground: lab(96.5018% 1.68452 3.32792);
    --warning: lab(70.7353% 22.1592 60.0026);
    --warning-foreground: lab(12.8167% 7.65032 8.67278);
    --shadow-color: lab(39.2472% 14.9207 10.0437 / .1);
  }
}

@media (prefers-color-scheme: dark) {
  :root:not(.light) {
    --background: #190e0c;
    --background-secondary: #251712;
    --background-tertiary: #311f19;
    --foreground: #f0e5df;
    --foreground-secondary: #c9bab3;
    --foreground-muted: #8b7d76;
    --primary: #b97468;
    --primary-hover: #ce8171;
    --primary-active: #dc8d7c;
    --primary-light: #96625b;
    --primary-lighter: #6f4b47;
    --primary-foreground: #130806;
    --secondary: #36241e;
    --secondary-hover: #432d25;
    --secondary-foreground: #e6dcd5;
    --accent: #ad644e;
    --accent-hover: #c17154;
    --accent-foreground: #130806;
    --muted: #281c18;
    --muted-foreground: #8b7d76;
    --card: #221410;
    --card-foreground: #f0e5df;
    --popover: #20120e;
    --popover-foreground: #f0e5df;
    --border: #402e27;
    --border-light: #342520;
    --input: #3b2923;
    --ring: #b97468;
    --destructive: #de3b3d;
    --destructive-foreground: #faf4ef;
    --success: #51a556;
    --success-foreground: #060d06;
    --warning: #f0a646;
    --warning-foreground: #21110a;
    --shadow-color: #08020159;
    --shadow-sm: 0 1px 2px var(--shadow-color);
    --shadow-md: 0 4px 6px -1px var(--shadow-color), 0 2px 4px -2px var(--shadow-color);
    --shadow-lg: 0 10px 15px -3px var(--shadow-color), 0 4px 6px -4px var(--shadow-color);
  }

  @supports (color: lab(0% 0 0)) {
    :root:not(.light) {
      --background: lab(5.15012% 4.54132 3.02663);
      --background-secondary: lab(9.33213% 7.00858 5.75641);
      --background-tertiary: lab(13.9448% 8.23385 7.66507);
      --foreground: lab(91.8343% 2.91887 4.7387);
      --foreground-secondary: lab(76.7148% 4.3903 5.93784);
      --foreground-muted: lab(53.5045% 4.59462 5.78449);
      --primary: lab(56.287% 27.0653 18.4207);
      --primary-hover: lab(62.0284% 29.6381 21.7843);
      --primary-active: lab(66.6881% 29.3378 22.3085);
      --primary-light: lab(47.1657% 21.2984 13.3307);
      --primary-lighter: lab(35.7341% 15.3858 8.82207);
      --primary-foreground: lab(2.96567% 3.20588 2.05936);
      --secondary: lab(16.261% 8.30044 7.45838);
      --secondary-hover: lab(20.8766% 9.47228 9.10699);
      --secondary-foreground: lab(88.3542% 2.92063 4.73992);
      --accent: lab(50.5112% 28.3026 25.9565);
      --accent-hover: lab(56.2688% 30.5352 29.9723);
      --accent-foreground: lab(2.96567% 3.20588 2.05936);
      --muted: lab(11.6969% 5.48318 4.90949);
      --muted-foreground: lab(53.5132% 4.42201 5.96161);
      --card: lab(8.16704% 7.09375 5.22285);
      --card-foreground: lab(91.8343% 2.91887 4.7387);
      --popover: lab(7.04681% 6.93227 4.71272);
      --popover-foreground: lab(91.8343% 2.91887 4.7387);
      --border: lab(20.9145% 8.06504 7.73624);
      --border-light: lab(16.3002% 6.87003 6.15562);
      --input: lab(18.5877% 8.1837 7.59725);
      --ring: lab(56.287% 27.0653 18.4207);
      --destructive: lab(51.5803% 63.2457 38.9399);
      --destructive-foreground: lab(96.5018% 1.68452 3.32792);
      --success: lab(61.1029% -39.2614 32.4265);
      --success-foreground: lab(3.18283% -2.80908 2.08293);
      --warning: lab(74.2281% 21.9453 59.1988);
      --warning-foreground: lab(7.05003% 7.59616 6.47074);
      --shadow-color: lab(.865042% 1.49424 .86019 / .35);
    }
  }
}

.dark {
  --background: #190e0c;
  --background-secondary: #251712;
  --background-tertiary: #311f19;
  --foreground: #f0e5df;
  --foreground-secondary: #c9bab3;
  --foreground-muted: #8b7d76;
  --primary: #b97468;
  --primary-hover: #ce8171;
  --primary-active: #dc8d7c;
  --primary-light: #96625b;
  --primary-lighter: #6f4b47;
  --primary-foreground: #130806;
  --secondary: #36241e;
  --secondary-hover: #432d25;
  --secondary-foreground: #e6dcd5;
  --accent: #ad644e;
  --accent-hover: #c17154;
  --accent-foreground: #130806;
  --muted: #281c18;
  --muted-foreground: #8b7d76;
  --card: #221410;
  --card-foreground: #f0e5df;
  --popover: #20120e;
  --popover-foreground: #f0e5df;
  --border: #402e27;
  --border-light: #342520;
  --input: #3b2923;
  --ring: #b97468;
  --destructive: #de3b3d;
  --destructive-foreground: #faf4ef;
  --success: #51a556;
  --success-foreground: #060d06;
  --warning: #f0a646;
  --warning-foreground: #21110a;
  --shadow-color: #08020159;
  --shadow-sm: 0 1px 2px var(--shadow-color);
  --shadow-md: 0 4px 6px -1px var(--shadow-color), 0 2px 4px -2px var(--shadow-color);
  --shadow-lg: 0 10px 15px -3px var(--shadow-color), 0 4px 6px -4px var(--shadow-color);
}

@supports (color: lab(0% 0 0)) {
  .dark {
    --background: lab(5.15012% 4.54132 3.02663);
    --background-secondary: lab(9.33213% 7.00858 5.75641);
    --background-tertiary: lab(13.9448% 8.23385 7.66507);
    --foreground: lab(91.8343% 2.91887 4.7387);
    --foreground-secondary: lab(76.7148% 4.3903 5.93784);
    --foreground-muted: lab(53.5045% 4.59462 5.78449);
    --primary: lab(56.287% 27.0653 18.4207);
    --primary-hover: lab(62.0284% 29.6381 21.7843);
    --primary-active: lab(66.6881% 29.3378 22.3085);
    --primary-light: lab(47.1657% 21.2984 13.3307);
    --primary-lighter: lab(35.7341% 15.3858 8.82207);
    --primary-foreground: lab(2.96567% 3.20588 2.05936);
    --secondary: lab(16.261% 8.30044 7.45838);
    --secondary-hover: lab(20.8766% 9.47228 9.10699);
    --secondary-foreground: lab(88.3542% 2.92063 4.73992);
    --accent: lab(50.5112% 28.3026 25.9565);
    --accent-hover: lab(56.2688% 30.5352 29.9723);
    --accent-foreground: lab(2.96567% 3.20588 2.05936);
    --muted: lab(11.6969% 5.48318 4.90949);
    --muted-foreground: lab(53.5132% 4.42201 5.96161);
    --card: lab(8.16704% 7.09375 5.22285);
    --card-foreground: lab(91.8343% 2.91887 4.7387);
    --popover: lab(7.04681% 6.93227 4.71272);
    --popover-foreground: lab(91.8343% 2.91887 4.7387);
    --border: lab(20.9145% 8.06504 7.73624);
    --border-light: lab(16.3002% 6.87003 6.15562);
    --input: lab(18.5877% 8.1837 7.59725);
    --ring: lab(56.287% 27.0653 18.4207);
    --destructive: lab(51.5803% 63.2457 38.9399);
    --destructive-foreground: lab(96.5018% 1.68452 3.32792);
    --success: lab(61.1029% -39.2614 32.4265);
    --success-foreground: lab(3.18283% -2.80908 2.08293);
    --warning: lab(74.2281% 21.9453 59.1988);
    --warning-foreground: lab(7.05003% 7.59616 6.47074);
    --shadow-color: lab(.865042% 1.49424 .86019 / .35);
  }
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-sans), Arial, Helvetica, sans-serif;
}

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

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

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

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

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

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

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

/*# sourceMappingURL=src_app_0baqyez._.css.map*/