@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap";.rdp-root{--rdp-accent-color: blue;--rdp-accent-background-color: #f0f0ff;--rdp-day-height: 44px;--rdp-day-width: 44px;--rdp-day_button-border-radius: 100%;--rdp-day_button-border: 2px solid transparent;--rdp-day_button-height: 42px;--rdp-day_button-width: 42px;--rdp-selected-border: 2px solid var(--rdp-accent-color);--rdp-disabled-opacity: .5;--rdp-outside-opacity: .75;--rdp-today-color: var(--rdp-accent-color);--rdp-dropdown-gap: .5rem;--rdp-months-gap: 2rem;--rdp-nav_button-disabled-opacity: .5;--rdp-nav_button-height: 2.25rem;--rdp-nav_button-width: 2.25rem;--rdp-nav-height: 2.75rem;--rdp-range_middle-background-color: var(--rdp-accent-background-color);--rdp-range_middle-color: inherit;--rdp-range_start-color: white;--rdp-range_start-background: linear-gradient(var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color: var(--rdp-accent-color);--rdp-range_end-background: linear-gradient(var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50%);--rdp-range_end-color: white;--rdp-range_end-date-background-color: var(--rdp-accent-color);--rdp-week_number-border-radius: 100%;--rdp-week_number-border: 2px solid transparent;--rdp-week_number-height: var(--rdp-day-height);--rdp-week_number-opacity: .75;--rdp-week_number-width: var(--rdp-day-width);--rdp-weeknumber-text-align: center;--rdp-weekday-opacity: .75;--rdp-weekday-padding: .5rem 0rem;--rdp-weekday-text-align: center;--rdp-gradient-direction: 90deg;--rdp-animation_duration: .3s;--rdp-animation_timing: cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction: -90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity: unset}.rdp-root{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled{opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border-color:transparent;border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.react-hint{padding:5px;position:absolute;z-index:9999;cursor:default;animation:.5s fadeIn}.react-hint__content{padding:10px;border-radius:5px;background:#000;color:#fff}.react-hint:after{content:"";width:0;height:0;margin:auto;display:block;position:absolute;top:0;left:0;right:0;bottom:0;border:5px solid transparent}.react-hint--top:after{top:auto;border-bottom:none;border-top-color:#000}.react-hint--left:after{left:auto;border-right:none;border-left-color:#000}.react-hint--right:after{right:auto;border-left:none;border-right-color:#000}.react-hint--bottom:after{bottom:auto;border-top:none;border-bottom-color:#000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.react-autocomplete-input{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.15);bottom:auto;box-shadow:0 6px 12px #0000002d;display:block;font-size:14px;list-style:none;padding:1px;position:fixed;text-align:left;z-index:20000;overflow-y:scroll;margin-top:1em}.react-autocomplete-input>li{cursor:pointer;padding:10px;min-width:100px}.react-autocomplete-input>li.active{background-color:#337ab7;color:#fff}@font-face{font-family:GT Haptik;font-style:normal;font-weight:100;font-display:swap;src:url(/fonts/gt-haptik/GT-Haptik-Thin.woff2) format("woff2"),url(/fonts/gt-haptik/GT-Haptik-Thin.woff) format("woff")}@font-face{font-family:GT Haptik;font-style:italic;font-weight:100;font-display:swap;src:url(/fonts/gt-haptik/GT-Haptik-Thin-Rotalic.woff2) format("woff2"),url(/fonts/gt-haptik/GT-Haptik-Thin-Rotalic.woff) format("woff")}@font-face{font-family:GT Haptik;font-style:normal;font-weight:300;font-display:swap;src:url(/fonts/gt-haptik/GT-Haptik-Light.woff2) format("woff2"),url(/fonts/gt-haptik/GT-Haptik-Light.woff) format("woff")}@font-face{font-family:GT Haptik;font-style:italic;font-weight:300;font-display:swap;src:url(/fonts/gt-haptik/GT-Haptik-Light-Rotalic.woff2) format("woff2"),url(/fonts/gt-haptik/GT-Haptik-Light-Rotalic.woff) format("woff")}@font-face{font-family:GT Haptik;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/gt-haptik/GT-Haptik-Regular.woff2) format("woff2"),url(/fonts/gt-haptik/GT-Haptik-Regular.woff) format("woff")}@font-face{font-family:GT Haptik;font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/gt-haptik/GT-Haptik-Regular-Rotalic.woff2) format("woff2"),url(/fonts/gt-haptik/GT-Haptik-Regular-Rotalic.woff) format("woff")}@font-face{font-family:GT Haptik;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/gt-haptik/GT-Haptik-Medium.woff2) format("woff2"),url(/fonts/gt-haptik/GT-Haptik-Medium.woff) format("woff")}@font-face{font-family:GT Haptik;font-style:italic;font-weight:500;font-display:swap;src:url(/fonts/gt-haptik/GT-Haptik-Medium-Rotalic.woff2) format("woff2"),url(/fonts/gt-haptik/GT-Haptik-Medium-Rotalic.woff) format("woff")}@font-face{font-family:GT Haptik;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/gt-haptik/GT-Haptik-Bold.woff2) format("woff2"),url(/fonts/gt-haptik/GT-Haptik-Bold.woff) format("woff")}@font-face{font-family:GT Haptik;font-style:italic;font-weight:700;font-display:swap;src:url(/fonts/gt-haptik/GT-Haptik-Bold-Rotalic.woff2) format("woff2"),url(/fonts/gt-haptik/GT-Haptik-Bold-Rotalic.woff) format("woff")}@font-face{font-family:GT Haptik;font-style:normal;font-weight:900;font-display:swap;src:url(/fonts/gt-haptik/GT-Haptik-Black.woff2) format("woff2"),url(/fonts/gt-haptik/GT-Haptik-Black.woff) format("woff")}@font-face{font-family:GT Haptik;font-style:italic;font-weight:900;font-display:swap;src:url(/fonts/gt-haptik/GT-Haptik-Black-Rotalic.woff2) format("woff2"),url(/fonts/gt-haptik/GT-Haptik-Black-Rotalic.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:swap;src:url(/fonts/inter/Inter-Thin.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:100;font-display:swap;src:url(/fonts/inter/Inter-ThinItalic.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(/fonts/inter/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:200;font-display:swap;src:url(/fonts/inter/Inter-ExtraLightItalic.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/fonts/inter/Inter-Light.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:300;font-display:swap;src:url(/fonts/inter/Inter-LightItalic.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/inter/Inter-Regular.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/inter/Inter-Italic.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/inter/Inter-Medium.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:500;font-display:swap;src:url(/fonts/inter/Inter-MediumItalic.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:600;font-display:swap;src:url(/fonts/inter/Inter-SemiBoldItalic.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/inter/Inter-Bold.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:700;font-display:swap;src:url(/fonts/inter/Inter-BoldItalic.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/fonts/inter/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:800;font-display:swap;src:url(/fonts/inter/Inter-ExtraBoldItalic.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/fonts/inter/Inter-Black.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:900;font-display:swap;src:url(/fonts/inter/Inter-BlackItalic.woff2) format("woff2")}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:Inter,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}*{caret-color:rgb(var(--foreground-accent))}input::placeholder,textarea::placeholder{color:rgb(var(--foreground-secondary))}*::selection{background-color:rgb(var(--background-accent) / 25%)}:root,.light,.dark .inverted,.light .dark .inverted{--foreground-primary: 1 1 1;--foreground-primary-hover: 18 18 18;--foreground-primary-active: 58 58 58;--foreground-primary-disabled: 128 128 128;--foreground-secondary: 99 99 99;--foreground-secondary-hover: 58 58 58;--foreground-secondary-active: 18 18 18;--foreground-secondary-disabled: 206 206 206;--foreground-tertiary: 164 164 164;--foreground-tertiary-hover: 128 128 128;--foreground-tertiary-active: 99 99 99;--foreground-tertiary-disabled: 245 245 245;--foreground-inverted: 255 255 255;--foreground-inverted-hover: 245 245 245;--foreground-inverted-active: 232 232 232;--foreground-inverted-disabled: 99 99 99;--foreground-success: 0 126 64;--foreground-success-hover: 24 91 50;--foreground-success-active: 21 54 32;--foreground-success-disabled: 95 179 130;--foreground-warning: 166 99 0;--foreground-warning-hover: 68 45 21;--foreground-warning-active: 24 16 8;--foreground-warning-disabled: 222 182 132;--foreground-error: 179 46 44;--foreground-error-hover: 124 38 34;--foreground-error-active: 69 24 22;--foreground-error-disabled: 237 170 163;--background-primary: 255 255 255;--background-primary-hover: 245 245 245;--background-primary-active: 232 232 232;--background-primary-disabled: 255 255 255;--background-secondary: 245 245 245;--background-secondary-hover: 232 232 232;--background-secondary-active: 206 206 206;--background-secondary-disabled: 245 245 245;--background-tertiary: 232 232 232;--background-tertiary-hover: 206 206 206;--background-tertiary-active: 164 164 164;--background-tertiary-disabled: 245 245 245;--background-inverted: 1 1 1;--background-inverted-hover: 18 18 18;--background-inverted-active: 58 58 58;--background-inverted-disabled: 1 1 1;--background-success: 225 239 230;--background-success-hover: 195 224 205;--background-success-active: 153 204 172;--background-success-disabled: 240 247 242;--background-warning: 247 237 224;--background-warning-hover: 237 211 180;--background-warning-active: 222 182 132;--background-warning-disabled: 249 244 238;--background-error: 248 230 228;--background-error-hover: 247 204 198;--background-error-active: 237 170 163;--background-error-disabled: 252 243 242;--background-destructive: 179 46 44;--background-destructive-hover: 124 38 34;--background-destructive-active: 69 24 22;--background-destructive-disabled: 237 170 163;--stroke-primary: 232 232 232;--stroke-primary-hover: 206 206 206;--stroke-primary-active: 164 164 164;--stroke-primary-disabled: 245 245 245;--stroke-secondary: 206 206 206;--stroke-secondary-hover: 164 164 164;--stroke-secondary-active: 128 128 128;--stroke-secondary-disabled: 232 232 232;--stroke-tertiary: 164 164 164;--stroke-tertiary-hover: 128 128 128;--stroke-tertiary-active: 99 99 99;--stroke-tertiary-disabled: 206 206 206;--stroke-inverted: 58 58 58;--stroke-inverted-hover: 99 99 99;--stroke-inverted-active: 128 128 128;--stroke-inverted-disabled: 18 18 18;--stroke-muted: 245 245 245;--stroke-muted-hover: 232 232 232;--stroke-muted-active: 206 206 206;--stroke-muted-disabled: 255 255 255;--stroke-success: 95 179 130;--stroke-success-hover: 15 152 93;--stroke-success-active: 0 126 64;--stroke-success-disabled: 240 247 242;--stroke-warning: 204 145 64;--stroke-warning-hover: 195 121 0;--stroke-warning-active: 166 99 0;--stroke-warning-disabled: 249 244 238;--stroke-error: 223 127 118;--stroke-error-hover: 202 86 78;--stroke-error-active: 179 46 44;--stroke-error-disabled: 252 243 242}.dark .\!inverted,.light .dark .\!inverted{--foreground-primary: 1 1 1 !important;--foreground-primary-hover: 18 18 18 !important;--foreground-primary-active: 58 58 58 !important;--foreground-primary-disabled: 128 128 128 !important;--foreground-secondary: 99 99 99 !important;--foreground-secondary-hover: 58 58 58 !important;--foreground-secondary-active: 18 18 18 !important;--foreground-secondary-disabled: 206 206 206 !important;--foreground-tertiary: 164 164 164 !important;--foreground-tertiary-hover: 128 128 128 !important;--foreground-tertiary-active: 99 99 99 !important;--foreground-tertiary-disabled: 245 245 245 !important;--foreground-inverted: 255 255 255 !important;--foreground-inverted-hover: 245 245 245 !important;--foreground-inverted-active: 232 232 232 !important;--foreground-inverted-disabled: 99 99 99 !important;--foreground-success: 0 126 64 !important;--foreground-success-hover: 24 91 50 !important;--foreground-success-active: 21 54 32 !important;--foreground-success-disabled: 95 179 130 !important;--foreground-warning: 166 99 0 !important;--foreground-warning-hover: 68 45 21 !important;--foreground-warning-active: 24 16 8 !important;--foreground-warning-disabled: 222 182 132 !important;--foreground-error: 179 46 44 !important;--foreground-error-hover: 124 38 34 !important;--foreground-error-active: 69 24 22 !important;--foreground-error-disabled: 237 170 163 !important;--background-primary: 255 255 255 !important;--background-primary-hover: 245 245 245 !important;--background-primary-active: 232 232 232 !important;--background-primary-disabled: 255 255 255 !important;--background-secondary: 245 245 245 !important;--background-secondary-hover: 232 232 232 !important;--background-secondary-active: 206 206 206 !important;--background-secondary-disabled: 245 245 245 !important;--background-tertiary: 232 232 232 !important;--background-tertiary-hover: 206 206 206 !important;--background-tertiary-active: 164 164 164 !important;--background-tertiary-disabled: 245 245 245 !important;--background-inverted: 1 1 1 !important;--background-inverted-hover: 18 18 18 !important;--background-inverted-active: 58 58 58 !important;--background-inverted-disabled: 1 1 1 !important;--background-success: 225 239 230 !important;--background-success-hover: 195 224 205 !important;--background-success-active: 153 204 172 !important;--background-success-disabled: 240 247 242 !important;--background-warning: 247 237 224 !important;--background-warning-hover: 237 211 180 !important;--background-warning-active: 222 182 132 !important;--background-warning-disabled: 249 244 238 !important;--background-error: 248 230 228 !important;--background-error-hover: 247 204 198 !important;--background-error-active: 237 170 163 !important;--background-error-disabled: 252 243 242 !important;--background-destructive: 179 46 44 !important;--background-destructive-hover: 124 38 34 !important;--background-destructive-active: 69 24 22 !important;--background-destructive-disabled: 237 170 163 !important;--stroke-primary: 232 232 232 !important;--stroke-primary-hover: 206 206 206 !important;--stroke-primary-active: 164 164 164 !important;--stroke-primary-disabled: 245 245 245 !important;--stroke-secondary: 206 206 206 !important;--stroke-secondary-hover: 164 164 164 !important;--stroke-secondary-active: 128 128 128 !important;--stroke-secondary-disabled: 232 232 232 !important;--stroke-tertiary: 164 164 164 !important;--stroke-tertiary-hover: 128 128 128 !important;--stroke-tertiary-active: 99 99 99 !important;--stroke-tertiary-disabled: 206 206 206 !important;--stroke-inverted: 58 58 58 !important;--stroke-inverted-hover: 99 99 99 !important;--stroke-inverted-active: 128 128 128 !important;--stroke-inverted-disabled: 18 18 18 !important;--stroke-muted: 245 245 245 !important;--stroke-muted-hover: 232 232 232 !important;--stroke-muted-active: 206 206 206 !important;--stroke-muted-disabled: 255 255 255 !important;--stroke-success: 95 179 130 !important;--stroke-success-hover: 15 152 93 !important;--stroke-success-active: 0 126 64 !important;--stroke-success-disabled: 240 247 242 !important;--stroke-warning: 204 145 64 !important;--stroke-warning-hover: 195 121 0 !important;--stroke-warning-active: 166 99 0 !important;--stroke-warning-disabled: 249 244 238 !important;--stroke-error: 223 127 118 !important;--stroke-error-hover: 202 86 78 !important;--stroke-error-active: 179 46 44 !important;--stroke-error-disabled: 252 243 242 !important}.dark:root,.dark,.inverted,.dark .light .inverted{--foreground-primary: 255 255 255;--foreground-primary-hover: 245 245 245;--foreground-primary-active: 232 232 232;--foreground-primary-disabled: 99 99 99;--foreground-secondary: 164 164 164;--foreground-secondary-hover: 206 206 206;--foreground-secondary-active: 232 232 232;--foreground-secondary-disabled: 58 58 58;--foreground-tertiary: 99 99 99;--foreground-tertiary-hover: 128 128 128;--foreground-tertiary-active: 164 164 164;--foreground-tertiary-disabled: 1 1 1;--foreground-inverted: 1 1 1;--foreground-inverted-hover: 18 18 18;--foreground-inverted-active: 58 58 58;--foreground-inverted-disabled: 128 128 128;--foreground-success: 15 152 93;--foreground-success-hover: 0 126 64;--foreground-success-active: 24 91 50;--foreground-success-disabled: 21 54 32;--foreground-warning: 195 121 0;--foreground-warning-hover: 166 99 0;--foreground-warning-active: 119 74 20;--foreground-warning-disabled: 68 45 21;--foreground-error: 202 86 78;--foreground-error-hover: 179 46 44;--foreground-error-active: 124 38 34;--foreground-error-disabled: 69 24 22;--background-primary: 18 18 18;--background-primary-hover: 58 58 58;--background-primary-active: 99 99 99;--background-primary-disabled: 1 1 1;--background-secondary: 1 1 1;--background-secondary-hover: 18 18 18;--background-secondary-active: 58 58 58;--background-secondary-disabled: 0 0 0;--background-tertiary: 0 0 0;--background-tertiary-hover: 1 1 1;--background-tertiary-active: 18 18 18;--background-tertiary-disabled: 0 0 0;--background-inverted: 255 255 255;--background-inverted-hover: 245 245 245;--background-inverted-active: 232 232 232;--background-inverted-disabled: 255 255 255;--background-success: 9 21 12;--background-success-hover: 21 54 32;--background-success-active: 24 91 50;--background-success-disabled: 2 4 2;--background-warning: 24 16 8;--background-warning-hover: 68 45 21;--background-warning-active: 119 74 20;--background-warning-disabled: 5 3 2;--background-error: 29 12 10;--background-error-hover: 69 24 22;--background-error-active: 124 38 34;--background-error-disabled: 5 3 2;--background-destructive: 202 86 78;--background-destructive-hover: 223 127 118;--background-destructive-active: 237 170 163;--background-destructive-disabled: 29 12 10;--stroke-primary: 58 58 58;--stroke-primary-hover: 99 99 99;--stroke-primary-active: 128 128 128;--stroke-primary-disabled: 18 18 18;--stroke-secondary: 99 99 99;--stroke-secondary-hover: 128 128 128;--stroke-secondary-active: 164 164 164;--stroke-secondary-disabled: 58 58 58;--stroke-tertiary: 128 128 128;--stroke-tertiary-hover: 164 164 164;--stroke-tertiary-active: 206 206 206;--stroke-tertiary-disabled: 99 99 99;--stroke-inverted: 232 232 232;--stroke-inverted-hover: 206 206 206;--stroke-inverted-active: 164 164 164;--stroke-inverted-disabled: 245 245 245;--stroke-muted: 1 1 1;--stroke-muted-hover: 18 18 18;--stroke-muted-active: 58 58 58;--stroke-muted-disabled: 0 0 0;--stroke-success: 24 91 50;--stroke-success-hover: 0 126 64;--stroke-success-active: 15 152 93;--stroke-success-disabled: 2 4 2;--stroke-warning: 119 74 20;--stroke-warning-hover: 166 99 0;--stroke-warning-active: 195 121 0;--stroke-warning-disabled: 5 3 2;--stroke-error: 124 38 34;--stroke-error-hover: 179 46 44;--stroke-error-active: 202 86 78;--stroke-error-disabled: 5 3 2}.\!inverted,.dark .light .\!inverted{--foreground-primary: 255 255 255 !important;--foreground-primary-hover: 245 245 245 !important;--foreground-primary-active: 232 232 232 !important;--foreground-primary-disabled: 99 99 99 !important;--foreground-secondary: 164 164 164 !important;--foreground-secondary-hover: 206 206 206 !important;--foreground-secondary-active: 232 232 232 !important;--foreground-secondary-disabled: 58 58 58 !important;--foreground-tertiary: 99 99 99 !important;--foreground-tertiary-hover: 128 128 128 !important;--foreground-tertiary-active: 164 164 164 !important;--foreground-tertiary-disabled: 1 1 1 !important;--foreground-inverted: 1 1 1 !important;--foreground-inverted-hover: 18 18 18 !important;--foreground-inverted-active: 58 58 58 !important;--foreground-inverted-disabled: 128 128 128 !important;--foreground-success: 15 152 93 !important;--foreground-success-hover: 0 126 64 !important;--foreground-success-active: 24 91 50 !important;--foreground-success-disabled: 21 54 32 !important;--foreground-warning: 195 121 0 !important;--foreground-warning-hover: 166 99 0 !important;--foreground-warning-active: 119 74 20 !important;--foreground-warning-disabled: 68 45 21 !important;--foreground-error: 202 86 78 !important;--foreground-error-hover: 179 46 44 !important;--foreground-error-active: 124 38 34 !important;--foreground-error-disabled: 69 24 22 !important;--background-primary: 18 18 18 !important;--background-primary-hover: 58 58 58 !important;--background-primary-active: 99 99 99 !important;--background-primary-disabled: 1 1 1 !important;--background-secondary: 1 1 1 !important;--background-secondary-hover: 18 18 18 !important;--background-secondary-active: 58 58 58 !important;--background-secondary-disabled: 0 0 0 !important;--background-tertiary: 0 0 0 !important;--background-tertiary-hover: 1 1 1 !important;--background-tertiary-active: 18 18 18 !important;--background-tertiary-disabled: 0 0 0 !important;--background-inverted: 255 255 255 !important;--background-inverted-hover: 245 245 245 !important;--background-inverted-active: 232 232 232 !important;--background-inverted-disabled: 255 255 255 !important;--background-success: 9 21 12 !important;--background-success-hover: 21 54 32 !important;--background-success-active: 24 91 50 !important;--background-success-disabled: 2 4 2 !important;--background-warning: 24 16 8 !important;--background-warning-hover: 68 45 21 !important;--background-warning-active: 119 74 20 !important;--background-warning-disabled: 5 3 2 !important;--background-error: 29 12 10 !important;--background-error-hover: 69 24 22 !important;--background-error-active: 124 38 34 !important;--background-error-disabled: 5 3 2 !important;--background-destructive: 202 86 78 !important;--background-destructive-hover: 223 127 118 !important;--background-destructive-active: 237 170 163 !important;--background-destructive-disabled: 29 12 10 !important;--stroke-primary: 58 58 58 !important;--stroke-primary-hover: 99 99 99 !important;--stroke-primary-active: 128 128 128 !important;--stroke-primary-disabled: 18 18 18 !important;--stroke-secondary: 99 99 99 !important;--stroke-secondary-hover: 128 128 128 !important;--stroke-secondary-active: 164 164 164 !important;--stroke-secondary-disabled: 58 58 58 !important;--stroke-tertiary: 128 128 128 !important;--stroke-tertiary-hover: 164 164 164 !important;--stroke-tertiary-active: 206 206 206 !important;--stroke-tertiary-disabled: 99 99 99 !important;--stroke-inverted: 232 232 232 !important;--stroke-inverted-hover: 206 206 206 !important;--stroke-inverted-active: 164 164 164 !important;--stroke-inverted-disabled: 245 245 245 !important;--stroke-muted: 1 1 1 !important;--stroke-muted-hover: 18 18 18 !important;--stroke-muted-active: 58 58 58 !important;--stroke-muted-disabled: 0 0 0 !important;--stroke-success: 24 91 50 !important;--stroke-success-hover: 0 126 64 !important;--stroke-success-active: 15 152 93 !important;--stroke-success-disabled: 2 4 2 !important;--stroke-warning: 119 74 20 !important;--stroke-warning-hover: 166 99 0 !important;--stroke-warning-active: 195 121 0 !important;--stroke-warning-disabled: 5 3 2 !important;--stroke-error: 124 38 34 !important;--stroke-error-hover: 179 46 44 !important;--stroke-error-active: 202 86 78 !important;--stroke-error-disabled: 5 3 2 !important}:root,.light,.dark .inverted,.light .dark .inverted,.light.toggl:is(.light),.light .toggl,.toggl .light,.toggl,.toggl.dark .inverted,.toggl .dark .inverted,.dark .toggl .inverted,.dark .inverted .toggl,.dark .inverted.toggl{--foreground-accent: 110 76 125;--foreground-accent-hover: 78 56 88;--foreground-accent-active: 47 36 53;--foreground-accent-disabled: 201 182 210;--background-accent: 110 76 125;--background-accent-hover: 78 56 88;--background-accent-active: 47 36 53;--background-accent-disabled: 201 182 210;--background-muted: 239 232 242;--background-muted-hover: 223 210 229;--background-muted-active: 201 182 210;--background-muted-disabled: 248 243 250;--stroke-accent: 223 210 229;--stroke-accent-hover: 201 182 210;--stroke-accent-active: 168 141 180;--stroke-accent-disabled: 239 232 242;--illustration-accent-primary: 255 222 145;--illustration-accent-secondary: 255 235 189;--illustration-accent-tertiary: 255 245 222}.dark .\!inverted,.light .dark .\!inverted,.toggl.dark .\!inverted,.toggl .dark .\!inverted,.dark .toggl .\!inverted,.dark .\!inverted .toggl,.dark .\!inverted.toggl{--foreground-accent: 110 76 125 !important;--foreground-accent-hover: 78 56 88 !important;--foreground-accent-active: 47 36 53 !important;--foreground-accent-disabled: 201 182 210 !important;--background-accent: 110 76 125 !important;--background-accent-hover: 78 56 88 !important;--background-accent-active: 47 36 53 !important;--background-accent-disabled: 201 182 210 !important;--background-muted: 239 232 242 !important;--background-muted-hover: 223 210 229 !important;--background-muted-active: 201 182 210 !important;--background-muted-disabled: 248 243 250 !important;--stroke-accent: 223 210 229 !important;--stroke-accent-hover: 201 182 210 !important;--stroke-accent-active: 168 141 180 !important;--stroke-accent-disabled: 239 232 242 !important;--illustration-accent-primary: 255 222 145 !important;--illustration-accent-secondary: 255 235 189 !important;--illustration-accent-tertiary: 255 245 222 !important}.dark:root,.dark,.inverted,.dark .light .inverted,.dark.toggl:is(.dark),.dark .toggl,.toggl .dark,.toggl .inverted,.toggl .light .inverted,.light .toggl .inverted,.inverted .toggl,.inverted.toggl{--foreground-accent: 168 141 180;--foreground-accent-hover: 201 182 210;--foreground-accent-active: 223 210 229;--foreground-accent-disabled: 47 36 53;--background-accent: 168 141 180;--background-accent-hover: 201 182 210;--background-accent-active: 223 210 229;--background-accent-disabled: 47 36 53;--background-muted: 20 16 22;--background-muted-hover: 47 36 53;--background-muted-active: 78 56 88;--background-muted-disabled: 4 3 5;--stroke-accent: 47 36 53;--stroke-accent-hover: 78 56 88;--stroke-accent-active: 110 76 125;--stroke-accent-disabled: 20 16 22;--illustration-accent-primary: 255 222 145;--illustration-accent-secondary: 255 235 189;--illustration-accent-tertiary: 255 245 222}.\!inverted,.dark .light .\!inverted,.toggl .\!inverted,.toggl .light .\!inverted,.light .toggl .\!inverted,.\!inverted .toggl,.\!inverted.toggl{--foreground-accent: 168 141 180 !important;--foreground-accent-hover: 201 182 210 !important;--foreground-accent-active: 223 210 229 !important;--foreground-accent-disabled: 47 36 53 !important;--background-accent: 168 141 180 !important;--background-accent-hover: 201 182 210 !important;--background-accent-active: 223 210 229 !important;--background-accent-disabled: 47 36 53 !important;--background-muted: 20 16 22 !important;--background-muted-hover: 47 36 53 !important;--background-muted-active: 78 56 88 !important;--background-muted-disabled: 4 3 5 !important;--stroke-accent: 47 36 53 !important;--stroke-accent-hover: 78 56 88 !important;--stroke-accent-active: 110 76 125 !important;--stroke-accent-disabled: 20 16 22 !important;--illustration-accent-primary: 255 222 145 !important;--illustration-accent-secondary: 255 235 189 !important;--illustration-accent-tertiary: 255 245 222 !important}:root,.light,.dark .inverted,.light .dark .inverted,.light.toggl:is(.light),.light .toggl,.toggl .light,.toggl,.toggl.dark .inverted,.toggl .dark .inverted,.dark .toggl .inverted,.dark .inverted .toggl,.dark .inverted.toggl{--color-error-120: 179 46 44;--color-error-120-hover: 136 38 36;--color-error-120-active: 118 35 33;--color-error-120-disabled: 233 209 208;--color-error-020: 248 230 228;--color-error-020-hover: 247 204 198;--color-error-020-active: 237 170 163;--color-error-020-disabled: 252 243 242;--color-error-040: 237 170 163;--color-error-040-hover: 229 143 134;--color-error-040-active: 223 130 119;--color-error-040-disabled: 242 227 226;--color-grape-120: 88 56 105;--color-grape-120-hover: 61 40 72;--color-grape-120-active: 49 33 58;--color-grape-120-disabled: 218 209 223;--color-grape: 154 95 178;--color-orange: 232 113 97;--color-orange-020: 250 227 223;--color-orange-020-hover: 245 203 196;--color-orange-020-active: 240 189 180;--color-orange-020-disabled: 246 235 233;--color-pale-peach: 253 231 223;--color-pale-peach-hover: 250 206 191;--color-pale-peach-active: 247 193 173;--color-pale-peach-disabled: 248 236 232;--color-plum-095: 55 29 66;--color-plum-095-hover: 22 12 26;--color-plum-095-active: 10 5 12;--color-plum-095-disabled: 215 201 221;--color-purple-020: 237 227 253;--color-purple-020-hover: 216 195 250;--color-purple-020-active: 204 178 246;--color-purple-020-disabled: 238 232 248;--color-success-120: 0 126 64;--color-success-120-hover: 1 55 28;--color-success-120-active: 1 34 18;--color-success-120-disabled: 189 238 213;--color-success-020: 225 239 230;--color-success-020-hover: 195 224 205;--color-success-020-active: 153 204 172;--color-success-020-disabled: 240 247 242;--color-success-040: 153 204 172;--color-success-040-hover: 133 192 154;--color-success-040-active: 120 184 144;--color-success-040-disabled: 226 236 229;--color-ui-120: 0 0 0;--color-ui-120-hover: 15 15 15;--color-ui-120-active: 23 23 23;--color-ui-120-disabled: 204 204 204;--color-ui: 0 0 0;--color-ui-000: 255 255 255;--color-ui-000-hover: 250 250 250;--color-ui-000-active: 240 240 240;--color-ui-000-disabled: 242 242 242;--color-ui-005: 227 227 227;--color-ui-005-hover: 219 219 219;--color-ui-005-active: 209 209 209;--color-ui-005-disabled: 238 238 238;--color-ui-010: 227 227 227;--color-ui-010-hover: 219 219 219;--color-ui-010-active: 209 209 209;--color-ui-010-disabled: 238 238 238;--color-ui-020: 227 227 227;--color-ui-020-hover: 219 219 219;--color-ui-020-active: 209 209 209;--color-ui-020-disabled: 238 238 238;--color-ui-040: 153 153 153;--color-ui-040-hover: 139 139 139;--color-ui-040-active: 129 129 129;--color-ui-040-disabled: 227 227 227;--color-ui-050: 77 77 77;--color-ui-050-hover: 56 56 56;--color-ui-050-active: 46 46 46;--color-ui-050-disabled: 216 216 216;--color-ui-060: 77 77 77;--color-ui-060-hover: 56 56 56;--color-ui-060-active: 46 46 46;--color-ui-060-disabled: 216 216 216;--color-ui-090: 38 38 38;--color-ui-090-hover: 13 13 13;--color-ui-090-active: 3 3 3;--color-ui-090-disabled: 210 210 210;--color-warning-120: 166 99 0;--color-warning-120-hover: 97 59 2;--color-warning-120-active: 76 47 3;--color-warning-120-disabled: 240 221 193;--color-warning-020: 247 237 224;--color-warning-020-hover: 237 211 180;--color-warning-020-active: 222 182 132;--color-warning-020-disabled: 249 244 238;--color-warning-040: 222 182 132;--color-warning-040-hover: 212 163 104;--color-warning-040-active: 204 153 90;--color-warning-040-disabled: 239 231 222;--color-accent-100: 65 42 76;--color-accent-100-hover: 36 24 42;--color-accent-100-active: 25 16 28;--color-accent-100-disabled: 216 206 220;--color-accent-120: 44 19 56;--color-accent-120-hover: 55 25 69;--color-accent-120-active: 64 30 79;--color-accent-120-disabled: 215 196 223;--color-accent-020: 239 232 242;--color-accent-020-hover: 223 210 229;--color-accent-020-active: 201 182 210;--color-accent-020-disabled: 248 243 250}.dark .\!inverted,.light .dark .\!inverted,.toggl.dark .\!inverted,.toggl .dark .\!inverted,.dark .toggl .\!inverted,.dark .\!inverted .toggl,.dark .\!inverted.toggl{--color-error-120: 179 46 44 !important;--color-error-120-hover: 136 38 36 !important;--color-error-120-active: 118 35 33 !important;--color-error-120-disabled: 233 209 208 !important;--color-error-020: 248 230 228 !important;--color-error-020-hover: 247 204 198 !important;--color-error-020-active: 237 170 163 !important;--color-error-020-disabled: 252 243 242 !important;--color-error-040: 237 170 163 !important;--color-error-040-hover: 229 143 134 !important;--color-error-040-active: 223 130 119 !important;--color-error-040-disabled: 242 227 226 !important;--color-grape-120: 88 56 105 !important;--color-grape-120-hover: 61 40 72 !important;--color-grape-120-active: 49 33 58 !important;--color-grape-120-disabled: 218 209 223 !important;--color-grape: 154 95 178 !important;--color-orange: 232 113 97 !important;--color-orange-020: 250 227 223 !important;--color-orange-020-hover: 245 203 196 !important;--color-orange-020-active: 240 189 180 !important;--color-orange-020-disabled: 246 235 233 !important;--color-pale-peach: 253 231 223 !important;--color-pale-peach-hover: 250 206 191 !important;--color-pale-peach-active: 247 193 173 !important;--color-pale-peach-disabled: 248 236 232 !important;--color-plum-095: 55 29 66 !important;--color-plum-095-hover: 22 12 26 !important;--color-plum-095-active: 10 5 12 !important;--color-plum-095-disabled: 215 201 221 !important;--color-purple-020: 237 227 253 !important;--color-purple-020-hover: 216 195 250 !important;--color-purple-020-active: 204 178 246 !important;--color-purple-020-disabled: 238 232 248 !important;--color-success-120: 0 126 64 !important;--color-success-120-hover: 1 55 28 !important;--color-success-120-active: 1 34 18 !important;--color-success-120-disabled: 189 238 213 !important;--color-success-020: 225 239 230 !important;--color-success-020-hover: 195 224 205 !important;--color-success-020-active: 153 204 172 !important;--color-success-020-disabled: 240 247 242 !important;--color-success-040: 153 204 172 !important;--color-success-040-hover: 133 192 154 !important;--color-success-040-active: 120 184 144 !important;--color-success-040-disabled: 226 236 229 !important;--color-ui-120: 0 0 0 !important;--color-ui-120-hover: 15 15 15 !important;--color-ui-120-active: 23 23 23 !important;--color-ui-120-disabled: 204 204 204 !important;--color-ui: 0 0 0 !important;--color-ui-000: 255 255 255 !important;--color-ui-000-hover: 250 250 250 !important;--color-ui-000-active: 240 240 240 !important;--color-ui-000-disabled: 242 242 242 !important;--color-ui-005: 227 227 227 !important;--color-ui-005-hover: 219 219 219 !important;--color-ui-005-active: 209 209 209 !important;--color-ui-005-disabled: 238 238 238 !important;--color-ui-010: 227 227 227 !important;--color-ui-010-hover: 219 219 219 !important;--color-ui-010-active: 209 209 209 !important;--color-ui-010-disabled: 238 238 238 !important;--color-ui-020: 227 227 227 !important;--color-ui-020-hover: 219 219 219 !important;--color-ui-020-active: 209 209 209 !important;--color-ui-020-disabled: 238 238 238 !important;--color-ui-040: 153 153 153 !important;--color-ui-040-hover: 139 139 139 !important;--color-ui-040-active: 129 129 129 !important;--color-ui-040-disabled: 227 227 227 !important;--color-ui-050: 77 77 77 !important;--color-ui-050-hover: 56 56 56 !important;--color-ui-050-active: 46 46 46 !important;--color-ui-050-disabled: 216 216 216 !important;--color-ui-060: 77 77 77 !important;--color-ui-060-hover: 56 56 56 !important;--color-ui-060-active: 46 46 46 !important;--color-ui-060-disabled: 216 216 216 !important;--color-ui-090: 38 38 38 !important;--color-ui-090-hover: 13 13 13 !important;--color-ui-090-active: 3 3 3 !important;--color-ui-090-disabled: 210 210 210 !important;--color-warning-120: 166 99 0 !important;--color-warning-120-hover: 97 59 2 !important;--color-warning-120-active: 76 47 3 !important;--color-warning-120-disabled: 240 221 193 !important;--color-warning-020: 247 237 224 !important;--color-warning-020-hover: 237 211 180 !important;--color-warning-020-active: 222 182 132 !important;--color-warning-020-disabled: 249 244 238 !important;--color-warning-040: 222 182 132 !important;--color-warning-040-hover: 212 163 104 !important;--color-warning-040-active: 204 153 90 !important;--color-warning-040-disabled: 239 231 222 !important;--color-accent-100: 65 42 76 !important;--color-accent-100-hover: 36 24 42 !important;--color-accent-100-active: 25 16 28 !important;--color-accent-100-disabled: 216 206 220 !important;--color-accent-120: 44 19 56 !important;--color-accent-120-hover: 55 25 69 !important;--color-accent-120-active: 64 30 79 !important;--color-accent-120-disabled: 215 196 223 !important;--color-accent-020: 239 232 242 !important;--color-accent-020-hover: 223 210 229 !important;--color-accent-020-active: 201 182 210 !important;--color-accent-020-disabled: 248 243 250 !important}.dark:root,.dark,.inverted,.dark .light .inverted,.dark.toggl:is(.dark),.dark .toggl,.toggl .dark,.toggl .inverted,.toggl .light .inverted,.light .toggl .inverted,.inverted .toggl,.inverted.toggl{--color-error-120: 202 86 78;--color-error-120-hover: 202 101 94;--color-error-120-active: 204 114 108;--color-error-120-disabled: 61 38 36;--color-error-020: 29 12 10;--color-error-020-hover: 69 24 22;--color-error-020-active: 124 38 34;--color-error-020-disabled: 5 3 2;--color-error-040: 124 38 34;--color-error-040-hover: 138 47 42;--color-error-040-active: 148 53 48;--color-error-040-disabled: 46 28 27;--color-grape-120: 224 179 242;--color-grape-120-hover: 226 187 241;--color-grape-120-active: 231 201 243;--color-grape-120-disabled: 70 45 80;--color-grape: 143 89 166;--color-orange: 232 113 97;--color-orange-020: 50 24 23;--color-orange-020-hover: 68 34 33;--color-orange-020-active: 78 40 39;--color-orange-020-disabled: 33 22 22;--color-pale-peach: 70 70 70;--color-pale-peach-hover: 84 84 84;--color-pale-peach-active: 92 92 92;--color-pale-peach-disabled: 34 34 34;--color-plum-095: 233 219 240;--color-plum-095-hover: 237 226 242;--color-plum-095-active: 243 236 246;--color-plum-095-disabled: 71 51 81;--color-purple-020: 53 36 73;--color-purple-020-hover: 66 46 90;--color-purple-020-active: 74 52 99;--color-purple-020-disabled: 31 25 37;--color-success-120: 15 152 93;--color-success-120-hover: 21 165 103;--color-success-120-active: 26 175 111;--color-success-120-disabled: 27 47 38;--color-success-020: 9 21 12;--color-success-020-hover: 21 54 32;--color-success-020-active: 24 91 50;--color-success-020-disabled: 2 4 2;--color-success-040: 24 91 50;--color-success-040-hover: 31 108 61;--color-success-040-active: 37 118 68;--color-success-040-disabled: 23 40 30;--color-ui-120: 229 229 229;--color-ui-120-hover: 235 235 235;--color-ui-120-active: 243 243 243;--color-ui-120-disabled: 66 66 66;--color-ui: 250 250 250;--color-ui-000: 10 10 10;--color-ui-000-hover: 27 27 27;--color-ui-000-active: 35 35 35;--color-ui-000-disabled: 22 22 22;--color-ui-005: 25 25 25;--color-ui-005-hover: 42 42 42;--color-ui-005-active: 49 49 49;--color-ui-005-disabled: 25 25 25;--color-ui-010: 41 41 41;--color-ui-010-hover: 57 57 57;--color-ui-010-active: 64 64 64;--color-ui-010-disabled: 29 29 29;--color-ui-020: 77 77 77;--color-ui-020-hover: 91 91 91;--color-ui-020-active: 99 99 99;--color-ui-020-disabled: 36 36 36;--color-ui-040: 102 102 102;--color-ui-040-hover: 115 115 115;--color-ui-040-active: 122 122 122;--color-ui-040-disabled: 41 41 41;--color-ui-050: 178 178 178;--color-ui-050-hover: 187 187 187;--color-ui-050-active: 195 195 195;--color-ui-050-disabled: 56 56 56;--color-ui-060: 153 153 153;--color-ui-060-hover: 163 163 163;--color-ui-060-active: 171 171 171;--color-ui-060-disabled: 51 51 51;--color-ui-090: 178 178 178;--color-ui-090-hover: 187 187 187;--color-ui-090-active: 195 195 195;--color-ui-090-disabled: 56 56 56;--color-warning-120: 195 121 0;--color-warning-120-hover: 204 128 6;--color-warning-120-active: 215 137 11;--color-warning-120-disabled: 50 42 30;--color-warning-020: 24 16 8;--color-warning-020-hover: 68 45 21;--color-warning-020-active: 119 74 20;--color-warning-020-disabled: 5 3 2;--color-warning-040: 68 45 21;--color-warning-040-hover: 86 58 29;--color-warning-040-active: 96 66 34;--color-warning-040-disabled: 37 30 22;--color-accent-100: 205 185 212;--color-accent-100-hover: 210 194 216;--color-accent-100-active: 217 204 222;--color-accent-100-disabled: 64 51 69;--color-accent-120: 219 202 226;--color-accent-120-hover: 224 210 229;--color-accent-120-active: 230 220 235;--color-accent-120-disabled: 68 52 74;--color-accent-020: 20 16 22;--color-accent-020-hover: 47 36 53;--color-accent-020-active: 78 56 88;--color-accent-020-disabled: 4 3 5}.\!inverted,.dark .light .\!inverted,.toggl .\!inverted,.toggl .light .\!inverted,.light .toggl .\!inverted,.\!inverted .toggl,.\!inverted.toggl{--color-error-120: 202 86 78 !important;--color-error-120-hover: 202 101 94 !important;--color-error-120-active: 204 114 108 !important;--color-error-120-disabled: 61 38 36 !important;--color-error-020: 29 12 10 !important;--color-error-020-hover: 69 24 22 !important;--color-error-020-active: 124 38 34 !important;--color-error-020-disabled: 5 3 2 !important;--color-error-040: 124 38 34 !important;--color-error-040-hover: 138 47 42 !important;--color-error-040-active: 148 53 48 !important;--color-error-040-disabled: 46 28 27 !important;--color-grape-120: 224 179 242 !important;--color-grape-120-hover: 226 187 241 !important;--color-grape-120-active: 231 201 243 !important;--color-grape-120-disabled: 70 45 80 !important;--color-grape: 143 89 166 !important;--color-orange: 232 113 97 !important;--color-orange-020: 50 24 23 !important;--color-orange-020-hover: 68 34 33 !important;--color-orange-020-active: 78 40 39 !important;--color-orange-020-disabled: 33 22 22 !important;--color-pale-peach: 70 70 70 !important;--color-pale-peach-hover: 84 84 84 !important;--color-pale-peach-active: 92 92 92 !important;--color-pale-peach-disabled: 34 34 34 !important;--color-plum-095: 233 219 240 !important;--color-plum-095-hover: 237 226 242 !important;--color-plum-095-active: 243 236 246 !important;--color-plum-095-disabled: 71 51 81 !important;--color-purple-020: 53 36 73 !important;--color-purple-020-hover: 66 46 90 !important;--color-purple-020-active: 74 52 99 !important;--color-purple-020-disabled: 31 25 37 !important;--color-success-120: 15 152 93 !important;--color-success-120-hover: 21 165 103 !important;--color-success-120-active: 26 175 111 !important;--color-success-120-disabled: 27 47 38 !important;--color-success-020: 9 21 12 !important;--color-success-020-hover: 21 54 32 !important;--color-success-020-active: 24 91 50 !important;--color-success-020-disabled: 2 4 2 !important;--color-success-040: 24 91 50 !important;--color-success-040-hover: 31 108 61 !important;--color-success-040-active: 37 118 68 !important;--color-success-040-disabled: 23 40 30 !important;--color-ui-120: 229 229 229 !important;--color-ui-120-hover: 235 235 235 !important;--color-ui-120-active: 243 243 243 !important;--color-ui-120-disabled: 66 66 66 !important;--color-ui: 250 250 250 !important;--color-ui-000: 10 10 10 !important;--color-ui-000-hover: 27 27 27 !important;--color-ui-000-active: 35 35 35 !important;--color-ui-000-disabled: 22 22 22 !important;--color-ui-005: 25 25 25 !important;--color-ui-005-hover: 42 42 42 !important;--color-ui-005-active: 49 49 49 !important;--color-ui-005-disabled: 25 25 25 !important;--color-ui-010: 41 41 41 !important;--color-ui-010-hover: 57 57 57 !important;--color-ui-010-active: 64 64 64 !important;--color-ui-010-disabled: 29 29 29 !important;--color-ui-020: 77 77 77 !important;--color-ui-020-hover: 91 91 91 !important;--color-ui-020-active: 99 99 99 !important;--color-ui-020-disabled: 36 36 36 !important;--color-ui-040: 102 102 102 !important;--color-ui-040-hover: 115 115 115 !important;--color-ui-040-active: 122 122 122 !important;--color-ui-040-disabled: 41 41 41 !important;--color-ui-050: 178 178 178 !important;--color-ui-050-hover: 187 187 187 !important;--color-ui-050-active: 195 195 195 !important;--color-ui-050-disabled: 56 56 56 !important;--color-ui-060: 153 153 153 !important;--color-ui-060-hover: 163 163 163 !important;--color-ui-060-active: 171 171 171 !important;--color-ui-060-disabled: 51 51 51 !important;--color-ui-090: 178 178 178 !important;--color-ui-090-hover: 187 187 187 !important;--color-ui-090-active: 195 195 195 !important;--color-ui-090-disabled: 56 56 56 !important;--color-warning-120: 195 121 0 !important;--color-warning-120-hover: 204 128 6 !important;--color-warning-120-active: 215 137 11 !important;--color-warning-120-disabled: 50 42 30 !important;--color-warning-020: 24 16 8 !important;--color-warning-020-hover: 68 45 21 !important;--color-warning-020-active: 119 74 20 !important;--color-warning-020-disabled: 5 3 2 !important;--color-warning-040: 68 45 21 !important;--color-warning-040-hover: 86 58 29 !important;--color-warning-040-active: 96 66 34 !important;--color-warning-040-disabled: 37 30 22 !important;--color-accent-100: 205 185 212 !important;--color-accent-100-hover: 210 194 216 !important;--color-accent-100-active: 217 204 222 !important;--color-accent-100-disabled: 64 51 69 !important;--color-accent-120: 219 202 226 !important;--color-accent-120-hover: 224 210 229 !important;--color-accent-120-active: 230 220 235 !important;--color-accent-120-disabled: 68 52 74 !important;--color-accent-020: 20 16 22 !important;--color-accent-020-hover: 47 36 53 !important;--color-accent-020-active: 78 56 88 !important;--color-accent-020-disabled: 4 3 5 !important}*,*:before,*:after{--tw-ring-offset-color: rgb(var(--background-primary));--tw-ring-offset-width: 1px}.inverted,.inverted *,.inverted *:before,.inverted *:after{--tw-ring-offset-color: rgb(var(--foreground-primary))}.\!inverted,.\!inverted *,.\!inverted *:before,.\!inverted *:after{--tw-ring-offset-color: rgb(var(--foreground-primary)) !important}:root{--elevation-raised-5: rgb(0 0 0 / 4%);--elevation-raised-10: rgb(0 0 0 / 8%);--elevation-raised-20: rgb(0 0 0 / 16%);--elevation-raised-50: rgb(0 0 0 / 24%);--elevation-sunken-10: rgb(0 0 0 / 6%);--elevation-sunken-10-secondary: rgb(255 255 255 / 12%);--elevation-sunken-20: rgb(0 0 0 / 6%);--elevation-sunken-20-secondary: rgb(255 255 255 / 40%)}:root *{--tw-ring-color: rgb(0 0 0 / 20%)}.dark:root{--elevation-raised-5: rgb(0 0 0 / 35%);--elevation-raised-10: rgb(0 0 0 / 56%);--elevation-raised-20: rgb(0 0 0 / 72%);--elevation-raised-50: rgb(0 0 0 / 88%);--elevation-sunken-10: rgb(0 0 0 / 24%);--elevation-sunken-10-secondary: rgb(255 255 255 / 2%);--elevation-sunken-20: rgb(0 0 0 / 24%);--elevation-sunken-20-secondary: rgb(255 255 255 / 2%)}.dark:root *{--tw-ring-color: rgb(255 255 255 / 15%)}*{scrollbar-color:initial;scrollbar-width:initial;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none;text-rendering:optimizeLegibility}:root{font-size:16px}body{font-family:Inter,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:.875rem;font-weight:500;line-height:1.43}.text-h1,.text-h2{font-family:GT Haptik,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-h3.font-display{font-size:1.1875rem;line-height:1.22}.text-h3.font-display:not(.font-normal,.font-medium,.font-semibold){font-weight:700}.text-h4.font-display{font-size:1.125rem;line-height:1.2}.text-h4.font-display:not(.font-normal,.font-semibold,.font-bold){font-weight:500}ul{list-style-type:disc}ol{list-style-type:decimal}.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}@media (min-width: 1920px){.\!container{max-width:1920px!important}.container{max-width:1920px}}@media (min-width: 2560px){.\!container{max-width:2560px!important}.container{max-width:2560px}}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.\!sticky{position:sticky!important}.sticky{position:sticky}.mx-9{margin-left:2.25rem;margin-right:2.25rem}.my-7{margin-top:1.75rem;margin-bottom:1.75rem}.mb-1{margin-bottom:.25rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.ml-3{margin-left:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.list-item{display:list-item}.hidden{display:none}.h-96{height:24rem}.h-\[1px\]{height:1px}.h-full{height:100%}.min-h-40{min-height:10rem}.\!w-20{width:5rem!important}.w-full{width:100%}.min-w-\[220px\]{min-width:220px}.max-w-3xl{max-width:48rem}.max-w-\[340px\]{max-width:340px}.flex-shrink{flex-shrink:1}.flex-grow,.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-6{gap:1.5rem}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-wrap{text-wrap:wrap}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-solid{border-style:solid}.border-primary{--tw-border-opacity: 1;border-color:rgb(var(--stroke-primary) / var(--tw-border-opacity, 1))}.border-secondary{--tw-border-opacity: 1;border-color:rgb(var(--stroke-secondary) / var(--tw-border-opacity, 1))}.bg-muted{--tw-bg-opacity: 1;background-color:rgb(var(--background-muted) / var(--tw-bg-opacity, 1))}.bg-muted-disabled{--tw-bg-opacity: 1;background-color:rgb(var(--background-muted-disabled) / var(--tw-bg-opacity, 1))}.bg-secondary{--tw-bg-opacity: 1;background-color:rgb(var(--background-secondary) / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.p-2{padding:.5rem}.p-6{padding:1.5rem}.p-9{padding:2.25rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.pb-4{padding-bottom:1rem}.pt-4{padding-top:1rem}.pt-9{padding-top:2.25rem}.font-display{font-family:GT Haptik,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:"ss02","ss04"}.text-h2{font-size:1.5rem;line-height:1.5;font-weight:700}.text-h4{font-size:1rem;line-height:1.5;font-weight:600}.text-p1{font-size:.875rem;line-height:1.43}.text-p2{font-size:.75rem;line-height:1.34}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.text-primary{--tw-text-opacity: 1;color:rgb(var(--foreground-primary) / var(--tw-text-opacity, 1))}.text-secondary{--tw-text-opacity: 1;color:rgb(var(--foreground-secondary) / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.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)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));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)}.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)}.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(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-500{transition-duration:.5s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}@keyframes grow{0%{height:var(--tw-grow-from, 0)}to{height:var(--tw-grow-to, 0)}}@keyframes shrink{0%{height:var(--tw-shrink-from, 0)}to{height:var(--tw-shrink-to, 0)}}.duration-500{animation-duration:.5s}.paused{animation-play-state:paused}.scrollbar::-webkit-scrollbar-track{background-color:var(--scrollbar-track);border-radius:var(--scrollbar-track-radius)}.scrollbar::-webkit-scrollbar-track:hover{background-color:var(--scrollbar-track-hover, var(--scrollbar-track))}.scrollbar::-webkit-scrollbar-track:active{background-color:var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)))}.scrollbar::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);border-radius:var(--scrollbar-thumb-radius)}.scrollbar::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover, var(--scrollbar-thumb))}.scrollbar::-webkit-scrollbar-thumb:active{background-color:var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)))}.scrollbar::-webkit-scrollbar-corner{background-color:var(--scrollbar-corner);border-radius:var(--scrollbar-corner-radius)}.scrollbar::-webkit-scrollbar-corner:hover{background-color:var(--scrollbar-corner-hover, var(--scrollbar-corner))}.scrollbar::-webkit-scrollbar-corner:active{background-color:var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)))}.scrollbar{scrollbar-width:auto;scrollbar-color:var(--scrollbar-thumb, initial) var(--scrollbar-track, initial)}.scrollbar::-webkit-scrollbar{display:block;width:var(--scrollbar-width, 16px);height:var(--scrollbar-height, 16px)}html{font-family:Inter,sans-serif;line-height:1.5;background:#fcfcfc;color:#2c1338}#root{font-size:14px}body{margin:0;padding:0;overscroll-behavior-y:none}body.no-scroll{overflow-y:hidden}h1{font-size:22px;font-weight:700}h2{font-size:16px;font-weight:700}button{font-size:12px}button,select,input,textarea{font-family:Inter,sans-serif}a{color:#0084ca;text-decoration:none}*{box-sizing:border-box}.grecaptcha-badge{visibility:hidden}.suggestion-item-list{border-radius:8px;box-shadow:0 0 4px #00000040;background-color:#fff;border:none;padding:0;max-height:220px;overflow:scroll}.suggestion-item{cursor:pointer;min-width:100px;padding:5px 20px}.suggestion-item:hover{background-color:#f4f3f5}.prosemirror-mention-node{color:#3599ce}.prosemirror-template-variable-node{background-color:#ffe7e4;padding:2px 8px;border-radius:8px}.prosemirror-scheduling-link-node{color:#2c1338;text-decoration:none!important;position:relative}.prosemirror-scheduling-link-node:after{content:"";width:100%;height:1px;background-color:#2c1338;position:absolute;bottom:-1px;left:0}.rdp-root{--rdp-accent-color: #2c1338;--rdp-accent-background-color: #ff897a}.group:focus-within .group-focus-within\:rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:shadow-raised-20:hover{--tw-shadow: 0 2px 6px 0 var(--elevation-raised-20);--tw-shadow-colored: 0 2px 6px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}
