@charset "UTF-8";:root {
  --app-text-input-font-family: var(--app-text-secondary-font);
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: "Inter", sans-serif;
  font-family: var(--app-text-main-font, "Inter"), sans-serif;
}

input, textarea, select {
  font-family: "Inter";
  font-family: "Inter", sans-serif;
  font-family: var(--app-text-secondary-font, "Inter"), sans-serif;
}

.__react_component_tooltip .multi-line {
  text-align: left !important;
}

.error-message {
  color: #eb5757;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-family: var(--app-text-secondary-font, "Inter"), sans-serif;
}

.carousel-root {
  height: -webkit-fill-available !important;
}

.carousel-slider {
  height: -webkit-fill-available !important;
}

.rmsc .gray {
  color: #0B0B28 !important;
  color: var(--alvanda-dark-purple) !important;
}

body {
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: "Inter", sans-serif;
  font-family: var(--app-text-main-font, "Inter"), sans-serif;
  color: #0B0B28;
  color: var(--alvanda-dark-purple);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F7F7FD;
  background-color: var(--alvanda-invisible-purple);
}

body > div {
  margin: 0;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-family: var(--app-text-main-font, "Inter"), sans-serif;
}

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

/* Track */
::-webkit-scrollbar-track {
  background: #EBEBF9;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #AFAFE9;
  border-radius: 5px;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid #4a4a4a;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

.rowLoader {
  display: flex;
  align-items: center;
  justify-content: center;
}

input {
  outline: none;
}

.react-tel-input {
  outline: none;
  border: none;
}

.react-tel-input:active,
.react-tel-input:focus,
.react-tel-input[focus-within],
.react-tel-input.focus-visible {
  outline: none;
  border: none;
}

.react-tel-input:active,
.react-tel-input:focus,
.react-tel-input:focus-within,
.react-tel-input.focus-visible {
  outline: none;
  border: none;
}

.react-tel-input:active,
.react-tel-input:focus,
.react-tel-input[focus-within],
.react-tel-input.focus-visible {
  outline: none;
  border: none;
}

.react-tel-input:active,
.react-tel-input:focus,
.react-tel-input:focus-within,
.react-tel-input.focus-visible {
  outline: none;
  border: none;
}

.react-tel-input:active,
.react-tel-input:focus,
.react-tel-input[focus-within],
.react-tel-input.focus-visible {
  outline: none;
  border: none;
}

.react-tel-input:active,
.react-tel-input:focus,
.react-tel-input[focus-within],
.react-tel-input:focus-visible {
  outline: none;
  border: none;
}

.react-tel-input:active,
.react-tel-input:focus,
.react-tel-input:focus-within,
.react-tel-input:focus-visible {
  outline: none;
  border: none;
}

.customMultiSelect .rmsc .dropdown-container {
  border: medium none currentColor !important;
  border: initial !important;
  border-radius: 4px !important;
}

.rmsc.custom {
  width: 100%;
  --rmsc-main: rgba(11, 11, 40, 0.2);
  --rmsc-hover: white;
  --rmsc-selected: white;
  --rmsc-border: rgba(11, 11, 40, 0.2);
  --rmsc-gray: rgb(133, 133, 147);
  --rmsc-bg: var(--alvanda-invisible-purple);
  --rmsc-p: 16px; /* Spacing */
  --rmsc-radius: 2px; /* Radius */
  --rmsc-h: 40px; /* Height */
  font-family: "Inter";
  font-family: var(--app-text-secondary-font);
}

.rmsc.custom input[type=checkbox] {
  accent-color: #3030AD;
  accent-color: var(--alvanda-branding-primary);
}

.rmsc .dropdown-content {
  padding-top: 4px !important;
  z-index: 1000 !important;
}

.rmsc .dropdown-container[focus-within] {
  box-shadow: none !important;
}

.rmsc .dropdown-container[focus-within] {
  border-color: var(--rmsc-main);
}

.rmsc .dropdown-container:focus-within {
  box-shadow: none !important;
}

.rmsc .dropdown-container:focus-within {
  border-color: var(--rmsc-main);
}

.dropdown-heading-value span {
  font-weight: 400 !important;
  font-family: "Inter" !important;
  font-family: var(--app-text-secondary-font) !important;
  font-size: 16px !important;
}

.react-tel-input .selected-flag .flag {
  transform: scale(1.5);
  margin-left: 10px;
}

.react-tel-input .selected-flag.open:before {
  content: normal;
  content: initial;
  display: none;
}

.react-tel-input .flag-dropdown {
  border: none !important;
}

.react-tel-input .flag-dropdown {
  background-color: transparent;
}

.react-tel-input .flag-dropdown :hover {
  background-color: #F7F7FD !important;
  background-color: var(--alvanda-invisible-purple) !important;
}

.react-toggle-track {
  width: 30px !important;
  height: 15px !important;
}

.react-toggle-thumb {
  height: 13px !important;
  width: 13px !important;
}

.react-toggle--checked .react-toggle-thumb {
  left: 16px !important;
}

.react-toggle-track-x {
  display: none !important;
}

.react-toggle-track-check {
  display: none !important;
}

.toggle.react-toggle--checked .react-toggle-track {
  background-color: #4D4DE6;
  background-color: var(--alvanda-highlight-purple);
}

.toggle.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #4D4DE6;
  background-color: var(--alvanda-highlight-purple);
}

.toggle.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #4D4DE6;
  background-color: var(--alvanda-highlight-purple);
}

.react-toggle-track {
  background-color: #4D4DE6;
  background-color: var(--alvanda-highlight-purple);
}

.toggle.react-toggle--checked .react-toggle-thumb {
  border-color: #4a4a4a;
  border-color: var(--app-color-gray-dark);
}

.toggle.react-toggle--focus .react-toggle-thumb {
  box-shadow: 0px 0px 1px 1px #4a4a4a;
  box-shadow: 0px 0px 1px 1px var(--app-color-gray-dark);
}

.toggle.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb {
  box-shadow: 0px 0px 2px 2px #4a4a4a;
  box-shadow: 0px 0px 2px 2px var(--app-color-gray-dark);
}

[data-reach-dialog-overlay] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 50;
  z-index: var(--app-modal-backdrop-zIndex);
}

[data-reach-dialog-content] {
  /* width: 20vw;*/
  margin: 10vh auto;
  background: #ffffff;
  background: var(--app-color-white-lightest);
  padding: 2rem;
  outline: none;
}

.blured {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
}

.safariBlured {
  background: rgba(109, 109, 109, 0.5960784314);
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .safariBlured {
    background: rgba(109, 109, 109, 0.5960784314);
    animation: changeWidth 10s linear infinite;
  }
}
.customWeekCalender .react-datepicker__day-name, .customWeekCalender .react-datepicker__day {
  font-size: 12px !important;
  border-radius: 2px !important;
  font-weight: 600 !important;
}

.customWeekCalender .react-datepicker__day {
  font-weight: 400 !important;
}

.customWeekCalender .react-datepicker__header {
  background-color: white !important;
  margin-top: 10px !important;
  font-weight: 600 !important;
}

.customWeekCalender .react-datepicker__header {
  font-size: 12px;
  font-family: "Inter";
  font-family: var(--app-font-inter);
}

.customWeekCalender .react-datepicker__current-month {
  margin-bottom: 10px !important;
}

.customWeekCalender .react-datepicker__navigation {
  position: absolute !important;
  top: 61px !important;
  height: 12px !important;
  width: 12px !important;
}

.customWeekCalender .react-datepicker__day--keyboard-selected {
  background: none !important;
  color: black !important;
}

.customWeekCalender .react-datepicker__day--in-range, .customWeekCalender .react-datepicker__day--in-selecting-range {
  background: #AFAFE9 !important;
  background: var(--alvanda-medium-purple) !important;
  color: white !important;
}

.customWeekCalender .react-datepicker__day--range-start, .customWeekCalender .react-datepicker__day--range-end, .customWeekCalender .react-datepicker__day--selecting-range-start, .customWeekCalender .react-datepicker__day--selecting-range-end {
  background: #3030AD !important;
  background: var(--alvanda-purple) !important;
  color: white !important;
}

.customWeekCalender .react-datepicker__navigation--previous {
  left: 196px !important;
}

.customWeekCalender .react-datepicker__navigation--next {
  right: 54px !important;
}

.react-datepicker__triangle {
  left: -24px !important;
}

.react-datepicker__year-option .react-datepicker__navigation--years-upcoming,
.react-datepicker__year-option .react-datepicker__navigation--years-previous {
  display: inline-block;
  height: 14px;
  margin-bottom: 4px;
  background: url("data:image/svg+xml,%3csvg%20width='14'%20height='8'%20viewBox='0%200%2014%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L7%207L13%201'%20stroke='%23BDBDBD'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center;
}

.react-datepicker__year-option .react-datepicker__navigation--years-upcoming {
  transform: rotate(180deg);
  height: 10px;
  margin-top: 10px;
  margin-bottom: 0;
}

.basePhoneStyle {
  all: unset !important;
}

.basePhoneStyle .react-international-phone-input-container {
  height: 100% !important;
  width: 100% !important;
}

.basePhoneStyle .react-international-phone-input-container input {
  all: unset !important;
}

.basePhoneStyle .react-international-phone-input-container .react-international-phone-dial-code-preview {
  background: none !important;
  border: none !important;
  font-size: 16px !important;
}

.basePhoneStyle .react-international-phone-input-container .react-international-phone-country-selector {
  width: 30px !important;
}

.basePhoneStyle .react-international-phone-input-container .react-international-phone-country-selector button {
  width: 100% !important;
}

.basePhoneStyle .react-international-phone-input-container .react-international-phone-country-selector {
  width: 56px !important;
  height: 40px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.basePhoneStyle .react-international-phone-input-container .react-international-phone-country-selector button {
  all: unset !important;
  height: 100% !important;
  width: 100% !important;
}

.basePhoneStyle .react-international-phone-input-container .react-international-phone-country-selector button .react-international-phone-country-selector-button__button-content {
  gap: 5px !important;
}

.basePhoneStyle .react-international-phone-input-container .react-international-phone-country-selector button .react-international-phone-country-selector-button__button-content img {
  all: unset !important;
  height: 26px !important;
  width: 26px !important;
}

.basePhoneStyle .react-international-phone-input-container .react-international-phone-country-selector .react-international-phone-flag-emoji {
  width: 24px !important;
  height: 24px !important;
}

.badgeCount {
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-hyphens: auto;
          hyphens: auto;
  position: absolute;
  border-radius: 50%;
  top: -8px;
  left: 150px;
  background-color: #3030AD;
  background-color: var(--alvanda-purple);
  height: 20px;
  min-width: 20px;
  max-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.badgeCount p {
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-hyphens: auto;
          hyphens: auto;
  padding: 0px 5px;
  margin: 0;
  font-family: "Inter";
  font-family: var(--app-text-secondary-font);
  font-size: 1em;
  color: #ffffff;
  color: var(--app-color-white-lightest);
  text-align: center;
}

/* Icon Branding Classes */
.icon-primary {
  color: #3030AD;
  color: var(--icon-primary);
}

.icon-secondary {
  color: #EBEBF9;
  color: var(--icon-secondary);
}

.icon-accent {
  color: #0B0B28;
  color: var(--icon-accent);
}

.icon-muted {
  color: rgba(107, 114, 128, 0.8);
  color: var(--icon-muted);
}

/* Semantic status icons (keep accessibility colors) */
.icon-success {
  color: #219653;
  color: var(--app-color-success-default);
}

.icon-error {
  color: #EB5757;
  color: var(--app-color-error);
}

.icon-warning {
  color: #ffa008;
  color: var(--app-color-warning-default);
}

.icon-info {
  color: #353440;
  color: var(--app-color-info-default);
}

:root {
  --reach-dialog: 1;
  /* fonts */
  /* Branding font override */
  --app-font-inter: "Inter";
  --app-branding-font-family: var(--app-font-inter);
  --app-text-input-font-family: var(--app-font-inter);
  --app-text-main-font: var(--app-font-inter);
  --app-text-secondary-font: var(--app-font-inter);
}

@font-face {
  font-family: "Inter";
  src: url("/static/Inter-VariableFont_opsz_wght-c8O0ljhh.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/static/Inter-Italic-VariableFont_opsz_wght-B-9PvMw6.ttf") format("truetype");
  font-style: italic;
}
/*
 * #VIEWPORT VARIABLES
 *
 * Only the custom-media actually referenced by the app are kept; the unused
 * viewport breakpoints were removed in the SCSS cleanup. Re-add here if needed.
 *  - --app-viewport-small      -> spacings.scss
 *  - --app-viewport-medium-lt  -> widths.scss
**********************************************************/
:root {
  --app-width-side-menu-short: 110px;
  --app-width-side-menu-wide: 230px;
  --app-pageheader-height: 120px;
  --app-teaser-search-height: 188px;
}

@media (max-width: 1023px) {
  :root {
    --app-pageheader-height: 97px ;
  }
}
/* #SPACINGS (Base is 8px) */
/**********************************************************/
:root {
  /* spacings */
  --app-spacing-00: 0;
  --app-spacing-01: 8px;
  --app-spacing-02: 16px;
  --app-spacing-03: 24px;
  --app-spacing-04: 32px;
  --app-spacing-05: 40px;
  --app-spacing-06: 48px;
  --app-spacing-07: 56px;
  --app-spacing-08: 64px;
  --app-spacing-10: 80px;
  --app-spacing-12: 96px;
  --app-spacing-16: 128px;
  --app-spacing-20: 160px;
  /*  General page spacing left and right */
  --app-page-spacing-x: var(--app-spacing-04);
  /* colors */
  /* Dynamic branding colors (change with user branding settings) */
  /* Icon branding colors (for SVG icons using currentColor) with fallbacks */ /* Fallback to Alvanda purple */ /* Fallback to light purple */ /* Fallback to dark purple */ /* Fixed muted color for hierarchy */
  /* Fixed UI colors (don't change with branding) */
  /* Derived colors (auto-generated from branding) */
}

@media (max-width: 768px) {
  :root {
    --app-page-spacing-x: var(--app-spacing-03) ;
  }
}
:root {
  --app-slider-gap-x: var(--app-spacing-04);
}

/* Components Spacings */
@media (max-width: 768px) {
  :root {
    --app-slider-gap-x: var(--app-spacing-02) ;
  }
}
:root {
  --app-color-gray-dark: #4a4a4a;
  --app-color-gray-light: #9b9b9b;
  --app-color-gray-light_nuance: #979797;
  --app-color-gray-light_nuance2: #828282;
  --app-color-gray-lighter: #d2d2d2;
  --app-color-gray-lighter_nuance: #e0e0e0;
  --app-color-gray-lighter_nuance1: #f1f1f1;
  --app-color-gray-lighter_nuance2: #f2f2f2;
  --app-color-gray-lighter_nuance3: #d8d8d8;
  --app-color-gray-lighter_nuance4: #d1d1d1;
  --app-color-gray-lighter_nuance5: #6e6b6b;
  --app-color-gray-unselected: #bdbdbd;
  --app-color-gray-selected: #333333;
  --app-color-white-lightest: #ffffff;
  --app-color-white-dark: #f1f1f1;
  --app-color-red-error: #EB5757;
  --app-color-warning-default: #ffa008;
  --app-color-danger-default: #dc3535;
  --app-color-success-default: #219653;
  --app-color-info-default: #353440;
  --app-color-error: #EB5757;
  --app-color-success: #30e04d;
  --app-color-attention: #d4e030;
  --app-color-notice: #3042e0;
  --app-color-bg-default: #f1f1f1;
  --app-color-bg-dark-transparent: rgba(53,52,64,0.8);
  --app-color-bg-dark: #353440;
  --app-color-bg-light: #ffffff;
  --app-color-bg-light-transparent: rgba(255,255,255,0.8);
  --app-color-text-default: #000;
  --app-color-text-dark: #353440;
  --app-color-text-darker: #4a4a4a;
  --app-color-text-light: #949494;
  --app-color-text-placeholder-light: #949494;
  --app-color-text-placeholder-dark: #949494;
  --alvanda-dark-purple: #0B0B28;
  --alvanda-dark-purple_50: #858593;
  --alvanda-branding-primary: var(--app-primary-color, #3030AD);
  --alvanda-branding-secondary: var(--app-secondary-color, #EBEBF9);
  --alvanda-branding-accent: var(--app-accent-color, #0B0B28);
  --icon-primary: var(--alvanda-branding-primary, #3030AD);
  --icon-secondary: var(--alvanda-branding-secondary, #EBEBF9);
  --icon-accent: var(--alvanda-branding-accent, #0B0B28);
  --icon-muted: rgba(107, 114, 128, 0.8);
  --alvanda-purple: var(--alvanda-branding-primary, #3030AD);
  --alvanda-light-purple: var(--alvanda-branding-secondary, #EBEBF9);
  --alvanda-warning-orange: #F2994A;
  --alvanda-highlight-purple: var(--app-derived-highlight-color, #4D4DE6);
  --alvanda-invisible-purple: #F7F7FD;
  --alvanda-medium-purple: var(--app-derived-medium-color, #AFAFE9);
  --app-color-warning-light: #FFF4E6;
  --app-color-danger-light: #e6b8af;
  --app-color-success-light: #d9ead3;
  --app-page-menu-user-zIndex: 100;
  --app-modal-backdrop-zIndex: 50;
  --app-menu-hoover-zIndex:150;
}/*
 * Tailwind entry + semantic design tokens (the theming/branding bridge).
 *
 * - HSL-channel tokens (e.g. --background: 0 0% 100%) are consumed via hsl(var(--x))
 *   in tailwind.config.js. They define the neutral surface/text system per theme.
 * - Brand tokens (--primary, --ring) are FULL colors and default to the white-label
 *   runtime variable --app-primary-color (set per-company by BrandingSetting). This is
 *   how custom branding keeps working: change --app-primary-color and every primary
 *   surface follows, in both light and dark.
 * - A "preset" = a named set of these variable values. Add new presets under
 *   [data-preset="..."] without touching components.
 *
 * preflight is disabled (see tailwind.config.js) so this file does NOT reset the
 * legacy app. It only declares variables + emits the utility/component layers.
 */

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

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

:root {
        /* Cool-neutral surface/text system — LIGHT (default).
           Background is a clearly off-white cool grey so white cards/sidebar
           read as distinct surfaces (not a flat sheet of white). */
        --background: 220 24% 96.5%;
        --foreground: 222 40% 11%;
        --card: 0 0% 100%;
        --card-foreground: 222 40% 11%;
        --popover: 0 0% 100%;
        --popover-foreground: 222 40% 11%;
        --secondary: 220 17% 93.5%;
        --secondary-foreground: 222 33% 18%;
        --muted: 220 17% 93.5%;
        --muted-foreground: 220 12% 42%;
        --accent: 220 18% 91%;
        --accent-foreground: 222 33% 18%;
        --destructive: 0 79% 63%;           /* #EB5757 */
        --destructive-foreground: 0 0% 100%;
        --success: 145 63% 42%;
        --success-foreground: 0 0% 100%;
        --warning: 28 87% 62%;              /* #F2994A */
        --warning-foreground: 28 90% 14%;
        --border: 220 17% 86%;
        --input: 220 16% 84%;

        /* sidebar (white rail on the cool-grey app bg; active = faint brand tint) */
        --sidebar: 0 0% 100%;
        --sidebar-foreground: 222 14% 36%;
        --sidebar-border: 220 17% 88%;
        --sidebar-accent: 240 60% 96.5%;

        /* brand — honors white-label injection (--app-primary-color); Alvanda purple #3030AD */
        --primary: var(--app-primary-color, #3030ad);
        --primary-foreground: var(--app-primary-foreground, #ffffff);
        --primary-hover: var(--app-derived-highlight-color, #28289a);
        --ring: var(--app-primary-color, #3030ad);

        --radius: 0.75rem;
    }

[data-theme='dark'] {
        /* ZINC dark — soft near-black zinc */
        --background: 240 3% 5%;
        --foreground: 240 2% 97%;
        --card: 240 3% 8%;
        --card-foreground: 240 2% 97%;
        --popover: 240 3% 8%;
        --popover-foreground: 240 2% 97%;
        --secondary: 240 2% 13%;
        --secondary-foreground: 240 2% 96%;
        --muted: 240 2% 12%;
        --muted-foreground: 240 8% 66%;
        --accent: 240 2% 14%;
        --accent-foreground: 240 2% 96%;
        --destructive: 0 72% 60%;
        --destructive-foreground: 0 0% 100%;
        --success: 145 55% 50%;
        --success-foreground: 145 60% 8%;
        --warning: 28 87% 64%;
        --warning-foreground: 28 90% 12%;
        --border: 240 2% 14%;
        --input: 240 2% 16%;

        --sidebar: 240 3% 8%;
        --sidebar-foreground: 240 6% 66%;
        --sidebar-border: 240 2% 14%;
        --sidebar-accent: 240 22% 18%;

        /* Alvanda purple; on dark the fallback is the official Alvanda HIGHLIGHT purple
           (#4D4DE6) for legibility on near-black. White-label --app-primary-color still wins. */
        --primary: var(--app-primary-color, #4d4de6);
        --primary-foreground: var(--app-primary-foreground, #ffffff);
        --primary-hover: var(--app-derived-highlight-color, #6a6af0);
        --ring: var(--app-primary-color, #4d4de6);
    }

/*
     * Preflight is disabled globally (so the legacy SCSS app isn't reset). That
     * means native form controls keep their user-agent border + background,
     * which leaks through as "thick" button borders/bevels in the new UI.
     *
     * Scope a minimal reset to the v2 shell (.v2-app). The universal selector
     * keeps specificity equal to a Tailwind utility (0,1,0), so `border`,
     * `bg-*`, etc. still win by source order — only the UA defaults are removed.
     */

.v2-app *,
    .v2-app *::before,
    .v2-app *::after {
        border-width: 0;
        border-style: solid;
    }

/* Remove the native form-control background (the UA default that leaked with
       preflight off) — scoped to FORM CONTROLS, not every element. Resetting
       `background-color: transparent` on `.v2-app *` (specificity 0,1,0) silently
       overrode component / design-system surfaces (modals, popovers, glass panels)
       whenever the prod bundle ordered this reset AFTER the module CSS — the
       see-through-modal-in-prod bug (dev kept source order, so it looked fine).
       This mirrors Tailwind preflight, which resets background on form controls only. */

.v2-app button,
    .v2-app input,
    .v2-app optgroup,
    .v2-app select,
    .v2-app textarea {
        background-color: transparent;
    }

.v2-app button { cursor: pointer; }
.\!container {
        width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
}
.container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
}
@media (min-width: 1400px) {

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

        .container {
                max-width: 1400px;
        }
}
.sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
}
.pointer-events-none {
        pointer-events: none;
}
.pointer-events-auto {
        pointer-events: auto;
}
.\!visible {
        visibility: visible !important;
}
.visible {
        visibility: visible;
}
.invisible {
        visibility: hidden;
}
.collapse {
        visibility: collapse;
}
.static {
        position: static;
}
.fixed {
        position: fixed;
}
.absolute {
        position: absolute;
}
.relative {
        position: relative;
}
.sticky {
        position: sticky;
}
.inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
}
.inset-x-0 {
        left: 0px;
        right: 0px;
}
.inset-y-0 {
        top: 0px;
        bottom: 0px;
}
.inset-y-3 {
        top: 0.75rem;
        bottom: 0.75rem;
}
.-bottom-0\.5 {
        bottom: -0.125rem;
}
.-bottom-24 {
        bottom: -6rem;
}
.-left-16 {
        left: -4rem;
}
.-right-0\.5 {
        right: -0.125rem;
}
.-right-1 {
        right: -0.25rem;
}
.-right-1\.5 {
        right: -0.375rem;
}
.-right-16 {
        right: -4rem;
}
.-top-0\.5 {
        top: -0.125rem;
}
.-top-1 {
        top: -0.25rem;
}
.-top-1\.5 {
        top: -0.375rem;
}
.-top-24 {
        top: -6rem;
}
.bottom-0 {
        bottom: 0px;
}
.bottom-1 {
        bottom: 0.25rem;
}
.bottom-3 {
        bottom: 0.75rem;
}
.bottom-4 {
        bottom: 1rem;
}
.bottom-6 {
        bottom: 1.5rem;
}
.bottom-\[3vh\] {
        bottom: 3vh;
}
.bottom-\[calc\(100\%\+8px\)\] {
        bottom: calc(100% + 8px);
}
.left-0 {
        left: 0px;
}
.left-1\/2 {
        left: 50%;
}
.left-3 {
        left: 0.75rem;
}
.left-4 {
        left: 1rem;
}
.left-auto {
        left: auto;
}
.right-0 {
        right: 0px;
}
.right-1 {
        right: 0.25rem;
}
.right-1\.5 {
        right: 0.375rem;
}
.right-2 {
        right: 0.5rem;
}
.right-2\.5 {
        right: 0.625rem;
}
.right-3 {
        right: 0.75rem;
}
.right-4 {
        right: 1rem;
}
.right-6 {
        right: 1.5rem;
}
.right-9 {
        right: 2.25rem;
}
.top-0 {
        top: 0px;
}
.top-1 {
        top: 0.25rem;
}
.top-1\.5 {
        top: 0.375rem;
}
.top-1\/2 {
        top: 50%;
}
.top-2 {
        top: 0.5rem;
}
.top-4 {
        top: 1rem;
}
.top-\[10vh\] {
        top: 10vh;
}
.top-\[13vh\] {
        top: 13vh;
}
.top-\[3vh\] {
        top: 3vh;
}
.top-\[64px\] {
        top: 64px;
}
.z-10 {
        z-index: 10;
}
.z-\[1000\] {
        z-index: 1000;
}
.z-\[1001\] {
        z-index: 1001;
}
.z-\[1100\] {
        z-index: 1100;
}
.z-\[1200\] {
        z-index: 1200;
}
.z-\[1\] {
        z-index: 1;
}
.z-\[var\(--z-popover\)\] {
        z-index: var(--z-popover);
}
.z-\[var\(--z-sticky\)\] {
        z-index: var(--z-sticky);
}
.order-1 {
        order: 1;
}
.order-2 {
        order: 2;
}
.order-3 {
        order: 3;
}
.order-last {
        order: 9999;
}
.m-0 {
        margin: 0px;
}
.m-5 {
        margin: 1.25rem;
}
.m-auto {
        margin: auto;
}
.-mx-1 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
}
.-mx-1\.5 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
}
.-mx-2 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
}
.-mx-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
}
.-my-1 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
}
.mx-0\.5 {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
}
.mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
}
.mx-1\.5 {
        margin-left: 0.375rem;
        margin-right: 0.375rem;
}
.mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
}
.mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
}
.mx-auto {
        margin-left: auto;
        margin-right: auto;
}
.my-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
}
.my-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem;
}
.my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
}
.my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
}
.-ml-2\.5 {
        margin-left: -0.625rem;
}
.-mr-1 {
        margin-right: -0.25rem;
}
.-mt-1 {
        margin-top: -0.25rem;
}
.-mt-2 {
        margin-top: -0.5rem;
}
.-mt-4 {
        margin-top: -1rem;
}
.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-3\.5 {
        margin-bottom: 0.875rem;
}
.mb-4 {
        margin-bottom: 1rem;
}
.mb-5 {
        margin-bottom: 1.25rem;
}
.mb-6 {
        margin-bottom: 1.5rem;
}
.mb-7 {
        margin-bottom: 1.75rem;
}
.mb-8 {
        margin-bottom: 2rem;
}
.ml-0\.5 {
        margin-left: 0.125rem;
}
.ml-1 {
        margin-left: 0.25rem;
}
.ml-1\.5 {
        margin-left: 0.375rem;
}
.ml-3 {
        margin-left: 0.75rem;
}
.ml-4 {
        margin-left: 1rem;
}
.ml-5 {
        margin-left: 1.25rem;
}
.ml-\[14px\] {
        margin-left: 14px;
}
.ml-\[18px\] {
        margin-left: 18px;
}
.ml-auto {
        margin-left: auto;
}
.mr-1 {
        margin-right: 0.25rem;
}
.mr-1\.5 {
        margin-right: 0.375rem;
}
.mr-2 {
        margin-right: 0.5rem;
}
.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-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-7 {
        margin-top: 1.75rem;
}
.mt-8 {
        margin-top: 2rem;
}
.mt-\[1px\] {
        margin-top: 1px;
}
.mt-\[2px\] {
        margin-top: 2px;
}
.mt-\[3px\] {
        margin-top: 3px;
}
.mt-auto {
        margin-top: auto;
}
.mt-px {
        margin-top: 1px;
}
.box-border {
        box-sizing: border-box;
}
.line-clamp-1 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
}
.line-clamp-2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
}
.line-clamp-3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
}
.\!block {
        display: block !important;
}
.block {
        display: block;
}
.inline-block {
        display: inline-block;
}
.inline {
        display: inline;
}
.flex {
        display: flex;
}
.inline-flex {
        display: inline-flex;
}
.table {
        display: table;
}
.table-row {
        display: table-row;
}
.grid {
        display: grid;
}
.contents {
        display: contents;
}
.hidden {
        display: none;
}
.aspect-square {
        aspect-ratio: 1 / 1;
}
.aspect-video {
        aspect-ratio: 16 / 9;
}
.\!h-5 {
        height: 1.25rem !important;
}
.\!h-6 {
        height: 1.5rem !important;
}
.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-24 {
        height: 6rem;
}
.h-3 {
        height: 0.75rem;
}
.h-3\.5 {
        height: 0.875rem;
}
.h-4 {
        height: 1rem;
}
.h-40 {
        height: 10rem;
}
.h-5 {
        height: 1.25rem;
}
.h-56 {
        height: 14rem;
}
.h-6 {
        height: 1.5rem;
}
.h-64 {
        height: 16rem;
}
.h-7 {
        height: 1.75rem;
}
.h-8 {
        height: 2rem;
}
.h-80 {
        height: 20rem;
}
.h-9 {
        height: 2.25rem;
}
.h-96 {
        height: 24rem;
}
.h-\[0\.95em\] {
        height: 0.95em;
}
.h-\[0\.95rem\] {
        height: 0.95rem;
}
.h-\[1\.15rem\] {
        height: 1.15rem;
}
.h-\[10px\] {
        height: 10px;
}
.h-\[10x\] {
        height: 10x;
}
.h-\[11px\] {
        height: 11px;
}
.h-\[120px\] {
        height: 120px;
}
.h-\[12px\] {
        height: 12px;
}
.h-\[13px\] {
        height: 13px;
}
.h-\[140px\] {
        height: 140px;
}
.h-\[14px\] {
        height: 14px;
}
.h-\[15px\] {
        height: 15px;
}
.h-\[16px\] {
        height: 16px;
}
.h-\[17px\] {
        height: 17px;
}
.h-\[180px\] {
        height: 180px;
}
.h-\[18px\] {
        height: 18px;
}
.h-\[1px\] {
        height: 1px;
}
.h-\[200px\] {
        height: 200px;
}
.h-\[20px\] {
        height: 20px;
}
.h-\[22px\] {
        height: 22px;
}
.h-\[2px\] {
        height: 2px;
}
.h-\[30px\] {
        height: 30px;
}
.h-\[38px\] {
        height: 38px;
}
.h-\[40px\] {
        height: 40px;
}
.h-\[42px\] {
        height: 42px;
}
.h-\[44px\] {
        height: 44px;
}
.h-\[58px\] {
        height: 58px;
}
.h-\[68px\] {
        height: 68px;
}
.h-\[70vh\] {
        height: 70vh;
}
.h-\[7px\] {
        height: 7px;
}
.h-auto {
        height: auto;
}
.h-fit {
        height: fit-content;
}
.h-full {
        height: 100%;
}
.h-px {
        height: 1px;
}
.h-screen {
        height: 100vh;
}
.max-h-56 {
        max-height: 14rem;
}
.max-h-\[140px\] {
        max-height: 140px;
}
.max-h-\[176px\] {
        max-height: 176px;
}
.max-h-\[180px\] {
        max-height: 180px;
}
.max-h-\[296px\] {
        max-height: 296px;
}
.max-h-\[320px\] {
        max-height: 320px;
}
.max-h-\[40vh\] {
        max-height: 40vh;
}
.max-h-\[420px\] {
        max-height: 420px;
}
.max-h-\[46vh\] {
        max-height: 46vh;
}
.max-h-\[50vh\] {
        max-height: 50vh;
}
.max-h-\[52vh\] {
        max-height: 52vh;
}
.max-h-\[70vh\] {
        max-height: 70vh;
}
.max-h-\[80vh\] {
        max-height: 80vh;
}
.max-h-\[90\%\] {
        max-height: 90%;
}
.max-h-\[90dvh\] {
        max-height: 90dvh;
}
.max-h-\[calc\(100dvh-48px\)\] {
        max-height: calc(100dvh - 48px);
}
.max-h-\[calc\(100vh-6rem\)\] {
        max-height: calc(100vh - 6rem);
}
.max-h-full {
        max-height: 100%;
}
.max-h-none {
        max-height: none;
}
.min-h-0 {
        min-height: 0px;
}
.min-h-\[112px\] {
        min-height: 112px;
}
.min-h-\[120px\] {
        min-height: 120px;
}
.min-h-\[160px\] {
        min-height: 160px;
}
.min-h-\[180px\] {
        min-height: 180px;
}
.min-h-\[200px\] {
        min-height: 200px;
}
.min-h-\[260px\] {
        min-height: 260px;
}
.min-h-\[280px\] {
        min-height: 280px;
}
.min-h-\[300px\] {
        min-height: 300px;
}
.min-h-\[320px\] {
        min-height: 320px;
}
.min-h-\[34px\] {
        min-height: 34px;
}
.min-h-\[360px\] {
        min-height: 360px;
}
.min-h-\[38px\] {
        min-height: 38px;
}
.min-h-\[40px\] {
        min-height: 40px;
}
.min-h-\[420px\] {
        min-height: 420px;
}
.min-h-\[44px\] {
        min-height: 44px;
}
.min-h-\[480px\] {
        min-height: 480px;
}
.min-h-\[500px\] {
        min-height: 500px;
}
.min-h-\[520px\] {
        min-height: 520px;
}
.min-h-\[60vh\] {
        min-height: 60vh;
}
.min-h-\[80px\] {
        min-height: 80px;
}
.min-h-\[88px\] {
        min-height: 88px;
}
.min-h-\[96px\] {
        min-height: 96px;
}
.min-h-screen {
        min-height: 100vh;
}
.\!w-5 {
        width: 1.25rem !important;
}
.\!w-6 {
        width: 1.5rem !important;
}
.\!w-full {
        width: 100% !important;
}
.w-1 {
        width: 0.25rem;
}
.w-1\.5 {
        width: 0.375rem;
}
.w-1\/2 {
        width: 50%;
}
.w-1\/3 {
        width: 33.333333%;
}
.w-1\/4 {
        width: 25%;
}
.w-1\/5 {
        width: 20%;
}
.w-1\/6 {
        width: 16.666667%;
}
.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-2\/3 {
        width: 66.666667%;
}
.w-2\/5 {
        width: 40%;
}
.w-20 {
        width: 5rem;
}
.w-24 {
        width: 6rem;
}
.w-28 {
        width: 7rem;
}
.w-3 {
        width: 0.75rem;
}
.w-3\.5 {
        width: 0.875rem;
}
.w-3\/4 {
        width: 75%;
}
.w-32 {
        width: 8rem;
}
.w-36 {
        width: 9rem;
}
.w-4 {
        width: 1rem;
}
.w-4\/5 {
        width: 80%;
}
.w-40 {
        width: 10rem;
}
.w-44 {
        width: 11rem;
}
.w-48 {
        width: 12rem;
}
.w-5 {
        width: 1.25rem;
}
.w-5\/6 {
        width: 83.333333%;
}
.w-56 {
        width: 14rem;
}
.w-6 {
        width: 1.5rem;
}
.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-\[0\.95em\] {
        width: 0.95em;
}
.w-\[0\.95rem\] {
        width: 0.95rem;
}
.w-\[1\.15rem\] {
        width: 1.15rem;
}
.w-\[10px\] {
        width: 10px;
}
.w-\[110px\] {
        width: 110px;
}
.w-\[118px\] {
        width: 118px;
}
.w-\[11px\] {
        width: 11px;
}
.w-\[120px\] {
        width: 120px;
}
.w-\[124px\] {
        width: 124px;
}
.w-\[12px\] {
        width: 12px;
}
.w-\[132px\] {
        width: 132px;
}
.w-\[13px\] {
        width: 13px;
}
.w-\[140px\] {
        width: 140px;
}
.w-\[14px\] {
        width: 14px;
}
.w-\[15px\] {
        width: 15px;
}
.w-\[160px\] {
        width: 160px;
}
.w-\[16px\] {
        width: 16px;
}
.w-\[17px\] {
        width: 17px;
}
.w-\[180px\] {
        width: 180px;
}
.w-\[18px\] {
        width: 18px;
}
.w-\[1px\] {
        width: 1px;
}
.w-\[200px\] {
        width: 200px;
}
.w-\[20px\] {
        width: 20px;
}
.w-\[220px\] {
        width: 220px;
}
.w-\[22px\] {
        width: 22px;
}
.w-\[236px\] {
        width: 236px;
}
.w-\[240px\] {
        width: 240px;
}
.w-\[248px\] {
        width: 248px;
}
.w-\[280px\] {
        width: 280px;
}
.w-\[2px\] {
        width: 2px;
}
.w-\[3\.25rem\] {
        width: 3.25rem;
}
.w-\[30px\] {
        width: 30px;
}
.w-\[340px\] {
        width: 340px;
}
.w-\[38px\] {
        width: 38px;
}
.w-\[42\%\] {
        width: 42%;
}
.w-\[42px\] {
        width: 42px;
}
.w-\[44\%\] {
        width: 44%;
}
.w-\[55\%\] {
        width: 55%;
}
.w-\[58\%\] {
        width: 58%;
}
.w-\[68px\] {
        width: 68px;
}
.w-\[70\%\] {
        width: 70%;
}
.w-\[72px\] {
        width: 72px;
}
.w-\[7px\] {
        width: 7px;
}
.w-\[80\%\] {
        width: 80%;
}
.w-\[85\%\] {
        width: 85%;
}
.w-\[92\%\] {
        width: 92%;
}
.w-\[calc\(100\%-0\.75rem\)\] {
        width: calc(100% - 0.75rem);
}
.w-\[calc\(100\%-1rem\)\] {
        width: calc(100% - 1rem);
}
.w-\[min\(1200px\2c calc\(100vw-1\.5rem\)\)\] {
        width: min(1200px, calc(100vw - 1.5rem));
}
.w-\[min\(420px\2c calc\(100vw-2rem\)\)\] {
        width: min(420px, calc(100vw - 2rem));
}
.w-\[min\(480px\2c calc\(100vw-2rem\)\)\] {
        width: min(480px, calc(100vw - 2rem));
}
.w-\[min\(520px\2c calc\(100vw-2rem\)\)\] {
        width: min(520px, calc(100vw - 2rem));
}
.w-\[min\(560px\2c calc\(100vw-2rem\)\)\] {
        width: min(560px, calc(100vw - 2rem));
}
.w-\[min\(640px\2c calc\(100vw-2rem\)\)\] {
        width: min(640px, calc(100vw - 2rem));
}
.w-\[min\(760px\2c calc\(100vw-1\.5rem\)\)\] {
        width: min(760px, calc(100vw - 1.5rem));
}
.w-\[min\(960px\2c calc\(100vw-1\.5rem\)\)\] {
        width: min(960px, calc(100vw - 1.5rem));
}
.w-auto {
        width: auto;
}
.w-fit {
        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-5 {
        min-width: 1.25rem;
}
.min-w-\[10rem\] {
        min-width: 10rem;
}
.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-\[15px\] {
        min-width: 15px;
}
.min-w-\[160px\] {
        min-width: 160px;
}
.min-w-\[16px\] {
        min-width: 16px;
}
.min-w-\[180px\] {
        min-width: 180px;
}
.min-w-\[18px\] {
        min-width: 18px;
}
.min-w-\[200px\] {
        min-width: 200px;
}
.min-w-\[20px\] {
        min-width: 20px;
}
.min-w-\[24px\] {
        min-width: 24px;
}
.min-w-\[260px\] {
        min-width: 260px;
}
.min-w-\[7\.5rem\] {
        min-width: 7.5rem;
}
.min-w-\[880px\] {
        min-width: 880px;
}
.min-w-fit {
        min-width: fit-content;
}
.min-w-max {
        min-width: max-content;
}
.max-w-2xl {
        max-width: 42rem;
}
.max-w-3xl {
        max-width: 48rem;
}
.max-w-\[1000px\] {
        max-width: 1000px;
}
.max-w-\[1080px\] {
        max-width: 1080px;
}
.max-w-\[1100px\] {
        max-width: 1100px;
}
.max-w-\[1120px\] {
        max-width: 1120px;
}
.max-w-\[1180px\] {
        max-width: 1180px;
}
.max-w-\[1200px\] {
        max-width: 1200px;
}
.max-w-\[12rem\] {
        max-width: 12rem;
}
.max-w-\[160px\] {
        max-width: 160px;
}
.max-w-\[1680px\] {
        max-width: 1680px;
}
.max-w-\[180px\] {
        max-width: 180px;
}
.max-w-\[240px\] {
        max-width: 240px;
}
.max-w-\[260px\] {
        max-width: 260px;
}
.max-w-\[280px\] {
        max-width: 280px;
}
.max-w-\[300px\] {
        max-width: 300px;
}
.max-w-\[320px\] {
        max-width: 320px;
}
.max-w-\[340px\] {
        max-width: 340px;
}
.max-w-\[360px\] {
        max-width: 360px;
}
.max-w-\[40\%\] {
        max-width: 40%;
}
.max-w-\[400px\] {
        max-width: 400px;
}
.max-w-\[40vw\] {
        max-width: 40vw;
}
.max-w-\[420px\] {
        max-width: 420px;
}
.max-w-\[42ch\] {
        max-width: 42ch;
}
.max-w-\[440px\] {
        max-width: 440px;
}
.max-w-\[45\%\] {
        max-width: 45%;
}
.max-w-\[460px\] {
        max-width: 460px;
}
.max-w-\[50\%\] {
        max-width: 50%;
}
.max-w-\[52ch\] {
        max-width: 52ch;
}
.max-w-\[560px\] {
        max-width: 560px;
}
.max-w-\[60\%\] {
        max-width: 60%;
}
.max-w-\[640px\] {
        max-width: 640px;
}
.max-w-\[680px\] {
        max-width: 680px;
}
.max-w-\[70\%\] {
        max-width: 70%;
}
.max-w-\[760px\] {
        max-width: 760px;
}
.max-w-\[82vw\] {
        max-width: 82vw;
}
.max-w-\[860px\] {
        max-width: 860px;
}
.max-w-\[88\%\] {
        max-width: 88%;
}
.max-w-\[90\%\] {
        max-width: 90%;
}
.max-w-\[900px\] {
        max-width: 900px;
}
.max-w-\[920px\] {
        max-width: 920px;
}
.max-w-\[calc\(100vw-1\.5rem\)\] {
        max-width: calc(100vw - 1.5rem);
}
.max-w-\[calc\(100vw-1rem\)\] {
        max-width: calc(100vw - 1rem);
}
.max-w-\[min\(360px\2c calc\(100vw-2rem\)\)\] {
        max-width: min(360px, calc(100vw - 2rem));
}
.max-w-full {
        max-width: 100%;
}
.max-w-lg {
        max-width: 32rem;
}
.max-w-md {
        max-width: 28rem;
}
.max-w-sm {
        max-width: 24rem;
}
.max-w-xs {
        max-width: 20rem;
}
.flex-1 {
        flex: 1 1 0%;
}
.flex-\[1_1_0\] {
        flex: 1 1 0;
}
.flex-\[2\] {
        flex: 2;
}
.flex-\[2_1_0\] {
        flex: 2 1 0;
}
.flex-\[2_1_180px\] {
        flex: 2 1 180px;
}
.flex-none {
        flex: none;
}
.shrink {
        flex-shrink: 1;
}
.shrink-0 {
        flex-shrink: 0;
}
.grow {
        flex-grow: 1;
}
.table-fixed {
        table-layout: fixed;
}
.border-collapse {
        border-collapse: collapse;
}
.-translate-x-1\/2 {
        --tw-translate-x: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
        --tw-rotate: 180deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
        --tw-rotate: 90deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes fade-in-up {

        from {
                opacity: 0;
                transform: translateY(8px);
        }

        to {
                opacity: 1;
                transform: translateY(0);
        }
}
.animate-fade-in-up {
        animation: fade-in-up 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
@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-help {
        cursor: help;
}
.cursor-not-allowed {
        cursor: not-allowed;
}
.cursor-pointer {
        cursor: pointer;
}
.cursor-text {
        cursor: text;
}
.touch-none {
        touch-action: none;
}
.select-none {
        -webkit-user-select: none;
                user-select: none;
}
.select-all {
        -webkit-user-select: all;
                user-select: all;
}
.resize-none {
        resize: none;
}
.resize-y {
        resize: vertical;
}
.resize {
        resize: both;
}
.list-disc {
        list-style-type: disc;
}
.list-none {
        list-style-type: none;
}
.appearance-none {
        appearance: none;
}
.grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-\[1fr_auto_1fr\] {
        grid-template-columns: 1fr auto 1fr;
}
.grid-cols-\[auto_1fr_auto\] {
        grid-template-columns: auto 1fr auto;
}
.grid-cols-\[auto_minmax\(0\2c 1\.4fr\)_minmax\(0\2c 1fr\)_minmax\(0\2c 1fr\)_minmax\(0\2c 1\.4fr\)_auto\] {
        grid-template-columns: auto minmax(0,1.4fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1.4fr) auto;
}
.grid-cols-\[auto_minmax\(0\2c 1fr\)_minmax\(0\2c 1\.2fr\)\] {
        grid-template-columns: auto minmax(0,1fr) minmax(0,1.2fr);
}
.grid-cols-\[minmax\(0\2c 2\.4fr\)_minmax\(0\2c 1\.4fr\)_minmax\(0\2c 1fr\)_auto_auto\] {
        grid-template-columns: minmax(0,2.4fr) minmax(0,1.4fr) minmax(0,1fr) auto auto;
}
.grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-col {
        flex-direction: column;
}
.flex-col-reverse {
        flex-direction: column-reverse;
}
.flex-wrap {
        flex-wrap: wrap;
}
.flex-nowrap {
        flex-wrap: nowrap;
}
.place-items-center {
        align-items: center;
        justify-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;
}
.items-stretch {
        align-items: stretch;
}
.justify-start {
        justify-content: flex-start;
}
.justify-end {
        justify-content: flex-end;
}
.justify-center {
        justify-content: center;
}
.justify-between {
        justify-content: space-between;
}
.justify-stretch {
        justify-content: stretch;
}
.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-7 {
        gap: 1.75rem;
}
.gap-8 {
        gap: 2rem;
}
.gap-x-1\.5 {
        column-gap: 0.375rem;
}
.gap-x-10 {
        column-gap: 2.5rem;
}
.gap-x-2 {
        column-gap: 0.5rem;
}
.gap-x-2\.5 {
        column-gap: 0.625rem;
}
.gap-x-3 {
        column-gap: 0.75rem;
}
.gap-x-4 {
        column-gap: 1rem;
}
.gap-x-5 {
        column-gap: 1.25rem;
}
.gap-y-0\.5 {
        row-gap: 0.125rem;
}
.gap-y-1 {
        row-gap: 0.25rem;
}
.gap-y-1\.5 {
        row-gap: 0.375rem;
}
.gap-y-2 {
        row-gap: 0.5rem;
}
.gap-y-2\.5 {
        row-gap: 0.625rem;
}
.gap-y-5 {
        row-gap: 1.25rem;
}
.gap-y-6 {
        row-gap: 1.5rem;
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse)));
        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 * (1 - var(--tw-space-y-reverse)));
        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 * (1 - var(--tw-space-y-reverse)));
        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 * (1 - var(--tw-space-y-reverse)));
        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 * (1 - var(--tw-space-y-reverse)));
        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 * (1 - var(--tw-space-y-reverse)));
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
        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 * (1 - var(--tw-space-y-reverse)));
        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 * (1 - var(--tw-space-y-reverse)));
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
        border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.self-start {
        align-self: flex-start;
}
.self-end {
        align-self: flex-end;
}
.self-center {
        align-self: center;
}
.self-stretch {
        align-self: stretch;
}
.justify-self-end {
        justify-self: end;
}
.overflow-auto {
        overflow: auto;
}
.overflow-hidden {
        overflow: hidden;
}
.overflow-visible {
        overflow: visible;
}
.overflow-x-auto {
        overflow-x: auto;
}
.overflow-y-auto {
        overflow-y: auto;
}
.overflow-x-hidden {
        overflow-x: hidden;
}
.overflow-y-visible {
        overflow-y: visible;
}
.truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.text-ellipsis {
        text-overflow: ellipsis;
}
.whitespace-normal {
        white-space: normal;
}
.whitespace-nowrap {
        white-space: nowrap;
}
.whitespace-pre-line {
        white-space: pre-line;
}
.whitespace-pre-wrap {
        white-space: pre-wrap;
}
.break-words {
        word-wrap: break-word;
}
.break-all {
        word-break: break-all;
}
.\!rounded-full {
        border-radius: 9999px !important;
}
.\!rounded-lg {
        border-radius: 0.75rem !important;
        border-radius: var(--radius) !important;
}
.\!rounded-md {
        border-radius: calc(0.75rem - 2px) !important;
        border-radius: calc(var(--radius) - 2px) !important;
}
.rounded {
        border-radius: 0.25rem;
}
.rounded-2xl {
        border-radius: 1rem;
}
.rounded-3xl {
        border-radius: 1.5rem;
}
.rounded-\[12px\] {
        border-radius: 12px;
}
.rounded-\[18px\] {
        border-radius: 18px;
}
.rounded-\[2px\] {
        border-radius: 2px;
}
.rounded-\[4px\] {
        border-radius: 4px;
}
.rounded-\[5px\] {
        border-radius: 5px;
}
.rounded-\[6px\] {
        border-radius: 6px;
}
.rounded-\[7px\] {
        border-radius: 7px;
}
.rounded-\[8px\] {
        border-radius: 8px;
}
.rounded-\[inherit\] {
        border-radius: inherit;
}
.rounded-\[var\(--r-btn\)\] {
        border-radius: var(--r-btn);
}
.rounded-\[var\(--r-full\)\] {
        border-radius: var(--r-full);
}
.rounded-\[var\(--r-md\)\] {
        border-radius: var(--r-md);
}
.rounded-\[var\(--r-sm\)\] {
        border-radius: var(--r-sm);
}
.rounded-full {
        border-radius: 9999px;
}
.rounded-lg {
        border-radius: 0.75rem;
        border-radius: var(--radius);
}
.rounded-md {
        border-radius: calc(0.75rem - 2px);
        border-radius: calc(var(--radius) - 2px);
}
.rounded-sm {
        border-radius: calc(0.75rem - 4px);
        border-radius: calc(var(--radius) - 4px);
}
.rounded-xl {
        border-radius: calc(0.75rem + 4px);
        border-radius: calc(var(--radius) + 4px);
}
.rounded-b-none {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
}
.rounded-l-\[var\(--r-2xl\)\] {
        border-top-left-radius: var(--r-2xl);
        border-bottom-left-radius: var(--r-2xl);
}
.rounded-l-\[var\(--r-md\)\] {
        border-top-left-radius: var(--r-md);
        border-bottom-left-radius: var(--r-md);
}
.rounded-l-lg {
        border-top-left-radius: 0.75rem;
        border-top-left-radius: var(--radius);
        border-bottom-left-radius: 0.75rem;
        border-bottom-left-radius: var(--radius);
}
.rounded-r-\[26px\] {
        border-top-right-radius: 26px;
        border-bottom-right-radius: 26px;
}
.rounded-r-\[var\(--r-md\)\] {
        border-top-right-radius: var(--r-md);
        border-bottom-right-radius: var(--r-md);
}
.rounded-r-none {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
}
.rounded-t-\[var\(--r-2xl\)\] {
        border-top-left-radius: var(--r-2xl);
        border-top-right-radius: var(--r-2xl);
}
.border {
        border-width: 1px;
}
.border-0 {
        border-width: 0px;
}
.border-2 {
        border-width: 2px;
}
.border-b {
        border-bottom-width: 1px;
}
.border-l {
        border-left-width: 1px;
}
.border-l-2 {
        border-left-width: 2px;
}
.border-l-\[3px\] {
        border-left-width: 3px;
}
.border-r {
        border-right-width: 1px;
}
.border-t {
        border-top-width: 1px;
}
.border-dashed {
        border-style: dashed;
}
.border-\[color\:var\(--brand\)\] {
        border-color: var(--brand);
}
.border-\[color\:var\(--glass-border\)\] {
        border-color: var(--glass-border);
}
.border-\[var\(--glass-border\)\] {
        border-color: var(--glass-border);
}
.border-border {
        border-color: hsl(220, 17%, 86%);
        border-color: hsl(var(--border));
}
.border-input {
        border-color: hsl(220, 16%, 84%);
        border-color: hsl(var(--input));
}
.border-transparent {
        border-color: transparent;
}
.border-l-transparent {
        border-left-color: transparent;
}
.border-t-transparent {
        border-top-color: transparent;
}
.bg-\[color\:var\(--brand-tint\)\] {
        background-color: var(--brand-tint);
}
.bg-\[color\:var\(--field-fill\)\] {
        background-color: var(--field-fill);
}
.bg-accent {
        background-color: hsl(220, 18%, 91%);
        background-color: hsl(var(--accent));
}
.bg-background {
        background-color: hsl(220, 24%, 96.5%);
        background-color: hsl(var(--background));
}
.bg-border {
        background-color: hsl(220, 17%, 86%);
        background-color: hsl(var(--border));
}
.bg-card {
        background-color: hsl(0, 0%, 100%);
        background-color: hsl(var(--card));
}
.bg-destructive {
        background-color: hsl(0, 79%, 63%);
        background-color: hsl(var(--destructive));
}
.bg-destructive\/10 {
        background-color: hsla(0, 79%, 63%, 0.1);
        background-color: hsl(var(--destructive) / 0.1);
}
.bg-destructive\/15 {
        background-color: hsla(0, 79%, 63%, 0.15);
        background-color: hsl(var(--destructive) / 0.15);
}
.bg-foreground {
        background-color: hsl(222, 40%, 11%);
        background-color: hsl(var(--foreground));
}
.bg-foreground\/30 {
        background-color: hsla(222, 40%, 11%, 0.3);
        background-color: hsl(var(--foreground) / 0.3);
}
.bg-muted {
        background-color: hsl(220, 17%, 93.5%);
        background-color: hsl(var(--muted));
}
.bg-muted-foreground\/40 {
        background-color: hsla(220, 12%, 42%, 0.4);
        background-color: hsl(var(--muted-foreground) / 0.4);
}
.bg-popover {
        background-color: hsl(0, 0%, 100%);
        background-color: hsl(var(--popover));
}
.bg-primary {
        background-color: #3030ad;
        background-color: var(--primary);
}
.bg-secondary {
        background-color: hsl(220, 17%, 93.5%);
        background-color: hsl(var(--secondary));
}
.bg-success\/10 {
        background-color: hsla(145, 63%, 42%, 0.1);
        background-color: hsl(var(--success) / 0.1);
}
.bg-success\/15 {
        background-color: hsla(145, 63%, 42%, 0.15);
        background-color: hsl(var(--success) / 0.15);
}
.bg-transparent {
        background-color: transparent;
}
.bg-warning\/15 {
        background-color: hsla(28, 87%, 62%, 0.15);
        background-color: hsl(var(--warning) / 0.15);
}
.bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, 1);
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.fill-current {
        fill: currentColor;
}
.object-contain {
        object-fit: contain;
}
.object-cover {
        object-fit: cover;
}
.object-left {
        object-position: left;
}
.\!p-0 {
        padding: 0px !important;
}
.p-0 {
        padding: 0px;
}
.p-0\.5 {
        padding: 0.125rem;
}
.p-1 {
        padding: 0.25rem;
}
.p-1\.5 {
        padding: 0.375rem;
}
.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-7 {
        padding: 1.75rem;
}
.p-8 {
        padding: 2rem;
}
.p-\[1px\] {
        padding: 1px;
}
.\!px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
}
.\!py-0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
}
.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-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
}
.px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
}
.py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
}
.py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
}
.py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
}
.py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
}
.py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
}
.py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
}
.py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
}
.py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
}
.py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
}
.py-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-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
}
.py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
}
.py-\[9px\] {
        padding-top: 9px;
        padding-bottom: 9px;
}
.py-px {
        padding-top: 1px;
        padding-bottom: 1px;
}
.\!pl-10 {
        padding-left: 2.5rem !important;
}
.\!pr-16 {
        padding-right: 4rem !important;
}
.pb-1 {
        padding-bottom: 0.25rem;
}
.pb-10 {
        padding-bottom: 2.5rem;
}
.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;
}
.pb-8 {
        padding-bottom: 2rem;
}
.pb-\[10px\] {
        padding-bottom: 10px;
}
.pl-1 {
        padding-left: 0.25rem;
}
.pl-1\.5 {
        padding-left: 0.375rem;
}
.pl-10 {
        padding-left: 2.5rem;
}
.pl-12 {
        padding-left: 3rem;
}
.pl-2 {
        padding-left: 0.5rem;
}
.pl-2\.5 {
        padding-left: 0.625rem;
}
.pl-3 {
        padding-left: 0.75rem;
}
.pl-3\.5 {
        padding-left: 0.875rem;
}
.pl-4 {
        padding-left: 1rem;
}
.pl-5 {
        padding-left: 1.25rem;
}
.pl-8 {
        padding-left: 2rem;
}
.pl-9 {
        padding-left: 2.25rem;
}
.pl-\[50px\] {
        padding-left: 50px;
}
.pr-0\.5 {
        padding-right: 0.125rem;
}
.pr-1 {
        padding-right: 0.25rem;
}
.pr-1\.5 {
        padding-right: 0.375rem;
}
.pr-10 {
        padding-right: 2.5rem;
}
.pr-11 {
        padding-right: 2.75rem;
}
.pr-16 {
        padding-right: 4rem;
}
.pr-2 {
        padding-right: 0.5rem;
}
.pr-2\.5 {
        padding-right: 0.625rem;
}
.pr-28 {
        padding-right: 7rem;
}
.pr-3 {
        padding-right: 0.75rem;
}
.pr-9 {
        padding-right: 2.25rem;
}
.pt-0 {
        padding-top: 0px;
}
.pt-0\.5 {
        padding-top: 0.125rem;
}
.pt-1 {
        padding-top: 0.25rem;
}
.pt-1\.5 {
        padding-top: 0.375rem;
}
.pt-2 {
        padding-top: 0.5rem;
}
.pt-2\.5 {
        padding-top: 0.625rem;
}
.pt-3 {
        padding-top: 0.75rem;
}
.pt-3\.5 {
        padding-top: 0.875rem;
}
.pt-4 {
        padding-top: 1rem;
}
.pt-5 {
        padding-top: 1.25rem;
}
.pt-6 {
        padding-top: 1.5rem;
}
.pt-\[18px\] {
        padding-top: 18px;
}
.pt-px {
        padding-top: 1px;
}
.text-left {
        text-align: left;
}
.text-center {
        text-align: center;
}
.text-right {
        text-align: right;
}
.align-baseline {
        vertical-align: baseline;
}
.align-middle {
        vertical-align: middle;
}
.font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans {
        font-family: Inter, var(--app-text-main-font), system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
}
.text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
}
.text-\[0\.95em\] {
        font-size: 0.95em;
}
.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-\[15\.5px\] {
        font-size: 15.5px;
}
.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-\[26px\] {
        font-size: 26px;
}
.text-\[28px\] {
        font-size: 28px;
}
.text-\[30px\] {
        font-size: 30px;
}
.text-\[40px\] {
        font-size: 40px;
}
.text-\[8\.5px\] {
        font-size: 8.5px;
}
.text-\[88px\] {
        font-size: 88px;
}
.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-450 {
        font-weight: 450;
}
.font-550 {
        font-weight: 550;
}
.font-600 {
        font-weight: 600;
}
.font-650 {
        font-weight: 650;
}
.font-700 {
        font-weight: 700;
}
.font-medium {
        font-weight: 500;
}
.font-semibold {
        font-weight: 600;
}
.uppercase {
        text-transform: uppercase;
}
.lowercase {
        text-transform: lowercase;
}
.capitalize {
        text-transform: capitalize;
}
.italic {
        font-style: italic;
}
.not-italic {
        font-style: normal;
}
.ordinal {
        --tw-ordinal: ordinal;
        font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
        font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.tabular-nums {
        --tw-numeric-spacing: tabular-nums;
        font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
        font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-4 {
        line-height: 1rem;
}
.leading-\[1\.1\] {
        line-height: 1.1;
}
.leading-\[1\.55\] {
        line-height: 1.55;
}
.leading-\[1\.5\] {
        line-height: 1.5;
}
.leading-\[14px\] {
        line-height: 14px;
}
.leading-none {
        line-height: 1;
}
.leading-normal {
        line-height: 1.5;
}
.leading-relaxed {
        line-height: 1.625;
}
.leading-snug {
        line-height: 1.375;
}
.leading-tight {
        line-height: 1.25;
}
.tracking-\[-0\.015em\] {
        letter-spacing: -0.015em;
}
.tracking-\[-0\.01em\] {
        letter-spacing: -0.01em;
}
.tracking-\[-0\.025em\] {
        letter-spacing: -0.025em;
}
.tracking-\[-0\.02em\] {
        letter-spacing: -0.02em;
}
.tracking-\[-0\.03em\] {
        letter-spacing: -0.03em;
}
.tracking-\[0\.02em\] {
        letter-spacing: 0.02em;
}
.tracking-\[0\.03em\] {
        letter-spacing: 0.03em;
}
.tracking-\[0\.04em\] {
        letter-spacing: 0.04em;
}
.tracking-\[0\.05em\] {
        letter-spacing: 0.05em;
}
.tracking-\[0\.06em\] {
        letter-spacing: 0.06em;
}
.tracking-\[0\.08em\] {
        letter-spacing: 0.08em;
}
.tracking-\[0\.12em\] {
        letter-spacing: 0.12em;
}
.tracking-\[0\.1em\] {
        letter-spacing: 0.1em;
}
.tracking-\[0\.5em\] {
        letter-spacing: 0.5em;
}
.tracking-tight {
        letter-spacing: -0.025em;
}
.tracking-wide {
        letter-spacing: 0.025em;
}
.tracking-widest {
        letter-spacing: 0.1em;
}
.text-\[color\:var\(--brand-text\)\] {
        color: var(--brand-text);
}
.text-\[color\:var\(--ink\)\] {
        color: var(--ink);
}
.text-\[color\:var\(--ink-faint\)\] {
        color: var(--ink-faint);
}
.text-\[color\:var\(--ink-soft\)\] {
        color: var(--ink-soft);
}
.text-accent-foreground {
        color: hsl(222, 33%, 18%);
        color: hsl(var(--accent-foreground));
}
.text-background {
        color: hsl(220, 24%, 96.5%);
        color: hsl(var(--background));
}
.text-card-foreground {
        color: hsl(222, 40%, 11%);
        color: hsl(var(--card-foreground));
}
.text-destructive {
        color: hsl(0, 79%, 63%);
        color: hsl(var(--destructive));
}
.text-destructive-foreground {
        color: hsl(0, 0%, 100%);
        color: hsl(var(--destructive-foreground));
}
.text-foreground {
        color: hsl(222, 40%, 11%);
        color: hsl(var(--foreground));
}
.text-muted-foreground {
        color: hsl(220, 12%, 42%);
        color: hsl(var(--muted-foreground));
}
.text-popover-foreground {
        color: hsl(222, 40%, 11%);
        color: hsl(var(--popover-foreground));
}
.text-primary {
        color: #3030ad;
        color: var(--primary);
}
.text-primary-foreground {
        color: #ffffff;
        color: var(--primary-foreground);
}
.text-secondary-foreground {
        color: hsl(222, 33%, 18%);
        color: hsl(var(--secondary-foreground));
}
.text-success {
        color: hsl(145, 63%, 42%);
        color: hsl(var(--success));
}
.text-warning-foreground {
        color: hsl(28, 90%, 14%);
        color: hsl(var(--warning-foreground));
}
.text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, 1);
        color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.underline {
        text-decoration-line: underline;
}
.line-through {
        text-decoration-line: line-through;
}
.no-underline {
        text-decoration-line: none;
}
.decoration-dotted {
        text-decoration-style: dotted;
}
.underline-offset-2 {
        text-underline-offset: 2px;
}
.underline-offset-4 {
        text-underline-offset: 4px;
}
.accent-\[color\:var\(--brand\)\] {
        accent-color: var(--brand);
}
.accent-\[var\(--brand\)\] {
        accent-color: var(--brand);
}
.opacity-0 {
        opacity: 0;
}
.opacity-100 {
        opacity: 1;
}
.opacity-25 {
        opacity: 0.25;
}
.opacity-30 {
        opacity: 0.3;
}
.opacity-35 {
        opacity: 0.35;
}
.opacity-40 {
        opacity: 0.4;
}
.opacity-45 {
        opacity: 0.45;
}
.opacity-50 {
        opacity: 0.5;
}
.opacity-55 {
        opacity: 0.55;
}
.opacity-60 {
        opacity: 0.6;
}
.opacity-70 {
        opacity: 0.7;
}
.opacity-80 {
        opacity: 0.8;
}
.opacity-90 {
        opacity: 0.9;
}
.shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-none {
        --tw-shadow: 0 0 rgba(0,0,0,0);
        --tw-shadow-colored: 0 0 rgba(0,0,0,0);
        box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
        box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-\[var\(--shadow\)\] {
        --tw-shadow-color: var(--shadow);
        --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
        outline: 2px solid transparent;
        outline-offset: 2px;
}
.outline {
        outline-style: solid;
}
.ring {
        --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.ring-0 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.ring-1 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.ring-\[color\:var\(--danger\)\] {
        --tw-ring-color: var(--danger);
}
.ring-black\/5 {
        --tw-ring-color: rgba(0, 0, 0, 0.05);
}
.blur {
        --tw-blur: blur(8px);
        filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-2xl {
        --tw-blur: blur(40px);
        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);
}
.invert {
        --tw-invert: invert(100%);
        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);
}
.sepia {
        --tw-sepia: sepia(100%);
        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-none {
        --tw-backdrop-blur:  ;
        -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
        --tw-backdrop-blur: blur(4px);
        -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter {
        -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
}
.transition-\[border-color\2c box-shadow\] {
        transition-property: border-color,box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
}
.transition-\[max-height\] {
        transition-property: max-height;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
}
.transition-\[width\] {
        transition-property: width;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
}
.transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
}
.transition-colors {
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
}
.transition-opacity {
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
}
.transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
}
.duration-200 {
        transition-duration: 200ms;
}
.duration-300 {
        transition-duration: 300ms;
}
.duration-500 {
        transition-duration: 500ms;
}
.ease-in-out {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@keyframes enter {

        from {
                opacity: 1;
                opacity: var(--tw-enter-opacity, 1);
                transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
                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: 1;
                opacity: var(--tw-exit-opacity, 1);
                transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
                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));
        }
}
.zoom-out {
        --tw-exit-scale: 0;
}
.duration-200 {
        animation-duration: 200ms;
}
.duration-300 {
        animation-duration: 300ms;
}
.duration-500 {
        animation-duration: 500ms;
}
.ease-in-out {
        animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.running {
        animation-play-state: running;
}
.\!paused {
        animation-play-state: paused !important;
}
.paused {
        animation-play-state: paused;
}
.\[entity\:\.\.\] {
        entity: ..;
}
.\[grid-template-columns\:24px_minmax\(0\2c 1fr\)_100px\] {
        grid-template-columns: 24px minmax(0,1fr) 100px;
}
.\[overflow-wrap\:anywhere\] {
        word-wrap: anywhere;
}
.\[writing-mode\:vertical-rl\] {
        writing-mode: vertical-rl;
}
.file\:border-0::file-selector-button {
        border-width: 0px;
}
.file\:bg-transparent::file-selector-button {
        background-color: transparent;
}
.file\:text-sm::file-selector-button {
        font-size: 0.875rem;
        line-height: 1.25rem;
}
.file\:font-medium::file-selector-button {
        font-weight: 500;
}
.placeholder\:text-\[color\:var\(--ink-faint\)\]::placeholder {
        color: var(--ink-faint);
}
.placeholder\:text-muted-foreground::placeholder {
        color: hsl(220, 12%, 42%);
        color: hsl(var(--muted-foreground));
}
.last\:mb-0:last-child {
        margin-bottom: 0px;
}
.last\:border-0:last-child {
        border-width: 0px;
}
.last\:border-b-0:last-child {
        border-bottom-width: 0px;
}
.read-only\:opacity-70:read-only {
        opacity: 0.7;
}
.focus-within\:border-\[color\:var\(--brand\)\][focus-within] {
        border-color: var(--brand);
}
.focus-within\:border-\[color\:var\(--brand\)\]:focus-within {
        border-color: var(--brand);
}
.focus-within\:shadow-\[var\(--focus-ring\)\][focus-within] {
        --tw-shadow-color: var(--focus-ring);
        --tw-shadow: var(--tw-shadow-colored);
}
.focus-within\:shadow-\[var\(--focus-ring\)\]:focus-within {
        --tw-shadow-color: var(--focus-ring);
        --tw-shadow: var(--tw-shadow-colored);
}
.hover\:\!bg-transparent:hover {
        background-color: transparent !important;
}
.hover\:bg-\[color-mix\(in_srgb\2c var\(--danger\)_12\%\2c transparent\)\]:hover {
        background-color: color-mix(in srgb,var(--danger) 12%,transparent);
}
.hover\:bg-\[color\:var\(--glass-fill\)\]:hover {
        background-color: var(--glass-fill);
}
.hover\:bg-\[color\:var\(--glass-hair\)\]:hover {
        background-color: var(--glass-hair);
}
.hover\:bg-\[var\(--field-fill\)\]:hover {
        background-color: var(--field-fill);
}
.hover\:bg-\[var\(--glass-border\)\]:hover {
        background-color: var(--glass-border);
}
.hover\:bg-\[var\(--glass-fill\)\]:hover {
        background-color: var(--glass-fill);
}
.hover\:bg-\[var\(--glass-hair\)\]:hover {
        background-color: var(--glass-hair);
}
.hover\:bg-accent:hover {
        background-color: hsl(220, 18%, 91%);
        background-color: hsl(var(--accent));
}
.hover\:bg-destructive\/90:hover {
        background-color: hsla(0, 79%, 63%, 0.9);
        background-color: hsl(var(--destructive) / 0.9);
}
.hover\:bg-primary-hover:hover {
        background-color: #28289a;
        background-color: var(--primary-hover);
}
.hover\:bg-secondary\/80:hover {
        background-color: hsla(220, 17%, 93.5%, 0.8);
        background-color: hsl(var(--secondary) / 0.8);
}
.hover\:text-\[color\:var\(--brand-text\)\]:hover {
        color: var(--brand-text);
}
.hover\:text-\[color\:var\(--danger\)\]:hover {
        color: var(--danger);
}
.hover\:text-\[color\:var\(--ink\)\]:hover {
        color: var(--ink);
}
.hover\:text-accent-foreground:hover {
        color: hsl(222, 33%, 18%);
        color: hsl(var(--accent-foreground));
}
.hover\:underline:hover {
        text-decoration-line: underline;
}
.hover\:opacity-100:hover {
        opacity: 1;
}
.hover\:opacity-70:hover {
        opacity: 0.7;
}
.hover\:opacity-75:hover {
        opacity: 0.75;
}
.hover\:opacity-80:hover {
        opacity: 0.8;
}
.hover\:opacity-90:hover {
        opacity: 0.9;
}
.focus\:bg-accent:focus {
        background-color: hsl(220, 18%, 91%);
        background-color: hsl(var(--accent));
}
.focus\:text-accent-foreground:focus {
        color: hsl(222, 33%, 18%);
        color: hsl(var(--accent-foreground));
}
.focus\:opacity-100:focus {
        opacity: 1;
}
.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), 0 0 rgba(0,0,0,0);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.focus\:ring-ring:focus {
        --tw-ring-color: var(--ring);
}
.focus-visible\:bg-\[var\(--field-fill\)\].focus-visible {
        background-color: var(--field-fill);
}
.focus-visible\:bg-\[var\(--field-fill\)\]:focus-visible {
        background-color: var(--field-fill);
}
.focus-visible\:opacity-100.focus-visible {
        opacity: 1;
}
.focus-visible\:opacity-100:focus-visible {
        opacity: 1;
}
.focus-visible\:outline-none.focus-visible {
        outline: 2px solid transparent;
        outline-offset: 2px;
}
.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), 0 0 rgba(0,0,0,0);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.focus-visible\:ring-2.focus-visible {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.focus-visible\:ring-2.focus-visible {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.focus-visible\:ring-2:focus-visible {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.focus-visible\:ring-\[color\:var\(--brand\)\].focus-visible {
        --tw-ring-color: var(--brand);
}
.focus-visible\:ring-\[color\:var\(--brand\)\]:focus-visible {
        --tw-ring-color: var(--brand);
}
.focus-visible\:ring-\[color\:var\(--brand-soft\)\].focus-visible {
        --tw-ring-color: var(--brand-soft);
}
.focus-visible\:ring-\[color\:var\(--brand-soft\)\]:focus-visible {
        --tw-ring-color: var(--brand-soft);
}
.focus-visible\:ring-ring.focus-visible {
        --tw-ring-color: var(--ring);
}
.focus-visible\:ring-ring:focus-visible {
        --tw-ring-color: var(--ring);
}
.focus-visible\:ring-offset-1.focus-visible {
        --tw-ring-offset-width: 1px;
}
.focus-visible\:ring-offset-1:focus-visible {
        --tw-ring-offset-width: 1px;
}
.focus-visible\:ring-offset-2.focus-visible {
        --tw-ring-offset-width: 2px;
}
.focus-visible\:ring-offset-2:focus-visible {
        --tw-ring-offset-width: 2px;
}
.focus-visible\:ring-offset-background.focus-visible {
        --tw-ring-offset-color: hsl(var(--background));
}
.focus-visible\:ring-offset-background:focus-visible {
        --tw-ring-offset-color: hsl(var(--background));
}
.focus-visible\:ring-offset-transparent.focus-visible {
        --tw-ring-offset-color: transparent;
}
.focus-visible\:ring-offset-transparent:focus-visible {
        --tw-ring-offset-color: transparent;
}
.focus-visible\:\[box-shadow\:var\(--focus-ring\)\].focus-visible {
        box-shadow: var(--focus-ring);
}
.focus-visible\:\[box-shadow\:var\(--focus-ring\)\]:focus-visible {
        box-shadow: var(--focus-ring);
}
.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;
}
.disabled\:opacity-70:disabled {
        opacity: 0.7;
}
.group\/comment[focus-within] .group-focus-within\/comment\:inline {
        display: inline;
}
.group\/comment:focus-within .group-focus-within\/comment\:inline {
        display: inline;
}
.group\/comment[focus-within] .group-focus-within\/comment\:opacity-100 {
        opacity: 1;
}
.group\/comment:focus-within .group-focus-within\/comment\:opacity-100 {
        opacity: 1;
}
.group\/row[focus-within] .group-focus-within\/row\:opacity-100 {
        opacity: 1;
}
.group\/row:focus-within .group-focus-within\/row\:opacity-100 {
        opacity: 1;
}
.group[focus-within] .group-focus-within\:opacity-0 {
        opacity: 0;
}
.group:focus-within .group-focus-within\:opacity-0 {
        opacity: 0;
}
.group[focus-within] .group-focus-within\:opacity-100 {
        opacity: 1;
}
.group:focus-within .group-focus-within\:opacity-100 {
        opacity: 1;
}
.group\/comment:hover .group-hover\/comment\:inline {
        display: inline;
}
.group\/row:hover .group-hover\/row\:grid {
        display: grid;
}
.group\/row:hover .group-hover\/row\:hidden {
        display: none;
}
.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\:border-\[var\(--brand\)\] {
        border-color: var(--brand);
}
.group:hover .group-hover\:border-transparent {
        border-color: transparent;
}
.group:hover .group-hover\:bg-\[var\(--brand\)\] {
        background-color: var(--brand);
}
.group\/title:hover .group-hover\/title\:text-\[color\:var\(--brand-text\)\] {
        color: var(--brand-text);
}
.group:hover .group-hover\:text-\[color\:var\(--brand-text\)\] {
        color: var(--brand-text);
}
.group:hover .group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, 1);
        color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.group\/comment:hover .group-hover\/comment\:opacity-100 {
        opacity: 1;
}
.group\/row:hover .group-hover\/row\:opacity-100 {
        opacity: 1;
}
.group\/title:hover .group-hover\/title\:opacity-100 {
        opacity: 1;
}
.group:hover .group-hover\:opacity-0 {
        opacity: 0;
}
.group:hover .group-hover\:opacity-100 {
        opacity: 1;
}
.peer:checked ~ .peer-checked\:border-\[color\:var\(--brand\)\] {
        border-color: var(--brand);
}
.peer:checked ~ .peer-checked\:bg-\[color\:var\(--brand\)\] {
        background-color: var(--brand);
}
.peer:checked ~ .peer-checked\:opacity-100 {
        opacity: 1;
}
.peer.focus-visible ~ .peer-focus-visible\:ring-2 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.peer.focus-visible ~ .peer-focus-visible\:ring-2 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.peer.focus-visible ~ .peer-focus-visible\:ring-2 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.peer:focus-visible ~ .peer-focus-visible\:ring-2 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.peer.focus-visible ~ .peer-focus-visible\:ring-\[color\:var\(--brand\)\] {
        --tw-ring-color: var(--brand);
}
.peer:focus-visible ~ .peer-focus-visible\:ring-\[color\:var\(--brand\)\] {
        --tw-ring-color: var(--brand);
}
.peer.focus-visible ~ .peer-focus-visible\:ring-\[color\:var\(--brand-soft\)\] {
        --tw-ring-color: var(--brand-soft);
}
.peer:focus-visible ~ .peer-focus-visible\:ring-\[color\:var\(--brand-soft\)\] {
        --tw-ring-color: var(--brand-soft);
}
.peer.focus-visible ~ .peer-focus-visible\:ring-offset-1 {
        --tw-ring-offset-width: 1px;
}
.peer:focus-visible ~ .peer-focus-visible\:ring-offset-1 {
        --tw-ring-offset-width: 1px;
}
.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
        cursor: not-allowed;
}
.peer:disabled ~ .peer-disabled\:opacity-70 {
        opacity: 0.7;
}
.data-\[disabled\]\:pointer-events-none[data-disabled] {
        pointer-events: none;
}
.data-\[state\=checked\]\:translate-x-5[data-state="checked"] {
        --tw-translate-x: 1.25rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[state\=closed\]\:-translate-x-full[data-state="closed"] {
        --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));
}
.data-\[state\=closed\]\:-translate-y-full[data-state="closed"] {
        --tw-translate-y: -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));
}
.data-\[state\=closed\]\:translate-x-full[data-state="closed"] {
        --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));
}
.data-\[state\=closed\]\:translate-y-full[data-state="closed"] {
        --tw-translate-y: 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));
}
.data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
        --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));
}
@keyframes fade-in {

        from {
                opacity: 0;
        }

        to {
                opacity: 1;
        }
}
.data-\[state\=delayed-open\]\:animate-fade-in[data-state="delayed-open"] {
        animation: fade-in 0.2s ease-out;
}
@keyframes content-in {

        from {
                opacity: 0;
                transform: translate(-50%, -48%) scale(0.97);
        }

        to {
                opacity: 1;
                transform: translate(-50%, -50%) scale(1);
        }
}
.data-\[state\=open\]\:animate-content-in[data-state="open"] {
        animation: content-in 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes fade-in {

        from {
                opacity: 0;
        }

        to {
                opacity: 1;
        }
}
.data-\[state\=open\]\:animate-fade-in[data-state="open"] {
        animation: fade-in 0.2s ease-out;
}
@keyframes overlay-in {

        from {
                opacity: 0;
        }

        to {
                opacity: 1;
        }
}
.data-\[state\=open\]\:animate-overlay-in[data-state="open"] {
        animation: overlay-in 0.2s ease-out;
}
.data-\[state\=active\]\:border[data-state="active"] {
        border-width: 1px;
}
.data-\[state\=active\]\:border-border[data-state="active"] {
        border-color: hsl(220, 17%, 86%);
        border-color: hsl(var(--border));
}
.data-\[state\=active\]\:bg-background[data-state="active"] {
        background-color: hsl(220, 24%, 96.5%);
        background-color: hsl(var(--background));
}
.data-\[state\=checked\]\:bg-primary[data-state="checked"] {
        background-color: #3030ad;
        background-color: var(--primary);
}
.data-\[state\=unchecked\]\:bg-input[data-state="unchecked"] {
        background-color: hsl(220, 16%, 84%);
        background-color: hsl(var(--input));
}
.data-\[state\=active\]\:text-foreground[data-state="active"] {
        color: hsl(222, 40%, 11%);
        color: hsl(var(--foreground));
}
.data-\[disabled\]\:opacity-50[data-disabled] {
        opacity: 0.5;
}
.data-\[state\=closed\]\:opacity-0[data-state="closed"] {
        opacity: 0;
}
@media (prefers-reduced-motion: reduce) {

        .motion-reduce\:transition-none {
                transition-property: none;
        }
}
@media (min-width: 640px) {

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

        .sm\:left-auto {
                left: auto;
        }

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

        .sm\:order-none {
                order: 0;
        }

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

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

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

        .sm\:block {
                display: block;
        }

        .sm\:inline {
                display: inline;
        }

        .sm\:flex {
                display: flex;
        }

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

        .sm\:grid {
                display: grid;
        }

        .sm\:hidden {
                display: none;
        }

        .sm\:\!w-\[180px\] {
                width: 180px !important;
        }

        .sm\:\!w-\[230px\] {
                width: 230px !important;
        }

        .sm\:w-1\/4 {
                width: 25%;
        }

        .sm\:w-24 {
                width: 6rem;
        }

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

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

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

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

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

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

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

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

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

        .sm\:max-w-\[50\%\] {
                max-width: 50%;
        }

        .sm\:max-w-\[60\%\] {
                max-width: 60%;
        }

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

        .sm\:flex-1 {
                flex: 1 1 0%;
        }

        .sm\:flex-\[2\] {
                flex: 2;
        }

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

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

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

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

        .sm\:grid-cols-\[auto_minmax\(0\2c 1\.4fr\)_minmax\(0\2c 1fr\)_minmax\(0\2c 1fr\)_minmax\(0\2c 1\.4fr\)_auto\] {
                grid-template-columns: auto minmax(0,1.4fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1.4fr) auto;
        }

        .sm\:grid-cols-\[minmax\(0\2c 1\.1fr\)_minmax\(0\2c 1fr\)\] {
                grid-template-columns: minmax(0,1.1fr) minmax(0,1fr);
        }

        .sm\:grid-cols-\[minmax\(0\2c 1fr\)_auto\] {
                grid-template-columns: minmax(0,1fr) auto;
        }

        .sm\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(180px\2c auto\)\] {
                grid-template-columns: minmax(0,1fr) minmax(180px,auto);
        }

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

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

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

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

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

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

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

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

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

        .sm\:gap-2\.5 {
                gap: 0.625rem;
        }

        .sm\:gap-3 {
                gap: 0.75rem;
        }

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

        .sm\:self-auto {
                align-self: auto;
        }

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

        .sm\:self-end {
                align-self: flex-end;
        }

        .sm\:rounded-lg {
                border-radius: 0.75rem;
                border-radius: var(--radius);
        }

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

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

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

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

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

        .sm\:p-7 {
                padding: 1.75rem;
        }

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

        .sm\:p-9 {
                padding: 2.25rem;
        }

        .sm\:px-1\.5 {
                padding-left: 0.375rem;
                padding-right: 0.375rem;
        }

        .sm\:px-2 {
                padding-left: 0.5rem;
                padding-right: 0.5rem;
        }

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

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

        .sm\:px-7 {
                padding-left: 1.75rem;
                padding-right: 1.75rem;
        }

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

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

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

        .sm\:py-8 {
                padding-top: 2rem;
                padding-bottom: 2rem;
        }

        .sm\:pb-2\.5 {
                padding-bottom: 0.625rem;
        }

        .sm\:pr-28 {
                padding-right: 7rem;
        }

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

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

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

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

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

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

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

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

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

        .sm\:\[grid-template-columns\:24px_minmax\(0\2c 1fr\)_110px_100px\] {
                grid-template-columns: 24px minmax(0,1fr) 110px 100px;
        }
}
@media (min-width: 768px) {

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

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

        .md\:block {
                display: block;
        }

        .md\:inline {
                display: inline;
        }

        .md\:flex {
                display: flex;
        }

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

        .md\:grid {
                display: grid;
        }

        .md\:hidden {
                display: none;
        }

        .md\:max-h-\[calc\(100dvh-220px\)\] {
                max-height: calc(100dvh - 220px);
        }

        .md\:\!w-\[230px\] {
                width: 230px !important;
        }

        .md\:\!w-\[260px\] {
                width: 260px !important;
        }

        .md\:w-52 {
                width: 13rem;
        }

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

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

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

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

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

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

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

        .md\:w-full {
                width: 100%;
        }

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

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

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

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

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

        .md\:grid-cols-\[minmax\(0\2c 2\.4fr\)_minmax\(0\2c 1\.4fr\)_minmax\(0\2c 1fr\)_auto_auto\] {
                grid-template-columns: minmax(0,2.4fr) minmax(0,1.4fr) minmax(0,1fr) auto auto;
        }

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

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

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

        .md\:gap-3 {
                gap: 0.75rem;
        }

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

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

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

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

        .md\:\[grid-template-columns\:24px_minmax\(0\2c 1fr\)_140px_150px_110px_100px\] {
                grid-template-columns: 24px minmax(0,1fr) 140px 150px 110px 100px;
        }
}
@media (min-width: 1024px) {

        .lg\:sticky {
                position: sticky;
        }

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

        .lg\:order-1 {
                order: 1;
        }

        .lg\:order-2 {
                order: 2;
        }

        .lg\:block {
                display: block;
        }

        .lg\:flex {
                display: flex;
        }

        .lg\:grid {
                display: grid;
        }

        .lg\:hidden {
                display: none;
        }

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

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

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

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

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

        .lg\:flex-1 {
                flex: 1 1 0%;
        }

        .lg\:flex-\[1\.4\] {
                flex: 1.4;
        }

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

        .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-\[1\.05fr_0\.95fr\] {
                grid-template-columns: 1.05fr 0.95fr;
        }

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

        .lg\:grid-cols-\[1fr_280px\] {
                grid-template-columns: 1fr 280px;
        }

        .lg\:grid-cols-\[minmax\(0\2c 1fr\)_300px\] {
                grid-template-columns: minmax(0,1fr) 300px;
        }

        .lg\:grid-cols-\[minmax\(0\2c 1fr\)_44px\] {
                grid-template-columns: minmax(0,1fr) 44px;
        }

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

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

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

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

        .lg\:gap-10 {
                gap: 2.5rem;
        }

        .lg\:gap-8 {
                gap: 2rem;
        }

        .lg\:overflow-y-auto {
                overflow-y: auto;
        }

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

        .lg\:border-t-0 {
                border-top-width: 0px;
        }

        .lg\:p-11 {
                padding: 2.75rem;
        }
}
@media (min-width: 1280px) {

        .xl\:sticky {
                position: sticky;
        }

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

        .xl\:flex {
                display: flex;
        }

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

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

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

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

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

        .xl\:grid-cols-\[340px_minmax\(0\2c 1fr\)\] {
                grid-template-columns: 340px minmax(0,1fr);
        }
}
@media (min-width: 1536px) {

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

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

        .\32xl\:grid-cols-5 {
                grid-template-columns: repeat(5, minmax(0, 1fr));
        }
}
.\[\&\>\*\]\:w-full>* {
        width: 100%;
}
@keyframes spin {

        to {
                transform: rotate(360deg);
        }
}
.\[\&\>svg\:first-child\]\:animate-spin>svg:first-child {
        animation: spin 1s linear infinite;
}
.\[\&_\*\]\:inline * {
        display: inline;
}
.\[\&_a\:hover\]\:underline a:hover {
        text-decoration-line: underline;
}
.\[\&_a\]\:cursor-pointer a {
        cursor: pointer;
}
.\[\&_a\]\:font-550 a {
        font-weight: 550;
}
.\[\&_a\]\:underline a {
        text-decoration-line: underline;
}
.\[\&_br\]\:hidden br {
        display: none;
}
.\[\&_p\]\:m-0 p {
        margin: 0px;
}
.\[\&_svg\]\:h-3\.5 svg {
        height: 0.875rem;
}
.\[\&_svg\]\:h-\[13px\] svg {
        height: 13px;
}
.\[\&_svg\]\:h-\[15px\] svg {
        height: 15px;
}
.\[\&_svg\]\:h-\[18px\] svg {
        height: 18px;
}
.\[\&_svg\]\:w-3\.5 svg {
        width: 0.875rem;
}
.\[\&_svg\]\:w-\[13px\] svg {
        width: 13px;
}
.\[\&_svg\]\:w-\[15px\] svg {
        width: 15px;
}
.\[\&_svg\]\:w-\[18px\] svg {
        width: 18px;
}
.\[\&_svg\]\:shrink-0 svg {
        flex-shrink: 0;
}
.\[\&_svg\]\:rotate-180 svg {
        --tw-rotate: 180deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

        to {
                transform: rotate(360deg);
        }
}
.\[\&_svg\]\:animate-spin svg {
        animation: spin 1s linear infinite;
}
.\[\&_svg\]\:transition-transform svg {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
}
@media(hover:none) {

        .\[\@media\(hover\:none\)\]\:pr-20 {
                padding-right: 5rem;
        }

        .\[\@media\(hover\:none\)\]\:opacity-100 {
                opacity: 1;
        }
}
/* ============================================================================
   ALVANDA — "LIQUID GLASS" DESIGN LANGUAGE · tokens.css
   Single source of truth for the rebuild.

   ── HOW TO USE ──────────────────────────────────────────────────────────────
   Everything is SCOPED under `.lg-root`. Wrap the rebuilt UI in an element with
   that class (e.g. <body class="lg-root"> or a top-level <div class="lg-root">).
   Nothing here touches the global `:root` or bare element selectors, so it can
   live ALONGSIDE the current app / Material-UI / global SCSS WITHOUT CONFLICT.
   When the old dashboard is finally deleted, no cleanup of this file is needed.

   Dark mode: add `.theme-dark` to the same `.lg-root` element.

   ── PER-COMPANY THEMING (white-label) ────────────────────────────────────────
   Companies re-skin the product by overriding the BRAND LAYER variables below.
   Set them as an inline style on the .lg-root element (highest specificity),
   injected from company settings — e.g.:
       <body class="lg-root" style="--brand:#C81E1E; --font:'Soehne', Inter, sans-serif;">
   ...or inject a scoped block: `.lg-root{ --brand:#C81E1E; }`.
   Every brand-derived value (gradients, tints, focus ring, progress, active nav)
   recolours automatically via color-mix(), so one variable reskins the system.
   All other tokens are variables too and MAY be overridden the same way.

   Principles: glass not cards · 1px borders carry hierarchy, not shadows
   (--shadow-pop is allowed ONLY on floating overlays) · one accent used sparingly
   · calm canvas · light AND dark are equal · quiet, eased motion.
   ========================================================================== */

.lg-root {
  /* ╔══════════════════════════════════════════════════════════════════════╗
     ║  BRAND LAYER — the company-overridable surface. Override these.        ║
     ╚══════════════════════════════════════════════════════════════════════╝ */
  --brand: #3030AD;
  /* primary accent */
  --brand-soft: #5a5ad6;
  /* lighter accent (links in dark, secondary) */
  --font: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  /* product typeface */
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;

  /* Brand-derived (auto-recolour from --brand — usually no need to override) */
  --brand-grad: linear-gradient(145deg, color-mix(in srgb, var(--brand) 75%, #fff), var(--brand));
  --brand-orb: radial-gradient(circle at 32% 30%, color-mix(in srgb, var(--brand) 70%, #fff), var(--brand));
  --brand-tint: color-mix(in srgb, var(--brand) 12%, transparent);
  /* soft pill/active bg */
  --focus-ring: 0 0 0 3px color-mix(in srgb, var(--brand) 22%, transparent);
  /* Per-theme brand text tokens — set by applyBrandingGlobally via JS so any
     white-label colour stays WCAG AA in both light and dark. Each is chosen
     independently against the actual surface colour. Do NOT override these
     manually; let the contrast helper drive them. Use --brand-text for text
     foregrounds; use --on-brand for text placed directly on brand fills. */
  --brand-text-light: var(--brand-text);
  --brand-text-dark: #FFFFFF;
  --brand-text: var(--brand-text-light);
  --on-brand: #FFFFFF;

  /* ── Canvas (ambient background behind all glass) ── */
  --bg-1: #eef1f6;
  --bg-2: #e7eaf2;

  /* ── Ink (text — three levels only) ── */
  --ink: #1c1f29;
  --ink-soft: #5b6072;
  --ink-faint: #8c91a3;

  /* ── Glass materials ── */
  --glass-fill: rgba(255, 255, 255, 0.62);
  /* .glass — panels & rails */
  --glass-fill-strong: rgba(255, 255, 255, 0.78);
  /* .glass-strong — raised/interactive */
  --glass-border: rgba(20, 24, 40, 0.10);
  /* the structural 1px hairline */
  --glass-hair: rgba(20, 24, 40, 0.08);
  /* fainter in-panel divider */
  --field-fill: rgba(255, 255, 255, 0.55);
  /* form field rest state */
  --popover-fill: rgba(252, 253, 255, 0.97);
  /* floating menus/dropdowns — near-opaque so content reads clearly */

  /* ── Elevation — FLAT in-flow. Borders, not shadows. ── */
  --shadow: none;
  /* in-flow surfaces are FLAT — no shadow; the 1px hairline separates them. */
  --specular: none;
  --shadow-pop: 0 10px 30px -12px rgba(28, 32, 55, 0.22);
  /* the ONLY shadow in the system — floating overlays (popover/menu/modal/drawer/toast) */
  --scrim: rgba(20, 24, 40, 0.32);
  /* modal backdrop */

  /* ── Z-INDEX SCALE — the single source of truth for stacking. ──
     Glass panels use backdrop-filter (a stacking context + containing block),
     so in-flow layers (rails, sticky bar) live in the low band, and floating
     overlays MUST be portaled to #lg-overlay-root (outside the panels) where
     these high-band values resolve against the viewport. Never hardcode z. */
  --z-behind: -1;
  /* ambient canvas */
  --z-base: 0;
  /* page content */
  --z-rail: 10;
  /* sidebar / copilot / in-flow chrome */
  --z-sticky: 20;
  /* top bar (lifts its anchored menus above content) */
  --z-dropdown: 1000;
  /* anchored menus (notifications, profile) */
  --z-scrim: 1190;
  /* overlay backdrop */
  --z-modal: 1200;
  /* command palette, dialogs, drawers */
  --z-popover: 1250;
  /* select/menu popovers that may open INSIDE a modal — must float above it (below toast) */
  --z-toast: 1300;
  /* transient notifications */

  /* ── Status (the only non-brand colours) ── */
  --ok: #34a35a;
  --ok-pulse: rgba(52, 199, 89, 0.6);
  --warn: #cf9420;
  --warn-strong: #d99a2b;
  --danger: #e0524d;

  /* ── Radii ── */
  --r-sm: 10px;
  --r-md: 12px;
  --r-lg: 16px;
  --r-xl: 22px;
  --r-2xl: 26px;
  --r-full: 9999px;
  /* --r-btn: the canonical button/link corner radius (≈ Tailwind rounded-lg, 8px).
     Kept separate from the surface scale so buttons/links can be retuned in one
     place without touching panels, fields, popovers, etc. */
  --r-btn: 8px;
  /* CARD CAP: in-flow cards / panels / tables / rows cap at 12px (Tailwind
     `rounded-lg` = --radius, == --r-md). Larger radii (--r-xl/2xl) are for the
     app-shell FRAME only; pills/avatars/orbs/dots use --r-full. NB the two scales
     differ — Tailwind `rounded-lg` is 12px, but the --r-lg token is 16px. */

  /* ── Motion ──
     Quiet and eased. Durations climb with the size of the thing that moves:
     state < control < element < panel < overlay. Respect reduced-motion (below). */
  --ease: cubic-bezier(.2, .7, .3, 1);
  /* standard ease-out */
  --ease-spring: cubic-bezier(.34, 1.4, .5, 1);
  /* gentle overshoot for press/pop */
  --t-fast: .14s;
  /* opacity / tiny state */
  --t-base: .18s;
  /* hover, colour */
  --t-move: .26s;
  /* element enter / reposition */
  --t-panel: .32s;
  /* sidebar / AI rail collapse, drawers */

  /* base */
  font-family: var(--font), "Inter", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.011em;
  font-feature-settings: "cv11", "ss01";
}

/* v2 base type size — restore the previous app's effective ~16px base for the
   v2 tree. Scoped to `.lg-root.v2-app` so it touches ONLY the rebuilt UI: it
   raises the inherited font-size for unsized text nodes and any em-based sizing,
   and is the rem base for any `rem` Tailwind utilities used inside v2. Legacy
   app is untouched (no `html`/`body` font-size is changed). Reversible by
   deleting this rule. */
.lg-root.v2-app {
  font-size: 16px;
}

/* v2 type-scale lift — the v2 tree reads ~half a step small against the design
   mockups, so the body range (10–15.5px) is lifted +0.5px here in ONE place
   instead of editing ~1,500 `text-[NNpx]` utilities across components. The
   authored class values remain the canonical design-system scale; this is a
   global optical adjustment on top of it (new code keeps using the same
   `text-[12px]`/`text-[13px]`/… steps). Display sizes (16px+) and micro badges
   (<10px) are untouched. Scoped under `.lg-root` (the overlay root lives inside
   it, so popovers/modals lift too); the legacy app is unaffected. Reversible by
   deleting this block. */
.lg-root .text-\[10px\] {
  font-size: 10.5px;
}

.lg-root .text-\[10\.5px\] {
  font-size: 11px;
}

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

.lg-root .text-\[11\.5px\] {
  font-size: 12px;
}

.lg-root .text-\[12px\] {
  font-size: 12.5px;
}

.lg-root .text-\[12\.5px\] {
  font-size: 13px;
}

.lg-root .text-\[13px\] {
  font-size: 13.5px;
}

.lg-root .text-\[13\.5px\] {
  font-size: 14px;
}

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

.lg-root .text-\[14\.5px\] {
  font-size: 15px;
}

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

.lg-root .text-\[15\.5px\] {
  font-size: 16px;
}

.lg-root .text-xs {
  font-size: 12.5px;
}

.lg-root .text-sm {
  font-size: 14.5px;
}

/* Dark mode — toggle by adding `.theme-dark` to the .lg-root element */
.lg-root.theme-dark {
  --bg-1: #1b1d24;
  --bg-2: #20222b;
  --ink: #eef0f6;
  --ink-soft: #a6abbd;
  --ink-faint: #8b92a8;
  --glass-fill: rgba(255, 255, 255, 0.065);
  --glass-fill-strong: rgba(255, 255, 255, 0.10);
  --glass-border: rgba(255, 255, 255, 0.14);
  --glass-hair: rgba(255, 255, 255, 0.10);
  --field-fill: rgba(255, 255, 255, 0.05);
  --popover-fill: rgba(32, 34, 43, 0.975);
  --shadow: none;
  --specular: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  --shadow-pop: 0 16px 40px -16px rgba(0, 0, 0, 0.60);
  --scrim: rgba(0, 0, 0, 0.55);
  /* Lighten brand-as-text so it reads on the dark canvas. Derived from --brand,
     so a white-label company that overrides only --brand gets a legible text
     accent automatically (≥4.5:1 AA across the tested brand range). */
  --brand-text: var(--brand-text-dark);
}

/* ── Platform Admin (super-admin) accent ────────────────────────────────────
   The super-admin area is platform-OWNED, not a customer business, so it ignores
   per-company white-label branding and uses a fixed slate "control" accent so it
   is unmistakably a different surface. V2AppShell adds `.su-area` to the
   `.lg-root` element only for superadmins. Only --brand/--brand-soft are set
   here; every derived token (--brand-grad/-orb/-tint, --focus-ring, and the
   dark-mode --brand-text lightening) recomputes from these via var(), so light
   and dark both keep working without any extra rules. The two-class selector
   outranks the base `.lg-root` defaults. */
.lg-root.su-area {
  --brand: #475569;
  /* slate-600 — cool steel, distinct from the indigo default */
  --brand-soft: #64748b;
  /* slate-500 */
}

/* ── Brand-logo dark whitening ──────────────────────────────────────────────
   The Alvanda wordmark (logo.svg) and small mark (smallLogoPurple.svg) are
   purple-on-transparent and go near-invisible on the dark canvas. The Liquid
   Glass system toggles dark via `.theme-dark` on `.lg-root` (NOT Tailwind's
   `data-theme="dark"` selector), so the old `dark:brightness-0 dark:invert`
   classes never fired here. Components opt in with
   `style={{ filter: 'var(--logo-filter, none)' }}` (or the `lg-logo` class) and
   get whitening only in dark — scoped per-component, no global token change. */
.lg-root {
  --logo-filter: none;
}

.lg-root.theme-dark {
  --logo-filter: brightness(0) invert(1);
}

.lg-root.theme-dark .lg-logo {
  filter: brightness(0) invert(1);
}

/* ── Tabular numerals (counts, %, times) ── */
.lg-root .tnum {
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

/* ── Guidance / rich-text prose (sanitized backend HTML: step guidance, etc.) ──
   Preflight is OFF, so give injected guidance HTML readable defaults that respect
   the token palette (brand links, list markers, heading/strong emphasis). Scoped
   to .lg-guidance so it never leaks to other dangerouslySetInnerHTML content. */
.lg-root .lg-guidance {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink);
}

.lg-root .lg-guidance>*+* {
  margin-top: .7em;
}

.lg-root .lg-guidance a {
  color: var(--brand-text);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lg-root .lg-guidance a:hover {
  opacity: .85;
}

.lg-root .lg-guidance ul {
  list-style: disc;
  padding-left: 1.25em;
  margin: .3em 0;
}

.lg-root .lg-guidance ol {
  list-style: decimal;
  padding-left: 1.25em;
  margin: .3em 0;
}

.lg-root .lg-guidance li {
  margin: .15em 0;
}

.lg-root .lg-guidance p {
  margin: .4em 0;
}

.lg-root .lg-guidance p:first-child {
  margin-top: 0;
}

.lg-root .lg-guidance p:last-child {
  margin-bottom: 0;
}

.lg-root .lg-guidance strong,
.lg-root .lg-guidance b {
  font-weight: 650;
  color: var(--ink);
}

.lg-root .lg-guidance h1 {
  font-size: 1.55em;
  font-weight: 650;
  letter-spacing: -.015em;
  color: var(--ink);
  margin: .5em 0 .25em;
  line-height: 1.3;
}

.lg-root .lg-guidance h2 {
  font-size: 1.28em;
  font-weight: 600;
  letter-spacing: -.01em;
  color: var(--ink);
  margin: .5em 0 .25em;
  line-height: 1.3;
}

.lg-root .lg-guidance h3 {
  font-size: 1.12em;
  font-weight: 600;
  color: var(--ink);
  margin: .5em 0 .25em;
  line-height: 1.3;
}

.lg-root .lg-guidance h4 {
  font-size: 1em;
  font-weight: 600;
  color: var(--ink);
  margin: .5em 0 .25em;
  line-height: 1.3;
}

.lg-root .lg-guidance blockquote {
  border-left: 3px solid var(--brand);
  padding-left: 14px;
  margin-left: 0;
  color: var(--ink-soft);
  font-style: italic;
}

.lg-root .lg-guidance code {
  font-family: var(--font-mono);
  font-size: .88em;
  background: var(--glass-hair);
  padding: .12em .4em;
  border-radius: var(--r-sm);
}

.lg-root .lg-guidance pre {
  font-family: var(--font-mono);
  font-size: .88em;
  background: var(--glass-hair);
  padding: 12px 14px;
  border-radius: var(--r-md);
  overflow-x: auto;
}

.lg-root .lg-guidance pre code {
  background: none;
  padding: 0;
}

.lg-root .lg-guidance hr {
  border: 0;
  border-top: 1px solid var(--glass-border);
  margin: 1em 0;
}

.lg-root .lg-guidance table {
  border-collapse: collapse;
  width: 100%;
  margin: .6em 0;
}

.lg-root .lg-guidance td,
.lg-root .lg-guidance th {
  border: 1px solid var(--glass-border);
  padding: 7px 10px;
  vertical-align: top;
}

.lg-root .lg-guidance th {
  background: var(--glass-hair);
  font-weight: 600;
  text-align: left;
}

.lg-root .lg-guidance img {
  max-width: 100%;
  height: auto;
  border-radius: var(--r-sm);
}

/* ── The ambient canvas (fixed, behind everything) ── */
.lg-root .canvas-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: var(--z-behind);
  background:
    radial-gradient(900px 700px at 12% -5%, rgba(120, 130, 220, 0.10), transparent 60%),
    radial-gradient(800px 640px at 92% 8%, rgba(150, 140, 210, 0.09), transparent 60%),
    radial-gradient(1000px 800px at 78% 105%, rgba(110, 150, 200, 0.07), transparent 55%),
    linear-gradient(160deg, var(--bg-1), var(--bg-2));
}

.lg-root.theme-dark .canvas-bg {
  background:
    radial-gradient(900px 700px at 12% -5%, rgba(90, 100, 190, 0.16), transparent 60%),
    radial-gradient(800px 640px at 92% 8%, rgba(120, 110, 180, 0.12), transparent 60%),
    radial-gradient(1000px 800px at 78% 105%, rgba(80, 110, 170, 0.10), transparent 55%),
    linear-gradient(160deg, var(--bg-1), var(--bg-2));
}

/* ── Core glass materials ── */
.lg-root .glass {
  background: var(--glass-fill);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
}

.lg-root .glass-strong {
  background: var(--glass-fill-strong);
  backdrop-filter: blur(28px) saturate(170%);
  -webkit-backdrop-filter: blur(28px) saturate(170%);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
}

.lg-root .hair {
  border-color: var(--glass-hair);
}

/* ── Interactive states ── */
.lg-root .nav-item {
  color: var(--ink-soft);
  transition: color var(--t-base) ease, background var(--t-base) ease, border-color var(--t-base) ease;
  border: 1px solid transparent;
}

.lg-root .nav-item:hover {
  color: var(--ink);
  background: var(--glass-fill);
  border-color: var(--glass-border);
}

.lg-root .nav-active {
  color: var(--ink);
  background: var(--glass-fill-strong);
  border: 1px solid var(--glass-border);
  position: relative;
}

.lg-root .nav-active::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  width: 3px;
  border-radius: 3px;
  background: var(--brand);
  transition: height var(--t-base) ease;
}

.lg-root .row-hover {
  border: 1px solid transparent;
  transition: background var(--t-base) ease, border-color var(--t-base) ease;
}

.lg-root .row-hover:hover {
  background: var(--glass-fill);
  border-color: var(--glass-border);
}

.lg-root .seg-active {
  background: var(--glass-fill-strong);
  border: 1px solid var(--glass-border);
  color: var(--ink);
}

.lg-root .chip {
  transition: transform var(--t-fast) ease, background var(--t-fast) ease, box-shadow var(--t-fast) ease;
}

.lg-root .chip:hover {
  background: var(--glass-fill-strong);
  transform: translateY(-1px);
}

.lg-root .tile {
  border: 1px solid var(--glass-border);
  transition: background var(--t-base) var(--ease), transform var(--t-base) var(--ease), border-color var(--t-base) var(--ease);
}

.lg-root .tile:hover {
  background: var(--glass-fill-strong);
  transform: translateY(-2px);
}

.lg-root .treebtn {
  color: var(--ink-soft);
  border: 1px solid transparent;
  transition: background var(--t-fast) ease, color var(--t-fast) ease, border-color var(--t-fast) ease;
}

.lg-root .treebtn:hover {
  background: var(--glass-fill);
  color: var(--ink);
  border-color: var(--glass-border);
}

.lg-root .treebtn.active {
  background: var(--glass-fill-strong);
  color: var(--ink);
  border-color: var(--glass-border);
}

.lg-root .treebtn.active .folderglyph {
  color: var(--brand-soft);
}

/* ── Form fields ── */
.lg-root .field {
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  color: var(--ink);
  background: var(--field-fill);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-md);
  padding: 9px 12px;
  outline: none;
  transition: border-color var(--t-base) ease, box-shadow var(--t-base) ease, background var(--t-base) ease;
}

.lg-root .field::placeholder {
  color: var(--ink-faint);
}

.lg-root .field:focus {
  border-color: var(--brand);
  box-shadow: var(--focus-ring);
  background: var(--glass-fill-strong);
}

.lg-root .field.err {
  border-color: var(--danger);
}

.lg-root .switch {
  width: 38px;
  height: 22px;
  border-radius: var(--r-full);
  background: var(--glass-hair);
  border: 1px solid var(--glass-border);
  position: relative;
  cursor: pointer;
  transition: background var(--t-base) ease;
}

.lg-root .switch .knob {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  transition: left var(--t-base) var(--ease-spring);
  box-shadow: var(--shadow);
}

.lg-root .switch.on {
  background: var(--brand);
}

.lg-root .switch.on .knob {
  left: 18px;
}

/* ── Floating overlays (popovers, menus, modals, drawers, tooltips) ── */
.lg-root .popover {
  background: var(--popover-fill);
  backdrop-filter: blur(28px) saturate(170%);
  -webkit-backdrop-filter: blur(28px) saturate(170%);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-pop);
  border-radius: var(--r-lg);
}

.lg-root .scrim {
  background: var(--scrim);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

/* ── Collapsible rails (sidebar + AI copilot) ── */
.lg-root .copilot {
  width: 340px;
  transition: width var(--t-panel) var(--ease);
}

.lg-root .copilot.collapsed {
  width: 56px;
}

.lg-root .copilot.collapsed .ai-expanded {
  display: none;
}

.lg-root .copilot .ai-collapsed {
  display: none;
}

.lg-root .copilot.collapsed .ai-collapsed {
  display: flex;
}

/* ════════════════════════════════════════════════════════════════════════════
   MOTION LIBRARY — quiet, eased, purposeful. Apply utilities; never overdo it.
   ════════════════════════════════════════════════════════════════════════════ */

/* Interaction feedback — opt-in utilities */
.lg-root .lift {
  transition: transform var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease);
}

.lg-root .lift:hover {
  transform: translateY(-2px);
}

.lg-root .pcard {
  border: 1px solid var(--glass-border);
  transition: transform var(--t-base) var(--ease), border-color var(--t-base) ease;
}

.lg-root .pcard:hover {
  transform: translateY(-2px);
  border-color: var(--ink-faint);
}

.lg-root .press {
  transition: transform var(--t-fast) var(--ease-spring);
}

.lg-root .press:active {
  transform: scale(.97);
}

.lg-root .tap:active {
  transform: scale(.96);
  transition: transform .08s ease;
}

.lg-root .icon-spin:hover {
  animation: lg-spin .9s linear;
}

/* ════════════════════════════════════════════════════════════════════════════
   BUTTON BASELINE — opt-in via the `.lg-btn` class (placed ONLY by V2Button).
   Bare `button` is deliberately NOT styled: the codebase uses <button> for drag
   handles, segmented-control slots (.seg-active), avatar triggers, tree nav
   (.treebtn), chip-toggles (.chip) and inline micro-buttons — a bare selector
   would require annotating every one of those as an opt-out. The additive
   `.lg-btn` class needs no opt-out audit and never touches legacy/icon/link
   buttons. All visual STATE lives here; V2Button only assembles class strings.
   ════════════════════════════════════════════════════════════════════════════ */
.lg-root .lg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
  white-space: nowrap;
  outline-offset: 3px;
  /* Unified transition: the bg↔text colour-swap hover (background-color + color +
     border-color all animate so the swap reads as a smooth crossfade, not a snap)
     + press scale, in one declaration. The scale half uses ease-spring (gentle
     overshoot); the colour-swap uses t-base ease. */
  transition:
    background-color var(--t-base) ease,
    background-image var(--t-base) ease,
    color var(--t-base) ease,
    border-color var(--t-base) ease,
    filter var(--t-base) var(--ease),
    opacity var(--t-base) ease,
    transform var(--t-fast) var(--ease-spring),
    box-shadow var(--t-base) var(--ease);
}

.lg-root .lg-btn.focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

.lg-root .lg-btn:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

.lg-root .lg-btn:active:not(:disabled):not([aria-disabled="true"]) {
  transform: scale(0.97);
}

.lg-root .lg-btn:disabled,
.lg-root .lg-btn[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.5;
}

/* Every variant below performs a smooth bg↔text COLOUR-SWAP on hover (the
   transition on `.lg-btn` animates background-color, background-image, color and
   border-color over --t-base). WCAG AA is held in BOTH rest and hover:
   white-on-brand = 9.8:1, white-on-brand-soft = 5.4:1, white-on-(deepened
   danger #b8433f) = 5.4:1, ink-on-glass and danger-on-glass both clear AA. */

/* ── Variant: primary — brand-grad fill, white ink. Hover: flip to the FLAT
     --brand (slight invert/settle of the gradient) + keep white ink, with a
     subtle brightness lift so the swap reads as a deliberate state change. ── */
.lg-root .lg-btn-primary {
  background-image: var(--brand-grad);
  background-color: var(--brand);
  color: var(--on-brand);
}

.lg-root .lg-btn-primary:hover:not(:disabled):not([aria-disabled="true"]) {
  background-image: none;
  /* drop the gradient → flat brand fill (settles/inverts the sheen) */
  background-color: var(--brand);
  color: var(--on-brand);
  /* 9.8:1 on --brand */
  filter: brightness(1.06);
}

/* ── Variant: secondary — glass-strong + hair at rest (material sets bg/border),
     --ink-soft text. Hover INVERTS: bg → solid --brand, text → #fff, border →
     brand. The glass material's background is overridden by background-color so
     the swap is a clean, fully-opaque colour flip. ── */
.lg-root .lg-btn-secondary {
  color: var(--ink-soft);
}

.lg-root .lg-btn-secondary:hover:not(:disabled):not([aria-disabled="true"]) {
  background-color: var(--brand);
  background-image: none;
  color: var(--on-brand);
  /* inverts off the soft-ink glass → white on brand, 9.8:1 */
  border-color: var(--brand);
}

/* ── Variant: ghost — glass + hair at rest, --ink-soft text. Hover INVERTS to a
     softer brand-tone fill (--brand-soft) so the lighter ghost reads as a gentler
     swap than secondary, white ink, brand-soft border. ── */
.lg-root .lg-btn-ghost {
  color: var(--ink-soft);
}

.lg-root .lg-btn-ghost:hover:not(:disabled):not([aria-disabled="true"]) {
  background-color: var(--brand-soft);
  background-image: none;
  color: var(--on-brand);
  /* white on --brand-soft = 5.4:1, AA pass */
  border-color: var(--brand-soft);
}

/* ── Variant: danger — solid --danger fill, white ink at rest. Hover swaps the
     fill to a DEEPENED danger so white text clears AA on hover (plain --danger is
     only 3.8:1; #b8433f is 5.4:1) — the colour shift + slight brightness make the
     swap visible while improving contrast. ── */
.lg-root .lg-btn-danger {
  background-color: var(--danger);
  color: #fff;
}

.lg-root .lg-btn-danger:hover:not(:disabled):not([aria-disabled="true"]) {
  background-color: color-mix(in srgb, var(--danger) 82%, #000);
  color: #fff;
  /* 5.4:1 on the deepened danger */
  filter: brightness(1.04);
}

/* ── Variant: ghost-danger — transparent + --danger ink at rest. Hover INVERTS:
     bg → deepened danger fill, text → #fff (full bg↔text swap), border → danger. ── */
.lg-root .lg-btn-ghost-danger {
  background-color: transparent;
  color: var(--danger);
  border: 1px solid transparent;
}

.lg-root .lg-btn-ghost-danger:hover:not(:disabled):not([aria-disabled="true"]) {
  background-color: color-mix(in srgb, var(--danger) 82%, #000);
  color: #fff;
  /* inverts danger-on-transparent → white on deepened danger, 5.4:1 */
  border-color: color-mix(in srgb, var(--danger) 82%, #000);
}

/* ── Variant: icon — square glass-strong + hair at rest, --ink-soft glyph.
     Hover INVERTS: bg → solid --brand, glyph → #fff, border → brand. ── */
.lg-root .lg-btn-icon {
  color: var(--ink-soft);
}

.lg-root .lg-btn-icon:hover:not(:disabled):not([aria-disabled="true"]) {
  background-color: var(--brand);
  background-image: none;
  color: var(--on-brand);
  /* white on --brand = 9.8:1 */
  border-color: var(--brand);
}

/* Active / "on" state for an icon toggle (published, shared, comments-open, …).
   The selector sits ABOVE the resting default (.lg-btn-icon → --ink-soft) but
   BELOW the :hover rule, so at rest the glyph is --brand-text (brand in light,
   white in dark) and on hover it still inverts to white-on-brand. One rule that
   reads correctly across theme × hover — drive it with data-active="true"
   (forwarded by V2Button). Never set an inline color for the active state: an
   inline color also overrides :hover, which is what broke light-mode hover. */
.lg-root .lg-btn-icon[data-active="true"] {
  color: var(--brand-text);
}

/* ── Safety-net hover for unmigrated `.press` buttons (bridge until adoption) ──
   Gives non-V2Button CTAs the same smooth bg↔text colour-swap hover as the
   .lg-btn variants — without touching glass-material buttons (which carry their
   own texture/state) or anything already migrated to .lg-btn. Bare `.press`
   buttons don't inherit the .lg-btn transition, so the colour-swap transition is
   declared here on the rest state. Hover lands on a solid --brand fill + white
   text: white-on-brand is 9.8:1, so AA holds no matter what the (unknown) rest
   colours are. Scoped to `.v2-app` so it fires only in the rebuilt UI, and
   excludes the classes that already own a :hover rule above. */
.lg-root.v2-app .press:not(.lg-btn):not(.nav-item):not(.chip):not(.treebtn):not(.glass):not(.glass-strong) {
  transition:
    background-color var(--t-base) ease,
    background-image var(--t-base) ease,
    color var(--t-base) ease,
    border-color var(--t-base) ease,
    filter var(--t-base) var(--ease),
    transform var(--t-fast) var(--ease-spring);
}

.lg-root.v2-app .press:not(.lg-btn):not(.nav-item):not(.chip):not(.treebtn):not(.glass):not(.glass-strong):hover {
  background-color: var(--brand);
  background-image: none;
  color: var(--on-brand);
  /* 9.8:1 on --brand — AA-safe regardless of rest colour */
  border-color: var(--brand);
}

/* Entrance — content & lists */
.lg-root .fade-up {
  animation: lg-fadeUp var(--t-move) var(--ease) both;
}

.lg-root .fade-in {
  animation: lg-fadeIn var(--t-move) var(--ease) both;
}

.lg-root .pop-in {
  animation: lg-popIn var(--t-move) var(--ease-spring) both;
}

/* popovers, badges */
.lg-root .scale-in {
  animation: lg-scaleIn var(--t-move) var(--ease-spring) both;
}

/* modals */
.lg-root .slide-in-right {
  animation: lg-slideInRight var(--t-panel) var(--ease) both;
}

/* right drawers */
.lg-root .slide-in-left {
  animation: lg-slideInLeft var(--t-panel) var(--ease) both;
}

/* left drawers (mobile nav) */
.lg-root .scrim-in {
  animation: lg-fadeIn var(--t-base) var(--ease) both;
}

/* Stagger children: add .stagger to a parent; children enter in sequence */
.lg-root .stagger>* {
  animation: lg-fadeUp var(--t-move) var(--ease) both;
}

.lg-root .stagger>*:nth-child(1) {
  animation-delay: .02s
}

.lg-root .stagger>*:nth-child(2) {
  animation-delay: .06s
}

.lg-root .stagger>*:nth-child(3) {
  animation-delay: .10s
}

.lg-root .stagger>*:nth-child(4) {
  animation-delay: .14s
}

.lg-root .stagger>*:nth-child(5) {
  animation-delay: .18s
}

.lg-root .stagger>*:nth-child(6) {
  animation-delay: .22s
}

.lg-root .stagger>*:nth-child(7) {
  animation-delay: .26s
}

.lg-root .stagger>*:nth-child(8) {
  animation-delay: .30s
}

/* Ambient — use sparingly */
.lg-root .pulse-dot {
  box-shadow: 0 0 0 0 var(--ok-pulse);
  animation: lg-pulse 2.4s infinite;
}

.lg-root .float {
  animation: lg-float 6s var(--ease) infinite;
}

/* gentle AI-orb drift */
.lg-root .shimmer {
  background: linear-gradient(100deg, var(--glass-hair) 30%, var(--glass-fill-strong) 50%, var(--glass-hair) 70%);
  background-size: 200% 100%;
  animation: lg-shimmer 1.3s linear infinite;
  border-radius: var(--r-sm);
}

/* skeleton loading */

@keyframes lg-fadeUp {
  from {
    opacity: 0;
    transform: translateY(8px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes lg-fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes lg-popIn {
  from {
    opacity: 0;
    transform: translateY(4px) scale(.98)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes lg-scaleIn {
  from {
    opacity: 0;
    transform: scale(.96)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes lg-slideInRight {
  from {
    transform: translateX(16px);
    opacity: 0
  }

  to {
    transform: none;
    opacity: 1
  }
}

@keyframes lg-slideInLeft {
  from {
    transform: translateX(-16px);
    opacity: 0
  }

  to {
    transform: none;
    opacity: 1
  }
}

@keyframes lg-spin {
  to {
    transform: rotate(360deg)
  }
}

@keyframes lg-pulse {
  0% {
    box-shadow: 0 0 0 0 var(--ok-pulse)
  }

  70% {
    box-shadow: 0 0 0 6px rgba(52, 199, 89, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(52, 199, 89, 0)
  }
}

@keyframes lg-float {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-5px)
  }
}

@keyframes lg-shimmer {
  from {
    background-position: 200% 0
  }

  to {
    background-position: -200% 0
  }
}

/* Attention flash — a momentary brand-tint pulse used to draw the eye to a
   comment that was jumped-to from elsewhere (Conversations focus / anchor
   deep-link). Transient + tokenised, never a resting shadow. Applied
   imperatively (el.classList.add('lg-flash')) then removed after ~1.3s. */
.lg-root .lg-flash {
  border-radius: var(--r-md);
  animation: lg-flash 1.3s var(--ease);
}

@keyframes lg-flash {
  0% {
    background: color-mix(in srgb, var(--brand) 30%, transparent);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 20%, transparent);
  }

  100% {
    background: transparent;
    box-shadow: 0 0 0 4px transparent;
  }
}

/* Accessibility — honour the OS "reduce motion" setting */
@media (prefers-reduced-motion: reduce) {

  .lg-root *,
  .lg-root *::before,
  .lg-root *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

/* ── Subtle scrollbar (scoped) ── */
.lg-root ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.lg-root ::-webkit-scrollbar-thumb {
  background: rgba(120, 125, 150, 0.3);
  border-radius: 8px;
}

.lg-root ::-webkit-scrollbar-track {
  background: transparent;
}/* this gets exported as style.css and can be used for the default theming */
/* these are the necessary styles for React Flow, they get used by base.css and style.css */
.react-flow {
  direction: ltr;
}
.react-flow__container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.react-flow__pane {
  z-index: 1;
  cursor: grab;
}
.react-flow__pane.selection {
    cursor: pointer;
  }
.react-flow__pane.dragging {
    cursor: grabbing;
  }
.react-flow__viewport {
  transform-origin: 0 0;
  z-index: 2;
  pointer-events: none;
}
.react-flow__renderer {
  z-index: 4;
}
.react-flow__selection {
  z-index: 6;
}
.react-flow__nodesselection-rect:focus,
.react-flow__nodesselection-rect.focus-visible {
  outline: none;
}
.react-flow__nodesselection-rect:focus,
.react-flow__nodesselection-rect:focus-visible {
  outline: none;
}
.react-flow .react-flow__edges {
  pointer-events: none;
  overflow: visible;
}
.react-flow__edge-path,
.react-flow__connection-path {
  stroke: #b1b1b7;
  stroke-width: 1;
  fill: none;
}
.react-flow__edge {
  pointer-events: visibleStroke;
  cursor: pointer;
}
.react-flow__edge.animated path {
    stroke-dasharray: 5;
    animation: dashdraw 0.5s linear infinite;
  }
.react-flow__edge.animated path.react-flow__edge-interaction {
    stroke-dasharray: none;
    animation: none;
  }
.react-flow__edge.inactive {
    pointer-events: none;
  }
.react-flow__edge.selected,
  .react-flow__edge:focus,
  .react-flow__edge.focus-visible {
    outline: none;
  }
.react-flow__edge.selected,
  .react-flow__edge:focus,
  .react-flow__edge:focus-visible {
    outline: none;
  }
.react-flow__edge.selected .react-flow__edge-path,
  .react-flow__edge:focus .react-flow__edge-path,
  .react-flow__edge.focus-visible .react-flow__edge-path {
    stroke: #555;
  }
.react-flow__edge.selected .react-flow__edge-path,
  .react-flow__edge:focus .react-flow__edge-path,
  .react-flow__edge:focus-visible .react-flow__edge-path {
    stroke: #555;
  }
.react-flow__edge-textwrapper {
    pointer-events: all;
  }
.react-flow__edge-textbg {
    fill: white;
  }
.react-flow__edge .react-flow__edge-text {
    pointer-events: none;
    -webkit-user-select: none;
            user-select: none;
  }
.react-flow__connection {
  pointer-events: none;
}
.react-flow__connection .animated {
    stroke-dasharray: 5;
    animation: dashdraw 0.5s linear infinite;
  }
.react-flow__connectionline {
  z-index: 1001;
}
.react-flow__nodes {
  pointer-events: none;
  transform-origin: 0 0;
}
.react-flow__node {
  position: absolute;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: all;
  transform-origin: 0 0;
  box-sizing: border-box;
  cursor: grab;
}
.react-flow__node.dragging {
    cursor: grabbing;
  }
.react-flow__nodesselection {
  z-index: 3;
  transform-origin: left top;
  pointer-events: none;
}
.react-flow__nodesselection-rect {
    position: absolute;
    pointer-events: all;
    cursor: grab;
  }
.react-flow__handle {
  position: absolute;
  pointer-events: none;
  min-width: 5px;
  min-height: 5px;
  width: 6px;
  height: 6px;
  background: #1a192b;
  border: 1px solid white;
  border-radius: 100%;
}
.react-flow__handle.connectionindicator {
    pointer-events: all;
    cursor: crosshair;
  }
.react-flow__handle-bottom {
    top: auto;
    left: 50%;
    bottom: -4px;
    transform: translate(-50%, 0);
  }
.react-flow__handle-top {
    left: 50%;
    top: -4px;
    transform: translate(-50%, 0);
  }
.react-flow__handle-left {
    top: 50%;
    left: -4px;
    transform: translate(0, -50%);
  }
.react-flow__handle-right {
    right: -4px;
    top: 50%;
    transform: translate(0, -50%);
  }
.react-flow__edgeupdater {
  cursor: move;
  pointer-events: all;
}
.react-flow__panel {
  position: absolute;
  z-index: 5;
  margin: 15px;
}
.react-flow__panel.top {
    top: 0;
  }
.react-flow__panel.bottom {
    bottom: 0;
  }
.react-flow__panel.left {
    left: 0;
  }
.react-flow__panel.right {
    right: 0;
  }
.react-flow__panel.center {
    left: 50%;
    transform: translateX(-50%);
  }
.react-flow__attribution {
  font-size: 10px;
  background: rgba(255, 255, 255, 0.5);
  padding: 2px 3px;
  margin: 0;
}
.react-flow__attribution a {
    text-decoration: none;
    color: #999;
  }
@keyframes dashdraw {
  from {
    stroke-dashoffset: 10;
  }
}
.react-flow__edgelabel-renderer {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
.react-flow__edge.updating .react-flow__edge-path {
      stroke: #777;
    }
.react-flow__edge-text {
    font-size: 10px;
  }
.react-flow__node.selectable:focus,
  .react-flow__node.selectable.focus-visible {
    outline: none;
  }
.react-flow__node.selectable:focus,
  .react-flow__node.selectable:focus-visible {
    outline: none;
  }
.react-flow__node-default,
.react-flow__node-input,
.react-flow__node-output,
.react-flow__node-group {
  padding: 10px;
  border-radius: 3px;
  width: 150px;
  font-size: 12px;
  color: #222;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #1a192b;
  background-color: white;
}
.react-flow__node-default.selectable:hover, .react-flow__node-input.selectable:hover, .react-flow__node-output.selectable:hover, .react-flow__node-group.selectable:hover {
      box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.08);
    }
.react-flow__node-default.selectable.selected,
    .react-flow__node-default.selectable:focus,
    .react-flow__node-default.selectable.focus-visible,
    .react-flow__node-input.selectable.selected,
    .react-flow__node-input.selectable:focus,
    .react-flow__node-input.selectable.focus-visible,
    .react-flow__node-output.selectable.selected,
    .react-flow__node-output.selectable:focus,
    .react-flow__node-output.selectable.focus-visible,
    .react-flow__node-group.selectable.selected,
    .react-flow__node-group.selectable:focus,
    .react-flow__node-group.selectable.focus-visible {
      box-shadow: 0 0 0 0.5px #1a192b;
    }
.react-flow__node-default.selectable.selected,
    .react-flow__node-default.selectable:focus,
    .react-flow__node-default.selectable:focus-visible,
    .react-flow__node-input.selectable.selected,
    .react-flow__node-input.selectable:focus,
    .react-flow__node-input.selectable:focus-visible,
    .react-flow__node-output.selectable.selected,
    .react-flow__node-output.selectable:focus,
    .react-flow__node-output.selectable:focus-visible,
    .react-flow__node-group.selectable.selected,
    .react-flow__node-group.selectable:focus,
    .react-flow__node-group.selectable:focus-visible {
      box-shadow: 0 0 0 0.5px #1a192b;
    }
.react-flow__node-group {
  background-color: rgba(240, 240, 240, 0.25);
}
.react-flow__nodesselection-rect,
.react-flow__selection {
  background: rgba(0, 89, 220, 0.08);
  border: 1px dotted rgba(0, 89, 220, 0.8);
}
.react-flow__nodesselection-rect:focus,
  .react-flow__nodesselection-rect.focus-visible,
  .react-flow__selection:focus,
  .react-flow__selection.focus-visible {
    outline: none;
  }
.react-flow__nodesselection-rect:focus,
  .react-flow__nodesselection-rect:focus-visible,
  .react-flow__selection:focus,
  .react-flow__selection:focus-visible {
    outline: none;
  }
.react-flow__controls {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.08);
}
.react-flow__controls-button {
    border: none;
    background: #fefefe;
    border-bottom: 1px solid #eee;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
    padding: 5px;
  }
.react-flow__controls-button:hover {
      background: #f4f4f4;
    }
.react-flow__controls-button svg {
      width: 100%;
      max-width: 12px;
      max-height: 12px;
    }
.react-flow__controls-button:disabled {
      pointer-events: none;
    }
.react-flow__controls-button:disabled svg {
        fill-opacity: 0.4;
      }
.react-flow__minimap {
  background-color: #fff;
}
.react-flow__minimap svg {
  display: block;
}
.react-flow__resize-control {
  position: absolute;
}
.react-flow__resize-control.left,
.react-flow__resize-control.right {
  cursor: ew-resize;
}
.react-flow__resize-control.top,
.react-flow__resize-control.bottom {
  cursor: ns-resize;
}
.react-flow__resize-control.top.left,
.react-flow__resize-control.bottom.right {
  cursor: nwse-resize;
}
.react-flow__resize-control.bottom.left,
.react-flow__resize-control.top.right {
  cursor: nesw-resize;
}
/* handle styles */
.react-flow__resize-control.handle {
  width: 4px;
  height: 4px;
  border: 1px solid #fff;
  border-radius: 1px;
  background-color: #3367d9;
  transform: translate(-50%, -50%);
}
.react-flow__resize-control.handle.left {
  left: 0;
  top: 50%;
}
.react-flow__resize-control.handle.right {
  left: 100%;
  top: 50%;
}
.react-flow__resize-control.handle.top {
  left: 50%;
  top: 0;
}
.react-flow__resize-control.handle.bottom {
  left: 50%;
  top: 100%;
}
.react-flow__resize-control.handle.top.left {
  left: 0;
}
.react-flow__resize-control.handle.bottom.left {
  left: 0;
}
.react-flow__resize-control.handle.top.right {
  left: 100%;
}
.react-flow__resize-control.handle.bottom.right {
  left: 100%;
}
/* line styles */
.react-flow__resize-control.line {
  border-color: #3367d9;
  border-width: 0;
  border-style: solid;
}
.react-flow__resize-control.line.left,
.react-flow__resize-control.line.right {
  width: 1px;
  transform: translate(-50%, 0);
  top: 0;
  height: 100%;
}
.react-flow__resize-control.line.left {
  left: 0;
  border-left-width: 1px;
}
.react-flow__resize-control.line.right {
  left: 100%;
  border-right-width: 1px;
}
.react-flow__resize-control.line.top,
.react-flow__resize-control.line.bottom {
  height: 1px;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
}
.react-flow__resize-control.line.top {
  top: 0;
  border-top-width: 1px;
}
.react-flow__resize-control.line.bottom {
  border-bottom-width: 1px;
  top: 100%;
}
._host_1ek7s_1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  gap: 8px;
  border-radius: 2px;
  font-weight: 500;
  font-size: 16px;
  border: none;
  outline: none;
  height: 40px;
  color: var(--app-color-white-lightest);
  background-color: var(--alvanda-branding-primary);
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
}
._host_1ek7s_1[comp-variant=light] {
  background-color: var(--app-color-white-lightest);
  color: var(--app-color-gray-dark);
  stroke: var(--app-color-gray-dark);
}
._host_1ek7s_1[comp-revert=lighter] {
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  gap: 8px;
  border: 1px solid var(--alvanda-branding-primary);
  border-radius: 2px;
  background-color: transparent;
  color: var(--alvanda-branding-primary);
  font-size: 14px;
  margin-top: auto;
  margin-bottom: auto;
}
._host_1ek7s_1 {
  /* Darker variant: same layout as lighter but in dark-purple */
}
._host_1ek7s_1[comp-revert=darker] {
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  gap: 8px;
  border: 1px solid var(--alvanda-branding-primary);
  border-radius: 2px;
  background-color: transparent;
  color: var(--alvanda-branding-primary);
  font-size: 14px;
  margin-top: auto;
  margin-bottom: auto;
}
._host_1ek7s_1[border-none-comp-revert=lighterNoBorder] {
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  gap: 8px;
  border: none;
  border-radius: 2px;
  background-color: transparent;
  color: var(--alvanda-branding-primary);
  font-size: 14px;
  margin-top: auto;
  margin-bottom: auto;
}
._host_1ek7s_1[comp-state=disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}
._host_1ek7s_1[comp-state=disabled] * {
  cursor: not-allowed !important;
}
._host_1ek7s_1 {
  /* Unsaved indicator state applied via data-unsaved attribute */
}
._host_1ek7s_1[data-unsaved=true] {
  position: relative;
  /* subtle emphasis without changing layout too much */
  box-shadow: 0 0 0 2px rgba(255, 107, 53, 0.15) inset;
}

._loaderContainer_1ek7s_83 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 32px;
  max-height: 80%;
  margin: 0 0px 0 5px;
}
._host_1ek7s_1[comp-loading=loading] ._loaderContainer_1ek7s_83 {
  transform: translateX(-5px);
}

._loaderEditor_1ek7s_95 {
  width: auto;
  margin: 0;
}
._host_1ek7s_1[comp-loading=loading] ._loaderEditor_1ek7s_95 {
  transform: translateX(0px);
}
._loaderEditor_1ek7s_95 div {
  display: flex;
  align-items: center;
  justify-content: center;
}
._loaderEditor_1ek7s_95 svg {
  stroke: grey !important;
  width: 18px !important;
  height: 18px !important;
  margin-top: 2px !important;
}

._target_1ek7s_114 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._target_1ek7s_114 svg {
  width: 32px;
  height: 32px;
}

._titleContainer_1ek7s_124 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  max-height: 80%;
  margin: 0 10px 0 10px;
}
._titleContainer_1ek7s_124 p {
  font-family: var(--app-text-main-font);
  font-weight: 600;
  font-size: 13px;
}

/* Add a small orange dot before the button title when unsaved */
._host_1ek7s_1[data-unsaved=true] ._titleContainer_1ek7s_124::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff6b35;
  margin-right: 6px;
}

._iconContainer_1ek7s_148 {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}
._iconContainer_1ek7s_148 ._host_1ek7s_1[comp-variant=light] {
  background-color: var(--app-color-white-lightest);
  color: var(--app-color-gray-dark);
  stroke: var(--app-color-gray-dark);
}
._iconContainer_1ek7s_148 ._host_1ek7s_1[comp-revert=lighter] {
  background-color: var(--app-color-white-lightest);
  color: var(--app-color-gray-dark);
  stroke: var(--app-color-gray-dark);
}

._showTooltip_1ek7s_165 {
  padding: 9px 21px !important;
}

._showTooltip_1ek7s_165 {
  border: 1px solid transparent;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  font-family: var(--app-text-secondary-font);
}._host_14nc1_1 {
  display: flex;
  flex-direction: column;
  padding: 10px;
  justify-content: flex-start;
  align-content: center;
}
._host_14nc1_1[app-variant-opened=true] {
  transform: translateY(0);
  opacity: 1;
  transition: var(--app-modal-transition);
}
._host_14nc1_1 {
  transition: var(--app-modal-transition);
  transform: translateY(-100vh);
  z-index: 201; /* Ensure modal is above overlay */
  opacity: 0;
  border-radius: 4px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1019607843);
  filter: none;
  margin: auto;
  background-color: var(--app-color-white-lightest);
  position: relative;
}

@media (min-width: 600px) {
  ._host_14nc1_1 {
    min-width: 500px;
  }
}
._closeContainer_14nc1_31 {
  position: absolute;
  right: 40px;
  cursor: pointer;
  z-index: 202;
  margin-top: 20px;
}

._transparent_14nc1_39 {
  background-color: transparent;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  z-index: 200;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  animation: _fadeIn_14nc1_1 0.5s;
  -webkit-animation: _fadeIn_14nc1_1 0.5s;
  -moz-animation: _fadeIn_14nc1_1 0.5s;
  -o-animation: _fadeIn_14nc1_1 0.5s;
  -ms-animation: _fadeIn_14nc1_1 0.5s;
}

/* When allowClick is true, ensure no blur or overlay, and allow events to pass through (JS will handle blocking) */
._allowClick_14nc1_59 {
  pointer-events: none; /* Events pass through; blocked via JS if unauthorized */
}
._allowClick_14nc1_59 ._host_14nc1_1 {
  pointer-events: auto; /* Modal remains interactive */
}

@keyframes _fadeIn_14nc1_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.m-checkbox {
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 3px;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  word-wrap: break-word;
}
.m-checkbox__checkmark {
  background-color: green;
}
.m-checkbox__label {
  flex-shrink: 0;
  flex-grow: 0;
  color: #0B0B28;
  cursor: pointer;
  word-wrap: break-word;
  max-width: 100%;
}
.m-checkbox__input {
  position: relative;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background: #ffffff;
  cursor: pointer;
  border: 2px solid var(--alvanda-dark-purple);
  border-radius: 5px;
  padding: 0.5rem;
}
.m-checkbox__input::before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  transition: all 0.1s;
  background: #0B0B28;
}
.m-checkbox__input:checked::before, .m-checkbox__input:indeterminate::before {
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  content: "✔";
  color: var(--app-color-white-lightest);
  font-size: 1.5em;
  line-height: 20px;
  padding: 7px 0 0 0;
  text-align: center;
  margin: 0;
  border-radius: 5px;
}
.m-checkbox__input:indeterminate::before {
  border: 0px solid var(--alvanda-dark-purple);
}
.m-checkbox__input:disabled {
  border-color: white;
  cursor: default;
}
.m-checkbox__input:disabled::before {
  background-color: white;
}
.m-checkbox__input:disabled + .m-checkbox__label {
  color: black;
  cursor: default;
}
.m-checkbox--has-error__input {
  border-color: var(--app-color-error);
  background-color: rgba(var(--app-color-error), 0.2);
}
.m-checkbox--has-error__input::before {
  background-color: var(--app-color-error);
}
.m-checkbox--switch__label {
  word-wrap: break-word;
  max-width: 100%;
}
.m-checkbox--switch__label::after {
  content: "off";
}
.m-checkbox--switch__input {
  width: 60px;
  height: 32px;
  border: 2px solid white;
  border-radius: 28px;
  background: #9b9b9b;
}
.m-checkbox--switch__input:checked::before, .m-checkbox--switch__input:indeterminate::before {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  content: "";
  border-radius: 28px;
}
.m-checkbox--switch__input::before {
  top: 2px;
  right: 30px;
  bottom: 2px;
  left: 2px;
  border-radius: 50%;
  background: white;
}
.m-checkbox--switch__input:checked {
  border-color: var(--alvanda-dark-purple);
  background: white;
}
.m-checkbox--switch__input:checked + .m-checkbox--switch__label::after {
  content: "on";
}
.m-checkbox--switch__input:checked::before {
  right: 2px;
  left: 30px;
  background: var(--alvanda-dark-purple);
}

.checkboxMainContainer {
  flex: 1;
  border-radius: 5px;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 7px;
}
.checkboxMainContainer .checkMarkContainer {
  cursor: pointer;
  width: 32px;
  height: 32px;
  min-width: 8px;
  min-height: 8px;
  border-radius: 2px;
  background-color: var(--app-color-white-lightest);
  border: 1px solid var(--app-color-gray-lighter);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.checkboxMainContainer .checkMark {
  width: 32px;
  height: 32px;
  min-width: 8px;
  min-height: 8px;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  background-color: var(--app-color-white-lightest);
  border: 2px solid var(--app-color-gray-lighter);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.checkboxMainContainer .labelContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: var(--app-color-white-lightest);
  cursor: pointer;
  word-wrap: break-word;
  max-width: 100%;
  min-width: 16px;
  padding: 0 0 0 10px;
}
.checkboxMainContainer .label {
  cursor: pointer;
  word-wrap: break-word;
  max-width: 100%;
  color: var(--alvanda-dark-purple);
  font-family: var(--app-text-secondary-font);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.checkboxMainContainer .ckeckHeader {
  color: var(--app-color-white-lightest);
  font-size: 1.1em;
  line-height: 20px;
  padding: 0 0 0 0;
  text-align: center;
  margin: 0;
}

.disabled {
  color: var(--app-color-text-light) !important;
}

.disbaled-container {
  position: absolute;
  cursor: not-allowed;
  height: 100%;
  width: 90%;
  z-index: 9999;
}

.icon {
  margin: 0px 10px 0 5px !important;
}._host_qpoo7_1 {
  position: relative;
  display: flex;
  flex-direction: column;
}

._inputAndTagsWrapper_qpoo7_7 {
  justify-content: space-between;
  display: flex;
  width: 100%;
  flex-direction: column;
}
._inputAndTagsWrapper_qpoo7_7[app-tag-emplacement=top] {
  flex-direction: column;
}
._inputAndTagsWrapper_qpoo7_7[app-tag-emplacement=bottom] {
  flex-direction: column-reverse;
}

._inputContainer_qpoo7_20[app-renedered-elements=toggle-only] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: initial;
}

._noResults_qpoo7_27 {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  color: var(--alvanda-dark-purple);
  opacity: 0.7;
  font-family: var(--app-text-secondary-font);
  font-size: 14px;
}._host_16l8e_1 {
  position: relative;
  display: flex;
  flex-direction: column;
}

._label_16l8e_7 {
  font-size: 12px;
}

._itemLeftIcon_16l8e_11 {
  margin-left: 10px;
  margin-right: 5px;
  height: 17px;
}

._itemLeftAvatar_16l8e_17 {
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
  object-fit: cover;
  background-color: var(--alvanda-light-purple);
  color: var(--alvanda-purple);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  border: 1px solid var(--alvanda-purple);
}

._hostTagDefault_16l8e_33 {
  outline: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  word-break: break-all;
  font-family: var(--app-text-secondary-font);
  font-style: normal;
  font-weight: 500;
  font-size: 1em;
  color: var(--app-color-gray-selected);
  margin: 8px 4px 0 4px;
  padding: 6px 4px;
  max-width: 100%;
  border-radius: 4px;
  width: fit-content;
}
._hostTagDefault_16l8e_33[app-variant=without-close-icon] {
  padding-right: 10px;
  margin-bottom: 8px;
}

._tagParagraph_16l8e_56 {
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-hyphens: auto;
  hyphens: auto;
  max-width: 100%;
  margin: 0;
}

._tagsContainer_16l8e_69 {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  margin: 5px;
}

._tagCloseIcon_16l8e_76 {
  margin-left: 5px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

._tagXCloseIcon_16l8e_83 {
  width: 16px;
  height: 16px;
  margin: 6px 6px 6px 10px;
  flex-shrink: 0;
}

._tagStepIcon_16l8e_90 {
  margin: 8px;
}

._tagShadowed_16l8e_94 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 8px 10px 8px;
  font-size: 15px;
  line-height: 1.25em;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1019607843);
  cursor: pointer;
  white-space: nowrap;
  border-radius: 5px;
  color: white;
  background-color: var(--alvanda-purple);
}

._tagPlated_16l8e_109 {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  font-family: var(--app-text-secondary-font);
  font-weight: 400;
  font-size: 14px;
  color: var(--alvanda-dark-purple);
  margin: 8px 4px 0 4px;
  padding: 6px 4px;
  line-height: 20px;
  background: var(--alvanda-light-purple);
  border-radius: 4px;
}

._inputContainer_16l8e_125 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  flex: 1;
  height: 40px;
}
._inputContainer_16l8e_125[app-variant=responsive] {
  height: auto;
  min-height: 46px;
}
._inputContainer_16l8e_125[app-state=active] {
  outline: none;
}
._inputContainer_16l8e_125[app-state=error] {
  border: 1px solid var(--app-color-red-error);
  border-radius: 4px;
}

._input_16l8e_125::placeholder {
  color: var(--alvanda-dark-purple);
  opacity: 0.5;
  font-family: var(--app-text-secondary-font);
  font-weight: 400;
  font-size: 16px;
}
._input_16l8e_125 {
  outline: none;
  border: none;
  margin: 0;
  font-family: var(--app-text-secondary-font);
  font-size: 1em;
  line-height: 20px;
  color: var(--alvanda-dark-purple);
  align-self: center;
  padding: 0 16px;
  width: 100%;
  text-align: left;
  flex: 1;
  background-color: transparent;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

._toggleMenuButton_16l8e_172 {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  font-family: var(--app-text-secondary-font);
  font-size: 1em;
  color: var(--alvanda-dark-purple);
  align-self: center;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  vertical-align: middle;
  text-align: center;
  height: 56px;
}

._toggleMenuInputButton_16l8e_192 {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

._toggleMenuInputButtonIcon_16l8e_198 {
  margin: 0 10px 0 8px;
  transform: rotate(0deg);
  transition: transform 0.6s ease;
  color: var(--alvanda-dark-purple);
}
._toggleMenuInputButton_16l8e_192[app-variant=open]:not[app-icon=eyeglass] ._toggleMenuInputButtonIcon_16l8e_198 {
  transform: rotate(180deg);
  transition: transform 0.6s ease;
}
._toggleMenuInputButton_16l8e_192[app-icon=chevron] ._toggleMenuInputButtonIcon_16l8e_198 {
  width: 10px;
}
._toggleMenuInputButton_16l8e_192[app-icon=downArrow] ._toggleMenuInputButtonIcon_16l8e_198 {
  width: 10px;
  height: 11px;
}
._toggleMenuInputButton_16l8e_192[app-icon=eyeglass] ._toggleMenuInputButtonIcon_16l8e_198 {
  transform: rotate(0deg);
  transition: transform 0.6s ease;
  width: 24px;
  height: 24px;
}

._eyeGlassCustom_16l8e_222 {
  width: 16px !important;
  height: 16px !important;
}

._toggleLeftIcon_16l8e_227 {
  margin: 4px 0 0 12px;
}
._toggleMenuInputButton_16l8e_192[app-icon=eyeglass] ._toggleLeftIcon_16l8e_227 {
  transform: rotate(0deg);
  transition: transform 0.6s ease;
  width: 16px;
  height: 16px;
}

._toggleBtnChildren_16l8e_237 {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  width: 100%;
}

._menuOverlayList_16l8e_245 {
  background-color: var(--app-color-white-lightest);
  border: 1px solid var(--app-color-gray-lighter);
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
._menuOverlayList_16l8e_245:focus, ._menuOverlayList_16l8e_245[focus-within] {
  outline: none;
}
._menuOverlayList_16l8e_245:focus, ._menuOverlayList_16l8e_245:focus-within {
  outline: none;
}
._menuOverlayList_16l8e_245 {
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
}

._menuOverlayListDiv_16l8e_261 {
  background-color: var(--app-color-white-lightest);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
._menuOverlayListDiv_16l8e_261:focus, ._menuOverlayListDiv_16l8e_261[focus-within] {
  outline: none;
}
._menuOverlayListDiv_16l8e_261:focus, ._menuOverlayListDiv_16l8e_261:focus-within {
  outline: none;
}
._menuOverlayListDiv_16l8e_261 {
  padding: 0;
}

._leftIconItem_16l8e_273 {
  margin-right: 20px;
}

._listItemAvatar_16l8e_277 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 12px;
  object-fit: cover;
  background-color: var(--alvanda-light-purple);
  color: var(--alvanda-purple);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  flex-shrink: 0;
}

._menuOverlayListItem_16l8e_292 {
  cursor: pointer;
  color: var(--app-color-gray-light);
  background-color: transparent;
  transition: transform 0.6s ease;
  display: flex;
  align-items: center;
}
._menuOverlayListItem_16l8e_292[app-variant-selected=selected]:not([app-item-type=checkboxes]) {
  color: var(--app-color-gray-dark);
  background-color: var(--app-color-white-dark);
}
._menuOverlayListItem_16l8e_292[app-variant-selected=selected][app-variant-highlighted=highlighted]:not([app-item-type=checkboxes]) {
  color: var(--app-color-gray-dark);
  background-color: var(--app-color-gray-lighter);
}
._menuOverlayListItem_16l8e_292[app-variant-highlighted=highlighted]:not([app-item-type=checkboxes]):not([app-item-read-only=readonly]) {
  color: var(--app-color-gray-dark);
  background-color: var(--alvanda-invisible-purple);
}
._menuOverlayListItem_16l8e_292[app-variant-highlighted=highlighted][app-item-type=checkboxes] {
  background-color: var(--alvanda-invisible-purple);
}
._menuOverlayListItem_16l8e_292[app-variant-selected=selected][app-item-type=checkboxes] {
  background-color: var(--alvanda-invisible-purple);
}
._menuOverlayListItem_16l8e_292[app-item-type=normal] {
  justify-content: space-between;
}
._menuOverlayListItem_16l8e_292[app-item-separated=unique] {
  border-bottom: 1px solid var(--app-color-gray-lighter_nuance);
}
._menuOverlayListItem_16l8e_292[app-item-read-only=readonly] {
  font-style: italic;
  font-weight: 600;
  color: var(--app-color-gray-unselected);
}

._menuOverlayListItemCheckbox_16l8e_330 {
  cursor: pointer;
  position: relative;
  display: flex;
  height: 16px;
  width: 16px;
  margin: auto 10px;
  border: 1px solid var(--app-color-gray-selected);
  border-radius: 2px;
  background-color: transparent;
}
._menuOverlayListItem_16l8e_292[app-variant-selected=selected] ._menuOverlayListItemCheckbox_16l8e_330 {
  background-color: var(--alvanda-purple);
}

._menuOverlayListItemChild_16l8e_345 {
  display: block;
  align-items: flex-start;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: var(--alvanda-dark-purple);
  font-family: var(--app-text-secondary-font);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  min-width: 0;
  background-color: transparent;
}
._customMenuOverlayListItem_16l8e_360[app-variant=selected] ._menuOverlayListItemChild_16l8e_345 {
  background-color: var(--app-color-gray-selected);
}

._hightlightItem_16l8e_364 {
  color: var(--alvanda-purple);
}

._menuOverlayListItemCheckboxCheckedMark_16l8e_368 {
  cursor: pointer;
  display: block;
  margin: auto;
  color: var(--app-color-white-lightest);
  fill: var(--app-color-white-lightest);
}

._menuOverlayListItemNormalCheckedMark_16l8e_376 {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin: 0px 10px 0px 8px;
  color: var(--app-color-gray-unselected);
}

._customErrorMessage_16l8e_384 {
  font-family: var(--app-text-secondary-font);
  font-size: 12px;
  color: var(--app-color-red-error);
  white-space: pre-wrap;
  word-break: break-word;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 10px 0;
}
._customErrorMessage_16l8e_384 span {
  vertical-align: middle;
  margin-right: 4px;
}

._customMenuOverlayListItemCheckbox_16l8e_400 {
  position: relative;
  display: flex;
  height: 16px;
  width: 16px;
  margin: auto 10px;
  border-radius: 2px;
  background-color: transparent;
}
._customMenuOverlayListItem_16l8e_360[app-variant=selected] ._customMenuOverlayListItemCheckbox_16l8e_400 {
  background-color: var(--app-color-gray-selected);
}._title_11qii_1 {
  margin-top: 5px !important;
}

._title_11qii_1 {
  font-family: var(--app-text-secondary-font);
  font-size: 12px;
  font-weight: 600;
  color: var(--alvanda-dark-purple);
}

._requiredTitle_11qii_9 {
  font-family: var(--app-text-secondary-font);
  font-size: 16px;
  color: var(--app-color-red-error);
  white-space: pre;
  margin-left: 1px;
}

._errorContainer_11qii_17 {
  font-family: var(--app-text-secondary-font);
  font-size: 12px;
  color: var(--app-color-red-error);
  white-space: pre;
  word-break: break-all;
}
._errorContainer_11qii_17 ._error_11qii_17 {
  color: var(--app-color-red-error);
  font-size: 12px;
}
._errorContainer_11qii_17 ._error_11qii_17 span {
  vertical-align: middle;
  margin-right: 4px;
}

._renderTitle_11qii_33 {
  justify-content: space-between !important;
}

._renderTitle_11qii_33 {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-height: 30px;
  margin-top: auto;
  margin-bottom: auto;
}

._renderTitle_11qii_33[is-errored=error] p {
  color: var(--app-color-red-error);
}

._titleContainer_11qii_47 {
  display: flex;
  align-items: center;
}

._showTooltip_11qii_52 {
  padding: 9px 21px !important;
  max-width: 500px !important;
}

._showTooltip_11qii_52 {
  border: 1px solid transparent;
  border-radius: 3px;
  font-weight: 500;
  font-size: 18px;
  font-family: var(--app-text-secondary-font);
}

._optionalMinWidth_11qii_62 {
  min-width: 300px;
}

._tooltipContainer_11qii_66 {
  position: relative;
  flex: 0;
}

._icon_11qii_71 {
  cursor: pointer;
  margin: -5px 0 0 20px;
  width: 18px;
  height: 18px;
}
._icon_11qii_71:focus, ._icon_11qii_71[focus-within] {
  outline: none;
}
._icon_11qii_71:focus, ._icon_11qii_71:focus-within {
  outline: none;
}

._renderDoubleSelect_11qii_81 {
  width: 100%;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  border: 1px solid var(--app-color-gray-lighter);
}

._firstSelectContainer_11qii_91 {
  display: flex;
  width: 45%;
}

._secondSelectContainer_11qii_96 {
  display: flex;
  flex: auto;
  flex-direction: row;
  justify-content: flex-end;
}

._select_11qii_103 {
  border: none;
  max-width: 110px;
}

._flex-centered_11qii_108, ._target_11qii_108 {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* FieldWrapper */
._fieldWrapperActive_11qii_115 {
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
._fieldWrapperActive_11qii_115[app-field-wrapper-variant=ungrouped] {
  margin: 20px 0;
}
._fieldWrapperActive_11qii_115 ._checkMarkContainer_11qii_126 {
  display: flex;
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
._fieldWrapperActive_11qii_115 ._checkMarkContainer_11qii_126 svg {
  width: 32px;
  height: 32px;
}
._fieldWrapperActive_11qii_115 ._nonEditChildrenContainer_11qii_138 {
  border: 1px solid var(--app-color-gray-lighter);
  width: 100%;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
._fieldWrapperActive_11qii_115 ._editParagraphContainer_11qii_147 {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
  width: 100%;
  /* backgroundColor: #FFFFF;  */
  border-radius: 8px;
}
._fieldWrapperActive_11qii_115 ._editParagraphContainer_11qii_147 p {
  box-sizing: border-box;
  width: 100%;
  border: none;
  border-radius: 8px;
  font-family: var(--app-text-secondary-font);
  font-size: 1.1em;
  font-weight: 500;
  position: relative;
  padding: 0px 10px 0px 0px;
}

._fieldWrapperInactive_11qii_170 {
  width: 100%;
  min-width: 260px;
  margin: 20px 0px 0px;
  padding: 0px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
._fieldWrapperInactive_11qii_170[app-variant-inactive-ungrouped=true] {
  margin: 20px 0;
}
._fieldWrapperInactive_11qii_170[app-variant-inactive-default-highlighted=true] {
  border: 1px solid var(--app-color-gray-lighter);
}
._fieldWrapperInactive_11qii_170[app-variant-inactive-with-error=true] {
  border: 1px solid var(--app-color-red-error);
}
._fieldWrapperInactive_11qii_170[app-variant-inactive-read-only=true] {
  cursor: text;
}

._fieldWrapperInactiveImageContainer_11qii_192 {
  display: flex;
  flex: 1;
  justify-content: space-around;
  padding: 20px;
}

._fieldWrapperInactiveImage_11qii_192 {
  margin-right: auto;
  width: 18px;
  height: 18px;
}

._fieldWrapperInactiveSVG_11qii_205 {
  width: 10px;
  height: 11px;
}

._fieldWrapperInactiveSpinnerContainer_11qii_210 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

._fieldWrapperInactiveText_11qii_217 {
  color: var(--alvanda-dark-purple);
}
._fieldWrapperInactiveText_11qii_217[app-variant-palceholder=true] {
  color: var(--alvanda-dark-purple);
}

/* FieldWrapper */
/* ContainerWrapper */
._containerWrapper_11qii_226 {
  flex: 1;
  width: 100%;
  padding: 0 5px 0 5px;
  margin: 0px;
  border: none;
  border-radius: "4px";
}
._containerWrapper_11qii_226[app-variant-ungruouped=true] {
  margin: 20px 0;
}
._containerWrapper_11qii_226[app-variant-bordered=true] {
  border: 1px solid var(--app-color-gray-lighter);
}

._containerWrapperTitleContainer_11qii_241 {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

._containerWrapperAckButton_11qii_249 {
  outline: none;
  border: none;
  background-color: transparent;
  display: flex;
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
._containerWrapperAckButton_11qii_249 svg {
  width: 32px;
  height: 32px;
}

._containerWrapperChildrenContainer_11qii_265 {
  gap: 8px;
  width: 100%;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
._containerWrapperChildrenContainer_11qii_265[app-variant-columned=true] {
  flex-direction: column;
}

/* ContainerWrapper */
/* RenderYesNoSwitcher */
._renderYesNoSwitcherWrapper_11qii_280 {
  flex: 1;
  width: 100%;
  margin: 0px;
  border: none;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
}
._renderYesNoSwitcherWrapper_11qii_280[app-variant-ungrouped=true] {
  margin: 20px 0;
}
._renderYesNoSwitcherWrapper_11qii_280[app-variant-bordered=true] {
  border: 1px solid var(--app-color-gray-lighter);
}

._renderYesNoSwitcherTitleContainer_11qii_299 {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 75%;
}

._renderYesNoSwitcherTitle_11qii_299 {
  font-family: var(--app-text-secondary-font);
  font-weight: 400;
  font-size: 16px;
  justify-content: left;
}

._renderYesNoSwitcherToggleContainer_11qii_315 {
  max-width: 100px;
  position: relative;
  z-index: 0;
}

/* RenderYesNoSwitcher */
/* RenderDinamicTextInput */
._renderDinamicTextInputWrapper_11qii_323 {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
  width: 100%;
  margin-left: 16px;
  background-color: var(--app-color-white-lightest);
  border-radius: 8px;
}
._renderDinamicTextInputWrapper_11qii_323 textarea::placeholder {
  font-family: var(--app-text-secondary-font);
  font-weight: 400;
  font-size: 16px;
}

._renderDinamicTextInputTextarea_11qii_340 {
  height: 48px !important;
}

._renderDinamicTextInputTextarea_11qii_340 {
  box-sizing: border-box;
  max-height: 100px;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 8px;
  background-color: var(--app-color-white-lightest);
  font-family: var(--app-text-secondary-font);
  font-size: 16px;
  font-weight: 500;
  resize: none;
  position: relative;
  padding-top: 12px;
}

/* RenderDinamicTextInput */
/* RenderYesNoOptions */
._renderYesNoOptionsWrapper_11qii_359 {
  align-self: flex-start;
  display: flex;
  flex-direction: row;
  align-items: center;
}

._renderYesNoOptionsWrapperYesContainer_11qii_366 {
  outline: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: center;
  cursor: pointer;
  text-align: center;
  border: 1px solid #3030AD;
  border-radius: 2px;
  margin: 4px;
  font-size: 14px;
  background-color: var(--app-color-white-lightest);
  font-family: var(--app-text-main-font);
  width: 40px;
  height: 32px;
  color: var(--alvanda-purple);
}
._renderYesNoOptionsWrapperYesContainer_11qii_366[app-variant-selected=true] {
  background-color: var(--alvanda-purple);
  color: white;
}

._renderYesNoOptionsWrapperNoContainer_11qii_390 {
  outline: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #3030AD;
  border-radius: 2px;
  margin: 4px;
  font-size: 14px;
  background-color: var(--app-color-white-lightest);
  font-family: var(--app-text-main-font);
  width: 40px;
  height: 32px;
  color: var(--alvanda-purple);
}
._renderYesNoOptionsWrapperNoContainer_11qii_390[app-variant-selected=true] {
  background-color: var(--alvanda-purple);
  color: white;
}

/* RenderYesNoOptions */
/* RenderAddBulletField */
._renderAddBulletFieldWrapper_11qii_414 {
  cursor: text;
  margin: 10px 0px 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
  width: 100%;
}

._renderAddBulletFieldInputContainer_11qii_424 {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
  width: 100%;
  background-color: var(--app-color-white-lightest);
  border-radius: 8px;
}

._renderAddBulletFieldAnnotationWrapper_11qii_435 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

._renderAddBulletFieldSaveButton_11qii_442 {
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0 5px 0 5px;
  border-radius: 4px;
  background-color: var(--alvanda-purple);
  height: 32px;
  width: 79px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
._renderAddBulletFieldSaveButton_11qii_442 svg {
  width: 16px;
  height: 16px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  align-self: center;
  color: var(--app-color-white-lightest);
}
._renderAddBulletFieldSaveButton_11qii_442 p {
  font-family: var(--app-text-secondary-font);
  font-size: 16px;
  color: var(--app-color-white-lightest);
  padding-right: 10px;
}

._renderAddBulletFieldInputStyle_11qii_472 {
  outline: none;
  flex: 1;
  font-family: var(--app-text-secondary-font);
  font-size: 1em;
  line-height: 20px;
  color: var(--app-color-gray-dark);
  background-color: var(--app-color-white-lightest);
  border-radius: 8px;
  border: 0px;
  padding-left: 5px;
}
._renderAddBulletFieldInputStyle_11qii_472::placeholder {
  font-style: italic;
}

._renderAddBulletFieldCancelbutton_11qii_488 {
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 5px 0 25px;
  padding: 5px;
  border-radius: 4px;
  background-color: var(--app-color-gray-dark);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* RenderAddBulletField */
/* RenderBulletEntry */
._renderBulletEntryWrapper_11qii_504 {
  flex: 1;
  cursor: text;
  margin: 3px 0px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
  width: 100%;
}

._renderBulletEntryContainer_11qii_515 {
  height: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  background-color: var(--app-color-white-lightest);
  border-radius: 8px;
}
._renderBulletEntryContainer_11qii_515[app-variant-show-buttons=true] {
  background-color: var(--app-color-gray-lighter_nuance4);
}

._renderBulletEntryLabelContainer_11qii_530 {
  align-self: flex-start;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}

._renderBulletEntryTextareaContainer_11qii_539 {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
  width: 100%;
  background-color: var(--app-color-white-lightest);
  border-radius: 8px;
}

._renderBulletEntryItemNumber_11qii_550 {
  align-self: flex-start;
  font-family: var(--app-text-secondary-font);
  font-size: 1.1rem;
  color: var(--app-color-gray-dark);
  background-color: var(--app-color-white-lightest);
  outline: none;
  border-radius: 8px;
  border: 0px;
  padding: 0;
}
._renderBulletEntryItemNumber_11qii_550[app-variant-show-buttons=true] {
  padding: 5px 0 0 5px;
  color: var(--app-color-gray-dark);
  background-color: var(--app-color-gray-lighter_nuance4);
}

._renderBulletEntryTextarea_11qii_539 {
  resize: none;
  height: auto;
  height: initial;
  flex: 1;
  font-family: var(--app-text-secondary-font);
  font-size: 1.1rem;
  outline: none;
  border-radius: 8px;
  border: 0px;
  word-wrap: break-word;
}

._renderBulletEntryTextareaLabel_11qii_579 {
  position: absolute;
  top: 35%;
  left: 10px;
  right: 0;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
  display: block;
  color: var(--app-color-gray-light);
  font-family: var(--app-text-secondary-font);
  font-size: 1rem;
  line-height: 1.3rem;
}

._renderBulletEntryAnnotationWrapper_11qii_593 {
  flex: 0.2;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

._renderBulletEntrySaveButton_11qii_601 {
  padding: 0 5px 0 5px;
  cursor: pointer;
  border-radius: 4px;
  background-color: var(--app-color-white-lightest);
  height: 32px;
  width: 79px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
._renderBulletEntrySaveButton_11qii_601 svg {
  width: 16px;
  height: 16px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  align-self: center;
}
._renderBulletEntrySaveButton_11qii_601 p {
  font-family: var(--app-text-secondary-font);
  font-size: 16px;
  color: var(--app-color-gray-dark);
  padding-right: 10px;
}

._renderBulletEntryCancelButton_11qii_628 {
  margin: 0 5px 0 25px;
  cursor: pointer;
  border-radius: 4px;
  border: 0px;
  padding: 5px;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* RenderBulletEntry */
._noBorder_11qii_642 {
  width: 100%;
  border: none;
}

._renderBooleansOptions_11qii_647 {
  align-self: flex-start;
  display: flex;
  flex-direction: row;
  align-items: center;
}
._renderBooleansOptions_11qii_647 p {
  font-family: var(--app-text-secondary-font);
  font-size: 16px;
  color: var(--app-color-white-lightest);
}
._renderBooleansOptions_11qii_647 > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  width: 115px;
  height: 40px;
  border-radius: 20px;
  margin: 4px;
  background-color: var(--app-color-gray-unselected);
}
._renderBooleansOptions_11qii_647 > div[cont-variant=selected] {
  background-color: var(--app-color-gray-selected);
}
._renderBooleansOptions_11qii_647 svg {
  margin: 2px 5px 0px 5px;
  width: 15.38px;
  height: 15.38px;
  filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(50deg) brightness(300%) contrast(150%);
}

._cw_withValidation_11qii_681 {
  flex: 1;
  width: 100%;
  padding: 0 5px 0 5px;
  margin: 0px;
  border: none;
  border-radius: 4px;
}
._cw_withValidation_11qii_681[app-variant-ungrouped=ungrouped] {
  margin: 20px 0;
}
._cw_withValidation_11qii_681[app-variant-bordered=bordered] {
  border: 1px solid #d2d2d2;
  padding: 8px;
}
._cw_withValidation_11qii_681 ._header_11qii_696 {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
._cw_withValidation_11qii_681[app-variant-with-ack-button=withAckButton] ._header_11qii_696, ._cw_withValidation_11qii_681[app-variant-hasError=error] ._header_11qii_696 {
  padding: 5px 0;
}
._cw_withValidation_11qii_681[app-variant-has-error=true] {
  border: 1px solid var(--app-color-error);
  padding: 5px;
}
._cw_withValidation_11qii_681 ._acknowledgeContainer_11qii_710 {
  display: flex;
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
._cw_withValidation_11qii_681 ._acknowledgeIcon_11qii_718 {
  width: 32px;
  height: 32px;
}
._cw_withValidation_11qii_681 ._childrenContainer_11qii_722 {
  width: 100%;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
._cw_withValidation_11qii_681[app-variant-columned=columned] ._childrenContainer_11qii_722 {
  flex-direction: column;
}

._doubleSelectFirstSelectContainer_11qii_734 {
  border: none !important;
}

._doubleSelectFirstSelectContainer_11qii_734 {
  padding-left: 16px;
  font-family: var(--app-text-secondary-font);
  font-size: 16px;
}

._inputContainerClassName_11qii_741 {
  border: 1px solid var(--app-color-gray-lighter);
  border-radius: 4px;
}

._doubleSelectFirstSelectMOL_11qii_746 {
  width: 93%;
  margin-top: 2px;
  top: 100%;
  position: absolute;
  z-index: 2;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

._unitInput_11qii_757 {
  padding-left: 12px !important;
  padding-right: 3px !important;
  text-align: right !important;
}
._unitInput_11qii_757::placeholder {
  opacity: 1 !important;
}

._doubleSelectFirstSelectMOLI_11qii_766 {
  padding: 8px 0;
}
._doubleSelectFirstSelectMOLI_11qii_766 span {
  display: flex;
  align-items: center;
  padding-left: 2px;
}
._doubleSelectFirstSelectMOLI_11qii_766 span:hover {
  color: var(--alvanda-purple);
}
._doubleSelectFirstSelectMOLI_11qii_766 {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* RenderListFramedEntry */
._renderListFramedEntryActiveWrapper_11qii_784 {
  flex: 1;
  width: 100%;
}

._renderListFramedEntryActiveItem_11qii_789 {
  padding: 0 0 0 2.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: stretch;
  width: 100%;
}

._renderListFramedEntryRenderAddBulletFieldWrapper_11qii_798 {
  padding: 0 0 0 2.5%;
}

._renderListFramedEntryInactiveWrapper_11qii_802 {
  width: 100%;
  font-family: var(--app-text-secondary-font);
  font-size: 16px;
  color: var(--alvanda-dark-purple);
  border-radius: 2px;
  border: 1px solid var(--app-color-gray-lighter);
  outline: none;
  height: 56px;
  margin-top: 5px;
  margin-left: 0;
  padding: 0 10px 0 10px;
  background-color: transparent;
}

._renderListFramedEntryInactiveItemContainer_11qii_817 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin: 0;
}

._renderListFramedEntryInactiveItem_11qii_817 {
  box-sizing: border-box;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 8px;
  background-color: var(--app-color-white-lightest);
  color: var(--alvanda-dark-purple);
  font-family: var(--app-text-secondary-font);
  font-size: 1.1em;
  line-height: 1.3rem;
  font-weight: 500;
  resize: none;
  position: relative;
  padding: 10px 10px 10px 10px;
  margin: 0;
}

/* RenderListFramedEntry */
/* ButtonWithTooltipRender */
._buttonWithTooltipRenderWrapper_11qii_846 {
  position: relative;
}

._buttonWithTooltipRenderRemoveButton_11qii_850 {
  margin: 0 10px 0 10px;
  padding: 0 5px 0 5px;
  cursor: pointer;
  border-radius: 4px;
  background-color: var(--app-color-white-dark);
  color: var(--app-color-gray-dark);
  height: 32px;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

._buttonWithTooltipRenderRemoveButtonIcon_11qii_865 {
  width: 16px;
  height: 16px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  align-self: center;
}

._buttonWithTooltipRenderParagraph_11qii_874 {
  color: var(--app-color-gray-dark);
  font-family: var(--app-text-secondary-font);
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  padding-right: 10px;
}

/* ButtonWithTooltipRender */
/* Render Position People */
._renderPositionsPeopleActiveWrapper_11qii_887 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  border: 1px solid var(--app-color-gray-lighter);
  padding: 10px 10px 10px 10px;
  min-height: 50px;
}

._renderPositionsPeopleActiveContainer_11qii_897 {
  padding: 0 0 0 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  width: 100%;
  overflow-y: auto; /* vertical scroll */
  max-height: 240px; /* show exactly 4 rows (4 x 56px each inc gap) - adjust as needed */
  gap: 24px; /* consistent spacing between columns */
}

._renderPositionsPeopleActiveChunksContainer_11qii_910 {
  /* Each column will contain max 4 people stacked vertically */
  display: grid;
  grid-auto-flow: column; /* fill rows first, then create new column after 4 items */
  grid-template-rows: repeat(4, max-content);
  grid-row-gap: 6px;
  row-gap: 6px;
  justify-items: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  align-self: flex-start;
  margin: 0 20px 0 0; /* spacing between columns comes from container gap as well */
}

._renderPositionsPeopleActiveChunkWrapper_11qii_923 {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 8px;
  align-self: flex-start;
  min-width: 180px;
  width: 240px;
  max-width: 240px;
}

._renderPositionsPeopleActiveChunkItemParagraph_11qii_937 {
  color: var(--app-color-gray-dark);
  font-family: var(--app-text-secondary-font);
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  margin-left: 10px;
}

._renderPositionsPeopleActiveAddEmployeeMultiselectContainer_11qii_948 {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  border: 1px solid var(--app-color-gray-lighter);
  border-radius: 2px;
  padding: 5px;
}

._renderPositionsPeopleActiveAddEmployeeMultiSelectWithSearchInput_11qii_960 {
  height: auto;
}

._renderPositionsPeopleActiveMenuOverlayListItem_11qii_964 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  gap: 4px;
}

._renderPositionsPeopleActiveAddEmployeeMultiSelectWithSearch_11qii_960 {
  width: 100%;
}

._renderPositionsPeopleActiveAddEmployeeMenuOverlay_11qii_977 {
  width: 100%;
  align-items: stretch;
  top: 100%;
  position: absolute;
  z-index: 10;
}

._renderPositionsPeopleActiveAddEmployeeMenuItem_11qii_985 {
  width: auto;
  padding: 10px;
  cursor: pointer;
  align-items: stretch;
}

._renderPositionsPeopleActiveAddEmployeeControls_11qii_992 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 10px;
}

._renderPositionsPeopleInactiveChunkContainer_11qii_1001 {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-color: var(--app-color-gray-lighter);
  display: flex;
  justify-content: center;
  align-items: center;
}
._renderPositionsPeopleInactiveChunkContainer_11qii_1001 img {
  height: 32px;
  width: 32px;
  object-fit: cover;
  border-radius: 50px;
}

._renderPositionsPeopleInactiveNameContainer_11qii_1017 {
  display: flex;
  background: #3030AD;
  height: 32px;
  justify-content: center;
  width: 32px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
}
._renderPositionsPeopleInactiveNameContainer_11qii_1017 p {
  line-height: 2px;
  color: white;
  font-weight: bold;
}

._deleteButton_11qii_1033 {
  width: 32px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Render Position People */
/* RenderSharedResourcesForPosition */
._renderSharedResourcesForPositionInactiveWrapper_11qii_1043 {
  display: flex;
  gap: 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  width: 100%;
  padding: 24px 40px 24px 40px;
  border: 1px solid var(--app-color-gray-lighter);
}

._outerWrapper_11qii_1055 {
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  gap: 24px;
  padding-bottom: 24px;
}
._outerWrapper_11qii_1055::-webkit-scrollbar {
  height: 8px;
  border-radius: 8px;
}

._renderSharedResourcesForPositionInactiveColumn_11qii_1068 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  align-self: flex-start;
  padding: 16px;
  background-color: var(--alvanda-light-purple);
  width: 272px;
  min-width: 272px;
  height: 284px;
  border-radius: 4px;
  justify-content: flex-start;
  gap: 16px;
}
._renderSharedResourcesForPositionInactiveColumn_11qii_1068 ._renderSharedResourceTitle_11qii_1084 {
  overflow-y: scroll;
}
._renderSharedResourcesForPositionInactiveColumn_11qii_1068 ._renderSharedResourceTitle_11qii_1084 img {
  display: block !important;
}

._renderSharedResourcesForPositionInactiveColumnTitle_11qii_1091 {
  font-family: var(--app-text-main-font);
  font-weight: 600;
  font-size: 20px;
  vertical-align: middle;
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 16px;
  width: 100%;
  color: var(--alvanda-highlight-purple);
  word-wrap: anywhere;
  max-height: 180px;
}

._renderSharedResourceTitle_11qii_1084 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  width: 240px;
}

._resourceContent_11qii_1113 {
  display: flex;
  align-items: center;
}

._renderSharedResourcesForPositionInactiveColumnItemWrapper_11qii_1118 {
  cursor: pointer;
  align-self: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 240px;
  overflow: hidden;
}
._renderSharedResourcesForPositionInactiveColumnItemWrapper_11qii_1118:hover img {
  display: block !important;
}

._overflowWrapper_11qii_1133 {
  max-width: 240px;
  overflow-x: auto;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
._overflowWrapper_11qii_1133::-webkit-scrollbar {
  height: 8px;
  border-radius: 10px;
}
._overflowWrapper_11qii_1133::-webkit-scrollbar-track {
  background-color: #F7F7FD;
  /* Set the background color of the scrollbar track */
  border-radius: 10px;
}

._groupWrapper_11qii_1150 {
  display: flex;
  gap: 16px;
  flex-direction: column;
  max-height: 202px;
}

._renderSharedResourcesForPositionInactiveColumnMarkerContainer_11qii_1157 {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-color: var(--app-color-gray-lighter);
  display: flex;
  justify-content: center;
  align-items: center;
}
._renderSharedResourcesForPositionInactiveColumnMarkerContainer_11qii_1157 img {
  height: 32px;
  width: 32px;
  border-radius: 50px;
  object-fit: cover;
}

._renderSharedResourcesForPositionInactiveColumnMarker_11qii_1157 {
  margin: 0;
  padding: 0;
  font-family: var(--app-font-gt-black);
  font-size: 1.5em;
  color: var(--app-color-white-lightest);
}

._renderSharedResourcesForPositionInactiveColumnItem_11qii_1118 {
  font-family: var(--app-text-secondary-font);
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  margin-left: 10px;
  color: var(--alvanda-dark-purple);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 24px;
}

._renderSharedResourcesForPositionEmptyContainer_11qii_1194 {
  border: 1px solid var(--app-color-gray-lighter);
  font-family: var(--app-text-secondary-font);
  font-size: 16px;
  color: var(--alvanda-dark-purple);
  display: flex;
  padding: 20px;
}
._renderSharedResourcesForPositionEmptyContainer_11qii_1194 div {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-color: var(--app-color-gray-lighter);
}
._renderSharedResourcesForPositionEmptyContainer_11qii_1194 p {
  margin-top: 3px;
  margin-left: 10px;
}

/* RenderSharedResourcesForPosition */
/* SimpleContainerWrapper */
._simpleContainerWrapperHost_11qii_1215 {
  flex: 1;
  width: 100%;
}

._simpleContainerWrapperTitleContainer_11qii_1220 {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

._simpleContainerWrapperTitleText_11qii_1228 {
  font-family: var(--app-text-secondary-font);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: var(--alvanda-medium-purple);
  margin: 0;
  padding: 0;
}

._simpleContainerWrapperChildrenContainer_11qii_1239 {
  width: 100%;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
._simpleContainerWrapperChildrenContainer_11qii_1239[app-variant-columned=true] {
  flex-direction: column;
}

/* SimpleContainerWrapper */
._addAndShareWrapper_11qii_1252 {
  display: flex;
  gap: 32px;
  padding: 16px;
  align-items: flex-start;
}

._addColleagueContainer_11qii_1259 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

._shareColleagueContainer_11qii_1267 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._shareColleagueDescription_11qii_1274 {
  font-size: 14px;
  color: var(--alvanda-dark-purple);
  opacity: 0.7;
  font-family: var(--app-text-secondary-font);
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}

._renderPositionsPeopleActiveAddEmployeeControls_11qii_992 {
  display: flex;
  justify-content: flex-start;
}._errorMessage_4ijjx_1 {
  color: var(--app-color-red-error);
  font-size: 12px;
  font-family: var(--app-text-secondary-font);
  text-align: left;
  margin-top: 10px;
}.some-custom-checkbox [data-reach-custom-checkbox-container] {
  min-width: 14px;
  min-height: 14px;
}

.some-custom-checkbox [data-reach-custom-checkbox-container][data-state=checked]:after {
  display: block;
  width: calc(45% - 2px);
  height: calc(90% - 4px);
  border: solid #fff;
  border-width: 0 0.125em 0.125em 0;
  transform: translateY(-65%) translateX(-50%) rotate(45deg);
}

.some-custom-checkbox [data-reach-custom-checkbox-container][data-state=checked]:before,
.some-custom-checkbox [data-reach-custom-checkbox-container][data-state=mixed]:before {
  border-color: var(--app-color-gray-lighter);
  background-color: var(--alvanda-highlight-purple);
  border-radius: 0.2em;
}

.some-custom-checkbox [data-reach-custom-checkbox-container]:before {
  width: 110%;
  height: 110%;
  border: 1px solid #b8b8b8;
  border-radius: 0.2em;
  background-color: #fff;
}

.some-custom-checkbox [data-reach-custom-checkbox-container]:after,
.some-custom-checkbox [data-reach-custom-checkbox-container]:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}

.some-custom-checkbox {
  margin: 0;
  padding: 0;
  display: flex;
  flex: 0;
  height: auto;
  min-width: 14px;
  min-height: 14px;
}

[data-reach-custom-checkbox-input]:focus {
  outline: none !important;
  border: none !important;
}

[data-reach-custom-checkbox-input]:focus {
  border-radius: 0.2em;
}

.label {
  flex-shrink: 1;
  flex-grow: 1;
  cursor: pointer;
  word-wrap: break-word;
  max-width: 100%;
  width: 100%;
  color: var(--app-color-gray-light);
  font-family: var(--app-text-secondary-font), serif;
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  padding: 0;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75ex;
}

[data-reach-custom-checkbox-input] {
  position: absolute !important;
  top: 1ex !important;
  left: 1ex !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  z-index: 1 !important;
  box-shadow: none !important;
  outline: none !important;
}

[data-reach-custom-checkbox-input] {
  border-radius: 0.2em;
  cursor: pointer;
}

[data-reach-custom-checkbox-container] {
  display: inline-block;
  position: relative;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.2em;
  margin: 1ex 0.75ex 1ex 1ex;
  cursor: pointer;
}

[data-reach-custom-checkbox-container][focus-within],
[data-reach-custom-checkbox-container][data-focus] {
  box-shadow: 0 0 4px 1px var(--app-color-gray-lighter);
  outline: -webkit-focus-ring-color auto 5px;
  border-radius: 0.2em;
}

[data-reach-custom-checkbox-container]:focus-within,
[data-reach-custom-checkbox-container][data-focus] {
  box-shadow: 0 0 4px 1px var(--app-color-gray-lighter);
  outline: -webkit-focus-ring-color auto 5px;
  border-radius: 0.2em;
}._modal_u8kuq_1 {
  width: 536px;
}
._modal_u8kuq_1 ._content_u8kuq_4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
._modal_u8kuq_1 ._resultMessage_u8kuq_11 {
  margin: 1em;
  font-family: var(--app-text-main-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: var(--alvanda-purple);
  margin-bottom: 0px;
  text-align: center;
}
._modal_u8kuq_1 ._closeButton_u8kuq_21 {
  height: 56px;
  width: 122px;
}
._modal_u8kuq_1 ._closeButton_u8kuq_21 img {
  width: 24px;
}

._warningIcon_u8kuq_29 {
  width: 64px;
}

._warningDetail_u8kuq_33 {
  margin: 32px auto;
  width: 80%;
  line-height: 28px;
  color: #3030ac;
  text-align: center;
  white-space: pre-line;
}._backdrop_1qejk_1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  animation: _fadeIn_1qejk_1 0.3s ease-out;
}

._panel_1qejk_12 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 500px;
  max-width: 90vw;
  background-color: white;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  animation: _slideInRight_1qejk_1 0.3s ease-out;
}
@media (max-width: 768px) {
  ._panel_1qejk_12 {
    width: 100vw;
    max-width: 100vw;
  }
}

._backdropDemoted_1qejk_33 {
  z-index: 150;
}

._panelDemoted_1qejk_37 {
  z-index: 151;
}

._header_1qejk_41 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f8f9fa;
}

._headerContent_1qejk_50 {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

._componentIcon_1qejk_58 {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

._componentTitle_1qejk_64 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

._headerActions_1qejk_75 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

._closeButton_1qejk_82 {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
._closeButton_1qejk_82 img {
  width: 16px;
  height: 16px;
}
._closeButton_1qejk_82:hover {
  background-color: #e0e0e0;
}

._content_1qejk_101 {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}

._loading_1qejk_107,
._error_1qejk_108 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  color: #666;
  font-size: 14px;
}

._componentContent_1qejk_117 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

._metadata_1qejk_123 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

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

._metaLabel_1qejk_139 {
  font-size: 12px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

._metaValue_1qejk_147 {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 500;
}

._quickActions_1qejk_153 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  position: relative;
  overflow: visible;
  min-height: 60px;
}

._actionLabel_1qejk_168 {
  font-size: 12px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-right: 8px;
  white-space: nowrap;
  min-width: 56px;
  line-height: 36px;
}

._pdfSection_1qejk_180 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}

._pdfDownloadButton_1qejk_187 {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 1px solid #e0e0e0;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  transition: all 0.2s ease;
  white-space: nowrap;
  max-width: 100%;
}
._pdfDownloadButton_1qejk_187 img {
  width: 16px;
  height: 16px;
}
._pdfDownloadButton_1qejk_187 span {
  font-weight: 500;
}
._pdfDownloadButton_1qejk_187:hover {
  background-color: #e0e0e0;
  border-color: #ccc;
  color: #333;
}
._pdfDownloadButton_1qejk_187:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

._fields_1qejk_219 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._field_1qejk_219 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._fieldLabel_1qejk_231 {
  font-size: 12px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

._fieldValue_1qejk_239 {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.4;
}

._emptyValue_1qejk_245 {
  color: #999;
  font-style: italic;
}

._link_1qejk_250 {
  color: #007bff;
  text-decoration: none;
}
._link_1qejk_250:hover {
  text-decoration: underline;
}

._actions_1qejk_258 {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

._primaryAction_1qejk_267 {
  background-color: #3030AD;
  background-color: var(--alvanda-dark-purple, #3030AD);
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  flex: 1 1 auto;
  transition: background-color 0.2s ease;
}
._primaryAction_1qejk_267:hover {
  background-color: #252580;
  background-color: var(--alvanda-dark-purple-hover, #252580);
}

._secondaryAction_1qejk_283 {
  background-color: #fff;
  color: #333;
  border: 1px solid #d0d0d0;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  flex: 0 1 auto;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
._secondaryAction_1qejk_283:hover:not(:disabled) {
  background-color: #f5f5f5;
  border-color: #b0b0b0;
}
._secondaryAction_1qejk_283:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

._dangerAction_1qejk_304 {
  background-color: #fff;
  color: #d0342c;
  border: 1px solid #e8bdba;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  flex: 0 1 auto;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
._dangerAction_1qejk_304:hover:not(:disabled) {
  background-color: #d0342c;
  border-color: #d0342c;
  color: #fff;
}
._dangerAction_1qejk_304:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

._statusSection_1qejk_326 {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 8px;
  min-width: 220px;
}

._statusDropdown_1qejk_334 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1;
  min-width: 0;
}

._statusSelectContainer_1qejk_342 {
  min-width: 180px;
}

._statusMenuOverlay_1qejk_346 {
  min-width: 180px;
  position: absolute;
}

._statusLoading_1qejk_351, ._statusBusyIndicator_1qejk_351 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #666;
  font-style: italic;
  white-space: nowrap;
}

._statusBusyIndicator_1qejk_351 {
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background-color: #fff;
}

._noStatus_1qejk_369 {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #666;
  font-size: 14px;
  font-style: italic;
}
._noStatus_1qejk_369 span {
  white-space: nowrap;
}

._meetingContainer_1qejk_384 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 2px;
}

._meetingMain_1qejk_391 {
  font-family: var(--app-text-secondary-font);
  font-size: 14px;
  color: var(--alvanda-dark-purple);
  line-height: 1.5em;
}

._meetingSub_1qejk_398 {
  font-family: var(--app-text-secondary-font);
  font-size: 13px;
  color: #828282;
  margin: 0;
}

@keyframes _fadeIn_1qejk_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _slideInRight_1qejk_1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{display:flex;height:36px;height:var(--react-international-phone-height, 36px);box-sizing:border-box;align-items:center;justify-content:center;padding:0;border:1px solid gainsboro;border:1px solid var(--react-international-phone-country-selector-border-color, var(--react-international-phone-border-color, gainsboro));margin:0;appearance:button;-webkit-appearance:button;background-color:white;background-color:var(--react-international-phone-country-selector-background-color, var(--react-international-phone-background-color, white));cursor:pointer;text-transform:none;-webkit-user-select:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:whitesmoke;background-color:var(--react-international-phone-country-selector-background-color-hover, whitesmoke)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:transparent}.react-international-phone-country-selector-button__button-content{display:flex;align-items:center;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:4px solid #777;border-top:var(--react-international-phone-country-selector-arrow-size, 4px) solid var(--react-international-phone-country-selector-arrow-color, #777);border-right:4px solid transparent;border-right:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;border-left:4px solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:#999;border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color, #999)}.react-international-phone-country-selector-button--disabled,.react-international-phone-country-selector-button--disabled:hover{background-color:whitesmoke;background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, whitesmoke))}.react-international-phone-country-selector-button--disabled{cursor:auto}.react-international-phone-flag-emoji{width:24px;width:var(--react-international-phone-flag-width, 24px);height:24px;height:var(--react-international-phone-flag-height, 24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:44px;top:var(--react-international-phone-dropdown-top, 44px);left:0;left:var(--react-international-phone-dropdown-left, 0);display:flex;width:300px;max-height:200px;flex-direction:column;padding:4px 0;margin:0;background-color:white;background-color:var(--react-international-phone-dropdown-item-background-color, var(--react-international-phone-background-color, white));box-shadow:2px 2px 16px rgba(0, 0, 0, .25);box-shadow:var(--react-international-phone-dropdown-shadow, 2px 2px 16px rgba(0, 0, 0, .25));color:#222;color:var(--react-international-phone-dropdown-item-text-color, var(--react-international-phone-text-color, #222));list-style:none;overflow-y:scroll}.react-international-phone-country-selector-dropdown__preferred-list-divider{height:1px;border:none;margin:0;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin, 0);background:gainsboro;background:var(--react-international-phone-dropdown-preferred-list-divider-color, var(--react-international-phone-border-color, gainsboro))}.react-international-phone-country-selector-dropdown__list-item{display:flex;min-height:28px;min-height:var(--react-international-phone-dropdown-item-height, 28px);box-sizing:border-box;align-items:center;padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{overflow:hidden;margin-right:8px;font-size:14px;font-size:var(--react-international-phone-dropdown-item-font-size, 14px);text-overflow:ellipsis;white-space:nowrap}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:gray;color:var(--react-international-phone-dropdown-item-dial-code-color, gray);font-size:14px;font-size:var(--react-international-phone-dropdown-item-font-size, 14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:whitesmoke;background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--selected,.react-international-phone-country-selector-dropdown__list-item--focused{background-color:whitesmoke;background-color:var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke);color:#222;color:var(--react-international-phone-selected-dropdown-item-text-color, var(--react-international-phone-text-color, #222))}.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code{color:gray;color:var(--react-international-phone-selected-dropdown-item-dial-code-color, var(--react-international-phone-dropdown-item-dial-code-color, gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:whitesmoke;background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke))}.react-international-phone-dial-code-preview{display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid gainsboro;border:1px solid var(--react-international-phone-dial-code-preview-border-color, var(--react-international-phone-border-color, gainsboro));margin-right:-1px;background-color:white;background-color:var(--react-international-phone-dial-code-preview-background-color, var(--react-international-phone-background-color, white));color:#222;color:var(--react-international-phone-dial-code-preview-text-color, var(--react-international-phone-text-color, #222));font-size:13px;font-size:var(--react-international-phone-dial-code-preview-font-size, var(--react-international-phone-font-size, 13px))}.react-international-phone-dial-code-preview--disabled{background-color:whitesmoke;background-color:var(--react-international-phone-dial-code-preview-disabled-background-color, var(--react-international-phone-disabled-background-color, whitesmoke));color:#666;color:var(--react-international-phone-dial-code-preview-disabled-text-color, var(--react-international-phone-disabled-text-color, #666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:4px;border-radius:var(--react-international-phone-border-radius, 4px);margin-right:-1px;border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input{overflow:visible;height:36px;height:var(--react-international-phone-height, 36px);box-sizing:border-box;padding:0 8px;border:1px solid gainsboro;border:1px solid var(--react-international-phone-border-color, gainsboro);border-radius:4px;border-radius:var(--react-international-phone-border-radius, 4px);margin:0;background-color:white;background-color:var(--react-international-phone-background-color, white);border-bottom-left-radius:0;border-top-left-radius:0;color:#222;color:var(--react-international-phone-text-color, #222);font-family:inherit;font-size:13px;font-size:var(--react-international-phone-font-size, 13px)}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:whitesmoke;background-color:var(--react-international-phone-disabled-background-color, whitesmoke);color:#666;color:var(--react-international-phone-disabled-text-color, #666)}
._inputHost_11ch8_1 {
  height: 48px;
  border: 1px solid var(--app-color-gray-lighter);
  border-radius: 2px;
  width: 100%;
  outline: none;
  font-family: var(--app-text-secondary-font);
  color: var(--alvanda-dark-purple);
  font-size: 1rem;
  text-indent: 16px;
  background-color: transparent;
}

._inputHost_11ch8_1[is-errored=error] {
  border: 1px solid var(--app-color-red-error);
}

._error_11ch8_18 {
  color: var(--app-color-red-error);
  font-size: 12px;
}
._error_11ch8_18 span {
  vertical-align: middle;
  margin-right: 4px;
}

._inputHostContainer_11ch8_27 {
  display: flex;
}

._counterButtons_11ch8_31 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: -26px;
}
._counterButtons_11ch8_31 > button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  outline: none;
  width: 20px;
  height: 18px;
  padding: 2px;
}
._counterButtons_11ch8_31 > button:first-child {
  border-top: none;
  transform: rotate(180deg);
}

._inputAddButton_11ch8_53 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -60px;
}
._inputAddButton_11ch8_53 > Button {
  width: 52px;
  height: 32px;
  margin-top: 8px;
}

._inputAddIcon_11ch8_66 {
  color: var(--alvanda-purple);
}

._inputHostContainer_11ch8_27 {
  display: flex;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}._selectToggleMenuButton_1x6ml_1 {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  padding: 0px 20px;
  width: 100%;
  color: var(--alvanda-dark-purple);
  border-radius: 4px;
  height: 50px;
  font-family: var(--app-text-secondary-font);
  border: 1px solid var(--app-color-gray-lighter);
}

._searchInput_1x6ml_17 {
  width: 460px;
  background: white;
  margin-top: 3px;
}

._innerSearchClass_1x6ml_23 {
  height: 38px !important;
}

._toggleListItem_1x6ml_27 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 0px 20px;
  width: 100%;
  color: var(--alvanda-dark-purple);
  border-radius: 4px;
  height: 50px;
  font-family: var(--app-text-secondary-font);
  border-bottom: 1px solid var(--app-color-gray-lighter);
  cursor: pointer;
}

._toggleMenu_1x6ml_42 {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100px;
  left: 0;
  width: 460px;
  max-height: 250px;
  overflow-y: scroll;
  background: white;
  z-index: 1000;
}#field-button {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #F1F1F1;
  border-radius: 8px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#field-button .customTheme {
  padding: 11px 21px !important;
}
#field-button .customTheme {
  border: 1px solid transparent;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  font-family: var(--app-text-secondary-font);
  background-color: #1b2282;
}
#field-button .customTheme.place-top:after {
  background-color: #1b2282;
}#field-row {
  display: flex;
  align-items: center;
  margin-top: 10px;
  border: 1px solid var(--app-color-gray-lighter);
  border-radius: 4px;
}
#field-row[app-variant-has-error=error] {
  border: 1px solid var(--app-color-error);
}
#field-row .field-row-label {
  font-size: 12px !important;
}
#field-row .field-row-label {
  font-weight: 600;
  font-family: var(--app-text-secondary-font);
  color: var(--alvanda-dark-purple);
}
#field-row .field-row-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  padding: 3px;
}
#field-row .field-row-container input {
  border: none;
  height: 100%;
}
#field-row .field-row-container[visible=hidden] {
  display: none;
}
#field-row .field-row-container .field-row-inner-container {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}._host_1qwf4_1 {
  box-shadow: none;
  max-width: 100%;
  width: 100%;
  font-family: var(--app-text-input-font-family);
  font-size: 1.1em;
  color: var(--app-color-gray-light);
  border-radius: 2px;
  outline: none;
  text-align: left;
  margin: 0;
  max-height: 400px;
}

._toggleMenuControlsIcons_1qwf4_15 {
  display: inline-block;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  stroke-width: 0;
  color: var(--app-color-gray-light);
}

._inputContainer_1qwf4_24 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  flex: 1;
  height: 48px;
}

._input_1qwf4_24 {
  outline: none;
  border: none;
  font-family: var(--app-text-secondary-font);
  font-size: 1em;
  color: var(--alvanda-dark-purple);
  align-self: center;
  padding-left: 16px;
  width: 100%;
  text-align: left;
  flex: 1;
  height: 48px;
}

._menuOverlayList_1qwf4_48 {
  margin-top: 3px;
  margin-bottom: 0;
}
._menuOverlayList_1qwf4_48[app-is-visible=false] {
  display: none;
}

._menuOverlayListItem_1qwf4_56 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  padding: 8px 10px;
}

._currencySymbol_1qwf4_65 {
  font-family: var(--app-text-secondary-font);
  font-style: normal;
  font-weight: bold;
  color: var(--app-color-gray-dark);
  padding: 0 10px;
  margin: 5px 0;
}

._custonDisable_1qwf4_74 {
  opacity: 0.5;
}

._nonEditable_1qwf4_78 {
  cursor: pointer;
}._host_1f3g2_1 {
  position: relative;
  display: flex;
  flex-direction: column;
}

._itemLeftIcon_1f3g2_7 {
  margin-left: 10px;
  margin-right: 5px;
  height: 17px;
}

._toggleMenu_1f3g2_13 {
  width: 50px;
}

._host_1f3g2_1 {
  position: relative;
  display: flex;
  flex-direction: column;
}

._toggleMenu_1f3g2_13 {
  width: 50px;
}

._multiSelectSection_1f3g2_27 {
  width: 100%;
  padding: 13px 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  border: 1px solid var(--app-color-gray-lighter);
  border-bottom: none;
}

._hostCustomTagDefault_1f3g2_37 {
  display: flex;
  font-size: 15px;
  cursor: pointer;
  border-radius: 2px;
  word-break: break-word;
  background-color: var(--alvanda-medium-purple);
  padding: 8px 8px;
  color: #FFF;
  width: -moz-fit-content;
  align-items: center;
  justify-content: space-between;
}

._customTagCloseIcon_1f3g2_51 {
  margin-left: 8px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}#blueprint-card {
  background-color: var(--app-color-white-lightest);
  height: 100px;
  border-radius: 4px 48px 4px 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  width: 288px;
}
#blueprint-card .flex-row-center, #blueprint-card .blueprint-card-bottom-container, #blueprint-card .blueprint-card-top-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#blueprint-card .blueprint-card-top-container {
  margin-bottom: -30px;
  margin-top: 10px;
}
#blueprint-card .blueprint-card-top-container img {
  width: 20px;
  height: 20px;
}
#blueprint-card .blueprint-card-top-container p {
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-hyphens: auto;
  hyphens: auto;
  padding-left: 10px;
  font-family: var(--app-text-main-font), serif;
  font-size: 20px;
  line-height: 2rem;
  color: var(--alvanda-dark-purple);
  text-align: left;
  font-weight: 600;
}
#blueprint-card .blueprint-card-bottom-container {
  margin-bottom: 20px;
  padding-top: 10px;
}
#blueprint-card .blueprint-card-bottom-container p {
  padding-right: 10px;
  font-family: var(--app-text-secondary-font), serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: var(--alvanda-dark-purple);
  text-align: left;
}
#blueprint-card .blueprint-card-bottom-container img {
  width: 16px;
  height: 16px;
  filter: invert(27%) sepia(0%) saturate(41%) hue-rotate(180deg) brightness(59%) contrast(81%);
}.tutorialRectangle {
  z-index: 500;
  cursor: grab;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(74, 74, 74, 0.4588235294);
  display: flex;
  justify-content: center;
  align-items: center;
}.firstDiv_T {
  position: relative;
  display: flex;
  height: 96%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2% 5% 2% 5%;
}

.transcript {
  position: relative;
  margin-top: 20px;
  font-family: var(--app-text-secondary-font), serif;
  color: var(--app-color-text-dark);
  font-size: 14px;
  font-weight: 500;
}

.centered_T {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.header_T {
  font-family: var(--app-text-secondary-font), serif;
  color: var(--app-color-text-dark);
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 0 10px;
  text-align: center;
}

.contentContainer_T {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 0 0 0;
  gap: 2ex;
}

.tutorialVideoContainerStyle_T {
  width: 100%;
  height: 50%;
}

.reactPlayerStyle_T {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.reactPlayerStyle_T > div {
  position: absolute;
  transform: scale(1.01);
}

.tutorialTextContainerStyle_T {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.formContainer_T {
  margin: 5px 0 0px 0;
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-evenly;
  align-items: stretch;
}

.textAreaStyle_T {
  box-sizing: border-box;
  width: 100%;
  border: 2px solid var(--app-color-gray-lighter);
  background-color: #ffffff;
  font-family: var(--app-text-secondary-font), serif;
  color: var(--app-color-text-dark);
  font-size: 16px;
  line-height: 1.3rem;
  resize: none;
  position: relative;
  padding: 10px 10px 10px 10px;
  outline: none;
  max-height: 200px;
  overflow-y: auto;
  border-radius: 6px;
}

.textAreaPlacehorder_T {
  position: absolute;
  top: 10%;
  left: 20px;
  right: 0;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
  display: block;
  color: var(--app-color-gray-light);
  font-family: var(--app-text-secondary-font);
  font-size: 1rem;
  line-height: 1.3rem;
}

.textAreaErrorMessage_T {
  margin: 10px 0 0 0;
  text-align: center;
  vertical-align: middle;
  color: var(--app-color-error);
  font-family: var(--app-text-secondary-font);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.8rem;
}

.checkContainerStyle {
  align-self: stretch;
  padding: 5px 0 5px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: stretch;
}

.checkContainer {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
}._host_zd7om_1 {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 0px;
}
._host_zd7om_1 ._topCenteredHeader_zd7om_7 {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  height: 60px;
  width: 100%;
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: white;
  min-width: 1000px;
}

._target_zd7om_23 {
  background-color: var(--alvanda-invisible-purple);
  height: 100%;
  padding: 30px 10% 100px;
}
._target_zd7om_23 ._content_zd7om_28 {
  margin-top: 80px;
  margin-right: 40%;
  background-color: white;
  width: 100%;
  padding: 30px 10%;
}
._target_zd7om_23 ._content_zd7om_28 ._contentTitle_zd7om_35 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--app-text-secondary-font);
  color: var(--alvanda-dark-purple);
}
._target_zd7om_23 ._content_zd7om_28 textarea {
  border: 1px solid rgba(11, 11, 40, 0.2);
  outline: none;
  width: 100%;
  height: 200px;
  font-family: var(--app-text-secondary-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  color: var(--alvanda-dark-purple);
}
._target_zd7om_23 ._content_zd7om_28 ::placeholder {
  color: var(--alvanda-dark-purple);
}._duplicateModalContainer_cs3e9_1 {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: stretch;
  padding: 20px;
}

._duplicatingPositionContainer_cs3e9_11 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 25px;
}

._duplicatingPosition_description_cs3e9_19 {
  display: flex;
  flex-direction: column;
  margin: 20px;
  padding: 0;
  width: 100%;
  gap: 10px;
}

._inputField_cs3e9_28 {
  font-family: var(--app-text-secondary-font);
  font-size: 16px;
  border-radius: 2px;
  border: none;
  width: 100%;
  outline: none;
  height: 100%;
  background-color: transparent;
}

._closeIcon_cs3e9_39 {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 35px;
  right: 30px;
}

._closeIcon_cs3e9_39:hover {
  cursor: pointer;
}

._titleContainer_cs3e9_51 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 32px;
  margin-bottom: 5px;
  gap: 14px;
}

._peopleIcon_cs3e9_61 > svg > path {
  fill: var(--alvanda-dark-purple);
}

._modalTitle_cs3e9_65 {
  color: var(--alvanda-dark-purple);
  font-family: var(--app-text-main-font);
  font-weight: 600;
  font-size: 24px;
}

._link_cs3e9_72 {
  text-decoration: none;
  color: var(--alvanda-purple);
}
.ltr {
    text-align: left;
}

.rtl {
    text-align: right;
}

.editor-container {
    color: #000;
    position: relative;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    border-radius: 2px;
    /*box-shadow: 0 3px 5px rgb(0 0 0 / 0.2);*/
    border: #ddd solid 1px;
}

.editor-container[data-is-errored="error"] {
    border-color: var(--app-color-red-error);
}

.error {
    color: var(--app-color-red-error);
    font-size: 12px;
}

.error span {
    vertical-align: middle;
    margin-right: 4px;
}

.editor-inner {
    background: #fff;
    position: relative;
}

.editor-input {
    font-family: var(--app-text-main-font);
    font-family: var(--app-text-secondary-font);
    min-height: 150px;
    resize: none;
    font-size: 15px;
    caret-color: rgb(5, 5, 5);
    position: relative;
    tab-size: 1;
    outline: 0;
    padding: 15px 10px;
    caret-color: #444;
}

.editor-placeholder {
    color: #999;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: 15px;
    left: 10px;
    font-size: 15px;
    -webkit-user-select: none;
            user-select: none;
    display: inline-block;
    pointer-events: none;
}

.editor-text-bold {
    font-weight: bold;
}

.editor-text-italic {
    font-style: italic;
}

.editor-text-underline {
    text-decoration: underline;
}

.editor-text-strikethrough {
    text-decoration: line-through;
}

.editor-text-underlineStrikethrough {
    text-decoration: line-through;
    -webkit-text-decoration: line-through solid currentColor;
            text-decoration: line-through solid currentColor;
}

.editor-text-code {
    background-color: rgb(240, 242, 245);
    padding: 1px 0.25rem;
    font-family: Menlo, Consolas, Monaco, monospace;
    font-size: 94%;
}

.editor-link {
    color: rgb(33, 111, 219);
    text-decoration: none;
}

.tree-view-output {
    display: block;
    background: #222;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    white-space: pre-wrap;
    margin: 1px auto 10px auto;
    max-height: 250px;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: auto;
    line-height: 14px;
}

.editor-code {
    background-color: rgb(240, 242, 245);
    font-family: Menlo, Consolas, Monaco, monospace;
    display: block;
    padding: 8px 8px 8px 52px;
    line-height: 1.53;
    font-size: 13px;
    margin: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    tab-size: 2;
    /* white-space: pre; */
    overflow-x: auto;
    position: relative;
}

.editor-code:before {
    content: attr(data-gutter);
    position: absolute;
    background-color: #eee;
    left: 0;
    top: 0;
    border-right: 1px solid #ccc;
    padding: 8px;
    color: #777;
    white-space: pre-wrap;
    text-align: right;
    min-width: 25px;
}

.editor-code:after {
    content: attr(data-highlight-language);
    top: 0;
    right: 3px;
    padding: 3px;
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    color: rgba(0, 0, 0, 0.5);
}

.editor-tokenComment {
    color: slategray;
}

.editor-tokenPunctuation {
    color: #999;
}

.editor-tokenProperty {
    color: #905;
}

.editor-tokenSelector {
    color: #690;
}

.editor-tokenOperator {
    color: #9a6e3a;
}

.editor-tokenAttr {
    color: #07a;
}

.editor-tokenVariable {
    color: #e90;
}

.editor-tokenFunction {
    color: #dd4a68;
}

.editor-paragraph {
    margin: 0;
    margin-bottom: 8px;
    position: relative;
}

.editor-paragraph:last-child {
    margin-bottom: 0;
}

.editor-heading-h1 {
    font-size: 24px;
    color: rgb(5, 5, 5);
    font-weight: 400;
    margin: 0;
    margin-bottom: 12px;
    padding: 0;
}

.editor-heading-h2 {
    font-size: 15px;
    color: rgb(101, 103, 107);
    font-weight: 700;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    text-transform: uppercase;
}

.editor-quote {
    margin: 0;
    margin-left: 20px;
    font-size: 15px;
    color: rgb(101, 103, 107);
    border-left-color: rgb(206, 208, 212);
    border-left-width: 4px;
    border-left-style: solid;
    padding-left: 16px;
}

.editor-list-ol {
    padding: 0;
    margin: 0;
    margin-left: 16px;
}

.editor-list-ul {
    padding: 0;
    margin: 0;
    margin-left: 16px;
}

.editor-listitem {
    margin: 8px 32px 8px 32px;
}

.editor-nested-listitem {
    list-style-type: none;
}

.emoji {
    color: transparent;
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 0 -1px;
}

.emoji-inner {
    padding: 0 0.15em;
}

.emoji-inner::selection {
    color: transparent;
    background-color: rgba(150, 150, 150, 0.4);
}

.emoji-inner::moz-selection {
    color: transparent;
    background-color: rgba(150, 150, 150, 0.4);
}

.emoji.happysmile {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAACE1BMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD86isAAAB2bRQBAQD25CoaGAT15CqFfBdIQwwZFwTSwyTTxCStoR4KCQKGfRfz4in04yoMCwJHQgxRSw5STA7r2ijj0yeDehammhylmRwjIAYiHwbv3ikYFgR1bBQbGQV3bhRlXhGXjBpOSA355yrq2SjVxiTn1yewox776SvMvSM/OwtzahQODQJcVRACAgALCgKonB1FQAxEPwynmxxTTQ5GQQzs2yjQwSPOvyPNviNUTg62qR8kIQZPSQ3PwCO5rCB+dRW6rSDu3Sm3qh9YUg8lIgaBeBaUihmqnh2rnx3p2SiQhhmvoh4HBgHo2CgIBwHk1CeRhxlQSg6xpB6CeRZJRAySiBlXUQ9WUA/w3ynt3ChaVA+Vixl180CkAAAAU3RSTlMABfwYE47z9P75uJBWWWtt8e746+zt2djatrUWjcvIxxVs9Y8bjHcZZ/IaUHPQJ83OJHVPYPvcVdtuF1gUycoSTczxz2TzI3YEJiVodCgGTmVTUqncTiEAAALWSURBVFjD7ZfVWxtBFMUhJNkI2lIoBYoVLVaou7vvyQQIwZPgVJC2uLtDsbp7+ycWHtjsJuzsJF/7tQ85T7N3d377jdw7Z/z8fPLJp3+vgCCjISJMrw+LMBiPHfWWcvxILCQ6kaD2ArMnKRGoshS1l1SbzdUlr4psVQCnyfAQ45/CgVgGKnmRKoctBNwlf0842VnA1DjvpjkHcO4KO+eOFiuL/Jaan8GFvayc/Qfg+MHLqGkZqmtsnDSQBZ6icoIQFs5dFfnFU7VGVAyj2xeKIl5Bq9DeUOLczMJPXlHfkKu0C1Kw8l0Z9LQBeQr7mcMiz6AlaFOpoCSM8EyyI4bGUSeScTbQBOFoGRyCzzyjbAimgGIxsPmh+X5xgcks7iqN1GE3pY7pqoR8N21UIJMYJI1U9OuiZUFBsAjdije63RODXCKDCJQFGUWbumCj2wMxyCVSC40syICP0oE8dBuaM1KKXbKgg3jsnFpTgetkSyMl2CkL2oFHPLOeYLssSA8zO6gQ2/4+6I8N7bBoshVFm2wD2tlBtOU3KldZnmlDBsHGDhrCIaakVVJFmS5ePv1PYlj4sqNwiyXvEJr1iKMWNmf69/Z0v5Niarp7eoWHUWphU3NkTshRgrf2urHNx+r6D69BhHI0SS+1fho4hH92OvrW072htdlkam5tXG/2jXQKL2eRTD1FMrSYF43lZVfZpl3r73pf43wzjfQA+sGWh5km8by0WZ+1lJe3PLe2SQ7IRmQqWbVcLCuv/RRy/BlMxKoSZwHabGU7kq8ia3TOF6husRik2y7HkJvRgu48s/Wzj8lav69QpbGayPxQNCxtzZluxNnT7Lb2ag5gn3DHTM4CZy56ZNiva0FsdRWSfK8fJUjPvOyh90/VcEDZYG2p9YW58I219NPQ+ibnkgO8uI2oE3brxHcaXVzwKW8vSNGBmqjIcL0+PDIqJjDed+30yaf/QL8BILNaoYqaEPoAAAAASUVORK5CYII=);
}

.toolbar {
    display: flex;
    margin-bottom: 1px;
    background: #fff;
    padding: 4px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: #ddd solid 1px;
    vertical-align: middle;
    position: relative;
    flex-wrap: wrap;
}

.toolbar button.toolbar-item {
    border: 0;
    display: flex;
    background: none;
    border-radius: 10px;
    padding: 8px;
    cursor: pointer;
    vertical-align: middle;
}

.toolbar button.toolbar-item:disabled {
    cursor: not-allowed;
}

.toolbar button.toolbar-item.spaced {
    margin-right: 2px;
}

.toolbar button.toolbar-item i.format {
    background-size: contain;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-top: 2px;
    vertical-align: -0.25em;
    display: flex;
    opacity: 0.6;
}

.toolbar button.toolbar-item:disabled i.format {
    opacity: 0.2;
}

.toolbar button.toolbar-item.active {
    background-color: rgba(223, 232, 250, 0.3);
}

.toolbar button.toolbar-item.active i {
    opacity: 1;
}

.toolbar .toolbar-item:hover:not([disabled]) {
    background-color: #eee;
}

.toolbar .divider {
    width: 1px;
    background-color: #eee;
    margin: 0 4px;
}

.toolbar select.toolbar-item {
    border: 0;
    display: flex;
    background: none;
    border-radius: 10px;
    padding: 8px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 70px;
    font-size: 14px;
    color: #777;
    text-overflow: ellipsis;
}

.toolbar select.code-language {
    text-transform: capitalize;
    width: 130px;
}

.toolbar .toolbar-item .text {
    display: flex;
    line-height: 20px;
    vertical-align: middle;
    font-size: 14px;
    color: #777;
    text-overflow: ellipsis;
    width: 70px;
    overflow: hidden;
    height: 20px;
    text-align: left;
}

.toolbar .toolbar-item .icon {
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-user-select: none;
            user-select: none;
    margin-right: 8px;
    line-height: 16px;
    background-size: contain;
}

.toolbar i.chevron-down {
    margin-top: 3px;
    width: 16px;
    height: 16px;
    display: flex;
    -webkit-user-select: none;
            user-select: none;
}

.toolbar i.chevron-down.inside {
    width: 16px;
    height: 16px;
    display: flex;
    margin-left: -25px;
    margin-top: 11px;
    margin-right: 10px;
    pointer-events: none;
}

i.chevron-down {
    background-color: transparent;
    background-size: contain;
    display: inline-block;
    height: 8px;
    width: 8px;
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-chevron-down'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill-rule='evenodd'%20d='M1.646%204.646a.5.5%200%200%201%20.708%200L8%2010.293l5.646-5.647a.5.5%200%200%201%20.708.708l-6%206a.5.5%200%200%201-.708%200l-6-6a.5.5%200%200%201%200-.708z'/%3e%3c/svg%3e");
}

#block-controls button:hover {
    background-color: #efefef;
}

#block-controls button.focus-visible {
    border-color: blue;
}

#block-controls button:focus-visible {
    border-color: blue;
}

#block-controls span.block-type {
    background-size: contain;
    display: block;
    width: 18px;
    height: 18px;
    margin: 2px;
}

#block-controls span.block-type.paragraph {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-text-paragraph'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill-rule='evenodd'%20d='M2%2012.5a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7a.5.5%200%200%201-.5-.5zm0-3a.5.5%200%200%201%20.5-.5h11a.5.5%200%200%201%200%201h-11a.5.5%200%200%201-.5-.5zm0-3a.5.5%200%200%201%20.5-.5h11a.5.5%200%200%201%200%201h-11a.5.5%200%200%201-.5-.5zm4-3a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7a.5.5%200%200%201-.5-.5z'/%3e%3c/svg%3e");
}

#block-controls span.block-type.h1 {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-type-h1'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M8.637%2013V3.669H7.379V7.62H2.758V3.67H1.5V13h1.258V8.728h4.62V13h1.259zm5.329%200V3.669h-1.244L10.5%205.316v1.265l2.16-1.565h.062V13h1.244z'/%3e%3c/svg%3e");
}

#block-controls span.block-type.h2 {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-type-h2'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M7.638%2013V3.669H6.38V7.62H1.759V3.67H.5V13h1.258V8.728h4.62V13h1.259zm3.022-6.733v-.048c0-.889.63-1.668%201.716-1.668.957%200%201.675.608%201.675%201.572%200%20.855-.554%201.504-1.067%202.085l-3.513%203.999V13H15.5v-1.094h-4.245v-.075l2.481-2.844c.875-.998%201.586-1.784%201.586-2.953%200-1.463-1.155-2.556-2.919-2.556-1.941%200-2.966%201.326-2.966%202.74v.049h1.223z'/%3e%3c/svg%3e");
}

#block-controls span.block-type.quote {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-chat-square-quote'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M14%201a1%201%200%200%201%201%201v8a1%201%200%200%201-1%201h-2.5a2%202%200%200%200-1.6.8L8%2014.333%206.1%2011.8a2%202%200%200%200-1.6-.8H2a1%201%200%200%201-1-1V2a1%201%200%200%201%201-1h12zM2%200a2%202%200%200%200-2%202v8a2%202%200%200%200%202%202h2.5a1%201%200%200%201%20.8.4l1.9%202.533a1%201%200%200%200%201.6%200l1.9-2.533a1%201%200%200%201%20.8-.4H14a2%202%200%200%200%202-2V2a2%202%200%200%200-2-2H2z'/%3e%3cpath%20d='M7.066%204.76A1.665%201.665%200%200%200%204%205.668a1.667%201.667%200%200%200%202.561%201.406c-.131.389-.375.804-.777%201.22a.417.417%200%201%200%20.6.58c1.486-1.54%201.293-3.214.682-4.112zm4%200A1.665%201.665%200%200%200%208%205.668a1.667%201.667%200%200%200%202.561%201.406c-.131.389-.375.804-.777%201.22a.417.417%200%201%200%20.6.58c1.486-1.54%201.293-3.214.682-4.112z'/%3e%3c/svg%3e");
}

#block-controls span.block-type.ul {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-list-ul'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill-rule='evenodd'%20d='M5%2011.5a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%200%201h-9a.5.5%200%200%201-.5-.5zm0-4a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%200%201h-9a.5.5%200%200%201-.5-.5zm0-4a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%200%201h-9a.5.5%200%200%201-.5-.5zm-3%201a1%201%200%201%200%200-2%201%201%200%200%200%200%202zm0%204a1%201%200%201%200%200-2%201%201%200%200%200%200%202zm0%204a1%201%200%201%200%200-2%201%201%200%200%200%200%202z'/%3e%3c/svg%3e");
}

#block-controls span.block-type.ol {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-list-ol'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill-rule='evenodd'%20d='M5%2011.5a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%200%201h-9a.5.5%200%200%201-.5-.5zm0-4a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%200%201h-9a.5.5%200%200%201-.5-.5zm0-4a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%200%201h-9a.5.5%200%200%201-.5-.5z'/%3e%3cpath%20d='M1.713%2011.865v-.474H2c.217%200%20.363-.137.363-.317%200-.185-.158-.31-.361-.31-.223%200-.367.152-.373.31h-.59c.016-.467.373-.787.986-.787.588-.002.954.291.957.703a.595.595%200%200%201-.492.594v.033a.615.615%200%200%201%20.569.631c.003.533-.502.8-1.051.8-.656%200-1-.37-1.008-.794h.582c.008.178.186.306.422.309.254%200%20.424-.145.422-.35-.002-.195-.155-.348-.414-.348h-.3zm-.004-4.699h-.604v-.035c0-.408.295-.844.958-.844.583%200%20.96.326.96.756%200%20.389-.257.617-.476.848l-.537.572v.03h1.054V9H1.143v-.395l.957-.99c.138-.142.293-.304.293-.508%200-.18-.147-.32-.342-.32a.33.33%200%200%200-.342.338v.041zM2.564%205h-.635V2.924h-.031l-.598.42v-.567l.629-.443h.635V5z'/%3e%3c/svg%3e");
}

#block-controls span.block-type.code {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-code'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M5.854%204.854a.5.5%200%201%200-.708-.708l-3.5%203.5a.5.5%200%200%200%200%20.708l3.5%203.5a.5.5%200%200%200%20.708-.708L2.707%208l3.147-3.146zm4.292%200a.5.5%200%200%201%20.708-.708l3.5%203.5a.5.5%200%200%201%200%20.708l-3.5%203.5a.5.5%200%200%201-.708-.708L13.293%208l-3.147-3.146z'/%3e%3c/svg%3e");
}

.dropdown {
    z-index: 5;
    display: block;
    position: absolute;
    box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    min-width: 100px;
    min-height: 40px;
    background-color: #fff;
}

.dropdown .item {
    margin: 0 8px 0 8px;
    padding: 8px;
    color: #050505;
    cursor: pointer;
    line-height: 16px;
    font-size: 15px;
    display: flex;
    align-content: center;
    flex-direction: row;
    flex-shrink: 0;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 8px;
    border: 0;
    min-width: 268px;
}

.dropdown .item .active {
    display: flex;
    width: 20px;
    height: 20px;
    background-size: contain;
}

.dropdown .item:first-child {
    margin-top: 8px;
}

.dropdown .item:last-child {
    margin-bottom: 8px;
}

.dropdown .item:hover {
    background-color: #eee;
}

.dropdown .item .text {
    display: flex;
    line-height: 20px;
    flex-grow: 1;
    width: 200px;
}

.dropdown .item .icon {
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-user-select: none;
            user-select: none;
    margin-right: 12px;
    line-height: 16px;
    background-size: contain;
}

.link-editor {
    position: absolute;
    z-index: 100;
    top: -10000px;
    left: -10000px;
    margin-top: -6px;
    max-width: 300px;
    width: 100%;
    opacity: 0;
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    transition: opacity 0.5s;
}

.link-editor .link-input {
    display: block;
    width: calc(100% - 24px);
    box-sizing: border-box;
    margin: 8px 12px;
    padding: 8px 12px;
    border-radius: 15px;
    background-color: #eee;
    font-size: 15px;
    color: rgb(5, 5, 5);
    border: 0;
    outline: 0;
    position: relative;
    font-family: inherit;
}

.link-editor div.link-edit {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-pencil-fill'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M12.854.146a.5.5%200%200%200-.707%200L10.5%201.793%2014.207%205.5l1.647-1.646a.5.5%200%200%200%200-.708l-3-3zm.646%206.061L9.793%202.5%203.293%209H3.5a.5.5%200%200%201%20.5.5v.5h.5a.5.5%200%200%201%20.5.5v.5h.5a.5.5%200%200%201%20.5.5v.5h.5a.5.5%200%200%201%20.5.5v.207l6.5-6.5zm-7.468%207.468A.5.5%200%200%201%206%2013.5V13h-.5a.5.5%200%200%201-.5-.5V12h-.5a.5.5%200%200%201-.5-.5V11h-.5a.5.5%200%200%201-.5-.5V10h-.5a.499.499%200%200%201-.175-.032l-.179.178a.5.5%200%200%200-.11.168l-2%205a.5.5%200%200%200%20.65.65l5-2a.5.5%200%200%200%20.168-.11l.178-.178z'/%3e%3c/svg%3e");
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    width: 35px;
    vertical-align: -0.25em;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.link-editor .link-input a {
    color: rgb(33, 111, 219);
    text-decoration: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 30px;
    text-overflow: ellipsis;
}

.link-editor .link-input a:hover {
    text-decoration: underline;
}

.link-editor .button {
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 6px;
    border-radius: 8px;
    cursor: pointer;
    margin: 0 2px;
}

.link-editor .button.hovered {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #eee;
}

.link-editor .button i,
.actions i {
    background-size: contain;
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: -0.25em;
}

i.undo {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-arrow-counterclockwise'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill-rule='evenodd'%20d='M8%203a5%205%200%201%201-4.546%202.914.5.5%200%200%200-.908-.417A6%206%200%201%200%208%202v1z'/%3e%3cpath%20d='M8%204.466V.534a.25.25%200%200%200-.41-.192L5.23%202.308a.25.25%200%200%200%200%20.384l2.36%201.966A.25.25%200%200%200%208%204.466z'/%3e%3c/svg%3e");
}
.icon.font-color {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23777'%20d='M221.631%20109%20109.92%20392h58.055l24.079-61h127.892l24.079%2061h58.055L290.369%20109Zm-8.261%20168L256%20169l42.63%20108Z'/%3e%3c/svg%3e");
}

i.redo {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-arrow-clockwise'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill-rule='evenodd'%20d='M8%203a5%205%200%201%200%204.546%202.914.5.5%200%200%201%20.908-.417A6%206%200%201%201%208%202v1z'/%3e%3cpath%20d='M8%204.466V.534a.25.25%200%200%201%20.41-.192l2.36%201.966c.12.1.12.284%200%20.384L8.41%204.658A.25.25%200%200%201%208%204.466z'/%3e%3c/svg%3e");
}

.icon.paragraph {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-text-paragraph'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill-rule='evenodd'%20d='M2%2012.5a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7a.5.5%200%200%201-.5-.5zm0-3a.5.5%200%200%201%20.5-.5h11a.5.5%200%200%201%200%201h-11a.5.5%200%200%201-.5-.5zm0-3a.5.5%200%200%201%20.5-.5h11a.5.5%200%200%201%200%201h-11a.5.5%200%200%201-.5-.5zm4-3a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7a.5.5%200%200%201-.5-.5z'/%3e%3c/svg%3e");
}

.icon.large-heading,
.icon.h1 {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-type-h1'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M8.637%2013V3.669H7.379V7.62H2.758V3.67H1.5V13h1.258V8.728h4.62V13h1.259zm5.329%200V3.669h-1.244L10.5%205.316v1.265l2.16-1.565h.062V13h1.244z'/%3e%3c/svg%3e");
}

.icon.small-heading,
.icon.h2 {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-type-h2'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M7.638%2013V3.669H6.38V7.62H1.759V3.67H.5V13h1.258V8.728h4.62V13h1.259zm3.022-6.733v-.048c0-.889.63-1.668%201.716-1.668.957%200%201.675.608%201.675%201.572%200%20.855-.554%201.504-1.067%202.085l-3.513%203.999V13H15.5v-1.094h-4.245v-.075l2.481-2.844c.875-.998%201.586-1.784%201.586-2.953%200-1.463-1.155-2.556-2.919-2.556-1.941%200-2.966%201.326-2.966%202.74v.049h1.223z'/%3e%3c/svg%3e");
}

.icon.bullet-list,
.icon.ul {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-list-ul'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill-rule='evenodd'%20d='M5%2011.5a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%200%201h-9a.5.5%200%200%201-.5-.5zm0-4a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%200%201h-9a.5.5%200%200%201-.5-.5zm0-4a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%200%201h-9a.5.5%200%200%201-.5-.5zm-3%201a1%201%200%201%200%200-2%201%201%200%200%200%200%202zm0%204a1%201%200%201%200%200-2%201%201%200%200%200%200%202zm0%204a1%201%200%201%200%200-2%201%201%200%200%200%200%202z'/%3e%3c/svg%3e");
}

.icon.numbered-list,
.icon.ol {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-list-ol'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill-rule='evenodd'%20d='M5%2011.5a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%200%201h-9a.5.5%200%200%201-.5-.5zm0-4a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%200%201h-9a.5.5%200%200%201-.5-.5zm0-4a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%200%201h-9a.5.5%200%200%201-.5-.5z'/%3e%3cpath%20d='M1.713%2011.865v-.474H2c.217%200%20.363-.137.363-.317%200-.185-.158-.31-.361-.31-.223%200-.367.152-.373.31h-.59c.016-.467.373-.787.986-.787.588-.002.954.291.957.703a.595.595%200%200%201-.492.594v.033a.615.615%200%200%201%20.569.631c.003.533-.502.8-1.051.8-.656%200-1-.37-1.008-.794h.582c.008.178.186.306.422.309.254%200%20.424-.145.422-.35-.002-.195-.155-.348-.414-.348h-.3zm-.004-4.699h-.604v-.035c0-.408.295-.844.958-.844.583%200%20.96.326.96.756%200%20.389-.257.617-.476.848l-.537.572v.03h1.054V9H1.143v-.395l.957-.99c.138-.142.293-.304.293-.508%200-.18-.147-.32-.342-.32a.33.33%200%200%200-.342.338v.041zM2.564%205h-.635V2.924h-.031l-.598.42v-.567l.629-.443h.635V5z'/%3e%3c/svg%3e");
}

.icon.quote {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-chat-square-quote'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M14%201a1%201%200%200%201%201%201v8a1%201%200%200%201-1%201h-2.5a2%202%200%200%200-1.6.8L8%2014.333%206.1%2011.8a2%202%200%200%200-1.6-.8H2a1%201%200%200%201-1-1V2a1%201%200%200%201%201-1h12zM2%200a2%202%200%200%200-2%202v8a2%202%200%200%200%202%202h2.5a1%201%200%200%201%20.8.4l1.9%202.533a1%201%200%200%200%201.6%200l1.9-2.533a1%201%200%200%201%20.8-.4H14a2%202%200%200%200%202-2V2a2%202%200%200%200-2-2H2z'/%3e%3cpath%20d='M7.066%204.76A1.665%201.665%200%200%200%204%205.668a1.667%201.667%200%200%200%202.561%201.406c-.131.389-.375.804-.777%201.22a.417.417%200%201%200%20.6.58c1.486-1.54%201.293-3.214.682-4.112zm4%200A1.665%201.665%200%200%200%208%205.668a1.667%201.667%200%200%200%202.561%201.406c-.131.389-.375.804-.777%201.22a.417.417%200%201%200%20.6.58c1.486-1.54%201.293-3.214.682-4.112z'/%3e%3c/svg%3e");
}

.icon.code {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-code'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M5.854%204.854a.5.5%200%201%200-.708-.708l-3.5%203.5a.5.5%200%200%200%200%20.708l3.5%203.5a.5.5%200%200%200%20.708-.708L2.707%208l3.147-3.146zm4.292%200a.5.5%200%200%201%20.708-.708l3.5%203.5a.5.5%200%200%201%200%20.708l-3.5%203.5a.5.5%200%200%201-.708-.708L13.293%208l-3.147-3.146z'/%3e%3c/svg%3e");
}

i.bold {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-type-bold'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M8.21%2013c2.106%200%203.412-1.087%203.412-2.823%200-1.306-.984-2.283-2.324-2.386v-.055a2.176%202.176%200%200%200%201.852-2.14c0-1.51-1.162-2.46-3.014-2.46H3.843V13H8.21zM5.908%204.674h1.696c.963%200%201.517.451%201.517%201.244%200%20.834-.629%201.32-1.73%201.32H5.908V4.673zm0%206.788V8.598h1.73c1.217%200%201.88.492%201.88%201.415%200%20.943-.643%201.449-1.832%201.449H5.907z'/%3e%3c/svg%3e");
}

i.italic {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-type-italic'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M7.991%2011.674%209.53%204.455c.123-.595.246-.71%201.347-.807l.11-.52H7.211l-.11.52c1.06.096%201.128.212%201.005.807L6.57%2011.674c-.123.595-.246.71-1.346.806l-.11.52h3.774l.11-.52c-1.06-.095-1.129-.211-1.006-.806z'/%3e%3c/svg%3e");
}

i.underline {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-type-underline'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M5.313%203.136h-1.23V9.54c0%202.105%201.47%203.623%203.917%203.623s3.917-1.518%203.917-3.623V3.136h-1.23v6.323c0%201.49-.978%202.57-2.687%202.57-1.709%200-2.687-1.08-2.687-2.57V3.136zM12.5%2015h-9v-1h9v1z'/%3e%3c/svg%3e");
}

i.strikethrough {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-type-strikethrough'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M6.333%205.686c0%20.31.083.581.27.814H5.166a2.776%202.776%200%200%201-.099-.76c0-1.627%201.436-2.768%203.48-2.768%201.969%200%203.39%201.175%203.445%202.85h-1.23c-.11-1.08-.964-1.743-2.25-1.743-1.23%200-2.18.602-2.18%201.607zm2.194%207.478c-2.153%200-3.589-1.107-3.705-2.81h1.23c.144%201.06%201.129%201.703%202.544%201.703%201.34%200%202.31-.705%202.31-1.675%200-.827-.547-1.374-1.914-1.675L8.046%208.5H1v-1h14v1h-3.504c.468.437.675.994.675%201.697%200%201.826-1.436%202.967-3.644%202.967z'/%3e%3c/svg%3e");
}

i.code {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-code'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M5.854%204.854a.5.5%200%201%200-.708-.708l-3.5%203.5a.5.5%200%200%200%200%20.708l3.5%203.5a.5.5%200%200%200%20.708-.708L2.707%208l3.147-3.146zm4.292%200a.5.5%200%200%201%20.708-.708l3.5%203.5a.5.5%200%200%201%200%20.708l-3.5%203.5a.5.5%200%200%201-.708-.708L13.293%208l-3.147-3.146z'/%3e%3c/svg%3e");
}

i.link {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-link'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M6.354%205.5H4a3%203%200%200%200%200%206h3a3%203%200%200%200%202.83-4H9c-.086%200-.17.01-.25.031A2%202%200%200%201%207%2010.5H4a2%202%200%201%201%200-4h1.535c.218-.376.495-.714.82-1z'/%3e%3cpath%20d='M9%205.5a3%203%200%200%200-2.83%204h1.098A2%202%200%200%201%209%206.5h3a2%202%200%201%201%200%204h-1.535a4.02%204.02%200%200%201-.82%201H12a3%203%200%201%200%200-6H9z'/%3e%3c/svg%3e");
}

i.left-align {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-text-left'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill-rule='evenodd'%20d='M2%2012.5a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7a.5.5%200%200%201-.5-.5zm0-3a.5.5%200%200%201%20.5-.5h11a.5.5%200%200%201%200%201h-11a.5.5%200%200%201-.5-.5zm0-3a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7a.5.5%200%200%201-.5-.5zm0-3a.5.5%200%200%201%20.5-.5h11a.5.5%200%200%201%200%201h-11a.5.5%200%200%201-.5-.5z'/%3e%3c/svg%3e");
}

i.center-align {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-text-center'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill-rule='evenodd'%20d='M4%2012.5a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7a.5.5%200%200%201-.5-.5zm-2-3a.5.5%200%200%201%20.5-.5h11a.5.5%200%200%201%200%201h-11a.5.5%200%200%201-.5-.5zm2-3a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7a.5.5%200%200%201-.5-.5zm-2-3a.5.5%200%200%201%20.5-.5h11a.5.5%200%200%201%200%201h-11a.5.5%200%200%201-.5-.5z'/%3e%3c/svg%3e");
}

i.right-align {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-text-right'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill-rule='evenodd'%20d='M6%2012.5a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7a.5.5%200%200%201-.5-.5zm-4-3a.5.5%200%200%201%20.5-.5h11a.5.5%200%200%201%200%201h-11a.5.5%200%200%201-.5-.5zm4-3a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7a.5.5%200%200%201-.5-.5zm-4-3a.5.5%200%200%201%20.5-.5h11a.5.5%200%200%201%200%201h-11a.5.5%200%200%201-.5-.5z'/%3e%3c/svg%3e");
}

i.justify-align {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-justify'%20viewBox='0%200%2016%2016'%3e%3cpath%20fill-rule='evenodd'%20d='M2%2012.5a.5.5%200%200%201%20.5-.5h11a.5.5%200%200%201%200%201h-11a.5.5%200%200%201-.5-.5zm0-3a.5.5%200%200%201%20.5-.5h11a.5.5%200%200%201%200%201h-11a.5.5%200%200%201-.5-.5zm0-3a.5.5%200%200%201%20.5-.5h11a.5.5%200%200%201%200%201h-11a.5.5%200%200%201-.5-.5zm0-3a.5.5%200%200%201%20.5-.5h11a.5.5%200%200%201%200%201h-11a.5.5%200%200%201-.5-.5z'/%3e%3c/svg%3e");
}

i.image-upload {
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%204.25H6C5.27065%204.25%204.57118%204.53973%204.05546%205.05546C3.53973%205.57118%203.25%206.27065%203.25%207V17C3.25%2017.7293%203.53973%2018.4288%204.05546%2018.9445C4.57118%2019.4603%205.27065%2019.75%206%2019.75H18C18.7293%2019.75%2019.4288%2019.4603%2019.9445%2018.9445C20.4603%2018.4288%2020.75%2017.7293%2020.75%2017V7C20.75%206.27065%2020.4603%205.57118%2019.9445%205.05546C19.4288%204.53973%2018.7293%204.25%2018%204.25ZM6%205.75H18C18.3315%205.75%2018.6495%205.8817%2018.8839%206.11612C19.1183%206.35054%2019.25%206.66848%2019.25%207V15.19L16.53%2012.47C16.4589%2012.394%2016.3717%2012.3348%2016.2748%2012.2968C16.178%2012.2587%2016.0738%2012.2427%2015.97%2012.25C15.865%2012.2561%2015.7622%2012.2831%2015.6678%2012.3295C15.5733%2012.3759%2015.4891%2012.4406%2015.42%2012.52L14.13%2014.07L9.53%209.47C9.46222%209.39797%209.37993%209.34111%209.28858%209.30319C9.19723%209.26527%209.09887%209.24714%209%209.25C8.89496%209.25611%208.79221%209.28314%208.69776%209.32951C8.60331%209.37587%208.51908%209.44064%208.45%209.52L4.75%2013.93V7C4.75%206.66848%204.8817%206.35054%205.11612%206.11612C5.35054%205.8817%205.66848%205.75%206%205.75ZM4.75%2017V16.27L9.05%2011.11L13.17%2015.23L10.65%2018.23H6C5.67192%2018.23%205.35697%2018.1011%205.12311%2017.871C4.88926%2017.6409%204.75525%2017.328%204.75%2017ZM18%2018.25H12.6L16.05%2014.11L19.2%2017.26C19.1447%2017.538%2018.9951%2017.7884%2018.7764%2017.9688C18.5577%2018.1492%2018.2835%2018.2485%2018%2018.25Z'%20fill='%23000000'/%3e%3c/svg%3e");
}

i.video {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16px'%20height='16px'%20viewBox='0%200%20256%20256'%3e%3cpath%20fill='%23000'%20d='m163.33%20107l-48-32a6%206%200%200%200-9.33%205v64a6%206%200%200%200%209.33%205l48-32a6%206%200%200%200%200-10M118%20132.79V91.21L149.18%20112ZM216%2042H40a14%2014%200%200%200-14%2014v112a14%2014%200%200%200%2014%2014h176a14%2014%200%200%200%2014-14V56a14%2014%200%200%200-14-14m2%20126a2%202%200%200%201-2%202H40a2%202%200%200%201-2-2V56a2%202%200%200%201%202-2h176a2%202%200%200%201%202%202Zm12%2040a6%206%200%200%201-6%206H32a6%206%200%200%201%200-12h192a6%206%200%200%201%206%206'/%3e%3c/svg%3e");
}

.disabledOverlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: none;
    z-index: 1;
    cursor: default;
}

/* Merge Field Plugin Styles */
.merge-field-toolbar {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 8px;
}

.merge-field-trigger {
    background: #F3F4F6;
    border: 1px solid #E5E7EB;
    color: #6B7280;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: inherit;
}

.merge-field-trigger:hover {
    background: #E5E7EB;
    color: #374151;
    border-color: #D1D5DB;
}

.merge-field-palette {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    min-width: 280px;
    max-width: 350px;
    z-index: 1000;
    animation: slideDown 0.2s ease-out;
}

.merge-field-palette:before {
        content: '';
        position: absolute;
        top: -6px;
        left: 16px;
        width: 12px;
        height: 12px;
        background: white;
        border-left: 1px solid #E5E7EB;
        border-top: 1px solid #E5E7EB;
        transform: rotate(45deg);
        z-index: 999;
    }

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.palette-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #E5E7EB;
    background: #F9FAFB;
    border-radius: 8px 8px 0 0;
    
    span {
        font-size: 14px;
        font-weight: 600;
        color: #374151;
    }
}

.palette-close {
    background: none;
    border: none;
    color: #9CA3AF;
    font-size: 16px;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.palette-close:hover {
        background: #E5E7EB;
        color: #374151;
    }

.palette-content {
    max-height: 240px;
    overflow-y: auto;
    padding: 8px;
}

.merge-field-option {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 6px;
    background: white;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 4px;
}

.merge-field-option:hover {
        background: #F3F4F6;
        border-color: #E5E7EB;
    }

.merge-field-option:active {
        transform: translateY(1px);
    }

.merge-field-option:last-child {
        margin-bottom: 0;
    }

.field-name {
    font-size: 14px;
    color: #374151;
    font-weight: 500;
}

.field-tag {
    font-size: 12px;
    color: #6B7280;
    background: #F3F4F6;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    border: 1px solid #E5E7EB;
}

/* Scrollbar styling for palette */
.palette-content::-webkit-scrollbar {
    width: 6px;
}

.palette-content::-webkit-scrollbar-track {
    background: #F3F4F6;
    border-radius: 3px;
}

.palette-content::-webkit-scrollbar-thumb {
    background: #D1D5DB;
    border-radius: 3px;
}

.palette-content::-webkit-scrollbar-thumb:hover {
        background: #9CA3AF;
    }

/* Responsive adjustments */
@media (max-width: 768px) {
    .merge-field-palette {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        right: auto;
        width: 90%;
        max-width: 300px;
    }
        
        .merge-field-palette:before {
            display: none; /* Hide arrow on mobile */
        }
    
    .merge-field-option {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    
    .field-tag {
        align-self: flex-end;
    }
}

/* Focus states for accessibility */
.merge-field-trigger:focus {
    outline: 2px solid #3B82F6;
    outline-offset: 2px;
}

.merge-field-option:focus {
    outline: 2px solid #3B82F6;
    outline-offset: -2px;
    border-color: #3B82F6;
}


/* Tiptap Premium Styles */
.ProseMirror {
    outline: none !important;
}
.ProseMirror {
    padding: 20px;
    min-height: 150px;
}

.ProseMirror p.is-editor-empty:first-child::before {
    content: attr(data-placeholder);
    float: left;
    color: #adb5bd;
    pointer-events: none;
    height: 0;
}

/* Columns / Grid System */
[data-type="column-group"] {
    display: flex;
    gap: 2rem;
    margin: 1.5rem 0;
    width: 100%;
}

[data-type="column"] {
    flex: 1;
    border: 1px dashed transparent;
    border-radius: 8px;
    padding: 16px;
    transition: all 0.2s ease;
    min-width: 0;
}

/* Editor-only subtle guides */
.editor-input [data-type="column"] {
    border-color: rgba(0, 0, 0, 0.08);
}

.editor-input [data-type="column"]:hover {
    border-color: var(--alvanda-light-purple);
    background-color: rgba(111, 76, 255, 0.02);
}

.editor-input [data-type="column"][focus-within] {
    border-color: var(--alvanda-purple);
    border-style: solid;
    background-color: transparent;
}

.editor-input [data-type="column"]:focus-within {
    border-color: var(--alvanda-purple);
    border-style: solid;
    background-color: transparent;
}

/* Tables */
.ProseMirror table {
    border-collapse: collapse;
    margin: 1.5rem 0;
    overflow: hidden;
    table-layout: fixed;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.ProseMirror td, .ProseMirror th {
    border: 1px solid #e9ecef;
    box-sizing: border-box;
    min-width: 1em;
    padding: 12px 15px;
    position: relative;
    vertical-align: middle;
    text-align: left;
}

.ProseMirror th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: var(--alvanda-dark-purple);
}

.ProseMirror .selectedCell:after {
    background: rgba(111, 76, 255, 0.1);
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}

/* Merge Fields */
.merge-field-node {
    background: var(--alvanda-invisible-purple);
    color: var(--alvanda-purple);
    border: 1px solid var(--alvanda-light-purple);
    border-radius: 4px;
    padding: 2px 8px;
    font-weight: 600;
    font-family: var(--app-font-quicksand-bold);
    display: inline-block;
    margin: 0 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

/* Images & Videos */
.editor-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 1.5rem 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.video-wrapper {
    margin: 1.5rem 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    background: #000;
}

.video-wrapper video {
    width: 100%;
    display: block;
}

/* Toolbar Adjustments */
.toolbar-item i.format.table {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="18" x="3" y="3" rx="2"/><path d="M3 9h18"/><path d="M3 15h18"/><path d="M9 3v18"/><path d="M15 3v18"/></svg>');
}

.toolbar-item i.format.columns {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 3h8v18H3z"/><path d="M13 3h8v18h-8z"/></svg>');
}

/* Toolbar Dropdowns & Icons */
.toolbar-item .chevron-down {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px solid #666;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.dropdown {
    z-index: 100;
    display: flex;
    flex-direction: column;
    position: absolute;
    background: #fff;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    border-radius: 8px;
    padding: 8px;
    border: 1px solid #eee;
    min-width: 150px;
}

.dropdown .item {
    border: 0;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: none;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.2s;
    color: #333;
    font-size: 14px;
    text-align: left;
}

.dropdown .item:hover {
    background: #f5f5f5;
}

.dropdown .item .text {
    flex: 1;
}

/* Dropdown Chevron Styling */
.chevron-down {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(45deg);
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.toolbar-item.active .chevron-down {
    border-color: var(--alvanda-purple);
}

/* Specialized Dropdown Arrow to override global conflicts */
.tiptap-dropdown-arrow {
    display: inline-block !important;
    width: 10px !important;
    height: 6px !important;
    margin-left: 8px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M1 1L5 5L9 1" stroke="%23666666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
    vertical-align: middle !important;
}

.toolbar-item.active .tiptap-dropdown-arrow {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M1 1L5 5L9 1" stroke="%236F4CFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}

/* Final Polish for Toolbar Dropdowns */
.toolbar-item.block-controls,
.toolbar-item.spaced {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.toolbar-item.block-controls,
.toolbar-item.spaced {
    gap: 4px;
}

.tiptap-dropdown-arrow {
    display: inline-block !important;
    width: 9px !important;
    height: 6px !important;
    margin-left: 4px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M1 1L5 5L9 1" stroke="%234A4A4A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
    vertical-align: baseline !important;
    vertical-align: initial !important;
}

.tiptap-dropdown-arrow {
    /* Consistent dark grey color for both */ /* Managed by flexbox now */
    position: relative;
    top: 1px;
}

/* Ensure active state also looks clean */
.toolbar-item.active .tiptap-dropdown-arrow {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M1 1L5 5L9 1" stroke="%236F4CFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}

/* Force professional icon for Block Type dropdown */
.icon.block-type.paragraph {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="%234A4A4A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="21" y1="10" x2="3" y2="10"/><line x1="21" y1="6" x2="3" y2="6"/><line x1="21" y1="14" x2="3" y2="14"/><line x1="21" y1="18" x2="3" y2="18"/></svg>') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
}
._modal_vxbgx_1 {
  width: 536px;
}
._modal_vxbgx_1 ._content_vxbgx_4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
._modal_vxbgx_1 ._resultMessage_vxbgx_11 {
  margin: 1em;
  font-family: var(--app-text-main-font);
  font-size: 24px;
  font-weight: 600;
  color: var(--alvanda-purple);
  white-space: pre-line;
  text-align: center;
}
._modal_vxbgx_1 ._closeButton_vxbgx_20 {
  height: 56px;
  width: 122px;
}._content_1wqie_1 {
  padding-top: 20px;
}
._content_1wqie_1 ._closeIcon_1wqie_4 {
  position: absolute;
  top: 20px;
  right: 24px;
}
._content_1wqie_1 ._closeIcon_1wqie_4:hover {
  cursor: pointer;
}
._content_1wqie_1 ._shredderImg_1wqie_12 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
._content_1wqie_1 ._deleteHeading_1wqie_17 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--app-text-secondary-font);
  color: var(--alvanda-dark-purple);
  text-transform: capitalize;
}
._content_1wqie_1 ._deleteMessage_1wqie_25 {
  text-align: center;
  font-size: 20px;
  font-family: var(--app-text-secondary-font);
  color: var(--alvanda-dark-purple);
  margin-bottom: 0;
}
._content_1wqie_1 ._message_1wqie_32 {
  text-align: center;
  font-size: 20px;
  font-family: var(--app-text-secondary-font);
  color: var(--alvanda-dark-purple);
  margin-top: 5px;
  margin-bottom: 20px;
}

._deleteButton_1wqie_41 {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 32px 32px 26px;
}
._deleteButton_1wqie_41 p {
  text-transform: capitalize;
}

._error_1wqie_51 {
  color: var(--app-color-red-error);
  font-size: 12px;
  margin-left: 28px;
}
._error_1wqie_51 span {
  vertical-align: middle;
  margin-right: 4px;
}._container_1t25d_1 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

._label_1t25d_7 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--alvanda-dark-purple);
}

._inputWrapper_1t25d_14 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--alvanda-light-purple);
  border-radius: 4px;
  padding: 5px;
  background-color: #f9f9f9;
}

._input_1t25d_14 {
  flex-grow: 1;
  border: none;
  background: transparent;
  font-size: 14px;
  padding: 8px;
  color: var(--alvanda-dark-purple);
  outline: none;
  width: 100%;
  height: auto;
  resize: none;
  font-family: inherit;
  line-height: 1.4;
  overflow: hidden;
}

._copyButton_1t25d_41 {
  height: 32px;
  min-width: 80px;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):not(.react-datepicker__week-number--keyboard-selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__week-number--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}
.react-datepicker__week-number--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .holiday-overlay,
.react-datepicker__month-text--holidays .holiday-overlay,
.react-datepicker__quarter-text--holidays .holiday-overlay,
.react-datepicker__year-text--holidays .holiday-overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
  background-color: #cf5300;
}
.react-datepicker__day--holidays:hover .holiday-overlay,
.react-datepicker__month-text--holidays:hover .holiday-overlay,
.react-datepicker__quarter-text--holidays:hover .holiday-overlay,
.react-datepicker__year-text--holidays:hover .holiday-overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range):not(.react-datepicker__month-text--in-range):not(.react-datepicker__quarter-text--in-range):not(.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range):not(.react-datepicker__month-text--in-range):not(.react-datepicker__quarter-text--in-range):not(.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range):not(.react-datepicker__month-text--in-range):not(.react-datepicker__quarter-text--in-range):not(.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range):not(.react-datepicker__month-text--in-range):not(.react-datepicker__quarter-text--in-range):not(.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range):not(.react-datepicker__month-text--in-selecting-range):not(.react-datepicker__quarter-text--in-selecting-range):not(.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range):not(.react-datepicker__month-text--in-selecting-range):not(.react-datepicker__quarter-text--in-selecting-range):not(.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range):not(.react-datepicker__month-text--in-selecting-range):not(.react-datepicker__quarter-text--in-selecting-range):not(.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range):not(.react-datepicker__month-text--in-selecting-range):not(.react-datepicker__quarter-text--in-selecting-range):not(.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range):not(.react-datepicker__month-text--in-selecting-range):not(.react-datepicker__quarter-text--in-selecting-range):not(.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range):not(.react-datepicker__month-text--in-selecting-range):not(.react-datepicker__quarter-text--in-selecting-range):not(.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range):not(.react-datepicker__month-text--in-selecting-range):not(.react-datepicker__quarter-text--in-selecting-range):not(.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range):not(.react-datepicker__month-text--in-selecting-range):not(.react-datepicker__quarter-text--in-selecting-range):not(.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}
/**
 * V2MeetingScheduler — liquid-glass chrome for public + in-app booking.
 * Scoped under `.v2-meeting-scheduler` (public shell + builder preview).
 */

.v2-meeting-scheduler.glass {
    box-shadow: var(--shadow);
}

.v2-meeting-scheduler__panel {
    background: var(--glass-fill-strong);
    border: 1px solid var(--glass-border);
    border-radius: var(--r-md);
}

.v2-meeting-scheduler__timezone {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: var(--field-fill);
    border: 1px solid var(--glass-border);
    border-radius: var(--r-md);
}

.v2-meeting-scheduler__slot {
    border-color: color-mix(in srgb, var(--brand) 28%, var(--glass-border));
    background: var(--glass-fill);
}

.v2-meeting-scheduler__slot.is-selected {
    background: var(--brand);
    border-color: transparent;
    color: #fff;
}

.v2-meeting-scheduler__day.is-available:not(.is-selected) {
    background: color-mix(in srgb, var(--brand) 12%, transparent);
}

.v2-meeting-scheduler__day.is-selected {
    color: #fff !important;
}

.v2-meeting-scheduler__day.is-selected {
    background: var(--brand);
}

.v2-meeting-scheduler__nav-btn {
    border: 1px solid var(--glass-border);
    color: var(--brand);
    background: var(--glass-fill);
}

.v2-meeting-scheduler__nav-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
/* ════════════════════════════════════════════════════════════════════════════
   V2PhoneField — glass theming for the shared editor's phone field.

   V2BlueprintFieldEditor renders react-international-phone's <PhoneInput> for the
   `phone` case. That library is driven ENTIRELY by its own CSS custom properties
   (`--react-international-phone-*`). Its country dropdown is an ABSOLUTELY-positioned
   child of the country selector (it does NOT portal to <body>), so it renders
   inside `.lg-root` and inherits the remapped vars set on the input-container.
   Rather than fight dozens of rules with inline styles, we remap the library's
   custom properties to the Liquid-Glass tokens. Because this is imported by the
   SHARED editor, every surface that fills a phone field (begin-task, the component
   view page, the standalone-create modal, the task modal) gets the identical glass
   treatment, dark mode included (the tokens already flip under .lg-root[data-theme]).

   Scoped under `.lg-root` so the legacy dashboard's own phone inputs are untouched.
   ════════════════════════════════════════════════════════════════════════════ */

.lg-root .v2-phone-field .react-international-phone-input-container {
    --react-international-phone-background-color: transparent;
    --react-international-phone-border-color: var(--glass-border);
    --react-international-phone-border-radius: var(--r-md);
    --react-international-phone-text-color: var(--ink);
    --react-international-phone-font-size: 13.5px;
    --react-international-phone-height: auto;
    --react-international-phone-country-selector-background-color: transparent;
    --react-international-phone-country-selector-background-color-hover: var(--glass-fill-strong);
    --react-international-phone-country-selector-border-color: var(--glass-hair);
    --react-international-phone-country-selector-arrow-color: var(--ink-soft);
    --react-international-phone-disabled-background-color: transparent;
    --react-international-phone-disabled-text-color: var(--ink-faint);
    --react-international-phone-dial-code-preview-background-color: transparent;
    --react-international-phone-dial-code-preview-border-color: var(--glass-hair);
    --react-international-phone-dial-code-preview-text-color: var(--ink-soft);
    --react-international-phone-dropdown-item-background-color: var(--popover-fill);
    --react-international-phone-dropdown-item-text-color: var(--ink);
    --react-international-phone-dropdown-item-dial-code-color: var(--ink-soft);
    --react-international-phone-selected-dropdown-item-background-color: var(--brand-tint);
    --react-international-phone-selected-dropdown-item-text-color: var(--brand-text);
    --react-international-phone-selected-dropdown-item-dial-code-color: var(--brand-text);
    --react-international-phone-dropdown-shadow: var(--shadow-pop);
}

/* The input-container is the flex row that holds the country-selector button +
   the phone <input>. It must STRETCH its children so the country button is the
   same height as the input (otherwise the flag sits short / un-centred). It must
   also NOT clip — the country dropdown is an absolutely-positioned child and any
   overflow:hidden here would cut it off. */
.lg-root .v2-phone-field .react-international-phone-input-container {
    align-items: stretch;
    overflow: visible;
}

/* The phone number <input> + the country-selector button sit flush inside the
   parent `.field` wrapper (which owns the border + focus ring). Make both
   transparent so the single glass surface reads as one control. */
.lg-root .v2-phone-field .react-international-phone-input,
.lg-root .v2-phone-field .react-international-phone-country-selector-button {
    background: transparent;
    border: none;
    color: var(--ink);
    height: auto;
}

/* Center the flag vertically: stretch the button to the container height and
   center its content along both axes. */
.lg-root .v2-phone-field .react-international-phone-country-selector,
.lg-root .v2-phone-field .react-international-phone-country-selector-button {
    display: flex;
    align-items: center;
    align-self: stretch;
}

.lg-root .v2-phone-field .react-international-phone-country-selector-button {
    border-right: 1px solid var(--glass-hair);
    border-radius: 0;
    justify-content: center;
    padding: 0 10px;
}

.lg-root .v2-phone-field .react-international-phone-country-selector-button__button-content {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.lg-root .v2-phone-field .react-international-phone-input {
    flex: 1;
    min-width: 0;
    padding: 9px 12px;
    font-size: 13.5px;
}

.lg-root .v2-phone-field .react-international-phone-input::placeholder {
    color: var(--ink-faint);
}

/* Country dropdown surface. react-international-phone renders it as an
   ABSOLUTELY-positioned child of `.react-international-phone-country-selector`
   (which is `position: relative`) — NOT a body portal — so it must escape any
   clipping ancestor and stack above page chrome. We give it a high z-index and
   a fixed sensible width; being position:absolute it overlays WITHOUT resizing
   the field when open. Rendered inside `.lg-root`, so it inherits the tokens. */
.lg-root .v2-phone-field .react-international-phone-country-selector-dropdown {
    position: absolute;
    z-index: calc(1250 + 2);
    z-index: calc(var(--z-popover, 1250) + 2);
    width: 280px;
    max-height: 220px;
    margin-top: 4px;
    padding: 4px;
    background: var(--popover-fill);
    border: 1px solid var(--glass-border);
    border-radius: var(--r-lg);
    box-shadow: var(--shadow-pop);
}

.lg-root .v2-phone-field .react-international-phone-country-selector-dropdown__list-item {
    border-radius: var(--r-sm);
    padding: 7px 8px;
}

.lg-root .v2-phone-field .react-international-phone-country-selector-dropdown__list-item:hover {
    background: var(--glass-fill-strong);
}

.lg-root .v2-phone-field .react-international-phone-country-selector-dropdown__list-item--selected,
.lg-root .v2-phone-field .react-international-phone-country-selector-dropdown__list-item--focused {
    background: var(--brand-tint);
    color: var(--brand-text);
}

.lg-root .v2-phone-field .react-international-phone-country-selector-dropdown__list-item-country-name,
.lg-root .v2-phone-field .react-international-phone-country-selector-dropdown__list-item-dial-code {
    color: var(--ink);
}

/* Public scrollport + glass panels used to clip the non-portaled dropdown.
   Lift the open field above siblings so the list paints over following inputs.
   Later landing-page blocks (legal copy, footers) sit after the form in DOM
   order and would otherwise paint on top of the list — elevate the whole block
   wrapper while the country picker is open (aria-expanded on the selector btn). */
.v2-public-shell .v2-phone-field[focus-within],
.v2-public-shell .fade-up[focus-within],
.v2-public-shell section[focus-within] {
    position: relative;
    z-index: calc(1250 + 1);
    z-index: calc(var(--z-popover, 1250) + 1);
}
.v2-public-shell .v2-phone-field[focus-within],
.v2-public-shell .fade-up[focus-within],
.v2-public-shell section[focus-within] {
    position: relative;
    z-index: calc(1250 + 1);
    z-index: calc(var(--z-popover, 1250) + 1);
}
.v2-public-shell .v2-phone-field:focus-within,
.v2-public-shell .fade-up:focus-within,
.v2-public-shell section:focus-within {
    position: relative;
    z-index: calc(1250 + 1);
    z-index: calc(var(--z-popover, 1250) + 1);
}
/* Landing form consent copy — builder editor + public renderer */

.v2-landing-form-rich-text {
    overflow: hidden;
    border: 1px solid var(--glass-border);
    border-radius: var(--r-md);
    background: var(--glass-fill-strong);
}

.v2-landing-form-rich-text__toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    padding: 6px 8px;
    border-bottom: 1px solid var(--glass-hair);
    background: var(--glass-fill);
}

.v2-landing-form-rich-text__btn {
    display: grid;
    align-items: center;
    justify-items: center;
    place-items: center;
    height: 28px;
    min-width: 28px;
    padding: 0 8px;
    border: none;
    border-radius: var(--r-sm);
    background: transparent;
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color var(--t-fast) ease, color var(--t-fast) ease;
}

.v2-landing-form-rich-text__btn:hover {
    background: var(--glass-fill-strong);
    color: var(--ink);
}

.v2-landing-form-rich-text__btn.is-active {
    background: var(--brand-tint);
    color: var(--brand-text);
}

.v2-landing-form-rich-text__link-popover {
    display: flex;
    flex: 1 1 100%;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.v2-landing-form-rich-text__body .ProseMirror {
    min-height: 88px;
    max-height: 200px;
    overflow-y: auto;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.6;
    color: var(--ink);
    outline: none;
}

.v2-landing-form-rich-text__body .ProseMirror p {
    margin: 0 0 0.65em;
}

.v2-landing-form-rich-text__body .ProseMirror p:last-child {
    margin-bottom: 0;
}

.v2-landing-form-rich-text__body .ProseMirror a {
    color: var(--brand);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.v2-landing-form-rich-text__body .ProseMirror p.is-editor-empty:first-child::before {
    content: attr(data-placeholder);
    float: left;
    height: 0;
    pointer-events: none;
    color: var(--ink-faint);
}

/* Public page — consent / below-button copy */
.v2-landing-form-copy {
    font-size: 11.5px;
    line-height: 1.65;
    color: var(--ink-faint);
    word-break: break-word;
}

.v2-landing-form-copy p {
    margin: 0 0 0.75em;
}

.v2-landing-form-copy p:last-child {
    margin-bottom: 0;
}

.v2-landing-form-copy a {
    color: var(--brand);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.v2-landing-form-copy a:hover {
    color: var(--brand);
    color: var(--brand-text, var(--brand));
}

.v2-landing-form-copy.text-center {
    text-align: center;
}
/* Landing page Header block — centered logo above hero content. */
.v2-landing-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: max(16px, min(3vw, 28px)) 0 max(8px, min(2vw, 16px));
}

.v2-landing-header__img {
    display: block;
    width: auto;
    height: auto;
    object-fit: contain;
}

.v2-landing-header__name {
    font-size: 15px;
    font-weight: 650;
    color: var(--ink);
    letter-spacing: -0.01em;
}

/* Columns block — proportional widths from `--landing-col-template` (e.g. 35fr 65fr). */
.v2-landing-columns-editor {
    grid-template-columns: var(--landing-col-template);
}

@media (min-width: 640px) {
    .v2-landing-columns {
        grid-template-columns: var(--landing-col-template);
    }
}
/* Landing page Text block — builder editor + public copy */

.v2-landing-rich-text-editor .shell {
    min-height: auto;
}

.v2-landing-rich-text-editor.is-compact .ProseMirror {
    min-height: 100px;
}

.v2-landing-rich-text-copy {
    font-size: 15px;
    line-height: 1.65;
    color: var(--ink-soft);
    word-break: break-word;
}

.v2-landing-rich-text-copy h1 {
    margin: 0 0 0.5em;
    font-size: 1.75em;
    font-weight: 700;
    line-height: 1.2;
    color: var(--ink);
}

.v2-landing-rich-text-copy h2 {
    margin: 0 0 0.5em;
    font-size: 1.35em;
    font-weight: 700;
    line-height: 1.25;
    color: var(--ink);
}

.v2-landing-rich-text-copy ul,
.v2-landing-rich-text-copy ol {
    margin: 0 0 0.75em;
    padding-left: 1.35em;
}

.v2-landing-rich-text-copy blockquote {
    margin: 0 0 0.75em;
    padding-left: 0.85em;
    border-left: 3px solid var(--glass-border);
    color: var(--ink-faint);
}

.v2-landing-rich-text-copy img {
    max-width: 100%;
    height: auto;
    border-radius: var(--r-sm);
}

.v2-landing-rich-text-copy.text-center {
    text-align: center;
}

.v2-landing-rich-text-copy.text-right {
    text-align: right;
}

.v2-landing-hero-headline {
    font-size: max(1.75rem, min(4vw, 2.125rem));
    font-weight: 700;
    line-height: 1.15;
    color: var(--ink);
}

.v2-landing-hero-headline h1,
.v2-landing-hero-headline h2,
.v2-landing-hero-headline h3,
.v2-landing-hero-headline p {
    margin: 0;
    color: inherit;
    font: inherit;
    line-height: inherit;
}

.v2-landing-hero-subheadline {
    font-size: 15px;
    line-height: 1.65;
    color: var(--ink-soft);
}

.v2-landing-form-title {
    font-size: 15px;
    font-weight: 650;
    line-height: 1.35;
    color: var(--ink);
}

.v2-landing-form-title p,
.v2-landing-form-title h1,
.v2-landing-form-title h2,
.v2-landing-form-title h3 {
    margin: 0;
    font: inherit;
    color: inherit;
}

.v2-landing-legal-copy {
    color: var(--ink-faint);
}

.v2-landing-button-label {
    display: inline;
    font: inherit;
    color: inherit;
}

.v2-landing-button-label p {
    margin: 0;
    display: inline;
}
.landing-stream-video {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: var(--r-md);
    background: #0a0a0c;
    aspect-ratio: 16 / 9;
    user-select: none;
    -webkit-user-select: none;
}

.landing-stream-video--fullscreen {
    border-radius: 0;
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
}

.landing-stream-video__media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}

.landing-stream-video__iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.landing-stream-video__poster {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.landing-stream-video__play-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    align-items: center;
    justify-items: center;
    place-items: center;
    background: rgba(0, 0, 0, 0.35);
    transition: opacity 0.2s ease;
}

.landing-stream-video__play-btn {
    display: grid;
    align-items: center;
    justify-items: center;
    place-items: center;
    width: 72px;
    height: 72px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    background: var(--brand);
    color: #fff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
    transition: transform 0.15s ease, opacity 0.15s ease;
}

.landing-stream-video__play-btn:hover {
    transform: scale(1.05);
}

.landing-stream-video__controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.82));
    opacity: 0;
    transition: opacity 0.2s ease;
}

.landing-stream-video:hover .landing-stream-video__controls,
.landing-stream-video[focus-within] .landing-stream-video__controls,
.landing-stream-video--controls-visible .landing-stream-video__controls {
    opacity: 1;
}

.landing-stream-video:hover .landing-stream-video__controls,
.landing-stream-video:focus-within .landing-stream-video__controls,
.landing-stream-video--controls-visible .landing-stream-video__controls {
    opacity: 1;
}

.landing-stream-video__controls-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    min-width: 0;
}

.landing-stream-video__controls-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-left: auto;
}

.landing-stream-video__icon-btn {
    display: grid;
    align-items: center;
    justify-items: center;
    place-items: center;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background: transparent;
    color: #fff;
    flex-shrink: 0;
}

.landing-stream-video__icon-btn--lg {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.landing-stream-video__icon-btn:hover {
    background: rgba(255, 255, 255, 0.12);
}

.landing-stream-video__volume {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.landing-stream-video__volume input[type='range'] {
    width: 72px;
    accent-color: var(--brand);
    cursor: pointer;
}

.landing-stream-video__quality select {
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 24px 4px 8px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 6px center;
}

.landing-stream-video__sound-hint {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    border: none;
    font-size: 14px;
    font-weight: 650;
    line-height: 1;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
    white-space: nowrap;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

.landing-stream-video__sound-hint:hover {
    transform: scale(1.03);
    opacity: 0.95;
}

.landing-stream-video__time {
    font-size: 11px;
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    color: rgba(255, 255, 255, 0.85);
}
/*
 * V2PublicStepPage.css — scoped layout + embed CSS for the v2 public form.
 *
 * Tokens only; no hardcoded colours. Everything is scoped under
 * `.v2-public-shell` (the self-rooted `.lg-root v2-app` wrapper the public page
 * mounts because it renders OUTSIDE the app shell). The `.is-embed` modifier
 * strips the page frame so a host can iframe `/pub/<token>?embed=1` and let the
 * frame auto-size to the content height.
 */

.v2-public-shell {
    min-height: 100vh;
    min-height: 100dvh;
    position: relative;
    overflow-x: hidden;
}

.v2-public-scroll {
    position: relative;
    z-index: 0;
    z-index: var(--z-base, 0);
    min-height: 100vh;
    min-height: 100dvh;
    width: 100%;
    overflow-y: auto;
    padding: max(16px, min(4vw, 48px)) max(16px, min(4vw, 40px));
}

/* Centered max-width container. */
.v2-public-grid {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Form-only — keep the card comfortably narrow & centered. */
.v2-public-grid.is-form-only {
    max-width: 640px;
}

/* Guidance-only — prose (and embedded video) reads best under ~760px. */
.v2-public-grid.is-guidance-only {
    max-width: 760px;
}

/* Landing page — max-width comes from inline style (page width setting). */
.v2-public-grid.is-landing-page {
    max-width: none;
}

/* Full-width company logo header (legacy auto-bar — prefer Header block). */
.v2-public-logo-bar {
    position: relative;
    z-index: calc(0 + 1);
    z-index: calc(var(--z-base, 0) + 1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: max(18px, min(3.5vw, 32px)) max(20px, min(4vw, 40px));
    background: #fff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.v2-public-logo-bar__img {
    display: block;
    max-height: 56px;
    max-width: min(360px, 88vw);
    width: auto;
    height: auto;
    object-fit: contain;
}

/* ── Split-stage card ─────────────────────────────────────────────────────── */
/* Keep the guidance prose/video in view while a long form scrolls beside it
   (the card splits at Tailwind's lg breakpoint). */
@media (min-width: 1024px) {
    .v2-public-stage-body {
        position: sticky;
        top: 16px;
    }
}

/* ── Guidance prose (the dangerouslySetInnerHTML output) ──────────────────── */
.v2-public-prose {
    color: var(--ink-soft);
    font-size: 13.5px;
    line-height: 1.7;
    word-break: break-word;
}
.v2-public-prose h1,
.v2-public-prose h2,
.v2-public-prose h3,
.v2-public-prose h4 {
    color: var(--ink);
    font-weight: 650;
    letter-spacing: -0.01em;
    margin: 1.1em 0 0.5em;
    line-height: 1.3;
}
.v2-public-prose h1 { font-size: 18px; }
.v2-public-prose h2 { font-size: 16px; }
.v2-public-prose h3 { font-size: 14.5px; }
.v2-public-prose p { margin: 0 0 0.85em; }
.v2-public-prose ul,
.v2-public-prose ol { margin: 0 0 0.85em; padding-left: 1.25em; }
.v2-public-prose li { margin: 0.2em 0; }
.v2-public-prose a {
    color: var(--brand);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.v2-public-prose a:hover { color: var(--brand); color: var(--brand-text, var(--brand)); }
.v2-public-prose img { max-width: 100%; height: auto; border-radius: 12px; border-radius: var(--r-md, 12px); }

/* Embedded media — guidance HTML carries YouTube iframes / <video> with fixed
   pixel attributes (e.g. 560×315); make them fill the column responsively. */
.v2-public-prose iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
    border-radius: 12px;
    border-radius: var(--r-md, 12px);
    margin: 0 0 0.85em;
    background: var(--glass-fill-strong);
}
.v2-public-prose video {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    border-radius: var(--r-md, 12px);
    margin: 0 0 0.85em;
    background: var(--glass-fill-strong);
}
.v2-public-prose figure {
    margin: 0 0 0.85em;
}
.v2-public-prose figure > iframe,
.v2-public-prose figure > video,
.v2-public-prose figure > img {
    margin-bottom: 0;
}
.v2-public-prose strong, .v2-public-prose b { color: var(--ink); font-weight: 650; }
.v2-public-prose blockquote {
    margin: 0 0 0.85em;
    padding-left: 0.9em;
    border-left: 2px solid var(--glass-hair);
    color: var(--ink-faint);
}
.v2-public-prose :first-child { margin-top: 0; }
.v2-public-prose :last-child { margin-bottom: 0; }

/* ── Embed mode ───────────────────────────────────────────────────────────── */
/* Strip the outer chrome so the host iframe can auto-size to content. */
.v2-public-shell.is-embed {
    min-height: 0;
    background: transparent;
}
.v2-public-shell.is-embed .canvas-bg {
    display: none;
}
.v2-public-shell.is-embed .v2-public-scroll {
    min-height: 0;
    overflow-y: visible;
    padding: max(8px, min(2.5vw, 20px));
}
.v2-public-shell.is-embed .v2-public-grid {
    max-width: none;
}
