Skip to content

Instantly share code, notes, and snippets.

@Stvad
Created April 21, 2022 04:16
Show Gist options
  • Save Stvad/1910cfaa244b5e58458289aaeb419e0f to your computer and use it in GitHub Desktop.
Save Stvad/1910cfaa244b5e58458289aaeb419e0f to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
<script src="https://hypothes.is/embed.js" async></script><div><style xmlns="http://www.w3.org/1999/xhtml" type="text/css"> @-webkit-keyframes rotate {
from { -webkit-transform: rotate(0deg); }
to { -webkit-transform: rotate(360deg); }
}
@keyframes rotate {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
.dropbox-dropin-btn, .dropbox-dropin-btn:link, .dropbox-dropin-btn:hover {
display: inline-block;
height: 14px;
font-family: "Lucida Grande", "Segoe UI", "Tahoma", "Helvetica Neue", "Helvetica", sans-serif;
font-size: 11px;
font-weight: 600;
color: #636363;
text-decoration: none;
padding: 1px 7px 5px 3px;
border: 1px solid #ebebeb;
border-radius: 2px;
border-bottom-color: #d4d4d4;
background: #fcfcfc;
background: -moz-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
background: -webkit-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
background: linear-gradient(to bottom, #fcfcfc 0%, #f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f5f5f5',GradientType=0);
}
.dropbox-dropin-default:hover, .dropbox-dropin-error:hover {
border-color: #dedede;
border-bottom-color: #cacaca;
background: #fdfdfd;
background: -moz-linear-gradient(top, #fdfdfd 0%, #f5f5f5 100%);
background: -webkit-linear-gradient(top, #fdfdfd 0%, #f5f5f5 100%);
background: linear-gradient(to bottom, #fdfdfd 0%, #f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f5f5f5',GradientType=0);
}
.dropbox-dropin-default:active, .dropbox-dropin-error:active {
border-color: #d1d1d1;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}
.dropbox-dropin-btn .dropin-btn-status {
display: inline-block;
width: 15px;
height: 14px;
vertical-align: bottom;
margin: 0 5px 0 2px;
background: transparent url('https://www.dropbox.com/static/images/widgets/dbx-saver-status.png') no-repeat;
position: relative;
top: 2px;
}
.dropbox-dropin-default .dropin-btn-status {
background-position: 0px 0px;
}
.dropbox-dropin-progress .dropin-btn-status {
width: 18px;
margin: 0 4px 0 0;
background: url('https://www.dropbox.com/static/images/widgets/dbx-progress.png') no-repeat center center;
-webkit-animation-name: rotate;
-webkit-animation-duration: 1.7s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-name: rotate;
animation-duration: 1.7s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.dropbox-dropin-success .dropin-btn-status {
background-position: -15px 0px;
}
.dropbox-dropin-disabled {
background: #e0e0e0;
border: 1px #dadada solid;
border-bottom: 1px solid #ccc;
box-shadow: none;
}
.dropbox-dropin-disabled .dropin-btn-status {
background-position: -30px 0px;
}
.dropbox-dropin-error .dropin-btn-status {
background-position: -45px 0px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.4) {
.dropbox-dropin-btn .dropin-btn-status {
background-image: url('https://www.dropbox.com/static/images/widgets/dbx-saver-status-2x.png');
background-size: 60px 14px;
-webkit-background-size: 60px 14px;
}
.dropbox-dropin-progress .dropin-btn-status {
background: url('https://www.dropbox.com/static/images/widgets/dbx-progress-2x.png') no-repeat center center;
background-size: 20px 20px;
-webkit-background-size: 20px 20px;
}
}
.dropbox-saver:hover, .dropbox-chooser:hover {
text-decoration: none;
cursor: pointer;
}
.dropbox-chooser, .dropbox-dropin-btn {
line-height: 11px !important;
text-decoration: none !important;
box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
}
</style><style xmlns="http://www.w3.org/1999/xhtml"></style><style xmlns="http://www.w3.org/1999/xhtml">:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .ToolIcon{display:inline-flex;align-items:center;position:relative;font-family:Cascadia;cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:var(--space-factor);-webkit-user-select:none;user-select:none;background-color:var(--button-gray-1)}.excalidraw .ToolIcon:hover{background-color:var(--button-gray-2)}.excalidraw .ToolIcon:active{background-color:var(--button-gray-3)}.excalidraw .ToolIcon--plain{background-color:transparent}.excalidraw .ToolIcon--plain .ToolIcon__icon{width:2rem;height:2rem}.excalidraw .ToolIcon__icon{width:2.5rem;height:2.5rem;color:var(--icon-fill-color);display:flex;justify-content:center;align-items:center;border-radius:var(--space-factor)}.excalidraw .ToolIcon__icon svg{position:relative;height:1em;fill:var(--icon-fill-color);color:var(--icon-fill-color)}.excalidraw .ToolIcon__icon+.ToolIcon__label{-webkit-margin-start:0;margin-inline-start:0}.excalidraw .ToolIcon__label{color:var(--icon-fill-color);font-family:var(--ui-font);margin:0 .8em;text-overflow:ellipsis}.excalidraw .ToolIcon_size_s .ToolIcon__icon{width:1.4rem;height:1.4rem;font-size:.8em}.excalidraw .excalidraw .ToolIcon_type_button,.excalidraw .Modal .ToolIcon_type_button,.excalidraw .ToolIcon_type_button{padding:0;border:none;margin:0;font-size:inherit}.excalidraw .excalidraw .ToolIcon_type_button:focus,.excalidraw .Modal .ToolIcon_type_button:focus,.excalidraw .ToolIcon_type_button:focus{box-shadow:0 0 0 2px var(--focus-highlight-color)}.excalidraw .excalidraw .ToolIcon_type_button.ToolIcon--selected,.excalidraw .Modal .ToolIcon_type_button.ToolIcon--selected,.excalidraw .ToolIcon_type_button.ToolIcon--selected{background-color:var(--button-gray-2)}.excalidraw .excalidraw .ToolIcon_type_button.ToolIcon--selected:active,.excalidraw .Modal .ToolIcon_type_button.ToolIcon--selected:active,.excalidraw .ToolIcon_type_button.ToolIcon--selected:active{background-color:var(--button-gray-3)}.excalidraw .excalidraw .ToolIcon_type_button:hover,.excalidraw .Modal .ToolIcon_type_button:hover,.excalidraw .ToolIcon_type_button:hover{background-color:var(--button-gray-2)}.excalidraw .excalidraw .ToolIcon_type_button:active,.excalidraw .Modal .ToolIcon_type_button:active,.excalidraw .ToolIcon_type_button:active{background-color:var(--button-gray-3)}.excalidraw .excalidraw .ToolIcon_type_button--show,.excalidraw .Modal .ToolIcon_type_button--show,.excalidraw .ToolIcon_type_button--show{visibility:visible}.excalidraw .excalidraw .ToolIcon_type_button--hide,.excalidraw .Modal .ToolIcon_type_button--hide,.excalidraw .ToolIcon_type_button--hide{visibility:hidden}.excalidraw .ToolIcon_type_radio,.excalidraw .ToolIcon_type_checkbox{position:absolute;opacity:0;pointer-events:none}.excalidraw .ToolIcon_type_radio:not(.ToolIcon_toggle_opaque):checked+.ToolIcon__icon,.excalidraw .ToolIcon_type_checkbox:not(.ToolIcon_toggle_opaque):checked+.ToolIcon__icon{background-color:var(--button-gray-2)}.excalidraw .ToolIcon_type_radio:not(.ToolIcon_toggle_opaque):checked+.ToolIcon__icon:active,.excalidraw .ToolIcon_type_checkbox:not(.ToolIcon_toggle_opaque):checked+.ToolIcon__icon:active{background-color:var(--button-gray-3)}.excalidraw .ToolIcon_type_radio:focus+.ToolIcon__icon,.excalidraw .ToolIcon_type_checkbox:focus+.ToolIcon__icon{box-shadow:0 0 0 2px var(--focus-highlight-color)}.excalidraw .ToolIcon_type_radio:active+.ToolIcon__icon,.excalidraw .ToolIcon_type_checkbox:active+.ToolIcon__icon{background-color:var(--button-gray-3)}.excalidraw .ToolIcon_type_floating{background-color:transparent}.excalidraw .ToolIcon_type_floating:hover{background-color:transparent}.excalidraw .ToolIcon_type_floating:active{background-color:transparent}.excalidraw .ToolIcon_type_floating:focus{box-shadow:none}.excalidraw .ToolIcon_type_floating .ToolIcon__icon{background-color:var(--button-gray-1);width:2rem;height:2em}.excalidraw .ToolIcon_type_floating .ToolIcon__icon:hover{background-color:var(--button-gray-2)}.excalidraw .ToolIcon_type_floating .ToolIcon__icon:active{background-color:var(--button-gray-3)}.excalidraw .ToolIcon.ToolIcon__lock{-webkit-margin-end:var(--space-factor);margin-inline-end:var(--space-factor)}.excalidraw .ToolIcon.ToolIcon__lock.ToolIcon_type_floating{margin-left:.1rem}.excalidraw .ToolIcon__keybinding{position:absolute;bottom:2px;right:3px;font-size:.5em;color:var(--keybinding-color);font-family:var(--ui-font);-webkit-user-select:none;user-select:none}@media(max-width: 425px){.excalidraw .Shape .ToolIcon__icon{width:2rem;height:2rem}.excalidraw .Shape .ToolIcon__icon svg{height:.8em}}@media(max-width: 760px){.excalidraw .ToolIcon.ToolIcon_type_floating{display:inline-block;position:absolute;right:-8px;margin-left:0;border-radius:20px 0 0 20px;z-index:1;background-color:var(--button-gray-1)}.excalidraw .ToolIcon.ToolIcon_type_floating:hover{background-color:var(--button-gray-1)}.excalidraw .ToolIcon.ToolIcon_type_floating:active{background-color:var(--button-gray-2)}.excalidraw .ToolIcon.ToolIcon_type_floating .ToolIcon__icon{border-radius:inherit}.excalidraw .ToolIcon.ToolIcon_type_floating svg{position:static}.excalidraw .ToolIcon.ToolIcon__library{top:100px}.excalidraw .ToolIcon.ToolIcon__lock{-webkit-margin-end:0;margin-inline-end:0;top:60px}}:host[dir=ltr] .excalidraw .unlocked-icon{left:2px}:host[dir=rtl] .excalidraw .unlocked-icon{right:2px}</style><style xmlns="http://www.w3.org/1999/xhtml">.excalidraw .popover{position:absolute;z-index:10}</style><style xmlns="http://www.w3.org/1999/xhtml">:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .color-picker{background:var(--popup-bg-color);border:0 solid rgba(255,255,255,.25);box-shadow:rgba(0,0,0,.25) 0 1px 4px;border-radius:4px;position:absolute}:host[dir=ltr] .excalidraw .color-picker{left:-5.5px}:host[dir=rtl] .excalidraw .color-picker{right:-5.5px}.excalidraw .color-picker-control-container{display:grid;grid-template-columns:auto 1fr;align-items:center}.excalidraw .color-picker-triangle{width:0;height:0;border-style:solid;border-width:0 9px 10px;border-color:transparent transparent var(--popup-bg-color);position:absolute;top:-10px}:host[dir=ltr] .excalidraw .color-picker-triangle{left:12px}:host[dir=rtl] .excalidraw .color-picker-triangle{right:12px}.excalidraw .color-picker-triangle-shadow{border-color:transparent transparent rgba(0,0,0,.1);top:-11px}.excalidraw .color-picker-content{padding:.5rem;display:grid;grid-template-columns:repeat(5, auto);grid-gap:.5rem;border-radius:4px}.excalidraw .color-picker-content:focus{outline:none;box-shadow:0 0 0 2px var(--focus-highlight-color)}.excalidraw .color-picker-content .color-input-container{grid-column:1/span 5}.excalidraw .color-picker-swatch{position:relative;height:1.875rem;width:1.875rem;cursor:pointer;border-radius:4px;margin:0;box-sizing:border-box;border:1px solid #ddd;background-color:currentColor !important;-webkit-filter:var(--theme-filter);filter:var(--theme-filter)}.excalidraw .color-picker-swatch:focus{box-shadow:0 0 4px 1px currentColor;border-color:var(--select-highlight-color)}.excalidraw .color-picker-transparent{border-radius:4px;box-shadow:rgba(0,0,0,.1) 0 0 0 1px inset;position:absolute;top:0;right:0;bottom:0;left:0}.excalidraw .color-picker-transparent,.excalidraw .color-picker-label-swatch{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMUlEQVQ4T2NkYGAQYcAP3uCTZhw1gGGYhAGBZIA/nYDCgBDAm9BGDWAAJyRCgLaBCAAgXwixzAS0pgAAAABJRU5ErkJggg==") left center}.excalidraw .color-picker-hash{background:var(--input-border-color);height:1.875rem;width:1.875rem;color:var(--input-label-color);display:flex;align-items:center;justify-content:center;position:relative}:host[dir=ltr] .excalidraw .color-picker-hash{border-radius:4px 0 0 4px}:host[dir=rtl] .excalidraw .color-picker-hash{border-radius:0 4px 4px 0}.excalidraw .color-input-container:focus-within .color-picker-hash{box-shadow:0 0 0 2px var(--focus-highlight-color)}.excalidraw .color-input-container:focus-within .color-picker-hash::before,.excalidraw .color-input-container:focus-within .color-picker-hash::after{content:"";width:1px;height:100%;position:absolute;top:0}.excalidraw .color-input-container:focus-within .color-picker-hash::before{background:var(--input-border-color)}:host[dir=ltr] .excalidraw .color-input-container:focus-within .color-picker-hash::before{right:-1px}:host[dir=rtl] .excalidraw .color-input-container:focus-within .color-picker-hash::before{left:-1px}.excalidraw .color-input-container:focus-within .color-picker-hash::after{background:var(--input-bg-color)}:host[dir=ltr] .excalidraw .color-input-container:focus-within .color-picker-hash::after{right:-2px}:host[dir=rtl] .excalidraw .color-input-container:focus-within .color-picker-hash::after{left:-2px}.excalidraw .color-input-container{display:flex}.excalidraw .color-picker-input{width:11ch;margin:0;font-size:1rem;background-color:var(--input-bg-color);color:var(--text-primary-color);border:0;outline:none;height:1.75em;box-shadow:var(--input-border-color) 0 0 0 1px inset;float:left;padding:1px;-webkit-padding-start:.5em;padding-inline-start:.5em;-webkit-appearance:none;appearance:none}:host[dir=ltr] .excalidraw .color-picker-input{border-radius:0 4px 4px 0}:host[dir=rtl] .excalidraw .color-picker-input{border-radius:4px 0 0 4px}.excalidraw .color-picker-label-swatch{height:1.875rem;width:1.875rem;-webkit-margin-end:.25rem;margin-inline-end:.25rem;border:1px solid #dee2e6;position:relative;overflow:hidden;background-color:transparent !important;-webkit-filter:var(--theme-filter);filter:var(--theme-filter)}.excalidraw .color-picker-label-swatch:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--swatch-color)}.excalidraw .color-picker-keybinding{position:absolute;bottom:2px;font-size:.7em}:host[dir=ltr] .excalidraw .color-picker-keybinding{right:2px}:host[dir=rtl] .excalidraw .color-picker-keybinding{left:2px}.excalidraw--mobile.excalidraw .color-picker-keybinding{display:none}.excalidraw .color-picker-type-canvasBackground .color-picker-keybinding{color:#aaa}.excalidraw .color-picker-type-elementBackground .color-picker-keybinding{color:#fff}.excalidraw .color-picker-swatch[aria-label=transparent] .color-picker-keybinding{color:#aaa}.excalidraw .color-picker-type-elementStroke .color-picker-keybinding{color:#d4d4d4}.excalidraw.theme--dark .color-picker-type-elementBackground .color-picker-keybinding{color:#000}.excalidraw.theme--dark .color-picker-swatch[aria-label=transparent] .color-picker-keybinding{color:#000}</style><style xmlns="http://www.w3.org/1999/xhtml">:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .picker-container{display:inline-block;box-sizing:border-box;margin-right:.25rem}.excalidraw .picker{background:var(--popup-bg-color);border:0 solid rgba(255,255,255,.25);box-shadow:rgba(0,0,0,.25) 0 1px 4px;border-radius:4px;position:absolute}.excalidraw .picker-container button,.excalidraw .picker button{position:relative;display:flex;align-items:center;justify-content:center}.excalidraw .picker-container button:focus,.excalidraw .picker button:focus{outline:transparent;background-color:var(--button-gray-2)}.excalidraw .picker-container button:focus svg,.excalidraw .picker button:focus svg{opacity:1}.excalidraw .picker-container button:hover,.excalidraw .picker button:hover{background-color:var(--button-gray-2)}.excalidraw .picker-container button:active,.excalidraw .picker button:active{background-color:var(--button-gray-3)}.excalidraw .picker-container button:disabled,.excalidraw .picker button:disabled{cursor:not-allowed}.excalidraw .picker-container button svg,.excalidraw .picker button svg{margin:0;width:36px;height:18px;opacity:.6;pointer-events:none}.excalidraw .picker button{padding:.25rem .28rem .35rem .25rem}.excalidraw .picker-triangle{width:0;height:0;position:relative;top:-10px;z-index:10}:host[dir=ltr] .excalidraw .picker-triangle{left:12px}:host[dir=rtl] .excalidraw .picker-triangle{right:12px}.excalidraw .picker-triangle:before{content:"";position:absolute;border-style:solid;border-width:0 9px 10px;border-color:transparent transparent rgba(0,0,0,.1);top:-1px}.excalidraw .picker-triangle:after{content:"";position:absolute;border-style:solid;border-width:0 9px 10px;border-color:transparent transparent var(--popup-bg-color)}.excalidraw .picker-content{padding:.5rem;display:grid;grid-auto-flow:column;grid-gap:.5rem;border-radius:4px}:host[dir=rtl] .excalidraw .picker-content{padding:.4rem}.excalidraw .picker-keybinding{position:absolute;bottom:2px;font-size:.7em;color:var(--keybinding-color)}:host[dir=ltr] .excalidraw .picker-keybinding{right:2px}:host[dir=rtl] .excalidraw .picker-keybinding{left:2px}.excalidraw--mobile.excalidraw .picker-keybinding{display:none}.excalidraw .picker-type-canvasBackground .picker-keybinding{color:#aaa}.excalidraw .picker-type-elementBackground .picker-keybinding{color:#fff}.excalidraw .picker-swatch[aria-label=transparent] .picker-keybinding{color:#aaa}.excalidraw .picker-type-elementStroke .picker-keybinding{color:#d4d4d4}.excalidraw.theme--dark .picker-type-elementBackground .picker-keybinding{color:#000}.excalidraw.theme--dark .picker-swatch[aria-label=transparent] .picker-keybinding{color:#000}</style><style xmlns="http://www.w3.org/1999/xhtml">:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .TextInput{color:var(--text-primary-color);display:inline-block;border:1.5px solid var(--button-gray-1);line-height:1;padding:.75rem;white-space:nowrap;border-radius:var(--space-factor);background-color:var(--input-bg-color)}.excalidraw .TextInput:not(:focus):hover{background-color:var(--input-hover-bg-color)}.excalidraw .TextInput:focus{outline:none;box-shadow:0 0 0 2px var(--focus-highlight-color)}</style><style xmlns="http://www.w3.org/1999/xhtml">.ProjectName{margin:auto;display:flex;align-items:center}.ProjectName .TextInput{height:calc(1rem - 3px);width:200px;overflow:hidden;text-align:center;margin-left:8px;text-overflow:ellipsis}.ProjectName .TextInput--readonly{background:none;border:none;width:auto;max-width:200px;padding-left:2px}.ProjectName .TextInput--readonly:hover{background:none}</style><style xmlns="http://www.w3.org/1999/xhtml">:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw-tooltip{position:absolute;z-index:1000;padding:8px;border-radius:6px;box-sizing:border-box;pointer-events:none;word-wrap:break-word;background:#000;line-height:1.5;text-align:center;font-size:13px;font-weight:500;color:#fff;display:none}.excalidraw-tooltip.excalidraw-tooltip--visible{display:block}.excalidraw .Tooltip-icon{width:.9em;height:.9em;margin-left:5px;margin-top:1px;display:flex}.excalidraw--mobile.excalidraw .Tooltip-icon{display:none}</style><style xmlns="http://www.w3.org/1999/xhtml">:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .Checkbox{margin:4px .3em;display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.excalidraw .Checkbox:hover:not(.is-checked) .Checkbox-box:not(:focus){box-shadow:0 0 0 2px #4dabf7}.excalidraw .Checkbox:hover:not(.is-checked) .Checkbox-box:not(:focus) svg{display:block;opacity:.3}.excalidraw .Checkbox:active .Checkbox-box{box-shadow:0 0 2px 1px inset #1c7ed6 !important}.excalidraw .Checkbox:hover .Checkbox-box{background-color:rgba(208,235,255,.2)}.excalidraw .Checkbox.is-checked .Checkbox-box{background-color:#d0ebff}.excalidraw .Checkbox.is-checked .Checkbox-box svg{display:block}.excalidraw .Checkbox.is-checked:hover .Checkbox-box{background-color:#a5d8ff}.excalidraw .Checkbox .Checkbox-box{width:22px;height:22px;padding:0;flex:0 0 auto;margin:0 1em;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px #1c7ed6;background-color:transparent;border-radius:4px;color:#1c7ed6}.excalidraw .Checkbox .Checkbox-box:focus{box-shadow:0 0 0 3px #1c7ed6}.excalidraw .Checkbox .Checkbox-box svg{display:none;width:16px;height:16px;stroke-width:3px}.excalidraw .Checkbox .Checkbox-label{display:flex;align-items:center}.excalidraw .Checkbox .Tooltip-icon{width:1em;height:1em}</style><style xmlns="http://www.w3.org/1999/xhtml">.excalidraw .Stack{--gap: 0;display:grid;gap:calc(var(--space-factor) * var(--gap))}.excalidraw .Stack_vertical{grid-template-columns:auto;grid-auto-flow:row;grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content}.excalidraw .Stack_horizontal{grid-template-rows:auto;grid-auto-flow:column;grid-auto-columns:-webkit-min-content;grid-auto-columns:min-content}</style><style xmlns="http://www.w3.org/1999/xhtml">.excalidraw .ActiveFile .ActiveFile__fileName{display:flex;align-items:center}.excalidraw .ActiveFile .ActiveFile__fileName span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:9.3em}.excalidraw .ActiveFile .ActiveFile__fileName svg{width:1.15em;-webkit-margin-end:.3em;margin-inline-end:.3em;-webkit-transform:scaleY(0.9);transform:scaleY(0.9)}</style><style xmlns="http://www.w3.org/1999/xhtml">:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .Avatar{width:2.5rem;height:2.5rem;border-radius:1.25rem;display:flex;justify-content:center;align-items:center;color:#fff;cursor:pointer;font-size:.8rem;font-weight:500}</style><style xmlns="http://www.w3.org/1999/xhtml">:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .context-menu{position:relative;border-radius:4px;box-shadow:0 3px 10px rgba(0,0,0,.2);padding:0;list-style:none;-webkit-user-select:none;user-select:none;margin:-0.25rem 0 0 .125rem;padding:.5rem 0;background-color:var(--popup-secondary-bg-color);border:1px solid var(--button-gray-3);cursor:default}.excalidraw .context-menu button{color:var(--popup-text-color)}.excalidraw .context-menu-option{position:relative;width:100%;min-width:9.5rem;margin:0;padding:.25rem 1rem .25rem 1.25rem;text-align:start;border-radius:0;background-color:transparent;border:none;white-space:nowrap;display:grid;grid-template-columns:1fr .2fr;align-items:center}.excalidraw .context-menu-option.checkmark::before{position:absolute;left:6px;margin-bottom:1px;content:"✓"}.excalidraw .context-menu-option.dangerous .context-menu-option__label{color:#f03e3e}.excalidraw .context-menu-option .context-menu-option__label{justify-self:start;-webkit-margin-end:20px;margin-inline-end:20px}.excalidraw .context-menu-option .context-menu-option__shortcut{justify-self:end;opacity:.6;font-family:inherit;font-size:.7rem}.excalidraw .context-menu-option:hover{color:var(--popup-bg-color);background-color:var(--select-highlight-color)}.excalidraw .context-menu-option:hover.dangerous{background-color:#fa5252}.excalidraw .context-menu-option:hover.dangerous .context-menu-option__label{color:var(--popup-bg-color)}.excalidraw .context-menu-option:focus{z-index:1}.excalidraw--mobile.excalidraw .context-menu-option{display:block}.excalidraw--mobile.excalidraw .context-menu-option .context-menu-option__label{-webkit-margin-end:0;margin-inline-end:0}.excalidraw--mobile.excalidraw .context-menu-option .context-menu-option__shortcut{display:none}.excalidraw .context-menu-option-separator{border:none;border-top:1px solid #adb5bd}</style><style xmlns="http://www.w3.org/1999/xhtml">:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .CollabButton.is-collaborating{background-color:var(--button-special-active-bg-color)}.excalidraw .CollabButton.is-collaborating .ToolIcon__icon svg,.excalidraw .CollabButton.is-collaborating .ToolIcon__label{color:var(--icon-green-fill-color)}.excalidraw .CollabButton-collaborators{min-width:1em;position:absolute;bottom:-5px;padding:3px;border-radius:50%;background-color:#40c057;color:#fff;font-size:.7em;font-family:var(--ui-font)}:host[dir=ltr] .excalidraw .CollabButton-collaborators{right:-5px}:host[dir=rtl] .excalidraw .CollabButton-collaborators{left:-5px}</style><style xmlns="http://www.w3.org/1999/xhtml">:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .Dialog{-webkit-user-select:text;user-select:text;cursor:auto}.excalidraw .Dialog__title{display:grid;align-items:center;margin-top:0;grid-template-columns:1fr calc(var(--space-factor) * 7);grid-gap:var(--metric);padding:calc(var(--space-factor) * 2);text-align:center;font-variant:small-caps;font-size:1.2em}.excalidraw .Dialog__titleContent{flex:1}.excalidraw .Dialog .Modal__close{color:var(--icon-fill-color);margin:0}.excalidraw .Dialog__content{padding:0 16px 16px}.excalidraw--mobile.excalidraw .Dialog{--metric: calc(var(--space-factor) * 4);--inset-left: max(var(--metric), var(--sal));--inset-right: max(var(--metric), var(--sar))}.excalidraw--mobile.excalidraw .Dialog__title{grid-template-columns:calc(var(--space-factor) * 7) 1fr calc( var(--space-factor) * 7 );position:-webkit-sticky;position:sticky;top:0;padding:calc(var(--space-factor) * 2);background:var(--island-bg-color);font-size:1.25em;box-sizing:border-box;border-bottom:1px solid var(--button-gray-2);z-index:1}.excalidraw--mobile.excalidraw .Dialog__titleContent{text-align:center}.excalidraw--mobile.excalidraw .Dialog .Island{width:100vw;height:100%;box-sizing:border-box;overflow-y:auto;padding-left:max(calc(var(--padding) * var(--space-factor)), var(--sal));padding-right:max(calc(var(--padding) * var(--space-factor)), var(--sar));padding-bottom:max(calc(var(--padding) * var(--space-factor)), var(--sab))}.excalidraw--mobile.excalidraw .Dialog .Modal__close{order:-1}</style><style xmlns="http://www.w3.org/1999/xhtml">.excalidraw .Island{--padding: 0;background-color:var(--island-bg-color);box-shadow:var(--shadow-island);border-radius:4px;padding:calc(var(--padding) * var(--space-factor));position:relative;transition:box-shadow .5s ease-in-out}.excalidraw .Island.zen-mode{box-shadow:none}</style><style xmlns="http://www.w3.org/1999/xhtml">:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw.excalidraw-modal-container{position:absolute;z-index:10}.excalidraw .Modal{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;overflow:auto;padding:calc(var(--space-factor) * 10)}.excalidraw .Modal__background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background-color:rgba(0,0,0,.7)}.excalidraw .Modal__content{position:relative;z-index:2;width:100%;max-width:var(--max-width);max-height:100%;opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px);-webkit-animation:Modal__content_fade-in .1s ease-out .05s forwards;animation:Modal__content_fade-in .1s ease-out .05s forwards;position:relative;overflow-y:auto;background:var(--island-bg-color);border:1px solid var(--dialog-border-color);box-shadow:0 2px 10px rgba(0,0,0,.25);border-radius:6px;box-sizing:border-box}.excalidraw .Modal__content:focus{outline:none}.excalidraw--mobile.excalidraw .Modal__content{max-width:100%;border:0;border-radius:0}@-webkit-keyframes Modal__content_fade-in{from{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes Modal__content_fade-in{from{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.excalidraw .Modal__close{width:calc(var(--space-factor) * 7);height:calc(var(--space-factor) * 7);display:flex;align-items:center;justify-content:center}.excalidraw .Modal__close svg{height:calc(var(--space-factor) * 5)}.excalidraw--mobile.excalidraw .Modal{padding:0}.excalidraw--mobile.excalidraw .Modal__content{position:absolute;top:0;left:0;right:0;bottom:0}</style><style xmlns="http://www.w3.org/1999/xhtml">:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .ExportDialog__preview{--preview-padding: calc(var(--space-factor) * 4);background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMUlEQVQ4T2NkYGAQYcAP3uCTZhw1gGGYhAGBZIA/nYDCgBDAm9BGDWAAJyRCgLaBCAAgXwixzAS0pgAAAABJRU5ErkJggg==") left center;text-align:center;padding:var(--preview-padding);margin-bottom:calc(var(--space-factor) * 3)}.excalidraw .ExportDialog__preview canvas{max-width:calc(100% - var(--preview-padding) * 2);max-height:25rem}.excalidraw.theme--dark .ExportDialog__preview canvas{-webkit-filter:none;filter:none}.excalidraw .ExportDialog__actions{width:100%;display:flex;grid-gap:calc(var(--space-factor) * 2);align-items:top;justify-content:space-between}.excalidraw--mobile.excalidraw .ExportDialog{display:flex;flex-direction:column}.excalidraw--mobile.excalidraw .ExportDialog__actions{flex-direction:column;align-items:center}.excalidraw--mobile.excalidraw .ExportDialog__actions&gt;*{margin-bottom:calc(var(--space-factor) * 3)}.excalidraw--mobile.excalidraw .ExportDialog__preview canvas{max-height:30vh}.excalidraw--mobile.excalidraw .ExportDialog__dialog,.excalidraw--mobile.excalidraw .ExportDialog__dialog .Island{height:100%;box-sizing:border-box}.excalidraw--mobile.excalidraw .ExportDialog__dialog .Island{overflow-y:auto}.excalidraw .ExportDialog--json .ExportDialog-cards{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));justify-items:center;row-gap:2em}@media(max-width: 460px){.excalidraw .ExportDialog--json .ExportDialog-cards{grid-template-columns:repeat(auto-fit, minmax(240px, 1fr))}.excalidraw .ExportDialog--json .ExportDialog-cards .Card-details{min-height:40px}}.excalidraw .ExportDialog--json .ExportDialog-cards .ProjectName{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:1em auto;align-items:flex-start;flex-direction:column}.excalidraw .ExportDialog--json .ExportDialog-cards .ProjectName .TextInput{width:auto}.excalidraw .ExportDialog--json .ExportDialog-cards .ProjectName-label{margin:.625em 0;font-weight:bold}.excalidraw button.ExportDialog-imageExportButton{width:5rem;height:5rem;margin:0 .2em;border-radius:1rem;background-color:var(--button-color);box-shadow:0 3px 5px -1px rgba(0,0,0,.28),0 6px 10px 0 rgba(0,0,0,.14);font-family:Cascadia;font-size:1.8em;color:#fff}.excalidraw button.ExportDialog-imageExportButton:hover{background-color:var(--button-color-darker)}.excalidraw button.ExportDialog-imageExportButton:active{background-color:var(--button-color-darkest);box-shadow:none}.excalidraw button.ExportDialog-imageExportButton svg{width:.9em}</style><style xmlns="http://www.w3.org/1999/xhtml">.excalidraw .FixedSideContainer{position:absolute;pointer-events:none}.excalidraw .FixedSideContainer&gt;*{pointer-events:all}.excalidraw .FixedSideContainer_side_top{left:var(--space-factor);top:var(--space-factor);right:var(--space-factor);z-index:2}.excalidraw .FixedSideContainer_side_top.zen-mode{right:42px}</style><style xmlns="http://www.w3.org/1999/xhtml">:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .HintViewer{pointer-events:none;box-sizing:border-box;position:absolute;display:flex;justify-content:center;left:0;top:100%;max-width:100%;width:100%;margin-top:6px;text-align:center;color:#868e96;font-size:.8rem}.excalidraw--mobile.excalidraw .HintViewer{position:static;padding-right:2em}.excalidraw .HintViewer&gt;span{padding:.2rem .4rem;background-color:var(--overlay-bg-color);border-radius:4px}</style><style xmlns="http://www.w3.org/1999/xhtml">.excalidraw .layer-ui__library{margin:auto;display:flex;align-items:center;justify-content:center}.excalidraw .layer-ui__library .layer-ui__library-header{display:flex;align-items:center;width:100%;margin:2px 0}.excalidraw .layer-ui__library .layer-ui__library-header button{margin:0 2px}.excalidraw .layer-ui__library .layer-ui__library-header a{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-padding-end:18px;padding-inline-end:18px;white-space:nowrap}.excalidraw .layer-ui__library-message{padding:10px 20px;max-width:200px}.excalidraw .layer-ui__library-items{max-height:50vh;overflow:auto}.excalidraw .layer-ui__wrapper{z-index:var(--zIndex-layerUI)}.excalidraw .layer-ui__wrapper__top-right{display:flex}.excalidraw .layer-ui__wrapper__footer{width:100%}.excalidraw .layer-ui__wrapper__footer-right{z-index:100;display:flex}.excalidraw .layer-ui__wrapper .zen-mode-transition{transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out, -webkit-transform .5s ease-in-out}:host[dir=ltr] .excalidraw .layer-ui__wrapper .zen-mode-transition.transition-left{-webkit-transform:translate(-999px, 0);transform:translate(-999px, 0)}:host[dir=ltr] .excalidraw .layer-ui__wrapper .zen-mode-transition.transition-right{-webkit-transform:translate(999px, 0);transform:translate(999px, 0)}:host[dir=rtl] .excalidraw .layer-ui__wrapper .zen-mode-transition.transition-left{-webkit-transform:translate(999px, 0);transform:translate(999px, 0)}:host[dir=rtl] .excalidraw .layer-ui__wrapper .zen-mode-transition.transition-right{-webkit-transform:translate(-999px, 0);transform:translate(-999px, 0)}:host[dir=ltr] .excalidraw .layer-ui__wrapper .zen-mode-transition.layer-ui__wrapper__footer-left--transition-left{-webkit-transform:translate(-92px, 0);transform:translate(-92px, 0)}:host[dir=rtl] .excalidraw .layer-ui__wrapper .zen-mode-transition.layer-ui__wrapper__footer-left--transition-left{-webkit-transform:translate(92px, 0);transform:translate(92px, 0)}.excalidraw .layer-ui__wrapper .zen-mode-transition.layer-ui__wrapper__footer-left--transition-bottom{-webkit-transform:translate(0, 92px);transform:translate(0, 92px)}.excalidraw .layer-ui__wrapper .disable-zen-mode{height:30px;position:absolute;bottom:10px;font-size:10px;padding:10px;font-weight:500;opacity:0;visibility:hidden;transition:visibility 0s linear 0s,opacity .5s}[dir=ltr] .excalidraw .layer-ui__wrapper .disable-zen-mode{right:15px}[dir=rtl] .excalidraw .layer-ui__wrapper .disable-zen-mode{left:15px}.excalidraw .layer-ui__wrapper .disable-zen-mode--visible{opacity:1;visibility:visible;transition:visibility 0s linear 300ms,opacity .5s;transition-delay:.8s}.excalidraw .layer-ui__wrapper .layer-ui__wrapper__footer-center{pointer-events:none}.excalidraw .layer-ui__wrapper .layer-ui__wrapper__footer-center&gt;*{pointer-events:all}.excalidraw .layer-ui__wrapper .layer-ui__wrapper__footer-left,.excalidraw .layer-ui__wrapper .layer-ui__wrapper__footer-right,.excalidraw .layer-ui__wrapper .disable-zen-mode--visible{pointer-events:all}</style><style xmlns="http://www.w3.org/1999/xhtml">.excalidraw .library-unit{align-items:center;border:1px solid var(--button-gray-2);display:flex;justify-content:center;position:relative;width:63px;height:63px}.excalidraw .library-unit__dragger{display:flex;height:100%;width:100%}.excalidraw .library-unit__dragger&gt;svg{-webkit-filter:var(--theme-filter);filter:var(--theme-filter);flex-grow:1;max-height:100%;max-width:100%}.excalidraw .library-unit__removeFromLibrary,.excalidraw .library-unit__removeFromLibrary:hover,.excalidraw .library-unit__removeFromLibrary:active{align-items:center;background:none;border:none;color:var(--icon-fill-color);display:flex;justify-content:center;margin:0;padding:0;position:absolute;right:5px;top:5px}.excalidraw .library-unit__removeFromLibrary&gt;svg{height:16px;width:16px}.excalidraw .library-unit__pulse{-webkit-transform:scale(1);transform:scale(1);-webkit-animation:library-unit__pulse-animation 1s ease-in infinite;animation:library-unit__pulse-animation 1s ease-in infinite}.excalidraw .library-unit__adder{position:absolute;left:50%;top:50%;width:20px;height:20px;margin-left:-10px;margin-top:-10px;pointer-events:none}.excalidraw .library-unit__active{cursor:pointer}@-webkit-keyframes library-unit__pulse-animation{0%{-webkit-transform:scale(0.95);transform:scale(0.95)}50%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(0.95);transform:scale(0.95)}}@keyframes library-unit__pulse-animation{0%{-webkit-transform:scale(0.95);transform:scale(0.95)}50%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(0.95);transform:scale(0.95)}}</style><style xmlns="http://www.w3.org/1999/xhtml">.excalidraw .UserList{pointer-events:none;padding:var(--space-factor) var(--space-factor) var(--space-factor) var(--space-factor);display:flex;flex-wrap:wrap;justify-content:flex-end}.excalidraw .UserList&gt;*{pointer-events:all;margin:0 0 var(--space-factor) var(--space-factor)}.excalidraw .UserList_mobile{padding:0;justify-content:normal}.excalidraw .UserList_mobile&gt;*{margin:0 var(--space-factor) var(--space-factor) 0}</style><style xmlns="http://www.w3.org/1999/xhtml">:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw--mobile.excalidraw .PasteChartDialog .Island{display:flex;flex-direction:column}.excalidraw .PasteChartDialog .container{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap}.excalidraw--mobile.excalidraw .PasteChartDialog .container{flex-direction:column;justify-content:center}.excalidraw .PasteChartDialog .ChartPreview{margin:8px;text-align:center;width:192px;height:128px;border-radius:2px;padding:1px;border:1px solid #ced4da;display:flex;align-items:center;justify-content:center;background:transparent}.excalidraw .PasteChartDialog .ChartPreview div{display:inline-block}.excalidraw .PasteChartDialog .ChartPreview svg{max-height:120px;max-width:186px}.excalidraw .PasteChartDialog .ChartPreview:hover{padding:0;border:2px solid #339af0}</style><style xmlns="http://www.w3.org/1999/xhtml">:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .HelpDialog h3{border-bottom:1px solid var(--button-gray-2);padding-bottom:4px}.excalidraw .HelpDialog--island{border:1px solid var(--button-gray-2);margin-bottom:16px}.excalidraw .HelpDialog--island-title{margin:0;padding:4px;background-color:var(--button-gray-1);text-align:center}.excalidraw .HelpDialog--shortcut{border-top:1px solid var(--button-gray-2)}.excalidraw .HelpDialog--key{word-break:keep-all;border:1px solid var(--button-gray-2);padding:2px 8px;margin:auto 4px;background-color:var(--button-gray-1);border-radius:2px;font-size:.8em;min-height:26px;box-sizing:border-box;display:flex;align-items:center;font-family:inherit}.excalidraw .HelpDialog--header{display:flex;flex-direction:row;justify-content:space-evenly;margin-bottom:32px;padding-bottom:16px}.excalidraw .HelpDialog--btn{border:1px solid var(--link-color);padding:8px 32px;border-radius:4px}.excalidraw .HelpDialog--btn:hover{text-decoration:none}</style><style xmlns="http://www.w3.org/1999/xhtml">:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .Card{display:flex;flex-direction:column;align-items:center;max-width:290px;margin:1em;text-align:center}.excalidraw .Card .Card-icon{font-size:2.6em;display:flex;flex:0 0 auto;padding:1.4rem;border-radius:50%;background:var(--card-color);color:#fff}.excalidraw .Card .Card-icon svg{width:2.8rem;height:2.8rem}.excalidraw .Card .Card-details{font-size:.96em;min-height:90px;padding:0 1em;margin-bottom:auto}.excalidraw .Card .Card-button.ToolIcon_type_button{height:2.5rem;margin-top:1em;margin-bottom:.3em;background-color:var(--card-color)}.excalidraw .Card .Card-button.ToolIcon_type_button:hover{background-color:var(--card-color-darker)}.excalidraw .Card .Card-button.ToolIcon_type_button:active{background-color:var(--card-color-darkest)}.excalidraw .Card .Card-button.ToolIcon_type_button .ToolIcon__label{color:#fff}</style><style xmlns="http://www.w3.org/1999/xhtml">:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .Stats{position:absolute;top:64px;right:12px;font-size:12px;z-index:10}.excalidraw .Stats h3{margin:0 24px 8px 0;white-space:nowrap}.excalidraw .Stats .close{float:right;height:16px;width:16px;cursor:pointer}.excalidraw .Stats .close svg{width:100%;height:100%}.excalidraw .Stats table{width:100%}.excalidraw .Stats table th{border-bottom:1px solid var(--input-border-color);padding:4px}.excalidraw .Stats table tr td:nth-child(2){min-width:24px;text-align:right}:host[dir=rtl] .excalidraw .Stats{left:12px;right:initial}:host[dir=rtl] .excalidraw .Stats h3{margin:0 0 8px 24px}:host[dir=rtl] .excalidraw .Stats .close{float:left}</style><style xmlns="http://www.w3.org/1999/xhtml">:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw .Toast{-webkit-animation:fade-in .5s;animation:fade-in .5s;background-color:var(--button-gray-1);border-radius:4px;bottom:10px;box-sizing:border-box;cursor:default;left:50%;margin-left:-150px;padding:4px 0;position:absolute;text-align:center;width:300px;z-index:999999}.excalidraw .Toast__message{color:var(--popup-text-color);white-space:pre-wrap}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-in{from{opacity:0}to{opacity:1}}</style><style xmlns="http://www.w3.org/1999/xhtml">.visually-hidden{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);white-space:nowrap;-webkit-user-select:none;user-select:none}.LoadingMessage{position:absolute;top:0;right:0;bottom:0;left:0;z-index:999;display:flex;align-items:center;justify-content:center;pointer-events:none}.LoadingMessage span{background-color:var(--button-gray-1);border-radius:5px;padding:.8em 1.2em;color:var(--popup-text-color);font-size:1.3em}</style><style xmlns="http://www.w3.org/1999/xhtml">:export{themeFilter:invert(93%) hue-rotate(180deg)}:export{themeFilter:invert(93%) hue-rotate(180deg)}.excalidraw{--theme-filter: none;--button-destructive-bg-color: #ffe3e3;--button-destructive-color: #c92a2a;--button-gray-1: #e9ecef;--button-gray-2: #ced4da;--button-gray-3: #adb5bd;--button-special-active-bg-color: #ebfbee;--dialog-border-color: #868e96;--dropdown-icon: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="292.4" height="292.4" viewBox="0 0 292 292"&gt;&lt;path d="M287 197L159 69c-4-3-8-5-13-5s-9 2-13 5L5 197c-3 4-5 8-5 13s2 9 5 13c4 4 8 5 13 5h256c5 0 9-1 13-5s5-8 5-13-1-9-5-13z"/&gt;&lt;/svg&gt;');--focus-highlight-color: #a5d8ff;--icon-fill-color: #000000;--icon-green-fill-color: #2b8a3e;--default-bg-color: #ffffff;--input-bg-color: #ffffff;--input-border-color: #dee2e6;--input-hover-bg-color: #f1f3f5;--input-label-color: #495057;--island-bg-color: rgba(255, 255, 255, 0.96);--keybinding-color: #adb5bd;--link-color: #1c7ed6;--overlay-bg-color: rgba(255, 255, 255, 0.88);--popup-bg-color: #ffffff;--popup-secondary-bg-color: #f1f3f5;--popup-text-color: #000000;--popup-text-inverted-color: #ffffff;--sab: env(safe-area-inset-bottom);--sal: env(safe-area-inset-left);--sar: env(safe-area-inset-right);--sat: env(safe-area-inset-top);--select-highlight-color: #339af0;--shadow-island: 0 1px 5px rgba(0, 0, 0, 0.15);--space-factor: 0.25rem;--text-primary-color: #343a40}.excalidraw.theme--dark{background:#000}.excalidraw.theme--dark.theme--dark-background-none{background:none}.excalidraw.theme--dark{--theme-filter: invert(93%) hue-rotate(180deg);--button-destructive-bg-color: #5a0000;--button-destructive-color: #ffa8a8;--button-gray-1: #363636;--button-gray-2: #272727;--button-gray-3: #222;--button-special-active-bg-color: #204624;--dialog-border-color: #212529;--dropdown-icon: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="292.4" height="292.4" viewBox="0 0 292 292"&gt;&lt;path fill="%23ced4da" d="M287 197L159 69c-4-3-8-5-13-5s-9 2-13 5L5 197c-3 4-5 8-5 13s2 9 5 13c4 4 8 5 13 5h256c5 0 9-1 13-5s5-8 5-13-1-9-5-13z"/&gt;&lt;/svg&gt;');--focus-highlight-color: #228be6;--icon-fill-color: #ced4da;--icon-green-fill-color: #69db7c;--default-bg-color: #121212;--input-bg-color: #121212;--input-border-color: #2e2e2e;--input-hover-bg-color: #181818;--input-label-color: #e9ecef;--island-bg-color: rgba(30, 30, 30, 0.98);--keybinding-color: #868e96;--overlay-bg-color: rgba(52, 58, 64, 0.12);--popup-bg-color: #2c2c2c;--popup-secondary-bg-color: #222;--popup-text-color: #ced4da;--popup-text-inverted-color: #2c2c2c;--select-highlight-color: #4dabf7;--shadow-island: 0 1px 5px rgba(0, 0, 0, 0.3);--text-primary-color: #ced4da}:host{--zIndex-canvas: 1;--zIndex-wysiwyg: 2;--zIndex-layerUI: 3}.excalidraw{position:relative;overflow:hidden;color:var(--text-primary-color);display:flex;top:0;bottom:0;left:0;right:0;height:100%;width:100%;-webkit-user-select:none;user-select:none}.excalidraw:focus{outline:none}.excalidraw a{font-weight:500;text-decoration:none;color:var(--link-color)}.excalidraw a:hover{text-decoration:underline}.excalidraw canvas{touch-action:none;image-rendering:pixelated;image-rendering:-moz-crisp-edges;z-index:var(--zIndex-canvas)}.excalidraw__canvas{position:absolute}.excalidraw.theme--dark canvas{-webkit-filter:var(--theme-filter);filter:var(--theme-filter)}.excalidraw .FixedSideContainer{padding-top:var(--sat, 0);padding-right:var(--sar, 0);padding-bottom:var(--sab, 0);padding-left:var(--sal, 0)}.excalidraw .panelRow{display:flex;justify-content:space-between}.excalidraw .panelColumn{display:flex;flex-direction:column}.excalidraw .panelColumn h3,.excalidraw .panelColumn legend,.excalidraw .panelColumn .control-label{margin-top:.333rem;margin-bottom:.333rem;font-size:.75rem;color:var(--text-primary-color);font-weight:bold;display:block}.excalidraw .panelColumn .control-label input{display:block;width:100%}.excalidraw .panelColumn h3:first-child,.excalidraw .panelColumn legend:first-child,.excalidraw .panelColumn .control-label:first-child{margin-top:0}.excalidraw .panelColumn legend{padding:0}.excalidraw .panelColumn .iconSelectList{flex-wrap:wrap;position:relative}.excalidraw .panelColumn .buttonList{flex-wrap:wrap}.excalidraw .panelColumn .buttonList label{margin-right:.25rem;font-size:.75rem;display:inline-block}.excalidraw .panelColumn .buttonList input[type=radio],.excalidraw .panelColumn .buttonList input[type=button]{opacity:0;position:absolute;pointer-events:none}.excalidraw .panelColumn .buttonList .iconRow{margin-top:8px}.excalidraw .panelColumn .buttonList .ToolIcon{margin:0;-webkit-margin-end:8px;margin-inline-end:8px}.excalidraw .panelColumn .buttonList .ToolIcon:focus{outline:transparent;box-shadow:0 0 0 2px var(--focus-highlight-color)}.excalidraw .panelColumn .buttonList .ToolIcon:hover{background-color:var(--button-gray-2)}.excalidraw .panelColumn .buttonList .ToolIcon:active{background-color:var(--button-gray-3)}.excalidraw .panelColumn .buttonList .ToolIcon:disabled{cursor:not-allowed}.excalidraw .panelColumn .buttonList .ToolIcon__icon{width:28px;height:28px}.excalidraw .panelColumn fieldset{margin:0;margin-top:.333rem;padding:0;border:none}.excalidraw .divider{width:1px;background-color:#e9ecef;margin:1px}.excalidraw .buttonList label:focus-within,.excalidraw input:focus{outline:transparent;box-shadow:0 0 0 2px var(--focus-highlight-color)}.excalidraw button,.excalidraw .buttonList label{-webkit-user-select:none;user-select:none;background-color:var(--button-gray-1);border:0;border-radius:4px;margin:.125rem 0;padding:.25rem;white-space:nowrap;cursor:pointer}.excalidraw button:focus,.excalidraw .buttonList label:focus{outline:transparent;box-shadow:0 0 0 2px var(--focus-highlight-color)}.excalidraw button:hover,.excalidraw .buttonList label:hover{background-color:var(--button-gray-2)}.excalidraw button:active,.excalidraw .buttonList label:active{background-color:var(--button-gray-3)}.excalidraw button:disabled,.excalidraw .buttonList label:disabled{cursor:not-allowed}.excalidraw .active,.excalidraw .buttonList label.active{background-color:var(--button-gray-2)}.excalidraw .active:hover,.excalidraw .buttonList label.active:hover{background-color:var(--button-gray-2)}.excalidraw .active:active,.excalidraw .buttonList label.active:active{background-color:var(--button-gray-3)}.excalidraw .buttonList.buttonListIcon label{display:inline-flex;justify-content:center;align-items:center}.excalidraw .buttonList.buttonListIcon label svg{width:36px;height:14px;padding:2px;opacity:.6}.excalidraw .buttonList.buttonListIcon label.active svg{opacity:1}.excalidraw .App-top-bar{z-index:var(--zIndex-layerUI);display:flex;flex-direction:column;align-items:center}.excalidraw .App-bottom-bar{position:absolute;top:0;bottom:0;left:0;right:0;--bar-padding: calc(4 * var(--space-factor));padding-top:max(var(--bar-padding), var(--sat,0));padding-right:var(--sar, 0);padding-bottom:var(--sab, 0);padding-left:var(--sal, 0);z-index:4;display:flex;align-items:flex-end;pointer-events:none}.excalidraw .App-bottom-bar&gt;.Island{width:100%;max-width:100%;min-width:100%;box-sizing:border-box;max-height:100%;display:flex;flex-direction:column;pointer-events:initial}.excalidraw .App-bottom-bar&gt;.Island .panelColumn{padding:8px 8px 0 8px}.excalidraw .App-toolbar{width:100%;box-sizing:border-box}.excalidraw .App-toolbar-content{display:flex;align-items:center;justify-content:space-between;padding:8px}.excalidraw .App-mobile-menu{width:100%;overflow-x:visible;overflow-y:auto;box-sizing:border-box;margin-bottom:var(--bar-padding)}.excalidraw .App-menu{display:grid;color:var(--icon-fill-color)}.excalidraw .App-menu_top{grid-template-columns:1fr auto 1fr;grid-gap:4px;align-items:flex-start;cursor:default;pointer-events:none !important}.excalidraw .layer-ui__wrapper:not(.disable-pointerEvents) .App-menu_top&gt;*{pointer-events:all}.excalidraw .App-menu_top&gt;*:first-child{justify-self:flex-start}.excalidraw .App-menu_top&gt;*:last-child{justify-self:flex-end}.excalidraw .App-menu_bottom{position:absolute;bottom:0;grid-template-columns:-webkit-min-content auto -webkit-min-content;grid-template-columns:min-content auto min-content;grid-gap:15px;align-items:flex-start;cursor:default;pointer-events:none !important;z-index:100}:host[dir=ltr] .excalidraw .App-menu_bottom{left:.25rem}:host[dir=rtl] .excalidraw .App-menu_bottom{right:.25rem}.excalidraw .App-menu_bottom--transition-left section{width:185px}.excalidraw .App-menu_bottom section{display:flex}.excalidraw .App-menu_bottom&gt;*:first-child{justify-self:flex-start}.excalidraw .App-menu_bottom&gt;*:last-child{justify-self:flex-end}.excalidraw .App-menu_left{grid-template-rows:1fr auto 1fr;height:100%}.excalidraw .App-menu_right{grid-template-rows:1fr;height:100%}.excalidraw .App-menu__left{overflow-y:auto}.excalidraw .dropdown-select{height:1.5rem;padding:0;-webkit-padding-start:.5rem;padding-inline-start:.5rem;-webkit-padding-end:1.5rem;padding-inline-end:1.5rem;color:var(--icon-fill-color);background-color:var(--button-gray-1);border-radius:var(--space-factor);border:1px solid var(--button-gray-2);font-size:.8rem;outline:none;-webkit-appearance:none;appearance:none;background-image:var(--dropdown-icon);background-repeat:no-repeat;background-position:right .7rem top 50%,0 0;background-size:.65em auto,100%}:host[dir=rtl] .excalidraw .dropdown-select{background-position:left .7rem top 50%,0 0}.excalidraw .dropdown-select:focus{box-shadow:0 0 0 2px var(--focus-highlight-color)}.excalidraw .dropdown-select:hover{background-color:var(--button-gray-2)}.excalidraw .dropdown-select:active{background-color:var(--button-gray-2)}.excalidraw .dropdown-select.dropdown-select--floating{margin:.5em}.excalidraw .dropdown-select__language.dropdown-select--floating{bottom:10px}:host[dir=ltr] .excalidraw .dropdown-select__language.dropdown-select--floating{right:44px}:host[dir=rtl] .excalidraw .dropdown-select__language.dropdown-select--floating{left:44px}.excalidraw .zIndexButton{margin:0;-webkit-margin-end:8px;margin-inline-end:8px;padding:5px;display:inline-flex;align-items:center;justify-content:center}.excalidraw .zIndexButton svg{width:18px;height:18px}.excalidraw .scroll-back-to-content{color:var(--popup-text-color);position:absolute;left:50%;bottom:30px;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:10px 20px}.excalidraw .help-icon{cursor:pointer;fill:#868e96;width:1.5rem;padding:0;margin:0;margin-top:5px;background:none;color:var(--icon-fill-color)}.excalidraw .help-icon:hover{background:none}:host[dir=ltr] .excalidraw .help-icon{margin-right:14px}:host[dir=rtl] .excalidraw .help-icon{margin-left:14px}.excalidraw--mobile.excalidraw aside{display:none}.excalidraw--mobile.excalidraw .scroll-back-to-content{bottom:calc(80px + var(--sab, 0));z-index:-1}:host[dir=rtl] .excalidraw .rtl-mirror{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.excalidraw .zen-mode-visibility{visibility:visible;opacity:1;height:auto;width:auto;transition:opacity .5s}.excalidraw .zen-mode-visibility.zen-mode-visibility--hidden{visibility:hidden;opacity:0;height:0;width:0;transition:opacity .5s}.excalidraw .disable-pointerEvents{pointer-events:none !important}.excalidraw.excalidraw--view-mode .App-menu{display:flex;justify-content:space-between}@media print{.excalidraw .App-bottom-bar,.excalidraw .FixedSideContainer,.excalidraw .layer-ui__wrapper{display:none}}.ErrorSplash.excalidraw{min-height:100vh;padding:20px 0;overflow:auto;display:flex;align-items:center;justify-content:center;-webkit-user-select:text;user-select:text}.ErrorSplash.excalidraw .ErrorSplash-messageContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;background-color:#ffe3e3;border:3px solid #c92a2a}.ErrorSplash.excalidraw .ErrorSplash-paragraph{margin:15px 0;max-width:600px}.ErrorSplash.excalidraw .ErrorSplash-paragraph.align-center{text-align:center}.ErrorSplash.excalidraw .bigger,.ErrorSplash.excalidraw .bigger button{font-size:1.1em}.ErrorSplash.excalidraw .smaller,.ErrorSplash.excalidraw .smaller button{font-size:.9em}.ErrorSplash.excalidraw .ErrorSplash-details{display:flex;flex-direction:column;align-items:flex-start}.ErrorSplash.excalidraw .ErrorSplash-details textarea{width:100%;margin:10px 0;font-family:"Cascadia";font-size:.8em}</style><style xmlns="http://www.w3.org/1999/xhtml">@font-face{font-family:"Virgil";src:url(moz-extension://53de59fb-910b-e84f-a867-99f8a4687227/excalidraw-assets/Virgil.woff2);font-display:swap}@font-face{font-family:"Cascadia";src:url(moz-extension://53de59fb-910b-e84f-a867-99f8a4687227/excalidraw-assets/Cascadia.woff2);font-display:swap}</style><style xmlns="http://www.w3.org/1999/xhtml" data-styled="active" data-styled-version="5.3.0"></style><style xmlns="http://www.w3.org/1999/xhtml">#consilienceApp {
all: initial;
background-color: white;
height: 100%;
position: fixed;
right: 10px;
top: 0;
width: 375px;
z-index: 2147483647;
font-size: 16px;
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#consilienceApp {
user-select: none;
}
</style><style xmlns="http://www.w3.org/1999/xhtml">@keyframes loading_screen_animation_spinning{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes loading_screen_animation_move{0%{opacity:0;transform:translate3d(0,50%,0)}18%,2%{opacity:1;transform:translate3d(0,0,0)}20%,40%,60%,80%{opacity:0}22%,38%{opacity:1;transform:translate3d(0,-150%,0)}42%,58%{opacity:1;transform:translate3d(0,-300%,0)}62%,78%{opacity:1;transform:translate3d(0,-450%,0)}82%,98%{opacity:1;transform:translate3d(0,-600%,0)}100%{opacity:0;transform:translate3d(0,-600%,0)}}.loading_screen{background:#f9f9f8;left:0;height:100%;position:absolute;top:0;width:100%;z-index:10000}.loading_screen_center{position:absolute;left:50%;top:50%;width:500px;margin-left:-250px;margin-top:-26px}.loading_screen_spinner{height:52px;width:52px;margin:0 auto;display:block;animation:loading_screen_animation_spinning .8s linear infinite;backface-visibility:hidden;perspective:1000}.loading_screen_logo_wrapper{position:absolute;bottom:50px;left:0;right:0;text-align:center}.loading_screen_logo{width:102px;height:21px}.loading-phrases-container{height:18px;margin-top:18px;overflow-y:hidden}.loading-phrases{animation:loading_screen_animation_move 25s infinite;animation-delay:5s;animation-fill-mode:backwards;width:100%;text-align:center;height:18px;overflow-y:visible;backface-visibility:hidden;perspective:1000}.loading-phrase{height:18px;margin-bottom:9px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:13px;color:#646F79}.loading_screen_logo_dark,.loading_screen_spinner_dark{display:none}@media (prefers-color-scheme:dark){.loading_screen{background:#252628}.loading-phrase{color:#a2a0a2}.loading_screen_spinner_dark{display:block}.loading_screen_logo_dark{display:initial}.loading_screen_logo_light,.loading_screen_spinner_light{display:none}}</style><style xmlns="http://www.w3.org/1999/xhtml" fetched-from-link="true">@import"https://d3ki9tyy5l5ruj.cloudfront.net/obj/0e641f1684199bf277c2f07f68c2654ab244338c/bootstrap-isolated.css";@import"https://fonts.googleapis.com/css2?family=Rubik:wght@300&amp;display=swap";html,body,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea{border:0;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:normal}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote::before,blockquote::after,q::before,q::after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.clear{clear:both;height:0}.clearfix::after{clear:both;content:"";display:table}.DesignTokenThemeSelectors-theme--darkMode{color-scheme:dark}@media(prefers-color-scheme: dark){.DesignTokenThemeSelectors-theme--systemDarkMode{color-scheme:dark}}.DesignTokenThemeDisabler{color-scheme:light}:host{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #e8e5e4;--color-customization-background-weak-deprecated-opaque: #e8e5e4;--color-customization-background-weak-deprecated: #e8e5e4;--color-customization-background-weak-hover: #e1dedd;--color-customization-background-weak-hover-deprecated: #e1dedd;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #1e1f21;--color-customization-foreground-weak-deprecated: #1e1f21;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #1e1f21;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #1e1f21;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #1e1f21;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #1e1f21;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #1e1f21;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #1e1f21;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #1e1f21;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #1e1f21;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #1e1f21;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #1e1f21;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #1e1f21;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #1e1f21;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #1e1f21;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #1e1f21;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #1e1f21}:host .DesignTokenThemeDisabler{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #e8e5e4;--color-customization-background-weak-deprecated-opaque: #e8e5e4;--color-customization-background-weak-deprecated: #e8e5e4;--color-customization-background-weak-hover: #e1dedd;--color-customization-background-weak-hover-deprecated: #e1dedd;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #1e1f21;--color-customization-foreground-weak-deprecated: #1e1f21;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #1e1f21;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #1e1f21;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #1e1f21;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #1e1f21;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #1e1f21;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #1e1f21;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #1e1f21;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #1e1f21;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #1e1f21;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #1e1f21;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #1e1f21;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #1e1f21;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #1e1f21;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #1e1f21;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #1e1f21}@media print{:host{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #e8e5e4;--color-customization-background-weak-deprecated-opaque: #e8e5e4;--color-customization-background-weak-deprecated: #e8e5e4;--color-customization-background-weak-hover: #e1dedd;--color-customization-background-weak-hover-deprecated: #e1dedd;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #1e1f21;--color-customization-foreground-weak-deprecated: #1e1f21;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #1e1f21;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #1e1f21;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #1e1f21;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #1e1f21;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #1e1f21;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #1e1f21;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #1e1f21;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #1e1f21;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #1e1f21;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #1e1f21;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #1e1f21;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #1e1f21;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #1e1f21;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #1e1f21;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #1e1f21}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #424244;--color-customization-background-weak-deprecated-opaque: #424244;--color-customization-background-weak-deprecated: #424244;--color-customization-background-weak-hover: #464648;--color-customization-background-weak-hover-deprecated: #464648;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #fff;--color-customization-foreground-weak-deprecated: #fff;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #f5f4f3;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #f5f4f3;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #f5f4f3;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #f5f4f3;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #f5f4f3;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #f5f4f3;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #f5f4f3;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #f5f4f3;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #f5f4f3;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #f5f4f3;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #f5f4f3;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #f5f4f3;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #f5f4f3;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #f5f4f3;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #f5f4f3}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #424244;--color-customization-background-weak-deprecated-opaque: #424244;--color-customization-background-weak-deprecated: #424244;--color-customization-background-weak-hover: #464648;--color-customization-background-weak-hover-deprecated: #464648;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #fff;--color-customization-foreground-weak-deprecated: #fff;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #f5f4f3;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #f5f4f3;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #f5f4f3;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #f5f4f3;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #f5f4f3;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #f5f4f3;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #f5f4f3;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #f5f4f3;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #f5f4f3;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #f5f4f3;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #f5f4f3;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #f5f4f3;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #f5f4f3;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #f5f4f3;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #f5f4f3}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #424244;--color-customization-background-weak-deprecated-opaque: #424244;--color-customization-background-weak-deprecated: #424244;--color-customization-background-weak-hover: #464648;--color-customization-background-weak-hover-deprecated: #464648;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #fff;--color-customization-foreground-weak-deprecated: #fff;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #f5f4f3;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #f5f4f3;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #f5f4f3;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #f5f4f3;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #f5f4f3;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #f5f4f3;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #f5f4f3;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #f5f4f3;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #f5f4f3;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #f5f4f3;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #f5f4f3;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #f5f4f3;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #f5f4f3;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #f5f4f3;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #f5f4f3;--color-customization-background-weak: #5f2748;--color-customization-background-weak-deprecated-opaque: #5f2748;--color-customization-background-weak-deprecated: #5f2748;--color-customization-background-weak-hover: #5f2748;--color-customization-background-weak-hover-deprecated: #5f2748}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode{--color-customization-red-background: #e8384f;--color-customization-red-background-rgb: 232, 56, 79;--color-customization-red-background-hover: #de1a33;--color-customization-red-foreground: #fff;--color-customization-red-foreground-hover: #fff;--color-customization-red-text-deprecated: #d74854;--color-customization-orange-background: #fd817d;--color-customization-orange-background-rgb: 253, 129, 125;--color-customization-orange-background-hover: #fc5a55;--color-customization-orange-foreground: #560401;--color-customization-orange-foreground-hover: #2e0201;--color-customization-orange-text-deprecated: #d67a74;--color-customization-yellow-orange-background: #fdae33;--color-customization-yellow-orange-background-rgb: 253, 174, 51;--color-customization-yellow-orange-background-hover: #fd9e0b;--color-customization-yellow-orange-foreground: #513201;--color-customization-yellow-orange-foreground-hover: #291901;--color-customization-yellow-orange-text-deprecated: #bf8b3e;--color-customization-yellow-background: #eecc16;--color-customization-yellow-background-rgb: 238, 204, 22;--color-customization-yellow-background-hover: #ccae0f;--color-customization-yellow-foreground: #504107;--color-customization-yellow-foreground-hover: #2a2304;--color-customization-yellow-text-deprecated: #d67a74;--color-customization-yellow-green-background: #a4c61a;--color-customization-yellow-green-background-rgb: 164, 198, 26;--color-customization-yellow-green-background-hover: #86a215;--color-customization-yellow-green-foreground: #333b07;--color-customization-yellow-green-foreground-hover: #131703;--color-customization-yellow-green-text-deprecated: #899d36;--color-customization-green-background: #62bb35;--color-customization-green-background-rgb: 98, 187, 53;--color-customization-green-background-hover: #519b2c;--color-customization-green-foreground: #182c0c;--color-customization-green-foreground-hover: #070c03;--color-customization-green-text-deprecated: #679c40;--color-customization-blue-green-background: #37a862;--color-customization-blue-green-background-rgb: 55, 168, 98;--color-customization-blue-green-background-hover: #2d8950;--color-customization-blue-green-foreground: #fff;--color-customization-blue-green-foreground-hover: #fff;--color-customization-blue-green-text-deprecated: #59a368;--color-customization-aqua-background: #208ea3;--color-customization-aqua-background-rgb: 32, 142, 163;--color-customization-aqua-background-hover: #197081;--color-customization-aqua-foreground: #fff;--color-customization-aqua-foreground-hover: #fff;--color-customization-aqua-text-deprecated: #448da0;--color-customization-blue-background: #4178bc;--color-customization-blue-background-rgb: 65, 120, 188;--color-customization-blue-background-hover: #37659e;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #4d79b7;--color-customization-indigo-background: #7a71f6;--color-customization-indigo-background-rgb: 122, 113, 246;--color-customization-indigo-background-hover: #564bf4;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #7776ee;--color-customization-purple-background: #aa71ff;--color-customization-purple-background-rgb: 170, 113, 255;--color-customization-purple-background-hover: #9248ff;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #a178f7;--color-customization-magenta-background: #e37cff;--color-customization-magenta-background-rgb: 227, 124, 255;--color-customization-magenta-background-hover: #da53ff;--color-customization-magenta-foreground: #48005c;--color-customization-magenta-foreground-hover: #280033;--color-customization-magenta-text-deprecated: #c078df;--color-customization-hot-pink-background: #ea4e9d;--color-customization-hot-pink-background-rgb: 234, 78, 157;--color-customization-hot-pink-background-hover: #e62a89;--color-customization-hot-pink-foreground: #fff;--color-customization-hot-pink-foreground-hover: #fff;--color-customization-hot-pink-text-deprecated: #d95b9b;--color-customization-pink-background: #fca7e4;--color-customization-pink-background-rgb: 252, 167, 228;--color-customization-pink-background-hover: #fb80d8;--color-customization-pink-foreground: #760456;--color-customization-pink-foreground-hover: #4f0339;--color-customization-pink-text-deprecated: #b984ad;--color-customization-cool-gray-background: #8d9f9b;--color-customization-cool-gray-background-rgb: 141, 159, 155;--color-customization-cool-gray-background-hover: #778c88;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode .DesignTokenThemeDisabler{--color-customization-red-background: #e8384f;--color-customization-red-background-rgb: 232, 56, 79;--color-customization-red-background-hover: #de1a33;--color-customization-red-foreground: #fff;--color-customization-red-foreground-hover: #fff;--color-customization-red-text-deprecated: #d74854;--color-customization-orange-background: #fd817d;--color-customization-orange-background-rgb: 253, 129, 125;--color-customization-orange-background-hover: #fc5a55;--color-customization-orange-foreground: #560401;--color-customization-orange-foreground-hover: #2e0201;--color-customization-orange-text-deprecated: #d67a74;--color-customization-yellow-orange-background: #fdae33;--color-customization-yellow-orange-background-rgb: 253, 174, 51;--color-customization-yellow-orange-background-hover: #fd9e0b;--color-customization-yellow-orange-foreground: #513201;--color-customization-yellow-orange-foreground-hover: #291901;--color-customization-yellow-orange-text-deprecated: #bf8b3e;--color-customization-yellow-background: #eecc16;--color-customization-yellow-background-rgb: 238, 204, 22;--color-customization-yellow-background-hover: #ccae0f;--color-customization-yellow-foreground: #504107;--color-customization-yellow-foreground-hover: #2a2304;--color-customization-yellow-text-deprecated: #d67a74;--color-customization-yellow-green-background: #a4c61a;--color-customization-yellow-green-background-rgb: 164, 198, 26;--color-customization-yellow-green-background-hover: #86a215;--color-customization-yellow-green-foreground: #333b07;--color-customization-yellow-green-foreground-hover: #131703;--color-customization-yellow-green-text-deprecated: #899d36;--color-customization-green-background: #62bb35;--color-customization-green-background-rgb: 98, 187, 53;--color-customization-green-background-hover: #519b2c;--color-customization-green-foreground: #182c0c;--color-customization-green-foreground-hover: #070c03;--color-customization-green-text-deprecated: #679c40;--color-customization-blue-green-background: #37a862;--color-customization-blue-green-background-rgb: 55, 168, 98;--color-customization-blue-green-background-hover: #2d8950;--color-customization-blue-green-foreground: #fff;--color-customization-blue-green-foreground-hover: #fff;--color-customization-blue-green-text-deprecated: #59a368;--color-customization-aqua-background: #208ea3;--color-customization-aqua-background-rgb: 32, 142, 163;--color-customization-aqua-background-hover: #197081;--color-customization-aqua-foreground: #fff;--color-customization-aqua-foreground-hover: #fff;--color-customization-aqua-text-deprecated: #448da0;--color-customization-blue-background: #4178bc;--color-customization-blue-background-rgb: 65, 120, 188;--color-customization-blue-background-hover: #37659e;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #4d79b7;--color-customization-indigo-background: #7a71f6;--color-customization-indigo-background-rgb: 122, 113, 246;--color-customization-indigo-background-hover: #564bf4;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #7776ee;--color-customization-purple-background: #aa71ff;--color-customization-purple-background-rgb: 170, 113, 255;--color-customization-purple-background-hover: #9248ff;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #a178f7;--color-customization-magenta-background: #e37cff;--color-customization-magenta-background-rgb: 227, 124, 255;--color-customization-magenta-background-hover: #da53ff;--color-customization-magenta-foreground: #48005c;--color-customization-magenta-foreground-hover: #280033;--color-customization-magenta-text-deprecated: #c078df;--color-customization-hot-pink-background: #ea4e9d;--color-customization-hot-pink-background-rgb: 234, 78, 157;--color-customization-hot-pink-background-hover: #e62a89;--color-customization-hot-pink-foreground: #fff;--color-customization-hot-pink-foreground-hover: #fff;--color-customization-hot-pink-text-deprecated: #d95b9b;--color-customization-pink-background: #fca7e4;--color-customization-pink-background-rgb: 252, 167, 228;--color-customization-pink-background-hover: #fb80d8;--color-customization-pink-foreground: #760456;--color-customization-pink-foreground-hover: #4f0339;--color-customization-pink-text-deprecated: #b984ad;--color-customization-cool-gray-background: #8d9f9b;--color-customization-cool-gray-background-rgb: 141, 159, 155;--color-customization-cool-gray-background-hover: #778c88;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff}.DesignTokenThemeSelectors-theme--darkMode{color-scheme:dark}@media(prefers-color-scheme: dark){.DesignTokenThemeSelectors-theme--systemDarkMode{color-scheme:dark}}.DesignTokenThemeDisabler{color-scheme:light}:host{--color-text: #1e1f21;--color-text-rgb: 30, 31, 33;--color-text-foreground: #fff;--color-text-disabled: #afabac;--color-text-weak: #6d6e6f;--color-text-weak-hover: #1e1f21;--color-icon: #6d6e6f;--color-icon-rgb: 109, 110, 111;--color-icon-foreground: #fff;--color-icon-hover: #1e1f21;--color-icon-active: #1e1f21;--color-icon-disabled: #afabac;--color-icon-strong: #6d6e6f;--color-border: #edeae9;--color-border-rgb: 237, 234, 233;--color-border-inverse: #fff;--color-border-hover: #afabac;--color-border-active: #6d6e6f;--color-border-strong: #cfcbcb;--color-background-weak: #fff;--color-background-weak-rgb: 255, 255, 255;--color-background-weak-hover-deprecated: #f9f8f8;--color-background-medium: #f9f8f8;--color-background-medium-rgb: 249, 248, 248;--color-background-hover: rgba(55, 23, 23, 0.03);--color-background-active: rgba(55, 23, 23, 0.05);--color-background-strong: #f5f3f3;--color-background-strong-rgb: 245, 243, 243;--color-selected-text: #4573d2;--color-selected-text-hover: #4464bb;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #f1f2fc;--color-selected-background-hover: #e7e9fc;--color-selected-background-active: #dbe0fd;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #5da283;--color-success-text-hover: #467761;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #467761;--color-success-icon-strong: #1e1f21;--color-success-border: #90c2ad;--color-success-border-hover: #5da283;--color-success-background: #eafaf4;--color-success-background-hover: #e0f4ec;--color-success-background-active: #cde8de;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #ad8950;--color-warning-text-hover: #9a7a48;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #b58e53;--color-warning-icon-strong: #1e1f21;--color-warning-border: #f1bd6c;--color-warning-border-hover: #b58e53;--color-warning-background: #fff6ee;--color-warning-background-hover: #ffecda;--color-warning-background-active: #fedcb6;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #ad8950;--color-upsell-text-hover: #9a7a48;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #b58e53;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #fff6ee;--color-upsell-background-hover: #ffecda;--color-upsell-background-active: #fedcb6;--color-upsell-background-weak-hover: #fff6ee;--color-upsell-background-weak-active: #ffecda;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #f1bd6c;--color-danger-text: #f06a6f;--color-danger-text-hover: #ad4453;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #cf505d;--color-danger-icon-strong: #1e1f21;--color-danger-border: #f99fa4;--color-danger-border-hover: #f06a6f;--color-danger-border-active: #cf505d;--color-danger-background: #ffebeb;--color-danger-background-hover: #ffd9da;--color-danger-background-active: #fec5c7;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(255, 255, 255, 0.95);--color-beta-text: #6e66b1;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #8d84e8;--color-beta-icon-rgb: 141, 132, 232;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #575089;--color-beta-background-weak: #f6f4fd;--color-beta-background-strong: #736bc4;--color-beta-border: #8d84e8;--color-beta-border-hover: #726ab9;--color-beta-border-active: #726ab9;--color-primary-text: #4573d2;--color-primary-text-hover: #4464bb;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #4573d2;--color-on-hold-text-hover: #4464bb;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}:host .DesignTokenThemeDisabler{--color-text: #1e1f21;--color-text-rgb: 30, 31, 33;--color-text-foreground: #fff;--color-text-disabled: #afabac;--color-text-weak: #6d6e6f;--color-text-weak-hover: #1e1f21;--color-icon: #6d6e6f;--color-icon-rgb: 109, 110, 111;--color-icon-foreground: #fff;--color-icon-hover: #1e1f21;--color-icon-active: #1e1f21;--color-icon-disabled: #afabac;--color-icon-strong: #6d6e6f;--color-border: #edeae9;--color-border-rgb: 237, 234, 233;--color-border-inverse: #fff;--color-border-hover: #afabac;--color-border-active: #6d6e6f;--color-border-strong: #cfcbcb;--color-background-weak: #fff;--color-background-weak-rgb: 255, 255, 255;--color-background-weak-hover-deprecated: #f9f8f8;--color-background-medium: #f9f8f8;--color-background-medium-rgb: 249, 248, 248;--color-background-hover: rgba(55, 23, 23, 0.03);--color-background-active: rgba(55, 23, 23, 0.05);--color-background-strong: #f5f3f3;--color-background-strong-rgb: 245, 243, 243;--color-selected-text: #4573d2;--color-selected-text-hover: #4464bb;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #f1f2fc;--color-selected-background-hover: #e7e9fc;--color-selected-background-active: #dbe0fd;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #5da283;--color-success-text-hover: #467761;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #467761;--color-success-icon-strong: #1e1f21;--color-success-border: #90c2ad;--color-success-border-hover: #5da283;--color-success-background: #eafaf4;--color-success-background-hover: #e0f4ec;--color-success-background-active: #cde8de;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #ad8950;--color-warning-text-hover: #9a7a48;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #b58e53;--color-warning-icon-strong: #1e1f21;--color-warning-border: #f1bd6c;--color-warning-border-hover: #b58e53;--color-warning-background: #fff6ee;--color-warning-background-hover: #ffecda;--color-warning-background-active: #fedcb6;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #ad8950;--color-upsell-text-hover: #9a7a48;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #b58e53;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #fff6ee;--color-upsell-background-hover: #ffecda;--color-upsell-background-active: #fedcb6;--color-upsell-background-weak-hover: #fff6ee;--color-upsell-background-weak-active: #ffecda;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #f1bd6c;--color-danger-text: #f06a6f;--color-danger-text-hover: #ad4453;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #cf505d;--color-danger-icon-strong: #1e1f21;--color-danger-border: #f99fa4;--color-danger-border-hover: #f06a6f;--color-danger-border-active: #cf505d;--color-danger-background: #ffebeb;--color-danger-background-hover: #ffd9da;--color-danger-background-active: #fec5c7;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(255, 255, 255, 0.95);--color-beta-text: #6e66b1;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #8d84e8;--color-beta-icon-rgb: 141, 132, 232;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #575089;--color-beta-background-weak: #f6f4fd;--color-beta-background-strong: #736bc4;--color-beta-border: #8d84e8;--color-beta-border-hover: #726ab9;--color-beta-border-active: #726ab9;--color-primary-text: #4573d2;--color-primary-text-hover: #4464bb;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #4573d2;--color-on-hold-text-hover: #4464bb;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}@media print{:host{--color-text: #1e1f21;--color-text-rgb: 30, 31, 33;--color-text-foreground: #fff;--color-text-disabled: #afabac;--color-text-weak: #6d6e6f;--color-text-weak-hover: #1e1f21;--color-icon: #6d6e6f;--color-icon-rgb: 109, 110, 111;--color-icon-foreground: #fff;--color-icon-hover: #1e1f21;--color-icon-active: #1e1f21;--color-icon-disabled: #afabac;--color-icon-strong: #6d6e6f;--color-border: #edeae9;--color-border-rgb: 237, 234, 233;--color-border-inverse: #fff;--color-border-hover: #afabac;--color-border-active: #6d6e6f;--color-border-strong: #cfcbcb;--color-background-weak: #fff;--color-background-weak-rgb: 255, 255, 255;--color-background-weak-hover-deprecated: #f9f8f8;--color-background-medium: #f9f8f8;--color-background-medium-rgb: 249, 248, 248;--color-background-hover: rgba(55, 23, 23, 0.03);--color-background-active: rgba(55, 23, 23, 0.05);--color-background-strong: #f5f3f3;--color-background-strong-rgb: 245, 243, 243;--color-selected-text: #4573d2;--color-selected-text-hover: #4464bb;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #f1f2fc;--color-selected-background-hover: #e7e9fc;--color-selected-background-active: #dbe0fd;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #5da283;--color-success-text-hover: #467761;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #467761;--color-success-icon-strong: #1e1f21;--color-success-border: #90c2ad;--color-success-border-hover: #5da283;--color-success-background: #eafaf4;--color-success-background-hover: #e0f4ec;--color-success-background-active: #cde8de;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #ad8950;--color-warning-text-hover: #9a7a48;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #b58e53;--color-warning-icon-strong: #1e1f21;--color-warning-border: #f1bd6c;--color-warning-border-hover: #b58e53;--color-warning-background: #fff6ee;--color-warning-background-hover: #ffecda;--color-warning-background-active: #fedcb6;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #ad8950;--color-upsell-text-hover: #9a7a48;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #b58e53;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #fff6ee;--color-upsell-background-hover: #ffecda;--color-upsell-background-active: #fedcb6;--color-upsell-background-weak-hover: #fff6ee;--color-upsell-background-weak-active: #ffecda;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #f1bd6c;--color-danger-text: #f06a6f;--color-danger-text-hover: #ad4453;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #cf505d;--color-danger-icon-strong: #1e1f21;--color-danger-border: #f99fa4;--color-danger-border-hover: #f06a6f;--color-danger-border-active: #cf505d;--color-danger-background: #ffebeb;--color-danger-background-hover: #ffd9da;--color-danger-background-active: #fec5c7;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(255, 255, 255, 0.95);--color-beta-text: #6e66b1;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #8d84e8;--color-beta-icon-rgb: 141, 132, 232;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #575089;--color-beta-background-weak: #f6f4fd;--color-beta-background-strong: #736bc4;--color-beta-border: #8d84e8;--color-beta-border-hover: #726ab9;--color-beta-border-active: #726ab9;--color-primary-text: #4573d2;--color-primary-text-hover: #4464bb;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #4573d2;--color-on-hold-text-hover: #4464bb;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-text: #f5f4f3;--color-text-rgb: 245, 244, 243;--color-text-foreground: #f5f4f3;--color-text-disabled: #6a696a;--color-text-weak: #a2a0a2;--color-text-weak-hover: #f5f4f3;--color-icon: #a2a0a2;--color-icon-rgb: 162, 160, 162;--color-icon-foreground: #f5f4f3;--color-icon-hover: #f5f4f3;--color-icon-active: #f5f4f3;--color-icon-disabled: #6a696a;--color-icon-strong: #f5f4f3;--color-border: #424244;--color-border-rgb: 66, 66, 68;--color-border-inverse: #f5f4f3;--color-border-hover: #6a696a;--color-border-active: #a2a0a2;--color-border-strong: #565557;--color-background-weak: #1e1f21;--color-background-weak-rgb: 30, 31, 33;--color-background-weak-hover-deprecated: #2a2b2d;--color-background-medium: #252628;--color-background-medium-rgb: 37, 38, 40;--color-background-hover: rgba(255, 255, 255, 0.06);--color-background-active: rgba(255, 255, 255, 0.11);--color-background-strong: #2a2b2d;--color-background-strong-rgb: 42, 43, 45;--color-selected-text: #6296f1;--color-selected-text-hover: #5688e5;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #172237;--color-selected-background-hover: #1a2843;--color-selected-background-active: #2a3c68;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #86bca4;--color-success-text-hover: #afd6c6;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #86bca4;--color-success-icon-strong: #1e1f21;--color-success-border: #32695d;--color-success-border-hover: #5da283;--color-success-background: #192c29;--color-success-background-hover: #21433d;--color-success-background-active: #244c45;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #f1bd6c;--color-warning-text-hover: #f6c682;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #f6c682;--color-warning-icon-strong: #1e1f21;--color-warning-border: #735c38;--color-warning-border-hover: #b89054;--color-warning-background: #3d3120;--color-warning-background-hover: #493b26;--color-warning-background-active: #54432b;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #f1bd6c;--color-upsell-text-hover: #f6c682;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #f6c682;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #3d3120;--color-upsell-background-hover: #493b26;--color-upsell-background-active: #54432b;--color-upsell-background-weak-hover: #3d3120;--color-upsell-background-weak-active: #493b26;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #735c38;--color-danger-text: #f78a86;--color-danger-text-hover: #fa9994;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #f78a86;--color-danger-icon-strong: #1e1f21;--color-danger-border: #a13e4f;--color-danger-border-hover: #cb545e;--color-danger-border-active: #f06a6f;--color-danger-background: #481125;--color-danger-background-hover: #5c1b30;--color-danger-background-active: #6c2338;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(30, 31, 33, 0.95);--color-beta-text: #a499ed;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #a499ed;--color-beta-icon-rgb: 164, 153, 237;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #a499ed;--color-beta-background-weak: #3a3659;--color-beta-background-strong: #736bc4;--color-beta-border: #726ab9;--color-beta-border-hover: #a499ed;--color-beta-border-active: #a499ed;--color-primary-text: #6296f1;--color-primary-text-hover: #5688e5;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #6296f1;--color-on-hold-text-hover: #5688e5;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-text: #f5f4f3;--color-text-rgb: 245, 244, 243;--color-text-foreground: #f5f4f3;--color-text-disabled: #6a696a;--color-text-weak: #a2a0a2;--color-text-weak-hover: #f5f4f3;--color-icon: #a2a0a2;--color-icon-rgb: 162, 160, 162;--color-icon-foreground: #f5f4f3;--color-icon-hover: #f5f4f3;--color-icon-active: #f5f4f3;--color-icon-disabled: #6a696a;--color-icon-strong: #f5f4f3;--color-border: #424244;--color-border-rgb: 66, 66, 68;--color-border-inverse: #f5f4f3;--color-border-hover: #6a696a;--color-border-active: #a2a0a2;--color-border-strong: #565557;--color-background-weak: #1e1f21;--color-background-weak-rgb: 30, 31, 33;--color-background-weak-hover-deprecated: #2a2b2d;--color-background-medium: #252628;--color-background-medium-rgb: 37, 38, 40;--color-background-hover: rgba(255, 255, 255, 0.06);--color-background-active: rgba(255, 255, 255, 0.11);--color-background-strong: #2a2b2d;--color-background-strong-rgb: 42, 43, 45;--color-selected-text: #6296f1;--color-selected-text-hover: #5688e5;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #172237;--color-selected-background-hover: #1a2843;--color-selected-background-active: #2a3c68;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #86bca4;--color-success-text-hover: #afd6c6;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #86bca4;--color-success-icon-strong: #1e1f21;--color-success-border: #32695d;--color-success-border-hover: #5da283;--color-success-background: #192c29;--color-success-background-hover: #21433d;--color-success-background-active: #244c45;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #f1bd6c;--color-warning-text-hover: #f6c682;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #f6c682;--color-warning-icon-strong: #1e1f21;--color-warning-border: #735c38;--color-warning-border-hover: #b89054;--color-warning-background: #3d3120;--color-warning-background-hover: #493b26;--color-warning-background-active: #54432b;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #f1bd6c;--color-upsell-text-hover: #f6c682;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #f6c682;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #3d3120;--color-upsell-background-hover: #493b26;--color-upsell-background-active: #54432b;--color-upsell-background-weak-hover: #3d3120;--color-upsell-background-weak-active: #493b26;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #735c38;--color-danger-text: #f78a86;--color-danger-text-hover: #fa9994;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #f78a86;--color-danger-icon-strong: #1e1f21;--color-danger-border: #a13e4f;--color-danger-border-hover: #cb545e;--color-danger-border-active: #f06a6f;--color-danger-background: #481125;--color-danger-background-hover: #5c1b30;--color-danger-background-active: #6c2338;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(30, 31, 33, 0.95);--color-beta-text: #a499ed;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #a499ed;--color-beta-icon-rgb: 164, 153, 237;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #a499ed;--color-beta-background-weak: #3a3659;--color-beta-background-strong: #736bc4;--color-beta-border: #726ab9;--color-beta-border-hover: #a499ed;--color-beta-border-active: #a499ed;--color-primary-text: #6296f1;--color-primary-text-hover: #5688e5;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #6296f1;--color-on-hold-text-hover: #5688e5;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-text: #f5f4f3;--color-text-rgb: 245, 244, 243;--color-text-foreground: #f5f4f3;--color-text-disabled: #6a696a;--color-text-weak: #a2a0a2;--color-text-weak-hover: #f5f4f3;--color-icon: #a2a0a2;--color-icon-rgb: 162, 160, 162;--color-icon-foreground: #f5f4f3;--color-icon-hover: #f5f4f3;--color-icon-active: #f5f4f3;--color-icon-disabled: #6a696a;--color-icon-strong: #f5f4f3;--color-border: #424244;--color-border-rgb: 66, 66, 68;--color-border-inverse: #f5f4f3;--color-border-hover: #6a696a;--color-border-active: #a2a0a2;--color-border-strong: #565557;--color-background-weak: #1e1f21;--color-background-weak-rgb: 30, 31, 33;--color-background-weak-hover-deprecated: #2a2b2d;--color-background-medium: #252628;--color-background-medium-rgb: 37, 38, 40;--color-background-hover: rgba(255, 255, 255, 0.06);--color-background-active: rgba(255, 255, 255, 0.11);--color-background-strong: #2a2b2d;--color-background-strong-rgb: 42, 43, 45;--color-selected-text: #6296f1;--color-selected-text-hover: #5688e5;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #172237;--color-selected-background-hover: #1a2843;--color-selected-background-active: #2a3c68;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #86bca4;--color-success-text-hover: #afd6c6;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #86bca4;--color-success-icon-strong: #1e1f21;--color-success-border: #32695d;--color-success-border-hover: #5da283;--color-success-background: #192c29;--color-success-background-hover: #21433d;--color-success-background-active: #244c45;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #f1bd6c;--color-warning-text-hover: #f6c682;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #f6c682;--color-warning-icon-strong: #1e1f21;--color-warning-border: #735c38;--color-warning-border-hover: #b89054;--color-warning-background: #3d3120;--color-warning-background-hover: #493b26;--color-warning-background-active: #54432b;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #f1bd6c;--color-upsell-text-hover: #f6c682;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #f6c682;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #3d3120;--color-upsell-background-hover: #493b26;--color-upsell-background-active: #54432b;--color-upsell-background-weak-hover: #3d3120;--color-upsell-background-weak-active: #493b26;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #735c38;--color-danger-text: #f78a86;--color-danger-text-hover: #fa9994;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #f78a86;--color-danger-icon-strong: #1e1f21;--color-danger-border: #a13e4f;--color-danger-border-hover: #cb545e;--color-danger-border-active: #f06a6f;--color-danger-background: #481125;--color-danger-background-hover: #5c1b30;--color-danger-background-active: #6c2338;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(30, 31, 33, 0.95);--color-beta-text: #a499ed;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #a499ed;--color-beta-icon-rgb: 164, 153, 237;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #a499ed;--color-beta-background-weak: #3a3659;--color-beta-background-strong: #736bc4;--color-beta-border: #726ab9;--color-beta-border-hover: #a499ed;--color-beta-border-active: #a499ed;--color-primary-text: #6296f1;--color-primary-text-hover: #5688e5;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #6296f1;--color-on-hold-text-hover: #5688e5;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba;--color-text: #f8f4f6;--color-text-rgb: 248, 244, 246;--color-text-foreground: #f8f4f6;--color-text-disabled: #8f5977;--color-text-weak: #bb97a9;--color-text-weak-hover: #f8f4f6;--color-icon: #bb97a9;--color-icon-rgb: 187, 151, 169;--color-icon-foreground: #f8f4f6;--color-icon-hover: #f8f4f6;--color-icon-active: #f8f4f6;--color-icon-disabled: #8f5977;--color-icon-strong: #f8f4f6;--color-border: #5f2748;--color-border-rgb: 95, 39, 72;--color-border-inverse: #f8f4f6;--color-border-hover: #8f5977;--color-border-active: #bb97a9;--color-border-strong: #5f2748;--color-background-weak: #36172a;--color-background-weak-rgb: 54, 23, 42;--color-background-weak-hover-deprecated: #461d36;--color-background-medium: #3e1930;--color-background-medium-rgb: 62, 25, 48;--color-background-strong: #461d36;--color-background-strong-rgb: 70, 29, 54;--color-drop-target-background: rgba(54, 23, 42, 0.95)}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode{--color-success-text: #62d26f;--color-success-text-hover: #62d26f;--color-success-icon: #62d26f;--color-success-icon-hover: #62d26f;--color-warning-text: #d6ce38;--color-warning-text-hover: #d6ce38;--color-warning-icon: #d6ce38;--color-warning-icon-rgb: 214, 206, 56;--color-warning-icon-hover: #d6ce38;--color-upsell-text: #d6ce38;--color-upsell-text-hover: #d6ce38;--color-upsell-icon: #d6ce38;--color-upsell-icon-hover: #d6ce38;--color-danger-text: #fd612c;--color-danger-text-hover: #fd612c;--color-danger-icon: #fd612c;--color-danger-icon-hover: #fd612c}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode .DesignTokenThemeDisabler{--color-success-text: #62d26f;--color-success-text-hover: #62d26f;--color-success-icon: #62d26f;--color-success-icon-hover: #62d26f;--color-warning-text: #d6ce38;--color-warning-text-hover: #d6ce38;--color-warning-icon: #d6ce38;--color-warning-icon-rgb: 214, 206, 56;--color-warning-icon-hover: #d6ce38;--color-upsell-text: #d6ce38;--color-upsell-text-hover: #d6ce38;--color-upsell-icon: #d6ce38;--color-upsell-icon-hover: #d6ce38;--color-danger-text: #fd612c;--color-danger-text-hover: #fd612c;--color-danger-icon: #fd612c;--color-danger-icon-hover: #fd612c}:host{--color-deprecated-white: #fff;--color-deprecated-white-rgb: 255, 255, 255;--color-deprecated-lightGray1: #f5f3f3;--color-deprecated-lightGray1-rgb: 245, 243, 243;--color-deprecated-lightGray2: #edeae9;--color-deprecated-lightGray2-rgb: 237, 234, 233;--color-deprecated-lightGray3: #cfcbcb;--color-deprecated-lightGray3-rgb: 207, 203, 203;--color-deprecated-mediumGray: #afabac;--color-deprecated-mediumGray-rgb: 175, 171, 172;--color-deprecated-darkGray1: #6d6e6f;--color-deprecated-darkGray1-rgb: 109, 110, 111;--color-deprecated-darkGray2: #1e1f21;--color-deprecated-darkGray2-rgb: 30, 31, 33;--color-deprecated-darkGray3: #1e1f21;--color-deprecated-darkGray3-rgb: 30, 31, 33;--color-deprecated-black: #1e1f21;--color-deprecated-black-rgb: 30, 31, 33;--color-deprecated-darkGreen: #467761;--color-deprecated-darkGreen-rgb: 70, 119, 97;--color-deprecated-green: #5da283;--color-deprecated-green-rgb: 93, 162, 131;--color-deprecated-brightGreen: #90c2ad;--color-deprecated-brightGreen-rgb: 144, 194, 173;--color-deprecated-medGreen: #90c2ad;--color-deprecated-medGreen-rgb: 144, 194, 173;--color-deprecated-lightGreen: #cde8de;--color-deprecated-lightGreen-rgb: 205, 232, 222;--color-deprecated-fadedGreen: #cde8de;--color-deprecated-fadedGreen-rgb: 205, 232, 222;--color-deprecated-darkTeal: #4464bb;--color-deprecated-darkTeal-rgb: 68, 100, 187;--color-deprecated-teal: #4573d2;--color-deprecated-teal-rgb: 69, 115, 210;--color-deprecated-brightTeal: #4573d2;--color-deprecated-brightTeal-rgb: 69, 115, 210;--color-deprecated-medTeal: #dbe0fd;--color-deprecated-medTeal-rgb: 219, 224, 253;--color-deprecated-lightTeal: #dbe0fd;--color-deprecated-lightTeal-rgb: 219, 224, 253;--color-deprecated-darkPurple: #575089;--color-deprecated-darkPurple-rgb: 87, 80, 137;--color-deprecated-purple: #6e66b1;--color-deprecated-purple-rgb: 110, 102, 177;--color-deprecated-brightPurple: #726ab9;--color-deprecated-brightPurple-rgb: 114, 106, 185;--color-deprecated-medPurple: #8d84e8;--color-deprecated-medPurple-rgb: 141, 132, 232;--color-deprecated-lightPurple: #f6f4fd;--color-deprecated-lightPurple-rgb: 246, 244, 253;--color-deprecated-darkGold: #e8b668;--color-deprecated-darkGold-rgb: 232, 182, 104;--color-deprecated-gold: #e8b668;--color-deprecated-gold-rgb: 232, 182, 104;--color-deprecated-brightGold: #f1bd6c;--color-deprecated-brightGold-rgb: 241, 189, 108;--color-deprecated-medGold: #fedcb6;--color-deprecated-medGold-rgb: 254, 220, 182;--color-deprecated-lightGold: #ffecda;--color-deprecated-lightGold-rgb: 255, 236, 218;--color-deprecated-darkCoral: #cf505d;--color-deprecated-darkCoral-rgb: 207, 80, 93;--color-deprecated-coral: #cf505d;--color-deprecated-coral-rgb: 207, 80, 93;--color-deprecated-brightCoral: #f06a6f;--color-deprecated-brightCoral-rgb: 240, 106, 111;--color-deprecated-medCoral: #f99fa4;--color-deprecated-medCoral-rgb: 249, 159, 164;--color-deprecated-lightCoral: #ffd9da;--color-deprecated-lightCoral-rgb: 255, 217, 218}:host .DesignTokenThemeDisabler{--color-deprecated-white: #fff;--color-deprecated-white-rgb: 255, 255, 255;--color-deprecated-lightGray1: #f5f3f3;--color-deprecated-lightGray1-rgb: 245, 243, 243;--color-deprecated-lightGray2: #edeae9;--color-deprecated-lightGray2-rgb: 237, 234, 233;--color-deprecated-lightGray3: #cfcbcb;--color-deprecated-lightGray3-rgb: 207, 203, 203;--color-deprecated-mediumGray: #afabac;--color-deprecated-mediumGray-rgb: 175, 171, 172;--color-deprecated-darkGray1: #6d6e6f;--color-deprecated-darkGray1-rgb: 109, 110, 111;--color-deprecated-darkGray2: #1e1f21;--color-deprecated-darkGray2-rgb: 30, 31, 33;--color-deprecated-darkGray3: #1e1f21;--color-deprecated-darkGray3-rgb: 30, 31, 33;--color-deprecated-black: #1e1f21;--color-deprecated-black-rgb: 30, 31, 33;--color-deprecated-darkGreen: #467761;--color-deprecated-darkGreen-rgb: 70, 119, 97;--color-deprecated-green: #5da283;--color-deprecated-green-rgb: 93, 162, 131;--color-deprecated-brightGreen: #90c2ad;--color-deprecated-brightGreen-rgb: 144, 194, 173;--color-deprecated-medGreen: #90c2ad;--color-deprecated-medGreen-rgb: 144, 194, 173;--color-deprecated-lightGreen: #cde8de;--color-deprecated-lightGreen-rgb: 205, 232, 222;--color-deprecated-fadedGreen: #cde8de;--color-deprecated-fadedGreen-rgb: 205, 232, 222;--color-deprecated-darkTeal: #4464bb;--color-deprecated-darkTeal-rgb: 68, 100, 187;--color-deprecated-teal: #4573d2;--color-deprecated-teal-rgb: 69, 115, 210;--color-deprecated-brightTeal: #4573d2;--color-deprecated-brightTeal-rgb: 69, 115, 210;--color-deprecated-medTeal: #dbe0fd;--color-deprecated-medTeal-rgb: 219, 224, 253;--color-deprecated-lightTeal: #dbe0fd;--color-deprecated-lightTeal-rgb: 219, 224, 253;--color-deprecated-darkPurple: #575089;--color-deprecated-darkPurple-rgb: 87, 80, 137;--color-deprecated-purple: #6e66b1;--color-deprecated-purple-rgb: 110, 102, 177;--color-deprecated-brightPurple: #726ab9;--color-deprecated-brightPurple-rgb: 114, 106, 185;--color-deprecated-medPurple: #8d84e8;--color-deprecated-medPurple-rgb: 141, 132, 232;--color-deprecated-lightPurple: #f6f4fd;--color-deprecated-lightPurple-rgb: 246, 244, 253;--color-deprecated-darkGold: #e8b668;--color-deprecated-darkGold-rgb: 232, 182, 104;--color-deprecated-gold: #e8b668;--color-deprecated-gold-rgb: 232, 182, 104;--color-deprecated-brightGold: #f1bd6c;--color-deprecated-brightGold-rgb: 241, 189, 108;--color-deprecated-medGold: #fedcb6;--color-deprecated-medGold-rgb: 254, 220, 182;--color-deprecated-lightGold: #ffecda;--color-deprecated-lightGold-rgb: 255, 236, 218;--color-deprecated-darkCoral: #cf505d;--color-deprecated-darkCoral-rgb: 207, 80, 93;--color-deprecated-coral: #cf505d;--color-deprecated-coral-rgb: 207, 80, 93;--color-deprecated-brightCoral: #f06a6f;--color-deprecated-brightCoral-rgb: 240, 106, 111;--color-deprecated-medCoral: #f99fa4;--color-deprecated-medCoral-rgb: 249, 159, 164;--color-deprecated-lightCoral: #ffd9da;--color-deprecated-lightCoral-rgb: 255, 217, 218}@media print{:host{--color-deprecated-white: #fff;--color-deprecated-white-rgb: 255, 255, 255;--color-deprecated-lightGray1: #f5f3f3;--color-deprecated-lightGray1-rgb: 245, 243, 243;--color-deprecated-lightGray2: #edeae9;--color-deprecated-lightGray2-rgb: 237, 234, 233;--color-deprecated-lightGray3: #cfcbcb;--color-deprecated-lightGray3-rgb: 207, 203, 203;--color-deprecated-mediumGray: #afabac;--color-deprecated-mediumGray-rgb: 175, 171, 172;--color-deprecated-darkGray1: #6d6e6f;--color-deprecated-darkGray1-rgb: 109, 110, 111;--color-deprecated-darkGray2: #1e1f21;--color-deprecated-darkGray2-rgb: 30, 31, 33;--color-deprecated-darkGray3: #1e1f21;--color-deprecated-darkGray3-rgb: 30, 31, 33;--color-deprecated-black: #1e1f21;--color-deprecated-black-rgb: 30, 31, 33;--color-deprecated-darkGreen: #467761;--color-deprecated-darkGreen-rgb: 70, 119, 97;--color-deprecated-green: #5da283;--color-deprecated-green-rgb: 93, 162, 131;--color-deprecated-brightGreen: #90c2ad;--color-deprecated-brightGreen-rgb: 144, 194, 173;--color-deprecated-medGreen: #90c2ad;--color-deprecated-medGreen-rgb: 144, 194, 173;--color-deprecated-lightGreen: #cde8de;--color-deprecated-lightGreen-rgb: 205, 232, 222;--color-deprecated-fadedGreen: #cde8de;--color-deprecated-fadedGreen-rgb: 205, 232, 222;--color-deprecated-darkTeal: #4464bb;--color-deprecated-darkTeal-rgb: 68, 100, 187;--color-deprecated-teal: #4573d2;--color-deprecated-teal-rgb: 69, 115, 210;--color-deprecated-brightTeal: #4573d2;--color-deprecated-brightTeal-rgb: 69, 115, 210;--color-deprecated-medTeal: #dbe0fd;--color-deprecated-medTeal-rgb: 219, 224, 253;--color-deprecated-lightTeal: #dbe0fd;--color-deprecated-lightTeal-rgb: 219, 224, 253;--color-deprecated-darkPurple: #575089;--color-deprecated-darkPurple-rgb: 87, 80, 137;--color-deprecated-purple: #6e66b1;--color-deprecated-purple-rgb: 110, 102, 177;--color-deprecated-brightPurple: #726ab9;--color-deprecated-brightPurple-rgb: 114, 106, 185;--color-deprecated-medPurple: #8d84e8;--color-deprecated-medPurple-rgb: 141, 132, 232;--color-deprecated-lightPurple: #f6f4fd;--color-deprecated-lightPurple-rgb: 246, 244, 253;--color-deprecated-darkGold: #e8b668;--color-deprecated-darkGold-rgb: 232, 182, 104;--color-deprecated-gold: #e8b668;--color-deprecated-gold-rgb: 232, 182, 104;--color-deprecated-brightGold: #f1bd6c;--color-deprecated-brightGold-rgb: 241, 189, 108;--color-deprecated-medGold: #fedcb6;--color-deprecated-medGold-rgb: 254, 220, 182;--color-deprecated-lightGold: #ffecda;--color-deprecated-lightGold-rgb: 255, 236, 218;--color-deprecated-darkCoral: #cf505d;--color-deprecated-darkCoral-rgb: 207, 80, 93;--color-deprecated-coral: #cf505d;--color-deprecated-coral-rgb: 207, 80, 93;--color-deprecated-brightCoral: #f06a6f;--color-deprecated-brightCoral-rgb: 240, 106, 111;--color-deprecated-medCoral: #f99fa4;--color-deprecated-medCoral-rgb: 249, 159, 164;--color-deprecated-lightCoral: #ffd9da;--color-deprecated-lightCoral-rgb: 255, 217, 218}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-deprecated-white: #f5f4f3;--color-deprecated-white-rgb: 245, 244, 243;--color-deprecated-lightGray1: #f5f4f3;--color-deprecated-lightGray1-rgb: 245, 244, 243;--color-deprecated-lightGray2: #f5f4f3;--color-deprecated-lightGray2-rgb: 245, 244, 243;--color-deprecated-lightGray3: #a2a0a2;--color-deprecated-lightGray3-rgb: 162, 160, 162;--color-deprecated-mediumGray: #a2a0a2;--color-deprecated-mediumGray-rgb: 162, 160, 162;--color-deprecated-darkGray1: #6a696a;--color-deprecated-darkGray1-rgb: 106, 105, 106;--color-deprecated-darkGray2: #2a2b2d;--color-deprecated-darkGray2-rgb: 42, 43, 45;--color-deprecated-darkGray3: #1e1f21;--color-deprecated-darkGray3-rgb: 30, 31, 33;--color-deprecated-black: #1e1f21;--color-deprecated-black-rgb: 30, 31, 33;--color-deprecated-darkGreen: #5da283;--color-deprecated-darkGreen-rgb: 93, 162, 131;--color-deprecated-green: #5da283;--color-deprecated-green-rgb: 93, 162, 131;--color-deprecated-brightGreen: #5da283;--color-deprecated-brightGreen-rgb: 93, 162, 131;--color-deprecated-medGreen: #86bca4;--color-deprecated-medGreen-rgb: 134, 188, 164;--color-deprecated-lightGreen: #afd6c6;--color-deprecated-lightGreen-rgb: 175, 214, 198;--color-deprecated-fadedGreen: #86bca4;--color-deprecated-fadedGreen-rgb: 134, 188, 164;--color-deprecated-darkTeal: #3d68bb;--color-deprecated-darkTeal-rgb: 61, 104, 187;--color-deprecated-teal: #4573d2;--color-deprecated-teal-rgb: 69, 115, 210;--color-deprecated-brightTeal: #5688e5;--color-deprecated-brightTeal-rgb: 86, 136, 229;--color-deprecated-medTeal: #6296f1;--color-deprecated-medTeal-rgb: 98, 150, 241;--color-deprecated-lightTeal: #6296f1;--color-deprecated-lightTeal-rgb: 98, 150, 241;--color-deprecated-darkPurple: #726ab9;--color-deprecated-darkPurple-rgb: 114, 106, 185;--color-deprecated-purple: #726ab9;--color-deprecated-purple-rgb: 114, 106, 185;--color-deprecated-brightPurple: #726ab9;--color-deprecated-brightPurple-rgb: 114, 106, 185;--color-deprecated-medPurple: #726ab9;--color-deprecated-medPurple-rgb: 114, 106, 185;--color-deprecated-lightPurple: #a499ed;--color-deprecated-lightPurple-rgb: 164, 153, 237;--color-deprecated-darkGold: #b89054;--color-deprecated-darkGold-rgb: 184, 144, 84;--color-deprecated-gold: #b89054;--color-deprecated-gold-rgb: 184, 144, 84;--color-deprecated-brightGold: #f6c682;--color-deprecated-brightGold-rgb: 246, 198, 130;--color-deprecated-medGold: #f6c682;--color-deprecated-medGold-rgb: 246, 198, 130;--color-deprecated-lightGold: #f6c682;--color-deprecated-lightGold-rgb: 246, 198, 130;--color-deprecated-darkCoral: #cb545e;--color-deprecated-darkCoral-rgb: 203, 84, 94;--color-deprecated-coral: #cb545e;--color-deprecated-coral-rgb: 203, 84, 94;--color-deprecated-brightCoral: #f06a6f;--color-deprecated-brightCoral-rgb: 240, 106, 111;--color-deprecated-medCoral: #f06a6f;--color-deprecated-medCoral-rgb: 240, 106, 111;--color-deprecated-lightCoral: #fa9994;--color-deprecated-lightCoral-rgb: 250, 153, 148}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-deprecated-white: #f5f4f3;--color-deprecated-white-rgb: 245, 244, 243;--color-deprecated-lightGray1: #f5f4f3;--color-deprecated-lightGray1-rgb: 245, 244, 243;--color-deprecated-lightGray2: #f5f4f3;--color-deprecated-lightGray2-rgb: 245, 244, 243;--color-deprecated-lightGray3: #a2a0a2;--color-deprecated-lightGray3-rgb: 162, 160, 162;--color-deprecated-mediumGray: #a2a0a2;--color-deprecated-mediumGray-rgb: 162, 160, 162;--color-deprecated-darkGray1: #6a696a;--color-deprecated-darkGray1-rgb: 106, 105, 106;--color-deprecated-darkGray2: #2a2b2d;--color-deprecated-darkGray2-rgb: 42, 43, 45;--color-deprecated-darkGray3: #1e1f21;--color-deprecated-darkGray3-rgb: 30, 31, 33;--color-deprecated-black: #1e1f21;--color-deprecated-black-rgb: 30, 31, 33;--color-deprecated-darkGreen: #5da283;--color-deprecated-darkGreen-rgb: 93, 162, 131;--color-deprecated-green: #5da283;--color-deprecated-green-rgb: 93, 162, 131;--color-deprecated-brightGreen: #5da283;--color-deprecated-brightGreen-rgb: 93, 162, 131;--color-deprecated-medGreen: #86bca4;--color-deprecated-medGreen-rgb: 134, 188, 164;--color-deprecated-lightGreen: #afd6c6;--color-deprecated-lightGreen-rgb: 175, 214, 198;--color-deprecated-fadedGreen: #86bca4;--color-deprecated-fadedGreen-rgb: 134, 188, 164;--color-deprecated-darkTeal: #3d68bb;--color-deprecated-darkTeal-rgb: 61, 104, 187;--color-deprecated-teal: #4573d2;--color-deprecated-teal-rgb: 69, 115, 210;--color-deprecated-brightTeal: #5688e5;--color-deprecated-brightTeal-rgb: 86, 136, 229;--color-deprecated-medTeal: #6296f1;--color-deprecated-medTeal-rgb: 98, 150, 241;--color-deprecated-lightTeal: #6296f1;--color-deprecated-lightTeal-rgb: 98, 150, 241;--color-deprecated-darkPurple: #726ab9;--color-deprecated-darkPurple-rgb: 114, 106, 185;--color-deprecated-purple: #726ab9;--color-deprecated-purple-rgb: 114, 106, 185;--color-deprecated-brightPurple: #726ab9;--color-deprecated-brightPurple-rgb: 114, 106, 185;--color-deprecated-medPurple: #726ab9;--color-deprecated-medPurple-rgb: 114, 106, 185;--color-deprecated-lightPurple: #a499ed;--color-deprecated-lightPurple-rgb: 164, 153, 237;--color-deprecated-darkGold: #b89054;--color-deprecated-darkGold-rgb: 184, 144, 84;--color-deprecated-gold: #b89054;--color-deprecated-gold-rgb: 184, 144, 84;--color-deprecated-brightGold: #f6c682;--color-deprecated-brightGold-rgb: 246, 198, 130;--color-deprecated-medGold: #f6c682;--color-deprecated-medGold-rgb: 246, 198, 130;--color-deprecated-lightGold: #f6c682;--color-deprecated-lightGold-rgb: 246, 198, 130;--color-deprecated-darkCoral: #cb545e;--color-deprecated-darkCoral-rgb: 203, 84, 94;--color-deprecated-coral: #cb545e;--color-deprecated-coral-rgb: 203, 84, 94;--color-deprecated-brightCoral: #f06a6f;--color-deprecated-brightCoral-rgb: 240, 106, 111;--color-deprecated-medCoral: #f06a6f;--color-deprecated-medCoral-rgb: 240, 106, 111;--color-deprecated-lightCoral: #fa9994;--color-deprecated-lightCoral-rgb: 250, 153, 148}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-deprecated-white: #f5f4f3;--color-deprecated-white-rgb: 245, 244, 243;--color-deprecated-lightGray1: #f5f4f3;--color-deprecated-lightGray1-rgb: 245, 244, 243;--color-deprecated-lightGray2: #f5f4f3;--color-deprecated-lightGray2-rgb: 245, 244, 243;--color-deprecated-lightGray3: #a2a0a2;--color-deprecated-lightGray3-rgb: 162, 160, 162;--color-deprecated-mediumGray: #a2a0a2;--color-deprecated-mediumGray-rgb: 162, 160, 162;--color-deprecated-darkGray1: #6a696a;--color-deprecated-darkGray1-rgb: 106, 105, 106;--color-deprecated-darkGray2: #2a2b2d;--color-deprecated-darkGray2-rgb: 42, 43, 45;--color-deprecated-darkGray3: #1e1f21;--color-deprecated-darkGray3-rgb: 30, 31, 33;--color-deprecated-black: #1e1f21;--color-deprecated-black-rgb: 30, 31, 33;--color-deprecated-darkGreen: #5da283;--color-deprecated-darkGreen-rgb: 93, 162, 131;--color-deprecated-green: #5da283;--color-deprecated-green-rgb: 93, 162, 131;--color-deprecated-brightGreen: #5da283;--color-deprecated-brightGreen-rgb: 93, 162, 131;--color-deprecated-medGreen: #86bca4;--color-deprecated-medGreen-rgb: 134, 188, 164;--color-deprecated-lightGreen: #afd6c6;--color-deprecated-lightGreen-rgb: 175, 214, 198;--color-deprecated-fadedGreen: #86bca4;--color-deprecated-fadedGreen-rgb: 134, 188, 164;--color-deprecated-darkTeal: #3d68bb;--color-deprecated-darkTeal-rgb: 61, 104, 187;--color-deprecated-teal: #4573d2;--color-deprecated-teal-rgb: 69, 115, 210;--color-deprecated-brightTeal: #5688e5;--color-deprecated-brightTeal-rgb: 86, 136, 229;--color-deprecated-medTeal: #6296f1;--color-deprecated-medTeal-rgb: 98, 150, 241;--color-deprecated-lightTeal: #6296f1;--color-deprecated-lightTeal-rgb: 98, 150, 241;--color-deprecated-darkPurple: #726ab9;--color-deprecated-darkPurple-rgb: 114, 106, 185;--color-deprecated-purple: #726ab9;--color-deprecated-purple-rgb: 114, 106, 185;--color-deprecated-brightPurple: #726ab9;--color-deprecated-brightPurple-rgb: 114, 106, 185;--color-deprecated-medPurple: #726ab9;--color-deprecated-medPurple-rgb: 114, 106, 185;--color-deprecated-lightPurple: #a499ed;--color-deprecated-lightPurple-rgb: 164, 153, 237;--color-deprecated-darkGold: #b89054;--color-deprecated-darkGold-rgb: 184, 144, 84;--color-deprecated-gold: #b89054;--color-deprecated-gold-rgb: 184, 144, 84;--color-deprecated-brightGold: #f6c682;--color-deprecated-brightGold-rgb: 246, 198, 130;--color-deprecated-medGold: #f6c682;--color-deprecated-medGold-rgb: 246, 198, 130;--color-deprecated-lightGold: #f6c682;--color-deprecated-lightGold-rgb: 246, 198, 130;--color-deprecated-darkCoral: #cb545e;--color-deprecated-darkCoral-rgb: 203, 84, 94;--color-deprecated-coral: #cb545e;--color-deprecated-coral-rgb: 203, 84, 94;--color-deprecated-brightCoral: #f06a6f;--color-deprecated-brightCoral-rgb: 240, 106, 111;--color-deprecated-medCoral: #f06a6f;--color-deprecated-medCoral-rgb: 240, 106, 111;--color-deprecated-lightCoral: #fa9994;--color-deprecated-lightCoral-rgb: 250, 153, 148;--color-deprecated-white: #f8f4f6;--color-deprecated-white-rgb: 248, 244, 246;--color-deprecated-lightGray1: #f8f4f6;--color-deprecated-lightGray1-rgb: 248, 244, 246;--color-deprecated-lightGray2: #f8f4f6;--color-deprecated-lightGray2-rgb: 248, 244, 246;--color-deprecated-lightGray3: #bb97a9;--color-deprecated-lightGray3-rgb: 187, 151, 169;--color-deprecated-mediumGray: #bb97a9;--color-deprecated-mediumGray-rgb: 187, 151, 169;--color-deprecated-darkGray1: #8f5977;--color-deprecated-darkGray1-rgb: 143, 89, 119;--color-deprecated-darkGray2: #461d36;--color-deprecated-darkGray2-rgb: 70, 29, 54;--color-deprecated-darkGray3: #36172a;--color-deprecated-darkGray3-rgb: 54, 23, 42;--color-deprecated-black: #36172a;--color-deprecated-black-rgb: 54, 23, 42}.DesignTokenThemeSelectors-theme--darkMode{color-scheme:dark}@media(prefers-color-scheme: dark){.DesignTokenThemeSelectors-theme--systemDarkMode{color-scheme:dark}}.DesignTokenThemeDisabler{color-scheme:light}:host{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #e8e5e4;--color-customization-background-weak-deprecated-opaque: #e8e5e4;--color-customization-background-weak-deprecated: #e8e5e4;--color-customization-background-weak-hover: #e1dedd;--color-customization-background-weak-hover-deprecated: #e1dedd;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #1e1f21;--color-customization-foreground-weak-deprecated: #1e1f21;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #1e1f21;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #1e1f21;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #1e1f21;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #1e1f21;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #1e1f21;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #1e1f21;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #1e1f21;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #1e1f21;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #1e1f21;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #1e1f21;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #1e1f21;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #1e1f21;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #1e1f21;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #1e1f21;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #1e1f21}:host .DesignTokenThemeDisabler{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #e8e5e4;--color-customization-background-weak-deprecated-opaque: #e8e5e4;--color-customization-background-weak-deprecated: #e8e5e4;--color-customization-background-weak-hover: #e1dedd;--color-customization-background-weak-hover-deprecated: #e1dedd;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #1e1f21;--color-customization-foreground-weak-deprecated: #1e1f21;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #1e1f21;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #1e1f21;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #1e1f21;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #1e1f21;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #1e1f21;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #1e1f21;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #1e1f21;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #1e1f21;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #1e1f21;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #1e1f21;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #1e1f21;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #1e1f21;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #1e1f21;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #1e1f21;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #1e1f21}@media print{:host{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #e8e5e4;--color-customization-background-weak-deprecated-opaque: #e8e5e4;--color-customization-background-weak-deprecated: #e8e5e4;--color-customization-background-weak-hover: #e1dedd;--color-customization-background-weak-hover-deprecated: #e1dedd;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #1e1f21;--color-customization-foreground-weak-deprecated: #1e1f21;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #1e1f21;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #1e1f21;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #1e1f21;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #1e1f21;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #1e1f21;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #1e1f21;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #1e1f21;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #1e1f21;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #1e1f21;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #1e1f21;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #1e1f21;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #1e1f21;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #1e1f21;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #1e1f21;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #1e1f21}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #424244;--color-customization-background-weak-deprecated-opaque: #424244;--color-customization-background-weak-deprecated: #424244;--color-customization-background-weak-hover: #464648;--color-customization-background-weak-hover-deprecated: #464648;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #fff;--color-customization-foreground-weak-deprecated: #fff;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #f5f4f3;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #f5f4f3;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #f5f4f3;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #f5f4f3;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #f5f4f3;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #f5f4f3;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #f5f4f3;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #f5f4f3;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #f5f4f3;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #f5f4f3;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #f5f4f3;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #f5f4f3;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #f5f4f3;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #f5f4f3;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #f5f4f3}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #424244;--color-customization-background-weak-deprecated-opaque: #424244;--color-customization-background-weak-deprecated: #424244;--color-customization-background-weak-hover: #464648;--color-customization-background-weak-hover-deprecated: #464648;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #fff;--color-customization-foreground-weak-deprecated: #fff;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #f5f4f3;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #f5f4f3;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #f5f4f3;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #f5f4f3;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #f5f4f3;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #f5f4f3;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #f5f4f3;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #f5f4f3;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #f5f4f3;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #f5f4f3;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #f5f4f3;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #f5f4f3;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #f5f4f3;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #f5f4f3;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #f5f4f3}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #424244;--color-customization-background-weak-deprecated-opaque: #424244;--color-customization-background-weak-deprecated: #424244;--color-customization-background-weak-hover: #464648;--color-customization-background-weak-hover-deprecated: #464648;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #fff;--color-customization-foreground-weak-deprecated: #fff;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #f5f4f3;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #f5f4f3;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #f5f4f3;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #f5f4f3;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #f5f4f3;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #f5f4f3;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #f5f4f3;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #f5f4f3;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #f5f4f3;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #f5f4f3;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #f5f4f3;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #f5f4f3;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #f5f4f3;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #f5f4f3;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #f5f4f3;--color-customization-background-weak: #5f2748;--color-customization-background-weak-deprecated-opaque: #5f2748;--color-customization-background-weak-deprecated: #5f2748;--color-customization-background-weak-hover: #5f2748;--color-customization-background-weak-hover-deprecated: #5f2748}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode{--color-customization-red-background: #e8384f;--color-customization-red-background-rgb: 232, 56, 79;--color-customization-red-background-hover: #de1a33;--color-customization-red-foreground: #fff;--color-customization-red-foreground-hover: #fff;--color-customization-red-text-deprecated: #d74854;--color-customization-orange-background: #fd817d;--color-customization-orange-background-rgb: 253, 129, 125;--color-customization-orange-background-hover: #fc5a55;--color-customization-orange-foreground: #560401;--color-customization-orange-foreground-hover: #2e0201;--color-customization-orange-text-deprecated: #d67a74;--color-customization-yellow-orange-background: #fdae33;--color-customization-yellow-orange-background-rgb: 253, 174, 51;--color-customization-yellow-orange-background-hover: #fd9e0b;--color-customization-yellow-orange-foreground: #513201;--color-customization-yellow-orange-foreground-hover: #291901;--color-customization-yellow-orange-text-deprecated: #bf8b3e;--color-customization-yellow-background: #eecc16;--color-customization-yellow-background-rgb: 238, 204, 22;--color-customization-yellow-background-hover: #ccae0f;--color-customization-yellow-foreground: #504107;--color-customization-yellow-foreground-hover: #2a2304;--color-customization-yellow-text-deprecated: #d67a74;--color-customization-yellow-green-background: #a4c61a;--color-customization-yellow-green-background-rgb: 164, 198, 26;--color-customization-yellow-green-background-hover: #86a215;--color-customization-yellow-green-foreground: #333b07;--color-customization-yellow-green-foreground-hover: #131703;--color-customization-yellow-green-text-deprecated: #899d36;--color-customization-green-background: #62bb35;--color-customization-green-background-rgb: 98, 187, 53;--color-customization-green-background-hover: #519b2c;--color-customization-green-foreground: #182c0c;--color-customization-green-foreground-hover: #070c03;--color-customization-green-text-deprecated: #679c40;--color-customization-blue-green-background: #37a862;--color-customization-blue-green-background-rgb: 55, 168, 98;--color-customization-blue-green-background-hover: #2d8950;--color-customization-blue-green-foreground: #fff;--color-customization-blue-green-foreground-hover: #fff;--color-customization-blue-green-text-deprecated: #59a368;--color-customization-aqua-background: #208ea3;--color-customization-aqua-background-rgb: 32, 142, 163;--color-customization-aqua-background-hover: #197081;--color-customization-aqua-foreground: #fff;--color-customization-aqua-foreground-hover: #fff;--color-customization-aqua-text-deprecated: #448da0;--color-customization-blue-background: #4178bc;--color-customization-blue-background-rgb: 65, 120, 188;--color-customization-blue-background-hover: #37659e;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #4d79b7;--color-customization-indigo-background: #7a71f6;--color-customization-indigo-background-rgb: 122, 113, 246;--color-customization-indigo-background-hover: #564bf4;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #7776ee;--color-customization-purple-background: #aa71ff;--color-customization-purple-background-rgb: 170, 113, 255;--color-customization-purple-background-hover: #9248ff;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #a178f7;--color-customization-magenta-background: #e37cff;--color-customization-magenta-background-rgb: 227, 124, 255;--color-customization-magenta-background-hover: #da53ff;--color-customization-magenta-foreground: #48005c;--color-customization-magenta-foreground-hover: #280033;--color-customization-magenta-text-deprecated: #c078df;--color-customization-hot-pink-background: #ea4e9d;--color-customization-hot-pink-background-rgb: 234, 78, 157;--color-customization-hot-pink-background-hover: #e62a89;--color-customization-hot-pink-foreground: #fff;--color-customization-hot-pink-foreground-hover: #fff;--color-customization-hot-pink-text-deprecated: #d95b9b;--color-customization-pink-background: #fca7e4;--color-customization-pink-background-rgb: 252, 167, 228;--color-customization-pink-background-hover: #fb80d8;--color-customization-pink-foreground: #760456;--color-customization-pink-foreground-hover: #4f0339;--color-customization-pink-text-deprecated: #b984ad;--color-customization-cool-gray-background: #8d9f9b;--color-customization-cool-gray-background-rgb: 141, 159, 155;--color-customization-cool-gray-background-hover: #778c88;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode .DesignTokenThemeDisabler{--color-customization-red-background: #e8384f;--color-customization-red-background-rgb: 232, 56, 79;--color-customization-red-background-hover: #de1a33;--color-customization-red-foreground: #fff;--color-customization-red-foreground-hover: #fff;--color-customization-red-text-deprecated: #d74854;--color-customization-orange-background: #fd817d;--color-customization-orange-background-rgb: 253, 129, 125;--color-customization-orange-background-hover: #fc5a55;--color-customization-orange-foreground: #560401;--color-customization-orange-foreground-hover: #2e0201;--color-customization-orange-text-deprecated: #d67a74;--color-customization-yellow-orange-background: #fdae33;--color-customization-yellow-orange-background-rgb: 253, 174, 51;--color-customization-yellow-orange-background-hover: #fd9e0b;--color-customization-yellow-orange-foreground: #513201;--color-customization-yellow-orange-foreground-hover: #291901;--color-customization-yellow-orange-text-deprecated: #bf8b3e;--color-customization-yellow-background: #eecc16;--color-customization-yellow-background-rgb: 238, 204, 22;--color-customization-yellow-background-hover: #ccae0f;--color-customization-yellow-foreground: #504107;--color-customization-yellow-foreground-hover: #2a2304;--color-customization-yellow-text-deprecated: #d67a74;--color-customization-yellow-green-background: #a4c61a;--color-customization-yellow-green-background-rgb: 164, 198, 26;--color-customization-yellow-green-background-hover: #86a215;--color-customization-yellow-green-foreground: #333b07;--color-customization-yellow-green-foreground-hover: #131703;--color-customization-yellow-green-text-deprecated: #899d36;--color-customization-green-background: #62bb35;--color-customization-green-background-rgb: 98, 187, 53;--color-customization-green-background-hover: #519b2c;--color-customization-green-foreground: #182c0c;--color-customization-green-foreground-hover: #070c03;--color-customization-green-text-deprecated: #679c40;--color-customization-blue-green-background: #37a862;--color-customization-blue-green-background-rgb: 55, 168, 98;--color-customization-blue-green-background-hover: #2d8950;--color-customization-blue-green-foreground: #fff;--color-customization-blue-green-foreground-hover: #fff;--color-customization-blue-green-text-deprecated: #59a368;--color-customization-aqua-background: #208ea3;--color-customization-aqua-background-rgb: 32, 142, 163;--color-customization-aqua-background-hover: #197081;--color-customization-aqua-foreground: #fff;--color-customization-aqua-foreground-hover: #fff;--color-customization-aqua-text-deprecated: #448da0;--color-customization-blue-background: #4178bc;--color-customization-blue-background-rgb: 65, 120, 188;--color-customization-blue-background-hover: #37659e;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #4d79b7;--color-customization-indigo-background: #7a71f6;--color-customization-indigo-background-rgb: 122, 113, 246;--color-customization-indigo-background-hover: #564bf4;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #7776ee;--color-customization-purple-background: #aa71ff;--color-customization-purple-background-rgb: 170, 113, 255;--color-customization-purple-background-hover: #9248ff;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #a178f7;--color-customization-magenta-background: #e37cff;--color-customization-magenta-background-rgb: 227, 124, 255;--color-customization-magenta-background-hover: #da53ff;--color-customization-magenta-foreground: #48005c;--color-customization-magenta-foreground-hover: #280033;--color-customization-magenta-text-deprecated: #c078df;--color-customization-hot-pink-background: #ea4e9d;--color-customization-hot-pink-background-rgb: 234, 78, 157;--color-customization-hot-pink-background-hover: #e62a89;--color-customization-hot-pink-foreground: #fff;--color-customization-hot-pink-foreground-hover: #fff;--color-customization-hot-pink-text-deprecated: #d95b9b;--color-customization-pink-background: #fca7e4;--color-customization-pink-background-rgb: 252, 167, 228;--color-customization-pink-background-hover: #fb80d8;--color-customization-pink-foreground: #760456;--color-customization-pink-foreground-hover: #4f0339;--color-customization-pink-text-deprecated: #b984ad;--color-customization-cool-gray-background: #8d9f9b;--color-customization-cool-gray-background-rgb: 141, 159, 155;--color-customization-cool-gray-background-hover: #778c88;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff}.DesignTokenThemeSelectors-theme--darkMode{color-scheme:dark}@media(prefers-color-scheme: dark){.DesignTokenThemeSelectors-theme--systemDarkMode{color-scheme:dark}}.DesignTokenThemeDisabler{color-scheme:light}:host{--color-text: #1e1f21;--color-text-rgb: 30, 31, 33;--color-text-foreground: #fff;--color-text-disabled: #afabac;--color-text-weak: #6d6e6f;--color-text-weak-hover: #1e1f21;--color-icon: #6d6e6f;--color-icon-rgb: 109, 110, 111;--color-icon-foreground: #fff;--color-icon-hover: #1e1f21;--color-icon-active: #1e1f21;--color-icon-disabled: #afabac;--color-icon-strong: #6d6e6f;--color-border: #edeae9;--color-border-rgb: 237, 234, 233;--color-border-inverse: #fff;--color-border-hover: #afabac;--color-border-active: #6d6e6f;--color-border-strong: #cfcbcb;--color-background-weak: #fff;--color-background-weak-rgb: 255, 255, 255;--color-background-weak-hover-deprecated: #f9f8f8;--color-background-medium: #f9f8f8;--color-background-medium-rgb: 249, 248, 248;--color-background-hover: rgba(55, 23, 23, 0.03);--color-background-active: rgba(55, 23, 23, 0.05);--color-background-strong: #f5f3f3;--color-background-strong-rgb: 245, 243, 243;--color-selected-text: #4573d2;--color-selected-text-hover: #4464bb;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #f1f2fc;--color-selected-background-hover: #e7e9fc;--color-selected-background-active: #dbe0fd;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #5da283;--color-success-text-hover: #467761;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #467761;--color-success-icon-strong: #1e1f21;--color-success-border: #90c2ad;--color-success-border-hover: #5da283;--color-success-background: #eafaf4;--color-success-background-hover: #e0f4ec;--color-success-background-active: #cde8de;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #ad8950;--color-warning-text-hover: #9a7a48;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #b58e53;--color-warning-icon-strong: #1e1f21;--color-warning-border: #f1bd6c;--color-warning-border-hover: #b58e53;--color-warning-background: #fff6ee;--color-warning-background-hover: #ffecda;--color-warning-background-active: #fedcb6;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #ad8950;--color-upsell-text-hover: #9a7a48;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #b58e53;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #fff6ee;--color-upsell-background-hover: #ffecda;--color-upsell-background-active: #fedcb6;--color-upsell-background-weak-hover: #fff6ee;--color-upsell-background-weak-active: #ffecda;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #f1bd6c;--color-danger-text: #f06a6f;--color-danger-text-hover: #ad4453;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #cf505d;--color-danger-icon-strong: #1e1f21;--color-danger-border: #f99fa4;--color-danger-border-hover: #f06a6f;--color-danger-border-active: #cf505d;--color-danger-background: #ffebeb;--color-danger-background-hover: #ffd9da;--color-danger-background-active: #fec5c7;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(255, 255, 255, 0.95);--color-beta-text: #6e66b1;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #8d84e8;--color-beta-icon-rgb: 141, 132, 232;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #575089;--color-beta-background-weak: #f6f4fd;--color-beta-background-strong: #736bc4;--color-beta-border: #8d84e8;--color-beta-border-hover: #726ab9;--color-beta-border-active: #726ab9;--color-primary-text: #4573d2;--color-primary-text-hover: #4464bb;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #4573d2;--color-on-hold-text-hover: #4464bb;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}:host .DesignTokenThemeDisabler{--color-text: #1e1f21;--color-text-rgb: 30, 31, 33;--color-text-foreground: #fff;--color-text-disabled: #afabac;--color-text-weak: #6d6e6f;--color-text-weak-hover: #1e1f21;--color-icon: #6d6e6f;--color-icon-rgb: 109, 110, 111;--color-icon-foreground: #fff;--color-icon-hover: #1e1f21;--color-icon-active: #1e1f21;--color-icon-disabled: #afabac;--color-icon-strong: #6d6e6f;--color-border: #edeae9;--color-border-rgb: 237, 234, 233;--color-border-inverse: #fff;--color-border-hover: #afabac;--color-border-active: #6d6e6f;--color-border-strong: #cfcbcb;--color-background-weak: #fff;--color-background-weak-rgb: 255, 255, 255;--color-background-weak-hover-deprecated: #f9f8f8;--color-background-medium: #f9f8f8;--color-background-medium-rgb: 249, 248, 248;--color-background-hover: rgba(55, 23, 23, 0.03);--color-background-active: rgba(55, 23, 23, 0.05);--color-background-strong: #f5f3f3;--color-background-strong-rgb: 245, 243, 243;--color-selected-text: #4573d2;--color-selected-text-hover: #4464bb;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #f1f2fc;--color-selected-background-hover: #e7e9fc;--color-selected-background-active: #dbe0fd;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #5da283;--color-success-text-hover: #467761;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #467761;--color-success-icon-strong: #1e1f21;--color-success-border: #90c2ad;--color-success-border-hover: #5da283;--color-success-background: #eafaf4;--color-success-background-hover: #e0f4ec;--color-success-background-active: #cde8de;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #ad8950;--color-warning-text-hover: #9a7a48;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #b58e53;--color-warning-icon-strong: #1e1f21;--color-warning-border: #f1bd6c;--color-warning-border-hover: #b58e53;--color-warning-background: #fff6ee;--color-warning-background-hover: #ffecda;--color-warning-background-active: #fedcb6;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #ad8950;--color-upsell-text-hover: #9a7a48;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #b58e53;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #fff6ee;--color-upsell-background-hover: #ffecda;--color-upsell-background-active: #fedcb6;--color-upsell-background-weak-hover: #fff6ee;--color-upsell-background-weak-active: #ffecda;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #f1bd6c;--color-danger-text: #f06a6f;--color-danger-text-hover: #ad4453;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #cf505d;--color-danger-icon-strong: #1e1f21;--color-danger-border: #f99fa4;--color-danger-border-hover: #f06a6f;--color-danger-border-active: #cf505d;--color-danger-background: #ffebeb;--color-danger-background-hover: #ffd9da;--color-danger-background-active: #fec5c7;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(255, 255, 255, 0.95);--color-beta-text: #6e66b1;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #8d84e8;--color-beta-icon-rgb: 141, 132, 232;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #575089;--color-beta-background-weak: #f6f4fd;--color-beta-background-strong: #736bc4;--color-beta-border: #8d84e8;--color-beta-border-hover: #726ab9;--color-beta-border-active: #726ab9;--color-primary-text: #4573d2;--color-primary-text-hover: #4464bb;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #4573d2;--color-on-hold-text-hover: #4464bb;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}@media print{:host{--color-text: #1e1f21;--color-text-rgb: 30, 31, 33;--color-text-foreground: #fff;--color-text-disabled: #afabac;--color-text-weak: #6d6e6f;--color-text-weak-hover: #1e1f21;--color-icon: #6d6e6f;--color-icon-rgb: 109, 110, 111;--color-icon-foreground: #fff;--color-icon-hover: #1e1f21;--color-icon-active: #1e1f21;--color-icon-disabled: #afabac;--color-icon-strong: #6d6e6f;--color-border: #edeae9;--color-border-rgb: 237, 234, 233;--color-border-inverse: #fff;--color-border-hover: #afabac;--color-border-active: #6d6e6f;--color-border-strong: #cfcbcb;--color-background-weak: #fff;--color-background-weak-rgb: 255, 255, 255;--color-background-weak-hover-deprecated: #f9f8f8;--color-background-medium: #f9f8f8;--color-background-medium-rgb: 249, 248, 248;--color-background-hover: rgba(55, 23, 23, 0.03);--color-background-active: rgba(55, 23, 23, 0.05);--color-background-strong: #f5f3f3;--color-background-strong-rgb: 245, 243, 243;--color-selected-text: #4573d2;--color-selected-text-hover: #4464bb;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #f1f2fc;--color-selected-background-hover: #e7e9fc;--color-selected-background-active: #dbe0fd;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #5da283;--color-success-text-hover: #467761;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #467761;--color-success-icon-strong: #1e1f21;--color-success-border: #90c2ad;--color-success-border-hover: #5da283;--color-success-background: #eafaf4;--color-success-background-hover: #e0f4ec;--color-success-background-active: #cde8de;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #ad8950;--color-warning-text-hover: #9a7a48;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #b58e53;--color-warning-icon-strong: #1e1f21;--color-warning-border: #f1bd6c;--color-warning-border-hover: #b58e53;--color-warning-background: #fff6ee;--color-warning-background-hover: #ffecda;--color-warning-background-active: #fedcb6;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #ad8950;--color-upsell-text-hover: #9a7a48;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #b58e53;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #fff6ee;--color-upsell-background-hover: #ffecda;--color-upsell-background-active: #fedcb6;--color-upsell-background-weak-hover: #fff6ee;--color-upsell-background-weak-active: #ffecda;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #f1bd6c;--color-danger-text: #f06a6f;--color-danger-text-hover: #ad4453;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #cf505d;--color-danger-icon-strong: #1e1f21;--color-danger-border: #f99fa4;--color-danger-border-hover: #f06a6f;--color-danger-border-active: #cf505d;--color-danger-background: #ffebeb;--color-danger-background-hover: #ffd9da;--color-danger-background-active: #fec5c7;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(255, 255, 255, 0.95);--color-beta-text: #6e66b1;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #8d84e8;--color-beta-icon-rgb: 141, 132, 232;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #575089;--color-beta-background-weak: #f6f4fd;--color-beta-background-strong: #736bc4;--color-beta-border: #8d84e8;--color-beta-border-hover: #726ab9;--color-beta-border-active: #726ab9;--color-primary-text: #4573d2;--color-primary-text-hover: #4464bb;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #4573d2;--color-on-hold-text-hover: #4464bb;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-text: #f5f4f3;--color-text-rgb: 245, 244, 243;--color-text-foreground: #f5f4f3;--color-text-disabled: #6a696a;--color-text-weak: #a2a0a2;--color-text-weak-hover: #f5f4f3;--color-icon: #a2a0a2;--color-icon-rgb: 162, 160, 162;--color-icon-foreground: #f5f4f3;--color-icon-hover: #f5f4f3;--color-icon-active: #f5f4f3;--color-icon-disabled: #6a696a;--color-icon-strong: #f5f4f3;--color-border: #424244;--color-border-rgb: 66, 66, 68;--color-border-inverse: #f5f4f3;--color-border-hover: #6a696a;--color-border-active: #a2a0a2;--color-border-strong: #565557;--color-background-weak: #1e1f21;--color-background-weak-rgb: 30, 31, 33;--color-background-weak-hover-deprecated: #2a2b2d;--color-background-medium: #252628;--color-background-medium-rgb: 37, 38, 40;--color-background-hover: rgba(255, 255, 255, 0.06);--color-background-active: rgba(255, 255, 255, 0.11);--color-background-strong: #2a2b2d;--color-background-strong-rgb: 42, 43, 45;--color-selected-text: #6296f1;--color-selected-text-hover: #5688e5;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #172237;--color-selected-background-hover: #1a2843;--color-selected-background-active: #2a3c68;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #86bca4;--color-success-text-hover: #afd6c6;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #86bca4;--color-success-icon-strong: #1e1f21;--color-success-border: #32695d;--color-success-border-hover: #5da283;--color-success-background: #192c29;--color-success-background-hover: #21433d;--color-success-background-active: #244c45;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #f1bd6c;--color-warning-text-hover: #f6c682;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #f6c682;--color-warning-icon-strong: #1e1f21;--color-warning-border: #735c38;--color-warning-border-hover: #b89054;--color-warning-background: #3d3120;--color-warning-background-hover: #493b26;--color-warning-background-active: #54432b;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #f1bd6c;--color-upsell-text-hover: #f6c682;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #f6c682;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #3d3120;--color-upsell-background-hover: #493b26;--color-upsell-background-active: #54432b;--color-upsell-background-weak-hover: #3d3120;--color-upsell-background-weak-active: #493b26;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #735c38;--color-danger-text: #f78a86;--color-danger-text-hover: #fa9994;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #f78a86;--color-danger-icon-strong: #1e1f21;--color-danger-border: #a13e4f;--color-danger-border-hover: #cb545e;--color-danger-border-active: #f06a6f;--color-danger-background: #481125;--color-danger-background-hover: #5c1b30;--color-danger-background-active: #6c2338;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(30, 31, 33, 0.95);--color-beta-text: #a499ed;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #a499ed;--color-beta-icon-rgb: 164, 153, 237;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #a499ed;--color-beta-background-weak: #3a3659;--color-beta-background-strong: #736bc4;--color-beta-border: #726ab9;--color-beta-border-hover: #a499ed;--color-beta-border-active: #a499ed;--color-primary-text: #6296f1;--color-primary-text-hover: #5688e5;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #6296f1;--color-on-hold-text-hover: #5688e5;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-text: #f5f4f3;--color-text-rgb: 245, 244, 243;--color-text-foreground: #f5f4f3;--color-text-disabled: #6a696a;--color-text-weak: #a2a0a2;--color-text-weak-hover: #f5f4f3;--color-icon: #a2a0a2;--color-icon-rgb: 162, 160, 162;--color-icon-foreground: #f5f4f3;--color-icon-hover: #f5f4f3;--color-icon-active: #f5f4f3;--color-icon-disabled: #6a696a;--color-icon-strong: #f5f4f3;--color-border: #424244;--color-border-rgb: 66, 66, 68;--color-border-inverse: #f5f4f3;--color-border-hover: #6a696a;--color-border-active: #a2a0a2;--color-border-strong: #565557;--color-background-weak: #1e1f21;--color-background-weak-rgb: 30, 31, 33;--color-background-weak-hover-deprecated: #2a2b2d;--color-background-medium: #252628;--color-background-medium-rgb: 37, 38, 40;--color-background-hover: rgba(255, 255, 255, 0.06);--color-background-active: rgba(255, 255, 255, 0.11);--color-background-strong: #2a2b2d;--color-background-strong-rgb: 42, 43, 45;--color-selected-text: #6296f1;--color-selected-text-hover: #5688e5;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #172237;--color-selected-background-hover: #1a2843;--color-selected-background-active: #2a3c68;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #86bca4;--color-success-text-hover: #afd6c6;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #86bca4;--color-success-icon-strong: #1e1f21;--color-success-border: #32695d;--color-success-border-hover: #5da283;--color-success-background: #192c29;--color-success-background-hover: #21433d;--color-success-background-active: #244c45;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #f1bd6c;--color-warning-text-hover: #f6c682;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #f6c682;--color-warning-icon-strong: #1e1f21;--color-warning-border: #735c38;--color-warning-border-hover: #b89054;--color-warning-background: #3d3120;--color-warning-background-hover: #493b26;--color-warning-background-active: #54432b;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #f1bd6c;--color-upsell-text-hover: #f6c682;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #f6c682;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #3d3120;--color-upsell-background-hover: #493b26;--color-upsell-background-active: #54432b;--color-upsell-background-weak-hover: #3d3120;--color-upsell-background-weak-active: #493b26;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #735c38;--color-danger-text: #f78a86;--color-danger-text-hover: #fa9994;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #f78a86;--color-danger-icon-strong: #1e1f21;--color-danger-border: #a13e4f;--color-danger-border-hover: #cb545e;--color-danger-border-active: #f06a6f;--color-danger-background: #481125;--color-danger-background-hover: #5c1b30;--color-danger-background-active: #6c2338;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(30, 31, 33, 0.95);--color-beta-text: #a499ed;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #a499ed;--color-beta-icon-rgb: 164, 153, 237;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #a499ed;--color-beta-background-weak: #3a3659;--color-beta-background-strong: #736bc4;--color-beta-border: #726ab9;--color-beta-border-hover: #a499ed;--color-beta-border-active: #a499ed;--color-primary-text: #6296f1;--color-primary-text-hover: #5688e5;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #6296f1;--color-on-hold-text-hover: #5688e5;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-text: #f5f4f3;--color-text-rgb: 245, 244, 243;--color-text-foreground: #f5f4f3;--color-text-disabled: #6a696a;--color-text-weak: #a2a0a2;--color-text-weak-hover: #f5f4f3;--color-icon: #a2a0a2;--color-icon-rgb: 162, 160, 162;--color-icon-foreground: #f5f4f3;--color-icon-hover: #f5f4f3;--color-icon-active: #f5f4f3;--color-icon-disabled: #6a696a;--color-icon-strong: #f5f4f3;--color-border: #424244;--color-border-rgb: 66, 66, 68;--color-border-inverse: #f5f4f3;--color-border-hover: #6a696a;--color-border-active: #a2a0a2;--color-border-strong: #565557;--color-background-weak: #1e1f21;--color-background-weak-rgb: 30, 31, 33;--color-background-weak-hover-deprecated: #2a2b2d;--color-background-medium: #252628;--color-background-medium-rgb: 37, 38, 40;--color-background-hover: rgba(255, 255, 255, 0.06);--color-background-active: rgba(255, 255, 255, 0.11);--color-background-strong: #2a2b2d;--color-background-strong-rgb: 42, 43, 45;--color-selected-text: #6296f1;--color-selected-text-hover: #5688e5;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #172237;--color-selected-background-hover: #1a2843;--color-selected-background-active: #2a3c68;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #86bca4;--color-success-text-hover: #afd6c6;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #86bca4;--color-success-icon-strong: #1e1f21;--color-success-border: #32695d;--color-success-border-hover: #5da283;--color-success-background: #192c29;--color-success-background-hover: #21433d;--color-success-background-active: #244c45;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #f1bd6c;--color-warning-text-hover: #f6c682;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #f6c682;--color-warning-icon-strong: #1e1f21;--color-warning-border: #735c38;--color-warning-border-hover: #b89054;--color-warning-background: #3d3120;--color-warning-background-hover: #493b26;--color-warning-background-active: #54432b;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #f1bd6c;--color-upsell-text-hover: #f6c682;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #f6c682;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #3d3120;--color-upsell-background-hover: #493b26;--color-upsell-background-active: #54432b;--color-upsell-background-weak-hover: #3d3120;--color-upsell-background-weak-active: #493b26;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #735c38;--color-danger-text: #f78a86;--color-danger-text-hover: #fa9994;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #f78a86;--color-danger-icon-strong: #1e1f21;--color-danger-border: #a13e4f;--color-danger-border-hover: #cb545e;--color-danger-border-active: #f06a6f;--color-danger-background: #481125;--color-danger-background-hover: #5c1b30;--color-danger-background-active: #6c2338;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(30, 31, 33, 0.95);--color-beta-text: #a499ed;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #a499ed;--color-beta-icon-rgb: 164, 153, 237;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #a499ed;--color-beta-background-weak: #3a3659;--color-beta-background-strong: #736bc4;--color-beta-border: #726ab9;--color-beta-border-hover: #a499ed;--color-beta-border-active: #a499ed;--color-primary-text: #6296f1;--color-primary-text-hover: #5688e5;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #6296f1;--color-on-hold-text-hover: #5688e5;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba;--color-text: #f8f4f6;--color-text-rgb: 248, 244, 246;--color-text-foreground: #f8f4f6;--color-text-disabled: #8f5977;--color-text-weak: #bb97a9;--color-text-weak-hover: #f8f4f6;--color-icon: #bb97a9;--color-icon-rgb: 187, 151, 169;--color-icon-foreground: #f8f4f6;--color-icon-hover: #f8f4f6;--color-icon-active: #f8f4f6;--color-icon-disabled: #8f5977;--color-icon-strong: #f8f4f6;--color-border: #5f2748;--color-border-rgb: 95, 39, 72;--color-border-inverse: #f8f4f6;--color-border-hover: #8f5977;--color-border-active: #bb97a9;--color-border-strong: #5f2748;--color-background-weak: #36172a;--color-background-weak-rgb: 54, 23, 42;--color-background-weak-hover-deprecated: #461d36;--color-background-medium: #3e1930;--color-background-medium-rgb: 62, 25, 48;--color-background-strong: #461d36;--color-background-strong-rgb: 70, 29, 54;--color-drop-target-background: rgba(54, 23, 42, 0.95)}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode{--color-success-text: #62d26f;--color-success-text-hover: #62d26f;--color-success-icon: #62d26f;--color-success-icon-hover: #62d26f;--color-warning-text: #d6ce38;--color-warning-text-hover: #d6ce38;--color-warning-icon: #d6ce38;--color-warning-icon-rgb: 214, 206, 56;--color-warning-icon-hover: #d6ce38;--color-upsell-text: #d6ce38;--color-upsell-text-hover: #d6ce38;--color-upsell-icon: #d6ce38;--color-upsell-icon-hover: #d6ce38;--color-danger-text: #fd612c;--color-danger-text-hover: #fd612c;--color-danger-icon: #fd612c;--color-danger-icon-hover: #fd612c}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode .DesignTokenThemeDisabler{--color-success-text: #62d26f;--color-success-text-hover: #62d26f;--color-success-icon: #62d26f;--color-success-icon-hover: #62d26f;--color-warning-text: #d6ce38;--color-warning-text-hover: #d6ce38;--color-warning-icon: #d6ce38;--color-warning-icon-rgb: 214, 206, 56;--color-warning-icon-hover: #d6ce38;--color-upsell-text: #d6ce38;--color-upsell-text-hover: #d6ce38;--color-upsell-icon: #d6ce38;--color-upsell-icon-hover: #d6ce38;--color-danger-text: #fd612c;--color-danger-text-hover: #fd612c;--color-danger-icon: #fd612c;--color-danger-icon-hover: #fd612c}:host{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #e8e5e4;--color-customization-background-weak-deprecated-opaque: #e8e5e4;--color-customization-background-weak-deprecated: #e8e5e4;--color-customization-background-weak-hover: #e1dedd;--color-customization-background-weak-hover-deprecated: #e1dedd;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #1e1f21;--color-customization-foreground-weak-deprecated: #1e1f21;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #1e1f21;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #1e1f21;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #1e1f21;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #1e1f21;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #1e1f21;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #1e1f21;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #1e1f21;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #1e1f21;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #1e1f21;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #1e1f21;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #1e1f21;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #1e1f21;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #1e1f21;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #1e1f21;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #1e1f21}:host .DesignTokenThemeDisabler{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #e8e5e4;--color-customization-background-weak-deprecated-opaque: #e8e5e4;--color-customization-background-weak-deprecated: #e8e5e4;--color-customization-background-weak-hover: #e1dedd;--color-customization-background-weak-hover-deprecated: #e1dedd;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #1e1f21;--color-customization-foreground-weak-deprecated: #1e1f21;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #1e1f21;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #1e1f21;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #1e1f21;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #1e1f21;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #1e1f21;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #1e1f21;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #1e1f21;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #1e1f21;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #1e1f21;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #1e1f21;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #1e1f21;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #1e1f21;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #1e1f21;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #1e1f21;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #1e1f21}@media print{:host{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #e8e5e4;--color-customization-background-weak-deprecated-opaque: #e8e5e4;--color-customization-background-weak-deprecated: #e8e5e4;--color-customization-background-weak-hover: #e1dedd;--color-customization-background-weak-hover-deprecated: #e1dedd;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #1e1f21;--color-customization-foreground-weak-deprecated: #1e1f21;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #1e1f21;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #1e1f21;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #1e1f21;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #1e1f21;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #1e1f21;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #1e1f21;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #1e1f21;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #1e1f21;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #1e1f21;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #1e1f21;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #1e1f21;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #1e1f21;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #1e1f21;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #1e1f21;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #1e1f21}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #424244;--color-customization-background-weak-deprecated-opaque: #424244;--color-customization-background-weak-deprecated: #424244;--color-customization-background-weak-hover: #464648;--color-customization-background-weak-hover-deprecated: #464648;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #fff;--color-customization-foreground-weak-deprecated: #fff;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #f5f4f3;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #f5f4f3;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #f5f4f3;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #f5f4f3;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #f5f4f3;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #f5f4f3;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #f5f4f3;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #f5f4f3;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #f5f4f3;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #f5f4f3;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #f5f4f3;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #f5f4f3;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #f5f4f3;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #f5f4f3;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #f5f4f3}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #424244;--color-customization-background-weak-deprecated-opaque: #424244;--color-customization-background-weak-deprecated: #424244;--color-customization-background-weak-hover: #464648;--color-customization-background-weak-hover-deprecated: #464648;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #fff;--color-customization-foreground-weak-deprecated: #fff;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #f5f4f3;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #f5f4f3;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #f5f4f3;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #f5f4f3;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #f5f4f3;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #f5f4f3;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #f5f4f3;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #f5f4f3;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #f5f4f3;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #f5f4f3;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #f5f4f3;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #f5f4f3;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #f5f4f3;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #f5f4f3;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #f5f4f3}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #424244;--color-customization-background-weak-deprecated-opaque: #424244;--color-customization-background-weak-deprecated: #424244;--color-customization-background-weak-hover: #464648;--color-customization-background-weak-hover-deprecated: #464648;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #fff;--color-customization-foreground-weak-deprecated: #fff;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #f5f4f3;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #f5f4f3;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #f5f4f3;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #f5f4f3;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #f5f4f3;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #f5f4f3;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #f5f4f3;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #f5f4f3;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #f5f4f3;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #f5f4f3;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #f5f4f3;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #f5f4f3;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #f5f4f3;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #f5f4f3;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #f5f4f3;--color-customization-background-weak: #5f2748;--color-customization-background-weak-deprecated-opaque: #5f2748;--color-customization-background-weak-deprecated: #5f2748;--color-customization-background-weak-hover: #5f2748;--color-customization-background-weak-hover-deprecated: #5f2748}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode{--color-customization-red-background: #e8384f;--color-customization-red-background-rgb: 232, 56, 79;--color-customization-red-background-hover: #de1a33;--color-customization-red-foreground: #fff;--color-customization-red-foreground-hover: #fff;--color-customization-red-text-deprecated: #d74854;--color-customization-orange-background: #fd817d;--color-customization-orange-background-rgb: 253, 129, 125;--color-customization-orange-background-hover: #fc5a55;--color-customization-orange-foreground: #560401;--color-customization-orange-foreground-hover: #2e0201;--color-customization-orange-text-deprecated: #d67a74;--color-customization-yellow-orange-background: #fdae33;--color-customization-yellow-orange-background-rgb: 253, 174, 51;--color-customization-yellow-orange-background-hover: #fd9e0b;--color-customization-yellow-orange-foreground: #513201;--color-customization-yellow-orange-foreground-hover: #291901;--color-customization-yellow-orange-text-deprecated: #bf8b3e;--color-customization-yellow-background: #eecc16;--color-customization-yellow-background-rgb: 238, 204, 22;--color-customization-yellow-background-hover: #ccae0f;--color-customization-yellow-foreground: #504107;--color-customization-yellow-foreground-hover: #2a2304;--color-customization-yellow-text-deprecated: #d67a74;--color-customization-yellow-green-background: #a4c61a;--color-customization-yellow-green-background-rgb: 164, 198, 26;--color-customization-yellow-green-background-hover: #86a215;--color-customization-yellow-green-foreground: #333b07;--color-customization-yellow-green-foreground-hover: #131703;--color-customization-yellow-green-text-deprecated: #899d36;--color-customization-green-background: #62bb35;--color-customization-green-background-rgb: 98, 187, 53;--color-customization-green-background-hover: #519b2c;--color-customization-green-foreground: #182c0c;--color-customization-green-foreground-hover: #070c03;--color-customization-green-text-deprecated: #679c40;--color-customization-blue-green-background: #37a862;--color-customization-blue-green-background-rgb: 55, 168, 98;--color-customization-blue-green-background-hover: #2d8950;--color-customization-blue-green-foreground: #fff;--color-customization-blue-green-foreground-hover: #fff;--color-customization-blue-green-text-deprecated: #59a368;--color-customization-aqua-background: #208ea3;--color-customization-aqua-background-rgb: 32, 142, 163;--color-customization-aqua-background-hover: #197081;--color-customization-aqua-foreground: #fff;--color-customization-aqua-foreground-hover: #fff;--color-customization-aqua-text-deprecated: #448da0;--color-customization-blue-background: #4178bc;--color-customization-blue-background-rgb: 65, 120, 188;--color-customization-blue-background-hover: #37659e;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #4d79b7;--color-customization-indigo-background: #7a71f6;--color-customization-indigo-background-rgb: 122, 113, 246;--color-customization-indigo-background-hover: #564bf4;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #7776ee;--color-customization-purple-background: #aa71ff;--color-customization-purple-background-rgb: 170, 113, 255;--color-customization-purple-background-hover: #9248ff;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #a178f7;--color-customization-magenta-background: #e37cff;--color-customization-magenta-background-rgb: 227, 124, 255;--color-customization-magenta-background-hover: #da53ff;--color-customization-magenta-foreground: #48005c;--color-customization-magenta-foreground-hover: #280033;--color-customization-magenta-text-deprecated: #c078df;--color-customization-hot-pink-background: #ea4e9d;--color-customization-hot-pink-background-rgb: 234, 78, 157;--color-customization-hot-pink-background-hover: #e62a89;--color-customization-hot-pink-foreground: #fff;--color-customization-hot-pink-foreground-hover: #fff;--color-customization-hot-pink-text-deprecated: #d95b9b;--color-customization-pink-background: #fca7e4;--color-customization-pink-background-rgb: 252, 167, 228;--color-customization-pink-background-hover: #fb80d8;--color-customization-pink-foreground: #760456;--color-customization-pink-foreground-hover: #4f0339;--color-customization-pink-text-deprecated: #b984ad;--color-customization-cool-gray-background: #8d9f9b;--color-customization-cool-gray-background-rgb: 141, 159, 155;--color-customization-cool-gray-background-hover: #778c88;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode .DesignTokenThemeDisabler{--color-customization-red-background: #e8384f;--color-customization-red-background-rgb: 232, 56, 79;--color-customization-red-background-hover: #de1a33;--color-customization-red-foreground: #fff;--color-customization-red-foreground-hover: #fff;--color-customization-red-text-deprecated: #d74854;--color-customization-orange-background: #fd817d;--color-customization-orange-background-rgb: 253, 129, 125;--color-customization-orange-background-hover: #fc5a55;--color-customization-orange-foreground: #560401;--color-customization-orange-foreground-hover: #2e0201;--color-customization-orange-text-deprecated: #d67a74;--color-customization-yellow-orange-background: #fdae33;--color-customization-yellow-orange-background-rgb: 253, 174, 51;--color-customization-yellow-orange-background-hover: #fd9e0b;--color-customization-yellow-orange-foreground: #513201;--color-customization-yellow-orange-foreground-hover: #291901;--color-customization-yellow-orange-text-deprecated: #bf8b3e;--color-customization-yellow-background: #eecc16;--color-customization-yellow-background-rgb: 238, 204, 22;--color-customization-yellow-background-hover: #ccae0f;--color-customization-yellow-foreground: #504107;--color-customization-yellow-foreground-hover: #2a2304;--color-customization-yellow-text-deprecated: #d67a74;--color-customization-yellow-green-background: #a4c61a;--color-customization-yellow-green-background-rgb: 164, 198, 26;--color-customization-yellow-green-background-hover: #86a215;--color-customization-yellow-green-foreground: #333b07;--color-customization-yellow-green-foreground-hover: #131703;--color-customization-yellow-green-text-deprecated: #899d36;--color-customization-green-background: #62bb35;--color-customization-green-background-rgb: 98, 187, 53;--color-customization-green-background-hover: #519b2c;--color-customization-green-foreground: #182c0c;--color-customization-green-foreground-hover: #070c03;--color-customization-green-text-deprecated: #679c40;--color-customization-blue-green-background: #37a862;--color-customization-blue-green-background-rgb: 55, 168, 98;--color-customization-blue-green-background-hover: #2d8950;--color-customization-blue-green-foreground: #fff;--color-customization-blue-green-foreground-hover: #fff;--color-customization-blue-green-text-deprecated: #59a368;--color-customization-aqua-background: #208ea3;--color-customization-aqua-background-rgb: 32, 142, 163;--color-customization-aqua-background-hover: #197081;--color-customization-aqua-foreground: #fff;--color-customization-aqua-foreground-hover: #fff;--color-customization-aqua-text-deprecated: #448da0;--color-customization-blue-background: #4178bc;--color-customization-blue-background-rgb: 65, 120, 188;--color-customization-blue-background-hover: #37659e;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #4d79b7;--color-customization-indigo-background: #7a71f6;--color-customization-indigo-background-rgb: 122, 113, 246;--color-customization-indigo-background-hover: #564bf4;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #7776ee;--color-customization-purple-background: #aa71ff;--color-customization-purple-background-rgb: 170, 113, 255;--color-customization-purple-background-hover: #9248ff;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #a178f7;--color-customization-magenta-background: #e37cff;--color-customization-magenta-background-rgb: 227, 124, 255;--color-customization-magenta-background-hover: #da53ff;--color-customization-magenta-foreground: #48005c;--color-customization-magenta-foreground-hover: #280033;--color-customization-magenta-text-deprecated: #c078df;--color-customization-hot-pink-background: #ea4e9d;--color-customization-hot-pink-background-rgb: 234, 78, 157;--color-customization-hot-pink-background-hover: #e62a89;--color-customization-hot-pink-foreground: #fff;--color-customization-hot-pink-foreground-hover: #fff;--color-customization-hot-pink-text-deprecated: #d95b9b;--color-customization-pink-background: #fca7e4;--color-customization-pink-background-rgb: 252, 167, 228;--color-customization-pink-background-hover: #fb80d8;--color-customization-pink-foreground: #760456;--color-customization-pink-foreground-hover: #4f0339;--color-customization-pink-text-deprecated: #b984ad;--color-customization-cool-gray-background: #8d9f9b;--color-customization-cool-gray-background-rgb: 141, 159, 155;--color-customization-cool-gray-background-hover: #778c88;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff}:host{--color-deprecated-white: #fff;--color-deprecated-white-rgb: 255, 255, 255;--color-deprecated-lightGray1: #f5f3f3;--color-deprecated-lightGray1-rgb: 245, 243, 243;--color-deprecated-lightGray2: #edeae9;--color-deprecated-lightGray2-rgb: 237, 234, 233;--color-deprecated-lightGray3: #cfcbcb;--color-deprecated-lightGray3-rgb: 207, 203, 203;--color-deprecated-mediumGray: #afabac;--color-deprecated-mediumGray-rgb: 175, 171, 172;--color-deprecated-darkGray1: #6d6e6f;--color-deprecated-darkGray1-rgb: 109, 110, 111;--color-deprecated-darkGray2: #1e1f21;--color-deprecated-darkGray2-rgb: 30, 31, 33;--color-deprecated-darkGray3: #1e1f21;--color-deprecated-darkGray3-rgb: 30, 31, 33;--color-deprecated-black: #1e1f21;--color-deprecated-black-rgb: 30, 31, 33;--color-deprecated-darkGreen: #467761;--color-deprecated-darkGreen-rgb: 70, 119, 97;--color-deprecated-green: #5da283;--color-deprecated-green-rgb: 93, 162, 131;--color-deprecated-brightGreen: #90c2ad;--color-deprecated-brightGreen-rgb: 144, 194, 173;--color-deprecated-medGreen: #90c2ad;--color-deprecated-medGreen-rgb: 144, 194, 173;--color-deprecated-lightGreen: #cde8de;--color-deprecated-lightGreen-rgb: 205, 232, 222;--color-deprecated-fadedGreen: #cde8de;--color-deprecated-fadedGreen-rgb: 205, 232, 222;--color-deprecated-darkTeal: #4464bb;--color-deprecated-darkTeal-rgb: 68, 100, 187;--color-deprecated-teal: #4573d2;--color-deprecated-teal-rgb: 69, 115, 210;--color-deprecated-brightTeal: #4573d2;--color-deprecated-brightTeal-rgb: 69, 115, 210;--color-deprecated-medTeal: #dbe0fd;--color-deprecated-medTeal-rgb: 219, 224, 253;--color-deprecated-lightTeal: #dbe0fd;--color-deprecated-lightTeal-rgb: 219, 224, 253;--color-deprecated-darkPurple: #575089;--color-deprecated-darkPurple-rgb: 87, 80, 137;--color-deprecated-purple: #6e66b1;--color-deprecated-purple-rgb: 110, 102, 177;--color-deprecated-brightPurple: #726ab9;--color-deprecated-brightPurple-rgb: 114, 106, 185;--color-deprecated-medPurple: #8d84e8;--color-deprecated-medPurple-rgb: 141, 132, 232;--color-deprecated-lightPurple: #f6f4fd;--color-deprecated-lightPurple-rgb: 246, 244, 253;--color-deprecated-darkGold: #e8b668;--color-deprecated-darkGold-rgb: 232, 182, 104;--color-deprecated-gold: #e8b668;--color-deprecated-gold-rgb: 232, 182, 104;--color-deprecated-brightGold: #f1bd6c;--color-deprecated-brightGold-rgb: 241, 189, 108;--color-deprecated-medGold: #fedcb6;--color-deprecated-medGold-rgb: 254, 220, 182;--color-deprecated-lightGold: #ffecda;--color-deprecated-lightGold-rgb: 255, 236, 218;--color-deprecated-darkCoral: #cf505d;--color-deprecated-darkCoral-rgb: 207, 80, 93;--color-deprecated-coral: #cf505d;--color-deprecated-coral-rgb: 207, 80, 93;--color-deprecated-brightCoral: #f06a6f;--color-deprecated-brightCoral-rgb: 240, 106, 111;--color-deprecated-medCoral: #f99fa4;--color-deprecated-medCoral-rgb: 249, 159, 164;--color-deprecated-lightCoral: #ffd9da;--color-deprecated-lightCoral-rgb: 255, 217, 218}:host .DesignTokenThemeDisabler{--color-deprecated-white: #fff;--color-deprecated-white-rgb: 255, 255, 255;--color-deprecated-lightGray1: #f5f3f3;--color-deprecated-lightGray1-rgb: 245, 243, 243;--color-deprecated-lightGray2: #edeae9;--color-deprecated-lightGray2-rgb: 237, 234, 233;--color-deprecated-lightGray3: #cfcbcb;--color-deprecated-lightGray3-rgb: 207, 203, 203;--color-deprecated-mediumGray: #afabac;--color-deprecated-mediumGray-rgb: 175, 171, 172;--color-deprecated-darkGray1: #6d6e6f;--color-deprecated-darkGray1-rgb: 109, 110, 111;--color-deprecated-darkGray2: #1e1f21;--color-deprecated-darkGray2-rgb: 30, 31, 33;--color-deprecated-darkGray3: #1e1f21;--color-deprecated-darkGray3-rgb: 30, 31, 33;--color-deprecated-black: #1e1f21;--color-deprecated-black-rgb: 30, 31, 33;--color-deprecated-darkGreen: #467761;--color-deprecated-darkGreen-rgb: 70, 119, 97;--color-deprecated-green: #5da283;--color-deprecated-green-rgb: 93, 162, 131;--color-deprecated-brightGreen: #90c2ad;--color-deprecated-brightGreen-rgb: 144, 194, 173;--color-deprecated-medGreen: #90c2ad;--color-deprecated-medGreen-rgb: 144, 194, 173;--color-deprecated-lightGreen: #cde8de;--color-deprecated-lightGreen-rgb: 205, 232, 222;--color-deprecated-fadedGreen: #cde8de;--color-deprecated-fadedGreen-rgb: 205, 232, 222;--color-deprecated-darkTeal: #4464bb;--color-deprecated-darkTeal-rgb: 68, 100, 187;--color-deprecated-teal: #4573d2;--color-deprecated-teal-rgb: 69, 115, 210;--color-deprecated-brightTeal: #4573d2;--color-deprecated-brightTeal-rgb: 69, 115, 210;--color-deprecated-medTeal: #dbe0fd;--color-deprecated-medTeal-rgb: 219, 224, 253;--color-deprecated-lightTeal: #dbe0fd;--color-deprecated-lightTeal-rgb: 219, 224, 253;--color-deprecated-darkPurple: #575089;--color-deprecated-darkPurple-rgb: 87, 80, 137;--color-deprecated-purple: #6e66b1;--color-deprecated-purple-rgb: 110, 102, 177;--color-deprecated-brightPurple: #726ab9;--color-deprecated-brightPurple-rgb: 114, 106, 185;--color-deprecated-medPurple: #8d84e8;--color-deprecated-medPurple-rgb: 141, 132, 232;--color-deprecated-lightPurple: #f6f4fd;--color-deprecated-lightPurple-rgb: 246, 244, 253;--color-deprecated-darkGold: #e8b668;--color-deprecated-darkGold-rgb: 232, 182, 104;--color-deprecated-gold: #e8b668;--color-deprecated-gold-rgb: 232, 182, 104;--color-deprecated-brightGold: #f1bd6c;--color-deprecated-brightGold-rgb: 241, 189, 108;--color-deprecated-medGold: #fedcb6;--color-deprecated-medGold-rgb: 254, 220, 182;--color-deprecated-lightGold: #ffecda;--color-deprecated-lightGold-rgb: 255, 236, 218;--color-deprecated-darkCoral: #cf505d;--color-deprecated-darkCoral-rgb: 207, 80, 93;--color-deprecated-coral: #cf505d;--color-deprecated-coral-rgb: 207, 80, 93;--color-deprecated-brightCoral: #f06a6f;--color-deprecated-brightCoral-rgb: 240, 106, 111;--color-deprecated-medCoral: #f99fa4;--color-deprecated-medCoral-rgb: 249, 159, 164;--color-deprecated-lightCoral: #ffd9da;--color-deprecated-lightCoral-rgb: 255, 217, 218}@media print{:host{--color-deprecated-white: #fff;--color-deprecated-white-rgb: 255, 255, 255;--color-deprecated-lightGray1: #f5f3f3;--color-deprecated-lightGray1-rgb: 245, 243, 243;--color-deprecated-lightGray2: #edeae9;--color-deprecated-lightGray2-rgb: 237, 234, 233;--color-deprecated-lightGray3: #cfcbcb;--color-deprecated-lightGray3-rgb: 207, 203, 203;--color-deprecated-mediumGray: #afabac;--color-deprecated-mediumGray-rgb: 175, 171, 172;--color-deprecated-darkGray1: #6d6e6f;--color-deprecated-darkGray1-rgb: 109, 110, 111;--color-deprecated-darkGray2: #1e1f21;--color-deprecated-darkGray2-rgb: 30, 31, 33;--color-deprecated-darkGray3: #1e1f21;--color-deprecated-darkGray3-rgb: 30, 31, 33;--color-deprecated-black: #1e1f21;--color-deprecated-black-rgb: 30, 31, 33;--color-deprecated-darkGreen: #467761;--color-deprecated-darkGreen-rgb: 70, 119, 97;--color-deprecated-green: #5da283;--color-deprecated-green-rgb: 93, 162, 131;--color-deprecated-brightGreen: #90c2ad;--color-deprecated-brightGreen-rgb: 144, 194, 173;--color-deprecated-medGreen: #90c2ad;--color-deprecated-medGreen-rgb: 144, 194, 173;--color-deprecated-lightGreen: #cde8de;--color-deprecated-lightGreen-rgb: 205, 232, 222;--color-deprecated-fadedGreen: #cde8de;--color-deprecated-fadedGreen-rgb: 205, 232, 222;--color-deprecated-darkTeal: #4464bb;--color-deprecated-darkTeal-rgb: 68, 100, 187;--color-deprecated-teal: #4573d2;--color-deprecated-teal-rgb: 69, 115, 210;--color-deprecated-brightTeal: #4573d2;--color-deprecated-brightTeal-rgb: 69, 115, 210;--color-deprecated-medTeal: #dbe0fd;--color-deprecated-medTeal-rgb: 219, 224, 253;--color-deprecated-lightTeal: #dbe0fd;--color-deprecated-lightTeal-rgb: 219, 224, 253;--color-deprecated-darkPurple: #575089;--color-deprecated-darkPurple-rgb: 87, 80, 137;--color-deprecated-purple: #6e66b1;--color-deprecated-purple-rgb: 110, 102, 177;--color-deprecated-brightPurple: #726ab9;--color-deprecated-brightPurple-rgb: 114, 106, 185;--color-deprecated-medPurple: #8d84e8;--color-deprecated-medPurple-rgb: 141, 132, 232;--color-deprecated-lightPurple: #f6f4fd;--color-deprecated-lightPurple-rgb: 246, 244, 253;--color-deprecated-darkGold: #e8b668;--color-deprecated-darkGold-rgb: 232, 182, 104;--color-deprecated-gold: #e8b668;--color-deprecated-gold-rgb: 232, 182, 104;--color-deprecated-brightGold: #f1bd6c;--color-deprecated-brightGold-rgb: 241, 189, 108;--color-deprecated-medGold: #fedcb6;--color-deprecated-medGold-rgb: 254, 220, 182;--color-deprecated-lightGold: #ffecda;--color-deprecated-lightGold-rgb: 255, 236, 218;--color-deprecated-darkCoral: #cf505d;--color-deprecated-darkCoral-rgb: 207, 80, 93;--color-deprecated-coral: #cf505d;--color-deprecated-coral-rgb: 207, 80, 93;--color-deprecated-brightCoral: #f06a6f;--color-deprecated-brightCoral-rgb: 240, 106, 111;--color-deprecated-medCoral: #f99fa4;--color-deprecated-medCoral-rgb: 249, 159, 164;--color-deprecated-lightCoral: #ffd9da;--color-deprecated-lightCoral-rgb: 255, 217, 218}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-deprecated-white: #f5f4f3;--color-deprecated-white-rgb: 245, 244, 243;--color-deprecated-lightGray1: #f5f4f3;--color-deprecated-lightGray1-rgb: 245, 244, 243;--color-deprecated-lightGray2: #f5f4f3;--color-deprecated-lightGray2-rgb: 245, 244, 243;--color-deprecated-lightGray3: #a2a0a2;--color-deprecated-lightGray3-rgb: 162, 160, 162;--color-deprecated-mediumGray: #a2a0a2;--color-deprecated-mediumGray-rgb: 162, 160, 162;--color-deprecated-darkGray1: #6a696a;--color-deprecated-darkGray1-rgb: 106, 105, 106;--color-deprecated-darkGray2: #2a2b2d;--color-deprecated-darkGray2-rgb: 42, 43, 45;--color-deprecated-darkGray3: #1e1f21;--color-deprecated-darkGray3-rgb: 30, 31, 33;--color-deprecated-black: #1e1f21;--color-deprecated-black-rgb: 30, 31, 33;--color-deprecated-darkGreen: #5da283;--color-deprecated-darkGreen-rgb: 93, 162, 131;--color-deprecated-green: #5da283;--color-deprecated-green-rgb: 93, 162, 131;--color-deprecated-brightGreen: #5da283;--color-deprecated-brightGreen-rgb: 93, 162, 131;--color-deprecated-medGreen: #86bca4;--color-deprecated-medGreen-rgb: 134, 188, 164;--color-deprecated-lightGreen: #afd6c6;--color-deprecated-lightGreen-rgb: 175, 214, 198;--color-deprecated-fadedGreen: #86bca4;--color-deprecated-fadedGreen-rgb: 134, 188, 164;--color-deprecated-darkTeal: #3d68bb;--color-deprecated-darkTeal-rgb: 61, 104, 187;--color-deprecated-teal: #4573d2;--color-deprecated-teal-rgb: 69, 115, 210;--color-deprecated-brightTeal: #5688e5;--color-deprecated-brightTeal-rgb: 86, 136, 229;--color-deprecated-medTeal: #6296f1;--color-deprecated-medTeal-rgb: 98, 150, 241;--color-deprecated-lightTeal: #6296f1;--color-deprecated-lightTeal-rgb: 98, 150, 241;--color-deprecated-darkPurple: #726ab9;--color-deprecated-darkPurple-rgb: 114, 106, 185;--color-deprecated-purple: #726ab9;--color-deprecated-purple-rgb: 114, 106, 185;--color-deprecated-brightPurple: #726ab9;--color-deprecated-brightPurple-rgb: 114, 106, 185;--color-deprecated-medPurple: #726ab9;--color-deprecated-medPurple-rgb: 114, 106, 185;--color-deprecated-lightPurple: #a499ed;--color-deprecated-lightPurple-rgb: 164, 153, 237;--color-deprecated-darkGold: #b89054;--color-deprecated-darkGold-rgb: 184, 144, 84;--color-deprecated-gold: #b89054;--color-deprecated-gold-rgb: 184, 144, 84;--color-deprecated-brightGold: #f6c682;--color-deprecated-brightGold-rgb: 246, 198, 130;--color-deprecated-medGold: #f6c682;--color-deprecated-medGold-rgb: 246, 198, 130;--color-deprecated-lightGold: #f6c682;--color-deprecated-lightGold-rgb: 246, 198, 130;--color-deprecated-darkCoral: #cb545e;--color-deprecated-darkCoral-rgb: 203, 84, 94;--color-deprecated-coral: #cb545e;--color-deprecated-coral-rgb: 203, 84, 94;--color-deprecated-brightCoral: #f06a6f;--color-deprecated-brightCoral-rgb: 240, 106, 111;--color-deprecated-medCoral: #f06a6f;--color-deprecated-medCoral-rgb: 240, 106, 111;--color-deprecated-lightCoral: #fa9994;--color-deprecated-lightCoral-rgb: 250, 153, 148}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-deprecated-white: #f5f4f3;--color-deprecated-white-rgb: 245, 244, 243;--color-deprecated-lightGray1: #f5f4f3;--color-deprecated-lightGray1-rgb: 245, 244, 243;--color-deprecated-lightGray2: #f5f4f3;--color-deprecated-lightGray2-rgb: 245, 244, 243;--color-deprecated-lightGray3: #a2a0a2;--color-deprecated-lightGray3-rgb: 162, 160, 162;--color-deprecated-mediumGray: #a2a0a2;--color-deprecated-mediumGray-rgb: 162, 160, 162;--color-deprecated-darkGray1: #6a696a;--color-deprecated-darkGray1-rgb: 106, 105, 106;--color-deprecated-darkGray2: #2a2b2d;--color-deprecated-darkGray2-rgb: 42, 43, 45;--color-deprecated-darkGray3: #1e1f21;--color-deprecated-darkGray3-rgb: 30, 31, 33;--color-deprecated-black: #1e1f21;--color-deprecated-black-rgb: 30, 31, 33;--color-deprecated-darkGreen: #5da283;--color-deprecated-darkGreen-rgb: 93, 162, 131;--color-deprecated-green: #5da283;--color-deprecated-green-rgb: 93, 162, 131;--color-deprecated-brightGreen: #5da283;--color-deprecated-brightGreen-rgb: 93, 162, 131;--color-deprecated-medGreen: #86bca4;--color-deprecated-medGreen-rgb: 134, 188, 164;--color-deprecated-lightGreen: #afd6c6;--color-deprecated-lightGreen-rgb: 175, 214, 198;--color-deprecated-fadedGreen: #86bca4;--color-deprecated-fadedGreen-rgb: 134, 188, 164;--color-deprecated-darkTeal: #3d68bb;--color-deprecated-darkTeal-rgb: 61, 104, 187;--color-deprecated-teal: #4573d2;--color-deprecated-teal-rgb: 69, 115, 210;--color-deprecated-brightTeal: #5688e5;--color-deprecated-brightTeal-rgb: 86, 136, 229;--color-deprecated-medTeal: #6296f1;--color-deprecated-medTeal-rgb: 98, 150, 241;--color-deprecated-lightTeal: #6296f1;--color-deprecated-lightTeal-rgb: 98, 150, 241;--color-deprecated-darkPurple: #726ab9;--color-deprecated-darkPurple-rgb: 114, 106, 185;--color-deprecated-purple: #726ab9;--color-deprecated-purple-rgb: 114, 106, 185;--color-deprecated-brightPurple: #726ab9;--color-deprecated-brightPurple-rgb: 114, 106, 185;--color-deprecated-medPurple: #726ab9;--color-deprecated-medPurple-rgb: 114, 106, 185;--color-deprecated-lightPurple: #a499ed;--color-deprecated-lightPurple-rgb: 164, 153, 237;--color-deprecated-darkGold: #b89054;--color-deprecated-darkGold-rgb: 184, 144, 84;--color-deprecated-gold: #b89054;--color-deprecated-gold-rgb: 184, 144, 84;--color-deprecated-brightGold: #f6c682;--color-deprecated-brightGold-rgb: 246, 198, 130;--color-deprecated-medGold: #f6c682;--color-deprecated-medGold-rgb: 246, 198, 130;--color-deprecated-lightGold: #f6c682;--color-deprecated-lightGold-rgb: 246, 198, 130;--color-deprecated-darkCoral: #cb545e;--color-deprecated-darkCoral-rgb: 203, 84, 94;--color-deprecated-coral: #cb545e;--color-deprecated-coral-rgb: 203, 84, 94;--color-deprecated-brightCoral: #f06a6f;--color-deprecated-brightCoral-rgb: 240, 106, 111;--color-deprecated-medCoral: #f06a6f;--color-deprecated-medCoral-rgb: 240, 106, 111;--color-deprecated-lightCoral: #fa9994;--color-deprecated-lightCoral-rgb: 250, 153, 148}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-deprecated-white: #f5f4f3;--color-deprecated-white-rgb: 245, 244, 243;--color-deprecated-lightGray1: #f5f4f3;--color-deprecated-lightGray1-rgb: 245, 244, 243;--color-deprecated-lightGray2: #f5f4f3;--color-deprecated-lightGray2-rgb: 245, 244, 243;--color-deprecated-lightGray3: #a2a0a2;--color-deprecated-lightGray3-rgb: 162, 160, 162;--color-deprecated-mediumGray: #a2a0a2;--color-deprecated-mediumGray-rgb: 162, 160, 162;--color-deprecated-darkGray1: #6a696a;--color-deprecated-darkGray1-rgb: 106, 105, 106;--color-deprecated-darkGray2: #2a2b2d;--color-deprecated-darkGray2-rgb: 42, 43, 45;--color-deprecated-darkGray3: #1e1f21;--color-deprecated-darkGray3-rgb: 30, 31, 33;--color-deprecated-black: #1e1f21;--color-deprecated-black-rgb: 30, 31, 33;--color-deprecated-darkGreen: #5da283;--color-deprecated-darkGreen-rgb: 93, 162, 131;--color-deprecated-green: #5da283;--color-deprecated-green-rgb: 93, 162, 131;--color-deprecated-brightGreen: #5da283;--color-deprecated-brightGreen-rgb: 93, 162, 131;--color-deprecated-medGreen: #86bca4;--color-deprecated-medGreen-rgb: 134, 188, 164;--color-deprecated-lightGreen: #afd6c6;--color-deprecated-lightGreen-rgb: 175, 214, 198;--color-deprecated-fadedGreen: #86bca4;--color-deprecated-fadedGreen-rgb: 134, 188, 164;--color-deprecated-darkTeal: #3d68bb;--color-deprecated-darkTeal-rgb: 61, 104, 187;--color-deprecated-teal: #4573d2;--color-deprecated-teal-rgb: 69, 115, 210;--color-deprecated-brightTeal: #5688e5;--color-deprecated-brightTeal-rgb: 86, 136, 229;--color-deprecated-medTeal: #6296f1;--color-deprecated-medTeal-rgb: 98, 150, 241;--color-deprecated-lightTeal: #6296f1;--color-deprecated-lightTeal-rgb: 98, 150, 241;--color-deprecated-darkPurple: #726ab9;--color-deprecated-darkPurple-rgb: 114, 106, 185;--color-deprecated-purple: #726ab9;--color-deprecated-purple-rgb: 114, 106, 185;--color-deprecated-brightPurple: #726ab9;--color-deprecated-brightPurple-rgb: 114, 106, 185;--color-deprecated-medPurple: #726ab9;--color-deprecated-medPurple-rgb: 114, 106, 185;--color-deprecated-lightPurple: #a499ed;--color-deprecated-lightPurple-rgb: 164, 153, 237;--color-deprecated-darkGold: #b89054;--color-deprecated-darkGold-rgb: 184, 144, 84;--color-deprecated-gold: #b89054;--color-deprecated-gold-rgb: 184, 144, 84;--color-deprecated-brightGold: #f6c682;--color-deprecated-brightGold-rgb: 246, 198, 130;--color-deprecated-medGold: #f6c682;--color-deprecated-medGold-rgb: 246, 198, 130;--color-deprecated-lightGold: #f6c682;--color-deprecated-lightGold-rgb: 246, 198, 130;--color-deprecated-darkCoral: #cb545e;--color-deprecated-darkCoral-rgb: 203, 84, 94;--color-deprecated-coral: #cb545e;--color-deprecated-coral-rgb: 203, 84, 94;--color-deprecated-brightCoral: #f06a6f;--color-deprecated-brightCoral-rgb: 240, 106, 111;--color-deprecated-medCoral: #f06a6f;--color-deprecated-medCoral-rgb: 240, 106, 111;--color-deprecated-lightCoral: #fa9994;--color-deprecated-lightCoral-rgb: 250, 153, 148;--color-deprecated-white: #f8f4f6;--color-deprecated-white-rgb: 248, 244, 246;--color-deprecated-lightGray1: #f8f4f6;--color-deprecated-lightGray1-rgb: 248, 244, 246;--color-deprecated-lightGray2: #f8f4f6;--color-deprecated-lightGray2-rgb: 248, 244, 246;--color-deprecated-lightGray3: #bb97a9;--color-deprecated-lightGray3-rgb: 187, 151, 169;--color-deprecated-mediumGray: #bb97a9;--color-deprecated-mediumGray-rgb: 187, 151, 169;--color-deprecated-darkGray1: #8f5977;--color-deprecated-darkGray1-rgb: 143, 89, 119;--color-deprecated-darkGray2: #461d36;--color-deprecated-darkGray2-rgb: 70, 29, 54;--color-deprecated-darkGray3: #36172a;--color-deprecated-darkGray3-rgb: 54, 23, 42;--color-deprecated-black: #36172a;--color-deprecated-black-rgb: 54, 23, 42}.button .button-text,.asana-button .button-text{display:inline-block;margin-top:1px}.button .button-arrow,.asana-button .button-arrow{background-image:url("https://d3ki9tyy5l5ruj.cloudfront.net/obj/935fd1f4a082b7d2d6d984cae0d5e51c9733f5c6/sprite.png");background-position:1px -46px;background-repeat:no-repeat;display:inline-block;height:10px;width:12px}.button .button-follow,.asana-button .button-follow{background-image:url("https://d3ki9tyy5l5ruj.cloudfront.net/obj/935fd1f4a082b7d2d6d984cae0d5e51c9733f5c6/sprite.png");background-position:0px -125px;background-repeat:no-repeat}.button .split-button-text,.asana-button .split-button-text{border-right:1px dotted #9cacbc;display:inline-block;padding-right:10px}.button .split-button-text:hover,.asana-button .split-button-text:hover{color:#008ce3}.button .split-button-arrow,.asana-button .split-button-arrow{background-image:url("https://d3ki9tyy5l5ruj.cloudfront.net/obj/935fd1f4a082b7d2d6d984cae0d5e51c9733f5c6/sprite.png");background-position:10px -46px;background-repeat:no-repeat;display:inline-block;height:10px;width:20px}.button .split-button-arrow:hover,.asana-button .split-button-arrow:hover{background-position:-90px -46px}.button .button-icon,.asana-button .button-icon{display:inline-block;height:13px;margin-bottom:-3px;margin-top:-1px;width:12px}.button .button-icon.gear,.asana-button .button-icon.gear{background-image:url("https://d3ki9tyy5l5ruj.cloudfront.net/obj/935fd1f4a082b7d2d6d984cae0d5e51c9733f5c6/sprite.png");background-position:0px -100px;background-repeat:no-repeat}.button .button-icon.favorite.off,.asana-button .button-icon.favorite.off{background-image:url("https://d3ki9tyy5l5ruj.cloudfront.net/obj/935fd1f4a082b7d2d6d984cae0d5e51c9733f5c6/sprite.png");background-position:0px -150px;background-repeat:no-repeat}.button .button-icon.favorite.on,.asana-button .button-icon.favorite.on{background-image:url("https://d3ki9tyy5l5ruj.cloudfront.net/obj/935fd1f4a082b7d2d6d984cae0d5e51c9733f5c6/sprite.png");background-position:-200px -150px;background-repeat:no-repeat}.button .button-icon.add,.asana-button .button-icon.add{background-image:url("https://d3ki9tyy5l5ruj.cloudfront.net/obj/935fd1f4a082b7d2d6d984cae0d5e51c9733f5c6/sprite.png");background-position:0px -1500px;background-repeat:no-repeat}.button .button-icon.edit,.asana-button .button-icon.edit{background-image:url("https://d3ki9tyy5l5ruj.cloudfront.net/obj/935fd1f4a082b7d2d6d984cae0d5e51c9733f5c6/sprite.png");background-position:0px -1450px;background-repeat:no-repeat}.button .button-icon.more-symbol,.asana-button .button-icon.more-symbol{background-image:url("https://d3ki9tyy5l5ruj.cloudfront.net/obj/935fd1f4a082b7d2d6d984cae0d5e51c9733f5c6/sprite.png");background-position:0px -200px;background-repeat:no-repeat;width:10px}.button:hover .gear,.asana-button:hover .gear{background-image:url("https://d3ki9tyy5l5ruj.cloudfront.net/obj/935fd1f4a082b7d2d6d984cae0d5e51c9733f5c6/sprite.png");background-position:-100px -100px;background-repeat:no-repeat}.button:hover .button-arrow,.asana-button:hover .button-arrow{background-image:url("https://d3ki9tyy5l5ruj.cloudfront.net/obj/935fd1f4a082b7d2d6d984cae0d5e51c9733f5c6/sprite.png");background-position:-99px -46px;background-repeat:no-repeat}.button:hover .button-follow,.asana-button:hover .button-follow{background-image:url("https://d3ki9tyy5l5ruj.cloudfront.net/obj/935fd1f4a082b7d2d6d984cae0d5e51c9733f5c6/sprite.png");background-position:-100px -125px;background-repeat:no-repeat}.button:hover .favorite.off,.asana-button:hover .favorite.off{background-image:url("https://d3ki9tyy5l5ruj.cloudfront.net/obj/935fd1f4a082b7d2d6d984cae0d5e51c9733f5c6/sprite.png");background-position:-100px -150px;background-repeat:no-repeat}.button:hover .favorite.on,.asana-button:hover .favorite.on{background-image:url("https://d3ki9tyy5l5ruj.cloudfront.net/obj/935fd1f4a082b7d2d6d984cae0d5e51c9733f5c6/sprite.png");background-position:-100px -150px;background-repeat:no-repeat}.button:hover .add,.asana-button:hover .add{background-image:url("https://d3ki9tyy5l5ruj.cloudfront.net/obj/935fd1f4a082b7d2d6d984cae0d5e51c9733f5c6/sprite.png");background-position:-100px -1500px;background-repeat:no-repeat}.button:hover .edit,.asana-button:hover .edit{background-image:url("https://d3ki9tyy5l5ruj.cloudfront.net/obj/935fd1f4a082b7d2d6d984cae0d5e51c9733f5c6/sprite.png");background-position:-100px -1450px;background-repeat:no-repeat}.button:hover .more-symbol,.asana-button:hover .more-symbol{background-image:url("https://d3ki9tyy5l5ruj.cloudfront.net/obj/935fd1f4a082b7d2d6d984cae0d5e51c9733f5c6/sprite.png");background-position:-100px -200px;background-repeat:no-repeat}.primary-button,.primary,input[type=submit],button[type=submit]{background:#14aaf5;border:1px solid #14aaf5}.primary-button .button-text,.primary-button .new-button-text,.primary .button-text,.primary .new-button-text,input[type=submit] .button-text,input[type=submit] .new-button-text,button[type=submit] .button-text,button[type=submit] .new-button-text{color:#fff}.primary-button.hovered,.primary-button:hover:not(.mobile-button):not(.disabled),.primary.hovered,.primary:hover:not(.mobile-button):not(.disabled),input[type=submit].hovered,input[type=submit]:hover:not(.mobile-button):not(.disabled),button[type=submit].hovered,button[type=submit]:hover:not(.mobile-button):not(.disabled){background:#32c1ff;border-color:#32c1ff;box-shadow:0 0 0 3px #caeeff}.primary-button.hovered .button-text,.primary-button.hovered .new-button-text,.primary-button.hovered .glyph,.primary-button:hover:not(.mobile-button):not(.disabled) .button-text,.primary-button:hover:not(.mobile-button):not(.disabled) .new-button-text,.primary-button:hover:not(.mobile-button):not(.disabled) .glyph,.primary.hovered .button-text,.primary.hovered .new-button-text,.primary.hovered .glyph,.primary:hover:not(.mobile-button):not(.disabled) .button-text,.primary:hover:not(.mobile-button):not(.disabled) .new-button-text,.primary:hover:not(.mobile-button):not(.disabled) .glyph,input[type=submit].hovered .button-text,input[type=submit].hovered .new-button-text,input[type=submit].hovered .glyph,input[type=submit]:hover:not(.mobile-button):not(.disabled) .button-text,input[type=submit]:hover:not(.mobile-button):not(.disabled) .new-button-text,input[type=submit]:hover:not(.mobile-button):not(.disabled) .glyph,button[type=submit].hovered .button-text,button[type=submit].hovered .new-button-text,button[type=submit].hovered .glyph,button[type=submit]:hover:not(.mobile-button):not(.disabled) .button-text,button[type=submit]:hover:not(.mobile-button):not(.disabled) .new-button-text,button[type=submit]:hover:not(.mobile-button):not(.disabled) .glyph{color:#fff}.primary-button:focus,.primary:focus,input[type=submit]:focus,button[type=submit]:focus{background:#14aaf5;border:1px solid #14aaf5;box-shadow:0 0 6px 3px rgba(20,170,245,.3);outline:none}.primary-button:focus .button-text,.primary-button:focus .new-button-text,.primary:focus .button-text,.primary:focus .new-button-text,input[type=submit]:focus .button-text,input[type=submit]:focus .new-button-text,button[type=submit]:focus .button-text,button[type=submit]:focus .new-button-text{color:#fff}.primary-button.disabled,.primary.disabled,input[type=submit].disabled,button[type=submit].disabled{box-shadow:none;background:#f2f2f2;border-color:#ccc;outline:none}.primary-button.disabled .button-text,.primary-button.disabled .new-button-text,.primary-button.disabled .glyph,.primary.disabled .button-text,.primary.disabled .new-button-text,.primary.disabled .glyph,input[type=submit].disabled .button-text,input[type=submit].disabled .new-button-text,input[type=submit].disabled .glyph,button[type=submit].disabled .button-text,button[type=submit].disabled .new-button-text,button[type=submit].disabled .glyph{color:var(--color-text-weak);text-shadow:none}.primary-button.disabled:hover,.primary.disabled:hover,input[type=submit].disabled:hover,button[type=submit].disabled:hover{box-shadow:none;background:#f2f2f2;border-color:#ccc;outline:none}.primary-button.disabled:hover .button-text,.primary-button.disabled:hover .new-button-text,.primary-button.disabled:hover .glyph,.primary.disabled:hover .button-text,.primary.disabled:hover .new-button-text,.primary.disabled:hover .glyph,input[type=submit].disabled:hover .button-text,input[type=submit].disabled:hover .new-button-text,input[type=submit].disabled:hover .glyph,button[type=submit].disabled:hover .button-text,button[type=submit].disabled:hover .new-button-text,button[type=submit].disabled:hover .glyph{color:var(--color-text-weak);text-shadow:none}.primary-button.pink,.primary.pink,input[type=submit].pink,button[type=submit].pink{background-color:#ff5263;background-image:linear-gradient(to bottom, #f7a7ba, #ff5263 10%);border:1px solid #a71428;box-shadow:inset 0 -1px rgba(0,0,0,.12);text-shadow:0 -1px #a71428}.primary-button.pink.hovered,.primary-button.pink:hover:not(.disabled),.primary.pink.hovered,.primary.pink:hover:not(.disabled),input[type=submit].pink.hovered,input[type=submit].pink:hover:not(.disabled),button[type=submit].pink.hovered,button[type=submit].pink:hover:not(.disabled){background-color:#ff5263;background-image:linear-gradient(to bottom, #f7a7ba, #ff5263 100%);border:1px solid #a71428}input[type=submit],button[type=submit]{color:#fff;text-shadow:0 -1px #008ce3}.tooltip-button{background-color:#434c56;background-image:linear-gradient(to bottom, #6e7e91, #434c56 10%);border:1px solid #1a232e;color:#c0ccd7;text-shadow:0 -1px #1a232e}.tooltip-button.hovered,.tooltip-button:hover{background-color:#212f40;background-image:linear-gradient(to bottom, #6e7e91, #212f40 100%)}.generic-input,textarea,.recurly input[type=text],.recurly .recurly-hosted-field{border:1px solid transparent;border:1px solid transparent;border-radius:4px;box-sizing:border-box;color:var(--color-text);padding-left:8px}.generic-input.hovered:not(.override-hover-border):not([disabled]),.generic-input:hover:not(.override-hover-border):not([disabled]),textarea.hovered:not(.override-hover-border):not([disabled]),textarea:hover:not(.override-hover-border):not([disabled]),.recurly input[type=text].hovered:not(.override-hover-border):not([disabled]),.recurly input[type=text]:hover:not(.override-hover-border):not([disabled]),.recurly .recurly-hosted-field.hovered:not(.override-hover-border):not([disabled]),.recurly .recurly-hosted-field:hover:not(.override-hover-border):not([disabled]){border-color:var(--color-border-hover);transition:border-color 100ms}.generic-input.focused:not(.override-focus-border),.generic-input:focus:not(.override-focus-border),.generic-input.recurly-hosted-field-focus:not(.override-focus-border),textarea.focused:not(.override-focus-border),textarea:focus:not(.override-focus-border),textarea.recurly-hosted-field-focus:not(.override-focus-border),.recurly input[type=text].focused:not(.override-focus-border),.recurly input[type=text]:focus:not(.override-focus-border),.recurly input[type=text].recurly-hosted-field-focus:not(.override-focus-border),.recurly .recurly-hosted-field.focused:not(.override-focus-border),.recurly .recurly-hosted-field:focus:not(.override-focus-border),.recurly .recurly-hosted-field.recurly-hosted-field-focus:not(.override-focus-border){border-color:var(--color-deprecated-mediumGray);outline:none}.generic-input.invalid,textarea.invalid,.recurly input[type=text].invalid,.recurly .recurly-hosted-field.invalid{border-color:#ff5263;outline:none}.generic-input.showing,textarea.showing,.recurly input[type=text].showing,.recurly .recurly-hosted-field.showing{border:1px solid var(--color-deprecated-lightGray3)}.generic-input.showing.hovered:not(.override-hover-border):not([disabled]),.generic-input.showing:hover:not(.override-hover-border):not([disabled]),textarea.showing.hovered:not(.override-hover-border):not([disabled]),textarea.showing:hover:not(.override-hover-border):not([disabled]),.recurly input[type=text].showing.hovered:not(.override-hover-border):not([disabled]),.recurly input[type=text].showing:hover:not(.override-hover-border):not([disabled]),.recurly .recurly-hosted-field.showing.hovered:not(.override-hover-border):not([disabled]),.recurly .recurly-hosted-field.showing:hover:not(.override-hover-border):not([disabled]){border-color:var(--color-deprecated-mediumGray);transition:border-color 100ms}.generic-input.showing.focused:not(.override-focus-border),.generic-input.showing:focus:not(.override-focus-border),.generic-input.showing.recurly-hosted-field-focus:not(.override-focus-border),textarea.showing.focused:not(.override-focus-border),textarea.showing:focus:not(.override-focus-border),textarea.showing.recurly-hosted-field-focus:not(.override-focus-border),.recurly input[type=text].showing.focused:not(.override-focus-border),.recurly input[type=text].showing:focus:not(.override-focus-border),.recurly input[type=text].showing.recurly-hosted-field-focus:not(.override-focus-border),.recurly .recurly-hosted-field.showing.focused:not(.override-focus-border),.recurly .recurly-hosted-field.showing:focus:not(.override-focus-border),.recurly .recurly-hosted-field.showing.recurly-hosted-field-focus:not(.override-focus-border){border-color:var(--color-deprecated-mediumGray);outline:none}.generic-input.showing.invalid,textarea.showing.invalid,.recurly input[type=text].showing.invalid,.recurly .recurly-hosted-field.showing.invalid{border-color:#ed4758}.generic-input[disabled],textarea[disabled],.recurly input[type=text][disabled],.recurly .recurly-hosted-field[disabled]{background-color:rgba(0,0,0,.05);color:var(--color-text-weak);-webkit-text-fill-color:var(--color-text-weak)}input[type=text].generic-input,input[type=password].generic-input{height:30px}input[type=text].generic-input.coupon-code{margin-right:5px;width:276px}.invite-header{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;line-height:18px;color:var(--color-deprecated-darkGray1);font-weight:500;padding-bottom:5px;padding-right:14px;width:100px}select{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.spinner{display:inline;margin:0 4px}.DesignTokenThemeSelectors-theme--darkMode{color-scheme:dark}@media(prefers-color-scheme: dark){.DesignTokenThemeSelectors-theme--systemDarkMode{color-scheme:dark}}.DesignTokenThemeDisabler{color-scheme:light}:host{--color-text: #1e1f21;--color-text-rgb: 30, 31, 33;--color-text-foreground: #fff;--color-text-disabled: #afabac;--color-text-weak: #6d6e6f;--color-text-weak-hover: #1e1f21;--color-icon: #6d6e6f;--color-icon-rgb: 109, 110, 111;--color-icon-foreground: #fff;--color-icon-hover: #1e1f21;--color-icon-active: #1e1f21;--color-icon-disabled: #afabac;--color-icon-strong: #6d6e6f;--color-border: #edeae9;--color-border-rgb: 237, 234, 233;--color-border-inverse: #fff;--color-border-hover: #afabac;--color-border-active: #6d6e6f;--color-border-strong: #cfcbcb;--color-background-weak: #fff;--color-background-weak-rgb: 255, 255, 255;--color-background-weak-hover-deprecated: #f9f8f8;--color-background-medium: #f9f8f8;--color-background-medium-rgb: 249, 248, 248;--color-background-hover: rgba(55, 23, 23, 0.03);--color-background-active: rgba(55, 23, 23, 0.05);--color-background-strong: #f5f3f3;--color-background-strong-rgb: 245, 243, 243;--color-selected-text: #4573d2;--color-selected-text-hover: #4464bb;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #f1f2fc;--color-selected-background-hover: #e7e9fc;--color-selected-background-active: #dbe0fd;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #5da283;--color-success-text-hover: #467761;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #467761;--color-success-icon-strong: #1e1f21;--color-success-border: #90c2ad;--color-success-border-hover: #5da283;--color-success-background: #eafaf4;--color-success-background-hover: #e0f4ec;--color-success-background-active: #cde8de;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #ad8950;--color-warning-text-hover: #9a7a48;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #b58e53;--color-warning-icon-strong: #1e1f21;--color-warning-border: #f1bd6c;--color-warning-border-hover: #b58e53;--color-warning-background: #fff6ee;--color-warning-background-hover: #ffecda;--color-warning-background-active: #fedcb6;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #ad8950;--color-upsell-text-hover: #9a7a48;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #b58e53;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #fff6ee;--color-upsell-background-hover: #ffecda;--color-upsell-background-active: #fedcb6;--color-upsell-background-weak-hover: #fff6ee;--color-upsell-background-weak-active: #ffecda;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #f1bd6c;--color-danger-text: #f06a6f;--color-danger-text-hover: #ad4453;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #cf505d;--color-danger-icon-strong: #1e1f21;--color-danger-border: #f99fa4;--color-danger-border-hover: #f06a6f;--color-danger-border-active: #cf505d;--color-danger-background: #ffebeb;--color-danger-background-hover: #ffd9da;--color-danger-background-active: #fec5c7;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(255, 255, 255, 0.95);--color-beta-text: #6e66b1;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #8d84e8;--color-beta-icon-rgb: 141, 132, 232;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #575089;--color-beta-background-weak: #f6f4fd;--color-beta-background-strong: #736bc4;--color-beta-border: #8d84e8;--color-beta-border-hover: #726ab9;--color-beta-border-active: #726ab9;--color-primary-text: #4573d2;--color-primary-text-hover: #4464bb;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #4573d2;--color-on-hold-text-hover: #4464bb;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}:host .DesignTokenThemeDisabler{--color-text: #1e1f21;--color-text-rgb: 30, 31, 33;--color-text-foreground: #fff;--color-text-disabled: #afabac;--color-text-weak: #6d6e6f;--color-text-weak-hover: #1e1f21;--color-icon: #6d6e6f;--color-icon-rgb: 109, 110, 111;--color-icon-foreground: #fff;--color-icon-hover: #1e1f21;--color-icon-active: #1e1f21;--color-icon-disabled: #afabac;--color-icon-strong: #6d6e6f;--color-border: #edeae9;--color-border-rgb: 237, 234, 233;--color-border-inverse: #fff;--color-border-hover: #afabac;--color-border-active: #6d6e6f;--color-border-strong: #cfcbcb;--color-background-weak: #fff;--color-background-weak-rgb: 255, 255, 255;--color-background-weak-hover-deprecated: #f9f8f8;--color-background-medium: #f9f8f8;--color-background-medium-rgb: 249, 248, 248;--color-background-hover: rgba(55, 23, 23, 0.03);--color-background-active: rgba(55, 23, 23, 0.05);--color-background-strong: #f5f3f3;--color-background-strong-rgb: 245, 243, 243;--color-selected-text: #4573d2;--color-selected-text-hover: #4464bb;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #f1f2fc;--color-selected-background-hover: #e7e9fc;--color-selected-background-active: #dbe0fd;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #5da283;--color-success-text-hover: #467761;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #467761;--color-success-icon-strong: #1e1f21;--color-success-border: #90c2ad;--color-success-border-hover: #5da283;--color-success-background: #eafaf4;--color-success-background-hover: #e0f4ec;--color-success-background-active: #cde8de;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #ad8950;--color-warning-text-hover: #9a7a48;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #b58e53;--color-warning-icon-strong: #1e1f21;--color-warning-border: #f1bd6c;--color-warning-border-hover: #b58e53;--color-warning-background: #fff6ee;--color-warning-background-hover: #ffecda;--color-warning-background-active: #fedcb6;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #ad8950;--color-upsell-text-hover: #9a7a48;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #b58e53;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #fff6ee;--color-upsell-background-hover: #ffecda;--color-upsell-background-active: #fedcb6;--color-upsell-background-weak-hover: #fff6ee;--color-upsell-background-weak-active: #ffecda;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #f1bd6c;--color-danger-text: #f06a6f;--color-danger-text-hover: #ad4453;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #cf505d;--color-danger-icon-strong: #1e1f21;--color-danger-border: #f99fa4;--color-danger-border-hover: #f06a6f;--color-danger-border-active: #cf505d;--color-danger-background: #ffebeb;--color-danger-background-hover: #ffd9da;--color-danger-background-active: #fec5c7;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(255, 255, 255, 0.95);--color-beta-text: #6e66b1;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #8d84e8;--color-beta-icon-rgb: 141, 132, 232;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #575089;--color-beta-background-weak: #f6f4fd;--color-beta-background-strong: #736bc4;--color-beta-border: #8d84e8;--color-beta-border-hover: #726ab9;--color-beta-border-active: #726ab9;--color-primary-text: #4573d2;--color-primary-text-hover: #4464bb;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #4573d2;--color-on-hold-text-hover: #4464bb;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}@media print{:host{--color-text: #1e1f21;--color-text-rgb: 30, 31, 33;--color-text-foreground: #fff;--color-text-disabled: #afabac;--color-text-weak: #6d6e6f;--color-text-weak-hover: #1e1f21;--color-icon: #6d6e6f;--color-icon-rgb: 109, 110, 111;--color-icon-foreground: #fff;--color-icon-hover: #1e1f21;--color-icon-active: #1e1f21;--color-icon-disabled: #afabac;--color-icon-strong: #6d6e6f;--color-border: #edeae9;--color-border-rgb: 237, 234, 233;--color-border-inverse: #fff;--color-border-hover: #afabac;--color-border-active: #6d6e6f;--color-border-strong: #cfcbcb;--color-background-weak: #fff;--color-background-weak-rgb: 255, 255, 255;--color-background-weak-hover-deprecated: #f9f8f8;--color-background-medium: #f9f8f8;--color-background-medium-rgb: 249, 248, 248;--color-background-hover: rgba(55, 23, 23, 0.03);--color-background-active: rgba(55, 23, 23, 0.05);--color-background-strong: #f5f3f3;--color-background-strong-rgb: 245, 243, 243;--color-selected-text: #4573d2;--color-selected-text-hover: #4464bb;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #f1f2fc;--color-selected-background-hover: #e7e9fc;--color-selected-background-active: #dbe0fd;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #5da283;--color-success-text-hover: #467761;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #467761;--color-success-icon-strong: #1e1f21;--color-success-border: #90c2ad;--color-success-border-hover: #5da283;--color-success-background: #eafaf4;--color-success-background-hover: #e0f4ec;--color-success-background-active: #cde8de;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #ad8950;--color-warning-text-hover: #9a7a48;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #b58e53;--color-warning-icon-strong: #1e1f21;--color-warning-border: #f1bd6c;--color-warning-border-hover: #b58e53;--color-warning-background: #fff6ee;--color-warning-background-hover: #ffecda;--color-warning-background-active: #fedcb6;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #ad8950;--color-upsell-text-hover: #9a7a48;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #b58e53;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #fff6ee;--color-upsell-background-hover: #ffecda;--color-upsell-background-active: #fedcb6;--color-upsell-background-weak-hover: #fff6ee;--color-upsell-background-weak-active: #ffecda;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #f1bd6c;--color-danger-text: #f06a6f;--color-danger-text-hover: #ad4453;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #cf505d;--color-danger-icon-strong: #1e1f21;--color-danger-border: #f99fa4;--color-danger-border-hover: #f06a6f;--color-danger-border-active: #cf505d;--color-danger-background: #ffebeb;--color-danger-background-hover: #ffd9da;--color-danger-background-active: #fec5c7;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(255, 255, 255, 0.95);--color-beta-text: #6e66b1;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #8d84e8;--color-beta-icon-rgb: 141, 132, 232;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #575089;--color-beta-background-weak: #f6f4fd;--color-beta-background-strong: #736bc4;--color-beta-border: #8d84e8;--color-beta-border-hover: #726ab9;--color-beta-border-active: #726ab9;--color-primary-text: #4573d2;--color-primary-text-hover: #4464bb;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #4573d2;--color-on-hold-text-hover: #4464bb;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-text: #f5f4f3;--color-text-rgb: 245, 244, 243;--color-text-foreground: #f5f4f3;--color-text-disabled: #6a696a;--color-text-weak: #a2a0a2;--color-text-weak-hover: #f5f4f3;--color-icon: #a2a0a2;--color-icon-rgb: 162, 160, 162;--color-icon-foreground: #f5f4f3;--color-icon-hover: #f5f4f3;--color-icon-active: #f5f4f3;--color-icon-disabled: #6a696a;--color-icon-strong: #f5f4f3;--color-border: #424244;--color-border-rgb: 66, 66, 68;--color-border-inverse: #f5f4f3;--color-border-hover: #6a696a;--color-border-active: #a2a0a2;--color-border-strong: #565557;--color-background-weak: #1e1f21;--color-background-weak-rgb: 30, 31, 33;--color-background-weak-hover-deprecated: #2a2b2d;--color-background-medium: #252628;--color-background-medium-rgb: 37, 38, 40;--color-background-hover: rgba(255, 255, 255, 0.06);--color-background-active: rgba(255, 255, 255, 0.11);--color-background-strong: #2a2b2d;--color-background-strong-rgb: 42, 43, 45;--color-selected-text: #6296f1;--color-selected-text-hover: #5688e5;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #172237;--color-selected-background-hover: #1a2843;--color-selected-background-active: #2a3c68;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #86bca4;--color-success-text-hover: #afd6c6;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #86bca4;--color-success-icon-strong: #1e1f21;--color-success-border: #32695d;--color-success-border-hover: #5da283;--color-success-background: #192c29;--color-success-background-hover: #21433d;--color-success-background-active: #244c45;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #f1bd6c;--color-warning-text-hover: #f6c682;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #f6c682;--color-warning-icon-strong: #1e1f21;--color-warning-border: #735c38;--color-warning-border-hover: #b89054;--color-warning-background: #3d3120;--color-warning-background-hover: #493b26;--color-warning-background-active: #54432b;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #f1bd6c;--color-upsell-text-hover: #f6c682;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #f6c682;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #3d3120;--color-upsell-background-hover: #493b26;--color-upsell-background-active: #54432b;--color-upsell-background-weak-hover: #3d3120;--color-upsell-background-weak-active: #493b26;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #735c38;--color-danger-text: #f78a86;--color-danger-text-hover: #fa9994;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #f78a86;--color-danger-icon-strong: #1e1f21;--color-danger-border: #a13e4f;--color-danger-border-hover: #cb545e;--color-danger-border-active: #f06a6f;--color-danger-background: #481125;--color-danger-background-hover: #5c1b30;--color-danger-background-active: #6c2338;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(30, 31, 33, 0.95);--color-beta-text: #a499ed;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #a499ed;--color-beta-icon-rgb: 164, 153, 237;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #a499ed;--color-beta-background-weak: #3a3659;--color-beta-background-strong: #736bc4;--color-beta-border: #726ab9;--color-beta-border-hover: #a499ed;--color-beta-border-active: #a499ed;--color-primary-text: #6296f1;--color-primary-text-hover: #5688e5;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #6296f1;--color-on-hold-text-hover: #5688e5;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-text: #f5f4f3;--color-text-rgb: 245, 244, 243;--color-text-foreground: #f5f4f3;--color-text-disabled: #6a696a;--color-text-weak: #a2a0a2;--color-text-weak-hover: #f5f4f3;--color-icon: #a2a0a2;--color-icon-rgb: 162, 160, 162;--color-icon-foreground: #f5f4f3;--color-icon-hover: #f5f4f3;--color-icon-active: #f5f4f3;--color-icon-disabled: #6a696a;--color-icon-strong: #f5f4f3;--color-border: #424244;--color-border-rgb: 66, 66, 68;--color-border-inverse: #f5f4f3;--color-border-hover: #6a696a;--color-border-active: #a2a0a2;--color-border-strong: #565557;--color-background-weak: #1e1f21;--color-background-weak-rgb: 30, 31, 33;--color-background-weak-hover-deprecated: #2a2b2d;--color-background-medium: #252628;--color-background-medium-rgb: 37, 38, 40;--color-background-hover: rgba(255, 255, 255, 0.06);--color-background-active: rgba(255, 255, 255, 0.11);--color-background-strong: #2a2b2d;--color-background-strong-rgb: 42, 43, 45;--color-selected-text: #6296f1;--color-selected-text-hover: #5688e5;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #172237;--color-selected-background-hover: #1a2843;--color-selected-background-active: #2a3c68;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #86bca4;--color-success-text-hover: #afd6c6;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #86bca4;--color-success-icon-strong: #1e1f21;--color-success-border: #32695d;--color-success-border-hover: #5da283;--color-success-background: #192c29;--color-success-background-hover: #21433d;--color-success-background-active: #244c45;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #f1bd6c;--color-warning-text-hover: #f6c682;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #f6c682;--color-warning-icon-strong: #1e1f21;--color-warning-border: #735c38;--color-warning-border-hover: #b89054;--color-warning-background: #3d3120;--color-warning-background-hover: #493b26;--color-warning-background-active: #54432b;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #f1bd6c;--color-upsell-text-hover: #f6c682;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #f6c682;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #3d3120;--color-upsell-background-hover: #493b26;--color-upsell-background-active: #54432b;--color-upsell-background-weak-hover: #3d3120;--color-upsell-background-weak-active: #493b26;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #735c38;--color-danger-text: #f78a86;--color-danger-text-hover: #fa9994;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #f78a86;--color-danger-icon-strong: #1e1f21;--color-danger-border: #a13e4f;--color-danger-border-hover: #cb545e;--color-danger-border-active: #f06a6f;--color-danger-background: #481125;--color-danger-background-hover: #5c1b30;--color-danger-background-active: #6c2338;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(30, 31, 33, 0.95);--color-beta-text: #a499ed;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #a499ed;--color-beta-icon-rgb: 164, 153, 237;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #a499ed;--color-beta-background-weak: #3a3659;--color-beta-background-strong: #736bc4;--color-beta-border: #726ab9;--color-beta-border-hover: #a499ed;--color-beta-border-active: #a499ed;--color-primary-text: #6296f1;--color-primary-text-hover: #5688e5;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #6296f1;--color-on-hold-text-hover: #5688e5;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-text: #f5f4f3;--color-text-rgb: 245, 244, 243;--color-text-foreground: #f5f4f3;--color-text-disabled: #6a696a;--color-text-weak: #a2a0a2;--color-text-weak-hover: #f5f4f3;--color-icon: #a2a0a2;--color-icon-rgb: 162, 160, 162;--color-icon-foreground: #f5f4f3;--color-icon-hover: #f5f4f3;--color-icon-active: #f5f4f3;--color-icon-disabled: #6a696a;--color-icon-strong: #f5f4f3;--color-border: #424244;--color-border-rgb: 66, 66, 68;--color-border-inverse: #f5f4f3;--color-border-hover: #6a696a;--color-border-active: #a2a0a2;--color-border-strong: #565557;--color-background-weak: #1e1f21;--color-background-weak-rgb: 30, 31, 33;--color-background-weak-hover-deprecated: #2a2b2d;--color-background-medium: #252628;--color-background-medium-rgb: 37, 38, 40;--color-background-hover: rgba(255, 255, 255, 0.06);--color-background-active: rgba(255, 255, 255, 0.11);--color-background-strong: #2a2b2d;--color-background-strong-rgb: 42, 43, 45;--color-selected-text: #6296f1;--color-selected-text-hover: #5688e5;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #172237;--color-selected-background-hover: #1a2843;--color-selected-background-active: #2a3c68;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #86bca4;--color-success-text-hover: #afd6c6;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #86bca4;--color-success-icon-strong: #1e1f21;--color-success-border: #32695d;--color-success-border-hover: #5da283;--color-success-background: #192c29;--color-success-background-hover: #21433d;--color-success-background-active: #244c45;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #f1bd6c;--color-warning-text-hover: #f6c682;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #f6c682;--color-warning-icon-strong: #1e1f21;--color-warning-border: #735c38;--color-warning-border-hover: #b89054;--color-warning-background: #3d3120;--color-warning-background-hover: #493b26;--color-warning-background-active: #54432b;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #f1bd6c;--color-upsell-text-hover: #f6c682;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #f6c682;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #3d3120;--color-upsell-background-hover: #493b26;--color-upsell-background-active: #54432b;--color-upsell-background-weak-hover: #3d3120;--color-upsell-background-weak-active: #493b26;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #735c38;--color-danger-text: #f78a86;--color-danger-text-hover: #fa9994;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #f78a86;--color-danger-icon-strong: #1e1f21;--color-danger-border: #a13e4f;--color-danger-border-hover: #cb545e;--color-danger-border-active: #f06a6f;--color-danger-background: #481125;--color-danger-background-hover: #5c1b30;--color-danger-background-active: #6c2338;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(30, 31, 33, 0.95);--color-beta-text: #a499ed;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #a499ed;--color-beta-icon-rgb: 164, 153, 237;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #a499ed;--color-beta-background-weak: #3a3659;--color-beta-background-strong: #736bc4;--color-beta-border: #726ab9;--color-beta-border-hover: #a499ed;--color-beta-border-active: #a499ed;--color-primary-text: #6296f1;--color-primary-text-hover: #5688e5;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #6296f1;--color-on-hold-text-hover: #5688e5;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba;--color-text: #f8f4f6;--color-text-rgb: 248, 244, 246;--color-text-foreground: #f8f4f6;--color-text-disabled: #8f5977;--color-text-weak: #bb97a9;--color-text-weak-hover: #f8f4f6;--color-icon: #bb97a9;--color-icon-rgb: 187, 151, 169;--color-icon-foreground: #f8f4f6;--color-icon-hover: #f8f4f6;--color-icon-active: #f8f4f6;--color-icon-disabled: #8f5977;--color-icon-strong: #f8f4f6;--color-border: #5f2748;--color-border-rgb: 95, 39, 72;--color-border-inverse: #f8f4f6;--color-border-hover: #8f5977;--color-border-active: #bb97a9;--color-border-strong: #5f2748;--color-background-weak: #36172a;--color-background-weak-rgb: 54, 23, 42;--color-background-weak-hover-deprecated: #461d36;--color-background-medium: #3e1930;--color-background-medium-rgb: 62, 25, 48;--color-background-strong: #461d36;--color-background-strong-rgb: 70, 29, 54;--color-drop-target-background: rgba(54, 23, 42, 0.95)}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode{--color-success-text: #62d26f;--color-success-text-hover: #62d26f;--color-success-icon: #62d26f;--color-success-icon-hover: #62d26f;--color-warning-text: #d6ce38;--color-warning-text-hover: #d6ce38;--color-warning-icon: #d6ce38;--color-warning-icon-rgb: 214, 206, 56;--color-warning-icon-hover: #d6ce38;--color-upsell-text: #d6ce38;--color-upsell-text-hover: #d6ce38;--color-upsell-icon: #d6ce38;--color-upsell-icon-hover: #d6ce38;--color-danger-text: #fd612c;--color-danger-text-hover: #fd612c;--color-danger-icon: #fd612c;--color-danger-icon-hover: #fd612c}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode .DesignTokenThemeDisabler{--color-success-text: #62d26f;--color-success-text-hover: #62d26f;--color-success-icon: #62d26f;--color-success-icon-hover: #62d26f;--color-warning-text: #d6ce38;--color-warning-text-hover: #d6ce38;--color-warning-icon: #d6ce38;--color-warning-icon-rgb: 214, 206, 56;--color-warning-icon-hover: #d6ce38;--color-upsell-text: #d6ce38;--color-upsell-text-hover: #d6ce38;--color-upsell-icon: #d6ce38;--color-upsell-icon-hover: #d6ce38;--color-danger-text: #fd612c;--color-danger-text-hover: #fd612c;--color-danger-icon: #fd612c;--color-danger-icon-hover: #fd612c}:host{--color-deprecated-white: #fff;--color-deprecated-white-rgb: 255, 255, 255;--color-deprecated-lightGray1: #f5f3f3;--color-deprecated-lightGray1-rgb: 245, 243, 243;--color-deprecated-lightGray2: #edeae9;--color-deprecated-lightGray2-rgb: 237, 234, 233;--color-deprecated-lightGray3: #cfcbcb;--color-deprecated-lightGray3-rgb: 207, 203, 203;--color-deprecated-mediumGray: #afabac;--color-deprecated-mediumGray-rgb: 175, 171, 172;--color-deprecated-darkGray1: #6d6e6f;--color-deprecated-darkGray1-rgb: 109, 110, 111;--color-deprecated-darkGray2: #1e1f21;--color-deprecated-darkGray2-rgb: 30, 31, 33;--color-deprecated-darkGray3: #1e1f21;--color-deprecated-darkGray3-rgb: 30, 31, 33;--color-deprecated-black: #1e1f21;--color-deprecated-black-rgb: 30, 31, 33;--color-deprecated-darkGreen: #467761;--color-deprecated-darkGreen-rgb: 70, 119, 97;--color-deprecated-green: #5da283;--color-deprecated-green-rgb: 93, 162, 131;--color-deprecated-brightGreen: #90c2ad;--color-deprecated-brightGreen-rgb: 144, 194, 173;--color-deprecated-medGreen: #90c2ad;--color-deprecated-medGreen-rgb: 144, 194, 173;--color-deprecated-lightGreen: #cde8de;--color-deprecated-lightGreen-rgb: 205, 232, 222;--color-deprecated-fadedGreen: #cde8de;--color-deprecated-fadedGreen-rgb: 205, 232, 222;--color-deprecated-darkTeal: #4464bb;--color-deprecated-darkTeal-rgb: 68, 100, 187;--color-deprecated-teal: #4573d2;--color-deprecated-teal-rgb: 69, 115, 210;--color-deprecated-brightTeal: #4573d2;--color-deprecated-brightTeal-rgb: 69, 115, 210;--color-deprecated-medTeal: #dbe0fd;--color-deprecated-medTeal-rgb: 219, 224, 253;--color-deprecated-lightTeal: #dbe0fd;--color-deprecated-lightTeal-rgb: 219, 224, 253;--color-deprecated-darkPurple: #575089;--color-deprecated-darkPurple-rgb: 87, 80, 137;--color-deprecated-purple: #6e66b1;--color-deprecated-purple-rgb: 110, 102, 177;--color-deprecated-brightPurple: #726ab9;--color-deprecated-brightPurple-rgb: 114, 106, 185;--color-deprecated-medPurple: #8d84e8;--color-deprecated-medPurple-rgb: 141, 132, 232;--color-deprecated-lightPurple: #f6f4fd;--color-deprecated-lightPurple-rgb: 246, 244, 253;--color-deprecated-darkGold: #e8b668;--color-deprecated-darkGold-rgb: 232, 182, 104;--color-deprecated-gold: #e8b668;--color-deprecated-gold-rgb: 232, 182, 104;--color-deprecated-brightGold: #f1bd6c;--color-deprecated-brightGold-rgb: 241, 189, 108;--color-deprecated-medGold: #fedcb6;--color-deprecated-medGold-rgb: 254, 220, 182;--color-deprecated-lightGold: #ffecda;--color-deprecated-lightGold-rgb: 255, 236, 218;--color-deprecated-darkCoral: #cf505d;--color-deprecated-darkCoral-rgb: 207, 80, 93;--color-deprecated-coral: #cf505d;--color-deprecated-coral-rgb: 207, 80, 93;--color-deprecated-brightCoral: #f06a6f;--color-deprecated-brightCoral-rgb: 240, 106, 111;--color-deprecated-medCoral: #f99fa4;--color-deprecated-medCoral-rgb: 249, 159, 164;--color-deprecated-lightCoral: #ffd9da;--color-deprecated-lightCoral-rgb: 255, 217, 218}:host .DesignTokenThemeDisabler{--color-deprecated-white: #fff;--color-deprecated-white-rgb: 255, 255, 255;--color-deprecated-lightGray1: #f5f3f3;--color-deprecated-lightGray1-rgb: 245, 243, 243;--color-deprecated-lightGray2: #edeae9;--color-deprecated-lightGray2-rgb: 237, 234, 233;--color-deprecated-lightGray3: #cfcbcb;--color-deprecated-lightGray3-rgb: 207, 203, 203;--color-deprecated-mediumGray: #afabac;--color-deprecated-mediumGray-rgb: 175, 171, 172;--color-deprecated-darkGray1: #6d6e6f;--color-deprecated-darkGray1-rgb: 109, 110, 111;--color-deprecated-darkGray2: #1e1f21;--color-deprecated-darkGray2-rgb: 30, 31, 33;--color-deprecated-darkGray3: #1e1f21;--color-deprecated-darkGray3-rgb: 30, 31, 33;--color-deprecated-black: #1e1f21;--color-deprecated-black-rgb: 30, 31, 33;--color-deprecated-darkGreen: #467761;--color-deprecated-darkGreen-rgb: 70, 119, 97;--color-deprecated-green: #5da283;--color-deprecated-green-rgb: 93, 162, 131;--color-deprecated-brightGreen: #90c2ad;--color-deprecated-brightGreen-rgb: 144, 194, 173;--color-deprecated-medGreen: #90c2ad;--color-deprecated-medGreen-rgb: 144, 194, 173;--color-deprecated-lightGreen: #cde8de;--color-deprecated-lightGreen-rgb: 205, 232, 222;--color-deprecated-fadedGreen: #cde8de;--color-deprecated-fadedGreen-rgb: 205, 232, 222;--color-deprecated-darkTeal: #4464bb;--color-deprecated-darkTeal-rgb: 68, 100, 187;--color-deprecated-teal: #4573d2;--color-deprecated-teal-rgb: 69, 115, 210;--color-deprecated-brightTeal: #4573d2;--color-deprecated-brightTeal-rgb: 69, 115, 210;--color-deprecated-medTeal: #dbe0fd;--color-deprecated-medTeal-rgb: 219, 224, 253;--color-deprecated-lightTeal: #dbe0fd;--color-deprecated-lightTeal-rgb: 219, 224, 253;--color-deprecated-darkPurple: #575089;--color-deprecated-darkPurple-rgb: 87, 80, 137;--color-deprecated-purple: #6e66b1;--color-deprecated-purple-rgb: 110, 102, 177;--color-deprecated-brightPurple: #726ab9;--color-deprecated-brightPurple-rgb: 114, 106, 185;--color-deprecated-medPurple: #8d84e8;--color-deprecated-medPurple-rgb: 141, 132, 232;--color-deprecated-lightPurple: #f6f4fd;--color-deprecated-lightPurple-rgb: 246, 244, 253;--color-deprecated-darkGold: #e8b668;--color-deprecated-darkGold-rgb: 232, 182, 104;--color-deprecated-gold: #e8b668;--color-deprecated-gold-rgb: 232, 182, 104;--color-deprecated-brightGold: #f1bd6c;--color-deprecated-brightGold-rgb: 241, 189, 108;--color-deprecated-medGold: #fedcb6;--color-deprecated-medGold-rgb: 254, 220, 182;--color-deprecated-lightGold: #ffecda;--color-deprecated-lightGold-rgb: 255, 236, 218;--color-deprecated-darkCoral: #cf505d;--color-deprecated-darkCoral-rgb: 207, 80, 93;--color-deprecated-coral: #cf505d;--color-deprecated-coral-rgb: 207, 80, 93;--color-deprecated-brightCoral: #f06a6f;--color-deprecated-brightCoral-rgb: 240, 106, 111;--color-deprecated-medCoral: #f99fa4;--color-deprecated-medCoral-rgb: 249, 159, 164;--color-deprecated-lightCoral: #ffd9da;--color-deprecated-lightCoral-rgb: 255, 217, 218}@media print{:host{--color-deprecated-white: #fff;--color-deprecated-white-rgb: 255, 255, 255;--color-deprecated-lightGray1: #f5f3f3;--color-deprecated-lightGray1-rgb: 245, 243, 243;--color-deprecated-lightGray2: #edeae9;--color-deprecated-lightGray2-rgb: 237, 234, 233;--color-deprecated-lightGray3: #cfcbcb;--color-deprecated-lightGray3-rgb: 207, 203, 203;--color-deprecated-mediumGray: #afabac;--color-deprecated-mediumGray-rgb: 175, 171, 172;--color-deprecated-darkGray1: #6d6e6f;--color-deprecated-darkGray1-rgb: 109, 110, 111;--color-deprecated-darkGray2: #1e1f21;--color-deprecated-darkGray2-rgb: 30, 31, 33;--color-deprecated-darkGray3: #1e1f21;--color-deprecated-darkGray3-rgb: 30, 31, 33;--color-deprecated-black: #1e1f21;--color-deprecated-black-rgb: 30, 31, 33;--color-deprecated-darkGreen: #467761;--color-deprecated-darkGreen-rgb: 70, 119, 97;--color-deprecated-green: #5da283;--color-deprecated-green-rgb: 93, 162, 131;--color-deprecated-brightGreen: #90c2ad;--color-deprecated-brightGreen-rgb: 144, 194, 173;--color-deprecated-medGreen: #90c2ad;--color-deprecated-medGreen-rgb: 144, 194, 173;--color-deprecated-lightGreen: #cde8de;--color-deprecated-lightGreen-rgb: 205, 232, 222;--color-deprecated-fadedGreen: #cde8de;--color-deprecated-fadedGreen-rgb: 205, 232, 222;--color-deprecated-darkTeal: #4464bb;--color-deprecated-darkTeal-rgb: 68, 100, 187;--color-deprecated-teal: #4573d2;--color-deprecated-teal-rgb: 69, 115, 210;--color-deprecated-brightTeal: #4573d2;--color-deprecated-brightTeal-rgb: 69, 115, 210;--color-deprecated-medTeal: #dbe0fd;--color-deprecated-medTeal-rgb: 219, 224, 253;--color-deprecated-lightTeal: #dbe0fd;--color-deprecated-lightTeal-rgb: 219, 224, 253;--color-deprecated-darkPurple: #575089;--color-deprecated-darkPurple-rgb: 87, 80, 137;--color-deprecated-purple: #6e66b1;--color-deprecated-purple-rgb: 110, 102, 177;--color-deprecated-brightPurple: #726ab9;--color-deprecated-brightPurple-rgb: 114, 106, 185;--color-deprecated-medPurple: #8d84e8;--color-deprecated-medPurple-rgb: 141, 132, 232;--color-deprecated-lightPurple: #f6f4fd;--color-deprecated-lightPurple-rgb: 246, 244, 253;--color-deprecated-darkGold: #e8b668;--color-deprecated-darkGold-rgb: 232, 182, 104;--color-deprecated-gold: #e8b668;--color-deprecated-gold-rgb: 232, 182, 104;--color-deprecated-brightGold: #f1bd6c;--color-deprecated-brightGold-rgb: 241, 189, 108;--color-deprecated-medGold: #fedcb6;--color-deprecated-medGold-rgb: 254, 220, 182;--color-deprecated-lightGold: #ffecda;--color-deprecated-lightGold-rgb: 255, 236, 218;--color-deprecated-darkCoral: #cf505d;--color-deprecated-darkCoral-rgb: 207, 80, 93;--color-deprecated-coral: #cf505d;--color-deprecated-coral-rgb: 207, 80, 93;--color-deprecated-brightCoral: #f06a6f;--color-deprecated-brightCoral-rgb: 240, 106, 111;--color-deprecated-medCoral: #f99fa4;--color-deprecated-medCoral-rgb: 249, 159, 164;--color-deprecated-lightCoral: #ffd9da;--color-deprecated-lightCoral-rgb: 255, 217, 218}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-deprecated-white: #f5f4f3;--color-deprecated-white-rgb: 245, 244, 243;--color-deprecated-lightGray1: #f5f4f3;--color-deprecated-lightGray1-rgb: 245, 244, 243;--color-deprecated-lightGray2: #f5f4f3;--color-deprecated-lightGray2-rgb: 245, 244, 243;--color-deprecated-lightGray3: #a2a0a2;--color-deprecated-lightGray3-rgb: 162, 160, 162;--color-deprecated-mediumGray: #a2a0a2;--color-deprecated-mediumGray-rgb: 162, 160, 162;--color-deprecated-darkGray1: #6a696a;--color-deprecated-darkGray1-rgb: 106, 105, 106;--color-deprecated-darkGray2: #2a2b2d;--color-deprecated-darkGray2-rgb: 42, 43, 45;--color-deprecated-darkGray3: #1e1f21;--color-deprecated-darkGray3-rgb: 30, 31, 33;--color-deprecated-black: #1e1f21;--color-deprecated-black-rgb: 30, 31, 33;--color-deprecated-darkGreen: #5da283;--color-deprecated-darkGreen-rgb: 93, 162, 131;--color-deprecated-green: #5da283;--color-deprecated-green-rgb: 93, 162, 131;--color-deprecated-brightGreen: #5da283;--color-deprecated-brightGreen-rgb: 93, 162, 131;--color-deprecated-medGreen: #86bca4;--color-deprecated-medGreen-rgb: 134, 188, 164;--color-deprecated-lightGreen: #afd6c6;--color-deprecated-lightGreen-rgb: 175, 214, 198;--color-deprecated-fadedGreen: #86bca4;--color-deprecated-fadedGreen-rgb: 134, 188, 164;--color-deprecated-darkTeal: #3d68bb;--color-deprecated-darkTeal-rgb: 61, 104, 187;--color-deprecated-teal: #4573d2;--color-deprecated-teal-rgb: 69, 115, 210;--color-deprecated-brightTeal: #5688e5;--color-deprecated-brightTeal-rgb: 86, 136, 229;--color-deprecated-medTeal: #6296f1;--color-deprecated-medTeal-rgb: 98, 150, 241;--color-deprecated-lightTeal: #6296f1;--color-deprecated-lightTeal-rgb: 98, 150, 241;--color-deprecated-darkPurple: #726ab9;--color-deprecated-darkPurple-rgb: 114, 106, 185;--color-deprecated-purple: #726ab9;--color-deprecated-purple-rgb: 114, 106, 185;--color-deprecated-brightPurple: #726ab9;--color-deprecated-brightPurple-rgb: 114, 106, 185;--color-deprecated-medPurple: #726ab9;--color-deprecated-medPurple-rgb: 114, 106, 185;--color-deprecated-lightPurple: #a499ed;--color-deprecated-lightPurple-rgb: 164, 153, 237;--color-deprecated-darkGold: #b89054;--color-deprecated-darkGold-rgb: 184, 144, 84;--color-deprecated-gold: #b89054;--color-deprecated-gold-rgb: 184, 144, 84;--color-deprecated-brightGold: #f6c682;--color-deprecated-brightGold-rgb: 246, 198, 130;--color-deprecated-medGold: #f6c682;--color-deprecated-medGold-rgb: 246, 198, 130;--color-deprecated-lightGold: #f6c682;--color-deprecated-lightGold-rgb: 246, 198, 130;--color-deprecated-darkCoral: #cb545e;--color-deprecated-darkCoral-rgb: 203, 84, 94;--color-deprecated-coral: #cb545e;--color-deprecated-coral-rgb: 203, 84, 94;--color-deprecated-brightCoral: #f06a6f;--color-deprecated-brightCoral-rgb: 240, 106, 111;--color-deprecated-medCoral: #f06a6f;--color-deprecated-medCoral-rgb: 240, 106, 111;--color-deprecated-lightCoral: #fa9994;--color-deprecated-lightCoral-rgb: 250, 153, 148}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-deprecated-white: #f5f4f3;--color-deprecated-white-rgb: 245, 244, 243;--color-deprecated-lightGray1: #f5f4f3;--color-deprecated-lightGray1-rgb: 245, 244, 243;--color-deprecated-lightGray2: #f5f4f3;--color-deprecated-lightGray2-rgb: 245, 244, 243;--color-deprecated-lightGray3: #a2a0a2;--color-deprecated-lightGray3-rgb: 162, 160, 162;--color-deprecated-mediumGray: #a2a0a2;--color-deprecated-mediumGray-rgb: 162, 160, 162;--color-deprecated-darkGray1: #6a696a;--color-deprecated-darkGray1-rgb: 106, 105, 106;--color-deprecated-darkGray2: #2a2b2d;--color-deprecated-darkGray2-rgb: 42, 43, 45;--color-deprecated-darkGray3: #1e1f21;--color-deprecated-darkGray3-rgb: 30, 31, 33;--color-deprecated-black: #1e1f21;--color-deprecated-black-rgb: 30, 31, 33;--color-deprecated-darkGreen: #5da283;--color-deprecated-darkGreen-rgb: 93, 162, 131;--color-deprecated-green: #5da283;--color-deprecated-green-rgb: 93, 162, 131;--color-deprecated-brightGreen: #5da283;--color-deprecated-brightGreen-rgb: 93, 162, 131;--color-deprecated-medGreen: #86bca4;--color-deprecated-medGreen-rgb: 134, 188, 164;--color-deprecated-lightGreen: #afd6c6;--color-deprecated-lightGreen-rgb: 175, 214, 198;--color-deprecated-fadedGreen: #86bca4;--color-deprecated-fadedGreen-rgb: 134, 188, 164;--color-deprecated-darkTeal: #3d68bb;--color-deprecated-darkTeal-rgb: 61, 104, 187;--color-deprecated-teal: #4573d2;--color-deprecated-teal-rgb: 69, 115, 210;--color-deprecated-brightTeal: #5688e5;--color-deprecated-brightTeal-rgb: 86, 136, 229;--color-deprecated-medTeal: #6296f1;--color-deprecated-medTeal-rgb: 98, 150, 241;--color-deprecated-lightTeal: #6296f1;--color-deprecated-lightTeal-rgb: 98, 150, 241;--color-deprecated-darkPurple: #726ab9;--color-deprecated-darkPurple-rgb: 114, 106, 185;--color-deprecated-purple: #726ab9;--color-deprecated-purple-rgb: 114, 106, 185;--color-deprecated-brightPurple: #726ab9;--color-deprecated-brightPurple-rgb: 114, 106, 185;--color-deprecated-medPurple: #726ab9;--color-deprecated-medPurple-rgb: 114, 106, 185;--color-deprecated-lightPurple: #a499ed;--color-deprecated-lightPurple-rgb: 164, 153, 237;--color-deprecated-darkGold: #b89054;--color-deprecated-darkGold-rgb: 184, 144, 84;--color-deprecated-gold: #b89054;--color-deprecated-gold-rgb: 184, 144, 84;--color-deprecated-brightGold: #f6c682;--color-deprecated-brightGold-rgb: 246, 198, 130;--color-deprecated-medGold: #f6c682;--color-deprecated-medGold-rgb: 246, 198, 130;--color-deprecated-lightGold: #f6c682;--color-deprecated-lightGold-rgb: 246, 198, 130;--color-deprecated-darkCoral: #cb545e;--color-deprecated-darkCoral-rgb: 203, 84, 94;--color-deprecated-coral: #cb545e;--color-deprecated-coral-rgb: 203, 84, 94;--color-deprecated-brightCoral: #f06a6f;--color-deprecated-brightCoral-rgb: 240, 106, 111;--color-deprecated-medCoral: #f06a6f;--color-deprecated-medCoral-rgb: 240, 106, 111;--color-deprecated-lightCoral: #fa9994;--color-deprecated-lightCoral-rgb: 250, 153, 148}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-deprecated-white: #f5f4f3;--color-deprecated-white-rgb: 245, 244, 243;--color-deprecated-lightGray1: #f5f4f3;--color-deprecated-lightGray1-rgb: 245, 244, 243;--color-deprecated-lightGray2: #f5f4f3;--color-deprecated-lightGray2-rgb: 245, 244, 243;--color-deprecated-lightGray3: #a2a0a2;--color-deprecated-lightGray3-rgb: 162, 160, 162;--color-deprecated-mediumGray: #a2a0a2;--color-deprecated-mediumGray-rgb: 162, 160, 162;--color-deprecated-darkGray1: #6a696a;--color-deprecated-darkGray1-rgb: 106, 105, 106;--color-deprecated-darkGray2: #2a2b2d;--color-deprecated-darkGray2-rgb: 42, 43, 45;--color-deprecated-darkGray3: #1e1f21;--color-deprecated-darkGray3-rgb: 30, 31, 33;--color-deprecated-black: #1e1f21;--color-deprecated-black-rgb: 30, 31, 33;--color-deprecated-darkGreen: #5da283;--color-deprecated-darkGreen-rgb: 93, 162, 131;--color-deprecated-green: #5da283;--color-deprecated-green-rgb: 93, 162, 131;--color-deprecated-brightGreen: #5da283;--color-deprecated-brightGreen-rgb: 93, 162, 131;--color-deprecated-medGreen: #86bca4;--color-deprecated-medGreen-rgb: 134, 188, 164;--color-deprecated-lightGreen: #afd6c6;--color-deprecated-lightGreen-rgb: 175, 214, 198;--color-deprecated-fadedGreen: #86bca4;--color-deprecated-fadedGreen-rgb: 134, 188, 164;--color-deprecated-darkTeal: #3d68bb;--color-deprecated-darkTeal-rgb: 61, 104, 187;--color-deprecated-teal: #4573d2;--color-deprecated-teal-rgb: 69, 115, 210;--color-deprecated-brightTeal: #5688e5;--color-deprecated-brightTeal-rgb: 86, 136, 229;--color-deprecated-medTeal: #6296f1;--color-deprecated-medTeal-rgb: 98, 150, 241;--color-deprecated-lightTeal: #6296f1;--color-deprecated-lightTeal-rgb: 98, 150, 241;--color-deprecated-darkPurple: #726ab9;--color-deprecated-darkPurple-rgb: 114, 106, 185;--color-deprecated-purple: #726ab9;--color-deprecated-purple-rgb: 114, 106, 185;--color-deprecated-brightPurple: #726ab9;--color-deprecated-brightPurple-rgb: 114, 106, 185;--color-deprecated-medPurple: #726ab9;--color-deprecated-medPurple-rgb: 114, 106, 185;--color-deprecated-lightPurple: #a499ed;--color-deprecated-lightPurple-rgb: 164, 153, 237;--color-deprecated-darkGold: #b89054;--color-deprecated-darkGold-rgb: 184, 144, 84;--color-deprecated-gold: #b89054;--color-deprecated-gold-rgb: 184, 144, 84;--color-deprecated-brightGold: #f6c682;--color-deprecated-brightGold-rgb: 246, 198, 130;--color-deprecated-medGold: #f6c682;--color-deprecated-medGold-rgb: 246, 198, 130;--color-deprecated-lightGold: #f6c682;--color-deprecated-lightGold-rgb: 246, 198, 130;--color-deprecated-darkCoral: #cb545e;--color-deprecated-darkCoral-rgb: 203, 84, 94;--color-deprecated-coral: #cb545e;--color-deprecated-coral-rgb: 203, 84, 94;--color-deprecated-brightCoral: #f06a6f;--color-deprecated-brightCoral-rgb: 240, 106, 111;--color-deprecated-medCoral: #f06a6f;--color-deprecated-medCoral-rgb: 240, 106, 111;--color-deprecated-lightCoral: #fa9994;--color-deprecated-lightCoral-rgb: 250, 153, 148;--color-deprecated-white: #f8f4f6;--color-deprecated-white-rgb: 248, 244, 246;--color-deprecated-lightGray1: #f8f4f6;--color-deprecated-lightGray1-rgb: 248, 244, 246;--color-deprecated-lightGray2: #f8f4f6;--color-deprecated-lightGray2-rgb: 248, 244, 246;--color-deprecated-lightGray3: #bb97a9;--color-deprecated-lightGray3-rgb: 187, 151, 169;--color-deprecated-mediumGray: #bb97a9;--color-deprecated-mediumGray-rgb: 187, 151, 169;--color-deprecated-darkGray1: #8f5977;--color-deprecated-darkGray1-rgb: 143, 89, 119;--color-deprecated-darkGray2: #461d36;--color-deprecated-darkGray2-rgb: 70, 29, 54;--color-deprecated-darkGray3: #36172a;--color-deprecated-darkGray3-rgb: 54, 23, 42;--color-deprecated-black: #36172a;--color-deprecated-black-rgb: 54, 23, 42}:host{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #e8e5e4;--color-customization-background-weak-deprecated-opaque: #e8e5e4;--color-customization-background-weak-deprecated: #e8e5e4;--color-customization-background-weak-hover: #e1dedd;--color-customization-background-weak-hover-deprecated: #e1dedd;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #1e1f21;--color-customization-foreground-weak-deprecated: #1e1f21;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #1e1f21;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #1e1f21;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #1e1f21;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #1e1f21;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #1e1f21;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #1e1f21;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #1e1f21;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #1e1f21;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #1e1f21;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #1e1f21;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #1e1f21;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #1e1f21;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #1e1f21;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #1e1f21;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #1e1f21}:host .DesignTokenThemeDisabler{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #e8e5e4;--color-customization-background-weak-deprecated-opaque: #e8e5e4;--color-customization-background-weak-deprecated: #e8e5e4;--color-customization-background-weak-hover: #e1dedd;--color-customization-background-weak-hover-deprecated: #e1dedd;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #1e1f21;--color-customization-foreground-weak-deprecated: #1e1f21;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #1e1f21;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #1e1f21;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #1e1f21;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #1e1f21;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #1e1f21;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #1e1f21;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #1e1f21;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #1e1f21;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #1e1f21;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #1e1f21;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #1e1f21;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #1e1f21;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #1e1f21;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #1e1f21;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #1e1f21}@media print{:host{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #e8e5e4;--color-customization-background-weak-deprecated-opaque: #e8e5e4;--color-customization-background-weak-deprecated: #e8e5e4;--color-customization-background-weak-hover: #e1dedd;--color-customization-background-weak-hover-deprecated: #e1dedd;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #1e1f21;--color-customization-foreground-weak-deprecated: #1e1f21;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #1e1f21;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #1e1f21;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #1e1f21;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #1e1f21;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #1e1f21;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #1e1f21;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #1e1f21;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #1e1f21;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #1e1f21;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #1e1f21;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #1e1f21;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #1e1f21;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #1e1f21;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #1e1f21;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #1e1f21}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #424244;--color-customization-background-weak-deprecated-opaque: #424244;--color-customization-background-weak-deprecated: #424244;--color-customization-background-weak-hover: #464648;--color-customization-background-weak-hover-deprecated: #464648;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #fff;--color-customization-foreground-weak-deprecated: #fff;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #f5f4f3;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #f5f4f3;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #f5f4f3;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #f5f4f3;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #f5f4f3;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #f5f4f3;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #f5f4f3;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #f5f4f3;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #f5f4f3;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #f5f4f3;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #f5f4f3;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #f5f4f3;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #f5f4f3;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #f5f4f3;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #f5f4f3}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #424244;--color-customization-background-weak-deprecated-opaque: #424244;--color-customization-background-weak-deprecated: #424244;--color-customization-background-weak-hover: #464648;--color-customization-background-weak-hover-deprecated: #464648;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #fff;--color-customization-foreground-weak-deprecated: #fff;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #f5f4f3;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #f5f4f3;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #f5f4f3;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #f5f4f3;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #f5f4f3;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #f5f4f3;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #f5f4f3;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #f5f4f3;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #f5f4f3;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #f5f4f3;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #f5f4f3;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #f5f4f3;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #f5f4f3;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #f5f4f3;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #f5f4f3}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #424244;--color-customization-background-weak-deprecated-opaque: #424244;--color-customization-background-weak-deprecated: #424244;--color-customization-background-weak-hover: #464648;--color-customization-background-weak-hover-deprecated: #464648;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #fff;--color-customization-foreground-weak-deprecated: #fff;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #f5f4f3;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #f5f4f3;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #f5f4f3;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #f5f4f3;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #f5f4f3;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #f5f4f3;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #f5f4f3;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #f5f4f3;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #f5f4f3;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #f5f4f3;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #f5f4f3;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #f5f4f3;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #f5f4f3;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #f5f4f3;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #f5f4f3;--color-customization-background-weak: #5f2748;--color-customization-background-weak-deprecated-opaque: #5f2748;--color-customization-background-weak-deprecated: #5f2748;--color-customization-background-weak-hover: #5f2748;--color-customization-background-weak-hover-deprecated: #5f2748}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode{--color-customization-red-background: #e8384f;--color-customization-red-background-rgb: 232, 56, 79;--color-customization-red-background-hover: #de1a33;--color-customization-red-foreground: #fff;--color-customization-red-foreground-hover: #fff;--color-customization-red-text-deprecated: #d74854;--color-customization-orange-background: #fd817d;--color-customization-orange-background-rgb: 253, 129, 125;--color-customization-orange-background-hover: #fc5a55;--color-customization-orange-foreground: #560401;--color-customization-orange-foreground-hover: #2e0201;--color-customization-orange-text-deprecated: #d67a74;--color-customization-yellow-orange-background: #fdae33;--color-customization-yellow-orange-background-rgb: 253, 174, 51;--color-customization-yellow-orange-background-hover: #fd9e0b;--color-customization-yellow-orange-foreground: #513201;--color-customization-yellow-orange-foreground-hover: #291901;--color-customization-yellow-orange-text-deprecated: #bf8b3e;--color-customization-yellow-background: #eecc16;--color-customization-yellow-background-rgb: 238, 204, 22;--color-customization-yellow-background-hover: #ccae0f;--color-customization-yellow-foreground: #504107;--color-customization-yellow-foreground-hover: #2a2304;--color-customization-yellow-text-deprecated: #d67a74;--color-customization-yellow-green-background: #a4c61a;--color-customization-yellow-green-background-rgb: 164, 198, 26;--color-customization-yellow-green-background-hover: #86a215;--color-customization-yellow-green-foreground: #333b07;--color-customization-yellow-green-foreground-hover: #131703;--color-customization-yellow-green-text-deprecated: #899d36;--color-customization-green-background: #62bb35;--color-customization-green-background-rgb: 98, 187, 53;--color-customization-green-background-hover: #519b2c;--color-customization-green-foreground: #182c0c;--color-customization-green-foreground-hover: #070c03;--color-customization-green-text-deprecated: #679c40;--color-customization-blue-green-background: #37a862;--color-customization-blue-green-background-rgb: 55, 168, 98;--color-customization-blue-green-background-hover: #2d8950;--color-customization-blue-green-foreground: #fff;--color-customization-blue-green-foreground-hover: #fff;--color-customization-blue-green-text-deprecated: #59a368;--color-customization-aqua-background: #208ea3;--color-customization-aqua-background-rgb: 32, 142, 163;--color-customization-aqua-background-hover: #197081;--color-customization-aqua-foreground: #fff;--color-customization-aqua-foreground-hover: #fff;--color-customization-aqua-text-deprecated: #448da0;--color-customization-blue-background: #4178bc;--color-customization-blue-background-rgb: 65, 120, 188;--color-customization-blue-background-hover: #37659e;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #4d79b7;--color-customization-indigo-background: #7a71f6;--color-customization-indigo-background-rgb: 122, 113, 246;--color-customization-indigo-background-hover: #564bf4;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #7776ee;--color-customization-purple-background: #aa71ff;--color-customization-purple-background-rgb: 170, 113, 255;--color-customization-purple-background-hover: #9248ff;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #a178f7;--color-customization-magenta-background: #e37cff;--color-customization-magenta-background-rgb: 227, 124, 255;--color-customization-magenta-background-hover: #da53ff;--color-customization-magenta-foreground: #48005c;--color-customization-magenta-foreground-hover: #280033;--color-customization-magenta-text-deprecated: #c078df;--color-customization-hot-pink-background: #ea4e9d;--color-customization-hot-pink-background-rgb: 234, 78, 157;--color-customization-hot-pink-background-hover: #e62a89;--color-customization-hot-pink-foreground: #fff;--color-customization-hot-pink-foreground-hover: #fff;--color-customization-hot-pink-text-deprecated: #d95b9b;--color-customization-pink-background: #fca7e4;--color-customization-pink-background-rgb: 252, 167, 228;--color-customization-pink-background-hover: #fb80d8;--color-customization-pink-foreground: #760456;--color-customization-pink-foreground-hover: #4f0339;--color-customization-pink-text-deprecated: #b984ad;--color-customization-cool-gray-background: #8d9f9b;--color-customization-cool-gray-background-rgb: 141, 159, 155;--color-customization-cool-gray-background-hover: #778c88;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode .DesignTokenThemeDisabler{--color-customization-red-background: #e8384f;--color-customization-red-background-rgb: 232, 56, 79;--color-customization-red-background-hover: #de1a33;--color-customization-red-foreground: #fff;--color-customization-red-foreground-hover: #fff;--color-customization-red-text-deprecated: #d74854;--color-customization-orange-background: #fd817d;--color-customization-orange-background-rgb: 253, 129, 125;--color-customization-orange-background-hover: #fc5a55;--color-customization-orange-foreground: #560401;--color-customization-orange-foreground-hover: #2e0201;--color-customization-orange-text-deprecated: #d67a74;--color-customization-yellow-orange-background: #fdae33;--color-customization-yellow-orange-background-rgb: 253, 174, 51;--color-customization-yellow-orange-background-hover: #fd9e0b;--color-customization-yellow-orange-foreground: #513201;--color-customization-yellow-orange-foreground-hover: #291901;--color-customization-yellow-orange-text-deprecated: #bf8b3e;--color-customization-yellow-background: #eecc16;--color-customization-yellow-background-rgb: 238, 204, 22;--color-customization-yellow-background-hover: #ccae0f;--color-customization-yellow-foreground: #504107;--color-customization-yellow-foreground-hover: #2a2304;--color-customization-yellow-text-deprecated: #d67a74;--color-customization-yellow-green-background: #a4c61a;--color-customization-yellow-green-background-rgb: 164, 198, 26;--color-customization-yellow-green-background-hover: #86a215;--color-customization-yellow-green-foreground: #333b07;--color-customization-yellow-green-foreground-hover: #131703;--color-customization-yellow-green-text-deprecated: #899d36;--color-customization-green-background: #62bb35;--color-customization-green-background-rgb: 98, 187, 53;--color-customization-green-background-hover: #519b2c;--color-customization-green-foreground: #182c0c;--color-customization-green-foreground-hover: #070c03;--color-customization-green-text-deprecated: #679c40;--color-customization-blue-green-background: #37a862;--color-customization-blue-green-background-rgb: 55, 168, 98;--color-customization-blue-green-background-hover: #2d8950;--color-customization-blue-green-foreground: #fff;--color-customization-blue-green-foreground-hover: #fff;--color-customization-blue-green-text-deprecated: #59a368;--color-customization-aqua-background: #208ea3;--color-customization-aqua-background-rgb: 32, 142, 163;--color-customization-aqua-background-hover: #197081;--color-customization-aqua-foreground: #fff;--color-customization-aqua-foreground-hover: #fff;--color-customization-aqua-text-deprecated: #448da0;--color-customization-blue-background: #4178bc;--color-customization-blue-background-rgb: 65, 120, 188;--color-customization-blue-background-hover: #37659e;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #4d79b7;--color-customization-indigo-background: #7a71f6;--color-customization-indigo-background-rgb: 122, 113, 246;--color-customization-indigo-background-hover: #564bf4;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #7776ee;--color-customization-purple-background: #aa71ff;--color-customization-purple-background-rgb: 170, 113, 255;--color-customization-purple-background-hover: #9248ff;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #a178f7;--color-customization-magenta-background: #e37cff;--color-customization-magenta-background-rgb: 227, 124, 255;--color-customization-magenta-background-hover: #da53ff;--color-customization-magenta-foreground: #48005c;--color-customization-magenta-foreground-hover: #280033;--color-customization-magenta-text-deprecated: #c078df;--color-customization-hot-pink-background: #ea4e9d;--color-customization-hot-pink-background-rgb: 234, 78, 157;--color-customization-hot-pink-background-hover: #e62a89;--color-customization-hot-pink-foreground: #fff;--color-customization-hot-pink-foreground-hover: #fff;--color-customization-hot-pink-text-deprecated: #d95b9b;--color-customization-pink-background: #fca7e4;--color-customization-pink-background-rgb: 252, 167, 228;--color-customization-pink-background-hover: #fb80d8;--color-customization-pink-foreground: #760456;--color-customization-pink-foreground-hover: #4f0339;--color-customization-pink-text-deprecated: #b984ad;--color-customization-cool-gray-background: #8d9f9b;--color-customization-cool-gray-background-rgb: 141, 159, 155;--color-customization-cool-gray-background-hover: #778c88;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff}.buttonView{transition:background 200ms,border 200ms,box-shadow 200ms,color 200ms;align-items:center;border-radius:4px;border-style:solid;border-width:1px;box-sizing:border-box;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:14px;justify-content:center;line-height:1;min-width:50px;text-align:center;transition-duration:.2s;transition-property:background,border,box-shadow,color}.buttonView.buttonView--primary:not(.is-disabled){background-color:#14aaf5;border-color:#14aaf5;color:#fff;fill:#fff}.buttonView.buttonView--primary:not(.is-disabled):hover{background-color:#008ce3;border-color:#008ce3}.buttonView.buttonView--primary:not(.is-disabled):active,.buttonView.buttonView--primary:not(.is-disabled).is-active{background-color:#006db0;border-color:#006db0;box-shadow:none}.buttonView.buttonView--secondary:not(.is-disabled){background:#fff;border-color:var(--color-deprecated-lightGray3);color:var(--color-deprecated-darkGray1);fill:var(--color-deprecated-darkGray1)}.buttonView.buttonView--secondary:not(.is-disabled):hover{background-color:var(--color-background-medium);border-color:var(--color-deprecated-darkGray1);border-style:solid;color:var(--color-text);fill:var(--color-icon)}.buttonView.buttonView--secondary:not(.is-disabled):active,.buttonView.buttonView--secondary:not(.is-disabled).is-active{background-color:var(--color-deprecated-lightGray2);border-color:var(--color-deprecated-darkGray1);border-style:solid;box-shadow:none;color:var(--color-text);fill:var(--color-icon)}.buttonView:focus{box-shadow:0 0 0 3px #caeeff;outline:none}.buttonView.is-disabled{box-shadow:none;color:var(--color-deprecated-mediumGray);cursor:default;fill:var(--color-deprecated-mediumGray)}.buttonView.is-disabled.buttonView--primary{background:var(--color-background-medium);border:1px solid var(--color-deprecated-lightGray2)}.buttonView.is-disabled.buttonView--secondary{border:1px solid var(--color-deprecated-lightGray2)}.buttonView.buttonView--default{height:30px;line-height:30px;padding:0 8px}.buttonView.buttonView--large{height:40px;line-height:40px;padding:0 16px}.buttonView.buttonView--toggle,.buttonView.buttonView--toggle.buttonView--secondary{background:#fff;border-color:var(--color-deprecated-lightGray3);color:var(--color-deprecated-darkGray1);fill:var(--color-deprecated-darkGray1)}.buttonView.buttonView--toggle:not(:first-of-type):not(:hover),.buttonView.buttonView--toggle.buttonView--secondary:not(:first-of-type):not(:hover){border-left-color:transparent}.buttonView.buttonView--toggle:active,.buttonView.buttonView--toggle.is-active,.buttonView.buttonView--toggle.buttonView--secondary:active,.buttonView.buttonView--toggle.buttonView--secondary.is-active{background-color:#14aaf5;border-color:#14aaf5;color:#fff;fill:#fff}.right-button-icon:not(:empty){margin-left:4px}.DesignTokenThemeSelectors-theme--darkMode{color-scheme:dark}@media(prefers-color-scheme: dark){.DesignTokenThemeSelectors-theme--systemDarkMode{color-scheme:dark}}.DesignTokenThemeDisabler{color-scheme:light}:host{--color-text: #1e1f21;--color-text-rgb: 30, 31, 33;--color-text-foreground: #fff;--color-text-disabled: #afabac;--color-text-weak: #6d6e6f;--color-text-weak-hover: #1e1f21;--color-icon: #6d6e6f;--color-icon-rgb: 109, 110, 111;--color-icon-foreground: #fff;--color-icon-hover: #1e1f21;--color-icon-active: #1e1f21;--color-icon-disabled: #afabac;--color-icon-strong: #6d6e6f;--color-border: #edeae9;--color-border-rgb: 237, 234, 233;--color-border-inverse: #fff;--color-border-hover: #afabac;--color-border-active: #6d6e6f;--color-border-strong: #cfcbcb;--color-background-weak: #fff;--color-background-weak-rgb: 255, 255, 255;--color-background-weak-hover-deprecated: #f9f8f8;--color-background-medium: #f9f8f8;--color-background-medium-rgb: 249, 248, 248;--color-background-hover: rgba(55, 23, 23, 0.03);--color-background-active: rgba(55, 23, 23, 0.05);--color-background-strong: #f5f3f3;--color-background-strong-rgb: 245, 243, 243;--color-selected-text: #4573d2;--color-selected-text-hover: #4464bb;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #f1f2fc;--color-selected-background-hover: #e7e9fc;--color-selected-background-active: #dbe0fd;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #5da283;--color-success-text-hover: #467761;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #467761;--color-success-icon-strong: #1e1f21;--color-success-border: #90c2ad;--color-success-border-hover: #5da283;--color-success-background: #eafaf4;--color-success-background-hover: #e0f4ec;--color-success-background-active: #cde8de;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #ad8950;--color-warning-text-hover: #9a7a48;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #b58e53;--color-warning-icon-strong: #1e1f21;--color-warning-border: #f1bd6c;--color-warning-border-hover: #b58e53;--color-warning-background: #fff6ee;--color-warning-background-hover: #ffecda;--color-warning-background-active: #fedcb6;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #ad8950;--color-upsell-text-hover: #9a7a48;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #b58e53;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #fff6ee;--color-upsell-background-hover: #ffecda;--color-upsell-background-active: #fedcb6;--color-upsell-background-weak-hover: #fff6ee;--color-upsell-background-weak-active: #ffecda;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #f1bd6c;--color-danger-text: #f06a6f;--color-danger-text-hover: #ad4453;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #cf505d;--color-danger-icon-strong: #1e1f21;--color-danger-border: #f99fa4;--color-danger-border-hover: #f06a6f;--color-danger-border-active: #cf505d;--color-danger-background: #ffebeb;--color-danger-background-hover: #ffd9da;--color-danger-background-active: #fec5c7;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(255, 255, 255, 0.95);--color-beta-text: #6e66b1;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #8d84e8;--color-beta-icon-rgb: 141, 132, 232;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #575089;--color-beta-background-weak: #f6f4fd;--color-beta-background-strong: #736bc4;--color-beta-border: #8d84e8;--color-beta-border-hover: #726ab9;--color-beta-border-active: #726ab9;--color-primary-text: #4573d2;--color-primary-text-hover: #4464bb;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #4573d2;--color-on-hold-text-hover: #4464bb;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}:host .DesignTokenThemeDisabler{--color-text: #1e1f21;--color-text-rgb: 30, 31, 33;--color-text-foreground: #fff;--color-text-disabled: #afabac;--color-text-weak: #6d6e6f;--color-text-weak-hover: #1e1f21;--color-icon: #6d6e6f;--color-icon-rgb: 109, 110, 111;--color-icon-foreground: #fff;--color-icon-hover: #1e1f21;--color-icon-active: #1e1f21;--color-icon-disabled: #afabac;--color-icon-strong: #6d6e6f;--color-border: #edeae9;--color-border-rgb: 237, 234, 233;--color-border-inverse: #fff;--color-border-hover: #afabac;--color-border-active: #6d6e6f;--color-border-strong: #cfcbcb;--color-background-weak: #fff;--color-background-weak-rgb: 255, 255, 255;--color-background-weak-hover-deprecated: #f9f8f8;--color-background-medium: #f9f8f8;--color-background-medium-rgb: 249, 248, 248;--color-background-hover: rgba(55, 23, 23, 0.03);--color-background-active: rgba(55, 23, 23, 0.05);--color-background-strong: #f5f3f3;--color-background-strong-rgb: 245, 243, 243;--color-selected-text: #4573d2;--color-selected-text-hover: #4464bb;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #f1f2fc;--color-selected-background-hover: #e7e9fc;--color-selected-background-active: #dbe0fd;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #5da283;--color-success-text-hover: #467761;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #467761;--color-success-icon-strong: #1e1f21;--color-success-border: #90c2ad;--color-success-border-hover: #5da283;--color-success-background: #eafaf4;--color-success-background-hover: #e0f4ec;--color-success-background-active: #cde8de;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #ad8950;--color-warning-text-hover: #9a7a48;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #b58e53;--color-warning-icon-strong: #1e1f21;--color-warning-border: #f1bd6c;--color-warning-border-hover: #b58e53;--color-warning-background: #fff6ee;--color-warning-background-hover: #ffecda;--color-warning-background-active: #fedcb6;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #ad8950;--color-upsell-text-hover: #9a7a48;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #b58e53;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #fff6ee;--color-upsell-background-hover: #ffecda;--color-upsell-background-active: #fedcb6;--color-upsell-background-weak-hover: #fff6ee;--color-upsell-background-weak-active: #ffecda;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #f1bd6c;--color-danger-text: #f06a6f;--color-danger-text-hover: #ad4453;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #cf505d;--color-danger-icon-strong: #1e1f21;--color-danger-border: #f99fa4;--color-danger-border-hover: #f06a6f;--color-danger-border-active: #cf505d;--color-danger-background: #ffebeb;--color-danger-background-hover: #ffd9da;--color-danger-background-active: #fec5c7;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(255, 255, 255, 0.95);--color-beta-text: #6e66b1;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #8d84e8;--color-beta-icon-rgb: 141, 132, 232;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #575089;--color-beta-background-weak: #f6f4fd;--color-beta-background-strong: #736bc4;--color-beta-border: #8d84e8;--color-beta-border-hover: #726ab9;--color-beta-border-active: #726ab9;--color-primary-text: #4573d2;--color-primary-text-hover: #4464bb;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #4573d2;--color-on-hold-text-hover: #4464bb;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}@media print{:host{--color-text: #1e1f21;--color-text-rgb: 30, 31, 33;--color-text-foreground: #fff;--color-text-disabled: #afabac;--color-text-weak: #6d6e6f;--color-text-weak-hover: #1e1f21;--color-icon: #6d6e6f;--color-icon-rgb: 109, 110, 111;--color-icon-foreground: #fff;--color-icon-hover: #1e1f21;--color-icon-active: #1e1f21;--color-icon-disabled: #afabac;--color-icon-strong: #6d6e6f;--color-border: #edeae9;--color-border-rgb: 237, 234, 233;--color-border-inverse: #fff;--color-border-hover: #afabac;--color-border-active: #6d6e6f;--color-border-strong: #cfcbcb;--color-background-weak: #fff;--color-background-weak-rgb: 255, 255, 255;--color-background-weak-hover-deprecated: #f9f8f8;--color-background-medium: #f9f8f8;--color-background-medium-rgb: 249, 248, 248;--color-background-hover: rgba(55, 23, 23, 0.03);--color-background-active: rgba(55, 23, 23, 0.05);--color-background-strong: #f5f3f3;--color-background-strong-rgb: 245, 243, 243;--color-selected-text: #4573d2;--color-selected-text-hover: #4464bb;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #f1f2fc;--color-selected-background-hover: #e7e9fc;--color-selected-background-active: #dbe0fd;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #5da283;--color-success-text-hover: #467761;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #467761;--color-success-icon-strong: #1e1f21;--color-success-border: #90c2ad;--color-success-border-hover: #5da283;--color-success-background: #eafaf4;--color-success-background-hover: #e0f4ec;--color-success-background-active: #cde8de;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #ad8950;--color-warning-text-hover: #9a7a48;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #b58e53;--color-warning-icon-strong: #1e1f21;--color-warning-border: #f1bd6c;--color-warning-border-hover: #b58e53;--color-warning-background: #fff6ee;--color-warning-background-hover: #ffecda;--color-warning-background-active: #fedcb6;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #ad8950;--color-upsell-text-hover: #9a7a48;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #b58e53;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #fff6ee;--color-upsell-background-hover: #ffecda;--color-upsell-background-active: #fedcb6;--color-upsell-background-weak-hover: #fff6ee;--color-upsell-background-weak-active: #ffecda;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #f1bd6c;--color-danger-text: #f06a6f;--color-danger-text-hover: #ad4453;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #cf505d;--color-danger-icon-strong: #1e1f21;--color-danger-border: #f99fa4;--color-danger-border-hover: #f06a6f;--color-danger-border-active: #cf505d;--color-danger-background: #ffebeb;--color-danger-background-hover: #ffd9da;--color-danger-background-active: #fec5c7;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(255, 255, 255, 0.95);--color-beta-text: #6e66b1;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #8d84e8;--color-beta-icon-rgb: 141, 132, 232;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #575089;--color-beta-background-weak: #f6f4fd;--color-beta-background-strong: #736bc4;--color-beta-border: #8d84e8;--color-beta-border-hover: #726ab9;--color-beta-border-active: #726ab9;--color-primary-text: #4573d2;--color-primary-text-hover: #4464bb;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #4573d2;--color-on-hold-text-hover: #4464bb;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-text: #f5f4f3;--color-text-rgb: 245, 244, 243;--color-text-foreground: #f5f4f3;--color-text-disabled: #6a696a;--color-text-weak: #a2a0a2;--color-text-weak-hover: #f5f4f3;--color-icon: #a2a0a2;--color-icon-rgb: 162, 160, 162;--color-icon-foreground: #f5f4f3;--color-icon-hover: #f5f4f3;--color-icon-active: #f5f4f3;--color-icon-disabled: #6a696a;--color-icon-strong: #f5f4f3;--color-border: #424244;--color-border-rgb: 66, 66, 68;--color-border-inverse: #f5f4f3;--color-border-hover: #6a696a;--color-border-active: #a2a0a2;--color-border-strong: #565557;--color-background-weak: #1e1f21;--color-background-weak-rgb: 30, 31, 33;--color-background-weak-hover-deprecated: #2a2b2d;--color-background-medium: #252628;--color-background-medium-rgb: 37, 38, 40;--color-background-hover: rgba(255, 255, 255, 0.06);--color-background-active: rgba(255, 255, 255, 0.11);--color-background-strong: #2a2b2d;--color-background-strong-rgb: 42, 43, 45;--color-selected-text: #6296f1;--color-selected-text-hover: #5688e5;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #172237;--color-selected-background-hover: #1a2843;--color-selected-background-active: #2a3c68;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #86bca4;--color-success-text-hover: #afd6c6;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #86bca4;--color-success-icon-strong: #1e1f21;--color-success-border: #32695d;--color-success-border-hover: #5da283;--color-success-background: #192c29;--color-success-background-hover: #21433d;--color-success-background-active: #244c45;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #f1bd6c;--color-warning-text-hover: #f6c682;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #f6c682;--color-warning-icon-strong: #1e1f21;--color-warning-border: #735c38;--color-warning-border-hover: #b89054;--color-warning-background: #3d3120;--color-warning-background-hover: #493b26;--color-warning-background-active: #54432b;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #f1bd6c;--color-upsell-text-hover: #f6c682;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #f6c682;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #3d3120;--color-upsell-background-hover: #493b26;--color-upsell-background-active: #54432b;--color-upsell-background-weak-hover: #3d3120;--color-upsell-background-weak-active: #493b26;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #735c38;--color-danger-text: #f78a86;--color-danger-text-hover: #fa9994;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #f78a86;--color-danger-icon-strong: #1e1f21;--color-danger-border: #a13e4f;--color-danger-border-hover: #cb545e;--color-danger-border-active: #f06a6f;--color-danger-background: #481125;--color-danger-background-hover: #5c1b30;--color-danger-background-active: #6c2338;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(30, 31, 33, 0.95);--color-beta-text: #a499ed;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #a499ed;--color-beta-icon-rgb: 164, 153, 237;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #a499ed;--color-beta-background-weak: #3a3659;--color-beta-background-strong: #736bc4;--color-beta-border: #726ab9;--color-beta-border-hover: #a499ed;--color-beta-border-active: #a499ed;--color-primary-text: #6296f1;--color-primary-text-hover: #5688e5;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #6296f1;--color-on-hold-text-hover: #5688e5;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-text: #f5f4f3;--color-text-rgb: 245, 244, 243;--color-text-foreground: #f5f4f3;--color-text-disabled: #6a696a;--color-text-weak: #a2a0a2;--color-text-weak-hover: #f5f4f3;--color-icon: #a2a0a2;--color-icon-rgb: 162, 160, 162;--color-icon-foreground: #f5f4f3;--color-icon-hover: #f5f4f3;--color-icon-active: #f5f4f3;--color-icon-disabled: #6a696a;--color-icon-strong: #f5f4f3;--color-border: #424244;--color-border-rgb: 66, 66, 68;--color-border-inverse: #f5f4f3;--color-border-hover: #6a696a;--color-border-active: #a2a0a2;--color-border-strong: #565557;--color-background-weak: #1e1f21;--color-background-weak-rgb: 30, 31, 33;--color-background-weak-hover-deprecated: #2a2b2d;--color-background-medium: #252628;--color-background-medium-rgb: 37, 38, 40;--color-background-hover: rgba(255, 255, 255, 0.06);--color-background-active: rgba(255, 255, 255, 0.11);--color-background-strong: #2a2b2d;--color-background-strong-rgb: 42, 43, 45;--color-selected-text: #6296f1;--color-selected-text-hover: #5688e5;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #172237;--color-selected-background-hover: #1a2843;--color-selected-background-active: #2a3c68;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #86bca4;--color-success-text-hover: #afd6c6;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #86bca4;--color-success-icon-strong: #1e1f21;--color-success-border: #32695d;--color-success-border-hover: #5da283;--color-success-background: #192c29;--color-success-background-hover: #21433d;--color-success-background-active: #244c45;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #f1bd6c;--color-warning-text-hover: #f6c682;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #f6c682;--color-warning-icon-strong: #1e1f21;--color-warning-border: #735c38;--color-warning-border-hover: #b89054;--color-warning-background: #3d3120;--color-warning-background-hover: #493b26;--color-warning-background-active: #54432b;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #f1bd6c;--color-upsell-text-hover: #f6c682;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #f6c682;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #3d3120;--color-upsell-background-hover: #493b26;--color-upsell-background-active: #54432b;--color-upsell-background-weak-hover: #3d3120;--color-upsell-background-weak-active: #493b26;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #735c38;--color-danger-text: #f78a86;--color-danger-text-hover: #fa9994;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #f78a86;--color-danger-icon-strong: #1e1f21;--color-danger-border: #a13e4f;--color-danger-border-hover: #cb545e;--color-danger-border-active: #f06a6f;--color-danger-background: #481125;--color-danger-background-hover: #5c1b30;--color-danger-background-active: #6c2338;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(30, 31, 33, 0.95);--color-beta-text: #a499ed;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #a499ed;--color-beta-icon-rgb: 164, 153, 237;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #a499ed;--color-beta-background-weak: #3a3659;--color-beta-background-strong: #736bc4;--color-beta-border: #726ab9;--color-beta-border-hover: #a499ed;--color-beta-border-active: #a499ed;--color-primary-text: #6296f1;--color-primary-text-hover: #5688e5;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #6296f1;--color-on-hold-text-hover: #5688e5;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-text: #f5f4f3;--color-text-rgb: 245, 244, 243;--color-text-foreground: #f5f4f3;--color-text-disabled: #6a696a;--color-text-weak: #a2a0a2;--color-text-weak-hover: #f5f4f3;--color-icon: #a2a0a2;--color-icon-rgb: 162, 160, 162;--color-icon-foreground: #f5f4f3;--color-icon-hover: #f5f4f3;--color-icon-active: #f5f4f3;--color-icon-disabled: #6a696a;--color-icon-strong: #f5f4f3;--color-border: #424244;--color-border-rgb: 66, 66, 68;--color-border-inverse: #f5f4f3;--color-border-hover: #6a696a;--color-border-active: #a2a0a2;--color-border-strong: #565557;--color-background-weak: #1e1f21;--color-background-weak-rgb: 30, 31, 33;--color-background-weak-hover-deprecated: #2a2b2d;--color-background-medium: #252628;--color-background-medium-rgb: 37, 38, 40;--color-background-hover: rgba(255, 255, 255, 0.06);--color-background-active: rgba(255, 255, 255, 0.11);--color-background-strong: #2a2b2d;--color-background-strong-rgb: 42, 43, 45;--color-selected-text: #6296f1;--color-selected-text-hover: #5688e5;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #172237;--color-selected-background-hover: #1a2843;--color-selected-background-active: #2a3c68;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #86bca4;--color-success-text-hover: #afd6c6;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #86bca4;--color-success-icon-strong: #1e1f21;--color-success-border: #32695d;--color-success-border-hover: #5da283;--color-success-background: #192c29;--color-success-background-hover: #21433d;--color-success-background-active: #244c45;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #f1bd6c;--color-warning-text-hover: #f6c682;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #f6c682;--color-warning-icon-strong: #1e1f21;--color-warning-border: #735c38;--color-warning-border-hover: #b89054;--color-warning-background: #3d3120;--color-warning-background-hover: #493b26;--color-warning-background-active: #54432b;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #f1bd6c;--color-upsell-text-hover: #f6c682;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #f6c682;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #3d3120;--color-upsell-background-hover: #493b26;--color-upsell-background-active: #54432b;--color-upsell-background-weak-hover: #3d3120;--color-upsell-background-weak-active: #493b26;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #735c38;--color-danger-text: #f78a86;--color-danger-text-hover: #fa9994;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #f78a86;--color-danger-icon-strong: #1e1f21;--color-danger-border: #a13e4f;--color-danger-border-hover: #cb545e;--color-danger-border-active: #f06a6f;--color-danger-background: #481125;--color-danger-background-hover: #5c1b30;--color-danger-background-active: #6c2338;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(30, 31, 33, 0.95);--color-beta-text: #a499ed;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #a499ed;--color-beta-icon-rgb: 164, 153, 237;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #a499ed;--color-beta-background-weak: #3a3659;--color-beta-background-strong: #736bc4;--color-beta-border: #726ab9;--color-beta-border-hover: #a499ed;--color-beta-border-active: #a499ed;--color-primary-text: #6296f1;--color-primary-text-hover: #5688e5;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #6296f1;--color-on-hold-text-hover: #5688e5;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba;--color-text: #f8f4f6;--color-text-rgb: 248, 244, 246;--color-text-foreground: #f8f4f6;--color-text-disabled: #8f5977;--color-text-weak: #bb97a9;--color-text-weak-hover: #f8f4f6;--color-icon: #bb97a9;--color-icon-rgb: 187, 151, 169;--color-icon-foreground: #f8f4f6;--color-icon-hover: #f8f4f6;--color-icon-active: #f8f4f6;--color-icon-disabled: #8f5977;--color-icon-strong: #f8f4f6;--color-border: #5f2748;--color-border-rgb: 95, 39, 72;--color-border-inverse: #f8f4f6;--color-border-hover: #8f5977;--color-border-active: #bb97a9;--color-border-strong: #5f2748;--color-background-weak: #36172a;--color-background-weak-rgb: 54, 23, 42;--color-background-weak-hover-deprecated: #461d36;--color-background-medium: #3e1930;--color-background-medium-rgb: 62, 25, 48;--color-background-strong: #461d36;--color-background-strong-rgb: 70, 29, 54;--color-drop-target-background: rgba(54, 23, 42, 0.95)}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode{--color-success-text: #62d26f;--color-success-text-hover: #62d26f;--color-success-icon: #62d26f;--color-success-icon-hover: #62d26f;--color-warning-text: #d6ce38;--color-warning-text-hover: #d6ce38;--color-warning-icon: #d6ce38;--color-warning-icon-rgb: 214, 206, 56;--color-warning-icon-hover: #d6ce38;--color-upsell-text: #d6ce38;--color-upsell-text-hover: #d6ce38;--color-upsell-icon: #d6ce38;--color-upsell-icon-hover: #d6ce38;--color-danger-text: #fd612c;--color-danger-text-hover: #fd612c;--color-danger-icon: #fd612c;--color-danger-icon-hover: #fd612c}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode .DesignTokenThemeDisabler{--color-success-text: #62d26f;--color-success-text-hover: #62d26f;--color-success-icon: #62d26f;--color-success-icon-hover: #62d26f;--color-warning-text: #d6ce38;--color-warning-text-hover: #d6ce38;--color-warning-icon: #d6ce38;--color-warning-icon-rgb: 214, 206, 56;--color-warning-icon-hover: #d6ce38;--color-upsell-text: #d6ce38;--color-upsell-text-hover: #d6ce38;--color-upsell-icon: #d6ce38;--color-upsell-icon-hover: #d6ce38;--color-danger-text: #fd612c;--color-danger-text-hover: #fd612c;--color-danger-icon: #fd612c;--color-danger-icon-hover: #fd612c}:host{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #e8e5e4;--color-customization-background-weak-deprecated-opaque: #e8e5e4;--color-customization-background-weak-deprecated: #e8e5e4;--color-customization-background-weak-hover: #e1dedd;--color-customization-background-weak-hover-deprecated: #e1dedd;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #1e1f21;--color-customization-foreground-weak-deprecated: #1e1f21;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #1e1f21;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #1e1f21;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #1e1f21;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #1e1f21;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #1e1f21;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #1e1f21;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #1e1f21;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #1e1f21;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #1e1f21;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #1e1f21;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #1e1f21;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #1e1f21;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #1e1f21;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #1e1f21;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #1e1f21}:host .DesignTokenThemeDisabler{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #e8e5e4;--color-customization-background-weak-deprecated-opaque: #e8e5e4;--color-customization-background-weak-deprecated: #e8e5e4;--color-customization-background-weak-hover: #e1dedd;--color-customization-background-weak-hover-deprecated: #e1dedd;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #1e1f21;--color-customization-foreground-weak-deprecated: #1e1f21;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #1e1f21;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #1e1f21;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #1e1f21;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #1e1f21;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #1e1f21;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #1e1f21;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #1e1f21;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #1e1f21;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #1e1f21;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #1e1f21;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #1e1f21;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #1e1f21;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #1e1f21;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #1e1f21;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #1e1f21}@media print{:host{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #e8e5e4;--color-customization-background-weak-deprecated-opaque: #e8e5e4;--color-customization-background-weak-deprecated: #e8e5e4;--color-customization-background-weak-hover: #e1dedd;--color-customization-background-weak-hover-deprecated: #e1dedd;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #1e1f21;--color-customization-foreground-weak-deprecated: #1e1f21;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #1e1f21;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #1e1f21;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #1e1f21;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #1e1f21;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #1e1f21;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #1e1f21;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #1e1f21;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #1e1f21;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #1e1f21;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #1e1f21;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #1e1f21;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #1e1f21;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #1e1f21;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #1e1f21;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #1e1f21}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #424244;--color-customization-background-weak-deprecated-opaque: #424244;--color-customization-background-weak-deprecated: #424244;--color-customization-background-weak-hover: #464648;--color-customization-background-weak-hover-deprecated: #464648;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #fff;--color-customization-foreground-weak-deprecated: #fff;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #f5f4f3;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #f5f4f3;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #f5f4f3;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #f5f4f3;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #f5f4f3;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #f5f4f3;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #f5f4f3;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #f5f4f3;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #f5f4f3;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #f5f4f3;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #f5f4f3;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #f5f4f3;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #f5f4f3;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #f5f4f3;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #f5f4f3}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #424244;--color-customization-background-weak-deprecated-opaque: #424244;--color-customization-background-weak-deprecated: #424244;--color-customization-background-weak-hover: #464648;--color-customization-background-weak-hover-deprecated: #464648;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #fff;--color-customization-foreground-weak-deprecated: #fff;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #f5f4f3;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #f5f4f3;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #f5f4f3;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #f5f4f3;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #f5f4f3;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #f5f4f3;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #f5f4f3;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #f5f4f3;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #f5f4f3;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #f5f4f3;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #f5f4f3;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #f5f4f3;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #f5f4f3;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #f5f4f3;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #f5f4f3}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #424244;--color-customization-background-weak-deprecated-opaque: #424244;--color-customization-background-weak-deprecated: #424244;--color-customization-background-weak-hover: #464648;--color-customization-background-weak-hover-deprecated: #464648;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #fff;--color-customization-foreground-weak-deprecated: #fff;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #f5f4f3;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #f5f4f3;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #f5f4f3;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #f5f4f3;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #f5f4f3;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #f5f4f3;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #f5f4f3;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #f5f4f3;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #f5f4f3;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #f5f4f3;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #f5f4f3;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #f5f4f3;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #f5f4f3;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #f5f4f3;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #f5f4f3;--color-customization-background-weak: #5f2748;--color-customization-background-weak-deprecated-opaque: #5f2748;--color-customization-background-weak-deprecated: #5f2748;--color-customization-background-weak-hover: #5f2748;--color-customization-background-weak-hover-deprecated: #5f2748}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode{--color-customization-red-background: #e8384f;--color-customization-red-background-rgb: 232, 56, 79;--color-customization-red-background-hover: #de1a33;--color-customization-red-foreground: #fff;--color-customization-red-foreground-hover: #fff;--color-customization-red-text-deprecated: #d74854;--color-customization-orange-background: #fd817d;--color-customization-orange-background-rgb: 253, 129, 125;--color-customization-orange-background-hover: #fc5a55;--color-customization-orange-foreground: #560401;--color-customization-orange-foreground-hover: #2e0201;--color-customization-orange-text-deprecated: #d67a74;--color-customization-yellow-orange-background: #fdae33;--color-customization-yellow-orange-background-rgb: 253, 174, 51;--color-customization-yellow-orange-background-hover: #fd9e0b;--color-customization-yellow-orange-foreground: #513201;--color-customization-yellow-orange-foreground-hover: #291901;--color-customization-yellow-orange-text-deprecated: #bf8b3e;--color-customization-yellow-background: #eecc16;--color-customization-yellow-background-rgb: 238, 204, 22;--color-customization-yellow-background-hover: #ccae0f;--color-customization-yellow-foreground: #504107;--color-customization-yellow-foreground-hover: #2a2304;--color-customization-yellow-text-deprecated: #d67a74;--color-customization-yellow-green-background: #a4c61a;--color-customization-yellow-green-background-rgb: 164, 198, 26;--color-customization-yellow-green-background-hover: #86a215;--color-customization-yellow-green-foreground: #333b07;--color-customization-yellow-green-foreground-hover: #131703;--color-customization-yellow-green-text-deprecated: #899d36;--color-customization-green-background: #62bb35;--color-customization-green-background-rgb: 98, 187, 53;--color-customization-green-background-hover: #519b2c;--color-customization-green-foreground: #182c0c;--color-customization-green-foreground-hover: #070c03;--color-customization-green-text-deprecated: #679c40;--color-customization-blue-green-background: #37a862;--color-customization-blue-green-background-rgb: 55, 168, 98;--color-customization-blue-green-background-hover: #2d8950;--color-customization-blue-green-foreground: #fff;--color-customization-blue-green-foreground-hover: #fff;--color-customization-blue-green-text-deprecated: #59a368;--color-customization-aqua-background: #208ea3;--color-customization-aqua-background-rgb: 32, 142, 163;--color-customization-aqua-background-hover: #197081;--color-customization-aqua-foreground: #fff;--color-customization-aqua-foreground-hover: #fff;--color-customization-aqua-text-deprecated: #448da0;--color-customization-blue-background: #4178bc;--color-customization-blue-background-rgb: 65, 120, 188;--color-customization-blue-background-hover: #37659e;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #4d79b7;--color-customization-indigo-background: #7a71f6;--color-customization-indigo-background-rgb: 122, 113, 246;--color-customization-indigo-background-hover: #564bf4;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #7776ee;--color-customization-purple-background: #aa71ff;--color-customization-purple-background-rgb: 170, 113, 255;--color-customization-purple-background-hover: #9248ff;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #a178f7;--color-customization-magenta-background: #e37cff;--color-customization-magenta-background-rgb: 227, 124, 255;--color-customization-magenta-background-hover: #da53ff;--color-customization-magenta-foreground: #48005c;--color-customization-magenta-foreground-hover: #280033;--color-customization-magenta-text-deprecated: #c078df;--color-customization-hot-pink-background: #ea4e9d;--color-customization-hot-pink-background-rgb: 234, 78, 157;--color-customization-hot-pink-background-hover: #e62a89;--color-customization-hot-pink-foreground: #fff;--color-customization-hot-pink-foreground-hover: #fff;--color-customization-hot-pink-text-deprecated: #d95b9b;--color-customization-pink-background: #fca7e4;--color-customization-pink-background-rgb: 252, 167, 228;--color-customization-pink-background-hover: #fb80d8;--color-customization-pink-foreground: #760456;--color-customization-pink-foreground-hover: #4f0339;--color-customization-pink-text-deprecated: #b984ad;--color-customization-cool-gray-background: #8d9f9b;--color-customization-cool-gray-background-rgb: 141, 159, 155;--color-customization-cool-gray-background-hover: #778c88;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode .DesignTokenThemeDisabler{--color-customization-red-background: #e8384f;--color-customization-red-background-rgb: 232, 56, 79;--color-customization-red-background-hover: #de1a33;--color-customization-red-foreground: #fff;--color-customization-red-foreground-hover: #fff;--color-customization-red-text-deprecated: #d74854;--color-customization-orange-background: #fd817d;--color-customization-orange-background-rgb: 253, 129, 125;--color-customization-orange-background-hover: #fc5a55;--color-customization-orange-foreground: #560401;--color-customization-orange-foreground-hover: #2e0201;--color-customization-orange-text-deprecated: #d67a74;--color-customization-yellow-orange-background: #fdae33;--color-customization-yellow-orange-background-rgb: 253, 174, 51;--color-customization-yellow-orange-background-hover: #fd9e0b;--color-customization-yellow-orange-foreground: #513201;--color-customization-yellow-orange-foreground-hover: #291901;--color-customization-yellow-orange-text-deprecated: #bf8b3e;--color-customization-yellow-background: #eecc16;--color-customization-yellow-background-rgb: 238, 204, 22;--color-customization-yellow-background-hover: #ccae0f;--color-customization-yellow-foreground: #504107;--color-customization-yellow-foreground-hover: #2a2304;--color-customization-yellow-text-deprecated: #d67a74;--color-customization-yellow-green-background: #a4c61a;--color-customization-yellow-green-background-rgb: 164, 198, 26;--color-customization-yellow-green-background-hover: #86a215;--color-customization-yellow-green-foreground: #333b07;--color-customization-yellow-green-foreground-hover: #131703;--color-customization-yellow-green-text-deprecated: #899d36;--color-customization-green-background: #62bb35;--color-customization-green-background-rgb: 98, 187, 53;--color-customization-green-background-hover: #519b2c;--color-customization-green-foreground: #182c0c;--color-customization-green-foreground-hover: #070c03;--color-customization-green-text-deprecated: #679c40;--color-customization-blue-green-background: #37a862;--color-customization-blue-green-background-rgb: 55, 168, 98;--color-customization-blue-green-background-hover: #2d8950;--color-customization-blue-green-foreground: #fff;--color-customization-blue-green-foreground-hover: #fff;--color-customization-blue-green-text-deprecated: #59a368;--color-customization-aqua-background: #208ea3;--color-customization-aqua-background-rgb: 32, 142, 163;--color-customization-aqua-background-hover: #197081;--color-customization-aqua-foreground: #fff;--color-customization-aqua-foreground-hover: #fff;--color-customization-aqua-text-deprecated: #448da0;--color-customization-blue-background: #4178bc;--color-customization-blue-background-rgb: 65, 120, 188;--color-customization-blue-background-hover: #37659e;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #4d79b7;--color-customization-indigo-background: #7a71f6;--color-customization-indigo-background-rgb: 122, 113, 246;--color-customization-indigo-background-hover: #564bf4;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #7776ee;--color-customization-purple-background: #aa71ff;--color-customization-purple-background-rgb: 170, 113, 255;--color-customization-purple-background-hover: #9248ff;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #a178f7;--color-customization-magenta-background: #e37cff;--color-customization-magenta-background-rgb: 227, 124, 255;--color-customization-magenta-background-hover: #da53ff;--color-customization-magenta-foreground: #48005c;--color-customization-magenta-foreground-hover: #280033;--color-customization-magenta-text-deprecated: #c078df;--color-customization-hot-pink-background: #ea4e9d;--color-customization-hot-pink-background-rgb: 234, 78, 157;--color-customization-hot-pink-background-hover: #e62a89;--color-customization-hot-pink-foreground: #fff;--color-customization-hot-pink-foreground-hover: #fff;--color-customization-hot-pink-text-deprecated: #d95b9b;--color-customization-pink-background: #fca7e4;--color-customization-pink-background-rgb: 252, 167, 228;--color-customization-pink-background-hover: #fb80d8;--color-customization-pink-foreground: #760456;--color-customization-pink-foreground-hover: #4f0339;--color-customization-pink-text-deprecated: #b984ad;--color-customization-cool-gray-background: #8d9f9b;--color-customization-cool-gray-background-rgb: 141, 159, 155;--color-customization-cool-gray-background-hover: #778c88;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff}html{height:100%}body{background-color:var(--color-background-medium);box-sizing:border-box;color:var(--color-text);fill:var(--color-icon);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;overflow:hidden}input::-ms-clear{display:none}td{padding:0}.checkbox:not(.glyph){background-image:url("https://d3ki9tyy5l5ruj.cloudfront.net/obj/935fd1f4a082b7d2d6d984cae0d5e51c9733f5c6/sprite.png");background-position:0px -851px;background-repeat:no-repeat;cursor:pointer;display:inline-block;height:16px;width:15px}.checkbox:not(.glyph):hover{background-position:-100px -851px}.checkbox:not(.glyph).checked{background-image:url("https://d3ki9tyy5l5ruj.cloudfront.net/obj/935fd1f4a082b7d2d6d984cae0d5e51c9733f5c6/sprite.png");background-position:-200px -851px;background-repeat:no-repeat}.checkbox:not(.glyph).checked:hover{background-position:-300px -851px}a{color:var(--color-text);cursor:pointer;text-decoration:none}a:active,a:hover{color:var(--color-text);text-decoration:none}.DesignTokenThemeSelectors-theme--darkMode{color-scheme:dark}@media(prefers-color-scheme: dark){.DesignTokenThemeSelectors-theme--systemDarkMode{color-scheme:dark}}.DesignTokenThemeDisabler{color-scheme:light}:host{--color-text: #1e1f21;--color-text-rgb: 30, 31, 33;--color-text-foreground: #fff;--color-text-disabled: #afabac;--color-text-weak: #6d6e6f;--color-text-weak-hover: #1e1f21;--color-icon: #6d6e6f;--color-icon-rgb: 109, 110, 111;--color-icon-foreground: #fff;--color-icon-hover: #1e1f21;--color-icon-active: #1e1f21;--color-icon-disabled: #afabac;--color-icon-strong: #6d6e6f;--color-border: #edeae9;--color-border-rgb: 237, 234, 233;--color-border-inverse: #fff;--color-border-hover: #afabac;--color-border-active: #6d6e6f;--color-border-strong: #cfcbcb;--color-background-weak: #fff;--color-background-weak-rgb: 255, 255, 255;--color-background-weak-hover-deprecated: #f9f8f8;--color-background-medium: #f9f8f8;--color-background-medium-rgb: 249, 248, 248;--color-background-hover: rgba(55, 23, 23, 0.03);--color-background-active: rgba(55, 23, 23, 0.05);--color-background-strong: #f5f3f3;--color-background-strong-rgb: 245, 243, 243;--color-selected-text: #4573d2;--color-selected-text-hover: #4464bb;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #f1f2fc;--color-selected-background-hover: #e7e9fc;--color-selected-background-active: #dbe0fd;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #5da283;--color-success-text-hover: #467761;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #467761;--color-success-icon-strong: #1e1f21;--color-success-border: #90c2ad;--color-success-border-hover: #5da283;--color-success-background: #eafaf4;--color-success-background-hover: #e0f4ec;--color-success-background-active: #cde8de;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #ad8950;--color-warning-text-hover: #9a7a48;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #b58e53;--color-warning-icon-strong: #1e1f21;--color-warning-border: #f1bd6c;--color-warning-border-hover: #b58e53;--color-warning-background: #fff6ee;--color-warning-background-hover: #ffecda;--color-warning-background-active: #fedcb6;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #ad8950;--color-upsell-text-hover: #9a7a48;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #b58e53;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #fff6ee;--color-upsell-background-hover: #ffecda;--color-upsell-background-active: #fedcb6;--color-upsell-background-weak-hover: #fff6ee;--color-upsell-background-weak-active: #ffecda;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #f1bd6c;--color-danger-text: #f06a6f;--color-danger-text-hover: #ad4453;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #cf505d;--color-danger-icon-strong: #1e1f21;--color-danger-border: #f99fa4;--color-danger-border-hover: #f06a6f;--color-danger-border-active: #cf505d;--color-danger-background: #ffebeb;--color-danger-background-hover: #ffd9da;--color-danger-background-active: #fec5c7;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(255, 255, 255, 0.95);--color-beta-text: #6e66b1;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #8d84e8;--color-beta-icon-rgb: 141, 132, 232;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #575089;--color-beta-background-weak: #f6f4fd;--color-beta-background-strong: #736bc4;--color-beta-border: #8d84e8;--color-beta-border-hover: #726ab9;--color-beta-border-active: #726ab9;--color-primary-text: #4573d2;--color-primary-text-hover: #4464bb;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #4573d2;--color-on-hold-text-hover: #4464bb;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}:host .DesignTokenThemeDisabler{--color-text: #1e1f21;--color-text-rgb: 30, 31, 33;--color-text-foreground: #fff;--color-text-disabled: #afabac;--color-text-weak: #6d6e6f;--color-text-weak-hover: #1e1f21;--color-icon: #6d6e6f;--color-icon-rgb: 109, 110, 111;--color-icon-foreground: #fff;--color-icon-hover: #1e1f21;--color-icon-active: #1e1f21;--color-icon-disabled: #afabac;--color-icon-strong: #6d6e6f;--color-border: #edeae9;--color-border-rgb: 237, 234, 233;--color-border-inverse: #fff;--color-border-hover: #afabac;--color-border-active: #6d6e6f;--color-border-strong: #cfcbcb;--color-background-weak: #fff;--color-background-weak-rgb: 255, 255, 255;--color-background-weak-hover-deprecated: #f9f8f8;--color-background-medium: #f9f8f8;--color-background-medium-rgb: 249, 248, 248;--color-background-hover: rgba(55, 23, 23, 0.03);--color-background-active: rgba(55, 23, 23, 0.05);--color-background-strong: #f5f3f3;--color-background-strong-rgb: 245, 243, 243;--color-selected-text: #4573d2;--color-selected-text-hover: #4464bb;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #f1f2fc;--color-selected-background-hover: #e7e9fc;--color-selected-background-active: #dbe0fd;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #5da283;--color-success-text-hover: #467761;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #467761;--color-success-icon-strong: #1e1f21;--color-success-border: #90c2ad;--color-success-border-hover: #5da283;--color-success-background: #eafaf4;--color-success-background-hover: #e0f4ec;--color-success-background-active: #cde8de;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #ad8950;--color-warning-text-hover: #9a7a48;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #b58e53;--color-warning-icon-strong: #1e1f21;--color-warning-border: #f1bd6c;--color-warning-border-hover: #b58e53;--color-warning-background: #fff6ee;--color-warning-background-hover: #ffecda;--color-warning-background-active: #fedcb6;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #ad8950;--color-upsell-text-hover: #9a7a48;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #b58e53;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #fff6ee;--color-upsell-background-hover: #ffecda;--color-upsell-background-active: #fedcb6;--color-upsell-background-weak-hover: #fff6ee;--color-upsell-background-weak-active: #ffecda;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #f1bd6c;--color-danger-text: #f06a6f;--color-danger-text-hover: #ad4453;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #cf505d;--color-danger-icon-strong: #1e1f21;--color-danger-border: #f99fa4;--color-danger-border-hover: #f06a6f;--color-danger-border-active: #cf505d;--color-danger-background: #ffebeb;--color-danger-background-hover: #ffd9da;--color-danger-background-active: #fec5c7;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(255, 255, 255, 0.95);--color-beta-text: #6e66b1;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #8d84e8;--color-beta-icon-rgb: 141, 132, 232;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #575089;--color-beta-background-weak: #f6f4fd;--color-beta-background-strong: #736bc4;--color-beta-border: #8d84e8;--color-beta-border-hover: #726ab9;--color-beta-border-active: #726ab9;--color-primary-text: #4573d2;--color-primary-text-hover: #4464bb;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #4573d2;--color-on-hold-text-hover: #4464bb;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}@media print{:host{--color-text: #1e1f21;--color-text-rgb: 30, 31, 33;--color-text-foreground: #fff;--color-text-disabled: #afabac;--color-text-weak: #6d6e6f;--color-text-weak-hover: #1e1f21;--color-icon: #6d6e6f;--color-icon-rgb: 109, 110, 111;--color-icon-foreground: #fff;--color-icon-hover: #1e1f21;--color-icon-active: #1e1f21;--color-icon-disabled: #afabac;--color-icon-strong: #6d6e6f;--color-border: #edeae9;--color-border-rgb: 237, 234, 233;--color-border-inverse: #fff;--color-border-hover: #afabac;--color-border-active: #6d6e6f;--color-border-strong: #cfcbcb;--color-background-weak: #fff;--color-background-weak-rgb: 255, 255, 255;--color-background-weak-hover-deprecated: #f9f8f8;--color-background-medium: #f9f8f8;--color-background-medium-rgb: 249, 248, 248;--color-background-hover: rgba(55, 23, 23, 0.03);--color-background-active: rgba(55, 23, 23, 0.05);--color-background-strong: #f5f3f3;--color-background-strong-rgb: 245, 243, 243;--color-selected-text: #4573d2;--color-selected-text-hover: #4464bb;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #f1f2fc;--color-selected-background-hover: #e7e9fc;--color-selected-background-active: #dbe0fd;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #5da283;--color-success-text-hover: #467761;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #467761;--color-success-icon-strong: #1e1f21;--color-success-border: #90c2ad;--color-success-border-hover: #5da283;--color-success-background: #eafaf4;--color-success-background-hover: #e0f4ec;--color-success-background-active: #cde8de;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #ad8950;--color-warning-text-hover: #9a7a48;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #b58e53;--color-warning-icon-strong: #1e1f21;--color-warning-border: #f1bd6c;--color-warning-border-hover: #b58e53;--color-warning-background: #fff6ee;--color-warning-background-hover: #ffecda;--color-warning-background-active: #fedcb6;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #ad8950;--color-upsell-text-hover: #9a7a48;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #b58e53;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #fff6ee;--color-upsell-background-hover: #ffecda;--color-upsell-background-active: #fedcb6;--color-upsell-background-weak-hover: #fff6ee;--color-upsell-background-weak-active: #ffecda;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #f1bd6c;--color-danger-text: #f06a6f;--color-danger-text-hover: #ad4453;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #cf505d;--color-danger-icon-strong: #1e1f21;--color-danger-border: #f99fa4;--color-danger-border-hover: #f06a6f;--color-danger-border-active: #cf505d;--color-danger-background: #ffebeb;--color-danger-background-hover: #ffd9da;--color-danger-background-active: #fec5c7;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(255, 255, 255, 0.95);--color-beta-text: #6e66b1;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #8d84e8;--color-beta-icon-rgb: 141, 132, 232;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #575089;--color-beta-background-weak: #f6f4fd;--color-beta-background-strong: #736bc4;--color-beta-border: #8d84e8;--color-beta-border-hover: #726ab9;--color-beta-border-active: #726ab9;--color-primary-text: #4573d2;--color-primary-text-hover: #4464bb;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #4573d2;--color-on-hold-text-hover: #4464bb;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-text: #f5f4f3;--color-text-rgb: 245, 244, 243;--color-text-foreground: #f5f4f3;--color-text-disabled: #6a696a;--color-text-weak: #a2a0a2;--color-text-weak-hover: #f5f4f3;--color-icon: #a2a0a2;--color-icon-rgb: 162, 160, 162;--color-icon-foreground: #f5f4f3;--color-icon-hover: #f5f4f3;--color-icon-active: #f5f4f3;--color-icon-disabled: #6a696a;--color-icon-strong: #f5f4f3;--color-border: #424244;--color-border-rgb: 66, 66, 68;--color-border-inverse: #f5f4f3;--color-border-hover: #6a696a;--color-border-active: #a2a0a2;--color-border-strong: #565557;--color-background-weak: #1e1f21;--color-background-weak-rgb: 30, 31, 33;--color-background-weak-hover-deprecated: #2a2b2d;--color-background-medium: #252628;--color-background-medium-rgb: 37, 38, 40;--color-background-hover: rgba(255, 255, 255, 0.06);--color-background-active: rgba(255, 255, 255, 0.11);--color-background-strong: #2a2b2d;--color-background-strong-rgb: 42, 43, 45;--color-selected-text: #6296f1;--color-selected-text-hover: #5688e5;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #172237;--color-selected-background-hover: #1a2843;--color-selected-background-active: #2a3c68;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #86bca4;--color-success-text-hover: #afd6c6;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #86bca4;--color-success-icon-strong: #1e1f21;--color-success-border: #32695d;--color-success-border-hover: #5da283;--color-success-background: #192c29;--color-success-background-hover: #21433d;--color-success-background-active: #244c45;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #f1bd6c;--color-warning-text-hover: #f6c682;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #f6c682;--color-warning-icon-strong: #1e1f21;--color-warning-border: #735c38;--color-warning-border-hover: #b89054;--color-warning-background: #3d3120;--color-warning-background-hover: #493b26;--color-warning-background-active: #54432b;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #f1bd6c;--color-upsell-text-hover: #f6c682;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #f6c682;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #3d3120;--color-upsell-background-hover: #493b26;--color-upsell-background-active: #54432b;--color-upsell-background-weak-hover: #3d3120;--color-upsell-background-weak-active: #493b26;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #735c38;--color-danger-text: #f78a86;--color-danger-text-hover: #fa9994;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #f78a86;--color-danger-icon-strong: #1e1f21;--color-danger-border: #a13e4f;--color-danger-border-hover: #cb545e;--color-danger-border-active: #f06a6f;--color-danger-background: #481125;--color-danger-background-hover: #5c1b30;--color-danger-background-active: #6c2338;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(30, 31, 33, 0.95);--color-beta-text: #a499ed;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #a499ed;--color-beta-icon-rgb: 164, 153, 237;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #a499ed;--color-beta-background-weak: #3a3659;--color-beta-background-strong: #736bc4;--color-beta-border: #726ab9;--color-beta-border-hover: #a499ed;--color-beta-border-active: #a499ed;--color-primary-text: #6296f1;--color-primary-text-hover: #5688e5;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #6296f1;--color-on-hold-text-hover: #5688e5;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-text: #f5f4f3;--color-text-rgb: 245, 244, 243;--color-text-foreground: #f5f4f3;--color-text-disabled: #6a696a;--color-text-weak: #a2a0a2;--color-text-weak-hover: #f5f4f3;--color-icon: #a2a0a2;--color-icon-rgb: 162, 160, 162;--color-icon-foreground: #f5f4f3;--color-icon-hover: #f5f4f3;--color-icon-active: #f5f4f3;--color-icon-disabled: #6a696a;--color-icon-strong: #f5f4f3;--color-border: #424244;--color-border-rgb: 66, 66, 68;--color-border-inverse: #f5f4f3;--color-border-hover: #6a696a;--color-border-active: #a2a0a2;--color-border-strong: #565557;--color-background-weak: #1e1f21;--color-background-weak-rgb: 30, 31, 33;--color-background-weak-hover-deprecated: #2a2b2d;--color-background-medium: #252628;--color-background-medium-rgb: 37, 38, 40;--color-background-hover: rgba(255, 255, 255, 0.06);--color-background-active: rgba(255, 255, 255, 0.11);--color-background-strong: #2a2b2d;--color-background-strong-rgb: 42, 43, 45;--color-selected-text: #6296f1;--color-selected-text-hover: #5688e5;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #172237;--color-selected-background-hover: #1a2843;--color-selected-background-active: #2a3c68;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #86bca4;--color-success-text-hover: #afd6c6;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #86bca4;--color-success-icon-strong: #1e1f21;--color-success-border: #32695d;--color-success-border-hover: #5da283;--color-success-background: #192c29;--color-success-background-hover: #21433d;--color-success-background-active: #244c45;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #f1bd6c;--color-warning-text-hover: #f6c682;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #f6c682;--color-warning-icon-strong: #1e1f21;--color-warning-border: #735c38;--color-warning-border-hover: #b89054;--color-warning-background: #3d3120;--color-warning-background-hover: #493b26;--color-warning-background-active: #54432b;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #f1bd6c;--color-upsell-text-hover: #f6c682;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #f6c682;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #3d3120;--color-upsell-background-hover: #493b26;--color-upsell-background-active: #54432b;--color-upsell-background-weak-hover: #3d3120;--color-upsell-background-weak-active: #493b26;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #735c38;--color-danger-text: #f78a86;--color-danger-text-hover: #fa9994;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #f78a86;--color-danger-icon-strong: #1e1f21;--color-danger-border: #a13e4f;--color-danger-border-hover: #cb545e;--color-danger-border-active: #f06a6f;--color-danger-background: #481125;--color-danger-background-hover: #5c1b30;--color-danger-background-active: #6c2338;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(30, 31, 33, 0.95);--color-beta-text: #a499ed;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #a499ed;--color-beta-icon-rgb: 164, 153, 237;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #a499ed;--color-beta-background-weak: #3a3659;--color-beta-background-strong: #736bc4;--color-beta-border: #726ab9;--color-beta-border-hover: #a499ed;--color-beta-border-active: #a499ed;--color-primary-text: #6296f1;--color-primary-text-hover: #5688e5;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #6296f1;--color-on-hold-text-hover: #5688e5;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-text: #f5f4f3;--color-text-rgb: 245, 244, 243;--color-text-foreground: #f5f4f3;--color-text-disabled: #6a696a;--color-text-weak: #a2a0a2;--color-text-weak-hover: #f5f4f3;--color-icon: #a2a0a2;--color-icon-rgb: 162, 160, 162;--color-icon-foreground: #f5f4f3;--color-icon-hover: #f5f4f3;--color-icon-active: #f5f4f3;--color-icon-disabled: #6a696a;--color-icon-strong: #f5f4f3;--color-border: #424244;--color-border-rgb: 66, 66, 68;--color-border-inverse: #f5f4f3;--color-border-hover: #6a696a;--color-border-active: #a2a0a2;--color-border-strong: #565557;--color-background-weak: #1e1f21;--color-background-weak-rgb: 30, 31, 33;--color-background-weak-hover-deprecated: #2a2b2d;--color-background-medium: #252628;--color-background-medium-rgb: 37, 38, 40;--color-background-hover: rgba(255, 255, 255, 0.06);--color-background-active: rgba(255, 255, 255, 0.11);--color-background-strong: #2a2b2d;--color-background-strong-rgb: 42, 43, 45;--color-selected-text: #6296f1;--color-selected-text-hover: #5688e5;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #172237;--color-selected-background-hover: #1a2843;--color-selected-background-active: #2a3c68;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #86bca4;--color-success-text-hover: #afd6c6;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #86bca4;--color-success-icon-strong: #1e1f21;--color-success-border: #32695d;--color-success-border-hover: #5da283;--color-success-background: #192c29;--color-success-background-hover: #21433d;--color-success-background-active: #244c45;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #f1bd6c;--color-warning-text-hover: #f6c682;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #f6c682;--color-warning-icon-strong: #1e1f21;--color-warning-border: #735c38;--color-warning-border-hover: #b89054;--color-warning-background: #3d3120;--color-warning-background-hover: #493b26;--color-warning-background-active: #54432b;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #f1bd6c;--color-upsell-text-hover: #f6c682;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #f6c682;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #3d3120;--color-upsell-background-hover: #493b26;--color-upsell-background-active: #54432b;--color-upsell-background-weak-hover: #3d3120;--color-upsell-background-weak-active: #493b26;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #735c38;--color-danger-text: #f78a86;--color-danger-text-hover: #fa9994;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #f78a86;--color-danger-icon-strong: #1e1f21;--color-danger-border: #a13e4f;--color-danger-border-hover: #cb545e;--color-danger-border-active: #f06a6f;--color-danger-background: #481125;--color-danger-background-hover: #5c1b30;--color-danger-background-active: #6c2338;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(30, 31, 33, 0.95);--color-beta-text: #a499ed;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #a499ed;--color-beta-icon-rgb: 164, 153, 237;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #a499ed;--color-beta-background-weak: #3a3659;--color-beta-background-strong: #736bc4;--color-beta-border: #726ab9;--color-beta-border-hover: #a499ed;--color-beta-border-active: #a499ed;--color-primary-text: #6296f1;--color-primary-text-hover: #5688e5;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #6296f1;--color-on-hold-text-hover: #5688e5;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba;--color-text: #f8f4f6;--color-text-rgb: 248, 244, 246;--color-text-foreground: #f8f4f6;--color-text-disabled: #8f5977;--color-text-weak: #bb97a9;--color-text-weak-hover: #f8f4f6;--color-icon: #bb97a9;--color-icon-rgb: 187, 151, 169;--color-icon-foreground: #f8f4f6;--color-icon-hover: #f8f4f6;--color-icon-active: #f8f4f6;--color-icon-disabled: #8f5977;--color-icon-strong: #f8f4f6;--color-border: #5f2748;--color-border-rgb: 95, 39, 72;--color-border-inverse: #f8f4f6;--color-border-hover: #8f5977;--color-border-active: #bb97a9;--color-border-strong: #5f2748;--color-background-weak: #36172a;--color-background-weak-rgb: 54, 23, 42;--color-background-weak-hover-deprecated: #461d36;--color-background-medium: #3e1930;--color-background-medium-rgb: 62, 25, 48;--color-background-strong: #461d36;--color-background-strong-rgb: 70, 29, 54;--color-drop-target-background: rgba(54, 23, 42, 0.95)}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode{--color-success-text: #62d26f;--color-success-text-hover: #62d26f;--color-success-icon: #62d26f;--color-success-icon-hover: #62d26f;--color-warning-text: #d6ce38;--color-warning-text-hover: #d6ce38;--color-warning-icon: #d6ce38;--color-warning-icon-rgb: 214, 206, 56;--color-warning-icon-hover: #d6ce38;--color-upsell-text: #d6ce38;--color-upsell-text-hover: #d6ce38;--color-upsell-icon: #d6ce38;--color-upsell-icon-hover: #d6ce38;--color-danger-text: #fd612c;--color-danger-text-hover: #fd612c;--color-danger-icon: #fd612c;--color-danger-icon-hover: #fd612c}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode .DesignTokenThemeDisabler{--color-success-text: #62d26f;--color-success-text-hover: #62d26f;--color-success-icon: #62d26f;--color-success-icon-hover: #62d26f;--color-warning-text: #d6ce38;--color-warning-text-hover: #d6ce38;--color-warning-icon: #d6ce38;--color-warning-icon-rgb: 214, 206, 56;--color-warning-icon-hover: #d6ce38;--color-upsell-text: #d6ce38;--color-upsell-text-hover: #d6ce38;--color-upsell-icon: #d6ce38;--color-upsell-icon-hover: #d6ce38;--color-danger-text: #fd612c;--color-danger-text-hover: #fd612c;--color-danger-icon: #fd612c;--color-danger-icon-hover: #fd612c}:host{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #e8e5e4;--color-customization-background-weak-deprecated-opaque: #e8e5e4;--color-customization-background-weak-deprecated: #e8e5e4;--color-customization-background-weak-hover: #e1dedd;--color-customization-background-weak-hover-deprecated: #e1dedd;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #1e1f21;--color-customization-foreground-weak-deprecated: #1e1f21;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #1e1f21;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #1e1f21;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #1e1f21;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #1e1f21;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #1e1f21;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #1e1f21;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #1e1f21;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #1e1f21;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #1e1f21;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #1e1f21;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #1e1f21;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #1e1f21;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #1e1f21;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #1e1f21;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #1e1f21}:host .DesignTokenThemeDisabler{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #e8e5e4;--color-customization-background-weak-deprecated-opaque: #e8e5e4;--color-customization-background-weak-deprecated: #e8e5e4;--color-customization-background-weak-hover: #e1dedd;--color-customization-background-weak-hover-deprecated: #e1dedd;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #1e1f21;--color-customization-foreground-weak-deprecated: #1e1f21;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #1e1f21;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #1e1f21;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #1e1f21;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #1e1f21;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #1e1f21;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #1e1f21;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #1e1f21;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #1e1f21;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #1e1f21;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #1e1f21;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #1e1f21;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #1e1f21;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #1e1f21;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #1e1f21;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #1e1f21}@media print{:host{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #e8e5e4;--color-customization-background-weak-deprecated-opaque: #e8e5e4;--color-customization-background-weak-deprecated: #e8e5e4;--color-customization-background-weak-hover: #e1dedd;--color-customization-background-weak-hover-deprecated: #e1dedd;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #1e1f21;--color-customization-foreground-weak-deprecated: #1e1f21;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #1e1f21;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #1e1f21;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #1e1f21;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #1e1f21;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #1e1f21;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #1e1f21;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #1e1f21;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #1e1f21;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #1e1f21;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #1e1f21;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #1e1f21;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #1e1f21;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #1e1f21;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #1e1f21;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #1e1f21}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #424244;--color-customization-background-weak-deprecated-opaque: #424244;--color-customization-background-weak-deprecated: #424244;--color-customization-background-weak-hover: #464648;--color-customization-background-weak-hover-deprecated: #464648;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #fff;--color-customization-foreground-weak-deprecated: #fff;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #f5f4f3;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #f5f4f3;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #f5f4f3;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #f5f4f3;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #f5f4f3;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #f5f4f3;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #f5f4f3;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #f5f4f3;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #f5f4f3;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #f5f4f3;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #f5f4f3;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #f5f4f3;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #f5f4f3;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #f5f4f3;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #f5f4f3}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #424244;--color-customization-background-weak-deprecated-opaque: #424244;--color-customization-background-weak-deprecated: #424244;--color-customization-background-weak-hover: #464648;--color-customization-background-weak-hover-deprecated: #464648;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #fff;--color-customization-foreground-weak-deprecated: #fff;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #f5f4f3;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #f5f4f3;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #f5f4f3;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #f5f4f3;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #f5f4f3;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #f5f4f3;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #f5f4f3;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #f5f4f3;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #f5f4f3;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #f5f4f3;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #f5f4f3;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #f5f4f3;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #f5f4f3;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #f5f4f3;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #f5f4f3}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #424244;--color-customization-background-weak-deprecated-opaque: #424244;--color-customization-background-weak-deprecated: #424244;--color-customization-background-weak-hover: #464648;--color-customization-background-weak-hover-deprecated: #464648;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #fff;--color-customization-foreground-weak-deprecated: #fff;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #f5f4f3;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #f5f4f3;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #f5f4f3;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #f5f4f3;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #f5f4f3;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #f5f4f3;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #f5f4f3;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #f5f4f3;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #f5f4f3;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #f5f4f3;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #f5f4f3;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #f5f4f3;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #f5f4f3;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #f5f4f3;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #f5f4f3;--color-customization-background-weak: #5f2748;--color-customization-background-weak-deprecated-opaque: #5f2748;--color-customization-background-weak-deprecated: #5f2748;--color-customization-background-weak-hover: #5f2748;--color-customization-background-weak-hover-deprecated: #5f2748}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode{--color-customization-red-background: #e8384f;--color-customization-red-background-rgb: 232, 56, 79;--color-customization-red-background-hover: #de1a33;--color-customization-red-foreground: #fff;--color-customization-red-foreground-hover: #fff;--color-customization-red-text-deprecated: #d74854;--color-customization-orange-background: #fd817d;--color-customization-orange-background-rgb: 253, 129, 125;--color-customization-orange-background-hover: #fc5a55;--color-customization-orange-foreground: #560401;--color-customization-orange-foreground-hover: #2e0201;--color-customization-orange-text-deprecated: #d67a74;--color-customization-yellow-orange-background: #fdae33;--color-customization-yellow-orange-background-rgb: 253, 174, 51;--color-customization-yellow-orange-background-hover: #fd9e0b;--color-customization-yellow-orange-foreground: #513201;--color-customization-yellow-orange-foreground-hover: #291901;--color-customization-yellow-orange-text-deprecated: #bf8b3e;--color-customization-yellow-background: #eecc16;--color-customization-yellow-background-rgb: 238, 204, 22;--color-customization-yellow-background-hover: #ccae0f;--color-customization-yellow-foreground: #504107;--color-customization-yellow-foreground-hover: #2a2304;--color-customization-yellow-text-deprecated: #d67a74;--color-customization-yellow-green-background: #a4c61a;--color-customization-yellow-green-background-rgb: 164, 198, 26;--color-customization-yellow-green-background-hover: #86a215;--color-customization-yellow-green-foreground: #333b07;--color-customization-yellow-green-foreground-hover: #131703;--color-customization-yellow-green-text-deprecated: #899d36;--color-customization-green-background: #62bb35;--color-customization-green-background-rgb: 98, 187, 53;--color-customization-green-background-hover: #519b2c;--color-customization-green-foreground: #182c0c;--color-customization-green-foreground-hover: #070c03;--color-customization-green-text-deprecated: #679c40;--color-customization-blue-green-background: #37a862;--color-customization-blue-green-background-rgb: 55, 168, 98;--color-customization-blue-green-background-hover: #2d8950;--color-customization-blue-green-foreground: #fff;--color-customization-blue-green-foreground-hover: #fff;--color-customization-blue-green-text-deprecated: #59a368;--color-customization-aqua-background: #208ea3;--color-customization-aqua-background-rgb: 32, 142, 163;--color-customization-aqua-background-hover: #197081;--color-customization-aqua-foreground: #fff;--color-customization-aqua-foreground-hover: #fff;--color-customization-aqua-text-deprecated: #448da0;--color-customization-blue-background: #4178bc;--color-customization-blue-background-rgb: 65, 120, 188;--color-customization-blue-background-hover: #37659e;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #4d79b7;--color-customization-indigo-background: #7a71f6;--color-customization-indigo-background-rgb: 122, 113, 246;--color-customization-indigo-background-hover: #564bf4;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #7776ee;--color-customization-purple-background: #aa71ff;--color-customization-purple-background-rgb: 170, 113, 255;--color-customization-purple-background-hover: #9248ff;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #a178f7;--color-customization-magenta-background: #e37cff;--color-customization-magenta-background-rgb: 227, 124, 255;--color-customization-magenta-background-hover: #da53ff;--color-customization-magenta-foreground: #48005c;--color-customization-magenta-foreground-hover: #280033;--color-customization-magenta-text-deprecated: #c078df;--color-customization-hot-pink-background: #ea4e9d;--color-customization-hot-pink-background-rgb: 234, 78, 157;--color-customization-hot-pink-background-hover: #e62a89;--color-customization-hot-pink-foreground: #fff;--color-customization-hot-pink-foreground-hover: #fff;--color-customization-hot-pink-text-deprecated: #d95b9b;--color-customization-pink-background: #fca7e4;--color-customization-pink-background-rgb: 252, 167, 228;--color-customization-pink-background-hover: #fb80d8;--color-customization-pink-foreground: #760456;--color-customization-pink-foreground-hover: #4f0339;--color-customization-pink-text-deprecated: #b984ad;--color-customization-cool-gray-background: #8d9f9b;--color-customization-cool-gray-background-rgb: 141, 159, 155;--color-customization-cool-gray-background-hover: #778c88;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode .DesignTokenThemeDisabler{--color-customization-red-background: #e8384f;--color-customization-red-background-rgb: 232, 56, 79;--color-customization-red-background-hover: #de1a33;--color-customization-red-foreground: #fff;--color-customization-red-foreground-hover: #fff;--color-customization-red-text-deprecated: #d74854;--color-customization-orange-background: #fd817d;--color-customization-orange-background-rgb: 253, 129, 125;--color-customization-orange-background-hover: #fc5a55;--color-customization-orange-foreground: #560401;--color-customization-orange-foreground-hover: #2e0201;--color-customization-orange-text-deprecated: #d67a74;--color-customization-yellow-orange-background: #fdae33;--color-customization-yellow-orange-background-rgb: 253, 174, 51;--color-customization-yellow-orange-background-hover: #fd9e0b;--color-customization-yellow-orange-foreground: #513201;--color-customization-yellow-orange-foreground-hover: #291901;--color-customization-yellow-orange-text-deprecated: #bf8b3e;--color-customization-yellow-background: #eecc16;--color-customization-yellow-background-rgb: 238, 204, 22;--color-customization-yellow-background-hover: #ccae0f;--color-customization-yellow-foreground: #504107;--color-customization-yellow-foreground-hover: #2a2304;--color-customization-yellow-text-deprecated: #d67a74;--color-customization-yellow-green-background: #a4c61a;--color-customization-yellow-green-background-rgb: 164, 198, 26;--color-customization-yellow-green-background-hover: #86a215;--color-customization-yellow-green-foreground: #333b07;--color-customization-yellow-green-foreground-hover: #131703;--color-customization-yellow-green-text-deprecated: #899d36;--color-customization-green-background: #62bb35;--color-customization-green-background-rgb: 98, 187, 53;--color-customization-green-background-hover: #519b2c;--color-customization-green-foreground: #182c0c;--color-customization-green-foreground-hover: #070c03;--color-customization-green-text-deprecated: #679c40;--color-customization-blue-green-background: #37a862;--color-customization-blue-green-background-rgb: 55, 168, 98;--color-customization-blue-green-background-hover: #2d8950;--color-customization-blue-green-foreground: #fff;--color-customization-blue-green-foreground-hover: #fff;--color-customization-blue-green-text-deprecated: #59a368;--color-customization-aqua-background: #208ea3;--color-customization-aqua-background-rgb: 32, 142, 163;--color-customization-aqua-background-hover: #197081;--color-customization-aqua-foreground: #fff;--color-customization-aqua-foreground-hover: #fff;--color-customization-aqua-text-deprecated: #448da0;--color-customization-blue-background: #4178bc;--color-customization-blue-background-rgb: 65, 120, 188;--color-customization-blue-background-hover: #37659e;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #4d79b7;--color-customization-indigo-background: #7a71f6;--color-customization-indigo-background-rgb: 122, 113, 246;--color-customization-indigo-background-hover: #564bf4;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #7776ee;--color-customization-purple-background: #aa71ff;--color-customization-purple-background-rgb: 170, 113, 255;--color-customization-purple-background-hover: #9248ff;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #a178f7;--color-customization-magenta-background: #e37cff;--color-customization-magenta-background-rgb: 227, 124, 255;--color-customization-magenta-background-hover: #da53ff;--color-customization-magenta-foreground: #48005c;--color-customization-magenta-foreground-hover: #280033;--color-customization-magenta-text-deprecated: #c078df;--color-customization-hot-pink-background: #ea4e9d;--color-customization-hot-pink-background-rgb: 234, 78, 157;--color-customization-hot-pink-background-hover: #e62a89;--color-customization-hot-pink-foreground: #fff;--color-customization-hot-pink-foreground-hover: #fff;--color-customization-hot-pink-text-deprecated: #d95b9b;--color-customization-pink-background: #fca7e4;--color-customization-pink-background-rgb: 252, 167, 228;--color-customization-pink-background-hover: #fb80d8;--color-customization-pink-foreground: #760456;--color-customization-pink-foreground-hover: #4f0339;--color-customization-pink-text-deprecated: #b984ad;--color-customization-cool-gray-background: #8d9f9b;--color-customization-cool-gray-background-rgb: 141, 159, 155;--color-customization-cool-gray-background-hover: #778c88;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff}:host{--color-button-text-shrouded: #fff;--color-button-icon-secondary-hover: #1e1f21;--color-button-icon-shrouded: #fff;--color-button-border-secondary: #cfcbcb;--color-button-border-secondary-hover: #afabac;--color-button-border-secondary-active: #6d6e6f;--color-button-border-subtle: transparent;--color-button-border-tertiary-experimental: transparent;--color-button-border-tertiary-hover-experimental: transparent;--color-button-background-primary-disabled: #fff;--color-button-background-secondary: #fff;--color-button-background-secondary-opaque: #fff;--color-button-background-secondary-hover: #f9f8f8;--color-button-background-secondary-hover-opaque: #f9f8f8;--color-button-background-secondary-active: #f5f3f3;--color-button-background-secondary-active-opaque: #f5f3f3;--color-button-background-tertiary-experimental: rgba(55, 23, 23, 0.03);--color-button-background-tertiary-hover-experimental: rgba(55, 23, 23, 0.05);--color-button-background-subtle: transparent;--color-button-background-subtle-pressed: #dbe0fd;--color-button-background-subtle-pressedHover: #e7e9fc;--color-button-background-subtle-pressedActive: #f1f2fc;--color-button-background-shrouded: rgba(30, 31, 33, 0.6);--color-button-background-shrouded-hover: rgba(30, 31, 33, 0.75);--color-button-background-shrouded-active: rgba(30, 31, 33, 0.84);--color-button-error-background: #fff;--color-button-error-background-secondary-hover: #ffd9da;--color-button-error-background-secondary-active: #fec5c7;--color-button-error-border: #cfcbcb;--color-button-error-border-hover: #f06a6f;--color-button-error-border-pressed: #f99fa4;--color-button-error-border-pressedHover: #f06a6f;--color-button-error-border-pressedActive: #f06a6f;--color-button-success-border: #cfcbcb;--color-button-success-border-hover: #5da283;--color-button-success-border-pressed: #90c2ad;--color-button-success-border-pressedHover: #5da283;--color-button-success-border-pressedActive: #5da283;--color-button-success-background: #fff;--color-button-warning-border: #cfcbcb;--color-button-warning-border-hover: #b58e53;--color-button-warning-border-pressed: #f1bd6c;--color-button-warning-border-pressedHover: #b58e53;--color-button-warning-border-pressedActive: #b58e53;--color-button-warning-background: #fff;--color-button-creation-text: #fff;--color-button-creation-icon: #fff;--color-button-creation-background: #f06a6a;--color-button-creation-background-hover: #df6064;--color-button-creation-background-active: #d45961;--color-button-creation-border-secondary: #f99fa4;--color-button-danger-text: #1e1f21;--color-button-danger-background: #f06a6a;--color-button-danger-background-hover: #df6064;--color-button-danger-background-active: #d45961;--color-button-danger-background-secondary-hover: #ffd9da;--color-button-danger-background-secondary-active: #fec5c7;--color-button-danger-border-secondary: #f99fa4;--color-button-upsell-text: #1e1f21;--color-button-upsell-text-extra: #fff;--color-button-upsell-background: #f1bd6c;--color-button-upsell-background-extra: #726ab9;--color-button-upsell-background-hover: #e8b668;--color-button-upsell-background-hover-extra: #575089;--color-button-upsell-background-active: #e2b266;--color-button-upsell-background-active-extra: #575089;--color-button-upsell-background-subtle: transparent;--color-button-upsell-background-subtle-hover: #fff6ee;--color-button-upsell-background-subtle-active: #ffecda;--color-button-upsell-icon-subtle: #f1bd6c;--color-button-upsell-icon-subtle-hover: #f1bd6c;--color-button-nux-background-active: #575089;--color-button-switch-icon: #fff;--color-button-switch-icon-disabled: #afabac;--color-button-switch-background: #afabac;--color-button-switch-background-hover: #6d6e6f;--color-button-switch-background-disabled: #edeae9}:host .DesignTokenThemeDisabler{--color-button-text-shrouded: #fff;--color-button-icon-secondary-hover: #1e1f21;--color-button-icon-shrouded: #fff;--color-button-border-secondary: #cfcbcb;--color-button-border-secondary-hover: #afabac;--color-button-border-secondary-active: #6d6e6f;--color-button-border-subtle: transparent;--color-button-border-tertiary-experimental: transparent;--color-button-border-tertiary-hover-experimental: transparent;--color-button-background-primary-disabled: #fff;--color-button-background-secondary: #fff;--color-button-background-secondary-opaque: #fff;--color-button-background-secondary-hover: #f9f8f8;--color-button-background-secondary-hover-opaque: #f9f8f8;--color-button-background-secondary-active: #f5f3f3;--color-button-background-secondary-active-opaque: #f5f3f3;--color-button-background-tertiary-experimental: rgba(55, 23, 23, 0.03);--color-button-background-tertiary-hover-experimental: rgba(55, 23, 23, 0.05);--color-button-background-subtle: transparent;--color-button-background-subtle-pressed: #dbe0fd;--color-button-background-subtle-pressedHover: #e7e9fc;--color-button-background-subtle-pressedActive: #f1f2fc;--color-button-background-shrouded: rgba(30, 31, 33, 0.6);--color-button-background-shrouded-hover: rgba(30, 31, 33, 0.75);--color-button-background-shrouded-active: rgba(30, 31, 33, 0.84);--color-button-error-background: #fff;--color-button-error-background-secondary-hover: #ffd9da;--color-button-error-background-secondary-active: #fec5c7;--color-button-error-border: #cfcbcb;--color-button-error-border-hover: #f06a6f;--color-button-error-border-pressed: #f99fa4;--color-button-error-border-pressedHover: #f06a6f;--color-button-error-border-pressedActive: #f06a6f;--color-button-success-border: #cfcbcb;--color-button-success-border-hover: #5da283;--color-button-success-border-pressed: #90c2ad;--color-button-success-border-pressedHover: #5da283;--color-button-success-border-pressedActive: #5da283;--color-button-success-background: #fff;--color-button-warning-border: #cfcbcb;--color-button-warning-border-hover: #b58e53;--color-button-warning-border-pressed: #f1bd6c;--color-button-warning-border-pressedHover: #b58e53;--color-button-warning-border-pressedActive: #b58e53;--color-button-warning-background: #fff;--color-button-creation-text: #fff;--color-button-creation-icon: #fff;--color-button-creation-background: #f06a6a;--color-button-creation-background-hover: #df6064;--color-button-creation-background-active: #d45961;--color-button-creation-border-secondary: #f99fa4;--color-button-danger-text: #1e1f21;--color-button-danger-background: #f06a6a;--color-button-danger-background-hover: #df6064;--color-button-danger-background-active: #d45961;--color-button-danger-background-secondary-hover: #ffd9da;--color-button-danger-background-secondary-active: #fec5c7;--color-button-danger-border-secondary: #f99fa4;--color-button-upsell-text: #1e1f21;--color-button-upsell-text-extra: #fff;--color-button-upsell-background: #f1bd6c;--color-button-upsell-background-extra: #726ab9;--color-button-upsell-background-hover: #e8b668;--color-button-upsell-background-hover-extra: #575089;--color-button-upsell-background-active: #e2b266;--color-button-upsell-background-active-extra: #575089;--color-button-upsell-background-subtle: transparent;--color-button-upsell-background-subtle-hover: #fff6ee;--color-button-upsell-background-subtle-active: #ffecda;--color-button-upsell-icon-subtle: #f1bd6c;--color-button-upsell-icon-subtle-hover: #f1bd6c;--color-button-nux-background-active: #575089;--color-button-switch-icon: #fff;--color-button-switch-icon-disabled: #afabac;--color-button-switch-background: #afabac;--color-button-switch-background-hover: #6d6e6f;--color-button-switch-background-disabled: #edeae9}@media print{:host{--color-button-text-shrouded: #fff;--color-button-icon-secondary-hover: #1e1f21;--color-button-icon-shrouded: #fff;--color-button-border-secondary: #cfcbcb;--color-button-border-secondary-hover: #afabac;--color-button-border-secondary-active: #6d6e6f;--color-button-border-subtle: transparent;--color-button-border-tertiary-experimental: transparent;--color-button-border-tertiary-hover-experimental: transparent;--color-button-background-primary-disabled: #fff;--color-button-background-secondary: #fff;--color-button-background-secondary-opaque: #fff;--color-button-background-secondary-hover: #f9f8f8;--color-button-background-secondary-hover-opaque: #f9f8f8;--color-button-background-secondary-active: #f5f3f3;--color-button-background-secondary-active-opaque: #f5f3f3;--color-button-background-tertiary-experimental: rgba(55, 23, 23, 0.03);--color-button-background-tertiary-hover-experimental: rgba(55, 23, 23, 0.05);--color-button-background-subtle: transparent;--color-button-background-subtle-pressed: #dbe0fd;--color-button-background-subtle-pressedHover: #e7e9fc;--color-button-background-subtle-pressedActive: #f1f2fc;--color-button-background-shrouded: rgba(30, 31, 33, 0.6);--color-button-background-shrouded-hover: rgba(30, 31, 33, 0.75);--color-button-background-shrouded-active: rgba(30, 31, 33, 0.84);--color-button-error-background: #fff;--color-button-error-background-secondary-hover: #ffd9da;--color-button-error-background-secondary-active: #fec5c7;--color-button-error-border: #cfcbcb;--color-button-error-border-hover: #f06a6f;--color-button-error-border-pressed: #f99fa4;--color-button-error-border-pressedHover: #f06a6f;--color-button-error-border-pressedActive: #f06a6f;--color-button-success-border: #cfcbcb;--color-button-success-border-hover: #5da283;--color-button-success-border-pressed: #90c2ad;--color-button-success-border-pressedHover: #5da283;--color-button-success-border-pressedActive: #5da283;--color-button-success-background: #fff;--color-button-warning-border: #cfcbcb;--color-button-warning-border-hover: #b58e53;--color-button-warning-border-pressed: #f1bd6c;--color-button-warning-border-pressedHover: #b58e53;--color-button-warning-border-pressedActive: #b58e53;--color-button-warning-background: #fff;--color-button-creation-text: #fff;--color-button-creation-icon: #fff;--color-button-creation-background: #f06a6a;--color-button-creation-background-hover: #df6064;--color-button-creation-background-active: #d45961;--color-button-creation-border-secondary: #f99fa4;--color-button-danger-text: #1e1f21;--color-button-danger-background: #f06a6a;--color-button-danger-background-hover: #df6064;--color-button-danger-background-active: #d45961;--color-button-danger-background-secondary-hover: #ffd9da;--color-button-danger-background-secondary-active: #fec5c7;--color-button-danger-border-secondary: #f99fa4;--color-button-upsell-text: #1e1f21;--color-button-upsell-text-extra: #fff;--color-button-upsell-background: #f1bd6c;--color-button-upsell-background-extra: #726ab9;--color-button-upsell-background-hover: #e8b668;--color-button-upsell-background-hover-extra: #575089;--color-button-upsell-background-active: #e2b266;--color-button-upsell-background-active-extra: #575089;--color-button-upsell-background-subtle: transparent;--color-button-upsell-background-subtle-hover: #fff6ee;--color-button-upsell-background-subtle-active: #ffecda;--color-button-upsell-icon-subtle: #f1bd6c;--color-button-upsell-icon-subtle-hover: #f1bd6c;--color-button-nux-background-active: #575089;--color-button-switch-icon: #fff;--color-button-switch-icon-disabled: #afabac;--color-button-switch-background: #afabac;--color-button-switch-background-hover: #6d6e6f;--color-button-switch-background-disabled: #edeae9}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-button-text-shrouded: #fff;--color-button-icon-secondary-hover: #f5f4f3;--color-button-icon-shrouded: #fff;--color-button-border-secondary: #565557;--color-button-border-secondary-hover: #6a696a;--color-button-border-secondary-active: #a2a0a2;--color-button-border-subtle: transparent;--color-button-border-tertiary-experimental: transparent;--color-button-border-tertiary-hover-experimental: transparent;--color-button-background-primary-disabled: transparent;--color-button-background-secondary: transparent;--color-button-background-secondary-opaque: #1e1f21;--color-button-background-secondary-hover: rgba(255, 255, 255, 0.06);--color-button-background-secondary-hover-opaque: #252628;--color-button-background-secondary-active: rgba(255, 255, 255, 0.11);--color-button-background-secondary-active-opaque: #2a2b2d;--color-button-background-tertiary-experimental: rgba(255, 255, 255, 0.06);--color-button-background-tertiary-hover-experimental: rgba(255, 255, 255, 0.11);--color-button-background-subtle: transparent;--color-button-background-subtle-pressed: #2a3c68;--color-button-background-subtle-pressedHover: #1a2843;--color-button-background-subtle-pressedActive: #172237;--color-button-background-shrouded: rgba(30, 31, 33, 0.6);--color-button-background-shrouded-hover: rgba(30, 31, 33, 0.75);--color-button-background-shrouded-active: rgba(30, 31, 33, 0.84);--color-button-error-background: transparent;--color-button-error-background-secondary-hover: #481125;--color-button-error-background-secondary-active: #5c1b30;--color-button-error-border: #565557;--color-button-error-border-hover: #cb545e;--color-button-error-border-pressed: #a13e4f;--color-button-error-border-pressedHover: #cb545e;--color-button-error-border-pressedActive: #cb545e;--color-button-success-border: #565557;--color-button-success-border-hover: #5da283;--color-button-success-border-pressed: #32695d;--color-button-success-border-pressedHover: #5da283;--color-button-success-border-pressedActive: #5da283;--color-button-success-background: transparent;--color-button-warning-border: #565557;--color-button-warning-border-hover: #b89054;--color-button-warning-border-pressed: #735c38;--color-button-warning-border-pressedHover: #b89054;--color-button-warning-border-pressedActive: #b89054;--color-button-warning-background: transparent;--color-button-creation-text: #f5f4f3;--color-button-creation-icon: #f5f4f3;--color-button-creation-background: #f06a6a;--color-button-creation-background-hover: #df6064;--color-button-creation-background-active: #d45961;--color-button-creation-border-secondary: #a13e4f;--color-button-danger-text: #1e1f21;--color-button-danger-background: #f06a6a;--color-button-danger-background-hover: #df6064;--color-button-danger-background-active: #d45961;--color-button-danger-background-secondary-hover: #481125;--color-button-danger-background-secondary-active: #5c1b30;--color-button-danger-border-secondary: #a13e4f;--color-button-upsell-text: #1e1f21;--color-button-upsell-text-extra: #f5f4f3;--color-button-upsell-background: #f1bd6c;--color-button-upsell-background-extra: #726ab9;--color-button-upsell-background-hover: #e8b668;--color-button-upsell-background-hover-extra: #a499ed;--color-button-upsell-background-active: #e2b266;--color-button-upsell-background-active-extra: #a499ed;--color-button-upsell-background-subtle: transparent;--color-button-upsell-background-subtle-hover: #3d3120;--color-button-upsell-background-subtle-active: #493b26;--color-button-upsell-icon-subtle: #f1bd6c;--color-button-upsell-icon-subtle-hover: #f1bd6c;--color-button-nux-background-active: #a499ed;--color-button-switch-icon: #f5f4f3;--color-button-switch-icon-disabled: #6a696a;--color-button-switch-background: #6a696a;--color-button-switch-background-hover: #a2a0a2;--color-button-switch-background-disabled: #424244}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-button-text-shrouded: #fff;--color-button-icon-secondary-hover: #f5f4f3;--color-button-icon-shrouded: #fff;--color-button-border-secondary: #565557;--color-button-border-secondary-hover: #6a696a;--color-button-border-secondary-active: #a2a0a2;--color-button-border-subtle: transparent;--color-button-border-tertiary-experimental: transparent;--color-button-border-tertiary-hover-experimental: transparent;--color-button-background-primary-disabled: transparent;--color-button-background-secondary: transparent;--color-button-background-secondary-opaque: #1e1f21;--color-button-background-secondary-hover: rgba(255, 255, 255, 0.06);--color-button-background-secondary-hover-opaque: #252628;--color-button-background-secondary-active: rgba(255, 255, 255, 0.11);--color-button-background-secondary-active-opaque: #2a2b2d;--color-button-background-tertiary-experimental: rgba(255, 255, 255, 0.06);--color-button-background-tertiary-hover-experimental: rgba(255, 255, 255, 0.11);--color-button-background-subtle: transparent;--color-button-background-subtle-pressed: #2a3c68;--color-button-background-subtle-pressedHover: #1a2843;--color-button-background-subtle-pressedActive: #172237;--color-button-background-shrouded: rgba(30, 31, 33, 0.6);--color-button-background-shrouded-hover: rgba(30, 31, 33, 0.75);--color-button-background-shrouded-active: rgba(30, 31, 33, 0.84);--color-button-error-background: transparent;--color-button-error-background-secondary-hover: #481125;--color-button-error-background-secondary-active: #5c1b30;--color-button-error-border: #565557;--color-button-error-border-hover: #cb545e;--color-button-error-border-pressed: #a13e4f;--color-button-error-border-pressedHover: #cb545e;--color-button-error-border-pressedActive: #cb545e;--color-button-success-border: #565557;--color-button-success-border-hover: #5da283;--color-button-success-border-pressed: #32695d;--color-button-success-border-pressedHover: #5da283;--color-button-success-border-pressedActive: #5da283;--color-button-success-background: transparent;--color-button-warning-border: #565557;--color-button-warning-border-hover: #b89054;--color-button-warning-border-pressed: #735c38;--color-button-warning-border-pressedHover: #b89054;--color-button-warning-border-pressedActive: #b89054;--color-button-warning-background: transparent;--color-button-creation-text: #f5f4f3;--color-button-creation-icon: #f5f4f3;--color-button-creation-background: #f06a6a;--color-button-creation-background-hover: #df6064;--color-button-creation-background-active: #d45961;--color-button-creation-border-secondary: #a13e4f;--color-button-danger-text: #1e1f21;--color-button-danger-background: #f06a6a;--color-button-danger-background-hover: #df6064;--color-button-danger-background-active: #d45961;--color-button-danger-background-secondary-hover: #481125;--color-button-danger-background-secondary-active: #5c1b30;--color-button-danger-border-secondary: #a13e4f;--color-button-upsell-text: #1e1f21;--color-button-upsell-text-extra: #f5f4f3;--color-button-upsell-background: #f1bd6c;--color-button-upsell-background-extra: #726ab9;--color-button-upsell-background-hover: #e8b668;--color-button-upsell-background-hover-extra: #a499ed;--color-button-upsell-background-active: #e2b266;--color-button-upsell-background-active-extra: #a499ed;--color-button-upsell-background-subtle: transparent;--color-button-upsell-background-subtle-hover: #3d3120;--color-button-upsell-background-subtle-active: #493b26;--color-button-upsell-icon-subtle: #f1bd6c;--color-button-upsell-icon-subtle-hover: #f1bd6c;--color-button-nux-background-active: #a499ed;--color-button-switch-icon: #f5f4f3;--color-button-switch-icon-disabled: #6a696a;--color-button-switch-background: #6a696a;--color-button-switch-background-hover: #a2a0a2;--color-button-switch-background-disabled: #424244}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-button-text-shrouded: #fff;--color-button-icon-secondary-hover: #f5f4f3;--color-button-icon-shrouded: #fff;--color-button-border-secondary: #565557;--color-button-border-secondary-hover: #6a696a;--color-button-border-secondary-active: #a2a0a2;--color-button-border-subtle: transparent;--color-button-border-tertiary-experimental: transparent;--color-button-border-tertiary-hover-experimental: transparent;--color-button-background-primary-disabled: transparent;--color-button-background-secondary: transparent;--color-button-background-secondary-opaque: #1e1f21;--color-button-background-secondary-hover: rgba(255, 255, 255, 0.06);--color-button-background-secondary-hover-opaque: #252628;--color-button-background-secondary-active: rgba(255, 255, 255, 0.11);--color-button-background-secondary-active-opaque: #2a2b2d;--color-button-background-tertiary-experimental: rgba(255, 255, 255, 0.06);--color-button-background-tertiary-hover-experimental: rgba(255, 255, 255, 0.11);--color-button-background-subtle: transparent;--color-button-background-subtle-pressed: #2a3c68;--color-button-background-subtle-pressedHover: #1a2843;--color-button-background-subtle-pressedActive: #172237;--color-button-background-shrouded: rgba(30, 31, 33, 0.6);--color-button-background-shrouded-hover: rgba(30, 31, 33, 0.75);--color-button-background-shrouded-active: rgba(30, 31, 33, 0.84);--color-button-error-background: transparent;--color-button-error-background-secondary-hover: #481125;--color-button-error-background-secondary-active: #5c1b30;--color-button-error-border: #565557;--color-button-error-border-hover: #cb545e;--color-button-error-border-pressed: #a13e4f;--color-button-error-border-pressedHover: #cb545e;--color-button-error-border-pressedActive: #cb545e;--color-button-success-border: #565557;--color-button-success-border-hover: #5da283;--color-button-success-border-pressed: #32695d;--color-button-success-border-pressedHover: #5da283;--color-button-success-border-pressedActive: #5da283;--color-button-success-background: transparent;--color-button-warning-border: #565557;--color-button-warning-border-hover: #b89054;--color-button-warning-border-pressed: #735c38;--color-button-warning-border-pressedHover: #b89054;--color-button-warning-border-pressedActive: #b89054;--color-button-warning-background: transparent;--color-button-creation-text: #f5f4f3;--color-button-creation-icon: #f5f4f3;--color-button-creation-background: #f06a6a;--color-button-creation-background-hover: #df6064;--color-button-creation-background-active: #d45961;--color-button-creation-border-secondary: #a13e4f;--color-button-danger-text: #1e1f21;--color-button-danger-background: #f06a6a;--color-button-danger-background-hover: #df6064;--color-button-danger-background-active: #d45961;--color-button-danger-background-secondary-hover: #481125;--color-button-danger-background-secondary-active: #5c1b30;--color-button-danger-border-secondary: #a13e4f;--color-button-upsell-text: #1e1f21;--color-button-upsell-text-extra: #f5f4f3;--color-button-upsell-background: #f1bd6c;--color-button-upsell-background-extra: #726ab9;--color-button-upsell-background-hover: #e8b668;--color-button-upsell-background-hover-extra: #a499ed;--color-button-upsell-background-active: #e2b266;--color-button-upsell-background-active-extra: #a499ed;--color-button-upsell-background-subtle: transparent;--color-button-upsell-background-subtle-hover: #3d3120;--color-button-upsell-background-subtle-active: #493b26;--color-button-upsell-icon-subtle: #f1bd6c;--color-button-upsell-icon-subtle-hover: #f1bd6c;--color-button-nux-background-active: #a499ed;--color-button-switch-icon: #f5f4f3;--color-button-switch-icon-disabled: #6a696a;--color-button-switch-background: #6a696a;--color-button-switch-background-hover: #a2a0a2;--color-button-switch-background-disabled: #424244;--color-button-icon-secondary-hover: #f8f4f6;--color-button-border-secondary: #5f2748;--color-button-border-secondary-hover: #8f5977;--color-button-background-secondary-opaque: #36172a;--color-button-background-secondary-hover-opaque: #3e1930;--color-button-background-secondary-active-opaque: #461d36;--color-button-error-border: #5f2748;--color-button-success-border: #5f2748;--color-button-warning-border: #5f2748;--color-button-creation-text: #f8f4f6;--color-button-creation-icon: #f8f4f6;--color-button-danger-text: #f8f4f6;--color-button-upsell-text: #36172a;--color-button-upsell-text-extra: #f8f4f6;--color-button-switch-icon: #f8f4f6;--color-button-switch-icon-disabled: #8f5977;--color-button-switch-background: #8f5977;--color-button-switch-background-hover: #bb97a9;--color-button-switch-background-disabled: #5f2748}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode{--color-button-upsell-icon-subtle: #d6ce38;--color-button-upsell-icon-subtle-hover: #d6ce38}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode .DesignTokenThemeDisabler{--color-button-upsell-icon-subtle: #d6ce38;--color-button-upsell-icon-subtle-hover: #d6ce38}:host{--color-elevation-small: 0 0 0 1px #edeae9, 0 1px 4px 0 rgba(109, 110, 111, 0.08);--color-elevation-medium: 0 0 0 1px #edeae9, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-medium-hover: 0 0 0 1px #afabac, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-medium-active: 0 0 0 1px #6d6e6f, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-large: 0 0 0 1px #edeae9, 0 5px 20px 0 rgba(109, 110, 111, 0.08);--color-elevation-selected-small: 0 0 0 1px #4573d2, 0 1px 4px 0 rgba(109, 110, 111, 0.08);--color-elevation-selected-medium-hover: 0 0 0 1px #4573d2, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-selected-medium-active: 0 0 0 1px #4573d2, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-selected-large-active: 0 0 0 1px #4573d2, 0 5px 20px 0 rgba(109, 110, 111, 0.08);--color-elevation-danger-small: 0 0 0 1px #f99fa4, 0 1px 4px 0 rgba(109, 110, 111, 0.08)}:host .DesignTokenThemeDisabler{--color-elevation-small: 0 0 0 1px #edeae9, 0 1px 4px 0 rgba(109, 110, 111, 0.08);--color-elevation-medium: 0 0 0 1px #edeae9, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-medium-hover: 0 0 0 1px #afabac, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-medium-active: 0 0 0 1px #6d6e6f, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-large: 0 0 0 1px #edeae9, 0 5px 20px 0 rgba(109, 110, 111, 0.08);--color-elevation-selected-small: 0 0 0 1px #4573d2, 0 1px 4px 0 rgba(109, 110, 111, 0.08);--color-elevation-selected-medium-hover: 0 0 0 1px #4573d2, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-selected-medium-active: 0 0 0 1px #4573d2, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-selected-large-active: 0 0 0 1px #4573d2, 0 5px 20px 0 rgba(109, 110, 111, 0.08);--color-elevation-danger-small: 0 0 0 1px #f99fa4, 0 1px 4px 0 rgba(109, 110, 111, 0.08)}@media print{:host{--color-elevation-small: 0 0 0 1px #edeae9, 0 1px 4px 0 rgba(109, 110, 111, 0.08);--color-elevation-medium: 0 0 0 1px #edeae9, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-medium-hover: 0 0 0 1px #afabac, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-medium-active: 0 0 0 1px #6d6e6f, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-large: 0 0 0 1px #edeae9, 0 5px 20px 0 rgba(109, 110, 111, 0.08);--color-elevation-selected-small: 0 0 0 1px #4573d2, 0 1px 4px 0 rgba(109, 110, 111, 0.08);--color-elevation-selected-medium-hover: 0 0 0 1px #4573d2, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-selected-medium-active: 0 0 0 1px #4573d2, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-selected-large-active: 0 0 0 1px #4573d2, 0 5px 20px 0 rgba(109, 110, 111, 0.08);--color-elevation-danger-small: 0 0 0 1px #f99fa4, 0 1px 4px 0 rgba(109, 110, 111, 0.08)}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-elevation-small: 0 0 0 1px #424244;--color-elevation-medium: 0 0 0 1px #424244;--color-elevation-medium-hover: 0 0 0 1px #6a696a;--color-elevation-medium-active: 0 0 0 1px #a2a0a2;--color-elevation-large: 0 0 0 1px #424244;--color-elevation-selected-small: 0 0 0 1px #4573d2;--color-elevation-selected-medium-hover: 0 0 0 1px #4573d2;--color-elevation-selected-medium-active: 0 0 0 1px #4573d2;--color-elevation-selected-large-active: 0 0 0 1px #4573d2;--color-elevation-danger-small: 0 0 0 1px #a13e4f}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-elevation-small: 0 0 0 1px #424244;--color-elevation-medium: 0 0 0 1px #424244;--color-elevation-medium-hover: 0 0 0 1px #6a696a;--color-elevation-medium-active: 0 0 0 1px #a2a0a2;--color-elevation-large: 0 0 0 1px #424244;--color-elevation-selected-small: 0 0 0 1px #4573d2;--color-elevation-selected-medium-hover: 0 0 0 1px #4573d2;--color-elevation-selected-medium-active: 0 0 0 1px #4573d2;--color-elevation-selected-large-active: 0 0 0 1px #4573d2;--color-elevation-danger-small: 0 0 0 1px #a13e4f}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-elevation-small: 0 0 0 1px #424244;--color-elevation-medium: 0 0 0 1px #424244;--color-elevation-medium-hover: 0 0 0 1px #6a696a;--color-elevation-medium-active: 0 0 0 1px #a2a0a2;--color-elevation-large: 0 0 0 1px #424244;--color-elevation-selected-small: 0 0 0 1px #4573d2;--color-elevation-selected-medium-hover: 0 0 0 1px #4573d2;--color-elevation-selected-medium-active: 0 0 0 1px #4573d2;--color-elevation-selected-large-active: 0 0 0 1px #4573d2;--color-elevation-danger-small: 0 0 0 1px #a13e4f;--color-elevation-small: 0 0 0 1px #5f2748;--color-elevation-medium: 0 0 0 1px #5f2748;--color-elevation-medium-hover: 0 0 0 1px #8f5977;--color-elevation-medium-active: 0 0 0 1px #bb97a9;--color-elevation-large: 0 0 0 1px #5f2748}#fatal_error_dialog{background:var(--color-background-weak);border-radius:4px;box-shadow:var(--color-elevation-large);position:absolute;transform:translateY(-50%)}.error-heading{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:24px;font-weight:500;line-height:32px;border-bottom:1px solid var(--color-border);color:var(--color-text);padding:16px 32px}.error-subheading{font-size:17px;font-weight:600;padding-bottom:14px;text-shadow:0 1px #fff}.error-directions{color:var(--color-text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;font-weight:500;line-height:21px;padding:16px 32px}#reloadEmptyStateSVG{float:right;margin:16px 32px;width:257px}#fatal_error_dialog #error_info{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:22px;color:var(--color-text-weak);padding:16px 32px}#fatal_error_dialog #error_info strong{display:inline-block;font-weight:500;margin-top:15px}.fatalErrorDialog-errorContact{color:var(--color-text);display:inline-block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;padding:16px 32px 0 32px}.fatalErrorDialog-buttons{display:flex;justify-content:flex-end;margin:16px 32px}.fatalErrorDialog-dismissButton{background:var(--color-button-background-secondary);border:1px solid var(--color-button-border-secondary);color:var(--color-text);margin-right:8px}.fatalErrorDialog-dismissButton:hover{border-color:var(--color-button-border-secondary-hover)}#error_message_box{bottom:0;left:0;padding:16px;position:absolute;min-width:290px;max-width:290px;text-align:left;z-index:10001}#error_message_box .primary-explanation{align-items:center;display:flex;font-weight:600;margin-bottom:10px}#error_message_box .errorMessageBox-alertIcon{margin-right:8px}.ReskinLunaChrome-primaryLink{cursor:pointer;fill:var(--color-primary-icon);text-decoration:underline}.ReskinLunaChrome-primaryLink:active,.ReskinLunaChrome-primaryLink:hover,.ReskinLunaChrome-primaryLink:focus{text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.ReskinLunaChrome-primaryLink:hover{color:var(--color-primary-text-hover);fill:var(--color-primary-icon)}.ReskinLunaChrome-primaryLink:active,.ReskinLunaChrome-primaryLink:focus{color:var(--color-primary-text-hover);fill:var(--color-primary-icon)}#error_message_box{z-index:10001}#fatal_error_dialog{z-index:10002}.DesignTokenThemeSelectors-theme--darkMode{color-scheme:dark}@media(prefers-color-scheme: dark){.DesignTokenThemeSelectors-theme--systemDarkMode{color-scheme:dark}}.DesignTokenThemeDisabler{color-scheme:light}:host{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #e8e5e4;--color-customization-background-weak-deprecated-opaque: #e8e5e4;--color-customization-background-weak-deprecated: #e8e5e4;--color-customization-background-weak-hover: #e1dedd;--color-customization-background-weak-hover-deprecated: #e1dedd;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #1e1f21;--color-customization-foreground-weak-deprecated: #1e1f21;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #1e1f21;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #1e1f21;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #1e1f21;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #1e1f21;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #1e1f21;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #1e1f21;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #1e1f21;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #1e1f21;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #1e1f21;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #1e1f21;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #1e1f21;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #1e1f21;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #1e1f21;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #1e1f21;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #1e1f21}:host .DesignTokenThemeDisabler{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #e8e5e4;--color-customization-background-weak-deprecated-opaque: #e8e5e4;--color-customization-background-weak-deprecated: #e8e5e4;--color-customization-background-weak-hover: #e1dedd;--color-customization-background-weak-hover-deprecated: #e1dedd;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #1e1f21;--color-customization-foreground-weak-deprecated: #1e1f21;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #1e1f21;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #1e1f21;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #1e1f21;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #1e1f21;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #1e1f21;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #1e1f21;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #1e1f21;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #1e1f21;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #1e1f21;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #1e1f21;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #1e1f21;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #1e1f21;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #1e1f21;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #1e1f21;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #1e1f21}@media print{:host{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #e8e5e4;--color-customization-background-weak-deprecated-opaque: #e8e5e4;--color-customization-background-weak-deprecated: #e8e5e4;--color-customization-background-weak-hover: #e1dedd;--color-customization-background-weak-hover-deprecated: #e1dedd;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #1e1f21;--color-customization-foreground-weak-deprecated: #1e1f21;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #1e1f21;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #1e1f21;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #1e1f21;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #1e1f21;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #1e1f21;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #1e1f21;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #1e1f21;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #1e1f21;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #1e1f21;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #1e1f21;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #1e1f21;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #1e1f21;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #1e1f21;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #1e1f21;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #1e1f21}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #424244;--color-customization-background-weak-deprecated-opaque: #424244;--color-customization-background-weak-deprecated: #424244;--color-customization-background-weak-hover: #464648;--color-customization-background-weak-hover-deprecated: #464648;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #fff;--color-customization-foreground-weak-deprecated: #fff;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #f5f4f3;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #f5f4f3;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #f5f4f3;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #f5f4f3;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #f5f4f3;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #f5f4f3;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #f5f4f3;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #f5f4f3;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #f5f4f3;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #f5f4f3;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #f5f4f3;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #f5f4f3;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #f5f4f3;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #f5f4f3;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #f5f4f3}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #424244;--color-customization-background-weak-deprecated-opaque: #424244;--color-customization-background-weak-deprecated: #424244;--color-customization-background-weak-hover: #464648;--color-customization-background-weak-hover-deprecated: #464648;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #fff;--color-customization-foreground-weak-deprecated: #fff;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #f5f4f3;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #f5f4f3;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #f5f4f3;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #f5f4f3;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #f5f4f3;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #f5f4f3;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #f5f4f3;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #f5f4f3;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #f5f4f3;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #f5f4f3;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #f5f4f3;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #f5f4f3;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #f5f4f3;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #f5f4f3;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #f5f4f3}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-customization-background: #c7c4c4;--color-customization-background-deprecated: #c7c4c4;--color-customization-background-deprecated-opaque: #c7c4c4;--color-customization-background-hover: #bfbcbc;--color-customization-background-hover-deprecated: #bfbcbc;--color-customization-background-active: #b9b6b6;--color-customization-background-active-deprecated: #b9b6b6;--color-customization-background-weak: #424244;--color-customization-background-weak-deprecated-opaque: #424244;--color-customization-background-weak-deprecated: #424244;--color-customization-background-weak-hover: #464648;--color-customization-background-weak-hover-deprecated: #464648;--color-customization-foreground: #1e1f21;--color-customization-foreground-weak: #fff;--color-customization-foreground-weak-deprecated: #fff;--color-customization-red-background: #f06a6a;--color-customization-red-background-rgb: 240, 106, 106;--color-customization-red-background-hover: #eb6868;--color-customization-red-foreground: #1e1f21;--color-customization-red-foreground-hover: #1e1f21;--color-customization-red-text-deprecated: #f5f4f3;--color-customization-orange-background: #ec8d71;--color-customization-orange-background-rgb: 236, 141, 113;--color-customization-orange-background-hover: #e3886d;--color-customization-orange-foreground: #1e1f21;--color-customization-orange-foreground-hover: #1e1f21;--color-customization-orange-text-deprecated: #f5f4f3;--color-customization-yellow-orange-background: #f1bd6c;--color-customization-yellow-orange-background-rgb: 241, 189, 108;--color-customization-yellow-orange-background-hover: #e7b568;--color-customization-yellow-orange-foreground: #1e1f21;--color-customization-yellow-orange-foreground-hover: #1e1f21;--color-customization-yellow-orange-text-deprecated: #f5f4f3;--color-customization-yellow-background: #f8df72;--color-customization-yellow-background-rgb: 248, 223, 114;--color-customization-yellow-background-hover: #f2da6f;--color-customization-yellow-foreground: #1e1f21;--color-customization-yellow-foreground-hover: #1e1f21;--color-customization-yellow-text-deprecated: #f5f4f3;--color-customization-yellow-green-background: #aecf55;--color-customization-yellow-green-background-rgb: 174, 207, 85;--color-customization-yellow-green-background-hover: #a9c953;--color-customization-yellow-green-foreground: #1e1f21;--color-customization-yellow-green-foreground-hover: #1e1f21;--color-customization-yellow-green-text-deprecated: #f5f4f3;--color-customization-green-background: #5da283;--color-customization-green-background-rgb: 93, 162, 131;--color-customization-green-background-hover: #539b7e;--color-customization-green-foreground: #fff;--color-customization-green-foreground-hover: #fff;--color-customization-green-text-deprecated: #f5f4f3;--color-customization-blue-green-background: #4ecbc4;--color-customization-blue-green-background-rgb: 78, 203, 196;--color-customization-blue-green-background-hover: #4abeb7;--color-customization-blue-green-foreground: #1e1f21;--color-customization-blue-green-foreground-hover: #1e1f21;--color-customization-blue-green-text-deprecated: #f5f4f3;--color-customization-aqua-background: #9ee7e3;--color-customization-aqua-background-rgb: 158, 231, 227;--color-customization-aqua-background-hover: #99dfdb;--color-customization-aqua-foreground: #1e1f21;--color-customization-aqua-foreground-hover: #1e1f21;--color-customization-aqua-text-deprecated: #f5f4f3;--color-customization-blue-background: #4573d2;--color-customization-blue-background-rgb: 69, 115, 210;--color-customization-blue-background-hover: #526dc6;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #f5f4f3;--color-customization-indigo-background: #8d84e8;--color-customization-indigo-background-rgb: 141, 132, 232;--color-customization-indigo-background-hover: #867ddc;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #f5f4f3;--color-customization-purple-background: #b36bd4;--color-customization-purple-background-rgb: 179, 107, 212;--color-customization-purple-background-hover: #ad67cc;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #f5f4f3;--color-customization-magenta-background: #f9aaef;--color-customization-magenta-background-rgb: 249, 170, 239;--color-customization-magenta-background-hover: #f1a5e8;--color-customization-magenta-foreground: #1e1f21;--color-customization-magenta-foreground-hover: #1e1f21;--color-customization-magenta-text-deprecated: #f5f4f3;--color-customization-hot-pink-background: #f26fb2;--color-customization-hot-pink-background-rgb: 242, 111, 178;--color-customization-hot-pink-background-hover: #e66aa9;--color-customization-hot-pink-foreground: #1e1f21;--color-customization-hot-pink-foreground-hover: #1e1f21;--color-customization-hot-pink-text-deprecated: #f5f4f3;--color-customization-pink-background: #fc979a;--color-customization-pink-background-rgb: 252, 151, 154;--color-customization-pink-background-hover: #f39294;--color-customization-pink-foreground: #1e1f21;--color-customization-pink-foreground-hover: #1e1f21;--color-customization-pink-text-deprecated: #f5f4f3;--color-customization-cool-gray-background: #6d6e6f;--color-customization-cool-gray-background-rgb: 109, 110, 111;--color-customization-cool-gray-background-hover: #656667;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff;--color-customization-cool-gray-text-deprecated: #f5f4f3;--color-customization-background-weak: #5f2748;--color-customization-background-weak-deprecated-opaque: #5f2748;--color-customization-background-weak-deprecated: #5f2748;--color-customization-background-weak-hover: #5f2748;--color-customization-background-weak-hover-deprecated: #5f2748}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode{--color-customization-red-background: #e8384f;--color-customization-red-background-rgb: 232, 56, 79;--color-customization-red-background-hover: #de1a33;--color-customization-red-foreground: #fff;--color-customization-red-foreground-hover: #fff;--color-customization-red-text-deprecated: #d74854;--color-customization-orange-background: #fd817d;--color-customization-orange-background-rgb: 253, 129, 125;--color-customization-orange-background-hover: #fc5a55;--color-customization-orange-foreground: #560401;--color-customization-orange-foreground-hover: #2e0201;--color-customization-orange-text-deprecated: #d67a74;--color-customization-yellow-orange-background: #fdae33;--color-customization-yellow-orange-background-rgb: 253, 174, 51;--color-customization-yellow-orange-background-hover: #fd9e0b;--color-customization-yellow-orange-foreground: #513201;--color-customization-yellow-orange-foreground-hover: #291901;--color-customization-yellow-orange-text-deprecated: #bf8b3e;--color-customization-yellow-background: #eecc16;--color-customization-yellow-background-rgb: 238, 204, 22;--color-customization-yellow-background-hover: #ccae0f;--color-customization-yellow-foreground: #504107;--color-customization-yellow-foreground-hover: #2a2304;--color-customization-yellow-text-deprecated: #d67a74;--color-customization-yellow-green-background: #a4c61a;--color-customization-yellow-green-background-rgb: 164, 198, 26;--color-customization-yellow-green-background-hover: #86a215;--color-customization-yellow-green-foreground: #333b07;--color-customization-yellow-green-foreground-hover: #131703;--color-customization-yellow-green-text-deprecated: #899d36;--color-customization-green-background: #62bb35;--color-customization-green-background-rgb: 98, 187, 53;--color-customization-green-background-hover: #519b2c;--color-customization-green-foreground: #182c0c;--color-customization-green-foreground-hover: #070c03;--color-customization-green-text-deprecated: #679c40;--color-customization-blue-green-background: #37a862;--color-customization-blue-green-background-rgb: 55, 168, 98;--color-customization-blue-green-background-hover: #2d8950;--color-customization-blue-green-foreground: #fff;--color-customization-blue-green-foreground-hover: #fff;--color-customization-blue-green-text-deprecated: #59a368;--color-customization-aqua-background: #208ea3;--color-customization-aqua-background-rgb: 32, 142, 163;--color-customization-aqua-background-hover: #197081;--color-customization-aqua-foreground: #fff;--color-customization-aqua-foreground-hover: #fff;--color-customization-aqua-text-deprecated: #448da0;--color-customization-blue-background: #4178bc;--color-customization-blue-background-rgb: 65, 120, 188;--color-customization-blue-background-hover: #37659e;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #4d79b7;--color-customization-indigo-background: #7a71f6;--color-customization-indigo-background-rgb: 122, 113, 246;--color-customization-indigo-background-hover: #564bf4;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #7776ee;--color-customization-purple-background: #aa71ff;--color-customization-purple-background-rgb: 170, 113, 255;--color-customization-purple-background-hover: #9248ff;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #a178f7;--color-customization-magenta-background: #e37cff;--color-customization-magenta-background-rgb: 227, 124, 255;--color-customization-magenta-background-hover: #da53ff;--color-customization-magenta-foreground: #48005c;--color-customization-magenta-foreground-hover: #280033;--color-customization-magenta-text-deprecated: #c078df;--color-customization-hot-pink-background: #ea4e9d;--color-customization-hot-pink-background-rgb: 234, 78, 157;--color-customization-hot-pink-background-hover: #e62a89;--color-customization-hot-pink-foreground: #fff;--color-customization-hot-pink-foreground-hover: #fff;--color-customization-hot-pink-text-deprecated: #d95b9b;--color-customization-pink-background: #fca7e4;--color-customization-pink-background-rgb: 252, 167, 228;--color-customization-pink-background-hover: #fb80d8;--color-customization-pink-foreground: #760456;--color-customization-pink-foreground-hover: #4f0339;--color-customization-pink-text-deprecated: #b984ad;--color-customization-cool-gray-background: #8d9f9b;--color-customization-cool-gray-background-rgb: 141, 159, 155;--color-customization-cool-gray-background-hover: #778c88;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode .DesignTokenThemeDisabler{--color-customization-red-background: #e8384f;--color-customization-red-background-rgb: 232, 56, 79;--color-customization-red-background-hover: #de1a33;--color-customization-red-foreground: #fff;--color-customization-red-foreground-hover: #fff;--color-customization-red-text-deprecated: #d74854;--color-customization-orange-background: #fd817d;--color-customization-orange-background-rgb: 253, 129, 125;--color-customization-orange-background-hover: #fc5a55;--color-customization-orange-foreground: #560401;--color-customization-orange-foreground-hover: #2e0201;--color-customization-orange-text-deprecated: #d67a74;--color-customization-yellow-orange-background: #fdae33;--color-customization-yellow-orange-background-rgb: 253, 174, 51;--color-customization-yellow-orange-background-hover: #fd9e0b;--color-customization-yellow-orange-foreground: #513201;--color-customization-yellow-orange-foreground-hover: #291901;--color-customization-yellow-orange-text-deprecated: #bf8b3e;--color-customization-yellow-background: #eecc16;--color-customization-yellow-background-rgb: 238, 204, 22;--color-customization-yellow-background-hover: #ccae0f;--color-customization-yellow-foreground: #504107;--color-customization-yellow-foreground-hover: #2a2304;--color-customization-yellow-text-deprecated: #d67a74;--color-customization-yellow-green-background: #a4c61a;--color-customization-yellow-green-background-rgb: 164, 198, 26;--color-customization-yellow-green-background-hover: #86a215;--color-customization-yellow-green-foreground: #333b07;--color-customization-yellow-green-foreground-hover: #131703;--color-customization-yellow-green-text-deprecated: #899d36;--color-customization-green-background: #62bb35;--color-customization-green-background-rgb: 98, 187, 53;--color-customization-green-background-hover: #519b2c;--color-customization-green-foreground: #182c0c;--color-customization-green-foreground-hover: #070c03;--color-customization-green-text-deprecated: #679c40;--color-customization-blue-green-background: #37a862;--color-customization-blue-green-background-rgb: 55, 168, 98;--color-customization-blue-green-background-hover: #2d8950;--color-customization-blue-green-foreground: #fff;--color-customization-blue-green-foreground-hover: #fff;--color-customization-blue-green-text-deprecated: #59a368;--color-customization-aqua-background: #208ea3;--color-customization-aqua-background-rgb: 32, 142, 163;--color-customization-aqua-background-hover: #197081;--color-customization-aqua-foreground: #fff;--color-customization-aqua-foreground-hover: #fff;--color-customization-aqua-text-deprecated: #448da0;--color-customization-blue-background: #4178bc;--color-customization-blue-background-rgb: 65, 120, 188;--color-customization-blue-background-hover: #37659e;--color-customization-blue-foreground: #fff;--color-customization-blue-foreground-hover: #fff;--color-customization-blue-text-deprecated: #4d79b7;--color-customization-indigo-background: #7a71f6;--color-customization-indigo-background-rgb: 122, 113, 246;--color-customization-indigo-background-hover: #564bf4;--color-customization-indigo-foreground: #fff;--color-customization-indigo-foreground-hover: #fff;--color-customization-indigo-text-deprecated: #7776ee;--color-customization-purple-background: #aa71ff;--color-customization-purple-background-rgb: 170, 113, 255;--color-customization-purple-background-hover: #9248ff;--color-customization-purple-foreground: #fff;--color-customization-purple-foreground-hover: #fff;--color-customization-purple-text-deprecated: #a178f7;--color-customization-magenta-background: #e37cff;--color-customization-magenta-background-rgb: 227, 124, 255;--color-customization-magenta-background-hover: #da53ff;--color-customization-magenta-foreground: #48005c;--color-customization-magenta-foreground-hover: #280033;--color-customization-magenta-text-deprecated: #c078df;--color-customization-hot-pink-background: #ea4e9d;--color-customization-hot-pink-background-rgb: 234, 78, 157;--color-customization-hot-pink-background-hover: #e62a89;--color-customization-hot-pink-foreground: #fff;--color-customization-hot-pink-foreground-hover: #fff;--color-customization-hot-pink-text-deprecated: #d95b9b;--color-customization-pink-background: #fca7e4;--color-customization-pink-background-rgb: 252, 167, 228;--color-customization-pink-background-hover: #fb80d8;--color-customization-pink-foreground: #760456;--color-customization-pink-foreground-hover: #4f0339;--color-customization-pink-text-deprecated: #b984ad;--color-customization-cool-gray-background: #8d9f9b;--color-customization-cool-gray-background-rgb: 141, 159, 155;--color-customization-cool-gray-background-hover: #778c88;--color-customization-cool-gray-foreground: #fff;--color-customization-cool-gray-foreground-hover: #fff}:host{--color-a11y-selected-border-active: #4573d2;--color-a11y-selected-border-active-inverse: #fff}:host .DesignTokenThemeDisabler{--color-a11y-selected-border-active: #4573d2;--color-a11y-selected-border-active-inverse: #fff}@media print{:host{--color-a11y-selected-border-active: #4573d2;--color-a11y-selected-border-active-inverse: #fff}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-a11y-selected-border-active: #4573d2;--color-a11y-selected-border-active-inverse: #fff}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-a11y-selected-border-active: #4573d2;--color-a11y-selected-border-active-inverse: #fff}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-a11y-selected-border-active: #4573d2;--color-a11y-selected-border-active-inverse: #fff}:host{--color-box-shadow-small: 0 1px 4px 0 rgba(109, 110, 111, 0.08);--color-box-shadow-medium: 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-box-shadow-large: 0 5px 20px 0 rgba(109, 110, 111, 0.08);--color-box-shadow-large-dark: 0 5px 20px 0 rgba(109, 110, 111, 0.25);--color-box-shadow-none-inset: inset 0 0 0 -0.01 #fff;--color-box-shadow-top-small: 0 -1px 3px 0 rgba(109, 110, 111, 0.15);--color-box-shadow-top-small-inset: inset 0 4px 4px -2px rgba(109, 110, 111, 0.08);--color-box-shadow-top-large: 0 -5px 20px 0 rgba(109, 110, 111, 0.08);--color-box-shadow-bottom-small: 0 1px 4px 0 rgba(109, 110, 111, 0.08);--color-box-shadow-bottom-small-inset: inset 0 -4px 4px -2px rgba(109, 110, 111, 0.08);--color-box-shadow-marketing: 0 14px 80px 0 rgba(109, 110, 111, 0.08)}:host .DesignTokenThemeDisabler{--color-box-shadow-small: 0 1px 4px 0 rgba(109, 110, 111, 0.08);--color-box-shadow-medium: 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-box-shadow-large: 0 5px 20px 0 rgba(109, 110, 111, 0.08);--color-box-shadow-large-dark: 0 5px 20px 0 rgba(109, 110, 111, 0.25);--color-box-shadow-none-inset: inset 0 0 0 -0.01 #fff;--color-box-shadow-top-small: 0 -1px 3px 0 rgba(109, 110, 111, 0.15);--color-box-shadow-top-small-inset: inset 0 4px 4px -2px rgba(109, 110, 111, 0.08);--color-box-shadow-top-large: 0 -5px 20px 0 rgba(109, 110, 111, 0.08);--color-box-shadow-bottom-small: 0 1px 4px 0 rgba(109, 110, 111, 0.08);--color-box-shadow-bottom-small-inset: inset 0 -4px 4px -2px rgba(109, 110, 111, 0.08);--color-box-shadow-marketing: 0 14px 80px 0 rgba(109, 110, 111, 0.08)}@media print{:host{--color-box-shadow-small: 0 1px 4px 0 rgba(109, 110, 111, 0.08);--color-box-shadow-medium: 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-box-shadow-large: 0 5px 20px 0 rgba(109, 110, 111, 0.08);--color-box-shadow-large-dark: 0 5px 20px 0 rgba(109, 110, 111, 0.25);--color-box-shadow-none-inset: inset 0 0 0 -0.01 #fff;--color-box-shadow-top-small: 0 -1px 3px 0 rgba(109, 110, 111, 0.15);--color-box-shadow-top-small-inset: inset 0 4px 4px -2px rgba(109, 110, 111, 0.08);--color-box-shadow-top-large: 0 -5px 20px 0 rgba(109, 110, 111, 0.08);--color-box-shadow-bottom-small: 0 1px 4px 0 rgba(109, 110, 111, 0.08);--color-box-shadow-bottom-small-inset: inset 0 -4px 4px -2px rgba(109, 110, 111, 0.08);--color-box-shadow-marketing: 0 14px 80px 0 rgba(109, 110, 111, 0.08)}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-box-shadow-small: 0 0 0 1px #424244;--color-box-shadow-medium: 0 0 0 1px #424244;--color-box-shadow-large: 0 0 0 1px #424244;--color-box-shadow-large-dark: 0 0 0 1px #424244;--color-box-shadow-none-inset: 0 0 0 -0.01 #1e1f21;--color-box-shadow-top-small: 0 0 0 1px #424244;--color-box-shadow-top-small-inset: 0 0 0 1px #424244;--color-box-shadow-top-large: 0 0 0 1px #424244;--color-box-shadow-bottom-small: 0 1px #424244;--color-box-shadow-bottom-small-inset: 0 0 0 1px #424244;--color-box-shadow-marketing: 0 0 0 1px #424244}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-box-shadow-small: 0 0 0 1px #424244;--color-box-shadow-medium: 0 0 0 1px #424244;--color-box-shadow-large: 0 0 0 1px #424244;--color-box-shadow-large-dark: 0 0 0 1px #424244;--color-box-shadow-none-inset: 0 0 0 -0.01 #1e1f21;--color-box-shadow-top-small: 0 0 0 1px #424244;--color-box-shadow-top-small-inset: 0 0 0 1px #424244;--color-box-shadow-top-large: 0 0 0 1px #424244;--color-box-shadow-bottom-small: 0 1px #424244;--color-box-shadow-bottom-small-inset: 0 0 0 1px #424244;--color-box-shadow-marketing: 0 0 0 1px #424244}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-box-shadow-small: 0 0 0 1px #424244;--color-box-shadow-medium: 0 0 0 1px #424244;--color-box-shadow-large: 0 0 0 1px #424244;--color-box-shadow-large-dark: 0 0 0 1px #424244;--color-box-shadow-none-inset: 0 0 0 -0.01 #1e1f21;--color-box-shadow-top-small: 0 0 0 1px #424244;--color-box-shadow-top-small-inset: 0 0 0 1px #424244;--color-box-shadow-top-large: 0 0 0 1px #424244;--color-box-shadow-bottom-small: 0 1px #424244;--color-box-shadow-bottom-small-inset: 0 0 0 1px #424244;--color-box-shadow-marketing: 0 0 0 1px #424244;--color-box-shadow-small: 0 0 0 1px #5f2748;--color-box-shadow-medium: 0 0 0 1px #5f2748;--color-box-shadow-large: 0 0 0 1px #5f2748;--color-box-shadow-large-dark: 0 0 0 1px #424244;--color-box-shadow-none-inset: 0 0 0 -0.01 #36172a;--color-box-shadow-top-small: 0 0 0 1px #5f2748;--color-box-shadow-top-small-inset: 0 0 0 1px #5f2748;--color-box-shadow-top-large: 0 0 0 1px #5f2748;--color-box-shadow-bottom-small: 0 1px #5f2748;--color-box-shadow-bottom-small-inset: 0 0 0 1px #5f2748;--color-box-shadow-marketing: 0 0 0 1px #5f2748}:host{--color-button-text-shrouded: #fff;--color-button-icon-secondary-hover: #1e1f21;--color-button-icon-shrouded: #fff;--color-button-border-secondary: #cfcbcb;--color-button-border-secondary-hover: #afabac;--color-button-border-secondary-active: #6d6e6f;--color-button-border-subtle: transparent;--color-button-border-tertiary-experimental: transparent;--color-button-border-tertiary-hover-experimental: transparent;--color-button-background-primary-disabled: #fff;--color-button-background-secondary: #fff;--color-button-background-secondary-opaque: #fff;--color-button-background-secondary-hover: #f9f8f8;--color-button-background-secondary-hover-opaque: #f9f8f8;--color-button-background-secondary-active: #f5f3f3;--color-button-background-secondary-active-opaque: #f5f3f3;--color-button-background-tertiary-experimental: rgba(55, 23, 23, 0.03);--color-button-background-tertiary-hover-experimental: rgba(55, 23, 23, 0.05);--color-button-background-subtle: transparent;--color-button-background-subtle-pressed: #dbe0fd;--color-button-background-subtle-pressedHover: #e7e9fc;--color-button-background-subtle-pressedActive: #f1f2fc;--color-button-background-shrouded: rgba(30, 31, 33, 0.6);--color-button-background-shrouded-hover: rgba(30, 31, 33, 0.75);--color-button-background-shrouded-active: rgba(30, 31, 33, 0.84);--color-button-error-background: #fff;--color-button-error-background-secondary-hover: #ffd9da;--color-button-error-background-secondary-active: #fec5c7;--color-button-error-border: #cfcbcb;--color-button-error-border-hover: #f06a6f;--color-button-error-border-pressed: #f99fa4;--color-button-error-border-pressedHover: #f06a6f;--color-button-error-border-pressedActive: #f06a6f;--color-button-success-border: #cfcbcb;--color-button-success-border-hover: #5da283;--color-button-success-border-pressed: #90c2ad;--color-button-success-border-pressedHover: #5da283;--color-button-success-border-pressedActive: #5da283;--color-button-success-background: #fff;--color-button-warning-border: #cfcbcb;--color-button-warning-border-hover: #b58e53;--color-button-warning-border-pressed: #f1bd6c;--color-button-warning-border-pressedHover: #b58e53;--color-button-warning-border-pressedActive: #b58e53;--color-button-warning-background: #fff;--color-button-creation-text: #fff;--color-button-creation-icon: #fff;--color-button-creation-background: #f06a6a;--color-button-creation-background-hover: #df6064;--color-button-creation-background-active: #d45961;--color-button-creation-border-secondary: #f99fa4;--color-button-danger-text: #1e1f21;--color-button-danger-background: #f06a6a;--color-button-danger-background-hover: #df6064;--color-button-danger-background-active: #d45961;--color-button-danger-background-secondary-hover: #ffd9da;--color-button-danger-background-secondary-active: #fec5c7;--color-button-danger-border-secondary: #f99fa4;--color-button-upsell-text: #1e1f21;--color-button-upsell-text-extra: #fff;--color-button-upsell-background: #f1bd6c;--color-button-upsell-background-extra: #726ab9;--color-button-upsell-background-hover: #e8b668;--color-button-upsell-background-hover-extra: #575089;--color-button-upsell-background-active: #e2b266;--color-button-upsell-background-active-extra: #575089;--color-button-upsell-background-subtle: transparent;--color-button-upsell-background-subtle-hover: #fff6ee;--color-button-upsell-background-subtle-active: #ffecda;--color-button-upsell-icon-subtle: #f1bd6c;--color-button-upsell-icon-subtle-hover: #f1bd6c;--color-button-nux-background-active: #575089;--color-button-switch-icon: #fff;--color-button-switch-icon-disabled: #afabac;--color-button-switch-background: #afabac;--color-button-switch-background-hover: #6d6e6f;--color-button-switch-background-disabled: #edeae9}:host .DesignTokenThemeDisabler{--color-button-text-shrouded: #fff;--color-button-icon-secondary-hover: #1e1f21;--color-button-icon-shrouded: #fff;--color-button-border-secondary: #cfcbcb;--color-button-border-secondary-hover: #afabac;--color-button-border-secondary-active: #6d6e6f;--color-button-border-subtle: transparent;--color-button-border-tertiary-experimental: transparent;--color-button-border-tertiary-hover-experimental: transparent;--color-button-background-primary-disabled: #fff;--color-button-background-secondary: #fff;--color-button-background-secondary-opaque: #fff;--color-button-background-secondary-hover: #f9f8f8;--color-button-background-secondary-hover-opaque: #f9f8f8;--color-button-background-secondary-active: #f5f3f3;--color-button-background-secondary-active-opaque: #f5f3f3;--color-button-background-tertiary-experimental: rgba(55, 23, 23, 0.03);--color-button-background-tertiary-hover-experimental: rgba(55, 23, 23, 0.05);--color-button-background-subtle: transparent;--color-button-background-subtle-pressed: #dbe0fd;--color-button-background-subtle-pressedHover: #e7e9fc;--color-button-background-subtle-pressedActive: #f1f2fc;--color-button-background-shrouded: rgba(30, 31, 33, 0.6);--color-button-background-shrouded-hover: rgba(30, 31, 33, 0.75);--color-button-background-shrouded-active: rgba(30, 31, 33, 0.84);--color-button-error-background: #fff;--color-button-error-background-secondary-hover: #ffd9da;--color-button-error-background-secondary-active: #fec5c7;--color-button-error-border: #cfcbcb;--color-button-error-border-hover: #f06a6f;--color-button-error-border-pressed: #f99fa4;--color-button-error-border-pressedHover: #f06a6f;--color-button-error-border-pressedActive: #f06a6f;--color-button-success-border: #cfcbcb;--color-button-success-border-hover: #5da283;--color-button-success-border-pressed: #90c2ad;--color-button-success-border-pressedHover: #5da283;--color-button-success-border-pressedActive: #5da283;--color-button-success-background: #fff;--color-button-warning-border: #cfcbcb;--color-button-warning-border-hover: #b58e53;--color-button-warning-border-pressed: #f1bd6c;--color-button-warning-border-pressedHover: #b58e53;--color-button-warning-border-pressedActive: #b58e53;--color-button-warning-background: #fff;--color-button-creation-text: #fff;--color-button-creation-icon: #fff;--color-button-creation-background: #f06a6a;--color-button-creation-background-hover: #df6064;--color-button-creation-background-active: #d45961;--color-button-creation-border-secondary: #f99fa4;--color-button-danger-text: #1e1f21;--color-button-danger-background: #f06a6a;--color-button-danger-background-hover: #df6064;--color-button-danger-background-active: #d45961;--color-button-danger-background-secondary-hover: #ffd9da;--color-button-danger-background-secondary-active: #fec5c7;--color-button-danger-border-secondary: #f99fa4;--color-button-upsell-text: #1e1f21;--color-button-upsell-text-extra: #fff;--color-button-upsell-background: #f1bd6c;--color-button-upsell-background-extra: #726ab9;--color-button-upsell-background-hover: #e8b668;--color-button-upsell-background-hover-extra: #575089;--color-button-upsell-background-active: #e2b266;--color-button-upsell-background-active-extra: #575089;--color-button-upsell-background-subtle: transparent;--color-button-upsell-background-subtle-hover: #fff6ee;--color-button-upsell-background-subtle-active: #ffecda;--color-button-upsell-icon-subtle: #f1bd6c;--color-button-upsell-icon-subtle-hover: #f1bd6c;--color-button-nux-background-active: #575089;--color-button-switch-icon: #fff;--color-button-switch-icon-disabled: #afabac;--color-button-switch-background: #afabac;--color-button-switch-background-hover: #6d6e6f;--color-button-switch-background-disabled: #edeae9}@media print{:host{--color-button-text-shrouded: #fff;--color-button-icon-secondary-hover: #1e1f21;--color-button-icon-shrouded: #fff;--color-button-border-secondary: #cfcbcb;--color-button-border-secondary-hover: #afabac;--color-button-border-secondary-active: #6d6e6f;--color-button-border-subtle: transparent;--color-button-border-tertiary-experimental: transparent;--color-button-border-tertiary-hover-experimental: transparent;--color-button-background-primary-disabled: #fff;--color-button-background-secondary: #fff;--color-button-background-secondary-opaque: #fff;--color-button-background-secondary-hover: #f9f8f8;--color-button-background-secondary-hover-opaque: #f9f8f8;--color-button-background-secondary-active: #f5f3f3;--color-button-background-secondary-active-opaque: #f5f3f3;--color-button-background-tertiary-experimental: rgba(55, 23, 23, 0.03);--color-button-background-tertiary-hover-experimental: rgba(55, 23, 23, 0.05);--color-button-background-subtle: transparent;--color-button-background-subtle-pressed: #dbe0fd;--color-button-background-subtle-pressedHover: #e7e9fc;--color-button-background-subtle-pressedActive: #f1f2fc;--color-button-background-shrouded: rgba(30, 31, 33, 0.6);--color-button-background-shrouded-hover: rgba(30, 31, 33, 0.75);--color-button-background-shrouded-active: rgba(30, 31, 33, 0.84);--color-button-error-background: #fff;--color-button-error-background-secondary-hover: #ffd9da;--color-button-error-background-secondary-active: #fec5c7;--color-button-error-border: #cfcbcb;--color-button-error-border-hover: #f06a6f;--color-button-error-border-pressed: #f99fa4;--color-button-error-border-pressedHover: #f06a6f;--color-button-error-border-pressedActive: #f06a6f;--color-button-success-border: #cfcbcb;--color-button-success-border-hover: #5da283;--color-button-success-border-pressed: #90c2ad;--color-button-success-border-pressedHover: #5da283;--color-button-success-border-pressedActive: #5da283;--color-button-success-background: #fff;--color-button-warning-border: #cfcbcb;--color-button-warning-border-hover: #b58e53;--color-button-warning-border-pressed: #f1bd6c;--color-button-warning-border-pressedHover: #b58e53;--color-button-warning-border-pressedActive: #b58e53;--color-button-warning-background: #fff;--color-button-creation-text: #fff;--color-button-creation-icon: #fff;--color-button-creation-background: #f06a6a;--color-button-creation-background-hover: #df6064;--color-button-creation-background-active: #d45961;--color-button-creation-border-secondary: #f99fa4;--color-button-danger-text: #1e1f21;--color-button-danger-background: #f06a6a;--color-button-danger-background-hover: #df6064;--color-button-danger-background-active: #d45961;--color-button-danger-background-secondary-hover: #ffd9da;--color-button-danger-background-secondary-active: #fec5c7;--color-button-danger-border-secondary: #f99fa4;--color-button-upsell-text: #1e1f21;--color-button-upsell-text-extra: #fff;--color-button-upsell-background: #f1bd6c;--color-button-upsell-background-extra: #726ab9;--color-button-upsell-background-hover: #e8b668;--color-button-upsell-background-hover-extra: #575089;--color-button-upsell-background-active: #e2b266;--color-button-upsell-background-active-extra: #575089;--color-button-upsell-background-subtle: transparent;--color-button-upsell-background-subtle-hover: #fff6ee;--color-button-upsell-background-subtle-active: #ffecda;--color-button-upsell-icon-subtle: #f1bd6c;--color-button-upsell-icon-subtle-hover: #f1bd6c;--color-button-nux-background-active: #575089;--color-button-switch-icon: #fff;--color-button-switch-icon-disabled: #afabac;--color-button-switch-background: #afabac;--color-button-switch-background-hover: #6d6e6f;--color-button-switch-background-disabled: #edeae9}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-button-text-shrouded: #fff;--color-button-icon-secondary-hover: #f5f4f3;--color-button-icon-shrouded: #fff;--color-button-border-secondary: #565557;--color-button-border-secondary-hover: #6a696a;--color-button-border-secondary-active: #a2a0a2;--color-button-border-subtle: transparent;--color-button-border-tertiary-experimental: transparent;--color-button-border-tertiary-hover-experimental: transparent;--color-button-background-primary-disabled: transparent;--color-button-background-secondary: transparent;--color-button-background-secondary-opaque: #1e1f21;--color-button-background-secondary-hover: rgba(255, 255, 255, 0.06);--color-button-background-secondary-hover-opaque: #252628;--color-button-background-secondary-active: rgba(255, 255, 255, 0.11);--color-button-background-secondary-active-opaque: #2a2b2d;--color-button-background-tertiary-experimental: rgba(255, 255, 255, 0.06);--color-button-background-tertiary-hover-experimental: rgba(255, 255, 255, 0.11);--color-button-background-subtle: transparent;--color-button-background-subtle-pressed: #2a3c68;--color-button-background-subtle-pressedHover: #1a2843;--color-button-background-subtle-pressedActive: #172237;--color-button-background-shrouded: rgba(30, 31, 33, 0.6);--color-button-background-shrouded-hover: rgba(30, 31, 33, 0.75);--color-button-background-shrouded-active: rgba(30, 31, 33, 0.84);--color-button-error-background: transparent;--color-button-error-background-secondary-hover: #481125;--color-button-error-background-secondary-active: #5c1b30;--color-button-error-border: #565557;--color-button-error-border-hover: #cb545e;--color-button-error-border-pressed: #a13e4f;--color-button-error-border-pressedHover: #cb545e;--color-button-error-border-pressedActive: #cb545e;--color-button-success-border: #565557;--color-button-success-border-hover: #5da283;--color-button-success-border-pressed: #32695d;--color-button-success-border-pressedHover: #5da283;--color-button-success-border-pressedActive: #5da283;--color-button-success-background: transparent;--color-button-warning-border: #565557;--color-button-warning-border-hover: #b89054;--color-button-warning-border-pressed: #735c38;--color-button-warning-border-pressedHover: #b89054;--color-button-warning-border-pressedActive: #b89054;--color-button-warning-background: transparent;--color-button-creation-text: #f5f4f3;--color-button-creation-icon: #f5f4f3;--color-button-creation-background: #f06a6a;--color-button-creation-background-hover: #df6064;--color-button-creation-background-active: #d45961;--color-button-creation-border-secondary: #a13e4f;--color-button-danger-text: #1e1f21;--color-button-danger-background: #f06a6a;--color-button-danger-background-hover: #df6064;--color-button-danger-background-active: #d45961;--color-button-danger-background-secondary-hover: #481125;--color-button-danger-background-secondary-active: #5c1b30;--color-button-danger-border-secondary: #a13e4f;--color-button-upsell-text: #1e1f21;--color-button-upsell-text-extra: #f5f4f3;--color-button-upsell-background: #f1bd6c;--color-button-upsell-background-extra: #726ab9;--color-button-upsell-background-hover: #e8b668;--color-button-upsell-background-hover-extra: #a499ed;--color-button-upsell-background-active: #e2b266;--color-button-upsell-background-active-extra: #a499ed;--color-button-upsell-background-subtle: transparent;--color-button-upsell-background-subtle-hover: #3d3120;--color-button-upsell-background-subtle-active: #493b26;--color-button-upsell-icon-subtle: #f1bd6c;--color-button-upsell-icon-subtle-hover: #f1bd6c;--color-button-nux-background-active: #a499ed;--color-button-switch-icon: #f5f4f3;--color-button-switch-icon-disabled: #6a696a;--color-button-switch-background: #6a696a;--color-button-switch-background-hover: #a2a0a2;--color-button-switch-background-disabled: #424244}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-button-text-shrouded: #fff;--color-button-icon-secondary-hover: #f5f4f3;--color-button-icon-shrouded: #fff;--color-button-border-secondary: #565557;--color-button-border-secondary-hover: #6a696a;--color-button-border-secondary-active: #a2a0a2;--color-button-border-subtle: transparent;--color-button-border-tertiary-experimental: transparent;--color-button-border-tertiary-hover-experimental: transparent;--color-button-background-primary-disabled: transparent;--color-button-background-secondary: transparent;--color-button-background-secondary-opaque: #1e1f21;--color-button-background-secondary-hover: rgba(255, 255, 255, 0.06);--color-button-background-secondary-hover-opaque: #252628;--color-button-background-secondary-active: rgba(255, 255, 255, 0.11);--color-button-background-secondary-active-opaque: #2a2b2d;--color-button-background-tertiary-experimental: rgba(255, 255, 255, 0.06);--color-button-background-tertiary-hover-experimental: rgba(255, 255, 255, 0.11);--color-button-background-subtle: transparent;--color-button-background-subtle-pressed: #2a3c68;--color-button-background-subtle-pressedHover: #1a2843;--color-button-background-subtle-pressedActive: #172237;--color-button-background-shrouded: rgba(30, 31, 33, 0.6);--color-button-background-shrouded-hover: rgba(30, 31, 33, 0.75);--color-button-background-shrouded-active: rgba(30, 31, 33, 0.84);--color-button-error-background: transparent;--color-button-error-background-secondary-hover: #481125;--color-button-error-background-secondary-active: #5c1b30;--color-button-error-border: #565557;--color-button-error-border-hover: #cb545e;--color-button-error-border-pressed: #a13e4f;--color-button-error-border-pressedHover: #cb545e;--color-button-error-border-pressedActive: #cb545e;--color-button-success-border: #565557;--color-button-success-border-hover: #5da283;--color-button-success-border-pressed: #32695d;--color-button-success-border-pressedHover: #5da283;--color-button-success-border-pressedActive: #5da283;--color-button-success-background: transparent;--color-button-warning-border: #565557;--color-button-warning-border-hover: #b89054;--color-button-warning-border-pressed: #735c38;--color-button-warning-border-pressedHover: #b89054;--color-button-warning-border-pressedActive: #b89054;--color-button-warning-background: transparent;--color-button-creation-text: #f5f4f3;--color-button-creation-icon: #f5f4f3;--color-button-creation-background: #f06a6a;--color-button-creation-background-hover: #df6064;--color-button-creation-background-active: #d45961;--color-button-creation-border-secondary: #a13e4f;--color-button-danger-text: #1e1f21;--color-button-danger-background: #f06a6a;--color-button-danger-background-hover: #df6064;--color-button-danger-background-active: #d45961;--color-button-danger-background-secondary-hover: #481125;--color-button-danger-background-secondary-active: #5c1b30;--color-button-danger-border-secondary: #a13e4f;--color-button-upsell-text: #1e1f21;--color-button-upsell-text-extra: #f5f4f3;--color-button-upsell-background: #f1bd6c;--color-button-upsell-background-extra: #726ab9;--color-button-upsell-background-hover: #e8b668;--color-button-upsell-background-hover-extra: #a499ed;--color-button-upsell-background-active: #e2b266;--color-button-upsell-background-active-extra: #a499ed;--color-button-upsell-background-subtle: transparent;--color-button-upsell-background-subtle-hover: #3d3120;--color-button-upsell-background-subtle-active: #493b26;--color-button-upsell-icon-subtle: #f1bd6c;--color-button-upsell-icon-subtle-hover: #f1bd6c;--color-button-nux-background-active: #a499ed;--color-button-switch-icon: #f5f4f3;--color-button-switch-icon-disabled: #6a696a;--color-button-switch-background: #6a696a;--color-button-switch-background-hover: #a2a0a2;--color-button-switch-background-disabled: #424244}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-button-text-shrouded: #fff;--color-button-icon-secondary-hover: #f5f4f3;--color-button-icon-shrouded: #fff;--color-button-border-secondary: #565557;--color-button-border-secondary-hover: #6a696a;--color-button-border-secondary-active: #a2a0a2;--color-button-border-subtle: transparent;--color-button-border-tertiary-experimental: transparent;--color-button-border-tertiary-hover-experimental: transparent;--color-button-background-primary-disabled: transparent;--color-button-background-secondary: transparent;--color-button-background-secondary-opaque: #1e1f21;--color-button-background-secondary-hover: rgba(255, 255, 255, 0.06);--color-button-background-secondary-hover-opaque: #252628;--color-button-background-secondary-active: rgba(255, 255, 255, 0.11);--color-button-background-secondary-active-opaque: #2a2b2d;--color-button-background-tertiary-experimental: rgba(255, 255, 255, 0.06);--color-button-background-tertiary-hover-experimental: rgba(255, 255, 255, 0.11);--color-button-background-subtle: transparent;--color-button-background-subtle-pressed: #2a3c68;--color-button-background-subtle-pressedHover: #1a2843;--color-button-background-subtle-pressedActive: #172237;--color-button-background-shrouded: rgba(30, 31, 33, 0.6);--color-button-background-shrouded-hover: rgba(30, 31, 33, 0.75);--color-button-background-shrouded-active: rgba(30, 31, 33, 0.84);--color-button-error-background: transparent;--color-button-error-background-secondary-hover: #481125;--color-button-error-background-secondary-active: #5c1b30;--color-button-error-border: #565557;--color-button-error-border-hover: #cb545e;--color-button-error-border-pressed: #a13e4f;--color-button-error-border-pressedHover: #cb545e;--color-button-error-border-pressedActive: #cb545e;--color-button-success-border: #565557;--color-button-success-border-hover: #5da283;--color-button-success-border-pressed: #32695d;--color-button-success-border-pressedHover: #5da283;--color-button-success-border-pressedActive: #5da283;--color-button-success-background: transparent;--color-button-warning-border: #565557;--color-button-warning-border-hover: #b89054;--color-button-warning-border-pressed: #735c38;--color-button-warning-border-pressedHover: #b89054;--color-button-warning-border-pressedActive: #b89054;--color-button-warning-background: transparent;--color-button-creation-text: #f5f4f3;--color-button-creation-icon: #f5f4f3;--color-button-creation-background: #f06a6a;--color-button-creation-background-hover: #df6064;--color-button-creation-background-active: #d45961;--color-button-creation-border-secondary: #a13e4f;--color-button-danger-text: #1e1f21;--color-button-danger-background: #f06a6a;--color-button-danger-background-hover: #df6064;--color-button-danger-background-active: #d45961;--color-button-danger-background-secondary-hover: #481125;--color-button-danger-background-secondary-active: #5c1b30;--color-button-danger-border-secondary: #a13e4f;--color-button-upsell-text: #1e1f21;--color-button-upsell-text-extra: #f5f4f3;--color-button-upsell-background: #f1bd6c;--color-button-upsell-background-extra: #726ab9;--color-button-upsell-background-hover: #e8b668;--color-button-upsell-background-hover-extra: #a499ed;--color-button-upsell-background-active: #e2b266;--color-button-upsell-background-active-extra: #a499ed;--color-button-upsell-background-subtle: transparent;--color-button-upsell-background-subtle-hover: #3d3120;--color-button-upsell-background-subtle-active: #493b26;--color-button-upsell-icon-subtle: #f1bd6c;--color-button-upsell-icon-subtle-hover: #f1bd6c;--color-button-nux-background-active: #a499ed;--color-button-switch-icon: #f5f4f3;--color-button-switch-icon-disabled: #6a696a;--color-button-switch-background: #6a696a;--color-button-switch-background-hover: #a2a0a2;--color-button-switch-background-disabled: #424244;--color-button-icon-secondary-hover: #f8f4f6;--color-button-border-secondary: #5f2748;--color-button-border-secondary-hover: #8f5977;--color-button-background-secondary-opaque: #36172a;--color-button-background-secondary-hover-opaque: #3e1930;--color-button-background-secondary-active-opaque: #461d36;--color-button-error-border: #5f2748;--color-button-success-border: #5f2748;--color-button-warning-border: #5f2748;--color-button-creation-text: #f8f4f6;--color-button-creation-icon: #f8f4f6;--color-button-danger-text: #f8f4f6;--color-button-upsell-text: #36172a;--color-button-upsell-text-extra: #f8f4f6;--color-button-switch-icon: #f8f4f6;--color-button-switch-icon-disabled: #8f5977;--color-button-switch-background: #8f5977;--color-button-switch-background-hover: #bb97a9;--color-button-switch-background-disabled: #5f2748}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode{--color-button-upsell-icon-subtle: #d6ce38;--color-button-upsell-icon-subtle-hover: #d6ce38}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode .DesignTokenThemeDisabler{--color-button-upsell-icon-subtle: #d6ce38;--color-button-upsell-icon-subtle-hover: #d6ce38}:host{--color-card-background: #fff;--color-card-background-rgb: 255, 255, 255}:host .DesignTokenThemeDisabler{--color-card-background: #fff;--color-card-background-rgb: 255, 255, 255}@media print{:host{--color-card-background: #fff;--color-card-background-rgb: 255, 255, 255}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-card-background: #2a2b2d;--color-card-background-rgb: 42, 43, 45}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-card-background: #2a2b2d;--color-card-background-rgb: 42, 43, 45}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-card-background: #2a2b2d;--color-card-background-rgb: 42, 43, 45;--color-card-background: #461d36;--color-card-background-rgb: 70, 29, 54}:host{--color-chart-background-export: #fff;--color-chart-border: #fff;--color-chart-text: #1e1f21;--color-chart-text-export: #1e1f21;--color-chart-text-y-axis: #6d6e6f;--color-chart-text-y-axis-export: #6d6e6f;--color-chart-text-x-axis: #1e1f21;--color-chart-text-x-axis-export: #1e1f21;--color-chart-red-bar-gradient-start: #f06a6a;--color-chart-red-bar-gradient-end: #f06a6a;--color-chart-red-fill-1: #b25151;--color-chart-red-fill-2: #d96161;--color-chart-red-fill-3: #f27372;--color-chart-red-fill-4: #f9928e;--color-chart-red-fill-5: #feaca7;--color-chart-red-fill-6: #ffcac6;--color-chart-red-fill-7: #ffdfdc;--color-chart-red-fill-8: #ffeae8;--color-chart-red-fill-core: #f06a6a;--color-chart-red-lollipop-connector: #ffcac6;--color-chart-red-lollipop-head: #f06a6a;--color-chart-orange-bar-gradient-start: #ec8d71;--color-chart-orange-bar-gradient-end: #ec8d71;--color-chart-orange-fill-1: #9d604d;--color-chart-orange-fill-2: #bf735d;--color-chart-orange-fill-3: #db8369;--color-chart-orange-fill-4: #f0987e;--color-chart-orange-fill-5: #f6b19c;--color-chart-orange-fill-6: #fccbbd;--color-chart-orange-fill-7: #fee0d7;--color-chart-orange-fill-8: #ffebe6;--color-chart-orange-fill-core: #ec8d71;--color-chart-orange-lollipop-connector: #fccbbd;--color-chart-orange-lollipop-head: #ec8d71;--color-chart-yellow-orange-bar-gradient-start: #f1bd6c;--color-chart-yellow-orange-bar-gradient-end: #f1bd6c;--color-chart-yellow-orange-fill-1: #876a40;--color-chart-yellow-orange-fill-2: #a4814c;--color-chart-yellow-orange-fill-3: #bc9456;--color-chart-yellow-orange-fill-4: #d4a760;--color-chart-yellow-orange-fill-5: #ebb86a;--color-chart-yellow-orange-fill-6: #f8cf96;--color-chart-yellow-orange-fill-7: #fde2c0;--color-chart-yellow-orange-fill-8: #ffebd4;--color-chart-yellow-orange-fill-core: #f1bd6c;--color-chart-yellow-orange-lollipop-connector: #f8cf96;--color-chart-yellow-orange-lollipop-head: #f1bd6c;--color-chart-yellow-bar-gradient-start: #f8df72;--color-chart-yellow-bar-gradient-end: #f8df72;--color-chart-yellow-fill-1: #7c6f3d;--color-chart-yellow-fill-2: #958648;--color-chart-yellow-fill-3: #ab9a52;--color-chart-yellow-fill-4: #c2ae5b;--color-chart-yellow-fill-5: #d6c064;--color-chart-yellow-fill-6: #eed66e;--color-chart-yellow-fill-7: #fce58e;--color-chart-yellow-fill-8: #ffefba;--color-chart-yellow-fill-core: #f8df72;--color-chart-yellow-lollipop-connector: #eed66e;--color-chart-yellow-lollipop-head: #f8df72;--color-chart-yellow-green-bar-gradient-start: #aecf55;--color-chart-yellow-green-bar-gradient-end: #aecf55;--color-chart-yellow-green-fill-1: #657635;--color-chart-yellow-green-fill-2: #7a8f3e;--color-chart-yellow-green-fill-3: #8ba446;--color-chart-yellow-green-fill-4: #9dba4e;--color-chart-yellow-green-fill-5: #accd54;--color-chart-yellow-green-fill-6: #ccdf90;--color-chart-yellow-green-fill-7: #e0ebb8;--color-chart-yellow-green-fill-8: #ecf3d4;--color-chart-yellow-green-fill-core: #aecf55;--color-chart-yellow-green-lollipop-connector: #ccdf90;--color-chart-yellow-green-lollipop-head: #aecf55;--color-chart-green-bar-gradient-start: #5da283;--color-chart-green-bar-gradient-end: #5da283;--color-chart-green-fill-1: #487963;--color-chart-green-fill-2: #559377;--color-chart-green-fill-3: #67a78a;--color-chart-green-fill-4: #87b9a1;--color-chart-green-fill-5: #a3cab7;--color-chart-green-fill-6: #c2dccf;--color-chart-green-fill-7: #d9e9e1;--color-chart-green-fill-8: #e6f1eb;--color-chart-green-fill-core: #5da283;--color-chart-green-lollipop-connector: #c2dccf;--color-chart-green-lollipop-head: #5da283;--color-chart-blue-green-bar-gradient-start: #4ecbc4;--color-chart-blue-green-bar-gradient-end: #4ecbc4;--color-chart-blue-green-fill-1: #367a76;--color-chart-blue-green-fill-2: #3e948f;--color-chart-blue-green-fill-3: #45a9a4;--color-chart-blue-green-fill-4: #4bc0ba;--color-chart-blue-green-fill-5: #6ad1cb;--color-chart-blue-green-fill-6: #a3e1dc;--color-chart-blue-green-fill-7: #c7ede9;--color-chart-blue-green-fill-8: #ddf4f2;--color-chart-blue-green-fill-core: #4ecbc4;--color-chart-blue-green-lollipop-connector: #a3e1dc;--color-chart-blue-green-lollipop-head: #4ecbc4;--color-chart-aqua-bar-gradient-start: #9ee7e3;--color-chart-aqua-bar-gradient-end: #9ee7e3;--color-chart-aqua-fill-1: #537574;--color-chart-aqua-fill-2: #648e8c;--color-chart-aqua-fill-3: #72a3a0;--color-chart-aqua-fill-4: #80b9b6;--color-chart-aqua-fill-5: #8cccc8;--color-chart-aqua-fill-6: #9be3df;--color-chart-aqua-fill-7: #c1efec;--color-chart-aqua-fill-8: #d8f5f3;--color-chart-aqua-fill-core: #9ee7e3;--color-chart-aqua-lollipop-connector: #9be3df;--color-chart-aqua-lollipop-head: #9ee7e3;--color-chart-blue-bar-gradient-start: #4573d2;--color-chart-blue-bar-gradient-end: #4573d2;--color-chart-blue-fill-1: #426cc5;--color-chart-blue-fill-2: #6583d8;--color-chart-blue-fill-3: #8497df;--color-chart-blue-fill-4: #9face6;--color-chart-blue-fill-5: #b7bfec;--color-chart-blue-fill-6: #d1d5f3;--color-chart-blue-fill-7: #e3e5f8;--color-chart-blue-fill-8: #edeffa;--color-chart-blue-fill-core: #4573d2;--color-chart-blue-lollipop-connector: #d1d5f3;--color-chart-blue-lollipop-head: #4573d2;--color-chart-indigo-bar-gradient-start: #8d84e8;--color-chart-indigo-bar-gradient-end: #8d84e8;--color-chart-indigo-fill-1: #6e66b1;--color-chart-indigo-fill-2: #847bd8;--color-chart-indigo-fill-3: #998fea;--color-chart-indigo-fill-4: #b0a6ef;--color-chart-indigo-fill-5: #c4baf3;--color-chart-indigo-fill-6: #d9d2f8;--color-chart-indigo-fill-7: #e7e2fa;--color-chart-indigo-fill-8: #f1edfc;--color-chart-indigo-fill-core: #8d84e8;--color-chart-indigo-lollipop-connector: #d9d2f8;--color-chart-indigo-lollipop-head: #8d84e8;--color-chart-purple-bar-gradient-start: #b36bd4;--color-chart-purple-bar-gradient-end: #b36bd4;--color-chart-purple-fill-1: #9158ab;--color-chart-purple-fill-2: #b06ad1;--color-chart-purple-fill-3: #c083db;--color-chart-purple-fill-4: #ce9ce3;--color-chart-purple-fill-5: #dab3ea;--color-chart-purple-fill-6: #e7cdf1;--color-chart-purple-fill-7: #f1e1f7;--color-chart-purple-fill-8: #f6ecfa;--color-chart-purple-fill-core: #b36bd4;--color-chart-purple-lollipop-connector: #e7cdf1;--color-chart-purple-lollipop-head: #b36bd4;--color-chart-magenta-bar-gradient-start: #f9aaef;--color-chart-magenta-bar-gradient-end: #f9aaef;--color-chart-magenta-fill-1: #8c6186;--color-chart-magenta-fill-2: #aa76a3;--color-chart-magenta-fill-3: #c387bc;--color-chart-magenta-fill-4: #de98d5;--color-chart-magenta-fill-5: #f5a8ec;--color-chart-magenta-fill-6: #fcc6f4;--color-chart-magenta-fill-7: #fedbf8;--color-chart-magenta-fill-8: #ffe9fb;--color-chart-magenta-fill-core: #f9aaef;--color-chart-magenta-lollipop-connector: #fcc6f4;--color-chart-magenta-lollipop-head: #f9aaef;--color-chart-hot-pink-bar-gradient-start: #f26fb2;--color-chart-hot-pink-bar-gradient-end: #f26fb2;--color-chart-hot-pink-fill-1: #aa517e;--color-chart-hot-pink-fill-2: #cf6199;--color-chart-hot-pink-fill-3: #ee6eaf;--color-chart-hot-pink-fill-4: #f78dc0;--color-chart-hot-pink-fill-5: #fba9cf;--color-chart-hot-pink-fill-6: #fec7df;--color-chart-hot-pink-fill-7: #ffdceb;--color-chart-hot-pink-fill-8: #ffeaf3;--color-chart-hot-pink-fill-core: #f26fb2;--color-chart-hot-pink-lollipop-connector: #fec7df;--color-chart-hot-pink-lollipop-head: #f26fb2;--color-chart-pink-bar-gradient-start: #fc979a;--color-chart-pink-bar-gradient-end: #fc979a;--color-chart-pink-fill-1: #9b5f61;--color-chart-pink-fill-2: #bd7274;--color-chart-pink-fill-3: #d88385;--color-chart-pink-fill-4: #f59396;--color-chart-pink-fill-5: #ffabac;--color-chart-pink-fill-6: #ffc9c9;--color-chart-pink-fill-7: #ffdede;--color-chart-pink-fill-8: #ffeaea;--color-chart-pink-fill-core: #fc979a;--color-chart-pink-lollipop-connector: #ffc9c9;--color-chart-pink-lollipop-head: #fc979a;--color-chart-cool-gray-bar-gradient-start: #6d6e6f;--color-chart-cool-gray-bar-gradient-end: #6d6e6f;--color-chart-cool-gray-fill-1: #6e6f70;--color-chart-cool-gray-fill-2: #868788;--color-chart-cool-gray-fill-3: #9a9a9b;--color-chart-cool-gray-fill-4: #aeafaf;--color-chart-cool-gray-fill-5: #c1c1c2;--color-chart-cool-gray-fill-6: #d6d6d6;--color-chart-cool-gray-fill-7: #e6e6e7;--color-chart-cool-gray-fill-8: #efefef;--color-chart-cool-gray-fill-core: #6d6e6f;--color-chart-cool-gray-lollipop-connector: #d6d6d6;--color-chart-cool-gray-lollipop-head: #6d6e6f;--color-chart-none-bar-gradient-start: #c7c4c4;--color-chart-none-bar-gradient-end: #c7c4c4;--color-chart-none-fill-1: #706f6f;--color-chart-none-fill-2: #888686;--color-chart-none-fill-3: #9c9a9a;--color-chart-none-fill-4: #b1aeae;--color-chart-none-fill-5: #c3c0c0;--color-chart-none-fill-6: #d7d5d5;--color-chart-none-fill-7: #e7e6e6;--color-chart-none-fill-8: #f0efef;--color-chart-none-fill-core: #c7c4c4;--color-chart-none-lollipop-connector: #d7d5d5;--color-chart-none-lollipop-head: #c7c4c4;--color-chart-status-on-track: #5da283;--color-chart-status-off-track: #f06a6f;--color-chart-status-at-risk: #f1bd6c;--color-chart-status-on-hold: #4573d2;--color-chart-status-completed: #cde8de;--color-chart-status-none: #c7c4c4;--color-chart-customization-other: #cfcbcb;--color-chart-customization-none: #afabac}:host .DesignTokenThemeDisabler{--color-chart-background-export: #fff;--color-chart-border: #fff;--color-chart-text: #1e1f21;--color-chart-text-export: #1e1f21;--color-chart-text-y-axis: #6d6e6f;--color-chart-text-y-axis-export: #6d6e6f;--color-chart-text-x-axis: #1e1f21;--color-chart-text-x-axis-export: #1e1f21;--color-chart-red-bar-gradient-start: #f06a6a;--color-chart-red-bar-gradient-end: #f06a6a;--color-chart-red-fill-1: #b25151;--color-chart-red-fill-2: #d96161;--color-chart-red-fill-3: #f27372;--color-chart-red-fill-4: #f9928e;--color-chart-red-fill-5: #feaca7;--color-chart-red-fill-6: #ffcac6;--color-chart-red-fill-7: #ffdfdc;--color-chart-red-fill-8: #ffeae8;--color-chart-red-fill-core: #f06a6a;--color-chart-red-lollipop-connector: #ffcac6;--color-chart-red-lollipop-head: #f06a6a;--color-chart-orange-bar-gradient-start: #ec8d71;--color-chart-orange-bar-gradient-end: #ec8d71;--color-chart-orange-fill-1: #9d604d;--color-chart-orange-fill-2: #bf735d;--color-chart-orange-fill-3: #db8369;--color-chart-orange-fill-4: #f0987e;--color-chart-orange-fill-5: #f6b19c;--color-chart-orange-fill-6: #fccbbd;--color-chart-orange-fill-7: #fee0d7;--color-chart-orange-fill-8: #ffebe6;--color-chart-orange-fill-core: #ec8d71;--color-chart-orange-lollipop-connector: #fccbbd;--color-chart-orange-lollipop-head: #ec8d71;--color-chart-yellow-orange-bar-gradient-start: #f1bd6c;--color-chart-yellow-orange-bar-gradient-end: #f1bd6c;--color-chart-yellow-orange-fill-1: #876a40;--color-chart-yellow-orange-fill-2: #a4814c;--color-chart-yellow-orange-fill-3: #bc9456;--color-chart-yellow-orange-fill-4: #d4a760;--color-chart-yellow-orange-fill-5: #ebb86a;--color-chart-yellow-orange-fill-6: #f8cf96;--color-chart-yellow-orange-fill-7: #fde2c0;--color-chart-yellow-orange-fill-8: #ffebd4;--color-chart-yellow-orange-fill-core: #f1bd6c;--color-chart-yellow-orange-lollipop-connector: #f8cf96;--color-chart-yellow-orange-lollipop-head: #f1bd6c;--color-chart-yellow-bar-gradient-start: #f8df72;--color-chart-yellow-bar-gradient-end: #f8df72;--color-chart-yellow-fill-1: #7c6f3d;--color-chart-yellow-fill-2: #958648;--color-chart-yellow-fill-3: #ab9a52;--color-chart-yellow-fill-4: #c2ae5b;--color-chart-yellow-fill-5: #d6c064;--color-chart-yellow-fill-6: #eed66e;--color-chart-yellow-fill-7: #fce58e;--color-chart-yellow-fill-8: #ffefba;--color-chart-yellow-fill-core: #f8df72;--color-chart-yellow-lollipop-connector: #eed66e;--color-chart-yellow-lollipop-head: #f8df72;--color-chart-yellow-green-bar-gradient-start: #aecf55;--color-chart-yellow-green-bar-gradient-end: #aecf55;--color-chart-yellow-green-fill-1: #657635;--color-chart-yellow-green-fill-2: #7a8f3e;--color-chart-yellow-green-fill-3: #8ba446;--color-chart-yellow-green-fill-4: #9dba4e;--color-chart-yellow-green-fill-5: #accd54;--color-chart-yellow-green-fill-6: #ccdf90;--color-chart-yellow-green-fill-7: #e0ebb8;--color-chart-yellow-green-fill-8: #ecf3d4;--color-chart-yellow-green-fill-core: #aecf55;--color-chart-yellow-green-lollipop-connector: #ccdf90;--color-chart-yellow-green-lollipop-head: #aecf55;--color-chart-green-bar-gradient-start: #5da283;--color-chart-green-bar-gradient-end: #5da283;--color-chart-green-fill-1: #487963;--color-chart-green-fill-2: #559377;--color-chart-green-fill-3: #67a78a;--color-chart-green-fill-4: #87b9a1;--color-chart-green-fill-5: #a3cab7;--color-chart-green-fill-6: #c2dccf;--color-chart-green-fill-7: #d9e9e1;--color-chart-green-fill-8: #e6f1eb;--color-chart-green-fill-core: #5da283;--color-chart-green-lollipop-connector: #c2dccf;--color-chart-green-lollipop-head: #5da283;--color-chart-blue-green-bar-gradient-start: #4ecbc4;--color-chart-blue-green-bar-gradient-end: #4ecbc4;--color-chart-blue-green-fill-1: #367a76;--color-chart-blue-green-fill-2: #3e948f;--color-chart-blue-green-fill-3: #45a9a4;--color-chart-blue-green-fill-4: #4bc0ba;--color-chart-blue-green-fill-5: #6ad1cb;--color-chart-blue-green-fill-6: #a3e1dc;--color-chart-blue-green-fill-7: #c7ede9;--color-chart-blue-green-fill-8: #ddf4f2;--color-chart-blue-green-fill-core: #4ecbc4;--color-chart-blue-green-lollipop-connector: #a3e1dc;--color-chart-blue-green-lollipop-head: #4ecbc4;--color-chart-aqua-bar-gradient-start: #9ee7e3;--color-chart-aqua-bar-gradient-end: #9ee7e3;--color-chart-aqua-fill-1: #537574;--color-chart-aqua-fill-2: #648e8c;--color-chart-aqua-fill-3: #72a3a0;--color-chart-aqua-fill-4: #80b9b6;--color-chart-aqua-fill-5: #8cccc8;--color-chart-aqua-fill-6: #9be3df;--color-chart-aqua-fill-7: #c1efec;--color-chart-aqua-fill-8: #d8f5f3;--color-chart-aqua-fill-core: #9ee7e3;--color-chart-aqua-lollipop-connector: #9be3df;--color-chart-aqua-lollipop-head: #9ee7e3;--color-chart-blue-bar-gradient-start: #4573d2;--color-chart-blue-bar-gradient-end: #4573d2;--color-chart-blue-fill-1: #426cc5;--color-chart-blue-fill-2: #6583d8;--color-chart-blue-fill-3: #8497df;--color-chart-blue-fill-4: #9face6;--color-chart-blue-fill-5: #b7bfec;--color-chart-blue-fill-6: #d1d5f3;--color-chart-blue-fill-7: #e3e5f8;--color-chart-blue-fill-8: #edeffa;--color-chart-blue-fill-core: #4573d2;--color-chart-blue-lollipop-connector: #d1d5f3;--color-chart-blue-lollipop-head: #4573d2;--color-chart-indigo-bar-gradient-start: #8d84e8;--color-chart-indigo-bar-gradient-end: #8d84e8;--color-chart-indigo-fill-1: #6e66b1;--color-chart-indigo-fill-2: #847bd8;--color-chart-indigo-fill-3: #998fea;--color-chart-indigo-fill-4: #b0a6ef;--color-chart-indigo-fill-5: #c4baf3;--color-chart-indigo-fill-6: #d9d2f8;--color-chart-indigo-fill-7: #e7e2fa;--color-chart-indigo-fill-8: #f1edfc;--color-chart-indigo-fill-core: #8d84e8;--color-chart-indigo-lollipop-connector: #d9d2f8;--color-chart-indigo-lollipop-head: #8d84e8;--color-chart-purple-bar-gradient-start: #b36bd4;--color-chart-purple-bar-gradient-end: #b36bd4;--color-chart-purple-fill-1: #9158ab;--color-chart-purple-fill-2: #b06ad1;--color-chart-purple-fill-3: #c083db;--color-chart-purple-fill-4: #ce9ce3;--color-chart-purple-fill-5: #dab3ea;--color-chart-purple-fill-6: #e7cdf1;--color-chart-purple-fill-7: #f1e1f7;--color-chart-purple-fill-8: #f6ecfa;--color-chart-purple-fill-core: #b36bd4;--color-chart-purple-lollipop-connector: #e7cdf1;--color-chart-purple-lollipop-head: #b36bd4;--color-chart-magenta-bar-gradient-start: #f9aaef;--color-chart-magenta-bar-gradient-end: #f9aaef;--color-chart-magenta-fill-1: #8c6186;--color-chart-magenta-fill-2: #aa76a3;--color-chart-magenta-fill-3: #c387bc;--color-chart-magenta-fill-4: #de98d5;--color-chart-magenta-fill-5: #f5a8ec;--color-chart-magenta-fill-6: #fcc6f4;--color-chart-magenta-fill-7: #fedbf8;--color-chart-magenta-fill-8: #ffe9fb;--color-chart-magenta-fill-core: #f9aaef;--color-chart-magenta-lollipop-connector: #fcc6f4;--color-chart-magenta-lollipop-head: #f9aaef;--color-chart-hot-pink-bar-gradient-start: #f26fb2;--color-chart-hot-pink-bar-gradient-end: #f26fb2;--color-chart-hot-pink-fill-1: #aa517e;--color-chart-hot-pink-fill-2: #cf6199;--color-chart-hot-pink-fill-3: #ee6eaf;--color-chart-hot-pink-fill-4: #f78dc0;--color-chart-hot-pink-fill-5: #fba9cf;--color-chart-hot-pink-fill-6: #fec7df;--color-chart-hot-pink-fill-7: #ffdceb;--color-chart-hot-pink-fill-8: #ffeaf3;--color-chart-hot-pink-fill-core: #f26fb2;--color-chart-hot-pink-lollipop-connector: #fec7df;--color-chart-hot-pink-lollipop-head: #f26fb2;--color-chart-pink-bar-gradient-start: #fc979a;--color-chart-pink-bar-gradient-end: #fc979a;--color-chart-pink-fill-1: #9b5f61;--color-chart-pink-fill-2: #bd7274;--color-chart-pink-fill-3: #d88385;--color-chart-pink-fill-4: #f59396;--color-chart-pink-fill-5: #ffabac;--color-chart-pink-fill-6: #ffc9c9;--color-chart-pink-fill-7: #ffdede;--color-chart-pink-fill-8: #ffeaea;--color-chart-pink-fill-core: #fc979a;--color-chart-pink-lollipop-connector: #ffc9c9;--color-chart-pink-lollipop-head: #fc979a;--color-chart-cool-gray-bar-gradient-start: #6d6e6f;--color-chart-cool-gray-bar-gradient-end: #6d6e6f;--color-chart-cool-gray-fill-1: #6e6f70;--color-chart-cool-gray-fill-2: #868788;--color-chart-cool-gray-fill-3: #9a9a9b;--color-chart-cool-gray-fill-4: #aeafaf;--color-chart-cool-gray-fill-5: #c1c1c2;--color-chart-cool-gray-fill-6: #d6d6d6;--color-chart-cool-gray-fill-7: #e6e6e7;--color-chart-cool-gray-fill-8: #efefef;--color-chart-cool-gray-fill-core: #6d6e6f;--color-chart-cool-gray-lollipop-connector: #d6d6d6;--color-chart-cool-gray-lollipop-head: #6d6e6f;--color-chart-none-bar-gradient-start: #c7c4c4;--color-chart-none-bar-gradient-end: #c7c4c4;--color-chart-none-fill-1: #706f6f;--color-chart-none-fill-2: #888686;--color-chart-none-fill-3: #9c9a9a;--color-chart-none-fill-4: #b1aeae;--color-chart-none-fill-5: #c3c0c0;--color-chart-none-fill-6: #d7d5d5;--color-chart-none-fill-7: #e7e6e6;--color-chart-none-fill-8: #f0efef;--color-chart-none-fill-core: #c7c4c4;--color-chart-none-lollipop-connector: #d7d5d5;--color-chart-none-lollipop-head: #c7c4c4;--color-chart-status-on-track: #5da283;--color-chart-status-off-track: #f06a6f;--color-chart-status-at-risk: #f1bd6c;--color-chart-status-on-hold: #4573d2;--color-chart-status-completed: #cde8de;--color-chart-status-none: #c7c4c4;--color-chart-customization-other: #cfcbcb;--color-chart-customization-none: #afabac}@media print{:host{--color-chart-background-export: #fff;--color-chart-border: #fff;--color-chart-text: #1e1f21;--color-chart-text-export: #1e1f21;--color-chart-text-y-axis: #6d6e6f;--color-chart-text-y-axis-export: #6d6e6f;--color-chart-text-x-axis: #1e1f21;--color-chart-text-x-axis-export: #1e1f21;--color-chart-red-bar-gradient-start: #f06a6a;--color-chart-red-bar-gradient-end: #f06a6a;--color-chart-red-fill-1: #b25151;--color-chart-red-fill-2: #d96161;--color-chart-red-fill-3: #f27372;--color-chart-red-fill-4: #f9928e;--color-chart-red-fill-5: #feaca7;--color-chart-red-fill-6: #ffcac6;--color-chart-red-fill-7: #ffdfdc;--color-chart-red-fill-8: #ffeae8;--color-chart-red-fill-core: #f06a6a;--color-chart-red-lollipop-connector: #ffcac6;--color-chart-red-lollipop-head: #f06a6a;--color-chart-orange-bar-gradient-start: #ec8d71;--color-chart-orange-bar-gradient-end: #ec8d71;--color-chart-orange-fill-1: #9d604d;--color-chart-orange-fill-2: #bf735d;--color-chart-orange-fill-3: #db8369;--color-chart-orange-fill-4: #f0987e;--color-chart-orange-fill-5: #f6b19c;--color-chart-orange-fill-6: #fccbbd;--color-chart-orange-fill-7: #fee0d7;--color-chart-orange-fill-8: #ffebe6;--color-chart-orange-fill-core: #ec8d71;--color-chart-orange-lollipop-connector: #fccbbd;--color-chart-orange-lollipop-head: #ec8d71;--color-chart-yellow-orange-bar-gradient-start: #f1bd6c;--color-chart-yellow-orange-bar-gradient-end: #f1bd6c;--color-chart-yellow-orange-fill-1: #876a40;--color-chart-yellow-orange-fill-2: #a4814c;--color-chart-yellow-orange-fill-3: #bc9456;--color-chart-yellow-orange-fill-4: #d4a760;--color-chart-yellow-orange-fill-5: #ebb86a;--color-chart-yellow-orange-fill-6: #f8cf96;--color-chart-yellow-orange-fill-7: #fde2c0;--color-chart-yellow-orange-fill-8: #ffebd4;--color-chart-yellow-orange-fill-core: #f1bd6c;--color-chart-yellow-orange-lollipop-connector: #f8cf96;--color-chart-yellow-orange-lollipop-head: #f1bd6c;--color-chart-yellow-bar-gradient-start: #f8df72;--color-chart-yellow-bar-gradient-end: #f8df72;--color-chart-yellow-fill-1: #7c6f3d;--color-chart-yellow-fill-2: #958648;--color-chart-yellow-fill-3: #ab9a52;--color-chart-yellow-fill-4: #c2ae5b;--color-chart-yellow-fill-5: #d6c064;--color-chart-yellow-fill-6: #eed66e;--color-chart-yellow-fill-7: #fce58e;--color-chart-yellow-fill-8: #ffefba;--color-chart-yellow-fill-core: #f8df72;--color-chart-yellow-lollipop-connector: #eed66e;--color-chart-yellow-lollipop-head: #f8df72;--color-chart-yellow-green-bar-gradient-start: #aecf55;--color-chart-yellow-green-bar-gradient-end: #aecf55;--color-chart-yellow-green-fill-1: #657635;--color-chart-yellow-green-fill-2: #7a8f3e;--color-chart-yellow-green-fill-3: #8ba446;--color-chart-yellow-green-fill-4: #9dba4e;--color-chart-yellow-green-fill-5: #accd54;--color-chart-yellow-green-fill-6: #ccdf90;--color-chart-yellow-green-fill-7: #e0ebb8;--color-chart-yellow-green-fill-8: #ecf3d4;--color-chart-yellow-green-fill-core: #aecf55;--color-chart-yellow-green-lollipop-connector: #ccdf90;--color-chart-yellow-green-lollipop-head: #aecf55;--color-chart-green-bar-gradient-start: #5da283;--color-chart-green-bar-gradient-end: #5da283;--color-chart-green-fill-1: #487963;--color-chart-green-fill-2: #559377;--color-chart-green-fill-3: #67a78a;--color-chart-green-fill-4: #87b9a1;--color-chart-green-fill-5: #a3cab7;--color-chart-green-fill-6: #c2dccf;--color-chart-green-fill-7: #d9e9e1;--color-chart-green-fill-8: #e6f1eb;--color-chart-green-fill-core: #5da283;--color-chart-green-lollipop-connector: #c2dccf;--color-chart-green-lollipop-head: #5da283;--color-chart-blue-green-bar-gradient-start: #4ecbc4;--color-chart-blue-green-bar-gradient-end: #4ecbc4;--color-chart-blue-green-fill-1: #367a76;--color-chart-blue-green-fill-2: #3e948f;--color-chart-blue-green-fill-3: #45a9a4;--color-chart-blue-green-fill-4: #4bc0ba;--color-chart-blue-green-fill-5: #6ad1cb;--color-chart-blue-green-fill-6: #a3e1dc;--color-chart-blue-green-fill-7: #c7ede9;--color-chart-blue-green-fill-8: #ddf4f2;--color-chart-blue-green-fill-core: #4ecbc4;--color-chart-blue-green-lollipop-connector: #a3e1dc;--color-chart-blue-green-lollipop-head: #4ecbc4;--color-chart-aqua-bar-gradient-start: #9ee7e3;--color-chart-aqua-bar-gradient-end: #9ee7e3;--color-chart-aqua-fill-1: #537574;--color-chart-aqua-fill-2: #648e8c;--color-chart-aqua-fill-3: #72a3a0;--color-chart-aqua-fill-4: #80b9b6;--color-chart-aqua-fill-5: #8cccc8;--color-chart-aqua-fill-6: #9be3df;--color-chart-aqua-fill-7: #c1efec;--color-chart-aqua-fill-8: #d8f5f3;--color-chart-aqua-fill-core: #9ee7e3;--color-chart-aqua-lollipop-connector: #9be3df;--color-chart-aqua-lollipop-head: #9ee7e3;--color-chart-blue-bar-gradient-start: #4573d2;--color-chart-blue-bar-gradient-end: #4573d2;--color-chart-blue-fill-1: #426cc5;--color-chart-blue-fill-2: #6583d8;--color-chart-blue-fill-3: #8497df;--color-chart-blue-fill-4: #9face6;--color-chart-blue-fill-5: #b7bfec;--color-chart-blue-fill-6: #d1d5f3;--color-chart-blue-fill-7: #e3e5f8;--color-chart-blue-fill-8: #edeffa;--color-chart-blue-fill-core: #4573d2;--color-chart-blue-lollipop-connector: #d1d5f3;--color-chart-blue-lollipop-head: #4573d2;--color-chart-indigo-bar-gradient-start: #8d84e8;--color-chart-indigo-bar-gradient-end: #8d84e8;--color-chart-indigo-fill-1: #6e66b1;--color-chart-indigo-fill-2: #847bd8;--color-chart-indigo-fill-3: #998fea;--color-chart-indigo-fill-4: #b0a6ef;--color-chart-indigo-fill-5: #c4baf3;--color-chart-indigo-fill-6: #d9d2f8;--color-chart-indigo-fill-7: #e7e2fa;--color-chart-indigo-fill-8: #f1edfc;--color-chart-indigo-fill-core: #8d84e8;--color-chart-indigo-lollipop-connector: #d9d2f8;--color-chart-indigo-lollipop-head: #8d84e8;--color-chart-purple-bar-gradient-start: #b36bd4;--color-chart-purple-bar-gradient-end: #b36bd4;--color-chart-purple-fill-1: #9158ab;--color-chart-purple-fill-2: #b06ad1;--color-chart-purple-fill-3: #c083db;--color-chart-purple-fill-4: #ce9ce3;--color-chart-purple-fill-5: #dab3ea;--color-chart-purple-fill-6: #e7cdf1;--color-chart-purple-fill-7: #f1e1f7;--color-chart-purple-fill-8: #f6ecfa;--color-chart-purple-fill-core: #b36bd4;--color-chart-purple-lollipop-connector: #e7cdf1;--color-chart-purple-lollipop-head: #b36bd4;--color-chart-magenta-bar-gradient-start: #f9aaef;--color-chart-magenta-bar-gradient-end: #f9aaef;--color-chart-magenta-fill-1: #8c6186;--color-chart-magenta-fill-2: #aa76a3;--color-chart-magenta-fill-3: #c387bc;--color-chart-magenta-fill-4: #de98d5;--color-chart-magenta-fill-5: #f5a8ec;--color-chart-magenta-fill-6: #fcc6f4;--color-chart-magenta-fill-7: #fedbf8;--color-chart-magenta-fill-8: #ffe9fb;--color-chart-magenta-fill-core: #f9aaef;--color-chart-magenta-lollipop-connector: #fcc6f4;--color-chart-magenta-lollipop-head: #f9aaef;--color-chart-hot-pink-bar-gradient-start: #f26fb2;--color-chart-hot-pink-bar-gradient-end: #f26fb2;--color-chart-hot-pink-fill-1: #aa517e;--color-chart-hot-pink-fill-2: #cf6199;--color-chart-hot-pink-fill-3: #ee6eaf;--color-chart-hot-pink-fill-4: #f78dc0;--color-chart-hot-pink-fill-5: #fba9cf;--color-chart-hot-pink-fill-6: #fec7df;--color-chart-hot-pink-fill-7: #ffdceb;--color-chart-hot-pink-fill-8: #ffeaf3;--color-chart-hot-pink-fill-core: #f26fb2;--color-chart-hot-pink-lollipop-connector: #fec7df;--color-chart-hot-pink-lollipop-head: #f26fb2;--color-chart-pink-bar-gradient-start: #fc979a;--color-chart-pink-bar-gradient-end: #fc979a;--color-chart-pink-fill-1: #9b5f61;--color-chart-pink-fill-2: #bd7274;--color-chart-pink-fill-3: #d88385;--color-chart-pink-fill-4: #f59396;--color-chart-pink-fill-5: #ffabac;--color-chart-pink-fill-6: #ffc9c9;--color-chart-pink-fill-7: #ffdede;--color-chart-pink-fill-8: #ffeaea;--color-chart-pink-fill-core: #fc979a;--color-chart-pink-lollipop-connector: #ffc9c9;--color-chart-pink-lollipop-head: #fc979a;--color-chart-cool-gray-bar-gradient-start: #6d6e6f;--color-chart-cool-gray-bar-gradient-end: #6d6e6f;--color-chart-cool-gray-fill-1: #6e6f70;--color-chart-cool-gray-fill-2: #868788;--color-chart-cool-gray-fill-3: #9a9a9b;--color-chart-cool-gray-fill-4: #aeafaf;--color-chart-cool-gray-fill-5: #c1c1c2;--color-chart-cool-gray-fill-6: #d6d6d6;--color-chart-cool-gray-fill-7: #e6e6e7;--color-chart-cool-gray-fill-8: #efefef;--color-chart-cool-gray-fill-core: #6d6e6f;--color-chart-cool-gray-lollipop-connector: #d6d6d6;--color-chart-cool-gray-lollipop-head: #6d6e6f;--color-chart-none-bar-gradient-start: #c7c4c4;--color-chart-none-bar-gradient-end: #c7c4c4;--color-chart-none-fill-1: #706f6f;--color-chart-none-fill-2: #888686;--color-chart-none-fill-3: #9c9a9a;--color-chart-none-fill-4: #b1aeae;--color-chart-none-fill-5: #c3c0c0;--color-chart-none-fill-6: #d7d5d5;--color-chart-none-fill-7: #e7e6e6;--color-chart-none-fill-8: #f0efef;--color-chart-none-fill-core: #c7c4c4;--color-chart-none-lollipop-connector: #d7d5d5;--color-chart-none-lollipop-head: #c7c4c4;--color-chart-status-on-track: #5da283;--color-chart-status-off-track: #f06a6f;--color-chart-status-at-risk: #f1bd6c;--color-chart-status-on-hold: #4573d2;--color-chart-status-completed: #cde8de;--color-chart-status-none: #c7c4c4;--color-chart-customization-other: #cfcbcb;--color-chart-customization-none: #afabac}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-chart-background-export: #fff;--color-chart-border: #1e1f21;--color-chart-text: #f5f4f3;--color-chart-text-export: #1e1f21;--color-chart-text-y-axis: #a2a0a2;--color-chart-text-y-axis-export: #6d6e6f;--color-chart-text-x-axis: #f5f4f3;--color-chart-text-x-axis-export: #1e1f21;--color-chart-red-bar-gradient-start: #f06a6a;--color-chart-red-bar-gradient-end: #f06a6a;--color-chart-red-fill-1: #b25151;--color-chart-red-fill-2: #d96161;--color-chart-red-fill-3: #f27372;--color-chart-red-fill-4: #f9928e;--color-chart-red-fill-5: #feaca7;--color-chart-red-fill-6: #ffcac6;--color-chart-red-fill-7: #ffdfdc;--color-chart-red-fill-8: #ffeae8;--color-chart-red-fill-core: #f06a6a;--color-chart-red-lollipop-connector: #ffcac6;--color-chart-red-lollipop-head: #f06a6a;--color-chart-orange-bar-gradient-start: #ec8d71;--color-chart-orange-bar-gradient-end: #ec8d71;--color-chart-orange-fill-1: #9d604d;--color-chart-orange-fill-2: #bf735d;--color-chart-orange-fill-3: #db8369;--color-chart-orange-fill-4: #f0987e;--color-chart-orange-fill-5: #f6b19c;--color-chart-orange-fill-6: #fccbbd;--color-chart-orange-fill-7: #fee0d7;--color-chart-orange-fill-8: #ffebe6;--color-chart-orange-fill-core: #ec8d71;--color-chart-orange-lollipop-connector: #fccbbd;--color-chart-orange-lollipop-head: #ec8d71;--color-chart-yellow-orange-bar-gradient-start: #f1bd6c;--color-chart-yellow-orange-bar-gradient-end: #f1bd6c;--color-chart-yellow-orange-fill-1: #876a40;--color-chart-yellow-orange-fill-2: #a4814c;--color-chart-yellow-orange-fill-3: #bc9456;--color-chart-yellow-orange-fill-4: #d4a760;--color-chart-yellow-orange-fill-5: #ebb86a;--color-chart-yellow-orange-fill-6: #f8cf96;--color-chart-yellow-orange-fill-7: #fde2c0;--color-chart-yellow-orange-fill-8: #ffebd4;--color-chart-yellow-orange-fill-core: #f1bd6c;--color-chart-yellow-orange-lollipop-connector: #f8cf96;--color-chart-yellow-orange-lollipop-head: #f1bd6c;--color-chart-yellow-bar-gradient-start: #f8df72;--color-chart-yellow-bar-gradient-end: #f8df72;--color-chart-yellow-fill-1: #7c6f3d;--color-chart-yellow-fill-2: #958648;--color-chart-yellow-fill-3: #ab9a52;--color-chart-yellow-fill-4: #c2ae5b;--color-chart-yellow-fill-5: #d6c064;--color-chart-yellow-fill-6: #eed66e;--color-chart-yellow-fill-7: #fce58e;--color-chart-yellow-fill-8: #ffefba;--color-chart-yellow-fill-core: #f8df72;--color-chart-yellow-lollipop-connector: #eed66e;--color-chart-yellow-lollipop-head: #f8df72;--color-chart-yellow-green-bar-gradient-start: #aecf55;--color-chart-yellow-green-bar-gradient-end: #aecf55;--color-chart-yellow-green-fill-1: #657635;--color-chart-yellow-green-fill-2: #7a8f3e;--color-chart-yellow-green-fill-3: #8ba446;--color-chart-yellow-green-fill-4: #9dba4e;--color-chart-yellow-green-fill-5: #accd54;--color-chart-yellow-green-fill-6: #ccdf90;--color-chart-yellow-green-fill-7: #e0ebb8;--color-chart-yellow-green-fill-8: #ecf3d4;--color-chart-yellow-green-fill-core: #aecf55;--color-chart-yellow-green-lollipop-connector: #ccdf90;--color-chart-yellow-green-lollipop-head: #aecf55;--color-chart-green-bar-gradient-start: #5da283;--color-chart-green-bar-gradient-end: #5da283;--color-chart-green-fill-1: #487963;--color-chart-green-fill-2: #559377;--color-chart-green-fill-3: #67a78a;--color-chart-green-fill-4: #87b9a1;--color-chart-green-fill-5: #a3cab7;--color-chart-green-fill-6: #c2dccf;--color-chart-green-fill-7: #d9e9e1;--color-chart-green-fill-8: #e6f1eb;--color-chart-green-fill-core: #5da283;--color-chart-green-lollipop-connector: #c2dccf;--color-chart-green-lollipop-head: #5da283;--color-chart-blue-green-bar-gradient-start: #4ecbc4;--color-chart-blue-green-bar-gradient-end: #4ecbc4;--color-chart-blue-green-fill-1: #367a76;--color-chart-blue-green-fill-2: #3e948f;--color-chart-blue-green-fill-3: #45a9a4;--color-chart-blue-green-fill-4: #4bc0ba;--color-chart-blue-green-fill-5: #6ad1cb;--color-chart-blue-green-fill-6: #a3e1dc;--color-chart-blue-green-fill-7: #c7ede9;--color-chart-blue-green-fill-8: #ddf4f2;--color-chart-blue-green-fill-core: #4ecbc4;--color-chart-blue-green-lollipop-connector: #a3e1dc;--color-chart-blue-green-lollipop-head: #4ecbc4;--color-chart-aqua-bar-gradient-start: #9ee7e3;--color-chart-aqua-bar-gradient-end: #9ee7e3;--color-chart-aqua-fill-1: #537574;--color-chart-aqua-fill-2: #648e8c;--color-chart-aqua-fill-3: #72a3a0;--color-chart-aqua-fill-4: #80b9b6;--color-chart-aqua-fill-5: #8cccc8;--color-chart-aqua-fill-6: #9be3df;--color-chart-aqua-fill-7: #c1efec;--color-chart-aqua-fill-8: #d8f5f3;--color-chart-aqua-fill-core: #9ee7e3;--color-chart-aqua-lollipop-connector: #9be3df;--color-chart-aqua-lollipop-head: #9ee7e3;--color-chart-blue-bar-gradient-start: #4573d2;--color-chart-blue-bar-gradient-end: #4573d2;--color-chart-blue-fill-1: #426cc5;--color-chart-blue-fill-2: #6583d8;--color-chart-blue-fill-3: #8497df;--color-chart-blue-fill-4: #9face6;--color-chart-blue-fill-5: #b7bfec;--color-chart-blue-fill-6: #d1d5f3;--color-chart-blue-fill-7: #e3e5f8;--color-chart-blue-fill-8: #edeffa;--color-chart-blue-fill-core: #4573d2;--color-chart-blue-lollipop-connector: #d1d5f3;--color-chart-blue-lollipop-head: #4573d2;--color-chart-indigo-bar-gradient-start: #8d84e8;--color-chart-indigo-bar-gradient-end: #8d84e8;--color-chart-indigo-fill-1: #6e66b1;--color-chart-indigo-fill-2: #847bd8;--color-chart-indigo-fill-3: #998fea;--color-chart-indigo-fill-4: #b0a6ef;--color-chart-indigo-fill-5: #c4baf3;--color-chart-indigo-fill-6: #d9d2f8;--color-chart-indigo-fill-7: #e7e2fa;--color-chart-indigo-fill-8: #f1edfc;--color-chart-indigo-fill-core: #8d84e8;--color-chart-indigo-lollipop-connector: #d9d2f8;--color-chart-indigo-lollipop-head: #8d84e8;--color-chart-purple-bar-gradient-start: #b36bd4;--color-chart-purple-bar-gradient-end: #b36bd4;--color-chart-purple-fill-1: #9158ab;--color-chart-purple-fill-2: #b06ad1;--color-chart-purple-fill-3: #c083db;--color-chart-purple-fill-4: #ce9ce3;--color-chart-purple-fill-5: #dab3ea;--color-chart-purple-fill-6: #e7cdf1;--color-chart-purple-fill-7: #f1e1f7;--color-chart-purple-fill-8: #f6ecfa;--color-chart-purple-fill-core: #b36bd4;--color-chart-purple-lollipop-connector: #e7cdf1;--color-chart-purple-lollipop-head: #b36bd4;--color-chart-magenta-bar-gradient-start: #f9aaef;--color-chart-magenta-bar-gradient-end: #f9aaef;--color-chart-magenta-fill-1: #8c6186;--color-chart-magenta-fill-2: #aa76a3;--color-chart-magenta-fill-3: #c387bc;--color-chart-magenta-fill-4: #de98d5;--color-chart-magenta-fill-5: #f5a8ec;--color-chart-magenta-fill-6: #fcc6f4;--color-chart-magenta-fill-7: #fedbf8;--color-chart-magenta-fill-8: #ffe9fb;--color-chart-magenta-fill-core: #f9aaef;--color-chart-magenta-lollipop-connector: #fcc6f4;--color-chart-magenta-lollipop-head: #f9aaef;--color-chart-hot-pink-bar-gradient-start: #f26fb2;--color-chart-hot-pink-bar-gradient-end: #f26fb2;--color-chart-hot-pink-fill-1: #aa517e;--color-chart-hot-pink-fill-2: #cf6199;--color-chart-hot-pink-fill-3: #ee6eaf;--color-chart-hot-pink-fill-4: #f78dc0;--color-chart-hot-pink-fill-5: #fba9cf;--color-chart-hot-pink-fill-6: #fec7df;--color-chart-hot-pink-fill-7: #ffdceb;--color-chart-hot-pink-fill-8: #ffeaf3;--color-chart-hot-pink-fill-core: #f26fb2;--color-chart-hot-pink-lollipop-connector: #fec7df;--color-chart-hot-pink-lollipop-head: #f26fb2;--color-chart-pink-bar-gradient-start: #fc979a;--color-chart-pink-bar-gradient-end: #fc979a;--color-chart-pink-fill-1: #9b5f61;--color-chart-pink-fill-2: #bd7274;--color-chart-pink-fill-3: #d88385;--color-chart-pink-fill-4: #f59396;--color-chart-pink-fill-5: #ffabac;--color-chart-pink-fill-6: #ffc9c9;--color-chart-pink-fill-7: #ffdede;--color-chart-pink-fill-8: #ffeaea;--color-chart-pink-fill-core: #fc979a;--color-chart-pink-lollipop-connector: #ffc9c9;--color-chart-pink-lollipop-head: #fc979a;--color-chart-cool-gray-bar-gradient-start: #6d6e6f;--color-chart-cool-gray-bar-gradient-end: #6d6e6f;--color-chart-cool-gray-fill-1: #6e6f70;--color-chart-cool-gray-fill-2: #868788;--color-chart-cool-gray-fill-3: #9a9a9b;--color-chart-cool-gray-fill-4: #aeafaf;--color-chart-cool-gray-fill-5: #c1c1c2;--color-chart-cool-gray-fill-6: #d6d6d6;--color-chart-cool-gray-fill-7: #e6e6e7;--color-chart-cool-gray-fill-8: #efefef;--color-chart-cool-gray-fill-core: #6d6e6f;--color-chart-cool-gray-lollipop-connector: #d6d6d6;--color-chart-cool-gray-lollipop-head: #6d6e6f;--color-chart-none-bar-gradient-start: #c7c4c4;--color-chart-none-bar-gradient-end: #c7c4c4;--color-chart-none-fill-1: #706f6f;--color-chart-none-fill-2: #888686;--color-chart-none-fill-3: #9c9a9a;--color-chart-none-fill-4: #b1aeae;--color-chart-none-fill-5: #c3c0c0;--color-chart-none-fill-6: #d7d5d5;--color-chart-none-fill-7: #e7e6e6;--color-chart-none-fill-8: #f0efef;--color-chart-none-fill-core: #c7c4c4;--color-chart-none-lollipop-connector: #d7d5d5;--color-chart-none-lollipop-head: #c7c4c4;--color-chart-status-on-track: #5da283;--color-chart-status-off-track: #f06a6f;--color-chart-status-at-risk: #f1bd6c;--color-chart-status-on-hold: #4573d2;--color-chart-status-completed: #244c45;--color-chart-status-none: #c7c4c4;--color-chart-customization-other: #cfcbcb;--color-chart-customization-none: #afabac}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-chart-background-export: #fff;--color-chart-border: #1e1f21;--color-chart-text: #f5f4f3;--color-chart-text-export: #1e1f21;--color-chart-text-y-axis: #a2a0a2;--color-chart-text-y-axis-export: #6d6e6f;--color-chart-text-x-axis: #f5f4f3;--color-chart-text-x-axis-export: #1e1f21;--color-chart-red-bar-gradient-start: #f06a6a;--color-chart-red-bar-gradient-end: #f06a6a;--color-chart-red-fill-1: #b25151;--color-chart-red-fill-2: #d96161;--color-chart-red-fill-3: #f27372;--color-chart-red-fill-4: #f9928e;--color-chart-red-fill-5: #feaca7;--color-chart-red-fill-6: #ffcac6;--color-chart-red-fill-7: #ffdfdc;--color-chart-red-fill-8: #ffeae8;--color-chart-red-fill-core: #f06a6a;--color-chart-red-lollipop-connector: #ffcac6;--color-chart-red-lollipop-head: #f06a6a;--color-chart-orange-bar-gradient-start: #ec8d71;--color-chart-orange-bar-gradient-end: #ec8d71;--color-chart-orange-fill-1: #9d604d;--color-chart-orange-fill-2: #bf735d;--color-chart-orange-fill-3: #db8369;--color-chart-orange-fill-4: #f0987e;--color-chart-orange-fill-5: #f6b19c;--color-chart-orange-fill-6: #fccbbd;--color-chart-orange-fill-7: #fee0d7;--color-chart-orange-fill-8: #ffebe6;--color-chart-orange-fill-core: #ec8d71;--color-chart-orange-lollipop-connector: #fccbbd;--color-chart-orange-lollipop-head: #ec8d71;--color-chart-yellow-orange-bar-gradient-start: #f1bd6c;--color-chart-yellow-orange-bar-gradient-end: #f1bd6c;--color-chart-yellow-orange-fill-1: #876a40;--color-chart-yellow-orange-fill-2: #a4814c;--color-chart-yellow-orange-fill-3: #bc9456;--color-chart-yellow-orange-fill-4: #d4a760;--color-chart-yellow-orange-fill-5: #ebb86a;--color-chart-yellow-orange-fill-6: #f8cf96;--color-chart-yellow-orange-fill-7: #fde2c0;--color-chart-yellow-orange-fill-8: #ffebd4;--color-chart-yellow-orange-fill-core: #f1bd6c;--color-chart-yellow-orange-lollipop-connector: #f8cf96;--color-chart-yellow-orange-lollipop-head: #f1bd6c;--color-chart-yellow-bar-gradient-start: #f8df72;--color-chart-yellow-bar-gradient-end: #f8df72;--color-chart-yellow-fill-1: #7c6f3d;--color-chart-yellow-fill-2: #958648;--color-chart-yellow-fill-3: #ab9a52;--color-chart-yellow-fill-4: #c2ae5b;--color-chart-yellow-fill-5: #d6c064;--color-chart-yellow-fill-6: #eed66e;--color-chart-yellow-fill-7: #fce58e;--color-chart-yellow-fill-8: #ffefba;--color-chart-yellow-fill-core: #f8df72;--color-chart-yellow-lollipop-connector: #eed66e;--color-chart-yellow-lollipop-head: #f8df72;--color-chart-yellow-green-bar-gradient-start: #aecf55;--color-chart-yellow-green-bar-gradient-end: #aecf55;--color-chart-yellow-green-fill-1: #657635;--color-chart-yellow-green-fill-2: #7a8f3e;--color-chart-yellow-green-fill-3: #8ba446;--color-chart-yellow-green-fill-4: #9dba4e;--color-chart-yellow-green-fill-5: #accd54;--color-chart-yellow-green-fill-6: #ccdf90;--color-chart-yellow-green-fill-7: #e0ebb8;--color-chart-yellow-green-fill-8: #ecf3d4;--color-chart-yellow-green-fill-core: #aecf55;--color-chart-yellow-green-lollipop-connector: #ccdf90;--color-chart-yellow-green-lollipop-head: #aecf55;--color-chart-green-bar-gradient-start: #5da283;--color-chart-green-bar-gradient-end: #5da283;--color-chart-green-fill-1: #487963;--color-chart-green-fill-2: #559377;--color-chart-green-fill-3: #67a78a;--color-chart-green-fill-4: #87b9a1;--color-chart-green-fill-5: #a3cab7;--color-chart-green-fill-6: #c2dccf;--color-chart-green-fill-7: #d9e9e1;--color-chart-green-fill-8: #e6f1eb;--color-chart-green-fill-core: #5da283;--color-chart-green-lollipop-connector: #c2dccf;--color-chart-green-lollipop-head: #5da283;--color-chart-blue-green-bar-gradient-start: #4ecbc4;--color-chart-blue-green-bar-gradient-end: #4ecbc4;--color-chart-blue-green-fill-1: #367a76;--color-chart-blue-green-fill-2: #3e948f;--color-chart-blue-green-fill-3: #45a9a4;--color-chart-blue-green-fill-4: #4bc0ba;--color-chart-blue-green-fill-5: #6ad1cb;--color-chart-blue-green-fill-6: #a3e1dc;--color-chart-blue-green-fill-7: #c7ede9;--color-chart-blue-green-fill-8: #ddf4f2;--color-chart-blue-green-fill-core: #4ecbc4;--color-chart-blue-green-lollipop-connector: #a3e1dc;--color-chart-blue-green-lollipop-head: #4ecbc4;--color-chart-aqua-bar-gradient-start: #9ee7e3;--color-chart-aqua-bar-gradient-end: #9ee7e3;--color-chart-aqua-fill-1: #537574;--color-chart-aqua-fill-2: #648e8c;--color-chart-aqua-fill-3: #72a3a0;--color-chart-aqua-fill-4: #80b9b6;--color-chart-aqua-fill-5: #8cccc8;--color-chart-aqua-fill-6: #9be3df;--color-chart-aqua-fill-7: #c1efec;--color-chart-aqua-fill-8: #d8f5f3;--color-chart-aqua-fill-core: #9ee7e3;--color-chart-aqua-lollipop-connector: #9be3df;--color-chart-aqua-lollipop-head: #9ee7e3;--color-chart-blue-bar-gradient-start: #4573d2;--color-chart-blue-bar-gradient-end: #4573d2;--color-chart-blue-fill-1: #426cc5;--color-chart-blue-fill-2: #6583d8;--color-chart-blue-fill-3: #8497df;--color-chart-blue-fill-4: #9face6;--color-chart-blue-fill-5: #b7bfec;--color-chart-blue-fill-6: #d1d5f3;--color-chart-blue-fill-7: #e3e5f8;--color-chart-blue-fill-8: #edeffa;--color-chart-blue-fill-core: #4573d2;--color-chart-blue-lollipop-connector: #d1d5f3;--color-chart-blue-lollipop-head: #4573d2;--color-chart-indigo-bar-gradient-start: #8d84e8;--color-chart-indigo-bar-gradient-end: #8d84e8;--color-chart-indigo-fill-1: #6e66b1;--color-chart-indigo-fill-2: #847bd8;--color-chart-indigo-fill-3: #998fea;--color-chart-indigo-fill-4: #b0a6ef;--color-chart-indigo-fill-5: #c4baf3;--color-chart-indigo-fill-6: #d9d2f8;--color-chart-indigo-fill-7: #e7e2fa;--color-chart-indigo-fill-8: #f1edfc;--color-chart-indigo-fill-core: #8d84e8;--color-chart-indigo-lollipop-connector: #d9d2f8;--color-chart-indigo-lollipop-head: #8d84e8;--color-chart-purple-bar-gradient-start: #b36bd4;--color-chart-purple-bar-gradient-end: #b36bd4;--color-chart-purple-fill-1: #9158ab;--color-chart-purple-fill-2: #b06ad1;--color-chart-purple-fill-3: #c083db;--color-chart-purple-fill-4: #ce9ce3;--color-chart-purple-fill-5: #dab3ea;--color-chart-purple-fill-6: #e7cdf1;--color-chart-purple-fill-7: #f1e1f7;--color-chart-purple-fill-8: #f6ecfa;--color-chart-purple-fill-core: #b36bd4;--color-chart-purple-lollipop-connector: #e7cdf1;--color-chart-purple-lollipop-head: #b36bd4;--color-chart-magenta-bar-gradient-start: #f9aaef;--color-chart-magenta-bar-gradient-end: #f9aaef;--color-chart-magenta-fill-1: #8c6186;--color-chart-magenta-fill-2: #aa76a3;--color-chart-magenta-fill-3: #c387bc;--color-chart-magenta-fill-4: #de98d5;--color-chart-magenta-fill-5: #f5a8ec;--color-chart-magenta-fill-6: #fcc6f4;--color-chart-magenta-fill-7: #fedbf8;--color-chart-magenta-fill-8: #ffe9fb;--color-chart-magenta-fill-core: #f9aaef;--color-chart-magenta-lollipop-connector: #fcc6f4;--color-chart-magenta-lollipop-head: #f9aaef;--color-chart-hot-pink-bar-gradient-start: #f26fb2;--color-chart-hot-pink-bar-gradient-end: #f26fb2;--color-chart-hot-pink-fill-1: #aa517e;--color-chart-hot-pink-fill-2: #cf6199;--color-chart-hot-pink-fill-3: #ee6eaf;--color-chart-hot-pink-fill-4: #f78dc0;--color-chart-hot-pink-fill-5: #fba9cf;--color-chart-hot-pink-fill-6: #fec7df;--color-chart-hot-pink-fill-7: #ffdceb;--color-chart-hot-pink-fill-8: #ffeaf3;--color-chart-hot-pink-fill-core: #f26fb2;--color-chart-hot-pink-lollipop-connector: #fec7df;--color-chart-hot-pink-lollipop-head: #f26fb2;--color-chart-pink-bar-gradient-start: #fc979a;--color-chart-pink-bar-gradient-end: #fc979a;--color-chart-pink-fill-1: #9b5f61;--color-chart-pink-fill-2: #bd7274;--color-chart-pink-fill-3: #d88385;--color-chart-pink-fill-4: #f59396;--color-chart-pink-fill-5: #ffabac;--color-chart-pink-fill-6: #ffc9c9;--color-chart-pink-fill-7: #ffdede;--color-chart-pink-fill-8: #ffeaea;--color-chart-pink-fill-core: #fc979a;--color-chart-pink-lollipop-connector: #ffc9c9;--color-chart-pink-lollipop-head: #fc979a;--color-chart-cool-gray-bar-gradient-start: #6d6e6f;--color-chart-cool-gray-bar-gradient-end: #6d6e6f;--color-chart-cool-gray-fill-1: #6e6f70;--color-chart-cool-gray-fill-2: #868788;--color-chart-cool-gray-fill-3: #9a9a9b;--color-chart-cool-gray-fill-4: #aeafaf;--color-chart-cool-gray-fill-5: #c1c1c2;--color-chart-cool-gray-fill-6: #d6d6d6;--color-chart-cool-gray-fill-7: #e6e6e7;--color-chart-cool-gray-fill-8: #efefef;--color-chart-cool-gray-fill-core: #6d6e6f;--color-chart-cool-gray-lollipop-connector: #d6d6d6;--color-chart-cool-gray-lollipop-head: #6d6e6f;--color-chart-none-bar-gradient-start: #c7c4c4;--color-chart-none-bar-gradient-end: #c7c4c4;--color-chart-none-fill-1: #706f6f;--color-chart-none-fill-2: #888686;--color-chart-none-fill-3: #9c9a9a;--color-chart-none-fill-4: #b1aeae;--color-chart-none-fill-5: #c3c0c0;--color-chart-none-fill-6: #d7d5d5;--color-chart-none-fill-7: #e7e6e6;--color-chart-none-fill-8: #f0efef;--color-chart-none-fill-core: #c7c4c4;--color-chart-none-lollipop-connector: #d7d5d5;--color-chart-none-lollipop-head: #c7c4c4;--color-chart-status-on-track: #5da283;--color-chart-status-off-track: #f06a6f;--color-chart-status-at-risk: #f1bd6c;--color-chart-status-on-hold: #4573d2;--color-chart-status-completed: #244c45;--color-chart-status-none: #c7c4c4;--color-chart-customization-other: #cfcbcb;--color-chart-customization-none: #afabac}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-chart-background-export: #fff;--color-chart-border: #1e1f21;--color-chart-text: #f5f4f3;--color-chart-text-export: #1e1f21;--color-chart-text-y-axis: #a2a0a2;--color-chart-text-y-axis-export: #6d6e6f;--color-chart-text-x-axis: #f5f4f3;--color-chart-text-x-axis-export: #1e1f21;--color-chart-red-bar-gradient-start: #f06a6a;--color-chart-red-bar-gradient-end: #f06a6a;--color-chart-red-fill-1: #b25151;--color-chart-red-fill-2: #d96161;--color-chart-red-fill-3: #f27372;--color-chart-red-fill-4: #f9928e;--color-chart-red-fill-5: #feaca7;--color-chart-red-fill-6: #ffcac6;--color-chart-red-fill-7: #ffdfdc;--color-chart-red-fill-8: #ffeae8;--color-chart-red-fill-core: #f06a6a;--color-chart-red-lollipop-connector: #ffcac6;--color-chart-red-lollipop-head: #f06a6a;--color-chart-orange-bar-gradient-start: #ec8d71;--color-chart-orange-bar-gradient-end: #ec8d71;--color-chart-orange-fill-1: #9d604d;--color-chart-orange-fill-2: #bf735d;--color-chart-orange-fill-3: #db8369;--color-chart-orange-fill-4: #f0987e;--color-chart-orange-fill-5: #f6b19c;--color-chart-orange-fill-6: #fccbbd;--color-chart-orange-fill-7: #fee0d7;--color-chart-orange-fill-8: #ffebe6;--color-chart-orange-fill-core: #ec8d71;--color-chart-orange-lollipop-connector: #fccbbd;--color-chart-orange-lollipop-head: #ec8d71;--color-chart-yellow-orange-bar-gradient-start: #f1bd6c;--color-chart-yellow-orange-bar-gradient-end: #f1bd6c;--color-chart-yellow-orange-fill-1: #876a40;--color-chart-yellow-orange-fill-2: #a4814c;--color-chart-yellow-orange-fill-3: #bc9456;--color-chart-yellow-orange-fill-4: #d4a760;--color-chart-yellow-orange-fill-5: #ebb86a;--color-chart-yellow-orange-fill-6: #f8cf96;--color-chart-yellow-orange-fill-7: #fde2c0;--color-chart-yellow-orange-fill-8: #ffebd4;--color-chart-yellow-orange-fill-core: #f1bd6c;--color-chart-yellow-orange-lollipop-connector: #f8cf96;--color-chart-yellow-orange-lollipop-head: #f1bd6c;--color-chart-yellow-bar-gradient-start: #f8df72;--color-chart-yellow-bar-gradient-end: #f8df72;--color-chart-yellow-fill-1: #7c6f3d;--color-chart-yellow-fill-2: #958648;--color-chart-yellow-fill-3: #ab9a52;--color-chart-yellow-fill-4: #c2ae5b;--color-chart-yellow-fill-5: #d6c064;--color-chart-yellow-fill-6: #eed66e;--color-chart-yellow-fill-7: #fce58e;--color-chart-yellow-fill-8: #ffefba;--color-chart-yellow-fill-core: #f8df72;--color-chart-yellow-lollipop-connector: #eed66e;--color-chart-yellow-lollipop-head: #f8df72;--color-chart-yellow-green-bar-gradient-start: #aecf55;--color-chart-yellow-green-bar-gradient-end: #aecf55;--color-chart-yellow-green-fill-1: #657635;--color-chart-yellow-green-fill-2: #7a8f3e;--color-chart-yellow-green-fill-3: #8ba446;--color-chart-yellow-green-fill-4: #9dba4e;--color-chart-yellow-green-fill-5: #accd54;--color-chart-yellow-green-fill-6: #ccdf90;--color-chart-yellow-green-fill-7: #e0ebb8;--color-chart-yellow-green-fill-8: #ecf3d4;--color-chart-yellow-green-fill-core: #aecf55;--color-chart-yellow-green-lollipop-connector: #ccdf90;--color-chart-yellow-green-lollipop-head: #aecf55;--color-chart-green-bar-gradient-start: #5da283;--color-chart-green-bar-gradient-end: #5da283;--color-chart-green-fill-1: #487963;--color-chart-green-fill-2: #559377;--color-chart-green-fill-3: #67a78a;--color-chart-green-fill-4: #87b9a1;--color-chart-green-fill-5: #a3cab7;--color-chart-green-fill-6: #c2dccf;--color-chart-green-fill-7: #d9e9e1;--color-chart-green-fill-8: #e6f1eb;--color-chart-green-fill-core: #5da283;--color-chart-green-lollipop-connector: #c2dccf;--color-chart-green-lollipop-head: #5da283;--color-chart-blue-green-bar-gradient-start: #4ecbc4;--color-chart-blue-green-bar-gradient-end: #4ecbc4;--color-chart-blue-green-fill-1: #367a76;--color-chart-blue-green-fill-2: #3e948f;--color-chart-blue-green-fill-3: #45a9a4;--color-chart-blue-green-fill-4: #4bc0ba;--color-chart-blue-green-fill-5: #6ad1cb;--color-chart-blue-green-fill-6: #a3e1dc;--color-chart-blue-green-fill-7: #c7ede9;--color-chart-blue-green-fill-8: #ddf4f2;--color-chart-blue-green-fill-core: #4ecbc4;--color-chart-blue-green-lollipop-connector: #a3e1dc;--color-chart-blue-green-lollipop-head: #4ecbc4;--color-chart-aqua-bar-gradient-start: #9ee7e3;--color-chart-aqua-bar-gradient-end: #9ee7e3;--color-chart-aqua-fill-1: #537574;--color-chart-aqua-fill-2: #648e8c;--color-chart-aqua-fill-3: #72a3a0;--color-chart-aqua-fill-4: #80b9b6;--color-chart-aqua-fill-5: #8cccc8;--color-chart-aqua-fill-6: #9be3df;--color-chart-aqua-fill-7: #c1efec;--color-chart-aqua-fill-8: #d8f5f3;--color-chart-aqua-fill-core: #9ee7e3;--color-chart-aqua-lollipop-connector: #9be3df;--color-chart-aqua-lollipop-head: #9ee7e3;--color-chart-blue-bar-gradient-start: #4573d2;--color-chart-blue-bar-gradient-end: #4573d2;--color-chart-blue-fill-1: #426cc5;--color-chart-blue-fill-2: #6583d8;--color-chart-blue-fill-3: #8497df;--color-chart-blue-fill-4: #9face6;--color-chart-blue-fill-5: #b7bfec;--color-chart-blue-fill-6: #d1d5f3;--color-chart-blue-fill-7: #e3e5f8;--color-chart-blue-fill-8: #edeffa;--color-chart-blue-fill-core: #4573d2;--color-chart-blue-lollipop-connector: #d1d5f3;--color-chart-blue-lollipop-head: #4573d2;--color-chart-indigo-bar-gradient-start: #8d84e8;--color-chart-indigo-bar-gradient-end: #8d84e8;--color-chart-indigo-fill-1: #6e66b1;--color-chart-indigo-fill-2: #847bd8;--color-chart-indigo-fill-3: #998fea;--color-chart-indigo-fill-4: #b0a6ef;--color-chart-indigo-fill-5: #c4baf3;--color-chart-indigo-fill-6: #d9d2f8;--color-chart-indigo-fill-7: #e7e2fa;--color-chart-indigo-fill-8: #f1edfc;--color-chart-indigo-fill-core: #8d84e8;--color-chart-indigo-lollipop-connector: #d9d2f8;--color-chart-indigo-lollipop-head: #8d84e8;--color-chart-purple-bar-gradient-start: #b36bd4;--color-chart-purple-bar-gradient-end: #b36bd4;--color-chart-purple-fill-1: #9158ab;--color-chart-purple-fill-2: #b06ad1;--color-chart-purple-fill-3: #c083db;--color-chart-purple-fill-4: #ce9ce3;--color-chart-purple-fill-5: #dab3ea;--color-chart-purple-fill-6: #e7cdf1;--color-chart-purple-fill-7: #f1e1f7;--color-chart-purple-fill-8: #f6ecfa;--color-chart-purple-fill-core: #b36bd4;--color-chart-purple-lollipop-connector: #e7cdf1;--color-chart-purple-lollipop-head: #b36bd4;--color-chart-magenta-bar-gradient-start: #f9aaef;--color-chart-magenta-bar-gradient-end: #f9aaef;--color-chart-magenta-fill-1: #8c6186;--color-chart-magenta-fill-2: #aa76a3;--color-chart-magenta-fill-3: #c387bc;--color-chart-magenta-fill-4: #de98d5;--color-chart-magenta-fill-5: #f5a8ec;--color-chart-magenta-fill-6: #fcc6f4;--color-chart-magenta-fill-7: #fedbf8;--color-chart-magenta-fill-8: #ffe9fb;--color-chart-magenta-fill-core: #f9aaef;--color-chart-magenta-lollipop-connector: #fcc6f4;--color-chart-magenta-lollipop-head: #f9aaef;--color-chart-hot-pink-bar-gradient-start: #f26fb2;--color-chart-hot-pink-bar-gradient-end: #f26fb2;--color-chart-hot-pink-fill-1: #aa517e;--color-chart-hot-pink-fill-2: #cf6199;--color-chart-hot-pink-fill-3: #ee6eaf;--color-chart-hot-pink-fill-4: #f78dc0;--color-chart-hot-pink-fill-5: #fba9cf;--color-chart-hot-pink-fill-6: #fec7df;--color-chart-hot-pink-fill-7: #ffdceb;--color-chart-hot-pink-fill-8: #ffeaf3;--color-chart-hot-pink-fill-core: #f26fb2;--color-chart-hot-pink-lollipop-connector: #fec7df;--color-chart-hot-pink-lollipop-head: #f26fb2;--color-chart-pink-bar-gradient-start: #fc979a;--color-chart-pink-bar-gradient-end: #fc979a;--color-chart-pink-fill-1: #9b5f61;--color-chart-pink-fill-2: #bd7274;--color-chart-pink-fill-3: #d88385;--color-chart-pink-fill-4: #f59396;--color-chart-pink-fill-5: #ffabac;--color-chart-pink-fill-6: #ffc9c9;--color-chart-pink-fill-7: #ffdede;--color-chart-pink-fill-8: #ffeaea;--color-chart-pink-fill-core: #fc979a;--color-chart-pink-lollipop-connector: #ffc9c9;--color-chart-pink-lollipop-head: #fc979a;--color-chart-cool-gray-bar-gradient-start: #6d6e6f;--color-chart-cool-gray-bar-gradient-end: #6d6e6f;--color-chart-cool-gray-fill-1: #6e6f70;--color-chart-cool-gray-fill-2: #868788;--color-chart-cool-gray-fill-3: #9a9a9b;--color-chart-cool-gray-fill-4: #aeafaf;--color-chart-cool-gray-fill-5: #c1c1c2;--color-chart-cool-gray-fill-6: #d6d6d6;--color-chart-cool-gray-fill-7: #e6e6e7;--color-chart-cool-gray-fill-8: #efefef;--color-chart-cool-gray-fill-core: #6d6e6f;--color-chart-cool-gray-lollipop-connector: #d6d6d6;--color-chart-cool-gray-lollipop-head: #6d6e6f;--color-chart-none-bar-gradient-start: #c7c4c4;--color-chart-none-bar-gradient-end: #c7c4c4;--color-chart-none-fill-1: #706f6f;--color-chart-none-fill-2: #888686;--color-chart-none-fill-3: #9c9a9a;--color-chart-none-fill-4: #b1aeae;--color-chart-none-fill-5: #c3c0c0;--color-chart-none-fill-6: #d7d5d5;--color-chart-none-fill-7: #e7e6e6;--color-chart-none-fill-8: #f0efef;--color-chart-none-fill-core: #c7c4c4;--color-chart-none-lollipop-connector: #d7d5d5;--color-chart-none-lollipop-head: #c7c4c4;--color-chart-status-on-track: #5da283;--color-chart-status-off-track: #f06a6f;--color-chart-status-at-risk: #f1bd6c;--color-chart-status-on-hold: #4573d2;--color-chart-status-completed: #244c45;--color-chart-status-none: #c7c4c4;--color-chart-customization-other: #cfcbcb;--color-chart-customization-none: #afabac;--color-chart-border: #36172a;--color-chart-text: #f8f4f6;--color-chart-text-y-axis: #bb97a9;--color-chart-text-x-axis: #f8f4f6}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode{--color-chart-status-on-track: #62d26f;--color-chart-status-off-track: #fd612c;--color-chart-status-at-risk: #d6ce38}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode .DesignTokenThemeDisabler{--color-chart-status-on-track: #62d26f;--color-chart-status-off-track: #fd612c;--color-chart-status-at-risk: #d6ce38}:host{--color-text: #1e1f21;--color-text-rgb: 30, 31, 33;--color-text-foreground: #fff;--color-text-disabled: #afabac;--color-text-weak: #6d6e6f;--color-text-weak-hover: #1e1f21;--color-icon: #6d6e6f;--color-icon-rgb: 109, 110, 111;--color-icon-foreground: #fff;--color-icon-hover: #1e1f21;--color-icon-active: #1e1f21;--color-icon-disabled: #afabac;--color-icon-strong: #6d6e6f;--color-border: #edeae9;--color-border-rgb: 237, 234, 233;--color-border-inverse: #fff;--color-border-hover: #afabac;--color-border-active: #6d6e6f;--color-border-strong: #cfcbcb;--color-background-weak: #fff;--color-background-weak-rgb: 255, 255, 255;--color-background-weak-hover-deprecated: #f9f8f8;--color-background-medium: #f9f8f8;--color-background-medium-rgb: 249, 248, 248;--color-background-hover: rgba(55, 23, 23, 0.03);--color-background-active: rgba(55, 23, 23, 0.05);--color-background-strong: #f5f3f3;--color-background-strong-rgb: 245, 243, 243;--color-selected-text: #4573d2;--color-selected-text-hover: #4464bb;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #f1f2fc;--color-selected-background-hover: #e7e9fc;--color-selected-background-active: #dbe0fd;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #5da283;--color-success-text-hover: #467761;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #467761;--color-success-icon-strong: #1e1f21;--color-success-border: #90c2ad;--color-success-border-hover: #5da283;--color-success-background: #eafaf4;--color-success-background-hover: #e0f4ec;--color-success-background-active: #cde8de;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #ad8950;--color-warning-text-hover: #9a7a48;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #b58e53;--color-warning-icon-strong: #1e1f21;--color-warning-border: #f1bd6c;--color-warning-border-hover: #b58e53;--color-warning-background: #fff6ee;--color-warning-background-hover: #ffecda;--color-warning-background-active: #fedcb6;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #ad8950;--color-upsell-text-hover: #9a7a48;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #b58e53;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #fff6ee;--color-upsell-background-hover: #ffecda;--color-upsell-background-active: #fedcb6;--color-upsell-background-weak-hover: #fff6ee;--color-upsell-background-weak-active: #ffecda;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #f1bd6c;--color-danger-text: #f06a6f;--color-danger-text-hover: #ad4453;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #cf505d;--color-danger-icon-strong: #1e1f21;--color-danger-border: #f99fa4;--color-danger-border-hover: #f06a6f;--color-danger-border-active: #cf505d;--color-danger-background: #ffebeb;--color-danger-background-hover: #ffd9da;--color-danger-background-active: #fec5c7;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(255, 255, 255, 0.95);--color-beta-text: #6e66b1;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #8d84e8;--color-beta-icon-rgb: 141, 132, 232;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #575089;--color-beta-background-weak: #f6f4fd;--color-beta-background-strong: #736bc4;--color-beta-border: #8d84e8;--color-beta-border-hover: #726ab9;--color-beta-border-active: #726ab9;--color-primary-text: #4573d2;--color-primary-text-hover: #4464bb;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #4573d2;--color-on-hold-text-hover: #4464bb;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}:host .DesignTokenThemeDisabler{--color-text: #1e1f21;--color-text-rgb: 30, 31, 33;--color-text-foreground: #fff;--color-text-disabled: #afabac;--color-text-weak: #6d6e6f;--color-text-weak-hover: #1e1f21;--color-icon: #6d6e6f;--color-icon-rgb: 109, 110, 111;--color-icon-foreground: #fff;--color-icon-hover: #1e1f21;--color-icon-active: #1e1f21;--color-icon-disabled: #afabac;--color-icon-strong: #6d6e6f;--color-border: #edeae9;--color-border-rgb: 237, 234, 233;--color-border-inverse: #fff;--color-border-hover: #afabac;--color-border-active: #6d6e6f;--color-border-strong: #cfcbcb;--color-background-weak: #fff;--color-background-weak-rgb: 255, 255, 255;--color-background-weak-hover-deprecated: #f9f8f8;--color-background-medium: #f9f8f8;--color-background-medium-rgb: 249, 248, 248;--color-background-hover: rgba(55, 23, 23, 0.03);--color-background-active: rgba(55, 23, 23, 0.05);--color-background-strong: #f5f3f3;--color-background-strong-rgb: 245, 243, 243;--color-selected-text: #4573d2;--color-selected-text-hover: #4464bb;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #f1f2fc;--color-selected-background-hover: #e7e9fc;--color-selected-background-active: #dbe0fd;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #5da283;--color-success-text-hover: #467761;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #467761;--color-success-icon-strong: #1e1f21;--color-success-border: #90c2ad;--color-success-border-hover: #5da283;--color-success-background: #eafaf4;--color-success-background-hover: #e0f4ec;--color-success-background-active: #cde8de;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #ad8950;--color-warning-text-hover: #9a7a48;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #b58e53;--color-warning-icon-strong: #1e1f21;--color-warning-border: #f1bd6c;--color-warning-border-hover: #b58e53;--color-warning-background: #fff6ee;--color-warning-background-hover: #ffecda;--color-warning-background-active: #fedcb6;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #ad8950;--color-upsell-text-hover: #9a7a48;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #b58e53;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #fff6ee;--color-upsell-background-hover: #ffecda;--color-upsell-background-active: #fedcb6;--color-upsell-background-weak-hover: #fff6ee;--color-upsell-background-weak-active: #ffecda;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #f1bd6c;--color-danger-text: #f06a6f;--color-danger-text-hover: #ad4453;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #cf505d;--color-danger-icon-strong: #1e1f21;--color-danger-border: #f99fa4;--color-danger-border-hover: #f06a6f;--color-danger-border-active: #cf505d;--color-danger-background: #ffebeb;--color-danger-background-hover: #ffd9da;--color-danger-background-active: #fec5c7;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(255, 255, 255, 0.95);--color-beta-text: #6e66b1;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #8d84e8;--color-beta-icon-rgb: 141, 132, 232;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #575089;--color-beta-background-weak: #f6f4fd;--color-beta-background-strong: #736bc4;--color-beta-border: #8d84e8;--color-beta-border-hover: #726ab9;--color-beta-border-active: #726ab9;--color-primary-text: #4573d2;--color-primary-text-hover: #4464bb;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #4573d2;--color-on-hold-text-hover: #4464bb;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}@media print{:host{--color-text: #1e1f21;--color-text-rgb: 30, 31, 33;--color-text-foreground: #fff;--color-text-disabled: #afabac;--color-text-weak: #6d6e6f;--color-text-weak-hover: #1e1f21;--color-icon: #6d6e6f;--color-icon-rgb: 109, 110, 111;--color-icon-foreground: #fff;--color-icon-hover: #1e1f21;--color-icon-active: #1e1f21;--color-icon-disabled: #afabac;--color-icon-strong: #6d6e6f;--color-border: #edeae9;--color-border-rgb: 237, 234, 233;--color-border-inverse: #fff;--color-border-hover: #afabac;--color-border-active: #6d6e6f;--color-border-strong: #cfcbcb;--color-background-weak: #fff;--color-background-weak-rgb: 255, 255, 255;--color-background-weak-hover-deprecated: #f9f8f8;--color-background-medium: #f9f8f8;--color-background-medium-rgb: 249, 248, 248;--color-background-hover: rgba(55, 23, 23, 0.03);--color-background-active: rgba(55, 23, 23, 0.05);--color-background-strong: #f5f3f3;--color-background-strong-rgb: 245, 243, 243;--color-selected-text: #4573d2;--color-selected-text-hover: #4464bb;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #f1f2fc;--color-selected-background-hover: #e7e9fc;--color-selected-background-active: #dbe0fd;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #5da283;--color-success-text-hover: #467761;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #467761;--color-success-icon-strong: #1e1f21;--color-success-border: #90c2ad;--color-success-border-hover: #5da283;--color-success-background: #eafaf4;--color-success-background-hover: #e0f4ec;--color-success-background-active: #cde8de;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #ad8950;--color-warning-text-hover: #9a7a48;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #b58e53;--color-warning-icon-strong: #1e1f21;--color-warning-border: #f1bd6c;--color-warning-border-hover: #b58e53;--color-warning-background: #fff6ee;--color-warning-background-hover: #ffecda;--color-warning-background-active: #fedcb6;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #ad8950;--color-upsell-text-hover: #9a7a48;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #b58e53;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #fff6ee;--color-upsell-background-hover: #ffecda;--color-upsell-background-active: #fedcb6;--color-upsell-background-weak-hover: #fff6ee;--color-upsell-background-weak-active: #ffecda;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #f1bd6c;--color-danger-text: #f06a6f;--color-danger-text-hover: #ad4453;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #cf505d;--color-danger-icon-strong: #1e1f21;--color-danger-border: #f99fa4;--color-danger-border-hover: #f06a6f;--color-danger-border-active: #cf505d;--color-danger-background: #ffebeb;--color-danger-background-hover: #ffd9da;--color-danger-background-active: #fec5c7;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(255, 255, 255, 0.95);--color-beta-text: #6e66b1;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #8d84e8;--color-beta-icon-rgb: 141, 132, 232;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #575089;--color-beta-background-weak: #f6f4fd;--color-beta-background-strong: #736bc4;--color-beta-border: #8d84e8;--color-beta-border-hover: #726ab9;--color-beta-border-active: #726ab9;--color-primary-text: #4573d2;--color-primary-text-hover: #4464bb;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #4573d2;--color-on-hold-text-hover: #4464bb;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-text: #f5f4f3;--color-text-rgb: 245, 244, 243;--color-text-foreground: #f5f4f3;--color-text-disabled: #6a696a;--color-text-weak: #a2a0a2;--color-text-weak-hover: #f5f4f3;--color-icon: #a2a0a2;--color-icon-rgb: 162, 160, 162;--color-icon-foreground: #f5f4f3;--color-icon-hover: #f5f4f3;--color-icon-active: #f5f4f3;--color-icon-disabled: #6a696a;--color-icon-strong: #f5f4f3;--color-border: #424244;--color-border-rgb: 66, 66, 68;--color-border-inverse: #f5f4f3;--color-border-hover: #6a696a;--color-border-active: #a2a0a2;--color-border-strong: #565557;--color-background-weak: #1e1f21;--color-background-weak-rgb: 30, 31, 33;--color-background-weak-hover-deprecated: #2a2b2d;--color-background-medium: #252628;--color-background-medium-rgb: 37, 38, 40;--color-background-hover: rgba(255, 255, 255, 0.06);--color-background-active: rgba(255, 255, 255, 0.11);--color-background-strong: #2a2b2d;--color-background-strong-rgb: 42, 43, 45;--color-selected-text: #6296f1;--color-selected-text-hover: #5688e5;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #172237;--color-selected-background-hover: #1a2843;--color-selected-background-active: #2a3c68;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #86bca4;--color-success-text-hover: #afd6c6;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #86bca4;--color-success-icon-strong: #1e1f21;--color-success-border: #32695d;--color-success-border-hover: #5da283;--color-success-background: #192c29;--color-success-background-hover: #21433d;--color-success-background-active: #244c45;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #f1bd6c;--color-warning-text-hover: #f6c682;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #f6c682;--color-warning-icon-strong: #1e1f21;--color-warning-border: #735c38;--color-warning-border-hover: #b89054;--color-warning-background: #3d3120;--color-warning-background-hover: #493b26;--color-warning-background-active: #54432b;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #f1bd6c;--color-upsell-text-hover: #f6c682;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #f6c682;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #3d3120;--color-upsell-background-hover: #493b26;--color-upsell-background-active: #54432b;--color-upsell-background-weak-hover: #3d3120;--color-upsell-background-weak-active: #493b26;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #735c38;--color-danger-text: #f78a86;--color-danger-text-hover: #fa9994;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #f78a86;--color-danger-icon-strong: #1e1f21;--color-danger-border: #a13e4f;--color-danger-border-hover: #cb545e;--color-danger-border-active: #f06a6f;--color-danger-background: #481125;--color-danger-background-hover: #5c1b30;--color-danger-background-active: #6c2338;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(30, 31, 33, 0.95);--color-beta-text: #a499ed;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #a499ed;--color-beta-icon-rgb: 164, 153, 237;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #a499ed;--color-beta-background-weak: #3a3659;--color-beta-background-strong: #736bc4;--color-beta-border: #726ab9;--color-beta-border-hover: #a499ed;--color-beta-border-active: #a499ed;--color-primary-text: #6296f1;--color-primary-text-hover: #5688e5;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #6296f1;--color-on-hold-text-hover: #5688e5;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-text: #f5f4f3;--color-text-rgb: 245, 244, 243;--color-text-foreground: #f5f4f3;--color-text-disabled: #6a696a;--color-text-weak: #a2a0a2;--color-text-weak-hover: #f5f4f3;--color-icon: #a2a0a2;--color-icon-rgb: 162, 160, 162;--color-icon-foreground: #f5f4f3;--color-icon-hover: #f5f4f3;--color-icon-active: #f5f4f3;--color-icon-disabled: #6a696a;--color-icon-strong: #f5f4f3;--color-border: #424244;--color-border-rgb: 66, 66, 68;--color-border-inverse: #f5f4f3;--color-border-hover: #6a696a;--color-border-active: #a2a0a2;--color-border-strong: #565557;--color-background-weak: #1e1f21;--color-background-weak-rgb: 30, 31, 33;--color-background-weak-hover-deprecated: #2a2b2d;--color-background-medium: #252628;--color-background-medium-rgb: 37, 38, 40;--color-background-hover: rgba(255, 255, 255, 0.06);--color-background-active: rgba(255, 255, 255, 0.11);--color-background-strong: #2a2b2d;--color-background-strong-rgb: 42, 43, 45;--color-selected-text: #6296f1;--color-selected-text-hover: #5688e5;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #172237;--color-selected-background-hover: #1a2843;--color-selected-background-active: #2a3c68;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #86bca4;--color-success-text-hover: #afd6c6;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #86bca4;--color-success-icon-strong: #1e1f21;--color-success-border: #32695d;--color-success-border-hover: #5da283;--color-success-background: #192c29;--color-success-background-hover: #21433d;--color-success-background-active: #244c45;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #f1bd6c;--color-warning-text-hover: #f6c682;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #f6c682;--color-warning-icon-strong: #1e1f21;--color-warning-border: #735c38;--color-warning-border-hover: #b89054;--color-warning-background: #3d3120;--color-warning-background-hover: #493b26;--color-warning-background-active: #54432b;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #f1bd6c;--color-upsell-text-hover: #f6c682;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #f6c682;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #3d3120;--color-upsell-background-hover: #493b26;--color-upsell-background-active: #54432b;--color-upsell-background-weak-hover: #3d3120;--color-upsell-background-weak-active: #493b26;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #735c38;--color-danger-text: #f78a86;--color-danger-text-hover: #fa9994;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #f78a86;--color-danger-icon-strong: #1e1f21;--color-danger-border: #a13e4f;--color-danger-border-hover: #cb545e;--color-danger-border-active: #f06a6f;--color-danger-background: #481125;--color-danger-background-hover: #5c1b30;--color-danger-background-active: #6c2338;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(30, 31, 33, 0.95);--color-beta-text: #a499ed;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #a499ed;--color-beta-icon-rgb: 164, 153, 237;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #a499ed;--color-beta-background-weak: #3a3659;--color-beta-background-strong: #736bc4;--color-beta-border: #726ab9;--color-beta-border-hover: #a499ed;--color-beta-border-active: #a499ed;--color-primary-text: #6296f1;--color-primary-text-hover: #5688e5;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #6296f1;--color-on-hold-text-hover: #5688e5;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-text: #f5f4f3;--color-text-rgb: 245, 244, 243;--color-text-foreground: #f5f4f3;--color-text-disabled: #6a696a;--color-text-weak: #a2a0a2;--color-text-weak-hover: #f5f4f3;--color-icon: #a2a0a2;--color-icon-rgb: 162, 160, 162;--color-icon-foreground: #f5f4f3;--color-icon-hover: #f5f4f3;--color-icon-active: #f5f4f3;--color-icon-disabled: #6a696a;--color-icon-strong: #f5f4f3;--color-border: #424244;--color-border-rgb: 66, 66, 68;--color-border-inverse: #f5f4f3;--color-border-hover: #6a696a;--color-border-active: #a2a0a2;--color-border-strong: #565557;--color-background-weak: #1e1f21;--color-background-weak-rgb: 30, 31, 33;--color-background-weak-hover-deprecated: #2a2b2d;--color-background-medium: #252628;--color-background-medium-rgb: 37, 38, 40;--color-background-hover: rgba(255, 255, 255, 0.06);--color-background-active: rgba(255, 255, 255, 0.11);--color-background-strong: #2a2b2d;--color-background-strong-rgb: 42, 43, 45;--color-selected-text: #6296f1;--color-selected-text-hover: #5688e5;--color-selected-text-strong: #fff;--color-selected-icon: #4573d2;--color-selected-icon-rgb: 69, 115, 210;--color-selected-icon-strong: #fff;--color-selected-border: #4573d2;--color-selected-border-hover: #4573d2;--color-selected-border-active: #4573d2;--color-selected-background: #172237;--color-selected-background-hover: #1a2843;--color-selected-background-active: #2a3c68;--color-selected-background-strong: #4573d2;--color-selected-background-strong-rgb: 69, 115, 210;--color-selected-background-strong-hover: #426dc6;--color-selected-background-strong-active: #3f66ba;--color-success-text: #86bca4;--color-success-text-hover: #afd6c6;--color-success-text-strong: #1e1f21;--color-success-icon: #5da283;--color-success-icon-hover: #86bca4;--color-success-icon-strong: #1e1f21;--color-success-border: #32695d;--color-success-border-hover: #5da283;--color-success-background: #192c29;--color-success-background-hover: #21433d;--color-success-background-active: #244c45;--color-success-background-strong: #5da283;--color-success-background-strong-hover: #5a9b7e;--color-success-background-strong-active: #559377;--color-warning-text: #f1bd6c;--color-warning-text-hover: #f6c682;--color-warning-text-strong: #1e1f21;--color-warning-icon: #f1bd6c;--color-warning-icon-rgb: 241, 189, 108;--color-warning-icon-hover: #f6c682;--color-warning-icon-strong: #1e1f21;--color-warning-border: #735c38;--color-warning-border-hover: #b89054;--color-warning-background: #3d3120;--color-warning-background-hover: #493b26;--color-warning-background-active: #54432b;--color-warning-background-strong: #f1bd6c;--color-warning-background-strong-hover: #e8b668;--color-warning-background-strong-active: #e2b266;--color-upsell-text: #f1bd6c;--color-upsell-text-hover: #f6c682;--color-upsell-text-strong: #1e1f21;--color-upsell-icon: #f1bd6c;--color-upsell-icon-hover: #f6c682;--color-upsell-icon-strong: #1e1f21;--color-upsell-background: #3d3120;--color-upsell-background-hover: #493b26;--color-upsell-background-active: #54432b;--color-upsell-background-weak-hover: #3d3120;--color-upsell-background-weak-active: #493b26;--color-upsell-background-strong: #f1bd6c;--color-upsell-background-strong-hover: #e8b668;--color-upsell-background-strong-active: #e2b266;--color-upsell-border: #735c38;--color-danger-text: #f78a86;--color-danger-text-hover: #fa9994;--color-danger-text-strong: #1e1f21;--color-danger-icon: #f06a6f;--color-danger-icon-hover: #f78a86;--color-danger-icon-strong: #1e1f21;--color-danger-border: #a13e4f;--color-danger-border-hover: #cb545e;--color-danger-border-active: #f06a6f;--color-danger-background: #481125;--color-danger-background-hover: #5c1b30;--color-danger-background-active: #6c2338;--color-danger-background-strong: #f06a6a;--color-danger-background-strong-hover: #df6064;--color-danger-background-strong-active: #d45961;--color-drop-target-background: rgba(30, 31, 33, 0.95);--color-beta-text: #a499ed;--color-beta-text-weak: #726ab9;--color-beta-text-strong: #fff;--color-beta-icon: #a499ed;--color-beta-icon-rgb: 164, 153, 237;--color-beta-icon-hover: #726ab9;--color-beta-icon-strong: #fff;--color-beta-background: #726ab9;--color-beta-background-hover: #a499ed;--color-beta-background-weak: #3a3659;--color-beta-background-strong: #736bc4;--color-beta-border: #726ab9;--color-beta-border-hover: #a499ed;--color-beta-border-active: #a499ed;--color-primary-text: #6296f1;--color-primary-text-hover: #5688e5;--color-primary-text-strong: #fff;--color-primary-icon: #4573d2;--color-primary-icon-strong: #fff;--color-primary-border: #4573d2;--color-primary-background-strong: #4573d2;--color-primary-background-strong-hover: #426dc6;--color-primary-background-strong-active: #3f66ba;--color-on-hold-text: #6296f1;--color-on-hold-text-hover: #5688e5;--color-on-hold-text-strong: #fff;--color-on-hold-icon: #4573d2;--color-on-hold-icon-strong: #fff;--color-on-hold-border: #4573d2;--color-on-hold-background-strong: #4573d2;--color-on-hold-background-strong-hover: #426dc6;--color-on-hold-background-strong-active: #3f66ba;--color-text: #f8f4f6;--color-text-rgb: 248, 244, 246;--color-text-foreground: #f8f4f6;--color-text-disabled: #8f5977;--color-text-weak: #bb97a9;--color-text-weak-hover: #f8f4f6;--color-icon: #bb97a9;--color-icon-rgb: 187, 151, 169;--color-icon-foreground: #f8f4f6;--color-icon-hover: #f8f4f6;--color-icon-active: #f8f4f6;--color-icon-disabled: #8f5977;--color-icon-strong: #f8f4f6;--color-border: #5f2748;--color-border-rgb: 95, 39, 72;--color-border-inverse: #f8f4f6;--color-border-hover: #8f5977;--color-border-active: #bb97a9;--color-border-strong: #5f2748;--color-background-weak: #36172a;--color-background-weak-rgb: 54, 23, 42;--color-background-weak-hover-deprecated: #461d36;--color-background-medium: #3e1930;--color-background-medium-rgb: 62, 25, 48;--color-background-strong: #461d36;--color-background-strong-rgb: 70, 29, 54;--color-drop-target-background: rgba(54, 23, 42, 0.95)}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode{--color-success-text: #62d26f;--color-success-text-hover: #62d26f;--color-success-icon: #62d26f;--color-success-icon-hover: #62d26f;--color-warning-text: #d6ce38;--color-warning-text-hover: #d6ce38;--color-warning-icon: #d6ce38;--color-warning-icon-rgb: 214, 206, 56;--color-warning-icon-hover: #d6ce38;--color-upsell-text: #d6ce38;--color-upsell-text-hover: #d6ce38;--color-upsell-icon: #d6ce38;--color-upsell-icon-hover: #d6ce38;--color-danger-text: #fd612c;--color-danger-text-hover: #fd612c;--color-danger-icon: #fd612c;--color-danger-icon-hover: #fd612c}:host .DesignTokenThemeSelectors-theme--deuteranopiaMode .DesignTokenThemeDisabler{--color-success-text: #62d26f;--color-success-text-hover: #62d26f;--color-success-icon: #62d26f;--color-success-icon-hover: #62d26f;--color-warning-text: #d6ce38;--color-warning-text-hover: #d6ce38;--color-warning-icon: #d6ce38;--color-warning-icon-rgb: 214, 206, 56;--color-warning-icon-hover: #d6ce38;--color-upsell-text: #d6ce38;--color-upsell-text-hover: #d6ce38;--color-upsell-icon: #d6ce38;--color-upsell-icon-hover: #d6ce38;--color-danger-text: #fd612c;--color-danger-text-hover: #fd612c;--color-danger-icon: #fd612c;--color-danger-icon-hover: #fd612c}:host{--color-deprecated-white: #fff;--color-deprecated-white-rgb: 255, 255, 255;--color-deprecated-lightGray1: #f5f3f3;--color-deprecated-lightGray1-rgb: 245, 243, 243;--color-deprecated-lightGray2: #edeae9;--color-deprecated-lightGray2-rgb: 237, 234, 233;--color-deprecated-lightGray3: #cfcbcb;--color-deprecated-lightGray3-rgb: 207, 203, 203;--color-deprecated-mediumGray: #afabac;--color-deprecated-mediumGray-rgb: 175, 171, 172;--color-deprecated-darkGray1: #6d6e6f;--color-deprecated-darkGray1-rgb: 109, 110, 111;--color-deprecated-darkGray2: #1e1f21;--color-deprecated-darkGray2-rgb: 30, 31, 33;--color-deprecated-darkGray3: #1e1f21;--color-deprecated-darkGray3-rgb: 30, 31, 33;--color-deprecated-black: #1e1f21;--color-deprecated-black-rgb: 30, 31, 33;--color-deprecated-darkGreen: #467761;--color-deprecated-darkGreen-rgb: 70, 119, 97;--color-deprecated-green: #5da283;--color-deprecated-green-rgb: 93, 162, 131;--color-deprecated-brightGreen: #90c2ad;--color-deprecated-brightGreen-rgb: 144, 194, 173;--color-deprecated-medGreen: #90c2ad;--color-deprecated-medGreen-rgb: 144, 194, 173;--color-deprecated-lightGreen: #cde8de;--color-deprecated-lightGreen-rgb: 205, 232, 222;--color-deprecated-fadedGreen: #cde8de;--color-deprecated-fadedGreen-rgb: 205, 232, 222;--color-deprecated-darkTeal: #4464bb;--color-deprecated-darkTeal-rgb: 68, 100, 187;--color-deprecated-teal: #4573d2;--color-deprecated-teal-rgb: 69, 115, 210;--color-deprecated-brightTeal: #4573d2;--color-deprecated-brightTeal-rgb: 69, 115, 210;--color-deprecated-medTeal: #dbe0fd;--color-deprecated-medTeal-rgb: 219, 224, 253;--color-deprecated-lightTeal: #dbe0fd;--color-deprecated-lightTeal-rgb: 219, 224, 253;--color-deprecated-darkPurple: #575089;--color-deprecated-darkPurple-rgb: 87, 80, 137;--color-deprecated-purple: #6e66b1;--color-deprecated-purple-rgb: 110, 102, 177;--color-deprecated-brightPurple: #726ab9;--color-deprecated-brightPurple-rgb: 114, 106, 185;--color-deprecated-medPurple: #8d84e8;--color-deprecated-medPurple-rgb: 141, 132, 232;--color-deprecated-lightPurple: #f6f4fd;--color-deprecated-lightPurple-rgb: 246, 244, 253;--color-deprecated-darkGold: #e8b668;--color-deprecated-darkGold-rgb: 232, 182, 104;--color-deprecated-gold: #e8b668;--color-deprecated-gold-rgb: 232, 182, 104;--color-deprecated-brightGold: #f1bd6c;--color-deprecated-brightGold-rgb: 241, 189, 108;--color-deprecated-medGold: #fedcb6;--color-deprecated-medGold-rgb: 254, 220, 182;--color-deprecated-lightGold: #ffecda;--color-deprecated-lightGold-rgb: 255, 236, 218;--color-deprecated-darkCoral: #cf505d;--color-deprecated-darkCoral-rgb: 207, 80, 93;--color-deprecated-coral: #cf505d;--color-deprecated-coral-rgb: 207, 80, 93;--color-deprecated-brightCoral: #f06a6f;--color-deprecated-brightCoral-rgb: 240, 106, 111;--color-deprecated-medCoral: #f99fa4;--color-deprecated-medCoral-rgb: 249, 159, 164;--color-deprecated-lightCoral: #ffd9da;--color-deprecated-lightCoral-rgb: 255, 217, 218}:host .DesignTokenThemeDisabler{--color-deprecated-white: #fff;--color-deprecated-white-rgb: 255, 255, 255;--color-deprecated-lightGray1: #f5f3f3;--color-deprecated-lightGray1-rgb: 245, 243, 243;--color-deprecated-lightGray2: #edeae9;--color-deprecated-lightGray2-rgb: 237, 234, 233;--color-deprecated-lightGray3: #cfcbcb;--color-deprecated-lightGray3-rgb: 207, 203, 203;--color-deprecated-mediumGray: #afabac;--color-deprecated-mediumGray-rgb: 175, 171, 172;--color-deprecated-darkGray1: #6d6e6f;--color-deprecated-darkGray1-rgb: 109, 110, 111;--color-deprecated-darkGray2: #1e1f21;--color-deprecated-darkGray2-rgb: 30, 31, 33;--color-deprecated-darkGray3: #1e1f21;--color-deprecated-darkGray3-rgb: 30, 31, 33;--color-deprecated-black: #1e1f21;--color-deprecated-black-rgb: 30, 31, 33;--color-deprecated-darkGreen: #467761;--color-deprecated-darkGreen-rgb: 70, 119, 97;--color-deprecated-green: #5da283;--color-deprecated-green-rgb: 93, 162, 131;--color-deprecated-brightGreen: #90c2ad;--color-deprecated-brightGreen-rgb: 144, 194, 173;--color-deprecated-medGreen: #90c2ad;--color-deprecated-medGreen-rgb: 144, 194, 173;--color-deprecated-lightGreen: #cde8de;--color-deprecated-lightGreen-rgb: 205, 232, 222;--color-deprecated-fadedGreen: #cde8de;--color-deprecated-fadedGreen-rgb: 205, 232, 222;--color-deprecated-darkTeal: #4464bb;--color-deprecated-darkTeal-rgb: 68, 100, 187;--color-deprecated-teal: #4573d2;--color-deprecated-teal-rgb: 69, 115, 210;--color-deprecated-brightTeal: #4573d2;--color-deprecated-brightTeal-rgb: 69, 115, 210;--color-deprecated-medTeal: #dbe0fd;--color-deprecated-medTeal-rgb: 219, 224, 253;--color-deprecated-lightTeal: #dbe0fd;--color-deprecated-lightTeal-rgb: 219, 224, 253;--color-deprecated-darkPurple: #575089;--color-deprecated-darkPurple-rgb: 87, 80, 137;--color-deprecated-purple: #6e66b1;--color-deprecated-purple-rgb: 110, 102, 177;--color-deprecated-brightPurple: #726ab9;--color-deprecated-brightPurple-rgb: 114, 106, 185;--color-deprecated-medPurple: #8d84e8;--color-deprecated-medPurple-rgb: 141, 132, 232;--color-deprecated-lightPurple: #f6f4fd;--color-deprecated-lightPurple-rgb: 246, 244, 253;--color-deprecated-darkGold: #e8b668;--color-deprecated-darkGold-rgb: 232, 182, 104;--color-deprecated-gold: #e8b668;--color-deprecated-gold-rgb: 232, 182, 104;--color-deprecated-brightGold: #f1bd6c;--color-deprecated-brightGold-rgb: 241, 189, 108;--color-deprecated-medGold: #fedcb6;--color-deprecated-medGold-rgb: 254, 220, 182;--color-deprecated-lightGold: #ffecda;--color-deprecated-lightGold-rgb: 255, 236, 218;--color-deprecated-darkCoral: #cf505d;--color-deprecated-darkCoral-rgb: 207, 80, 93;--color-deprecated-coral: #cf505d;--color-deprecated-coral-rgb: 207, 80, 93;--color-deprecated-brightCoral: #f06a6f;--color-deprecated-brightCoral-rgb: 240, 106, 111;--color-deprecated-medCoral: #f99fa4;--color-deprecated-medCoral-rgb: 249, 159, 164;--color-deprecated-lightCoral: #ffd9da;--color-deprecated-lightCoral-rgb: 255, 217, 218}@media print{:host{--color-deprecated-white: #fff;--color-deprecated-white-rgb: 255, 255, 255;--color-deprecated-lightGray1: #f5f3f3;--color-deprecated-lightGray1-rgb: 245, 243, 243;--color-deprecated-lightGray2: #edeae9;--color-deprecated-lightGray2-rgb: 237, 234, 233;--color-deprecated-lightGray3: #cfcbcb;--color-deprecated-lightGray3-rgb: 207, 203, 203;--color-deprecated-mediumGray: #afabac;--color-deprecated-mediumGray-rgb: 175, 171, 172;--color-deprecated-darkGray1: #6d6e6f;--color-deprecated-darkGray1-rgb: 109, 110, 111;--color-deprecated-darkGray2: #1e1f21;--color-deprecated-darkGray2-rgb: 30, 31, 33;--color-deprecated-darkGray3: #1e1f21;--color-deprecated-darkGray3-rgb: 30, 31, 33;--color-deprecated-black: #1e1f21;--color-deprecated-black-rgb: 30, 31, 33;--color-deprecated-darkGreen: #467761;--color-deprecated-darkGreen-rgb: 70, 119, 97;--color-deprecated-green: #5da283;--color-deprecated-green-rgb: 93, 162, 131;--color-deprecated-brightGreen: #90c2ad;--color-deprecated-brightGreen-rgb: 144, 194, 173;--color-deprecated-medGreen: #90c2ad;--color-deprecated-medGreen-rgb: 144, 194, 173;--color-deprecated-lightGreen: #cde8de;--color-deprecated-lightGreen-rgb: 205, 232, 222;--color-deprecated-fadedGreen: #cde8de;--color-deprecated-fadedGreen-rgb: 205, 232, 222;--color-deprecated-darkTeal: #4464bb;--color-deprecated-darkTeal-rgb: 68, 100, 187;--color-deprecated-teal: #4573d2;--color-deprecated-teal-rgb: 69, 115, 210;--color-deprecated-brightTeal: #4573d2;--color-deprecated-brightTeal-rgb: 69, 115, 210;--color-deprecated-medTeal: #dbe0fd;--color-deprecated-medTeal-rgb: 219, 224, 253;--color-deprecated-lightTeal: #dbe0fd;--color-deprecated-lightTeal-rgb: 219, 224, 253;--color-deprecated-darkPurple: #575089;--color-deprecated-darkPurple-rgb: 87, 80, 137;--color-deprecated-purple: #6e66b1;--color-deprecated-purple-rgb: 110, 102, 177;--color-deprecated-brightPurple: #726ab9;--color-deprecated-brightPurple-rgb: 114, 106, 185;--color-deprecated-medPurple: #8d84e8;--color-deprecated-medPurple-rgb: 141, 132, 232;--color-deprecated-lightPurple: #f6f4fd;--color-deprecated-lightPurple-rgb: 246, 244, 253;--color-deprecated-darkGold: #e8b668;--color-deprecated-darkGold-rgb: 232, 182, 104;--color-deprecated-gold: #e8b668;--color-deprecated-gold-rgb: 232, 182, 104;--color-deprecated-brightGold: #f1bd6c;--color-deprecated-brightGold-rgb: 241, 189, 108;--color-deprecated-medGold: #fedcb6;--color-deprecated-medGold-rgb: 254, 220, 182;--color-deprecated-lightGold: #ffecda;--color-deprecated-lightGold-rgb: 255, 236, 218;--color-deprecated-darkCoral: #cf505d;--color-deprecated-darkCoral-rgb: 207, 80, 93;--color-deprecated-coral: #cf505d;--color-deprecated-coral-rgb: 207, 80, 93;--color-deprecated-brightCoral: #f06a6f;--color-deprecated-brightCoral-rgb: 240, 106, 111;--color-deprecated-medCoral: #f99fa4;--color-deprecated-medCoral-rgb: 249, 159, 164;--color-deprecated-lightCoral: #ffd9da;--color-deprecated-lightCoral-rgb: 255, 217, 218}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-deprecated-white: #f5f4f3;--color-deprecated-white-rgb: 245, 244, 243;--color-deprecated-lightGray1: #f5f4f3;--color-deprecated-lightGray1-rgb: 245, 244, 243;--color-deprecated-lightGray2: #f5f4f3;--color-deprecated-lightGray2-rgb: 245, 244, 243;--color-deprecated-lightGray3: #a2a0a2;--color-deprecated-lightGray3-rgb: 162, 160, 162;--color-deprecated-mediumGray: #a2a0a2;--color-deprecated-mediumGray-rgb: 162, 160, 162;--color-deprecated-darkGray1: #6a696a;--color-deprecated-darkGray1-rgb: 106, 105, 106;--color-deprecated-darkGray2: #2a2b2d;--color-deprecated-darkGray2-rgb: 42, 43, 45;--color-deprecated-darkGray3: #1e1f21;--color-deprecated-darkGray3-rgb: 30, 31, 33;--color-deprecated-black: #1e1f21;--color-deprecated-black-rgb: 30, 31, 33;--color-deprecated-darkGreen: #5da283;--color-deprecated-darkGreen-rgb: 93, 162, 131;--color-deprecated-green: #5da283;--color-deprecated-green-rgb: 93, 162, 131;--color-deprecated-brightGreen: #5da283;--color-deprecated-brightGreen-rgb: 93, 162, 131;--color-deprecated-medGreen: #86bca4;--color-deprecated-medGreen-rgb: 134, 188, 164;--color-deprecated-lightGreen: #afd6c6;--color-deprecated-lightGreen-rgb: 175, 214, 198;--color-deprecated-fadedGreen: #86bca4;--color-deprecated-fadedGreen-rgb: 134, 188, 164;--color-deprecated-darkTeal: #3d68bb;--color-deprecated-darkTeal-rgb: 61, 104, 187;--color-deprecated-teal: #4573d2;--color-deprecated-teal-rgb: 69, 115, 210;--color-deprecated-brightTeal: #5688e5;--color-deprecated-brightTeal-rgb: 86, 136, 229;--color-deprecated-medTeal: #6296f1;--color-deprecated-medTeal-rgb: 98, 150, 241;--color-deprecated-lightTeal: #6296f1;--color-deprecated-lightTeal-rgb: 98, 150, 241;--color-deprecated-darkPurple: #726ab9;--color-deprecated-darkPurple-rgb: 114, 106, 185;--color-deprecated-purple: #726ab9;--color-deprecated-purple-rgb: 114, 106, 185;--color-deprecated-brightPurple: #726ab9;--color-deprecated-brightPurple-rgb: 114, 106, 185;--color-deprecated-medPurple: #726ab9;--color-deprecated-medPurple-rgb: 114, 106, 185;--color-deprecated-lightPurple: #a499ed;--color-deprecated-lightPurple-rgb: 164, 153, 237;--color-deprecated-darkGold: #b89054;--color-deprecated-darkGold-rgb: 184, 144, 84;--color-deprecated-gold: #b89054;--color-deprecated-gold-rgb: 184, 144, 84;--color-deprecated-brightGold: #f6c682;--color-deprecated-brightGold-rgb: 246, 198, 130;--color-deprecated-medGold: #f6c682;--color-deprecated-medGold-rgb: 246, 198, 130;--color-deprecated-lightGold: #f6c682;--color-deprecated-lightGold-rgb: 246, 198, 130;--color-deprecated-darkCoral: #cb545e;--color-deprecated-darkCoral-rgb: 203, 84, 94;--color-deprecated-coral: #cb545e;--color-deprecated-coral-rgb: 203, 84, 94;--color-deprecated-brightCoral: #f06a6f;--color-deprecated-brightCoral-rgb: 240, 106, 111;--color-deprecated-medCoral: #f06a6f;--color-deprecated-medCoral-rgb: 240, 106, 111;--color-deprecated-lightCoral: #fa9994;--color-deprecated-lightCoral-rgb: 250, 153, 148}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-deprecated-white: #f5f4f3;--color-deprecated-white-rgb: 245, 244, 243;--color-deprecated-lightGray1: #f5f4f3;--color-deprecated-lightGray1-rgb: 245, 244, 243;--color-deprecated-lightGray2: #f5f4f3;--color-deprecated-lightGray2-rgb: 245, 244, 243;--color-deprecated-lightGray3: #a2a0a2;--color-deprecated-lightGray3-rgb: 162, 160, 162;--color-deprecated-mediumGray: #a2a0a2;--color-deprecated-mediumGray-rgb: 162, 160, 162;--color-deprecated-darkGray1: #6a696a;--color-deprecated-darkGray1-rgb: 106, 105, 106;--color-deprecated-darkGray2: #2a2b2d;--color-deprecated-darkGray2-rgb: 42, 43, 45;--color-deprecated-darkGray3: #1e1f21;--color-deprecated-darkGray3-rgb: 30, 31, 33;--color-deprecated-black: #1e1f21;--color-deprecated-black-rgb: 30, 31, 33;--color-deprecated-darkGreen: #5da283;--color-deprecated-darkGreen-rgb: 93, 162, 131;--color-deprecated-green: #5da283;--color-deprecated-green-rgb: 93, 162, 131;--color-deprecated-brightGreen: #5da283;--color-deprecated-brightGreen-rgb: 93, 162, 131;--color-deprecated-medGreen: #86bca4;--color-deprecated-medGreen-rgb: 134, 188, 164;--color-deprecated-lightGreen: #afd6c6;--color-deprecated-lightGreen-rgb: 175, 214, 198;--color-deprecated-fadedGreen: #86bca4;--color-deprecated-fadedGreen-rgb: 134, 188, 164;--color-deprecated-darkTeal: #3d68bb;--color-deprecated-darkTeal-rgb: 61, 104, 187;--color-deprecated-teal: #4573d2;--color-deprecated-teal-rgb: 69, 115, 210;--color-deprecated-brightTeal: #5688e5;--color-deprecated-brightTeal-rgb: 86, 136, 229;--color-deprecated-medTeal: #6296f1;--color-deprecated-medTeal-rgb: 98, 150, 241;--color-deprecated-lightTeal: #6296f1;--color-deprecated-lightTeal-rgb: 98, 150, 241;--color-deprecated-darkPurple: #726ab9;--color-deprecated-darkPurple-rgb: 114, 106, 185;--color-deprecated-purple: #726ab9;--color-deprecated-purple-rgb: 114, 106, 185;--color-deprecated-brightPurple: #726ab9;--color-deprecated-brightPurple-rgb: 114, 106, 185;--color-deprecated-medPurple: #726ab9;--color-deprecated-medPurple-rgb: 114, 106, 185;--color-deprecated-lightPurple: #a499ed;--color-deprecated-lightPurple-rgb: 164, 153, 237;--color-deprecated-darkGold: #b89054;--color-deprecated-darkGold-rgb: 184, 144, 84;--color-deprecated-gold: #b89054;--color-deprecated-gold-rgb: 184, 144, 84;--color-deprecated-brightGold: #f6c682;--color-deprecated-brightGold-rgb: 246, 198, 130;--color-deprecated-medGold: #f6c682;--color-deprecated-medGold-rgb: 246, 198, 130;--color-deprecated-lightGold: #f6c682;--color-deprecated-lightGold-rgb: 246, 198, 130;--color-deprecated-darkCoral: #cb545e;--color-deprecated-darkCoral-rgb: 203, 84, 94;--color-deprecated-coral: #cb545e;--color-deprecated-coral-rgb: 203, 84, 94;--color-deprecated-brightCoral: #f06a6f;--color-deprecated-brightCoral-rgb: 240, 106, 111;--color-deprecated-medCoral: #f06a6f;--color-deprecated-medCoral-rgb: 240, 106, 111;--color-deprecated-lightCoral: #fa9994;--color-deprecated-lightCoral-rgb: 250, 153, 148}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-deprecated-white: #f5f4f3;--color-deprecated-white-rgb: 245, 244, 243;--color-deprecated-lightGray1: #f5f4f3;--color-deprecated-lightGray1-rgb: 245, 244, 243;--color-deprecated-lightGray2: #f5f4f3;--color-deprecated-lightGray2-rgb: 245, 244, 243;--color-deprecated-lightGray3: #a2a0a2;--color-deprecated-lightGray3-rgb: 162, 160, 162;--color-deprecated-mediumGray: #a2a0a2;--color-deprecated-mediumGray-rgb: 162, 160, 162;--color-deprecated-darkGray1: #6a696a;--color-deprecated-darkGray1-rgb: 106, 105, 106;--color-deprecated-darkGray2: #2a2b2d;--color-deprecated-darkGray2-rgb: 42, 43, 45;--color-deprecated-darkGray3: #1e1f21;--color-deprecated-darkGray3-rgb: 30, 31, 33;--color-deprecated-black: #1e1f21;--color-deprecated-black-rgb: 30, 31, 33;--color-deprecated-darkGreen: #5da283;--color-deprecated-darkGreen-rgb: 93, 162, 131;--color-deprecated-green: #5da283;--color-deprecated-green-rgb: 93, 162, 131;--color-deprecated-brightGreen: #5da283;--color-deprecated-brightGreen-rgb: 93, 162, 131;--color-deprecated-medGreen: #86bca4;--color-deprecated-medGreen-rgb: 134, 188, 164;--color-deprecated-lightGreen: #afd6c6;--color-deprecated-lightGreen-rgb: 175, 214, 198;--color-deprecated-fadedGreen: #86bca4;--color-deprecated-fadedGreen-rgb: 134, 188, 164;--color-deprecated-darkTeal: #3d68bb;--color-deprecated-darkTeal-rgb: 61, 104, 187;--color-deprecated-teal: #4573d2;--color-deprecated-teal-rgb: 69, 115, 210;--color-deprecated-brightTeal: #5688e5;--color-deprecated-brightTeal-rgb: 86, 136, 229;--color-deprecated-medTeal: #6296f1;--color-deprecated-medTeal-rgb: 98, 150, 241;--color-deprecated-lightTeal: #6296f1;--color-deprecated-lightTeal-rgb: 98, 150, 241;--color-deprecated-darkPurple: #726ab9;--color-deprecated-darkPurple-rgb: 114, 106, 185;--color-deprecated-purple: #726ab9;--color-deprecated-purple-rgb: 114, 106, 185;--color-deprecated-brightPurple: #726ab9;--color-deprecated-brightPurple-rgb: 114, 106, 185;--color-deprecated-medPurple: #726ab9;--color-deprecated-medPurple-rgb: 114, 106, 185;--color-deprecated-lightPurple: #a499ed;--color-deprecated-lightPurple-rgb: 164, 153, 237;--color-deprecated-darkGold: #b89054;--color-deprecated-darkGold-rgb: 184, 144, 84;--color-deprecated-gold: #b89054;--color-deprecated-gold-rgb: 184, 144, 84;--color-deprecated-brightGold: #f6c682;--color-deprecated-brightGold-rgb: 246, 198, 130;--color-deprecated-medGold: #f6c682;--color-deprecated-medGold-rgb: 246, 198, 130;--color-deprecated-lightGold: #f6c682;--color-deprecated-lightGold-rgb: 246, 198, 130;--color-deprecated-darkCoral: #cb545e;--color-deprecated-darkCoral-rgb: 203, 84, 94;--color-deprecated-coral: #cb545e;--color-deprecated-coral-rgb: 203, 84, 94;--color-deprecated-brightCoral: #f06a6f;--color-deprecated-brightCoral-rgb: 240, 106, 111;--color-deprecated-medCoral: #f06a6f;--color-deprecated-medCoral-rgb: 240, 106, 111;--color-deprecated-lightCoral: #fa9994;--color-deprecated-lightCoral-rgb: 250, 153, 148;--color-deprecated-white: #f8f4f6;--color-deprecated-white-rgb: 248, 244, 246;--color-deprecated-lightGray1: #f8f4f6;--color-deprecated-lightGray1-rgb: 248, 244, 246;--color-deprecated-lightGray2: #f8f4f6;--color-deprecated-lightGray2-rgb: 248, 244, 246;--color-deprecated-lightGray3: #bb97a9;--color-deprecated-lightGray3-rgb: 187, 151, 169;--color-deprecated-mediumGray: #bb97a9;--color-deprecated-mediumGray-rgb: 187, 151, 169;--color-deprecated-darkGray1: #8f5977;--color-deprecated-darkGray1-rgb: 143, 89, 119;--color-deprecated-darkGray2: #461d36;--color-deprecated-darkGray2-rgb: 70, 29, 54;--color-deprecated-darkGray3: #36172a;--color-deprecated-darkGray3-rgb: 54, 23, 42;--color-deprecated-black: #36172a;--color-deprecated-black-rgb: 54, 23, 42}:host{--color-elevation-small: 0 0 0 1px #edeae9, 0 1px 4px 0 rgba(109, 110, 111, 0.08);--color-elevation-medium: 0 0 0 1px #edeae9, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-medium-hover: 0 0 0 1px #afabac, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-medium-active: 0 0 0 1px #6d6e6f, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-large: 0 0 0 1px #edeae9, 0 5px 20px 0 rgba(109, 110, 111, 0.08);--color-elevation-selected-small: 0 0 0 1px #4573d2, 0 1px 4px 0 rgba(109, 110, 111, 0.08);--color-elevation-selected-medium-hover: 0 0 0 1px #4573d2, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-selected-medium-active: 0 0 0 1px #4573d2, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-selected-large-active: 0 0 0 1px #4573d2, 0 5px 20px 0 rgba(109, 110, 111, 0.08);--color-elevation-danger-small: 0 0 0 1px #f99fa4, 0 1px 4px 0 rgba(109, 110, 111, 0.08)}:host .DesignTokenThemeDisabler{--color-elevation-small: 0 0 0 1px #edeae9, 0 1px 4px 0 rgba(109, 110, 111, 0.08);--color-elevation-medium: 0 0 0 1px #edeae9, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-medium-hover: 0 0 0 1px #afabac, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-medium-active: 0 0 0 1px #6d6e6f, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-large: 0 0 0 1px #edeae9, 0 5px 20px 0 rgba(109, 110, 111, 0.08);--color-elevation-selected-small: 0 0 0 1px #4573d2, 0 1px 4px 0 rgba(109, 110, 111, 0.08);--color-elevation-selected-medium-hover: 0 0 0 1px #4573d2, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-selected-medium-active: 0 0 0 1px #4573d2, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-selected-large-active: 0 0 0 1px #4573d2, 0 5px 20px 0 rgba(109, 110, 111, 0.08);--color-elevation-danger-small: 0 0 0 1px #f99fa4, 0 1px 4px 0 rgba(109, 110, 111, 0.08)}@media print{:host{--color-elevation-small: 0 0 0 1px #edeae9, 0 1px 4px 0 rgba(109, 110, 111, 0.08);--color-elevation-medium: 0 0 0 1px #edeae9, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-medium-hover: 0 0 0 1px #afabac, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-medium-active: 0 0 0 1px #6d6e6f, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-large: 0 0 0 1px #edeae9, 0 5px 20px 0 rgba(109, 110, 111, 0.08);--color-elevation-selected-small: 0 0 0 1px #4573d2, 0 1px 4px 0 rgba(109, 110, 111, 0.08);--color-elevation-selected-medium-hover: 0 0 0 1px #4573d2, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-selected-medium-active: 0 0 0 1px #4573d2, 0 2px 10px 0 rgba(109, 110, 111, 0.08);--color-elevation-selected-large-active: 0 0 0 1px #4573d2, 0 5px 20px 0 rgba(109, 110, 111, 0.08);--color-elevation-danger-small: 0 0 0 1px #f99fa4, 0 1px 4px 0 rgba(109, 110, 111, 0.08)}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-elevation-small: 0 0 0 1px #424244;--color-elevation-medium: 0 0 0 1px #424244;--color-elevation-medium-hover: 0 0 0 1px #6a696a;--color-elevation-medium-active: 0 0 0 1px #a2a0a2;--color-elevation-large: 0 0 0 1px #424244;--color-elevation-selected-small: 0 0 0 1px #4573d2;--color-elevation-selected-medium-hover: 0 0 0 1px #4573d2;--color-elevation-selected-medium-active: 0 0 0 1px #4573d2;--color-elevation-selected-large-active: 0 0 0 1px #4573d2;--color-elevation-danger-small: 0 0 0 1px #a13e4f}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-elevation-small: 0 0 0 1px #424244;--color-elevation-medium: 0 0 0 1px #424244;--color-elevation-medium-hover: 0 0 0 1px #6a696a;--color-elevation-medium-active: 0 0 0 1px #a2a0a2;--color-elevation-large: 0 0 0 1px #424244;--color-elevation-selected-small: 0 0 0 1px #4573d2;--color-elevation-selected-medium-hover: 0 0 0 1px #4573d2;--color-elevation-selected-medium-active: 0 0 0 1px #4573d2;--color-elevation-selected-large-active: 0 0 0 1px #4573d2;--color-elevation-danger-small: 0 0 0 1px #a13e4f}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-elevation-small: 0 0 0 1px #424244;--color-elevation-medium: 0 0 0 1px #424244;--color-elevation-medium-hover: 0 0 0 1px #6a696a;--color-elevation-medium-active: 0 0 0 1px #a2a0a2;--color-elevation-large: 0 0 0 1px #424244;--color-elevation-selected-small: 0 0 0 1px #4573d2;--color-elevation-selected-medium-hover: 0 0 0 1px #4573d2;--color-elevation-selected-medium-active: 0 0 0 1px #4573d2;--color-elevation-selected-large-active: 0 0 0 1px #4573d2;--color-elevation-danger-small: 0 0 0 1px #a13e4f;--color-elevation-small: 0 0 0 1px #5f2748;--color-elevation-medium: 0 0 0 1px #5f2748;--color-elevation-medium-hover: 0 0 0 1px #8f5977;--color-elevation-medium-active: 0 0 0 1px #bb97a9;--color-elevation-large: 0 0 0 1px #5f2748}:host{--color-home-text-light-accent: #fff;--color-home-text-dark-accent: #6d6e6f;--color-home-text-dark-accent-strong: #1e1f21;--color-home-text-dark-accent-classic: #1e1f21;--color-home-icon-light-accent: #fff;--color-home-icon-dark-accent: #6d6e6f;--color-home-icon-dark-accent-strong: #1e1f21;--color-home-icon-dark-accent-classic: #6d6e6f;--color-home-background-light-accent: rgba(255, 255, 255, 0.12);--color-home-background-dark-accent: #f9f8f8;--color-home-background-weak-light-accent: rgba(255, 255, 255, 0.12);--color-home-background-weak-dark-accent: rgba(109, 110, 111, 0.15);--color-home-border-light-accent: rgba(255, 255, 255, 0.5);--color-home-border-dark-accent: #edeae9;--color-home-classic-background: #fff;--color-home-maroon-background: #5b073a;--color-home-orange-yellow-background: #e2a039;--color-home-yellow-green-background: #aecf55;--color-home-forest-background: #285b52;--color-home-blue-green-background: #36b8b1;--color-home-aqua-background: #a9dcd9;--color-home-blue-background: #4573d2;--color-home-purple-background: #938ce1;--color-home-pink-purple-background: #ad7cc4;--color-home-pink-background: #f6a0a3;--color-home-oat-background: #e0dedc}:host .DesignTokenThemeDisabler{--color-home-text-light-accent: #fff;--color-home-text-dark-accent: #6d6e6f;--color-home-text-dark-accent-strong: #1e1f21;--color-home-text-dark-accent-classic: #1e1f21;--color-home-icon-light-accent: #fff;--color-home-icon-dark-accent: #6d6e6f;--color-home-icon-dark-accent-strong: #1e1f21;--color-home-icon-dark-accent-classic: #6d6e6f;--color-home-background-light-accent: rgba(255, 255, 255, 0.12);--color-home-background-dark-accent: #f9f8f8;--color-home-background-weak-light-accent: rgba(255, 255, 255, 0.12);--color-home-background-weak-dark-accent: rgba(109, 110, 111, 0.15);--color-home-border-light-accent: rgba(255, 255, 255, 0.5);--color-home-border-dark-accent: #edeae9;--color-home-classic-background: #fff;--color-home-maroon-background: #5b073a;--color-home-orange-yellow-background: #e2a039;--color-home-yellow-green-background: #aecf55;--color-home-forest-background: #285b52;--color-home-blue-green-background: #36b8b1;--color-home-aqua-background: #a9dcd9;--color-home-blue-background: #4573d2;--color-home-purple-background: #938ce1;--color-home-pink-purple-background: #ad7cc4;--color-home-pink-background: #f6a0a3;--color-home-oat-background: #e0dedc}@media print{:host{--color-home-text-light-accent: #fff;--color-home-text-dark-accent: #6d6e6f;--color-home-text-dark-accent-strong: #1e1f21;--color-home-text-dark-accent-classic: #1e1f21;--color-home-icon-light-accent: #fff;--color-home-icon-dark-accent: #6d6e6f;--color-home-icon-dark-accent-strong: #1e1f21;--color-home-icon-dark-accent-classic: #6d6e6f;--color-home-background-light-accent: rgba(255, 255, 255, 0.12);--color-home-background-dark-accent: #f9f8f8;--color-home-background-weak-light-accent: rgba(255, 255, 255, 0.12);--color-home-background-weak-dark-accent: rgba(109, 110, 111, 0.15);--color-home-border-light-accent: rgba(255, 255, 255, 0.5);--color-home-border-dark-accent: #edeae9;--color-home-classic-background: #fff;--color-home-maroon-background: #5b073a;--color-home-orange-yellow-background: #e2a039;--color-home-yellow-green-background: #aecf55;--color-home-forest-background: #285b52;--color-home-blue-green-background: #36b8b1;--color-home-aqua-background: #a9dcd9;--color-home-blue-background: #4573d2;--color-home-purple-background: #938ce1;--color-home-pink-purple-background: #ad7cc4;--color-home-pink-background: #f6a0a3;--color-home-oat-background: #e0dedc}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-home-text-light-accent: #f5f4f3;--color-home-text-dark-accent: #a2a0a2;--color-home-text-dark-accent-strong: #1e1f21;--color-home-text-dark-accent-classic: #f5f4f3;--color-home-icon-light-accent: #f5f4f3;--color-home-icon-dark-accent: #a2a0a2;--color-home-icon-dark-accent-strong: #1e1f21;--color-home-icon-dark-accent-classic: #a2a0a2;--color-home-background-light-accent: rgba(255, 255, 255, 0.12);--color-home-background-dark-accent: #252628;--color-home-background-weak-light-accent: rgba(255, 255, 255, 0.12);--color-home-background-weak-dark-accent: rgba(255, 255, 255, 0.11);--color-home-border-light-accent: rgba(255, 255, 255, 0.5);--color-home-border-dark-accent: #424244;--color-home-classic-background: #1e1f21;--color-home-maroon-background: #5b073a;--color-home-orange-yellow-background: #e2a039;--color-home-yellow-green-background: #aecf55;--color-home-forest-background: #285b52;--color-home-blue-green-background: #36b8b1;--color-home-aqua-background: #a9dcd9;--color-home-blue-background: #4573d2;--color-home-purple-background: #938ce1;--color-home-pink-purple-background: #ad7cc4;--color-home-pink-background: #f6a0a3;--color-home-oat-background: #e0dedc}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-home-text-light-accent: #f5f4f3;--color-home-text-dark-accent: #a2a0a2;--color-home-text-dark-accent-strong: #1e1f21;--color-home-text-dark-accent-classic: #f5f4f3;--color-home-icon-light-accent: #f5f4f3;--color-home-icon-dark-accent: #a2a0a2;--color-home-icon-dark-accent-strong: #1e1f21;--color-home-icon-dark-accent-classic: #a2a0a2;--color-home-background-light-accent: rgba(255, 255, 255, 0.12);--color-home-background-dark-accent: #252628;--color-home-background-weak-light-accent: rgba(255, 255, 255, 0.12);--color-home-background-weak-dark-accent: rgba(255, 255, 255, 0.11);--color-home-border-light-accent: rgba(255, 255, 255, 0.5);--color-home-border-dark-accent: #424244;--color-home-classic-background: #1e1f21;--color-home-maroon-background: #5b073a;--color-home-orange-yellow-background: #e2a039;--color-home-yellow-green-background: #aecf55;--color-home-forest-background: #285b52;--color-home-blue-green-background: #36b8b1;--color-home-aqua-background: #a9dcd9;--color-home-blue-background: #4573d2;--color-home-purple-background: #938ce1;--color-home-pink-purple-background: #ad7cc4;--color-home-pink-background: #f6a0a3;--color-home-oat-background: #e0dedc}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-home-text-light-accent: #f5f4f3;--color-home-text-dark-accent: #a2a0a2;--color-home-text-dark-accent-strong: #1e1f21;--color-home-text-dark-accent-classic: #f5f4f3;--color-home-icon-light-accent: #f5f4f3;--color-home-icon-dark-accent: #a2a0a2;--color-home-icon-dark-accent-strong: #1e1f21;--color-home-icon-dark-accent-classic: #a2a0a2;--color-home-background-light-accent: rgba(255, 255, 255, 0.12);--color-home-background-dark-accent: #252628;--color-home-background-weak-light-accent: rgba(255, 255, 255, 0.12);--color-home-background-weak-dark-accent: rgba(255, 255, 255, 0.11);--color-home-border-light-accent: rgba(255, 255, 255, 0.5);--color-home-border-dark-accent: #424244;--color-home-classic-background: #1e1f21;--color-home-maroon-background: #5b073a;--color-home-orange-yellow-background: #e2a039;--color-home-yellow-green-background: #aecf55;--color-home-forest-background: #285b52;--color-home-blue-green-background: #36b8b1;--color-home-aqua-background: #a9dcd9;--color-home-blue-background: #4573d2;--color-home-purple-background: #938ce1;--color-home-pink-purple-background: #ad7cc4;--color-home-pink-background: #f6a0a3;--color-home-oat-background: #e0dedc;--color-home-text-light-accent: #f8f4f6;--color-home-text-dark-accent: #bb97a9;--color-home-text-dark-accent-classic: #f8f4f6;--color-home-icon-light-accent: #f8f4f6;--color-home-icon-dark-accent: #bb97a9;--color-home-icon-dark-accent-classic: #bb97a9;--color-home-background-dark-accent: #3e1930;--color-home-border-dark-accent: #5f2748}:host{--color-inverse-text: #f5f4f3;--color-inverse-text-disabled: #6a696a;--color-inverse-text-weak: #a2a0a2;--color-inverse-text-weak-hover: #f5f4f3;--color-inverse-icon: #a2a0a2;--color-inverse-icon-hover: #f5f4f3;--color-inverse-icon-weak-deprecated: #424244;--color-inverse-border: #424244;--color-inverse-border-hover: #6a696a;--color-inverse-border-active: #a2a0a2;--color-inverse-border-strong: #f5f4f3;--color-inverse-background-hover: rgba(255, 255, 255, 0.06);--color-inverse-background-hover-rgb: 255, 255, 255;--color-inverse-background-active: rgba(255, 255, 255, 0.11);--color-inverse-background-weak: #1e1f21;--color-inverse-background-medium: #252628;--color-inverse-background-strong: #2a2b2d;--color-inverse-dark-text: #1e1f21;--color-inverse-dark-text-disabled: #afabac;--color-inverse-dark-background-hover: rgba(55, 23, 23, 0.03);--color-inverse-dark-background-active: rgba(55, 23, 23, 0.05)}:host .DesignTokenThemeDisabler{--color-inverse-text: #f5f4f3;--color-inverse-text-disabled: #6a696a;--color-inverse-text-weak: #a2a0a2;--color-inverse-text-weak-hover: #f5f4f3;--color-inverse-icon: #a2a0a2;--color-inverse-icon-hover: #f5f4f3;--color-inverse-icon-weak-deprecated: #424244;--color-inverse-border: #424244;--color-inverse-border-hover: #6a696a;--color-inverse-border-active: #a2a0a2;--color-inverse-border-strong: #f5f4f3;--color-inverse-background-hover: rgba(255, 255, 255, 0.06);--color-inverse-background-hover-rgb: 255, 255, 255;--color-inverse-background-active: rgba(255, 255, 255, 0.11);--color-inverse-background-weak: #1e1f21;--color-inverse-background-medium: #252628;--color-inverse-background-strong: #2a2b2d;--color-inverse-dark-text: #1e1f21;--color-inverse-dark-text-disabled: #afabac;--color-inverse-dark-background-hover: rgba(55, 23, 23, 0.03);--color-inverse-dark-background-active: rgba(55, 23, 23, 0.05)}@media print{:host{--color-inverse-text: #f5f4f3;--color-inverse-text-disabled: #6a696a;--color-inverse-text-weak: #a2a0a2;--color-inverse-text-weak-hover: #f5f4f3;--color-inverse-icon: #a2a0a2;--color-inverse-icon-hover: #f5f4f3;--color-inverse-icon-weak-deprecated: #424244;--color-inverse-border: #424244;--color-inverse-border-hover: #6a696a;--color-inverse-border-active: #a2a0a2;--color-inverse-border-strong: #f5f4f3;--color-inverse-background-hover: rgba(255, 255, 255, 0.06);--color-inverse-background-hover-rgb: 255, 255, 255;--color-inverse-background-active: rgba(255, 255, 255, 0.11);--color-inverse-background-weak: #1e1f21;--color-inverse-background-medium: #252628;--color-inverse-background-strong: #2a2b2d;--color-inverse-dark-text: #1e1f21;--color-inverse-dark-text-disabled: #afabac;--color-inverse-dark-background-hover: rgba(55, 23, 23, 0.03);--color-inverse-dark-background-active: rgba(55, 23, 23, 0.05)}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-inverse-text: #f5f4f3;--color-inverse-text-disabled: #6a696a;--color-inverse-text-weak: #a2a0a2;--color-inverse-text-weak-hover: #f5f4f3;--color-inverse-icon: #a2a0a2;--color-inverse-icon-hover: #f5f4f3;--color-inverse-icon-weak-deprecated: #6a696a;--color-inverse-border: #424244;--color-inverse-border-hover: #6a696a;--color-inverse-border-active: #a2a0a2;--color-inverse-border-strong: #f5f4f3;--color-inverse-background-hover: rgba(255, 255, 255, 0.06);--color-inverse-background-hover-rgb: 255, 255, 255;--color-inverse-background-active: rgba(255, 255, 255, 0.11);--color-inverse-background-weak: #2e2e30;--color-inverse-background-medium: #363639;--color-inverse-background-strong: #424244;--color-inverse-dark-text: #1e1f21;--color-inverse-dark-text-disabled: #afabac;--color-inverse-dark-background-hover: rgba(55, 23, 23, 0.03);--color-inverse-dark-background-active: rgba(55, 23, 23, 0.05)}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-inverse-text: #f5f4f3;--color-inverse-text-disabled: #6a696a;--color-inverse-text-weak: #a2a0a2;--color-inverse-text-weak-hover: #f5f4f3;--color-inverse-icon: #a2a0a2;--color-inverse-icon-hover: #f5f4f3;--color-inverse-icon-weak-deprecated: #6a696a;--color-inverse-border: #424244;--color-inverse-border-hover: #6a696a;--color-inverse-border-active: #a2a0a2;--color-inverse-border-strong: #f5f4f3;--color-inverse-background-hover: rgba(255, 255, 255, 0.06);--color-inverse-background-hover-rgb: 255, 255, 255;--color-inverse-background-active: rgba(255, 255, 255, 0.11);--color-inverse-background-weak: #2e2e30;--color-inverse-background-medium: #363639;--color-inverse-background-strong: #424244;--color-inverse-dark-text: #1e1f21;--color-inverse-dark-text-disabled: #afabac;--color-inverse-dark-background-hover: rgba(55, 23, 23, 0.03);--color-inverse-dark-background-active: rgba(55, 23, 23, 0.05)}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-inverse-text: #f5f4f3;--color-inverse-text-disabled: #6a696a;--color-inverse-text-weak: #a2a0a2;--color-inverse-text-weak-hover: #f5f4f3;--color-inverse-icon: #a2a0a2;--color-inverse-icon-hover: #f5f4f3;--color-inverse-icon-weak-deprecated: #6a696a;--color-inverse-border: #424244;--color-inverse-border-hover: #6a696a;--color-inverse-border-active: #a2a0a2;--color-inverse-border-strong: #f5f4f3;--color-inverse-background-hover: rgba(255, 255, 255, 0.06);--color-inverse-background-hover-rgb: 255, 255, 255;--color-inverse-background-active: rgba(255, 255, 255, 0.11);--color-inverse-background-weak: #2e2e30;--color-inverse-background-medium: #363639;--color-inverse-background-strong: #424244;--color-inverse-dark-text: #1e1f21;--color-inverse-dark-text-disabled: #afabac;--color-inverse-dark-background-hover: rgba(55, 23, 23, 0.03);--color-inverse-dark-background-active: rgba(55, 23, 23, 0.05);--color-inverse-text: #f8f4f6;--color-inverse-text-weak: #bb97a9;--color-inverse-text-weak-hover: #f8f4f6;--color-inverse-icon: #bb97a9;--color-inverse-icon-hover: #f8f4f6;--color-inverse-icon-weak-deprecated: #5f2748;--color-inverse-border: #5f2748;--color-inverse-border-hover: #8f5977;--color-inverse-border-active: #bb97a9;--color-inverse-border-strong: #f8f4f6;--color-inverse-background-weak: #36172a;--color-inverse-background-medium: #3e1930;--color-inverse-background-strong: #461d36;--color-inverse-dark-text: #36172a}:host{--color-light-asset-background: #fff;--color-light-asset-text: #1e1f21}:host .DesignTokenThemeDisabler{--color-light-asset-background: #fff;--color-light-asset-text: #1e1f21}@media print{:host{--color-light-asset-background: #fff;--color-light-asset-text: #1e1f21}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-light-asset-background: #fff;--color-light-asset-text: #1e1f21}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-light-asset-background: #fff;--color-light-asset-text: #1e1f21}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-light-asset-background: #fff;--color-light-asset-text: #1e1f21;--color-light-asset-text: #36172a}:host{--color-modal-shroud: rgba(30, 31, 33, 0.75)}:host .DesignTokenThemeDisabler{--color-modal-shroud: rgba(30, 31, 33, 0.75)}@media print{:host{--color-modal-shroud: rgba(30, 31, 33, 0.75)}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-modal-shroud: rgba(66, 66, 68, 0.75)}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-modal-shroud: rgba(66, 66, 68, 0.75)}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-modal-shroud: rgba(66, 66, 68, 0.75);--color-modal-shroud: rgba(66, 66, 68, 0.75)}:host{--color-multi-color-icon-weak: #fff;--color-multi-color-icon-medium: rgba(255, 255, 255, 0.6);--color-multi-color-icon-strong: rgba(30, 31, 33, 0.75);--color-multi-color-icon-unselected-weak: #afabac;--color-multi-color-icon-unselected-medium: #6d6e6f;--color-multi-color-icon-unselected-strong: #1e1f21}:host .DesignTokenThemeDisabler{--color-multi-color-icon-weak: #fff;--color-multi-color-icon-medium: rgba(255, 255, 255, 0.6);--color-multi-color-icon-strong: rgba(30, 31, 33, 0.75);--color-multi-color-icon-unselected-weak: #afabac;--color-multi-color-icon-unselected-medium: #6d6e6f;--color-multi-color-icon-unselected-strong: #1e1f21}@media print{:host{--color-multi-color-icon-weak: #fff;--color-multi-color-icon-medium: rgba(255, 255, 255, 0.6);--color-multi-color-icon-strong: rgba(30, 31, 33, 0.75);--color-multi-color-icon-unselected-weak: #afabac;--color-multi-color-icon-unselected-medium: #6d6e6f;--color-multi-color-icon-unselected-strong: #1e1f21}}:host .DesignTokenThemeSelectors-theme--darkMode{--color-multi-color-icon-weak: #f5f4f3;--color-multi-color-icon-medium: rgba(255, 255, 255, 0.6);--color-multi-color-icon-strong: rgba(30, 31, 33, 0.75);--color-multi-color-icon-unselected-weak: #a2a0a2;--color-multi-color-icon-unselected-medium: #6a696a;--color-multi-color-icon-unselected-strong: #424244}@media(prefers-color-scheme: dark){:host .DesignTokenThemeSelectors-theme--systemDarkMode{--color-multi-color-icon-weak: #f5f4f3;--color-multi-color-icon-medium: rgba(255, 255, 255, 0.6);--color-multi-color-icon-strong: rgba(30, 31, 33, 0.75);--color-multi-color-icon-unselected-weak: #a2a0a2;--color-multi-color-icon-unselected-medium: #6a696a;--color-multi-color-icon-unselected-strong: #424244}}:host .DesignTokenThemeSelectors-theme--maroonMode{--color-multi-color-icon-weak: #f5f4f3;--color-multi-color-icon-medium: rgba(255, 255, 255, 0.6);--color-multi-color-icon-strong: rgba(30, 31, 33, 0.75);--color-multi-color-icon-unselected-weak: #a2a0a2;--color-multi-color-icon-unselected-medium: #6a696a;--color-multi-color-icon-unselected-strong: #424244;--color-multi-color-icon-weak: #f8f4f6;--color-multi-color-icon-strong: rgba(54, 23, 42, 0.75);--color-multi-color-icon-unselected-weak: #bb97a9;--color-multi-color-icon-unselected-medium: #8f5977;--color-multi-color-icon-unselected-strong: #5f2748}.Icon{flex:0 0 auto;height:16px;width:16px}.Icon.Icon--small{height:16px;width:16px}.Icon.Icon--large{height:32px;width:32px}.MiniIcon{flex:0 0 auto;height:12px;width:12px}.MiniIcon.MiniIcon--small{height:12px;width:12px}.MiniIcon.MiniIcon--large{height:24px;width:24px}.NavIcon{height:20px;width:20px}.CompoundIcon{display:block;stroke-width:2px}.CompoundIcon.CompoundIcon--xsmall{height:12px;min-height:12px;min-width:12px;width:12px}.CompoundIcon.CompoundIcon--small{height:16px;min-height:16px;min-width:16px;width:16px}.CompoundIcon.CompoundIcon--medium{height:24px;min-height:24px;min-width:24px;width:24px}.CompoundIcon.CompoundIcon--large{height:32px;min-height:32px;min-width:32px;width:32px}.HiddenDescription{display:none}.VisuallyHidden{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute;width:1px}.SwitchPresentation{background:var(--color-button-switch-background);border:1px solid var(--color-button-switch-background);cursor:pointer;display:inline-flex;overflow:hidden;position:relative;transition:background .2s,border-color .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.SwitchPresentation:not(.SwitchPresentation--disabled):hover{background:var(--color-button-switch-background-hover);border-color:var(--color-button-switch-background-hover)}.SwitchPresentation.SwitchPresentation--checked{background:var(--color-selected-background-strong);border-color:var(--color-selected-background-strong)}.SwitchPresentation.SwitchPresentation--checked:not(.SwitchPresentation--disabled):hover{background:var(--color-selected-background-strong-hover);border-color:var(--color-selected-background-strong-hover)}.SwitchPresentation.SwitchPresentation--checked:not(.SwitchPresentation--disabled):active{background:var(--color-selected-background-strong-active);border-color:var(--color-selected-background-strong-active)}.SwitchPresentation.SwitchPresentation--disabled{background:var(--color-button-switch-background-disabled);border-color:var(--color-button-switch-background-disabled);cursor:default}.SwitchPresentation.SwitchPresentation--small.SwitchPresentation{border-radius:10px;height:10px;padding:1px;width:20px}.SwitchPresentation.SwitchPresentation--small.SwitchPresentation::before{height:10px;left:0;width:10px}.SwitchPresentation.SwitchPresentation--small.SwitchPresentation.SwitchPresentation--checked::before{left:10px}.SwitchPresentation.SwitchPresentation--medium.SwitchPresentation{border-radius:15px;height:15px;padding:2px;width:30px}.SwitchPresentation.SwitchPresentation--medium.SwitchPresentation::before{height:15px;left:0;width:15px}.SwitchPresentation.SwitchPresentation--medium.SwitchPresentation.SwitchPresentation--checked::before{left:15px}.SwitchPresentation.SwitchPresentation--large.SwitchPresentation{border-radius:20px;height:20px;padding:3px;width:40px}.SwitchPresentation.SwitchPresentation--large.SwitchPresentation::before{height:20px;left:0;width:20px}.SwitchPresentation.SwitchPresentation--large.SwitchPresentation.SwitchPresentation--checked::before{left:20px}.SwitchPresentation::before{background:var(--color-button-switch-icon);border-radius:50%;content:"";display:block;position:relative;transition:left .2s}.SwitchPresentation.SwitchPresentation--disabled::before{background:var(--color-button-switch-icon-disabled)}.CheckableInputRowStructure{display:flex}.CheckableInputRowStructure--top{align-items:baseline}.CheckableInputRowStructure--center{align-items:center}.CheckableInputRowStructure-input{flex-shrink:0}.CheckableInputRowStructure-label{flex-shrink:1;min-width:1px;padding-left:8px}.Checkbox{height:12px;width:12px;cursor:pointer}.CheckboxWithLabel-input--alignTop{transform:translateY(1px)}.CheckboxWithLabel-label--enabled{cursor:pointer}.CheckboxWithLabel-label--disabled{color:var(--color-text-disabled)}.Radio{cursor:pointer}.RadioOrCheckboxGroup-title{margin-bottom:8px}.RadioOrCheckboxGroup-rowWrapper+.RadioOrCheckboxGroup-rowWrapper{margin-top:16px}.RadioWithLabel-input--alignTop{transform:translateY(1px)}.RadioWithLabel-label--enabled{cursor:pointer}.RadioWithLabel-label--disabled{color:var(--color-text-disabled)}.Switch{cursor:pointer}.Switch.Switch--disabled{cursor:default}.SwitchWithLabel-label--disabled{color:var(--color-text-disabled)}.CustomScrollbarScrollable{flex:1 1 auto;min-height:1px;overflow:hidden;position:relative}.CustomScrollbarScrollable-scrollable{bottom:0;left:0;-ms-overflow-style:none;overflow-x:hidden;overflow-y:auto;position:absolute;top:0;width:125%}.CustomScrollbarScrollable-scrollable::-webkit-scrollbar{display:none}.CustomScrollbarScrollable-content{width:80%}.CustomScrollbarScrollable-shadow{display:none}.CustomScrollbarScrollable-track{display:block;height:100%;position:absolute;right:0;top:0;width:6px}.CustomScrollbarScrollable-thumb{background-color:var(--color-inverse-icon);border-radius:25px;position:absolute;width:100%}.DragScrollListener--canDrag{cursor:move;cursor:-webkit-grab;cursor:grab}.DragScrollListener--dragging,.DragScrollListener--dragging *{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.DragScrollListener textarea,.DragScrollListener select,.DragScrollListener input,.DragScrollListener [contenteditable],.DragScrollListener .LayerPositioner{cursor:auto}.DynamicBorderScrollable{min-height:1px;position:relative}.DynamicBorderScrollable-content{position:relative}.DynamicBorderScrollable::before{content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:box-shadow 250ms;width:100%;z-index:100}.DynamicBorderScrollable--canScrollUp::before{box-shadow:var(--color-box-shadow-top-small-inset)}.DynamicBorderScrollable--canScrollDown::before{box-shadow:var(--color-box-shadow-bottom-small-inset)}.DynamicBorderScrollable--canScrollDown.DynamicBorderScrollable--canScrollUp::before{box-shadow:var(--color-box-shadow-bottom-small-inset),var(--color-box-shadow-top-small-inset)}.ResizeListener,.ResizeListener-expand,.ResizeListener-shrink{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;visibility:hidden}.ResizeListener-expandChild,.ResizeListener-shrinkChild{left:0;position:absolute;top:0}.ResizeListener-expandChild{height:99999px;width:99999px}.ResizeListener-shrinkChild{height:200%;width:200%}.Scrollable--withOptimization{will-change:scroll-position}.Scrollable--withCompositingLayer{will-change:transform}.Scrollable--vertical{min-height:1px;overflow-y:auto}.Scrollable--verticalForceScrollbar{overflow-y:scroll}.Scrollable--horizontal{min-width:1px;overflow-x:auto}.Scrollable--horizontalForceScrollbar{overflow-x:scroll}.Scrollable--both{min-height:1px;min-width:1px;overflow:auto}.Scrollable--bothForceScrollbar{overflow:auto}.ScrollbarSizeReference{height:100px;left:-100px;overflow:scroll;pointer-events:none;position:absolute;top:0;visibility:hidden;width:100px}.StickinessListener{position:absolute}.LayerPositioner{align-items:flex-start;display:flex;font-size:14px;height:0;position:fixed;width:100vw}.LayerPositioner.LayerPositioner{z-index:10000}.LayerPositioner.LayerPositioner--left,.LayerPositioner.LayerPositioner--alignRight{justify-content:flex-end;margin-left:-100vw}.LayerPositioner.LayerPositioner--alignCenter{justify-content:center;margin-left:-50vw}.LayerPositioner.LayerPositioner--alignMiddle{align-items:center}.LayerPositioner-layer{pointer-events:none;position:relative}.LayerPositioner--above .LayerPositioner-layer,.LayerPositioner--alignBottom .LayerPositioner-layer{transform:translateY(-100%)}.LayerPositioner-layer&gt;*{pointer-events:auto}.LayerPositioner--animatePositionChanges{transition-duration:200ms;transition-property:top,left}@-webkit-keyframes animation-opacity1{0%{opacity:1}100%{opacity:1}}@keyframes animation-opacity1{0%{opacity:1}100%{opacity:1}}@-webkit-keyframes animation-opacity0{0%{opacity:0}100%{opacity:0}}@keyframes animation-opacity0{0%{opacity:0}100%{opacity:0}}@-webkit-keyframes animation-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes animation-fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes animation-fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes animation-fadeOut{0%{opacity:1}100%{opacity:0}}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:host){overflow:hidden}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,input[type=reset],input[type=submit]{cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}::-moz-placeholder{opacity:1}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html,body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:normal}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,figure,p,pre{margin:0}button{background:transparent;border:0;padding:0}fieldset{border:0;margin:0;padding:0}iframe{border:0}ol,ul{list-style:none;margin:0;padding:0}[tabindex="-1"]:focus{outline:none}a{color:var(--color-text);cursor:pointer;text-decoration:none}a:active,a:hover{color:var(--color-text);text-decoration:none}.LoadingIndicator{-webkit-animation:animation-fadeIn .5s linear;animation:animation-fadeIn .5s linear;overflow:hidden}.LoadingIndicator--small{height:16px;width:16px}.LoadingIndicator--medium{height:32px;margin:4px auto;width:32px}.LoadingIndicator-circle{-webkit-animation:LoadingIndicator-rotation .67s linear infinite;animation:LoadingIndicator-rotation .67s linear infinite;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMiAzMic+CjxsaW5lYXJHcmFkaWVudCBpZD0nRmFzdExvYWRpbmdJbmRpY2F0b3ItbGluZWFyR3JhZGllbnQnIGdyYWRpZW50VW5pdHM9J3VzZXJTcGFjZU9uVXNlJyB4MT0nMy41NDQ5JyB5MT0nMTYnIHgyPScyOC4zODg4JyB5Mj0nMTYnPgo8c3RvcCBvZmZzZXQ9JzAuNDE2OScgc3RvcC1jb2xvcj0nIzlDQTZBRicvPgo8c3RvcCBvZmZzZXQ9JzAuOTM3Nicgc3RvcC1jb2xvcj0ncmdiYSgyNDYsMjQ4LDI0OSwwKScvPgo8L2xpbmVhckdyYWRpZW50Pgo8Y2lyY2xlIGN4PScxNicgY3k9JzE2JyByPScxMScgc3R5bGU9J2ZpbGw6IG5vbmU7IHN0cm9rZTogdXJsKCNGYXN0TG9hZGluZ0luZGljYXRvci1saW5lYXJHcmFkaWVudCk7IHN0cm9rZS13aWR0aDogMjsnPjwvY2lyY2xlPjwvc3ZnPg==");height:100%;width:100%}.LoadingIndicator-circle.LoadingIndicator-circle--inverse{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGxpbmVhckdyYWRpZW50IGlkPSdGYXN0TG9hZGluZ0luZGljYXRvci1saW5lYXJHcmFkaWVudCcgZ3JhZGllbnRVbml0cz0ndXNlclNwYWNlT25Vc2UnIHgxPSczLjU0NDknIHkxPScxNicgeDI9JzI4LjM4ODgnIHkyPScxNic+CiAgICA8c3RvcCBvZmZzZXQ9JzAuNDE2OScgc3RvcC1jb2xvcj0ncmdiYSgyNTYsMjU2LDI1NiwwLjg4KScvPgogICAgPHN0b3Agb2Zmc2V0PScwLjkzNzYnIHN0b3AtY29sb3I9J3JnYmEoMjU2LDI1NiwyNTYsMCknLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxjaXJjbGUgY3g9JzE2JyBjeT0nMTYnIHI9JzExJyBzdHlsZT0nZmlsbDogbm9uZTsgc3Ryb2tlOiB1cmwoI0Zhc3RMb2FkaW5nSW5kaWNhdG9yLWxpbmVhckdyYWRpZW50KTsgc3Ryb2tlLXdpZHRoOiAyOyc+PC9jaXJjbGU+Cjwvc3ZnPg==")}@-webkit-keyframes LoadingIndicator-rotation{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes LoadingIndicator-rotation{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.Dropdown{background:var(--color-background-weak);border-radius:4px;box-shadow:var(--color-elevation-large);box-sizing:border-box}.DropdownMenuButton-dropdown--cncButtonSelectVisualUpdates{margin-top:2px}.StaticMenuItem-selectedIcon{flex-shrink:0;height:12px;margin-left:-16px;margin-right:4px;width:12px}.StaticMenuItem-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.StaticMenuItem-itemIcon{fill:var(--color-icon);height:16px;margin-right:8px;width:16px}.StaticMenuItem-itemIcon.is-disabled{fill:inherit}.Menu{font-size:14px;max-width:500px;min-width:185px;padding:4px 0}.Popover-body&gt;.Menu{margin:-16px}.DropdownMenuButtonWithBoundary-dropdown--isLoading{min-width:185px}.CheckableInputRowMenuItem{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.DropdownItem{cursor:pointer;position:relative}.DropdownItem.is-highlighted{background:var(--color-background-hover)}.DropdownItem .DropdownItem-menuItem{padding-right:24px}.DropdownItem-disclosureIcon{fill:var(--color-icon-strong);pointer-events:none;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.DropdownItem-dropdown{transform:translateY(-5px)}.StaticMenuItemBase-button{align-items:center;color:var(--color-text);display:flex;height:36px;padding:0 12px;position:relative;fill:var(--color-icon)}.StaticMenuItemBase-button:hover{color:var(--color-text);text-decoration:none}.StaticMenuItemBase-button.is-highlighted{background-color:var(--color-background-hover)}.StaticMenuItemBase-button.StaticMenuItemBase--medium{height:36px}.StaticMenuItemBase-button.StaticMenuItemBase--large{height:48px}.StaticMenuItemBase-button.StaticMenuItemBase--flexible{height:auto}.Menu--select .StaticMenuItemBase-button{padding-left:36px}.StaticMenuItemBase-button.StaticMenuItemBase--dangerous{color:var(--color-danger-text);fill:var(--color-danger-icon)}.StaticMenuItemBase-button.StaticMenuItemBase--dangerous:hover{color:var(--color-danger-text-hover);fill:var(--color-danger-icon-hover)}.StaticMenuItemBase--select{padding-left:36px}.StaticMenuItemBase--disabled{color:var(--color-text-disabled);fill:var(--color-icon-disabled)}.StaticMenuItemBase--disabled.is-highlighted,.StaticMenuItemBase--disabled:hover{background:var(--color-background-weak);color:var(--color-text-disabled);cursor:default;fill:var(--color-icon-disabled)}.MenuItemWithDescription{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:22px}.MenuItemWithDescription.StaticMenuItemBase-button{align-items:baseline}.MenuItemWithDescription-description{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;line-height:18px;color:var(--color-text-weak)}.MenuItemWithDescription-text{flex-direction:column;margin:8px 0;white-space:normal}.MenuItemWithDescription-isDisabled{color:var(--color-text-disabled)}.MenuItemWithDescription-isDisabled:hover{background:var(--color-background-weak);color:var(--color-text-disabled);cursor:default}.MenuItem-selectedIcon{fill:var(--color-icon);flex-shrink:0;height:12px;margin-left:-24px;margin-right:12px;width:12px}.MenuItem-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MenuItem-itemIcon{fill:inherit;height:16px;margin-right:8px;width:16px}.MenuItemBase{cursor:pointer}.MenuItemWithSwitch&gt;.MenuItem-label{width:100%}.MenuItemWithSwitch-menuItemLabel{align-items:center;display:flex}.MenuItemWithSwitch-label{margin-right:16px;overflow:hidden;text-overflow:ellipsis}.MenuItemWithSwitch-switch{flex-shrink:0;margin-left:auto}.PremiumIconItem&gt;.MenuItem-label{width:100%}.PremiumIconItem-icon{fill:var(--color-upsell-icon);margin-left:4px}.PremiumIconItem-label{align-items:center;display:flex;justify-content:space-between}.PremiumIconItemWithDescription&gt;.MenuItem-label{width:100%}.PremiumIconItemWithDescription-icon{fill:var(--color-upsell-icon);margin-left:4px}.PremiumIconItemWithDescription-label{align-items:center;display:flex;justify-content:space-between}.MenuScrollableSection{margin:-4px 0;padding:4px 0}.MenuScrollableSection--medium{max-height:158px}.MenuScrollableSection--large{max-height:212px}.MenuSectionLabel{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;line-height:18px;color:var(--color-text-weak);font-weight:500;margin-bottom:4px;overflow:hidden;padding:8px 12px 0;text-overflow:ellipsis;white-space:nowrap}.Menu--select .MenuSectionLabel{padding-left:36px}.MenuSectionLabel--select{padding-left:36px}.MenuSeparator{border-top:1px solid var(--color-border);margin:4px 0}.Tooltip{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;line-height:18px;max-width:174px;display:flex;position:relative}.Tooltip--tooltipAbove{flex-direction:column;margin-bottom:10px}.Tooltip--tooltipRight{flex-direction:row-reverse;margin-left:10px}.Tooltip--tooltipBelow{flex-direction:column-reverse;margin-top:10px}.Tooltip--tooltipLeft{flex-direction:row;margin-right:10px}.Tooltip-body{background:var(--color-inverse-background-strong);border-radius:4px;box-shadow:var(--color-box-shadow-small);box-sizing:border-box;color:var(--color-inverse-text);flex-grow:1;max-width:100%;overflow-wrap:break-word;padding:8px 12px}.Tooltip-caretPositioner{display:flex;justify-content:center;position:relative}.Tooltip--alignMiddle&gt;.Tooltip-caretPositioner{align-self:center}.Tooltip--alignEnd&gt;.Tooltip-caretPositioner{align-self:flex-end}.Tooltip--tooltipAbove&gt;.Tooltip-caretPositioner,.Tooltip--tooltipBelow&gt;.Tooltip-caretPositioner{height:6px;margin:0 16px;width:15px}.Tooltip--tooltipLeft&gt;.Tooltip-caretPositioner,.Tooltip--tooltipRight&gt;.Tooltip-caretPositioner{height:15px;margin:8px 0;width:6px}.Tooltip--tooltipAbove&gt;.Tooltip-caretPositioner{margin-bottom:-6px}.Tooltip--tooltipBelow&gt;.Tooltip-caretPositioner{margin-top:-6px}.Tooltip--tooltipLeft&gt;.Tooltip-caretPositioner{margin-right:-6px}.Tooltip--tooltipRight&gt;.Tooltip-caretPositioner{margin-left:-6px}.Tooltip-caret{position:absolute}.Tooltip-caret::before{background:var(--color-inverse-background-strong);box-sizing:border-box;content:"";display:block;height:14px;transform:rotate(45deg);width:14px}.Tooltip--tooltipAbove .Tooltip-caret{bottom:0;clip:rect(7px 17px 17px -3px)}.Tooltip--tooltipBelow .Tooltip-caret{clip:rect(-3px 17px 7px -3px);top:0}.Tooltip--tooltipLeft .Tooltip-caret{clip:rect(-3px 17px 17px 7px);right:0}.Tooltip--tooltipRight .Tooltip-caret{clip:rect(-3px 7px 17px -3px);left:0}body:not(.A11y-focusInvisible) .BaseLink:focus{outline:2px solid var(--color-a11y-selected-border-active)}body.A11y-focusInvisible .BaseLink:focus{outline:none}.DangerLink{cursor:pointer;color:var(--color-danger-text);fill:var(--color-danger-text)}body:not(.A11y-focusInvisible) .DangerLink:focus{outline:2px solid var(--color-a11y-selected-border-active);outline-offset:0}body.A11y-focusInvisible .DangerLink:focus{outline:none}.DangerLink:active{color:var(--color-danger-text-hover);fill:var(--color-danger-text-hover);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.DangerLink:hover{color:var(--color-danger-text-hover);fill:var(--color-danger-text-hover);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.PrimaryLink{cursor:pointer;color:var(--color-primary-text);fill:var(--color-primary-text)}body:not(.A11y-focusInvisible) .PrimaryLink:focus{outline:2px solid var(--color-a11y-selected-border-active);outline-offset:0}body.A11y-focusInvisible .PrimaryLink:focus{outline:none}.PrimaryLink:active{color:var(--color-primary-text-hover);fill:var(--color-primary-text-hover);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.PrimaryLink:hover{color:var(--color-primary-text-hover);fill:var(--color-primary-text-hover);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.DeprecatedAnchor{cursor:pointer;color:var(--color-primary-text);fill:var(--color-primary-text)}body:not(.A11y-focusInvisible) .DeprecatedAnchor:focus{outline:2px solid var(--color-a11y-selected-border-active);outline-offset:0}body.A11y-focusInvisible .DeprecatedAnchor:focus{outline:none}.DeprecatedAnchor:active{color:var(--color-primary-text-hover);fill:var(--color-primary-text-hover);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.DeprecatedAnchor:hover{color:var(--color-primary-text-hover);fill:var(--color-primary-text-hover);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.HiddenLink.HiddenLink--darkGray3{cursor:pointer;color:var(--color-text);fill:var(--color-text)}body:not(.A11y-focusInvisible) .HiddenLink.HiddenLink--darkGray3:focus{outline:2px solid var(--color-a11y-selected-border-active);outline-offset:0}body.A11y-focusInvisible .HiddenLink.HiddenLink--darkGray3:focus{outline:none}.HiddenLink.HiddenLink--darkGray3:active{color:var(--color-primary-text-hover);fill:var(--color-primary-text-hover)}.HiddenLink.HiddenLink--darkGray3:hover{color:var(--color-primary-text-hover);fill:var(--color-primary-text-hover)}.HiddenLink.HiddenLink--darkGray2{cursor:pointer;color:var(--color-text);fill:var(--color-text)}body:not(.A11y-focusInvisible) .HiddenLink.HiddenLink--darkGray2:focus{outline:2px solid var(--color-a11y-selected-border-active);outline-offset:0}body.A11y-focusInvisible .HiddenLink.HiddenLink--darkGray2:focus{outline:none}.HiddenLink.HiddenLink--darkGray2:active{color:var(--color-primary-text-hover);fill:var(--color-primary-text-hover)}.HiddenLink.HiddenLink--darkGray2:hover{color:var(--color-primary-text-hover);fill:var(--color-primary-text-hover)}.HiddenLink.HiddenLink--darkGray1{cursor:pointer;color:var(--color-text-weak);fill:var(--color-text-weak)}body:not(.A11y-focusInvisible) .HiddenLink.HiddenLink--darkGray1:focus{outline:2px solid var(--color-a11y-selected-border-active);outline-offset:0}body.A11y-focusInvisible .HiddenLink.HiddenLink--darkGray1:focus{outline:none}.HiddenLink.HiddenLink--darkGray1:active{color:var(--color-primary-text-hover);fill:var(--color-primary-text-hover)}.HiddenLink.HiddenLink--darkGray1:hover{color:var(--color-primary-text-hover);fill:var(--color-primary-text-hover)}.HiddenNavigationLink.HiddenNavigationLink--darkGray3{cursor:pointer;color:var(--color-text);fill:var(--color-text)}body:not(.A11y-focusInvisible) .HiddenNavigationLink.HiddenNavigationLink--darkGray3:focus{outline:2px solid var(--color-a11y-selected-border-active);outline-offset:0}body.A11y-focusInvisible .HiddenNavigationLink.HiddenNavigationLink--darkGray3:focus{outline:none}.HiddenNavigationLink.HiddenNavigationLink--darkGray3:active{color:var(--color-primary-text-hover);fill:var(--color-primary-text-hover)}.HiddenNavigationLink.HiddenNavigationLink--darkGray3:hover{color:var(--color-primary-text-hover);fill:var(--color-primary-text-hover)}.HiddenNavigationLink.HiddenNavigationLink--darkGray2{cursor:pointer;color:var(--color-text);fill:var(--color-text)}body:not(.A11y-focusInvisible) .HiddenNavigationLink.HiddenNavigationLink--darkGray2:focus{outline:2px solid var(--color-a11y-selected-border-active);outline-offset:0}body.A11y-focusInvisible .HiddenNavigationLink.HiddenNavigationLink--darkGray2:focus{outline:none}.HiddenNavigationLink.HiddenNavigationLink--darkGray2:active{color:var(--color-primary-text-hover);fill:var(--color-primary-text-hover)}.HiddenNavigationLink.HiddenNavigationLink--darkGray2:hover{color:var(--color-primary-text-hover);fill:var(--color-primary-text-hover)}.HiddenNavigationLink.HiddenNavigationLink--darkGray1{cursor:pointer;color:var(--color-text-weak);fill:var(--color-text-weak)}body:not(.A11y-focusInvisible) .HiddenNavigationLink.HiddenNavigationLink--darkGray1:focus{outline:2px solid var(--color-a11y-selected-border-active);outline-offset:0}body.A11y-focusInvisible .HiddenNavigationLink.HiddenNavigationLink--darkGray1:focus{outline:none}.HiddenNavigationLink.HiddenNavigationLink--darkGray1:active{color:var(--color-primary-text-hover);fill:var(--color-primary-text-hover)}.HiddenNavigationLink.HiddenNavigationLink--darkGray1:hover{color:var(--color-primary-text-hover);fill:var(--color-primary-text-hover)}.InverseLink{cursor:pointer;color:#fff;fill:#fff;text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}body:not(.A11y-focusInvisible) .InverseLink:focus{outline:2px solid var(--color-a11y-selected-border-active);outline-offset:0}body.A11y-focusInvisible .InverseLink:focus{outline:none}.InverseLink:active{color:rgba(255,255,255,.8);fill:rgba(255,255,255,.8);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.InverseLink:hover{color:rgba(255,255,255,.85);fill:rgba(255,255,255,.85);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.InverseNavigationLink{cursor:pointer;color:#fff;fill:#fff;text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}body:not(.A11y-focusInvisible) .InverseNavigationLink:focus{outline:2px solid var(--color-a11y-selected-border-active);outline-offset:0}body.A11y-focusInvisible .InverseNavigationLink:focus{outline:none}.InverseNavigationLink:active{color:rgba(255,255,255,.8);fill:rgba(255,255,255,.8);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.InverseNavigationLink:hover{color:rgba(255,255,255,.85);fill:rgba(255,255,255,.85);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.PrimaryNavigationLink{cursor:pointer;color:var(--color-primary-text);fill:var(--color-primary-text)}body:not(.A11y-focusInvisible) .PrimaryNavigationLink:focus{outline:2px solid var(--color-a11y-selected-border-active);outline-offset:0}body.A11y-focusInvisible .PrimaryNavigationLink:focus{outline:none}.PrimaryNavigationLink:active{color:var(--color-primary-text-hover);fill:var(--color-primary-text-hover);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.PrimaryNavigationLink:hover{color:var(--color-primary-text-hover);fill:var(--color-primary-text-hover);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.SecondaryLink{cursor:pointer;color:var(--color-text-weak);fill:var(--color-text-weak);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}body:not(.A11y-focusInvisible) .SecondaryLink:focus{outline:2px solid var(--color-a11y-selected-border-active);outline-offset:0}body.A11y-focusInvisible .SecondaryLink:focus{outline:none}.SecondaryLink:active{color:var(--color-text-weak-hover);fill:var(--color-text-weak-hover);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.SecondaryLink:hover{color:var(--color-text);fill:var(--color-text);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.SecondaryNavigationLink{cursor:pointer;color:var(--color-text-weak);fill:var(--color-text-weak);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}body:not(.A11y-focusInvisible) .SecondaryNavigationLink:focus{outline:2px solid var(--color-a11y-selected-border-active);outline-offset:0}body.A11y-focusInvisible .SecondaryNavigationLink:focus{outline:none}.SecondaryNavigationLink:active{color:var(--color-text-weak-hover);fill:var(--color-text-weak-hover);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.SecondaryNavigationLink:hover{color:var(--color-text);fill:var(--color-text);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.UpsellLink{cursor:pointer;color:var(--color-upsell-text);fill:var(--color-upsell-text);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}body:not(.A11y-focusInvisible) .UpsellLink:focus{outline:2px solid var(--color-a11y-selected-border-active);outline-offset:0}body.A11y-focusInvisible .UpsellLink:focus{outline:none}.UpsellLink:active{color:var(--color-upsell-text-hover);fill:var(--color-upsell-text-hover);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.UpsellLink:hover{color:var(--color-upsell-text-hover);fill:var(--color-upsell-text-hover);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.MarkText{background-color:transparent}.Typography{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif}.Typography--colorDarkGray3{color:var(--color-text)}.Typography--colorDarkGray2{color:var(--color-text)}.Typography--colorDarkGray1{color:var(--color-text-weak)}.Typography--colorLightGray3{color:var(--color-deprecated-lightGray3)}.Typography--colorLightGray2{color:var(--color-deprecated-lightGray2)}.Typography--colorLightGray1{color:var(--color-deprecated-lightGray1)}.Typography--colorWhite{color:var(--color-text-foreground)}.Typography--colorDefault{color:var(--color-text)}.Typography--colorWeak{color:var(--color-text-weak)}.Typography--colorDisabled{color:var(--color-text-disabled)}.Typography--colorForeground{color:var(--color-text-foreground)}.Typography--colorLightAsset{color:var(--color-light-asset-text)}.Typography--colorSuccess{color:var(--color-success-text)}.Typography--colorSuccessStrong{color:var(--color-success-text-strong)}.Typography--colorDanger{color:var(--color-danger-text)}.Typography--colorDangerStrong{color:var(--color-danger-text-strong)}.Typography--colorWarning{color:var(--color-warning-text)}.Typography--colorWarningStrong{color:var(--color-warning-text-strong)}.Typography--colorUpsell{color:var(--color-upsell-text)}.Typography--colorUpsellStrong{color:var(--color-upsell-text-strong)}.Typography--colorSelected{color:var(--color-selected-text)}.Typography--colorSelectedStrong{color:var(--color-selected-text-strong)}.Typography--colorBeta{color:var(--color-beta-text)}.Typography--colorBetaStrong{color:var(--color-beta-text-strong)}.Typography--colorPrimary{color:var(--color-primary-text)}.Typography--colorPrimaryStrong{color:var(--color-primary-text-strong)}.Typography--colorOnHold{color:var(--color-on-hold-text)}.Typography--colorOnHoldStrong{color:var(--color-on-hold-text-strong)}.Typography--colorInverse{color:var(--color-inverse-text)}.Typography--colorInverseWeak{color:var(--color-inverse-text-weak)}.Typography--colorInverseDisabled{color:var(--color-inverse-text-disabled)}.Typography--fontWeightLight{font-weight:300}.Typography--fontWeightNormal{font-weight:400}.Typography--fontWeightMedium{font-weight:500}.Typography--fontWeightBold{font-weight:700}.Typography--textAlignCenter{text-align:center}.Typography--textAlignLeft{text-align:left}.Typography--textAlignRight{text-align:right}.Typography--overflowWrap{overflow-wrap:anywhere;word-break:break-word}.Typography--overflowTruncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Typography--h1.Typography{font-size:48px;line-height:56px}.Typography--h2.Typography{font-size:32px;line-height:40px}.Typography--h3.Typography{font-size:24px;line-height:32px}.Typography--h4.Typography{font-size:20px;line-height:28px}.Typography--h5.Typography{font-size:16px;line-height:20px}.Typography--h6.Typography{font-size:14px;line-height:20px}.Typography--s.Typography{font-size:12px;line-height:18px}.Typography--m.Typography{font-size:14px;line-height:22px}.Typography--l.Typography{font-size:16px;line-height:24px}.Typography--xl.Typography{font-size:20px;line-height:28px}@-webkit-keyframes animation-shimmering{0%{background-position:-300px 0}100%{background-position:800px 0}}@keyframes animation-shimmering{0%{background-position:-300px 0}100%{background-position:800px 0}}.AbstractThemeableRectangularButton{align-items:center;border:1px solid;border-radius:6px;box-sizing:border-box;display:inline-flex;flex-shrink:0;justify-content:center;overflow:hidden;transition-duration:.2s;transition-property:background,border,color,fill;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--isEnabled{cursor:pointer}.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--small{font-size:12px;height:20px;line-height:20px;padding:0 4px}.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--medium{font-size:12px;height:28px;line-height:28px;padding:0 8px}.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--large{font-size:14px;height:36px;line-height:36px;padding:0 12px}.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--xlarge{font-size:16px;height:48px;line-height:48px;padding:0 16px}.AbstractThemeableRectangularButton-leftIcon{margin-right:4px}.AbstractThemeableRectangularButton--withNoLabel .AbstractThemeableRectangularButton-leftIcon{margin-right:0}.AbstractThemeableRectangularButton-rightIcon{margin-left:4px}.AbstractThemeableRectangularButton--withNoLabel .AbstractThemeableRectangularButton-rightIcon{margin-left:0}.AbstractCountWithIconButton--withRegularIcon.AbstractThemeableRectangularButton--medium{padding:0 5px}.AbstractCountWithIconButton--withRegularIcon.AbstractThemeableRectangularButton--large{padding:0 9px}.AbstractCountWithIconButton--withRegularIcon.AbstractThemeableRectangularButton--xlarge{padding:0 15px}.AbstractCountWithIconButton--withMiniIcon.AbstractThemeableRectangularButton--small{padding:0 3px}.AbstractCountWithIconButton--withMiniIcon.AbstractThemeableRectangularButton--medium{padding:0 7px}.AbstractCountWithIconButton--withMiniIcon.AbstractThemeableRectangularButton--large{padding:0 11px}.AbstractCountWithIconButton--withMiniIcon.AbstractThemeableRectangularButton--xlarge{padding:0 17px}.AbstractThemeableIconButton{align-items:center;border:1px solid;border-radius:50%;box-sizing:border-box;display:inline-flex;justify-content:center;transition-duration:.2s;transition-property:background,border,fill}.AbstractThemeableIconButton.AbstractThemeableIconButton--isEnabled{cursor:pointer}.AbstractThemeableIconButton.AbstractThemeableIconButton--small.AbstractThemeableIconButton{height:20px;min-height:20px;min-width:20px;width:20px}.AbstractThemeableIconButton.AbstractThemeableIconButton--medium.AbstractThemeableIconButton{height:28px;min-height:28px;min-width:28px;width:28px}.AbstractThemeableIconButton.AbstractThemeableIconButton--large.AbstractThemeableIconButton{height:36px;min-height:36px;min-width:36px;width:36px}.AbstractThemeableIconButton.AbstractThemeableIconButton--xlarge.AbstractThemeableIconButton{height:48px;min-height:48px;min-width:48px;width:48px}.PrimaryButton.AbstractThemeableRectangularButton{background:var(--color-primary-background-strong);border-color:var(--color-primary-background-strong);color:var(--color-primary-text-strong);fill:var(--color-primary-icon-strong)}.PrimaryButton.AbstractThemeableRectangularButton--isEnabled:hover{background:var(--color-primary-background-strong-hover);border-color:var(--color-primary-background-strong-hover);color:var(--color-primary-text-strong);fill:var(--color-primary-icon-strong)}.PrimaryButton.AbstractThemeableRectangularButton--isEnabled.AbstractThemeableRectangularButton--isActive,.PrimaryButton.AbstractThemeableRectangularButton--isEnabled:active{background:var(--color-primary-background-strong-active);border-color:var(--color-primary-background-strong-active);color:var(--color-primary-text-strong);fill:var(--color-primary-icon-strong)}.PrimaryButton.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .PrimaryButton.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .PrimaryButton.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-background-weak),0 0 0 4px var(--color-a11y-selected-border-active)}.PrimaryButton.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--isDisabled{background:var(--color-button-background-primary-disabled);border-color:var(--color-border);color:var(--color-text-disabled);fill:var(--color-text-disabled)}.SecondaryButton.AbstractThemeableRectangularButton{background:var(--color-button-background-secondary);border-color:var(--color-button-border-secondary);color:var(--color-text);fill:var(--color-icon)}.SecondaryButton.AbstractThemeableRectangularButton--isEnabled:hover{background:var(--color-button-background-secondary-hover);border-color:var(--color-button-border-secondary-hover);color:var(--color-text);fill:var(--color-button-icon-secondary-hover)}.SecondaryButton.AbstractThemeableRectangularButton--isEnabled.AbstractThemeableRectangularButton--isActive,.SecondaryButton.AbstractThemeableRectangularButton--isEnabled:active{background:var(--color-button-background-secondary-active);border-color:var(--color-button-border-secondary-active);color:var(--color-text);fill:var(--color-button-icon-secondary-hover)}.SecondaryButton.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .SecondaryButton.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .SecondaryButton.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-background-weak),0 0 0 4px var(--color-a11y-selected-border-active)}.SecondaryButton.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--isDisabled{background:var(--color-button-background-primary-disabled);border-color:var(--color-border);color:var(--color-text-disabled);fill:var(--color-text-disabled)}.InversePrimaryButton.AbstractThemeableRectangularButton{background:#fff;border-color:#fff;color:#000;fill:var(--color-deprecated-darkGray1)}.InversePrimaryButton.AbstractThemeableRectangularButton--isEnabled:hover{background:#e0e0e0;border-color:#e0e0e0;color:#000;fill:var(--color-deprecated-darkGray1)}.InversePrimaryButton.AbstractThemeableRectangularButton--isEnabled.AbstractThemeableRectangularButton--isActive,.InversePrimaryButton.AbstractThemeableRectangularButton--isEnabled:active{background:#d6d6d6;border-color:#d6d6d6;color:#000;fill:var(--color-deprecated-darkGray1)}.InversePrimaryButton.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .InversePrimaryButton.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .InversePrimaryButton.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-inverse-background-weak),0 0 0 4px var(--color-a11y-selected-border-active-inverse)}.InversePrimaryButton.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--isDisabled{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.16);color:rgba(255,255,255,.24);fill:rgba(255,255,255,.24)}.Button{align-items:center;border-radius:6px;border-style:solid;border-width:1px;box-sizing:border-box;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:14px;justify-content:center;line-height:1;min-width:48px;text-align:center;transition-duration:.2s;transition-property:background,border,box-shadow,color,fill}.Button:focus{box-shadow:0 0 0 2px var(--color-a11y-selected-border-active);outline:none}.Button:active,.Button:focus,.Button:hover{text-decoration:none}.Button.Button--disabled{box-shadow:none;color:var(--color-text-disabled);cursor:default;fill:var(--color-text-disabled)}.Button.Button--disabled.Button--primary{background:var(--color-button-background-primary-disabled);border:1px solid var(--color-border)}.Button.Button--disabled.Button--secondary{background:var(--color-button-background-primary-disabled);border:1px solid var(--color-border)}.Button.Button--disabled.Button--primaryOnColor{background:rgba(255,255,255,.12);border-style:none;color:rgba(255,255,255,.24)}.Button.Button--small{font-size:12px;height:28px;line-height:28px;padding:0 8px}.Button.Button--small .Icon{height:12px;width:12px}.Button.Button--small .MiniIcon{height:12px;width:12px}.Button.Button--medium{height:36px;line-height:36px;padding:0 12px}.Button.Button--large{font-size:16px;height:48px;line-height:48px;padding:0 16px}.Button--primary:not(.Button--disabled){background-color:var(--color-primary-background-strong);border-color:var(--color-primary-background-strong);color:var(--color-primary-text-strong);fill:var(--color-primary-text-strong)}.Button--primary:not(.Button--disabled):hover,.Button--primary:not(.Button--disabled):focus{background-color:var(--color-primary-background-strong-hover)}.Button--primary:not(.Button--disabled):active,.Button--primary:not(.Button--disabled).Button--active{background-color:var(--color-primary-background-strong-active);border-color:var(--color-primary-background-strong-active);box-shadow:none}.Button--secondary:not(.Button--disabled){background:var(--color-button-background-secondary);border-color:var(--color-button-border-secondary);color:var(--color-text);fill:var(--color-icon)}.Button--secondary:not(.Button--disabled):hover,.Button--secondary:not(.Button--disabled):focus{background-color:var(--color-button-background-secondary-hover);border-color:var(--color-button-border-secondary-hover);border-style:solid;color:var(--color-text);fill:var(--color-button-icon-secondary-hover)}.Button--secondary:not(.Button--disabled):active,.Button--secondary:not(.Button--disabled).Button--active{background-color:var(--color-button-background-secondary-active);box-shadow:none}.ButtonGroup{display:flex;flex:1}.ButtonGroup:focus{outline:none}.InverseSecondaryButton.AbstractThemeableRectangularButton{background:transparent;border-color:var(--color-inverse-border-strong);color:var(--color-inverse-text);fill:var(--color-inverse-text)}.InverseSecondaryButton.AbstractThemeableRectangularButton--isEnabled:hover{background:var(--color-inverse-background-hover);border-color:var(--color-inverse-border-strong);color:var(--color-inverse-text);fill:var(--color-inverse-text)}.InverseSecondaryButton.AbstractThemeableRectangularButton--isEnabled.AbstractThemeableRectangularButton--isActive,.InverseSecondaryButton.AbstractThemeableRectangularButton--isEnabled:active{background:var(--color-inverse-background-active);border-color:var(--color-inverse-border-strong);color:var(--color-inverse-text);fill:var(--color-inverse-text)}.InverseSecondaryButton.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .InverseSecondaryButton.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .InverseSecondaryButton.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-inverse-background-weak),0 0 0 4px var(--color-a11y-selected-border-active-inverse)}.InverseSecondaryButton.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--isDisabled{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.16);color:rgba(255,255,255,.24);fill:rgba(255,255,255,.24)}.ButtonGroupButton--isNotInverse.ButtonGroupButton--isNotSelected.AbstractThemeableRectangularButton{background:var(--color-button-background-secondary);border-color:var(--color-button-border-secondary);color:var(--color-text);fill:var(--color-icon)}.ButtonGroupButton--isNotInverse.ButtonGroupButton--isNotSelected.AbstractThemeableRectangularButton--isEnabled:hover{background:var(--color-button-background-secondary-hover);border-color:var(--color-button-border-secondary-hover);color:var(--color-text);fill:var(--color-button-icon-secondary-hover)}.ButtonGroupButton--isNotInverse.ButtonGroupButton--isNotSelected.AbstractThemeableRectangularButton--isEnabled.AbstractThemeableRectangularButton--isActive,.ButtonGroupButton--isNotInverse.ButtonGroupButton--isNotSelected.AbstractThemeableRectangularButton--isEnabled:active{background:var(--color-button-background-secondary-active);border-color:var(--color-button-border-secondary-active);color:var(--color-text);fill:var(--color-button-icon-secondary-hover)}.ButtonGroupButton--isNotInverse.ButtonGroupButton--isNotSelected.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .ButtonGroupButton--isNotInverse.ButtonGroupButton--isNotSelected.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .ButtonGroupButton--isNotInverse.ButtonGroupButton--isNotSelected.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-background-weak),0 0 0 4px var(--color-a11y-selected-border-active)}.ButtonGroupButton--isNotInverse.ButtonGroupButton--isNotSelected.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--isDisabled{background:var(--color-button-background-primary-disabled);border-color:var(--color-border);color:var(--color-text-disabled);fill:var(--color-text-disabled)}.ButtonGroupButton--isNotInverse.ButtonGroupButton--isSelected.AbstractThemeableRectangularButton{background:var(--color-primary-background-strong);border-color:var(--color-primary-background-strong);color:var(--color-primary-text-strong);fill:var(--color-primary-icon-strong)}.ButtonGroupButton--isNotInverse.ButtonGroupButton--isSelected.AbstractThemeableRectangularButton--isEnabled:hover{background:var(--color-primary-background-strong-hover);border-color:var(--color-primary-background-strong-hover);color:var(--color-primary-text-strong);fill:var(--color-primary-icon-strong)}.ButtonGroupButton--isNotInverse.ButtonGroupButton--isSelected.AbstractThemeableRectangularButton--isEnabled.AbstractThemeableRectangularButton--isActive,.ButtonGroupButton--isNotInverse.ButtonGroupButton--isSelected.AbstractThemeableRectangularButton--isEnabled:active{background:var(--color-primary-background-strong-active);border-color:var(--color-primary-background-strong-active);color:var(--color-primary-text-strong);fill:var(--color-primary-icon-strong)}.ButtonGroupButton--isNotInverse.ButtonGroupButton--isSelected.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .ButtonGroupButton--isNotInverse.ButtonGroupButton--isSelected.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .ButtonGroupButton--isNotInverse.ButtonGroupButton--isSelected.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-background-weak),0 0 0 4px var(--color-a11y-selected-border-active)}.ButtonGroupButton--isNotInverse.ButtonGroupButton--isSelected.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--isDisabled{background:var(--color-button-background-primary-disabled);border-color:var(--color-border);color:var(--color-text-disabled);fill:var(--color-text-disabled)}.ButtonGroupButton--isInverse.ButtonGroupButton--isNotSelected.AbstractThemeableRectangularButton{background:transparent;border-color:var(--color-inverse-border-strong);color:var(--color-inverse-text);fill:var(--color-inverse-text)}.ButtonGroupButton--isInverse.ButtonGroupButton--isNotSelected.AbstractThemeableRectangularButton--isEnabled:hover{background:var(--color-inverse-background-hover);border-color:var(--color-inverse-border-strong);color:var(--color-inverse-text);fill:var(--color-inverse-text)}.ButtonGroupButton--isInverse.ButtonGroupButton--isNotSelected.AbstractThemeableRectangularButton--isEnabled.AbstractThemeableRectangularButton--isActive,.ButtonGroupButton--isInverse.ButtonGroupButton--isNotSelected.AbstractThemeableRectangularButton--isEnabled:active{background:var(--color-inverse-background-active);border-color:var(--color-inverse-border-strong);color:var(--color-inverse-text);fill:var(--color-inverse-text)}.ButtonGroupButton--isInverse.ButtonGroupButton--isNotSelected.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .ButtonGroupButton--isInverse.ButtonGroupButton--isNotSelected.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .ButtonGroupButton--isInverse.ButtonGroupButton--isNotSelected.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-inverse-background-weak),0 0 0 4px var(--color-a11y-selected-border-active-inverse)}.ButtonGroupButton--isInverse.ButtonGroupButton--isNotSelected.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--isDisabled{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.16);color:rgba(255,255,255,.24);fill:rgba(255,255,255,.24)}.ButtonGroupButton--isInverse.ButtonGroupButton--isSelected.AbstractThemeableRectangularButton{background:#fff;border-color:#fff;color:#000;fill:var(--color-deprecated-darkGray1)}.ButtonGroupButton{margin-left:-1px;min-width:1px}.ButtonGroupButton.AbstractThemeableRectangularButton{border-radius:0}.ButtonGroupButton.AbstractThemeableRectangularButton--isEnabled:hover{z-index:0}.ButtonGroupButton.AbstractThemeableRectangularButton--isEnabled:focus{z-index:1}.ButtonGroupButton:first-of-type{margin-left:0}.ButtonGroupButton:first-of-type.AbstractThemeableRectangularButton{border-radius:6px 0 0 6px}.ButtonGroupButton:last-of-type.AbstractThemeableRectangularButton{border-radius:0 6px 6px 0}.ButtonGroupButton--wide{flex:1 1 0}.ButtonMultiSelect{align-items:center;border-color:var(--color-border-strong);border-radius:6px;border-style:solid;border-width:1px;cursor:pointer;display:inline-flex;flex-shrink:1;font-size:14px;justify-content:space-between;line-height:20px;min-width:48px;padding:7px 8px;transition-duration:.2s;transition-property:background,border,box-shadow,color,fill}.ButtonMultiSelect .MiniIcon{fill:var(--color-icon)}.ButtonMultiSelect:focus{outline:none}.ButtonMultiSelect.ButtonMultiSelect--disabled{background:var(--color-button-background-primary-disabled);border-color:var(--color-border);color:var(--color-text-disabled);cursor:default;fill:var(--color-icon-disabled)}.ButtonMultiSelect.ButtonMultiSelect--disabled .MiniIcon{fill:var(--color-deprecated-darkGray1)}.ButtonMultiSelect:not(.ButtonMultiSelect--disabled):focus,.ButtonMultiSelect:not(.ButtonMultiSelect--disabled):hover{background-color:var(--color-button-background-secondary-hover);border-color:var(--color-button-border-secondary-hover);border-style:solid;color:var(--color-text);fill:var(--color-button-icon-secondary-hover)}.ButtonMultiSelect-label{margin-right:auto;overflow:hidden;text-overflow:ellipsis}.ButtonMultiSelect-menuLabel{flex-grow:0;flex-shrink:0;margin-left:8px}.ButtonMultiSelect-downIcon{flex-shrink:0;margin-left:8px;transition-duration:.2s;transition-property:opacity;vertical-align:bottom}.ButtonMultiSelect--subtle .ButtonMultiSelect-downIcon{opacity:0}.ButtonMultiSelect.is-dropdownVisible .ButtonMultiSelect-downIcon,.ButtonMultiSelect:hover .ButtonMultiSelect-downIcon,.ButtonMultiSelect:focus .ButtonMultiSelect-downIcon{opacity:1}.ButtonMultiSelect-dropdownMenu{max-height:169.6px;overflow-x:hidden;overflow-y:auto}.ButtonMultiSelect--invalid{border-color:var(--color-danger-border)}.ButtonMultiSelect--invalid:focus,.ButtonMultiSelect--invalid:hover{border-color:var(--color-danger-border)}.ButtonMultiSelect-dropdownMenu--withMediumItems{max-height:248.2px}.ButtonMultiSelect-menu--stretchWidth{max-width:none}.ButtonSelect{display:inline-flex;justify-content:space-between}body:not(.A11y-focusInvisible) .ButtonSelect:focus .ButtonSelect-downIcon{opacity:1}.ButtonSelect .MiniIcon{fill:var(--color-icon)}.ButtonSelect.ButtonSelect--disabled .MiniIcon{fill:var(--color-icon-disabled)}.ButtonSelect-label{margin-right:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ButtonSelect-menuLabel{flex-grow:0;flex-shrink:0;margin-left:8px}.ButtonSelect-downIcon{flex-shrink:0;margin-left:8px;transition-duration:.2s;transition-property:opacity;vertical-align:bottom}.ButtonSelect--subtle .ButtonSelect-downIcon{opacity:0}.ButtonSelect.is-dropdownVisible .ButtonSelect-downIcon,.ButtonSelect:hover .ButtonSelect-downIcon{opacity:1}.ButtonSelect-dropdownMenu{max-height:169.6px;overflow-x:hidden;overflow-y:auto}.ButtonSelect-dropdownMenu--withMediumItems{max-height:355.5px}.ButtonSelect-menu--stretchWidth{max-width:none}.DangerButton.AbstractThemeableRectangularButton{background:var(--color-button-danger-background);border-color:var(--color-button-danger-background);color:var(--color-button-danger-text);fill:var(--color-button-danger-text)}.DangerButton.AbstractThemeableRectangularButton--isEnabled:hover{background:var(--color-button-danger-background-hover);border-color:var(--color-button-danger-background-hover);color:var(--color-button-danger-text);fill:var(--color-button-danger-text)}.DangerButton.AbstractThemeableRectangularButton--isEnabled.AbstractThemeableRectangularButton--isActive,.DangerButton.AbstractThemeableRectangularButton--isEnabled:active{background:var(--color-button-danger-background-active);border-color:var(--color-button-danger-background-active);color:var(--color-button-danger-text);fill:var(--color-button-danger-text)}.DangerButton.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .DangerButton.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .DangerButton.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-background-weak),0 0 0 4px var(--color-a11y-selected-border-active)}.DangerButton.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--isDisabled{background:var(--color-button-background-primary-disabled);border-color:var(--color-border);color:var(--color-text-disabled);fill:var(--color-text-disabled)}.DangerLinkButton{cursor:pointer;color:var(--color-danger-text);fill:var(--color-danger-text)}body:not(.A11y-focusInvisible) .DangerLinkButton:focus{outline:2px solid var(--color-a11y-selected-border-active);outline-offset:0}body.A11y-focusInvisible .DangerLinkButton:focus{outline:none}.DangerLinkButton:active{color:var(--color-danger-text-hover);fill:var(--color-danger-text-hover);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.DangerLinkButton:hover{color:var(--color-danger-text-hover);fill:var(--color-danger-text-hover);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.DeprecatedCircularButton{align-items:center;background:var(--color-background-weak);border:1px solid var(--color-icon);border-radius:50%;box-sizing:border-box;color:var(--color-text-weak);display:inline-flex;fill:var(--color-icon);flex:0 0 auto;font-size:14px;height:32px;justify-content:center;line-height:1;transition:200ms box-shadow,200ms color,200ms background,200ms fill,200ms border-color;width:32px}.DeprecatedCircularButton:hover{cursor:pointer}.DeprecatedCircularButton.DeprecatedCircularButton--enabled:hover,.DeprecatedCircularButton.DeprecatedCircularButton--enabled:focus{background-color:var(--color-background-hover);border-color:var(--color-icon-hover);color:var(--color-text);fill:var(--color-icon-hover)}.DeprecatedCircularButton.DeprecatedCircularButton--enabled:active,.DeprecatedCircularButton.DeprecatedCircularButton--enabled.DeprecatedCircularButton--active{background-color:var(--color-button-background-secondary-active);box-shadow:none}.DeprecatedCircularButton:focus{box-shadow:0 0 0 2px var(--color-a11y-selected-border-active);outline:none}.DeprecatedCircularButton.DeprecatedCircularButton--small{font-size:12px;height:24px;line-height:22px;width:24px}.DeprecatedCircularButton.DeprecatedCircularButton--small .Icon{height:14px;width:14px}.DeprecatedCircularButton.DeprecatedCircularButton--medium{height:32px;width:32px}.DeprecatedCircularButton.DeprecatedCircularButton--large{height:36px;width:36px}.DeprecatedCircularButton.DeprecatedCircularButton--disabled{cursor:default}.DeprecatedCircularButton.DeprecatedCircularButton--disabled:focus,.DeprecatedCircularButton.DeprecatedCircularButton--disabled:hover{color:var(--color-text-disabled);fill:var(--color-icon-disabled);text-decoration:none}.DeprecatedCircularButton:active,.DeprecatedCircularButton:focus,.DeprecatedCircularButton:hover{text-decoration:none}.DisabledTokenButton{align-items:center;box-sizing:border-box;color:var(--color-text-weak);cursor:default;display:inline-flex;flex:0 1 auto;height:36px;min-width:1px;padding-left:8px;padding-right:16px}.DisabledTokenButton-icon{align-items:center;display:flex;fill:var(--color-icon);flex-shrink:0;height:28px;justify-content:center;margin-right:8px;width:28px}.DisabledTokenButton-labelAndTitle{display:flex;flex:1 1 auto;flex-direction:column;min-width:1px}.DisabledTokenButton-label{align-items:center;display:inline-flex;flex:1 1 auto;min-width:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.DisabledTokenButton-label.DisabledTokenButton-noTitle{line-height:36px}.DisabledTokenButton-title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;line-height:18px;color:var(--color-text-weak);font-weight:500}.SubtleButton.AbstractThemeableRectangularButton{background:var(--color-button-background-subtle);border-color:var(--color-button-background-subtle);color:var(--color-text-weak);fill:var(--color-text-weak)}.SubtleButton.AbstractThemeableRectangularButton--isEnabled:hover{background:var(--color-background-hover);border-color:var(--color-button-border-subtle);color:var(--color-text-weak-hover);fill:var(--color-text-weak-hover)}.SubtleButton.AbstractThemeableRectangularButton--isEnabled.AbstractThemeableRectangularButton--isActive,.SubtleButton.AbstractThemeableRectangularButton--isEnabled:active{background:var(--color-background-active);border-color:var(--color-button-border-subtle);color:var(--color-text-weak-hover);fill:var(--color-text-weak-hover)}.SubtleButton.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .SubtleButton.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .SubtleButton.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-a11y-selected-border-active)}.SubtleButton.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--isDisabled{background:var(--color-button-background-subtle);border-color:var(--color-button-background-subtle);color:var(--color-text-disabled);fill:var(--color-text-disabled)}.SubtleButton.AbstractThemeableRectangularButton--small{font-weight:500}.SubtleButton.AbstractThemeableRectangularButton--medium{font-weight:500}.SubtleButton.AbstractThemeableRectangularButton--large{font-weight:500}.SubtleButton.AbstractThemeableRectangularButton--xlarge{font-weight:500}.SubtleButton.SubtleButton--isCompact.AbstractThemeableRectangularButton--small{padding:0 4px}.SubtleButton.SubtleButton--isCompact.AbstractThemeableRectangularButton--medium{padding:0 4px}.SubtleButton.SubtleButton--isCompact.AbstractThemeableRectangularButton--large{padding:0 4px}.SubtleButton.SubtleButton--isCompact.AbstractThemeableRectangularButton--xlarge{padding:0 4px}.FormElementButton-label{align-items:center;display:flex;flex-grow:1}.FormElementButton.FormElementButton--subtleButton.AbstractThemeableRectangularButton--small{font-weight:500}.FormElementButton.FormElementButton--subtleButton.AbstractThemeableRectangularButton--medium{font-weight:500}.FormElementButton.FormElementButton--subtleButton.AbstractThemeableRectangularButton--large{font-weight:500}.FormElementButton.FormElementButton--subtleButton.AbstractThemeableRectangularButton--xlarge{font-weight:500}.FormElementButton.FormElementButton--subtleButton.AbstractThemeableRectangularButton{background:var(--color-button-background-subtle);border-color:var(--color-button-background-subtle);color:var(--color-text-weak);fill:var(--color-text-weak)}.FormElementButton.FormElementButton--subtleButton.AbstractThemeableRectangularButton--isEnabled:hover{background:var(--color-background-hover);border-color:var(--color-button-border-subtle);color:var(--color-text-weak-hover);fill:var(--color-text-weak-hover)}.FormElementButton.FormElementButton--subtleButton.AbstractThemeableRectangularButton--isEnabled.AbstractThemeableRectangularButton--isActive,.FormElementButton.FormElementButton--subtleButton.AbstractThemeableRectangularButton--isEnabled:active{background:var(--color-background-active);border-color:var(--color-button-border-subtle);color:var(--color-text-weak-hover);fill:var(--color-text-weak-hover)}.FormElementButton.FormElementButton--subtleButton.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .FormElementButton.FormElementButton--subtleButton.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .FormElementButton.FormElementButton--subtleButton.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-a11y-selected-border-active)}.FormElementButton.FormElementButton--subtleButton.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--isDisabled{background:var(--color-button-background-subtle);border-color:var(--color-button-background-subtle);color:var(--color-text-disabled);fill:var(--color-text-disabled)}.FormElementButton.FormElementButton--subtleButtonIsInvalid.AbstractThemeableRectangularButton--small{font-weight:500}.FormElementButton.FormElementButton--subtleButtonIsInvalid.AbstractThemeableRectangularButton--medium{font-weight:500}.FormElementButton.FormElementButton--subtleButtonIsInvalid.AbstractThemeableRectangularButton--large{font-weight:500}.FormElementButton.FormElementButton--subtleButtonIsInvalid.AbstractThemeableRectangularButton--xlarge{font-weight:500}.FormElementButton.FormElementButton--subtleButtonIsInvalid.AbstractThemeableRectangularButton{background:var(--color-danger-background);border-color:var(--color-danger-background);color:var(--color-danger-text);fill:var(--color-danger-text)}.FormElementButton.FormElementButton--subtleButtonIsInvalid.AbstractThemeableRectangularButton--isEnabled:hover{background:var(--color-danger-background-hover);border-color:transparent;color:var(--color-danger-text);fill:var(--color-danger-text)}.FormElementButton.FormElementButton--subtleButtonIsInvalid.AbstractThemeableRectangularButton--isEnabled.AbstractThemeableRectangularButton--isActive,.FormElementButton.FormElementButton--subtleButtonIsInvalid.AbstractThemeableRectangularButton--isEnabled:active{background:var(--color-danger-background-active);border-color:transparent;color:var(--color-danger-text);fill:var(--color-danger-text)}.FormElementButton.FormElementButton--subtleButtonIsInvalid.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .FormElementButton.FormElementButton--subtleButtonIsInvalid.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .FormElementButton.FormElementButton--subtleButtonIsInvalid.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-background-weak),0 0 0 4px var(--color-a11y-selected-border-active)}.FormElementButton.FormElementButton--subtleButtonIsInvalid.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--isDisabled{background:transparent;border-color:transparent;color:var(--color-danger-text);fill:var(--color-danger-text)}.FormElementButton.FormElementButton--secondaryButton.AbstractThemeableRectangularButton{background:var(--color-button-background-secondary);border-color:var(--color-button-border-secondary);color:var(--color-text);fill:var(--color-icon)}.FormElementButton.FormElementButton--secondaryButton.AbstractThemeableRectangularButton--isEnabled:hover{background:var(--color-button-background-secondary-hover);border-color:var(--color-button-border-secondary-hover);color:var(--color-text);fill:var(--color-button-icon-secondary-hover)}.FormElementButton.FormElementButton--secondaryButton.AbstractThemeableRectangularButton--isEnabled.AbstractThemeableRectangularButton--isActive,.FormElementButton.FormElementButton--secondaryButton.AbstractThemeableRectangularButton--isEnabled:active{background:var(--color-button-background-secondary-active);border-color:var(--color-button-border-secondary-active);color:var(--color-text);fill:var(--color-button-icon-secondary-hover)}.FormElementButton.FormElementButton--secondaryButton.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .FormElementButton.FormElementButton--secondaryButton.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .FormElementButton.FormElementButton--secondaryButton.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-background-weak),0 0 0 4px var(--color-a11y-selected-border-active)}.FormElementButton.FormElementButton--secondaryButton.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--isDisabled{background:var(--color-button-background-primary-disabled);border-color:var(--color-border);color:var(--color-text-disabled);fill:var(--color-text-disabled)}.FormElementButton.FormElementButton--secondaryButton.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .FormElementButton.FormElementButton--secondaryButton.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .FormElementButton.FormElementButton--secondaryButton.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-background-weak),0 0 0 4px var(--color-a11y-selected-border-active)}.FormElementButton.FormElementButton--secondaryButton.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--isDisabled{background:var(--color-button-background-primary-disabled);border-color:var(--color-border);color:var(--color-text-disabled);fill:var(--color-text-disabled)}.FormElementButton.FormElementButton--secondaryButtonIsInvalid.AbstractThemeableRectangularButton{background:var(--color-background-weak);border-color:var(--color-danger-border);color:var(--color-danger-text);fill:var(--color-danger-text)}.FormElementButton.FormElementButton--secondaryButtonIsInvalid.AbstractThemeableRectangularButton--isEnabled:hover{background:var(--color-button-error-background-secondary-hover);border-color:var(--color-danger-border);color:var(--color-danger-text);fill:var(--color-danger-text)}.FormElementButton.FormElementButton--secondaryButtonIsInvalid.AbstractThemeableRectangularButton--isEnabled.AbstractThemeableRectangularButton--isActive,.FormElementButton.FormElementButton--secondaryButtonIsInvalid.AbstractThemeableRectangularButton--isEnabled:active{background:var(--color-button-error-background-secondary-active);border-color:var(--color-danger-border);color:var(--color-danger-text);fill:var(--color-danger-text)}.FormElementButton.FormElementButton--secondaryButtonIsInvalid.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .FormElementButton.FormElementButton--secondaryButtonIsInvalid.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .FormElementButton.FormElementButton--secondaryButtonIsInvalid.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-background-weak),0 0 0 4px var(--color-a11y-selected-border-active)}.FormElementButton.FormElementButton--secondaryButtonIsInvalid.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--isDisabled{background:var(--color-button-background-primary-disabled);border-color:var(--color-border);color:var(--color-text-disabled);fill:var(--color-text-disabled)}.InlineTextButton{outline:none}.InlineTextButton.InlineTextButton--isEnabled{cursor:pointer}.InlineTextButton.InlineTextButton--isDisabled{cursor:default}body:not(.A11y-focusInvisible) .InlineTextButton:focus:focus{outline:2px solid var(--color-a11y-selected-border-active);outline-offset:0}.InlineTextButton.InlineTextButton--darkGray3.InlineTextButton--isEnabled{color:var(--color-text);fill:var(--color-text)}.InlineTextButton.InlineTextButton--darkGray3.InlineTextButton--isEnabled:hover{color:var(--color-primary-text-hover);fill:var(--color-primary-text-hover)}.InlineTextButton.InlineTextButton--darkGray3.InlineTextButton--isDisabled{color:var(--color-text);fill:var(--color-text)}.InlineTextButton.InlineTextButton--darkGray3.InlineTextButton--isDisabled:hover{color:var(--color-text);fill:var(--color-text)}.InlineTextButton.InlineTextButton--darkGray2.InlineTextButton--isEnabled{color:var(--color-text);fill:var(--color-text)}.InlineTextButton.InlineTextButton--darkGray2.InlineTextButton--isEnabled:hover{color:var(--color-primary-text-hover);fill:var(--color-primary-text-hover)}.InlineTextButton.InlineTextButton--darkGray2.InlineTextButton--isDisabled{color:var(--color-text);fill:var(--color-text)}.InlineTextButton.InlineTextButton--darkGray2.InlineTextButton--isDisabled:hover{color:var(--color-text);fill:var(--color-text)}.InlineTextButton.InlineTextButton--darkGray1.InlineTextButton--isEnabled{color:var(--color-text-weak);fill:var(--color-text-weak)}.InlineTextButton.InlineTextButton--darkGray1.InlineTextButton--isEnabled:hover{color:var(--color-primary-text-hover);fill:var(--color-primary-text-hover)}.InlineTextButton.InlineTextButton--darkGray1.InlineTextButton--isDisabled{color:var(--color-text-weak);fill:var(--color-text-weak)}.InlineTextButton.InlineTextButton--darkGray1.InlineTextButton--isDisabled:hover{color:var(--color-text-weak);fill:var(--color-text-weak)}.InverseDarkSecondaryButton.AbstractThemeableRectangularButton{background:transparent;border-color:var(--color-inverse-dark-text);color:var(--color-inverse-dark-text);fill:var(--color-inverse-dark-text)}.InverseDarkSecondaryButton.AbstractThemeableRectangularButton--isEnabled:hover{background:var(--color-inverse-dark-background-hover);border-color:var(--color-inverse-dark-text);color:var(--color-inverse-dark-text);fill:var(--color-inverse-dark-text)}.InverseDarkSecondaryButton.AbstractThemeableRectangularButton--isEnabled.AbstractThemeableRectangularButton--isActive,.InverseDarkSecondaryButton.AbstractThemeableRectangularButton--isEnabled:active{background:var(--color-inverse-dark-background-active);border-color:var(--color-inverse-dark-text);color:var(--color-inverse-dark-text);fill:var(--color-inverse-dark-text)}.InverseDarkSecondaryButton.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .InverseDarkSecondaryButton.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .InverseDarkSecondaryButton.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-inverse-background-weak),0 0 0 4px var(--color-a11y-selected-border-active-inverse)}.InverseDarkSecondaryButton.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--isDisabled{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.16);color:rgba(255,255,255,.24);fill:rgba(255,255,255,.24)}.InverseDarkSubtleIconButton.AbstractThemeableIconButton{background:transparent;border-color:transparent;fill:var(--color-inverse-dark-text)}.InverseDarkSubtleIconButton.AbstractThemeableIconButton--isEnabled:hover{background:var(--color-inverse-dark-background-hover);border-color:transparent;fill:var(--color-inverse-dark-text)}.InverseDarkSubtleIconButton.AbstractThemeableIconButton--isEnabled.AbstractThemeableIconButton--isActive,.InverseDarkSubtleIconButton.AbstractThemeableIconButton--isEnabled:active{background:var(--color-inverse-dark-background-active);border-color:transparent;fill:var(--color-inverse-dark-text)}.InverseDarkSubtleIconButton.AbstractThemeableIconButton:focus{outline:none}body.A11y-focusInvisible .InverseDarkSubtleIconButton.AbstractThemeableIconButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .InverseDarkSubtleIconButton.AbstractThemeableIconButton:focus:not(.AbstractThemeableIconButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-a11y-selected-border-active-inverse)}.InverseDarkSubtleIconButton.AbstractThemeableIconButton.AbstractThemeableIconButton--isDisabled{background:transparent;border-color:transparent;fill:var(--color-inverse-dark-text-disabled)}.InverseDarkSubtleIconButton.AbstractThemeableIconButton{border-radius:6px}.InverseLinkButton{cursor:pointer;color:#fff;fill:#fff;text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}body:not(.A11y-focusInvisible) .InverseLinkButton:focus{outline:2px solid var(--color-a11y-selected-border-active);outline-offset:0}body.A11y-focusInvisible .InverseLinkButton:focus{outline:none}.InverseLinkButton:active{color:rgba(255,255,255,.8);fill:rgba(255,255,255,.8);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.InverseLinkButton:hover{color:rgba(255,255,255,.85);fill:rgba(255,255,255,.85);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.InverseSubtleButton.AbstractThemeableRectangularButton--small{font-weight:500}.InverseSubtleButton.AbstractThemeableRectangularButton--medium{font-weight:500}.InverseSubtleButton.AbstractThemeableRectangularButton--large{font-weight:500}.InverseSubtleButton.AbstractThemeableRectangularButton--xlarge{font-weight:500}.InverseSubtleButton.AbstractThemeableRectangularButton{background:transparent;border-color:transparent;color:var(--color-inverse-text);fill:var(--color-inverse-text)}.InverseSubtleButton.AbstractThemeableRectangularButton--isEnabled:hover{background:var(--color-inverse-background-hover);border-color:transparent;color:var(--color-inverse-text);fill:var(--color-inverse-text)}.InverseSubtleButton.AbstractThemeableRectangularButton--isEnabled.AbstractThemeableRectangularButton--isActive,.InverseSubtleButton.AbstractThemeableRectangularButton--isEnabled:active{background:var(--color-inverse-background-active);border-color:transparent;color:var(--color-inverse-text);fill:var(--color-inverse-text)}.InverseSubtleButton.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .InverseSubtleButton.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .InverseSubtleButton.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-a11y-selected-border-active)}.InverseSubtleButton.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--isDisabled{background:transparent;border-color:transparent;color:var(--color-inverse-text-disabled);fill:var(--color-inverse-text-disabled)}.InverseSubtleButton.InverseSubtleButton--isCompact.AbstractThemeableRectangularButton--small{padding:0 4px}.InverseSubtleButton.InverseSubtleButton--isCompact.AbstractThemeableRectangularButton--medium{padding:0 4px}.InverseSubtleButton.InverseSubtleButton--isCompact.AbstractThemeableRectangularButton--large{padding:0 4px}.InverseSubtleButton.InverseSubtleButton--isCompact.AbstractThemeableRectangularButton--xlarge{padding:0 4px}.InverseSubtleIconButton.AbstractThemeableIconButton{border-radius:6px}.InverseSubtleIconButton.AbstractThemeableIconButton{background:transparent;border-color:transparent;fill:var(--color-inverse-text)}.InverseSubtleIconButton.AbstractThemeableIconButton--isEnabled:hover{background:var(--color-inverse-background-hover);border-color:transparent;fill:var(--color-inverse-text)}.InverseSubtleIconButton.AbstractThemeableIconButton--isEnabled.AbstractThemeableIconButton--isActive,.InverseSubtleIconButton.AbstractThemeableIconButton--isEnabled:active{background:var(--color-inverse-background-active);border-color:transparent;fill:var(--color-inverse-text)}.InverseSubtleIconButton.AbstractThemeableIconButton:focus{outline:none}body.A11y-focusInvisible .InverseSubtleIconButton.AbstractThemeableIconButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .InverseSubtleIconButton.AbstractThemeableIconButton:focus:not(.AbstractThemeableIconButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-a11y-selected-border-active)}.InverseSubtleIconButton.AbstractThemeableIconButton.AbstractThemeableIconButton--isDisabled{background:transparent;border-color:transparent;fill:var(--color-inverse-text-disabled)}.InverseSubtleToggleButton.AbstractThemeableRectangularButton--medium{font-weight:500}.InverseSubtleToggleButton.AbstractThemeableRectangularButton--large{font-weight:500}.InverseSubtleToggleButton.AbstractThemeableRectangularButton--xlarge{font-weight:500}.InverseSubtleToggleButton--isNotPressed.AbstractThemeableRectangularButton{background:transparent;border-color:transparent;color:var(--color-inverse-text);fill:var(--color-inverse-text)}.InverseSubtleToggleButton--isNotPressed.AbstractThemeableRectangularButton--isEnabled:hover{background:var(--color-inverse-background-hover);border-color:transparent;color:var(--color-inverse-text);fill:var(--color-inverse-text)}.InverseSubtleToggleButton--isNotPressed.AbstractThemeableRectangularButton--isEnabled.AbstractThemeableRectangularButton--isActive,.InverseSubtleToggleButton--isNotPressed.AbstractThemeableRectangularButton--isEnabled:active{background:var(--color-inverse-background-active);border-color:transparent;color:var(--color-inverse-text);fill:var(--color-inverse-text)}.InverseSubtleToggleButton--isNotPressed.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .InverseSubtleToggleButton--isNotPressed.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .InverseSubtleToggleButton--isNotPressed.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-a11y-selected-border-active)}.InverseSubtleToggleButton--isNotPressed.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--isDisabled{background:transparent;border-color:transparent;color:var(--color-inverse-text-disabled);fill:var(--color-inverse-text-disabled)}.InverseSubtleToggleButton--isPressed.AbstractThemeableRectangularButton{background:rgba(255,255,255,.24);border-color:transparent;color:#fff;fill:#fff}.InverseSubtleToggleButton--isPressed.AbstractThemeableRectangularButton--isEnabled:hover{background:rgba(255,255,255,.32);border-color:transparent;color:#fff;fill:#fff}.InverseSubtleToggleButton--isPressed.AbstractThemeableRectangularButton--isEnabled.AbstractThemeableRectangularButton--isActive,.InverseSubtleToggleButton--isPressed.AbstractThemeableRectangularButton--isEnabled:active{background:rgba(255,255,255,.4);border-color:transparent;color:#fff;fill:#fff}.InverseSubtleToggleButton--isPressed.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .InverseSubtleToggleButton--isPressed.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .InverseSubtleToggleButton--isPressed.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-a11y-selected-border-active)}.InverseSubtleIconToggleButton.AbstractThemeableIconButton{border-radius:6px}.InverseSubtleIconToggleButton--isNotPressed.AbstractThemeableIconButton{background:transparent;border-color:transparent;fill:var(--color-inverse-text)}.InverseSubtleIconToggleButton--isNotPressed.AbstractThemeableIconButton--isEnabled:hover{background:var(--color-inverse-background-hover);border-color:transparent;fill:var(--color-inverse-text)}.InverseSubtleIconToggleButton--isNotPressed.AbstractThemeableIconButton--isEnabled.AbstractThemeableIconButton--isActive,.InverseSubtleIconToggleButton--isNotPressed.AbstractThemeableIconButton--isEnabled:active{background:var(--color-inverse-background-active);border-color:transparent;fill:var(--color-inverse-text)}.InverseSubtleIconToggleButton--isNotPressed.AbstractThemeableIconButton:focus{outline:none}body.A11y-focusInvisible .InverseSubtleIconToggleButton--isNotPressed.AbstractThemeableIconButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .InverseSubtleIconToggleButton--isNotPressed.AbstractThemeableIconButton:focus:not(.AbstractThemeableIconButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-a11y-selected-border-active)}.InverseSubtleIconToggleButton--isNotPressed.AbstractThemeableIconButton.AbstractThemeableIconButton--isDisabled{background:transparent;border-color:transparent;fill:var(--color-inverse-text-disabled)}.InverseSubtleIconToggleButton--isPressed.AbstractThemeableIconButton{background:rgba(255,255,255,.24);border-color:transparent;fill:#fff}.InverseSubtleIconToggleButton--isPressed.AbstractThemeableIconButton--isEnabled:hover{background:rgba(255,255,255,.32);border-color:transparent;fill:#fff}.InverseSubtleIconToggleButton--isPressed.AbstractThemeableIconButton--isEnabled.AbstractThemeableIconButton--isActive,.InverseSubtleIconToggleButton--isPressed.AbstractThemeableIconButton--isEnabled:active{background:rgba(255,255,255,.4);border-color:transparent;fill:#fff}.InverseSubtleIconToggleButton--isPressed.AbstractThemeableIconButton:focus{outline:none}body.A11y-focusInvisible .InverseSubtleIconToggleButton--isPressed.AbstractThemeableIconButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .InverseSubtleIconToggleButton--isPressed.AbstractThemeableIconButton:focus:not(.AbstractThemeableIconButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-a11y-selected-border-active)}.InverseSubtleMiniIconButton.AbstractThemeableIconButton{border-radius:6px}.InverseSubtleMiniIconButton.AbstractThemeableIconButton{background:transparent;border-color:transparent;fill:var(--color-inverse-text)}.InverseSubtleMiniIconButton.AbstractThemeableIconButton--isEnabled:hover{background:var(--color-inverse-background-hover);border-color:transparent;fill:var(--color-inverse-text)}.InverseSubtleMiniIconButton.AbstractThemeableIconButton--isEnabled.AbstractThemeableIconButton--isActive,.InverseSubtleMiniIconButton.AbstractThemeableIconButton--isEnabled:active{background:var(--color-inverse-background-active);border-color:transparent;fill:var(--color-inverse-text)}.InverseSubtleMiniIconButton.AbstractThemeableIconButton:focus{outline:none}body.A11y-focusInvisible .InverseSubtleMiniIconButton.AbstractThemeableIconButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .InverseSubtleMiniIconButton.AbstractThemeableIconButton:focus:not(.AbstractThemeableIconButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-a11y-selected-border-active)}.InverseSubtleMiniIconButton.AbstractThemeableIconButton.AbstractThemeableIconButton--isDisabled{background:transparent;border-color:transparent;fill:var(--color-inverse-text-disabled)}.LoadingPlaceholderButton{-webkit-animation:animation-shimmering 1.5s linear infinite;animation:animation-shimmering 1.5s linear infinite;background-color:var(--color-background-medium);background-image:linear-gradient(-90deg, var(--color-background-medium) 0%, var(--color-background-strong) 50%, var(--color-background-medium) 100%);background-position:-300px 0;background-repeat:no-repeat;background-size:300px 100%;border-radius:6px;color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.LoadingPlaceholderButton.LoadingPlaceholderButton--small{height:20px;padding:0 4px}.LoadingPlaceholderButton.LoadingPlaceholderButton--medium{height:28px;padding:0 8px}.LoadingPlaceholderButton.LoadingPlaceholderButton--large{height:36px;padding:0 12px}.LoadingPlaceholderButton.LoadingPlaceholderButton--xlarge{height:48px;padding:0 16px}.PrimaryLinkButton{cursor:pointer;color:var(--color-primary-text);fill:var(--color-primary-text)}body:not(.A11y-focusInvisible) .PrimaryLinkButton:focus{outline:2px solid var(--color-a11y-selected-border-active);outline-offset:0}body.A11y-focusInvisible .PrimaryLinkButton:focus{outline:none}.PrimaryLinkButton:active{color:var(--color-primary-text-hover);fill:var(--color-primary-text-hover);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.PrimaryLinkButton:hover{color:var(--color-primary-text-hover);fill:var(--color-primary-text-hover);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.RemoveButton{align-items:center;border-radius:6px;box-sizing:border-box;display:inline-flex;justify-content:center}.RemoveButton .CompoundIcon-inner{fill:var(--color-background-weak);transition:200ms fill,200ms stroke}.RemoveButton .CompoundIcon-outer{fill:var(--color-icon);stroke:var(--color-icon);transition:200ms fill,200ms stroke}.RemoveButton.RemoveButton--isEnabled{cursor:pointer}.RemoveButton.RemoveButton--isEnabled:hover .CompoundIcon-inner,.RemoveButton.RemoveButton--isEnabled:focus .CompoundIcon-inner{fill:var(--color-background-weak);transition:200ms fill,200ms stroke}.RemoveButton.RemoveButton--isEnabled:hover .CompoundIcon-outer,.RemoveButton.RemoveButton--isEnabled:focus .CompoundIcon-outer{fill:var(--color-icon-hover);stroke:var(--color-icon-hover);transition:200ms fill,200ms stroke}.RemoveButton.RemoveButton--isEnabled:focus{outline:none}body.A11y-focusInvisible .RemoveButton.RemoveButton--isEnabled:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .RemoveButton.RemoveButton--isEnabled:focus:not(:active):focus{box-shadow:0 0 0 2px var(--color-a11y-selected-border-active)}.RemoveButton.RemoveButton--isEnabled:active .CompoundIcon-inner{fill:var(--color-background-weak);transition:200ms fill,200ms stroke}.RemoveButton.RemoveButton--isEnabled:active .CompoundIcon-outer{fill:var(--color-icon-active);stroke:var(--color-icon-active);transition:200ms fill,200ms stroke}.RemoveButton.RemoveButton--xsmall.RemoveButton{height:20px;min-height:20px;min-width:20px;width:20px}.RemoveButton.RemoveButton--small.RemoveButton{height:28px;min-height:28px;min-width:28px;width:28px}.SecondaryDangerButton.AbstractThemeableRectangularButton{background:var(--color-background-weak);border-color:var(--color-button-danger-border-secondary);color:var(--color-danger-text);fill:var(--color-danger-text)}.SecondaryDangerButton.AbstractThemeableRectangularButton--isEnabled:hover{background:var(--color-button-danger-background-secondary-hover);border-color:var(--color-button-danger-border-secondary);color:var(--color-danger-text);fill:var(--color-danger-text)}.SecondaryDangerButton.AbstractThemeableRectangularButton--isEnabled.AbstractThemeableRectangularButton--isActive,.SecondaryDangerButton.AbstractThemeableRectangularButton--isEnabled:active{background:var(--color-button-danger-background-secondary-active);border-color:var(--color-button-danger-border-secondary);color:var(--color-danger-text);fill:var(--color-danger-text)}.SecondaryDangerButton.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .SecondaryDangerButton.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .SecondaryDangerButton.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-background-weak),0 0 0 4px var(--color-a11y-selected-border-active)}.SecondaryDangerButton.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--isDisabled{background:var(--color-button-background-primary-disabled);border-color:var(--color-border);color:var(--color-text-disabled);fill:var(--color-text-disabled)}.SecondaryLinkButton{cursor:pointer;color:var(--color-text-weak);fill:var(--color-text-weak);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}body:not(.A11y-focusInvisible) .SecondaryLinkButton:focus{outline:2px solid var(--color-a11y-selected-border-active);outline-offset:0}body.A11y-focusInvisible .SecondaryLinkButton:focus{outline:none}.SecondaryLinkButton:active{color:var(--color-text-weak-hover);fill:var(--color-text-weak-hover);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.SecondaryLinkButton:hover{color:var(--color-text);fill:var(--color-text);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.ShroudedIconButton.AbstractThemeableIconButton{background:var(--color-button-background-shrouded);border-color:transparent;fill:var(--color-button-text-shrouded)}.ShroudedIconButton.AbstractThemeableIconButton--isEnabled:hover{background:var(--color-button-background-shrouded-hover);border-color:transparent;fill:var(--color-button-text-shrouded)}.ShroudedIconButton.AbstractThemeableIconButton--isEnabled.AbstractThemeableIconButton--isActive,.ShroudedIconButton.AbstractThemeableIconButton--isEnabled:active{background:var(--color-button-background-shrouded-active);border-color:transparent;fill:var(--color-button-text-shrouded)}.ShroudedIconButton.AbstractThemeableIconButton:focus{outline:none}body.A11y-focusInvisible .ShroudedIconButton.AbstractThemeableIconButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .ShroudedIconButton.AbstractThemeableIconButton:focus:not(.AbstractThemeableIconButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-inverse-background-weak),0 0 0 4px var(--color-a11y-selected-border-active-inverse)}.ShroudedIconButton.AbstractThemeableIconButton{border-radius:6px}.SubtleCountWithIconButton.AbstractThemeableRectangularButton{background:var(--color-button-background-subtle);border-color:var(--color-button-background-subtle);color:var(--color-text-weak);fill:var(--color-text-weak)}.SubtleCountWithIconButton.AbstractThemeableRectangularButton--isEnabled:hover{background:var(--color-background-hover);border-color:var(--color-button-border-subtle);color:var(--color-text-weak-hover);fill:var(--color-text-weak-hover)}.SubtleCountWithIconButton.AbstractThemeableRectangularButton--isEnabled.AbstractThemeableRectangularButton--isActive,.SubtleCountWithIconButton.AbstractThemeableRectangularButton--isEnabled:active{background:var(--color-background-active);border-color:var(--color-button-border-subtle);color:var(--color-text-weak-hover);fill:var(--color-text-weak-hover)}.SubtleCountWithIconButton.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .SubtleCountWithIconButton.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .SubtleCountWithIconButton.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-a11y-selected-border-active)}.SubtleToggleButton.AbstractThemeableRectangularButton--medium{font-weight:500}.SubtleToggleButton.AbstractThemeableRectangularButton--large{font-weight:500}.SubtleToggleButton.AbstractThemeableRectangularButton--xlarge{font-weight:500}.SubtleToggleButton--isNotPressed.AbstractThemeableRectangularButton{background:var(--color-button-background-subtle);border-color:var(--color-button-background-subtle);color:var(--color-text-weak);fill:var(--color-text-weak)}.SubtleToggleButton--isNotPressed.AbstractThemeableRectangularButton--isEnabled:hover{background:var(--color-background-hover);border-color:var(--color-button-border-subtle);color:var(--color-text-weak-hover);fill:var(--color-text-weak-hover)}.SubtleToggleButton--isNotPressed.AbstractThemeableRectangularButton--isEnabled.AbstractThemeableRectangularButton--isActive,.SubtleToggleButton--isNotPressed.AbstractThemeableRectangularButton--isEnabled:active{background:var(--color-background-active);border-color:var(--color-button-border-subtle);color:var(--color-text-weak-hover);fill:var(--color-text-weak-hover)}.SubtleToggleButton--isNotPressed.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .SubtleToggleButton--isNotPressed.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .SubtleToggleButton--isNotPressed.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-a11y-selected-border-active)}.SubtleToggleButton--isNotPressed.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--isDisabled{background:var(--color-button-background-subtle);border-color:var(--color-button-background-subtle);color:var(--color-text-disabled);fill:var(--color-text-disabled)}.SubtleToggleButton--isPressed.AbstractThemeableRectangularButton{background:var(--color-button-background-subtle-pressed);border-color:var(--color-button-background-subtle-pressed);color:var(--color-selected-text);fill:var(--color-selected-text)}.SubtleToggleButton--isPressed.AbstractThemeableRectangularButton--isEnabled:hover{background:var(--color-button-background-subtle-pressedHover);border-color:var(--color-button-background-subtle-pressedHover);color:var(--color-selected-text-hover);fill:var(--color-selected-text-hover)}.SubtleToggleButton--isPressed.AbstractThemeableRectangularButton--isEnabled.AbstractThemeableRectangularButton--isActive,.SubtleToggleButton--isPressed.AbstractThemeableRectangularButton--isEnabled:active{background:var(--color-button-background-subtle-pressedActive);border-color:var(--color-button-background-subtle-pressedActive);color:var(--color-selected-text-hover);fill:var(--color-selected-text-hover)}.SubtleToggleButton--isPressed.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .SubtleToggleButton--isPressed.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .SubtleToggleButton--isPressed.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-a11y-selected-border-active)}.SubtleFilterSelectButton-label{margin-right:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.SubtleFilterSelectButton-dropdownMenu{max-height:169.6px;overflow-x:hidden;overflow-y:auto}.SubtleFilterSelectButton.AbstractThemeableRectangularButton--medium{font-weight:500}.SubtleFilterSelectButton--isNotPressed.AbstractThemeableRectangularButton{background:var(--color-button-background-subtle);border-color:var(--color-button-background-subtle);color:var(--color-text-weak);fill:var(--color-text-weak)}.SubtleFilterSelectButton--isNotPressed.AbstractThemeableRectangularButton--isEnabled:hover{background:var(--color-background-hover);border-color:var(--color-button-border-subtle);color:var(--color-text-weak-hover);fill:var(--color-text-weak-hover)}.SubtleFilterSelectButton--isNotPressed.AbstractThemeableRectangularButton--isEnabled.AbstractThemeableRectangularButton--isActive,.SubtleFilterSelectButton--isNotPressed.AbstractThemeableRectangularButton--isEnabled:active{background:var(--color-background-active);border-color:var(--color-button-border-subtle);color:var(--color-text-weak-hover);fill:var(--color-text-weak-hover)}.SubtleFilterSelectButton--isNotPressed.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .SubtleFilterSelectButton--isNotPressed.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .SubtleFilterSelectButton--isNotPressed.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-a11y-selected-border-active)}.SubtleFilterSelectButton--isNotPressed.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--isDisabled{background:var(--color-button-background-subtle);border-color:var(--color-button-background-subtle);color:var(--color-text-disabled);fill:var(--color-text-disabled)}.SubtleFilterSelectButton--isPressed.AbstractThemeableRectangularButton{background:var(--color-button-background-subtle-pressed);border-color:var(--color-button-background-subtle-pressed);color:var(--color-selected-text);fill:var(--color-selected-text)}.SubtleFilterSelectButton--isPressed.AbstractThemeableRectangularButton--isEnabled:hover{background:var(--color-button-background-subtle-pressedHover);border-color:var(--color-button-background-subtle-pressedHover);color:var(--color-selected-text-hover);fill:var(--color-selected-text-hover)}.SubtleFilterSelectButton--isPressed.AbstractThemeableRectangularButton--isEnabled.AbstractThemeableRectangularButton--isActive,.SubtleFilterSelectButton--isPressed.AbstractThemeableRectangularButton--isEnabled:active{background:var(--color-button-background-subtle-pressedActive);border-color:var(--color-button-background-subtle-pressedActive);color:var(--color-selected-text-hover);fill:var(--color-selected-text-hover)}.SubtleFilterSelectButton--isPressed.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .SubtleFilterSelectButton--isPressed.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .SubtleFilterSelectButton--isPressed.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-a11y-selected-border-active)}.SubtleIconButton.AbstractThemeableIconButton{background:var(--color-button-background-subtle);border-color:var(--color-button-background-subtle);fill:var(--color-text-weak)}.SubtleIconButton.AbstractThemeableIconButton--isEnabled:hover{background:var(--color-background-hover);border-color:var(--color-button-border-subtle);fill:var(--color-text-weak-hover)}.SubtleIconButton.AbstractThemeableIconButton--isEnabled.AbstractThemeableIconButton--isActive,.SubtleIconButton.AbstractThemeableIconButton--isEnabled:active{background:var(--color-background-active);border-color:var(--color-button-border-subtle);fill:var(--color-text-weak-hover)}.SubtleIconButton.AbstractThemeableIconButton:focus{outline:none}body.A11y-focusInvisible .SubtleIconButton.AbstractThemeableIconButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .SubtleIconButton.AbstractThemeableIconButton:focus:not(.AbstractThemeableIconButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-a11y-selected-border-active)}.SubtleIconButton.AbstractThemeableIconButton.AbstractThemeableIconButton--isDisabled{background:var(--color-button-background-subtle);border-color:var(--color-button-background-subtle);fill:var(--color-text-disabled)}.SubtleIconButton.AbstractThemeableIconButton{border-radius:6px}.SubtleIconToggleButton.AbstractThemeableIconButton{border-radius:6px}.SubtleIconToggleButton--isNotPressed.AbstractThemeableIconButton{background:var(--color-button-background-subtle);border-color:var(--color-button-background-subtle);fill:var(--color-text-weak)}.SubtleIconToggleButton--isNotPressed.AbstractThemeableIconButton--isEnabled:hover{background:var(--color-background-hover);border-color:var(--color-button-border-subtle);fill:var(--color-text-weak-hover)}.SubtleIconToggleButton--isNotPressed.AbstractThemeableIconButton--isEnabled.AbstractThemeableIconButton--isActive,.SubtleIconToggleButton--isNotPressed.AbstractThemeableIconButton--isEnabled:active{background:var(--color-background-active);border-color:var(--color-button-border-subtle);fill:var(--color-text-weak-hover)}.SubtleIconToggleButton--isNotPressed.AbstractThemeableIconButton:focus{outline:none}body.A11y-focusInvisible .SubtleIconToggleButton--isNotPressed.AbstractThemeableIconButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .SubtleIconToggleButton--isNotPressed.AbstractThemeableIconButton:focus:not(.AbstractThemeableIconButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-a11y-selected-border-active)}.SubtleIconToggleButton--isNotPressed.AbstractThemeableIconButton.AbstractThemeableIconButton--isDisabled{background:var(--color-button-background-subtle);border-color:var(--color-button-background-subtle);fill:var(--color-text-disabled)}.SubtleIconToggleButton--isPressed.AbstractThemeableIconButton{background:var(--color-button-background-subtle-pressed);border-color:var(--color-button-background-subtle-pressed);fill:var(--color-selected-text)}.SubtleIconToggleButton--isPressed.AbstractThemeableIconButton--isEnabled:hover{background:var(--color-button-background-subtle-pressedHover);border-color:var(--color-button-background-subtle-pressedHover);fill:var(--color-selected-text-hover)}.SubtleIconToggleButton--isPressed.AbstractThemeableIconButton--isEnabled.AbstractThemeableIconButton--isActive,.SubtleIconToggleButton--isPressed.AbstractThemeableIconButton--isEnabled:active{background:var(--color-button-background-subtle-pressedActive);border-color:var(--color-button-background-subtle-pressedActive);fill:var(--color-selected-text-hover)}.SubtleIconToggleButton--isPressed.AbstractThemeableIconButton:focus{outline:none}body.A11y-focusInvisible .SubtleIconToggleButton--isPressed.AbstractThemeableIconButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .SubtleIconToggleButton--isPressed.AbstractThemeableIconButton:focus:not(.AbstractThemeableIconButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-a11y-selected-border-active)}.SubtleMiniIconButton.AbstractThemeableIconButton{background:var(--color-button-background-subtle);border-color:var(--color-button-background-subtle);fill:var(--color-text-weak)}.SubtleMiniIconButton.AbstractThemeableIconButton--isEnabled:hover{background:var(--color-background-hover);border-color:var(--color-button-border-subtle);fill:var(--color-text-weak-hover)}.SubtleMiniIconButton.AbstractThemeableIconButton--isEnabled.AbstractThemeableIconButton--isActive,.SubtleMiniIconButton.AbstractThemeableIconButton--isEnabled:active{background:var(--color-background-active);border-color:var(--color-button-border-subtle);fill:var(--color-text-weak-hover)}.SubtleMiniIconButton.AbstractThemeableIconButton:focus{outline:none}body.A11y-focusInvisible .SubtleMiniIconButton.AbstractThemeableIconButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .SubtleMiniIconButton.AbstractThemeableIconButton:focus:not(.AbstractThemeableIconButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-a11y-selected-border-active)}.SubtleMiniIconButton.AbstractThemeableIconButton.AbstractThemeableIconButton--isDisabled{background:var(--color-button-background-subtle);border-color:var(--color-button-background-subtle);fill:var(--color-text-disabled)}.SubtleMiniIconButton.AbstractThemeableIconButton{border-radius:6px}.UpgradeButton.AbstractThemeableRectangularButton{background:var(--color-button-upsell-background);border-color:var(--color-button-upsell-background);color:var(--color-button-upsell-text);fill:var(--color-button-upsell-text)}.UpgradeButton.AbstractThemeableRectangularButton--isEnabled:hover{background:var(--color-button-upsell-background-hover);border-color:var(--color-button-upsell-background-hover);color:var(--color-button-upsell-text);fill:var(--color-button-upsell-text)}.UpgradeButton.AbstractThemeableRectangularButton--isEnabled.AbstractThemeableRectangularButton--isActive,.UpgradeButton.AbstractThemeableRectangularButton--isEnabled:active{background:var(--color-button-upsell-background-active);border-color:var(--color-button-upsell-background-active);color:var(--color-button-upsell-text);fill:var(--color-button-upsell-text)}.UpgradeButton.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .UpgradeButton.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .UpgradeButton.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-background-weak),0 0 0 4px var(--color-a11y-selected-border-active)}.UpsellLinkButton{cursor:pointer;color:var(--color-upsell-text);fill:var(--color-upsell-text);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}body:not(.A11y-focusInvisible) .UpsellLinkButton:focus{outline:2px solid var(--color-a11y-selected-border-active);outline-offset:0}body.A11y-focusInvisible .UpsellLinkButton:focus{outline:none}.UpsellLinkButton:active{color:var(--color-upsell-text-hover);fill:var(--color-upsell-text-hover);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.UpsellLinkButton:hover{color:var(--color-upsell-text-hover);fill:var(--color-upsell-text-hover);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid}.UpsellSubtleButton.AbstractThemeableRectangularButton{background:var(--color-button-upsell-background-subtle);border-color:var(--color-button-upsell-background-subtle);color:var(--color-upsell-text);fill:var(--color-button-upsell-icon-subtle)}.UpsellSubtleButton.AbstractThemeableRectangularButton--isEnabled:hover{background:var(--color-button-upsell-background-subtle-hover);border-color:var(--color-button-upsell-background-subtle-hover);color:var(--color-upsell-text-hover);fill:var(--color-button-upsell-icon-subtle-hover)}.UpsellSubtleButton.AbstractThemeableRectangularButton--isEnabled.AbstractThemeableRectangularButton--isActive,.UpsellSubtleButton.AbstractThemeableRectangularButton--isEnabled:active{background:var(--color-button-upsell-background-subtle-active);border-color:var(--color-button-upsell-background-subtle-active);color:var(--color-upsell-text-hover);fill:var(--color-button-upsell-icon-subtle-hover)}.UpsellSubtleButton.AbstractThemeableRectangularButton:focus{outline:none}body.A11y-focusInvisible .UpsellSubtleButton.AbstractThemeableRectangularButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .UpsellSubtleButton.AbstractThemeableRectangularButton:focus:not(.AbstractThemeableRectangularButton--isActive):not(:active):focus{box-shadow:0 0 0 2px var(--color-a11y-selected-border-active)}.UpsellSubtleButton.AbstractThemeableRectangularButton.AbstractThemeableRectangularButton--isDisabled{background:var(--color-button-upsell-background-subtle);border-color:var(--color-button-upsell-background-subtle);color:var(--color-text-disabled);fill:var(--color-text-disabled)}.UpsellSubtleButton.AbstractThemeableRectangularButton--small{font-weight:500}.UpsellSubtleButton.AbstractThemeableRectangularButton--medium{font-weight:500}.UpsellSubtleButton.AbstractThemeableRectangularButton--large{font-weight:500}.UpsellSubtleButton.AbstractThemeableRectangularButton--xlarge{font-weight:500}.FloatingSelect{flex-shrink:1;min-width:1px}.FloatingSelect-label{min-width:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.FormRowStructure{display:flex;flex:1 1 auto;min-width:1px}.FormRowStructure--labelPlacementLeft{flex-direction:row}.FormRowStructure--labelPlacementTop{flex-direction:column}.FormRowStructure-label{box-sizing:border-box;cursor:default;display:inline-flex;flex:0 0 auto}.FormRowStructure-label--labelPlacementLeft{align-items:center;justify-content:flex-end;width:105px}.FormRowStructure-label--labelPlacementTop{margin-bottom:8px}.FormRowStructure-contents{display:flex;flex:1 1 auto;flex-direction:column;min-width:1px}.Label{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;line-height:18px;align-items:center;color:var(--color-text-weak);display:flex;font-weight:500;margin-right:8px}.ListGroup-item{border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);border-top:1px solid var(--color-border)}.ListGroup-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.ListGroup-item:last-child{border-bottom:1px solid var(--color-border);border-bottom-left-radius:4px;border-bottom-right-radius:4px}.NativeFloatingSelect{border-bottom:1px dotted var(--color-text);color:var(--color-text);display:inline-block;height:15px;overflow:hidden;padding-right:14px;position:relative;vertical-align:middle}.NativeFloatingSelect.has-focus{border-bottom:1px solid #14aaf5;color:#14aaf5}.NativeFloatingSelect:hover{border-bottom:1px solid #32c1ff;color:#32c1ff;text-decoration:none}.NativeFloatingSelect-icon{fill:var(--color-deprecated-lightGray3);pointer-events:none;position:absolute;right:0;top:0;width:10px}.NativeFloatingSelect.has-focus&gt;.NativeFloatingSelect-icon{fill:#14aaf5}.NativeFloatingSelect:hover&gt;.NativeFloatingSelect-icon{fill:#32c1ff}.NativeFloatingSelect-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;border-radius:0;cursor:pointer;height:100%;outline:none;padding-left:1px;padding-right:14px;position:absolute;top:1px}.NativeFloatingSelect-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--color-text)}.NativeFloatingSelect-select:-moz-focusring:focus{text-shadow:0 0 0 #14aaf5}.NativeFloatingSelect:hover&gt;.NativeFloatingSelect-select:-moz-focusring{text-shadow:0 0 0 #32c1ff}.NativeFloatingSelect-select::-ms-expand{display:none}.NativeFloatingSelect-option{background:var(--color-background-weak)}.NativeFloatingSelect-shadowLabel{visibility:hidden}.RequiredFieldIndicator{fill:var(--color-danger-icon);height:12px;width:12px}.SelectOptionBase{align-items:center;border:1px solid var(--color-border);border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;padding:16px}.SelectOptionBase.SelectOptionBase--selected{background-color:var(--color-selected-background);border-color:var(--color-selected-border)}.SelectOptionBase:focus{outline:none}.SelectOptionBase:not(.SelectOptionBase--selected):hover,.SelectOptionBase:not(.SelectOptionBase--selected):focus{border-color:var(--color-border-hover)}.SelectOptionWithContent{width:200px}.SelectOptionWithContent-titleText{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;font-weight:500;line-height:20px;margin-bottom:4px;width:100%}.SelectOptionWithContent-captionText{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;line-height:18px;color:var(--color-text-weak);margin-bottom:16px;width:100%}.SelectOptionWithContent-image{margin-top:auto}.TeamPrivacyOptionLabel{align-items:center;display:flex}.TeamPrivacyOptionLabel-icon{display:flex;fill:var(--color-icon);margin-right:8px}.TeamPrivacyOptionLabel-icon--disabled{fill:var(--color-text-disabled)}.SizedTextInput{box-sizing:border-box}.SizedTextInput.SizedTextInput--medium{height:36px;padding-bottom:6px;padding-top:6px}.TextInput{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:22px;background-color:var(--color-background-weak);border-width:1px;border-style:solid;border-color:var(--color-border-strong);border-radius:6px;padding:0 12px;box-sizing:border-box}.TextInput::-moz-placeholder{color:var(--color-text-weak)}.TextInput:-ms-input-placeholder{color:var(--color-text-weak)}.TextInput::placeholder{color:var(--color-text-weak)}.TextInput:hover{border-color:var(--color-border-hover)}.TextInput:focus{border-color:var(--color-border-active);outline:none}.TextInput[disabled]{background-color:var(--color-background-medium);border-color:var(--color-border);color:var(--color-text-disabled)}.TextInput.TextInput--invalid{border-color:var(--color-danger-border)}.TextInput.TextInput--invalid:hover{border-color:var(--color-danger-border-hover)}.TextInput.TextInput--invalid:focus{border-color:var(--color-danger-border-active)}.simpleTextarea{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:22px;background-color:var(--color-background-weak);border-width:1px;border-style:solid;border-color:var(--color-border-strong);border-radius:6px;padding:0 12px;box-sizing:border-box;background-color:inherit;line-height:22px;min-height:70px;overflow-wrap:break-word;padding-bottom:6px;padding-top:6px;resize:none;white-space:pre-wrap}.simpleTextarea::-moz-placeholder{color:var(--color-text-weak)}.simpleTextarea:-ms-input-placeholder{color:var(--color-text-weak)}.simpleTextarea::placeholder{color:var(--color-text-weak)}.simpleTextarea:hover{border-color:var(--color-border-hover)}.simpleTextarea.simpleTextarea--dynamic{border-color:transparent}.simpleTextarea.simpleTextarea--dynamic:hover{border-color:var(--color-border-hover)}.simpleTextarea.simpleTextarea--dynamic:focus{border-color:var(--color-border-active)}.simpleTextarea.simpleTextarea--dynamic.TextInput--invalid{border-color:var(--color-danger-border)}.simpleTextarea.simpleTextarea--dynamic.TextInput--invalid:hover{border-color:var(--color-danger-border-hover)}.simpleTextarea.simpleTextarea--dynamic.TextInput--invalid:focus{border-color:var(--color-danger-border-active)}.simpleTextarea.simpleTextarea--invalid{border-color:var(--color-danger-border)}.simpleTextarea.simpleTextarea--invalid:hover{border-color:var(--color-danger-border-hover)}.simpleTextarea.simpleTextarea--invalid:focus{border-color:var(--color-danger-border-active)}.simpleTextarea:focus{border-color:var(--color-border-active);outline:none}.simpleTextarea:disabled{background-color:var(--color-background-medium);border-color:var(--color-border);color:var(--color-text-disabled)}.AutogrowTextarea-container{position:relative}.AutogrowTextarea-input,.AutogrowTextarea-shadow{overflow:hidden;text-rendering:optimizeSpeed;vertical-align:top}.AutogrowTextarea-input{height:100%;left:0;position:absolute;top:0;width:100%}.AutogrowTextarea-shadow{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:22px;background-color:var(--color-background-weak);border-width:1px;border-style:solid;border-color:var(--color-border-strong);border-radius:6px;padding:0 12px;box-sizing:border-box;background-color:inherit;line-height:22px;min-height:70px;overflow-wrap:break-word;padding-bottom:6px;padding-top:6px;resize:none;white-space:pre-wrap;height:auto;visibility:hidden}.AutogrowTextarea-shadow::-moz-placeholder{color:var(--color-text-weak)}.AutogrowTextarea-shadow:-ms-input-placeholder{color:var(--color-text-weak)}.AutogrowTextarea-shadow::placeholder{color:var(--color-text-weak)}.AutogrowTextarea-container--oneLine .AutogrowTextarea-input,.AutogrowTextarea-container--oneLine .AutogrowTextarea-shadow{min-height:0}.AutogrowTextarea-container--oneLine&gt;.AutogrowTextarea-shadow{white-space:pre}.AutogrowTextarea-container--oneLine&gt;.AutogrowTextarea-input{white-space:pre}.AutogrowTextareaWithCharacterCount{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:22px;background-color:var(--color-background-weak);border-width:1px;border-style:solid;border-color:var(--color-border-strong);border-radius:6px;padding:0 12px;box-sizing:border-box;background-color:inherit;line-height:22px;min-height:70px;overflow-wrap:break-word;padding-bottom:6px;padding-top:6px;resize:none;white-space:pre-wrap}.AutogrowTextareaWithCharacterCount::-moz-placeholder{color:var(--color-text-weak)}.AutogrowTextareaWithCharacterCount:-ms-input-placeholder{color:var(--color-text-weak)}.AutogrowTextareaWithCharacterCount::placeholder{color:var(--color-text-weak)}.AutogrowTextareaWithCharacterCount:hover{border-color:var(--color-border-hover)}.AutogrowTextareaWithCharacterCount:focus-within{border-color:var(--color-border-active);outline:none}.AutogrowTextareaWithCharacterCount.AutogrowTextareaWithCharacterCount--invalid{border-color:var(--color-danger-border)}.AutogrowTextareaWithCharacterCount.AutogrowTextareaWithCharacterCount--invalid:hover{border-color:var(--color-danger-border-hover)}.AutogrowTextareaWithCharacterCount.AutogrowTextareaWithCharacterCount--invalid:focus{border-color:var(--color-danger-border-active)}.AutogrowTextareaWithCharacterCount.AutogrowTextareaWithCharacterCount--invalid:focus-within{border-color:var(--color-danger-border-active)}.AutogrowTextareaWithCharacterCount-textarea .AutogrowTextarea-input,.AutogrowTextareaWithCharacterCount-textarea .AutogrowTextarea-shadow{background:none;border:0;min-height:20px;padding:0}.AutogrowTextareaWithCharacterCount-textarea .AutogrowTextarea-input:focus{-webkit-animation:none;animation:none;box-shadow:none}.AutogrowTextareaWithCharacterCount-textarea .AutogrowTextarea-input,.AutogrowTextareaWithCharacterCount-textarea .AutogrowTextarea-shadow{min-height:70px}.AutogrowTextareaWithCharacterCount-disabled{background:var(--color-background-medium);border-color:var(--color-border)}.AutogrowTextareaWithCharacterCount-disabled .AutogrowTextarea-input:disabled,.AutogrowTextareaWithCharacterCount-disabled .AutogrowTextarea-shadow:disabled{color:var(--color-text-disabled);-webkit-text-fill-color:var(--color-text-disabled)}.AutogrowTextareaWithCharacterCount-disabled:hover{border-color:var(--color-border)}.AutogrowTextareaWithCharacterCount-disabled #autogrow_textarea_with_character_count_character_count{color:var(--color-text-disabled)}.ValidatedTextInput{flex:1 1 auto;min-width:1px;position:relative}.ValidatedTextInput-input{width:100%}.ValidatedTextInput--invalid .ValidatedTextInput-input{border-color:var(--color-danger-border)}.ValidatedTextInput--invalid .ValidatedTextInput-input:hover{border-color:var(--color-danger-border-hover)}.ValidatedTextInput--invalid .ValidatedTextInput-input:focus{border-color:var(--color-danger-border-active)}.ValidatedTextInput--hasIcon .ValidatedTextInput-input{padding-right:36px}.ValidatedTextInput-message{margin-top:4px;overflow-wrap:break-word}.ValidatedTextInput-inputContainer{position:relative}.ValidatedTextInput-icon{position:absolute;right:8px;top:50%;transform:translateY(-50%)}.DynamicTextInput{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:22px;background-color:var(--color-background-weak);border-width:1px;border-style:solid;border-color:var(--color-border-strong);border-radius:6px;padding:0 12px;box-sizing:border-box;border-color:transparent;background-color:inherit}.DynamicTextInput::-moz-placeholder{color:var(--color-text-weak)}.DynamicTextInput:-ms-input-placeholder{color:var(--color-text-weak)}.DynamicTextInput::placeholder{color:var(--color-text-weak)}.DynamicTextInput:hover{border-color:var(--color-border-hover)}.DynamicTextInput:focus{border-color:var(--color-border-active);outline:none}.DynamicTextInput[disabled]{background-color:var(--color-background-medium);border-color:var(--color-border);color:var(--color-text-disabled)}.DynamicTextInput.DynamicTextInput--invalid{border-color:var(--color-danger-border)}.DynamicTextInput.DynamicTextInput--invalid:hover{border-color:var(--color-danger-border-hover)}.DynamicTextInput.DynamicTextInput--invalid:focus{border-color:var(--color-danger-border-active)}.TextInputIconContainer{position:relative}.TextInputIconContainer-rightIconContainer{align-items:center;display:flex;justify-content:center;position:absolute;right:4px;top:50%;transform:translateY(-50%);width:24px}.TextInputIconContainer-input{padding-right:32px;width:100%}.ValidatedInput-message{margin-top:4px;overflow-wrap:break-word}.DateInput{position:relative}.DateInput-textInput{width:100%}.DateInput-textInput:focus{border-color:var(--color-border-active)}.DateInput-clearInput{position:absolute;right:4px;top:4px}.DateRange{display:flex;justify-content:space-between}.DateRange-startDate{margin-right:8px}.DateRange-dateRangeLabel{display:block;margin-bottom:4px;margin-right:0;text-align:left}.DateRangeV2.DateRangeV2--withStartTimeAvailable{display:grid;grid-column-gap:16px;grid-template-columns:minmax(0, 1fr) minmax(0, 1fr)}.DateRangeV2.DateRangeV2--withStartTimeOmitted{display:flex;flex-wrap:wrap;justify-content:center;margin-left:-4px}.DateRangeV2.DateRangeV2--withStartTimeOmitted .DateRangeV2-addDateRangeButton{margin-left:4px}.DateRangeV2-startDateButtonLabel{flex:1 1 auto}.DateRangeV2.DateRangeV2--withStartTimeOmitted .DateRangeV2-addDateRangeUpsell{flex-shrink:0;margin:8px 8px 8px 12px}.DateRangeV2.DateRangeV2--withStartTimeOmitted .DateRangeV2-addDateRangeUpsellIcon{margin-right:4px;vertical-align:text-bottom}.DateRangeV2.DateRangeV2--withStartTimeOmitted .DateRangeV2-dueDate,.DateRangeV2.DateRangeV2--withStartTimeOmitted .DateRangeV2-startDate{flex:1 1 92px;margin-bottom:4px;margin-left:4px;min-width:92px}.AvatarPhoto{align-items:center;background:center/cover var(--color-customization-background-deprecated-opaque);border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.07);box-sizing:border-box;color:var(--color-customization-foreground);display:inline-flex;justify-content:center;position:relative;vertical-align:top}.AvatarPhoto--xsmall{font-size:12px;height:20px;line-height:20px;min-width:20px;width:20px}.AvatarPhoto--small{font-size:12px;height:24px;line-height:24px;min-width:24px;width:24px}.AvatarPhoto--medium{font-size:12px;height:32px;line-height:32px;min-width:32px;width:32px}.AvatarPhoto--large{font-size:14px;height:36px;line-height:36px;min-width:36px;width:36px}.AvatarPhoto--xlarge{font-size:16px;height:48px;line-height:48px;min-width:48px;width:48px}.AvatarPhoto--huge{font-size:32px;height:64px;line-height:64px;min-width:64px;width:64px}.AvatarPhoto--color0.AvatarPhoto{background-color:var(--color-customization-purple-background);color:var(--color-customization-purple-foreground)}.AvatarPhoto--color1.AvatarPhoto{background-color:var(--color-customization-blue-green-background);color:var(--color-customization-blue-green-foreground)}.AvatarPhoto--color2.AvatarPhoto{background-color:var(--color-customization-magenta-background);color:var(--color-customization-magenta-foreground)}.AvatarPhoto--color3.AvatarPhoto{background-color:var(--color-customization-pink-background);color:var(--color-customization-pink-foreground)}.AvatarPhoto--color4.AvatarPhoto{background-color:var(--color-customization-blue-background);color:var(--color-customization-blue-foreground)}.AvatarPhoto--color5.AvatarPhoto{background-color:var(--color-customization-yellow-background);color:var(--color-customization-yellow-foreground)}.AvatarPhoto--color6.AvatarPhoto{background-color:var(--color-customization-yellow-orange-background);color:var(--color-customization-yellow-orange-foreground)}.AvatarPhoto--color7.AvatarPhoto{background-color:var(--color-customization-indigo-background);color:var(--color-customization-indigo-foreground)}.Avatar{align-items:center;background:center/cover var(--color-deprecated-lightGray3);border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.07);box-sizing:border-box;color:#fff;-webkit-print-color-adjust:exact;color-adjust:exact;display:inline-flex;justify-content:center;position:relative;vertical-align:top}.Avatar-baseButton{border-radius:50%;transition:200ms box-shadow}.Avatar-baseButton:focus{outline:none}body.A11y-focusInvisible .Avatar-baseButton:focus:focus{box-shadow:none}body:not(.A11y-focusInvisible) .Avatar-baseButton:focus:not(:active):not(:hover):focus{box-shadow:0 0 0 2px var(--color-a11y-selected-border-active)}.A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment