/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700;800&family=Geist+Mono:wght@400;500;600;700&display=swap");

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: 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.19 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: var(--font-mono), ui-monospace, 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 {
    /* Brand */
    --cl-brand-a: 217 91% 53%;
    --cl-brand-b: 252 100% 68%;
    --cl-grad: linear-gradient(135deg, #1a73f5, #7c5cff);

    /* Light theme (kept as alternative) */
    --background: 220 25% 97%;
    --bg-panel: 0 0% 100%;
    --bg-elev: 220 33% 99%;
    --bg-soft: 220 33% 99%;
    --bg-input: 220 25% 97%;
    --foreground: 222 47% 9%;
    --muted: 220 14% 96%;
    --muted-foreground: 222 11% 47%;
    --border: 220 16% 92%;
    --border-elev: 220 16% 88%;
    --input: 220 16% 92%;
    --ring: 252 100% 68%;
    --primary: 217 91% 53%;
    --primary-foreground: 0 0% 100%;
    --secondary: 217 91% 96%;
    --secondary-foreground: 222 47% 9%;
    --accent: 252 100% 68%;
    --accent-foreground: 0 0% 100%;
    --destructive: 0 84% 60%;
    --destructive-foreground: 0 0% 100%;
    --card: 0 0% 100%;
    --card-foreground: 222 47% 9%;
    --popover: 0 0% 100%;
    --popover-foreground: 222 47% 9%;
    --radius: 0.75rem;
    --font-sans: "Geist", "Plus Jakarta Sans", system-ui, sans-serif;
    --font-mono: "Geist Mono", ui-monospace, monospace;
  }

/* Dark = primary theme per handoff 2.0 ("command-center / AI infra") */

.dark {
    --background: 230 60% 3%;          /* #04060d outer */
    --bg-panel: 228 47% 7%;            /* #0a0e1c surface */
    --bg-elev: 228 44% 12%;            /* #11152a elevated */
    --bg-soft: 228 50% 5%;             /* darker soft */
    --bg-input: 230 60% 3%;            /* like outer */
    --foreground: 220 22% 93%;         /* #e8ebf2 */
    --muted: 228 30% 13%;
    --muted-foreground: 226 14% 58%;   /* #8089a3 */
    --border: 227 28% 13%;             /* #161b2e */
    --border-elev: 226 36% 18%;        /* #1a2040 */
    --input: 227 28% 13%;
    --ring: 252 100% 68%;
    --primary: 217 91% 60%;
    --primary-foreground: 0 0% 100%;
    --secondary: 227 28% 15%;
    --secondary-foreground: 220 22% 93%;
    --accent: 252 100% 68%;
    --accent-foreground: 0 0% 100%;
    --destructive: 0 70% 55%;
    --destructive-foreground: 0 0% 100%;
    --card: 228 47% 7%;
    --card-foreground: 220 22% 93%;
    --popover: 228 47% 7%;
    --popover-foreground: 220 22% 93%;
  }

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

html, body { height: 100%; }

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

[data-settings-root="dark"] .flow-canvas-shell .flow-canvas-sidebar body {
    color: rgb(229 231 235);
  }

body {
    font-family: var(--font-sans);
    font-feature-settings: "rlig" 1, "calt" 1, "ss01" 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }

::-moz-selection { background: rgba(124, 92, 255, 0.3); color: inherit; }

::selection { background: rgba(124, 92, 255, 0.3); color: inherit; }

::-webkit-scrollbar { width: 8px; height: 8px; }

::-webkit-scrollbar-track { background: transparent; }

::-webkit-scrollbar-thumb { background: rgba(15, 23, 42, 0.15); border-radius: 4px; }

.dark ::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.1); }

::-webkit-scrollbar-thumb:hover { background: rgba(15, 23, 42, 0.3); }
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 1400px){

  .container{
    max-width: 1400px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.-bottom-0\.5{
  bottom: -0.125rem;
}
.-bottom-px{
  bottom: -1px;
}
.-left-1{
  left: -0.25rem;
}
.-left-32{
  left: -8rem;
}
.-right-0\.5{
  right: -0.125rem;
}
.-right-24{
  right: -6rem;
}
.-right-4{
  right: -1rem;
}
.-top-1{
  top: -0.25rem;
}
.-top-3{
  top: -0.75rem;
}
.-top-32{
  top: -8rem;
}
.-top-4{
  top: -1rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-2{
  bottom: 0.5rem;
}
.bottom-3\.5{
  bottom: 0.875rem;
}
.bottom-\[-1px\]{
  bottom: -1px;
}
.bottom-\[10\%\]{
  bottom: 10%;
}
.left-0{
  left: 0px;
}
.left-2{
  left: 0.5rem;
}
.left-2\.5{
  left: 0.625rem;
}
.left-3{
  left: 0.75rem;
}
.left-3\.5{
  left: 0.875rem;
}
.left-\[7px\]{
  left: 7px;
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-2\.5{
  right: 0.625rem;
}
.right-3{
  right: 0.75rem;
}
.right-3\.5{
  right: 0.875rem;
}
.right-6{
  right: 1.5rem;
}
.right-full{
  right: 100%;
}
.top-0{
  top: 0px;
}
.top-0\.5{
  top: 0.125rem;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-10{
  top: 2.5rem;
}
.top-2{
  top: 0.5rem;
}
.top-2\.5{
  top: 0.625rem;
}
.top-3{
  top: 0.75rem;
}
.top-4{
  top: 1rem;
}
.top-40{
  top: 10rem;
}
.top-7{
  top: 1.75rem;
}
.top-8{
  top: 2rem;
}
.top-9{
  top: 2.25rem;
}
.top-\[20\%\]{
  top: 20%;
}
.top-full{
  top: 100%;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[100\]{
  z-index: 100;
}
.m-0{
  margin: 0px;
}
.mx-3\.5{
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.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-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.ml-0\.5{
  margin-left: 0.125rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-1\.5{
  margin-left: 0.375rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-9{
  margin-left: 2.25rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-auto{
  margin-right: auto;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-3\.5{
  margin-top: 0.875rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.mt-px{
  margin-top: 1px;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-20{
  height: 5rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-80{
  height: 20rem;
}
.h-9{
  height: 2.25rem;
}
.h-96{
  height: 24rem;
}
.h-\[14px\]{
  height: 14px;
}
.h-\[15px\]{
  height: 15px;
}
.h-\[16px\]{
  height: 16px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[22px\]{
  height: 22px;
}
.h-\[240px\]{
  height: 240px;
}
.h-\[280px\]{
  height: 280px;
}
.h-\[34px\]{
  height: 34px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[42px\]{
  height: 42px;
}
.h-\[54px\]{
  height: 54px;
}
.h-\[560px\]{
  height: 560px;
}
.h-\[5px\]{
  height: 5px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[70px\]{
  height: 70px;
}
.h-\[75vh\]{
  height: 75vh;
}
.h-\[7px\]{
  height: 7px;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-40{
  max-height: 10rem;
}
.max-h-56{
  max-height: 14rem;
}
.max-h-64{
  max-height: 16rem;
}
.max-h-72{
  max-height: 18rem;
}
.max-h-\[120px\]{
  max-height: 120px;
}
.max-h-\[280px\]{
  max-height: 280px;
}
.max-h-\[340px\]{
  max-height: 340px;
}
.max-h-\[85vh\]{
  max-height: 85vh;
}
.max-h-\[90vh\]{
  max-height: 90vh;
}
.min-h-0{
  min-height: 0px;
}
.min-h-\[28px\]{
  min-height: 28px;
}
.min-h-\[500px\]{
  min-height: 500px;
}
.min-h-\[600px\]{
  min-height: 600px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1{
  width: 0.25rem;
}
.w-1\.5{
  width: 0.375rem;
}
.w-1\/2{
  width: 50%;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-20{
  width: 5rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-3\/4{
  width: 75%;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-40{
  width: 10rem;
}
.w-44{
  width: 11rem;
}
.w-5{
  width: 1.25rem;
}
.w-52{
  width: 13rem;
}
.w-56{
  width: 14rem;
}
.w-6{
  width: 1.5rem;
}
.w-60{
  width: 15rem;
}
.w-7{
  width: 1.75rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-80{
  width: 20rem;
}
.w-9{
  width: 2.25rem;
}
.w-96{
  width: 24rem;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[15px\]{
  width: 15px;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[22px\]{
  width: 22px;
}
.w-\[280px\]{
  width: 280px;
}
.w-\[340px\]{
  width: 340px;
}
.w-\[34px\]{
  width: 34px;
}
.w-\[360px\]{
  width: 360px;
}
.w-\[38px\]{
  width: 38px;
}
.w-\[3px\]{
  width: 3px;
}
.w-\[42px\]{
  width: 42px;
}
.w-\[54px\]{
  width: 54px;
}
.w-\[5px\]{
  width: 5px;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[7px\]{
  width: 7px;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.min-w-0{
  min-width: 0px;
}
.min-w-4{
  min-width: 1rem;
}
.min-w-\[110px\]{
  min-width: 110px;
}
.min-w-\[120px\]{
  min-width: 120px;
}
.min-w-\[130px\]{
  min-width: 130px;
}
.min-w-\[140px\]{
  min-width: 140px;
}
.min-w-\[150px\]{
  min-width: 150px;
}
.min-w-\[160px\]{
  min-width: 160px;
}
.min-w-\[16px\]{
  min-width: 16px;
}
.min-w-\[180px\]{
  min-width: 180px;
}
.min-w-\[360px\]{
  min-width: 360px;
}
.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-\[120px\]{
  max-width: 120px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[460px\]{
  max-width: 460px;
}
.max-w-\[480px\]{
  max-width: 480px;
}
.max-w-\[85\%\]{
  max-width: 85%;
}
.max-w-\[85vw\]{
  max-width: 85vw;
}
.max-w-full{
  max-width: 100%;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.shrink-0{
  flex-shrink: 0;
}
.border-collapse{
  border-collapse: collapse;
}
.-translate-y-1{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-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-full{
  --tw-translate-x: 100%;
  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));
}
.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));
}
.scale-100{
  --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));
}
.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse{

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

  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-default{
  cursor: default;
}
.cursor-grab{
  cursor: grab;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none{
  resize: none;
}
.resize-y{
  resize: vertical;
}
.resize{
  resize: both;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-\[1\.4fr_repeat\(4\2c 60px\)\]{
  grid-template-columns: 1.4fr repeat(4,60px);
}
.grid-cols-\[110px_1fr_auto\]{
  grid-template-columns: 110px 1fr auto;
}
.grid-cols-\[1fr_180px\]{
  grid-template-columns: 1fr 180px;
}
.grid-cols-\[2fr_1fr_1fr_1fr_auto\]{
  grid-template-columns: 2fr 1fr 1fr 1fr auto;
}
.grid-cols-\[40px_1fr\]{
  grid-template-columns: 40px 1fr;
}
.grid-cols-\[90px_1fr\]{
  grid-template-columns: 90px 1fr;
}
.grid-rows-\[0fr\]{
  grid-template-rows: 0fr;
}
.grid-rows-\[1fr\]{
  grid-template-rows: 1fr;
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.place-items-center{
  place-items: center;
}
.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-0{
  gap: 0px;
}
.gap-0\.5{
  gap: 0.125rem;
}
.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-3\.5{
  gap: 0.875rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[2px\]{
  gap: 2px;
}
.gap-px{
  gap: 1px;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-1\.5{
  row-gap: 0.375rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-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-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * 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-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px * 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-elev > :not([hidden]) ~ :not([hidden]){
  border-color: hsl(var(--border-elev));
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[14px\]{
  border-radius: 14px;
}
.rounded-\[5px\]{
  border-radius: 5px;
}
.rounded-\[6px\]{
  border-radius: 6px;
}
.rounded-\[7px\]{
  border-radius: 7px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-\[9px\]{
  border-radius: 9px;
}
.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;
}
.rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-bl-md{
  border-bottom-left-radius: calc(var(--radius) - 2px);
}
.rounded-br-md{
  border-bottom-right-radius: calc(var(--radius) - 2px);
}
.rounded-tl-sm{
  border-top-left-radius: calc(var(--radius) - 4px);
}
.\!border-0{
  border-width: 0px !important;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-\[3px\]{
  border-width: 3px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.\!border-destructive\/40{
  border-color: hsl(var(--destructive) / 0.4) !important;
}
.\!border-emerald-500\/35{
  border-color: rgb(16 185 129 / 0.35) !important;
}
.\!border-emerald-500\/40{
  border-color: rgb(16 185 129 / 0.4) !important;
}
.\!border-rose-500\/40{
  border-color: rgb(244 63 94 / 0.4) !important;
}
.border-\[\#193A31\]\/20{
  border-color: rgb(25 58 49 / 0.2);
}
.border-amber-200{
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-amber-300{
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-amber-400\/60{
  border-color: rgb(251 191 36 / 0.6);
}
.border-amber-500\/30{
  border-color: rgb(245 158 11 / 0.3);
}
.border-black\/10{
  border-color: rgb(0 0 0 / 0.1);
}
.border-border{
  border-color: hsl(var(--border));
}
.border-border-elev{
  border-color: hsl(var(--border-elev));
}
.border-border-elev\/50{
  border-color: hsl(var(--border-elev) / 0.5);
}
.border-border-elev\/60{
  border-color: hsl(var(--border-elev) / 0.6);
}
.border-border\/40{
  border-color: hsl(var(--border) / 0.4);
}
.border-border\/60{
  border-color: hsl(var(--border) / 0.6);
}
.border-border\/70{
  border-color: hsl(var(--border) / 0.7);
}
.border-brand-500{
  --tw-border-opacity: 1;
  border-color: rgb(50 144 255 / var(--tw-border-opacity, 1));
}
.border-destructive\/25{
  border-color: hsl(var(--destructive) / 0.25);
}
.border-destructive\/30{
  border-color: hsl(var(--destructive) / 0.3);
}
.border-emerald-100{
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}
.border-emerald-200{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-emerald-300{
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}
.border-emerald-400{
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.border-emerald-500{
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-emerald-500\/25{
  border-color: rgb(16 185 129 / 0.25);
}
.border-emerald-500\/30{
  border-color: rgb(16 185 129 / 0.3);
}
.border-emerald-500\/40{
  border-color: rgb(16 185 129 / 0.4);
}
.border-emerald-500\/50{
  border-color: rgb(16 185 129 / 0.5);
}
.border-emerald-500\/60{
  border-color: rgb(16 185 129 / 0.6);
}
.border-emerald-900{
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}
.border-foreground{
  border-color: hsl(var(--foreground));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-input{
  border-color: hsl(var(--input));
}
.border-muted-foreground\/30{
  border-color: hsl(var(--muted-foreground) / 0.3);
}
.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-500\/30{
  border-color: rgb(239 68 68 / 0.3);
}
.border-red-500\/50{
  border-color: rgb(239 68 68 / 0.5);
}
.border-rose-500{
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}
.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-violet-500\/20{
  border-color: rgb(124 92 255 / 0.2);
}
.border-violet-500\/25{
  border-color: rgb(124 92 255 / 0.25);
}
.border-violet-500\/30{
  border-color: rgb(124 92 255 / 0.3);
}
.border-violet-500\/40{
  border-color: rgb(124 92 255 / 0.4);
}
.border-warn\/40{
  border-color: rgb(245 158 11 / 0.4);
}
.border-white\/\[0\.04\]{
  border-color: rgb(255 255 255 / 0.04);
}
.border-white\/\[0\.06\]{
  border-color: rgb(255 255 255 / 0.06);
}
.border-zinc-200{
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-t-emerald-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.\!bg-emerald-500\/10{
  background-color: rgb(16 185 129 / 0.1) !important;
}
.bg-\[\#0a0f2c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(10 15 44 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1D6C61\]{
  --tw-bg-opacity: 1;
  background-color: rgb(29 108 97 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1E201F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(30 32 31 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1E201F\]\/55{
  background-color: rgb(30 32 31 / 0.55);
}
.bg-\[\#f6f8fb\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fafafa\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-\[hsl\(var\(--bg-input\)\)\]{
  background-color: hsl(var(--bg-input));
}
.bg-amber-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-amber-400\/15{
  background-color: rgb(251 191 36 / 0.15);
}
.bg-amber-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-amber-500\/15{
  background-color: rgb(245 158 11 / 0.15);
}
.bg-amber-500\/\[0\.06\]{
  background-color: rgb(245 158 11 / 0.06);
}
.bg-background{
  background-color: hsl(var(--background));
}
.bg-background\/40{
  background-color: hsl(var(--background) / 0.4);
}
.bg-background\/60{
  background-color: hsl(var(--background) / 0.6);
}
.bg-background\/80{
  background-color: hsl(var(--background) / 0.8);
}
.bg-black\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/55{
  background-color: rgb(0 0 0 / 0.55);
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-border{
  background-color: hsl(var(--border));
}
.bg-border-elev{
  background-color: hsl(var(--border-elev));
}
.bg-card{
  background-color: hsl(var(--card));
}
.bg-card\/30{
  background-color: hsl(var(--card) / 0.3);
}
.bg-card\/40{
  background-color: hsl(var(--card) / 0.4);
}
.bg-card\/80{
  background-color: hsl(var(--card) / 0.8);
}
.bg-current{
  background-color: currentColor;
}
.bg-cyan-500\/15{
  background-color: rgb(6 182 212 / 0.15);
}
.bg-destructive{
  background-color: hsl(var(--destructive));
}
.bg-destructive\/10{
  background-color: hsl(var(--destructive) / 0.1);
}
.bg-destructive\/15{
  background-color: hsl(var(--destructive) / 0.15);
}
.bg-destructive\/\[0\.08\]{
  background-color: hsl(var(--destructive) / 0.08);
}
.bg-emerald-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-emerald-300{
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}
.bg-emerald-400{
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.bg-emerald-400\/20{
  background-color: rgb(52 211 153 / 0.2);
}
.bg-emerald-400\/70{
  background-color: rgb(52 211 153 / 0.7);
}
.bg-emerald-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500\/10{
  background-color: rgb(16 185 129 / 0.1);
}
.bg-emerald-500\/15{
  background-color: rgb(16 185 129 / 0.15);
}
.bg-emerald-500\/20{
  background-color: rgb(16 185 129 / 0.2);
}
.bg-emerald-500\/40{
  background-color: rgb(16 185 129 / 0.4);
}
.bg-emerald-500\/5{
  background-color: rgb(16 185 129 / 0.05);
}
.bg-emerald-500\/\[0\.06\]{
  background-color: rgb(16 185 129 / 0.06);
}
.bg-emerald-500\/\[0\.07\]{
  background-color: rgb(16 185 129 / 0.07);
}
.bg-emerald-500\/\[0\.08\]{
  background-color: rgb(16 185 129 / 0.08);
}
.bg-emerald-600{
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.bg-foreground{
  background-color: hsl(var(--foreground));
}
.bg-foreground\/10{
  background-color: hsl(var(--foreground) / 0.1);
}
.bg-foreground\/5{
  background-color: hsl(var(--foreground) / 0.05);
}
.bg-foreground\/70{
  background-color: hsl(var(--foreground) / 0.7);
}
.bg-foreground\/\[0\.02\]{
  background-color: hsl(var(--foreground) / 0.02);
}
.bg-foreground\/\[0\.03\]{
  background-color: hsl(var(--foreground) / 0.03);
}
.bg-foreground\/\[0\.04\]{
  background-color: hsl(var(--foreground) / 0.04);
}
.bg-foreground\/\[0\.06\]{
  background-color: hsl(var(--foreground) / 0.06);
}
.bg-gray-700\/90{
  background-color: rgb(55 65 81 / 0.9);
}
.bg-indigo-500\/15{
  background-color: rgb(99 102 241 / 0.15);
}
.bg-input\/20{
  background-color: hsl(var(--input) / 0.2);
}
.bg-input\/30{
  background-color: hsl(var(--input) / 0.3);
}
.bg-live{
  --tw-bg-opacity: 1;
  background-color: rgb(16 245 156 / var(--tw-bg-opacity, 1));
}
.bg-live\/20{
  background-color: rgb(16 245 156 / 0.2);
}
.bg-muted{
  background-color: hsl(var(--muted));
}
.bg-muted-foreground\/30{
  background-color: hsl(var(--muted-foreground) / 0.3);
}
.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-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-ok{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-ok\/15{
  background-color: rgb(16 185 129 / 0.15);
}
.bg-pink-500\/15{
  background-color: rgb(236 72 153 / 0.15);
}
.bg-popover{
  background-color: hsl(var(--popover));
}
.bg-primary{
  background-color: hsl(var(--primary));
}
.bg-primary\/10{
  background-color: hsl(var(--primary) / 0.1);
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/10{
  background-color: rgb(239 68 68 / 0.1);
}
.bg-rose-500\/15{
  background-color: rgb(244 63 94 / 0.15);
}
.bg-secondary{
  background-color: hsl(var(--secondary));
}
.bg-sky-400\/15{
  background-color: rgb(56 189 248 / 0.15);
}
.bg-sky-500\/15{
  background-color: rgb(14 165 233 / 0.15);
}
.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-900{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-violet-500\/10{
  background-color: rgb(124 92 255 / 0.1);
}
.bg-violet-500\/15{
  background-color: rgb(124 92 255 / 0.15);
}
.bg-violet-500\/\[0\.06\]{
  background-color: rgb(124 92 255 / 0.06);
}
.bg-violet-500\/\[0\.08\]{
  background-color: rgb(124 92 255 / 0.08);
}
.bg-warn\/\[0\.06\]{
  background-color: rgb(245 158 11 / 0.06);
}
.bg-warn\/\[0\.08\]{
  background-color: rgb(245 158 11 / 0.08);
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/55{
  background-color: rgb(255 255 255 / 0.55);
}
.bg-white\/85{
  background-color: rgb(255 255 255 / 0.85);
}
.bg-white\/\[0\.025\]{
  background-color: rgb(255 255 255 / 0.025);
}
.bg-white\/\[0\.02\]{
  background-color: rgb(255 255 255 / 0.02);
}
.bg-white\/\[0\.03\]{
  background-color: rgb(255 255 255 / 0.03);
}
.bg-white\/\[0\.04\]{
  background-color: rgb(255 255 255 / 0.04);
}
.bg-white\/\[0\.05\]{
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/\[0\.06\]{
  background-color: rgb(255 255 255 / 0.06);
}
.bg-white\/\[0\.07\]{
  background-color: rgb(255 255 255 / 0.07);
}
.bg-white\/\[0\.08\]{
  background-color: rgb(255 255 255 / 0.08);
}
.bg-\[linear-gradient\(135deg\2c hsl\(217_91\%_55\%\)\2c hsl\(252_93\%_68\%\)\)\]{
  background-image: linear-gradient(135deg,hsl(217 91% 55%),hsl(252 93% 68%));
}
.bg-\[radial-gradient\(circle_at_top_left\2c rgba\(187\2c 247\2c 208\2c 0\.45\)\2c transparent_32\%\)\2c linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.9\)\2c rgba\(236\2c 253\2c 245\2c 0\.45\)\)\]{
  background-image: radial-gradient(circle at top left,rgba(187,247,208,0.45),transparent 32%),linear-gradient(180deg,rgba(255,255,255,0.9),rgba(236,253,245,0.45));
}
.bg-\[radial-gradient\(circle_at_top_right\2c rgba\(29\2c 108\2c 97\2c 0\.12\)\2c transparent_32\%\)\]{
  background-image: radial-gradient(circle at top right,rgba(29,108,97,0.12),transparent 32%);
}
.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));
}
.from-\[\#1D6C61\]{
  --tw-gradient-from: #1D6C61 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 108 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[hsl\(228_47\%_5\%\)\]{
  --tw-gradient-from: hsl(228 47% 5%) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(228 47% 5% / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[hsl\(228_47\%_8\%\)\]{
  --tw-gradient-from: hsl(228 47% 8%) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(228 47% 8% / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[hsl\(228_50\%_5\%\)\]{
  --tw-gradient-from: hsl(228 50% 5%) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(228 50% 5% / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-500{
  --tw-gradient-from: #3290ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(50 144 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-500\/15{
  --tw-gradient-from: rgb(50 144 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(50 144 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-600\/\[0\.10\]{
  --tw-gradient-from: rgb(26 115 245 / 0.10) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 115 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-500{
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-neutral-950{
  --tw-gradient-from: #0a0a0a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 10 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.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);
}
.via-emerald-50{
  --tw-gradient-to: rgb(236 253 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-emerald-950\/50{
  --tw-gradient-to: rgb(2 44 34 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(2 44 34 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-violet-500\/\[0\.12\]{
  --tw-gradient-to: rgb(124 92 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(124 92 255 / 0.12) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#193A31\]{
  --tw-gradient-to: #193A31 var(--tw-gradient-to-position);
}
.to-\[hsl\(228_47\%_7\%\)\]{
  --tw-gradient-to: hsl(228 47% 7%) var(--tw-gradient-to-position);
}
.to-\[hsl\(228_50\%_5\%\)\]{
  --tw-gradient-to: hsl(228 50% 5%) var(--tw-gradient-to-position);
}
.to-\[hsl\(230_60\%_3\%\)\]{
  --tw-gradient-to: hsl(230 60% 3%) var(--tw-gradient-to-position);
}
.to-\[hsl\(230_60\%_4\%\)\]{
  --tw-gradient-to: hsl(230 60% 4%) var(--tw-gradient-to-position);
}
.to-emerald-300{
  --tw-gradient-to: #6ee7b7 var(--tw-gradient-to-position);
}
.to-neutral-950{
  --tw-gradient-to: #0a0a0a var(--tw-gradient-to-position);
}
.to-pink-500\/\[0\.10\]{
  --tw-gradient-to: rgb(236 72 153 / 0.10) var(--tw-gradient-to-position);
}
.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.fill-yellow-500{
  fill: #eab308;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-0\.5{
  padding: 0.125rem;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-3\.5{
  padding: 0.875rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[8\%\]{
  padding-left: 8%;
  padding-right: 8%;
}
.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-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.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-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.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-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[3px_1px\]{
  padding-top: 3px 1px;
  padding-bottom: 3px 1px;
}
.py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-0\.5{
  padding-bottom: 0.125rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-2\.5{
  padding-bottom: 0.625rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-3\.5{
  padding-bottom: 0.875rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-9{
  padding-left: 2.25rem;
}
.pl-\[22px\]{
  padding-left: 22px;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-2\.5{
  padding-right: 0.625rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-8{
  padding-right: 2rem;
}
.pr-9{
  padding-right: 2.25rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.font-mono{
  font-family: var(--font-mono), ui-monospace, monospace;
}
.font-sans{
  font-family: var(--font-sans), system-ui, sans-serif;
}
.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-\[10\.5px\]{
  font-size: 10.5px;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[11\.5px\]{
  font-size: 11.5px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[12\.5px\]{
  font-size: 12.5px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13\.5px\]{
  font-size: 13.5px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14\.5px\]{
  font-size: 14.5px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[19px\]{
  font-size: 19px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[8\.5px\]{
  font-size: 8.5px;
}
.text-\[8px\]{
  font-size: 8px;
}
.text-\[9\.5px\]{
  font-size: 9.5px;
}
.text-\[9px\]{
  font-size: 9px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[-0\.025em\]{
  letter-spacing: -0.025em;
}
.tracking-\[-0\.02em\]{
  letter-spacing: -0.02em;
}
.tracking-\[0\.06em\]{
  letter-spacing: 0.06em;
}
.tracking-\[0\.07em\]{
  letter-spacing: 0.07em;
}
.tracking-\[0\.08em\]{
  letter-spacing: 0.08em;
}
.tracking-\[0\.15em\]{
  letter-spacing: 0.15em;
}
.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-destructive{
  color: hsl(var(--destructive)) !important;
}
.\!text-emerald-300{
  --tw-text-opacity: 1 !important;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1)) !important;
}
.\!text-emerald-700{
  --tw-text-opacity: 1 !important;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1)) !important;
}
.\!text-rose-300{
  --tw-text-opacity: 1 !important;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#0e1320\]{
  --tw-text-opacity: 1;
  color: rgb(14 19 32 / var(--tw-text-opacity, 1));
}
.text-\[\#1D6C61\]{
  --tw-text-opacity: 1;
  color: rgb(29 108 97 / var(--tw-text-opacity, 1));
}
.text-\[color\:var\(--crm-accent-text\)\]{
  color: var(--crm-accent-text);
}
.text-amber-400{
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-amber-500{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-amber-700{
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-amber-800{
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-background{
  color: hsl(var(--background));
}
.text-black\/40{
  color: rgb(0 0 0 / 0.4);
}
.text-black\/45{
  color: rgb(0 0 0 / 0.45);
}
.text-black\/55{
  color: rgb(0 0 0 / 0.55);
}
.text-brand-600{
  --tw-text-opacity: 1;
  color: rgb(26 115 245 / var(--tw-text-opacity, 1));
}
.text-card-foreground{
  color: hsl(var(--card-foreground));
}
.text-cyan-500{
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}
.text-destructive{
  color: hsl(var(--destructive));
}
.text-destructive-foreground{
  color: hsl(var(--destructive-foreground));
}
.text-destructive\/90{
  color: hsl(var(--destructive) / 0.9);
}
.text-emerald-300{
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.text-emerald-400{
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.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-600\/70{
  color: rgb(5 150 105 / 0.7);
}
.text-emerald-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-emerald-700\/30{
  color: rgb(4 120 87 / 0.3);
}
.text-emerald-950{
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity, 1));
}
.text-foreground{
  color: hsl(var(--foreground));
}
.text-foreground\/60{
  color: hsl(var(--foreground) / 0.6);
}
.text-foreground\/70{
  color: hsl(var(--foreground) / 0.7);
}
.text-foreground\/80{
  color: hsl(var(--foreground) / 0.8);
}
.text-foreground\/90{
  color: hsl(var(--foreground) / 0.9);
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-indigo-500{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.text-live{
  --tw-text-opacity: 1;
  color: rgb(16 245 156 / var(--tw-text-opacity, 1));
}
.text-muted-foreground{
  color: hsl(var(--muted-foreground));
}
.text-muted-foreground\/40{
  color: hsl(var(--muted-foreground) / 0.4);
}
.text-muted-foreground\/60{
  color: hsl(var(--muted-foreground) / 0.6);
}
.text-muted-foreground\/70{
  color: hsl(var(--muted-foreground) / 0.7);
}
.text-neutral-100{
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}
.text-neutral-200{
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}
.text-neutral-300{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}
.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.text-neutral-50{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.text-neutral-700{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.text-neutral-800{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.text-neutral-900{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}
.text-ok{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.text-pink-500{
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}
.text-primary{
  color: hsl(var(--primary));
}
.text-primary-foreground{
  color: hsl(var(--primary-foreground));
}
.text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / 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-400{
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}
.text-rose-600{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}
.text-secondary-foreground{
  color: hsl(var(--secondary-foreground));
}
.text-sky-500{
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}
.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-transparent{
  color: transparent;
}
.text-violet-300{
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}
.text-violet-400{
  --tw-text-opacity: 1;
  color: rgb(155 125 255 / var(--tw-text-opacity, 1));
}
.text-violet-500{
  --tw-text-opacity: 1;
  color: rgb(124 92 255 / var(--tw-text-opacity, 1));
}
.text-warn{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-warn\/60{
  color: rgb(245 158 11 / 0.6);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}
.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}
.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.underline-offset-2{
  text-underline-offset: 2px;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.accent-emerald-500{
  accent-color: #10b981;
}
.accent-foreground{
  accent-color: hsl(var(--foreground));
}
.opacity-0{
  opacity: 0;
}
.opacity-10{
  opacity: 0.1;
}
.opacity-100{
  opacity: 1;
}
.opacity-15{
  opacity: 0.15;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-55{
  opacity: 0.55;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-75{
  opacity: 0.75;
}
.opacity-80{
  opacity: 0.8;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[-20px_0_40px_-10px_rgba\(0\2c 0\2c 0\2c 0\.5\)\]{
  --tw-shadow: -20px 0 40px -10px rgba(0,0,0,0.5);
  --tw-shadow-colored: -20px 0 40px -10px 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-\[-30px_0_60px_-15px_rgba\(0\2c 0\2c 0\2c 0\.7\)\]{
  --tw-shadow: -30px 0 60px -15px rgba(0,0,0,0.7);
  --tw-shadow-colored: -30px 0 60px -15px 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_0_0_1px_rgba\(16\2c 185\2c 129\2c 0\.25\)\]{
  --tw-shadow: 0 0 0 1px rgba(16,185,129,0.25);
  --tw-shadow-colored: 0 0 0 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-\[0_0_12px_-2px_rgba\(124\2c 92\2c 255\2c 0\.6\)\]{
  --tw-shadow: 0 0 12px -2px rgba(124,92,255,0.6);
  --tw-shadow-colored: 0 0 12px -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-\[0_0_20px_rgba\(139\2c 92\2c 246\2c 0\.25\)\]{
  --tw-shadow: 0 0 20px rgba(139,92,246,0.25);
  --tw-shadow-colored: 0 0 20px 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_0_20px_rgba\(16\2c 185\2c 129\2c 0\.2\)\]{
  --tw-shadow: 0 0 20px rgba(16,185,129,0.2);
  --tw-shadow-colored: 0 0 20px 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_0_20px_rgba\(34\2c 197\2c 94\2c 0\.25\)\]{
  --tw-shadow: 0 0 20px rgba(34,197,94,0.25);
  --tw-shadow-colored: 0 0 20px 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_0_32px_-8px_rgba\(124\2c 92\2c 255\2c 0\.6\)\]{
  --tw-shadow: 0 0 32px -8px rgba(124,92,255,0.6);
  --tw-shadow-colored: 0 0 32px -8px 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_0_5px_\#10f59c\]{
  --tw-shadow: 0 0 5px #10f59c;
  --tw-shadow-colored: 0 0 5px 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_0_5px_\#22c55e\]{
  --tw-shadow: 0 0 5px #22c55e;
  --tw-shadow-colored: 0 0 5px 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_0_6px_\#1D6C61\]{
  --tw-shadow: 0 0 6px #1D6C61;
  --tw-shadow-colored: 0 0 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);
}
.shadow-\[0_0_6px_rgba\(16\2c 185\2c 129\2c 0\.6\)\]{
  --tw-shadow: 0 0 6px rgba(16,185,129,0.6);
  --tw-shadow-colored: 0 0 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);
}
.shadow-\[0_0_8px_rgba\(124\2c 92\2c 255\2c 0\.4\)\]{
  --tw-shadow: 0 0 8px rgba(124,92,255,0.4);
  --tw-shadow-colored: 0 0 8px 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_0_8px_rgba\(16\2c 245\2c 156\2c 0\.6\)\]{
  --tw-shadow: 0 0 8px rgba(16,245,156,0.6);
  --tw-shadow-colored: 0 0 8px 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_0_8px_rgba\(34\2c 197\2c 94\2c 0\.35\)\]{
  --tw-shadow: 0 0 8px rgba(34,197,94,0.35);
  --tw-shadow-colored: 0 0 8px 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_0_9px_rgba\(29\2c 108\2c 97\2c 0\.35\)\]{
  --tw-shadow: 0 0 9px rgba(29,108,97,0.35);
  --tw-shadow-colored: 0 0 9px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_12px_40px_-12px_rgba\(15\2c 23\2c 42\2c 0\.18\)\]{
  --tw-shadow: 0 12px 40px -12px rgba(15,23,42,0.18);
  --tw-shadow-colored: 0 12px 40px -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_16px_50px_-16px_rgba\(16\2c 185\2c 129\2c 0\.45\)\]{
  --tw-shadow: 0 16px 50px -16px rgba(16,185,129,0.45);
  --tw-shadow-colored: 0 16px 50px -16px 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_20px_60px_-20px_rgba\(15\2c 23\2c 42\2c 0\.25\)\]{
  --tw-shadow: 0 20px 60px -20px rgba(15,23,42,0.25);
  --tw-shadow-colored: 0 20px 60px -20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_30px_60px_-15px_rgba\(0\2c 0\2c 0\2c 0\.7\)\]{
  --tw-shadow: 0 30px 60px -15px rgba(0,0,0,0.7);
  --tw-shadow-colored: 0 30px 60px -15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_20px_-6px_rgba\(16\2c 185\2c 129\2c 0\.6\)\]{
  --tw-shadow: 0 8px 20px -6px rgba(16,185,129,0.6);
  --tw-shadow-colored: 0 8px 20px -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);
}
.shadow-\[inset_0_0_0_1px_rgba\(29\2c 108\2c 97\2c 0\.4\)\2c inset_0_0_14px_-2px_rgba\(29\2c 108\2c 97\2c 0\.28\)\]{
  --tw-shadow: inset 0 0 0 1px rgba(29,108,97,0.4),inset 0 0 14px -2px rgba(29,108,97,0.28);
  --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color), inset 0 0 14px -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-\[inset_0_0_0_1px_rgba\(34\2c 197\2c 94\2c 0\.28\)\2c inset_0_0_12px_-2px_rgba\(34\2c 197\2c 94\2c 0\.18\)\]{
  --tw-shadow: inset 0 0 0 1px rgba(34,197,94,0.28),inset 0 0 12px -2px rgba(34,197,94,0.18);
  --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color), inset 0 0 12px -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-\[inset_0_0_0_1px_rgba\(52\2c 211\2c 153\2c 0\.25\)\]{
  --tw-shadow: inset 0 0 0 1px rgba(52,211,153,0.25);
  --tw-shadow-colored: inset 0 0 0 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-inner{
  --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);
}
.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);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[\#193A31\]\/40{
  --tw-shadow-color: rgb(25 58 49 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-brand-500\/10{
  --tw-shadow-color: rgb(50 144 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-100\/60{
  --tw-shadow-color: rgb(209 250 229 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/25{
  --tw-shadow-color: hsl(var(--primary) / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.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-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black\/5{
  --tw-ring-color: rgb(0 0 0 / 0.05);
}
.ring-emerald-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}
.ring-emerald-400\/60{
  --tw-ring-color: rgb(52 211 153 / 0.6);
}
.ring-emerald-500\/50{
  --tw-ring-color: rgb(16 185 129 / 0.5);
}
.ring-violet-500\/50{
  --tw-ring-color: rgb(124 92 255 / 0.5);
}
.ring-offset-background{
  --tw-ring-offset-color: hsl(var(--background));
}
.blur-3xl{
  --tw-blur: blur(64px);
  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);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-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-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.will-change-transform{
  will-change: transform;
}
@keyframes enter{

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

  to{
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.duration-150{
  animation-duration: 150ms;
}
.duration-200{
  animation-duration: 200ms;
}
.duration-300{
  animation-duration: 300ms;
}
.ease-out{
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.paused{
  animation-play-state: paused;
}
.font-mono { font-family: var(--font-mono); }
.mono { font-family: var(--font-mono); font-variant-numeric: tabular-nums; }
.tabular { font-variant-numeric: tabular-nums; }
.cl-dotgrid-light {
    background-image: radial-gradient(circle at 1px 1px, rgba(15, 23, 42, 0.06) 1px, transparent 0);
    background-size: 20px 20px;
  }
.settings-screen-shell {
    --background: 150 60% 98%;
    --foreground: 240 6% 10%;
    --muted: 150 55% 96%;
    --muted-foreground: 240 4% 46%;
    --border: 149 50% 88%;
    --border-elev: 149 45% 82%;
    --card: 0 0% 100%;
    --popover: 0 0% 100%;
    --popover-foreground: 240 6% 10%;
    --tech-button-primary-background: linear-gradient(135deg,#22c55e,#86efac);
    --tech-button-primary-color: #052e16;
    --crm-accent-text: rgb(32 89 68);
    background: #ffffff;
  }
.settings-screen-header {
    border-color: rgb(209 250 229);
    background: #ffffff;
  }
.settings-screen-edge {
    background: linear-gradient(90deg, transparent 0%, rgba(34, 197, 94, 0.38) 50%, transparent 100%) !important;
  }
.settings-screen-eyebrow { color: rgb(5 150 105); }
.settings-screen-dot {
    background: rgb(34 197 94);
    box-shadow: 0 0 5px rgb(34 197 94);
  }
.settings-screen-title { color: rgb(23 23 23); }
.settings-screen-subtitle { color: rgb(82 82 91); }
[data-settings-root="dark"] .settings-screen-shell {
    --background: 120 2% 12%;
    --foreground: 150 30% 96%;
    --muted: 164 40% 16%;
    --muted-foreground: 156 11% 65%;
    --border: 120 2% 18%;
    --border-elev: 120 2% 20%;
    --card: 120 2% 14%;
    --popover: 120 2% 14%;
    --popover-foreground: 150 30% 96%;
    --tech-button-primary-background: linear-gradient(135deg,#1D6C61,#193A31);
    --tech-button-primary-color: #ffffff;
    --crm-accent-text: #34d399;
    background: #1E201F;
  }
[data-settings-root="dark"] .settings-screen-shell .settings-screen-header {
    border-color: rgba(25, 58, 49, 0.2);
    background: #1E201F;
  }
[data-settings-root="dark"] .settings-screen-shell .settings-screen-edge {
    background: linear-gradient(90deg, transparent 0%, rgba(29, 108, 97, 0.42) 50%, transparent 100%) !important;
  }
[data-settings-root="dark"] .settings-screen-shell .settings-screen-eyebrow { color: #1D6C61; }
[data-settings-root="dark"] .settings-screen-shell .settings-screen-dot {
    background: #1D6C61;
    box-shadow: 0 0 6px #1D6C61;
  }
[data-settings-root="dark"] .settings-screen-shell .settings-screen-title { color: rgb(250 250 250); }
[data-settings-root="dark"] .settings-screen-shell .settings-screen-subtitle { color: rgb(163 163 163); }
[data-settings-root="dark"] .settings-screen-shell .rounded-xl.border {
    border: none;
  }
[data-settings-root="dark"] .sidebar-dark {
    background-color: #1E201F !important;
    color: rgb(229 229 229) !important;
  }
[data-settings-root="dark"] .app-modal-surface {
    --background: 120 2% 12%;
    --foreground: 150 30% 96%;
    --muted: 164 40% 16%;
    --muted-foreground: 156 11% 65%;
    --border: 120 2% 18%;
    --border-elev: 120 2% 20%;
    --card: 120 2% 14%;
    --popover: 120 2% 14%;
    --popover-foreground: 150 30% 96%;
    --input: 120 2% 18%;
    --bg-input: 120 2% 14%;
    --tech-button-primary-background: linear-gradient(135deg,#1D6C61,#193A31);
    --tech-button-primary-color: #ffffff;
    background-color: hsl(var(--card));
    color: hsl(var(--foreground));
  }
.settings-screen-shell .rounded-full.bg-foreground {
    background: #1D6C61;
    color: #ffffff;
  }
[data-settings-root="dark"] .settings-screen-shell .rounded-full.bg-foreground {
    background: #1D6C61;
    color: #ffffff;
  }
.team-theme-surface {
    --background: 150 60% 98%;
    --foreground: 240 6% 10%;
    --muted-foreground: 240 4% 46%;
    --border: 149 50% 88%;
    --border-elev: 149 45% 82%;
    --card: 0 0% 100%;
    --card-foreground: 240 6% 10%;
  }
.team-theme-card {
    border-color: rgb(209 250 229);
    background: #ffffff;
    color: rgb(23 23 23);
  }
.team-theme-card-header {
    border-color: rgb(209 250 229);
    background: rgb(255 255 255);
  }
.team-theme-list { border-color: rgb(209 250 229); }
.team-theme-list > * { border-color: rgb(209 250 229); }
.team-theme-row { background: rgba(255, 255, 255, 0.72); }
.team-theme-row:hover { background: rgb(240 253 244); }
[data-settings-root="dark"] .settings-screen-shell .team-theme-surface {
    --background: 120 2% 12%;
    --foreground: 150 30% 96%;
    --muted-foreground: 156 11% 65%;
    --border: 120 2% 18%;
    --border-elev: 120 2% 20%;
    --card: 120 2% 14%;
    --card-foreground: 150 30% 96%;
  }
[data-settings-root="dark"] .settings-screen-shell .team-theme-card {
    border-color: rgba(25, 58, 49, 0.3);
    background: #1E201F;
    color: rgb(245 245 245);
  }
[data-settings-root="dark"] .settings-screen-shell .team-theme-card-header {
    border-color: rgba(25, 58, 49, 0.3);
    background: rgba(25, 58, 49, 0.15);
  }
[data-settings-root="dark"] .settings-screen-shell .team-theme-list,
  [data-settings-root="dark"] .settings-screen-shell .team-theme-list > * {
    border-color: rgba(25, 58, 49, 0.3);
  }
[data-settings-root="dark"] .settings-screen-shell .team-theme-row {
    background: rgba(30, 32, 31, 0.55);
  }
[data-settings-root="dark"] .settings-screen-shell .team-theme-row:hover {
    background: rgba(25, 58, 49, 0.2);
  }
.api-theme-surface {
    --background: 150 60% 98%;
    --foreground: 240 6% 10%;
    --muted-foreground: 240 4% 46%;
    --border: 149 50% 88%;
    --border-elev: 149 45% 82%;
    --card: 0 0% 100%;
    --card-foreground: 240 6% 10%;
  }
.api-theme-card {
    border-color: rgb(209 250 229);
    background: #ffffff;
    color: rgb(23 23 23);
  }
.api-theme-card-header,
  .api-theme-table-head {
    border-color: rgb(209 250 229);
    background: rgb(240 253 244);
  }
.api-theme-table-body,
  .api-theme-row {
    border-color: rgb(209 250 229);
  }
.api-theme-row:hover {
    background: rgb(240 253 244);
  }
.api-theme-code {
    border-color: rgb(187 247 208);
    background: rgb(250 250 250);
    color: rgb(39 39 42);
  }
[data-settings-root="dark"] .settings-screen-shell .api-theme-surface {
    --background: 120 2% 12%;
    --foreground: 150 30% 96%;
    --muted-foreground: 156 11% 65%;
    --border: 120 2% 18%;
    --border-elev: 120 2% 20%;
    --card: 120 2% 14%;
    --card-foreground: 150 30% 96%;
  }
[data-settings-root="dark"] .settings-screen-shell .api-theme-card {
    border-color: rgba(25, 58, 49, 0.3);
    background: #1E201F;
    color: rgb(245 245 245);
  }
[data-settings-root="dark"] .settings-screen-shell .api-theme-card-header,
  [data-settings-root="dark"] .settings-screen-shell .api-theme-table-head {
    border-color: rgba(25, 58, 49, 0.3);
    background: rgba(25, 58, 49, 0.15);
  }
[data-settings-root="dark"] .settings-screen-shell .api-theme-table-body,
  [data-settings-root="dark"] .settings-screen-shell .api-theme-row {
    border-color: rgba(25, 58, 49, 0.3);
  }
[data-settings-root="dark"] .settings-screen-shell .api-theme-row:hover {
    background: rgba(25, 58, 49, 0.2);
  }
[data-settings-root="dark"] .settings-screen-shell .api-theme-code {
    border-color: rgba(29, 108, 97, 0.3);
    background: rgba(30, 32, 31, 0.8);
    color: rgb(229 231 235);
  }
.integrations-theme-surface {
    --background: 150 60% 98%;
    --bg-input: 0 0% 100%;
    --foreground: 240 6% 10%;
    --muted: 150 55% 96%;
    --muted-foreground: 240 4% 46%;
    --border: 149 50% 88%;
    --border-elev: 149 45% 82%;
    --card: 0 0% 100%;
    --card-foreground: 240 6% 10%;
    --tech-button-primary-background: linear-gradient(135deg,#22c55e,#86efac);
    --tech-button-primary-color: #052e16;
  }
.integrations-theme-tabs {
    border-color: rgb(209 250 229);
    background: #ffffff;
  }
.integrations-theme-surface .rounded-xl.border.bg-white {
    border-color: rgb(209 250 229);
    background: #ffffff;
    color: rgb(23 23 23);
  }
.integrations-theme-surface input {
    border-color: rgb(187 247 208);
    background: rgb(255 255 255);
  }
[data-settings-root="dark"] .settings-screen-shell .integrations-theme-surface {
    --background: 120 2% 12%;
    --bg-input: 120 2% 12%;
    --foreground: 150 30% 96%;
    --muted: 120 2% 16%;
    --muted-foreground: 156 11% 65%;
    --border: 120 2% 18%;
    --border-elev: 120 2% 20%;
    --card: 120 2% 14%;
    --card-foreground: 150 30% 96%;
    --tech-button-primary-background: linear-gradient(135deg,#34d399,#10b981);
    --tech-button-primary-color: #052e16;
  }
[data-settings-root="dark"] .settings-screen-shell .integrations-theme-tabs {
    border-color: rgba(25, 58, 49, 0.3);
    background: hsl(var(--card));
  }
[data-settings-root="dark"] .settings-screen-shell .integrations-theme-surface .rounded-xl.border.bg-white {
    border-color: rgba(25, 58, 49, 0.3);
    background: hsl(var(--card));
    color: rgb(245 245 245);
  }
[data-settings-root="dark"] .settings-screen-shell .integrations-theme-surface input {
    border-color: rgba(25, 58, 49, 0.3);
    background: hsla(var(--card), 0.55);
  }
.calendar-theme-surface {
    min-height: 100%;
    --background: 150 60% 98%;
    --foreground: 240 6% 10%;
    --muted-foreground: 240 4% 46%;
    --border: 149 50% 88%;
    --border-elev: 149 45% 82%;
    --card: 0 0% 100%;
    --card-foreground: 240 6% 10%;
    --tech-button-primary-background: linear-gradient(135deg,#22c55e,#86efac);
    --tech-button-primary-color: #052e16;
    background: #ffffff;
  }
.calendar-theme-toolbar {
    border-color: rgb(209 250 229);
    background: #ffffff;
  }
.calendar-theme-grid {
    border-color: rgb(209 250 229);
    background: #ffffff;
  }
.calendar-theme-grid-head,
  .calendar-theme-time {
    border-color: rgb(209 250 229);
    background: rgb(240 253 244);
  }
.calendar-theme-slot {
    border-color: rgb(209 250 229);
    background: #ffffff;
  }
.calendar-theme-slot:hover {
    background: rgb(240 253 244);
  }
.calendar-theme-surface .grid.place-items-center.rounded-xl.bg-violet-500\/10 {
    background: rgba(16, 185, 129, 0.12);
    color: rgb(5 150 105);
  }
[data-settings-root="dark"] .settings-screen-shell .calendar-theme-surface {
    --background: 120 2% 12%;
    --foreground: 150 30% 96%;
    --muted-foreground: 156 11% 65%;
    --border: 120 2% 18%;
    --border-elev: 120 2% 20%;
    --card: 120 2% 14%;
    --card-foreground: 150 30% 96%;
    --tech-button-primary-background: linear-gradient(135deg,#34d399,#10b981);
    --tech-button-primary-color: #052e16;
    background: hsl(var(--background));
  }
[data-settings-root="dark"] .settings-screen-shell .calendar-theme-toolbar {
    border-color: rgba(25, 58, 49, 0.3);
    background: hsl(var(--card));
  }
[data-settings-root="dark"] .settings-screen-shell .calendar-theme-grid {
    border-color: rgba(25, 58, 49, 0.3);
    background: hsl(var(--card));
  }
[data-settings-root="dark"] .settings-screen-shell .calendar-theme-grid-head,
  [data-settings-root="dark"] .settings-screen-shell .calendar-theme-time {
    border-color: rgba(25, 58, 49, 0.3);
    background: rgba(25, 58, 49, 0.2);
  }
[data-settings-root="dark"] .settings-screen-shell .calendar-theme-slot {
    border-color: rgba(25, 58, 49, 0.3);
    background: hsla(var(--card), 0.6);
  }
[data-settings-root="dark"] .settings-screen-shell .calendar-theme-slot:hover {
    background: rgba(25, 58, 49, 0.2);
  }
[data-settings-root="dark"] .settings-screen-shell .calendar-theme-event {
    background: #1D6C61;
    color: #e8f5f0;
  }
[data-settings-root="dark"] .settings-screen-shell .calendar-theme-event:hover {
    background: #21806f;
  }
[data-settings-root="dark"] .settings-screen-shell .calendar-theme-surface .grid.place-items-center.rounded-xl.bg-violet-500\/10 {
    background: rgba(29, 108, 97, 0.15);
    color: #1D6C61;
  }
.inventory-theme-surface {
    --background: 150 60% 98%;
    --bg-input: 0 0% 100%;
    --foreground: 240 6% 10%;
    --muted: 150 55% 96%;
    --muted-foreground: 240 4% 46%;
    --border: 149 50% 88%;
    --border-elev: 149 45% 82%;
    --card: 0 0% 100%;
    --card-foreground: 240 6% 10%;
    --tech-button-primary-background: linear-gradient(135deg,#22c55e,#86efac);
    --tech-button-primary-color: #052e16;
  }
.inventory-theme-ghost-button {
    border-color: rgba(16, 185, 129, 0.35) !important;
    background: rgba(16, 185, 129, 0.1) !important;
    color: rgb(4 120 87) !important;
  }
.inventory-theme-ghost-button:hover {
    background: rgba(16, 185, 129, 0.18) !important;
  }
.inventory-theme-surface .rounded-xl.border.bg-white,
  .inventory-theme-card {
    border-color: rgb(209 250 229);
    background: #ffffff;
    color: rgb(23 23 23);
  }
.inventory-theme-surface .grid.place-items-center.rounded-xl.border-dashed {
    border-color: rgb(209 250 229);
    background: #ffffff;
    color: rgb(23 23 23);
  }
.inventory-theme-surface input,
  .inventory-theme-surface select {
    border-color: rgb(187 247 208);
    background: rgb(255 255 255);
  }
.inventory-theme-surface .rounded-full.border {
    border-color: rgb(187 247 208);
  }
.inventory-theme-surface .rounded-full.bg-foreground {
    background: rgb(16 185 129);
    color: rgb(5 46 22);
  }
.inventory-theme-surface .grid.place-items-center.rounded-xl.bg-violet-500\/10 {
    background: rgba(16, 185, 129, 0.12);
    color: rgb(5 150 105);
  }
[data-settings-root="dark"] .settings-screen-shell .inventory-theme-surface {
    --background: 120 2% 12%;
    --bg-input: 120 2% 12%;
    --foreground: 150 30% 96%;
    --muted: 120 2% 16%;
    --muted-foreground: 156 11% 65%;
    --border: 120 2% 18%;
    --border-elev: 120 2% 20%;
    --card: 120 2% 14%;
    --card-foreground: 150 30% 96%;
    --tech-button-primary-background: linear-gradient(135deg,#34d399,#10b981);
    --tech-button-primary-color: #052e16;
  }
[data-settings-root="dark"] .settings-screen-shell .inventory-theme-ghost-button {
    border-color: rgba(25, 58, 49, 0.3) !important;
    background: hsla(var(--card), 0.55) !important;
    color: rgb(245 245 245) !important;
  }
[data-settings-root="dark"] .settings-screen-shell .inventory-theme-ghost-button:hover {
    background: rgba(25, 58, 49, 0.2) !important;
  }
[data-settings-root="dark"] .settings-screen-shell .inventory-theme-surface .rounded-xl.border.bg-white,
  [data-settings-root="dark"] .settings-screen-shell .inventory-theme-card {
    border-color: rgba(25, 58, 49, 0.3);
    background: hsl(var(--card));
    color: rgb(245 245 245);
  }
[data-settings-root="dark"] .settings-screen-shell .inventory-theme-surface .grid.place-items-center.rounded-xl.border-dashed {
    border-color: rgba(25, 58, 49, 0.3);
    background: hsl(var(--card));
    color: rgb(245 245 245);
  }
[data-settings-root="dark"] .settings-screen-shell .inventory-theme-surface input,
  [data-settings-root="dark"] .settings-screen-shell .inventory-theme-surface select {
    border-color: rgba(25, 58, 49, 0.3);
    background: hsla(var(--card), 0.55);
  }
[data-settings-root="dark"] .settings-screen-shell .inventory-theme-surface .rounded-full.border {
    border-color: rgba(25, 58, 49, 0.3);
  }
[data-settings-root="dark"] .settings-screen-shell .inventory-theme-surface .rounded-full.bg-foreground {
    background: #1D6C61;
    color: rgb(245 245 245);
  }
[data-settings-root="dark"] .settings-screen-shell .inventory-theme-surface .grid.place-items-center.rounded-xl.bg-violet-500\/10 {
    background: rgba(29, 108, 97, 0.15);
    color: #1D6C61;
  }
.broadcasts-theme-surface {
    --background: 150 60% 98%;
    --bg-input: 0 0% 100%;
    --foreground: 240 6% 10%;
    --muted: 150 55% 96%;
    --muted-foreground: 240 4% 46%;
    --border: 149 50% 88%;
    --border-elev: 149 45% 82%;
    --card: 0 0% 100%;
    --card-foreground: 240 6% 10%;
    --tech-button-primary-background: linear-gradient(135deg,#22c55e,#86efac);
    --tech-button-primary-color: #052e16;
  }
.broadcasts-theme-surface .rounded-xl.border.bg-white,
  .broadcasts-theme-empty {
    border-color: rgb(209 250 229);
    background: #ffffff;
    color: rgb(23 23 23);
  }
.broadcasts-theme-surface .rounded-\[10px\].border {
    border-color: rgb(187 247 208);
    background: rgb(255 255 255);
  }
[data-settings-root="dark"] .settings-screen-shell .broadcasts-theme-surface {
    --background: 120 2% 12%;
    --bg-input: 120 2% 12%;
    --foreground: 150 30% 96%;
    --muted: 120 2% 16%;
    --muted-foreground: 156 11% 65%;
    --border: 120 2% 18%;
    --border-elev: 120 2% 20%;
    --card: 120 2% 14%;
    --card-foreground: 150 30% 96%;
    --tech-button-primary-background: linear-gradient(135deg,#34d399,#10b981);
    --tech-button-primary-color: #052e16;
  }
[data-settings-root="dark"] .settings-screen-shell .broadcasts-theme-ghost-button {
    border-color: rgba(25, 58, 49, 0.3) !important;
    background: hsla(var(--card), 0.55) !important;
    color: rgb(245 245 245) !important;
  }
[data-settings-root="dark"] .settings-screen-shell .broadcasts-theme-ghost-button:hover {
    background: rgba(25, 58, 49, 0.2) !important;
  }
[data-settings-root="dark"] .settings-screen-shell .broadcasts-theme-surface .rounded-xl.border.bg-white,
  [data-settings-root="dark"] .settings-screen-shell .broadcasts-theme-empty {
    border-color: rgba(25, 58, 49, 0.3);
    background: hsl(var(--card));
    color: rgb(245 245 245);
  }
[data-settings-root="dark"] .settings-screen-shell .broadcasts-theme-surface .rounded-\[10px\].border {
    border-color: rgba(25, 58, 49, 0.3);
    background: hsla(var(--card), 0.55);
  }
.flows-theme-surface {
    --background: 150 60% 98%;
    --foreground: 240 6% 10%;
    --muted-foreground: 240 4% 46%;
    --border: 149 50% 88%;
    --border-elev: 149 45% 82%;
    --card: 0 0% 100%;
    --card-foreground: 240 6% 10%;
    --popover: 0 0% 100%;
    --popover-foreground: 240 6% 10%;
  }
.flows-theme-card {
    border-color: rgb(209 250 229);
    background: #ffffff;
    color: rgb(23 23 23);
  }
.flows-theme-ghost-button {
    border-color: rgb(209 250 229);
    background: rgba(255, 255, 255, 0.72);
    color: rgb(23 23 23);
  }
.flows-theme-ghost-button:hover {
    background: rgb(240 253 244);
  }
.flows-theme-icon-box {
    border-color: rgb(52 211 153 / 0.35);
    background: rgb(52 211 153 / 0.15);
    color: rgb(16 185 129);
  }
.flows-theme-row {
    background: rgba(255, 255, 255, 0.72);
  }
.flows-theme-row:hover {
    background: rgb(240 253 244);
  }
.flows-theme-empty {
    border-color: rgb(209 250 229);
    background: #ffffff;
    color: rgb(23 23 23);
  }
.flows-theme-input {
    border-color: rgb(209 250 229);
    background: #ffffff;
    color: rgb(23 23 23);
  }
.flows-theme-input::-moz-placeholder {
    color: rgb(115 115 115);
  }
.flows-theme-input::placeholder {
    color: rgb(115 115 115);
  }
.flows-theme-input:focus {
    border-color: rgb(52 211 153);
  }
.flows-theme-empty-icon {
    background: rgb(187 247 208 / 0.5);
    color: rgb(5 150 105);
  }
[data-settings-root="dark"] .settings-screen-shell .flows-theme-surface {
    --background: 120 2% 12%;
    --foreground: 150 30% 96%;
    --muted-foreground: 156 11% 65%;
    --border: 120 2% 18%;
    --border-elev: 120 2% 20%;
    --card: 120 2% 14%;
    --card-foreground: 150 30% 96%;
    --popover: 120 2% 14%;
    --popover-foreground: 150 30% 96%;
  }
[data-settings-root="dark"] .settings-screen-shell .flows-theme-card {
    border-color: rgba(25, 58, 49, 0.3);
    background: hsl(var(--card));
    color: rgb(245 245 245);
  }
[data-settings-root="dark"] .settings-screen-shell .flows-theme-ghost-button {
    border-color: rgba(25, 58, 49, 0.3) !important;
    background: hsla(var(--card), 0.55) !important;
    color: rgb(245 245 245) !important;
  }
[data-settings-root="dark"] .settings-screen-shell .flows-theme-ghost-button:hover {
    background: rgba(25, 58, 49, 0.2) !important;
  }
[data-settings-root="dark"] .settings-screen-shell .flows-theme-icon-box {
    border-color: rgba(29, 108, 97, 0.35);
    background: rgba(29, 108, 97, 0.15);
    color: #1D6C61;
  }
[data-settings-root="dark"] .settings-screen-shell .flows-theme-row {
    background: hsla(var(--card), 0.55);
  }
[data-settings-root="dark"] .settings-screen-shell .flows-theme-row:hover {
    background: rgba(25, 58, 49, 0.2);
  }
[data-settings-root="dark"] .settings-screen-shell .flows-theme-empty {
    border-color: rgba(25, 58, 49, 0.3);
    background: hsl(var(--card));
    color: rgb(245 245 245);
  }
[data-settings-root="dark"] .settings-screen-shell .flows-theme-input {
    border-color: rgba(25, 58, 49, 0.3);
    background: hsla(var(--card), 0.55);
    color: rgb(245 245 245);
  }
[data-settings-root="dark"] .settings-screen-shell .flows-theme-input::-moz-placeholder {
    color: rgb(156 163 160);
  }
[data-settings-root="dark"] .settings-screen-shell .flows-theme-input::placeholder {
    color: rgb(156 163 160);
  }
[data-settings-root="dark"] .settings-screen-shell .flows-theme-input:focus {
    border-color: rgba(29, 108, 97, 0.6);
  }
[data-settings-root="dark"] .settings-screen-shell .flows-theme-input option {
    background: hsl(var(--card));
    color: rgb(245 245 245);
  }
[data-settings-root="dark"] .settings-screen-shell .flows-theme-empty-icon {
    background: rgba(29, 108, 97, 0.15);
    color: #1D6C61;
  }
.flow-canvas-shell {
    --background: 150 60% 98%;
    --foreground: 240 6% 10%;
    --muted-foreground: 240 4% 46%;
    --border: 149 50% 88%;
    --border-elev: 149 45% 82%;
    --card: 0 0% 100%;
    --card-foreground: 240 6% 10%;
    background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);
    color: rgb(23 23 23);
  }
.flow-canvas-header {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgb(209 250 229);
  }
.flow-canvas-shell .flow-canvas-sidebar {
    background: #f6fdf9;
    border-color: rgb(209 250 229);
    color: rgb(23 23 23);
  }
.flow-canvas-shell .flow-canvas-palette-item {
    border-color: rgb(209 250 229);
    background: #ffffff;
    color: rgb(23 23 23);
    transition: all 0.15s ease;
  }
.flow-canvas-shell .flow-canvas-palette-item:hover {
    border-color: rgba(16, 185, 129, 0.45);
    background: #f0fdf4;
  }
.flow-canvas-stage {
    background:
      radial-gradient(circle, rgba(16,185,129,0.10) 1px, transparent 1px) 0 0 / 20px 20px,
      #f6fefb;
  }
/* Cursor de clic (pointer) sobre los nodos. */
.flow-canvas-stage .react-flow__node {
    cursor: pointer;
  }
/* Fondo del minimapa por CSS (evita el destello blanco al montar en oscuro).
     ReactFlow lo lee de --xy-minimap-background-color. */
.flow-canvas-minimap.react-flow__minimap {
    background: #ffffff !important;
  }
.flow-canvas-minimap.is-dark.react-flow__minimap {
    background: hsl(120 2% 14%) !important;
  }
/* Nodos dentro del minimapa (<rect> con fill). */
.flow-canvas-minimap.react-flow__minimap .react-flow__minimap-node {
    fill: rgb(212 212 216) !important;
  }
.flow-canvas-minimap.is-dark.react-flow__minimap .react-flow__minimap-node {
    fill: rgb(75 75 75) !important;
  }
.flow-canvas-controls.react-flow__controls {
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: none;
  }
.flow-canvas-controls .react-flow__controls-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid rgb(209 250 229);
    border-radius: 10px;
    background: #ffffff;
    color: rgb(23 23 23);
    width: 30px;
    height: 30px;
    padding: 0;
  }
.flow-canvas-controls .react-flow__controls-button:hover {
    background: #f0fdf4;
    border-color: rgba(16, 185, 129, 0.45);
  }
/* Íconos lucide (stroke, no fill), centrados a tamaño fijo. */
.flow-canvas-controls .react-flow__controls-button svg {
    width: 15px;
    height: 15px;
    max-width: none;
    max-height: none;
    display: block;
    fill: none;
    stroke: currentColor;
  }
/* ===== Acciones sobre el nodo (eliminar/duplicar) en hover ===== */
.flow-node-actions {
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 10;
    display: flex;
    gap: 5px;
    /* Padding inferior = "puente" para mantener el hover al pasar del nodo a los
       botones. Cursor default en el puente para que no parpadee. */
    padding-bottom: 8px;
    cursor: default;
    opacity: 0;
    transform: translateX(-50%) translateY(3px);
    transition: opacity 0.1s ease, transform 0.1s ease;
    pointer-events: none;
  }
.\!group:hover > .flow-node-actions {
    opacity: 1 !important;
    transform: translateX(-50%) translateY(0) !important;
    pointer-events: all !important;
  }
.group:hover > .flow-node-actions,
  .flow-node-actions:hover {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: all;
  }
.flow-node-action {
    position: relative;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 7px;
    background: #ffffff;
    border: 1px solid rgb(212 212 216);
    color: rgb(82 82 91);
    box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.2);
    transition: border-color 0.12s ease, color 0.12s ease;
  }
.flow-node-action:hover {
    border-color: #22c55e;
    color: #22c55e;
  }
.flow-node-action.flow-node-action-danger:hover {
    border-color: #ef4444;
    color: #ef4444;
  }
[data-settings-root="dark"] .flow-node-action {
    background: #353535;
    border-color: rgba(255, 255, 255, 0.16);
    color: rgb(212 212 216);
  }
/* Tooltip arriba del botón, indicando qué hace. */
.flow-node-tooltip {
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%) translateY(2px);
    z-index: 20;
    padding: 3px 7px;
    border-radius: 6px;
    background: #18181b;
    color: #fafafa;
    font-size: 10.5px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.1s ease, transform 0.1s ease;
  }
.flow-node-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid transparent;
    border-top-color: #18181b;
  }
.flow-node-action:hover .flow-node-tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
[data-settings-root="dark"] .flow-node-tooltip {
    background: #f4f4f5;
    color: #18181b;
  }
[data-settings-root="dark"] .flow-node-tooltip::after {
    border-top-color: #f4f4f5;
  }
/* Distintivo de "paso inicial" (entrada del flujo) sobre el nodo. */
.flow-node-initial-badge {
    position: absolute;
    top: -9px;
    left: -9px;
    z-index: 9;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #22c55e;
    color: #ffffff;
    box-shadow: 0 0 0 2px #ffffff, 0 1px 4px rgba(0, 0, 0, 0.25);
  }
[data-settings-root="dark"] .flow-node-initial-badge {
    box-shadow: 0 0 0 2px #171717, 0 1px 4px rgba(0, 0, 0, 0.4);
  }
/* ===== Botones sobre las conexiones (edges) ===== */
.flow-edge-tools {
    display: flex;
    gap: 6px;
    /* Área de captura amplia para que aparezcan al acercarse a la línea. */
    padding: 14px;
    margin: -14px;
  }
.flow-edge-btn {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid rgb(212 212 216);
    color: rgb(82 82 91);
    transition: border-color 0.12s ease, color 0.12s ease;
  }
.flow-edge-btn:hover {
    border-color: #22c55e;
    color: #22c55e;
  }
.flow-edge-btn.flow-edge-btn-danger:hover {
    border-color: #ef4444;
    color: #ef4444;
  }
[data-settings-root="dark"] .flow-edge-btn {
    background: #262626;
    border-color: rgba(255, 255, 255, 0.16);
    color: rgb(212 212 216);
  }
/* ===== Panel lateral de nodos (deslizante) ===== */
.nodes-panel-backdrop {
    position: fixed;
    inset: 0;
    z-index: 55;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
  }
.nodes-panel-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
  }
.nodes-panel {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 56;
    display: flex;
    flex-direction: column;
    width: 340px;
    max-width: 88vw;
    height: 100%;
    background: #ffffff;
    border-left: 1px solid rgb(229 231 235);
    box-shadow: -16px 0 40px -24px rgba(0, 0, 0, 0.4);
    transform: translateX(100%);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  }
.nodes-panel.is-open {
    transform: translateX(0);
  }
.nodes-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 18px 4px;
    flex-shrink: 0;
  }
.nodes-panel-search {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px 16px 6px;
    padding: 9px 12px;
    border-radius: 10px;
    border: 1px solid rgb(212 212 216);
    flex-shrink: 0;
  }
.nodes-panel-search:focus-within {
    border-color: rgb(124 92 255);
  }
.nodes-panel-search-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    color: inherit;
  }
.nodes-panel-search-input::-moz-placeholder {
    color: rgb(150 150 156);
  }
.nodes-panel-search-input::placeholder {
    color: rgb(150 150 156);
  }
.nodes-panel-back {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 4px 16px 2px;
    padding: 6px 4px;
    font-size: 12.5px;
    font-weight: 600;
    color: rgb(82 82 91);
  }
.nodes-panel-back:hover {
    color: inherit;
  }
.nodes-panel-body {
    flex: 1;
    overflow-y: auto;
    padding: 6px 0 16px;
  }
.nodes-panel-row {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    min-height: 68px;
    text-align: left;
    padding: 10px 16px;
    border-left: 2px solid transparent;
    transition: border-color 0.15s ease;
  }
/* Línea verde vertical, pegada al borde del modal, en hover. */
.nodes-panel-row:hover {
    border-left-color: #22c55e;
  }
.nodes-panel-row-icon {
    display: grid;
    place-items: center;
    width: 30px;
    flex-shrink: 0;
    align-self: center;
    color: rgb(113 113 122);
  }
[data-settings-root="dark"] .nodes-panel-row-icon {
    color: rgb(161 161 170);
  }
/* Modo oscuro */
[data-settings-root="dark"] .nodes-panel {
    background: #262626;
    border-left-color: rgba(255, 255, 255, 0.08);
  }
[data-settings-root="dark"] .nodes-panel-search {
    border-color: rgba(255, 255, 255, 0.14);
  }
[data-settings-root="dark"] .nodes-panel-search:focus-within {
    border-color: rgb(124 92 255);
  }
/* ===== Modal de configuración de nodo (casi pantalla completa) ===== */
.node-config-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: flex;
    justify-content: flex-start;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(3px);
    animation: node-config-fade 0.2s ease;
  }
@keyframes node-config-fade {
    from { opacity: 0; }
    to { opacity: 1; }
  }
.node-config-panel {
    display: flex;
    flex-direction: column;
    width: 560px;
    max-width: 92vw;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    border-right: 1px solid rgb(229 231 235);
    box-shadow: 16px 0 40px -24px rgba(0, 0, 0, 0.45);
    animation: node-config-slide-in 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  }
@keyframes node-config-slide-in {
    from { transform: translateX(-100%); }
    to { transform: translateX(0); }
  }
/* Animación de cierre (el padre añade .node-config-closing). */
.node-config-closing .node-config-overlay {
    animation: node-config-fade-out 0.24s ease forwards;
  }
.node-config-closing .node-config-panel {
    animation: node-config-slide-out 0.24s cubic-bezier(0.4, 0, 1, 1) forwards;
  }
@keyframes node-config-fade-out {
    to { opacity: 0; }
  }
@keyframes node-config-slide-out {
    to { transform: translateX(-100%); }
  }
.node-config-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid rgb(237 237 237);
    flex-shrink: 0;
  }
.node-config-body {
    flex: 1;
    overflow-y: auto;
    padding: 28px 24px;
  }
.node-config-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    padding: 14px 20px;
    border-top: 1px solid rgb(237 237 237);
    flex-shrink: 0;
  }
.node-config-input {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid rgb(212 212 216);
    background: #ffffff;
    padding: 9px 11px;
    font-size: 13px;
    color: rgb(23 23 23);
    outline: none;
  }
.node-config-input:focus {
    border-color: rgb(16 185 129);
  }
/* Nombre editable del nodo en la cabecera: parece texto, se vuelve input al enfocar. */
.node-config-name-input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 7px;
    margin: -3px -7px 0;
    padding: 3px 7px;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    color: rgb(23 23 23);
    outline: none;
  }
.node-config-name-input:hover {
    background: rgba(0, 0, 0, 0.04);
  }
.node-config-name-input:focus {
    background: #ffffff;
    border-color: rgb(16 185 129);
  }
/* Bloque agrupador (condiciones/ramas/campos): sin borde, fondo sutil. */
.node-config-block {
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.03);
    padding: 12px;
  }
/* ===== Editor de código con resaltado (textarea sobre pre) ===== */
.code-editor {
    position: relative;
    flex: 1;
    min-height: 280px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #1e1e1e;
    overflow: hidden;
  }
.code-editor-pre,
  .code-editor-textarea {
    margin: 0;
    padding: 14px 16px;
    font-family: var(--font-mono), ui-monospace, monospace;
    font-size: 12.5px;
    line-height: 1.6;
    -moz-tab-size: 2;
      -o-tab-size: 2;
         tab-size: 2;
    white-space: pre;
    overflow: auto;
    box-sizing: border-box;
  }
.code-editor-pre {
    position: absolute;
    inset: 0;
    pointer-events: none;
    color: #d4d4d4;
  }
.code-editor-textarea {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    resize: none;
    background: transparent;
    color: transparent;
    caret-color: #ffffff;
  }
.code-editor-textarea::-moz-placeholder {
    color: #6b7280;
  }
.code-editor-textarea::placeholder {
    color: #6b7280;
  }
/* Tokens (paleta tipo VS Code Dark). */
.code-editor .tok-comment { color: #6a9955; font-style: italic; }
.code-editor .tok-string  { color: #ce9178; }
.code-editor .tok-number  { color: #b5cea8; }
.code-editor .tok-keyword { color: #569cd6; }
.code-editor .tok-fn      { color: #dcdcaa; }
.code-editor .tok-punct   { color: #d4d4d4; }
/* Botones secundarios dentro del panel: gris neutro, sin verde. */
.node-config-panel .flows-theme-ghost-button {
    border-color: rgb(212 212 216);
    background: transparent;
    color: rgb(63 63 70);
  }
.node-config-panel .flows-theme-ghost-button:hover {
    background: rgba(0, 0, 0, 0.04);
  }
/* Modal en modo oscuro */
[data-settings-root="dark"] .node-config-panel {
    background: #262626;
    border-right-color: rgba(255, 255, 255, 0.08);
  }
[data-settings-root="dark"] .node-config-header,
  [data-settings-root="dark"] .node-config-footer {
    border-color: rgba(255, 255, 255, 0.08);
  }
[data-settings-root="dark"] .node-config-input {
    background: #353535;
    border-color: rgba(255, 255, 255, 0.12);
    color: rgb(229 231 235);
  }
[data-settings-root="dark"] .node-config-input:focus {
    border-color: rgb(16 185 129);
  }
[data-settings-root="dark"] .node-config-name-input {
    color: rgb(245 245 245);
  }
[data-settings-root="dark"] .node-config-name-input:hover {
    background: rgba(255, 255, 255, 0.06);
  }
[data-settings-root="dark"] .node-config-name-input:focus {
    background: #353535;
    border-color: rgb(16 185 129);
  }
[data-settings-root="dark"] .node-config-block {
    background: rgba(255, 255, 255, 0.04);
  }
[data-settings-root="dark"] .node-config-panel .flows-theme-ghost-button {
    border-color: rgba(255, 255, 255, 0.14);
    background: transparent;
    color: rgb(212 212 216);
  }
[data-settings-root="dark"] .node-config-panel .flows-theme-ghost-button:hover {
    background: rgba(255, 255, 255, 0.06);
  }
/* Modo oscuro */
[data-settings-root="dark"] .flow-canvas-shell {
    --background: 120 2% 12%;
    --foreground: 150 30% 96%;
    --muted-foreground: 156 11% 65%;
    --border: 120 2% 18%;
    --border-elev: 120 2% 20%;
    --card: 120 2% 14%;
    --card-foreground: 150 30% 96%;
    background: linear-gradient(180deg, hsl(120 3% 9%) 0%, hsl(120 4% 6%) 100%);
    color: rgb(245 245 245);
  }
[data-settings-root="dark"] .flow-canvas-header {
    background: #262626;
    border-color: rgba(25, 58, 49, 0.3);
  }
[data-settings-root="dark"] .flow-canvas-shell .flow-canvas-sidebar {
    --foreground: 210 17% 91%;
    --muted-foreground: 215 16% 65%;
    background: #1e201f;
    border-color: rgba(255, 255, 255, 0.08);
    color: rgb(229 231 235);
  }
[data-settings-root="dark"] .flow-canvas-shell .flow-canvas-sidebar .text-foreground {
    color: rgb(229 231 235);
  }
[data-settings-root="dark"] .flow-canvas-shell .flow-canvas-palette-item {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: rgb(229 231 235);
  }
[data-settings-root="dark"] .flow-canvas-shell .flow-canvas-palette-item:hover {
    border-color: rgba(16, 185, 129, 0.5);
    background: rgba(255, 255, 255, 0.07);
  }
[data-settings-root="dark"] .flow-canvas-stage {
    background: #171717;
  }
/* El #171717 lo da el stage; los puntos de la cuadrícula los pinta
     <Background> encima. ReactFlow no debe pintar su propio fondo sólido
     o taparía la cuadrícula. */
[data-settings-root="dark"] .flow-canvas-stage .react-flow {
    background: transparent;
  }
/* ===== Nodo personalizado: Trigger ===== */
/* Reseteamos el wrapper que ReactFlow da a los nodos custom (fondo/borde
     por defecto), para que solo se vea nuestra tarjeta. Usamos !important para
     ganarle a las reglas de colorMode de ReactFlow (.react-flow.dark ...). */
.flow-trigger-node {
    position: relative;
    width: 150px;
    padding-bottom: 26px; /* espacio para la etiqueta */
  }
/* La tarjeta cuadrada con el ícono */
.flow-canvas-stage .flow-trigger-card {
    display: grid;
    place-items: center;
    height: 120px;
    width: 150px;
    border-radius: 22px;
    background: #2a2a2a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 24px -10px rgba(0, 0, 0, 0.6);
  }
/* Color del ícono fijo (no depende de utilidades que ReactFlow pueda pisar). */
.flow-canvas-stage .flow-trigger-card svg {
    color: #ec4899;
  }
/* Rayo a la izquierda */
.flow-trigger-bolt {
    position: absolute;
    left: -34px;
    top: 50%;
    transform: translateY(-50%);
    color: #f59e0b;
    border: none !important;
  }
/* Etiqueta del método (POST) junto a la salida */
.flow-trigger-out .flow-trigger-method {
    position: absolute;
    right: -6px;
    top: 51px; /* alineado con el handle, sobre el borde derecho */
    transform: translateX(100%);
    padding-left: 10px;
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgb(212 212 212);
    white-space: nowrap;
    pointer-events: none;
  }
/* Handle como círculo hueco, estilo n8n. ReactFlow lo posiciona en el borde
     derecho (Position.Right); solo ajustamos su apariencia. */
.flow-trigger-node .react-flow__handle.flow-handle {
    width: 14px;
    height: 14px;
    border-radius: 9999px;
    background: #171717;
    border: 2px solid #6b7280;
    top: 60px; /* centro vertical de la tarjeta (120px / 2) */
  }
.flow-trigger-node .react-flow__handle.flow-handle:hover {
    border-color: #f59e0b;
  }
/* Etiqueta debajo de la tarjeta */
.flow-trigger-label {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: -moz-max-content;
    width: max-content;
    max-width: 220px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: rgb(245 245 245);
  }
[data-settings-root="light"] .flow-canvas-stage .flow-trigger-card {
    background: #ffffff;
  }
[data-settings-root="light"] .flow-trigger-node .react-flow__handle.flow-handle {
    background: #ffffff;
    border-color: #94a3b8;
  }
[data-settings-root="light"] .flow-trigger-label {
    color: rgb(23 23 23);
  }
[data-settings-root="light"] .flow-trigger-out .flow-trigger-method {
    color: rgb(82 82 82);
  }
/* ===== Nodo Condition: tarjeta vertical ===== */
/* ===== Nodo Condición: tarjeta con filas dinámicas por rama ===== */
.flow-condition-node {
    position: relative;
    width: 300px;
  }
.flow-condition-card {
    /* Sin overflow:hidden para que los handles que sobresalen no se corten.
       El redondeo se aplica al header y a la última fila por separado. */
    border-radius: 16px;
    background: #2a2a2a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.6);
  }
.flow-condition-head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    background: rgba(88, 171, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px 16px 0 0;
  }
.flow-condition-rows .flow-condition-row:last-child {
    border-radius: 0 0 16px 16px;
  }
.flow-condition-head-icon {
    display: grid;
    place-items: center;
    color: #58abff;
  }
.flow-condition-head-title {
    font-size: 14px;
    font-weight: 700;
    color: rgb(245 245 245);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
.flow-condition-rows {
    display: flex;
    flex-direction: column;
  }
.flow-condition-row {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 10px 18px 10px 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }
.flow-condition-row:first-child {
    border-top: none;
  }
.flow-condition-row-label {
    font-size: 13px;
    font-weight: 500;
    color: rgb(229 229 229);
    line-height: 1.35;
  }
/* Handle de entrada: centrado en el header a la izquierda. */
.flow-condition-node .react-flow__handle.flow-condition-in {
    top: 23px;
  }
/* Cada fila lleva su handle de salida a la derecha, centrado verticalmente. */
.flow-condition-row .react-flow__handle.flow-condition-out {
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
  }
.flow-condition-node .react-flow__handle.flow-handle {
    width: 12px;
    height: 12px;
    border-radius: 9999px;
    background: #171717;
    border: 2px solid #6b7280;
  }
.flow-condition-node .react-flow__handle.flow-handle:hover {
    border-color: #f59e0b;
  }
[data-settings-root="light"] .flow-condition-card {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 14px 30px -10px rgba(0, 0, 0, 0.26), 0 3px 8px -3px rgba(0, 0, 0, 0.14);
  }
[data-settings-root="light"] .flow-condition-head {
    background: rgba(88, 171, 255, 0.12);
    border-bottom-color: rgba(0, 0, 0, 0.06);
  }
[data-settings-root="light"] .flow-condition-head-title {
    color: rgb(23 23 23);
  }
[data-settings-root="light"] .flow-condition-row {
    border-top-color: rgba(0, 0, 0, 0.06);
  }
[data-settings-root="light"] .flow-condition-row-label {
    color: rgb(38 38 38);
  }
[data-settings-root="light"] .flow-condition-node .react-flow__handle.flow-handle {
    background: #ffffff;
    border-color: #94a3b8;
  }
/* ===== Nodo HTTP Request: cuadrado como trigger ===== */
/* ===== Nodo HTTP: tarjeta con header (estilo Condición/Code) ===== */
.flow-http-node {
    position: relative;
    width: 260px;
  }
.flow-http-card {
    border-radius: 16px;
    background: #2a2a2a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.6);
  }
.flow-http-head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    background: rgba(137, 143, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px 16px 0 0;
  }
.flow-http-head-icon {
    display: grid;
    place-items: center;
    color: #898fff;
  }
.flow-http-head-title {
    font-size: 14px;
    font-weight: 700;
    color: rgb(245 245 245);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
.flow-http-row {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 64px;
    padding: 14px 18px 14px 14px;
    border-radius: 0 0 16px 16px;
  }
.flow-http-info {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 6px;
  }
.flow-http-method {
    align-self: flex-start;
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: rgb(212 212 216);
    background: rgba(255, 255, 255, 0.08);
    padding: 3px 8px;
    border-radius: 6px;
  }
.flow-http-url {
    max-width: 218px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--font-mono);
    font-size: 11.5px;
    color: rgb(163 163 163);
  }
.flow-http-node .react-flow__handle.flow-http-in {
    top: 23px;
  }
.flow-http-row .react-flow__handle.flow-http-out {
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
  }
.flow-http-node .react-flow__handle.flow-handle {
    width: 12px;
    height: 12px;
    border-radius: 9999px;
    background: #171717;
    border: 2px solid #6b7280;
  }
.flow-http-node .react-flow__handle.flow-handle:hover {
    border-color: #898fff;
  }
[data-settings-root="light"] .flow-http-card {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 14px 30px -10px rgba(0, 0, 0, 0.26), 0 3px 8px -3px rgba(0, 0, 0, 0.14);
  }
[data-settings-root="light"] .flow-http-head {
    background: rgba(137, 143, 255, 0.16);
    border-bottom-color: rgba(0, 0, 0, 0.06);
  }
[data-settings-root="light"] .flow-http-head-title {
    color: rgb(23 23 23);
  }
[data-settings-root="light"] .flow-http-method {
    color: rgb(63 63 70);
    background: rgba(0, 0, 0, 0.06);
  }
[data-settings-root="light"] .flow-http-url {
    color: rgb(107 114 128);
  }
[data-settings-root="light"] .flow-http-node .react-flow__handle.flow-handle {
    background: #ffffff;
    border-color: #94a3b8;
  }
/* ===== Nodo Set: cuadrado como trigger ===== */
/* ===== Nodo Set / Guardar campo: tarjeta con header (estilo Condición/Code) ===== */
.flow-set-node {
    position: relative;
    width: 260px;
  }
.flow-set-card {
    border-radius: 16px;
    background: #2a2a2a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.6);
  }
.flow-set-head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    background: rgba(167, 139, 250, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px 16px 0 0;
  }
.flow-set-head-icon {
    display: grid;
    place-items: center;
    color: #a78bfa;
  }
.flow-set-head-title {
    font-size: 14px;
    font-weight: 700;
    color: rgb(245 245 245);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
.flow-set-row {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 10px 18px 10px 14px;
    border-radius: 0 0 16px 16px;
  }
.flow-set-fields {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
  }
.flow-set-field {
    max-width: 220px;
    font-size: 13px;
    font-weight: 500;
    color: rgb(229 229 229);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.flow-set-node .react-flow__handle.flow-set-in {
    top: 23px;
  }
.flow-set-row .react-flow__handle.flow-set-out {
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
  }
.flow-set-node .react-flow__handle.flow-handle {
    width: 12px;
    height: 12px;
    border-radius: 9999px;
    background: #171717;
    border: 2px solid #6b7280;
  }
.flow-set-node .react-flow__handle.flow-handle:hover {
    border-color: #a78bfa;
  }
[data-settings-root="light"] .flow-set-card {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 14px 30px -10px rgba(0, 0, 0, 0.26), 0 3px 8px -3px rgba(0, 0, 0, 0.14);
  }
[data-settings-root="light"] .flow-set-head {
    background: rgba(167, 139, 250, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.06);
  }
[data-settings-root="light"] .flow-set-head-title {
    color: rgb(23 23 23);
  }
[data-settings-root="light"] .flow-set-field {
    color: rgb(38 38 38);
  }
[data-settings-root="light"] .flow-set-node .react-flow__handle.flow-handle {
    background: #ffffff;
    border-color: #94a3b8;
  }
/* ===== Nodo Code: cuadrado como trigger ===== */
/* ===== Nodo Code: tarjeta con header (estilo Condición) ===== */
.flow-code-node {
    position: relative;
    width: 260px;
  }
.flow-code-card {
    border-radius: 16px;
    background: #2a2a2a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.6);
  }
.flow-code-head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    background: rgba(255, 185, 102, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px 16px 0 0;
  }
.flow-code-head-icon {
    display: grid;
    place-items: center;
    color: #ffb966;
  }
.flow-code-head-title {
    font-size: 14px;
    font-weight: 700;
    color: rgb(245 245 245);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
.flow-code-row {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 10px 18px 10px 14px;
    border-radius: 0 0 16px 16px;
  }
.flow-code-row-label {
    font-size: 13px;
    font-weight: 500;
    color: rgb(229 229 229);
  }
.flow-code-node .react-flow__handle.flow-code-in {
    top: 23px;
  }
.flow-code-row .react-flow__handle.flow-code-out {
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
  }
.flow-code-node .react-flow__handle.flow-handle {
    width: 12px;
    height: 12px;
    border-radius: 9999px;
    background: #171717;
    border: 2px solid #6b7280;
  }
.flow-code-node .react-flow__handle.flow-handle:hover {
    border-color: #ffb966;
  }
[data-settings-root="light"] .flow-code-card {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 14px 30px -10px rgba(0, 0, 0, 0.26), 0 3px 8px -3px rgba(0, 0, 0, 0.14);
  }
[data-settings-root="light"] .flow-code-head {
    background: rgba(255, 185, 102, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.06);
  }
[data-settings-root="light"] .flow-code-head-title {
    color: rgb(23 23 23);
  }
[data-settings-root="light"] .flow-code-row-label {
    color: rgb(38 38 38);
  }
[data-settings-root="light"] .flow-code-node .react-flow__handle.flow-handle {
    background: #ffffff;
    border-color: #94a3b8;
  }
/* ===== Nodo Wait (esperar): cuadrado como trigger ===== */
/* ===== Nodo Wait: tarjeta con header (estilo Code/Http) ===== */
.flow-wait-node {
    position: relative;
    width: 260px;
  }
.flow-wait-card {
    border-radius: 16px;
    background: #2a2a2a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.6);
  }
.flow-wait-head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    background: rgba(34, 211, 238, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px 16px 0 0;
  }
.flow-wait-head-icon {
    display: grid;
    place-items: center;
    color: #22d3ee;
  }
.flow-wait-head-title {
    font-size: 14px;
    font-weight: 700;
    color: rgb(245 245 245);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
.flow-wait-row {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 12px 18px 12px 14px;
    border-radius: 0 0 16px 16px;
  }
.flow-wait-info {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
  }
.flow-wait-action {
    font-size: 13px;
    font-weight: 500;
    color: rgb(229 229 229);
  }
.flow-wait-amount {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: rgb(212 212 216);
    background: rgba(255, 255, 255, 0.08);
    padding: 3px 8px;
    border-radius: 6px;
  }
.flow-wait-node .react-flow__handle.flow-wait-in {
    top: 23px;
  }
.flow-wait-row .react-flow__handle.flow-wait-out {
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
  }
.flow-wait-node .react-flow__handle.flow-handle {
    width: 12px;
    height: 12px;
    border-radius: 9999px;
    background: #171717;
    border: 2px solid #6b7280;
  }
.flow-wait-node .react-flow__handle.flow-handle:hover {
    border-color: #22d3ee;
  }
[data-settings-root="light"] .flow-wait-card {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 14px 30px -10px rgba(0, 0, 0, 0.26), 0 3px 8px -3px rgba(0, 0, 0, 0.14);
  }
[data-settings-root="light"] .flow-wait-head {
    background: rgba(34, 211, 238, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.06);
  }
[data-settings-root="light"] .flow-wait-head-title {
    color: rgb(23 23 23);
  }
[data-settings-root="light"] .flow-wait-action {
    color: rgb(38 38 38);
  }
[data-settings-root="light"] .flow-wait-amount {
    color: rgb(63 63 70);
    background: rgba(0, 0, 0, 0.06);
  }
[data-settings-root="light"] .flow-wait-node .react-flow__handle.flow-handle {
    background: #ffffff;
    border-color: #94a3b8;
  }
/* ===== Nodo Enviar mensaje: cuadrado como trigger ===== */
/* ===== Nodo Enviar mensaje: tarjeta con header (estilo Set) ===== */
.flow-send-node {
    position: relative;
    width: 260px;
  }
.flow-send-card {
    border-radius: 16px;
    background: #2a2a2a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.6);
  }
.flow-send-head {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    background: rgba(16, 185, 129, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px 16px 0 0;
  }
.flow-send-head-icon {
    display: grid;
    place-items: center;
    color: #10b981;
  }
.flow-send-head-title {
    font-size: 14px;
    font-weight: 700;
    color: rgb(245 245 245);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
.flow-send-row {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 12px 18px 12px 14px;
    border-radius: 0 0 16px 16px;
  }
.flow-send-channels {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    gap: 6px;
  }
.flow-send-chip {
    font-size: 11.5px;
    font-weight: 600;
    color: rgb(212 212 216);
    background: rgba(255, 255, 255, 0.08);
    padding: 3px 8px;
    border-radius: 6px;
  }
.flow-send-empty {
    font-size: 13px;
    color: rgb(163 163 163);
  }
.flow-send-node .react-flow__handle.flow-send-in {
    top: 23px;
  }
.flow-send-row .react-flow__handle.flow-send-out {
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
  }
.flow-send-node .react-flow__handle.flow-handle {
    width: 12px;
    height: 12px;
    border-radius: 9999px;
    background: #171717;
    border: 2px solid #6b7280;
  }
.flow-send-node .react-flow__handle.flow-handle:hover {
    border-color: #10b981;
  }
[data-settings-root="light"] .flow-send-card {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 14px 30px -10px rgba(0, 0, 0, 0.26), 0 3px 8px -3px rgba(0, 0, 0, 0.14);
  }
[data-settings-root="light"] .flow-send-head {
    background: rgba(16, 185, 129, 0.18);
    border-bottom-color: rgba(0, 0, 0, 0.06);
  }
[data-settings-root="light"] .flow-send-head-title {
    color: rgb(23 23 23);
  }
[data-settings-root="light"] .flow-send-chip {
    color: rgb(63 63 70);
    background: rgba(0, 0, 0, 0.06);
  }
[data-settings-root="light"] .flow-send-node .react-flow__handle.flow-handle {
    background: #ffffff;
    border-color: #94a3b8;
  }
/* ===== Nodo Postgres: circular ===== */
.flow-postgres-node {
    position: relative;
    width: 92px;
    padding-bottom: 24px;
  }
.flow-postgres-card {
    display: grid;
    place-items: center;
    height: 92px;
    width: 92px;
    border-radius: 50%;
    background: #2a2a2a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 24px -10px rgba(0, 0, 0, 0.6);
  }
.flow-postgres-label {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: -moz-max-content;
    width: max-content;
    max-width: 220px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: rgb(245 245 245);
  }
.flow-postgres-node .react-flow__handle.flow-handle {
    width: 14px;
    height: 14px;
    border-radius: 9999px;
    background: #171717;
    border: 2px solid #6b7280;
  }
.flow-postgres-node .react-flow__handle.flow-handle:hover {
    border-color: #3b82f6;
  }
[data-settings-root="light"] .flow-postgres-card {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 24px -8px rgba(0, 0, 0, 0.22), 0 2px 6px -2px rgba(0, 0, 0, 0.12);
  }
[data-settings-root="light"] .flow-postgres-node .react-flow__handle.flow-handle {
    background: #ffffff;
    border-color: #94a3b8;
  }
[data-settings-root="light"] .flow-postgres-label {
    color: rgb(23 23 23);
  }
/* ===== Nodo AI (OpenAI, Anthropic, etc): circular ===== */
.flow-ai-node {
    position: relative;
    width: 92px;
    padding-bottom: 24px;
  }
.flow-ai-card {
    display: grid;
    place-items: center;
    height: 92px;
    width: 92px;
    border-radius: 50%;
    background: #2a2a2a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 24px -10px rgba(0, 0, 0, 0.6);
  }
.flow-ai-label {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: -moz-max-content;
    width: max-content;
    max-width: 220px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: rgb(245 245 245);
  }
.flow-ai-node .react-flow__handle.flow-handle {
    width: 14px;
    height: 14px;
    border-radius: 9999px;
    background: #171717;
    border: 2px solid #6b7280;
  }
.flow-ai-node .react-flow__handle.flow-handle:hover {
    border-color: #22c55e;
  }
[data-settings-root="light"] .flow-ai-card {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 24px -8px rgba(0, 0, 0, 0.22), 0 2px 6px -2px rgba(0, 0, 0, 0.12);
  }
[data-settings-root="light"] .flow-ai-node .react-flow__handle.flow-handle {
    background: #ffffff;
    border-color: #94a3b8;
  }
[data-settings-root="light"] .flow-ai-label {
    color: rgb(23 23 23);
  }
/* ===== Nodo Agent: circular ===== */
.flow-agent-node {
    position: relative;
  }
.flow-agent-card {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 260px;
    height: 96px;
    padding: 0 20px;
    border-radius: 16px;
    background: #2a2a2a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 24px -10px rgba(0, 0, 0, 0.6);
  }
.flow-agent-name {
    font-size: 15px;
    font-weight: 600;
    color: rgb(245 245 245);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.flow-agent-node .react-flow__handle.flow-handle {
    width: 14px;
    height: 14px;
    border-radius: 9999px;
    background: #171717;
    border: 2px solid #6b7280;
  }
.flow-agent-node .react-flow__handle.flow-handle:hover {
    border-color: #22c55e;
  }
[data-settings-root="light"] .flow-agent-card {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 24px -8px rgba(0, 0, 0, 0.22), 0 2px 6px -2px rgba(0, 0, 0, 0.12);
  }
[data-settings-root="light"] .flow-agent-node .react-flow__handle.flow-handle {
    background: #ffffff;
    border-color: #94a3b8;
  }
[data-settings-root="light"] .flow-agent-name {
    color: rgb(23 23 23);
  }
[data-settings-root="light"] .flow-agent-card .text-white {
    color: rgb(23 23 23) !important;
  }
/* ===== Nodo genérico: Action ===== */
.flow-node {
    position: relative;
    width: 120px;
    padding-bottom: 26px;
  }
.flow-node-card {
    display: grid;
    place-items: center;
    height: 120px;
    width: 120px;
    border-radius: 22px;
    background: #2a2a2a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 24px -10px rgba(0, 0, 0, 0.6);
  }
.flow-node-label {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: -moz-max-content;
    width: max-content;
    max-width: 220px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: rgb(245 245 245);
  }
.flow-node .react-flow__handle.flow-handle {
    width: 14px;
    height: 14px;
    border-radius: 9999px;
    background: #171717;
    border: 2px solid #6b7280;
    top: 53px !important;
  }
.flow-node .react-flow__handle.flow-handle:hover {
    border-color: #10b981;
  }
[data-settings-root="light"] .flow-node-card {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 24px -8px rgba(0, 0, 0, 0.22), 0 2px 6px -2px rgba(0, 0, 0, 0.12);
  }
[data-settings-root="light"] .flow-node .react-flow__handle.flow-handle {
    background: #ffffff;
    border-color: #94a3b8;
  }
[data-settings-root="light"] .flow-node-label {
    color: rgb(23 23 23);
  }
/* Controles de zoom — modo oscuro. */
[data-settings-root="dark"] .flow-canvas-controls .react-flow__controls-button {
    border-color: #1e201f;
    background: #1e201f;
    color: rgb(229 231 235);
  }
[data-settings-root="dark"] .flow-canvas-controls .react-flow__controls-button:hover {
    background: #262a28;
    border-color: #262a28;
  }
.agents-theme-surface {
    --background: 150 60% 98%;
    --foreground: 240 6% 10%;
    --muted-foreground: 240 4% 46%;
    --border: 149 50% 88%;
    --border-elev: 149 45% 82%;
    --card: 0 0% 100%;
    --card-foreground: 240 6% 10%;
  }
.agents-theme-hero {
    border-color: rgb(209 250 229) !important;
  }
.agents-theme-grid {
    background: #ffffff;
  }
[data-settings-root="dark"] .settings-screen-shell .agents-theme-grid {
    background: #1E201F;
  }
.agents-theme-tile {
    background: #ffffff;
  }
.agents-theme-card {
    background: #ffffff;
    color: rgb(23 23 23);
    border-color: rgb(209 250 229);
  }
.agents-theme-list-row {
    background: #ffffff;
    border-color: rgb(228 228 231);
  }
.agents-theme-empty {
    border-color: rgb(209 250 229);
    background: #ffffff;
    color: rgb(23 23 23);
  }
.agents-theme-empty-icon {
    background: rgb(187 247 208 / 0.5);
    color: rgb(5 150 105);
  }
[data-settings-root="dark"] .settings-screen-shell .agents-theme-surface {
    --background: 120 2% 12%;
    --foreground: 150 30% 96%;
    --muted-foreground: 156 11% 65%;
    --border: 120 2% 18%;
    --border-elev: 120 2% 20%;
    --card: 120 2% 14%;
    --card-foreground: 150 30% 96%;
  }
[data-settings-root="dark"] .settings-screen-shell .agents-theme-hero {
    border-color: rgba(25, 58, 49, 0.3) !important;
  }
[data-settings-root="dark"] .settings-screen-shell .agents-theme-tile {
    background: hsl(var(--card));
  }
[data-settings-root="dark"] .settings-screen-shell .agents-theme-card {
    border-color: rgba(25, 58, 49, 0.3);
    background: hsl(var(--card));
    color: rgb(245 245 245);
  }
[data-settings-root="dark"] .settings-screen-shell .agents-theme-info-grid {
    background: hsla(var(--card), 0.55);
    border-color: rgba(25, 58, 49, 0.3);
  }
[data-settings-root="dark"] .settings-screen-shell .agents-theme-ghost-button {
    border-color: rgba(25, 58, 49, 0.3) !important;
    background: hsla(var(--card), 0.55) !important;
    color: rgb(245 245 245) !important;
  }
[data-settings-root="dark"] .settings-screen-shell .agents-theme-ghost-button:hover {
    background: rgba(25, 58, 49, 0.2) !important;
  }
[data-settings-root="dark"] .settings-screen-shell .agents-theme-list-row {
    background: hsl(var(--card));
    border-color: rgba(255, 255, 255, 0.08);
  }
[data-settings-root="dark"] .settings-screen-shell .agents-theme-empty {
    border-color: rgba(25, 58, 49, 0.3);
    background: hsl(var(--card));
    color: rgb(245 245 245);
  }
[data-settings-root="dark"] .settings-screen-shell .agents-theme-empty-icon {
    background: rgba(29, 108, 97, 0.15);
    color: #1D6C61;
  }
.superagent-theme-surface {
    --background: 0 0% 100%;
    --foreground: 240 6% 10%;
    --muted-foreground: 240 4% 46%;
    --border: 240 6% 90%;
    --border-elev: 240 5% 84%;
    --card: 0 0% 100%;
    --card-foreground: 240 6% 10%;
    background-color: hsl(var(--background));
    background-image: radial-gradient(circle, rgba(16, 24, 40, 0.05) 1px, transparent 1px);
    background-size: 22px 22px;
  }
.superagent-input {
    background: hsl(var(--card));
    border-color: hsl(var(--border-elev));
    box-shadow: 0 2px 12px -6px rgba(0, 0, 0, 0.12);
  }
.superagent-input:focus-within {
    border-color: hsl(var(--foreground) / 0.25);
    box-shadow: 0 4px 18px -8px rgba(0, 0, 0, 0.18);
  }
.superagent-send {
    background: hsl(var(--foreground));
    color: hsl(var(--background));
  }
.superagent-send:not(:disabled):hover {
    opacity: 0.85;
  }
.superagent-rec-dot {
    animation: superagent-rec-pulse 1.2s ease-in-out infinite;
  }
@keyframes superagent-rec-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.85); }
  }
[data-settings-root="dark"] .settings-screen-shell .superagent-theme-surface {
    --background: 120 2% 12%;
    --foreground: 150 30% 96%;
    --muted-foreground: 156 11% 65%;
    --border: 120 2% 18%;
    --border-elev: 120 2% 20%;
    --card: 120 2% 14%;
    --card-foreground: 150 30% 96%;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  }
[data-settings-root="dark"] .settings-screen-shell .superagent-send {
    background: hsl(var(--foreground));
    color: hsl(var(--background));
  }
.tasks-theme-toolbar .rounded-full {
    background: rgb(240 253 244);
    color: rgb(5 150 105);
    border-color: rgb(209 250 229);
  }
.tasks-theme-toolbar .rounded-full[data-active="true"],
  .tasks-theme-toolbar .bg-foreground\/10 {
    background: rgb(16 185 129) !important;
    color: rgb(5 46 22) !important;
  }
[data-settings-root="dark"] .settings-screen-shell .tasks-theme-surface {
    --background: 120 2% 12%;
    --foreground: 150 30% 96%;
    --muted-foreground: 156 11% 65%;
    --border: 120 2% 18%;
    --border-elev: 120 2% 20%;
    --card: 120 2% 14%;
    --card-foreground: 150 30% 96%;
  }
[data-settings-root="dark"] .settings-screen-shell .tasks-theme-card {
    border-color: rgba(25, 58, 49, 0.3);
    background: #1E201F;
    color: rgb(245 245 245);
  }
[data-settings-root="dark"] .settings-screen-shell .tasks-theme-toolbar .rounded-full {
    background: rgba(25, 58, 49, 0.25);
    color: #1D6C61;
    border-color: rgba(25, 58, 49, 0.3);
  }
[data-settings-root="dark"] .settings-screen-shell .tasks-theme-toolbar .rounded-full[data-active="true"],
  [data-settings-root="dark"] .settings-screen-shell .tasks-theme-toolbar .bg-foreground\/10 {
    background: #1D6C61 !important;
    color: #ffffff !important;
  }
[data-settings-root="dark"] .settings-screen-shell .tasks-theme-empty {
    border-color: rgba(25, 58, 49, 0.3);
    background: #1E201F;
    color: rgb(245 245 245);
  }
[data-settings-root="dark"] .settings-screen-shell .tasks-theme-empty-icon {
    background: rgba(29, 108, 97, 0.15);
    color: #1D6C61;
  }
.crm-theme-surface {
    --background: 150 60% 98%;
    --foreground: 240 6% 10%;
    --muted-foreground: 240 4% 46%;
    --border: 149 50% 88%;
    --border-elev: 149 45% 82%;
    --card: 0 0% 100%;
    --card-foreground: 240 6% 10%;
  }
.crm-theme-toolbar {
    border-bottom: 1px solid rgb(209 250 229);
    background: #ffffff;
  }
.crm-theme-column {
    border: 1px solid rgb(209 250 229);
    background: rgb(240 253 244 / 0.3);
  }
.crm-theme-column-empty {
    border-color: rgb(209 250 229);
    color: rgb(5 150 105);
  }
.crm-theme-deal-card {
    border-color: rgb(209 250 229);
  }
.crm-theme-deal-card:hover {
    border-color: rgb(52 211 153 / 0.5) !important;
  }
.crm-theme-drawer-footer {
    border-color: rgb(209 250 229);
    background: #ffffff;
  }
.crm-theme-empty {
    border-color: rgb(209 250 229);
    background: #ffffff;
    color: rgb(23 23 23);
  }
.crm-theme-empty-icon {
    background: rgb(187 247 208 / 0.5);
    color: rgb(5 150 105);
  }
[data-settings-root="dark"] .settings-screen-shell .crm-theme-surface {
    --background: 120 2% 12%;
    --foreground: 150 30% 96%;
    --muted-foreground: 156 11% 65%;
    --border: 120 2% 18%;
    --border-elev: 120 2% 20%;
    --card: 120 2% 14%;
    --card-foreground: 150 30% 96%;
  }
[data-settings-root="dark"] .settings-screen-shell .crm-theme-toolbar {
    border-color: rgba(25, 58, 49, 0.3);
    background: #1E201F;
  }
[data-settings-root="dark"] .settings-screen-shell .crm-theme-column {
    border-color: rgba(25, 58, 49, 0.3);
    background: rgba(30, 32, 31, 0.35);
  }
[data-settings-root="dark"] .settings-screen-shell .crm-theme-column-empty {
    border-color: rgba(25, 58, 49, 0.3);
    color: #1D6C61;
  }
[data-settings-root="dark"] .settings-screen-shell .crm-theme-deal-card {
    border-color: rgba(25, 58, 49, 0.3);
  }
[data-settings-root="dark"] .settings-screen-shell .crm-theme-deal-card:hover {
    border-color: rgba(29, 108, 97, 0.5) !important;
  }
[data-settings-root="dark"] .settings-screen-shell .crm-theme-drawer-footer {
    border-color: rgba(25, 58, 49, 0.3);
    background: #1E201F;
  }
[data-settings-root="dark"] .settings-screen-shell .crm-theme-empty {
    border-color: rgba(25, 58, 49, 0.3);
    background: #1E201F;
    color: rgb(245 245 245);
  }
[data-settings-root="dark"] .settings-screen-shell .crm-theme-empty-icon {
    background: rgba(29, 108, 97, 0.15);
    color: #1D6C61;
  }
.contacts-theme-surface {
    --background: 150 60% 98%;
    --foreground: 240 6% 10%;
    --muted-foreground: 240 4% 46%;
    --border: 149 50% 88%;
    --border-elev: 149 45% 82%;
    --card: 0 0% 100%;
    --card-foreground: 240 6% 10%;
  }
.contacts-theme-table {
    border: 1px solid rgb(209 250 229);
  }
.contacts-theme-table-head {
    background: rgb(240 253 244);
    color: rgb(5 150 105);
  }
.contacts-theme-table-body {
    background: #ffffff;
  }
.contacts-theme-row {
    border-color: rgb(209 250 229);
  }
.contacts-theme-row:hover {
    background: rgb(240 253 244);
  }
.contacts-theme-empty {
    border-color: rgb(209 250 229);
    background: #ffffff;
    color: rgb(23 23 23);
  }
.contacts-theme-empty-icon {
    background: rgb(187 247 208 / 0.5);
    color: rgb(5 150 105);
  }
[data-settings-root="dark"] .settings-screen-shell .contacts-theme-surface {
    --background: 120 2% 12%;
    --foreground: 150 30% 96%;
    --muted-foreground: 156 11% 65%;
    --border: 120 2% 18%;
    --border-elev: 120 2% 20%;
    --card: 120 2% 14%;
    --card-foreground: 150 30% 96%;
  }
[data-settings-root="dark"] .settings-screen-shell .contacts-theme-table {
    border-color: rgba(25, 58, 49, 0.3);
  }
[data-settings-root="dark"] .settings-screen-shell .contacts-theme-table-head {
    background: rgba(25, 58, 49, 0.2);
    color: #1D6C61;
  }
[data-settings-root="dark"] .settings-screen-shell .contacts-theme-table-body {
    background: #1E201F;
  }
[data-settings-root="dark"] .settings-screen-shell .contacts-theme-row {
    border-color: rgba(25, 58, 49, 0.3);
  }
[data-settings-root="dark"] .settings-screen-shell .contacts-theme-row:hover {
    background: rgba(25, 58, 49, 0.18);
  }
[data-settings-root="dark"] .settings-screen-shell .contacts-theme-ghost-button {
    border-color: rgba(25, 58, 49, 0.3) !important;
    background: rgba(30, 32, 31, 0.55) !important;
    color: rgb(245 245 245) !important;
  }
[data-settings-root="dark"] .settings-screen-shell .contacts-theme-ghost-button:hover {
    background: rgba(25, 58, 49, 0.3) !important;
  }
[data-settings-root="dark"] .settings-screen-shell .contacts-theme-empty {
    border-color: rgba(25, 58, 49, 0.3);
    background: #1E201F;
    color: rgb(245 245 245);
  }
[data-settings-root="dark"] .settings-screen-shell .contacts-theme-empty-icon {
    background: rgba(29, 108, 97, 0.15);
    color: #1D6C61;
  }
/* Portaled dropdowns/menus render under <body>, outside the page theme
     scope. Re-declare the theme vars here, keyed off [data-settings-root]
     on <html>, so they follow the user's light/dark preference. */
.app-portal-theme {
    --foreground: 240 6% 10%;
    --muted: 150 55% 96%;
    --muted-foreground: 240 4% 46%;
    --border: 149 50% 88%;
    --border-elev: 149 45% 82%;
    --card: 0 0% 100%;
    --card-foreground: 240 6% 10%;
  }
[data-settings-root="dark"] .app-portal-theme {
    --foreground: 150 30% 96%;
    --muted: 164 40% 16%;
    --muted-foreground: 156 11% 65%;
    --border: 120 2% 18%;
    --border-elev: 120 2% 20%;
    --card: 120 2% 14%;
    --card-foreground: 150 30% 96%;
  }
.\[color-scheme\:light\]{
  color-scheme: light;
}

/* ── inbox-theme scoped classes ────────────────────────────── */
.inbox-theme-surface {
  --background: 150 60% 98%;
  --foreground: 240 6% 10%;
  --muted: 150 55% 96%;
  --muted-foreground: 240 4% 46%;
  --border: 149 50% 88%;
  --border-elev: 149 45% 82%;
  --card: 0 0% 100%;
  --card-foreground: 240 6% 10%;
  --bg-panel: 0 0% 100%;
  --bg-input: 149 50% 95%;
  --popover: 0 0% 100%;
  --popover-foreground: 240 6% 10%;
}

[data-settings-root="dark"] .inbox-theme-surface {
  --background: 120 2% 12%;
  --foreground: 150 30% 96%;
  --muted: 164 40% 16%;
  --muted-foreground: 156 11% 65%;
  --border: 120 2% 18%;
  --border-elev: 120 2% 20%;
  --card: 120 2% 14%;
  --card-foreground: 150 30% 96%;
  --bg-panel: 120 2% 12%;
  --bg-input: 120 2% 12%;
  --popover: 120 2% 14%;
  --popover-foreground: 150 30% 96%;
}

[data-settings-root="dark"] .inbox-theme-surface .inbox-theme-panel {
  background: #1E201F;
  border-color: rgba(25, 58, 49, 0.3);
}
[data-settings-root="dark"] .inbox-theme-surface .inbox-theme-card {
  background: #1E201F;
  border-color: rgba(25, 58, 49, 0.3);
}
[data-settings-root="dark"] .inbox-theme-surface .inbox-theme-bg {
  background: #1E201F;
}
[data-settings-root="dark"] .inbox-theme-surface .inbox-theme-header {
  background: #1E201F;
  border-color: rgba(25, 58, 49, 0.3);
}
[data-settings-root="dark"] .inbox-theme-surface .inbox-theme-composer {
  background: #1E201F;
  border-color: rgba(25, 58, 49, 0.3);
}
[data-settings-root="dark"] .inbox-theme-surface .inbox-theme-bubble {
  background: #164133;
  border-color: rgba(25, 58, 49, 0.3);
  color: rgb(245 245 245);
}
[data-settings-root="dark"] .inbox-theme-surface .inbox-theme-empty {
  border-color: rgba(25, 58, 49, 0.3);
  background: #1E201F;
  color: rgb(245 245 245);
}
[data-settings-root="dark"] .inbox-theme-surface .inbox-theme-empty-icon {
  background: rgba(29, 108, 97, 0.15);
  color: #1D6C61;
}

[data-settings-root="dark"] .inbox-theme-surface .inbox-chat-row {
  background: transparent !important;
}
[data-settings-root="dark"] .inbox-theme-surface .inbox-chat-row:hover {
  background: rgba(25, 58, 49, 0.15) !important;
}

.inbox-theme-panel {
  background: #ffffff;
  border-color: rgb(209 250 229);
}
.inbox-theme-card {
  background: #ffffff;
  border-color: rgb(209 250 229);
}
.inbox-theme-empty {
  border-color: rgb(209 250 229);
  background: #ffffff;
  color: rgb(23 23 23);
}
.inbox-theme-empty-icon {
  background: rgb(187 247 208 / 0.5);
  color: rgb(5 150 105);
}
.inbox-theme-bg {
  background: rgb(255 255 255);
}
.inbox-theme-header {
  background: #ffffff;
  border-color: rgb(209 250 229);
}
.inbox-theme-composer {
  background: #ffffff;
  border-color: rgb(209 250 229);
}
.inbox-theme-bubble {
  background: rgb(240 253 244);
  border-color: rgb(209 250 229);
  color: rgb(23 23 23);
}
.bubble-sent {
  background: linear-gradient(135deg,#22c55e,#10b981);
  color: white;
}
[data-settings-root="dark"] .inbox-theme-surface .bubble-sent {
  background: #1D6C61;
  color: rgb(245 245 245);
  box-shadow: none;
}

/* ── AI / tech motion ──────────────────────────────────────── */
@keyframes cl-pulse {
  0%   { transform: scale(1);   opacity: 0.55; }
  100% { transform: scale(2.6); opacity: 0; }
}
.cl-pulse { animation: cl-pulse 1.6s ease-out infinite; }

@keyframes cl-scanline {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
.cl-scanline { animation: cl-scanline 6s linear infinite; }

@keyframes cl-typing {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
  30%           { transform: translateY(-4px); opacity: 1; }
}
.cl-typing-dot { animation: cl-typing 1.2s ease-in-out infinite; }
.cl-typing-dot:nth-child(2) { animation-delay: 0.15s; }
.cl-typing-dot:nth-child(3) { animation-delay: 0.30s; }

@keyframes cl-shimmer {
  0%   { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}
.cl-shimmer {
  background: linear-gradient(90deg, transparent, rgba(124, 92, 255, 0.18), transparent);
  background-size: 200% 100%;
  animation: cl-shimmer 3s linear infinite;
}

@keyframes cl-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(124, 92, 255, 0.0); }
  50%      { box-shadow: 0 0 24px -4px rgba(124, 92, 255, 0.5); }
}
.cl-glow { animation: cl-glow 3s ease-in-out infinite; }

@keyframes cl-holo {
  0%   { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}
.cl-holo {
  background-image: linear-gradient(135deg, #1a73f5, #7c5cff, #ec4899, #7c5cff, #1a73f5);
  background-size: 200% 200%;
  animation: cl-holo 6s linear infinite;
}

@keyframes cl-edge {
  0%   { background-position: 0% 50%; }
  100% { background-position: 300% 50%; }
}
.cl-edge {
  background-image: linear-gradient(90deg, transparent, rgba(124, 92, 255, 0.6), transparent);
  background-size: 300% 100%;
  animation: cl-edge 4s linear infinite;
}

@keyframes cl-stream {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.cl-stream { animation: cl-stream 38s linear infinite; }

@keyframes cl-mesh {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50%      { transform: translate3d(8px, -4px, 0) scale(1.08); }
}

.file\:mr-3::file-selector-button{
  margin-right: 0.75rem;
}

.file\:mr-4::file-selector-button{
  margin-right: 1rem;
}

.file\:rounded::file-selector-button{
  border-radius: 0.25rem;
}

.file\:rounded-full::file-selector-button{
  border-radius: 9999px;
}

.file\:border-0::file-selector-button{
  border-width: 0px;
}

.file\:bg-card::file-selector-button{
  background-color: hsl(var(--card));
}

.file\:bg-emerald-500::file-selector-button{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.file\:px-2::file-selector-button{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.file\:px-4::file-selector-button{
  padding-left: 1rem;
  padding-right: 1rem;
}

.file\:py-1::file-selector-button{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.file\:py-2::file-selector-button{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.file\:text-sm::file-selector-button{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.file\:text-xs::file-selector-button{
  font-size: 0.75rem;
  line-height: 1rem;
}

.file\:font-semibold::file-selector-button{
  font-weight: 600;
}

.file\:text-emerald-950::file-selector-button{
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity, 1));
}

.file\:text-foreground::file-selector-button{
  color: hsl(var(--foreground));
}

.settings-screen-shell .file\:rounded-full.bg-foreground::file-selector-button {
    background: #1D6C61;
    color: #ffffff;
  }

[data-settings-root="dark"] .settings-screen-shell .file\:rounded-full.bg-foreground::file-selector-button {
    background: #1D6C61;
    color: #ffffff;
  }

.inventory-theme-surface .file\:rounded-full.border::file-selector-button {
    border-color: rgb(187 247 208);
  }

.inventory-theme-surface .file\:rounded-full.bg-foreground::file-selector-button {
    background: rgb(16 185 129);
    color: rgb(5 46 22);
  }

[data-settings-root="dark"] .settings-screen-shell .inventory-theme-surface .file\:rounded-full.border::file-selector-button {
    border-color: rgba(25, 58, 49, 0.3);
  }

[data-settings-root="dark"] .settings-screen-shell .inventory-theme-surface .file\:rounded-full.bg-foreground::file-selector-button {
    background: #1D6C61;
    color: rgb(245 245 245);
  }

[data-settings-root="dark"] .flow-canvas-shell .flow-canvas-sidebar .file\:text-foreground::file-selector-button {
    color: rgb(229 231 235);
  }

.tasks-theme-toolbar .file\:rounded-full::file-selector-button {
    background: rgb(240 253 244);
    color: rgb(5 150 105);
    border-color: rgb(209 250 229);
  }

.tasks-theme-toolbar .file\:rounded-full[data-active="true"]::file-selector-button {
    background: rgb(16 185 129) !important;
    color: rgb(5 46 22) !important;
  }

[data-settings-root="dark"] .settings-screen-shell .tasks-theme-toolbar .file\:rounded-full::file-selector-button {
    background: rgba(25, 58, 49, 0.25);
    color: #1D6C61;
    border-color: rgba(25, 58, 49, 0.3);
  }

[data-settings-root="dark"] .settings-screen-shell .tasks-theme-toolbar .file\:rounded-full[data-active="true"]::file-selector-button {
    background: #1D6C61 !important;
    color: #ffffff !important;
  }

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

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

.placeholder\:text-slate-400::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.placeholder\:text-slate-400::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.first\:mt-0:first-child{
  margin-top: 0px;
}

.last\:mb-0:last-child{
  margin-bottom: 0px;
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.last\:border-r-0:last-child{
  border-right-width: 0px;
}

.hover\:-translate-y-px:hover{
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-amber-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}

.hover\:border-brand-500\/40:hover{
  border-color: rgb(50 144 255 / 0.4);
}

.hover\:border-emerald-500\/30:hover{
  border-color: rgb(16 185 129 / 0.3);
}

.hover\:border-emerald-500\/40:hover{
  border-color: rgb(16 185 129 / 0.4);
}

.hover\:border-green-500\/40:hover{
  border-color: rgb(34 197 94 / 0.4);
}

.hover\:border-red-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.hover\:border-white\/20:hover{
  border-color: rgb(255 255 255 / 0.2);
}

.hover\:border-zinc-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}

.hover\:\!bg-emerald-500\/20:hover{
  background-color: rgb(16 185 129 / 0.2) !important;
}

.hover\:\!bg-rose-500\/20:hover{
  background-color: rgb(244 63 94 / 0.2) !important;
}

.hover\:bg-\[\#193A31\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(25 58 49 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#193A31\]\/30:hover{
  background-color: rgb(25 58 49 / 0.3);
}

.hover\:bg-accent\/10:hover{
  background-color: hsl(var(--accent) / 0.1);
}

.hover\:bg-amber-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}

.hover\:bg-amber-400\/20:hover{
  background-color: rgb(251 191 36 / 0.2);
}

.hover\:bg-card\/60:hover{
  background-color: hsl(var(--card) / 0.6);
}

.hover\:bg-destructive\/10:hover{
  background-color: hsl(var(--destructive) / 0.1);
}

.hover\:bg-destructive\/90:hover{
  background-color: hsl(var(--destructive) / 0.9);
}

.hover\:bg-emerald-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-500\/10:hover{
  background-color: rgb(16 185 129 / 0.1);
}

.hover\:bg-emerald-500\/20:hover{
  background-color: rgb(16 185 129 / 0.2);
}

.hover\:bg-emerald-500\/25:hover{
  background-color: rgb(16 185 129 / 0.25);
}

.hover\:bg-emerald-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.hover\:bg-foreground\/10:hover{
  background-color: hsl(var(--foreground) / 0.1);
}

.hover\:bg-foreground\/5:hover{
  background-color: hsl(var(--foreground) / 0.05);
}

.hover\:bg-foreground\/\[0\.025\]:hover{
  background-color: hsl(var(--foreground) / 0.025);
}

.hover\:bg-foreground\/\[0\.03\]:hover{
  background-color: hsl(var(--foreground) / 0.03);
}

.hover\:bg-foreground\/\[0\.06\]:hover{
  background-color: hsl(var(--foreground) / 0.06);
}

.hover\:bg-foreground\/\[0\.08\]:hover{
  background-color: hsl(var(--foreground) / 0.08);
}

.hover\:bg-gray-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-primary\/90:hover{
  background-color: hsl(var(--primary) / 0.9);
}

.hover\:bg-red-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-500\/10:hover{
  background-color: rgb(239 68 68 / 0.1);
}

.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary\/80:hover{
  background-color: hsl(var(--secondary) / 0.8);
}

.hover\:bg-slate-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-900\/5:hover{
  background-color: rgb(15 23 42 / 0.05);
}

.hover\:bg-violet-500\/25:hover{
  background-color: rgb(124 92 255 / 0.25);
}

.hover\:bg-white\/\[0\.02\]:hover{
  background-color: rgb(255 255 255 / 0.02);
}

.hover\:bg-white\/\[0\.03\]:hover{
  background-color: rgb(255 255 255 / 0.03);
}

.hover\:bg-white\/\[0\.04\]:hover{
  background-color: rgb(255 255 255 / 0.04);
}

.hover\:bg-white\/\[0\.05\]:hover{
  background-color: rgb(255 255 255 / 0.05);
}

.hover\:bg-white\/\[0\.06\]:hover{
  background-color: rgb(255 255 255 / 0.06);
}

.hover\:bg-white\/\[0\.07\]:hover{
  background-color: rgb(255 255 255 / 0.07);
}

.hover\:bg-white\/\[0\.08\]:hover{
  background-color: rgb(255 255 255 / 0.08);
}

.hover\:bg-white\/\[0\.12\]:hover{
  background-color: rgb(255 255 255 / 0.12);
}

.hover\:bg-white\/\[0\.1\]:hover{
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-zinc-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.hover\:from-brand-600\/\[0\.15\]:hover{
  --tw-gradient-from: rgb(26 115 245 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 115 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:via-violet-500\/\[0\.18\]:hover{
  --tw-gradient-to: rgb(124 92 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(124 92 255 / 0.18) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:to-pink-500\/\[0\.15\]:hover{
  --tw-gradient-to: rgb(236 72 153 / 0.15) var(--tw-gradient-to-position);
}

.hover\:text-\[\#1D6C61\]:hover{
  --tw-text-opacity: 1;
  color: rgb(29 108 97 / var(--tw-text-opacity, 1));
}

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

.hover\:text-amber-400:hover{
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.hover\:text-amber-950:hover{
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity, 1));
}

.hover\:text-destructive:hover{
  color: hsl(var(--destructive));
}

.hover\:text-emerald-300:hover{
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-400:hover{
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-600:hover{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-700:hover{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

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

.hover\:text-neutral-800:hover{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-900:hover{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-950:hover{
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.hover\:text-red-400:hover{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.hover\:text-red-500:hover{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.hover\:text-red-600:hover{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-600:hover{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.hover\:text-warn:hover{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.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\:opacity-80:hover{
  opacity: 0.8;
}

.hover\:opacity-90:hover{
  opacity: 0.9;
}

.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\:brightness-110:hover{
  --tw-brightness: brightness(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);
}

[data-settings-root="dark"] .flow-canvas-shell .flow-canvas-sidebar .hover\:text-foreground:hover {
    color: rgb(229 231 235);
  }

[data-settings-root="light"] .flow-agent-card .hover\:text-white:hover {
    color: rgb(23 23 23) !important;
  }


  .tasks-theme-toolbar .hover\:bg-foreground\/10:hover {
    background: rgb(16 185 129) !important;
    color: rgb(5 46 22) !important;
  }


  [data-settings-root="dark"] .settings-screen-shell .tasks-theme-toolbar .hover\:bg-foreground\/10:hover {
    background: #1D6C61 !important;
    color: #ffffff !important;
  }

.hover\:file\:bg-emerald-400::file-selector-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}

.focus\:border-emerald-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}

.focus\:border-emerald-500\/50:focus{
  border-color: rgb(16 185 129 / 0.5);
}

.focus\:border-foreground\/30:focus{
  border-color: hsl(var(--foreground) / 0.3);
}

.focus\:border-violet-500\/50:focus{
  border-color: rgb(124 92 255 / 0.5);
}

.focus\:bg-white\/\[0\.07\]:focus{
  background-color: rgb(255 255 255 / 0.07);
}

.focus\:bg-white\/\[0\.12\]:focus{
  background-color: rgb(255 255 255 / 0.12);
}

.focus\:shadow-\[0_0_0_3px_rgba\(16\2c 185\2c 129\2c 0\.10\)\]:focus{
  --tw-shadow: 0 0 0 3px rgba(16,185,129,0.10);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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-emerald-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity, 1));
}

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

.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.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-ring:focus-visible{
  --tw-ring-color: hsl(var(--ring));
}

.focus-visible\:ring-offset-2:focus-visible{
  --tw-ring-offset-width: 2px;
}

.active\:cursor-grabbing:active{
  cursor: grabbing;
}

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

.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

.disabled\:opacity-40:disabled{
  opacity: 0.4;
}

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

.disabled\:opacity-60:disabled{
  opacity: 0.6;
}

.group:hover .group-hover\:translate-x-0\.5{
  --tw-translate-x: 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));
}

.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\:gap-2{
  gap: 0.5rem;
}

.group:hover .group-hover\:border-foreground\/30{
  border-color: hsl(var(--foreground) / 0.3);
}

.group:hover .group-hover\:bg-card\/60{
  background-color: hsl(var(--card) / 0.6);
}

.group:hover .group-hover\:text-foreground{
  color: hsl(var(--foreground));
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

[data-settings-root="dark"] .flow-canvas-shell .flow-canvas-sidebar .group:hover .group-hover\:text-foreground {
    color: rgb(229 231 235);
  }

.dark\:border-amber-700:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}

.dark\:border-white\/10:is(.dark *){
  border-color: rgb(255 255 255 / 0.1);
}

.dark\:bg-amber-500\/20:is(.dark *){
  background-color: rgb(245 158 11 / 0.2);
}

.dark\:bg-amber-950\/40:is(.dark *){
  background-color: rgb(69 26 3 / 0.4);
}

.dark\:bg-emerald-500\/20:is(.dark *){
  background-color: rgb(16 185 129 / 0.2);
}

.dark\:\!text-emerald-300:is(.dark *){
  --tw-text-opacity: 1 !important;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1)) !important;
}

.dark\:text-amber-200:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.dark\:text-amber-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.dark\:text-emerald-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.dark\:text-emerald-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.dark\:text-red-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.dark\:cl-dotgrid-dark:is(.dark *) {
    background-image:
      radial-gradient(circle at 1px 1px, rgba(29, 108, 97, 0.12) 1px, transparent 0),
      radial-gradient(ellipse 60% 40% at 50% 0%, rgba(29, 108, 97, 0.06), transparent 70%);
    background-size: 22px 22px, 100% 100%;
  }

.dark\:\[color-scheme\:dark\]:is(.dark *){
  color-scheme: dark;
}

.dark\:hover\:border-white\/20:hover:is(.dark *){
  border-color: rgb(255 255 255 / 0.2);
}

.dark\:hover\:bg-white\/10:hover:is(.dark *){
  background-color: rgb(255 255 255 / 0.1);
}

@media (min-width: 640px){

  .sm\:block{
    display: block;
  }

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

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

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

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

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

@media (min-width: 768px){

  .md\:flex{
    display: flex;
  }

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

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

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

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

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

  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:text-right{
    text-align: right;
  }

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

  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

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

  .md\:leading-\[1\.1\]{
    line-height: 1.1;
  }
}

@media (min-width: 1024px){

  .lg\:sticky{
    position: sticky;
  }

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

  .lg\:flex{
    display: flex;
  }

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

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

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

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

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

@media (min-width: 1280px){

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

.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full::-webkit-scrollbar-thumb{
  border-radius: 9999px;
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-gray-400::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-muted-foreground\/20::-webkit-scrollbar-thumb{
  background-color: hsl(var(--muted-foreground) / 0.2);
}

.settings-screen-shell .\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full.bg-foreground::-webkit-scrollbar-thumb {
    background: #1D6C61;
    color: #ffffff;
  }

[data-settings-root="dark"] .settings-screen-shell .\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full.bg-foreground::-webkit-scrollbar-thumb {
    background: #1D6C61;
    color: #ffffff;
  }

.inventory-theme-surface .\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full.border::-webkit-scrollbar-thumb {
    border-color: rgb(187 247 208);
  }

.inventory-theme-surface .\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full.bg-foreground::-webkit-scrollbar-thumb {
    background: rgb(16 185 129);
    color: rgb(5 46 22);
  }

[data-settings-root="dark"] .settings-screen-shell .inventory-theme-surface .\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full.border::-webkit-scrollbar-thumb {
    border-color: rgba(25, 58, 49, 0.3);
  }

[data-settings-root="dark"] .settings-screen-shell .inventory-theme-surface .\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full.bg-foreground::-webkit-scrollbar-thumb {
    background: #1D6C61;
    color: rgb(245 245 245);
  }

.tasks-theme-toolbar .\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full::-webkit-scrollbar-thumb {
    background: rgb(240 253 244);
    color: rgb(5 150 105);
    border-color: rgb(209 250 229);
  }

.tasks-theme-toolbar .\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full[data-active="true"]::-webkit-scrollbar-thumb {
    background: rgb(16 185 129) !important;
    color: rgb(5 46 22) !important;
  }

[data-settings-root="dark"] .settings-screen-shell .tasks-theme-toolbar .\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full::-webkit-scrollbar-thumb {
    background: rgba(25, 58, 49, 0.25);
    color: #1D6C61;
    border-color: rgba(25, 58, 49, 0.3);
  }

[data-settings-root="dark"] .settings-screen-shell .tasks-theme-toolbar .\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full[data-active="true"]::-webkit-scrollbar-thumb {
    background: #1D6C61 !important;
    color: #ffffff !important;
  }

.\[\&\:\:-webkit-scrollbar-thumb\]\:hover\:bg-gray-500:hover::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:hover\:bg-muted-foreground\/40:hover::-webkit-scrollbar-thumb{
  background-color: hsl(var(--muted-foreground) / 0.4);
}

.\[\&\:\:-webkit-scrollbar-track\]\:bg-gray-100::-webkit-scrollbar-track{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.\[\&\:\:-webkit-scrollbar-track\]\:bg-transparent::-webkit-scrollbar-track{
  background-color: transparent;
}

.\[\&\:\:-webkit-scrollbar\]\:h-1::-webkit-scrollbar{
  height: 0.25rem;
}

.\[\&\:\:-webkit-scrollbar\]\:w-2::-webkit-scrollbar{
  width: 0.5rem;
}

.\[\&\:\:-webkit-scrollbar\]\:opacity-100::-webkit-scrollbar{
  opacity: 1;
}

.\[\&_svg\]\:size-4 svg{
  width: 1rem;
  height: 1rem;
}

.\[\&_svg\]\:shrink-0 svg{
  flex-shrink: 0;
}

