.command-search__overlay{background-color:#000000b2;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;padding:40px;box-sizing:border-box;.omnibar { flex: 0 0 40px; width: 400px; border-radius: 0; border-bottom: solid 1px var(--color-text); color: var(--color-text); margin-bottom: 20px; } .omnibar:focus { outline-width: 0; } .command-results { flex: 1; width: 400px; }}.command-menu__overlay{background-color:#000000b2;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;padding:40px;box-sizing:border-box}.command-menu__grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:10px}.command-menu__grid>div{font-size:14px;border:solid 1px var(--color-borders);padding:6px 8px;border-radius:4px}@font-face{font-family:scribe-default;src:url(/res/fonts/IBMPlexMono-Text.woff2) format("woff2");font-weight:300 500;font-style:normal;font-display:swap}@font-face{font-family:scribe-default;src:url(/res/fonts/IBMPlexMono-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}html{scroll-behavior:smooth}body{--font-monospace: "scribe-default", ui-monospace, "Courier New", monospace;--color-background: #222;--color-background-hover: #333;--color-text: #ddd;--color-text-light: #666;--color-text-error: #f66;--color-borders: #555;--color-borders-light: #333;--color-borders-hover: #444;--color-tree-current-shard: #334;--color-tree-notes-shard: #58f;--color-editor-borders: #555;--color-editor-hover-line: #2a2a2a;--color-editor-current-line: #334;--color-editor-selected-line: #336;--color-editor-current-selected-line: #339;--color-editor-category-one: #f66;--color-editor-category-two: #fa5;--color-editor-category-three: #ff5;--color-editor-category-maybe: #f8f;--color-editor-category-done: #777;--editor-indent-padding: 16px;font-size:16px;margin:0;background-color:var(--color-background);color:var(--color-text);font-family:var(--font-monospace)}form{margin:0;padding:0;text-align:left}p{margin:0;padding:0}a:active,a:visited{text-decoration:none}h1,h2,h3,h4,h5,h6{display:block;text-decoration:none;padding:0;margin:0;font-weight:400;font-size:1rem}svg{display:block}table{border-collapse:collapse;border-spacing:0}td{padding:0}button{display:block;border-style:none;background:0 0;border:none;cursor:pointer;padding:0;outline:0;font-family:gotham-book,Helvetica,sans-serif}.common__button-green-m,.common__button-green-l,.common__button-yellow-m,.common__button-yellow-l,.common__button-error-m,.common__button-error-l,.common__button-grey-m,.common__button-grey-l{position:relative;display:flex;justify-content:center;align-items:center;text-align:center;color:#fff;border-radius:4px;text-transform:uppercase;font-family:gotham-black,Helvetica,sans-serif}.common__button-green-m,.common__button-green-l{background-color:var(--color-green)}.common__button-yellow-m,.common__button-yellow-l{background-color:var(--color-notice-orange)}.common__button-grey-m,.common__button-grey-l{background-color:var(--color-text-medium)}.common__button-error-m,.common__button-error-l{background-color:var(--color-error)}.common__button-error-m,.common__button-green-m,.common__button-yellow-m,.common__button-grey-m{font-size:.8rem;padding:.5rem .8rem}.common__button-error-l,.common__button-green-l,.common__button-yellow-l,.common__button-grey-l{font-size:1rem;padding:.7rem 1rem}.common__button-green-l svg,.common__button-yellow-l svg,.common__button-grey-l svg,.common__button-error-l svg{width:1.3rem;height:1.3rem;fill:#fff}.common__button-green-m svg,.common__button-yellow-m svg,.common__button-grey-m svg,.common__button-error-m svg{width:1rem;height:1rem;fill:#fff}.common__button-green-l *:nth-child(2),.common__button-yellow-l *:nth-child(2),.common__button-grey-l *:nth-child(2),.common__button-error-l *:nth-child(2){margin-left:1rem}.common__button-green-m *:nth-child(2),.common__button-yellow-m *:nth-child(2),.common__button-grey-m *:nth-child(2),.common__button-error-m *:nth-child(2){margin-left:.5rem}.common__button-green-m:hover,.common__button-green-l:hover{cursor:pointer;background-color:var(--color-light-green)}.common__button-yellow-m:hover,.common__button-yellow-l:hover{cursor:pointer;background-color:#ffdb5d}.common__button-grey-m:hover,.common__button-grey-l:hover{cursor:pointer;background-color:var(--color-text-light)}.common__button-error-m:hover,.common__button-error-l:hover{cursor:pointer;background-color:#d45353}.common__button-green-m:disabled,.common__button-green-l:disabled,.common__button-yellow-m:disabled,.common__button-yellow-l:disabled,.common__button-error-m:disabled,.common__button-error-l:disabled,.common__button-grey-m:disabled,.common__button-grey-l:disabled{background-color:var(--color-text-light)}.common__button-green-m:disabled:hover,.common__button-green-l:disabled:hover,.common__button-yellow-m:disabled:hover,.common__button-yellow-l:disabled:hover,.common__button-error-m:disabled:hover,.common__button-error-l:disabled:hover,.common__button-grey-m:disabled:hover,.common__button-grey-l:disabled:hover{cursor:not-allowed}.common__button-loading svg,.common__button-loading span{visibility:hidden}.common__button-loading .spinner{position:absolute;display:flex;align-items:center;justify-content:center;box-sizing:border-box;top:0;bottom:0;left:0;right:0}.common__button-loading .spinner>div{height:20px;width:20px;border-radius:50%;border-top:solid 3px #fff;border-bottom:solid 3px #fff;border-left:solid 3px #0000;border-right:solid 3px #0000;animation:common__button-loading 1.2s linear infinite;box-sizing:border-box}.common__button-loading .spinner>div{}@keyframes common__button-loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.live__loading-l{position:relative;display:flex;justify-content:center;align-items:center;height:80px}.live__loading-l>div{margin:auto;position:absolute;height:80px;width:80px;border-radius:50%;border-top:solid 8px var(--color-text-light);border-bottom:solid 8px var(--color-text-light);border-left:solid 8px #0000;border-right:solid 8px #0000;animation:common__loading-spin 1.2s linear infinite;box-sizing:border-box}.live__loading-l svg{height:40px;width:40px;fill:var(--color-text-light)}@keyframes common__loading-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.common__input-warning{background-color:#fff3c9!important;border-color:#d4a500!important}.common__input-warning-dark{background-color:#ffddbd!important;border-color:#ff7c01!important}.common__input-error{background-color:var(--color-error-bg)!important;border-color:var(--color-error)!important}.common__input-ok{background-color:var(--color-success-bg)!important;border-color:var(--color-success)!important}.common__input-label-warning{padding:.1rem 0 .1rem .2rem;font-size:.8rem;color:var(--color-text-medium)}.common__input-label-error{padding:.1rem 0 .1rem .2rem;font-size:.8rem;color:var(--color-error)}input[type=text],input[type=password],select{font-size:1rem;padding:.4rem .5rem .2rem;display:block;width:100%;box-sizing:border-box;border:solid 1px var(--color-box-border);border-radius:4px;background-color:var(--color-box-bg);font-family:gotham-book,Helvetica,sans-serif}textarea{font-size:1rem;padding:.4rem .5rem .2rem;width:100%;box-sizing:border-box;border:solid 1px var(--color-box-border);border-radius:4px;background-color:var(--color-box-bg);display:block;resize:vertical;font-family:gotham-book,Helvetica,sans-serif}input[type=range]{box-sizing:border-box;width:100%;margin:0}.common__input{display:flex;flex-direction:column;justify-content:flex-start}.common__input .label{user-select:none;font-size:.8rem;margin-bottom:.1rem;padding-left:.1rem;color:var(--color-text-medium);text-transform:uppercase;font-family:gotham-black,Helvetica,sans-serif}.common__input-checkbox{display:flex;font-size:.9rem;align-items:center}.common__checkbox{display:flex;align-items:center}.common__checkbox-checked{}.common__checkbox div:first-child{flex:0 0 1.5rem;width:1.5rem;box-sizing:border-box;height:1.5rem;border:solid 1px var(--color-box-border);background-color:var(--color-box-bg);border-radius:4px;margin-right:.4rem;padding:.2rem}.common__checkbox div:first-child svg{display:none;width:100%;height:100%;fill:#fff}.common__checkbox div:last-child{user-select:none;margin-bottom:.1rem}.common__checkbox-error div:first-child{border-color:var(--color-error);background-color:var(--color-error-bg)}.common__checkbox:hover{cursor:pointer}.common__checkbox:hover div:first-child{border-color:var(--color-text-medium)}.common__checkbox-checked div:first-child{border-color:var(--color-green);background-color:var(--color-green)}.common__checkbox-checked div:first-child svg{display:block}.common__checkbox-checked:hover div:first-child{background-color:var(--color-green)}.grecaptcha-badge{visibility:hidden}a.live__title-superlink,a.live__title-superlink:visited,a.live__title-superlink:active{font-size:.9rem;color:var(--color-green);font-family:gotham-black,Helvetica,sans-serif}a.live__title-superlink:hover{text-decoration:underline}.live__title{font-size:1.5rem;font-family:gotham-black,Helvetica,sans-serif}a.live__title:visited,a.live__title:active,a.live__title{color:var(--color-text)}a.live__title:hover{color:var(--color-light-green);cursor:pointer}.live__section{font-size:1.2rem;border-bottom:solid 1px #000;padding-bottom:.4rem;font-family:gotham-black,Helvetica,sans-serif}.emphasis,.live__emphasis{color:var(--color-green);text-transform:uppercase;font-family:gotham-black,Helvetica,sans-serif}.live__highlight{color:var(--color-text-medium);font-family:gotham-black,Helvetica,sans-serif}.live__link:active,.live__link:visited,.live__link{display:inline;color:var(--color-green);text-decoration:underline}.live__link:hover{cursor:pointer;text-decoration:none}.live__link2:active,.live__link2:visited,.live__link2{display:inline;color:var(--color-green);text-decoration:none}.live__link2:hover{cursor:pointer;text-decoration:underline}.live__text{line-height:1.5}.live__text a:visited,.live__text a:active,.live__text a{display:inline;color:var(--color-green);font-family:gotham-black,Helvetica,sans-serif}.live__text a:hover{text-decoration:underline}.live__bold,.live__text b,.live__text strong{font-family:gotham-bold,Helvetica,sans-serif}.live__text p{margin-bottom:.6rem}.live__text p:last-child{margin-bottom:0}.live__text li{margin-top:.6rem}.live__text ul{margin:0 0 .6rem;padding-left:20px}.live__bold-green{color:var(--color-green);font-family:gotham-bold,Helvetica,sans-serif}.live__page{max-width:46rem;margin:2rem auto}.live__header-green,.live__header{font-size:1.2rem;text-transform:uppercase;font-family:gotham-black,Helvetica,sans-serif}.live__header-green>div:nth-child(2),.live__header>div:nth-child(2){font-size:.9rem;margin-top:.2rem;text-transform:none;font-family:gotham-book,Helvetica,sans-serif}.live__header-green>div:first-child{color:var(--color-green)}.live__message{text-align:center;color:var(--color-text-light);font-size:1.1rem;font-family:gotham-black,Helvetica,sans-serif}@media screen and (max-width:49rem){.live__page{padding:0 1rem}}.live__frame-header,.live__frame-overlay-header{user-select:none;display:flex;align-items:center;padding:.5rem .8rem;font-size:1rem;color:#fff;background-color:var(--color-green);font-family:gotham-bold,Helvetica,sans-serif}.live__frame-header{margin-top:2rem}.live__frame-header>svg{width:1.2rem;height:1.2rem;margin-right:.6rem;fill:#fff}.live__frame-header>div{flex:1}.live__frame-standalone,.live__frame{border-color:var(--color-box-border);border-style:solid;border-width:0 1px 1px;background-color:#fff;box-shadow:0 20px 30px #ddd}.live__frame-standalone{border-width:1px}.live__overlay{position:fixed;z-index:var(--zindex-root-overlay);top:0;bottom:0;left:0;right:0;background-color:#000000b2;display:flex;box-sizing:border-box;align-items:center;justify-content:center;flex-direction:column}.live__frame-overlay-header{width:45rem;box-sizing:border-box}.live__frame-overlay{width:45rem;box-sizing:border-box;background-color:#fff}@media screen and (max-width:46rem){.live__frame-overlay,.live__frame-overlay-header{width:90%}}.live__box{padding:1.5rem}.live__box-title{font-size:1.1rem;text-transform:uppercase;margin-bottom:.6rem;font-family:gotham-black,Helvetica,sans-serif}a.live__link-box,a.live__link-box:visited,a.live__link-box:active{padding:1.5rem;display:flex;flex-direction:column;align-items:center;color:#000}a.live__link-box:hover{background-color:#eee;cursor:pointer}.live__values{display:grid;grid-template-columns:1fr 1fr;border-right-width:0;border-bottom-width:0;background-color:var(--color-box-border)}.live__value-wide,.live__value{display:flex;flex-direction:column;justify-content:flex-start;padding:.6rem .8rem;background-color:#fff;border-right:1px solid var(--color-box-border);border-bottom:1px solid var(--color-box-border)}.live__value-wide{grid-column:1/span 2}.live__value-wide .label,.live__value .label{user-select:none;font-size:.85rem;margin-bottom:.6rem;color:var(--color-text-medium);font-family:gotham-bold,Helvetica,sans-serif}.live__value td:first-child{user-select:none;font-size:.8rem;padding-right:.6rem;color:var(--color-text-medium);font-family:gotham-bold,Helvetica,sans-serif}.live__value-info{display:flex;margin-top:.6rem;font-size:.8rem}.live__value-info>div:first-child{flex:0;margin-right:.4rem}.live__value-info svg{display:block;width:1rem;height:1rem;fill:var(--color-text-light)}@media screen and (max-width:46rem){.live__values{grid-template-columns:1fr}.live__value-wide{grid-column:span 1}.live__value-wide,.live__value{border-bottom:none;padding-bottom:0}.live__value-wide:last-child,.live__value:last-child{padding-bottom:.6rem;border-bottom:1px solid var(--color-box-border)}}.live__attributes>div{display:flex;font-size:.8rem;border-bottom:solid 1px #ddd;padding:.2rem 0 .1rem}.live__attributes>div:last-child{border-bottom:none}.live__attributes>div>div:first-child{flex:1}.live__attributes>div>div:last-child{text-align:right}.live__bottom-buttons{margin-top:.6rem;display:flex;justify-content:flex-end;user-select:none}.live__bottom-buttons button,.live__bottom-buttons a{margin-left:.6rem}.live__bottom-buttons a.link:active,.live__bottom-buttons a.link:visited,.live__bottom-buttons a.link{color:var(--color-green);font-size:1rem}.live__bottom-buttons a.link:hover{text-decoration:underline;cursor:pointer}.live__form{display:grid;grid-row-gap:.5rem;grid-column-gap:1rem;grid-template-columns:1fr 1fr;padding:1rem 1.5rem 1.5rem}.live__form-warning,.live__form-note{display:flex;grid-column:span 2;font-size:.8rem;color:var(--color-grey)}.live__form-note svg{width:.9rem;height:.9rem;margin:0 .3rem 0 .2rem;fill:var(--color-notice-blue)}.live__form-warning svg{width:1.3rem;height:1.3rem;margin:0 .5rem 0 .2rem;fill:var(--color-notice-orange)}.live__form-note div,.live__form-warning div{flex:1}.live__form-wide{grid-column:span 2}.live__form-buttons{padding-top:.8rem;grid-column:span 2;display:flex;justify-content:flex-end}.live__form-buttons a,.live__form-buttons button{margin-left:.5rem}.live__form-section{user-select:none;padding:1rem 0 .3rem;margin-bottom:.3rem;grid-column:1/span 2;font-size:1rem;text-transform:uppercase;color:var(--color-green);border-bottom:solid 1px var(--color-green);font-family:gotham-black,Helvetica,sans-serif}@media screen and (max-width:46rem){.live__form{grid-template-columns:1fr}.live__form-warning,.live__form-note,.live__form-wide,.live__form-section,.live__form-buttons{grid-column:span 1}}.live__error-message{text-align:center;color:var(--color-error);border:solid 1px var(--color-error);background-color:var(--color-error-bg);padding:.8rem}.live__error-box a:active,.live__error-box a:visited,.live__error-box a{display:inline;color:var(--color-green)}.live__error-box a:hover{text-decoration:underline}.live__helper-links-s-r,.live__helper-links-s-l,.live__helper-links-m-r,.live__helper-links-m-l{margin-top:1.5rem;text-align:right;font-size:.8rem;width:100%;box-sizing:border-box}.live__helper-links-s-r a:visited,.live__helper-links-s-r a:active,.live__helper-links-s-r a,.live__helper-links-s-l a:visited,.live__helper-links-s-l a:active,.live__helper-links-s-l a,.live__helper-links-m-r a:visited,.live__helper-links-m-r a:active,.live__helper-links-m-r a,.live__helper-links-m-l a:visited,.live__helper-links-m-l a:active,.live__helper-links-m-l a{color:var(--color-green)}.live__helper-links-s-r a:hover,.live__helper-links-s-l a:hover,.live__helper-links-m-r a:hover,.live__helper-links-m-l a:hover{text-decoration:underline}.live__helper-links-s-r{text-align:right;font-size:.8rem}.live__helper-links-s-r a{margin-top:.2rem}.live__helper-links-s-l{text-align:left;font-size:.8rem}.live__helper-links-s-l a{margin-top:.2rem}.live__helper-links-m-r{text-align:right;font-size:1rem}.live__helper-links-m-r a{margin-top:.4rem}.live__helper-links-m-l{text-align:left;font-size:1rem}.live__helper-links-m-l a{margin-top:.4rem}.live__date-input{display:flex}.live__date-input>{margin-right:1rem}.live__date-input-day{width:5rem!important;text-align:center}.live__date-input-month{margin:0 .2rem;flex:1;max-width:10rem}.live__date-input-year{text-align:center;width:5rem!important;margin-right:0}.live__date-input-day::placeholder,.live__date-input-year::placeholder{text-align:center;font-size:.9rem}.live__breadcrumbs{display:flex;font-size:.8rem;margin-bottom:.8rem;flex-wrap:wrap;font-family:gotham-bold,Helvetica,sans-serif}.live__breadcrumbs div{display:flex;color:var(--color-text-light);margin-top:.2rem}.live__breadcrumbs span,.live__breadcrumbs a{max-width:15rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.live__breadcrumbs>div:first-child:before{content:'';padding:0}.live__breadcrumbs>div:before{padding:0 .4rem;content:'/'}.live__breadcrumbs a:visited,.live__breadcrumbs a:active,.live__breadcrumbs a{color:var(--color-green)}.live__breadcrumbs a:hover{text-decoration:underline;cursor:pointer}.live__details{border:solid 1px var(--color-box-border);background-color:var(--color-box-bg);padding:.5rem .6rem;border-radius:4px;margin:.8rem 0;> div { width: 100%; box-sizing: border-box; border-top: solid 1px var(--color-box-border); padding-top: 0.5rem; margin-top: 0.5rem; } > div:first-child { border-top: none; padding-top: 0; margin-top: 0; } > div > div:first-child { display: flex; margin-bottom: 0.3rem; color: var(--color-text-medium); font-family: gotham-black, Helvetica, sans-serif; } > div > div:first-child > div:first-child { flex: 1; } > div > div:first-child > div:nth-child(2) { margin-left: 2rem; text-align: right; } > div > div:nth-child(2) { font-size: 0.8rem; } .large-title { font-size: 1.2rem; }}.live__details-green{border:solid 1px var(--color-notice-green);background-color:var(--color-notice-green-bg);> div > div:first-child { color: var(--color-notice-green); }}.live__details-blue{border:solid 1px var(--color-notice-blue);background-color:var(--color-notice-blue-bg)}.live__details-yellow{border:solid 1px var(--color-notice-yellow);background-color:var(--color-notice-yellow-bg)}.live__snippets-main .live__title{margin-bottom:1.5rem}.live__snippets-main .live__section{margin:1.5rem 0}.live__snippets-main .live__snippet-images{display:flex;flex-direction:column;align-items:center}.live__snippets-main .live__snippet-images img{display:block;margin:1rem 0;width:100%}.live__snippets-main .live__snippet-images-full img{}.live__snippets-main .live__snippet-images-600 img{max-width:600px}.live__snippets-main .live__snippet-images-400 img{max-width:400px}.live__snippets-main .live__snippet-images-200 img{max-width:200px}.live__snippets-main .live__snippet-event-request-button{display:flex;justify-content:center;margin:2rem 0 3rem}.error-label__field{padding:.2rem;font-size:.8rem}.error-label__standalone{padding:.2rem}.error-label__warning{color:var(--color-warning)}.error-label__error{color:var(--color-error)}.loading-spinner__main{display:inline-block;position:relative;width:80px;height:80px}.loading-spinner__main div{animation:loading-spinner-anim 1.2s cubic-bezier(0.5,0,0.5,1) infinite;transform-origin:40px 40px}.loading-spinner__main div:after{content:" ";display:block;position:absolute;width:7px;height:7px;border-radius:50%;background:var(--color-box-border);margin:-4px 0 0 -4px}.loading-spinner__main div:nth-child(1){animation-delay:-.036s}.loading-spinner__main div:nth-child(1):after{top:63px;left:63px}.loading-spinner__main div:nth-child(2){animation-delay:-.072s}.loading-spinner__main div:nth-child(2):after{top:68px;left:56px}.loading-spinner__main div:nth-child(3){animation-delay:-.108s}.loading-spinner__main div:nth-child(3):after{top:71px;left:48px}.loading-spinner__main div:nth-child(4){animation-delay:-.144s}.loading-spinner__main div:nth-child(4):after{top:72px;left:40px}.loading-spinner__main div:nth-child(5){animation-delay:-.18s}.loading-spinner__main div:nth-child(5):after{top:71px;left:32px}.loading-spinner__main div:nth-child(6){animation-delay:-.216s}.loading-spinner__main div:nth-child(6):after{top:68px;left:24px}.loading-spinner__main div:nth-child(7){animation-delay:-.252s}.loading-spinner__main div:nth-child(7):after{top:63px;left:17px}.loading-spinner__main div:nth-child(8){animation-delay:-.288s}.loading-spinner__main div:nth-child(8):after{top:56px;left:12px}@keyframes loading-spinner-anim{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.shard-tree__main{padding:10px;font-size:13px;color:var(--color-text);user-select:none}.shard-tree__main .label{padding:2px 4px;display:flex;align-items:center;border-radius:4px}.shard-tree__main .label:hover{cursor:pointer;background-color:var(--color-background-hover);border-radius:3px}.shard-tree__main .label-notes{color:var(--color-tree-notes-shard)}.shard-tree__main .label-children{width:0;height:0;box-sizing:border-box;border-left:solid 5px var(--color-text-light);border-top:solid 4px #0000;border-bottom:solid 4px #0000;transition:transform .1s}.shard-tree__main .label-expanded{transform:rotate(90deg);transition:transform .1s}.shard-tree__main .label-nochildren{width:5px;height:5px;background-color:var(--color-text-light);border-radius:3px}.shard-tree__main .name{margin-left:6px}.shard-tree__main .sub-count{margin-left:6px;font-size:10px;color:var(--color-text-light)}.shard-tree__main .subs{margin-left:8px;border-left:solid 1px var(--color-borders-light);padding-left:8px}.shard-tree__main .tree .entry-selected{padding:1px 3px;border:solid 1px var(--color-borders)}.shard-tree__main .tree .entry-highlighted{background-color:var(--color-tree-current-shard)}.shard-editor__main{padding:10px}.shard-editor__main .list>div{font-size:14px;border-bottom:solid 1px var(--color-editor-borders);padding-left:8px;padding-right:8px}.shard-editor__main .list>div:hover{background-color:var(--color-editor-hover-line)}.shard-editor__main .list>div:first-child{border-top:solid 1px var(--color-editor-borders)}.shard-editor__main .list>div .text{white-space:pre;padding-top:4px;padding-bottom:4px}.shard-editor__main .list>div .text:focus{outline:none}.shard-editor__main .row-focus{background-color:var(--color-editor-current-line)!important}.shard-editor__main .row-selected{background-color:var(--color-editor-selected-line)!important}.shard-editor__main .row-selected-focus{background-color:var(--color-editor-current-selected-line)!important}.shard-editor__main .row-category-one{color:var(--color-editor-category-one)}.shard-editor__main .row-category-two{color:var(--color-editor-category-two)}.shard-editor__main .row-category-three{color:var(--color-editor-category-three)}.shard-editor__main .row-category-maybe{color:var(--color-editor-category-maybe)}.shard-editor__main .row-category-done{color:var(--color-editor-category-done)}.shard-editor__main .row-indent-0>div{padding-left:0}.shard-editor__main .row-indent-1>div{padding-left:var(--editor-indent-padding)}.shard-editor__main .row-indent-2>div{padding-left:calc(2 * var(--editor-indent-padding))}.shard-editor__main .row-indent-3>div{padding-left:calc(3 * var(--editor-indent-padding))}.shard-editor__main .row-indent-4>div{padding-left:calc(4 * var(--editor-indent-padding))}.shard-editor__main .row-indent-5>div{padding-left:calc(5 * var(--editor-indent-padding))}.shard-editor__main .row-indent-6>div{padding-left:calc(6 * var(--editor-indent-padding))}.shard-editor__main .row-indent-7>div{padding-left:calc(7 * var(--editor-indent-padding))}.shard-editor__main .row-indent-8>div{padding-left:calc(8 * var(--editor-indent-padding))}.shard-saver__main{padding:10px;font-size:12px;color:var(--color-text-light)}.shard-saver__main>div:first-child{margin-bottom:5px}.shard-saver__main .error{color:var(--color-text-error)}.command-library__indicator{padding:10px;text-align:right;font-size:12px;color:var(--color-text-light)}.shortcuts__target{display:inline-flex;> span { text-transform: uppercase; font-weight: bold; margin-right: 2px; color: #ffd100; } .inactive { color: var(--color-borders); }}.shortcuts__target::before{content:'[';margin-right:2px;color:var(--color-borders)}.shortcuts__target::after{content:']';color:var(--color-borders)}.home__main{display:flex}.home__main .overlay{position:fixed;width:100vw;height:100vh;z-index:1000}.home__main .body{margin:0 auto;display:flex}.home__main .sidebar{flex:0 0 300px}.home__main .content{flex:0 0 800px;height:100vh;overflow-y:auto;position:relative;border-left:solid 1px var(--color-borders)}.home__main .content .topbar{position:sticky;top:0;background-color:var(--color-background);display:flex;align-items:flex-start;> div:first-child { flex: 1; } > div:nth-child(2) { flex: 1 0 100px; }}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background-color:var(--color-background)}::-webkit-scrollbar-thumb{background:var(--color-borders);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-borders-hover)}