.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{box-sizing:border-box;position:relative}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{cursor:pointer;font:inherit;color:inherit;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);background:0 0;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;white-space:nowrap;border:0;align-items:center;display:inline-flex;position:relative}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{cursor:pointer;font:inherit;color:inherit;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height);background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:relative}.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{fill:var(--rdp-accent-color);display:inline-block}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform-origin:50%;transform:rotate(180deg)}.rdp-dropdowns{align-items:center;gap:var(--rdp-dropdown-gap);display:inline-flex;position:relative}.rdp-dropdown{z-index:2;opacity:0;appearance:none;width:100%;cursor:inherit;line-height:inherit;border:none;margin:0;padding:0;position:absolute;inset-block:0;inset-inline-start:0}.rdp-dropdown_root{align-items:center;display:inline-flex;position:relative}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{height:var(--rdp-nav-height);align-content:center;font-size:large;font-weight:700;display:flex}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{inset-inline-start:0;height:var(--rdp-nav-height);display:inline-flex;position:absolute;top:0}.rdp-root[data-nav-layout=around] .rdp-button_next{inset-inline-end:0;height:var(--rdp-nav-height);justify-content:center;display:inline-flex;position:absolute;top:0}.rdp-months{gap:var(--rdp-months-gap);flex-wrap:wrap;max-width:fit-content;display:flex;position:relative}.rdp-month_grid{border-collapse:collapse}.rdp-nav{height:var(--rdp-nav-height);align-items:center;display:flex;position:absolute;inset-block-start:0;inset-inline-end:0}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform);font-size:smaller;font-weight:500}.rdp-week_number{opacity:var(--rdp-week_number-opacity);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);font-size:small;font-weight:400}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-size:large;font-weight:700}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){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: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}*,:before,:after,::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:#2188ff80;--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: }.vjs-matrix.video-js .vjs-load-progress div,.vjs-matrix.video-js .vjs-slider{background-color:#88929c}@media (width>=640px){.container{max-width:640px}}@media (width>=768px){.container{max-width:768px}}@media (width>=1024px){.container{max-width:1024px}}@media (width>=1280px){.container{max-width:1280px}}@media (width>=1536px){.container{max-width:1536px}}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}@keyframes caret-blink{0%,70%,to{opacity:1}20%,50%{opacity:0}}@keyframes spin{to{transform:rotate(360deg)}}.font-normal,.font-regular{font-weight:400}@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))}}.disabled\:bg-gray-100:disabled,.disabled\:bg-shapes-background-disable:disabled{--tw-bg-opacity:1;background-color:rgb(239 243 247/var(--tw-bg-opacity,1))}.disabled\:text-gray-300:disabled,.disabled\:text-typography-disable:disabled{--tw-text-opacity:1;color:rgb(193 201 210/var(--tw-text-opacity,1))}.group\/TimePicker-input:hover .group-hover\/TimePicker-input\:block,.group\/datepicker-input:hover .group-hover\/datepicker-input\:block,.group:hover .group-hover\:block{display:block}.group\/TimePicker-input:hover .group-hover\/TimePicker-input\:hidden,.group\/datepicker-input:hover .group-hover\/datepicker-input\:hidden,.group:hover .group-hover\:hidden{display:none}@keyframes shrink{0%{opacity:1;transform-origin:50%;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform-origin:50%;transform:translate(-50%,-50%)scale(.5)}}@keyframes grow{0%{opacity:0;transform-origin:50%;transform:translate(-50%,-50%)scale(.5)}to{opacity:1;transform-origin:50%;transform:translate(-50%,-50%)scale(1)}}.data-\[state\=checked\]\:bg-blue-100[data-state=checked],.data-\[state\=on\]\:bg-blue-100[data-state=on]{--tw-bg-opacity:1;background-color:rgb(231 243 255/var(--tw-bg-opacity,1))}.data-\[state\=checked\]\:text-blue-500[data-state=checked],.data-\[state\=on\]\:text-blue-500[data-state=on]{--tw-text-opacity:1;color:rgb(33 136 255/var(--tw-text-opacity,1))}.data-\[state\=open\]\:animate-in[data-state=open]{--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial;animation-name:enter;animation-duration:.15s}.group\/indicator[data-state=checked] .group-data-\[state\=checked\]\/indicator\:block,.group\/indicator[data-state=indeterminate] .group-data-\[state\=indeterminate\]\/indicator\:block{display:block}.group\/checkbox-root[data-size=small] .group-data-\[size\=small\]\/checkbox-root\:size-1\.5,.group\/radio-group-root[data-size=small] .group-data-\[size\=small\]\/radio-group-root\:size-1\.5{width:.375rem;height:.375rem}@media (prefers-reduced-motion:no-preference){.motion-safe\:transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.motion-safe\:animate-in{--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial;animation-name:enter;animation-duration:.15s}@keyframes dropdown-slide-up-out{0%{opacity:1;transform-origin:0 0;transform:scaleY(1)}to{opacity:0;transform-origin:0 0;transform:scaleY(.8)}}.motion-safe\:data-\[state\=closed\]\:data-\[side\=bottom\]\:animate-slide-up-out[data-side=bottom][data-state=closed]{animation:.2s cubic-bezier(.755,.05,.855,.06) both dropdown-slide-up-out}@keyframes dropdown-slide-down-out{0%{opacity:1;transform-origin:100% 100%;transform:scaleY(1)}to{opacity:0;transform-origin:100% 100%;transform:scaleY(.8)}}.motion-safe\:data-\[state\=closed\]\:data-\[side\=top\]\:animate-slide-down-out[data-side=top][data-state=closed]{animation:.2s cubic-bezier(.755,.05,.855,.06) both dropdown-slide-down-out}@keyframes dropdown-slide-up-in{0%{opacity:0;transform-origin:0 0;transform:scaleY(.8)}to{opacity:1;transform-origin:0 0;transform:scaleY(1)}}.motion-safe\:data-\[state\=open\]\:data-\[side\=bottom\]\:animate-slide-up-in[data-side=bottom][data-state=open]{animation:.2s cubic-bezier(.23,1,.32,1) both dropdown-slide-up-in}@keyframes dropdown-slide-down-in{0%{opacity:0;transform-origin:100% 100%;transform:scaleY(.8)}to{opacity:1;transform-origin:100% 100%;transform:scaleY(1)}}.motion-safe\:data-\[state\=open\]\:data-\[side\=top\]\:animate-slide-down-in[data-side=top][data-state=open]{animation:.2s cubic-bezier(.23,1,.32,1) both dropdown-slide-down-in}.data-\[state\=closed\]\:motion-safe\:animate-out[data-state=closed]{--tw-exit-opacity:initial;--tw-exit-scale:initial;--tw-exit-rotate:initial;--tw-exit-translate-x:initial;--tw-exit-translate-y:initial;animation-name:exit;animation-duration:.15s}}@media (width>=640px){.sm\:gap-8{gap:2rem}}@media (width>=768px){.md\:max-w-\[calc\(100vw-12rem\)\]{max-width:calc(100vw - 12rem)}.md\:gap-16{gap:4rem}}@media (width>=1024px){.lg\:max-w-\[calc\(100vw-16rem\)\]{max-width:calc(100vw - 16rem)}.lg\:gap-24{gap:6rem}}@media (width>=1280px){.xl\:max-w-\[calc\(100vw-24rem\)\]{max-width:calc(100vw - 24rem)}.xl\:gap-40{gap:10rem}}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.vjs-matrix.video-js .vjs-control-bar{background-color:#0000;background-image:linear-gradient(to bottom, var(--tw-gradient-stops));--tw-gradient-from:transparent var(--tw-gradient-from-position);--tw-gradient-to:#1b1f24 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.vjs-matrix.video-js .vjs-load-progress div,.vjs-matrix.video-js .vjs-slider{--tw-bg-opacity:1;background-color:rgb(136 146 156/var(--tw-bg-opacity,1))}.vjs-matrix.video-js .vjs-big-play-button:before{font-size:1.5rem;line-height:2rem}.vjs-matrix.video-js .vjs-big-play-button:hover{--tw-bg-opacity:1;background-color:rgb(27 31 36/var(--tw-bg-opacity,1))}.vjs-matrix.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content{width:120%;max-height:none;left:-.25rem}*,:before,:after,::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:#2188ff80;--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: }.vjs-matrix.video-js .vjs-load-progress div,.vjs-matrix.video-js .vjs-slider{background-color:#88929c}@media (width>=640px){.container{max-width:640px}}@media (width>=768px){.container{max-width:768px}}@media (width>=1024px){.container{max-width:1024px}}@media (width>=1280px){.container{max-width:1280px}}@media (width>=1536px){.container{max-width:1536px}}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.font-normal,.font-regular{font-weight:400}.outline-shapes-border-card{outline-color:#d8dfe6}.disabled\:bg-gray-100:disabled,.disabled\:bg-shapes-background-disable:disabled{--tw-bg-opacity:1;background-color:rgb(239 243 247/var(--tw-bg-opacity,1))}.disabled\:text-gray-300:disabled,.disabled\:text-typography-disable:disabled{--tw-text-opacity:1;color:rgb(193 201 210/var(--tw-text-opacity,1))}.group\/TimePicker-input:hover .group-hover\/TimePicker-input\:block,.group\/datepicker-input:hover .group-hover\/datepicker-input\:block,.group:hover .group-hover\:block{display:block}.group\/TimePicker-input:hover .group-hover\/TimePicker-input\:hidden,.group\/datepicker-input:hover .group-hover\/datepicker-input\:hidden,.group:hover .group-hover\:hidden{display:none}.group:hover .group-hover\:opacity-100,.group:focus-visible .group-focus-visible\:opacity-100{opacity:1}.data-\[state\=checked\]\:bg-blue-100[data-state=checked],.data-\[state\=on\]\:bg-blue-100[data-state=on]{--tw-bg-opacity:1;background-color:rgb(231 243 255/var(--tw-bg-opacity,1))}.data-\[active\=true\]\:text-blue-500[data-active=true],.data-\[filled\=true\]\:text-blue-500[data-filled=true],.data-\[state\=checked\]\:text-blue-500[data-state=checked],.data-\[state\=on\]\:text-blue-500[data-state=on]{--tw-text-opacity:1;color:rgb(33 136 255/var(--tw-text-opacity,1))}.data-\[error\=true\]\:animate-in[data-error=true],.data-\[state\=open\]\:animate-in[data-state=open]{--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial;animation-name:enter;animation-duration:.15s}.group\/indicator[data-state=checked] .group-data-\[state\=checked\]\/indicator\:block,.group\/indicator[data-state=indeterminate] .group-data-\[state\=indeterminate\]\/indicator\:block{display:block}.group\/checkbox-root[data-size=small] .group-data-\[size\=small\]\/checkbox-root\:size-1\.5,.group\/radio-group-root[data-size=small] .group-data-\[size\=small\]\/radio-group-root\:size-1\.5{width:.375rem;height:.375rem}@media (prefers-reduced-motion:no-preference){.motion-safe\:transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.motion-safe\:animate-in{--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial;animation-name:enter;animation-duration:.15s}@keyframes dropdown-slide-up-out{0%{opacity:1;transform-origin:0 0;transform:scaleY(1)}to{opacity:0;transform-origin:0 0;transform:scaleY(.8)}}.motion-safe\:data-\[state\=closed\]\:animate-slide-up-out[data-state=closed],.motion-safe\:data-\[state\=closed\]\:data-\[side\=bottom\]\:animate-slide-up-out[data-side=bottom][data-state=closed]{animation:.2s cubic-bezier(.755,.05,.855,.06) both dropdown-slide-up-out}@keyframes dropdown-slide-down-out{0%{opacity:1;transform-origin:100% 100%;transform:scaleY(1)}to{opacity:0;transform-origin:100% 100%;transform:scaleY(.8)}}.motion-safe\:data-\[state\=closed\]\:data-\[side\=top\]\:animate-slide-down-out[data-side=top][data-state=closed]{animation:.2s cubic-bezier(.755,.05,.855,.06) both dropdown-slide-down-out}@keyframes dropdown-slide-up-in{0%{opacity:0;transform-origin:0 0;transform:scaleY(.8)}to{opacity:1;transform-origin:0 0;transform:scaleY(1)}}.motion-safe\:data-\[state\=open\]\:animate-slide-up-in[data-state=open],.motion-safe\:data-\[state\=open\]\:data-\[side\=bottom\]\:animate-slide-up-in[data-side=bottom][data-state=open]{animation:.2s cubic-bezier(.23,1,.32,1) both dropdown-slide-up-in}@keyframes dropdown-slide-down-in{0%{opacity:0;transform-origin:100% 100%;transform:scaleY(.8)}to{opacity:1;transform-origin:100% 100%;transform:scaleY(1)}}.motion-safe\:data-\[state\=open\]\:data-\[side\=top\]\:animate-slide-down-in[data-side=top][data-state=open]{animation:.2s cubic-bezier(.23,1,.32,1) both dropdown-slide-down-in}.data-\[state\=closed\]\:motion-safe\:animate-out[data-state=closed]{--tw-exit-opacity:initial;--tw-exit-scale:initial;--tw-exit-rotate:initial;--tw-exit-translate-x:initial;--tw-exit-translate-y:initial;animation-name:exit;animation-duration:.15s}}@media (width>=640px){.sm\:gap-8{gap:2rem}}@media (width>=768px){.md\:max-w-\[calc\(100vw-12rem\)\]{max-width:calc(100vw - 12rem)}.md\:gap-16{gap:4rem}}@media (width>=1024px){.lg\:max-w-\[calc\(100vw-16rem\)\]{max-width:calc(100vw - 16rem)}.lg\:gap-24{gap:6rem}}@media (width>=1280px){.xl\:max-w-\[calc\(100vw-24rem\)\]{max-width:calc(100vw - 24rem)}.xl\:gap-40{gap:10rem}}.\[\&_svg\]\:flex-shrink-0 svg,.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}*,:before,:after,::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:#2188ff80;--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: }*{scrollbar-color:initial;scrollbar-width:initial}body{line-height:inherit;margin:0;font-family:Inter,sans-serif}*,:before,:after{box-sizing:border-box;border:0 solid #d8dfe6}button{-webkit-appearance:button;background-color:#0000;background-image:none}html,:host{-webkit-text-size-adjust:100%;font-family:Inter,sans-serif;line-height:1.5}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}.vjs-matrix.vjs-transparent.video-js .vjs-control-bar{background-image:none}.vjs-matrix.vjs-transparent.video-js{background-color:#0000}.vjs-matrix.video-js .vjs-control-bar{background:linear-gradient(#0000,#1b1f24)}.vjs-matrix.video-js .vjs-load-progress div,.vjs-matrix.video-js .vjs-slider{background-color:#88929c}.vjs-matrix.video-js .vjs-big-play-button{border-width:.5px;border-radius:9999px;width:3rem;height:3rem;margin-top:-1.5rem;margin-left:-1.5rem}.vjs-matrix.video-js .vjs-big-play-button:before{font-size:1.5rem}.vjs-matrix.video-js .vjs-big-play-button:hover{background-color:#1b1f24}.vjs-matrix.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#3b3b3b99;border-radius:4px;width:125%;max-height:none;left:-.25rem;box-shadow:0 7.68px 23.04px 3px #363c4424}.vjs-matrix.video-js.vjs-menu-backdrop-blur .vjs-menu-button-popup .vjs-menu .vjs-menu-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.vjs-matrix.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content .vjs-menu-item{padding:.25rem .75rem;font-family:Inter,sans-serif}.vjs-matrix.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content .vjs-menu-item:hover{background-color:#ffffff1a}.vjs-matrix.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content .vjs-menu-item.vjs-selected:hover{background-color:#fff}.vjs-matrix.video-js .vjs-current-time,.vjs-matrix.video-js .vjs-duration{display:block}.vjs-matrix.video-js .vjs-current-time{margin-left:.5rem}.vjs-matrix.video-js .vjs-duration{margin-right:.5rem}.vjs-matrix.video-js .vjs-time-divider{justify-content:center;align-items:center;width:.75rem;padding:0;display:flex}.vjs-matrix.video-js .vjs-time-control{min-width:.25rem;padding:0;font-size:.625rem}.vjs-matrix.video-js .vjs-playback-rate-value{letter-spacing:wide;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:.625rem;display:flex}.\!container{width:100%!important}.container{width:100%}@media (width>=640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (width>=768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (width>=1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (width>=1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (width>=1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-4{bottom:-1rem}.-right-1{right:-.25rem}.-right-2{right:-.5rem}.-right-\[10px\]{right:-10px}.-top-1{top:-.25rem}.-top-1\.5{top:-.375rem}.bottom-0{bottom:0}.bottom-4{bottom:1rem}.bottom-full{bottom:100%}.left-0{left:0}.left-1\.5{left:.375rem}.left-1\/2{left:50%}.left-\[13px\]{left:13px}.right-0{right:0}.right-1{right:.25rem}.right-1\.5{right:.375rem}.right-2{right:.5rem}.right-3{right:.75rem}.top-0{top:0}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-14{top:3.5rem}.top-2{top:.5rem}.top-6{top:1.5rem}.top-\[11px\]{top:11px}.top-full{top:100%}.isolate{isolation:isolate}.\!z-\[9999\]{z-index:9999!important}.-z-10{z-index:-10}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-50{z-index:50}.z-\[1000\]{z-index:1000}.z-\[1001\]{z-index:1001}.z-\[1\]{z-index:1}.z-\[2\]{z-index:2}.z-\[9999\]{z-index:9999}.z-\[var\(--tractian-ui-layer-z-index\)\]{z-index:var(--tractian-ui-layer-z-index)}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.col-span-3{grid-column:span 3/span 3}.-m-1{margin:-.25rem}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-auto{margin:auto}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-\[3px\]{margin-top:3px;margin-bottom:3px}.\!ml-0{margin-left:0!important}.-mb-\[3px\]{margin-bottom:-3px}.-mb-px{margin-bottom:-1px}.-mr-px{margin-right:-1px}.-mt-0\.5{margin-top:-.125rem}.-mt-1{margin-top:-.25rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-7{margin-bottom:1.75rem}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-auto{margin-left:auto}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-\[1px\]{margin-top:1px}.mt-auto{margin-top:auto}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-4{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.\!line-clamp-none{-webkit-line-clamp:none!important;-webkit-box-orient:horizontal!important;display:block!important;overflow:visible!important}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-square{aspect-ratio:1}.aspect-video{aspect-ratio:16/9}.size-0{width:0;height:0}.size-11{width:2.75rem;height:2.75rem}.size-2{width:.5rem;height:.5rem}.size-2\.5{width:.625rem;height:.625rem}.size-3{width:.75rem;height:.75rem}.size-3\.5{width:.875rem;height:.875rem}.size-32{width:8rem;height:8rem}.size-4{width:1rem;height:1rem}.size-5{width:1.25rem;height:1.25rem}.size-6{width:1.5rem;height:1.5rem}.size-7{width:1.75rem;height:1.75rem}.size-8{width:2rem;height:2rem}.size-9{width:2.25rem;height:2.25rem}.size-\[100px\]{width:100px;height:100px}.size-\[14px\]{width:14px;height:14px}.size-\[18px\]{width:18px;height:18px}.size-\[22px\]{width:22px;height:22px}.size-fit{width:fit-content;height:fit-content}.size-full{width:100%;height:100%}.\!h-full{height:100%!important}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-1\/2{height:50%}.h-1\/3{height:33.3333%}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[1\.125rem\]{height:1.125rem}.h-\[183px\]{height:183px}.h-\[1px\]{height:1px}.h-\[2\.1rem\]{height:2.1rem}.h-\[216px\]{height:216px}.h-\[3px\]{height:3px}.h-\[5\.3rem\]{height:5.3rem}.h-\[52px\]{height:52px}.h-\[60px\]{height:60px}.h-\[90vh\]{height:90vh}.h-\[91\.666667\%\]{height:91.6667%}.h-\[95vh\]{height:95vh}.h-\[calc\(100\%\+12px\)\]{height:calc(100% + 12px)}.h-\[calc\(100\%-40px\)\]{height:calc(100% - 40px)}.h-auto{height:auto}.h-fit{height:fit-content}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.\!max-h-\[55vh\]{max-height:55vh!important}.max-h-0{max-height:0}.max-h-10{max-height:2.5rem}.max-h-36{max-height:9rem}.max-h-40{max-height:10rem}.max-h-9{max-height:2.25rem}.max-h-\[300px\]{max-height:300px}.max-h-\[320px\]{max-height:320px}.max-h-\[40vh\]{max-height:40vh}.max-h-\[480px\]{max-height:480px}.max-h-\[500px\]{max-height:500px}.max-h-\[548px\]{max-height:548px}.max-h-\[60vh\]{max-height:60vh}.max-h-\[660px\]{max-height:660px}.max-h-\[66rem\]{max-height:66rem}.max-h-\[80vh\]{max-height:80vh}.max-h-\[900px\]{max-height:900px}.max-h-\[calc\(100vh-12rem\)\]{max-height:calc(100vh - 12rem)}.max-h-\[min\(88vh\,640px\)\]{max-height:min(88vh,640px)}.max-h-\[var\(--radix-popover-content-available-height\)\]{max-height:var(--radix-popover-content-available-height)}.max-h-full{max-height:100%}.min-h-0{min-height:0}.min-h-10{min-height:2.5rem}.min-h-12{min-height:3rem}.min-h-28{min-height:7rem}.min-h-8{min-height:2rem}.min-h-9{min-height:2.25rem}.min-h-\[100px\]{min-height:100px}.min-h-\[120px\]{min-height:120px}.min-h-\[204px\]{min-height:204px}.min-h-\[220px\]{min-height:220px}.min-h-\[22px\]{min-height:22px}.min-h-\[26px\]{min-height:26px}.min-h-\[60px\]{min-height:60px}.\!w-full{width:100%!important}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.3333%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-11\/12{width:91.6667%}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.6667%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[104px\]{width:104px}.w-\[18px\]{width:18px}.w-\[215px\]{width:215px}.w-\[228px\]{width:228px}.w-\[250px\]{width:250px}.w-\[264px\]{width:264px}.w-\[2px\]{width:2px}.w-\[309px\]{width:309px}.w-\[340px\]{width:340px}.w-\[354px\]{width:354px}.w-\[480px\]{width:480px}.w-\[500px\]{width:500px}.w-\[514px\]{width:514px}.w-\[520px\]{width:520px}.w-\[52px\]{width:52px}.w-\[560px\]{width:560px}.w-\[720px\]{width:720px}.w-\[90px\]{width:90px}.w-\[90vw\]{width:90vw}.w-\[95vw\]{width:95vw}.w-\[calc\(100\%-2\.5rem\)\]{width:calc(100% - 2.5rem)}.w-\[calc\(100\%-24px\)\]{width:calc(100% - 24px)}.w-\[min\(100vw-24px\,420px\)\]{width:min(100vw - 24px,420px)}.w-\[var\(--radix-popover-trigger-width\)\]{width:var(--radix-popover-trigger-width)}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.\!min-w-0{min-width:0!important}.min-w-0{min-width:0}.min-w-5{min-width:1.25rem}.min-w-64{min-width:16rem}.min-w-72{min-width:18rem}.min-w-8{min-width:2rem}.min-w-80{min-width:20rem}.min-w-\[1\.5rem\]{min-width:1.5rem}.min-w-\[100px\]{min-width:100px}.min-w-\[12\.5rem\]{min-width:12.5rem}.min-w-\[12rem\]{min-width:12rem}.min-w-\[15\.3125rem\]{min-width:15.3125rem}.min-w-\[170px\]{min-width:170px}.min-w-\[28rem\]{min-width:28rem}.min-w-\[300px\]{min-width:300px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[90px\]{min-width:90px}.min-w-\[9rem\]{min-width:9rem}.min-w-\[var\(--radix-popover-trigger-width\)\]{min-width:var(--radix-popover-trigger-width)}.min-w-fit{min-width:fit-content}.max-w-14{max-width:3.5rem}.max-w-2xl{max-width:42rem}.max-w-32{max-width:8rem}.max-w-36{max-width:9rem}.max-w-3xl{max-width:48rem}.max-w-56{max-width:14rem}.max-w-64{max-width:16rem}.max-w-72{max-width:18rem}.max-w-\[100vw\]{max-width:100vw}.max-w-\[12rem\]{max-width:12rem}.max-w-\[1300px\]{max-width:1300px}.max-w-\[18\.75rem\]{max-width:18.75rem}.max-w-\[280px\]{max-width:280px}.max-w-\[300px\]{max-width:300px}.max-w-\[31\.25rem\]{max-width:31.25rem}.max-w-\[45\%\]{max-width:45%}.max-w-\[480px\]{max-width:480px}.max-w-\[500px\]{max-width:500px}.max-w-\[600px\]{max-width:600px}.max-w-\[700px\]{max-width:700px}.max-w-\[80\%\]{max-width:80%}.max-w-\[800px\]{max-width:800px}.max-w-\[88\%\]{max-width:88%}.max-w-\[90\%\]{max-width:90%}.max-w-\[calc\(100vw-8rem\)\]{max-width:calc(100vw - 8rem)}.max-w-\[min\(1300px\,calc\(\(100vh-9rem\)\*16\/9\)\)\]{max-width:min(1300px,177.778vh - 16rem)}.max-w-\[var\(--tractian-ui-overflow-usable-width\)\]{max-width:var(--tractian-ui-overflow-usable-width)}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.\!flex-1{flex:1!important}.flex-1{flex:1}.flex-auto{flex:auto}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.grow-0{flex-grow:0}.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))}.translate-x-1\/2{--tw-translate-x:50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-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-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))}.rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate:45deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.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 bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}.animate-bounce{animation:1s infinite bounce}.animate-caret-blink{animation:1.25s ease-out infinite caret-blink}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.animate-ping{animation:1s cubic-bezier(0,0,.2,1) infinite ping}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.animate-shimmer{animation:2s linear infinite shimmer}.animate-spin{animation:1s linear infinite spin}.cursor-col-resize{cursor:col-resize}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.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}.resize-y{resize:vertical}.resize{resize:both}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{appearance:none}.auto-rows-\[minmax\(350px\,1fr\)\]{grid-auto-rows:minmax(350px,1fr)}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-\[1fr_auto_1fr\]{grid-template-columns:1fr auto 1fr}.grid-cols-\[24px_1fr\]{grid-template-columns:24px 1fr}.grid-cols-\[70px_minmax\(0\,1fr\)_80px\]{grid-template-columns:70px minmax(0,1fr) 80px}.grid-cols-\[auto_auto_1fr\]{grid-template-columns:auto auto 1fr}.grid-cols-\[minmax\(0\,1fr\)_minmax\(0\,auto\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(0,1fr) minmax(0,auto) minmax(0,1fr)}.grid-cols-\[minmax\(0\,max-content\)_min-content_1fr\]{grid-template-columns:minmax(0,max-content) min-content 1fr}.grid-cols-\[repeat\(auto-fill\,minmax\(26rem\,1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(26rem,1fr))}.grid-cols-subgrid{grid-template-columns:subgrid}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.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-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.justify-stretch{justify-content:stretch}.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-3\/2{gap:.375rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[10px\]{gap:10px}.gap-\[54px\]{gap:54px}.gap-\[6px\]{gap:6px}.gap-px{gap:1px}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-\[54px\]{-moz-column-gap:54px;column-gap:54px}.gap-y-0\.5{row-gap:.125rem}.gap-y-1{row-gap:.25rem}.gap-y-3{row-gap:.75rem}.gap-y-5{row-gap:1.25rem}.-space-x-1\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.375rem * var(--tw-space-x-reverse));margin-left:calc(-.375rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-\[1px\]>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1px * var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(239 243 247/var(--tw-divide-opacity,1))}.divide-shapes-border-card>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(216 223 230/var(--tw-divide-opacity,1))}.self-start{align-self:flex-start}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.\!overflow-hidden{overflow:hidden!important}.overflow-hidden{overflow:hidden}.\!overflow-visible{overflow:visible!important}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.\!overflow-y-auto{overflow-y:auto!important}.overflow-y-auto{overflow-y:auto}.\!overflow-x-hidden{overflow-x:hidden!important}.overflow-x-hidden{overflow-x:hidden}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.text-ellipsis{text-overflow:ellipsis}.\!whitespace-normal{white-space:normal!important}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.text-nowrap{text-wrap:nowrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[3px\]{border-radius:3px}.rounded-\[5px\]{border-radius:5px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:8px}.rounded-md{border-radius:4px}.rounded-none{border-radius:0}.rounded-sm{border-radius:2px}.rounded-b-lg{border-bottom-right-radius:8px;border-bottom-left-radius:8px}.rounded-b-md{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.rounded-l-lg{border-top-left-radius:8px;border-bottom-left-radius:8px}.rounded-l-sm{border-top-left-radius:2px;border-bottom-left-radius:2px}.rounded-r-lg{border-top-right-radius:8px;border-bottom-right-radius:8px}.rounded-r-md{border-top-right-radius:4px;border-bottom-right-radius:4px}.rounded-r-sm{border-top-right-radius:2px;border-bottom-right-radius:2px}.rounded-t-sm{border-top-left-radius:2px;border-top-right-radius:2px}.\!rounded-tl{border-top-left-radius:.25rem!important}.rounded-tl-md{border-top-left-radius:4px}.rounded-tr{border-top-right-radius:.25rem}.rounded-tr-md{border-top-right-radius:4px}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}.border-8{border-width:8px}.border-\[0\.5px\]{border-width:.5px}.border-x-\[0\.375rem\]{border-left-width:.375rem;border-right-width:.375rem}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-0{border-left-width:0}.border-l-2{border-left-width:2px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-8{border-top-width:8px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.\!border-none{border-style:none!important}.border-none{border-style:none}.border-\[\#d8dfe6\]{--tw-border-opacity:1;border-color:rgb(216 223 230/var(--tw-border-opacity,1))}.border-amber-200{--tw-border-opacity:1;border-color:rgb(253 230 138/var(--tw-border-opacity,1))}.border-amber-300{--tw-border-opacity:1;border-color:rgb(252 211 77/var(--tw-border-opacity,1))}.border-blue-100{--tw-border-opacity:1;border-color:rgb(231 243 255/var(--tw-border-opacity,1))}.border-blue-200{--tw-border-opacity:1;border-color:rgb(178 215 255/var(--tw-border-opacity,1))}.border-blue-300{--tw-border-opacity:1;border-color:rgb(132 191 255/var(--tw-border-opacity,1))}.border-blue-400{--tw-border-opacity:1;border-color:rgb(85 166 255/var(--tw-border-opacity,1))}.border-blue-500{--tw-border-opacity:1;border-color:rgb(33 136 255/var(--tw-border-opacity,1))}.border-blue-600{--tw-border-opacity:1;border-color:rgb(20 116 221/var(--tw-border-opacity,1))}.border-emerald-100{--tw-border-opacity:1;border-color:rgb(209 250 229/var(--tw-border-opacity,1))}.border-emerald-200{--tw-border-opacity:1;border-color:rgb(167 243 208/var(--tw-border-opacity,1))}.border-emerald-300{--tw-border-opacity:1;border-color:rgb(110 231 183/var(--tw-border-opacity,1))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(239 243 247/var(--tw-border-opacity,1))}.border-gray-150{--tw-border-opacity:1;border-color:rgb(227 234 239/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(216 223 230/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(193 201 210/var(--tw-border-opacity,1))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(160 170 180/var(--tw-border-opacity,1))}.border-gray-700{--tw-border-opacity:1;border-color:rgb(95 104 114/var(--tw-border-opacity,1))}.border-gray-950{--tw-border-opacity:1;border-color:rgb(36 41 47/var(--tw-border-opacity,1))}.border-green-200{--tw-border-opacity:1;border-color:rgb(185 232 169/var(--tw-border-opacity,1))}.border-green-500{--tw-border-opacity:1;border-color:rgb(60 169 37/var(--tw-border-opacity,1))}.border-orange-500{--tw-border-opacity:1;border-color:rgb(250 128 20/var(--tw-border-opacity,1))}.border-primary-500{--tw-border-opacity:1;border-color:rgb(24 144 255/var(--tw-border-opacity,1))}.border-purple-100{--tw-border-opacity:1;border-color:rgb(246 238 255/var(--tw-border-opacity,1))}.border-purple-200{--tw-border-opacity:1;border-color:rgb(233 213 255/var(--tw-border-opacity,1))}.border-purple-300{--tw-border-opacity:1;border-color:rgb(216 180 254/var(--tw-border-opacity,1))}.border-red-200{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity,1))}.border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity,1))}.border-red-400{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.border-shapes-border-card,.border-shapes-card-border{--tw-border-opacity:1;border-color:rgb(216 223 230/var(--tw-border-opacity,1))}.border-shapes-divider{--tw-border-opacity:1;border-color:rgb(227 234 239/var(--tw-border-opacity,1))}.border-transparent{border-color:#0000}.border-typography-disable{--tw-border-opacity:1;border-color:rgb(193 201 210/var(--tw-border-opacity,1))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-yellow-200{--tw-border-opacity:1;border-color:rgb(255 221 125/var(--tw-border-opacity,1))}.border-yellow-300{--tw-border-opacity:1;border-color:rgb(255 198 70/var(--tw-border-opacity,1))}.border-yellow-400{--tw-border-opacity:1;border-color:rgb(239 165 33/var(--tw-border-opacity,1))}.border-yellow-500{--tw-border-opacity:1;border-color:rgb(223 147 10/var(--tw-border-opacity,1))}.border-x-transparent{border-left-color:#0000;border-right-color:#0000}.border-t-current{border-top-color:currentColor}.\!bg-gray-50{--tw-bg-opacity:1!important;background-color:rgb(246 248 250/var(--tw-bg-opacity,1))!important}.bg-\[\#494141\]{--tw-bg-opacity:1;background-color:rgb(73 65 65/var(--tw-bg-opacity,1))}.bg-\[\#F5F5F5\]{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))}.bg-\[\#FBFBFD\]{--tw-bg-opacity:1;background-color:rgb(251 251 253/var(--tw-bg-opacity,1))}.bg-\[\#f4f6f9\]{--tw-bg-opacity:1;background-color:rgb(244 246 249/var(--tw-bg-opacity,1))}.bg-\[rgba\(0\,0\,0\,0\.5\)\]{background-color:#00000080}.bg-\[rgba\(0\,0\,0\,0\.7\)\]{background-color:#000000b3}.bg-\[rgba\(0\,0\,0\,0\.8\)\]{background-color:#000c}.bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity,1))}.bg-amber-50\/40{background-color:#fffbeb66}.bg-black\/0{background-color:#1b1f2400}.bg-black\/25{background-color:#1b1f2440}.bg-black\/40{background-color:#1b1f2466}.bg-black\/50{background-color:#1b1f2480}.bg-black\/60{background-color:#1b1f2499}.bg-black\/70{background-color:#1b1f24b3}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(231 243 255/var(--tw-bg-opacity,1))}.bg-blue-300{--tw-bg-opacity:1;background-color:rgb(132 191 255/var(--tw-bg-opacity,1))}.bg-blue-400{--tw-bg-opacity:1;background-color:rgb(85 166 255/var(--tw-bg-opacity,1))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(242 248 255/var(--tw-bg-opacity,1))}.bg-blue-50\/60{background-color:#f2f8ff99}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(33 136 255/var(--tw-bg-opacity,1))}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(20 116 221/var(--tw-bg-opacity,1))}.bg-current{background-color:currentColor}.bg-danger-background{--tw-bg-opacity:1;background-color:rgb(255 233 233/var(--tw-bg-opacity,1))}.bg-emerald-100{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity,1))}.bg-emerald-50\/30{background-color:#ecfdf54d}.bg-emerald-50\/50{background-color:#ecfdf580}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(239 243 247/var(--tw-bg-opacity,1))}.bg-gray-150{--tw-bg-opacity:1;background-color:rgb(227 234 239/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(216 223 230/var(--tw-bg-opacity,1))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(193 201 210/var(--tw-bg-opacity,1))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(160 170 180/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(246 248 250/var(--tw-bg-opacity,1))}.bg-gray-50\/60{background-color:#f6f8fa99}.bg-gray-50\/80{background-color:#f6f8facc}.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(136 146 156/var(--tw-bg-opacity,1))}.bg-gray-600{--tw-bg-opacity:1;background-color:rgb(119 129 140/var(--tw-bg-opacity,1))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(73 81 90/var(--tw-bg-opacity,1))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(54 60 68/var(--tw-bg-opacity,1))}.bg-gray-950{--tw-bg-opacity:1;background-color:rgb(36 41 47/var(--tw-bg-opacity,1))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(225 251 216/var(--tw-bg-opacity,1))}.bg-green-300{--tw-bg-opacity:1;background-color:rgb(149 219 129/var(--tw-bg-opacity,1))}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(237 255 229/var(--tw-bg-opacity,1))}.bg-green-50\/70{background-color:#edffe5b3}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(60 169 37/var(--tw-bg-opacity,1))}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(37 144 19/var(--tw-bg-opacity,1))}.bg-orange-100{--tw-bg-opacity:1;background-color:rgb(255 237 214/var(--tw-bg-opacity,1))}.bg-orange-500{--tw-bg-opacity:1;background-color:rgb(250 128 20/var(--tw-bg-opacity,1))}.bg-primary{--tw-bg-opacity:1;background-color:rgb(24 144 255/var(--tw-bg-opacity,1))}.bg-primary-50{--tw-bg-opacity:1;background-color:rgb(231 243 255/var(--tw-bg-opacity,1))}.bg-primary\/20{background-color:#1890ff33}.bg-purple-100{--tw-bg-opacity:1;background-color:rgb(246 238 255/var(--tw-bg-opacity,1))}.bg-purple-50{--tw-bg-opacity:1;background-color:rgb(250 245 255/var(--tw-bg-opacity,1))}.bg-purple-50\/40{background-color:#faf5ff66}.bg-purple-500{--tw-bg-opacity:1;background-color:rgb(147 51 234/var(--tw-bg-opacity,1))}.bg-purple-600{--tw-bg-opacity:1;background-color:rgb(126 34 206/var(--tw-bg-opacity,1))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(255 233 233/var(--tw-bg-opacity,1))}.bg-red-300{--tw-bg-opacity:1;background-color:rgb(252 165 165/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(255 239 239/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-shapes-background-card{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-shapes-background-disable{--tw-bg-opacity:1;background-color:rgb(239 243 247/var(--tw-bg-opacity,1))}.bg-shapes-border-card,.bg-shapes-card-border{--tw-bg-opacity:1;background-color:rgb(216 223 230/var(--tw-bg-opacity,1))}.bg-shapes-divider{--tw-bg-opacity:1;background-color:rgb(227 234 239/var(--tw-bg-opacity,1))}.bg-shapes-platform-header{--tw-bg-opacity:1;background-color:rgb(23 25 45/var(--tw-bg-opacity,1))}.bg-transparent{background-color:#0000}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/60{background-color:#fff9}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(255 248 203/var(--tw-bg-opacity,1))}.bg-yellow-300{--tw-bg-opacity:1;background-color:rgb(255 198 70/var(--tw-bg-opacity,1))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(255 251 217/var(--tw-bg-opacity,1))}.bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(223 147 10/var(--tw-bg-opacity,1))}.bg-gradient-to-b{background-image:linear-gradient(to bottom, var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right, var(--tw-gradient-stops))}.from-emerald-400{--tw-gradient-from:#34d399 var(--tw-gradient-from-position);--tw-gradient-to:#34d39900 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300{--tw-gradient-from:#c1c9d2 var(--tw-gradient-from-position);--tw-gradient-to:#c1c9d200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-400{--tw-gradient-from:#a855f7 var(--tw-gradient-from-position);--tw-gradient-to:#a855f700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-transparent{--tw-gradient-from:transparent var(--tw-gradient-from-position);--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[48px\]{--tw-gradient-from-position:48px}.via-emerald-500{--tw-gradient-to:#10b98100 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #10b981 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-fuchsia-500{--tw-gradient-to:#d946ef00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #d946ef var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-gray-400{--tw-gradient-to:#a0aab400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a0aab4 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-500{--tw-gradient-to:#9333ea00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #9333ea var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-\[rgba\(0\,0\,0\,0\.7\)\]{--tw-gradient-to:#000000b3 var(--tw-gradient-to-position)}.to-fuchsia-400{--tw-gradient-to:#e879f9 var(--tw-gradient-to-position)}.to-gray-300{--tw-gradient-to:#c1c9d2 var(--tw-gradient-to-position)}.to-purple-400{--tw-gradient-to:#a855f7 var(--tw-gradient-to-position)}.to-teal-400{--tw-gradient-to:#2dd4bf var(--tw-gradient-to-position)}.to-\[48px\]{--tw-gradient-to-position:48px}.bg-\[length\:200\%_100\%\]{background-size:200% 100%}.fill-gray-100{fill:#eff3f7}.fill-gray-200{fill:#d8dfe6}.fill-gray-50{fill:#f6f8fa}.fill-gray-900{fill:#363c44}.fill-white{fill:#fff}.stroke-gray-300{stroke:#c1c9d2}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.\!p-0{padding:0!important}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-0{padding-left:0;padding-right:0}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[var\(--ag-cell-horizontal-padding\)\]{padding-left:var(--ag-cell-horizontal-padding);padding-right:var(--ag-cell-horizontal-padding)}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-1\/2{padding-top:.125rem;padding-bottom:.125rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[14px\]{padding-top:14px;padding-bottom:14px}.py-\[5px\]{padding-top:5px;padding-bottom:5px}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-2\.5{padding-bottom:.625rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-8{padding-bottom:2rem}.pb-\[37px\]{padding-bottom:37px}.pl-1{padding-left:.25rem}.pl-1\.5{padding-left:.375rem}.pl-2{padding-left:.5rem}.pl-2\.5{padding-left:.625rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-\[4\.25rem\]{padding-left:4.25rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pr-7{padding-right:1.75rem}.pr-\[14\.5px\]{padding-right:14.5px}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-12{padding-top:3rem}.pt-14{padding-top:3.5rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-7{padding-top:1.75rem}.pt-8{padding-top:2rem}.pt-9{padding-top:2.25rem}.pt-\[26px\]{padding-top:26px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.text-end{text-align:end}.align-middle{vertical-align:middle}.font-default,.font-inter{font-family:Inter,sans-serif}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[\.6875rem\]{font-size:.6875rem}.text-\[0\.5625rem\]{font-size:.5625rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[8px\]{font-size:8px}.text-\[length\:inherit\]{font-size:inherit}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.625rem}.text-md{font-size:1rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xm{font-size:.8125rem;line-height:1.125rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal,.font-regular{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.ordinal{--tw-ordinal:ordinal;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-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.\!leading-sm{line-height:1.25rem!important}.leading-2xl{line-height:2rem}.leading-3xl{line-height:2.25rem}.leading-4xl{line-height:2.5rem}.leading-5{line-height:1.25rem}.leading-5xl{line-height:2.75rem}.leading-6xl{line-height:3.5rem}.leading-7{line-height:1.75rem}.leading-\[inherit\]{line-height:inherit}.leading-lg{line-height:1.625rem}.leading-md{line-height:1.5rem}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-sm{line-height:1.25rem}.leading-tight{line-height:1.25}.leading-xl{line-height:1.75rem}.leading-xm{line-height:1.125rem}.leading-xs{line-height:1rem}.tracking-wide{letter-spacing:.025em}.tracking-widest{letter-spacing:.1em}.\!text-gray-500{--tw-text-opacity:1!important;color:rgb(136 146 156/var(--tw-text-opacity,1))!important}.\!text-typography-body{--tw-text-opacity:1!important;color:rgb(95 104 114/var(--tw-text-opacity,1))!important}.\!text-typography-title{--tw-text-opacity:1!important;color:rgb(36 41 47/var(--tw-text-opacity,1))!important}.\!text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.text-\[\#0A0A0A\]{--tw-text-opacity:1;color:rgb(10 10 10/var(--tw-text-opacity,1))}.text-\[\#3ca925\]{--tw-text-opacity:1;color:rgb(60 169 37/var(--tw-text-opacity,1))}.text-\[\#737373\]{--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity,1))}.text-\[\#F5222D\]{--tw-text-opacity:1;color:rgb(245 34 45/var(--tw-text-opacity,1))}.text-\[\#ef4444\]{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-\[rgb\(217\,217\,217\)\]{--tw-text-opacity:1;color:rgb(217 217 217/var(--tw-text-opacity,1))}.text-amber-500{--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity,1))}.text-amber-600{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity,1))}.text-amber-900{--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:rgb(27 31 36/var(--tw-text-opacity,1))}.text-blue-300{--tw-text-opacity:1;color:rgb(132 191 255/var(--tw-text-opacity,1))}.text-blue-400{--tw-text-opacity:1;color:rgb(85 166 255/var(--tw-text-opacity,1))}.text-blue-500{--tw-text-opacity:1;color:rgb(33 136 255/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:rgb(20 116 221/var(--tw-text-opacity,1))}.text-blue-700{--tw-text-opacity:1;color:rgb(12 96 188/var(--tw-text-opacity,1))}.text-blue-900{--tw-text-opacity:1;color:rgb(2 59 120/var(--tw-text-opacity,1))}.text-current{color:currentColor}.text-cyan-500{--tw-text-opacity:1;color:rgb(6 182 212/var(--tw-text-opacity,1))}.text-danger-primary{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-emerald-500{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity,1))}.text-emerald-600{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity,1))}.text-emerald-700{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity,1))}.text-gray-200{--tw-text-opacity:1;color:rgb(216 223 230/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(193 201 210/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(160 170 180/var(--tw-text-opacity,1))}.text-gray-50{--tw-text-opacity:1;color:rgb(246 248 250/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(136 146 156/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(119 129 140/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(95 104 114/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(73 81 90/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(54 60 68/var(--tw-text-opacity,1))}.text-green-400{--tw-text-opacity:1;color:rgb(104 197 81/var(--tw-text-opacity,1))}.text-green-500{--tw-text-opacity:1;color:rgb(60 169 37/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:rgb(37 144 19/var(--tw-text-opacity,1))}.text-green-700{--tw-text-opacity:1;color:rgb(25 120 12/var(--tw-text-opacity,1))}.text-green-900{--tw-text-opacity:1;color:rgb(12 71 7/var(--tw-text-opacity,1))}.text-info-primary{--tw-text-opacity:1;color:rgb(33 136 255/var(--tw-text-opacity,1))}.text-inherit{color:inherit}.text-orange-500{--tw-text-opacity:1;color:rgb(250 128 20/var(--tw-text-opacity,1))}.text-orange-600{--tw-text-opacity:1;color:rgb(236 104 11/var(--tw-text-opacity,1))}.text-orange-700{--tw-text-opacity:1;color:rgb(200 79 11/var(--tw-text-opacity,1))}.text-orange-900{--tw-text-opacity:1;color:rgb(123 50 9/var(--tw-text-opacity,1))}.text-primary,.text-primary-500{--tw-text-opacity:1;color:rgb(24 144 255/var(--tw-text-opacity,1))}.text-purple-400{--tw-text-opacity:1;color:rgb(168 85 247/var(--tw-text-opacity,1))}.text-purple-600{--tw-text-opacity:1;color:rgb(126 34 206/var(--tw-text-opacity,1))}.text-purple-700{--tw-text-opacity:1;color:rgb(107 33 168/var(--tw-text-opacity,1))}.text-purple-800{--tw-text-opacity:1;color:rgb(88 28 135/var(--tw-text-opacity,1))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-red-900{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity,1))}.text-slate-300{--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.text-typography-body{--tw-text-opacity:1;color:rgb(95 104 114/var(--tw-text-opacity,1))}.text-typography-caption{--tw-text-opacity:1;color:rgb(136 146 156/var(--tw-text-opacity,1))}.text-typography-disable{--tw-text-opacity:1;color:rgb(193 201 210/var(--tw-text-opacity,1))}.text-typography-placeholder{--tw-text-opacity:1;color:rgb(160 170 180/var(--tw-text-opacity,1))}.text-typography-title{--tw-text-opacity:1;color:rgb(36 41 47/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-writing-caption{--tw-text-opacity:1;color:rgb(136 146 156/var(--tw-text-opacity,1))}.text-writing-title{--tw-text-opacity:1;color:rgb(36 41 47/var(--tw-text-opacity,1))}.text-yellow-500{--tw-text-opacity:1;color:rgb(223 147 10/var(--tw-text-opacity,1))}.text-yellow-600{--tw-text-opacity:1;color:rgb(191 123 0/var(--tw-text-opacity,1))}.text-yellow-700{--tw-text-opacity:1;color:rgb(172 101 2/var(--tw-text-opacity,1))}.text-yellow-800{--tw-text-opacity:1;color:rgb(141 78 3/var(--tw-text-opacity,1))}.text-yellow-900{--tw-text-opacity:1;color:rgb(102 53 1/var(--tw-text-opacity,1))}.text-opacity-45{--tw-text-opacity:.45}.underline{text-decoration-line:underline}.overline{text-decoration-line:overline}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.decoration-gray-300{text-decoration-color:#c1c9d2}.underline-offset-2{text-underline-offset:2px}.placeholder-gray-300::placeholder{--tw-placeholder-opacity:1;color:rgb(193 201 210/var(--tw-placeholder-opacity,1))}.placeholder-typography-placeholder::placeholder{--tw-placeholder-opacity:1;color:rgb(160 170 180/var(--tw-placeholder-opacity,1))}.accent-blue-500{accent-color:#2188ff}.\!opacity-0{opacity:0!important}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.\!shadow-none{--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)!important}.shadow{--tw-shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_0_0_3px_rgba\(147\,51\,234\,0\.10\)\]{--tw-shadow:0 0 0 3px #9333ea1a;--tw-shadow-colored:0 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-\[0_1px_2px_rgba\(16\,24\,40\,0\.04\)\]{--tw-shadow:0 1px 2px #1018280a;--tw-shadow-colored:0 1px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-dropdown{--tw-shadow:0 4.39px 15.36px 3px #363c441a;--tw-shadow-colored:0 4.39px 15.36px 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-error-state{--tw-shadow:0px 0px 0px 2px #ef444433;--tw-shadow-colored:0px 0px 0px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-focus{--tw-shadow:0px 0px 0px 2px #1890ff33;--tw-shadow-colored:0px 0px 0px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-modal-shadow{--tw-shadow:0px 9px 28px 8px #0000000d, 0px 6px 16px 0px #00000014, 0px 3px 6px -4px #0000001f;--tw-shadow-colored:0px 9px 28px 8px var(--tw-shadow-color), 0px 6px 16px 0px var(--tw-shadow-color), 0px 3px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-switch{--tw-shadow:0 2px 4px #00230b33;--tw-shadow-colored:0 2px 4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-black\/20{--tw-shadow-color:#1b1f2433;--tw-shadow:var(--tw-shadow-colored)}.shadow-blue-100{--tw-shadow-color:#e7f3ff;--tw-shadow:var(--tw-shadow-colored)}.\!outline-none{outline-offset:2px!important;outline:2px solid #0000!important}.outline-none{outline-offset:2px;outline:2px solid #0000}.outline{outline-style:solid}.outline-1{outline-width:1px}.-outline-offset-1{outline-offset:-1px}.outline-gray-200,.outline-shapes-border-card{outline-color:#d8dfe6}.\!ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)!important}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.\!ring-red-500{--tw-ring-opacity:1!important;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity,1))!important}.ring-amber-300{--tw-ring-opacity:1;--tw-ring-color:rgb(252 211 77/var(--tw-ring-opacity,1))}.ring-primary-500{--tw-ring-opacity:1;--tw-ring-color:rgb(24 144 255/var(--tw-ring-opacity,1))}.ring-purple-200{--tw-ring-opacity:1;--tw-ring-color:rgb(233 213 255/var(--tw-ring-opacity,1))}.ring-offset-1{--tw-ring-offset-width:1px}.ring-offset-white{--tw-ring-offset-color:#fff}.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)}.grayscale{--tw-grayscale:grayscale(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)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-\[2px\]{--tw-backdrop-blur:blur(2px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[5px\]{--tw-backdrop-blur:blur(5px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[8px\]{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[max-height\,padding\,opacity\]{transition-property:max-height,padding,opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[width\]{transition-property:width;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-none{transition-property:none}.transition-opacity{transition-property:opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-shadow{transition-property:box-shadow;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.will-change-transform{will-change:transform}.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{width:var(--scrollbar-width,16px);height:var(--scrollbar-height,16px);display:block}.fade-in-0{--tw-enter-opacity:0}.zoom-in-95{--tw-enter-scale:.95}.duration-100{animation-duration:.1s}.duration-150{animation-duration:.15s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.running{animation-play-state:running}.\[animation-delay\:-0\.15s\]{animation-delay:-.15s}.\[animation-delay\:-0\.3s\]{animation-delay:-.3s}.\[appearance\:textfield\]{appearance:textfield}.\[grid-area\:addon-bottom\]{grid-area:addon-bottom}.\[grid-area\:addon-top\]{grid-area:addon-top}.\[grid-area\:content\]{grid-area:content}.\[grid-area\:footer\]{grid-area:footer}.\[grid-area\:header\]{grid-area:header}.\[grid-template-areas\:\'content\'\'footer\'\]{grid-template-areas:"content""footer"}.\[grid-template-areas\:\'header\'\'addon-top\'\'content\'\'addon-bottom\'\'footer\'\]{grid-template-areas:"header""addon-top""content""addon-bottom""footer"}.\[grid-template-columns\:1fr\]{grid-template-columns:1fr}.\[grid-template-columns\:repeat\(3\,minmax\(0\,max-content\)\)\]{grid-template-columns:repeat(3,minmax(0,max-content))}.\[grid-template-rows\:1fr_auto\]{grid-template-rows:1fr auto}.\[grid-template-rows\:auto_auto_1fr_auto_auto\]{grid-template-rows:auto auto 1fr auto auto}html,body,#root{height:100%}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{margin:0;font-family:Inter,sans-serif}@keyframes page-loader-fade-in{0%{opacity:0}to{opacity:1}}.page-loader-fade-in{opacity:0;animation:.2s ease-out .15s forwards page-loader-fade-in}@media (prefers-reduced-motion:reduce){.page-loader-fade-in{animation-duration:0s;animation-delay:0s}}.lds-ellipsis{width:80px;height:80px;display:inline-block;position:relative}.lds-ellipsis div{background:#0a68fa;border-radius:50%;width:13px;height:13px;animation-timing-function:cubic-bezier(0,1,1,0);position:absolute;top:33px}.lds-ellipsis div:first-child{animation:.6s infinite lds-ellipsis1;left:8px}.lds-ellipsis div:nth-child(2){animation:.6s infinite lds-ellipsis2;left:8px}.lds-ellipsis div:nth-child(3){animation:.6s infinite lds-ellipsis2;left:32px}.lds-ellipsis div:nth-child(4){animation:.6s infinite lds-ellipsis3;left:56px}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}@keyframes route-progress-slide{0%{transform:translate(-100%)}to{transform:translate(400%)}}.route-progress-bar{animation:1s ease-in-out infinite route-progress-slide}@media (prefers-reduced-motion:reduce){.route-progress-bar{animation-duration:2s}}.ara-preview-progress{background:#2188ff1f}@keyframes ara-preview-progress-sweep{0%{transform:translate(-120%)}to{transform:translate(320%)}}.ara-preview-progress-spark{background:linear-gradient(90deg,#2188ff00 0%,#2188fff2 32%,#1474ddf2 68%,#1474dd00 100%);animation:1.4s cubic-bezier(.4,0,.2,1) infinite ara-preview-progress-sweep}.ara-preview-progress[data-mode=streaming] .ara-preview-progress-spark{background:linear-gradient(90deg,#2188ff00 0%,#2188ffb8 32%,#1474ddb8 68%,#1474dd00 100%);animation-duration:2.8s}@media (prefers-reduced-motion:reduce){.ara-preview-progress-spark{background:#2188ff66;animation:none}}@keyframes drawer-fade-in{0%{opacity:0}to{opacity:1}}@keyframes drawer-slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes drawer-slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}.drawer-backdrop{animation:.2s ease-out drawer-fade-in}.drawer-panel-right{animation:.26s cubic-bezier(.22,1,.36,1) drawer-slide-in-right}.drawer-panel-left{animation:.26s cubic-bezier(.22,1,.36,1) drawer-slide-in-left}@media (prefers-reduced-motion:reduce){.drawer-backdrop,.drawer-panel-right,.drawer-panel-left{animation-duration:0s}}.ag-header-cell-resize:hover:after{background-color:#9ca3af}.assessment-table-layout{--ag-border-color:#e3eaef;--ag-row-border-width:.5px;--ag-odd-row-background-color:#fcfcfc;--ag-selected-row-background-color:#eff6ff;--ag-row-hover-color:#2196f31a;--ag-header-column-resize-handle-width:1px;--ag-header-column-resize-handle-height:50%;--ag-cell-horizontal-border:solid #e3eaef;--ag-header-column-separator-display:block;--ag-header-column-separator-color:#e3eaef;--ag-header-column-separator-width:1px;--ag-header-column-separator-height:100%}.assessment-table-layout .ag-header{background-color:#fff;border-bottom:1px solid #e5e7eb}.assessment-table-layout .ag-pinned-left-header,.assessment-table-layout .ag-pinned-left-cols-container{z-index:1;clip-path:inset(0 -8px 0 0);position:relative;box-shadow:4px 0 6px -2px #0000001f;border-right:2px solid #e3eaef!important}.assessment-table-layout .ag-header-cell,.assessment-table-layout .ag-header-group-cell,.assessment-table-layout .ag-cell{border-right:1px solid #e3eaef!important}.assessment-table-layout .ag-pinned-left-header .ag-header-cell:last-child,.assessment-table-layout .ag-pinned-left-cols-container .ag-cell:last-child{border-right:none!important}.assessment-table-layout .ag-header-cell-resize:after{width:1px;height:1.25rem;top:50%;transform:translateY(-50%)}.assets-table .ag-cell-auto-height .ag-cell-wrapper{height:auto}.assets-table .ag-cell{padding-top:2px;padding-bottom:2px}.assets-table .ag-cell-value{align-items:center;display:flex}.assets-table .ag-cell-value>*{width:100%}.assets-table .ag-cell.uni-trac-wrap-cell,.assets-table .ag-cell.uni-trac-wrap-cell .ag-cell-wrapper,.assets-table .ag-cell.uni-trac-wrap-cell .ag-cell-value,.assets-table .ag-cell.uni-trac-wrap-cell .ag-cell-value>*,.assets-table .ag-cell.components-description-cell,.assets-table .ag-cell.components-description-cell .ag-cell-wrapper,.assets-table .ag-cell.components-description-cell .ag-cell-value,.assets-table .ag-cell.components-description-cell .ag-cell-value>*{min-width:0;max-width:100%}.assets-table .ag-cell.uni-trac-wrap-cell .ag-cell-value,.assets-table .ag-cell.components-description-cell .ag-cell-value{overflow:hidden}.assets-table .ag-cell.uni-trac-wrap-cell .ag-cell-wrapper,.assets-table .ag-cell.uni-trac-wrap-cell .ag-cell-value{align-items:center;height:100%}.assets-table .ag-cell-value.cell-align-top{align-items:flex-start;padding-top:.75rem}.assets-table .ag-cell.dropdown-cell:not(.ag-cell-inline-editing){padding-left:11px!important;padding-right:11px!important}.assets-table .ag-cell-inline-editing.dropdown-cell{padding:0!important}.assets-table .ag-cell-inline-editing .inline-cell-select label,.assets-table .ag-cell-inline-editing .inline-cell-select-value{border-radius:0;align-items:center;height:100%;min-height:0;padding-inline:11px;display:flex;box-shadow:none!important;border:0!important}.assets-table .ag-cell-inline-editing .inline-cell-select label:hover,.assets-table .ag-cell-inline-editing .inline-cell-select label:focus-within,.assets-table .ag-cell-inline-editing .inline-cell-select-value:hover,.assets-table .ag-cell-inline-editing .inline-cell-select-value:focus-within{box-shadow:none!important;border:0!important}.assets-table .ag-cell-inline-editing .inline-cell-select-value>div:first-child{flex:1;min-width:0;padding-right:1.75rem}.assets-table .ag-cell-inline-editing .inline-cell-select-value>div:first-child>*{width:100%;min-width:0}.assets-table .ag-cell-inline-editing .inline-cell-select-value>:last-child svg{color:#9ca3af;width:1rem;height:1rem}.ag-cell.cell-readonly{color:#9ca3af;cursor:default;background-color:#f9fafb}.ag-cell.assets-pinned-right-boundary{clip-path:inset(0 -8px 0 0);box-shadow:2px 0 6px #00000014}.assets-table-pinned-shadow .ag-pinned-left-cols-container,.assets-table-pinned-shadow .ag-pinned-left-header{clip-path:inset(0 -12px 0 0);box-shadow:4px 0 8px #00000014}.ag-popup-child.ag-menu,.ag-filter-menu.ag-popup-child{color:#24292f;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;min-width:260px;padding:.5rem;font-size:.875rem;box-shadow:0 8px 24px #0000001f}.ag-filter,.ag-set-filter-list,.ag-filter-toolpanel-instance-filter{color:#24292f;background-color:#fff;font-size:.875rem}.ag-filter-wrapper,.ag-set-filter{background-color:#fff;padding:0}.ag-mini-filter{margin:0 0 .25rem;padding:0}.ag-mini-filter .ag-text-field-input-wrapper,.ag-mini-filter .ag-input-wrapper{align-items:center;display:flex}.ag-mini-filter .ag-input-field-input{color:#24292f;width:100%;height:2rem;box-shadow:none;background-color:#fff;border:0;border-bottom:1px solid #e5e7eb;padding:0 .25rem 0 1.75rem;font-size:.875rem}.ag-mini-filter .ag-input-field-input:focus{border-bottom-color:#2563eb;outline:none}.ag-filter-from .ag-input-field-input,.ag-filter-to .ag-input-field-input{color:#24292f;width:100%;height:2rem;box-shadow:none;background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem;padding:0 .5rem;font-size:.875rem}.ag-filter-from .ag-input-field-input:focus,.ag-filter-to .ag-input-field-input:focus{border-color:#2563eb;outline:none}.ag-filter-condition,.ag-filter-body-wrapper{gap:.5rem;padding:0}.ag-filter-body-wrapper .ag-picker-field-wrapper{background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem;height:2rem;font-size:.875rem}.ag-set-filter-list{max-height:16rem;padding:0 .25rem}.ag-set-filter-item{cursor:pointer;border-radius:.375rem;align-items:center;gap:.75rem;min-height:2.5rem;padding:0 .75rem;display:flex}.ag-set-filter-item:hover{background-color:#f9fafb}.ag-set-filter-item:has(.ag-checked){color:#24292f;font-weight:500}.ag-checkbox-input-wrapper.ag-checked,.ag-checkbox-input-wrapper.ag-indeterminate{color:#2563eb}.components-table-layout .ag-center-cols-viewport{min-height:unset!important}.components-table-layout.fixed-height,.components-table-layout.fixed-height .ag-root-wrapper{height:223px!important}.components-table-layout.fixed-height .ag-body-viewport{height:187px!important}.components-table-layout .ag-root-wrapper{box-shadow:none;border:1px solid #e3eaef;border-bottom:0;border-radius:6px 6px 0 0}.components-table-layout .ag-header{background-color:#fff;border-bottom:1px solid #e5e7eb}.components-table-layout .ag-pinned-left-header{border:none}.components-table-layout .ag-row:nth-child(odd){background-color:#f9fafb}.components-table-layout .ag-row:nth-child(2n),.components-table-layout .ag-row-hover{background-color:#fff}.components-table-layout .ag-header-cell-resize:after{width:1px;height:1.25rem;top:50%;transform:translateY(-50%)}.components-table-layout.disabled .ag-row{cursor:not-allowed;opacity:.6;background-color:#f3f4f6}.components-table-layout.disabled .ag-row:nth-child(odd),.components-table-layout.disabled .ag-row:nth-child(2n),.components-table-layout.disabled .ag-row:hover{background-color:#f3f4f6}.components-table-layout.disabled .ag-cell{cursor:not-allowed}.selection\:bg-blue-150 ::selection{--tw-bg-opacity:1;background-color:rgb(214 234 255/var(--tw-bg-opacity,1))}.selection\:text-current ::selection{color:currentColor}.selection\:bg-blue-150::selection{--tw-bg-opacity:1;background-color:rgb(214 234 255/var(--tw-bg-opacity,1))}.selection\:text-current::selection{color:currentColor}.placeholder\:text-sm::placeholder{font-size:.875rem;line-height:1.25rem}.placeholder\:text-typography-placeholder::placeholder{--tw-text-opacity:1;color:rgb(160 170 180/var(--tw-text-opacity,1))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:bottom-0:after{content:var(--tw-content);bottom:0}.after\:left-0:after{content:var(--tw-content);left:0}.after\:hidden:after{content:var(--tw-content);display:none}.after\:h-px:after{content:var(--tw-content);height:1px}.after\:w-full:after{content:var(--tw-content);width:100%}.after\:bg-blue-500:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(33 136 255/var(--tw-bg-opacity,1))}.after\:bg-red-500:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.after\:content-\[\"\"\]:after{--tw-content:"";content:var(--tw-content)}.after\:content-\[\"\:\"\]:after{--tw-content:":";content:var(--tw-content)}.autofill\:text-inherit:autofill{color:inherit}.autofill\:shadow-\[0_0_0px_100px_var\(--tw-shadow-color\)_inset\]:autofill{--tw-shadow:0 0 0px 100px var(--tw-shadow-color) inset;--tw-shadow-colored:inset 0 0 0px 100px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.focus-within\:border-0:focus-within{border-width:0}.focus-within\:border-blue-500:focus-within{--tw-border-opacity:1;border-color:rgb(33 136 255/var(--tw-border-opacity,1))}.focus-within\:shadow-focus:focus-within{--tw-shadow:0px 0px 0px 2px #1890ff33;--tw-shadow-colored:0px 0px 0px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.focus-within\:shadow-none:focus-within{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.focus-within\:after\:block:focus-within:after{content:var(--tw-content);display:block}.group\/TimePicker-input:hover .group-hover\/TimePicker-input\:block,.group\/datepicker-input:hover .group-hover\/datepicker-input\:block,.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:flex{display:flex}.group\/TimePicker-input:hover .group-hover\/TimePicker-input\:hidden,.group\/datepicker-input:hover .group-hover\/datepicker-input\:hidden,.group:hover .group-hover\:hidden{display:none}.group:hover .group-hover\:border-blue-500{--tw-border-opacity:1;border-color:rgb(33 136 255/var(--tw-border-opacity,1))}.group:hover .group-hover\:bg-black\/25{background-color:#1b1f2440}.group:hover .group-hover\:bg-blue-500{--tw-bg-opacity:1;background-color:rgb(33 136 255/var(--tw-bg-opacity,1))}.group:hover .group-hover\:bg-gray-200{--tw-bg-opacity:1;background-color:rgb(216 223 230/var(--tw-bg-opacity,1))}.group:hover .group-hover\:bg-gray-50{--tw-bg-opacity:1;background-color:rgb(246 248 250/var(--tw-bg-opacity,1))}.group:hover .group-hover\:text-blue-500{--tw-text-opacity:1;color:rgb(33 136 255/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-gray-500{--tw-text-opacity:1;color:rgb(136 146 156/var(--tw-text-opacity,1))}.group\/mermaid:hover .group-hover\/mermaid\:opacity-100,.group:hover .group-hover\:opacity-100,.group:focus-visible .group-focus-visible\:opacity-100{opacity:1}.group-item-selected .group-\[-item-selected\]\:visible{visibility:visible}.group-item-selected .group-\[-item-selected\]\:text-blue-500{--tw-text-opacity:1;color:rgb(33 136 255/var(--tw-text-opacity,1))}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.has-\[\:-webkit-autofill\]\:bg-blue-100:has(:-webkit-autofill){--tw-bg-opacity:1;background-color:rgb(231 243 255/var(--tw-bg-opacity,1))}.has-\[\:autofill\]\:bg-blue-100:has(:autofill){--tw-bg-opacity:1;background-color:rgb(231 243 255/var(--tw-bg-opacity,1))}.has-\[\>\[data-state\=visible\]\]\:pr-2:has(>[data-state=visible]){padding-right:.5rem}.aria-\[invalid\=true\]\:border-red-500[aria-invalid=true]{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.aria-\[invalid\=true\]\:shadow-error-state[aria-invalid=true]{--tw-shadow:0px 0px 0px 2px #ef444433;--tw-shadow-colored:0px 0px 0px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[icon-only\=true\]\:w-10[data-icon-only=true]{width:2.5rem}.data-\[icon-only\=true\]\:w-6[data-icon-only=true]{width:1.5rem}.data-\[icon-only\=true\]\:w-8[data-icon-only=true]{width:2rem}.data-\[state\=checked\]\:translate-x-\[12px\][data-state=checked]{--tw-translate-x:12px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:translate-x-\[22px\][data-state=checked]{--tw-translate-x:22px;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\]\:animate-shrink[data-state=closed]{animation:.2s ease-in-out forwards shrink}.data-\[state\=open\]\:animate-grow[data-state=open]{animation:.2s ease-in-out forwards grow}.data-\[disabled\]\:cursor-not-allowed[data-disabled]{cursor:not-allowed}.data-\[loading\=true\]\:cursor-wait[data-loading=true]{cursor:wait}.data-\[active\=true\]\:border-blue-500[data-active=true]{--tw-border-opacity:1;border-color:rgb(33 136 255/var(--tw-border-opacity,1))}.data-\[disabled\]\:border-gray-300[data-disabled]{--tw-border-opacity:1;border-color:rgb(193 201 210/var(--tw-border-opacity,1))}.data-\[filled\=true\]\:border-blue-200[data-filled=true]{--tw-border-opacity:1;border-color:rgb(178 215 255/var(--tw-border-opacity,1))}.data-\[state\=checked\]\:border-blue-500[data-state=checked]{--tw-border-opacity:1;border-color:rgb(33 136 255/var(--tw-border-opacity,1))}.data-\[state\=checked\]\:border-red-500[data-state=checked]{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.data-\[disabled\]\:bg-gray-300[data-disabled]{--tw-bg-opacity:1;background-color:rgb(193 201 210/var(--tw-bg-opacity,1))}.data-\[filled\=true\]\:bg-blue-100[data-filled=true]{--tw-bg-opacity:1;background-color:rgb(231 243 255/var(--tw-bg-opacity,1))}.data-\[state\=checked\]\:bg-\[\#FAFAFA\][data-state=checked]{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.data-\[state\=checked\]\:bg-blue-100[data-state=checked],.data-\[state\=on\]\:bg-blue-100[data-state=on]{--tw-bg-opacity:1;background-color:rgb(231 243 255/var(--tw-bg-opacity,1))}.data-\[state\=open\]\:bg-\[\#F5F5F5\][data-state=open]{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))}.data-\[has-prefix-or-suffix\=true\]\:px-0[data-has-prefix-or-suffix=true]{padding-left:0;padding-right:0}.data-\[has-prefix-or-suffix\=true\]\:px-3[data-has-prefix-or-suffix=true]{padding-left:.75rem;padding-right:.75rem}.data-\[has-prefix-or-suffix\=true\]\:px-3\/2[data-has-prefix-or-suffix=true]{padding-left:.375rem;padding-right:.375rem}.data-\[icon-only\=true\]\:px-1[data-icon-only=true]{padding-left:.25rem;padding-right:.25rem}.data-\[icon-only\=true\]\:px-2[data-icon-only=true]{padding-left:.5rem;padding-right:.5rem}.data-\[icon-only\=true\]\:px-3\/2[data-icon-only=true]{padding-left:.375rem;padding-right:.375rem}.data-\[state\=checked\]\:font-medium[data-state=checked]{font-weight:500}.data-\[active\=true\]\:text-blue-500[data-active=true],.data-\[filled\=true\]\:text-blue-500[data-filled=true],.data-\[state\=checked\]\:text-blue-500[data-state=checked],.data-\[state\=on\]\:text-blue-500[data-state=on]{--tw-text-opacity:1;color:rgb(33 136 255/var(--tw-text-opacity,1))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[error\=true\]\:animate-in[data-error=true],.data-\[state\=open\]\:animate-in[data-state=open]{--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial;animation-name:enter;animation-duration:.15s}.data-\[state\=closed\]\:animate-out[data-state=closed]{--tw-exit-opacity:initial;--tw-exit-scale:initial;--tw-exit-rotate:initial;--tw-exit-translate-x:initial;--tw-exit-translate-y:initial;animation-name:exit;animation-duration:.15s}.data-\[error\=true\]\:fade-in-0[data-error=true]{--tw-enter-opacity:0}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity:0}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity:0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale:.95}.data-\[error\=true\]\:slide-in-from-top-1[data-error=true]{--tw-enter-translate-y:-.25rem}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:-.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:.5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:-.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:.5rem}.group:hover .data-\[disabled\]\:group-hover\:border-gray-300[data-disabled]{--tw-border-opacity:1;border-color:rgb(193 201 210/var(--tw-border-opacity,1))}.group:hover .data-\[disabled\]\:group-hover\:bg-gray-150[data-disabled]{--tw-bg-opacity:1;background-color:rgb(227 234 239/var(--tw-bg-opacity,1))}.group:hover .data-\[disabled\]\:group-hover\:bg-gray-300[data-disabled]{--tw-bg-opacity:1;background-color:rgb(193 201 210/var(--tw-bg-opacity,1))}.group\/indicator[data-state=checked] .group-data-\[state\=checked\]\/indicator\:block,.group\/indicator[data-state=indeterminate] .group-data-\[state\=indeterminate\]\/indicator\:block{display:block}.group\/checkbox-root[data-size=small] .group-data-\[size\=small\]\/checkbox-root\:size-1\.5,.group\/radio-group-root[data-size=small] .group-data-\[size\=small\]\/radio-group-root\:size-1\.5{width:.375rem;height:.375rem}.group\/radio-group-root[data-size=small] .group-data-\[size\=small\]\/radio-group-root\:size-3{width:.75rem;height:.75rem}.group\/radio-group-item[data-disabled] .group-data-\[disabled\]\/radio-group-item\:bg-gray-300{--tw-bg-opacity:1;background-color:rgb(193 201 210/var(--tw-bg-opacity,1))}.hover\:border-0:hover{border-width:0}.hover\:border-blue-300:hover{--tw-border-opacity:1;border-color:rgb(132 191 255/var(--tw-border-opacity,1))}.hover\:border-blue-400:hover{--tw-border-opacity:1;border-color:rgb(85 166 255/var(--tw-border-opacity,1))}.hover\:border-blue-500:hover{--tw-border-opacity:1;border-color:rgb(33 136 255/var(--tw-border-opacity,1))}.hover\:border-gray-200:hover{--tw-border-opacity:1;border-color:rgb(216 223 230/var(--tw-border-opacity,1))}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgb(193 201 210/var(--tw-border-opacity,1))}.hover\:border-primary:hover{--tw-border-opacity:1;border-color:rgb(24 144 255/var(--tw-border-opacity,1))}.hover\:border-red-400:hover{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity,1))}.hover\:border-red-500:hover{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.hover\:border-shapes-border-card:hover{--tw-border-opacity:1;border-color:rgb(216 223 230/var(--tw-border-opacity,1))}.hover\:\!bg-danger-primary:hover{--tw-bg-opacity:1!important;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))!important}.hover\:bg-\[\#00000005\]:hover{background-color:#00000005}.hover\:bg-\[rgba\(0\,0\,0\,0\.3\)\]:hover{background-color:#0000004d}.hover\:bg-black\/80:hover{background-color:#1b1f24cc}.hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgb(231 243 255/var(--tw-bg-opacity,1))}.hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:rgb(178 215 255/var(--tw-bg-opacity,1))}.hover\:bg-blue-400:hover{--tw-bg-opacity:1;background-color:rgb(85 166 255/var(--tw-bg-opacity,1))}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgb(242 248 255/var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(239 243 247/var(--tw-bg-opacity,1))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(216 223 230/var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(246 248 250/var(--tw-bg-opacity,1))}.hover\:bg-primary\/5:hover{background-color:#1890ff0d}.hover\:bg-purple-100:hover{--tw-bg-opacity:1;background-color:rgb(246 238 255/var(--tw-bg-opacity,1))}.hover\:bg-purple-200:hover{--tw-bg-opacity:1;background-color:rgb(233 213 255/var(--tw-bg-opacity,1))}.hover\:bg-red-400:hover{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity,1))}.hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgb(255 239 239/var(--tw-bg-opacity,1))}.hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.hover\:bg-shapes-background-disable:hover{--tw-bg-opacity:1;background-color:rgb(239 243 247/var(--tw-bg-opacity,1))}.hover\:bg-shapes-background-page:hover{--tw-bg-opacity:1;background-color:rgb(227 234 239/var(--tw-bg-opacity,1))}.hover\:bg-transparent:hover{background-color:#0000}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/30:hover{background-color:#ffffff4d}.hover\:bg-opacity-10:hover{--tw-bg-opacity:.1}.hover\:bg-opacity-15:hover{--tw-bg-opacity:.15}.hover\:\!text-typography-body:hover{--tw-text-opacity:1!important;color:rgb(95 104 114/var(--tw-text-opacity,1))!important}.hover\:\!text-white:hover{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.hover\:\!text-white\/80:hover{color:#fffc!important}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(27 31 36/var(--tw-text-opacity,1))}.hover\:text-blue-400:hover{--tw-text-opacity:1;color:rgb(85 166 255/var(--tw-text-opacity,1))}.hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgb(33 136 255/var(--tw-text-opacity,1))}.hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgb(20 116 221/var(--tw-text-opacity,1))}.hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgb(12 96 188/var(--tw-text-opacity,1))}.hover\:text-danger-secondary:hover{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgb(160 170 180/var(--tw-text-opacity,1))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(136 146 156/var(--tw-text-opacity,1))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(119 129 140/var(--tw-text-opacity,1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(95 104 114/var(--tw-text-opacity,1))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(73 81 90/var(--tw-text-opacity,1))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(54 60 68/var(--tw-text-opacity,1))}.hover\:text-info-secondary:hover{--tw-text-opacity:1;color:rgb(20 116 221/var(--tw-text-opacity,1))}.hover\:text-primary:hover{--tw-text-opacity:1;color:rgb(24 144 255/var(--tw-text-opacity,1))}.hover\:text-red-400:hover{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.hover\:text-red-500:hover{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.hover\:text-typography-caption:hover{--tw-text-opacity:1;color:rgb(136 146 156/var(--tw-text-opacity,1))}.hover\:text-typography-disable:hover{--tw-text-opacity:1;color:rgb(193 201 210/var(--tw-text-opacity,1))}.hover\:text-typography-title:hover{--tw-text-opacity:1;color:rgb(36 41 47/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:text-writing-title:hover{--tw-text-opacity:1;color:rgb(36 41 47/var(--tw-text-opacity,1))}.hover\:text-opacity-100:hover{--tw-text-opacity:1}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-70:hover{opacity:.7}.hover\:shadow-\[0_4px_16px_rgba\(88\,28\,135\,0\.08\)\]:hover{--tw-shadow:0 4px 16px #581c8714;--tw-shadow-colored:0 4px 16px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.hover\:shadow-none:hover{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.hover\:outline-gray-300:hover{outline-color:#c1c9d2}.data-\[state\=checked\]\:hover\:border-blue-400:hover[data-state=checked]{--tw-border-opacity:1;border-color:rgb(85 166 255/var(--tw-border-opacity,1))}.data-\[state\=checked\]\:hover\:bg-blue-150:hover[data-state=checked]{--tw-bg-opacity:1;background-color:rgb(214 234 255/var(--tw-bg-opacity,1))}.data-\[state\=unchecked\]\:hover\:bg-blue-50:hover[data-state=unchecked]{--tw-bg-opacity:1;background-color:rgb(242 248 255/var(--tw-bg-opacity,1))}.focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgb(33 136 255/var(--tw-border-opacity,1))}.focus\:border-b-blue-500:focus{--tw-border-opacity:1;border-bottom-color:rgb(33 136 255/var(--tw-border-opacity,1))}.focus\:bg-\[\#F5F5F5\]:focus{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))}.focus\:text-\[\#171717\]:focus{--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity,1))}.focus\:text-gray-700:focus{--tw-text-opacity:1;color:rgb(95 104 114/var(--tw-text-opacity,1))}.focus\:text-typography-caption:focus{--tw-text-opacity:1;color:rgb(136 146 156/var(--tw-text-opacity,1))}.focus\:opacity-100:focus{opacity:1}.focus\:shadow-focus:focus{--tw-shadow:0px 0px 0px 2px #1890ff33;--tw-shadow-colored:0px 0px 0px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.focus\:outline-none:focus{outline-offset:2px;outline:2px solid #0000}.focus\:ring: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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus\:ring-blue-150:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(214 234 255/var(--tw-ring-opacity,1))}.focus\:ring-blue-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(85 166 255/var(--tw-ring-opacity,1))}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(33 136 255/var(--tw-ring-opacity,1))}.focus\:ring-blue-500\/40:focus{--tw-ring-color:#2188ff66}.focus\:ring-red-150:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(254 226 226/var(--tw-ring-opacity,1))}.focus-visible\:border-blue-500:focus-visible{--tw-border-opacity:1;border-color:rgb(33 136 255/var(--tw-border-opacity,1))}.focus-visible\:bg-blue-50:focus-visible{--tw-bg-opacity:1;background-color:rgb(242 248 255/var(--tw-bg-opacity,1))}.focus-visible\:text-gray-500:focus-visible{--tw-text-opacity:1;color:rgb(136 146 156/var(--tw-text-opacity,1))}.focus-visible\:text-gray-600:focus-visible{--tw-text-opacity:1;color:rgb(119 129 140/var(--tw-text-opacity,1))}.focus-visible\:opacity-100:focus-visible{opacity:1}.focus-visible\:outline-none:focus-visible{outline-offset:2px;outline:2px solid #0000}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-blue-500:focus-visible{outline-color:#2188ff}.focus-visible\:outline-gray-300:focus-visible{outline-color:#c1c9d2}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-blue-400:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(85 166 255/var(--tw-ring-opacity,1))}.focus-visible\:ring-blue-500\/40:focus-visible{--tw-ring-color:#2188ff66}.focus-visible\:ring-white\/40:focus-visible{--tw-ring-color:#fff6}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.active\:cursor-grabbing:active{cursor:grabbing}.active\:border-solid:active{border-style:solid}.active\:border-none:active{border-style:none}.active\:border-blue-600:active{--tw-border-opacity:1;border-color:rgb(20 116 221/var(--tw-border-opacity,1))}.active\:border-red-600:active{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity,1))}.active\:border-shapes-border-card:active{--tw-border-opacity:1;border-color:rgb(216 223 230/var(--tw-border-opacity,1))}.active\:bg-\[rgba\(0\,0\,0\,0\.2\)\]:active{background-color:#0003}.active\:bg-blue-600:active{--tw-bg-opacity:1;background-color:rgb(20 116 221/var(--tw-bg-opacity,1))}.active\:bg-gray-100:active{--tw-bg-opacity:1;background-color:rgb(239 243 247/var(--tw-bg-opacity,1))}.active\:bg-red-600:active{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.active\:bg-shapes-background-disable:active{--tw-bg-opacity:1;background-color:rgb(239 243 247/var(--tw-bg-opacity,1))}.active\:bg-transparent:active{background-color:#0000}.active\:bg-white:active{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.active\:bg-opacity-20:active{--tw-bg-opacity:.2}.active\:bg-opacity-25:active{--tw-bg-opacity:.25}.active\:text-blue-600:active{--tw-text-opacity:1;color:rgb(20 116 221/var(--tw-text-opacity,1))}.active\:text-gray-500:active{--tw-text-opacity:1;color:rgb(136 146 156/var(--tw-text-opacity,1))}.active\:text-red-600:active{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.active\:text-typography-disable:active{--tw-text-opacity:1;color:rgb(193 201 210/var(--tw-text-opacity,1))}.active\:text-white:active{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.active\:duration-100:active{transition-duration:.1s;animation-duration:.1s}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:border-gray-200:disabled{--tw-border-opacity:1;border-color:rgb(216 223 230/var(--tw-border-opacity,1))}.disabled\:bg-gray-100:disabled{--tw-bg-opacity:1;background-color:rgb(239 243 247/var(--tw-bg-opacity,1))}.disabled\:bg-gray-50:disabled{--tw-bg-opacity:1;background-color:rgb(246 248 250/var(--tw-bg-opacity,1))}.disabled\:bg-shapes-background-disable:disabled{--tw-bg-opacity:1;background-color:rgb(239 243 247/var(--tw-bg-opacity,1))}.disabled\:bg-white:disabled{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.disabled\:text-gray-300:disabled{--tw-text-opacity:1;color:rgb(193 201 210/var(--tw-text-opacity,1))}.disabled\:text-gray-400:disabled{--tw-text-opacity:1;color:rgb(160 170 180/var(--tw-text-opacity,1))}.disabled\:text-typography-disable:disabled{--tw-text-opacity:1;color:rgb(193 201 210/var(--tw-text-opacity,1))}.disabled\:placeholder-typography-disable:disabled::placeholder{--tw-placeholder-opacity:1;color:rgb(193 201 210/var(--tw-placeholder-opacity,1))}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.disabled\:placeholder\:text-typography-disable:disabled::placeholder{--tw-text-opacity:1;color:rgb(193 201 210/var(--tw-text-opacity,1))}.data-\[state\=on\]\:disabled\:bg-blue-100:disabled[data-state=on]{--tw-bg-opacity:1;background-color:rgb(231 243 255/var(--tw-bg-opacity,1))}.data-\[state\=on\]\:disabled\:text-blue-300:disabled[data-state=on]{--tw-text-opacity:1;color:rgb(132 191 255/var(--tw-text-opacity,1))}.disabled\:hover\:border-gray-200:hover:disabled{--tw-border-opacity:1;border-color:rgb(216 223 230/var(--tw-border-opacity,1))}.disabled\:focus\:outline-none:focus:disabled{outline-offset:2px;outline:2px solid #0000}@media (prefers-reduced-motion:no-preference){@keyframes pulse{50%{opacity:.5}}.motion-safe\:animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes spin{to{transform:rotate(360deg)}}.motion-safe\:animate-spin{animation:1s linear infinite spin}.motion-safe\:transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.motion-safe\:animate-in{--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial;animation-name:enter;animation-duration:.15s}@keyframes dropdown-slide-up-out{0%{opacity:1;transform-origin:0 0;transform:scaleY(1)}to{opacity:0;transform-origin:0 0;transform:scaleY(.8)}}.motion-safe\:data-\[state\=closed\]\:animate-slide-up-out[data-state=closed],.motion-safe\:data-\[state\=closed\]\:data-\[side\=bottom\]\:animate-slide-up-out[data-side=bottom][data-state=closed]{animation:.2s cubic-bezier(.755,.05,.855,.06) both dropdown-slide-up-out}@keyframes dropdown-slide-down-out{0%{opacity:1;transform-origin:100% 100%;transform:scaleY(1)}to{opacity:0;transform-origin:100% 100%;transform:scaleY(.8)}}.motion-safe\:data-\[state\=closed\]\:data-\[side\=top\]\:animate-slide-down-out[data-side=top][data-state=closed]{animation:.2s cubic-bezier(.755,.05,.855,.06) both dropdown-slide-down-out}@keyframes dropdown-slide-up-in{0%{opacity:0;transform-origin:0 0;transform:scaleY(.8)}to{opacity:1;transform-origin:0 0;transform:scaleY(1)}}.motion-safe\:data-\[state\=open\]\:animate-slide-up-in[data-state=open],.motion-safe\:data-\[state\=open\]\:data-\[side\=bottom\]\:animate-slide-up-in[data-side=bottom][data-state=open]{animation:.2s cubic-bezier(.23,1,.32,1) both dropdown-slide-up-in}@keyframes dropdown-slide-down-in{0%{opacity:0;transform-origin:100% 100%;transform:scaleY(.8)}to{opacity:1;transform-origin:100% 100%;transform:scaleY(1)}}.motion-safe\:data-\[state\=open\]\:data-\[side\=top\]\:animate-slide-down-in[data-side=top][data-state=open]{animation:.2s cubic-bezier(.23,1,.32,1) both dropdown-slide-down-in}.data-\[state\=closed\]\:motion-safe\:animate-out[data-state=closed]{--tw-exit-opacity:initial;--tw-exit-scale:initial;--tw-exit-rotate:initial;--tw-exit-translate-x:initial;--tw-exit-translate-y:initial;animation-name:exit;animation-duration:.15s}}@media not all and (width>=1024px){.max-lg\:hidden{display:none}}@media not all and (width>=768px){.max-md\:mx-auto{margin-left:auto;margin-right:auto}.max-md\:hidden{display:none}.max-md\:h-\[250px\]{height:250px}.max-md\:w-\[calc\(100\%-40px\)\]{width:calc(100% - 40px)}.max-md\:w-full{width:100%}.max-md\:flex-col{flex-direction:column}}@media (width>=640px){.sm\:block{display:block}.sm\:gap-8{gap:2rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (width>=768px){.md\:block{display:block}.md\:hidden{display:none}.md\:size-8{width:2rem;height:2rem}.md\:size-\[100px\]{width:100px;height:100px}.md\:max-h-\[600px\]{max-height:600px}.md\:w-40{width:10rem}.md\:max-w-\[calc\(100vw-12rem\)\]{max-width:calc(100vw - 12rem)}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:gap-1\.5{gap:.375rem}.md\:gap-16{gap:4rem}}@media (width>=1024px){.lg\:h-full{height:100%}.lg\:min-w-\[400px\]{min-width:400px}.lg\:max-w-\[calc\(100vw-16rem\)\]{max-width:calc(100vw - 16rem)}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.lg\:gap-24{gap:6rem}}@media (width>=1280px){.xl\:inline{display:inline}.xl\:w-64{width:16rem}.xl\:max-w-\[calc\(100vw-24rem\)\]{max-width:calc(100vw - 24rem)}.xl\:flex-row{flex-direction:row}.xl\:gap-40{gap:10rem}}.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button{appearance:none}.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button{appearance:none}.\[\&\:nth-child\(even\)\]\:bg-gray-50:nth-child(2n){--tw-bg-opacity:1;background-color:rgb(246 248 250/var(--tw-bg-opacity,1))}.\[\&\>\*\:first-child\]\:\[\&\>\*\:first-child\]\:size-6>:first-child>:first-child{width:1.5rem;height:1.5rem}.\[\&\>\*\:first-child\]\:\[\&\>\*\:first-child\]\:size-8>:first-child>:first-child{width:2rem;height:2rem}.\[\&\>\*\]\:inline>*{display:inline}.\[\&\>\*\]\:flex-1>*{flex:1}.\[\&\>\*\]\:overflow-hidden>*{overflow:hidden}.\[\&\>div\.bg-blue-500\]\:bg-blue-100>div.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(231 243 255/var(--tw-bg-opacity,1))}.\[\&_\.ag-root-wrapper\]\:border-0 .ag-root-wrapper{border-width:0}.\[\&_\.group-title\]\:h-6 .group-title{height:1.5rem}.\[\&_\.self-stretch\]\:self-center .self-stretch{align-self:center}.\[\&_\.tractian-ui-input-affix-after-wrapper\]\:text-purple-400 .tractian-ui-input-affix-after-wrapper{--tw-text-opacity:1;color:rgb(168 85 247/var(--tw-text-opacity,1))}.\[\&_\.trigger-arrow\]\:data-\[active\=true\]\:-rotate-180[data-active=true] .trigger-arrow{--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))}.\[\&_a\]\:break-all a{word-break:break-all}.\[\&_code\]\:whitespace-pre-wrap code{white-space:pre-wrap}.\[\&_form\]\:border-t-0 form{border-top-width:0}.\[\&_pre\]\:max-w-full pre{max-width:100%}.\[\&_span\]\:font-medium span{font-weight:500}.\[\&_svg\]\:aspect-square svg{aspect-ratio:1}.\[\&_svg\]\:size-2\.5 svg{width:.625rem;height:.625rem}.\[\&_svg\]\:size-3 svg{width:.75rem;height:.75rem}.\[\&_svg\]\:size-3\.5 svg{width:.875rem;height:.875rem}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:size-5 svg{width:1.25rem;height:1.25rem}.\[\&_svg\]\:size-\[\.875rem\] svg{width:.875rem;height:.875rem}.\[\&_svg\]\:size-\[18px\] svg{width:18px;height:18px}.\[\&_svg\]\:h-\[14px\] svg{height:14px}.\[\&_svg\]\:w-\[14px\] svg{width:14px}.\[\&_svg\]\:flex-shrink-0 svg,.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_svg\]\:rounded-\[3px\] svg{border-radius:3px}.\[\&_svg\]\:fill-current svg{fill:currentColor}.\[\&_svg\]\:leading-\[0\] svg{line-height:0}.\[\&_svg\]\:text-blue-400 svg{--tw-text-opacity:1;color:rgb(85 166 255/var(--tw-text-opacity,1))}.\[\&_svg\]\:text-inherit svg{color:inherit}.\[\&_svg\]\:text-red-400 svg{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.\[\&_svg\]\:text-red-500 svg{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.\[\&_svg\]\:text-typography-disable svg{--tw-text-opacity:1;color:rgb(193 201 210/var(--tw-text-opacity,1))}.\[\&_svg\]\:text-typography-placeholder svg{--tw-text-opacity:1;color:rgb(160 170 180/var(--tw-text-opacity,1))}.first-of-type\:\[\&_svg\]\:text-blue-500 svg:first-of-type{--tw-text-opacity:1;color:rgb(33 136 255/var(--tw-text-opacity,1))}.first-of-type\:\[\&_svg\]\:text-red-500 svg:first-of-type{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.first-of-type\:\[\&_svg\]\:text-typography-disable svg:first-of-type{--tw-text-opacity:1;color:rgb(193 201 210/var(--tw-text-opacity,1))}.group:hover .group-hover\:\[\&_svg\]\:bg-white svg{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.\[\&_svg\]\:hover\:text-typography-caption:hover svg{--tw-text-opacity:1;color:rgb(136 146 156/var(--tw-text-opacity,1))}.\[\&_svg\]\:hover\:text-typography-disable:hover svg{--tw-text-opacity:1;color:rgb(193 201 210/var(--tw-text-opacity,1))}.\[\&_svg\]\:hover\:text-white:hover svg{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.first-of-type\:\[\&_svg\]\:hover\:text-blue-500:hover svg:first-of-type{--tw-text-opacity:1;color:rgb(33 136 255/var(--tw-text-opacity,1))}.first-of-type\:\[\&_svg\]\:hover\:text-typography-disable:hover svg:first-of-type{--tw-text-opacity:1;color:rgb(193 201 210/var(--tw-text-opacity,1))}.first-of-type\:\[\&_svg\]\:hover\:text-white:hover svg:first-of-type{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.\[\&_svg\]\:active\:text-typography-caption:active svg{--tw-text-opacity:1;color:rgb(136 146 156/var(--tw-text-opacity,1))}.\[\&_svg\]\:active\:text-typography-disable:active svg{--tw-text-opacity:1;color:rgb(193 201 210/var(--tw-text-opacity,1))}.\[\&_svg\]\:active\:text-white:active svg{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.first-of-type\:\[\&_svg\]\:active\:text-blue-500:active svg:first-of-type{--tw-text-opacity:1;color:rgb(33 136 255/var(--tw-text-opacity,1))}.first-of-type\:\[\&_svg\]\:active\:text-typography-disable:active svg:first-of-type{--tw-text-opacity:1;color:rgb(193 201 210/var(--tw-text-opacity,1))}.first-of-type\:\[\&_svg\]\:active\:text-white:active svg:first-of-type{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}
