:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._appBar_6i8qu_1{position:relative}._flex_6i8qu_5{flex:1}._imgContainer_6i8qu_9{position:relative;flex:1;flex-direction:column;padding:16px;display:flex;justify-content:center;align-items:center;gap:20px}._img_6i8qu_9{max-width:100%;max-height:100%}._flexRow_1mtqy_1{display:flex;align-items:center;gap:24px}._page_1mtqy_7{margin:24px}._title_1mtqy_11{display:flex;align-items:center;justify-content:space-between}._separator_1mtqy_17{margin:24px 0}._footer_1mtqy_21{height:64px;display:flex;align-items:center;justify-content:flex-end;gap:16px}._cropContainer_1mtqy_29{position:relative;width:100%;height:200px;background:#333}._cropButton_1mtqy_36{flex-shrink:0;margin-left:16px}._controls_1mtqy_41{padding:16px;display:flex;flex-direction:column;align-items:stretch}._sliderContainer_1mtqy_48{display:flex;flex:1;align-items:center}._sliderLabel_1mtqy_54{color:#fff}._slider_1mtqy_48{padding:22px 0;margin-left:32px}@media (min-width: 600px){._cropContainer_1mtqy_29{height:400px}._controls_1mtqy_41{flex-direction:row;align-items:center}._slider_1mtqy_48{flex-direction:row;align-items:center;margin:0 16px}}._toast_1mtqy_82{display:flex;align-items:center;height:100%}@media (max-width: 600px){._sliderLabel_1mtqy_54{min-width:65px}}.releaseNoteModal ::-webkit-scrollbar{width:6px}.releaseNoteModal ::-webkit-scrollbar-thumb{background-color:#66686e!important;border-radius:4px}.releaseNoteModal ::-webkit-scrollbar-thumb:hover{background-color:#66686e!important}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),:before:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),:after:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),:after:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){--tw-content: ""}.twp:where(:not(.no-twp,.no-twp *)){line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}.twp:where(:not(.no-twp,.no-twp *)){margin:0;line-height:inherit}hr:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){height:0;color:inherit;border-top-width:1px}abbr:where([title]):where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),h2:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),h3:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),h4:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),h5:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),h6:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){font-size:inherit;font-weight:inherit}a:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){color:inherit;text-decoration:inherit}b:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),strong:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){font-weight:bolder}code:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),kbd:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),samp:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),pre:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){font-size:80%}sub:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),sup:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){bottom:-.25em}sup:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){top:-.5em}table:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){text-indent:0;border-color:inherit;border-collapse:collapse}button:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),input:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),optgroup:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),select:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),textarea:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),select:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){text-transform:none}button:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),input:where([type=button]):where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),input:where([type=reset]):where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),input:where([type=submit]):where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){outline:auto}:-moz-ui-invalid:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){box-shadow:none}progress:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){vertical-align:baseline}::-webkit-inner-spin-button:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),::-webkit-outer-spin-button:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){height:auto}[type=search]:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){-webkit-appearance:none}::-webkit-file-upload-button:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){-webkit-appearance:button;font:inherit}summary:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){display:list-item}blockquote:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),dl:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),dd:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),h1:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),h2:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),h3:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),h4:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),h5:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),h6:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),hr:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),figure:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),p:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),pre:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){margin:0}fieldset:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){margin:0;padding:0}legend:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){padding:0}ol:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),ul:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),menu:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){list-style:none;margin:0;padding:0}dialog:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){padding:0}textarea:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){resize:vertical}input::-moz-placeholder:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),textarea::-moz-placeholder:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){opacity:1;color:#9ca3af}input::placeholder:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),textarea::placeholder:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){opacity:1;color:#9ca3af}button:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),[role=button]:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){cursor:pointer}:disabled:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){cursor:default}img:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),svg:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),video:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),canvas:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),audio:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),iframe:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),embed:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),object:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){display:block;vertical-align:middle}img:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)),video:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){max-width:100%;height:auto}[hidden]:where(.twp,.twp *):where(:not(.no-twp,.no-twp *)){display:none}:root{--background: 0 0% 100%;--foreground: 0 0% 3.9%;--card: 0 0% 100%;--card-foreground: 0 0% 3.9%;--popover: 0 0% 100%;--popover-foreground: 0 0% 3.9%;--primary: 0 0% 9%;--primary-foreground: 0 0% 98%;--secondary: 0 0% 96.1%;--secondary-foreground: 0 0% 9%;--muted: 0 0% 96.1%;--muted-foreground: 0 0% 45.1%;--accent: 0 0% 96.1%;--accent-foreground: 0 0% 9%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 0 0% 89.8%;--input: 0 0% 89.8%;--ring: 0 0% 3.9%;--chart-1: 12 76% 61%;--chart-2: 173 58% 39%;--chart-3: 197 37% 24%;--chart-4: 43 74% 66%;--chart-5: 27 87% 67%;--radius: .5rem}.dark{--background: 0 0% 3.9%;--foreground: 0 0% 98%;--card: 0 0% 3.9%;--card-foreground: 0 0% 98%;--popover: 0 0% 3.9%;--popover-foreground: 0 0% 98%;--primary: 0 0% 98%;--primary-foreground: 0 0% 9%;--secondary: 0 0% 14.9%;--secondary-foreground: 0 0% 98%;--muted: 0 0% 14.9%;--muted-foreground: 0 0% 63.9%;--accent: 0 0% 14.9%;--accent-foreground: 0 0% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 0% 98%;--border: 0 0% 14.9%;--input: 0 0% 14.9%;--ring: 0 0% 83.1%;--chart-1: 220 70% 50%;--chart-2: 160 60% 45%;--chart-3: 30 80% 55%;--chart-4: 280 65% 60%;--chart-5: 340 75% 55%}*{border-color:hsl(var(--border))}.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.left-full{left:100%}.top-0{top:0}.top-1\/2{top:50%}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.mt-4{margin-top:1rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.size-3{width:.75rem;height:.75rem}.size-4{width:1rem;height:1rem}.size-6{width:1.5rem;height:1.5rem}.size-full{width:100%;height:100%}.h-0\.5{height:.125rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-4{height:1rem}.h-\[1px\]{height:1px}.h-full{height:100%}.w-12{width:3rem}.w-20{width:5rem}.w-72{width:18rem}.w-\[100px\]{width:100px}.w-\[1px\]{width:1px}.w-\[200px\]{width:200px}.w-\[250px\]{width:250px}.w-full{width:100%}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.caption-bottom{caption-side:bottom}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-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))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.whitespace-nowrap{white-space:nowrap}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-md{border-radius:calc(var(--radius) - 2px)}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-\[\#2A2B2D\]{--tw-border-opacity: 1;border-color:rgb(42 43 45 / var(--tw-border-opacity))}.border-\[\#8B9088\]\/\[\.12\]{border-color:#8b90881f}.border-opacity-white-3{border-color:#ffffff09}.bg-\[\#18191C\]{--tw-bg-opacity: 1;background-color:rgb(24 25 28 / var(--tw-bg-opacity))}.bg-\[\#2A2B2D\]{--tw-bg-opacity: 1;background-color:rgb(42 43 45 / var(--tw-bg-opacity))}.bg-\[\#B4B4B4\]{--tw-bg-opacity: 1;background-color:rgb(180 180 180 / var(--tw-bg-opacity))}.bg-\[\#EA6B25\]{--tw-bg-opacity: 1;background-color:rgb(234 107 37 / var(--tw-bg-opacity))}.bg-border{background-color:hsl(var(--border))}.bg-muted\/50{background-color:hsl(var(--muted) / .5)}.bg-neutral-400{--tw-bg-opacity: 1;background-color:rgb(163 163 163 / var(--tw-bg-opacity))}.bg-neutral-600{--tw-bg-opacity: 1;background-color:rgb(82 82 82 / var(--tw-bg-opacity))}.bg-opacity-white-3{background-color:#ffffff09}.bg-opacity-white-5{background-color:#ffffff16}.bg-primary{background-color:hsl(var(--primary))}.bg-primary-orange{--tw-bg-opacity: 1;background-color:rgb(235 107 37 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white\/\[\.12\]{background-color:#ffffff1f}.fill-\[\#8F9091\]{fill:#8f9091}.fill-\[\#929AA3\]{fill:#929aa3}.fill-red-600{fill:#dc2626}.fill-white{fill:#fff}.p-3{padding:.75rem}.p-4{padding:1rem}.p-\[22px\]{padding:22px}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.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}.pb-5{padding-bottom:1.25rem}.text-left{text-align:left}.text-right{text-align:right}.text-justify{text-align:justify}.align-middle{vertical-align:middle}.text-\[\.75rem\]{font-size:.75rem}.text-\[\.875rem\]{font-size:.875rem}.text-\[1\.25rem\]{font-size:1.25rem}.text-\[1rem\]{font-size:1rem}.text-\[2\.5rem\]{font-size:2.5rem}.text-\[2rem\]{font-size:2rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.leading-\[1\.25rem\]{line-height:1.25rem}.leading-\[1\.5rem\]{line-height:1.5rem}.leading-\[1rem\]{line-height:1rem}.leading-\[2\.375rem\]{line-height:2.375rem}.leading-\[3rem\]{line-height:3rem}.text-\[\#33D093\]{--tw-text-opacity: 1;color:rgb(51 208 147 / var(--tw-text-opacity))}.text-\[\#B4B4B4\]{--tw-text-opacity: 1;color:rgb(180 180 180 / var(--tw-text-opacity))}.text-\[\#D9D9D9\]{--tw-text-opacity: 1;color:rgb(217 217 217 / var(--tw-text-opacity))}.text-\[\#b4b4b4\]{--tw-text-opacity: 1;color:rgb(180 180 180 / var(--tw-text-opacity))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.no-underline{text-decoration-line:none}.opacity-\[\.24\]{opacity:.24}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@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))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in,.fade-in-0{--tw-enter-opacity: 0}.zoom-in-95{--tw-enter-scale: .95}.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}@font-face{font-family:Roboto;src:url(/assets/Roboto-VariableFont_wdth_wght-WOy3sDCz.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/assets/Roboto-Italic-VariableFont_wdth_wght-CtZJC3o8.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Roboto Condensed;src:url(/assets/Roboto_Condensed-Bold-D4_eBF3p.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Roboto Condensed;src:url(/assets/Roboto_Condensed-BoldItalic-CC-ElT80.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}body{margin:0;position:fixed;width:100%;height:100%;font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Open Sans,monospace}button{font-family:Roboto,sans-serif}#root{width:100%;height:100%}.full-height-map{height:calc(100vh - 64px);width:calc(100% - 64px);top:64px;left:64px;z-index:9!important;transition:width .3s ease-in,margin-left .3s ease-in;position:fixed}.full-map{height:100vh;width:100%;z-index:9!important;position:fixed}.gimble-map{width:100%;left:0}.disabled-map{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;color:#fff}.mapboxgl-ctrl-bottom-right{display:none!important}.take-off-cursor{cursor:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='24'%20height='24'%20rx='12'%20fill='%2329B6F6'/%3e%3cpath%20d='M5.67828%2016.4761H18.3449V17.8095H5.67828V16.4761ZM18.7249%2010.2361C18.5849%209.70279%2018.0316%209.38279%2017.4983%209.52945L13.9583%2010.4761L9.35828%206.18945L8.07161%206.52945L10.8316%2011.3095L7.51828%2012.1961L6.20495%2011.1695L5.23828%2011.4295L6.96495%2014.4228L18.0116%2011.4695C18.5516%2011.3161%2018.8649%2010.7695%2018.7249%2010.2361Z'%20fill='white'/%3e%3c/svg%3e"),auto!important}.radio-horizon-cursor{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewport="0 0 40 40"><circle cx="5" cy="5" r="5" fill="white"/></svg>') 5 5,auto!important}.take-land-cursor{cursor:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='24'%20height='24'%20rx='12'%20fill='%2329B6F6'/%3e%3cpath%20d='M18.332%2016.9993H5.66537V18.3327H18.332V16.9993ZM7.10536%2014.8993C6.57203%2015.0393%206.02536%2014.726%205.8787%2014.1927C5.7387%2013.6593%206.05203%2013.1127%206.58536%2012.966L10.1254%2012.0193L11.9654%206.00602L13.252%205.66602V11.186L16.5654%2010.2993L17.1854%208.75268L18.152%208.49268V11.9393L7.10536%2014.8993Z'%20fill='white'/%3e%3c/svg%3e"),auto!important}.antenna-cursor{cursor:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='24'%20height='24'%20rx='12'%20fill='%2329B6F6'/%3e%3ccircle%20cx='12'%20cy='12'%20r='10'%20fill='%2329B6F6'/%3e%3cpath%20d='M6.70312%206.57031C7.07812%206.71094%207.26562%207.15625%207.125%207.55469C6.86719%208.14062%206.75%208.82031%206.75%209.5C6.75%2010.2031%206.86719%2010.8828%207.125%2011.4688C7.26562%2011.8672%207.07812%2012.2891%206.70312%2012.4531C6.32812%2012.6172%205.88281%2012.4297%205.71875%2012.0312C5.41406%2011.2578%205.25%2010.4141%205.25%209.5C5.25%208.60938%205.41406%207.76562%205.71875%206.96875C5.88281%206.59375%206.32812%206.40625%206.70312%206.57031ZM17.2734%206.57031C17.6484%206.40625%2018.0938%206.59375%2018.2578%206.96875C18.5625%207.76562%2018.75%208.60938%2018.75%209.5C18.75%2010.4141%2018.5625%2011.2578%2018.2578%2012.0312C18.0938%2012.4297%2017.6484%2012.6172%2017.2734%2012.4531C16.8984%2012.2891%2016.7109%2011.8672%2016.8516%2011.4688C17.1094%2010.8828%2017.25%2010.2031%2017.25%209.5C17.25%208.82031%2017.1094%208.14062%2016.8516%207.55469C16.7109%207.15625%2016.8984%206.71094%2017.2734%206.57031ZM16.4297%2017.4453C16.5938%2017.8203%2016.4297%2018.2656%2016.0547%2018.4531C15.6797%2018.6172%2015.2344%2018.4531%2015.0469%2018.0781L14.5781%2017H9.39844L8.92969%2018.0781C8.74219%2018.4531%208.29688%2018.6172%207.92188%2018.4531C7.54688%2018.2656%207.38281%2017.8203%207.54688%2017.4453L10.7578%2010.3906C10.5938%2010.1328%2010.5%209.82812%2010.5%209.5C10.5%208.67969%2011.1562%208%2012%208C12.8203%208%2013.5%208.67969%2013.5%209.5C13.5%209.82812%2013.3828%2010.1328%2013.2188%2010.3906L16.4297%2017.4453ZM13.8984%2015.5L13.5469%2014.75H10.4297L10.0781%2015.5H13.8984ZM11.1094%2013.25H12.8672L12%2011.3281L11.1094%2013.25ZM8.8125%209.5C8.8125%209.96875%208.90625%2010.3906%209.07031%2010.7891C9.1875%2011.0703%209.07031%2011.3984%208.76562%2011.5156C8.48438%2011.6562%208.15625%2011.5156%208.03906%2011.2344C7.80469%2010.6953%207.6875%2010.1328%207.6875%209.5C7.6875%208.89062%207.80469%208.30469%208.03906%207.78906C8.15625%207.50781%208.48438%207.36719%208.76562%207.50781C9.07031%207.625%209.1875%207.95312%209.07031%208.23438C8.90625%208.63281%208.8125%209.05469%208.8125%209.5ZM16.3125%209.5C16.3125%2010.1328%2016.1719%2010.6953%2015.9375%2011.2344C15.8203%2011.5156%2015.4922%2011.6562%2015.2109%2011.5156C14.9062%2011.3984%2014.7891%2011.0703%2014.9062%2010.7891C15.0703%2010.3906%2015.1875%209.96875%2015.1875%209.5C15.1875%209.05469%2015.0703%208.63281%2014.9062%208.23438C14.7891%207.95312%2014.9062%207.625%2015.2109%207.50781C15.4922%207.36719%2015.8203%207.50781%2015.9375%207.78906C16.1719%208.30469%2016.3125%208.89062%2016.3125%209.5Z'%20fill='white'/%3e%3c/svg%3e"),auto!important}.poi-cursor,.route-cursor{cursor:crosshair!important}.custom-notification-root{width:380px;align-items:flex-start;height:-moz-fit-content!important;height:fit-content!important;display:flex!important;border-radius:4px!important;padding:0!important;background:#191207!important}.progress-notification-root{height:60px!important}.custom-notification-body{padding:0;height:100%;margin:unset!important;align-items:flex-start!important}*{-webkit-text-fill-color:unset!important}::-webkit-scrollbar{width:4px!important;height:4px!important}::-webkit-scrollbar-track{background-color:#1e1e1d!important}::-webkit-scrollbar-thumb{background-color:#b4b4b4!important;border-radius:4px!important}.mapboxgl-popup{z-index:100}.mapboxgl-marker{z-index:10}.hover\:bg-opacity-white-5:hover{background-color:#ffffff16}.hover\:bg-primary-orange-dark:hover{--tw-bg-opacity: 1;background-color:rgb(194 90 32 / var(--tw-bg-opacity))}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.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-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:opacity-50:disabled{opacity:.5}.aria-\[with-icon\=true\]\:px-2[aria-with-icon=true]{padding-left:.5rem;padding-right:.5rem}.aria-\[with-icon\=true\]\:px-3[aria-with-icon=true]{padding-left:.75rem;padding-right:.75rem}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:hsl(var(--muted))}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.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}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox]{--tw-translate-y: 2px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0px}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0px}.\[\&_tr\]\:border-b-0 tr{border-bottom-width:0px}
