:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-slide,.swiper-cube-shadow{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top,.swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible{.swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root,[data-theme=light]{--tv-editor-color-type-primary: #323236;--tv-editor-color-type-secondary: #5f6067;--tv-editor-color-type-disabled: #a1a3ab;--tv-editor-color-button-hover: #ebedf4;--tv-editor-color-border-button-focus: #5f6067;--tv-editor-color-border-input-focus: #2747d0;--tv-editor-color-border-input-default: #83848b;--tv-editor-color-border-input-error: #c73f3c;--tv-editor-color-divider: #d3d5db;--tv-editor-color-background: #ffffff;--tv-editor-color-tooltip-background: #050a52}[data-theme=dark]{--tv-editor-color-type-primary: #ebedf4;--tv-editor-color-type-secondary: #a1a3ab;--tv-editor-color-type-disabled: #5f6067;--tv-editor-color-button-hover: #323236;--tv-editor-color-border-button-focus: #a1a3ab;--tv-editor-color-border-input-focus: #72adff;--tv-editor-color-border-input-default: #83848b;--tv-editor-color-border-input-error: #e85d5a;--tv-editor-color-divider: #4e4f56;--tv-editor-color-background: #232326;--tv-editor-color-tooltip-background: #f0f6ff}.tv-editor-button-wrapper{position:relative;display:inline-flex}.tv-editor-button{display:inline-flex;align-items:center;height:24px;width:24px;gap:4px;padding:4px;border:none;border-radius:4px;background-color:transparent;color:var(--tv-editor-color-type-secondary)}.tv-editor-button:hover{background-color:var(--tv-editor-color-button-hover);cursor:pointer}.tv-editor-button:focus-visible{outline:1px solid var(--tv-editor-color-border-button-focus);outline-offset:-1px}.tv-editor-button:disabled{color:var(--tv-editor-color-type-disabled);background-color:transparent;cursor:not-allowed}.tv-editor-tooltip{position:absolute;transform:translate(-50%,calc(-100% - 8px));padding:4px 8px;background-color:var(--tv-editor-color-tooltip-background);color:var(--tv-editor-color-background);font-family:DM Sans,sans-serif;font-size:12px;font-weight:400;border-radius:4px;white-space:nowrap;pointer-events:none;z-index:10000}.tv-editor-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:var(--tv-editor-color-tooltip-background)}.tv-editor-spacing-top{margin-top:8px}.tv-editor-spacing-bottom{margin-bottom:8px}.tv-editor-spacer{flex-grow:1}.tv-editor-divider{display:flex;justify-content:center;align-items:center;color:var(--tv-editor-color-divider)}.tv-editor-container{color:var(--tv-editor-color-type-primary);background-color:var(--tv-editor-color-background);border-color:var(--tv-editor-color-border-input-default);border-style:solid;border-width:1px;border-radius:8px;padding:12px}.tv-editor-container:focus-within{border-color:var(--tv-editor-color-border-input-focus)}.tv-editor-container[data-error=true]{border-color:var(--tv-editor-color-border-input-error)}.tv-editor-container-label{color:var(--tv-editor-color-border-input-default);font-family:DM Sans,sans-serif;font-size:12px;font-weight:400;padding:0 4px;margin-bottom:-8px;transition:color .2s}.tv-editor-container:focus-within .tv-editor-container-label{color:var(--tv-editor-color-border-input-focus)}.tv-editor-container[data-error=true] .tv-editor-container-label{color:var(--tv-editor-color-border-input-error)}.tv-editor-menubar{display:flex;gap:4px}.ProseMirror:focus{outline:none}.ProseMirror p{margin:0}.ProseMirror>*:first-child{margin-top:0}p.is-editor-empty:first-child:before{color:var(--tv-editor-color-border-input-default);content:attr(data-placeholder);float:left;height:0;pointer-events:none}.tv-editor-character-count{font-family:DM Sans,sans-serif;font-size:12px;font-weight:400;color:var(--tv-editor-color-type-secondary)}.tv-editor-character-count-warning{color:var(--tv-editor-color-border-input-error)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10;&.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>&,&.swiper-pagination-disabled{display:none!important}}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;.swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2);button&{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:.2s transform,.2s left}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>&,&.swiper-pagination-horizontal,.swiper-vertical>&.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>&,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}}.swiper-pagination-lock{display:none}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;.swiper-slide-active{pointer-events:auto}}}: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:-ms-flexbox;display:flex;-ms-flex-pack:justify;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;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;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;-ms-flex-item-align:start;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)}}@font-face{font-family:Fluent UI Replacement Icons;font-weight:400;src:url(data:font/ttf;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzI2dUPqAAABjAAAAGBjbWFwxDeQWgAAAkQAAALQZ2x5ZqSZSpcAAAVEAAAKRGhlYWQusF+QAAAA4AAAADZoaGVhCAUEEQAAALwAAAAkaG10eFIF//UAAAHsAAAAWGxvY2EdFBpIAAAFFAAAAC5tYXhwASQAbwAAARgAAAAgbmFtZY5ZXNoAAA+IAAAC8XBvc3TzRIk5AAASfAAAASEAAQAABAAAAAAABAD//f/6BAYAAQAAAAAAAAAAAAAAAAAAABYAAQAAAAEAAI1+vZFfDzz1AAsEAAAAAADlxw1IAAAAAOXHDUj//f/8BAYEBwAAAAgAAgAAAAAAAAABAAAAFgBjAAQAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAQDugGQAAUAAAKJAswAAACPAokCzAAAAesAMgEIAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAwOAB4GAEAAAAAFwEXAAEAAAAAQAAAAAAAAAAAAAAAAACAAAAAAQAAAAEAAAABAD//wQAAAAEAAAABAAAAAQAAAAEAAAAAgD//wQAAAAEAP/+BAD//gQA//4EAP/9BAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAAAAAUAAAADAAAALAAAAAQAAAHEAAEAAAAAAL4AAwABAAAALAADAAoAAAHEAAQAkgAAABYAEAADAAbgAuAF4AvgEeAh4CXgNuBA4FHgYP//AADgAeAF4ArgEOAg4CXgMOBA4FDgYP//AAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAWABgAGAAaABwAHgAeACoAKgAsAAAAAQACAAMABAAFAAYABwAIAAkACgALAAwADQAOAA8AEAARABIAEwAUABUAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAQwAAAAAAAAAFQAA4AEAAOABAAAAAQAA4AIAAOACAAAAAgAA4AUAAOAFAAAAAwAA4AoAAOAKAAAABAAA4AsAAOALAAAABQAA4BAAAOAQAAAABgAA4BEAAOARAAAABwAA4CAAAOAgAAAACAAA4CEAAOAhAAAACQAA4CUAAOAlAAAACgAA4DAAAOAwAAAACwAA4DEAAOAxAAAADAAA4DIAAOAyAAAADQAA4DMAAOAzAAAADgAA4DQAAOA0AAAADwAA4DUAAOA1AAAAEAAA4DYAAOA2AAAAEQAA4EAAAOBAAAAAEgAA4FAAAOBQAAAAEwAA4FEAAOBRAAAAFAAA4GAAAOBgAAAAFQAAAAAAJABKAG4AwAEsAVYBgAGoAdICOgKKAs4DIANaA94EMgSEBLIE1gT6BSIAAAABAAAAAAQAAwEAEQAAEzYyFwkBNjIWFAcBBiInASY0Dw8qDwGpAakPKh4P/jMPKg/+Mw8C8Q8P/lcBqQ8eKg/+Mw8PAc0PKgABAAAAAALAA5oAEQAAAQYUFwkBBhQWMjcBNjQnASYiAQsLCwFY/qgLFiAMAXMLC/6NDCADjgsgC/6o/qgLIBcMAXMLIAsBcwwAAAAAAf//AAAEAQNnABEAAAEWBgcBBiYvASY0NjIfAQE2FgP0DQIN/U0PKw/pDRokDdECmw0kA1kNJQz9dQ8BD+0NJBkN1AJ0DAEAAwAAAAAEAAQAABgAKAAxAAABNCcuAScmIgcOAQcGFBceARcWMjc+ATc2JT4BMhYfAREHDgEiJi8BESc0NjIWFAYiJgQAKCeOXF/QX1yOJygoJ45cX9BfXI4nKP3hAhEYEQIBAQIRGBECARAcKBwcKBwCAGhfXI4nKCgnjlxf0F9cjicoKCeOXF+uCw8PCwb+4AYLDw8LBgEgkBQcHCgcHAAAAAAEAAAAAAQABAAADQAWAC8ARAAAAS4BIgYVERceATI2NRE3NCYiBhQWMjYFNCcuAScmIgcOAQcGFBceARcWMjc+ATc2JTQ3Njc2MhcWFxYUBwYHBiInJicmAh8CERkTAQIRGRMTHCgcHCgcAc0oJ45cX9BfXI4nKCgnjlxf0F9cjico/EA9PGVo9GhlPD09PGVo9GhlPD0CRgsPEw3+4AYLDxMNASCQFBwcKBwcvGhfXI4nKCgnjlxf0F9cjicoKCeOXF9oemhlPD09PGVo9GhlPD09PGVoAAABAAAAAAMjBAAAFwAAATYyFwEWFAYiLwERFAYiJjURBwYiJjQ3AdkNIw0BAAwZIw23GSMZtw0jGQwD9AwM/wANIxkMt/y9EhkZEgNDtwwZIw0AAAABAAD//wMjBAAAFwAAJRYyNwE2NCYiDwERNCYiBhURJyYiBhQXAdkNIw0BAAwZIw23GSMZtw0jGQwMDAwBAA0jGQy3A0MSGRkS/L23DBkjDQAAAAABAAAAAAQCA2gAEwAAAR4BBwEOAiYnASY0NjIfAQE+AQPiHQIb/eAOIyckDv7gHDhQHNoB3BxPA0wbUB39wA4PAQ8OASAcTzgc2gH4HQIAAAH//wAAAgAEAAAYAAAlHgEUDgIjIicBLgE1ETQ+AjIeAhURAeIPDxAcJRYrHv7ODw8QHCUsJRwR1g0kJiMaDxwBGg0kEgH1EyMaDw8aIxP+MwAAAAQAAAAAA+cEAAAMABkAMQBDAAABIg4BFB4BMj4BNC4BATQ+ATIeARQOASIuAQMiDgEVFBcWFxYXFjI3Njc2NzY1NC4BIwU0NjMhMhYVFAcOAiIuAScmAiZFdkVFdot2RER2/vo0WGlYMzNYaVg0fyM7IyUjQTxSTrZPUT1AIyUiOyP9QCYbAn8bJRwbZ46njmcbHQQARXWMdUVFdYx1Rf8ANFg0NFhoWDQ0WP70IjsjTz88KSYUExMUJik8P08jOyKAGyUlGz0xLkIiIkIuMQAB//7//gQCBAIAKQAAEzc+AR8BCQE+AR8BHgEPAQkBHgEPAQ4BLwEJAQ4BLwEuAT8BCQEuAT8BCAQMHg0GAbcBtwsfDQYLAgkE/kgBuAsCCQQMHg0G/kn+SQsfDQYLAgkEAbj+SAsCCQQD7gYLAgkE/kgBuAsCCQQMHg0G/kn+SQsfDQYLAgkEAbj+SAsCCQQMHg0GAbcBtwsfDQYAAAAAAf/+//4EAgQCACMAABM3PgEfAQkBNjIWFAcJAR4BDwEOAS8BCQEGIiY0NwkBLgE/AQgGDCEOBgGxAbENJxsO/lABsAwDCQYMIQ4G/k/+Tw0nGw4BsP5QDAMJBgPsBgwDCQb+UAGwDhsnDf5P/k8MIQ4GDAMJBgGw/lAOGycNAbEBsQwhDgYAAAP//v/8BAYEBwAVACEALAAAAT4BHgIGDwEBBg8BBQYmPwETNj8BCQEGDwI3Nj8CARMuAQ8CFzc+AScC0CJcXEMYEx4I/ZkUGgv+/BAaAgFHBxIIAjD9/QkFAjjNCAcHBwICZSBYIgg3oTgfBBwDzCIYGENXWSIJ/ZkUCgNHBBYQBQEEGxYIAdX9/gkMCM04AgQFBQIDAQYfBBwHOKE3IFgiAAAAAv/9AAAEAwQCABAAHgAAEwEeAQcGBwEGLgE3EwMmPgEXEzchMhYUBgcjISMDAS0DwgsJBgUJ/D4LGQsDe3sDDRgsZQQBug0SDgsG/koGZwNLA/3+JgYYDAkF/iYGCRYLAdIB0gwXBlz+gwESGBIC/nwBnwAEAAAAAAQBA5oAKwA1AFIAYgAAEzQ+ATMhMh4BHQEzMh4BFREUDgErARUUDgEjISIuAT0BIyIuATURND4BOwEhNTQmIyEiBh0BByMiBhURFBY7ATU0PgEzITIeAR0BMzI2NRE0JiMBIgYdARQWMyEyNj0BNCYj2x4yHgFuHjIeSSdEJx4yHmYeMh7+ix4yHm0eMh4nRCdJAgAVD/6SDxVKSR4rFg9tHjIeAXUeMh5mDxYrHv3bDxUVDwF1DxYWDwMsHjIeHjIeJSdDKP63HjIeJB4zHR0zHiQeMh4BSShDJyUPFRUPJUkrHv63DxYlHjIeHjIeJRYPAUkeK/6SFQ+SEBUVEJIPFQADAAAAAAO8BAAAEgAmADYAABMRFB4BHwEhDgEjISIuATURNDYlMh4BFREUDgEjISIuATURND4BMwUhIgYVERQWMyEyNjURNCa8NVs3DgF5DkIp/tVFdkUwAqYjOiMjOiP+VSM6IyM6IwGr/lUSGRkSAasRGRkDTv3dOF87AwElMEV1RgHVKkK/Ijsj/asjOyIiOyMCVSM7IlUZEv2rEhkZEgJVEhkAAAACAAAAAAN7BAAADwAxAAA3ITIWFAYPASEiJjQ2PwEhATcyFh8BETc+AR8BHgEPAQEOAS8BASY0PgEfAhE0Nj8BjgLFEBcSDgf9OxEXEw4HAsX+lgcPFQMB0wodCwYKAggE/ukKHQsG/uoMFh0LBtMSDgdPFx8WAgEXHxYCAQOwARIOB/1L0woDCAUKHAwF/ukKAwkEARcLIRUDCAXTArUOFgIBAAMAAAAAAxoCNAAIABEAGgAAARQGIiY0NjIWBRQGIiY0NjIWFzI2NCYiBhQWARomNSUlNSYBACY1JSU1JsAaJiY1JSUB8xomJjUlJRsaJiY1JSVbJjUlJTUmAAAAAQAAAAAEAAJnABEAADcWMjcJARYyNjQnASYiBwEGFBMSNhIBkwGTEjYlE/5AEjYS/kATORMTAZP+bRMmNRMBwBIS/kATNQAAAQAAAAAEAAQAABEAABM2MhcJATYyFhQHAQYiJwEmNBMSNhIBkwGTEjYlE/5AEjYS/kATA+0TE/5uAZITJTYS/kATEwHAEjYAAgAAAAACdANnAAsAFwAAATQmIgYVERQWMjY1EzQmIgYVERQWMjY1AdoXIBYWIBeZFiAXFyAWA0AQFhYQ/YAQFhYQAoAQFhYQ/YAQFhYQAAAAABAAxgABAAAAAAABABsAAAABAAAAAAACAAcAGwABAAAAAAADABsAIgABAAAAAAAEABsAPQABAAAAAAAFAAsAWAABAAAAAAAGABgAYwABAAAAAAAKACsAewABAAAAAAALABMApgADAAEECQABADYAuQADAAEECQACAA4A7wADAAEECQADADYA/QADAAEECQAEADYBMwADAAEECQAFABYBaQADAAEECQAGADABfwADAAEECQAKAFYBrwADAAEECQALACYCBUZsdWVudCBVSSBSZXBsYWNlbWVudCBJY29uc1JlZ3VsYXJGbHVlbnQgVUkgUmVwbGFjZW1lbnQgSWNvbnNGbHVlbnQgVUkgUmVwbGFjZW1lbnQgSWNvbnNWZXJzaW9uIDEuMEZsdWVudFVJUmVwbGFjZW1lbnRJY29uc0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAEYAbAB1AGUAbgB0ACAAVQBJACAAUgBlAHAAbABhAGMAZQBtAGUAbgB0ACAASQBjAG8AbgBzAFIAZQBnAHUAbABhAHIARgBsAHUAZQBuAHQAIABVAEkAIABSAGUAcABsAGEAYwBlAG0AZQBuAHQAIABJAGMAbwBuAHMARgBsAHUAZQBuAHQAIABVAEkAIABSAGUAcABsAGEAYwBlAG0AZQBuAHQAIABJAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAEYAbAB1AGUAbgB0AFUASQBSAGUAcABsAGEAYwBlAG0AZQBuAHQASQBjAG8AbgBzAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwAMY2hldnJvbl9kb3duDWNoZXZyb25fcmlnaHQJY2hlY2ttYXJrCmluZm9fc29saWQEaW5mbwdzb3J0X3VwCXNvcnRfZG93bgtza3lwZV9jaGVjawtza3lwZV9jbG9jawdjb250YWN0BmNhbmNlbAVjbGVhcgRlZGl0BHNlbmQFcHJpbnQEY29weQhkb3dubG9hZARtb3JlEGNoZXZyb25fdXBfc21hbGwSY2hldnJvbi1kb3duLXNtYWxsFGdyaXBwZXJfdmVydGljYWxfYmFyAAAAAAA=) format("truetype")}body.dark-mode .TVMPopoverTooltipContainer,body.dark-mode [data-tvteams-dialog-modal=true]{filter:brightness(.89) invert(1) hue-rotate(180deg)}body.dark-mode .ql-editor p,body.dark-mode .TVMPopoverTooltipContainer em-emoji-picker{color:#d3d5db;filter:invert(1) hue-rotate(180deg)}body.dark-mode .ql-emojis.ql-btn svg path{fill:#323236}@font-face{font-family:DM Sans;font-weight:400;font-display:swap;src:url(https://static.web.teamviewer.com/tvremote/client-ui-15-82-2-0/static/media/dm-sans-v10-latin-ext_latin-regular.DycgtGU5.ttf) format("truetype"),url(https://static.web.teamviewer.com/tvremote/client-ui-15-82-2-0/static/media/dm-sans-v10-latin-ext_latin-regular.dhnXOlRY.woff) format("woff"),url(https://static.web.teamviewer.com/tvremote/client-ui-15-82-2-0/static/media/dm-sans-v10-latin-ext_latin-regular.CH69-fBB.woff2) format("woff2")}@font-face{font-family:DM Sans;font-weight:500;font-display:swap;src:url(https://static.web.teamviewer.com/tvremote/client-ui-15-82-2-0/static/media/dm-sans-v10-latin-ext_latin-500.Gs7asZ4z.ttf) format("truetype"),url(https://static.web.teamviewer.com/tvremote/client-ui-15-82-2-0/static/media/dm-sans-v10-latin-ext_latin-500.Ca9Qf8A0.woff) format("woff"),url(https://static.web.teamviewer.com/tvremote/client-ui-15-82-2-0/static/media/dm-sans-v10-latin-ext_latin-500.B1j20jzh.woff2) format("woff2")}@font-face{font-family:DM Sans;font-weight:700;font-display:swap;src:url(https://static.web.teamviewer.com/tvremote/client-ui-15-82-2-0/static/media/dm-sans-v10-latin-ext_latin-700.BLJwSGiS.ttf) format("truetype"),url(https://static.web.teamviewer.com/tvremote/client-ui-15-82-2-0/static/media/dm-sans-v10-latin-ext_latin-700.CBjCuMAx.woff) format("woff"),url(https://static.web.teamviewer.com/tvremote/client-ui-15-82-2-0/static/media/dm-sans-v10-latin-ext_latin-700.CwPiXYfV.woff2) format("woff2")}@font-face{font-family:Fira Code;font-weight:400;font-display:swap;src:url(https://static.web.teamviewer.com/tvremote/client-ui-15-82-2-0/static/media/FiraCode-Regular.BMuelHpa.ttf) format("truetype"),url(https://static.web.teamviewer.com/tvremote/client-ui-15-82-2-0/static/media/FiraCode-Regular.C5ByVjnd.woff) format("woff"),url(https://static.web.teamviewer.com/tvremote/client-ui-15-82-2-0/static/media/FiraCode-Regular.Bn3GYE6n.woff2) format("woff2")}body #fluent-default-layer-host>.ms-Layer:has(.protected-content-behind){backdrop-filter:blur(10px)}div#fluent-default-layer-host:has(div [data-testid=session-request-confirmation-dialog]){z-index:100000000!important}body.light-mode #fluent-default-layer-host>.ms-Layer:has(.protected-content-behind) .ms-Overlay{background-color:#fff3}body{margin:0;overflow-x:hidden}.Toastify__toast-theme--light{border-radius:0;padding:0;background:none}.Toastify__toast-container{z-index:1000001;@media only screen and (max-width:800px){z-index:10000000;width:100%!important}}.Toastify__toast{box-shadow:none;margin-bottom:8px;min-height:56px}.Toastify__toast-body{padding:0}.Toastify__toast [data-icon-name=Dismiss24Icon]{top:22px;left:auto;right:16px;fill:#3b3d40}.Toastify__toast [data-icon-name=Dismiss24Icon] svg{width:20px;height:20px}::-ms-reveal{display:none}::-webkit-scrollbar{width:24px;height:24px;cursor:default}::-webkit-scrollbar-thumb{background:#8a8d93;border-radius:200px;border:8px solid transparent;background-clip:padding-box;min-height:60px}::-webkit-scrollbar-corner{color-scheme:light dark}textarea{cursor:auto}::placeholder{color:#62656a;opacity:1}:-ms-input-placeholder{color:#62656a}::-ms-input-placeholder{color:#62656a}.cursor_decoration:hover{cursor:pointer!important}.--trust-devices div.ms-Stack[class*=tableStyles-]{max-height:calc(100% - 40px)}@theme inline static{ --color-button-secondary-inverted-default: var(--color-semantic-button-secondary-inverted-default); --color-button-secondary-inverted-hover: var(--color-semantic-button-secondary-inverted-hover); --color-button-secondary-inverted-hover-alt: var(--color-semantic-button-secondary-inverted-hover-alt); --color-button-secondary-inverted-pressed: var(--color-semantic-button-secondary-inverted-pressed); --color-button-secondary-inverted-disabled: var(--color-semantic-button-secondary-inverted-disabled); --color-button-secondary-neutral-default: var(--color-semantic-button-secondary-neutral-default); --color-button-secondary-neutral-hover: var(--color-semantic-button-secondary-neutral-hover); --color-button-secondary-neutral-pressed: var(--color-semantic-button-secondary-neutral-pressed); --color-button-secondary-neutral-disabled: var(--color-semantic-button-secondary-neutral-disabled); --color-button-secondary-neutral-hover-alt: var(--color-semantic-button-secondary-neutral-hover-alt); --color-button-overlay-default: var(--color-semantic-button-overlay-default); --color-button-overlay-hover: var(--color-semantic-button-overlay-hover); --color-button-overlay-pressed: var(--color-semantic-button-overlay-pressed); --color-button-overlay-focus: var(--color-semantic-button-overlay-focus); --color-button-overlay-disabled: var(--color-semantic-button-overlay-disabled); --color-shell-default: var(--color-semantic-shell-default); --color-shell-tensor-hover: var(--color-semantic-shell-tensor-hover); --color-shell-selected: var(--color-semantic-shell-selected); --color-shell-active: var(--color-semantic-shell-active); --color-shell-free-hover: var(--color-semantic-shell-free-hover); --color-shell-active-hover: var(--color-semantic-shell-active-hover); --color-accent: var(--color-semantic-accent); --color-table-hover: var(--color-semantic-table-hover); --color-table-filtered: var(--color-semantic-table-filtered); --color-table-selected: var(--color-semantic-table-selected); --color-button-primary-default: var(--color-semantic-button-primary-default); --color-button-primary-hover: var(--color-semantic-button-primary-hover); --color-button-primary-pressed: var(--color-semantic-button-primary-pressed); --color-button-primary-disabled: var(--color-semantic-button-primary-disabled); --color-accent-alt: var(--color-semantic-accent-alt); --color-license-regular: var(--color-semantic-license-regular); --color-license-tensor: var(--color-semantic-license-tensor); --color-level-minus1: var(--color-semantic-level-minus1); --color-level0: var(--color-semantic-level0); --color-level1: var(--color-semantic-level1); --color-level2: var(--color-semantic-level2); --color-level3: var(--color-semantic-level3); --color-success-bright: var(--color-semantic-success-bright); --color-warning-bright: var(--color-semantic-warning-bright); --color-severe-warning-bright: var(--color-semantic-severe-warning-bright); --color-button-danger-default: var(--color-semantic-button-danger-default); --color-button-danger-hover: var(--color-semantic-button-danger-hover); --color-button-danger-pressed: var(--color-semantic-button-danger-pressed); --color-button-danger-disabled: var(--color-semantic-button-danger-disabled); --color-error-bright: var(--color-semantic-error-bright); --color-info-bright: var(--color-semantic-info-bright); --color-online: var(--color-semantic-online); --color-away: var(--color-semantic-away); --color-busy: var(--color-semantic-busy); --color-controls-unchecked-default: var(--color-semantic-controls-unchecked-default); --color-controls-unchecked-hover: var(--color-semantic-controls-unchecked-hover); --color-controls-unchecked-disabled: var(--color-semantic-controls-unchecked-disabled); --color-controls-checked-default: var(--color-semantic-controls-checked-default); --color-controls-checked-hover: var(--color-semantic-controls-checked-hover); --color-controls-checked-disabled: var(--color-semantic-controls-checked-disabled); --color-controls-indeterminate-default: var(--color-semantic-controls-indeterminate-default); --color-controls-indeterminate-hover: var(--color-semantic-controls-indeterminate-hover); --color-controls-indeterminate-disabled: var(--color-semantic-controls-indeterminate-disabled); --color-disabled: var(--color-semantic-disabled); --color-tag-info-hover: var(--color-semantic-tag-info-hover); --color-tag-info-default: var(--color-semantic-tag-info-default); --color-tag-danger-default: var(--color-semantic-tag-danger-default); --color-tag-danger-hover: var(--color-semantic-tag-danger-hover); --color-tag-success-default: var(--color-semantic-tag-success-default); --color-tag-success-hover: var(--color-semantic-tag-success-hover); --color-tag-neutral-default: var(--color-semantic-tag-neutral-default); --color-tag-neutral-hover: var(--color-semantic-tag-neutral-hover); --color-info-dim: var(--color-semantic-info-dim); --color-away-alt: var(--color-semantic-away-alt); --color-success-dim: var(--color-semantic-success-dim); --color-warning-dim: var(--color-semantic-warning-dim); --color-severe-warning-dim: var(--color-semantic-severe-warning-dim); --color-error-dim: var(--color-semantic-error-dim); --color-scroll: var(--color-semantic-scroll); --color-page-indicator-enabled: var(--color-semantic-page-indicator-enabled); --color-page-indicator-default: var(--color-semantic-page-indicator-default); --color-menu-hover: var(--color-semantic-menu-hover); --color-menu-pressed: var(--color-semantic-menu-pressed); --color-menu-default: var(--color-semantic-menu-default); --color-menu-disabled: var(--color-semantic-menu-disabled); --color-generic-bright: var(--color-semantic-generic-bright); --color-button-warning-default: var(--color-semantic-button-warning-default); --color-button-warning-hover: var(--color-semantic-button-warning-hover); --color-button-warning-pressed: var(--color-semantic-button-warning-pressed); --color-button-warning-disabled: var(--color-semantic-button-warning-disabled); --color-overlay: var(--color-semantic-overlay); --color-overlay: var(--color-semantic-overlay); --color-type-primary: var(--color-semantic-type-primary); --color-type-secondary: var(--color-semantic-type-secondary); --color-type-tertiary: var(--color-semantic-type-tertiary); --color-type-disabled: var(--color-semantic-type-disabled); --color-type-inverted: var(--color-semantic-type-inverted); --color-type-link-default: var(--color-semantic-type-link-default); --color-type-link-pressed: var(--color-semantic-type-link-pressed); --color-type-link-hover: var(--color-semantic-type-link-hover); --color-type-link-disabled: var(--color-semantic-type-link-disabled); --color-type-success: var(--color-semantic-type-success); --color-type-warning: var(--color-semantic-type-warning); --color-type-severe-warning: var(--color-semantic-type-severe-warning); --color-type-danger: var(--color-semantic-type-danger); --color-type-error: var(--color-semantic-type-error); --color-type-info: var(--color-semantic-type-info); --color-type-info-alt: var(--color-semantic-type-info-alt); --color-type-severe-warning-dim: var(--color-semantic-type-severe-warning-dim); --color-border-primary: var(--color-semantic-border-primary); --color-border-secondary: var(--color-semantic-border-secondary); --color-border-accent: var(--color-semantic-border-accent); --color-border-inverse: var(--color-semantic-border-inverse); --color-border-input-default: var(--color-semantic-border-input-default); --color-border-input-hover: var(--color-semantic-border-input-hover); --color-border-input-focus: var(--color-semantic-border-input-focus); --color-border-input-disabled: var(--color-semantic-border-input-disabled); --color-border-input-error: var(--color-semantic-border-input-error); --color-border-success: var(--color-semantic-border-success); --color-border-warning: var(--color-semantic-border-warning); --color-border-severe-warning: var(--color-semantic-border-severe-warning); --color-border-danger: var(--color-semantic-border-danger); --color-border-error: var(--color-semantic-border-error); --color-border-info: var(--color-semantic-border-info); --color-border-button-default: var(--color-semantic-border-button-default); --color-border-button-hover: var(--color-semantic-border-button-hover); --color-border-button-focus: var(--color-semantic-border-button-focus); --color-border-button-focus-inverse: var(--color-semantic-border-button-focus-inverse); --color-border-button-disabled: var(--color-semantic-border-button-disabled); --color-border-controls-unchecked-default: var(--color-semantic-border-controls-unchecked-default); --color-border-controls-unchecked-hover: var(--color-semantic-border-controls-unchecked-hover); --color-border-controls-unchecked-disabled: var(--color-semantic-border-controls-unchecked-disabled); --color-border-controls-indeterminate-default: var(--color-semantic-border-controls-indeterminate-default); --color-border-controls-indeterminate-hover: var(--color-semantic-border-controls-indeterminate-hover); --color-border-controls-indeterminate-disabled: var(--color-semantic-border-controls-indeterminate-disabled); --color-border-disabled: var(--color-semantic-border-disabled); --color-border-blocked: var(--color-semantic-border-blocked); --color-border-focus: var(--color-semantic-border-focus); --color-border-toast-and-messages-info: var(--color-semantic-border-toast-and-messages-info); --color-border-toast-and-messages-error: var(--color-semantic-border-toast-and-messages-error); --color-border-toast-and-messages-generic: var(--color-semantic-border-toast-and-messages-generic); --color-border-toast-and-messages-success: var(--color-semantic-border-toast-and-messages-success); --color-border-toast-and-messages-warning: var(--color-semantic-border-toast-and-messages-warning); --color-border-toast-and-messages-severe-warning: var(--color-semantic-border-toast-and-messages-severe-warning); --color-icon-regular-default: var(--color-semantic-icon-regular-default); --color-icon-regular-hover: var(--color-semantic-icon-regular-hover); --color-icon-regular-disabled: var(--color-semantic-icon-regular-disabled); --color-icon-regular-pressed: var(--color-semantic-icon-regular-pressed); --color-icon-accent-default: var(--color-semantic-icon-accent-default); --color-icon-accent-hover: var(--color-semantic-icon-accent-hover); --color-icon-accent-disabled: var(--color-semantic-icon-accent-disabled); --color-icon-accent-pressed: var(--color-semantic-icon-accent-pressed); --color-icon-accent-default-alt: var(--color-semantic-icon-accent-default-alt); --color-icon-inverted-default: var(--color-semantic-icon-inverted-default); --color-icon-inverted-hover: var(--color-semantic-icon-inverted-hover); --color-icon-inverted-pressed: var(--color-semantic-icon-inverted-pressed); --color-icon-inverted-disabled: var(--color-semantic-icon-inverted-disabled); --color-icon-shell-default: var(--color-semantic-icon-shell-default); --color-icon-shell-hover: var(--color-semantic-icon-shell-hover); --color-icon-danger-default: var(--color-semantic-icon-danger-default); --color-icon-danger-hover: var(--color-semantic-icon-danger-hover); --color-icon-danger-pressed: var(--color-semantic-icon-danger-pressed); --color-icon-danger-disabled: var(--color-semantic-icon-danger-disabled); --color-icon-success-default: var(--color-semantic-icon-success-default); --color-icon-success-hover: var(--color-semantic-icon-success-hover); --color-icon-success-pressed: var(--color-semantic-icon-success-pressed); --color-icon-success-disabled: var(--color-semantic-icon-success-disabled); --color-icon-warning-default: var(--color-semantic-icon-warning-default); --color-icon-warning-hover: var(--color-semantic-icon-warning-hover); --color-icon-warning-pressed: var(--color-semantic-icon-warning-pressed); --color-icon-warning-disabled: var(--color-semantic-icon-warning-disabled); --color-theme-primary: var(--color-semantic-theme-primary); --color-theme-lightest: var(--color-semantic-theme-lightest); --color-theme: var(--color-semantic-theme); --color-theme-lighter: var(--color-semantic-theme-lighter); --color-theme-secondary: var(--color-semantic-theme-secondary); --color-theme: var(--color-semantic-theme); --color-theme-darker: var(--color-semantic-theme-darker); --color-theme-darkest: var(--color-semantic-theme-darkest); --color-content-rose-lightest: var(--color-semantic-content-rose-lightest); --color-content-rose-lighter: var(--color-semantic-content-rose-lighter); --color-content-rose: var(--color-semantic-content-rose); --color-content-rose: var(--color-semantic-content-rose); --color-content-rose: var(--color-semantic-content-rose-reference); --color-content-rose-darker: var(--color-semantic-content-rose-darker); --color-content-cornflower-lightest: var(--color-semantic-content-cornflower-lightest); --color-content-cornflower-lighter: var(--color-semantic-content-cornflower-lighter); --color-content-cornflower: var(--color-semantic-content-cornflower); --color-content-cornflower: var(--color-semantic-content-cornflower-reference); --color-content-cornflower: var(--color-semantic-content-cornflower); --color-content-cornflower-darker: var(--color-semantic-content-cornflower-darker); --color-content-aqua-lightest: var(--color-semantic-content-aqua-lightest); --color-content-aqua-lighter: var(--color-semantic-content-aqua-lighter); --color-content-aqua: var(--color-semantic-content-aqua); --color-content-aqua: var(--color-semantic-content-aqua-reference); --color-content-aqua: var(--color-semantic-content-aqua); --color-content-aqua-darker: var(--color-semantic-content-aqua-darker); --color-content-pink-lightest: var(--color-semantic-content-pink-lightest); --color-content-pink-lighter: var(--color-semantic-content-pink-lighter); --color-content-pink: var(--color-semantic-content-pink); --color-content-pink: var(--color-semantic-content-pink-reference); --color-content-pink: var(--color-semantic-content-pink); --color-content-pink-darker: var(--color-semantic-content-pink-darker); --color-content-violet-lightest: var(--color-semantic-content-violet-lightest); --color-content-violet-lighter: var(--color-semantic-content-violet-lighter); --color-content-violet: var(--color-semantic-content-violet); --color-content-violet: var(--color-semantic-content-violet-reference); --color-content-violet: var(--color-semantic-content-violet); --color-content-violet-darker: var(--color-semantic-content-violet-darker); --color-content-purple-lightest: var(--color-semantic-content-purple-lightest); --color-content-purple-lighter: var(--color-semantic-content-purple-lighter); --color-content-purple: var(--color-semantic-content-purple); --color-content-purple: var(--color-semantic-content-purple-reference); --color-content-purple: var(--color-semantic-content-purple); --color-content-purple-darker: var(--color-semantic-content-purple-darker); --color-content-teal-lightest: var(--color-semantic-content-teal-lightest); --color-content-teal-lighter: var(--color-semantic-content-teal-lighter); --color-content-teal: var(--color-semantic-content-teal); --color-content-teal: var(--color-semantic-content-teal-reference); --color-content-teal: var(--color-semantic-content-teal); --color-content-teal-darker: var(--color-semantic-content-teal-darker); --color-content-mint-lightest: var(--color-semantic-content-mint-lightest); --color-content-mint-lighter: var(--color-semantic-content-mint-lighter); --color-content-mint: var(--color-semantic-content-mint); --color-content-mint: var(--color-semantic-content-mint-reference); --color-content-mint: var(--color-semantic-content-mint); --color-content-mint-darker: var(--color-semantic-content-mint-darker); --color-content-lime-lightest: var(--color-semantic-content-lime-lightest); --color-content-lime-lighter: var(--color-semantic-content-lime-lighter); --color-content-lime: var(--color-semantic-content-lime); --color-content-lime: var(--color-semantic-content-lime-reference); --color-content-lime: var(--color-semantic-content-lime); --color-content-lime-darker: var(--color-semantic-content-lime-darker); --color-blue-primary-100: var(--color-reference-blue-primary-100); --color-blue-primary-200: var(--color-reference-blue-primary-200); --color-blue-primary-300: var(--color-reference-blue-primary-300); --color-blue-primary-400: var(--color-reference-blue-primary-400); --color-blue-primary-500: var(--color-reference-blue-primary-500); --color-blue-primary-600: var(--color-reference-blue-primary-600); --color-blue-primary-700: var(--color-reference-blue-primary-700); --color-blue-primary-800: var(--color-reference-blue-primary-800); --color-blue-primary-900: var(--color-reference-blue-primary-900); --color-blue-primary-1000: var(--color-reference-blue-primary-1000); --color-blue-primary-1100: var(--color-reference-blue-primary-1100); --color-blue-primary-1200: var(--color-reference-blue-primary-1200); --color-neutral-100: var(--color-reference-neutral-100); --color-neutral-200: var(--color-reference-neutral-200); --color-neutral-300: var(--color-reference-neutral-300); --color-neutral-400: var(--color-reference-neutral-400); --color-neutral-500: var(--color-reference-neutral-500); --color-neutral-600: var(--color-reference-neutral-600); --color-neutral-700: var(--color-reference-neutral-700); --color-neutral-800: var(--color-reference-neutral-800); --color-neutral-900: var(--color-reference-neutral-900); --color-neutral-1000: var(--color-reference-neutral-1000); --color-neutral-1100: var(--color-reference-neutral-1100); --color-neutral-1200: var(--color-reference-neutral-1200); --color-neutral-white: var(--color-reference-neutral-white); --color-neutral-black: var(--color-reference-neutral-black); --color-green-100: var(--color-reference-green-100); --color-green-200: var(--color-reference-green-200); --color-green-300: var(--color-reference-green-300); --color-green-400: var(--color-reference-green-400); --color-green-500: var(--color-reference-green-500); --color-green-600: var(--color-reference-green-600); --color-green-700: var(--color-reference-green-700); --color-green-800: var(--color-reference-green-800); --color-green-900: var(--color-reference-green-900); --color-green-1000: var(--color-reference-green-1000); --color-green-1100: var(--color-reference-green-1100); --color-green-1200: var(--color-reference-green-1200); --color-red-100: var(--color-reference-red-100); --color-red-200: var(--color-reference-red-200); --color-red-300: var(--color-reference-red-300); --color-red-400: var(--color-reference-red-400); --color-red-500: var(--color-reference-red-500); --color-red-600: var(--color-reference-red-600); --color-red-700: var(--color-reference-red-700); --color-red-800: var(--color-reference-red-800); --color-red-900: var(--color-reference-red-900); --color-red-1000: var(--color-reference-red-1000); --color-red-1100: var(--color-reference-red-1100); --color-red-1200: var(--color-reference-red-1200); --color-orange-100: var(--color-reference-orange-100); --color-orange-200: var(--color-reference-orange-200); --color-orange-300: var(--color-reference-orange-300); --color-orange-400: var(--color-reference-orange-400); --color-orange-500: var(--color-reference-orange-500); --color-orange-600: var(--color-reference-orange-600); --color-orange-700: var(--color-reference-orange-700); --color-orange-800: var(--color-reference-orange-800); --color-orange-900: var(--color-reference-orange-900); --color-orange-1000: var(--color-reference-orange-1000); --color-orange-1100: var(--color-reference-orange-1100); --color-orange-1200: var(--color-reference-orange-1200); --color-yellow-100: var(--color-reference-yellow-100); --color-yellow-200: var(--color-reference-yellow-200); --color-yellow-300: var(--color-reference-yellow-300); --color-yellow-400: var(--color-reference-yellow-400); --color-yellow-500: var(--color-reference-yellow-500); --color-yellow-600: var(--color-reference-yellow-600); --color-yellow-700: var(--color-reference-yellow-700); --color-yellow-800: var(--color-reference-yellow-800); --color-yellow-900: var(--color-reference-yellow-900); --color-yellow-1000: var(--color-reference-yellow-1000); --color-yellow-1100: var(--color-reference-yellow-1100); --color-yellow-1200: var(--color-reference-yellow-1200); --color-content-rose-600: var(--color-reference-content-rose-600); --color-content-rose-800: var(--color-reference-content-rose-800); --color-content-rose-1000: var(--color-reference-content-rose-1000); --color-content-cornflower-600: var(--color-reference-content-cornflower-600); --color-content-cornflower-800: var(--color-reference-content-cornflower-800); --color-content-cornflower-1000: var(--color-reference-content-cornflower-1000); --color-content-aqua-600: var(--color-reference-content-aqua-600); --color-content-aqua-800: var(--color-reference-content-aqua-800); --color-content-aqua-1000: var(--color-reference-content-aqua-1000); --color-content-pink-600: var(--color-reference-content-pink-600); --color-content-pink-800: var(--color-reference-content-pink-800); --color-content-pink-1000: var(--color-reference-content-pink-1000); --color-content-violet-600: var(--color-reference-content-violet-600); --color-content-violet-800: var(--color-reference-content-violet-800); --color-content-violet-1000: var(--color-reference-content-violet-1000); --color-content-teal-600: var(--color-reference-content-teal-600); --color-content-teal-800: var(--color-reference-content-teal-800); --color-content-teal-1000: var(--color-reference-content-teal-1000); --color-content-mint-600: var(--color-reference-content-mint-600); --color-content-mint-800: var(--color-reference-content-mint-800); --color-content-mint-1000: var(--color-reference-content-mint-1000); --color-content-lime-600: var(--color-reference-content-lime-600); --color-content-lime-800: var(--color-reference-content-lime-800); --color-content-lime-1000: var(--color-reference-content-lime-1000); --color-blue-primary-100: var(--color-reference-blue-primary-100); --color-blue-primary-200: var(--color-reference-blue-primary-200); --color-blue-primary-300: var(--color-reference-blue-primary-300); --color-blue-primary-400: var(--color-reference-blue-primary-400); --color-blue-primary-500: var(--color-reference-blue-primary-500); --color-blue-primary-600: var(--color-reference-blue-primary-600); --color-blue-primary-700: var(--color-reference-blue-primary-700); --color-blue-primary-800: var(--color-reference-blue-primary-800); --color-blue-primary-900: var(--color-reference-blue-primary-900); --color-blue-primary-1000: var(--color-reference-blue-primary-1000); --color-blue-primary-1100: var(--color-reference-blue-primary-1100); --color-blue-primary-1200: var(--color-reference-blue-primary-1200); --color-neutral-100: var(--color-reference-neutral-100); --color-neutral-200: var(--color-reference-neutral-200); --color-neutral-300: var(--color-reference-neutral-300); --color-neutral-400: var(--color-reference-neutral-400); --color-neutral-500: var(--color-reference-neutral-500); --color-neutral-600: var(--color-reference-neutral-600); --color-neutral-700: var(--color-reference-neutral-700); --color-neutral-800: var(--color-reference-neutral-800); --color-neutral-900: var(--color-reference-neutral-900); --color-neutral-1000: var(--color-reference-neutral-1000); --color-neutral-1100: var(--color-reference-neutral-1100); --color-neutral-1200: var(--color-reference-neutral-1200); --color-neutral-black: var(--color-reference-neutral-black); --color-green-100: var(--color-reference-green-100); --color-green-200: var(--color-reference-green-200); --color-green-300: var(--color-reference-green-300); --color-green-400: var(--color-reference-green-400); --color-green-500: var(--color-reference-green-500); --color-green-600: var(--color-reference-green-600); --color-green-700: var(--color-reference-green-700); --color-green-800: var(--color-reference-green-800); --color-green-900: var(--color-reference-green-900); --color-green-1000: var(--color-reference-green-1000); --color-green-1100: var(--color-reference-green-1100); --color-green-1200: var(--color-reference-green-1200); --color-red-100: var(--color-reference-red-100); --color-red-200: var(--color-reference-red-200); --color-red-300: var(--color-reference-red-300); --color-red-400: var(--color-reference-red-400); --color-red-500: var(--color-reference-red-500); --color-red-600: var(--color-reference-red-600); --color-red-700: var(--color-reference-red-700); --color-red-800: var(--color-reference-red-800); --color-red-900: var(--color-reference-red-900); --color-red-1000: var(--color-reference-red-1000); --color-red-1100: var(--color-reference-red-1100); --color-red-1200: var(--color-reference-red-1200); --color-orange-100: var(--color-reference-orange-100); --color-orange-200: var(--color-reference-orange-200); --color-orange-300: var(--color-reference-orange-300); --color-orange-400: var(--color-reference-orange-400); --color-orange-500: var(--color-reference-orange-500); --color-orange-600: var(--color-reference-orange-600); --color-orange-700: var(--color-reference-orange-700); --color-orange-800: var(--color-reference-orange-800); --color-orange-900: var(--color-reference-orange-900); --color-orange-1000: var(--color-reference-orange-1000); --color-orange-1100: var(--color-reference-orange-1100); --color-orange-1200: var(--color-reference-orange-1200); --color-yellow-100: var(--color-reference-yellow-100); --color-yellow-200: var(--color-reference-yellow-200); --color-yellow-300: var(--color-reference-yellow-300); --color-yellow-400: var(--color-reference-yellow-400); --color-yellow-500: var(--color-reference-yellow-500); --color-yellow-600: var(--color-reference-yellow-600); --color-yellow-700: var(--color-reference-yellow-700); --color-yellow-800: var(--color-reference-yellow-800); --color-yellow-900: var(--color-reference-yellow-900); --color-yellow-1000: var(--color-reference-yellow-1000); --color-yellow-1100: var(--color-reference-yellow-1100); --color-yellow-1200: var(--color-reference-yellow-1200); --color-content-rose-600: var(--color-reference-content-rose-600); --color-content-rose-800: var(--color-reference-content-rose-800); --color-content-rose-1000: var(--color-reference-content-rose-1000); --color-content-cornflower-600: var(--color-reference-content-cornflower-600); --color-content-cornflower-800: var(--color-reference-content-cornflower-800); --color-content-cornflower-1000: var(--color-reference-content-cornflower-1000); --color-content-aqua-600: var(--color-reference-content-aqua-600); --color-content-aqua-800: var(--color-reference-content-aqua-800); --color-content-aqua-1000: var(--color-reference-content-aqua-1000); --color-content-pink-600: var(--color-reference-content-pink-600); --color-content-pink-800: var(--color-reference-content-pink-800); --color-content-pink-1000: var(--color-reference-content-pink-1000); --color-content-violet-600: var(--color-reference-content-violet-600); --color-content-violet-800: var(--color-reference-content-violet-800); --color-content-violet-1000: var(--color-reference-content-violet-1000); --color-content-teal-600: var(--color-reference-content-teal-600); --color-content-teal-800: var(--color-reference-content-teal-800); --color-content-teal-1000: var(--color-reference-content-teal-1000); --color-content-mint-600: var(--color-reference-content-mint-600); --color-content-mint-800: var(--color-reference-content-mint-800); --color-content-mint-1000: var(--color-reference-content-mint-1000); --color-content-lime-600: var(--color-reference-content-lime-600); --color-content-lime-800: var(--color-reference-content-lime-800); --color-content-lime-1000: var(--color-reference-content-lime-1000); --spacing-s0: var(--dimension-reference-spacing-s0); --spacing-s2: var(--dimension-reference-spacing-s2); --spacing-s4: var(--dimension-reference-spacing-s4); --spacing-s6: var(--dimension-reference-spacing-s6); --spacing-s8: var(--dimension-reference-spacing-s8); --spacing-s10: var(--dimension-reference-spacing-s10); --spacing-s12: var(--dimension-reference-spacing-s12); --spacing-s14: var(--dimension-reference-spacing-s14); --spacing-s16: var(--dimension-reference-spacing-s16); --spacing-s18: var(--dimension-reference-spacing-s18); --spacing-s20: var(--dimension-reference-spacing-s20); --spacing-s22: var(--dimension-reference-spacing-s22); --spacing-s24: var(--dimension-reference-spacing-s24); --spacing-s28: var(--dimension-reference-spacing-s28); --spacing-s32: var(--dimension-reference-spacing-s32); --spacing-s34: var(--dimension-reference-spacing-s34); --spacing-s36: var(--dimension-reference-spacing-s36); --spacing-s40: var(--dimension-reference-spacing-s40); --spacing-s52: var(--dimension-reference-spacing-s52); --spacing-s56: var(--dimension-reference-spacing-s56); --font-size-100: var(--dimension-reference-font-size-100); --font-size-120: var(--dimension-reference-font-size-120); --font-size-140: var(--dimension-reference-font-size-140); --font-size-160: var(--dimension-reference-font-size-160); --font-size-180: var(--dimension-reference-font-size-180); --font-size-200: var(--dimension-reference-font-size-200); --font-size-220: var(--dimension-reference-font-size-220); --font-size-240: var(--dimension-reference-font-size-240); --font-size-280: var(--dimension-reference-font-size-280); --font-size-320: var(--dimension-reference-font-size-320); --font-size-360: var(--dimension-reference-font-size-360); --font-size-420: var(--dimension-reference-font-size-420); --font-size-450: var(--dimension-reference-font-size-450); --font-size-570: var(--dimension-reference-font-size-570); --line-height-120: var(--dimension-reference-line-height-120); --line-height-160: var(--dimension-reference-line-height-160); --line-height-200: var(--dimension-reference-line-height-200); --line-height-220: var(--dimension-reference-line-height-220); --line-height-240: var(--dimension-reference-line-height-240); --line-height-280: var(--dimension-reference-line-height-280); --line-height-300: var(--dimension-reference-line-height-300); --line-height-320: var(--dimension-reference-line-height-320); --line-height-360: var(--dimension-reference-line-height-360); --line-height-400: var(--dimension-reference-line-height-400); --line-height-440: var(--dimension-reference-line-height-440); --line-height-520: var(--dimension-reference-line-height-520); --line-height-640: var(--dimension-reference-line-height-640); --letter-spacing-xxs: var(--dimension-reference-letter-spacing-xxs); --letter-spacing-xs: var(--dimension-reference-letter-spacing-xs); --letter-spacing-s: var(--dimension-reference-letter-spacing-s); --letter-spacing-m: var(--dimension-reference-letter-spacing-m); --letter-spacing-l: var(--dimension-reference-letter-spacing-l); --letter-spacing-xl: var(--dimension-reference-letter-spacing-xl); --letter-spacing-xxl: var(--dimension-reference-letter-spacing-xxl); --letter-spacing-xxxl: var(--dimension-reference-letter-spacing-xxxl); --paragraph-spacing-none: var(--dimension-reference-paragraph-spacing-none); --font-weight-100: var(--dimension-reference-font-weight-100); --font-weight-200: var(--dimension-reference-font-weight-200); --font-weight-300: var(--dimension-reference-font-weight-300); --font-weight-400: var(--dimension-reference-font-weight-400); --font-weight-500: var(--dimension-reference-font-weight-500); --font-weight-600: var(--dimension-reference-font-weight-600); --font-weight-700: var(--dimension-reference-font-weight-700); --font-weight-800: var(--dimension-reference-font-weight-800); --font-weight-900: var(--dimension-reference-font-weight-900); --radius-r0: var(--dimension-reference-radius-r0); --radius-r1: var(--dimension-reference-radius-r1); --radius-r2: var(--dimension-reference-radius-r2); --radius-r4: var(--dimension-reference-radius-r4); --radius-r6: var(--dimension-reference-radius-r6); --radius-r8: var(--dimension-reference-radius-r8); --radius-r12: var(--dimension-reference-radius-r12); --radius-r16: var(--dimension-reference-radius-r16); --radius-r999: var(--dimension-reference-radius-r999); --shadow-card-small: var(--shadow-elevation-card-small); --shadow-auth-modal: var(--shadow-elevation-auth-modal); --shadow-content-area: var(--shadow-elevation-content-area); --shadow-external-app: var(--shadow-elevation-external-app); --shadow-inverted-shadow: var(--shadow-elevation-inverted-shadow); --shadow-depth4: var(--shadow-elevation-depth4); --shadow-depth8: var(--shadow-elevation-depth8); --shadow-depth16: var(--shadow-elevation-depth16); --shadow-depth64: var(--shadow-elevation-depth64); --shadow-card-small_1: var(--shadow-elevation-card-small_1); --shadow-auth-modal_1: var(--shadow-elevation-auth-modal_1); --shadow-content-area_1: var(--shadow-elevation-content-area_1); --shadow-external-app_1: var(--shadow-elevation-external-app_1); --shadow-inverted-shadow_1: var(--shadow-elevation-inverted-shadow_1); --shadow-depth4_1: var(--shadow-elevation-depth4_1); --shadow-depth8_1: var(--shadow-elevation-depth8_1); --shadow-depth16_1: var(--shadow-elevation-depth16_1); --shadow-depth64_1: var(--shadow-elevation-depth64_1); --string-font-family-app: var(--string-reference-font-family-app); --string-font-family-ios: var(--string-reference-font-family-ios); --string-font-family-android: var(--string-reference-font-family-android); --string-font-family-email: var(--string-reference-font-family-email); --string-font-family-code: var(--string-reference-font-family-code); --typo-ui-regular-subtitle-2: var(--typography-ui-regular-subtitle-2); --typo-ui-regular-header: var(--typography-ui-regular-header); --typo-ui-regular-header-2: var(--typography-ui-regular-header-2); --typo-ui-regular-subject-title: var(--typography-ui-regular-subject-title); --typo-ui-regular-body-text: var(--typography-ui-regular-body-text); --typo-ui-regular-label: var(--typography-ui-regular-label); --typo-ui-regular-metadata: var(--typography-ui-regular-metadata); --typo-ui-medium-large-title: var(--typography-ui-medium-large-title); --typo-ui-medium-subtitle-1: var(--typography-ui-medium-subtitle-1); --typo-ui-medium-subtitle-2: var(--typography-ui-medium-subtitle-2); --typo-ui-medium-header: var(--typography-ui-medium-header); --typo-ui-medium-header-2: var(--typography-ui-medium-header-2); --typo-ui-medium-subject-title: var(--typography-ui-medium-subject-title); --typo-ui-medium-body-text: var(--typography-ui-medium-body-text); --typo-ui-medium-label: var(--typography-ui-medium-label); --typo-ui-medium-kicker: var(--typography-ui-medium-kicker); --typo-ui-medium-metadata: var(--typography-ui-medium-metadata); --typo-ui-medium-id-pass: var(--typography-ui-medium-id-pass); --typo-ui-bold-subtitle-1: var(--typography-ui-bold-subtitle-1); --typo-ui-bold-header-2: var(--typography-ui-bold-header-2); --typo-ui-bold-subject-title: var(--typography-ui-bold-subject-title); --typo-ui-bold-subtitle-2: var(--typography-ui-bold-subtitle-2); --typo-ui-bold-header: var(--typography-ui-bold-header); --typo-ui-bold-body-text: var(--typography-ui-bold-body-text); --typo-ui-bold-label: var(--typography-ui-bold-label); --typo-ui-hidden-password-input: var(--typography-ui-hidden-password-input); --typo-email-regular-body-text: var(--typography-email-regular-body-text); --typo-email-regular-metadata: var(--typography-email-regular-metadata); --typo-email-regular-h0: var(--typography-email-regular-h0); --typo-email-regular-greeting-title: var(--typography-email-regular-greeting-title); --typo-email-regular-page-title: var(--typography-email-regular-page-title); --typo-email-regular-pane-header: var(--typography-email-regular-pane-header); --typo-email-regular-header: var(--typography-email-regular-header); --typo-email-regular-subject-title: var(--typography-email-regular-subject-title); --typo-email-bold-h0: var(--typography-email-bold-h0); --typo-email-bold-greeting-title: var(--typography-email-bold-greeting-title); --typo-email-bold-page-title: var(--typography-email-bold-page-title); --typo-email-bold-pane-header: var(--typography-email-bold-pane-header); --typo-email-bold-header: var(--typography-email-bold-header); --typo-email-bold-subject-title: var(--typography-email-bold-subject-title); --typo-email-bold-body-text: var(--typography-email-bold-body-text); --typo-email-bold-metadata: var(--typography-email-bold-metadata); --typo-sf-pro-regular-badge: var(--typography-sf-pro-regular-badge); --typo-sf-pro-regular-metadata: var(--typography-sf-pro-regular-metadata); --typo-sf-pro-regular-body-text: var(--typography-sf-pro-regular-body-text); --typo-sf-pro-regular-subject-title: var(--typography-sf-pro-regular-subject-title); --typo-sf-pro-regular-header: var(--typography-sf-pro-regular-header); --typo-sf-pro-regular-pane-header: var(--typography-sf-pro-regular-pane-header); --typo-sf-pro-regular-page-title: var(--typography-sf-pro-regular-page-title); --typo-sf-pro-regular-greeting-title: var(--typography-sf-pro-regular-greeting-title); --typo-sf-pro-regular-hero-title: var(--typography-sf-pro-regular-hero-title); --typo-sf-pro-regular-pane-header-2: var(--typography-sf-pro-regular-pane-header-2); --typo-sf-pro-semibold-badge: var(--typography-sf-pro-semibold-badge); --typo-sf-pro-semibold-metadata: var(--typography-sf-pro-semibold-metadata); --typo-sf-pro-semibold-body-text: var(--typography-sf-pro-semibold-body-text); --typo-sf-pro-semibold-subject-title: var(--typography-sf-pro-semibold-subject-title); --typo-sf-pro-semibold-header: var(--typography-sf-pro-semibold-header); --typo-sf-pro-semibold-pane-header: var(--typography-sf-pro-semibold-pane-header); --typo-sf-pro-semibold-page-title: var(--typography-sf-pro-semibold-page-title); --typo-sf-pro-semibold-greeting-title: var(--typography-sf-pro-semibold-greeting-title); --typo-sf-pro-semibold-hero-title: var(--typography-sf-pro-semibold-hero-title); --typo-sf-pro-semibold-pane-header-2: var(--typography-sf-pro-semibold-pane-header-2); --typo-sf-pro-bold-badge: var(--typography-sf-pro-bold-badge); --typo-sf-pro-bold-metadata: var(--typography-sf-pro-bold-metadata); --typo-sf-pro-bold-body-text: var(--typography-sf-pro-bold-body-text); --typo-sf-pro-bold-subject-title: var(--typography-sf-pro-bold-subject-title); --typo-sf-pro-bold-header: var(--typography-sf-pro-bold-header); --typo-sf-pro-bold-pane-header: var(--typography-sf-pro-bold-pane-header); --typo-sf-pro-bold-page-title: var(--typography-sf-pro-bold-page-title); --typo-sf-pro-bold-greeting-title: var(--typography-sf-pro-bold-greeting-title); --typo-sf-pro-bold-hero-title: var(--typography-sf-pro-bold-hero-title); --typo-sf-pro-bold-pane-header-2: var(--typography-sf-pro-bold-pane-header-2); }@layer base{:root{--color-semantic-button-secondary-inverted-default: #ffffff00;--color-semantic-button-secondary-inverted-hover: #ffffff40;--color-semantic-button-secondary-inverted-hover-alt: #ffffff59;--color-semantic-button-secondary-inverted-pressed: #ffffff4d;--color-semantic-button-secondary-inverted-disabled: #ffffff00;--color-semantic-button-secondary-neutral-default: #ffffff;--color-semantic-button-secondary-neutral-hover: #ebedf4;--color-semantic-button-secondary-neutral-pressed: #ebedf4;--color-semantic-button-secondary-neutral-disabled: #f2f3f7;--color-semantic-button-secondary-neutral-hover-alt: #edeff5;--color-semantic-button-overlay-default: #00000066;--color-semantic-button-overlay-hover: #0000004d;--color-semantic-button-overlay-pressed: #0000008c;--color-semantic-button-overlay-focus: #00000066;--color-semantic-button-overlay-disabled: #00000066;--color-semantic-shell-default: #ffffff00;--color-semantic-shell-tensor-hover: #162891;--color-semantic-shell-selected: #eceffe;--color-semantic-shell-active: #2747d0;--color-semantic-shell-free-hover: #1f38b1;--color-semantic-shell-active-hover: #3056f0;--color-semantic-accent: #f7f8fa;--color-semantic-table-hover: #ebedf4;--color-semantic-table-filtered: #eceffe;--color-semantic-table-selected: #eceffe;--color-semantic-button-primary-default: #2747d0;--color-semantic-button-primary-hover: #3056f0;--color-semantic-button-primary-pressed: #162891;--color-semantic-button-primary-disabled: #f2f3f7;--color-semantic-accent-alt: #f2f3f7;--color-semantic-license-regular: #162891;--color-semantic-license-tensor: #050a52;--color-semantic-level-minus1: #ffffff;--color-semantic-level0: #ffffff;--color-semantic-level1: #ffffff;--color-semantic-level2: #ffffff;--color-semantic-level3: #323236;--color-semantic-success-bright: #edf8e9;--color-semantic-warning-bright: #fdf7ca;--color-semantic-severe-warning-bright: #ffeddf;--color-semantic-button-danger-default: #c73f3c;--color-semantic-button-danger-hover: #e85d5a;--color-semantic-button-danger-pressed: #9e2f2c;--color-semantic-button-danger-disabled: #f2f3f7;--color-semantic-error-bright: #fcecec;--color-semantic-info-bright: #eceffe;--color-semantic-online: #339e4d;--color-semantic-away: #fc8e3b;--color-semantic-busy: #c73f3c;--color-semantic-controls-unchecked-default: #ffffff;--color-semantic-controls-unchecked-hover: #ffffff;--color-semantic-controls-unchecked-disabled: #f7f8fa;--color-semantic-controls-checked-default: #2747d0;--color-semantic-controls-checked-hover: #3056f0;--color-semantic-controls-checked-disabled: #a1a3ab;--color-semantic-controls-indeterminate-default: #ffffff;--color-semantic-controls-indeterminate-hover: #ffffff;--color-semantic-controls-indeterminate-disabled: #f7f8fa;--color-semantic-disabled: #83848b;--color-semantic-tag-info-hover: #d4dcfc;--color-semantic-tag-info-default: #eceffe;--color-semantic-tag-danger-default: #fcecec;--color-semantic-tag-danger-hover: #f9d4d3;--color-semantic-tag-success-default: #e5f4de;--color-semantic-tag-success-hover: #c6e7b8;--color-semantic-tag-neutral-default: #f2f3f7;--color-semantic-tag-neutral-hover: #ebedf4;--color-semantic-info-dim: #2747d0;--color-semantic-away-alt: #f8df37;--color-semantic-success-dim: #3e7427;--color-semantic-warning-dim: #75670b;--color-semantic-severe-warning-dim: #995624;--color-semantic-error-dim: #c73f3c;--color-semantic-scroll: #83848b;--color-semantic-page-indicator-enabled: #3056f0;--color-semantic-page-indicator-default: #edeff5;--color-semantic-menu-hover: #f2f3f7;--color-semantic-menu-pressed: #ebedf4;--color-semantic-menu-default: #ffffff;--color-semantic-menu-disabled: #ffffff;--color-semantic-generic-bright: #f2f3f7;--color-semantic-button-warning-default: #fc8e3b;--color-semantic-button-warning-hover: #ffb176;--color-semantic-button-warning-pressed: #cc7330;--color-semantic-button-warning-disabled: #f2f3f7;--color-semantic-overlay: #ffffff66;--color-semantic-overlay: #00000066;--color-semantic-type-primary: #323236;--color-semantic-type-secondary: #5f6067;--color-semantic-type-tertiary: #83848b;--color-semantic-type-disabled: #a1a3ab;--color-semantic-type-inverted: #ffffff;--color-semantic-type-link-default: #2747d0;--color-semantic-type-link-pressed: #162891;--color-semantic-type-link-hover: #3056f0;--color-semantic-type-link-disabled: #a1a3ab;--color-semantic-type-success: #3e7427;--color-semantic-type-warning: #75670b;--color-semantic-type-severe-warning: #995624;--color-semantic-type-danger: #c73f3c;--color-semantic-type-error: #c73f3c;--color-semantic-type-info: #2747d0;--color-semantic-type-info-alt: #162891;--color-semantic-type-severe-warning-dim: #231308;--color-semantic-border-primary: #edeff5;--color-semantic-border-secondary: #d3d5db;--color-semantic-border-accent: #2747d0;--color-semantic-border-inverse: #ffffff;--color-semantic-border-input-default: #83848b;--color-semantic-border-input-hover: #4e4f56;--color-semantic-border-input-focus: #2747d0;--color-semantic-border-input-disabled: #d3d5db;--color-semantic-border-input-error: #c73f3c;--color-semantic-border-success: #3e7427;--color-semantic-border-warning: #75670b;--color-semantic-border-severe-warning: #995624;--color-semantic-border-danger: #c73f3c;--color-semantic-border-error: #c73f3c;--color-semantic-border-info: #2747d0;--color-semantic-border-button-default: #4e4f56;--color-semantic-border-button-hover: #4e4f56;--color-semantic-border-button-focus: #5f6067;--color-semantic-border-button-focus-inverse: #ffffff;--color-semantic-border-button-disabled: #a1a3ab;--color-semantic-border-controls-unchecked-default: #232326;--color-semantic-border-controls-unchecked-hover: #232326;--color-semantic-border-controls-unchecked-disabled: #a1a3ab;--color-semantic-border-controls-indeterminate-default: #2747d0;--color-semantic-border-controls-indeterminate-hover: #3056f0;--color-semantic-border-controls-indeterminate-disabled: #a1a3ab;--color-semantic-border-disabled: #d3d5db;--color-semantic-border-blocked: #f2f3f7;--color-semantic-border-focus: #5f6067;--color-semantic-border-toast-and-messages-info: #b2c0f9;--color-semantic-border-toast-and-messages-error: #f4b1af;--color-semantic-border-toast-and-messages-generic: #d3d5db;--color-semantic-border-toast-and-messages-success: #94d279;--color-semantic-border-toast-and-messages-warning: #dcc215;--color-semantic-border-toast-and-messages-severe-warning: #ffb176;--color-semantic-icon-regular-default: #5f6067;--color-semantic-icon-regular-hover: #a1a3ab;--color-semantic-icon-regular-disabled: #a1a3ab;--color-semantic-icon-regular-pressed: #3e3f46;--color-semantic-icon-accent-default: #2747d0;--color-semantic-icon-accent-hover: #3056f0;--color-semantic-icon-accent-disabled: #a1a3ab;--color-semantic-icon-accent-pressed: #162891;--color-semantic-icon-accent-default-alt: #162891;--color-semantic-icon-inverted-default: #ffffff;--color-semantic-icon-inverted-hover: #f2f3f7;--color-semantic-icon-inverted-pressed: #f2f3f7;--color-semantic-icon-inverted-disabled: #a1a3ab;--color-semantic-icon-shell-default: #b2c0f9;--color-semantic-icon-shell-hover: #eceffe;--color-semantic-icon-danger-default: #c73f3c;--color-semantic-icon-danger-hover: #e85d5a;--color-semantic-icon-danger-pressed: #822624;--color-semantic-icon-danger-disabled: #a1a3ab;--color-semantic-icon-success-default: #3e7427;--color-semantic-icon-success-hover: #339e4d;--color-semantic-icon-success-pressed: #2b4f1b;--color-semantic-icon-success-disabled: #a1a3ab;--color-semantic-icon-warning-default: #231308;--color-semantic-icon-warning-hover: #512d13;--color-semantic-icon-warning-pressed: #693b19;--color-semantic-icon-warning-disabled: #a1a3ab;--color-semantic-theme-primary: #2747d0;--color-semantic-theme-lightest: #eceffe;--color-semantic-theme: #93a7f7;--color-semantic-theme-lighter: #b2c0f9;--color-semantic-theme-secondary: #3056f0;--color-semantic-theme: #162891;--color-semantic-theme-darker: #0e1972;--color-semantic-theme-darkest: #050a52;--color-semantic-content-rose-lightest: #fbecef;--color-semantic-content-rose-lighter: #f4bfcb;--color-semantic-content-rose: #ec839e;--color-semantic-content-rose: #d45078;--color-semantic-content-rose-reference: #e85883;--color-semantic-content-rose-darker: #a43e5d;--color-semantic-content-cornflower-lightest: #eceffc;--color-semantic-content-cornflower-lighter: #c1ccf7;--color-semantic-content-cornflower: #88a1f2;--color-semantic-content-cornflower-reference: #587ada;--color-semantic-content-cornflower: #587ada;--color-semantic-content-cornflower-darker: #445fa9;--color-semantic-content-aqua-lightest: #e9f1f5;--color-semantic-content-aqua-lighter: #b6d1e1;--color-semantic-content-aqua: #6eabca;--color-semantic-content-aqua-reference: #2695be;--color-semantic-content-aqua: #2388ae;--color-semantic-content-aqua-darker: #1b6986;--color-semantic-content-pink-lightest: #f9ebfa;--color-semantic-content-pink-lighter: #ebbef0;--color-semantic-content-pink: #dd81e5;--color-semantic-content-pink-reference: #dd81e5;--color-semantic-content-pink: #c34dcc;--color-semantic-content-pink-darker: #973b9e;--color-semantic-content-violet-lightest: #f4edfd;--color-semantic-content-violet-lighter: #dbc3fa;--color-semantic-content-violet: #bf8df6;--color-semantic-content-violet-reference: #af69f4;--color-semantic-content-violet: #a060df;--color-semantic-content-violet-darker: #7c4aad;--color-semantic-content-purple-lightest: #f0eefb;--color-semantic-content-purple-lighter: #cdc9f4;--color-semantic-content-purple: #a49aec;--color-semantic-content-purple-reference: #8b7ce8;--color-semantic-content-purple: #7f71d4;--color-semantic-content-purple-darker: #6258a4;--color-semantic-content-teal-lightest: #ebf1ef;--color-semantic-content-teal-lighter: #bbd2cc;--color-semantic-content-teal: #7aada2;--color-semantic-content-teal-reference: #479888;--color-semantic-content-teal: #418b7c;--color-semantic-content-teal-darker: #326b60;--color-semantic-content-mint-lightest: #eaf2eb;--color-semantic-content-mint-lighter: #b8d4bd;--color-semantic-content-mint: #73b280;--color-semantic-content-mint-reference: #369e51;--color-semantic-content-mint: #31904a;--color-semantic-content-mint-darker: #267039;--color-semantic-content-lime-lightest: #eef1ea;--color-semantic-content-lime-lighter: #c9d0b8;--color-semantic-content-lime: #9aaa72;--color-semantic-content-lime-reference: #7d9434;--color-semantic-content-lime: #72872f;--color-semantic-content-lime-darker: #586925;--color-reference-blue-primary-100: #f3f5fe;--color-reference-blue-primary-200: #eceffe;--color-reference-blue-primary-300: #d4dcfc;--color-reference-blue-primary-400: #b2c0f9;--color-reference-blue-primary-500: #93a7f7;--color-reference-blue-primary-600: #6883f4;--color-reference-blue-primary-700: #3056f0;--color-reference-blue-primary-800: #2747d0;--color-reference-blue-primary-900: #1f38b1;--color-reference-blue-primary-1000: #162891;--color-reference-blue-primary-1100: #0e1972;--color-reference-blue-primary-1200: #050a52;--color-reference-neutral-100: #f7f8fa;--color-reference-neutral-200: #f2f3f7;--color-reference-neutral-300: #edeff5;--color-reference-neutral-400: #d3d5db;--color-reference-neutral-500: #a1a3ab;--color-reference-neutral-600: #83848b;--color-reference-neutral-700: #5f6067;--color-reference-neutral-800: #4e4f56;--color-reference-neutral-900: #3e3f46;--color-reference-neutral-1000: #323236;--color-reference-neutral-1100: #232326;--color-reference-neutral-1200: #151517;--color-reference-neutral-white: #ffffff;--color-reference-green-100: #edf8e9;--color-reference-green-200: #e5f4de;--color-reference-green-300: #c6e7b8;--color-reference-green-400: #94d279;--color-reference-green-500: #67bf41;--color-reference-green-600: #339e4d;--color-reference-green-700: #3e7427;--color-reference-green-800: #356121;--color-reference-green-900: #2b4f1b;--color-reference-green-1000: #213d15;--color-reference-green-1100: #172b0f;--color-reference-green-1200: #0e1a09;--color-reference-red-100: #fdf4f4;--color-reference-red-200: #fcecec;--color-reference-red-300: #f9d4d3;--color-reference-red-400: #f4b1af;--color-reference-red-500: #ef918f;--color-reference-red-600: #e85d5a;--color-reference-red-700: #c73f3c;--color-reference-red-800: #9e2f2c;--color-reference-red-900: #822624;--color-reference-red-1000: #651e1c;--color-reference-red-1100: #491514;--color-reference-red-1200: #2c0d0c;--color-reference-orange-100: #fff3ea;--color-reference-orange-200: #ffeddf;--color-reference-orange-300: #ffd5b6;--color-reference-orange-400: #ffb176;--color-reference-orange-500: #fc8e3b;--color-reference-orange-600: #cc7330;--color-reference-orange-700: #995624;--color-reference-orange-800: #80491e;--color-reference-orange-900: #693b19;--color-reference-orange-1000: #512d13;--color-reference-orange-1100: #3a200e;--color-reference-orange-1200: #231308;--color-reference-yellow-100: #fdf7ca;--color-reference-yellow-200: #fcf2ab;--color-reference-yellow-300: #f8df37;--color-reference-yellow-400: #dcc215;--color-reference-yellow-500: #c1ab13;--color-reference-yellow-600: #9d8b0f;--color-reference-yellow-700: #75670b;--color-reference-yellow-800: #63570a;--color-reference-yellow-900: #514708;--color-reference-yellow-1000: #3e3706;--color-reference-yellow-1100: #2c2704;--color-reference-yellow-1200: #1b1703;--color-reference-content-rose-600: #f18caa;--color-reference-content-rose-800: #ad4162;--color-reference-content-rose-1000: #782d44;--color-reference-content-cornflower-600: #6086ef;--color-reference-content-cornflower-800: #3e61c2;--color-reference-content-cornflower-1000: #2b4386;--color-reference-content-aqua-600: #49b7de;--color-reference-content-aqua-800: #1c6f8d;--color-reference-content-aqua-1000: #134c61;--color-reference-content-pink-600: #e985f0;--color-reference-content-pink-800: #9e3fa5;--color-reference-content-pink-1000: #6e2b73;--color-reference-content-violet-600: #c796f7;--color-reference-content-violet-800: #8744ca;--color-reference-content-violet-1000: #5d2f8c;--color-reference-content-teal-600: #57bba7;--color-reference-content-teal-800: #357265;--color-reference-content-teal-1000: #244e46;--color-reference-content-lime-600: #9ab640;--color-reference-content-lime-800: #5d6d26;--color-reference-content-lime-1000: #404c1a;--color-reference-blue-primary-100: #09172c;--color-reference-blue-primary-200: #0e2648;--color-reference-blue-primary-300: #143665;--color-reference-blue-primary-400: #1a4784;--color-reference-blue-primary-500: #2055a0;--color-reference-blue-primary-600: #2665be;--color-reference-blue-primary-700: #3488ff;--color-reference-blue-primary-800: #72adff;--color-reference-blue-primary-900: #9bc5ff;--color-reference-blue-primary-1000: #c7dfff;--color-reference-blue-primary-1100: #e8f1ff;--color-reference-blue-primary-1200: #f0f6ff;--color-reference-neutral-100: #151517;--color-reference-neutral-200: #232326;--color-reference-neutral-300: #323236;--color-reference-neutral-400: #3e3f46;--color-reference-neutral-500: #4e4f56;--color-reference-neutral-600: #5f6067;--color-reference-neutral-700: #83848b;--color-reference-neutral-800: #a1a3ab;--color-reference-neutral-900: #d3d5db;--color-reference-neutral-1000: #edeff5;--color-reference-neutral-1100: #f2f3f7;--color-reference-neutral-1200: #f7f8fa;--color-reference-neutral-black: #000000;--color-reference-green-100: #0e1a09;--color-reference-green-200: #172b0f;--color-reference-green-300: #213d15;--color-reference-green-400: #2b4f1b;--color-reference-green-500: #356121;--color-reference-green-600: #3e7427;--color-reference-green-700: #549b35;--color-reference-green-800: #67bf41;--color-reference-green-900: #94d279;--color-reference-green-1000: #c6e7b8;--color-reference-green-1100: #e5f4de;--color-reference-green-1200: #e5f4de;--color-reference-red-100: #2c0d0c;--color-reference-red-200: #491514;--color-reference-red-300: #651e1c;--color-reference-red-400: #822624;--color-reference-red-500: #9e2f2c;--color-reference-red-600: #c73f3c;--color-reference-red-700: #e85d5a;--color-reference-red-800: #ef918f;--color-reference-red-900: #f4b1af;--color-reference-red-1000: #f9d4d3;--color-reference-red-1100: #fcecec;--color-reference-red-1200: #fdf4f4;--color-reference-orange-100: #231308;--color-reference-orange-200: #3a200e;--color-reference-orange-300: #512d13;--color-reference-orange-400: #693b19;--color-reference-orange-500: #80491e;--color-reference-orange-600: #995624;--color-reference-orange-700: #cc7330;--color-reference-orange-800: #fc8e3b;--color-reference-orange-900: #ffb176;--color-reference-orange-1000: #ffd5b6;--color-reference-orange-1100: #ffeddf;--color-reference-orange-1200: #fff3ea;--color-reference-yellow-100: #1b1703;--color-reference-yellow-200: #2c2704;--color-reference-yellow-300: #3e3706;--color-reference-yellow-400: #514708;--color-reference-yellow-500: #63570a;--color-reference-yellow-600: #75670b;--color-reference-yellow-700: #9d8b0f;--color-reference-yellow-800: #c1ab13;--color-reference-yellow-900: #dcc215;--color-reference-yellow-1000: #f8df37;--color-reference-yellow-1100: #fcf2ab;--color-reference-yellow-1200: #fdf7ca;--color-reference-content-rose-600: #983a56;--color-reference-content-rose-800: #ee7499;--color-reference-content-rose-1000: #f6b5c9;--color-reference-content-cornflower-600: #3756ab;--color-reference-content-cornflower-800: #7898f1;--color-reference-content-cornflower-1000: #b5c6f8;--color-reference-content-aqua-600: #19627c;--color-reference-content-aqua-800: #2aa7d3;--color-reference-content-aqua-1000: #8cd1ea;--color-reference-content-pink-600: #8c3792;--color-reference-content-pink-800: #e469ed;--color-reference-content-pink-1000: #f1b2f6;--color-reference-content-violet-600: #773cb2;--color-reference-content-violet-800: #bb80f5;--color-reference-content-violet-1000: #dabafa;--color-reference-content-teal-600: #2e6459;--color-reference-content-teal-800: #4faa98;--color-reference-content-teal-1000: #70d9c4;--color-reference-content-mint-600: #236735;--color-reference-content-mint-800: #3cb05b;--color-reference-content-mint-1000: #75dc91;--color-reference-content-lime-600: #526122;--color-reference-content-lime-800: #8ca53a;--color-reference-content-lime-1000: #b5d353;--dimension-reference-spacing-s0: 0px;--dimension-reference-spacing-s2: 2px;--dimension-reference-spacing-s4: 4px;--dimension-reference-spacing-s6: 6px;--dimension-reference-spacing-s8: 8px;--dimension-reference-spacing-s10: 10px;--dimension-reference-spacing-s12: 12px;--dimension-reference-spacing-s14: 14px;--dimension-reference-spacing-s16: 16px;--dimension-reference-spacing-s18: 18px;--dimension-reference-spacing-s20: 20px;--dimension-reference-spacing-s22: 22px;--dimension-reference-spacing-s24: 24px;--dimension-reference-spacing-s28: 28px;--dimension-reference-spacing-s32: 32px;--dimension-reference-spacing-s34: 34px;--dimension-reference-spacing-s36: 36px;--dimension-reference-spacing-s40: 40px;--dimension-reference-spacing-s52: 52px;--dimension-reference-spacing-s56: 56px;--dimension-reference-font-size-100: 10px;--dimension-reference-font-size-120: 12px;--dimension-reference-font-size-140: 14px;--dimension-reference-font-size-160: 16px;--dimension-reference-font-size-180: 18px;--dimension-reference-font-size-200: 20px;--dimension-reference-font-size-220: 22px;--dimension-reference-font-size-240: 24px;--dimension-reference-font-size-280: 28px;--dimension-reference-font-size-320: 32px;--dimension-reference-font-size-360: 36px;--dimension-reference-font-size-420: 42px;--dimension-reference-font-size-450: 45px;--dimension-reference-font-size-570: 57px;--dimension-reference-line-height-120: 12px;--dimension-reference-line-height-160: 16px;--dimension-reference-line-height-200: 20px;--dimension-reference-line-height-220: 22px;--dimension-reference-line-height-240: 24px;--dimension-reference-line-height-280: 28px;--dimension-reference-line-height-300: 30px;--dimension-reference-line-height-320: 32px;--dimension-reference-line-height-360: 36px;--dimension-reference-line-height-400: 40px;--dimension-reference-line-height-440: 44px;--dimension-reference-line-height-520: 52px;--dimension-reference-line-height-640: 64px;--dimension-reference-letter-spacing-xxs: -.25px;--dimension-reference-letter-spacing-xs: -.1px;--dimension-reference-letter-spacing-s: 0px;--dimension-reference-letter-spacing-m: .15px;--dimension-reference-letter-spacing-l: .25px;--dimension-reference-letter-spacing-xl: .4px;--dimension-reference-letter-spacing-xxl: .5px;--dimension-reference-letter-spacing-xxxl: 2px;--dimension-reference-paragraph-spacing-none: 0px;--dimension-reference-font-weight-100: 100px;--dimension-reference-font-weight-200: 200px;--dimension-reference-font-weight-300: 300px;--dimension-reference-font-weight-400: 400px;--dimension-reference-font-weight-500: 500px;--dimension-reference-font-weight-600: 600px;--dimension-reference-font-weight-700: 700px;--dimension-reference-font-weight-800: 800px;--dimension-reference-font-weight-900: 900px;--dimension-reference-radius-r0: 0px;--dimension-reference-radius-r1: 1px;--dimension-reference-radius-r2: 2px;--dimension-reference-radius-r4: 4px;--dimension-reference-radius-r6: 6px;--dimension-reference-radius-r8: 8px;--dimension-reference-radius-r12: 12px;--dimension-reference-radius-r16: 16px;--dimension-reference-radius-r999: 999px;--shadow-elevation-card-small: 0px 1.600000023841858px 13.60000038146973px 0px #0000000d, 0px .300000011920929px .8999999761581421px 0px #0000000d;--shadow-elevation-auth-modal: 0px 6.400000095367432px 14.39999961853027px 0px #0000000d, 0px 1.200000047683716px 3.599999904632568px 0px #0000000d;--shadow-elevation-content-area: -4px 0px 4px 0px #00000040;--shadow-elevation-external-app: 0px 2px 2px 0px #0000000d;--shadow-elevation-inverted-shadow: 0px -.6000000238418579px 1.799999952316284px 0px #0000001a;--shadow-elevation-depth4: 0px 1.600000023841858px 3.599999904632568px 0px #00000021, 0px .300000011920929px .8999999761581421px 0px #0000001a;--shadow-elevation-depth8: 0px 3.200000047683716px 7.199999809265137px 0px #00000021, 0px .6000000238418579px 1.799999952316284px 0px #0000001a;--shadow-elevation-depth16: 0px 6.400000095367432px 14.39999961853027px 0px #00000021, 0px 1.200000047683716px 3.599999904632568px 0px #0000001a;--shadow-elevation-depth64: 0px 25.60000038146973px 57.59999847412109px 0px #00000038, 0px 4.800000190734863px 14.39999961853027px 0px #0000002e;--shadow-elevation-card-small_1: 0px .300000011920929px .8999999761581421px 0px #0000000d, 0px 1.600000023841858px 13.60000038146973px 0px #0000000d;--shadow-elevation-auth-modal_1: 0px 1.200000047683716px 3.599999904632568px 0px #0000000d, 0px 6.400000095367432px 14.39999961853027px 0px #0000000d;--shadow-elevation-content-area_1: -4px 0px 4px 0px #00000040;--shadow-elevation-external-app_1: 0px 2px 2px 0px #0000000d;--shadow-elevation-inverted-shadow_1: 0px -.6000000238418579px 1.799999952316284px 0px #0000001a;--shadow-elevation-depth4_1: 0px .300000011920929px .8999999761581421px 0px #0000001a, 0px 1.600000023841858px 3.599999904632568px 0px #00000021;--shadow-elevation-depth8_1: 0px .6000000238418579px 1.799999952316284px 0px #0000001a, 0px 3.200000047683716px 7.199999809265137px 0px #00000021;--shadow-elevation-depth16_1: 0px 1.200000047683716px 3.599999904632568px 0px #0000001a, 0px 6.400000095367432px 14.39999961853027px 0px #00000021;--shadow-elevation-depth64_1: 0px 4.800000190734863px 14.39999961853027px 0px #0000002e, 0px 25.60000038146973px 57.59999847412109px 0px #00000038;--string-reference-font-family-app: DM Sans;--string-reference-font-family-ios: SF Pro;--string-reference-font-family-android: Roboto;--string-reference-font-family-email: Verdana;--string-reference-font-family-code: Fira Code;--typography-ui-regular-subtitle-2: 400 24px / 30px DM Sans;--typography-ui-regular-header: 400 20px / 28px DM Sans;--typography-ui-regular-header-2: 400 18px / 24px DM Sans;--typography-ui-regular-subject-title: 400 16px / 22px DM Sans;--typography-ui-regular-body-text: 400 14px / 20px DM Sans;--typography-ui-regular-label: 400 12px / 16px DM Sans;--typography-ui-regular-metadata: 400 10px / 12px DM Sans;--typography-ui-medium-large-title: 500 42px / 52px DM Sans;--typography-ui-medium-subtitle-1: 500 28px / 36px DM Sans;--typography-ui-medium-subtitle-2: 500 24px / 30px DM Sans;--typography-ui-medium-header: 500 20px / 28px DM Sans;--typography-ui-medium-header-2: 500 18px / 24px DM Sans;--typography-ui-medium-subject-title: 500 16px / 22px DM Sans;--typography-ui-medium-body-text: 500 14px / 20px DM Sans;--typography-ui-medium-label: 500 12px / 16px DM Sans;--typography-ui-medium-kicker: 500 12px / 16px DM Sans;--typography-ui-medium-metadata: 500 10px / 12px DM Sans;--typography-ui-medium-id-pass: 500 22px / 32px DM Sans;--typography-ui-bold-subtitle-1: 600 28px / 36px DM Sans;--typography-ui-bold-header-2: 600 18px / 24px DM Sans;--typography-ui-bold-subject-title: 600 16px / 22px DM Sans;--typography-ui-bold-subtitle-2: 600 24px / 30px DM Sans;--typography-ui-bold-header: 600 20px / 28px DM Sans;--typography-ui-bold-body-text: 600 14px / 20px DM Sans;--typography-ui-bold-label: 600 12px / 16px DM Sans;--typography-ui-hidden-password-input: 500 32px / 12px DM Sans;--typography-email-regular-body-text: 400 14px / 20px Verdana;--typography-email-regular-metadata: 400 12px / 16px Verdana;--typography-email-regular-h0: 400 42px / 52px Verdana;--typography-email-regular-greeting-title: 400 32px / 40px Verdana;--typography-email-regular-page-title: 400 28px / 36px Verdana;--typography-email-regular-pane-header: 400 20px / 28px Verdana;--typography-email-regular-header: 400 18px / 24px Verdana;--typography-email-regular-subject-title: 400 16px / 22px Verdana;--typography-email-bold-h0: 700 42px / 52px Verdana;--typography-email-bold-greeting-title: 700 32px / 40px Verdana;--typography-email-bold-page-title: 700 28px / 36px Verdana;--typography-email-bold-pane-header: 700 20px / 28px Verdana;--typography-email-bold-header: 700 18px / 24px Verdana;--typography-email-bold-subject-title: 700 16px / 22px Verdana;--typography-email-bold-body-text: 700 14px / 20px Verdana;--typography-email-bold-metadata: 700 12px / 16px Verdana;--typography-sf-pro-regular-badge: 400 10px / 10px SF Pro;--typography-sf-pro-regular-metadata: 400 12px / 16px SF Pro;--typography-sf-pro-regular-body-text: 400 14px / 20px SF Pro;--typography-sf-pro-regular-subject-title: 400 16px / 22px SF Pro;--typography-sf-pro-regular-header: 400 18px / 24px SF Pro;--typography-sf-pro-regular-pane-header: 400 20px / 28px SF Pro;--typography-sf-pro-regular-page-title: 400 28px / 36px SF Pro;--typography-sf-pro-regular-greeting-title: 400 32px / 40px SF Pro;--typography-sf-pro-regular-hero-title: 400 42px / 52px SF Pro;--typography-sf-pro-regular-pane-header-2: 400 24px / 32px SF Pro;--typography-sf-pro-semibold-badge: 510 10px / 10px SF Pro;--typography-sf-pro-semibold-metadata: 510 12px / 16px SF Pro;--typography-sf-pro-semibold-body-text: 510 14px / 20px SF Pro;--typography-sf-pro-semibold-subject-title: 510 16px / 22px SF Pro;--typography-sf-pro-semibold-header: 510 18px / 24px SF Pro;--typography-sf-pro-semibold-pane-header: 510 20px / 28px SF Pro;--typography-sf-pro-semibold-page-title: 510 28px / 36px SF Pro;--typography-sf-pro-semibold-greeting-title: 510 32px / 40px SF Pro;--typography-sf-pro-semibold-hero-title: 510 42px / 52px SF Pro;--typography-sf-pro-semibold-pane-header-2: 510 24px / 32px SF Pro;--typography-sf-pro-bold-badge: 590 10px / 10px SF Pro;--typography-sf-pro-bold-metadata: 700 12px / 16px SF Pro;--typography-sf-pro-bold-body-text: 700 14px / 20px SF Pro;--typography-sf-pro-bold-subject-title: 700 16px / 22px SF Pro;--typography-sf-pro-bold-header: 700 18px / 24px SF Pro;--typography-sf-pro-bold-pane-header: 700 20px / 28px SF Pro;--typography-sf-pro-bold-page-title: 700 28px / 36px SF Pro;--typography-sf-pro-bold-greeting-title: 700 32px / 40px SF Pro;--typography-sf-pro-bold-hero-title: 700 42px / 52px SF Pro;--typography-sf-pro-bold-pane-header-2: 700 24px / 32px SF Pro}[data-theme=dark]{--color-semantic-button-secondary-inverted-default: #00000000;--color-semantic-button-secondary-inverted-hover: #00000040;--color-semantic-button-secondary-inverted-hover-alt: #00000059;--color-semantic-button-secondary-inverted-pressed: #0000004d;--color-semantic-button-secondary-inverted-disabled: #00000000;--color-semantic-button-secondary-neutral-default: #000000;--color-semantic-button-secondary-neutral-hover: #323236;--color-semantic-button-secondary-neutral-pressed: #323236;--color-semantic-button-secondary-neutral-disabled: #232326;--color-semantic-button-secondary-neutral-hover-alt: #3e3f46;--color-semantic-button-overlay-default: #ffffff66;--color-semantic-button-overlay-hover: #ffffff4d;--color-semantic-button-overlay-pressed: #ffffff8c;--color-semantic-button-overlay-focus: #ffffff66;--color-semantic-button-overlay-disabled: #ffffff66;--color-semantic-shell-default: #00000000;--color-semantic-shell-tensor-hover: #c7dfff;--color-semantic-shell-selected: #0e2648;--color-semantic-shell-active: #72adff;--color-semantic-shell-free-hover: #9bc5ff;--color-semantic-shell-active-hover: #3488ff;--color-semantic-accent: #151517;--color-semantic-table-hover: #323236;--color-semantic-table-filtered: #0e2648;--color-semantic-table-selected: #0e2648;--color-semantic-button-primary-default: #72adff;--color-semantic-button-primary-hover: #3488ff;--color-semantic-button-primary-pressed: #c7dfff;--color-semantic-button-primary-disabled: #232326;--color-semantic-accent-alt: #232326;--color-semantic-license-regular: #000000;--color-semantic-license-tensor: #000000;--color-semantic-level-minus1: #000000;--color-semantic-level0: #232326;--color-semantic-level1: #3e3f46;--color-semantic-level2: #4e4f56;--color-semantic-level3: #5f6067;--color-semantic-success-bright: #0e1a09;--color-semantic-warning-bright: #1b1703;--color-semantic-severe-warning-bright: #3a200e;--color-semantic-button-danger-default: #e85d5a;--color-semantic-button-danger-hover: #c73f3c;--color-semantic-button-danger-pressed: #ef918f;--color-semantic-button-danger-disabled: #232326;--color-semantic-error-bright: #491514;--color-semantic-info-bright: #0e2648;--color-semantic-online: #356121;--color-semantic-away: #80491e;--color-semantic-busy: #e85d5a;--color-semantic-controls-unchecked-default: #000000;--color-semantic-controls-unchecked-hover: #000000;--color-semantic-controls-unchecked-disabled: #151517;--color-semantic-controls-checked-default: #72adff;--color-semantic-controls-checked-hover: #3488ff;--color-semantic-controls-checked-disabled: #5f6067;--color-semantic-controls-indeterminate-default: #000000;--color-semantic-controls-indeterminate-hover: #000000;--color-semantic-controls-indeterminate-disabled: #151517;--color-semantic-disabled: #83848b;--color-semantic-tag-info-hover: #143665;--color-semantic-tag-info-default: #0e2648;--color-semantic-tag-danger-default: #491514;--color-semantic-tag-danger-hover: #651e1c;--color-semantic-tag-success-default: #172b0f;--color-semantic-tag-success-hover: #213d15;--color-semantic-tag-neutral-default: #232326;--color-semantic-tag-neutral-hover: #323236;--color-semantic-info-dim: #72adff;--color-semantic-away-alt: #3e3706;--color-semantic-success-dim: #549b35;--color-semantic-warning-dim: #9d8b0f;--color-semantic-severe-warning-dim: #cc7330;--color-semantic-error-dim: #e85d5a;--color-semantic-scroll: #83848b;--color-semantic-page-indicator-enabled: #3488ff;--color-semantic-page-indicator-default: #3e3f46;--color-semantic-menu-hover: #232326;--color-semantic-menu-pressed: #323236;--color-semantic-menu-default: #000000;--color-semantic-menu-disabled: #000000;--color-semantic-generic-bright: #232326;--color-semantic-button-warning-default: #80491e;--color-semantic-button-warning-hover: #693b19;--color-semantic-button-warning-pressed: #995624;--color-semantic-button-warning-disabled: #232326;--color-semantic-overlay: #00000066;--color-semantic-overlay: #ffffff66;--color-semantic-type-primary: #ebedf4;--color-semantic-type-secondary: #a1a3ab;--color-semantic-type-tertiary: #83848b;--color-semantic-type-disabled: #5f6067;--color-semantic-type-inverted: #000000;--color-semantic-type-link-default: #72adff;--color-semantic-type-link-pressed: #c7dfff;--color-semantic-type-link-hover: #3488ff;--color-semantic-type-link-disabled: #5f6067;--color-semantic-type-success: #549b35;--color-semantic-type-warning: #9d8b0f;--color-semantic-type-severe-warning: #cc7330;--color-semantic-type-danger: #e85d5a;--color-semantic-type-error: #e85d5a;--color-semantic-type-info: #72adff;--color-semantic-type-info-alt: #c7dfff;--color-semantic-type-severe-warning-dim: #fff3ea;--color-semantic-border-primary: #3e3f46;--color-semantic-border-secondary: #4e4f56;--color-semantic-border-accent: #72adff;--color-semantic-border-inverse: #232326;--color-semantic-border-input-default: #83848b;--color-semantic-border-input-hover: #d3d5db;--color-semantic-border-input-focus: #72adff;--color-semantic-border-input-disabled: #4e4f56;--color-semantic-border-input-error: #e85d5a;--color-semantic-border-success: #549b35;--color-semantic-border-warning: #9d8b0f;--color-semantic-border-severe-warning: #cc7330;--color-semantic-border-danger: #e85d5a;--color-semantic-border-error: #e85d5a;--color-semantic-border-info: #72adff;--color-semantic-border-button-default: #d3d5db;--color-semantic-border-button-hover: #d3d5db;--color-semantic-border-button-focus: #a1a3ab;--color-semantic-border-button-focus-inverse: #000000;--color-semantic-border-button-disabled: #5f6067;--color-semantic-border-controls-unchecked-default: #f2f3f7;--color-semantic-border-controls-unchecked-hover: #f2f3f7;--color-semantic-border-controls-unchecked-disabled: #5f6067;--color-semantic-border-controls-indeterminate-default: #72adff;--color-semantic-border-controls-indeterminate-hover: #3488ff;--color-semantic-border-controls-indeterminate-disabled: #5f6067;--color-semantic-border-disabled: #4e4f56;--color-semantic-border-blocked: #232326;--color-semantic-border-focus: #a1a3ab;--color-semantic-border-toast-and-messages-info: #1a4784;--color-semantic-border-toast-and-messages-error: #822624;--color-semantic-border-toast-and-messages-generic: #4e4f56;--color-semantic-border-toast-and-messages-success: #2b4f1b;--color-semantic-border-toast-and-messages-warning: #514708;--color-semantic-border-toast-and-messages-severe-warning: #693b19;--color-semantic-icon-regular-default: #a1a3ab;--color-semantic-icon-regular-hover: #5f6067;--color-semantic-icon-regular-disabled: #5f6067;--color-semantic-icon-regular-pressed: #edeff5;--color-semantic-icon-accent-default: #72adff;--color-semantic-icon-accent-hover: #3488ff;--color-semantic-icon-accent-disabled: #5f6067;--color-semantic-icon-accent-pressed: #c7dfff;--color-semantic-icon-accent-default-alt: #c7dfff;--color-semantic-icon-inverted-default: #000000;--color-semantic-icon-inverted-hover: #232326;--color-semantic-icon-inverted-pressed: #232326;--color-semantic-icon-inverted-disabled: #5f6067;--color-semantic-icon-shell-default: #1a4784;--color-semantic-icon-shell-hover: #0e2648;--color-semantic-icon-danger-default: #e85d5a;--color-semantic-icon-danger-hover: #c73f3c;--color-semantic-icon-danger-pressed: #f4b1af;--color-semantic-icon-danger-disabled: #5f6067;--color-semantic-icon-success-default: #549b35;--color-semantic-icon-success-hover: #3e7427;--color-semantic-icon-success-pressed: #94d279;--color-semantic-icon-success-disabled: #5f6067;--color-semantic-icon-warning-default: #fff3ea;--color-semantic-icon-warning-hover: #ffd5b6;--color-semantic-icon-warning-pressed: #ffb176;--color-semantic-icon-warning-disabled: #5f6067;--color-semantic-theme-primary: #72adff;--color-semantic-theme-lightest: #0e2648;--color-semantic-theme: #2055a0;--color-semantic-theme-lighter: #1a4784;--color-semantic-theme-secondary: #3488ff;--color-semantic-theme: #c7dfff;--color-semantic-theme-darker: #e8f1ff;--color-semantic-theme-darkest: #f0f6ff;--color-semantic-content-rose-lightest: #5f2435;--color-semantic-content-rose-lighter: #a43e5d;--color-semantic-content-rose: #d45078;--color-semantic-content-rose: #ec839e;--color-semantic-content-rose-reference: #e85883;--color-semantic-content-rose-darker: #f4bfcb;--color-semantic-content-cornflower-lightest: #273761;--color-semantic-content-cornflower-lighter: #445fa9;--color-semantic-content-cornflower: #587ada;--color-semantic-content-cornflower-reference: #6086ef;--color-semantic-content-cornflower: #88a1f2;--color-semantic-content-cornflower-darker: #c1ccf7;--color-semantic-content-aqua-lightest: #0f3d4d;--color-semantic-content-aqua-lighter: #1b6986;--color-semantic-content-aqua: #2388ae;--color-semantic-content-aqua-reference: #2695be;--color-semantic-content-aqua: #6eabca;--color-semantic-content-aqua-darker: #b6d1e1;--color-semantic-content-pink-lightest: #57225b;--color-semantic-content-pink-lighter: #973b9e;--color-semantic-content-pink: #c34dcc;--color-semantic-content-pink-reference: #d554df;--color-semantic-content-pink: #dd81e5;--color-semantic-content-pink-darker: #ebbef0;--color-semantic-content-violet-lightest: #472b63;--color-semantic-content-violet-lighter: #7c4aad;--color-semantic-content-violet: #a060df;--color-semantic-content-violet-reference: #af69f4;--color-semantic-content-violet: #bf8df6;--color-semantic-content-violet-darker: #dbc3fa;--color-semantic-content-purple-lightest: #39335f;--color-semantic-content-purple-lighter: #6258a4;--color-semantic-content-purple: #7f71d4;--color-semantic-content-purple-reference: #8b7ce8;--color-semantic-content-purple: #a49aec;--color-semantic-content-purple-darker: #cdc9f4;--color-semantic-content-teal-lightest: #1d3e37;--color-semantic-content-teal-lighter: #326b60;--color-semantic-content-teal: #418b7c;--color-semantic-content-teal-reference: #479888;--color-semantic-content-teal: #7aada2;--color-semantic-content-teal-darker: #bbd2cc;--color-semantic-content-mint-lightest: #164021;--color-semantic-content-mint-lighter: #267039;--color-semantic-content-mint: #31904a;--color-semantic-content-mint-reference: #369e51;--color-semantic-content-mint: #73b280;--color-semantic-content-mint-darker: #b8d4bd;--color-semantic-content-lime-lightest: #333c15;--color-semantic-content-lime-lighter: #586925;--color-semantic-content-lime: #72872f;--color-semantic-content-lime-reference: #7d9434;--color-semantic-content-lime: #9aaa72;--color-semantic-content-lime-darker: #c9d0b8;--color-reference-blue-primary-100: #f3f5fe;--color-reference-blue-primary-200: #eceffe;--color-reference-blue-primary-300: #d4dcfc;--color-reference-blue-primary-400: #b2c0f9;--color-reference-blue-primary-500: #93a7f7;--color-reference-blue-primary-600: #6883f4;--color-reference-blue-primary-700: #3056f0;--color-reference-blue-primary-800: #2747d0;--color-reference-blue-primary-900: #1f38b1;--color-reference-blue-primary-1000: #162891;--color-reference-blue-primary-1100: #0e1972;--color-reference-blue-primary-1200: #050a52;--color-reference-neutral-100: #f7f8fa;--color-reference-neutral-200: #f2f3f7;--color-reference-neutral-300: #edeff5;--color-reference-neutral-400: #d3d5db;--color-reference-neutral-500: #a1a3ab;--color-reference-neutral-600: #83848b;--color-reference-neutral-700: #5f6067;--color-reference-neutral-800: #4e4f56;--color-reference-neutral-900: #3e3f46;--color-reference-neutral-1000: #323236;--color-reference-neutral-1100: #232326;--color-reference-neutral-1200: #151517;--color-reference-neutral-white: #ffffff;--color-reference-green-100: #edf8e9;--color-reference-green-200: #e5f4de;--color-reference-green-300: #c6e7b8;--color-reference-green-400: #94d279;--color-reference-green-500: #67bf41;--color-reference-green-600: #339e4d;--color-reference-green-700: #3e7427;--color-reference-green-800: #356121;--color-reference-green-900: #2b4f1b;--color-reference-green-1000: #213d15;--color-reference-green-1100: #172b0f;--color-reference-green-1200: #0e1a09;--color-reference-red-100: #fdf4f4;--color-reference-red-200: #fcecec;--color-reference-red-300: #f9d4d3;--color-reference-red-400: #f4b1af;--color-reference-red-500: #ef918f;--color-reference-red-600: #e85d5a;--color-reference-red-700: #c73f3c;--color-reference-red-800: #9e2f2c;--color-reference-red-900: #822624;--color-reference-red-1000: #651e1c;--color-reference-red-1100: #491514;--color-reference-red-1200: #2c0d0c;--color-reference-orange-100: #fff3ea;--color-reference-orange-200: #ffeddf;--color-reference-orange-300: #ffd5b6;--color-reference-orange-400: #ffb176;--color-reference-orange-500: #fc8e3b;--color-reference-orange-600: #cc7330;--color-reference-orange-700: #995624;--color-reference-orange-800: #80491e;--color-reference-orange-900: #693b19;--color-reference-orange-1000: #512d13;--color-reference-orange-1100: #3a200e;--color-reference-orange-1200: #231308;--color-reference-yellow-100: #fdf7ca;--color-reference-yellow-200: #fcf2ab;--color-reference-yellow-300: #f8df37;--color-reference-yellow-400: #dcc215;--color-reference-yellow-500: #c1ab13;--color-reference-yellow-600: #9d8b0f;--color-reference-yellow-700: #75670b;--color-reference-yellow-800: #63570a;--color-reference-yellow-900: #514708;--color-reference-yellow-1000: #3e3706;--color-reference-yellow-1100: #2c2704;--color-reference-yellow-1200: #1b1703;--color-reference-content-rose-600: #f18caa;--color-reference-content-rose-800: #ad4162;--color-reference-content-rose-1000: #782d44;--color-reference-content-cornflower-600: #6086ef;--color-reference-content-cornflower-800: #3e61c2;--color-reference-content-cornflower-1000: #2b4386;--color-reference-content-aqua-600: #49b7de;--color-reference-content-aqua-800: #1c6f8d;--color-reference-content-aqua-1000: #134c61;--color-reference-content-pink-600: #e985f0;--color-reference-content-pink-800: #9e3fa5;--color-reference-content-pink-1000: #6e2b73;--color-reference-content-violet-600: #c796f7;--color-reference-content-violet-800: #8744ca;--color-reference-content-violet-1000: #5d2f8c;--color-reference-content-teal-600: #57bba7;--color-reference-content-teal-800: #357265;--color-reference-content-teal-1000: #244e46;--color-reference-content-lime-600: #9ab640;--color-reference-content-lime-800: #5d6d26;--color-reference-content-lime-1000: #404c1a;--color-reference-blue-primary-100: #09172c;--color-reference-blue-primary-200: #0e2648;--color-reference-blue-primary-300: #143665;--color-reference-blue-primary-400: #1a4784;--color-reference-blue-primary-500: #2055a0;--color-reference-blue-primary-600: #2665be;--color-reference-blue-primary-700: #3488ff;--color-reference-blue-primary-800: #72adff;--color-reference-blue-primary-900: #9bc5ff;--color-reference-blue-primary-1000: #c7dfff;--color-reference-blue-primary-1100: #e8f1ff;--color-reference-blue-primary-1200: #f0f6ff;--color-reference-neutral-100: #151517;--color-reference-neutral-200: #232326;--color-reference-neutral-300: #323236;--color-reference-neutral-400: #3e3f46;--color-reference-neutral-500: #4e4f56;--color-reference-neutral-600: #5f6067;--color-reference-neutral-700: #83848b;--color-reference-neutral-800: #a1a3ab;--color-reference-neutral-900: #d3d5db;--color-reference-neutral-1000: #edeff5;--color-reference-neutral-1100: #f2f3f7;--color-reference-neutral-1200: #f7f8fa;--color-reference-neutral-black: #000000;--color-reference-green-100: #0e1a09;--color-reference-green-200: #172b0f;--color-reference-green-300: #213d15;--color-reference-green-400: #2b4f1b;--color-reference-green-500: #356121;--color-reference-green-600: #3e7427;--color-reference-green-700: #549b35;--color-reference-green-800: #67bf41;--color-reference-green-900: #94d279;--color-reference-green-1000: #c6e7b8;--color-reference-green-1100: #e5f4de;--color-reference-green-1200: #e5f4de;--color-reference-red-100: #2c0d0c;--color-reference-red-200: #491514;--color-reference-red-300: #651e1c;--color-reference-red-400: #822624;--color-reference-red-500: #9e2f2c;--color-reference-red-600: #c73f3c;--color-reference-red-700: #e85d5a;--color-reference-red-800: #ef918f;--color-reference-red-900: #f4b1af;--color-reference-red-1000: #f9d4d3;--color-reference-red-1100: #fcecec;--color-reference-red-1200: #fdf4f4;--color-reference-orange-100: #231308;--color-reference-orange-200: #3a200e;--color-reference-orange-300: #512d13;--color-reference-orange-400: #693b19;--color-reference-orange-500: #80491e;--color-reference-orange-600: #995624;--color-reference-orange-700: #cc7330;--color-reference-orange-800: #fc8e3b;--color-reference-orange-900: #ffb176;--color-reference-orange-1000: #ffd5b6;--color-reference-orange-1100: #ffeddf;--color-reference-orange-1200: #fff3ea;--color-reference-yellow-100: #1b1703;--color-reference-yellow-200: #2c2704;--color-reference-yellow-300: #3e3706;--color-reference-yellow-400: #514708;--color-reference-yellow-500: #63570a;--color-reference-yellow-600: #75670b;--color-reference-yellow-700: #9d8b0f;--color-reference-yellow-800: #c1ab13;--color-reference-yellow-900: #dcc215;--color-reference-yellow-1000: #f8df37;--color-reference-yellow-1100: #fcf2ab;--color-reference-yellow-1200: #fdf7ca;--color-reference-content-rose-600: #983a56;--color-reference-content-rose-800: #ee7499;--color-reference-content-rose-1000: #f6b5c9;--color-reference-content-cornflower-600: #3756ab;--color-reference-content-cornflower-800: #7898f1;--color-reference-content-cornflower-1000: #b5c6f8;--color-reference-content-aqua-600: #19627c;--color-reference-content-aqua-800: #2aa7d3;--color-reference-content-aqua-1000: #8cd1ea;--color-reference-content-pink-600: #8c3792;--color-reference-content-pink-800: #e469ed;--color-reference-content-pink-1000: #f1b2f6;--color-reference-content-violet-600: #773cb2;--color-reference-content-violet-800: #bb80f5;--color-reference-content-violet-1000: #dabafa;--color-reference-content-teal-600: #2e6459;--color-reference-content-teal-800: #4faa98;--color-reference-content-teal-1000: #70d9c4;--color-reference-content-mint-600: #236735;--color-reference-content-mint-800: #3cb05b;--color-reference-content-mint-1000: #75dc91;--color-reference-content-lime-600: #526122;--color-reference-content-lime-800: #8ca53a;--color-reference-content-lime-1000: #b5d353}}@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x: 0;--tw-translate-y: 0;--tw-translate-z: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-scale-z: 1;--tw-rotate-x: initial;--tw-rotate-y: initial;--tw-rotate-z: initial;--tw-skew-x: initial;--tw-skew-y: initial;--tw-border-style: solid;--tw-shadow: 0 0 #0000;--tw-shadow-color: initial;--tw-shadow-alpha: 100%;--tw-inset-shadow: 0 0 #0000;--tw-inset-shadow-color: initial;--tw-inset-shadow-alpha: 100%;--tw-ring-color: initial;--tw-ring-shadow: 0 0 #0000;--tw-inset-ring-color: initial;--tw-inset-ring-shadow: 0 0 #0000;--tw-ring-inset: initial;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-offset-shadow: 0 0 #0000;--tw-outline-style: solid;--tw-duration: initial}}:root:not(#\#):not(#\#):not(#\#){--color-semantic-button-secondary-inverted-default: #fff0;--color-semantic-button-secondary-inverted-hover: #ffffff40;--color-semantic-button-secondary-inverted-hover-alt: #ffffff59;--color-semantic-button-secondary-inverted-pressed: #ffffff4d;--color-semantic-button-secondary-inverted-disabled: #fff0;--color-semantic-button-secondary-neutral-default: #fff;--color-semantic-button-secondary-neutral-hover: #ebedf4;--color-semantic-button-secondary-neutral-pressed: #ebedf4;--color-semantic-button-secondary-neutral-disabled: #f2f3f7;--color-semantic-button-secondary-neutral-hover-alt: #edeff5;--color-semantic-button-overlay-default: #0006;--color-semantic-button-overlay-hover: #0000004d;--color-semantic-button-overlay-pressed: #0000008c;--color-semantic-button-overlay-focus: #0006;--color-semantic-button-overlay-disabled: #0006;--color-semantic-shell-default: #fff0;--color-semantic-shell-tensor-hover: #162891;--color-semantic-shell-selected: #eceffe;--color-semantic-shell-active: #2747d0;--color-semantic-shell-free-hover: #1f38b1;--color-semantic-shell-active-hover: #3056f0;--color-semantic-accent: #f7f8fa;--color-semantic-table-hover: #ebedf4;--color-semantic-table-filtered: #eceffe;--color-semantic-table-selected: #eceffe;--color-semantic-button-primary-default: #2747d0;--color-semantic-button-primary-hover: #3056f0;--color-semantic-button-primary-pressed: #162891;--color-semantic-button-primary-disabled: #f2f3f7;--color-semantic-accent-alt: #f2f3f7;--color-semantic-license-regular: #162891;--color-semantic-license-tensor: #050a52;--color-semantic-level-minus1: #fff;--color-semantic-level0: #fff;--color-semantic-level1: #fff;--color-semantic-level2: #fff;--color-semantic-level3: #323236;--color-semantic-success-bright: #edf8e9;--color-semantic-warning-bright: #fdf7ca;--color-semantic-severe-warning-bright: #ffeddf;--color-semantic-button-danger-default: #c73f3c;--color-semantic-button-danger-hover: #e85d5a;--color-semantic-button-danger-pressed: #9e2f2c;--color-semantic-button-danger-disabled: #f2f3f7;--color-semantic-error-bright: #fcecec;--color-semantic-info-bright: #eceffe;--color-semantic-online: #339e4d;--color-semantic-away: #fc8e3b;--color-semantic-busy: #c73f3c;--color-semantic-controls-unchecked-default: #fff;--color-semantic-controls-unchecked-hover: #fff;--color-semantic-controls-unchecked-disabled: #f7f8fa;--color-semantic-controls-checked-default: #2747d0;--color-semantic-controls-checked-hover: #3056f0;--color-semantic-controls-checked-disabled: #a1a3ab;--color-semantic-controls-indeterminate-default: #fff;--color-semantic-controls-indeterminate-hover: #fff;--color-semantic-controls-indeterminate-disabled: #f7f8fa;--color-semantic-disabled: #83848b;--color-semantic-tag-info-hover: #d4dcfc;--color-semantic-tag-info-default: #eceffe;--color-semantic-tag-danger-default: #fcecec;--color-semantic-tag-danger-hover: #f9d4d3;--color-semantic-tag-success-default: #e5f4de;--color-semantic-tag-success-hover: #c6e7b8;--color-semantic-tag-neutral-default: #f2f3f7;--color-semantic-tag-neutral-hover: #ebedf4;--color-semantic-info-dim: #2747d0;--color-semantic-away-alt: #f8df37;--color-semantic-success-dim: #3e7427;--color-semantic-warning-dim: #75670b;--color-semantic-severe-warning-dim: #995624;--color-semantic-error-dim: #c73f3c;--color-semantic-scroll: #83848b;--color-semantic-page-indicator-enabled: #3056f0;--color-semantic-page-indicator-default: #edeff5;--color-semantic-menu-hover: #f2f3f7;--color-semantic-menu-pressed: #ebedf4;--color-semantic-menu-default: #fff;--color-semantic-menu-disabled: #fff;--color-semantic-generic-bright: #f2f3f7;--color-semantic-button-warning-default: #fc8e3b;--color-semantic-button-warning-hover: #ffb176;--color-semantic-button-warning-pressed: #cc7330;--color-semantic-button-warning-disabled: #f2f3f7;--color-semantic-overlay: #0006;--color-semantic-type-primary: #323236;--color-semantic-type-secondary: #5f6067;--color-semantic-type-tertiary: #83848b;--color-semantic-type-disabled: #a1a3ab;--color-semantic-type-inverted: #fff;--color-semantic-type-link-default: #2747d0;--color-semantic-type-link-pressed: #162891;--color-semantic-type-link-hover: #3056f0;--color-semantic-type-link-disabled: #a1a3ab;--color-semantic-type-success: #3e7427;--color-semantic-type-warning: #75670b;--color-semantic-type-severe-warning: #995624;--color-semantic-type-danger: #c73f3c;--color-semantic-type-error: #c73f3c;--color-semantic-type-info: #2747d0;--color-semantic-type-info-alt: #162891;--color-semantic-type-severe-warning-dim: #231308;--color-semantic-border-primary: #edeff5;--color-semantic-border-secondary: #d3d5db;--color-semantic-border-accent: #2747d0;--color-semantic-border-inverse: #fff;--color-semantic-border-input-default: #83848b;--color-semantic-border-input-hover: #4e4f56;--color-semantic-border-input-focus: #2747d0;--color-semantic-border-input-disabled: #d3d5db;--color-semantic-border-input-error: #c73f3c;--color-semantic-border-success: #3e7427;--color-semantic-border-warning: #75670b;--color-semantic-border-severe-warning: #995624;--color-semantic-border-danger: #c73f3c;--color-semantic-border-error: #c73f3c;--color-semantic-border-info: #2747d0;--color-semantic-border-button-default: #4e4f56;--color-semantic-border-button-hover: #4e4f56;--color-semantic-border-button-focus: #5f6067;--color-semantic-border-button-focus-inverse: #fff;--color-semantic-border-button-disabled: #a1a3ab;--color-semantic-border-controls-unchecked-default: #232326;--color-semantic-border-controls-unchecked-hover: #232326;--color-semantic-border-controls-unchecked-disabled: #a1a3ab;--color-semantic-border-controls-indeterminate-default: #2747d0;--color-semantic-border-controls-indeterminate-hover: #3056f0;--color-semantic-border-controls-indeterminate-disabled: #a1a3ab;--color-semantic-border-disabled: #d3d5db;--color-semantic-border-blocked: #f2f3f7;--color-semantic-border-focus: #5f6067;--color-semantic-border-toast-and-messages-info: #b2c0f9;--color-semantic-border-toast-and-messages-error: #f4b1af;--color-semantic-border-toast-and-messages-generic: #d3d5db;--color-semantic-border-toast-and-messages-success: #94d279;--color-semantic-border-toast-and-messages-warning: #dcc215;--color-semantic-border-toast-and-messages-severe-warning: #ffb176;--color-semantic-icon-regular-default: #5f6067;--color-semantic-icon-regular-hover: #a1a3ab;--color-semantic-icon-regular-disabled: #a1a3ab;--color-semantic-icon-regular-pressed: #3e3f46;--color-semantic-icon-accent-default: #2747d0;--color-semantic-icon-accent-hover: #3056f0;--color-semantic-icon-accent-disabled: #a1a3ab;--color-semantic-icon-accent-pressed: #162891;--color-semantic-icon-accent-default-alt: #162891;--color-semantic-icon-inverted-default: #fff;--color-semantic-icon-inverted-hover: #f2f3f7;--color-semantic-icon-inverted-pressed: #f2f3f7;--color-semantic-icon-inverted-disabled: #a1a3ab;--color-semantic-icon-shell-default: #b2c0f9;--color-semantic-icon-shell-hover: #eceffe;--color-semantic-icon-danger-default: #c73f3c;--color-semantic-icon-danger-hover: #e85d5a;--color-semantic-icon-danger-pressed: #822624;--color-semantic-icon-danger-disabled: #a1a3ab;--color-semantic-icon-success-default: #3e7427;--color-semantic-icon-success-hover: #339e4d;--color-semantic-icon-success-pressed: #2b4f1b;--color-semantic-icon-success-disabled: #a1a3ab;--color-semantic-icon-warning-default: #231308;--color-semantic-icon-warning-hover: #512d13;--color-semantic-icon-warning-pressed: #693b19;--color-semantic-icon-warning-disabled: #a1a3ab;--color-semantic-theme-primary: #2747d0;--color-semantic-theme-lightest: #eceffe;--color-semantic-theme: #162891;--color-semantic-theme-lighter: #b2c0f9;--color-semantic-theme-secondary: #3056f0;--color-semantic-theme-darker: #0e1972;--color-semantic-theme-darkest: #050a52;--color-semantic-content-rose-lightest: #fbecef;--color-semantic-content-rose-lighter: #f4bfcb;--color-semantic-content-rose: #d45078;--color-semantic-content-rose-reference: #e85883;--color-semantic-content-rose-darker: #a43e5d;--color-semantic-content-cornflower-lightest: #eceffc;--color-semantic-content-cornflower-lighter: #c1ccf7;--color-semantic-content-cornflower: #587ada;--color-semantic-content-cornflower-reference: #587ada;--color-semantic-content-cornflower-darker: #445fa9;--color-semantic-content-aqua-lightest: #e9f1f5;--color-semantic-content-aqua-lighter: #b6d1e1;--color-semantic-content-aqua: #2388ae;--color-semantic-content-aqua-reference: #2695be;--color-semantic-content-aqua-darker: #1b6986;--color-semantic-content-pink-lightest: #f9ebfa;--color-semantic-content-pink-lighter: #ebbef0;--color-semantic-content-pink: #c34dcc;--color-semantic-content-pink-reference: #dd81e5;--color-semantic-content-pink-darker: #973b9e;--color-semantic-content-violet-lightest: #f4edfd;--color-semantic-content-violet-lighter: #dbc3fa;--color-semantic-content-violet: #a060df;--color-semantic-content-violet-reference: #af69f4;--color-semantic-content-violet-darker: #7c4aad;--color-semantic-content-purple-lightest: #f0eefb;--color-semantic-content-purple-lighter: #cdc9f4;--color-semantic-content-purple: #7f71d4;--color-semantic-content-purple-reference: #8b7ce8;--color-semantic-content-purple-darker: #6258a4;--color-semantic-content-teal-lightest: #ebf1ef;--color-semantic-content-teal-lighter: #bbd2cc;--color-semantic-content-teal: #418b7c;--color-semantic-content-teal-reference: #479888;--color-semantic-content-teal-darker: #326b60;--color-semantic-content-mint-lightest: #eaf2eb;--color-semantic-content-mint-lighter: #b8d4bd;--color-semantic-content-mint: #31904a;--color-semantic-content-mint-reference: #369e51;--color-semantic-content-mint-darker: #267039;--color-semantic-content-lime-lightest: #eef1ea;--color-semantic-content-lime-lighter: #c9d0b8;--color-semantic-content-lime: #72872f;--color-semantic-content-lime-reference: #7d9434;--color-semantic-content-lime-darker: #586925;--color-reference-blue-primary-100: #09172c;--color-reference-blue-primary-200: #0e2648;--color-reference-blue-primary-300: #143665;--color-reference-blue-primary-400: #1a4784;--color-reference-blue-primary-500: #2055a0;--color-reference-blue-primary-600: #2665be;--color-reference-blue-primary-700: #3488ff;--color-reference-blue-primary-800: #72adff;--color-reference-blue-primary-900: #9bc5ff;--color-reference-blue-primary-1000: #c7dfff;--color-reference-blue-primary-1100: #e8f1ff;--color-reference-blue-primary-1200: #f0f6ff;--color-reference-neutral-100: #151517;--color-reference-neutral-200: #232326;--color-reference-neutral-300: #323236;--color-reference-neutral-400: #3e3f46;--color-reference-neutral-500: #4e4f56;--color-reference-neutral-600: #5f6067;--color-reference-neutral-700: #83848b;--color-reference-neutral-800: #a1a3ab;--color-reference-neutral-900: #d3d5db;--color-reference-neutral-1000: #edeff5;--color-reference-neutral-1100: #f2f3f7;--color-reference-neutral-1200: #f7f8fa;--color-reference-neutral-white: #fff;--color-reference-neutral-black: #000;--color-reference-green-100: #0e1a09;--color-reference-green-200: #172b0f;--color-reference-green-300: #213d15;--color-reference-green-400: #2b4f1b;--color-reference-green-500: #356121;--color-reference-green-600: #3e7427;--color-reference-green-700: #549b35;--color-reference-green-800: #67bf41;--color-reference-green-900: #94d279;--color-reference-green-1000: #c6e7b8;--color-reference-green-1100: #e5f4de;--color-reference-green-1200: #e5f4de;--color-reference-red-100: #2c0d0c;--color-reference-red-200: #491514;--color-reference-red-300: #651e1c;--color-reference-red-400: #822624;--color-reference-red-500: #9e2f2c;--color-reference-red-600: #c73f3c;--color-reference-red-700: #e85d5a;--color-reference-red-800: #ef918f;--color-reference-red-900: #f4b1af;--color-reference-red-1000: #f9d4d3;--color-reference-red-1100: #fcecec;--color-reference-red-1200: #fdf4f4;--color-reference-orange-100: #231308;--color-reference-orange-200: #3a200e;--color-reference-orange-300: #512d13;--color-reference-orange-400: #693b19;--color-reference-orange-500: #80491e;--color-reference-orange-600: #995624;--color-reference-orange-700: #cc7330;--color-reference-orange-800: #fc8e3b;--color-reference-orange-900: #ffb176;--color-reference-orange-1000: #ffd5b6;--color-reference-orange-1100: #ffeddf;--color-reference-orange-1200: #fff3ea;--color-reference-yellow-100: #1b1703;--color-reference-yellow-200: #2c2704;--color-reference-yellow-300: #3e3706;--color-reference-yellow-400: #514708;--color-reference-yellow-500: #63570a;--color-reference-yellow-600: #75670b;--color-reference-yellow-700: #9d8b0f;--color-reference-yellow-800: #c1ab13;--color-reference-yellow-900: #dcc215;--color-reference-yellow-1000: #f8df37;--color-reference-yellow-1100: #fcf2ab;--color-reference-yellow-1200: #fdf7ca;--color-reference-content-rose-600: #983a56;--color-reference-content-rose-800: #ee7499;--color-reference-content-rose-1000: #f6b5c9;--color-reference-content-cornflower-600: #3756ab;--color-reference-content-cornflower-800: #7898f1;--color-reference-content-cornflower-1000: #b5c6f8;--color-reference-content-aqua-600: #19627c;--color-reference-content-aqua-800: #2aa7d3;--color-reference-content-aqua-1000: #8cd1ea;--color-reference-content-pink-600: #8c3792;--color-reference-content-pink-800: #e469ed;--color-reference-content-pink-1000: #f1b2f6;--color-reference-content-violet-600: #773cb2;--color-reference-content-violet-800: #bb80f5;--color-reference-content-violet-1000: #dabafa;--color-reference-content-teal-600: #2e6459;--color-reference-content-teal-800: #4faa98;--color-reference-content-teal-1000: #70d9c4;--color-reference-content-mint-600: #236735;--color-reference-content-mint-800: #3cb05b;--color-reference-content-mint-1000: #75dc91;--color-reference-content-lime-600: #526122;--color-reference-content-lime-800: #8ca53a;--color-reference-content-lime-1000: #b5d353;--dimension-reference-spacing-s0: 0px;--dimension-reference-spacing-s2: 2px;--dimension-reference-spacing-s4: 4px;--dimension-reference-spacing-s6: 6px;--dimension-reference-spacing-s8: 8px;--dimension-reference-spacing-s10: 10px;--dimension-reference-spacing-s12: 12px;--dimension-reference-spacing-s14: 14px;--dimension-reference-spacing-s16: 16px;--dimension-reference-spacing-s18: 18px;--dimension-reference-spacing-s20: 20px;--dimension-reference-spacing-s22: 22px;--dimension-reference-spacing-s24: 24px;--dimension-reference-spacing-s28: 28px;--dimension-reference-spacing-s32: 32px;--dimension-reference-spacing-s34: 34px;--dimension-reference-spacing-s36: 36px;--dimension-reference-spacing-s40: 40px;--dimension-reference-spacing-s52: 52px;--dimension-reference-spacing-s56: 56px;--dimension-reference-font-size-100: 10px;--dimension-reference-font-size-120: 12px;--dimension-reference-font-size-140: 14px;--dimension-reference-font-size-160: 16px;--dimension-reference-font-size-180: 18px;--dimension-reference-font-size-200: 20px;--dimension-reference-font-size-220: 22px;--dimension-reference-font-size-240: 24px;--dimension-reference-font-size-280: 28px;--dimension-reference-font-size-320: 32px;--dimension-reference-font-size-360: 36px;--dimension-reference-font-size-420: 42px;--dimension-reference-font-size-450: 45px;--dimension-reference-font-size-570: 57px;--dimension-reference-line-height-120: 12px;--dimension-reference-line-height-160: 16px;--dimension-reference-line-height-200: 20px;--dimension-reference-line-height-220: 22px;--dimension-reference-line-height-240: 24px;--dimension-reference-line-height-280: 28px;--dimension-reference-line-height-300: 30px;--dimension-reference-line-height-320: 32px;--dimension-reference-line-height-360: 36px;--dimension-reference-line-height-400: 40px;--dimension-reference-line-height-440: 44px;--dimension-reference-line-height-520: 52px;--dimension-reference-line-height-640: 64px;--dimension-reference-letter-spacing-xxs: -.25px;--dimension-reference-letter-spacing-xs: -.1px;--dimension-reference-letter-spacing-s: 0px;--dimension-reference-letter-spacing-m: .15px;--dimension-reference-letter-spacing-l: .25px;--dimension-reference-letter-spacing-xl: .4px;--dimension-reference-letter-spacing-xxl: .5px;--dimension-reference-letter-spacing-xxxl: 2px;--dimension-reference-paragraph-spacing-none: 0px;--dimension-reference-font-weight-100: 100px;--dimension-reference-font-weight-200: 200px;--dimension-reference-font-weight-300: 300px;--dimension-reference-font-weight-400: 400px;--dimension-reference-font-weight-500: 500px;--dimension-reference-font-weight-600: 600px;--dimension-reference-font-weight-700: 700px;--dimension-reference-font-weight-800: 800px;--dimension-reference-font-weight-900: 900px;--dimension-reference-radius-r0: 0px;--dimension-reference-radius-r1: 1px;--dimension-reference-radius-r2: 2px;--dimension-reference-radius-r4: 4px;--dimension-reference-radius-r6: 6px;--dimension-reference-radius-r8: 8px;--dimension-reference-radius-r12: 12px;--dimension-reference-radius-r16: 16px;--dimension-reference-radius-r999: 999px;--shadow-elevation-card-small: 0px 1.6px 13.6px 0px #0000000d, 0px .3px .9px 0px #0000000d;--shadow-elevation-auth-modal: 0px 6.4px 14.4px 0px #0000000d, 0px 1.2px 3.6px 0px #0000000d;--shadow-elevation-content-area: -4px 0px 4px 0px #00000040;--shadow-elevation-external-app: 0px 2px 2px 0px #0000000d;--shadow-elevation-inverted-shadow: 0px -.6px 1.8px 0px #0000001a;--shadow-elevation-depth4: 0px 1.6px 3.6px 0px #00000021, 0px .3px .9px 0px #0000001a;--shadow-elevation-depth8: 0px 3.2px 7.2px 0px #00000021, 0px .6px 1.8px 0px #0000001a;--shadow-elevation-depth16: 0px 6.4px 14.4px 0px #00000021, 0px 1.2px 3.6px 0px #0000001a;--shadow-elevation-depth64: 0px 25.6px 57.6px 0px #00000038, 0px 4.8px 14.4px 0px #0000002e;--shadow-elevation-card-small_1: 0px .3px .9px 0px #0000000d, 0px 1.6px 13.6px 0px #0000000d;--shadow-elevation-auth-modal_1: 0px 1.2px 3.6px 0px #0000000d, 0px 6.4px 14.4px 0px #0000000d;--shadow-elevation-content-area_1: -4px 0px 4px 0px #00000040;--shadow-elevation-external-app_1: 0px 2px 2px 0px #0000000d;--shadow-elevation-inverted-shadow_1: 0px -.6px 1.8px 0px #0000001a;--shadow-elevation-depth4_1: 0px .3px .9px 0px #0000001a, 0px 1.6px 3.6px 0px #00000021;--shadow-elevation-depth8_1: 0px .6px 1.8px 0px #0000001a, 0px 3.2px 7.2px 0px #00000021;--shadow-elevation-depth16_1: 0px 1.2px 3.6px 0px #0000001a, 0px 6.4px 14.4px 0px #00000021;--shadow-elevation-depth64_1: 0px 4.8px 14.4px 0px #0000002e, 0px 25.6px 57.6px 0px #00000038;--string-reference-font-family-app: DM Sans;--string-reference-font-family-ios: SF Pro;--string-reference-font-family-android: Roboto;--string-reference-font-family-email: Verdana;--string-reference-font-family-code: Fira Code;--typography-ui-regular-subtitle-2: 400 24px / 30px DM Sans;--typography-ui-regular-header: 400 20px / 28px DM Sans;--typography-ui-regular-header-2: 400 18px / 24px DM Sans;--typography-ui-regular-subject-title: 400 16px / 22px DM Sans;--typography-ui-regular-body-text: 400 14px / 20px DM Sans;--typography-ui-regular-label: 400 12px / 16px DM Sans;--typography-ui-regular-metadata: 400 10px / 12px DM Sans;--typography-ui-medium-large-title: 500 42px / 52px DM Sans;--typography-ui-medium-subtitle-1: 500 28px / 36px DM Sans;--typography-ui-medium-subtitle-2: 500 24px / 30px DM Sans;--typography-ui-medium-header: 500 20px / 28px DM Sans;--typography-ui-medium-header-2: 500 18px / 24px DM Sans;--typography-ui-medium-subject-title: 500 16px / 22px DM Sans;--typography-ui-medium-body-text: 500 14px / 20px DM Sans;--typography-ui-medium-label: 500 12px / 16px DM Sans;--typography-ui-medium-kicker: 500 12px / 16px DM Sans;--typography-ui-medium-metadata: 500 10px / 12px DM Sans;--typography-ui-medium-id-pass: 500 22px / 32px DM Sans;--typography-ui-bold-subtitle-1: 600 28px / 36px DM Sans;--typography-ui-bold-header-2: 600 18px / 24px DM Sans;--typography-ui-bold-subject-title: 600 16px / 22px DM Sans;--typography-ui-bold-subtitle-2: 600 24px / 30px DM Sans;--typography-ui-bold-header: 600 20px / 28px DM Sans;--typography-ui-bold-body-text: 600 14px / 20px DM Sans;--typography-ui-bold-label: 600 12px / 16px DM Sans;--typography-ui-hidden-password-input: 500 32px / 12px DM Sans;--typography-email-regular-body-text: 400 14px / 20px Verdana;--typography-email-regular-metadata: 400 12px / 16px Verdana;--typography-email-regular-h0: 400 42px / 52px Verdana;--typography-email-regular-greeting-title: 400 32px / 40px Verdana;--typography-email-regular-page-title: 400 28px / 36px Verdana;--typography-email-regular-pane-header: 400 20px / 28px Verdana;--typography-email-regular-header: 400 18px / 24px Verdana;--typography-email-regular-subject-title: 400 16px / 22px Verdana;--typography-email-bold-h0: 700 42px / 52px Verdana;--typography-email-bold-greeting-title: 700 32px / 40px Verdana;--typography-email-bold-page-title: 700 28px / 36px Verdana;--typography-email-bold-pane-header: 700 20px / 28px Verdana;--typography-email-bold-header: 700 18px / 24px Verdana;--typography-email-bold-subject-title: 700 16px / 22px Verdana;--typography-email-bold-body-text: 700 14px / 20px Verdana;--typography-email-bold-metadata: 700 12px / 16px Verdana;--typography-sf-pro-regular-badge: 400 10px / 10px SF Pro;--typography-sf-pro-regular-metadata: 400 12px / 16px SF Pro;--typography-sf-pro-regular-body-text: 400 14px / 20px SF Pro;--typography-sf-pro-regular-subject-title: 400 16px / 22px SF Pro;--typography-sf-pro-regular-header: 400 18px / 24px SF Pro;--typography-sf-pro-regular-pane-header: 400 20px / 28px SF Pro;--typography-sf-pro-regular-page-title: 400 28px / 36px SF Pro;--typography-sf-pro-regular-greeting-title: 400 32px / 40px SF Pro;--typography-sf-pro-regular-hero-title: 400 42px / 52px SF Pro;--typography-sf-pro-regular-pane-header-2: 400 24px / 32px SF Pro;--typography-sf-pro-semibold-badge: 510 10px / 10px SF Pro;--typography-sf-pro-semibold-metadata: 510 12px / 16px SF Pro;--typography-sf-pro-semibold-body-text: 510 14px / 20px SF Pro;--typography-sf-pro-semibold-subject-title: 510 16px / 22px SF Pro;--typography-sf-pro-semibold-header: 510 18px / 24px SF Pro;--typography-sf-pro-semibold-pane-header: 510 20px / 28px SF Pro;--typography-sf-pro-semibold-page-title: 510 28px / 36px SF Pro;--typography-sf-pro-semibold-greeting-title: 510 32px / 40px SF Pro;--typography-sf-pro-semibold-hero-title: 510 42px / 52px SF Pro;--typography-sf-pro-semibold-pane-header-2: 510 24px / 32px SF Pro;--typography-sf-pro-bold-badge: 590 10px / 10px SF Pro;--typography-sf-pro-bold-metadata: 700 12px / 16px SF Pro;--typography-sf-pro-bold-body-text: 700 14px / 20px SF Pro;--typography-sf-pro-bold-subject-title: 700 16px / 22px SF Pro;--typography-sf-pro-bold-header: 700 18px / 24px SF Pro;--typography-sf-pro-bold-pane-header: 700 20px / 28px SF Pro;--typography-sf-pro-bold-page-title: 700 28px / 36px SF Pro;--typography-sf-pro-bold-greeting-title: 700 32px / 40px SF Pro;--typography-sf-pro-bold-hero-title: 700 42px / 52px SF Pro;--typography-sf-pro-bold-pane-header-2: 700 24px / 32px SF Pro}[data-theme=dark]:not(#\#):not(#\#):not(#\#){--color-semantic-button-secondary-inverted-default: #0000;--color-semantic-button-secondary-inverted-hover: #00000040;--color-semantic-button-secondary-inverted-hover-alt: #00000059;--color-semantic-button-secondary-inverted-pressed: #0000004d;--color-semantic-button-secondary-inverted-disabled: #0000;--color-semantic-button-secondary-neutral-default: #000;--color-semantic-button-secondary-neutral-hover: #323236;--color-semantic-button-secondary-neutral-pressed: #323236;--color-semantic-button-secondary-neutral-disabled: #232326;--color-semantic-button-secondary-neutral-hover-alt: #3e3f46;--color-semantic-button-overlay-default: #fff6;--color-semantic-button-overlay-hover: #ffffff4d;--color-semantic-button-overlay-pressed: #ffffff8c;--color-semantic-button-overlay-focus: #fff6;--color-semantic-button-overlay-disabled: #fff6;--color-semantic-shell-default: #0000;--color-semantic-shell-tensor-hover: #c7dfff;--color-semantic-shell-selected: #0e2648;--color-semantic-shell-active: #72adff;--color-semantic-shell-free-hover: #9bc5ff;--color-semantic-shell-active-hover: #3488ff;--color-semantic-accent: #151517;--color-semantic-table-hover: #323236;--color-semantic-table-filtered: #0e2648;--color-semantic-table-selected: #0e2648;--color-semantic-button-primary-default: #72adff;--color-semantic-button-primary-hover: #3488ff;--color-semantic-button-primary-pressed: #c7dfff;--color-semantic-button-primary-disabled: #232326;--color-semantic-accent-alt: #232326;--color-semantic-license-regular: #000;--color-semantic-license-tensor: #000;--color-semantic-level-minus1: #000;--color-semantic-level0: #232326;--color-semantic-level1: #3e3f46;--color-semantic-level2: #4e4f56;--color-semantic-level3: #5f6067;--color-semantic-success-bright: #0e1a09;--color-semantic-warning-bright: #1b1703;--color-semantic-severe-warning-bright: #3a200e;--color-semantic-button-danger-default: #e85d5a;--color-semantic-button-danger-hover: #c73f3c;--color-semantic-button-danger-pressed: #ef918f;--color-semantic-button-danger-disabled: #232326;--color-semantic-error-bright: #491514;--color-semantic-info-bright: #0e2648;--color-semantic-online: #356121;--color-semantic-away: #80491e;--color-semantic-busy: #e85d5a;--color-semantic-controls-unchecked-default: #000;--color-semantic-controls-unchecked-hover: #000;--color-semantic-controls-unchecked-disabled: #151517;--color-semantic-controls-checked-default: #72adff;--color-semantic-controls-checked-hover: #3488ff;--color-semantic-controls-checked-disabled: #5f6067;--color-semantic-controls-indeterminate-default: #000;--color-semantic-controls-indeterminate-hover: #000;--color-semantic-controls-indeterminate-disabled: #151517;--color-semantic-disabled: #83848b;--color-semantic-tag-info-hover: #143665;--color-semantic-tag-info-default: #0e2648;--color-semantic-tag-danger-default: #491514;--color-semantic-tag-danger-hover: #651e1c;--color-semantic-tag-success-default: #172b0f;--color-semantic-tag-success-hover: #213d15;--color-semantic-tag-neutral-default: #232326;--color-semantic-tag-neutral-hover: #323236;--color-semantic-info-dim: #72adff;--color-semantic-away-alt: #3e3706;--color-semantic-success-dim: #549b35;--color-semantic-warning-dim: #9d8b0f;--color-semantic-severe-warning-dim: #cc7330;--color-semantic-error-dim: #e85d5a;--color-semantic-scroll: #83848b;--color-semantic-page-indicator-enabled: #3488ff;--color-semantic-page-indicator-default: #3e3f46;--color-semantic-menu-hover: #232326;--color-semantic-menu-pressed: #323236;--color-semantic-menu-default: #000;--color-semantic-menu-disabled: #000;--color-semantic-generic-bright: #232326;--color-semantic-button-warning-default: #80491e;--color-semantic-button-warning-hover: #693b19;--color-semantic-button-warning-pressed: #995624;--color-semantic-button-warning-disabled: #232326;--color-semantic-overlay: #fff6;--color-semantic-type-primary: #ebedf4;--color-semantic-type-secondary: #a1a3ab;--color-semantic-type-tertiary: #83848b;--color-semantic-type-disabled: #5f6067;--color-semantic-type-inverted: #000;--color-semantic-type-link-default: #72adff;--color-semantic-type-link-pressed: #c7dfff;--color-semantic-type-link-hover: #3488ff;--color-semantic-type-link-disabled: #5f6067;--color-semantic-type-success: #549b35;--color-semantic-type-warning: #9d8b0f;--color-semantic-type-severe-warning: #cc7330;--color-semantic-type-danger: #e85d5a;--color-semantic-type-error: #e85d5a;--color-semantic-type-info: #72adff;--color-semantic-type-info-alt: #c7dfff;--color-semantic-type-severe-warning-dim: #fff3ea;--color-semantic-border-primary: #3e3f46;--color-semantic-border-secondary: #4e4f56;--color-semantic-border-accent: #72adff;--color-semantic-border-inverse: #232326;--color-semantic-border-input-default: #83848b;--color-semantic-border-input-hover: #d3d5db;--color-semantic-border-input-focus: #72adff;--color-semantic-border-input-disabled: #4e4f56;--color-semantic-border-input-error: #e85d5a;--color-semantic-border-success: #549b35;--color-semantic-border-warning: #9d8b0f;--color-semantic-border-severe-warning: #cc7330;--color-semantic-border-danger: #e85d5a;--color-semantic-border-error: #e85d5a;--color-semantic-border-info: #72adff;--color-semantic-border-button-default: #d3d5db;--color-semantic-border-button-hover: #d3d5db;--color-semantic-border-button-focus: #a1a3ab;--color-semantic-border-button-focus-inverse: #000;--color-semantic-border-button-disabled: #5f6067;--color-semantic-border-controls-unchecked-default: #f2f3f7;--color-semantic-border-controls-unchecked-hover: #f2f3f7;--color-semantic-border-controls-unchecked-disabled: #5f6067;--color-semantic-border-controls-indeterminate-default: #72adff;--color-semantic-border-controls-indeterminate-hover: #3488ff;--color-semantic-border-controls-indeterminate-disabled: #5f6067;--color-semantic-border-disabled: #4e4f56;--color-semantic-border-blocked: #232326;--color-semantic-border-focus: #a1a3ab;--color-semantic-border-toast-and-messages-info: #1a4784;--color-semantic-border-toast-and-messages-error: #822624;--color-semantic-border-toast-and-messages-generic: #4e4f56;--color-semantic-border-toast-and-messages-success: #2b4f1b;--color-semantic-border-toast-and-messages-warning: #514708;--color-semantic-border-toast-and-messages-severe-warning: #693b19;--color-semantic-icon-regular-default: #a1a3ab;--color-semantic-icon-regular-hover: #5f6067;--color-semantic-icon-regular-disabled: #5f6067;--color-semantic-icon-regular-pressed: #edeff5;--color-semantic-icon-accent-default: #72adff;--color-semantic-icon-accent-hover: #3488ff;--color-semantic-icon-accent-disabled: #5f6067;--color-semantic-icon-accent-pressed: #c7dfff;--color-semantic-icon-accent-default-alt: #c7dfff;--color-semantic-icon-inverted-default: #000;--color-semantic-icon-inverted-hover: #232326;--color-semantic-icon-inverted-pressed: #232326;--color-semantic-icon-inverted-disabled: #5f6067;--color-semantic-icon-shell-default: #1a4784;--color-semantic-icon-shell-hover: #0e2648;--color-semantic-icon-danger-default: #e85d5a;--color-semantic-icon-danger-hover: #c73f3c;--color-semantic-icon-danger-pressed: #f4b1af;--color-semantic-icon-danger-disabled: #5f6067;--color-semantic-icon-success-default: #549b35;--color-semantic-icon-success-hover: #3e7427;--color-semantic-icon-success-pressed: #94d279;--color-semantic-icon-success-disabled: #5f6067;--color-semantic-icon-warning-default: #fff3ea;--color-semantic-icon-warning-hover: #ffd5b6;--color-semantic-icon-warning-pressed: #ffb176;--color-semantic-icon-warning-disabled: #5f6067;--color-semantic-theme-primary: #72adff;--color-semantic-theme-lightest: #0e2648;--color-semantic-theme: #c7dfff;--color-semantic-theme-lighter: #1a4784;--color-semantic-theme-secondary: #3488ff;--color-semantic-theme-darker: #e8f1ff;--color-semantic-theme-darkest: #f0f6ff;--color-semantic-content-rose-lightest: #5f2435;--color-semantic-content-rose-lighter: #a43e5d;--color-semantic-content-rose: #ec839e;--color-semantic-content-rose-reference: #e85883;--color-semantic-content-rose-darker: #f4bfcb;--color-semantic-content-cornflower-lightest: #273761;--color-semantic-content-cornflower-lighter: #445fa9;--color-semantic-content-cornflower: #88a1f2;--color-semantic-content-cornflower-reference: #6086ef;--color-semantic-content-cornflower-darker: #c1ccf7;--color-semantic-content-aqua-lightest: #0f3d4d;--color-semantic-content-aqua-lighter: #1b6986;--color-semantic-content-aqua: #6eabca;--color-semantic-content-aqua-reference: #2695be;--color-semantic-content-aqua-darker: #b6d1e1;--color-semantic-content-pink-lightest: #57225b;--color-semantic-content-pink-lighter: #973b9e;--color-semantic-content-pink: #dd81e5;--color-semantic-content-pink-reference: #d554df;--color-semantic-content-pink-darker: #ebbef0;--color-semantic-content-violet-lightest: #472b63;--color-semantic-content-violet-lighter: #7c4aad;--color-semantic-content-violet: #bf8df6;--color-semantic-content-violet-reference: #af69f4;--color-semantic-content-violet-darker: #dbc3fa;--color-semantic-content-purple-lightest: #39335f;--color-semantic-content-purple-lighter: #6258a4;--color-semantic-content-purple: #a49aec;--color-semantic-content-purple-reference: #8b7ce8;--color-semantic-content-purple-darker: #cdc9f4;--color-semantic-content-teal-lightest: #1d3e37;--color-semantic-content-teal-lighter: #326b60;--color-semantic-content-teal: #7aada2;--color-semantic-content-teal-reference: #479888;--color-semantic-content-teal-darker: #bbd2cc;--color-semantic-content-mint-lightest: #164021;--color-semantic-content-mint-lighter: #267039;--color-semantic-content-mint: #73b280;--color-semantic-content-mint-reference: #369e51;--color-semantic-content-mint-darker: #b8d4bd;--color-semantic-content-lime-lightest: #333c15;--color-semantic-content-lime-lighter: #586925;--color-semantic-content-lime: #9aaa72;--color-semantic-content-lime-reference: #7d9434;--color-semantic-content-lime-darker: #c9d0b8;--color-reference-blue-primary-100: #09172c;--color-reference-blue-primary-200: #0e2648;--color-reference-blue-primary-300: #143665;--color-reference-blue-primary-400: #1a4784;--color-reference-blue-primary-500: #2055a0;--color-reference-blue-primary-600: #2665be;--color-reference-blue-primary-700: #3488ff;--color-reference-blue-primary-800: #72adff;--color-reference-blue-primary-900: #9bc5ff;--color-reference-blue-primary-1000: #c7dfff;--color-reference-blue-primary-1100: #e8f1ff;--color-reference-blue-primary-1200: #f0f6ff;--color-reference-neutral-100: #151517;--color-reference-neutral-200: #232326;--color-reference-neutral-300: #323236;--color-reference-neutral-400: #3e3f46;--color-reference-neutral-500: #4e4f56;--color-reference-neutral-600: #5f6067;--color-reference-neutral-700: #83848b;--color-reference-neutral-800: #a1a3ab;--color-reference-neutral-900: #d3d5db;--color-reference-neutral-1000: #edeff5;--color-reference-neutral-1100: #f2f3f7;--color-reference-neutral-1200: #f7f8fa;--color-reference-neutral-white: #fff;--color-reference-neutral-black: #000;--color-reference-green-100: #0e1a09;--color-reference-green-200: #172b0f;--color-reference-green-300: #213d15;--color-reference-green-400: #2b4f1b;--color-reference-green-500: #356121;--color-reference-green-600: #3e7427;--color-reference-green-700: #549b35;--color-reference-green-800: #67bf41;--color-reference-green-900: #94d279;--color-reference-green-1000: #c6e7b8;--color-reference-green-1100: #e5f4de;--color-reference-green-1200: #e5f4de;--color-reference-red-100: #2c0d0c;--color-reference-red-200: #491514;--color-reference-red-300: #651e1c;--color-reference-red-400: #822624;--color-reference-red-500: #9e2f2c;--color-reference-red-600: #c73f3c;--color-reference-red-700: #e85d5a;--color-reference-red-800: #ef918f;--color-reference-red-900: #f4b1af;--color-reference-red-1000: #f9d4d3;--color-reference-red-1100: #fcecec;--color-reference-red-1200: #fdf4f4;--color-reference-orange-100: #231308;--color-reference-orange-200: #3a200e;--color-reference-orange-300: #512d13;--color-reference-orange-400: #693b19;--color-reference-orange-500: #80491e;--color-reference-orange-600: #995624;--color-reference-orange-700: #cc7330;--color-reference-orange-800: #fc8e3b;--color-reference-orange-900: #ffb176;--color-reference-orange-1000: #ffd5b6;--color-reference-orange-1100: #ffeddf;--color-reference-orange-1200: #fff3ea;--color-reference-yellow-100: #1b1703;--color-reference-yellow-200: #2c2704;--color-reference-yellow-300: #3e3706;--color-reference-yellow-400: #514708;--color-reference-yellow-500: #63570a;--color-reference-yellow-600: #75670b;--color-reference-yellow-700: #9d8b0f;--color-reference-yellow-800: #c1ab13;--color-reference-yellow-900: #dcc215;--color-reference-yellow-1000: #f8df37;--color-reference-yellow-1100: #fcf2ab;--color-reference-yellow-1200: #fdf7ca;--color-reference-content-rose-600: #983a56;--color-reference-content-rose-800: #ee7499;--color-reference-content-rose-1000: #f6b5c9;--color-reference-content-cornflower-600: #3756ab;--color-reference-content-cornflower-800: #7898f1;--color-reference-content-cornflower-1000: #b5c6f8;--color-reference-content-aqua-600: #19627c;--color-reference-content-aqua-800: #2aa7d3;--color-reference-content-aqua-1000: #8cd1ea;--color-reference-content-pink-600: #8c3792;--color-reference-content-pink-800: #e469ed;--color-reference-content-pink-1000: #f1b2f6;--color-reference-content-violet-600: #773cb2;--color-reference-content-violet-800: #bb80f5;--color-reference-content-violet-1000: #dabafa;--color-reference-content-teal-600: #2e6459;--color-reference-content-teal-800: #4faa98;--color-reference-content-teal-1000: #70d9c4;--color-reference-content-mint-600: #236735;--color-reference-content-mint-800: #3cb05b;--color-reference-content-mint-1000: #75dc91;--color-reference-content-lime-600: #526122;--color-reference-content-lime-800: #8ca53a;--color-reference-content-lime-1000: #b5d353}.absolute:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){position:absolute}.fixed:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){position:fixed}.relative:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){position:relative}.static:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){position:static}.sticky:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){position:sticky}.inset-s0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){inset:var(--dimension-reference-spacing-s0)}.start-s4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){inset-inline-start:var(--dimension-reference-spacing-s4)}.top-full:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){top:100%}.top-s8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){top:var(--dimension-reference-spacing-s8)}.right-full:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){right:100%}.bottom-full:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){bottom:100%}.left-\[calc\(var\(--spacing-s8\)\+1px\)\]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){left:calc(var(--spacing-s8) + 1px)}.left-\[calc\(var\(--spacing-s12\)\+1px\)\]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){left:calc(var(--spacing-s12) + 1px)}.left-full:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){left:100%}.\!z-\[200000000\]:not(#\#){z-index:200000000!important}.z-10:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){z-index:10}.z-100:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){z-index:100}.container:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:100%}.m-s0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin:var(--dimension-reference-spacing-s0)}.m-s2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin:var(--dimension-reference-spacing-s2)}.m-s4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin:var(--dimension-reference-spacing-s4)}.m-s6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin:var(--dimension-reference-spacing-s6)}.m-s8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin:var(--dimension-reference-spacing-s8)}.mx-s0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-inline:var(--dimension-reference-spacing-s0)}.mx-s2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-inline:var(--dimension-reference-spacing-s2)}.mx-s4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-inline:var(--dimension-reference-spacing-s4)}.mx-s6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-inline:var(--dimension-reference-spacing-s6)}.mx-s8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-inline:var(--dimension-reference-spacing-s8)}.my-s0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-block:var(--dimension-reference-spacing-s0)}.my-s2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-block:var(--dimension-reference-spacing-s2)}.my-s4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-block:var(--dimension-reference-spacing-s4)}.my-s6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-block:var(--dimension-reference-spacing-s6)}.my-s8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-block:var(--dimension-reference-spacing-s8)}.mt-s0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-top:var(--dimension-reference-spacing-s0)}.mt-s2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-top:var(--dimension-reference-spacing-s2)}.mt-s4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-top:var(--dimension-reference-spacing-s4)}.mt-s6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-top:var(--dimension-reference-spacing-s6)}.mt-s8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-top:var(--dimension-reference-spacing-s8)}.mt-s12:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-top:var(--dimension-reference-spacing-s12)}.mr-s0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-right:var(--dimension-reference-spacing-s0)}.mr-s2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-right:var(--dimension-reference-spacing-s2)}.mr-s4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-right:var(--dimension-reference-spacing-s4)}.mr-s6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-right:var(--dimension-reference-spacing-s6)}.mr-s8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-right:var(--dimension-reference-spacing-s8)}.mb-s0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:var(--dimension-reference-spacing-s0)}.mb-s2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:var(--dimension-reference-spacing-s2)}.mb-s4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:var(--dimension-reference-spacing-s4)}.mb-s6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:var(--dimension-reference-spacing-s6)}.mb-s8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:var(--dimension-reference-spacing-s8)}.ml-s0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-left:var(--dimension-reference-spacing-s0)}.ml-s2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-left:var(--dimension-reference-spacing-s2)}.ml-s4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-left:var(--dimension-reference-spacing-s4)}.ml-s6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-left:var(--dimension-reference-spacing-s6)}.ml-s8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){margin-left:var(--dimension-reference-spacing-s8)}.box-border:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){box-sizing:border-box}.block:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){display:block}.contents:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){display:contents}.flex:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){display:flex}.flow-root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){display:flow-root}.grid:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){display:grid}.hidden:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){display:none}.inline:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){display:inline}.inline-block:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){display:inline-block}.inline-flex:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){display:inline-flex}.inline-grid:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){display:inline-grid}.inline-table:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){display:inline-table}.list-item:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){display:list-item}.table:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){display:table}.table-caption:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){display:table-caption}.table-cell:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){display:table-cell}.table-column:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){display:table-column}.table-column-group:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){display:table-column-group}.table-footer-group:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){display:table-footer-group}.table-header-group:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){display:table-header-group}.table-row:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){display:table-row}.table-row-group:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){display:table-row-group}.size-s16:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:var(--dimension-reference-spacing-s16);height:var(--dimension-reference-spacing-s16)}.size-s20:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:var(--dimension-reference-spacing-s20);height:var(--dimension-reference-spacing-s20)}.h-s12:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:var(--dimension-reference-spacing-s12)}.h-s16:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:var(--dimension-reference-spacing-s16)}.h-s24:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:var(--dimension-reference-spacing-s24)}.h-s28:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){height:var(--dimension-reference-spacing-s28)}.max-h-\[32px\]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){max-height:32px}.max-h-\[300px\]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){max-height:300px}.min-h-\[32px\]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){min-height:32px}.w-\[48px\]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:48px}.w-\[343px\]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:343px}.w-\[480px\]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:480px}.w-\[560px\]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:560px}.w-\[800px\]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:800px}.w-fit:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:fit-content}.w-full:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:100%}.w-s12:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:var(--dimension-reference-spacing-s12)}.w-s16:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:var(--dimension-reference-spacing-s16)}.w-s40:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){width:var(--dimension-reference-spacing-s40)}.max-w-\[343px\]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){max-width:343px}.max-w-\[480px\]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){max-width:480px}.max-w-\[560px\]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){max-width:560px}.max-w-\[800px\]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){max-width:800px}.min-w-\[48px\]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){min-width:48px}.min-w-s40:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){min-width:var(--dimension-reference-spacing-s40)}.flex-shrink-0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){flex-shrink:0}.shrink:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){flex-shrink:1}.shrink-0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){flex-shrink:0}.grow-0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){flex-grow:0}.grow-1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){flex-grow:1}.grow-2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){flex-grow:2}.grow-3:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){flex-grow:3}.grow-4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){flex-grow:4}.grow-5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){flex-grow:5}.basis-auto:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){flex-basis:auto}.basis-full:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){flex-basis:100%}.origin-\[0\]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){transform-origin:0}.-translate-x-1\/2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){--tw-translate-x: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-x-full:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){--tw-translate-x: 100%;translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1\/2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-s18:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){--tw-translate-y: calc(var(--dimension-reference-spacing-s18) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-none:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){translate:none}.scale-75:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){--tw-scale-x: 75%;--tw-scale-y: 75%;--tw-scale-z: 75%;scale:var(--tw-scale-x) var(--tw-scale-y)}.-rotate-90:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){rotate:-90deg}.rotate-90:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){rotate:90deg}.rotate-180:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){rotate:180deg}.transform:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){transform:var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, )}.cursor-not-allowed:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){cursor:not-allowed}.cursor-pointer:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){cursor:pointer}.list-none:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){list-style-type:none}.appearance-none:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){appearance:none}.flex-col:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){flex-direction:column}.items-baseline:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){align-items:baseline}.items-center:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){align-items:center}.items-end:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){align-items:flex-end}.items-start:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){align-items:flex-start}.items-stretch:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){align-items:stretch}.justify-around:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){justify-content:space-around}.justify-baseline:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){justify-content:baseline}.justify-between:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){justify-content:space-between}.justify-center:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){justify-content:center}.justify-end:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){justify-content:flex-end}.justify-evenly:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){justify-content:space-evenly}.justify-normal:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){justify-content:normal}.justify-start:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){justify-content:flex-start}.justify-stretch:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){justify-content:stretch}.gap-s4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){gap:var(--dimension-reference-spacing-s4)}.gap-s8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){gap:var(--dimension-reference-spacing-s8)}.gap-s10:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){gap:var(--dimension-reference-spacing-s10)}.self-auto:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){align-self:auto}.self-center:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){align-self:center}.self-end:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){align-self:flex-end}.self-start:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){align-self:flex-start}.self-stretch:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){align-self:stretch}.justify-self-center:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){justify-self:center}.justify-self-end:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){justify-self:flex-end}.justify-self-start:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){justify-self:flex-start}.justify-self-stretch:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){justify-self:stretch}.overflow-hidden:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){overflow:hidden}.overflow-x-hidden:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){overflow-x:hidden}.overflow-y-auto:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){overflow-y:auto}.rounded-full:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-radius:3.40282e38px}.rounded-r1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-radius:var(--dimension-reference-radius-r1)}.rounded-r2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-radius:var(--dimension-reference-radius-r2)}.rounded-r4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-radius:var(--dimension-reference-radius-r4)}.rounded-r6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-radius:var(--dimension-reference-radius-r6)}.rounded-r12:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-radius:var(--dimension-reference-radius-r12)}.rounded-r16:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-radius:var(--dimension-reference-radius-r16)}.border:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#),.border-1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-style:var(--tw-border-style);border-width:1px}.border-none:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){--tw-border-style: none;border-style:none}.border-border-button-default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-color:var(--color-semantic-border-button-default)}.border-border-controls-indeterminate-disabled:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-color:var(--color-semantic-border-controls-indeterminate-disabled)}.border-border-controls-unchecked-default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-color:var(--color-semantic-border-controls-unchecked-default)}.border-border-controls-unchecked-disabled:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-color:var(--color-semantic-border-controls-unchecked-disabled)}.border-border-input-default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-color:var(--color-semantic-border-input-default)}.border-border-input-error:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-color:var(--color-semantic-border-input-error)}.border-border-input-focus:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-color:var(--color-semantic-border-input-focus)}.border-controls-checked-default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-color:var(--color-semantic-controls-checked-default)}.bg-\[rgb\(0\,0\,0\,0\.4\)\]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:#0006}.bg-accent-alt:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-accent-alt)}.bg-away:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-away)}.bg-away-alt:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-away-alt)}.bg-border-primary:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-border-primary)}.bg-busy:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-busy)}.bg-button-danger-default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-button-danger-default)}.bg-button-primary-default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-button-primary-default)}.bg-button-secondary-neutral-hover:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-button-secondary-neutral-hover)}.bg-controls-checked-default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-controls-checked-default)}.bg-controls-checked-disabled:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-controls-checked-disabled)}.bg-controls-unchecked-default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-controls-unchecked-default)}.bg-controls-unchecked-disabled:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-controls-unchecked-disabled)}.bg-error-bright:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-error-bright)}.bg-info-bright:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-info-bright)}.bg-info-dim:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-info-dim)}.bg-level-minus1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-level-minus1)}.bg-level1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-level1)}.bg-level2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-level2)}.bg-menu-default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-menu-default)}.bg-menu-hover:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-menu-hover)}.bg-neutral-white:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-reference-neutral-white)}.bg-online:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-online)}.bg-severe-warning-bright:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-severe-warning-bright)}.bg-success-bright:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-success-bright)}.bg-table-selected:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-table-selected)}.bg-transparent:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:#0000}.bg-warning-bright:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-warning-bright)}.bottom-half-bg-accent-alt:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-image:linear-gradient(transparent 50%,var(--color-semantic-accent-alt) 50%)}.bottom-half-bg-level-minus1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-image:linear-gradient(transparent 50%,var(--color-semantic-level-minus1) 50%)}.bottom-half-bg-level1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-image:linear-gradient(transparent 50%,var(--color-semantic-level1) 50%)}.fill-current:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){fill:currentColor}.fill-level2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){fill:var(--color-semantic-level2)}.stroke-none:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){stroke:none}.\!p-s0:not(#\#){padding:var(--dimension-reference-spacing-s0)!important}.p-\[calc\(var\(--spacing-s8\)-1px\)\]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding:calc(var(--spacing-s8) - 1px)}.p-s2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding:var(--dimension-reference-spacing-s2)}.p-s8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding:var(--dimension-reference-spacing-s8)}.px-\[calc\(var\(--spacing-s12\)-1px\)\]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-inline:calc(var(--spacing-s12) - 1px)}.px-\[calc\(var\(--spacing-s16\)-1px\)\]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-inline:calc(var(--spacing-s16) - 1px)}.px-s4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-inline:var(--dimension-reference-spacing-s4)}.px-s8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-inline:var(--dimension-reference-spacing-s8)}.px-s12:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-inline:var(--dimension-reference-spacing-s12)}.px-s16:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-inline:var(--dimension-reference-spacing-s16)}.px-s24:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-inline:var(--dimension-reference-spacing-s24)}.py-\[calc\(var\(--spacing-s8\)-1px\)\]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-block:calc(var(--spacing-s8) - 1px)}.py-\[calc\(var\(--spacing-s10\)-1px\)\]:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-block:calc(var(--spacing-s10) - 1px)}.py-s2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-block:var(--dimension-reference-spacing-s2)}.py-s6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-block:var(--dimension-reference-spacing-s6)}.py-s8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-block:var(--dimension-reference-spacing-s8)}.py-s10:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-block:var(--dimension-reference-spacing-s10)}.ps-s0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-inline-start:var(--dimension-reference-spacing-s0)}.pt-s4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:var(--dimension-reference-spacing-s4)}.pt-s16:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-top:var(--dimension-reference-spacing-s16)}.pb-s8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:var(--dimension-reference-spacing-s8)}.pb-s16:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){padding-bottom:var(--dimension-reference-spacing-s16)}.text-disabled:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-semantic-disabled)}.text-icon-inverted-default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-semantic-icon-inverted-default)}.text-type-disabled:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-semantic-type-disabled)}.text-type-error:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-semantic-type-error)}.text-type-info:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-semantic-type-info)}.text-type-inverted:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-semantic-type-inverted)}.text-type-link-default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-semantic-type-link-default)}.text-type-primary:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-semantic-type-primary)}.text-type-secondary:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-semantic-type-secondary)}.text-type-severe-warning:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-semantic-type-severe-warning)}.text-type-success:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-semantic-type-success)}.text-type-warning:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-semantic-type-warning)}.shadow-auth-modal:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){--tw-shadow: var(--shadow-elevation-auth-modal);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-depth16:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){--tw-shadow: var(--shadow-elevation-depth16);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline-1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){outline-style:var(--tw-outline-style);outline-width:1px}.-outline-offset-3:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){outline-offset:-3px}.-outline-offset-4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){outline-offset:-4px}.outline-offset-0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){outline-offset:0px}.outline-offset-2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){outline-offset:2px}.outline-offset-3:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){outline-offset:3px}.outline-border-button-focus:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){outline-color:var(--color-semantic-border-button-focus)}.outline-border-button-focus-inverse:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){outline-color:var(--color-semantic-border-button-focus-inverse)}.outline-border-input-default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){outline-color:var(--color-semantic-border-input-default)}.outline-border-input-focus:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){outline-color:var(--color-semantic-border-input-focus)}.outline-border-primary:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){outline-color:var(--color-semantic-border-primary)}.transition-all:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){transition-property:all;transition-timing-function:var(--tw-ease, ease);transition-duration:var(--tw-duration, 0s)}.duration-200:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){--tw-duration: .2s;transition-duration:.2s}.outline-none:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){--tw-outline-style: none;outline-style:none}.outline-solid:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){--tw-outline-style: solid;outline-style:solid}.select-none:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){-webkit-user-select:none;user-select:none}.typo-ui-medium-body-text:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){font:var(--typography-ui-medium-body-text)}.typo-ui-medium-header:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){font:var(--typography-ui-medium-header)}.typo-ui-medium-header-2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){font:var(--typography-ui-medium-header-2)}.typo-ui-medium-label:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){font:var(--typography-ui-medium-label)}.typo-ui-medium-metadata:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){font:var(--typography-ui-medium-metadata)}.typo-ui-regular-body-text:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){font:var(--typography-ui-regular-body-text)}.typo-ui-regular-label:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){font:var(--typography-ui-regular-label)}.group-active\:border-border-controls-unchecked-disabled:is(:where(.group):active *):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-color:var(--color-semantic-border-controls-unchecked-disabled)}.group-active\:border-controls-checked-default:is(:where(.group):active *):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-color:var(--color-semantic-controls-checked-default)}.peer-placeholder-shown\:top-1\/2:is(:where(.peer):placeholder-shown~*):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){top:50%}.peer-placeholder-shown\:top-s8:is(:where(.peer):placeholder-shown~*):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){top:var(--dimension-reference-spacing-s8)}.peer-placeholder-shown\:-translate-y-1\/2:is(:where(.peer):placeholder-shown~*):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.peer-placeholder-shown\:-translate-y-s18:is(:where(.peer):placeholder-shown~*):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){--tw-translate-y: calc(var(--dimension-reference-spacing-s18) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.peer-placeholder-shown\:scale-75:is(:where(.peer):placeholder-shown~*):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){--tw-scale-x: 75%;--tw-scale-y: 75%;--tw-scale-z: 75%;scale:var(--tw-scale-x) var(--tw-scale-y)}.peer-placeholder-shown\:scale-100:is(:where(.peer):placeholder-shown~*):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){--tw-scale-x: 100%;--tw-scale-y: 100%;--tw-scale-z: 100%;scale:var(--tw-scale-x) var(--tw-scale-y)}.peer-focus\:top-s8:is(:where(.peer):focus~*):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){top:var(--dimension-reference-spacing-s8)}.peer-focus\:-translate-y-s18:is(:where(.peer):focus~*):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){--tw-translate-y: calc(var(--dimension-reference-spacing-s18) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.peer-focus\:scale-75:is(:where(.peer):focus~*):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){--tw-scale-x: 75%;--tw-scale-y: 75%;--tw-scale-z: 75%;scale:var(--tw-scale-x) var(--tw-scale-y)}.placeholder\:text-type-secondary:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::placeholder{color:var(--color-semantic-type-secondary)}.placeholder\:opacity-0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::placeholder{opacity:0}.placeholder\:opacity-100:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::placeholder{opacity:1}.placeholder\:typo-ui-regular-body-text:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::placeholder{font:var(--typography-ui-regular-body-text)}.invalid\:border-border-input-error:invalid:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-color:var(--color-semantic-border-input-error)}.invalid\:text-type-error:invalid:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-semantic-type-error)}@media(hover:hover){.hover\:border-border-input-hover:hover:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-color:var(--color-semantic-border-input-hover)}.hover\:bg-button-danger-hover:hover:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-button-danger-hover)}.hover\:bg-button-primary-hover:hover:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-button-primary-hover)}.hover\:bg-button-secondary-neutral-hover:hover:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-button-secondary-neutral-hover)}.hover\:bg-controls-checked-disabled:hover:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-controls-checked-disabled)}.hover\:bg-controls-checked-hover:hover:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-controls-checked-hover)}.hover\:bg-controls-unchecked-disabled:hover:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-controls-unchecked-disabled)}.hover\:bg-controls-unchecked-hover:hover:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-controls-unchecked-hover)}.hover\:bg-menu-hover:hover:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-menu-hover)}.hover\:text-type-disabled:hover:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-semantic-type-disabled)}.hover\:text-type-link-hover:hover:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-semantic-type-link-hover)}}.focus\:border-border-input-focus:focus:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-color:var(--color-semantic-border-input-focus)}.focus\:ring-0:focus:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:outline-none:focus:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){--tw-outline-style: none;outline-style:none}.focus\:placeholder\:opacity-100:focus:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::placeholder{opacity:1}.focus\:invalid\:border-border-input-error:focus:invalid:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-color:var(--color-semantic-border-input-error)}.focus-visible\:outline-solid:focus-visible:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){--tw-outline-style: solid;outline-style:solid}.active\:bg-button-danger-pressed:active:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-button-danger-pressed)}.active\:bg-button-primary-pressed:active:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-button-primary-pressed)}.active\:bg-button-secondary-neutral-pressed:active:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-button-secondary-neutral-pressed)}.active\:bg-menu-pressed:active:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-menu-pressed)}.active\:text-type-link-pressed:active:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-semantic-type-link-pressed)}.disabled\:cursor-not-allowed:disabled:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){cursor:not-allowed}.disabled\:border-border-button-disabled:disabled:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-color:var(--color-semantic-border-button-disabled)}.disabled\:border-border-disabled:disabled:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){border-color:var(--color-semantic-border-disabled)}.disabled\:bg-button-danger-disabled:disabled:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-button-danger-disabled)}.disabled\:bg-button-primary-disabled:disabled:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-button-primary-disabled)}.disabled\:bg-button-secondary-neutral-disabled:disabled:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:var(--color-semantic-button-secondary-neutral-disabled)}.disabled\:bg-transparent:disabled:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){background-color:#0000}.disabled\:text-type-disabled:disabled:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-semantic-type-disabled)}.disabled\:text-type-link-disabled:disabled:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){color:var(--color-semantic-type-link-disabled)}:root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#),:host:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#){--color-button-secondary-inverted-default: var(--color-semantic-button-secondary-inverted-default);--color-button-secondary-inverted-hover: var(--color-semantic-button-secondary-inverted-hover);--color-button-secondary-inverted-hover-alt: var(--color-semantic-button-secondary-inverted-hover-alt);--color-button-secondary-inverted-pressed: var(--color-semantic-button-secondary-inverted-pressed);--color-button-secondary-inverted-disabled: var(--color-semantic-button-secondary-inverted-disabled);--color-button-secondary-neutral-default: var(--color-semantic-button-secondary-neutral-default);--color-button-secondary-neutral-hover: var(--color-semantic-button-secondary-neutral-hover);--color-button-secondary-neutral-pressed: var(--color-semantic-button-secondary-neutral-pressed);--color-button-secondary-neutral-disabled: var(--color-semantic-button-secondary-neutral-disabled);--color-button-secondary-neutral-hover-alt: var(--color-semantic-button-secondary-neutral-hover-alt);--color-button-overlay-default: var(--color-semantic-button-overlay-default);--color-button-overlay-hover: var(--color-semantic-button-overlay-hover);--color-button-overlay-pressed: var(--color-semantic-button-overlay-pressed);--color-button-overlay-focus: var(--color-semantic-button-overlay-focus);--color-button-overlay-disabled: var(--color-semantic-button-overlay-disabled);--color-shell-default: var(--color-semantic-shell-default);--color-shell-tensor-hover: var(--color-semantic-shell-tensor-hover);--color-shell-selected: var(--color-semantic-shell-selected);--color-shell-active: var(--color-semantic-shell-active);--color-shell-free-hover: var(--color-semantic-shell-free-hover);--color-shell-active-hover: var(--color-semantic-shell-active-hover);--color-accent: var(--color-semantic-accent);--color-table-hover: var(--color-semantic-table-hover);--color-table-filtered: var(--color-semantic-table-filtered);--color-table-selected: var(--color-semantic-table-selected);--color-button-primary-default: var(--color-semantic-button-primary-default);--color-button-primary-hover: var(--color-semantic-button-primary-hover);--color-button-primary-pressed: var(--color-semantic-button-primary-pressed);--color-button-primary-disabled: var(--color-semantic-button-primary-disabled);--color-accent-alt: var(--color-semantic-accent-alt);--color-license-regular: var(--color-semantic-license-regular);--color-license-tensor: var(--color-semantic-license-tensor);--color-level-minus1: var(--color-semantic-level-minus1);--color-level0: var(--color-semantic-level0);--color-level1: var(--color-semantic-level1);--color-level2: var(--color-semantic-level2);--color-level3: var(--color-semantic-level3);--color-success-bright: var(--color-semantic-success-bright);--color-warning-bright: var(--color-semantic-warning-bright);--color-severe-warning-bright: var(--color-semantic-severe-warning-bright);--color-button-danger-default: var(--color-semantic-button-danger-default);--color-button-danger-hover: var(--color-semantic-button-danger-hover);--color-button-danger-pressed: var(--color-semantic-button-danger-pressed);--color-button-danger-disabled: var(--color-semantic-button-danger-disabled);--color-error-bright: var(--color-semantic-error-bright);--color-info-bright: var(--color-semantic-info-bright);--color-online: var(--color-semantic-online);--color-away: var(--color-semantic-away);--color-busy: var(--color-semantic-busy);--color-controls-unchecked-default: var(--color-semantic-controls-unchecked-default);--color-controls-unchecked-hover: var(--color-semantic-controls-unchecked-hover);--color-controls-unchecked-disabled: var(--color-semantic-controls-unchecked-disabled);--color-controls-checked-default: var(--color-semantic-controls-checked-default);--color-controls-checked-hover: var(--color-semantic-controls-checked-hover);--color-controls-checked-disabled: var(--color-semantic-controls-checked-disabled);--color-controls-indeterminate-default: var(--color-semantic-controls-indeterminate-default);--color-controls-indeterminate-hover: var(--color-semantic-controls-indeterminate-hover);--color-controls-indeterminate-disabled: var(--color-semantic-controls-indeterminate-disabled);--color-disabled: var(--color-semantic-disabled);--color-tag-info-hover: var(--color-semantic-tag-info-hover);--color-tag-info-default: var(--color-semantic-tag-info-default);--color-tag-danger-default: var(--color-semantic-tag-danger-default);--color-tag-danger-hover: var(--color-semantic-tag-danger-hover);--color-tag-success-default: var(--color-semantic-tag-success-default);--color-tag-success-hover: var(--color-semantic-tag-success-hover);--color-tag-neutral-default: var(--color-semantic-tag-neutral-default);--color-tag-neutral-hover: var(--color-semantic-tag-neutral-hover);--color-info-dim: var(--color-semantic-info-dim);--color-away-alt: var(--color-semantic-away-alt);--color-success-dim: var(--color-semantic-success-dim);--color-warning-dim: var(--color-semantic-warning-dim);--color-severe-warning-dim: var(--color-semantic-severe-warning-dim);--color-error-dim: var(--color-semantic-error-dim);--color-scroll: var(--color-semantic-scroll);--color-page-indicator-enabled: var(--color-semantic-page-indicator-enabled);--color-page-indicator-default: var(--color-semantic-page-indicator-default);--color-menu-hover: var(--color-semantic-menu-hover);--color-menu-pressed: var(--color-semantic-menu-pressed);--color-menu-default: var(--color-semantic-menu-default);--color-menu-disabled: var(--color-semantic-menu-disabled);--color-generic-bright: var(--color-semantic-generic-bright);--color-button-warning-default: var(--color-semantic-button-warning-default);--color-button-warning-hover: var(--color-semantic-button-warning-hover);--color-button-warning-pressed: var(--color-semantic-button-warning-pressed);--color-button-warning-disabled: var(--color-semantic-button-warning-disabled);--color-overlay: var(--color-semantic-overlay);--color-type-primary: var(--color-semantic-type-primary);--color-type-secondary: var(--color-semantic-type-secondary);--color-type-tertiary: var(--color-semantic-type-tertiary);--color-type-disabled: var(--color-semantic-type-disabled);--color-type-inverted: var(--color-semantic-type-inverted);--color-type-link-default: var(--color-semantic-type-link-default);--color-type-link-pressed: var(--color-semantic-type-link-pressed);--color-type-link-hover: var(--color-semantic-type-link-hover);--color-type-link-disabled: var(--color-semantic-type-link-disabled);--color-type-success: var(--color-semantic-type-success);--color-type-warning: var(--color-semantic-type-warning);--color-type-severe-warning: var(--color-semantic-type-severe-warning);--color-type-danger: var(--color-semantic-type-danger);--color-type-error: var(--color-semantic-type-error);--color-type-info: var(--color-semantic-type-info);--color-type-info-alt: var(--color-semantic-type-info-alt);--color-type-severe-warning-dim: var(--color-semantic-type-severe-warning-dim);--color-border-primary: var(--color-semantic-border-primary);--color-border-secondary: var(--color-semantic-border-secondary);--color-border-accent: var(--color-semantic-border-accent);--color-border-inverse: var(--color-semantic-border-inverse);--color-border-input-default: var(--color-semantic-border-input-default);--color-border-input-hover: var(--color-semantic-border-input-hover);--color-border-input-focus: var(--color-semantic-border-input-focus);--color-border-input-disabled: var(--color-semantic-border-input-disabled);--color-border-input-error: var(--color-semantic-border-input-error);--color-border-success: var(--color-semantic-border-success);--color-border-warning: var(--color-semantic-border-warning);--color-border-severe-warning: var(--color-semantic-border-severe-warning);--color-border-danger: var(--color-semantic-border-danger);--color-border-error: var(--color-semantic-border-error);--color-border-info: var(--color-semantic-border-info);--color-border-button-default: var(--color-semantic-border-button-default);--color-border-button-hover: var(--color-semantic-border-button-hover);--color-border-button-focus: var(--color-semantic-border-button-focus);--color-border-button-focus-inverse: var(--color-semantic-border-button-focus-inverse);--color-border-button-disabled: var(--color-semantic-border-button-disabled);--color-border-controls-unchecked-default: var(--color-semantic-border-controls-unchecked-default);--color-border-controls-unchecked-hover: var(--color-semantic-border-controls-unchecked-hover);--color-border-controls-unchecked-disabled: var(--color-semantic-border-controls-unchecked-disabled);--color-border-controls-indeterminate-default: var(--color-semantic-border-controls-indeterminate-default);--color-border-controls-indeterminate-hover: var(--color-semantic-border-controls-indeterminate-hover);--color-border-controls-indeterminate-disabled: var(--color-semantic-border-controls-indeterminate-disabled);--color-border-disabled: var(--color-semantic-border-disabled);--color-border-blocked: var(--color-semantic-border-blocked);--color-border-focus: var(--color-semantic-border-focus);--color-border-toast-and-messages-info: var(--color-semantic-border-toast-and-messages-info);--color-border-toast-and-messages-error: var(--color-semantic-border-toast-and-messages-error);--color-border-toast-and-messages-generic: var(--color-semantic-border-toast-and-messages-generic);--color-border-toast-and-messages-success: var(--color-semantic-border-toast-and-messages-success);--color-border-toast-and-messages-warning: var(--color-semantic-border-toast-and-messages-warning);--color-border-toast-and-messages-severe-warning: var(--color-semantic-border-toast-and-messages-severe-warning);--color-icon-regular-default: var(--color-semantic-icon-regular-default);--color-icon-regular-hover: var(--color-semantic-icon-regular-hover);--color-icon-regular-disabled: var(--color-semantic-icon-regular-disabled);--color-icon-regular-pressed: var(--color-semantic-icon-regular-pressed);--color-icon-accent-default: var(--color-semantic-icon-accent-default);--color-icon-accent-hover: var(--color-semantic-icon-accent-hover);--color-icon-accent-disabled: var(--color-semantic-icon-accent-disabled);--color-icon-accent-pressed: var(--color-semantic-icon-accent-pressed);--color-icon-accent-default-alt: var(--color-semantic-icon-accent-default-alt);--color-icon-inverted-default: var(--color-semantic-icon-inverted-default);--color-icon-inverted-hover: var(--color-semantic-icon-inverted-hover);--color-icon-inverted-pressed: var(--color-semantic-icon-inverted-pressed);--color-icon-inverted-disabled: var(--color-semantic-icon-inverted-disabled);--color-icon-shell-default: var(--color-semantic-icon-shell-default);--color-icon-shell-hover: var(--color-semantic-icon-shell-hover);--color-icon-danger-default: var(--color-semantic-icon-danger-default);--color-icon-danger-hover: var(--color-semantic-icon-danger-hover);--color-icon-danger-pressed: var(--color-semantic-icon-danger-pressed);--color-icon-danger-disabled: var(--color-semantic-icon-danger-disabled);--color-icon-success-default: var(--color-semantic-icon-success-default);--color-icon-success-hover: var(--color-semantic-icon-success-hover);--color-icon-success-pressed: var(--color-semantic-icon-success-pressed);--color-icon-success-disabled: var(--color-semantic-icon-success-disabled);--color-icon-warning-default: var(--color-semantic-icon-warning-default);--color-icon-warning-hover: var(--color-semantic-icon-warning-hover);--color-icon-warning-pressed: var(--color-semantic-icon-warning-pressed);--color-icon-warning-disabled: var(--color-semantic-icon-warning-disabled);--color-theme-primary: var(--color-semantic-theme-primary);--color-theme-lightest: var(--color-semantic-theme-lightest);--color-theme: var(--color-semantic-theme);--color-theme-lighter: var(--color-semantic-theme-lighter);--color-theme-secondary: var(--color-semantic-theme-secondary);--color-theme-darker: var(--color-semantic-theme-darker);--color-theme-darkest: var(--color-semantic-theme-darkest);--color-content-rose-lightest: var(--color-semantic-content-rose-lightest);--color-content-rose-lighter: var(--color-semantic-content-rose-lighter);--color-content-rose: var(--color-semantic-content-rose-reference);--color-content-rose-darker: var(--color-semantic-content-rose-darker);--color-content-cornflower-lightest: var(--color-semantic-content-cornflower-lightest);--color-content-cornflower-lighter: var(--color-semantic-content-cornflower-lighter);--color-content-cornflower: var(--color-semantic-content-cornflower);--color-content-cornflower-darker: var(--color-semantic-content-cornflower-darker);--color-content-aqua-lightest: var(--color-semantic-content-aqua-lightest);--color-content-aqua-lighter: var(--color-semantic-content-aqua-lighter);--color-content-aqua: var(--color-semantic-content-aqua);--color-content-aqua-darker: var(--color-semantic-content-aqua-darker);--color-content-pink-lightest: var(--color-semantic-content-pink-lightest);--color-content-pink-lighter: var(--color-semantic-content-pink-lighter);--color-content-pink: var(--color-semantic-content-pink);--color-content-pink-darker: var(--color-semantic-content-pink-darker);--color-content-violet-lightest: var(--color-semantic-content-violet-lightest);--color-content-violet-lighter: var(--color-semantic-content-violet-lighter);--color-content-violet: var(--color-semantic-content-violet);--color-content-violet-darker: var(--color-semantic-content-violet-darker);--color-content-purple-lightest: var(--color-semantic-content-purple-lightest);--color-content-purple-lighter: var(--color-semantic-content-purple-lighter);--color-content-purple: var(--color-semantic-content-purple);--color-content-purple-darker: var(--color-semantic-content-purple-darker);--color-content-teal-lightest: var(--color-semantic-content-teal-lightest);--color-content-teal-lighter: var(--color-semantic-content-teal-lighter);--color-content-teal: var(--color-semantic-content-teal);--color-content-teal-darker: var(--color-semantic-content-teal-darker);--color-content-mint-lightest: var(--color-semantic-content-mint-lightest);--color-content-mint-lighter: var(--color-semantic-content-mint-lighter);--color-content-mint: var(--color-semantic-content-mint);--color-content-mint-darker: var(--color-semantic-content-mint-darker);--color-content-lime-lightest: var(--color-semantic-content-lime-lightest);--color-content-lime-lighter: var(--color-semantic-content-lime-lighter);--color-content-lime: var(--color-semantic-content-lime);--color-content-lime-darker: var(--color-semantic-content-lime-darker);--color-blue-primary-100: var(--color-reference-blue-primary-100);--color-blue-primary-200: var(--color-reference-blue-primary-200);--color-blue-primary-300: var(--color-reference-blue-primary-300);--color-blue-primary-400: var(--color-reference-blue-primary-400);--color-blue-primary-500: var(--color-reference-blue-primary-500);--color-blue-primary-600: var(--color-reference-blue-primary-600);--color-blue-primary-700: var(--color-reference-blue-primary-700);--color-blue-primary-800: var(--color-reference-blue-primary-800);--color-blue-primary-900: var(--color-reference-blue-primary-900);--color-blue-primary-1000: var(--color-reference-blue-primary-1000);--color-blue-primary-1100: var(--color-reference-blue-primary-1100);--color-blue-primary-1200: var(--color-reference-blue-primary-1200);--color-neutral-100: var(--color-reference-neutral-100);--color-neutral-200: var(--color-reference-neutral-200);--color-neutral-300: var(--color-reference-neutral-300);--color-neutral-400: var(--color-reference-neutral-400);--color-neutral-500: var(--color-reference-neutral-500);--color-neutral-600: var(--color-reference-neutral-600);--color-neutral-700: var(--color-reference-neutral-700);--color-neutral-800: var(--color-reference-neutral-800);--color-neutral-900: var(--color-reference-neutral-900);--color-neutral-1000: var(--color-reference-neutral-1000);--color-neutral-1100: var(--color-reference-neutral-1100);--color-neutral-1200: var(--color-reference-neutral-1200);--color-neutral-white: var(--color-reference-neutral-white);--color-neutral-black: var(--color-reference-neutral-black);--color-green-100: var(--color-reference-green-100);--color-green-200: var(--color-reference-green-200);--color-green-300: var(--color-reference-green-300);--color-green-400: var(--color-reference-green-400);--color-green-500: var(--color-reference-green-500);--color-green-600: var(--color-reference-green-600);--color-green-700: var(--color-reference-green-700);--color-green-800: var(--color-reference-green-800);--color-green-900: var(--color-reference-green-900);--color-green-1000: var(--color-reference-green-1000);--color-green-1100: var(--color-reference-green-1100);--color-green-1200: var(--color-reference-green-1200);--color-red-100: var(--color-reference-red-100);--color-red-200: var(--color-reference-red-200);--color-red-300: var(--color-reference-red-300);--color-red-400: var(--color-reference-red-400);--color-red-500: var(--color-reference-red-500);--color-red-600: var(--color-reference-red-600);--color-red-700: var(--color-reference-red-700);--color-red-800: var(--color-reference-red-800);--color-red-900: var(--color-reference-red-900);--color-red-1000: var(--color-reference-red-1000);--color-red-1100: var(--color-reference-red-1100);--color-red-1200: var(--color-reference-red-1200);--color-orange-100: var(--color-reference-orange-100);--color-orange-200: var(--color-reference-orange-200);--color-orange-300: var(--color-reference-orange-300);--color-orange-400: var(--color-reference-orange-400);--color-orange-500: var(--color-reference-orange-500);--color-orange-600: var(--color-reference-orange-600);--color-orange-700: var(--color-reference-orange-700);--color-orange-800: var(--color-reference-orange-800);--color-orange-900: var(--color-reference-orange-900);--color-orange-1000: var(--color-reference-orange-1000);--color-orange-1100: var(--color-reference-orange-1100);--color-orange-1200: var(--color-reference-orange-1200);--color-yellow-100: var(--color-reference-yellow-100);--color-yellow-200: var(--color-reference-yellow-200);--color-yellow-300: var(--color-reference-yellow-300);--color-yellow-400: var(--color-reference-yellow-400);--color-yellow-500: var(--color-reference-yellow-500);--color-yellow-600: var(--color-reference-yellow-600);--color-yellow-700: var(--color-reference-yellow-700);--color-yellow-800: var(--color-reference-yellow-800);--color-yellow-900: var(--color-reference-yellow-900);--color-yellow-1000: var(--color-reference-yellow-1000);--color-yellow-1100: var(--color-reference-yellow-1100);--color-yellow-1200: var(--color-reference-yellow-1200);--color-content-rose-600: var(--color-reference-content-rose-600);--color-content-rose-800: var(--color-reference-content-rose-800);--color-content-rose-1000: var(--color-reference-content-rose-1000);--color-content-cornflower-600: var(--color-reference-content-cornflower-600);--color-content-cornflower-800: var(--color-reference-content-cornflower-800);--color-content-cornflower-1000: var(--color-reference-content-cornflower-1000);--color-content-aqua-600: var(--color-reference-content-aqua-600);--color-content-aqua-800: var(--color-reference-content-aqua-800);--color-content-aqua-1000: var(--color-reference-content-aqua-1000);--color-content-pink-600: var(--color-reference-content-pink-600);--color-content-pink-800: var(--color-reference-content-pink-800);--color-content-pink-1000: var(--color-reference-content-pink-1000);--color-content-violet-600: var(--color-reference-content-violet-600);--color-content-violet-800: var(--color-reference-content-violet-800);--color-content-violet-1000: var(--color-reference-content-violet-1000);--color-content-teal-600: var(--color-reference-content-teal-600);--color-content-teal-800: var(--color-reference-content-teal-800);--color-content-teal-1000: var(--color-reference-content-teal-1000);--color-content-mint-600: var(--color-reference-content-mint-600);--color-content-mint-800: var(--color-reference-content-mint-800);--color-content-mint-1000: var(--color-reference-content-mint-1000);--color-content-lime-600: var(--color-reference-content-lime-600);--color-content-lime-800: var(--color-reference-content-lime-800);--color-content-lime-1000: var(--color-reference-content-lime-1000);--spacing-s0: var(--dimension-reference-spacing-s0);--spacing-s2: var(--dimension-reference-spacing-s2);--spacing-s4: var(--dimension-reference-spacing-s4);--spacing-s6: var(--dimension-reference-spacing-s6);--spacing-s8: var(--dimension-reference-spacing-s8);--spacing-s10: var(--dimension-reference-spacing-s10);--spacing-s12: var(--dimension-reference-spacing-s12);--spacing-s14: var(--dimension-reference-spacing-s14);--spacing-s16: var(--dimension-reference-spacing-s16);--spacing-s18: var(--dimension-reference-spacing-s18);--spacing-s20: var(--dimension-reference-spacing-s20);--spacing-s22: var(--dimension-reference-spacing-s22);--spacing-s24: var(--dimension-reference-spacing-s24);--spacing-s28: var(--dimension-reference-spacing-s28);--spacing-s32: var(--dimension-reference-spacing-s32);--spacing-s34: var(--dimension-reference-spacing-s34);--spacing-s36: var(--dimension-reference-spacing-s36);--spacing-s40: var(--dimension-reference-spacing-s40);--spacing-s52: var(--dimension-reference-spacing-s52);--spacing-s56: var(--dimension-reference-spacing-s56);--font-size-100: var(--dimension-reference-font-size-100);--font-size-120: var(--dimension-reference-font-size-120);--font-size-140: var(--dimension-reference-font-size-140);--font-size-160: var(--dimension-reference-font-size-160);--font-size-180: var(--dimension-reference-font-size-180);--font-size-200: var(--dimension-reference-font-size-200);--font-size-220: var(--dimension-reference-font-size-220);--font-size-240: var(--dimension-reference-font-size-240);--font-size-280: var(--dimension-reference-font-size-280);--font-size-320: var(--dimension-reference-font-size-320);--font-size-360: var(--dimension-reference-font-size-360);--font-size-420: var(--dimension-reference-font-size-420);--font-size-450: var(--dimension-reference-font-size-450);--font-size-570: var(--dimension-reference-font-size-570);--line-height-120: var(--dimension-reference-line-height-120);--line-height-160: var(--dimension-reference-line-height-160);--line-height-200: var(--dimension-reference-line-height-200);--line-height-220: var(--dimension-reference-line-height-220);--line-height-240: var(--dimension-reference-line-height-240);--line-height-280: var(--dimension-reference-line-height-280);--line-height-300: var(--dimension-reference-line-height-300);--line-height-320: var(--dimension-reference-line-height-320);--line-height-360: var(--dimension-reference-line-height-360);--line-height-400: var(--dimension-reference-line-height-400);--line-height-440: var(--dimension-reference-line-height-440);--line-height-520: var(--dimension-reference-line-height-520);--line-height-640: var(--dimension-reference-line-height-640);--letter-spacing-xxs: var(--dimension-reference-letter-spacing-xxs);--letter-spacing-xs: var(--dimension-reference-letter-spacing-xs);--letter-spacing-s: var(--dimension-reference-letter-spacing-s);--letter-spacing-m: var(--dimension-reference-letter-spacing-m);--letter-spacing-l: var(--dimension-reference-letter-spacing-l);--letter-spacing-xl: var(--dimension-reference-letter-spacing-xl);--letter-spacing-xxl: var(--dimension-reference-letter-spacing-xxl);--letter-spacing-xxxl: var(--dimension-reference-letter-spacing-xxxl);--paragraph-spacing-none: var(--dimension-reference-paragraph-spacing-none);--font-weight-100: var(--dimension-reference-font-weight-100);--font-weight-200: var(--dimension-reference-font-weight-200);--font-weight-300: var(--dimension-reference-font-weight-300);--font-weight-400: var(--dimension-reference-font-weight-400);--font-weight-500: var(--dimension-reference-font-weight-500);--font-weight-600: var(--dimension-reference-font-weight-600);--font-weight-700: var(--dimension-reference-font-weight-700);--font-weight-800: var(--dimension-reference-font-weight-800);--font-weight-900: var(--dimension-reference-font-weight-900);--radius-r0: var(--dimension-reference-radius-r0);--radius-r1: var(--dimension-reference-radius-r1);--radius-r2: var(--dimension-reference-radius-r2);--radius-r4: var(--dimension-reference-radius-r4);--radius-r6: var(--dimension-reference-radius-r6);--radius-r8: var(--dimension-reference-radius-r8);--radius-r12: var(--dimension-reference-radius-r12);--radius-r16: var(--dimension-reference-radius-r16);--radius-r999: var(--dimension-reference-radius-r999);--shadow-card-small: var(--shadow-elevation-card-small);--shadow-auth-modal: var(--shadow-elevation-auth-modal);--shadow-content-area: var(--shadow-elevation-content-area);--shadow-external-app: var(--shadow-elevation-external-app);--shadow-inverted-shadow: var(--shadow-elevation-inverted-shadow);--shadow-depth4: var(--shadow-elevation-depth4);--shadow-depth8: var(--shadow-elevation-depth8);--shadow-depth16: var(--shadow-elevation-depth16);--shadow-depth64: var(--shadow-elevation-depth64);--shadow-card-small_1: var(--shadow-elevation-card-small_1);--shadow-auth-modal_1: var(--shadow-elevation-auth-modal_1);--shadow-content-area_1: var(--shadow-elevation-content-area_1);--shadow-external-app_1: var(--shadow-elevation-external-app_1);--shadow-inverted-shadow_1: var(--shadow-elevation-inverted-shadow_1);--shadow-depth4_1: var(--shadow-elevation-depth4_1);--shadow-depth8_1: var(--shadow-elevation-depth8_1);--shadow-depth16_1: var(--shadow-elevation-depth16_1);--shadow-depth64_1: var(--shadow-elevation-depth64_1);--string-font-family-app: var(--string-reference-font-family-app);--string-font-family-ios: var(--string-reference-font-family-ios);--string-font-family-android: var(--string-reference-font-family-android);--string-font-family-email: var(--string-reference-font-family-email);--string-font-family-code: var(--string-reference-font-family-code);--typo-ui-regular-subtitle-2: var(--typography-ui-regular-subtitle-2);--typo-ui-regular-header: var(--typography-ui-regular-header);--typo-ui-regular-header-2: var(--typography-ui-regular-header-2);--typo-ui-regular-subject-title: var(--typography-ui-regular-subject-title);--typo-ui-regular-body-text: var(--typography-ui-regular-body-text);--typo-ui-regular-label: var(--typography-ui-regular-label);--typo-ui-regular-metadata: var(--typography-ui-regular-metadata);--typo-ui-medium-large-title: var(--typography-ui-medium-large-title);--typo-ui-medium-subtitle-1: var(--typography-ui-medium-subtitle-1);--typo-ui-medium-subtitle-2: var(--typography-ui-medium-subtitle-2);--typo-ui-medium-header: var(--typography-ui-medium-header);--typo-ui-medium-header-2: var(--typography-ui-medium-header-2);--typo-ui-medium-subject-title: var(--typography-ui-medium-subject-title);--typo-ui-medium-body-text: var(--typography-ui-medium-body-text);--typo-ui-medium-label: var(--typography-ui-medium-label);--typo-ui-medium-kicker: var(--typography-ui-medium-kicker);--typo-ui-medium-metadata: var(--typography-ui-medium-metadata);--typo-ui-medium-id-pass: var(--typography-ui-medium-id-pass);--typo-ui-bold-subtitle-1: var(--typography-ui-bold-subtitle-1);--typo-ui-bold-header-2: var(--typography-ui-bold-header-2);--typo-ui-bold-subject-title: var(--typography-ui-bold-subject-title);--typo-ui-bold-subtitle-2: var(--typography-ui-bold-subtitle-2);--typo-ui-bold-header: var(--typography-ui-bold-header);--typo-ui-bold-body-text: var(--typography-ui-bold-body-text);--typo-ui-bold-label: var(--typography-ui-bold-label);--typo-ui-hidden-password-input: var(--typography-ui-hidden-password-input);--typo-email-regular-body-text: var(--typography-email-regular-body-text);--typo-email-regular-metadata: var(--typography-email-regular-metadata);--typo-email-regular-h0: var(--typography-email-regular-h0);--typo-email-regular-greeting-title: var(--typography-email-regular-greeting-title);--typo-email-regular-page-title: var(--typography-email-regular-page-title);--typo-email-regular-pane-header: var(--typography-email-regular-pane-header);--typo-email-regular-header: var(--typography-email-regular-header);--typo-email-regular-subject-title: var(--typography-email-regular-subject-title);--typo-email-bold-h0: var(--typography-email-bold-h0);--typo-email-bold-greeting-title: var(--typography-email-bold-greeting-title);--typo-email-bold-page-title: var(--typography-email-bold-page-title);--typo-email-bold-pane-header: var(--typography-email-bold-pane-header);--typo-email-bold-header: var(--typography-email-bold-header);--typo-email-bold-subject-title: var(--typography-email-bold-subject-title);--typo-email-bold-body-text: var(--typography-email-bold-body-text);--typo-email-bold-metadata: var(--typography-email-bold-metadata);--typo-sf-pro-regular-badge: var(--typography-sf-pro-regular-badge);--typo-sf-pro-regular-metadata: var(--typography-sf-pro-regular-metadata);--typo-sf-pro-regular-body-text: var(--typography-sf-pro-regular-body-text);--typo-sf-pro-regular-subject-title: var(--typography-sf-pro-regular-subject-title);--typo-sf-pro-regular-header: var(--typography-sf-pro-regular-header);--typo-sf-pro-regular-pane-header: var(--typography-sf-pro-regular-pane-header);--typo-sf-pro-regular-page-title: var(--typography-sf-pro-regular-page-title);--typo-sf-pro-regular-greeting-title: var(--typography-sf-pro-regular-greeting-title);--typo-sf-pro-regular-hero-title: var(--typography-sf-pro-regular-hero-title);--typo-sf-pro-regular-pane-header-2: var(--typography-sf-pro-regular-pane-header-2);--typo-sf-pro-semibold-badge: var(--typography-sf-pro-semibold-badge);--typo-sf-pro-semibold-metadata: var(--typography-sf-pro-semibold-metadata);--typo-sf-pro-semibold-body-text: var(--typography-sf-pro-semibold-body-text);--typo-sf-pro-semibold-subject-title: var(--typography-sf-pro-semibold-subject-title);--typo-sf-pro-semibold-header: var(--typography-sf-pro-semibold-header);--typo-sf-pro-semibold-pane-header: var(--typography-sf-pro-semibold-pane-header);--typo-sf-pro-semibold-page-title: var(--typography-sf-pro-semibold-page-title);--typo-sf-pro-semibold-greeting-title: var(--typography-sf-pro-semibold-greeting-title);--typo-sf-pro-semibold-hero-title: var(--typography-sf-pro-semibold-hero-title);--typo-sf-pro-semibold-pane-header-2: var(--typography-sf-pro-semibold-pane-header-2);--typo-sf-pro-bold-badge: var(--typography-sf-pro-bold-badge);--typo-sf-pro-bold-metadata: var(--typography-sf-pro-bold-metadata);--typo-sf-pro-bold-body-text: var(--typography-sf-pro-bold-body-text);--typo-sf-pro-bold-subject-title: var(--typography-sf-pro-bold-subject-title);--typo-sf-pro-bold-header: var(--typography-sf-pro-bold-header);--typo-sf-pro-bold-pane-header: var(--typography-sf-pro-bold-pane-header);--typo-sf-pro-bold-page-title: var(--typography-sf-pro-bold-page-title);--typo-sf-pro-bold-greeting-title: var(--typography-sf-pro-bold-greeting-title);--typo-sf-pro-bold-hero-title: var(--typography-sf-pro-bold-hero-title);--typo-sf-pro-bold-pane-header-2: var(--typography-sf-pro-bold-pane-header-2)}@property --tw-translate-x{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-y{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-z{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-scale-x{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-scale-y{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-scale-z{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-rotate-x{syntax: "*"; inherits: false}@property --tw-rotate-y{syntax: "*"; inherits: false}@property --tw-rotate-z{syntax: "*"; inherits: false}@property --tw-skew-x{syntax: "*"; inherits: false}@property --tw-skew-y{syntax: "*"; inherits: false}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-shadow-color{syntax: "*"; inherits: false}@property --tw-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-inset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-shadow-color{syntax: "*"; inherits: false}@property --tw-inset-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-ring-color{syntax: "*"; inherits: false}@property --tw-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-ring-color{syntax: "*"; inherits: false}@property --tw-inset-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-ring-inset{syntax: "*"; inherits: false}@property --tw-ring-offset-width{syntax: "<length>"; inherits: false; initial-value: 0;}@property --tw-ring-offset-color{syntax: "*"; inherits: false; initial-value: #fff;}@property --tw-ring-offset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-outline-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-duration{syntax: "*"; inherits: false}
