*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: var(--font-sans), system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: var(--font-mono), ui-monospace, SFMono-Regular; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  :root {
    --background: 220 18% 11%;
    --foreground: 34 28% 93%;
    --card: 217 17% 26%;
    --card-foreground: 34 28% 93%;
    --popover: 217 17% 26%;
    --popover-foreground: 34 28% 93%;
    --primary: 168 19% 71%;
    --primary-foreground: 220 18% 11%;
    --secondary: 217 18% 27%;
    --secondary-foreground: 34 28% 93%;
    --muted: 219 13% 33%;
    --muted-foreground: 218 14% 72%;
    --accent: 217 17% 20%;
    --accent-foreground: 34 28% 93%;
    --destructive: 0 42% 76%;
    --destructive-foreground: 220 18% 11%;
    --border: 217 14% 46% / 0.56;
    --input: 217 14% 46% / 0.56;
    --ring: 168 24% 78% / 0.45;
    --radius: 1rem;
    --app-bottom-tabs-height: 96px;
    --app-safe-area-top: env(safe-area-inset-top, 0px);
    --font-sans: "Avenir Next", "SF Pro Display", "Segoe UI", sans-serif;
    --font-mono: "SF Mono", "JetBrains Mono", ui-monospace, monospace;
    color-scheme: dark;
  }

  .dark {
    --background: 220 18% 11%;
    --foreground: 34 28% 93%;
    --card: 217 17% 26%;
    --card-foreground: 34 28% 93%;
    --popover: 217 17% 26%;
    --popover-foreground: 34 28% 93%;
    --primary: 168 19% 71%;
    --primary-foreground: 220 18% 11%;
    --secondary: 217 18% 27%;
    --secondary-foreground: 34 28% 93%;
    --muted: 219 13% 33%;
    --muted-foreground: 218 14% 72%;
    --accent: 217 17% 20%;
    --accent-foreground: 34 28% 93%;
    --destructive: 0 42% 76%;
    --destructive-foreground: 220 18% 11%;
    --border: 217 14% 46% / 0.56;
    --input: 217 14% 46% / 0.56;
    --ring: 168 24% 78% / 0.45;
    color-scheme: dark;
  }

  body.cabinet-theme-root {
    --background: 210 57% 98%;
    --foreground: 218 37% 18%;
    --card: 0 0% 100%;
    --card-foreground: 218 37% 18%;
    --popover: 0 0% 100%;
    --popover-foreground: 218 37% 18%;
    --primary: 210 91% 52%;
    --primary-foreground: 0 0% 100%;
    --secondary: 208 100% 97%;
    --secondary-foreground: 215 66% 29%;
    --muted: 212 43% 95%;
    --muted-foreground: 216 16% 47%;
    --accent: 208 84% 95%;
    --accent-foreground: 215 66% 29%;
    --destructive: 356 74% 58%;
    --destructive-foreground: 0 0% 100%;
    --border: 214 32% 86% / 0.95;
    --input: 214 32% 86% / 0.95;
    --ring: 210 91% 52% / 0.22;
    --radius: 1rem;
    --cabinet-sidebar-start: 210 81% 54%;
    --cabinet-sidebar-end: 224 79% 41%;
    --cabinet-topbar: 0 0% 100%;
    --cabinet-panel: 212 50% 96%;
    --cabinet-panel-strong: 0 0% 100%;
    --cabinet-card-active: 208 92% 96%;
    --cabinet-text-secondary: 216 26% 26%;
    --cabinet-text-muted: 216 14% 48%;
    --cabinet-text-disabled: 216 12% 62%;
    --cabinet-outline-soft: 214 32% 86%;
    --cabinet-scrim: 216 38% 42% / 0.14;
    --cabinet-error-container: 356 67% 95%;
    color-scheme: light;
    background:
      radial-gradient(
        circle at 12% 4%,
        rgb(72 135 255 / 0.16),
        transparent 0 23%
      ),
      radial-gradient(
        circle at 88% 0%,
        rgb(32 185 235 / 0.1),
        transparent 0 20%
      ),
      linear-gradient(180deg, rgb(246 249 253) 0%, rgb(238 244 250) 100%);
  }

  body.cabinet-theme-root.cabinet-theme-dark {
    --background: 215 30% 7.8%;
    --foreground: 45 31.6% 92.5%;
    --card: 212.3 30.2% 16.9%;
    --card-foreground: 45 31.6% 92.5%;
    --popover: 213.9 30.7% 14.7%;
    --popover-foreground: 45 31.6% 92.5%;
    --primary: 204 88% 65%;
    --primary-foreground: 216 40% 12%;
    --secondary: 213 34% 19%;
    --secondary-foreground: 45 31.6% 92.5%;
    --muted: 213.3 33.3% 10.6%;
    --muted-foreground: 214.3 19.7% 72.2%;
    --accent: 188.2 28.9% 14.9%;
    --accent-foreground: 45 31.6% 92.5%;
    --destructive: 354.9 65.4% 64.9%;
    --destructive-foreground: 45 31.6% 92.5%;
    --border: 214.3 28.9% 23.7%;
    --input: 214.3 28.9% 23.7%;
    --ring: 204 88% 65% / 0.34;
    --cabinet-sidebar-start: 214 39% 16%;
    --cabinet-sidebar-end: 213 42% 12%;
    --cabinet-topbar: 213 31% 12%;
    --cabinet-panel: 214 32% 14%;
    --cabinet-panel-strong: 214 34% 17%;
    --cabinet-card-active: 213.8 30.8% 20.4%;
    --cabinet-text-secondary: 214.3 19.7% 72.2%;
    --cabinet-text-muted: 216 13.2% 55.3%;
    --cabinet-text-disabled: 216.9 12.5% 40.8%;
    --cabinet-outline-soft: 214.3 28.9% 23.7% / 0.72;
    --cabinet-scrim: 213.3 29% 6.1% / 0.6;
    --cabinet-error-container: 340 21.8% 21.6%;
    color-scheme: dark;
    background:
      radial-gradient(
        circle at 10% 10%,
        rgb(70 132 255 / 0.16),
        transparent 0 24%
      ),
      radial-gradient(
        circle at 88% 4%,
        rgb(24 184 230 / 0.12),
        transparent 0 22%
      ),
      linear-gradient(180deg, rgb(17 24 34) 0%, rgb(14 20 29) 100%);
  }

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

  html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
         text-size-adjust: 100%;
  }

  body {
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    min-height: 100vh;
    background:
      radial-gradient(
        circle at 12% 6%,
        rgb(169 195 191 / 0.12),
        transparent 0 18%
      ),
      radial-gradient(
        circle at 86% 4%,
        rgb(167 184 213 / 0.1),
        transparent 0 20%
      ),
      linear-gradient(
        160deg,
        rgb(29 33 41) 0%,
        rgb(26 31 39) 48%,
        rgb(23 27 34) 100%
      );
    background-attachment: fixed;
}

  .dark body {
    background: inherit;
  }
.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 1400px) {

  .\!container {
    max-width: 1400px !important;
  }

  .container {
    max-width: 1400px;
  }
}
.app-shell {
    position: relative;
    isolation: isolate;
  }
.app-shell::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
      radial-gradient(
        circle at 14% 0%,
        rgb(169 195 191 / 0.14),
        transparent 0 20%
      ),
      radial-gradient(
        circle at 82% 8%,
        rgb(167 184 213 / 0.12),
        transparent 0 18%
      );
    z-index: -1;
  }
.app-page-container {
    position: relative;
  }
.app-topbar {
    border: 1px solid rgb(255 255 255 / 0.06);
    background: linear-gradient(
      180deg,
      rgb(36 43 53 / 0.98) 0%,
      rgb(34 40 50 / 0.96) 100%
    );
    box-shadow:
      0 20px 56px rgb(5 7 11 / 0.22),
      inset 0 1px 0 rgb(255 255 255 / 0.04);
    backdrop-filter: blur(20px);
    border-radius: 24px;
  }
.app-sidebar {
    border-right: 1px solid rgb(255 255 255 / 0.06);
    background: linear-gradient(
      180deg,
      rgb(25 31 40 / 0.96) 0%,
      rgb(22 28 36 / 0.98) 100%
    );
    box-shadow:
      24px 0 60px rgb(5 7 11 / 0.12),
      inset -1px 0 0 rgb(255 255 255 / 0.02);
  }
.app-sidebar-icon {
    border: 1px solid rgb(255 255 255 / 0.08);
    background: linear-gradient(
      180deg,
      rgb(57 68 84 / 0.96) 0%,
      rgb(45 54 67 / 0.96) 100%
    );
    color: hsl(var(--foreground));
    box-shadow:
      0 14px 28px rgb(5 7 11 / 0.18),
      inset 0 1px 0 rgb(255 255 255 / 0.06);
  }
.app-sidebar-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    min-height: 3rem;
    border-radius: 1.25rem;
    padding: 0.75rem 0.875rem;
    color: hsl(var(--muted-foreground));
    transition:
      background-color 180ms ease,
      color 180ms ease,
      box-shadow 180ms ease,
      transform 180ms ease;
  }
.app-sidebar-link:hover {
    background: rgb(255 255 255 / 0.06);
    color: hsl(var(--foreground));
    transform: translateX(1px);
  }
.app-sidebar-link-active {
    background: linear-gradient(
      180deg,
      rgb(70 132 255 / 0.22) 0%,
      rgb(40 95 201 / 0.2) 100%
    );
    color: rgb(227 238 255);
    box-shadow:
      0 16px 34px rgb(11 44 102 / 0.18),
      inset 0 1px 0 rgb(255 255 255 / 0.06);
  }
.app-bottom-tabs {
    border: 1px solid rgb(255 255 255 / 0.06);
    background: linear-gradient(
      180deg,
      rgb(36 43 53 / 0.98) 0%,
      rgb(31 37 46 / 0.96) 100%
    );
    box-shadow:
      0 24px 60px rgb(5 7 11 / 0.28),
      inset 0 1px 0 rgb(255 255 255 / 0.04);
    backdrop-filter: blur(22px);
    border-radius: 28px;
    padding: 0.5rem;
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }
.chat-keyboard-open .app-bottom-tabs {
    opacity: 0;
    transform: translateY(24px);
    pointer-events: none;
  }
.ios-card-surface,
  .ios-card-surface-active,
  .ios-field-surface {
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 0.08);
  }
.ios-card-surface::before,
  .ios-card-surface-active::before,
  .ios-field-surface::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
      180deg,
      rgb(255 255 255 / 0.12) 0%,
      rgb(255 255 255 / 0.04) 22%,
      transparent 58%
    );
  }
.ios-card-surface {
    background: linear-gradient(135deg, #3c4657 0%, #323b4a 100%);
    box-shadow:
      0 16px 36px rgb(5 7 11 / 0.34),
      0 -1px 2px rgb(5 7 11 / 0.18);
  }
.ios-card-surface-active {
    background: linear-gradient(135deg, #485466 0%, #3b4657 100%);
    box-shadow:
      0 16px 36px rgb(5 7 11 / 0.36),
      0 -1px 2px rgb(5 7 11 / 0.18);
  }
.ios-field-surface {
    background: linear-gradient(135deg, #333b4a 0%, #292f3b 100%);
    box-shadow:
      0 8px 18px rgb(5 7 11 / 0.24),
      0 -1px 1px rgb(5 7 11 / 0.12);
  }
.cabinet-workspace {
    position: relative;
    isolation: isolate;
  }
.cabinet-workspace::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
      radial-gradient(
        circle at 8% 6%,
        rgb(77 136 255 / 0.16),
        transparent 0 24%
      ),
      radial-gradient(
        circle at 88% 8%,
        rgb(15 189 214 / 0.1),
        transparent 0 18%
      ),
      radial-gradient(
        circle at 52% 0%,
        rgb(255 255 255 / 0.34),
        transparent 0 30%
      );
    z-index: -1;
  }
body.cabinet-theme-root.cabinet-theme-dark .cabinet-workspace::before {
    background:
      radial-gradient(
        circle at 10% 10%,
        rgb(70 132 255 / 0.16),
        transparent 0 28%
      ),
      radial-gradient(
        circle at 86% 8%,
        rgb(24 184 230 / 0.12),
        transparent 0 20%
      );
  }
.cabinet-sidebar {
    background: linear-gradient(
      180deg,
      hsl(var(--cabinet-sidebar-start)) 0%,
      hsl(var(--cabinet-sidebar-end)) 100%
    );
    box-shadow:
      inset -1px 0 0 rgb(255 255 255 / 0.05),
      inset 0 1px 0 rgb(255 255 255 / 0.08);
  }
body.cabinet-theme-root.cabinet-theme-dark .cabinet-sidebar {
    box-shadow:
      inset -1px 0 0 rgb(255 255 255 / 0.04),
      inset 0 1px 0 rgb(255 255 255 / 0.03);
  }
.cabinet-nav-section-label {
    color: rgb(255 255 255 / 0.58);
  }
.cabinet-nav-link {
    border: 1px solid transparent;
    background: transparent;
    color: rgb(255 255 255 / 0.9);
  }
.cabinet-nav-icon {
    background: rgb(255 255 255 / 0.1);
    color: rgb(255 255 255 / 0.92);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.08);
  }
.cabinet-nav-link:hover {
    border-color: rgb(255 255 255 / 0.06);
    background: rgb(255 255 255 / 0.12);
    color: rgb(255 255 255 / 0.98);
  }
.cabinet-nav-link:hover .cabinet-nav-link-caption {
    color: rgb(255 255 255 / 0.82);
  }
.cabinet-nav-link-active {
    background: rgb(255 255 255);
    color: hsl(var(--primary));
    box-shadow: 0 18px 34px rgb(13 74 161 / 0.2);
  }
.cabinet-nav-link-active .cabinet-nav-link-caption {
    color: hsl(var(--cabinet-text-muted));
  }
.cabinet-nav-link-active .cabinet-nav-icon {
    background: hsl(var(--primary) / 0.12);
    color: hsl(var(--primary));
    box-shadow: none;
  }
body.cabinet-theme-root.cabinet-theme-dark .cabinet-nav-link-active {
    background: rgb(18 31 47 / 0.96);
    color: hsl(var(--foreground));
    box-shadow: 0 18px 34px rgb(5 8 14 / 0.28);
  }
body.cabinet-theme-root.cabinet-theme-dark
    .cabinet-nav-link-active
    .cabinet-nav-link-caption {
    color: hsl(var(--cabinet-text-muted));
  }
body.cabinet-theme-root.cabinet-theme-dark
    .cabinet-nav-link-active
    .cabinet-nav-icon {
    background: rgb(255 255 255 / 0.08);
    color: hsl(var(--foreground));
  }
.cabinet-topbar {
    border: 1px solid hsl(var(--cabinet-outline-soft));
    background: linear-gradient(
      180deg,
      rgb(255 255 255 / 0.92) 0%,
      rgb(249 251 255 / 0.96) 100%
    );
    box-shadow:
      0 22px 60px hsl(var(--cabinet-scrim)),
      inset 0 1px 0 rgb(255 255 255 / 0.68);
    backdrop-filter: blur(18px);
  }
body.cabinet-theme-root.cabinet-theme-dark .cabinet-topbar {
    background: linear-gradient(
      180deg,
      rgb(22 31 42 / 0.96) 0%,
      rgb(26 36 49 / 0.9) 100%
    );
    box-shadow:
      0 22px 60px hsl(var(--cabinet-scrim)),
      inset 0 1px 0 rgb(255 255 255 / 0.03);
  }
.cabinet-shell {
    border: 1px solid hsl(var(--cabinet-outline-soft));
    background: linear-gradient(
      180deg,
      rgb(252 253 255 / 0.98) 0%,
      rgb(245 248 252 / 0.98) 100%
    );
    box-shadow:
      0 28px 70px hsl(var(--cabinet-scrim)),
      inset 0 1px 0 rgb(255 255 255 / 0.82);
    backdrop-filter: blur(22px);
  }
body.cabinet-theme-root.cabinet-theme-dark .cabinet-shell {
    background: linear-gradient(
      180deg,
      rgb(30 42 56 / 0.98) 0%,
      rgb(26 36 49 / 0.96) 100%
    );
    box-shadow:
      0 28px 70px hsl(var(--cabinet-scrim)),
      inset 0 1px 0 rgb(255 255 255 / 0.04);
  }
.cabinet-toolbar-chip {
    display: inline-flex;
    align-items: center;
    border: 1px solid hsl(var(--border));
    background: hsl(var(--secondary));
    color: hsl(var(--secondary-foreground));
    border-radius: 9999px;
    padding: 0.5rem 0.9rem;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
  }
body.cabinet-theme-root.cabinet-theme-dark .cabinet-toolbar-chip {
    border-color: hsl(var(--cabinet-outline-soft));
    background: rgb(17 31 47 / 0.82);
    color: hsl(var(--cabinet-text-secondary));
  }
.cabinet-board-surface {
    border: 1px solid hsl(var(--cabinet-outline-soft));
    background: linear-gradient(
      180deg,
      rgb(255 255 255 / 0.94) 0%,
      rgb(249 251 255 / 0.98) 100%
    );
    box-shadow:
      0 24px 56px hsl(var(--cabinet-scrim)),
      inset 0 1px 0 rgb(255 255 255 / 0.84);
  }
body.cabinet-theme-root.cabinet-theme-dark .cabinet-board-surface {
    background: linear-gradient(
      180deg,
      rgb(22 31 42 / 0.96) 0%,
      rgb(28 39 53 / 0.94) 100%
    );
    box-shadow:
      0 24px 56px hsl(var(--cabinet-scrim)),
      inset 0 1px 0 rgb(255 255 255 / 0.04);
  }
.cabinet-board-toolbar {
    border: 1px solid hsl(var(--cabinet-outline-soft));
    background: hsl(var(--cabinet-panel));
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.72);
  }
body.cabinet-theme-root.cabinet-theme-dark .cabinet-board-toolbar {
    background: rgb(18 31 47 / 0.84);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.04);
  }
.cabinet-board-stat {
    border: 1px solid hsl(var(--border));
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
    box-shadow: 0 18px 40px rgb(66 95 133 / 0.1);
  }
body.cabinet-theme-root.cabinet-theme-dark .cabinet-board-stat {
    border-color: hsl(var(--cabinet-outline-soft));
    background: linear-gradient(
      180deg,
      rgb(23 34 48 / 0.96) 0%,
      rgb(18 28 39 / 0.96) 100%
    );
    box-shadow: 0 18px 40px rgb(5 8 14 / 0.24);
  }
.cabinet-board-column {
    border: 1px solid hsl(var(--border));
    background: linear-gradient(180deg, #f7f9fc 0%, #f1f5fa 100%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.78);
  }
body.cabinet-theme-root.cabinet-theme-dark .cabinet-board-column {
    border-color: hsl(var(--cabinet-outline-soft));
    background: linear-gradient(
      180deg,
      rgb(19 29 41 / 0.96) 0%,
      rgb(17 25 35 / 0.96) 100%
    );
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.03);
  }
.cabinet-board-column-drop {
    border-color: hsl(var(--primary));
    background: hsl(var(--cabinet-card-active));
    box-shadow: inset 0 0 0 1px hsl(var(--primary) / 0.15);
  }
.cabinet-board-card {
    border: 1px solid hsl(var(--border));
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 16px 30px rgb(66 95 133 / 0.08);
  }
.cabinet-board-card:hover {
    box-shadow: 0 22px 42px rgb(66 95 133 / 0.14);
  }
body.cabinet-theme-root.cabinet-theme-dark .cabinet-board-card {
    border-color: hsl(var(--cabinet-outline-soft));
    background: linear-gradient(
      180deg,
      rgb(23 34 48 / 0.96) 0%,
      rgb(20 30 41 / 0.96) 100%
    );
    box-shadow: 0 18px 32px rgb(5 8 14 / 0.24);
  }
.cabinet-primary-action {
    border-color: rgb(30 109 235 / 0.12);
    background: linear-gradient(180deg, #2f80ff 0%, #1d67da 100%);
    color: white;
    box-shadow: 0 16px 30px rgb(31 106 221 / 0.26);
  }
.cabinet-primary-action:hover {
    filter: brightness(1.03);
  }
.cabinet-secondary-action {
    border-color: hsl(var(--border));
    background: rgb(255 255 255 / 0.9);
    color: hsl(var(--foreground));
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.72);
  }
body.cabinet-theme-root.cabinet-theme-dark .cabinet-secondary-action {
    border-color: hsl(var(--cabinet-outline-soft));
    background: rgb(17 31 47 / 0.86);
    color: hsl(var(--foreground));
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.04);
  }
.cabinet-sheet-backdrop {
    background: rgb(232 239 248 / 0.72);
    backdrop-filter: blur(7px);
  }
body.cabinet-theme-root.cabinet-theme-dark .cabinet-sheet-backdrop {
    background: rgb(7 13 22 / 0.72);
  }
.cabinet-sheet {
    border-left: 1px solid hsl(var(--border));
    background: linear-gradient(180deg, #f6f9fd 0%, #ffffff 100%);
    box-shadow: -12px 0 48px rgb(73 101 139 / 0.18);
  }
body.cabinet-theme-root.cabinet-theme-dark .cabinet-sheet {
    border-left-color: hsl(var(--cabinet-outline-soft));
    background: linear-gradient(180deg, rgb(18 29 41) 0%, rgb(15 24 34) 100%);
    box-shadow: -12px 0 48px rgb(5 8 14 / 0.34);
  }
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-\[calc\(env\(safe-area-inset-bottom\)\+0\.75rem\)\] {
  bottom: calc(env(safe-area-inset-bottom) + 0.75rem);
}
.left-1 {
  left: 0.25rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-6 {
  left: 1.5rem;
}
.right-1 {
  right: 0.25rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-\[calc\(var\(--app-safe-area-top\)\+4rem\)\] {
  top: calc(var(--app-safe-area-top) + 4rem);
}
.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;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-16 {
  margin-left: 4rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[64px\] {
  height: 64px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-\[140px\] {
  max-height: 140px;
}
.max-h-\[320px\] {
  max-height: 320px;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[92vh\] {
  max-height: 92vh;
}
.max-h-\[calc\(92vh-84px\)\] {
  max-height: calc(92vh - 84px);
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[112px\] {
  min-height: 112px;
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-\[150px\] {
  min-height: 150px;
}
.min-h-\[160px\] {
  min-height: 160px;
}
.min-h-\[180px\] {
  min-height: 180px;
}
.min-h-\[190px\] {
  min-height: 190px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[220px\] {
  min-height: 220px;
}
.min-h-\[236px\] {
  min-height: 236px;
}
.min-h-\[240px\] {
  min-height: 240px;
}
.min-h-\[320px\] {
  min-height: 320px;
}
.min-h-\[420px\] {
  min-height: 420px;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.min-h-\[50vh\] {
  min-height: 50vh;
}
.min-h-\[60vh\] {
  min-height: 60vh;
}
.min-h-\[96px\] {
  min-height: 96px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[38px\] {
  width: 38px;
}
.w-\[46px\] {
  width: 46px;
}
.w-\[52px\] {
  width: 52px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-44 {
  min-width: 11rem;
}
.min-w-56 {
  min-width: 14rem;
}
.min-w-\[1080px\] {
  min-width: 1080px;
}
.min-w-\[760px\] {
  min-width: 760px;
}
.min-w-\[88px\] {
  min-width: 88px;
}
.min-w-\[900px\] {
  min-width: 900px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[86\%\] {
  max-width: 86%;
}
.max-w-\[96vw\] {
  max-width: 96vw;
}
.max-w-\[98vw\] {
  max-width: 98vw;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.table-auto {
  table-layout: auto;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-grab {
  cursor: grab;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.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-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-white\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[18px\] {
  border-radius: 18px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[22px\] {
  border-radius: 22px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: var(--radius);
}
.rounded-md {
  border-radius: calc(var(--radius) - 2px);
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-\[24px\] {
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}
.rounded-t-\[12px\] {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.rounded-t-\[18px\] {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.rounded-t-\[32px\] {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#9C6B20\] {
  --tw-border-opacity: 1;
  border-color: rgb(156 107 32 / var(--tw-border-opacity, 1));
}
.border-\[\#B4863D\] {
  --tw-border-opacity: 1;
  border-color: rgb(180 134 61 / var(--tw-border-opacity, 1));
}
.border-\[\#a9c3bf\]\/40 {
  border-color: rgb(169 195 191 / 0.4);
}
.border-\[\#a9c3bf\]\/45 {
  border-color: rgb(169 195 191 / 0.45);
}
.border-\[rgba\(111\2c 144\2c 210\2c 0\.28\)\] {
  border-color: rgba(111,144,210,0.28);
}
.border-\[rgba\(169\2c 195\2c 191\2c 0\.22\)\] {
  border-color: rgba(169,195,191,0.22);
}
.border-\[rgba\(216\2c 168\2c 168\2c 0\.24\)\] {
  border-color: rgba(216,168,168,0.24);
}
.border-amber-300\/60 {
  border-color: rgb(252 211 77 / 0.6);
}
.border-amber-500\/40 {
  border-color: rgb(245 158 11 / 0.4);
}
.border-black\/15 {
  border-color: rgb(0 0 0 / 0.15);
}
.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.border-border {
  border-color: hsl(var(--border));
}
.border-border\/40 {
  border-color: hsl(var(--border) / 0.4);
}
.border-border\/60 {
  border-color: hsl(var(--border) / 0.6);
}
.border-border\/70 {
  border-color: hsl(var(--border) / 0.7);
}
.border-border\/80 {
  border-color: hsl(var(--border) / 0.8);
}
.border-destructive {
  border-color: hsl(var(--destructive));
}
.border-destructive\/20 {
  border-color: hsl(var(--destructive) / 0.2);
}
.border-destructive\/30 {
  border-color: hsl(var(--destructive) / 0.3);
}
.border-destructive\/40 {
  border-color: hsl(var(--destructive) / 0.4);
}
.border-destructive\/50 {
  border-color: hsl(var(--destructive) / 0.5);
}
.border-emerald-500\/40 {
  border-color: rgb(16 185 129 / 0.4);
}
.border-emerald-500\/50 {
  border-color: rgb(16 185 129 / 0.5);
}
.border-input {
  border-color: hsl(var(--input));
}
.border-primary {
  border-color: hsl(var(--primary));
}
.border-primary\/15 {
  border-color: hsl(var(--primary) / 0.15);
}
.border-primary\/20 {
  border-color: hsl(var(--primary) / 0.2);
}
.border-primary\/30 {
  border-color: hsl(var(--primary) / 0.3);
}
.border-primary\/40 {
  border-color: hsl(var(--primary) / 0.4);
}
.border-primary\/50 {
  border-color: hsl(var(--primary) / 0.5);
}
.border-transparent {
  border-color: transparent;
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.bg-\[\#0f233f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 35 63 / var(--tw-bg-opacity, 1));
}
.bg-\[\#a9c3bf\]\/10 {
  background-color: rgb(169 195 191 / 0.1);
}
.bg-\[\#c4c9d1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(196 201 209 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f4efe7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 239 231 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(20\2c 24\2c 32\2c 0\.56\)\] {
  background-color: rgba(20,24,32,0.56);
}
.bg-\[rgba\(20\2c 24\2c 32\2c 0\.92\)\] {
  background-color: rgba(20,24,32,0.92);
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.03\)\] {
  background-color: rgba(255,255,255,0.03);
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.04\)\] {
  background-color: rgba(255,255,255,0.04);
}
.bg-\[rgba\(7\2c 10\2c 15\2c 0\.72\)\] {
  background-color: rgba(7,10,15,0.72);
}
.bg-\[rgba\(79\2c 98\2c 132\2c 0\.16\)\] {
  background-color: rgba(79,98,132,0.16);
}
.bg-\[rgba\(8\2c 11\2c 16\2c 0\.76\)\] {
  background-color: rgba(8,11,16,0.76);
}
.bg-\[rgba\(8\2c 11\2c 16\2c 0\.78\)\] {
  background-color: rgba(8,11,16,0.78);
}
.bg-accent {
  background-color: hsl(var(--accent));
}
.bg-amber-400\/10 {
  background-color: rgb(251 191 36 / 0.1);
}
.bg-amber-400\/15 {
  background-color: rgb(251 191 36 / 0.15);
}
.bg-amber-400\/70 {
  background-color: rgb(251 191 36 / 0.7);
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-amber-500\/5 {
  background-color: rgb(245 158 11 / 0.05);
}
.bg-background {
  background-color: hsl(var(--background));
}
.bg-background\/60 {
  background-color: hsl(var(--background) / 0.6);
}
.bg-background\/70 {
  background-color: hsl(var(--background) / 0.7);
}
.bg-background\/80 {
  background-color: hsl(var(--background) / 0.8);
}
.bg-background\/90 {
  background-color: hsl(var(--background) / 0.9);
}
.bg-background\/95 {
  background-color: hsl(var(--background) / 0.95);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-card\/25 {
  background-color: hsl(var(--card) / 0.25);
}
.bg-card\/30 {
  background-color: hsl(var(--card) / 0.3);
}
.bg-card\/35 {
  background-color: hsl(var(--card) / 0.35);
}
.bg-card\/45 {
  background-color: hsl(var(--card) / 0.45);
}
.bg-card\/55 {
  background-color: hsl(var(--card) / 0.55);
}
.bg-card\/70 {
  background-color: hsl(var(--card) / 0.7);
}
.bg-card\/95 {
  background-color: hsl(var(--card) / 0.95);
}
.bg-destructive {
  background-color: hsl(var(--destructive));
}
.bg-destructive\/10 {
  background-color: hsl(var(--destructive) / 0.1);
}
.bg-destructive\/20 {
  background-color: hsl(var(--destructive) / 0.2);
}
.bg-destructive\/5 {
  background-color: hsl(var(--destructive) / 0.05);
}
.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}
.bg-emerald-500\/70 {
  background-color: rgb(16 185 129 / 0.7);
}
.bg-muted {
  background-color: hsl(var(--muted));
}
.bg-muted\/20 {
  background-color: hsl(var(--muted) / 0.2);
}
.bg-muted\/30 {
  background-color: hsl(var(--muted) / 0.3);
}
.bg-muted\/40 {
  background-color: hsl(var(--muted) / 0.4);
}
.bg-muted\/50 {
  background-color: hsl(var(--muted) / 0.5);
}
.bg-popover {
  background-color: hsl(var(--popover));
}
.bg-primary {
  background-color: hsl(var(--primary));
}
.bg-primary\/10 {
  background-color: hsl(var(--primary) / 0.1);
}
.bg-primary\/15 {
  background-color: hsl(var(--primary) / 0.15);
}
.bg-primary\/5 {
  background-color: hsl(var(--primary) / 0.05);
}
.bg-primary\/60 {
  background-color: hsl(var(--primary) / 0.6);
}
.bg-secondary {
  background-color: hsl(var(--secondary));
}
.bg-secondary\/70 {
  background-color: hsl(var(--secondary) / 0.7);
}
.bg-slate-300\/30 {
  background-color: rgb(203 213 225 / 0.3);
}
.bg-slate-400\/60 {
  background-color: rgb(148 163 184 / 0.6);
}
.bg-slate-950\/5 {
  background-color: rgb(2 6 23 / 0.05);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-\[linear-gradient\(135deg\2c \#333b4a_0\%\2c \#292f3b_100\%\)\] {
  background-image: linear-gradient(135deg,#333b4a 0%,#292f3b 100%);
}
.bg-\[linear-gradient\(135deg\2c \#485466_0\%\2c \#3b4657_100\%\)\] {
  background-image: linear-gradient(135deg,#485466 0%,#3b4657 100%);
}
.bg-\[linear-gradient\(135deg\2c rgba\(106\2c 118\2c 135\2c 0\.24\)_0\%\2c rgba\(106\2c 118\2c 135\2c 0\.1\)_100\%\)\] {
  background-image: linear-gradient(135deg,rgba(106,118,135,0.24) 0%,rgba(106,118,135,0.1) 100%);
}
.bg-\[linear-gradient\(135deg\2c rgba\(127\2c 158\2c 153\2c 0\.98\)_0\%\2c rgba\(104\2c 129\2c 125\2c 0\.98\)_100\%\)\] {
  background-image: linear-gradient(135deg,rgba(127,158,153,0.98) 0%,rgba(104,129,125,0.98) 100%);
}
.bg-\[linear-gradient\(135deg\2c rgba\(164\2c 196\2c 175\2c 0\.34\)_0\%\2c rgba\(164\2c 196\2c 175\2c 0\.16\)_100\%\)\] {
  background-image: linear-gradient(135deg,rgba(164,196,175,0.34) 0%,rgba(164,196,175,0.16) 100%);
}
.bg-\[linear-gradient\(135deg\2c rgba\(167\2c 184\2c 213\2c 0\.34\)_0\%\2c rgba\(167\2c 184\2c 213\2c 0\.16\)_100\%\)\] {
  background-image: linear-gradient(135deg,rgba(167,184,213,0.34) 0%,rgba(167,184,213,0.16) 100%);
}
.bg-\[linear-gradient\(135deg\2c rgba\(169\2c 195\2c 191\2c 0\.34\)_0\%\2c rgba\(169\2c 195\2c 191\2c 0\.16\)_100\%\)\] {
  background-image: linear-gradient(135deg,rgba(169,195,191,0.34) 0%,rgba(169,195,191,0.16) 100%);
}
.bg-\[linear-gradient\(135deg\2c rgba\(186\2c 210\2c 205\2c 0\.96\)_0\%\2c rgba\(138\2c 167\2c 163\2c 0\.96\)_100\%\)\] {
  background-image: linear-gradient(135deg,rgba(186,210,205,0.96) 0%,rgba(138,167,163,0.96) 100%);
}
.bg-\[linear-gradient\(135deg\2c rgba\(186\2c 210\2c 205\2c 0\.98\)_0\%\2c rgba\(138\2c 167\2c 163\2c 0\.98\)_100\%\)\] {
  background-image: linear-gradient(135deg,rgba(186,210,205,0.98) 0%,rgba(138,167,163,0.98) 100%);
}
.bg-\[linear-gradient\(135deg\2c rgba\(216\2c 168\2c 168\2c 0\.34\)_0\%\2c rgba\(216\2c 168\2c 168\2c 0\.16\)_100\%\)\] {
  background-image: linear-gradient(135deg,rgba(216,168,168,0.34) 0%,rgba(216,168,168,0.16) 100%);
}
.bg-\[linear-gradient\(135deg\2c rgba\(216\2c 168\2c 168\2c 0\.96\)_0\%\2c rgba\(122\2c 70\2c 74\2c 0\.96\)_100\%\)\] {
  background-image: linear-gradient(135deg,rgba(216,168,168,0.96) 0%,rgba(122,70,74,0.96) 100%);
}
.bg-\[linear-gradient\(135deg\2c rgba\(216\2c 194\2c 160\2c 0\.34\)_0\%\2c rgba\(216\2c 194\2c 160\2c 0\.16\)_100\%\)\] {
  background-image: linear-gradient(135deg,rgba(216,194,160,0.34) 0%,rgba(216,194,160,0.16) 100%);
}
.bg-\[linear-gradient\(160deg\2c rgba\(39\2c 47\2c 58\2c 0\.95\)_0\%\2c rgba\(23\2c 27\2c 34\2c 0\.98\)_100\%\)\] {
  background-image: linear-gradient(160deg,rgba(39,47,58,0.95) 0%,rgba(23,27,34,0.98) 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(100\2c 114\2c 141\2c 0\.98\)_0\%\2c rgba\(79\2c 90\2c 111\2c 0\.98\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(100,114,141,0.98) 0%,rgba(79,90,111,0.98) 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.02\)_0\%\2c rgba\(255\2c 255\2c 255\2c 0\.01\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(255,255,255,0.02) 0%,rgba(255,255,255,0.01) 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.08\)_0\%\2c rgba\(8\2c 11\2c 16\2c 0\.1\)_52\%\2c rgba\(8\2c 11\2c 16\2c 0\.38\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(255,255,255,0.08) 0%,rgba(8,11,16,0.1) 52%,rgba(8,11,16,0.38) 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.22\)_0\%\2c rgba\(255\2c 255\2c 255\2c 0\.06\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(255,255,255,0.22) 0%,rgba(255,255,255,0.06) 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.28\)_0\%\2c rgba\(255\2c 255\2c 255\2c 0\)_24\%\)\2c linear-gradient\(180deg\2c \#EDC57D_0\%\2c \#D7AA56_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(255,255,255,0.28) 0%,rgba(255,255,255,0) 24%),linear-gradient(180deg,#EDC57D 0%,#D7AA56 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.34\)_0\%\2c rgba\(255\2c 255\2c 255\2c 0\)_18\%\)\2c linear-gradient\(180deg\2c rgba\(0\2c 0\2c 0\2c 0\)_58\%\2c rgba\(103\2c 70\2c 19\2c 0\.18\)_100\%\)\2c linear-gradient\(180deg\2c \#F0CA84_0\%\2c \#E0B86F_55\%\2c \#C99849_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(255,255,255,0.34) 0%,rgba(255,255,255,0) 18%),linear-gradient(180deg,rgba(0,0,0,0) 58%,rgba(103,70,19,0.18) 100%),linear-gradient(180deg,#F0CA84 0%,#E0B86F 55%,#C99849 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(27\2c 33\2c 42\2c 0\)_0\%\2c rgba\(27\2c 33\2c 42\2c 0\.92\)_34\%\2c rgba\(27\2c 33\2c 42\2c 0\.98\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(27,33,42,0) 0%,rgba(27,33,42,0.92) 34%,rgba(27,33,42,0.98) 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(54\2c 62\2c 78\2c 0\.98\)_0\%\2c rgba\(42\2c 48\2c 60\2c 0\.98\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(54,62,78,0.98) 0%,rgba(42,48,60,0.98) 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(63\2c 72\2c 89\2c 0\.92\)_0\%\2c rgba\(52\2c 59\2c 73\2c 0\.96\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(63,72,89,0.92) 0%,rgba(52,59,73,0.96) 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(67\2c 75\2c 92\2c 0\.96\)_0\%\2c rgba\(56\2c 63\2c 78\2c 0\.98\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(67,75,92,0.96) 0%,rgba(56,63,78,0.98) 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(71\2c 82\2c 101\2c 0\.94\)_0\%\2c rgba\(58\2c 66\2c 82\2c 0\.98\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(71,82,101,0.94) 0%,rgba(58,66,82,0.98) 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(74\2c 86\2c 104\2c 0\.96\)_0\%\2c rgba\(57\2c 67\2c 82\2c 0\.96\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(74,86,104,0.96) 0%,rgba(57,67,82,0.96) 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(86\2c 101\2c 124\2c 0\.72\)_0\%\2c rgba\(58\2c 68\2c 84\2c 0\.94\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(86,101,124,0.72) 0%,rgba(58,68,84,0.94) 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(89\2c 102\2c 126\2c 0\.98\)_0\%\2c rgba\(66\2c 78\2c 98\2c 0\.98\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(89,102,126,0.98) 0%,rgba(66,78,98,0.98) 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(92\2c 108\2c 136\2c 0\.98\)_0\%\2c rgba\(73\2c 84\2c 105\2c 0\.98\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(92,108,136,0.98) 0%,rgba(73,84,105,0.98) 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(97\2c 121\2c 118\2c 0\.94\)_0\%\2c rgba\(76\2c 94\2c 92\2c 0\.96\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(97,121,118,0.94) 0%,rgba(76,94,92,0.96) 100%);
}
.fill-\[\#c4c9d1\] {
  fill: #c4c9d1;
}
.fill-\[\#f4efe7\] {
  fill: #f4efe7;
}
.fill-current {
  fill: currentColor;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[18px\] {
  padding: 18px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[calc\(var\(--app-bottom-tabs-height\2c 96px\)\+0\.75rem\)\] {
  padding-bottom: calc(var(--app-bottom-tabs-height,96px) + 0.75rem);
}
.pl-10 {
  padding-left: 2.5rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[calc\(var\(--app-safe-area-top\)\+0\.75rem\)\] {
  padding-top: calc(var(--app-safe-area-top) + 0.75rem);
}
.pt-\[calc\(var\(--app-safe-area-top\)\+1\.5rem\)\] {
  padding-top: calc(var(--app-safe-area-top) + 1.5rem);
}
.pt-\[calc\(var\(--app-safe-area-top\)\+1rem\)\] {
  padding-top: calc(var(--app-safe-area-top) + 1rem);
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.font-mono {
  font-family: var(--font-mono), ui-monospace, SFMono-Regular;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-none {
  line-height: 1;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}
.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}
.tracking-\[-0\.03em\] {
  letter-spacing: -0.03em;
}
.tracking-\[-0\.04em\] {
  letter-spacing: -0.04em;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}
.tracking-\[0\.24em\] {
  letter-spacing: 0.24em;
}
.tracking-\[0\.28em\] {
  letter-spacing: 0.28em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#9aa5b1\] {
  --tw-text-opacity: 1;
  color: rgb(154 165 177 / var(--tw-text-opacity, 1));
}
.text-\[\#a4c4af\] {
  --tw-text-opacity: 1;
  color: rgb(164 196 175 / var(--tw-text-opacity, 1));
}
.text-\[\#a7b8d5\] {
  --tw-text-opacity: 1;
  color: rgb(167 184 213 / var(--tw-text-opacity, 1));
}
.text-\[\#a9c3bf\] {
  --tw-text-opacity: 1;
  color: rgb(169 195 191 / var(--tw-text-opacity, 1));
}
.text-\[\#c4c9d1\] {
  --tw-text-opacity: 1;
  color: rgb(196 201 209 / var(--tw-text-opacity, 1));
}
.text-\[\#d8a8a8\] {
  --tw-text-opacity: 1;
  color: rgb(216 168 168 / var(--tw-text-opacity, 1));
}
.text-\[\#d8c2a0\] {
  --tw-text-opacity: 1;
  color: rgb(216 194 160 / var(--tw-text-opacity, 1));
}
.text-\[\#edf5f3\] {
  --tw-text-opacity: 1;
  color: rgb(237 245 243 / var(--tw-text-opacity, 1));
}
.text-\[\#eef4ff\] {
  --tw-text-opacity: 1;
  color: rgb(238 244 255 / var(--tw-text-opacity, 1));
}
.text-\[\#f4efe7\] {
  --tw-text-opacity: 1;
  color: rgb(244 239 231 / var(--tw-text-opacity, 1));
}
.text-\[hsl\(var\(--primary\)\)\] {
  color: hsl(var(--primary));
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-card-foreground {
  color: hsl(var(--card-foreground));
}
.text-current {
  color: currentColor;
}
.text-destructive {
  color: hsl(var(--destructive));
}
.text-destructive-foreground {
  color: hsl(var(--destructive-foreground));
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-foreground {
  color: hsl(var(--foreground));
}
.text-muted-foreground {
  color: hsl(var(--muted-foreground));
}
.text-muted-foreground\/80 {
  color: hsl(var(--muted-foreground) / 0.8);
}
.text-primary {
  color: hsl(var(--primary));
}
.text-primary-foreground {
  color: hsl(var(--primary-foreground));
}
.text-secondary-foreground {
  color: hsl(var(--secondary-foreground));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_10px_22px_rgba\(255\2c 255\2c 255\2c 0\.28\)\] {
  --tw-shadow: 0 10px 22px rgba(255,255,255,0.28);
  --tw-shadow-colored: 0 10px 22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_10px_22px_rgba\(5\2c 7\2c 11\2c 0\.26\)\] {
  --tw-shadow: 0 10px 22px rgba(5,7,11,0.26);
  --tw-shadow-colored: 0 10px 22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_10px_22px_rgba\(8\2c 20\2c 39\2c 0\.42\)\] {
  --tw-shadow: 0 10px 22px rgba(8,20,39,0.42);
  --tw-shadow-colored: 0 10px 22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_12px_24px_rgba\(5\2c 7\2c 11\2c 0\.18\)\2c inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.06\)\] {
  --tw-shadow: 0 12px 24px rgba(5,7,11,0.18),inset 0 1px 0 rgba(255,255,255,0.06);
  --tw-shadow-colored: 0 12px 24px var(--tw-shadow-color), inset 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_12px_24px_rgba\(90\2c 65\2c 72\2c 0\.28\)\] {
  --tw-shadow: 0 12px 24px rgba(90,65,72,0.28);
  --tw-shadow-colored: 0 12px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_14px_30px_rgba\(127\2c 158\2c 153\2c 0\.32\)\] {
  --tw-shadow: 0 14px 30px rgba(127,158,153,0.32);
  --tw-shadow-colored: 0 14px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_14px_30px_rgba\(5\2c 7\2c 11\2c 0\.24\)\] {
  --tw-shadow: 0 14px 30px rgba(5,7,11,0.24);
  --tw-shadow-colored: 0 14px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_16px_28px_rgba\(73\2c 47\2c 9\2c 0\.22\)\2c 0_8px_14px_rgba\(255\2c 255\2c 255\2c 0\.16\)_inset\2c 0_-8px_12px_rgba\(124\2c 84\2c 23\2c 0\.18\)_inset\] {
  --tw-shadow: 0 16px 28px rgba(73,47,9,0.22),0 8px 14px rgba(255,255,255,0.16) inset,0 -8px 12px rgba(124,84,23,0.18) inset;
  --tw-shadow-colored: 0 16px 28px var(--tw-shadow-color), inset 0 8px 14px var(--tw-shadow-color), inset 0 -8px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_18px_40px_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
  --tw-shadow: 0 18px 40px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 18px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_18px_40px_rgba\(5\2c 7\2c 11\2c 0\.18\)\] {
  --tw-shadow: 0 18px 40px rgba(5,7,11,0.18);
  --tw-shadow-colored: 0 18px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_18px_42px_rgba\(5\2c 7\2c 11\2c 0\.2\)\] {
  --tw-shadow: 0 18px 42px rgba(5,7,11,0.2);
  --tw-shadow-colored: 0 18px 42px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_24px_60px_rgba\(5\2c 7\2c 11\2c 0\.24\)\] {
  --tw-shadow: 0 24px 60px rgba(5,7,11,0.24);
  --tw-shadow-colored: 0 24px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_26px_54px_rgba\(73\2c 47\2c 9\2c 0\.34\)\2c 0_10px_18px_rgba\(255\2c 255\2c 255\2c 0\.18\)_inset\2c 0_-10px_18px_rgba\(103\2c 70\2c 19\2c 0\.16\)_inset\] {
  --tw-shadow: 0 26px 54px rgba(73,47,9,0.34),0 10px 18px rgba(255,255,255,0.18) inset,0 -10px 18px rgba(103,70,19,0.16) inset;
  --tw-shadow-colored: 0 26px 54px var(--tw-shadow-color), inset 0 10px 18px var(--tw-shadow-color), inset 0 -10px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_28px_72px_rgba\(5\2c 7\2c 11\2c 0\.3\)\] {
  --tw-shadow: 0 28px 72px rgba(5,7,11,0.3);
  --tw-shadow-colored: 0 28px 72px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_30px_80px_rgba\(5\2c 7\2c 11\2c 0\.34\)\] {
  --tw-shadow: 0 30px 80px rgba(5,7,11,0.34);
  --tw-shadow-colored: 0 30px 80px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_18px_rgba\(164\2c 196\2c 175\2c 0\.12\)\] {
  --tw-shadow: 0 8px 18px rgba(164,196,175,0.12);
  --tw-shadow-colored: 0 8px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_18px_rgba\(167\2c 184\2c 213\2c 0\.12\)\] {
  --tw-shadow: 0 8px 18px rgba(167,184,213,0.12);
  --tw-shadow-colored: 0 8px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_18px_rgba\(169\2c 195\2c 191\2c 0\.12\)\] {
  --tw-shadow: 0 8px 18px rgba(169,195,191,0.12);
  --tw-shadow-colored: 0 8px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_18px_rgba\(216\2c 168\2c 168\2c 0\.12\)\] {
  --tw-shadow: 0 8px 18px rgba(216,168,168,0.12);
  --tw-shadow-colored: 0 8px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_18px_rgba\(216\2c 194\2c 160\2c 0\.12\)\] {
  --tw-shadow: 0 8px 18px rgba(216,194,160,0.12);
  --tw-shadow-colored: 0 8px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_18px_rgba\(5\2c 7\2c 11\2c 0\.12\)\] {
  --tw-shadow: 0 8px 18px rgba(5,7,11,0.12);
  --tw-shadow-colored: 0 8px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_18px_rgba\(5\2c 7\2c 11\2c 0\.24\)\] {
  --tw-shadow: 0 8px 18px rgba(5,7,11,0.24);
  --tw-shadow-colored: 0 8px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_18px_rgba\(5\2c 7\2c 11\2c 0\.28\)\] {
  --tw-shadow: 0 8px 18px rgba(5,7,11,0.28);
  --tw-shadow-colored: 0 8px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_18px_rgba\(73\2c 47\2c 9\2c 0\.1\)\2c inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.2\)\] {
  --tw-shadow: 0 8px 18px rgba(73,47,9,0.1),inset 0 1px 0 rgba(255,255,255,0.2);
  --tw-shadow-colored: 0 8px 18px var(--tw-shadow-color), inset 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.03\)\] {
  --tw-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  --tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.04\)\] {
  --tw-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
  --tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.08\)\] {
  --tw-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  --tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.45\)\] {
  --tw-shadow: inset 0 1px 0 rgba(255,255,255,0.45);
  --tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-primary\/40 {
  --tw-ring-color: hsl(var(--primary) / 0.4);
}
.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}
.ring-offset-background {
  --tw-ring-offset-color: hsl(var(--background));
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.brightness-\[1\.01\] {
  --tw-brightness: brightness(1.01);
  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);
}
.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-\[2px\] {
  --tw-backdrop-blur: blur(2px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[transform\2c filter\2c background-color\2c color\2c border-color\] {
  transition-property: transform,filter,background-color,color,border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
@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));
  }
}
.duration-200 {
  animation-duration: 200ms;
}
.duration-300 {
  animation-duration: 300ms;
}
.file\:border-0::file-selector-button {
  border-width: 0px;
}
.file\:bg-transparent::file-selector-button {
  background-color: transparent;
}
.file\:text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.file\:font-medium::file-selector-button {
  font-weight: 500;
}
.placeholder\:text-\[\#9aa5b1\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(154 165 177 / var(--tw-text-opacity, 1));
}
.placeholder\:text-\[\#9aa5b1\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(154 165 177 / var(--tw-text-opacity, 1));
}
.placeholder\:text-muted-foreground::-moz-placeholder {
  color: hsl(var(--muted-foreground));
}
.placeholder\:text-muted-foreground::placeholder {
  color: hsl(var(--muted-foreground));
}
.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-\[\#a9c3bf\]\/20:hover {
  border-color: rgb(169 195 191 / 0.2);
}
.hover\:border-primary:hover {
  border-color: hsl(var(--primary));
}
.hover\:border-primary\/30:hover {
  border-color: hsl(var(--primary) / 0.3);
}
.hover\:border-primary\/40:hover {
  border-color: hsl(var(--primary) / 0.4);
}
.hover\:border-primary\/50:hover {
  border-color: hsl(var(--primary) / 0.5);
}
.hover\:bg-accent:hover {
  background-color: hsl(var(--accent));
}
.hover\:bg-accent\/30:hover {
  background-color: hsl(var(--accent) / 0.3);
}
.hover\:bg-accent\/70:hover {
  background-color: hsl(var(--accent) / 0.7);
}
.hover\:bg-accent\/90:hover {
  background-color: hsl(var(--accent) / 0.9);
}
.hover\:bg-destructive\/80:hover {
  background-color: hsl(var(--destructive) / 0.8);
}
.hover\:bg-muted:hover {
  background-color: hsl(var(--muted));
}
.hover\:bg-muted\/40:hover {
  background-color: hsl(var(--muted) / 0.4);
}
.hover\:bg-muted\/60:hover {
  background-color: hsl(var(--muted) / 0.6);
}
.hover\:bg-primary\/5:hover {
  background-color: hsl(var(--primary) / 0.05);
}
.hover\:bg-primary\/80:hover {
  background-color: hsl(var(--primary) / 0.8);
}
.hover\:bg-primary\/90:hover {
  background-color: hsl(var(--primary) / 0.9);
}
.hover\:bg-secondary\/80:hover {
  background-color: hsl(var(--secondary) / 0.8);
}
.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}
.hover\:text-accent-foreground:hover {
  color: hsl(var(--accent-foreground));
}
.hover\:text-destructive:hover {
  color: hsl(var(--destructive));
}
.hover\:text-foreground:hover {
  color: hsl(var(--foreground));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:shadow-\[0_30px_58px_rgba\(73\2c 47\2c 9\2c 0\.38\)\2c 0_10px_18px_rgba\(255\2c 255\2c 255\2c 0\.18\)_inset\2c 0_-10px_18px_rgba\(103\2c 70\2c 19\2c 0\.16\)_inset\]:hover {
  --tw-shadow: 0 30px 58px rgba(73,47,9,0.38),0 10px 18px rgba(255,255,255,0.18) inset,0 -10px 18px rgba(103,70,19,0.16) inset;
  --tw-shadow-colored: 0 30px 58px var(--tw-shadow-color), inset 0 10px 18px var(--tw-shadow-color), inset 0 -10px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:brightness-\[1\.02\]:hover {
  --tw-brightness: brightness(1.02);
  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);
}
.hover\:brightness-\[1\.03\]:hover {
  --tw-brightness: brightness(1.03);
  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);
}
.hover\:brightness-\[1\.04\]:hover {
  --tw-brightness: brightness(1.04);
  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);
}
.focus\:border-primary:focus {
  border-color: hsl(var(--primary));
}
.focus\:border-primary\/50:focus {
  border-color: hsl(var(--primary) / 0.5);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-primary:focus {
  --tw-ring-color: hsl(var(--primary));
}
.focus\:ring-ring:focus {
  --tw-ring-color: hsl(var(--ring));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-1:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-\[rgba\(195\2c 217\2c 212\2c 0\.45\)\]:focus-visible {
  --tw-ring-color: rgba(195,217,212,0.45);
}
.focus-visible\:ring-destructive:focus-visible {
  --tw-ring-color: hsl(var(--destructive));
}
.focus-visible\:ring-primary\/60:focus-visible {
  --tw-ring-color: hsl(var(--primary) / 0.6);
}
.focus-visible\:ring-ring:focus-visible {
  --tw-ring-color: hsl(var(--ring));
}
.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}
.active\:cursor-grabbing:active {
  cursor: grabbing;
}
.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}
.peer:disabled ~ .peer-disabled\:opacity-70 {
  opacity: 0.7;
}
.data-\[state\=active\]\:bg-background[data-state="active"] {
  background-color: hsl(var(--background));
}
.data-\[state\=active\]\:text-foreground[data-state="active"] {
  color: hsl(var(--foreground));
}
.data-\[state\=active\]\:shadow[data-state="active"] {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark\:border-white\/10:is(.dark *) {
  border-color: rgb(255 255 255 / 0.1);
}
.dark\:bg-\[rgba\(44\2c 52\2c 64\2c 0\.84\)\]:is(.dark *) {
  background-color: rgba(44,52,64,0.84);
}
.dark\:bg-transparent:is(.dark *) {
  background-color: transparent;
}
.dark\:bg-\[linear-gradient\(180deg\2c rgba\(60\2c 70\2c 87\2c 0\.92\)_0\%\2c rgba\(50\2c 59\2c 74\2c 0\.96\)_100\%\)\]:is(.dark *) {
  background-image: linear-gradient(180deg,rgba(60,70,87,0.92) 0%,rgba(50,59,74,0.96) 100%);
}
.dark\:shadow-\[0_24px_80px_rgba\(0\2c 0\2c 0\2c 0\.32\)\]:is(.dark *) {
  --tw-shadow: 0 24px 80px rgba(0,0,0,0.32);
  --tw-shadow-colored: 0 24px 80px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark\:shadow-\[0_28px_80px_rgba\(5\2c 7\2c 11\2c 0\.34\)\2c inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.03\)\]:is(.dark *) {
  --tw-shadow: 0 28px 80px rgba(5,7,11,0.34),inset 0 1px 0 rgba(255,255,255,0.03);
  --tw-shadow-colored: 0 28px 80px var(--tw-shadow-color), inset 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dark\:backdrop-blur-sm:is(.dark *) {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
@media (min-width: 640px) {

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

  .sm\:block {
    display: block;
  }

  .sm\:inline-grid {
    display: inline-grid;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .sm\:rounded-\[28px\] {
    border-radius: 28px;
  }

  .sm\:rounded-\[32px\] {
    border-radius: 32px;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

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

  .sm\:p-5 {
    padding: 1.25rem;
  }

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

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

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

  .sm\:pt-\[calc\(var\(--app-safe-area-top\)\+1rem\)\] {
    padding-top: calc(var(--app-safe-area-top) + 1rem);
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 768px) {

  .md\:sticky {
    position: sticky;
  }

  .md\:top-0 {
    top: 0px;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-screen {
    height: 100vh;
  }

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

  .md\:w-60 {
    width: 15rem;
  }

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

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

  .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-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-\[minmax\(0\2c 1fr\)_132px\] {
    grid-template-columns: minmax(0,1fr) 132px;
  }

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

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

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

  .md\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

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

  .md\:rounded-\[32px\] {
    border-radius: 32px;
  }

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

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

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

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

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

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

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

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {

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

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

  .lg\:w-64 {
    width: 16rem;
  }

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

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

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

  .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-\[1\.4fr_1fr\] {
    grid-template-columns: 1.4fr 1fr;
  }

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

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

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

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

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

  .lg\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {

  .xl\:sticky {
    position: sticky;
  }

  .xl\:top-0 {
    top: 0px;
  }

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

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

  .xl\:block {
    display: block;
  }

  .xl\:inline {
    display: inline;
  }

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

  .xl\:hidden {
    display: none;
  }

  .xl\:h-screen {
    height: 100vh;
  }

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

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

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

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

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

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

  .xl\:flex-none {
    flex: none;
  }

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

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

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

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

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

  .xl\:grid-cols-\[0\.86fr_1\.14fr\] {
    grid-template-columns: 0.86fr 1.14fr;
  }

  .xl\:grid-cols-\[0\.88fr_1\.12fr\] {
    grid-template-columns: 0.88fr 1.12fr;
  }

  .xl\:grid-cols-\[1\.35fr_0\.95fr\] {
    grid-template-columns: 1.35fr 0.95fr;
  }

  .xl\:grid-cols-\[1\.5fr\2c 1fr\] {
    grid-template-columns: 1.5fr 1fr;
  }

  .xl\:grid-cols-\[minmax\(0\2c 1\.35fr\)_240px_220px\] {
    grid-template-columns: minmax(0,1.35fr) 240px 220px;
  }

  .xl\:grid-cols-\[minmax\(0\2c 1\.6fr\)_minmax\(320px\2c 0\.9fr\)\] {
    grid-template-columns: minmax(0,1.6fr) minmax(320px,0.9fr);
  }

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

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

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

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

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

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:rounded-none {
    border-radius: 0px;
  }

  .xl\:rounded-r-\[36px\] {
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
  }

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

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:text-center {
    text-align: center;
  }
}
@media (min-width: 1536px) {

  .\32xl\:max-w-\[1560px\] {
    max-width: 1560px;
  }

  .\32xl\:max-w-\[880px\] {
    max-width: 880px;
  }

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

  .\32xl\:grid-cols-\[1\.65fr_1fr\] {
    grid-template-columns: 1.65fr 1fr;
  }

  .\32xl\:grid-cols-\[1\.75fr_1fr\] {
    grid-template-columns: 1.75fr 1fr;
  }

  .\32xl\:grid-cols-\[minmax\(0\2c 1\.7fr\)_280px_240px\] {
    grid-template-columns: minmax(0,1.7fr) 280px 240px;
  }

  .\32xl\:grid-cols-\[minmax\(0\2c 1\.9fr\)_minmax\(420px\2c 0\.95fr\)\] {
    grid-template-columns: minmax(0,1.9fr) minmax(420px,0.95fr);
  }

  .\32xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1800px) {

  .min-\[1800px\]\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
