/**
 * Skipped minification because the original files appears to be already minified.
 * Original file: /npm/tw-animate-css@1.3.6/dist/tw-animate.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */

@property --tw-animation-delay{
  syntax:"*";

  inherits:false;

  initial-value:0s
}

@property --tw-animation-direction{
  syntax:"*";

  inherits:false;

  initial-value:normal
}

@property --tw-animation-duration{
  syntax:"*";

  inherits:false
}

@property --tw-animation-fill-mode{
  syntax:"*";

  inherits:false;

  initial-value:none
}

@property --tw-animation-iteration-count{
  syntax:"*";

  inherits:false;

  initial-value:1
}

@property --tw-enter-opacity{
  syntax:"*";

  inherits:false;

  initial-value:1
}

@property --tw-enter-rotate{
  syntax:"*";

  inherits:false;

  initial-value:0
}

@property --tw-enter-scale{
  syntax:"*";

  inherits:false;

  initial-value:1
}

@property --tw-enter-translate-x{
  syntax:"*";

  inherits:false;

  initial-value:0
}

@property --tw-enter-translate-y{
  syntax:"*";

  inherits:false;

  initial-value:0
}

@property --tw-exit-opacity{
  syntax:"*";

  inherits:false;

  initial-value:1
}

@property --tw-exit-rotate{
  syntax:"*";

  inherits:false;

  initial-value:0
}

@property --tw-exit-scale{
  syntax:"*";

  inherits:false;

  initial-value:1
}

@property --tw-exit-translate-x{
  syntax:"*";

  inherits:false;

  initial-value:0
}

@property --tw-exit-translate-y{
  syntax:"*";

  inherits:false;

  initial-value:0
}

@theme inline{
  --animation-delay-0: 0s;

  --animation-delay-75: 75ms;

  --animation-delay-100: .1s;

  --animation-delay-150: .15s;

  --animation-delay-200: .2s;

  --animation-delay-300: .3s;

  --animation-delay-500: .5s;

  --animation-delay-700: .7s;

  --animation-delay-1000: 1s;

  --animation-repeat-0: 0;

  --animation-repeat-1: 1;

  --animation-repeat-infinite: infinite;

  --animation-direction-normal: normal;

  --animation-direction-reverse: reverse;

  --animation-direction-alternate: alternate;

  --animation-direction-alternate-reverse: alternate-reverse;

  --animation-fill-mode-none: none;

  --animation-fill-mode-forwards: forwards;

  --animation-fill-mode-backwards: backwards;

  --animation-fill-mode-both: both;

  --percentage-0: 0;

  --percentage-5: .05;

  --percentage-10: .1;

  --percentage-15: .15;

  --percentage-20: .2;

  --percentage-25: .25;

  --percentage-30: .3;

  --percentage-35: .35;

  --percentage-40: .4;

  --percentage-45: .45;

  --percentage-50: .5;

  --percentage-55: .55;

  --percentage-60: .6;

  --percentage-65: .65;

  --percentage-70: .7;

  --percentage-75: .75;

  --percentage-80: .8;

  --percentage-85: .85;

  --percentage-90: .9;

  --percentage-95: .95;

  --percentage-100: 1;

  --percentage-translate-full: 1;

  --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);

  --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);

  @keyframes enter {
    from {
      opacity: var(--tw-enter-opacity,1);
      transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));
    }
  }

  @keyframes exit {
    to {
      opacity: var(--tw-exit-opacity,1);
      transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));
    }
  }

  --animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);

  --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);

  --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);

  --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);

  @keyframes accordion-down {
    from {
      height: 0;
    }

    to {
      height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,auto))));
    }
  }

  @keyframes accordion-up {
    from {
      height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,auto))));
    }

    to {
      height: 0;
    }
  }

  @keyframes collapsible-down {
    from {
      height: 0;
    }

    to {
      height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto))));
    }
  }

  @keyframes collapsible-up {
    from {
      height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto))));
    }

    to {
      height: 0;
    }
  }

  --animate-caret-blink: caret-blink 1.25s ease-out infinite;

  @keyframes caret-blink {
    0%,70%,100% {
      opacity: 1;
    }

    20%,50% {
      opacity: 0;
    }
  }
}

@utility animation-duration-*{
  --tw-animation-duration: calc(--value(number)*1ms);

  --tw-animation-duration: --value(--animation-duration-*,[duration],"initial",[*]);

  animation-duration: calc(--value(number)*1ms);

  animation-duration: --value(--animation-duration-*,[duration],"initial",[*]);
}

@utility delay-*{
  animation-delay: calc(--value(number)*1ms);

  animation-delay: --value(--animation-delay-*,[duration],"initial",[*]);

  --tw-animation-delay: calc(--value(number)*1ms);

  --tw-animation-delay: --value(--animation-delay-*,[duration],"initial",[*]);
}

@utility repeat-*{
  animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]);

  --tw-animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]);
}

@utility direction-*{
  animation-direction: --value(--animation-direction-*,"initial",[*]);

  --tw-animation-direction: --value(--animation-direction-*,"initial",[*]);
}

@utility fill-mode-*{
  animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]);

  --tw-animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]);
}

@utility running{
  animation-play-state: running;
}

@utility paused{
  animation-play-state: paused;
}

@utility play-state-*{
  animation-play-state: --value("initial",[*]);
}

@utility fade-in{
  --tw-enter-opacity: 0;
}

@utility fade-in-*{
  --tw-enter-opacity: calc(--value(number)/100);

  --tw-enter-opacity: --value(--percentage-*,[*]);
}

@utility fade-out{
  --tw-exit-opacity: 0;
}

@utility fade-out-*{
  --tw-exit-opacity: calc(--value(number)/100);

  --tw-exit-opacity: --value(--percentage-*,[*]);
}

@utility zoom-in{
  --tw-enter-scale: 0;
}

@utility zoom-in-*{
  --tw-enter-scale: calc(--value(number)*1%);

  --tw-enter-scale: calc(--value(ratio));

  --tw-enter-scale: --value(--percentage-*,[*]);
}

@utility -zoom-in-*{
  --tw-enter-scale: calc(--value(number)*-1%);

  --tw-enter-scale: calc(--value(ratio)*-1);

  --tw-enter-scale: --value(--percentage-*,[*]);
}

@utility zoom-out{
  --tw-exit-scale: 0;
}

@utility zoom-out-*{
  --tw-exit-scale: calc(--value(number)*1%);

  --tw-exit-scale: calc(--value(ratio));

  --tw-exit-scale: --value(--percentage-*,[*]);
}

@utility -zoom-out-*{
  --tw-exit-scale: calc(--value(number)*-1%);

  --tw-exit-scale: calc(--value(ratio)*-1);

  --tw-exit-scale: --value(--percentage-*,[*]);
}

@utility spin-in{
  --tw-enter-rotate: 30deg;
}

@utility spin-in-*{
  --tw-enter-rotate: calc(--value(number)*1deg);

  --tw-enter-rotate: calc(--value(ratio)*360deg);

  --tw-enter-rotate: --value(--rotate-*,[*]);
}

@utility -spin-in{
  --tw-enter-rotate: -30deg;
}

@utility -spin-in-*{
  --tw-enter-rotate: calc(--value(number)*-1deg);

  --tw-enter-rotate: calc(--value(ratio)*-360deg);

  --tw-enter-rotate: --value(--rotate-*,[*]);
}

@utility spin-out{
  --tw-exit-rotate: 30deg;
}

@utility spin-out-*{
  --tw-exit-rotate: calc(--value(number)*1deg);

  --tw-exit-rotate: calc(--value(ratio)*360deg);

  --tw-exit-rotate: --value(--rotate-*,[*]);
}

@utility -spin-out{
  --tw-exit-rotate: -30deg;
}

@utility -spin-out-*{
  --tw-exit-rotate: calc(--value(number)*-1deg);

  --tw-exit-rotate: calc(--value(ratio)*-360deg);

  --tw-exit-rotate: --value(--rotate-*,[*]);
}

@utility slide-in-from-top{
  --tw-enter-translate-y: -100%;
}

@utility slide-in-from-top-*{
  --tw-enter-translate-y: calc(--value(integer)*var(--spacing)*-1);

  --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%);

  --tw-enter-translate-y: calc(--value(ratio)*-100%);

  --tw-enter-translate-y: calc(--value(--translate-*,[percentage],[length])*-1);
}

@utility slide-in-from-bottom{
  --tw-enter-translate-y: 100%;
}

@utility slide-in-from-bottom-*{
  --tw-enter-translate-y: calc(--value(integer)*var(--spacing));

  --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%);

  --tw-enter-translate-y: calc(--value(ratio)*100%);

  --tw-enter-translate-y: --value(--translate-*,[percentage],[length]);
}

@utility slide-in-from-left{
  --tw-enter-translate-x: -100%;
}

@utility slide-in-from-left-*{
  --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1);

  --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%);

  --tw-enter-translate-x: calc(--value(ratio)*-100%);

  --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1);
}

@utility slide-in-from-right{
  --tw-enter-translate-x: 100%;
}

@utility slide-in-from-right-*{
  --tw-enter-translate-x: calc(--value(integer)*var(--spacing));

  --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%);

  --tw-enter-translate-x: calc(--value(ratio)*100%);

  --tw-enter-translate-x: --value(--translate-*,[percentage],[length]);
}

@utility slide-in-from-start{
  &:dir(ltr){
    --tw-enter-translate-x: -100%;
  }

  &:dir(rtl){
    --tw-enter-translate-x: 100%;
  }
}

@utility slide-in-from-start-*{
  &:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){
    --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1);
    --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%);
    --tw-enter-translate-x: calc(--value(ratio)*-100%);
    --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1);
  }

  &:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){
    --tw-enter-translate-x: calc(--value(integer)*var(--spacing));
    --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%);
    --tw-enter-translate-x: calc(--value(ratio)*100%);
    --tw-enter-translate-x: --value(--translate-*,[percentage],[length]);
  }
}

@utility slide-in-from-end{
  &:dir(ltr){
    --tw-enter-translate-x: 100%;
  }

  &:dir(rtl){
    --tw-enter-translate-x: -100%;
  }
}

@utility slide-in-from-end-*{
  &:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){
    --tw-enter-translate-x: calc(--value(integer)*var(--spacing));
    --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%);
    --tw-enter-translate-x: calc(--value(ratio)*100%);
    --tw-enter-translate-x: --value(--translate-*,[percentage],[length]);
  }

  &:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){
    --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1);
    --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%);
    --tw-enter-translate-x: calc(--value(ratio)*-100%);
    --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1);
  }
}

@utility slide-out-to-top{
  --tw-exit-translate-y: -100%;
}

@utility slide-out-to-top-*{
  --tw-exit-translate-y: calc(--value(integer)*var(--spacing)*-1);

  --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%);

  --tw-exit-translate-y: calc(--value(ratio)*-100%);

  --tw-exit-translate-y: calc(--value(--translate-*,[percentage],[length])*-1);
}

@utility slide-out-to-bottom{
  --tw-exit-translate-y: 100%;
}

@utility slide-out-to-bottom-*{
  --tw-exit-translate-y: calc(--value(integer)*var(--spacing));

  --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%);

  --tw-exit-translate-y: calc(--value(ratio)*100%);

  --tw-exit-translate-y: --value(--translate-*,[percentage],[length]);
}

@utility slide-out-to-left{
  --tw-exit-translate-x: -100%;
}

@utility slide-out-to-left-*{
  --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1);

  --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%);

  --tw-exit-translate-x: calc(--value(ratio)*-100%);

  --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1);
}

@utility slide-out-to-right{
  --tw-exit-translate-x: 100%;
}

@utility slide-out-to-right-*{
  --tw-exit-translate-x: calc(--value(integer)*var(--spacing));

  --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%);

  --tw-exit-translate-x: calc(--value(ratio)*100%);

  --tw-exit-translate-x: --value(--translate-*,[percentage],[length]);
}

@utility slide-out-to-start{
  &:dir(ltr){
    --tw-exit-translate-x: -100%;
  }

  &:dir(rtl){
    --tw-exit-translate-x: 100%;
  }
}

@utility slide-out-to-start-*{
  &:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){
    --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1);
    --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%);
    --tw-exit-translate-x: calc(--value(ratio)*-100%);
    --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1);
  }

  &:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){
    --tw-exit-translate-x: calc(--value(integer)*var(--spacing));
    --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%);
    --tw-exit-translate-x: calc(--value(ratio)*100%);
    --tw-exit-translate-x: --value(--translate-*,[percentage],[length]);
  }
}

@utility slide-out-to-end{
  &:dir(ltr){
    --tw-exit-translate-x: 100%;
  }

  &:dir(rtl){
    --tw-exit-translate-x: -100%;
  }
}

@utility slide-out-to-end-*{
  &:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){
    --tw-exit-translate-x: calc(--value(integer)*var(--spacing));
    --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%);
    --tw-exit-translate-x: calc(--value(ratio)*100%);
    --tw-exit-translate-x: --value(--translate-*,[percentage],[length]);
  }

  &:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){
    --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1);
    --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%);
    --tw-exit-translate-x: calc(--value(ratio)*-100%);
    --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1);
  }
}

/**
 * tom-select.css (v2.4.6)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */

.ts-control {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
}

.ts-wrapper.multi.has-items .ts-control {
  padding: calc(8px - 2px - 1px) 8px calc(8px - 2px - 3px - 1px);
}

.full .ts-control {
  background-color: #fff;
}

.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}

.focus .ts-control {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}

.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
  overflow: auto;
}

.ts-wrapper.multi .ts-control > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}

.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: white;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
  box-shadow: none !important;
}

.ts-control > input::-ms-clear {
  display: none;
}

.ts-control > input:focus {
  outline: none !important;
}

.has-items .ts-control > input {
  margin: 0px 4px !important;
}

.ts-control.rtl {
  text-align: right;
}

.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}

.ts-control.rtl .ts-control > input {
  margin: 0px 4px 0px -2px !important;
}

.disabled .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}

.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}

.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0.25rem 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 5px 8px;
}

.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}

.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.ts-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.ts-dropdown .active.create {
  color: #495c68;
}

.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}

.ts-dropdown .spinner::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.ts-dropdown-content {
  overflow: hidden auto;
  max-height: 200px;
  scroll-behavior: smooth;
}

.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}

.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}

.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}

.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}

/* stylelint-disable function-name-case */

.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}

.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(8px - 6px);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}

.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px);
}

.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: color-mix(#fff, #d0d0d0, 85%);
  border-radius: 3px 3px 0 0;
}

.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.ts-wrapper .dropdown-header-close:hover {
  color: black;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}

.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px;
  display: block;
  padding: 8px 8px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  background: transparent;
}

.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}

.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-moz-placeholder {
  color: transparent;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}

.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}

.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}

.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #0073bb;
  margin-left: 6px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #00578d;
}

.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: #aaaaaa;
}

.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}

.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #0073bb;
  margin-right: 6px;
}

.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #00578d;
}

.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: #aaaaaa;
}

:root {
  --ts-pr-clear-button: 0px;
  --ts-pr-caret: 0px;
  --ts-pr-min: .75rem;
}

.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-control:not(.rtl) {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-control.rtl {
  padding-left: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-wrapper {
  position: relative;
}

.ts-dropdown,
.ts-control,
.ts-control input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.ts-wrapper.single .ts-control {
  --ts-pr-caret: 2rem;
}

.ts-wrapper.single .ts-control::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.ts-wrapper.single .ts-control:not(.rtl)::after {
  right: 15px;
}

.ts-wrapper.single .ts-control.rtl::after {
  left: 15px;
}

.ts-wrapper.single.dropdown-active .ts-control::after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.ts-wrapper.single.input-active .ts-control, .ts-wrapper.single.input-active .ts-control input {
  cursor: text;
}

.ts-wrapper {
  display: flex;
  min-height: 36px;
}

.ts-wrapper.multi.has-items .ts-control {
  padding-left: 5px;
  --ts-pr-min: 5px;
}

.ts-wrapper.multi .ts-control [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border-radius: 3px;
  background-color: color-mix(#1da7ee, #178ee9, 60%);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.ts-wrapper.multi .ts-control [data-value].active {
  background-color: color-mix(#008fd8, #0075cf, 60%);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
}

.ts-wrapper.multi.disabled .ts-control [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  box-shadow: none;
}

.ts-wrapper.multi.disabled .ts-control [data-value], .ts-wrapper.multi.disabled .ts-control [data-value] .remove {
  border-color: #e6e6e6;
}

.ts-wrapper.multi.disabled .ts-control [data-value] .remove {
  background: none;
}

.ts-wrapper.single .ts-control {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: color-mix(#fefefe, #f2f2f2, 60%);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
}

.ts-wrapper.single .ts-control, .ts-dropdown.single {
  border-color: #b8b8b8;
}

.dropdown-active .ts-control {
  border-radius: 3px 3px 0 0;
}

.ts-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}

.ts-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.ts-dropdown .optgroup:first-child {
  border-top: 0 none;
}

:root {
  /* Premium light surfaces */
  --bg: 0 0% 100%;
  --surface-1: 0 0% 100%;
  --surface-2: 176 20% 97%;
  --text: 210 25% 12%;
  --muted: 210 10% 45%;
  --border: 210 16% 90%;
  /* Accent & anchor */
  --primary: 176 57% 48%;
  --ink: 210 30% 10%;
  /* Radii & shadows */
  --radius-md: 14px;
  --radius-lg: 20px;
  --shadow-1: 0 10px 30px rgba(0, 0, 0, 0.06);
  --shadow-2: 0 16px 50px rgba(0, 0, 0, 0.10);
}

/* Loader chef-hat (Lucide) */

.loader-chef {
  --loader-size: 48px;
  /* surchargé par data-loading-icon-size-value */
  --loader-speed: 1.1s;
  /* surchargé par data-loading-icon-speed-value */
  --loader-color: hsl(var(--primary, 178 36% 51%));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--loader-size) + 8px);
  height: calc(var(--loader-size) + 8px);
}

.loader-chef svg {
  width: var(--loader-size);
  height: var(--loader-size);
  stroke: var(--loader-color);
}

@keyframes loader-chef-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Effet "dessin" sur les traits pour un look plus vivant */

.loader-chef.is-loading svg path,
.loader-chef.is-loading svg polyline,
.loader-chef.is-loading svg line,
.loader-chef.is-loading svg rect,
.loader-chef.is-loading svg circle {
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  animation: loader-chef-dash 1.2s ease-in-out infinite;
}

@keyframes loader-chef-dash {
  0%   {
    stroke-dashoffset: 60;
  }

  50%  {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 60;
  }
}

/* Accessibilité */

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

#recipe-detail-panel {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 90vh;
  min-height: 75vh;
  background: hsl(var(--card));
  color: hsl(var(--card-foreground));
  border-top: 4px solid hsl(var(--primary));
  transform: translateY(100%);
  transition: transform .3s ease-out;
  box-shadow: 0 -8px 20px rgba(15, 23, 42, .2);
  overflow-y: hidden;
  z-index: 1000;
}

#recipe-detail-panel.open {
  transform: translateY(0);
}

#recipe-detail-panel .close-btn {
  position: absolute;
  top: .5rem;
  right: .75rem;
  background: transparent;
  border: none;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  color: hsl(var(--primary-foreground));
}

#recipe-panel-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .55);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease-out;
  z-index: 998;
}

#recipe-panel-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

.recipe-card{
  position:relative;
  height:200px;
  cursor:pointer;
  border-radius:0.75rem;
  border-width:1px;
  background-color:hsl(var(--card));
  padding:0.25rem;
  color:hsl(var(--card-foreground));
  --tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition: all 0.2s ease
}

.recipe-card:hover{
  --tw-translate-y:-0.125rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.recipe-card .recipe-info{
  display:flex;
  min-height:80px;
  flex-direction:column;
  justify-content:space-between;
  gap:0.25rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-top:0.5rem;
  padding-bottom:0.5rem
}

.recipe-card .recipe-info .recipe-title{
  margin-top:auto;
  margin-bottom:auto;
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  font-size:1.125rem;
  font-weight:600;
  color:hsl(var(--primary));
  line-height: 1.3rem
}

.planning-recipe{
  cursor:pointer
}

/* Step items - clickable preparation steps */

.step-item{
  display:flex;
  cursor:pointer;
  gap:1rem;
  border-radius:var(--radius);
  --tw-bg-opacity:1;
  background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding:1rem;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.step-item:hover{
  --tw-bg-opacity:1;
  background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))
}

.step-item .step-number{
  display:flex;
  height:2rem;
  width:2rem;
  flex-shrink:0;
  align-items:center;
  justify-content:center;
  border-radius:9999px;
  background-color:hsl(var(--primary));
  font-size:0.875rem;
  line-height:1.25rem;
  font-weight:600;
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.step-item:has(input:checked) .step-number{
  background-color:hsl(var(--secondary))
}

.step-item .step-index {
  display: block;
}

.step-item:has(input:checked) .step-index {
  display: none;
}

.step-item .step-check {
  display: none;
}

.step-item:has(input:checked) .step-check {
  display: block;
}

.step-item:has(input:checked) p{
  --tw-text-opacity:1;
  color:rgb(156 163 175 / var(--tw-text-opacity, 1));
  text-decoration-line:line-through
}

/* Styles pour les items cochés */

.item-checked .item-name {
  text-decoration: line-through;
  color: #9ca3af;
}

.item-checked .item-checkbox {
  background-color: #10b981;
  border-color: #10b981;
}

.item-checked .item-checkbox svg {
  display: block;
}

.hero{
  position:relative;
  height:100vh;
  width:100%;
  overflow:hidden;
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 85% 50%;
  z-index: 0;
}

.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
        linear-gradient(90deg,
        rgba(0,0,0,0.68) 0%,
        rgba(0,0,0,0.42) 38%,
        rgba(0,0,0,0.18) 60%,
        rgba(0,0,0,0.00) 80%),
        radial-gradient(80% 70% at 30% 35%,
        hsl(var(--primary) / 0.16),
        rgba(0,0,0,0.00) 60%);
}

.hero__inner{
  position:relative;
  z-index:1;
  display:grid;
  width:100%;
  align-items:center;
  grid-template-columns: minmax(320px, 560px) 1fr;
  gap: clamp(16px, 3vw, 48px);
  max-width: 1440px;
  margin: 0 auto;
  min-height: 100vh;
  padding: clamp(64px, 8vh, 96px) clamp(16px, 4vw, 48px)
}

.hero__copy{
  display:flex;
  flex-direction:column;
  gap:1.5rem;
  max-width: 56ch;
  position: relative;
  animation: heroFade 480ms ease-out both
}

.hero__title {
  font-size: clamp(34px, 3.2vw, 56px);
  line-height: 1.03;
  letter-spacing: -0.02em;
  font-weight:600;
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hero__subtitle{
  font-size:1.125rem;
  line-height:1.75rem;
  color:rgb(255 255 255 / 0.85)
}

@media (min-width: 768px){
  .hero__subtitle{
    font-size:1.5rem;
    line-height:2rem
  }
}

.hero__subtitle {
  line-height: 1.5;
  margin-top: 12px;
  max-width: 52ch;
  opacity: 0.86;
}

.hero__cta{
  display:flex;
  width:100%;
  flex-direction:column;
  gap:0.75rem
}

@media (min-width: 640px){
  .hero__cta{
    width:auto;
    flex-direction:row
  }
}

.hero__visual {
  min-height: 240px;
}

.hero__pill{
  display:inline-flex;
  align-items:center;
  gap:0.5rem;
  font-size:0.875rem;
  line-height:1.25rem;
  font-weight:500;
  padding: 6px 10px;
  border-radius: 999px;
  background: hsl(var(--primary) / 0.14);
  border: 1px solid hsl(var(--primary) / 0.18);
  color: hsl(var(--primary) / 0.92);
  width: -moz-fit-content;
  width: fit-content
}

.hero__pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: hsl(var(--primary) / 0.95);
}

.hero-nav{
  pointer-events:none;
  position:fixed;
  top:0px;
  z-index:50;
  width:100%;
  opacity:0;
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:300ms;
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
  transform: translateY(-8px)
}

.hero-nav.is-visible{
  pointer-events:auto;
  opacity:1;
  transform: translateY(0)
}

.hero-nav__inner{
  margin-left:auto;
  margin-right:auto;
  display:flex;
  height:70px;
  max-width:1200px;
  align-items:center;
  justify-content:space-between;
  border-radius:9999px;
  border-width:1px;
  border-color:rgb(255 255 255 / 0.1);
  background-color:rgb(15 23 42 / 0.6);
  padding-left:1.5rem;
  padding-right:1.5rem;
  --tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur:blur(16px);
  -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)
}

.hero__trust{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.5rem;
  font-size:0.875rem;
  line-height:1.25rem;
  color:rgb(255 255 255 / 0.7);
  font-size: 12px;
  opacity: 0.78
}

.hero__trust-dot {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
}

.hero__brand {
  color: hsl(var(--primary) / 0.95);
}

.hero__copy::before {
  content: "";
  position: absolute;
  inset: 0;
  width: min(640px, 70vw);
  height: 320px;
  left: -6%;
  top: 8%;
  background: radial-gradient(60% 60% at 30% 40%,
        rgba(6, 26, 32, 0.42),
        rgba(6, 26, 32, 0.18),
        rgba(6, 26, 32, 0.0)
    );
  filter: blur(10px);
  z-index: -1;
  pointer-events: none;
}

@keyframes heroFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__copy {
    animation: none;
  }
}

@media (min-width: 1024px) {
  .hero__copy {
    transform: translateY(6px);
  }
}

@media (max-width: 1023px) {
  .hero__inner {
    grid-template-columns: 1fr;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero__copy{
    align-items:center;
    text-align:center;
    margin: 0 auto
  }

  .hero__subtitle{
    color:rgb(255 255 255 / 0.9)
  }

  .hero__cta{
    width:100%;
    justify-content:center
  }

  .hero__bg {
    background-position: 60% 50%;
  }

  .hero__bg::after {
    background: linear-gradient(
            180deg,
            rgba(6, 26, 32, 0.78) 0%,
            rgba(6, 26, 32, 0.56) 30%,
            rgba(6, 26, 32, 0.28) 65%,
            rgba(6, 26, 32, 0.42) 100%
        );
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 520px;
  }

  .hero__inner {
    padding-top: 56px;
    padding-bottom: 48px;
    gap: 18px;
  }

  .hero__title{
    font-size:1.875rem;
    line-height:2.25rem;
    line-height:1.375
  }

  .hero__bg {
    background-position: 50% 40%;
  }

  .hero__bg::after {
    background: linear-gradient(
            180deg,
            rgba(6, 26, 32, 0.74) 0%,
            rgba(6, 26, 32, 0.52) 32%,
            rgba(6, 26, 32, 0.24) 72%,
            rgba(6, 26, 32, 0.36) 100%
        );
  }
}

.decor-plate-layer {
  pointer-events: none;
}

.decor-plate-frame {
  --decor-float-amp: 8px;
  --decor-float-tilt: 0.8deg;
  --decor-float-duration: 16s;
  will-change: transform;
}

.decor-plate {
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.decor-mask-tl {
  --decor-mask: radial-gradient(120% 120% at 18% 18%, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.8) 35%, rgba(0, 0, 0, 0.45) 58%, rgba(0, 0, 0, 0) 78%);
  -webkit-mask-image: var(--decor-mask);
  mask-image: var(--decor-mask);
}

.decor-mask-br {
  --decor-mask: radial-gradient(120% 120% at 82% 82%, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.8) 35%, rgba(0, 0, 0, 0.45) 58%, rgba(0, 0, 0, 0) 78%);
  -webkit-mask-image: var(--decor-mask);
  mask-image: var(--decor-mask);
}

.decor-float-a {
  animation: decorFloat var(--decor-float-duration) ease-in-out infinite alternate;
}

.decor-float-b {
  --decor-float-amp: -7px;
  --decor-float-tilt: -0.8deg;
  --decor-float-duration: 18s;
  animation: decorFloat var(--decor-float-duration) ease-in-out infinite alternate;
}

@keyframes decorFloat {
  from {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  to {
    transform: translate3d(0, var(--decor-float-amp), 0) rotate(var(--decor-float-tilt));
  }
}

@media (max-width: 640px) {
  .decor-plate-frame {
    --decor-float-amp: 5px;
    --decor-float-tilt: 0.6deg;
    --decor-float-duration: 14s;
  }

  .decor-float-b {
    --decor-float-amp: -4px;
    --decor-float-tilt: -0.6deg;
    --decor-float-duration: 15s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .decor-float-a,
    .decor-float-b {
    animation: none;
  }
}

@supports not ((-webkit-mask-image: radial-gradient(circle, black, transparent)) or (mask-image: radial-gradient(circle, black, transparent))) {
  .decor-mask-tl,
    .decor-mask-br {
    opacity: 0.08 !important;
  }
}

/* Planner UI refresh (aligné avec le bloc “Aperçu du produit”) */

.planner-kicker {
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: hsl(var(--primary));
  margin-bottom: 6px;
}

.planner-title {
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: hsl(var(--text));
}

.planner-subtitle{
  color:hsl(var(--muted-foreground));
  max-width: 640px;
  line-height: 1.6
}

.planner-weeknav {
  display: flex;
  align-items: center;
  gap: 12px;
  background: hsl(var(--surface-1));
  border: 1px solid hsl(var(--border));
  border-radius: 14px;
  padding: 10px 14px;
  box-shadow: var(--shadow-1);
}

.planner-navbtn,
.planner-navbtn-sm{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--surface-1))
}

.planner-navbtn {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.planner-navbtn-sm {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}

.planner-navbtn:hover,
.planner-navbtn-sm:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-1);
  border-color: hsl(var(--primary)/0.35);
}

.planner-navbtn:focus-visible,
.planner-navbtn-sm:focus-visible {
  outline: 2px solid hsl(var(--primary));
  outline-offset: 3px;
}

.planner-weeklabel {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 220px;
}

.planner-weeklabel__row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.planner-weeklabel__badges {
  display: flex;
  gap: 6px;
}

.planner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: clamp(14px, 2vw, 20px);
}

.planner-grid[data-hide-breakfast="true"] .planner-slot[data-slot="BREAKFAST"] {
  display: none;
}

/* Day card */

.planner-day-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: hsl(var(--surface-1));
  border: 1px solid hsl(var(--border));
  box-shadow: var(--shadow-1);
  display: flex;
  flex-direction: column;
}

.planner-day-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  background: linear-gradient(135deg, hsl(var(--primary)/0.12), transparent 65%);
  border-bottom: 1px solid hsl(var(--border));
}

.planner-day-card__title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.planner-day-card__name {
  font-weight: 800;
  color: hsl(var(--text));
  font-size: 16px;
}

.planner-day-card__short {
  font-size: 11px;
  color:hsl(var(--muted-foreground));
  background: hsl(var(--surface-1));
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid hsl(var(--border));
}

.planner-day-card__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color:hsl(var(--muted-foreground));
}

.planner-day-card__body {
  display: grid;
  gap: 12px;
  padding: 14px 16px 16px;
}

.planner-slot {
  display: grid;
  gap: 0;
}

.planner-slot .planning-recipe {
  cursor: grab;
}

.planner-slot--chosen .planning-recipe {
  cursor: grabbing;
}

.planner-slot--ghost {
  opacity: 0.35;
}

.planner-slot--drag {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

.planner-slot__label {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color:hsl(var(--muted-foreground));
}

.planner-slot__drop {
  border: 1px solid hsl(var(--border));
  border-radius: 12px;
  background: linear-gradient(120deg, hsl(var(--surface-1)), hsl(var(--surface-2)/0.65));
  min-height: 78px;
  padding: 8px 10px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  position: relative;
  overflow: hidden;
}

.planner-slot__drop.drop-target {
  border-color: hsl(var(--primary));
  box-shadow: 0 0 0 3px hsl(var(--primary)/0.12), 0 18px 30px rgba(25,125,130,0.14);
  transform: translateY(-1px);
  background: hsl(var(--primary)/0.06);
}

.planner-slot__drop.has-recipe {
  background: transparent;
  padding: 0;
  border: none;
  min-height: 0;
}

.planner-slot__empty{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:0.5rem;
  font-size:0.875rem;
  line-height:1.25rem;
  font-weight:600;
  color:hsl(var(--muted-foreground));
  width: 100%;
  height: 100%;
  min-height: 66px;
  border: 2px dashed hsl(var(--border));
  border-radius: 12px;
  background: hsl(var(--surface-1));
  transition: border-color 150ms ease, color 150ms ease, background 150ms ease
}

.planner-slot__drop:hover .planner-slot__empty {
  border-color: hsl(var(--primary)/0.4);
  color: hsl(var(--primary));
}

/* Recipe chip inside slot */

.planning-recipe {
  border: 1px solid hsl(var(--border));
  border-radius: 12px;
  padding: 4px 12px;
  background: linear-gradient(120deg, hsl(var(--surface-1)), hsl(var(--surface-2)/0.7));
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.planning-recipe:hover {
  border-color: hsl(var(--primary)/0.3);
  background: linear-gradient(135deg,rgba(53, 192, 183, 0.05) 0%, rgba(255, 165, 92, 0.05) 100%);
}

.planning-recipe .recipe-image {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid hsl(var(--border));
  -o-object-fit: cover;
     object-fit: cover;
  background: hsl(var(--surface-2));
}

.planning-recipe .recipe-title {
  font-weight: 600;
  font-size: 16px;
  color: hsl(var(--text));
}

.planning-recipe .recipe-prep-time,
.planning-recipe .recipe-cook-time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color:hsl(var(--muted-foreground));
}

.planning-recipe .remove-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  opacity: 0;
}

.planning-recipe:hover .remove-btn,
.planning-recipe:focus-within .remove-btn {
  opacity: 1;
}

/* Recap */

.planner-recap {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: hsl(var(--surface-1));
  border: 1px solid hsl(var(--border));
  box-shadow: var(--shadow-1);
}

.planner-recap__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid hsl(var(--border));
  gap: 10px;
}

.planner-recap__title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.planner-recap__title h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.planner-recap__stats {
  padding: 16px 18px 18px;
  display: grid;
  gap: 12px;
}

.planner-kpi {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.planner-kpi__label{
  font-size:0.875rem;
  line-height:1.25rem;
  color:hsl(var(--muted-foreground))
}

.planner-kpi__value {
  font-weight: 700;
  color: hsl(var(--text));
}

.planner-progress__header {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color:hsl(var(--muted-foreground));
}

.planner-progress__bar {
  height: 8px;
  border-radius: 999px;
  background: hsl(var(--muted));
  overflow: hidden;
}

.planner-progress__fill {
  height: 100%;
  background: linear-gradient(90deg, hsl(var(--primary)), hsl(var(--primary)/0.7));
  transition: width 280ms ease;
}

.planner-reset-btn {
  font-size: 13px;
  font-weight: 700;
  color: hsl(var(--primary));
  padding: 8px 10px;
  border-radius: 10px;
  background: hsl(var(--primary)/0.08);
  border: 1px solid hsl(var(--primary)/0.2);
  transition: transform 120ms ease, box-shadow 120ms ease;
}

.planner-reset-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(25,125,130,0.18);
}

/* Sidebar cards (shared kit) */

.planner-panel {
  border-radius: 16px;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--surface-1));
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 18px;
  min-height: 0;
  overflow: visible;
  /* allow tooltips/dropdowns to overflow */
  position: relative;
}

.planner-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.planner-panel__title {
  display: flex;
  gap: 12px;
  align-items: center;
}

.planner-panel__title h3 {
  margin: 0;
  font-weight: 800;
}

.planner-panel__actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

/* Shopping list card (scratch_12-inspired) */

.planner-shopping-card,
.planner-recipes-card {
  position: relative;
  z-index: 0;
  border-radius: 18px;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--surface-1));
  box-shadow: 0 18px 36px rgba(12, 30, 28, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.planner-shopping-card__glow,
.planner-recipes-card__glow {
  position: absolute;
  inset: -4px;
  border-radius: 22px;
  background: linear-gradient(135deg, hsl(var(--primary)/0.08), transparent 60%, hsl(var(--primary)/0.12));
  filter: blur(6px);
  z-index: -2;
  pointer-events: none;
}

.planner-shopping-card__surface,
.planner-recipes-card__surface {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, hsl(var(--primary)/0.08), hsl(var(--border)/0.18), hsl(var(--primary)/0.12));
  z-index: -1;
  pointer-events: none;
}

.planner-shopping-card__inner,
.planner-recipes-card__inner {
  position: absolute;
  inset: 1px;
  border-radius: 17px;
  background: hsl(var(--surface-1));
  z-index: -1;
  pointer-events: none;
}

.planner-shopping-card__header,
.planner-recipes-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid hsl(var(--border)/0.5);
  background: linear-gradient(90deg, hsl(var(--surface-2)/0.65), hsl(var(--surface-2)/0.15));
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.planner-shopping-card__title,
.planner-recipes-card__title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.planner-shopping-card__icon,
.planner-recipes-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--primary)/0.85));
  color: hsl(var(--primary-foreground));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px hsl(var(--primary)/0.25);
}

.planner-shopping-card__subtitle,
.planner-recipes-card__subtitle {
  font-size: 12px;
  color: hsl(var(--muted-foreground));
}

.planner-shopping-card__progress {
  padding: 10px 20px 6px;
}

.planner-shopping-card__progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  color: hsl(var(--muted-foreground));
  margin-bottom: 6px;
}

.planner-shopping-card__progress-bar {
  height: 6px;
  border-radius: 999px;
  background: hsl(var(--surface-2));
  overflow: hidden;
}

.planner-shopping-card__progress-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, hsl(var(--primary)), hsl(var(--primary)/0.7));
  transition: width 200ms ease;
}

.planner-shopping-card__body {
  flex: 1 1 auto;
  min-height: 0;
  max-height: min(480px, 55vh);
  overflow-y: auto;
  padding: 6px 20px 12px;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: hsl(var(--primary)/0.35) hsl(var(--surface-2));
}

.planner-shopping-card__footer,
.planner-recipes-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-top: 1px solid hsl(var(--border)/0.5);
  background: linear-gradient(90deg, hsl(var(--surface-2)/0.55), transparent);
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

/* Recipes list card (scratch_12-inspired) */

.planner-recipes-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 auto;
  min-height: 0;
  max-height: min(420px, 55vh);
  overflow-y: auto;
  padding: 6px 20px 12px;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: hsl(var(--primary)/0.35) hsl(var(--surface-2));
}

.planner-recipes__search {
  position: relative;
}

.planner-recipes__search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: hsl(var(--muted-foreground));
  pointer-events: none;
}

.planner-recipes__search-input {
  width: 100%;
  height: 38px;
  border-radius: 12px;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--surface-1));
  padding: 0 12px 0 36px;
  font-size: 13px;
  color: hsl(var(--foreground));
  outline: none;
  transition: border-color 140ms ease, box-shadow 140ms ease;
}

.planner-recipes__search-input::-moz-placeholder {
  color: hsl(var(--muted-foreground));
}

.planner-recipes__search-input::placeholder {
  color: hsl(var(--muted-foreground));
}

.planner-recipes__search-input:focus-visible {
  border-color: hsl(var(--primary)/0.5);
  box-shadow: 0 0 0 3px hsl(var(--primary)/0.15);
}

.planner-recipes-card__pagination {
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid hsl(var(--border)/0.5);
  padding: 10px 16px;
  background: linear-gradient(90deg, hsl(var(--surface-2)/0.55), transparent);
}

.planner-recipes-card__pagination:not(.hidden) {
  display: flex;
}

.planner-recipes__list {
  display: grid;
  gap: 10px;
  min-height: 0;
}

.planner-empty{
  text-align:center;
  font-size:0.875rem;
  line-height:1.25rem;
  color:hsl(var(--muted-foreground));
  border: 1px dashed hsl(var(--border));
  border-radius: 12px;
  padding: 18px;
  background: hsl(var(--surface-2)/0.4)
}

.planner-shopping-card__body::-webkit-scrollbar,
.planner-recipes-card__body::-webkit-scrollbar,
.planner-grocery__list::-webkit-scrollbar,
.planner-recipes__list::-webkit-scrollbar {
  width: 6px;
}

.planner-shopping-card__body::-webkit-scrollbar-track,
.planner-recipes-card__body::-webkit-scrollbar-track,
.planner-grocery__list::-webkit-scrollbar-track,
.planner-recipes__list::-webkit-scrollbar-track {
  background: hsl(var(--surface-2));
  border-radius: 999px;
}

.planner-shopping-card__body::-webkit-scrollbar-thumb,
.planner-recipes-card__body::-webkit-scrollbar-thumb,
.planner-grocery__list::-webkit-scrollbar-thumb,
.planner-recipes__list::-webkit-scrollbar-thumb {
  background: hsl(var(--primary)/0.35);
  border-radius: 999px;
}

.planner-shopping-card__body::-webkit-scrollbar-thumb:hover,
.planner-recipes-card__body::-webkit-scrollbar-thumb:hover,
.planner-grocery__list::-webkit-scrollbar-thumb:hover,
.planner-recipes__list::-webkit-scrollbar-thumb:hover {
  background: hsl(var(--primary)/0.5);
}

.planner-pageinfo{
  font-size:0.875rem;
  line-height:1.25rem;
  color:hsl(var(--muted-foreground))
}

/* Sidebar recipes list inherits recipe chip styling already defined */

/* Grocery items (scratch_12-inspired) */

.planner-grocery__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.planner-grocery-item {
  border: 1px solid hsl(var(--primary)/0.15);
  border-radius: 12px;
  background: hsl(var(--surface-2)/0.35);
  transition: border-color 140ms ease, background 140ms ease, box-shadow 140ms ease;
}

.planner-grocery-item:hover {
  border-color: hsl(var(--primary)/0.5);
  background: hsl(var(--surface-2)/0.55);
}

.planner-grocery-item.is-checked {
  background: hsl(var(--primary)/0.08);
  border-color: hsl(var(--primary)/0.2);
}

.planner-grocery-item__row {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 4px 12px;
  position: relative;
}

.planner-grocery-item__checkbox:focus-visible + .planner-grocery-item__check {
  outline: 2px solid hsl(var(--primary));
  outline-offset: 2px;
}

.planner-grocery-item__check {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 2px solid hsl(var(--border));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: hsl(var(--surface-1));
  transition: border-color 140ms ease, background 140ms ease, box-shadow 140ms ease;
}

.planner-grocery-item__name {
  font-weight: 600;
  font-size: 14px;
  color: hsl(var(--text));
  flex: 1;
  text-transform: capitalize;
}

.planner-grocery-item__qty {
  font-size: 12px;
  color:hsl(var(--muted-foreground));
  background: hsl(var(--surface-2)/0.8);
  padding: 2px 8px;
  border-radius: 8px;
  border: none;
  margin-left: auto;
  line-height: normal;
}

.planner-grocery-item.is-checked .planner-grocery-item__check {
  border-color: hsl(var(--primary));
  background: hsl(var(--primary));
  box-shadow: 0 6px 14px rgba(25,125,130,0.22);
}

.planner-grocery-item.is-checked .planner-grocery-item__check svg {
  opacity: 1;
}

.planner-grocery-item.is-checked .planner-grocery-item__name {
  color: hsl(var(--muted-foreground));
  text-decoration: line-through;
}

.planner-grocery-item.is-checked .planner-grocery-item__qty {
  opacity: 0.65;
}

.planner-grocery-item__check svg {
  opacity: 0;
  transition: opacity 120ms ease;
}

/* Recipe state (used in current week) */

.planner-recipes-card .planning-recipe.is-used {
  border-color: hsl(var(--primary)/0.7);
  background: linear-gradient(135deg, hsl(var(--primary)/0.12), transparent 65%);
  box-shadow: inset 0 0 0 1px hsl(var(--primary));
}

.planner-recipes-card .planning-recipe.is-used::after {
  content: "✓";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  color: hsl(var(--primary-foreground));
  background: hsl(var(--primary));
  pointer-events: none;
  box-shadow: 0 6px 14px hsl(var(--primary)/0.2);
}

.planner-recipe-card--used {
  position: relative;
  border: 2px solid hsl(var(--primary)) !important;
}

.planner-recipe-card--used::after {
  content: "✓";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 25px;
  height: 25px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 14px;
  font-weight: 800;
  color: hsl(var(--primary-foreground));
  background: hsl(var(--primary));
  pointer-events: none;
  z-index: 2;
  box-shadow: 0 6px 14px hsl(var(--primary)/0.2);
}

.planner-grocery__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.planner-grocery__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: hsl(var(--muted-foreground));
}

.planner-grocery__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.planner-grocery__icon {
  color: hsl(var(--primary));
  width: 20px;
  height: 20px;
  opacity: 0.75;
}

.planner-grocery__name {
  line-height: 1;
}

.planner-grocery__count {
  font-size: 10px;
  background: hsl(var(--surface-2));
  padding: 2px 6px;
  border-radius: 8px;
  border: 1px solid hsl(var(--border));
  line-height: normal;
}

/* Accessibility & motion */

@media (prefers-reduced-motion: reduce) {
  .planner-navbtn,
    .planning-recipe,
    .planner-slot__drop {
    transition: none;
  }
}

.landing-page {
  /*background: hsl(var(--bg));*/
  color: hsl(var(--text));
}

.landing-page .section {
  padding-block: clamp(52px, 8vh, 88px);
  background: hsl(var(--surface-1));
}

.landing-page .section.section--compact {
  padding-block: clamp(32px, 5vh, 46px);
}

.landing-page .section__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding-inline: clamp(16px, 4vw, 32px);
}

.landing-page .section--muted {
  background: transparent;
  position: relative;
  overflow: hidden;
}

.landing-page .section--first.section--muted::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 80% at 18% 0%, hsl(var(--primary) / 0.12), transparent 60%);
  pointer-events: none;
}

.landing-page .section--halo::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 220px;
  background: radial-gradient(120% 80% at 12% -10%, hsl(var(--primary) / 0.12), transparent 55%),
    linear-gradient(180deg, hsl(var(--primary) / 0.08), transparent 46%);
  pointer-events: none;
}

.landing-page .section--muted > .section__inner {
  position: relative;
  z-index: 1;
}

.landing-page .section__heading {
  text-align: center;
  margin-bottom: clamp(32px, 6vh, 56px);
}

.landing-page .section__title {
  font-size: clamp(30px, 2.3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: hsl(var(--text));
  margin-bottom: 12px;
}

.landing-page .section__lead{
  color:hsl(var(--muted-foreground));
  font-size: clamp(16.5px, 1.15vw, 19px);
  line-height: 1.55;
  max-width: 780px;
  margin: 0 auto
}

.landing-page .section__heading--left {
  text-align: left;
  margin-bottom: clamp(24px, 5vh, 48px);
}

.landing-page .landing-how {
  position: relative;
}

.landing-page .landing-how::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 10%, hsl(var(--primary) / 0.06), transparent 50%), radial-gradient(circle at 80% 0%, hsl(var(--primary) / 0.05), transparent 45%);
  pointer-events: none;
}

.landing-page .section__meta {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 10px;
  background: hsl(var(--primary) / 0.08);
  color: hsl(var(--primary));
  font-weight: 700;
  font-size: 13px;
  margin-top: 10px;
}

.landing-page .pill-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto clamp(26px, 4vh, 40px);
}

.landing-page .pill-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: hsl(var(--surface-2));
  border: 1px solid hsl(var(--border));
  color: hsl(var(--text));
  font-weight: 700;
  font-size: 13px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.landing-page .pill-chip--ghost{
  color:hsl(var(--muted-foreground));
  background: transparent
}

.landing-page .pill-chip--tiny {
  padding: 4px 8px;
  font-weight: 600;
  font-size: 12px;
}

.landing-page .pill-chip--tiny.primary {
  background: hsl(var(--primary) / 0.75);
  border-color: hsl(var(--primary) / 0.75);
  color: hsl(var(--primary));
}

.landing-page .grid-cols-auto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.landing-page .landing-card {
  background: hsl(var(--surface-1));
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-1);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.landing-page .landing-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-2);
}

.landing-page .step-card {
  text-align: center;
  padding: 26px 22px 22px;
  position: relative;
}

.landing-page .step-card__icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: hsl(var(--primary) / 0.10);
  border: 1px solid hsl(var(--primary) / 0.18);
  color: hsl(var(--primary));
  box-shadow: 0 10px 24px rgba(25, 125, 130, 0.12);
}

.landing-page .step-card h3 {
  font-size: 20px;
  letter-spacing: -0.01em;
  color: hsl(var(--text));
  margin-bottom: 10px;
}

.landing-page .step-card p{
  color:hsl(var(--muted-foreground));
  line-height: 1.55
}

.landing-page .step-card__chips {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.landing-page .micro-chip {
  padding: 6px 10px;
  border-radius: 999px;
  background: hsl(var(--primary) / 0.10);
  border: 1px solid hsl(var(--primary) / 0.14);
  color: hsl(var(--text));
  font-weight: 700;
  font-size: 12px;
}

.landing-page .steps-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(16px, 2vw, 24px);
  max-width: 1024px;
  margin: 0 auto;
}

.landing-page .landing-how .how-stepper {
  position: relative;
  --track-pad: clamp(55px, 3vw, 60px);
  --p: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: hsl(var(--surface-1));
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-1);
  margin: 0 auto;
}

.landing-page .how-stepper__track {
  position: absolute;
  top: 50%;
  left: var(--track-pad);
  right: var(--track-pad);
  height: 2px;
  background: hsl(var(--border));
  transform: translateY(-50%);
}

.landing-page .how-stepper__progress {
  position: absolute;
  top: 50%;
  left: var(--track-pad);
  height: 2px;
  width: calc((100% - (2 * var(--track-pad))) * var(--p));
  background: linear-gradient(90deg, hsl(var(--primary)), hsl(var(--primary) / 0.6));
  border-radius: 999px;
  transform: translateY(-50%);
  transition: width 240ms ease;
}

.landing-page .how-step:focus-visible {
  outline: 2px solid hsl(var(--primary));
  outline-offset: 3px;
}

.landing-page .how-step {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  color:hsl(var(--muted-foreground));
  font-weight: 700;
  transition: color 160ms ease;
  flex-direction: column;
  text-align: center;
}

.landing-page .how-step__icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid hsl(var(--border));
  background: hsl(var(--surface-1));
  display: grid;
  place-items: center;
  color:hsl(var(--muted-foreground));
  transition: all 160ms ease;
}

.landing-page .how-step.is-active {
  color: hsl(var(--text));
}

.landing-page .how-step.is-active .how-step__icon {
  border-color: hsl(var(--primary));
  background: hsl(var(--primary) / 0.12);
  color: hsl(var(--primary));
  transform: scale(1.08);
}

.landing-page .how-step.is-done .how-step__icon,
.landing-page .how-step.is-active .how-step__icon {
  background: hsl(var(--primary) / 0.85);
  border-color: hsl(var(--primary));
  color: #fff;
  box-shadow: 0 10px 20px rgba(25, 125, 130, 0.25);
}

.landing-page .how-step.is-done .how-step__icon {
  background: hsl(var(--primary) / 0.85);
  border-color: hsl(var(--primary));
  color: #fff;
  box-shadow: 0 10px 20px rgba(25, 125, 130, 0.25);
}

.landing-page .how-step.is-done .how-step__label {
  color: hsl(var(--primary));
}

.landing-page .how-step__label {
  font-size: 14px;
  letter-spacing: -0.01em;
}

.landing-page .how-cards {
  margin-top: clamp(20px, 3vw, 28px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 900px) {
  .landing-page .how-card {
    min-height: 430px;
  }
}

/* Product preview (from scratch_12) */

.landing-page .product-preview {
  position: relative;
}

.landing-page .product-preview .section__heading {
  margin-bottom: clamp(28px, 5vh, 48px);
}

.landing-page .product-grid {
  display: grid;
  gap: clamp(16px, 2vw, 24px);
  grid-template-columns: 1fr;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .landing-page .product-grid {
    grid-template-columns: 3fr 2fr;
    align-items: stretch;
  }
}

.landing-page .product-planner,
.landing-page .product-grocery {
  position: relative;
}

.landing-page .product-dragcard {
  position: absolute;
  right: clamp(12px, 3vw, 24px);
  top: -38px;
  z-index: 2;
  animation: product-float 3s ease-in-out infinite;
}

.landing-page .product-dragcard__inner {
  background: hsl(var(--surface-1));
  border: 2px solid hsl(var(--primary));
  box-shadow: 0 18px 40px rgba(25, 125, 130, 0.22);
  border-radius: 14px;
  padding: 12px;
  width: 190px;
  transform: rotate(2deg);
}

.landing-page .product-dragcard__inner:hover {
  transform: rotate(0deg);
  transition: transform 160ms ease;
}

.landing-page .product-dragcard__head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  color: hsl(var(--primary));
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.landing-page .product-dragcard__body {
  display: flex;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(120deg, #fff7ed, #fffaf3);
  border: 1px solid hsl(var(--secondary));
}

.landing-page .product-dragcard__emoji {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #ffedd5;
  display: grid;
  place-items: center;
  font-size: 15px;
}

.landing-page .product-dragcard__title {
  font-size: 12px;
  font-weight: 700;
  color: hsl(var(--text));
}

.landing-page .product-dragcard__meta {
  display: flex;
  gap: 10px;
  margin-top: 4px;
  font-size: 10px;
  align-items:center;
  color:hsl(var(--muted-foreground));
}

.landing-page .product-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-1);
  height: 100%;
}

.landing-page .product-card__glow {
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, hsl(var(--primary) / 0.18), transparent 45%, hsl(var(--primary) / 0.12));
  filter: blur(4px);
  pointer-events: none;
}

.landing-page .product-card__glow--soft {
  background: linear-gradient(145deg, hsl(var(--primary) / 0.12), transparent 45%, hsl(var(--primary) / 0.08));
}

.landing-page .product-card__border {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, hsl(var(--primary) / 0.28), hsl(var(--border)), hsl(var(--primary) / 0.14));
  opacity: 0.25;
}

.landing-page .product-card__inner {
  position: relative;
  z-index: 1;
  background: hsl(var(--surface-1));
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.landing-page .product-card__header,
.landing-page .product-card__footer {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid hsl(var(--border) / 0.6);
}

.landing-page .product-card__footer {
  border-bottom: none;
  border-top: 1px solid hsl(var(--border) / 0.6);
}

.landing-page .product-card__title {
  display: flex;
  gap: 12px;
  align-items: center;
}

.landing-page .product-card__title h3 {
  margin: 0;
  font-size: 17px;
  color: hsl(var(--text));
}

.landing-page .product-card__title p {
  margin: 0;
  font-size: 12px;
  color:hsl(var(--muted-foreground));
}

.landing-page .icon-stack {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: hsl(var(--primary));
  box-shadow: 0 12px 30px rgba(25, 125, 130, 0.25);
}

.landing-page .product-days {
  padding: 16px;
  position: relative;
  display: grid;
  gap: 12px;
  flex: 1;
}

.landing-page .product-day {
  background: linear-gradient(120deg, hsl(var(--surface-2) / 0.6), hsl(var(--surface-2)));
  border: 1px solid hsl(var(--border));
  border-radius: 14px;
  padding: 14px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.landing-page .product-day:hover {
  border-color: hsl(var(--primary) / 0.25);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}

.landing-page .product-day__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.landing-page .product-day__name {
  font-weight: 800;
  color: hsl(var(--text));
  font-size: 14px;
}

.landing-page .product-day__short {
  font-size: 11px;
  color:hsl(var(--muted-foreground));
  background: hsl(var(--surface-1));
  border-radius: 6px;
  padding: 2px 6px;
  margin-left: 6px;
  border: 1px solid hsl(var(--border));
}

.landing-page .product-day__meta {
  display: flex;
  gap: 10px;
  font-size: 11px;
  color:hsl(var(--muted-foreground));
  align-items: center;
}

.landing-page .product-day__slots {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}

.landing-page .product-slot__label {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color:hsl(var(--muted-foreground));
  margin-bottom: 4px;
}

.landing-page .recipe-chip {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 4px 12px;
  border-radius: 12px;
  background: linear-gradient(120deg, hsl(var(--surface-1)), hsl(var(--surface-2) / 0.7));
  border: 1px solid hsl(var(--border));
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.landing-page .recipe-chip:hover {
  border-color: hsl(var(--primary) / 0.3);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

.landing-page .recipe-chip__emoji {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: hsl(var(--primary) / 0.08);
  border: 1px solid hsl(var(--primary) / 0.18);
  display: grid;
  place-items: center;
  font-size: 16px;
}

.landing-page .recipe-chip__body p {
  margin: 0;
  font-weight: 700;
  font-size: 13px;
  color: hsl(var(--text));
}

.landing-page .recipe-chip__meta {
  display: flex;
  gap: 10px;
  font-size: 11px;
  color:hsl(var(--muted-foreground));
  align-items: center;
}

.landing-page .product-empty {
  border: 2px dashed hsl(var(--border));
  border-radius: 12px;
  padding: 12px;
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 10px;
  color:hsl(var(--muted-foreground));
  background: hsl(var(--surface-1));
  position: relative;
}

.landing-page .product-empty__icon {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  border: 1px dashed hsl(var(--border));
  display: grid;
  place-items: center;
  font-weight: 700;
}

.landing-page .product-empty--drop {
  border-color: hsl(var(--primary));
  background: hsl(var(--primary) / 0.06);
  box-shadow: 0 0 18px rgba(25, 125, 130, 0.24);
}

.landing-page .product-empty__sparkle {
  position: absolute;
  top: -8px;
  right: -8px;
}

.landing-page .product-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 110px;
  background: linear-gradient(180deg, transparent, hsl(var(--surface-1)));
  pointer-events: none;
}

.landing-page .product-fade--small {
  height: 80px;
  background: linear-gradient(180deg, transparent, hsl(var(--surface-1)));
}

.landing-page .product-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color:hsl(var(--muted-foreground));
  flex-wrap: wrap;
}

.landing-page .product-summary__dot {
  color: hsl(var(--border));
}

.landing-page .product-summary__item{
  font-size:0.875rem;
  line-height:1.25rem;
  color:hsl(var(--muted-foreground))
}

.landing-page .product-grocery__list {
  position: relative;
  padding: 18px;
  display: grid;
  gap: 12px;
  flex: 1;
}

.landing-page .grocery-block {
  background: hsl(var(--surface-2));
  border-radius: 12px;
  padding: 12px;
  border: 1px solid hsl(var(--border));
}

.landing-page .grocery-block__head {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color:hsl(var(--muted-foreground));
  margin-bottom: 10px;
}

.landing-page .grocery-block__count {
  font-size: 10px;
  background: hsl(var(--surface-1));
  padding: 2px 6px;
  border-radius: 6px;
  border: 1px solid hsl(var(--border));
  line-height: normal;
}

.landing-page .grocery-items {
  display: grid;
  gap: 8px;
}

.landing-page .grocery-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 4px 12px;
  border-radius: 10px;
  background: hsl(var(--surface-1));
  border: 1px solid transparent;
  transition: border-color 140ms ease, background 140ms ease;
}

.landing-page .grocery-item.is-checked {
  background: hsl(var(--primary) / 0.07);
  border-color: hsl(var(--primary) / 0.2);
}

.landing-page .grocery-item__left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.landing-page .grocery-item__check {
  width: 22px;
  height: 22px;
  border-radius: 8px;
  border: 2px solid hsl(var(--border));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.landing-page .grocery-item.is-checked .grocery-item__check {
  border-color: hsl(var(--primary));
  background: hsl(var(--primary));
  box-shadow: 0 6px 14px rgba(25, 125, 130, 0.22);
}

.landing-page .grocery-item__name {
  font-weight: 700;
  font-size: 13px;
  color: hsl(var(--text));
}

.landing-page .grocery-item.is-checked .grocery-item__name{
  color:hsl(var(--muted-foreground));
  text-decoration: line-through
}

.landing-page .grocery-item__qty {
  font-size: 10px;
  color:hsl(var(--muted-foreground));
  background: hsl(var(--surface-2));
  padding: 0 8px;
  border-radius: 8px;
  border: 1px solid hsl(var(--border));
}

.landing-page .product-fade,
.landing-page .product-card__glow,
.landing-page .product-card__border {
  pointer-events: none;
}

@keyframes product-float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@media (min-width: 1024px) {
  .landing-page .product-planner,
    .landing-page .product-grocery {
    height: 100%;
  }

  .landing-page .product-planner .product-days {
    max-height: 660px;
    overflow: hidden;
  }

  .landing-page .product-planner .product-day:nth-child(4) {
    filter: blur(0.7px);
    opacity: 0.9;
    transform: scale(0.97);
    transform-origin: top center;
  }

  .landing-page .product-grocery .product-card__inner,
    .landing-page .product-planner .product-card__inner {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .landing-page .product-card__inner {
    max-height: 560px;
  }

  .landing-page .product-planner .product-days,
    .landing-page .product-grocery__list {
    max-height: 420px;
    overflow: hidden;
  }
}

@media (min-width: 900px) {
  .landing-page .how-cards {
    flex-direction: row;
  }

  .landing-page .how-card {
    min-width: 0;
  }
}

.landing-page .how-card {
  background: hsl(var(--surface-1));
  border: 1px solid hsl(var(--border));
  border-radius: 18px;
  box-shadow: var(--shadow-1);
  display: block;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, opacity 160ms ease, flex 260ms ease, background 200ms ease;
  overflow: hidden;
  text-align: left;
  flex: 1;
  min-width: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  position: relative;
}

.landing-page .how-card:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-2);
}

.landing-page .how-card__inner {
  position: relative;
  padding: clamp(16px, 2vw, 22px);
  display: grid;
  gap: 12px;
  background: hsl(var(--surface-1));
  overflow: hidden;
}

.landing-page .how-card.is-active {
  border-color: hsl(var(--primary) / 0.25);
  box-shadow: var(--shadow-2);
  flex: 2.2;
  background: radial-gradient(circle at 20% 20%, hsl(var(--primary) / 0.05), transparent 50%), hsl(var(--surface-1));
}

.landing-page .how-card.is-active .how-card__inner {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: transparent;
}

.landing-page .how-card__body {
  display: grid;
  gap: 12px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transition: max-height 320ms ease, opacity 220ms ease, clip-path 240ms ease;
  position: relative;
}

.landing-page .how-card.is-active .how-card__body {
  max-height: 520px;
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

.landing-page .how-card__header h3 {
  font-size: 16px;
  font-weight: 800;
  color: hsl(var(--text));
  margin-top: 6px;
  line-height: normal;
}

.landing-page .how-card__header p{
  color:hsl(var(--muted-foreground));
  margin-top: 4px;
  line-height: 1.5
}

.landing-page .how-card__eyebrow {
  color: hsl(var(--primary));
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.landing-page .how-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: hsl(var(--primary) / 0.10);
  border: 1px solid hsl(var(--primary) / 0.18);
  color: hsl(var(--primary));
  box-shadow: 0 8px 24px rgba(25, 125, 130, 0.12);
  flex: none;
}

.landing-page .how-card__icon.primary {
  background: hsl(var(--primary));
  color: white;
  border-color: hsl(var(--primary));
  box-shadow: 0 12px 30px rgba(25, 125, 130, 0.28);
}

.landing-page .how-card.is-active .how-card__icon,
.landing-page .how-card.is-done .how-card__icon {
  background: hsl(var(--primary) / 0.85);
  border-color: hsl(var(--primary));
  color: #fff;
  box-shadow: 0 10px 20px rgba(25, 125, 130, 0.25);
}

.landing-page .how-card.is-done .how-card__icon {
  background: hsl(var(--primary) / 0.12);
  border-color: hsl(var(--primary) / 0.24);
  color: hsl(var(--primary));
  box-shadow: 0 8px 20px rgba(25, 125, 130, 0.18);
}

.landing-page .how-card__header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.landing-page .how-card__chevron {
  margin-left: auto;
  color:hsl(var(--muted-foreground));
}

.landing-page .how-card.is-active .how-card__chevron {
  display: none;
}

.landing-page .how-card__filters {
  margin-top: 8px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.landing-page .filter-chip {
  padding: 0px 8px;
  border-radius: 999px;
  background: hsl(var(--surface-2));
  border: 1px solid hsl(var(--border));
  font-size: 11px;
  font-weight: 700;
  color:hsl(var(--muted-foreground));
}

.landing-page .filter-chip.is-active {
  background: hsl(var(--primary) / 0.15);
  border-color: hsl(var(--primary) / 0.26);
  color: hsl(var(--primary));
}

.landing-page .how-card__list {
  display: grid;
  gap: 8px;
}

.landing-page .list-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: hsl(var(--surface-2));
  border: 1px solid hsl(var(--border));
  font-weight: 700;
}

.landing-page .list-row__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  position: relative;
  background: linear-gradient(135deg, hsl(var(--foreground) / 0.15), hsl(var(--foreground) / 0.05))
}

.landing-page .list-row__icon.checked {
  background: linear-gradient(135deg, hsl(var(--primary) / 0.4), hsl(var(--primary) / 0.15));
}

.landing-page .list-row__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: hsl(var(--border));
}

.landing-page .list-row__text{
  font-size:0.875rem;
  line-height:1.25rem;
  font-weight:300;
  color: hsl(var(--text))
}

.landing-page .list-row__time{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0.25rem;
  font-size:0.75rem;
  line-height:1rem;
  font-weight:300;
  color:hsl(var(--muted-foreground))
}

.landing-page .list-row.is-selected {
  border-color: hsl(var(--primary) / 0.35);
  background: hsl(var(--primary) / 0.10);
}

.landing-page .how-card__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.landing-page .how-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
}

.landing-page .how-slot {
  border: 1px dashed hsl(var(--border));
  border-radius: 12px;
  padding: 10px 12px;
  background: hsl(var(--surface-1));
  display: grid;
  gap: 6px;
  font-weight: 800;
  color: hsl(var(--text));
  box-shadow: var(--shadow-1);
}

.landing-page .how-slot span {
  font-weight: 700;
  color:hsl(var(--muted-foreground));
}

.landing-page .how-slot--filled {
  background: hsl(var(--primary) / 0.08);
  border-style: solid;
  border-color: hsl(var(--primary) / 0.22);
}

.landing-page .how-slot--empty {
  background: hsl(var(--surface-1));
  border-style: dashed;
}

.landing-page .how-list {
  display: grid;
  gap: 10px;
}

.landing-page .table-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 10px 12px;
  border-radius: 12px;
  background: hsl(var(--surface-2));
  border: 1px solid hsl(var(--border));
  font-weight: 700;
}

.landing-page .table-row span{
  font-size:0.75rem;
  line-height:1rem;
  font-weight:300;
  color: hsl(var(--text))
}

.landing-page .how-list__meta{
  color:hsl(var(--muted-foreground));
  font-size: 13px
}

.landing-page .how-chip__meta{
  color:hsl(var(--muted-foreground));
  font-weight: 700;
  font-size: 12px
}

.landing-page .how-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.landing-page .how-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
}

.landing-page .plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 6px;
}

.landing-page .plan-col {
  display: grid;
  gap: 6px;
}

.landing-page .plan-day{
  font-weight:300;
  color:hsl(var(--muted-foreground));
  text-align: center;
  font-size: 11px
}

.landing-page .plan-slot {
  height: 34px;
  border-radius: 10px;
  border: 0.5px solid hsl(var(--border));
  background: hsl(var(--surface-1));
  position: relative;
}

.landing-page .plan-slot.is-filled {
  background: hsl(var(--primary) / 0.15);
  border: 0.5px hsl(var(--primary) / 0.26);
  box-shadow: inset 0 0 0 1px hsl(var(--primary) / 0.14);
}

.landing-page .plan-slot.is-empty {
  border-style: dashed;
}

.landing-page .plan-slot.is-empty.strong {
  border-color: hsl(var(--primary) / 0.4);
  background: hsl(var(--primary) / 0.08);
  box-shadow: 0 0 12px rgba(25, 125, 130, 0.18);
}

.landing-page .how-slot {
  border: 1px dashed hsl(var(--border));
  border-radius: 12px;
  padding: 12px 14px;
  background: hsl(var(--surface-1));
  display: grid;
  gap: 6px;
  font-weight: 800;
  color: hsl(var(--text));
  box-shadow: var(--shadow-1);
}

.landing-page .how-slot span {
  font-weight: 700;
  color:hsl(var(--muted-foreground));
}

.landing-page .how-slot--filled {
  background: hsl(var(--primary) / 0.08);
  border-style: solid;
  border-color: hsl(var(--primary) / 0.22);
}

.landing-page .how-list {
  display: grid;
  gap: 10px;
}

.landing-page .how-list li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 12px;
  background: hsl(var(--surface-2));
  border: 1px solid hsl(var(--border));
  font-weight: 700;
}

.landing-page .how-list__meta{
  color:hsl(var(--muted-foreground));
  font-size: 13px
}

/* Keep body interactive only when open */

.landing-page .how-card.is-active .how-card__body,
.landing-page .how-card.is-active .how-card__list,
.landing-page .how-card.is-active .how-grid,
.landing-page .how-card.is-active .how-list {
  pointer-events: auto;
}

.landing-page .how-card:not(.is-active) .how-card__body {
  pointer-events: none;
}

.landing-page .how-card.is-active .how-card__body p{
  font-size:0.875rem;
  line-height:1.25rem
}

.landing-page .steps-grid::after {
  content: "";
  position: absolute;
  top: 88px;
  left: clamp(64px, 5vw, 120px);
  right: clamp(64px, 5vw, 120px);
  height: 2px;
  background: linear-gradient(90deg, transparent, hsl(var(--primary) / 0.22), transparent);
  z-index: 0;
  pointer-events: none;
}

.landing-page .steps-grid article {
  position: relative;
  z-index: 1;
}

.landing-page .steps-grid article::before {
  content: "";
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: hsl(var(--surface-1));
  border: 2px solid hsl(var(--primary) / 0.6);
  box-shadow: 0 0 0 6px hsl(var(--primary) / 0.08);
}

.landing-page .feature-card {
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 200px;
}

.landing-page .feature-card h3 {
  font-size: 20px;
  letter-spacing: -0.01em;
  color: hsl(var(--text));
}

.landing-page .feature-card p{
  color:hsl(var(--muted-foreground));
  line-height: 1.5;
  font-size: 15px
}

.landing-page .feature-card .icon-circle {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: hsl(var(--primary) / 0.10);
  border: 1px solid hsl(var(--primary) / 0.14);
  color: hsl(var(--primary));
}

.landing-page .feature-bullets {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 6px;
  color: hsl(var(--text));
  font-weight: 600;
}

.landing-page .feature-bullets li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
}

.landing-page .feature-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 20px;
}

.landing-page .why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.landing-page .feature-card--large {
  grid-column: span 2;
  padding: clamp(26px, 2vw, 32px);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 16px;
}

.landing-page .feature-card--large .icon-circle {
  width: 60px;
  height: 60px;
}

.landing-page .feature-card--compact {
  min-height: 200px;
}

.landing-page .landingWeek {
  --lw-surface: hsl(var(--surface-1));
  --lw-border: hsl(var(--border));
  --lw-shadow: var(--shadow-1);
}

.landing-page .landingWeek__app {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: clamp(16px, 2.5vw, 28px);
  align-items: start;
}

.landing-page .landingWeek__planner,
.landing-page .landingWeek__groceries {
  background: var(--lw-surface);
  border: 1px solid var(--lw-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--lw-shadow);
  padding: clamp(14px, 2vw, 18px);
  position: relative;
}

.landing-page .widgetTitle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: hsl(var(--text));
  margin-bottom: 12px;
}

.landing-page .widgetTitle__icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: hsl(var(--primary) / 0.10);
  border: 1px solid hsl(var(--primary) / 0.18);
  color: hsl(var(--primary));
}

.landing-page .widgetTitle__meta {
  margin-left: auto;
  font-weight: 700;
  color:hsl(var(--muted-foreground));
  font-size: 13px;
}

.landing-page .landingWeek__plannerGridWrapper {
  position: relative;
  overflow: hidden;
  max-height: clamp(320px, 42vh, 440px);
  border-radius: var(--radius-md);
}

.landing-page .plannerGrid {
  display: grid;
  grid-template-columns: 120px 1fr 1fr;
  border: 1px solid var(--lw-border);
  border-radius: var(--radius-md);
  background: var(--lw-surface);
}

.landing-page .plannerGrid__head {
  padding: 10px 12px;
  font-weight: 800;
  color:hsl(var(--muted-foreground));
  border-bottom: 1px solid var(--lw-border);
}

.landing-page .plannerGrid__day {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--lw-border);
  border-right: 1px solid var(--lw-border);
  font-weight: 800;
  color: hsl(var(--text));
}

.landing-page .plannerGrid__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: hsl(var(--primary));
  box-shadow: 0 0 0 6px hsl(var(--primary) / 0.12);
}

.landing-page .plannerGrid > *:nth-child(3n) {
  border-right: none;
}

.landing-page .plannerGrid > *:nth-last-child(-n+3) {
  border-bottom: none;
}

.landing-page .plannerChip {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: center;
  padding: 10px 12px;
  background: hsl(var(--surface-2));
  border: 1px solid var(--lw-border);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.landing-page .plannerChip:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-1);
  border-color: hsl(var(--primary) / 0.25);
}

.landing-page .plannerChip__handle {
  font-weight: 900;
  color:hsl(var(--muted-foreground));
  opacity: 0.8;
}

.landing-page .plannerChip__body {
  display: grid;
  gap: 2px;
  color: hsl(var(--text));
}

.landing-page .plannerChip__body span{
  color:hsl(var(--muted-foreground));
  font-weight: 700;
  font-size: 12px
}

.landing-page .plannerChip--empty {
  background: hsl(var(--surface-1));
  border-style: dashed;
  color:hsl(var(--muted-foreground));
  opacity: 0.75;
}

.landing-page .plannerFade {
  position: absolute;
  inset: auto 0 0 0;
  height: clamp(120px, 18vh, 160px);
  background: linear-gradient(180deg, transparent, var(--lw-surface));
  pointer-events: none;
}

.landing-page .plannerHint {
  position: absolute;
  bottom: clamp(110px, 16vh, 170px);
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 10px;
  border-radius: 999px;
  background: hsl(var(--surface-2));
  border: 1px solid var(--lw-border);
  color:hsl(var(--muted-foreground));
  font-weight: 700;
  font-size: 12px;
  box-shadow: var(--shadow-1);
  pointer-events: none;
}

.landing-page .landingWeek__groceries .groceries {
  display: grid;
  gap: 14px;
}

.landing-page .groceryCat {
  padding: 12px;
  border: 1px solid var(--lw-border);
  border-radius: 12px;
  background: hsl(var(--surface-2));
}

.landing-page .groceryCat__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 800;
  color: hsl(var(--text));
  margin-bottom: 8px;
}

.landing-page .groceryCat ul {
  display: grid;
  gap: 6px;
  color: hsl(var(--text));
  font-weight: 700;
  font-size: 14px;
}

.landing-page .groceryCat li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: center;
}

.landing-page .groceryCat .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: hsl(var(--primary));
  box-shadow: 0 0 0 5px hsl(var(--primary) / 0.12);
}

.landing-page .groceryCat__more {
  margin-top: 8px;
  color:hsl(var(--muted-foreground));
  font-weight: 700;
  font-size: 13px;
}

.landing-page .groceryShare {
  margin-top: 10px;
}

.landing-page .groceryShare .pill-chip--ghost {
  background: hsl(var(--surface-1));
  border-style: dashed;
}

.landing-page .landingWeek__cta {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  align-items: center;
}

.landing-page .landingWeek__trust {
  grid-column: 1 / -1;
  text-align: center;
  color:hsl(var(--muted-foreground));
  font-weight: 700;
  font-size: 14px;
  margin-top: 4px;
}

.landing-page .planner-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 32px);
  align-items: center;
}

.landing-page .planner-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.landing-page .feature-bullets--stacked {
  gap: 12px;
}

.landing-page .planner-visuals {
  display: grid;
  gap: 14px;
}

.landing-page .planner-panel {
  background: hsl(var(--surface-1));
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-1);
  padding: 16px;
}

.landing-page .planner-panel--main {
  display: grid;
  gap: 14px;
}

.landing-page .planner-panel__header {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.landing-page .planner-panel__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
}

.landing-page .planner-slot {
  padding: 12px 14px;
  border-radius: 12px;
  background: hsl(var(--surface-2));
  border: 1px solid hsl(var(--border));
  display: grid;
  gap: 4px;
  font-weight: 700;
  color: hsl(var(--text));
}

.landing-page .planner-slot span {
  font-weight: 600;
  color:hsl(var(--muted-foreground));
}

.landing-page .planner-panel--list {
  display: grid;
  gap: 12px;
}

.landing-page .planner-widget {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: clamp(16px, 3vw, 24px);
  align-items: start;
}

.landing-page .planner-grid {
  display: grid;
  grid-template-columns: 80px repeat(2, 1fr);
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-1);
  background: hsl(var(--surface-1));
}

.landing-page .planner-grid__head {
  background: hsl(var(--surface-2));
  padding: 10px 12px;
  font-weight: 800;
  border-bottom: 1px solid hsl(var(--border));
}

.landing-page .planner-grid__day {
  padding: 12px;
  font-weight: 800;
  color:hsl(var(--muted-foreground));
  border-right: 1px solid hsl(var(--border));
}

.landing-page .planner-slot {
  padding: 12px;
  border-bottom: 1px solid hsl(var(--border));
  border-right: 1px solid hsl(var(--border));
  font-weight: 700;
  display: grid;
  place-items: center start;
  min-height: 64px;
}

.landing-page .planner-slot:nth-child(3n) {
  border-right: none;
}

.landing-page .planner-grid > :nth-last-child(-n+3) {
  border-bottom: none;
}

.landing-page .planner-slot--filled {
  background: hsl(var(--surface-2));
  color: hsl(var(--text));
}

.landing-page .planner-slot--add{
  color:hsl(var(--muted-foreground));
  background: hsl(var(--surface-1))
}

.landing-page .planner-list__header {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.landing-page .planner-list {
  display: grid;
  gap: 10px;
}

.landing-page .planner-list__item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: hsl(var(--surface-2));
  border: 1px solid hsl(var(--border));
}

.landing-page .planner-list__text {
  display: grid;
  gap: 2px;
}

.landing-page .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.landing-page .dot--success {
  background: hsl(var(--primary));
}

.landing-page .dot--muted {
  background: hsl(var(--muted));
}

.landing-page .recipes-grid article {
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-1);
  overflow: hidden;
  transition: transform 200ms ease, box-shadow 200ms ease;
  background: hsl(var(--surface-1));
}

.landing-page .recipes-grid article:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-2);
}

.landing-page .recipes-grid img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.landing-page .recipes-grid .recipe-title {
  letter-spacing: -0.01em;
}

.landing-page .cta-band {
  background: hsl(var(--ink));
  color: hsl(0 0% 98%);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  isolation: isolate;
}

.landing-page .cta-band::before,
.landing-page .cta-band::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.landing-page .cta-band::before {
  background: radial-gradient(110% 80% at 15% 30%, hsl(var(--primary) / 0.18), transparent 55%);
  opacity: 0.9;
}

.landing-page .cta-band::after {
  background: radial-gradient(90% 70% at 85% 20%, hsl(var(--primary) / 0.12), transparent 62%);
  opacity: 0.8;
}

.landing-page .cta-band .section__inner {
  position: relative;
}

.landing-page .cta-band .section__inner::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: calc(var(--radius-lg) + 4px);
  border-top: 1px solid hsl(var(--primary) / 0.28);
  background: radial-gradient(120% 120% at 15% 0%, hsl(var(--primary) / 0.12), transparent 55%);
  pointer-events: none;
  z-index: 0;
  box-shadow: 20px -20px 30px rgba(25, 125, 130, 0.05);
}

.landing-page .cta-band .section__title {
  color: white;
}

.landing-page .cta-band .section__lead {
  color: rgba(255, 255, 255, 0.78);
}

.landing-page .cta-actions {
  display: grid;
  gap: 10px;
  justify-items: center;
  position: relative;
  z-index: 1;
}

.landing-page .cta-reassurance {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  margin-top: 6px;
}

.landing-page .planner-actions {
  display: grid;
  gap: 8px;
}

.landing-nav .hero-nav__inner {
  background: transparent;
  border: none;
  box-shadow: none;
  color: hsl(var(--text));
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  border-radius: 0;
  padding-inline: 18px;
  height: 64px;
}

.landing-nav.is-visible .hero-nav__inner span,
.landing-nav.is-visible .hero-nav__inner a {
  color: hsl(var(--text));
}

.landing-nav.is-visible {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: hsl(var(--surface-1) / 0.65);
}

.landing-nav.is-scrolled .hero-nav__inner {
  box-shadow: none;
  background: transparent;
}

.landing-nav.is-visible::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, hsl(var(--border) / 0.7), transparent);
  pointer-events: none;
}

.landing-page .feature-chips + .section__heading {
  margin-top: 12px;
}

.landing-page .section + .section {
  border-top: 1px solid hsl(var(--border));
}

.landing-page .recipes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.landing-page #recipes .recipes-grid {
  margin-top: 12px;
}

.landing-page #recipes .recipes-grid article {
  background: hsl(var(--surface-1));
}

.landing-page #recipes .recipes-grid::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1024px) {
  .landing-page .section {
    padding-block: clamp(48px, 10vh, 80px);
  }

  .landing-page .why-grid {
    grid-template-columns: 1fr 1fr;
  }

  .landing-page .feature-card--large {
    grid-column: span 2;
  }

  .landing-page .planner-block {
    grid-template-columns: 1fr;
  }

  .landing-page .planner-widget {
    grid-template-columns: 1fr;
  }

  .landing-page .planner-grid {
    grid-template-columns: 70px repeat(2, 1fr);
  }

  .landing-page .landingWeek__app {
    grid-template-columns: 1fr;
  }

  .landing-page .widgetTitle__meta {
    margin-left: 0;
  }

  .landing-page .how-stepper {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
  }

  .landing-page .how-stepper::before,
    .landing-page .how-stepper__progress {
    display: none;
  }

  .landing-page .how-step {
    justify-content: flex-start;
  }

  .landing-page .how-cards {
    grid-template-columns: 1fr;
  }

  .landing-page .how-card.is-active {
    grid-column: span 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-page .landing-card,
    .landing-page .recipes-grid article,
    .landing-page .plannerChip {
    transition: none;
  }
}

@media (max-width: 768px) {
  .landing-page .steps-grid::after,
    .landing-page .steps-grid article::before {
    display: none;
  }

  .landing-page .feature-chips {
    justify-content: flex-start;
  }

  .landing-page .why-grid {
    grid-template-columns: 1fr;
  }

  .landing-page .feature-card--large {
    grid-template-columns: 1fr;
    grid-column: span 1;
  }

  .landing-page .landingWeek__app {
    grid-template-columns: 1fr;
  }

  .landing-page .widgetTitle__meta {
    margin-left: 0;
  }

  .landing-page .planner-visuals {
    grid-template-columns: 1fr;
  }

  .landing-page .recipes-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 72%;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
  }

  .landing-page .recipes-grid article {
    scroll-snap-align: start;
  }
}

@media (max-width: 640px) {
  .landing-page .section__title {
    font-size: clamp(26px, 6vw, 32px);
  }

  .landing-page .section__lead {
    font-size: 15px;
  }

  .landing-page .pill-chip {
    font-size: 12.5px;
  }

  .landing-page .landingWeek__planner,
    .landing-page .landingWeek__groceries {
    padding: 12px;
  }

  .landing-page .plannerGrid {
    grid-template-columns: 90px 1fr 1fr;
  }
}

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

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

/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
 */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  --background: 204 27% 97%;
  --foreground: 210 24% 18%;
  --card: 204 28% 97%;
  --card-foreground: 212 32% 18%;
  --popover: 204 28% 97%;
  --popover-foreground: 212 32% 18%;
  --primary: 176 57% 48%;
  --primary-foreground: 0 0% 100%;
  --primary-hover: 176 56% 58%;
  --secondary: 27 100% 68%;
  --secondary-foreground: 0 0% 10%;
  --muted: 210 25% 92%;
  --muted-foreground: 210 20% 45%;
  --accent: 28 95% 60%;
  --accent-foreground: 210 35% 15%;
  --destructive: 0 80% 50%;
  --destructive-foreground: 0 0% 100%;
  --border: 210 20% 88%;
  --input: 210 20% 93%;
  --ring: 176 57% 48%;
  --radius: 0.75rem;
  --sidebar-background: 222 38% 92%;
  --sidebar-foreground: 215 28% 10%;
  --sidebar-primary: 215 30% 20%;
  --sidebar-primary-foreground: 0 0% 100%;
  --sidebar-accent: 215 34% 95%;
  --sidebar-accent-foreground: 215 30% 20%;
  --sidebar-border: 210 20% 90%;
  --sidebar-ring: 217.2 91.2% 59.8%;
  --slide-duration: 350ms;
}

.dark {
  --background: 210 20% 8%;
  --foreground: 210 30% 96%;
  --card: 222 14% 18%;
  --card-foreground: 210 30% 96%;
  --popover: 222 14% 18%;
  --popover-foreground: 210 30% 96%;
  --primary: 178 60% 95%;
  --primary-foreground: 210 30% 16%;
  --primary-hover: 178 60% 83%;
  --secondary: 217.2 32.6% 17.5%;
  --secondary-foreground: 210 30% 96%;
  --muted: 217.2 32.6% 17.5%;
  --muted-foreground: 213 20% 70%;
  --accent: 217.2 32.6% 25%;
  --accent-foreground: 210 30% 96%;
  --destructive: 0 62.8% 30.6%;
  --destructive-foreground: 210 30% 96%;
  --border: 217.2 32.6% 17.5%;
  --input: 217.2 32.6% 17.5%;
  --ring: 178 60% 48%;
  --sidebar-background: 240 5.9% 10%;
  --sidebar-foreground: 240 4.8% 95.9%;
  --sidebar-primary: 224.3 76.3% 48%;
  --sidebar-primary-foreground: 0 0% 100%;
  --sidebar-accent: 240 3.7% 15.9%;
  --sidebar-accent-foreground: 240 4.8% 95.9%;
  --sidebar-border: 240 3.7% 15.9%;
  --sidebar-ring: 217.2 91.2% 59.8%;
}

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

body{
  background-color:hsl(var(--background));
  font-family:Nunito, sans-serif;
  font-size:1rem;
  line-height:1.5rem;
  font-weight:500;
  color:hsl(var(--foreground))
}

.drop-target{
  border-width:2px;
  border-color:hsl(var(--primary));
  background-color:hsl(var(--primary) / 0.05)
}

.grid-cell.has-recipe{
  cursor:pointer;
  border-color:hsl(var(--accent) / 0.3);
  background-color:hsl(var(--accent) / 0.1)
}

.disabled{
  pointer-events:none;
  opacity:0.5
}

footer {
  background: hsl(var(--ink));
}

.\!container{
  width:100% !important;
  margin-right:auto !important;
  margin-left:auto !important;
  padding-right:2rem !important;
  padding-left:2rem !important
}

.container{
  width:100%;
  margin-right:auto;
  margin-left:auto;
  padding-right:2rem;
  padding-left:2rem
}

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

  .container{
    max-width:1400px
  }
}

.btn{
  display:inline-flex;
  height:2.75rem;
  align-items:center;
  justify-content:center;
  gap:0.5rem;
  white-space:nowrap;
  border-radius:0.75rem;
  border-width:1px;
  border-color:transparent;
  padding-left:1.25rem;
  padding-right:1.25rem;
  font-size:1rem;
  line-height:1.5rem;
  font-weight:700;
  letter-spacing:-0.025em;
  --tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:200ms
}

.btn:focus-visible{
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color:hsl(var(--primary) / 0.6);
  --tw-ring-offset-width:2px
}

.btn[data-size="sm"]{
  height:2.25rem;
  padding-left:1rem;
  padding-right:1rem;
  font-size:0.875rem;
  line-height:1.25rem
}

.btn[data-size="lg"]{
  height:3rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
  font-size:1.125rem;
  line-height:1.75rem
}

.btn[data-shape="pill"]{
  border-radius:9999px
}

.btn[data-shape="rounded"],
    .btn[data-shape="classic"]{
  border-radius:0.75rem
}

.btn[data-variant="primary"]{
  background-color:hsl(var(--primary));
  color:hsl(var(--primary-foreground))
}

.btn[data-variant="primary"]:hover{
  background-color:hsl(var(--primary-hover))
}

.btn[data-variant="secondary"]{
  border-width:1px;
  border-color:hsl(var(--secondary));
  background-color:hsl(var(--secondary));
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow:inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.btn[data-variant="secondary"]:hover{
  border-color:hsl(var(--secondary) / 0.8);
  background-color:hsl(var(--secondary) / 0.9)
}

.btn[data-variant="outline"]{
  border-width:1px;
  border-color:hsl(var(--primary) / 0.3);
  background-color:transparent;
  color:hsl(var(--primary))
}

.btn[data-variant="outline"]:hover{
  border-color:hsl(var(--primary) / 0.6);
  background-color:hsl(var(--primary) / 0.1);
  color:hsl(var(--primary))
}

.btn[data-variant="ghost"]{
  background-color:transparent;
  color:hsl(var(--foreground))
}

.btn[data-variant="ghost"]:hover{
  background-color:hsl(var(--muted))
}

.btn[data-variant="danger"]{
  border-width:1px;
  border-color:hsl(var(--destructive) / 0.4);
  background-color:transparent;
  color:hsl(var(--destructive))
}

.btn[data-variant="danger"]:hover{
  border-color:hsl(var(--destructive));
  background-color:hsl(var(--destructive) / 0.1)
}

.btn[data-variant="gray"]{
  border-width:1px;
  border-color:hsl(var(--border));
  background-color:hsl(var(--muted));
  color:hsl(var(--muted-foreground))
}

.btn[data-variant="gray"]:hover{
  background-color:hsl(var(--muted) / 0.8)
}

.btn[data-variant="light"]{
  border-width:1px;
  border-color:hsl(var(--border));
  background-color:hsl(var(--card));
  color:hsl(var(--foreground))
}

.btn[data-variant="light"]:hover{
  background-color:hsl(var(--card) / 0.9)
}

.btn[data-variant="text"]{
  background-color:transparent;
  color:hsl(var(--primary))
}

.btn[data-variant="text"]:hover{
  color:hsl(var(--primary-hover))
}

.btn:disabled,
    .btn[aria-disabled="true"],
    .btn[data-disabled="true"]{
  pointer-events:none;
  opacity:0.6
}

/* Simple tooltip when `data-tooltip` is provided */

.btn[data-tooltip] {
  position: relative;
}

.btn[data-tooltip]:hover::after,
    .btn[data-tooltip]:focus-visible::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  top: -0.5rem;
  transform: translate(-50%, -110%);
  background: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  z-index: 50;
  pointer-events: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
  border-radius:calc(var(--radius) - 2px);
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-top:0.25rem;
  padding-bottom:0.25rem;
  font-size:0.75rem;
  line-height:1rem;
  font-weight:600
}

.badge[data-variant="default"]{
  background-color:hsl(var(--muted));
  color:hsl(var(--muted-foreground))
}

.badge[data-variant="primary"],
    .badge-primary{
  background-color:hsl(var(--primary));
  color:hsl(var(--primary-foreground))
}

.badge[data-variant="secondary"],
    .badge-secondary{
  background-color:hsl(var(--secondary));
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.badge[data-variant="outline"],
    .badge-outline{
  border-width:1px;
  border-color:currentColor;
  background-color:transparent;
  color:currentColor
}

.badge-pill{
  border-radius:9999px;
  padding-left:0.75rem;
  padding-right:0.75rem
}

.badge[data-variant="soft"]{
  border-width:1px;
  border-color:hsl(var(--primary) / 0.3);
  background-color:hsl(var(--primary) / 0.15);
  color:hsl(var(--primary))
}

.badge[data-variant="soft"][data-surface="media"]{
  border-color:rgb(255 255 255 / 0.25);
  background-color:hsl(var(--primary) / 0.7);
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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)
}

.badge[data-variant="danger"]{
  border-width:1px;
  border-color:hsl(var(--destructive) / 0.3);
  background-color:hsl(var(--destructive) / 0.1);
  color:hsl(var(--destructive))
}

.badge[data-variant="danger"][data-surface="media"]{
  border-color:hsl(var(--destructive) / 0.5);
  background-color:hsl(var(--destructive) / 0.7);
  color:hsl(var(--destructive-foreground));
  --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)
}

.badge[data-tooltip]{
  position:relative
}

.badge[data-tooltip]:hover::after,
    .badge[data-tooltip]:focus-visible::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  top: -0.4rem;
  transform: translate(-50%, -110%);
  background: rgba(15, 23, 42, 0.92);
  color: white;
  padding: 6px 10px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  z-index: 50;
  pointer-events: none;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.24);
}

.badge[data-variant="premium"],
    .badge-premium,
    .badge-green{
  --tw-bg-opacity:1;
  background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1));
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.card{
  position:relative;
  z-index:0;
  display:flex;
  min-height:0px;
  flex-direction:column;
  overflow:hidden;
  border-radius:18px;
  border-width:1px;
  border-color:hsl(var(--border));
  background-color:hsl(var(--surface-1));
  color:hsl(var(--card-foreground));
  --tw-shadow:0 18px 36px rgba(12,30,28,0.08);
  --tw-shadow-colored:0 18px 36px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.card__glow{
  pointer-events:none;
  position:absolute;
  inset:-0.25rem;
  z-index:0;
  border-radius:22px;
  background-image:linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from:hsl(var(--primary)/0.08) var(--tw-gradient-from-position);
  --tw-gradient-to:hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to:hsl(var(--primary)/0.12) var(--tw-gradient-to-position);
  --tw-blur:blur(6px);
  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)
}

.card__surface{
  pointer-events:none;
  position:absolute;
  inset:0px;
  z-index:0;
  border-radius:18px;
  background-image:linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from:hsl(var(--primary)/0.08) var(--tw-gradient-from-position);
  --tw-gradient-to:hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to:hsl(var(--border) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), hsl(var(--border)/0.18) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to:hsl(var(--primary)/0.12) var(--tw-gradient-to-position)
}

.card__inner{
  pointer-events:none;
  position:absolute;
  inset:1px;
  z-index:0;
  border-radius:17px;
  background-color:hsl(var(--surface-1))
}

.card__header{
  position:relative;
  z-index:10;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:0.75rem;
  border-top-left-radius:18px;
  border-top-right-radius:18px;
  border-bottom-width:1px;
  border-color:hsl(var(--border) / 0.5);
  background-image:linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from:hsl(var(--surface-2)/0.65) var(--tw-gradient-from-position);
  --tw-gradient-to:hsl(var(--surface-2) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to:hsl(var(--surface-2)/0.15) var(--tw-gradient-to-position);
  padding-left:1.25rem;
  padding-right:1.25rem;
  padding-top:1rem;
  padding-bottom:1rem
}

.card__header-left{
  display:flex;
  align-items:center;
  gap:0.75rem
}

.card__icon{
  display:flex;
  width:2.5rem;
  height:2.5rem;
  align-items:center;
  justify-content:center;
  border-radius:0.75rem;
  background-image:linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from:hsl(var(--primary)) var(--tw-gradient-from-position);
  --tw-gradient-to:hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to:hsl(var(--primary) / 0.8) var(--tw-gradient-to-position);
  color:hsl(var(--primary-foreground));
  --tw-shadow:0 12px 24px hsl(var(--primary)/0.25);
  --tw-shadow-colored:0 12px 24px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

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

.card__title{
  font-size:1rem;
  line-height:1.5rem;
  font-weight:600
}

.card__subtitle{
  font-size:0.75rem;
  line-height:1rem;
  color:hsl(var(--muted-foreground))
}

.card__header-right{
  align-self:center
}

.card__body{
  position:relative;
  z-index:10
}

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

.card__body{
  background-color:hsl(var(--surface-1));
  padding-left:1.25rem;
  padding-right:1.25rem;
  padding-top:0.375rem;
  padding-bottom:0.75rem
}

.card__footer{
  position:relative;
  z-index:10;
  border-bottom-right-radius:18px;
  border-bottom-left-radius:18px;
  border-top-width:1px;
  border-color:hsl(var(--border) / 0.5);
  background-image:linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from:hsl(var(--surface-2)/0.55) var(--tw-gradient-from-position);
  --tw-gradient-to:hsl(var(--surface-2) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to:transparent var(--tw-gradient-to-position);
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.75rem;
  padding-bottom:0.75rem
}

.card__actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.75rem
}

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

.input-label{
  display:block;
  font-size:0.875rem;
  line-height:1.25rem;
  font-weight:600;
  letter-spacing:-0.025em;
  color:hsl(var(--foreground))
}

.input{
  width:100%;
  border-radius:var(--radius);
  border-width:1px;
  border-color:hsl(var(--input));
  background-color:rgb(255 255 255 / 0.9);
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-top:0.625rem;
  padding-bottom:0.625rem;
  font-size:1rem;
  line-height:1.5rem;
  color:hsl(var(--foreground));
  --tw-shadow:inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration:150ms;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
}

.input::-moz-placeholder{
  color:hsl(var(--muted-foreground) / 0.8)
}

.input::placeholder{
  color:hsl(var(--muted-foreground) / 0.8)
}

.input:focus{
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color:hsl(var(--primary) / 0.6)
}

.input:disabled{
  cursor:not-allowed;
  opacity:0.6
}

.input[data-size="sm"]{
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  font-size:0.875rem;
  line-height:1.25rem
}

.input[data-size="lg"]{
  padding-top:0.75rem;
  padding-bottom:0.75rem;
  font-size:1.125rem;
  line-height:1.75rem
}

.input[data-state="error"],
    .input[aria-invalid="true"],
    .input[data-invalid="true"],
    .input.is-invalid{
  border-color:hsl(var(--destructive))
}

.input[data-state="error"]:focus,
    .input[aria-invalid="true"]:focus,
    .input[data-invalid="true"]:focus,
    .input.is-invalid:focus{
  --tw-ring-color:hsl(var(--destructive) / 0.3)
}

.input-help{
  font-size:0.875rem;
  line-height:1.25rem;
  color:hsl(var(--muted-foreground))
}

.input-error{
  font-size:0.875rem;
  line-height:1.25rem;
  font-weight:500;
  color:hsl(var(--destructive))
}

.alert{
  position:relative;
  overflow:hidden;
  border-radius:18px;
  border-width:1px;
  border-left-width:4px;
  border-color:hsl(var(--border));
  background-color:hsl(var(--surface-1));
  padding:1rem;
  color:hsl(var(--foreground));
  --tw-shadow:0 18px 36px rgba(12,30,28,0.08);
  --tw-shadow-colored:0 18px 36px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --alert-accent: var(--primary)
}

.alert__glow{
  pointer-events:none;
  position:absolute;
  inset:-0.25rem;
  z-index:0;
  border-radius:22px;
  --tw-blur:blur(6px);
  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);
  background: radial-gradient(140% 120% at 12% 0%, hsl(var(--alert-accent) / 0.25), transparent 60%);
  opacity: 0.75
}

.alert__surface{
  pointer-events:none;
  position:absolute;
  inset:0px;
  z-index:0;
  border-radius:18px;
  background: linear-gradient(135deg, hsl(var(--alert-accent) / 0.18), hsl(var(--border) / 0.22), transparent 65%)
}

.alert__inner{
  pointer-events:none;
  position:absolute;
  inset:1px;
  z-index:0;
  border-radius:17px;
  background-color:hsl(var(--surface-1))
}

.alert__content{
  position:relative;
  z-index:10
}

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

.alert__title{
  font-size:0.875rem;
  line-height:1.25rem;
  font-weight:600;
  color: hsl(var(--alert-accent) / 0.92)
}

.alert__message{
  font-size:0.875rem;
  line-height:1.25rem;
  color:hsl(var(--foreground) / 0.9)
}

.alert[data-variant="info"] {
  --alert-accent: var(--primary);
  border-color: hsl(var(--primary) / 0.4);
}

.alert[data-variant="success"] {
  --alert-accent: 160 84% 39%;
  border-color: hsl(160 84% 39% / 0.5);
}

.alert[data-variant="warning"] {
  --alert-accent: 36 100% 50%;
  border-color: hsl(36 100% 50% / 0.5);
}

.alert[data-variant="danger"] {
  --alert-accent: 0 84% 60%;
  border-color: hsl(0 84% 60% / 0.5);
}

.meta-pill{
  display:inline-flex;
  align-items:center;
  gap:0.5rem;
  border-radius:9999px;
  border-width:1px;
  border-color:hsl(var(--border) / 0.6);
  background-image:linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from:hsl(var(--surface-1)) var(--tw-gradient-from-position);
  --tw-gradient-to:hsl(var(--surface-1) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to:hsl(var(--surface-2) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), hsl(var(--surface-2)/0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to:hsl(var(--surface-1)) var(--tw-gradient-to-position);
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.625rem;
  padding-bottom:0.625rem;
  font-size:0.875rem;
  line-height:1.25rem;
  color:hsl(var(--foreground));
  --tw-shadow:0 12px 24px rgba(12,30,28,0.12);
  --tw-shadow-colored:0 12px 24px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.meta-pill__icon{
  width:1rem;
  height:1rem;
  flex-shrink:0;
  color:hsl(var(--primary))
}

.meta-pill[data-variant="accent"]{
  border-color:hsl(var(--primary) / 0.3);
  color:hsl(var(--primary));
  background: linear-gradient(135deg, hsl(var(--primary)/0.18), hsl(var(--primary)/0.05))
}

.meta-pill[data-variant="accent"] .meta-pill__icon{
  color:hsl(var(--primary))
}

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

.empty-state{
  border-radius:1rem;
  border-width:1px;
  border-style:dashed;
  border-color:hsl(var(--border));
  background-color:hsl(var(--card) / 0.6);
  padding:2rem;
  text-align:center
}

.empty-state__title{
  font-size:1.25rem;
  line-height:1.75rem;
  font-weight:600
}

.empty-state__description{
  color:hsl(var(--muted-foreground))
}

.empty-state__cta{
  padding-top:0.5rem
}

.admin-ux-autocomplete.ts-wrapper{
  width:100%;
  border-radius:var(--radius);
  border-width:1px;
  border-color:hsl(var(--input));
  background-color:rgb(255 255 255 / 0.9);
  font-size:0.875rem;
  line-height:1.25rem;
  --tw-shadow:inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  overflow: visible
}

.admin-ux-autocomplete.ts-wrapper.focus{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color:hsl(var(--primary) / 0.6)
}

.admin-ux-autocomplete .ts-control{
  border-width:0px;
  background-color:transparent;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-top:0.625rem;
  padding-bottom:0.625rem;
  font-size:0.875rem;
  line-height:1.25rem;
  color:hsl(var(--foreground));
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-radius: inherit;
  overflow: visible;
  min-height: unset
}

.admin-ux-autocomplete .ts-control > input{
  font-size:0.875rem;
  line-height:1.25rem;
  color:hsl(var(--foreground))
}

.admin-ux-autocomplete .ts-control .item{
  color:hsl(var(--foreground))
}

.admin-ux-autocomplete .ts-control .clear-button{
  color:hsl(var(--muted-foreground))
}

.admin-ux-autocomplete .ts-control .clear-button:hover{
  color:hsl(var(--foreground))
}

.admin-ux-autocomplete .ts-dropdown{
  border-radius:var(--radius);
  border-width:1px;
  border-color:hsl(var(--border));
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  margin-top: 0;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.admin-ux-autocomplete .ts-dropdown .option{
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  font-size:0.875rem;
  line-height:1.25rem;
  color:hsl(var(--foreground))
}

.admin-ux-autocomplete .ts-dropdown .option.active{
  background-color:hsl(var(--muted));
  color:hsl(var(--foreground))
}

.admin-ux-autocomplete .ts-dropdown .option.disabled{
  color:hsl(var(--muted-foreground))
}

.admin-ux-autocomplete.ts-wrapper.dropdown-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.editable-placeholder.is-empty::before {
  content: attr(data-placeholder);
  color: hsl(var(--muted-foreground));
}

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

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

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

.visible{
  visibility:visible
}

.collapse{
  visibility:collapse
}

.static{
  position:static
}

.fixed{
  position:fixed
}

.absolute{
  position:absolute
}

.relative{
  position:relative
}

.sticky{
  position:sticky
}

.inset-0{
  inset:0px
}

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

.-left-28{
  left:-7rem
}

.-right-1{
  right:-0.25rem
}

.-right-28{
  right:-7rem
}

.-top-1{
  top:-0.25rem
}

.bottom-0{
  bottom:0px
}

.bottom-12{
  bottom:3rem
}

.bottom-3{
  bottom:0.75rem
}

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

.left-3{
  left:0.75rem
}

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

.right-0{
  right:0px
}

.right-10{
  right:2.5rem
}

.right-2{
  right:0.5rem
}

.right-3{
  right:0.75rem
}

.right-4{
  right:1rem
}

.right-5{
  right:1.25rem
}

.top-0{
  top:0px
}

.top-1{
  top:0.25rem
}

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

.top-12{
  top:3rem
}

.top-2{
  top:0.5rem
}

.top-24{
  top:6rem
}

.top-3{
  top:0.75rem
}

.top-4{
  top:1rem
}

.top-5{
  top:1.25rem
}

.top-\[100px\]{
  top:100px
}

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

.z-0{
  z-index:0
}

.z-10{
  z-index:10
}

.z-30{
  z-index:30
}

.z-50{
  z-index:50
}

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

.z-\[80\]{
  z-index:80
}

.z-\[90\]{
  z-index:90
}

.col-span-1{
  grid-column:span 1 / span 1
}

.col-span-full{
  grid-column:1 / -1
}

.row-span-2{
  grid-row:span 2 / span 2
}

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

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

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

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

.my-12{
  margin-top:3rem;
  margin-bottom:3rem
}

.mb-1{
  margin-bottom:0.25rem
}

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

.mb-12{
  margin-bottom:3rem
}

.mb-16{
  margin-bottom:4rem
}

.mb-2{
  margin-bottom:0.5rem
}

.mb-2\.5{
  margin-bottom:0.625rem
}

.mb-3{
  margin-bottom:0.75rem
}

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

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

.mb-8{
  margin-bottom:2rem
}

.ml-1{
  margin-left:0.25rem
}

.ml-11{
  margin-left:2.75rem
}

.ml-2{
  margin-left:0.5rem
}

.ml-auto{
  margin-left:auto
}

.mr-2{
  margin-right:0.5rem
}

.mt-0\.5{
  margin-top:0.125rem
}

.mt-1{
  margin-top:0.25rem
}

.mt-12{
  margin-top:3rem
}

.mt-16{
  margin-top:4rem
}

.mt-2{
  margin-top:0.5rem
}

.mt-3{
  margin-top:0.75rem
}

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

.mt-6{
  margin-top:1.5rem
}

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

.mt-auto{
  margin-top:auto
}

.line-clamp-2{
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2
}

.block{
  display:block
}

.inline-block{
  display:inline-block
}

.inline{
  display:inline
}

.flex{
  display:flex
}

.inline-flex{
  display:inline-flex
}

.table{
  display:table
}

.grid{
  display:grid
}

.contents{
  display:contents
}

.hidden{
  display:none
}

.aspect-\[4\/3\]{
  aspect-ratio:4/3
}

.size-1\.5{
  width:0.375rem;
  height:0.375rem
}

.size-10{
  width:2.5rem;
  height:2.5rem
}

.size-11{
  width:2.75rem;
  height:2.75rem
}

.size-12{
  width:3rem;
  height:3rem
}

.size-14{
  width:3.5rem;
  height:3.5rem
}

.size-2{
  width:0.5rem;
  height:0.5rem
}

.size-2\.5{
  width:0.625rem;
  height:0.625rem
}

.size-3{
  width:0.75rem;
  height:0.75rem
}

.size-3\.5{
  width:0.875rem;
  height:0.875rem
}

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

.size-5{
  width:1.25rem;
  height:1.25rem
}

.size-6{
  width:1.5rem;
  height:1.5rem
}

.size-7{
  width:1.75rem;
  height:1.75rem
}

.size-8{
  width:2rem;
  height:2rem
}

.size-9{
  width:2.25rem;
  height:2.25rem
}

.\!h-7{
  height:1.75rem !important
}

.h-10{
  height:2.5rem
}

.h-11{
  height:2.75rem
}

.h-12{
  height:3rem
}

.h-16{
  height:4rem
}

.h-2{
  height:0.5rem
}

.h-20{
  height:5rem
}

.h-3{
  height:0.75rem
}

.h-3\.5{
  height:0.875rem
}

.h-32{
  height:8rem
}

.h-4{
  height:1rem
}

.h-48{
  height:12rem
}

.h-5{
  height:1.25rem
}

.h-56{
  height:14rem
}

.h-6{
  height:1.5rem
}

.h-64{
  height:16rem
}

.h-7{
  height:1.75rem
}

.h-8{
  height:2rem
}

.h-9{
  height:2.25rem
}

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

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

.h-\[var\(--collapsed-h\)\]{
  height:var(--collapsed-h)
}

.h-auto{
  height:auto
}

.h-fit{
  height:-moz-fit-content;
  height:fit-content
}

.h-full{
  height:100%
}

.h-px{
  height:1px
}

.max-h-56{
  max-height:14rem
}

.max-h-64{
  max-height:16rem
}

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

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

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

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

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

.max-h-\[calc\(100vh-6rem\)\]{
  max-height:calc(100vh - 6rem)
}

.max-h-\[calc\(90\%-var\(--collapsed-h\)\)\]{
  max-height:calc(90% - var(--collapsed-h))
}

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

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

.min-h-\[1\.25rem\]{
  min-height:1.25rem
}

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

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

.\!w-7{
  width:1.75rem !important
}

.w-1{
  width:0.25rem
}

.w-10{
  width:2.5rem
}

.w-12{
  width:3rem
}

.w-16{
  width:4rem
}

.w-2\/5{
  width:40%
}

.w-20{
  width:5rem
}

.w-24{
  width:6rem
}

.w-28{
  width:7rem
}

.w-3{
  width:0.75rem
}

.w-3\.5{
  width:0.875rem
}

.w-4{
  width:1rem
}

.w-48{
  width:12rem
}

.w-5{
  width:1.25rem
}

.w-6{
  width:1.5rem
}

.w-7{
  width:1.75rem
}

.w-72{
  width:18rem
}

.w-8{
  width:2rem
}

.w-9{
  width:2.25rem
}

.w-\[30px\]{
  width:30px
}

.w-\[380px\]{
  width:380px
}

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

.w-\[90\%\]{
  width:90%
}

.w-\[min\(24rem\2c calc\(100\%-2\.5rem\)\)\]{
  width:min(24rem,calc(100% - 2.5rem))
}

.w-full{
  width:100%
}

.w-px{
  width:1px
}

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

.min-w-6{
  min-width:1.5rem
}

.min-w-8{
  min-width:2rem
}

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

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

.min-w-full{
  min-width:100%
}

.max-w-2xl{
  max-width:42rem
}

.max-w-3xl{
  max-width:48rem
}

.max-w-4xl{
  max-width:56rem
}

.max-w-5xl{
  max-width:64rem
}

.max-w-6xl{
  max-width:72rem
}

.max-w-7xl{
  max-width:80rem
}

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

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

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

.max-w-sm{
  max-width:24rem
}

.max-w-xl{
  max-width:36rem
}

.flex-1{
  flex:1 1 0%
}

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

.shrink-0{
  flex-shrink:0
}

.basis-2\/5{
  flex-basis:40%
}

.border-collapse{
  border-collapse:collapse
}

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

.translate-x-4{
  --tw-translate-x:1rem;
  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-6{
  --tw-translate-x:1.5rem;
  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-y-0{
  --tw-translate-y: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))
}

.translate-y-2{
  --tw-translate-y:0.5rem;
  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))
}

.translate-y-\[var\(--off\)\]{
  --tw-translate-y:var(--off);
  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-\[8deg\]{
  --tw-rotate:-8deg;
  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-\[8deg\]{
  --tw-rotate:8deg;
  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 spin{
  to{
    transform:rotate(360deg)
  }
}

.animate-spin{
  animation:spin 1s linear infinite
}

.cursor-default{
  cursor:default
}

.cursor-grab{
  cursor:grab
}

.cursor-not-allowed{
  cursor:not-allowed
}

.cursor-pointer{
  cursor:pointer
}

.cursor-text{
  cursor:text
}

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

.resize-none{
  resize:none
}

.resize{
  resize:both
}

.list-decimal{
  list-style-type:decimal
}

.list-disc{
  list-style-type:disc
}

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

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

.grid-rows-1{
  grid-template-rows:repeat(1, minmax(0, 1fr))
}

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

.flex-col{
  flex-direction:column
}

.flex-wrap{
  flex-wrap:wrap
}

.items-start{
  align-items:flex-start
}

.items-end{
  align-items:flex-end
}

.items-center{
  align-items:center
}

.items-baseline{
  align-items:baseline
}

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

.justify-center{
  justify-content:center
}

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

.gap-1{
  gap:0.25rem
}

.gap-1\.5{
  gap:0.375rem
}

.gap-2{
  gap:0.5rem
}

.gap-2\.5{
  gap:0.625rem
}

.gap-3{
  gap:0.75rem
}

.gap-4{
  gap:1rem
}

.gap-5{
  gap:1.25rem
}

.gap-6{
  gap:1.5rem
}

.gap-8{
  gap:2rem
}

.gap-y-3{
  row-gap:0.75rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-border > :not([hidden]) ~ :not([hidden]){
  border-color:hsl(var(--border))
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(243 244 246 / var(--tw-divide-opacity, 1))
}

.overflow-auto{
  overflow:auto
}

.overflow-hidden{
  overflow:hidden
}

.overflow-x-auto{
  overflow-x:auto
}

.overflow-y-auto{
  overflow-y:auto
}

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

.whitespace-nowrap{
  white-space:nowrap
}

.whitespace-pre-line{
  white-space:pre-line
}

.rounded{
  border-radius:0.25rem
}

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

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

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

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

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

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

.rounded-xl{
  border-radius:0.75rem
}

.border{
  border-width:1px
}

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

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

.border-4{
  border-width:4px
}

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

.border-b-2{
  border-bottom-width:2px
}

.border-l-4{
  border-left-width:4px
}

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

.border-dashed{
  border-style:dashed
}

.\!border-blue-500{
  --tw-border-opacity:1 !important;
  border-color:rgb(59 130 246 / var(--tw-border-opacity, 1)) !important
}

.\!border-primary{
  border-color:hsl(var(--primary)) !important
}

.\!border-red-500{
  --tw-border-opacity:1 !important;
  border-color:rgb(239 68 68 / var(--tw-border-opacity, 1)) !important
}

.\!border-secondary{
  border-color:hsl(var(--secondary)) !important
}

.border-\[color\:hsl\(var\(--border\)\/0\.6\)\]{
  border-color:hsl(var(--border)/0.6)
}

.border-\[hsl\(var\(--primary\)\/0\.2\)\]{
  border-color:hsl(var(--primary)/0.2)
}

.border-\[hsl\(var\(--primary\)\/0\.25\)\]{
  border-color:hsl(var(--primary)/0.25)
}

.border-\[hsl\(var\(--primary\)\/0\.3\)\]{
  border-color:hsl(var(--primary)/0.3)
}

.border-\[hsl\(var\(--secondary\)\/0\.25\)\]{
  border-color:hsl(var(--secondary)/0.25)
}

.border-amber-200{
  --tw-border-opacity:1;
  border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))
}

.border-blue-500{
  --tw-border-opacity:1;
  border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))
}

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

.border-border\/60{
  border-color:hsl(var(--border) / 0.6)
}

.border-border\/70{
  border-color:hsl(var(--border) / 0.7)
}

.border-emerald-200{
  --tw-border-opacity:1;
  border-color:rgb(167 243 208 / var(--tw-border-opacity, 1))
}

.border-gray-100{
  --tw-border-opacity:1;
  border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))
}

.border-gray-200{
  --tw-border-opacity:1;
  border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))
}

.border-gray-300{
  --tw-border-opacity:1;
  border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))
}

.border-gray-800{
  --tw-border-opacity:1;
  border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))
}

.border-green-500{
  --tw-border-opacity:1;
  border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))
}

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

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

.border-primary\/10{
  border-color:hsl(var(--primary) / 0.1)
}

.border-primary\/20{
  border-color:hsl(var(--primary) / 0.2)
}

.border-primary\/30{
  border-color:hsl(var(--primary) / 0.3)
}

.border-primary\/40{
  border-color:hsl(var(--primary) / 0.4)
}

.border-red-200{
  --tw-border-opacity:1;
  border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))
}

.border-red-500{
  --tw-border-opacity:1;
  border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))
}

.border-rose-200{
  --tw-border-opacity:1;
  border-color:rgb(254 205 211 / var(--tw-border-opacity, 1))
}

.border-slate-300{
  --tw-border-opacity:1;
  border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))
}

.border-transparent{
  border-color:transparent
}

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

.border-white\/20{
  border-color:rgb(255 255 255 / 0.2)
}

.border-yellow-500{
  --tw-border-opacity:1;
  border-color:rgb(234 179 8 / var(--tw-border-opacity, 1))
}

.border-t-transparent{
  border-top-color:transparent
}

.bg-\[color\:hsl\(var\(--card\)\/0\.7\)\]{
  background-color:hsl(var(--card)/0.7)
}

.bg-\[hsl\(var\(--primary\)\/0\.08\)\]{
  background-color:hsl(var(--primary)/0.08)
}

.bg-\[hsl\(var\(--primary\)\/0\.12\)\]{
  background-color:hsl(var(--primary)/0.12)
}

.bg-\[hsl\(var\(--secondary\)\/0\.12\)\]{
  background-color:hsl(var(--secondary)/0.12)
}

.bg-\[hsl\(var\(--surface-1\)\)\]{
  background-color:hsl(var(--surface-1))
}

.bg-amber-50{
  --tw-bg-opacity:1;
  background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))
}

.bg-amber-50\/80{
  background-color:rgb(255 251 235 / 0.8)
}

.bg-amber-500{
  --tw-bg-opacity:1;
  background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))
}

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

.bg-background\/80{
  background-color:hsl(var(--background) / 0.8)
}

.bg-background\/90{
  background-color:hsl(var(--background) / 0.9)
}

.bg-black{
  --tw-bg-opacity:1;
  background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))
}

.bg-black\/60{
  background-color:rgb(0 0 0 / 0.6)
}

.bg-black\/70{
  background-color:rgb(0 0 0 / 0.7)
}

.bg-blue-50{
  --tw-bg-opacity:1;
  background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))
}

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

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

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

.bg-card\/70{
  background-color:hsl(var(--card) / 0.7)
}

.bg-card\/80{
  background-color:hsl(var(--card) / 0.8)
}

.bg-emerald-50{
  --tw-bg-opacity:1;
  background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))
}

.bg-emerald-50\/80{
  background-color:rgb(236 253 245 / 0.8)
}

.bg-emerald-500{
  --tw-bg-opacity:1;
  background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))
}

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

.bg-gray-200{
  --tw-bg-opacity:1;
  background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))
}

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

.bg-green-100{
  --tw-bg-opacity:1;
  background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))
}

.bg-green-50{
  --tw-bg-opacity:1;
  background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))
}

.bg-green-500{
  --tw-bg-opacity:1;
  background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))
}

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

.bg-muted\/20{
  background-color:hsl(var(--muted) / 0.2)
}

.bg-muted\/30{
  background-color:hsl(var(--muted) / 0.3)
}

.bg-muted\/40{
  background-color:hsl(var(--muted) / 0.4)
}

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

.bg-muted\/60{
  background-color:hsl(var(--muted) / 0.6)
}

.bg-muted\/70{
  background-color:hsl(var(--muted) / 0.7)
}

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

.bg-primary\/10{
  background-color:hsl(var(--primary) / 0.1)
}

.bg-primary\/5{
  background-color:hsl(var(--primary) / 0.05)
}

.bg-primary\/50{
  background-color:hsl(var(--primary) / 0.5)
}

.bg-primary\/60{
  background-color:hsl(var(--primary) / 0.6)
}

.bg-red-100{
  --tw-bg-opacity:1;
  background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))
}

.bg-red-50{
  --tw-bg-opacity:1;
  background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))
}

.bg-red-50\/80{
  background-color:rgb(254 242 242 / 0.8)
}

.bg-red-500{
  --tw-bg-opacity:1;
  background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))
}

.bg-rose-50{
  --tw-bg-opacity:1;
  background-color:rgb(255 241 242 / var(--tw-bg-opacity, 1))
}

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

.bg-secondary\/10{
  background-color:hsl(var(--secondary) / 0.1)
}

.bg-transparent{
  background-color:transparent
}

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

.bg-white\/60{
  background-color:rgb(255 255 255 / 0.6)
}

.bg-white\/80{
  background-color:rgb(255 255 255 / 0.8)
}

.bg-white\/90{
  background-color:rgb(255 255 255 / 0.9)
}

.bg-yellow-50{
  --tw-bg-opacity:1;
  background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))
}

.bg-opacity-0{
  --tw-bg-opacity:0
}

.bg-opacity-60{
  --tw-bg-opacity:0.6
}

.bg-gradient-to-b{
  background-image:linear-gradient(to bottom, var(--tw-gradient-stops))
}

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

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

.bg-gradient-to-t{
  background-image:linear-gradient(to top, var(--tw-gradient-stops))
}

.from-\[color\:hsl\(var\(--background\)\/0\.2\)\]{
  --tw-gradient-from:hsl(var(--background)/0.2) var(--tw-gradient-from-position);
  --tw-gradient-to:hsl(var(--background) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-black\/60{
  --tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-primary{
  --tw-gradient-from:hsl(var(--primary)) var(--tw-gradient-from-position);
  --tw-gradient-to:hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-primary\/10{
  --tw-gradient-from:hsl(var(--primary) / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to:hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-primary\/20{
  --tw-gradient-from:hsl(var(--primary) / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to:hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-primary\/5{
  --tw-gradient-from:hsl(var(--primary) / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to:hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-secondary\/20{
  --tw-gradient-from:hsl(var(--secondary) / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to:hsl(var(--secondary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)
}

.via-\[color\:hsl\(var\(--background\)\/0\.4\)\]{
  --tw-gradient-to:hsl(var(--background) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), hsl(var(--background)/0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.via-background{
  --tw-gradient-to:hsl(var(--background) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), hsl(var(--background)) var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.via-secondary{
  --tw-gradient-to:hsl(var(--secondary) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), hsl(var(--secondary)) var(--tw-gradient-via-position), var(--tw-gradient-to)
}

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

.via-white{
  --tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.to-\[color\:hsl\(var\(--background\)\/0\.6\)\]{
  --tw-gradient-to:hsl(var(--background)/0.6) var(--tw-gradient-to-position)
}

.to-background{
  --tw-gradient-to:hsl(var(--background)) var(--tw-gradient-to-position)
}

.to-primary\/5{
  --tw-gradient-to:hsl(var(--primary) / 0.05) var(--tw-gradient-to-position)
}

.to-secondary{
  --tw-gradient-to:hsl(var(--secondary)) var(--tw-gradient-to-position)
}

.to-secondary\/10{
  --tw-gradient-to:hsl(var(--secondary) / 0.1) var(--tw-gradient-to-position)
}

.to-secondary\/20{
  --tw-gradient-to:hsl(var(--secondary) / 0.2) var(--tw-gradient-to-position)
}

.to-secondary\/5{
  --tw-gradient-to:hsl(var(--secondary) / 0.05) var(--tw-gradient-to-position)
}

.to-transparent{
  --tw-gradient-to:transparent var(--tw-gradient-to-position)
}

.bg-clip-text{
  -webkit-background-clip:text;
          background-clip:text
}

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

.p-0{
  padding:0px
}

.p-1{
  padding:0.25rem
}

.p-2{
  padding:0.5rem
}

.p-3{
  padding:0.75rem
}

.p-4{
  padding:1rem
}

.p-5{
  padding:1.25rem
}

.p-6{
  padding:1.5rem
}

.p-8{
  padding:2rem
}

.p-\[2px\]{
  padding:2px
}

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

.px-1\.5{
  padding-left:0.375rem;
  padding-right:0.375rem
}

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

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

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

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

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

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

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

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

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

.py-12{
  padding-top:3rem;
  padding-bottom:3rem
}

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

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

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

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

.py-3{
  padding-top:0.75rem;
  padding-bottom:0.75rem
}

.py-3\.5{
  padding-top:0.875rem;
  padding-bottom:0.875rem
}

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

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

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

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

.pb-2{
  padding-bottom:0.5rem
}

.pb-3{
  padding-bottom:0.75rem
}

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

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

.pl-10{
  padding-left:2.5rem
}

.pl-5{
  padding-left:1.25rem
}

.pl-6{
  padding-left:1.5rem
}

.pr-1{
  padding-right:0.25rem
}

.pr-2{
  padding-right:0.5rem
}

.pr-4{
  padding-right:1rem
}

.pt-1{
  padding-top:0.25rem
}

.pt-2{
  padding-top:0.5rem
}

.pt-3{
  padding-top:0.75rem
}

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

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

.pt-8{
  padding-top:2rem
}

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

.text-left{
  text-align:left
}

.text-center{
  text-align:center
}

.text-right{
  text-align:right
}

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

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

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

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

.text-5xl{
  font-size:3rem;
  line-height:1
}

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

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

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

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

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

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

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

.font-bold{
  font-weight:700
}

.font-light{
  font-weight:300
}

.font-medium{
  font-weight:500
}

.font-semibold{
  font-weight:600
}

.uppercase{
  text-transform:uppercase
}

.capitalize{
  text-transform:capitalize
}

.normal-case{
  text-transform:none
}

.italic{
  font-style:italic
}

.leading-5{
  line-height:1.25rem
}

.leading-none{
  line-height:1
}

.leading-normal{
  line-height:1.5
}

.leading-relaxed{
  line-height:1.625
}

.leading-tight{
  line-height:1.25
}

.tracking-\[0\.04em\]{
  letter-spacing:0.04em
}

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

.tracking-normal{
  letter-spacing:0em
}

.tracking-tight{
  letter-spacing:-0.025em
}

.tracking-wide{
  letter-spacing:0.025em
}

.tracking-wider{
  letter-spacing:0.05em
}

.tracking-widest{
  letter-spacing:0.1em
}

.text-amber-600{
  --tw-text-opacity:1;
  color:rgb(217 119 6 / var(--tw-text-opacity, 1))
}

.text-amber-700{
  --tw-text-opacity:1;
  color:rgb(180 83 9 / var(--tw-text-opacity, 1))
}

.text-blue-500{
  --tw-text-opacity:1;
  color:rgb(59 130 246 / var(--tw-text-opacity, 1))
}

.text-blue-700{
  --tw-text-opacity:1;
  color:rgb(29 78 216 / var(--tw-text-opacity, 1))
}

.text-blue-800{
  --tw-text-opacity:1;
  color:rgb(30 64 175 / var(--tw-text-opacity, 1))
}

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

.text-destructive{
  color:hsl(var(--destructive))
}

.text-emerald-500{
  --tw-text-opacity:1;
  color:rgb(16 185 129 / var(--tw-text-opacity, 1))
}

.text-emerald-600{
  --tw-text-opacity:1;
  color:rgb(5 150 105 / var(--tw-text-opacity, 1))
}

.text-emerald-700{
  --tw-text-opacity:1;
  color:rgb(4 120 87 / var(--tw-text-opacity, 1))
}

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

.text-foreground\/70{
  color:hsl(var(--foreground) / 0.7)
}

.text-foreground\/80{
  color:hsl(var(--foreground) / 0.8)
}

.text-gray-200{
  --tw-text-opacity:1;
  color:rgb(229 231 235 / var(--tw-text-opacity, 1))
}

.text-gray-300{
  --tw-text-opacity:1;
  color:rgb(209 213 219 / var(--tw-text-opacity, 1))
}

.text-gray-400{
  --tw-text-opacity:1;
  color:rgb(156 163 175 / var(--tw-text-opacity, 1))
}

.text-gray-500{
  --tw-text-opacity:1;
  color:rgb(107 114 128 / var(--tw-text-opacity, 1))
}

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

.text-gray-700{
  --tw-text-opacity:1;
  color:rgb(55 65 81 / var(--tw-text-opacity, 1))
}

.text-gray-800{
  --tw-text-opacity:1;
  color:rgb(31 41 55 / var(--tw-text-opacity, 1))
}

.text-gray-900{
  --tw-text-opacity:1;
  color:rgb(17 24 39 / var(--tw-text-opacity, 1))
}

.text-green-500{
  --tw-text-opacity:1;
  color:rgb(34 197 94 / var(--tw-text-opacity, 1))
}

.text-green-600{
  --tw-text-opacity:1;
  color:rgb(22 163 74 / var(--tw-text-opacity, 1))
}

.text-green-700{
  --tw-text-opacity:1;
  color:rgb(21 128 61 / var(--tw-text-opacity, 1))
}

.text-green-800{
  --tw-text-opacity:1;
  color:rgb(22 101 52 / var(--tw-text-opacity, 1))
}

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

.text-muted-foreground\/70{
  color:hsl(var(--muted-foreground) / 0.7)
}

.text-orange-500{
  --tw-text-opacity:1;
  color:rgb(249 115 22 / var(--tw-text-opacity, 1))
}

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

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

.text-primary\/40{
  color:hsl(var(--primary) / 0.4)
}

.text-red-400{
  --tw-text-opacity:1;
  color:rgb(248 113 113 / var(--tw-text-opacity, 1))
}

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

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

.text-red-700{
  --tw-text-opacity:1;
  color:rgb(185 28 28 / var(--tw-text-opacity, 1))
}

.text-rose-700{
  --tw-text-opacity:1;
  color:rgb(190 18 60 / var(--tw-text-opacity, 1))
}

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

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

.text-transparent{
  color:transparent
}

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

.text-yellow-600{
  --tw-text-opacity:1;
  color:rgb(202 138 4 / var(--tw-text-opacity, 1))
}

.text-yellow-700{
  --tw-text-opacity:1;
  color:rgb(161 98 7 / var(--tw-text-opacity, 1))
}

.text-yellow-800{
  --tw-text-opacity:1;
  color:rgb(133 77 14 / var(--tw-text-opacity, 1))
}

.underline{
  text-decoration-line:underline
}

.line-through{
  text-decoration-line:line-through
}

.decoration-\[1px\]{
  text-decoration-thickness:1px
}

.opacity-0{
  opacity:0
}

.opacity-100{
  opacity:1
}

.opacity-25{
  opacity:0.25
}

.opacity-30{
  opacity:0.3
}

.opacity-50{
  opacity:0.5
}

.opacity-60{
  opacity:0.6
}

.opacity-70{
  opacity:0.7
}

.opacity-75{
  opacity:0.75
}

.opacity-\[0\.08\]{
  opacity:0.08
}

.shadow{
  --tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

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

.shadow-\[0_15px_40px_rgba\(25\2c 125\2c 130\2c 0\.32\)\]{
  --tw-shadow:0 15px 40px rgba(25,125,130,0.32);
  --tw-shadow-colored:0 15px 40px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-lg{
  --tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-md{
  --tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-sm{
  --tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.outline-none{
  outline:2px solid transparent;
  outline-offset:2px
}

.outline{
  outline-style:solid
}

.outline-offset-2{
  outline-offset:2px
}

.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 #0000)
}

.ring-black\/5{
  --tw-ring-color:rgb(0 0 0 / 0.05)
}

.ring-white\/70{
  --tw-ring-color:rgb(255 255 255 / 0.7)
}

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

.contrast-\[1\.1\]{
  --tw-contrast:contrast(1.1);
  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)
}

.drop-shadow-sm{
  --tw-drop-shadow:drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  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{
  --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-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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.transition-all{
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.transition-colors{
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.transition-opacity{
  transition-property:opacity;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.transition-shadow{
  transition-property:box-shadow;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.transition-transform{
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.\!duration-0{
  transition-duration:0s !important
}

.duration-200{
  transition-duration:200ms
}

.duration-300{
  transition-duration:300ms
}

.duration-500{
  transition-duration:500ms
}

.ease-\[cubic-bezier\(0\.22\2c 1\2c 0\.36\2c 1\)\]{
  transition-timing-function:cubic-bezier(0.22,1,0.36,1)
}

.ease-in-out{
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
}

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

.will-change-transform{
  will-change:transform
}

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

.max-h-screen-patched {
  max-height: 100svh;
}

.no-drag {
  -webkit-user-drag: none;
  /* Chrome, Safari, Opera */
  -khtml-user-drag: none;
  /* Konqueror */
  -moz-user-drag: none;
  /* Firefox */
  user-drag: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}

/* Hide scrollbar for Chrome, Safari and Opera */

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Custom scrollbars everywhere except main page */

:where(*):not(html):not(body):not(.no-scrollbar) {
  scrollbar-width: thin;
  scrollbar-color: hsl(var(--primary)/0.35) hsl(var(--surface-2));
}

:where(*):not(html):not(body):not(.no-scrollbar)::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

:where(*):not(html):not(body):not(.no-scrollbar)::-webkit-scrollbar-track {
  background: hsl(var(--surface-2));
  border-radius: 999px;
}

:where(*):not(html):not(body):not(.no-scrollbar)::-webkit-scrollbar-thumb {
  background: hsl(var(--primary)/0.35);
  border-radius: 999px;
}

:where(*):not(html):not(body):not(.no-scrollbar)::-webkit-scrollbar-thumb:hover {
  background: hsl(var(--primary)/0.5);
}

/* Hide scrollbar for IE, Edge and Firefox */

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

#all-recipes {
  scroll-margin-top: 300px;
}

@media (max-width: 1024px) {
  nav{
    background-color:rgb(255 255 255 / 0.5);
    --tw-backdrop-blur:blur(4px);
    --tw-backdrop-saturate:saturate(1.5);
    -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)
  }
}

.file\:border-0::file-selector-button{
  border-width:0px
}

.file\:bg-transparent::file-selector-button{
  background-color:transparent
}

.file\:text-sm::file-selector-button{
  font-size:0.875rem;
  line-height:1.25rem
}

.file\:font-medium::file-selector-button{
  font-weight:500
}

.file\:text-foreground::file-selector-button{
  color:hsl(var(--foreground))
}

.placeholder\:text-muted-foreground::-moz-placeholder{
  color:hsl(var(--muted-foreground))
}

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

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

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

.hover\:-translate-y-0\.5:hover{
  --tw-translate-y:-0.125rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:border-destructive\/20:hover{
  border-color:hsl(var(--destructive) / 0.2)
}

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

.hover\:border-primary\/30:hover{
  border-color:hsl(var(--primary) / 0.3)
}

.hover\:border-primary\/40:hover{
  border-color:hsl(var(--primary) / 0.4)
}

.hover\:bg-\[hsl\(var\(--surface-2\)\/0\.6\)\]:hover{
  background-color:hsl(var(--surface-2)/0.6)
}

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

.hover\:bg-amber-100:hover{
  --tw-bg-opacity:1;
  background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))
}

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

.hover\:bg-blue-500\/10:hover{
  background-color:rgb(59 130 246 / 0.1)
}

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

.hover\:bg-destructive\/10:hover{
  background-color:hsl(var(--destructive) / 0.1)
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity:1;
  background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))
}

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

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

.hover\:bg-muted\/40:hover{
  background-color:hsl(var(--muted) / 0.4)
}

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

.hover\:bg-muted\/60:hover{
  background-color:hsl(var(--muted) / 0.6)
}

.hover\:bg-primary\/10:hover{
  background-color:hsl(var(--primary) / 0.1)
}

.hover\:bg-primary\/80:hover{
  background-color:hsl(var(--primary) / 0.8)
}

.hover\:bg-primary\/\[0\.02\]:hover{
  background-color:hsl(var(--primary) / 0.02)
}

.hover\:bg-red-200:hover{
  --tw-bg-opacity:1;
  background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))
}

.hover\:bg-red-50:hover{
  --tw-bg-opacity:1;
  background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))
}

.hover\:bg-red-500\/10:hover{
  background-color:rgb(239 68 68 / 0.1)
}

.hover\:bg-secondary\/10:hover{
  background-color:hsl(var(--secondary) / 0.1)
}

.hover\:bg-secondary\/80:hover{
  background-color:hsl(var(--secondary) / 0.8)
}

.hover\:bg-white:hover{
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

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

.hover\:text-destructive:hover{
  color:hsl(var(--destructive))
}

.hover\:text-foreground:hover{
  color:hsl(var(--foreground))
}

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

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

.hover\:text-secondary:hover{
  color:hsl(var(--secondary))
}

.hover\:text-white:hover{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.hover\:underline:hover{
  text-decoration-line:underline
}

.hover\:opacity-100:hover{
  opacity:1
}

.hover\:shadow-2xl:hover{
  --tw-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-lg:hover{
  --tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-md:hover{
  --tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 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 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-xl:hover{
  --tw-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:outline:hover{
  outline-style:solid
}

.hover\:outline-green-500:hover{
  outline-color:#22c55e
}

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

.focus\:text-foreground:focus{
  color:hsl(var(--foreground))
}

.focus\:outline-none:focus{
  outline:2px solid transparent;
  outline-offset:2px
}

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

.focus\:ring-primary:focus{
  --tw-ring-color:hsl(var(--primary))
}

.focus\:ring-primary\/20:focus{
  --tw-ring-color:hsl(var(--primary) / 0.2)
}

.focus\:ring-primary\/30:focus{
  --tw-ring-color:hsl(var(--primary) / 0.3)
}

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

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width:2px
}

.focus-visible\:outline-none:focus-visible{
  outline:2px solid transparent;
  outline-offset:2px
}

.focus-visible\:outline:focus-visible{
  outline-style:solid
}

.focus-visible\:outline-2:focus-visible{
  outline-width:2px
}

.focus-visible\:outline-offset-2:focus-visible{
  outline-offset:2px
}

.focus-visible\:outline-primary:focus-visible{
  outline-color:hsl(var(--primary))
}

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

.focus-visible\:ring-primary\/60:focus-visible{
  --tw-ring-color:hsl(var(--primary) / 0.6)
}

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

.focus-visible\:ring-offset-2:focus-visible{
  --tw-ring-offset-width:2px
}

.disabled\:pointer-events-none:disabled{
  pointer-events:none
}

.disabled\:cursor-not-allowed:disabled{
  cursor:not-allowed
}

.disabled\:opacity-50:disabled{
  opacity:0.5
}

.group[open] .group-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:hover .group-hover\:scale-105{
  --tw-scale-x:1.05;
  --tw-scale-y:1.05;
  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\:scale-\[102\%\]{
  --tw-scale-x:102%;
  --tw-scale-y:102%;
  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\:border-primary\/40{
  border-color:hsl(var(--primary) / 0.4)
}

.group:hover .group-hover\:bg-transparent{
  background-color:transparent
}

.group:hover .group-hover\:from-white{
  --tw-gradient-from:#fff var(--tw-gradient-from-position);
  --tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)
}

.group:hover .group-hover\:to-white{
  --tw-gradient-to:#fff var(--tw-gradient-to-position)
}

.group:hover .group-hover\:text-primary{
  color:hsl(var(--primary))
}

.group:hover .group-hover\:text-white{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.group:hover .group-hover\:opacity-100{
  opacity:1
}

.peer:checked ~ .peer-checked\:border-primary{
  border-color:hsl(var(--primary))
}

.peer:checked ~ .peer-checked\:border-primary\/30{
  border-color:hsl(var(--primary) / 0.3)
}

.peer:checked ~ .peer-checked\:bg-blue-500{
  --tw-bg-opacity:1;
  background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))
}

.peer:checked ~ .peer-checked\:bg-primary{
  background-color:hsl(var(--primary))
}

.peer:checked ~ .peer-checked\:bg-primary\/10{
  background-color:hsl(var(--primary) / 0.1)
}

.peer:checked ~ .peer-checked\:bg-primary\/50{
  background-color:hsl(var(--primary) / 0.5)
}

.peer:checked ~ .peer-checked\:bg-red-500{
  --tw-bg-opacity:1;
  background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))
}

.peer:checked ~ .peer-checked\:bg-secondary{
  background-color:hsl(var(--secondary))
}

.peer:checked ~ .peer-checked\:text-white{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.peer:checked ~ .peer-checked\:line-through{
  text-decoration-line:line-through
}

.peer:checked ~ .peer-checked\:opacity-100{
  opacity:1
}

.peer:checked ~ .peer-checked\:opacity-40{
  opacity:0.4
}

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

.peer:focus-visible ~ .peer-focus-visible\:ring-primary\/50{
  --tw-ring-color:hsl(var(--primary) / 0.5)
}

.peer:focus-visible ~ .peer-focus-visible\:ring-offset-2{
  --tw-ring-offset-width:2px
}

.peer:disabled ~ .peer-disabled\:cursor-not-allowed{
  cursor:not-allowed
}

.peer:disabled ~ .peer-disabled\:opacity-70{
  opacity:0.7
}

.data-\[state\=open\]\:bg-accent[data-state="open"]{
  background-color:hsl(var(--accent))
}

.data-\[state\=open\]\:text-muted-foreground[data-state="open"]{
  color:hsl(var(--muted-foreground))
}

@media (min-width: 640px){
  .sm\:bottom-14{
    bottom:3.5rem
  }

  .sm\:top-14{
    top:3.5rem
  }

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

  .sm\:inline-flex{
    display:inline-flex
  }

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

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

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

  .sm\:max-w-md{
    max-width:28rem
  }

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

  .sm\:grid-cols-\[minmax\(0\2c 1fr\)_auto\]{
    grid-template-columns:minmax(0,1fr) auto
  }

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

  .sm\:items-end{
    align-items:flex-end
  }

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

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

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

  .sm\:text-left{
    text-align:left
  }

  .sm\:opacity-\[0\.10\]{
    opacity:0.10
  }

  .sm\:opacity-\[0\.11\]{
    opacity:0.11
  }
}

@media (min-width: 768px){
  .md\:col-span-1{
    grid-column:span 1 / span 1
  }

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

  .md\:h-\[250px\]{
    height:250px
  }

  .md\:max-h-\[50vh\]{
    max-height:50vh
  }

  .md\:max-h-none{
    max-height:none
  }

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

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

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

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

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

  .md\:items-end{
    align-items:flex-end
  }

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

  .md\:overflow-visible{
    overflow:visible
  }

  .md\:overflow-y-auto{
    overflow-y:auto
  }

  .md\:pr-1{
    padding-right:0.25rem
  }

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

  .md\:text-6xl{
    font-size:3.75rem;
    line-height:1
  }

  .md\:text-sm{
    font-size:0.875rem;
    line-height:1.25rem
  }
}

@media (min-width: 1024px){
  .lg\:bottom-16{
    bottom:4rem
  }

  .lg\:top-16{
    top:4rem
  }

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

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

  .lg\:mt-24{
    margin-top:6rem
  }

  .lg\:block{
    display:block
  }

  .lg\:flex{
    display:flex
  }

  .lg\:hidden{
    display:none
  }

  .lg\:h-72{
    height:18rem
  }

  .lg\:w-1\/2{
    width:50%
  }

  .lg\:w-72{
    width:18rem
  }

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

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

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

  .lg\:flex-shrink-0{
    flex-shrink:0
  }

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

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

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

  .lg\:grid-cols-\[1\.1fr\2c 1\.4fr\]{
    grid-template-columns:1.1fr 1.4fr
  }

  .lg\:grid-cols-\[1\.2fr\2c 0\.8fr\]{
    grid-template-columns:1.2fr 0.8fr
  }

  .lg\:grid-cols-\[1\.6fr\2c 1fr\2c 1\.4fr\]{
    grid-template-columns:1.6fr 1fr 1.4fr
  }

  .lg\:grid-cols-\[1fr\2c 0\.6fr\2c auto\]{
    grid-template-columns:1fr 0.6fr auto
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_420px\]{
    grid-template-columns:minmax(0,1fr) 420px
  }

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

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

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

  .lg\:p-6{
    padding:1.5rem
  }

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

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

  .lg\:py-24{
    padding-top:6rem;
    padding-bottom:6rem
  }

  .lg\:py-8{
    padding-top:2rem;
    padding-bottom:2rem
  }

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

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

  .lg\:opacity-\[0\.13\]{
    opacity:0.13
  }

  .lg\:opacity-\[0\.15\]{
    opacity:0.15
  }
}

@media (min-width: 1280px){
  .xl\:col-span-3{
    grid-column:span 3 / span 3
  }

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

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

.\[\&\>span\]\:scale-0>span{
  --tw-scale-x:0;
  --tw-scale-y:0;
  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))
}

.\[\&\>span\]\:transition>span{
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.peer:checked ~ .peer-checked\:\[\&\>span\]\:scale-100>span{
  --tw-scale-x:1;
  --tw-scale-y:1;
  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\]\:opacity-0>svg{
  opacity:0
}

.\[\&\>svg\]\:transition>svg{
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.peer:checked ~ .peer-checked\:\[\&\>svg\]\:opacity-100>svg{
  opacity:1
}
