/* [project]/src/app/globals.css [app-client] (css) */
@font-face {
  font-family: Noto Sans Canvas;
  src: url("/fonts/NotoSans-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noto Sans Canvas;
  src: url("/fonts/NotoSans-Italic-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Noto Sans Light;
  src: url("/fonts/NotoSans-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

*, :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: rgba(59, 130, 246, .5);
  --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
  --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: rgba(59, 130, 246, .5);
  --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
  --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: ;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}

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

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

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

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

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.inset-\[14px\] {
  top: 14px;
  bottom: 14px;
  left: 14px;
  right: 14px;
}

.inset-x-0 {
  left: 0;
  right: 0;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

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

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

.-left-40 {
  left: -10rem;
}

.-left-\[13000px\] {
  left: -13000px;
}

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

.-right-48 {
  right: -12rem;
}

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

.bottom-0 {
  bottom: 0;
}

.bottom-\[calc\(96px\+env\(safe-area-inset-bottom\,0px\)\)\] {
  bottom: calc(96px + env(safe-area-inset-bottom, 0px));
}

.left-0 {
  left: 0;
}

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

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

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

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

.left-\[-105px\] {
  left: -105px;
}

.left-\[-84px\] {
  left: -84px;
}

.left-\[50\%\] {
  left: 50%;
}

.right-0 {
  right: 0;
}

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

.right-16 {
  right: 4rem;
}

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

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

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.right-\[-105px\] {
  right: -105px;
}

.right-\[-84px\] {
  right: -84px;
}

.right-\[14\%\] {
  right: 14%;
}

.top-0 {
  top: 0;
}

.top-1\.5 {
  top: .375rem;
}

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

.top-16 {
  top: 4rem;
}

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

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

.top-3\.5 {
  top: .875rem;
}

.top-4 {
  top: 1rem;
}

.top-6 {
  top: 1.5rem;
}

.top-\[16\%\] {
  top: 16%;
}

.top-\[1px\] {
  top: 1px;
}

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

.top-\[60\%\] {
  top: 60%;
}

.top-\[64\%\] {
  top: 64%;
}

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

.top-full {
  top: 100%;
}

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.-mx-1 {
  margin-left: -.25rem;
  margin-right: -.25rem;
}

.mx-2 {
  margin-left: .5rem;
  margin-right: .5rem;
}

.mx-3\.5 {
  margin-left: .875rem;
  margin-right: .875rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0\.5 {
  margin-top: .125rem;
  margin-bottom: .125rem;
}

.my-1 {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

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

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

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

.mb-0\.5 {
  margin-bottom: .125rem;
}

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

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

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

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

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

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

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

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[13px\] {
  margin-bottom: 13px;
}

.mb-\[14px\] {
  margin-bottom: 14px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[33px\] {
  margin-bottom: 33px;
}

.mb-\[48px\] {
  margin-bottom: 48px;
}

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

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

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

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

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

.mt-1\.5 {
  margin-top: .375rem;
}

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

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

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

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

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

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

.mt-\[14px\] {
  margin-top: 14px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[32px\] {
  margin-top: 32px;
}

.mt-\[39px\] {
  margin-top: 39px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

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

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[168\/196\] {
  aspect-ratio: 168 / 196;
}

.aspect-\[292\/340\] {
  aspect-ratio: 292 / 340;
}

.aspect-\[343\/356\] {
  aspect-ratio: 343 / 356;
}

.aspect-\[478\/696\] {
  aspect-ratio: 478 / 696;
}

.aspect-\[557\/696\] {
  aspect-ratio: 557 / 696;
}

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

.aspect-video {
  aspect-ratio: 16 / 9;
}

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

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

.h-1\.5 {
  height: .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: .5rem;
}

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

.h-3 {
  height: .75rem;
}

.h-3\.5 {
  height: .875rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.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-\[14\%\] {
  height: 14%;
}

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

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

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

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

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

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

.h-\[44\%\] {
  height: 44%;
}

.h-\[52\.5px\] {
  height: 52.5px;
}

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

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

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

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

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

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

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

.h-\[72\%\] {
  height: 72%;
}

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

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

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

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

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

.h-\[min\(864px\,90vh\)\] {
  height: min(864px, 90vh);
}

.h-\[var\(--radix-navigation-menu-viewport-height\)\] {
  height: var(--radix-navigation-menu-viewport-height);
}

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-svh {
  height: 100svh;
}

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

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

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

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

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

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

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

.max-h-\[calc\(90vh-96px\)\] {
  max-height: calc(90vh - 96px);
}

.max-h-screen {
  max-height: 100vh;
}

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

.min-h-6 {
  min-height: 1.5rem;
}

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

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

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

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

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

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

.w-0 {
  width: 0;
}

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

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: .5rem;
}

.w-2\.5 {
  width: .625rem;
}

.w-20 {
  width: 5rem;
}

.w-3 {
  width: .75rem;
}

.w-3\.5 {
  width: .875rem;
}

.w-3\/4 {
  width: 75%;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

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

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

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

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

.w-\[3\.25rem\] {
  width: 3.25rem;
}

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

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

.w-\[52\.5px\] {
  width: 52.5px;
}

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

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

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

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

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

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

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

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

.w-\[min\(1062px\,calc\(100vw-168px\)\)\] {
  width: min(1062px, 100vw - 168px);
}

.w-\[min\(1063px\,calc\(100vw-90px\)\)\] {
  width: min(1063px, 100vw - 90px);
}

.w-auto {
  width: auto;
}

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

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

.w-px {
  width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[calc\(100vw-48px\)\] {
  max-width: calc(100vw - 48px);
}

.max-w-\[min\(1180px\,100\%\)\] {
  max-width: min(1180px, 100%);
}

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

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

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

.max-w-md {
  max-width: 28rem;
}

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

.flex-1 {
  flex: 1;
}

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

.grow {
  flex-grow: 1;
}

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

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

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

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

.origin-\[--radix-select-content-transform-origin\] {
  transform-origin: var(--radix-select-content-transform-origin);
}

.-translate-x-1\/2 {
  --tw-translate-x: -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));
}

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

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

.translate-x-\[-50\%\] {
  --tw-translate-x: -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));
}

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

.translate-y-\[-50\%\] {
  --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));
}

.rotate-45 {
  --tw-rotate: 45deg;
  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-90 {
  --tw-rotate: 90deg;
  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: 2s cubic-bezier(.4, 0, .6, 1) infinite pulse;
}

.cursor-crosshair {
  cursor: crosshair;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

.resize {
  resize: both;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-start {
  scroll-snap-align: start;
}

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

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

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

.grid-cols-\[90px_minmax\(0\,1fr\)_auto\] {
  grid-template-columns: 90px minmax(0, 1fr) auto;
}

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

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

.gap-0 {
  gap: 0;
}

.gap-0\.5 {
  gap: .125rem;
}

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

.gap-1\.5 {
  gap: .375rem;
}

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[2\.75px\] {
  gap: 2.75px;
}

.gap-\[24px\] {
  gap: 24px;
}

.gap-\[25px\] {
  gap: 25px;
}

.gap-\[38px\] {
  gap: 38px;
}

.gap-\[3px\] {
  gap: 3px;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-\[50px\] {
  gap: 50px;
}

.gap-\[60px\] {
  gap: 60px;
}

.gap-\[8px\] {
  gap: 8px;
}

.gap-\[9px\] {
  gap: 9px;
}

.\!gap-x-6 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

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

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

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

.gap-x-\[15px\] {
  -moz-column-gap: 15px;
  column-gap: 15px;
}

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

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

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(.25rem * var(--tw-space-x-reverse));
  margin-left: calc(.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.5rem * 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));
}

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

.divide-\[\#E4E4E4\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(228, 228, 228, var(--tw-divide-opacity, 1));
}

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

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

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

.scroll-smooth {
  scroll-behavior: smooth;
}

.truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

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

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

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

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

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

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.rounded-\[45\.719px\] {
  border-radius: 45.719px;
}

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

.rounded-\[inherit\] {
  border-radius: inherit;
}

.rounded-full {
  border-radius: 9999px;
}

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

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

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

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

.rounded-xl {
  border-radius: .75rem;
}

.rounded-t-\[10px\] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rounded-tl-sm {
  border-top-left-radius: calc(var(--radius)  - 4px);
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0;
}

.border-2 {
  border-width: 2px;
}

.border-\[1\.5px\] {
  border-width: 1.5px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-\[\#391E1D\] {
  --tw-border-opacity: 1;
  border-color: rgba(57, 30, 29, var(--tw-border-opacity, 1));
}

.border-\[\#5A3A31\] {
  --tw-border-opacity: 1;
  border-color: rgba(90, 58, 49, var(--tw-border-opacity, 1));
}

.border-\[\#626262\] {
  --tw-border-opacity: 1;
  border-color: rgba(98, 98, 98, var(--tw-border-opacity, 1));
}

.border-\[\#D8D2CC\] {
  --tw-border-opacity: 1;
  border-color: rgba(216, 210, 204, var(--tw-border-opacity, 1));
}

.border-\[\#D9D5D2\] {
  --tw-border-opacity: 1;
  border-color: rgba(217, 213, 210, var(--tw-border-opacity, 1));
}

.border-\[\#DDD4CB\] {
  --tw-border-opacity: 1;
  border-color: rgba(221, 212, 203, var(--tw-border-opacity, 1));
}

.border-\[\#E4E4E4\] {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 228, var(--tw-border-opacity, 1));
}

.border-\[\#E5E1DC\] {
  --tw-border-opacity: 1;
  border-color: rgba(229, 225, 220, var(--tw-border-opacity, 1));
}

.border-\[\#E6E0D9\] {
  --tw-border-opacity: 1;
  border-color: rgba(230, 224, 217, var(--tw-border-opacity, 1));
}

.border-\[\#E7E3DF\] {
  --tw-border-opacity: 1;
  border-color: rgba(231, 227, 223, var(--tw-border-opacity, 1));
}

.border-\[\#E8E3DD\] {
  --tw-border-opacity: 1;
  border-color: rgba(232, 227, 221, var(--tw-border-opacity, 1));
}

.border-\[\#ECE8E3\] {
  --tw-border-opacity: 1;
  border-color: rgba(236, 232, 227, var(--tw-border-opacity, 1));
}

.border-\[--color-border\] {
  border-color: var(--color-border);
}

.border-black\/10 {
  border-color: rgba(0, 0, 0, .1);
}

.border-border\/50 {
  border-color: hsl(var(--border) / .5);
}

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

.border-destructive\/50 {
  border-color: hsl(var(--destructive) / .5);
}

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

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

.border-primary\/50 {
  border-color: hsl(var(--primary) / .5);
}

.border-transparent {
  border-color: rgba(0, 0, 0, 0);
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}

.border-white\/20 {
  border-color: rgba(255, 255, 255, .2);
}

.border-white\/50 {
  border-color: rgba(255, 255, 255, .5);
}

.border-l-transparent {
  border-left-color: rgba(0, 0, 0, 0);
}

.border-t-transparent {
  border-top-color: rgba(0, 0, 0, 0);
}

.bg-\[\#171517\] {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 21, 23, var(--tw-bg-opacity, 1));
}

.bg-\[\#171517\]\/20 {
  background-color: rgba(23, 21, 23, .2);
}

.bg-\[\#391E1D\] {
  --tw-bg-opacity: 1;
  background-color: rgba(57, 30, 29, var(--tw-bg-opacity, 1));
}

.bg-\[\#A5A5A5\] {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 165, 165, var(--tw-bg-opacity, 1));
}

.bg-\[\#B7A59A\] {
  --tw-bg-opacity: 1;
  background-color: rgba(183, 165, 154, var(--tw-bg-opacity, 1));
}

.bg-\[\#D8CEC6\] {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 206, 198, var(--tw-bg-opacity, 1));
}

.bg-\[\#D9D0C8\] {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 208, 200, var(--tw-bg-opacity, 1));
}

.bg-\[\#DDD5CB\] {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 213, 203, var(--tw-bg-opacity, 1));
}

.bg-\[\#E4E4E4\] {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 228, var(--tw-bg-opacity, 1));
}

.bg-\[\#E8E4DF\] {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 228, 223, var(--tw-bg-opacity, 1));
}

.bg-\[\#EFEFEF\] {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity, 1));
}

.bg-\[\#F7F4F1\] {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 244, 241, var(--tw-bg-opacity, 1));
}

.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.bg-\[\#e8e1db\] {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 225, 219, var(--tw-bg-opacity, 1));
}

.bg-\[--color-bg\] {
  background-color: var(--color-bg);
}

.bg-\[rgba\(90\,58\,49\,0\.20\)\] {
  background-color: rgba(90, 58, 49, .2);
}

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

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

.bg-black\/0 {
  background-color: rgba(0, 0, 0, 0);
}

.bg-black\/20 {
  background-color: rgba(0, 0, 0, .2);
}

.bg-black\/25 {
  background-color: rgba(0, 0, 0, .25);
}

.bg-black\/45 {
  background-color: rgba(0, 0, 0, .45);
}

.bg-black\/60 {
  background-color: rgba(0, 0, 0, .6);
}

.bg-black\/80 {
  background-color: rgba(0, 0, 0, .8);
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity, 1));
}

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

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

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

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

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

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

.bg-muted\/50 {
  background-color: hsl(var(--muted) / .5);
}

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

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

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

.bg-transparent {
  background-color: rgba(0, 0, 0, 0);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.bg-\[linear-gradient\(90deg\,\#FF0000\,\#FFFF00\,\#00FF00\,\#00FFFF\,\#0000FF\,\#FF00FF\,\#FF0000\)\] {
  background-image: linear-gradient(90deg, red, #ff0, #0f0, #0ff, #00f, #f0f, red);
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-black\/50 {
  --tw-gradient-to: rgba(0, 0, 0, .5) var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-current {
  fill: currentColor;
}

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

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

.p-0 {
  padding: 0;
}

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

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

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

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[17px\] {
  padding: 17px;
}

.p-\[1px\] {
  padding: 1px;
}

.p-\[7px\] {
  padding: 7px;
}

.px-0\.5 {
  padding-left: .125rem;
  padding-right: .125rem;
}

.px-1 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.px-2\.5 {
  padding-left: .625rem;
  padding-right: .625rem;
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

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

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

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

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

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[23px\] {
  padding-left: 23px;
  padding-right: 23px;
}

.px-\[3px\] {
  padding-left: 3px;
  padding-right: 3px;
}

.px-\[8\.25px\] {
  padding-left: 8.25px;
  padding-right: 8.25px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-0\.5 {
  padding-top: .125rem;
  padding-bottom: .125rem;
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.py-1\.5 {
  padding-top: .375rem;
  padding-bottom: .375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.py-2\.5 {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .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;
}

.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}

.py-\[19px\] {
  padding-top: 19px;
  padding-bottom: 19px;
}

.py-\[3\.75px\] {
  padding-top: 3.75px;
  padding-bottom: 3.75px;
}

.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

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

.pb-14 {
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

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

.pb-\[130px\] {
  padding-bottom: 130px;
}

.pb-\[2px\] {
  padding-bottom: 2px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pb-\[calc\(12px\+env\(safe-area-inset-bottom\,0px\)\)\] {
  padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
}

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

.pl-2\.5 {
  padding-left: .625rem;
}

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

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

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

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

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

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

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

.pr-\[12px\] {
  padding-right: 12px;
}

.pt-0 {
  padding-top: 0;
}

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

.pt-10 {
  padding-top: 2.5rem;
}

.pt-2 {
  padding-top: .5rem;
}

.pt-3 {
  padding-top: .75rem;
}

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

.pt-5 {
  padding-top: 1.25rem;
}

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

.pt-\[24px\] {
  padding-top: 24px;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.pt-\[3px\] {
  padding-top: 3px;
}

.pt-\[5px\] {
  padding-top: 5px;
}

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

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

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

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

.text-\[10px\] {
  font-size: 10px;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.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-\[32px\] {
  font-size: 32px;
}

.text-\[42px\] {
  font-size: 42px;
}

.text-\[9px\] {
  font-size: 9px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: .75rem;
  line-height: 1rem;
}

.font-\[250\] {
  font-weight: 250;
}

.font-bold {
  font-weight: 700;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[1\.05\] {
  line-height: 1.05;
}

.leading-\[1\.08\] {
  line-height: 1.08;
}

.leading-\[1\.22\] {
  line-height: 1.22;
}

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

.leading-\[1\.45\] {
  line-height: 1.45;
}

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

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-\[1\.75\] {
  line-height: 1.75;
}

.leading-\[1\.7\] {
  line-height: 1.7;
}

.leading-\[160\%\] {
  line-height: 160%;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[26px\] {
  line-height: 26px;
}

.leading-\[27px\] {
  line-height: 27px;
}

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

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[-0\.03em\] {
  letter-spacing: -.03em;
}

.tracking-\[-0\.2px\] {
  letter-spacing: -.2px;
}

.tracking-\[0\.24em\] {
  letter-spacing: .24em;
}

.tracking-\[0\.2em\] {
  letter-spacing: .2em;
}

.tracking-tight {
  letter-spacing: -.025em;
}

.tracking-wide {
  letter-spacing: .025em;
}

.tracking-wider {
  letter-spacing: .05em;
}

.tracking-widest {
  letter-spacing: .1em;
}

.text-\[\#171517\] {
  --tw-text-opacity: 1;
  color: rgba(23, 21, 23, var(--tw-text-opacity, 1));
}

.text-\[\#323232\] {
  --tw-text-opacity: 1;
  color: rgba(50, 50, 50, var(--tw-text-opacity, 1));
}

.text-\[\#391E1D\] {
  --tw-text-opacity: 1;
  color: rgba(57, 30, 29, var(--tw-text-opacity, 1));
}

.text-\[\#3d3835\] {
  --tw-text-opacity: 1;
  color: rgba(61, 56, 53, var(--tw-text-opacity, 1));
}

.text-\[\#474747\] {
  --tw-text-opacity: 1;
  color: rgba(71, 71, 71, var(--tw-text-opacity, 1));
}

.text-\[\#5A3A31\] {
  --tw-text-opacity: 1;
  color: rgba(90, 58, 49, var(--tw-text-opacity, 1));
}

.text-\[\#5E5148\] {
  --tw-text-opacity: 1;
  color: rgba(94, 81, 72, var(--tw-text-opacity, 1));
}

.text-\[\#5E5A57\] {
  --tw-text-opacity: 1;
  color: rgba(94, 90, 87, var(--tw-text-opacity, 1));
}

.text-\[\#626262\] {
  --tw-text-opacity: 1;
  color: rgba(98, 98, 98, var(--tw-text-opacity, 1));
}

.text-\[\#8B8078\] {
  --tw-text-opacity: 1;
  color: rgba(139, 128, 120, var(--tw-text-opacity, 1));
}

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

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, 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-foreground {
  color: hsl(var(--foreground));
}

.text-foreground\/50 {
  color: hsl(var(--foreground) / .5);
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

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

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity, 1));
}

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

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

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

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}

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

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-40 {
  opacity: .4;
}

.opacity-50 {
  opacity: .5;
}

.opacity-60 {
  opacity: .6;
}

.opacity-70 {
  opacity: .7;
}

.opacity-90 {
  opacity: .9;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(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 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

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

.shadow-\[0_0_0_1px_rgba\(23\,21\,23\,0\.04\)\] {
  --tw-shadow: 0 0 0 1px rgba(23, 21, 23, .04);
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-\[0_1px_4px_rgba\(0\,0\,0\,0\.06\)\] {
  --tw-shadow: 0 1px 4px rgba(0, 0, 0, .06);
  --tw-shadow-colored: 0 1px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-\[0_4px_16px_0_rgba\(19\,12\,10\,0\.2\)\], .shadow-\[0_4px_16px_0_rgba\(19\,12\,10\,0\.20\)\] {
  --tw-shadow: 0 4px 16px 0 rgba(19, 12, 10, .2);
  --tw-shadow-colored: 0 4px 16px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(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 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(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 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.outline-none {
  outline-offset: 2px;
  outline: 2px solid rgba(0, 0, 0, 0);
}

.outline {
  outline-style: solid;
}

.ring-0 {
  --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(0px + 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 rgba(0, 0, 0, 0));
}

.ring-1 {
  --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 rgba(0, 0, 0, 0));
}

.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 rgba(0, 0, 0, 0));
}

.ring-\[\#E7E3DF\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 227, 223, var(--tw-ring-opacity, 1));
}

.ring-black\/5 {
  --tw-ring-color: rgba(0, 0, 0, .05);
}

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

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

.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-\[2px\] {
  --tw-backdrop-blur: blur(2px);
  -webkit-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-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-\[8px\] {
  --tw-backdrop-blur: blur(8px);
  -webkit-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-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);
  -webkit-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-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);
  -webkit-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-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, -webkit-text-decoration-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-\[left\,right\,width\] {
  transition-property: left, right, width;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-\[margin\,opa\] {
  transition-property: margin, opa;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-\[width\,height\,padding\] {
  transition-property: width, height, padding;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-\[width\] {
  transition-property: width;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-all {
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-colors {
  transition-property: color, background-color, border-color, -webkit-text-decoration-color, text-decoration-color, fill, stroke;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-opacity {
  transition-property: opacity;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-transform {
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.duration-1000 {
  transition-duration: 1s;
}

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

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

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

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

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

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

.\[overflow-wrap\:anywhere\] {
  overflow-wrap: anywhere;
}

:root {
  --bg: #efefef;
  --card: #fff;
  --text: #1f2937;
  --muted: #6b7280;
  --brand: #5a3a31;
  --brand-600: #6a3b31;
  --brand-700: #4a241e;
  --border: #e5e7eb;
  --ring: rgba(98, 63, 50, .18);
  --danger: #e11d48;
  --success: #16a34a;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, .06);
  --shadow-md: 0 6px 24px rgba(22, 31, 41, .06);
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --frame-w: 24px;
  --frame-h: 24px;
  --sprite-w: calc(var(--frame-w) * 2);
  --sprite-h: var(--frame-h);
  --off-eye-open-x: 0px;
  --off-eye-open-y: 0px;
  --off-eye-off-x: calc(var(--frame-w) * -1);
  --off-eye-off-y: 0px;
  --auth-card-w: 630px;
  --auth-card-radius: 16px;
  --auth-pill-radius: 999px;
  --auth-gap: 16px;
  --auth-card-pad-x: 28px;
  --auth-card-pad-y: 28px;
  --auth-brand-gap-top: 64px;
  --auth-subtitle-gap: 12px;
  --auth-tab-h: 48px;
  --auth-input-h: 52px;
  --auth-input-radius: 28px;
  --auth-input-pad-x: 20px;
  --auth-input-font: 14px;
  --auth-btn-h: 44px;
  --auth-small: 13px;
  --chk-icon-size: 22px;
  --chk-gap: 7px;
  --safe-top: env(safe-area-inset-top);
  --safe-right: env(safe-area-inset-right);
  --safe-bottom: env(safe-area-inset-bottom);
  --safe-left: env(safe-area-inset-left);
}

*, :before, :after {
  box-sizing: border-box;
  font-family: var(--font-noto-sans), sans-serif;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
}

button, input, select, textarea, optgroup {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
}

button, a, [role="button"], input[type="submit"], input[type="button"], input[type="reset"], label, summary {
  -webkit-tap-highlight-color: transparent;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="search"]::-webkit-search-results-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
}

html, body {
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  height: 100%;
  font-size: 16px;
}

body {
  font-family: var(--font-noto-sans), sans-serif;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern";
  font-kerning: normal;
  margin: 0;
}

p {
  font-family: var(--font-noto-sans), sans-serif;
}

.container {
  max-width: 760px;
  padding: var(--space-10) var(--space-4);
  margin: 0 auto;
}

.center-y {
  place-items: center;
  min-height: 100dvh;
  display: grid;
}

.stack {
  flex-direction: column;
  display: flex;
}

.row {
  align-items: center;
  gap: var(--space-3);
  display: flex;
}

.w-full {
  width: 100%;
}

.center-y {
  min-height: 100dvh;
  padding-top: var(--auth-brand-gap-top);
  place-items: start center;
  display: grid;
}

.checkbox {
  align-items: center;
  gap: var(--chk-gap);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: inline-flex;
}

.checkbox > input[type="checkbox"] {
  white-space: nowrap;
  clip-path: inset(50%);
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.checkbox > label {
  cursor: pointer;
  align-items: center;
  gap: 10px;
  line-height: 1.25;
  display: inline-flex;
}

.checkbox > label:before {
  content: "";
  width: var(--chk-icon-size);
  height: var(--chk-icon-size);
  flex: 0 0 var(--chk-icon-size);
  border: 1.5px solid #5a3a31;
  border-radius: 5px;
}

.checkbox > input[type="checkbox"]:checked + label:before {
  content: "";
  width: var(--chk-icon-size);
  height: var(--chk-icon-size);
  flex: 0 0 var(--chk-icon-size);
  background-image: url("/icons/check_square.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px;
}

.checkbox > input[type="checkbox"]:focus-visible + label {
  box-shadow: 0 0 0 4px var(--ring);
  border-radius: 8px;
  outline: 0;
}

.checkbox > input[type="checkbox"]:disabled + label {
  opacity: .55;
  cursor: not-allowed;
}

.auth-title {
  color: #171517;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.auth-forgot-password {
  margin-top: 31px;
}

.forgot-password-title {
  color: #171517;
  letter-spacing: 1.8px;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  margin: 2px 0;
}

.forgot-password-card-body {
  padding: 36px 36px 32px;
}

.forgot-password-card-body .subtitle {
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  text-align: left;
  margin-top: 0;
  margin-bottom: 11px;
  padding-top: 5px;
  font-size: 16px;
}

.forgot-back-link {
  color: var(--text);
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
  display: inline-flex;
}

.forgot-back-link:hover {
  text-decoration: underline;
}

.auth-card {
  border-radius: var(--auth-card-radius);
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.brand {
  margin-bottom: var(--auth-subtitle-gap);
}

.brand-title {
  display: none;
}

.tabs {
  border-radius: calc(var(--auth-pill-radius)  - 2px);
  border: 1px solid var(--border);
  background: #f5f6f7;
  gap: 6px;
  padding: 3px;
  display: flex;
}

.tab {
  height: var(--auth-tab-h);
  border-radius: var(--auth-pill-radius);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--muted);
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  cursor: pointer;
  background: none;
  border: none;
  flex: 1 1 0;
  font-size: 16px;
  font-weight: 600;
}

.tab[aria-selected="true"] {
  background: var(--brand);
  color: #fff;
}

.btn {
  height: var(--auth-btn-h);
  border-radius: var(--auth-pill-radius);
}

.btn-primary {
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.row-between {
  justify-content: space-between;
  align-items: center;
  margin-top: 1px;
  display: flex;
}

.small {
  font-size: var(--auth-small);
}

.auth-inner {
  width: var(--auth-card-w);
  max-width: 607px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

@media (max-width: 640px) {
  :root {
    --auth-card-pad-x: 20px;
    --auth-card-pad-y: 20px;
    --auth-tab-h: 42px;
    --auth-input-h: 50px;
    --auth-btn-h: 44px;
  }
}

.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 40px;
}

.card-header {
  padding: var(--space-6) var(--space-8) var(--space-4);
}

.card-body {
  height: 100%;
  padding: 41px 39px 33px;
  position: relative;
}

.card-footer {
  padding: var(--space-4) var(--space-8) var(--space-6);
}

.icon-sprite {
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-eye {
  background-image: url("/icons/eye.svg");
}

.icon-eye-off {
  background-image: url("/icons/eye-off.svg");
}

.grid-2 {
  grid-template-columns: 1fr 1fr;
  gap: 23px;
  display: grid;
}

.form-hint-error {
  color: var(--danger);
  margin-top: 6px;
  font-size: 13px;
}

.label {
  font-size: 14px;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #474747;
  margin-top: 10px;
  margin-bottom: 3px;
  font-weight: 400;
}

input {
  font-size: 16px;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.input {
  border: 1px solid var(--border);
  width: 100%;
  color: var(--text);
  background: #fff;
  border-radius: 30px;
  outline: none;
  padding: 16px 14px;
  transition: box-shadow .15s, border-color .15s;
}

.input::placeholder {
  color: #9ca3af;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.input-wrap {
  position: relative;
}

.input-append {
  cursor: pointer;
  border-radius: 999px;
  place-items: center;
  width: 28px;
  height: 28px;
  display: grid;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.input-append:hover {
  background: #f3f4f6;
}

.input:focus {
  border: 1px solid #171517;
}

.input.error {
  border: 1px solid #fb3640;
}

.checkbox {
  align-items: center;
  gap: 10px;
  display: flex;
}

.checkbox input {
  border: 1px solid var(--border);
  border-radius: 6px;
  width: 18px;
  height: 18px;
}

.checkbox label {
  color: var(--muted);
  cursor: pointer;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.auth-button, .signup-button, .reset-password-button {
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  margin-top: 25px;
  font-size: 16px;
}

.dont-have-account-link {
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #474747;
  letter-spacing: .5px;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.dont-have-account-link a {
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #5a3a31;
  font-size: 16px;
  font-weight: 600;
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 48px;
  font-weight: 600;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  text-decoration: none;
  display: inline-flex;
}

.pointer-cursor {
  cursor: pointer;
}

.btn:active {
  transform: translateY(1px);
}

.btn:focus {
  border: 1px solid #35221d;
}

.btn-primary {
  background: var(--brand);
  color: #fff;
}

.btn-primary:hover {
  background-color: #35221d;
}

.btn-ghost {
  color: var(--text);
  background: none;
  border: 1px solid #5a3a31;
  height: 48px;
  font-size: 16px;
  font-weight: 400;
}

.link {
  color: var(--brand-600);
  font-weight: 600;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.small {
  color: var(--muted);
  font-size: 13px;
}

.subtitle {
  color: var(--muted);
  text-align: center;
  margin-top: 17px;
  margin-bottom: 31px;
  font-size: 20px;
}

.brand {
  margin-bottom: var(--space-4);
  place-items: center;
  display: grid;
}

.brand img {
  width: 104px;
  height: auto;
}

.brand-title {
  text-align: center;
  font-weight: 700;
}

.form {
  gap: 16px;
  margin-top: 23px;
  padding: 9px 0;
  display: grid;
}

@media (max-width: 520px) {
  .card-body, .card-header, .card-footer {
    padding: var(--space-6);
  }
}

.dash-shell {
  background: var(--bg);
  min-height: 100vh;
}

.dash-main {
  min-width: 0;
  margin-left: 100px;
}

.project-edit-shell .dash-main {
  margin-left: 110px;
}

.dash-sidebar {
  border-right: 1px solid var(--border);
  z-index: 50;
  background: #fff;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100px;
  height: 100vh;
  padding: 16px 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
}

.dash-side-logo {
  margin-top: 13px;
}

.dash-nav {
  flex-direction: column;
  gap: 0;
  width: 100%;
  margin-top: 9px;
  display: flex;
}

.dash-nav-item {
  color: var(--text);
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 15px 0 12px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dash-nav-item.active, .dash-nav-item:hover {
  background: #efeceb;
}

.dash-nav-item.active:after {
  content: "";
  background-color: #5a3a31;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.dash-nav-ico {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.dash-nav-item--profile .dash-nav-ico {
  background-size: cover;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  overflow: hidden;
}

.dash-nav-txt {
  font-size: 14px;
}

.dash-logout {
  justify-content: center;
  width: 100%;
  margin-top: auto;
  display: flex;
}

.dash-logout-btn {
  cursor: pointer;
  color: var(--muted);
  background: none;
  border: 0;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  display: flex;
}

.dash-topbar {
  border-bottom: 1px solid var(--border);
  z-index: 1000;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 32px;
  display: flex;
  position: fixed;
  top: 0;
  left: 100px;
  right: 0;
}

.dash-topbar--project {
  left: 110px;
}

.dash-title {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  margin-right: 12px;
}

.dash-title-wrap:has(.bi-title-edit) > .dash-title {
  cursor: pointer;
}

.dash-title.dash-title--editable {
  cursor: pointer;
}

.dash-title.dash-title--editable:focus-visible {
  outline-offset: 3px;
  border-radius: 4px;
  outline: 2px solid rgba(90, 58, 49, .35);
}

.dash-topbar-actions {
  gap: 12px;
  display: flex;
}

.notif-btn {
  --size: 48px;
  --ring: #e9e9e9;
  --icon: #5a5a5a;
  width: var(--size);
  height: var(--size);
  border: 2px solid var(--ring);
  cursor: pointer;
  background: #fff;
  border-radius: 9999px;
  place-items: center;
  transition: border-color .15s, transform 50ms;
  display: grid;
  position: relative;
}

.notif-btn:hover {
  border-color: #dcdcdc;
}

.notif-btn:active {
  transform: translateY(1px);
}

.notif-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(232, 69, 58, .15);
}

.notif-img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 24px;
  height: 24px;
  display: block;
}

.notif-btn:after {
  content: "";
  background: #e8453a;
  border: 2px solid #fff;
  border-radius: 9999px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 8px;
  right: 8px;
}

.notif-btn.no-dot:after {
  display: none;
}

.dash-content {
  max-width: 1340px;
  padding: 120px 32px 22px;
}

.dash-content-project {
  padding: 102px 32px 22px 18px;
  position: relative;
}

.dash-section {
  margin-bottom: 28px;
}

.dash-section-title {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  margin: 8px 0 15px;
}

.dash-divider {
  background: var(--border);
  border: 0;
  height: 1px;
  margin: 40px 0;
}

.cards-grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 26px;
  display: grid;
}

.project-card {
  border-radius: 36px;
  width: 301px;
  height: 358px;
  overflow: hidden;
}

.create-card .create-btn {
  width: 100%;
  height: 220px;
  color: var(--text);
  cursor: pointer;
  background: #fff;
  border: 0;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 53px;
  display: flex;
}

.create-plus {
  background: var(--brand);
  color: #fff;
  border-radius: 999px;
  place-items: center;
  width: 48px;
  height: 48px;
  font-size: 39px;
  font-weight: 300;
  line-height: 1;
  display: grid;
}

.create-plus:hover {
  background-color: #35221d;
}

.demo-card .demo-cover {
  background: #f1f2f3;
  border-radius: 20px;
  width: 100%;
  height: 140px;
  position: relative;
  overflow: hidden;
}

.demo-card .demo-info {
  flex-direction: column;
  gap: 9px;
  padding: 0;
  display: flex;
}

.demo-client {
  font-weight: 700;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #171517;
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 16px;
}

.demo-studio {
  color: var(--muted);
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.demo-address {
  color: var(--muted);
  max-width: 150px;
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.6;
}

input::-moz-placeholder {
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
}

textarea::-moz-placeholder {
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
}

input::placeholder, textarea::placeholder {
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
}

input:focus::-moz-placeholder {
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
}

textarea:focus::-moz-placeholder {
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
}

input:focus::placeholder, textarea:focus::placeholder {
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
}

input::-webkit-input-placeholder {
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
}

input:-ms-placeholder-shown {
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
}

input::-moz-placeholder {
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
}

.no-scroll {
  overflow: hidden;
}

.modal-overlay {
  z-index: 1000;
  background: rgba(0, 0, 0, .45);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.modal-shell {
  box-sizing: border-box;
  justify-content: center;
  align-items: flex-start;
  min-height: 100%;
  padding: 48px 24px;
  display: flex;
}

.modal-card {
  background: #fff;
  border-radius: 40px;
  flex-direction: column;
  width: min(940px, 100%);
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  overflow: visible;
}

.business-modal .modal-head {
  padding: 43px 40px 8px;
}

.business-modal .modal-title {
  color: #2b2b2b;
  line-height: 1.2;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  margin: 0 0 4px;
  font-size: 40px;
  font-weight: 600;
}

.business-modal .modal-sub {
  color: #6f6f6f;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  margin: 13px 0 0;
  font-size: 24px;
  font-weight: 400;
}

.business-modal .modal-body {
  padding: 0 42px 30px;
}

.business-modal .modal-footer {
  align-items: center;
  justify-content: unset;
  gap: 47px;
  padding-top: 35px;
  display: flex;
}

.business-modal .modal-btn-latter {
  color: #474747;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  font-size: 16px;
}

.business-modal .section-title {
  color: #171517;
  font-size: 24px;
  font-weight: 500;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.business-modal .muted {
  color: #8a8a8a;
  margin: 4px 0 12px;
}

@media (max-width: 720px) {
  .business-modal .grid-2 {
    grid-template-columns: 1fr;
  }
}

.business-modal .dropzone {
  text-align: center;
  background: #f5f7f9;
  border: 1px dashed #e3d8cf;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  margin-top: 20px;
  padding: 24px 18px;
  display: flex;
  position: relative;
}

.business-modal .dz-icon {
  opacity: .85;
  font-size: 20px;
}

.business-modal .dz-text {
  color: #171517;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  margin-top: 11px;
}

.business-modal .dz-help {
  color: #a5a5a5;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  margin-top: 25px;
  font-size: 14px;
}

.business-modal .dropzone--has-logo {
  padding: 0;
  overflow: hidden;
}

.business-modal .dropzone .logo-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.business-modal .dropzone .logo-preview {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.business-modal .dropzone .logo-remove {
  z-index: 2;
  top: 12px;
  right: 12px;
}

.business-modal .form {
  gap: 2px;
  margin-top: 23px;
}

.btn-primary-select-file {
  color: #5a3a31;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  letter-spacing: 0;
  background: none;
  border: 1px solid #5a3a31;
  width: 125px;
  height: 39px;
  font-size: 14px;
  font-weight: 700;
}

.modal-save-button {
  width: 115px;
}

.card-body .create-text {
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #171517;
  font-size: 16px;
  font-weight: 400;
}

.project-card-body {
  height: 100%;
  padding: 16px 14px 13px;
  position: relative;
}

.project-card-body .create-text {
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #171517;
  font-size: 16px;
  font-weight: 400;
}

.dash-row {
  align-items: start;
  gap: 26px;
  display: flex;
}

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

.btn-project {
  color: var(--text);
  background: #fff;
  border: 1px solid #5a3a31;
  width: 270px;
  position: absolute;
  bottom: 14px;
}

.btn-project:hover {
  border: 1px solid #35221d;
}

.cards-grid.project {
  margin-top: 16px;
}

.profile-wrap {
  width: 100%;
  max-width: 800px;
  margin-top: 10px;
}

.profile-card {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 40px;
}

.profile-card-body {
  padding: 38px 39px;
}

.profile-tabs {
  justify-content: flex-start;
  margin-bottom: 18px;
  display: flex;
}

.profile-tabs-track {
  background: #f1f2f4;
  border-radius: 999px;
  gap: 4px;
  width: 100%;
  height: 57px;
  padding: 4px;
  display: inline-flex;
}

.profile-tab {
  color: #6b6f76;
  cursor: pointer;
  width: 100%;
  min-width: 180px;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: none;
  border: 0;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
  transition: all .15s;
}

.profile-tab:hover {
  background: rgba(0, 0, 0, .04);
}

.profile-tab.is-active {
  color: #fff;
  background: #573425;
}

.profile-content {
  background: #fff;
}

.profile-section {
  margin-bottom: 40px;
}

.profile-section .ds-input, .profile-section .profile-field-skeleton {
  margin-bottom: 19px;
}

.profile-section-title {
  color: #1a1a1a;
  font-size: 24px;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  margin: 40px 0 15px;
  font-weight: 500;
}

.profile-divider {
  background: #eeeef2;
  border: 0;
  height: 1px;
  margin-top: 18px;
}

.profile-select {
  color: #262626;
  background: #fff;
  border: 1px solid #e6e7eb;
  border-radius: 12px;
  width: 100%;
  height: 44px;
  padding: 0 12px;
  font-size: 14px;
}

.profile-save {
  color: #fff;
  background: #573425;
  border-radius: 999px;
  height: 48px;
  padding: 10px 39px;
}

.profile-save:hover {
  opacity: .92;
}

.profile-form .input + .input {
  margin-top: 12px;
}

.ps-container {
  width: 100%;
  max-width: 800px;
  margin-top: 10px;
}

.ps-sidebar {
  border-right: 1px solid var(--border);
  background: #fff;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  width: 112px;
  height: 100vh;
  padding: 17px 0;
  display: flex;
  position: fixed;
}

.ps-back {
  color: #171517;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: none;
  border: 0;
  justify-content: space-between;
  align-items: center;
  width: 78px;
  margin: 18px 0 16px 5px;
  display: flex;
}

.ps-steps {
  flex-direction: column;
  gap: 0;
  display: flex;
}

.ps-step {
  color: var(--text);
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  min-height: 96px;
  max-height: 96px;
  padding: 14px 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.ps-step.is-active, .ps-step:hover {
  background: rgba(90, 58, 49, .2);
}

.ps-step.is-active:after {
  content: "";
  background-color: #5a3a31;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.ps-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}

.ps-step-label {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  text-align: center;
}

.ps-card {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 40px;
}

.ps-card-body {
  padding: 0 39px 14px;
}

.ps-section {
  margin-top: 38px;
  margin-bottom: 0;
}

.btn-publish {
  min-width: 138px;
}

.ps-title {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 500;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  margin: 0 15px 16px 0;
}

.ps-title--setup {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 500;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  margin: 0 15px 20px 0;
}

.ps-divider {
  background: #eeeef2;
  border: 0;
  height: 1px;
  margin: 18px 0 6px;
}

.ps-grid {
  grid-template-columns: 1fr 1fr;
  gap: 17px 22px;
  display: grid;
}

.ps-dropzone {
  border: 1px solid #e4e4e4;
  border-radius: 24px;
  width: 100%;
  max-width: 1000px;
  height: 700px;
  margin: 0 auto;
  overflow: hidden;
}

.ps-dropzone.ps-dropzone--empty {
  border-style: dashed;
}

.ps-dropzone.ps-dropzone--floor-plans {
  border-style: dashed;
  width: 286px;
  height: 304px;
  min-height: 0;
  margin: 0;
}

.ps-dropzone.ps-dropzone--floor-plans.ps-dropzone--floor-plans-solo {
  width: 100%;
  max-width: none;
  margin: 0;
}

.ps-dropzone.ps-dropzone--setup {
  box-sizing: border-box;
  border-style: dashed;
  width: 722px;
  max-width: 100%;
  height: 498px;
  margin-bottom: 26px;
}

.ps-dropzone.ps-dropzone--renders {
  border-style: dashed;
  width: 100%;
  max-width: none;
  height: 304px;
  min-height: 0;
  margin: 0;
}

.ps-dropzone.ps-dropzone--renders .ps-dropzone-inner--renders {
  box-sizing: border-box;
  min-height: 0;
  max-height: none;
}

.ps-dropzone.ps-dropzone--renders .ps-upload-icon {
  padding-top: 0;
}

.ps-dropzone.ps-dropzone--renders .ps-drop-meta {
  margin-top: 0;
  padding-bottom: 0;
}

.ps-dropzone.ps-dropzone--renders .ps-browse {
  margin-top: 0;
}

.ps-dropzone.ps-dropzone--floor-plans .ps-dropzone-inner {
  box-sizing: border-box;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  height: 296px;
  min-height: 296px;
  max-height: 296px;
  display: flex;
}

.ps-dropzone.ps-dropzone--floor-plans .ps-dropzone-inner--compact {
  gap: 12px;
  width: 286px;
  height: 304px;
}

.ps-dropzone.ps-dropzone--floor-plans .ps-upload-icon {
  padding-top: 0;
}

.ps-dropzone.ps-dropzone--floor-plans .ps-drop-meta {
  margin-top: 0;
  padding-bottom: 0;
}

.ps-dropzone.ps-dropzone--floor-plans .ps-browse {
  margin-top: 0;
}

.ps-dropzone-inner {
  text-align: center;
  box-sizing: border-box;
  place-items: center;
  gap: 13px;
  min-height: 100%;
  max-height: 700px;
  display: grid;
}

.ps-dropzone-inner.ps-dropzone-inner--setup {
  height: 100%;
  min-height: 0;
  max-height: none;
  display: grid;
}

.ps-dropzone.ps-dropzone--setup .ps-bannerWrap, .ps-dropzone.ps-dropzone--setup .ps-bannerPreview {
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
  max-height: none;
}

.ps-upload-icon {
  color: #8e6f60;
  padding-top: 116px;
  font-size: 22px;
}

.bi-floor-upload-plus {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("/icons/plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  border-radius: 8px;
  width: 64px;
  height: 64px;
  padding: 0;
}

.bi-floor-upload-plus:hover:not(:disabled) {
  opacity: .85;
}

.bi-floor-upload-plus:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.ps-drop-hint {
  color: #6f6f77;
  font-size: 14px;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
}

.ps-browse {
  color: #5a3a31;
  cursor: pointer;
  height: 40px;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: #fff;
  border: 1px solid #5a3a31;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 125px;
  margin-top: 10px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
}

.ps-drop-meta {
  color: #a5a5a5;
  margin-top: 12px;
  padding-bottom: 111px;
  font-size: 14px;
  font-weight: 400;
}

.ps-actions {
  gap: 16px;
  padding: 70px 0 60px;
  display: flex;
}

button.btn.ps-publish {
  letter-spacing: 0;
  color: #fff;
  background: #573425;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 999px;
  min-width: 134px;
  min-height: 48px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

button.btn.ps-publish:hover:not(:disabled) {
  color: #fff;
  background: #452a1f;
}

button.btn.ps-publish--published {
  color: #159365;
  background: #d1e9e0;
  justify-content: center;
  gap: 8px;
  min-width: 185px;
  padding: 0 22px;
}

button.btn.ps-publish--published:hover:not(:disabled) {
  color: #159365;
  background: #c4d8cf;
}

button.btn.ps-publish--published:disabled {
  opacity: 1;
  cursor: default;
}

.ps-publish__icon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: inline-flex;
}

.ps-publish__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.ps-publish__label {
  color: inherit;
}

.ps-next {
  color: #573425;
  border: 1px solid #5a3a31;
  border-radius: 999px;
  width: 117px;
  padding: 0 18px;
}

:root {
  --ds-input-bg: #d3cfe0;
  --ds-input-text: #1d1b23;
  --ds-border: #cfc6db;
  --ds-border-focus: #6b5bd3;
  --ds-error: #fb3640;
  --ds-error-bg: #fb3640;
  --ds-help: #6b6b76;
  --ds-radius-xxl: 9999px;
  --ds-shadow-focus: 0 0 0 3px rgba(107, 91, 211, .2);
}

.ds-input {
  flex-direction: column;
  gap: 0;
  display: flex;
}

.ds-input__label {
  font-size: 14px;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #474747;
  margin-top: 7px;
  margin-bottom: 4px;
  font-weight: 400;
}

.ds-input__req {
  margin-left: 1px;
}

.ds-input__wrap {
  position: relative;
}

.ps-bannerPreview {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  height: 405px;
  max-height: 405px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .ps-bannerPreview {
    aspect-ratio: 16 / 9;
    height: auto;
    max-height: 405px;
  }
}

.ds-input__field {
  border: 1px solid var(--border);
  width: 100%;
  color: var(--text);
  background: #fff;
  border-radius: 30px;
  outline: none;
  padding: 13px 15px;
  line-height: 1;
  transition: box-shadow .15s, border-color .15s;
}

.ds-input__field:focus {
  border: 1px solid #171517;
}

.ds-input__field::placeholder {
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #474747;
  letter-spacing: .2px;
  font-size: 16px;
}

.ds-input__field:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ds-input__field--error {
  border: 1px solid #fb3640;
}

.ds-input__append {
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 50%;
  place-items: center;
  width: 36px;
  height: 36px;
  display: grid;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.ds-input__error {
  color: var(--ds-error);
  margin: 6px 0 0;
  font-size: 18px;
  position: absolute;
}

.ds-input__help {
  color: var(--ds-help);
  margin: 6px 0 0;
  font-size: 14px;
}

.business-modal .grid-2 {
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  display: grid;
}

.business-modal .ds-input__label {
  margin-top: 0;
}

.business-modal .input-grid {
  gap: 24px;
  margin-top: 15px;
  display: grid;
}

.toast {
  color: #114b2f;
  pointer-events: none;
  z-index: 60;
  opacity: 0;
  background: #e8fbf2;
  border: 1px solid #b9efd8;
  border-radius: 24px;
  grid-template-columns: 24px 1fr auto;
  align-items: start;
  gap: 12px;
  width: 100%;
  max-width: 1000px;
  padding: 24px 24px 20px;
  transition: transform .22s, opacity .22s;
  display: grid;
  position: absolute;
  top: -40px;
  bottom: auto;
  left: 0;
  right: 0;
  transform: translateY(16px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.ps-actions-wrap .toast.is-open, .toast--open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.toast__icon {
  color: #17a56b;
  flex-shrink: 0;
  place-items: center;
  width: 24px;
  height: 24px;
  display: grid;
}

.toast__icon--success svg {
  display: block;
}

.toast__title {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.toast--success .toast__title {
  color: #159365;
}

.toast__desc {
  color: #2c6b50;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.toast__content {
  flex-direction: column;
  display: flex;
}

.toast__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #2c6b50;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 8px;
  width: 11px;
  height: 11px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: .1;
}

.toast__close:hover, .toast__close:active {
  background: none;
}

.dropzone {
  background: #f7f8fa;
  border: 2px dashed rgba(0, 0, 0, .15);
  border-radius: 20px;
  place-items: center;
  min-height: 220px;
  padding: 24px;
  display: grid;
  position: relative;
}

.logo-wrap {
  display: inline-block;
  position: relative;
}

.logo-preview {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.logo-remove {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 9999px;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  display: grid;
  position: absolute;
  top: 13px;
  right: 20px;
}

.logo-remove:hover {
  background: #fafafa;
}

.modal-save-button.disabled {
  opacity: .5;
  pointer-events: none;
  cursor: not-allowed;
}

.business-profile .dropzone {
  text-align: center;
  background: none;
  border: 1px dashed rgba(90, 58, 49, .2);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 226px;
  margin-top: 24px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.business-profile .dropzone--has-logo {
  display: block;
}

.business-profile .dropzone .logo-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.business-profile .dropzone .logo-preview {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.business-profile .dropzone .logo-remove {
  z-index: 2;
  top: 12px;
  right: 12px;
}

.business-profile .dropzone .ps-bannerWrap {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  min-height: 226px;
  position: relative;
  overflow: hidden;
}

.business-profile .dropzone .ps-bannerPreview {
  aspect-ratio: auto;
  background-color: #e9e9e9;
  border-radius: 24px;
  width: 100%;
  height: 226px;
  max-height: none;
}

.business-profile .dropzone .ps-bannerLoader {
  border-radius: 24px;
}

.business-profile .dz-icon {
  opacity: .85;
  margin-top: 11px;
  font-size: 20px;
}

.business-profile .dz-text {
  color: #171517;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  margin-top: 11px;
}

.business-profile .dz-help {
  color: #a5a5a5;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 14px;
}

.business-profile .section-title {
  color: #171517;
  font-size: 24px;
  font-weight: 500;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  margin-top: 19px;
}

.business-profile-secondary-text {
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #474747;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 400;
}

.business-profile .grid-2 {
  gap: 21px;
}

.business-profile .profile-section-title {
  margin: 39px 0 7px;
}

.ps-back-arrow {
  width: 24px;
  height: 24px;
}

.dash-topbar-cta {
  gap: 15px;
  display: flex;
}

.dash-topbar-cta .btn {
  font-size: 16px;
  font-weight: 400;
}

.dash-topbar-cta .btn .btn-text {
  font-size: inherit;
  font-weight: inherit;
}

.dash-topbar-cta .btn-ghost {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e4e4e4;
  padding: 0 31px;
}

.dash-topbar-cta .share-anchor .btn.btn-pill.btn-primary {
  padding: 0 32px;
}

.dash-topbar-cta > button.btn.btn-pill.btn-primary {
  padding: 0 31px;
}

.dash-topbar-cta .btn.btn-pill.btn-published {
  letter-spacing: 0;
  color: #159365;
  background: #d1e9e0;
  border: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 169px;
  height: 48px;
  padding: 0 31px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  display: inline-flex;
}

.dash-topbar-cta .btn.btn-pill.btn-published:hover:not(:disabled) {
  color: #159365;
  background: #c4d8cf;
}

.dash-topbar-cta .btn.btn-pill.btn-published:disabled {
  opacity: 1;
  cursor: default;
}

.dash-topbar-cta .btn.btn-pill.btn-published:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #159365;
}

.dash-topbar-published-icon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: inline-flex;
}

.dash-topbar-published-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.dash-topbar-cta .btn.btn-pill.btn-published .btn-text {
  color: #159365;
}

.project-card .demo-cover {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  position: relative;
  overflow: hidden;
}

.project-card-trash {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
  top: 8px;
  right: 12px;
}

.modal-backdrop {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 50;
  background: rgba(10, 6, 4, .4);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-card.modal-confirm {
  text-align: center;
  background: #fff;
  border-radius: 24px;
  width: 100%;
  max-width: 420px;
  padding: 32px 40px 28px;
  position: relative;
}

.modal-backdrop .modal-title {
  font-size: 28px;
  font-weight: 600;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  margin-top: 10px;
  margin-bottom: 8px;
}

.modal-backdrop .modal-text {
  color: #6b6b6b;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  margin-bottom: 24px;
}

.modal-actions {
  justify-content: center;
  gap: 12px;
  display: flex;
}

.btn-modal {
  min-width: 130px;
}

.modal-close {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  position: absolute;
  top: 38px;
  right: 33px;
}

.modal-delete-project {
  text-align: center;
  max-width: 480px;
  padding: 40px;
  position: relative;
}

.modal-actions button {
  width: 100%;
}

.skeleton-block, .skeleton-line, .skeleton-button {
  background: #1f1c22;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.demo-card .demo-cover.skeleton-block {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
  height: 180px;
}

.skeleton-line {
  height: 16px;
  margin-bottom: 8px;
}

.skeleton-line-lg {
  width: 70%;
  margin-top: 16px;
}

.skeleton-line-md {
  width: 50%;
}

.skeleton-line-sm {
  width: 40%;
}

.skeleton-button {
  border-radius: 999px;
  width: 100%;
  height: 40px;
  margin-top: 16px;
}

.skeleton-shimmer:before {
  content: "";
  background: linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
  animation: 1.3s infinite skeleton-shimmer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateX(-100%);
}

.bi-page {
  background-color: #efefef;
}

.bi-container {
  justify-content: center;
  display: flex;
  position: relative;
}

.bi-card {
  width: 100%;
  box-shadow: none;
  background-color: #fff;
  border-radius: 32px;
}

.bi-card-body {
  padding: 32px 40px;
}

.bi-section {
  width: 100%;
}

.bi-section--overall {
  background: #fff;
  border-radius: 40px;
  margin-bottom: 64px;
  padding: 24px 40px 5px;
}

.bi-section-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bi-title {
  color: #171517;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.bi-title-edit {
  cursor: pointer;
  background: url("/icons/bi-pencil.svg") center / 22px 22px no-repeat;
  border: none;
  width: 22px;
  height: 22px;
}

.bi-title-edit:hover {
  opacity: 1;
}

.bi-textarea-wrap {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 24px;
  margin-bottom: 33px;
}

.bi-textarea-wrap--overall {
  height: auto;
}

.bi-textarea-wrap--filled {
  border: 1px solid #474747;
}

.bi-textarea {
  resize: none;
  color: #171517;
  box-sizing: border-box;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  min-height: 43px;
  padding: 12px 8px 10px 16px;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}

.bi-textarea::placeholder {
  color: #c1b4a7;
}

.bi-section--overall .bi-textarea-wrap--overall {
  min-height: 136px;
}

.bi-section--overall .bi-textarea {
  min-height: 99px;
}

.bi-space {
  background: #fff;
  border: 1px solid #efe4da;
  border-radius: 40px;
  margin-bottom: 32px;
}

.bi-space.bi-space--no-filtered-items {
  border: none;
}

.bi-space-header {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 23px;
  display: flex;
}

.schedule-spaces-table .bi-space {
  border-radius: 24px;
}

.schedule-spaces-table .bi-space-header {
  padding: 15px;
}

.bi-space-header-left {
  justify-content: center;
  align-items: center;
  gap: 18px;
  display: flex;
}

.bi-space-sections--has-sections {
  border-top: 1px solid #e4e4e4;
}

.bi-space-name-pill {
  flex: 1;
  align-items: center;
  gap: 8px;
  padding: 28px 5px;
  display: flex;
}

.dash-title-wrap {
  align-items: center;
  display: flex;
}

.bi-space-remove {
  cursor: pointer;
  background: #fff url("/icons/delete_section.svg") center / 40px 40px no-repeat;
  border: 0;
  width: 40px;
  height: 40px;
}

.bi-block {
  border-bottom: 1px solid #e4e4e4;
  padding: 0 38px 30px;
}

.bi-block:last-child {
  border-bottom: unset;
}

.bi-block-header {
  justify-content: space-between;
  align-items: center;
  margin-top: 27px;
  margin-bottom: 5px;
  display: flex;
}

.bi-block-title-wrap {
  align-items: center;
  gap: 8px;
  display: flex;
}

.bi-block-title {
  color: #3a302b;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  margin: 16px 0;
}

.bi-block-actions {
  align-items: center;
  gap: 20px;
  display: flex;
}

.bi-block-archive, .bi-block-move-up, .bi-block-move-down, .bi-block-remove {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  width: 36px;
  height: 36px;
}

.bi-block-archive {
  background-image: url("/icons/bi-archive.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
}

.bi-block-archive--active {
  background-image: url("/icons/bi-archive-open.svg");
}

@keyframes bi-block-archive-shake {
  0%, 100% {
    transform: rotate(0);
  }

  18% {
    transform: rotate(-10deg);
  }

  36% {
    transform: rotate(10deg);
  }

  54% {
    transform: rotate(-7deg);
  }

  72% {
    transform: rotate(7deg);
  }
}

.bi-block-archive--shake {
  transform-origin: 50%;
  animation: .55s ease-in-out bi-block-archive-shake;
}

.bi-block-move-up {
  background-image: url("/icons/bi-arrow-up.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px 11px;
}

.bi-block-move-down {
  background-image: url("/icons/bi-arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px 11px;
}

.bi-block-remove {
  background-image: url("/icons/bi-trash-outline.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
}

.bi-block-new-version {
  color: #3a302b;
  width: 157px;
  height: 37px;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: #fff;
  border: 1px solid #3a302b;
  border-radius: 999px;
  padding: 0 21px;
}

.bi-palette-grid {
  border-radius: 32px;
  flex-wrap: nowrap;
  gap: 0;
  width: 100%;
  min-width: 0;
  display: flex;
  position: relative;
}

.bi-palette-slot {
  cursor: pointer;
  background: none;
  border: none;
  flex: 1;
  width: 100%;
  height: 100%;
  min-height: 420px;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.bi-palette-slot--filled {
  padding: 0;
}

.bi-palette-slot-plus {
  background: #fff;
  border: 1px solid #b38d6b;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: -4px;
  display: inline-flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.bi-palette-slot-plus.bi-palette-slot-plus--upload-icon {
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: 0;
  display: inline-flex;
}

.bi-palette-bottom {
  background: #ded1c6;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 12px;
  display: flex;
}

.bi-palette-move {
  gap: 6px;
  display: flex;
}

.bi-palette-hex .felan-input, .bi-palette-hex input {
  border: 1px solid #c8b8a9;
  border-radius: 999px;
  width: 96px;
  height: 30px;
  padding: 4px 10px;
  font-size: 12px;
}

.bi-block--palette {
  position: relative;
}

.bi-templates-label {
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  margin-bottom: 17px;
}

.bi-template {
  cursor: pointer;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 16px;
  place-items: stretch stretch;
  width: 100%;
  max-width: 100%;
  height: 292px;
  padding: 6px;
  box-shadow: inset 0 0 0 1px #f3f3f3;
  gap: 18px !important;
  display: grid !important;
}

.bi-template--active {
  background: #f0e3d6;
  border-color: #6a3b27;
}

.bi-design-board--layout-a {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  display: grid;
}

.bi-design-img-btn {
  cursor: pointer;
  border: none;
  border-radius: 20px;
  width: 100%;
  height: 210px;
  position: relative;
}

.bi-design-img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.bi-design-plus {
  color: #7b4933;
  background: #fff;
  border: 1px solid #b38d6b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: -4px;
  font-size: 39px;
  font-weight: 300;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.bi-design-ctrl {
  cursor: pointer;
  border: none;
  width: 36px;
  height: 36px;
}

.bi-design-ctrl--move-left {
  background: url("/icons/bi-arrow-left-white.svg") center / 10px 10px no-repeat;
}

.bi-design-ctrl--move-right {
  background: url("/icons/bi-arrow-right-white.svg") center / 10px 10px no-repeat;
}

.bi-design-ctrl--delete {
  background: url("/icons/inspiration_delete.svg") center / 36px 36px no-repeat;
}

.bi-design-ctrl:disabled {
  opacity: .3;
}

.bi-space-add-section {
  text-align: center;
  border-top: 1px solid #e6ddd6;
  margin: 48px 0 86px;
  position: relative;
}

.bi-space-line-plus {
  color: #fff;
  cursor: pointer;
  background: #6a3b27;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}

.bi-add-menu {
  z-index: 20;
  background: #fff;
  border: 1px solid #474747;
  border-radius: 24px;
  width: 300px;
  padding: 10px 0;
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 18px 38px rgba(19, 12, 10, .2);
}

.fp-block {
  margin-top: 40px;
}

.bi-add-menu-header {
  color: #171517;
  justify-content: space-between;
  align-items: center;
  padding: 8px 23px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.bi-add-menu-close {
  cursor: pointer;
  background: url("/icons/bi-close.svg") center / 24px 24px no-repeat;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 18px;
}

.bi-add-menu-item {
  text-align: left;
  color: #4b413a;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  padding: 15px 23px;
  font-size: 16px;
}

.bi-add-space {
  cursor: pointer;
  color: #5a3a31;
  border: 1px dashed #d4c6b8;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  height: 88px;
  margin-top: 93px;
  padding: 18px 0;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.bi-add-space-wrap--schedule .bi-add-space {
  margin-top: 60px;
}

.bi-add-space-label {
  color: #5a3a31;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.bi-add-space-plus {
  color: #6a3b27;
  border: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: inline-flex;
}

.bi-actions {
  gap: 16px;
  margin-top: 28px;
  display: flex;
}

.btn-next {
  color: #6a3b27;
  border: 1px solid #6a3b27;
  border-radius: 999px;
  min-width: 118px;
}

.bi-container--with-upload {
  padding-left: 280px;
}

.bi-upload-backdrop {
  z-index: 20;
  background: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bi-upload-panel {
  z-index: 30;
  background: #fff;
  border: 1px dashed #d2c5b7;
  border-radius: 26px;
  width: 260px;
  position: fixed;
  top: 72px;
  bottom: 32px;
  left: 80px;
}

.bi-upload-inner {
  background-color: #fff;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.bi-upload-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.bi-upload-header h3 {
  color: #3a302b;
  font-size: 14px;
  font-weight: 600;
}

.bi-upload-dropzone {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}

.bi-upload-dropzone p {
  color: #171517;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  margin: 0 0 11px;
  line-height: 1.4;
}

.bi-upload-or {
  text-transform: lowercase;
  color: #e4e4e4;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.bi-palette-image-area {
  background: #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bi-palette-slot--filled {
  width: 100%;
  height: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

.bi-palette-arrow {
  pointer-events: auto;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: inline-flex;
  position: relative;
}

.bi-palette-arrow:before {
  content: "";
  background-image: url("/icons/arrow_round.svg");
  width: 36px;
  height: 36px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bi-palette-arrow--right:before {
  transform: rotate(0);
}

.bi-palette-color-bar {
  color: #3a322b;
  background: #ece5dd;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 84px;
  padding: 0 18px;
  display: flex;
}

.bi-palette-column:first-child .bi-palette-color-bar {
  border-bottom-left-radius: var(--bi-palette-radius);
}

.bi-palette-column:last-child .bi-palette-color-bar {
  border-bottom-right-radius: var(--bi-palette-radius);
}

.bi-palette-color-bar--filled {
  color: #fff;
}

.bi-palette-hex-input {
  letter-spacing: .03em;
  color: #fff;
  background: rgba(0, 0, 0, .18);
  border: none;
  border-radius: 999px;
  outline: none;
  min-width: 96px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 500;
}

.bi-palette-hex-input::placeholder {
  color: rgba(255, 255, 255, .7);
}

.bi-palette-hex-link {
  cursor: pointer;
  background: none;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 999px;
  width: 28px;
  height: 28px;
  position: relative;
}

.bi-palette-hex-link:before, .bi-palette-hex-link:after {
  content: "";
  border: 1.5px solid rgba(255, 255, 255, .9);
  border-radius: 999px;
  width: 9px;
  height: 9px;
  position: absolute;
}

.bi-palette-hex-link:before {
  top: 8px;
  left: 6px;
}

.bi-palette-hex-link:after {
  top: 8px;
  right: 6px;
}

.bi-palette-count-btn {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  width: 50px;
  height: 44px;
  font-size: 41px;
  font-weight: 100;
  line-height: 1;
}

.bi-upload-block {
  margin-bottom: 32px;
}

.bi-upload-inner {
  border-radius: 30px;
}

.bi-upload-header {
  background-color: #fff;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  margin-bottom: 14px;
  padding: 0 16px;
  display: flex;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .1), 0 6px 18px rgba(0, 0, 0, .06);
}

.bi-upload-header-title {
  color: #171517;
  text-underline-offset: 2px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: none;
  border: 0;
  padding: 20px 0;
}

.bi-upload-header-start {
  flex: auto;
  align-items: center;
  gap: 10px;
  min-width: 0;
  display: flex;
}

.bi-upload-header-start .bi-pinterest-header-title {
  color: #141414;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
}

.bi-upload-close {
  cursor: pointer;
  text-align: center;
  background: #fff;
  border: 1px solid #e1dedb;
  border-radius: 999px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.bi-upload-dropzone-inner {
  text-align: center;
  border: 1px dashed #d2c5b7;
  border-radius: 22px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 245px;
  padding: 14px 19px;
  display: flex;
}

.bi-upload-gallery {
  padding: 0 0 20px;
}

.bi-upload-browse, .bi-upload-pinterest {
  color: #5a3a31;
  min-width: 214px;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  cursor: pointer;
  background: none;
  border: 1px solid #5a3a31;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  display: flex;
}

.ps-container-bi {
  width: 100%;
  max-width: 1296px;
  margin-top: 10px;
}

.ps-container-bi-flex {
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  min-height: 0;
  display: flex;
}

.bi-main-col {
  flex: auto;
  min-width: 0;
  margin-left: 0;
}

.bi-templates-wrap {
  margin-top: 32px;
}

.bi-template span {
  background: #ded9d7;
  border-radius: 12px;
  display: block;
}

.bi-template--active {
  background: #fffaf5;
  border-color: #8d4b26;
  box-shadow: 0 0 0 1px rgba(141, 75, 38, .4);
}

.bi-design-view-toggle {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 26px;
  margin-top: 37px;
  margin-bottom: 12px;
  display: flex;
}

.bi-design-view-toggle-label {
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #282828;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.bi-design-view-toggle-req {
  color: #323232;
  margin-left: 2px;
}

.bi-design-view-toggle-actions {
  flex-shrink: 0;
  align-items: center;
  gap: 16px;
  display: flex;
}

.bi-design-view-btn {
  cursor: pointer;
  border: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  position: relative;
}

.bi-design-view-btn.bi-design-view-btn--a {
  background: url("/icons/layout_a.svg") center / 24px 24px no-repeat;
}

.bi-design-view-btn.bi-design-view-btn--b {
  background: url("/icons/layout_b.svg") center / 24px 24px no-repeat;
}

.bi-design-view-btn.bi-design-view-btn--a.bi-design-view-btn--active {
  background: url("/icons/layout_a_active.svg") center / 24px 24px no-repeat;
}

.bi-design-view-btn.bi-design-view-btn--b.bi-design-view-btn--active {
  background: url("/icons/layout_b_active.svg") center / 24px 24px no-repeat;
}

.bi-design-board {
  border-radius: 28px;
  gap: 18px;
  display: grid;
}

.bi-design-item--layout-a-4 {
  grid-area: slot4;
}

.bi-design-item {
  border-radius: 26px;
  position: relative;
  overflow: hidden;
}

.bi-design-img-btn {
  cursor: pointer;
  border: none;
  border-radius: 26px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.bi-design-img-btn--filled {
  padding: 0;
}

.bi-design-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bi-design-file-input {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bi-upload-input {
  display: none;
}

.bi-upload-thumbs {
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-top: 5px;
  display: grid;
}

.bi-upload-thumb {
  cursor: grab;
  background: #f5f3f2;
  border: 1px solid #e0ddda;
  border-radius: 12px;
  width: 120px;
  height: 144px;
  overflow: hidden;
}

.bi-upload-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bi-templates-row {
  align-items: center;
  gap: 28px;
  display: flex;
}

.bi-templates-or {
  color: #7a7a7a;
  font-size: 18px;
}

.bi-template--active {
  border-color: #b9b0ac;
}

.bi-template-tile {
  background: #d7d2cf;
  border-radius: 18px;
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 0;
  display: block;
}

.bi-template.bi-template--a {
  grid-template: "a0 a1 a2" 1fr
                 "a0 a1 a3" 1fr
                 / 1.665fr 1.665fr 1fr !important;
}

.bi-template--a .bi-template-a-0 {
  grid-area: a0 !important;
}

.bi-template--a .bi-template-a-1 {
  grid-area: a1 !important;
}

.bi-template--a .bi-template-a-2 {
  grid-area: a2 !important;
}

.bi-template--a .bi-template-a-3 {
  grid-area: a3 !important;
}

.bi-template.bi-template--b {
  grid-template: "b0 b1 b3" 1fr
                 "b0 b2 b4" 1fr
                 / 2.331fr 1fr 1fr !important;
}

.bi-template--b .bi-template-b-0 {
  grid-area: b0 !important;
}

.bi-template--b .bi-template-b-1 {
  grid-area: b1 !important;
}

.bi-template--b .bi-template-b-2 {
  grid-area: b2 !important;
}

.bi-template--b .bi-template-b-3 {
  grid-area: b3 !important;
}

.bi-template--b .bi-template-b-4 {
  grid-area: b4 !important;
}

.bi-design-board {
  border-radius: 32px;
  margin-top: 18px;
}

.bi-design-item {
  border-radius: 24px;
  position: relative;
}

.bi-design-img-btn {
  cursor: pointer;
  border: none;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.bi-design-img-btn--filled {
  background: #d7d1ce;
}

.bi-design-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bi-design-item-controls {
  justify-content: space-between;
  gap: 4px;
  width: 100%;
  padding: 0 17px;
  display: flex;
  position: absolute;
  top: 16px;
  bottom: auto;
}

.bi-design-ctrl:disabled {
  opacity: .35;
  cursor: default;
}

.bi-design-ctrl--move-left:before {
  content: "←";
  font-size: 12px;
}

.bi-design-ctrl--move-right:before {
  content: "→";
  font-size: 12px;
}

.bi-design-ctrl--move-up:before {
  content: "↑";
  font-size: 12px;
}

.bi-design-ctrl--move-down:before {
  content: "↓";
  font-size: 12px;
}

.bi-design-board--layout-a {
  grid-template-rows: repeat(2, minmax(323px, 1fr));
  grid-template-columns: minmax(0, 1.665fr) minmax(0, 1.665fr) minmax(0, 1fr);
  gap: 16px;
  max-width: 1184px;
  min-height: 644px;
  display: grid;
}

.bi-design-item--layout-a-0 {
  grid-area: 1 / 1 / span 2;
}

.bi-design-item--layout-a-1 {
  grid-area: 1 / 2 / span 2;
}

.bi-design-item--layout-a-2 {
  grid-area: 1 / 3;
}

.bi-design-item--layout-a-3 {
  grid-area: 2 / 3;
}

.bi-design-item--layout-a-4 {
  display: none;
}

.bi-design-board--layout-b {
  grid-template-rows: repeat(2, minmax(314px, 1fr));
  grid-template-columns: minmax(0, 2.331fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 1184px;
  min-height: 644px;
  display: grid;
}

.bi-design-item--layout-b-0 {
  grid-area: 1 / 1 / span 2;
}

.bi-design-item--layout-b-1 {
  grid-area: 1 / 2;
}

.bi-design-item--layout-b-2 {
  grid-area: 2 / 2;
}

.bi-design-item--layout-b-3 {
  grid-area: 1 / 3;
}

.bi-design-item--layout-b-4 {
  grid-area: 2 / 3;
}

.bi-palette-grid:not(.bi-palette-grid--scroll), .bi-palette-image-area {
  overflow: visible;
}

.bi-colorpicker-popover {
  z-index: 9999;
  background-color: #fff;
  border-radius: 24px;
  width: 212px;
  height: 284px;
  padding: 18px;
  position: absolute;
  bottom: 70px;
  left: 175px;
}

.ds-colorpicker-hue-track {
  border: 1px solid rgba(255, 255, 255, .85);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .08), 0 0 0 1px rgba(0, 0, 0, .06);
}

.ds-colorpicker-hue-thumb {
  border: 4px solid #fff;
  width: 28px;
  height: 28px;
  transition: box-shadow .15s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2), 0 1px 3px rgba(0, 0, 0, .12), inset 0 0 0 1px rgba(0, 0, 0, .14);
}

.ds-colorpicker-hue-thumb:focus-visible {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2), 0 1px 3px rgba(0, 0, 0, .12), inset 0 0 0 1px rgba(0, 0, 0, .14), 0 0 0 2px #fff, 0 0 0 4px rgba(21, 147, 101, .45);
}

.bi-block--palette .bi-palette-grid {
  border-radius: 24px;
  position: relative;
}

.bi-block--palette .bi-palette-grid.bi-palette-grid--filled::-webkit-scrollbar {
  height: 6px;
}

.bi-block--palette .bi-palette-grid.bi-palette-grid--filled::-webkit-scrollbar-track {
  background: none;
}

.bi-block--palette .bi-palette-grid.bi-palette-grid--filled::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .18);
  border-radius: 999px;
}

.bi-palette-column {
  flex: 0 0 max(170px, min(25vw - 190px, 243px));
  width: max(170px, min(25vw - 190px, 243px));
  min-width: max(170px, min(25vw - 190px, 243px));
}

.bi-palette-image-area {
  flex: auto;
  position: relative;
  overflow: hidden;
}

.bi-palette-slot--filled {
  background: none;
}

.bi-palette-loupe-hit {
  z-index: 10050;
  cursor: none;
  touch-action: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bi-palette-loupe-bubble {
  z-index: 10060;
  pointer-events: none;
  background: #111;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 112px;
  height: 112px;
  position: fixed;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .28), 0 1px 4px rgba(0, 0, 0, .12);
}

.bi-palette-loupe-bubble canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.bi-palette-image-arrows {
  pointer-events: none;
  z-index: 0;
  justify-content: space-between;
  padding: 0 32px;
  display: flex;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
}

.bi-palette-arrow--left:before {
  transform: rotate(-180deg);
}

.bi-palette-arrow:disabled {
  opacity: .4;
  cursor: default;
}

.bi-palette-pipette {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("/icons/hex_colour_picker.svg");
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
}

.bi-palette-pipette-selected {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("/icons/hex_colour_picker_select.svg");
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
}

.bi-colorpicker-close {
  z-index: 2;
  color: #fff;
  cursor: pointer;
  background: #201617;
  border: none;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: 18px;
  line-height: 1;
  display: flex;
  position: absolute;
  top: -11px;
  right: -11px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .4);
}

.bi-palette-controls {
  z-index: 11;
  background: #5a3a31;
  border-radius: 999px;
  flex-direction: column;
  display: inline-flex;
  position: absolute;
  top: 34%;
  right: 13px;
  overflow: hidden;
  transform: translateY(-50%);
}

.bi-archive-modal {
  pointer-events: auto;
  background: #fff;
  border: 1px solid #474747;
  border-radius: 24px;
  min-width: 300px;
  max-width: 320px;
  padding: 18px 22px 16px;
  font-family: inherit;
}

.bi-archive-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.bi-archive-title {
  color: #111827;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.bi-archive-close {
  cursor: pointer;
  color: #4b5563;
  background: none;
  border: none;
  padding: 0 6px;
  font-size: 23px;
  line-height: 1;
}

.bi-archive-status, .bi-archive-empty {
  color: #6b7280;
  padding: 6px 2px 2px;
  font-size: 13px;
}

.bi-archive-status--error {
  color: #b91c1c;
}

.bi-archive-list {
  margin: 9px 0 0;
  padding: 0;
  list-style: none;
}

.bi-archive-item + .bi-archive-item {
  margin-top: 6px;
}

.bi-archive-item-row {
  align-items: center;
  gap: 8px;
  width: 100%;
  display: flex;
}

.bi-archive-item-btn {
  cursor: pointer;
  color: #374151;
  background: none;
  border: none;
  flex: auto;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 9px 0;
  font-size: 14px;
  display: flex;
}

.bi-archive-item-delete {
  color: #474747;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  transition: background-color .15s, color .15s;
  display: inline-flex;
}

.bi-archive-item-delete:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.bi-archive-item-icon {
  background: url("/icons/history.svg") center / 24px 24px no-repeat;
  width: 24px;
  height: 24px;
  position: relative;
}

.bi-archive-item-label {
  text-align: left;
  flex: auto;
  font-size: 16px;
  font-weight: 400;
}

.bi-archive-item-date {
  color: #474747;
  flex: none;
  font-size: 14px;
  font-weight: 400;
}

.bi-modal-backdrop {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 1400;
  background: rgba(15, 23, 42, .32);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bi-modal {
  text-align: center;
  background: #fff;
  border-radius: 32px;
  min-width: 420px;
  max-width: 520px;
  padding: 32px 40px 28px;
  position: relative;
  box-shadow: 0 32px 80px rgba(15, 23, 42, .32), 0 0 0 1px rgba(148, 163, 184, .15);
}

.bi-modal-icon {
  margin-bottom: 16px;
}

.bi-modal-title {
  color: #111827;
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 600;
}

.bi-modal-desc {
  color: #6b7280;
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.5;
}

.bi-modal-actions {
  justify-content: center;
  gap: 16px;
  display: flex;
}

.bi-modal-btn {
  border-radius: 999px;
  min-width: 130px;
  padding-left: 28px;
  padding-right: 28px;
}

.bi-modal-btn--primary {
  color: #fff;
  background: #5b3524;
  border-color: #5b3524;
}

.bi-modal-btn--secondary {
  background: none;
  border-radius: 999px;
}

.bi-modal-btn--secondary:hover, .bi-modal-btn--secondary:focus, .bi-modal-btn--secondary:active {
  background: none;
}

.bi-modal-close {
  cursor: pointer;
  background: none;
  border: none;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 20px;
}

.bi-modal-close:before, .bi-modal-close:after {
  content: "";
  transform-origin: center;
  background: #111827;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
}

.bi-modal-close:before {
  transform: translate(-50%, -50%)rotate(45deg);
}

.bi-modal-close:after {
  transform: translate(-50%, -50%)rotate(-45deg);
}

.bi-palette-swatch {
  position: relative;
}

.bi-colorpicker-popover.bi-colorpicker-popover--left {
  left: auto;
  right: calc(100% + 12px);
}

.bi-upload-thumb {
  position: relative;
}

.bi-upload-thumb-remove {
  cursor: pointer;
  z-index: 1;
  background: url("/icons/inspiration_delete.svg") center / 32px 32px no-repeat;
  border: 0;
  border-radius: 999px;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 8px;
  right: 8px;
}

.bi-upload-dwg-remove {
  cursor: pointer;
  z-index: 1;
  background: url("/icons/trash_bin.svg") center / 20px 20px no-repeat;
  border: 0;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.bi-palette-slot {
  position: relative;
}

.bi-palette-img-remove {
  cursor: pointer;
  z-index: 10070;
  background: url("/icons/inspiration_delete.svg") center / 32px 32px no-repeat;
  border: 0;
  border-radius: 999px;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.bi-editor-toolbar {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  justify-content: center;
  align-items: flex-start;
  gap: 11px;
  max-width: 1020px;
  margin: 0 auto;
  padding-top: 23px;
  display: flex;
  overflow-x: auto;
}

.bi-editor-toolbar::-webkit-scrollbar {
  height: 8px;
}

.bi-editor-toolbar::-webkit-scrollbar-thumb {
  border-radius: 999px;
}

.bi-editor-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: none;
  border: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  min-width: 64px;
  margin: 0;
  padding: 6px 4px;
  display: flex;
}

.bi-editor-btn:focus {
  outline: none;
}

.bi-editor-btn:focus-visible {
  outline-offset: 4px;
  border-radius: 10px;
  outline: 2px solid rgba(74, 46, 36, .35);
}

.bi-editor-btn:hover .bi-editor-label {
  opacity: 1;
}

.bi-editor-btn:disabled {
  cursor: not-allowed;
  opacity: .35;
}

.bi-moodboard-canvas {
  border: 1px dashed #b3a59a;
  border-radius: 24px;
  margin-top: 32px;
  overflow: hidden;
}

.bi-editor-ico {
  background: none;
  width: 24px;
  height: 24px;
  display: block;
}

.bi-editor-label {
  letter-spacing: .2px;
  color: rgba(0, 0, 0, .65);
  white-space: nowrap;
  opacity: .9;
  font-size: 12px;
  line-height: 1;
}

.bi-editor-ico--plus {
  background-image: url("/icons/editor/plus.svg");
}

.bi-editor-ico--add {
  background-image: url("/icons/editor/add.svg");
}

.bi-editor-ico--minus {
  background-image: url("/icons/editor/minus.svg");
}

.bi-editor-ico--removebg {
  background-image: url("/icons/editor/remove-bg.svg");
}

.bi-editor-ico--crop {
  background-image: url("/icons/editor/crop.svg");
}

.bi-editor-ico--duplicate {
  background-image: url("/icons/editor/duplicate.svg");
}

.bi-editor-ico--mirror {
  background-image: url("/icons/editor/mirror.svg");
}

.bi-editor-ico--forward {
  background-image: url("/icons/editor/forward.svg");
}

.bi-editor-ico--backward {
  background-image: url("/icons/editor/backward.svg");
}

.bi-editor-ico--text {
  background-image: url("/icons/editor/text.svg");
}

.bi-editor-ico--delete {
  background-image: url("/icons/editor/delete.svg");
}

.bi-editor-ico--close {
  background-image: url("/icons/editor/close.svg");
}

.bi-moodboard-canvas {
  width: 100%;
  position: relative;
}

.bi-moodboard-canvasLoader {
  z-index: 5;
  border-radius: 24px;
}

.bi-moodboard-canvas .canvas-container {
  flex-shrink: 0;
  max-width: none;
  line-height: 0;
}

.bi-moodboard-canvas .canvas-container canvas {
  max-width: none;
  display: block;
}

.bi-space-body {
  border-top: 1px solid #e4e4e4;
}

.fs-statsGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
  display: grid;
}

.fs-statCard {
  background: #fff;
  border: 1px solid #e7e1da;
  border-radius: 16px;
  padding: 13px 16px;
}

.fs-statLabel {
  color: #7e736b;
  font-size: 10px;
  font-weight: 600;
}

.fs-statValue {
  color: #2b2623;
  margin-top: 8px;
  font-size: 26px;
  font-weight: 500;
}

.fs-filtersRow {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  display: flex;
}

.fs-filtersLeft {
  gap: 16px;
  display: flex;
}

.fs-pillSelect {
  color: #6b625b;
  cursor: pointer;
  background: #fff;
  border: 1px solid #474747;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-width: 213px;
  height: 40px;
  padding: 0 18px;
  font-size: 14px;
  display: flex;
}

.fs-filtersRight {
  align-items: center;
  gap: 8px;
  display: flex;
}

.fs-toggleLabel {
  color: #171517;
  font-size: 14px;
  font-weight: 400;
}

.fs-switch {
  cursor: pointer;
  background: #a5a5a5;
  border: 1px solid #e7e1da;
  border-radius: 999px;
  width: 60px;
  height: 32px;
  padding: 0;
  position: relative;
}

.fs-switch.is-on {
  background-color: #159365;
}

.fs-switchKnob {
  background: #e4e4e4;
  border-radius: 999px;
  width: 24px;
  height: 24px;
  transition: left .16s;
  position: absolute;
  top: 3px;
  left: 5px;
}

.fs-switch.is-on .fs-switchKnob {
  left: 30px;
}

.fs-sectionCard {
  background: #fff;
  border: 1px solid #e7e1da;
  border-radius: 16px;
  overflow: hidden;
}

.fs-sectionHeader {
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  display: flex;
}

.fs-sectionTitleWrap {
  align-items: center;
  gap: 10px;
  display: flex;
}

.fs-sectionTitle {
  color: #2b2623;
  font-size: 26px;
  font-weight: 500;
}

.fs-iconRoundBtn {
  cursor: pointer;
  color: #6b625b;
  background: #fff;
  border: 1px solid #e7e1da;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: inline-flex;
}

.fs-iconRoundBtnMuted {
  cursor: pointer;
  color: #c9c1b9;
  background: #fff;
  border: 1px solid #efe8e0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: inline-flex;
}

.fs-cellsWrap {
  padding: 0 0 10px;
}

.fs-cellRow {
  border-bottom: 1px solid #e4e4e4;
  align-items: stretch;
  gap: 9px;
  padding: 15px;
  display: flex;
}

.fs-cellsWrap > .fs-cellRow:last-child {
  border-bottom: none;
}

.fs-cellGrid {
  -moz-column-gap: 18px;
  flex: 1;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  align-items: start;
  gap: 10px 18px;
  display: grid;
}

.fs-col {
  min-width: 0;
}

.fs-colLabel {
  letter-spacing: .08em;
  color: #7e736b;
  text-transform: uppercase;
  font-size: 10px;
}

.fs-colSubLabel {
  letter-spacing: .08em;
  color: #7e736b;
  text-transform: uppercase;
  margin-top: 8px;
  font-size: 10px;
}

.fs-colValue {
  color: #2b2623;
  opacity: .8;
  margin-top: 4px;
  font-size: 13px;
}

.fs-qtyRow {
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  display: flex;
}

.fs-qtyValue {
  text-align: center;
  color: #2b2623;
  width: 18px;
  font-size: 14px;
}

.fs-unitSelect {
  color: #6b625b;
  background: #fff;
  border: 1px solid #e7e1da;
  border-radius: 4px;
  height: 17px;
  padding: 0 10px;
  font-size: 13px;
}

.fs-statusCol {
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  display: flex;
}

.fs-statusSelect {
  color: #6b625b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%236b625b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border: 1px solid #e4e4e4;
  border-radius: 999px;
  min-width: 92px;
  height: 29px;
  padding: 0 28px 0 10px;
  font-size: 12px;
  font-weight: 400;
}

.fs-statusSelect:focus-visible {
  outline-offset: 2px;
  outline: 2px solid rgba(107, 98, 91, .35);
}

.fs-statusSelect--approved {
  color: #159365;
  background-color: rgba(21, 147, 101, .2);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23159365' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  border: none;
}

.fs-statusSelect--ordered {
  color: #5a3a31;
  background-color: rgba(90, 58, 49, .2);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%235a3a31' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  border: none;
}

.fs-statusSelect--in-review {
  color: #c68602;
  background-color: rgba(240, 162, 2, .2);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23c68602' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  border: none;
}

.fs-statusSelect--declined {
  color: #e02e38;
  background-color: rgba(251, 54, 64, .2);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23e02e38' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  border: none;
}

.fs-statusSelectWrap {
  display: inline-block;
  position: relative;
}

button.fs-statusSelect {
  cursor: pointer;
  background-image: none;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  padding-right: 10px;
  display: inline-flex;
}

button.fs-statusSelect.is-open svg {
  transition: transform .15s;
  transform: rotate(180deg);
}

.fs-statusSelectLabel {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}

.fs-statusDropdown {
  z-index: 50;
  background: #fff;
  border: 1px solid #474747;
  border-radius: 22px;
  min-width: 140px;
  padding: 10px;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  overflow: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

.fs-statusSelectWrap--mobile .fs-statusDropdown {
  top: auto;
  bottom: calc(100% + 8px);
}

.fs-statusOption {
  text-align: left;
  cursor: pointer;
  color: #171517;
  background: none;
  border: 0;
  border-radius: 14px;
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1;
}

.fs-statusOption:hover, .fs-statusOption.is-active {
  background: rgba(107, 98, 91, .08);
}

.fs-statusOption.is-selected {
  font-weight: 600;
}

@media (min-width: 640px) {
  .fs-statusSelectWrap--share {
    width: 100%;
    max-width: 108px;
  }

  .fs-statusSelectWrap--share button.fs-statusSelect {
    width: 100%;
    min-width: 0;
    max-width: 108px;
  }
}

.fs-statusPill {
  box-sizing: border-box;
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 150px;
  height: 36px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  transition: background-color .15s, filter .15s;
  display: inline-flex;
}

@media (min-width: 640px) {
  .fs-statusPill {
    font-size: 14px;
  }
}

.fs-statusPill--neutral {
  color: #6b625b;
  background: #fff;
  border-color: #e7e1da;
  justify-content: space-between;
}

.fs-statusPill--neutral:hover {
  background: #fbfaf8;
}

.fs-statusPill--approved {
  color: #159365;
  background: rgba(21, 147, 101, .2);
  border: none;
}

.fs-statusPill--approved:hover {
  filter: brightness(.97);
}

.fs-statusPill--ordered {
  color: #5a3a31;
  background: rgba(90, 58, 49, .2);
  border-color: rgba(90, 58, 49, .3);
}

.fs-statusPill--ordered:hover {
  filter: brightness(.97);
}

.fs-statusPill--in-review {
  color: #c68602;
  background: rgba(240, 162, 2, .2);
  border-color: rgba(240, 162, 2, .35);
}

.fs-statusPill--in-review:hover {
  filter: brightness(.97);
}

.fs-statusPill--declined {
  color: #e02e38;
  background: rgba(251, 54, 64, .2);
  border-color: rgba(251, 54, 64, .35);
}

.fs-statusPill--declined:hover {
  filter: brightness(.97);
}

.pdf-export-statusPill {
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  min-height: 2.25rem;
  padding: .5rem 12px;
  line-height: 1 !important;
  display: inline-flex !important;
}

.fs-dragBtn {
  cursor: default;
  opacity: .65;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: 34px;
  height: 34px;
  display: inline-flex;
}

.fs-trashBtn {
  cursor: pointer;
  color: #c9c1b9;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  width: 36px;
  height: 36px;
}

.fs-sectionActions {
  flex-wrap: wrap;
  gap: 16px;
  padding: 12px 0 18px;
  display: flex;
}

.fs-pillOutline {
  box-sizing: border-box;
  cursor: pointer;
  height: 36px;
  font: inherit;
  color: #5a3a31;
  background-image: linear-gradient(#efefef, #efefef), linear-gradient(135deg, #1ddfd6 0%, #688bfe 50%, #fc25c5 75%, #ffcc5c 100%);
  background-origin: padding-box, border-box;
  -webkit-background-clip: padding-box, border-box;
  background-clip: padding-box, border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-flex;
}

.fs-pillSolid {
  box-sizing: border-box;
  color: #5a3a31;
  cursor: pointer;
  border: 1px solid #5a3a31;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 0 24px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-flex;
}

.fs-newSectionArea {
  padding: 0 22px 22px;
}

.fs-newSectionBtn {
  color: #6b4b3e;
  cursor: pointer;
  background: #fbfaf8;
  border: 1px dashed #e7e1da;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 220px;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
}

.fs-cellThumb {
  box-sizing: border-box;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 68px;
  min-width: 68px;
  height: 68px;
  display: flex;
}

.fs-cellThumb:not(.fs-cellThumb--image) {
  background: #e4e4e4;
  border: 1px dashed #e4e4e4;
}

.fs-cellThumb.fs-cellThumb--image {
  border: none;
  position: relative;
  overflow: hidden;
}

.fs-cellThumb.fs-cellThumb--image.fs-cellThumb--bg-loaded {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fs-cellThumb-psLoader {
  z-index: 1;
  border-radius: 8px;
}

.fs-cellThumb-psIcon {
  max-width: 100%;
  max-height: 100%;
}

.fs-thumbPlusBtn {
  color: #3a3a3a;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  display: inline-flex;
}

.fs-thumbPlusBtn:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #688bfd;
}

.fs-cellContent {
  flex-direction: column;
  flex: 1;
  gap: 10px;
  min-width: 0;
  display: flex;
}

.fs-cellTop, .fs-cellBottom {
  grid-template-columns: 1.35fr 1fr 1fr 1fr 1.2fr 1fr 1fr 1.15fr .95fr;
  align-items: start;
  gap: 14px 22px;
  display: grid;
}

.fs-field {
  min-width: 0;
}

.fs-fieldLabel {
  color: #7e736b;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 600;
}

.fs-fieldValue {
  color: #2b2623;
  opacity: .8;
  align-items: center;
  gap: 4px;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.fs-fieldValue--600 {
  font-weight: 600;
}

.fs-inlineEdit {
  width: 100%;
  min-width: 0;
  height: 17px;
  max-height: 17px;
  color: inherit;
  font: inherit;
  font-size: inherit;
  background: #fff;
  border: 1px solid #474747;
  border-radius: 4px;
  outline: none;
  padding: 0 6px;
  line-height: 17px;
}

.fs-inlineEdit--textarea {
  resize: none;
  height: 17px;
  min-height: 17px;
  max-height: 17px;
  padding-top: 0;
  padding-bottom: 0;
}

.fs-inlineEdit--qty {
  box-sizing: border-box;
  text-align: center;
  flex-shrink: 0;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 17px;
  max-height: 17px;
  padding: 0;
  line-height: 17px;
}

.fs-inlineEdit:focus {
  box-shadow: 0 0 0 2px rgba(71, 71, 71, .15);
}

.fs-fieldValue-400 {
  color: #2b2623;
  opacity: .8;
  align-items: center;
  gap: 4px;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}

.fs-linkIcon {
  color: #8a8078;
  align-items: center;
  display: inline-flex;
}

.fs-linkIcon:not([aria-disabled="true"]) {
  cursor: pointer;
}

.fs-linkIcon[aria-disabled="true"] {
  cursor: default;
  opacity: .45;
}

.fs-productLinkModal-overlay {
  z-index: 10050;
  background: rgba(0, 0, 0, .4);
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fs-productLinkModal-panel {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 40px;
  width: 574px;
  min-height: 383px;
  padding: 40px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, .12);
}

.fs-productLinkModal-inner {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.fs-productLinkModal-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  display: flex;
}

.fs-productLinkModal-iconWrap {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.fs-productLinkModal-chainIcon {
  display: block;
}

.fs-productLinkModal-title {
  color: #171517;
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
}

.fs-productLinkModal-subtitle {
  color: #626262;
  max-width: 420px;
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
}

.fs-productLinkModal-input {
  box-sizing: border-box;
  color: #171517;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 9999px;
  outline: none;
  width: 100%;
  height: 50px;
  margin-top: 24px;
  padding: 0 18px;
  font-size: 14px;
}

.fs-productLinkModal-input::placeholder {
  color: #9a9a9a;
}

.fs-productLinkModal-input:focus-visible {
  border-color: #5a3a31;
  box-shadow: 0 0 0 2px rgba(90, 58, 49, .15);
}

.fs-productLinkModal-actions {
  flex-direction: row;
  gap: 16px;
  margin-top: 32px;
  display: flex;
}

.fs-productLinkModal-btn {
  cursor: pointer;
  border: none;
  border-radius: 9999px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
}

.fs-productLinkModal-btn:disabled {
  opacity: .55;
  cursor: not-allowed;
}

.fs-productLinkModal-btn--primary {
  color: #fff;
  background: #5a3a31;
}

.fs-productLinkModal-btn--primary:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #5a3a31;
}

.fs-productLinkModal-btn--secondary {
  color: #5a3a31;
  background: #fff;
  border: 1px solid #5a3a31;
}

.fs-productLinkModal-btn--secondary:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #5a3a31;
}

.fs-productDetailsLinkLabel {
  cursor: pointer;
  min-width: 0;
}

.fs-qtyInline {
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  display: flex;
}

.fs-qtyBtn {
  cursor: pointer;
  color: #6b625b;
  background: #fff;
  border: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 17px;
  font-size: 18px;
  line-height: 0;
  display: inline-flex;
}

.fs-qtyValue {
  text-align: center;
  color: #2b2623;
  flex-shrink: 0;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  font-size: 12px;
  font-weight: 400;
}

.fs-unitSelect {
  color: #6b625b;
  background: #fff;
  border: 1px solid #e7e1da;
  border-radius: 4px;
  min-width: 48px;
  height: 24px;
  padding: 0;
  font-size: 12px;
}

.fs-smallSelect {
  color: #6b625b;
  background: #fff;
  border: 1px solid #e7e1da;
  border-radius: 4px;
  width: 119px;
  height: 24px;
  margin-top: 6px;
  padding: 0 12px;
  font-size: 14px;
}

.fs-location-combo {
  width: 119px;
  margin-top: 6px;
}

.fs-location-display {
  color: #6b625b;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #fff;
  border: 1px solid #e7e1da;
  border-radius: 4px;
  width: 100%;
  height: 24px;
  padding: 0 12px;
  font-size: 14px;
  overflow: hidden;
}

.fs-location-display:hover {
  border-color: #d8d0c8;
}

.fs-location-combo .bi-space-name-pill--editing {
  min-height: 24px;
}

.fs-location-combo .bi-space-name-input {
  border-radius: 4px;
  width: 100%;
  min-width: 0;
  height: 24px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
}

.fs-location-combo .fs-location-pill--editing:after, .fs-location-combo .fs-location-pill--editing:before {
  display: none;
}

.fs-location-dropdown {
  width: 100%;
  min-width: 119px;
}

.fs-rightCol {
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  display: flex;
}

.fs-rightCol.fs-rightCol--bottom {
  justify-content: center;
  align-self: stretch;
}

.fs-rowActions {
  align-items: center;
  gap: 14px;
  display: flex;
}

.fs-dragBtn {
  cursor: grab;
  opacity: .7;
  background: none;
  border: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 28px;
  height: 40px;
  display: inline-flex;
}

.fs-dragBtn span {
  background: #6b625b;
  border-radius: 999px;
  width: 4px;
  height: 4px;
}

.fs-checkWrap {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: inline-flex;
  position: relative;
}

.fs-checkWrap input {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fs-checkBox {
  background: #fff;
  border: 1px solid #e7e1da;
  border-radius: 6px;
  width: 18px;
  height: 18px;
}

.fs-checkWrap input:checked + .fs-checkBox {
  background: #6b4b3e;
  border-color: #6b4b3e;
}

.fs-trashBtn {
  cursor: pointer;
  color: #a49a92;
  background: none;
  border: none;
  width: 32px;
  height: 32px;
}

.fs-trashBtn:hover {
  color: #6b625b;
}

.fs-bottomSpacer {
  height: 1px;
}

.fs-add-section-wrap {
  background: #fbfaf8;
  border: 2px dashed #e7e1da;
  border-radius: 26px;
  justify-content: center;
  align-items: center;
  height: 240px;
  display: flex;
}

.bi-main-col {
  transition: margin-left .55s;
}

.bi-main-col--with-upload {
  margin-left: 300px;
}

.bi-upload-tabs {
  background-color: #efefef;
  border: 1px solid #e4e4e4;
  border-radius: 25px;
  gap: 10px;
  width: 248px;
  margin: 0 auto 15px;
  padding: 4px;
  display: flex;
}

.bi-upload-tab {
  color: #474747;
  border: 0;
  border-radius: 999px;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 38px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.bi-upload-tab--active {
  color: #fff;
  background: #5a3a31;
  border-color: #5a3a31;
}

.bi-upload-tab-icon {
  width: 16px;
  height: 16px;
}

.bi-pinterest-wrap {
  padding-bottom: 16px;
}

.bi-pinterest-loading-host {
  border-radius: 14px;
  width: 100%;
  max-width: 252px;
  min-height: 174px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.bi-pinterest-connect-btn {
  color: #fff;
  background: #5a3a31;
  border-radius: 999px;
  width: 100%;
  height: 44px;
  margin-top: 16px;
  font-weight: 700;
}

.bi-pinterest-topbar {
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 12px;
  display: flex;
}

.bi-pinterest-topbar-title {
  font-weight: 700;
}

.bi-pinterest-back, .bi-pinterest-refresh {
  background: #fff;
  border: 1px solid rgba(90, 58, 49, .15);
  border-radius: 999px;
  width: 34px;
  height: 34px;
}

.bi-design-drag-handle {
  cursor: grab;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-flex;
}

.bi-design-drag-handle:disabled {
  opacity: .4;
  cursor: default;
}

.bi-design-drag-handle:active {
  cursor: grabbing;
}

.bi-design-drag-handle-icon {
  width: 32px;
  height: 32px;
  display: block;
}

.bi-design-img-btn--empty {
  background-color: #fff;
  background-image: url("/icons/plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 64px 64px;
  border: 1px solid rgba(90, 58, 49, .2);
  border-radius: 24px;
  padding: 0;
}

.bi-design-img-btn--empty.bi-design-img-btn--empty-upload-icon {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bi-upload-header--pinterest {
  align-items: center;
  gap: 5px;
}

.bi-pinterest-header-left, .bi-pinterest-header-right {
  align-items: center;
  gap: 9px;
  display: flex;
}

.bi-pinterest-account {
  background: #fff;
  border-radius: 999px;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.bi-pinterest-account__avatar {
  background: #f0f0f0;
  border-radius: 999px;
  flex: none;
  width: 28px;
  height: 28px;
  overflow: hidden;
}

.bi-pinterest-account__avatar img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bi-pinterest-account__avatar-placeholder {
  background: linear-gradient(#f2f2f2, #e9e9e9);
  width: 100%;
  height: 100%;
}

.bi-pinterest-account__name {
  color: #141414;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 180px;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
}

.bi-pinterest-hicon {
  cursor: pointer;
  background: rgba(255, 255, 255, .95);
  border: 1px solid #e4e4e4;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: inline-flex;
  position: relative;
}

.bi-pinterest-hicon:disabled {
  opacity: .6;
  cursor: default;
}

.bi-pinterest-connect {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding: 0;
  display: flex;
}

.bi-pinterest-logo img {
  width: 60px;
  height: 60px;
  display: block;
}

.bi-pinterest-title {
  margin: 0;
  padding-top: 5px;
  font-size: 24px;
  font-weight: 500;
}

.bi-pinterest-subtitle {
  color: rgba(20, 20, 20, .75);
  max-width: 280px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.bi-pinterest-connect-btn {
  cursor: pointer;
  color: #fff;
  background: #5a3a31;
  border: 0;
  border-radius: 999px;
  height: 48px;
  margin-top: 13px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 700;
}

.bi-pinterest-connect-btn:disabled {
  opacity: .75;
  cursor: default;
}

.bi-pinterest-board-list--cards {
  grid-template-columns: 1fr;
  gap: 12px;
  padding-bottom: 20px;
  display: grid;
}

.bi-pinterest-board-card {
  cursor: pointer;
  text-align: left;
  box-sizing: border-box;
  background: #fff;
  border: 0;
  border-radius: 16px;
  width: 100%;
  padding: 4px 12px 32px 3px;
}

.bi-pinterest-board-card__head {
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
  display: flex;
}

.bi-pinterest-board-card__name {
  color: #141414;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.bi-pinterest-board-card__count {
  color: #474747;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
}

.bi-pinterest-board-card__preview {
  border-radius: 14px;
  margin-bottom: 4px;
  overflow: hidden;
}

.bi-pinterest-board-preview {
  background: #f3f3f3;
  border-radius: 14px;
  width: 100%;
  height: 140px;
  overflow: hidden;
}

.bi-pinterest-board-preview--cover img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bi-pinterest-board-preview--collage2 {
  background: #f3f3f3;
  grid-template-columns: 1.3fr 1fr;
  gap: 6px;
  padding: 6px;
  display: grid;
}

.bi-pinterest-board-preview--collage2 .bi-pinterest-board-preview__a, .bi-pinterest-board-preview--collage2 .bi-pinterest-board-preview__b {
  border-radius: 12px;
  overflow: hidden;
}

.bi-pinterest-board-preview--collage2 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bi-pinterest-board-preview--collage3 {
  background: #f3f3f3;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1.3fr 1fr;
  gap: 6px;
  padding: 6px;
  display: grid;
}

.bi-pinterest-board-preview--collage3 .bi-pinterest-board-preview__a {
  border-radius: 12px;
  grid-row: 1 / span 2;
  overflow: hidden;
}

.bi-pinterest-board-preview--collage3 .bi-pinterest-board-preview__b, .bi-pinterest-board-preview--collage3 .bi-pinterest-board-preview__c {
  border-radius: 12px;
  overflow: hidden;
}

.bi-pinterest-board-preview--collage3 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bi-pinterest-board-preview--empty {
  background: linear-gradient(#f3f3f3, #ececec);
}

.bi-pinterest-grid {
  flex-direction: column;
  gap: 12px;
  margin-bottom: 8px;
  padding-bottom: 40px;
  display: flex;
}

.bi-pinterest-pin {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}

.bi-pinterest-pin img {
  width: 100%;
  height: auto;
  display: block;
}

.bi-pinterest-active-board {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 12px;
  padding: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .06), 0 2px 10px rgba(0, 0, 0, .04);
}

.bi-pinterest-active-board__head {
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
  display: flex;
}

.bi-pinterest-active-board__title {
  color: #141414;
  font-size: 14px;
  font-weight: 700;
}

.bi-pinterest-active-board__count {
  color: rgba(20, 20, 20, .55);
  font-size: 12px;
  font-weight: 600;
}

.bi-pinterest-active-board__preview {
  border-radius: 14px;
  overflow: hidden;
}

.bi-space-name-shell {
  background: #fff;
  border: 1px solid rgba(20, 20, 20, .1);
  border-radius: 9999px;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 56px;
  padding: 10px 12px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 30px rgba(20, 20, 20, .06);
}

.bi-space-toggle {
  cursor: pointer;
  background: #fff;
  border: 1px solid rgba(20, 20, 20, .1);
  border-radius: 9999px;
  flex: 0 0 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: inline-flex;
}

.bi-space-toggle:hover {
  background: rgba(20, 20, 20, .03);
}

.bi-space-toggle:before {
  content: "";
  background: url("data:image/svg+xml,<svg width=\"11\" height=\"5\" viewBox=\"0 0 11 5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.120381 0.174613C0.300092 -0.0350496 0.615742 -0.0593303 0.825405 0.120381L5.16668 3.84147L9.50795 0.120381C9.71761 -0.0593299 10.0333 -0.0350491 10.213 0.174614C10.3927 0.384277 10.3684 0.699927 10.1587 0.879638L5.49207 4.87964C5.30483 5.04013 5.02852 5.04013 4.84128 4.87964L0.174613 0.879637C-0.0350496 0.699926 -0.0593303 0.384276 0.120381 0.174613Z\" fill=\"%23474747\"/></svg>") center / contain no-repeat;
  width: 11px;
  height: 5px;
  transition: transform .16s;
  display: block;
}

.bi-space-toggle--collapsed:before, .bi-space-toggle.is-collapsed:before {
  transform: rotate(-90deg);
}

.bi-space-combo {
  flex: auto;
  min-width: 0;
  position: relative;
}

.bi-space-name-pill {
  cursor: pointer;
  background: none;
  border: 0;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 36px;
  padding: 0;
  display: flex;
}

.bi-space-name-text {
  color: rgba(20, 20, 20, .92);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  font-family: var(--font-noto-sans), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  cursor: pointer;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  overflow: hidden;
}

.bi-space-name-pill--editing {
  cursor: default;
  gap: 8px;
}

.bi-space-name-input {
  color: rgba(20, 20, 20, .92);
  background: #fff;
  border: 1px solid rgba(20, 20, 20, .18);
  border-radius: 9999px;
  outline: none;
  width: 100%;
  min-width: 400px;
  height: 36px;
  padding: 0 38px 0 12px;
  font-size: 14px;
  font-weight: 500;
}

.bi-space-name-input:focus {
  border-color: rgba(20, 20, 20, .28);
}

.bi-space-combo-caret {
  opacity: .75;
  cursor: pointer;
  background: none;
  border: 0;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.bi-space-combo-caret:hover {
  opacity: .95;
}

.bi-space-combo-dropdown {
  z-index: 50;
  background: #fff;
  border: 1px solid rgba(20, 20, 20, .22);
  border-radius: 18px;
  width: 280px;
  max-width: 100%;
  padding: 12px 14px;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  box-shadow: 0 12px 30px rgba(20, 20, 20, .14);
}

.bi-space-combo-item {
  text-align: left;
  color: rgba(20, 20, 20, .92);
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 8px;
  width: 100%;
  padding: 12px 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.bi-space-combo-item:hover, .bi-space-combo-item.is-active {
  background: rgba(20, 20, 20, .04);
}

.bi-space-name-pill--editing {
  position: relative;
}

.bi-space-name-pill--editing:after {
  content: "";
  pointer-events: none;
  background-color: rgba(20, 20, 20, .7);
  width: 18px;
  height: 18px;
  transition: transform .16s;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7.41 8.58 12 13.17l4.59-4.59L18 10l-6 6-6-6z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7.41 8.58 12 13.17l4.59-4.59L18 10l-6 6-6-6z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bi-space-combo.is-open .bi-space-name-pill--editing:after {
  transform: translateY(-50%)rotate(180deg);
}

.bi-space-name-pill--editing:before, .bi-space-name-pill--editing:after {
  pointer-events: none;
}

.bi-upload-col {
  z-index: 100;
  width: 280px;
  left: 128px;
  top: max(112px, env(safe-area-inset-top, 0px));
  bottom: max(24px, env(safe-area-inset-bottom, 0px));
  box-sizing: border-box;
  --bi-upload-chrome-h: 165px;
  flex-direction: column;
  min-height: 495px;
  display: flex;
  position: fixed;
  container: bi-upload-col / size;
}

.bi-upload-col .bi-upload-block {
  flex-direction: column;
  flex: auto;
  min-height: 0;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.bi-upload-col .bi-upload-inner {
  flex-direction: column;
  flex: auto;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  display: flex;
}

.bi-upload-col .bi-upload-header, .bi-upload-col .bi-upload-tabs {
  flex-shrink: 0;
}

.bi-upload-col .bi-upload-body-scroll {
  min-height: 0;
  max-height: calc(100cqh - var(--bi-upload-chrome-h, 200px));
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  flex: 1;
  padding-bottom: 12px;
  padding-left: 14px;
  padding-right: 6px;
  scroll-padding-bottom: 40px;
  overflow-x: hidden;
  overflow-y: auto;
}

.bi-upload-col .bi-upload-body-scroll:after {
  content: "";
  flex-shrink: 0;
  width: 100%;
  height: 48px;
  display: block;
}

.fs-pillSelectWrap {
  display: inline-block;
  position: relative;
}

.fs-pillSelect svg {
  transition: transform .15s;
}

.fs-pillSelect.is-open svg {
  transform: rotate(180deg);
}

.fs-pillDropdown {
  z-index: 50;
  background: #fff;
  border: 1px solid #474747;
  border-radius: 22px;
  width: 213px;
  padding: 10px;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  overflow: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

.fs-pillOption {
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 14px;
  width: 100%;
  padding: 14px;
  font-size: 15px;
  line-height: 1;
}

.fs-pillOption:hover, .fs-pillOption.is-active {
  background: rgba(107, 98, 91, .08);
}

.fs-pillOption.is-selected {
  font-weight: 600;
}

.fs-inlineView {
  cursor: text;
  min-width: 12px;
  display: inline-block;
}

.fs-inlineInput {
  width: 100%;
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  outline: none;
  min-width: 0;
  padding: 0;
}

.fs-inlineInput--percent {
  max-width: 72px;
}

.fs-totalValue {
  font-weight: 700;
}

.fs-cellRow.is-dragover {
  outline-offset: 4px;
  outline: 2px dashed rgba(0, 0, 0, .2);
}

.fs-modalOverlay {
  z-index: 1000;
  -webkit-backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, .45);
  place-items: center;
  padding: 24px;
  display: grid;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fs-modal {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 40px;
  width: min(574px, 100vw - 48px);
  min-height: 507px;
  padding: 40px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .08);
}

.fs-modalIcon {
  place-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  display: grid;
}

.fs-autofillUrlModalIconSvg {
  width: 60px;
  height: 60px;
  display: block;
}

.fs-modalTitle {
  text-align: center;
  letter-spacing: -.01em;
  color: #171517;
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.27;
}

.fs-modalSubtitle {
  text-align: center;
  color: #626262;
  max-width: 494px;
  margin: 0 auto 24px;
  font-size: 20px;
  line-height: 1.45;
}

.fs-modalInput {
  box-sizing: border-box;
  color: #171517;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 9999px;
  outline: none;
  width: 100%;
  height: 50px;
  padding: 0 16px;
  font-size: 15px;
}

.fs-modalInput::placeholder {
  color: #9a9a9a;
}

.fs-modalInput:focus {
  border-color: rgba(90, 58, 49, .45);
  box-shadow: 0 0 0 3px rgba(90, 58, 49, .08);
}

.fs-modalError {
  text-align: center;
  color: #c33b2e;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3;
}

.fs-modalBtns {
  justify-content: stretch;
  align-items: stretch;
  gap: 16px;
  width: 100%;
  margin-top: 32px;
  display: flex;
}

.fs-modalBtnPrimary, .fs-modalBtnGhost {
  cursor: pointer;
  border-radius: 9999px;
  flex: 1;
  min-width: 0;
  height: 48px;
  font-size: 15px;
  font-weight: 600;
  transition: transform 20ms, opacity .15s;
}

.fs-modalBtnPrimary {
  color: #fff;
  background: #5a3a31;
  border: 1px solid #5a3a31;
}

.fs-modalBtnGhost {
  color: #5a3a31;
  background: #fff;
  border: 1px solid #5a3a31;
}

.fs-modalBtnPrimary:active, .fs-modalBtnGhost:active {
  transform: translateY(1px);
}

.fs-modalBtnPrimary:disabled, .fs-modalBtnGhost:disabled {
  opacity: .6;
  cursor: default;
  transform: none;
}

.fs-modalNote {
  color: #626262;
  align-items: flex-start;
  gap: 8px;
  margin-top: 32px;
  font-size: 13px;
  line-height: 1.45;
  display: flex;
}

.fs-modalNoteIcon {
  color: #626262;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.fs-modalNoteIcon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.fs-modalNoteText {
  flex: 1;
  min-width: 0;
  font-size: 14px;
}

.fs-imgOverlay {
  z-index: 1000;
  -webkit-backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, .45);
  place-items: center;
  padding: 24px;
  display: grid;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fs-imgModal {
  box-sizing: border-box;
  background: #fff;
  border-radius: 40px;
  flex-direction: column;
  width: 480px;
  max-width: calc(100vw - 48px);
  display: flex;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .22), 0 10px 24px rgba(0, 0, 0, .12);
}

.fs-imgHeader {
  flex: none;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 35px 41px 18px;
  display: flex;
}

.fs-imgTitle {
  letter-spacing: -.02em;
  color: #111;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  overflow: hidden;
}

.fs-imgClose {
  color: #111;
  cursor: pointer;
  opacity: .85;
  background: none;
  border: 0;
  border-radius: 999px;
  flex: none;
  width: 32px;
  height: 32px;
  font-size: 28px;
  line-height: 1;
}

.fs-imgClose:hover {
  opacity: 1;
}

.fs-imgBody {
  flex: auto;
  min-height: 0;
  padding: 0 42px 40px;
}

.fs-imgMedia {
  background-color: #f3f3f3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.fs-imgPlaceholder {
  color: #9a9a9a;
  place-items: center;
  height: 100%;
  font-size: 14px;
  display: grid;
}

.fs-imgMedia .bi-design-ctrl--delete {
  z-index: 1;
  position: absolute;
  top: 12px;
  right: 12px;
}

.fs-imgError {
  text-align: center;
  color: #c33b2e;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.3;
}

.ffe-statsGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
  display: grid;
}

.ffe-statCard {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
  padding: 16px 18px;
}

.ffe-statLabel {
  letter-spacing: .08em;
  color: rgba(15, 23, 42, .55);
  font-size: 11px;
  font-weight: 600;
}

.ffe-statValue {
  color: #111827;
  margin-top: 6px;
  font-size: 26px;
  font-weight: 700;
}

.ffe-filtersRow {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 10px 0 18px;
  display: flex;
}

.ffe-filtersLeft {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  display: flex;
}

.ffe-filtersRight {
  align-items: center;
  gap: 10px;
  display: flex;
}

.ffe-toggleLabel {
  color: rgba(15, 23, 42, .55);
  font-size: 13px;
  font-weight: 600;
}

.ffe-switch {
  cursor: pointer;
  background: #e5e7eb;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 999px;
  width: 54px;
  height: 30px;
  transition: all .18s;
  position: relative;
}

.ffe-switch.is-on {
  background: #17a34a;
  border-color: rgba(23, 163, 74, .35);
}

.ffe-switchKnob {
  background: #fff;
  border-radius: 999px;
  width: 24px;
  height: 24px;
  transition: all .18s;
  position: absolute;
  top: 3px;
  left: 3px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
}

.ffe-switch.is-on .ffe-switchKnob {
  left: 27px;
}

.ffe-sectionCard {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 18px;
  margin-top: 14px;
  padding: 10px;
}

.ffe-sectionHeader {
  align-items: center;
  gap: 10px;
  padding: 8px 8px 10px;
  display: flex;
}

.ffe-collapseBtn {
  cursor: pointer;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 999px;
  place-items: center;
  width: 36px;
  height: 36px;
  transition: all .18s;
  display: grid;
}

.ffe-collapseBtn.is-collapsed svg {
  transform: rotate(-90deg);
}

.ffe-sectionTitleWrap {
  flex: 1;
  align-items: center;
  gap: 8px;
  min-width: 0;
  display: flex;
}

.ffe-sectionTitle {
  color: #111827;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 22px;
  font-weight: 700;
  overflow: hidden;
}

.ffe-sectionTitleInput {
  color: #111827;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
}

.ffe-iconBtn {
  cursor: pointer;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 999px;
  place-items: center;
  width: 36px;
  height: 36px;
  display: grid;
}

.ffe-iconBtnMuted {
  color: rgba(15, 23, 42, .55);
}

.ffe-sectionBody {
  padding: 4px 6px 10px;
}

.ffe-rowsWrap {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.ffe-row {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  padding: 10px;
  display: grid;
}

.ffe-row.is-dragover {
  outline: 2px solid rgba(59, 130, 246, .25);
}

.ffe-thumb {
  background: rgba(15, 23, 42, .02);
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
  width: 72px;
  height: 72px;
  position: relative;
  overflow: hidden;
}

.ffe-thumbImg {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ffe-thumbPlus {
  cursor: pointer;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 999px;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: auto;
  display: grid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ffe-rowGrid {
  grid-template-columns: minmax(220px, 2.2fr) minmax(120px, 1fr) minmax(120px, 1fr) minmax(140px, 1.2fr) minmax(150px, 1fr) minmax(140px, 1fr) minmax(140px, 1fr) minmax(140px, 1fr) minmax(180px, 1.1fr);
  align-items: start;
  gap: 10px 14px;
  display: grid;
}

.ffe-field {
  min-width: 0;
}

.ffe-label {
  letter-spacing: .08em;
  color: rgba(15, 23, 42, .55);
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 700;
}

.ffe-value, .ffe-valueStrong {
  color: #111827;
  min-height: 20px;
  font-size: 13px;
  line-height: 1.2;
}

.ffe-valueStrong {
  font-weight: 700;
}

.ffe-valueRow {
  align-items: center;
  gap: 8px;
  min-width: 0;
  display: flex;
}

.ffe-textBtn {
  color: #111827;
  text-align: left;
  cursor: text;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: none;
  border: none;
  width: 100%;
  padding: 0;
  font-size: 13px;
  overflow: hidden;
}

.ffe-productLink {
  color: #111827;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
}

.ffe-linkIconBtn {
  cursor: pointer;
  color: rgba(15, 23, 42, .55);
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 999px;
  flex: none;
  place-items: center;
  width: 24px;
  height: 24px;
  display: grid;
}

.ffe-inlineInput, .ffe-select {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .14);
  border-radius: 10px;
  outline: none;
  width: 100%;
  padding: 8px 10px;
  font-size: 13px;
}

.ffe-qtyField {
  min-width: 150px;
}

.ffe-qtyRow {
  align-items: center;
  gap: 8px;
  display: flex;
}

.ffe-qtyBtn {
  cursor: pointer;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 10px;
  width: 28px;
  height: 28px;
}

.ffe-qtyValue {
  text-align: center;
  color: #111827;
  width: 28px;
  font-weight: 700;
}

.ffe-unitSelect {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .14);
  border-radius: 10px;
  margin-left: auto;
  padding: 6px 8px;
  font-size: 13px;
}

.ffe-actionsCol {
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  display: flex;
}

.ffe-rowActions {
  align-items: center;
  gap: 10px;
  display: flex;
}

.ffe-dragBtn {
  cursor: grab;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 10px;
  place-items: center;
  width: 34px;
  height: 34px;
  display: grid;
}

.ffe-dragBtn span {
  background: rgba(15, 23, 42, .45);
  border-radius: 999px;
  width: 3px;
  height: 3px;
  margin: 1px 0;
  display: block;
}

.ffe-checkWrap {
  align-items: center;
  width: 22px;
  height: 22px;
  display: inline-flex;
  position: relative;
}

.ffe-checkWrap input {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ffe-checkBox {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .18);
  border-radius: 8px;
  width: 22px;
  height: 22px;
}

.ffe-checkWrap input:checked + .ffe-checkBox {
  background: #111827;
  border-color: #111827;
}

.ffe-trashBtn {
  cursor: pointer;
  color: rgba(15, 23, 42, .55);
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 10px;
  place-items: center;
  width: 34px;
  height: 34px;
  display: grid;
}

.ffe-statusPill {
  color: rgba(15, 23, 42, .75);
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 999px;
  height: 34px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 600;
}

.ffe-statusPill.is-approved {
  color: #047857;
  background: rgba(16, 185, 129, .14);
  border-color: rgba(16, 185, 129, .3);
}

.ffe-statusPill.is-ordered {
  color: #1d4ed8;
  background: rgba(59, 130, 246, .1);
  border-color: rgba(59, 130, 246, .22);
}

.ffe-statusPill.is-delivered {
  color: #92400e;
  background: rgba(245, 158, 11, .12);
  border-color: rgba(245, 158, 11, .26);
}

.ffe-statusPill.is-installed {
  color: #6d28d9;
  background: rgba(168, 85, 247, .1);
  border-color: rgba(168, 85, 247, .22);
}

.ffe-statusPill.is-planned {
  color: #334155;
  background: rgba(100, 116, 139, .1);
  border-color: rgba(100, 116, 139, .2);
}

.is-hiddenTrade {
  display: none;
}

.ffe-sectionActions {
  gap: 12px;
  margin-top: 12px;
  padding: 0 6px;
  display: flex;
}

.ffe-pillOutline, .ffe-pillSolid {
  cursor: pointer;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  height: 38px;
  padding: 0 14px;
  font-weight: 600;
  display: inline-flex;
}

.ffe-pillOutline {
  color: #111827;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .18);
}

.ffe-pillSolid {
  color: #111827;
  background: rgba(15, 23, 42, .02);
  border: 1px solid rgba(15, 23, 42, .18);
}

.ffe-addSectionWrap {
  margin-top: 16px;
}

.ffe-addSection {
  cursor: pointer;
  background: rgba(15, 23, 42, .01);
  border: 2px dashed rgba(15, 23, 42, .18);
  border-radius: 20px;
  place-items: center;
  gap: 6px;
  width: 100%;
  height: 92px;
  display: grid;
}

.ffe-addSectionPlus {
  color: rgba(15, 23, 42, .55);
  font-size: 26px;
  font-weight: 700;
}

.ffe-addSectionLabel {
  color: rgba(15, 23, 42, .75);
  font-size: 16px;
  font-weight: 700;
}

.ffe-modalOverlay, .ffe-imgOverlay {
  z-index: 9999;
  background: rgba(15, 23, 42, .45);
  place-items: center;
  padding: 18px;
  display: grid;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ffe-modal {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 18px;
  width: min(520px, 100%);
  padding: 18px;
}

.ffe-modalIcon {
  color: rgba(15, 23, 42, .7);
  background: rgba(15, 23, 42, .04);
  border-radius: 14px;
  place-items: center;
  width: 44px;
  height: 44px;
  display: grid;
}

.ffe-modalTitle {
  color: #111827;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 800;
}

.ffe-modalSubtitle {
  color: rgba(15, 23, 42, .6);
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.4;
}

.ffe-modalInput {
  border: 1px solid rgba(15, 23, 42, .14);
  border-radius: 12px;
  outline: none;
  width: 100%;
  margin-top: 12px;
  padding: 10px 12px;
}

.ffe-modalError {
  color: #b91c1c;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
}

.ffe-modalBtns {
  gap: 10px;
  margin-top: 14px;
  display: flex;
}

.ffe-modalBtnPrimary {
  color: #fff;
  cursor: pointer;
  background: #3b2a26;
  border: 1px solid rgba(15, 23, 42, .14);
  border-radius: 999px;
  height: 40px;
  padding: 0 16px;
  font-weight: 700;
}

.ffe-modalBtnGhost {
  color: #111827;
  cursor: pointer;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .14);
  border-radius: 999px;
  height: 40px;
  padding: 0 16px;
  font-weight: 700;
}

.ffe-modalNote {
  color: rgba(15, 23, 42, .55);
  align-items: flex-start;
  gap: 8px;
  margin-top: 12px;
  font-size: 12px;
  display: flex;
}

.ffe-imgModal {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 18px;
  width: min(820px, 100%);
  overflow: hidden;
}

.ffe-imgHeader {
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  display: flex;
}

.ffe-imgTitle {
  color: #111827;
  font-weight: 800;
}

.ffe-imgClose {
  cursor: pointer;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 999px;
  width: 36px;
  height: 36px;
  font-size: 22px;
  line-height: 0;
}

.ffe-imgBody {
  padding: 14px;
}

.ffe-imgMedia {
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.ffe-imgPreview {
  width: 100%;
  height: auto;
  display: block;
}

.ffe-imgDeleteIcon {
  cursor: pointer;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 999px;
  place-items: center;
  width: 38px;
  height: 38px;
  display: grid;
  position: absolute;
  top: 12px;
  right: 12px;
}

.ffe-imgError {
  color: #b91c1c;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
}

.fp-desc-textarea {
  min-height: 43px;
}

.fp-plan-section {
  margin-top: 14px;
}

.fp-plan-grid {
  grid-template-columns: repeat(auto-fill, minmax(284px, 284px));
  align-items: start;
  gap: 24px;
  display: grid;
}

.fp-dropzone-cell {
  min-height: 220px;
}

.fp-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 36px;
  flex-direction: column;
  min-width: 286px;
  height: 304px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fp-card--uploading {
  background: rgba(255, 255, 255, .03);
}

.fp-card-link {
  background: rgba(0, 0, 0, .06);
  height: 140px;
  display: block;
  position: relative;
}

.fp-card-remove {
  position: absolute;
  top: 10px;
  right: 10px;
}

.fp-card-body {
  gap: 6px;
  padding: 12px;
  display: grid;
}

.fp-card-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
}

.fp-meta-row {
  opacity: .8;
  font-size: 13px;
}

.fp-meta-label {
  opacity: .75;
}

.fp-meta-value {
  font-weight: 700;
}

.fp-pdf-placeholder {
  letter-spacing: .6px;
  opacity: .8;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  display: flex;
}

.fp-skeleton {
  background: rgba(0, 0, 0, .06);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.fp-skeleton:after {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .28) 50%, rgba(255, 255, 255, 0) 100%);
  animation: 1.15s ease-in-out infinite fpShimmer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateX(-60%);
}

.fp-skeleton--media {
  border-radius: 14px;
  width: 100%;
  height: 100%;
}

.fp-skeleton--title {
  border-radius: 10px;
  width: 80%;
  height: 18px;
}

.fp-skeleton--line {
  border-radius: 10px;
  width: 70%;
  height: 14px;
}

.fp-skeleton--line-short {
  width: 45%;
}

@keyframes fpShimmer {
  0% {
    transform: translateX(-60%);
  }

  100% {
    transform: translateX(60%);
  }
}

.fp-spinner {
  border: 4px solid rgba(90, 58, 49, .16);
  border-top-color: rgba(90, 58, 49, .55);
  border-radius: 999px;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  margin-left: -23px;
  animation: .95s linear infinite fpSpin;
  position: absolute;
  top: 50%;
  left: 50%;
}

@keyframes fpSpin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fp-source-wrap {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.fp-source-btn {
  color: #5a3a31;
  width: 169px;
  height: 36px;
  font-size: 14px;
  font-weight: 600;
}

.fp-chips {
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  gap: 15px;
  margin-top: 10px;
  margin-left: 24px;
  padding-bottom: 6px;
  display: flex;
  overflow-x: auto;
}

.fp-chip {
  background: rgba(90, 58, 49, .2);
  border-radius: 53px;
  flex: none;
  align-items: center;
  gap: 10px;
  height: 36px;
  padding: 10px 14px;
  display: inline-flex;
}

.fp-chip-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #474747;
  max-width: 260px;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
}

.fpv-canvas {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.fpv-preview {
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  width: 100%;
  height: 100%;
}

.fpv-empty {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  font-size: 14px;
}

.fpv-footer {
  color: rgba(0, 0, 0, .35);
  font-size: 12px;
  position: absolute;
  bottom: 26px;
  left: 34px;
}

.fpv-overlay {
  z-index: 9999;
  background: rgba(0, 0, 0, .38);
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fpv-modal {
  background: #fff;
  border-radius: 28px;
  flex-direction: column;
  width: min(1180px, 100vw - 64px);
  height: min(760px, 100vh - 64px);
  display: flex;
  overflow: hidden;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .25);
}

.fpv-header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  padding: 22px 26px 14px;
  display: flex;
}

.fpv-head-left {
  min-width: 0;
}

.fpv-title {
  letter-spacing: -.01em;
  color: rgba(0, 0, 0, .86);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 22px;
  font-weight: 600;
  overflow: hidden;
}

.fpv-meta {
  color: rgba(0, 0, 0, .56);
  align-items: center;
  gap: 18px;
  margin-top: 8px;
  font-size: 14px;
  display: flex;
}

.fpv-meta b {
  color: rgba(0, 0, 0, .78);
  font-weight: 600;
}

.fpv-close {
  cursor: pointer;
  color: rgba(0, 0, 0, .55);
  background: none;
  border: 0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 26px;
  line-height: 42px;
  display: inline-flex;
}

.fpv-close:hover {
  color: rgba(0, 0, 0, .75);
  background: rgba(0, 0, 0, .06);
}

.fpv-body {
  flex: 1;
  min-height: 0;
  padding: 14px 22px 22px;
  position: relative;
}

.fpv-trash {
  color: rgba(0, 0, 0, .55);
  cursor: pointer;
  background: rgba(0, 0, 0, .1);
  border: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: inline-flex;
  position: absolute;
  top: 26px;
  left: 30px;
}

.fpv-trash:hover {
  color: rgba(0, 0, 0, .75);
  background: rgba(0, 0, 0, .14);
}

.fpv-canvas {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 18px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.fpv-canvas--pdf {
  justify-content: stretch;
  align-items: stretch;
  display: flex;
}

.fpv-pdf-frame {
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.fpv-nav {
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  color: rgba(255, 255, 255, .95);
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: inline-flex;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
}

.fpv-nav--left {
  left: 44px;
}

.fpv-nav--right {
  right: 44px;
}

.fpv-nav-icon {
  font-size: 34px;
  line-height: 1;
  transform: translateY(-1px);
}

.fpv-nav:disabled {
  opacity: .35;
  cursor: not-allowed;
}

.fpv-empty {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  padding: 18px;
  font-size: 14px;
}

.fpv-empty-sub {
  opacity: .8;
  margin-top: 6px;
  font-size: 12px;
}

.fp-card-media {
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 16px;
  height: 176px;
  margin: 24px 24px 0;
  position: relative;
}

.fp-card-media .fp-card-design-loader.ps-bannerLoader {
  z-index: 1;
  border-radius: 16px;
}

.fp-card-thumb {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.fp-card--design .fp-card-thumb {
  z-index: 2;
  position: relative;
}

.fp-card-actions {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fp-card-action {
  pointer-events: auto;
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: inline-flex;
  position: absolute;
}

.fp-card-action:hover {
  background: rgba(0, 0, 0, .24);
}

.fp-card-action--open {
  top: 18px;
  left: 18px;
}

.fp-card-action--trash {
  top: 12px;
  right: 14px;
}

.fp-card-action--expand {
  top: 12px;
  left: 11px;
}

.fp-card-media.fp-card-media--design .fp-card-action {
  z-index: 100;
}

.fp-card-action svg {
  width: 22px;
  height: 22px;
}

.fp-card-body {
  padding: 13px 23px 20px;
}

.fp-meta-label {
  margin-right: 8px;
}

.fp-meta-value {
  color: rgba(0, 0, 0, .78);
  font-weight: 700;
}

.fp-modal, .fp-modal-backdrop {
  --fp-modal-card-w: min(1120px, calc(100vw - 80px));
  z-index: 9999;
  background: rgba(0, 0, 0, .45);
  justify-content: center;
  align-items: center;
  padding: 28px 40px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fp-modal-backdrop > .fp-modal {
  background: none;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: min(1120px, 100vw - 80px);
  min-height: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.fp-modal-card {
  background: #fff;
  border-radius: 28px;
  flex-direction: column;
  width: min(1120px, 100vw - 80px);
  height: min(760px, 100vh - 112px);
  display: flex;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .25);
}

.fp-modal-header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 26px 28px 10px;
  display: flex;
}

.fp-modal-header-left {
  min-width: 0;
}

.fp-modal-title {
  color: #1f1f1f;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
  overflow: hidden;
}

.fp-modal-meta {
  flex-wrap: wrap;
  gap: 18px;
  font-size: 16px;
  line-height: 1.35;
  display: flex;
}

.fp-modal-meta-item {
  color: rgba(31, 31, 31, .6);
}

.fp-modal-meta-item strong {
  color: #1f1f1f;
  font-weight: 600;
}

.fp-modal-close {
  color: rgba(31, 31, 31, .7);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 999px;
  place-items: center;
  width: 42px;
  height: 42px;
  font-size: 26px;
  line-height: 1;
  display: grid;
}

.fp-modal-close:hover {
  color: rgba(31, 31, 31, .9);
  background: rgba(0, 0, 0, .04);
}

.fp-modal-body {
  flex: 1;
  padding: 0 28px 28px;
  display: flex;
}

.fp-modal-preview {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: 22px;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.fp-modal-viewport {
  background: #fff;
  border-radius: 18px;
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 18px;
  right: 18px;
  overflow: hidden;
}

.fp-modal-iframe {
  background: #fff;
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.fp-modal-image {
  -o-object-fit: contain;
  object-fit: contain;
  background: #fff;
  width: 100%;
  height: 100%;
  display: block;
}

.fp-modal-trash {
  color: #fff;
  cursor: pointer;
  z-index: 3;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, .12);
  border: none;
  border-radius: 999px;
  place-items: center;
  width: 54px;
  height: 54px;
  display: grid;
  position: absolute;
  top: 22px;
  left: 22px;
}

.fp-modal-trash svg {
  width: 22px;
  height: 22px;
}

.fp-modal-trash:hover {
  background: rgba(0, 0, 0, .18);
}

.fp-modal-trash:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.fp-modal-arrow {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 0;
  place-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: grid;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

.fp-modal-arrow:hover {
  opacity: .92;
}

.fp-modal-arrow--left {
  left: max(0px, calc((100vw - var(--fp-modal-card-w)) / 2 - 100px));
}

.fp-modal-arrow--right {
  right: max(0px, calc((100vw - var(--fp-modal-card-w)) / 2 - 100px));
}

.fp-modal-arrow svg {
  width: 60px;
  height: 60px;
  display: block;
}

.pm-root {
  z-index: 9999;
  place-items: center;
  padding: 20px;
  display: grid;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pm-overlay {
  -webkit-backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, .35);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pm-dialog {
  text-align: center;
  z-index: 1;
  background: #fff;
  border-radius: 40px;
  width: min(560px, 100vw - 40px);
  padding: 32px 28px 24px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
}

.pm-dialog.pm-dialog--publishConfirm {
  width: min(480px, 100vw - 40px);
  max-width: 480px;
  padding: 40px 28px 46px;
}

.pm-dialog--publishConfirm .pm-icon {
  margin-bottom: 7px;
}

.pm-dialog--publishConfirm .pm-title {
  color: #1a1a1a;
  margin: 0 0 14px;
  font-size: 27px;
  font-weight: 700;
}

.pm-dialog--publishConfirm .pm-desc {
  color: rgba(26, 26, 26, .65);
  margin: 0 0 33px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.pm-dialog--publishConfirm .pm-actions {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
  padding: 0 12px;
  display: flex;
}

.pm-dialog--publishConfirm .pm-checkRow {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-items: center;
  gap: 10px;
  margin-left: 15px;
  display: flex;
}

.pm-dialog--publishConfirm .pm-btn {
  min-width: 190px;
}

.pm-close {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 18px;
  position: absolute;
  top: 34px;
  right: 37px;
}

.pm-close:hover {
  background: rgba(0, 0, 0, .05);
}

.pm-icon {
  margin-bottom: 12px;
}

.pm-title {
  color: #1a1a1a;
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 700;
}

.pm-desc {
  color: rgba(26, 26, 26, .65);
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.6;
}

.pm-actions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
  display: flex;
}

.pm-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999px;
  min-width: 180px;
  height: 48px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 600;
  transition: all .15s;
}

.pm-btnPrimary {
  color: #fff;
  background: #5a3a31;
  border: 1px solid #5a3a31;
}

.pm-btnPrimary:hover {
  background: #50332b;
}

.pm-btnGhost {
  color: #5a3a31;
  background: #fff;
  border: 1.5px solid rgba(90, 58, 49, .5);
}

.pm-checkRow {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.pm-check {
  border: 1.5px solid #5a3a31;
  border-radius: 5px;
  width: 21px;
  height: 21px;
  display: block;
  position: relative;
}

.pm-check input {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pm-checkBox {
  color: #5a3a31;
  opacity: 0;
  width: 20px;
  height: 20px;
  transition: all .15s;
}

.pm-check input:checked + .pm-checkBox {
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pm-checkText {
  color: rgba(26, 26, 26, .65);
  font-size: 15px;
}

.ps-bannerWrap {
  width: 100%;
  position: relative;
}

.ps-bannerPreview {
  aspect-ratio: 16 / 9;
  background-color: #e9e9e9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  max-height: 405px;
  overflow: hidden;
}

.ps-bannerLoader {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(233, 233, 233, .85);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ps-pageLoader {
  z-index: 99999;
  pointer-events: all;
  background: rgba(255, 255, 255, .72);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  left: 1px;
  right: 0;
}

.ps-bannerLoaderIcon {
  width: 64px;
  height: 64px;
  animation: 1s linear infinite psSpin;
}

.ps-bannerLoaderIcon.fs-cellThumb-psIcon {
  width: 22px;
  height: 22px;
}

.bi-palette-swatch {
  position: relative;
  overflow: visible;
}

.bi-palette-pipette-anchor {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes psSpin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(-360deg);
  }
}

.ps-bannerRemove {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
  top: 8px;
  right: 8px;
}

.share-anchor {
  display: inline-flex;
  position: relative;
}

.share-popover {
  z-index: 60;
  background: #fff;
  border: 1px solid #474747;
  border-radius: 40px;
  width: 533px;
  max-width: min(533px, 100vw - 32px);
  padding: 18px 21px 21px;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .14);
}

.share-popover__header {
  justify-content: space-between;
  align-items: center;
  padding: 2px 2px 14px;
  display: flex;
}

.share-popover__title {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.share-popover__close {
  color: #1e1e1e;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
}

.share-popover__close:hover {
  background: rgba(0, 0, 0, .06);
}

.share-popover__card {
  background: #fff;
  border: 1px solid rgba(22, 22, 22, .1);
  border-radius: 24px;
  overflow: hidden;
}

.share-popover__row {
  cursor: pointer;
  background: none;
  border: 0;
  align-items: center;
  gap: 3px;
  width: 100%;
  padding: 11px;
  display: flex;
}

.share-popover__row:hover {
  background: rgba(0, 0, 0, .04);
}

.share-popover__rowIcon {
  color: #1e1e1e;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: inline-flex;
}

.share-popover__rowText {
  text-align: left;
  color: #1e1e1e;
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.share-popover__rowCheck {
  color: #1e1e1e;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: inline-flex;
}

.share-popover__rowCheckPlaceholder {
  opacity: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.share-popover__divider {
  background: rgba(22, 22, 22, .1);
  height: 1px;
  margin: 0 16px;
}

.share-popover__bottom {
  padding-top: 22px;
}

.share-popover__linkRow, .share-popover__inviteRow {
  align-items: center;
  gap: 12px;
  display: flex;
}

.share-popover__linkPill {
  color: #1e1e1e;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
  border: 1px solid rgba(22, 22, 22, .1);
  border-radius: 999px;
  flex: 1;
  align-items: center;
  height: 52px;
  padding: 0 18px;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  overflow: hidden;
}

.share-popover__copyBtn {
  cursor: pointer;
  color: #fff;
  background: #6b4a3f;
  border: 0;
  border-radius: 999px;
  height: 52px;
  padding: 0 22px;
  font-size: 16px;
  font-weight: 700;
}

.share-popover__copyBtn:hover {
  filter: brightness(.96);
}

.share-popover__copyBtn:disabled {
  cursor: not-allowed;
  background: #bdbdbd;
}

.share-popover__emailInput {
  color: #1e1e1e;
  background: #fff;
  border: 1px solid rgba(22, 22, 22, .1);
  border-radius: 999px;
  outline: none;
  flex: 1;
  height: 52px;
  padding: 0 18px;
  font-size: 16px;
}

.share-popover__emailInput::placeholder {
  color: rgba(30, 30, 30, .45);
}

.share-popover__emailInput:focus {
  border-color: rgba(22, 22, 22, .22);
}

.share-popover__inviteBtn {
  cursor: pointer;
  color: #fff;
  background: #6b4a3f;
  border: 0;
  border-radius: 999px;
  width: 130px;
  height: 52px;
  padding: 0 22px;
  font-size: 16px;
  font-weight: 700;
}

.share-popover__inviteBtn.is-disabled, .share-popover__inviteBtn:disabled {
  cursor: not-allowed;
  color: #fff;
  background: #bdbdbd;
}

.share-popover__invites {
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
  display: flex;
}

.share-popover__inviteItem {
  background: #fff;
  border: 1px solid rgba(22, 22, 22, .1);
  border-radius: 14px;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 0 10px 0 14px;
  display: flex;
}

.share-popover__inviteEmail {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1e1e1e;
  flex: 1;
  min-width: 0;
  font-size: 14px;
  overflow: hidden;
}

.share-popover__inviteRemove {
  cursor: pointer;
  color: #1e1e1e;
  background: none;
  border: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
}

.share-popover__inviteRemove:hover {
  background: rgba(0, 0, 0, .06);
}

.share-popover__error {
  color: #1e1e1e;
  background: rgba(255, 0, 0, .06);
  border: 1px solid rgba(255, 0, 0, .18);
  border-radius: 12px;
  margin-top: 10px;
  padding: 10px 12px;
  font-size: 14px;
}

.share-popover__loading {
  color: rgba(30, 30, 30, .65);
  margin-top: 12px;
  font-size: 14px;
}

.topbar-published-pill__check {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: inline-flex;
}

.topbar-published-pill__check svg {
  width: 20px;
  height: 20px;
  display: block;
}

.topbar-published-pill__text {
  color: #159365;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 600;
}

.ps-actions-wrap {
  position: relative;
}

.bi-upload-thumbs__scroller {
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  display: grid;
}

.bi-upload-thumb {
  aspect-ratio: 1;
}

.topbar-published-pill {
  color: #159365;
  letter-spacing: 0;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  will-change: opacity, transform;
  background: #d1e9e0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 185px;
  height: 48px;
  margin-right: 14px;
  padding: 0 22px;
  font-size: 16px;
  font-weight: 600;
  transition: opacity .22s, transform .26s cubic-bezier(.2, .9, .2, 1);
  display: inline-flex;
  transform: translateY(-6px)scale(.98);
}

.topbar-published-pill.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0)scale(1);
}

.topbar-published-pill.is-enter {
  animation: .42s cubic-bezier(.2, .9, .2, 1) both topbarPillPop;
}

@keyframes topbarPillPop {
  0% {
    transform: translateY(-6px)scale(.98);
  }

  60% {
    transform: translateY(0)scale(1.03);
  }

  100% {
    transform: translateY(0)scale(1);
  }
}

.ps-skeleton {
  width: 100%;
}

.ps-skeleton-shimmer {
  background: #e7e5e4;
  position: relative;
  overflow: hidden;
}

.ps-skeleton-shimmer:after {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .52) 50%, rgba(255, 255, 255, 0) 100%);
  animation: 1.5s ease-in-out infinite psSkeletonShimmer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateX(-100%);
}

@keyframes psSkeletonShimmer {
  100% {
    transform: translateX(100%);
  }
}

.ps-skeleton-title {
  border-radius: 10px;
  width: 320px;
  height: 28px;
  margin-bottom: 34px;
}

.ps-skeleton-title--banner {
  width: 260px;
  margin-bottom: 28px;
}

.ps-skeleton-field {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.ps-skeleton-label {
  border-radius: 8px;
  width: 180px;
  height: 18px;
}

.ps-skeleton-input {
  background: #efedeb;
  border: 1px solid #d8d5d2;
  border-radius: 999px;
  width: 100%;
  height: 50px;
}

.ps-skeleton .ps-dropzone, .ps-skeleton .ps-dropzone-inner {
  min-height: 340px;
}

.ps-skeleton .ps-bannerWrap {
  border-radius: 28px;
  width: 100%;
  min-height: 340px;
  position: relative;
  overflow: hidden;
}

.ps-skeleton .ps-dropzone--setup .ps-bannerWrap, .ps-skeleton .ps-dropzone--setup .ps-bannerPreview {
  min-height: 496px;
}

.ps-skeleton .ps-bannerPreview {
  background: linear-gradient(rgba(255, 255, 255, .06), rgba(255, 255, 255, .02)), #e7e5e4;
  border-radius: 28px;
  width: 100%;
  min-height: 340px;
}

@media (max-width: 768px) {
  .ps-skeleton-title {
    width: 220px;
    height: 24px;
    margin-bottom: 24px;
  }

  .ps-skeleton-title--banner {
    width: 180px;
  }

  .ps-skeleton-label {
    width: 140px;
    height: 16px;
  }

  .ps-skeleton .ps-dropzone, .ps-skeleton .ps-dropzone-inner, .ps-skeleton .ps-bannerWrap, .ps-skeleton .ps-bannerPreview {
    min-height: 220px;
  }
}

.bi-palette-row {
  align-items: flex-end;
  gap: 24px;
  display: flex;
}

.bi-palette-scroll-shell {
  flex: auto;
  min-width: 0;
  position: relative;
}

.bi-palette-scroll-shell--active {
  padding-bottom: 28px;
}

.bi-palette-grid--scroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: auto;
  overflow-y: hidden;
}

.bi-palette-column {
  flex: none;
}

.bi-palette-row {
  align-items: flex-end;
  gap: 24px;
  min-width: 0;
  display: flex;
}

.bi-palette-scroll-shell {
  flex: auto;
  width: 100%;
  min-width: 0;
  margin: -1px;
  padding-bottom: 28px;
  position: relative;
  overflow: hidden;
}

.bi-palette-grid {
  flex-wrap: nowrap;
  gap: 0;
  width: max-content;
  min-width: 0;
  display: flex;
}

.bi-palette-grid--scroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.bi-palette-grid--scroll::-webkit-scrollbar {
  display: none;
}

.bi-palette-column {
  box-sizing: border-box;
  background: none;
  border-top: 1px dashed #b3a59a;
  border-bottom: 1px dashed #b3a59a;
  border-right: 1px dashed #b3a59a;
  flex-direction: column;
  flex: 0 0 244px;
  width: 244px;
  min-width: 244px;
  display: flex;
  position: relative;
}

.bi-palette-column:first-child {
  border-left: 1px dashed #b3a59a;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}

.bi-palette-column:last-child {
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}

.bi-palette-image-area {
  flex: auto;
  width: 100%;
  min-width: 0;
  min-height: 488px;
  position: relative;
  overflow: hidden;
}

.bi-palette-column:first-child .bi-palette-image-area {
  border-top-left-radius: 28px;
}

.bi-palette-column:last-child .bi-palette-image-area {
  border-top-right-radius: 28px;
}

.bi-palette-slot {
  cursor: pointer;
  background: none;
  border: 0;
  width: 100%;
  height: 100%;
  min-height: 420px;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.bi-palette-slot--filled {
  width: 100%;
  height: 100%;
}

.bi-palette-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bi-palette-slot-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bi-palette-img-remove {
  z-index: 3;
  position: absolute;
  top: 16px;
  right: 16px;
}

.bi-palette-image-arrows {
  z-index: 0;
  justify-content: space-between;
  padding: 0 24px;
  display: flex;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
}

.bi-palette-column:first-child .bi-palette-image-arrows {
  justify-content: flex-end;
}

.bi-palette-swatch {
  border-top: 1px dashed rgba(90, 58, 49, .6);
  flex: 0 0 160px;
  width: 100%;
  min-width: 0;
  height: 160px;
  position: relative;
}

.bi-palette-column:first-child .bi-palette-swatch {
  border-bottom-left-radius: 28px;
}

.bi-palette-column:last-child .bi-palette-swatch {
  border-bottom-right-radius: 28px;
}

.bi-palette-pipette {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bi-colorpicker-popover {
  z-index: 20;
  position: absolute;
  top: 50%;
  left: calc(100% + 123px);
  transform: translateY(-110%);
}

.bi-colorpicker-popover--left {
  left: auto;
  right: calc(100% + 12px);
}

.bi-palette-scrollbar {
  pointer-events: none;
  justify-content: center;
  width: 320px;
  max-width: calc(100% - 32px);
  display: flex;
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
}

.bi-palette-scrollbar--measure {
  opacity: 0;
  visibility: hidden;
}

.bi-palette-scrollbar-track {
  pointer-events: auto;
  cursor: pointer;
  background: #d4cec8;
  border-radius: 999px;
  width: 100%;
  height: 12px;
  position: relative;
}

.bi-palette-scrollbar-thumb {
  cursor: grab;
  background: #6c4332;
  border: 0;
  border-radius: 999px;
  height: 12px;
  transition: background-color .18s;
  position: absolute;
  top: 0;
  left: 0;
}

.bi-palette-scrollbar-thumb:hover {
  background: #5b392c;
}

.bi-palette-scrollbar-thumb:active {
  cursor: grabbing;
  background: #4f3126;
}

.bi-scrollbar-dragging, .bi-scrollbar-dragging * {
  cursor: grabbing !important;
}

.bi-palette-controls {
  flex-direction: column;
  flex: none;
  display: flex;
}

.bi-palette-count-btn {
  flex: none;
}

.bi-palette-controls--min-slots .bi-palette-count-btn {
  width: 48px;
  height: 48px;
}

.bi-palette-column--filled {
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}

.bi-palette-column--filled:first-child {
  border-left: 0;
}

.bi-palette-column--filled .bi-palette-swatch {
  border-top: 0;
}

.bi-palette-grid--dragging {
  cursor: grabbing;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.bi-palette-grid--dragging * {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: grabbing !important;
}

.dsm-backdrop {
  z-index: 1200;
  -webkit-backdrop-filter: blur(16px);
  background: rgba(0, 0, 0, .6);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.dsm-modal {
  text-align: center;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 40px;
  flex-direction: column;
  gap: 32px;
  width: min(560px, 100%);
  padding: 40px;
  display: flex;
}

.dsm-content {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  display: flex;
}

.dsm-icon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.dsm-icon img {
  width: 60px;
  height: 60px;
  display: block;
}

.dsm-title {
  color: #171415;
  width: 100%;
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.35;
}

.dsm-description {
  color: #616161;
  width: 100%;
  margin: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3;
}

.dsm-actions {
  gap: 16px;
  width: 100%;
  display: flex;
}

.dsm-btn {
  cursor: pointer;
  border-radius: 999px;
  flex: 1 1 0;
  min-width: 0;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: background-color .2s, color .2s, border-color .2s, opacity .2s;
}

.dsm-btn:disabled {
  opacity: .7;
  cursor: default;
}

.dsm-btn--delete {
  color: #fff;
  background: #5a3a31;
  border: none;
}

.dsm-btn--delete:hover:not(:disabled) {
  background: #50332b;
}

.dsm-btn--cancel {
  color: #5a3a31;
  background: none;
  border: 1px solid #5a3a31;
}

.dsm-btn--cancel:hover:not(:disabled) {
  background: rgba(90, 58, 49, .06);
}

@media (max-width: 768px) {
  .dsm-modal {
    border-radius: 32px;
    gap: 24px;
    padding: 32px 24px;
  }

  .dsm-title {
    font-size: 24px;
  }

  .dsm-description {
    font-size: 16px;
  }

  .dsm-actions {
    flex-direction: column;
  }
}

.dash-title-wrap--loading, .dash-topbar-actions--loading {
  pointer-events: none;
}

.dash-skeleton {
  background: #ece8e6;
  border-radius: 999px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.dash-skeleton:after {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .55) 50%, rgba(255, 255, 255, 0) 100%);
  animation: 1.4s ease-in-out infinite dash-topbar-skeleton;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateX(-100%);
}

.dash-skeleton--title {
  border-radius: 20px;
  width: 640px;
  max-width: min(640px, 42vw);
  height: 54px;
}

.dash-topbar-actions--loading {
  align-items: center;
  display: flex;
}

.dash-topbar-actions--loading .dash-topbar-cta, .dash-topbar-actions--loading {
  align-items: center;
  gap: 16px;
  display: flex;
}

.dash-skeleton--action {
  border-radius: 999px;
  height: 56px;
}

.dash-skeleton--action-md {
  width: 168px;
}

.dash-skeleton--action-sm {
  width: 132px;
}

@keyframes dash-topbar-skeleton {
  100% {
    transform: translateX(100%);
  }
}

.btn-close {
  background-color: #fff;
}

.pipetka {
  border: 0;
}

@media print {
  @page {
    size: A4;
    margin-top: 80px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background-color: #efefef;
  }

  @page :first {
    margin-top: 0;
    background-color: #efefef;
  }

  html, body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    background-color: #efefef !important;
  }

  .pdf-export-root .pdf-export-block[data-pdf-block], .pdf-export-root .pdf-export-keep-section {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .pdf-export-root .jr-topbar-actions {
    gap: 24px;
  }
}

.pdf-export-root .jr-topbar-actions {
  gap: 24px;
}

.share-section-label-line {
  background-color: #171517;
  flex-shrink: 0;
  width: 48px;
  height: 1px;
}

@media (min-width: 768px) {
  .share-section-label-line {
    width: 120px;
  }
}

.share-room-heading-size {
  margin-bottom: 0;
  font-size: 32px;
}

@media (min-width: 768px) {
  .share-room-heading-size {
    margin-bottom: 25px;
    font-size: 48px;
  }
}

.share-floorplans-section-heading {
  font-size: 32px;
  line-height: 1.15;
}

@media (min-width: 768px) {
  .share-floorplans-section-heading {
    font-size: 48px;
  }
}

.share-tab-page-wrap {
  padding-top: 30px;
}

@media (min-width: 1024px) {
  .share-tab-page-wrap {
    padding-top: 11px;
  }
}

.share-page-heading-size {
  font-size: 40px;
}

@media (min-width: 1024px) {
  .share-page-heading-size {
    font-size: 60px;
  }
}

.share-concept-moodboard-wrap {
  aspect-ratio: 1000 / 700;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.share-concept-moodboard-wrap .share-concept-moodboard-canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.share-concept-moodboard-preview {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.share-concept-moodboard-scaler {
  line-height: 0;
  position: relative;
}

.share-concept-moodboard-scaler--capture {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: -10000px;
  overflow: hidden;
}

.share-concept-moodboard-scaler .canvas-container {
  max-width: none;
  line-height: 0;
}

.share-concept-moodboard-scaler .canvas-container canvas {
  max-width: none;
  display: block;
}

.file\:border-0::-webkit-file-upload-button {
  border-width: 0;
}

.file\:border-0::file-selector-button {
  border-width: 0;
}

.file\:bg-transparent::-webkit-file-upload-button {
  background-color: rgba(0, 0, 0, 0);
}

.file\:bg-transparent::file-selector-button {
  background-color: rgba(0, 0, 0, 0);
}

.file\:text-sm::-webkit-file-upload-button {
  font-size: .875rem;
  line-height: 1.25rem;
}

.file\:text-sm::file-selector-button {
  font-size: .875rem;
  line-height: 1.25rem;
}

.file\:font-medium::-webkit-file-upload-button {
  font-weight: 500;
}

.file\:font-medium::file-selector-button {
  font-weight: 500;
}

.file\:text-foreground::-webkit-file-upload-button {
  color: hsl(var(--foreground));
}

.file\:text-foreground::file-selector-button {
  color: hsl(var(--foreground));
}

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

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

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

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

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

.after\:w-1:after {
  content: var(--tw-content);
  width: .25rem;
}

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

.after\:-translate-x-1\/2:after {
  content: var(--tw-content);
  --tw-translate-x: -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));
}

.first\:rounded-l-md:first-child {
  border-top-left-radius: calc(var(--radius)  - 2px);
  border-bottom-left-radius: calc(var(--radius)  - 2px);
}

.first\:border-l:first-child {
  border-left-width: 1px;
}

.last\:rounded-r-md:last-child {
  border-top-right-radius: calc(var(--radius)  - 2px);
  border-bottom-right-radius: calc(var(--radius)  - 2px);
}

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

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

.hover\:bg-\[\#171517\]\/30:hover {
  background-color: rgba(23, 21, 23, .3);
}

.hover\:bg-\[\#391E1D\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(57, 30, 29, var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#4a2e26\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 46, 38, var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#9F8A7E\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 138, 126, var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#CBBEB3\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 190, 179, var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#F5F2EE\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 242, 238, var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#d8d8d8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 216, 216, var(--tw-bg-opacity, 1));
}

.hover\:bg-\[rgba\(90\,58\,49\,0\.05\)\]:hover {
  background-color: rgba(90, 58, 49, .05);
}

.hover\:bg-accent:hover {
  background-color: hsl(var(--accent));
}

.hover\:bg-black\/40:hover {
  background-color: rgba(0, 0, 0, .4);
}

.hover\:bg-destructive\/80:hover {
  background-color: hsl(var(--destructive) / .8);
}

.hover\:bg-destructive\/90:hover {
  background-color: hsl(var(--destructive) / .9);
}

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

.hover\:bg-muted\/50:hover {
  background-color: hsl(var(--muted) / .5);
}

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

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

.hover\:bg-primary\/90:hover {
  background-color: hsl(var(--primary) / .9);
}

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

.hover\:bg-secondary\/80:hover {
  background-color: hsl(var(--secondary) / .8);
}

.hover\:bg-white\/70:hover {
  background-color: rgba(255, 255, 255, .7);
}

.hover\:text-accent-foreground:hover {
  color: hsl(var(--accent-foreground));
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity, 1));
}

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

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

.hover\:text-primary-foreground:hover {
  color: hsl(var(--primary-foreground));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

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

.hover\:opacity-90:hover {
  opacity: .9;
}

.hover\:opacity-95:hover {
  opacity: .95;
}

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

.hover\:shadow-\[0_12px_30px_rgba\(0\,0\,0\,0\.08\)\]:hover {
  --tw-shadow: 0 12px 30px rgba(0, 0, 0, .08);
  --tw-shadow-colored: 0 12px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.focus\:bg-accent:focus {
  background-color: hsl(var(--accent));
}

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

.focus\:text-accent-foreground:focus {
  color: hsl(var(--accent-foreground));
}

.focus\:text-primary-foreground:focus {
  color: hsl(var(--primary-foreground));
}

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

.focus\:outline-none:focus {
  outline-offset: 2px;
  outline: 2px solid rgba(0, 0, 0, 0);
}

.focus\:ring-1: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(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 rgba(0, 0, 0, 0));
}

.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 rgba(0, 0, 0, 0));
}

.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-offset: 2px;
  outline: 2px solid rgba(0, 0, 0, 0);
}

.focus-visible\:ring-0: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(0px + 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 rgba(0, 0, 0, 0));
}

.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 rgba(0, 0, 0, 0));
}

.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 rgba(0, 0, 0, 0));
}

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

.focus-visible\:ring-offset-0:focus-visible {
  --tw-ring-offset-width: 0px;
}

.focus-visible\:ring-offset-1:focus-visible {
  --tw-ring-offset-width: 1px;
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

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

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

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

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

.disabled\:opacity-60:disabled {
  opacity: .6;
}

.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:scale-\[1\.02\] {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}

.group:hover .group-hover\:bg-black\/45 {
  background-color: rgba(0, 0, 0, .45);
}

.group:hover .group-hover\:bg-black\/\[0\.06\] {
  background-color: rgba(0, 0, 0, .06);
}

.group\/menu-item:hover .group-hover\/menu-item\:opacity-100, .group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group.destructive .group-\[\.destructive\]\:border-muted\/40 {
  border-color: hsl(var(--muted) / .4);
}

.group.toaster .group-\[\.toaster\]\:border-border {
  border-color: hsl(var(--border));
}

.group.toast .group-\[\.toast\]\:bg-muted {
  background-color: hsl(var(--muted));
}

.group.toast .group-\[\.toast\]\:bg-primary {
  background-color: hsl(var(--primary));
}

.group.toaster .group-\[\.toaster\]\:bg-background {
  background-color: hsl(var(--background));
}

.group.destructive .group-\[\.destructive\]\:text-red-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity, 1));
}

.group.toast .group-\[\.toast\]\:text-muted-foreground {
  color: hsl(var(--muted-foreground));
}

.group.toast .group-\[\.toast\]\:text-primary-foreground {
  color: hsl(var(--primary-foreground));
}

.group.toaster .group-\[\.toaster\]\:text-foreground {
  color: hsl(var(--foreground));
}

.group.toaster .group-\[\.toaster\]\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(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 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover {
  border-color: hsl(var(--destructive) / .3);
}

.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover {
  background-color: hsl(var(--destructive));
}

.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover {
  color: hsl(var(--destructive-foreground));
}

.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity, 1));
}

.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus {
  --tw-ring-color: hsl(var(--destructive));
}

.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity, 1));
}

.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus {
  --tw-ring-offset-color: #dc2626;
}

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

.peer:disabled ~ .peer-disabled\:opacity-70 {
  opacity: .7;
}

.has-\[\:disabled\]\:opacity-50:has(:disabled) {
  opacity: .5;
}

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

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

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

.aria-selected\:bg-accent[aria-selected="true"] {
  background-color: hsl(var(--accent));
}

.aria-selected\:bg-accent\/50[aria-selected="true"] {
  background-color: hsl(var(--accent) / .5);
}

.aria-selected\:text-accent-foreground[aria-selected="true"] {
  color: hsl(var(--accent-foreground));
}

.aria-selected\:text-muted-foreground[aria-selected="true"] {
  color: hsl(var(--muted-foreground));
}

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

.aria-selected\:opacity-30[aria-selected="true"] {
  opacity: .3;
}

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

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

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

.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
  --tw-translate-y: .25rem;
  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));
}

.data-\[side\=left\]\:-translate-x-1[data-side="left"] {
  --tw-translate-x: -.25rem;
  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));
}

.data-\[side\=right\]\:translate-x-1[data-side="right"] {
  --tw-translate-x: .25rem;
  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));
}

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

.data-\[state\=checked\]\:translate-x-5[data-state="checked"] {
  --tw-translate-x: 1.25rem;
  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));
}

.data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"], .data-\[swipe\=cancel\]\:translate-x-0[data-swipe="cancel"] {
  --tw-translate-x: 0px;
  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));
}

.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe="end"] {
  --tw-translate-x: var(--radix-toast-swipe-end-x);
  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));
}

.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe="move"] {
  --tw-translate-x: var(--radix-toast-swipe-move-x);
  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));
}

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

.data-\[active\]\:bg-accent\/50[data-active] {
  background-color: hsl(var(--accent) / .5);
}

.data-\[selected\=\'true\'\]\:bg-accent[data-selected="true"] {
  background-color: hsl(var(--accent));
}

.data-\[state\=active\]\:bg-background[data-state="active"] {
  background-color: hsl(var(--background));
}

.data-\[state\=checked\]\:bg-primary[data-state="checked"] {
  background-color: hsl(var(--primary));
}

.data-\[state\=on\]\:bg-accent[data-state="on"], .data-\[state\=open\]\:bg-accent[data-state="open"] {
  background-color: hsl(var(--accent));
}

.data-\[state\=open\]\:bg-accent\/50[data-state="open"] {
  background-color: hsl(var(--accent) / .5);
}

.data-\[state\=open\]\:bg-secondary[data-state="open"] {
  background-color: hsl(var(--secondary));
}

.data-\[state\=selected\]\:bg-muted[data-state="selected"] {
  background-color: hsl(var(--muted));
}

.data-\[state\=unchecked\]\:bg-input[data-state="unchecked"] {
  background-color: hsl(var(--input));
}

.data-\[active\=true\]\:font-medium[data-active="true"] {
  font-weight: 500;
}

.data-\[placeholder\]\:text-muted-foreground[data-placeholder] {
  color: hsl(var(--muted-foreground));
}

.data-\[selected\=true\]\:text-accent-foreground[data-selected="true"] {
  color: hsl(var(--accent-foreground));
}

.data-\[state\=active\]\:text-foreground[data-state="active"] {
  color: hsl(var(--foreground));
}

.data-\[state\=checked\]\:text-primary-foreground[data-state="checked"] {
  color: hsl(var(--primary-foreground));
}

.data-\[state\=on\]\:text-accent-foreground[data-state="on"], .data-\[state\=open\]\:text-accent-foreground[data-state="open"] {
  color: hsl(var(--accent-foreground));
}

.data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
  color: hsl(var(--muted-foreground));
}

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

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

.data-\[state\=active\]\:shadow-sm[data-state="active"] {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.data-\[swipe\=move\]\:transition-none[data-swipe="move"] {
  transition-property: none;
}

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

.data-\[state\=open\]\:duration-500[data-state="open"] {
  transition-duration: .5s;
}

.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction="vertical"]:after {
  content: var(--tw-content);
  left: 0;
}

.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction="vertical"]:after {
  content: var(--tw-content);
  height: .25rem;
}

.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction="vertical"]:after {
  content: var(--tw-content);
  width: 100%;
}

.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction="vertical"]:after {
  content: var(--tw-content);
  --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));
}

.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction="vertical"]:after {
  content: var(--tw-content);
  --tw-translate-x: 0px;
  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));
}

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

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

.group[data-side="left"] .group-data-\[side\=left\]\:-right-4 {
  right: -1rem;
}

.group[data-side="right"] .group-data-\[side\=right\]\:left-0 {
  left: 0;
}

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

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:hidden {
  display: none;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:\!size-8 {
  width: 2rem !important;
  height: 2rem !important;
}

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

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

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

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:w-0 {
  width: 0;
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:translate-x-0 {
  --tw-translate-x: 0px;
  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));
}

.group[data-side="right"] .group-data-\[side\=right\]\:rotate-180, .group[data-state="open"] .group-data-\[state\=open\]\: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));
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:overflow-hidden {
  overflow: hidden;
}

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

.group[data-variant="floating"] .group-data-\[variant\=floating\]\:border {
  border-width: 1px;
}

.group[data-side="left"] .group-data-\[side\=left\]\:border-r {
  border-right-width: 1px;
}

.group[data-side="right"] .group-data-\[side\=right\]\:border-l {
  border-left-width: 1px;
}

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

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

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:opacity-0 {
  opacity: 0;
}

.group[data-variant="floating"] .group-data-\[variant\=floating\]\:shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(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 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

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

.peer\/menu-button[data-size="default"] ~ .peer-data-\[size\=default\]\/menu-button\:top-1\.5 {
  top: .375rem;
}

.peer\/menu-button[data-size="lg"] ~ .peer-data-\[size\=lg\]\/menu-button\:top-2\.5 {
  top: .625rem;
}

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

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

.dark\:border-destructive:is(.dark *) {
  border-color: hsl(var(--destructive));
}

@media not all and (min-width: 640px) {
  .max-sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .max-sm\:overflow-hidden {
    overflow: hidden;
  }

  .max-sm\:border-0 {
    border-width: 0;
  }

  .max-sm\:bg-transparent {
    background-color: rgba(0, 0, 0, 0);
  }

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

@media (min-width: 640px) {
  .sm\:bottom-0 {
    bottom: 0;
  }

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

  .sm\:right-0 {
    right: 0;
  }

  .sm\:top-auto {
    top: auto;
  }

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

  .sm\:max-w-sm {
    max-width: 24rem;
  }

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

  .sm\:grid-cols-\[repeat\(2\,332px\)\] {
    grid-template-columns: repeat(2, 332px);
  }

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

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

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

  .sm\:gap-0 {
    gap: 0;
  }

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

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem * var(--tw-space-x-reverse));
    margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

  .sm\:border {
    border-width: 1px;
  }

  .sm\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

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

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

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

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

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

  .sm\:text-\[17px\] {
    font-size: 17px;
  }

  .sm\:text-\[40px\] {
    font-size: 40px;
  }

  .sm\:text-\[44px\] {
    font-size: 44px;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }

  @media not all and (min-width: 1024px) {
    .sm\:max-lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}

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

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

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

  .md\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .md\:mt-\[42px\] {
    margin-top: 42px;
  }

  .md\:mt-\[65px\] {
    margin-top: 65px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:w-\[var\(--radix-navigation-menu-viewport-width\)\] {
    width: var(--radix-navigation-menu-viewport-width);
  }

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

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

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

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

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

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

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

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

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

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

  .md\:py-2\.5 {
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .md\:text-\[52px\] {
    font-size: 52px;
  }

  .md\:text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
  }

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

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

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

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

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

  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:rounded-xl {
    border-radius: .75rem;
  }

  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(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 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .lg\:mt-\[60px\] {
    margin-top: 60px;
  }

  .lg\:contents {
    display: contents;
  }

  .lg\:aspect-\[289\/340\] {
    aspect-ratio: 289 / 340;
  }

  .lg\:aspect-\[670\/696\] {
    aspect-ratio: 670 / 696;
  }

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

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

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

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

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

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

  .lg\:min-h-\[56px\] {
    min-height: 56px;
  }

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

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

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

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

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

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

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

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

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

  .lg\:flex-\[292_1_0\] {
    flex: 292 1 0;
  }

  .lg\:flex-\[478_1_0\] {
    flex: 478 1 0;
  }

  .lg\:flex-\[594_1_0\] {
    flex: 594 1 0;
  }

  .lg\:flex-\[670_1_0\] {
    flex: 670 1 0;
  }

  .lg\:grid-cols-\[repeat\(3\,332px\)\] {
    grid-template-columns: repeat(3, 332px);
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-\[52px\] {
    gap: 52px;
  }

  .lg\:gap-\[60px\] {
    gap: 60px;
  }

  .lg\:gap-\[85px\] {
    gap: 85px;
  }

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

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

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

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-\[130px\] {
    padding-bottom: 130px;
  }

  .lg\:pt-\[68px\] {
    padding-top: 68px;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[23px\] {
    font-size: 23px;
  }

  .lg\:text-\[24px\] {
    font-size: 24px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-\[60px\] {
    font-size: 60px;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

  .lg\:leading-none {
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .xl\:max-w-\[580px\] {
    max-width: 580px;
  }

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

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

@media (min-width: 1600px) {
  .min-\[1600px\]\:max-w-\[1600px\] {
    max-width: 1600px;
  }
}

.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]) {
  background-color: hsl(var(--accent));
}

.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child {
  border-top-left-radius: calc(var(--radius)  - 2px);
  border-bottom-left-radius: calc(var(--radius)  - 2px);
}

.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child {
  border-top-right-radius: calc(var(--radius)  - 2px);
  border-bottom-right-radius: calc(var(--radius)  - 2px);
}

.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside) {
  background-color: hsl(var(--accent) / .5);
}

.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end) {
  border-top-right-radius: calc(var(--radius)  - 2px);
  border-bottom-right-radius: calc(var(--radius)  - 2px);
}

.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role="checkbox"]) {
  padding-right: 0;
}

.\[\&\>button\]\:hidden > button {
  display: none;
}

.\[\&\>span\:last-child\]\:truncate > span:last-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.\[\&\>span\]\:line-clamp-1 > span {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.\[\&\>svg\+div\]\:translate-y-\[-3px\] > svg + div {
  --tw-translate-y: -3px;
  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));
}

.\[\&\>svg\]\:absolute > svg {
  position: absolute;
}

.\[\&\>svg\]\:left-4 > svg {
  left: 1rem;
}

.\[\&\>svg\]\:top-4 > svg {
  top: 1rem;
}

.\[\&\>svg\]\:block > svg {
  display: block;
}

.\[\&\>svg\]\:size-3\.5 > svg {
  width: .875rem;
  height: .875rem;
}

.\[\&\>svg\]\:size-4 > svg {
  width: 1rem;
  height: 1rem;
}

.\[\&\>svg\]\:h-2\.5 > svg {
  height: .625rem;
}

.\[\&\>svg\]\:h-3 > svg {
  height: .75rem;
}

.\[\&\>svg\]\:w-2\.5 > svg {
  width: .625rem;
}

.\[\&\>svg\]\:w-3 > svg {
  width: .75rem;
}

.\[\&\>svg\]\:shrink-0 > svg {
  flex-shrink: 0;
}

.\[\&\>svg\]\:text-destructive > svg {
  color: hsl(var(--destructive));
}

.\[\&\>svg\]\:text-foreground > svg {
  color: hsl(var(--foreground));
}

.\[\&\>svg\]\:text-muted-foreground > svg {
  color: hsl(var(--muted-foreground));
}

.\[\&\>svg\~\*\]\:pl-7 > svg ~ * {
  padding-left: 1.75rem;
}

.\[\&\>tr\]\:last\:border-b-0:last-child > tr {
  border-bottom-width: 0;
}

.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction="vertical"] > div {
  --tw-rotate: 90deg;
  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));
}

.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state="open"] > svg {
  --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));
}

.\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text {
  fill: hsl(var(--muted-foreground));
}

.\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke="#ccc"] {
  stroke: hsl(var(--border) / .5);
}

.\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor {
  stroke: hsl(var(--border));
}

.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke="#fff"] {
  stroke: rgba(0, 0, 0, 0);
}

.\[\&_\.recharts-layer\]\:outline-none .recharts-layer {
  outline-offset: 2px;
  outline: 2px solid rgba(0, 0, 0, 0);
}

.\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke="#ccc"] {
  stroke: hsl(var(--border));
}

.\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector, .\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor {
  fill: hsl(var(--muted));
}

.\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke="#ccc"] {
  stroke: hsl(var(--border));
}

.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke="#fff"] {
  stroke: rgba(0, 0, 0, 0);
}

.\[\&_\.recharts-sector\]\:outline-none .recharts-sector, .\[\&_\.recharts-surface\]\:outline-none .recharts-surface {
  outline-offset: 2px;
  outline: 2px solid rgba(0, 0, 0, 0);
}

.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading] {
  padding-left: .5rem;
  padding-right: .5rem;
}

.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading] {
  padding-top: .375rem;
  padding-bottom: .375rem;
}

.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading] {
  font-size: .75rem;
  line-height: 1rem;
}

.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading] {
  font-weight: 500;
}

.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading] {
  color: hsl(var(--muted-foreground));
}

.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden]) ~ [cmdk-group] {
  padding-top: 0;
}

.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group] {
  padding-left: .5rem;
  padding-right: .5rem;
}

.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg {
  height: 1.25rem;
}

.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg {
  width: 1.25rem;
}

.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input] {
  height: 3rem;
}

.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item] {
  padding-left: .5rem;
  padding-right: .5rem;
}

.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item] {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg {
  height: 1.25rem;
}

.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg {
  width: 1.25rem;
}

.\[\&_p\]\:leading-relaxed p {
  line-height: 1.625;
}

.\[\&_svg\]\:pointer-events-none svg {
  pointer-events: none;
}

.\[\&_svg\]\:shrink-0 svg {
  flex-shrink: 0;
}

.\[\&_tr\:last-child\]\:border-0 tr:last-child {
  border-width: 0;
}

.\[\&_tr\]\:border-b tr {
  border-bottom-width: 1px;
}

[data-side="left"][data-collapsible="offcanvas"] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2 {
  right: -.5rem;
}

[data-side="left"][data-state="collapsed"] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize {
  cursor: e-resize;
}

[data-side="left"] .\[\[data-side\=left\]_\&\]\:cursor-w-resize {
  cursor: w-resize;
}

[data-side="right"][data-collapsible="offcanvas"] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2 {
  left: -.5rem;
}

[data-side="right"][data-state="collapsed"] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize {
  cursor: w-resize;
}

[data-side="right"] .\[\[data-side\=right\]_\&\]\:cursor-e-resize {
  cursor: e-resize;
}

/* [project]/src/lib/notosans_480df22d.module.css [app-client] (css) */
@font-face {
  font-family: notoSans;
  src: url("../media/NotoSans_VariableFont_wdth,wght-s.3521a4a3.ttf") format("truetype");
  font-display: swap;
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: notoSans;
  src: url("../media/NotoSans_Italic_VariableFont_wdth,wght-s.f50eeb15.ttf") format("truetype");
  font-display: swap;
  font-weight: 100 900;
  font-style: italic;
}

@font-face {
  font-family: notoSans Fallback;
  src: local(Arial);
  ascent-override: 100.41%;
  descent-override: 27.52%;
  line-gap-override: 0.0%;
  size-adjust: 106.47%;
}

.notosans_480df22d-module__j_Y0aq__className {
  font-family: notoSans, notoSans Fallback, Arial, Helvetica, sans-serif;
}

.notosans_480df22d-module__j_Y0aq__variable {
  --font-noto-sans: "notoSans", "notoSans Fallback", Arial, Helvetica, sans-serif;
}

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