﻿:root{--base-font-size: 13px;--base-line-height: 1.19;--ui-border-width: 2px;--ui-border-radius: 3px;--button-border-radius: 3px;--panel-border-width: 3px 1px 3px 1px;--panel-border-style: solid;--panel-border-radius: 3px;--vertical-gap: 0.25rem;--horizontal-gap: 0.25rem;--ui-hydrate-time: 180ms;--ui-transition-time: 60ms;--sidebar-width: 24rem;--primary-button-order: 1;--secondary-button-order: 2;--cancel-button-order: 3}@property --chrome{syntax:"<color>";initial-value:#888;inherits:true}button,a.button,input[type=checkbox].button+label,input[type=radio].button+label,input[type=file].button+label{display:inline-block;padding:.25rem 1.5rem;font-size:var(--base-font-size);font-family:inherit;font-weight:normal;font-stretch:var(--base-font-stretch);border-radius:var(--button-border-radius);background-color:var(--control-background);color:var(--control-foreground);border:var(--control-foreground) solid var(--ui-border-width);transition-property:background-color,color,border-color,transform,box-shadow;transition:var(--ui-transition-time) ease-in-out;transform:scale(1);box-shadow:0px 1.5px 3px var(--chrome-shadow);text-decoration:none}button:hover,a.button:hover,input[type=checkbox].button+label:hover,input[type=radio].button+label:hover,input[type=file].button+label:hover{background-color:var(--control-hover-background);color:var(--control-hover-foreground);border-color:var(--control-hover-foreground);transform:scale(1.02)}button:active,a.button:active,input[type=checkbox].button+label:active,input[type=radio].button+label:active,input[type=file].button+label:active{background-color:var(--control-active-background);color:var(--control-active-foreground);border-color:var(--control-active-foreground);transform:scale(0.98);box-shadow:0 0 0 var(--chrome-shadow)}button:disabled,a.button:disabled,input[type=checkbox].button+label:disabled,input[type=radio].button+label:disabled,input[type=file].button+label:disabled{background-color:var(--control-disabled-background);color:var(--control-disabled-foreground);border-color:var(--control-disabled-foreground)}button:focus-visible:not(:active),a.button:focus-visible:not(:active),input[type=checkbox].button+label:focus-visible:not(:active),input[type=radio].button+label:focus-visible:not(:active),input[type=file].button+label:focus-visible:not(:active){background-color:var(--control-hover-background);color:var(--control-hover-foreground);border-color:var(--control-hover-foreground);box-shadow:0px 0px 16px var(--control-hover-foreground);outline:solid var(--ui-border-width) var(--control-hover-foreground);outline-offset:var(--ui-border-width);transform:scale(1.02)}input[type=file].button{display:none}::file-selector-button{margin-right:1em}.buttons-container{display:flex;justify-content:right;margin:var(--vertical-gap) var(--horizontal-gap)}.buttons-container button{margin-left:var(--horizontal-gap);min-width:8em;max-width:12em}.buttons-container button .primary{order:var(--primary-button-order)}.buttons-container button .secondary{order:var(--secondary-button-order)}.buttons-container button .cancel{order:var(--cancel-button-order)}a.button input[type=checkbox].button,input[type=radio].button{appearance:none}.panel{background-color:var(--content-background-transparent);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);color:var(--primary-foreground);border-color:var(--chrome);border-style:var(--panel-border-style);border-width:var(--panel-border-width);border-radius:var(--panel-border-radius);padding:0;background-clip:border-box;overflow:clip;box-shadow:0px 2px 8px var(--chrome-shadow);--inner-border-color: var(--chrome)}@keyframes card-hydrate{0%{opacity:0;transform:rotateX(45deg) scale(0.9)}50%{transform:scale(1.1)}100%{opacity:1;transform:rotateX(0deg) scale(1)}}.card{animation:card-hydrate calc(var(--ui-hydrate-time)*2) ease-out;background-color:var(--card-background-transparent);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);color:var(--primary-foreground);border-color:var(--chrome);border-style:solid;border-width:var(--panel-border-width);border-radius:var(--panel-border-radius);margin:0 auto;background-clip:border-box;overflow:clip;box-shadow:0px 2px 8px var(--chrome-shadow);max-width:56rem;--inner-border-color: var(--chrome)}.tooltip{background-color:var(--chrome-background);color:var(--primary-foreground);border-color:var(--chrome);border-style:solid;border-width:1px;border-radius:var(--ui-border-radius);margin:0;padding:0;background-clip:border-box;overflow:clip;box-shadow:0px 2px 8px var(--chrome-shadow);--inner-border-color: var(--chrome);position:fixed;z-index:200;opacity:0;display:none;max-width:30rem}.tooltip.show{display:grid;animation:tooltip-hydrate var(--ui-hydrate-time) ease-out 500ms forwards}.tooltip.hide{animation:tooltip-dehydrate var(--ui-hydrate-time) ease-in forwards}.panel>.caption,.card>.caption,.tooltip>.caption{background-color:var(--chrome);color:var(--caption-foreground);padding:var(--vertical-gap) var(--horizontal-gap);background-clip:border-box;margin-top:0px;text-transform:uppercase;font-weight:bold}.panel>.caption h1,.panel>.caption h2,.panel>.caption h3,.panel>.caption h4,.panel>.caption h5,.panel>.caption h6,.card>.caption h1,.card>.caption h2,.card>.caption h3,.card>.caption h4,.card>.caption h5,.card>.caption h6,.tooltip>.caption h1,.tooltip>.caption h2,.tooltip>.caption h3,.tooltip>.caption h4,.tooltip>.caption h5,.tooltip>.caption h6{color:var(--caption-foreground);padding:0;margin:0}.panel>.caption.toolbar,.card>.caption.toolbar,.tooltip>.caption.toolbar{padding:0 var(--horizontal-gap);margin:0;min-height:2rem;display:flex;flex-direction:row;align-items:stretch}.panel>.caption.toolbar label,.card>.caption.toolbar label,.tooltip>.caption.toolbar label{color:var(--caption-foreground)}.panel>.caption.toolbar h1,.panel>.caption.toolbar h2,.card>.caption.toolbar h1,.card>.caption.toolbar h2,.tooltip>.caption.toolbar h1,.tooltip>.caption.toolbar h2{color:var(--caption-foreground);margin:var(--vertical-gap) var(--horizontal-gap);flex:1}.panel>.caption.toolbar h1,.card>.caption.toolbar h1,.tooltip>.caption.toolbar h1{text-align:left}.panel>.content,.card>.content,.tooltip>.content{margin:var(--vertical-gap) var(--horizontal-gap)}@keyframes tooltip-hydrate{0%{opacity:0;transform:translateY(1rem) scale(0.9)}100%{opacity:1;transform:translateY(0rem) scale(1)}}@keyframes tooltip-dehydrate{0%{opacity:1;transform:translateY(0rem) scale(1)}100%{opacity:0;transform:translateY(1rem) scale(0.9)}}input[type=checkbox]:not(.button){appearance:none;font:inherit}input[type=checkbox]:not(.button)+label::before{content:"  ";border:var(--control-foreground) solid var(--ui-border-width);background-color:var(--control-background);color:var(--control-foreground);display:inline-block;font-size:var(--base-font-size);font-stretch:var(--base-font-stretch);border-radius:var(--ui-border-radius);margin-right:1em;transition:var(--ui-transition-time) ease-in-out;transform:scale(1);box-shadow:0px 1.5px 3px var(--chrome-shadow)}input[type=checkbox]:not(.button):hover+label::before,input[type=checkbox]:not(.button):focus-visible:not(:active)+label::before{background-color:var(--control-hover-background);border-color:var(--control-hover-foreground);color:var(--control-hover-foreground);transform:scale(1.02)}input[type=checkbox]:not(.button):active+label::before{background-color:var(--control-active-background);border-color:var(--control-active-foreground);color:var(--control-active-foreground);transform:scale(0.98);box-shadow:0 0 0 var(--chrome-shadow)}input[type=checkbox]:not(.button):checked+label::before{content:"✔"}input[type=checkbox]:not(.button):disabled+label::before{border-color:var(--control-disabled-foreground);background-color:var(--control-disabled-background);color:var(--control-disabled-foreground)}input[type=checkbox].toggle-switch+label::before{content:"●  ";border-color:var(--control-foreground);color:var(--control-foreground);background-color:var(--control-background);display:inline-block;font-size:var(--base-font-size);margin-right:1em;border-radius:1em;font-weight:normal;font-stretch:var(--base-font-stretch);box-shadow:0px 1.5px 3px var(--chrome-shadow)}input[type=checkbox].toggle-switch:hover+label::before,input[type=checkbox].toggle-switch:focus-visible:not(:active)+label::before{border:var(--control-hover-foreground) solid var(--ui-border-width);color:var(--control-hover-foreground);background-color:var(--control-hover-background);transform:scale(1.02)}input[type=checkbox].toggle-switch:active:enabled+label::before{content:" ● ";border-color:var(--control-active-foreground);background-color:var(--control-active-background);color:var(--control-active-foreground);transform:scale(0.98);box-shadow:0 0 0 var(--chrome-shadow)}input[type=checkbox].toggle-switch:checked+label::before{content:"  ●";color:var(--control-background);background-color:var(--control-foreground)}input[type=checkbox].toggle-switch:checked:hover+label::before,input[type=checkbox].toggle-switch:checked:focus-visible{color:var(--control-hover-background);background-color:var(--control-hover-foreground);transform:scale(1.02)}input[type=checkbox].toggle-switch:checked:active:enabled+label::before{content:" ● ";border-color:var(--control-active-foreground);background-color:var(--control-active-foreground);color:var(--control-active-background);transform:scale(0.98);box-shadow:0 0 0 var(--chrome-shadow)}input[type=checkbox].toggle-switch:disabled+label::before{border-color:var(--control-disabled-foreground);background-color:var(--control-disabled-background);color:var(--control-disabled-foreground)}input[type=checkbox].toggle-switch:checked:disabled+label::before{border-color:var(--control-disabled-background);background-color:var(--control-disabled-foreground);color:var(--control-disabled-background)}input[type=radio]:not(.button){appearance:none;font:inherit;font-stretch:var(--base-font-stretch)}input[type=radio]:not(.button)+label::before{content:"  ";border:var(--control-foreground) solid var(--ui-border-width);background-color:var(--control-background);color:var(--control-foreground);display:inline-block;font-size:var(--base-font-size);margin-right:1em;border-radius:50%;transition:var(--ui-transition-time) ease-in-out;transform:scale(1);box-shadow:0px 1.5px 3px var(--chrome-shadow)}input[type=radio]:not(.button):hover:enabled+label::before,input[type=radio]:not(.button):focus-visible:enabled+label::before{border:var(--control-hover-foreground) solid var(--ui-border-width);background-color:var(--control-hover-background);color:var(--control-hover-foreground);transform:scale(1.02)}input[type=radio]:not(.button):active:enabled+label::before{border:var(--control-active-foreground) solid var(--ui-border-width);background-color:var(--control-active-background);color:var(--control-active-foreground);transform:scale(0.98);box-shadow:0 0 0 var(--chrome-shadow)}input[type=radio]:not(.button):checked+label::before{content:"●"}input[type=radio]:not(.button):disabled+label::before{border:var(--control-disabled-foreground) solid var(--ui-border-width);background-color:var(--control-disabled-background);color:var(--control-disabled-foreground)}input[type=radio]+label,input[type=checkbox]+label{color:var(--label);display:inline-block}input[type=radio]+label:hover,input[type=checkbox]+label:hover{color:var(--label-hover)}input[type=radio]+label:active,input[type=checkbox]+label:active{color:var(--label-active)}input[type=radio]+label:disabled,input[type=checkbox]+label:disabled{color:var(--label-disabled)}input[type=radio]+label:focus-visible,input[type=checkbox]+label:focus-visible{color:var(--label-hover);outline:solid var(--ui-border-width) var(--control-hover-foreground);outline-offset:var(--ui-border-width);border-radius:var(--ui-border-radius)}@font-face{font-family:Arcane;font-style:normal;src:url("Arcane-Regular.woff2");font-weight:normal}@font-face{font-family:Arcane;font-style:normal;src:url("Arcane-Bold.woff2");font-weight:bold}@font-face{font-family:Arcane;font-style:italic;src:url("Arcane-Italic.woff2");font-weight:normal}@font-face{font-family:Arcane;font-style:italic;src:url("Arcane-BoldItalic.woff2");font-weight:bold}@font-face{font-family:Arcane;font-style:normal;src:url("Arcane-Condensed.woff2");font-weight:normal;font-stretch:condensed}@font-face{font-family:Arcane;font-style:normal;src:url("Arcane-CondensedBold.woff2");font-weight:bold;font-stretch:condensed}@font-face{font-family:Arcane;font-style:italic;src:url("Arcane-CondensedItalic.woff2");font-weight:normal;font-stretch:condensed}@font-face{font-family:Arcane;font-style:italic;src:url("Arcane-CondensedBoldItalic.woff2");font-weight:bold;font-stretch:condensed}@font-face{font-family:Intrepid;font-style:normal;src:url("Intrepid-Regular.woff2");font-weight:normal}@font-face{font-family:Intrepid;font-style:normal;src:url("Intrepid-Bold.woff2");font-weight:bold}@font-face{font-family:Intrepid;font-style:italic;src:url("Intrepid-Italic.woff2");font-weight:normal}@font-face{font-family:Intrepid;font-style:italic;src:url("Intrepid-BoldItalic.woff2");font-weight:bold}@font-face{font-family:Intrepid;font-style:normal;src:url("Intrepid-Condensed.woff2");font-weight:normal;font-stretch:condensed}@font-face{font-family:Intrepid;font-style:normal;src:url("Intrepid-CondensedBold.woff2");font-weight:bold;font-stretch:condensed}@font-face{font-family:Intrepid;font-style:italic;src:url("Intrepid-CondensedItalic.woff2");font-weight:normal;font-stretch:condensed}@font-face{font-family:Intrepid;font-style:italic;src:url("Intrepid-CondensedBoldItalic.woff2");font-weight:bold;font-stretch:condensed}@keyframes menu-hydrate{0%{opacity:0;transform:translateY(-50%) rotateX(90deg)}100%{opacity:1;transform:translateY(0) rotateX(0deg)}}.dropdown-menu{position:fixed;z-index:1000;min-width:10rem;max-width:24rem;padding:var(--vertical-gap) 0}.dropdown-menu.card{animation:menu-hydrate calc(var(--ui-transition-time)*2) ease-out}.menu-item{display:block;width:100%;text-align:left}.dropdown-menu hr{border:none;border-top:1px solid var(--chrome);margin:var(--vertical-gap) 0;width:100%}input[type=range]{-webkit-appearance:none;width:100%;min-width:8rem;height:1rex;background:var(--input-background);border-radius:var(--button-border-radius);outline:none;border:var(--control-background) solid calc(var(--ui-border-width)/2);transition:background-color border-color var(--ui-transition-time) ease-in-out}input[type=range]:hover{background:var(--input-hover-background);border-color:var(--control-hover-background)}input[type=range]:active{background:var(--input-active-background);border-color:var(--control-active-background)}input[type=range]:disabled{background:var(--input-disabled-background);border-color:var(--control-disabled-background)}::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:1rem;height:2rem;background:var(--control-background);border:var(--control-foreground) solid var(--ui-border-width);border-radius:var(--button-border-radius);box-shadow:0px 1.5px 3px var(--chrome-shadow);transition-property:background-color,color,border-color,transform,box-shadow;transition:var(--ui-transition-time) ease-in-out;transform:scale(1)}::-webkit-slider-thumb:hover{background-color:var(--control-hover-background);color:var(--control-hover-foreground);border-color:var(--control-hover-foreground);transform:scale(1.02)}::-webkit-slider-thumb:active{background-color:var(--control-active-background);color:var(--control-active-foreground);border-color:var(--control-active-foreground);transform:scale(0.98);box-shadow:0 0 0 var(--chrome-shadow)}::-webkit-slider-thumb:disabled{background-color:var(--control-disabled-background);color:var(--control-disabled-foreground);border-color:var(--control-disabled-foreground)}::-webkit-scrollbar{width:var(--horizontal-gap);height:var(--vertical-gap);background:rgba(0,0,0,0)}::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{background:var(--control-background);border-radius:var(--panel-border-radius)}::-webkit-scrollbar-thumb:hover{background:var(--control-hover-background)}::-webkit-scrollbar-thumb:active{background:var(--control-active-background)}::-webkit-scrollbar-thumb:disabled{background:var(--control-disabled-background)}select{padding:.25rem .25rem;min-width:8rem;font-size:var(--base-font-size);font-family:inherit;font-stretch:var(--base-font-stretch);border-radius:var(--ui-border-radius);background-color:var(--control-background);color:var(--control-foreground);border:var(--control-foreground) solid var(--ui-border-width);transition-property:background-color,color,border-color,transform,box-shadow;transition:var(--ui-transition-time) ease-in-out;transform:scale(1);box-shadow:0px 1.5px 3px var(--chrome-shadow)}select:hover{background-color:var(--control-hover-background);color:var(--control-hover-foreground);border-color:var(--control-hover-foreground);transform:scale(1.02)}select:active{background-color:var(--control-active-background);color:var(--control-active-foreground);border-color:var(--control-active-foreground);transform:scale(0.98);box-shadow:0 0 0 var(--chrome-shadow)}select:disabled{background-color:var(--control-disabled-background);color:var(--control-disabled-foreground);border-color:var(--control-disabled-foreground)}select:focus-visible:not(:active){background-color:var(--control-hover-background);color:var(--control-hover-foreground);border-color:var(--control-hover-foreground);box-shadow:0px 0px 16px var(--control-hover-foreground);outline:solid var(--ui-border-width) var(--control-hover-foreground);outline-offset:var(--ui-border-width);transform:scale(1.02)}input[type=text],input[type=email],input[type=password],input[type=tel],input[type=number],textarea{font:inherit;color:var(--primary-foreground);border-color:var(--input-border);border-style:solid;border-width:1px 1px 2px 1px;padding:.5em .5em calc(.5em - 1px) .5em;background-color:var(--input-background);border-radius:4px;margin:var(--vertical-gap) 0}input[type=text]:hover:enabled,input[type=email]:hover:enabled,input[type=password]:hover:enabled,input[type=tel]:hover:enabled,input[type=number]:hover:enabled,textarea:hover:enabled{border-color:var(--input-hover-border);border-bottom-width:3px;padding-bottom:calc(.5em - 2px);background-color:var(--input-hover-background)}input[type=text]:focus:enabled,input[type=text]:active:enabled,input[type=email]:focus:enabled,input[type=email]:active:enabled,input[type=password]:focus:enabled,input[type=password]:active:enabled,input[type=tel]:focus:enabled,input[type=tel]:active:enabled,input[type=number]:focus:enabled,input[type=number]:active:enabled,textarea:focus:enabled,textarea:active:enabled{border-color:var(--input-active-border);border-bottom-width:4px;padding-bottom:calc(.5em - 3px);background-color:var(--input-active-background);outline:none}input[type=text]:disabled,input[type=email]:disabled,input[type=password]:disabled,input[type=tel]:disabled,input[type=number]:disabled,textarea:disabled{border-color:var(--control-disabled-foreground);background-color:var(--control-disabled-background);color:var(--control-disabled-foreground)}textarea{resize:none;height:calc(var(--base-font-size)*var(--base-line-height)*4 + 1em + 5px)}textarea::-webkit-resizer{display:none}::placeholder{color:var(--input-border);font-style:italic}input[type=file]{font-family:inherit;font-size:var(--base-font-size)}button.toolbar,button.menu-item,input[type=checkbox].button.toolbar+label,input[type=radio].button.toolbar+label,input[type=file].button.toolbar+label{display:inline-block;min-width:48px;border-radius:0;background:rgba(0,0,0,0);border:none;height:100%;box-shadow:none;transition:none;transform:scale(1);padding:var(--vertical-gap) var(--horizontal-gap);margin:0}button.toolbar:hover,button.menu-item:hover,input[type=checkbox].button.toolbar+label:hover,input[type=radio].button.toolbar+label:hover,input[type=file].button.toolbar+label:hover{background-color:var(--control-hover-background);color:var(--control-hover-foreground);transform:scale(1)}button.toolbar:active,button.menu-item:active,input[type=checkbox].button.toolbar+label:active,input[type=radio].button.toolbar+label:active,input[type=file].button.toolbar+label:active{background-color:var(--control-active-background);color:var(--control-active-foreground);transform:scale(1)}button.toolbar:disabled,button.menu-item:disabled,input[type=checkbox].button.toolbar+label:disabled,input[type=radio].button.toolbar+label:disabled,input[type=file].button.toolbar+label:disabled{background-color:var(--control-disabled-background);color:var(--control-disabled-foreground);transform:scale(1)}button.toolbar.highlight,button.menu-item.highlight,input[type=checkbox].button.toolbar+label.highlight,input[type=radio].button.toolbar+label.highlight,input[type=file].button.toolbar+label.highlight{background-color:var(--control-background);color:var(--control-foreground)}button.toolbar.ok:hover,button.menu-item.ok:hover,input[type=checkbox].button.toolbar+label.ok:hover,input[type=radio].button.toolbar+label.ok:hover,input[type=file].button.toolbar+label.ok:hover{background-color:var(--ok-control-hover-background);color:var(--ok-control-hover-foreground)}button.toolbar.ok:active,button.menu-item.ok:active,input[type=checkbox].button.toolbar+label.ok:active,input[type=radio].button.toolbar+label.ok:active,input[type=file].button.toolbar+label.ok:active{background-color:var(--ok-control-active-background);color:var(--ok-control-active-foreground)}button.toolbar.ok:disabled,button.menu-item.ok:disabled,input[type=checkbox].button.toolbar+label.ok:disabled,input[type=radio].button.toolbar+label.ok:disabled,input[type=file].button.toolbar+label.ok:disabled{background-color:var(--ok-control-disabled-background);color:var(--ok-control-disabled-foreground)}button.toolbar.ok.highlight,button.menu-item.ok.highlight,input[type=checkbox].button.toolbar+label.ok.highlight,input[type=radio].button.toolbar+label.ok.highlight,input[type=file].button.toolbar+label.ok.highlight{background-color:var(--ok-control-background);color:var(--ok-control-foreground)}button.toolbar.danger:hover,button.menu-item.danger:hover,input[type=checkbox].button.toolbar+label.danger:hover,input[type=radio].button.toolbar+label.danger:hover,input[type=file].button.toolbar+label.danger:hover{background-color:var(--danger-control-hover-background);color:var(--danger-control-hover-foreground)}button.toolbar.danger:active,button.menu-item.danger:active,input[type=checkbox].button.toolbar+label.danger:active,input[type=radio].button.toolbar+label.danger:active,input[type=file].button.toolbar+label.danger:active{background-color:var(--danger-control-active-background);color:var(--danger-control-active-foreground)}button.toolbar.danger:disabled,button.menu-item.danger:disabled,input[type=checkbox].button.toolbar+label.danger:disabled,input[type=radio].button.toolbar+label.danger:disabled,input[type=file].button.toolbar+label.danger:disabled{background-color:var(--danger-control-disabled-background);color:var(--danger-control-disabled-foreground)}button.toolbar.danger.highlight,button.menu-item.danger.highlight,input[type=checkbox].button.toolbar+label.danger.highlight,input[type=radio].button.toolbar+label.danger.highlight,input[type=file].button.toolbar+label.danger.highlight{background-color:var(--danger-control-background);color:var(--danger-control-foreground)}button.toolbar.caution:hover,button.menu-item.caution:hover,input[type=checkbox].button.toolbar+label.caution:hover,input[type=radio].button.toolbar+label.caution:hover,input[type=file].button.toolbar+label.caution:hover{background-color:var(--caution-control-hover-background);color:var(--caution-control-hover-foreground)}button.toolbar.caution:active,button.menu-item.caution:active,input[type=checkbox].button.toolbar+label.caution:active,input[type=radio].button.toolbar+label.caution:active,input[type=file].button.toolbar+label.caution:active{background-color:var(--caution-control-active-background);color:var(--caution-control-active-foreground)}button.toolbar.caution:disabled,button.menu-item.caution:disabled,input[type=checkbox].button.toolbar+label.caution:disabled,input[type=radio].button.toolbar+label.caution:disabled,input[type=file].button.toolbar+label.caution:disabled{background-color:var(--caution-control-disabled-background);color:var(--caution-control-disabled-foreground)}button.toolbar.caution.highlight,button.menu-item.caution.highlight,input[type=checkbox].button.toolbar+label.caution.highlight,input[type=radio].button.toolbar+label.caution.highlight,input[type=file].button.toolbar+label.caution.highlight{background-color:var(--caution-control-background);color:var(--caution-control-foreground)}.caption button.toolbar,.caption input[type=checkbox].button.toolbar+label,.caption input[type=radio].button.toolbar+label,.caption input[type=file].button.toolbar+label{color:var(--caption-foreground);min-width:2rem;padding:var(--vertical-gap) var(--horizontal-gap)}.caption button.toolbar:hover:not(.ok,.danger,.caution),.caption input[type=checkbox].button.toolbar+label:hover:not(.ok,.danger,.caution),.caption input[type=radio].button.toolbar+label:hover:not(.ok,.danger,.caution),.caption input[type=file].button.toolbar+label:hover:not(.ok,.danger,.caution){background-color:var(--control-background);color:var(--control-hover-foreground)}input[type=checkbox].button.toolbar,input[type=radio].button.toolbar{appearance:none;display:none;margin:0;padding:0}input[type=checkbox].button.toolbar+label,input[type=radio].button.toolbar+label{padding:var(--vertical-gap) var(--horizontal-gap);margin:0}input[type=checkbox].button.toolbar:checked+label,input[type=radio].button.toolbar:checked+label{background-color:var(--chrome-low);color:var(--control-foreground);transform:scale(1)}.secondary{--chrome: var(--secondary-control-background);--chrome-shadow: mix(var(--secondary-control-background), transparent, 50%);--control-background: var(--secondary-control-background);--control-foreground: var(--secondary-control-foreground);--control-hover-background: var(--secondary-control-hover-background);--control-hover-foreground: var(--secondary-control-hover-foreground);--control-active-background: var(--secondary-control-active-background);--control-active-foreground: var(--secondary-control-active-foreground);--control-disabled-background: var(--secondary-control-disabled-background);--control-disabled-foreground: var(--secondary-control-disabled-foreground)}.ok{--chrome: var(--ok-foreground);--chrome-shadow: var(--ok-shadow);--control-background: var(--ok-control-background);--control-foreground: var(--ok-control-foreground);--control-hover-background: var(--ok-control-hover-background);--control-hover-foreground: var(--ok-control-hover-foreground);--control-active-background: var(--ok-control-active-background);--control-active-foreground: var(--ok-control-active-foreground);--control-disabled-background: var(--ok-control-disabled-background);--control-disabled-foreground: var(--ok-control-disabled-foreground)}.caution{--chrome: var(--caution-foreground);--chrome-shadow: var(--caution-shadow);--control-background: var(--caution-control-background);--control-foreground: var(--caution-control-foreground);--control-hover-background: var(--caution-control-hover-background);--control-hover-foreground: var(--caution-control-hover-foreground);--control-active-background: var(--caution-control-active-background);--control-active-foreground: var(--caution-control-active-foreground);--control-disabled-background: var(--caution-control-disabled-background);--control-disabled-foreground: var(--caution-control-disabled-foreground)}.danger{--chrome: var(--danger-foreground);--chrome-shadow: var(--danger-shadow);--control-background: var(--danger-control-background);--control-foreground: var(--danger-control-foreground);--control-hover-background: var(--danger-control-hover-background);--control-hover-foreground: var(--danger-control-hover-foreground);--control-active-background: var(--danger-control-active-background);--control-active-foreground: var(--danger-control-active-foreground);--control-disabled-background: var(--danger-control-disabled-background);--control-disabled-foreground: var(--danger-control-disabled-foreground)}*{box-sizing:border-box;--titlebar-height: 3rem}:root{--vertical-gap: 0.5rem;--horizontal-gap: 0.5rem;--base-font-stretch: normal;--primary-button-order: 1;--secondary-button-order: 2;--cancel-button-order: 3;font-size:var(--base-font-size);font-stretch:var(--base-font-stretch);transition:background-color .1s,color .1s,border-color .1s,box-shadow .1s}@media(max-width: 640px){:root{--base-font-stretch: condensed;--horizontal-gap: 0.42rem}}::selection{background-color:var(--selection-background)}::selection:not(:focus){background-color:var(--dim-selection-background)}body{color:var(--primary-foreground);line-height:var(--base-line-height);background-color:var(--page-background);width:100vw;height:100vh}body.dark:not(.high-contrast){-webkit-backdrop-filter:grayscale(100%) contrast(80%) brightness(33%);backdrop-filter:grayscale(100%) contrast(80%) brightness(33%)}body.light:not(.high-contrast){-webkit-backdrop-filter:grayscale(100%) contrast(33%) brightness(180%);backdrop-filter:grayscale(100%) contrast(33%) brightness(180%)}div{margin:0;padding:0}dt{font-weight:bold;color:var(--dim-foreground)}dt::after{content:":"}dd{margin:0 0 1rem 0}h1,h2,h3,h4,h5,h6{font-size:var(--base-font-size);font-weight:bold}h2,h3,h4,h5,h6{color:var(--dim-foreground)}h1,h2,h3{margin:var(--base-font-size) 0 var(--base-font-size) 0;text-transform:uppercase}h1{text-align:center}h1:not(.caption){color:var(--chrome-foreground)}p{margin:0 0 1rem 0}hr{border:none;border-top:var(--ui-border-width) solid var(--dim-foreground);margin:2rem auto;padding:0;width:40%}a{color:var(--link);text-decoration:1.5px underline;font-weight:700;border-radius:var(--ui-border-radius)}a:hover{color:var(--link-hover);background-color:var(--card-background-transparent)}a:active{color:var(--link-active);background-color:var(--card-background-transparent)}a:disabled{color:var(--link-disabled)}a:focus-visible{color:var(--hover-link);background-color:var(--card-background-transparent);box-shadow:0px 0px 8px var(--hover-link);outline:solid var(--ui-border-width) var(--hover-link)}.accent-link{color:var(--accent-control-link)}.accent-link:hover{color:var(--accent-hover-link)}.accent-link:active{color:var(--accent-active-link)}.accent-link:disabled{color:var(--accent-disabled-link)}dl{margin:1rem 0}dt{float:left;margin-right:var(--horizontal-gap)}dt::after{content:":"}dd{grid-column:2}blockquote{background:var(--card-background-transparent);border-left:2px solid var(--dim-foreground);border-right:2px solid var(--dim-foreground);border-radius:var(--ui-border-radius);padding:.5rem 1rem;margin:1rem 4rem;font-style:italic}footer{font-style:normal;color:var(--dim-foreground)}pre{background-color:var(--card-background-transparent);color:var(--primary-foreground);border-color:var(--dim-foreground) var(--dim-foreground) var(--dim-foreground) var(--chrome);border-style:solid;border-width:1px 1px 1px 4px;padding:.5rem 1rem;overflow:auto}table{border-collapse:collapse;margin:1rem auto}td{padding:0 calc(var(--horizontal-gap)*.5);min-width:6rem}th{padding:0 calc(var(--horizontal-gap)*.5);min-width:6rem;font-weight:bold;text-transform:uppercase;text-align:left;border-bottom:1px solid var(--dim-foreground)}tr{height:1.5rem}table.banded-rows{border:1px solid var(--dim-foreground);background:var(--content-background);border-collapse:collapse}table.banded-rows tr:nth-child(even){background-color:var(--card-background)}table.banded-rows tr:hover{border-color:var(--dim-foreground);border-width:1px 0;border-style:dashed none;border-spacing:1px;padding:0}table.banded-rows th{background:var(--dim-foreground);color:var(--page-background)}.dim{color:var(--dim-foreground)}.badge{color:var(--primary-foreground);background-color:var(--card-background);padding:2px 4px;border:solid 1px var(--primary-foreground);border-radius:var(--ui-border-radius);text-transform:capitalize;font-weight:normal}.badge .count{font-style:italic;text-transform:none}.badge .count::before{content:"(";font-style:normal}.badge .count::after{content:")";font-style:normal}.color-1{color:var(--intense-color-1-low-foreground);font-weight:bold}.color-2{color:var(--intense-color-2-low-foreground);font-weight:bold}.color-3{color:var(--intense-color-3-low-foreground);font-weight:bold}.color-4{color:var(--intense-color-4-low-foreground);font-weight:bold}.color-5{color:var(--intense-color-5-low-foreground);font-weight:bold}.color-6{color:var(--intense-color-6-low-foreground);font-weight:bold}.color-1-background{background-color:var(--intense-color-1-high-background)}.color-2-background{background-color:var(--intense-color-2-high-background)}.color-3-background{background-color:var(--intense-color-3-high-background)}.color-4-background{background-color:var(--intense-color-4-high-background)}.color-5-background{background-color:var(--intense-color-5-high-background)}.color-6-background{background-color:var(--intense-color-6-high-background)}.red{color:var(--intense-red-low-foreground)}.green{color:var(--intense-green-low-foreground)}.blue{color:var(--intense-blue-low-foreground)}.cyan{color:var(--intense-cyan-low-foreground)}.purple{color:var(--intense-purple-low-foreground)}.yellow{color:var(--intense-yellow-low-foreground)}.red-background{background-color:var(--intense-red-high-background)}.green-background{background-color:var(--intense-green-high-background)}.blue-background{background-color:var(--intense-blue-high-background)}.cyan-background{background-color:var(--intense-cyan-high-background)}.purple-background{background-color:var(--intense-purple-high-background)}.yellow-background{background-color:var(--intense-yellow-high-background)}:root{font-family:Arcane,monospace;-webkit-user-select:none;user-select:none;--muted-cold-bright-high: #F4ECE9FF;--muted-cold-bright-medium: #E6D6D0FF;--muted-cold-bright-low: #D8C1B8FF;--muted-cold-medium-high: #B4978BFF;--muted-cold-medium: #977D73FF;--muted-cold-medium-low: #7A655DFF;--muted-cold-dim-high: #2F2825FF;--muted-cold-dim-medium: #241F1CFF;--muted-cold-dim-low: #1A1513FF;--muted-cold-high-foreground: #F4ECE9FF;--muted-cold-medium-foreground: #E6D6D0FF;--muted-cold-low-foreground: #D8C1B8FF;--muted-cold-high-midground: #B4978BFF;--muted-cold-medium-midground: #977D73FF;--muted-cold-low-midground: #7A655DFF;--muted-cold-high-background: #2F2825FF;--muted-cold-medium-background: #241F1CFF;--muted-cold-low-background: #1A1513FF;--muted-cool-bright-high: #F4ECECFF;--muted-cool-bright-medium: #E7D5D7FF;--muted-cool-bright-low: #D8C0C2FF;--muted-cool-medium-high: #B59598FF;--muted-cool-medium: #997B7FFF;--muted-cool-medium-low: #7B6366FF;--muted-cool-dim-high: #2F2728FF;--muted-cool-dim-medium: #251E1FFF;--muted-cool-dim-low: #1A1515FF;--muted-cool-high-foreground: #F4ECECFF;--muted-cool-medium-foreground: #E7D5D7FF;--muted-cool-low-foreground: #D8C0C2FF;--muted-cool-high-midground: #B59598FF;--muted-cool-medium-midground: #997B7FFF;--muted-cool-low-midground: #7B6366FF;--muted-cool-high-background: #2F2728FF;--muted-cool-medium-background: #251E1FFF;--muted-cool-low-background: #1A1515FF;--muted-coolish-bright-high: #F2ECF0FF;--muted-coolish-bright-medium: #E3D5DFFF;--muted-coolish-bright-low: #D4C0CEFF;--muted-coolish-medium-high: #AF95A7FF;--muted-coolish-medium: #937B8CFF;--muted-coolish-medium-low: #776471FF;--muted-coolish-dim-high: #2E272CFF;--muted-coolish-dim-medium: #241E22FF;--muted-coolish-dim-low: #191518FF;--muted-coolish-high-foreground: #F2ECF0FF;--muted-coolish-medium-foreground: #E3D5DFFF;--muted-coolish-low-foreground: #D4C0CEFF;--muted-coolish-high-midground: #AF95A7FF;--muted-coolish-medium-midground: #937B8CFF;--muted-coolish-low-midground: #776471FF;--muted-coolish-high-background: #2E272CFF;--muted-coolish-medium-background: #241E22FF;--muted-coolish-low-background: #191518FF;--muted-warmish-bright-high: #E6F1EEFF;--muted-warmish-bright-medium: #CAE0DAFF;--muted-warmish-bright-low: #B2CEC6FF;--muted-warmish-medium-high: #88A69DFF;--muted-warmish-medium: #708A83FF;--muted-warmish-medium-low: #5B706AFF;--muted-warmish-dim-high: #242B29FF;--muted-warmish-dim-medium: #1C2220FF;--muted-warmish-dim-low: #131716FF;--muted-warmish-high-foreground: #E6F1EEFF;--muted-warmish-medium-foreground: #CAE0DAFF;--muted-warmish-low-foreground: #B2CEC6FF;--muted-warmish-high-midground: #88A69DFF;--muted-warmish-medium-midground: #708A83FF;--muted-warmish-low-midground: #5B706AFF;--muted-warmish-high-background: #242B29FF;--muted-warmish-medium-background: #1C2220FF;--muted-warmish-low-background: #131716FF;--muted-warm-bright-high: #E6F0F2FF;--muted-warm-bright-medium: #CADFE2FF;--muted-warm-bright-low: #B1CDD2FF;--muted-warm-medium-high: #86A4AAFF;--muted-warm-medium: #6F898EFF;--muted-warm-medium-low: #5A6F73FF;--muted-warm-dim-high: #232B2CFF;--muted-warm-dim-medium: #1B2122FF;--muted-warm-dim-low: #131718FF;--muted-warm-high-foreground: #E6F0F2FF;--muted-warm-medium-foreground: #CADFE2FF;--muted-warm-low-foreground: #B1CDD2FF;--muted-warm-high-midground: #86A4AAFF;--muted-warm-medium-midground: #6F898EFF;--muted-warm-low-midground: #5A6F73FF;--muted-warm-high-background: #232B2CFF;--muted-warm-medium-background: #1B2122FF;--muted-warm-low-background: #131718FF;--muted-hot-bright-high: #E9EFF4FF;--muted-hot-bright-medium: #D0DCE6FF;--muted-hot-bright-low: #B8C9D8FF;--muted-hot-medium-high: #8BA1B4FF;--muted-hot-medium: #738797FF;--muted-hot-medium-low: #5D6D7AFF;--muted-hot-dim-high: #252A2FFF;--muted-hot-dim-medium: #1C2124FF;--muted-hot-dim-low: #13171AFF;--muted-hot-high-foreground: #E9EFF4FF;--muted-hot-medium-foreground: #D0DCE6FF;--muted-hot-low-foreground: #B8C9D8FF;--muted-hot-high-midground: #8BA1B4FF;--muted-hot-medium-midground: #738797FF;--muted-hot-low-midground: #5D6D7AFF;--muted-hot-high-background: #252A2FFF;--muted-hot-medium-background: #1C2124FF;--muted-hot-low-background: #13171AFF;--muted-color-1-bright-high: #F4ECE9FF;--muted-color-1-bright-medium: #E6D6D0FF;--muted-color-1-bright-low: #D8C1B8FF;--muted-color-1-medium-high: #B4978BFF;--muted-color-1-medium: #977D73FF;--muted-color-1-medium-low: #7A655DFF;--muted-color-1-dim-high: #2F2825FF;--muted-color-1-dim-medium: #241F1CFF;--muted-color-1-dim-low: #1A1513FF;--muted-color-1-high-foreground: #F4ECE9FF;--muted-color-1-medium-foreground: #E6D6D0FF;--muted-color-1-low-foreground: #D8C1B8FF;--muted-color-1-high-midground: #B4978BFF;--muted-color-1-medium-midground: #977D73FF;--muted-color-1-low-midground: #7A655DFF;--muted-color-1-high-background: #2F2825FF;--muted-color-1-medium-background: #241F1CFF;--muted-color-1-low-background: #1A1513FF;--muted-color-2-bright-high: #F4ECECFF;--muted-color-2-bright-medium: #E7D5D7FF;--muted-color-2-bright-low: #D8C0C2FF;--muted-color-2-medium-high: #B59598FF;--muted-color-2-medium: #997B7FFF;--muted-color-2-medium-low: #7B6366FF;--muted-color-2-dim-high: #2F2728FF;--muted-color-2-dim-medium: #251E1FFF;--muted-color-2-dim-low: #1A1515FF;--muted-color-2-high-foreground: #F4ECECFF;--muted-color-2-medium-foreground: #E7D5D7FF;--muted-color-2-low-foreground: #D8C0C2FF;--muted-color-2-high-midground: #B59598FF;--muted-color-2-medium-midground: #997B7FFF;--muted-color-2-low-midground: #7B6366FF;--muted-color-2-high-background: #2F2728FF;--muted-color-2-medium-background: #251E1FFF;--muted-color-2-low-background: #1A1515FF;--muted-color-3-bright-high: #F2ECF0FF;--muted-color-3-bright-medium: #E3D5DFFF;--muted-color-3-bright-low: #D4C0CEFF;--muted-color-3-medium-high: #AF95A7FF;--muted-color-3-medium: #937B8CFF;--muted-color-3-medium-low: #776471FF;--muted-color-3-dim-high: #2E272CFF;--muted-color-3-dim-medium: #241E22FF;--muted-color-3-dim-low: #191518FF;--muted-color-3-high-foreground: #F2ECF0FF;--muted-color-3-medium-foreground: #E3D5DFFF;--muted-color-3-low-foreground: #D4C0CEFF;--muted-color-3-high-midground: #AF95A7FF;--muted-color-3-medium-midground: #937B8CFF;--muted-color-3-low-midground: #776471FF;--muted-color-3-high-background: #2E272CFF;--muted-color-3-medium-background: #241E22FF;--muted-color-3-low-background: #191518FF;--muted-color-4-bright-high: #E6F1EEFF;--muted-color-4-bright-medium: #CAE0DAFF;--muted-color-4-bright-low: #B2CEC6FF;--muted-color-4-medium-high: #88A69DFF;--muted-color-4-medium: #708A83FF;--muted-color-4-medium-low: #5B706AFF;--muted-color-4-dim-high: #242B29FF;--muted-color-4-dim-medium: #1C2220FF;--muted-color-4-dim-low: #131716FF;--muted-color-4-high-foreground: #E6F1EEFF;--muted-color-4-medium-foreground: #CAE0DAFF;--muted-color-4-low-foreground: #B2CEC6FF;--muted-color-4-high-midground: #88A69DFF;--muted-color-4-medium-midground: #708A83FF;--muted-color-4-low-midground: #5B706AFF;--muted-color-4-high-background: #242B29FF;--muted-color-4-medium-background: #1C2220FF;--muted-color-4-low-background: #131716FF;--muted-color-5-bright-high: #E6F0F2FF;--muted-color-5-bright-medium: #CADFE2FF;--muted-color-5-bright-low: #B1CDD2FF;--muted-color-5-medium-high: #86A4AAFF;--muted-color-5-medium: #6F898EFF;--muted-color-5-medium-low: #5A6F73FF;--muted-color-5-dim-high: #232B2CFF;--muted-color-5-dim-medium: #1B2122FF;--muted-color-5-dim-low: #131718FF;--muted-color-5-high-foreground: #E6F0F2FF;--muted-color-5-medium-foreground: #CADFE2FF;--muted-color-5-low-foreground: #B1CDD2FF;--muted-color-5-high-midground: #86A4AAFF;--muted-color-5-medium-midground: #6F898EFF;--muted-color-5-low-midground: #5A6F73FF;--muted-color-5-high-background: #232B2CFF;--muted-color-5-medium-background: #1B2122FF;--muted-color-5-low-background: #131718FF;--muted-color-6-bright-high: #E9EFF4FF;--muted-color-6-bright-medium: #D0DCE6FF;--muted-color-6-bright-low: #B8C9D8FF;--muted-color-6-medium-high: #8BA1B4FF;--muted-color-6-medium: #738797FF;--muted-color-6-medium-low: #5D6D7AFF;--muted-color-6-dim-high: #252A2FFF;--muted-color-6-dim-medium: #1C2124FF;--muted-color-6-dim-low: #13171AFF;--muted-color-6-high-foreground: #E9EFF4FF;--muted-color-6-medium-foreground: #D0DCE6FF;--muted-color-6-low-foreground: #B8C9D8FF;--muted-color-6-high-midground: #8BA1B4FF;--muted-color-6-medium-midground: #738797FF;--muted-color-6-low-midground: #5D6D7AFF;--muted-color-6-high-background: #252A2FFF;--muted-color-6-medium-background: #1C2124FF;--muted-color-6-low-background: #13171AFF;--muted-red-bright-high: #F4ECE9FF;--muted-red-bright-medium: #E6D6D0FF;--muted-red-bright-low: #D8C1B8FF;--muted-red-medium-high: #B4978BFF;--muted-red-medium: #977D73FF;--muted-red-medium-low: #7A655DFF;--muted-red-dim-high: #2F2825FF;--muted-red-dim-medium: #241F1CFF;--muted-red-dim-low: #1A1513FF;--muted-red-high-foreground: #F4ECE9FF;--muted-red-medium-foreground: #E6D6D0FF;--muted-red-low-foreground: #D8C1B8FF;--muted-red-high-midground: #B4978BFF;--muted-red-medium-midground: #977D73FF;--muted-red-low-midground: #7A655DFF;--muted-red-high-background: #2F2825FF;--muted-red-medium-background: #241F1CFF;--muted-red-low-background: #1A1513FF;--muted-green-bright-high: #E6F1EEFF;--muted-green-bright-medium: #CAE0DAFF;--muted-green-bright-low: #B2CEC6FF;--muted-green-medium-high: #88A69DFF;--muted-green-medium: #708A83FF;--muted-green-medium-low: #5B706AFF;--muted-green-dim-high: #242B29FF;--muted-green-dim-medium: #1C2220FF;--muted-green-dim-low: #131716FF;--muted-green-high-foreground: #E6F1EEFF;--muted-green-medium-foreground: #CAE0DAFF;--muted-green-low-foreground: #B2CEC6FF;--muted-green-high-midground: #88A69DFF;--muted-green-medium-midground: #708A83FF;--muted-green-low-midground: #5B706AFF;--muted-green-high-background: #242B29FF;--muted-green-medium-background: #1C2220FF;--muted-green-low-background: #131716FF;--muted-blue-bright-high: #E9EFF4FF;--muted-blue-bright-medium: #D0DCE6FF;--muted-blue-bright-low: #B8C9D8FF;--muted-blue-medium-high: #8BA1B4FF;--muted-blue-medium: #738797FF;--muted-blue-medium-low: #5D6D7AFF;--muted-blue-dim-high: #252A2FFF;--muted-blue-dim-medium: #1C2124FF;--muted-blue-dim-low: #13171AFF;--muted-blue-high-foreground: #E9EFF4FF;--muted-blue-medium-foreground: #D0DCE6FF;--muted-blue-low-foreground: #B8C9D8FF;--muted-blue-high-midground: #8BA1B4FF;--muted-blue-medium-midground: #738797FF;--muted-blue-low-midground: #5D6D7AFF;--muted-blue-high-background: #252A2FFF;--muted-blue-medium-background: #1C2124FF;--muted-blue-low-background: #13171AFF;--muted-cyan-bright-high: #E6F0F2FF;--muted-cyan-bright-medium: #CADFE2FF;--muted-cyan-bright-low: #B1CDD2FF;--muted-cyan-medium-high: #86A4AAFF;--muted-cyan-medium: #6F898EFF;--muted-cyan-medium-low: #5A6F73FF;--muted-cyan-dim-high: #232B2CFF;--muted-cyan-dim-medium: #1B2122FF;--muted-cyan-dim-low: #131718FF;--muted-cyan-high-foreground: #E6F0F2FF;--muted-cyan-medium-foreground: #CADFE2FF;--muted-cyan-low-foreground: #B1CDD2FF;--muted-cyan-high-midground: #86A4AAFF;--muted-cyan-medium-midground: #6F898EFF;--muted-cyan-low-midground: #5A6F73FF;--muted-cyan-high-background: #232B2CFF;--muted-cyan-medium-background: #1B2122FF;--muted-cyan-low-background: #131718FF;--muted-purple-bright-high: #F2ECF0FF;--muted-purple-bright-medium: #E3D5DFFF;--muted-purple-bright-low: #D4C0CEFF;--muted-purple-medium-high: #AF95A7FF;--muted-purple-medium: #937B8CFF;--muted-purple-medium-low: #776471FF;--muted-purple-dim-high: #2E272CFF;--muted-purple-dim-medium: #241E22FF;--muted-purple-dim-low: #191518FF;--muted-purple-high-foreground: #F2ECF0FF;--muted-purple-medium-foreground: #E3D5DFFF;--muted-purple-low-foreground: #D4C0CEFF;--muted-purple-high-midground: #AF95A7FF;--muted-purple-medium-midground: #937B8CFF;--muted-purple-low-midground: #776471FF;--muted-purple-high-background: #2E272CFF;--muted-purple-medium-background: #241E22FF;--muted-purple-low-background: #191518FF;--muted-yellow-bright-high: #F4ECECFF;--muted-yellow-bright-medium: #E7D5D7FF;--muted-yellow-bright-low: #D8C0C2FF;--muted-yellow-medium-high: #B59598FF;--muted-yellow-medium: #997B7FFF;--muted-yellow-medium-low: #7B6366FF;--muted-yellow-dim-high: #2F2728FF;--muted-yellow-dim-medium: #251E1FFF;--muted-yellow-dim-low: #1A1515FF;--muted-yellow-high-foreground: #F4ECECFF;--muted-yellow-medium-foreground: #E7D5D7FF;--muted-yellow-low-foreground: #D8C0C2FF;--muted-yellow-high-midground: #B59598FF;--muted-yellow-medium-midground: #997B7FFF;--muted-yellow-low-midground: #7B6366FF;--muted-yellow-high-background: #2F2728FF;--muted-yellow-medium-background: #251E1FFF;--muted-yellow-low-background: #1A1515FF;--base-cold-bright-high: #FBEAE3FF;--base-cold-bright-medium: #F6D1C2FF;--base-cold-bright-low: #F0B8A1FF;--base-cold-medium-high: #DA8561FF;--base-cold-medium: #BC6B49FF;--base-cold-medium-low: #9A5538FF;--base-cold-dim-high: #3F2013FF;--base-cold-dim-medium: #32180DFF;--base-cold-dim-low: #241008FF;--base-cold-high-foreground: #FBEAE3FF;--base-cold-medium-foreground: #F6D1C2FF;--base-cold-low-foreground: #F0B8A1FF;--base-cold-high-midground: #DA8561FF;--base-cold-medium-midground: #BC6B49FF;--base-cold-low-midground: #9A5538FF;--base-cold-high-background: #3F2013FF;--base-cold-medium-background: #32180DFF;--base-cold-low-background: #241008FF;--base-cool-bright-high: #FBE9EBFF;--base-cool-bright-medium: #F7CED3FF;--base-cool-bright-low: #F1B4BCFF;--base-cool-medium-high: #DF7C8CFF;--base-cool-medium: #C65D71FF;--base-cool-medium-low: #A4485AFF;--base-cool-dim-high: #441A22FF;--base-cool-dim-medium: #36131AFF;--base-cool-dim-low: #270C11FF;--base-cool-high-foreground: #FBE9EBFF;--base-cool-medium-foreground: #F7CED3FF;--base-cool-low-foreground: #F1B4BCFF;--base-cool-high-midground: #DF7C8CFF;--base-cool-medium-midground: #C65D71FF;--base-cool-low-midground: #A4485AFF;--base-cool-high-background: #441A22FF;--base-cool-medium-background: #36131AFF;--base-cool-low-background: #270C11FF;--base-coolish-bright-high: #F8E9F4FF;--base-coolish-bright-medium: #F1CEE7FF;--base-coolish-bright-low: #E9B3DAFF;--base-coolish-medium-high: #D37ABEFF;--base-coolish-medium: #BA5DA4FF;--base-coolish-medium-low: #994787FF;--base-coolish-dim-high: #3F1936FF;--base-coolish-dim-medium: #32132BFF;--base-coolish-dim-low: #240C1FFF;--base-coolish-high-foreground: #F8E9F4FF;--base-coolish-medium-foreground: #F1CEE7FF;--base-coolish-low-foreground: #E9B3DAFF;--base-coolish-high-midground: #D37ABEFF;--base-coolish-medium-midground: #BA5DA4FF;--base-coolish-low-midground: #994787FF;--base-coolish-high-background: #3F1936FF;--base-coolish-medium-background: #32132BFF;--base-coolish-low-background: #240C1FFF;--base-warmish-bright-high: #D1F8EDFF;--base-warmish-bright-medium: #9CEDD9FF;--base-warmish-bright-low: #7BDCC5FF;--base-warmish-medium-high: #57B19DFF;--base-warmish-medium: #469483FF;--base-warmish-medium-low: #377869FF;--base-warmish-dim-high: #133029FF;--base-warmish-dim-medium: #0D2520FF;--base-warmish-dim-low: #081A16FF;--base-warmish-high-foreground: #D1F8EDFF;--base-warmish-medium-foreground: #9CEDD9FF;--base-warmish-low-foreground: #7BDCC5FF;--base-warmish-high-midground: #57B19DFF;--base-warmish-medium-midground: #469483FF;--base-warmish-low-midground: #377869FF;--base-warmish-high-background: #133029FF;--base-warmish-medium-background: #0D2520FF;--base-warmish-low-background: #081A16FF;--base-warm-bright-high: #D8F4F9FF;--base-warm-bright-medium: #A9E6F2FF;--base-warm-bright-low: #7FD6E6FF;--base-warm-medium-high: #52ADBCFF;--base-warm-medium: #42919EFF;--base-warm-medium-low: #347580FF;--base-warm-dim-high: #112E33FF;--base-warm-dim-medium: #0C2428FF;--base-warm-dim-low: #07191DFF;--base-warm-high-foreground: #D8F4F9FF;--base-warm-medium-foreground: #A9E6F2FF;--base-warm-low-foreground: #7FD6E6FF;--base-warm-high-midground: #52ADBCFF;--base-warm-medium-midground: #42919EFF;--base-warm-low-midground: #347580FF;--base-warm-high-background: #112E33FF;--base-warm-medium-background: #0C2428FF;--base-warm-low-background: #07191DFF;--base-hot-bright-high: #E3F0FBFF;--base-hot-bright-medium: #C2DEF6FF;--base-hot-bright-low: #A1CDF0FF;--base-hot-medium-high: #62A5D9FF;--base-hot-medium: #498ABCFF;--base-hot-medium-low: #37709AFF;--base-hot-dim-high: #122C3FFF;--base-hot-dim-medium: #0D2232FF;--base-hot-dim-low: #071824FF;--base-hot-high-foreground: #E3F0FBFF;--base-hot-medium-foreground: #C2DEF6FF;--base-hot-low-foreground: #A1CDF0FF;--base-hot-high-midground: #62A5D9FF;--base-hot-medium-midground: #498ABCFF;--base-hot-low-midground: #37709AFF;--base-hot-high-background: #122C3FFF;--base-hot-medium-background: #0D2232FF;--base-hot-low-background: #071824FF;--base-color-1-bright-high: #FBEAE3FF;--base-color-1-bright-medium: #F6D1C2FF;--base-color-1-bright-low: #F0B8A1FF;--base-color-1-medium-high: #DA8561FF;--base-color-1-medium: #BC6B49FF;--base-color-1-medium-low: #9A5538FF;--base-color-1-dim-high: #3F2013FF;--base-color-1-dim-medium: #32180DFF;--base-color-1-dim-low: #241008FF;--base-color-1-high-foreground: #FBEAE3FF;--base-color-1-medium-foreground: #F6D1C2FF;--base-color-1-low-foreground: #F0B8A1FF;--base-color-1-high-midground: #DA8561FF;--base-color-1-medium-midground: #BC6B49FF;--base-color-1-low-midground: #9A5538FF;--base-color-1-high-background: #3F2013FF;--base-color-1-medium-background: #32180DFF;--base-color-1-low-background: #241008FF;--base-color-2-bright-high: #FBE9EBFF;--base-color-2-bright-medium: #F7CED3FF;--base-color-2-bright-low: #F1B4BCFF;--base-color-2-medium-high: #DF7C8CFF;--base-color-2-medium: #C65D71FF;--base-color-2-medium-low: #A4485AFF;--base-color-2-dim-high: #441A22FF;--base-color-2-dim-medium: #36131AFF;--base-color-2-dim-low: #270C11FF;--base-color-2-high-foreground: #FBE9EBFF;--base-color-2-medium-foreground: #F7CED3FF;--base-color-2-low-foreground: #F1B4BCFF;--base-color-2-high-midground: #DF7C8CFF;--base-color-2-medium-midground: #C65D71FF;--base-color-2-low-midground: #A4485AFF;--base-color-2-high-background: #441A22FF;--base-color-2-medium-background: #36131AFF;--base-color-2-low-background: #270C11FF;--base-color-3-bright-high: #F8E9F4FF;--base-color-3-bright-medium: #F1CEE7FF;--base-color-3-bright-low: #E9B3DAFF;--base-color-3-medium-high: #D37ABEFF;--base-color-3-medium: #BA5DA4FF;--base-color-3-medium-low: #994787FF;--base-color-3-dim-high: #3F1936FF;--base-color-3-dim-medium: #32132BFF;--base-color-3-dim-low: #240C1FFF;--base-color-3-high-foreground: #F8E9F4FF;--base-color-3-medium-foreground: #F1CEE7FF;--base-color-3-low-foreground: #E9B3DAFF;--base-color-3-high-midground: #D37ABEFF;--base-color-3-medium-midground: #BA5DA4FF;--base-color-3-low-midground: #994787FF;--base-color-3-high-background: #3F1936FF;--base-color-3-medium-background: #32132BFF;--base-color-3-low-background: #240C1FFF;--base-color-4-bright-high: #D1F8EDFF;--base-color-4-bright-medium: #9CEDD9FF;--base-color-4-bright-low: #7BDCC5FF;--base-color-4-medium-high: #57B19DFF;--base-color-4-medium: #469483FF;--base-color-4-medium-low: #377869FF;--base-color-4-dim-high: #133029FF;--base-color-4-dim-medium: #0D2520FF;--base-color-4-dim-low: #081A16FF;--base-color-4-high-foreground: #D1F8EDFF;--base-color-4-medium-foreground: #9CEDD9FF;--base-color-4-low-foreground: #7BDCC5FF;--base-color-4-high-midground: #57B19DFF;--base-color-4-medium-midground: #469483FF;--base-color-4-low-midground: #377869FF;--base-color-4-high-background: #133029FF;--base-color-4-medium-background: #0D2520FF;--base-color-4-low-background: #081A16FF;--base-color-5-bright-high: #D8F4F9FF;--base-color-5-bright-medium: #A9E6F2FF;--base-color-5-bright-low: #7FD6E6FF;--base-color-5-medium-high: #52ADBCFF;--base-color-5-medium: #42919EFF;--base-color-5-medium-low: #347580FF;--base-color-5-dim-high: #112E33FF;--base-color-5-dim-medium: #0C2428FF;--base-color-5-dim-low: #07191DFF;--base-color-5-high-foreground: #D8F4F9FF;--base-color-5-medium-foreground: #A9E6F2FF;--base-color-5-low-foreground: #7FD6E6FF;--base-color-5-high-midground: #52ADBCFF;--base-color-5-medium-midground: #42919EFF;--base-color-5-low-midground: #347580FF;--base-color-5-high-background: #112E33FF;--base-color-5-medium-background: #0C2428FF;--base-color-5-low-background: #07191DFF;--base-color-6-bright-high: #E3F0FBFF;--base-color-6-bright-medium: #C2DEF6FF;--base-color-6-bright-low: #A1CDF0FF;--base-color-6-medium-high: #62A5D9FF;--base-color-6-medium: #498ABCFF;--base-color-6-medium-low: #37709AFF;--base-color-6-dim-high: #122C3FFF;--base-color-6-dim-medium: #0D2232FF;--base-color-6-dim-low: #071824FF;--base-color-6-high-foreground: #E3F0FBFF;--base-color-6-medium-foreground: #C2DEF6FF;--base-color-6-low-foreground: #A1CDF0FF;--base-color-6-high-midground: #62A5D9FF;--base-color-6-medium-midground: #498ABCFF;--base-color-6-low-midground: #37709AFF;--base-color-6-high-background: #122C3FFF;--base-color-6-medium-background: #0D2232FF;--base-color-6-low-background: #071824FF;--base-red-bright-high: #FBEAE3FF;--base-red-bright-medium: #F6D1C2FF;--base-red-bright-low: #F0B8A1FF;--base-red-medium-high: #DA8561FF;--base-red-medium: #BC6B49FF;--base-red-medium-low: #9A5538FF;--base-red-dim-high: #3F2013FF;--base-red-dim-medium: #32180DFF;--base-red-dim-low: #241008FF;--base-red-high-foreground: #FBEAE3FF;--base-red-medium-foreground: #F6D1C2FF;--base-red-low-foreground: #F0B8A1FF;--base-red-high-midground: #DA8561FF;--base-red-medium-midground: #BC6B49FF;--base-red-low-midground: #9A5538FF;--base-red-high-background: #3F2013FF;--base-red-medium-background: #32180DFF;--base-red-low-background: #241008FF;--base-green-bright-high: #D1F8EDFF;--base-green-bright-medium: #9CEDD9FF;--base-green-bright-low: #7BDCC5FF;--base-green-medium-high: #57B19DFF;--base-green-medium: #469483FF;--base-green-medium-low: #377869FF;--base-green-dim-high: #133029FF;--base-green-dim-medium: #0D2520FF;--base-green-dim-low: #081A16FF;--base-green-high-foreground: #D1F8EDFF;--base-green-medium-foreground: #9CEDD9FF;--base-green-low-foreground: #7BDCC5FF;--base-green-high-midground: #57B19DFF;--base-green-medium-midground: #469483FF;--base-green-low-midground: #377869FF;--base-green-high-background: #133029FF;--base-green-medium-background: #0D2520FF;--base-green-low-background: #081A16FF;--base-blue-bright-high: #E3F0FBFF;--base-blue-bright-medium: #C2DEF6FF;--base-blue-bright-low: #A1CDF0FF;--base-blue-medium-high: #62A5D9FF;--base-blue-medium: #498ABCFF;--base-blue-medium-low: #37709AFF;--base-blue-dim-high: #122C3FFF;--base-blue-dim-medium: #0D2232FF;--base-blue-dim-low: #071824FF;--base-blue-high-foreground: #E3F0FBFF;--base-blue-medium-foreground: #C2DEF6FF;--base-blue-low-foreground: #A1CDF0FF;--base-blue-high-midground: #62A5D9FF;--base-blue-medium-midground: #498ABCFF;--base-blue-low-midground: #37709AFF;--base-blue-high-background: #122C3FFF;--base-blue-medium-background: #0D2232FF;--base-blue-low-background: #071824FF;--base-cyan-bright-high: #D8F4F9FF;--base-cyan-bright-medium: #A9E6F2FF;--base-cyan-bright-low: #7FD6E6FF;--base-cyan-medium-high: #52ADBCFF;--base-cyan-medium: #42919EFF;--base-cyan-medium-low: #347580FF;--base-cyan-dim-high: #112E33FF;--base-cyan-dim-medium: #0C2428FF;--base-cyan-dim-low: #07191DFF;--base-cyan-high-foreground: #D8F4F9FF;--base-cyan-medium-foreground: #A9E6F2FF;--base-cyan-low-foreground: #7FD6E6FF;--base-cyan-high-midground: #52ADBCFF;--base-cyan-medium-midground: #42919EFF;--base-cyan-low-midground: #347580FF;--base-cyan-high-background: #112E33FF;--base-cyan-medium-background: #0C2428FF;--base-cyan-low-background: #07191DFF;--base-purple-bright-high: #F8E9F4FF;--base-purple-bright-medium: #F1CEE7FF;--base-purple-bright-low: #E9B3DAFF;--base-purple-medium-high: #D37ABEFF;--base-purple-medium: #BA5DA4FF;--base-purple-medium-low: #994787FF;--base-purple-dim-high: #3F1936FF;--base-purple-dim-medium: #32132BFF;--base-purple-dim-low: #240C1FFF;--base-purple-high-foreground: #F8E9F4FF;--base-purple-medium-foreground: #F1CEE7FF;--base-purple-low-foreground: #E9B3DAFF;--base-purple-high-midground: #D37ABEFF;--base-purple-medium-midground: #BA5DA4FF;--base-purple-low-midground: #994787FF;--base-purple-high-background: #3F1936FF;--base-purple-medium-background: #32132BFF;--base-purple-low-background: #240C1FFF;--base-yellow-bright-high: #FBE9EBFF;--base-yellow-bright-medium: #F7CED3FF;--base-yellow-bright-low: #F1B4BCFF;--base-yellow-medium-high: #DF7C8CFF;--base-yellow-medium: #C65D71FF;--base-yellow-medium-low: #A4485AFF;--base-yellow-dim-high: #441A22FF;--base-yellow-dim-medium: #36131AFF;--base-yellow-dim-low: #270C11FF;--base-yellow-high-foreground: #FBE9EBFF;--base-yellow-medium-foreground: #F7CED3FF;--base-yellow-low-foreground: #F1B4BCFF;--base-yellow-high-midground: #DF7C8CFF;--base-yellow-medium-midground: #C65D71FF;--base-yellow-low-midground: #A4485AFF;--base-yellow-high-background: #441A22FF;--base-yellow-medium-background: #36131AFF;--base-yellow-low-background: #270C11FF;--intense-cold-bright-high: #FEE9E0FF;--intense-cold-bright-medium: #FDCEBBFF;--intense-cold-bright-low: #FCB394FF;--intense-cold-medium-high: #F0763EFF;--intense-cold-medium: #CF5D25FF;--intense-cold-medium-low: #A9491AFF;--intense-cold-dim-high: #461B07FF;--intense-cold-dim-medium: #381404FF;--intense-cold-dim-low: #290D02FF;--intense-cold-high-foreground: #FEE9E0FF;--intense-cold-medium-foreground: #FDCEBBFF;--intense-cold-low-foreground: #FCB394FF;--intense-cold-high-midground: #F0763EFF;--intense-cold-medium-midground: #CF5D25FF;--intense-cold-low-midground: #A9491AFF;--intense-cold-high-background: #461B07FF;--intense-cold-medium-background: #381404FF;--intense-cold-low-background: #290D02FF;--intense-cool-bright-high: #FEE7EAFF;--intense-cool-bright-medium: #FECBD1FF;--intense-cool-bright-low: #FDADB9FF;--intense-cool-medium-high: #F76685FF;--intense-cool-medium: #E23967FF;--intense-cool-medium-low: #BB2752FF;--intense-cool-dim-high: #4E0B1EFF;--intense-cool-dim-medium: #3E0817FF;--intense-cool-dim-low: #2E040FFF;--intense-cool-high-foreground: #FEE7EAFF;--intense-cool-medium-foreground: #FECBD1FF;--intense-cool-low-foreground: #FDADB9FF;--intense-cool-high-midground: #F76685FF;--intense-cool-medium-midground: #E23967FF;--intense-cool-low-midground: #BB2752FF;--intense-cool-high-background: #4E0B1EFF;--intense-cool-medium-background: #3E0817FF;--intense-cool-low-background: #2E040FFF;--intense-coolish-bright-high: #FCE7F6FF;--intense-coolish-bright-medium: #F9C9EBFF;--intense-coolish-bright-low: #F6AAE2FF;--intense-coolish-medium-high: #EC5DCEFF;--intense-coolish-medium: #D334B6FF;--intense-coolish-medium-low: #AF1F96FF;--intense-coolish-dim-high: #49083DFF;--intense-coolish-dim-medium: #3A0530FF;--intense-coolish-dim-low: #2B0323FF;--intense-coolish-high-foreground: #FCE7F6FF;--intense-coolish-medium-foreground: #F9C9EBFF;--intense-coolish-low-foreground: #F6AAE2FF;--intense-coolish-high-midground: #EC5DCEFF;--intense-coolish-medium-midground: #D334B6FF;--intense-coolish-low-midground: #AF1F96FF;--intense-coolish-high-background: #49083DFF;--intense-coolish-medium-background: #3A0530FF;--intense-coolish-low-background: #2B0323FF;--intense-warmish-bright-high: #BDFEEDFF;--intense-warmish-bright-medium: #53F9D8FF;--intense-warmish-bright-low: #36E5C4FF;--intense-warmish-medium-high: #2DB69CFF;--intense-warmish-medium: #279882FF;--intense-warmish-medium-low: #207B69FF;--intense-warmish-dim-high: #093129FF;--intense-warmish-dim-medium: #062620FF;--intense-warmish-dim-low: #031B16FF;--intense-warmish-high-foreground: #BDFEEDFF;--intense-warmish-medium-foreground: #53F9D8FF;--intense-warmish-low-foreground: #36E5C4FF;--intense-warmish-high-midground: #2DB69CFF;--intense-warmish-medium-midground: #279882FF;--intense-warmish-low-midground: #207B69FF;--intense-warmish-high-background: #093129FF;--intense-warmish-medium-background: #062620FF;--intense-warmish-low-background: #031B16FF;--intense-warm-bright-high: #CEF7FEFF;--intense-warm-bright-medium: #8DEBFCFF;--intense-warm-bright-low: #4BDCF3FF;--intense-warm-medium-high: #26B1C5FF;--intense-warm-medium: #2094A5FF;--intense-warm-medium-low: #1A7785FF;--intense-warm-dim-high: #072F36FF;--intense-warm-dim-medium: #04252AFF;--intense-warm-dim-low: #021A1EFF;--intense-warm-high-foreground: #CEF7FEFF;--intense-warm-medium-foreground: #8DEBFCFF;--intense-warm-low-foreground: #4BDCF3FF;--intense-warm-high-midground: #26B1C5FF;--intense-warm-medium-midground: #2094A5FF;--intense-warm-low-midground: #1A7785FF;--intense-warm-high-background: #072F36FF;--intense-warm-medium-background: #04252AFF;--intense-warm-low-background: #021A1EFF;--intense-hot-bright-high: #E0F0FEFF;--intense-hot-bright-medium: #BBDFFEFF;--intense-hot-bright-low: #94CEFCFF;--intense-hot-medium-high: #40A6EEFF;--intense-hot-medium: #258BCEFF;--intense-hot-medium-low: #1970A9FF;--intense-hot-dim-high: #062C46FF;--intense-hot-dim-medium: #042237FF;--intense-hot-dim-low: #021829FF;--intense-hot-high-foreground: #E0F0FEFF;--intense-hot-medium-foreground: #BBDFFEFF;--intense-hot-low-foreground: #94CEFCFF;--intense-hot-high-midground: #40A6EEFF;--intense-hot-medium-midground: #258BCEFF;--intense-hot-low-midground: #1970A9FF;--intense-hot-high-background: #062C46FF;--intense-hot-medium-background: #042237FF;--intense-hot-low-background: #021829FF;--intense-color-1-bright-high: #FEE9E0FF;--intense-color-1-bright-medium: #FDCEBBFF;--intense-color-1-bright-low: #FCB394FF;--intense-color-1-medium-high: #F0763EFF;--intense-color-1-medium: #CF5D25FF;--intense-color-1-medium-low: #A9491AFF;--intense-color-1-dim-high: #461B07FF;--intense-color-1-dim-medium: #381404FF;--intense-color-1-dim-low: #290D02FF;--intense-color-1-high-foreground: #FEE9E0FF;--intense-color-1-medium-foreground: #FDCEBBFF;--intense-color-1-low-foreground: #FCB394FF;--intense-color-1-high-midground: #F0763EFF;--intense-color-1-medium-midground: #CF5D25FF;--intense-color-1-low-midground: #A9491AFF;--intense-color-1-high-background: #461B07FF;--intense-color-1-medium-background: #381404FF;--intense-color-1-low-background: #290D02FF;--intense-color-2-bright-high: #FEE7EAFF;--intense-color-2-bright-medium: #FECBD1FF;--intense-color-2-bright-low: #FDADB9FF;--intense-color-2-medium-high: #F76685FF;--intense-color-2-medium: #E23967FF;--intense-color-2-medium-low: #BB2752FF;--intense-color-2-dim-high: #4E0B1EFF;--intense-color-2-dim-medium: #3E0817FF;--intense-color-2-dim-low: #2E040FFF;--intense-color-2-high-foreground: #FEE7EAFF;--intense-color-2-medium-foreground: #FECBD1FF;--intense-color-2-low-foreground: #FDADB9FF;--intense-color-2-high-midground: #F76685FF;--intense-color-2-medium-midground: #E23967FF;--intense-color-2-low-midground: #BB2752FF;--intense-color-2-high-background: #4E0B1EFF;--intense-color-2-medium-background: #3E0817FF;--intense-color-2-low-background: #2E040FFF;--intense-color-3-bright-high: #FCE7F6FF;--intense-color-3-bright-medium: #F9C9EBFF;--intense-color-3-bright-low: #F6AAE2FF;--intense-color-3-medium-high: #EC5DCEFF;--intense-color-3-medium: #D334B6FF;--intense-color-3-medium-low: #AF1F96FF;--intense-color-3-dim-high: #49083DFF;--intense-color-3-dim-medium: #3A0530FF;--intense-color-3-dim-low: #2B0323FF;--intense-color-3-high-foreground: #FCE7F6FF;--intense-color-3-medium-foreground: #F9C9EBFF;--intense-color-3-low-foreground: #F6AAE2FF;--intense-color-3-high-midground: #EC5DCEFF;--intense-color-3-medium-midground: #D334B6FF;--intense-color-3-low-midground: #AF1F96FF;--intense-color-3-high-background: #49083DFF;--intense-color-3-medium-background: #3A0530FF;--intense-color-3-low-background: #2B0323FF;--intense-color-4-bright-high: #BDFEEDFF;--intense-color-4-bright-medium: #53F9D8FF;--intense-color-4-bright-low: #36E5C4FF;--intense-color-4-medium-high: #2DB69CFF;--intense-color-4-medium: #279882FF;--intense-color-4-medium-low: #207B69FF;--intense-color-4-dim-high: #093129FF;--intense-color-4-dim-medium: #062620FF;--intense-color-4-dim-low: #031B16FF;--intense-color-4-high-foreground: #BDFEEDFF;--intense-color-4-medium-foreground: #53F9D8FF;--intense-color-4-low-foreground: #36E5C4FF;--intense-color-4-high-midground: #2DB69CFF;--intense-color-4-medium-midground: #279882FF;--intense-color-4-low-midground: #207B69FF;--intense-color-4-high-background: #093129FF;--intense-color-4-medium-background: #062620FF;--intense-color-4-low-background: #031B16FF;--intense-color-5-bright-high: #CEF7FEFF;--intense-color-5-bright-medium: #8DEBFCFF;--intense-color-5-bright-low: #4BDCF3FF;--intense-color-5-medium-high: #26B1C5FF;--intense-color-5-medium: #2094A5FF;--intense-color-5-medium-low: #1A7785FF;--intense-color-5-dim-high: #072F36FF;--intense-color-5-dim-medium: #04252AFF;--intense-color-5-dim-low: #021A1EFF;--intense-color-5-high-foreground: #CEF7FEFF;--intense-color-5-medium-foreground: #8DEBFCFF;--intense-color-5-low-foreground: #4BDCF3FF;--intense-color-5-high-midground: #26B1C5FF;--intense-color-5-medium-midground: #2094A5FF;--intense-color-5-low-midground: #1A7785FF;--intense-color-5-high-background: #072F36FF;--intense-color-5-medium-background: #04252AFF;--intense-color-5-low-background: #021A1EFF;--intense-color-6-bright-high: #E0F0FEFF;--intense-color-6-bright-medium: #BBDFFEFF;--intense-color-6-bright-low: #94CEFCFF;--intense-color-6-medium-high: #40A6EEFF;--intense-color-6-medium: #258BCEFF;--intense-color-6-medium-low: #1970A9FF;--intense-color-6-dim-high: #062C46FF;--intense-color-6-dim-medium: #042237FF;--intense-color-6-dim-low: #021829FF;--intense-color-6-high-foreground: #E0F0FEFF;--intense-color-6-medium-foreground: #BBDFFEFF;--intense-color-6-low-foreground: #94CEFCFF;--intense-color-6-high-midground: #40A6EEFF;--intense-color-6-medium-midground: #258BCEFF;--intense-color-6-low-midground: #1970A9FF;--intense-color-6-high-background: #062C46FF;--intense-color-6-medium-background: #042237FF;--intense-color-6-low-background: #021829FF;--intense-red-bright-high: #FEE9E0FF;--intense-red-bright-medium: #FDCEBBFF;--intense-red-bright-low: #FCB394FF;--intense-red-medium-high: #F0763EFF;--intense-red-medium: #CF5D25FF;--intense-red-medium-low: #A9491AFF;--intense-red-dim-high: #461B07FF;--intense-red-dim-medium: #381404FF;--intense-red-dim-low: #290D02FF;--intense-red-high-foreground: #FEE9E0FF;--intense-red-medium-foreground: #FDCEBBFF;--intense-red-low-foreground: #FCB394FF;--intense-red-high-midground: #F0763EFF;--intense-red-medium-midground: #CF5D25FF;--intense-red-low-midground: #A9491AFF;--intense-red-high-background: #461B07FF;--intense-red-medium-background: #381404FF;--intense-red-low-background: #290D02FF;--intense-green-bright-high: #BDFEEDFF;--intense-green-bright-medium: #53F9D8FF;--intense-green-bright-low: #36E5C4FF;--intense-green-medium-high: #2DB69CFF;--intense-green-medium: #279882FF;--intense-green-medium-low: #207B69FF;--intense-green-dim-high: #093129FF;--intense-green-dim-medium: #062620FF;--intense-green-dim-low: #031B16FF;--intense-green-high-foreground: #BDFEEDFF;--intense-green-medium-foreground: #53F9D8FF;--intense-green-low-foreground: #36E5C4FF;--intense-green-high-midground: #2DB69CFF;--intense-green-medium-midground: #279882FF;--intense-green-low-midground: #207B69FF;--intense-green-high-background: #093129FF;--intense-green-medium-background: #062620FF;--intense-green-low-background: #031B16FF;--intense-blue-bright-high: #E0F0FEFF;--intense-blue-bright-medium: #BBDFFEFF;--intense-blue-bright-low: #94CEFCFF;--intense-blue-medium-high: #40A6EEFF;--intense-blue-medium: #258BCEFF;--intense-blue-medium-low: #1970A9FF;--intense-blue-dim-high: #062C46FF;--intense-blue-dim-medium: #042237FF;--intense-blue-dim-low: #021829FF;--intense-blue-high-foreground: #E0F0FEFF;--intense-blue-medium-foreground: #BBDFFEFF;--intense-blue-low-foreground: #94CEFCFF;--intense-blue-high-midground: #40A6EEFF;--intense-blue-medium-midground: #258BCEFF;--intense-blue-low-midground: #1970A9FF;--intense-blue-high-background: #062C46FF;--intense-blue-medium-background: #042237FF;--intense-blue-low-background: #021829FF;--intense-cyan-bright-high: #CEF7FEFF;--intense-cyan-bright-medium: #8DEBFCFF;--intense-cyan-bright-low: #4BDCF3FF;--intense-cyan-medium-high: #26B1C5FF;--intense-cyan-medium: #2094A5FF;--intense-cyan-medium-low: #1A7785FF;--intense-cyan-dim-high: #072F36FF;--intense-cyan-dim-medium: #04252AFF;--intense-cyan-dim-low: #021A1EFF;--intense-cyan-high-foreground: #CEF7FEFF;--intense-cyan-medium-foreground: #8DEBFCFF;--intense-cyan-low-foreground: #4BDCF3FF;--intense-cyan-high-midground: #26B1C5FF;--intense-cyan-medium-midground: #2094A5FF;--intense-cyan-low-midground: #1A7785FF;--intense-cyan-high-background: #072F36FF;--intense-cyan-medium-background: #04252AFF;--intense-cyan-low-background: #021A1EFF;--intense-purple-bright-high: #FCE7F6FF;--intense-purple-bright-medium: #F9C9EBFF;--intense-purple-bright-low: #F6AAE2FF;--intense-purple-medium-high: #EC5DCEFF;--intense-purple-medium: #D334B6FF;--intense-purple-medium-low: #AF1F96FF;--intense-purple-dim-high: #49083DFF;--intense-purple-dim-medium: #3A0530FF;--intense-purple-dim-low: #2B0323FF;--intense-purple-high-foreground: #FCE7F6FF;--intense-purple-medium-foreground: #F9C9EBFF;--intense-purple-low-foreground: #F6AAE2FF;--intense-purple-high-midground: #EC5DCEFF;--intense-purple-medium-midground: #D334B6FF;--intense-purple-low-midground: #AF1F96FF;--intense-purple-high-background: #49083DFF;--intense-purple-medium-background: #3A0530FF;--intense-purple-low-background: #2B0323FF;--intense-yellow-bright-high: #FEE7EAFF;--intense-yellow-bright-medium: #FECBD1FF;--intense-yellow-bright-low: #FDADB9FF;--intense-yellow-medium-high: #F76685FF;--intense-yellow-medium: #E23967FF;--intense-yellow-medium-low: #BB2752FF;--intense-yellow-dim-high: #4E0B1EFF;--intense-yellow-dim-medium: #3E0817FF;--intense-yellow-dim-low: #2E040FFF;--intense-yellow-high-foreground: #FEE7EAFF;--intense-yellow-medium-foreground: #FECBD1FF;--intense-yellow-low-foreground: #FDADB9FF;--intense-yellow-high-midground: #F76685FF;--intense-yellow-medium-midground: #E23967FF;--intense-yellow-low-midground: #BB2752FF;--intense-yellow-high-background: #4E0B1EFF;--intense-yellow-medium-background: #3E0817FF;--intense-yellow-low-background: #2E040FFF;--dark-red: #461B07FF;--bright-red: #FCB394FF;--dark-green: #093129FF;--bright-green: #36E5C4FF;--dark-blue: #062C46FF;--bright-blue: #94CEFCFF;--dark-cyan: #072F36FF;--bright-cyan: #4BDCF3FF;--dark-purple: #49083DFF;--bright-purple: #F6AAE2FF;--dark-yellow: #4E0B1EFF;--bright-yellow: #FDADB9FF;--dark-white: #B8C9D8FF;--bright-white: #E9EFF4FF;--dark-black: #1A1513FF;--bright-black: #2F2825FF;--primary-foreground: #D0DCE6FF;--intense-foreground: #E0F0FEFF;--dim-foreground: #738797FF;--content-background: #241F1CFF;--card-background: #2F2825FF;--page-background: #1A1513FF;--selection-background: #994787FF;--dim-selection-background: #3F1936FF;--content-background-transparent: #241F1CAA;--card-background-transparent: #2F2825AA;--chrome-foreground: #F0B8A1FF;--chrome-high: #F0B8A1FF;--chrome: #DA8561FF;--chrome-low: #BC6B49FF;--chrome-background: #3F2013FF;--caption-foreground: #1A1513FF;--chrome-shadow: #3F201380;--dim-shadow: #252A2F80;--intense-shadow: #062C4680;--link: #CF5D25FF;--link-hover: #F0763EFF;--link-active: #A9491AFF;--link-disabled: #9A5538FF;--label: #D0DCE6FF;--label-hover: #E9EFF4FF;--label-active: #B8C9D8FF;--label-disabled: #738797FF;--control-foreground: #F4ECE9FF;--control-background: #BC6B49FF;--control-hover-foreground: #F4ECE9FF;--control-hover-background: #DA8561FF;--control-active-foreground: #D8C1B8FF;--control-active-background: #9A5538FF;--control-disabled-foreground: #977D73FF;--control-disabled-background: #2F2825FF;--secondary-control-foreground: #F2ECF0FF;--secondary-control-background: #BA5DA4FF;--secondary-control-hover-foreground: #F2ECF0FF;--secondary-control-hover-background: #D37ABEFF;--secondary-control-active-foreground: #D4C0CEFF;--secondary-control-active-background: #994787FF;--secondary-control-disabled-foreground: #937B8CFF;--secondary-control-disabled-background: #2E272CFF;--ok-control-foreground: #D1F8EDFF;--ok-control-background: #279882FF;--ok-control-hover-foreground: #D1F8EDFF;--ok-control-hover-background: #2DB69CFF;--ok-control-active-foreground: #7BDCC5FF;--ok-control-active-background: #377869FF;--ok-control-disabled-foreground: #708A83FF;--ok-control-disabled-background: #242B29FF;--caution-control-foreground: #FBE9EBFF;--caution-control-background: #E23967FF;--caution-control-hover-foreground: #FBE9EBFF;--caution-control-hover-background: #F76685FF;--caution-control-active-foreground: #F1B4BCFF;--caution-control-active-background: #A4485AFF;--caution-control-disabled-foreground: #997B7FFF;--caution-control-disabled-background: #2F2728FF;--danger-control-foreground: #FBEAE3FF;--danger-control-background: #CF5D25FF;--danger-control-hover-foreground: #FBEAE3FF;--danger-control-hover-background: #F0763EFF;--danger-control-active-foreground: #F0B8A1FF;--danger-control-active-background: #9A5538FF;--danger-control-disabled-foreground: #977D73FF;--danger-control-disabled-background: #2F2825FF;--ok-foreground: #2DB69CFF;--ok-background: #133029FF;--ok-background-transparent: #133029AA;--ok-shadow: #13302980;--caution-foreground: #F76685FF;--caution-background: #441A22FF;--caution-background-transparent: #441A22AA;--caution-shadow: #441A2280;--danger-foreground: #F0763EFF;--danger-background: #3F2013FF;--danger-background-transparent: #3F2013AA;--danger-shadow: #3F201380;--input-background: #32180D55;--input-border: #BC6B49FF;--input-hover-background: #3F201380;--input-hover-border: #DA8561FF;--input-active-background: #24100855;--input-active-border: #A9491AFF;overflow:clip}body{padding:var(--vertical-gap) var(--horizontal-gap);margin:0;width:100%;background-image:url("background-dark.jpg");background-size:cover;background-attachment:fixed}@media(prefers-color-scheme: light)and (prefers-contrast: no-preference)and (forced-colors: none){:root{--muted-cold-bright-high: #F4ECE9FF;--muted-cold-bright-medium: #E6D6D0FF;--muted-cold-bright-low: #D8C1B8FF;--muted-cold-medium-high: #B4978BFF;--muted-cold-medium: #977D73FF;--muted-cold-medium-low: #7A655DFF;--muted-cold-dim-high: #2F2825FF;--muted-cold-dim-medium: #241F1CFF;--muted-cold-dim-low: #1A1513FF;--muted-cold-high-foreground: #1A1513FF;--muted-cold-medium-foreground: #241F1CFF;--muted-cold-low-foreground: #2F2825FF;--muted-cold-high-midground: #7A655DFF;--muted-cold-medium-midground: #977D73FF;--muted-cold-low-midground: #B4978BFF;--muted-cold-high-background: #D8C1B8FF;--muted-cold-medium-background: #E6D6D0FF;--muted-cold-low-background: #F4ECE9FF;--muted-cool-bright-high: #F4ECECFF;--muted-cool-bright-medium: #E7D5D7FF;--muted-cool-bright-low: #D8C0C2FF;--muted-cool-medium-high: #B59598FF;--muted-cool-medium: #997B7FFF;--muted-cool-medium-low: #7B6366FF;--muted-cool-dim-high: #2F2728FF;--muted-cool-dim-medium: #251E1FFF;--muted-cool-dim-low: #1A1515FF;--muted-cool-high-foreground: #1A1515FF;--muted-cool-medium-foreground: #251E1FFF;--muted-cool-low-foreground: #2F2728FF;--muted-cool-high-midground: #7B6366FF;--muted-cool-medium-midground: #997B7FFF;--muted-cool-low-midground: #B59598FF;--muted-cool-high-background: #D8C0C2FF;--muted-cool-medium-background: #E7D5D7FF;--muted-cool-low-background: #F4ECECFF;--muted-coolish-bright-high: #F2ECF0FF;--muted-coolish-bright-medium: #E3D5DFFF;--muted-coolish-bright-low: #D4C0CEFF;--muted-coolish-medium-high: #AF95A7FF;--muted-coolish-medium: #937B8CFF;--muted-coolish-medium-low: #776471FF;--muted-coolish-dim-high: #2E272CFF;--muted-coolish-dim-medium: #241E22FF;--muted-coolish-dim-low: #191518FF;--muted-coolish-high-foreground: #191518FF;--muted-coolish-medium-foreground: #241E22FF;--muted-coolish-low-foreground: #2E272CFF;--muted-coolish-high-midground: #776471FF;--muted-coolish-medium-midground: #937B8CFF;--muted-coolish-low-midground: #AF95A7FF;--muted-coolish-high-background: #D4C0CEFF;--muted-coolish-medium-background: #E3D5DFFF;--muted-coolish-low-background: #F2ECF0FF;--muted-warmish-bright-high: #E6F1EEFF;--muted-warmish-bright-medium: #CAE0DAFF;--muted-warmish-bright-low: #B2CEC6FF;--muted-warmish-medium-high: #88A69DFF;--muted-warmish-medium: #708A83FF;--muted-warmish-medium-low: #5B706AFF;--muted-warmish-dim-high: #242B29FF;--muted-warmish-dim-medium: #1C2220FF;--muted-warmish-dim-low: #131716FF;--muted-warmish-high-foreground: #131716FF;--muted-warmish-medium-foreground: #1C2220FF;--muted-warmish-low-foreground: #242B29FF;--muted-warmish-high-midground: #5B706AFF;--muted-warmish-medium-midground: #708A83FF;--muted-warmish-low-midground: #88A69DFF;--muted-warmish-high-background: #B2CEC6FF;--muted-warmish-medium-background: #CAE0DAFF;--muted-warmish-low-background: #E6F1EEFF;--muted-warm-bright-high: #E6F0F2FF;--muted-warm-bright-medium: #CADFE2FF;--muted-warm-bright-low: #B1CDD2FF;--muted-warm-medium-high: #86A4AAFF;--muted-warm-medium: #6F898EFF;--muted-warm-medium-low: #5A6F73FF;--muted-warm-dim-high: #232B2CFF;--muted-warm-dim-medium: #1B2122FF;--muted-warm-dim-low: #131718FF;--muted-warm-high-foreground: #131718FF;--muted-warm-medium-foreground: #1B2122FF;--muted-warm-low-foreground: #232B2CFF;--muted-warm-high-midground: #5A6F73FF;--muted-warm-medium-midground: #6F898EFF;--muted-warm-low-midground: #86A4AAFF;--muted-warm-high-background: #B1CDD2FF;--muted-warm-medium-background: #CADFE2FF;--muted-warm-low-background: #E6F0F2FF;--muted-hot-bright-high: #E9EFF4FF;--muted-hot-bright-medium: #D0DCE6FF;--muted-hot-bright-low: #B8C9D8FF;--muted-hot-medium-high: #8BA1B4FF;--muted-hot-medium: #738797FF;--muted-hot-medium-low: #5D6D7AFF;--muted-hot-dim-high: #252A2FFF;--muted-hot-dim-medium: #1C2124FF;--muted-hot-dim-low: #13171AFF;--muted-hot-high-foreground: #13171AFF;--muted-hot-medium-foreground: #1C2124FF;--muted-hot-low-foreground: #252A2FFF;--muted-hot-high-midground: #5D6D7AFF;--muted-hot-medium-midground: #738797FF;--muted-hot-low-midground: #8BA1B4FF;--muted-hot-high-background: #B8C9D8FF;--muted-hot-medium-background: #D0DCE6FF;--muted-hot-low-background: #E9EFF4FF;--muted-color-1-bright-high: #F4ECE9FF;--muted-color-1-bright-medium: #E6D6D0FF;--muted-color-1-bright-low: #D8C1B8FF;--muted-color-1-medium-high: #B4978BFF;--muted-color-1-medium: #977D73FF;--muted-color-1-medium-low: #7A655DFF;--muted-color-1-dim-high: #2F2825FF;--muted-color-1-dim-medium: #241F1CFF;--muted-color-1-dim-low: #1A1513FF;--muted-color-1-high-foreground: #1A1513FF;--muted-color-1-medium-foreground: #241F1CFF;--muted-color-1-low-foreground: #2F2825FF;--muted-color-1-high-midground: #7A655DFF;--muted-color-1-medium-midground: #977D73FF;--muted-color-1-low-midground: #B4978BFF;--muted-color-1-high-background: #D8C1B8FF;--muted-color-1-medium-background: #E6D6D0FF;--muted-color-1-low-background: #F4ECE9FF;--muted-color-2-bright-high: #F4ECECFF;--muted-color-2-bright-medium: #E7D5D7FF;--muted-color-2-bright-low: #D8C0C2FF;--muted-color-2-medium-high: #B59598FF;--muted-color-2-medium: #997B7FFF;--muted-color-2-medium-low: #7B6366FF;--muted-color-2-dim-high: #2F2728FF;--muted-color-2-dim-medium: #251E1FFF;--muted-color-2-dim-low: #1A1515FF;--muted-color-2-high-foreground: #1A1515FF;--muted-color-2-medium-foreground: #251E1FFF;--muted-color-2-low-foreground: #2F2728FF;--muted-color-2-high-midground: #7B6366FF;--muted-color-2-medium-midground: #997B7FFF;--muted-color-2-low-midground: #B59598FF;--muted-color-2-high-background: #D8C0C2FF;--muted-color-2-medium-background: #E7D5D7FF;--muted-color-2-low-background: #F4ECECFF;--muted-color-3-bright-high: #F2ECF0FF;--muted-color-3-bright-medium: #E3D5DFFF;--muted-color-3-bright-low: #D4C0CEFF;--muted-color-3-medium-high: #AF95A7FF;--muted-color-3-medium: #937B8CFF;--muted-color-3-medium-low: #776471FF;--muted-color-3-dim-high: #2E272CFF;--muted-color-3-dim-medium: #241E22FF;--muted-color-3-dim-low: #191518FF;--muted-color-3-high-foreground: #191518FF;--muted-color-3-medium-foreground: #241E22FF;--muted-color-3-low-foreground: #2E272CFF;--muted-color-3-high-midground: #776471FF;--muted-color-3-medium-midground: #937B8CFF;--muted-color-3-low-midground: #AF95A7FF;--muted-color-3-high-background: #D4C0CEFF;--muted-color-3-medium-background: #E3D5DFFF;--muted-color-3-low-background: #F2ECF0FF;--muted-color-4-bright-high: #E6F1EEFF;--muted-color-4-bright-medium: #CAE0DAFF;--muted-color-4-bright-low: #B2CEC6FF;--muted-color-4-medium-high: #88A69DFF;--muted-color-4-medium: #708A83FF;--muted-color-4-medium-low: #5B706AFF;--muted-color-4-dim-high: #242B29FF;--muted-color-4-dim-medium: #1C2220FF;--muted-color-4-dim-low: #131716FF;--muted-color-4-high-foreground: #131716FF;--muted-color-4-medium-foreground: #1C2220FF;--muted-color-4-low-foreground: #242B29FF;--muted-color-4-high-midground: #5B706AFF;--muted-color-4-medium-midground: #708A83FF;--muted-color-4-low-midground: #88A69DFF;--muted-color-4-high-background: #B2CEC6FF;--muted-color-4-medium-background: #CAE0DAFF;--muted-color-4-low-background: #E6F1EEFF;--muted-color-5-bright-high: #E6F0F2FF;--muted-color-5-bright-medium: #CADFE2FF;--muted-color-5-bright-low: #B1CDD2FF;--muted-color-5-medium-high: #86A4AAFF;--muted-color-5-medium: #6F898EFF;--muted-color-5-medium-low: #5A6F73FF;--muted-color-5-dim-high: #232B2CFF;--muted-color-5-dim-medium: #1B2122FF;--muted-color-5-dim-low: #131718FF;--muted-color-5-high-foreground: #131718FF;--muted-color-5-medium-foreground: #1B2122FF;--muted-color-5-low-foreground: #232B2CFF;--muted-color-5-high-midground: #5A6F73FF;--muted-color-5-medium-midground: #6F898EFF;--muted-color-5-low-midground: #86A4AAFF;--muted-color-5-high-background: #B1CDD2FF;--muted-color-5-medium-background: #CADFE2FF;--muted-color-5-low-background: #E6F0F2FF;--muted-color-6-bright-high: #E9EFF4FF;--muted-color-6-bright-medium: #D0DCE6FF;--muted-color-6-bright-low: #B8C9D8FF;--muted-color-6-medium-high: #8BA1B4FF;--muted-color-6-medium: #738797FF;--muted-color-6-medium-low: #5D6D7AFF;--muted-color-6-dim-high: #252A2FFF;--muted-color-6-dim-medium: #1C2124FF;--muted-color-6-dim-low: #13171AFF;--muted-color-6-high-foreground: #13171AFF;--muted-color-6-medium-foreground: #1C2124FF;--muted-color-6-low-foreground: #252A2FFF;--muted-color-6-high-midground: #5D6D7AFF;--muted-color-6-medium-midground: #738797FF;--muted-color-6-low-midground: #8BA1B4FF;--muted-color-6-high-background: #B8C9D8FF;--muted-color-6-medium-background: #D0DCE6FF;--muted-color-6-low-background: #E9EFF4FF;--muted-red-bright-high: #F4ECE9FF;--muted-red-bright-medium: #E6D6D0FF;--muted-red-bright-low: #D8C1B8FF;--muted-red-medium-high: #B4978BFF;--muted-red-medium: #977D73FF;--muted-red-medium-low: #7A655DFF;--muted-red-dim-high: #2F2825FF;--muted-red-dim-medium: #241F1CFF;--muted-red-dim-low: #1A1513FF;--muted-red-high-foreground: #1A1513FF;--muted-red-medium-foreground: #241F1CFF;--muted-red-low-foreground: #2F2825FF;--muted-red-high-midground: #7A655DFF;--muted-red-medium-midground: #977D73FF;--muted-red-low-midground: #B4978BFF;--muted-red-high-background: #D8C1B8FF;--muted-red-medium-background: #E6D6D0FF;--muted-red-low-background: #F4ECE9FF;--muted-green-bright-high: #E6F1EEFF;--muted-green-bright-medium: #CAE0DAFF;--muted-green-bright-low: #B2CEC6FF;--muted-green-medium-high: #88A69DFF;--muted-green-medium: #708A83FF;--muted-green-medium-low: #5B706AFF;--muted-green-dim-high: #242B29FF;--muted-green-dim-medium: #1C2220FF;--muted-green-dim-low: #131716FF;--muted-green-high-foreground: #131716FF;--muted-green-medium-foreground: #1C2220FF;--muted-green-low-foreground: #242B29FF;--muted-green-high-midground: #5B706AFF;--muted-green-medium-midground: #708A83FF;--muted-green-low-midground: #88A69DFF;--muted-green-high-background: #B2CEC6FF;--muted-green-medium-background: #CAE0DAFF;--muted-green-low-background: #E6F1EEFF;--muted-blue-bright-high: #E9EFF4FF;--muted-blue-bright-medium: #D0DCE6FF;--muted-blue-bright-low: #B8C9D8FF;--muted-blue-medium-high: #8BA1B4FF;--muted-blue-medium: #738797FF;--muted-blue-medium-low: #5D6D7AFF;--muted-blue-dim-high: #252A2FFF;--muted-blue-dim-medium: #1C2124FF;--muted-blue-dim-low: #13171AFF;--muted-blue-high-foreground: #13171AFF;--muted-blue-medium-foreground: #1C2124FF;--muted-blue-low-foreground: #252A2FFF;--muted-blue-high-midground: #5D6D7AFF;--muted-blue-medium-midground: #738797FF;--muted-blue-low-midground: #8BA1B4FF;--muted-blue-high-background: #B8C9D8FF;--muted-blue-medium-background: #D0DCE6FF;--muted-blue-low-background: #E9EFF4FF;--muted-cyan-bright-high: #E6F0F2FF;--muted-cyan-bright-medium: #CADFE2FF;--muted-cyan-bright-low: #B1CDD2FF;--muted-cyan-medium-high: #86A4AAFF;--muted-cyan-medium: #6F898EFF;--muted-cyan-medium-low: #5A6F73FF;--muted-cyan-dim-high: #232B2CFF;--muted-cyan-dim-medium: #1B2122FF;--muted-cyan-dim-low: #131718FF;--muted-cyan-high-foreground: #131718FF;--muted-cyan-medium-foreground: #1B2122FF;--muted-cyan-low-foreground: #232B2CFF;--muted-cyan-high-midground: #5A6F73FF;--muted-cyan-medium-midground: #6F898EFF;--muted-cyan-low-midground: #86A4AAFF;--muted-cyan-high-background: #B1CDD2FF;--muted-cyan-medium-background: #CADFE2FF;--muted-cyan-low-background: #E6F0F2FF;--muted-purple-bright-high: #F2ECF0FF;--muted-purple-bright-medium: #E3D5DFFF;--muted-purple-bright-low: #D4C0CEFF;--muted-purple-medium-high: #AF95A7FF;--muted-purple-medium: #937B8CFF;--muted-purple-medium-low: #776471FF;--muted-purple-dim-high: #2E272CFF;--muted-purple-dim-medium: #241E22FF;--muted-purple-dim-low: #191518FF;--muted-purple-high-foreground: #191518FF;--muted-purple-medium-foreground: #241E22FF;--muted-purple-low-foreground: #2E272CFF;--muted-purple-high-midground: #776471FF;--muted-purple-medium-midground: #937B8CFF;--muted-purple-low-midground: #AF95A7FF;--muted-purple-high-background: #D4C0CEFF;--muted-purple-medium-background: #E3D5DFFF;--muted-purple-low-background: #F2ECF0FF;--muted-yellow-bright-high: #F4ECECFF;--muted-yellow-bright-medium: #E7D5D7FF;--muted-yellow-bright-low: #D8C0C2FF;--muted-yellow-medium-high: #B59598FF;--muted-yellow-medium: #997B7FFF;--muted-yellow-medium-low: #7B6366FF;--muted-yellow-dim-high: #2F2728FF;--muted-yellow-dim-medium: #251E1FFF;--muted-yellow-dim-low: #1A1515FF;--muted-yellow-high-foreground: #1A1515FF;--muted-yellow-medium-foreground: #251E1FFF;--muted-yellow-low-foreground: #2F2728FF;--muted-yellow-high-midground: #7B6366FF;--muted-yellow-medium-midground: #997B7FFF;--muted-yellow-low-midground: #B59598FF;--muted-yellow-high-background: #D8C0C2FF;--muted-yellow-medium-background: #E7D5D7FF;--muted-yellow-low-background: #F4ECECFF;--base-cold-bright-high: #FBEAE3FF;--base-cold-bright-medium: #F6D1C2FF;--base-cold-bright-low: #F0B8A1FF;--base-cold-medium-high: #DA8561FF;--base-cold-medium: #BC6B49FF;--base-cold-medium-low: #9A5538FF;--base-cold-dim-high: #3F2013FF;--base-cold-dim-medium: #32180DFF;--base-cold-dim-low: #241008FF;--base-cold-high-foreground: #241008FF;--base-cold-medium-foreground: #32180DFF;--base-cold-low-foreground: #3F2013FF;--base-cold-high-midground: #9A5538FF;--base-cold-medium-midground: #BC6B49FF;--base-cold-low-midground: #DA8561FF;--base-cold-high-background: #F0B8A1FF;--base-cold-medium-background: #F6D1C2FF;--base-cold-low-background: #FBEAE3FF;--base-cool-bright-high: #FBE9EBFF;--base-cool-bright-medium: #F7CED3FF;--base-cool-bright-low: #F1B4BCFF;--base-cool-medium-high: #DF7C8CFF;--base-cool-medium: #C65D71FF;--base-cool-medium-low: #A4485AFF;--base-cool-dim-high: #441A22FF;--base-cool-dim-medium: #36131AFF;--base-cool-dim-low: #270C11FF;--base-cool-high-foreground: #270C11FF;--base-cool-medium-foreground: #36131AFF;--base-cool-low-foreground: #441A22FF;--base-cool-high-midground: #A4485AFF;--base-cool-medium-midground: #C65D71FF;--base-cool-low-midground: #DF7C8CFF;--base-cool-high-background: #F1B4BCFF;--base-cool-medium-background: #F7CED3FF;--base-cool-low-background: #FBE9EBFF;--base-coolish-bright-high: #F8E9F4FF;--base-coolish-bright-medium: #F1CEE7FF;--base-coolish-bright-low: #E9B3DAFF;--base-coolish-medium-high: #D37ABEFF;--base-coolish-medium: #BA5DA4FF;--base-coolish-medium-low: #994787FF;--base-coolish-dim-high: #3F1936FF;--base-coolish-dim-medium: #32132BFF;--base-coolish-dim-low: #240C1FFF;--base-coolish-high-foreground: #240C1FFF;--base-coolish-medium-foreground: #32132BFF;--base-coolish-low-foreground: #3F1936FF;--base-coolish-high-midground: #994787FF;--base-coolish-medium-midground: #BA5DA4FF;--base-coolish-low-midground: #D37ABEFF;--base-coolish-high-background: #E9B3DAFF;--base-coolish-medium-background: #F1CEE7FF;--base-coolish-low-background: #F8E9F4FF;--base-warmish-bright-high: #D1F8EDFF;--base-warmish-bright-medium: #9CEDD9FF;--base-warmish-bright-low: #7BDCC5FF;--base-warmish-medium-high: #57B19DFF;--base-warmish-medium: #469483FF;--base-warmish-medium-low: #377869FF;--base-warmish-dim-high: #133029FF;--base-warmish-dim-medium: #0D2520FF;--base-warmish-dim-low: #081A16FF;--base-warmish-high-foreground: #081A16FF;--base-warmish-medium-foreground: #0D2520FF;--base-warmish-low-foreground: #133029FF;--base-warmish-high-midground: #377869FF;--base-warmish-medium-midground: #469483FF;--base-warmish-low-midground: #57B19DFF;--base-warmish-high-background: #7BDCC5FF;--base-warmish-medium-background: #9CEDD9FF;--base-warmish-low-background: #D1F8EDFF;--base-warm-bright-high: #D8F4F9FF;--base-warm-bright-medium: #A9E6F2FF;--base-warm-bright-low: #7FD6E6FF;--base-warm-medium-high: #52ADBCFF;--base-warm-medium: #42919EFF;--base-warm-medium-low: #347580FF;--base-warm-dim-high: #112E33FF;--base-warm-dim-medium: #0C2428FF;--base-warm-dim-low: #07191DFF;--base-warm-high-foreground: #07191DFF;--base-warm-medium-foreground: #0C2428FF;--base-warm-low-foreground: #112E33FF;--base-warm-high-midground: #347580FF;--base-warm-medium-midground: #42919EFF;--base-warm-low-midground: #52ADBCFF;--base-warm-high-background: #7FD6E6FF;--base-warm-medium-background: #A9E6F2FF;--base-warm-low-background: #D8F4F9FF;--base-hot-bright-high: #E3F0FBFF;--base-hot-bright-medium: #C2DEF6FF;--base-hot-bright-low: #A1CDF0FF;--base-hot-medium-high: #62A5D9FF;--base-hot-medium: #498ABCFF;--base-hot-medium-low: #37709AFF;--base-hot-dim-high: #122C3FFF;--base-hot-dim-medium: #0D2232FF;--base-hot-dim-low: #071824FF;--base-hot-high-foreground: #071824FF;--base-hot-medium-foreground: #0D2232FF;--base-hot-low-foreground: #122C3FFF;--base-hot-high-midground: #37709AFF;--base-hot-medium-midground: #498ABCFF;--base-hot-low-midground: #62A5D9FF;--base-hot-high-background: #A1CDF0FF;--base-hot-medium-background: #C2DEF6FF;--base-hot-low-background: #E3F0FBFF;--base-color-1-bright-high: #FBEAE3FF;--base-color-1-bright-medium: #F6D1C2FF;--base-color-1-bright-low: #F0B8A1FF;--base-color-1-medium-high: #DA8561FF;--base-color-1-medium: #BC6B49FF;--base-color-1-medium-low: #9A5538FF;--base-color-1-dim-high: #3F2013FF;--base-color-1-dim-medium: #32180DFF;--base-color-1-dim-low: #241008FF;--base-color-1-high-foreground: #241008FF;--base-color-1-medium-foreground: #32180DFF;--base-color-1-low-foreground: #3F2013FF;--base-color-1-high-midground: #9A5538FF;--base-color-1-medium-midground: #BC6B49FF;--base-color-1-low-midground: #DA8561FF;--base-color-1-high-background: #F0B8A1FF;--base-color-1-medium-background: #F6D1C2FF;--base-color-1-low-background: #FBEAE3FF;--base-color-2-bright-high: #FBE9EBFF;--base-color-2-bright-medium: #F7CED3FF;--base-color-2-bright-low: #F1B4BCFF;--base-color-2-medium-high: #DF7C8CFF;--base-color-2-medium: #C65D71FF;--base-color-2-medium-low: #A4485AFF;--base-color-2-dim-high: #441A22FF;--base-color-2-dim-medium: #36131AFF;--base-color-2-dim-low: #270C11FF;--base-color-2-high-foreground: #270C11FF;--base-color-2-medium-foreground: #36131AFF;--base-color-2-low-foreground: #441A22FF;--base-color-2-high-midground: #A4485AFF;--base-color-2-medium-midground: #C65D71FF;--base-color-2-low-midground: #DF7C8CFF;--base-color-2-high-background: #F1B4BCFF;--base-color-2-medium-background: #F7CED3FF;--base-color-2-low-background: #FBE9EBFF;--base-color-3-bright-high: #F8E9F4FF;--base-color-3-bright-medium: #F1CEE7FF;--base-color-3-bright-low: #E9B3DAFF;--base-color-3-medium-high: #D37ABEFF;--base-color-3-medium: #BA5DA4FF;--base-color-3-medium-low: #994787FF;--base-color-3-dim-high: #3F1936FF;--base-color-3-dim-medium: #32132BFF;--base-color-3-dim-low: #240C1FFF;--base-color-3-high-foreground: #240C1FFF;--base-color-3-medium-foreground: #32132BFF;--base-color-3-low-foreground: #3F1936FF;--base-color-3-high-midground: #994787FF;--base-color-3-medium-midground: #BA5DA4FF;--base-color-3-low-midground: #D37ABEFF;--base-color-3-high-background: #E9B3DAFF;--base-color-3-medium-background: #F1CEE7FF;--base-color-3-low-background: #F8E9F4FF;--base-color-4-bright-high: #D1F8EDFF;--base-color-4-bright-medium: #9CEDD9FF;--base-color-4-bright-low: #7BDCC5FF;--base-color-4-medium-high: #57B19DFF;--base-color-4-medium: #469483FF;--base-color-4-medium-low: #377869FF;--base-color-4-dim-high: #133029FF;--base-color-4-dim-medium: #0D2520FF;--base-color-4-dim-low: #081A16FF;--base-color-4-high-foreground: #081A16FF;--base-color-4-medium-foreground: #0D2520FF;--base-color-4-low-foreground: #133029FF;--base-color-4-high-midground: #377869FF;--base-color-4-medium-midground: #469483FF;--base-color-4-low-midground: #57B19DFF;--base-color-4-high-background: #7BDCC5FF;--base-color-4-medium-background: #9CEDD9FF;--base-color-4-low-background: #D1F8EDFF;--base-color-5-bright-high: #D8F4F9FF;--base-color-5-bright-medium: #A9E6F2FF;--base-color-5-bright-low: #7FD6E6FF;--base-color-5-medium-high: #52ADBCFF;--base-color-5-medium: #42919EFF;--base-color-5-medium-low: #347580FF;--base-color-5-dim-high: #112E33FF;--base-color-5-dim-medium: #0C2428FF;--base-color-5-dim-low: #07191DFF;--base-color-5-high-foreground: #07191DFF;--base-color-5-medium-foreground: #0C2428FF;--base-color-5-low-foreground: #112E33FF;--base-color-5-high-midground: #347580FF;--base-color-5-medium-midground: #42919EFF;--base-color-5-low-midground: #52ADBCFF;--base-color-5-high-background: #7FD6E6FF;--base-color-5-medium-background: #A9E6F2FF;--base-color-5-low-background: #D8F4F9FF;--base-color-6-bright-high: #E3F0FBFF;--base-color-6-bright-medium: #C2DEF6FF;--base-color-6-bright-low: #A1CDF0FF;--base-color-6-medium-high: #62A5D9FF;--base-color-6-medium: #498ABCFF;--base-color-6-medium-low: #37709AFF;--base-color-6-dim-high: #122C3FFF;--base-color-6-dim-medium: #0D2232FF;--base-color-6-dim-low: #071824FF;--base-color-6-high-foreground: #071824FF;--base-color-6-medium-foreground: #0D2232FF;--base-color-6-low-foreground: #122C3FFF;--base-color-6-high-midground: #37709AFF;--base-color-6-medium-midground: #498ABCFF;--base-color-6-low-midground: #62A5D9FF;--base-color-6-high-background: #A1CDF0FF;--base-color-6-medium-background: #C2DEF6FF;--base-color-6-low-background: #E3F0FBFF;--base-red-bright-high: #FBEAE3FF;--base-red-bright-medium: #F6D1C2FF;--base-red-bright-low: #F0B8A1FF;--base-red-medium-high: #DA8561FF;--base-red-medium: #BC6B49FF;--base-red-medium-low: #9A5538FF;--base-red-dim-high: #3F2013FF;--base-red-dim-medium: #32180DFF;--base-red-dim-low: #241008FF;--base-red-high-foreground: #241008FF;--base-red-medium-foreground: #32180DFF;--base-red-low-foreground: #3F2013FF;--base-red-high-midground: #9A5538FF;--base-red-medium-midground: #BC6B49FF;--base-red-low-midground: #DA8561FF;--base-red-high-background: #F0B8A1FF;--base-red-medium-background: #F6D1C2FF;--base-red-low-background: #FBEAE3FF;--base-green-bright-high: #D1F8EDFF;--base-green-bright-medium: #9CEDD9FF;--base-green-bright-low: #7BDCC5FF;--base-green-medium-high: #57B19DFF;--base-green-medium: #469483FF;--base-green-medium-low: #377869FF;--base-green-dim-high: #133029FF;--base-green-dim-medium: #0D2520FF;--base-green-dim-low: #081A16FF;--base-green-high-foreground: #081A16FF;--base-green-medium-foreground: #0D2520FF;--base-green-low-foreground: #133029FF;--base-green-high-midground: #377869FF;--base-green-medium-midground: #469483FF;--base-green-low-midground: #57B19DFF;--base-green-high-background: #7BDCC5FF;--base-green-medium-background: #9CEDD9FF;--base-green-low-background: #D1F8EDFF;--base-blue-bright-high: #E3F0FBFF;--base-blue-bright-medium: #C2DEF6FF;--base-blue-bright-low: #A1CDF0FF;--base-blue-medium-high: #62A5D9FF;--base-blue-medium: #498ABCFF;--base-blue-medium-low: #37709AFF;--base-blue-dim-high: #122C3FFF;--base-blue-dim-medium: #0D2232FF;--base-blue-dim-low: #071824FF;--base-blue-high-foreground: #071824FF;--base-blue-medium-foreground: #0D2232FF;--base-blue-low-foreground: #122C3FFF;--base-blue-high-midground: #37709AFF;--base-blue-medium-midground: #498ABCFF;--base-blue-low-midground: #62A5D9FF;--base-blue-high-background: #A1CDF0FF;--base-blue-medium-background: #C2DEF6FF;--base-blue-low-background: #E3F0FBFF;--base-cyan-bright-high: #D8F4F9FF;--base-cyan-bright-medium: #A9E6F2FF;--base-cyan-bright-low: #7FD6E6FF;--base-cyan-medium-high: #52ADBCFF;--base-cyan-medium: #42919EFF;--base-cyan-medium-low: #347580FF;--base-cyan-dim-high: #112E33FF;--base-cyan-dim-medium: #0C2428FF;--base-cyan-dim-low: #07191DFF;--base-cyan-high-foreground: #07191DFF;--base-cyan-medium-foreground: #0C2428FF;--base-cyan-low-foreground: #112E33FF;--base-cyan-high-midground: #347580FF;--base-cyan-medium-midground: #42919EFF;--base-cyan-low-midground: #52ADBCFF;--base-cyan-high-background: #7FD6E6FF;--base-cyan-medium-background: #A9E6F2FF;--base-cyan-low-background: #D8F4F9FF;--base-purple-bright-high: #F8E9F4FF;--base-purple-bright-medium: #F1CEE7FF;--base-purple-bright-low: #E9B3DAFF;--base-purple-medium-high: #D37ABEFF;--base-purple-medium: #BA5DA4FF;--base-purple-medium-low: #994787FF;--base-purple-dim-high: #3F1936FF;--base-purple-dim-medium: #32132BFF;--base-purple-dim-low: #240C1FFF;--base-purple-high-foreground: #240C1FFF;--base-purple-medium-foreground: #32132BFF;--base-purple-low-foreground: #3F1936FF;--base-purple-high-midground: #994787FF;--base-purple-medium-midground: #BA5DA4FF;--base-purple-low-midground: #D37ABEFF;--base-purple-high-background: #E9B3DAFF;--base-purple-medium-background: #F1CEE7FF;--base-purple-low-background: #F8E9F4FF;--base-yellow-bright-high: #FBE9EBFF;--base-yellow-bright-medium: #F7CED3FF;--base-yellow-bright-low: #F1B4BCFF;--base-yellow-medium-high: #DF7C8CFF;--base-yellow-medium: #C65D71FF;--base-yellow-medium-low: #A4485AFF;--base-yellow-dim-high: #441A22FF;--base-yellow-dim-medium: #36131AFF;--base-yellow-dim-low: #270C11FF;--base-yellow-high-foreground: #270C11FF;--base-yellow-medium-foreground: #36131AFF;--base-yellow-low-foreground: #441A22FF;--base-yellow-high-midground: #A4485AFF;--base-yellow-medium-midground: #C65D71FF;--base-yellow-low-midground: #DF7C8CFF;--base-yellow-high-background: #F1B4BCFF;--base-yellow-medium-background: #F7CED3FF;--base-yellow-low-background: #FBE9EBFF;--intense-cold-bright-high: #FEE9E0FF;--intense-cold-bright-medium: #FDCEBBFF;--intense-cold-bright-low: #FCB394FF;--intense-cold-medium-high: #F0763EFF;--intense-cold-medium: #CF5D25FF;--intense-cold-medium-low: #A9491AFF;--intense-cold-dim-high: #461B07FF;--intense-cold-dim-medium: #381404FF;--intense-cold-dim-low: #290D02FF;--intense-cold-high-foreground: #290D02FF;--intense-cold-medium-foreground: #381404FF;--intense-cold-low-foreground: #461B07FF;--intense-cold-high-midground: #A9491AFF;--intense-cold-medium-midground: #CF5D25FF;--intense-cold-low-midground: #F0763EFF;--intense-cold-high-background: #FCB394FF;--intense-cold-medium-background: #FDCEBBFF;--intense-cold-low-background: #FEE9E0FF;--intense-cool-bright-high: #FEE7EAFF;--intense-cool-bright-medium: #FECBD1FF;--intense-cool-bright-low: #FDADB9FF;--intense-cool-medium-high: #F76685FF;--intense-cool-medium: #E23967FF;--intense-cool-medium-low: #BB2752FF;--intense-cool-dim-high: #4E0B1EFF;--intense-cool-dim-medium: #3E0817FF;--intense-cool-dim-low: #2E040FFF;--intense-cool-high-foreground: #2E040FFF;--intense-cool-medium-foreground: #3E0817FF;--intense-cool-low-foreground: #4E0B1EFF;--intense-cool-high-midground: #BB2752FF;--intense-cool-medium-midground: #E23967FF;--intense-cool-low-midground: #F76685FF;--intense-cool-high-background: #FDADB9FF;--intense-cool-medium-background: #FECBD1FF;--intense-cool-low-background: #FEE7EAFF;--intense-coolish-bright-high: #FCE7F6FF;--intense-coolish-bright-medium: #F9C9EBFF;--intense-coolish-bright-low: #F6AAE2FF;--intense-coolish-medium-high: #EC5DCEFF;--intense-coolish-medium: #D334B6FF;--intense-coolish-medium-low: #AF1F96FF;--intense-coolish-dim-high: #49083DFF;--intense-coolish-dim-medium: #3A0530FF;--intense-coolish-dim-low: #2B0323FF;--intense-coolish-high-foreground: #2B0323FF;--intense-coolish-medium-foreground: #3A0530FF;--intense-coolish-low-foreground: #49083DFF;--intense-coolish-high-midground: #AF1F96FF;--intense-coolish-medium-midground: #D334B6FF;--intense-coolish-low-midground: #EC5DCEFF;--intense-coolish-high-background: #F6AAE2FF;--intense-coolish-medium-background: #F9C9EBFF;--intense-coolish-low-background: #FCE7F6FF;--intense-warmish-bright-high: #BDFEEDFF;--intense-warmish-bright-medium: #53F9D8FF;--intense-warmish-bright-low: #36E5C4FF;--intense-warmish-medium-high: #2DB69CFF;--intense-warmish-medium: #279882FF;--intense-warmish-medium-low: #207B69FF;--intense-warmish-dim-high: #093129FF;--intense-warmish-dim-medium: #062620FF;--intense-warmish-dim-low: #031B16FF;--intense-warmish-high-foreground: #031B16FF;--intense-warmish-medium-foreground: #062620FF;--intense-warmish-low-foreground: #093129FF;--intense-warmish-high-midground: #207B69FF;--intense-warmish-medium-midground: #279882FF;--intense-warmish-low-midground: #2DB69CFF;--intense-warmish-high-background: #36E5C4FF;--intense-warmish-medium-background: #53F9D8FF;--intense-warmish-low-background: #BDFEEDFF;--intense-warm-bright-high: #CEF7FEFF;--intense-warm-bright-medium: #8DEBFCFF;--intense-warm-bright-low: #4BDCF3FF;--intense-warm-medium-high: #26B1C5FF;--intense-warm-medium: #2094A5FF;--intense-warm-medium-low: #1A7785FF;--intense-warm-dim-high: #072F36FF;--intense-warm-dim-medium: #04252AFF;--intense-warm-dim-low: #021A1EFF;--intense-warm-high-foreground: #021A1EFF;--intense-warm-medium-foreground: #04252AFF;--intense-warm-low-foreground: #072F36FF;--intense-warm-high-midground: #1A7785FF;--intense-warm-medium-midground: #2094A5FF;--intense-warm-low-midground: #26B1C5FF;--intense-warm-high-background: #4BDCF3FF;--intense-warm-medium-background: #8DEBFCFF;--intense-warm-low-background: #CEF7FEFF;--intense-hot-bright-high: #E0F0FEFF;--intense-hot-bright-medium: #BBDFFEFF;--intense-hot-bright-low: #94CEFCFF;--intense-hot-medium-high: #40A6EEFF;--intense-hot-medium: #258BCEFF;--intense-hot-medium-low: #1970A9FF;--intense-hot-dim-high: #062C46FF;--intense-hot-dim-medium: #042237FF;--intense-hot-dim-low: #021829FF;--intense-hot-high-foreground: #021829FF;--intense-hot-medium-foreground: #042237FF;--intense-hot-low-foreground: #062C46FF;--intense-hot-high-midground: #1970A9FF;--intense-hot-medium-midground: #258BCEFF;--intense-hot-low-midground: #40A6EEFF;--intense-hot-high-background: #94CEFCFF;--intense-hot-medium-background: #BBDFFEFF;--intense-hot-low-background: #E0F0FEFF;--intense-color-1-bright-high: #FEE9E0FF;--intense-color-1-bright-medium: #FDCEBBFF;--intense-color-1-bright-low: #FCB394FF;--intense-color-1-medium-high: #F0763EFF;--intense-color-1-medium: #CF5D25FF;--intense-color-1-medium-low: #A9491AFF;--intense-color-1-dim-high: #461B07FF;--intense-color-1-dim-medium: #381404FF;--intense-color-1-dim-low: #290D02FF;--intense-color-1-high-foreground: #290D02FF;--intense-color-1-medium-foreground: #381404FF;--intense-color-1-low-foreground: #461B07FF;--intense-color-1-high-midground: #A9491AFF;--intense-color-1-medium-midground: #CF5D25FF;--intense-color-1-low-midground: #F0763EFF;--intense-color-1-high-background: #FCB394FF;--intense-color-1-medium-background: #FDCEBBFF;--intense-color-1-low-background: #FEE9E0FF;--intense-color-2-bright-high: #FEE7EAFF;--intense-color-2-bright-medium: #FECBD1FF;--intense-color-2-bright-low: #FDADB9FF;--intense-color-2-medium-high: #F76685FF;--intense-color-2-medium: #E23967FF;--intense-color-2-medium-low: #BB2752FF;--intense-color-2-dim-high: #4E0B1EFF;--intense-color-2-dim-medium: #3E0817FF;--intense-color-2-dim-low: #2E040FFF;--intense-color-2-high-foreground: #2E040FFF;--intense-color-2-medium-foreground: #3E0817FF;--intense-color-2-low-foreground: #4E0B1EFF;--intense-color-2-high-midground: #BB2752FF;--intense-color-2-medium-midground: #E23967FF;--intense-color-2-low-midground: #F76685FF;--intense-color-2-high-background: #FDADB9FF;--intense-color-2-medium-background: #FECBD1FF;--intense-color-2-low-background: #FEE7EAFF;--intense-color-3-bright-high: #FCE7F6FF;--intense-color-3-bright-medium: #F9C9EBFF;--intense-color-3-bright-low: #F6AAE2FF;--intense-color-3-medium-high: #EC5DCEFF;--intense-color-3-medium: #D334B6FF;--intense-color-3-medium-low: #AF1F96FF;--intense-color-3-dim-high: #49083DFF;--intense-color-3-dim-medium: #3A0530FF;--intense-color-3-dim-low: #2B0323FF;--intense-color-3-high-foreground: #2B0323FF;--intense-color-3-medium-foreground: #3A0530FF;--intense-color-3-low-foreground: #49083DFF;--intense-color-3-high-midground: #AF1F96FF;--intense-color-3-medium-midground: #D334B6FF;--intense-color-3-low-midground: #EC5DCEFF;--intense-color-3-high-background: #F6AAE2FF;--intense-color-3-medium-background: #F9C9EBFF;--intense-color-3-low-background: #FCE7F6FF;--intense-color-4-bright-high: #BDFEEDFF;--intense-color-4-bright-medium: #53F9D8FF;--intense-color-4-bright-low: #36E5C4FF;--intense-color-4-medium-high: #2DB69CFF;--intense-color-4-medium: #279882FF;--intense-color-4-medium-low: #207B69FF;--intense-color-4-dim-high: #093129FF;--intense-color-4-dim-medium: #062620FF;--intense-color-4-dim-low: #031B16FF;--intense-color-4-high-foreground: #031B16FF;--intense-color-4-medium-foreground: #062620FF;--intense-color-4-low-foreground: #093129FF;--intense-color-4-high-midground: #207B69FF;--intense-color-4-medium-midground: #279882FF;--intense-color-4-low-midground: #2DB69CFF;--intense-color-4-high-background: #36E5C4FF;--intense-color-4-medium-background: #53F9D8FF;--intense-color-4-low-background: #BDFEEDFF;--intense-color-5-bright-high: #CEF7FEFF;--intense-color-5-bright-medium: #8DEBFCFF;--intense-color-5-bright-low: #4BDCF3FF;--intense-color-5-medium-high: #26B1C5FF;--intense-color-5-medium: #2094A5FF;--intense-color-5-medium-low: #1A7785FF;--intense-color-5-dim-high: #072F36FF;--intense-color-5-dim-medium: #04252AFF;--intense-color-5-dim-low: #021A1EFF;--intense-color-5-high-foreground: #021A1EFF;--intense-color-5-medium-foreground: #04252AFF;--intense-color-5-low-foreground: #072F36FF;--intense-color-5-high-midground: #1A7785FF;--intense-color-5-medium-midground: #2094A5FF;--intense-color-5-low-midground: #26B1C5FF;--intense-color-5-high-background: #4BDCF3FF;--intense-color-5-medium-background: #8DEBFCFF;--intense-color-5-low-background: #CEF7FEFF;--intense-color-6-bright-high: #E0F0FEFF;--intense-color-6-bright-medium: #BBDFFEFF;--intense-color-6-bright-low: #94CEFCFF;--intense-color-6-medium-high: #40A6EEFF;--intense-color-6-medium: #258BCEFF;--intense-color-6-medium-low: #1970A9FF;--intense-color-6-dim-high: #062C46FF;--intense-color-6-dim-medium: #042237FF;--intense-color-6-dim-low: #021829FF;--intense-color-6-high-foreground: #021829FF;--intense-color-6-medium-foreground: #042237FF;--intense-color-6-low-foreground: #062C46FF;--intense-color-6-high-midground: #1970A9FF;--intense-color-6-medium-midground: #258BCEFF;--intense-color-6-low-midground: #40A6EEFF;--intense-color-6-high-background: #94CEFCFF;--intense-color-6-medium-background: #BBDFFEFF;--intense-color-6-low-background: #E0F0FEFF;--intense-red-bright-high: #FEE9E0FF;--intense-red-bright-medium: #FDCEBBFF;--intense-red-bright-low: #FCB394FF;--intense-red-medium-high: #F0763EFF;--intense-red-medium: #CF5D25FF;--intense-red-medium-low: #A9491AFF;--intense-red-dim-high: #461B07FF;--intense-red-dim-medium: #381404FF;--intense-red-dim-low: #290D02FF;--intense-red-high-foreground: #290D02FF;--intense-red-medium-foreground: #381404FF;--intense-red-low-foreground: #461B07FF;--intense-red-high-midground: #A9491AFF;--intense-red-medium-midground: #CF5D25FF;--intense-red-low-midground: #F0763EFF;--intense-red-high-background: #FCB394FF;--intense-red-medium-background: #FDCEBBFF;--intense-red-low-background: #FEE9E0FF;--intense-green-bright-high: #BDFEEDFF;--intense-green-bright-medium: #53F9D8FF;--intense-green-bright-low: #36E5C4FF;--intense-green-medium-high: #2DB69CFF;--intense-green-medium: #279882FF;--intense-green-medium-low: #207B69FF;--intense-green-dim-high: #093129FF;--intense-green-dim-medium: #062620FF;--intense-green-dim-low: #031B16FF;--intense-green-high-foreground: #031B16FF;--intense-green-medium-foreground: #062620FF;--intense-green-low-foreground: #093129FF;--intense-green-high-midground: #207B69FF;--intense-green-medium-midground: #279882FF;--intense-green-low-midground: #2DB69CFF;--intense-green-high-background: #36E5C4FF;--intense-green-medium-background: #53F9D8FF;--intense-green-low-background: #BDFEEDFF;--intense-blue-bright-high: #E0F0FEFF;--intense-blue-bright-medium: #BBDFFEFF;--intense-blue-bright-low: #94CEFCFF;--intense-blue-medium-high: #40A6EEFF;--intense-blue-medium: #258BCEFF;--intense-blue-medium-low: #1970A9FF;--intense-blue-dim-high: #062C46FF;--intense-blue-dim-medium: #042237FF;--intense-blue-dim-low: #021829FF;--intense-blue-high-foreground: #021829FF;--intense-blue-medium-foreground: #042237FF;--intense-blue-low-foreground: #062C46FF;--intense-blue-high-midground: #1970A9FF;--intense-blue-medium-midground: #258BCEFF;--intense-blue-low-midground: #40A6EEFF;--intense-blue-high-background: #94CEFCFF;--intense-blue-medium-background: #BBDFFEFF;--intense-blue-low-background: #E0F0FEFF;--intense-cyan-bright-high: #CEF7FEFF;--intense-cyan-bright-medium: #8DEBFCFF;--intense-cyan-bright-low: #4BDCF3FF;--intense-cyan-medium-high: #26B1C5FF;--intense-cyan-medium: #2094A5FF;--intense-cyan-medium-low: #1A7785FF;--intense-cyan-dim-high: #072F36FF;--intense-cyan-dim-medium: #04252AFF;--intense-cyan-dim-low: #021A1EFF;--intense-cyan-high-foreground: #021A1EFF;--intense-cyan-medium-foreground: #04252AFF;--intense-cyan-low-foreground: #072F36FF;--intense-cyan-high-midground: #1A7785FF;--intense-cyan-medium-midground: #2094A5FF;--intense-cyan-low-midground: #26B1C5FF;--intense-cyan-high-background: #4BDCF3FF;--intense-cyan-medium-background: #8DEBFCFF;--intense-cyan-low-background: #CEF7FEFF;--intense-purple-bright-high: #FCE7F6FF;--intense-purple-bright-medium: #F9C9EBFF;--intense-purple-bright-low: #F6AAE2FF;--intense-purple-medium-high: #EC5DCEFF;--intense-purple-medium: #D334B6FF;--intense-purple-medium-low: #AF1F96FF;--intense-purple-dim-high: #49083DFF;--intense-purple-dim-medium: #3A0530FF;--intense-purple-dim-low: #2B0323FF;--intense-purple-high-foreground: #2B0323FF;--intense-purple-medium-foreground: #3A0530FF;--intense-purple-low-foreground: #49083DFF;--intense-purple-high-midground: #AF1F96FF;--intense-purple-medium-midground: #D334B6FF;--intense-purple-low-midground: #EC5DCEFF;--intense-purple-high-background: #F6AAE2FF;--intense-purple-medium-background: #F9C9EBFF;--intense-purple-low-background: #FCE7F6FF;--intense-yellow-bright-high: #FEE7EAFF;--intense-yellow-bright-medium: #FECBD1FF;--intense-yellow-bright-low: #FDADB9FF;--intense-yellow-medium-high: #F76685FF;--intense-yellow-medium: #E23967FF;--intense-yellow-medium-low: #BB2752FF;--intense-yellow-dim-high: #4E0B1EFF;--intense-yellow-dim-medium: #3E0817FF;--intense-yellow-dim-low: #2E040FFF;--intense-yellow-high-foreground: #2E040FFF;--intense-yellow-medium-foreground: #3E0817FF;--intense-yellow-low-foreground: #4E0B1EFF;--intense-yellow-high-midground: #BB2752FF;--intense-yellow-medium-midground: #E23967FF;--intense-yellow-low-midground: #F76685FF;--intense-yellow-high-background: #FDADB9FF;--intense-yellow-medium-background: #FECBD1FF;--intense-yellow-low-background: #FEE7EAFF;--dark-red: #FCB394FF;--bright-red: #461B07FF;--dark-green: #36E5C4FF;--bright-green: #093129FF;--dark-blue: #94CEFCFF;--bright-blue: #062C46FF;--dark-cyan: #4BDCF3FF;--bright-cyan: #072F36FF;--dark-purple: #F6AAE2FF;--bright-purple: #49083DFF;--dark-yellow: #FDADB9FF;--bright-yellow: #4E0B1EFF;--dark-white: #252A2FFF;--bright-white: #13171AFF;--dark-black: #F4ECE9FF;--bright-black: #D8C1B8FF;--primary-foreground: #1C2124FF;--intense-foreground: #021829FF;--dim-foreground: #738797FF;--content-background: #E6D6D0FF;--card-background: #D8C1B8FF;--page-background: #F4ECE9FF;--selection-background: #D37ABEFF;--dim-selection-background: #E9B3DAFF;--content-background-transparent: #E6D6D0AA;--card-background-transparent: #D8C1B8AA;--chrome-foreground: #3F2013FF;--chrome-high: #3F2013FF;--chrome: #9A5538FF;--chrome-low: #BC6B49FF;--chrome-background: #F0B8A1FF;--caption-foreground: #F4ECE9FF;--chrome-shadow: #3F201380;--dim-shadow: #252A2F80;--intense-shadow: #062C4680;--link: #CF5D25FF;--link-hover: #F0763EFF;--link-active: #A9491AFF;--link-disabled: #DA8561FF;--label: #1C2124FF;--label-hover: #252A2FFF;--label-active: #13171AFF;--label-disabled: #738797FF;--control-foreground: #1A1513FF;--control-background: #BC6B49FF;--control-hover-foreground: #2F2825FF;--control-hover-background: #DA8561FF;--control-active-foreground: #1A1513FF;--control-active-background: #9A5538FF;--control-disabled-foreground: #977D73FF;--control-disabled-background: #D8C1B8FF;--secondary-control-foreground: #191518FF;--secondary-control-background: #BA5DA4FF;--secondary-control-hover-foreground: #2E272CFF;--secondary-control-hover-background: #D37ABEFF;--secondary-control-active-foreground: #191518FF;--secondary-control-active-background: #994787FF;--secondary-control-disabled-foreground: #937B8CFF;--secondary-control-disabled-background: #D4C0CEFF;--ok-control-foreground: #081A16FF;--ok-control-background: #279882FF;--ok-control-hover-foreground: #133029FF;--ok-control-hover-background: #2DB69CFF;--ok-control-active-foreground: #081A16FF;--ok-control-active-background: #377869FF;--ok-control-disabled-foreground: #708A83FF;--ok-control-disabled-background: #B2CEC6FF;--caution-control-foreground: #270C11FF;--caution-control-background: #E23967FF;--caution-control-hover-foreground: #441A22FF;--caution-control-hover-background: #F76685FF;--caution-control-active-foreground: #270C11FF;--caution-control-active-background: #A4485AFF;--caution-control-disabled-foreground: #997B7FFF;--caution-control-disabled-background: #D8C0C2FF;--danger-control-foreground: #241008FF;--danger-control-background: #CF5D25FF;--danger-control-hover-foreground: #3F2013FF;--danger-control-hover-background: #F0763EFF;--danger-control-active-foreground: #241008FF;--danger-control-active-background: #9A5538FF;--danger-control-disabled-foreground: #977D73FF;--danger-control-disabled-background: #D8C1B8FF;--ok-foreground: #207B69FF;--ok-background: #7BDCC5FF;--ok-background-transparent: #7BDCC5AA;--ok-shadow: #13302980;--caution-foreground: #BB2752FF;--caution-background: #F1B4BCFF;--caution-background-transparent: #F1B4BCAA;--caution-shadow: #441A2280;--danger-foreground: #A9491AFF;--danger-background: #F0B8A1FF;--danger-background-transparent: #F0B8A1AA;--danger-shadow: #3F201380;--input-background: #F6D1C255;--input-border: #BC6B49FF;--input-hover-background: #FBEAE380;--input-hover-border: #DA8561FF;--input-active-background: #F0B8A155;--input-active-border: #A9491AFF}body{background-image:url("background-light.jpg")}}@media(prefers-contrast: more)and (forced-colors: none){:root{--muted-cold-bright-high: #FEFDFD;--muted-cold-bright-medium: #FAF2EC;--muted-cold-bright-low: #F5E5D8;--muted-cold-medium-high: #D0A17C;--muted-cold-medium: #AE8360;--muted-cold-medium-low: #86654A;--muted-cold-dim-high: #0A0604;--muted-cold-dim-medium: #050302;--muted-cold-dim-low: #020101;--muted-cold-high-foreground: #FEFDFD;--muted-cold-medium-foreground: #FAF2EC;--muted-cold-low-foreground: #F5E5D8;--muted-cold-high-midground: #D0A17C;--muted-cold-medium-midground: #AE8360;--muted-cold-low-midground: #86654A;--muted-cold-high-background: #0A0604;--muted-cold-medium-background: #050302;--muted-cold-low-background: #020101;--muted-cool-bright-high: #FEFDFD;--muted-cool-bright-medium: #FBF1F3;--muted-cool-bright-low: #F6E2E7;--muted-cool-medium-high: #D698AA;--muted-cool-medium: #B9768B;--muted-cool-medium-low: #8F5A6B;--muted-cool-dim-high: #0C0507;--muted-cool-dim-medium: #060303;--muted-cool-dim-low: #020101;--muted-cool-high-foreground: #FEFDFD;--muted-cool-medium-foreground: #FBF1F3;--muted-cool-low-foreground: #F6E2E7;--muted-cool-high-midground: #D698AA;--muted-cool-medium-midground: #B9768B;--muted-cool-low-midground: #8F5A6B;--muted-cool-high-background: #0C0507;--muted-cool-medium-background: #060303;--muted-cool-low-background: #020101;--muted-coolish-bright-high: #FEFDFE;--muted-coolish-bright-medium: #F5F2FB;--muted-coolish-bright-low: #EAE5F6;--muted-coolish-medium-high: #B3A2D6;--muted-coolish-medium: #9581BA;--muted-coolish-medium-low: #736292;--muted-coolish-dim-high: #08060C;--muted-coolish-dim-medium: #040306;--muted-coolish-dim-low: #010102;--muted-coolish-high-foreground: #FEFDFE;--muted-coolish-medium-foreground: #F5F2FB;--muted-coolish-low-foreground: #EAE5F6;--muted-coolish-high-midground: #B3A2D6;--muted-coolish-medium-midground: #9581BA;--muted-coolish-low-midground: #736292;--muted-coolish-high-background: #08060C;--muted-coolish-medium-background: #040306;--muted-coolish-low-background: #010102;--muted-warmish-bright-high: #FDFEFC;--muted-warmish-bright-medium: #F2F6E7;--muted-warmish-bright-low: #E4EDCC;--muted-warmish-medium-high: #A5B47A;--muted-warmish-medium: #879462;--muted-warmish-medium-low: #68724C;--muted-warmish-dim-high: #070804;--muted-warmish-dim-medium: #030402;--muted-warmish-dim-low: #010101;--muted-warmish-high-foreground: #FDFEFC;--muted-warmish-medium-foreground: #F2F6E7;--muted-warmish-low-foreground: #E4EDCC;--muted-warmish-high-midground: #A5B47A;--muted-warmish-medium-midground: #879462;--muted-warmish-low-midground: #68724C;--muted-warmish-high-background: #070804;--muted-warmish-medium-background: #030402;--muted-warmish-low-background: #010101;--muted-warm-bright-high: #FCFEFE;--muted-warm-bright-medium: #E7F8F4;--muted-warm-bright-low: #CEF1E9;--muted-warm-medium-high: #7ABBAE;--muted-warm-medium: #619A8E;--muted-warm-medium-low: #4B766D;--muted-warm-dim-high: #040807;--muted-warm-dim-medium: #020404;--muted-warm-dim-low: #010101;--muted-warm-high-foreground: #FCFEFE;--muted-warm-medium-foreground: #E7F8F4;--muted-warm-low-foreground: #CEF1E9;--muted-warm-high-midground: #7ABBAE;--muted-warm-medium-midground: #619A8E;--muted-warm-low-midground: #4B766D;--muted-warm-high-background: #040807;--muted-warm-medium-background: #020404;--muted-warm-low-background: #010101;--muted-hot-bright-high: #FDFEFE;--muted-hot-bright-medium: #EDF5FB;--muted-hot-bright-low: #DBEBF6;--muted-hot-medium-high: #84B3D4;--muted-hot-medium: #6593B3;--muted-hot-medium-low: #4D718B;--muted-hot-dim-high: #04080B;--muted-hot-dim-medium: #020405;--muted-hot-dim-low: #010102;--muted-hot-high-foreground: #FDFEFE;--muted-hot-medium-foreground: #EDF5FB;--muted-hot-low-foreground: #DBEBF6;--muted-hot-high-midground: #84B3D4;--muted-hot-medium-midground: #6593B3;--muted-hot-low-midground: #4D718B;--muted-hot-high-background: #04080B;--muted-hot-medium-background: #020405;--muted-hot-low-background: #010102;--muted-color-1-bright-high: #FDFEFE;--muted-color-1-bright-medium: #EDF5FB;--muted-color-1-bright-low: #DBEBF6;--muted-color-1-medium-high: #84B3D4;--muted-color-1-medium: #6593B3;--muted-color-1-medium-low: #4D718B;--muted-color-1-dim-high: #04080B;--muted-color-1-dim-medium: #020405;--muted-color-1-dim-low: #010102;--muted-color-1-high-foreground: #FDFEFE;--muted-color-1-medium-foreground: #EDF5FB;--muted-color-1-low-foreground: #DBEBF6;--muted-color-1-high-midground: #84B3D4;--muted-color-1-medium-midground: #6593B3;--muted-color-1-low-midground: #4D718B;--muted-color-1-high-background: #04080B;--muted-color-1-medium-background: #020405;--muted-color-1-low-background: #010102;--muted-color-2-bright-high: #FCFEFE;--muted-color-2-bright-medium: #E7F8F4;--muted-color-2-bright-low: #CEF1E9;--muted-color-2-medium-high: #7ABBAE;--muted-color-2-medium: #619A8E;--muted-color-2-medium-low: #4B766D;--muted-color-2-dim-high: #040807;--muted-color-2-dim-medium: #020404;--muted-color-2-dim-low: #010101;--muted-color-2-high-foreground: #FCFEFE;--muted-color-2-medium-foreground: #E7F8F4;--muted-color-2-low-foreground: #CEF1E9;--muted-color-2-high-midground: #7ABBAE;--muted-color-2-medium-midground: #619A8E;--muted-color-2-low-midground: #4B766D;--muted-color-2-high-background: #040807;--muted-color-2-medium-background: #020404;--muted-color-2-low-background: #010101;--muted-color-3-bright-high: #FDFEFC;--muted-color-3-bright-medium: #F2F6E7;--muted-color-3-bright-low: #E4EDCC;--muted-color-3-medium-high: #A5B47A;--muted-color-3-medium: #879462;--muted-color-3-medium-low: #68724C;--muted-color-3-dim-high: #070804;--muted-color-3-dim-medium: #030402;--muted-color-3-dim-low: #010101;--muted-color-3-high-foreground: #FDFEFC;--muted-color-3-medium-foreground: #F2F6E7;--muted-color-3-low-foreground: #E4EDCC;--muted-color-3-high-midground: #A5B47A;--muted-color-3-medium-midground: #879462;--muted-color-3-low-midground: #68724C;--muted-color-3-high-background: #070804;--muted-color-3-medium-background: #030402;--muted-color-3-low-background: #010101;--muted-color-4-bright-high: #FEFDFE;--muted-color-4-bright-medium: #F5F2FB;--muted-color-4-bright-low: #EAE5F6;--muted-color-4-medium-high: #B3A2D6;--muted-color-4-medium: #9581BA;--muted-color-4-medium-low: #736292;--muted-color-4-dim-high: #08060C;--muted-color-4-dim-medium: #040306;--muted-color-4-dim-low: #010102;--muted-color-4-high-foreground: #FEFDFE;--muted-color-4-medium-foreground: #F5F2FB;--muted-color-4-low-foreground: #EAE5F6;--muted-color-4-high-midground: #B3A2D6;--muted-color-4-medium-midground: #9581BA;--muted-color-4-low-midground: #736292;--muted-color-4-high-background: #08060C;--muted-color-4-medium-background: #040306;--muted-color-4-low-background: #010102;--muted-color-5-bright-high: #FEFDFD;--muted-color-5-bright-medium: #FBF1F3;--muted-color-5-bright-low: #F6E2E7;--muted-color-5-medium-high: #D698AA;--muted-color-5-medium: #B9768B;--muted-color-5-medium-low: #8F5A6B;--muted-color-5-dim-high: #0C0507;--muted-color-5-dim-medium: #060303;--muted-color-5-dim-low: #020101;--muted-color-5-high-foreground: #FEFDFD;--muted-color-5-medium-foreground: #FBF1F3;--muted-color-5-low-foreground: #F6E2E7;--muted-color-5-high-midground: #D698AA;--muted-color-5-medium-midground: #B9768B;--muted-color-5-low-midground: #8F5A6B;--muted-color-5-high-background: #0C0507;--muted-color-5-medium-background: #060303;--muted-color-5-low-background: #020101;--muted-color-6-bright-high: #FEFDFD;--muted-color-6-bright-medium: #FAF2EC;--muted-color-6-bright-low: #F5E5D8;--muted-color-6-medium-high: #D0A17C;--muted-color-6-medium: #AE8360;--muted-color-6-medium-low: #86654A;--muted-color-6-dim-high: #0A0604;--muted-color-6-dim-medium: #050302;--muted-color-6-dim-low: #020101;--muted-color-6-high-foreground: #FEFDFD;--muted-color-6-medium-foreground: #FAF2EC;--muted-color-6-low-foreground: #F5E5D8;--muted-color-6-high-midground: #D0A17C;--muted-color-6-medium-midground: #AE8360;--muted-color-6-low-midground: #86654A;--muted-color-6-high-background: #0A0604;--muted-color-6-medium-background: #050302;--muted-color-6-low-background: #020101;--muted-red-bright-high: #FEFDFD;--muted-red-bright-medium: #FAF2EC;--muted-red-bright-low: #F5E5D8;--muted-red-medium-high: #D0A17C;--muted-red-medium: #AE8360;--muted-red-medium-low: #86654A;--muted-red-dim-high: #0A0604;--muted-red-dim-medium: #050302;--muted-red-dim-low: #020101;--muted-red-high-foreground: #FEFDFD;--muted-red-medium-foreground: #FAF2EC;--muted-red-low-foreground: #F5E5D8;--muted-red-high-midground: #D0A17C;--muted-red-medium-midground: #AE8360;--muted-red-low-midground: #86654A;--muted-red-high-background: #0A0604;--muted-red-medium-background: #050302;--muted-red-low-background: #020101;--muted-green-bright-high: #FDFEFC;--muted-green-bright-medium: #F2F6E7;--muted-green-bright-low: #E4EDCC;--muted-green-medium-high: #A5B47A;--muted-green-medium: #879462;--muted-green-medium-low: #68724C;--muted-green-dim-high: #070804;--muted-green-dim-medium: #030402;--muted-green-dim-low: #010101;--muted-green-high-foreground: #FDFEFC;--muted-green-medium-foreground: #F2F6E7;--muted-green-low-foreground: #E4EDCC;--muted-green-high-midground: #A5B47A;--muted-green-medium-midground: #879462;--muted-green-low-midground: #68724C;--muted-green-high-background: #070804;--muted-green-medium-background: #030402;--muted-green-low-background: #010101;--muted-blue-bright-high: #FDFEFE;--muted-blue-bright-medium: #EDF5FB;--muted-blue-bright-low: #DBEBF6;--muted-blue-medium-high: #84B3D4;--muted-blue-medium: #6593B3;--muted-blue-medium-low: #4D718B;--muted-blue-dim-high: #04080B;--muted-blue-dim-medium: #020405;--muted-blue-dim-low: #010102;--muted-blue-high-foreground: #FDFEFE;--muted-blue-medium-foreground: #EDF5FB;--muted-blue-low-foreground: #DBEBF6;--muted-blue-high-midground: #84B3D4;--muted-blue-medium-midground: #6593B3;--muted-blue-low-midground: #4D718B;--muted-blue-high-background: #04080B;--muted-blue-medium-background: #020405;--muted-blue-low-background: #010102;--muted-cyan-bright-high: #FCFEFE;--muted-cyan-bright-medium: #E7F8F4;--muted-cyan-bright-low: #CEF1E9;--muted-cyan-medium-high: #7ABBAE;--muted-cyan-medium: #619A8E;--muted-cyan-medium-low: #4B766D;--muted-cyan-dim-high: #040807;--muted-cyan-dim-medium: #020404;--muted-cyan-dim-low: #010101;--muted-cyan-high-foreground: #FCFEFE;--muted-cyan-medium-foreground: #E7F8F4;--muted-cyan-low-foreground: #CEF1E9;--muted-cyan-high-midground: #7ABBAE;--muted-cyan-medium-midground: #619A8E;--muted-cyan-low-midground: #4B766D;--muted-cyan-high-background: #040807;--muted-cyan-medium-background: #020404;--muted-cyan-low-background: #010101;--muted-purple-bright-high: #FEFDFD;--muted-purple-bright-medium: #FBF1F3;--muted-purple-bright-low: #F6E2E7;--muted-purple-medium-high: #D698AA;--muted-purple-medium: #B9768B;--muted-purple-medium-low: #8F5A6B;--muted-purple-dim-high: #0C0507;--muted-purple-dim-medium: #060303;--muted-purple-dim-low: #020101;--muted-purple-high-foreground: #FEFDFD;--muted-purple-medium-foreground: #FBF1F3;--muted-purple-low-foreground: #F6E2E7;--muted-purple-high-midground: #D698AA;--muted-purple-medium-midground: #B9768B;--muted-purple-low-midground: #8F5A6B;--muted-purple-high-background: #0C0507;--muted-purple-medium-background: #060303;--muted-purple-low-background: #020101;--muted-yellow-bright-high: #FEFDFE;--muted-yellow-bright-medium: #F5F2FB;--muted-yellow-bright-low: #EAE5F6;--muted-yellow-medium-high: #B3A2D6;--muted-yellow-medium: #9581BA;--muted-yellow-medium-low: #736292;--muted-yellow-dim-high: #08060C;--muted-yellow-dim-medium: #040306;--muted-yellow-dim-low: #010102;--muted-yellow-high-foreground: #FEFDFE;--muted-yellow-medium-foreground: #F5F2FB;--muted-yellow-low-foreground: #EAE5F6;--muted-yellow-high-midground: #B3A2D6;--muted-yellow-medium-midground: #9581BA;--muted-yellow-low-midground: #736292;--muted-yellow-high-background: #08060C;--muted-yellow-medium-background: #040306;--muted-yellow-low-background: #010102;--base-cold-bright-high: #FFFDFC;--base-cold-bright-medium: #FFF1E7;--base-cold-bright-low: #FEE2CC;--base-cold-medium-high: #F0933A;--base-cold-medium: #C9751F;--base-cold-medium-low: #9C5A15;--base-cold-dim-high: #0F0501;--base-cold-dim-medium: #070200;--base-cold-dim-low: #020100;--base-cold-high-foreground: #FFFDFC;--base-cold-medium-foreground: #FFF1E7;--base-cold-low-foreground: #FEE2CC;--base-cold-high-midground: #F0933A;--base-cold-medium-midground: #C9751F;--base-cold-low-midground: #9C5A15;--base-cold-high-background: #0F0501;--base-cold-medium-background: #070200;--base-cold-low-background: #020100;--base-cool-bright-high: #FFFDFD;--base-cool-bright-medium: #FFEFF3;--base-cool-bright-low: #FEDFE7;--base-cool-medium-high: #FA7EA8;--base-cool-medium: #EC3F87;--base-cool-medium-low: #BD2368;--base-cool-dim-high: #150107;--base-cool-dim-medium: #0B0003;--base-cool-dim-low: #040001;--base-cool-high-foreground: #FFFDFD;--base-cool-medium-foreground: #FFEFF3;--base-cool-low-foreground: #FEDFE7;--base-cool-high-midground: #FA7EA8;--base-cool-medium-midground: #EC3F87;--base-cool-low-midground: #BD2368;--base-cool-high-background: #150107;--base-cool-medium-background: #0B0003;--base-cool-low-background: #040001;--base-coolish-bright-high: #FEFDFF;--base-coolish-bright-medium: #F5F1FF;--base-coolish-bright-low: #ECE3FE;--base-coolish-medium-high: #BB95FB;--base-coolish-medium: #A267F4;--base-coolish-medium-low: #833CD6;--base-coolish-dim-high: #0B0219;--base-coolish-dim-medium: #05010F;--base-coolish-dim-low: #020005;--base-coolish-high-foreground: #FEFDFF;--base-coolish-medium-foreground: #F5F1FF;--base-coolish-low-foreground: #ECE3FE;--base-coolish-high-midground: #BB95FB;--base-coolish-medium-midground: #A267F4;--base-coolish-low-midground: #833CD6;--base-coolish-high-background: #0B0219;--base-coolish-medium-background: #05010F;--base-coolish-low-background: #020005;--base-warmish-bright-high: #FDFEF9;--base-warmish-bright-medium: #EDFCC7;--base-warmish-bright-low: #DAF872;--base-warmish-medium-high: #A0BA27;--base-warmish-medium: #829823;--base-warmish-medium-low: #64751C;--base-warmish-dim-high: #060901;--base-warmish-dim-medium: #030400;--base-warmish-dim-low: #010100;--base-warmish-high-foreground: #FDFEF9;--base-warmish-medium-foreground: #EDFCC7;--base-warmish-low-foreground: #DAF872;--base-warmish-high-midground: #A0BA27;--base-warmish-medium-midground: #829823;--base-warmish-low-midground: #64751C;--base-warmish-high-background: #060901;--base-warmish-medium-background: #030400;--base-warmish-low-background: #010100;--base-warm-bright-high: #FAFFFE;--base-warm-bright-medium: #D5FEF5;--base-warm-bright-low: #A0FDEA;--base-warm-medium-high: #2DC6AF;--base-warm-medium: #28A28F;--base-warm-medium-low: #207D6E;--base-warm-dim-high: #010A07;--base-warm-dim-medium: #000504;--base-warm-dim-low: #000101;--base-warm-high-foreground: #FAFFFE;--base-warm-medium-foreground: #D5FEF5;--base-warm-low-foreground: #A0FDEA;--base-warm-high-midground: #2DC6AF;--base-warm-medium-midground: #28A28F;--base-warm-low-midground: #207D6E;--base-warm-high-background: #010A07;--base-warm-medium-background: #000504;--base-warm-low-background: #000101;--base-hot-bright-high: #FCFEFF;--base-hot-bright-medium: #EAF6FF;--base-hot-bright-low: #D4ECFE;--base-hot-medium-high: #55B6F5;--base-hot-medium: #2996D5;--base-hot-medium-low: #1974A7;--base-hot-dim-high: #010811;--base-hot-dim-medium: #000409;--base-hot-dim-low: #000103;--base-hot-high-foreground: #FCFEFF;--base-hot-medium-foreground: #EAF6FF;--base-hot-low-foreground: #D4ECFE;--base-hot-high-midground: #55B6F5;--base-hot-medium-midground: #2996D5;--base-hot-low-midground: #1974A7;--base-hot-high-background: #010811;--base-hot-medium-background: #000409;--base-hot-low-background: #000103;--base-color-1-bright-high: #FCFEFF;--base-color-1-bright-medium: #EAF6FF;--base-color-1-bright-low: #D4ECFE;--base-color-1-medium-high: #55B6F5;--base-color-1-medium: #2996D5;--base-color-1-medium-low: #1974A7;--base-color-1-dim-high: #010811;--base-color-1-dim-medium: #000409;--base-color-1-dim-low: #000103;--base-color-1-high-foreground: #FCFEFF;--base-color-1-medium-foreground: #EAF6FF;--base-color-1-low-foreground: #D4ECFE;--base-color-1-high-midground: #55B6F5;--base-color-1-medium-midground: #2996D5;--base-color-1-low-midground: #1974A7;--base-color-1-high-background: #010811;--base-color-1-medium-background: #000409;--base-color-1-low-background: #000103;--base-color-2-bright-high: #FAFFFE;--base-color-2-bright-medium: #D5FEF5;--base-color-2-bright-low: #A0FDEA;--base-color-2-medium-high: #2DC6AF;--base-color-2-medium: #28A28F;--base-color-2-medium-low: #207D6E;--base-color-2-dim-high: #010A07;--base-color-2-dim-medium: #000504;--base-color-2-dim-low: #000101;--base-color-2-high-foreground: #FAFFFE;--base-color-2-medium-foreground: #D5FEF5;--base-color-2-low-foreground: #A0FDEA;--base-color-2-high-midground: #2DC6AF;--base-color-2-medium-midground: #28A28F;--base-color-2-low-midground: #207D6E;--base-color-2-high-background: #010A07;--base-color-2-medium-background: #000504;--base-color-2-low-background: #000101;--base-color-3-bright-high: #FDFEF9;--base-color-3-bright-medium: #EDFCC7;--base-color-3-bright-low: #DAF872;--base-color-3-medium-high: #A0BA27;--base-color-3-medium: #829823;--base-color-3-medium-low: #64751C;--base-color-3-dim-high: #060901;--base-color-3-dim-medium: #030400;--base-color-3-dim-low: #010100;--base-color-3-high-foreground: #FDFEF9;--base-color-3-medium-foreground: #EDFCC7;--base-color-3-low-foreground: #DAF872;--base-color-3-high-midground: #A0BA27;--base-color-3-medium-midground: #829823;--base-color-3-low-midground: #64751C;--base-color-3-high-background: #060901;--base-color-3-medium-background: #030400;--base-color-3-low-background: #010100;--base-color-4-bright-high: #FEFDFF;--base-color-4-bright-medium: #F5F1FF;--base-color-4-bright-low: #ECE3FE;--base-color-4-medium-high: #BB95FB;--base-color-4-medium: #A267F4;--base-color-4-medium-low: #833CD6;--base-color-4-dim-high: #0B0219;--base-color-4-dim-medium: #05010F;--base-color-4-dim-low: #020005;--base-color-4-high-foreground: #FEFDFF;--base-color-4-medium-foreground: #F5F1FF;--base-color-4-low-foreground: #ECE3FE;--base-color-4-high-midground: #BB95FB;--base-color-4-medium-midground: #A267F4;--base-color-4-low-midground: #833CD6;--base-color-4-high-background: #0B0219;--base-color-4-medium-background: #05010F;--base-color-4-low-background: #020005;--base-color-5-bright-high: #FFFDFD;--base-color-5-bright-medium: #FFEFF3;--base-color-5-bright-low: #FEDFE7;--base-color-5-medium-high: #FA7EA8;--base-color-5-medium: #EC3F87;--base-color-5-medium-low: #BD2368;--base-color-5-dim-high: #150107;--base-color-5-dim-medium: #0B0003;--base-color-5-dim-low: #040001;--base-color-5-high-foreground: #FFFDFD;--base-color-5-medium-foreground: #FFEFF3;--base-color-5-low-foreground: #FEDFE7;--base-color-5-high-midground: #FA7EA8;--base-color-5-medium-midground: #EC3F87;--base-color-5-low-midground: #BD2368;--base-color-5-high-background: #150107;--base-color-5-medium-background: #0B0003;--base-color-5-low-background: #040001;--base-color-6-bright-high: #FFFDFC;--base-color-6-bright-medium: #FFF1E7;--base-color-6-bright-low: #FEE2CC;--base-color-6-medium-high: #F0933A;--base-color-6-medium: #C9751F;--base-color-6-medium-low: #9C5A15;--base-color-6-dim-high: #0F0501;--base-color-6-dim-medium: #070200;--base-color-6-dim-low: #020100;--base-color-6-high-foreground: #FFFDFC;--base-color-6-medium-foreground: #FFF1E7;--base-color-6-low-foreground: #FEE2CC;--base-color-6-high-midground: #F0933A;--base-color-6-medium-midground: #C9751F;--base-color-6-low-midground: #9C5A15;--base-color-6-high-background: #0F0501;--base-color-6-medium-background: #070200;--base-color-6-low-background: #020100;--base-red-bright-high: #FFFDFC;--base-red-bright-medium: #FFF1E7;--base-red-bright-low: #FEE2CC;--base-red-medium-high: #F0933A;--base-red-medium: #C9751F;--base-red-medium-low: #9C5A15;--base-red-dim-high: #0F0501;--base-red-dim-medium: #070200;--base-red-dim-low: #020100;--base-red-high-foreground: #FFFDFC;--base-red-medium-foreground: #FFF1E7;--base-red-low-foreground: #FEE2CC;--base-red-high-midground: #F0933A;--base-red-medium-midground: #C9751F;--base-red-low-midground: #9C5A15;--base-red-high-background: #0F0501;--base-red-medium-background: #070200;--base-red-low-background: #020100;--base-green-bright-high: #FDFEF9;--base-green-bright-medium: #EDFCC7;--base-green-bright-low: #DAF872;--base-green-medium-high: #A0BA27;--base-green-medium: #829823;--base-green-medium-low: #64751C;--base-green-dim-high: #060901;--base-green-dim-medium: #030400;--base-green-dim-low: #010100;--base-green-high-foreground: #FDFEF9;--base-green-medium-foreground: #EDFCC7;--base-green-low-foreground: #DAF872;--base-green-high-midground: #A0BA27;--base-green-medium-midground: #829823;--base-green-low-midground: #64751C;--base-green-high-background: #060901;--base-green-medium-background: #030400;--base-green-low-background: #010100;--base-blue-bright-high: #FCFEFF;--base-blue-bright-medium: #EAF6FF;--base-blue-bright-low: #D4ECFE;--base-blue-medium-high: #55B6F5;--base-blue-medium: #2996D5;--base-blue-medium-low: #1974A7;--base-blue-dim-high: #010811;--base-blue-dim-medium: #000409;--base-blue-dim-low: #000103;--base-blue-high-foreground: #FCFEFF;--base-blue-medium-foreground: #EAF6FF;--base-blue-low-foreground: #D4ECFE;--base-blue-high-midground: #55B6F5;--base-blue-medium-midground: #2996D5;--base-blue-low-midground: #1974A7;--base-blue-high-background: #010811;--base-blue-medium-background: #000409;--base-blue-low-background: #000103;--base-cyan-bright-high: #FAFFFE;--base-cyan-bright-medium: #D5FEF5;--base-cyan-bright-low: #A0FDEA;--base-cyan-medium-high: #2DC6AF;--base-cyan-medium: #28A28F;--base-cyan-medium-low: #207D6E;--base-cyan-dim-high: #010A07;--base-cyan-dim-medium: #000504;--base-cyan-dim-low: #000101;--base-cyan-high-foreground: #FAFFFE;--base-cyan-medium-foreground: #D5FEF5;--base-cyan-low-foreground: #A0FDEA;--base-cyan-high-midground: #2DC6AF;--base-cyan-medium-midground: #28A28F;--base-cyan-low-midground: #207D6E;--base-cyan-high-background: #010A07;--base-cyan-medium-background: #000504;--base-cyan-low-background: #000101;--base-purple-bright-high: #FFFDFD;--base-purple-bright-medium: #FFEFF3;--base-purple-bright-low: #FEDFE7;--base-purple-medium-high: #FA7EA8;--base-purple-medium: #EC3F87;--base-purple-medium-low: #BD2368;--base-purple-dim-high: #150107;--base-purple-dim-medium: #0B0003;--base-purple-dim-low: #040001;--base-purple-high-foreground: #FFFDFD;--base-purple-medium-foreground: #FFEFF3;--base-purple-low-foreground: #FEDFE7;--base-purple-high-midground: #FA7EA8;--base-purple-medium-midground: #EC3F87;--base-purple-low-midground: #BD2368;--base-purple-high-background: #150107;--base-purple-medium-background: #0B0003;--base-purple-low-background: #040001;--base-yellow-bright-high: #FEFDFF;--base-yellow-bright-medium: #F5F1FF;--base-yellow-bright-low: #ECE3FE;--base-yellow-medium-high: #BB95FB;--base-yellow-medium: #A267F4;--base-yellow-medium-low: #833CD6;--base-yellow-dim-high: #0B0219;--base-yellow-dim-medium: #05010F;--base-yellow-dim-low: #020005;--base-yellow-high-foreground: #FEFDFF;--base-yellow-medium-foreground: #F5F1FF;--base-yellow-low-foreground: #ECE3FE;--base-yellow-high-midground: #BB95FB;--base-yellow-medium-midground: #A267F4;--base-yellow-low-midground: #833CD6;--base-yellow-high-background: #0B0219;--base-yellow-medium-background: #05010F;--base-yellow-low-background: #020005;--intense-cold-bright-high: #FFFDFC;--intense-cold-bright-medium: #FFF1E6;--intense-cold-bright-low: #FFE2CB;--intense-cold-medium-high: #F88E15;--intense-cold-medium: #CC730A;--intense-cold-medium-low: #9E5807;--intense-cold-dim-high: #0F0500;--intense-cold-dim-medium: #080200;--intense-cold-dim-low: #020100;--intense-cold-high-foreground: #FFFDFC;--intense-cold-medium-foreground: #FFF1E6;--intense-cold-low-foreground: #FFE2CB;--intense-cold-high-midground: #F88E15;--intense-cold-medium-midground: #CC730A;--intense-cold-low-midground: #9E5807;--intense-cold-high-background: #0F0500;--intense-cold-medium-background: #080200;--intense-cold-low-background: #020100;--intense-cool-bright-high: #FFFDFD;--intense-cool-bright-medium: #FFEFF3;--intense-cool-bright-low: #FFDEE7;--intense-cool-medium-high: #FE7AA8;--intense-cool-medium: #F81F87;--intense-cool-medium-low: #C30E67;--intense-cool-dim-high: #160007;--intense-cool-dim-medium: #0C0003;--intense-cool-dim-low: #040001;--intense-cool-high-foreground: #FFFDFD;--intense-cool-medium-foreground: #FFEFF3;--intense-cool-low-foreground: #FFDEE7;--intense-cool-high-midground: #FE7AA8;--intense-cool-medium-midground: #F81F87;--intense-cool-low-midground: #C30E67;--intense-cool-high-background: #160007;--intense-cool-medium-background: #0C0003;--intense-cool-low-background: #040001;--intense-coolish-bright-high: #FEFDFF;--intense-coolish-bright-medium: #F5F1FF;--intense-coolish-bright-low: #ECE3FF;--intense-coolish-medium-high: #BC94FE;--intense-coolish-medium: #A461FC;--intense-coolish-medium-low: #8824E8;--intense-coolish-dim-high: #0C011C;--intense-coolish-dim-medium: #060011;--intense-coolish-dim-low: #020006;--intense-coolish-high-foreground: #FEFDFF;--intense-coolish-medium-foreground: #F5F1FF;--intense-coolish-low-foreground: #ECE3FF;--intense-coolish-high-midground: #BC94FE;--intense-coolish-medium-midground: #A461FC;--intense-coolish-low-midground: #8824E8;--intense-coolish-high-background: #0C011C;--intense-coolish-medium-background: #060011;--intense-coolish-low-background: #020006;--intense-warmish-bright-high: #FCFFF6;--intense-warmish-bright-medium: #EAFFAE;--intense-warmish-bright-low: #D6FC0B;--intense-warmish-medium-high: #9FBB09;--intense-warmish-medium: #82990D;--intense-warmish-medium-low: #64760D;--intense-warmish-dim-high: #060900;--intense-warmish-dim-medium: #030400;--intense-warmish-dim-low: #010100;--intense-warmish-high-foreground: #FCFFF6;--intense-warmish-medium-foreground: #EAFFAE;--intense-warmish-low-foreground: #D6FC0B;--intense-warmish-high-midground: #9FBB09;--intense-warmish-medium-midground: #82990D;--intense-warmish-low-midground: #64760D;--intense-warmish-high-background: #060900;--intense-warmish-medium-background: #030400;--intense-warmish-low-background: #010100;--intense-warm-bright-high: #FAFFFE;--intense-warm-bright-medium: #D2FFF5;--intense-warm-bright-low: #96FFEB;--intense-warm-medium-high: #0DC7AF;--intense-warm-medium: #11A38F;--intense-warm-medium-low: #107E6E;--intense-warm-dim-high: #000A08;--intense-warm-dim-medium: #000504;--intense-warm-dim-low: #000101;--intense-warm-high-foreground: #FAFFFE;--intense-warm-medium-foreground: #D2FFF5;--intense-warm-low-foreground: #96FFEB;--intense-warm-high-midground: #0DC7AF;--intense-warm-medium-midground: #11A38F;--intense-warm-low-midground: #107E6E;--intense-warm-high-background: #000A08;--intense-warm-medium-background: #000504;--intense-warm-low-background: #000101;--intense-hot-bright-high: #FCFEFF;--intense-hot-bright-medium: #EAF6FF;--intense-hot-bright-low: #D3ECFF;--intense-hot-medium-high: #44B7FD;--intense-hot-medium: #1196DA;--intense-hot-medium-low: #0974AA;--intense-hot-dim-high: #000811;--intense-hot-dim-medium: #000409;--intense-hot-dim-low: #000103;--intense-hot-high-foreground: #FCFEFF;--intense-hot-medium-foreground: #EAF6FF;--intense-hot-low-foreground: #D3ECFF;--intense-hot-high-midground: #44B7FD;--intense-hot-medium-midground: #1196DA;--intense-hot-low-midground: #0974AA;--intense-hot-high-background: #000811;--intense-hot-medium-background: #000409;--intense-hot-low-background: #000103;--intense-color-1-bright-high: #FCFEFF;--intense-color-1-bright-medium: #EAF6FF;--intense-color-1-bright-low: #D3ECFF;--intense-color-1-medium-high: #44B7FD;--intense-color-1-medium: #1196DA;--intense-color-1-medium-low: #0974AA;--intense-color-1-dim-high: #000811;--intense-color-1-dim-medium: #000409;--intense-color-1-dim-low: #000103;--intense-color-1-high-foreground: #FCFEFF;--intense-color-1-medium-foreground: #EAF6FF;--intense-color-1-low-foreground: #D3ECFF;--intense-color-1-high-midground: #44B7FD;--intense-color-1-medium-midground: #1196DA;--intense-color-1-low-midground: #0974AA;--intense-color-1-high-background: #000811;--intense-color-1-medium-background: #000409;--intense-color-1-low-background: #000103;--intense-color-2-bright-high: #FAFFFE;--intense-color-2-bright-medium: #D2FFF5;--intense-color-2-bright-low: #96FFEB;--intense-color-2-medium-high: #0DC7AF;--intense-color-2-medium: #11A38F;--intense-color-2-medium-low: #107E6E;--intense-color-2-dim-high: #000A08;--intense-color-2-dim-medium: #000504;--intense-color-2-dim-low: #000101;--intense-color-2-high-foreground: #FAFFFE;--intense-color-2-medium-foreground: #D2FFF5;--intense-color-2-low-foreground: #96FFEB;--intense-color-2-high-midground: #0DC7AF;--intense-color-2-medium-midground: #11A38F;--intense-color-2-low-midground: #107E6E;--intense-color-2-high-background: #000A08;--intense-color-2-medium-background: #000504;--intense-color-2-low-background: #000101;--intense-color-3-bright-high: #FCFFF6;--intense-color-3-bright-medium: #EAFFAE;--intense-color-3-bright-low: #D6FC0B;--intense-color-3-medium-high: #9FBB09;--intense-color-3-medium: #82990D;--intense-color-3-medium-low: #64760D;--intense-color-3-dim-high: #060900;--intense-color-3-dim-medium: #030400;--intense-color-3-dim-low: #010100;--intense-color-3-high-foreground: #FCFFF6;--intense-color-3-medium-foreground: #EAFFAE;--intense-color-3-low-foreground: #D6FC0B;--intense-color-3-high-midground: #9FBB09;--intense-color-3-medium-midground: #82990D;--intense-color-3-low-midground: #64760D;--intense-color-3-high-background: #060900;--intense-color-3-medium-background: #030400;--intense-color-3-low-background: #010100;--intense-color-4-bright-high: #FEFDFF;--intense-color-4-bright-medium: #F5F1FF;--intense-color-4-bright-low: #ECE3FF;--intense-color-4-medium-high: #BC94FE;--intense-color-4-medium: #A461FC;--intense-color-4-medium-low: #8824E8;--intense-color-4-dim-high: #0C011C;--intense-color-4-dim-medium: #060011;--intense-color-4-dim-low: #020006;--intense-color-4-high-foreground: #FEFDFF;--intense-color-4-medium-foreground: #F5F1FF;--intense-color-4-low-foreground: #ECE3FF;--intense-color-4-high-midground: #BC94FE;--intense-color-4-medium-midground: #A461FC;--intense-color-4-low-midground: #8824E8;--intense-color-4-high-background: #0C011C;--intense-color-4-medium-background: #060011;--intense-color-4-low-background: #020006;--intense-color-5-bright-high: #FFFDFD;--intense-color-5-bright-medium: #FFEFF3;--intense-color-5-bright-low: #FFDEE7;--intense-color-5-medium-high: #FE7AA8;--intense-color-5-medium: #F81F87;--intense-color-5-medium-low: #C30E67;--intense-color-5-dim-high: #160007;--intense-color-5-dim-medium: #0C0003;--intense-color-5-dim-low: #040001;--intense-color-5-high-foreground: #FFFDFD;--intense-color-5-medium-foreground: #FFEFF3;--intense-color-5-low-foreground: #FFDEE7;--intense-color-5-high-midground: #FE7AA8;--intense-color-5-medium-midground: #F81F87;--intense-color-5-low-midground: #C30E67;--intense-color-5-high-background: #160007;--intense-color-5-medium-background: #0C0003;--intense-color-5-low-background: #040001;--intense-color-6-bright-high: #FFFDFC;--intense-color-6-bright-medium: #FFF1E6;--intense-color-6-bright-low: #FFE2CB;--intense-color-6-medium-high: #F88E15;--intense-color-6-medium: #CC730A;--intense-color-6-medium-low: #9E5807;--intense-color-6-dim-high: #0F0500;--intense-color-6-dim-medium: #080200;--intense-color-6-dim-low: #020100;--intense-color-6-high-foreground: #FFFDFC;--intense-color-6-medium-foreground: #FFF1E6;--intense-color-6-low-foreground: #FFE2CB;--intense-color-6-high-midground: #F88E15;--intense-color-6-medium-midground: #CC730A;--intense-color-6-low-midground: #9E5807;--intense-color-6-high-background: #0F0500;--intense-color-6-medium-background: #080200;--intense-color-6-low-background: #020100;--intense-red-bright-high: #FFFDFC;--intense-red-bright-medium: #FFF1E6;--intense-red-bright-low: #FFE2CB;--intense-red-medium-high: #F88E15;--intense-red-medium: #CC730A;--intense-red-medium-low: #9E5807;--intense-red-dim-high: #0F0500;--intense-red-dim-medium: #080200;--intense-red-dim-low: #020100;--intense-red-high-foreground: #FFFDFC;--intense-red-medium-foreground: #FFF1E6;--intense-red-low-foreground: #FFE2CB;--intense-red-high-midground: #F88E15;--intense-red-medium-midground: #CC730A;--intense-red-low-midground: #9E5807;--intense-red-high-background: #0F0500;--intense-red-medium-background: #080200;--intense-red-low-background: #020100;--intense-green-bright-high: #FCFFF6;--intense-green-bright-medium: #EAFFAE;--intense-green-bright-low: #D6FC0B;--intense-green-medium-high: #9FBB09;--intense-green-medium: #82990D;--intense-green-medium-low: #64760D;--intense-green-dim-high: #060900;--intense-green-dim-medium: #030400;--intense-green-dim-low: #010100;--intense-green-high-foreground: #FCFFF6;--intense-green-medium-foreground: #EAFFAE;--intense-green-low-foreground: #D6FC0B;--intense-green-high-midground: #9FBB09;--intense-green-medium-midground: #82990D;--intense-green-low-midground: #64760D;--intense-green-high-background: #060900;--intense-green-medium-background: #030400;--intense-green-low-background: #010100;--intense-blue-bright-high: #FCFEFF;--intense-blue-bright-medium: #EAF6FF;--intense-blue-bright-low: #D3ECFF;--intense-blue-medium-high: #44B7FD;--intense-blue-medium: #1196DA;--intense-blue-medium-low: #0974AA;--intense-blue-dim-high: #000811;--intense-blue-dim-medium: #000409;--intense-blue-dim-low: #000103;--intense-blue-high-foreground: #FCFEFF;--intense-blue-medium-foreground: #EAF6FF;--intense-blue-low-foreground: #D3ECFF;--intense-blue-high-midground: #44B7FD;--intense-blue-medium-midground: #1196DA;--intense-blue-low-midground: #0974AA;--intense-blue-high-background: #000811;--intense-blue-medium-background: #000409;--intense-blue-low-background: #000103;--intense-cyan-bright-high: #FAFFFE;--intense-cyan-bright-medium: #D2FFF5;--intense-cyan-bright-low: #96FFEB;--intense-cyan-medium-high: #0DC7AF;--intense-cyan-medium: #11A38F;--intense-cyan-medium-low: #107E6E;--intense-cyan-dim-high: #000A08;--intense-cyan-dim-medium: #000504;--intense-cyan-dim-low: #000101;--intense-cyan-high-foreground: #FAFFFE;--intense-cyan-medium-foreground: #D2FFF5;--intense-cyan-low-foreground: #96FFEB;--intense-cyan-high-midground: #0DC7AF;--intense-cyan-medium-midground: #11A38F;--intense-cyan-low-midground: #107E6E;--intense-cyan-high-background: #000A08;--intense-cyan-medium-background: #000504;--intense-cyan-low-background: #000101;--intense-purple-bright-high: #FFFDFD;--intense-purple-bright-medium: #FFEFF3;--intense-purple-bright-low: #FFDEE7;--intense-purple-medium-high: #FE7AA8;--intense-purple-medium: #F81F87;--intense-purple-medium-low: #C30E67;--intense-purple-dim-high: #160007;--intense-purple-dim-medium: #0C0003;--intense-purple-dim-low: #040001;--intense-purple-high-foreground: #FFFDFD;--intense-purple-medium-foreground: #FFEFF3;--intense-purple-low-foreground: #FFDEE7;--intense-purple-high-midground: #FE7AA8;--intense-purple-medium-midground: #F81F87;--intense-purple-low-midground: #C30E67;--intense-purple-high-background: #160007;--intense-purple-medium-background: #0C0003;--intense-purple-low-background: #040001;--intense-yellow-bright-high: #FEFDFF;--intense-yellow-bright-medium: #F5F1FF;--intense-yellow-bright-low: #ECE3FF;--intense-yellow-medium-high: #BC94FE;--intense-yellow-medium: #A461FC;--intense-yellow-medium-low: #8824E8;--intense-yellow-dim-high: #0C011C;--intense-yellow-dim-medium: #060011;--intense-yellow-dim-low: #020006;--intense-yellow-high-foreground: #FEFDFF;--intense-yellow-medium-foreground: #F5F1FF;--intense-yellow-low-foreground: #ECE3FF;--intense-yellow-high-midground: #BC94FE;--intense-yellow-medium-midground: #A461FC;--intense-yellow-low-midground: #8824E8;--intense-yellow-high-background: #0C011C;--intense-yellow-medium-background: #060011;--intense-yellow-low-background: #020006;--dark-red: #0F0500;--bright-red: #FFE2CB;--dark-green: #060900;--bright-green: #D6FC0B;--dark-blue: #000811;--bright-blue: #D3ECFF;--dark-cyan: #000A08;--bright-cyan: #96FFEB;--dark-purple: #160007;--bright-purple: #FFDEE7;--dark-yellow: #0C011C;--bright-yellow: #ECE3FF;--dark-white: #F5E5D8;--bright-white: #FEFDFD;--dark-black: #010102;--bright-black: #04080B;--primary-foreground: #FAF2EC;--intense-foreground: #FFFDFC;--dim-foreground: #AE8360;--content-background: #020405;--card-background: #04080B;--page-background: #010102;--selection-background: #207D6E;--dim-selection-background: #010A07;--content-background-transparent: #020405;--card-background-transparent: #04080B;--chrome-foreground: #D4ECFE;--chrome-high: #D4ECFE;--chrome: #55B6F5;--chrome-low: #2996D5;--chrome-background: #010811;--caption-foreground: #010102;--chrome-shadow: #010811;--dim-shadow: #0A0604;--intense-shadow: #0F0500;--link: #1196DA;--link-hover: #44B7FD;--link-active: #0974AA;--link-disabled: #1974A7;--label: #FAF2EC;--label-hover: #FEFDFD;--label-active: #F5E5D8;--label-disabled: #AE8360;--control-foreground: #FDFEFE;--control-background: #2996D5;--control-hover-foreground: #FDFEFE;--control-hover-background: #55B6F5;--control-active-foreground: #DBEBF6;--control-active-background: #1974A7;--control-disabled-foreground: #6593B3;--control-disabled-background: #04080B;--secondary-control-foreground: #FCFEFE;--secondary-control-background: #28A28F;--secondary-control-hover-foreground: #FCFEFE;--secondary-control-hover-background: #2DC6AF;--secondary-control-active-foreground: #CEF1E9;--secondary-control-active-background: #207D6E;--secondary-control-disabled-foreground: #619A8E;--secondary-control-disabled-background: #040807;--ok-control-foreground: #FDFEF9;--ok-control-background: #82990D;--ok-control-hover-foreground: #FDFEF9;--ok-control-hover-background: #9FBB09;--ok-control-active-foreground: #DAF872;--ok-control-active-background: #64751C;--ok-control-disabled-foreground: #879462;--ok-control-disabled-background: #070804;--caution-control-foreground: #FEFDFF;--caution-control-background: #A461FC;--caution-control-hover-foreground: #FEFDFF;--caution-control-hover-background: #BC94FE;--caution-control-active-foreground: #ECE3FE;--caution-control-active-background: #833CD6;--caution-control-disabled-foreground: #9581BA;--caution-control-disabled-background: #08060C;--danger-control-foreground: #FFFDFC;--danger-control-background: #CC730A;--danger-control-hover-foreground: #FFFDFC;--danger-control-hover-background: #F88E15;--danger-control-active-foreground: #FEE2CC;--danger-control-active-background: #9C5A15;--danger-control-disabled-foreground: #AE8360;--danger-control-disabled-background: #0A0604;--ok-foreground: #9FBB09;--ok-background: #060901;--ok-background-transparent: #060901;--ok-shadow: #060901;--caution-foreground: #BC94FE;--caution-background: #0B0219;--caution-background-transparent: #0B0219;--caution-shadow: #0B0219;--danger-foreground: #F88E15;--danger-background: #0F0501;--danger-background-transparent: #0F0501;--danger-shadow: #0F0501;--input-background: #000409;--input-border: #2996D5;--input-hover-background: #010811;--input-hover-border: #55B6F5;--input-active-background: #000103;--input-active-border: #0974AA}body{background-image:none}}@media(prefers-color-scheme: light)and (prefers-contrast: more)and (forced-colors: none){:root{--muted-cold-bright-high: #FEFDFD;--muted-cold-bright-medium: #FAF2EC;--muted-cold-bright-low: #F5E5D8;--muted-cold-medium-high: #D0A17C;--muted-cold-medium: #AE8360;--muted-cold-medium-low: #86654A;--muted-cold-dim-high: #0A0604;--muted-cold-dim-medium: #050302;--muted-cold-dim-low: #020101;--muted-cold-high-foreground: #020101;--muted-cold-medium-foreground: #050302;--muted-cold-low-foreground: #0A0604;--muted-cold-high-midground: #86654A;--muted-cold-medium-midground: #AE8360;--muted-cold-low-midground: #D0A17C;--muted-cold-high-background: #F5E5D8;--muted-cold-medium-background: #FAF2EC;--muted-cold-low-background: #FEFDFD;--muted-cool-bright-high: #FEFDFD;--muted-cool-bright-medium: #FBF1F3;--muted-cool-bright-low: #F6E2E7;--muted-cool-medium-high: #D698AA;--muted-cool-medium: #B9768B;--muted-cool-medium-low: #8F5A6B;--muted-cool-dim-high: #0C0507;--muted-cool-dim-medium: #060303;--muted-cool-dim-low: #020101;--muted-cool-high-foreground: #020101;--muted-cool-medium-foreground: #060303;--muted-cool-low-foreground: #0C0507;--muted-cool-high-midground: #8F5A6B;--muted-cool-medium-midground: #B9768B;--muted-cool-low-midground: #D698AA;--muted-cool-high-background: #F6E2E7;--muted-cool-medium-background: #FBF1F3;--muted-cool-low-background: #FEFDFD;--muted-coolish-bright-high: #FEFDFE;--muted-coolish-bright-medium: #F5F2FB;--muted-coolish-bright-low: #EAE5F6;--muted-coolish-medium-high: #B3A2D6;--muted-coolish-medium: #9581BA;--muted-coolish-medium-low: #736292;--muted-coolish-dim-high: #08060C;--muted-coolish-dim-medium: #040306;--muted-coolish-dim-low: #010102;--muted-coolish-high-foreground: #010102;--muted-coolish-medium-foreground: #040306;--muted-coolish-low-foreground: #08060C;--muted-coolish-high-midground: #736292;--muted-coolish-medium-midground: #9581BA;--muted-coolish-low-midground: #B3A2D6;--muted-coolish-high-background: #EAE5F6;--muted-coolish-medium-background: #F5F2FB;--muted-coolish-low-background: #FEFDFE;--muted-warmish-bright-high: #FDFEFC;--muted-warmish-bright-medium: #F2F6E7;--muted-warmish-bright-low: #E4EDCC;--muted-warmish-medium-high: #A5B47A;--muted-warmish-medium: #879462;--muted-warmish-medium-low: #68724C;--muted-warmish-dim-high: #070804;--muted-warmish-dim-medium: #030402;--muted-warmish-dim-low: #010101;--muted-warmish-high-foreground: #010101;--muted-warmish-medium-foreground: #030402;--muted-warmish-low-foreground: #070804;--muted-warmish-high-midground: #68724C;--muted-warmish-medium-midground: #879462;--muted-warmish-low-midground: #A5B47A;--muted-warmish-high-background: #E4EDCC;--muted-warmish-medium-background: #F2F6E7;--muted-warmish-low-background: #FDFEFC;--muted-warm-bright-high: #FCFEFE;--muted-warm-bright-medium: #E7F8F4;--muted-warm-bright-low: #CEF1E9;--muted-warm-medium-high: #7ABBAE;--muted-warm-medium: #619A8E;--muted-warm-medium-low: #4B766D;--muted-warm-dim-high: #040807;--muted-warm-dim-medium: #020404;--muted-warm-dim-low: #010101;--muted-warm-high-foreground: #010101;--muted-warm-medium-foreground: #020404;--muted-warm-low-foreground: #040807;--muted-warm-high-midground: #4B766D;--muted-warm-medium-midground: #619A8E;--muted-warm-low-midground: #7ABBAE;--muted-warm-high-background: #CEF1E9;--muted-warm-medium-background: #E7F8F4;--muted-warm-low-background: #FCFEFE;--muted-hot-bright-high: #FDFEFE;--muted-hot-bright-medium: #EDF5FB;--muted-hot-bright-low: #DBEBF6;--muted-hot-medium-high: #84B3D4;--muted-hot-medium: #6593B3;--muted-hot-medium-low: #4D718B;--muted-hot-dim-high: #04080B;--muted-hot-dim-medium: #020405;--muted-hot-dim-low: #010102;--muted-hot-high-foreground: #010102;--muted-hot-medium-foreground: #020405;--muted-hot-low-foreground: #04080B;--muted-hot-high-midground: #4D718B;--muted-hot-medium-midground: #6593B3;--muted-hot-low-midground: #84B3D4;--muted-hot-high-background: #DBEBF6;--muted-hot-medium-background: #EDF5FB;--muted-hot-low-background: #FDFEFE;--muted-color-1-bright-high: #FDFEFE;--muted-color-1-bright-medium: #EDF5FB;--muted-color-1-bright-low: #DBEBF6;--muted-color-1-medium-high: #84B3D4;--muted-color-1-medium: #6593B3;--muted-color-1-medium-low: #4D718B;--muted-color-1-dim-high: #04080B;--muted-color-1-dim-medium: #020405;--muted-color-1-dim-low: #010102;--muted-color-1-high-foreground: #010102;--muted-color-1-medium-foreground: #020405;--muted-color-1-low-foreground: #04080B;--muted-color-1-high-midground: #4D718B;--muted-color-1-medium-midground: #6593B3;--muted-color-1-low-midground: #84B3D4;--muted-color-1-high-background: #DBEBF6;--muted-color-1-medium-background: #EDF5FB;--muted-color-1-low-background: #FDFEFE;--muted-color-2-bright-high: #FCFEFE;--muted-color-2-bright-medium: #E7F8F4;--muted-color-2-bright-low: #CEF1E9;--muted-color-2-medium-high: #7ABBAE;--muted-color-2-medium: #619A8E;--muted-color-2-medium-low: #4B766D;--muted-color-2-dim-high: #040807;--muted-color-2-dim-medium: #020404;--muted-color-2-dim-low: #010101;--muted-color-2-high-foreground: #010101;--muted-color-2-medium-foreground: #020404;--muted-color-2-low-foreground: #040807;--muted-color-2-high-midground: #4B766D;--muted-color-2-medium-midground: #619A8E;--muted-color-2-low-midground: #7ABBAE;--muted-color-2-high-background: #CEF1E9;--muted-color-2-medium-background: #E7F8F4;--muted-color-2-low-background: #FCFEFE;--muted-color-3-bright-high: #FDFEFC;--muted-color-3-bright-medium: #F2F6E7;--muted-color-3-bright-low: #E4EDCC;--muted-color-3-medium-high: #A5B47A;--muted-color-3-medium: #879462;--muted-color-3-medium-low: #68724C;--muted-color-3-dim-high: #070804;--muted-color-3-dim-medium: #030402;--muted-color-3-dim-low: #010101;--muted-color-3-high-foreground: #010101;--muted-color-3-medium-foreground: #030402;--muted-color-3-low-foreground: #070804;--muted-color-3-high-midground: #68724C;--muted-color-3-medium-midground: #879462;--muted-color-3-low-midground: #A5B47A;--muted-color-3-high-background: #E4EDCC;--muted-color-3-medium-background: #F2F6E7;--muted-color-3-low-background: #FDFEFC;--muted-color-4-bright-high: #FEFDFE;--muted-color-4-bright-medium: #F5F2FB;--muted-color-4-bright-low: #EAE5F6;--muted-color-4-medium-high: #B3A2D6;--muted-color-4-medium: #9581BA;--muted-color-4-medium-low: #736292;--muted-color-4-dim-high: #08060C;--muted-color-4-dim-medium: #040306;--muted-color-4-dim-low: #010102;--muted-color-4-high-foreground: #010102;--muted-color-4-medium-foreground: #040306;--muted-color-4-low-foreground: #08060C;--muted-color-4-high-midground: #736292;--muted-color-4-medium-midground: #9581BA;--muted-color-4-low-midground: #B3A2D6;--muted-color-4-high-background: #EAE5F6;--muted-color-4-medium-background: #F5F2FB;--muted-color-4-low-background: #FEFDFE;--muted-color-5-bright-high: #FEFDFD;--muted-color-5-bright-medium: #FBF1F3;--muted-color-5-bright-low: #F6E2E7;--muted-color-5-medium-high: #D698AA;--muted-color-5-medium: #B9768B;--muted-color-5-medium-low: #8F5A6B;--muted-color-5-dim-high: #0C0507;--muted-color-5-dim-medium: #060303;--muted-color-5-dim-low: #020101;--muted-color-5-high-foreground: #020101;--muted-color-5-medium-foreground: #060303;--muted-color-5-low-foreground: #0C0507;--muted-color-5-high-midground: #8F5A6B;--muted-color-5-medium-midground: #B9768B;--muted-color-5-low-midground: #D698AA;--muted-color-5-high-background: #F6E2E7;--muted-color-5-medium-background: #FBF1F3;--muted-color-5-low-background: #FEFDFD;--muted-color-6-bright-high: #FEFDFD;--muted-color-6-bright-medium: #FAF2EC;--muted-color-6-bright-low: #F5E5D8;--muted-color-6-medium-high: #D0A17C;--muted-color-6-medium: #AE8360;--muted-color-6-medium-low: #86654A;--muted-color-6-dim-high: #0A0604;--muted-color-6-dim-medium: #050302;--muted-color-6-dim-low: #020101;--muted-color-6-high-foreground: #020101;--muted-color-6-medium-foreground: #050302;--muted-color-6-low-foreground: #0A0604;--muted-color-6-high-midground: #86654A;--muted-color-6-medium-midground: #AE8360;--muted-color-6-low-midground: #D0A17C;--muted-color-6-high-background: #F5E5D8;--muted-color-6-medium-background: #FAF2EC;--muted-color-6-low-background: #FEFDFD;--muted-red-bright-high: #FEFDFD;--muted-red-bright-medium: #FAF2EC;--muted-red-bright-low: #F5E5D8;--muted-red-medium-high: #D0A17C;--muted-red-medium: #AE8360;--muted-red-medium-low: #86654A;--muted-red-dim-high: #0A0604;--muted-red-dim-medium: #050302;--muted-red-dim-low: #020101;--muted-red-high-foreground: #020101;--muted-red-medium-foreground: #050302;--muted-red-low-foreground: #0A0604;--muted-red-high-midground: #86654A;--muted-red-medium-midground: #AE8360;--muted-red-low-midground: #D0A17C;--muted-red-high-background: #F5E5D8;--muted-red-medium-background: #FAF2EC;--muted-red-low-background: #FEFDFD;--muted-green-bright-high: #FDFEFC;--muted-green-bright-medium: #F2F6E7;--muted-green-bright-low: #E4EDCC;--muted-green-medium-high: #A5B47A;--muted-green-medium: #879462;--muted-green-medium-low: #68724C;--muted-green-dim-high: #070804;--muted-green-dim-medium: #030402;--muted-green-dim-low: #010101;--muted-green-high-foreground: #010101;--muted-green-medium-foreground: #030402;--muted-green-low-foreground: #070804;--muted-green-high-midground: #68724C;--muted-green-medium-midground: #879462;--muted-green-low-midground: #A5B47A;--muted-green-high-background: #E4EDCC;--muted-green-medium-background: #F2F6E7;--muted-green-low-background: #FDFEFC;--muted-blue-bright-high: #FDFEFE;--muted-blue-bright-medium: #EDF5FB;--muted-blue-bright-low: #DBEBF6;--muted-blue-medium-high: #84B3D4;--muted-blue-medium: #6593B3;--muted-blue-medium-low: #4D718B;--muted-blue-dim-high: #04080B;--muted-blue-dim-medium: #020405;--muted-blue-dim-low: #010102;--muted-blue-high-foreground: #010102;--muted-blue-medium-foreground: #020405;--muted-blue-low-foreground: #04080B;--muted-blue-high-midground: #4D718B;--muted-blue-medium-midground: #6593B3;--muted-blue-low-midground: #84B3D4;--muted-blue-high-background: #DBEBF6;--muted-blue-medium-background: #EDF5FB;--muted-blue-low-background: #FDFEFE;--muted-cyan-bright-high: #FCFEFE;--muted-cyan-bright-medium: #E7F8F4;--muted-cyan-bright-low: #CEF1E9;--muted-cyan-medium-high: #7ABBAE;--muted-cyan-medium: #619A8E;--muted-cyan-medium-low: #4B766D;--muted-cyan-dim-high: #040807;--muted-cyan-dim-medium: #020404;--muted-cyan-dim-low: #010101;--muted-cyan-high-foreground: #010101;--muted-cyan-medium-foreground: #020404;--muted-cyan-low-foreground: #040807;--muted-cyan-high-midground: #4B766D;--muted-cyan-medium-midground: #619A8E;--muted-cyan-low-midground: #7ABBAE;--muted-cyan-high-background: #CEF1E9;--muted-cyan-medium-background: #E7F8F4;--muted-cyan-low-background: #FCFEFE;--muted-purple-bright-high: #FEFDFD;--muted-purple-bright-medium: #FBF1F3;--muted-purple-bright-low: #F6E2E7;--muted-purple-medium-high: #D698AA;--muted-purple-medium: #B9768B;--muted-purple-medium-low: #8F5A6B;--muted-purple-dim-high: #0C0507;--muted-purple-dim-medium: #060303;--muted-purple-dim-low: #020101;--muted-purple-high-foreground: #020101;--muted-purple-medium-foreground: #060303;--muted-purple-low-foreground: #0C0507;--muted-purple-high-midground: #8F5A6B;--muted-purple-medium-midground: #B9768B;--muted-purple-low-midground: #D698AA;--muted-purple-high-background: #F6E2E7;--muted-purple-medium-background: #FBF1F3;--muted-purple-low-background: #FEFDFD;--muted-yellow-bright-high: #FEFDFE;--muted-yellow-bright-medium: #F5F2FB;--muted-yellow-bright-low: #EAE5F6;--muted-yellow-medium-high: #B3A2D6;--muted-yellow-medium: #9581BA;--muted-yellow-medium-low: #736292;--muted-yellow-dim-high: #08060C;--muted-yellow-dim-medium: #040306;--muted-yellow-dim-low: #010102;--muted-yellow-high-foreground: #010102;--muted-yellow-medium-foreground: #040306;--muted-yellow-low-foreground: #08060C;--muted-yellow-high-midground: #736292;--muted-yellow-medium-midground: #9581BA;--muted-yellow-low-midground: #B3A2D6;--muted-yellow-high-background: #EAE5F6;--muted-yellow-medium-background: #F5F2FB;--muted-yellow-low-background: #FEFDFE;--base-cold-bright-high: #FFFDFC;--base-cold-bright-medium: #FFF1E7;--base-cold-bright-low: #FEE2CC;--base-cold-medium-high: #F0933A;--base-cold-medium: #C9751F;--base-cold-medium-low: #9C5A15;--base-cold-dim-high: #0F0501;--base-cold-dim-medium: #070200;--base-cold-dim-low: #020100;--base-cold-high-foreground: #020100;--base-cold-medium-foreground: #070200;--base-cold-low-foreground: #0F0501;--base-cold-high-midground: #9C5A15;--base-cold-medium-midground: #C9751F;--base-cold-low-midground: #F0933A;--base-cold-high-background: #FEE2CC;--base-cold-medium-background: #FFF1E7;--base-cold-low-background: #FFFDFC;--base-cool-bright-high: #FFFDFD;--base-cool-bright-medium: #FFEFF3;--base-cool-bright-low: #FEDFE7;--base-cool-medium-high: #FA7EA8;--base-cool-medium: #EC3F87;--base-cool-medium-low: #BD2368;--base-cool-dim-high: #150107;--base-cool-dim-medium: #0B0003;--base-cool-dim-low: #040001;--base-cool-high-foreground: #040001;--base-cool-medium-foreground: #0B0003;--base-cool-low-foreground: #150107;--base-cool-high-midground: #BD2368;--base-cool-medium-midground: #EC3F87;--base-cool-low-midground: #FA7EA8;--base-cool-high-background: #FEDFE7;--base-cool-medium-background: #FFEFF3;--base-cool-low-background: #FFFDFD;--base-coolish-bright-high: #FEFDFF;--base-coolish-bright-medium: #F5F1FF;--base-coolish-bright-low: #ECE3FE;--base-coolish-medium-high: #BB95FB;--base-coolish-medium: #A267F4;--base-coolish-medium-low: #833CD6;--base-coolish-dim-high: #0B0219;--base-coolish-dim-medium: #05010F;--base-coolish-dim-low: #020005;--base-coolish-high-foreground: #020005;--base-coolish-medium-foreground: #05010F;--base-coolish-low-foreground: #0B0219;--base-coolish-high-midground: #833CD6;--base-coolish-medium-midground: #A267F4;--base-coolish-low-midground: #BB95FB;--base-coolish-high-background: #ECE3FE;--base-coolish-medium-background: #F5F1FF;--base-coolish-low-background: #FEFDFF;--base-warmish-bright-high: #FDFEF9;--base-warmish-bright-medium: #EDFCC7;--base-warmish-bright-low: #DAF872;--base-warmish-medium-high: #A0BA27;--base-warmish-medium: #829823;--base-warmish-medium-low: #64751C;--base-warmish-dim-high: #060901;--base-warmish-dim-medium: #030400;--base-warmish-dim-low: #010100;--base-warmish-high-foreground: #010100;--base-warmish-medium-foreground: #030400;--base-warmish-low-foreground: #060901;--base-warmish-high-midground: #64751C;--base-warmish-medium-midground: #829823;--base-warmish-low-midground: #A0BA27;--base-warmish-high-background: #DAF872;--base-warmish-medium-background: #EDFCC7;--base-warmish-low-background: #FDFEF9;--base-warm-bright-high: #FAFFFE;--base-warm-bright-medium: #D5FEF5;--base-warm-bright-low: #A0FDEA;--base-warm-medium-high: #2DC6AF;--base-warm-medium: #28A28F;--base-warm-medium-low: #207D6E;--base-warm-dim-high: #010A07;--base-warm-dim-medium: #000504;--base-warm-dim-low: #000101;--base-warm-high-foreground: #000101;--base-warm-medium-foreground: #000504;--base-warm-low-foreground: #010A07;--base-warm-high-midground: #207D6E;--base-warm-medium-midground: #28A28F;--base-warm-low-midground: #2DC6AF;--base-warm-high-background: #A0FDEA;--base-warm-medium-background: #D5FEF5;--base-warm-low-background: #FAFFFE;--base-hot-bright-high: #FCFEFF;--base-hot-bright-medium: #EAF6FF;--base-hot-bright-low: #D4ECFE;--base-hot-medium-high: #55B6F5;--base-hot-medium: #2996D5;--base-hot-medium-low: #1974A7;--base-hot-dim-high: #010811;--base-hot-dim-medium: #000409;--base-hot-dim-low: #000103;--base-hot-high-foreground: #000103;--base-hot-medium-foreground: #000409;--base-hot-low-foreground: #010811;--base-hot-high-midground: #1974A7;--base-hot-medium-midground: #2996D5;--base-hot-low-midground: #55B6F5;--base-hot-high-background: #D4ECFE;--base-hot-medium-background: #EAF6FF;--base-hot-low-background: #FCFEFF;--base-color-1-bright-high: #FCFEFF;--base-color-1-bright-medium: #EAF6FF;--base-color-1-bright-low: #D4ECFE;--base-color-1-medium-high: #55B6F5;--base-color-1-medium: #2996D5;--base-color-1-medium-low: #1974A7;--base-color-1-dim-high: #010811;--base-color-1-dim-medium: #000409;--base-color-1-dim-low: #000103;--base-color-1-high-foreground: #000103;--base-color-1-medium-foreground: #000409;--base-color-1-low-foreground: #010811;--base-color-1-high-midground: #1974A7;--base-color-1-medium-midground: #2996D5;--base-color-1-low-midground: #55B6F5;--base-color-1-high-background: #D4ECFE;--base-color-1-medium-background: #EAF6FF;--base-color-1-low-background: #FCFEFF;--base-color-2-bright-high: #FAFFFE;--base-color-2-bright-medium: #D5FEF5;--base-color-2-bright-low: #A0FDEA;--base-color-2-medium-high: #2DC6AF;--base-color-2-medium: #28A28F;--base-color-2-medium-low: #207D6E;--base-color-2-dim-high: #010A07;--base-color-2-dim-medium: #000504;--base-color-2-dim-low: #000101;--base-color-2-high-foreground: #000101;--base-color-2-medium-foreground: #000504;--base-color-2-low-foreground: #010A07;--base-color-2-high-midground: #207D6E;--base-color-2-medium-midground: #28A28F;--base-color-2-low-midground: #2DC6AF;--base-color-2-high-background: #A0FDEA;--base-color-2-medium-background: #D5FEF5;--base-color-2-low-background: #FAFFFE;--base-color-3-bright-high: #FDFEF9;--base-color-3-bright-medium: #EDFCC7;--base-color-3-bright-low: #DAF872;--base-color-3-medium-high: #A0BA27;--base-color-3-medium: #829823;--base-color-3-medium-low: #64751C;--base-color-3-dim-high: #060901;--base-color-3-dim-medium: #030400;--base-color-3-dim-low: #010100;--base-color-3-high-foreground: #010100;--base-color-3-medium-foreground: #030400;--base-color-3-low-foreground: #060901;--base-color-3-high-midground: #64751C;--base-color-3-medium-midground: #829823;--base-color-3-low-midground: #A0BA27;--base-color-3-high-background: #DAF872;--base-color-3-medium-background: #EDFCC7;--base-color-3-low-background: #FDFEF9;--base-color-4-bright-high: #FEFDFF;--base-color-4-bright-medium: #F5F1FF;--base-color-4-bright-low: #ECE3FE;--base-color-4-medium-high: #BB95FB;--base-color-4-medium: #A267F4;--base-color-4-medium-low: #833CD6;--base-color-4-dim-high: #0B0219;--base-color-4-dim-medium: #05010F;--base-color-4-dim-low: #020005;--base-color-4-high-foreground: #020005;--base-color-4-medium-foreground: #05010F;--base-color-4-low-foreground: #0B0219;--base-color-4-high-midground: #833CD6;--base-color-4-medium-midground: #A267F4;--base-color-4-low-midground: #BB95FB;--base-color-4-high-background: #ECE3FE;--base-color-4-medium-background: #F5F1FF;--base-color-4-low-background: #FEFDFF;--base-color-5-bright-high: #FFFDFD;--base-color-5-bright-medium: #FFEFF3;--base-color-5-bright-low: #FEDFE7;--base-color-5-medium-high: #FA7EA8;--base-color-5-medium: #EC3F87;--base-color-5-medium-low: #BD2368;--base-color-5-dim-high: #150107;--base-color-5-dim-medium: #0B0003;--base-color-5-dim-low: #040001;--base-color-5-high-foreground: #040001;--base-color-5-medium-foreground: #0B0003;--base-color-5-low-foreground: #150107;--base-color-5-high-midground: #BD2368;--base-color-5-medium-midground: #EC3F87;--base-color-5-low-midground: #FA7EA8;--base-color-5-high-background: #FEDFE7;--base-color-5-medium-background: #FFEFF3;--base-color-5-low-background: #FFFDFD;--base-color-6-bright-high: #FFFDFC;--base-color-6-bright-medium: #FFF1E7;--base-color-6-bright-low: #FEE2CC;--base-color-6-medium-high: #F0933A;--base-color-6-medium: #C9751F;--base-color-6-medium-low: #9C5A15;--base-color-6-dim-high: #0F0501;--base-color-6-dim-medium: #070200;--base-color-6-dim-low: #020100;--base-color-6-high-foreground: #020100;--base-color-6-medium-foreground: #070200;--base-color-6-low-foreground: #0F0501;--base-color-6-high-midground: #9C5A15;--base-color-6-medium-midground: #C9751F;--base-color-6-low-midground: #F0933A;--base-color-6-high-background: #FEE2CC;--base-color-6-medium-background: #FFF1E7;--base-color-6-low-background: #FFFDFC;--base-red-bright-high: #FFFDFC;--base-red-bright-medium: #FFF1E7;--base-red-bright-low: #FEE2CC;--base-red-medium-high: #F0933A;--base-red-medium: #C9751F;--base-red-medium-low: #9C5A15;--base-red-dim-high: #0F0501;--base-red-dim-medium: #070200;--base-red-dim-low: #020100;--base-red-high-foreground: #020100;--base-red-medium-foreground: #070200;--base-red-low-foreground: #0F0501;--base-red-high-midground: #9C5A15;--base-red-medium-midground: #C9751F;--base-red-low-midground: #F0933A;--base-red-high-background: #FEE2CC;--base-red-medium-background: #FFF1E7;--base-red-low-background: #FFFDFC;--base-green-bright-high: #FDFEF9;--base-green-bright-medium: #EDFCC7;--base-green-bright-low: #DAF872;--base-green-medium-high: #A0BA27;--base-green-medium: #829823;--base-green-medium-low: #64751C;--base-green-dim-high: #060901;--base-green-dim-medium: #030400;--base-green-dim-low: #010100;--base-green-high-foreground: #010100;--base-green-medium-foreground: #030400;--base-green-low-foreground: #060901;--base-green-high-midground: #64751C;--base-green-medium-midground: #829823;--base-green-low-midground: #A0BA27;--base-green-high-background: #DAF872;--base-green-medium-background: #EDFCC7;--base-green-low-background: #FDFEF9;--base-blue-bright-high: #FCFEFF;--base-blue-bright-medium: #EAF6FF;--base-blue-bright-low: #D4ECFE;--base-blue-medium-high: #55B6F5;--base-blue-medium: #2996D5;--base-blue-medium-low: #1974A7;--base-blue-dim-high: #010811;--base-blue-dim-medium: #000409;--base-blue-dim-low: #000103;--base-blue-high-foreground: #000103;--base-blue-medium-foreground: #000409;--base-blue-low-foreground: #010811;--base-blue-high-midground: #1974A7;--base-blue-medium-midground: #2996D5;--base-blue-low-midground: #55B6F5;--base-blue-high-background: #D4ECFE;--base-blue-medium-background: #EAF6FF;--base-blue-low-background: #FCFEFF;--base-cyan-bright-high: #FAFFFE;--base-cyan-bright-medium: #D5FEF5;--base-cyan-bright-low: #A0FDEA;--base-cyan-medium-high: #2DC6AF;--base-cyan-medium: #28A28F;--base-cyan-medium-low: #207D6E;--base-cyan-dim-high: #010A07;--base-cyan-dim-medium: #000504;--base-cyan-dim-low: #000101;--base-cyan-high-foreground: #000101;--base-cyan-medium-foreground: #000504;--base-cyan-low-foreground: #010A07;--base-cyan-high-midground: #207D6E;--base-cyan-medium-midground: #28A28F;--base-cyan-low-midground: #2DC6AF;--base-cyan-high-background: #A0FDEA;--base-cyan-medium-background: #D5FEF5;--base-cyan-low-background: #FAFFFE;--base-purple-bright-high: #FFFDFD;--base-purple-bright-medium: #FFEFF3;--base-purple-bright-low: #FEDFE7;--base-purple-medium-high: #FA7EA8;--base-purple-medium: #EC3F87;--base-purple-medium-low: #BD2368;--base-purple-dim-high: #150107;--base-purple-dim-medium: #0B0003;--base-purple-dim-low: #040001;--base-purple-high-foreground: #040001;--base-purple-medium-foreground: #0B0003;--base-purple-low-foreground: #150107;--base-purple-high-midground: #BD2368;--base-purple-medium-midground: #EC3F87;--base-purple-low-midground: #FA7EA8;--base-purple-high-background: #FEDFE7;--base-purple-medium-background: #FFEFF3;--base-purple-low-background: #FFFDFD;--base-yellow-bright-high: #FEFDFF;--base-yellow-bright-medium: #F5F1FF;--base-yellow-bright-low: #ECE3FE;--base-yellow-medium-high: #BB95FB;--base-yellow-medium: #A267F4;--base-yellow-medium-low: #833CD6;--base-yellow-dim-high: #0B0219;--base-yellow-dim-medium: #05010F;--base-yellow-dim-low: #020005;--base-yellow-high-foreground: #020005;--base-yellow-medium-foreground: #05010F;--base-yellow-low-foreground: #0B0219;--base-yellow-high-midground: #833CD6;--base-yellow-medium-midground: #A267F4;--base-yellow-low-midground: #BB95FB;--base-yellow-high-background: #ECE3FE;--base-yellow-medium-background: #F5F1FF;--base-yellow-low-background: #FEFDFF;--intense-cold-bright-high: #FFFDFC;--intense-cold-bright-medium: #FFF1E6;--intense-cold-bright-low: #FFE2CB;--intense-cold-medium-high: #F88E15;--intense-cold-medium: #CC730A;--intense-cold-medium-low: #9E5807;--intense-cold-dim-high: #0F0500;--intense-cold-dim-medium: #080200;--intense-cold-dim-low: #020100;--intense-cold-high-foreground: #020100;--intense-cold-medium-foreground: #080200;--intense-cold-low-foreground: #0F0500;--intense-cold-high-midground: #9E5807;--intense-cold-medium-midground: #CC730A;--intense-cold-low-midground: #F88E15;--intense-cold-high-background: #FFE2CB;--intense-cold-medium-background: #FFF1E6;--intense-cold-low-background: #FFFDFC;--intense-cool-bright-high: #FFFDFD;--intense-cool-bright-medium: #FFEFF3;--intense-cool-bright-low: #FFDEE7;--intense-cool-medium-high: #FE7AA8;--intense-cool-medium: #F81F87;--intense-cool-medium-low: #C30E67;--intense-cool-dim-high: #160007;--intense-cool-dim-medium: #0C0003;--intense-cool-dim-low: #040001;--intense-cool-high-foreground: #040001;--intense-cool-medium-foreground: #0C0003;--intense-cool-low-foreground: #160007;--intense-cool-high-midground: #C30E67;--intense-cool-medium-midground: #F81F87;--intense-cool-low-midground: #FE7AA8;--intense-cool-high-background: #FFDEE7;--intense-cool-medium-background: #FFEFF3;--intense-cool-low-background: #FFFDFD;--intense-coolish-bright-high: #FEFDFF;--intense-coolish-bright-medium: #F5F1FF;--intense-coolish-bright-low: #ECE3FF;--intense-coolish-medium-high: #BC94FE;--intense-coolish-medium: #A461FC;--intense-coolish-medium-low: #8824E8;--intense-coolish-dim-high: #0C011C;--intense-coolish-dim-medium: #060011;--intense-coolish-dim-low: #020006;--intense-coolish-high-foreground: #020006;--intense-coolish-medium-foreground: #060011;--intense-coolish-low-foreground: #0C011C;--intense-coolish-high-midground: #8824E8;--intense-coolish-medium-midground: #A461FC;--intense-coolish-low-midground: #BC94FE;--intense-coolish-high-background: #ECE3FF;--intense-coolish-medium-background: #F5F1FF;--intense-coolish-low-background: #FEFDFF;--intense-warmish-bright-high: #FCFFF6;--intense-warmish-bright-medium: #EAFFAE;--intense-warmish-bright-low: #D6FC0B;--intense-warmish-medium-high: #9FBB09;--intense-warmish-medium: #82990D;--intense-warmish-medium-low: #64760D;--intense-warmish-dim-high: #060900;--intense-warmish-dim-medium: #030400;--intense-warmish-dim-low: #010100;--intense-warmish-high-foreground: #010100;--intense-warmish-medium-foreground: #030400;--intense-warmish-low-foreground: #060900;--intense-warmish-high-midground: #64760D;--intense-warmish-medium-midground: #82990D;--intense-warmish-low-midground: #9FBB09;--intense-warmish-high-background: #D6FC0B;--intense-warmish-medium-background: #EAFFAE;--intense-warmish-low-background: #FCFFF6;--intense-warm-bright-high: #FAFFFE;--intense-warm-bright-medium: #D2FFF5;--intense-warm-bright-low: #96FFEB;--intense-warm-medium-high: #0DC7AF;--intense-warm-medium: #11A38F;--intense-warm-medium-low: #107E6E;--intense-warm-dim-high: #000A08;--intense-warm-dim-medium: #000504;--intense-warm-dim-low: #000101;--intense-warm-high-foreground: #000101;--intense-warm-medium-foreground: #000504;--intense-warm-low-foreground: #000A08;--intense-warm-high-midground: #107E6E;--intense-warm-medium-midground: #11A38F;--intense-warm-low-midground: #0DC7AF;--intense-warm-high-background: #96FFEB;--intense-warm-medium-background: #D2FFF5;--intense-warm-low-background: #FAFFFE;--intense-hot-bright-high: #FCFEFF;--intense-hot-bright-medium: #EAF6FF;--intense-hot-bright-low: #D3ECFF;--intense-hot-medium-high: #44B7FD;--intense-hot-medium: #1196DA;--intense-hot-medium-low: #0974AA;--intense-hot-dim-high: #000811;--intense-hot-dim-medium: #000409;--intense-hot-dim-low: #000103;--intense-hot-high-foreground: #000103;--intense-hot-medium-foreground: #000409;--intense-hot-low-foreground: #000811;--intense-hot-high-midground: #0974AA;--intense-hot-medium-midground: #1196DA;--intense-hot-low-midground: #44B7FD;--intense-hot-high-background: #D3ECFF;--intense-hot-medium-background: #EAF6FF;--intense-hot-low-background: #FCFEFF;--intense-color-1-bright-high: #FCFEFF;--intense-color-1-bright-medium: #EAF6FF;--intense-color-1-bright-low: #D3ECFF;--intense-color-1-medium-high: #44B7FD;--intense-color-1-medium: #1196DA;--intense-color-1-medium-low: #0974AA;--intense-color-1-dim-high: #000811;--intense-color-1-dim-medium: #000409;--intense-color-1-dim-low: #000103;--intense-color-1-high-foreground: #000103;--intense-color-1-medium-foreground: #000409;--intense-color-1-low-foreground: #000811;--intense-color-1-high-midground: #0974AA;--intense-color-1-medium-midground: #1196DA;--intense-color-1-low-midground: #44B7FD;--intense-color-1-high-background: #D3ECFF;--intense-color-1-medium-background: #EAF6FF;--intense-color-1-low-background: #FCFEFF;--intense-color-2-bright-high: #FAFFFE;--intense-color-2-bright-medium: #D2FFF5;--intense-color-2-bright-low: #96FFEB;--intense-color-2-medium-high: #0DC7AF;--intense-color-2-medium: #11A38F;--intense-color-2-medium-low: #107E6E;--intense-color-2-dim-high: #000A08;--intense-color-2-dim-medium: #000504;--intense-color-2-dim-low: #000101;--intense-color-2-high-foreground: #000101;--intense-color-2-medium-foreground: #000504;--intense-color-2-low-foreground: #000A08;--intense-color-2-high-midground: #107E6E;--intense-color-2-medium-midground: #11A38F;--intense-color-2-low-midground: #0DC7AF;--intense-color-2-high-background: #96FFEB;--intense-color-2-medium-background: #D2FFF5;--intense-color-2-low-background: #FAFFFE;--intense-color-3-bright-high: #FCFFF6;--intense-color-3-bright-medium: #EAFFAE;--intense-color-3-bright-low: #D6FC0B;--intense-color-3-medium-high: #9FBB09;--intense-color-3-medium: #82990D;--intense-color-3-medium-low: #64760D;--intense-color-3-dim-high: #060900;--intense-color-3-dim-medium: #030400;--intense-color-3-dim-low: #010100;--intense-color-3-high-foreground: #010100;--intense-color-3-medium-foreground: #030400;--intense-color-3-low-foreground: #060900;--intense-color-3-high-midground: #64760D;--intense-color-3-medium-midground: #82990D;--intense-color-3-low-midground: #9FBB09;--intense-color-3-high-background: #D6FC0B;--intense-color-3-medium-background: #EAFFAE;--intense-color-3-low-background: #FCFFF6;--intense-color-4-bright-high: #FEFDFF;--intense-color-4-bright-medium: #F5F1FF;--intense-color-4-bright-low: #ECE3FF;--intense-color-4-medium-high: #BC94FE;--intense-color-4-medium: #A461FC;--intense-color-4-medium-low: #8824E8;--intense-color-4-dim-high: #0C011C;--intense-color-4-dim-medium: #060011;--intense-color-4-dim-low: #020006;--intense-color-4-high-foreground: #020006;--intense-color-4-medium-foreground: #060011;--intense-color-4-low-foreground: #0C011C;--intense-color-4-high-midground: #8824E8;--intense-color-4-medium-midground: #A461FC;--intense-color-4-low-midground: #BC94FE;--intense-color-4-high-background: #ECE3FF;--intense-color-4-medium-background: #F5F1FF;--intense-color-4-low-background: #FEFDFF;--intense-color-5-bright-high: #FFFDFD;--intense-color-5-bright-medium: #FFEFF3;--intense-color-5-bright-low: #FFDEE7;--intense-color-5-medium-high: #FE7AA8;--intense-color-5-medium: #F81F87;--intense-color-5-medium-low: #C30E67;--intense-color-5-dim-high: #160007;--intense-color-5-dim-medium: #0C0003;--intense-color-5-dim-low: #040001;--intense-color-5-high-foreground: #040001;--intense-color-5-medium-foreground: #0C0003;--intense-color-5-low-foreground: #160007;--intense-color-5-high-midground: #C30E67;--intense-color-5-medium-midground: #F81F87;--intense-color-5-low-midground: #FE7AA8;--intense-color-5-high-background: #FFDEE7;--intense-color-5-medium-background: #FFEFF3;--intense-color-5-low-background: #FFFDFD;--intense-color-6-bright-high: #FFFDFC;--intense-color-6-bright-medium: #FFF1E6;--intense-color-6-bright-low: #FFE2CB;--intense-color-6-medium-high: #F88E15;--intense-color-6-medium: #CC730A;--intense-color-6-medium-low: #9E5807;--intense-color-6-dim-high: #0F0500;--intense-color-6-dim-medium: #080200;--intense-color-6-dim-low: #020100;--intense-color-6-high-foreground: #020100;--intense-color-6-medium-foreground: #080200;--intense-color-6-low-foreground: #0F0500;--intense-color-6-high-midground: #9E5807;--intense-color-6-medium-midground: #CC730A;--intense-color-6-low-midground: #F88E15;--intense-color-6-high-background: #FFE2CB;--intense-color-6-medium-background: #FFF1E6;--intense-color-6-low-background: #FFFDFC;--intense-red-bright-high: #FFFDFC;--intense-red-bright-medium: #FFF1E6;--intense-red-bright-low: #FFE2CB;--intense-red-medium-high: #F88E15;--intense-red-medium: #CC730A;--intense-red-medium-low: #9E5807;--intense-red-dim-high: #0F0500;--intense-red-dim-medium: #080200;--intense-red-dim-low: #020100;--intense-red-high-foreground: #020100;--intense-red-medium-foreground: #080200;--intense-red-low-foreground: #0F0500;--intense-red-high-midground: #9E5807;--intense-red-medium-midground: #CC730A;--intense-red-low-midground: #F88E15;--intense-red-high-background: #FFE2CB;--intense-red-medium-background: #FFF1E6;--intense-red-low-background: #FFFDFC;--intense-green-bright-high: #FCFFF6;--intense-green-bright-medium: #EAFFAE;--intense-green-bright-low: #D6FC0B;--intense-green-medium-high: #9FBB09;--intense-green-medium: #82990D;--intense-green-medium-low: #64760D;--intense-green-dim-high: #060900;--intense-green-dim-medium: #030400;--intense-green-dim-low: #010100;--intense-green-high-foreground: #010100;--intense-green-medium-foreground: #030400;--intense-green-low-foreground: #060900;--intense-green-high-midground: #64760D;--intense-green-medium-midground: #82990D;--intense-green-low-midground: #9FBB09;--intense-green-high-background: #D6FC0B;--intense-green-medium-background: #EAFFAE;--intense-green-low-background: #FCFFF6;--intense-blue-bright-high: #FCFEFF;--intense-blue-bright-medium: #EAF6FF;--intense-blue-bright-low: #D3ECFF;--intense-blue-medium-high: #44B7FD;--intense-blue-medium: #1196DA;--intense-blue-medium-low: #0974AA;--intense-blue-dim-high: #000811;--intense-blue-dim-medium: #000409;--intense-blue-dim-low: #000103;--intense-blue-high-foreground: #000103;--intense-blue-medium-foreground: #000409;--intense-blue-low-foreground: #000811;--intense-blue-high-midground: #0974AA;--intense-blue-medium-midground: #1196DA;--intense-blue-low-midground: #44B7FD;--intense-blue-high-background: #D3ECFF;--intense-blue-medium-background: #EAF6FF;--intense-blue-low-background: #FCFEFF;--intense-cyan-bright-high: #FAFFFE;--intense-cyan-bright-medium: #D2FFF5;--intense-cyan-bright-low: #96FFEB;--intense-cyan-medium-high: #0DC7AF;--intense-cyan-medium: #11A38F;--intense-cyan-medium-low: #107E6E;--intense-cyan-dim-high: #000A08;--intense-cyan-dim-medium: #000504;--intense-cyan-dim-low: #000101;--intense-cyan-high-foreground: #000101;--intense-cyan-medium-foreground: #000504;--intense-cyan-low-foreground: #000A08;--intense-cyan-high-midground: #107E6E;--intense-cyan-medium-midground: #11A38F;--intense-cyan-low-midground: #0DC7AF;--intense-cyan-high-background: #96FFEB;--intense-cyan-medium-background: #D2FFF5;--intense-cyan-low-background: #FAFFFE;--intense-purple-bright-high: #FFFDFD;--intense-purple-bright-medium: #FFEFF3;--intense-purple-bright-low: #FFDEE7;--intense-purple-medium-high: #FE7AA8;--intense-purple-medium: #F81F87;--intense-purple-medium-low: #C30E67;--intense-purple-dim-high: #160007;--intense-purple-dim-medium: #0C0003;--intense-purple-dim-low: #040001;--intense-purple-high-foreground: #040001;--intense-purple-medium-foreground: #0C0003;--intense-purple-low-foreground: #160007;--intense-purple-high-midground: #C30E67;--intense-purple-medium-midground: #F81F87;--intense-purple-low-midground: #FE7AA8;--intense-purple-high-background: #FFDEE7;--intense-purple-medium-background: #FFEFF3;--intense-purple-low-background: #FFFDFD;--intense-yellow-bright-high: #FEFDFF;--intense-yellow-bright-medium: #F5F1FF;--intense-yellow-bright-low: #ECE3FF;--intense-yellow-medium-high: #BC94FE;--intense-yellow-medium: #A461FC;--intense-yellow-medium-low: #8824E8;--intense-yellow-dim-high: #0C011C;--intense-yellow-dim-medium: #060011;--intense-yellow-dim-low: #020006;--intense-yellow-high-foreground: #020006;--intense-yellow-medium-foreground: #060011;--intense-yellow-low-foreground: #0C011C;--intense-yellow-high-midground: #8824E8;--intense-yellow-medium-midground: #A461FC;--intense-yellow-low-midground: #BC94FE;--intense-yellow-high-background: #ECE3FF;--intense-yellow-medium-background: #F5F1FF;--intense-yellow-low-background: #FEFDFF;--dark-red: #FFE2CB;--bright-red: #0F0500;--dark-green: #D6FC0B;--bright-green: #060900;--dark-blue: #D3ECFF;--bright-blue: #000811;--dark-cyan: #96FFEB;--bright-cyan: #000A08;--dark-purple: #FFDEE7;--bright-purple: #160007;--dark-yellow: #ECE3FF;--bright-yellow: #0C011C;--dark-white: #0A0604;--bright-white: #020101;--dark-black: #FDFEFE;--bright-black: #DBEBF6;--primary-foreground: #050302;--intense-foreground: #020100;--dim-foreground: #AE8360;--content-background: #EDF5FB;--card-background: #DBEBF6;--page-background: #FDFEFE;--selection-background: #2DC6AF;--dim-selection-background: #A0FDEA;--content-background-transparent: #EDF5FB;--card-background-transparent: #DBEBF6;--chrome-foreground: #010811;--chrome-high: #010811;--chrome: #1974A7;--chrome-low: #2996D5;--chrome-background: #D4ECFE;--caption-foreground: #FDFEFE;--chrome-shadow: #010811;--dim-shadow: #0A0604;--intense-shadow: #0F0500;--link: #1196DA;--link-hover: #44B7FD;--link-active: #0974AA;--link-disabled: #55B6F5;--label: #050302;--label-hover: #0A0604;--label-active: #020101;--label-disabled: #AE8360;--control-foreground: #010102;--control-background: #2996D5;--control-hover-foreground: #04080B;--control-hover-background: #55B6F5;--control-active-foreground: #010102;--control-active-background: #1974A7;--control-disabled-foreground: #6593B3;--control-disabled-background: #DBEBF6;--secondary-control-foreground: #010101;--secondary-control-background: #28A28F;--secondary-control-hover-foreground: #040807;--secondary-control-hover-background: #2DC6AF;--secondary-control-active-foreground: #010101;--secondary-control-active-background: #207D6E;--secondary-control-disabled-foreground: #619A8E;--secondary-control-disabled-background: #CEF1E9;--ok-control-foreground: #010100;--ok-control-background: #82990D;--ok-control-hover-foreground: #060901;--ok-control-hover-background: #9FBB09;--ok-control-active-foreground: #010100;--ok-control-active-background: #64751C;--ok-control-disabled-foreground: #879462;--ok-control-disabled-background: #E4EDCC;--caution-control-foreground: #020005;--caution-control-background: #A461FC;--caution-control-hover-foreground: #0B0219;--caution-control-hover-background: #BC94FE;--caution-control-active-foreground: #020005;--caution-control-active-background: #833CD6;--caution-control-disabled-foreground: #9581BA;--caution-control-disabled-background: #EAE5F6;--danger-control-foreground: #020100;--danger-control-background: #CC730A;--danger-control-hover-foreground: #0F0501;--danger-control-hover-background: #F88E15;--danger-control-active-foreground: #020100;--danger-control-active-background: #9C5A15;--danger-control-disabled-foreground: #AE8360;--danger-control-disabled-background: #F5E5D8;--ok-foreground: #64760D;--ok-background: #DAF872;--ok-background-transparent: #DAF872;--ok-shadow: #060901;--caution-foreground: #8824E8;--caution-background: #ECE3FE;--caution-background-transparent: #ECE3FE;--caution-shadow: #0B0219;--danger-foreground: #9E5807;--danger-background: #FEE2CC;--danger-background-transparent: #FEE2CC;--danger-shadow: #0F0501;--input-background: #EAF6FF;--input-border: #2996D5;--input-hover-background: #FCFEFF;--input-hover-border: #55B6F5;--input-active-background: #D4ECFE;--input-active-border: #0974AA}body{background-image:none}}@media(forced-colors: active){:root{--muted-cold-bright-high: #FEFDFD;--muted-cold-bright-medium: #FAF2EC;--muted-cold-bright-low: #F5E5D8;--muted-cold-medium-high: #D0A17C;--muted-cold-medium: #AE8360;--muted-cold-medium-low: #86654A;--muted-cold-dim-high: #0A0604;--muted-cold-dim-medium: #050302;--muted-cold-dim-low: #020101;--muted-cold-high-foreground: #FEFDFD;--muted-cold-medium-foreground: #FAF2EC;--muted-cold-low-foreground: #F5E5D8;--muted-cold-high-midground: #D0A17C;--muted-cold-medium-midground: #AE8360;--muted-cold-low-midground: #86654A;--muted-cold-high-background: #0A0604;--muted-cold-medium-background: #050302;--muted-cold-low-background: #020101;--muted-cool-bright-high: #FEFDFD;--muted-cool-bright-medium: #FBF1F3;--muted-cool-bright-low: #F6E2E7;--muted-cool-medium-high: #D698AA;--muted-cool-medium: #B9768B;--muted-cool-medium-low: #8F5A6B;--muted-cool-dim-high: #0C0507;--muted-cool-dim-medium: #060303;--muted-cool-dim-low: #020101;--muted-cool-high-foreground: #FEFDFD;--muted-cool-medium-foreground: #FBF1F3;--muted-cool-low-foreground: #F6E2E7;--muted-cool-high-midground: #D698AA;--muted-cool-medium-midground: #B9768B;--muted-cool-low-midground: #8F5A6B;--muted-cool-high-background: #0C0507;--muted-cool-medium-background: #060303;--muted-cool-low-background: #020101;--muted-coolish-bright-high: #FEFDFE;--muted-coolish-bright-medium: #F5F2FB;--muted-coolish-bright-low: #EAE5F6;--muted-coolish-medium-high: #B3A2D6;--muted-coolish-medium: #9581BA;--muted-coolish-medium-low: #736292;--muted-coolish-dim-high: #08060C;--muted-coolish-dim-medium: #040306;--muted-coolish-dim-low: #010102;--muted-coolish-high-foreground: #FEFDFE;--muted-coolish-medium-foreground: #F5F2FB;--muted-coolish-low-foreground: #EAE5F6;--muted-coolish-high-midground: #B3A2D6;--muted-coolish-medium-midground: #9581BA;--muted-coolish-low-midground: #736292;--muted-coolish-high-background: #08060C;--muted-coolish-medium-background: #040306;--muted-coolish-low-background: #010102;--muted-warmish-bright-high: #FDFEFC;--muted-warmish-bright-medium: #F2F6E7;--muted-warmish-bright-low: #E4EDCC;--muted-warmish-medium-high: #A5B47A;--muted-warmish-medium: #879462;--muted-warmish-medium-low: #68724C;--muted-warmish-dim-high: #070804;--muted-warmish-dim-medium: #030402;--muted-warmish-dim-low: #010101;--muted-warmish-high-foreground: #FDFEFC;--muted-warmish-medium-foreground: #F2F6E7;--muted-warmish-low-foreground: #E4EDCC;--muted-warmish-high-midground: #A5B47A;--muted-warmish-medium-midground: #879462;--muted-warmish-low-midground: #68724C;--muted-warmish-high-background: #070804;--muted-warmish-medium-background: #030402;--muted-warmish-low-background: #010101;--muted-warm-bright-high: #FCFEFE;--muted-warm-bright-medium: #E7F8F4;--muted-warm-bright-low: #CEF1E9;--muted-warm-medium-high: #7ABBAE;--muted-warm-medium: #619A8E;--muted-warm-medium-low: #4B766D;--muted-warm-dim-high: #040807;--muted-warm-dim-medium: #020404;--muted-warm-dim-low: #010101;--muted-warm-high-foreground: #FCFEFE;--muted-warm-medium-foreground: #E7F8F4;--muted-warm-low-foreground: #CEF1E9;--muted-warm-high-midground: #7ABBAE;--muted-warm-medium-midground: #619A8E;--muted-warm-low-midground: #4B766D;--muted-warm-high-background: #040807;--muted-warm-medium-background: #020404;--muted-warm-low-background: #010101;--muted-hot-bright-high: #FDFEFE;--muted-hot-bright-medium: #EDF5FB;--muted-hot-bright-low: #DBEBF6;--muted-hot-medium-high: #84B3D4;--muted-hot-medium: #6593B3;--muted-hot-medium-low: #4D718B;--muted-hot-dim-high: #04080B;--muted-hot-dim-medium: #020405;--muted-hot-dim-low: #010102;--muted-hot-high-foreground: #FDFEFE;--muted-hot-medium-foreground: #EDF5FB;--muted-hot-low-foreground: #DBEBF6;--muted-hot-high-midground: #84B3D4;--muted-hot-medium-midground: #6593B3;--muted-hot-low-midground: #4D718B;--muted-hot-high-background: #04080B;--muted-hot-medium-background: #020405;--muted-hot-low-background: #010102;--muted-color-1-bright-high: #FDFEFE;--muted-color-1-bright-medium: #EDF5FB;--muted-color-1-bright-low: #DBEBF6;--muted-color-1-medium-high: #84B3D4;--muted-color-1-medium: #6593B3;--muted-color-1-medium-low: #4D718B;--muted-color-1-dim-high: #04080B;--muted-color-1-dim-medium: #020405;--muted-color-1-dim-low: #010102;--muted-color-1-high-foreground: #FDFEFE;--muted-color-1-medium-foreground: #EDF5FB;--muted-color-1-low-foreground: #DBEBF6;--muted-color-1-high-midground: #84B3D4;--muted-color-1-medium-midground: #6593B3;--muted-color-1-low-midground: #4D718B;--muted-color-1-high-background: #04080B;--muted-color-1-medium-background: #020405;--muted-color-1-low-background: #010102;--muted-color-2-bright-high: #FCFEFE;--muted-color-2-bright-medium: #E7F8F4;--muted-color-2-bright-low: #CEF1E9;--muted-color-2-medium-high: #7ABBAE;--muted-color-2-medium: #619A8E;--muted-color-2-medium-low: #4B766D;--muted-color-2-dim-high: #040807;--muted-color-2-dim-medium: #020404;--muted-color-2-dim-low: #010101;--muted-color-2-high-foreground: #FCFEFE;--muted-color-2-medium-foreground: #E7F8F4;--muted-color-2-low-foreground: #CEF1E9;--muted-color-2-high-midground: #7ABBAE;--muted-color-2-medium-midground: #619A8E;--muted-color-2-low-midground: #4B766D;--muted-color-2-high-background: #040807;--muted-color-2-medium-background: #020404;--muted-color-2-low-background: #010101;--muted-color-3-bright-high: #FDFEFC;--muted-color-3-bright-medium: #F2F6E7;--muted-color-3-bright-low: #E4EDCC;--muted-color-3-medium-high: #A5B47A;--muted-color-3-medium: #879462;--muted-color-3-medium-low: #68724C;--muted-color-3-dim-high: #070804;--muted-color-3-dim-medium: #030402;--muted-color-3-dim-low: #010101;--muted-color-3-high-foreground: #FDFEFC;--muted-color-3-medium-foreground: #F2F6E7;--muted-color-3-low-foreground: #E4EDCC;--muted-color-3-high-midground: #A5B47A;--muted-color-3-medium-midground: #879462;--muted-color-3-low-midground: #68724C;--muted-color-3-high-background: #070804;--muted-color-3-medium-background: #030402;--muted-color-3-low-background: #010101;--muted-color-4-bright-high: #FEFDFE;--muted-color-4-bright-medium: #F5F2FB;--muted-color-4-bright-low: #EAE5F6;--muted-color-4-medium-high: #B3A2D6;--muted-color-4-medium: #9581BA;--muted-color-4-medium-low: #736292;--muted-color-4-dim-high: #08060C;--muted-color-4-dim-medium: #040306;--muted-color-4-dim-low: #010102;--muted-color-4-high-foreground: #FEFDFE;--muted-color-4-medium-foreground: #F5F2FB;--muted-color-4-low-foreground: #EAE5F6;--muted-color-4-high-midground: #B3A2D6;--muted-color-4-medium-midground: #9581BA;--muted-color-4-low-midground: #736292;--muted-color-4-high-background: #08060C;--muted-color-4-medium-background: #040306;--muted-color-4-low-background: #010102;--muted-color-5-bright-high: #FEFDFD;--muted-color-5-bright-medium: #FBF1F3;--muted-color-5-bright-low: #F6E2E7;--muted-color-5-medium-high: #D698AA;--muted-color-5-medium: #B9768B;--muted-color-5-medium-low: #8F5A6B;--muted-color-5-dim-high: #0C0507;--muted-color-5-dim-medium: #060303;--muted-color-5-dim-low: #020101;--muted-color-5-high-foreground: #FEFDFD;--muted-color-5-medium-foreground: #FBF1F3;--muted-color-5-low-foreground: #F6E2E7;--muted-color-5-high-midground: #D698AA;--muted-color-5-medium-midground: #B9768B;--muted-color-5-low-midground: #8F5A6B;--muted-color-5-high-background: #0C0507;--muted-color-5-medium-background: #060303;--muted-color-5-low-background: #020101;--muted-color-6-bright-high: #FEFDFD;--muted-color-6-bright-medium: #FAF2EC;--muted-color-6-bright-low: #F5E5D8;--muted-color-6-medium-high: #D0A17C;--muted-color-6-medium: #AE8360;--muted-color-6-medium-low: #86654A;--muted-color-6-dim-high: #0A0604;--muted-color-6-dim-medium: #050302;--muted-color-6-dim-low: #020101;--muted-color-6-high-foreground: #FEFDFD;--muted-color-6-medium-foreground: #FAF2EC;--muted-color-6-low-foreground: #F5E5D8;--muted-color-6-high-midground: #D0A17C;--muted-color-6-medium-midground: #AE8360;--muted-color-6-low-midground: #86654A;--muted-color-6-high-background: #0A0604;--muted-color-6-medium-background: #050302;--muted-color-6-low-background: #020101;--muted-red-bright-high: #FEFDFD;--muted-red-bright-medium: #FAF2EC;--muted-red-bright-low: #F5E5D8;--muted-red-medium-high: #D0A17C;--muted-red-medium: #AE8360;--muted-red-medium-low: #86654A;--muted-red-dim-high: #0A0604;--muted-red-dim-medium: #050302;--muted-red-dim-low: #020101;--muted-red-high-foreground: #FEFDFD;--muted-red-medium-foreground: #FAF2EC;--muted-red-low-foreground: #F5E5D8;--muted-red-high-midground: #D0A17C;--muted-red-medium-midground: #AE8360;--muted-red-low-midground: #86654A;--muted-red-high-background: #0A0604;--muted-red-medium-background: #050302;--muted-red-low-background: #020101;--muted-green-bright-high: #FDFEFC;--muted-green-bright-medium: #F2F6E7;--muted-green-bright-low: #E4EDCC;--muted-green-medium-high: #A5B47A;--muted-green-medium: #879462;--muted-green-medium-low: #68724C;--muted-green-dim-high: #070804;--muted-green-dim-medium: #030402;--muted-green-dim-low: #010101;--muted-green-high-foreground: #FDFEFC;--muted-green-medium-foreground: #F2F6E7;--muted-green-low-foreground: #E4EDCC;--muted-green-high-midground: #A5B47A;--muted-green-medium-midground: #879462;--muted-green-low-midground: #68724C;--muted-green-high-background: #070804;--muted-green-medium-background: #030402;--muted-green-low-background: #010101;--muted-blue-bright-high: #FDFEFE;--muted-blue-bright-medium: #EDF5FB;--muted-blue-bright-low: #DBEBF6;--muted-blue-medium-high: #84B3D4;--muted-blue-medium: #6593B3;--muted-blue-medium-low: #4D718B;--muted-blue-dim-high: #04080B;--muted-blue-dim-medium: #020405;--muted-blue-dim-low: #010102;--muted-blue-high-foreground: #FDFEFE;--muted-blue-medium-foreground: #EDF5FB;--muted-blue-low-foreground: #DBEBF6;--muted-blue-high-midground: #84B3D4;--muted-blue-medium-midground: #6593B3;--muted-blue-low-midground: #4D718B;--muted-blue-high-background: #04080B;--muted-blue-medium-background: #020405;--muted-blue-low-background: #010102;--muted-cyan-bright-high: #FCFEFE;--muted-cyan-bright-medium: #E7F8F4;--muted-cyan-bright-low: #CEF1E9;--muted-cyan-medium-high: #7ABBAE;--muted-cyan-medium: #619A8E;--muted-cyan-medium-low: #4B766D;--muted-cyan-dim-high: #040807;--muted-cyan-dim-medium: #020404;--muted-cyan-dim-low: #010101;--muted-cyan-high-foreground: #FCFEFE;--muted-cyan-medium-foreground: #E7F8F4;--muted-cyan-low-foreground: #CEF1E9;--muted-cyan-high-midground: #7ABBAE;--muted-cyan-medium-midground: #619A8E;--muted-cyan-low-midground: #4B766D;--muted-cyan-high-background: #040807;--muted-cyan-medium-background: #020404;--muted-cyan-low-background: #010101;--muted-purple-bright-high: #FEFDFD;--muted-purple-bright-medium: #FBF1F3;--muted-purple-bright-low: #F6E2E7;--muted-purple-medium-high: #D698AA;--muted-purple-medium: #B9768B;--muted-purple-medium-low: #8F5A6B;--muted-purple-dim-high: #0C0507;--muted-purple-dim-medium: #060303;--muted-purple-dim-low: #020101;--muted-purple-high-foreground: #FEFDFD;--muted-purple-medium-foreground: #FBF1F3;--muted-purple-low-foreground: #F6E2E7;--muted-purple-high-midground: #D698AA;--muted-purple-medium-midground: #B9768B;--muted-purple-low-midground: #8F5A6B;--muted-purple-high-background: #0C0507;--muted-purple-medium-background: #060303;--muted-purple-low-background: #020101;--muted-yellow-bright-high: #FEFDFE;--muted-yellow-bright-medium: #F5F2FB;--muted-yellow-bright-low: #EAE5F6;--muted-yellow-medium-high: #B3A2D6;--muted-yellow-medium: #9581BA;--muted-yellow-medium-low: #736292;--muted-yellow-dim-high: #08060C;--muted-yellow-dim-medium: #040306;--muted-yellow-dim-low: #010102;--muted-yellow-high-foreground: #FEFDFE;--muted-yellow-medium-foreground: #F5F2FB;--muted-yellow-low-foreground: #EAE5F6;--muted-yellow-high-midground: #B3A2D6;--muted-yellow-medium-midground: #9581BA;--muted-yellow-low-midground: #736292;--muted-yellow-high-background: #08060C;--muted-yellow-medium-background: #040306;--muted-yellow-low-background: #010102;--base-cold-bright-high: #FFFDFC;--base-cold-bright-medium: #FFF1E7;--base-cold-bright-low: #FEE2CC;--base-cold-medium-high: #F0933A;--base-cold-medium: #C9751F;--base-cold-medium-low: #9C5A15;--base-cold-dim-high: #0F0501;--base-cold-dim-medium: #070200;--base-cold-dim-low: #020100;--base-cold-high-foreground: #FFFDFC;--base-cold-medium-foreground: #FFF1E7;--base-cold-low-foreground: #FEE2CC;--base-cold-high-midground: #F0933A;--base-cold-medium-midground: #C9751F;--base-cold-low-midground: #9C5A15;--base-cold-high-background: #0F0501;--base-cold-medium-background: #070200;--base-cold-low-background: #020100;--base-cool-bright-high: #FFFDFD;--base-cool-bright-medium: #FFEFF3;--base-cool-bright-low: #FEDFE7;--base-cool-medium-high: #FA7EA8;--base-cool-medium: #EC3F87;--base-cool-medium-low: #BD2368;--base-cool-dim-high: #150107;--base-cool-dim-medium: #0B0003;--base-cool-dim-low: #040001;--base-cool-high-foreground: #FFFDFD;--base-cool-medium-foreground: #FFEFF3;--base-cool-low-foreground: #FEDFE7;--base-cool-high-midground: #FA7EA8;--base-cool-medium-midground: #EC3F87;--base-cool-low-midground: #BD2368;--base-cool-high-background: #150107;--base-cool-medium-background: #0B0003;--base-cool-low-background: #040001;--base-coolish-bright-high: #FEFDFF;--base-coolish-bright-medium: #F5F1FF;--base-coolish-bright-low: #ECE3FE;--base-coolish-medium-high: #BB95FB;--base-coolish-medium: #A267F4;--base-coolish-medium-low: #833CD6;--base-coolish-dim-high: #0B0219;--base-coolish-dim-medium: #05010F;--base-coolish-dim-low: #020005;--base-coolish-high-foreground: #FEFDFF;--base-coolish-medium-foreground: #F5F1FF;--base-coolish-low-foreground: #ECE3FE;--base-coolish-high-midground: #BB95FB;--base-coolish-medium-midground: #A267F4;--base-coolish-low-midground: #833CD6;--base-coolish-high-background: #0B0219;--base-coolish-medium-background: #05010F;--base-coolish-low-background: #020005;--base-warmish-bright-high: #FDFEF9;--base-warmish-bright-medium: #EDFCC7;--base-warmish-bright-low: #DAF872;--base-warmish-medium-high: #A0BA27;--base-warmish-medium: #829823;--base-warmish-medium-low: #64751C;--base-warmish-dim-high: #060901;--base-warmish-dim-medium: #030400;--base-warmish-dim-low: #010100;--base-warmish-high-foreground: #FDFEF9;--base-warmish-medium-foreground: #EDFCC7;--base-warmish-low-foreground: #DAF872;--base-warmish-high-midground: #A0BA27;--base-warmish-medium-midground: #829823;--base-warmish-low-midground: #64751C;--base-warmish-high-background: #060901;--base-warmish-medium-background: #030400;--base-warmish-low-background: #010100;--base-warm-bright-high: #FAFFFE;--base-warm-bright-medium: #D5FEF5;--base-warm-bright-low: #A0FDEA;--base-warm-medium-high: #2DC6AF;--base-warm-medium: #28A28F;--base-warm-medium-low: #207D6E;--base-warm-dim-high: #010A07;--base-warm-dim-medium: #000504;--base-warm-dim-low: #000101;--base-warm-high-foreground: #FAFFFE;--base-warm-medium-foreground: #D5FEF5;--base-warm-low-foreground: #A0FDEA;--base-warm-high-midground: #2DC6AF;--base-warm-medium-midground: #28A28F;--base-warm-low-midground: #207D6E;--base-warm-high-background: #010A07;--base-warm-medium-background: #000504;--base-warm-low-background: #000101;--base-hot-bright-high: #FCFEFF;--base-hot-bright-medium: #EAF6FF;--base-hot-bright-low: #D4ECFE;--base-hot-medium-high: #55B6F5;--base-hot-medium: #2996D5;--base-hot-medium-low: #1974A7;--base-hot-dim-high: #010811;--base-hot-dim-medium: #000409;--base-hot-dim-low: #000103;--base-hot-high-foreground: #FCFEFF;--base-hot-medium-foreground: #EAF6FF;--base-hot-low-foreground: #D4ECFE;--base-hot-high-midground: #55B6F5;--base-hot-medium-midground: #2996D5;--base-hot-low-midground: #1974A7;--base-hot-high-background: #010811;--base-hot-medium-background: #000409;--base-hot-low-background: #000103;--base-color-1-bright-high: #FCFEFF;--base-color-1-bright-medium: #EAF6FF;--base-color-1-bright-low: #D4ECFE;--base-color-1-medium-high: #55B6F5;--base-color-1-medium: #2996D5;--base-color-1-medium-low: #1974A7;--base-color-1-dim-high: #010811;--base-color-1-dim-medium: #000409;--base-color-1-dim-low: #000103;--base-color-1-high-foreground: #FCFEFF;--base-color-1-medium-foreground: #EAF6FF;--base-color-1-low-foreground: #D4ECFE;--base-color-1-high-midground: #55B6F5;--base-color-1-medium-midground: #2996D5;--base-color-1-low-midground: #1974A7;--base-color-1-high-background: #010811;--base-color-1-medium-background: #000409;--base-color-1-low-background: #000103;--base-color-2-bright-high: #FAFFFE;--base-color-2-bright-medium: #D5FEF5;--base-color-2-bright-low: #A0FDEA;--base-color-2-medium-high: #2DC6AF;--base-color-2-medium: #28A28F;--base-color-2-medium-low: #207D6E;--base-color-2-dim-high: #010A07;--base-color-2-dim-medium: #000504;--base-color-2-dim-low: #000101;--base-color-2-high-foreground: #FAFFFE;--base-color-2-medium-foreground: #D5FEF5;--base-color-2-low-foreground: #A0FDEA;--base-color-2-high-midground: #2DC6AF;--base-color-2-medium-midground: #28A28F;--base-color-2-low-midground: #207D6E;--base-color-2-high-background: #010A07;--base-color-2-medium-background: #000504;--base-color-2-low-background: #000101;--base-color-3-bright-high: #FDFEF9;--base-color-3-bright-medium: #EDFCC7;--base-color-3-bright-low: #DAF872;--base-color-3-medium-high: #A0BA27;--base-color-3-medium: #829823;--base-color-3-medium-low: #64751C;--base-color-3-dim-high: #060901;--base-color-3-dim-medium: #030400;--base-color-3-dim-low: #010100;--base-color-3-high-foreground: #FDFEF9;--base-color-3-medium-foreground: #EDFCC7;--base-color-3-low-foreground: #DAF872;--base-color-3-high-midground: #A0BA27;--base-color-3-medium-midground: #829823;--base-color-3-low-midground: #64751C;--base-color-3-high-background: #060901;--base-color-3-medium-background: #030400;--base-color-3-low-background: #010100;--base-color-4-bright-high: #FEFDFF;--base-color-4-bright-medium: #F5F1FF;--base-color-4-bright-low: #ECE3FE;--base-color-4-medium-high: #BB95FB;--base-color-4-medium: #A267F4;--base-color-4-medium-low: #833CD6;--base-color-4-dim-high: #0B0219;--base-color-4-dim-medium: #05010F;--base-color-4-dim-low: #020005;--base-color-4-high-foreground: #FEFDFF;--base-color-4-medium-foreground: #F5F1FF;--base-color-4-low-foreground: #ECE3FE;--base-color-4-high-midground: #BB95FB;--base-color-4-medium-midground: #A267F4;--base-color-4-low-midground: #833CD6;--base-color-4-high-background: #0B0219;--base-color-4-medium-background: #05010F;--base-color-4-low-background: #020005;--base-color-5-bright-high: #FFFDFD;--base-color-5-bright-medium: #FFEFF3;--base-color-5-bright-low: #FEDFE7;--base-color-5-medium-high: #FA7EA8;--base-color-5-medium: #EC3F87;--base-color-5-medium-low: #BD2368;--base-color-5-dim-high: #150107;--base-color-5-dim-medium: #0B0003;--base-color-5-dim-low: #040001;--base-color-5-high-foreground: #FFFDFD;--base-color-5-medium-foreground: #FFEFF3;--base-color-5-low-foreground: #FEDFE7;--base-color-5-high-midground: #FA7EA8;--base-color-5-medium-midground: #EC3F87;--base-color-5-low-midground: #BD2368;--base-color-5-high-background: #150107;--base-color-5-medium-background: #0B0003;--base-color-5-low-background: #040001;--base-color-6-bright-high: #FFFDFC;--base-color-6-bright-medium: #FFF1E7;--base-color-6-bright-low: #FEE2CC;--base-color-6-medium-high: #F0933A;--base-color-6-medium: #C9751F;--base-color-6-medium-low: #9C5A15;--base-color-6-dim-high: #0F0501;--base-color-6-dim-medium: #070200;--base-color-6-dim-low: #020100;--base-color-6-high-foreground: #FFFDFC;--base-color-6-medium-foreground: #FFF1E7;--base-color-6-low-foreground: #FEE2CC;--base-color-6-high-midground: #F0933A;--base-color-6-medium-midground: #C9751F;--base-color-6-low-midground: #9C5A15;--base-color-6-high-background: #0F0501;--base-color-6-medium-background: #070200;--base-color-6-low-background: #020100;--base-red-bright-high: #FFFDFC;--base-red-bright-medium: #FFF1E7;--base-red-bright-low: #FEE2CC;--base-red-medium-high: #F0933A;--base-red-medium: #C9751F;--base-red-medium-low: #9C5A15;--base-red-dim-high: #0F0501;--base-red-dim-medium: #070200;--base-red-dim-low: #020100;--base-red-high-foreground: #FFFDFC;--base-red-medium-foreground: #FFF1E7;--base-red-low-foreground: #FEE2CC;--base-red-high-midground: #F0933A;--base-red-medium-midground: #C9751F;--base-red-low-midground: #9C5A15;--base-red-high-background: #0F0501;--base-red-medium-background: #070200;--base-red-low-background: #020100;--base-green-bright-high: #FDFEF9;--base-green-bright-medium: #EDFCC7;--base-green-bright-low: #DAF872;--base-green-medium-high: #A0BA27;--base-green-medium: #829823;--base-green-medium-low: #64751C;--base-green-dim-high: #060901;--base-green-dim-medium: #030400;--base-green-dim-low: #010100;--base-green-high-foreground: #FDFEF9;--base-green-medium-foreground: #EDFCC7;--base-green-low-foreground: #DAF872;--base-green-high-midground: #A0BA27;--base-green-medium-midground: #829823;--base-green-low-midground: #64751C;--base-green-high-background: #060901;--base-green-medium-background: #030400;--base-green-low-background: #010100;--base-blue-bright-high: #FCFEFF;--base-blue-bright-medium: #EAF6FF;--base-blue-bright-low: #D4ECFE;--base-blue-medium-high: #55B6F5;--base-blue-medium: #2996D5;--base-blue-medium-low: #1974A7;--base-blue-dim-high: #010811;--base-blue-dim-medium: #000409;--base-blue-dim-low: #000103;--base-blue-high-foreground: #FCFEFF;--base-blue-medium-foreground: #EAF6FF;--base-blue-low-foreground: #D4ECFE;--base-blue-high-midground: #55B6F5;--base-blue-medium-midground: #2996D5;--base-blue-low-midground: #1974A7;--base-blue-high-background: #010811;--base-blue-medium-background: #000409;--base-blue-low-background: #000103;--base-cyan-bright-high: #FAFFFE;--base-cyan-bright-medium: #D5FEF5;--base-cyan-bright-low: #A0FDEA;--base-cyan-medium-high: #2DC6AF;--base-cyan-medium: #28A28F;--base-cyan-medium-low: #207D6E;--base-cyan-dim-high: #010A07;--base-cyan-dim-medium: #000504;--base-cyan-dim-low: #000101;--base-cyan-high-foreground: #FAFFFE;--base-cyan-medium-foreground: #D5FEF5;--base-cyan-low-foreground: #A0FDEA;--base-cyan-high-midground: #2DC6AF;--base-cyan-medium-midground: #28A28F;--base-cyan-low-midground: #207D6E;--base-cyan-high-background: #010A07;--base-cyan-medium-background: #000504;--base-cyan-low-background: #000101;--base-purple-bright-high: #FFFDFD;--base-purple-bright-medium: #FFEFF3;--base-purple-bright-low: #FEDFE7;--base-purple-medium-high: #FA7EA8;--base-purple-medium: #EC3F87;--base-purple-medium-low: #BD2368;--base-purple-dim-high: #150107;--base-purple-dim-medium: #0B0003;--base-purple-dim-low: #040001;--base-purple-high-foreground: #FFFDFD;--base-purple-medium-foreground: #FFEFF3;--base-purple-low-foreground: #FEDFE7;--base-purple-high-midground: #FA7EA8;--base-purple-medium-midground: #EC3F87;--base-purple-low-midground: #BD2368;--base-purple-high-background: #150107;--base-purple-medium-background: #0B0003;--base-purple-low-background: #040001;--base-yellow-bright-high: #FEFDFF;--base-yellow-bright-medium: #F5F1FF;--base-yellow-bright-low: #ECE3FE;--base-yellow-medium-high: #BB95FB;--base-yellow-medium: #A267F4;--base-yellow-medium-low: #833CD6;--base-yellow-dim-high: #0B0219;--base-yellow-dim-medium: #05010F;--base-yellow-dim-low: #020005;--base-yellow-high-foreground: #FEFDFF;--base-yellow-medium-foreground: #F5F1FF;--base-yellow-low-foreground: #ECE3FE;--base-yellow-high-midground: #BB95FB;--base-yellow-medium-midground: #A267F4;--base-yellow-low-midground: #833CD6;--base-yellow-high-background: #0B0219;--base-yellow-medium-background: #05010F;--base-yellow-low-background: #020005;--intense-cold-bright-high: #FFFDFC;--intense-cold-bright-medium: #FFF1E6;--intense-cold-bright-low: #FFE2CB;--intense-cold-medium-high: #F88E15;--intense-cold-medium: #CC730A;--intense-cold-medium-low: #9E5807;--intense-cold-dim-high: #0F0500;--intense-cold-dim-medium: #080200;--intense-cold-dim-low: #020100;--intense-cold-high-foreground: #FFFDFC;--intense-cold-medium-foreground: #FFF1E6;--intense-cold-low-foreground: #FFE2CB;--intense-cold-high-midground: #F88E15;--intense-cold-medium-midground: #CC730A;--intense-cold-low-midground: #9E5807;--intense-cold-high-background: #0F0500;--intense-cold-medium-background: #080200;--intense-cold-low-background: #020100;--intense-cool-bright-high: #FFFDFD;--intense-cool-bright-medium: #FFEFF3;--intense-cool-bright-low: #FFDEE7;--intense-cool-medium-high: #FE7AA8;--intense-cool-medium: #F81F87;--intense-cool-medium-low: #C30E67;--intense-cool-dim-high: #160007;--intense-cool-dim-medium: #0C0003;--intense-cool-dim-low: #040001;--intense-cool-high-foreground: #FFFDFD;--intense-cool-medium-foreground: #FFEFF3;--intense-cool-low-foreground: #FFDEE7;--intense-cool-high-midground: #FE7AA8;--intense-cool-medium-midground: #F81F87;--intense-cool-low-midground: #C30E67;--intense-cool-high-background: #160007;--intense-cool-medium-background: #0C0003;--intense-cool-low-background: #040001;--intense-coolish-bright-high: #FEFDFF;--intense-coolish-bright-medium: #F5F1FF;--intense-coolish-bright-low: #ECE3FF;--intense-coolish-medium-high: #BC94FE;--intense-coolish-medium: #A461FC;--intense-coolish-medium-low: #8824E8;--intense-coolish-dim-high: #0C011C;--intense-coolish-dim-medium: #060011;--intense-coolish-dim-low: #020006;--intense-coolish-high-foreground: #FEFDFF;--intense-coolish-medium-foreground: #F5F1FF;--intense-coolish-low-foreground: #ECE3FF;--intense-coolish-high-midground: #BC94FE;--intense-coolish-medium-midground: #A461FC;--intense-coolish-low-midground: #8824E8;--intense-coolish-high-background: #0C011C;--intense-coolish-medium-background: #060011;--intense-coolish-low-background: #020006;--intense-warmish-bright-high: #FCFFF6;--intense-warmish-bright-medium: #EAFFAE;--intense-warmish-bright-low: #D6FC0B;--intense-warmish-medium-high: #9FBB09;--intense-warmish-medium: #82990D;--intense-warmish-medium-low: #64760D;--intense-warmish-dim-high: #060900;--intense-warmish-dim-medium: #030400;--intense-warmish-dim-low: #010100;--intense-warmish-high-foreground: #FCFFF6;--intense-warmish-medium-foreground: #EAFFAE;--intense-warmish-low-foreground: #D6FC0B;--intense-warmish-high-midground: #9FBB09;--intense-warmish-medium-midground: #82990D;--intense-warmish-low-midground: #64760D;--intense-warmish-high-background: #060900;--intense-warmish-medium-background: #030400;--intense-warmish-low-background: #010100;--intense-warm-bright-high: #FAFFFE;--intense-warm-bright-medium: #D2FFF5;--intense-warm-bright-low: #96FFEB;--intense-warm-medium-high: #0DC7AF;--intense-warm-medium: #11A38F;--intense-warm-medium-low: #107E6E;--intense-warm-dim-high: #000A08;--intense-warm-dim-medium: #000504;--intense-warm-dim-low: #000101;--intense-warm-high-foreground: #FAFFFE;--intense-warm-medium-foreground: #D2FFF5;--intense-warm-low-foreground: #96FFEB;--intense-warm-high-midground: #0DC7AF;--intense-warm-medium-midground: #11A38F;--intense-warm-low-midground: #107E6E;--intense-warm-high-background: #000A08;--intense-warm-medium-background: #000504;--intense-warm-low-background: #000101;--intense-hot-bright-high: #FCFEFF;--intense-hot-bright-medium: #EAF6FF;--intense-hot-bright-low: #D3ECFF;--intense-hot-medium-high: #44B7FD;--intense-hot-medium: #1196DA;--intense-hot-medium-low: #0974AA;--intense-hot-dim-high: #000811;--intense-hot-dim-medium: #000409;--intense-hot-dim-low: #000103;--intense-hot-high-foreground: #FCFEFF;--intense-hot-medium-foreground: #EAF6FF;--intense-hot-low-foreground: #D3ECFF;--intense-hot-high-midground: #44B7FD;--intense-hot-medium-midground: #1196DA;--intense-hot-low-midground: #0974AA;--intense-hot-high-background: #000811;--intense-hot-medium-background: #000409;--intense-hot-low-background: #000103;--intense-color-1-bright-high: #FCFEFF;--intense-color-1-bright-medium: #EAF6FF;--intense-color-1-bright-low: #D3ECFF;--intense-color-1-medium-high: #44B7FD;--intense-color-1-medium: #1196DA;--intense-color-1-medium-low: #0974AA;--intense-color-1-dim-high: #000811;--intense-color-1-dim-medium: #000409;--intense-color-1-dim-low: #000103;--intense-color-1-high-foreground: #FCFEFF;--intense-color-1-medium-foreground: #EAF6FF;--intense-color-1-low-foreground: #D3ECFF;--intense-color-1-high-midground: #44B7FD;--intense-color-1-medium-midground: #1196DA;--intense-color-1-low-midground: #0974AA;--intense-color-1-high-background: #000811;--intense-color-1-medium-background: #000409;--intense-color-1-low-background: #000103;--intense-color-2-bright-high: #FAFFFE;--intense-color-2-bright-medium: #D2FFF5;--intense-color-2-bright-low: #96FFEB;--intense-color-2-medium-high: #0DC7AF;--intense-color-2-medium: #11A38F;--intense-color-2-medium-low: #107E6E;--intense-color-2-dim-high: #000A08;--intense-color-2-dim-medium: #000504;--intense-color-2-dim-low: #000101;--intense-color-2-high-foreground: #FAFFFE;--intense-color-2-medium-foreground: #D2FFF5;--intense-color-2-low-foreground: #96FFEB;--intense-color-2-high-midground: #0DC7AF;--intense-color-2-medium-midground: #11A38F;--intense-color-2-low-midground: #107E6E;--intense-color-2-high-background: #000A08;--intense-color-2-medium-background: #000504;--intense-color-2-low-background: #000101;--intense-color-3-bright-high: #FCFFF6;--intense-color-3-bright-medium: #EAFFAE;--intense-color-3-bright-low: #D6FC0B;--intense-color-3-medium-high: #9FBB09;--intense-color-3-medium: #82990D;--intense-color-3-medium-low: #64760D;--intense-color-3-dim-high: #060900;--intense-color-3-dim-medium: #030400;--intense-color-3-dim-low: #010100;--intense-color-3-high-foreground: #FCFFF6;--intense-color-3-medium-foreground: #EAFFAE;--intense-color-3-low-foreground: #D6FC0B;--intense-color-3-high-midground: #9FBB09;--intense-color-3-medium-midground: #82990D;--intense-color-3-low-midground: #64760D;--intense-color-3-high-background: #060900;--intense-color-3-medium-background: #030400;--intense-color-3-low-background: #010100;--intense-color-4-bright-high: #FEFDFF;--intense-color-4-bright-medium: #F5F1FF;--intense-color-4-bright-low: #ECE3FF;--intense-color-4-medium-high: #BC94FE;--intense-color-4-medium: #A461FC;--intense-color-4-medium-low: #8824E8;--intense-color-4-dim-high: #0C011C;--intense-color-4-dim-medium: #060011;--intense-color-4-dim-low: #020006;--intense-color-4-high-foreground: #FEFDFF;--intense-color-4-medium-foreground: #F5F1FF;--intense-color-4-low-foreground: #ECE3FF;--intense-color-4-high-midground: #BC94FE;--intense-color-4-medium-midground: #A461FC;--intense-color-4-low-midground: #8824E8;--intense-color-4-high-background: #0C011C;--intense-color-4-medium-background: #060011;--intense-color-4-low-background: #020006;--intense-color-5-bright-high: #FFFDFD;--intense-color-5-bright-medium: #FFEFF3;--intense-color-5-bright-low: #FFDEE7;--intense-color-5-medium-high: #FE7AA8;--intense-color-5-medium: #F81F87;--intense-color-5-medium-low: #C30E67;--intense-color-5-dim-high: #160007;--intense-color-5-dim-medium: #0C0003;--intense-color-5-dim-low: #040001;--intense-color-5-high-foreground: #FFFDFD;--intense-color-5-medium-foreground: #FFEFF3;--intense-color-5-low-foreground: #FFDEE7;--intense-color-5-high-midground: #FE7AA8;--intense-color-5-medium-midground: #F81F87;--intense-color-5-low-midground: #C30E67;--intense-color-5-high-background: #160007;--intense-color-5-medium-background: #0C0003;--intense-color-5-low-background: #040001;--intense-color-6-bright-high: #FFFDFC;--intense-color-6-bright-medium: #FFF1E6;--intense-color-6-bright-low: #FFE2CB;--intense-color-6-medium-high: #F88E15;--intense-color-6-medium: #CC730A;--intense-color-6-medium-low: #9E5807;--intense-color-6-dim-high: #0F0500;--intense-color-6-dim-medium: #080200;--intense-color-6-dim-low: #020100;--intense-color-6-high-foreground: #FFFDFC;--intense-color-6-medium-foreground: #FFF1E6;--intense-color-6-low-foreground: #FFE2CB;--intense-color-6-high-midground: #F88E15;--intense-color-6-medium-midground: #CC730A;--intense-color-6-low-midground: #9E5807;--intense-color-6-high-background: #0F0500;--intense-color-6-medium-background: #080200;--intense-color-6-low-background: #020100;--intense-red-bright-high: #FFFDFC;--intense-red-bright-medium: #FFF1E6;--intense-red-bright-low: #FFE2CB;--intense-red-medium-high: #F88E15;--intense-red-medium: #CC730A;--intense-red-medium-low: #9E5807;--intense-red-dim-high: #0F0500;--intense-red-dim-medium: #080200;--intense-red-dim-low: #020100;--intense-red-high-foreground: #FFFDFC;--intense-red-medium-foreground: #FFF1E6;--intense-red-low-foreground: #FFE2CB;--intense-red-high-midground: #F88E15;--intense-red-medium-midground: #CC730A;--intense-red-low-midground: #9E5807;--intense-red-high-background: #0F0500;--intense-red-medium-background: #080200;--intense-red-low-background: #020100;--intense-green-bright-high: #FCFFF6;--intense-green-bright-medium: #EAFFAE;--intense-green-bright-low: #D6FC0B;--intense-green-medium-high: #9FBB09;--intense-green-medium: #82990D;--intense-green-medium-low: #64760D;--intense-green-dim-high: #060900;--intense-green-dim-medium: #030400;--intense-green-dim-low: #010100;--intense-green-high-foreground: #FCFFF6;--intense-green-medium-foreground: #EAFFAE;--intense-green-low-foreground: #D6FC0B;--intense-green-high-midground: #9FBB09;--intense-green-medium-midground: #82990D;--intense-green-low-midground: #64760D;--intense-green-high-background: #060900;--intense-green-medium-background: #030400;--intense-green-low-background: #010100;--intense-blue-bright-high: #FCFEFF;--intense-blue-bright-medium: #EAF6FF;--intense-blue-bright-low: #D3ECFF;--intense-blue-medium-high: #44B7FD;--intense-blue-medium: #1196DA;--intense-blue-medium-low: #0974AA;--intense-blue-dim-high: #000811;--intense-blue-dim-medium: #000409;--intense-blue-dim-low: #000103;--intense-blue-high-foreground: #FCFEFF;--intense-blue-medium-foreground: #EAF6FF;--intense-blue-low-foreground: #D3ECFF;--intense-blue-high-midground: #44B7FD;--intense-blue-medium-midground: #1196DA;--intense-blue-low-midground: #0974AA;--intense-blue-high-background: #000811;--intense-blue-medium-background: #000409;--intense-blue-low-background: #000103;--intense-cyan-bright-high: #FAFFFE;--intense-cyan-bright-medium: #D2FFF5;--intense-cyan-bright-low: #96FFEB;--intense-cyan-medium-high: #0DC7AF;--intense-cyan-medium: #11A38F;--intense-cyan-medium-low: #107E6E;--intense-cyan-dim-high: #000A08;--intense-cyan-dim-medium: #000504;--intense-cyan-dim-low: #000101;--intense-cyan-high-foreground: #FAFFFE;--intense-cyan-medium-foreground: #D2FFF5;--intense-cyan-low-foreground: #96FFEB;--intense-cyan-high-midground: #0DC7AF;--intense-cyan-medium-midground: #11A38F;--intense-cyan-low-midground: #107E6E;--intense-cyan-high-background: #000A08;--intense-cyan-medium-background: #000504;--intense-cyan-low-background: #000101;--intense-purple-bright-high: #FFFDFD;--intense-purple-bright-medium: #FFEFF3;--intense-purple-bright-low: #FFDEE7;--intense-purple-medium-high: #FE7AA8;--intense-purple-medium: #F81F87;--intense-purple-medium-low: #C30E67;--intense-purple-dim-high: #160007;--intense-purple-dim-medium: #0C0003;--intense-purple-dim-low: #040001;--intense-purple-high-foreground: #FFFDFD;--intense-purple-medium-foreground: #FFEFF3;--intense-purple-low-foreground: #FFDEE7;--intense-purple-high-midground: #FE7AA8;--intense-purple-medium-midground: #F81F87;--intense-purple-low-midground: #C30E67;--intense-purple-high-background: #160007;--intense-purple-medium-background: #0C0003;--intense-purple-low-background: #040001;--intense-yellow-bright-high: #FEFDFF;--intense-yellow-bright-medium: #F5F1FF;--intense-yellow-bright-low: #ECE3FF;--intense-yellow-medium-high: #BC94FE;--intense-yellow-medium: #A461FC;--intense-yellow-medium-low: #8824E8;--intense-yellow-dim-high: #0C011C;--intense-yellow-dim-medium: #060011;--intense-yellow-dim-low: #020006;--intense-yellow-high-foreground: #FEFDFF;--intense-yellow-medium-foreground: #F5F1FF;--intense-yellow-low-foreground: #ECE3FF;--intense-yellow-high-midground: #BC94FE;--intense-yellow-medium-midground: #A461FC;--intense-yellow-low-midground: #8824E8;--intense-yellow-high-background: #0C011C;--intense-yellow-medium-background: #060011;--intense-yellow-low-background: #020006;--dark-red: #0F0500;--bright-red: #FFE2CB;--dark-green: #060900;--bright-green: #D6FC0B;--dark-blue: #000811;--bright-blue: #D3ECFF;--dark-cyan: #000A08;--bright-cyan: #96FFEB;--dark-purple: #160007;--bright-purple: #FFDEE7;--dark-yellow: #0C011C;--bright-yellow: #ECE3FF;--dark-white: #F5E5D8;--bright-white: #FEFDFD;--dark-black: #010102;--bright-black: #04080B;--primary-foreground: #FAF2EC;--intense-foreground: #FFFDFC;--dim-foreground: #AE8360;--content-background: #020405;--card-background: #04080B;--page-background: #010102;--selection-background: #207D6E;--dim-selection-background: #010A07;--content-background-transparent: #020405;--card-background-transparent: #04080B;--chrome-foreground: #D4ECFE;--chrome-high: #D4ECFE;--chrome: #55B6F5;--chrome-low: #2996D5;--chrome-background: #010811;--caption-foreground: #010102;--chrome-shadow: #010811;--dim-shadow: #0A0604;--intense-shadow: #0F0500;--link: #1196DA;--link-hover: #44B7FD;--link-active: #0974AA;--link-disabled: #1974A7;--label: #FAF2EC;--label-hover: #FEFDFD;--label-active: #F5E5D8;--label-disabled: #AE8360;--control-foreground: #FDFEFE;--control-background: #2996D5;--control-hover-foreground: #FDFEFE;--control-hover-background: #55B6F5;--control-active-foreground: #DBEBF6;--control-active-background: #1974A7;--control-disabled-foreground: #6593B3;--control-disabled-background: #04080B;--secondary-control-foreground: #FCFEFE;--secondary-control-background: #28A28F;--secondary-control-hover-foreground: #FCFEFE;--secondary-control-hover-background: #2DC6AF;--secondary-control-active-foreground: #CEF1E9;--secondary-control-active-background: #207D6E;--secondary-control-disabled-foreground: #619A8E;--secondary-control-disabled-background: #040807;--ok-control-foreground: #FDFEF9;--ok-control-background: #82990D;--ok-control-hover-foreground: #FDFEF9;--ok-control-hover-background: #9FBB09;--ok-control-active-foreground: #DAF872;--ok-control-active-background: #64751C;--ok-control-disabled-foreground: #879462;--ok-control-disabled-background: #070804;--caution-control-foreground: #FEFDFF;--caution-control-background: #A461FC;--caution-control-hover-foreground: #FEFDFF;--caution-control-hover-background: #BC94FE;--caution-control-active-foreground: #ECE3FE;--caution-control-active-background: #833CD6;--caution-control-disabled-foreground: #9581BA;--caution-control-disabled-background: #08060C;--danger-control-foreground: #FFFDFC;--danger-control-background: #CC730A;--danger-control-hover-foreground: #FFFDFC;--danger-control-hover-background: #F88E15;--danger-control-active-foreground: #FEE2CC;--danger-control-active-background: #9C5A15;--danger-control-disabled-foreground: #AE8360;--danger-control-disabled-background: #0A0604;--ok-foreground: #9FBB09;--ok-background: #060901;--ok-background-transparent: #060901;--ok-shadow: #060901;--caution-foreground: #BC94FE;--caution-background: #0B0219;--caution-background-transparent: #0B0219;--caution-shadow: #0B0219;--danger-foreground: #F88E15;--danger-background: #0F0501;--danger-background-transparent: #0F0501;--danger-shadow: #0F0501;--input-background: #000409;--input-border: #2996D5;--input-hover-background: #010811;--input-hover-border: #55B6F5;--input-active-background: #000103;--input-active-border: #0974AA}body{background-image:none}}.app{margin:auto;display:grid;grid-template-rows:auto 1fr;grid-template-columns:3fr 2fr;row-gap:var(--vertical-gap);column-gap:var(--horizontal-gap);width:100%;height:calc(100% - 3*var(--vertical-gap))}@media(min-width: 1920px){.app{max-width:80%}}.toolbar{grid-row:1;grid-column:1/span 2}.output{text-align:center;grid-row:2;grid-column:1;overflow-y:auto;display:grid;grid-template-rows:auto 1fr auto}.output .content{display:flex;flex-direction:column;gap:var(--vertical-gap)}.output .content div{min-height:1.19rem}.output .footer{display:flex;gap:var(--horizontal-gap);margin:0 auto;width:fit-content;align-items:center}.controls{grid-row:2;grid-column:2;overflow-y:auto;max-height:100%}.controls .caption{width:100%;padding:calc(2*var(--vertical-gap)) var(--horizontal-gap)}@media(max-width: 1024px){:root{overflow:auto}.app{grid-template-rows:auto auto auto;grid-template-columns:1fr;max-width:60rem;height:auto}.toolbar{grid-row:1;grid-column:1}.output{grid-row:2;grid-column:1}.controls{grid-row:3;grid-column:1;height:auto;max-height:auto}}.toolbar-controls{display:flex;flex-direction:row;gap:var(--horizontal-gap);align-items:center;grid-row:1;grid-column:1/span 2}.constraint{width:100%;max-width:40rem;padding:var(--vertical-gap) var(--horizontal-gap);margin:auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:var(--horizontal-gap)}.constraint div{height:2.5rem;padding:auto;align-items:center;display:grid;grid-template-rows:auto 1fr}.buttons{display:flex;gap:var(--horizontal-gap);margin:0 auto;width:fit-content}.name{-webkit-user-select:text;user-select:text}@font-face{font-family:Tengwar;font-style:normal;src:url("AlcarinTengwar-Regular.woff2");font-weight:normal}@font-face{font-family:Tengwar;font-style:normal;src:url("AlcarinTengwar-Bold.woff2");font-weight:bold}.tengwar{font-family:Tengwar,serif;font-size:1.25rem}
