pxt-core 12.2.32 → 12.2.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/built/backendutils.js +1 -1
- package/built/pxt.js +1 -1
- package/built/pxtlib.js +1 -1
- package/built/target.js +1 -1
- package/built/targetlight.js +1 -1
- package/built/web/main.js +1 -1
- package/built/web/pxtapp.js +1 -1
- package/built/web/pxtembed.js +1 -1
- package/built/web/pxtlib.js +1 -1
- package/built/web/pxtworker.js +1 -1
- package/built/web/react-common-authcode.css +1 -1
- package/built/web/react-common-multiplayer.css +1 -1
- package/built/web/react-common-skillmap.css +1 -1
- package/built/web/rtlreact-common-authcode.css +1 -1
- package/built/web/rtlreact-common-multiplayer.css +1 -1
- package/built/web/rtlreact-common-skillmap.css +1 -1
- package/built/web/rtlsemantic.css +5 -5
- package/built/web/semantic.css +5 -5
- package/localtypings/pxteditor.d.ts +1 -1
- package/package.json +1 -1
package/built/web/semantic.css
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
* Released under the MIT license
|
|
16
16
|
* http://opensource.org/licenses/MIT
|
|
17
17
|
*
|
|
18
|
-
*/body,html{height:100%}html{font-size:14px}body{background:#fff;color:rgba(0,0,0,.87);font-size:12pt;line-height:1.4285em;min-width:100%;overflow-x:hidden;font-smoothing:antialiased}body,h1,h2,h3,h4,h5{font-family:Segoe UI,Helvetica Neue,Arial,Helvetica,sans-serif}h1,h2,h3,h4,h5{font-weight:700;line-height:1.28571429em;margin:calc(2rem - .14286em) 0 1rem;padding:0}h1{font-size:2rem;min-height:1rem}h2{font-size:1.71428571rem}h3{font-size:1.28571429rem}h4{font-size:1.07142857rem}h5{font-size:1rem}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child{margin-bottom:0}p{line-height:1.4285em;margin:0 0 1em}p:first-child{margin-top:0}p:last-child{margin-bottom:0}a{color:hotpink;text-decoration:none}a:hover{color:#f39;text-decoration:underline}::-webkit-selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}::-moz-selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}::selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}input::-webkit-selection,textarea::-webkit-selection{background-color:hsla(0,0%,39%,.4);color:rgba(0,0,0,.87)}input::-moz-selection,textarea::-moz-selection{background-color:hsla(0,0%,39%,.4);color:rgba(0,0,0,.87)}input::selection,textarea::selection{background-color:hsla(0,0%,39%,.4);color:rgba(0,0,0,.87)}
|
|
18
|
+
*/body,html{height:100%}html{font-size:14px}body{background:#fff;color:rgba(0,0,0,.87);font-size:12pt;line-height:1.4285em;min-width:100%;overflow-x:hidden;font-smoothing:antialiased}body,h1,h2,h3,h4,h5{font-family:Segoe UI,Helvetica Neue,Arial,Helvetica,sans-serif}h1,h2,h3,h4,h5{font-weight:700;line-height:1.28571429em;margin:calc(2rem - .14286em) 0 1rem;padding:0}h1{font-size:2rem;min-height:1rem}h2{font-size:1.71428571rem}h3{font-size:1.28571429rem}h4{font-size:1.07142857rem}h5{font-size:1rem}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child{margin-bottom:0}p{line-height:1.4285em;margin:0 0 1em}p:first-child{margin-top:0}p:last-child{margin-bottom:0}a{color:hotpink;text-decoration:none}a:hover{color:#f39;text-decoration:underline}::-webkit-selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}::-moz-selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}::selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}input::-webkit-selection,textarea::-webkit-selection{background-color:hsla(0,0%,39.2%,.4);color:rgba(0,0,0,.87)}input::-moz-selection,textarea::-moz-selection{background-color:hsla(0,0%,39.2%,.4);color:rgba(0,0,0,.87)}input::selection,textarea::selection{background-color:hsla(0,0%,39.2%,.4);color:rgba(0,0,0,.87)}
|
|
19
19
|
/*!
|
|
20
20
|
* # Semantic UI - Icon
|
|
21
21
|
* http://github.com/semantic-org/semantic-ui/
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
* Released under the MIT license
|
|
97
97
|
* http://opensource.org/licenses/MIT
|
|
98
98
|
*
|
|
99
|
-
*/.ui.list,ol.ui.list,ul.ui.list{list-style-type:none;margin:1em 0;padding:0}.ui.list:first-child,ol.ui.list:first-child,ul.ui.list:first-child{margin-top:0;padding-top:0}.ui.list:last-child,ol.ui.list:last-child,ul.ui.list:last-child{margin-bottom:0;padding-bottom:0}.ui.list .list>.item,.ui.list>.item,ol.ui.list li,ul.ui.list li{display:list-item;line-height:1.14285714em;list-style-position:outside;list-style-type:none;padding:.21428571em 0;table-layout:fixed}.ui.list>.item:after,.ui.list>.list>.item,ol.ui.list>li:first-child:after,ul.ui.list>li:first-child:after{clear:both;content:"";display:block;height:0;visibility:hidden}.ui.list .list>.item:first-child,.ui.list>.item:first-child,ol.ui.list li:first-child,ul.ui.list li:first-child{padding-top:0}.ui.list .list>.item:last-child,.ui.list>.item:last-child,ol.ui.list li:last-child,ul.ui.list li:last-child{padding-bottom:0}.ui.list .list,ol.ui.list ol,ul.ui.list ul{clear:both;margin:0;padding:.75em 0 .25em .5em}.ui.list .list>.item,ol.ui.list ol li,ul.ui.list ul li{line-height:inherit;padding:.14285714em 0}.ui.list .list>.item>i.icon,.ui.list>.item>i.icon{display:table-cell;margin:0;padding-right:.28571429em;padding-top:0;transition:color .1s ease;vertical-align:top}.ui.list .list>.item>i.icon:only-child,.ui.list>.item>i.icon:only-child{display:inline-block;vertical-align:top}.ui.list .list>.item>.image,.ui.list>.item>.image{background-color:transparent;display:table-cell;margin:0;vertical-align:top}.ui.list .list>.item>.image:not(:only-child):not(img),.ui.list>.item>.image:not(:only-child):not(img){padding-right:.5em}.ui.list .list>.item>.image img,.ui.list>.item>.image img{vertical-align:top}.ui.list .list>.item>.image:only-child,.ui.list .list>.item>img.image,.ui.list>.item>.image:only-child,.ui.list>.item>img.image{display:inline-block}.ui.list .list>.item>.content,.ui.list>.item>.content{line-height:1.14285714em}.ui.list .list>.item>.icon+.content,.ui.list .list>.item>.image+.content,.ui.list>.item>.icon+.content,.ui.list>.item>.image+.content{display:table-cell;padding:0 0 0 .5em;vertical-align:top;width:100%}.ui.list .list>.item>img.image+.content,.ui.list>.item>img.image+.content{display:inline-block;width:auto}.ui.list .list>.item>.content>.list,.ui.list>.item>.content>.list{margin-left:0;padding-left:0}.ui.list .list>.item .header,.ui.list>.item .header{color:rgba(0,0,0,.87);display:block;font-family:Segoe UI,Helvetica Neue,Arial,Helvetica,sans-serif;font-weight:700;margin:0}.ui.list .list>.item .description,.ui.list>.item .description{color:rgba(0,0,0,.7);display:block}.ui.list .list>.item a,.ui.list>.item a{cursor:pointer}.ui.list .list>a.item,.ui.list>a.item{color:hotpink;cursor:pointer}.ui.list .list>a.item:hover,.ui.list>a.item:hover{color:#f39}.ui.list .list>a.item i.icon,.ui.list>a.item i.icon{color:rgba(0,0,0,.4)}.ui.list .list>.item a.header,.ui.list>.item a.header{color:hotpink!important;cursor:pointer}.ui.list .list>.item a.header:hover,.ui.list>.item a.header:hover{color:#f39!important}.ui[class*="left floated"].list{float:left}.ui[class*="right floated"].list{float:right}.ui.list .list>.item [class*="left floated"],.ui.list>.item [class*="left floated"]{float:left;margin:0 1em 0 0}.ui.list .list>.item [class*="right floated"],.ui.list>.item [class*="right floated"]{float:right;margin:0 0 0 1em}.ui.menu .ui.list .list>.item,.ui.menu .ui.list>.item{background-color:transparent;display:list-item;line-height:1.14285714em;list-style-position:outside;list-style-type:none;padding:.21428571em 0;table-layout:fixed}.ui.menu .ui.list .list>.item:before,.ui.menu .ui.list>.item:before{background:none;border:none}.ui.menu .ui.list .list>.item:first-child,.ui.menu .ui.list>.item:first-child{padding-top:0}.ui.menu .ui.list .list>.item:last-child,.ui.menu .ui.list>.item:last-child{padding-bottom:0}.ui.horizontal.list{display:inline-block;font-size:0}.ui.horizontal.list>.item{display:inline-block;font-size:1rem;margin-left:1em}.ui.horizontal.list:not(.celled)>.item:first-child{margin-left:0!important;padding-left:0!important}.ui.horizontal.list .list{padding-bottom:0;padding-left:0}.ui.horizontal.list .list>.item>.content,.ui.horizontal.list .list>.item>.icon,.ui.horizontal.list .list>.item>.image,.ui.horizontal.list>.item>.content,.ui.horizontal.list>.item>.icon,.ui.horizontal.list>.item>.image{vertical-align:middle}.ui.horizontal.list>.item:first-child,.ui.horizontal.list>.item:last-child{padding-bottom:.21428571em;padding-top:.21428571em}.ui.horizontal.list>.item>i.icon{margin:0;padding:0 .25em 0 0}.ui.horizontal.list>.item>.icon,.ui.horizontal.list>.item>.icon+.content{display:inline-block;float:none}.ui.list .list>.disabled.item,.ui.list>.disabled.item{color:rgba(40,40,40,.3)!important;pointer-events:none}.ui.inverted.list .list>.disabled.item,.ui.inverted.list>.disabled.item{color:hsla(0,0%,88%,.3)!important}.ui.list .list>a.item:hover .icon,.ui.list>a.item:hover .icon{color:rgba(0,0,0,.87)}.ui.inverted.list .list>a.item>.icon,.ui.inverted.list>a.item>.icon{color:hsla(0,0%,100%,.7)}.ui.inverted.list .list>.item .header,.ui.inverted.list>.item .header{color:hsla(0,0%,100%,.9)}.ui.inverted.list .list>.item .description,.ui.inverted.list>.item .description{color:hsla(0,0%,100%,.7)}.ui.inverted.list .list>a.item,.ui.inverted.list>a.item{color:hsla(0,0%,100%,.9);cursor:pointer}.ui.inverted.list .list>a.item:hover,.ui.inverted.list>a.item:hover{color:#f39}.ui.inverted.list .item a:not(.ui){color:hsla(0,0%,100%,.9)!important}.ui.inverted.list .item a:not(.ui):hover{color:#f39!important}.ui.list [class*="top aligned"],.ui.list[class*="top aligned"] .content,.ui.list[class*="top aligned"] .image{vertical-align:top!important}.ui.list [class*="middle aligned"],.ui.list[class*="middle aligned"] .content,.ui.list[class*="middle aligned"] .image{vertical-align:middle!important}.ui.list [class*="bottom aligned"],.ui.list[class*="bottom aligned"] .content,.ui.list[class*="bottom aligned"] .image{vertical-align:bottom!important}.ui.link.list .item,.ui.link.list .item a:not(.ui),.ui.link.list a.item{color:rgba(0,0,0,.4);transition:color .1s ease}.ui.link.list.list .item a:not(.ui):hover,.ui.link.list.list a.item:hover{color:rgba(0,0,0,.8)}.ui.link.list.list .item a:not(.ui):active,.ui.link.list.list a.item:active{color:rgba(0,0,0,.9)}.ui.link.list.list .active.item,.ui.link.list.list .active.item a:not(.ui){color:rgba(0,0,0,.95)}.ui.inverted.link.list .item,.ui.inverted.link.list .item a:not(.ui),.ui.inverted.link.list a.item{color:hsla(0,0%,100%,.5)}.ui.inverted.link.list.list .active.item a:not(.ui),.ui.inverted.link.list.list .item a:not(.ui):active,.ui.inverted.link.list.list .item a:not(.ui):hover,.ui.inverted.link.list.list a.active.item,.ui.inverted.link.list.list a.item:active,.ui.inverted.link.list.list a.item:hover{color:#fff}.ui.selection.list .list>.item,.ui.selection.list>.item{background:transparent;border-radius:.5em;color:rgba(0,0,0,.4);cursor:pointer;margin:0;padding:.5em;transition:color .1s ease,padding-left .1s ease,background-color .1s ease}.ui.selection.list .list>.item:last-child,.ui.selection.list>.item:last-child{margin-bottom:0}.ui.selection.list.list>.item:hover,.ui.selection.list>.item:hover{background:rgba(0,0,0,.03);color:rgba(0,0,0,.8)}.ui.selection.list .list>.item:active,.ui.selection.list>.item:active{background:rgba(0,0,0,.05);color:rgba(0,0,0,.9)}.ui.selection.list .list>.item.active,.ui.selection.list>.item.active{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.inverted.selection.list>.item{background:transparent;color:hsla(0,0%,100%,.5)}.ui.inverted.selection.list>.item:hover{background:hsla(0,0%,100%,.02);color:#fff}.ui.inverted.selection.list>.item.active,.ui.inverted.selection.list>.item:active{background:hsla(0,0%,100%,.08);color:#fff}.ui.celled.selection.list .list>.item,.ui.celled.selection.list>.item,.ui.divided.selection.list .list>.item,.ui.divided.selection.list>.item{border-radius:0}.ui.animated.list>.item{transition:color .25s ease .1s,padding-left .25s ease .1s,background-color .25s ease .1s}.ui.animated.list:not(.horizontal)>.item:hover{padding-left:1em}.ui.fitted.list:not(.selection) .list>.item,.ui.fitted.list:not(.selection)>.item{padding-left:0;padding-right:0}.ui.fitted.selection.list .list>.item,.ui.fitted.selection.list>.item{margin-left:-.5em;margin-right:-.5em}.ui.bulleted.list,ul.ui.list{margin-left:1.25rem}.ui.bulleted.list .list>.item,.ui.bulleted.list>.item,ul.ui.list li{position:relative}.ui.bulleted.list .list>.item:before,.ui.bulleted.list>.item:before,ul.ui.list li:before{color:inherit;content:"•";font-weight:400;left:auto;margin-left:-1.25rem;opacity:1;pointer-events:none;position:absolute;top:auto;user-select:none;vertical-align:top}.ui.bulleted.list .list>a.item:before,.ui.bulleted.list>a.item:before,ul.ui.list li:before{color:rgba(0,0,0,.87)}.ui.bulleted.list .list,ul.ui.list ul{padding-left:1.25rem}.ui.horizontal.bulleted.list,ul.ui.horizontal.bulleted.list{margin-left:0}.ui.horizontal.bulleted.list>.item,ul.ui.horizontal.bulleted.list li{margin-left:1.75rem}.ui.horizontal.bulleted.list>.item:first-child,ul.ui.horizontal.bulleted.list li:first-child{margin-left:0}.ui.horizontal.bulleted.list>.item:before,ul.ui.horizontal.bulleted.list li:before{color:rgba(0,0,0,.87)}.ui.horizontal.bulleted.list>.item:first-child:before,ul.ui.horizontal.bulleted.list li:first-child:before{display:none}.ui.ordered.list,.ui.ordered.list .list,ol.ui.list,ol.ui.list ol{counter-reset:ordered;list-style-type:none;margin-left:1.25rem}.ui.ordered.list .list>.item,.ui.ordered.list>.item,ol.ui.list li{list-style-type:none;position:relative}.ui.ordered.list .list>.item:before,.ui.ordered.list>.item:before,ol.ui.list li:before{color:rgba(0,0,0,.87);content:counters(ordered,".") " ";counter-increment:ordered;left:auto;margin-left:-1.25rem;opacity:.8;pointer-events:none;position:absolute;text-align:right;top:auto;user-select:none;vertical-align:middle}.ui.ordered.inverted.list .list>.item:before,.ui.ordered.inverted.list>.item:before,ol.ui.inverted.list li:before{color:hsla(0,0%,100%,.7)}.ui.ordered.list>.item[data-value],.ui.ordered.list>.list>.item[data-value]{content:attr(data-value)}ol.ui.list li[value]:before{content:attr(value)}.ui.ordered.list .list,ol.ui.list ol{margin-left:1em}.ui.ordered.list .list>.item:before,ol.ui.list ol li:before{margin-left:-2em}.ui.ordered.horizontal.list,ol.ui.horizontal.list{margin-left:0}.ui.ordered.horizontal.list .list>.item:before,.ui.ordered.horizontal.list>.item:before,ol.ui.horizontal.list li:before{margin:0 .5em 0 0;position:static}.ui.divided.list>.item{border-top:1px solid rgba(34,36,38,.15)}.ui.divided.list .item .list>.item,.ui.divided.list .list>.item,.ui.divided.list .list>.item:first-child,.ui.divided.list>.item:first-child{border-top:none}.ui.divided.list:not(.horizontal) .list>.item:first-child{border-top-width:1px}.ui.divided.bulleted.list .list,.ui.divided.bulleted.list:not(.horizontal){margin-left:0;padding-left:0}.ui.divided.bulleted.list>.item:not(.horizontal){padding-left:1.25rem}.ui.divided.ordered.list{margin-left:0}.ui.divided.ordered.list .list>.item,.ui.divided.ordered.list>.item{padding-left:1.25rem}.ui.divided.ordered.list .item .list{margin-left:0;margin-right:0;padding-bottom:.21428571em}.ui.divided.ordered.list .item .list>.item{padding-left:1em}.ui.divided.selection.list .list>.item,.ui.divided.selection.list>.item{border-radius:0;margin:0}.ui.divided.horizontal.list{margin-left:0}.ui.divided.horizontal.list>.item:not(:first-child){padding-left:.5em}.ui.divided.horizontal.list>.item:not(:last-child){padding-right:.5em}.ui.divided.horizontal.list>.item{border-left:1px solid rgba(34,36,38,.15);border-top:none;line-height:.6;margin:0}.ui.horizontal.divided.list>.item:first-child{border-left:none}.ui.divided.inverted.horizontal.list>.item,.ui.divided.inverted.list>.item,.ui.divided.inverted.list>.list{border-color:hsla(0,0%,100%,.1)}.ui.celled.list>.item,.ui.celled.list>.list{border-top:1px solid rgba(34,36,38,.15);padding-left:.5em;padding-right:.5em}.ui.celled.list>.item:last-child{border-bottom:1px solid rgba(34,36,38,.15)}.ui.celled.list>.item:first-child,.ui.celled.list>.item:last-child{padding-bottom:.21428571em;padding-top:.21428571em}.ui.celled.list .item .list>.item{border-width:0}.ui.celled.list .list>.item:first-child{border-top-width:0}.ui.celled.bulleted.list{margin-left:0}.ui.celled.bulleted.list .list>.item,.ui.celled.bulleted.list>.item{padding-left:1.25rem}.ui.celled.bulleted.list .item .list{margin-left:-1.25rem;margin-right:-1.25rem;padding-bottom:.21428571em}.ui.celled.ordered.list{margin-left:0}.ui.celled.ordered.list .list>.item,.ui.celled.ordered.list>.item{padding-left:1.25rem}.ui.celled.ordered.list .item .list{margin-left:0;margin-right:0;padding-bottom:.21428571em}.ui.celled.ordered.list .list>.item{padding-left:1em}.ui.horizontal.celled.list{margin-left:0}.ui.horizontal.celled.list .list>.item,.ui.horizontal.celled.list>.item{border-left:1px solid rgba(34,36,38,.15);border-top:none;line-height:.6;margin:0;padding-left:.5em;padding-right:.5em}.ui.horizontal.celled.list .list>.item:last-child,.ui.horizontal.celled.list>.item:last-child{border-bottom:none;border-right:1px solid rgba(34,36,38,.15)}.ui.celled.inverted.horizontal.list .list>.item,.ui.celled.inverted.horizontal.list>.item,.ui.celled.inverted.list>.item,.ui.celled.inverted.list>.list{border-color:1px solid hsla(0,0%,100%,.1)}.ui.relaxed.list:not(.horizontal)>.item:not(:first-child){padding-top:.42857143em}.ui.relaxed.list:not(.horizontal)>.item:not(:last-child){padding-bottom:.42857143em}.ui.horizontal.relaxed.list .list>.item:not(:first-child),.ui.horizontal.relaxed.list>.item:not(:first-child){padding-left:1rem}.ui.horizontal.relaxed.list .list>.item:not(:last-child),.ui.horizontal.relaxed.list>.item:not(:last-child){padding-right:1rem}.ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:first-child){padding-top:.85714286em}.ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:last-child){padding-bottom:.85714286em}.ui.horizontal[class*="very relaxed"].list .list>.item:not(:first-child),.ui.horizontal[class*="very relaxed"].list>.item:not(:first-child){padding-left:1.5rem}.ui.horizontal[class*="very relaxed"].list .list>.item:not(:last-child),.ui.horizontal[class*="very relaxed"].list>.item:not(:last-child){padding-right:1.5rem}.ui.mini.list{font-size:.78571429em}.ui.tiny.list{font-size:.85714286em}.ui.small.list{font-size:.92857143em}.ui.list{font-size:1em}.ui.large.list{font-size:1.14285714em}.ui.big.list{font-size:1.28571429em}.ui.huge.list{font-size:1.42857143em}.ui.massive.list{font-size:1.71428571em}.ui.mini.horizontal.list .list>.item,.ui.mini.horizontal.list>.item{font-size:.78571429rem}.ui.tiny.horizontal.list .list>.item,.ui.tiny.horizontal.list>.item{font-size:.85714286rem}.ui.small.horizontal.list .list>.item,.ui.small.horizontal.list>.item{font-size:.92857143rem}.ui.horizontal.list .list>.item,.ui.horizontal.list>.item{font-size:1rem}.ui.large.horizontal.list .list>.item,.ui.large.horizontal.list>.item{font-size:1.14285714rem}.ui.big.horizontal.list .list>.item,.ui.big.horizontal.list>.item{font-size:1.28571429rem}.ui.huge.horizontal.list .list>.item,.ui.huge.horizontal.list>.item{font-size:1.42857143rem}.ui.massive.horizontal.list .list>.item,.ui.massive.horizontal.list>.item{font-size:1.71428571rem}
|
|
99
|
+
*/.ui.list,ol.ui.list,ul.ui.list{list-style-type:none;margin:1em 0;padding:0}.ui.list:first-child,ol.ui.list:first-child,ul.ui.list:first-child{margin-top:0;padding-top:0}.ui.list:last-child,ol.ui.list:last-child,ul.ui.list:last-child{margin-bottom:0;padding-bottom:0}.ui.list .list>.item,.ui.list>.item,ol.ui.list li,ul.ui.list li{display:list-item;line-height:1.14285714em;list-style-position:outside;list-style-type:none;padding:.21428571em 0;table-layout:fixed}.ui.list>.item:after,.ui.list>.list>.item,ol.ui.list>li:first-child:after,ul.ui.list>li:first-child:after{clear:both;content:"";display:block;height:0;visibility:hidden}.ui.list .list>.item:first-child,.ui.list>.item:first-child,ol.ui.list li:first-child,ul.ui.list li:first-child{padding-top:0}.ui.list .list>.item:last-child,.ui.list>.item:last-child,ol.ui.list li:last-child,ul.ui.list li:last-child{padding-bottom:0}.ui.list .list,ol.ui.list ol,ul.ui.list ul{clear:both;margin:0;padding:.75em 0 .25em .5em}.ui.list .list>.item,ol.ui.list ol li,ul.ui.list ul li{line-height:inherit;padding:.14285714em 0}.ui.list .list>.item>i.icon,.ui.list>.item>i.icon{display:table-cell;margin:0;padding-right:.28571429em;padding-top:0;transition:color .1s ease;vertical-align:top}.ui.list .list>.item>i.icon:only-child,.ui.list>.item>i.icon:only-child{display:inline-block;vertical-align:top}.ui.list .list>.item>.image,.ui.list>.item>.image{background-color:transparent;display:table-cell;margin:0;vertical-align:top}.ui.list .list>.item>.image:not(:only-child):not(img),.ui.list>.item>.image:not(:only-child):not(img){padding-right:.5em}.ui.list .list>.item>.image img,.ui.list>.item>.image img{vertical-align:top}.ui.list .list>.item>.image:only-child,.ui.list .list>.item>img.image,.ui.list>.item>.image:only-child,.ui.list>.item>img.image{display:inline-block}.ui.list .list>.item>.content,.ui.list>.item>.content{line-height:1.14285714em}.ui.list .list>.item>.icon+.content,.ui.list .list>.item>.image+.content,.ui.list>.item>.icon+.content,.ui.list>.item>.image+.content{display:table-cell;padding:0 0 0 .5em;vertical-align:top;width:100%}.ui.list .list>.item>img.image+.content,.ui.list>.item>img.image+.content{display:inline-block;width:auto}.ui.list .list>.item>.content>.list,.ui.list>.item>.content>.list{margin-left:0;padding-left:0}.ui.list .list>.item .header,.ui.list>.item .header{color:rgba(0,0,0,.87);display:block;font-family:Segoe UI,Helvetica Neue,Arial,Helvetica,sans-serif;font-weight:700;margin:0}.ui.list .list>.item .description,.ui.list>.item .description{color:rgba(0,0,0,.7);display:block}.ui.list .list>.item a,.ui.list>.item a{cursor:pointer}.ui.list .list>a.item,.ui.list>a.item{color:hotpink;cursor:pointer}.ui.list .list>a.item:hover,.ui.list>a.item:hover{color:#f39}.ui.list .list>a.item i.icon,.ui.list>a.item i.icon{color:rgba(0,0,0,.4)}.ui.list .list>.item a.header,.ui.list>.item a.header{color:hotpink!important;cursor:pointer}.ui.list .list>.item a.header:hover,.ui.list>.item a.header:hover{color:#f39!important}.ui[class*="left floated"].list{float:left}.ui[class*="right floated"].list{float:right}.ui.list .list>.item [class*="left floated"],.ui.list>.item [class*="left floated"]{float:left;margin:0 1em 0 0}.ui.list .list>.item [class*="right floated"],.ui.list>.item [class*="right floated"]{float:right;margin:0 0 0 1em}.ui.menu .ui.list .list>.item,.ui.menu .ui.list>.item{background-color:transparent;display:list-item;line-height:1.14285714em;list-style-position:outside;list-style-type:none;padding:.21428571em 0;table-layout:fixed}.ui.menu .ui.list .list>.item:before,.ui.menu .ui.list>.item:before{background:none;border:none}.ui.menu .ui.list .list>.item:first-child,.ui.menu .ui.list>.item:first-child{padding-top:0}.ui.menu .ui.list .list>.item:last-child,.ui.menu .ui.list>.item:last-child{padding-bottom:0}.ui.horizontal.list{display:inline-block;font-size:0}.ui.horizontal.list>.item{display:inline-block;font-size:1rem;margin-left:1em}.ui.horizontal.list:not(.celled)>.item:first-child{margin-left:0!important;padding-left:0!important}.ui.horizontal.list .list{padding-bottom:0;padding-left:0}.ui.horizontal.list .list>.item>.content,.ui.horizontal.list .list>.item>.icon,.ui.horizontal.list .list>.item>.image,.ui.horizontal.list>.item>.content,.ui.horizontal.list>.item>.icon,.ui.horizontal.list>.item>.image{vertical-align:middle}.ui.horizontal.list>.item:first-child,.ui.horizontal.list>.item:last-child{padding-bottom:.21428571em;padding-top:.21428571em}.ui.horizontal.list>.item>i.icon{margin:0;padding:0 .25em 0 0}.ui.horizontal.list>.item>.icon,.ui.horizontal.list>.item>.icon+.content{display:inline-block;float:none}.ui.list .list>.disabled.item,.ui.list>.disabled.item{color:rgba(40,40,40,.3)!important;pointer-events:none}.ui.inverted.list .list>.disabled.item,.ui.inverted.list>.disabled.item{color:hsla(0,0%,88.2%,.3)!important}.ui.list .list>a.item:hover .icon,.ui.list>a.item:hover .icon{color:rgba(0,0,0,.87)}.ui.inverted.list .list>a.item>.icon,.ui.inverted.list>a.item>.icon{color:hsla(0,0%,100%,.7)}.ui.inverted.list .list>.item .header,.ui.inverted.list>.item .header{color:hsla(0,0%,100%,.9)}.ui.inverted.list .list>.item .description,.ui.inverted.list>.item .description{color:hsla(0,0%,100%,.7)}.ui.inverted.list .list>a.item,.ui.inverted.list>a.item{color:hsla(0,0%,100%,.9);cursor:pointer}.ui.inverted.list .list>a.item:hover,.ui.inverted.list>a.item:hover{color:#f39}.ui.inverted.list .item a:not(.ui){color:hsla(0,0%,100%,.9)!important}.ui.inverted.list .item a:not(.ui):hover{color:#f39!important}.ui.list [class*="top aligned"],.ui.list[class*="top aligned"] .content,.ui.list[class*="top aligned"] .image{vertical-align:top!important}.ui.list [class*="middle aligned"],.ui.list[class*="middle aligned"] .content,.ui.list[class*="middle aligned"] .image{vertical-align:middle!important}.ui.list [class*="bottom aligned"],.ui.list[class*="bottom aligned"] .content,.ui.list[class*="bottom aligned"] .image{vertical-align:bottom!important}.ui.link.list .item,.ui.link.list .item a:not(.ui),.ui.link.list a.item{color:rgba(0,0,0,.4);transition:color .1s ease}.ui.link.list.list .item a:not(.ui):hover,.ui.link.list.list a.item:hover{color:rgba(0,0,0,.8)}.ui.link.list.list .item a:not(.ui):active,.ui.link.list.list a.item:active{color:rgba(0,0,0,.9)}.ui.link.list.list .active.item,.ui.link.list.list .active.item a:not(.ui){color:rgba(0,0,0,.95)}.ui.inverted.link.list .item,.ui.inverted.link.list .item a:not(.ui),.ui.inverted.link.list a.item{color:hsla(0,0%,100%,.5)}.ui.inverted.link.list.list .active.item a:not(.ui),.ui.inverted.link.list.list .item a:not(.ui):active,.ui.inverted.link.list.list .item a:not(.ui):hover,.ui.inverted.link.list.list a.active.item,.ui.inverted.link.list.list a.item:active,.ui.inverted.link.list.list a.item:hover{color:#fff}.ui.selection.list .list>.item,.ui.selection.list>.item{background:transparent;border-radius:.5em;color:rgba(0,0,0,.4);cursor:pointer;margin:0;padding:.5em;transition:color .1s ease,padding-left .1s ease,background-color .1s ease}.ui.selection.list .list>.item:last-child,.ui.selection.list>.item:last-child{margin-bottom:0}.ui.selection.list.list>.item:hover,.ui.selection.list>.item:hover{background:rgba(0,0,0,.03);color:rgba(0,0,0,.8)}.ui.selection.list .list>.item:active,.ui.selection.list>.item:active{background:rgba(0,0,0,.05);color:rgba(0,0,0,.9)}.ui.selection.list .list>.item.active,.ui.selection.list>.item.active{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.inverted.selection.list>.item{background:transparent;color:hsla(0,0%,100%,.5)}.ui.inverted.selection.list>.item:hover{background:hsla(0,0%,100%,.02);color:#fff}.ui.inverted.selection.list>.item.active,.ui.inverted.selection.list>.item:active{background:hsla(0,0%,100%,.08);color:#fff}.ui.celled.selection.list .list>.item,.ui.celled.selection.list>.item,.ui.divided.selection.list .list>.item,.ui.divided.selection.list>.item{border-radius:0}.ui.animated.list>.item{transition:color .25s ease .1s,padding-left .25s ease .1s,background-color .25s ease .1s}.ui.animated.list:not(.horizontal)>.item:hover{padding-left:1em}.ui.fitted.list:not(.selection) .list>.item,.ui.fitted.list:not(.selection)>.item{padding-left:0;padding-right:0}.ui.fitted.selection.list .list>.item,.ui.fitted.selection.list>.item{margin-left:-.5em;margin-right:-.5em}.ui.bulleted.list,ul.ui.list{margin-left:1.25rem}.ui.bulleted.list .list>.item,.ui.bulleted.list>.item,ul.ui.list li{position:relative}.ui.bulleted.list .list>.item:before,.ui.bulleted.list>.item:before,ul.ui.list li:before{color:inherit;content:"•";font-weight:400;left:auto;margin-left:-1.25rem;opacity:1;pointer-events:none;position:absolute;top:auto;user-select:none;vertical-align:top}.ui.bulleted.list .list>a.item:before,.ui.bulleted.list>a.item:before,ul.ui.list li:before{color:rgba(0,0,0,.87)}.ui.bulleted.list .list,ul.ui.list ul{padding-left:1.25rem}.ui.horizontal.bulleted.list,ul.ui.horizontal.bulleted.list{margin-left:0}.ui.horizontal.bulleted.list>.item,ul.ui.horizontal.bulleted.list li{margin-left:1.75rem}.ui.horizontal.bulleted.list>.item:first-child,ul.ui.horizontal.bulleted.list li:first-child{margin-left:0}.ui.horizontal.bulleted.list>.item:before,ul.ui.horizontal.bulleted.list li:before{color:rgba(0,0,0,.87)}.ui.horizontal.bulleted.list>.item:first-child:before,ul.ui.horizontal.bulleted.list li:first-child:before{display:none}.ui.ordered.list,.ui.ordered.list .list,ol.ui.list,ol.ui.list ol{counter-reset:ordered;list-style-type:none;margin-left:1.25rem}.ui.ordered.list .list>.item,.ui.ordered.list>.item,ol.ui.list li{list-style-type:none;position:relative}.ui.ordered.list .list>.item:before,.ui.ordered.list>.item:before,ol.ui.list li:before{color:rgba(0,0,0,.87);content:counters(ordered,".") " ";counter-increment:ordered;left:auto;margin-left:-1.25rem;opacity:.8;pointer-events:none;position:absolute;text-align:right;top:auto;user-select:none;vertical-align:middle}.ui.ordered.inverted.list .list>.item:before,.ui.ordered.inverted.list>.item:before,ol.ui.inverted.list li:before{color:hsla(0,0%,100%,.7)}.ui.ordered.list>.item[data-value],.ui.ordered.list>.list>.item[data-value]{content:attr(data-value)}ol.ui.list li[value]:before{content:attr(value)}.ui.ordered.list .list,ol.ui.list ol{margin-left:1em}.ui.ordered.list .list>.item:before,ol.ui.list ol li:before{margin-left:-2em}.ui.ordered.horizontal.list,ol.ui.horizontal.list{margin-left:0}.ui.ordered.horizontal.list .list>.item:before,.ui.ordered.horizontal.list>.item:before,ol.ui.horizontal.list li:before{margin:0 .5em 0 0;position:static}.ui.divided.list>.item{border-top:1px solid rgba(34,36,38,.15)}.ui.divided.list .item .list>.item,.ui.divided.list .list>.item,.ui.divided.list .list>.item:first-child,.ui.divided.list>.item:first-child{border-top:none}.ui.divided.list:not(.horizontal) .list>.item:first-child{border-top-width:1px}.ui.divided.bulleted.list .list,.ui.divided.bulleted.list:not(.horizontal){margin-left:0;padding-left:0}.ui.divided.bulleted.list>.item:not(.horizontal){padding-left:1.25rem}.ui.divided.ordered.list{margin-left:0}.ui.divided.ordered.list .list>.item,.ui.divided.ordered.list>.item{padding-left:1.25rem}.ui.divided.ordered.list .item .list{margin-left:0;margin-right:0;padding-bottom:.21428571em}.ui.divided.ordered.list .item .list>.item{padding-left:1em}.ui.divided.selection.list .list>.item,.ui.divided.selection.list>.item{border-radius:0;margin:0}.ui.divided.horizontal.list{margin-left:0}.ui.divided.horizontal.list>.item:not(:first-child){padding-left:.5em}.ui.divided.horizontal.list>.item:not(:last-child){padding-right:.5em}.ui.divided.horizontal.list>.item{border-left:1px solid rgba(34,36,38,.15);border-top:none;line-height:.6;margin:0}.ui.horizontal.divided.list>.item:first-child{border-left:none}.ui.divided.inverted.horizontal.list>.item,.ui.divided.inverted.list>.item,.ui.divided.inverted.list>.list{border-color:hsla(0,0%,100%,.1)}.ui.celled.list>.item,.ui.celled.list>.list{border-top:1px solid rgba(34,36,38,.15);padding-left:.5em;padding-right:.5em}.ui.celled.list>.item:last-child{border-bottom:1px solid rgba(34,36,38,.15)}.ui.celled.list>.item:first-child,.ui.celled.list>.item:last-child{padding-bottom:.21428571em;padding-top:.21428571em}.ui.celled.list .item .list>.item{border-width:0}.ui.celled.list .list>.item:first-child{border-top-width:0}.ui.celled.bulleted.list{margin-left:0}.ui.celled.bulleted.list .list>.item,.ui.celled.bulleted.list>.item{padding-left:1.25rem}.ui.celled.bulleted.list .item .list{margin-left:-1.25rem;margin-right:-1.25rem;padding-bottom:.21428571em}.ui.celled.ordered.list{margin-left:0}.ui.celled.ordered.list .list>.item,.ui.celled.ordered.list>.item{padding-left:1.25rem}.ui.celled.ordered.list .item .list{margin-left:0;margin-right:0;padding-bottom:.21428571em}.ui.celled.ordered.list .list>.item{padding-left:1em}.ui.horizontal.celled.list{margin-left:0}.ui.horizontal.celled.list .list>.item,.ui.horizontal.celled.list>.item{border-left:1px solid rgba(34,36,38,.15);border-top:none;line-height:.6;margin:0;padding-left:.5em;padding-right:.5em}.ui.horizontal.celled.list .list>.item:last-child,.ui.horizontal.celled.list>.item:last-child{border-bottom:none;border-right:1px solid rgba(34,36,38,.15)}.ui.celled.inverted.horizontal.list .list>.item,.ui.celled.inverted.horizontal.list>.item,.ui.celled.inverted.list>.item,.ui.celled.inverted.list>.list{border-color:1px solid hsla(0,0%,100%,.1)}.ui.relaxed.list:not(.horizontal)>.item:not(:first-child){padding-top:.42857143em}.ui.relaxed.list:not(.horizontal)>.item:not(:last-child){padding-bottom:.42857143em}.ui.horizontal.relaxed.list .list>.item:not(:first-child),.ui.horizontal.relaxed.list>.item:not(:first-child){padding-left:1rem}.ui.horizontal.relaxed.list .list>.item:not(:last-child),.ui.horizontal.relaxed.list>.item:not(:last-child){padding-right:1rem}.ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:first-child){padding-top:.85714286em}.ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:last-child){padding-bottom:.85714286em}.ui.horizontal[class*="very relaxed"].list .list>.item:not(:first-child),.ui.horizontal[class*="very relaxed"].list>.item:not(:first-child){padding-left:1.5rem}.ui.horizontal[class*="very relaxed"].list .list>.item:not(:last-child),.ui.horizontal[class*="very relaxed"].list>.item:not(:last-child){padding-right:1.5rem}.ui.mini.list{font-size:.78571429em}.ui.tiny.list{font-size:.85714286em}.ui.small.list{font-size:.92857143em}.ui.list{font-size:1em}.ui.large.list{font-size:1.14285714em}.ui.big.list{font-size:1.28571429em}.ui.huge.list{font-size:1.42857143em}.ui.massive.list{font-size:1.71428571em}.ui.mini.horizontal.list .list>.item,.ui.mini.horizontal.list>.item{font-size:.78571429rem}.ui.tiny.horizontal.list .list>.item,.ui.tiny.horizontal.list>.item{font-size:.85714286rem}.ui.small.horizontal.list .list>.item,.ui.small.horizontal.list>.item{font-size:.92857143rem}.ui.horizontal.list .list>.item,.ui.horizontal.list>.item{font-size:1rem}.ui.large.horizontal.list .list>.item,.ui.large.horizontal.list>.item{font-size:1.14285714rem}.ui.big.horizontal.list .list>.item,.ui.big.horizontal.list>.item{font-size:1.28571429rem}.ui.huge.horizontal.list .list>.item,.ui.huge.horizontal.list>.item{font-size:1.42857143rem}.ui.massive.horizontal.list .list>.item,.ui.massive.horizontal.list>.item{font-size:1.71428571rem}
|
|
100
100
|
/*!
|
|
101
101
|
* # Semantic UI - Loader
|
|
102
102
|
* http://github.com/semantic-org/semantic-ui/
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
* Released under the MIT license
|
|
151
151
|
* http://opensource.org/licenses/MIT
|
|
152
152
|
*
|
|
153
|
-
*/.ui.grid{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;margin:-1rem;padding:0}.ui.relaxed.grid{margin-left:-1.5rem;margin-right:-1.5rem}.ui[class*="very relaxed"].grid{margin-left:-2.5rem;margin-right:-2.5rem}.ui.grid+.grid{margin-top:1rem}.ui.grid>.column:not(.row),.ui.grid>.row>.column{display:inline-block;padding-left:1rem;padding-right:1rem;position:relative;vertical-align:top;width:6.25%}.ui.grid>*{padding-left:1rem;padding-right:1rem}.ui.grid>.row{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:inherit;padding:1rem 0;position:relative;width:100%!important}.ui.grid>.column:not(.row){padding-bottom:1rem;padding-top:1rem}.ui.grid>.row>.column{margin-bottom:0;margin-top:0}.ui.grid>.row>.column>img,.ui.grid>.row>img{max-width:100%}.ui.grid>.ui.grid:first-child{margin-top:0}.ui.grid>.ui.grid:last-child{margin-bottom:0}.ui.aligned.grid .column>.segment:not(.compact):not(.attached),.ui.grid .aligned.row>.column>.segment:not(.compact):not(.attached){width:100%}.ui.grid .row+.ui.divider{flex-grow:1;margin:1rem}.ui.grid .column+.ui.vertical.divider{height:calc(50% - 1rem)}.ui.grid>.column:last-child>.horizontal.segment,.ui.grid>.row>.column:last-child>.horizontal.segment{box-shadow:none}@media only screen and (max-width:767px){.ui.page.grid{margin-left:0;margin-right:0;padding-left:0;padding-right:0;width:auto}}@media only screen and (min-width:768px) and (max-width:991px){.ui.page.grid{margin-left:0;margin-right:0;padding-left:2em;padding-right:2em;width:auto}}@media only screen and (min-width:992px) and (max-width:1199px){.ui.page.grid{margin-left:0;margin-right:0;padding-left:3%;padding-right:3%;width:auto}}@media only screen and (min-width:1200px) and (max-width:1919px){.ui.page.grid{margin-left:0;margin-right:0;padding-left:15%;padding-right:15%;width:auto}}@media only screen and (min-width:1920px){.ui.page.grid{margin-left:0;margin-right:0;padding-left:23%;padding-right:23%;width:auto}}.ui.grid>.column:only-child,.ui.grid>.row>.column:only-child,.ui[class*="one column"].grid>.column:not(.row),.ui[class*="one column"].grid>.row>.column{width:100%}.ui[class*="two column"].grid>.column:not(.row),.ui[class*="two column"].grid>.row>.column{width:50%}.ui[class*="three column"].grid>.column:not(.row),.ui[class*="three column"].grid>.row>.column{width:33.33333333%}.ui[class*="four column"].grid>.column:not(.row),.ui[class*="four column"].grid>.row>.column{width:25%}.ui[class*="five column"].grid>.column:not(.row),.ui[class*="five column"].grid>.row>.column{width:20%}.ui[class*="six column"].grid>.column:not(.row),.ui[class*="six column"].grid>.row>.column{width:16.66666667%}.ui[class*="seven column"].grid>.column:not(.row),.ui[class*="seven column"].grid>.row>.column{width:14.28571429%}.ui[class*="eight column"].grid>.column:not(.row),.ui[class*="eight column"].grid>.row>.column{width:12.5%}.ui[class*="nine column"].grid>.column:not(.row),.ui[class*="nine column"].grid>.row>.column{width:11.11111111%}.ui[class*="ten column"].grid>.column:not(.row),.ui[class*="ten column"].grid>.row>.column{width:10%}.ui[class*="eleven column"].grid>.column:not(.row),.ui[class*="eleven column"].grid>.row>.column{width:9.09090909%}.ui[class*="twelve column"].grid>.column:not(.row),.ui[class*="twelve column"].grid>.row>.column{width:8.33333333%}.ui[class*="thirteen column"].grid>.column:not(.row),.ui[class*="thirteen column"].grid>.row>.column{width:7.69230769%}.ui[class*="fourteen column"].grid>.column:not(.row),.ui[class*="fourteen column"].grid>.row>.column{width:7.14285714%}.ui[class*="fifteen column"].grid>.column:not(.row),.ui[class*="fifteen column"].grid>.row>.column{width:6.66666667%}.ui[class*="sixteen column"].grid>.column:not(.row),.ui[class*="sixteen column"].grid>.row>.column{width:6.25%}.ui.grid>[class*="one column"].row>.column{width:100%!important}.ui.grid>[class*="two column"].row>.column{width:50%!important}.ui.grid>[class*="three column"].row>.column{width:33.33333333%!important}.ui.grid>[class*="four column"].row>.column{width:25%!important}.ui.grid>[class*="five column"].row>.column{width:20%!important}.ui.grid>[class*="six column"].row>.column{width:16.66666667%!important}.ui.grid>[class*="seven column"].row>.column{width:14.28571429%!important}.ui.grid>[class*="eight column"].row>.column{width:12.5%!important}.ui.grid>[class*="nine column"].row>.column{width:11.11111111%!important}.ui.grid>[class*="ten column"].row>.column{width:10%!important}.ui.grid>[class*="eleven column"].row>.column{width:9.09090909%!important}.ui.grid>[class*="twelve column"].row>.column{width:8.33333333%!important}.ui.grid>[class*="thirteen column"].row>.column{width:7.69230769%!important}.ui.grid>[class*="fourteen column"].row>.column{width:7.14285714%!important}.ui.grid>[class*="fifteen column"].row>.column{width:6.66666667%!important}.ui.grid>[class*="sixteen column"].row>.column{width:6.25%!important}.ui.celled.page.grid{box-shadow:none}.ui.column.grid>[class*="one wide"].column,.ui.grid>.column.row>[class*="one wide"].column,.ui.grid>.row>[class*="one wide"].column,.ui.grid>[class*="one wide"].column{width:6.25%!important}.ui.column.grid>[class*="two wide"].column,.ui.grid>.column.row>[class*="two wide"].column,.ui.grid>.row>[class*="two wide"].column,.ui.grid>[class*="two wide"].column{width:12.5%!important}.ui.column.grid>[class*="three wide"].column,.ui.grid>.column.row>[class*="three wide"].column,.ui.grid>.row>[class*="three wide"].column,.ui.grid>[class*="three wide"].column{width:18.75%!important}.ui.column.grid>[class*="four wide"].column,.ui.grid>.column.row>[class*="four wide"].column,.ui.grid>.row>[class*="four wide"].column,.ui.grid>[class*="four wide"].column{width:25%!important}.ui.column.grid>[class*="five wide"].column,.ui.grid>.column.row>[class*="five wide"].column,.ui.grid>.row>[class*="five wide"].column,.ui.grid>[class*="five wide"].column{width:31.25%!important}.ui.column.grid>[class*="six wide"].column,.ui.grid>.column.row>[class*="six wide"].column,.ui.grid>.row>[class*="six wide"].column,.ui.grid>[class*="six wide"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide"].column,.ui.grid>.column.row>[class*="seven wide"].column,.ui.grid>.row>[class*="seven wide"].column,.ui.grid>[class*="seven wide"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide"].column,.ui.grid>.column.row>[class*="eight wide"].column,.ui.grid>.row>[class*="eight wide"].column,.ui.grid>[class*="eight wide"].column{width:50%!important}.ui.column.grid>[class*="nine wide"].column,.ui.grid>.column.row>[class*="nine wide"].column,.ui.grid>.row>[class*="nine wide"].column,.ui.grid>[class*="nine wide"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide"].column,.ui.grid>.column.row>[class*="ten wide"].column,.ui.grid>.row>[class*="ten wide"].column,.ui.grid>[class*="ten wide"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide"].column,.ui.grid>.column.row>[class*="eleven wide"].column,.ui.grid>.row>[class*="eleven wide"].column,.ui.grid>[class*="eleven wide"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide"].column,.ui.grid>.column.row>[class*="twelve wide"].column,.ui.grid>.row>[class*="twelve wide"].column,.ui.grid>[class*="twelve wide"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide"].column,.ui.grid>.column.row>[class*="thirteen wide"].column,.ui.grid>.row>[class*="thirteen wide"].column,.ui.grid>[class*="thirteen wide"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide"].column,.ui.grid>.column.row>[class*="fourteen wide"].column,.ui.grid>.row>[class*="fourteen wide"].column,.ui.grid>[class*="fourteen wide"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide"].column,.ui.grid>.column.row>[class*="fifteen wide"].column,.ui.grid>.row>[class*="fifteen wide"].column,.ui.grid>[class*="fifteen wide"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide"].column,.ui.grid>.column.row>[class*="sixteen wide"].column,.ui.grid>.row>[class*="sixteen wide"].column,.ui.grid>[class*="sixteen wide"].column{width:100%!important}@media only screen and (min-width:320px) and (max-width:767px){.ui.column.grid>[class*="one wide mobile"].column,.ui.grid>.column.row>[class*="one wide mobile"].column,.ui.grid>.row>[class*="one wide mobile"].column,.ui.grid>[class*="one wide mobile"].column{width:6.25%!important}.ui.column.grid>[class*="two wide mobile"].column,.ui.grid>.column.row>[class*="two wide mobile"].column,.ui.grid>.row>[class*="two wide mobile"].column,.ui.grid>[class*="two wide mobile"].column{width:12.5%!important}.ui.column.grid>[class*="three wide mobile"].column,.ui.grid>.column.row>[class*="three wide mobile"].column,.ui.grid>.row>[class*="three wide mobile"].column,.ui.grid>[class*="three wide mobile"].column{width:18.75%!important}.ui.column.grid>[class*="four wide mobile"].column,.ui.grid>.column.row>[class*="four wide mobile"].column,.ui.grid>.row>[class*="four wide mobile"].column,.ui.grid>[class*="four wide mobile"].column{width:25%!important}.ui.column.grid>[class*="five wide mobile"].column,.ui.grid>.column.row>[class*="five wide mobile"].column,.ui.grid>.row>[class*="five wide mobile"].column,.ui.grid>[class*="five wide mobile"].column{width:31.25%!important}.ui.column.grid>[class*="six wide mobile"].column,.ui.grid>.column.row>[class*="six wide mobile"].column,.ui.grid>.row>[class*="six wide mobile"].column,.ui.grid>[class*="six wide mobile"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide mobile"].column,.ui.grid>.column.row>[class*="seven wide mobile"].column,.ui.grid>.row>[class*="seven wide mobile"].column,.ui.grid>[class*="seven wide mobile"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide mobile"].column,.ui.grid>.column.row>[class*="eight wide mobile"].column,.ui.grid>.row>[class*="eight wide mobile"].column,.ui.grid>[class*="eight wide mobile"].column{width:50%!important}.ui.column.grid>[class*="nine wide mobile"].column,.ui.grid>.column.row>[class*="nine wide mobile"].column,.ui.grid>.row>[class*="nine wide mobile"].column,.ui.grid>[class*="nine wide mobile"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide mobile"].column,.ui.grid>.column.row>[class*="ten wide mobile"].column,.ui.grid>.row>[class*="ten wide mobile"].column,.ui.grid>[class*="ten wide mobile"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide mobile"].column,.ui.grid>.column.row>[class*="eleven wide mobile"].column,.ui.grid>.row>[class*="eleven wide mobile"].column,.ui.grid>[class*="eleven wide mobile"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide mobile"].column,.ui.grid>.column.row>[class*="twelve wide mobile"].column,.ui.grid>.row>[class*="twelve wide mobile"].column,.ui.grid>[class*="twelve wide mobile"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide mobile"].column,.ui.grid>.column.row>[class*="thirteen wide mobile"].column,.ui.grid>.row>[class*="thirteen wide mobile"].column,.ui.grid>[class*="thirteen wide mobile"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide mobile"].column,.ui.grid>.column.row>[class*="fourteen wide mobile"].column,.ui.grid>.row>[class*="fourteen wide mobile"].column,.ui.grid>[class*="fourteen wide mobile"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide mobile"].column,.ui.grid>.column.row>[class*="fifteen wide mobile"].column,.ui.grid>.row>[class*="fifteen wide mobile"].column,.ui.grid>[class*="fifteen wide mobile"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide mobile"].column,.ui.grid>.column.row>[class*="sixteen wide mobile"].column,.ui.grid>.row>[class*="sixteen wide mobile"].column,.ui.grid>[class*="sixteen wide mobile"].column{width:100%!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.column.grid>[class*="one wide tablet"].column,.ui.grid>.column.row>[class*="one wide tablet"].column,.ui.grid>.row>[class*="one wide tablet"].column,.ui.grid>[class*="one wide tablet"].column{width:6.25%!important}.ui.column.grid>[class*="two wide tablet"].column,.ui.grid>.column.row>[class*="two wide tablet"].column,.ui.grid>.row>[class*="two wide tablet"].column,.ui.grid>[class*="two wide tablet"].column{width:12.5%!important}.ui.column.grid>[class*="three wide tablet"].column,.ui.grid>.column.row>[class*="three wide tablet"].column,.ui.grid>.row>[class*="three wide tablet"].column,.ui.grid>[class*="three wide tablet"].column{width:18.75%!important}.ui.column.grid>[class*="four wide tablet"].column,.ui.grid>.column.row>[class*="four wide tablet"].column,.ui.grid>.row>[class*="four wide tablet"].column,.ui.grid>[class*="four wide tablet"].column{width:25%!important}.ui.column.grid>[class*="five wide tablet"].column,.ui.grid>.column.row>[class*="five wide tablet"].column,.ui.grid>.row>[class*="five wide tablet"].column,.ui.grid>[class*="five wide tablet"].column{width:31.25%!important}.ui.column.grid>[class*="six wide tablet"].column,.ui.grid>.column.row>[class*="six wide tablet"].column,.ui.grid>.row>[class*="six wide tablet"].column,.ui.grid>[class*="six wide tablet"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide tablet"].column,.ui.grid>.column.row>[class*="seven wide tablet"].column,.ui.grid>.row>[class*="seven wide tablet"].column,.ui.grid>[class*="seven wide tablet"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide tablet"].column,.ui.grid>.column.row>[class*="eight wide tablet"].column,.ui.grid>.row>[class*="eight wide tablet"].column,.ui.grid>[class*="eight wide tablet"].column{width:50%!important}.ui.column.grid>[class*="nine wide tablet"].column,.ui.grid>.column.row>[class*="nine wide tablet"].column,.ui.grid>.row>[class*="nine wide tablet"].column,.ui.grid>[class*="nine wide tablet"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide tablet"].column,.ui.grid>.column.row>[class*="ten wide tablet"].column,.ui.grid>.row>[class*="ten wide tablet"].column,.ui.grid>[class*="ten wide tablet"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide tablet"].column,.ui.grid>.column.row>[class*="eleven wide tablet"].column,.ui.grid>.row>[class*="eleven wide tablet"].column,.ui.grid>[class*="eleven wide tablet"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide tablet"].column,.ui.grid>.column.row>[class*="twelve wide tablet"].column,.ui.grid>.row>[class*="twelve wide tablet"].column,.ui.grid>[class*="twelve wide tablet"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide tablet"].column,.ui.grid>.column.row>[class*="thirteen wide tablet"].column,.ui.grid>.row>[class*="thirteen wide tablet"].column,.ui.grid>[class*="thirteen wide tablet"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide tablet"].column,.ui.grid>.column.row>[class*="fourteen wide tablet"].column,.ui.grid>.row>[class*="fourteen wide tablet"].column,.ui.grid>[class*="fourteen wide tablet"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide tablet"].column,.ui.grid>.column.row>[class*="fifteen wide tablet"].column,.ui.grid>.row>[class*="fifteen wide tablet"].column,.ui.grid>[class*="fifteen wide tablet"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide tablet"].column,.ui.grid>.column.row>[class*="sixteen wide tablet"].column,.ui.grid>.row>[class*="sixteen wide tablet"].column,.ui.grid>[class*="sixteen wide tablet"].column{width:100%!important}}@media only screen and (min-width:992px){.ui.column.grid>[class*="one wide computer"].column,.ui.grid>.column.row>[class*="one wide computer"].column,.ui.grid>.row>[class*="one wide computer"].column,.ui.grid>[class*="one wide computer"].column{width:6.25%!important}.ui.column.grid>[class*="two wide computer"].column,.ui.grid>.column.row>[class*="two wide computer"].column,.ui.grid>.row>[class*="two wide computer"].column,.ui.grid>[class*="two wide computer"].column{width:12.5%!important}.ui.column.grid>[class*="three wide computer"].column,.ui.grid>.column.row>[class*="three wide computer"].column,.ui.grid>.row>[class*="three wide computer"].column,.ui.grid>[class*="three wide computer"].column{width:18.75%!important}.ui.column.grid>[class*="four wide computer"].column,.ui.grid>.column.row>[class*="four wide computer"].column,.ui.grid>.row>[class*="four wide computer"].column,.ui.grid>[class*="four wide computer"].column{width:25%!important}.ui.column.grid>[class*="five wide computer"].column,.ui.grid>.column.row>[class*="five wide computer"].column,.ui.grid>.row>[class*="five wide computer"].column,.ui.grid>[class*="five wide computer"].column{width:31.25%!important}.ui.column.grid>[class*="six wide computer"].column,.ui.grid>.column.row>[class*="six wide computer"].column,.ui.grid>.row>[class*="six wide computer"].column,.ui.grid>[class*="six wide computer"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide computer"].column,.ui.grid>.column.row>[class*="seven wide computer"].column,.ui.grid>.row>[class*="seven wide computer"].column,.ui.grid>[class*="seven wide computer"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide computer"].column,.ui.grid>.column.row>[class*="eight wide computer"].column,.ui.grid>.row>[class*="eight wide computer"].column,.ui.grid>[class*="eight wide computer"].column{width:50%!important}.ui.column.grid>[class*="nine wide computer"].column,.ui.grid>.column.row>[class*="nine wide computer"].column,.ui.grid>.row>[class*="nine wide computer"].column,.ui.grid>[class*="nine wide computer"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide computer"].column,.ui.grid>.column.row>[class*="ten wide computer"].column,.ui.grid>.row>[class*="ten wide computer"].column,.ui.grid>[class*="ten wide computer"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide computer"].column,.ui.grid>.column.row>[class*="eleven wide computer"].column,.ui.grid>.row>[class*="eleven wide computer"].column,.ui.grid>[class*="eleven wide computer"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide computer"].column,.ui.grid>.column.row>[class*="twelve wide computer"].column,.ui.grid>.row>[class*="twelve wide computer"].column,.ui.grid>[class*="twelve wide computer"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide computer"].column,.ui.grid>.column.row>[class*="thirteen wide computer"].column,.ui.grid>.row>[class*="thirteen wide computer"].column,.ui.grid>[class*="thirteen wide computer"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide computer"].column,.ui.grid>.column.row>[class*="fourteen wide computer"].column,.ui.grid>.row>[class*="fourteen wide computer"].column,.ui.grid>[class*="fourteen wide computer"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide computer"].column,.ui.grid>.column.row>[class*="fifteen wide computer"].column,.ui.grid>.row>[class*="fifteen wide computer"].column,.ui.grid>[class*="fifteen wide computer"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide computer"].column,.ui.grid>.column.row>[class*="sixteen wide computer"].column,.ui.grid>.row>[class*="sixteen wide computer"].column,.ui.grid>[class*="sixteen wide computer"].column{width:100%!important}}@media only screen and (min-width:1200px) and (max-width:1919px){.ui.column.grid>[class*="one wide large screen"].column,.ui.grid>.column.row>[class*="one wide large screen"].column,.ui.grid>.row>[class*="one wide large screen"].column,.ui.grid>[class*="one wide large screen"].column{width:6.25%!important}.ui.column.grid>[class*="two wide large screen"].column,.ui.grid>.column.row>[class*="two wide large screen"].column,.ui.grid>.row>[class*="two wide large screen"].column,.ui.grid>[class*="two wide large screen"].column{width:12.5%!important}.ui.column.grid>[class*="three wide large screen"].column,.ui.grid>.column.row>[class*="three wide large screen"].column,.ui.grid>.row>[class*="three wide large screen"].column,.ui.grid>[class*="three wide large screen"].column{width:18.75%!important}.ui.column.grid>[class*="four wide large screen"].column,.ui.grid>.column.row>[class*="four wide large screen"].column,.ui.grid>.row>[class*="four wide large screen"].column,.ui.grid>[class*="four wide large screen"].column{width:25%!important}.ui.column.grid>[class*="five wide large screen"].column,.ui.grid>.column.row>[class*="five wide large screen"].column,.ui.grid>.row>[class*="five wide large screen"].column,.ui.grid>[class*="five wide large screen"].column{width:31.25%!important}.ui.column.grid>[class*="six wide large screen"].column,.ui.grid>.column.row>[class*="six wide large screen"].column,.ui.grid>.row>[class*="six wide large screen"].column,.ui.grid>[class*="six wide large screen"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide large screen"].column,.ui.grid>.column.row>[class*="seven wide large screen"].column,.ui.grid>.row>[class*="seven wide large screen"].column,.ui.grid>[class*="seven wide large screen"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide large screen"].column,.ui.grid>.column.row>[class*="eight wide large screen"].column,.ui.grid>.row>[class*="eight wide large screen"].column,.ui.grid>[class*="eight wide large screen"].column{width:50%!important}.ui.column.grid>[class*="nine wide large screen"].column,.ui.grid>.column.row>[class*="nine wide large screen"].column,.ui.grid>.row>[class*="nine wide large screen"].column,.ui.grid>[class*="nine wide large screen"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide large screen"].column,.ui.grid>.column.row>[class*="ten wide large screen"].column,.ui.grid>.row>[class*="ten wide large screen"].column,.ui.grid>[class*="ten wide large screen"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide large screen"].column,.ui.grid>.column.row>[class*="eleven wide large screen"].column,.ui.grid>.row>[class*="eleven wide large screen"].column,.ui.grid>[class*="eleven wide large screen"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide large screen"].column,.ui.grid>.column.row>[class*="twelve wide large screen"].column,.ui.grid>.row>[class*="twelve wide large screen"].column,.ui.grid>[class*="twelve wide large screen"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide large screen"].column,.ui.grid>.column.row>[class*="thirteen wide large screen"].column,.ui.grid>.row>[class*="thirteen wide large screen"].column,.ui.grid>[class*="thirteen wide large screen"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide large screen"].column,.ui.grid>.column.row>[class*="fourteen wide large screen"].column,.ui.grid>.row>[class*="fourteen wide large screen"].column,.ui.grid>[class*="fourteen wide large screen"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide large screen"].column,.ui.grid>.column.row>[class*="fifteen wide large screen"].column,.ui.grid>.row>[class*="fifteen wide large screen"].column,.ui.grid>[class*="fifteen wide large screen"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide large screen"].column,.ui.grid>.column.row>[class*="sixteen wide large screen"].column,.ui.grid>.row>[class*="sixteen wide large screen"].column,.ui.grid>[class*="sixteen wide large screen"].column{width:100%!important}}@media only screen and (min-width:1920px){.ui.column.grid>[class*="one wide widescreen"].column,.ui.grid>.column.row>[class*="one wide widescreen"].column,.ui.grid>.row>[class*="one wide widescreen"].column,.ui.grid>[class*="one wide widescreen"].column{width:6.25%!important}.ui.column.grid>[class*="two wide widescreen"].column,.ui.grid>.column.row>[class*="two wide widescreen"].column,.ui.grid>.row>[class*="two wide widescreen"].column,.ui.grid>[class*="two wide widescreen"].column{width:12.5%!important}.ui.column.grid>[class*="three wide widescreen"].column,.ui.grid>.column.row>[class*="three wide widescreen"].column,.ui.grid>.row>[class*="three wide widescreen"].column,.ui.grid>[class*="three wide widescreen"].column{width:18.75%!important}.ui.column.grid>[class*="four wide widescreen"].column,.ui.grid>.column.row>[class*="four wide widescreen"].column,.ui.grid>.row>[class*="four wide widescreen"].column,.ui.grid>[class*="four wide widescreen"].column{width:25%!important}.ui.column.grid>[class*="five wide widescreen"].column,.ui.grid>.column.row>[class*="five wide widescreen"].column,.ui.grid>.row>[class*="five wide widescreen"].column,.ui.grid>[class*="five wide widescreen"].column{width:31.25%!important}.ui.column.grid>[class*="six wide widescreen"].column,.ui.grid>.column.row>[class*="six wide widescreen"].column,.ui.grid>.row>[class*="six wide widescreen"].column,.ui.grid>[class*="six wide widescreen"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide widescreen"].column,.ui.grid>.column.row>[class*="seven wide widescreen"].column,.ui.grid>.row>[class*="seven wide widescreen"].column,.ui.grid>[class*="seven wide widescreen"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide widescreen"].column,.ui.grid>.column.row>[class*="eight wide widescreen"].column,.ui.grid>.row>[class*="eight wide widescreen"].column,.ui.grid>[class*="eight wide widescreen"].column{width:50%!important}.ui.column.grid>[class*="nine wide widescreen"].column,.ui.grid>.column.row>[class*="nine wide widescreen"].column,.ui.grid>.row>[class*="nine wide widescreen"].column,.ui.grid>[class*="nine wide widescreen"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide widescreen"].column,.ui.grid>.column.row>[class*="ten wide widescreen"].column,.ui.grid>.row>[class*="ten wide widescreen"].column,.ui.grid>[class*="ten wide widescreen"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide widescreen"].column,.ui.grid>.column.row>[class*="eleven wide widescreen"].column,.ui.grid>.row>[class*="eleven wide widescreen"].column,.ui.grid>[class*="eleven wide widescreen"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide widescreen"].column,.ui.grid>.column.row>[class*="twelve wide widescreen"].column,.ui.grid>.row>[class*="twelve wide widescreen"].column,.ui.grid>[class*="twelve wide widescreen"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide widescreen"].column,.ui.grid>.column.row>[class*="thirteen wide widescreen"].column,.ui.grid>.row>[class*="thirteen wide widescreen"].column,.ui.grid>[class*="thirteen wide widescreen"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide widescreen"].column,.ui.grid>.column.row>[class*="fourteen wide widescreen"].column,.ui.grid>.row>[class*="fourteen wide widescreen"].column,.ui.grid>[class*="fourteen wide widescreen"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide widescreen"].column,.ui.grid>.column.row>[class*="fifteen wide widescreen"].column,.ui.grid>.row>[class*="fifteen wide widescreen"].column,.ui.grid>[class*="fifteen wide widescreen"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide widescreen"].column,.ui.grid>.column.row>[class*="sixteen wide widescreen"].column,.ui.grid>.row>[class*="sixteen wide widescreen"].column,.ui.grid>[class*="sixteen wide widescreen"].column{width:100%!important}}.ui.centered.grid,.ui.centered.grid>.row,.ui.grid>.centered.row{justify-content:center;text-align:center}.ui.centered.grid>.column:not(.aligned):not(.justified):not(.row),.ui.centered.grid>.row>.column:not(.aligned):not(.justified),.ui.grid .centered.row>.column:not(.aligned):not(.justified){text-align:left}.ui.grid>.centered.column,.ui.grid>.row>.centered.column{display:block;margin-left:auto;margin-right:auto}.ui.grid>.relaxed.row>.column,.ui.relaxed.grid>.column:not(.row),.ui.relaxed.grid>.row>.column{padding-left:1.5rem;padding-right:1.5rem}.ui.grid>[class*="very relaxed"].row>.column,.ui[class*="very relaxed"].grid>.column:not(.row),.ui[class*="very relaxed"].grid>.row>.column{padding-left:2.5rem;padding-right:2.5rem}.ui.grid .relaxed.row+.ui.divider,.ui.relaxed.grid .row+.ui.divider{margin-left:1.5rem;margin-right:1.5rem}.ui.grid [class*="very relaxed"].row+.ui.divider,.ui[class*="very relaxed"].grid .row+.ui.divider{margin-left:2.5rem;margin-right:2.5rem}.ui.padded.grid:not(.vertically):not(.horizontally){margin:0!important}[class*="horizontally padded"].ui.grid{margin-left:0!important;margin-right:0!important}[class*="vertically padded"].ui.grid{margin-bottom:0!important;margin-top:0!important}.ui.grid [class*="left floated"].column{margin-right:auto}.ui.grid [class*="right floated"].column{margin-left:auto}.ui.divided.grid:not([class*="vertically divided"])>.column:not(.row),.ui.divided.grid:not([class*="vertically divided"])>.row>.column{box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="vertically divided"].grid>.column:not(.row),.ui[class*="vertically divided"].grid>.row>.column{margin-bottom:1rem;margin-top:1rem;padding-bottom:0;padding-top:0}.ui[class*="vertically divided"].grid>.row{margin-bottom:0;margin-top:0}.ui.divided.grid:not([class*="vertically divided"])>.column:first-child,.ui.divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:none}.ui[class*="vertically divided"].grid>.row:first-child>.column{margin-top:0}.ui.grid>.divided.row>.column{box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui.grid>.divided.row>.column:first-child{box-shadow:none}.ui[class*="vertically divided"].grid>.row{position:relative}.ui[class*="vertically divided"].grid>.row:before{box-shadow:0 -1px 0 0 rgba(34,36,38,.15);content:"";height:1px;left:0;margin:0 1rem;position:absolute;top:0;width:calc(100% - 2rem)}.ui.padded.divided.grid:not(.vertically):not(.horizontally),[class*="horizontally padded"].ui.divided.grid{width:100%}.ui[class*="vertically divided"].grid>.row:first-child:before{box-shadow:none}.ui.inverted.divided.grid:not([class*="vertically divided"])>.column:not(.row),.ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column{box-shadow:-1px 0 0 0 hsla(0,0%,100%,.1)}.ui.inverted.divided.grid:not([class*="vertically divided"])>.column:not(.row):first-child,.ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:none}.ui.inverted[class*="vertically divided"].grid>.row:before{box-shadow:0 -1px 0 0 hsla(0,0%,100%,.1)}.ui.relaxed[class*="vertically divided"].grid>.row:before{margin-left:1.5rem;margin-right:1.5rem;width:calc(100% - 3rem)}.ui[class*="very relaxed"][class*="vertically divided"].grid>.row:before{margin-left:2.5rem;margin-right:2.5rem;width:calc(100% - 5rem)}.ui.celled.grid{box-shadow:0 0 0 1px #d4d4d5;margin:1em 0;width:100%}.ui.celled.grid>.row{box-shadow:0 -1px 0 0 #d4d4d5;margin:0;padding:0;width:100%!important}.ui.celled.grid>.column:not(.row),.ui.celled.grid>.row>.column{box-shadow:-1px 0 0 0 #d4d4d5}.ui.celled.grid>.column:first-child,.ui.celled.grid>.row>.column:first-child{box-shadow:none}.ui.celled.grid>.column:not(.row),.ui.celled.grid>.row>.column{padding:1em}.ui.relaxed.celled.grid>.column:not(.row),.ui.relaxed.celled.grid>.row>.column{padding:1.5em}.ui[class*="very relaxed"].celled.grid>.column:not(.row),.ui[class*="very relaxed"].celled.grid>.row>.column{padding:2em}.ui[class*="internally celled"].grid{box-shadow:none;margin:0}.ui[class*="internally celled"].grid>.row:first-child,.ui[class*="internally celled"].grid>.row>.column:first-child{box-shadow:none}.ui.grid>.row>[class*="top aligned"].column,.ui.grid>[class*="top aligned"].column:not(.row),.ui.grid>[class*="top aligned"].row>.column,.ui[class*="top aligned"].grid>.column:not(.row),.ui[class*="top aligned"].grid>.row>.column{align-self:flex-start!important;flex-direction:column;vertical-align:top}.ui.grid>.row>[class*="middle aligned"].column,.ui.grid>[class*="middle aligned"].column:not(.row),.ui.grid>[class*="middle aligned"].row>.column,.ui[class*="middle aligned"].grid>.column:not(.row),.ui[class*="middle aligned"].grid>.row>.column{align-self:center!important;flex-direction:column;vertical-align:middle}.ui.grid>.row>[class*="bottom aligned"].column,.ui.grid>[class*="bottom aligned"].column:not(.row),.ui.grid>[class*="bottom aligned"].row>.column,.ui[class*="bottom aligned"].grid>.column:not(.row),.ui[class*="bottom aligned"].grid>.row>.column{align-self:flex-end!important;flex-direction:column;vertical-align:bottom}.ui.grid>.row>.stretched.column,.ui.grid>.stretched.column:not(.row),.ui.grid>.stretched.row>.column,.ui.stretched.grid>.column,.ui.stretched.grid>.row>.column{align-self:stretch;display:inline-flex!important;flex-direction:column}.ui.grid>.row>.stretched.column>*,.ui.grid>.stretched.column:not(.row)>*,.ui.grid>.stretched.row>.column>*,.ui.stretched.grid>.column>*,.ui.stretched.grid>.row>.column>*{flex-grow:1}.ui.grid>.row>[class*="left aligned"].column.column,.ui.grid>[class*="left aligned"].column.column,.ui.grid>[class*="left aligned"].row>.column,.ui[class*="left aligned"].grid>.column,.ui[class*="left aligned"].grid>.row>.column{align-self:inherit;text-align:left}.ui.grid>.row>[class*="center aligned"].column.column,.ui.grid>[class*="center aligned"].column.column,.ui.grid>[class*="center aligned"].row>.column,.ui[class*="center aligned"].grid>.column,.ui[class*="center aligned"].grid>.row>.column{align-self:inherit;text-align:center}.ui[class*="center aligned"].grid{justify-content:center}.ui.grid>.row>[class*="right aligned"].column.column,.ui.grid>[class*="right aligned"].column.column,.ui.grid>[class*="right aligned"].row>.column,.ui[class*="right aligned"].grid>.column,.ui[class*="right aligned"].grid>.row>.column{align-self:inherit;text-align:right}.ui.grid>.justified.column.column,.ui.grid>.justified.row>.column,.ui.grid>.row>.justified.column.column,.ui.justified.grid>.column,.ui.justified.grid>.row>.column{hyphens:auto;text-align:justify}.ui.grid>.row>.black.column,.ui.grid>.row>.blue.column,.ui.grid>.row>.brown.column,.ui.grid>.row>.green.column,.ui.grid>.row>.grey.column,.ui.grid>.row>.olive.column,.ui.grid>.row>.orange.column,.ui.grid>.row>.pink.column,.ui.grid>.row>.purple.column,.ui.grid>.row>.red.column,.ui.grid>.row>.teal.column,.ui.grid>.row>.violet.column,.ui.grid>.row>.yellow.column{margin-bottom:-1rem;margin-top:-1rem;padding-bottom:1rem;padding-top:1rem}.ui.grid>.red.column,.ui.grid>.red.row,.ui.grid>.row>.red.column{background-color:#a80000!important;color:#fff}.ui.grid>.orange.column,.ui.grid>.orange.row,.ui.grid>.row>.orange.column{background-color:#d83b01!important;color:#fff}.ui.grid>.row>.yellow.column,.ui.grid>.yellow.column,.ui.grid>.yellow.row{background-color:#ffb900!important;color:#fff}.ui.grid>.olive.column,.ui.grid>.olive.row,.ui.grid>.row>.olive.column{background-color:#b5cc18!important;color:#fff}.ui.grid>.green.column,.ui.grid>.green.row,.ui.grid>.row>.green.column{background-color:#107c10!important;color:#fff}.ui.grid>.row>.teal.column,.ui.grid>.teal.column,.ui.grid>.teal.row{background-color:#008272!important;color:#fff}.ui.grid>.blue.column,.ui.grid>.blue.row,.ui.grid>.row>.blue.column{background-color:#0078d7!important;color:#fff}.ui.grid>.row>.violet.column,.ui.grid>.violet.column,.ui.grid>.violet.row{background-color:#6435c9!important;color:#fff}.ui.grid>.purple.column,.ui.grid>.purple.row,.ui.grid>.row>.purple.column{background-color:#5c2d91!important;color:#fff}.ui.grid>.pink.column,.ui.grid>.pink.row,.ui.grid>.row>.pink.column{background-color:#e2008c!important;color:#fff}.ui.grid>.brown.column,.ui.grid>.brown.row,.ui.grid>.row>.brown.column{background-color:#00bcf2!important;color:#fff}.ui.grid>.grey.column,.ui.grid>.grey.row,.ui.grid>.row>.grey.column{background-color:#505050!important;color:#fff}.ui.grid>.black.column,.ui.grid>.black.row,.ui.grid>.row>.black.column{background-color:#1b1c1d!important;color:#fff}.ui.grid>[class*="equal width"].row>.column,.ui[class*="equal width"].grid>.column:not(.row),.ui[class*="equal width"].grid>.row>.column{display:inline-block;flex-grow:1}.ui.grid>[class*="equal width"].row>.wide.column,.ui[class*="equal width"].grid>.row>.wide.column,.ui[class*="equal width"].grid>.wide.column{flex-grow:0}@media only screen and (max-width:767px){.ui.grid>[class*="mobile reversed"].row,.ui[class*="mobile reversed"].grid,.ui[class*="mobile reversed"].grid>.row{flex-direction:row-reverse}.ui.stackable[class*="mobile reversed"],.ui[class*="mobile vertically reversed"].grid{flex-direction:column-reverse}.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child{box-shadow:none}.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"]>.row:first-child:before{box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"]>.row:last-child:before{box-shadow:none}.ui[class*="mobile reversed"].celled.grid>.row>.column:first-child{box-shadow:-1px 0 0 0 #d4d4d5}.ui[class*="mobile reversed"].celled.grid>.row>.column:last-child{box-shadow:none}}@media only screen and (min-width:768px) and (max-width:991px){.ui.grid>[class*="tablet reversed"].row,.ui[class*="tablet reversed"].grid,.ui[class*="tablet reversed"].grid>.row{flex-direction:row-reverse}.ui[class*="tablet vertically reversed"].grid{flex-direction:column-reverse}.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child{box-shadow:none}.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"]>.row:first-child:before{box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"]>.row:last-child:before{box-shadow:none}.ui[class*="tablet reversed"].celled.grid>.row>.column:first-child{box-shadow:-1px 0 0 0 #d4d4d5}.ui[class*="tablet reversed"].celled.grid>.row>.column:last-child{box-shadow:none}}@media only screen and (min-width:992px){.ui.grid>[class*="computer reversed"].row,.ui[class*="computer reversed"].grid,.ui[class*="computer reversed"].grid>.row{flex-direction:row-reverse}.ui[class*="computer vertically reversed"].grid{flex-direction:column-reverse}.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child{box-shadow:none}.ui.grid[class*="vertically divided"][class*="computer vertically reversed"]>.row:first-child:before{box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.grid[class*="vertically divided"][class*="computer vertically reversed"]>.row:last-child:before{box-shadow:none}.ui[class*="computer reversed"].celled.grid>.row>.column:first-child{box-shadow:-1px 0 0 0 #d4d4d5}.ui[class*="computer reversed"].celled.grid>.row>.column:last-child{box-shadow:none}}@media only screen and (min-width:768px) and (max-width:991px){.ui.doubling.grid{width:auto}.ui.doubling.grid>.row,.ui.grid>.doubling.row{margin:0!important;padding:0!important}.ui.doubling.grid>.row>.column,.ui.grid>.doubling.row>.column{box-shadow:none!important;display:inline-block!important;margin:0;padding-bottom:1rem!important;padding-top:1rem!important}.ui.grid>[class*="two column"].doubling.row.row>.column,.ui[class*="two column"].doubling.grid>.column:not(.row),.ui[class*="two column"].doubling.grid>.row>.column{width:100%!important}.ui.grid>[class*="four column"].doubling.row.row>.column,.ui.grid>[class*="three column"].doubling.row.row>.column,.ui[class*="four column"].doubling.grid>.column:not(.row),.ui[class*="four column"].doubling.grid>.row>.column,.ui[class*="three column"].doubling.grid>.column:not(.row),.ui[class*="three column"].doubling.grid>.row>.column{width:50%!important}.ui.grid>[class*="five column"].doubling.row.row>.column,.ui.grid>[class*="seven column"].doubling.row.row>.column,.ui.grid>[class*="six column"].doubling.row.row>.column,.ui[class*="five column"].doubling.grid>.column:not(.row),.ui[class*="five column"].doubling.grid>.row>.column,.ui[class*="seven column"].doubling.grid>.column:not(.row),.ui[class*="seven column"].doubling.grid>.row>.column,.ui[class*="six column"].doubling.grid>.column:not(.row),.ui[class*="six column"].doubling.grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="eight column"].doubling.row.row>.column,.ui.grid>[class*="nine column"].doubling.row.row>.column,.ui[class*="eight column"].doubling.grid>.column:not(.row),.ui[class*="eight column"].doubling.grid>.row>.column,.ui[class*="nine column"].doubling.grid>.column:not(.row),.ui[class*="nine column"].doubling.grid>.row>.column{width:25%!important}.ui.grid>[class*="eleven column"].doubling.row.row>.column,.ui.grid>[class*="ten column"].doubling.row.row>.column,.ui[class*="eleven column"].doubling.grid>.column:not(.row),.ui[class*="eleven column"].doubling.grid>.row>.column,.ui[class*="ten column"].doubling.grid>.column:not(.row),.ui[class*="ten column"].doubling.grid>.row>.column{width:20%!important}.ui.grid>[class*="thirteen column"].doubling.row.row>.column,.ui.grid>[class*="twelve column"].doubling.row.row>.column,.ui[class*="thirteen column"].doubling.grid>.column:not(.row),.ui[class*="thirteen column"].doubling.grid>.row>.column,.ui[class*="twelve column"].doubling.grid>.column:not(.row),.ui[class*="twelve column"].doubling.grid>.row>.column{width:16.66666667%!important}.ui.grid>[class*="fifteen column"].doubling.row.row>.column,.ui.grid>[class*="fourteen column"].doubling.row.row>.column,.ui[class*="fifteen column"].doubling.grid>.column:not(.row),.ui[class*="fifteen column"].doubling.grid>.row>.column,.ui[class*="fourteen column"].doubling.grid>.column:not(.row),.ui[class*="fourteen column"].doubling.grid>.row>.column{width:14.28571429%!important}.ui.grid>[class*="sixteen column"].doubling.row.row>.column,.ui[class*="sixteen column"].doubling.grid>.column:not(.row),.ui[class*="sixteen column"].doubling.grid>.row>.column{width:12.5%!important}}@media only screen and (max-width:767px){.ui.doubling.grid>.row,.ui.grid>.doubling.row{margin:0!important;padding:0!important}.ui.doubling.grid>.row>.column,.ui.grid>.doubling.row>.column{box-shadow:none!important;margin:0!important;padding-bottom:1rem!important;padding-top:1rem!important}.ui.grid>[class*="two column"].doubling:not(.stackable).row.row>.column,.ui[class*="two column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="two column"].doubling:not(.stackable).grid>.row>.column{width:100%!important}.ui.grid>[class*="eight column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="five column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="four column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="seven column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="six column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="three column"].doubling:not(.stackable).row.row>.column,.ui[class*="eight column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="eight column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="five column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="five column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="four column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="four column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="seven column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="seven column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="six column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="six column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="three column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="three column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="eleven column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="nine column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="ten column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="thirteen column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="twelve column"].doubling:not(.stackable).row.row>.column,.ui[class*="eleven column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="eleven column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="nine column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="nine column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="ten column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="ten column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="thirteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="thirteen column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="twelve column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="twelve column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="fifteen column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="fourteen column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="sixteen column"].doubling:not(.stackable).row.row>.column,.ui[class*="fifteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="fifteen column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="fourteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="fourteen column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="sixteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="sixteen column"].doubling:not(.stackable).grid>.row>.column{width:25%!important}.ui.stackable.grid{margin-left:0!important;margin-right:0!important;width:auto}.ui.grid>.stackable.stackable.row>.column,.ui.stackable.grid>.column.grid>.column,.ui.stackable.grid>.column.row>.column,.ui.stackable.grid>.column:not(.row),.ui.stackable.grid>.row>.column,.ui.stackable.grid>.row>.wide.column,.ui.stackable.grid>.wide.column{box-shadow:none!important;margin:0!important;padding:1rem!important;width:100%!important}.ui.stackable.grid:not(.vertically)>.row{margin:0;padding:0}.ui.container>.ui.stackable.grid>.column,.ui.container>.ui.stackable.grid>.row>.column{padding-left:0!important;padding-right:0!important}.ui.grid .ui.stackable.grid,.ui.segment:not(.vertical) .ui.stackable.page.grid{margin-left:-1rem!important;margin-right:-1rem!important}.ui.stackable.celled.grid>.column:not(.row):first-child,.ui.stackable.celled.grid>.row:first-child>.column:first-child,.ui.stackable.divided.grid>.column:not(.row):first-child,.ui.stackable.divided.grid>.row:first-child>.column:first-child{border-top:none!important}.ui.inverted.stackable.celled.grid>.column:not(.row),.ui.inverted.stackable.celled.grid>.row>.column,.ui.inverted.stackable.divided.grid>.column:not(.row),.ui.inverted.stackable.divided.grid>.row>.column{border-top:1px solid hsla(0,0%,100%,.1)}.ui.stackable.celled.grid>.column:not(.row),.ui.stackable.celled.grid>.row>.column,.ui.stackable.divided:not(.vertically).grid>.column:not(.row),.ui.stackable.divided:not(.vertically).grid>.row>.column{border-top:1px solid rgba(34,36,38,.15);box-shadow:none!important;padding-bottom:2rem!important;padding-top:2rem!important}.ui.stackable.celled.grid>.row{box-shadow:none!important}.ui.stackable.divided:not(.vertically).grid>.column:not(.row),.ui.stackable.divided:not(.vertically).grid>.row>.column{padding-left:0!important;padding-right:0!important}.ui.grid.grid.grid>.row>[class*="computer only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="computer only"].column:not(.mobile),.ui.grid.grid.grid>[class*="computer only"].row:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui.grid.grid.grid>[class*="tablet only"].column:not(.mobile),.ui.grid.grid.grid>[class*="tablet only"].row:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="computer only"].grid.grid.grid:not(.mobile),.ui[class*="large screen only"].grid.grid.grid:not(.mobile),.ui[class*="tablet only"].grid.grid.grid:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.grid.grid.grid>.row>[class*="computer only"].column:not(.tablet),.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.tablet),.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="computer only"].column:not(.tablet),.ui.grid.grid.grid>[class*="computer only"].row:not(.tablet),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui.grid.grid.grid>[class*="mobile only"].column:not(.tablet),.ui.grid.grid.grid>[class*="mobile only"].row:not(.tablet),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="computer only"].grid.grid.grid:not(.tablet),.ui[class*="large screen only"].grid.grid.grid:not(.mobile),.ui[class*="mobile only"].grid.grid.grid:not(.tablet),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:992px) and (max-width:1199px){.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="large screen only"].grid.grid.grid:not(.mobile),.ui[class*="mobile only"].grid.grid.grid:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:1200px) and (max-width:1919px){.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="mobile only"].grid.grid.grid:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:1920px){.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui[class*="mobile only"].grid.grid.grid:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer){display:none!important}}@media only screen and (max-width:1095px){.ui.welcomegrid.stackable.grid{margin-left:0!important;margin-right:0!important;width:auto}.ui.welcomegrid.grid>.stackable.stackable.row>.column,.ui.welcomegrid.stackable.grid>.column.grid>.column,.ui.welcomegrid.stackable.grid>.column.row>.column,.ui.welcomegrid.stackable.grid>.column:not(.row),.ui.welcomegrid.stackable.grid>.row>.column,.ui.welcomegrid.stackable.grid>.row>.wide.column,.ui.welcomegrid.stackable.grid>.wide.column{box-shadow:none!important;margin:0!important;padding:1rem!important;width:100%!important}.ui.welcomegrid.stackable.grid:not(.vertically)>.row{margin:0;padding:0}.ui.container>.ui.welcomegrid.stackable.grid>.column,.ui.container>.ui.welcomegrid.stackable.grid>.row>.column{padding-left:0!important;padding-right:0!important}.ui.grid .ui.welcomegrid.stackable.grid,.ui.segment:not(.vertical) .ui.welcomegrid.stackable.page.grid{margin-left:-1rem!important;margin-right:-1rem!important}}.ui.menu{background:#fff;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;box-shadow:0 1px 2px 0 rgba(34,36,38,.15);display:flex;font-family:Segoe UI,Helvetica Neue,Arial,Helvetica,sans-serif;font-weight:400;margin:1rem 0;min-height:2.85714286em}.ui.menu:after{clear:both;content:"";display:block;height:0;visibility:hidden}.ui.menu:first-child{margin-top:0}.ui.menu:last-child{margin-bottom:0}.ui.menu .menu{margin:0}.ui.menu:not(.vertical)>.menu{display:flex}.ui.menu:not(.vertical) .item{align-items:center;display:flex}.ui.menu .item{line-height:1;position:relative;text-decoration:none;vertical-align:middle;-webkit-tap-highlight-color:transparent;background:none;color:rgba(0,0,0,.87);flex:0 0 auto;font-weight:400;padding:.92857143em 1.14285714em;text-transform:none;transition:background .1s ease,box-shadow .1s ease,color .1s ease;user-select:none}.ui.menu>.item:first-child{border-radius:.28571429rem 0 0 .28571429rem}.ui.menu .item:before{background:rgba(34,36,38,.1);content:"";height:100%;position:absolute;right:0;top:0;width:1px}.ui.menu .item>a:not(.ui),.ui.menu .item>p:only-child,.ui.menu .text.item>*{line-height:1.3;user-select:text}.ui.menu .item>p:first-child{margin-top:0}.ui.menu .item>p:last-child{margin-bottom:0}.ui.menu .item>i.icon{float:none;margin:0 .35714286em 0 0;opacity:.9}.ui.menu:not(.vertical) .item>.button{font-size:1em;margin:-.5em 0;padding-bottom:.78571429em;padding-top:.78571429em;position:relative;top:0}.ui.menu>.container,.ui.menu>.grid{align-items:inherit;display:flex;flex-direction:inherit}.ui.menu .item>.input{width:100%}.ui.menu:not(.vertical) .item>.input{margin:-.5em 0;position:relative;top:0}.ui.menu .item>.input input{font-size:1em;padding-bottom:.57142857em;padding-top:.57142857em}.ui.menu .header.item,.ui.vertical.menu .header.item{background:"";font-weight:700;margin:0;text-transform:normal}.ui.vertical.menu .item>.header:not(.ui){font-size:1em;font-weight:700;margin:0 0 .5em}.ui.menu .item>i.dropdown.icon{float:right;margin:0 0 0 1em;padding:0}.ui.menu .dropdown.item .menu{background:#fff;border-radius:0 0 .28571429rem .28571429rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.08);flex-direction:column!important;margin:0;min-width:calc(100% - 1px)}.ui.menu .ui.dropdown .menu>.item{background:transparent!important;box-shadow:none!important;color:rgba(0,0,0,.87)!important;font-size:1em!important;font-weight:400!important;margin:0;padding:.78571429em 1.14285714em!important;text-align:left;text-transform:none!important;transition:none!important}.ui.menu .ui.dropdown .menu>.item:hover,.ui.menu .ui.dropdown .menu>.selected.item{background:rgba(0,0,0,.05)!important;color:rgba(0,0,0,.95)!important}.ui.menu .ui.dropdown .menu>.active.item{background:rgba(0,0,0,.03)!important;color:rgba(0,0,0,.95)!important;font-weight:700!important}.ui.menu .ui.dropdown.item .menu .item:not(.filtered){display:block}.ui.menu .ui.dropdown .menu>.item .icon:not(.dropdown){display:inline-block;float:none;font-size:1em!important;margin:0 .75em 0 0!important}.ui.secondary.menu .dropdown.item>.menu,.ui.text.menu .dropdown.item>.menu{border-radius:.28571429rem;margin-top:.35714286em}.ui.menu .pointing.dropdown.item .menu{margin-top:.75em}.ui.inverted.menu .search.dropdown.item>.search,.ui.inverted.menu .search.dropdown.item>.text{color:hsla(0,0%,100%,.9)}.ui.vertical.menu .dropdown.item>.icon{content:"\f0da";float:right;margin-left:1em}.ui.vertical.menu .dropdown.item .menu{border-radius:0 .28571429rem .28571429rem .28571429rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.08);left:100%;margin:0;min-width:0}.ui.vertical.menu .dropdown.item.upward .menu{bottom:0}.ui.vertical.menu .dropdown.item:not(.upward) .menu{top:0}.ui.vertical.menu .active.dropdown.item{border-bottom-right-radius:0;border-top-right-radius:0}.ui.vertical.menu .dropdown.active.item{box-shadow:none}.ui.item.menu .dropdown .menu .item{width:100%}.ui.menu .item>.label{background:#999;color:#fff;margin-left:1em;padding:.3em .78571429em}.ui.vertical.menu .item>.label{background:#999;color:#fff;margin-bottom:-.15em;margin-top:-.15em;padding:.3em .78571429em}.ui.menu .item>.floating.label{padding:.3em .78571429em}.ui.menu .item>img:not(.ui){display:inline-block;margin:-.3em 0;vertical-align:middle;width:2.5em}.ui.vertical.menu .item>img:not(.ui):only-child{display:block;max-width:100%;width:auto}.ui.menu .list .item:before{background:none!important}.ui.vertical.sidebar.menu>.item:first-child:before{display:block!important}.ui.vertical.sidebar.menu>.item:before{bottom:0;top:auto}@media only screen and (max-width:767px){.ui.menu>.ui.container{margin-left:0!important;margin-right:0!important;width:100%!important}}@media only screen and (min-width:768px){.ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless)>.container>.item:not(.right):not(.borderless):first-child{border-left:1px solid rgba(34,36,38,.1)}}.ui.link.menu .item:hover,.ui.menu .dropdown.item:hover,.ui.menu .link.item:hover,.ui.menu a.item:hover{background:rgba(0,0,0,.03);color:rgba(0,0,0,.95);cursor:pointer}.ui.link.menu .item:active,.ui.menu .link.item:active,.ui.menu a.item:active{background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.menu .active.item{background:rgba(0,0,0,.05);box-shadow:none;color:rgba(0,0,0,.95);font-weight:400}.ui.menu .active.item>i.icon{opacity:1}.ui.menu .active.item:hover,.ui.vertical.menu .active.item:hover{background-color:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.menu .item.disabled,.ui.menu .item.disabled:hover{background-color:transparent!important;color:rgba(40,40,40,.3)!important;cursor:default!important}.ui.menu:not(.vertical) .left.item,.ui.menu:not(.vertical) :not(.dropdown)>.left.menu{display:flex;margin-right:auto!important}.ui.menu:not(.vertical) .right.item,.ui.menu:not(.vertical) .right.menu{display:flex;margin-left:auto!important}.ui.menu .right.item:before,.ui.menu .right.menu>.item:before{left:0;right:auto}.ui.vertical.menu{background:#fff;box-shadow:0 1px 2px 0 rgba(34,36,38,.15);display:block;flex-direction:column}.ui.vertical.menu .item{background:none;border-right:none;border-top:none;display:block}.ui.vertical.menu>.item:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.menu>.item:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.menu .item>.label{float:right;text-align:center}.ui.vertical.menu .item>i.icon{float:right;margin:0 0 0 .5em;width:1.18em}.ui.vertical.menu .item>.label+i.icon{float:none;margin:0 .5em 0 0}.ui.vertical.menu .item:before{background:rgba(34,36,38,.1);content:"";height:1px;left:0;position:absolute;top:0;width:100%}.ui.vertical.menu .item:first-child:before{display:none!important}.ui.vertical.menu .item>.menu{margin:.5em -1.14285714em 0}.ui.vertical.menu .menu .item{background:none;color:rgba(0,0,0,.5);font-size:.85714286em;padding:.5em 1.33333333em}.ui.vertical.menu .item .menu .link.item:hover,.ui.vertical.menu .item .menu a.item:hover{color:rgba(0,0,0,.85)}.ui.vertical.menu .menu .item:before{display:none}.ui.vertical.menu .active.item{background:rgba(0,0,0,.05);border-radius:0;box-shadow:none}.ui.vertical.menu>.active.item:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.menu>.active.item:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.menu>.active.item:only-child{border-radius:.28571429rem}.ui.vertical.menu .active.item .menu .active.item{border-left:none}.ui.vertical.menu .item .menu .active.item{background-color:transparent;color:rgba(0,0,0,.95);font-weight:700}.ui.tabular.menu{background:none transparent;border:none;border-bottom:1px solid #d4d4d5;border-radius:0;box-shadow:none!important}.ui.tabular.fluid.menu{width:calc(100% + 2px)!important}.ui.tabular.menu .item{background:transparent;border:1px solid transparent;border-bottom:none;border-top:2px solid transparent;color:rgba(0,0,0,.87);padding:.92857143em 1.42857143em}.ui.tabular.menu .item:before{display:none}.ui.tabular.menu .item:hover{background-color:transparent;color:rgba(0,0,0,.8)}.ui.tabular.menu .active.item{background:none #fff;border-color:#d4d4d5;border-radius:.28571429rem .28571429rem 0 0!important;border-top-width:1px;box-shadow:none;color:rgba(0,0,0,.95);font-weight:700;margin-bottom:-1px}.ui.tabular.menu+.attached:not(.top).segment,.ui.tabular.menu+.attached:not(.top).segment+.attached:not(.top).segment{border-top:none;margin-left:0;margin-right:0;margin-top:0;width:100%}.top.attached.segment+.ui.bottom.tabular.menu{left:-1px;position:relative;width:calc(100% + 2px)}.ui.bottom.tabular.menu{background:none transparent;border-bottom:none;border-radius:0;border-top:1px solid #d4d4d5;box-shadow:none!important}.ui.bottom.tabular.menu .item{background:none;border:1px solid transparent;border-top:none}.ui.bottom.tabular.menu .active.item{background:none #fff;border-color:#d4d4d5;border-radius:0 0 .28571429rem .28571429rem!important;color:rgba(0,0,0,.95);margin:-1px 0 0}.ui.vertical.tabular.menu{background:none transparent;border-bottom:none;border-radius:0;border-right:1px solid #d4d4d5;box-shadow:none!important}.ui.vertical.tabular.menu .item{background:none;border:1px solid transparent;border-right:none}.ui.vertical.tabular.menu .active.item{background:none #fff;border-color:#d4d4d5;border-radius:.28571429rem 0 0 .28571429rem!important;color:rgba(0,0,0,.95);margin:0 -1px 0 0}.ui.vertical.right.tabular.menu{background:none transparent;border-bottom:none;border-left:1px solid #d4d4d5;border-radius:0;border-right:none;box-shadow:none!important}.ui.vertical.right.tabular.menu .item{background:none;border:1px solid transparent;border-left:none}.ui.vertical.right.tabular.menu .active.item{background:none #fff;border-color:#d4d4d5;border-radius:0 .28571429rem .28571429rem 0!important;color:rgba(0,0,0,.95);margin:0 0 0 -1px}.ui.tabular.menu .active.dropdown.item{border:1px solid transparent;border-bottom:none;border-top:2px solid transparent;margin-bottom:0}.ui.pagination.menu{display:inline-flex;margin:0;vertical-align:middle}.ui.pagination.menu .item:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.pagination.menu .item:last-child:before{display:none}.ui.pagination.menu .item{min-width:3em;text-align:center}.ui.pagination.menu .icon.item i.icon{vertical-align:top}.ui.pagination.menu .active.item{background-color:rgba(0,0,0,.05);border-top:none;box-shadow:none;color:rgba(0,0,0,.95);padding-top:.92857143em}.ui.secondary.menu{background:none;border:none;border-radius:0;box-shadow:none;margin-left:-.35714286em;margin-right:-.35714286em}.ui.secondary.menu .item{align-self:center;background:none;border:none;border-radius:.28571429rem;box-shadow:none;margin:0 .35714286em;padding:.78571429em .92857143em;transition:color .1s ease}.ui.secondary.menu .item:before{display:none!important}.ui.secondary.menu .header.item{background:none transparent;border-radius:0;border-right:none}.ui.secondary.menu .item>img:not(.ui){margin:0}.ui.secondary.menu .dropdown.item:hover,.ui.secondary.menu .link.item:hover,.ui.secondary.menu a.item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.secondary.menu .active.item{border-radius:.28571429rem}.ui.secondary.menu .active.item,.ui.secondary.menu .active.item:hover{background:rgba(0,0,0,.05);box-shadow:none;color:rgba(0,0,0,.95)}.ui.secondary.inverted.menu .link.item,.ui.secondary.inverted.menu a.item{color:hsla(0,0%,100%,.7)!important}.ui.secondary.inverted.menu .dropdown.item:hover,.ui.secondary.inverted.menu .link.item:hover,.ui.secondary.inverted.menu a.item:hover{background:hsla(0,0%,100%,.08);color:#fff!important}.ui.secondary.inverted.menu .active.item{background:hsla(0,0%,100%,.15);color:#fff!important}.ui.secondary.item.menu{margin-left:0;margin-right:0}.ui.secondary.item.menu .item:last-child{margin-right:0}.ui.secondary.attached.menu{box-shadow:none}.ui.vertical.secondary.menu .item:not(.dropdown)>.menu{margin:0 -.92857143em}.ui.vertical.secondary.menu .item:not(.dropdown)>.menu>.item{margin:0;padding:.5em 1.33333333em}.ui.secondary.vertical.menu>.item{border:none;border-radius:.28571429rem!important;margin:0 0 .35714286em}.ui.secondary.vertical.menu>.header.item{border-radius:0}.ui.secondary.inverted.menu,.ui.vertical.secondary.menu .item>.menu .item{background-color:transparent}.ui.secondary.pointing.menu{border-bottom:2px solid rgba(34,36,38,.15);margin-left:0;margin-right:0}.ui.secondary.pointing.menu .item{align-self:flex-end;border-bottom:2px solid transparent;border-radius:0;margin:0 0 -2px;padding:.85714286em 1.14285714em;transition:color .1s ease}.ui.secondary.pointing.menu .header.item{color:rgba(0,0,0,.85)!important}.ui.secondary.pointing.menu .text.item{box-shadow:none!important}.ui.secondary.pointing.menu .item:after{display:none}.ui.secondary.pointing.menu .dropdown.item:hover,.ui.secondary.pointing.menu .link.item:hover,.ui.secondary.pointing.menu a.item:hover{background-color:transparent;color:rgba(0,0,0,.87)}.ui.secondary.pointing.menu .dropdown.item:active,.ui.secondary.pointing.menu .link.item:active,.ui.secondary.pointing.menu a.item:active{background-color:transparent;border-color:rgba(34,36,38,.15)}.ui.secondary.pointing.menu .active.item{background-color:transparent;box-shadow:none;font-weight:700}.ui.secondary.pointing.menu .active.item,.ui.secondary.pointing.menu .active.item:hover{border-color:#1b1c1d;color:rgba(0,0,0,.95)}.ui.secondary.pointing.menu .active.dropdown.item{border-color:transparent}.ui.secondary.vertical.pointing.menu{border-bottom-width:0;border-right:2px solid rgba(34,36,38,.15)}.ui.secondary.vertical.pointing.menu .item{border-bottom:none;border-radius:0!important;border-right:2px solid transparent;margin:0 -2px 0 0}.ui.secondary.vertical.pointing.menu .active.item{border-color:#1b1c1d}.ui.secondary.inverted.pointing.menu{border-color:hsla(0,0%,100%,.1);border-color:rgba(34,36,38,.15);border-width:2px}.ui.secondary.inverted.pointing.menu .item{color:hsla(0,0%,100%,.9)}.ui.secondary.inverted.pointing.menu .header.item{color:#fff!important}.ui.secondary.inverted.pointing.menu .link.item:hover,.ui.secondary.inverted.pointing.menu a.item:hover{color:rgba(0,0,0,.95)}.ui.secondary.inverted.pointing.menu .active.item{border-color:#fff;color:#fff}.ui.text.menu{background:none transparent;border:none;border-radius:0;box-shadow:none;margin:1em -.5em}.ui.text.menu .item{align-self:center;border-radius:0;box-shadow:none;color:rgba(0,0,0,.6);font-weight:400;margin:0;padding:.35714286em .5em;transition:opacity .1s ease}.ui.text.menu .item:before,.ui.text.menu .menu .item:before{display:none!important}.ui.text.menu .header.item{background-color:transparent;color:rgba(0,0,0,.85);font-size:.92857143em;font-weight:700;opacity:1;text-transform:uppercase}.ui.text.item.menu .item,.ui.text.menu .item>img:not(.ui){margin:0}.ui.vertical.text.menu{margin:1em 0}.ui.vertical.text.menu:first-child{margin-top:0}.ui.vertical.text.menu:last-child{margin-bottom:0}.ui.vertical.text.menu .item{margin:.57142857em 0;padding-left:0;padding-right:0}.ui.vertical.text.menu .item>i.icon{float:none;margin:0 .35714286em 0 0}.ui.vertical.text.menu .header.item{margin:.57142857em 0 .71428571em}.ui.vertical.text.menu .item:not(.dropdown)>.menu{margin:0}.ui.vertical.text.menu .item:not(.dropdown)>.menu>.item{margin:0;padding:.5em 0}.ui.text.menu .item:hover{background-color:transparent;opacity:1}.ui.text.menu .active.item{border:none;box-shadow:none;color:rgba(0,0,0,.95);font-weight:400}.ui.text.menu .active.item,.ui.text.menu .active.item:hover{background-color:transparent}.ui.text.attached.menu,.ui.text.pointing.menu .active.item:after{box-shadow:none}.ui.inverted.text.menu,.ui.inverted.text.menu .active.item,.ui.inverted.text.menu .item,.ui.inverted.text.menu .item:hover{background-color:transparent!important}.ui.fluid.text.menu{margin-left:0;margin-right:0}.ui.vertical.icon.menu{display:inline-block;width:auto}.ui.icon.menu .item{color:#1b1c1d;height:auto;text-align:center}.ui.icon.menu .item>.icon:not(.dropdown){margin:0;opacity:1}.ui.icon.menu .icon:before{opacity:1}.ui.menu .icon.item>.icon{margin:0 auto;width:auto}.ui.vertical.icon.menu .item>.icon:not(.dropdown){display:block;float:none;margin:0 auto;opacity:1}.ui.inverted.icon.menu .item{color:#fff}.ui.labeled.icon.menu{text-align:center}.ui.labeled.icon.menu .item{flex-direction:column;min-width:6em}.ui.labeled.icon.menu .item>.icon:not(.dropdown){display:block;font-size:1.71428571em!important;height:1em;margin:0 auto .5rem!important}.ui.fluid.labeled.icon.menu>.item{min-width:0}@media only screen and (max-width:767px){.ui.stackable.menu{flex-direction:column}.ui.stackable.menu .item{width:100%!important}.ui.stackable.menu .item:before{background:rgba(34,36,38,.1);bottom:0;content:"";height:1px;left:0;position:absolute;top:auto;width:100%}.ui.stackable.menu .left.item,.ui.stackable.menu .left.menu{margin-right:0!important}.ui.stackable.menu .right.item,.ui.stackable.menu .right.menu{margin-left:0!important}.ui.stackable.menu .left.menu,.ui.stackable.menu .right.menu{flex-direction:column}}.ui.menu .red.active.item,.ui.red.menu .active.item{border-color:#a80000!important;color:#a80000!important}.ui.menu .orange.active.item,.ui.orange.menu .active.item{border-color:#d83b01!important;color:#d83b01!important}.ui.menu .yellow.active.item,.ui.yellow.menu .active.item{border-color:#ffb900!important;color:#ffb900!important}.ui.menu .olive.active.item,.ui.olive.menu .active.item{border-color:#b5cc18!important;color:#b5cc18!important}.ui.green.menu .active.item,.ui.menu .green.active.item{border-color:#107c10!important;color:#107c10!important}.ui.menu .teal.active.item,.ui.teal.menu .active.item{border-color:#008272!important;color:#008272!important}.ui.blue.menu .active.item,.ui.menu .blue.active.item{border-color:#0078d7!important;color:#0078d7!important}.ui.menu .violet.active.item,.ui.violet.menu .active.item{border-color:#6435c9!important;color:#6435c9!important}.ui.menu .purple.active.item,.ui.purple.menu .active.item{border-color:#5c2d91!important;color:#5c2d91!important}.ui.menu .pink.active.item,.ui.pink.menu .active.item{border-color:#e2008c!important;color:#e2008c!important}.ui.brown.menu .active.item,.ui.menu .brown.active.item{border-color:#00bcf2!important;color:#00bcf2!important}.ui.grey.menu .active.item,.ui.menu .grey.active.item{border-color:#505050!important;color:#505050!important}.ui.inverted.menu{background:#1b1c1d;border:0 solid transparent;box-shadow:none}.ui.inverted.menu .item,.ui.inverted.menu .item>a:not(.ui){background:transparent;color:hsla(0,0%,100%,.9)}.ui.inverted.menu .item.menu{background:transparent}.ui.inverted.menu .item:before,.ui.vertical.inverted.menu .item:before{background:hsla(0,0%,100%,.08)}.ui.vertical.inverted.menu .menu .item,.ui.vertical.inverted.menu .menu .item a:not(.ui){color:hsla(0,0%,100%,.5)}.ui.inverted.menu .header.item{background:transparent;box-shadow:none;margin:0}.ui.inverted.menu .item.disabled,.ui.inverted.menu .item.disabled:hover{color:hsla(0,0%,88%,.3)}.ui.inverted.menu .dropdown.item:hover,.ui.inverted.menu .link.item:hover,.ui.inverted.menu a.item:hover,.ui.link.inverted.menu .item:hover{background:var(--pxt-neutral-alpha10);color:#fff}.ui.vertical.inverted.menu .item .menu .link.item:hover,.ui.vertical.inverted.menu .item .menu a.item:hover{background:transparent;color:#fff}.ui.inverted.menu .link.item:active,.ui.inverted.menu a.item:active{background:hsla(0,0%,100%,.08);color:#fff}.ui.inverted.menu .active.item{background:var(--pxt-neutral-alpha10);color:#fff!important}.ui.inverted.vertical.menu .item .menu .active.item{background:transparent;color:#fff}.ui.inverted.pointing.menu .active.item:after{background:#3d3e3f!important;border:none!important;box-shadow:none!important;margin:0!important}.ui.inverted.menu .active.item:hover{background:var(--pxt-neutral-alpha10);color:#fff!important}.ui.inverted.pointing.menu .active.item:hover:after{background:#3d3e3f!important}.ui.floated.menu{float:left;margin:0 .5rem 0 0}.ui.floated.menu .item:last-child:before{display:none}.ui.right.floated.menu{float:right;margin:0 0 0 .5rem}.ui.inverted.menu .red.active.item,.ui.inverted.red.menu{background-color:#a80000}.ui.inverted.red.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.red.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .orange.active.item,.ui.inverted.orange.menu{background-color:#d83b01}.ui.inverted.orange.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.orange.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .yellow.active.item,.ui.inverted.yellow.menu{background-color:#ffb900}.ui.inverted.yellow.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.yellow.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .olive.active.item,.ui.inverted.olive.menu{background-color:#b5cc18}.ui.inverted.olive.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.olive.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.green.menu,.ui.inverted.menu .green.active.item{background-color:#107c10}.ui.inverted.green.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.green.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .teal.active.item,.ui.inverted.teal.menu{background-color:#008272}.ui.inverted.teal.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.teal.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.blue.menu,.ui.inverted.menu .blue.active.item{background-color:#0078d7}.ui.inverted.blue.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.blue.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .violet.active.item,.ui.inverted.violet.menu{background-color:#6435c9}.ui.inverted.violet.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.violet.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .purple.active.item,.ui.inverted.purple.menu{background-color:#5c2d91}.ui.inverted.purple.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.purple.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .pink.active.item,.ui.inverted.pink.menu{background-color:#e2008c}.ui.inverted.pink.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.pink.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.brown.menu,.ui.inverted.menu .brown.active.item{background-color:#00bcf2}.ui.inverted.brown.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.brown.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.grey.menu,.ui.inverted.menu .grey.active.item{background-color:#505050}.ui.inverted.grey.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.grey.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.fitted.menu .item,.ui.fitted.menu .item .menu .item,.ui.menu .fitted.item{padding:0}.ui.horizontally.fitted.menu .item,.ui.horizontally.fitted.menu .item .menu .item,.ui.menu .horizontally.fitted.item{padding-bottom:.92857143em;padding-top:.92857143em}.ui.menu .vertically.fitted.item,.ui.vertically.fitted.menu .item,.ui.vertically.fitted.menu .item .menu .item{padding-left:1.14285714em;padding-right:1.14285714em}.ui.borderless.menu .item .menu .item:before,.ui.borderless.menu .item:before,.ui.menu .borderless.item:before{background:none!important}.ui.compact.menu{display:inline-flex;margin:0;vertical-align:middle}.ui.compact.vertical.menu{display:inline-block}.ui.compact.menu .item:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.compact.menu .item:last-child:before{display:none}.ui.compact.vertical.menu{width:auto!important}.ui.compact.vertical.menu .item:last-child:before{display:block}.ui.menu.fluid,.ui.vertical.menu.fluid{width:100%!important}.ui.item.menu,.ui.item.menu .item{justify-content:center;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;text-align:center;width:100%}.ui.attached.item.menu{margin:0 -1px!important}.ui.item.menu .item:last-child:before{display:none}.ui.menu.two.item .item{width:50%}.ui.menu.three.item .item{width:33.333%}.ui.menu.four.item .item{width:25%}.ui.menu.five.item .item{width:20%}.ui.menu.six.item .item{width:16.666%}.ui.menu.seven.item .item{width:14.285%}.ui.menu.eight.item .item{width:12.5%}.ui.menu.nine.item .item{width:11.11%}.ui.menu.ten.item .item{width:10%}.ui.menu.eleven.item .item{width:9.09%}.ui.menu.twelve.item .item{width:8.333%}.ui.menu.fixed{margin:0;position:fixed;width:100%;z-index:101}.ui.menu.fixed,.ui.menu.fixed .item:first-child,.ui.menu.fixed .item:last-child{border-radius:0!important}.ui.fixed.menu,.ui[class*="top fixed"].menu{bottom:auto;left:0;right:auto;top:0}.ui[class*="top fixed"].menu{border-left:none;border-right:none;border-top:none}.ui[class*="right fixed"].menu{border-bottom:none;border-right:none;border-top:none;bottom:auto;height:100%;left:auto;right:0;top:0;width:auto}.ui[class*="bottom fixed"].menu{border-bottom:none;border-left:none;border-right:none;bottom:0;left:0;right:auto;top:auto}.ui[class*="left fixed"].menu{border-bottom:none;border-left:none;border-top:none;bottom:auto;height:100%;left:0;right:auto;top:0;width:auto}.ui.fixed.menu+.ui.grid{padding-top:2.75rem}.ui.pointing.menu .item:after{background:none;border:1px solid #d4d4d5;border-left:none;border-top:none;content:"";height:.57142857em;left:50%;margin:.5px 0 0;position:absolute;top:100%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transition:background .1s ease;visibility:hidden;width:.57142857em;z-index:2}.ui.vertical.pointing.menu .item:after{border:1px solid #d4d4d5;border-bottom:none;border-left:none;bottom:auto;left:auto;margin:0 -.5px 0 0;position:absolute;right:0;top:50%;transform:translateX(50%) translateY(-50%) rotate(45deg)}.ui.pointing.menu .active.item:after{visibility:visible}.ui.pointing.menu .active.dropdown.item:after{visibility:hidden}.ui.pointing.menu .active.item .menu .active.item:after,.ui.pointing.menu .dropdown.active.item:after{display:none}.ui.pointing.menu .active.item:after,.ui.pointing.menu .active.item:hover:after,.ui.vertical.pointing.menu .active.item:after,.ui.vertical.pointing.menu .active.item:hover:after{background-color:#f2f2f2}.ui.vertical.pointing.menu .menu .active.item:after{background-color:#fff}.ui.attached.menu{border-radius:0;bottom:0;box-shadow:none;margin:0 -1px;max-width:calc(100% + 2px);top:0;width:calc(100% + 2px)}.ui.attached+.ui.attached.menu:not(.top){border-top:none}.ui[class*="top attached"].menu{border-radius:.28571429rem .28571429rem 0 0;bottom:0;margin-bottom:0;margin-top:1rem;top:0}.ui.menu[class*="top attached"]:first-child{margin-top:0}.ui[class*="bottom attached"].menu{border-radius:0 0 .28571429rem .28571429rem;bottom:0;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;margin-bottom:1rem;margin-top:0;top:0}.ui[class*="bottom attached"].menu:last-child{margin-bottom:0}.ui.top.attached.menu>.item:first-child{border-radius:.28571429rem 0 0 0}.ui.bottom.attached.menu>.item:first-child{border-radius:0 0 0 .28571429rem}.ui.attached.menu:not(.tabular){border:1px solid #d4d4d5}.ui.attached.inverted.menu{border:none}.ui.attached.tabular.menu{margin-left:0;margin-right:0;width:100%}.ui.mini.menu{font-size:.78571429rem}.ui.mini.vertical.menu{width:9rem}.ui.tiny.menu{font-size:.85714286rem}.ui.tiny.vertical.menu{width:11rem}.ui.small.menu{font-size:.92857143rem}.ui.small.vertical.menu{width:13rem}.ui.menu{font-size:1rem}.ui.vertical.menu{width:15rem}.ui.large.menu{font-size:1.07142857rem}.ui.large.vertical.menu{width:18rem}.ui.huge.menu{font-size:1.21428571rem}.ui.huge.vertical.menu{width:22rem}.ui.big.menu{font-size:1.14285714rem}.ui.big.vertical.menu{width:20rem}.ui.massive.menu{font-size:1.28571429rem}.ui.massive.vertical.menu{width:25rem}.menubar{border:0;left:0;right:0;top:0}.menubar,.ui.menu.fixed{position:absolute}.menubar .ui.menu{height:4rem;min-height:4rem!important}.menubar .item>.button{margin-right:.25rem;padding:.6rem}.menubar .accessibleMenu .ui.item.link{height:4rem;min-height:4rem!important}.menubar .accessibleMenu .ui.item.link.inverted:hover{background:var(--pxt-header-background)}@media only screen and (max-width:767px){.menubar .left.menu>.item.icon:not(.logo),.menubar .right.menu>.item.icon:not(.logo){width:48px}.menubar .left.menu>.item.icon:not(.logo)>i.icon,.menubar .right.menu>.item.icon:not(.logo)>i.icon{margin-left:-8px}}@media only screen and (max-width:991px){.menubar .ui.menu{height:3.5rem!important;min-height:3.5rem!important}.sandbox .menubar .ui.menu{height:3rem!important;min-height:3rem!important}.ui.menu .item>i.icon{margin:0}.menubar .accessibleMenu .ui.item.link{height:3.5rem!important;min-height:3.5rem!important}}@media only screen and (max-height:44rem) and (min-width:767px){.menubar .accessibleMenu .ui.item.link,.menubar .ui.menu{height:3rem!important;min-height:3rem!important}}.ui.inverted.menu .active.item{background:hsla(0,0%,100%,.15);outline:1px solid hsla(0,0%,100%,.5)}#mainmenu.ui.inverted.menu,#mainmenu.ui.link.inverted.menu{background-color:var(--pxt-header-background)}#mainmenu.ui.inverted.menu .menu>.dropdown.item,#mainmenu.ui.inverted.menu .menu>.link.item.icon,#mainmenu.ui.link.inverted.menu .menu>.dropdown.item,#mainmenu.ui.link.inverted.menu .menu>.link.item.icon{border:3px solid transparent}#mainmenu.ui.inverted.menu .menu>.dropdown.item:focus,#mainmenu.ui.inverted.menu .menu>.link.item.icon:focus,#mainmenu.ui.link.inverted.menu .menu>.dropdown.item:focus,#mainmenu.ui.link.inverted.menu .menu>.link.item.icon:focus{background:var(--pxt-neutral-alpha10);border:3px solid var(--pxt-neutral-stencil3);color:#fff;outline:1px ridge #000}#mainmenu .link-button{font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif}#mainmenu .link-button.link.ui.item:hover>.text{text-decoration:underline}#mainmenu .link-button.link.ui.item:hover>.icon{transform:none}#mainmenu .link-button .text{font-size:.875rem;font-weight:400;text-transform:uppercase}.ui.vertical.menu .item>.label{background-color:#8f8f8f}.ui.vertical.menu .item>.label:focus,.ui.vertical.menu .item>.label:hover{background:#6c6c6c}.tutorial .ui.inverted.menu{background:var(--pxt-header-background)!important}.debugger .ui.inverted.menu{background:var(--pxt-primary-background)!important}
|
|
153
|
+
*/.ui.grid{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;margin:-1rem;padding:0}.ui.relaxed.grid{margin-left:-1.5rem;margin-right:-1.5rem}.ui[class*="very relaxed"].grid{margin-left:-2.5rem;margin-right:-2.5rem}.ui.grid+.grid{margin-top:1rem}.ui.grid>.column:not(.row),.ui.grid>.row>.column{display:inline-block;padding-left:1rem;padding-right:1rem;position:relative;vertical-align:top;width:6.25%}.ui.grid>*{padding-left:1rem;padding-right:1rem}.ui.grid>.row{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:inherit;padding:1rem 0;position:relative;width:100%!important}.ui.grid>.column:not(.row){padding-bottom:1rem;padding-top:1rem}.ui.grid>.row>.column{margin-bottom:0;margin-top:0}.ui.grid>.row>.column>img,.ui.grid>.row>img{max-width:100%}.ui.grid>.ui.grid:first-child{margin-top:0}.ui.grid>.ui.grid:last-child{margin-bottom:0}.ui.aligned.grid .column>.segment:not(.compact):not(.attached),.ui.grid .aligned.row>.column>.segment:not(.compact):not(.attached){width:100%}.ui.grid .row+.ui.divider{flex-grow:1;margin:1rem}.ui.grid .column+.ui.vertical.divider{height:calc(50% - 1rem)}.ui.grid>.column:last-child>.horizontal.segment,.ui.grid>.row>.column:last-child>.horizontal.segment{box-shadow:none}@media only screen and (max-width:767px){.ui.page.grid{margin-left:0;margin-right:0;padding-left:0;padding-right:0;width:auto}}@media only screen and (min-width:768px) and (max-width:991px){.ui.page.grid{margin-left:0;margin-right:0;padding-left:2em;padding-right:2em;width:auto}}@media only screen and (min-width:992px) and (max-width:1199px){.ui.page.grid{margin-left:0;margin-right:0;padding-left:3%;padding-right:3%;width:auto}}@media only screen and (min-width:1200px) and (max-width:1919px){.ui.page.grid{margin-left:0;margin-right:0;padding-left:15%;padding-right:15%;width:auto}}@media only screen and (min-width:1920px){.ui.page.grid{margin-left:0;margin-right:0;padding-left:23%;padding-right:23%;width:auto}}.ui.grid>.column:only-child,.ui.grid>.row>.column:only-child,.ui[class*="one column"].grid>.column:not(.row),.ui[class*="one column"].grid>.row>.column{width:100%}.ui[class*="two column"].grid>.column:not(.row),.ui[class*="two column"].grid>.row>.column{width:50%}.ui[class*="three column"].grid>.column:not(.row),.ui[class*="three column"].grid>.row>.column{width:33.33333333%}.ui[class*="four column"].grid>.column:not(.row),.ui[class*="four column"].grid>.row>.column{width:25%}.ui[class*="five column"].grid>.column:not(.row),.ui[class*="five column"].grid>.row>.column{width:20%}.ui[class*="six column"].grid>.column:not(.row),.ui[class*="six column"].grid>.row>.column{width:16.66666667%}.ui[class*="seven column"].grid>.column:not(.row),.ui[class*="seven column"].grid>.row>.column{width:14.28571429%}.ui[class*="eight column"].grid>.column:not(.row),.ui[class*="eight column"].grid>.row>.column{width:12.5%}.ui[class*="nine column"].grid>.column:not(.row),.ui[class*="nine column"].grid>.row>.column{width:11.11111111%}.ui[class*="ten column"].grid>.column:not(.row),.ui[class*="ten column"].grid>.row>.column{width:10%}.ui[class*="eleven column"].grid>.column:not(.row),.ui[class*="eleven column"].grid>.row>.column{width:9.09090909%}.ui[class*="twelve column"].grid>.column:not(.row),.ui[class*="twelve column"].grid>.row>.column{width:8.33333333%}.ui[class*="thirteen column"].grid>.column:not(.row),.ui[class*="thirteen column"].grid>.row>.column{width:7.69230769%}.ui[class*="fourteen column"].grid>.column:not(.row),.ui[class*="fourteen column"].grid>.row>.column{width:7.14285714%}.ui[class*="fifteen column"].grid>.column:not(.row),.ui[class*="fifteen column"].grid>.row>.column{width:6.66666667%}.ui[class*="sixteen column"].grid>.column:not(.row),.ui[class*="sixteen column"].grid>.row>.column{width:6.25%}.ui.grid>[class*="one column"].row>.column{width:100%!important}.ui.grid>[class*="two column"].row>.column{width:50%!important}.ui.grid>[class*="three column"].row>.column{width:33.33333333%!important}.ui.grid>[class*="four column"].row>.column{width:25%!important}.ui.grid>[class*="five column"].row>.column{width:20%!important}.ui.grid>[class*="six column"].row>.column{width:16.66666667%!important}.ui.grid>[class*="seven column"].row>.column{width:14.28571429%!important}.ui.grid>[class*="eight column"].row>.column{width:12.5%!important}.ui.grid>[class*="nine column"].row>.column{width:11.11111111%!important}.ui.grid>[class*="ten column"].row>.column{width:10%!important}.ui.grid>[class*="eleven column"].row>.column{width:9.09090909%!important}.ui.grid>[class*="twelve column"].row>.column{width:8.33333333%!important}.ui.grid>[class*="thirteen column"].row>.column{width:7.69230769%!important}.ui.grid>[class*="fourteen column"].row>.column{width:7.14285714%!important}.ui.grid>[class*="fifteen column"].row>.column{width:6.66666667%!important}.ui.grid>[class*="sixteen column"].row>.column{width:6.25%!important}.ui.celled.page.grid{box-shadow:none}.ui.column.grid>[class*="one wide"].column,.ui.grid>.column.row>[class*="one wide"].column,.ui.grid>.row>[class*="one wide"].column,.ui.grid>[class*="one wide"].column{width:6.25%!important}.ui.column.grid>[class*="two wide"].column,.ui.grid>.column.row>[class*="two wide"].column,.ui.grid>.row>[class*="two wide"].column,.ui.grid>[class*="two wide"].column{width:12.5%!important}.ui.column.grid>[class*="three wide"].column,.ui.grid>.column.row>[class*="three wide"].column,.ui.grid>.row>[class*="three wide"].column,.ui.grid>[class*="three wide"].column{width:18.75%!important}.ui.column.grid>[class*="four wide"].column,.ui.grid>.column.row>[class*="four wide"].column,.ui.grid>.row>[class*="four wide"].column,.ui.grid>[class*="four wide"].column{width:25%!important}.ui.column.grid>[class*="five wide"].column,.ui.grid>.column.row>[class*="five wide"].column,.ui.grid>.row>[class*="five wide"].column,.ui.grid>[class*="five wide"].column{width:31.25%!important}.ui.column.grid>[class*="six wide"].column,.ui.grid>.column.row>[class*="six wide"].column,.ui.grid>.row>[class*="six wide"].column,.ui.grid>[class*="six wide"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide"].column,.ui.grid>.column.row>[class*="seven wide"].column,.ui.grid>.row>[class*="seven wide"].column,.ui.grid>[class*="seven wide"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide"].column,.ui.grid>.column.row>[class*="eight wide"].column,.ui.grid>.row>[class*="eight wide"].column,.ui.grid>[class*="eight wide"].column{width:50%!important}.ui.column.grid>[class*="nine wide"].column,.ui.grid>.column.row>[class*="nine wide"].column,.ui.grid>.row>[class*="nine wide"].column,.ui.grid>[class*="nine wide"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide"].column,.ui.grid>.column.row>[class*="ten wide"].column,.ui.grid>.row>[class*="ten wide"].column,.ui.grid>[class*="ten wide"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide"].column,.ui.grid>.column.row>[class*="eleven wide"].column,.ui.grid>.row>[class*="eleven wide"].column,.ui.grid>[class*="eleven wide"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide"].column,.ui.grid>.column.row>[class*="twelve wide"].column,.ui.grid>.row>[class*="twelve wide"].column,.ui.grid>[class*="twelve wide"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide"].column,.ui.grid>.column.row>[class*="thirteen wide"].column,.ui.grid>.row>[class*="thirteen wide"].column,.ui.grid>[class*="thirteen wide"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide"].column,.ui.grid>.column.row>[class*="fourteen wide"].column,.ui.grid>.row>[class*="fourteen wide"].column,.ui.grid>[class*="fourteen wide"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide"].column,.ui.grid>.column.row>[class*="fifteen wide"].column,.ui.grid>.row>[class*="fifteen wide"].column,.ui.grid>[class*="fifteen wide"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide"].column,.ui.grid>.column.row>[class*="sixteen wide"].column,.ui.grid>.row>[class*="sixteen wide"].column,.ui.grid>[class*="sixteen wide"].column{width:100%!important}@media only screen and (min-width:320px) and (max-width:767px){.ui.column.grid>[class*="one wide mobile"].column,.ui.grid>.column.row>[class*="one wide mobile"].column,.ui.grid>.row>[class*="one wide mobile"].column,.ui.grid>[class*="one wide mobile"].column{width:6.25%!important}.ui.column.grid>[class*="two wide mobile"].column,.ui.grid>.column.row>[class*="two wide mobile"].column,.ui.grid>.row>[class*="two wide mobile"].column,.ui.grid>[class*="two wide mobile"].column{width:12.5%!important}.ui.column.grid>[class*="three wide mobile"].column,.ui.grid>.column.row>[class*="three wide mobile"].column,.ui.grid>.row>[class*="three wide mobile"].column,.ui.grid>[class*="three wide mobile"].column{width:18.75%!important}.ui.column.grid>[class*="four wide mobile"].column,.ui.grid>.column.row>[class*="four wide mobile"].column,.ui.grid>.row>[class*="four wide mobile"].column,.ui.grid>[class*="four wide mobile"].column{width:25%!important}.ui.column.grid>[class*="five wide mobile"].column,.ui.grid>.column.row>[class*="five wide mobile"].column,.ui.grid>.row>[class*="five wide mobile"].column,.ui.grid>[class*="five wide mobile"].column{width:31.25%!important}.ui.column.grid>[class*="six wide mobile"].column,.ui.grid>.column.row>[class*="six wide mobile"].column,.ui.grid>.row>[class*="six wide mobile"].column,.ui.grid>[class*="six wide mobile"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide mobile"].column,.ui.grid>.column.row>[class*="seven wide mobile"].column,.ui.grid>.row>[class*="seven wide mobile"].column,.ui.grid>[class*="seven wide mobile"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide mobile"].column,.ui.grid>.column.row>[class*="eight wide mobile"].column,.ui.grid>.row>[class*="eight wide mobile"].column,.ui.grid>[class*="eight wide mobile"].column{width:50%!important}.ui.column.grid>[class*="nine wide mobile"].column,.ui.grid>.column.row>[class*="nine wide mobile"].column,.ui.grid>.row>[class*="nine wide mobile"].column,.ui.grid>[class*="nine wide mobile"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide mobile"].column,.ui.grid>.column.row>[class*="ten wide mobile"].column,.ui.grid>.row>[class*="ten wide mobile"].column,.ui.grid>[class*="ten wide mobile"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide mobile"].column,.ui.grid>.column.row>[class*="eleven wide mobile"].column,.ui.grid>.row>[class*="eleven wide mobile"].column,.ui.grid>[class*="eleven wide mobile"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide mobile"].column,.ui.grid>.column.row>[class*="twelve wide mobile"].column,.ui.grid>.row>[class*="twelve wide mobile"].column,.ui.grid>[class*="twelve wide mobile"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide mobile"].column,.ui.grid>.column.row>[class*="thirteen wide mobile"].column,.ui.grid>.row>[class*="thirteen wide mobile"].column,.ui.grid>[class*="thirteen wide mobile"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide mobile"].column,.ui.grid>.column.row>[class*="fourteen wide mobile"].column,.ui.grid>.row>[class*="fourteen wide mobile"].column,.ui.grid>[class*="fourteen wide mobile"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide mobile"].column,.ui.grid>.column.row>[class*="fifteen wide mobile"].column,.ui.grid>.row>[class*="fifteen wide mobile"].column,.ui.grid>[class*="fifteen wide mobile"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide mobile"].column,.ui.grid>.column.row>[class*="sixteen wide mobile"].column,.ui.grid>.row>[class*="sixteen wide mobile"].column,.ui.grid>[class*="sixteen wide mobile"].column{width:100%!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.column.grid>[class*="one wide tablet"].column,.ui.grid>.column.row>[class*="one wide tablet"].column,.ui.grid>.row>[class*="one wide tablet"].column,.ui.grid>[class*="one wide tablet"].column{width:6.25%!important}.ui.column.grid>[class*="two wide tablet"].column,.ui.grid>.column.row>[class*="two wide tablet"].column,.ui.grid>.row>[class*="two wide tablet"].column,.ui.grid>[class*="two wide tablet"].column{width:12.5%!important}.ui.column.grid>[class*="three wide tablet"].column,.ui.grid>.column.row>[class*="three wide tablet"].column,.ui.grid>.row>[class*="three wide tablet"].column,.ui.grid>[class*="three wide tablet"].column{width:18.75%!important}.ui.column.grid>[class*="four wide tablet"].column,.ui.grid>.column.row>[class*="four wide tablet"].column,.ui.grid>.row>[class*="four wide tablet"].column,.ui.grid>[class*="four wide tablet"].column{width:25%!important}.ui.column.grid>[class*="five wide tablet"].column,.ui.grid>.column.row>[class*="five wide tablet"].column,.ui.grid>.row>[class*="five wide tablet"].column,.ui.grid>[class*="five wide tablet"].column{width:31.25%!important}.ui.column.grid>[class*="six wide tablet"].column,.ui.grid>.column.row>[class*="six wide tablet"].column,.ui.grid>.row>[class*="six wide tablet"].column,.ui.grid>[class*="six wide tablet"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide tablet"].column,.ui.grid>.column.row>[class*="seven wide tablet"].column,.ui.grid>.row>[class*="seven wide tablet"].column,.ui.grid>[class*="seven wide tablet"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide tablet"].column,.ui.grid>.column.row>[class*="eight wide tablet"].column,.ui.grid>.row>[class*="eight wide tablet"].column,.ui.grid>[class*="eight wide tablet"].column{width:50%!important}.ui.column.grid>[class*="nine wide tablet"].column,.ui.grid>.column.row>[class*="nine wide tablet"].column,.ui.grid>.row>[class*="nine wide tablet"].column,.ui.grid>[class*="nine wide tablet"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide tablet"].column,.ui.grid>.column.row>[class*="ten wide tablet"].column,.ui.grid>.row>[class*="ten wide tablet"].column,.ui.grid>[class*="ten wide tablet"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide tablet"].column,.ui.grid>.column.row>[class*="eleven wide tablet"].column,.ui.grid>.row>[class*="eleven wide tablet"].column,.ui.grid>[class*="eleven wide tablet"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide tablet"].column,.ui.grid>.column.row>[class*="twelve wide tablet"].column,.ui.grid>.row>[class*="twelve wide tablet"].column,.ui.grid>[class*="twelve wide tablet"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide tablet"].column,.ui.grid>.column.row>[class*="thirteen wide tablet"].column,.ui.grid>.row>[class*="thirteen wide tablet"].column,.ui.grid>[class*="thirteen wide tablet"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide tablet"].column,.ui.grid>.column.row>[class*="fourteen wide tablet"].column,.ui.grid>.row>[class*="fourteen wide tablet"].column,.ui.grid>[class*="fourteen wide tablet"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide tablet"].column,.ui.grid>.column.row>[class*="fifteen wide tablet"].column,.ui.grid>.row>[class*="fifteen wide tablet"].column,.ui.grid>[class*="fifteen wide tablet"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide tablet"].column,.ui.grid>.column.row>[class*="sixteen wide tablet"].column,.ui.grid>.row>[class*="sixteen wide tablet"].column,.ui.grid>[class*="sixteen wide tablet"].column{width:100%!important}}@media only screen and (min-width:992px){.ui.column.grid>[class*="one wide computer"].column,.ui.grid>.column.row>[class*="one wide computer"].column,.ui.grid>.row>[class*="one wide computer"].column,.ui.grid>[class*="one wide computer"].column{width:6.25%!important}.ui.column.grid>[class*="two wide computer"].column,.ui.grid>.column.row>[class*="two wide computer"].column,.ui.grid>.row>[class*="two wide computer"].column,.ui.grid>[class*="two wide computer"].column{width:12.5%!important}.ui.column.grid>[class*="three wide computer"].column,.ui.grid>.column.row>[class*="three wide computer"].column,.ui.grid>.row>[class*="three wide computer"].column,.ui.grid>[class*="three wide computer"].column{width:18.75%!important}.ui.column.grid>[class*="four wide computer"].column,.ui.grid>.column.row>[class*="four wide computer"].column,.ui.grid>.row>[class*="four wide computer"].column,.ui.grid>[class*="four wide computer"].column{width:25%!important}.ui.column.grid>[class*="five wide computer"].column,.ui.grid>.column.row>[class*="five wide computer"].column,.ui.grid>.row>[class*="five wide computer"].column,.ui.grid>[class*="five wide computer"].column{width:31.25%!important}.ui.column.grid>[class*="six wide computer"].column,.ui.grid>.column.row>[class*="six wide computer"].column,.ui.grid>.row>[class*="six wide computer"].column,.ui.grid>[class*="six wide computer"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide computer"].column,.ui.grid>.column.row>[class*="seven wide computer"].column,.ui.grid>.row>[class*="seven wide computer"].column,.ui.grid>[class*="seven wide computer"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide computer"].column,.ui.grid>.column.row>[class*="eight wide computer"].column,.ui.grid>.row>[class*="eight wide computer"].column,.ui.grid>[class*="eight wide computer"].column{width:50%!important}.ui.column.grid>[class*="nine wide computer"].column,.ui.grid>.column.row>[class*="nine wide computer"].column,.ui.grid>.row>[class*="nine wide computer"].column,.ui.grid>[class*="nine wide computer"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide computer"].column,.ui.grid>.column.row>[class*="ten wide computer"].column,.ui.grid>.row>[class*="ten wide computer"].column,.ui.grid>[class*="ten wide computer"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide computer"].column,.ui.grid>.column.row>[class*="eleven wide computer"].column,.ui.grid>.row>[class*="eleven wide computer"].column,.ui.grid>[class*="eleven wide computer"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide computer"].column,.ui.grid>.column.row>[class*="twelve wide computer"].column,.ui.grid>.row>[class*="twelve wide computer"].column,.ui.grid>[class*="twelve wide computer"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide computer"].column,.ui.grid>.column.row>[class*="thirteen wide computer"].column,.ui.grid>.row>[class*="thirteen wide computer"].column,.ui.grid>[class*="thirteen wide computer"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide computer"].column,.ui.grid>.column.row>[class*="fourteen wide computer"].column,.ui.grid>.row>[class*="fourteen wide computer"].column,.ui.grid>[class*="fourteen wide computer"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide computer"].column,.ui.grid>.column.row>[class*="fifteen wide computer"].column,.ui.grid>.row>[class*="fifteen wide computer"].column,.ui.grid>[class*="fifteen wide computer"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide computer"].column,.ui.grid>.column.row>[class*="sixteen wide computer"].column,.ui.grid>.row>[class*="sixteen wide computer"].column,.ui.grid>[class*="sixteen wide computer"].column{width:100%!important}}@media only screen and (min-width:1200px) and (max-width:1919px){.ui.column.grid>[class*="one wide large screen"].column,.ui.grid>.column.row>[class*="one wide large screen"].column,.ui.grid>.row>[class*="one wide large screen"].column,.ui.grid>[class*="one wide large screen"].column{width:6.25%!important}.ui.column.grid>[class*="two wide large screen"].column,.ui.grid>.column.row>[class*="two wide large screen"].column,.ui.grid>.row>[class*="two wide large screen"].column,.ui.grid>[class*="two wide large screen"].column{width:12.5%!important}.ui.column.grid>[class*="three wide large screen"].column,.ui.grid>.column.row>[class*="three wide large screen"].column,.ui.grid>.row>[class*="three wide large screen"].column,.ui.grid>[class*="three wide large screen"].column{width:18.75%!important}.ui.column.grid>[class*="four wide large screen"].column,.ui.grid>.column.row>[class*="four wide large screen"].column,.ui.grid>.row>[class*="four wide large screen"].column,.ui.grid>[class*="four wide large screen"].column{width:25%!important}.ui.column.grid>[class*="five wide large screen"].column,.ui.grid>.column.row>[class*="five wide large screen"].column,.ui.grid>.row>[class*="five wide large screen"].column,.ui.grid>[class*="five wide large screen"].column{width:31.25%!important}.ui.column.grid>[class*="six wide large screen"].column,.ui.grid>.column.row>[class*="six wide large screen"].column,.ui.grid>.row>[class*="six wide large screen"].column,.ui.grid>[class*="six wide large screen"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide large screen"].column,.ui.grid>.column.row>[class*="seven wide large screen"].column,.ui.grid>.row>[class*="seven wide large screen"].column,.ui.grid>[class*="seven wide large screen"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide large screen"].column,.ui.grid>.column.row>[class*="eight wide large screen"].column,.ui.grid>.row>[class*="eight wide large screen"].column,.ui.grid>[class*="eight wide large screen"].column{width:50%!important}.ui.column.grid>[class*="nine wide large screen"].column,.ui.grid>.column.row>[class*="nine wide large screen"].column,.ui.grid>.row>[class*="nine wide large screen"].column,.ui.grid>[class*="nine wide large screen"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide large screen"].column,.ui.grid>.column.row>[class*="ten wide large screen"].column,.ui.grid>.row>[class*="ten wide large screen"].column,.ui.grid>[class*="ten wide large screen"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide large screen"].column,.ui.grid>.column.row>[class*="eleven wide large screen"].column,.ui.grid>.row>[class*="eleven wide large screen"].column,.ui.grid>[class*="eleven wide large screen"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide large screen"].column,.ui.grid>.column.row>[class*="twelve wide large screen"].column,.ui.grid>.row>[class*="twelve wide large screen"].column,.ui.grid>[class*="twelve wide large screen"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide large screen"].column,.ui.grid>.column.row>[class*="thirteen wide large screen"].column,.ui.grid>.row>[class*="thirteen wide large screen"].column,.ui.grid>[class*="thirteen wide large screen"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide large screen"].column,.ui.grid>.column.row>[class*="fourteen wide large screen"].column,.ui.grid>.row>[class*="fourteen wide large screen"].column,.ui.grid>[class*="fourteen wide large screen"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide large screen"].column,.ui.grid>.column.row>[class*="fifteen wide large screen"].column,.ui.grid>.row>[class*="fifteen wide large screen"].column,.ui.grid>[class*="fifteen wide large screen"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide large screen"].column,.ui.grid>.column.row>[class*="sixteen wide large screen"].column,.ui.grid>.row>[class*="sixteen wide large screen"].column,.ui.grid>[class*="sixteen wide large screen"].column{width:100%!important}}@media only screen and (min-width:1920px){.ui.column.grid>[class*="one wide widescreen"].column,.ui.grid>.column.row>[class*="one wide widescreen"].column,.ui.grid>.row>[class*="one wide widescreen"].column,.ui.grid>[class*="one wide widescreen"].column{width:6.25%!important}.ui.column.grid>[class*="two wide widescreen"].column,.ui.grid>.column.row>[class*="two wide widescreen"].column,.ui.grid>.row>[class*="two wide widescreen"].column,.ui.grid>[class*="two wide widescreen"].column{width:12.5%!important}.ui.column.grid>[class*="three wide widescreen"].column,.ui.grid>.column.row>[class*="three wide widescreen"].column,.ui.grid>.row>[class*="three wide widescreen"].column,.ui.grid>[class*="three wide widescreen"].column{width:18.75%!important}.ui.column.grid>[class*="four wide widescreen"].column,.ui.grid>.column.row>[class*="four wide widescreen"].column,.ui.grid>.row>[class*="four wide widescreen"].column,.ui.grid>[class*="four wide widescreen"].column{width:25%!important}.ui.column.grid>[class*="five wide widescreen"].column,.ui.grid>.column.row>[class*="five wide widescreen"].column,.ui.grid>.row>[class*="five wide widescreen"].column,.ui.grid>[class*="five wide widescreen"].column{width:31.25%!important}.ui.column.grid>[class*="six wide widescreen"].column,.ui.grid>.column.row>[class*="six wide widescreen"].column,.ui.grid>.row>[class*="six wide widescreen"].column,.ui.grid>[class*="six wide widescreen"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide widescreen"].column,.ui.grid>.column.row>[class*="seven wide widescreen"].column,.ui.grid>.row>[class*="seven wide widescreen"].column,.ui.grid>[class*="seven wide widescreen"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide widescreen"].column,.ui.grid>.column.row>[class*="eight wide widescreen"].column,.ui.grid>.row>[class*="eight wide widescreen"].column,.ui.grid>[class*="eight wide widescreen"].column{width:50%!important}.ui.column.grid>[class*="nine wide widescreen"].column,.ui.grid>.column.row>[class*="nine wide widescreen"].column,.ui.grid>.row>[class*="nine wide widescreen"].column,.ui.grid>[class*="nine wide widescreen"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide widescreen"].column,.ui.grid>.column.row>[class*="ten wide widescreen"].column,.ui.grid>.row>[class*="ten wide widescreen"].column,.ui.grid>[class*="ten wide widescreen"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide widescreen"].column,.ui.grid>.column.row>[class*="eleven wide widescreen"].column,.ui.grid>.row>[class*="eleven wide widescreen"].column,.ui.grid>[class*="eleven wide widescreen"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide widescreen"].column,.ui.grid>.column.row>[class*="twelve wide widescreen"].column,.ui.grid>.row>[class*="twelve wide widescreen"].column,.ui.grid>[class*="twelve wide widescreen"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide widescreen"].column,.ui.grid>.column.row>[class*="thirteen wide widescreen"].column,.ui.grid>.row>[class*="thirteen wide widescreen"].column,.ui.grid>[class*="thirteen wide widescreen"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide widescreen"].column,.ui.grid>.column.row>[class*="fourteen wide widescreen"].column,.ui.grid>.row>[class*="fourteen wide widescreen"].column,.ui.grid>[class*="fourteen wide widescreen"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide widescreen"].column,.ui.grid>.column.row>[class*="fifteen wide widescreen"].column,.ui.grid>.row>[class*="fifteen wide widescreen"].column,.ui.grid>[class*="fifteen wide widescreen"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide widescreen"].column,.ui.grid>.column.row>[class*="sixteen wide widescreen"].column,.ui.grid>.row>[class*="sixteen wide widescreen"].column,.ui.grid>[class*="sixteen wide widescreen"].column{width:100%!important}}.ui.centered.grid,.ui.centered.grid>.row,.ui.grid>.centered.row{justify-content:center;text-align:center}.ui.centered.grid>.column:not(.aligned):not(.justified):not(.row),.ui.centered.grid>.row>.column:not(.aligned):not(.justified),.ui.grid .centered.row>.column:not(.aligned):not(.justified){text-align:left}.ui.grid>.centered.column,.ui.grid>.row>.centered.column{display:block;margin-left:auto;margin-right:auto}.ui.grid>.relaxed.row>.column,.ui.relaxed.grid>.column:not(.row),.ui.relaxed.grid>.row>.column{padding-left:1.5rem;padding-right:1.5rem}.ui.grid>[class*="very relaxed"].row>.column,.ui[class*="very relaxed"].grid>.column:not(.row),.ui[class*="very relaxed"].grid>.row>.column{padding-left:2.5rem;padding-right:2.5rem}.ui.grid .relaxed.row+.ui.divider,.ui.relaxed.grid .row+.ui.divider{margin-left:1.5rem;margin-right:1.5rem}.ui.grid [class*="very relaxed"].row+.ui.divider,.ui[class*="very relaxed"].grid .row+.ui.divider{margin-left:2.5rem;margin-right:2.5rem}.ui.padded.grid:not(.vertically):not(.horizontally){margin:0!important}[class*="horizontally padded"].ui.grid{margin-left:0!important;margin-right:0!important}[class*="vertically padded"].ui.grid{margin-bottom:0!important;margin-top:0!important}.ui.grid [class*="left floated"].column{margin-right:auto}.ui.grid [class*="right floated"].column{margin-left:auto}.ui.divided.grid:not([class*="vertically divided"])>.column:not(.row),.ui.divided.grid:not([class*="vertically divided"])>.row>.column{box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="vertically divided"].grid>.column:not(.row),.ui[class*="vertically divided"].grid>.row>.column{margin-bottom:1rem;margin-top:1rem;padding-bottom:0;padding-top:0}.ui[class*="vertically divided"].grid>.row{margin-bottom:0;margin-top:0}.ui.divided.grid:not([class*="vertically divided"])>.column:first-child,.ui.divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:none}.ui[class*="vertically divided"].grid>.row:first-child>.column{margin-top:0}.ui.grid>.divided.row>.column{box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui.grid>.divided.row>.column:first-child{box-shadow:none}.ui[class*="vertically divided"].grid>.row{position:relative}.ui[class*="vertically divided"].grid>.row:before{box-shadow:0 -1px 0 0 rgba(34,36,38,.15);content:"";height:1px;left:0;margin:0 1rem;position:absolute;top:0;width:calc(100% - 2rem)}.ui.padded.divided.grid:not(.vertically):not(.horizontally),[class*="horizontally padded"].ui.divided.grid{width:100%}.ui[class*="vertically divided"].grid>.row:first-child:before{box-shadow:none}.ui.inverted.divided.grid:not([class*="vertically divided"])>.column:not(.row),.ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column{box-shadow:-1px 0 0 0 hsla(0,0%,100%,.1)}.ui.inverted.divided.grid:not([class*="vertically divided"])>.column:not(.row):first-child,.ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:none}.ui.inverted[class*="vertically divided"].grid>.row:before{box-shadow:0 -1px 0 0 hsla(0,0%,100%,.1)}.ui.relaxed[class*="vertically divided"].grid>.row:before{margin-left:1.5rem;margin-right:1.5rem;width:calc(100% - 3rem)}.ui[class*="very relaxed"][class*="vertically divided"].grid>.row:before{margin-left:2.5rem;margin-right:2.5rem;width:calc(100% - 5rem)}.ui.celled.grid{box-shadow:0 0 0 1px #d4d4d5;margin:1em 0;width:100%}.ui.celled.grid>.row{box-shadow:0 -1px 0 0 #d4d4d5;margin:0;padding:0;width:100%!important}.ui.celled.grid>.column:not(.row),.ui.celled.grid>.row>.column{box-shadow:-1px 0 0 0 #d4d4d5}.ui.celled.grid>.column:first-child,.ui.celled.grid>.row>.column:first-child{box-shadow:none}.ui.celled.grid>.column:not(.row),.ui.celled.grid>.row>.column{padding:1em}.ui.relaxed.celled.grid>.column:not(.row),.ui.relaxed.celled.grid>.row>.column{padding:1.5em}.ui[class*="very relaxed"].celled.grid>.column:not(.row),.ui[class*="very relaxed"].celled.grid>.row>.column{padding:2em}.ui[class*="internally celled"].grid{box-shadow:none;margin:0}.ui[class*="internally celled"].grid>.row:first-child,.ui[class*="internally celled"].grid>.row>.column:first-child{box-shadow:none}.ui.grid>.row>[class*="top aligned"].column,.ui.grid>[class*="top aligned"].column:not(.row),.ui.grid>[class*="top aligned"].row>.column,.ui[class*="top aligned"].grid>.column:not(.row),.ui[class*="top aligned"].grid>.row>.column{align-self:flex-start!important;flex-direction:column;vertical-align:top}.ui.grid>.row>[class*="middle aligned"].column,.ui.grid>[class*="middle aligned"].column:not(.row),.ui.grid>[class*="middle aligned"].row>.column,.ui[class*="middle aligned"].grid>.column:not(.row),.ui[class*="middle aligned"].grid>.row>.column{align-self:center!important;flex-direction:column;vertical-align:middle}.ui.grid>.row>[class*="bottom aligned"].column,.ui.grid>[class*="bottom aligned"].column:not(.row),.ui.grid>[class*="bottom aligned"].row>.column,.ui[class*="bottom aligned"].grid>.column:not(.row),.ui[class*="bottom aligned"].grid>.row>.column{align-self:flex-end!important;flex-direction:column;vertical-align:bottom}.ui.grid>.row>.stretched.column,.ui.grid>.stretched.column:not(.row),.ui.grid>.stretched.row>.column,.ui.stretched.grid>.column,.ui.stretched.grid>.row>.column{align-self:stretch;display:inline-flex!important;flex-direction:column}.ui.grid>.row>.stretched.column>*,.ui.grid>.stretched.column:not(.row)>*,.ui.grid>.stretched.row>.column>*,.ui.stretched.grid>.column>*,.ui.stretched.grid>.row>.column>*{flex-grow:1}.ui.grid>.row>[class*="left aligned"].column.column,.ui.grid>[class*="left aligned"].column.column,.ui.grid>[class*="left aligned"].row>.column,.ui[class*="left aligned"].grid>.column,.ui[class*="left aligned"].grid>.row>.column{align-self:inherit;text-align:left}.ui.grid>.row>[class*="center aligned"].column.column,.ui.grid>[class*="center aligned"].column.column,.ui.grid>[class*="center aligned"].row>.column,.ui[class*="center aligned"].grid>.column,.ui[class*="center aligned"].grid>.row>.column{align-self:inherit;text-align:center}.ui[class*="center aligned"].grid{justify-content:center}.ui.grid>.row>[class*="right aligned"].column.column,.ui.grid>[class*="right aligned"].column.column,.ui.grid>[class*="right aligned"].row>.column,.ui[class*="right aligned"].grid>.column,.ui[class*="right aligned"].grid>.row>.column{align-self:inherit;text-align:right}.ui.grid>.justified.column.column,.ui.grid>.justified.row>.column,.ui.grid>.row>.justified.column.column,.ui.justified.grid>.column,.ui.justified.grid>.row>.column{hyphens:auto;text-align:justify}.ui.grid>.row>.black.column,.ui.grid>.row>.blue.column,.ui.grid>.row>.brown.column,.ui.grid>.row>.green.column,.ui.grid>.row>.grey.column,.ui.grid>.row>.olive.column,.ui.grid>.row>.orange.column,.ui.grid>.row>.pink.column,.ui.grid>.row>.purple.column,.ui.grid>.row>.red.column,.ui.grid>.row>.teal.column,.ui.grid>.row>.violet.column,.ui.grid>.row>.yellow.column{margin-bottom:-1rem;margin-top:-1rem;padding-bottom:1rem;padding-top:1rem}.ui.grid>.red.column,.ui.grid>.red.row,.ui.grid>.row>.red.column{background-color:#a80000!important;color:#fff}.ui.grid>.orange.column,.ui.grid>.orange.row,.ui.grid>.row>.orange.column{background-color:#d83b01!important;color:#fff}.ui.grid>.row>.yellow.column,.ui.grid>.yellow.column,.ui.grid>.yellow.row{background-color:#ffb900!important;color:#fff}.ui.grid>.olive.column,.ui.grid>.olive.row,.ui.grid>.row>.olive.column{background-color:#b5cc18!important;color:#fff}.ui.grid>.green.column,.ui.grid>.green.row,.ui.grid>.row>.green.column{background-color:#107c10!important;color:#fff}.ui.grid>.row>.teal.column,.ui.grid>.teal.column,.ui.grid>.teal.row{background-color:#008272!important;color:#fff}.ui.grid>.blue.column,.ui.grid>.blue.row,.ui.grid>.row>.blue.column{background-color:#0078d7!important;color:#fff}.ui.grid>.row>.violet.column,.ui.grid>.violet.column,.ui.grid>.violet.row{background-color:#6435c9!important;color:#fff}.ui.grid>.purple.column,.ui.grid>.purple.row,.ui.grid>.row>.purple.column{background-color:#5c2d91!important;color:#fff}.ui.grid>.pink.column,.ui.grid>.pink.row,.ui.grid>.row>.pink.column{background-color:#e2008c!important;color:#fff}.ui.grid>.brown.column,.ui.grid>.brown.row,.ui.grid>.row>.brown.column{background-color:#00bcf2!important;color:#fff}.ui.grid>.grey.column,.ui.grid>.grey.row,.ui.grid>.row>.grey.column{background-color:#505050!important;color:#fff}.ui.grid>.black.column,.ui.grid>.black.row,.ui.grid>.row>.black.column{background-color:#1b1c1d!important;color:#fff}.ui.grid>[class*="equal width"].row>.column,.ui[class*="equal width"].grid>.column:not(.row),.ui[class*="equal width"].grid>.row>.column{display:inline-block;flex-grow:1}.ui.grid>[class*="equal width"].row>.wide.column,.ui[class*="equal width"].grid>.row>.wide.column,.ui[class*="equal width"].grid>.wide.column{flex-grow:0}@media only screen and (max-width:767px){.ui.grid>[class*="mobile reversed"].row,.ui[class*="mobile reversed"].grid,.ui[class*="mobile reversed"].grid>.row{flex-direction:row-reverse}.ui.stackable[class*="mobile reversed"],.ui[class*="mobile vertically reversed"].grid{flex-direction:column-reverse}.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child{box-shadow:none}.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"]>.row:first-child:before{box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"]>.row:last-child:before{box-shadow:none}.ui[class*="mobile reversed"].celled.grid>.row>.column:first-child{box-shadow:-1px 0 0 0 #d4d4d5}.ui[class*="mobile reversed"].celled.grid>.row>.column:last-child{box-shadow:none}}@media only screen and (min-width:768px) and (max-width:991px){.ui.grid>[class*="tablet reversed"].row,.ui[class*="tablet reversed"].grid,.ui[class*="tablet reversed"].grid>.row{flex-direction:row-reverse}.ui[class*="tablet vertically reversed"].grid{flex-direction:column-reverse}.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child{box-shadow:none}.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"]>.row:first-child:before{box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"]>.row:last-child:before{box-shadow:none}.ui[class*="tablet reversed"].celled.grid>.row>.column:first-child{box-shadow:-1px 0 0 0 #d4d4d5}.ui[class*="tablet reversed"].celled.grid>.row>.column:last-child{box-shadow:none}}@media only screen and (min-width:992px){.ui.grid>[class*="computer reversed"].row,.ui[class*="computer reversed"].grid,.ui[class*="computer reversed"].grid>.row{flex-direction:row-reverse}.ui[class*="computer vertically reversed"].grid{flex-direction:column-reverse}.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child{box-shadow:none}.ui.grid[class*="vertically divided"][class*="computer vertically reversed"]>.row:first-child:before{box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.grid[class*="vertically divided"][class*="computer vertically reversed"]>.row:last-child:before{box-shadow:none}.ui[class*="computer reversed"].celled.grid>.row>.column:first-child{box-shadow:-1px 0 0 0 #d4d4d5}.ui[class*="computer reversed"].celled.grid>.row>.column:last-child{box-shadow:none}}@media only screen and (min-width:768px) and (max-width:991px){.ui.doubling.grid{width:auto}.ui.doubling.grid>.row,.ui.grid>.doubling.row{margin:0!important;padding:0!important}.ui.doubling.grid>.row>.column,.ui.grid>.doubling.row>.column{box-shadow:none!important;display:inline-block!important;margin:0;padding-bottom:1rem!important;padding-top:1rem!important}.ui.grid>[class*="two column"].doubling.row.row>.column,.ui[class*="two column"].doubling.grid>.column:not(.row),.ui[class*="two column"].doubling.grid>.row>.column{width:100%!important}.ui.grid>[class*="four column"].doubling.row.row>.column,.ui.grid>[class*="three column"].doubling.row.row>.column,.ui[class*="four column"].doubling.grid>.column:not(.row),.ui[class*="four column"].doubling.grid>.row>.column,.ui[class*="three column"].doubling.grid>.column:not(.row),.ui[class*="three column"].doubling.grid>.row>.column{width:50%!important}.ui.grid>[class*="five column"].doubling.row.row>.column,.ui.grid>[class*="seven column"].doubling.row.row>.column,.ui.grid>[class*="six column"].doubling.row.row>.column,.ui[class*="five column"].doubling.grid>.column:not(.row),.ui[class*="five column"].doubling.grid>.row>.column,.ui[class*="seven column"].doubling.grid>.column:not(.row),.ui[class*="seven column"].doubling.grid>.row>.column,.ui[class*="six column"].doubling.grid>.column:not(.row),.ui[class*="six column"].doubling.grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="eight column"].doubling.row.row>.column,.ui.grid>[class*="nine column"].doubling.row.row>.column,.ui[class*="eight column"].doubling.grid>.column:not(.row),.ui[class*="eight column"].doubling.grid>.row>.column,.ui[class*="nine column"].doubling.grid>.column:not(.row),.ui[class*="nine column"].doubling.grid>.row>.column{width:25%!important}.ui.grid>[class*="eleven column"].doubling.row.row>.column,.ui.grid>[class*="ten column"].doubling.row.row>.column,.ui[class*="eleven column"].doubling.grid>.column:not(.row),.ui[class*="eleven column"].doubling.grid>.row>.column,.ui[class*="ten column"].doubling.grid>.column:not(.row),.ui[class*="ten column"].doubling.grid>.row>.column{width:20%!important}.ui.grid>[class*="thirteen column"].doubling.row.row>.column,.ui.grid>[class*="twelve column"].doubling.row.row>.column,.ui[class*="thirteen column"].doubling.grid>.column:not(.row),.ui[class*="thirteen column"].doubling.grid>.row>.column,.ui[class*="twelve column"].doubling.grid>.column:not(.row),.ui[class*="twelve column"].doubling.grid>.row>.column{width:16.66666667%!important}.ui.grid>[class*="fifteen column"].doubling.row.row>.column,.ui.grid>[class*="fourteen column"].doubling.row.row>.column,.ui[class*="fifteen column"].doubling.grid>.column:not(.row),.ui[class*="fifteen column"].doubling.grid>.row>.column,.ui[class*="fourteen column"].doubling.grid>.column:not(.row),.ui[class*="fourteen column"].doubling.grid>.row>.column{width:14.28571429%!important}.ui.grid>[class*="sixteen column"].doubling.row.row>.column,.ui[class*="sixteen column"].doubling.grid>.column:not(.row),.ui[class*="sixteen column"].doubling.grid>.row>.column{width:12.5%!important}}@media only screen and (max-width:767px){.ui.doubling.grid>.row,.ui.grid>.doubling.row{margin:0!important;padding:0!important}.ui.doubling.grid>.row>.column,.ui.grid>.doubling.row>.column{box-shadow:none!important;margin:0!important;padding-bottom:1rem!important;padding-top:1rem!important}.ui.grid>[class*="two column"].doubling:not(.stackable).row.row>.column,.ui[class*="two column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="two column"].doubling:not(.stackable).grid>.row>.column{width:100%!important}.ui.grid>[class*="eight column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="five column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="four column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="seven column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="six column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="three column"].doubling:not(.stackable).row.row>.column,.ui[class*="eight column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="eight column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="five column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="five column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="four column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="four column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="seven column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="seven column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="six column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="six column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="three column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="three column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="eleven column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="nine column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="ten column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="thirteen column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="twelve column"].doubling:not(.stackable).row.row>.column,.ui[class*="eleven column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="eleven column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="nine column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="nine column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="ten column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="ten column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="thirteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="thirteen column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="twelve column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="twelve column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="fifteen column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="fourteen column"].doubling:not(.stackable).row.row>.column,.ui.grid>[class*="sixteen column"].doubling:not(.stackable).row.row>.column,.ui[class*="fifteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="fifteen column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="fourteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="fourteen column"].doubling:not(.stackable).grid>.row>.column,.ui[class*="sixteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="sixteen column"].doubling:not(.stackable).grid>.row>.column{width:25%!important}.ui.stackable.grid{margin-left:0!important;margin-right:0!important;width:auto}.ui.grid>.stackable.stackable.row>.column,.ui.stackable.grid>.column.grid>.column,.ui.stackable.grid>.column.row>.column,.ui.stackable.grid>.column:not(.row),.ui.stackable.grid>.row>.column,.ui.stackable.grid>.row>.wide.column,.ui.stackable.grid>.wide.column{box-shadow:none!important;margin:0!important;padding:1rem!important;width:100%!important}.ui.stackable.grid:not(.vertically)>.row{margin:0;padding:0}.ui.container>.ui.stackable.grid>.column,.ui.container>.ui.stackable.grid>.row>.column{padding-left:0!important;padding-right:0!important}.ui.grid .ui.stackable.grid,.ui.segment:not(.vertical) .ui.stackable.page.grid{margin-left:-1rem!important;margin-right:-1rem!important}.ui.stackable.celled.grid>.column:not(.row):first-child,.ui.stackable.celled.grid>.row:first-child>.column:first-child,.ui.stackable.divided.grid>.column:not(.row):first-child,.ui.stackable.divided.grid>.row:first-child>.column:first-child{border-top:none!important}.ui.inverted.stackable.celled.grid>.column:not(.row),.ui.inverted.stackable.celled.grid>.row>.column,.ui.inverted.stackable.divided.grid>.column:not(.row),.ui.inverted.stackable.divided.grid>.row>.column{border-top:1px solid hsla(0,0%,100%,.1)}.ui.stackable.celled.grid>.column:not(.row),.ui.stackable.celled.grid>.row>.column,.ui.stackable.divided:not(.vertically).grid>.column:not(.row),.ui.stackable.divided:not(.vertically).grid>.row>.column{border-top:1px solid rgba(34,36,38,.15);box-shadow:none!important;padding-bottom:2rem!important;padding-top:2rem!important}.ui.stackable.celled.grid>.row{box-shadow:none!important}.ui.stackable.divided:not(.vertically).grid>.column:not(.row),.ui.stackable.divided:not(.vertically).grid>.row>.column{padding-left:0!important;padding-right:0!important}.ui.grid.grid.grid>.row>[class*="computer only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="computer only"].column:not(.mobile),.ui.grid.grid.grid>[class*="computer only"].row:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui.grid.grid.grid>[class*="tablet only"].column:not(.mobile),.ui.grid.grid.grid>[class*="tablet only"].row:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="computer only"].grid.grid.grid:not(.mobile),.ui[class*="large screen only"].grid.grid.grid:not(.mobile),.ui[class*="tablet only"].grid.grid.grid:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.grid.grid.grid>.row>[class*="computer only"].column:not(.tablet),.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.tablet),.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="computer only"].column:not(.tablet),.ui.grid.grid.grid>[class*="computer only"].row:not(.tablet),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui.grid.grid.grid>[class*="mobile only"].column:not(.tablet),.ui.grid.grid.grid>[class*="mobile only"].row:not(.tablet),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="computer only"].grid.grid.grid:not(.tablet),.ui[class*="large screen only"].grid.grid.grid:not(.mobile),.ui[class*="mobile only"].grid.grid.grid:not(.tablet),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:992px) and (max-width:1199px){.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="large screen only"].grid.grid.grid:not(.mobile),.ui[class*="mobile only"].grid.grid.grid:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:1200px) and (max-width:1919px){.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="mobile only"].grid.grid.grid:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:1920px){.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui[class*="mobile only"].grid.grid.grid:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer){display:none!important}}@media only screen and (max-width:1095px){.ui.welcomegrid.stackable.grid{margin-left:0!important;margin-right:0!important;width:auto}.ui.welcomegrid.grid>.stackable.stackable.row>.column,.ui.welcomegrid.stackable.grid>.column.grid>.column,.ui.welcomegrid.stackable.grid>.column.row>.column,.ui.welcomegrid.stackable.grid>.column:not(.row),.ui.welcomegrid.stackable.grid>.row>.column,.ui.welcomegrid.stackable.grid>.row>.wide.column,.ui.welcomegrid.stackable.grid>.wide.column{box-shadow:none!important;margin:0!important;padding:1rem!important;width:100%!important}.ui.welcomegrid.stackable.grid:not(.vertically)>.row{margin:0;padding:0}.ui.container>.ui.welcomegrid.stackable.grid>.column,.ui.container>.ui.welcomegrid.stackable.grid>.row>.column{padding-left:0!important;padding-right:0!important}.ui.grid .ui.welcomegrid.stackable.grid,.ui.segment:not(.vertical) .ui.welcomegrid.stackable.page.grid{margin-left:-1rem!important;margin-right:-1rem!important}}.ui.menu{background:#fff;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;box-shadow:0 1px 2px 0 rgba(34,36,38,.15);display:flex;font-family:Segoe UI,Helvetica Neue,Arial,Helvetica,sans-serif;font-weight:400;margin:1rem 0;min-height:2.85714286em}.ui.menu:after{clear:both;content:"";display:block;height:0;visibility:hidden}.ui.menu:first-child{margin-top:0}.ui.menu:last-child{margin-bottom:0}.ui.menu .menu{margin:0}.ui.menu:not(.vertical)>.menu{display:flex}.ui.menu:not(.vertical) .item{align-items:center;display:flex}.ui.menu .item{line-height:1;position:relative;text-decoration:none;vertical-align:middle;-webkit-tap-highlight-color:transparent;background:none;color:rgba(0,0,0,.87);flex:0 0 auto;font-weight:400;padding:.92857143em 1.14285714em;text-transform:none;transition:background .1s ease,box-shadow .1s ease,color .1s ease;user-select:none}.ui.menu>.item:first-child{border-radius:.28571429rem 0 0 .28571429rem}.ui.menu .item:before{background:rgba(34,36,38,.1);content:"";height:100%;position:absolute;right:0;top:0;width:1px}.ui.menu .item>a:not(.ui),.ui.menu .item>p:only-child,.ui.menu .text.item>*{line-height:1.3;user-select:text}.ui.menu .item>p:first-child{margin-top:0}.ui.menu .item>p:last-child{margin-bottom:0}.ui.menu .item>i.icon{float:none;margin:0 .35714286em 0 0;opacity:.9}.ui.menu:not(.vertical) .item>.button{font-size:1em;margin:-.5em 0;padding-bottom:.78571429em;padding-top:.78571429em;position:relative;top:0}.ui.menu>.container,.ui.menu>.grid{align-items:inherit;display:flex;flex-direction:inherit}.ui.menu .item>.input{width:100%}.ui.menu:not(.vertical) .item>.input{margin:-.5em 0;position:relative;top:0}.ui.menu .item>.input input{font-size:1em;padding-bottom:.57142857em;padding-top:.57142857em}.ui.menu .header.item,.ui.vertical.menu .header.item{background:"";font-weight:700;margin:0;text-transform:normal}.ui.vertical.menu .item>.header:not(.ui){font-size:1em;font-weight:700;margin:0 0 .5em}.ui.menu .item>i.dropdown.icon{float:right;margin:0 0 0 1em;padding:0}.ui.menu .dropdown.item .menu{background:#fff;border-radius:0 0 .28571429rem .28571429rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.08);flex-direction:column!important;margin:0;min-width:calc(100% - 1px)}.ui.menu .ui.dropdown .menu>.item{background:transparent!important;box-shadow:none!important;color:rgba(0,0,0,.87)!important;font-size:1em!important;font-weight:400!important;margin:0;padding:.78571429em 1.14285714em!important;text-align:left;text-transform:none!important;transition:none!important}.ui.menu .ui.dropdown .menu>.item:hover,.ui.menu .ui.dropdown .menu>.selected.item{background:rgba(0,0,0,.05)!important;color:rgba(0,0,0,.95)!important}.ui.menu .ui.dropdown .menu>.active.item{background:rgba(0,0,0,.03)!important;color:rgba(0,0,0,.95)!important;font-weight:700!important}.ui.menu .ui.dropdown.item .menu .item:not(.filtered){display:block}.ui.menu .ui.dropdown .menu>.item .icon:not(.dropdown){display:inline-block;float:none;font-size:1em!important;margin:0 .75em 0 0!important}.ui.secondary.menu .dropdown.item>.menu,.ui.text.menu .dropdown.item>.menu{border-radius:.28571429rem;margin-top:.35714286em}.ui.menu .pointing.dropdown.item .menu{margin-top:.75em}.ui.inverted.menu .search.dropdown.item>.search,.ui.inverted.menu .search.dropdown.item>.text{color:hsla(0,0%,100%,.9)}.ui.vertical.menu .dropdown.item>.icon{content:"\f0da";float:right;margin-left:1em}.ui.vertical.menu .dropdown.item .menu{border-radius:0 .28571429rem .28571429rem .28571429rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.08);left:100%;margin:0;min-width:0}.ui.vertical.menu .dropdown.item.upward .menu{bottom:0}.ui.vertical.menu .dropdown.item:not(.upward) .menu{top:0}.ui.vertical.menu .active.dropdown.item{border-bottom-right-radius:0;border-top-right-radius:0}.ui.vertical.menu .dropdown.active.item{box-shadow:none}.ui.item.menu .dropdown .menu .item{width:100%}.ui.menu .item>.label{background:#999;color:#fff;margin-left:1em;padding:.3em .78571429em}.ui.vertical.menu .item>.label{background:#999;color:#fff;margin-bottom:-.15em;margin-top:-.15em;padding:.3em .78571429em}.ui.menu .item>.floating.label{padding:.3em .78571429em}.ui.menu .item>img:not(.ui){display:inline-block;margin:-.3em 0;vertical-align:middle;width:2.5em}.ui.vertical.menu .item>img:not(.ui):only-child{display:block;max-width:100%;width:auto}.ui.menu .list .item:before{background:none!important}.ui.vertical.sidebar.menu>.item:first-child:before{display:block!important}.ui.vertical.sidebar.menu>.item:before{bottom:0;top:auto}@media only screen and (max-width:767px){.ui.menu>.ui.container{margin-left:0!important;margin-right:0!important;width:100%!important}}@media only screen and (min-width:768px){.ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless)>.container>.item:not(.right):not(.borderless):first-child{border-left:1px solid rgba(34,36,38,.1)}}.ui.link.menu .item:hover,.ui.menu .dropdown.item:hover,.ui.menu .link.item:hover,.ui.menu a.item:hover{background:rgba(0,0,0,.03);color:rgba(0,0,0,.95);cursor:pointer}.ui.link.menu .item:active,.ui.menu .link.item:active,.ui.menu a.item:active{background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.menu .active.item{background:rgba(0,0,0,.05);box-shadow:none;color:rgba(0,0,0,.95);font-weight:400}.ui.menu .active.item>i.icon{opacity:1}.ui.menu .active.item:hover,.ui.vertical.menu .active.item:hover{background-color:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.menu .item.disabled,.ui.menu .item.disabled:hover{background-color:transparent!important;color:rgba(40,40,40,.3)!important;cursor:default!important}.ui.menu:not(.vertical) .left.item,.ui.menu:not(.vertical) :not(.dropdown)>.left.menu{display:flex;margin-right:auto!important}.ui.menu:not(.vertical) .right.item,.ui.menu:not(.vertical) .right.menu{display:flex;margin-left:auto!important}.ui.menu .right.item:before,.ui.menu .right.menu>.item:before{left:0;right:auto}.ui.vertical.menu{background:#fff;box-shadow:0 1px 2px 0 rgba(34,36,38,.15);display:block;flex-direction:column}.ui.vertical.menu .item{background:none;border-right:none;border-top:none;display:block}.ui.vertical.menu>.item:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.menu>.item:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.menu .item>.label{float:right;text-align:center}.ui.vertical.menu .item>i.icon{float:right;margin:0 0 0 .5em;width:1.18em}.ui.vertical.menu .item>.label+i.icon{float:none;margin:0 .5em 0 0}.ui.vertical.menu .item:before{background:rgba(34,36,38,.1);content:"";height:1px;left:0;position:absolute;top:0;width:100%}.ui.vertical.menu .item:first-child:before{display:none!important}.ui.vertical.menu .item>.menu{margin:.5em -1.14285714em 0}.ui.vertical.menu .menu .item{background:none;color:rgba(0,0,0,.5);font-size:.85714286em;padding:.5em 1.33333333em}.ui.vertical.menu .item .menu .link.item:hover,.ui.vertical.menu .item .menu a.item:hover{color:rgba(0,0,0,.85)}.ui.vertical.menu .menu .item:before{display:none}.ui.vertical.menu .active.item{background:rgba(0,0,0,.05);border-radius:0;box-shadow:none}.ui.vertical.menu>.active.item:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.menu>.active.item:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.menu>.active.item:only-child{border-radius:.28571429rem}.ui.vertical.menu .active.item .menu .active.item{border-left:none}.ui.vertical.menu .item .menu .active.item{background-color:transparent;color:rgba(0,0,0,.95);font-weight:700}.ui.tabular.menu{background:none transparent;border:none;border-bottom:1px solid #d4d4d5;border-radius:0;box-shadow:none!important}.ui.tabular.fluid.menu{width:calc(100% + 2px)!important}.ui.tabular.menu .item{background:transparent;border:1px solid transparent;border-bottom:none;border-top:2px solid transparent;color:rgba(0,0,0,.87);padding:.92857143em 1.42857143em}.ui.tabular.menu .item:before{display:none}.ui.tabular.menu .item:hover{background-color:transparent;color:rgba(0,0,0,.8)}.ui.tabular.menu .active.item{background:none #fff;border-color:#d4d4d5;border-radius:.28571429rem .28571429rem 0 0!important;border-top-width:1px;box-shadow:none;color:rgba(0,0,0,.95);font-weight:700;margin-bottom:-1px}.ui.tabular.menu+.attached:not(.top).segment,.ui.tabular.menu+.attached:not(.top).segment+.attached:not(.top).segment{border-top:none;margin-left:0;margin-right:0;margin-top:0;width:100%}.top.attached.segment+.ui.bottom.tabular.menu{left:-1px;position:relative;width:calc(100% + 2px)}.ui.bottom.tabular.menu{background:none transparent;border-bottom:none;border-radius:0;border-top:1px solid #d4d4d5;box-shadow:none!important}.ui.bottom.tabular.menu .item{background:none;border:1px solid transparent;border-top:none}.ui.bottom.tabular.menu .active.item{background:none #fff;border-color:#d4d4d5;border-radius:0 0 .28571429rem .28571429rem!important;color:rgba(0,0,0,.95);margin:-1px 0 0}.ui.vertical.tabular.menu{background:none transparent;border-bottom:none;border-radius:0;border-right:1px solid #d4d4d5;box-shadow:none!important}.ui.vertical.tabular.menu .item{background:none;border:1px solid transparent;border-right:none}.ui.vertical.tabular.menu .active.item{background:none #fff;border-color:#d4d4d5;border-radius:.28571429rem 0 0 .28571429rem!important;color:rgba(0,0,0,.95);margin:0 -1px 0 0}.ui.vertical.right.tabular.menu{background:none transparent;border-bottom:none;border-left:1px solid #d4d4d5;border-radius:0;border-right:none;box-shadow:none!important}.ui.vertical.right.tabular.menu .item{background:none;border:1px solid transparent;border-left:none}.ui.vertical.right.tabular.menu .active.item{background:none #fff;border-color:#d4d4d5;border-radius:0 .28571429rem .28571429rem 0!important;color:rgba(0,0,0,.95);margin:0 0 0 -1px}.ui.tabular.menu .active.dropdown.item{border:1px solid transparent;border-bottom:none;border-top:2px solid transparent;margin-bottom:0}.ui.pagination.menu{display:inline-flex;margin:0;vertical-align:middle}.ui.pagination.menu .item:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.pagination.menu .item:last-child:before{display:none}.ui.pagination.menu .item{min-width:3em;text-align:center}.ui.pagination.menu .icon.item i.icon{vertical-align:top}.ui.pagination.menu .active.item{background-color:rgba(0,0,0,.05);border-top:none;box-shadow:none;color:rgba(0,0,0,.95);padding-top:.92857143em}.ui.secondary.menu{background:none;border:none;border-radius:0;box-shadow:none;margin-left:-.35714286em;margin-right:-.35714286em}.ui.secondary.menu .item{align-self:center;background:none;border:none;border-radius:.28571429rem;box-shadow:none;margin:0 .35714286em;padding:.78571429em .92857143em;transition:color .1s ease}.ui.secondary.menu .item:before{display:none!important}.ui.secondary.menu .header.item{background:none transparent;border-radius:0;border-right:none}.ui.secondary.menu .item>img:not(.ui){margin:0}.ui.secondary.menu .dropdown.item:hover,.ui.secondary.menu .link.item:hover,.ui.secondary.menu a.item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.secondary.menu .active.item{border-radius:.28571429rem}.ui.secondary.menu .active.item,.ui.secondary.menu .active.item:hover{background:rgba(0,0,0,.05);box-shadow:none;color:rgba(0,0,0,.95)}.ui.secondary.inverted.menu .link.item,.ui.secondary.inverted.menu a.item{color:hsla(0,0%,100%,.7)!important}.ui.secondary.inverted.menu .dropdown.item:hover,.ui.secondary.inverted.menu .link.item:hover,.ui.secondary.inverted.menu a.item:hover{background:hsla(0,0%,100%,.08);color:#fff!important}.ui.secondary.inverted.menu .active.item{background:hsla(0,0%,100%,.15);color:#fff!important}.ui.secondary.item.menu{margin-left:0;margin-right:0}.ui.secondary.item.menu .item:last-child{margin-right:0}.ui.secondary.attached.menu{box-shadow:none}.ui.vertical.secondary.menu .item:not(.dropdown)>.menu{margin:0 -.92857143em}.ui.vertical.secondary.menu .item:not(.dropdown)>.menu>.item{margin:0;padding:.5em 1.33333333em}.ui.secondary.vertical.menu>.item{border:none;border-radius:.28571429rem!important;margin:0 0 .35714286em}.ui.secondary.vertical.menu>.header.item{border-radius:0}.ui.secondary.inverted.menu,.ui.vertical.secondary.menu .item>.menu .item{background-color:transparent}.ui.secondary.pointing.menu{border-bottom:2px solid rgba(34,36,38,.15);margin-left:0;margin-right:0}.ui.secondary.pointing.menu .item{align-self:flex-end;border-bottom:2px solid transparent;border-radius:0;margin:0 0 -2px;padding:.85714286em 1.14285714em;transition:color .1s ease}.ui.secondary.pointing.menu .header.item{color:rgba(0,0,0,.85)!important}.ui.secondary.pointing.menu .text.item{box-shadow:none!important}.ui.secondary.pointing.menu .item:after{display:none}.ui.secondary.pointing.menu .dropdown.item:hover,.ui.secondary.pointing.menu .link.item:hover,.ui.secondary.pointing.menu a.item:hover{background-color:transparent;color:rgba(0,0,0,.87)}.ui.secondary.pointing.menu .dropdown.item:active,.ui.secondary.pointing.menu .link.item:active,.ui.secondary.pointing.menu a.item:active{background-color:transparent;border-color:rgba(34,36,38,.15)}.ui.secondary.pointing.menu .active.item{background-color:transparent;box-shadow:none;font-weight:700}.ui.secondary.pointing.menu .active.item,.ui.secondary.pointing.menu .active.item:hover{border-color:#1b1c1d;color:rgba(0,0,0,.95)}.ui.secondary.pointing.menu .active.dropdown.item{border-color:transparent}.ui.secondary.vertical.pointing.menu{border-bottom-width:0;border-right:2px solid rgba(34,36,38,.15)}.ui.secondary.vertical.pointing.menu .item{border-bottom:none;border-radius:0!important;border-right:2px solid transparent;margin:0 -2px 0 0}.ui.secondary.vertical.pointing.menu .active.item{border-color:#1b1c1d}.ui.secondary.inverted.pointing.menu{border-color:hsla(0,0%,100%,.1);border-color:rgba(34,36,38,.15);border-width:2px}.ui.secondary.inverted.pointing.menu .item{color:hsla(0,0%,100%,.9)}.ui.secondary.inverted.pointing.menu .header.item{color:#fff!important}.ui.secondary.inverted.pointing.menu .link.item:hover,.ui.secondary.inverted.pointing.menu a.item:hover{color:rgba(0,0,0,.95)}.ui.secondary.inverted.pointing.menu .active.item{border-color:#fff;color:#fff}.ui.text.menu{background:none transparent;border:none;border-radius:0;box-shadow:none;margin:1em -.5em}.ui.text.menu .item{align-self:center;border-radius:0;box-shadow:none;color:rgba(0,0,0,.6);font-weight:400;margin:0;padding:.35714286em .5em;transition:opacity .1s ease}.ui.text.menu .item:before,.ui.text.menu .menu .item:before{display:none!important}.ui.text.menu .header.item{background-color:transparent;color:rgba(0,0,0,.85);font-size:.92857143em;font-weight:700;opacity:1;text-transform:uppercase}.ui.text.item.menu .item,.ui.text.menu .item>img:not(.ui){margin:0}.ui.vertical.text.menu{margin:1em 0}.ui.vertical.text.menu:first-child{margin-top:0}.ui.vertical.text.menu:last-child{margin-bottom:0}.ui.vertical.text.menu .item{margin:.57142857em 0;padding-left:0;padding-right:0}.ui.vertical.text.menu .item>i.icon{float:none;margin:0 .35714286em 0 0}.ui.vertical.text.menu .header.item{margin:.57142857em 0 .71428571em}.ui.vertical.text.menu .item:not(.dropdown)>.menu{margin:0}.ui.vertical.text.menu .item:not(.dropdown)>.menu>.item{margin:0;padding:.5em 0}.ui.text.menu .item:hover{background-color:transparent;opacity:1}.ui.text.menu .active.item{border:none;box-shadow:none;color:rgba(0,0,0,.95);font-weight:400}.ui.text.menu .active.item,.ui.text.menu .active.item:hover{background-color:transparent}.ui.text.attached.menu,.ui.text.pointing.menu .active.item:after{box-shadow:none}.ui.inverted.text.menu,.ui.inverted.text.menu .active.item,.ui.inverted.text.menu .item,.ui.inverted.text.menu .item:hover{background-color:transparent!important}.ui.fluid.text.menu{margin-left:0;margin-right:0}.ui.vertical.icon.menu{display:inline-block;width:auto}.ui.icon.menu .item{color:#1b1c1d;height:auto;text-align:center}.ui.icon.menu .item>.icon:not(.dropdown){margin:0;opacity:1}.ui.icon.menu .icon:before{opacity:1}.ui.menu .icon.item>.icon{margin:0 auto;width:auto}.ui.vertical.icon.menu .item>.icon:not(.dropdown){display:block;float:none;margin:0 auto;opacity:1}.ui.inverted.icon.menu .item{color:#fff}.ui.labeled.icon.menu{text-align:center}.ui.labeled.icon.menu .item{flex-direction:column;min-width:6em}.ui.labeled.icon.menu .item>.icon:not(.dropdown){display:block;font-size:1.71428571em!important;height:1em;margin:0 auto .5rem!important}.ui.fluid.labeled.icon.menu>.item{min-width:0}@media only screen and (max-width:767px){.ui.stackable.menu{flex-direction:column}.ui.stackable.menu .item{width:100%!important}.ui.stackable.menu .item:before{background:rgba(34,36,38,.1);bottom:0;content:"";height:1px;left:0;position:absolute;top:auto;width:100%}.ui.stackable.menu .left.item,.ui.stackable.menu .left.menu{margin-right:0!important}.ui.stackable.menu .right.item,.ui.stackable.menu .right.menu{margin-left:0!important}.ui.stackable.menu .left.menu,.ui.stackable.menu .right.menu{flex-direction:column}}.ui.menu .red.active.item,.ui.red.menu .active.item{border-color:#a80000!important;color:#a80000!important}.ui.menu .orange.active.item,.ui.orange.menu .active.item{border-color:#d83b01!important;color:#d83b01!important}.ui.menu .yellow.active.item,.ui.yellow.menu .active.item{border-color:#ffb900!important;color:#ffb900!important}.ui.menu .olive.active.item,.ui.olive.menu .active.item{border-color:#b5cc18!important;color:#b5cc18!important}.ui.green.menu .active.item,.ui.menu .green.active.item{border-color:#107c10!important;color:#107c10!important}.ui.menu .teal.active.item,.ui.teal.menu .active.item{border-color:#008272!important;color:#008272!important}.ui.blue.menu .active.item,.ui.menu .blue.active.item{border-color:#0078d7!important;color:#0078d7!important}.ui.menu .violet.active.item,.ui.violet.menu .active.item{border-color:#6435c9!important;color:#6435c9!important}.ui.menu .purple.active.item,.ui.purple.menu .active.item{border-color:#5c2d91!important;color:#5c2d91!important}.ui.menu .pink.active.item,.ui.pink.menu .active.item{border-color:#e2008c!important;color:#e2008c!important}.ui.brown.menu .active.item,.ui.menu .brown.active.item{border-color:#00bcf2!important;color:#00bcf2!important}.ui.grey.menu .active.item,.ui.menu .grey.active.item{border-color:#505050!important;color:#505050!important}.ui.inverted.menu{background:#1b1c1d;border:0 solid transparent;box-shadow:none}.ui.inverted.menu .item,.ui.inverted.menu .item>a:not(.ui){background:transparent;color:hsla(0,0%,100%,.9)}.ui.inverted.menu .item.menu{background:transparent}.ui.inverted.menu .item:before,.ui.vertical.inverted.menu .item:before{background:hsla(0,0%,100%,.08)}.ui.vertical.inverted.menu .menu .item,.ui.vertical.inverted.menu .menu .item a:not(.ui){color:hsla(0,0%,100%,.5)}.ui.inverted.menu .header.item{background:transparent;box-shadow:none;margin:0}.ui.inverted.menu .item.disabled,.ui.inverted.menu .item.disabled:hover{color:hsla(0,0%,88.2%,.3)}.ui.inverted.menu .dropdown.item:hover,.ui.inverted.menu .link.item:hover,.ui.inverted.menu a.item:hover,.ui.link.inverted.menu .item:hover{background:var(--pxt-neutral-alpha10);color:#fff}.ui.vertical.inverted.menu .item .menu .link.item:hover,.ui.vertical.inverted.menu .item .menu a.item:hover{background:transparent;color:#fff}.ui.inverted.menu .link.item:active,.ui.inverted.menu a.item:active{background:hsla(0,0%,100%,.08);color:#fff}.ui.inverted.menu .active.item{background:var(--pxt-neutral-alpha10);color:#fff!important}.ui.inverted.vertical.menu .item .menu .active.item{background:transparent;color:#fff}.ui.inverted.pointing.menu .active.item:after{background:#3d3e3f!important;border:none!important;box-shadow:none!important;margin:0!important}.ui.inverted.menu .active.item:hover{background:var(--pxt-neutral-alpha10);color:#fff!important}.ui.inverted.pointing.menu .active.item:hover:after{background:#3d3e3f!important}.ui.floated.menu{float:left;margin:0 .5rem 0 0}.ui.floated.menu .item:last-child:before{display:none}.ui.right.floated.menu{float:right;margin:0 0 0 .5rem}.ui.inverted.menu .red.active.item,.ui.inverted.red.menu{background-color:#a80000}.ui.inverted.red.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.red.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .orange.active.item,.ui.inverted.orange.menu{background-color:#d83b01}.ui.inverted.orange.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.orange.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .yellow.active.item,.ui.inverted.yellow.menu{background-color:#ffb900}.ui.inverted.yellow.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.yellow.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .olive.active.item,.ui.inverted.olive.menu{background-color:#b5cc18}.ui.inverted.olive.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.olive.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.green.menu,.ui.inverted.menu .green.active.item{background-color:#107c10}.ui.inverted.green.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.green.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .teal.active.item,.ui.inverted.teal.menu{background-color:#008272}.ui.inverted.teal.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.teal.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.blue.menu,.ui.inverted.menu .blue.active.item{background-color:#0078d7}.ui.inverted.blue.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.blue.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .violet.active.item,.ui.inverted.violet.menu{background-color:#6435c9}.ui.inverted.violet.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.violet.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .purple.active.item,.ui.inverted.purple.menu{background-color:#5c2d91}.ui.inverted.purple.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.purple.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .pink.active.item,.ui.inverted.pink.menu{background-color:#e2008c}.ui.inverted.pink.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.pink.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.brown.menu,.ui.inverted.menu .brown.active.item{background-color:#00bcf2}.ui.inverted.brown.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.brown.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.grey.menu,.ui.inverted.menu .grey.active.item{background-color:#505050}.ui.inverted.grey.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.grey.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.fitted.menu .item,.ui.fitted.menu .item .menu .item,.ui.menu .fitted.item{padding:0}.ui.horizontally.fitted.menu .item,.ui.horizontally.fitted.menu .item .menu .item,.ui.menu .horizontally.fitted.item{padding-bottom:.92857143em;padding-top:.92857143em}.ui.menu .vertically.fitted.item,.ui.vertically.fitted.menu .item,.ui.vertically.fitted.menu .item .menu .item{padding-left:1.14285714em;padding-right:1.14285714em}.ui.borderless.menu .item .menu .item:before,.ui.borderless.menu .item:before,.ui.menu .borderless.item:before{background:none!important}.ui.compact.menu{display:inline-flex;margin:0;vertical-align:middle}.ui.compact.vertical.menu{display:inline-block}.ui.compact.menu .item:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.compact.menu .item:last-child:before{display:none}.ui.compact.vertical.menu{width:auto!important}.ui.compact.vertical.menu .item:last-child:before{display:block}.ui.menu.fluid,.ui.vertical.menu.fluid{width:100%!important}.ui.item.menu,.ui.item.menu .item{justify-content:center;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;text-align:center;width:100%}.ui.attached.item.menu{margin:0 -1px!important}.ui.item.menu .item:last-child:before{display:none}.ui.menu.two.item .item{width:50%}.ui.menu.three.item .item{width:33.333%}.ui.menu.four.item .item{width:25%}.ui.menu.five.item .item{width:20%}.ui.menu.six.item .item{width:16.666%}.ui.menu.seven.item .item{width:14.285%}.ui.menu.eight.item .item{width:12.5%}.ui.menu.nine.item .item{width:11.11%}.ui.menu.ten.item .item{width:10%}.ui.menu.eleven.item .item{width:9.09%}.ui.menu.twelve.item .item{width:8.333%}.ui.menu.fixed{margin:0;position:fixed;width:100%;z-index:101}.ui.menu.fixed,.ui.menu.fixed .item:first-child,.ui.menu.fixed .item:last-child{border-radius:0!important}.ui.fixed.menu,.ui[class*="top fixed"].menu{bottom:auto;left:0;right:auto;top:0}.ui[class*="top fixed"].menu{border-left:none;border-right:none;border-top:none}.ui[class*="right fixed"].menu{border-bottom:none;border-right:none;border-top:none;bottom:auto;height:100%;left:auto;right:0;top:0;width:auto}.ui[class*="bottom fixed"].menu{border-bottom:none;border-left:none;border-right:none;bottom:0;left:0;right:auto;top:auto}.ui[class*="left fixed"].menu{border-bottom:none;border-left:none;border-top:none;bottom:auto;height:100%;left:0;right:auto;top:0;width:auto}.ui.fixed.menu+.ui.grid{padding-top:2.75rem}.ui.pointing.menu .item:after{background:none;border:1px solid #d4d4d5;border-left:none;border-top:none;content:"";height:.57142857em;left:50%;margin:.5px 0 0;position:absolute;top:100%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transition:background .1s ease;visibility:hidden;width:.57142857em;z-index:2}.ui.vertical.pointing.menu .item:after{border:1px solid #d4d4d5;border-bottom:none;border-left:none;bottom:auto;left:auto;margin:0 -.5px 0 0;position:absolute;right:0;top:50%;transform:translateX(50%) translateY(-50%) rotate(45deg)}.ui.pointing.menu .active.item:after{visibility:visible}.ui.pointing.menu .active.dropdown.item:after{visibility:hidden}.ui.pointing.menu .active.item .menu .active.item:after,.ui.pointing.menu .dropdown.active.item:after{display:none}.ui.pointing.menu .active.item:after,.ui.pointing.menu .active.item:hover:after,.ui.vertical.pointing.menu .active.item:after,.ui.vertical.pointing.menu .active.item:hover:after{background-color:#f2f2f2}.ui.vertical.pointing.menu .menu .active.item:after{background-color:#fff}.ui.attached.menu{border-radius:0;bottom:0;box-shadow:none;margin:0 -1px;max-width:calc(100% + 2px);top:0;width:calc(100% + 2px)}.ui.attached+.ui.attached.menu:not(.top){border-top:none}.ui[class*="top attached"].menu{border-radius:.28571429rem .28571429rem 0 0;bottom:0;margin-bottom:0;margin-top:1rem;top:0}.ui.menu[class*="top attached"]:first-child{margin-top:0}.ui[class*="bottom attached"].menu{border-radius:0 0 .28571429rem .28571429rem;bottom:0;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;margin-bottom:1rem;margin-top:0;top:0}.ui[class*="bottom attached"].menu:last-child{margin-bottom:0}.ui.top.attached.menu>.item:first-child{border-radius:.28571429rem 0 0 0}.ui.bottom.attached.menu>.item:first-child{border-radius:0 0 0 .28571429rem}.ui.attached.menu:not(.tabular){border:1px solid #d4d4d5}.ui.attached.inverted.menu{border:none}.ui.attached.tabular.menu{margin-left:0;margin-right:0;width:100%}.ui.mini.menu{font-size:.78571429rem}.ui.mini.vertical.menu{width:9rem}.ui.tiny.menu{font-size:.85714286rem}.ui.tiny.vertical.menu{width:11rem}.ui.small.menu{font-size:.92857143rem}.ui.small.vertical.menu{width:13rem}.ui.menu{font-size:1rem}.ui.vertical.menu{width:15rem}.ui.large.menu{font-size:1.07142857rem}.ui.large.vertical.menu{width:18rem}.ui.huge.menu{font-size:1.21428571rem}.ui.huge.vertical.menu{width:22rem}.ui.big.menu{font-size:1.14285714rem}.ui.big.vertical.menu{width:20rem}.ui.massive.menu{font-size:1.28571429rem}.ui.massive.vertical.menu{width:25rem}.menubar{border:0;left:0;right:0;top:0}.menubar,.ui.menu.fixed{position:absolute}.menubar .ui.menu{height:4rem;min-height:4rem!important}.menubar .item>.button{margin-right:.25rem;padding:.6rem}.menubar .accessibleMenu .ui.item.link{height:4rem;min-height:4rem!important}.menubar .accessibleMenu .ui.item.link.inverted:hover{background:var(--pxt-header-background)}@media only screen and (max-width:767px){.menubar .left.menu>.item.icon:not(.logo),.menubar .right.menu>.item.icon:not(.logo){width:48px}.menubar .left.menu>.item.icon:not(.logo)>i.icon,.menubar .right.menu>.item.icon:not(.logo)>i.icon{margin-left:-8px}}@media only screen and (max-width:991px){.menubar .ui.menu{height:3.5rem!important;min-height:3.5rem!important}.sandbox .menubar .ui.menu{height:3rem!important;min-height:3rem!important}.ui.menu .item>i.icon{margin:0}.menubar .accessibleMenu .ui.item.link{height:3.5rem!important;min-height:3.5rem!important}}@media only screen and (max-height:44rem) and (min-width:767px){.menubar .accessibleMenu .ui.item.link,.menubar .ui.menu{height:3rem!important;min-height:3rem!important}}.ui.inverted.menu .active.item{background:hsla(0,0%,100%,.15);outline:1px solid hsla(0,0%,100%,.5)}#mainmenu.ui.inverted.menu,#mainmenu.ui.link.inverted.menu{background-color:var(--pxt-header-background)}#mainmenu.ui.inverted.menu .menu>.dropdown.item,#mainmenu.ui.inverted.menu .menu>.link.item.icon,#mainmenu.ui.link.inverted.menu .menu>.dropdown.item,#mainmenu.ui.link.inverted.menu .menu>.link.item.icon{border:3px solid transparent}#mainmenu.ui.inverted.menu .menu>.dropdown.item:focus,#mainmenu.ui.inverted.menu .menu>.link.item.icon:focus,#mainmenu.ui.link.inverted.menu .menu>.dropdown.item:focus,#mainmenu.ui.link.inverted.menu .menu>.link.item.icon:focus{background:var(--pxt-neutral-alpha10);border:3px solid var(--pxt-neutral-stencil3);color:#fff;outline:1px ridge #000}#mainmenu .link-button{font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif}#mainmenu .link-button.link.ui.item:hover>.text{text-decoration:underline}#mainmenu .link-button.link.ui.item:hover>.icon{transform:none}#mainmenu .link-button .text{font-size:.875rem;font-weight:400;text-transform:uppercase}.ui.vertical.menu .item>.label{background-color:#8f8f8f}.ui.vertical.menu .item>.label:focus,.ui.vertical.menu .item>.label:hover{background:#6c6c6c}.tutorial .ui.inverted.menu{background:var(--pxt-header-background)!important}.debugger .ui.inverted.menu{background:var(--pxt-primary-background)!important}
|
|
154
154
|
/*!
|
|
155
155
|
* # Semantic UI - Message
|
|
156
156
|
* http://github.com/semantic-org/semantic-ui/
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
* Released under the MIT license
|
|
169
169
|
* http://opensource.org/licenses/MIT
|
|
170
170
|
*
|
|
171
|
-
*/.ui.table{background:#fff;border:1px solid rgba(34,36,38,.15);border-collapse:separate;border-radius:.28571429rem;border-spacing:0;box-shadow:none;color:rgba(0,0,0,.87);margin:1em 0;text-align:left;width:100%}.ui.table:first-child{margin-top:0}.ui.table:last-child{margin-bottom:0}.ui.table td,.ui.table th{transition:background .1s ease,color .1s ease}.ui.table thead{box-shadow:none}.ui.table thead th{background:#f9fafb;border-bottom:1px solid rgba(34,36,38,.1);border-left:none;color:rgba(0,0,0,.87);cursor:auto;font-style:none;font-weight:700;padding:.92857143em .78571429em;text-align:inherit;text-transform:none;vertical-align:inherit}.ui.table thead tr>th:first-child{border-left:none}.ui.table thead tr:first-child>th:first-child{border-radius:.28571429rem 0 0 0}.ui.table thead tr:first-child>th:last-child{border-radius:0 .28571429rem 0 0}.ui.table thead tr:first-child>th:only-child{border-radius:.28571429rem .28571429rem 0 0}.ui.table tfoot{box-shadow:none}.ui.table tfoot th{background:#f9fafb;border-top:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);cursor:auto;font-style:normal;font-weight:400;padding:.78571429em;text-align:inherit;text-transform:none;vertical-align:middle}.ui.table tfoot tr>th:first-child{border-left:none}.ui.table tfoot tr:first-child>th:first-child{border-radius:0 0 0 .28571429rem}.ui.table tfoot tr:first-child>th:last-child{border-radius:0 0 .28571429rem 0}.ui.table tfoot tr:first-child>th:only-child{border-radius:0 0 .28571429rem .28571429rem}.ui.table tr td{border-top:1px solid rgba(34,36,38,.1)}.ui.table tr:first-child td{border-top:none}.ui.table tbody+tbody tr:first-child td{border-top:1px solid rgba(34,36,38,.1)}.ui.table td{padding:.78571429em;text-align:inherit}.ui.table>.icon{vertical-align:baseline}.ui.table>.icon:only-child{margin:0}.ui.table.segment{padding:0}.ui.table.segment:after{display:none}.ui.table.segment.stacked:after{display:block}@media only screen and (max-width:767px){.ui.table:not(.unstackable){width:100%}.ui.table:not(.unstackable) tbody,.ui.table:not(.unstackable) tr,.ui.table:not(.unstackable) tr>td,.ui.table:not(.unstackable) tr>th{display:block!important;width:auto!important}.ui.table:not(.unstackable){padding:0}.ui.table:not(.unstackable) tfoot,.ui.table:not(.unstackable) thead{display:block}.ui.table:not(.unstackable) tr{box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.1)!important;padding-bottom:1em;padding-top:1em}.ui.table:not(.unstackable) tr>td,.ui.table:not(.unstackable) tr>th{background:none;border:none!important;box-shadow:none!important;padding:.25em .75em!important}.ui.table:not(.unstackable) td:first-child,.ui.table:not(.unstackable) th:first-child{font-weight:700}.ui.definition.table:not(.unstackable) thead th:first-child{box-shadow:none!important}}.ui.table td .image,.ui.table td .image img,.ui.table th .image,.ui.table th .image img{max-width:none}.ui.structured.table{border-collapse:collapse}.ui.structured.table thead th{border-left:none;border-right:none}.ui.structured.sortable.table thead th{border-left:1px solid rgba(34,36,38,.15);border-right:1px solid rgba(34,36,38,.15)}.ui.structured.basic.table th{border-left:none;border-right:none}.ui.structured.celled.table tr td,.ui.structured.celled.table tr th{border-left:1px solid rgba(34,36,38,.1);border-right:1px solid rgba(34,36,38,.1)}.ui.definition.table thead:not(.full-width) th:first-child{background:transparent;box-shadow:-1px -1px 0 1px #fff;color:rgba(0,0,0,.4);font-weight:400;pointer-events:none}.ui.definition.table tfoot:not(.full-width) th:first-child{background:transparent;box-shadow:1px 1px 0 1px #fff;color:normal;font-weight:rgba(0,0,0,.4);pointer-events:none}.ui.celled.definition.table thead:not(.full-width) th:first-child{box-shadow:0 -1px 0 1px #fff}.ui.celled.definition.table tfoot:not(.full-width) th:first-child{box-shadow:0 1px 0 1px #fff}.ui.definition.table tr td.definition,.ui.definition.table tr td:first-child:not(.ignored){background:rgba(0,0,0,.03);box-shadow:"";color:rgba(0,0,0,.95);font-size:1em;font-weight:700;padding-left:"";padding-right:"";text-align:"";text-transform:""}.ui.definition.table td:nth-child(2),.ui.definition.table tfoot:not(.full-width) th:nth-child(2),.ui.definition.table thead:not(.full-width) th:nth-child(2){border-left:1px solid rgba(34,36,38,.15)}.ui.table td.positive,.ui.table tr.positive{background:#fcfff5!important;box-shadow:inset 0 0 0 #a3c293;color:#2c662d!important}.ui.table td.negative,.ui.table tr.negative{background:#fff6f6!important;box-shadow:inset 0 0 0 #e0b4b4;color:#9f3a38!important}.ui.table td.error,.ui.table tr.error{background:#fff6f6!important;box-shadow:inset 0 0 0 #e0b4b4;color:#9f3a38!important}.ui.table td.warning,.ui.table tr.warning{background:#fffaf3!important;box-shadow:inset 0 0 0 #c9ba9b;color:#573a08!important}.ui.table td.active,.ui.table tr.active{background:#e0e0e0!important;box-shadow:inset 0 0 0 rgba(0,0,0,.87);color:rgba(0,0,0,.87)!important}.ui.table tr td.disabled,.ui.table tr.disabled td,.ui.table tr.disabled:hover,.ui.table tr:hover td.disabled{color:rgba(40,40,40,.3);pointer-events:none}@media only screen and (max-width:991px){.ui[class*="tablet stackable"].table,.ui[class*="tablet stackable"].table tbody,.ui[class*="tablet stackable"].table tr,.ui[class*="tablet stackable"].table tr>td,.ui[class*="tablet stackable"].table tr>th{display:block!important;width:100%!important}.ui[class*="tablet stackable"].table{padding:0}.ui[class*="tablet stackable"].table tfoot,.ui[class*="tablet stackable"].table thead{display:block}.ui[class*="tablet stackable"].table tr{box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.1)!important;padding-bottom:1em;padding-top:1em}.ui[class*="tablet stackable"].table tr>td,.ui[class*="tablet stackable"].table tr>th{background:none;border:none!important;box-shadow:none!important;padding:.25em .75em}.ui.definition[class*="tablet stackable"].table thead th:first-child{box-shadow:none!important}}.ui.table [class*="left aligned"],.ui.table[class*="left aligned"]{text-align:left}.ui.table [class*="center aligned"],.ui.table[class*="center aligned"]{text-align:center}.ui.table [class*="right aligned"],.ui.table[class*="right aligned"]{text-align:right}.ui.table [class*="top aligned"],.ui.table[class*="top aligned"]{vertical-align:top}.ui.table [class*="middle aligned"],.ui.table[class*="middle aligned"]{vertical-align:middle}.ui.table [class*="bottom aligned"],.ui.table[class*="bottom aligned"]{vertical-align:bottom}.ui.table td.collapsing,.ui.table th.collapsing{white-space:nowrap;width:1px}.ui.fixed.table{table-layout:fixed}.ui.fixed.table td,.ui.fixed.table th{overflow:hidden;text-overflow:ellipsis}.ui.selectable.table tbody tr:hover,.ui.table tbody tr td.selectable:hover{background:rgba(0,0,0,.05)!important;color:rgba(0,0,0,.95)!important}.ui.inverted.table tbody tr td.selectable:hover,.ui.selectable.inverted.table tbody tr:hover{background:hsla(0,0%,100%,.08)!important;color:#fff!important}.ui.table tbody tr td.selectable{padding:0}.ui.table tbody tr td.selectable>a:not(.ui){color:inherit;display:block;padding:.78571429em}.ui.selectable.table tr.error:hover,.ui.selectable.table tr:hover td.error,.ui.table tr td.selectable.error:hover{background:#ffe7e7!important;color:#943634!important}.ui.selectable.table tr.warning:hover,.ui.selectable.table tr:hover td.warning,.ui.table tr td.selectable.warning:hover{background:#fff4e4!important;color:#493107!important}.ui.selectable.table tr.active:hover,.ui.selectable.table tr:hover td.active,.ui.table tr td.selectable.active:hover{background:#e0e0e0!important;color:rgba(0,0,0,.87)!important}.ui.selectable.table tr.positive:hover,.ui.selectable.table tr:hover td.positive,.ui.table tr td.selectable.positive:hover{background:#f7ffe6!important;color:#275b28!important}.ui.selectable.table tr.negative:hover,.ui.selectable.table tr:hover td.negative,.ui.table tr td.selectable.negative:hover{background:#ffe7e7!important;color:#943634!important}.ui.attached.table{border:1px solid #d4d4d5;border-radius:0;bottom:0;box-shadow:none;margin:0 -1px;max-width:calc(100% + 2px);top:0;width:calc(100% + 2px)}.ui.attached+.ui.attached.table:not(.top){border-top:none}.ui[class*="top attached"].table{border-radius:.28571429rem .28571429rem 0 0;bottom:0;margin-bottom:0;margin-top:1em;top:0}.ui.table[class*="top attached"]:first-child{margin-top:0}.ui[class*="bottom attached"].table{border-radius:0 0 .28571429rem .28571429rem;bottom:0;box-shadow:none,none;margin-bottom:1em;margin-top:0;top:0}.ui[class*="bottom attached"].table:last-child{margin-bottom:0}.ui.striped.table tbody tr:nth-child(2n),.ui.striped.table>tr:nth-child(2n){background-color:rgba(0,0,50,.02)}.ui.inverted.striped.table tbody tr:nth-child(2n),.ui.inverted.striped.table>tr:nth-child(2n){background-color:hsla(0,0%,100%,.05)}.ui.striped.selectable.selectable.selectable.table tbody tr.active:hover{background:#efefef!important;color:rgba(0,0,0,.95)!important}.ui.table [class*="single line"],.ui.table[class*="single line"]{white-space:nowrap}.ui.red.table{border-top:.2em solid #a80000}.ui.inverted.red.table{background-color:#a80000!important;color:#fff!important}.ui.orange.table{border-top:.2em solid #d83b01}.ui.inverted.orange.table{background-color:#d83b01!important;color:#fff!important}.ui.yellow.table{border-top:.2em solid #ffb900}.ui.inverted.yellow.table{background-color:#ffb900!important;color:#fff!important}.ui.olive.table{border-top:.2em solid #b5cc18}.ui.inverted.olive.table{background-color:#b5cc18!important;color:#fff!important}.ui.green.table{border-top:.2em solid #107c10}.ui.inverted.green.table{background-color:#107c10!important;color:#fff!important}.ui.teal.table{border-top:.2em solid #008272}.ui.inverted.teal.table{background-color:#008272!important;color:#fff!important}.ui.blue.table{border-top:.2em solid #0078d7}.ui.inverted.blue.table{background-color:#0078d7!important;color:#fff!important}.ui.violet.table{border-top:.2em solid #6435c9}.ui.inverted.violet.table{background-color:#6435c9!important;color:#fff!important}.ui.purple.table{border-top:.2em solid #5c2d91}.ui.inverted.purple.table{background-color:#5c2d91!important;color:#fff!important}.ui.pink.table{border-top:.2em solid #e2008c}.ui.inverted.pink.table{background-color:#e2008c!important;color:#fff!important}.ui.brown.table{border-top:.2em solid #00bcf2}.ui.inverted.brown.table{background-color:#00bcf2!important;color:#fff!important}.ui.grey.table{border-top:.2em solid #505050}.ui.inverted.grey.table{background-color:#505050!important;color:#fff!important}.ui.black.table{border-top:.2em solid #1b1c1d}.ui.inverted.black.table{background-color:#1b1c1d!important;color:#fff!important}.ui.one.column.table td{width:100%}.ui.two.column.table td{width:50%}.ui.three.column.table td{width:33.33333333%}.ui.four.column.table td{width:25%}.ui.five.column.table td{width:20%}.ui.six.column.table td{width:16.66666667%}.ui.seven.column.table td{width:14.28571429%}.ui.eight.column.table td{width:12.5%}.ui.nine.column.table td{width:11.11111111%}.ui.ten.column.table td{width:10%}.ui.eleven.column.table td{width:9.09090909%}.ui.twelve.column.table td{width:8.33333333%}.ui.thirteen.column.table td{width:7.69230769%}.ui.fourteen.column.table td{width:7.14285714%}.ui.fifteen.column.table td{width:6.66666667%}.ui.sixteen.column.table td,.ui.table td.one.wide,.ui.table th.one.wide{width:6.25%}.ui.table td.two.wide,.ui.table th.two.wide{width:12.5%}.ui.table td.three.wide,.ui.table th.three.wide{width:18.75%}.ui.table td.four.wide,.ui.table th.four.wide{width:25%}.ui.table td.five.wide,.ui.table th.five.wide{width:31.25%}.ui.table td.six.wide,.ui.table th.six.wide{width:37.5%}.ui.table td.seven.wide,.ui.table th.seven.wide{width:43.75%}.ui.table td.eight.wide,.ui.table th.eight.wide{width:50%}.ui.table td.nine.wide,.ui.table th.nine.wide{width:56.25%}.ui.table td.ten.wide,.ui.table th.ten.wide{width:62.5%}.ui.table td.eleven.wide,.ui.table th.eleven.wide{width:68.75%}.ui.table td.twelve.wide,.ui.table th.twelve.wide{width:75%}.ui.table td.thirteen.wide,.ui.table th.thirteen.wide{width:81.25%}.ui.table td.fourteen.wide,.ui.table th.fourteen.wide{width:87.5%}.ui.table td.fifteen.wide,.ui.table th.fifteen.wide{width:93.75%}.ui.table td.sixteen.wide,.ui.table th.sixteen.wide{width:100%}.ui.sortable.table thead th{border-left:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);cursor:pointer;white-space:nowrap}.ui.sortable.table thead th:first-child{border-left:none}.ui.sortable.table thead th.sorted,.ui.sortable.table thead th.sorted:hover{user-select:none}.ui.sortable.table thead th:after{content:"";display:none;font-family:Icons;font-style:normal;font-weight:400;height:1em;margin:0 0 0 .5em;opacity:.8;text-decoration:inherit;width:auto}.ui.sortable.table thead th.ascending:after{content:"\f0d8"}.ui.sortable.table thead th.descending:after{content:"\f0d7"}.ui.sortable.table th.disabled:hover{color:rgba(40,40,40,.3);cursor:auto}.ui.sortable.table thead th:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.8)}.ui.sortable.table thead th.sorted{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.sortable.table thead th.sorted:after{display:inline-block}.ui.sortable.table thead th.sorted:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.inverted.sortable.table thead th.sorted{background:hsla(0,0%,100%,.15) linear-gradient(transparent,rgba(0,0,0,.05));color:#fff}.ui.inverted.sortable.table thead th:hover{background:hsla(0,0%,100%,.08) linear-gradient(transparent,rgba(0,0,0,.05));color:#fff}.ui.inverted.sortable.table thead th{border-left-color:transparent;border-right-color:transparent}.ui.inverted.table{background:#333;border:none;color:hsla(0,0%,100%,.9)}.ui.inverted.table th{background-color:rgba(0,0,0,.15);color:hsla(0,0%,100%,.9)!important}.ui.inverted.table th,.ui.inverted.table tr td{border-color:hsla(0,0%,100%,.1)!important}.ui.inverted.table tr td.disabled,.ui.inverted.table tr.disabled td,.ui.inverted.table tr.disabled:hover td,.ui.inverted.table tr:hover td.disabled{color:hsla(0,0%,88%,.3);pointer-events:none}.ui.inverted.definition.table tfoot:not(.full-width) th:first-child,.ui.inverted.definition.table thead:not(.full-width) th:first-child{background:#fff}.ui.inverted.definition.table tr td:first-child{background:hsla(0,0%,100%,.02);color:#fff}.ui.collapsing.table{width:auto}.ui.basic.table{background:transparent;border:1px solid rgba(34,36,38,.15);box-shadow:none}.ui.basic.table tfoot,.ui.basic.table thead{box-shadow:none}.ui.basic.table th{background:transparent;border-left:none}.ui.basic.table tbody tr{border-bottom:1px solid rgba(0,0,0,.1)}.ui.basic.table td{background:transparent}.ui.basic.striped.table tbody tr:nth-child(2n){background-color:rgba(0,0,0,.05)!important}.ui[class*="very basic"].table{border:none}.ui[class*="very basic"].table:not(.sortable):not(.striped) td,.ui[class*="very basic"].table:not(.sortable):not(.striped) th{padding:""}.ui[class*="very basic"].table:not(.sortable):not(.striped) td:first-child,.ui[class*="very basic"].table:not(.sortable):not(.striped) th:first-child{padding-left:0}.ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child,.ui[class*="very basic"].table:not(.sortable):not(.striped) th:last-child{padding-right:0}.ui[class*="very basic"].table:not(.sortable):not(.striped) thead tr:first-child th{padding-top:0}.ui.celled.table tr td,.ui.celled.table tr th{border-left:1px solid rgba(34,36,38,.1)}.ui.celled.table tr td:first-child,.ui.celled.table tr th:first-child{border-left:none}.ui.padded.table th{padding-left:1em;padding-right:1em}.ui.padded.table td,.ui.padded.table th{padding:1em}.ui[class*="very padded"].table th{padding-left:1.5em;padding-right:1.5em}.ui[class*="very padded"].table td{padding:1.5em}.ui.compact.table th{padding-left:.7em;padding-right:.7em}.ui.compact.table td{padding:.5em .7em}.ui[class*="very compact"].table th{padding-left:.6em;padding-right:.6em}.ui[class*="very compact"].table td{padding:.4em .6em}.ui.small.table{font-size:.9em}.ui.table{font-size:1em}.ui.large.table{font-size:1.1em}
|
|
171
|
+
*/.ui.table{background:#fff;border:1px solid rgba(34,36,38,.15);border-collapse:separate;border-radius:.28571429rem;border-spacing:0;box-shadow:none;color:rgba(0,0,0,.87);margin:1em 0;text-align:left;width:100%}.ui.table:first-child{margin-top:0}.ui.table:last-child{margin-bottom:0}.ui.table td,.ui.table th{transition:background .1s ease,color .1s ease}.ui.table thead{box-shadow:none}.ui.table thead th{background:#f9fafb;border-bottom:1px solid rgba(34,36,38,.1);border-left:none;color:rgba(0,0,0,.87);cursor:auto;font-style:none;font-weight:700;padding:.92857143em .78571429em;text-align:inherit;text-transform:none;vertical-align:inherit}.ui.table thead tr>th:first-child{border-left:none}.ui.table thead tr:first-child>th:first-child{border-radius:.28571429rem 0 0 0}.ui.table thead tr:first-child>th:last-child{border-radius:0 .28571429rem 0 0}.ui.table thead tr:first-child>th:only-child{border-radius:.28571429rem .28571429rem 0 0}.ui.table tfoot{box-shadow:none}.ui.table tfoot th{background:#f9fafb;border-top:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);cursor:auto;font-style:normal;font-weight:400;padding:.78571429em;text-align:inherit;text-transform:none;vertical-align:middle}.ui.table tfoot tr>th:first-child{border-left:none}.ui.table tfoot tr:first-child>th:first-child{border-radius:0 0 0 .28571429rem}.ui.table tfoot tr:first-child>th:last-child{border-radius:0 0 .28571429rem 0}.ui.table tfoot tr:first-child>th:only-child{border-radius:0 0 .28571429rem .28571429rem}.ui.table tr td{border-top:1px solid rgba(34,36,38,.1)}.ui.table tr:first-child td{border-top:none}.ui.table tbody+tbody tr:first-child td{border-top:1px solid rgba(34,36,38,.1)}.ui.table td{padding:.78571429em;text-align:inherit}.ui.table>.icon{vertical-align:baseline}.ui.table>.icon:only-child{margin:0}.ui.table.segment{padding:0}.ui.table.segment:after{display:none}.ui.table.segment.stacked:after{display:block}@media only screen and (max-width:767px){.ui.table:not(.unstackable){width:100%}.ui.table:not(.unstackable) tbody,.ui.table:not(.unstackable) tr,.ui.table:not(.unstackable) tr>td,.ui.table:not(.unstackable) tr>th{display:block!important;width:auto!important}.ui.table:not(.unstackable){padding:0}.ui.table:not(.unstackable) tfoot,.ui.table:not(.unstackable) thead{display:block}.ui.table:not(.unstackable) tr{box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.1)!important;padding-bottom:1em;padding-top:1em}.ui.table:not(.unstackable) tr>td,.ui.table:not(.unstackable) tr>th{background:none;border:none!important;box-shadow:none!important;padding:.25em .75em!important}.ui.table:not(.unstackable) td:first-child,.ui.table:not(.unstackable) th:first-child{font-weight:700}.ui.definition.table:not(.unstackable) thead th:first-child{box-shadow:none!important}}.ui.table td .image,.ui.table td .image img,.ui.table th .image,.ui.table th .image img{max-width:none}.ui.structured.table{border-collapse:collapse}.ui.structured.table thead th{border-left:none;border-right:none}.ui.structured.sortable.table thead th{border-left:1px solid rgba(34,36,38,.15);border-right:1px solid rgba(34,36,38,.15)}.ui.structured.basic.table th{border-left:none;border-right:none}.ui.structured.celled.table tr td,.ui.structured.celled.table tr th{border-left:1px solid rgba(34,36,38,.1);border-right:1px solid rgba(34,36,38,.1)}.ui.definition.table thead:not(.full-width) th:first-child{background:transparent;box-shadow:-1px -1px 0 1px #fff;color:rgba(0,0,0,.4);font-weight:400;pointer-events:none}.ui.definition.table tfoot:not(.full-width) th:first-child{background:transparent;box-shadow:1px 1px 0 1px #fff;color:normal;font-weight:rgba(0,0,0,.4);pointer-events:none}.ui.celled.definition.table thead:not(.full-width) th:first-child{box-shadow:0 -1px 0 1px #fff}.ui.celled.definition.table tfoot:not(.full-width) th:first-child{box-shadow:0 1px 0 1px #fff}.ui.definition.table tr td.definition,.ui.definition.table tr td:first-child:not(.ignored){background:rgba(0,0,0,.03);box-shadow:"";color:rgba(0,0,0,.95);font-size:1em;font-weight:700;padding-left:"";padding-right:"";text-align:"";text-transform:""}.ui.definition.table td:nth-child(2),.ui.definition.table tfoot:not(.full-width) th:nth-child(2),.ui.definition.table thead:not(.full-width) th:nth-child(2){border-left:1px solid rgba(34,36,38,.15)}.ui.table td.positive,.ui.table tr.positive{background:#fcfff5!important;box-shadow:inset 0 0 0 #a3c293;color:#2c662d!important}.ui.table td.negative,.ui.table tr.negative{background:#fff6f6!important;box-shadow:inset 0 0 0 #e0b4b4;color:#9f3a38!important}.ui.table td.error,.ui.table tr.error{background:#fff6f6!important;box-shadow:inset 0 0 0 #e0b4b4;color:#9f3a38!important}.ui.table td.warning,.ui.table tr.warning{background:#fffaf3!important;box-shadow:inset 0 0 0 #c9ba9b;color:#573a08!important}.ui.table td.active,.ui.table tr.active{background:#e0e0e0!important;box-shadow:inset 0 0 0 rgba(0,0,0,.87);color:rgba(0,0,0,.87)!important}.ui.table tr td.disabled,.ui.table tr.disabled td,.ui.table tr.disabled:hover,.ui.table tr:hover td.disabled{color:rgba(40,40,40,.3);pointer-events:none}@media only screen and (max-width:991px){.ui[class*="tablet stackable"].table,.ui[class*="tablet stackable"].table tbody,.ui[class*="tablet stackable"].table tr,.ui[class*="tablet stackable"].table tr>td,.ui[class*="tablet stackable"].table tr>th{display:block!important;width:100%!important}.ui[class*="tablet stackable"].table{padding:0}.ui[class*="tablet stackable"].table tfoot,.ui[class*="tablet stackable"].table thead{display:block}.ui[class*="tablet stackable"].table tr{box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.1)!important;padding-bottom:1em;padding-top:1em}.ui[class*="tablet stackable"].table tr>td,.ui[class*="tablet stackable"].table tr>th{background:none;border:none!important;box-shadow:none!important;padding:.25em .75em}.ui.definition[class*="tablet stackable"].table thead th:first-child{box-shadow:none!important}}.ui.table [class*="left aligned"],.ui.table[class*="left aligned"]{text-align:left}.ui.table [class*="center aligned"],.ui.table[class*="center aligned"]{text-align:center}.ui.table [class*="right aligned"],.ui.table[class*="right aligned"]{text-align:right}.ui.table [class*="top aligned"],.ui.table[class*="top aligned"]{vertical-align:top}.ui.table [class*="middle aligned"],.ui.table[class*="middle aligned"]{vertical-align:middle}.ui.table [class*="bottom aligned"],.ui.table[class*="bottom aligned"]{vertical-align:bottom}.ui.table td.collapsing,.ui.table th.collapsing{white-space:nowrap;width:1px}.ui.fixed.table{table-layout:fixed}.ui.fixed.table td,.ui.fixed.table th{overflow:hidden;text-overflow:ellipsis}.ui.selectable.table tbody tr:hover,.ui.table tbody tr td.selectable:hover{background:rgba(0,0,0,.05)!important;color:rgba(0,0,0,.95)!important}.ui.inverted.table tbody tr td.selectable:hover,.ui.selectable.inverted.table tbody tr:hover{background:hsla(0,0%,100%,.08)!important;color:#fff!important}.ui.table tbody tr td.selectable{padding:0}.ui.table tbody tr td.selectable>a:not(.ui){color:inherit;display:block;padding:.78571429em}.ui.selectable.table tr.error:hover,.ui.selectable.table tr:hover td.error,.ui.table tr td.selectable.error:hover{background:#ffe7e7!important;color:#943634!important}.ui.selectable.table tr.warning:hover,.ui.selectable.table tr:hover td.warning,.ui.table tr td.selectable.warning:hover{background:#fff4e4!important;color:#493107!important}.ui.selectable.table tr.active:hover,.ui.selectable.table tr:hover td.active,.ui.table tr td.selectable.active:hover{background:#e0e0e0!important;color:rgba(0,0,0,.87)!important}.ui.selectable.table tr.positive:hover,.ui.selectable.table tr:hover td.positive,.ui.table tr td.selectable.positive:hover{background:#f7ffe6!important;color:#275b28!important}.ui.selectable.table tr.negative:hover,.ui.selectable.table tr:hover td.negative,.ui.table tr td.selectable.negative:hover{background:#ffe7e7!important;color:#943634!important}.ui.attached.table{border:1px solid #d4d4d5;border-radius:0;bottom:0;box-shadow:none;margin:0 -1px;max-width:calc(100% + 2px);top:0;width:calc(100% + 2px)}.ui.attached+.ui.attached.table:not(.top){border-top:none}.ui[class*="top attached"].table{border-radius:.28571429rem .28571429rem 0 0;bottom:0;margin-bottom:0;margin-top:1em;top:0}.ui.table[class*="top attached"]:first-child{margin-top:0}.ui[class*="bottom attached"].table{border-radius:0 0 .28571429rem .28571429rem;bottom:0;box-shadow:none,none;margin-bottom:1em;margin-top:0;top:0}.ui[class*="bottom attached"].table:last-child{margin-bottom:0}.ui.striped.table tbody tr:nth-child(2n),.ui.striped.table>tr:nth-child(2n){background-color:rgba(0,0,50,.02)}.ui.inverted.striped.table tbody tr:nth-child(2n),.ui.inverted.striped.table>tr:nth-child(2n){background-color:hsla(0,0%,100%,.05)}.ui.striped.selectable.selectable.selectable.table tbody tr.active:hover{background:#efefef!important;color:rgba(0,0,0,.95)!important}.ui.table [class*="single line"],.ui.table[class*="single line"]{white-space:nowrap}.ui.red.table{border-top:.2em solid #a80000}.ui.inverted.red.table{background-color:#a80000!important;color:#fff!important}.ui.orange.table{border-top:.2em solid #d83b01}.ui.inverted.orange.table{background-color:#d83b01!important;color:#fff!important}.ui.yellow.table{border-top:.2em solid #ffb900}.ui.inverted.yellow.table{background-color:#ffb900!important;color:#fff!important}.ui.olive.table{border-top:.2em solid #b5cc18}.ui.inverted.olive.table{background-color:#b5cc18!important;color:#fff!important}.ui.green.table{border-top:.2em solid #107c10}.ui.inverted.green.table{background-color:#107c10!important;color:#fff!important}.ui.teal.table{border-top:.2em solid #008272}.ui.inverted.teal.table{background-color:#008272!important;color:#fff!important}.ui.blue.table{border-top:.2em solid #0078d7}.ui.inverted.blue.table{background-color:#0078d7!important;color:#fff!important}.ui.violet.table{border-top:.2em solid #6435c9}.ui.inverted.violet.table{background-color:#6435c9!important;color:#fff!important}.ui.purple.table{border-top:.2em solid #5c2d91}.ui.inverted.purple.table{background-color:#5c2d91!important;color:#fff!important}.ui.pink.table{border-top:.2em solid #e2008c}.ui.inverted.pink.table{background-color:#e2008c!important;color:#fff!important}.ui.brown.table{border-top:.2em solid #00bcf2}.ui.inverted.brown.table{background-color:#00bcf2!important;color:#fff!important}.ui.grey.table{border-top:.2em solid #505050}.ui.inverted.grey.table{background-color:#505050!important;color:#fff!important}.ui.black.table{border-top:.2em solid #1b1c1d}.ui.inverted.black.table{background-color:#1b1c1d!important;color:#fff!important}.ui.one.column.table td{width:100%}.ui.two.column.table td{width:50%}.ui.three.column.table td{width:33.33333333%}.ui.four.column.table td{width:25%}.ui.five.column.table td{width:20%}.ui.six.column.table td{width:16.66666667%}.ui.seven.column.table td{width:14.28571429%}.ui.eight.column.table td{width:12.5%}.ui.nine.column.table td{width:11.11111111%}.ui.ten.column.table td{width:10%}.ui.eleven.column.table td{width:9.09090909%}.ui.twelve.column.table td{width:8.33333333%}.ui.thirteen.column.table td{width:7.69230769%}.ui.fourteen.column.table td{width:7.14285714%}.ui.fifteen.column.table td{width:6.66666667%}.ui.sixteen.column.table td,.ui.table td.one.wide,.ui.table th.one.wide{width:6.25%}.ui.table td.two.wide,.ui.table th.two.wide{width:12.5%}.ui.table td.three.wide,.ui.table th.three.wide{width:18.75%}.ui.table td.four.wide,.ui.table th.four.wide{width:25%}.ui.table td.five.wide,.ui.table th.five.wide{width:31.25%}.ui.table td.six.wide,.ui.table th.six.wide{width:37.5%}.ui.table td.seven.wide,.ui.table th.seven.wide{width:43.75%}.ui.table td.eight.wide,.ui.table th.eight.wide{width:50%}.ui.table td.nine.wide,.ui.table th.nine.wide{width:56.25%}.ui.table td.ten.wide,.ui.table th.ten.wide{width:62.5%}.ui.table td.eleven.wide,.ui.table th.eleven.wide{width:68.75%}.ui.table td.twelve.wide,.ui.table th.twelve.wide{width:75%}.ui.table td.thirteen.wide,.ui.table th.thirteen.wide{width:81.25%}.ui.table td.fourteen.wide,.ui.table th.fourteen.wide{width:87.5%}.ui.table td.fifteen.wide,.ui.table th.fifteen.wide{width:93.75%}.ui.table td.sixteen.wide,.ui.table th.sixteen.wide{width:100%}.ui.sortable.table thead th{border-left:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);cursor:pointer;white-space:nowrap}.ui.sortable.table thead th:first-child{border-left:none}.ui.sortable.table thead th.sorted,.ui.sortable.table thead th.sorted:hover{user-select:none}.ui.sortable.table thead th:after{content:"";display:none;font-family:Icons;font-style:normal;font-weight:400;height:1em;margin:0 0 0 .5em;opacity:.8;text-decoration:inherit;width:auto}.ui.sortable.table thead th.ascending:after{content:"\f0d8"}.ui.sortable.table thead th.descending:after{content:"\f0d7"}.ui.sortable.table th.disabled:hover{color:rgba(40,40,40,.3);cursor:auto}.ui.sortable.table thead th:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.8)}.ui.sortable.table thead th.sorted{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.sortable.table thead th.sorted:after{display:inline-block}.ui.sortable.table thead th.sorted:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.inverted.sortable.table thead th.sorted{background:hsla(0,0%,100%,.15) linear-gradient(transparent,rgba(0,0,0,.05));color:#fff}.ui.inverted.sortable.table thead th:hover{background:hsla(0,0%,100%,.08) linear-gradient(transparent,rgba(0,0,0,.05));color:#fff}.ui.inverted.sortable.table thead th{border-left-color:transparent;border-right-color:transparent}.ui.inverted.table{background:#333;border:none;color:hsla(0,0%,100%,.9)}.ui.inverted.table th{background-color:rgba(0,0,0,.15);color:hsla(0,0%,100%,.9)!important}.ui.inverted.table th,.ui.inverted.table tr td{border-color:hsla(0,0%,100%,.1)!important}.ui.inverted.table tr td.disabled,.ui.inverted.table tr.disabled td,.ui.inverted.table tr.disabled:hover td,.ui.inverted.table tr:hover td.disabled{color:hsla(0,0%,88.2%,.3);pointer-events:none}.ui.inverted.definition.table tfoot:not(.full-width) th:first-child,.ui.inverted.definition.table thead:not(.full-width) th:first-child{background:#fff}.ui.inverted.definition.table tr td:first-child{background:hsla(0,0%,100%,.02);color:#fff}.ui.collapsing.table{width:auto}.ui.basic.table{background:transparent;border:1px solid rgba(34,36,38,.15);box-shadow:none}.ui.basic.table tfoot,.ui.basic.table thead{box-shadow:none}.ui.basic.table th{background:transparent;border-left:none}.ui.basic.table tbody tr{border-bottom:1px solid rgba(0,0,0,.1)}.ui.basic.table td{background:transparent}.ui.basic.striped.table tbody tr:nth-child(2n){background-color:rgba(0,0,0,.05)!important}.ui[class*="very basic"].table{border:none}.ui[class*="very basic"].table:not(.sortable):not(.striped) td,.ui[class*="very basic"].table:not(.sortable):not(.striped) th{padding:""}.ui[class*="very basic"].table:not(.sortable):not(.striped) td:first-child,.ui[class*="very basic"].table:not(.sortable):not(.striped) th:first-child{padding-left:0}.ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child,.ui[class*="very basic"].table:not(.sortable):not(.striped) th:last-child{padding-right:0}.ui[class*="very basic"].table:not(.sortable):not(.striped) thead tr:first-child th{padding-top:0}.ui.celled.table tr td,.ui.celled.table tr th{border-left:1px solid rgba(34,36,38,.1)}.ui.celled.table tr td:first-child,.ui.celled.table tr th:first-child{border-left:none}.ui.padded.table th{padding-left:1em;padding-right:1em}.ui.padded.table td,.ui.padded.table th{padding:1em}.ui[class*="very padded"].table th{padding-left:1.5em;padding-right:1.5em}.ui[class*="very padded"].table td{padding:1.5em}.ui.compact.table th{padding-left:.7em;padding-right:.7em}.ui.compact.table td{padding:.5em .7em}.ui[class*="very compact"].table th{padding-left:.6em;padding-right:.6em}.ui[class*="very compact"].table td{padding:.4em .6em}.ui.small.table{font-size:.9em}.ui.table{font-size:1em}.ui.large.table{font-size:1.1em}
|
|
172
172
|
/*!
|
|
173
173
|
* # Semantic UI - Item
|
|
174
174
|
* http://github.com/semantic-org/semantic-ui/
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
* Released under the MIT license
|
|
277
277
|
* http://opensource.org/licenses/MIT
|
|
278
278
|
*
|
|
279
|
-
*/.transition{animation-duration:.3s;animation-fill-mode:both;animation-iteration-count:1;animation-timing-function:ease}.animating.transition{backface-visibility:hidden;visibility:visible!important}.loading.transition{left:-99999px;position:absolute;top:-99999px}.hidden.transition{display:none;visibility:hidden}.visible.transition{display:block!important;visibility:visible!important}.disabled.transition{animation-play-state:paused}.looping.transition{animation-iteration-count:infinite}:root{--pxt-page-font:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;--pxt-page-background:#fff;--pxt-page-foreground:#000;--pxt-page-foreground-light:#767676;--pxt-page-foreground-shadow:rgba(0,0,0,.08);--pxt-page-dark-shadow:rgba(0,0,0,.5);--pxt-headerbar-background:#475569;--pxt-headerbar-background-glass:#47556940;--pxt-headerbar-foreground:#fff;--pxt-headerbar-accent:#475569;--pxt-headerbar-accent-smoke:#334155;--pxt-content-background:#c7d2fe;--pxt-content-background-glass:#c7d2fe40;--pxt-content-foreground:#1e293b;--pxt-content-accent:#eef2ff;--pxt-content-secondary-foreground:#666;--pxt-button-primary-background:#065f46;--pxt-button-primary-background-glass:#065f4640;--pxt-button-primary-foreground:#fff;--pxt-button-primary-accent:#065f46;--pxt-button-secondary-background:#cbd5e1;--pxt-button-secondary-background-glass:#cbd5e140;--pxt-button-secondary-foreground:#1e293b;--pxt-button-secondary-accent:#334155;--pxt-success:#3affb3;--pxt-info:#3adcff;--pxt-warning:#ffd43a;--pxt-error:#ff3a54;--pxt-success-background:#81e6d9;--pxt-info-background:#63b3ed;--pxt-warning-background:#fbd38d;--pxt-error-background:#feb2b2;--pxt-success-accent:#38a169;--pxt-info-accent:#3182ce;--pxt-warning-accent:#dd6b20;--pxt-error-accent:#e53e3e}html{font-size:16px!important;overflow:hidden}body,html{height:100%;width:100%}body{margin:0;overflow:auto;padding:0;-webkit-overflow-scrolling:touch;overflow-scrolling:touch;position:fixed}*{min-height:0;min-width:0}pre{tab-size:4}#allcontent{display:flex;flex-direction:column;height:100%;position:absolute;width:100%}#editorcontent{flex:1 1 auto;position:relative}#maineditor,#sidedocs,#simulator .editor-sidebar{bottom:0;position:absolute;top:4rem}.hideMenuBar #maineditor,.hideMenuBar #sidedocs,.hideMenuBar:not(.headless) #simulator .editor-sidebar{top:0!important}.full-abs{bottom:0;left:0;position:absolute!important;right:0;top:0}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#maineditor{left:23rem;overflow:visible;right:0}#editortools{align-items:center;background-color:var(--pxt-target-background3);border-top:2px solid var(--pxt-target-stencil3);bottom:0;color:var(--pxt-target-foreground3);display:flex;height:4.7rem;justify-content:space-between;left:0;position:fixed;right:0;top:auto;z-index:41}#editortools>div{padding:1rem}.zoomSliderBar{-webkit-appearance:none;appearance:none;background:#1b1c1d;border-bottom:.2rem solid #505050;height:.5rem;margin-left:10px;margin-right:10px;opacity:.7;outline:none;position:relative;top:50%;-webkit-transition:.2s;transition:opacity .2s;width:100%}#zoomSlider{display:inline-block;position:relative}#root{--extra-mobile-sim-padding:0px}#root.errorListHeader{--extra-mobile-sim-padding:3.5em}#root.errorListExpanded{--extra-mobile-sim-padding:16em}.transparentEditorTools #editortools{background-color:transparent;border:unset;z-index:19}#assetEditor,#blocksArea,#monacoEditor,#pxtJsonEditor,#serialEditor,#simulator .editor-sidebar{bottom:4.7rem}.hideEditorToolbar #assetEditor,.hideEditorToolbar #blocksArea,.hideEditorToolbar #githubEditor,.hideEditorToolbar #monacoEditor,.hideEditorToolbar #pxtJsonEditor,.hideEditorToolbar #serialEditor,.hideEditorToolbar #simulator .editor-sidebar{bottom:0!important}#miniSimOverlay{cursor:pointer;display:none;height:100%;left:0;position:absolute;top:0;width:100%}#simulator{height:100%}#downloadArea,#simulator .editor-sidebar{left:0;max-width:23rem;min-width:23rem}#simulator .editor-sidebar{background-color:var(--pxt-target-background2);color:var(--pxt-target-foreground2);margin-bottom:0;margin-top:0;overflow-x:hidden;overflow-y:auto;right:0;z-index:42}.invisibleScrollbar::-webkit-scrollbar{background:transparent!important}.invisibleScrollbar::-webkit-scrollbar-thumb{display:none!important}.invisibleScrollbar::-webkit-scrollbar-track{background:transparent!important}#simulator .editor-sidebar .simtoolbar{-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-webkit-transition-timing-function:linear;-o-transition:opacity .2s;transition:opacity .2s;transition-timing-function:linear}#simulator .editor-sidebar .simtoolbar .debug-button.active,#simulator .editor-sidebar .simtoolbar .mute-button.active{background-color:var(--pxt-secondary-accent)}#simulator .editor-sidebar .simtoolbar .debug-button.active:focus,#simulator .editor-sidebar .simtoolbar .debug-button.active:hover,#simulator .editor-sidebar .simtoolbar .mute-button.active:focus,#simulator .editor-sidebar .simtoolbar .mute-button.active:hover{filter:none}#simulator .editor-sidebar .simtoolbar .fullscreen-button i{margin:0;opacity:.9;width:inherit}.editor-sidebar .simtoolbar .ui.button:focus-visible{outline:4px solid var(--pxt-focus-border)}#downloadArea{margin:unset}#downloadArea>div{margin:0}#downloadArea .ui.button:focus,#downloadArea .ui.button:hover{background-color:var(--pxt-primary-background-hover)!important;color:var(--pxt-primary-foreground-hover)!important;filter:none}#downloadArea .button:focus-visible,#editortools .button:focus-visible{outline:4px solid var(--pxt-focus-border);outline-offset:2px}#editorToolbarArea{margin:0 0 0 auto}#editortools .download-button{text-align:center}.transparentEditorTools #downloadArea{background-color:transparent!important}#simulator .editor-sidebar .filemenu{background:var(--pxt-primary-background);color:var(--pxt-primary-foreground);direction:ltr;margin:1rem 0 0;width:100%!important}#simulator .editor-sidebar .filemenu .item,#simulator .editor-sidebar .filemenu .link.item{border-radius:inherit;color:var(--pxt-primary-foreground)!important}#simulator .editor-sidebar .filemenu .item:hover,#simulator .editor-sidebar .filemenu .link.item:hover{background:var(--pxt-primary-background-hover)!important;color:var(--pxt-primary-foreground-hover)!important}.filemenu .nested.item{padding:.92857143em 1.14285714em .92857143em 1rem}.filemenu .header.item{background:var(--pxt-neutral-alpha10)}.filemenu .folder.item{font-weight:700}.filemenu .folderitem.item{padding-left:2rem}#simulators{text-align:center}.simulator .ui.embed .icon.xicon:before{transform:translateX(-50%) translateY(-50%);transition:opacity .25s ease,color .25s ease}.simulator .ui.embed .icon.xicon:after{background:rgba(0,0,0,.3);transition:opacity .25s ease}.simulator .ui.embed .icon.xicon:hover:before{color:var(--pxt-colors-green-background)}.simulator .ui.embed .icon.xicon:hover:after{opacity:.6}div.simframe{background:transparent;border:none;margin:0 0 .5rem;padding-bottom:81.96%;position:relative;width:100%}div.simframe>iframe{height:100%;left:0;position:absolute;top:0;width:100%}#boardview:focus-visible{outline:3px solid var(--pxt-focus-border);outline-offset:3px}.simHeadless{height:0!important;width:0!important}#homescreen>.home>.menubar,#root>.menubar{height:unset;overflow:unset}.menubar .ui.menu .item.editor-menuitem{padding:0}.menubar .ui.menu .item.editor-menuitem:hover{background:none!important}.menubar .ui.menu.fixed .item.editor-menuitem .ui.grid{background:var(--pxt-neutral-alpha20)!important;border:3px solid var(--pxt-neutral-alpha10);border-radius:2.5rem!important;position:relative}.menubar .ui.menu.fixed .ui.item.editor-menuitem .item{border-radius:2.5rem!important;width:140px;z-index:2}.menubar .ui.menu.fixed #editordropdown .item{border-radius:0!important}.menubar .ui.menu.fixed .ui.item.editor-menuitem .item.link:hover{background:none}.menubar .ui.menu.fixed .ui.item.editor-menuitem .item:not(.active) *{opacity:.8}.menubar .ui.menu.inverted.fixed .ui.item.editor-menuitem .active.item{background:none;color:var(--pxt-header-background)!important}.menubar .center.menu,.menubar .left.menu,.menubar .right.menu{display:flex;flex:1}.menubar .right.menu{justify-content:flex-end}.menubar .center.menu{justify-content:center}.menubar .ui.item{margin:0}.menubar .ui.menu .brand:before{border-left:2px solid #fff;content:" ";height:1.5rem;position:relative}.sandbox .menubar .logo.brand:before,.sandbox .menubar .logo.organization{display:none}.ui.menu .ui.dropdown.item .menu .item.link.menuitemcheckbox{display:flex}.help-dropdown-menuitem,.settings-menuitem{flex-shrink:0}.help-dropdown-menuitem ul.common-menu-dropdown-pane,.settings-menuitem ul.common-menu-dropdown-pane{max-height:calc(100vh - 4rem);overflow-y:auto}.help-dropdown-menuitem>button.common-button:focus-visible,.settings-menuitem>button.common-button:focus-visible{background:var(--pxt-neutral-alpha10);color:#fff;outline:3px solid var(--pxt-neutral-stencil3);outline-offset:-3px}.help-dropdown-menuitem>button.common-button:focus-visible:after,.settings-menuitem>button.common-button:focus-visible:after{border:none;outline:none}.help-dropdown-menuitem>button.common-button>span>i,.settings-menuitem>button.common-button>span>i{opacity:.9}.ui.item.editor-menuitem .item.toggle{background:none;height:46px;left:0;margin:0;opacity:1!important;position:absolute;-webkit-transition:margin-left .3s;-moz-transition:margin-left .3s;-webkit-transition-timing-function:ease-in;-o-transition:margin-left .3s;transition:margin-left .3s;transition-timing-function:ease-in;z-index:1!important}.ui.item.editor-menuitem .active~.item.toggle{background:#fff!important;box-shadow:2px 0 0 rgba(0,0,0,.1)!important}#editortoggle>.link{justify-content:center}#editortoggle>.item{outline:none}#editortoggle .base-menuitem:first-of-type.active~.toggle{margin-left:0!important}#editortoggle .base-menuitem:nth-of-type(2).active~.toggle{margin-left:140px!important}#editortoggle .base-menuitem:nth-of-type(3).active~.toggle{margin-left:280px!important}#editortoggle>#editordropdown:nth-of-type(2)~.active~.toggle{margin-left:185px!important}#editortoggle>#editordropdown:nth-of-type(3)~.active~.toggle{margin-left:326px!important}#editortoggle .toggle.dropdown-attached{border-bottom-right-radius:0!important;border-top-right-radius:0!important}#editortoggle .base-menuitem:focus-visible{outline:3px solid #fff;outline-offset:-5px}#editortoggle .base-menuitem.active:focus-visible{outline-color:var(--pxt-target-stencil1)}#editordropdown{border-bottom-left-radius:0!important;border-top-left-radius:0!important;width:auto}#editordropdown .menu>.item{opacity:1;width:184px}#editordropdown .menu>.item.selected:after{content:"✔";float:right}.main:not(.hc) #editordropdown .menu{background-color:var(--pxt-neutral-background1)!important}.main:not(.hc) #editordropdown .menu>.item{background:none;color:var(--pxt-neutral-foreground1)!important}.main:not(.hc) #editordropdown .menu>.item:hover{background:var(--pxt-neutral-background1-hover)!important;color:var(--pxt-neutral-foreground1-hover)!important}.main:not(.hc) #editordropdown #mainmenu #editordropdown.active:focus,.main:not(.hc) #editordropdown.active{background-color:var(--pxt-header-foreground)!important;color:var(--pxt-header-background)!important}#helpcard{bottom:2.2rem;font-size:.8rem;margin:0;position:absolute;right:7rem;z-index:5}.ui.menu .ui.item.logo{font-size:2.2rem;margin:0;padding:0!important}.ui.menu .ui.item.logo:hover{background:none}.inHome .ui.item.logo.brand,.ui.item.logo.organization{pointer-events:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.ui.item.logo.brand[role=menuitem]{cursor:pointer}.ui.item.logo .name,.ui.item.logo .name-short{color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:18px;font-weight:700;margin-bottom:1px;margin-left:1rem}.ui.item.logo button.name,.ui.item.logo button.name-short{margin-left:0!important}.ui.item.logo .name-short{display:none}.ui.item.logo svg{height:1.2rem;width:1.2rem}.ui.item.logo img{height:1.4rem;margin:0 1rem}.ui.item.logo .logo-button img{margin:3px 0 0!important}.nativeback.ui.item{margin-right:-1rem}#editorlogo{background-color:var(--pxt-target-background1);bottom:0;color:var(--pxt-target-foreground1);display:none;height:42px;position:fixed;right:0;z-index:19}#editorlogo>.poweredbylogo{background-repeat:no-repeat;background-size:contain;bottom:5px;height:32px;left:10px;position:absolute;width:100%}.sandboxfooter{bottom:0;margin-bottom:.2rem!important;position:absolute;right:0;z-index:92}.sandboxfooter .item{font-size:.8rem!important}.ui.card .image pre{color:#000;font-size:.7rem;margin-left:.5rem;margin-right:.5rem;max-height:10rem;overflow-y:hidden;white-space:pre-wrap}#msg{bottom:5rem;left:0;position:absolute;right:0;text-align:center}#msg>div{display:inline-block!important;z-index:10000}#msg>div:empty{display:none!important}.ui.button.big-play-button,.ui.button.editortools-btn,.ui.button.hw-button,.ui.button.hw-button>.icon.caret{position:relative}.hw-button.ui.dropdown .menu{background:var(--pxt-neutral-background1);border:1px solid var(--pxt-neutral-stencil1)}.hw-button.ui.dropdown .menu,.hw-button.ui.dropdown .menu>.item{color:var(--pxt-neutral-foreground1)}.hw-button.ui.dropdown .menu>.item:focus,.hw-button.ui.dropdown .menu>.item:hover{background:var(--pxt-neutral-background1-hover);color:var(--pxt-neutral-foreground1-hover)}.ui.button:focus,.ui.button:hover{filter:grayscale(.15) brightness(.85) contrast(1.3)}.ui.button.icon>.icon-and-text.icon~.ui.text,.ui.item.icon>.icon-and-text.icon~.ui.text,.ui.item.link.dbg-btn>.icon-and-text.icon~.ui.text,.ui.item.link>.icon-and-text.icon~.ui.text.exit-debugmode-btn{margin-left:.5em!important}.ui.label.betalabel{padding:.3em}#computertogglesim,#mobiletogglesim,#sidedocstoggle{background:#505050;border-bottom-left-radius:100px;border-top-left-radius:100px;box-shadow:none!important;height:20%;margin:0;opacity:.8;padding:0;position:absolute;top:40%;transition:none}#computertogglesim:focus,#computertogglesim:hover,#mobiletogglesim:focus,#mobiletogglesim:hover,#sidedocstoggle:focus,#sidedocstoggle:hover{opacity:1}#computertogglesim:focus-visible,#mobiletogglesim:focus-visible,#sidedocstoggle:focus-visible{outline:4px solid var(--pxt-focus-border)}#computertogglesim,#sidedocstoggle{z-index:95}#mobiletogglesim{z-index:40}#computertogglesim,#mobiletogglesim{height:calc(20% + .8rem);left:-21px;top:calc(40% - 2.4rem)}.collapsedEditorTools #computertogglesim,.collapsedEditorTools #mobiletogglesim{border-bottom-left-radius:0;border-bottom-right-radius:100px;border-top-left-radius:0;border-top-right-radius:100px;left:-21px}#notificationBanner{z-index:1000}.notificationBannerVisible #maineditor,.notificationBannerVisible #simulator .editor-sidebar,.notificationBannerVisible.sideDocs #sidedocs{top:6rem}.notificationBannerVisible #mainmenu{margin:0;top:2rem}#notificationBanner{align-items:center;display:flex;flex-direction:row;font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif;height:2rem;margin-top:0;padding:0;width:100%}#notificationBanner .bannerLeft{display:block}#notificationBanner .bannerLeft .content{align-items:center;display:flex;flex-direction:row;line-height:100%}#notificationBanner .bannerLeft .content>*{margin-left:.25rem}#notificationBanner .bannerLeft .content img{height:2rem}#notificationBanner .bannerLeft .content a.link{font-weight:700;text-decoration:underline}#notificationBanner .bannerLeft .content a.link:focus,#notificationBanner .bannerLeft .content a.link:hover{cursor:pointer}#notificationBanner .bannerRight{display:flex;flex-direction:row-reverse;flex-grow:1;line-height:100%}#notificationBanner .bannerRight .close:focus,#notificationBanner .bannerRight .close:hover{cursor:pointer;opacity:.7}#notificationBanner.default{background-color:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1);outline:2px solid var(--pxt-neutral-stencil1)}#notificationBanner.default a.link{color:var(--pxt-link)}#notificationBanner.default a.link:focus,#notificationBanner.default a.link:hover{color:var(--pxt-link-hover)}.avatar{position:relative}@media only screen{.avatar .avatar-image{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 32 32'%3E%3Cpath d='M32 15.994v-.011q0-.162-.016-.303h-.001q-.048-.428-.239-.656-.256-.307-.864-.691a4.3 4.3 0 0 1-.986-.827q-.378-.443-.57-1.316-.074-.341-.112-1.473V8.696c0-.38-.031-.723-.076-1.049l-.004-.188q-.014-1.173-.513-2.078a3.46 3.46 0 0 0-1.416-1.401q-.917-.495-2.081-.495H6.271s-.674.067-.962.201a4 4 0 0 0-.521.295 3.5 3.5 0 0 0-.798.59c-.693.688-1.061 1.601-1.113 2.734a9 9 0 0 0-.088 1.283v2.558a6.8 6.8 0 0 1-.183 1.373 2.3 2.3 0 0 1-.532 1.033 3 3 0 0 0-.202.196c-.265.238-.638.511-1.13.823q-.604.394-.715 1.108l-.002.023a2 2 0 0 0-.023.287L0 16.006v.011q0 .162.016.303h.001q.048.428.239.656.257.306.864.691.61.384.986.827.378.444.57 1.316.074.341.112 1.473v2.019c0 .38.031.723.076 1.049l.004.188q.014 1.173.513 2.078a3.46 3.46 0 0 0 1.416 1.401q.917.495 2.081.495H25.73q.527 0 .961-.201c.184-.085.356-.187.521-.296q.438-.236.798-.59c.693-.688 1.061-1.601 1.113-2.734.056-.398.088-.823.088-1.283v-2.558q.028-.743.183-1.373.157-.627.532-1.033a3 3 0 0 0 .202-.196c.265-.238.638-.511 1.13-.823q.604-.394.715-1.108h.002l.002-.023q.02-.137.023-.287z' style='fill:%23aa278f'/%3E%3Cpath d='m27.366 16.522.819-.518-.821-.516a4.6 4.6 0 0 1-.927-.744 3 3 0 0 1-.554-.896 5.2 5.2 0 0 1-.328-1.339 16 16 0 0 1-.103-1.961c0-.781-.016-1.365-.05-1.786-.039-.489-.123-.852-.258-1.112a1.36 1.36 0 0 0-.718-.661c-.223-.089-.527-.154-.924-.199a.53.53 0 0 1-.356-.213q-.165-.201-.165-.627c0-.41.086-.811 1.121-.811.636 0 1.196.127 1.666.376.464.247.818.589 1.085 1.046s.406.995.413 1.597c.064 3.554.129 4.265.184 4.492.153.63.382 1.109.701 1.464.287.319.635.602 1.035.843q.436.264.627.493c.035.043.116.181.116.554 0 .383-.12.628-.39.794-.606.373-1.041.699-1.331.997a2.73 2.73 0 0 0-.678 1.24c-.112.437-.177 1.05-.198 1.875q-.03 1.16-.066 2.904c-.021.941-.306 1.668-.873 2.222-.568.554-1.317.823-2.291.823-.409 0-.71-.077-.895-.23-.155-.128-.226-.32-.226-.604q0-.267.093-.479a.7.7 0 0 1 .188-.268.46.46 0 0 1 .24-.094c.414-.055.725-.127.951-.219.317-.131.567-.378.723-.716.124-.269.2-.625.233-1.089.029-.402.044-.968.044-1.725.016-1.061.077-1.896.182-2.481.095-.53.274-.987.533-1.359.261-.375.665-.736 1.198-1.073m-16.618 6.519h10.458a.75.75 0 0 0 .751-.751l-.001-3.709c-.134-.449-.518-.492-.878-.15-.033 0-.393.443-1.22.443a2.03 2.03 0 0 1-1.944-1.715h-.011a7 7 0 0 1 0-.526h.011a2.03 2.03 0 0 1 1.944-1.715c.827 0 1.187.443 1.22.443.35.332.738.252.879-.147l.001-3.432a.77.77 0 0 0-.562-.741c-.061.016-3.259 0-3.259 0-.786.065-1.063-.466-.624-.928 0-.033.443-.393.443-1.22a2.03 2.03 0 0 0-1.715-1.944v-.011a7 7 0 0 0-.526 0v.011A2.03 2.03 0 0 0 14 8.893c0 .827.443 1.187.443 1.22.439.462.254.97-.624.928 0 0-3.198.016-3.259 0a.77.77 0 0 0-.562.741V22.29a.75.75 0 0 0 .75.751m-6.197-3.692c.055.227.12.938.184 4.492.007.602.146 1.138.413 1.597.267.458.622.8 1.085 1.046.47.25 1.03.376 1.666.376 1.035 0 1.121-.4 1.121-.811q0-.425-.165-.627a.54.54 0 0 0-.356-.213c-.397-.045-.701-.11-.925-.199a1.37 1.37 0 0 1-.718-.661c-.135-.259-.219-.623-.258-1.112a24 24 0 0 1-.05-1.786c0-.751-.035-1.41-.103-1.961a5.2 5.2 0 0 0-.329-1.339 3 3 0 0 0-.554-.896 4.5 4.5 0 0 0-.927-.744l-.821-.516.819-.518c.533-.337.936-.698 1.199-1.075.259-.372.438-.829.533-1.359.105-.585.166-1.419.182-2.481 0-.757.014-1.323.044-1.725.033-.464.109-.82.233-1.089.156-.337.406-.584.723-.715.226-.092.537-.163.951-.219a.46.46 0 0 0 .24-.094.66.66 0 0 0 .189-.267 1.2 1.2 0 0 0 .093-.479c0-.284-.072-.476-.226-.604-.186-.153-.487-.23-.895-.23-.974 0-1.723.269-2.291.823s-.852 1.281-.873 2.222a589 589 0 0 1-.065 2.904c-.021.825-.086 1.438-.198 1.875a2.73 2.73 0 0 1-.679 1.24c-.289.298-.725.624-1.331.997-.27.166-.39.41-.39.794 0 .373.081.511.116.554q.192.23.627.493c.4.24.748.524 1.035.843.319.355.548.834.701 1.464' style='fill:%23fff'/%3E%3C/svg%3E");background-size:contain;height:3em;left:0;position:absolute;top:1em;width:3em}}@media only print{.avatar .avatar-image{display:list-item;list-style-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 32 32'%3E%3Cpath d='M32 15.994v-.011q0-.162-.016-.303h-.001q-.048-.428-.239-.656-.256-.307-.864-.691a4.3 4.3 0 0 1-.986-.827q-.378-.443-.57-1.316-.074-.341-.112-1.473V8.696c0-.38-.031-.723-.076-1.049l-.004-.188q-.014-1.173-.513-2.078a3.46 3.46 0 0 0-1.416-1.401q-.917-.495-2.081-.495H6.271s-.674.067-.962.201a4 4 0 0 0-.521.295 3.5 3.5 0 0 0-.798.59c-.693.688-1.061 1.601-1.113 2.734a9 9 0 0 0-.088 1.283v2.558a6.8 6.8 0 0 1-.183 1.373 2.3 2.3 0 0 1-.532 1.033 3 3 0 0 0-.202.196c-.265.238-.638.511-1.13.823q-.604.394-.715 1.108l-.002.023a2 2 0 0 0-.023.287L0 16.006v.011q0 .162.016.303h.001q.048.428.239.656.257.306.864.691.61.384.986.827.378.444.57 1.316.074.341.112 1.473v2.019c0 .38.031.723.076 1.049l.004.188q.014 1.173.513 2.078a3.46 3.46 0 0 0 1.416 1.401q.917.495 2.081.495H25.73q.527 0 .961-.201c.184-.085.356-.187.521-.296q.438-.236.798-.59c.693-.688 1.061-1.601 1.113-2.734.056-.398.088-.823.088-1.283v-2.558q.028-.743.183-1.373.157-.627.532-1.033a3 3 0 0 0 .202-.196c.265-.238.638-.511 1.13-.823q.604-.394.715-1.108h.002l.002-.023q.02-.137.023-.287z' style='fill:%23aa278f'/%3E%3Cpath d='m27.366 16.522.819-.518-.821-.516a4.6 4.6 0 0 1-.927-.744 3 3 0 0 1-.554-.896 5.2 5.2 0 0 1-.328-1.339 16 16 0 0 1-.103-1.961c0-.781-.016-1.365-.05-1.786-.039-.489-.123-.852-.258-1.112a1.36 1.36 0 0 0-.718-.661c-.223-.089-.527-.154-.924-.199a.53.53 0 0 1-.356-.213q-.165-.201-.165-.627c0-.41.086-.811 1.121-.811.636 0 1.196.127 1.666.376.464.247.818.589 1.085 1.046s.406.995.413 1.597c.064 3.554.129 4.265.184 4.492.153.63.382 1.109.701 1.464.287.319.635.602 1.035.843q.436.264.627.493c.035.043.116.181.116.554 0 .383-.12.628-.39.794-.606.373-1.041.699-1.331.997a2.73 2.73 0 0 0-.678 1.24c-.112.437-.177 1.05-.198 1.875q-.03 1.16-.066 2.904c-.021.941-.306 1.668-.873 2.222-.568.554-1.317.823-2.291.823-.409 0-.71-.077-.895-.23-.155-.128-.226-.32-.226-.604q0-.267.093-.479a.7.7 0 0 1 .188-.268.46.46 0 0 1 .24-.094c.414-.055.725-.127.951-.219.317-.131.567-.378.723-.716.124-.269.2-.625.233-1.089.029-.402.044-.968.044-1.725.016-1.061.077-1.896.182-2.481.095-.53.274-.987.533-1.359.261-.375.665-.736 1.198-1.073m-16.618 6.519h10.458a.75.75 0 0 0 .751-.751l-.001-3.709c-.134-.449-.518-.492-.878-.15-.033 0-.393.443-1.22.443a2.03 2.03 0 0 1-1.944-1.715h-.011a7 7 0 0 1 0-.526h.011a2.03 2.03 0 0 1 1.944-1.715c.827 0 1.187.443 1.22.443.35.332.738.252.879-.147l.001-3.432a.77.77 0 0 0-.562-.741c-.061.016-3.259 0-3.259 0-.786.065-1.063-.466-.624-.928 0-.033.443-.393.443-1.22a2.03 2.03 0 0 0-1.715-1.944v-.011a7 7 0 0 0-.526 0v.011A2.03 2.03 0 0 0 14 8.893c0 .827.443 1.187.443 1.22.439.462.254.97-.624.928 0 0-3.198.016-3.259 0a.77.77 0 0 0-.562.741V22.29a.75.75 0 0 0 .75.751m-6.197-3.692c.055.227.12.938.184 4.492.007.602.146 1.138.413 1.597.267.458.622.8 1.085 1.046.47.25 1.03.376 1.666.376 1.035 0 1.121-.4 1.121-.811q0-.425-.165-.627a.54.54 0 0 0-.356-.213c-.397-.045-.701-.11-.925-.199a1.37 1.37 0 0 1-.718-.661c-.135-.259-.219-.623-.258-1.112a24 24 0 0 1-.05-1.786c0-.751-.035-1.41-.103-1.961a5.2 5.2 0 0 0-.329-1.339 3 3 0 0 0-.554-.896 4.5 4.5 0 0 0-.927-.744l-.821-.516.819-.518c.533-.337.936-.698 1.199-1.075.259-.372.438-.829.533-1.359.105-.585.166-1.419.182-2.481 0-.757.014-1.323.044-1.725.033-.464.109-.82.233-1.089.156-.337.406-.584.723-.715.226-.092.537-.163.951-.219a.46.46 0 0 0 .24-.094.66.66 0 0 0 .189-.267 1.2 1.2 0 0 0 .093-.479c0-.284-.072-.476-.226-.604-.186-.153-.487-.23-.895-.23-.974 0-1.723.269-2.291.823s-.852 1.281-.873 2.222a589 589 0 0 1-.065 2.904c-.021.825-.086 1.438-.198 1.875a2.73 2.73 0 0 1-.679 1.24c-.289.298-.725.624-1.331.997-.27.166-.39.41-.39.794 0 .373.081.511.116.554q.192.23.627.493c.4.24.748.524 1.035.843.319.355.548.834.701 1.464' style='fill:%23fff'/%3E%3C/svg%3E");list-style-position:inside}}.avatar .message:after{border-color:transparent #eee;border-style:solid;border-width:0 1em .7em 0;bottom:auto;content:"";display:block;left:-1em;position:absolute;top:1.1em;width:0}#pxtJsonEditor .ui.content{padding:1rem}.rtl #fileNameInput{text-align:right}@keyframes glow{to{outline-color:#ff0}}.glow>div{animation:glow .3s infinite alternate;outline:3px solid transparent;transition:outline .3s linear}@keyframes ping{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.ping2s{animation:ping 1s;animation-iteration-count:2}.ping{animation:ping 1s infinite}.grayscale{-moz-filter:grayscale(1);-webkit-filter:grayscale(1);filter:grayscale(1)}.sepia{-webkit-filter:sepia(1);filter:sepia(1)}.blur{-moz-filter:blur(1);-webkit-filter:blur(1);filter:blur(1)}svg .highlight{border-bottom:2px solid #ffc107}#modulatorAudioOutput,#modulatorWrapper{display:none}.hidden{display:none!important}.social-icons a.facebook{background-color:#3b5998;color:#fff}.social-icons a.twitter{background-color:#1da1f2;color:#fff}.social-icons a.discourse{background-color:var(--pxt-primary-background);color:var(--pxt-primary-foreground)}.extensions-browser.hide{display:none}@keyframes cardGradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.extension-card.loading{animation:cardGradient 3s infinite alternate;background:linear-gradient(-45deg,#ffffff46,#f3f3f350,#dee2ff6e,#f1f1f149);background-size:400% 400%}.fullscreen.extensions-browser .common-modal .common-modal-header{background-color:var(--pxt-header-background);display:flex;height:4rem;padding-left:0;z-index:202}.fullscreen.extensions-browser .common-modal .common-modal-header .header-center,.fullscreen.extensions-browser .common-modal .common-modal-header .header-left,.fullscreen.extensions-browser .common-modal .common-modal-header .header-right{flex:1}.fullscreen.extensions-browser .common-modal .common-modal-header .header-left{display:flex;height:100%}.fullscreen.extensions-browser .common-modal .common-modal-header .header-center{align-items:center;color:#fff;display:flex;height:100%;justify-content:center}.fullscreen.extensions-browser .common-modal .common-modal-body{padding:0}@media only screen and (max-width:991px){.fullscreen.extensions-browser>.common-modal>.common-modal-header{height:3.5rem}.extensions-browser .extension-header>.import-button>.common-button .common-button-label{display:none}.help-dropdown-menuitem ul.common-menu-dropdown-pane,.settings-menuitem ul.common-menu-dropdown-pane{max-height:calc(100vh - 3.5rem);overflow-y:auto}}@media only screen and (max-width:767px){.extensions-browser .common-modal>.common-modal-header>.common-modal-back .common-button-label{display:none}}.extensions-browser{background-color:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1);font-size:1.2rem;min-height:100%;position:absolute;width:100%;z-index:200}.extensions-browser .extension-search-header{background-color:var(--pxt-neutral-alpha10);display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding-bottom:2rem;padding-top:2rem}.extensions-browser .extension-search-header .common-input-wrapper{width:70%}.extensions-browser .extension-search-header .common-input-wrapper .common-input-group{border-radius:500rem;height:3rem;padding:.7rem 1rem}.extensions-browser .extension-search-header .common-input-wrapper .common-input-group i.fas.fa-search{bottom:0;margin-top:.1rem;opacity:.5;position:relative;right:0;transition:opacity .3s ease}.extensions-browser .extension-search-header .common-input-wrapper .common-input-group>button:focus-visible{border-radius:20%;outline:3px solid var(--pxt-focus-border)}.extensions-browser .extension-search-header .common-input-wrapper .common-input-group>button:focus-visible:after{content:none}.extensions-browser .extension-search-header .common-input-wrapper .common-input-group:focus-within{outline:3px solid var(--pxt-focus-border)}.extensions-browser .extension-search-header .common-input-wrapper .common-input-group:focus-within:has(button:focus-visible){outline:none}.extensions-browser .extension-search-header .common-input-wrapper .common-input-group:focus-within:after{content:none}.extensions-browser .extension-search-header .common-input-wrapper .common-input-group>input:focus{outline:none!important}.extensions-browser .extension-search-header .common-input-wrapper:focus-within .common-input-group>i.fas.fa-search{opacity:1}.extensions-browser .importButton{display:flex;gap:.8rem;justify-content:center;padding-bottom:3rem;width:100%}.extensions-browser .importButton .importButtonLink{color:var(--pxt-link);cursor:pointer}.extensions-browser .importButton .importButtonLink:hover{text-decoration:underline}.extensions-browser .extension-display{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;padding:2rem}.extensions-browser .extension-display .breadcrumbs{font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif;padding-bottom:1.5rem;width:100%}.extensions-browser .extension-display .breadcrumbs .link{color:var(--pxt-link);cursor:pointer}.extensions-browser .extension-display .breadcrumbs>span{padding-right:.5rem}.extensions-browser .extension-display .breadcrumbs .common-button{font-size:1.2rem;margin-right:0;padding-right:.5rem}.extensions-browser .extension-header{align-items:flex-end;display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif;justify-content:space-between;width:95%}.extensions-browser .import-button>.common-button{background-color:var(--pxt-neutral-background1)!important;box-shadow:0 1px var(--pxt-neutral-stencil1)!important;color:var(--pxt-neutral-foreground1)!important;padding:.8rem 1rem .95rem}.extensions-browser .import-button>.common-button:hover{background-color:var(--pxt-neutral-background1-hover)!important;color:var(--pxt-neutral-foreground1-hover)!important}.extensions-browser .import-button>.common-button:focus-visible{outline:3px solid var(--pxt-focus-border)}.extensions-browser .extension-grid{display:flex;flex-wrap:wrap;gap:.8rem}.extensions-browser .extension-card:hover{border:.15rem solid var(--pxt-focus-border)}.extensions-browser .extension-tags{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;width:80%}.extensions-browser .extension-tag{background-color:inherit;border:.1rem solid var(--pxt-neutral-foreground1);border-radius:1.6rem;color:var(--pxt-neutral-foreground1);cursor:pointer;padding:.6rem 1.25rem}.extensions-browser .extension-tag:hover{background-color:var(--pxt-neutral-alpha20)}.extensions-browser .extension-tag.selected{background-color:var(--pxt-focus-border);border-color:var(--pxt-focus-border);color:#fff}.extensions-browser .extension-tag:focus-visible{outline:3px solid var(--pxt-focus-border)}.extensions-browser .extension-tag:focus-visible:after{content:none}.extensions-browser .tab-header{width:100%}.extensions-browser .tab-header .common-button{background-color:var(--pxt-neutral-background1);border:2px solid var(--pxt-neutral-stencil1);color:var(--pxt-neutral-foreground1)}.extensions-browser .tab-header .common-button:hover{background-color:var(--pxt-neutral-background1-hover);color:var(--pxt-neutral-foreground1-hover)}.extensions-browser .tab-header .common-button.selected{border-bottom:2px solid var(--pxt-focus-border);font-weight:600}.extensions-browser .common-modal>.common-modal-body{overflow-y:auto;padding:0}.extensions-browser .extension-grid{margin-top:.5rem;overflow-x:hidden;overflow-y:auto}.extensions-browser .ui.card{height:20rem}.extensions-browser .ui.card .ui.cardimage{background-color:transparent;height:11rem}.extensions-browser .ui.card .ui.cardimage.upload{margin:3em auto}.extensions-browser .ui.card .content:not(.extra) .header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.extensions-browser .ui.card .content:not(.extra) .description{height:2.8em;overflow:hidden}.extensions-browser .ui.card .content:not(.extra) .description.long{height:14em}.extensions-browser .ui.card.loading{animation:gradient 3s infinite alternate;background:linear-gradient(-45deg,#ffffff46,#f3f3f350,#dee2ff6e,#f1f1f149);background-size:400% 400%}.extensions-browser .ui.search{margin:auto}.extensions-browser .ui.inline.loader{margin-top:4em}.extensions-browser .ui.inline.loader :after,.extensions-browser .ui.inline.loader :before{height:4rem;width:4rem}.extension-cards{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,18rem);justify-content:center;max-width:95%;width:95%}.import-extension-modal .common-modal-body{display:flex;flex-direction:column}@media only screen and (max-width:767px){.extensions-browser .ui.card,.extensions-browser .ui.cards>.card{height:9rem;width:9rem}.extensions-browser .ui.card .ui.cardimage,.extensions-browser .ui.cards>.card .ui.cardimage{height:5rem}.extensions-browser .ui.card .ui.cardimage.upload,.extensions-browser .ui.cards>.card .ui.cardimage.upload{margin:auto}}#simulator .editor-sidebar{border-right:2px solid var(--pxt-neutral-stencil1)}#simulator .editor-sidebar .tab-icon.active,#simulator .editor-sidebar .tab-navigation{background-color:var(--pxt-colors-blue-background);color:var(--pxt-focus-border)}#serialPreview .label:focus{outline:3px solid var(--pxt-focus-border)!important;outline-offset:-15px}.ui.mobile.only,.ui.tablet.only,.ui.widedesktop.only{display:none!important}p.ui.font.small{font-size:.8em}.ui.app .ui.app.hide{display:none!important}@media only screen and (min-width:1200px) and (min-height:30em){.ui.widedesktop.only{display:unset!important}.ui.widedesktop.hide{display:none!important}}@media only screen and (max-aspect-ratio:1.2),only screen and (max-width:991px){.ui.desktop.only{display:none!important}}@media only screen and (max-aspect-ratio:0.7),only screen and (max-width:991px){.ui.landscape.only{display:none!important}}@media only screen and (min-width:992px){.ui.portrait.only{display:none!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.tablet.only{display:unset!important}.collapse-button.ui.tablet.only{display:inherit!important}}@media only screen and (max-width:991px){.simView #boardview{padding-top:3rem}.ui.portrait.only{display:unset!important}.collapse-button.ui.computer.only,.hideEditorToolbar #simulator .editor-sidebar,.ui.portrait.hide{display:none!important}.ui.item.logo .name{display:none}.ui.item.logo .name-short{display:block}.menubar .right.menu .signin-button{height:2.5rem}.sign-in-dropdown{padding-left:.1rem;padding-right:.1rem}}@media only screen and (max-width:767px){.menubar .right.menu .signin-button .icon{margin-left:-.2rem}.ui.mobile.only{display:unset!important}.ui.mobile.only.inherit{display:inherit!important}.ui.mobile.hide{display:none!important}}@media only screen and (max-height:44rem) and (min-width:767px){.ui.tall.only{display:none!important}.simView #boardview{padding-top:3rem}.menubar .right.menu .signin-button{height:2.5rem}}@media only screen and (min-height:50rem){.ui.thin.only{display:none!important}}.fullscreensim{z-index:100000}.fullscreensim .simPanel{background-color:var(--pxt-target-background2);bottom:0!important;color:var(--pxt-target-foreground2);height:100%!important;left:0!important;margin:0!important;max-width:100%;min-width:100%;padding:0!important;position:fixed;right:0!important;top:0!important;z-index:100}.fullscreensim #miniSimOverlay{display:none}.fullscreensim #boardview{background-color:#fff;background-color:var(--pxt-target-background2);background:var(--pxt-target-background2);background:-webkit-linear-gradient(var(--pxt-secondary-background) 50%,var(--pxt-target-background2));background:-o-linear-gradient(var(--pxt-secondary-background) 50%,var(--pxt-target-background2));background:-moz-linear-gradient(var(--pxt-secondary-background) 50%,var(--pxt-target-background2));background:linear-gradient(var(--pxt-secondary-background) 50%,var(--pxt-target-background2));height:100%;padding:1rem 0 4.5rem;position:relative}.fullscreensim #editortools,.fullscreensim #maineditor,.fullscreensim #serialPreview,.fullscreensim #simulator .hidefullscreen,.fullscreensim .help-dropdown-menuitem,.fullscreensim .menubar .ui.item:not(.logo),.fullscreensim .settings-menuitem{display:none!important;z-index:-10!important}.fullscreensim .tutorialWrapper{display:none}.fullscreensim .sandboxfooter{bottom:1rem;z-index:92}.fullscreensim #mainmenu{background:transparent!important}.fullscreensim .simPanel .simtoolbar{bottom:1rem;display:block!important;left:auto;position:fixed;right:auto}.fullscreensim .simPanel .multiplayer-presence{bottom:4rem;position:fixed}.fullscreensim .simPanel.multiplayer-preview #simulators{height:calc(100% - 1.5rem)}.fullscreensim #simulators{height:100%;padding:3rem 1rem;position:relative;width:100%}.fullscreensim div.simframe{float:left;height:100%;padding-bottom:0!important;position:relative;width:50%}.fullscreensim div.simframe>iframe{max-width:90%;position:relative}.fullscreensim div.simframe:only-child{width:100%}.fullscreensim div.simframe:only-child>iframe{max-width:100%}.fullscreensim .simtoolbar .ui.button{font-size:1.7rem}.fullscreensim div.simframe:not(:first-child){display:unset}.sandbox .simPanel .simtoolbar{display:none!important}#root.headless .simPanel{bottom:0!important;display:block}#root.headless .simPanel .simtoolbar.item{margin:1rem 0}#root.headless i.green.icon{color:rgba(0,0,0,.6)!important}#root.headless #boardview.headless-sim{height:100%;padding:1rem;width:23rem}#root.headless.collapsedEditorTools #boardview,#root.headless.collapsedEditorTools #simulator .editor-sidebar,#root.headless.collapsedEditorTools .filemenu{display:none}#root.headless:not(.collapsedEditorTools) #simulator .editor-sidebar{left:0;z-index:40}#root.headless.transparentEditorTools #editortools{bottom:var(--extra-mobile-sim-padding);height:5.7rem;left:auto;margin-right:1rem}#root.headless.transparentEditorTools #editortools #downloadArea,#root.headless.transparentEditorTools #editortools>div>div>.ui.grid>.column.left{display:none}@media only screen and (max-width:991px){#root.headless.transparentEditorTools #editortools>div>div>.ui.grid>.column.right{width:100%!important}}#editortools #projectNameArea{padding:1rem 0}#editortools #projectNameArea input{font-size:.95rem}.cloudstatusarea{align-self:center;color:var(--pxt-tertiary-background);display:flex}.cloudstatusarea .cloudicon{margin-left:.5rem}.cloudstatusarea .cloudprogress{margin-left:.5rem!important}.cloudstatusarea .cloudtext{margin-left:.5rem}.cloudstatusarea .ui.loader:after{border-top-color:var(--pxt-tertiary-background)}.downloaddialog.ui.modal .actions .icon.help,.ui.modal .actions .dialog-help-large{float:left;margin-left:4px}.downloaddialog.ui.modal .actions .icon-and-text.icon~.ui.text{margin-left:-.5em!important}.ui.modal .actions .left-action{float:left}.download-callout{background-color:#eae7ff;border-radius:1em;color:#4c309d;margin-top:1.5rem;padding:1em;position:relative}.download-callout .ui.purple.ribbon.label{left:-1rem;padding-left:1.5rem;position:absolute;top:-1rem}.download-callout>.content{padding-top:.25rem}.download-callout button.ui.button{margin-top:.5rem}.ui.grid>.icon-align.wide.column{display:flex;flex-direction:column}.ui.grid>.icon-align.wide.column div{flex-grow:1}.download-device-name{color:#4c309d}.header>.header-inline-icon~.header-title{display:inline}.downloaddialog .content .webusb-connect-image{margin:0 auto;padding:0!important}.download-dialog-image img:not(.large){max-height:200px;object-fit:contain}.download-dialog .column .ui,.download-dialog .column .ui .content{align-items:center;display:flex;height:100%}.downloaddialog .actions .approve.secondary{float:left}#downloadArea button .icon.xicon{font-family:xicon}.download-troubleshoot-header{padding:0 1rem}.download-troubleshoot{display:flex;flex-direction:row;margin-top:1rem}.download-troubleshoot .download-column{display:flex;flex-direction:column;padding:0 1rem}.download-troubleshoot .download-row{min-height:30%;padding-bottom:1rem}.download-troubleshoot .download-row img{height:100%;object-fit:contain;object-position:center;width:300px}.download-troubleshoot .download-row.image-row{flex:2}#root.miniSim:not(.fullscreensim):not(.sandbox) .simPanel.ui.items{background:transparent!important;bottom:calc(5.5rem + var(--extra-mobile-sim-padding))!important;height:auto;left:unset;margin:1em 1em 0;max-width:inherit;min-width:inherit;overflow:visible;padding:0;position:fixed;right:.5rem;top:unset;width:auto;z-index:20}#root.miniSim:not(.fullscreensim):not(.sandbox) .simPanel .simtoolbar>.buttons>.debug-button{display:block!important}#root.miniSim:not(.fullscreensim):not(.sandbox).collapsedEditorTools .simPanel aside.simtoolbar button:not(.expand-button),#root.miniSim:not(.fullscreensim):not(.sandbox).collapsedEditorTools:not(.tabTutorial) .simPanel>div{display:none!important}#root.miniSim:not(.fullscreensim):not(.sandbox) #miniSimOverlay{display:block;height:8rem;position:absolute;width:10rem}#root.miniSim:not(.fullscreensim):not(.sandbox) .simPanel{bottom:3.4rem}#root.miniSim:not(.fullscreensim):not(.sandbox):not(.headless):not(.sandbox) #boardview{display:inline-block;width:10rem}#root.miniSim:not(.fullscreensim):not(.sandbox):not(.headless):not(.sandbox) .simPanel .simtoolbar{float:right;margin:1rem 0;width:3rem}#root.miniSim:not(.fullscreensim):not(.sandbox):not(.headless):not(.sandbox) .simPanel .simtoolbar>.buttons>.button,#root.miniSim:not(.fullscreensim):not(.sandbox):not(.headless):not(.sandbox) .simPanel .simtoolbar>div:not(:first-child){display:none}#root.miniSim:not(.fullscreensim):not(.sandbox):not(.headless):not(.sandbox) .simPanel .simtoolbar>div:first-child{border-radius:4px;flex-direction:column;overflow:hidden}#root.miniSim:not(.fullscreensim):not(.sandbox):not(.headless):not(.sandbox) .simPanel .simtoolbar>div:first-child>button{border-radius:0;font-size:.92857143rem}#root.miniSim:not(.fullscreensim):not(.sandbox):not(.headless):not(.sandbox) #editortools .left .buttons:first-child{bottom:0;position:absolute}#root.miniSim:not(.fullscreensim):not(.sandbox).headless .simPanel{left:5rem!important;z-index:42!important}#root.miniSim:not(.fullscreensim):not(.sandbox) div.simframe{display:inline-block;margin-bottom:1rem;margin-right:.5rem;padding-bottom:81.96%!important;width:10rem}#root.miniSim:not(.fullscreensim):not(.sandbox) div.simframe:not(:first-child){display:none}#root.miniSim:not(.fullscreensim):not(.sandbox) #simulators{display:flex!important;flex-direction:row}#root.miniSim:not(.fullscreensim):not(.sandbox) #mobiletogglesim,#root.miniSim:not(.fullscreensim):not(.sandbox) .collapsedEditorTools #mobiletogglesim{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:100px;border-top-right-radius:100px;bottom:10rem;height:auto;left:40%;top:auto;width:20%}#root.miniSim:not(.fullscreensim):not(.sandbox) .collapsedEditorTools #mobiletogglesim{bottom:4.7rem}@media only screen and (min-width:1200px){#editorlogo>.poweredbylogo{background-image:none}}@media only screen and (min-width:992px) and (max-width:1199px){#editorlogo>.poweredbylogo{background-image:none}}@media only screen and (min-width:768px) and (max-width:991px){#editorlogo{height:18px}#editorlogo>.poweredbylogo{background-image:none;bottom:3px;height:12px}#root.headless.transparentEditorTools #editortools{margin-bottom:1.5rem}.ui.button.hw-button>.icon.ellipsis{left:-1px;position:relative}.collapsedEditorTools .hw-button:hover:after{left:-2rem;transform:translateX(0)!important}#downloadArea{margin-right:0!important;width:calc(150px - .25rem)}.download-troubleshoot .download-column .download-row img{width:200px}}@media only screen and (max-width:767px){#editorlogo{height:18px}#editorlogo>.poweredbylogo{background-image:none;bottom:3px;height:13px}.hw-button:hover:after{left:3rem;transform:translateX(-100%)!important}.collapsedEditorTools .hw-button:hover:after{left:-2rem;transform:translateX(0)!important}#root:not(.fullscreensim):not(.headless):not(.sandbox) #boardview{width:6.5rem!important}#root:not(.fullscreensim):not(.headless):not(.sandbox) #miniSimOverlay{height:5.5rem!important;width:6.5rem!important}.download-troubleshoot .download-column .download-row img{width:200px}}@media only screen and (min-width:992px){.collapsedEditorTools:not(.headless):not(.tabTutorial) #simulator .editor-sidebar{min-width:21px;padding:0;width:21px}.collapsedEditorTools:not(.headless):not(.tabTutorial) #simulator .editor-sidebar>*{display:none}.collapsedEditorTools #downloadArea{background:var(--pxt-target-background3);color:var(--pxt-target-foreground3)}.collapsedEditorTools:not(.headless):not(.tabTutorial) #maineditor{left:21px}.collapsedEditorTools.headless #maineditor{left:0}#editortools{z-index:43}.ui.button.hw-button>.icon.ellipsis{left:-1px;position:relative;top:4px}#simulator .topInstructions{left:23rem;max-width:unset;min-width:unset;padding:0}}@media only screen and (max-width:1199px){#downloadArea,#simulator .editor-sidebar{max-width:20rem;min-width:20rem}#simulator .topInstructions{left:20rem;max-width:unset;min-width:unset}#boardview.headless-sim{width:20rem}#maineditor{left:20rem}#helpcard{bottom:2.2rem;margin:0;top:auto}.ui.card .meta .date.small-screen.hide{display:none}}@media only screen and (min-width:768px){.ui.phone.hide{display:none}}@media only screen and (max-width:991px){.ui.logo.brand,.ui.logo.organization{font-size:0;padding-right:0}#helpcard{bottom:2rem;margin:0;top:auto}#assetEditor,#blocksArea,#monacoEditor,#pxtJsonEditor,#serialEditor{bottom:3.4rem}#editortools{height:3.4rem;padding:.25rem}#editortools>div{padding:0!important}#editortools #downloadArea{background-color:inherit;margin-right:.25rem;max-width:unset;min-width:unset}#editortools #downloadArea .ui.item{margin-top:0;padding-top:0}#simulator .editor-sidebar{max-width:unset;min-width:unset;padding:0;width:0}#root.collapsedEditorTools #editortools .left .buttons:first-child{bottom:auto!important}#maineditor{left:0;right:0}#maineditor:not(.sandbox){bottom:0}#tutorialcard.bottom{bottom:11rem}.hideEditorFloats #editortools{height:3.4rem}.hideEditorFloats.transparentEditorTools #editortools>div>div>.ui.grid{margin:auto}.hideEditorFloats.transparentEditorTools #editorToolbarArea{padding-top:0}.hideEditorFloats #blocksArea,.hideEditorFloats #monacoEditor,.hideEditorFloats #msg,.hideEditorFloats #tutorialcard.bottom{bottom:3.4rem}.hideEditorFloats .editorFloat{display:none}#root:not(.sandbox) .menubar .ui.menu .dropdown .item{padding:.3em!important}#root .menubar .ui.menu .item.editor-menuitem .item{padding:.7em!important}#root .menubar .ui.menu.fixed .ui.item.editor-menuitem .item{height:38px;width:40px}#editortoggle .base-menuitem:first-of-type.active~.toggle{margin-left:0!important}#editortoggle .base-menuitem:nth-of-type(2).active~.toggle{margin-left:40px!important}#editortoggle .base-menuitem:nth-of-type(3).active~.toggle,#editortoggle>#editordropdown:nth-of-type(2)~.active~.toggle{margin-left:80px!important}#editortoggle>#editordropdown:nth-of-type(3)~.active~.toggle{margin-left:120px!important}#maineditor{top:3.5rem}.hideMenuBar #maineditor{top:0}.sandbox #maineditor{top:3rem}.ui.mini.image{display:block!important}#editordropdown .menu>.item.selected:after{display:none}#root #editordropdown .menu .item{width:auto}#root #editordropdown .menu .item .text{display:inline-block!important}#root.miniSim:not(.fullscreensim):not(.sandbox) div.simframe{margin-bottom:-.4rem}#root.miniSim:not(.fullscreensim):not(.sandbox):not(.headless):not(.sandbox) .simPanel .simtoolbar{margin-bottom:-.2rem}}@media only screen and (max-height:44rem) and (min-width:767px){#maineditor{top:3rem}.hideMenuBar #maineditor{top:0}.sandbox #maineditor{top:3rem}}@media only screen and (max-height:450px){#mobiletogglesim.collapse-button.toggle-hide{bottom:0!important;z-index:42}}@media only screen and (max-width:1095px){.ui.modal.projectsdialog h2.editorname{top:5%}.ui.modal.projectsdialog .loader.editoravatar{top:60%}}@media only screen and (max-width:767px){.hideEditorFloats #editortools{height:3.4rem}.hideEditorFloats #blocksArea,.hideEditorFloats #monacoEditor{bottom:3.4rem}.ui.modal.projectsdialog h2.editorname{font-size:1.2rem}.hideEditorFloats #editortools .column.mobile.only{padding-bottom:.5rem;padding-top:.5rem}.fullscreensim .simtoolbar .ui.button{font-size:1rem}.collapsedEditorTools #mobiletogglesim{bottom:3.4rem}#editortools .hw-button:after,#editortools .hw-button:before{display:none}#editortools>.grid.padded{margin:-.5rem!important}#editortools .ui.button{font-size:.92857143rem}#editortools .save-editortools-btn{border-radius:.2em;margin:0 .25em 0 0}}@media only screen and (max-height:44rem) and (min-width:991px){#maineditor,#simulator .editor-sidebar{top:3rem}}.simView .simPanel{bottom:0!important;height:100%;left:0!important;margin:0;max-width:100%;min-width:100%;padding:0;position:fixed;right:0!important;top:0!important;z-index:100}.simView #boardview{background-color:#fff;background-color:var(--pxt-target-background2);background:var(--pxt-target-background2);background:-webkit-linear-gradient(var(--pxt-target-background2) 50%,var(--pxt-target-background2));background:-o-linear-gradient(var(--pxt-target-background2) 50%,var(--pxt-target-background2));background:-moz-linear-gradient(var(--pxt-target-background2) 50%,var(--pxt-target-background2));background:linear-gradient(var(--pxt-target-background2) 50%,var(--pxt-target-background2));bottom:0;left:0;overflow-y:hidden;padding:4rem 2em 2em;position:absolute;right:0;top:0}.simView #maineditor{display:none!important;z-index:-10!important}.sandboxfooter{left:.5em!important;margin:0!important;right:.5em!important;right:auto;text-align:center}.sandboxfooter .item{font-size:.7rem!important}.simView .sandboxfooter{z-index:92}.simView #simulators{bottom:4rem;left:0;position:absolute;right:0;top:4rem}.simView div.simframe{float:left;height:100%;padding-bottom:0!important;position:relative;width:50%}.simView div.simframe>iframe{max-width:90%;position:relative}.simView div.simframe:only-child{width:100%}.simView div.simframe:only-child>iframe{max-width:100%}div.simframe.ui.embed{background:transparent}.sandbox #editortools,.sandbox #simulator,.sandbox #simulators{display:none}.sandbox #maineditor{left:0;overflow:hidden}.sandbox #miniSimOverlay{display:none}.sandbox #simulators{display:flex!important;flex-direction:row}.sandbox div.simframe:not(:first-child){display:inherit}.sandbox #assetEditor,.sandbox #blocksArea,.sandbox #editortools,.sandbox #monacoEditor,.sandbox #msg,.sandbox #pxtJsonEditor,.sandbox #serialEditor{bottom:1.5rem!important}.hardwaredialog .ui.cardimage{background-position:top;image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor}.ui.menu .item.logged-in-dropdown,.ui.menu .item.sign-in-dropdown{padding-right:.25rem;width:auto!important}.ui.menu .signin-button{align-items:center;background-color:var(--pxt-neutral-background2);border-radius:6px;color:var(--pxt-neutral-foreground2);display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500;height:3rem;padding:0 .6rem}.ui.menu .signin-button .icon{margin:0!important}.ui.menu .signin-button .text{margin-right:.5rem}.ui.menu .signin-button:focus{border:3px solid var(--pxt-neutral-stencil2);outline:1px ridge var(--pxt-neutral-foreground2)}.ui.menu .signin-button:hover{background-color:var(--pxt-neutral-background2-hover);color:var(--pxt-neutral-foreground2-hover)}button.ui.button.hostmultiplayergame-button{align-items:center;display:inline-flex}button.ui.button.hostmultiplayergame-button .text{font-weight:400}button.ui.button.hostmultiplayergame-button .icon.xicon.multiplayer{font-size:24px;margin-top:.25rem!important}#root{--multiplayer-presence-icon-1:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='29' fill='red'%3E%3Cpath d='M12.754 14.686a7 7 0 1 0 0-14 7 7 0 0 0 0 14m-8.5 2a3.5 3.5 0 0 0-3.5 3.5v.5c0 2.393 1.523 4.417 3.685 5.793 2.174 1.384 5.117 2.207 8.315 2.207 3.199 0 6.141-.823 8.315-2.206 2.163-1.377 3.685-3.4 3.685-5.794v-.5a3.5 3.5 0 0 0-3.5-3.5z'/%3E%3C/svg%3E");--multiplayer-presence-icon-2:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='29' fill='%230038ff'%3E%3Cpath d='M12.754 14.686a7 7 0 1 0 0-14 7 7 0 0 0 0 14m-8.5 2a3.5 3.5 0 0 0-3.5 3.5v.5c0 2.393 1.523 4.417 3.685 5.793 2.174 1.384 5.117 2.207 8.315 2.207 3.199 0 6.141-.823 8.315-2.206 2.163-1.377 3.685-3.4 3.685-5.794v-.5a3.5 3.5 0 0 0-3.5-3.5z'/%3E%3C/svg%3E");--multiplayer-presence-icon-3:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='29' fill='%23ff9a14'%3E%3Cpath d='M12.754 14.686a7 7 0 1 0 0-14 7 7 0 0 0 0 14m-8.5 2a3.5 3.5 0 0 0-3.5 3.5v.5c0 2.393 1.523 4.417 3.685 5.793 2.174 1.384 5.117 2.207 8.315 2.207 3.199 0 6.141-.823 8.315-2.206 2.163-1.377 3.685-3.4 3.685-5.794v-.5a3.5 3.5 0 0 0-3.5-3.5z'/%3E%3C/svg%3E");--multiplayer-presence-icon-4:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='29' fill='%234da64d'%3E%3Cpath d='M12.754 14.686a7 7 0 1 0 0-14 7 7 0 0 0 0 14m-8.5 2a3.5 3.5 0 0 0-3.5 3.5v.5c0 2.393 1.523 4.417 3.685 5.793 2.174 1.384 5.117 2.207 8.315 2.207 3.199 0 6.141-.823 8.315-2.206 2.163-1.377 3.685-3.4 3.685-5.794v-.5a3.5 3.5 0 0 0-3.5-3.5z'/%3E%3C/svg%3E")}#root:not(.fullscreensim):not(.sandbox) .multiplayer-presence{margin:0 0 -.5rem}.miniSim:not(.fullscreensim):not(.sandbox):not(.tabTutorial) .multiplayer-presence{display:none}#root.tabTutorial:not(.fullscreensim):not(.collapsedEditorTools) .simulator-container.hidden .simPanel>.multiplayer-presence{bottom:7rem;display:block;position:fixed;right:16.5rem;width:4rem}#root.tabTutorial:not(.fullscreensim):not(.collapsedEditorTools) .simulator-container.hidden .simPanel>.multiplayer-presence .sim-presence-bar{flex-direction:column}.sim-presence-bar{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:center;padding:0}.sim-presence-bar .sim-presence-bar-player{border:2px solid;border-radius:3rem;height:2.5rem;image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;padding:.2rem;width:2.5rem;-ms-interpolation-mode:nearest-neighbor;background-position:50%;background-repeat:no-repeat;background-size:75%}.sim-presence-bar .sim-presence-bar-player.player-1{background-image:var(--multiplayer-presence-icon-1)!important;border-color:red}.sim-presence-bar .sim-presence-bar-player.player-2{background-image:var(--multiplayer-presence-icon-2)!important;border-color:#0038ff}.sim-presence-bar .sim-presence-bar-player.player-3{background-image:var(--multiplayer-presence-icon-3)!important;border-color:#ff9a14}.sim-presence-bar .sim-presence-bar-player.player-4{background-image:var(--multiplayer-presence-icon-4)!important;border-color:#4da64d}#root.hc .sim-presence-bar .sim-presence-bar-player{background-position:50%!important;background-repeat:no-repeat!important;background-size:75%!important}.profiledialog .ui.card{background-color:var(--pxt-neutral-background1);border:5px solid var(--pxt-neutral-stencil1)!important;border-radius:0;color:var(--pxt-neutral-foreground1);margin:0 14px 14px 0}.profiledialog .ui.card button{margin:0}.profiledialog .ui.card label.title{font-weight:700}.profiledialog .ui.card p.value{white-space:nowrap}.profiledialog .ui.card p.description,.profiledialog .ui.card p.value{overflow:hidden;text-overflow:ellipsis}.profiledialog .ui.card p.warning{background-color:var(--pxt-colors-yellow-background);padding:6px}.profiledialog .ui.card div.header-text{font-size:20px;grid-column-end:2;grid-column-start:1;grid-row-end:1;grid-row-start:1;justify-self:start;white-space:nowrap}.profiledialog .ui.card div.profile-pic{grid-column-end:2;grid-column-start:2;grid-row-end:1;grid-row-start:1;justify-self:end}.profiledialog .ui.card.panel{display:inline-grid;grid-template-columns:auto;grid-template-rows:auto;max-width:500px;min-width:350px;padding:14px;row-gap:20px;width:fit-content}.profiledialog .ui.card.panel div.row{grid-column-end:2}.profiledialog .ui.card.panel div.row,.profiledialog .ui.card.panel div.row-span-two{grid-column-start:1;grid-row-end:auto;grid-row-start:auto;justify-self:start;max-width:100%}.profiledialog .ui.card.panel div.row-span-two{grid-column-end:3}.sandbox.simView #editortools,.sandbox.simView #simulator,.sandbox.simView #simulators{display:inherit}.sandbox.simView .editorSidebar .simtoolbar{bottom:.25em;flex-direction:row!important;left:auto;margin-bottom:1em!important;position:fixed;right:auto}.image.pixelart{background-color:#fff;image-rendering:auto;image-rendering:crisp-edges;image-rendering:pixelated}#langmodal #availablelocales .langoption .header{color:var(--pxt-secondary-background)}#langmodal #langmodalfooter{align-items:center;display:flex;justify-content:space-between;margin-top:2em}#langmodal #langmodalfooter a{text-decoration:underline}#blocks-editor-field-div{position:absolute;z-index:994}#blocks-editor-field-div .sound-effect-editor{margin:auto;max-width:30rem}#blocks-editor-field-div .common-editor-toggle,.sound-effect-editor-widget .common-editor-toggle{background:rgba(52,73,94,.4);border:3px solid rgba(52,73,94,.2)}#blocks-editor-field-div .common-editor-toggle .common-editor-toggle-item>.common-button,.sound-effect-editor-widget .common-editor-toggle .common-editor-toggle-item>.common-button{color:#fff}#blocks-editor-field-div .common-editor-toggle .common-editor-toggle-item.selected>.common-button,.sound-effect-editor-widget .common-editor-toggle .common-editor-toggle-item.selected>.common-button{color:#323130}#blocks-editor-field-div .common-editor-toggle .common-editor-toggle-handle,.sound-effect-editor-widget .common-editor-toggle .common-editor-toggle-handle{background:#fff}.blocks-editor-field-overlay{background-color:var(--pxt-neutral-alpha50);position:absolute;z-index:993}a.ui.link{cursor:pointer}p>a.ui.link{margin-left:.5rem}p.ui.tiny{font-size:80%}p.ui.small{font-size:90%}.expandable-menu>.menu-header{cursor:pointer;text-decoration:none}.expandable-menu>.menu-header :hover{text-decoration:none}.expandable-menu>.expanded-items{padding:.5em 1.5em}select.ui.dropdown{font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif}select.ui.dropdown:active,select.ui.dropdown:focus{outline:1px dotted #212121;outline:5px auto -webkit-focus-ring-color}.newproject .expandable-menu{font-size:12px!important}.newproject .language-restriction-dropdown>button{min-width:18rem}.ui.modal.auto-save-disabled-warning .header{background-color:var(--pxt-colors-yellow-background)}.palette-picker-field{align-items:center;display:flex}.palette-picker-label{margin-right:.5rem}.ui.loader.large.main .common-progressbar-wrapper{height:1em;margin-top:1em;width:min(25rem,50vw);--progress-bar-filled-color:#fff;--progress-bar-unfilled-color:transparency;--progress-bar-border-color:#fff}.ui.loader.large.main .common-progressbar-wrapper progress[value].common-progressbar{border-radius:1px}.tab-container{display:flex;flex-direction:column}.tab-navigation{display:flex;flex-shrink:0}.tab-badge{animation:notification-glow 5s ease-in-out infinite;background-color:var(--pxt-colors-red-background);border-radius:50%;height:.75rem;margin-left:1.25rem;margin-top:-.25rem;position:absolute;width:.75rem}.tab-icon{cursor:pointer;font-size:1.5rem;padding:1rem}.tab-icon:not(.active):hover{background-color:rgba(0,0,0,.2)}.tab-content,.tab-content>div{height:100%}@keyframes notification-glow{0%,50%{box-shadow:0 0 .12rem -.12rem var(--pxt-colors-red-background)}10%,40%{box-shadow:0 0 .12rem 0 var(--pxt-colors-red-background)}25%{box-shadow:0 0 .12rem .12rem var(--pxt-primary-foreground)}}.pixel-cell{shape-rendering:crispedges}.palette-selected{stroke:orange;stroke-width:2px}.palette-unselected{stroke:none}.sprite-editor-canvas{cursor:crosshair;touch-action:none;z-index:1001}.sprite-editor-canvas.sprite-editor-eyedropper{cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M15.241 4.652 13.76 6.133l.835.835-3.085 3.085-.762-.762-5.168 5.17L1.984 16 .025 14.041l1.349-3.742 5.19-5.191-.645-.646 3.085-3.085.835.835L11.32.731c.431-.431 1-.678 1.616-.731h.461a2.84 2.84 0 0 1 1.77.802c1.082 1.084 1.114 2.81.074 3.85' style='fill:%23f6f6f6'/%3E%3Cpath d='m9.467 7.932.612.613-5.071 5.072-2.795 1.198-1.032-1.032 1.057-2.936L7.31 5.775l.585.585v.003l-4.356 4.356 1.569 1.569 4.355-4.356zm4.995-6.422c-.667-.664-1.777-.729-2.435-.072L9.839 3.627l-.836-.835-.174.174-1.497 1.497 4.177 4.177 1.671-1.671-.835-.835 2.189-2.189c.658-.658.592-1.768-.072-2.435' style='fill:%23424242'/%3E%3C/svg%3E") 2 16,copy}.sprite-canvas-controls{z-index:1000}#sprite-editor-palette .palette-swatch{cursor:pointer}.sprite-editor-dropdown.blocklyDropDownDiv{background:linear-gradient(#4b7bec 50px,#2c3e50 0,#2c3e50)}.sprite-editor-dropdown.blocklyDropDownDiv .blocklyDropDownArrow.arrowTop{background:#4b7bec}.sprite-editor-dropdown.blocklyDropDownDiv .blocklyDropDownArrow.arrowBottom{background:#2c3e50}#sprite-editor-header{height:50px;left:0;position:absolute;top:0;width:inherit;z-index:1002}#sprite-editor-header-controls{height:100%;width:100%}#sprite-editor-gallery-outer{overflow:hidden;position:absolute;width:100%;z-index:1002}#sprite-editor-gallery{background:#2c3e50;height:100%;overflow-y:scroll;width:100%}.sprite-editor-card{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='%23fff' d='M0 0h10v10H0z'/%3E%3Cpath fill='%23dedede' d='M0 0h5v5H0zM5 5h5v5H5z'/%3E%3C/svg%3E")}.sprite-editor-icon{fill:#fff;font-family:Icons;font-size:19px}.sprite-editor-xicon{fill:#fff;font-family:xicon;font-size:19px}.sprite-editor-button{cursor:pointer}.sprite-editor-button-bg{fill:#525a5b}.sprite-editor-button-fg{fill:#7f8c8d}.sprite-editor-confirm-button .sprite-editor-button-bg{fill:#294da0}.sprite-editor-confirm-button .sprite-editor-button-fg{fill:#4b7bec}.sprite-editor-button.disabled{cursor:not-allowed}.sprite-editor-button.disabled .sprite-editor-button-bg,.sprite-editor-button.disabled .sprite-editor-button-fg{fill-opacity:.8}.sprite-editor-button:active:not(.disabled) .sprite-editor-button-bg,.sprite-editor-button:active:not(.disabled) .sprite-editor-button-fg{fill-opacity:1!important;transition:fill-opacity .1s}.sprite-editor-button:hover:not(.disabled) .sprite-editor-button-bg,.sprite-editor-button:hover:not(.disabled) .sprite-editor-button-fg{fill-opacity:.8;transition:fill-opacity .1s}.sprite-editor-button.selected{position:relative}.sprite-editor-button.selected .sprite-editor-button-fg{fill:#495353}.sprite-editor-text{cursor:auto;font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif!important;user-select:none}.sprite-editor-label{fill:#fff}.sprite-editor-dropdown-bg{background:linear-gradient(#4b7bec 50px,#2c3e50 0,#2c3e50);border-radius:4px;padding-top:4px;position:relative}.sprite-editor-glyph{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16 8c0 4.411-3.589 8-8 8a2.803 2.803 0 0 1-2.8-2.8c0-.833.272-1.629.766-2.241a.6.6 0 0 0 .101-.359.667.667 0 0 0-.667-.666.58.58 0 0 0-.358.102A3.6 3.6 0 0 1 2.8 10.8 2.803 2.803 0 0 1 0 8c0-4.411 3.589-8 8-8s8 3.589 8 8' style='fill:%23f6f6f6'/%3E%3Cpath d='M5.4 7.933a2.67 2.67 0 0 1 2.667 2.666c0 .606-.193 1.179-.544 1.614a1.6 1.6 0 0 0-.323.987.8.8 0 0 0 .8.8c3.309 0 6-2.691 6-6s-2.691-6-6-6-6 2.691-6 6c0 .441.359.8.8.8.378 0 .729-.114.986-.322A2.57 2.57 0 0 1 5.4 7.933' style='fill:%23fff'/%3E%3Cpath d='M8 15c-.992 0-1.8-.808-1.8-1.8 0-.606.193-1.179.544-1.613.208-.259.323-.609.323-.987 0-.919-.748-1.666-1.667-1.666-.377 0-.728.115-.986.323A2.58 2.58 0 0 1 2.8 9.8C1.808 9.8 1 8.992 1 8c0-3.86 3.14-7 7-7s7 3.14 7 7-3.141 7-7 7M5.4 7.933a2.67 2.67 0 0 1 2.667 2.666c0 .606-.193 1.179-.544 1.614a1.6 1.6 0 0 0-.323.987.8.8 0 0 0 .8.8c3.309 0 6-2.691 6-6s-2.691-6-6-6-6 2.691-6 6c0 .441.359.8.8.8.378 0 .729-.114.986-.322A2.57 2.57 0 0 1 5.4 7.933' style='fill:%23424242'/%3E%3Cpath d='M4.5 5.375a.875.875 0 1 0 0 1.75.875.875 0 0 0 0-1.75' style='fill:%23652d90'/%3E%3Cpath d='M7.125 3.625a.875.875 0 1 0 0 1.75.875.875 0 0 0 0-1.75' style='fill:%231ba1e2'/%3E%3Cpath d='M10.625 4.5a.875.875 0 1 0 0 1.75.875.875 0 0 0 0-1.75' style='fill:%23393'/%3E%3Cpath d='M11.5 8a.875.875 0 1 0 0 1.75.875.875 0 0 0 0-1.75' style='fill:%23fc0'/%3E%3Cpath d='M9.75 10.625a.875.875 0 1 0 0 1.75.875.875 0 0 0 0-1.75' style='fill:%23e51400'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:65%;cursor:pointer}.sprite-focus-hover{border-radius:50%;transition:all .15s ease-out}.sprite-focus-hover:hover{box-shadow:0 0 0 3px rgba(0,0,0,.35);-webkit-transform:scale(1.1);transform:scale(1.1)}.sprite-editor-glyph.sprite-focus-hover:hover{box-shadow:inset 0 0 0 2px rgba(0,0,0,.35)}.sprite-gallery-button{border:1px solid;border-radius:4px;cursor:pointer;display:inline-block;float:left;margin:4px;outline:none;padding:0;transition:box-shadow .1s}.sprite-gallery-button-hover{box-shadow:0 0 0 4px hsla(0,0%,100%,.2)}.sprite-gallery-button:active{box-shadow:0 0 0 6px hsla(0,0%,100%,.2)}.sprite-gallery-button>img{height:80%;image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;margin-top:5%;width:80%;-ms-interpolation-mode:nearest-neighbor}.snippet-sprite-editor,.sprite-editor-snippet-container{height:503px;overflow:hidden;width:492px}.snippet-sprite-editor{max-height:503px;max-width:492px;min-height:503px;min-width:492px}#melody-toggle{float:center;margin:10px;text-align:center}#melody-editor-header-controls{display:block;height:52px}.melody-grid-div{background-color:inherit;margin:10px 20px 0;outline:none;text-align:center}.cell{height:35px;margin:1px;width:35px}.melody-top-bar-div{float:center;text-align:center}.melody-editor-div{background-color:#4f0643;height:100%}.melody-content-div{max-height:550px;overflow:hidden;padding:0;width:300px}.melody-editor-dropdown{padding:0!important}#melody-editor-gallery-outer{overflow:hidden;position:absolute;width:100%;z-index:1002}#melody-editor-gallery{background:#4f0643;max-height:350px;outline:none;overflow-x:hidden;overflow-y:scroll;padding:.75rem}.melody-gallery-button{background-color:#dcdcdc;border-radius:4px;cursor:pointer;display:flex;height:2.75rem;line-height:2.5rem;margin-bottom:.75rem;text-align:center;transition:box-shadow .1s;width:100%}.melody-gallery-button .melody-color-block{margin-top:.5rem}.melody-editor-button.left-button{border-bottom:1px solid #fff;border-left:1px solid #fff;border-radius:4px 0 0 4px;border-top:1px solid #fff;flex-grow:1;padding-left:.5rem;padding-right:.3rem}.melody-editor-button.right-button{border:1px solid #fff;border-left-color:#4f0643;border-radius:0 4px 4px 0;min-width:2.75rem;padding-left:.3rem}.melody-editor-toggle-buttons{outline:none}.melody-editor-toggle-buttons:focus-visible{border-radius:2px;outline:3px solid #fff}.melody-editor-button{background-color:#dcdcdc;color:#000;transition:color .1s,background-color .1s}.melody-editor-button:hover{background-color:#cacbcd;color:#000}.melody-editor-button.selected{outline:3px solid var(--pxt-focus-border);outline-offset:-5px}.melody-editor-button.right-button .icon{opacity:.9}.melody-gallery-play-icon{float:left}.melody-confirm-button{background-color:#e30fc0;border:none;border-radius:2px;color:#fff;float:right;font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif!important;height:28px;margin:0!important;-webkit-transition-duration:.1s;transition-duration:.1s;width:70px}.melody-confirm-button:hover{background-color:#9e0986;border:1px solid #e30fc0}.melody-editor-text{float:left;font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif!important;font-size:17px;font-weight:700;margin:0 3px}.melody-editor-field-icon{fill:#fff;font-family:Icons;font-size:19px}.melody-icon{float:left;height:25px}.melody-gallery-button-hover{box-shadow:0 0 0 4px hsla(0,0%,100%,.2)}.melody-gallery-button:active{box-shadow:0 0 0 6px hsla(0,0%,100%,.2)}#melody-tempo-input{background-color:#fff;border:none;border-radius:2px;color:#1b1c1d;float:left;height:28px;padding-left:5px;width:50px}#melody-tempo-input:focus{outline:none!important}#melody-play-button{background-color:#7f8c8d;border:none;border-radius:2px;color:#fff;display:inline-block;height:28px;-webkit-transition-duration:.1s;transition-duration:.1s;width:120px}#melody-play-button:hover{background-color:#525a5b;border:1px solid #7f8c8d}.melody-bottom-bar-div button:focus-visible{outline:3px solid #fff}.melody-bottom-bar-div{background-color:inherit;margin:7px 3px 0;padding:0 20px 20px;text-align:center}.melody-color-block{float:right;margin:4px 7px 0 0}.sliver{border:1px solid rgba(0,0,0,.2);display:inline-block;height:23px;margin:.5px;width:9px}.left-edge{border-radius:5px 0 0 5px}.right-edge{border-radius:0 5px 5px 0}.melody-preview-button{float:right;height:35px;padding:12px 11px!important;width:35px}.melody-gallery-row{float:left}.melody-content-div .melody-red,.pxt-renderer.classic-theme g.blocklyField>.melody-red{background:#a80000;fill:#a80000}.melody-content-div .melody-orange,.pxt-renderer.classic-theme g.blocklyField>.melody-orange{background:#d83b01;fill:#d83b01}.melody-content-div .melody-yellow,.pxt-renderer.classic-theme g.blocklyField>.melody-yellow{background:#ffb900;fill:#ffb900}.melody-content-div .melody-green,.pxt-renderer.classic-theme g.blocklyField>.melody-green{background:#107c10;fill:#107c10}.melody-content-div .melody-teal,.pxt-renderer.classic-theme g.blocklyField>.melody-teal{background:#008272;fill:#008272}.melody-content-div .melody-blue,.pxt-renderer.classic-theme g.blocklyField>.melody-blue{background:#0078d7;fill:#0078d7}.melody-content-div .melody-violet,.pxt-renderer.classic-theme g.blocklyField>.melody-violet{background:#b4009e;fill:#b4009e}.melody-content-div .melody-purple,.pxt-renderer.classic-theme g.blocklyField>.melody-purple{background:#5c2d91;fill:#5c2d91}.melody-content-div .melody-default,.pxt-renderer.classic-theme g.blocklyField>.melody-default{background:#dcdcdc;fill:#dcdcdc}.playing{fill-opacity:.7}.monacoEditorArea{display:flex;flex-direction:row;height:100%;width:100%}.monacoToolboxDiv{height:100%}.monacoEditorRightArea{display:flex;flex-direction:column;height:100%}.monaco-editor,.monaco-editor .margin,.monaco-editor .monaco-editor-background{background-color:var(--pxt-target-background1)!important;color:var(--pxt-target-foreground1)!important}.monaco-editor .monaco-scrollable-element.editor-scrollable{margin-left:.5rem}.monaco-editor.vs .line-numbers{color:var(--pxt-target-foreground1)!important}.monaco-editor.vs .margin-view-overlays.monaco-editor-background{background:var(--pxt-neutral-alpha10)!important}.monaco-editor.vs .current-line{background:var(--pxt-colors-blue-alpha10)!important}.monaco-editor .suggest-widget{border-radius:5px;z-index:103!important}.monaco-list-row.focused{background-color:var(--pxt-colors-blue-background)!important}.monaco-list-row.focused,.monaco-list-row.focused a{color:var(--pxt-colors-blue-foreground)!important}.monaco-editor.vs .suggest-widget:not(.frozen) .monaco-list .monaco-list-row .monaco-highlighted-label .highlight{color:var(--pxt-colors-blue-background)!important}.monaco-editor.vs .suggest-widget:not(.frozen) .monaco-list .monaco-list-row.focused .monaco-highlighted-label .highlight{color:var(--pxt-colors-blue-foreground)!important}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .type-label,.monaco-editor.vs .suggest-widget .details>.monaco-scrollable-element>.body>.type{color:var(--pxt-colors-orange-background)!important}.monaco-editor .rename-box{bottom:3rem}.monaco-editor.vs{overflow:hidden}.monaco-editor .highlight-statement{background-color:var(--pxt-target-background1-hover);color:var(--pxt-target-foreground1-hover)!important}.monacoToolboxDiv{z-index:40}.monaco-editor-hover{z-index:102!important}.monaco-editor .iPadShowKeyboard{top:0!important}@keyframes bobbing{0%{transform:translateY(0)}25%{transform:translateY(3px)}75%{transform:translateY(-3px)}to{transform:translateY(0)}}.pxt-monaco-glyph-highlight{animation:bobbing 1s linear infinite}.monacoFlyout{background:var(--pxt-neutral-background3);border-bottom-right-radius:8px;border-top-right-radius:8px;bottom:0;color:var(--pxt-neutral-foreground3);font-family:Consolas,Monaco,Menlo,Ubuntu Mono,source-code-pro,monospace;position:absolute;top:0;z-index:20}.monacoFlyout .monacoFlyoutLabel{color:var(--pxt-neutral-foreground3);font-size:15px;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;vertical-align:middle}.monacoFlyout .monacoFlyoutLabel:focus-visible{border-color:var(--pxt-neutral-stencil3);border-style:solid;border-width:4px 0 4px 4px;outline:none}.monacoFlyout .monacoFlyoutLabel .monacoFlyoutHeadingIcon{display:inline-block}.monacoFlyout .monacoFlyoutLabel .monacoFlyoutLabelText{display:inline-block;font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif;font-size:1.5rem;line-height:1.5rem;vertical-align:middle}.monacoFlyout .monacoBlock{border-bottom:1px solid var(--pxt-neutral-stencil3);color:var(--pxt-neutral-foreground3)}.monacoFlyout .monacoBlock .monacoDraggableBlock{border-radius:.25rem;color:var(--pxt-neutral-foreground3);cursor:pointer;display:inline-block;font-family:Consolas,Monaco,Menlo,Ubuntu Mono,source-code-pro,monospace;margin-bottom:.75rem;padding:.25rem .75rem;position:relative;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;width:100%}.monacoFlyout .monacoBlock .monacoDraggableBlock span{word-wrap:break-word}.monacoFlyout .monacoBlock .monacoDraggableBlock span.sig{margin-left:10px;opacity:.6}.monacoFlyout .monacoBlock .monacoDraggableBlock span.sigPrefix{opacity:.6}.monacoFlyout .monacoBlock .monacoDraggableBlock span.docs{color:var(--pxt-neutral-foreground3);display:block;font-size:70%;max-width:22rem}.monacoFlyout .monacoBlock .separator{border-top:1px solid;margin:.25rem 0}.monacoFlyout .monacoBlock .monacoDraggableBlock{width:auto}.monacoFlyout .monacoBlock .description,.monacoFlyout .monacoBlock .monacoDraggableBlock{font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif}.monacoFlyout .monacoBlock .signature{font-weight:600;margin-top:.5rem}.monacoFlyout .monacoBlock .signature span{display:inline-block;width:calc(100% - 1.75rem);word-wrap:break-word}.monacoFlyout .monacoBlock .signature .blockHelp{color:var(--pxt-neutral-foreground3);float:right}.monacoFlyout .monacoBlock .signature .blockHelp i{font-size:1.25rem}.monacoFlyout .monacoBlock .signature .blockHelp:hover{text-decoration:none}.monacoFlyout .monacoBlock .argName{background:var(--pxt-neutral-alpha20);border-radius:.8rem;color:var(--pxt-neutral-foreground3);display:inline-block;font-family:Consolas,Monaco,Menlo,Ubuntu Mono,source-code-pro,monospace;font-weight:600;line-height:1.75rem;padding:0 .5rem}.monacoFlyout .monacoBlock .paramName{font-weight:800}.monacoFlyout .monacoBlock .paramDescription:before{content:"-";margin:.5rem}.monacoFlyout .monacoBlock .paramDescription,.monacoFlyout .monacoBlock .paramDescription:before{font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif}.monacoFlyout .monacoBlock .detail .params,.monacoFlyout .monacoBlock .signature{display:none}.monacoFlyout .monacoBlock.expand{border-color:var(--pxt-neutral-stencil3);border-style:solid;border-width:4px 0 4px 4px;color:var(--pxt-neutral-foreground3);cursor:grab;outline:none}.monacoFlyout .monacoBlock.expand .blockHandle,.monacoFlyout .monacoBlock.expand .detail .params,.monacoFlyout .monacoBlock.expand .signature{display:block}.monacoFlyout .monacoBlock.expand .blockHandle{border-color:var(--pxt-neutral-foreground3);border-style:solid;border-width:4px 4px 4px 0}.monacoFlyout .monacoBlock.hover{cursor:grab}.monacoFlyout .monacoBlock.hover .blockHandle{display:block}.monacoFlyout .monacoBlock .blockHandle{background:var(--pxt-neutral-background3-alpha90);border-radius:0 1rem 1rem 0;color:var(--pxt-neutral-foreground3);display:none;position:absolute;right:-.9rem;width:2rem}.monacoFlyout .monacoBlock .blockHandle i.bars{display:block;font-size:1.5rem;position:relative;top:calc(50% - .75rem);transform:rotate(90deg)}.monacoFlyout .monacoBlock:not(.expand){background-color:transparent!important}#monacoFlyoutWrapper{height:100%;overflow-x:visible;overflow-y:auto;-webkit-overflow-scrolling:touch}#monacoFlyoutWrapper>div{max-width:350px;padding:1rem}.monacoFlyoutHeading .monacoFlyoutHeadingText{color:var(--pxt-neutral-foreground3);vertical-align:middle!important}.monacoFlyoutHeadingText{font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif}.monacoFlyoutHeadingIcon{font-size:1.5rem!important;vertical-align:middle!important}.monacoFlyoutLabelLine{border:none;border-top:1px dotted var(--pxt-neutral-stencil3);height:1px}#monacoDraggingBlock{border-radius:.25rem;color:var(--pxt-neutral-foreground3);font-family:Consolas,Monaco,Menlo,Ubuntu Mono,source-code-pro,monospace;padding:.6rem;pointer-events:none;position:absolute;touch-action:none;white-space:nowrap}.monaco-action-bar .action-label{color:inherit!important}.monaco-editor .error-view-zone{font-family:Consolas,Monaco,Menlo,Ubuntu Mono,source-code-pro,monospace;width:auto!important}.monaco-editor.vs-dark .error-view-zone{color:var(--pxt-neutral-foreground3)}.monaco-editor .error-view-zone .marker-widget{border-radius:2px!important;padding-left:10px!important;padding-right:20px!important}.monaco-editor .parameter-hints-widget{flex-direction:row!important;z-index:102!important}.line-numbers{display:none}.monacoToolboxDiv{display:inline-block;overflow-x:visible;overflow-y:auto;vertical-align:top}.monacoToolboxDiv.hide{display:none}#monacoEditorInner{display:inline-block;overflow:hidden;position:relative!important}.monacoDraggableBlock:focus{outline:none}.monaco-field-editor-frame{padding:4px;position:relative}.pxt-view-zone{width:100%;z-index:19}code.hljs{padding:0!important;white-space:pre-wrap}code.hljs span.highlight-line{background:#fcfc90;color:#000;display:inline-block;font-weight:700;margin-left:-.5rem;padding:.5rem;white-space:pre-wrap}code.hljs span.highlight-line .hljs-meta-string,code.hljs span.highlight-line .hljs-string{color:#bf0000}code.hljs span.highlight-line .hljs-class,code.hljs span.highlight-line .hljs-number{color:#007f00}code.hljs span.highlight-line .hljs-keyword{color:#00f}.ui.segment.codewidget>code.hjls{margin:0}.tutorial #maineditor>.full-abs{top:8rem}.tutorial.flyoutOnly #maineditor>.full-abs{top:12rem}.tutorial.flyoutOnly.sidebarTutorial #maineditor>.full-abs{top:4rem}.menubar .ui.menu .item.tutorial-menuitem{background:var(--pxt-neutral-alpha20)!important;border-radius:.5rem!important;margin:.45rem;padding:.45rem}.menubar .ui.menu .item.tutorial-menuitem>.step-label{margin-left:.4em;margin-right:.4em}.menubar .ui.menu .item.tutorial-menuitem>.label{background:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1);margin-left:0}.tutorial-menuitem>.selected{background-color:var(--pxt-primary-background)!important;padding:1rem 1.3rem!important}#mainmenu .tutorial-menu{align-items:center;display:flex;justify-content:center}#mainmenu .ui.item.tutorialname{cursor:unset}#mainmenu .ui.item.tutorialname:focus,#mainmenu .ui.item.tutorialname:hover{background:none}.tutorial #tutorialcard{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;height:8rem;padding-left:1rem;padding-right:1rem;position:relative;width:100%;z-index:44}.tutorial #tutorialcard>code,.tutorial #tutorialcard>pre{font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif}.tutorial.tutorialExpanded #tutorialcard{max-height:20rem}#root.dimmable.dimmed #tutorialcard.tutorialReady{z-index:45}#tutorialhint{height:100%}#tutorialcontent{left:0;position:fixed;top:0}body#docs.tutorial{overflow-y:hidden}#docs.tutorial .ui.segment{border:none;box-shadow:none;margin:0;padding:0}#docs.tutorial #root{margin-bottom:.5rem!important}#tutorialcard .ui.tutorialsegment{background:var(--pxt-neutral-background2);border:0;border-radius:0;color:var(--pxt-neutral-foreground2);display:flex;flex-wrap:wrap;padding:0;position:relative}#tutorialcard .ui.tutorialsegment svg{-webkit-transform:translateZ(0)}#tutorialcard{padding:.5rem}#tutorialcard.stepExpanded{height:auto}.tutorial #tutorialcard .ui.buttons{height:7rem;width:100%}.tutorial.tutorialExpanded #tutorialcard .ui.buttons{height:100%;max-height:19rem}#tutorialcard .ui.tutorialsegment{width:100%}.tutorial #tutorialcard .tutorialmessage .content{font-size:12pt;height:100%;margin-bottom:.4rem;overflow-x:auto;padding-left:1rem;width:100%}.tutorial.tutorialExpanded #tutorialcard .tutorialmessage .content{height:calc(100% + 2px);overflow-y:auto}#tutorialcard .tutorialmessage .content p,.tutorial-callout p,.tutorialhint p{color:var(--pxt-neutral-foreground2);line-height:1.4em!important}.tutorial #tutorialcard .tutorialmessage{height:6.5rem;overflow:hidden;padding:.5rem;width:100%}.tutorial #tutorialcard.hasHint .tutorialmessage{width:calc(100% - 5.5rem)}.tutorial.tutorialExpanded #tutorialcard .tutorialmessage{height:100%}#root.dimmable.dimmed .ui.segment.message{border-radius:5px}.ui.showlightbox{display:none}#root.dimmable.dimmed #tutorialcard.tutorialReady .ui.showlightbox{display:block}#root.dimmable.dimmed #tutorialcard.tutorialReady .ui.hidelightbox{display:none}#root.dimmable.dimmed #tutorialcard.tutorialReady .ui.nextbutton,#root.dimmable.dimmed #tutorialcard.tutorialReady .ui.prevbutton{opacity:0!important;z-index:-1}#tutorialcard .ui.button.okbutton{border-radius:.28571429rem}.hintdialog .ui.segment .blocklyPreview{width:100%}.ui.modal .ams-embed,.ui.modal .yt-embed{height:30rem;max-height:50vh;width:80%}@media only screen and (min-height:400px){.hintdialog .ui.segment .blocklyPreview,.tutorial-callout .ui.segment .blocklyPreview,.tutorialhint .ui.segment .blocklyPreview{max-height:45vh}}@media only screen and (max-height:800px){.tutorial-callout img,.tutorialhint img{max-height:30vh}}span.docs.inlinebutton{background-color:var(--pxt-primary-background);border-radius:.2rem;color:var(--pxt-primary-foreground);padding:.4rem;white-space:nowrap}span.docs.inlineblock{background-color:transparent;border-bottom:3px solid var(--inline-namespace-color);border-radius:0;color:var(--pxt-neutral-foreground1);font-family:Consolas,Monaco,Menlo,Ubuntu Mono,source-code-pro,monospace!important;font-size:1em!important;font-weight:600;padding:.05rem 0 .1rem;white-space:break-spaces}span.docs.inlineblock i{color:var(--inline-namespace-color);font-family:Icons;font-style:normal;margin-right:6px}span.docs.inlineblock span.image-icon{background-image:var(--image-icon-url);background-repeat:no-repeat!important;background-size:contain!important;display:inline-block;height:17px;width:20px}span.docs.inlineblock.clickable{cursor:pointer}span.docs.inlineblock.clickable:focus,span.docs.inlineblock.clickable:hover{opacity:.8}span.docs.inlineblock.function i,span.docs.inlineblock.functions i{font-family:xicon}code.lang-filterblocks{display:none}#tutorialcard .nextbutton,#tutorialcard .prevbutton{background:var(--pxt-neutral-background2);color:var(--pxt-neutral-foreground2);z-index:2}#tutorialcard .nextbutton>i,#tutorialcard .nextbutton>span,#tutorialcard .prevbutton>i,#tutorialcard .prevbutton>span{color:var(--pxt-header-background);display:block;margin:0 auto .5em!important}#tutorialcard .nextbutton:focus,#tutorialcard .nextbutton:hover,#tutorialcard .prevbutton:focus,#tutorialcard .prevbutton:hover{background-color:var(--pxt-target-background1)}#tutorialcard .nextbutton:focus>i,#tutorialcard .nextbutton:focus>i.orange,#tutorialcard .nextbutton:focus>span,#tutorialcard .nextbutton:hover>i,#tutorialcard .nextbutton:hover>i.orange,#tutorialcard .nextbutton:hover>span,#tutorialcard .prevbutton:focus>i,#tutorialcard .prevbutton:focus>i.orange,#tutorialcard .prevbutton:focus>span,#tutorialcard .prevbutton:hover>i,#tutorialcard .prevbutton:hover>i.orange,#tutorialcard .prevbutton:hover>span{color:var(--pxt-neutral-foreground1)!important}#tutorialcard .ui.button.hintbutton{border-radius:50%;color:var(--pxt-neutral-background1);display:block;font-size:22.5px!important;position:relative;top:50%;transform:translateY(-50%);transform-style:preserve-3d;--bubble-pulse-color:var(--pxt-colors-blue-background);--bubble-pulse-size:30px}#tutorialcard .ui.button.hintbutton.flash{border:2px solid var(--pxt-neutral-stencil1)!important}#tutorialcard .ui.button.hintbutton.flash:before{animation-direction:alternate;animation-duration:.5s;animation-iteration-count:infinite;animation-name:bubble-pulse-animation;border-radius:50%;content:"";left:50%;position:absolute;top:50%;transform:translateZ(-1px)}@keyframes bubble-pulse-animation{20%{box-shadow:0 0 0 0 var(--bubble-pulse-color,var(--pxt-colors-blue-background))}to{box-shadow:0 0 calc(var(--bubble-pulse-size, 30)*3/4) var(--bubble-pulse-size,30) var(--bubble-pulse-color,var(--pxt-colors-blue-background))}}.ui.modal.hintdialog .content p{font-size:16px;line-height:25px}.ui.modal.hintdialog .ui.segment{display:flex;min-height:100px}.tutorialsegment .tutorialmessage img,.ui.modal.hintdialog img{margin-left:auto;margin-right:auto}.tutorial-callout,.tutorialhint{background:var(--pxt-neutral-background1);border:8px solid var(--pxt-colors-blue-background);border-radius:1.2rem;box-shadow:0 0 8px 1px var(--pxt-neutral-alpha20);color:var(--pxt-neutral-foreground1);max-width:100%;min-width:300px;padding:10px 26px;position:absolute;right:2rem;top:calc(50% + 3rem);z-index:45}.tutorial-callout:before,.tutorialhint:before{border:16px solid;border-color:transparent var(--pxt-colors-blue-background) transparent transparent;bottom:auto;content:" ";height:0;position:absolute;right:5px;top:-24px;transform:rotate(-135deg);width:0}.tutorial-callout>.hint-content,.tutorialhint>.hint-content{max-height:60vh;overflow:auto;padding-right:2rem}.tutorial-callout.hidden,.tutorialhint.hidden{display:none}.tutorial-callout .lang-blocks .segment.raised,.tutorialhint .lang-blocks .segment.raised{background:none;border:none;box-shadow:none;min-height:3em;text-align:center}.shake .icon{animation:shake 1.5s ease-in-out}.tutorial .mask{bottom:0;left:0;position:fixed;right:0;top:0}.avatar-container{height:100%;left:.7rem}.avatar-container .tooltip{left:auto;max-width:175px;position:absolute;top:calc(50% + 1.8rem);width:10rem;z-index:45}.avatar-container .tooltip,.avatar-container .tooltip:before{background-color:var(--pxt-colors-blue-background);color:var(--pxt-colors-blue-foreground)}.avatar-container .tooltip:before{left:auto;right:3rem}.hideIteration .avatar-container .tooltip:before{right:2.8rem}#tutorialcard:not(.showTooltip) .tooltip,#tutorialcard:not(.showTooltip) .tooltip:before{display:none}#tutorialcard.seemore .tutorialsegment>button{flex-grow:0;margin:-.5rem auto auto;padding:.5rem .8rem;position:relative;width:auto}.editorlang-text:not(.hideToolbox) #tutorialcard.seemore .tutorialsegment>button{margin-right:1rem}.editorlang-text.hideToolbox #tutorialcard.seemore .tutorialsegment>button{margin-left:1rem}#tutorialsteps{padding:1em 0}#tutorialsteps .step-label{margin:0 1em;max-width:2rem;min-width:2rem}#tutorialsteps .button.nextbutton .text{margin-right:.5em}#tutorialdropdown>.text{margin:.5em}#mainmenu .immersive-reader-button.ui.item,#mainmenu .immersive-reader-button.ui.item:focus,#simulator .editor-sidebar .immersive-reader-button.ui.item,#simulator .editor-sidebar .immersive-reader-button.ui.item:focus,.tutorialsegment .immersive-reader-button.ui.item,.tutorialsegment .immersive-reader-button.ui.item:focus{background-position:50%;background-repeat:no-repeat;background-size:80%;border-radius:.2em!important;height:2rem;width:2rem}.tutorialsegment .immersive-reader-button.ui.item,.tutorialsegment .immersive-reader-button.ui.item:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='660' height='554' fill='none' viewBox='0 0 660 554'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M311.443 56.477c67.24-41.16 176.16-52.48 230.96-55.59 18.42-1.04 33.78 12.99 33.77 30.7v165.339c-20.02-3.184-40.933 5.525-52.427 23.813-9.796 15.585-10.427 34.449-3.205 50.089-14.21-.904-28.396 4.027-38.98 13.85v-65.8c0-46.961-56.634-69.581-89.248-36.97l-.002.002-73.812 73.795h-14.326V69.647c0-5.28 2.63-10.33 7.27-13.17m-39.26 199.228V69.467c0-5.29-2.62-10.14-7.27-12.99-67.23-41.16-176.15-52.47-230.95-55.59-18.42-1.04-33.78 12.99-33.78 30.7v337.85c0 16.24 13.13 29.78 30.02 30.66 35.326 1.856 96.439 7.233 153.686 22.829v-114.94c0-28.879 23.403-52.281 52.282-52.281z' clip-rule='evenodd'/%3E%3Cpath fill='%230082c9' d='m413.524 203.123-82.6 82.582h-94.753c-12.311 0-22.282 9.971-22.282 22.282v133.69c0 12.301 9.971 22.281 22.282 22.281h94.753l82.6 82.582c13.954 13.954 38.037 4.15 38.037-15.755V218.878c0-19.923-24.102-29.69-38.037-15.755m245.999 171.709c0-58.982-29.765-113.21-79.629-145.054-10.389-6.629-24.166-3.547-30.749 6.926-6.582 10.472-3.509 24.333 6.88 30.971 36.904 23.573 58.935 63.624 58.935 107.157s-22.031 83.584-58.935 107.156c-10.389 6.629-13.462 20.49-6.88 30.972 6.044 9.618 19.608 14.056 30.749 6.925 49.864-31.844 79.629-86.063 79.629-145.053m-131.62-71.367c-10.751-5.876-24.315-2.005-30.275 8.774-5.932 10.778-2.005 24.324 8.773 30.275 11.986 6.582 19.432 18.977 19.432 32.318 0 13.35-7.446 25.735-19.422 32.317-10.779 5.951-14.706 19.497-8.774 30.276 5.97 10.825 19.543 14.668 30.276 8.773 26.208-14.437 42.493-41.778 42.493-71.376 0-29.597-16.285-56.929-42.503-71.357'/%3E%3C/svg%3E")}#tutorialcard .tutorialcard-immersive-reader{display:flex;justify-content:flex-end;position:absolute;right:0;top:.5em}#mainmenu .immersive-reader-button.ui.item,#mainmenu .immersive-reader-button.ui.item:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='660' height='553' fill='none' viewBox='0 0 660 553'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M311.26 55.644C378.5 14.484 487.42 3.164 542.22.054c18.42-1.04 33.78 12.99 33.77 30.7v165.339c-20.02-3.184-40.933 5.525-52.427 23.813-9.796 15.585-10.427 34.449-3.205 50.089-14.21-.904-28.396 4.027-38.98 13.85v-65.8c0-46.961-56.634-69.581-89.248-36.97l-.002.002-73.812 73.795H303.99V68.814c0-5.28 2.63-10.33 7.27-13.17M272 254.872V68.634c0-5.29-2.62-10.14-7.27-12.99C197.5 14.484 88.58 3.174 33.78.054 15.36-.986 0 13.044 0 30.754v337.85c0 16.24 13.13 29.78 30.02 30.66 35.326 1.856 96.439 7.233 153.686 22.829v-114.94c0-28.879 23.403-52.281 52.282-52.281z' clip-rule='evenodd'/%3E%3Cpath fill='%2397daff' d='m413.341 202.29-82.6 82.582h-94.753c-12.311 0-22.282 9.971-22.282 22.282v133.69c0 12.301 9.971 22.281 22.282 22.281h94.753l82.6 82.582c13.954 13.954 38.037 4.15 38.037-15.755V218.045c0-19.923-24.102-29.69-38.037-15.755M659.34 373.999c0-58.982-29.765-113.21-79.629-145.054-10.389-6.629-24.167-3.547-30.749 6.926-6.582 10.472-3.509 24.333 6.88 30.971 36.904 23.572 58.935 63.624 58.935 107.157s-22.031 83.584-58.935 107.156c-10.389 6.629-13.462 20.49-6.88 30.972 6.044 9.618 19.608 14.056 30.749 6.925 49.864-31.844 79.629-86.063 79.629-145.053m-131.62-71.367c-10.751-5.876-24.315-2.005-30.275 8.774-5.933 10.778-2.005 24.324 8.773 30.275 11.986 6.582 19.432 18.977 19.432 32.318 0 13.35-7.446 25.735-19.422 32.317-10.779 5.951-14.706 19.497-8.774 30.276 5.97 10.825 19.543 14.668 30.275 8.773 26.209-14.437 42.494-41.778 42.494-71.376 0-29.597-16.285-56.929-42.503-71.357'/%3E%3C/svg%3E")}#simulator .editor-sidebar .immersive-reader-button.ui.item,#simulator .editor-sidebar .immersive-reader-button.ui.item:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='660' height='554' fill='none' viewBox='0 0 660 554'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M311.443 56.477c67.24-41.16 176.16-52.48 230.96-55.59 18.42-1.04 33.78 12.99 33.77 30.7v165.339c-20.02-3.184-40.933 5.525-52.427 23.813-9.796 15.585-10.427 34.449-3.205 50.089-14.21-.904-28.396 4.027-38.98 13.85v-65.8c0-46.961-56.634-69.581-89.248-36.97l-.002.002-73.812 73.795h-14.326V69.647c0-5.28 2.63-10.33 7.27-13.17m-39.26 199.228V69.467c0-5.29-2.62-10.14-7.27-12.99-67.23-41.16-176.15-52.47-230.95-55.59-18.42-1.04-33.78 12.99-33.78 30.7v337.85c0 16.24 13.13 29.78 30.02 30.66 35.326 1.856 96.439 7.233 153.686 22.829v-114.94c0-28.879 23.403-52.281 52.282-52.281z' clip-rule='evenodd'/%3E%3Cpath fill='%230082c9' d='m413.524 203.123-82.6 82.582h-94.753c-12.311 0-22.282 9.971-22.282 22.282v133.69c0 12.301 9.971 22.281 22.282 22.281h94.753l82.6 82.582c13.954 13.954 38.037 4.15 38.037-15.755V218.878c0-19.923-24.102-29.69-38.037-15.755m245.999 171.709c0-58.982-29.765-113.21-79.629-145.054-10.389-6.629-24.166-3.547-30.749 6.926-6.582 10.472-3.509 24.333 6.88 30.971 36.904 23.573 58.935 63.624 58.935 107.157s-22.031 83.584-58.935 107.156c-10.389 6.629-13.462 20.49-6.88 30.972 6.044 9.618 19.608 14.056 30.749 6.925 49.864-31.844 79.629-86.063 79.629-145.053m-131.62-71.367c-10.751-5.876-24.315-2.005-30.275 8.774-5.932 10.778-2.005 24.324 8.773 30.275 11.986 6.582 19.432 18.977 19.432 32.318 0 13.35-7.446 25.735-19.422 32.317-10.779 5.951-14.706 19.497-8.774 30.276 5.97 10.825 19.543 14.668 30.276 8.773 26.208-14.437 42.493-41.778 42.493-71.376 0-29.597-16.285-56.929-42.503-71.357'/%3E%3C/svg%3E")}.tutorialsegment .immersive-reader-button.ui.item:focus,.tutorialsegment .immersive-reader-button.ui.item:hover{background-color:var(--pxt-neutral-alpha20);filter:brightness(.9)}#mainmenu .immersive-reader-button:focus,#mainmenu .immersive-reader-button:hover{background-color:var(--pxt-neutral-alpha50);filter:brightness(.8)}.modals .ui.button.immersive-reader-button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='660' height='554' fill='none' viewBox='0 0 660 554'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M311.443 56.477c67.24-41.16 176.16-52.48 230.96-55.59 18.42-1.04 33.78 12.99 33.77 30.7v165.339c-20.02-3.184-40.933 5.525-52.427 23.813-9.796 15.585-10.427 34.449-3.205 50.089-14.21-.904-28.396 4.027-38.98 13.85v-65.8c0-46.961-56.634-69.581-89.248-36.97l-.002.002-73.812 73.795h-14.326V69.647c0-5.28 2.63-10.33 7.27-13.17m-39.26 199.228V69.467c0-5.29-2.62-10.14-7.27-12.99-67.23-41.16-176.15-52.47-230.95-55.59-18.42-1.04-33.78 12.99-33.78 30.7v337.85c0 16.24 13.13 29.78 30.02 30.66 35.326 1.856 96.439 7.233 153.686 22.829v-114.94c0-28.879 23.403-52.281 52.282-52.281z' clip-rule='evenodd'/%3E%3Cpath fill='%230082c9' d='m413.524 203.123-82.6 82.582h-94.753c-12.311 0-22.282 9.971-22.282 22.282v133.69c0 12.301 9.971 22.281 22.282 22.281h94.753l82.6 82.582c13.954 13.954 38.037 4.15 38.037-15.755V218.878c0-19.923-24.102-29.69-38.037-15.755m245.999 171.709c0-58.982-29.765-113.21-79.629-145.054-10.389-6.629-24.166-3.547-30.749 6.926-6.582 10.472-3.509 24.333 6.88 30.971 36.904 23.573 58.935 63.624 58.935 107.157s-22.031 83.584-58.935 107.156c-10.389 6.629-13.462 20.49-6.88 30.972 6.044 9.618 19.608 14.056 30.749 6.925 49.864-31.844 79.629-86.063 79.629-145.053m-131.62-71.367c-10.751-5.876-24.315-2.005-30.275 8.774-5.932 10.778-2.005 24.324 8.773 30.275 11.986 6.582 19.432 18.977 19.432 32.318 0 13.35-7.446 25.735-19.422 32.317-10.779 5.951-14.706 19.497-8.774 30.276 5.97 10.825 19.543 14.668 30.276 8.773 26.208-14.437 42.493-41.778 42.493-71.376 0-29.597-16.285-56.929-42.503-71.357'/%3E%3C/svg%3E")!important;background-position:50%;background-repeat:no-repeat;background-size:60%;box-shadow:none;float:left;height:2.8rem;margin-left:0!important;padding-bottom:10px;padding-top:10px;transition:none;width:2rem}.modals .ui.button.immersive-reader-button:focus,.modals .ui.button.immersive-reader-button:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='660' height='554' fill='none' viewBox='0 0 660 554'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M311.443 56.477c67.24-41.16 176.16-52.48 230.96-55.59 18.42-1.04 33.78 12.99 33.77 30.7v165.339c-20.02-3.184-40.933 5.525-52.427 23.813-9.796 15.585-10.427 34.449-3.205 50.089-14.21-.904-28.396 4.027-38.98 13.85v-65.8c0-46.961-56.634-69.581-89.248-36.97l-.002.002-73.812 73.795h-14.326V69.647c0-5.28 2.63-10.33 7.27-13.17m-39.26 199.228V69.467c0-5.29-2.62-10.14-7.27-12.99-67.23-41.16-176.15-52.47-230.95-55.59-18.42-1.04-33.78 12.99-33.78 30.7v337.85c0 16.24 13.13 29.78 30.02 30.66 35.326 1.856 96.439 7.233 153.686 22.829v-114.94c0-28.879 23.403-52.281 52.282-52.281z' clip-rule='evenodd'/%3E%3Cpath fill='%230082c9' d='m413.524 203.123-82.6 82.582h-94.753c-12.311 0-22.282 9.971-22.282 22.282v133.69c0 12.301 9.971 22.281 22.282 22.281h94.753l82.6 82.582c13.954 13.954 38.037 4.15 38.037-15.755V218.878c0-19.923-24.102-29.69-38.037-15.755m245.999 171.709c0-58.982-29.765-113.21-79.629-145.054-10.389-6.629-24.166-3.547-30.749 6.926-6.582 10.472-3.509 24.333 6.88 30.971 36.904 23.573 58.935 63.624 58.935 107.157s-22.031 83.584-58.935 107.156c-10.389 6.629-13.462 20.49-6.88 30.972 6.044 9.618 19.608 14.056 30.749 6.925 49.864-31.844 79.629-86.063 79.629-145.053m-131.62-71.367c-10.751-5.876-24.315-2.005-30.275 8.774-5.932 10.778-2.005 24.324 8.773 30.275 11.986 6.582 19.432 18.977 19.432 32.318 0 13.35-7.446 25.735-19.422 32.317-10.779 5.951-14.706 19.497-8.774 30.276 5.97 10.825 19.543 14.668 30.276 8.773 26.208-14.437 42.493-41.778 42.493-71.376 0-29.597-16.285-56.929-42.503-71.357'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;background-size:60%;box-shadow:none;filter:brightness(.8)}.progresscircle{height:2.3em;margin-left:-.15em;margin-top:-.3em;position:absolute;width:2.3em}.progresscircle path{fill:none;stroke:var(--pxt-neutral-background1);stroke-linecap:round}#headers{color:var(--pxt-neutral-background1);display:flex;height:4rem;position:relative;z-index:42}#headers #headerToolbar{position:absolute;right:0}#headers #flyoutHeader{box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#headers #flyoutHeader #flyoutHeaderTitle{padding-left:1.2rem;padding-top:.8rem}#headers div{display:inline-block;line-height:2rem;text-align:center}.flyoutOnly #headers{height:4rem}.flyoutOnly #headers div{display:inline-flex}.hideToolbox #headers #flyoutHeader{display:none}.flyoutOnly.sidebarTutorial.tutorial #maineditor{left:33.3%}.flyoutOnly.sidebarTutorial.tutorial #maineditor>.full-abs{top:0}.flyoutOnly.sidebarTutorial.tutorial #maineditor>#blocksArea{top:3rem}.flyoutOnly.sidebarTutorial.tutorial #sidebar{background-color:var(--pxt-target-background2);color:var(--pxt-target-foreground2);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;height:100%;overflow-y:auto;padding:.8rem 1.6rem;width:33.3%}.flyoutOnly.sidebarTutorial.tutorial #sidebar .tutorialTitle{font-size:1.5rem;padding-bottom:1.6rem;word-wrap:break-word}.flyoutOnly.sidebarTutorial.tutorial #sidebar .tutorialMessage{font-size:1.2rem;padding-bottom:2rem}.flyoutOnly.sidebarTutorial.tutorial #sidebar #callout{padding:1.5rem 0 4rem;position:relative}.flyoutOnly.sidebarTutorial.tutorial #sidebar #callout .callout-hint-header{font-size:1.5rem}.flyoutOnly.sidebarTutorial.tutorial #sidebar #callout .callout-hint{bottom:-1rem;height:5rem;left:1rem;position:absolute;width:5rem;z-index:2}.flyoutOnly.sidebarTutorial.tutorial #sidebar #callout .callout-wrapper{padding:0 1.5rem}.tutorial.tutorial-embed #maineditor,.tutorial.tutorial-embed #simulator .editor-sidebar,.tutorial.tutorial-embed .simView #simulators,.tutorial.tutorial-embed.sideDocs #sidedocs{top:2.25rem}.tutorial.tutorial-embed .simView #boardview{padding-top:2.25rem}.tutorial.tutorial-embed .menubar .ui.menu{height:2.25rem!important;min-height:2.25rem!important}.tutorial.tutorial-embed #mainmenu .left.menu,.tutorial.tutorial-embed #mainmenu .right.menu{display:none}.tutorial.tutorial-embed #mainmenu .menu{height:2.25rem;position:absolute;width:100%}.tutorial.tutorial-embed #mainmenu .ui.item.tutorial-menuitem{background:none!important}.tutorial.tutorial-embed #mainmenu .immersive-reader-button.ui.item{background-size:1.7rem}.tutorial.tutorial-embed #mainmenu .ui.item.mobile.hide{display:flex!important}.tutorial.tutorial-embed #mainmenu .ui.item.mobile.only{display:none!important}@media only screen and (min-width:992px){.thin .landscape.only,.thin .portrait.hide{display:none}.thin .portrait.only{display:block!important;height:auto!important}}@media only screen and (min-width:768px) and (max-width:991px){.avatar-container .tooltip:before{right:2.1rem}}@media only screen and (max-width:767px){#tutorialcard .ui.button.prevbutton{display:none}#tutorialcard .ui.button.hintbutton{font-size:12.5px!important;top:80%;--bubble-pulse-size:16px}#tutorialcard .tutorialcard-immersive-reader{right:.5em}.tutorial #tutorialcard.hasHint .tutorialmessage{width:calc(100% - 2.5rem)}#tutorialcard:not(.hasHint) .tutorialmessage{width:calc(100% - .5rem)}.tutorialhint{right:-2rem;top:calc(20% + 2.1rem)}.tutorialhint:before{right:2rem;top:-20px}.avatar-container .tooltip{top:calc(80% + 1.1rem)}.avatar-container .tooltip:before{right:2.7rem}}@media only screen and (max-width:991px){.avatar-container .tooltip{width:8rem}#tutorialdropdown{width:auto}.tutorial.tutorial-embed #simulator .editor-sidebar{top:unset}}@media only screen and (max-height:44rem) and (min-width:767px){.tutorial #tutorialcard{padding-left:.5rem;padding-right:.5rem}.tutorial #tutorialcard .content{font-size:10pt}.modal.hintdialog img.ui.centered.image{max-height:12rem}}@keyframes shake{0%{transform:rotate(0deg)}10%{transform:rotate(-10deg)}20%{transform:rotate(10deg)}30%{transform:rotate(-10deg)}40%{transform:rotate(10deg)}50%{transform:rotate(-10deg)}60%{transform:rotate(10deg)}70%{transform:rotate(-10deg)}80%{transform:rotate(10deg)}90%{transform:rotate(-10deg)}to{transform:rotate(0deg)}}#simulator .editor-sidebar .tutorial-container-outer.active{background-color:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}.tutorial-container-outer{background-color:var(--pxt-neutral-background1)!important;color:var(--pxt-neutral-foreground1)!important}.tutorial-content-bkg{background-color:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1);padding:.5rem 1rem}.tutorial-container{display:flex;flex-direction:column;height:100%}.tutorial-content{flex:1;font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.125rem;margin-bottom:0;overflow-x:hidden;overflow-y:auto;padding:0}.tutorial-content span.docs.inlineblock{white-space:break-spaces}.tutorial-content p{line-height:1.6em}.tutorial-content hr{border:0;border-top:2px dashed var(--pxt-colors-blue-background)}.tutorial-content .lang-block .ui.segment.raised,.tutorial-content .lang-blocks .ui.segment.raised,.tutorial-content .ui.segment.raised.codewidget{background:var(--pxt-neutral-background2);color:var(--pxt-neutral-foreground2);overflow-x:auto}.tutorial-content .lang-block .ui.segment.raised code,.tutorial-content .lang-block .ui.segment.raised code.hljs,.tutorial-content .lang-blocks .ui.segment.raised code,.tutorial-content .lang-blocks .ui.segment.raised code.hljs,.tutorial-content .ui.segment.raised.codewidget code,.tutorial-content .ui.segment.raised.codewidget code.hljs{white-space:pre}.tutorial-scroll-gradient{background-image:linear-gradient(to bottom,var(--pxt-neutral-alpha0),var(--pxt-neutral-background1));bottom:0;height:3rem;pointer-events:none;position:absolute;width:calc(100% - 1rem)}.tutorial-replace-code+.tutorial-scroll-gradient{bottom:2rem}.tutorial-container .ui.button,.tutorial-container .ui.button:hover,.tutorial-controls .ui.button,.tutorial-controls .ui.button:hover{background-image:none;box-shadow:none}.tutorial-controls{border-top:2px solid var(--pxt-neutral-alpha50);margin-top:1rem}.tutorial-exit{color:#fff;cursor:pointer;font-size:.875rem;line-height:3.5rem;margin-right:1rem;position:absolute;right:0;top:0}.tutorial-exit:hover{text-decoration:underline}#mainmenu .tutorial-exit{font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif;text-transform:uppercase}.tutorial-top-bar{align-items:flex-end;display:flex;padding:.5rem 1rem 0}.tutorial-header-label{align-items:center;display:flex;flex-direction:row}.tutorial-header-label .ui.item{padding:.2rem!important}.tutorial-step-counter{background:var(--pxt-neutral-background1);border-bottom:2px solid var(--pxt-neutral-stencil1);padding:.5rem 1rem}.tutorial-step-label{color:var(--pxt-neutral-foreground1);cursor:default;display:flex;font-size:1rem;user-select:none}.tutorial-step-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tutorial-step-number:not(:first-child){flex-shrink:0;margin-left:1rem}#root.tabTutorial .tutorial-step-bubbles{align-items:center;display:flex;flex:1;justify-content:space-between;margin-left:auto}#root.tabTutorial .tutorial-step-bubbles .circle-button{background:var(--pxt-colors-blue-background);height:1rem;opacity:.6;transition:none;width:1rem}#root.tabTutorial .tutorial-step-bubbles .circle-button.current{background:var(--pxt-colors-blue-background);color:var(--pxt-colors-blue-foreground);height:2rem;opacity:1;user-select:none;width:2rem}#root.tabTutorial .tutorial-step-bubbles .circle-button.current~.circle-button{background:var(--pxt-neutral-alpha50);opacity:1}#root.tabTutorial .tutorial-step-bubbles .circle-button:focus-visible{outline:4px solid var(--pxt-focus-border);outline-offset:2px}#root.tabTutorial .tutorial-step-bubbles>.common-button.square-button{border:1px solid var(--pxt-colors-blue-background);color:var(--pxt-colors-blue-background);height:2rem;width:2rem}#root.tabTutorial .tutorial-step-bubbles>.common-button.square-button.disabled{visibility:hidden}.tutorial-title{font-size:1.5rem;font-weight:700;line-height:1.2em;margin-bottom:1rem}.tutorial-controls{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-bottom:1rem}.tutorial-controls .ui.button{background:var(--pxt-colors-blue-background);color:#fff;font-size:1.125rem;margin:0 1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tutorial-controls>.ui.button:last-child{margin-left:auto}.tutorial-controls .ui.button:focus,.tutorial-controls .ui.button:hover{background:var(--pxt-colors-blue-hover);color:var(--pxt-colors-blue-foreground)}.tutorial-controls .ui.button:focus-visible{outline:4px solid var(--pxt-focus-border);outline-offset:2px}.tutorial-hint .ui.button,.tutorial-hint.ui.button{border-radius:50%;font-size:1.5rem;height:3rem;margin:0;width:3rem}.tutorial-hint .ui.button,.tutorial-hint .ui.button>i,.tutorial-hint.ui.button,.tutorial-hint.ui.button>i{align-items:center;display:flex;justify-content:center}.tutorial-container-outer .tutorial-callout{border-color:var(--pxt-colors-teal-alpha10);bottom:5rem;left:3rem;max-width:50%;position:fixed;right:unset;top:unset}.tutorial-container-outer .tutorial-callout .hint-title{margin-top:-.75rem}.tutorial-container-outer .tutorial-callout .hint-title>span{background-color:var(--pxt-colors-teal-alpha10);border-radius:.5rem;color:var(--pxt-colors-teal-background);font-weight:700;padding:.25rem .75rem}.tutorial-container-outer .tutorial-callout:before{bottom:-2.5rem;display:none;left:6.5rem;top:auto;transform:rotate(-90deg)}.tutorial-container-outer .tutorial-callout-close.ui.button{background-color:#000;border-radius:50%;color:#fff;height:1.5rem;padding:0;position:absolute;right:1rem;width:1.5rem}.tutorial-container-outer .tutorial-callout-close.ui.button i.icon{font-size:1rem;margin:0!important;opacity:1}.tutorial-callout-mask{bottom:0;left:0;position:fixed;right:0;top:0;z-index:-1}.formatted-bullet-ul{padding:0}.formatted-bullet-li{display:flex;position:relative}.formatted-bullet-li p{padding:.4rem 0}.formatted-bullet{background:linear-gradient(var(--pxt-colors-blue-background),var(--pxt-colors-blue-background)) no-repeat 45% /2px 100%;flex-shrink:0;margin-right:.5rem}.formatted-bullet i.icon,.formatted-bullet i.xicon{background-color:var(--pxt-colors-blue-background);border-radius:50%;color:#fff;display:block;height:2.5rem;line-height:2.5rem;text-align:center;width:2.5rem}.formatted-bullet-ul .formatted-bullet-li:last-child{min-height:3.5rem}.formatted-bullet-ul .formatted-bullet-li:last-child .formatted-bullet:after{border-bottom:2px solid var(--pxt-colors-blue-background);bottom:0;content:" ";left:.75rem;position:absolute;width:1rem}.tutorial-replace-code{display:flex;justify-content:center}.tutorial-replace-code,.tutorial-replace-code .tutorial-callout-button.ui.button{font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif}.tutorial-replace-code .tutorial-callout-button.ui.button{background:none transparent;color:var(--pxt-link);font-weight:500;margin:0 0 1rem;padding:0}.tutorial-replace-code .tutorial-callout-button.ui.button:focus,.tutorial-replace-code .tutorial-callout-button.ui.button:hover{color:var(--pxt-link-hover)}.tutorial-replace-code .tutorial-callout{bottom:5rem;max-width:32rem;padding:1rem}.tutorial-replace-code .tutorial-replace-code-actions{display:flex;justify-content:flex-end}.simulator-container.hidden{display:block!important}.simulator-container .simPanel{height:100%;overflow-x:hidden;overflow-y:scroll;padding:1rem .5rem 1rem 1rem}.simulator-container .simPanel.ui.items{margin-top:0}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden{height:0;padding:0}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden .simPanel{align-items:flex-end;display:flex}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden .simPanel>*{display:none}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden .simPanel #boardview{display:inline-block}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden .simPanel #miniSimOverlay,#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden .simPanel .simtoolbar{display:block}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden .simPanel .play-button{display:none!important}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden .simPanel .expand-button,#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden .simPanel .fullscreen-button,#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden .simPanel .tutorial.mute-button{display:block!important}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden .simPanel aside.simtoolbar{float:unset}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden .tutorial-controls{display:none}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden #boardview #simulators .simframe,#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden #boardview.ui.vertical.editorFloat{background:transparent!important;width:17rem!important}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden #boardview #simulators{justify-content:flex-end}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden #boardview #simulators .simframe{margin-right:-2rem}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden aside.simtoolbar{z-index:5}#root.tabTutorial .simulator-container:not(.hidden) .simPanel{height:calc(100% - 5.725rem)}#root.tabTutorial #miniSimOverlay,#root.tabTutorial .simulator-container:not(.hidden) .simPanel .button.hidefullscreen,#root.tabTutorial.collapsedEditorTools:not(.fullscreensim) .simulator-container.hidden .simPanel .fullscreen-button,#root.tabTutorial.collapsedEditorTools:not(.fullscreensim) .simulator-container.hidden .simPanel .tutorial.mute-button{display:none!important}.tabTutorial.tutorial-embed #maineditor,.tabTutorial.tutorial-embed #simulator .editor-sidebar,.tabTutorial.tutorial-embed .simView #simulators,.tabTutorial.tutorial-embed.sideDocs #sidedocs{top:0}.tabTutorial.tutorial-embed .simView #boardview{padding-top:0}#root.headless.tabTutorial #simulator .editor-sidebar{background:none transparent;bottom:0;display:block;left:0;max-width:inherit;min-width:inherit;position:absolute;top:4rem}#root.headless.tabTutorial #simulator .editor-sidebar:not(.topInstructions){width:23rem}#root.headless.tabTutorial #simulator .editor-sidebar .simPanel{display:none}#root.headless.tabTutorial #boardview,#root.headless.tabTutorial .filemenu{display:auto}#root.headless.tabTutorial:not(.tutorialSimSidebar) #maineditor{left:23rem}#root.headless.tabTutorial.notificationBannerVisible #simulator .editor-sidebar{top:6rem}#root.headless.tabTutorial.hideMenuBar #simulator .editor-sidebar{height:100%;top:0}.tabTutorial .keymap.above{top:9.5rem}.tabTutorial details{background-color:var(--pxt-colors-teal-alpha10);border-radius:.5rem;color:var(--pxt-colors-teal-background);margin-bottom:1rem;padding:.5rem}.tabTutorial details summary{cursor:pointer}.tabTutorial .immersive-reader-button.ui.item{border:2px solid var(--pxt-neutral-stencil1);float:right;margin-left:1.5rem}.tutorial-validation-error-container{background:var(--pxt-neutral-background1);border-radius:.5rem;bottom:5.5rem;box-shadow:0 0 .5rem;color:var(--pxt-neutral-foreground1);left:24rem;max-height:70%;max-width:60%;min-width:18.75rem;position:fixed;right:unset;top:unset;z-index:40}.tutorial-validation-error-body{display:flex;flex-direction:row;padding:2rem 2rem 2rem .5rem}.tutorial-validation-error-hint{padding:1.5rem}.tutorial-validation-error-inner{display:flex;flex-direction:column}.tutorial-validation-error-emoji{padding:.5rem 1rem 0 .2rem;width:6rem}.tutorial-validation-error-controls{display:flex;justify-content:right;margin:.5rem 0 0}.tutorial-validation-error-controls>.common-button{width:unset}.tutorial-validation-error-close.common-button{padding:0!important;position:absolute;right:.6rem;top:.8rem}.tutorial-validation-error-close.common-button i.right{font-size:1.3rem;margin:0!important;opacity:1}.tutorial-validation-answer-key-hint{max-height:50vh;overflow:auto;padding-right:2rem}.tutorial-validation-answer-key-hint .lang-blocks .segment.raised{background:none;border:none;box-shadow:none;padding:0}@media only screen and (min-width:1199px){#root.tabTutorial:not(.fullscreensim,.greenscreen,.tutorialSimSidebar) #editortools{left:unset;right:0;width:calc(100% - 23rem)}}@media only screen and (min-width:991px) and (max-width:1199px){#root.tabTutorial:not(.fullscreensim,.greenscreen,.tutorialSimSidebar) #editortools{left:unset;right:0;width:calc(100% - 20rem)}}@media only screen and (min-width:991px){#root.tabTutorial:not(.fullscreensim,.greenscreen) #simulator .editor-sidebar:not(.topInstructions):not(.tutorial-sim){bottom:0}#root.tabTutorial:not(.fullscreensim,.greenscreen) .cloudstatusarea .cloudtext,#simulator .editor-sidebar:not(.topInstructions) .tutorial-container .tutorial-step-counter .tutorial-step-label{display:none}#simulator .editor-sidebar:not(.topInstructions) .tutorial-step-label{font-size:1rem;justify-content:space-between;margin-bottom:1.5rem}.tutorial-container-outer:not(.topInstructions) .tutorial-controls{padding-top:1rem}.topInstructionsWrapper #root.headless.tabTutorial #maineditor>.full-abs,.topInstructionsWrapper #root.tabTutorial #maineditor>.full-abs{top:18.625rem}.topInstructionsWrapper #root.headless.tabTutorial #simulator .editor-sidebar,.topInstructionsWrapper #root.tabTutorial #simulator .editor-sidebar{display:block!important;height:18.625rem;width:100%!important}.topInstructionsWrapper .tutorial-title{margin-bottom:.2rem}.topInstructionsWrapper .tutorial-content-bkg{display:flex;flex-direction:column;justify-content:space-between;min-height:100%;padding:.5rem 1rem .7rem}.topInstructionsWrapper .tutorial-content-bkg .tutorial-step-content{margin-right:1.5rem}.topInstructionsWrapper .tutorial-content-bkg .immersive-reader-button{position:absolute;right:1rem;top:.3rem}.topInstructionsWrapper .tutorial-step-label{display:none}.topInstructionsWrapper .tutorial-callout-button.ui.button{font-size:1.1em;height:2.5rem;width:2.5rem}.topInstructionsWrapper .editor-sidebar{border-bottom:0;border-right:0}.topInstructionsWrapper .tutorial-container-outer{padding-top:0}.topInstructionsWrapper .tutorial-container{flex-direction:row}.topInstructionsWrapper .tutorial-content{margin:0;padding-bottom:0}.topInstructionsWrapper .tutorial-replace-code+.tutorial-scroll-gradient,.topInstructionsWrapper .tutorial-scroll-gradient{bottom:0}.topInstructionsWrapper .simulator-container.hidden .tutorial-exit{margin-right:0;right:16rem}.topInstructionsWrapper .tutorial-top-bar{flex-direction:row-reverse;padding:.5rem 1rem;position:absolute;right:0;top:0;width:16rem}.topInstructionsWrapper .tutorial-step-counter{align-items:center;border-bottom:unset;column-gap:1rem;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-left:auto;padding:0}.topInstructionsWrapper .tutorial-step-counter .ui.button{margin:0;padding:.65rem}.topInstructionsWrapper .tutorial-step-counter .ui.button .icon{margin-left:0}.topInstructionsWrapper .tutorial-step-counter .counter-previous-button .icon{margin:0}.topInstructionsWrapper .tutorial-step-bubbles{min-width:30rem}.topInstructionsWrapper .tutorial-container .common-button.square-button{background:var(--pxt-colors-blue-background);border:unset;color:#fff!important;margin:0}.topInstructionsWrapper .tutorial-controls{align-items:center;display:flex;margin:.5rem 0 0;padding:.7rem 0 0}.topInstructionsWrapper .tutorial-controls>.ui.button{width:unset}.topInstructionsWrapper .tutorial-hint .tutorial-callout-button.ui.button.disabled{display:none}.topInstructionsWrapper .tutorial-container-outer:not(.topInstructions) .tutorial-callout{bottom:unset;left:unset;max-width:80%;top:unset;transform:translateY(15px)}.topInstructionsWrapper .tutorial-container-outer:not(.topInstructions) .tutorial-callout:before{bottom:auto;left:unset;right:3.5rem;top:-2.5rem;transform:rotate(90deg)}.topInstructionsWrapper .tutorial-replace-code{bottom:-.5rem;position:absolute;right:4.5rem;width:4rem}.topInstructionsWrapper .tutorial-replace-code .tutorial-callout{max-width:32rem;transform:translateY(65px)}.topInstructionsWrapper .tutorial-replace-code .tutorial-replace-code-actions .ui.button{width:unset}.topInstructionsWrapper .tutorial-replace-code~.tutorial-controls>.tutorial-hint{width:5rem}.topInstructionsWrapper #root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel{display:flex;height:100%;margin:0 4rem;position:relative;z-index:30}.topInstructionsWrapper #root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel #simulators{margin:auto;width:34rem}.topInstructionsWrapper #root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel .simframe{padding-bottom:39%!important}.topInstructionsWrapper #root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel .simtoolbar{flex-direction:column;flex-grow:0;margin-left:1rem;width:6rem}.topInstructionsWrapper #root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel .simtoolbar>.buttons{flex-direction:column}.topInstructionsWrapper #root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) #boardview{width:100%!important}.topInstructionsWrapper #root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .tutorial-controls{height:calc(100% - 3.5rem);justify-content:space-between;position:absolute;top:3.5rem;width:100%;z-index:10}.topInstructionsWrapper #root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .tutorial-controls .ui.button{height:100%}.topInstructionsWrapper #root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .tutorial-controls .ui.button:not(:hover){background-color:var(--pxt-neutral-alpha10)}.topInstructionsWrapper #root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .tutorial-controls>.ui.button:last-child{margin-bottom:.75rem;margin-top:.75rem}.topInstructionsWrapper #root.headless.tabTutorial.collapsedEditorTools #maineditor{left:0}.topInstructionsWrapper #root.headless.tabTutorial.collapsedEditorTools #simulator .editor-sidebar{width:100%}.topInstructionsWrapper #root.headless.tabTutorial.collapsedEditorTools .tutorial-top-bar{right:4rem}.topInstructionsWrapper #root.headless.tabTutorial.collapsedEditorTools #simulator .editor-sidebar .immersive-reader-button.ui.item,.topInstructionsWrapper #root.headless.tabTutorial.collapsedEditorTools #simulator .editor-sidebar .immersive-reader-button.ui.item:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='660' height='554' fill='none' viewBox='0 0 660 554'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M311.443 56.477c67.24-41.16 176.16-52.48 230.96-55.59 18.42-1.04 33.78 12.99 33.77 30.7v165.339c-20.02-3.184-40.933 5.525-52.427 23.813-9.796 15.585-10.427 34.449-3.205 50.089-14.21-.904-28.396 4.027-38.98 13.85v-65.8c0-46.961-56.634-69.581-89.248-36.97l-.002.002-73.812 73.795h-14.326V69.647c0-5.28 2.63-10.33 7.27-13.17m-39.26 199.228V69.467c0-5.29-2.62-10.14-7.27-12.99-67.23-41.16-176.15-52.47-230.95-55.59-18.42-1.04-33.78 12.99-33.78 30.7v337.85c0 16.24 13.13 29.78 30.02 30.66 35.326 1.856 96.439 7.233 153.686 22.829v-114.94c0-28.879 23.403-52.281 52.282-52.281z' clip-rule='evenodd'/%3E%3Cpath fill='%230082c9' d='m413.524 203.123-82.6 82.582h-94.753c-12.311 0-22.282 9.971-22.282 22.282v133.69c0 12.301 9.971 22.281 22.282 22.281h94.753l82.6 82.582c13.954 13.954 38.037 4.15 38.037-15.755V218.878c0-19.923-24.102-29.69-38.037-15.755m245.999 171.709c0-58.982-29.765-113.21-79.629-145.054-10.389-6.629-24.166-3.547-30.749 6.926-6.582 10.472-3.509 24.333 6.88 30.971 36.904 23.573 58.935 63.624 58.935 107.157s-22.031 83.584-58.935 107.156c-10.389 6.629-13.462 20.49-6.88 30.972 6.044 9.618 19.608 14.056 30.749 6.925 49.864-31.844 79.629-86.063 79.629-145.053m-131.62-71.367c-10.751-5.876-24.315-2.005-30.275 8.774-5.932 10.778-2.005 24.324 8.773 30.275 11.986 6.582 19.432 18.977 19.432 32.318 0 13.35-7.446 25.735-19.422 32.317-10.779 5.951-14.706 19.497-8.774 30.276 5.97 10.825 19.543 14.668 30.276 8.773 26.208-14.437 42.493-41.778 42.493-71.376 0-29.597-16.285-56.929-42.503-71.357'/%3E%3C/svg%3E")}.topInstructionsWrapper #root.headless.tabTutorial.collapsedEditorTools .tutorial-step-counter{color:#1b1c1d}.topInstructionsWrapper #root.headless.tabTutorial.collapsedEditorTools .tutorial-hint .tutorial-callout-button.ui.button{flex-direction:row;margin:3.5rem 1rem 0;width:12rem}.topInstructionsWrapper #root.headless.tabTutorial.collapsedEditorTools .tutorial-controls{align-items:flex-start}.topInstructionsWrapper #root.headless.tabTutorial.collapsedEditorTools .tutorial-controls .ui.button i.icon{margin-bottom:0!important}.topInstructionsWrapper .tutorial-title{max-width:calc(100% - 10rem)}.topInstructionsWrapper .tutorial-validation-error-container{left:unset;right:1rem}.topInstructionsWrapper .tutorial-step-bubbles{gap:1.5rem;justify-content:flex-end!important}.topInstructionsWrapper .tutorial-step-bubbles .circle-button{margin:0}.topInstructionsWrapper .tutorial-callout{bottom:unset;left:unset;right:unset;top:unset}}@media only screen and (min-width:991px) and (max-height:44rem){#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel{height:calc(100% - 5.725rem);min-height:250px}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) #boardview{height:calc(100% - 3rem);min-height:250px}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) #simulators,#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simframe{height:100%;min-height:250px}}@media only screen and (max-width:1199px){.tutorial-validation-error-container{left:21rem}}@media only screen and (max-width:991px){#root.headless.tabTutorial #maineditor>.full-abs,#root.tabTutorial #maineditor>.full-abs{top:18.625rem}#root.headless.tabTutorial #simulator .editor-sidebar,#root.tabTutorial #simulator .editor-sidebar{display:block!important;height:18.625rem;width:100%!important}.tutorial-title{margin-bottom:.2rem}.tutorial-content-bkg{display:flex;flex-direction:column;justify-content:space-between;min-height:100%;padding:.5rem 1rem .7rem}.tutorial-content-bkg .tutorial-step-content{margin-right:1.5rem}.tutorial-content-bkg .immersive-reader-button{position:absolute;right:1rem;top:.3rem}.tutorial-step-label{display:none}.tutorial-callout-button.ui.button{font-size:1.1em;height:2.5rem;width:2.5rem}.editor-sidebar{border-bottom:0;border-right:0}.tutorial-container-outer{padding-top:0}.tutorial-container{flex-direction:row}.tutorial-content{margin:0;padding-bottom:0}.tutorial-replace-code+.tutorial-scroll-gradient,.tutorial-scroll-gradient{bottom:0}.simulator-container.hidden .tutorial-exit{margin-right:0;right:16rem}.tutorial-top-bar{flex-direction:row-reverse;padding:.5rem 1rem;position:absolute;right:0;top:0;width:16rem}.tutorial-step-counter{align-items:center;border-bottom:unset;column-gap:1rem;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-left:auto;padding:0}.tutorial-step-counter .ui.button{margin:0;padding:.65rem}.tutorial-step-counter .ui.button .icon{margin-left:0}.tutorial-step-counter .counter-previous-button .icon{margin:0}.tutorial-step-bubbles{min-width:30rem}.tutorial-container .common-button.square-button{background:var(--pxt-colors-blue-background);border:unset;color:#fff!important;margin:0}.tutorial-controls{align-items:center;display:flex;margin:.5rem 0 0;padding:.7rem 0 0}.tutorial-controls>.ui.button{width:unset}.tutorial-hint .tutorial-callout-button.ui.button.disabled{display:none}.tutorial-container-outer:not(.topInstructions) .tutorial-callout{bottom:unset;left:unset;max-width:80%;top:unset;transform:translateY(15px)}.tutorial-container-outer:not(.topInstructions) .tutorial-callout:before{bottom:auto;left:unset;right:3.5rem;top:-2.5rem;transform:rotate(90deg)}.tutorial-replace-code{bottom:-.5rem;position:absolute;right:4.5rem;width:4rem}.tutorial-replace-code .tutorial-callout{max-width:32rem;transform:translateY(65px)}.tutorial-replace-code .tutorial-replace-code-actions .ui.button{width:unset}.tutorial-replace-code~.tutorial-controls>.tutorial-hint{width:5rem}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel{display:flex;height:100%;margin:0 4rem;position:relative;z-index:30}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel #simulators{margin:auto;width:34rem}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel .simframe{padding-bottom:39%!important}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel .simtoolbar{flex-direction:column;flex-grow:0;margin-left:1rem;width:6rem}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel .simtoolbar>.buttons{flex-direction:column}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) #boardview{width:100%!important}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .tutorial-controls{height:calc(100% - 3.5rem);justify-content:space-between;position:absolute;top:3.5rem;width:100%;z-index:10}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .tutorial-controls .ui.button{height:100%}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .tutorial-controls .ui.button:not(:hover){background-color:var(--pxt-neutral-alpha10)}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .tutorial-controls>.ui.button:last-child{margin-bottom:.75rem;margin-top:.75rem}#root.headless.tabTutorial.collapsedEditorTools #maineditor{left:0}#root.headless.tabTutorial.collapsedEditorTools #simulator .editor-sidebar{width:100%}#root.headless.tabTutorial.collapsedEditorTools .tutorial-top-bar{right:4rem}#root.headless.tabTutorial.collapsedEditorTools #simulator .editor-sidebar .immersive-reader-button.ui.item,#root.headless.tabTutorial.collapsedEditorTools #simulator .editor-sidebar .immersive-reader-button.ui.item:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='660' height='554' fill='none' viewBox='0 0 660 554'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M311.443 56.477c67.24-41.16 176.16-52.48 230.96-55.59 18.42-1.04 33.78 12.99 33.77 30.7v165.339c-20.02-3.184-40.933 5.525-52.427 23.813-9.796 15.585-10.427 34.449-3.205 50.089-14.21-.904-28.396 4.027-38.98 13.85v-65.8c0-46.961-56.634-69.581-89.248-36.97l-.002.002-73.812 73.795h-14.326V69.647c0-5.28 2.63-10.33 7.27-13.17m-39.26 199.228V69.467c0-5.29-2.62-10.14-7.27-12.99-67.23-41.16-176.15-52.47-230.95-55.59-18.42-1.04-33.78 12.99-33.78 30.7v337.85c0 16.24 13.13 29.78 30.02 30.66 35.326 1.856 96.439 7.233 153.686 22.829v-114.94c0-28.879 23.403-52.281 52.282-52.281z' clip-rule='evenodd'/%3E%3Cpath fill='%230082c9' d='m413.524 203.123-82.6 82.582h-94.753c-12.311 0-22.282 9.971-22.282 22.282v133.69c0 12.301 9.971 22.281 22.282 22.281h94.753l82.6 82.582c13.954 13.954 38.037 4.15 38.037-15.755V218.878c0-19.923-24.102-29.69-38.037-15.755m245.999 171.709c0-58.982-29.765-113.21-79.629-145.054-10.389-6.629-24.166-3.547-30.749 6.926-6.582 10.472-3.509 24.333 6.88 30.971 36.904 23.573 58.935 63.624 58.935 107.157s-22.031 83.584-58.935 107.156c-10.389 6.629-13.462 20.49-6.88 30.972 6.044 9.618 19.608 14.056 30.749 6.925 49.864-31.844 79.629-86.063 79.629-145.053m-131.62-71.367c-10.751-5.876-24.315-2.005-30.275 8.774-5.932 10.778-2.005 24.324 8.773 30.275 11.986 6.582 19.432 18.977 19.432 32.318 0 13.35-7.446 25.735-19.422 32.317-10.779 5.951-14.706 19.497-8.774 30.276 5.97 10.825 19.543 14.668 30.276 8.773 26.208-14.437 42.493-41.778 42.493-71.376 0-29.597-16.285-56.929-42.503-71.357'/%3E%3C/svg%3E")}#root.headless.tabTutorial.collapsedEditorTools .tutorial-step-counter{color:#1b1c1d}#root.headless.tabTutorial.collapsedEditorTools .tutorial-hint .tutorial-callout-button.ui.button{flex-direction:row;margin:3.5rem 1rem 0;width:12rem}#root.headless.tabTutorial.collapsedEditorTools .tutorial-controls{align-items:flex-start}#root.headless.tabTutorial.collapsedEditorTools .tutorial-controls .ui.button i.icon{margin-bottom:0!important}.tutorial-title{max-width:calc(100% - 10rem)}.tutorial-validation-error-container{left:unset;right:1rem}.tutorial-step-bubbles{min-width:25rem}#root.headless.tabTutorial #simulator .editor-sidebar,#simulator .editor-sidebar{top:3.5rem}.tutorial-container>.ui.button i.icon{margin-bottom:.5rem!important}}@media only screen and (min-width:767px) and (max-height:44rem){#root.headless.tabTutorial #simulator .editor-sidebar,#root.tabTutorial #simulator .editor-sidebar{top:3rem}}.tutorial-video-embed{align-items:center;display:flex;flex-direction:column;justify-content:center}.tutorial-video-embed>button{border:1px solid var(--pxt-colors-blue-background);color:var(--pxt-colors-blue-background);display:block;margin-top:.5rem}.tutorial-step-content video{max-width:100%}@media only screen and (max-width:767px){#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel #simulators{width:16rem}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel .simframe{padding-bottom:83%!important}#root.headless.tabTutorial.collapsedEditorTools .tutorial-hint .tutorial-callout-button.ui.button{margin:0}.tutorial-title{max-width:100%}.tutorial-step-bubbles{min-width:20rem}.tutorial-step-bubbles .ui.button{padding:.5rem}.tutorial-step-bubbles .ui.button .right{margin:0;padding:0}.tutorial-step-bubbles .counter-next-button .common-button-label{display:none}.tutorial-header-label .tutorial-header-step-label{display:none!important}.tutorial-validation-error-container{bottom:1rem;max-width:unset;min-width:unset;right:2.5%;width:95%}.tutorial-validation-error-body{padding:1.2rem 1rem 1rem}.tutorial-validation-error-emoji{display:none}.tutorial-validation-error-controls{justify-content:left}.tutorial-validation-error-controls>.common-button{padding:.8rem .8rem .8rem .25rem}.tutorial-validation-error-close.common-button{right:.3rem}}#sidedocs{opacity:0;right:0;top:0;visibility:hidden;width:0;z-index:95}code.hljs{background:none}#sidedocsbar{position:absolute;right:1rem}#sidedocsframe{background:#fff;border:none;height:0;width:0}#sidedocstoggle{left:auto;right:0}.sideDocs #sidedocs{height:calc(100% - 10.7rem);opacity:1;position:fixed;top:5rem;visibility:visible;width:20rem}.sideDocs #sidedocsframe-wrapper{position:relative;-webkit-overflow-scrolling:touch;border-bottom-left-radius:5px;border-top-left-radius:5px;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.41);-moz-box-shadow:0 0 20px 0 rgba(0,0,0,.41);box-shadow:0 0 20px 0 rgba(0,0,0,.41);height:100%;overflow:auto;width:20rem;z-index:95}.sideDocs #sidedocsframe-wrapper:has(aside:focus-visible){outline:4px solid var(--pxt-focus-border)}.sideDocs #sidedocsframe{height:100%;position:absolute;top:0;width:100%}.sideDocs #sidedocstoggle{right:20rem;transition:right .5s,opacity .5s linear}.sideDocs #sidedocsbar{top:1rem;z-index:96}#sidedocsbar .ui.link .icon{cursor:pointer;font-size:1.28571429rem}.sideDocs.editorlang-text #sidedocs{min-width:18rem;width:50%!important}.sideDocs.editorlang-text #sidedocsframe,.sideDocs.editorlang-text #sidedocsframe-wrapper{width:100%!important}.sideDocs.editorlang-text #sidedocstoggle{right:calc(50% - .5rem)!important}@media only screen and (max-width:36rem){.sideDocs.editorlang-text #sidedocstoggle{right:17rem!important}}@media only screen and (min-width:1200px){.sideDocs #sidedocs,.sideDocs #sidedocsframe,.sideDocs #sidedocsframe-wrapper{width:28rem!important}.sideDocs #sidedocstoggle{right:28rem!important}}@media only screen and (max-width:991px){.sideDocs #sidedocs{height:calc(100% - 15.5rem);top:4.5rem}.sideDocs.collapsedEditorTools #sidedocs,.sideDocs.hideEditorFloats #sidedocs{height:calc(100% - 10.2rem)}}@media only screen and (max-width:767px){.sideDocs #sidedocs,.sideDocs #sidedocsframe,.sideDocs #sidedocsframe-wrapper{width:18rem!important}.sideDocs #sidedocstoggle{right:18rem!important}}@media only screen and (max-height:44rem) and (min-width:767px){.sideDocs #sidedocs{top:4rem}}#keyboardnavhelp{background-color:#fff;color:#333;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;height:100%;overflow:auto;padding:1rem}#keyboardnavhelp .key{border:1px solid var(--pxt-neutral-foreground1);border-radius:5px;display:inline-flex;justify-content:center;min-width:1.8em;padding:.2rem}#keyboardnavhelp .shortcut{gap:.5rem}#keyboardnavhelp .hint{font-size:85%;line-height:1;margin:.5rem 0 0}#keyboardnavhelp table{table-layout:fixed;text-align:left;width:100%}#keyboardnavhelp td,#keyboardnavhelp th{padding:.4rem .2rem;vertical-align:top}#keyboardnavhelp tr{margin-bottom:.3rem}#keyboardnavhelp h3{margin-top:2rem}#homescreen{background:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1);user-select:none;z-index:999}.projectsdialog{height:100%;overflow:auto;position:relative;z-index:1000}.projectsdialog .accessibleMenu{z-index:1002!important}.projectsdialog .accessibleMenu .ui.button:focus,.projectsdialog .accessibleMenu .ui.item:focus{z-index:1001!important}.projectsdialog .ui.segment.getting-started-segment{background-repeat:no-repeat;background-size:cover;border:0;border-radius:0;height:300px;margin-bottom:2.1rem!important;margin-top:-2.1rem!important;padding:0}.projectsdialog .ui.segment.getting-started-segment .column{padding:0!important}.projectsdialog .ui.segment.getting-started-segment .getting-started{margin-top:70px;padding:60px}.projectsdialog .ui.segment.getting-started-segment.hero{overflow:hidden;-webkit-transition:background-image .5s ease-in;transition:background-image .5s ease-in}.projectsdialog .ui.segment.getting-started-segment.hero .hero-banner-contents{display:flex;flex-direction:column;height:100%;justify-content:center;left:0;margin-left:60px;position:absolute;top:0;width:20rem}.projectsdialog .ui.segment.getting-started-segment.hero .description{align-items:flex-end;color:#fff;display:flex;font-size:1.5rem;font-weight:600;height:6.5rem;overflow-y:auto;width:20rem}.projectsdialog .ui.segment.getting-started-segment.hero .description p{flex-grow:0;max-height:100%}.projectsdialog .ui.segment.getting-started-segment.hero .action{margin:1rem 0}.projectsdialog .ui.segment.getting-started-segment.hero .action a:focus-visible,.projectsdialog .ui.segment.getting-started-segment.hero .action button:focus-visible{outline-color:var(--pxt-neutral-stencil3);outline-style:solid;outline-width:4px!important}.projectsdialog .ui.segment.getting-started-segment.hero .dots{align-self:flex-start;border-radius:50px;line-height:0;margin-top:8px}.projectsdialog .ui.segment.getting-started-segment.hero .dots:focus-visible{outline-color:#fff;outline-offset:4px;outline-style:solid;outline-width:3px!important}.projectsdialog .ui.segment.getting-started-segment.hero .dots button{border:2px solid var(--pxt-neutral-alpha50);margin-right:1.25rem;transition:background-color .5s}.projectsdialog .ui.segment.getting-started-segment.hero .dots button.active{background-color:transparent;border-color:hsla(0,0%,100%,.75)}.projectsdialog .ui.segment.getting-started-segment.hero .dots button:last-child{margin-right:0}.projectsdialog .ui.segment.getting-started-segment.hero .gradient-overlay{background:linear-gradient(90deg,#000 0,transparent);height:100%;left:0;position:relative;top:0;width:40rem}.projectsdialog .content{height:100%}.projectsdialog .ui.segment.tabsegment{background:var(--pxt-target-background1);border:0;color:var(--pxt-target-foreground1);margin:0;min-height:100%;padding:0;padding-top:6rem!important;width:100%}.projectsdialog .ui.segment.gallerysegment{background:none;border:none;box-shadow:none;margin:0;padding:0}.projectsdialog .ui.segment.gallerysegment .ui.header{color:var(--pxt-target-foreground1);font-size:20px;margin:0;padding-left:60px}.projectsdialog .ui.segment.gallerysegment .ui.header.myproject-header{cursor:pointer;outline:none}.projectsdialog .ui.segment.gallerysegment .ui.header.myproject-header>.view-all-button{border-bottom:1px solid var(--pxt-neutral-alpha0);color:var(--pxt-primary-background);font-size:14px;font-weight:500;margin-left:1.5em;transition:border-color .4s ease}.projectsdialog .ui.segment.gallerysegment .ui.header.myproject-header>.view-all-button:focus,.projectsdialog .ui.segment.gallerysegment .ui.header.myproject-header>.view-all-button:hover{border-color:var(--pxt-primary-background)}.projectsdialog .ui.segment.gallerysegment .ui.header.myproject-header>.view-all-button:focus-visible{outline-color:var(--pxt-focus-border);outline-offset:2px;outline-style:solid;outline-width:5px!important}.projectsdialog .ui.segment.gallerysegment .heading{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:-1rem!important;margin-top:1rem!important}.projectsdialog .ui.segment.gallerysegment .column{padding:0!important}.projectsdialog .ui.segment.gallerysegment .column.right.aligned{padding-right:60px!important}.projectsdialog .import-dialog-btn{position:relative;z-index:1}.projectsdialog .import-dialog-btn:focus-visible{outline-color:var(--pxt-focus-border);outline-offset:2px;outline-style:solid;outline-width:5px!important}.projectsdialog .homefooter{left:0;padding:5px!important;position:absolute;right:0;text-align:center;width:100%;z-index:1001}.projectsdialog .homefooter .item{font-size:.8rem!important}.projectsdialog .homefooter .item,.projectsdialog .homefooter .item .icon{color:var(--pxt-neutral-foreground1)!important}.projectsdialog .homefooter .item.copyright{display:block;font-size:.7rem!important;line-height:15px!important}.projectsdialog .ui.card:hover{background-color:var(--pxt-neutral-background1);border:5px solid var(--pxt-neutral-background1)!important;transform:scale(1.1)}.projectsdialog .header{user-select:none}.projectsdialog .carouselitem.selected .ui.card{border:10px solid var(--pxt-neutral-background1)!important;z-index:1002}.projectsdialog .carouselitem.selected .ui.card:hover{transform:none}.projectsdialog .carouselitem.selected .ui.card:after,.projectsdialog .carouselitem.selected .ui.card:before{border:solid transparent;content:" ";height:0;left:50%;pointer-events:none;position:absolute;top:100%;width:0}.projectsdialog .carouselitem.selected .ui.card:after{border-color:var(--pxt-neutral-alpha0);border-top-color:var(--pxt-neutral-background1);border-width:10px;margin-left:-10px}.projectsdialog .carouselitem.selected .ui.card:before{border-color:var(--pxt-neutral-alpha0);border-top-color:var(--pxt-neutral-stencil3);border-width:17px;margin-left:-17px}.projectsdialog .detailview{margin-top:-2rem;overflow:hidden;position:relative;transition:height .5s;z-index:1001}.projectsdialog .detailview .ui.grid{background:var(--pxt-neutral-background3)}.projectsdialog .detailview .column{height:15rem}.projectsdialog .detailview .segment{margin:2rem 0 0;padding-left:60px}.projectsdialog .detailview .imagewrapper{bottom:0;left:30%;overflow:hidden;padding:0;position:absolute;right:0;top:0}.projectsdialog .detailview .imagewrapper .image{background-size:cover;height:400px}.projectsdialog .detailview .imagewrapper .video{background-size:cover;width:100%}.projectsdialog .detailview .imagewrapper:after{background:linear-gradient(90deg,var(--pxt-neutral-background3),var(--pxt-neutral-alpha0));bottom:0;content:" ";left:0;pointer-events:none;position:absolute;right:0;top:0}.projectsdialog .detailview .header{color:var(--pxt-neutral-foreground3);font-size:20px;margin-bottom:1rem}.projectsdialog .detailview .description-container{margin-bottom:.5rem;max-height:8rem;overflow-y:auto}.projectsdialog .detailview .detail{color:var(--pxt-neutral-foreground3)}.projectsdialog .detailview .yt-button,.projectsdialog .detailview button.home-share-button{border-radius:.5rem;display:inline-block}.projectsdialog .detailview .yt-button{background-color:var(--pxt-primary-background)}.projectsdialog .detailview button.home-share-button{background-color:var(--pxt-target-background1);color:var(--pxt-neutral-foreground1)}.projectsdialog .detailview .ui.grid.stackable .actions{bottom:0;padding-right:4rem!important;position:relative;text-align:right}.projectsdialog .detailview .ui.grid.stackable .actions .segment{padding:0;white-space:nowrap}.projectsdialog .detailview .ui.grid.stackable .actions .card-action{border:5px solid transparent;border-radius:.75rem!important;display:inline-block;margin:0 0 0 1rem;overflow:hidden;position:relative;text-align:center;transition-duration:.1s}.projectsdialog .detailview .ui.grid.stackable .actions .card-action>.icon,.projectsdialog .detailview .ui.grid.stackable .actions .card-action>.item{background:var(--pxt-target-background1);color:var(--pxt-target-foreground1);height:8rem}.projectsdialog .detailview .ui.grid.stackable .actions .card-action .button.attached i{color:var(--pxt-neutral-foreground1);display:block;margin:auto!important;opacity:.65}.projectsdialog .detailview .ui.grid.stackable .actions .card-action .button.attached i.blocks,.projectsdialog .detailview .ui.grid.stackable .actions .card-action .button.attached i.js,.projectsdialog .detailview .ui.grid.stackable .actions .card-action .button.attached i.py{opacity:.05}.projectsdialog .detailview .ui.grid.stackable .actions .card-action .button.attached .icon:not(.xicon){font-size:5rem;line-height:8rem;margin:0 auto!important}.projectsdialog .detailview .ui.grid.stackable .actions .card-action .button.approve{background-color:var(--pxt-primary-background);color:var(--pxt-neutral-foreground3);transition-duration:0s;width:100%}.projectsdialog .detailview .ui.grid.stackable .actions .card-action-title{color:var(--pxt-neutral-foreground1);font-size:1.43rem;font-weight:700;left:50%;pointer-events:none;position:absolute;top:40%;transform:translateX(-50%) translateY(-50%)}.projectsdialog .detailview .ui.grid.stackable .actions .card-action:hover{border-color:var(--pxt-focus-border);cursor:pointer}.projectsdialog .detailview .ui.grid.stackable .actions .card-action:hover .ui.button{filter:none}.projectsdialog .detailview .ui.grid.stackable .actions .card-action:hover .ui.button:first-child:hover{z-index:auto}.projectsdialog .detailview .ui.grid.stackable .actions .card-action:focus-within{border-color:var(--pxt-focus-border)}.projectsdialog .detailview .ui.grid.stackable .actions .card-action:hover{transform:scale(1.1)}.projectsdialog .detailview .ui.grid.stackable .actions .card-action.custom-icon i.xicon{font-size:6.5rem;padding-top:3.5rem}.projectsdialog .detailview .ui.grid.stackable .actions .card-action:not(.custom-icon) .xicon:before{visibility:hidden}.projectsdialog .detailview .ui.grid.stackable .actions .card-action:not(.custom-icon) i.xicon{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='1000' viewBox='0 0 1000 1000'%3E%3Cpath d='M219.119 941.69h577.03c22.843 0 41.383-18.539 41.383-41.492V695.495c-7.394-24.829-28.582-27.146-48.445-8.276-1.766 0-21.63 24.388-67.315 24.388-54.514-1.656-98.986-41.934-107.262-94.572h-.552c-.432-3.864-.432-25.16 0-29.023h.552c8.276-52.527 52.748-92.916 107.262-94.571 45.686 0 65.439 24.388 67.315 24.388 19.311 18.318 40.72 13.904 48.445-8.056l.096-189.364c0-19.201-13.243-36.306-31.01-40.94-3.311.883-179.763 0-179.763 0-43.479 3.532-58.707-25.713-34.54-51.204 0-1.766 24.388-21.629 24.388-67.315-1.656-54.513-42.044-98.985-94.572-107.262v-.552c-3.864-.432-25.16-.432-29.023 0v.552c-52.527 8.277-92.916 52.749-94.681 107.262 0 45.686 24.387 65.44 24.387 67.315 24.278 25.491 14.125 53.52-34.32 51.203 0 0-176.452.884-179.762 0-17.878 4.637-31.12 21.63-31.12 40.941V900.2c0 22.842 18.54 41.492 41.492 41.492z' class='st1'/%3E%3C/svg%3E") no-repeat 50%;background-blend-mode:color-burn;background-size:70%;font-size:6.5rem!important}.projectsdialog .detailview .ui.grid.stackable .actions .card-action:not(.custom-icon) i.xicon.py{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='1000' style='clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;version:1.1' viewBox='0 0 1000 1000'%3E%3Cpath d='m503.415 730.842-1.25 28.765 228.868 2.501s.553 83.963 0 96.3c-3.535 78.874-47.389 95.999-128.817 110.057-81.427 14.057-171.498 5.077-205.105 0-108.896-16.451-121.313-112.558-121.313-112.558s-.481-204.44 0-240.124S320.969 515.221 377.1 513.23c71.167-2.524 194.071 2.041 252.63 0 58.56-2.04 130.375-58.917 132.569-132.568s1.25-115.06 1.25-115.06l90.047 2.502s119.183-4.794 121.312 246.377c1.989 234.636-179.876 216.383-180.093 216.361zm129.442 173.84c-23.814 0-43.147-19.334-43.147-43.147 0-23.814 19.333-43.148 43.147-43.148s43.147 19.334 43.147 43.148c0 23.813-19.333 43.147-43.147 43.147M208.066 263.133h291.4l1.25-28.765-228.868-2.501s-.552-83.963 0-96.3c3.535-78.874 47.389-95.999 128.817-110.057 81.427-14.057 171.499-5.077 205.106 0 108.895 16.451 121.312 112.558 121.312 112.558s.481 204.44 0 240.124-45.171 100.562-101.302 102.553c-71.167 2.524-194.071-2.041-252.63 0-58.56 2.04-130.375 58.917-132.569 132.568s-1.25 115.059-1.25 115.059l-90.047-2.501S30.102 730.665 27.973 479.494c-1.99-234.776 180.093-216.361 180.093-216.361m161.958-173.84c23.814 0 43.147 19.334 43.147 43.147 0 23.814-19.333 43.148-43.147 43.148s-43.147-19.334-43.147-43.148c0-23.813 19.333-43.147 43.147-43.147'/%3E%3C/svg%3E")}.projectsdialog .detailview .ui.grid.stackable .actions .card-action:not(.custom-icon) i.xicon.js{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 630 630'%3E%3Cpath d='M0 0v630h630V0zm479.453 285.846c37.638 0 64.703 13.112 84.154 47.367l-46.095 29.601c-10.15-18.182-21.144-25.37-38.059-25.37-17.339 0-28.334 10.994-28.334 25.37 0 17.763 10.996 24.951 36.367 35.948l14.801 6.343c50.325 21.57 78.658 43.557 78.658 93.034 0 53.287-41.865 82.465-98.11 82.465-54.975 0-90.499-26.217-107.835-60.473l48.207-27.912c12.69 20.724 29.183 35.947 58.361 35.947 24.532 0 40.174-12.265 40.174-29.182 0-20.298-16.07-27.488-43.137-39.326l-14.796-6.347c-42.715-18.182-71.051-41.017-71.051-89.227 0-44.404 33.831-78.238 86.695-78.238M283.64 289.23h59.203v202.137c0 61.32-35.944 89.233-88.385 89.233-47.36 0-74.85-24.528-88.805-54.127l-.002.002v-.006l.002.004 48.211-29.176c9.302 16.491 17.762 30.443 38.057 30.443 19.454 0 31.719-7.61 31.719-37.21z'/%3E%3C/svg%3E")}.projectsdialog .detailview .ui.grid.stackable .actions .card-action>a:first-child{display:inline-block;padding:0;width:100%}.projectsdialog .detailview .ui.grid.stackable .actions .card-action .button{border:none!important;box-shadow:none!important;margin:0;outline:none!important}.projectsdialog .detailview>.closeIcon{margin:1.5rem;position:absolute;right:0;top:0;z-index:1}.projectsdialog .detailview>.closeIcon .remove.icon{background-color:var(--pxt-neutral-background3);border-radius:50%;color:var(--pxt-neutral-foreground3);cursor:pointer;font-size:2.15rem;height:2.15rem;line-height:2.15rem;opacity:.9;transition:all .15s ease-out;width:2.15rem}.projectsdialog .detailview>.closeIcon .remove.icon:focus,.projectsdialog .detailview>.closeIcon .remove.icon:hover{box-shadow:0 0 0 3px var(--pxt-neutral-alpha20);opacity:1;transform:scale(1.1)}.projectsdialog .tutorial-progress.not-finished{background-color:var(--pxt-primary-background)!important;color:var(--pxt-primary-foreground)!important}.projectsdialog .ui.card,.scriptmanager .ui.cards .ui.card{background-color:var(--pxt-neutral-background1);border:5px solid var(--pxt-neutral-stencil2)!important;border-radius:0;color:var(--pxt-neutral-foreground1);margin-right:5px}.projectsdialog .ui.card .content,.projectsdialog .ui.card .ui.image,.projectsdialog .ui.card .ui.imagewrapper,.scriptmanager .ui.cards .ui.card .content,.scriptmanager .ui.cards .ui.card .ui.image,.scriptmanager .ui.cards .ui.card .ui.imagewrapper{border-radius:0!important}.projectsdialog .ui.card .content .tags,.projectsdialog .ui.card .ui.image .tags,.projectsdialog .ui.card .ui.imagewrapper .tags,.scriptmanager .ui.cards .ui.card .content .tags,.scriptmanager .ui.cards .ui.card .ui.image .tags,.scriptmanager .ui.cards .ui.card .ui.imagewrapper .tags{color:var(--pxt-neutral-foreground2);font-size:1rem}.projectsdialog .ui.card .header,.projectsdialog .ui.card .meta,.scriptmanager .ui.cards .ui.card .header,.scriptmanager .ui.cards .ui.card .meta{color:var(--pxt-neutral-foreground1)}.projectsdialog .ui.card:focus,.scriptmanager .ui.cards .ui.card:focus{border:2px solid transparent;outline-color:var(--pxt-focus-border);outline-style:solid;outline-width:5px!important}.projectsdialog,.ui.fullscreen.modal.scriptmanager>.content{background:var(--pxt-target-background1);color:var(--pxt-target-foreground1)}.carouselouter{position:relative}.carouselcontainer{overflow:hidden;padding:2rem 60px!important}.carouselbody{overflow-y:visible;touch-action:pan-y}.carouselitem{float:left}.carouselarrow{background:var(--pxt-target-background1);color:var(--pxt-primary-background);cursor:pointer;display:block;font-size:50.84745763px!important;height:100%;line-height:1;opacity:.7;outline:none;overflow:hidden;position:absolute;top:0;width:60px;z-index:1000}.carouselarrow:focus,.carouselarrow:hover{opacity:1;transition:opacity .1s ease-out 0s}.carouselarrow:focus .icon,.carouselarrow:hover .icon{transform:scale(1.4);transition:transform .1s ease-out 0s}.carouselarrow:focus{outline:solid 3px var(--pxt-primary-background)}.carouselarrow .icon{position:absolute;top:40%}.carouselarrow.left{left:0}.carouselarrow.right{right:0}.gallerysegment .ui.card,.gallerysegment .ui.cards .card{background-color:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}.gallerysegment .ui.card:focus,.gallerysegment .ui.card:hover,.gallerysegment .ui.cards .card:focus,.gallerysegment .ui.cards .card:hover{background-color:var(--pxt-neutral-background1)!important;border-color:var(--pxt-neutral-background1)!important;color:var(--pxt-neutral-foreground1)!important}.inverted-theme .projectsdialog .detailview .actions .card-action>.icon,.inverted-theme .projectsdialog .detailview .actions .card-action>.item{background:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}.inverted-theme .projectsdialog .detailview .actions .card-action .button.approve{color:var(--pxt-primary-foreground)}.inverted-theme .projectsdialog .detailview .actions .card-action i.xicon{filter:invert(1)}@media only screen and (max-width:991px){.projectsdialog .ui.segment.getting-started-segment{background-position:0;height:250px}.projectsdialog .ui.segment.getting-started-segment .getting-started{margin-top:40px;padding:40px}.projectsdialog .ui.segment.getting-started-segment .getting-started-header{font-size:40px}.projectsdialog .ui.segment.getting-started-segment.hero .hero-banner-contents{margin-left:40px}.projectsdialog .ui.segment.tabsegment{padding-top:5.5rem!important}.projectsdialog .gallerysegment .column{padding:0!important}.projectsdialog .gallerysegment .column.right.aligned{padding-right:40px!important}.projectsdialog .gallerysegment .ui.header{padding-left:40px}.projectsdialog .detailview .actions .card-action{max-width:10rem}.projectsdialog .detailview .actions .card-action .button.attached .icon:not(.xicon){line-height:6rem}.projectsdialog .detailview .actions .card-action>.icon,.projectsdialog .detailview .actions .card-action>.item{background-size:60%;height:6rem;max-width:10rem}.projectsdialog .detailview .actions .segment{margin-right:2rem;margin-top:4rem}.projectsdialog .detailview .ui.button.approve{font-size:1rem!important;padding:.7rem 1rem}.carouselcontainer{padding:2rem 40px!important}.carouselarrow{font-size:33.89830508px!important;width:40px}.projectsdialog .ui.card,.projectsdialog .ui.cards>.card{width:200px}}@media only screen and (max-width:767px){.projectsdialog .ui.segment.getting-started-segment{height:10rem;margin-bottom:.5rem!important}.projectsdialog .ui.segment.getting-started-segment .getting-started-header{font-size:30px}.projectsdialog .ui.segment.getting-started-segment .getting-started{padding:20px}.projectsdialog .ui.segment.getting-started-segment.hero .hero-banner-contents{margin-left:20px}.projectsdialog .ui.segment.getting-started-segment.hero .hero-banner-contents .description{font-size:1rem;height:4rem;width:12rem}.projectsdialog .ui.segment.getting-started-segment.hero .hero-banner-contents .dots{display:none}.projectsdialog .ui.segment.tabsegment{padding-top:5.5rem!important}.projectsdialog .gallerysegment .column.right.aligned{padding-right:20px!important}.projectsdialog .gallerysegment .ui.header{padding-left:20px}.projectsdialog .carouselitem.selected .ui.card{border-width:5px!important;margin-top:-8px}.carouselcontainer{padding:2rem 20px!important}.carouselarrow{font-size:16.94915254px!important;width:20px}.projectsdialog .ui.card.buttoncard .content{padding:1rem}.projectsdialog .ui.card.buttoncard .header{font-size:12pt!important}.projectsdialog .ui.card.example .ui.huge.label{font-size:1rem}.projectsdialog .ui.card.example .ui.cardimage,.projectsdialog .ui.card.example .ui.image{height:6rem}.projectsdialog .ui.card.example .content .header{font-size:1rem}.projectsdialog .ui.card.example .ui.image~.content{height:2.4rem;padding:.7rem}.projectsdialog .ui.card.example .ui.image~.content.tall{height:3rem}.projectsdialog .ui.card.example .ui.image~.content.tall .tags{font-size:.8rem}.projectsdialog .ui.card.file .content .header{font-size:1rem}.projectsdialog .ui.card.file .content{margin-left:0}.projectsdialog .ui.card.file .meta{font-size:.7rem;padding:.5rem}.projectsdialog .carouselcontainer{padding:1.5rem 20px!important}.projectsdialog .detailview .column:first-child{height:auto;overflow:visible}.projectsdialog .detailview .column:first-child .segment{padding-bottom:1rem}.projectsdialog .detailview .actions{height:auto;padding-right:20px!important}.projectsdialog .detailview .actions .card-action{border-width:3px;display:inline-block;margin:0 0 0 .5rem;width:8rem}.projectsdialog .detailview .actions .card-action>.icon,.projectsdialog .detailview .actions .card-action>.item{height:2rem}.projectsdialog .detailview .actions .card-action .xicon{background-image:none!important}.projectsdialog .detailview .actions .card-action .button.approve{font-size:.9rem!important;padding:.35em .75em .5em}.projectsdialog .detailview .actions .card-action .button.attached .icon:not(.xicon){font-size:2rem;line-height:2rem}.projectsdialog .detailview .actions .card-action-title{font-size:1rem;top:25%}.projectsdialog .detailview .actions .segment{margin:0 .5rem .5rem;position:static;text-align:right;white-space:nowrap}.hero.dots{display:none}}@media only screen and (max-height:44rem) and (min-width:767px){.ui.segment.tabsegment{padding-top:5rem!important}.projectsdialog .ui.card,.projectsdialog .ui.cards>.card{height:9rem;white-space:nowrap;width:15rem}.projectsdialog .ui.card.buttoncard .content{padding:1rem}.projectsdialog .ui.card.buttoncard .header{font-size:12pt!important}.projectsdialog .ui.card.buttoncard i.icon.huge{font-size:3rem}.projectsdialog .ui.card.example .ui.huge.label{font-size:1rem}.projectsdialog .ui.card.example .ui.cardimage,.projectsdialog .ui.card.example .ui.image{height:6rem}.projectsdialog .ui.card.example .content .header{font-size:1rem}.projectsdialog .ui.card.example .ui.image~.content{height:2.4rem;padding:.7rem}.projectsdialog .ui.card.file .content .header{font-size:1rem}.projectsdialog .ui.card.file .content{margin-left:0}.projectsdialog .ui.card.file .meta{padding:.5rem}.projectsdialog .ui.card.file .fileimage{height:1.5rem;left:1rem;top:2rem;width:2rem}.projectsdialog .detailview.visible .column,.projectsdialog .detailview.visible .imagewrapper .image{height:220px}.projectsdialog .ui.segment.getting-started-segment{height:168px;margin-bottom:0!important;margin-top:-3.1rem!important}.projectsdialog .ui.segment.getting-started-segment.hero .hero-banner-contents .description{font-size:1rem;height:4rem;width:12rem}.projectsdialog .ui.segment.getting-started-segment.hero .hero-banner-contents .dots{display:none}}.projectsdialog .content>.header,.projectsdialog .ui.dividing.header{font-weight:400!important}.projectsdialog .ui.secondary.inverted.pointing.menu{border:0}.projectsdialog .group{padding:1rem}.projectsdialog .group .cards .card .button.iconcontent{min-height:4em}.projectsdialog .labelsgroup{display:block;min-height:18em;position:relative}.projectsdialog h2.editorname{display:block;position:absolute;text-align:center;top:20%;width:calc(100% - 2rem)}.projectsdialog .loader.editoravatar{display:block;position:absolute;top:50%}.projectsdialog>.content{padding:0!important;position:relative}#serialEditor{background-color:var(--pxt-target-background2);color:var(--pxt-target-foreground2)}#serialArea{height:90%;padding:1rem}#serialArea #serialCsv,#serialArea #serialCsvViewLatest{display:none}#serialArea .common-editor-toggle-outer{padding-left:1.5rem}#serialArea.csv-view #serialCsv{display:block}#serialArea.csv-view #serialCsv table:last-child thead{box-shadow:inset 0 2px 0 var(--pxt-neutral-alpha10),inset 0 -2px 0 var(--pxt-neutral-alpha10);position:sticky;top:-.75rem}#serialArea.csv-view #serialCharts,#serialArea.csv-view #serialConsole,#serialArea.csv-view #serialPlaceholder,#serialArea.csv-view .csv-hide{display:none}#serialArea.csv-view #serialCsvViewLatest{display:block;left:0;margin-left:auto;margin-right:auto;margin-top:-3em;max-width:15rem;position:absolute;right:0;text-align:center}#serialArea.csv-view.hide-view-latest #serialCsvViewLatest,#serialArea.no-toggle #serial-editor-toggle{display:none}#serialArea .ui.divider{margin-bottom:5px}#serialArea .ui.segment{background-color:var(--pxt-target-background2);border:none;box-shadow:none;color:var(--pxt-target-foreground2)}.serialHeader{display:flex;margin:0 0 1rem;padding:0}.serialHeader .leftHeaderWrapper{display:block}.serialHeader .ui.header{color:var(--pxt-target-foreground2);margin:0 1rem}.serialHeader .leftHeader{align-items:center;display:inline-flex;flex-direction:row}.serialHeader .rightHeader{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:flex-end}#serialHeader .toggleRecord{transition:border-radius 1s ease-in-out}#serialHeader .button:focus-visible{outline:3px solid var(--pxt-focus-border);outline-offset:1px}#serialConsole,#serialCsv{background-color:var(--pxt-target-background2);border:1px solid var(--pxt-target-background2);border-radius:5px;color:var(--pxt-target-foreground2);font-family:Consolas,Monaco,Menlo,Ubuntu Mono,source-code-pro,monospace;height:calc(30% - 2.5rem);margin-top:.5rem;overflow-y:auto;padding:.4rem}#serialConsole.noconsole{display:none}#serialCsv{height:100%}#serialCsv table{border-collapse:collapse;border-color:var(--pxt-neutral-alpha50);border-spacing:2px;margin-top:1em;text-align:right}#serialCsv thead{font-weight:700}#serialCsv tbody tr,#serialCsv thead tr{background:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}#serialCsv tbody tr.odd{background:var(--pxt-neutral-background2);color:var(--pxt-neutral-foreground2)}#serialCsv td,#serialCsv th{border:1px solid var(--pxt-neutral-stencil1);min-width:8ch;padding:8px}#serialConsole.nochart{height:calc(100% - 12.5rem)}#serialConsole span{word-wrap:break-word}#serialCharts{height:calc(70% - 2.5rem);overflow-y:auto}#serialCharts.nochart{display:none}#serialCharts.noconsole{height:calc(100% - 2.5rem)}#serialCharts .seriallabel,#serialPlaceholder .seriallabel{border-radius:20px;color:var(--pxt-target-foreground2);font-family:monospace;margin:5px;padding:5px 10px;width:auto}#serialCharts .seriallabel{border:1px solid var(--pxt-target-foreground2)}#serialPlaceholder .seriallabel{background-color:transparent}#serialCharts .ui.segment,#serialPlaceholder{background-color:#d9d9d9;border:1px solid var(--pxt-neutral-stencil2);color:#000;height:12rem;padding:.4rem}#serialCharts canvas{border-radius:5px;height:100%;margin:0!important;width:100%}#serialPreview{cursor:pointer}#serialPreview .label{background-color:var(--pxt-target-background2);border:10px solid var(--pxt-tertiary-background);color:var(--pxt-target-foreground2);font-size:.85em;margin-bottom:.4rem;width:100%}#serialPreview .label>*{margin-left:.5rem;vertical-align:middle}#serialPreview .label .barcharticon{padding-bottom:1px}#serialPreview .label .detail{opacity:.7}#serialPreview .label:hover{opacity:.8}#serialPreview .label:focus{outline:none}.fullscreensim #serialPreview,.simView #serialPreview{display:none!important;z-index:-10!important}.serialindicator{cursor:pointer}.ui.button.labeled.icon.editorBack{background:transparent!important;color:var(--pxt-target-foreground2)!important;padding-left:2.5em!important}.ui.button.labeled.icon.editorBack .icon{background:none!important}.ui.button.editorBack:focus,.ui.button.editorBack:hover{color:var(--pxt-target-foreground2-hover)}div.smoothie-chart-tooltip{background:var(--pxt-neutral-background3);color:var(--pxt-neutral-foreground3);font-family:consolas;font-size:.8rem;margin-top:20px;padding:1em;pointer-events:none}.docs-top-bar{background:#d5cfe2;display:flex;flex-direction:row;height:3.5rem;position:fixed;top:0;width:100%;z-index:99999}.docs-top-bar.inverted{background:#302b3b}.docs-top-bar .menu-bar{height:100%}.docs-top-bar .logo-group,.docs-top-bar .menu-bar{align-items:center;display:flex;flex-direction:row;flex-grow:1}.docs-top-bar .logo-group{padding-left:1rem;padding-right:1rem}.docs-top-bar .logo-group img{height:1.4rem}.docs-top-bar .header-title{align-items:center;display:flex;padding-left:.5rem}.docs-top-bar .header-title span{color:#fff;font-size:18px;font-weight:700;margin:.5rem}.docs-top-bar .header-title:before{border-left:2px solid #fff;content:"";height:1.5rem;margin:.75rem;position:relative}.docs-top-bar .launch.item.icon{align-items:center;background:transparent;color:#fff;cursor:pointer;display:flex;height:3.5rem;justify-content:center;line-height:1;width:3.5rem}.docs-top-bar .launch.item.icon:hover{background:hsla(0,0%,100%,.1);text-decoration:none}.docs-top-bar .search{align-items:center;display:flex;margin-right:1rem}.docs-top-bar .search div.input{height:2.5em;min-width:14em}#docs,#docs .footer,#docs .topbar{background:#d5cfe2;top:auto}#docs .footer.inverted,#docs .topbar.inverted,#docs.inverted{background:#302b3b}.docs.ui.menu.sidebar{border:none;border-right:1px solid rgba(34,36,38,.15)}#docs{color:#333;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important}#docs *{-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:none;-webkit-touch-callout:none;-webkit-font-smoothing:antialiased}#docs #maincontent{background-color:#fff}#docs h1,#docs h2,#docs h3,#docs h4,#docs h5,#docs h6{color:#333;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important}#docs h1{margin-bottom:.85em}#docs h2{margin-bottom:.75em;margin-top:1.5em}#docs h2:not(:first-child){border-top:2px solid rgba(51,51,51,.15);padding-top:1.5em}#docs h2+h2{border-top:none!important;margin-top:-.75em!important;padding-top:0!important}#docs p,#docs ul li{color:#333;line-height:1.7}#docs a{color:#3671ab}#docs p a{text-decoration:underline}#docs span.block{display:inline-block;vertical-align:middle}#docs span.docs,#docs text.blocklyText{-webkit-font-smoothing:auto!important}#docs #langpicker>i{color:#3671ab;margin-right:4px;text-decoration:none}#docs .mainbody .ui.segment,#docs pre{background:#f7f7f7!important;border:0!important;border-radius:0!important;box-shadow:none;margin-bottom:1.275em;tab-size:4}#docs .mainbody .ui.segment .subheading,#docs pre .subheading{border-top:1px solid rgba(51,51,51,.5);color:rgba(51,51,51,.7);margin-top:1em;padding-top:.5em;text-align:right;text-transform:uppercase}#docs .mainbody div.codewidget.valid,#docs code.valid{background:#edf9ef!important}#docs .mainbody div.codewidget.invalid,#docs code.invalid{background:#fbf3f4!important}#docs .mainbody div.codewidget.invalid,#docs .mainbody div.codewidget.valid{overflow:auto}#docs .invalid i.icon,#docs .valid i.icon{float:right;font-size:30px;margin-right:10px;margin-top:10px}#docs .invalid i.icon{color:#a31515}#docs .valid i.icon{color:green}#docs .avatar .ui.message{margin-bottom:1em;margin-left:4em}#docs code.lang-python,#docs code.lang-typescript{overflow-wrap:break-word}#docs .codesnippet{padding-top:1em}#docs .codesnippet .ui.tabular.menu{border:none;margin-bottom:-1.5em;padding-bottom:0}#docs .codesnippet .ui.tabular.menu .item:focus,#docs .codesnippet .ui.tabular.menu .item:hover{background:#f7f7f7;border-radius:2px;outline:none}#docs .ui.card{background:#fff;border:2px solid #e9eef2;border-radius:.5rem!important;color:#333;padding:0!important;text-decoration:none}#docs .ui.card>.image{background:rgba(0,0,0,.05)}#docs .ui.card .content .ui.description,#docs .ui.card .header{color:#333}#docs .ui.card:focus,#docs .ui.card:hover{border:2px solid #1dacf4}#docs .card-list{column-gap:1rem;display:flex;flex-wrap:wrap;row-gap:1.5rem}#docs .card-list div .ui.card{height:100%}#docs .ui.breadcrumb .divider{color:#000}#docs .ui.primary.button p{color:#fff}#docs #sidedocs-back-button{color:var(--pxt-page-foreground);cursor:pointer;display:block;margin-left:1.25rem;margin-right:5rem;margin-top:1.25rem;user-select:none}#docs #sidedocs-back-button:hover{text-decoration:none}#docs #sidedocs-back-button:focus-visible{outline:3px solid #0078d4;outline-offset:3px}#docs #sidedocs-back-button.disabled{color:#aeaeae;cursor:not-allowed}#docs table{border-collapse:collapse}#docs table tr td,#docs table tr th{border:1px solid #333;padding:6px 13px}#docs table tr:nth-child(2n){background-color:#f8f8f8}#docs .ui.warning.message>.content:before{content:"\f05a"}#docs .ui.negative.message>.content:before{content:"\f071"}#docs .ui.positive.message>.content:before{content:"\f058"}#docs .ui.info.message>.content:before{content:"\f15c"}#docs .ui.message.info,#docs .ui.message.negative,#docs .ui.message.positive,#docs .ui.message.warning{padding:2em}#docs .ui.message.info>.content:before,#docs .ui.message.negative>.content:before,#docs .ui.message.positive>.content:before,#docs .ui.message.warning>.content:before{font-family:Icons;font-size:1.3em;vertical-align:top}#docs .ui.message.info>.content>h4,#docs .ui.message.negative>.content>h4,#docs .ui.message.positive>.content>h4,#docs .ui.message.warning>.content>h4{display:inline;font-weight:500;margin-left:1em;scroll-margin-top:6em}#docs .footer{margin:3em 0 0}#docs .footer a.item{color:#165382}#docs .footer a.item i.icon{color:rgba(0,0,0,.6);padding:0 .25em!important;width:auto}#docs .footer a.item:focus i.icon,#docs .footer a.item:hover i.icon{color:rgba(0,0,0,.8)}#docs .footer .divider{border-bottom:1px solid rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.3)}#docs .footer .ui.divided.horizontal.list>.item:not(:first-child){border-left:1px solid rgba(0,0,0,.4)}#docs .footer span.item{color:rgba(0,0,0,.6)}#docs .footer img,#docs .footer span.item{vertical-align:middle}#docs .footer>.ui.container{margin:0 auto;padding:2em 0}#docs .footer .poweredBy .item{padding-right:.5em}#docs .footer.inverted a.item{color:#72a3d3}#docs .footer.inverted a.item i.icon{color:hsla(0,0%,100%,.6)}#docs .footer.inverted a.item:focus i.icon,#docs .footer.inverted a.item:hover i.icon{color:hsla(0,0%,100%,.8)}#docs .footer.inverted .divider{border-bottom:1px solid hsla(0,0%,100%,.1);border-top:1px solid hsla(0,0%,100%,.3)}#docs .footer.inverted .ui.divided.horizontal.list>.item:not(:first-child){border-left:1px solid hsla(0,0%,100%,.4)}#docs .footer.inverted span.item{color:hsla(0,0%,100%,.6)}#docs .ui.grid{margin:0}#docs.editorlang-text pre{font-size:.875em;overflow-x:scroll}#docs.editorlang-text pre>code{white-space:pre}#docs.editorlang-text .mainbody .ui.segment{padding:0}#docs span.docs.inlineblock{background-color:transparent;border-bottom:3px solid var(--inline-namespace-color);border-radius:0;color:#000;font-weight:600;padding-bottom:.1rem}.ui.sidebar.menu.docs{background:#efefef;padding-left:.5em}.ui.sidebar.menu.docs .item:before{content:none;height:0;width:0}.ui.sidebar.menu.docs .accordion .title,.ui.sidebar.menu.docs .item{display:flex;flex-direction:row;padding:.8rem .8rem .8rem 1rem}.ui.sidebar.menu.docs .item{padding-left:1.25em}.ui.sidebar.menu.docs .active.item{color:rgba(0,0,0,.9)!important}.ui.sidebar.menu.docs .content{border-left:1px solid rgba(82,56,148,.3)}.ui.sidebar.menu.docs .accordion.item{display:flex;flex-direction:column;padding:0}.ui.sidebar.menu.docs .accordion.item .title .icon{font-size:.8em;font-weight:700;transform:translateY(.1rem);width:1rem}.ui.sidebar.menu.docs .content{padding-top:0}.ui.sidebar.menu.docs .accordion.item .title.active .icon{transform:translateY(.1rem) rotate(90deg)}.ui.sidebar.menu.docs .accordion.item .title{display:flex;padding-left:0}.ui.sidebar.menu.docs .accordion.item{margin:0}.ui.sidebar.menu.docs a.item.active{background-color:rgba(0,0,0,.05)}.ui.sidebar.menu.docs .accordion .title:focus,.ui.sidebar.menu.docs .accordion .title:hover,.ui.sidebar.menu.docs a.item:focus,.ui.sidebar.menu.docs a.item:hover{background-color:rgba(0,0,0,.1)}.ui.sidebar.menu.docs a{color:rgba(0,0,0,.9)}.ui.sidebar.menu.docs .icon{color:#523894}.ui.sidebar.menu.docs .title:focus a,.ui.sidebar.menu.docs .title:hover a,.ui.sidebar.menu.docs a:focus,.ui.sidebar.menu.docs a:hover{color:#413267;text-decoration:none}.ui.sidebar.menu.docs.vertical .item:before{content:none}.ui.sidebar.menu.docs .accordion.item .accordion .title~.content:not(.ui),.ui.sidebar.menu.docs .accordion.item .content:not(.style),.ui.sidebar.menu.docs .accordion.item .title~.content:not(.ui){margin:0 0 0 .5rem;padding:0 0 0 .25rem}.sideDocs #sidedocsbar a{color:#3671ab}.sideDocs #sidedocsbar a:focus-visible{outline:3px solid var(--pxt-focus-border);outline-offset:3px}#debuggerToolbox{max-width:100%}#debuggerToolbox.elements{display:flex;flex-direction:column;height:100%}.debugging .blocklyFlyout,.debugging .blocklyFlyoutScrollbar{display:none!important}.debugtoolbar{display:none}.debugging .debugtoolbar{display:flex;position:sticky;top:0;width:100%;z-index:91}.debugging .debugtoolbar .ui.menu{border-left:none;border-radius:0!important;display:flex;width:100%}.debugging .debugtoolbar .ui.menu .item{padding-left:10px;padding-right:10px}.debugging .debugtoolbar .ui.menu .separator-after{border-right:1px solid var(--pxt-neutral-stencil1)}.ui.item.dbg-handle{background:var(--pxt-neutral-background3)!important;color:var(--pxt-neutral-foreground3)!important;cursor:move}.ui.item.dbg-handle .icon{color:var(--pxt-neutral-foreground3)}.ui.item.dbg-btn{white-space:pre}.ui.item.dbg-btn .icon.blue{color:var(--pxt-colors-blue-background)!important}.ui.item.dbg-btn .icon.red{color:var(--pxt-colors-red-background)!important}.ui.button.dbg-btn .icon.green{color:var(--pxt-colors-green-background)!important}.ui.compact.menu .dbg-btn.dbg-trace{border-radius:0}.ui.compact.menu .dbg-btn.dbg-trace.tracing{background-color:var(--pxt-primary-background)}.ui.compact.menu .dbg-btn.dbg-trace.tracing .icon{color:var(--pxt-primary-foreground)}.ui.compact.menu .dbg-btn.dbg-trace.tracing:hover{background-color:var(--pxt-primary-accent)}.ui.compact.menu .dbg-btn.dbg-trace.tracing:hover .icon{color:var(--pxt-primary-foreground)}.ui.item.link.dbg-btn.dbg-exit{background-color:var(--pxt-colors-red-foreground1);color:var(--pxt-colors-red-background)}.ui.item.link.dbg-btn.disabled{color:var(--pxt-neutral-foreground1)}.ui.varExplorer{width:100%}.ui.varExplorer .ui.variableTableHeader{padding-bottom:.5rem;padding-left:1rem;padding-top:1rem}.ui.varExplorer .ui.variableTableHeader,.ui.varExplorer .ui.variableTablePlaceholder{border:none;color:var(--pxt-neutral-foreground1);font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif;font-size:larger}.ui.varExplorer .ui.variableTablePlaceholder{padding:1rem}.ui.varExplorer .variableAndValue .variable.varname i.ui.icon.small{background:unset}.ui.segment.debugvariables{display:none;font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif;max-width:100%;width:100%}.ui.segment.debugvariables .ui.middle.aligned.list{max-height:25rem;overflow-y:auto}.ui.segment.debugvariables .item{max-width:100%}.ui.segment.debugvariables .variableAndValue{display:flex;padding-left:.4rem;padding-right:.4rem}.ui.segment.debugvariables .transparent{opacity:0}.ui.segment.debugvariables .variable{padding:.15rem}.ui.segment.debugvariables .variable.varname{flex-grow:2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui.segment.debugvariables .variable.detail{max-width:50%;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.ui.segment.debugvariables .varval.number{color:var(--pxt-colors-purple-background)}.ui.segment.debugvariables .varval.string{color:var(--pxt-colors-orange-background)}.ui.segment.debugvariables .varval.boolean{color:var(--pxt-colors-green-background)}.ui.segment.debugvariables .varval.array{color:var(--pxt-colors-brown-background)}.ui.segment.debugvariables .varval.Sprite{color:var(--pxt-colors-blue-background)}.ui.segment.debugvariables .previousval{font-size:90%;margin-left:.5rem;text-decoration:line-through}.ui.segment.debugvariables .exception{font-style:italic}.debugger-preview{background-color:var(--pxt-neutral-background1);border:1px solid var(--pxt-neutral-foreground1);color:var(--pxt-neutral-foreground1);padding:.25rem;position:fixed;-webkit-touch-callout:text;max-width:500px;overflow-wrap:break-word;-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.debugger-preview::selection{background-color:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}.debugging .ui.segment.debugvariables{border:none;display:block;margin:0}.ui.segment.debugvariables:not(.frozen) .item:nth-child(2n){background-color:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}.ui.segment.debugvariables:not(.frozen) .item:nth-child(odd){background-color:var(--pxt-neutral-background2);color:var(--pxt-neutral-foreground2)}.ui.segment.debugvariables.frozen{background-color:var(--pxt-neutral-background3);color:var(--pxt-neutral-foreground3)}div.simframe div.pause-overlay{background:var(--pxt-neutral-foreground1);color:var(--pxt-neutral-background1);height:100%;left:0;opacity:.01;position:absolute;top:0;width:100%;z-index:100}#root .debuggerview h4{margin:.9em 0 0}.monaco-breakpoint{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50%25' cy='50%25' r='30%25' fill='red'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;cursor:pointer;opacity:0;transition:opacity .2s}.monaco-editor .margin-view-overlays:hover .codicon.monaco-breakpoint{opacity:0}.monaco-editor .margin-view-overlays:hover .codicon.monaco-breakpoint:hover{opacity:.7}.monaco-breakpoint.active,.monaco-editor .margin-view-overlays:hover .monaco-breakpoint.active{opacity:1}.callstack-row{cursor:pointer}@media only screen and (min-width:992px){.debugger div.monacoToolboxDiv{min-width:300px}}@media only screen and (max-width:1200px){.dbg-btn.dbg-step .ui.text{display:none}.ui.varExplorer .ui.variableTableHeader,.ui.varExplorer .ui.variableTablePlaceholder{font-size:large;padding-bottom:.5rem;padding-left:.5rem;padding-top:.5rem}}@media only screen and (min-width:768px) and (max-width:991px){.debugger div.monacoToolboxDiv{min-width:250px}}.blocklyToolbox,.monacoToolboxDiv{background:var(--pxt-target-background3)!important;color:var(--pxt-target-foreground3);overflow-x:visible;overflow-y:auto;padding-top:0;z-index:40;-webkit-tap-highlight-color:transparent;height:100%;-webkit-transition:width 1s,background .3s;-moz-transition:width 1s,background .3s;-webkit-transition-timing-function:ease-in;-o-transition:width 1s,background .3s;transition:width 1s,background .3s;transition-timing-function:ease-in}.blocklyToolbox text,.monacoToolboxDiv text,span.blocklyTreeIcon{cursor:inherit;user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none}.blocklyToolbox.blocklyToolboxDeleting{background:var(--pxt-colors-red-background)!important;filter:brightness(1.2) saturate(.8)}.monacoToolboxDiv.invisible{display:none!important}.debugger .blocklyToolbox{width:20%}.debugger .blocklyToolbox,.debuggerToolbox{height:100%}#root.flyoutOnly .monacoFlyoutHeading,#root.flyoutOnly .monacoToolboxDiv{display:none}#root.flyoutOnly #monacoEditorInner{display:flex;flex-direction:row}#root.flyoutOnly #monacoEditorInner #monacoFlyoutWidget{border-radius:0;border-right:5px solid var(--pxt-neutral-alpha80);position:relative}div.blocklyTreeRoot{padding:0}div.blocklyTreeRoot:focus{outline:none}div.blocklyTreeRow{cursor:pointer;height:100%;line-height:22px;margin-bottom:3px;padding-right:8px;white-space:nowrap}div.blocklyTreeRow:not(.blocklyTreeSelected):hover{background-color:var(--pxt-target-background3-hover)}div.blocklyTreeSeparator{border-bottom:1px solid var(--pxt-target-stencil3);height:0;margin:5px 0}div.blocklyTreeRoot div div div div div.blocklyTreeRow{border-left-width:12px!important;padding-left:0!important}div.blocklyTreeRoot div div div div div.blocklyTreeRow span.blocklyTreeLabel{font-size:1rem}span.blocklyTreeLabel{cursor:pointer;font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif!important;font-size:1.15rem;font-weight:200;padding:0 3px;vertical-align:middle}span.blocklyTreeLabel,text.blocklyText{user-drag:none;user-select:none;-moz-user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-ms-user-select:none}.blocklyTreeSelected .blocklyTreeIcon,.blocklyTreeSelected .blocklyTreeLabel{color:var(--pxt-target-background3)}.blocklyTreeSelected .blocklyTreeIcon.image-icon{background-color:var(--pxt-target-background3)}.toolbox-title{border-bottom:var(--pxt-target-stencil3);font-size:1.2rem;font-weight:700;padding:.5rem 1rem;user-select:none}@media only screen and (max-width:767px){.toolbox-title{font-size:.75rem;padding:0 .2rem}}.blocklySearchInputField{border:0!important;border-radius:0!important}@media only screen and (max-width:767px){.blocklySearchInputField{font-size:.75rem}}#blocklyTrashIcon{color:var(--pxt-primary-background);font-size:5rem;height:80px;left:0;position:absolute;text-align:center;top:30%;width:100px;z-index:41}.flyoutOnly #blocklyTrashIcon{bottom:5%;left:10rem;top:auto}.blocklyToolboxDelete .blocklyTreeLabel{cursor:url(<<<PATH>>>/handdelete.cur) auto}span.blocklyTreeIcon{font-family:Icons;font-style:normal;font-weight:400;margin:0 .25em;opacity:1;text-align:center;text-decoration:inherit;width:30px;speak:none;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;backface-visibility:hidden;display:none;font-size:1.3rem;height:100%;vertical-align:middle}span.blocklyTreeIcon:not(.image-icon){background:none!important}.blocklyTreeIcon.brandIcon{font-family:brand-icons}div.blocklyTreeIcon span{vertical-align:middle}.blocklyFlyoutLabelIcon.blocklyFlyoutIconfunctions,.blocklyTreeIcon.blocklyTreeIconfunctions{font-family:xicon!important}.blocklyFlyoutLabelIcon.brandIcon{font-family:brand-icons}.blocklyTreeIcon.image-icon{background-color:var(--block-meta-color);height:100%;mask-image:var(--image-icon-url);mask-position:50% 50%!important;mask-repeat:no-repeat!important;mask-size:20px!important;width:30px}#search .blocklyTreeRow{border-left-color:var(--pxt-target-foreground3)}#search .blocklyTreeRow:not(.blocklyTreeSelected) .blocklyTreeIcon{color:var(--pxt-target-foreground3)}#monacoEditorToolbox .blocklyTreeRoot>div>div>.blocklyTreeAnimate{animation:gliss .6s ease-in-out}@keyframes gliss{50%{border-left-width:1.5rem}}@keyframes glisssmall{0%{width:50px}50%{border-left-width:1rem}to{width:50px}}.blocklyTreeRow:focus{outline:none}.blocklyTreeRow:not(.blocklyTreeSelected):focus{background-color:var(--pxt-target-background3-hover)}.blocklyToolbox .blocklyTreeRoot [role=treeitem]:focus-visible{outline:none}#root.hc .invertedToolbox div.blocklyTreeRow{background-color:var(--pxt-primary-background);color:var(--pxt-primary-foreground)}#root.hc .invertedToolbox div.blocklyTreeRow .blocklyTreeIcon:not(.blocklyTreeIconsearch){color:var(--block-meta-color)}#root.hc .invertedToolbox div.blocklyTreeRow.blocklyTreeSelected{background-color:var(--block-meta-color);color:var(--pxt-primary-foreground)}#root.hc .invertedToolbox div.blocklyTreeRow.blocklyTreeSelected .blocklyTreeIcon,#root.hc .invertedToolbox div.blocklyTreeRow.blocklyTreeSelected .blocklyTreeLabel{color:var(--pxt-primary-foreground)}.invertedToolbox .blocklyTreeRoot div.blocklyTreeRow{background-color:var(--block-meta-color);color:var(--pxt-primary-foreground)}.invertedToolbox .blocklyTreeRoot div.blocklyTreeRow.blocklyTreeSelected{background-color:var(--block-meta-color)}.invertedToolbox .blocklyTreeRoot div.blocklyTreeRow:hover{background-color:var(--block-faded-color);color:var(--pxt-primary-foreground)}.invertedToolbox .blocklyTreeRoot #search .blocklyTreeRow{border-left-color:var(--pxt-primary-foreground)}.invertedToolbox .blocklyTreeRoot #search .blocklyTreeIcon{color:var(--pxt-primary-foreground)}.coloredToolbox .blocklyTreeRoot div.blocklyTreeRow{border-left:8px solid var(--block-meta-color);color:var(--block-meta-color)}.coloredToolbox .blocklyTreeRoot div.blocklyTreeRow.blocklyTreeSelected{background-color:var(--block-meta-color);color:var(--pxt-primary-foreground)}@media only screen and (min-width:1200px){div.blocklyToolbox,div.monacoToolboxDiv{min-width:200px}div.blocklyTreeRow{min-height:40px}span.blocklyTreeIcon{line-height:40px;min-height:40px}#root:not(.flyoutOnly) #blocklyTrashIcon{width:200px}}@media only screen and (min-width:992px) and (max-width:1199px){div.blocklyToolbox,div.monacoToolboxDiv{min-width:180px}div.blocklyTreeRow{min-height:40px}span.blocklyTreeIcon{line-height:40px;min-height:40px}#root:not(.flyoutOnly) #blocklyTrashIcon{width:180px}}@media only screen and (min-width:768px) and (max-width:991px){div.blocklyToolbox,div.monacoToolboxDiv{min-width:150px}div.blocklyTreeRow{border-left-width:12px!important;min-height:45px}span.blocklyTreeIcon{line-height:45px;min-height:45px}#root:not(.flyoutOnly) #blocklyTrashIcon{width:150px}div.blocklyTreeRoot div div div div div.blocklyTreeRow{border-left-width:18px!important}}@media only screen and (max-width:767px){div.blocklyToolbox,div.monacoToolboxDiv{min-width:50px}div.blocklyTreeRow{border-left-width:6px!important;min-height:50px}span.blocklyTreeIcon{line-height:50px;min-height:50px}#root:not(.flyoutOnly) #blocklyTrashIcon{width:50px}#monacoEditorToolbox .blocklyTreeRoot>div>div>.blocklyTreeAnimate{animation:glisssmall .6s ease-in-out}}@media only screen and (min-width:992px){div.blocklyTreeRow{border-left-width:12px!important}div.blocklyTreeRoot div div:not(#advanced) div div div.blocklyTreeRow{border-left-width:18px!important}}@media only screen and (max-width:1199px){span.blocklyTreeLabel{font-size:1rem}}@media only screen and (max-width:991px){span.blocklyTreeLabel{font-size:1rem}}@media only screen and (max-width:767px){div.blocklyTreeRow.blocklyTreeSelected:hover span.blocklyTreeLabel,div.blocklyTreeRow:hover span.blocklyTreeLabel,span.blocklyTreeLabel{display:none!important}div.blocklyTreeRow{padding-right:0;text-align:center}div.blocklyTreeRoot div div div div div.blocklyTreeRow{border-left-width:8px!important}#root:not(.flyoutOnly) #blocklyTrashIcon{font-size:3rem}.blocklySearchInput.ui.icon.input input{padding-left:.2rem;padding-right:0!important}.blocklySearchInput.ui.icon.input i.icon{display:none}}.ui.searchdialog .cards{margin-top:.5rem;overflow-x:hidden;overflow-y:auto}.ui.searchdialog .ui.card{height:20rem}.ui.searchdialog .ui.card .ui.cardimage{background-color:transparent;height:11rem}.ui.searchdialog .ui.card .ui.cardimage.upload{margin:3em auto}.ui.searchdialog .ui.card .content:not(.extra) .header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui.searchdialog .ui.card .content:not(.extra) .description{height:2.8em;overflow:hidden}.ui.searchdialog .ui.card .content:not(.extra) .description.long{height:14em}.ui.searchdialog .ui.card.beta{margin:.875em .5em!important}.ui.searchdialog .ui.card.beta .ui.button{background-image:none!important;box-shadow:none!important;cursor:default;pointer-events:none!important}.ui.searchdialog .ui.search{margin:auto;max-width:50%}.ui.searchdialog .ui.inline.loader{margin-top:4em}.ui.searchdialog .ui.inline.loader :after,.ui.searchdialog .ui.inline.loader :before{height:4rem;width:4rem}.ui.modal .empty-content{align-items:center;display:flex;height:100%;justify-content:center}.ui.modal.scriptmanager .sort-by{display:flex;margin-bottom:1rem}.ui.modal.scriptmanager .sort-by>div{margin-left:auto}.ui.modal.scriptmanager .sort-by .item.no-icon{padding-left:3.1rem!important}.ui.modal.scriptmanager .ui.card.file .content{margin-right:3rem}@media only print{*,:after,:before,:first-letter,blockquote:first-line,div:first-line,li:first-line,p:first-line{background:transparent!important;box-shadow:none!important;color:#000!important;overflow:visible!important;text-shadow:none!important}.injectionDiv{overflow:hidden!important}body{background:#fff!important;color:#000!important;font-size:12pt;line-height:1.3}#docs,body{position:inherit!important}#docs .nobreak,#docs .ui.card,#docs .ui.centered.card,#docs .ui.content,#docs .ui.item,#docs .ui.segment,#docs blockquote,#docs code,#docs iframe,#docs pre{page-break-inside:avoid}#docs h1,#docs h2,#docs h3,#docs h4,#docs h5,#docs h6,#docs img{page-break-inside:avoid;page-break-after:avoid}#docs dl,#docs ol,#docs ul{page-break-before:avoid!important}#docs div.ui.embed.mdvid{display:none!important}#docs a:link,#docs a:visited{color:#000;font-weight:bolder;text-decoration:none}#docs a:after{content:" (" attr(href) ") ";font-size:.8em;font-weight:400}#docs h2,#docs h3,#docs img{page-break-inside:avoid}#docs .ui.message{background:none!important;box-shadow:none!important;color:#000!important}#docs .ui.image{max-width:60%}#docs .mainbody .ui.segment,#docs pre{background:none!important}#docs span.docs.inlineblock{background:none!important;border:2px solid #000!important}#docs .avatar .avatar-image,#docs .avatar .ui.compact.message:after{display:none!important}#docs .avatar .ui.compact.message{border:2px solid #000!important}@page{margin-bottom:2cm;margin-left:2cm;margin-right:2cm;margin-top:2cm}.pxt-renderer.classic-theme .blocklyPath,svg .blocklyPath{fill:#fff!important;stroke:#000!important;stroke-width:3px!important}.pxt-renderer.classic-theme .blocklyBlockBackground,.pxt-renderer.classic-theme .blocklyLedOff,svg .blocklyBlockBackground,svg .blocklyLedOff{fill:#fff!important;stroke:#000!important;stroke-width:2px!important}.pxt-renderer.classic-theme .blocklyDropdownText,.pxt-renderer.classic-theme .blocklyText,svg .blocklyDropdownText,svg .blocklyText{fill:#000!important}.pxt-renderer.classic-theme .blocklyLedOn,svg .blocklyLedOn{fill:#000!important;stroke:#000!important;stroke-width:2px!important}.pxt-renderer.classic-theme .blocklyFieldRect.blocklyDropdownRect,.pxt-renderer.classic-theme .blocklyOutlinePath,svg .blocklyFieldRect.blocklyDropdownRect,svg .blocklyOutlinePath{fill:transparent!important;stroke:#000!important;stroke-width:2px!important}.pxt-renderer.classic-theme .blocklyCommentRect,.pxt-renderer.classic-theme .blocklyUneditableComment,svg .blocklyCommentRect,svg .blocklyUneditableComment{fill:#fff!important;stroke:#000!important;stroke-width:1px}.pxt-renderer.classic-theme .blocklyUneditableMinimalBody,svg .blocklyUneditableMinimalBody{fill:#fff!important}.pxt-renderer.classic-theme .blocklyCommentTextarea,svg .blocklyCommentTextarea{overflow:hidden!important}.pxt-renderer.classic-theme .blocklyCommentHandleTarget,.pxt-renderer.classic-theme .blocklyCommentTarget,.pxt-renderer.classic-theme .blocklyResizeSE,svg .blocklyCommentHandleTarget,svg .blocklyCommentTarget,svg .blocklyResizeSE{display:none!important}.pxt-renderer.classic-theme .blocklyToggleRect,svg .blocklyToggleRect{fill:#fff!important}.pxt-renderer.classic-theme .blocklyText.blocklyToggleText,svg .blocklyText.blocklyToggleText{fill:#000!important}.codesnippet{padding-top:0}.codesnippet .ui.segment{padding:0 0 0 1em!important}}.pxt-tooltip{background-color:var(--pxt-primary-background)!important;border:1px solid var(--pxt-primary-accent)!important;color:#fff;font-size:1rem!important;line-height:1.25rem!important;padding:.75rem 1rem!important}.pxt-tooltip.place-top:after{border-top-color:var(--pxt-primary-accent)!important}.pxt-tooltip.place-bottom:after{border-bottom-color:var(--pxt-primary-accent)!important}.pxt-tooltip.place-left:after{border-left-color:var(--pxt-primary-accent)!important}.pxt-tooltip.place-right:after{border-right-color:var(--pxt-primary-accent)!important}.tooltip,.tooltip:before{background:#fff;color:#1b1c1d;cursor:pointer;display:none;line-height:1.4285em;position:absolute;text-align:center;transition:all .1s ease;z-index:44}.tooltip.show,.tooltip.show:before{display:block}.tooltip{border-radius:.28571429rem;margin-top:.5em;padding:.833em 1em;transform:translateX(-50%)}.tooltip:before{content:"";height:.71428571em;left:50%;top:-.35rem;transform:rotate(45deg) scale(1)!important;width:.71428571em}#functionEditorWorkspace{margin:0 0 .8rem}#functionEditorWorkspace,#functionEditorWorkspace .injectionDiv{min-height:200px;width:100%}.ui.modal.createfunction>.content{padding:0!important}.ui.modal.createfunction span.ui.text.paramlabel{margin:.8rem 1.5rem}.ui.modal.createfunction .list button{margin:.5rem}@media only screen and (max-width:767px){.ui.modal.createfunction span.ui.text.paramlabel{margin:.8rem 1rem .2rem}.ui.modal.createfunction .list button{margin:.3rem}.ui.modal.createfunction .list{margin-bottom:.5rem}}.snippet-builder.ui.modal>.content{padding:0}.snippet-builder.ui.modal{display:grid!important;grid-template-rows:70px 1fr 77px;height:95%}.snippet-builder.no-back-btn .actions .button.left{display:none}.snippet-builder .content{font-family:Open Sans,Helvetica Neue,Arial,Helvetica,sans-serif;overflow:scroll}.snippet-builder .content .snippet-builder-inner{display:grid;grid-template-columns:1fr 1fr;min-height:100%;padding:0}.snippet-builder .content .snippet-builder-inner .snippet-question{overflow-x:hidden;padding-left:.5rem;padding-top:0}.snippet-builder .content .snippet-builder-inner .snippet-question h6{font-weight:bolder}.snippet-builder .content .snippet-builder-inner .ui.segment.raised{border:0;box-shadow:none;box-sizing:content-box;height:fit-content;overflow:visible}.snippet-builder .content .snippet-builder-inner .snippet-error{color:red;margin-top:15px}.snippet-builder .content .snippet-builder-inner .snippet.output-section{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M.5 0v16M0 8h16' style='stroke:%23000;stroke-width:1;stroke-opacity:.1'/%3E%3C/svg%3E");padding:1.5rem;z-index:0}.snippet-builder .content .snippet-builder-inner .snippet.output-section .snippet-markdown-content pre{margin:0}.snippet-builder .content .snippet-builder-inner .snippet.output-section .snippet-markdown-content div.ui.raised.segment{background:none;border:none;box-shadow:none;margin:0;padding:0}.snippet-builder .content .snippet-builder-inner .snippet-question{z-index:1}.snippet-builder .content .snippet-builder-inner .snippet-question div.snippet.hint.ui.segment{border:none;box-shadow:none;max-width:32em}.snippet-builder .content .snippet-builder-inner .input-wrapper{height:100%;padding-bottom:10px}.snippet-builder .content .snippet-builder-inner div.actions{bottom:0;position:absolute;width:100%;z-index:1002}.snippet-builder .content .snippet.hint{padding:0 .5rem 0 1rem}.snippet-builder .slider-outer{display:flex;flex-direction:column}.snippet-builder .slider-outer>div{display:flex}.snippet-builder .slider-outer>span{margin-bottom:.5rem}.snippet-builder .slider-outer .field{margin-left:.5rem}.snippet-builder div.snippet-slider{margin-right:0;padding-right:0;width:14em}.snippet-builder div.slider-value.snippet{padding-left:5px}.snippet-builder input.snippet.slider-input{float:left;font-size:.8em;max-width:2.5em;padding:2px;text-align:center;width:2.5em}.snippet-builder input.slider.blocklyMockSlider{background:#547ab2;background:#385cb1;border-radius:11px;float:left;height:22px;margin-bottom:20px;margin-top:8px;max-width:232px;outline:none;padding:0;position:relative;width:150px}.snippet-builder input.slider.blocklyMockSlider[type=range]{-webkit-appearance:none;background:transparent}.snippet-builder input.slider.blocklyMockSlider[type=range]:focus{outline:none}.snippet-builder input.slider.blocklyMockSlider[type=range]::-ms-track{border-color:transparent;color:transparent;width:100%}.snippet-builder input.slider.blocklyMockSlider[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background-color:#fff;border-radius:100%;-webkit-box-shadow:0 0 0 4px rgba(0,0,0,.15);-moz-box-shadow:0 0 0 4px rgba(0,0,0,.15);box-shadow:0 0 0 4px rgba(0,0,0,.15);cursor:pointer;height:26px;margin-top:-1px;padding:0;position:absolute;width:26px}.snippet-builder input.slider.blocklyMockSlider[type=range]::-moz-range-thumb{background-color:#fff;border-radius:100%;-webkit-box-shadow:0 0 0 4px rgba(0,0,0,.15);-moz-box-shadow:0 0 0 4px rgba(0,0,0,.15);box-shadow:0 0 0 4px rgba(0,0,0,.15);cursor:pointer;height:26px;margin-top:-1px;position:absolute;width:26px}.snippet-builder input.slider.blocklyMockSlider[type=range]::-ms-thumb{background-color:#fff;border-radius:100%;-webkit-box-shadow:0 0 0 4px rgba(0,0,0,.15);-moz-box-shadow:0 0 0 4px rgba(0,0,0,.15);box-shadow:0 0 0 4px rgba(0,0,0,.15);cursor:pointer;height:26px;margin-top:-1px;position:absolute;width:26px}.snippet-builder input.slider.blocklyMockSlider[type=range]::-webkit-slider-runnable-track{background:#547ab2;border-radius:11px;cursor:pointer;height:22px;margin-bottom:20px;margin-top:8px;max-width:232px;outline:none;padding:0;position:relative;width:150px}.snippet-builder input.slider.blocklyMockSlider[type=range]:focus::-webkit-slider-runnable-track{background:#547ab2}.snippet-builder input.slider.blocklyMockSlider[type=range]::-ms-track{background:#547ab2;border-radius:11px;cursor:pointer;height:22px;margin:8px 8px 20px;max-width:232px;outline:none;padding:0;position:relative;width:150px}.snippet-builder input.slider.blocklyMockSlider[type=range]::-moz-range-track{background:#547ab2;border-radius:11px;cursor:pointer;height:22px;margin-bottom:20px;margin-top:8px;max-width:232px;outline:none;padding:0;position:relative;width:150px}.snippet-builder input.slider.blocklyMockSlider[type=range]::-ms-fill-lower{background:#547ab2;border-radius:11px;cursor:pointer;height:22px;margin:8px 8px 20px;max-width:232px;outline:none;padding:0;position:relative;width:150px}.snippet-builder input.slider.blocklyMockSlider[type=range]:focus::-ms-fill-lower{background:#3071a9;padding:0}.snippet-builder input.slider.blocklyMockSlider[type=range]::-ms-fill-upper{background:#547ab2;border-radius:11px;cursor:pointer;height:22px;margin-bottom:20px;margin-top:8px;max-width:232px;outline:none;padding:0;position:relative;width:150px}.snippet-builder input.slider.blocklyMockSlider[type=range]:focus::-ms-fill-upper{background:#547ab2;padding:0}.snippet-builder input.position-picker.preview-input{float:left;font-size:.8em;max-width:2.5em;padding:0;text-align:center;width:2.5em}.snippet-builder .position-picker.cross-x,.snippet-builder .position-picker.cross-y{background-color:#fff;pointer-events:none;position:absolute;z-index:10}.snippet-builder .position-picker.cross-x{background-color:#000;height:1px;width:100%;z-index:10}.snippet-builder .position-picker.cross-y{background-color:#000;height:100%;width:1px}.snippet-builder .position-picker.label{color:#000}.snippet-builder .position-picker.dot{background-color:#000;border-radius:2em;height:8px;pointer-events:none;position:absolute;width:8px;z-index:9}.snippet-builder .position-picker.container{background-color:#fff;outline:none;overflow:hidden;position:relative}.snippet-builder .simulator-display{position:relative;-webkit-overflow-scrolling:touch}.snippet-builder .simulator-display canvas{image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor}.snippet-builder .simulator-display div.screen-back{background:#fcf7e4;border-radius:12px;height:100%;left:0;margin-left:auto;margin-right:auto;outline:6px auto -webkit-focus-ring-color;outline-offset:-2px;position:absolute;right:0;width:100%}.snippet-builder .simulator-display .sprite{fill:#ff0;stroke:#ccc;stroke-width:3px}.snippet-builder .simulator-display #screen{align-content:center;align-items:center;height:fit-content;justify-content:center}.snippet-builder .simulator-display .has-focus{border:5px solid #96266c!important}.snippet-builder .simulator-display #paint-surface{position:absolute}.snippet-builder .simulator-display #paint-surface.borders{border-color:#f290c1 #2f99a1;border-style:outset inset inset outset;border-width:.5rem;height:216.66667px;width:286.66667px}.snippet-builder .simulator-display #paint-surface-container{text-align:center;width:100%}.snippet-builder .simulator-display #debug-stats{bottom:1.5%;color:#3c3cff;font-size:11px;left:5%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.snippet-builder .simulator-display #controls{height:100%;position:absolute;text-align:center;width:100%}.snippet-builder .simulator-display #controls *{pointer-events:none}.snippet-builder .simulator-display #controls.no-focus{-moz-filter:grayscale();-webkit-filter:grayscale();filter:grayscale();opacity:.5}.snippet-builder .simulator-display .no-select{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.snippet-builder .simulator-display .stats{margin-top:8px}.snippet-builder .simulator-display .blur .info{opacity:.2}.snippet-builder .simulator-display .controller-button-overlay{cursor:pointer;fill:#000;fill-opacity:0}.snippet-builder .simulator-display .controller-button-overlay:hover{fill-opacity:.125}.snippet-builder .simulator-display .controller-button-overlay.pressed{fill-opacity:.25}.snippet-builder.ui.modal{margin:0 0 0 -50%;width:100%}@media only screen and (min-width:814px){.snippet-builder.ui.modal{margin:0 0 0 -48%;width:96%}}@media only screen and (min-width:1109px){.snippet-builder.ui.modal{margin:0 0 0 -530px;width:1060px}}.ui.button.editortools-btn.editortools-github-btn{margin-left:.25rem}@media only screen and (max-width:767px){.ui.button.editortools-btn.editortools-github-btn{margin-left:0}}#githubEditor{background-color:var(--pxt-target-background2);color:var(--pxt-target-foreground2);overflow-x:hidden;overflow-y:auto}#githubEditor #githubArea{height:90%;padding:1rem}#githubEditor #githubArea .ui.link{cursor:pointer}#githubEditor #githubArea .ui.message span.ui.link{margin-left:.25rem;text-decoration:underline}#githubEditor #githubArea .inline-help{margin-left:2rem}#githubEditor #githubArea .ui.divider{margin-bottom:5px}#githubEditor #githubArea .ui.section{margin-top:1rem}#githubEditor #githubArea .ui.segment.diff{padding:0}#githubEditor #githubArea .ui.segments{margin:1rem 0}#githubEditor #githubArea .diffheader>span{font-size:1.2em;font-weight:700}#githubEditor #githubArea h2.header{font-size:1.5rem}#githubEditor #githubArea .diffheader .ui.button{float:right;margin-top:-.5em}#githubEditor #githubArea .ui.segment.diff svg{margin:1rem;max-width:calc(100% - 2rem)}#githubEditor #githubArea .ui.segments.filediff{background:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}#githubEditor #githubArea .legend>span:not(:first-child){margin-left:1.5rem}#githubEditor #githubArea .legend span.icon{border-radius:2px;display:inline-block;height:.8rem;margin-right:.25rem;width:.8rem}#githubEditor #githubArea .legend span.added.icon{background:linear-gradient(45deg,orange,#ff0,green,cyan,blue,violet)}#githubEditor #githubArea .legend span.deleted.icon{background-color:#d0d04e;background-image:linear-gradient(45deg,#bbb 25%,transparent 0,transparent 75%,#bbb 0,#bbb),linear-gradient(-45deg,#bbb 25%,transparent 0,transparent 75%,#bbb 0,#bbb);background-size:4px 4px}#githubEditor #githubArea .legend span.notchanged.icon{background:#d0d0d0}#githubEditor #githubArea .repo-branch{cursor:pointer;opacity:.5}#githubEditor #githubArea .join{text-align:center}#githubEditor #githubArea .create-pr{float:right}#githubEditor #githubArea .ui.segment{background-color:var(--pxt-target-background1);color:var(--pxt-target-foreground1)}.history-zone .commit-day{padding-bottom:1rem;padding-top:1rem}.history-zone .commit-day:first-child{padding-top:0}.history-zone .commit-day:last-child{padding-bottom:0}.history-zone .commit-day-header{align-items:center;display:flex;flex-direction:row}.history-zone .commit-day-label{font-size:1.28571429em;font-weight:700;margin-right:.5rem;margin-top:.2rem}.history-zone .commit-time{color:var(--pxt-neutral-alpha80);font-size:1rem;line-height:1rem;margin:.5rem 0}.history-zone .commit-view{border-top:1px solid var(--pxt-target-stencil1);padding-bottom:1rem;padding-top:1rem;position:relative}.history-zone .commit-view .restore-button{position:absolute;right:0;top:1.5rem;z-index:1}.history-zone .commit-view:first-child{border-top:none}.history-zone .commit-view:last-child{padding-bottom:0}.inverted-theme #githubEditor{color:var(--pxt-target-background2)}.inverted-theme #githubEditor .ui.transparent.segment{border:1px solid var(--pxt-header-background)}.inverted-theme #githubEditor .ui.basic.button>.ui.text,.inverted-theme #githubEditor .ui.header,.inverted-theme #githubEditor .ui.items>.link.item .description,.inverted-theme #githubEditor .ui.items>.link.item .meta{color:var(--pxt-target-background2)!important}.inverted-theme #githubEditor .diffheader{background:var(--pxt-header-background)!important}.inverted-theme #githubEditor table.diffview .change code{color:var(--pxt-target-background2)!important}.inverted-theme #githubEditor table.diffview .diff-added{background:var(--pxt-colors-green-background)!important}.inverted-theme #githubEditor table.diffview .diff-added .ch-added{background:var(--pxt-colors-green-hover)!important}.inverted-theme #githubEditor table.diffview .diff-removed{background:var(--pxt-colors-red-background)!important}.inverted-theme #githubEditor table.diffview .diff-removed .ch-removed{background:var(--pxt-colors-red-hover)!important}.inverted-theme #githubEditor table.diffview .diff-unchanged{background:var(--pxt-neutral-background1)!important}.inverted-theme #githubEditor table.diffview .line-a,.inverted-theme #githubEditor table.diffview .line-b{color:var(--pxt-neutral-background1)!important}.inverted-theme #githubEditor table.diffview .diff-marker{background:var(--pxt-neutral-background3)!important;color:var(--pxt-neutral-foreground1)!important}table.diffview{border:0;border-collapse:collapse;border-spacing:0;width:100%}table.diffview tr td,table.diffview tr th{border:none!important;padding:0!important}table.diffview .change code{white-space:pre-wrap}table.diffview .diff-added{background:var(--pxt-colors-green-alpha10)!important}table.diffview .diff-added .ch-added{background:var(--pxt-colors-green-alpha10);font-weight:700}table.diffview .diff-removed,table.diffview .diff-removed .ch-removed{background:var(--pxt-colors-red-alpha10)}table.diffview .diff-marker{background:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}table.diffview .diff-marker td{padding-left:1em}table.diffview tr.conflict{border-left:2px solid var(--pxt-colors-yellow-hover);border-right:2px solid var(--pxt-colors-yellow-hover)}table.diffview tr.conflict.header{background-color:var(--pxt-colors-yellow-background);border-bottom:2px solid var(--pxt-colors-yellow-hover);border-top:2px solid var(--pxt-colors-yellow-hover)}table.diffview tr.conflict.header td{color:var(pxt-neutral-background3)}table.diffview tr.conflict td.ui{padding-left:.5rem;padding-top:.5rem}table.diffview tr.conflict.footer{border-bottom:2px solid var(--pxt-colors-yellow-hover)}table.diffview .line-a,table.diffview .line-b{color:var(--pxt-neutral-foreground2);text-align:right;width:3em}table.diffview .marker{text-align:center;width:2.5em}table.diffview .change{text-align:left}table.diffview .diff-added .line-b:before,table.diffview .diff-removed .line-a:before,table.diffview .diff-unchanged .line-a:before,table.diffview .diff-unchanged .line-b:before,table.diffview .marker:before{content:attr(data-content)}table.diffview.update .diff-added{background:var(--pxt-colors-yellow-alpha10)!important}table.diffview.update .diff-added .ch-added{background:var(--pxt-colors-yellow-hover);font-weight:700;outline:1px solid var(--pxt-neutral-stencil3)}@media only print{table.diffview.update .diff-added{outline:1px solid #000}}.keymap{background-color:var(--pxt-neutral-background1);border:1px solid var(--pxt-colors-teal-background);border-radius:.25rem;display:flex;left:0;margin:0 2rem;padding:.5rem;width:calc(100% - 4rem);z-index:1}.keymap,.keymap .close{color:var(--pxt-neutral-foreground1);position:absolute}.keymap .close{cursor:pointer;margin:0;right:.5rem;top:.5rem}.keymap>div{margin-right:1rem}.keymap>div:last-child{margin-right:0}.keymap-row{white-space:nowrap}.keymap-title{display:inline-block;font-weight:600;margin:0 .25rem .25rem;text-transform:capitalize;width:100%}.keymap-key{background-color:var(--pxt-colors-teal-background);border:1px solid var(--pxt-colors-teal-alpha10);border-radius:.25rem;color:var(--pxt-colors-teal-foreground);display:inline-block;height:2rem;line-height:2rem;margin:.25rem;padding:0 .75rem;text-transform:uppercase}.keymap-name{display:inline-block;margin-left:.5rem;text-transform:lowercase}.keymap-name:first-letter{text-transform:uppercase}.fullscreensim .keymap,.keymap.above{top:5.5rem}.fullscreensim .keymap .close,.keymap.above .close{color:var(--pxt-colors-teal-background)}.fullscreensim .keymap{left:50%;margin:0;top:50%;transform:translateX(-50%) translateY(-50%);width:22rem}.miniSim .keymap{display:none}@media only screen and (max-width:991px){#root:not(.fullscreensim) .keymap-button{display:none}#root:not(.fullscreensim) .mute-button{border-radius:.2rem}}.errorList{border-top:2px solid var(--pxt-neutral-stencil1);max-height:16em;min-height:16em;position:relative}.errorList :focus{outline:none}.errorList .errorListHeader{align-items:center;display:flex;flex-direction:row;height:3.5em;justify-content:flex-start;margin-bottom:0;padding:.75em 1em}.errorList .errorListHeader:hover{cursor:pointer}.errorList .errorListHeader:not(:hover):not(:focus)>.toggleButton>i{opacity:.5}.errorList .errorListHeader h4{display:inline-block;margin:0;vertical-align:middle}.errorList .errorListHeader .countBubble{margin:0 1rem}.errorList .errorListHeader:focus>.toggleButton>i,.errorList .errorListHeader:hover>.toggleButton>i{font-size:1.4em}.errorList .errorListHeader .error-help-container{margin:0 1rem}.errorList .errorListHeader .error-help-container .error-help-button{line-height:.8rem;padding:.7rem}.errorList .errorListHeader .error-help-container .error-help-button i{margin-right:.4rem}.errorList .errorListHeader .error-help-container .error-help-loader{align-items:center;cursor:progress;display:flex;flex-direction:row;font-size:16px;font-weight:400;justify-content:flex-start;line-height:.8rem;padding:.7rem;width:fit-content}.errorList .errorListHeader .error-help-container .error-help-loader .analyzing-label{margin:0 1rem}.errorList .errorListHeader .filler{flex-grow:1}.errorList .errorListHeader .toggleButton{float:right;position:relative;vertical-align:middle}.errorList .errorListHeader .toggleButton i{font-size:1.3em}.errorList .debuggerSuggestion{background:none;color:var(--pxt-link);cursor:pointer;line-height:.8rem;padding:.7rem}.errorList .debuggerSuggestion:hover{color:var(--pxt-link-hover)}.errorList .debuggerSuggestion:focus,.errorList .debuggerSuggestion:focus-visible{border:2px solid var(--pxt-focus-border);color:var(--pxt-link-hover)}.errorList .debuggerSuggestion:focus-visible:after,.errorList .debuggerSuggestion:focus:after{outline:none}.errorList .debuggerSuggestion i{margin-right:.4rem}.errorList .errorListInner{height:12.5em;overflow-y:auto;padding:0 0 1em}.errorList .errorListInner .exceptionMessage{color:var(--pxt-target-foreground1);padding:.5em 1em;width:70%}.errorList .errorListInner .ui.selection.list{color:var(--pxt-target-foreground1);margin:0;padding:0}.errorList .errorListInner .ui.selection.list .item{border-radius:unset;color:var(--pxt-target-foreground1);cursor:pointer;line-height:1.2rem;padding:.5em 1em;text-align:start;width:100%}.errorList .errorListInner .ui.selection.list .item:focus,.errorList .errorListInner .ui.selection.list .item:hover{background-color:var(--pxt-neutral-alpha20)!important}.errorList .errorListInner .ui.selection.list .item:nth-child(2n):not(:hover){background-color:var(--pxt-neutral-alpha10)}.errorList .errorListInner .ui.selection.list .item.stackframe{padding-left:2em}.errorList .note{background-color:var(--pxt-neutral-alpha10);border-radius:.2rem;margin:1rem;padding:.5rem;white-space:pre-line}.errorList.errorListSummary{min-height:unset}.errorList.errorListSummary:hover{background-color:var(--pxt-neutral-alpha20)}.asset-editor-outer{display:flex;flex-direction:row;height:100%;width:100%}.asset-editor-sidebar{border-right:1px solid var(--pxt-neutral-stencil1);height:100%;overflow-y:auto;width:200px;z-index:1}.asset-editor-sidebar-info{margin:1rem}.asset-editor-sidebar-detail{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asset-editor-sidebar-name,.asset-editor-sidebar-temp{font-weight:700;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis}.asset-editor-sidebar-temp{background-color:var(--pxt-neutral-alpha10);border-radius:.25rem;display:flex;padding:.25rem .5rem}.asset-editor-sidebar-temp i{height:1.5rem;margin-right:.3rem;width:1.5rem}.asset-editor-sidebar-preview{background-color:var(--pxt-neutral-alpha10);height:calc(200px - 2rem);margin:.5rem 0;width:calc(200px - 2rem)}.asset-editor-sidebar-preview .asset-editor-preview{border:2px solid var(--pxt-target-foreground1)}.asset-editor-sidebar-copy{position:absolute;top:-9999px}.asset-editor-gallery{display:flex;flex:1;flex-direction:column;height:100%}.asset-editor-topbar{border-bottom:1px solid var(--pxt-neutral-stencil1);display:flex;flex-direction:row;height:3rem;width:100%}.asset-editor-gallery-tab{background-color:var(--pxt-neutral-alpha10);border-color:var(--pxt-neutral-stencil1);border-style:solid;border-width:0 1px 1px 0;color:var(--pxt-neutral-foreground1);cursor:pointer;font-size:1rem;font-weight:600;height:3rem;padding:.7em 2em .85em}.asset-editor-gallery-tab.selected{background-color:transparent;border-bottom-color:var(--pxt-target-background1);color:var(--pxt-target-foreground1)}.asset-editor-card-list{flex:1;overflow:auto;width:100%}.asset-editor-card-list>div{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap}.asset-editor-card,.create-new{background:var(--pxt-neutral-background1);border:1px solid var(--pxt-target-foreground1);cursor:pointer;height:8rem;margin:1rem 0 0 1rem;width:8rem}.asset-editor-card.selected{border-width:2px}.asset-editor-card.empty-card{background-color:var(--pxt-neutral-alpha10);border:none}.asset-editor-card-label{display:flex;margin-top:-2rem;position:relative;z-index:2}.asset-editor-card-icon{background:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1);height:2rem;line-height:2rem;margin-right:.25rem;text-align:center;width:2rem}.asset-editor-card-icon i{margin:0}.asset-editor-preview{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='%23fff' d='M0 0h10v10H0z'/%3E%3Cpath fill='%23dedede' d='M0 0h5v5H0zM5 5h5v5H5z'/%3E%3C/svg%3E");display:flex;height:100%;width:100%}.asset-editor-preview img{height:auto;image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;max-height:100%;max-width:100%;width:100%;-ms-interpolation-mode:nearest-neighbor;object-fit:contain}.asset-editor-preview .json-asset-preview{align-items:center;background-color:var(--pxt-neutral-background1);display:flex;height:100%;justify-content:center;text-align:center;width:100%}.asset-editor-preview .json-asset-preview>div{color:var(--pxt-neutral-foreground1);font-size:1.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asset-editor-sidebar-controls{margin:0 .75rem}.asset-editor-sidebar-controls .common-list-item{display:flex}.asset-editor-button{box-shadow:inset 0 0 0 1px var(--pxt-neutral-alpha20),inset 0 -.3em 0 0 var(--pxt-neutral-alpha20);flex:1}.create-new.common-button{align-items:center;background-color:var(--pxt-colors-green-background);color:var(--pxt-colors-green-foreground);display:flex;flex-direction:column;font-weight:700;justify-content:center;margin:1rem 0 0 1rem}.create-new.common-button i.icon{margin:0}.create-new:hover{background-color:var(--pxt-colors-green-hover);color:var(--pxt-colors-green-foreground)}.create-new.disabled,.create-new.disabled:hover{background-color:var(--pxt-neutral-alpha10);cursor:not-allowed}.asset-editor-create-options{display:flex;flex-wrap:wrap;justify-content:space-around;padding:1rem 0}.asset-editor-create-button.common-button{align-items:center;background-color:var(--pxt-secondary-background);color:var(--pxt-secondary-foreground);cursor:pointer;display:flex;flex-direction:column;font-weight:700;height:10rem;justify-content:center;margin-bottom:1rem;width:10rem}.asset-editor-create-button.common-button:hover{background-color:var(--pxt-secondary-background-hover);color:var(--pxt-secondary-foreground-hover)}.asset-editor-create-button.common-button i.icon{font-size:4rem;line-height:4rem;margin:1rem}.asset-editor-create-button.common-button .common-button-flex{display:flex;flex-direction:column;justify-content:center}.image-editor-open #tutorialcard{z-index:995}.asset-palette-button.common-button{box-shadow:inset 0 0 0 1px rgba(34,36,38,.15),inset 0 -.3em 0 0 rgba(34,36,38,.15);flex:1;margin-top:1rem}i.fa-palette{transform:rotate(90deg)}.palette-transparent-button.common-button{background:none;border:none}.palette-transparent-button.common-button.disabled{background:none;border:none;color:var(--pxt-neutral-background3)}.palette-actions .common-button{background:none;border:none;font-size:18px;margin:0;padding:.5rem}.palette-actions .common-button.disabled{background:none;border:none;color:var(--pxt-neutral-background3)}.palette-actions .common-button.disabled:focus:after{outline:none}.palette-actions .common-button .xicon.rename{margin-right:.5rem}.palette-delete-modal .common-modal,.palette-exit-modal .common-modal,.palette-name-modal .common-modal{width:35%}.palette-delete-modal .common-palette-swatch-name,.palette-exit-modal .common-palette-swatch-name,.palette-name-modal .common-palette-swatch-name{flex-grow:0;padding:1rem .5rem 0 0}.palette-delete-modal .common-palette-color-list,.palette-exit-modal .common-palette-color-list,.palette-name-modal .common-palette-color-list{padding-top:1rem}.palette-apply-button.common-button.disabled.green,.palette-done-button.common-button.disabled.teal{background-color:var(--pxt-neutral-background3);color:var(--pxt-neutral-foreground3)}.invalid-palette-name{color:var(--pxt-colors-red-background)}body.pxt-theme-root a{color:var(--pxt-link)}body.pxt-theme-root a:hover{color:var(--pxt-link-hover)}body.pxt-theme-root .ui.label{background-color:var(--pxt-neutral-background1);border-color:var(--pxt-neutral-stencil1);color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.list>.item .description{color:var(--pxt-neutral-alpha80)}body.pxt-theme-root .ui.list>.item a.header{color:var(--pxt-link)!important}body.pxt-theme-root .ui.list>.item a.header:hover{color:var(--pxt-link-hover)!important}body.pxt-theme-root .ui.icon.menu .item{color:var(--pxt-neutral-foreground1)}body.pxt-theme-root i.ui.card.icon{border:none}body.pxt-theme-root .ui.card:not(.icon),body.pxt-theme-root .ui.cards .card:not(.icon){background-color:var(--pxt-neutral-background1);border-color:var(--pxt-neutral-stencil1);color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.card:not(.icon):focus,body.pxt-theme-root .ui.card:not(.icon):hover,body.pxt-theme-root .ui.cards .card:not(.icon):focus,body.pxt-theme-root .ui.cards .card:not(.icon):hover{background-color:var(--pxt-neutral-background1-hover);color:var(--pxt-neutral-foreground1-hover)}body.pxt-theme-root .ui.card:not(.icon) .extra.content a.learnmore,body.pxt-theme-root .ui.cards .card:not(.icon) .extra.content a.learnmore{color:var(--pxt-link)}body.pxt-theme-root .ui.card:not(.icon) .content .header,body.pxt-theme-root .ui.card:not(.icon).link.buttoncard .header,body.pxt-theme-root .ui.cards .card:not(.icon) .content .header,body.pxt-theme-root .ui.cards .card:not(.icon).link.buttoncard .header{color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.card:not(.icon) .content .description,body.pxt-theme-root .ui.cards .card:not(.icon) .content .description{color:var(--pxt-neutral-alpha80)}body.pxt-theme-root .ui.card:not(.icon) .image pre,body.pxt-theme-root .ui.cards .card:not(.icon) .image pre{color:var(--pxt-neutral-foreground1);font-size:.7rem;margin-left:.5rem;margin-right:.5rem;max-height:10rem;overflow-y:hidden;white-space:pre-wrap}body.pxt-theme-root .coredialog,body.pxt-theme-root .coredialog>.actions,body.pxt-theme-root .coredialog>.closeIcon,body.pxt-theme-root .coredialog>.closeIcon .close,body.pxt-theme-root .coredialog>.content,body.pxt-theme-root .coredialog>.content>.ui.items>.item>.content>.description,body.pxt-theme-root .coredialog>.header,body.pxt-theme-root .modal,body.pxt-theme-root .modal>.actions,body.pxt-theme-root .modal>.closeIcon,body.pxt-theme-root .modal>.closeIcon .close,body.pxt-theme-root .modal>.content,body.pxt-theme-root .modal>.content>.ui.items>.item>.content>.description,body.pxt-theme-root .modal>.header{background-color:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.table{border:1px solid var(--pxt-neutral-alpha20)}body.pxt-theme-root .ui.table,body.pxt-theme-root .ui.table i,body.pxt-theme-root .ui.table th,body.pxt-theme-root .ui.table tr{background:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.table i.positive,body.pxt-theme-root .ui.table th.positive,body.pxt-theme-root .ui.table tr.positive{background:var(--pxt-colors-green-alpha10)!important;color:var(--pxt-colors-green-background)!important}body.pxt-theme-root .ui.table i.positive i,body.pxt-theme-root .ui.table th.positive i,body.pxt-theme-root .ui.table tr.positive i{background:none!important}body.pxt-theme-root .ui.table th,body.pxt-theme-root .ui.table tr{border-bottom:1px solid var(--pxt-neutral-alpha10)}body.pxt-theme-root .ui.table tr td{border-top:1px solid var(--pxt-neutral-alpha10)}body.pxt-theme-root .ui.table td:nth-child(2),body.pxt-theme-root .ui.table tfoot:not(.full-width) th:nth-child(2),body.pxt-theme-root .ui.table thead:not(.full-width) th:nth-child(2){border-left:1px solid var(--pxt-neutral-alpha10)}body.pxt-theme-root .ui.header,body.pxt-theme-root .ui.header .sub.header{color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.menu,body.pxt-theme-root [data-tooltip]:after,body.pxt-theme-root [data-tooltip]:before{background:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.menu .dropdown.item .menu,body.pxt-theme-root .ui.menu .ui.dropdown .menu{background:var(--pxt-neutral-background1);border:1px solid var(--pxt-neutral-stencil1);box-shadow:0 1px 3px 0 var(--pxt-neutral-alpha20);color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.menu .dropdown.item .menu .item,body.pxt-theme-root .ui.menu .ui.dropdown .menu .item{color:var(--pxt-neutral-foreground1)!important}body.pxt-theme-root .ui.menu .dropdown.item .menu .item:focus,body.pxt-theme-root .ui.menu .dropdown.item .menu .item:hover,body.pxt-theme-root .ui.menu .ui.dropdown .menu .item:focus,body.pxt-theme-root .ui.menu .ui.dropdown .menu .item:hover{background:var(--pxt-neutral-background1-hover)!important;color:var(--pxt-neutral-foreground1-hover)!important}body.pxt-theme-root .ui.menu .dropdown.item .menu .divider,body.pxt-theme-root .ui.menu .ui.dropdown .menu .divider{background:none;border-top:1px solid var(--pxt-neutral-stencil1)}body.pxt-theme-root .ui.menu .item.disabled,body.pxt-theme-root .ui.menu .item.disabled:hover{color:var(--pxt-neutral-alpha20)!important}body.pxt-theme-root .ui.form .field label{color:var(--pxt-neutral-foreground2)}body.pxt-theme-root .ui.form input[type=url],body.pxt-theme-root .ui.form textarea,body.pxt-theme-root .ui.input{background:none;color:var(--pxt-neutral-foreground2)}body.pxt-theme-root .ui.form input[type=url] input,body.pxt-theme-root .ui.form textarea input,body.pxt-theme-root .ui.input input{-webkit-tap-highlight-color:transparent;background:var(--pxt-neutral-background1);border:1px solid var(--pxt-neutral-stencil1);color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.form input[type=url] input::-moz-placeholder,body.pxt-theme-root .ui.form input[type=url] input::-ms-input-placeholder,body.pxt-theme-root .ui.form input[type=url] input::-webkit-input-placeholder,body.pxt-theme-root .ui.form textarea input::-moz-placeholder,body.pxt-theme-root .ui.form textarea input::-ms-input-placeholder,body.pxt-theme-root .ui.form textarea input::-webkit-input-placeholder,body.pxt-theme-root .ui.input input::-moz-placeholder,body.pxt-theme-root .ui.input input::-ms-input-placeholder,body.pxt-theme-root .ui.input input::-webkit-input-placeholder{color:var(--pxt-neutral-alpha50)}body.pxt-theme-root .ui.form input[type=url] input:active,body.pxt-theme-root .ui.form input[type=url] input:focus,body.pxt-theme-root .ui.form textarea input:active,body.pxt-theme-root .ui.form textarea input:focus,body.pxt-theme-root .ui.input input:active,body.pxt-theme-root .ui.input input:focus{background:var(--pxt-neutral-background1);border-color:var(--pxt-neutral-alpha50);color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.form input[type=url] input::selection,body.pxt-theme-root .ui.form textarea input::selection,body.pxt-theme-root .ui.input input::selection{color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.form input[type=url].down input,body.pxt-theme-root .ui.form textarea.down input,body.pxt-theme-root .ui.input.down input{background:var(--pxt-neutral-background1);border-color:var(--pxt-neutral-alpha50);color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.segment{background:var(--pxt-neutral-background1);border:1px solid var(--pxt-neutral-stencil1);box-shadow:0 1px 2px 0 var(--pxt-neutral-alpha10);color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.raised.segment,body.pxt-theme-root .ui.raised.segments{box-shadow:0 2px 4px 0 var(--pxt-neutral-alpha10),0 2px 10px 0 var(--pxt-neutral-alpha10)}body.pxt-theme-root .ui.toggle.checkbox label{color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.toggle.checkbox label:focus,body.pxt-theme-root .ui.toggle.checkbox label:hover{color:var(--pxt-neutral-foreground1-hover)}body.pxt-theme-root .ui.toggle.checkbox input,body.pxt-theme-root .ui.toggle.checkbox input:checked,body.pxt-theme-root .ui.toggle.checkbox input~.box:before,body.pxt-theme-root .ui.toggle.checkbox input~label:before{border:1px solid var(--pxt-neutral-stencil1)}body.pxt-theme-root .ui.toggle.checkbox input:checked~label{color:var(--pxt-neutral-foreground1)!important}body.pxt-theme-root .ui.toggle.checkbox input:checked~.box:before,body.pxt-theme-root .ui.toggle.checkbox input:checked~label:before{background-color:var(--pxt-primary-background)!important;border:1px solid var(--pxt-neutral-stencil1)}body.pxt-theme-root .ui.dimmer:not(#loading){background-color:var(--pxt-neutral-alpha50)}body.pxt-theme-root .blue{color:var(--pxt-colors-blue-background)}body.pxt-theme-root .blue.inverted{background-color:var(--pxt-colors-blue-foreground)!important;color:var(--pxt-colors-blue-background)!important}body.pxt-theme-root .gray,body.pxt-theme-root .grey,body.pxt-theme-root .neutral{color:var(--pxt-neutral-background2)}body.pxt-theme-root .gray.inverted,body.pxt-theme-root .grey.inverted,body.pxt-theme-root .neutral.inverted{background-color:var(--pxt-neutral-foreground2)!important;color:var(--pxt-neutral-background2)!important}body.pxt-theme-root .green,body.pxt-theme-root .positive{color:var(--pxt-colors-green-background)}body.pxt-theme-root .green.inverted,body.pxt-theme-root .positive.inverted{background-color:var(--pxt-colors-green-foreground)!important;color:var(--pxt-colors-green-background)!important}body.pxt-theme-root .orange{color:var(--pxt-colors-orange-background)}body.pxt-theme-root .orange.inverted{background-color:var(--pxt-colors-orange-foreground)!important;color:var(--pxt-colors-orange-background)!important}body.pxt-theme-root .purple,body.pxt-theme-root .violet{color:var(--pxt-colors-purple-background)}body.pxt-theme-root .purple.inverted,body.pxt-theme-root .violet.inverted{background-color:var(--pxt-colors-purple-foreground)!important;color:var(--pxt-colors-purple-background)!important}body.pxt-theme-root .negative,body.pxt-theme-root .red{color:var(--pxt-colors-red-background)}body.pxt-theme-root .negative.inverted,body.pxt-theme-root .red.inverted{background-color:var(--pxt-colors-red-foreground)!important;color:var(--pxt-colors-red-background)!important}body.pxt-theme-root .teal{color:var(--pxt-colors-teal-background)}body.pxt-theme-root .teal.inverted{background-color:var(--pxt-colors-teal-foreground)!important;color:var(--pxt-colors-teal-background)!important}body.pxt-theme-root .yellow{color:var(--pxt-colors-yellow-background)}body.pxt-theme-root .yellow.inverted{background-color:var(--pxt-colors-yellow-foreground)!important;color:var(--pxt-colors-yellow-background)!important}body.pxt-theme-root .ui.label.blue{background-color:var(--pxt-colors-blue-background)!important;color:var(--pxt-colors-blue-foreground)!important}body.pxt-theme-root .ui.label.blue.inverted{background-color:var(--pxt-colors-blue-foreground)!important;color:var(--pxt-colors-blue-background)!important}body.pxt-theme-root .ui.label.gray,body.pxt-theme-root .ui.label.grey,body.pxt-theme-root .ui.label.neutral{background-color:var(--pxt-neutral-background2)!important;color:var(--pxt-neutral-foreground2)!important}body.pxt-theme-root .ui.label.gray.inverted,body.pxt-theme-root .ui.label.grey.inverted,body.pxt-theme-root .ui.label.neutral.inverted{background-color:var(--pxt-neutral-foreground2)!important;color:var(--pxt-neutral-background2)!important}body.pxt-theme-root .ui.label.green,body.pxt-theme-root .ui.label.positive{background-color:var(--pxt-colors-green-background)!important;color:var(--pxt-colors-green-foreground)!important}body.pxt-theme-root .ui.label.green.inverted,body.pxt-theme-root .ui.label.positive.inverted{background-color:var(--pxt-colors-green-foreground)!important;color:var(--pxt-colors-green-background)!important}body.pxt-theme-root .ui.label.orange{background-color:var(--pxt-colors-orange-background)!important;color:var(--pxt-colors-orange-foreground)!important}body.pxt-theme-root .ui.label.orange.inverted{background-color:var(--pxt-colors-orange-foreground)!important;color:var(--pxt-colors-orange-background)!important}body.pxt-theme-root .ui.label.purple,body.pxt-theme-root .ui.label.violet{background-color:var(--pxt-colors-purple-background)!important;color:var(--pxt-colors-purple-foreground)!important}body.pxt-theme-root .ui.label.purple.inverted,body.pxt-theme-root .ui.label.violet.inverted{background-color:var(--pxt-colors-purple-foreground)!important;color:var(--pxt-colors-purple-background)!important}body.pxt-theme-root .ui.label.negative,body.pxt-theme-root .ui.label.red{background-color:var(--pxt-colors-red-background)!important;color:var(--pxt-colors-red-foreground)!important}body.pxt-theme-root .ui.label.negative.inverted,body.pxt-theme-root .ui.label.red.inverted{background-color:var(--pxt-colors-red-foreground)!important;color:var(--pxt-colors-red-background)!important}body.pxt-theme-root .ui.label.teal{background-color:var(--pxt-colors-teal-background)!important;color:var(--pxt-colors-teal-foreground)!important}body.pxt-theme-root .ui.label.teal.inverted{background-color:var(--pxt-colors-teal-foreground)!important;color:var(--pxt-colors-teal-background)!important}body.pxt-theme-root .ui.label.yellow{background-color:var(--pxt-colors-yellow-background)!important;color:var(--pxt-colors-yellow-foreground)!important}body.pxt-theme-root .ui.label.yellow.inverted{background-color:var(--pxt-colors-yellow-foreground)!important;color:var(--pxt-colors-yellow-background)!important}body.pxt-theme-root .common-button,body.pxt-theme-root .ui.button{background-image:none}body.pxt-theme-root .common-button.primary,body.pxt-theme-root .ui.button.primary{background-color:var(--pxt-primary-background);border:1px solid var(--pxt-primary-background);color:var(--pxt-primary-foreground)}body.pxt-theme-root .common-button.primary.inverted,body.pxt-theme-root .ui.button.primary.inverted{background-color:var(--pxt-primary-foreground);color:var(--pxt-primary-background)}body.pxt-theme-root .common-button.primary.disabled,body.pxt-theme-root .ui.button.primary.disabled{filter:grayscale(100%) brightness(80%);opacity:.7}body.pxt-theme-root .common-button.primary:not(.disabled):focus,body.pxt-theme-root .common-button.primary:not(.disabled):hover,body.pxt-theme-root .ui.button.primary:not(.disabled):focus,body.pxt-theme-root .ui.button.primary:not(.disabled):hover{background-color:var(--pxt-primary-background-hover);color:var(--pxt-primary-foreground-hover);filter:none}body.pxt-theme-root .common-button.primary:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.primary:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.primary:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.primary:not(.disabled):hover.inverted{background-color:var(--pxt-primary-foreground-hover);color:var(--pxt-primary-background-hover)}body.pxt-theme-root .common-button.secondary,body.pxt-theme-root .ui.button.secondary{background-color:var(--pxt-secondary-background);border:1px solid var(--pxt-secondary-background);color:var(--pxt-secondary-foreground)}body.pxt-theme-root .common-button.secondary.inverted,body.pxt-theme-root .ui.button.secondary.inverted{background-color:var(--pxt-secondary-foreground);color:var(--pxt-secondary-background)}body.pxt-theme-root .common-button.secondary.disabled,body.pxt-theme-root .ui.button.secondary.disabled{filter:grayscale(100%) brightness(80%);opacity:.7}body.pxt-theme-root .common-button.secondary:not(.disabled):focus,body.pxt-theme-root .common-button.secondary:not(.disabled):hover,body.pxt-theme-root .ui.button.secondary:not(.disabled):focus,body.pxt-theme-root .ui.button.secondary:not(.disabled):hover{background-color:var(--pxt-secondary-background-hover);color:var(--pxt-secondary-foreground-hover);filter:none}body.pxt-theme-root .common-button.secondary:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.secondary:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.secondary:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.secondary:not(.disabled):hover.inverted{background-color:var(--pxt-secondary-foreground-hover);color:var(--pxt-secondary-background-hover)}body.pxt-theme-root .common-button.tertiary,body.pxt-theme-root .ui.button.tertiary{background-color:var(--pxt-tertiary-background);border:1px solid var(--pxt-tertiary-background);color:var(--pxt-tertiary-foreground)}body.pxt-theme-root .common-button.tertiary.inverted,body.pxt-theme-root .ui.button.tertiary.inverted{background-color:var(--pxt-tertiary-foreground);color:var(--pxt-tertiary-background)}body.pxt-theme-root .common-button.tertiary.disabled,body.pxt-theme-root .ui.button.tertiary.disabled{filter:grayscale(100%) brightness(80%);opacity:.7}body.pxt-theme-root .common-button.tertiary:not(.disabled):focus,body.pxt-theme-root .common-button.tertiary:not(.disabled):hover,body.pxt-theme-root .ui.button.tertiary:not(.disabled):focus,body.pxt-theme-root .ui.button.tertiary:not(.disabled):hover{background-color:var(--pxt-tertiary-background-hover);color:var(--pxt-tertiary-foreground-hover);filter:none}body.pxt-theme-root .common-button.tertiary:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.tertiary:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.tertiary:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.tertiary:not(.disabled):hover.inverted{background-color:var(--pxt-tertiary-foreground-hover);color:var(--pxt-tertiary-background-hover)}body.pxt-theme-root .common-button.blue,body.pxt-theme-root .ui.button.blue{background-color:var(--pxt-colors-blue-background);border:1px solid var(--pxt-colors-blue-background);color:var(--pxt-colors-blue-foreground)}body.pxt-theme-root .common-button.blue.inverted,body.pxt-theme-root .ui.button.blue.inverted{background-color:var(--pxt-colors-blue-foreground);color:var(--pxt-colors-blue-background)}body.pxt-theme-root .common-button.blue.disabled,body.pxt-theme-root .ui.button.blue.disabled{filter:grayscale(100%) brightness(80%);opacity:.7}body.pxt-theme-root .common-button.blue:not(.disabled):focus,body.pxt-theme-root .common-button.blue:not(.disabled):hover,body.pxt-theme-root .ui.button.blue:not(.disabled):focus,body.pxt-theme-root .ui.button.blue:not(.disabled):hover{background-color:var(--pxt-colors-blue-hover);color:var(--pxt-colors-blue-foreground);filter:none}body.pxt-theme-root .common-button.blue:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.blue:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.blue:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.blue:not(.disabled):hover.inverted{background-color:var(--pxt-colors-blue-foreground);color:var(--pxt-colors-blue-hover)}body.pxt-theme-root .common-button.gray,body.pxt-theme-root .common-button.grey,body.pxt-theme-root .common-button.neutral,body.pxt-theme-root .ui.button.gray,body.pxt-theme-root .ui.button.grey,body.pxt-theme-root .ui.button.neutral{background-color:var(--pxt-neutral-background2);border:1px solid var(--pxt-neutral-stencil2);color:var(--pxt-neutral-foreground2)}body.pxt-theme-root .common-button.gray.inverted,body.pxt-theme-root .common-button.grey.inverted,body.pxt-theme-root .common-button.neutral.inverted,body.pxt-theme-root .ui.button.gray.inverted,body.pxt-theme-root .ui.button.grey.inverted,body.pxt-theme-root .ui.button.neutral.inverted{background-color:var(--pxt-neutral-foreground2);color:var(--pxt-neutral-background2)}body.pxt-theme-root .common-button.gray.disabled,body.pxt-theme-root .common-button.grey.disabled,body.pxt-theme-root .common-button.neutral.disabled,body.pxt-theme-root .ui.button.gray.disabled,body.pxt-theme-root .ui.button.grey.disabled,body.pxt-theme-root .ui.button.neutral.disabled{filter:grayscale(100%) brightness(80%);opacity:.7}body.pxt-theme-root .common-button.gray:not(.disabled):focus,body.pxt-theme-root .common-button.gray:not(.disabled):hover,body.pxt-theme-root .common-button.grey:not(.disabled):focus,body.pxt-theme-root .common-button.grey:not(.disabled):hover,body.pxt-theme-root .common-button.neutral:not(.disabled):focus,body.pxt-theme-root .common-button.neutral:not(.disabled):hover,body.pxt-theme-root .ui.button.gray:not(.disabled):focus,body.pxt-theme-root .ui.button.gray:not(.disabled):hover,body.pxt-theme-root .ui.button.grey:not(.disabled):focus,body.pxt-theme-root .ui.button.grey:not(.disabled):hover,body.pxt-theme-root .ui.button.neutral:not(.disabled):focus,body.pxt-theme-root .ui.button.neutral:not(.disabled):hover{background-color:var(--pxt-neutral-background2-hover);color:var(--pxt-neutral-foreground2-hover);filter:none}body.pxt-theme-root .common-button.gray:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.gray:not(.disabled):hover.inverted,body.pxt-theme-root .common-button.grey:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.grey:not(.disabled):hover.inverted,body.pxt-theme-root .common-button.neutral:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.neutral:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.gray:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.gray:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.grey:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.grey:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.neutral:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.neutral:not(.disabled):hover.inverted{background-color:var(--pxt-neutral-foreground2-hover);color:var(--pxt-neutral-background2-hover)}body.pxt-theme-root .common-button.green,body.pxt-theme-root .common-button.positive,body.pxt-theme-root .ui.button.green,body.pxt-theme-root .ui.button.positive{background-color:var(--pxt-colors-green-background);border:1px solid var(--pxt-colors-green-background);color:var(--pxt-colors-green-foreground)}body.pxt-theme-root .common-button.green.inverted,body.pxt-theme-root .common-button.positive.inverted,body.pxt-theme-root .ui.button.green.inverted,body.pxt-theme-root .ui.button.positive.inverted{background-color:var(--pxt-colors-green-foreground);color:var(--pxt-colors-green-background)}body.pxt-theme-root .common-button.green.disabled,body.pxt-theme-root .common-button.positive.disabled,body.pxt-theme-root .ui.button.green.disabled,body.pxt-theme-root .ui.button.positive.disabled{filter:grayscale(100%) brightness(80%);opacity:.7}body.pxt-theme-root .common-button.green:not(.disabled):focus,body.pxt-theme-root .common-button.green:not(.disabled):hover,body.pxt-theme-root .common-button.positive:not(.disabled):focus,body.pxt-theme-root .common-button.positive:not(.disabled):hover,body.pxt-theme-root .ui.button.green:not(.disabled):focus,body.pxt-theme-root .ui.button.green:not(.disabled):hover,body.pxt-theme-root .ui.button.positive:not(.disabled):focus,body.pxt-theme-root .ui.button.positive:not(.disabled):hover{background-color:var(--pxt-colors-green-hover);color:var(--pxt-colors-green-foreground);filter:none}body.pxt-theme-root .common-button.green:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.green:not(.disabled):hover.inverted,body.pxt-theme-root .common-button.positive:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.positive:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.green:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.green:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.positive:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.positive:not(.disabled):hover.inverted{background-color:var(--pxt-colors-green-foreground);color:var(--pxt-colors-green-hover)}body.pxt-theme-root .common-button.orange,body.pxt-theme-root .ui.button.orange{background-color:var(--pxt-colors-orange-background);border:1px solid var(--pxt-colors-orange-background);color:var(--pxt-colors-orange-foreground)}body.pxt-theme-root .common-button.orange.inverted,body.pxt-theme-root .ui.button.orange.inverted{background-color:var(--pxt-colors-orange-foreground);color:var(--pxt-colors-orange-background)}body.pxt-theme-root .common-button.orange.disabled,body.pxt-theme-root .ui.button.orange.disabled{filter:grayscale(100%) brightness(80%);opacity:.7}body.pxt-theme-root .common-button.orange:not(.disabled):focus,body.pxt-theme-root .common-button.orange:not(.disabled):hover,body.pxt-theme-root .ui.button.orange:not(.disabled):focus,body.pxt-theme-root .ui.button.orange:not(.disabled):hover{background-color:var(--pxt-colors-orange-hover);color:var(--pxt-colors-orange-foreground);filter:none}body.pxt-theme-root .common-button.orange:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.orange:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.orange:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.orange:not(.disabled):hover.inverted{background-color:var(--pxt-colors-orange-foreground);color:var(--pxt-colors-orange-hover)}body.pxt-theme-root .common-button.purple,body.pxt-theme-root .common-button.violet,body.pxt-theme-root .ui.button.purple,body.pxt-theme-root .ui.button.violet{background-color:var(--pxt-colors-purple-background);border:1px solid var(--pxt-colors-purple-background);color:var(--pxt-colors-purple-foreground)}body.pxt-theme-root .common-button.purple.inverted,body.pxt-theme-root .common-button.violet.inverted,body.pxt-theme-root .ui.button.purple.inverted,body.pxt-theme-root .ui.button.violet.inverted{background-color:var(--pxt-colors-purple-foreground);color:var(--pxt-colors-purple-background)}body.pxt-theme-root .common-button.purple.disabled,body.pxt-theme-root .common-button.violet.disabled,body.pxt-theme-root .ui.button.purple.disabled,body.pxt-theme-root .ui.button.violet.disabled{filter:grayscale(100%) brightness(80%);opacity:.7}body.pxt-theme-root .common-button.purple:not(.disabled):focus,body.pxt-theme-root .common-button.purple:not(.disabled):hover,body.pxt-theme-root .common-button.violet:not(.disabled):focus,body.pxt-theme-root .common-button.violet:not(.disabled):hover,body.pxt-theme-root .ui.button.purple:not(.disabled):focus,body.pxt-theme-root .ui.button.purple:not(.disabled):hover,body.pxt-theme-root .ui.button.violet:not(.disabled):focus,body.pxt-theme-root .ui.button.violet:not(.disabled):hover{background-color:var(--pxt-colors-purple-hover);color:var(--pxt-colors-purple-foreground);filter:none}body.pxt-theme-root .common-button.purple:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.purple:not(.disabled):hover.inverted,body.pxt-theme-root .common-button.violet:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.violet:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.purple:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.purple:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.violet:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.violet:not(.disabled):hover.inverted{background-color:var(--pxt-colors-purple-foreground);color:var(--pxt-colors-purple-hover)}body.pxt-theme-root .common-button.negative,body.pxt-theme-root .common-button.red,body.pxt-theme-root .ui.button.negative,body.pxt-theme-root .ui.button.red{background-color:var(--pxt-colors-red-background);border:1px solid var(--pxt-colors-red-background);color:var(--pxt-colors-red-foreground)}body.pxt-theme-root .common-button.negative.inverted,body.pxt-theme-root .common-button.red.inverted,body.pxt-theme-root .ui.button.negative.inverted,body.pxt-theme-root .ui.button.red.inverted{background-color:var(--pxt-colors-red-foreground);color:var(--pxt-colors-red-background)}body.pxt-theme-root .common-button.negative.disabled,body.pxt-theme-root .common-button.red.disabled,body.pxt-theme-root .ui.button.negative.disabled,body.pxt-theme-root .ui.button.red.disabled{filter:grayscale(100%) brightness(80%);opacity:.7}body.pxt-theme-root .common-button.negative:not(.disabled):focus,body.pxt-theme-root .common-button.negative:not(.disabled):hover,body.pxt-theme-root .common-button.red:not(.disabled):focus,body.pxt-theme-root .common-button.red:not(.disabled):hover,body.pxt-theme-root .ui.button.negative:not(.disabled):focus,body.pxt-theme-root .ui.button.negative:not(.disabled):hover,body.pxt-theme-root .ui.button.red:not(.disabled):focus,body.pxt-theme-root .ui.button.red:not(.disabled):hover{background-color:var(--pxt-colors-red-hover);color:var(--pxt-colors-red-foreground);filter:none}body.pxt-theme-root .common-button.negative:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.negative:not(.disabled):hover.inverted,body.pxt-theme-root .common-button.red:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.red:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.negative:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.negative:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.red:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.red:not(.disabled):hover.inverted{background-color:var(--pxt-colors-red-foreground);color:var(--pxt-colors-red-hover)}body.pxt-theme-root .common-button.teal,body.pxt-theme-root .ui.button.teal{background-color:var(--pxt-colors-teal-background);border:1px solid var(--pxt-colors-teal-background);color:var(--pxt-colors-teal-foreground)}body.pxt-theme-root .common-button.teal.inverted,body.pxt-theme-root .ui.button.teal.inverted{background-color:var(--pxt-colors-teal-foreground);color:var(--pxt-colors-teal-background)}body.pxt-theme-root .common-button.teal.disabled,body.pxt-theme-root .ui.button.teal.disabled{filter:grayscale(100%) brightness(80%);opacity:.7}body.pxt-theme-root .common-button.teal:not(.disabled):focus,body.pxt-theme-root .common-button.teal:not(.disabled):hover,body.pxt-theme-root .ui.button.teal:not(.disabled):focus,body.pxt-theme-root .ui.button.teal:not(.disabled):hover{background-color:var(--pxt-colors-teal-hover);color:var(--pxt-colors-teal-foreground);filter:none}body.pxt-theme-root .common-button.teal:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.teal:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.teal:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.teal:not(.disabled):hover.inverted{background-color:var(--pxt-colors-teal-foreground);color:var(--pxt-colors-teal-hover)}body.pxt-theme-root .common-button.yellow,body.pxt-theme-root .ui.button.yellow{background-color:var(--pxt-colors-yellow-background);border:1px solid var(--pxt-colors-yellow-background);color:var(--pxt-colors-yellow-foreground)}body.pxt-theme-root .common-button.yellow.inverted,body.pxt-theme-root .ui.button.yellow.inverted{background-color:var(--pxt-colors-yellow-foreground);color:var(--pxt-colors-yellow-background)}body.pxt-theme-root .common-button.yellow.disabled,body.pxt-theme-root .ui.button.yellow.disabled{filter:grayscale(100%) brightness(80%);opacity:.7}body.pxt-theme-root .common-button.yellow:not(.disabled):focus,body.pxt-theme-root .common-button.yellow:not(.disabled):hover,body.pxt-theme-root .ui.button.yellow:not(.disabled):focus,body.pxt-theme-root .ui.button.yellow:not(.disabled):hover{background-color:var(--pxt-colors-yellow-hover);color:var(--pxt-colors-yellow-foreground);filter:none}body.pxt-theme-root .common-button.yellow:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.yellow:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.yellow:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.yellow:not(.disabled):hover.inverted{background-color:var(--pxt-colors-yellow-foreground);color:var(--pxt-colors-yellow-hover)}.ai-explanation-container{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;white-space:pre-line;width:100%}.ai-explanation-container .ai-footer{margin-top:1rem}.ai-explanation-container .ai-footer .feedback-button.disabled{color:var(--pxt-neutral1-foreground)}.pxt-json-settings{display:flex;flex-direction:column;gap:.5rem}.light *{-webkit-transition:none!important;-moz-transition:none!important;-ms-transition:none!important;transition:none!important}.light .ui.dimmer{animation-duration:0s!important}.light .ui.loader:after{animation:none!important}.light svg.blocklyBlockDragSurface>g{filter:none!important}.light .blocklyMainBackground{fill:var(--pxt-target-background1)!important}.light #monacoEditorToolbox .blocklyTreeRow{animation:none!important}#mainmenu .ui.item:focus{background:rgba(0,0,0,.1);outline:none}#mainmenu .editor-menuitem .ui.item:focus-visible{background:transparent;filter:none;outline:3px solid #fff;outline-offset:-5px}#mainmenu .editor-menuitem .ui.item.active:focus-visible{outline-color:#000}.ui.button:focus,.ui.item:focus{z-index:1000}.accessible-hidden{border:0;display:block;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;visibility:visible;width:1px;clip:rect(0 0 0 0)}#accessibleMenu,.ui.menu.accessibleMenu{border:0;margin:0;padding:0;top:-20em!important;width:100%;z-index:1001!important}#accessibleMenu .ui.item.link,.ui.menu.accessibleMenu .ui.item.link{background:hsla(0,0%,100%,.9)!important;color:#000;position:absolute;width:100%}#accessibleMenu .ui.item.link:hover,.ui.menu.accessibleMenu .ui.item.link:hover{color:#000}#accessibleMenu .ui.item.link:focus,.ui.menu.accessibleMenu .ui.item.link:focus{border-radius:0!important;box-shadow:3px 3px 5px #aaa;top:20em!important}@media only screen and (max-width:991px){#accessibleMenu,.menubar .ui.menu.accessibleMenu{height:3.5rem!important;min-height:3.5rem!important}}@media only screen and (max-height:44rem) and (min-width:767px){#accessibleMenu,.menubar .ui.menu.accessibleMenu{height:3rem!important;min-height:3rem!important}}#msg .hc{background-color:#000!important;border:1px solid #fff!important;border-radius:0;color:#fff!important}.hc #monacoEditor .blocklyTreeRow:focus,.hc #monacoEditor .blocklyTreeRow:hover,.hc #monacoEditor .monacoDraggableBlock:focus,.hc #monacoEditor .monacoDraggableBlock:hover,.hc [role=menuitem]:not(.editor-menuitem):focus,.hc [role=menuitem]:not(.editor-menuitem):hover,.hc [tabindex*=d1]:focus,.hc [tabindex*=d1]:hover,.hc [tabindex*=d2]:focus,.hc [tabindex*=d2]:hover,.hc [tabindex="0"]:not(.blocklyWorkspace,.blocklyPassiveFocus,.blocklyTreeInner):focus,.hc [tabindex="0"]:not(.blocklyWorkspace,.blocklyPassiveFocus,.blocklyTreeInner):hover,.hc a:not([tabindex="-1"]):focus,.hc a:not([tabindex="-1"]):hover,.hc button:not([tabindex="-1"]):focus,.hc button:not([tabindex="-1"]):hover,.hc input:not([tabindex="-1"]):focus,.hc input:not([tabindex="-1"]):hover{outline:3px solid var(--pxt-colors-yellow-background)!important}.hc p:not(#sidedocs p){background-color:#000!important;color:#fff!important}.hc .ui.checkbox label,.hc .ui.checkbox+label,.hc .ui.items>.item .meta,.hc .ui.toggle.checkbox .box,.hc .ui.toggle.checkbox input:focus:checked~.box,.hc .ui.toggle.checkbox input:focus:checked~label,.hc .ui.toggle.checkbox label{color:#fff!important}.hc p>a.ui.link{text-decoration:underline}.hc ul>li{color:#fff}.hc #tutorialcard .nextbutton:focus>i,.hc #tutorialcard .nextbutton:focus>i.orange,.hc #tutorialcard .nextbutton:focus>span,.hc #tutorialcard .nextbutton:hover>i,.hc #tutorialcard .nextbutton:hover>i.orange,.hc #tutorialcard .nextbutton:hover>span,.hc #tutorialcard .prevbutton:focus>i,.hc #tutorialcard .prevbutton:focus>i.orange,.hc #tutorialcard .prevbutton:focus>span,.hc #tutorialcard .prevbutton:hover>i,.hc #tutorialcard .prevbutton:hover>i.orange,.hc #tutorialcard .prevbutton:hover>span{color:#fff!important}@media (pointer:coarse){.hc #monacoEditor .blocklyTreeRow:focus,.hc #monacoEditor .blocklyTreeRow:hover,.hc #monacoEditor .monacoDraggableBlock:focus,.hc #monacoEditor .monacoDraggableBlock:hover,.hc [role=menuitem]:focus,.hc [role=menuitem]:hover,.hc [tabindex*=d1]:focus,.hc [tabindex*=d1]:hover,.hc [tabindex*=d2]:focus,.hc [tabindex*=d2]:hover,.hc [tabindex="0"]:focus,.hc [tabindex="0"]:hover,.hc a:not([tabindex="-1"]):focus,.hc a:not([tabindex="-1"]):hover,.hc button:not([tabindex="-1"]):focus,.hc button:not([tabindex="-1"]):hover,.hc input:not([tabindex="-1"]):focus,.hc input:not([tabindex="-1"]):hover{outline:4px solid transparent!important}}.hc #monacoEditor :focus,.hc #monacoEditor :hover,.hc .blocklySVG :focus,.hc .blocklySVG :hover,.hc .blocklyTreeRoot:focus,.hc .blocklyTreeRoot:hover,.hc .blocklyWidgetDiv :focus,.hc .blocklyWidgetDiv :hover,.hc .monaco-editor :focus,.hc .monaco-editor :hover{outline:none!important}.hc #monacoEditor .monacoDraggableBlock{background:none!important}.hc #monacoEditor .monacoDraggableBlock span.argName{border:1px solid hsla(0,0%,100%,.7)}.hc .errorList{background-color:#000!important;color:#fff!important}.hc .errorList .errorListHeader:focus{border:1px solid #ff0!important}.hc .errorList .errorListInner .ui.selection.list>.item{background-color:#000!important;border:1px solid #fff!important;color:#fff!important}.hc .errorList .errorListInner .ui.selection.list>.item:focus{border:1px solid #ff0!important}.hc .errorList .errorListInner .debuggerSuggestion,.hc .errorList .errorListInner .label{color:#fff!important}.hc path.blocklyFlyoutBackground{fill:#000!important;fill-opacity:1!important;stroke:#fff;stroke-width:4px}.hc .blocklyFlyoutButton .blocklyText{fill:#fff!important}.hc .monacoFlyout{background:#000!important;border-right:4px solid #fff!important}.hc .monacoFlyout .monacoBlock{color:#fff!important}.hc .monacoFlyout .blockHandle{background:#000!important}.hc .blocklyFlyoutButtonBackground{fill:transparent!important;stroke:#fff!important}.hc #root,.hc #simulator .editor-sidebar,.hc #simulator .editor-sidebar #boardview,.hc svg.blocklySvg{background:#000!important}.hc .blocklyMainBackground{fill:transparent!important}.hc .blocklyToolbox,.hc .monacoToolboxDiv{background:#000!important;border-right:1px solid #fff!important}.hc .blocklyPath{stroke-width:3px}.hc .cloudstatusarea{color:#fff!important}.hc .cloudstatusarea .ui.loader:after{border-top-color:#fff!important}.hc .menubar .menu>.item:focus>i,.hc .menubar .menu>.item:focus>span{color:#ff0!important}.hc .menu .ui.label.betalabel{color:#000!important}.hc #mainmenu:not(.inverted){background-color:#fff!important;border-bottom:4px solid #fff;color:#000!important}.hc #mainmenu:not(.inverted) .ui.item{color:#000}.hc #mainmenu:not(.inverted) .item.editor-menuitem .ui.grid{border:1px solid #000!important}.hc #mainmenu.inverted{background:#000!important;border-bottom:4px solid #fff;color:#fff!important}.hc #mainmenu.inverted .ui.item{color:#fff}.hc #mainmenu.inverted .item.editor-menuitem .ui.grid{border:1px solid #fff!important}.hc .simtoolbar .debug-button.orange{background-color:#fff!important;color:#000!important}.hc .debugtoolbar .ui.compact.menu{background-color:#000!important;border-bottom:1px solid #fff!important;color:#fff!important}.hc .debugtoolbar .ui.compact.menu .ui.item.link.dbg-btn .icon.blue,.hc .debugtoolbar .ui.compact.menu .ui.item.link.dbg-btn .icon.green,.hc .debugtoolbar .ui.compact.menu .ui.item.link.dbg-btn .ui.text,.hc .debugtoolbar .ui.compact.menu .ui.item.link.dbg-btn .xicon{color:#fff!important}.hc .debugtoolbar .ui.compact.menu .ui.item.link.dbg-btn.disabled .icon.blue,.hc .debugtoolbar .ui.compact.menu .ui.item.link.dbg-btn.disabled .icon.disabled.icon-and-text,.hc .debugtoolbar .ui.compact.menu .ui.item.link.dbg-btn.disabled .icon.green,.hc .debugtoolbar .ui.compact.menu .ui.item.link.dbg-btn.disabled .ui.text,.hc .debugtoolbar .ui.compact.menu .ui.item.link.dbg-btn.disabled .xicon{color:#3ff23f!important;opacity:1!important}.hc .debugtoolbar .ui.compact.menu .ui.item.link.dbg-btn.dbg-trace.tracing{background-color:#fff!important}.hc .debugtoolbar .ui.compact.menu .ui.item.link.dbg-btn.dbg-trace.tracing .xicon{color:#000!important}.hc .varExplorer{background-color:#000!important}.hc .varExplorer .variableTableHeader,.hc .varExplorer .variableTablePlaceholder{background-color:#000!important;color:#fff!important}.hc .varExplorer .ui.segment.debugvariables .item{background-color:#000!important}.hc .varExplorer .ui.segment.debugvariables .item .variableAndValue .variable.detail,.hc .varExplorer .ui.segment.debugvariables .item .variableAndValue .variable.detail .varval.Sprite,.hc .varExplorer .ui.segment.debugvariables .item .variableAndValue .variable.detail .varval.array,.hc .varExplorer .ui.segment.debugvariables .item .variableAndValue .variable.detail .varval.boolean,.hc .varExplorer .ui.segment.debugvariables .item .variableAndValue .variable.detail .varval.number,.hc .varExplorer .ui.segment.debugvariables .item .variableAndValue .variable.detail .varval.string,.hc .varExplorer .ui.segment.debugvariables .item .variableAndValue .variable.varname,.hc .varExplorer .ui.segment.debugvariables .item .variableAndValue .variable.varname .varval.Sprite,.hc .varExplorer .ui.segment.debugvariables .item .variableAndValue .variable.varname .varval.array,.hc .varExplorer .ui.segment.debugvariables .item .variableAndValue .variable.varname .varval.boolean,.hc .varExplorer .ui.segment.debugvariables .item .variableAndValue .variable.varname .varval.number,.hc .varExplorer .ui.segment.debugvariables .item .variableAndValue .variable.varname .varval.string{color:#fff!important}.hc .menubar .ui.menu.fixed .item.editor-menuitem .ui.grid{background:#000!important}.hc .menubar .ui.menu.fixed .item.editor-menuitem .ui.grid .item:not(.active){color:#fff!important;opacity:1!important}.hc .menubar .ui.menu.fixed .item.editor-menuitem .ui.grid .item.active,.hc .menubar .ui.menu.fixed .item.editor-menuitem .ui.grid .menu>.item.selected{background:#fff!important;color:#000!important}.hc .menubar .ui.menu.fixed .item.editor-menuitem .ui.grid .dropdown .selected i,.hc .menubar .ui.menu.fixed .item.editor-menuitem .ui.grid .dropdown .selected span,.hc .menubar .ui.menu.fixed .item.editor-menuitem .ui.grid .dropdown.active:hover:not(.visible) i,.hc .menubar .ui.menu.fixed .item.editor-menuitem .ui.grid .dropdown:hover .selected i,.hc .menubar .ui.menu.fixed .item.editor-menuitem .ui.grid .dropdown:hover .selected span{color:#000!important}.hc .menubar .ui.menu.fixed .item.editor-menuitem .ui.grid .dropdown.active:focus:not(.visible) i,.hc .menubar .ui.menu.fixed .item.editor-menuitem .ui.grid .dropdown:focus:not(.visible) i{color:#fff!important}.hc #downloadArea,.hc #editortools{background:#000!important}.hc #editortools{border-top:4px solid #fff}.hc .ui.button{background:#000!important;border:1px solid #fff!important;color:#fff!important}.hc .ui.button:focus,.hc .ui.button:hover{background:#000!important;color:#fff!important;outline:4px solid #ff0}.hc .ui.button .inverted.icon,.hc .ui.button:focus i,.hc .ui.button:focus span,.hc .ui.button:hover i,.hc .ui.button:hover span{color:#fff!important}.hc .ui.button.disabled{border:1px solid #3ff23f!important;opacity:1!important}.hc .ui.button.disabled i,.hc .ui.button.disabled span{color:#3ff23f!important}.hc .filemenu .ui.button:focus,.hc .filemenu .ui.button:focus i,.hc .filemenu .ui.button:focus span,.hc .filemenu .ui.button:hover,.hc .filemenu .ui.button:hover i,.hc .filemenu .ui.button:hover span,.hc .header-close .ui.button:focus,.hc .header-close .ui.button:focus i,.hc .header-close .ui.button:focus span,.hc .header-close .ui.button:hover,.hc .header-close .ui.button:hover i,.hc .header-close .ui.button:hover span{color:#ff0!important}.hc .signin-button{background-color:#000;border:1px solid #fff!important;color:#fff}.hc .ui.input .input,.hc .ui.input input{background:#000!important;border:1px solid #fff!important;color:#fff!important}.hc .ui.form .field>label{color:#fff!important}.hc .ui.form .ui.secondary.segment,.hc .ui.form input,.hc .ui.form textarea{background:#000!important;border:1px solid #fff!important;color:#fff!important}.hc .input ::placeholder,.hc .ui.form ::placeholder,.hc input ::placeholder{color:#ccc!important}.hc .input ::selection,.hc .ui.form ::selection,.hc input ::selection{background:#fff!important;color:#000!important}.hc .ui.header{color:#fff!important}.hc .projectsdialog,.hc .projectsdialog .tabsegment{background:#000!important;border-color:#fff!important;color:#fff!important}.hc .projectsdialog .header,.hc .projectsdialog .tabsegment .header,.hc .projectsdialog .tabsegment span.view-all-button,.hc .projectsdialog span.view-all-button{color:#fff!important;opacity:1!important}.hc .projectsdialog .homefooter a,.hc .projectsdialog .homefooter i,.hc .projectsdialog .tabsegment .homefooter a,.hc .projectsdialog .tabsegment .homefooter i{color:#fff!important}.hc .projectsdialog .getting-started-segment.hero .dots button.active,.hc .projectsdialog .tabsegment .getting-started-segment.hero .dots button.active{background:#ff0!important;border-color:#000!important}.hc #homescreen .ui.home .tutorial-progress{background-color:#000!important;border-color:#fff!important;color:#fff!important}.hc .projectsdialog .gallerysegment .ui.header.myproject-header:focus,.hc .projectsdialog .gallerysegment .ui.header.myproject-header:hover{color:#fff;text-decoration:underline}.hc .projectsdialog .detailview .closeIcon .remove.icon{background-color:#000}.hc .projectsdialog .detailview .header{color:#fff}.hc .projectsdialog .detailview .ui.grid{background-color:#000;border-color:#fff;border-style:solid;border-width:2px 0}.hc .projectsdialog .detailview .ui.grid.stackable .actions .card-action{border:2px solid #fff}.hc .projectsdialog .detailview .ui.grid.stackable .actions .card-action .button.attached i{color:#fff;opacity:1}.hc .projectsdialog .detailview .ui.grid.stackable .actions .card-action-title{color:#fff}.hc .projectsdialog .detailview .ui.grid.stackable .actions .card-action:focus-within,.hc .projectsdialog .detailview .ui.grid.stackable .actions .card-action:hover{border-color:#ff0}.hc .ui.card.link.newprojectcard{background:var(--pxt-primary-accent)!important;color:var(--pxt-primary-foreground)}.hc .ui.image~.content{background:rgba(0,0,0,.75)!important}.hc .ui.form .content .description{color:#fff}.hc .ui.table i,.hc .ui.table th,.hc .ui.table th.positive,.hc .ui.table tr,.hc .ui.table tr.postive{background:#000!important;color:#fff!important}.hc .carouselarrow{background:#000;border:2px solid #fff!important;color:#fff}.hc #notificationBanner{background:#000!important;border:2px solid #fff!important}.hc #notificationBanner .header,.hc .ui.message{color:#fff!important}.hc .ui.message{background:#000!important;border:2px solid #fff!important}.hc #winAppError img{background-color:#fff}.hc #winAppError #winAppErrorMsg{color:#fff}.hc .card:not(.icon){background:#000!important;border:2px solid #fff!important;border-radius:initial!important;box-shadow:none!important}.hc .card:not(.icon) .description,.hc .card:not(.icon) .header,.hc .card:not(.icon) .meta{color:#fff!important}.hc .card:not(.icon):focus .description,.hc .card:not(.icon):focus .header,.hc .card:not(.icon):focus .meta,.hc .card:not(.icon):hover .description,.hc .card:not(.icon):hover .header,.hc .card:not(.icon):hover .meta{color:#ff0!important}.hc .card:not(.icon) .ui.orange.label,.hc .card:not(.icon) .ui.orange.labels .label{background:#3ff23f!important;border-color:#3ff23f!important;color:#000!important}.hc .filemenu .item,.hc .filemenu .ui.button{background:#000!important;border:1px solid #fff!important;color:#fff!important}.hc .filemenu .item:focus{border-color:#ff0!important}.hc #maineditor{background:#000;border-left:1px solid #fff!important}.hc #maineditor .ui.segment{background:#000;border:1px solid #fff;color:#fff}.hc #maineditor .ui.segment .ui.toggle.checkbox label{color:#fff!important}.hc #maineditor .ui.segment .ui.toggle.checkbox .box:before,.hc #maineditor .ui.segment .ui.toggle.checkbox label:before{border:1px solid #fff}.hc #serialPreview div{color:#fff}.hc #serialCharts .ui.segment,.hc #serialPlaceholder.ui.segment{background-color:#fff}.hc #serialEditor{background-color:#000}.hc #serialHeader .ui.header{color:#000}.hc #serialConsole{background-color:#000;border-color:#fff;color:#fff}.hc #serialPreview .label{border:10px solid #fff!important}.hc #serialPreview .label:hover{border-color:#e6e6e6!important}.hc #serialPreview .label:focus{outline:3px solid #ff0!important;outline-offset:-15px}.hc .ui.button.labeled.icon.editorBack{background:#fff!important}.hc #serialArea #serialCsv,.hc #serialArea #serialCsv tr{background-color:#000!important}.hc #serialArea #serialCsv td,.hc #serialArea #serialCsv th{border-color:#fff!important;color:#fff!important}.hc #assetEditor .asset-editor-preview,.hc #assetEditor .asset-editor-sidebar,.hc #assetEditor .asset-editor-sidebar-preview,.hc #assetEditor .asset-editor-sidebar-temp{background-color:#000;border-color:#fff;color:#fff}.hc #assetEditor .asset-editor-gallery-tab{background-color:#000;border-right:1px solid #fff;color:#fff}.hc #assetEditor .asset-editor-topbar{border-bottom:1px solid #fff}.hc #assetEditor .common-button{border:1px solid}.hc #assetEditor .asset-editor-card,.hc #assetEditor .create-new{background:#000;border:1px solid #fff;box-shadow:none;color:#fff}.hc #assetEditor .asset-editor-card-label{color:#000}.hc #assetEditor .asset-editor-button:hover,.hc #assetEditor .asset-editor-card.selected,.hc #assetEditor .asset-editor-gallery-tab.selected,.hc #assetEditor .create-new:hover{border:2px solid #ff0}.hc .asset-editor-create-button{background-color:#000;border:1px solid #fff}.hc .asset-editor-create-button:hover{border:2px solid #ff0}.hc .ui.dropdown .menu,.hc .ui.menu .ui.dropdown .menu{border:1px solid #fff!important}.hc .ui.dropdown .menu,.hc .ui.dropdown .menu>.item,.hc .ui.dropdown .menu>.item:hover,.hc .ui.menu .ui.dropdown .menu,.hc .ui.menu .ui.dropdown .menu>.item,.hc .ui.menu .ui.dropdown .menu>.item:hover{background:#000!important;color:#fff!important}.hc .ui.dropdown .menu:focus,.hc .ui.dropdown .menu:focus i,.hc .ui.dropdown .menu:focus span,.hc .ui.dropdown .menu>.item:focus,.hc .ui.dropdown .menu>.item:focus i,.hc .ui.dropdown .menu>.item:focus span,.hc .ui.dropdown .menu>.item:hover:focus,.hc .ui.dropdown .menu>.item:hover:focus i,.hc .ui.dropdown .menu>.item:hover:focus span,.hc .ui.menu .ui.dropdown .menu:focus,.hc .ui.menu .ui.dropdown .menu:focus i,.hc .ui.menu .ui.dropdown .menu:focus span,.hc .ui.menu .ui.dropdown .menu>.item:focus,.hc .ui.menu .ui.dropdown .menu>.item:focus i,.hc .ui.menu .ui.dropdown .menu>.item:focus span,.hc .ui.menu .ui.dropdown .menu>.item:hover:focus,.hc .ui.menu .ui.dropdown .menu>.item:hover:focus i,.hc .ui.menu .ui.dropdown .menu>.item:hover:focus span{color:#fff!important;font-weight:400!important}.hc .ui.dropdown .menu>.divider,.hc .ui.menu .ui.dropdown .menu>.divider{background:#000!important;border-top:1px solid #fff!important}.hc #editordropdown .menu>.item:not(.selected){background:transparent!important}.hc .ui.secondary.inverted.menu .link.item,.hc .ui.secondary.menu>.item,.hc .ui.secondary.pointing.menu>.item{border:1px solid #fff!important;color:#fff!important}.hc .ui.secondary.menu>.item.active,.hc .ui.secondary.menu>.item.active:hover,.hc .ui.secondary.pointing.menu>.item.active,.hc .ui.secondary.pointing.menu>.item.active:hover{border:2px solid #ff0!important;border-radius:initial!important;box-shadow:none!important}.hc .ui.tutorialsegment{background-color:#000!important;color:#fff!important}.hc .ui.tutorialsegment .tutorialmessage{border:none!important}.hc .ui.tutorialsegment .tutorialmessage:focus{color:#ff0!important}.hc .ui.tutorialsegment .tooltip,.hc .ui.tutorialsegment .tooltip:before{background-color:#000;border:2px solid #fff;color:#fff}.hc .ui.tutorialsegment .tooltip:before{border-color:#fff transparent transparent #fff!important}.hc .tutorial-hint .tutorial-callout,.hc .tutorialhint{background-color:#000;border-color:#fff;color:#fff}.hc .tutorial-hint .tutorial-callout .hint-title,.hc .tutorialhint .hint-title{margin:0}.hc .tutorial-hint .tutorial-callout .hint-title>span,.hc .tutorialhint .hint-title>span{background-color:#000;color:#fff}.hc .tutorial-hint .tutorial-callout:before,.hc .tutorialhint:before{border-right-color:#fff}.hc .tutorial-container-outer,.hc .tutorial-content-bkg,.hc .tutorial-step-counter{background-color:#000}.hc .tutorial-scroll-gradient{display:none}.hc .tutorial-title{color:#fff}.hc .tutorial-step-counter{border-color:#fff}.hc .tutorial-step-bar{background-color:#000;border:1px solid #fff}.hc .tutorial-step-label{color:#fff}.hc .tutorial-step-bar-fill{background-color:#fff}.hc .tutorial-step-bubbles>button{border:1px solid #fff}.hc #simulator .editor-sidebar:not(.topInstructions){border-right:1px solid #fff}.hc #simulator .topInstructionsWrapper .editor-sidebar{border-bottom:1px solid #fff}.hc #simulator .editor-sidebar .tab-navigation{background-color:#000;border-bottom:2px solid #fff;color:#fff}.hc #simulator .editor-sidebar .tab-navigation .active{background-color:#fff;color:#000}.hc #simulator .editor-sidebar .tab-navigation .tab-badge{display:none}.hc.tabTutorial details{color:#fff!important}.hc .ui.label,.hc.tabTutorial details{background-color:#000!important;border:2px solid #fff!important}.hc .ui.blue.label,.hc .ui.blue.labels .label{border-color:#ff0!important}.hc .formatted-bullet{background:linear-gradient(#fff,#fff) no-repeat 45%/2px 100%}.hc .formatted-bullet i.icon,.hc .formatted-bullet i.xicon{background-color:#fff;color:#000}.hc .formatted-bullet:after{border-color:#fff!important}@media only screen and (max-width:991px){.hc .editor-sidebar{border-bottom:1px solid #fff}}.hc .ui.modal{border:2px solid #000!important;border-radius:initial!important;box-shadow:none!important}.hc .ui.modal>.closeIcon .close{color:#fff!important}.hc .ui.modal.inverted-theme{border:2px solid #fff!important;border-radius:initial!important;box-shadow:none!important}.hc #accessibleMenu .ui.item.link,.hc .ui.menu.accessibleMenu .ui.item.link,.hc .ui.modal,.hc .ui.modal>.actions,.hc .ui.modal>.content,.hc .ui.modal>.header,.hc .ui.modal>.segment{background:#000!important;color:#fff!important}.hc [data-tooltip]:after,.hc [data-tooltip]:before{background-color:#000!important;color:#fff!important}.hc [data-tooltip]:after{border:1px solid #fff!important}.hc [data-tooltip]:before{box-shadow:1px 1px 0 0 #fff!important}.hc #mainmenu .immersive-reader-button.ui.item,.hc #simulator .editor-sidebar .immersive-reader-button.ui.item,.hc .modals .ui.button.immersive-reader-button,.hc .tutorialsegment .immersive-reader-button.ui.item{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='660' height='553' fill='none' viewBox='0 0 660 553'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M311.26 55.644C378.5 14.484 487.42 3.164 542.22.054c18.42-1.04 33.78 12.99 33.77 30.7v165.339c-20.02-3.184-40.933 5.525-52.427 23.813-9.796 15.585-10.427 34.449-3.205 50.089-14.21-.904-28.396 4.027-38.98 13.85v-65.8c0-46.961-56.634-69.581-89.248-36.97l-.002.002-73.812 73.795H303.99V68.814c0-5.28 2.63-10.33 7.27-13.17M272 254.872V68.634c0-5.29-2.62-10.14-7.27-12.99C197.5 14.484 88.58 3.174 33.78.054 15.36-.986 0 13.044 0 30.754v337.85c0 16.24 13.13 29.78 30.02 30.66 35.326 1.856 96.439 7.233 153.686 22.829v-114.94c0-28.879 23.403-52.281 52.282-52.281z' clip-rule='evenodd'/%3E%3Cpath fill='%2397daff' d='m413.341 202.29-82.6 82.582h-94.753c-12.311 0-22.282 9.971-22.282 22.282v133.69c0 12.301 9.971 22.281 22.282 22.281h94.753l82.6 82.582c13.954 13.954 38.037 4.15 38.037-15.755V218.045c0-19.923-24.102-29.69-38.037-15.755M659.34 373.999c0-58.982-29.765-113.21-79.629-145.054-10.389-6.629-24.167-3.547-30.749 6.926-6.582 10.472-3.509 24.333 6.88 30.971 36.904 23.572 58.935 63.624 58.935 107.157s-22.031 83.584-58.935 107.156c-10.389 6.629-13.462 20.49-6.88 30.972 6.044 9.618 19.608 14.056 30.749 6.925 49.864-31.844 79.629-86.063 79.629-145.053m-131.62-71.367c-10.751-5.876-24.315-2.005-30.275 8.774-5.933 10.778-2.005 24.324 8.773 30.275 11.986 6.582 19.432 18.977 19.432 32.318 0 13.35-7.446 25.735-19.422 32.317-10.779 5.951-14.706 19.497-8.774 30.276 5.97 10.825 19.543 14.668 30.275 8.773 26.209-14.437 42.494-41.778 42.494-71.376 0-29.597-16.285-56.929-42.503-71.357'/%3E%3C/svg%3E")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:80%!important;border:1px solid #fff!important}.hc #mainmenu .immersive-reader-button.ui.item:focus,.hc #mainmenu .immersive-reader-button.ui.item:hover,.hc #simulator .editor-sidebar .immersive-reader-button.ui.item:focus,.hc #simulator .editor-sidebar .immersive-reader-button.ui.item:hover,.hc .modals .ui.button.immersive-reader-button:focus,.hc .modals .ui.button.immersive-reader-button:hover,.hc .tutorialsegment .immersive-reader-button.ui.item:focus,.hc .tutorialsegment .immersive-reader-button.ui.item:hover{background-color:#fff!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='660' height='554' fill='none' viewBox='0 0 660 554'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M311.443 56.477c67.24-41.16 176.16-52.48 230.96-55.59 18.42-1.04 33.78 12.99 33.77 30.7v165.339c-20.02-3.184-40.933 5.525-52.427 23.813-9.796 15.585-10.427 34.449-3.205 50.089-14.21-.904-28.396 4.027-38.98 13.85v-65.8c0-46.961-56.634-69.581-89.248-36.97l-.002.002-73.812 73.795h-14.326V69.647c0-5.28 2.63-10.33 7.27-13.17m-39.26 199.228V69.467c0-5.29-2.62-10.14-7.27-12.99-67.23-41.16-176.15-52.47-230.95-55.59-18.42-1.04-33.78 12.99-33.78 30.7v337.85c0 16.24 13.13 29.78 30.02 30.66 35.326 1.856 96.439 7.233 153.686 22.829v-114.94c0-28.879 23.403-52.281 52.282-52.281z' clip-rule='evenodd'/%3E%3Cpath fill='%230082c9' d='m413.524 203.123-82.6 82.582h-94.753c-12.311 0-22.282 9.971-22.282 22.282v133.69c0 12.301 9.971 22.281 22.282 22.281h94.753l82.6 82.582c13.954 13.954 38.037 4.15 38.037-15.755V218.878c0-19.923-24.102-29.69-38.037-15.755m245.999 171.709c0-58.982-29.765-113.21-79.629-145.054-10.389-6.629-24.166-3.547-30.749 6.926-6.582 10.472-3.509 24.333 6.88 30.971 36.904 23.573 58.935 63.624 58.935 107.157s-22.031 83.584-58.935 107.156c-10.389 6.629-13.462 20.49-6.88 30.972 6.044 9.618 19.608 14.056 30.749 6.925 49.864-31.844 79.629-86.063 79.629-145.053m-131.62-71.367c-10.751-5.876-24.315-2.005-30.275 8.774-5.932 10.778-2.005 24.324 8.773 30.275 11.986 6.582 19.432 18.977 19.432 32.318 0 13.35-7.446 25.735-19.422 32.317-10.779 5.951-14.706 19.497-8.774 30.276 5.97 10.825 19.543 14.668 30.276 8.773 26.208-14.437 42.493-41.778 42.493-71.376 0-29.597-16.285-56.929-42.503-71.357'/%3E%3C/svg%3E")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:80%!important;filter:none!important}.hc .tutorial.tutorial-embed .immersive-reader-button.ui.item,.hc .tutorial.tutorial-embed .immersive-reader-button.ui.item:focus,.hc .tutorial.tutorial-embed .immersive-reader-button.ui.item:hover{background-color:transparent!important;background-size:80%!important;filter:none!important}.hc #githubEditor{background-color:#000!important}.hc #githubEditor,.hc #githubEditor .ui.button{color:#fff!important}.hc #githubEditor .ui.button:focus,.hc #githubEditor .ui.button:hover{background:#000!important;border-color:#ff0!important;color:#fff!important}.hc #githubEditor .ui.button:focus i,.hc #githubEditor .ui.button:focus span,.hc #githubEditor .ui.button:hover i,.hc #githubEditor .ui.button:hover span{color:#fff!important}.hc #githubEditor table.diffview,.hc #githubEditor table.diffview .diff-added,.hc #githubEditor table.diffview .diff-marker,.hc #githubEditor table.diffview .diff-removed,.hc #githubEditor table.diffview code.ch-added,.hc #githubEditor table.diffview code.ch-removed{background:#000!important;color:#fff!important}.hc #githubEditor table.diffview .diff-marker{border-bottom:1px solid #fff!important}.hc #githubEditor table.diffview .diff-removed,.hc #githubEditor table.diffview code.ch-removed{border:2px dashed #900!important}.hc #githubEditor table.diffview .diff-added,.hc #githubEditor table.diffview code.ch-added{border:2px dotted #090!important}.hc .ui.dropdown>.avatar>.initials{background-color:#000!important}@media (forced-colors:active){.ui.toggle.checkbox .box:after,.ui.toggle.checkbox label:after{forced-color-adjust:none}}@media (forced-colors:active) and (prefers-color-scheme:light){#mainmenu .logo.brand img,#mainmenu .logo.organization img{filter:invert(1)}}@media only screen and (min-width:992px){.hc.tutorial #editortools{background:transparent!important;border-top:0}}.greenscreen .videoContainer{background-color:#0f0!important;bottom:0;height:100%;left:0;position:absolute!important;right:0;top:0;width:100%}.greenscreen .videoContainer video{max-height:100%;max-width:100%;object-fit:cover}.greenscreen .videoContainer video.flipx{transform:scaleX(-1)}.greenscreen #maineditor,.greenscreen #simulator .editor-sidebar,.greenscreen #simulator .editor-sidebar .tutorial-container-outer.active,.greenscreen .blocklyToolbox,.greenscreen .monaco-editor,.greenscreen .monaco-editor .margin,.greenscreen .monaco-editor .monaco-editor-background,.greenscreen .monacoToolboxDiv,.greenscreen .tutorial-container-outer,.greenscreen svg.blocklySvg{background-color:transparent!important;background-image:none!important;border:none!important;box-shadow:none!important}.greenscreen .toolbox-title{background-color:#fff}.greenscreen .monaco-editor .lines-content>span,.greenscreen .monaco-editor .view-line>span,.greenscreen .monaco-editor .view-lines>span{background:var(--pxt-target-background3);color:var(--pxt-target-foreground3)}.greenscreen .blocklyMainBackground{fill-opacity:0!important}.greenscreen .blocklyTreeRow,.greenscreen .blocklyTreeRow.blocklyTreeSelected{box-shadow:1px 1px #000!important}.greenscreen .blocklyBlockBackground{stroke-width:2px}.greenscreen .blocklyBlockBackground[fill="#107c10"]{fill:#005d51!important}.greenscreen .pxtToolbox:not(.invertedToolbox) .blocklyTreeRow:not(.blocklyTreeSelected){background:#fff}.greenscreen .pxtToolbox:not(.invertedToolbox) .blocklyTreeRow:not(.blocklyTreeSelected) .blocklyTreeIcon,.greenscreen .pxtToolbox:not(.invertedToolbox) .blocklyTreeRow:not(.blocklyTreeSelected) .blocklyTreeLabel{color:#000!important}.fullscreensim.greenscreen div#boardview{background-color:transparent!important;background-image:none!important;border:none!important;box-shadow:none!important}.area-menu-container{background-color:var(--pxt-neutral-alpha0);bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:1000}.area-menu-container .area-button{background-color:var(--pxt-neutral-alpha50);border:3px solid var(--pxt-neutral-background1);border-radius:0;padding:0;position:absolute}.area-menu-container .area-button.simulator-area{z-index:2!important}.area-menu-container .area-button.simulator-collapsed{border-end-end-radius:100px;border-start-end-radius:100px}.area-menu-container .area-button:focus-visible{background-color:var(--pxt-neutral-alpha20)}.area-menu-container .area-button:focus-visible div{background-color:var(--pxt-neutral-foreground1);border-width:5px}.area-menu-container .area-button:focus-visible p{font-weight:700}.area-menu-container .area-button div{background-color:var(--pxt-neutral-alpha80);border:2px solid var(--pxt-secondary-foreground);border-radius:5px;margin:auto;width:3.125em}@media only screen and (max-width:767px){.area-menu-container .area-button div{padding-left:.5em;padding-right:.5em}}.area-menu-container .area-button p{color:var(--pxt-neutral-background1);font-size:2rem}@media only screen and (max-height:44rem) and (min-width:767px),only screen and (max-width:991px){.area-menu-container .area-button p{font-size:1.5rem}}iframe.extension-frame{position:fixed;z-index:1001}.ui.modal.extensiondialog .content{height:700px;width:100%}.ui.modal.extensiondialog #extensionWrapper{height:100%;width:100%}.permissiondialoginner{margin-bottom:3em;margin-left:30%;width:40%}.permissiondialogheader{font-size:1.5em;margin-bottom:1.5em}.modals.dimmer.permissiondimmer{z-index:1003}.ui.modal .actions>.button.deny{margin-left:55%}.wizard-action{cursor:pointer;margin-left:2rem}.wizard-wrapper .loader{color:#000!important}.progress-bar-container{height:20px;width:100%}.progress-bar-bg{fill:#ecf0f1}.progress-bar-content{fill:#0078d7;transition:width .3s}.progress-bar-label{padding-top:.5rem}.webusbpair .firmware{border-right:1px solid var(--pxt-secondary-background)}.time-machine{background-color:var(--pxt-neutral-background1);bottom:0;color:var(--pxt-neutral-foreground1);display:flex;flex-direction:column;left:0;position:absolute;right:0;top:0;z-index:1001}.time-machine-header{background-color:var(--pxt-colors-teal-background);color:var(--pxt-colors-teal-foreground);display:grid;flex-shrink:0;grid-template-columns:1fr 2fr 1fr;height:4rem;width:100%}.time-machine-header .common-button{min-width:9rem}.time-machine-header .common-button.menu-button .common-button-label{font-size:16px}.time-machine-header .common-button.menu-button i.fas{font-size:1em}.time-machine-actions-container{align-items:center;display:flex;justify-content:center}.time-machine-actions{align-items:center;display:flex;flex-direction:row}.time-machine-actions .time-machine-label{color:var(--pxt-colors-teal-foreground);margin-right:1rem;overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap}.time-machine-content{display:flex;flex-direction:row;flex-grow:1}.time-machine-preview{flex-grow:1;overflow:hidden;position:relative}.time-machine-preview>iframe{height:100%;position:relative;transition:opacity .25s;width:100%;z-index:1}.time-machine-preview>div{align-items:center;background:var(--pxt-primary-background);display:flex;height:100%;justify-content:center;position:absolute;top:0;width:100%}.time-machine-preview>div .common-spinner{height:5rem;width:5rem}.time-machine-timeline{border-left:2px solid var(--pxt-target-stencil3);display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;width:20rem}.time-machine-timeline .time-machine-timeline-slider{flex-grow:1}.time-machine-timeline .common-treeitem{border-left:2px solid var(--pxt-neutral-background1);user-select:none}.time-machine-timeline .common-treeitem.selected{border-left:2px solid var(--pxt-primary-background);filter:grayscale(.15) brightness(.85) contrast(1.3)}.time-machine-timeline .time-machine-tree-container{flex-grow:1;overflow-y:auto;padding-bottom:1rem;padding-left:1rem;padding-right:1rem}.time-machine-timeline h3{flex-shrink:0;padding-left:1rem;padding-right:1rem;padding-top:1rem}@media only screen and (max-width:991px){.time-machine-header{display:flex;flex-direction:row}.time-machine-header .time-machine-back-button{flex-grow:1;flex-shrink:0}.time-machine-timeline{width:15rem}}@media only screen and (max-width:767px){.time-machine-header{height:3.5rem}}.image-editor-bottombar{background-color:var(--sidebar-bg-color);display:flex;flex-direction:row;flex-shrink:0;height:2rem}.image-editor-resize{display:flex;flex-direction:row;height:100%;margin-left:.25rem}.image-editor-resize .image-editor-button{width:1rem}.image-editor-coordinate-preview{color:var(--sidebar-label-color);flex-grow:1;height:100%;line-height:2rem;width:5rem}.image-editor-undo-redo{display:flex;flex-direction:row;height:100%}.image-editor-input{background:none;border:none;border-bottom:1px solid var(--sidebar-icon-inactive-color);color:var(--sidebar-label-color);height:1.5rem;margin:0 .25rem .25rem;max-width:2.25rem;padding:0 .25rem;text-align:center;transition:border-bottom .2s}.image-editor-change-name{position:relative;width:20rem}.image-editor.hide-done-button .image-editor-change-name{flex-grow:1;max-width:15rem;width:unset}.image-editor-change-name .image-editor-input{background:var(--pxt-neutral-background2);border-bottom:none;color:var(--pxt-neutral-foreground2);height:100%;margin:0;max-width:100%;padding-top:.25rem;text-align:left;transition:border-bottom .2s;width:100%}.image-editor-change-name .ui.label{bottom:100%;left:0;position:absolute;user-select:none}.image-editor-input:focus,.image-editor-input:hover{border-bottom:1px solid var(--sidebar-icon-active-color)}.image-editor-bottombar>div:not(.image-editor-seperator){height:100%}.image-editor-bottombar>div .image-editor-button{margin-top:0}.image-editor-seperator{border-left:1px solid var(--sidebar-icon-inactive-color);height:1rem;margin-left:.5rem;margin-right:.5rem;margin-top:.5rem}.image-editor-seperator.transparent{opacity:0}.image-editor-zoom-controls{display:flex;flex-direction:row}@media only screen and (max-width:767px){.image-editor:not(.hide-done-button) .image-editor-change-name{display:none}}.common-button.image-editor-button{background:none;border-radius:.25rem;color:var(--sidebar-icon-active-color);height:1.75rem;line-height:2rem;margin:.375rem;min-height:unset;min-width:unset;padding:0;transition:color .1s;width:1.75rem}.common-button.image-editor-button:focus-visible:after{inset:-1px;outline-color:var(--pxt-focus-border)}.common-button.image-editor-button.disabled,.image-editor-button.toggle{background:none;color:var(--sidebar-icon-inactive-color)}.image-editor-button.disabled{cursor:not-allowed}.image-editor-button.toggle:hover{color:var(--sidebar-icon-active-color)}.cursor-button-contents{background-color:var(--sidebar-icon-active-color);display:inline-block;transition:background-color .1s}.image-editor-button.disabled .cursor-button-contents,.image-editor-button.toggle .cursor-button-contents{background-color:var(--sidebar-icon-inactive-color)}.image-editor-button.toggle:hover .cursor-button-contents{background-color:var(--sidebar-icon-active-color)}.cursor-buttons{display:flex;flex-direction:row;height:100%;margin:auto;text-align:center}.cursor-button{background-color:var(--sidebar-icon-active-color);border-radius:1px;display:inline-block;margin-right:.25rem;margin-top:-.25rem;transition:background-color .1s;vertical-align:middle}.toggle .cursor-button{background-color:var(--sidebar-icon-inactive-color)}.cursor-button-outer{height:2rem;width:1.5rem}.common-button:hover .cursor-button{background-color:var(--sidebar-icon-active-color)}.cursor-button.small{height:.5rem;width:.5rem}.cursor-button.medium{height:.75rem;width:.75rem}.cursor-button.large{height:1rem;width:1rem}@font-face{font-family:FabricMDL2Icons;src:url("data:application/octet-stream;base64,d09GRgABAAAAABRkAA4AAAAAI7wAA9maAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAEgAAABgMVN8L2NtYXAAAAGMAAAAwQAAAjK7VKyiY3Z0IAAAAlAAAAAgAAAAKgnZCa9mcGdtAAACcAAAAPAAAAFZ/J7mjmdhc3AAAANgAAAADAAAAAwACAAbZ2x5ZgAAA2wAAAtyAAASqMfWUa1oZWFkAAAO4AAAADMAAAA2Ah3Oi2hoZWEAAA8UAAAAFQAAACQQAQgDaG10eAAADywAAAA4AAAAShL6Cf9sb2NhAAAPZAAAAEgAAABIQohH5m1heHAAAA+sAAAAHQAAACAAWQHebmFtZQAAD8wAAAP4AAAJ+pSV8VZwb3N0AAATxAAAABQAAAAg/1EAmnByZXAAABPYAAAAiQAAANN4vfIOeJxjYGF/zTiBgZWBgXUWqzEDA6M0hGa+yJDGJMTBysrFyMQIBgxAIMCAAL7BCgoMDs95v3JxgPkQkgGsjgXCU2BgAADuEggqeJxjYGBgZoBgGQZGIMnAqAPkMYL5LIwCQNoBCFkZGJ7zPud/Lvhc6rn8c73nvs8Dn8c8z3ze+nzZ8xXPdz0/9ILhhdyLxS82vzj24sRL8VdWry68t/m48uO2T/mfFb/8+cr1/z/UBAEUEzLAJiwnzgSJLxL/JT5JvJV4KXFb4pDEZon1EkskuiXyJLIkIiU8JFjFX4gXiSeLB4oHiDOJPhD1FnjAV8KXwbuB5z+3KrcExHeUAUY2ys0Y6gAA/DZrEwAAAHicY9BiCGUoYGhgWMXIwNjA7MB4gMEBiwgQAACqHAeVeJxdj79Ow0AMxnMktIQnQDohnXUqQ5WInemGSyTUJSUM56WA1Eqk74CUhcUDz+JuGfNiCMwR/i62v8/6fL9zp/nJfHacpUcqKVacN+Gg1AsO6u2Z/fkhT+82ZWFM1XlW92XBagmia04X9U2waMjQ9ZZMbR4ftpwtYpfFjvDScNKGTuptAHaov8cd4lU8ksUjhBLfT/F9jEv6tSxWhtOLJqwD916z86gBTMVjE3j0GhB/yKQ/dWcT42w5ZdvATnOCRJ/KAvdEmoT7S49/9aCS/4b7bci/q0H1Tdz0FvSHYcGCsKGXZ9tQCRpg+Q6E/GTGAAEAAgAIAAr//wAPeJyNWGtsFNcVPvfO7IwNZc2wO168Xq89Hu8u68die71eMGZZHgZMig2Omyq7mOAmvDFN1AIxJeVaqYDwCFXIjzxMSITMnyiNStK0ktvIqhql+QF5qVIUS/kBMlISWSFKm+LdmXHPnV07tgsos77v97nnfOe7BgpXAMTfOQ6DADJAXNGUgKZoV4QvjHfoO+YmcBzOnH5e7AD8CLjILXlcqgMHFjyFJE7kCynDZbhSwgWpDnPCeMrow374FeAP5mM/VVN0RYtpSlQpACPJjKQwwsR8KowYSez/HXwnL5AX8P6FRC4kIZy7kHjENL2aMjebm1P0qtmRom/Rt1IizCqaHdjF3tst8qAMEoN5WND4JB6Ca8qQGSWfpMwLtC9lRcQhJjCrLkX7eLGOMhBx7N8KQF6Lp58PReDC0QHFEXAoAY/i4NJQCKaOJB0xkyYzMU1SyDKKMrBAevirzNGv//WV48TXg9mTr4v9+Ujsfz170p6b4dzMnlmFUpx7AS0kdUIh0QqFkCMgE4XwRGKEWRgMMCCXs5iI4yf89Aa9YWL8rVVkFX3LS7mcOIKfBRR4SnEr1nnyBHkie/7JO3eexDwjT/AcdmDAZPzl7pfgiRx4vzKbQFllQAKekwGzgD2m7i0MK2E1QMAt6ZUh4iR6ZUSMNSXEaKNfVN2S7JdJY4LGmiJUr3RS1e2ngqZqBVDp97qMb3aMPdX79uDAtsbGbQODb/fm8t2dRT87cu78iT2JzMiRTwbT6cFPjuTTDygz2XpftUtY2Nk9c0wu/9TYjqLuX585f+pgO706Y5idUoYn4won830vhDLQcqfUlKYExf1SVQkTZWqnhJ8dMqguHaeH+/qGT3cYTICW3ee6us7tbhEhi9cqsiwTGTl84N1nu7qeffeAdZoc3nr+QCJx4PxWa56R0xmUaAEXlgJe0AFcHq5wsqYGSCiOyh6KB1CH5RCqvm0oHtT+/1xPWy+QPenr5AzqzmDqA+sQOXM9bVxKkUex+hojm7GD9QLmRLiWJnvsyqR1MfUBu5Z+KUUew7brfFB22fRM1qHcvTE5Iw/DT1ACJVz/VY1ESKypOV4ooSFJqttDxDQZyr5n9S32ekvENwSvcctsobvoe8YOZr5sXXc6yQECjDy/eLWury4R/2CM0V1mi/my3YPusq45VdVpXcC1KOXrcb3mVoAWq7jwrCg7JrxmPCKCgY0T39PT9DTvywg4sCKvf1FFJygUvDaUO+NXIdmBf+K0/jnBjdZSg/1R2YjDRRKEXyXxozBpICKESEKY0j65ABrrM6PmyVccgfpja9qOpmMT6/e9qIvLrdFsPWmfV5fsijiskkiVqi1/oCa4vKG2RPrjmmM45hXaj2MaY+mj2cP6i/vEFhLIzO+KdCXr5gk3SmoblgdrHliuqVWREtwhy+tYOd53HTRADJbj/nTF7aS6VhmhMUWPaTGudBputYyEaUxDdXMXY7k5FtCVKMkHNDd/0/olBixZ3+RHJHHrkVLCSiO6m+btX0CECXpF8AZNYCjAXECDTfIhfLBjhNkj+FjGJiGT9AaD3hEUPuQCv6dpuyjFXU9ZRd4S9Gnz8ORtQmQrdp/t6jq7ewWbMg42wx4Yb+E9eAPvYDGGxsCxF9dxSQauE8RCHiII3hGZviNUSLSAhENM7rg6yLY17u01hlPCus6H0oMfHTowdHZgAxkyGYvv3Ln3yBnZaNzGBq/ueGay1/hrSmjr/PDxQx8NplfvP7WRUWall+3t2Rwvn4lXixBdF0/7mry30dADIHgTl0IKwDp+PHvcGiDHB8QA6Utbz2UHhKG0kaYwwGvFgeNkwDpODqawZRQlmBaGDMCQzutlzt65vhfCAkRGDSEcZ9ZLSFTVZXYHPZlZ5LhhFiVRsxkHVccNy2/ifk2uOSgjEVz2XXAZaREhB5zFHiLblprDVg4TGsp6aMPA2aED/NAPdQrrUsZw796cSLrPHNm787FliJcSbDy1fzUX3+MfdtrC7J18Jifc8vjmnr3LuEBnykiHOKzFnRer90J1xxxMd2k/+G553BX03gfczZtzQP3PBCYBFRMVt8/l9QbvDe6/vQum2+O4+mrTshemPbTH1mcdQogQSyGK51oBq/BsG+AB6IQH4eeQhkfgUdgN++GX8Cs4Ar+B4/A0Kmksqgr3CeR+bSqa95zgyI+J3iW4UC+4xfEgoEpyLuHCFNjsT5pdzOCx2Yw/9MxzBkwiNoiAxmflSYOdyHbLvYN0nzZ59gITs7Yo51dk1jQzmV6ZcwYeS0wexZtYi5IH4hdUDokcEbn/mVVO0HiO2RXO5Q/anLLjVDS9NhRu294U62kLt6+yvrf+WxGtck/VBNc8HCVrrDdaSC/pbbHesFqm0DCfCqVzKijQ8PptUT443NYT23BUoy7zG6W+dW3VVF003VYt0BP0yptmK/3Hm2Yqm5kxwV3TnN/iviHHB+YjI/BMYa1Goq5oKMDdgB0478oiVxPSeGuBoSGD0cAkmFhC8aJNI+UbzQYI6oSFv6FRAhkEEIIqgNpvryFzLF+KvgcCs4zXKQqVooSSW1SMNVXNi2JNNFgl2NYrwrGx9y8fSiYPXX5/7NjM/CXry4/7+z8mnkuXiIfnrC8voT+C/++Zy0vM7jJnmImwiNjN0XEKa0rRJtETiH66SHVTJxX1yqoIxQtelKBVrsYE7jyCdU7cuV8U4RyRbg6faG8/MXzTypw7Z2WmSkQ6d4+9F8Bde+dnusPudQTbL8IIpx64zxiXKrG9oK2jwVAOjNEzFpeTHIP0JATuJz3NudjTFNQrJeyPIBqMKT+mZM+8lNglJGJ+5DKo7JLtyznm/X5ip7XE569obg8v2Vi2n7v3QGVBVUNrRUVrQ1VBZSCX7EQADt4rKGVLiovDC8+oZWU1Kvms+59Hei73b5DBJhqMo+rBneQz36ZQdXtzeblvHx3jqzvLm4KqGmwqd9rRCJ/LspkEtWML7DzjsWnH1K4xxj0hv7IQl6v2l6lWqPvhDf2Xe2DWGyKKePyLvHTdUhEe205CRHY68mggriJIlzm3K/Zggm1OQUYZFUcb4wkhTppziIBcImizCBLHGpSk9EXrvo5Ibfi2VqVXXHzVGPVG2+N1ja014fbmitLq+hqkikLgtYsVWyJLt1bcDu+3BsaMSYevdkWlWl3mV/Xkui1RR229t7ZVW1Nv/Wm7L6gGNP8CGlznK3L2FECkY19ry/7w7YqtSyNbKi6+ZowS6q+pry7ld1SzsqEuvrHJKwRevVihV2m3w7VGEuePbmlbpav+smq1ckWtz4Hzr9Faa7311jvbfW6/tsD8fJ0v6NacPTkdRDgt4O/VWe+yAriTf5FJNvfCFyHHl11o+zdRpmVQgcwTX2aFQmyav+lTika0eCjOeQkX9RTkxoliQ+tSIkgcWKWXjCtmkL7EFcPmn1x7zFFx0+pPU+anZMxolna43bUd+/G9s2XpEkKqVtYsXnz2OU9pZKWYNK7Qz+nLY1MslPMbW0/GzNHkpymjjtyyNukd4ZUHuxvqt/at7GwjfzcmyxqSekP435OwpFZPRHycTxGY8y7WlOlfgHtNm3nwl4Kmytg7g2RiEkk4gQnmQH7rsN1kljkwEKwVuSPDpxzKCyMT3aOQI155fZT5m6IM37Xg0mS+SgTZjyQjLOfUM//I8HD94g1EjjM6XGGMyWxR1SKnzznBpL9w0/H7zKh1cju95tuUUsPlTu8886eVJwl3sFaxIAqU7LHA37yxOrTJZzZsJ/30uq9sQvWXhwrnmZtOVub/j4JccFwe57sLoFbL46k7LNWXkhn/Vwa4p23ox3IelF9Mc8wJ/K2lzgkBpHRzA++nzAguLnngDIywu8czGQK/nUmU991jaTaT+IHD2Nzwh7/pj2ILZbMD8sD/AcL27SQAAHicY2BkYGBgvjlrydwf8+L5bb4ycHMwgMD+vwcbQPStf8+KQTQHA1ick4EJRAEAoHgMSgB4nGNgZGDgYAABOMnIgAqYAALKAB0AAAB4nGPVYljGwcAgzMDA8JnhGQMINDAwMIIZTAxMDSA+I5TPyAImGxhAkIHhAFgwDUwC9QMAKn4HEAAAABYAKgBCAGQAgACuAPABBgFiAZoB4gIaAjACRgKUAu4DIgNeA5IDtAPwBFAFIAWiBdQGJgZ6BygHvAfSCDoIcAi6CMoJVHicY2BkYGBQZmhhUGQAAUYwyQXCjJEgJgAWUwE5AAAAeJy1VM2KHDcQrtkZezc4XkIg4KMOJqyXocdeY+zYp8U/J+9lbRZ8CWi6Nd3CPS0hqd10yCFHH/IYuRjyFCGBHHP2E/icU46pKqlndj0TswlkmlF/KtXvV6UGgBujr2EE8XcX/xGP4EvcRbwDu/A04THKnyc8Qfxtwlfgc7AJX4Uv4PuEd+Eb+DHhPfgKfkv4GhzC+4Svj34dTRLeh8Od3zHKaPIZ7oqdPxMewc3xWcI7sD/+LuExyt8mPEH8c8JX4Mb4j4Svghh/SHgX3GQv4T04nAx+rsHLyU8JXx+/nfyV8D683Pvhl3fi6Pad++JE5854swjisXHWOBm0aTJxXNfiVJdV8OJUeeXeqCJ7JudO5+LkyfMjcey9Cv5UlW0t3ebBpuRMOY+exd3swb14Sofx7IUqjRLaCymCk4VaSvdamIUIlTqXX+lMa0mcm6WVjVY+25p8FYJ9OJt1XZcth/MMbWaht6Z00lb9bGGa4Gdrc99aW2tVCDrIxCvTiqXsResVJoGJkVgEI3KnZFBTUWhva9lPhWwKYZ3G0xxVFL6lF1a5pQ4B3c17LqLWuWrIFx54YdwAFhRhulmqdaZo8zAVxDzaTslmCKAb0VU6r85l1mFQ3eR1W2CbVtmbpu7Fgb4l1HKOuazV0cOnsmX1QjelcMoH7BSxug5A5itfj5iBA41RglpSC5zGqIXpmtrI4iJ7MlKlHJVjMBSubbBtEIWiMkmnUrW9yCgOY9MndWoIOkR+Kj3XmHN2+W7DOxBwBLfhDtxHdAIacnBgwON/AQFljxE5vPO0SpRoRA1keHIMNT4CTlFWQoVnnncK3wq13+BaoOYztJvjnnxTjCf4ZTlie8+aZEdWJbToT6LmZSwuo3PGefiUs8AvXQYP4N4F28HyvN0LzsbgKlCHqpL4D8xAgdIlZ/kaZcQSnVSsu42/kvctMjho5/he4l5iTprZyv4F88RzQOlDmOHT8ZOhv4/tsxRnhrhnLyX7seihR+mCvVG1s63RPedssSOa+yhWFtT7V1yTYCZ6fLfMXWQiMjZok8xw1Q41qA4FU9wXrGe54z1LiA+KY7kz0TZPXlTaS/Ztua9Uc+AzsppzHkMnaq6IrIa8ooXnLrgNyWJVw/RSXbW8L9Amx/2U+YozH+NOV3E+rkDzJHbMU47rds66VClp51hNy3NXbOWebGpGB6h/C980ofPEyzbvMYf/yu3ae8GeSpQ5nuOQ7tQwq9sqGKJv5vXo3AxQJbGWwPGGW0D+Y60FSjqu3PCt/NTsyQtTpbgvJq2xqohbvlktW1K2QzcHP6RZ803+5xmNX8YmdWbtfbghOrFM80P5zpnp2Nv/4W7/DYbEOJp4nGNgZgCD/34M5QyYQBkAKU0B63ic28CgzbCJkZNJm3ETF4jcztWaG2qrysChvZ07NdhBTwbE4onwsNCQBLF4nc215YVBLD4dFRkRHhCLX05CmI8DxBLg4+FkZwGxBMEAxBLaMKEgwADIYtjOCDeaCW40M9xoFrjRrHCj2eQkoUazw43mgBvNCTd6kzAju/YGBgXX2kwJFwDEASgaAAAA") format("truetype")}.ms-Icon{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-family:FabricMDL2Icons;font-style:normal;font-weight:400;speak:none}.ms-Icon--Eyedropper:before{content:"\EF3C"}.ms-Icon--CircleRing:before{content:"\EA3A"}.ms-Icon--HandsFree:before{content:"\EAD0"}.ms-Icon--Line:before{content:"\F4FC"}.ms-Icon--BorderDash:before{content:"\F50A"}.ms-Icon--RectangleShape:before{content:"\F1A9"}.ms-Icon--BucketColor:before{content:"\F1B6"}.ms-Icon--Stack:before{content:"\F26F"}.ms-Icon--SingleColumnEdit:before{content:"\F321"}.ms-Icon--Lock:before{content:"\E72E"}.ms-Icon--Stop:before{content:"\E71A"}.ms-Icon--ZoomOut:before{content:"\E71F"}.ms-Icon--Cancel:before{content:"\E711"}.ms-Icon--Pause:before{content:"\E769"}.ms-Icon--Delete:before{content:"\E74D"}.ms-Icon--ReturnKey:before{content:"\E751"}.ms-Icon--EraseTool:before{content:"\E75C"}.ms-Icon--Play:before{content:"\E768"}.ms-Icon--Unlock:before{content:"\E785"}.ms-Icon--Add:before{content:"\E710"}.ms-Icon--ChevronDown:before{content:"\E70D"}.ms-Icon--Edit:before{content:"\E70F"}.ms-Icon--Cut:before{content:"\E8C6"}.ms-Icon--Copy:before{content:"\E8C8"}.ms-Icon--ZoomIn:before{content:"\E8A3"}.ms-Icon--SelectAll:before{content:"\E8B3"}.ms-Icon--Clock:before{content:"\E917"}.ms-Icon--Warning:before{content:"\E7BA"}.ms-Icon--Move:before{content:"\E7C2"}.ms-Icon--Redo:before{content:"\E7A6"}.ms-Icon--Undo:before{content:"\E7A7"}.ms-Icon--Crop:before{content:"\E7A8"}.ms-Icon--Nav2DMapView:before{content:"\E800"}.ms-Icon--MapLayers:before{content:"\E81E"}.image-editor-canvas{display:flex;flex-direction:column;flex-grow:1;overflow:hidden;touch-action:none}.image-editor-canvas.portrait>.image-editor-canvas-spacer{flex-grow:0}.image-editor-canvas.landscape .paint-surface,.image-editor-canvas.portrait .image-editor-canvas-inner,.image-editor-canvas.portrait .paint-surface{height:100%;width:100%}.image-editor-canvas-inner{display:flex;flex-direction:row}.image-editor-canvas-spacer{display:none}.image-editor-canvas .paint-surface.overlay{opacity:.5}.image-editor-canvas .paint-surface.hide{display:none}.paint-surface{image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor}.checkerboard,.common-button.image-editor-button.checkerboard{background-color:#aeaeae!important;background-image:linear-gradient(45deg,#dedede 25%,transparent 0),linear-gradient(-45deg,#dedede 25%,transparent 0),linear-gradient(45deg,transparent 75%,#dedede 0),linear-gradient(-45deg,transparent 75%,#dedede 0)!important;background-position:0 0,0 .375rem,.375rem -.375rem,-.375rem 0!important;background-size:.75rem .75rem!important}.image-editor-floating-layer{border:3px solid #ddd;height:0;position:fixed;width:0}.image-editor-floating-layer:before{border:3px dashed #000;bottom:-3px;content:"";display:block;left:-3px;position:absolute;right:-3px;top:-3px}.paint-container{height:100%;transform:translateX(0);width:100%}.image-editor-sidebar{background-color:var(--editing-tools-bg-color);height:100%;width:5rem}.image-editor-tool-buttons{background-color:var(--editing-tools-bg-color);display:flex;flex-direction:row;flex-flow:wrap}.image-editor-tool-buttons .image-editor-button{border:1px solid var(--sidebar-icon-active-color);border-radius:0;line-height:calc(1.75rem - 2px)}.image-editor-tool-buttons .image-editor-button:not(.toggle):focus{outline:none}.image-editor-tool-buttons .image-editor-button.toggle{border:1px solid transparent}.image-editor-color-buttons{display:flex;flex-direction:row;flex-flow:wrap;padding-left:.6rem;padding-top:.375rem}.image-editor-color-buttons .image-editor-button{margin-left:0;margin-top:0}.image-editor-color-buttons .image-editor-button:not(.checkerboard){background-color:var(--preview-color)!important}.image-editor-tilemap-minimap{position:relative}.minimap-outer{height:100%;width:100%}.minimap-outer .paint-surface{height:100%;object-fit:contain;width:100%}@media only screen and (max-height:600px){.image-editor-sidebar{width:10rem}.image-editor-tilemap-minimap{display:none}.image-editor-colors{height:2rem;width:100%}.image-editor-color-buttons{padding-left:.5rem;padding-top:0}.image-editor-color-buttons .image-editor-button{height:2rem;width:2rem}}@media only screen and (max-height:900px){.asset-editor-tutorial .image-editor-sidebar{width:10rem}.asset-editor-tutorial .image-editor-tilemap-minimap{display:none}.asset-editor-tutorial .image-editor-colors{height:2rem;width:100%}.asset-editor-tutorial .image-editor-color-buttons{padding-left:.5rem;padding-top:0}.asset-editor-tutorial .image-editor-color-buttons .image-editor-button{height:2rem;width:2rem}}.image-editor-timeline{background-color:var(--editing-tools-bg-color);display:flex;flex-direction:column;height:100%;overflow:hidden;width:7rem}.image-editor-timeline-frames{display:flex;flex-direction:column;gap:.4rem;padding:.4rem 0}.image-editor-timeline-frame{border:1px solid var(--sidebar-icon-inactive-color);border-radius:.25rem;color:var(--sidebar-icon-inactive-color);height:6rem;margin:0 .4rem;overflow:hidden;position:relative;transition:border .2s,color .2s;width:6rem}.image-editor-timeline-frame.active{border-color:var(--sidebar-icon-active-color);cursor:grab}.image-editor-timeline-preview{background-color:#3d3d3d;max-height:7rem;min-height:7rem;width:100%}.image-editor-timeline-frame:hover{border:1px solid var(--sidebar-icon-active-color);color:var(--sidebar-icon-active-color)}.image-editor-timeline-frame.collapsed{height:2rem;line-height:2rem;text-align:center}.timeline-frame-outer{display:flex;height:100%;width:100%}.timeline-frame-outer.portrait{flex-direction:row}.timeline-frame-outer.portrait canvas{height:100%}.timeline-frame-outer.landscape{flex-direction:column}.timeline-frame-outer.landscape canvas{width:100%}.timeline-frame-spacer{flex-grow:1}.timeline-frame-outer canvas{image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor}.image-editor-timeline-frames-outer{flex-grow:1;overflow:hidden;position:relative}.image-editor-timeline-frames.scrolling,.image-editor-timeline-framess.scrolling .image-editor-timeline-frame{cursor:grabbing}.timeline-frame-actions{background-color:#333;border-top:1px solid var(--sidebar-icon-active-color);bottom:0;display:flex;flex-direction:row;height:2rem;position:absolute;width:100%}.timeline-frame-actions .image-editor-button{flex-grow:1;margin:0}.image-editor-timeline-frame.dragging{background-color:#3d3d3d;left:0;position:absolute;top:-9999px}.image-editor-timeline-frame.drop-marker{background-color:#aeaeae;border:1px dotted var(--sidebar-icon-active-color)}.common-button.image-editor-button.add-frame-button{border:1px solid var(--sidebar-icon-inactive-color);height:2rem;margin:0 .4rem;transition:color .1s,border-color .1s;width:6rem}.common-button.image-editor-button.add-frame-button:hover{border-color:var(--sidebar-icon-active-color);filter:none}.edge .image-editor-timeline-frame,.edge .image-editor-timeline-frames-outer,.edge .timeline-frame-actions{position:static}.edge .timeline-frame-outer canvas{height:6rem}.edge .timeline-frame-actions{margin-top:-2rem}.image-editor-topbar{background-color:var(--sidebar-bg-color);display:flex;flex-direction:row;flex-shrink:0;height:2rem}.image-editor-topbar>div .image-editor-button{border-radius:0;height:2rem;margin-left:0;margin-top:0}.image-editor-topbar>div{display:flex;flex-direction:row}.image-editor-topbar>div:not(.image-editor-seperator){height:100%}.image-editor-interval-label{padding-top:.35rem}.image-editor-interval .image-editor-input{max-width:2.5rem}.image-editor-topbar-button,.image-editor-topbar-button .image-editor-button,.image-editor-topbar-button .image-editor-label{color:var(--sidebar-icon-inactive-color);transition:color .1s}.image-editor-topbar-button:hover,.image-editor-topbar-button:hover .image-editor-button,.image-editor-topbar-button:hover .image-editor-label{color:var(--sidebar-icon-active-color)}.timeline-controls{width:6.5em}.spacer{flex-grow:1}.cursor-group{padding-left:.25rem;width:5rem}.image-transform-group{align-items:center;display:flex}.image-transform-group .image-editor-button{margin:0}.image-editor-dropdown-outer{margin-left:.25rem;position:relative}.image-editor-dropdown{background:none;border:1px solid var(--sidebar-icon-inactive-color);border-radius:1px;color:var(--sidebar-icon-active-color);cursor:pointer;line-height:1.75rem;padding-left:.5rem;text-align:left;transition:color .1s,border .1s;user-select:none;width:calc(100% - .25rem)}.image-editor-dropdown:hover{border:1px solid var(--sidebar-icon-active-color)}.image-editor-dropdown-chevron{float:right;font-size:75%}.image-editor-dropdown-outer>ul{background-color:#3d3d3d;border:1px solid var(--sidebar-icon-inactive-color);border-radius:1px;list-style:none;padding:0;position:absolute;top:1.25rem;width:calc(100% - .25rem);z-index:1}.image-editor-dropdown-outer>ul>li{color:var(--sidebar-icon-active-color);cursor:pointer;font-family:sans-serif;padding:.25rem .5rem;transition:background-color .1s;user-select:none}.image-editor-dropdown-outer>ul>li.selected,.image-editor-dropdown-outer>ul>li:hover{background-color:#777}.image-editor-sidebar.tilemap{overflow:hidden;width:10rem}.image-editor-tilemap-minimap{background-color:#3d3d3d;border:1px solid var(--sidebar-icon-inactive-color);height:10rem}.image-editor-tile-buttons .timeline-frame-outer{height:2rem;width:2rem}.image-editor-tile-button{border:1px solid transparent;margin:2px}.image-editor-tile-button.selected{border:1px solid #fff}.image-editor-tile-buttons{display:flex;flex-direction:row;flex-wrap:wrap}.image-editor-tile-buttons-outer{flex-grow:1;overflow:hidden;position:relative}.tile-palette{display:flex;flex-direction:column}.tile-palette-fg-bg{align-content:center;align-items:center;display:flex;flex-direction:row;justify-content:space-around;margin-bottom:.25rem;padding:.25rem}.tile-palette-swatch.selected{border:2px solid var(--sidebar-icon-active-color)}.tile-palette-swatch:not(.selected){margin:2px}.tile-palette-swatch .timeline-frame-outer,.tile-palette-swatch.wall{background-color:#3d3d3d}.tile-palette-swatch.fg .timeline-frame-outer{height:3rem;width:3rem}.tile-palette-swatch.bg .timeline-frame-outer{height:2rem;margin-right:.5rem;width:2rem}.tile-palette-swatch.wall{box-sizing:content-box;height:2rem;padding:.5rem;width:2rem}.tile-palette-swatch.wall svg{fill:var(--sidebar-icon-inactive-color);height:100%;width:100%}.tile-palette-swatch.wall.selected{background-color:var(--wall-color)}.tile-palette-swatch.wall.selected svg{fill:var(--sidebar-icon-active-color)}.tile-palette-swatch .image-editor-button{height:1rem;line-height:1.5rem;margin:0}.tile-canvas-controls{text-align:center;width:100%}.tile-canvas{background-color:#3d3d3d;display:grid;gap:1px;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);height:9.5rem;margin:.25rem;padding:2px;position:relative;width:9.5rem}.tile-palette-controls{align-content:center;display:flex;flex-direction:row;height:2rem;justify-content:space-evenly}.tile-palette-controls .image-editor-button{line-height:1.75rem}.tile-palette-controls-outer{height:2rem}.tile-canvas-controls .common-carousel-nav .common-carousel-nav-arrow{color:var(--sidebar-icon-inactive-color);transition:color .1s}.tile-canvas-controls .common-carousel-nav .common-carousel-nav-arrow:hover{color:var(--sidebar-icon-active-color);filter:none}.tile-canvas-controls .common-carousel-nav li .common-button .common-carousel-nav-button-handle{background-color:var(--sidebar-icon-inactive-color);transition:background-color .1s}.tile-canvas-controls .common-carousel-nav li .common-button:hover{filter:none}.tile-canvas-controls .common-carousel-nav li .common-button:hover .common-carousel-nav-button-handle{background-color:var(--sidebar-icon-active-color)}.tile-palette-dropdown.common-dropdown .common-dropdown-button{background:none;border:1px solid var(--sidebar-icon-inactive-color);color:var(--sidebar-icon-active-color);margin:0 .25rem;min-width:unset;transition:border-color .1s;width:9.5rem}.tile-palette-dropdown.common-dropdown .common-dropdown-button:hover{border-color:var(--sidebar-icon-active-color);filter:none}.tile-palette-dropdown.common-dropdown .common-menu-dropdown-pane{max-height:12rem;overflow-x:hidden;overflow-y:auto}.tile-button-outer{position:relative}.image-editor-button.common-button.tile-button{background-color:var(--editing-tools-bg-color);border-radius:0;height:100%;margin:0;width:100%}.image-editor-button.common-button.tile-button canvas{height:100%;image-rendering:pixelated;width:100%}.image-editor-button.common-button.add-tile-button{height:100%;margin:.2rem 0 0;width:100%}@media screen and (max-height:720px){.image-editor-tilemap-minimap{height:7rem}.tile-canvas{padding-bottom:0}.tile-palette-fg-bg{margin-bottom:0}}.image-editor-toggle-container{align-items:center;display:flex}.image-editor-toggle-container>span{color:var(--sidebar-icon-active-color);cursor:default;font-family:sans-serif;margin-right:.375rem}.image-editor-toggle{display:inline-block;height:1.25rem;margin-right:.375rem;position:relative;width:2.25rem}.image-editor-toggle input{height:0;opacity:0;width:0}.image-editor-toggle-switch{align-items:center;background-color:#3d3d3d;border:1px solid var(--sidebar-icon-active-color);border-radius:2rem;bottom:0;cursor:pointer;display:flex;left:0;position:absolute;right:0;top:0;-webkit-transition:.4s;transition:.4s}.image-editor-toggle-switch:before{background-color:var(--sidebar-icon-active-color);border-radius:50%;content:"";height:.8rem;margin-left:.2rem;opacity:.5;position:absolute;-webkit-transition:.4s;transition:.4s;width:.8rem}input:checked+.image-editor-toggle-switch:before{margin-left:0;opacity:1;-webkit-transform:translateX(1.1rem);-ms-transform:translateX(1.1rem);transform:translateX(1.1rem)}input:checked+.image-editor-toggle-switch{background-color:var(--wall-color)}input:focus+.image-editor-toggle-switch{box-shadow:0 0 1px var(--sidebar-icon-active-color)}.image-editor-pivot-outer{align-content:center;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:.3rem;padding:0 .5rem;user-select:none;width:100%}.image-editor-pivot-option{color:var(--sidebar-icon-inactive-color);font-family:sans-serif;padding:.2rem .5rem .1rem;transition:color .1s}.image-editor-pivot-option:hover{background-color:hsla(0,0%,100%,.2);color:var(--sidebar-icon-active-color)}.image-editor-pivot-option.selected{border-bottom:1px solid var(--sidebar-icon-inactive-color);color:var(--sidebar-icon-active-color)}.image-editor-alert-container{background-color:rgba(30,30,30,.5);bottom:0;left:0;position:absolute;right:0;top:0}.image-editor-alert{background-color:var(--editing-tools-bg-color);border-radius:5px;color:var(--sidebar-icon-active-color);font-family:sans-serif;left:50%;max-width:60%;min-width:20rem;padding:.5rem;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.image-editor-alert .text{padding:.5rem 0}.image-editor-alert .options{text-align:right}.image-editor-alert .button{background-color:#4b7bec;cursor:pointer;display:inline-block;margin-left:.5rem;padding:.25rem .5rem}.image-editor-alert .ms-Icon--Warning{padding-right:.5rem;vertical-align:top}.image-editor-alert .ms-Icon--Cancel{cursor:pointer;float:right}:root{--editor-bg-color:#1e1e1e;--sidebar-bg-color:#252526;--sidebar-header-bg-color:#3c3c3c;--sidebar-header-text-color:#ccc;--editing-tools-bg-color:#333;--sidebar-icon-inactive-color:#adadad;--sidebar-icon-active-color:#fff;--sidebar-label-color:#adadad;--input-text-color:#5d5d5d;--filter-panel-bg-color:#333;--filter-panel-text-color:#fff;--filter-panel-label-color:#adadad;--navigator-viewport-color:red;--wall-color:#e95153;--map-button-bg-color:#3c3c3c;--map-button-icon-color:#ccc;--eyedropper:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M15.241 4.652 13.76 6.133l.835.835-3.085 3.085-.762-.762-5.168 5.17L1.984 16 .025 14.041l1.349-3.742 5.19-5.191-.645-.646 3.085-3.085.835.835L11.32.731c.431-.431 1-.678 1.616-.731h.461a2.84 2.84 0 0 1 1.77.802c1.082 1.084 1.114 2.81.074 3.85' style='fill:%23f6f6f6'/%3E%3Cpath d='m9.467 7.932.612.613-5.071 5.072-2.795 1.198-1.032-1.032 1.057-2.936L7.31 5.775l.585.585v.003l-4.356 4.356 1.569 1.569 4.355-4.356zm4.995-6.422c-.667-.664-1.777-.729-2.435-.072L9.839 3.627l-.836-.835-.174.174-1.497 1.497 4.177 4.177 1.671-1.671-.835-.835 2.189-2.189c.658-.658.592-1.768-.072-2.435' style='fill:%23424242'/%3E%3C/svg%3E") 2 16,copy}.image-editor-outer{height:100%;position:relative;width:100%}.image-editor-outer .image-editor-outer{position:absolute;top:0}.image-editor{align-items:stretch;background-color:var(--editor-bg-color);display:flex;flex-direction:column;height:100%;width:100%}.image-editor .image-editor{position:absolute}.image-editor-content{display:flex;flex-direction:row;flex-grow:1;flex-shrink:1;height:100%}.image-editor-label{color:var(--sidebar-label-color);font-family:Roboto Mono,monospace}.image-editor-wrapper{border-radius:5px;display:flex;flex-direction:column;height:100%;overflow:hidden;width:100%}.image-editor-region{height:100%;position:relative;width:100%}.gallery-editor-header{background-color:#4b7bec;border:2px solid #4067b3;border-bottom:none;display:flex;flex-shrink:0;height:3rem}.image-editor-header-left,.image-editor-header-right{flex:1}.image-editor-header-center{align-items:center;display:flex;flex:3;justify-content:center;position:relative}.image-editor-header-right{align-items:center;display:flex;justify-content:flex-end}.image-editor-header-right>div{margin-right:.5rem}.image-editor-gallery-content{flex-grow:1;flex:6;overflow:hidden;position:relative}.image-editor-close-button{color:#fff;cursor:pointer;font-size:1.5rem;line-height:1.5rem}.gallery-editor-show-tiles{background-color:#fff;border:2px solid #4067b3;border-radius:8px;color:#4b7bec;font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif;height:2.3rem;line-height:2.25rem;padding-left:1rem;padding-right:1rem;position:absolute;right:1rem;top:.3rem}.image-editor-wrapper:not(.music-asset-editor) ::-webkit-scrollbar{width:10px}.image-editor-wrapper:not(.music-asset-editor) ::-webkit-scrollbar-track{background:#3c3c3c}.image-editor-wrapper:not(.music-asset-editor) ::-webkit-scrollbar-thumb{background:#adadad}.image-editor-wrapper:not(.music-asset-editor) ::-webkit-scrollbar-thumb:hover{background:#979797}.gallery-filter-button{align-items:center;background-color:#fff;border-radius:5px;color:#4b7bec;cursor:pointer;display:flex;height:2.25rem;padding:0 1em;user-select:none;width:7em}.image-editor-gallery-window{display:flex;flex-grow:1}.filter-panel-gutter{background-color:var(--editor-bg-color);flex:2;max-width:22rem}.filter-panel-container{background-color:var(--filter-panel-bg-color);flex:1;height:100%;margin-left:20px;overflow:auto;padding:.5rem;user-select:none}.filter-panel{color:var(--filter-panel-text-color);margin:0 .5rem .5rem;padding:1rem .4rem .4rem}.filter-title{font-size:1.8rem;font-weight:bolder;margin-bottom:2rem;margin-top:.5rem;text-align:center}.filter-subheading-row{color:var(--filter-panel-label-color);display:flex;flex-wrap:wrap;font-size:1.1rem;gap:.5rem;justify-content:space-between;margin-bottom:.5rem}.filter-subheading-button{cursor:pointer}.filter-tag-list{font-size:1.2rem}.filter-tag{cursor:pointer;display:flex}.filter-tag-box{margin-right:.5rem}.filter-tag-name{text-transform:capitalize}.image-editor-gallery{align-content:flex-start;align-items:stretch;background-color:var(--editor-bg-color);display:flex;flex-direction:row;flex-wrap:wrap;height:100%;justify-content:center;margin-top:-100%;overflow-y:scroll;position:absolute;top:0;transition:margin .3s,visibility .3s;visibility:hidden;width:100%}.image-editor-gallery .asset-editor-card{margin:.2rem 0 0 .2rem}.image-editor-gallery .asset-editor-card-icon.warning{display:none}.image-editor-gallery.visible{margin-top:0;visibility:visible}.image-editor-gallery .sprite-gallery-button{border-radius:0;margin:1px;max-width:120px;width:calc(20% - 2px)}.common-button.image-editor-confirm{align-items:center;background-color:var(--pxt-colors-green-background);border-radius:0;color:var(--pxt-colors-green-foreground);cursor:pointer;display:flex;margin:0;padding:0 2rem;user-select:none}.common-button.image-editor-confirm:active,.common-button.image-editor-confirm:hover{background-color:var(--pxt-colors-green-hover);color:var(--pxt-colors-green-foreground)}.image-editor.editing-tile .image-editor-bottombar,.image-editor.editing-tile .image-editor-content,.image-editor.editing-tile .image-editor-topbar{display:none}:root{--editor-height:31rem}@media only screen and (max-width:767px){.gallery-editor-toggle{flex-shrink:1;margin-left:.25rem!important;width:10rem}.gallery-editor-toggle.no-gallery{width:6.5rem}.gallery-editor-toggle.right .gallery-editor-toggle-handle{transform:translateX(6.5rem)}.gallery-editor-toggle.center .gallery-editor-toggle-handle,.gallery-editor-toggle.no-gallery.right .gallery-editor-toggle-handle{transform:translateX(3.25rem)}}@media only screen and (max-width:991px){.filter-panel-container{margin:0 0 0 .5rem;padding:0 .5rem}.filter-panel{margin:0;padding:0}.image-editor-gallery-content{flex:4}.filter-title{margin-bottom:.5rem}.filter-tag{padding-bottom:.5rem;padding-top:.5rem}}@media only screen and (max-width:767px){.image-editor-gallery-content{flex:3}.gallery-editor-toggle{flex-shrink:1;margin-left:.25rem}.gallery-editor-toggle-label>span{display:none}.gallery-filter-button{display:flex;flex-shrink:1;justify-content:center;padding:0;right:.9em;width:2em}.gallery-filter-button .gallery-filter-button-label{display:none}.filter-title{font-size:1.5rem}}.music-editor-edit-controls{background-color:#e30fc0;display:flex;flex-direction:row;flex-shrink:0;height:2rem;justify-content:end}.music-editor-edit-controls .common-button.green{border-radius:0;height:100%;margin:0;padding:0 2rem}.music-editor-edit-controls button.menu-button i.fas,.music-editor-edit-controls button.menu-button i.xicon{font-size:18px}.music-editor-edit-controls .common-input-group{border-radius:0}.music-staff-note image{image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor}.music-staff-note rect{fill:#03adfc;stroke:#026897;stroke-width:3}.music-staff-note.selected{filter:url(#selection-outline)}.music-staff-note.cursor-highlighted,.music-staff-note.selected.cursor-highlighted{filter:url(#cursor-outline)}.music-staff-note-group.music-note-playing rect{fill:#47c965;stroke:#27833c;stroke-width:3}.music-playback-controls{align-items:center;flex-shrink:0;padding:.5rem}.music-playback-controls,.music-playback-controls .common-input-wrapper{display:flex;flex-direction:row}.music-playback-controls .common-input-wrapper .common-input-label{font-size:18px;font-weight:700;padding-right:.5rem;user-select:none}.music-playback-controls .common-input-wrapper .common-input-group{max-width:3rem}.music-playback-controls>.common-input-wrapper{margin-right:.5rem}.music-playback-controls .common-checkbox{margin-right:1rem}.music-playback-controls .spacer{flex-grow:1}.music-undo-redo{align-items:center;display:flex;flex-direction:row;margin-right:.5rem}.music-undo-redo .square-button{background-color:#e30fc0;color:#fff}.music-undo-redo .square-button.disabled{background-color:#e30fc0;color:#fff;opacity:.5}.music-playback-buttons{margin-right:.5rem}.music-playback-measures{align-items:center;display:flex;flex-direction:row}.music-playback-measures .common-button.menu-button{color:var(--pxt-neutral-foreground1);height:2rem;padding:.1rem}.music-playback-measures .common-button.menu-button i.fas{margin:0}.music-scrollable-workspace{flex-grow:1;flex-shrink:1;overflow-x:scroll;overflow-y:hidden;position:relative}.music-scroller{height:100%;position:relative}.music-staff-row{stroke:#000;stroke-width:3}.music-staff-column{stroke:#666;stroke-width:1}.music-staff-column.measure-start.beat-start{stroke:orange;stroke-dasharray:0;stroke-width:3}.music-staff-column.beat-start{stroke-dasharray:2;stroke-width:2}.music-staff-background{fill:#f3e9f7}.music-staff text{user-select:none}.music-playback-line{stroke:#fff;stroke-width:3}.music-staff-beats{fill:var(--pxt-neutral-foreground1)}.music-playback-head{transition:translate .06ms linear}.music-track-selector{align-items:center;display:flex;flex-direction:row;flex-shrink:0;padding:.5rem}.music-track-selector .common-button.common-dropdown-button{border:3px solid var(--pxt-neutral-foreground1);height:100%;min-width:6rem}.music-track-selector .music-track-grid{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:end}.music-track-selector .music-track-grid-label{font-size:18px;font-weight:700;padding-right:.5rem;user-select:none}.music-track-selector .common-checkbox{margin-left:.5rem}.music-track-selector .common-checkbox input{height:1rem;width:1rem}.common-button.music-track-button{background:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1);margin-right:0}.common-button.music-track-button img{height:2rem;width:2rem}.common-button.music-track-button i,.common-button.music-track-button i.far,.common-button.music-track-button i.fas{font-size:24px}.common-button.music-track-button.selected{border:3px solid var(--pxt-neutral-foreground1)}.pixellated img{image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor}.music-workspace{height:100%}.music-workspace.erasing{cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M497.941 273.941c18.745-18.745 18.745-49.137 0-67.882l-160-160c-18.745-18.745-49.136-18.746-67.883 0l-256 256c-18.745 18.745-18.745 49.137 0 67.882l96 96A48 48 0 0 0 144 480h356c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12H355.883zm-302.627-62.627 137.373 137.373L265.373 416H150.628l-80-80z'/%3E%3C/svg%3E") 2 16,pointer}.music-field-editor{height:100%;position:relative}.music-editor{background:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1);display:flex;flex-direction:column;height:100%}.music-asset-editor .gallery-editor-header{background-color:#e30fc0;border:2px solid #c10da3;border-bottom:none}.music-editor-label{font-size:18px;font-weight:700;padding-right:.5rem;user-select:none}.sound-effect-editor-widget{overflow-y:auto}.sound-effect-editor{background-color:var(--pxt-neutral-background1);border-radius:.25rem;box-shadow:0 0 3px rgba(0,0,0,.3);color:var(--pxt-neutral-foreground1);display:flex;flex-direction:column;overflow:hidden;user-select:none;-webkit-user-select:none;width:100%}.sound-effect-editor .link-button{margin-left:1.8rem}.sound-effect-editor .common-menu-dropdown-pane{width:8rem!important}.sound-effect-editor-content{flex-grow:1;overflow:hidden;position:relative}.sound-effect-editor-content .common-dropdown-item:focus-visible{outline:3px solid var(--pxt-focus-border);outline-offset:-3px}.sound-controls{padding:.5rem 1.8rem}.sound-effect-header{align-items:center;background-color:#e30fc0;display:flex;flex-direction:row;height:3.5rem;justify-content:center;position:relative}.sound-effect-header>.common-button{border:none;position:absolute;right:0;top:0}.sound-effect-header>.common-button:focus-visible{outline:3px solid var(--pxt-neutral-background1);outline-offset:-7px}.sound-effect-header>.common-button:focus-visible:after{outline:none!important}#sound-effect-editor-toggle.focused{outline:3px solid var(--pxt-neutral-background1);outline-offset:2px}.common-button.link-button.generate-similar{margin-bottom:.5rem}.sound-graph-header{align-items:center;display:flex;flex-direction:row;padding-left:.5rem;padding-right:.5rem}.sound-graph-header>span{flex-grow:1}.sound-graph-header .common-dropdown-button:focus-visible,.sound-graph-header .common-dropdown-item:focus-visible{outline:3px solid var(--pxt-focus-border);outline-offset:-3px}.frequency-graph{border-bottom:1px solid var(--pxt-neutral-stencil2);padding-top:.5rem}.dropdown-and-label{align-items:center;display:flex;flex-direction:row;margin-right:.5rem}.sound-graph-container{border:1px solid var(--pxt-neutral-stencil2);margin-top:.5rem}.sound-label{font-size:14px;font-weight:400;line-height:2rem;margin-right:.5rem;user-select:none}.sound-label.waveform-name{font-weight:600;margin-left:.5rem}.waveform-and-duration-controls{align-items:center;display:flex;flex-direction:row}.waveform-and-duration-controls .duration-controls{display:flex;flex-direction:row;flex-grow:1;justify-content:right}.waveform-and-duration-controls .duration-controls input{width:3.5rem}#waveform-select .common-radio-choice input:focus-visible{outline:3px solid var(--pxt-focus-border)!important}.sound-preview{align-items:center;background:var(--pxt-neutral-background2);display:flex;height:8rem;justify-content:center;padding:0 2.5rem}.sound-preview svg{height:100%}.common-button.sound-effect-play-button{background-color:var(--pxt-neutral-foreground2);border-radius:2rem;color:var(--pxt-neutral-background2);height:3rem;margin-top:-1.5rem;overflow:hidden;padding:0;position:absolute;right:5px;width:3rem}.common-button.sound-effect-play-button .fas.fa-play,.common-button.sound-effect-play-button .fas.fa-stop{color:var(--pxt-neutral-background2);margin:0 0 0 .25rem}.common-button.sound-effect-play-button .fas.fa-stop{margin:0}.rtl .common-button.sound-effect-play-button .fas.fa-play,.rtl .common-button.sound-effect-play-button .fas.fa-stop{margin:0 .25rem 0 0}.common-button.sound-effect-play-button:focus-visible{outline:3px solid var(--pxt-focus-border)!important;outline-offset:3px}.sound-preview-baseline,.sound-preview-static-wave{stroke:var(--pxt-neutral-alpha50)}.sound-preview-animated-wave{stroke:var(--pxt-primary-background)}.sound-gallery{background:var(--pxt-colors-purple-background);height:100%;overflow-y:auto;padding:1rem;position:absolute;top:-100%;transition:top .25s ease;width:100%}.sound-gallery.visible{top:0}.sound-gallery-scroller{display:flex;flex-direction:column;min-height:100%}.sound-gallery-scroller>.common-button{margin-bottom:.5rem;padding:.3rem 1rem .3rem .5rem}.sound-gallery-scroller>.common-button:focus-visible{outline:5px solid var(--pxt-focus-border);outline-offset:-7px}.sound-gallery-item-label{align-items:center;display:flex;flex-direction:row}.sound-gallery-item-label .common-button.sound-effect-play-button{margin-top:0;position:relative;z-index:2}.sound-gallery-item-label-inner{align-items:center;display:flex;flex-direction:row;flex-grow:1;margin-right:.5rem;padding:.3rem 0 .3rem .5rem}.sound-gallery-item-label-inner .sound-effect-name{align-items:center;display:flex;font-size:22px;height:2rem;overflow:hidden;text-align:left;text-overflow:ellipsis;width:8rem}.sound-gallery-item-label-inner svg{width:10rem}.sound-gallery-item-label-inner .sound-gallery-preview{flex-grow:1}.sound-gallery-preview-wave{stroke:var(--pxt-primary-background)}.hc .sound-gallery-item-label-inner:focus{outline:3px solid #ff0!important}.hc .common-button.sound-effect-play-button .fas.fa-play,.hc .common-button.sound-effect-play-button .fas.fa-stop{color:#fff;margin:0 0 0 .25rem}.hc .common-button.sound-effect-play-button :focus-visible,.hc .common-button.sound-effect-play-button:focus{outline:3px solid var(--pxt-focus-border)!important}.hc .common-button.sound-effect-play-button :focus-visible:after,.hc .common-button.sound-effect-play-button:focus:after{border:none;outline:none}.hc #waveform-select .common-radio-choice.selected i{color:#ff0}.common-button.sign-in-button{padding-left:.75rem;padding-right:.75rem}.common-button.sign-in-button .common-button-label{font-family:Segoe UI,Tahoma,Geneva,Verdana;font-weight:500}@media only screen and (max-width:991px){.common-button.sign-in-button{padding-left:.25rem}.common-button.sign-in-button .common-button-label{display:none}}.user-avatar-image{align-items:center;display:flex;height:100%;justify-content:center}.user-avatar-image img,.user-avatar-initials{border:2px solid var(--pxt-primary-foreground);border-radius:100%;height:2.5rem;width:2.5rem}.user-avatar-initials{align-items:center;background-color:var(--pxt-header-stencil);color:var(--pxt-header-foreground);display:flex;justify-content:center}.user-profile{display:flex;flex-direction:row;height:100%;--header-text-color:var(--pxt-target-foreground1);--profile-portrait-border-color:var(--pxt-target-stencil1);--profile-username-color:var(--pxt-target-foreground1);--background-color:var(--pxt-target-background1);--avatar-initials-background-color:var(--pxt-secondary-background);--avatar-initials-text-color:var(--pxt-target-foreground1);--user-pane-border-color:var(--pxt-target-stencil1);--notification-background-color:var(--pxt-target-background2);--notification-icon-background-color:var(--pxt-target-background1);--notification-icon-color:var(--pxt-target-foreground1);--badge-list-subtitle-color:var(--pxt-neutral-alpha50);--body-font-family:"Share Tech Mono",Consolas,Monaco,Menlo,"Ubuntu Mono",source-code-pro,monospace}.profile-user-pane{border-right:1px solid var(--user-pane-border-color);display:flex;flex-direction:column;height:100%;min-width:20rem;padding:1rem;width:25%}.profile-portrait{align-self:center;border:2px solid var(--profile-portrait-border-color);border-radius:50%;height:12rem;margin-bottom:1.5rem;overflow:hidden;position:relative;width:12rem}.profile-portrait img{height:110%;left:-5%;position:absolute;top:-5%;width:110%}.profile-user-details{margin-bottom:3rem;text-align:center}.profile-display-name{color:var(--header-text-color);font-size:1.5rem;font-weight:900;margin-bottom:.5rem;text-transform:uppercase}.profile-username{color:var(--profile-username-color);font-size:1rem}.profile-spacer{flex-grow:1}.profile-email{display:flex;padding-bottom:1rem}.profile-email .checkbox{cursor:pointer;padding-right:1rem}.profile-actions{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.profile-actions a{flex-grow:1;font-size:14px}.profile-actions .ui.button{width:50%}.profile-actions .ui.button i.icon{margin-right:1.5rem!important}.profile-notification{background:var(--notification-background-color);border:1px solid var(--pxt-target-stencil1);border-radius:1rem;display:flex;flex-direction:column;padding:2rem 1rem 1rem;position:relative;width:100%}.profile-notification .profile-notification-title{font-weight:900;margin-bottom:1rem;text-align:center}.profile-notification .profile-notification-message{margin-bottom:1rem}.profile-notification .profile-notification-icon{background:var(--notification-icon-background-color);border:1px solid var(--pxt-target-stencil1);border-radius:50%;color:var(--notification-icon-color);height:3.25rem;left:calc(50% - 1.625rem);position:absolute;top:-1.625rem;width:3.25rem}.profile-notification .profile-notification-icon i.circular.icon{box-shadow:none}.profile-badge-subtitle{color:var(--badge-list-subtitle-color);font-style:italic}.profile-badge-list{display:flex;flex-direction:column;flex-grow:1;height:100%;padding:1rem}.profile-badges-scroller{flex-grow:1;overflow-x:hidden;overflow-y:auto;position:relative;z-index:1}.profile-badges,.profile-badges-background{align-items:center;background-repeat:repeat;background-size:20%;display:grid;grid-auto-rows:12rem;grid-template-columns:repeat(5,1fr);min-height:100%}.profile-badges-background{z-index:-1}.profile-badges .profile-badge,.profile-badges-background .profile-badge{aspect-ratio:1;background-color:var(--background-color);position:relative}.profile-badges .profile-badge img,.profile-badges-background .profile-badge img{display:inline;height:100%;object-fit:contain;position:absolute;width:100%}.profile-badge.disabled i.ui.icon{font-size:4em;line-height:1;position:absolute;vertical-align:middle;width:100%;z-index:1}.placeholder-badge{aspect-ratio:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='3' opacity='.1'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;opacity:.3}.profile-badges-background-container{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.profile-badge-title{color:var(--header-text-color);font-size:1.5rem;font-weight:900;margin-right:1rem;text-transform:uppercase}.profile-badge-header{margin-bottom:1rem;margin-left:1rem}.profile-badge-info-item{display:flex;margin-top:1rem}.profile-badge-info-header{color:var(--header-text-color);font-weight:900;text-transform:uppercase;width:20%}.profile-badge-info-image .profile-badge{text-align:center}.profile-badge-info-image .profile-badge img{display:inline;height:15rem;object-fit:contain}.profile-badge{align-content:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative}.profile-badge.clickable{cursor:pointer}.profile-badge-and-title{background-color:var(--background-color);display:flex;flex-direction:column;height:100%;max-height:100%;overflow:hidden;z-index:2}.profile-badge-and-title .profile-badge{flex-shrink:1000;margin-bottom:1rem}.profile-badge-name{color:var(--header-text-color);font-size:1rem;margin-right:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.profile-initials-portrait{background-color:var(--avatar-initials-background-color);color:var(--avatar-initials-text-color);font-size:8rem;height:100%;text-align:center}.profile-info-container,.profile-initials-portrait{align-items:center;display:flex;justify-content:center}.profile-info-container{flex-direction:column}.profile-info{line-height:2em;width:75%}.ui.icon.button.sign-out{font-family:var(--body-font-family)}.common-checkbox.loading input{opacity:0}.common-checkbox.loading .common-spinner{display:inline-block;left:0;position:absolute}.high-contrast .profile-badge-and-title,.high-contrast .profile-badge-subtitle,.high-contrast .profile-badges .profile-badge,.high-contrast .profile-badges-background .profile-badge,.high-contrast .profile-initials-portrait,.high-contrast .profile-username{background-color:#000;color:#fff}.high-contrast .profile-badge.clickable:hover{outline:2px solid #ff0}@media only screen and (max-width:1199px){.profile-badges,.profile-badges-background{background-size:25%;grid-auto-rows:12rem;grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width:991px){.profile-badges,.profile-badges-background{background-size:33%;grid-auto-rows:12rem;grid-template-columns:repeat(3,1fr)}}.signin-form{margin:0 1rem}.signin-form .signin-header{align-items:center;display:flex;flex-direction:column;gap:.5rem;margin:0 0 1rem}.signin-form .signin-body{display:flex;justify-content:center}.signin-form .signin-body .providers{align-items:center;display:flex;flex-direction:column;gap:1rem;margin:0 0 1rem}.signin-form .signin-body .providers .provider{background-color:var(--pxt-neutral-background1);border:1px solid var(--pxt-neutral-foreground1);color:var(--pxt-neutral-foreground1);margin:0;padding:.8rem 2.5rem;width:100%}.signin-form .signin-body .providers .provider .label{display:flex;flex-direction:row;gap:1rem}.signin-form .signin-body .providers .provider .label .logo{width:1.25rem}.signin-form .signin-body .providers .provider .label .title{align-self:center}.signin-form .signin-footer .switch{display:flex;gap:.5rem;justify-content:center}.signin-form .signin-footer .learn{font-size:smaller;text-align:right;width:100%}.sharedialog.fullscreen.common-modal-container>.common-modal>.common-modal-body{padding:0}.project-share{display:flex;height:100%}.project-share-simulator{background-color:var(--pxt-target-background2);color:var(--pxt-target-foreground2);flex:1;height:100%}.project-share-simulator #shareLoanedSimulator{position:relative;top:50%;transform:translateY(-50%)}.project-share-simulator .simframe{padding-bottom:56.25%!important}.project-share-info{display:flex;flex:1;flex-direction:row;justify-content:center}.project-share-info .project-share-content{display:flex;flex-direction:column;flex-grow:1}.project-share-info .project-share-content .name-input .common-input-group{height:3rem;margin-bottom:.5rem}.project-share-info .project-share-content .common-checkbox{margin-bottom:.5rem}.project-share-info .project-share-content .project-share-error{background-color:var(--pxt-colors-red-background);border-radius:.5rem;color:var(--pxt-colors-red-foreground);padding:.5rem}.project-share-info .project-share-content .common-editor-toggle-outer{z-index:1}.project-share-info .project-share-content .common-textarea{max-height:12rem}.project-share-info .project-share-content .common-textarea-wrapper{margin-bottom:1rem}.hc .project-share-error{background-color:#000!important;border:1px solid #fff;color:#fff!important}.project-share-title{margin-bottom:1rem}.project-share-label{font-weight:700;margin-bottom:.5rem}#project-share-dropdown{color:var(--pxt-primary-background)}.project-share-thumbnail{align-items:center;display:flex;flex-direction:column;margin-right:1rem;min-width:15rem}.project-share-thumbnail .project-thumbnail-placeholder,.project-share-thumbnail img{background-color:rgba(0,0,0,.05);height:11.25rem;margin:.3rem 0 1rem;width:15rem}.project-share-thumbnail .project-thumbnail-placeholder{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center}.project-share-thumbnail .project-thumbnail-placeholder .common-spinner{height:5rem;width:5rem}.fullscreen .project-share>div{padding:2rem}.fullscreen .project-share-info{flex:unset;width:28rem}.share-publish-button{height:3rem;margin-right:1rem}.share-publish-button .common-spinner{display:inline-block}.share-host-button.common-button .xicon.multiplayer,.xicon.kiosk{font-size:24px;margin-right:.5rem}.project-share-publish-actions{align-items:end;display:flex;flex-grow:1;justify-content:end}.project-share-actions{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:2rem;margin-top:1rem;position:relative}.project-share-social{display:flex;flex-direction:row;flex-grow:1;flex-wrap:wrap;gap:.5rem}.project-share-social .common-button.neutral{border:1px solid var(--pxt-neutral-alpha20)!important}.project-share-social a.common-button.social-icon{align-items:center;display:flex;justify-content:center}.project-share-text{margin-bottom:1rem}.common-button.menu-button.project-qrcode img{height:5rem}.common-button.menu-button.project-qrcode:focus:after{outline:var(--pxt-neutral-stencil1) solid 1px}.project-share-data .common-input-attached-button .common-button{padding:.8rem 1rem .95rem;width:10rem}.share-link-dialog .share-link-dialog-top{margin-bottom:.75rem}.project-share-vscode{display:flex;flex-direction:column;gap:1rem}.qrcode-image{image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor}.qrcode-modal-body{align-items:center;display:flex;justify-content:center}.qrcode-modal-body .qrcode-image{height:20rem}.gif-recorder-content{align-items:center;display:flex;flex-direction:row}.gif-recorder-content .thumbnail-controls{display:flex;flex-direction:column;height:100%;padding:0 4rem}.gif-recorder-content .thumbnail-controls .thumbnail-preview{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center}.gif-recorder-content .thumbnail-controls .thumbnail-preview>div{padding-bottom:1rem}.gif-recorder-content .thumbnail-controls .thumbnail-preview .thumbnail-image,.gif-recorder-content .thumbnail-controls .thumbnail-preview .thumbnail-placeholder{background-color:rgba(0,0,0,.05);display:flex;height:12.25rem;width:15rem}.gif-recorder-content .thumbnail-controls .thumbnail-actions{align-items:end;display:flex;flex-direction:row;justify-content:end}.gif-recorder-sim-embed{flex-grow:1;padding-right:1rem}.gif-recorder-sim-embed .simframe{padding-bottom:56.25%!important}.gif-recorder-sim{flex-grow:1}.gif-recorder{align-items:center;display:flex;flex-direction:column}.gif-recorder,.gif-recorder-label,.thumbnail-label{font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif}.gif-recorder-label,.thumbnail-label{margin-bottom:.5rem}.gif-recorder-actions{display:flex;width:100%}.gif-recorder-actions .common-button{flex:1;padding-left:0;padding-right:0}.thumbnail-image,.thumbnail-placeholder{background-color:rgba(0,0,0,.05);display:flex;height:18.375rem;width:24.5rem}.thumbnail-header{display:flex;flex-direction:row}.thumbnail-header .project-share-label{flex-grow:1}.thumbnail-header .common-button.link-button{margin-bottom:.5rem}#root.miniSim:not(.fullscreensim) .gif-recorder-sim div.simframe{width:100%}@media only screen and (max-width:991px){.gif-recorder-content .thumbnail-controls{padding:0 2rem}}@media only screen and (max-width:767px){.gif-recorder-content,.project-share-info{flex-direction:column}.gif-recorder-actions,.gif-recorder-sim{width:100%}.gif-recorder-actions .spacer{flex-grow:1}.gif-recorder-actions .common-button:not(.mobile-only){height:3rem;overflow:hidden;padding:0;width:3rem}.gif-recorder-actions .common-button:not(.mobile-only) i,.gif-recorder-actions .common-button:not(.mobile-only) i.far,.gif-recorder-actions .common-button:not(.mobile-only) i.fas{margin:0}.gif-recorder-actions .common-button:not(.mobile-only) .common-button-label,.gif-recorder-content.has-uri .gif-recorder-sim,.gif-recorder-content:not(.has-uri) .thumbnail-controls{display:none}}.common-palette-picker{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1rem}.common-palette-editor{max-height:min(35rem,calc(100vh - 15rem));overflow-y:auto}.common-palette-color-list,.common-palette-swatch{display:flex;flex-direction:row}.common-palette-color-list :last-child{border:1px solid #000}.common-palette-color{border-bottom:1px solid #000;border-left:1px solid #000;border-top:1px solid #000;height:1rem;width:1rem}.common-palette-swatch-name{flex-grow:1;max-width:12rem;overflow:hidden;padding-right:.5rem;text-overflow:ellipsis;white-space:nowrap}.common-palette-picker>.common-dropdown>.common-button .common-button-label .common-palette-color-list{display:none}.common-palette-picker>.common-dropdown>.common-button .common-button-flex{display:flex}.common-palette-picker>.common-dropdown>.common-menu-dropdown-pane{max-height:35rem;overflow-x:hidden;overflow-y:auto}.common-palette-picker>.common-dropdown>.common-menu-dropdown-pane ul>li>.common-button.common-dropdown-item{padding:.75rem}.common-color-picker-field{align-items:center;display:grid;grid-template-columns:.5fr 8fr 1fr 1fr;padding:.1rem 0}.common-color-picker-field i.fas{margin:0}.common-color-inputs{align-items:center;display:flex;flex-direction:row}.common-color-inputs>:first-child{margin-right:.5rem}.common-color-inputs>:last-child{flex-grow:1;margin-right:.5rem}.common-color-inputs .color-input:hover{cursor:pointer}.common-extension-card{background-color:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}.common-extension-card .common-card-body{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.common-extension-card .common-extension-card-title{flex-shrink:0;font-size:18px;font-weight:600;overflow:hidden;padding:.5rem 1rem .25rem;text-overflow:ellipsis;white-space:nowrap}.common-extension-card .common-extension-card-description{flex-grow:1;font-size:16px;overflow:hidden;padding-left:1rem;padding-right:1rem}.common-extension-card .common-extension-card-description div{display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.common-extension-card img{flex-shrink:0;height:11rem;object-fit:cover;width:100%}.common-extension-card .common-extension-card-extra-content{background:var(--pxt-neutral-background1);border-radius:0;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;border-top:1px solid var(--pxt-neutral-stencil1);color:var(--pxt-neutral-foreground1);flex-shrink:0;font-size:16px;margin:0;overflow:hidden;padding:.5rem 1rem}.common-extension-card a.link-button{float:right}.common-extension-card .common-extension-card-contents{display:flex;flex-direction:column;height:100%;opacity:1;transition:opacity .3s ease;width:100%}.common-extension-card .common-spinner{height:60px;opacity:0;position:absolute;transition:opacity .3s ease;width:60px}.common-extension-card.loading .common-extension-card-contents{opacity:0}.common-extension-card.loading .common-spinner{opacity:1}.hc .common-extension-card,.high-contrast .common-extension-card{background-color:#000;border-color:#fff}.language-selector-modal>.common-modal{max-width:60rem;width:80%}.language-selector{display:flex;flex-wrap:wrap;margin-bottom:0!important;max-height:80vh;overflow:auto}.language-card-container{padding:1rem}.language-card-header{color:#4c4ca6;font-size:1.3em;font-weight:700;line-height:1.3em;text-align:start}.language-card-description{margin-top:.4rem;text-align:start}@media only screen and (max-width:991px){.language-selector-modal>.common-modal{width:95%}}.teaching-bubble-container{--teaching-bubble-foreground:var(--pxt-tertiary-foreground);--teaching-bubble-background:var(--pxt-tertiary-background)}.teaching-bubble-container.yellow{--teaching-bubble-foreground:var(--pxt-colors-yellow-foreground);--teaching-bubble-background:var(--pxt-colors-yellow-background)}.teaching-bubble-container.yellow .ai-footer{opacity:.8}.teaching-bubble-container.yellow .ai-footer .ai-footer-text,.teaching-bubble-container.yellow .ai-footer .feedback-button,.teaching-bubble-container.yellow .ai-footer .feedback-button.disabled{color:var(--pxt-colors-yellow-foreground)}.teaching-bubble-container{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.teaching-bubble-cutout{border-radius:.5rem;box-shadow:0 0 0 99999px var(--pxt-neutral-alpha20);height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}.teaching-bubble,.teaching-bubble-arrow,.teaching-bubble-arrow-outline,.teaching-bubble-cutout{transition-duration:.5s;transition-property:top,left,width,height}.teaching-bubble{background:var(--teaching-bubble-background);border-radius:.5rem;box-shadow:0 0 0 .1rem;color:var(--teaching-bubble-foreground);max-width:25rem;min-width:18.75rem;position:fixed;z-index:1000}.teaching-bubble .common-button:focus{filter:grayscale(.15) brightness(.85) contrast(1.3);outline:.1rem solid var(--teaching-bubble-foreground)}.teaching-bubble .common-button.tertiary:focus:after,.teaching-bubble .common-button:focus:after{outline:none}.teaching-bubble-arrow{color:var(--teaching-bubble-background);height:0;position:fixed;width:0;z-index:1001}.teaching-bubble-arrow-outline{color:var(--teaching-bubble-foreground);height:0;position:fixed;width:0;z-index:1000}.teaching-bubble-body{font-size:1.1rem;padding:1rem}.teaching-bubble-body p{margin:.5rem 0}.teaching-bubble-navigation{align-items:flex-end;display:flex;flex-direction:row;justify-content:space-between}.teaching-bubble-navigation .common-button.feedback-button{color:var(--teaching-bubble-foreground)}.teaching-bubble-navigation .teaching-bubble-steps{color:var(--teaching-bubble-foreground);font-size:.9rem}.teaching-bubble-navigation .teaching-bubble-steps.hide{visibility:hidden}.teaching-bubble-navigation .common-button.tertiary{background:var(--teaching-bubble-background)!important;border:.1rem solid var(--teaching-bubble-foreground)!important;color:var(--teaching-bubble-foreground)!important;margin:0 .5rem 0 0;padding:.25rem .5rem}.teaching-bubble-navigation .common-button.tertiary.inverted{background:var(--teaching-bubble-foreground)!important;color:var(--teaching-bubble-background)!important;margin-right:0}.teaching-bubble-navigation .common-button:focus-visible{outline:2px solid var(--teaching-bubble-foreground);outline-offset:3px}.teaching-bubble-navigation.no-steps{flex-direction:row-reverse}.teaching-bubble-footer{border-top:1px solid var(--pxt-neutral-alpha50);margin:0;padding:.5rem 1rem}.teaching-bubble-footer,.teaching-bubble-footer .ai-footer .feedback-button.disabled{color:var(--pxt-neutral-alpha80)}.teaching-bubble-close.common-button{background:transparent;color:var(--teaching-bubble-foreground);margin:0;padding:.5rem 0 .25rem;position:absolute;right:.5rem;top:.5rem}.teaching-bubble-close.common-button i.right{font-size:1.3rem;margin:0;opacity:1}.confetti-container{height:100%;overflow:hidden;position:absolute;width:100%;z-index:100}.confetti{animation:confetti 2.5s linear -2s infinite;background-color:#249ca3;height:10px;left:50%;position:absolute;top:-15px;transform-origin:left top;width:10px;z-index:110}.confetti.reverse{animation:confetti-reverse 2.5s linear -2s infinite}.color-0{background-color:#ff2121}.color-1{background-color:#ff93c4}.color-2{background-color:#ff8135}.color-3{background-color:#fff609}.color-4{background-color:#249ca3}.color-5{background-color:#78dc52}.color-6{background-color:#003fad}.color-7{background-color:#87f2ff}.color-8{background-color:#8e2ec4}@keyframes confetti{0%{transform:rotate(15deg) rotateY(0deg) translate(0)}25%{transform:rotate(5deg) rotateY(1turn) translate(-1vw,20vh)}50%{transform:rotate(15deg) rotateY(2turn) translate(1vw,50vh)}75%{transform:rotate(5deg) rotateY(3turn) translate(-1vw,80vh)}to{transform:rotate(15deg) rotateY(4turn) translate(1vw,110vh)}}@keyframes confetti-reverse{0%{transform:rotate(5deg) rotateY(0deg) translate(0)}25%{transform:rotate(15deg) rotateY(1turn) translate(1vw,20vh)}50%{transform:rotate(5deg) rotateY(2turn) translate(-1vw,50vh)}75%{transform:rotate(15deg) rotateY(3turn) translate(1vw,80vh)}to{transform:rotate(5deg) rotateY(4turn) translate(-1vw,110vh)}}.theme-picker-modal>.common-modal{max-width:60rem;width:80%}.theme-picker{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;justify-content:space-around;width:100%}.theme-picker .common-button-flex{width:100%}.theme-picker .theme-card{background-color:var(--pxt-neutral-background1);border:1px solid var(--pxt-neutral-stencil1);color:var(--pxt-neutral-foreground1);height:unset;width:18rem}.theme-picker .theme-card:hover{background-color:var(--pxt-neutral-background1-hover);border:1px solid var(--pxt-focus-border);color:var(--pxt-neutral-foreground1-hover);cursor:pointer}.theme-picker .theme-card .theme-info-box{align-items:center;display:flex;flex-direction:column;padding:0 0 .2rem}.theme-picker .theme-card .theme-info-box .theme-preview-container{display:flex;padding:.5rem;width:95%}.theme-picker .theme-card .theme-info-box .theme-preview{align-items:center;aspect-ratio:1.2;border:1px solid var(--pxt-primary-background);display:flex;flex-direction:column;width:100%}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-header{align-items:center;background-color:var(--pxt-header-background);border-bottom:1px solid var(--pxt-header-foreground);color:var(--pxt-header-foreground);display:flex;flex-direction:row;justify-content:space-between;padding:.5rem;width:100%}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-header .logo{height:1rem;width:1rem}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-header i.far,.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-header i.fas{line-height:1;margin:0}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-workspace{display:flex;flex-direction:row;flex-grow:1;width:100%}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-workspace .theme-preview-sim-sidebar{align-items:center;background-color:var(--pxt-target-background2);border-right:1px solid var(--pxt-target-foreground2);color:var(--pxt-target-foreground2);display:flex;flex-direction:column;flex-grow:1;height:100%}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-workspace .theme-preview-sim-sidebar .theme-preview-sim{aspect-ratio:1;background-color:var(--pxt-secondary-background);border:1px solid var(--pxt-target-foreground2);margin-top:.5rem;width:80%}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-workspace .theme-preview-sim-sidebar .theme-preview-sim-buttons{display:flex;flex-direction:row;justify-content:space-between;margin-top:.3rem;width:80%}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-workspace .theme-preview-sim-sidebar .theme-preview-sim-buttons .theme-preview-sim-button{aspect-ratio:1;background-color:var(--pxt-secondary-background);border:1px solid var(--pxt-target-foreground2);width:25%}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-workspace .theme-preview-toolbox{background-color:var(--pxt-target-background3);border-right:1px solid var(--pxt-target-foreground3);color:var(--pxt-target-foreground3);display:flex;flex-direction:column;flex-grow:1;height:100%}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-workspace .theme-preview-toolbox .toolbox-divider{border:0;border-top:1px solid var(--pxt-target-foreground3);height:1px;margin:1.5rem .1rem 0}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-workspace .theme-preview-workspace-content{background-color:var(--pxt-target-background1);color:var(--pxt-target-foreground1);flex-grow:3;height:100%}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-footer{background-color:var(--pxt-target-background3);border-top:1px solid var(--pxt-target-foreground3);color:var(--pxt-target-foreground3);display:flex;flex-direction:row;justify-content:space-between;padding:.3rem .5rem;width:100%}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-footer .theme-preview-download-button{background-color:var(--pxt-primary-background);border:1px solid var(--pxt-target-foreground3);border-radius:.1rem;height:.5rem;width:20%}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-footer .theme-preview-editor-tools{display:flex;flex-direction:row;justify-content:flex-end;width:30%}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-footer .theme-preview-editor-tools .theme-preview-editor-tool-button{background-color:var(--pxt-secondary-background);border:1px solid var(--pxt-target-foreground3);height:.5rem;margin-left:.2rem;width:.5rem}.common-button,.common-radio-group.common-radio-buttons .common-radio-choice{background:var(--pxt-neutral-background2);border:none;border-radius:.2em;color:var(--pxt-neutral-foreground2);cursor:pointer;display:inline-block;font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:1em;margin:0 .25rem 0 0;min-height:1rem;outline:none;padding:.8rem 2rem .95rem;position:relative;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .1s ease,background-color .1s ease,box-shadow .1s ease,color .1s ease,background .1s ease;user-select:none;vertical-align:middle;-webkit-tap-highlight-color:transparent}.common-button:hover{filter:grayscale(.15) brightness(.85) contrast(1.3)}.common-button .right:not(.icon.toggle.right){margin-left:.5rem}.common-button-flex{white-space:nowrap}.common-button.disabled:hover{filter:none}.common-button.disabled,.common-button.disabled.green,.common-button.disabled.green.inverted,.common-button.disabled.orange,.common-button.disabled.orange.inverted,.common-button.disabled.primary,.common-button.disabled.primary.inverted,.common-button.disabled.red,.common-button.disabled.red.inverted,.common-button.disabled.secondary,.common-button.disabled.secondary.inverted,.common-button.disabled.teal,.common-button.disabled.teal.inverted{background-color:var(--pxt-neutral-background3);border:var(--pxt-neutral-background3);color:var(--pxt-neutral-foreground3);cursor:default}.common-button.menu-button.disabled{opacity:.8}.common-button.menu-button.disabled:active,.common-button.menu-button.disabled:hover{background:none}.common-button:focus-visible:after{border:1px solid transparent;border-radius:.2em;content:"";inset:4px;outline:var(--pxt-neutral-stencil1) solid 1px;position:absolute;z-index:1}.common-button.discourse:focus-visible:after,.common-button.facebook:focus-visible:after,.common-button.green:focus-visible:after,.common-button.menu-button:focus-visible:after,.common-button.orange:focus-visible:after,.common-button.primary:focus-visible:after,.common-button.red:focus-visible:after,.common-button.secondary:focus-visible:after,.common-button.teal:focus-visible:after,.common-button.twitter:focus-visible:after{outline:var(--pxt-neutral-background1) solid 1px}.common-button.inverted:focus-visible:after{outline:var(--pxt-neutral-stencil1) solid 1px}.common-button.menu-button{background:none;border:none;border-radius:0;color:var(--pxt-primary-foreground);font-size:20px;height:100%;margin:0;padding:0 1rem}.common-button.menu-button .icon,.common-button.menu-button .xicon,.common-button.menu-button i.far,.common-button.menu-button i.fas{font-size:24px}.common-button.menu-button:hover{background:var(--pxt-neutral-alpha10)}.common-button.menu-button:active{background:var(--pxt-neutral-alpha20)}.common-button.menu-button.inverted,.common-button.menu-button.inverted:hover{background:var(--pxt-primary-foreground);color:var(--pxt-primary-background)}.common-button.inverted.text-only,.common-button.text-only{background:none;border:none}a.common-button.menu-button{align-items:center;display:flex}.common-button.link-button{background:none;border:none;color:var(--pxt-link);padding:0}.common-button.link-button:hover{text-decoration:underline}.common-button.link-button:focus-visible:after{border:none;outline:none;text-decoration:underline}.common-button.link-button:focus-visible{border:none;outline:none;text-decoration:underline}.common-button.link-button.kiosk{background-color:var(--pxt-neutral-background2);color:var(--pxt-neutral-foreground2)}.common-button.circle-button,.common-button.square-button{height:3rem;overflow:hidden;padding:0;width:3rem}.common-button.square-button i,.common-button.square-button i.far,.common-button.square-button i.fas{margin:0}.common-button.circle-button{border-radius:2rem}.common-button.circle-button:focus-visible:after{border-radius:2rem}.common-button-group{display:flex;flex-direction:row}.common-button-group .common-button{border-radius:0;margin:0}.common-button-group .common-button.inverted:not(:last-child){border-right:none}.common-button-group .common-button:first-child{border-bottom-left-radius:.2em;border-top-left-radius:.2em}.common-button-group .common-button:last-child{border-bottom-right-radius:.2em;border-top-right-radius:.2em;margin:0 .25rem 0 0}.common-button.social-button{font-size:1.5rem}.common-button.social-button img{max-width:100%}.common-button.facebook{background:#4267b2;color:#fff}.common-button.twitter{background:#1da1f2;color:#fff}.common-button.discourse{background:#333;color:#fff}.common-button.device-share{background:var(--pxt-neutral-foreground2);color:var(--pxt-neutral-background2)}.common-button.whatsapp{background:#59ce72;color:#fff}.common-button.microsoft-teams{background:#35258f;color:#fff}.hc .common-button,.high-contrast .common-button{background-color:#000!important;border-color:#fff!important;color:#fff!important}.hc .common-button:focus,.hc .common-button:hover,.high-contrast .common-button:focus,.high-contrast .common-button:hover{outline:2px solid #ff0!important;z-index:1}.common-card{border:1px solid var(--pxt-neutral-stencil1);border-radius:.5rem;height:20rem;position:relative;transition:border .1s ease;width:18rem}.common-card .common-card-body{border-radius:.5rem;overflow:hidden}.common-card[role=button]{cursor:pointer}.common-card[role=button]:hover{border:1px solid var(--pxt-focus-border)}.common-card-label{background-color:var(--pxt-primary-background);border-bottom-left-radius:.25rem;border-color:var(--pxt-primary-accent);border-top-left-radius:.25rem;color:var(--pxt-primary-foreground);font-size:16px;min-width:5rem;padding:.5rem .5rem .25rem;position:absolute;right:-1rem;top:1rem}.common-card-label:after{background-color:transparent;border-color:transparent;border-style:solid;border-top-color:inherit;border-width:1.2em 1.2em 0 0;content:"";height:0;left:auto;position:absolute;right:0;top:100%;width:0}.common-checkbox{align-items:center;cursor:pointer;display:flex;padding:.25rem;position:relative}.common-checkbox input{margin-right:.5rem}.common-checkbox.toggle input{height:1.5rem;left:0;opacity:0;position:absolute;top:0;width:3rem}.common-checkbox.toggle label{padding-left:4rem;position:relative}.common-checkbox.toggle label:before{background-color:var(--pxt-neutral-background2);border:1px solid var(--pxt-neutral-stencil2);border-radius:500rem;content:"";height:1.5rem;left:0;position:absolute;top:0;transition:background-color .2s ease-in-out;width:3rem}.common-checkbox.toggle label:after{background:var(--pxt-neutral-background1) linear-gradient(transparent,var(--pxt-neutral-alpha10));border:none;border:1px solid var(--pxt-neutral-foreground2);border-radius:500rem;content:"";height:1.5rem;left:0;opacity:1;position:absolute;top:0;transition:background .3s ease,left .3s ease;width:1.5rem}.common-checkbox.toggle input:checked~label:before{background-color:var(--pxt-primary-background)}.common-checkbox.toggle input:checked~label:after{left:1.5rem}.common-checkbox:focus-within{border-radius:.2em;outline:var(--pxt-neutral-stencil1) solid 1px}#profile-email-checkbox{width:2rem}.common-checkbox-icon{border:1px solid var(--pxt-neutral-foreground1);border-radius:2px;display:inline-block;height:16px;line-height:16px;position:relative;width:16px}.common-checkbox-icon.checked{background-color:var(--pxt-primary-background);border-color:var(--pxt-primary-accent)}.common-checkbox-icon i.fas.fa-check{color:var(--pxt-primary-foreground);font-size:11px;height:14px;margin:0;position:absolute;width:14px}.high-contrast .common-checkbox:focus-within,.high-contrast .common-checkbox:hover{outline:2px solid #ff0}.common-draggable-graph{background-color:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}.common-draggable-graph-text{fill:var(--pxt-neutral-foreground1);user-select:none}.draggable-graph-point{fill:var(--pxt-neutral-background1);stroke:var(--pxt-neutral-alpha50)}.draggable-graph-path{stroke:var(--pxt-primary-background)}.draggable-graph-surface{cursor:pointer}.draggable-graph-surface:focus{outline:none}.draggable-graph-svg{touch-action:none}.hc .draggable-graph-path,.hc .draggable-graph-point{stroke:#fff}.hc .common-draggable-graph-text{color:#fff}.common-dropdown{position:relative;width:fit-content}.common-dropdown>.common-button{background-color:var(--pxt-neutral-background1);border:1px solid var(--pxt-neutral-stencil1);border-radius:2px;box-sizing:border-box;color:var(--pxt-neutral-foreground1);display:block;height:32px;line-height:30px;margin:0;min-width:10rem;overflow:hidden;padding:0 28px 0 8px;position:relative;text-align:left;text-overflow:ellipsis;white-space:nowrap}.common-dropdown>.common-button>.common-button-flex>i.right{position:absolute;right:0}.common-dropdown>.common-button:focus:after{outline:none}.common-dropdown>.common-button:focus{border:1px solid var(--pxt-focus-border)}.common-dropdown .common-button>.common-button-flex>i:first-child{margin-right:.5rem}.common-dropdown>.common-menu-dropdown-pane{left:0;min-width:100%;right:unset;width:unset;z-index:1}.common-dropdown>.common-menu-dropdown-pane li .common-button{padding-left:.5rem;text-align:left;width:100%}.common-dropdown.hang-left>.common-menu-dropdown-pane{left:unset;right:0}.common-dropdown-shadow{box-shadow:0 3.2px 7.2px 0 rgba(0,0,0,.13),0 .6px 1.8px 0 rgba(0,0,0,.11)}.common-dropdown.icon-preview>.common-button{min-width:unset}.common-dropdown.icon-preview>.common-button .common-button-label{display:none}.common-editor-toggle-outer{position:relative}.common-editor-toggle{background:var(--pxt-neutral-alpha20);border:3px solid var(--pxt-neutral-alpha10);border-radius:.2rem;display:flex;flex-direction:row;position:relative}.common-editor-toggle.focused{outline:3px solid var(--pxt-focus-border);outline-offset:2px}.common-editor-toggle .common-editor-toggle-item>.common-button{padding:calc(.8rem - 4px) calc(2rem - 4px) calc(.95rem - 4px)}.common-editor-toggle.slim .common-editor-toggle-item>.common-button{padding:.6rem 2rem .75rem}.common-editor-toggle-item{flex:3;z-index:1}.common-editor-toggle-item .common-menu-dropdown{flex:4}.common-editor-toggle-item .common-menu-dropdown>.common-button{border-left:1px solid var(--pxt-neutral-alpha10);border-right:1px solid var(--pxt-neutral-alpha10);padding:0;width:100%}.common-editor-toggle-item .common-menu-dropdown .common-menu-dropdown-pane{border-top:1px solid var(--pxt-neutral-alpha10)}.common-editor-toggle-item>.common-button{background:none;color:var(--pxt-neutral-foreground1);margin:0;transition:color .25s;width:100%}.common-editor-toggle-item.common-editor-toggle-item-dropdown{display:grid;flex:4;grid-template-columns:3fr 1fr}.common-editor-toggle-item.selected .common-menu-dropdown{text-align:center}.common-editor-toggle-item.selected .common-menu-dropdown>.common-button{border-right:none;color:var(--pxt-neutral-foreground2)}.common-editor-toggle-handle,.common-editor-toggle-item.selected>.common-button{color:var(--pxt-neutral-foreground2)}.common-editor-toggle-handle{background:var(--pxt-neutral-background2);border-radius:.2rem;height:100%;margin-left:-3px;position:absolute;transition:margin-left .25s,width .25s;width:33%}.common-editor-toggle .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-handle{width:50%}.common-editor-toggle .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:50%}.common-editor-toggle .common-editor-toggle-item:first-of-type.selected~.common-editor-toggle-handle{margin-left:0}.common-editor-toggle .common-editor-toggle-item:nth-of-type(2).selected~.common-editor-toggle-handle{margin-left:33%}.common-editor-toggle .common-editor-toggle-item:nth-of-type(3).selected~.common-editor-toggle-handle{margin-left:67%}.common-editor-toggle.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown:first-child:nth-last-child(3),.common-editor-toggle.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item-dropdown{flex:55}.common-editor-toggle.has-dropdown .common-editor-toggle-item-dropdown:first-child:nth-last-child(3)~.common-editor-toggle-item,.common-editor-toggle.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3){flex:45}.common-editor-toggle.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-handle{width:45%}.common-editor-toggle.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown.selected:first-child:nth-last-child(3)~.common-editor-toggle-handle,.common-editor-toggle.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{width:55%}.common-editor-toggle.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown:first-child:nth-last-child(3)+.selected~.common-editor-toggle-handle{margin-left:55%}.common-editor-toggle.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)+.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{margin-left:45%}.common-editor-toggle.has-dropdown .common-editor-toggle-handle{width:30%}.common-editor-toggle.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{width:40%}.common-editor-toggle.has-dropdown .common-editor-toggle-item:nth-of-type(2).selected~.common-editor-toggle-handle{margin-left:30%}.common-editor-toggle.has-dropdown .common-editor-toggle-item:nth-of-type(3).selected~.common-editor-toggle-handle{margin-left:60%}.common-editor-toggle.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:40%}.common-editor-toggle.has-dropdown .common-editor-toggle-item+.common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item.selected~.common-editor-toggle-handle,.common-editor-toggle.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:70%}.common-toggle-accessibility{height:0;position:absolute;width:0}.common-toggle-accessibility .common-button{height:0;left:0;min-height:0;overflow:hidden;padding:0;position:absolute;top:0;width:0}@media only screen and (max-width:991px){.common-editor-toggle.tablet-compact>.common-editor-toggle-item>.common-button{padding-left:.5rem;padding-right:.5rem}.common-editor-toggle.tablet-compact>.common-editor-toggle-item>.common-button:not(.no-icon) .common-button-label{display:none}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item{flex:25}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown{display:grid;flex:50;grid-template-columns:1fr 1fr}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-handle{width:25%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{width:50%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown:first-child:nth-last-child(3),.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item-dropdown{flex:67}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item-dropdown:first-child:nth-last-child(3)~.common-editor-toggle-item,.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3){flex:33}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-handle{width:33%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown.selected:first-child:nth-last-child(3)~.common-editor-toggle-handle,.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{width:67%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown:first-child:nth-last-child(3)+.selected~.common-editor-toggle-handle{margin-left:67%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)+.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{margin-left:33%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:50%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:75%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item+.common-editor-toggle-item.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{margin-left:25%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item+.common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:75%}}@media only screen and (max-width:767px){.common-editor-toggle.mobile-compact>.common-editor-toggle-item>.common-button{padding-left:.5rem;padding-right:.5rem}.common-editor-toggle.mobile-compact>.common-editor-toggle-item>.common-button:not(.no-icon) .common-button-label{display:none}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item{flex:25}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown{display:grid;flex:50;grid-template-columns:1fr 1fr}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-handle{width:25%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{width:50%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown:first-child:nth-last-child(3),.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item-dropdown{flex:67}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item-dropdown:first-child:nth-last-child(3)~.common-editor-toggle-item,.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3){flex:33}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-handle{width:33%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown.selected:first-child:nth-last-child(3)~.common-editor-toggle-handle,.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{width:67%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown:first-child:nth-last-child(3)+.selected~.common-editor-toggle-handle{margin-left:67%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)+.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{margin-left:33%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:50%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:75%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item+.common-editor-toggle-item.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{margin-left:25%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item+.common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:75%}}.hc .sound-gallery-preview-wave{stroke:#fff}.hc .common-editor-toggle.focused{outline:3px solid var(--pxt-focus-border)!important}.hc .common-toggle-accessibility>button.common-button:focus{outline:none!important}.hc .common-editor-toggle-item.selected>button{outline:3px solid #fff;outline-offset:-5px}i.far,i.fas{font-size:18px;line-height:inherit;margin:0 .25rem 0 0;text-align:center;width:1.81rem}i.far.large,i.fas.large{font-size:24px}.common-input-group{align-items:stretch;background:var(--pxt-neutral-background1);border:1px solid var(--pxt-neutral-stencil1);border-radius:2px;display:flex;font-size:16px;height:2rem;position:relative}.common-input-group:focus-within:after,.common-input-group:focus:after{border:2px solid var(--pxt-focus-border);border-radius:2px;content:"";inset:-1px;pointer-events:none;position:absolute}.common-input{background:var(--pxt-neutral-background2);background:none transparent;border:none;color:var(--pxt-neutral-foreground2);min-width:0;outline:0;padding:0 .5rem;text-overflow:ellipsis;width:100%}.common-input::selection{color:var(--pxt-neutral-foreground2)}.common-input-label{display:block;font-size:14px;font-weight:600;overflow-wrap:break-word;padding:.3rem 0}.common-input-group .icon,.common-input-group .xicon,.common-input-group i.far,.common-input-group>i.fas{bottom:.3rem;line-height:1.25rem;margin-right:0;pointer-events:none;position:absolute;right:.5rem;width:1.25rem}.common-input-group>button.common-button{background:none!important;border-radius:0;color:var(--pxt-neutral-foreground2)!important;margin:0;padding:0}.common-input-group>button.common-button:hover{opacity:.8}.common-input.has-icon{padding:0 1.75rem 0 .5rem}.common-input-wrapper.disabled .common-input-group{background:var(--pxt-neutral-background3);border:1px solid var(--pxt-neutral-background3);cursor:default}.common-input-wrapper.disabled .common-input,.common-input-wrapper.disabled .common-input-label,.common-input-wrapper.disabled i{color:var(--pxt-neutral-foreground3)}.common-input-attached-button{display:flex;flex-direction:row}.common-input-attached-button .common-input-wrapper{flex-grow:1}.common-input-attached-button .common-input-wrapper .common-input-group{border-bottom-right-radius:0;border-right:none;border-top-right-radius:0;height:3rem}.common-input-attached-button .common-button{border-bottom-left-radius:0;border-top-left-radius:0}.common-input-group>.common-button{color:rgba(0,0,0,.87)!important}.common-input-wrapper{position:relative}.common-input-wrapper>.common-menu-dropdown-pane{box-sizing:border-box;left:0;max-width:calc(100% + 4rem);min-width:100%;position:absolute;right:auto;top:calc(100% + .25rem);width:auto;z-index:1}.common-input-wrapper>.common-menu-dropdown-pane .common-button{align-items:center;display:flex;justify-content:flex-start;line-height:1.35;padding:.7rem .8rem;text-align:start;width:100%}.common-input-wrapper>.common-menu-dropdown-pane .common-button .common-button-flex{display:flex;gap:.4rem;overflow:hidden;width:100%}.common-input-wrapper>.common-menu-dropdown-pane .common-button .common-button-label{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.common-menu-dropdown-pane{z-index:1}.common-menu-dropdown-pane .common-button{padding:.8rem;text-align:start;width:100%}.hc .common-input,.high-contrast .common-input{background-color:#000;border-color:#fff;color:#fff}.hc .common-input-group:focus-within:after,.hc .common-input-group:focus:after,.high-contrast .common-input-group:focus-within:after,.high-contrast .common-input-group:focus:after{border-color:#ff0}.common-lazy-image-wrapper{align-items:center;display:flex;justify-content:center}.common-lazy-image-wrapper .common-spinner{height:60px;width:60px}.common-lazy-image-wrapper .loading-element{opacity:1;position:absolute;transition:opacity .3s ease}.common-lazy-image-wrapper i.fa-image{font-size:5rem;height:auto;opacity:0;position:absolute;width:auto}.common-lazy-image-wrapper img{opacity:0;transition:opacity .3s ease}.common-lazy-image-wrapper.loaded .loading-element,.common-lazy-image-wrapper.loaded i.fa-image{opacity:0}.common-lazy-image-wrapper.loaded img{opacity:1}.common-lazy-image-wrapper.error .loading-element{opacity:0}.common-lazy-image-wrapper.error i.fa-image{opacity:1}.common-lazy-image-wrapper.error img{opacity:0}.common-menu-dropdown{height:100%;position:relative}.common-menu-dropdown>.menu-button.expanded{background:var(--pxt-neutral-alpha20)}.common-menu-dropdown-pane{border:1px solid var(--pxt-neutral-stencil1);min-width:8rem;position:absolute;right:0}.common-menu-dropdown-pane,.common-menu-dropdown-pane ul{background:var(--pxt-neutral-background1);list-style:none;margin:0;padding:0}.common-menu-dropdown-pane ul{color:var(--pxt-neutral-foreground1)}.common-menu-dropdown-pane a.common-menu-dropdown-link-item,.common-menu-dropdown-pane li.common-menu-dropdown-item,.common-menu-dropdown-pane li.common-menu-dropdown-item.common-button{align-items:center;background:var(--pxt-neutral-background1);border-radius:0;color:var(--pxt-neutral-foreground1);cursor:pointer;display:flex;padding:13px 18px;text-align:left;user-select:none;white-space:nowrap;width:100%}.common-menu-dropdown-pane a.common-menu-dropdown-link-item i.icon,.common-menu-dropdown-pane a.common-menu-dropdown-link-item i.xicon,.common-menu-dropdown-pane li.common-menu-dropdown-item i.icon,.common-menu-dropdown-pane li.common-menu-dropdown-item i.xicon,.common-menu-dropdown-pane li.common-menu-dropdown-item.common-button i.icon,.common-menu-dropdown-pane li.common-menu-dropdown-item.common-button i.xicon{display:inline-block;font-size:1em;margin-right:.75em;width:1.18em}.common-menu-dropdown-pane a.common-menu-dropdown-link-item span.common-checkbox-icon,.common-menu-dropdown-pane li.common-menu-dropdown-item span.common-checkbox-icon,.common-menu-dropdown-pane li.common-menu-dropdown-item.common-button span.common-checkbox-icon{margin-left:.125rem;margin-right:.875rem}.common-menu-dropdown-pane a.common-menu-dropdown-link-item:hover,.common-menu-dropdown-pane li.common-menu-dropdown-item.common-button:hover,.common-menu-dropdown-pane li.common-menu-dropdown-item:hover{color:var(--pxt-neutral-foreground1);text-decoration:none}.common-menu-dropdown-pane a.common-menu-dropdown-link-item:hover:not(.disabled),.common-menu-dropdown-pane li.common-menu-dropdown-item.common-button:hover:not(.disabled),.common-menu-dropdown-pane li.common-menu-dropdown-item:hover:not(.disabled){filter:grayscale(.15) brightness(.85) contrast(1.3)}.common-menu-dropdown-pane a.common-menu-dropdown-link-item:focus-visible,.common-menu-dropdown-pane li.common-menu-dropdown-item.common-button:focus-visible,.common-menu-dropdown-pane li.common-menu-dropdown-item:focus-visible{outline:3px solid var(--pxt-focus-border);outline-offset:-4px}.common-menu-dropdown-pane a.common-menu-dropdown-link-item:focus-visible:after,.common-menu-dropdown-pane li.common-menu-dropdown-item.common-button:focus-visible:after,.common-menu-dropdown-pane li.common-menu-dropdown-item:focus-visible:after{border:none;outline:none}.common-menu-dropdown-pane li.common-menu-dropdown-separator{background:var(--pxt-neutral-background1);border-top:1px solid var(--pxt-neutral-stencil1);margin:.25rem 0}.common-menu-dropdown-item.common-button:focus:after{outline:var(--pxt-focus-border) solid 3px!important}.common-modal-container{align-items:center;background-color:var(--pxt-neutral-alpha50);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.common-modal-container.fullscreen{z-index:1000}.common-modal{border-radius:.285rem;max-height:100%;max-width:40rem;overflow-x:hidden;overflow-y:auto;width:50%}.wide>.common-modal{max-width:60rem;width:75%}@media only screen and (max-width:991px){.common-modal,.wide>.common-modal{width:95%}}.common-modal-header{background-color:var(--pxt-neutral-background1);border-bottom:1px solid var(--pxt-neutral-stencil1);color:var(--pxt-neutral-foreground1);display:flex;flex-shrink:0;font-size:1.2rem;font-weight:600;padding-left:1.5rem}.common-modal-header .common-modal-title{flex-grow:1;padding-bottom:1.25rem;padding-top:1.25rem}.common-modal-header .common-modal-close{border:1px solid transparent}.common-modal-header .common-modal-close .common-button .fas{color:var(--pxt-neutral-foreground1)}.common-modal-header .common-modal-close:focus-within{border:1px solid var(--pxt-focus-border)}.common-modal-body{background-color:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1);min-height:4rem;padding:1.25rem 1.5rem}.common-modal-footer{background-color:var(--pxt-neutral-background2);border-top:1px solid var(--pxt-neutral-stencil1);color:var(--pxt-neutral-foreground2);display:grid;gap:1rem;grid-template-columns:1fr 1fr;padding:1rem}.common-modal-footer button:only-child{grid-column:-2}.fullscreen>.common-modal{border-radius:0;bottom:0;display:flex;flex-direction:column;left:0;max-width:none;padding:0;position:fixed;right:0;top:0;width:100%}.fullscreen>.common-modal>.common-modal-header{background-color:var(--pxt-primary-background);color:var(--pxt-primary-foreground);margin-bottom:0}.fullscreen>.common-modal>.common-modal-header .common-modal-back{align-items:center;display:flex;font-size:1.2rem;font-weight:600}.fullscreen>.common-modal>.common-modal-header .common-modal-back:focus-within{border:1px,solid var(--pxt-focus-border)}.fullscreen>.common-modal>.common-modal-header .common-modal-help{align-items:center;display:flex;font-size:1.2rem;font-weight:600}.fullscreen>.common-modal>.common-modal-header .common-modal-title{align-items:center;display:flex;justify-content:center}.fullscreen>.common-modal>.common-modal-body{background-color:var(--pxt-target-background1);color:var(--pxt-target-foreground1);flex-grow:1;max-height:unset;padding:1rem}.hc .common-modal-body,.hc .common-modal-footer,.hc .common-modal-header,.high-contrast .common-modal-body,.high-contrast .common-modal-footer,.high-contrast .common-modal-header{background-color:#000;border-color:#fff;color:#fff}.hc .common-modal-body .common-modal-close .common-button .fas,.hc .common-modal-footer .common-modal-close .common-button .fas,.hc .common-modal-header .common-modal-close .common-button .fas,.high-contrast .common-modal-body .common-modal-close .common-button .fas,.high-contrast .common-modal-footer .common-modal-close .common-button .fas,.high-contrast .common-modal-header .common-modal-close .common-button .fas{color:#fff;opacity:1}.hc .fullscreen>.common-modal>.common-modal-body,.hc .fullscreen>.common-modal>.common-modal-header,.high-contrast .fullscreen>.common-modal>.common-modal-body,.high-contrast .fullscreen>.common-modal>.common-modal-header{background-color:#000;color:#fff}.hc .common-modal,.high-contrast .common-modal{border:1px solid #fff}.common-progressbar-wrapper{--progress-bar-filled-color:var(--pxt-tertiary-background);--progress-bar-unfilled-color:var(--pxt-neutral-background1);--progress-bar-border-color:var(--pxt-neutral-stencil1)}.common-progressbar{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none}.hc progress[value].common-progressbar,.high-contrast progress[value].common-progressbar{--progress-bar-filled-color:#fff;--progress-bar-unfilled-color:#000;--progress-bar-border-color:#fff;box-shadow:none}progress[value].common-progressbar{background-color:var(--progress-bar-unfilled-color);border:2px solid var(--progress-bar-border-color);border-radius:4px;box-shadow:inset 0 2px 5px rgba(0,0,0,.25);height:100%;width:100%}progress[value].common-progressbar::-moz-progress-bar{background-color:var(--progress-bar-filled-color);transition:width .5s ease-out}progress[value].common-progressbar::-webkit-progress-value{background-color:var(--progress-bar-filled-color);transition:width .5s ease-out}progress[value].common-progressbar::-webkit-progress-bar{background-color:transparent}.common-radio-group.common-radio-buttons{display:flex;flex-direction:row}.common-radio-group.common-radio-buttons .common-radio-choice{align-items:center;background:var(--pxt-neutral-background2);border:1px solid var(--pxt-neutral-stencil1);color:var(--pxt-neutral-foreground2);display:flex;height:2.5rem;padding:0;position:relative;width:2.5rem}.common-radio-group.common-radio-buttons .common-radio-choice i{margin:0;width:100%}.common-radio-group.common-radio-buttons .common-radio-choice input{appearance:none;-webkit-appearance:none;border:none;height:100%;position:absolute;width:100%}.common-radio-group.common-radio-buttons .common-radio-choice.selected{background:var(--pxt-neutral-background1);color:var(--pxt-primary-background)}.common-spinner{animation-duration:1.3s;animation-iteration-count:infinite;animation-name:spinner-rotate;animation-timing-function:cubic-bezier(.53,.21,.29,.67);border:1.5px solid #c7e0f4;border-image:initial;border-radius:50%;border-top-color:#0078d4;box-sizing:border-box;height:20px;width:20px}@keyframes spinner-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.common-textarea-group{align-items:stretch;background:var(--pxt-neutral-background1);border:1px solid var(--pxt-neutral-stencil1);border-radius:2px;display:flex;position:relative}.common-textarea-group:focus-within:after,.common-textarea-group:focus:after{border:2px solid var(--pxt-focus-border);border-radius:2px;content:"";inset:-1px;pointer-events:none;position:absolute}.common-textarea-wrapper.resize-both .common-textarea{resize:both}.common-textarea-wrapper.resize-horizontal .common-textarea{resize:horizontal}.common-textarea-wrapper.resize-vertical .common-textarea{resize:vertical}.common-textarea{background-color:var(--pxt-neutral-background2);background:none transparent;border:none;color:var(--pxt-neutral-foreground2);min-height:5rem;min-width:0;outline:0;padding:.5rem;resize:none;text-overflow:ellipsis;width:100%}.common-textarea-character-count{bottom:1px;color:var(--pxt-page-foreground-light);font-size:.75rem;position:absolute;right:1.5rem}.common-textarea-label{display:block;font-size:14px;font-weight:600;overflow-wrap:break-word;padding:.3rem 0}.common-textarea-wrapper.disabled .common-textarea-group{background:var(--pxt-neutral-background3);border:1px solid var(--pxt-neutral-background3);cursor:default}.high-contrast .common-textarea{background-color:#000;border-color:#fff;color:#fff}.high-contrast .common-textarea-group:focus-within:after,.high-contrast .common-textarea-group:focus:after{border-color:#ff0}.common-tree{display:flex;flex-direction:column}.common-tree.subtree .common-treeitem{padding-left:2.06rem}.common-treeitem{align-items:center;background-color:var(--pxt-neutral-background1);cursor:pointer;display:flex;flex-direction:row;height:3rem;overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap}.common-treeitem:hover{filter:grayscale(.15) brightness(.85) contrast(1.3)}.common-treeitem-container{display:flex;flex-direction:column}.cursor-resize{cursor:ns-resize!important}.cursor-resize #editorSidebar:after{background-color:var(--pxt-colors-green-background)}.vertical-resize-container:after{background-color:var(--pxt-target-stencil3);bottom:0;content:"";cursor:ns-resize;height:4px;position:absolute;width:100%}.common-vertical-slider-wrapper{position:relative;width:10rem}.common-vertical-slider-rail{background:#333;border-radius:.5rem;display:flex;flex-direction:column;height:100%;justify-content:space-between;left:3.5rem;overflow:hidden;position:absolute;width:1rem}.common-vertical-slider-handle{background:#fff;border:2px solid #333;border-radius:.5rem;height:1rem;left:2.5rem;position:absolute;width:3rem;z-index:1}.common-vertical-slider-handle:focus-visible{outline:solid 2px var(--pxt-focus-border)}.common-accordion-header-outer{background:none;border:none;color:inherit;cursor:pointer;font:inherit;outline:inherit;padding:0;text-align:inherit;width:100%}.common-accordion-header-outer>div{display:flex;flex-direction:row;width:100%}.common-accordion-header-outer .common-accordion-chevron{align-items:center;display:flex;flex-direction:row;width:2rem}.common-accordion-header-outer .common-accordion-header-content{flex-grow:1}.common-accordion-header-outer:focus-visible{outline:var(--pxt-neutral-stencil1) solid 1px}.common-carousel-nav{align-items:center;display:flex;flex-direction:row;justify-content:center}.common-carousel-nav .common-carousel-nav-arrow{background:none;color:#fff;height:1.25rem;margin:0;min-height:1rem;min-width:1rem;padding:0;width:1.25rem}.common-carousel-nav .common-carousel-nav-arrow i.fas{width:1.25rem}.common-carousel-nav .common-carousel-nav-arrow.disabled{opacity:.5}.common-carousel-nav ul{height:1.25rem;list-style:none;margin:0 .125rem;margin-block:0;padding-inline:0}.common-carousel-nav li,.common-carousel-nav ul{align-items:center;display:flex;flex-direction:row;justify-content:center}.common-carousel-nav li{height:1rem;width:1rem}.common-carousel-nav li .common-button{background:none;height:1rem;padding:.3rem;width:1rem}.common-carousel-nav li .common-button .common-carousel-nav-button-handle{background-color:#fff;border-radius:100%;display:block;height:.4rem;width:.4rem}.common-carousel-nav li .common-button.selected{padding:.125rem}.common-carousel-nav li .common-button.selected .common-carousel-nav-button-handle{height:.75rem;width:.75rem}.common-carousel-nav .common-button:focus-visible:after{inset:-1px}.feedback-modal .common-modal-body{align-items:center;display:flex;justify-content:center}.feedback-modal .common-modal-body iframe{border:none;height:28rem;width:34rem}.feedback-buttons{align-items:center;display:flex;flex-direction:row;justify-content:center}.feedback-buttons .common-button.feedback-button{background:none;margin:0 .2rem 0 0;padding:.1rem 0}.feedback-buttons .common-button.feedback-button i{margin:0}.feedback-buttons .common-button.feedback-button:hover:not(.disabled){filter:opacity(.7)}.ai-footer{align-items:center;display:flex;flex-direction:row;height:fit-content;justify-content:space-between;line-height:14px;width:100%}.ai-footer,.ai-footer .feedback-button i{font-size:14px}.pxt-theme-root{--pxt-header-background:#888;--pxt-header-foreground:#fff;--pxt-header-background-hover:#777;--pxt-header-foreground-hover:#fff;--pxt-header-stencil:#fff;--pxt-primary-background:#aaa;--pxt-primary-background-hover:#bbb;--pxt-primary-foreground:#fff;--pxt-primary-foreground-hover:#fff;--pxt-primary-accent:#888;--pxt-secondary-background:#aaa;--pxt-secondary-background-hover:#bbb;--pxt-secondary-foreground:#f0f0f0;--pxt-secondary-foreground-hover:#f0f0f0;--pxt-secondary-accent:#9a9a9a;--pxt-tertiary-background:#909090;--pxt-tertiary-background-hover:"#777777";--pxt-tertiary-foreground:#fff;--pxt-tertiary-foreground-hover:#fff;--pxt-tertiary-accent:#9a9a9a;--pxt-target-background1:#f0f0f0;--pxt-target-foreground1:#333;--pxt-target-background1-hover:#d7d7d7;--pxt-target-foreground1-hover:#1a1a1a;--pxt-target-stencil1:#e1e1e1;--pxt-target-background2:#f0f0f0;--pxt-target-foreground2:#333;--pxt-target-background2-hover:#d7d7d7;--pxt-target-foreground2-hover:#1a1a1a;--pxt-target-stencil2:#e1e1e1;--pxt-target-background3:#f0f0f0;--pxt-target-foreground3:#333;--pxt-target-background3-hover:#d7d7d7;--pxt-target-foreground3-hover:#1a1a1a;--pxt-target-stencil3:#e1e1e1;--pxt-neutral-background1:#fff;--pxt-neutral-foreground1:rgba(0,0,0,.85);--pxt-neutral-background1-hover:#e6e6e6;--pxt-neutral-foreground1-hover:rgba(0,0,0,.85);--pxt-neutral-stencil1:hsla(0,0%,53%,.15);--pxt-neutral-background2:#f8f8f8;--pxt-neutral-foreground2:rgba(0,0,0,.85);--pxt-neutral-background2-hover:#dfdfdf;--pxt-neutral-foreground2-hover:rgba(0,0,0,.85);--pxt-neutral-stencil2:#e9eef2;--pxt-neutral-background3:#4e5758;--pxt-neutral-foreground3:#fff;--pxt-neutral-background3-hover:#363c3d;--pxt-neutral-foreground3-hover:#fff;--pxt-neutral-stencil3:#fff;--pxt-neutral-background3-alpha90:#4e5758e5;--pxt-neutral-base:#000;--pxt-neutral-alpha0:transparent;--pxt-neutral-alpha10:rgba(0,0,0,.1);--pxt-neutral-alpha20:rgba(0,0,0,.2);--pxt-neutral-alpha50:rgba(0,0,0,.5);--pxt-neutral-alpha80:rgba(0,0,0,.8);--pxt-link:#3671ab;--pxt-link-hover:#204467;--pxt-focus-border:#0078d4;--pxt-success:#2ecc71;--pxt-success-foreground:#fff;--pxt-success-hover:#22be64;--pxt-success-alpha10:#2ecc7119;--pxt-warning:#c0a000;--pxt-warning-foreground:#fff;--pxt-warning-hover:#998400;--pxt-warning-alpha10:#c0a00019;--pxt-error:#a80000;--pxt-error-foreground:#fff;--pxt-error-hover:#8f0000;--pxt-error-alpha10:#a8000019;--pxt-colors-purple-background:#9932cc;--pxt-colors-purple-foreground:#fff;--pxt-colors-purple-hover:#7a28a3;--pxt-colors-purple-alpha10:#9932cc19;--pxt-colors-orange-background:coral;--pxt-colors-orange-foreground:#fff;--pxt-colors-orange-hover:#ff5a1d;--pxt-colors-orange-alpha10:#ff7f5019;--pxt-colors-brown-background:#663905;--pxt-colors-brown-foreground:#fff;--pxt-colors-brown-hover:#351e03;--pxt-colors-brown-alpha10:#66390519;--pxt-colors-blue-background:#00f;--pxt-colors-blue-foreground:#fff;--pxt-colors-blue-hover:#00c;--pxt-colors-blue-alpha10:#0000ff19;--pxt-colors-green-background:#2ecc71;--pxt-colors-green-foreground:#fff;--pxt-colors-green-hover:#22be64;--pxt-colors-green-alpha10:#2ecc7119;--pxt-colors-red-background:#a80000;--pxt-colors-red-foreground:#fff;--pxt-colors-red-hover:#8f0000;--pxt-colors-red-alpha10:#a8000019;--pxt-colors-teal-background:#008272;--pxt-colors-teal-foreground:#fff;--pxt-colors-teal-hover:#004f45;--pxt-colors-teal-alpha10:#00827219;--pxt-colors-yellow-background:#c0a000;--pxt-colors-yellow-foreground:#fff;--pxt-colors-yellow-hover:#998400;--pxt-colors-yellow-alpha10:#c0a00019}@media only screen and (min-width:only screen and (max-width:420px)){.mobile-portrait-only{display:none!important}}@media only screen and (max-width:767px){.mobile-portrait-hidden{display:none!important}}@media only screen and (min-width:768px){.mobile-only{display:none!important}}@media only screen and (max-width:767px){.mobile-hidden{display:none!important}}@media only screen and (min-width:768px) and (max-width:991px){.tablet-hidden{display:none!important}}@media only screen and (max-width:767px){.tablet-only{display:none!important}}@media only screen and (min-width:992px){.tablet-only{display:none!important}}@media only screen and (min-width:992px) and (max-width:1199px){.computer-hidden{display:none!important}}@media only screen and (max-width:991px){.computer-only{display:none!important}}@media only screen and (min-width:1200px){.computer-only{display:none!important}}@media only screen and (min-width:1200px) and (max-width:1919px){.large-monitor-hidden{display:none!important}}@media only screen and (max-width:1199px){.large-monitor-only{display:none!important}}@media only screen and (min-width:1920px){.large-monitor-only,.widescreen-hidden{display:none!important}}@media only screen and (max-width:1919px){.widescreen-only{display:none!important}}@media only screen and (min-width:992px){.desktop-hidden,.portrait-only{display:none!important}}@media only screen and (max-width:991px){.desktop-only,.portrait-hidden{display:none!important}}
|
|
279
|
+
*/.transition{animation-duration:.3s;animation-fill-mode:both;animation-iteration-count:1;animation-timing-function:ease}.animating.transition{backface-visibility:hidden;visibility:visible!important}.loading.transition{left:-99999px;position:absolute;top:-99999px}.hidden.transition{display:none;visibility:hidden}.visible.transition{display:block!important;visibility:visible!important}.disabled.transition{animation-play-state:paused}.looping.transition{animation-iteration-count:infinite}:root{--pxt-page-font:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;--pxt-page-background:#fff;--pxt-page-foreground:#000;--pxt-page-foreground-light:#767676;--pxt-page-foreground-shadow:rgba(0,0,0,.08);--pxt-page-dark-shadow:rgba(0,0,0,.5);--pxt-headerbar-background:#475569;--pxt-headerbar-background-glass:#47556940;--pxt-headerbar-foreground:#fff;--pxt-headerbar-accent:#475569;--pxt-headerbar-accent-smoke:#334155;--pxt-content-background:#c7d2fe;--pxt-content-background-glass:#c7d2fe40;--pxt-content-foreground:#1e293b;--pxt-content-accent:#eef2ff;--pxt-content-secondary-foreground:#666;--pxt-button-primary-background:#065f46;--pxt-button-primary-background-glass:#065f4640;--pxt-button-primary-foreground:#fff;--pxt-button-primary-accent:#065f46;--pxt-button-secondary-background:#cbd5e1;--pxt-button-secondary-background-glass:#cbd5e140;--pxt-button-secondary-foreground:#1e293b;--pxt-button-secondary-accent:#334155;--pxt-success:#3affb3;--pxt-info:#3adcff;--pxt-warning:#ffd43a;--pxt-error:#ff3a54;--pxt-success-background:#81e6d9;--pxt-info-background:#63b3ed;--pxt-warning-background:#fbd38d;--pxt-error-background:#feb2b2;--pxt-success-accent:#38a169;--pxt-info-accent:#3182ce;--pxt-warning-accent:#dd6b20;--pxt-error-accent:#e53e3e}html{font-size:16px!important;overflow:hidden}body,html{height:100%;width:100%}body{margin:0;overflow:auto;padding:0;-webkit-overflow-scrolling:touch;overflow-scrolling:touch;position:fixed}*{min-height:0;min-width:0}pre{tab-size:4}#allcontent{display:flex;flex-direction:column;height:100%;position:absolute;width:100%}#editorcontent{flex:1 1 auto;position:relative}#maineditor,#sidedocs,#simulator .editor-sidebar{bottom:0;position:absolute;top:4rem}.hideMenuBar #maineditor,.hideMenuBar #sidedocs,.hideMenuBar:not(.headless) #simulator .editor-sidebar{top:0!important}.full-abs{bottom:0;left:0;position:absolute!important;right:0;top:0}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#maineditor{left:23rem;overflow:visible;right:0}#editortools{align-items:center;background-color:var(--pxt-target-background3);border-top:2px solid var(--pxt-target-stencil3);bottom:0;color:var(--pxt-target-foreground3);display:flex;height:4.7rem;justify-content:space-between;left:0;position:fixed;right:0;top:auto;z-index:41}#editortools>div{padding:1rem}.zoomSliderBar{-webkit-appearance:none;appearance:none;background:#1b1c1d;border-bottom:.2rem solid #505050;height:.5rem;margin-left:10px;margin-right:10px;opacity:.7;outline:none;position:relative;top:50%;-webkit-transition:.2s;transition:opacity .2s;width:100%}#zoomSlider{display:inline-block;position:relative}#root{--extra-mobile-sim-padding:0px}#root.errorListHeader{--extra-mobile-sim-padding:3.5em}#root.errorListExpanded{--extra-mobile-sim-padding:16em}.transparentEditorTools #editortools{background-color:transparent;border:unset;z-index:19}#assetEditor,#blocksArea,#monacoEditor,#pxtJsonEditor,#serialEditor,#simulator .editor-sidebar{bottom:4.7rem}.hideEditorToolbar #assetEditor,.hideEditorToolbar #blocksArea,.hideEditorToolbar #githubEditor,.hideEditorToolbar #monacoEditor,.hideEditorToolbar #pxtJsonEditor,.hideEditorToolbar #serialEditor,.hideEditorToolbar #simulator .editor-sidebar{bottom:0!important}#miniSimOverlay{cursor:pointer;display:none;height:100%;left:0;position:absolute;top:0;width:100%}#simulator{height:100%}#downloadArea,#simulator .editor-sidebar{left:0;max-width:23rem;min-width:23rem}#simulator .editor-sidebar{background-color:var(--pxt-target-background2);color:var(--pxt-target-foreground2);margin-bottom:0;margin-top:0;overflow-x:hidden;overflow-y:auto;right:0;z-index:42}.invisibleScrollbar::-webkit-scrollbar{background:transparent!important}.invisibleScrollbar::-webkit-scrollbar-thumb{display:none!important}.invisibleScrollbar::-webkit-scrollbar-track{background:transparent!important}#simulator .editor-sidebar .simtoolbar{-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-webkit-transition-timing-function:linear;-o-transition:opacity .2s;transition:opacity .2s;transition-timing-function:linear}#simulator .editor-sidebar .simtoolbar .debug-button.active,#simulator .editor-sidebar .simtoolbar .mute-button.active{background-color:var(--pxt-secondary-accent)}#simulator .editor-sidebar .simtoolbar .debug-button.active:focus,#simulator .editor-sidebar .simtoolbar .debug-button.active:hover,#simulator .editor-sidebar .simtoolbar .mute-button.active:focus,#simulator .editor-sidebar .simtoolbar .mute-button.active:hover{filter:none}#simulator .editor-sidebar .simtoolbar .fullscreen-button i{margin:0;opacity:.9;width:inherit}.editor-sidebar .simtoolbar .ui.button:focus-visible{outline:4px solid var(--pxt-focus-border)}#downloadArea{margin:unset}#downloadArea>div{margin:0}#downloadArea .ui.button:focus,#downloadArea .ui.button:hover{background-color:var(--pxt-primary-background-hover)!important;color:var(--pxt-primary-foreground-hover)!important;filter:none}#downloadArea .button:focus-visible,#editortools .button:focus-visible{outline:4px solid var(--pxt-focus-border);outline-offset:2px}#editorToolbarArea{margin:0 0 0 auto}#editortools .download-button{text-align:center}.transparentEditorTools #downloadArea{background-color:transparent!important}#simulator .editor-sidebar .filemenu{background:var(--pxt-primary-background);color:var(--pxt-primary-foreground);direction:ltr;margin:1rem 0 0;width:100%!important}#simulator .editor-sidebar .filemenu .item,#simulator .editor-sidebar .filemenu .link.item{border-radius:inherit;color:var(--pxt-primary-foreground)!important}#simulator .editor-sidebar .filemenu .item:hover,#simulator .editor-sidebar .filemenu .link.item:hover{background:var(--pxt-primary-background-hover)!important;color:var(--pxt-primary-foreground-hover)!important}.filemenu .nested.item{padding:.92857143em 1.14285714em .92857143em 1rem}.filemenu .header.item{background:var(--pxt-neutral-alpha10)}.filemenu .folder.item{font-weight:700}.filemenu .folderitem.item{padding-left:2rem}#simulators{text-align:center}.simulator .ui.embed .icon.xicon:before{transform:translateX(-50%) translateY(-50%);transition:opacity .25s ease,color .25s ease}.simulator .ui.embed .icon.xicon:after{background:rgba(0,0,0,.3);transition:opacity .25s ease}.simulator .ui.embed .icon.xicon:hover:before{color:var(--pxt-colors-green-background)}.simulator .ui.embed .icon.xicon:hover:after{opacity:.6}div.simframe{background:transparent;border:none;margin:0 0 .5rem;padding-bottom:81.96%;position:relative;width:100%}div.simframe>iframe{height:100%;left:0;position:absolute;top:0;width:100%}#boardview:focus-visible{outline:3px solid var(--pxt-focus-border);outline-offset:3px}.simHeadless{height:0!important;width:0!important}#homescreen>.home>.menubar,#root>.menubar{height:unset;overflow:unset}.menubar .ui.menu .item.editor-menuitem{padding:0}.menubar .ui.menu .item.editor-menuitem:hover{background:none!important}.menubar .ui.menu.fixed .item.editor-menuitem .ui.grid{background:var(--pxt-neutral-alpha20)!important;border:3px solid var(--pxt-neutral-alpha10);border-radius:2.5rem!important;position:relative}.menubar .ui.menu.fixed .ui.item.editor-menuitem .item{border-radius:2.5rem!important;width:140px;z-index:2}.menubar .ui.menu.fixed #editordropdown .item{border-radius:0!important}.menubar .ui.menu.fixed .ui.item.editor-menuitem .item.link:hover{background:none}.menubar .ui.menu.fixed .ui.item.editor-menuitem .item:not(.active) *{opacity:.8}.menubar .ui.menu.inverted.fixed .ui.item.editor-menuitem .active.item{background:none;color:var(--pxt-header-background)!important}.menubar .center.menu,.menubar .left.menu,.menubar .right.menu{display:flex;flex:1}.menubar .right.menu{justify-content:flex-end}.menubar .center.menu{justify-content:center}.menubar .ui.item{margin:0}.menubar .ui.menu .brand:before{border-left:2px solid #fff;content:" ";height:1.5rem;position:relative}.sandbox .menubar .logo.brand:before,.sandbox .menubar .logo.organization{display:none}.ui.menu .ui.dropdown.item .menu .item.link.menuitemcheckbox{display:flex}.help-dropdown-menuitem,.settings-menuitem{flex-shrink:0}.help-dropdown-menuitem ul.common-menu-dropdown-pane,.settings-menuitem ul.common-menu-dropdown-pane{max-height:calc(100vh - 4rem);overflow-y:auto}.help-dropdown-menuitem>button.common-button:focus-visible,.settings-menuitem>button.common-button:focus-visible{background:var(--pxt-neutral-alpha10);color:#fff;outline:3px solid var(--pxt-neutral-stencil3);outline-offset:-3px}.help-dropdown-menuitem>button.common-button:focus-visible:after,.settings-menuitem>button.common-button:focus-visible:after{border:none;outline:none}.help-dropdown-menuitem>button.common-button>span>i,.settings-menuitem>button.common-button>span>i{opacity:.9}.ui.item.editor-menuitem .item.toggle{background:none;height:46px;left:0;margin:0;opacity:1!important;position:absolute;-webkit-transition:margin-left .3s;-moz-transition:margin-left .3s;-webkit-transition-timing-function:ease-in;-o-transition:margin-left .3s;transition:margin-left .3s;transition-timing-function:ease-in;z-index:1!important}.ui.item.editor-menuitem .active~.item.toggle{background:#fff!important;box-shadow:2px 0 0 rgba(0,0,0,.1)!important}#editortoggle>.link{justify-content:center}#editortoggle>.item{outline:none}#editortoggle .base-menuitem:first-of-type.active~.toggle{margin-left:0!important}#editortoggle .base-menuitem:nth-of-type(2).active~.toggle{margin-left:140px!important}#editortoggle .base-menuitem:nth-of-type(3).active~.toggle{margin-left:280px!important}#editortoggle>#editordropdown:nth-of-type(2)~.active~.toggle{margin-left:185px!important}#editortoggle>#editordropdown:nth-of-type(3)~.active~.toggle{margin-left:326px!important}#editortoggle .toggle.dropdown-attached{border-bottom-right-radius:0!important;border-top-right-radius:0!important}#editortoggle .base-menuitem:focus-visible{outline:3px solid #fff;outline-offset:-5px}#editortoggle .base-menuitem.active:focus-visible{outline-color:var(--pxt-target-stencil1)}#editordropdown{border-bottom-left-radius:0!important;border-top-left-radius:0!important;width:auto}#editordropdown .menu>.item{opacity:1;width:184px}#editordropdown .menu>.item.selected:after{content:"✔";float:right}.main:not(.hc) #editordropdown .menu{background-color:var(--pxt-neutral-background1)!important}.main:not(.hc) #editordropdown .menu>.item{background:none;color:var(--pxt-neutral-foreground1)!important}.main:not(.hc) #editordropdown .menu>.item:hover{background:var(--pxt-neutral-background1-hover)!important;color:var(--pxt-neutral-foreground1-hover)!important}.main:not(.hc) #editordropdown #mainmenu #editordropdown.active:focus,.main:not(.hc) #editordropdown.active{background-color:var(--pxt-header-foreground)!important;color:var(--pxt-header-background)!important}#helpcard{bottom:2.2rem;font-size:.8rem;margin:0;position:absolute;right:7rem;z-index:5}.ui.menu .ui.item.logo{font-size:2.2rem;margin:0;padding:0!important}.ui.menu .ui.item.logo:hover{background:none}.inHome .ui.item.logo.brand,.ui.item.logo.organization{pointer-events:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.ui.item.logo.brand[role=menuitem]{cursor:pointer}.ui.item.logo .name,.ui.item.logo .name-short{color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:18px;font-weight:700;margin-bottom:1px;margin-left:1rem}.ui.item.logo button.name,.ui.item.logo button.name-short{margin-left:0!important}.ui.item.logo .name-short{display:none}.ui.item.logo svg{height:1.2rem;width:1.2rem}.ui.item.logo img{height:1.4rem;margin:0 1rem}.ui.item.logo .logo-button img{margin:3px 0 0!important}.nativeback.ui.item{margin-right:-1rem}#editorlogo{background-color:var(--pxt-target-background1);bottom:0;color:var(--pxt-target-foreground1);display:none;height:42px;position:fixed;right:0;z-index:19}#editorlogo>.poweredbylogo{background-repeat:no-repeat;background-size:contain;bottom:5px;height:32px;left:10px;position:absolute;width:100%}.sandboxfooter{bottom:0;margin-bottom:.2rem!important;position:absolute;right:0;z-index:92}.sandboxfooter .item{font-size:.8rem!important}.ui.card .image pre{color:#000;font-size:.7rem;margin-left:.5rem;margin-right:.5rem;max-height:10rem;overflow-y:hidden;white-space:pre-wrap}#msg{bottom:5rem;left:0;position:absolute;right:0;text-align:center}#msg>div{display:inline-block!important;z-index:10000}#msg>div:empty{display:none!important}.ui.button.big-play-button,.ui.button.editortools-btn,.ui.button.hw-button,.ui.button.hw-button>.icon.caret{position:relative}.hw-button.ui.dropdown .menu{background:var(--pxt-neutral-background1);border:1px solid var(--pxt-neutral-stencil1)}.hw-button.ui.dropdown .menu,.hw-button.ui.dropdown .menu>.item{color:var(--pxt-neutral-foreground1)}.hw-button.ui.dropdown .menu>.item:focus,.hw-button.ui.dropdown .menu>.item:hover{background:var(--pxt-neutral-background1-hover);color:var(--pxt-neutral-foreground1-hover)}.ui.button:focus,.ui.button:hover{filter:grayscale(.15) brightness(.85) contrast(1.3)}.ui.button.icon>.icon-and-text.icon~.ui.text,.ui.item.icon>.icon-and-text.icon~.ui.text,.ui.item.link.dbg-btn>.icon-and-text.icon~.ui.text,.ui.item.link>.icon-and-text.icon~.ui.text.exit-debugmode-btn{margin-left:.5em!important}.ui.label.betalabel{padding:.3em}#computertogglesim,#mobiletogglesim,#sidedocstoggle{background:#505050;border-bottom-left-radius:100px;border-top-left-radius:100px;box-shadow:none!important;height:20%;margin:0;opacity:.8;padding:0;position:absolute;top:40%;transition:none}#computertogglesim:focus,#computertogglesim:hover,#mobiletogglesim:focus,#mobiletogglesim:hover,#sidedocstoggle:focus,#sidedocstoggle:hover{opacity:1}#computertogglesim:focus-visible,#mobiletogglesim:focus-visible,#sidedocstoggle:focus-visible{outline:4px solid var(--pxt-focus-border)}#computertogglesim,#sidedocstoggle{z-index:95}#mobiletogglesim{z-index:40}#computertogglesim,#mobiletogglesim{height:calc(20% + .8rem);left:-21px;top:calc(40% - 2.4rem)}.collapsedEditorTools #computertogglesim,.collapsedEditorTools #mobiletogglesim{border-bottom-left-radius:0;border-bottom-right-radius:100px;border-top-left-radius:0;border-top-right-radius:100px;left:-21px}#notificationBanner{z-index:1000}.notificationBannerVisible #maineditor,.notificationBannerVisible #simulator .editor-sidebar,.notificationBannerVisible.sideDocs #sidedocs{top:6rem}.notificationBannerVisible #mainmenu{margin:0;top:2rem}#notificationBanner{align-items:center;display:flex;flex-direction:row;font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif;height:2rem;margin-top:0;padding:0;width:100%}#notificationBanner .bannerLeft{display:block}#notificationBanner .bannerLeft .content{align-items:center;display:flex;flex-direction:row;line-height:100%}#notificationBanner .bannerLeft .content>*{margin-left:.25rem}#notificationBanner .bannerLeft .content img{height:2rem}#notificationBanner .bannerLeft .content a.link{font-weight:700;text-decoration:underline}#notificationBanner .bannerLeft .content a.link:focus,#notificationBanner .bannerLeft .content a.link:hover{cursor:pointer}#notificationBanner .bannerRight{display:flex;flex-direction:row-reverse;flex-grow:1;line-height:100%}#notificationBanner .bannerRight .close:focus,#notificationBanner .bannerRight .close:hover{cursor:pointer;opacity:.7}#notificationBanner.default{background-color:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1);outline:2px solid var(--pxt-neutral-stencil1)}#notificationBanner.default a.link{color:var(--pxt-link)}#notificationBanner.default a.link:focus,#notificationBanner.default a.link:hover{color:var(--pxt-link-hover)}.avatar{position:relative}@media only screen{.avatar .avatar-image{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 32 32'%3E%3Cpath d='M32 15.994v-.011q0-.162-.016-.303h-.001q-.048-.428-.239-.656-.256-.307-.864-.691a4.3 4.3 0 0 1-.986-.827q-.378-.443-.57-1.316-.074-.341-.112-1.473V8.696c0-.38-.031-.723-.076-1.049l-.004-.188q-.014-1.173-.513-2.078a3.46 3.46 0 0 0-1.416-1.401q-.917-.495-2.081-.495H6.271s-.674.067-.962.201a4 4 0 0 0-.521.295 3.5 3.5 0 0 0-.798.59c-.693.688-1.061 1.601-1.113 2.734a9 9 0 0 0-.088 1.283v2.558a6.8 6.8 0 0 1-.183 1.373 2.3 2.3 0 0 1-.532 1.033 3 3 0 0 0-.202.196c-.265.238-.638.511-1.13.823q-.604.394-.715 1.108l-.002.023a2 2 0 0 0-.023.287L0 16.006v.011q0 .162.016.303h.001q.048.428.239.656.257.306.864.691.61.384.986.827.378.444.57 1.316.074.341.112 1.473v2.019c0 .38.031.723.076 1.049l.004.188q.014 1.173.513 2.078a3.46 3.46 0 0 0 1.416 1.401q.917.495 2.081.495H25.73q.527 0 .961-.201c.184-.085.356-.187.521-.296q.438-.236.798-.59c.693-.688 1.061-1.601 1.113-2.734.056-.398.088-.823.088-1.283v-2.558q.028-.743.183-1.373.157-.627.532-1.033a3 3 0 0 0 .202-.196c.265-.238.638-.511 1.13-.823q.604-.394.715-1.108h.002l.002-.023q.02-.137.023-.287z' style='fill:%23aa278f'/%3E%3Cpath d='m27.366 16.522.819-.518-.821-.516a4.6 4.6 0 0 1-.927-.744 3 3 0 0 1-.554-.896 5.2 5.2 0 0 1-.328-1.339 16 16 0 0 1-.103-1.961c0-.781-.016-1.365-.05-1.786-.039-.489-.123-.852-.258-1.112a1.36 1.36 0 0 0-.718-.661c-.223-.089-.527-.154-.924-.199a.53.53 0 0 1-.356-.213q-.165-.201-.165-.627c0-.41.086-.811 1.121-.811.636 0 1.196.127 1.666.376.464.247.818.589 1.085 1.046s.406.995.413 1.597c.064 3.554.129 4.265.184 4.492.153.63.382 1.109.701 1.464.287.319.635.602 1.035.843q.436.264.627.493c.035.043.116.181.116.554 0 .383-.12.628-.39.794-.606.373-1.041.699-1.331.997a2.73 2.73 0 0 0-.678 1.24c-.112.437-.177 1.05-.198 1.875q-.03 1.16-.066 2.904c-.021.941-.306 1.668-.873 2.222-.568.554-1.317.823-2.291.823-.409 0-.71-.077-.895-.23-.155-.128-.226-.32-.226-.604q0-.267.093-.479a.7.7 0 0 1 .188-.268.46.46 0 0 1 .24-.094c.414-.055.725-.127.951-.219.317-.131.567-.378.723-.716.124-.269.2-.625.233-1.089.029-.402.044-.968.044-1.725.016-1.061.077-1.896.182-2.481.095-.53.274-.987.533-1.359.261-.375.665-.736 1.198-1.073m-16.618 6.519h10.458a.75.75 0 0 0 .751-.751l-.001-3.709c-.134-.449-.518-.492-.878-.15-.033 0-.393.443-1.22.443a2.03 2.03 0 0 1-1.944-1.715h-.011a7 7 0 0 1 0-.526h.011a2.03 2.03 0 0 1 1.944-1.715c.827 0 1.187.443 1.22.443.35.332.738.252.879-.147l.001-3.432a.77.77 0 0 0-.562-.741c-.061.016-3.259 0-3.259 0-.786.065-1.063-.466-.624-.928 0-.033.443-.393.443-1.22a2.03 2.03 0 0 0-1.715-1.944v-.011a7 7 0 0 0-.526 0v.011A2.03 2.03 0 0 0 14 8.893c0 .827.443 1.187.443 1.22.439.462.254.97-.624.928 0 0-3.198.016-3.259 0a.77.77 0 0 0-.562.741V22.29a.75.75 0 0 0 .75.751m-6.197-3.692c.055.227.12.938.184 4.492.007.602.146 1.138.413 1.597.267.458.622.8 1.085 1.046.47.25 1.03.376 1.666.376 1.035 0 1.121-.4 1.121-.811q0-.425-.165-.627a.54.54 0 0 0-.356-.213c-.397-.045-.701-.11-.925-.199a1.37 1.37 0 0 1-.718-.661c-.135-.259-.219-.623-.258-1.112a24 24 0 0 1-.05-1.786c0-.751-.035-1.41-.103-1.961a5.2 5.2 0 0 0-.329-1.339 3 3 0 0 0-.554-.896 4.5 4.5 0 0 0-.927-.744l-.821-.516.819-.518c.533-.337.936-.698 1.199-1.075.259-.372.438-.829.533-1.359.105-.585.166-1.419.182-2.481 0-.757.014-1.323.044-1.725.033-.464.109-.82.233-1.089.156-.337.406-.584.723-.715.226-.092.537-.163.951-.219a.46.46 0 0 0 .24-.094.66.66 0 0 0 .189-.267 1.2 1.2 0 0 0 .093-.479c0-.284-.072-.476-.226-.604-.186-.153-.487-.23-.895-.23-.974 0-1.723.269-2.291.823s-.852 1.281-.873 2.222a589 589 0 0 1-.065 2.904c-.021.825-.086 1.438-.198 1.875a2.73 2.73 0 0 1-.679 1.24c-.289.298-.725.624-1.331.997-.27.166-.39.41-.39.794 0 .373.081.511.116.554q.192.23.627.493c.4.24.748.524 1.035.843.319.355.548.834.701 1.464' style='fill:%23fff'/%3E%3C/svg%3E");background-size:contain;height:3em;left:0;position:absolute;top:1em;width:3em}}@media only print{.avatar .avatar-image{display:list-item;list-style-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 32 32'%3E%3Cpath d='M32 15.994v-.011q0-.162-.016-.303h-.001q-.048-.428-.239-.656-.256-.307-.864-.691a4.3 4.3 0 0 1-.986-.827q-.378-.443-.57-1.316-.074-.341-.112-1.473V8.696c0-.38-.031-.723-.076-1.049l-.004-.188q-.014-1.173-.513-2.078a3.46 3.46 0 0 0-1.416-1.401q-.917-.495-2.081-.495H6.271s-.674.067-.962.201a4 4 0 0 0-.521.295 3.5 3.5 0 0 0-.798.59c-.693.688-1.061 1.601-1.113 2.734a9 9 0 0 0-.088 1.283v2.558a6.8 6.8 0 0 1-.183 1.373 2.3 2.3 0 0 1-.532 1.033 3 3 0 0 0-.202.196c-.265.238-.638.511-1.13.823q-.604.394-.715 1.108l-.002.023a2 2 0 0 0-.023.287L0 16.006v.011q0 .162.016.303h.001q.048.428.239.656.257.306.864.691.61.384.986.827.378.444.57 1.316.074.341.112 1.473v2.019c0 .38.031.723.076 1.049l.004.188q.014 1.173.513 2.078a3.46 3.46 0 0 0 1.416 1.401q.917.495 2.081.495H25.73q.527 0 .961-.201c.184-.085.356-.187.521-.296q.438-.236.798-.59c.693-.688 1.061-1.601 1.113-2.734.056-.398.088-.823.088-1.283v-2.558q.028-.743.183-1.373.157-.627.532-1.033a3 3 0 0 0 .202-.196c.265-.238.638-.511 1.13-.823q.604-.394.715-1.108h.002l.002-.023q.02-.137.023-.287z' style='fill:%23aa278f'/%3E%3Cpath d='m27.366 16.522.819-.518-.821-.516a4.6 4.6 0 0 1-.927-.744 3 3 0 0 1-.554-.896 5.2 5.2 0 0 1-.328-1.339 16 16 0 0 1-.103-1.961c0-.781-.016-1.365-.05-1.786-.039-.489-.123-.852-.258-1.112a1.36 1.36 0 0 0-.718-.661c-.223-.089-.527-.154-.924-.199a.53.53 0 0 1-.356-.213q-.165-.201-.165-.627c0-.41.086-.811 1.121-.811.636 0 1.196.127 1.666.376.464.247.818.589 1.085 1.046s.406.995.413 1.597c.064 3.554.129 4.265.184 4.492.153.63.382 1.109.701 1.464.287.319.635.602 1.035.843q.436.264.627.493c.035.043.116.181.116.554 0 .383-.12.628-.39.794-.606.373-1.041.699-1.331.997a2.73 2.73 0 0 0-.678 1.24c-.112.437-.177 1.05-.198 1.875q-.03 1.16-.066 2.904c-.021.941-.306 1.668-.873 2.222-.568.554-1.317.823-2.291.823-.409 0-.71-.077-.895-.23-.155-.128-.226-.32-.226-.604q0-.267.093-.479a.7.7 0 0 1 .188-.268.46.46 0 0 1 .24-.094c.414-.055.725-.127.951-.219.317-.131.567-.378.723-.716.124-.269.2-.625.233-1.089.029-.402.044-.968.044-1.725.016-1.061.077-1.896.182-2.481.095-.53.274-.987.533-1.359.261-.375.665-.736 1.198-1.073m-16.618 6.519h10.458a.75.75 0 0 0 .751-.751l-.001-3.709c-.134-.449-.518-.492-.878-.15-.033 0-.393.443-1.22.443a2.03 2.03 0 0 1-1.944-1.715h-.011a7 7 0 0 1 0-.526h.011a2.03 2.03 0 0 1 1.944-1.715c.827 0 1.187.443 1.22.443.35.332.738.252.879-.147l.001-3.432a.77.77 0 0 0-.562-.741c-.061.016-3.259 0-3.259 0-.786.065-1.063-.466-.624-.928 0-.033.443-.393.443-1.22a2.03 2.03 0 0 0-1.715-1.944v-.011a7 7 0 0 0-.526 0v.011A2.03 2.03 0 0 0 14 8.893c0 .827.443 1.187.443 1.22.439.462.254.97-.624.928 0 0-3.198.016-3.259 0a.77.77 0 0 0-.562.741V22.29a.75.75 0 0 0 .75.751m-6.197-3.692c.055.227.12.938.184 4.492.007.602.146 1.138.413 1.597.267.458.622.8 1.085 1.046.47.25 1.03.376 1.666.376 1.035 0 1.121-.4 1.121-.811q0-.425-.165-.627a.54.54 0 0 0-.356-.213c-.397-.045-.701-.11-.925-.199a1.37 1.37 0 0 1-.718-.661c-.135-.259-.219-.623-.258-1.112a24 24 0 0 1-.05-1.786c0-.751-.035-1.41-.103-1.961a5.2 5.2 0 0 0-.329-1.339 3 3 0 0 0-.554-.896 4.5 4.5 0 0 0-.927-.744l-.821-.516.819-.518c.533-.337.936-.698 1.199-1.075.259-.372.438-.829.533-1.359.105-.585.166-1.419.182-2.481 0-.757.014-1.323.044-1.725.033-.464.109-.82.233-1.089.156-.337.406-.584.723-.715.226-.092.537-.163.951-.219a.46.46 0 0 0 .24-.094.66.66 0 0 0 .189-.267 1.2 1.2 0 0 0 .093-.479c0-.284-.072-.476-.226-.604-.186-.153-.487-.23-.895-.23-.974 0-1.723.269-2.291.823s-.852 1.281-.873 2.222a589 589 0 0 1-.065 2.904c-.021.825-.086 1.438-.198 1.875a2.73 2.73 0 0 1-.679 1.24c-.289.298-.725.624-1.331.997-.27.166-.39.41-.39.794 0 .373.081.511.116.554q.192.23.627.493c.4.24.748.524 1.035.843.319.355.548.834.701 1.464' style='fill:%23fff'/%3E%3C/svg%3E");list-style-position:inside}}.avatar .message:after{border-color:transparent #eee;border-style:solid;border-width:0 1em .7em 0;bottom:auto;content:"";display:block;left:-1em;position:absolute;top:1.1em;width:0}#pxtJsonEditor .ui.content{padding:1rem}.rtl #fileNameInput{text-align:right}@keyframes glow{to{outline-color:#ff0}}.glow>div{animation:glow .3s infinite alternate;outline:3px solid transparent;transition:outline .3s linear}@keyframes ping{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.ping2s{animation:ping 1s;animation-iteration-count:2}.ping{animation:ping 1s infinite}.grayscale{-moz-filter:grayscale(1);-webkit-filter:grayscale(1);filter:grayscale(1)}.sepia{-webkit-filter:sepia(1);filter:sepia(1)}.blur{-moz-filter:blur(1);-webkit-filter:blur(1);filter:blur(1)}svg .highlight{border-bottom:2px solid #ffc107}#modulatorAudioOutput,#modulatorWrapper{display:none}.hidden{display:none!important}.social-icons a.facebook{background-color:#3b5998;color:#fff}.social-icons a.twitter{background-color:#1da1f2;color:#fff}.social-icons a.discourse{background-color:var(--pxt-primary-background);color:var(--pxt-primary-foreground)}.extensions-browser.hide{display:none}@keyframes cardGradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.extension-card.loading{animation:cardGradient 3s infinite alternate;background:linear-gradient(-45deg,#ffffff46,#f3f3f350,#dee2ff6e,#f1f1f149);background-size:400% 400%}.fullscreen.extensions-browser .common-modal .common-modal-header{background-color:var(--pxt-header-background);display:flex;height:4rem;padding-left:0;z-index:202}.fullscreen.extensions-browser .common-modal .common-modal-header .header-center,.fullscreen.extensions-browser .common-modal .common-modal-header .header-left,.fullscreen.extensions-browser .common-modal .common-modal-header .header-right{flex:1}.fullscreen.extensions-browser .common-modal .common-modal-header .header-left{display:flex;height:100%}.fullscreen.extensions-browser .common-modal .common-modal-header .header-center{align-items:center;color:#fff;display:flex;height:100%;justify-content:center}.fullscreen.extensions-browser .common-modal .common-modal-body{padding:0}@media only screen and (max-width:991px){.fullscreen.extensions-browser>.common-modal>.common-modal-header{height:3.5rem}.extensions-browser .extension-header>.import-button>.common-button .common-button-label{display:none}.help-dropdown-menuitem ul.common-menu-dropdown-pane,.settings-menuitem ul.common-menu-dropdown-pane{max-height:calc(100vh - 3.5rem);overflow-y:auto}}@media only screen and (max-width:767px){.extensions-browser .common-modal>.common-modal-header>.common-modal-back .common-button-label{display:none}}.extensions-browser{background-color:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1);font-size:1.2rem;min-height:100%;position:absolute;width:100%;z-index:200}.extensions-browser .extension-search-header{background-color:var(--pxt-neutral-alpha10);display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding-bottom:2rem;padding-top:2rem}.extensions-browser .extension-search-header .common-input-wrapper{width:70%}.extensions-browser .extension-search-header .common-input-wrapper .common-input-group{border-radius:500rem;height:3rem;padding:.7rem 1rem}.extensions-browser .extension-search-header .common-input-wrapper .common-input-group i.fas.fa-search{bottom:0;margin-top:.1rem;opacity:.5;position:relative;right:0;transition:opacity .3s ease}.extensions-browser .extension-search-header .common-input-wrapper .common-input-group>button:focus-visible{border-radius:20%;outline:3px solid var(--pxt-focus-border)}.extensions-browser .extension-search-header .common-input-wrapper .common-input-group>button:focus-visible:after{content:none}.extensions-browser .extension-search-header .common-input-wrapper .common-input-group:focus-within{outline:3px solid var(--pxt-focus-border)}.extensions-browser .extension-search-header .common-input-wrapper .common-input-group:focus-within:has(button:focus-visible){outline:none}.extensions-browser .extension-search-header .common-input-wrapper .common-input-group:focus-within:after{content:none}.extensions-browser .extension-search-header .common-input-wrapper .common-input-group>input:focus{outline:none!important}.extensions-browser .extension-search-header .common-input-wrapper:focus-within .common-input-group>i.fas.fa-search{opacity:1}.extensions-browser .importButton{display:flex;gap:.8rem;justify-content:center;padding-bottom:3rem;width:100%}.extensions-browser .importButton .importButtonLink{color:var(--pxt-link);cursor:pointer}.extensions-browser .importButton .importButtonLink:hover{text-decoration:underline}.extensions-browser .extension-display{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;padding:2rem}.extensions-browser .extension-display .breadcrumbs{font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif;padding-bottom:1.5rem;width:100%}.extensions-browser .extension-display .breadcrumbs .link{color:var(--pxt-link);cursor:pointer}.extensions-browser .extension-display .breadcrumbs>span{padding-right:.5rem}.extensions-browser .extension-display .breadcrumbs .common-button{font-size:1.2rem;margin-right:0;padding-right:.5rem}.extensions-browser .extension-header{align-items:flex-end;display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif;justify-content:space-between;width:95%}.extensions-browser .import-button>.common-button{background-color:var(--pxt-neutral-background1)!important;box-shadow:0 1px var(--pxt-neutral-stencil1)!important;color:var(--pxt-neutral-foreground1)!important;padding:.8rem 1rem .95rem}.extensions-browser .import-button>.common-button:hover{background-color:var(--pxt-neutral-background1-hover)!important;color:var(--pxt-neutral-foreground1-hover)!important}.extensions-browser .import-button>.common-button:focus-visible{outline:3px solid var(--pxt-focus-border)}.extensions-browser .extension-grid{display:flex;flex-wrap:wrap;gap:.8rem}.extensions-browser .extension-card:hover{border:.15rem solid var(--pxt-focus-border)}.extensions-browser .extension-tags{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;width:80%}.extensions-browser .extension-tag{background-color:inherit;border:.1rem solid var(--pxt-neutral-foreground1);border-radius:1.6rem;color:var(--pxt-neutral-foreground1);cursor:pointer;padding:.6rem 1.25rem}.extensions-browser .extension-tag:hover{background-color:var(--pxt-neutral-alpha20)}.extensions-browser .extension-tag.selected{background-color:var(--pxt-focus-border);border-color:var(--pxt-focus-border);color:#fff}.extensions-browser .extension-tag:focus-visible{outline:3px solid var(--pxt-focus-border)}.extensions-browser .extension-tag:focus-visible:after{content:none}.extensions-browser .tab-header{width:100%}.extensions-browser .tab-header .common-button{background-color:var(--pxt-neutral-background1);border:2px solid var(--pxt-neutral-stencil1);color:var(--pxt-neutral-foreground1)}.extensions-browser .tab-header .common-button:hover{background-color:var(--pxt-neutral-background1-hover);color:var(--pxt-neutral-foreground1-hover)}.extensions-browser .tab-header .common-button.selected{border-bottom:2px solid var(--pxt-focus-border);font-weight:600}.extensions-browser .common-modal>.common-modal-body{overflow-y:auto;padding:0}.extensions-browser .extension-grid{margin-top:.5rem;overflow-x:hidden;overflow-y:auto}.extensions-browser .ui.card{height:20rem}.extensions-browser .ui.card .ui.cardimage{background-color:transparent;height:11rem}.extensions-browser .ui.card .ui.cardimage.upload{margin:3em auto}.extensions-browser .ui.card .content:not(.extra) .header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.extensions-browser .ui.card .content:not(.extra) .description{height:2.8em;overflow:hidden}.extensions-browser .ui.card .content:not(.extra) .description.long{height:14em}.extensions-browser .ui.card.loading{animation:gradient 3s infinite alternate;background:linear-gradient(-45deg,#ffffff46,#f3f3f350,#dee2ff6e,#f1f1f149);background-size:400% 400%}.extensions-browser .ui.search{margin:auto}.extensions-browser .ui.inline.loader{margin-top:4em}.extensions-browser .ui.inline.loader :after,.extensions-browser .ui.inline.loader :before{height:4rem;width:4rem}.extension-cards{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,18rem);justify-content:center;max-width:95%;width:95%}.import-extension-modal .common-modal-body{display:flex;flex-direction:column}@media only screen and (max-width:767px){.extensions-browser .ui.card,.extensions-browser .ui.cards>.card{height:9rem;width:9rem}.extensions-browser .ui.card .ui.cardimage,.extensions-browser .ui.cards>.card .ui.cardimage{height:5rem}.extensions-browser .ui.card .ui.cardimage.upload,.extensions-browser .ui.cards>.card .ui.cardimage.upload{margin:auto}}#simulator .editor-sidebar{border-right:2px solid var(--pxt-neutral-stencil1)}#simulator .editor-sidebar .tab-icon.active,#simulator .editor-sidebar .tab-navigation{background-color:var(--pxt-colors-blue-background);color:var(--pxt-focus-border)}#serialPreview .label:focus{outline:3px solid var(--pxt-focus-border)!important;outline-offset:-15px}.ui.mobile.only,.ui.tablet.only,.ui.widedesktop.only{display:none!important}p.ui.font.small{font-size:.8em}.ui.app .ui.app.hide{display:none!important}@media only screen and (min-width:1200px) and (min-height:30em){.ui.widedesktop.only{display:unset!important}.ui.widedesktop.hide{display:none!important}}@media only screen and (max-aspect-ratio:1.2),only screen and (max-width:991px){.ui.desktop.only{display:none!important}}@media only screen and (max-aspect-ratio:0.7),only screen and (max-width:991px){.ui.landscape.only{display:none!important}}@media only screen and (min-width:992px){.ui.portrait.only{display:none!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.tablet.only{display:unset!important}.collapse-button.ui.tablet.only{display:inherit!important}}@media only screen and (max-width:991px){.simView #boardview{padding-top:3rem}.ui.portrait.only{display:unset!important}.collapse-button.ui.computer.only,.hideEditorToolbar #simulator .editor-sidebar,.ui.portrait.hide{display:none!important}.ui.item.logo .name{display:none}.ui.item.logo .name-short{display:block}.menubar .right.menu .signin-button{height:2.5rem}.sign-in-dropdown{padding-left:.1rem;padding-right:.1rem}}@media only screen and (max-width:767px){.menubar .right.menu .signin-button .icon{margin-left:-.2rem}.ui.mobile.only{display:unset!important}.ui.mobile.only.inherit{display:inherit!important}.ui.mobile.hide{display:none!important}}@media only screen and (max-height:44rem) and (min-width:767px){.ui.tall.only{display:none!important}.simView #boardview{padding-top:3rem}.menubar .right.menu .signin-button{height:2.5rem}}@media only screen and (min-height:50rem){.ui.thin.only{display:none!important}}.fullscreensim{z-index:100000}.fullscreensim .simPanel{background-color:var(--pxt-target-background2);bottom:0!important;color:var(--pxt-target-foreground2);height:100%!important;left:0!important;margin:0!important;max-width:100%;min-width:100%;padding:0!important;position:fixed;right:0!important;top:0!important;z-index:100}.fullscreensim #miniSimOverlay{display:none}.fullscreensim #boardview{background-color:#fff;background-color:var(--pxt-target-background2);background:var(--pxt-target-background2);background:-webkit-linear-gradient(var(--pxt-secondary-background) 50%,var(--pxt-target-background2));background:-o-linear-gradient(var(--pxt-secondary-background) 50%,var(--pxt-target-background2));background:-moz-linear-gradient(var(--pxt-secondary-background) 50%,var(--pxt-target-background2));background:linear-gradient(var(--pxt-secondary-background) 50%,var(--pxt-target-background2));height:100%;padding:1rem 0 4.5rem;position:relative}.fullscreensim #editortools,.fullscreensim #maineditor,.fullscreensim #serialPreview,.fullscreensim #simulator .hidefullscreen,.fullscreensim .help-dropdown-menuitem,.fullscreensim .menubar .ui.item:not(.logo),.fullscreensim .settings-menuitem{display:none!important;z-index:-10!important}.fullscreensim .tutorialWrapper{display:none}.fullscreensim .sandboxfooter{bottom:1rem;z-index:92}.fullscreensim #mainmenu{background:transparent!important}.fullscreensim .simPanel .simtoolbar{bottom:1rem;display:block!important;left:auto;position:fixed;right:auto}.fullscreensim .simPanel .multiplayer-presence{bottom:4rem;position:fixed}.fullscreensim .simPanel.multiplayer-preview #simulators{height:calc(100% - 1.5rem)}.fullscreensim #simulators{height:100%;padding:3rem 1rem;position:relative;width:100%}.fullscreensim div.simframe{float:left;height:100%;padding-bottom:0!important;position:relative;width:50%}.fullscreensim div.simframe>iframe{max-width:90%;position:relative}.fullscreensim div.simframe:only-child{width:100%}.fullscreensim div.simframe:only-child>iframe{max-width:100%}.fullscreensim .simtoolbar .ui.button{font-size:1.7rem}.fullscreensim div.simframe:not(:first-child){display:unset}.sandbox .simPanel .simtoolbar{display:none!important}#root.headless .simPanel{bottom:0!important;display:block}#root.headless .simPanel .simtoolbar.item{margin:1rem 0}#root.headless i.green.icon{color:rgba(0,0,0,.6)!important}#root.headless #boardview.headless-sim{height:100%;padding:1rem;width:23rem}#root.headless.collapsedEditorTools #boardview,#root.headless.collapsedEditorTools #simulator .editor-sidebar,#root.headless.collapsedEditorTools .filemenu{display:none}#root.headless:not(.collapsedEditorTools) #simulator .editor-sidebar{left:0;z-index:40}#root.headless.transparentEditorTools #editortools{bottom:var(--extra-mobile-sim-padding);height:5.7rem;left:auto;margin-right:1rem}#root.headless.transparentEditorTools #editortools #downloadArea,#root.headless.transparentEditorTools #editortools>div>div>.ui.grid>.column.left{display:none}@media only screen and (max-width:991px){#root.headless.transparentEditorTools #editortools>div>div>.ui.grid>.column.right{width:100%!important}}#editortools #projectNameArea{padding:1rem 0}#editortools #projectNameArea input{font-size:.95rem}.cloudstatusarea{align-self:center;color:var(--pxt-tertiary-background);display:flex}.cloudstatusarea .cloudicon{margin-left:.5rem}.cloudstatusarea .cloudprogress{margin-left:.5rem!important}.cloudstatusarea .cloudtext{margin-left:.5rem}.cloudstatusarea .ui.loader:after{border-top-color:var(--pxt-tertiary-background)}.downloaddialog.ui.modal .actions .icon.help,.ui.modal .actions .dialog-help-large{float:left;margin-left:4px}.downloaddialog.ui.modal .actions .icon-and-text.icon~.ui.text{margin-left:-.5em!important}.ui.modal .actions .left-action{float:left}.download-callout{background-color:#eae7ff;border-radius:1em;color:#4c309d;margin-top:1.5rem;padding:1em;position:relative}.download-callout .ui.purple.ribbon.label{left:-1rem;padding-left:1.5rem;position:absolute;top:-1rem}.download-callout>.content{padding-top:.25rem}.download-callout button.ui.button{margin-top:.5rem}.ui.grid>.icon-align.wide.column{display:flex;flex-direction:column}.ui.grid>.icon-align.wide.column div{flex-grow:1}.download-device-name{color:#4c309d}.header>.header-inline-icon~.header-title{display:inline}.downloaddialog .content .webusb-connect-image{margin:0 auto;padding:0!important}.download-dialog-image img:not(.large){max-height:200px;object-fit:contain}.download-dialog .column .ui,.download-dialog .column .ui .content{align-items:center;display:flex;height:100%}.downloaddialog .actions .approve.secondary{float:left}#downloadArea button .icon.xicon{font-family:xicon}.download-troubleshoot-header{padding:0 1rem}.download-troubleshoot{display:flex;flex-direction:row;margin-top:1rem}.download-troubleshoot .download-column{display:flex;flex-direction:column;padding:0 1rem}.download-troubleshoot .download-row{min-height:30%;padding-bottom:1rem}.download-troubleshoot .download-row img{height:100%;object-fit:contain;object-position:center;width:300px}.download-troubleshoot .download-row.image-row{flex:2}#root.miniSim:not(.fullscreensim):not(.sandbox) .simPanel.ui.items{background:transparent!important;bottom:calc(5.5rem + var(--extra-mobile-sim-padding))!important;height:auto;left:unset;margin:1em 1em 0;max-width:inherit;min-width:inherit;overflow:visible;padding:0;position:fixed;right:.5rem;top:unset;width:auto;z-index:20}#root.miniSim:not(.fullscreensim):not(.sandbox) .simPanel .simtoolbar>.buttons>.debug-button{display:block!important}#root.miniSim:not(.fullscreensim):not(.sandbox).collapsedEditorTools .simPanel aside.simtoolbar button:not(.expand-button),#root.miniSim:not(.fullscreensim):not(.sandbox).collapsedEditorTools:not(.tabTutorial) .simPanel>div{display:none!important}#root.miniSim:not(.fullscreensim):not(.sandbox) #miniSimOverlay{display:block;height:8rem;position:absolute;width:10rem}#root.miniSim:not(.fullscreensim):not(.sandbox) .simPanel{bottom:3.4rem}#root.miniSim:not(.fullscreensim):not(.sandbox):not(.headless):not(.sandbox) #boardview{display:inline-block;width:10rem}#root.miniSim:not(.fullscreensim):not(.sandbox):not(.headless):not(.sandbox) .simPanel .simtoolbar{float:right;margin:1rem 0;width:3rem}#root.miniSim:not(.fullscreensim):not(.sandbox):not(.headless):not(.sandbox) .simPanel .simtoolbar>.buttons>.button,#root.miniSim:not(.fullscreensim):not(.sandbox):not(.headless):not(.sandbox) .simPanel .simtoolbar>div:not(:first-child){display:none}#root.miniSim:not(.fullscreensim):not(.sandbox):not(.headless):not(.sandbox) .simPanel .simtoolbar>div:first-child{border-radius:4px;flex-direction:column;overflow:hidden}#root.miniSim:not(.fullscreensim):not(.sandbox):not(.headless):not(.sandbox) .simPanel .simtoolbar>div:first-child>button{border-radius:0;font-size:.92857143rem}#root.miniSim:not(.fullscreensim):not(.sandbox):not(.headless):not(.sandbox) #editortools .left .buttons:first-child{bottom:0;position:absolute}#root.miniSim:not(.fullscreensim):not(.sandbox).headless .simPanel{left:5rem!important;z-index:42!important}#root.miniSim:not(.fullscreensim):not(.sandbox) div.simframe{display:inline-block;margin-bottom:1rem;margin-right:.5rem;padding-bottom:81.96%!important;width:10rem}#root.miniSim:not(.fullscreensim):not(.sandbox) div.simframe:not(:first-child){display:none}#root.miniSim:not(.fullscreensim):not(.sandbox) #simulators{display:flex!important;flex-direction:row}#root.miniSim:not(.fullscreensim):not(.sandbox) #mobiletogglesim,#root.miniSim:not(.fullscreensim):not(.sandbox) .collapsedEditorTools #mobiletogglesim{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:100px;border-top-right-radius:100px;bottom:10rem;height:auto;left:40%;top:auto;width:20%}#root.miniSim:not(.fullscreensim):not(.sandbox) .collapsedEditorTools #mobiletogglesim{bottom:4.7rem}@media only screen and (min-width:1200px){#editorlogo>.poweredbylogo{background-image:none}}@media only screen and (min-width:992px) and (max-width:1199px){#editorlogo>.poweredbylogo{background-image:none}}@media only screen and (min-width:768px) and (max-width:991px){#editorlogo{height:18px}#editorlogo>.poweredbylogo{background-image:none;bottom:3px;height:12px}#root.headless.transparentEditorTools #editortools{margin-bottom:1.5rem}.ui.button.hw-button>.icon.ellipsis{left:-1px;position:relative}.collapsedEditorTools .hw-button:hover:after{left:-2rem;transform:translateX(0)!important}#downloadArea{margin-right:0!important;width:calc(150px - .25rem)}.download-troubleshoot .download-column .download-row img{width:200px}}@media only screen and (max-width:767px){#editorlogo{height:18px}#editorlogo>.poweredbylogo{background-image:none;bottom:3px;height:13px}.hw-button:hover:after{left:3rem;transform:translateX(-100%)!important}.collapsedEditorTools .hw-button:hover:after{left:-2rem;transform:translateX(0)!important}#root:not(.fullscreensim):not(.headless):not(.sandbox) #boardview{width:6.5rem!important}#root:not(.fullscreensim):not(.headless):not(.sandbox) #miniSimOverlay{height:5.5rem!important;width:6.5rem!important}.download-troubleshoot .download-column .download-row img{width:200px}}@media only screen and (min-width:992px){.collapsedEditorTools:not(.headless):not(.tabTutorial) #simulator .editor-sidebar{min-width:21px;padding:0;width:21px}.collapsedEditorTools:not(.headless):not(.tabTutorial) #simulator .editor-sidebar>*{display:none}.collapsedEditorTools #downloadArea{background:var(--pxt-target-background3);color:var(--pxt-target-foreground3)}.collapsedEditorTools:not(.headless):not(.tabTutorial) #maineditor{left:21px}.collapsedEditorTools.headless #maineditor{left:0}#editortools{z-index:43}.ui.button.hw-button>.icon.ellipsis{left:-1px;position:relative;top:4px}#simulator .topInstructions{left:23rem;max-width:unset;min-width:unset;padding:0}}@media only screen and (max-width:1199px){#downloadArea,#simulator .editor-sidebar{max-width:20rem;min-width:20rem}#simulator .topInstructions{left:20rem;max-width:unset;min-width:unset}#boardview.headless-sim{width:20rem}#maineditor{left:20rem}#helpcard{bottom:2.2rem;margin:0;top:auto}.ui.card .meta .date.small-screen.hide{display:none}}@media only screen and (min-width:768px){.ui.phone.hide{display:none}}@media only screen and (max-width:991px){.ui.logo.brand,.ui.logo.organization{font-size:0;padding-right:0}#helpcard{bottom:2rem;margin:0;top:auto}#assetEditor,#blocksArea,#monacoEditor,#pxtJsonEditor,#serialEditor{bottom:3.4rem}#editortools{height:3.4rem;padding:.25rem}#editortools>div{padding:0!important}#editortools #downloadArea{background-color:inherit;margin-right:.25rem;max-width:unset;min-width:unset}#editortools #downloadArea .ui.item{margin-top:0;padding-top:0}#simulator .editor-sidebar{max-width:unset;min-width:unset;padding:0;width:0}#root.collapsedEditorTools #editortools .left .buttons:first-child{bottom:auto!important}#maineditor{left:0;right:0}#maineditor:not(.sandbox){bottom:0}#tutorialcard.bottom{bottom:11rem}.hideEditorFloats #editortools{height:3.4rem}.hideEditorFloats.transparentEditorTools #editortools>div>div>.ui.grid{margin:auto}.hideEditorFloats.transparentEditorTools #editorToolbarArea{padding-top:0}.hideEditorFloats #blocksArea,.hideEditorFloats #monacoEditor,.hideEditorFloats #msg,.hideEditorFloats #tutorialcard.bottom{bottom:3.4rem}.hideEditorFloats .editorFloat{display:none}#root:not(.sandbox) .menubar .ui.menu .dropdown .item{padding:.3em!important}#root .menubar .ui.menu .item.editor-menuitem .item{padding:.7em!important}#root .menubar .ui.menu.fixed .ui.item.editor-menuitem .item{height:38px;width:40px}#editortoggle .base-menuitem:first-of-type.active~.toggle{margin-left:0!important}#editortoggle .base-menuitem:nth-of-type(2).active~.toggle{margin-left:40px!important}#editortoggle .base-menuitem:nth-of-type(3).active~.toggle,#editortoggle>#editordropdown:nth-of-type(2)~.active~.toggle{margin-left:80px!important}#editortoggle>#editordropdown:nth-of-type(3)~.active~.toggle{margin-left:120px!important}#maineditor{top:3.5rem}.hideMenuBar #maineditor{top:0}.sandbox #maineditor{top:3rem}.ui.mini.image{display:block!important}#editordropdown .menu>.item.selected:after{display:none}#root #editordropdown .menu .item{width:auto}#root #editordropdown .menu .item .text{display:inline-block!important}#root.miniSim:not(.fullscreensim):not(.sandbox) div.simframe{margin-bottom:-.4rem}#root.miniSim:not(.fullscreensim):not(.sandbox):not(.headless):not(.sandbox) .simPanel .simtoolbar{margin-bottom:-.2rem}}@media only screen and (max-height:44rem) and (min-width:767px){#maineditor{top:3rem}.hideMenuBar #maineditor{top:0}.sandbox #maineditor{top:3rem}}@media only screen and (max-height:450px){#mobiletogglesim.collapse-button.toggle-hide{bottom:0!important;z-index:42}}@media only screen and (max-width:1095px){.ui.modal.projectsdialog h2.editorname{top:5%}.ui.modal.projectsdialog .loader.editoravatar{top:60%}}@media only screen and (max-width:767px){.hideEditorFloats #editortools{height:3.4rem}.hideEditorFloats #blocksArea,.hideEditorFloats #monacoEditor{bottom:3.4rem}.ui.modal.projectsdialog h2.editorname{font-size:1.2rem}.hideEditorFloats #editortools .column.mobile.only{padding-bottom:.5rem;padding-top:.5rem}.fullscreensim .simtoolbar .ui.button{font-size:1rem}.collapsedEditorTools #mobiletogglesim{bottom:3.4rem}#editortools .hw-button:after,#editortools .hw-button:before{display:none}#editortools>.grid.padded{margin:-.5rem!important}#editortools .ui.button{font-size:.92857143rem}#editortools .save-editortools-btn{border-radius:.2em;margin:0 .25em 0 0}}@media only screen and (max-height:44rem) and (min-width:991px){#maineditor,#simulator .editor-sidebar{top:3rem}}.simView .simPanel{bottom:0!important;height:100%;left:0!important;margin:0;max-width:100%;min-width:100%;padding:0;position:fixed;right:0!important;top:0!important;z-index:100}.simView #boardview{background-color:#fff;background-color:var(--pxt-target-background2);background:var(--pxt-target-background2);background:-webkit-linear-gradient(var(--pxt-target-background2) 50%,var(--pxt-target-background2));background:-o-linear-gradient(var(--pxt-target-background2) 50%,var(--pxt-target-background2));background:-moz-linear-gradient(var(--pxt-target-background2) 50%,var(--pxt-target-background2));background:linear-gradient(var(--pxt-target-background2) 50%,var(--pxt-target-background2));bottom:0;left:0;overflow-y:hidden;padding:4rem 2em 2em;position:absolute;right:0;top:0}.simView #maineditor{display:none!important;z-index:-10!important}.sandboxfooter{left:.5em!important;margin:0!important;right:.5em!important;right:auto;text-align:center}.sandboxfooter .item{font-size:.7rem!important}.simView .sandboxfooter{z-index:92}.simView #simulators{bottom:4rem;left:0;position:absolute;right:0;top:4rem}.simView div.simframe{float:left;height:100%;padding-bottom:0!important;position:relative;width:50%}.simView div.simframe>iframe{max-width:90%;position:relative}.simView div.simframe:only-child{width:100%}.simView div.simframe:only-child>iframe{max-width:100%}div.simframe.ui.embed{background:transparent}.sandbox #editortools,.sandbox #simulator,.sandbox #simulators{display:none}.sandbox #maineditor{left:0;overflow:hidden}.sandbox #miniSimOverlay{display:none}.sandbox #simulators{display:flex!important;flex-direction:row}.sandbox div.simframe:not(:first-child){display:inherit}.sandbox #assetEditor,.sandbox #blocksArea,.sandbox #editortools,.sandbox #monacoEditor,.sandbox #msg,.sandbox #pxtJsonEditor,.sandbox #serialEditor{bottom:1.5rem!important}.hardwaredialog .ui.cardimage{background-position:top;image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor}.ui.menu .item.logged-in-dropdown,.ui.menu .item.sign-in-dropdown{padding-right:.25rem;width:auto!important}.ui.menu .signin-button{align-items:center;background-color:var(--pxt-neutral-background2);border-radius:6px;color:var(--pxt-neutral-foreground2);display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500;height:3rem;padding:0 .6rem}.ui.menu .signin-button .icon{margin:0!important}.ui.menu .signin-button .text{margin-right:.5rem}.ui.menu .signin-button:focus{border:3px solid var(--pxt-neutral-stencil2);outline:1px ridge var(--pxt-neutral-foreground2)}.ui.menu .signin-button:hover{background-color:var(--pxt-neutral-background2-hover);color:var(--pxt-neutral-foreground2-hover)}button.ui.button.hostmultiplayergame-button{align-items:center;display:inline-flex}button.ui.button.hostmultiplayergame-button .text{font-weight:400}button.ui.button.hostmultiplayergame-button .icon.xicon.multiplayer{font-size:24px;margin-top:.25rem!important}#root{--multiplayer-presence-icon-1:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='29' fill='red'%3E%3Cpath d='M12.754 14.686a7 7 0 1 0 0-14 7 7 0 0 0 0 14m-8.5 2a3.5 3.5 0 0 0-3.5 3.5v.5c0 2.393 1.523 4.417 3.685 5.793 2.174 1.384 5.117 2.207 8.315 2.207 3.199 0 6.141-.823 8.315-2.206 2.163-1.377 3.685-3.4 3.685-5.794v-.5a3.5 3.5 0 0 0-3.5-3.5z'/%3E%3C/svg%3E");--multiplayer-presence-icon-2:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='29' fill='%230038ff'%3E%3Cpath d='M12.754 14.686a7 7 0 1 0 0-14 7 7 0 0 0 0 14m-8.5 2a3.5 3.5 0 0 0-3.5 3.5v.5c0 2.393 1.523 4.417 3.685 5.793 2.174 1.384 5.117 2.207 8.315 2.207 3.199 0 6.141-.823 8.315-2.206 2.163-1.377 3.685-3.4 3.685-5.794v-.5a3.5 3.5 0 0 0-3.5-3.5z'/%3E%3C/svg%3E");--multiplayer-presence-icon-3:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='29' fill='%23ff9a14'%3E%3Cpath d='M12.754 14.686a7 7 0 1 0 0-14 7 7 0 0 0 0 14m-8.5 2a3.5 3.5 0 0 0-3.5 3.5v.5c0 2.393 1.523 4.417 3.685 5.793 2.174 1.384 5.117 2.207 8.315 2.207 3.199 0 6.141-.823 8.315-2.206 2.163-1.377 3.685-3.4 3.685-5.794v-.5a3.5 3.5 0 0 0-3.5-3.5z'/%3E%3C/svg%3E");--multiplayer-presence-icon-4:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='29' fill='%234da64d'%3E%3Cpath d='M12.754 14.686a7 7 0 1 0 0-14 7 7 0 0 0 0 14m-8.5 2a3.5 3.5 0 0 0-3.5 3.5v.5c0 2.393 1.523 4.417 3.685 5.793 2.174 1.384 5.117 2.207 8.315 2.207 3.199 0 6.141-.823 8.315-2.206 2.163-1.377 3.685-3.4 3.685-5.794v-.5a3.5 3.5 0 0 0-3.5-3.5z'/%3E%3C/svg%3E")}#root:not(.fullscreensim):not(.sandbox) .multiplayer-presence{margin:0 0 -.5rem}.miniSim:not(.fullscreensim):not(.sandbox):not(.tabTutorial) .multiplayer-presence{display:none}#root.tabTutorial:not(.fullscreensim):not(.collapsedEditorTools) .simulator-container.hidden .simPanel>.multiplayer-presence{bottom:7rem;display:block;position:fixed;right:16.5rem;width:4rem}#root.tabTutorial:not(.fullscreensim):not(.collapsedEditorTools) .simulator-container.hidden .simPanel>.multiplayer-presence .sim-presence-bar{flex-direction:column}.sim-presence-bar{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:center;padding:0}.sim-presence-bar .sim-presence-bar-player{border:2px solid;border-radius:3rem;height:2.5rem;image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;padding:.2rem;width:2.5rem;-ms-interpolation-mode:nearest-neighbor;background-position:50%;background-repeat:no-repeat;background-size:75%}.sim-presence-bar .sim-presence-bar-player.player-1{background-image:var(--multiplayer-presence-icon-1)!important;border-color:red}.sim-presence-bar .sim-presence-bar-player.player-2{background-image:var(--multiplayer-presence-icon-2)!important;border-color:#0038ff}.sim-presence-bar .sim-presence-bar-player.player-3{background-image:var(--multiplayer-presence-icon-3)!important;border-color:#ff9a14}.sim-presence-bar .sim-presence-bar-player.player-4{background-image:var(--multiplayer-presence-icon-4)!important;border-color:#4da64d}#root.hc .sim-presence-bar .sim-presence-bar-player{background-position:50%!important;background-repeat:no-repeat!important;background-size:75%!important}.profiledialog .ui.card{background-color:var(--pxt-neutral-background1);border:5px solid var(--pxt-neutral-stencil1)!important;border-radius:0;color:var(--pxt-neutral-foreground1);margin:0 14px 14px 0}.profiledialog .ui.card button{margin:0}.profiledialog .ui.card label.title{font-weight:700}.profiledialog .ui.card p.value{white-space:nowrap}.profiledialog .ui.card p.description,.profiledialog .ui.card p.value{overflow:hidden;text-overflow:ellipsis}.profiledialog .ui.card p.warning{background-color:var(--pxt-colors-yellow-background);padding:6px}.profiledialog .ui.card div.header-text{font-size:20px;grid-column-end:2;grid-column-start:1;grid-row-end:1;grid-row-start:1;justify-self:start;white-space:nowrap}.profiledialog .ui.card div.profile-pic{grid-column-end:2;grid-column-start:2;grid-row-end:1;grid-row-start:1;justify-self:end}.profiledialog .ui.card.panel{display:inline-grid;grid-template-columns:auto;grid-template-rows:auto;max-width:500px;min-width:350px;padding:14px;row-gap:20px;width:fit-content}.profiledialog .ui.card.panel div.row{grid-column-end:2}.profiledialog .ui.card.panel div.row,.profiledialog .ui.card.panel div.row-span-two{grid-column-start:1;grid-row-end:auto;grid-row-start:auto;justify-self:start;max-width:100%}.profiledialog .ui.card.panel div.row-span-two{grid-column-end:3}.sandbox.simView #editortools,.sandbox.simView #simulator,.sandbox.simView #simulators{display:inherit}.sandbox.simView .editorSidebar .simtoolbar{bottom:.25em;flex-direction:row!important;left:auto;margin-bottom:1em!important;position:fixed;right:auto}.image.pixelart{background-color:#fff;image-rendering:auto;image-rendering:crisp-edges;image-rendering:pixelated}#langmodal #availablelocales .langoption .header{color:var(--pxt-secondary-background)}#langmodal #langmodalfooter{align-items:center;display:flex;justify-content:space-between;margin-top:2em}#langmodal #langmodalfooter a{text-decoration:underline}#blocks-editor-field-div{position:absolute;z-index:994}#blocks-editor-field-div .sound-effect-editor{margin:auto;max-width:30rem}#blocks-editor-field-div .common-editor-toggle,.sound-effect-editor-widget .common-editor-toggle{background:rgba(52,73,94,.4);border:3px solid rgba(52,73,94,.2)}#blocks-editor-field-div .common-editor-toggle .common-editor-toggle-item>.common-button,.sound-effect-editor-widget .common-editor-toggle .common-editor-toggle-item>.common-button{color:#fff}#blocks-editor-field-div .common-editor-toggle .common-editor-toggle-item.selected>.common-button,.sound-effect-editor-widget .common-editor-toggle .common-editor-toggle-item.selected>.common-button{color:#323130}#blocks-editor-field-div .common-editor-toggle .common-editor-toggle-handle,.sound-effect-editor-widget .common-editor-toggle .common-editor-toggle-handle{background:#fff}.blocks-editor-field-overlay{background-color:var(--pxt-neutral-alpha50);position:absolute;z-index:993}a.ui.link{cursor:pointer}p>a.ui.link{margin-left:.5rem}p.ui.tiny{font-size:80%}p.ui.small{font-size:90%}.expandable-menu>.menu-header{cursor:pointer;text-decoration:none}.expandable-menu>.menu-header :hover{text-decoration:none}.expandable-menu>.expanded-items{padding:.5em 1.5em}select.ui.dropdown{font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif}select.ui.dropdown:active,select.ui.dropdown:focus{outline:1px dotted #212121;outline:5px auto -webkit-focus-ring-color}.newproject .expandable-menu{font-size:12px!important}.newproject .language-restriction-dropdown>button{min-width:18rem}.ui.modal.auto-save-disabled-warning .header{background-color:var(--pxt-colors-yellow-background)}.palette-picker-field{align-items:center;display:flex}.palette-picker-label{margin-right:.5rem}.ui.loader.large.main .common-progressbar-wrapper{height:1em;margin-top:1em;width:min(25rem,50vw);--progress-bar-filled-color:#fff;--progress-bar-unfilled-color:transparency;--progress-bar-border-color:#fff}.ui.loader.large.main .common-progressbar-wrapper progress[value].common-progressbar{border-radius:1px}.tab-container{display:flex;flex-direction:column}.tab-navigation{display:flex;flex-shrink:0}.tab-badge{animation:notification-glow 5s ease-in-out infinite;background-color:var(--pxt-colors-red-background);border-radius:50%;height:.75rem;margin-left:1.25rem;margin-top:-.25rem;position:absolute;width:.75rem}.tab-icon{cursor:pointer;font-size:1.5rem;padding:1rem}.tab-icon:not(.active):hover{background-color:rgba(0,0,0,.2)}.tab-content,.tab-content>div{height:100%}@keyframes notification-glow{0%,50%{box-shadow:0 0 .12rem -.12rem var(--pxt-colors-red-background)}10%,40%{box-shadow:0 0 .12rem 0 var(--pxt-colors-red-background)}25%{box-shadow:0 0 .12rem .12rem var(--pxt-primary-foreground)}}.pixel-cell{shape-rendering:crispedges}.palette-selected{stroke:orange;stroke-width:2px}.palette-unselected{stroke:none}.sprite-editor-canvas{cursor:crosshair;touch-action:none;z-index:1001}.sprite-editor-canvas.sprite-editor-eyedropper{cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M15.241 4.652 13.76 6.133l.835.835-3.085 3.085-.762-.762-5.168 5.17L1.984 16 .025 14.041l1.349-3.742 5.19-5.191-.645-.646 3.085-3.085.835.835L11.32.731c.431-.431 1-.678 1.616-.731h.461a2.84 2.84 0 0 1 1.77.802c1.082 1.084 1.114 2.81.074 3.85' style='fill:%23f6f6f6'/%3E%3Cpath d='m9.467 7.932.612.613-5.071 5.072-2.795 1.198-1.032-1.032 1.057-2.936L7.31 5.775l.585.585v.003l-4.356 4.356 1.569 1.569 4.355-4.356zm4.995-6.422c-.667-.664-1.777-.729-2.435-.072L9.839 3.627l-.836-.835-.174.174-1.497 1.497 4.177 4.177 1.671-1.671-.835-.835 2.189-2.189c.658-.658.592-1.768-.072-2.435' style='fill:%23424242'/%3E%3C/svg%3E") 2 16,copy}.sprite-canvas-controls{z-index:1000}#sprite-editor-palette .palette-swatch{cursor:pointer}.sprite-editor-dropdown.blocklyDropDownDiv{background:linear-gradient(#4b7bec 50px,#2c3e50 0,#2c3e50)}.sprite-editor-dropdown.blocklyDropDownDiv .blocklyDropDownArrow.arrowTop{background:#4b7bec}.sprite-editor-dropdown.blocklyDropDownDiv .blocklyDropDownArrow.arrowBottom{background:#2c3e50}#sprite-editor-header{height:50px;left:0;position:absolute;top:0;width:inherit;z-index:1002}#sprite-editor-header-controls{height:100%;width:100%}#sprite-editor-gallery-outer{overflow:hidden;position:absolute;width:100%;z-index:1002}#sprite-editor-gallery{background:#2c3e50;height:100%;overflow-y:scroll;width:100%}.sprite-editor-card{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='%23fff' d='M0 0h10v10H0z'/%3E%3Cpath fill='%23dedede' d='M0 0h5v5H0zM5 5h5v5H5z'/%3E%3C/svg%3E")}.sprite-editor-icon{fill:#fff;font-family:Icons;font-size:19px}.sprite-editor-xicon{fill:#fff;font-family:xicon;font-size:19px}.sprite-editor-button{cursor:pointer}.sprite-editor-button-bg{fill:#525a5b}.sprite-editor-button-fg{fill:#7f8c8d}.sprite-editor-confirm-button .sprite-editor-button-bg{fill:#294da0}.sprite-editor-confirm-button .sprite-editor-button-fg{fill:#4b7bec}.sprite-editor-button.disabled{cursor:not-allowed}.sprite-editor-button.disabled .sprite-editor-button-bg,.sprite-editor-button.disabled .sprite-editor-button-fg{fill-opacity:.8}.sprite-editor-button:active:not(.disabled) .sprite-editor-button-bg,.sprite-editor-button:active:not(.disabled) .sprite-editor-button-fg{fill-opacity:1!important;transition:fill-opacity .1s}.sprite-editor-button:hover:not(.disabled) .sprite-editor-button-bg,.sprite-editor-button:hover:not(.disabled) .sprite-editor-button-fg{fill-opacity:.8;transition:fill-opacity .1s}.sprite-editor-button.selected{position:relative}.sprite-editor-button.selected .sprite-editor-button-fg{fill:#495353}.sprite-editor-text{cursor:auto;font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif!important;user-select:none}.sprite-editor-label{fill:#fff}.sprite-editor-dropdown-bg{background:linear-gradient(#4b7bec 50px,#2c3e50 0,#2c3e50);border-radius:4px;padding-top:4px;position:relative}.sprite-editor-glyph{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M16 8c0 4.411-3.589 8-8 8a2.803 2.803 0 0 1-2.8-2.8c0-.833.272-1.629.766-2.241a.6.6 0 0 0 .101-.359.667.667 0 0 0-.667-.666.58.58 0 0 0-.358.102A3.6 3.6 0 0 1 2.8 10.8 2.803 2.803 0 0 1 0 8c0-4.411 3.589-8 8-8s8 3.589 8 8' style='fill:%23f6f6f6'/%3E%3Cpath d='M5.4 7.933a2.67 2.67 0 0 1 2.667 2.666c0 .606-.193 1.179-.544 1.614a1.6 1.6 0 0 0-.323.987.8.8 0 0 0 .8.8c3.309 0 6-2.691 6-6s-2.691-6-6-6-6 2.691-6 6c0 .441.359.8.8.8.378 0 .729-.114.986-.322A2.57 2.57 0 0 1 5.4 7.933' style='fill:%23fff'/%3E%3Cpath d='M8 15c-.992 0-1.8-.808-1.8-1.8 0-.606.193-1.179.544-1.613.208-.259.323-.609.323-.987 0-.919-.748-1.666-1.667-1.666-.377 0-.728.115-.986.323A2.58 2.58 0 0 1 2.8 9.8C1.808 9.8 1 8.992 1 8c0-3.86 3.14-7 7-7s7 3.14 7 7-3.141 7-7 7M5.4 7.933a2.67 2.67 0 0 1 2.667 2.666c0 .606-.193 1.179-.544 1.614a1.6 1.6 0 0 0-.323.987.8.8 0 0 0 .8.8c3.309 0 6-2.691 6-6s-2.691-6-6-6-6 2.691-6 6c0 .441.359.8.8.8.378 0 .729-.114.986-.322A2.57 2.57 0 0 1 5.4 7.933' style='fill:%23424242'/%3E%3Cpath d='M4.5 5.375a.875.875 0 1 0 0 1.75.875.875 0 0 0 0-1.75' style='fill:%23652d90'/%3E%3Cpath d='M7.125 3.625a.875.875 0 1 0 0 1.75.875.875 0 0 0 0-1.75' style='fill:%231ba1e2'/%3E%3Cpath d='M10.625 4.5a.875.875 0 1 0 0 1.75.875.875 0 0 0 0-1.75' style='fill:%23393'/%3E%3Cpath d='M11.5 8a.875.875 0 1 0 0 1.75.875.875 0 0 0 0-1.75' style='fill:%23fc0'/%3E%3Cpath d='M9.75 10.625a.875.875 0 1 0 0 1.75.875.875 0 0 0 0-1.75' style='fill:%23e51400'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:65%;cursor:pointer}.sprite-focus-hover{border-radius:50%;transition:all .15s ease-out}.sprite-focus-hover:hover{box-shadow:0 0 0 3px rgba(0,0,0,.35);-webkit-transform:scale(1.1);transform:scale(1.1)}.sprite-editor-glyph.sprite-focus-hover:hover{box-shadow:inset 0 0 0 2px rgba(0,0,0,.35)}.sprite-gallery-button{border:1px solid;border-radius:4px;cursor:pointer;display:inline-block;float:left;margin:4px;outline:none;padding:0;transition:box-shadow .1s}.sprite-gallery-button-hover{box-shadow:0 0 0 4px hsla(0,0%,100%,.2)}.sprite-gallery-button:active{box-shadow:0 0 0 6px hsla(0,0%,100%,.2)}.sprite-gallery-button>img{height:80%;image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;margin-top:5%;width:80%;-ms-interpolation-mode:nearest-neighbor}.snippet-sprite-editor,.sprite-editor-snippet-container{height:503px;overflow:hidden;width:492px}.snippet-sprite-editor{max-height:503px;max-width:492px;min-height:503px;min-width:492px}#melody-toggle{float:center;margin:10px;text-align:center}#melody-editor-header-controls{display:block;height:52px}.melody-grid-div{background-color:inherit;margin:10px 20px 0;outline:none;text-align:center}.cell{height:35px;margin:1px;width:35px}.melody-top-bar-div{float:center;text-align:center}.melody-editor-div{background-color:#4f0643;height:100%}.melody-content-div{max-height:550px;overflow:hidden;padding:0;width:300px}.melody-editor-dropdown{padding:0!important}#melody-editor-gallery-outer{overflow:hidden;position:absolute;width:100%;z-index:1002}#melody-editor-gallery{background:#4f0643;max-height:350px;outline:none;overflow-x:hidden;overflow-y:scroll;padding:.75rem}.melody-gallery-button{background-color:#dcdcdc;border-radius:4px;cursor:pointer;display:flex;height:2.75rem;line-height:2.5rem;margin-bottom:.75rem;text-align:center;transition:box-shadow .1s;width:100%}.melody-gallery-button .melody-color-block{margin-top:.5rem}.melody-editor-button.left-button{border-bottom:1px solid #fff;border-left:1px solid #fff;border-radius:4px 0 0 4px;border-top:1px solid #fff;flex-grow:1;padding-left:.5rem;padding-right:.3rem}.melody-editor-button.right-button{border:1px solid #fff;border-left-color:#4f0643;border-radius:0 4px 4px 0;min-width:2.75rem;padding-left:.3rem}.melody-editor-toggle-buttons{outline:none}.melody-editor-toggle-buttons:focus-visible{border-radius:2px;outline:3px solid #fff}.melody-editor-button{background-color:#dcdcdc;color:#000;transition:color .1s,background-color .1s}.melody-editor-button:hover{background-color:#cacbcd;color:#000}.melody-editor-button.selected{outline:3px solid var(--pxt-focus-border);outline-offset:-5px}.melody-editor-button.right-button .icon{opacity:.9}.melody-gallery-play-icon{float:left}.melody-confirm-button{background-color:#e30fc0;border:none;border-radius:2px;color:#fff;float:right;font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif!important;height:28px;margin:0!important;-webkit-transition-duration:.1s;transition-duration:.1s;width:70px}.melody-confirm-button:hover{background-color:#9e0986;border:1px solid #e30fc0}.melody-editor-text{float:left;font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif!important;font-size:17px;font-weight:700;margin:0 3px}.melody-editor-field-icon{fill:#fff;font-family:Icons;font-size:19px}.melody-icon{float:left;height:25px}.melody-gallery-button-hover{box-shadow:0 0 0 4px hsla(0,0%,100%,.2)}.melody-gallery-button:active{box-shadow:0 0 0 6px hsla(0,0%,100%,.2)}#melody-tempo-input{background-color:#fff;border:none;border-radius:2px;color:#1b1c1d;float:left;height:28px;padding-left:5px;width:50px}#melody-tempo-input:focus{outline:none!important}#melody-play-button{background-color:#7f8c8d;border:none;border-radius:2px;color:#fff;display:inline-block;height:28px;-webkit-transition-duration:.1s;transition-duration:.1s;width:120px}#melody-play-button:hover{background-color:#525a5b;border:1px solid #7f8c8d}.melody-bottom-bar-div button:focus-visible{outline:3px solid #fff}.melody-bottom-bar-div{background-color:inherit;margin:7px 3px 0;padding:0 20px 20px;text-align:center}.melody-color-block{float:right;margin:4px 7px 0 0}.sliver{border:1px solid rgba(0,0,0,.2);display:inline-block;height:23px;margin:.5px;width:9px}.left-edge{border-radius:5px 0 0 5px}.right-edge{border-radius:0 5px 5px 0}.melody-preview-button{float:right;height:35px;padding:12px 11px!important;width:35px}.melody-gallery-row{float:left}.melody-content-div .melody-red,.pxt-renderer.classic-theme g.blocklyField>.melody-red{background:#a80000;fill:#a80000}.melody-content-div .melody-orange,.pxt-renderer.classic-theme g.blocklyField>.melody-orange{background:#d83b01;fill:#d83b01}.melody-content-div .melody-yellow,.pxt-renderer.classic-theme g.blocklyField>.melody-yellow{background:#ffb900;fill:#ffb900}.melody-content-div .melody-green,.pxt-renderer.classic-theme g.blocklyField>.melody-green{background:#107c10;fill:#107c10}.melody-content-div .melody-teal,.pxt-renderer.classic-theme g.blocklyField>.melody-teal{background:#008272;fill:#008272}.melody-content-div .melody-blue,.pxt-renderer.classic-theme g.blocklyField>.melody-blue{background:#0078d7;fill:#0078d7}.melody-content-div .melody-violet,.pxt-renderer.classic-theme g.blocklyField>.melody-violet{background:#b4009e;fill:#b4009e}.melody-content-div .melody-purple,.pxt-renderer.classic-theme g.blocklyField>.melody-purple{background:#5c2d91;fill:#5c2d91}.melody-content-div .melody-default,.pxt-renderer.classic-theme g.blocklyField>.melody-default{background:#dcdcdc;fill:#dcdcdc}.playing{fill-opacity:.7}.monacoEditorArea{display:flex;flex-direction:row;height:100%;width:100%}.monacoToolboxDiv{height:100%}.monacoEditorRightArea{display:flex;flex-direction:column;height:100%}.monaco-editor,.monaco-editor .margin,.monaco-editor .monaco-editor-background{background-color:var(--pxt-target-background1)!important;color:var(--pxt-target-foreground1)!important}.monaco-editor .monaco-scrollable-element.editor-scrollable{margin-left:.5rem}.monaco-editor.vs .line-numbers{color:var(--pxt-target-foreground1)!important}.monaco-editor.vs .margin-view-overlays.monaco-editor-background{background:var(--pxt-neutral-alpha10)!important}.monaco-editor.vs .current-line{background:var(--pxt-colors-blue-alpha10)!important}.monaco-editor .suggest-widget{border-radius:5px;z-index:103!important}.monaco-list-row.focused{background-color:var(--pxt-colors-blue-background)!important}.monaco-list-row.focused,.monaco-list-row.focused a{color:var(--pxt-colors-blue-foreground)!important}.monaco-editor.vs .suggest-widget:not(.frozen) .monaco-list .monaco-list-row .monaco-highlighted-label .highlight{color:var(--pxt-colors-blue-background)!important}.monaco-editor.vs .suggest-widget:not(.frozen) .monaco-list .monaco-list-row.focused .monaco-highlighted-label .highlight{color:var(--pxt-colors-blue-foreground)!important}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .type-label,.monaco-editor.vs .suggest-widget .details>.monaco-scrollable-element>.body>.type{color:var(--pxt-colors-orange-background)!important}.monaco-editor .rename-box{bottom:3rem}.monaco-editor.vs{overflow:hidden}.monaco-editor .highlight-statement{background-color:var(--pxt-target-background1-hover);color:var(--pxt-target-foreground1-hover)!important}.monacoToolboxDiv{z-index:40}.monaco-editor-hover{z-index:102!important}.monaco-editor .iPadShowKeyboard{top:0!important}@keyframes bobbing{0%{transform:translateY(0)}25%{transform:translateY(3px)}75%{transform:translateY(-3px)}to{transform:translateY(0)}}.pxt-monaco-glyph-highlight{animation:bobbing 1s linear infinite}.monacoFlyout{background:var(--pxt-neutral-background3);border-bottom-right-radius:8px;border-top-right-radius:8px;bottom:0;color:var(--pxt-neutral-foreground3);font-family:Consolas,Monaco,Menlo,Ubuntu Mono,source-code-pro,monospace;position:absolute;top:0;z-index:20}.monacoFlyout .monacoFlyoutLabel{color:var(--pxt-neutral-foreground3);font-size:15px;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;vertical-align:middle}.monacoFlyout .monacoFlyoutLabel:focus-visible{border-color:var(--pxt-neutral-stencil3);border-style:solid;border-width:4px 0 4px 4px;outline:none}.monacoFlyout .monacoFlyoutLabel .monacoFlyoutHeadingIcon{display:inline-block}.monacoFlyout .monacoFlyoutLabel .monacoFlyoutLabelText{display:inline-block;font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif;font-size:1.5rem;line-height:1.5rem;vertical-align:middle}.monacoFlyout .monacoBlock{border-bottom:1px solid var(--pxt-neutral-stencil3);color:var(--pxt-neutral-foreground3)}.monacoFlyout .monacoBlock .monacoDraggableBlock{border-radius:.25rem;color:var(--pxt-neutral-foreground3);cursor:pointer;display:inline-block;font-family:Consolas,Monaco,Menlo,Ubuntu Mono,source-code-pro,monospace;margin-bottom:.75rem;padding:.25rem .75rem;position:relative;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;width:100%}.monacoFlyout .monacoBlock .monacoDraggableBlock span{word-wrap:break-word}.monacoFlyout .monacoBlock .monacoDraggableBlock span.sig{margin-left:10px;opacity:.6}.monacoFlyout .monacoBlock .monacoDraggableBlock span.sigPrefix{opacity:.6}.monacoFlyout .monacoBlock .monacoDraggableBlock span.docs{color:var(--pxt-neutral-foreground3);display:block;font-size:70%;max-width:22rem}.monacoFlyout .monacoBlock .separator{border-top:1px solid;margin:.25rem 0}.monacoFlyout .monacoBlock .monacoDraggableBlock{width:auto}.monacoFlyout .monacoBlock .description,.monacoFlyout .monacoBlock .monacoDraggableBlock{font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif}.monacoFlyout .monacoBlock .signature{font-weight:600;margin-top:.5rem}.monacoFlyout .monacoBlock .signature span{display:inline-block;width:calc(100% - 1.75rem);word-wrap:break-word}.monacoFlyout .monacoBlock .signature .blockHelp{color:var(--pxt-neutral-foreground3);float:right}.monacoFlyout .monacoBlock .signature .blockHelp i{font-size:1.25rem}.monacoFlyout .monacoBlock .signature .blockHelp:hover{text-decoration:none}.monacoFlyout .monacoBlock .argName{background:var(--pxt-neutral-alpha20);border-radius:.8rem;color:var(--pxt-neutral-foreground3);display:inline-block;font-family:Consolas,Monaco,Menlo,Ubuntu Mono,source-code-pro,monospace;font-weight:600;line-height:1.75rem;padding:0 .5rem}.monacoFlyout .monacoBlock .paramName{font-weight:800}.monacoFlyout .monacoBlock .paramDescription:before{content:"-";margin:.5rem}.monacoFlyout .monacoBlock .paramDescription,.monacoFlyout .monacoBlock .paramDescription:before{font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif}.monacoFlyout .monacoBlock .detail .params,.monacoFlyout .monacoBlock .signature{display:none}.monacoFlyout .monacoBlock.expand{border-color:var(--pxt-neutral-stencil3);border-style:solid;border-width:4px 0 4px 4px;color:var(--pxt-neutral-foreground3);cursor:grab;outline:none}.monacoFlyout .monacoBlock.expand .blockHandle,.monacoFlyout .monacoBlock.expand .detail .params,.monacoFlyout .monacoBlock.expand .signature{display:block}.monacoFlyout .monacoBlock.expand .blockHandle{border-color:var(--pxt-neutral-foreground3);border-style:solid;border-width:4px 4px 4px 0}.monacoFlyout .monacoBlock.hover{cursor:grab}.monacoFlyout .monacoBlock.hover .blockHandle{display:block}.monacoFlyout .monacoBlock .blockHandle{background:var(--pxt-neutral-background3-alpha90);border-radius:0 1rem 1rem 0;color:var(--pxt-neutral-foreground3);display:none;position:absolute;right:-.9rem;width:2rem}.monacoFlyout .monacoBlock .blockHandle i.bars{display:block;font-size:1.5rem;position:relative;top:calc(50% - .75rem);transform:rotate(90deg)}.monacoFlyout .monacoBlock:not(.expand){background-color:transparent!important}#monacoFlyoutWrapper{height:100%;overflow-x:visible;overflow-y:auto;-webkit-overflow-scrolling:touch}#monacoFlyoutWrapper>div{max-width:350px;padding:1rem}.monacoFlyoutHeading .monacoFlyoutHeadingText{color:var(--pxt-neutral-foreground3);vertical-align:middle!important}.monacoFlyoutHeadingText{font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif}.monacoFlyoutHeadingIcon{font-size:1.5rem!important;vertical-align:middle!important}.monacoFlyoutLabelLine{border:none;border-top:1px dotted var(--pxt-neutral-stencil3);height:1px}#monacoDraggingBlock{border-radius:.25rem;color:var(--pxt-neutral-foreground3);font-family:Consolas,Monaco,Menlo,Ubuntu Mono,source-code-pro,monospace;padding:.6rem;pointer-events:none;position:absolute;touch-action:none;white-space:nowrap}.monaco-action-bar .action-label{color:inherit!important}.monaco-editor .error-view-zone{font-family:Consolas,Monaco,Menlo,Ubuntu Mono,source-code-pro,monospace;width:auto!important}.monaco-editor.vs-dark .error-view-zone{color:var(--pxt-neutral-foreground3)}.monaco-editor .error-view-zone .marker-widget{border-radius:2px!important;padding-left:10px!important;padding-right:20px!important}.monaco-editor .parameter-hints-widget{flex-direction:row!important;z-index:102!important}.line-numbers{display:none}.monacoToolboxDiv{display:inline-block;overflow-x:visible;overflow-y:auto;vertical-align:top}.monacoToolboxDiv.hide{display:none}#monacoEditorInner{display:inline-block;overflow:hidden;position:relative!important}.monacoDraggableBlock:focus{outline:none}.monaco-field-editor-frame{padding:4px;position:relative}.pxt-view-zone{width:100%;z-index:19}code.hljs{padding:0!important;white-space:pre-wrap}code.hljs span.highlight-line{background:#fcfc90;color:#000;display:inline-block;font-weight:700;margin-left:-.5rem;padding:.5rem;white-space:pre-wrap}code.hljs span.highlight-line .hljs-meta-string,code.hljs span.highlight-line .hljs-string{color:#bf0000}code.hljs span.highlight-line .hljs-class,code.hljs span.highlight-line .hljs-number{color:#007f00}code.hljs span.highlight-line .hljs-keyword{color:#00f}.ui.segment.codewidget>code.hjls{margin:0}.tutorial #maineditor>.full-abs{top:8rem}.tutorial.flyoutOnly #maineditor>.full-abs{top:12rem}.tutorial.flyoutOnly.sidebarTutorial #maineditor>.full-abs{top:4rem}.menubar .ui.menu .item.tutorial-menuitem{background:var(--pxt-neutral-alpha20)!important;border-radius:.5rem!important;margin:.45rem;padding:.45rem}.menubar .ui.menu .item.tutorial-menuitem>.step-label{margin-left:.4em;margin-right:.4em}.menubar .ui.menu .item.tutorial-menuitem>.label{background:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1);margin-left:0}.tutorial-menuitem>.selected{background-color:var(--pxt-primary-background)!important;padding:1rem 1.3rem!important}#mainmenu .tutorial-menu{align-items:center;display:flex;justify-content:center}#mainmenu .ui.item.tutorialname{cursor:unset}#mainmenu .ui.item.tutorialname:focus,#mainmenu .ui.item.tutorialname:hover{background:none}.tutorial #tutorialcard{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;height:8rem;padding-left:1rem;padding-right:1rem;position:relative;width:100%;z-index:44}.tutorial #tutorialcard>code,.tutorial #tutorialcard>pre{font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif}.tutorial.tutorialExpanded #tutorialcard{max-height:20rem}#root.dimmable.dimmed #tutorialcard.tutorialReady{z-index:45}#tutorialhint{height:100%}#tutorialcontent{left:0;position:fixed;top:0}body#docs.tutorial{overflow-y:hidden}#docs.tutorial .ui.segment{border:none;box-shadow:none;margin:0;padding:0}#docs.tutorial #root{margin-bottom:.5rem!important}#tutorialcard .ui.tutorialsegment{background:var(--pxt-neutral-background2);border:0;border-radius:0;color:var(--pxt-neutral-foreground2);display:flex;flex-wrap:wrap;padding:0;position:relative}#tutorialcard .ui.tutorialsegment svg{-webkit-transform:translateZ(0)}#tutorialcard{padding:.5rem}#tutorialcard.stepExpanded{height:auto}.tutorial #tutorialcard .ui.buttons{height:7rem;width:100%}.tutorial.tutorialExpanded #tutorialcard .ui.buttons{height:100%;max-height:19rem}#tutorialcard .ui.tutorialsegment{width:100%}.tutorial #tutorialcard .tutorialmessage .content{font-size:12pt;height:100%;margin-bottom:.4rem;overflow-x:auto;padding-left:1rem;width:100%}.tutorial.tutorialExpanded #tutorialcard .tutorialmessage .content{height:calc(100% + 2px);overflow-y:auto}#tutorialcard .tutorialmessage .content p,.tutorial-callout p,.tutorialhint p{color:var(--pxt-neutral-foreground2);line-height:1.4em!important}.tutorial #tutorialcard .tutorialmessage{height:6.5rem;overflow:hidden;padding:.5rem;width:100%}.tutorial #tutorialcard.hasHint .tutorialmessage{width:calc(100% - 5.5rem)}.tutorial.tutorialExpanded #tutorialcard .tutorialmessage{height:100%}#root.dimmable.dimmed .ui.segment.message{border-radius:5px}.ui.showlightbox{display:none}#root.dimmable.dimmed #tutorialcard.tutorialReady .ui.showlightbox{display:block}#root.dimmable.dimmed #tutorialcard.tutorialReady .ui.hidelightbox{display:none}#root.dimmable.dimmed #tutorialcard.tutorialReady .ui.nextbutton,#root.dimmable.dimmed #tutorialcard.tutorialReady .ui.prevbutton{opacity:0!important;z-index:-1}#tutorialcard .ui.button.okbutton{border-radius:.28571429rem}.hintdialog .ui.segment .blocklyPreview{width:100%}.ui.modal .ams-embed,.ui.modal .yt-embed{height:30rem;max-height:50vh;width:80%}@media only screen and (min-height:400px){.hintdialog .ui.segment .blocklyPreview,.tutorial-callout .ui.segment .blocklyPreview,.tutorialhint .ui.segment .blocklyPreview{max-height:45vh}}@media only screen and (max-height:800px){.tutorial-callout img,.tutorialhint img{max-height:30vh}}span.docs.inlinebutton{background-color:var(--pxt-primary-background);border-radius:.2rem;color:var(--pxt-primary-foreground);padding:.4rem;white-space:nowrap}span.docs.inlineblock{background-color:transparent;border-bottom:3px solid var(--inline-namespace-color);border-radius:0;color:var(--pxt-neutral-foreground1);font-family:Consolas,Monaco,Menlo,Ubuntu Mono,source-code-pro,monospace!important;font-size:1em!important;font-weight:600;padding:.05rem 0 .1rem;white-space:break-spaces}span.docs.inlineblock i{color:var(--inline-namespace-color);font-family:Icons;font-style:normal;margin-right:6px}span.docs.inlineblock span.image-icon{background-image:var(--image-icon-url);background-repeat:no-repeat!important;background-size:contain!important;display:inline-block;height:17px;width:20px}span.docs.inlineblock.clickable{cursor:pointer}span.docs.inlineblock.clickable:focus,span.docs.inlineblock.clickable:hover{opacity:.8}span.docs.inlineblock.function i,span.docs.inlineblock.functions i{font-family:xicon}code.lang-filterblocks{display:none}#tutorialcard .nextbutton,#tutorialcard .prevbutton{background:var(--pxt-neutral-background2);color:var(--pxt-neutral-foreground2);z-index:2}#tutorialcard .nextbutton>i,#tutorialcard .nextbutton>span,#tutorialcard .prevbutton>i,#tutorialcard .prevbutton>span{color:var(--pxt-header-background);display:block;margin:0 auto .5em!important}#tutorialcard .nextbutton:focus,#tutorialcard .nextbutton:hover,#tutorialcard .prevbutton:focus,#tutorialcard .prevbutton:hover{background-color:var(--pxt-target-background1)}#tutorialcard .nextbutton:focus>i,#tutorialcard .nextbutton:focus>i.orange,#tutorialcard .nextbutton:focus>span,#tutorialcard .nextbutton:hover>i,#tutorialcard .nextbutton:hover>i.orange,#tutorialcard .nextbutton:hover>span,#tutorialcard .prevbutton:focus>i,#tutorialcard .prevbutton:focus>i.orange,#tutorialcard .prevbutton:focus>span,#tutorialcard .prevbutton:hover>i,#tutorialcard .prevbutton:hover>i.orange,#tutorialcard .prevbutton:hover>span{color:var(--pxt-neutral-foreground1)!important}#tutorialcard .ui.button.hintbutton{border-radius:50%;color:var(--pxt-neutral-background1);display:block;font-size:22.5px!important;position:relative;top:50%;transform:translateY(-50%);transform-style:preserve-3d;--bubble-pulse-color:var(--pxt-colors-blue-background);--bubble-pulse-size:30px}#tutorialcard .ui.button.hintbutton.flash{border:2px solid var(--pxt-neutral-stencil1)!important}#tutorialcard .ui.button.hintbutton.flash:before{animation-direction:alternate;animation-duration:.5s;animation-iteration-count:infinite;animation-name:bubble-pulse-animation;border-radius:50%;content:"";left:50%;position:absolute;top:50%;transform:translateZ(-1px)}@keyframes bubble-pulse-animation{20%{box-shadow:0 0 0 0 var(--bubble-pulse-color,var(--pxt-colors-blue-background))}to{box-shadow:0 0 calc(var(--bubble-pulse-size, 30)*3/4) var(--bubble-pulse-size,30) var(--bubble-pulse-color,var(--pxt-colors-blue-background))}}.ui.modal.hintdialog .content p{font-size:16px;line-height:25px}.ui.modal.hintdialog .ui.segment{display:flex;min-height:100px}.tutorialsegment .tutorialmessage img,.ui.modal.hintdialog img{margin-left:auto;margin-right:auto}.tutorial-callout,.tutorialhint{background:var(--pxt-neutral-background1);border:8px solid var(--pxt-colors-blue-background);border-radius:1.2rem;box-shadow:0 0 8px 1px var(--pxt-neutral-alpha20);color:var(--pxt-neutral-foreground1);max-width:100%;min-width:300px;padding:10px 26px;position:absolute;right:2rem;top:calc(50% + 3rem);z-index:45}.tutorial-callout:before,.tutorialhint:before{border:16px solid;border-color:transparent var(--pxt-colors-blue-background) transparent transparent;bottom:auto;content:" ";height:0;position:absolute;right:5px;top:-24px;transform:rotate(-135deg);width:0}.tutorial-callout>.hint-content,.tutorialhint>.hint-content{max-height:60vh;overflow:auto;padding-right:2rem}.tutorial-callout.hidden,.tutorialhint.hidden{display:none}.tutorial-callout .lang-blocks .segment.raised,.tutorialhint .lang-blocks .segment.raised{background:none;border:none;box-shadow:none;min-height:3em;text-align:center}.shake .icon{animation:shake 1.5s ease-in-out}.tutorial .mask{bottom:0;left:0;position:fixed;right:0;top:0}.avatar-container{height:100%;left:.7rem}.avatar-container .tooltip{left:auto;max-width:175px;position:absolute;top:calc(50% + 1.8rem);width:10rem;z-index:45}.avatar-container .tooltip,.avatar-container .tooltip:before{background-color:var(--pxt-colors-blue-background);color:var(--pxt-colors-blue-foreground)}.avatar-container .tooltip:before{left:auto;right:3rem}.hideIteration .avatar-container .tooltip:before{right:2.8rem}#tutorialcard:not(.showTooltip) .tooltip,#tutorialcard:not(.showTooltip) .tooltip:before{display:none}#tutorialcard.seemore .tutorialsegment>button{flex-grow:0;margin:-.5rem auto auto;padding:.5rem .8rem;position:relative;width:auto}.editorlang-text:not(.hideToolbox) #tutorialcard.seemore .tutorialsegment>button{margin-right:1rem}.editorlang-text.hideToolbox #tutorialcard.seemore .tutorialsegment>button{margin-left:1rem}#tutorialsteps{padding:1em 0}#tutorialsteps .step-label{margin:0 1em;max-width:2rem;min-width:2rem}#tutorialsteps .button.nextbutton .text{margin-right:.5em}#tutorialdropdown>.text{margin:.5em}#mainmenu .immersive-reader-button.ui.item,#mainmenu .immersive-reader-button.ui.item:focus,#simulator .editor-sidebar .immersive-reader-button.ui.item,#simulator .editor-sidebar .immersive-reader-button.ui.item:focus,.tutorialsegment .immersive-reader-button.ui.item,.tutorialsegment .immersive-reader-button.ui.item:focus{background-position:50%;background-repeat:no-repeat;background-size:80%;border-radius:.2em!important;height:2rem;width:2rem}.tutorialsegment .immersive-reader-button.ui.item,.tutorialsegment .immersive-reader-button.ui.item:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='660' height='554' fill='none' viewBox='0 0 660 554'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M311.443 56.477c67.24-41.16 176.16-52.48 230.96-55.59 18.42-1.04 33.78 12.99 33.77 30.7v165.339c-20.02-3.184-40.933 5.525-52.427 23.813-9.796 15.585-10.427 34.449-3.205 50.089-14.21-.904-28.396 4.027-38.98 13.85v-65.8c0-46.961-56.634-69.581-89.248-36.97l-.002.002-73.812 73.795h-14.326V69.647c0-5.28 2.63-10.33 7.27-13.17m-39.26 199.228V69.467c0-5.29-2.62-10.14-7.27-12.99-67.23-41.16-176.15-52.47-230.95-55.59-18.42-1.04-33.78 12.99-33.78 30.7v337.85c0 16.24 13.13 29.78 30.02 30.66 35.326 1.856 96.439 7.233 153.686 22.829v-114.94c0-28.879 23.403-52.281 52.282-52.281z' clip-rule='evenodd'/%3E%3Cpath fill='%230082c9' d='m413.524 203.123-82.6 82.582h-94.753c-12.311 0-22.282 9.971-22.282 22.282v133.69c0 12.301 9.971 22.281 22.282 22.281h94.753l82.6 82.582c13.954 13.954 38.037 4.15 38.037-15.755V218.878c0-19.923-24.102-29.69-38.037-15.755m245.999 171.709c0-58.982-29.765-113.21-79.629-145.054-10.389-6.629-24.166-3.547-30.749 6.926-6.582 10.472-3.509 24.333 6.88 30.971 36.904 23.573 58.935 63.624 58.935 107.157s-22.031 83.584-58.935 107.156c-10.389 6.629-13.462 20.49-6.88 30.972 6.044 9.618 19.608 14.056 30.749 6.925 49.864-31.844 79.629-86.063 79.629-145.053m-131.62-71.367c-10.751-5.876-24.315-2.005-30.275 8.774-5.932 10.778-2.005 24.324 8.773 30.275 11.986 6.582 19.432 18.977 19.432 32.318 0 13.35-7.446 25.735-19.422 32.317-10.779 5.951-14.706 19.497-8.774 30.276 5.97 10.825 19.543 14.668 30.276 8.773 26.208-14.437 42.493-41.778 42.493-71.376 0-29.597-16.285-56.929-42.503-71.357'/%3E%3C/svg%3E")}#tutorialcard .tutorialcard-immersive-reader{display:flex;justify-content:flex-end;position:absolute;right:0;top:.5em}#mainmenu .immersive-reader-button.ui.item,#mainmenu .immersive-reader-button.ui.item:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='660' height='553' fill='none' viewBox='0 0 660 553'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M311.26 55.644C378.5 14.484 487.42 3.164 542.22.054c18.42-1.04 33.78 12.99 33.77 30.7v165.339c-20.02-3.184-40.933 5.525-52.427 23.813-9.796 15.585-10.427 34.449-3.205 50.089-14.21-.904-28.396 4.027-38.98 13.85v-65.8c0-46.961-56.634-69.581-89.248-36.97l-.002.002-73.812 73.795H303.99V68.814c0-5.28 2.63-10.33 7.27-13.17M272 254.872V68.634c0-5.29-2.62-10.14-7.27-12.99C197.5 14.484 88.58 3.174 33.78.054 15.36-.986 0 13.044 0 30.754v337.85c0 16.24 13.13 29.78 30.02 30.66 35.326 1.856 96.439 7.233 153.686 22.829v-114.94c0-28.879 23.403-52.281 52.282-52.281z' clip-rule='evenodd'/%3E%3Cpath fill='%2397daff' d='m413.341 202.29-82.6 82.582h-94.753c-12.311 0-22.282 9.971-22.282 22.282v133.69c0 12.301 9.971 22.281 22.282 22.281h94.753l82.6 82.582c13.954 13.954 38.037 4.15 38.037-15.755V218.045c0-19.923-24.102-29.69-38.037-15.755M659.34 373.999c0-58.982-29.765-113.21-79.629-145.054-10.389-6.629-24.167-3.547-30.749 6.926-6.582 10.472-3.509 24.333 6.88 30.971 36.904 23.572 58.935 63.624 58.935 107.157s-22.031 83.584-58.935 107.156c-10.389 6.629-13.462 20.49-6.88 30.972 6.044 9.618 19.608 14.056 30.749 6.925 49.864-31.844 79.629-86.063 79.629-145.053m-131.62-71.367c-10.751-5.876-24.315-2.005-30.275 8.774-5.933 10.778-2.005 24.324 8.773 30.275 11.986 6.582 19.432 18.977 19.432 32.318 0 13.35-7.446 25.735-19.422 32.317-10.779 5.951-14.706 19.497-8.774 30.276 5.97 10.825 19.543 14.668 30.275 8.773 26.209-14.437 42.494-41.778 42.494-71.376 0-29.597-16.285-56.929-42.503-71.357'/%3E%3C/svg%3E")}#simulator .editor-sidebar .immersive-reader-button.ui.item,#simulator .editor-sidebar .immersive-reader-button.ui.item:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='660' height='554' fill='none' viewBox='0 0 660 554'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M311.443 56.477c67.24-41.16 176.16-52.48 230.96-55.59 18.42-1.04 33.78 12.99 33.77 30.7v165.339c-20.02-3.184-40.933 5.525-52.427 23.813-9.796 15.585-10.427 34.449-3.205 50.089-14.21-.904-28.396 4.027-38.98 13.85v-65.8c0-46.961-56.634-69.581-89.248-36.97l-.002.002-73.812 73.795h-14.326V69.647c0-5.28 2.63-10.33 7.27-13.17m-39.26 199.228V69.467c0-5.29-2.62-10.14-7.27-12.99-67.23-41.16-176.15-52.47-230.95-55.59-18.42-1.04-33.78 12.99-33.78 30.7v337.85c0 16.24 13.13 29.78 30.02 30.66 35.326 1.856 96.439 7.233 153.686 22.829v-114.94c0-28.879 23.403-52.281 52.282-52.281z' clip-rule='evenodd'/%3E%3Cpath fill='%230082c9' d='m413.524 203.123-82.6 82.582h-94.753c-12.311 0-22.282 9.971-22.282 22.282v133.69c0 12.301 9.971 22.281 22.282 22.281h94.753l82.6 82.582c13.954 13.954 38.037 4.15 38.037-15.755V218.878c0-19.923-24.102-29.69-38.037-15.755m245.999 171.709c0-58.982-29.765-113.21-79.629-145.054-10.389-6.629-24.166-3.547-30.749 6.926-6.582 10.472-3.509 24.333 6.88 30.971 36.904 23.573 58.935 63.624 58.935 107.157s-22.031 83.584-58.935 107.156c-10.389 6.629-13.462 20.49-6.88 30.972 6.044 9.618 19.608 14.056 30.749 6.925 49.864-31.844 79.629-86.063 79.629-145.053m-131.62-71.367c-10.751-5.876-24.315-2.005-30.275 8.774-5.932 10.778-2.005 24.324 8.773 30.275 11.986 6.582 19.432 18.977 19.432 32.318 0 13.35-7.446 25.735-19.422 32.317-10.779 5.951-14.706 19.497-8.774 30.276 5.97 10.825 19.543 14.668 30.276 8.773 26.208-14.437 42.493-41.778 42.493-71.376 0-29.597-16.285-56.929-42.503-71.357'/%3E%3C/svg%3E")}.tutorialsegment .immersive-reader-button.ui.item:focus,.tutorialsegment .immersive-reader-button.ui.item:hover{background-color:var(--pxt-neutral-alpha20);filter:brightness(.9)}#mainmenu .immersive-reader-button:focus,#mainmenu .immersive-reader-button:hover{background-color:var(--pxt-neutral-alpha50);filter:brightness(.8)}.modals .ui.button.immersive-reader-button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='660' height='554' fill='none' viewBox='0 0 660 554'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M311.443 56.477c67.24-41.16 176.16-52.48 230.96-55.59 18.42-1.04 33.78 12.99 33.77 30.7v165.339c-20.02-3.184-40.933 5.525-52.427 23.813-9.796 15.585-10.427 34.449-3.205 50.089-14.21-.904-28.396 4.027-38.98 13.85v-65.8c0-46.961-56.634-69.581-89.248-36.97l-.002.002-73.812 73.795h-14.326V69.647c0-5.28 2.63-10.33 7.27-13.17m-39.26 199.228V69.467c0-5.29-2.62-10.14-7.27-12.99-67.23-41.16-176.15-52.47-230.95-55.59-18.42-1.04-33.78 12.99-33.78 30.7v337.85c0 16.24 13.13 29.78 30.02 30.66 35.326 1.856 96.439 7.233 153.686 22.829v-114.94c0-28.879 23.403-52.281 52.282-52.281z' clip-rule='evenodd'/%3E%3Cpath fill='%230082c9' d='m413.524 203.123-82.6 82.582h-94.753c-12.311 0-22.282 9.971-22.282 22.282v133.69c0 12.301 9.971 22.281 22.282 22.281h94.753l82.6 82.582c13.954 13.954 38.037 4.15 38.037-15.755V218.878c0-19.923-24.102-29.69-38.037-15.755m245.999 171.709c0-58.982-29.765-113.21-79.629-145.054-10.389-6.629-24.166-3.547-30.749 6.926-6.582 10.472-3.509 24.333 6.88 30.971 36.904 23.573 58.935 63.624 58.935 107.157s-22.031 83.584-58.935 107.156c-10.389 6.629-13.462 20.49-6.88 30.972 6.044 9.618 19.608 14.056 30.749 6.925 49.864-31.844 79.629-86.063 79.629-145.053m-131.62-71.367c-10.751-5.876-24.315-2.005-30.275 8.774-5.932 10.778-2.005 24.324 8.773 30.275 11.986 6.582 19.432 18.977 19.432 32.318 0 13.35-7.446 25.735-19.422 32.317-10.779 5.951-14.706 19.497-8.774 30.276 5.97 10.825 19.543 14.668 30.276 8.773 26.208-14.437 42.493-41.778 42.493-71.376 0-29.597-16.285-56.929-42.503-71.357'/%3E%3C/svg%3E")!important;background-position:50%;background-repeat:no-repeat;background-size:60%;box-shadow:none;float:left;height:2.8rem;margin-left:0!important;padding-bottom:10px;padding-top:10px;transition:none;width:2rem}.modals .ui.button.immersive-reader-button:focus,.modals .ui.button.immersive-reader-button:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='660' height='554' fill='none' viewBox='0 0 660 554'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M311.443 56.477c67.24-41.16 176.16-52.48 230.96-55.59 18.42-1.04 33.78 12.99 33.77 30.7v165.339c-20.02-3.184-40.933 5.525-52.427 23.813-9.796 15.585-10.427 34.449-3.205 50.089-14.21-.904-28.396 4.027-38.98 13.85v-65.8c0-46.961-56.634-69.581-89.248-36.97l-.002.002-73.812 73.795h-14.326V69.647c0-5.28 2.63-10.33 7.27-13.17m-39.26 199.228V69.467c0-5.29-2.62-10.14-7.27-12.99-67.23-41.16-176.15-52.47-230.95-55.59-18.42-1.04-33.78 12.99-33.78 30.7v337.85c0 16.24 13.13 29.78 30.02 30.66 35.326 1.856 96.439 7.233 153.686 22.829v-114.94c0-28.879 23.403-52.281 52.282-52.281z' clip-rule='evenodd'/%3E%3Cpath fill='%230082c9' d='m413.524 203.123-82.6 82.582h-94.753c-12.311 0-22.282 9.971-22.282 22.282v133.69c0 12.301 9.971 22.281 22.282 22.281h94.753l82.6 82.582c13.954 13.954 38.037 4.15 38.037-15.755V218.878c0-19.923-24.102-29.69-38.037-15.755m245.999 171.709c0-58.982-29.765-113.21-79.629-145.054-10.389-6.629-24.166-3.547-30.749 6.926-6.582 10.472-3.509 24.333 6.88 30.971 36.904 23.573 58.935 63.624 58.935 107.157s-22.031 83.584-58.935 107.156c-10.389 6.629-13.462 20.49-6.88 30.972 6.044 9.618 19.608 14.056 30.749 6.925 49.864-31.844 79.629-86.063 79.629-145.053m-131.62-71.367c-10.751-5.876-24.315-2.005-30.275 8.774-5.932 10.778-2.005 24.324 8.773 30.275 11.986 6.582 19.432 18.977 19.432 32.318 0 13.35-7.446 25.735-19.422 32.317-10.779 5.951-14.706 19.497-8.774 30.276 5.97 10.825 19.543 14.668 30.276 8.773 26.208-14.437 42.493-41.778 42.493-71.376 0-29.597-16.285-56.929-42.503-71.357'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;background-size:60%;box-shadow:none;filter:brightness(.8)}.progresscircle{height:2.3em;margin-left:-.15em;margin-top:-.3em;position:absolute;width:2.3em}.progresscircle path{fill:none;stroke:var(--pxt-neutral-background1);stroke-linecap:round}#headers{color:var(--pxt-neutral-background1);display:flex;height:4rem;position:relative;z-index:42}#headers #headerToolbar{position:absolute;right:0}#headers #flyoutHeader{box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#headers #flyoutHeader #flyoutHeaderTitle{padding-left:1.2rem;padding-top:.8rem}#headers div{display:inline-block;line-height:2rem;text-align:center}.flyoutOnly #headers{height:4rem}.flyoutOnly #headers div{display:inline-flex}.hideToolbox #headers #flyoutHeader{display:none}.flyoutOnly.sidebarTutorial.tutorial #maineditor{left:33.3%}.flyoutOnly.sidebarTutorial.tutorial #maineditor>.full-abs{top:0}.flyoutOnly.sidebarTutorial.tutorial #maineditor>#blocksArea{top:3rem}.flyoutOnly.sidebarTutorial.tutorial #sidebar{background-color:var(--pxt-target-background2);color:var(--pxt-target-foreground2);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;height:100%;overflow-y:auto;padding:.8rem 1.6rem;width:33.3%}.flyoutOnly.sidebarTutorial.tutorial #sidebar .tutorialTitle{font-size:1.5rem;padding-bottom:1.6rem;word-wrap:break-word}.flyoutOnly.sidebarTutorial.tutorial #sidebar .tutorialMessage{font-size:1.2rem;padding-bottom:2rem}.flyoutOnly.sidebarTutorial.tutorial #sidebar #callout{padding:1.5rem 0 4rem;position:relative}.flyoutOnly.sidebarTutorial.tutorial #sidebar #callout .callout-hint-header{font-size:1.5rem}.flyoutOnly.sidebarTutorial.tutorial #sidebar #callout .callout-hint{bottom:-1rem;height:5rem;left:1rem;position:absolute;width:5rem;z-index:2}.flyoutOnly.sidebarTutorial.tutorial #sidebar #callout .callout-wrapper{padding:0 1.5rem}.tutorial.tutorial-embed #maineditor,.tutorial.tutorial-embed #simulator .editor-sidebar,.tutorial.tutorial-embed .simView #simulators,.tutorial.tutorial-embed.sideDocs #sidedocs{top:2.25rem}.tutorial.tutorial-embed .simView #boardview{padding-top:2.25rem}.tutorial.tutorial-embed .menubar .ui.menu{height:2.25rem!important;min-height:2.25rem!important}.tutorial.tutorial-embed #mainmenu .left.menu,.tutorial.tutorial-embed #mainmenu .right.menu{display:none}.tutorial.tutorial-embed #mainmenu .menu{height:2.25rem;position:absolute;width:100%}.tutorial.tutorial-embed #mainmenu .ui.item.tutorial-menuitem{background:none!important}.tutorial.tutorial-embed #mainmenu .immersive-reader-button.ui.item{background-size:1.7rem}.tutorial.tutorial-embed #mainmenu .ui.item.mobile.hide{display:flex!important}.tutorial.tutorial-embed #mainmenu .ui.item.mobile.only{display:none!important}@media only screen and (min-width:992px){.thin .landscape.only,.thin .portrait.hide{display:none}.thin .portrait.only{display:block!important;height:auto!important}}@media only screen and (min-width:768px) and (max-width:991px){.avatar-container .tooltip:before{right:2.1rem}}@media only screen and (max-width:767px){#tutorialcard .ui.button.prevbutton{display:none}#tutorialcard .ui.button.hintbutton{font-size:12.5px!important;top:80%;--bubble-pulse-size:16px}#tutorialcard .tutorialcard-immersive-reader{right:.5em}.tutorial #tutorialcard.hasHint .tutorialmessage{width:calc(100% - 2.5rem)}#tutorialcard:not(.hasHint) .tutorialmessage{width:calc(100% - .5rem)}.tutorialhint{right:-2rem;top:calc(20% + 2.1rem)}.tutorialhint:before{right:2rem;top:-20px}.avatar-container .tooltip{top:calc(80% + 1.1rem)}.avatar-container .tooltip:before{right:2.7rem}}@media only screen and (max-width:991px){.avatar-container .tooltip{width:8rem}#tutorialdropdown{width:auto}.tutorial.tutorial-embed #simulator .editor-sidebar{top:unset}}@media only screen and (max-height:44rem) and (min-width:767px){.tutorial #tutorialcard{padding-left:.5rem;padding-right:.5rem}.tutorial #tutorialcard .content{font-size:10pt}.modal.hintdialog img.ui.centered.image{max-height:12rem}}@keyframes shake{0%{transform:rotate(0deg)}10%{transform:rotate(-10deg)}20%{transform:rotate(10deg)}30%{transform:rotate(-10deg)}40%{transform:rotate(10deg)}50%{transform:rotate(-10deg)}60%{transform:rotate(10deg)}70%{transform:rotate(-10deg)}80%{transform:rotate(10deg)}90%{transform:rotate(-10deg)}to{transform:rotate(0deg)}}#simulator .editor-sidebar .tutorial-container-outer.active{background-color:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}.tutorial-container-outer{background-color:var(--pxt-neutral-background1)!important;color:var(--pxt-neutral-foreground1)!important}.tutorial-content-bkg{background-color:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1);padding:.5rem 1rem}.tutorial-container{display:flex;flex-direction:column;height:100%}.tutorial-content{flex:1;font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.125rem;margin-bottom:0;overflow-x:hidden;overflow-y:auto;padding:0}.tutorial-content span.docs.inlineblock{white-space:break-spaces}.tutorial-content p{line-height:1.6em}.tutorial-content hr{border:0;border-top:2px dashed var(--pxt-colors-blue-background)}.tutorial-content .lang-block .ui.segment.raised,.tutorial-content .lang-blocks .ui.segment.raised,.tutorial-content .ui.segment.raised.codewidget{background:var(--pxt-neutral-background2);color:var(--pxt-neutral-foreground2);overflow-x:auto}.tutorial-content .lang-block .ui.segment.raised code,.tutorial-content .lang-block .ui.segment.raised code.hljs,.tutorial-content .lang-blocks .ui.segment.raised code,.tutorial-content .lang-blocks .ui.segment.raised code.hljs,.tutorial-content .ui.segment.raised.codewidget code,.tutorial-content .ui.segment.raised.codewidget code.hljs{white-space:pre}.tutorial-scroll-gradient{background-image:linear-gradient(to bottom,var(--pxt-neutral-alpha0),var(--pxt-neutral-background1));bottom:0;height:3rem;pointer-events:none;position:absolute;width:calc(100% - 1rem)}.tutorial-replace-code+.tutorial-scroll-gradient{bottom:2rem}.tutorial-container .ui.button,.tutorial-container .ui.button:hover,.tutorial-controls .ui.button,.tutorial-controls .ui.button:hover{background-image:none;box-shadow:none}.tutorial-controls{border-top:2px solid var(--pxt-neutral-alpha50);margin-top:1rem}.tutorial-exit{color:#fff;cursor:pointer;font-size:.875rem;line-height:3.5rem;margin-right:1rem;position:absolute;right:0;top:0}.tutorial-exit:hover{text-decoration:underline}#mainmenu .tutorial-exit{font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif;text-transform:uppercase}.tutorial-top-bar{align-items:flex-end;display:flex;padding:.5rem 1rem 0}.tutorial-header-label{align-items:center;display:flex;flex-direction:row}.tutorial-header-label .ui.item{padding:.2rem!important}.tutorial-step-counter{background:var(--pxt-neutral-background1);border-bottom:2px solid var(--pxt-neutral-stencil1);padding:.5rem 1rem}.tutorial-step-label{color:var(--pxt-neutral-foreground1);cursor:default;display:flex;font-size:1rem;user-select:none}.tutorial-step-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tutorial-step-number:not(:first-child){flex-shrink:0;margin-left:1rem}#root.tabTutorial .tutorial-step-bubbles{align-items:center;display:flex;flex:1;justify-content:space-between;margin-left:auto}#root.tabTutorial .tutorial-step-bubbles .circle-button{background:var(--pxt-colors-blue-background);height:1rem;opacity:.6;transition:none;width:1rem}#root.tabTutorial .tutorial-step-bubbles .circle-button.current{background:var(--pxt-colors-blue-background);color:var(--pxt-colors-blue-foreground);height:2rem;opacity:1;user-select:none;width:2rem}#root.tabTutorial .tutorial-step-bubbles .circle-button.current~.circle-button{background:var(--pxt-neutral-alpha50);opacity:1}#root.tabTutorial .tutorial-step-bubbles .circle-button:focus-visible{outline:4px solid var(--pxt-focus-border);outline-offset:2px}#root.tabTutorial .tutorial-step-bubbles>.common-button.square-button{border:1px solid var(--pxt-colors-blue-background);color:var(--pxt-colors-blue-background);height:2rem;width:2rem}#root.tabTutorial .tutorial-step-bubbles>.common-button.square-button.disabled{visibility:hidden}.tutorial-title{font-size:1.5rem;font-weight:700;line-height:1.2em;margin-bottom:1rem}.tutorial-controls{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-bottom:1rem}.tutorial-controls .ui.button{background:var(--pxt-colors-blue-background);color:#fff;font-size:1.125rem;margin:0 1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tutorial-controls>.ui.button:last-child{margin-left:auto}.tutorial-controls .ui.button:focus,.tutorial-controls .ui.button:hover{background:var(--pxt-colors-blue-hover);color:var(--pxt-colors-blue-foreground)}.tutorial-controls .ui.button:focus-visible{outline:4px solid var(--pxt-focus-border);outline-offset:2px}.tutorial-hint .ui.button,.tutorial-hint.ui.button{border-radius:50%;font-size:1.5rem;height:3rem;margin:0;width:3rem}.tutorial-hint .ui.button,.tutorial-hint .ui.button>i,.tutorial-hint.ui.button,.tutorial-hint.ui.button>i{align-items:center;display:flex;justify-content:center}.tutorial-container-outer .tutorial-callout{border-color:var(--pxt-colors-teal-alpha10);bottom:5rem;left:3rem;max-width:50%;position:fixed;right:unset;top:unset}.tutorial-container-outer .tutorial-callout .hint-title{margin-top:-.75rem}.tutorial-container-outer .tutorial-callout .hint-title>span{background-color:var(--pxt-colors-teal-alpha10);border-radius:.5rem;color:var(--pxt-colors-teal-background);font-weight:700;padding:.25rem .75rem}.tutorial-container-outer .tutorial-callout:before{bottom:-2.5rem;display:none;left:6.5rem;top:auto;transform:rotate(-90deg)}.tutorial-container-outer .tutorial-callout-close.ui.button{background-color:#000;border-radius:50%;color:#fff;height:1.5rem;padding:0;position:absolute;right:1rem;width:1.5rem}.tutorial-container-outer .tutorial-callout-close.ui.button i.icon{font-size:1rem;margin:0!important;opacity:1}.tutorial-callout-mask{bottom:0;left:0;position:fixed;right:0;top:0;z-index:-1}.formatted-bullet-ul{padding:0}.formatted-bullet-li{display:flex;position:relative}.formatted-bullet-li p{padding:.4rem 0}.formatted-bullet{background:linear-gradient(var(--pxt-colors-blue-background),var(--pxt-colors-blue-background)) no-repeat 45% /2px 100%;flex-shrink:0;margin-right:.5rem}.formatted-bullet i.icon,.formatted-bullet i.xicon{background-color:var(--pxt-colors-blue-background);border-radius:50%;color:#fff;display:block;height:2.5rem;line-height:2.5rem;text-align:center;width:2.5rem}.formatted-bullet-ul .formatted-bullet-li:last-child{min-height:3.5rem}.formatted-bullet-ul .formatted-bullet-li:last-child .formatted-bullet:after{border-bottom:2px solid var(--pxt-colors-blue-background);bottom:0;content:" ";left:.75rem;position:absolute;width:1rem}.tutorial-replace-code{display:flex;justify-content:center}.tutorial-replace-code,.tutorial-replace-code .tutorial-callout-button.ui.button{font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif}.tutorial-replace-code .tutorial-callout-button.ui.button{background:none transparent;color:var(--pxt-link);font-weight:500;margin:0 0 1rem;padding:0}.tutorial-replace-code .tutorial-callout-button.ui.button:focus,.tutorial-replace-code .tutorial-callout-button.ui.button:hover{color:var(--pxt-link-hover)}.tutorial-replace-code .tutorial-callout{bottom:5rem;max-width:32rem;padding:1rem}.tutorial-replace-code .tutorial-replace-code-actions{display:flex;justify-content:flex-end}.simulator-container.hidden{display:block!important}.simulator-container .simPanel{height:100%;overflow-x:hidden;overflow-y:scroll;padding:1rem .5rem 1rem 1rem}.simulator-container .simPanel.ui.items{margin-top:0}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden{height:0;padding:0}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden .simPanel{align-items:flex-end;display:flex}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden .simPanel>*{display:none}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden .simPanel #boardview{display:inline-block}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden .simPanel #miniSimOverlay,#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden .simPanel .simtoolbar{display:block}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden .simPanel .play-button{display:none!important}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden .simPanel .expand-button,#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden .simPanel .fullscreen-button,#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden .simPanel .tutorial.mute-button{display:block!important}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden .simPanel aside.simtoolbar{float:unset}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden .tutorial-controls{display:none}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden #boardview #simulators .simframe,#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden #boardview.ui.vertical.editorFloat{background:transparent!important;width:17rem!important}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden #boardview #simulators{justify-content:flex-end}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden #boardview #simulators .simframe{margin-right:-2rem}#root.tabTutorial:not(.fullscreensim) .simulator-container.hidden aside.simtoolbar{z-index:5}#root.tabTutorial .simulator-container:not(.hidden) .simPanel{height:calc(100% - 5.725rem)}#root.tabTutorial #miniSimOverlay,#root.tabTutorial .simulator-container:not(.hidden) .simPanel .button.hidefullscreen,#root.tabTutorial.collapsedEditorTools:not(.fullscreensim) .simulator-container.hidden .simPanel .fullscreen-button,#root.tabTutorial.collapsedEditorTools:not(.fullscreensim) .simulator-container.hidden .simPanel .tutorial.mute-button{display:none!important}.tabTutorial.tutorial-embed #maineditor,.tabTutorial.tutorial-embed #simulator .editor-sidebar,.tabTutorial.tutorial-embed .simView #simulators,.tabTutorial.tutorial-embed.sideDocs #sidedocs{top:0}.tabTutorial.tutorial-embed .simView #boardview{padding-top:0}#root.headless.tabTutorial #simulator .editor-sidebar{background:none transparent;bottom:0;display:block;left:0;max-width:inherit;min-width:inherit;position:absolute;top:4rem}#root.headless.tabTutorial #simulator .editor-sidebar:not(.topInstructions){width:23rem}#root.headless.tabTutorial #simulator .editor-sidebar .simPanel{display:none}#root.headless.tabTutorial #boardview,#root.headless.tabTutorial .filemenu{display:auto}#root.headless.tabTutorial:not(.tutorialSimSidebar) #maineditor{left:23rem}#root.headless.tabTutorial.notificationBannerVisible #simulator .editor-sidebar{top:6rem}#root.headless.tabTutorial.hideMenuBar #simulator .editor-sidebar{height:100%;top:0}.tabTutorial .keymap.above{top:9.5rem}.tabTutorial details{background-color:var(--pxt-colors-teal-alpha10);border-radius:.5rem;color:var(--pxt-colors-teal-background);margin-bottom:1rem;padding:.5rem}.tabTutorial details summary{cursor:pointer}.tabTutorial .immersive-reader-button.ui.item{border:2px solid var(--pxt-neutral-stencil1);float:right;margin-left:1.5rem}.tutorial-validation-error-container{background:var(--pxt-neutral-background1);border-radius:.5rem;bottom:5.5rem;box-shadow:0 0 .5rem;color:var(--pxt-neutral-foreground1);left:24rem;max-height:70%;max-width:60%;min-width:18.75rem;position:fixed;right:unset;top:unset;z-index:40}.tutorial-validation-error-body{display:flex;flex-direction:row;padding:2rem 2rem 2rem .5rem}.tutorial-validation-error-hint{padding:1.5rem}.tutorial-validation-error-inner{display:flex;flex-direction:column}.tutorial-validation-error-emoji{padding:.5rem 1rem 0 .2rem;width:6rem}.tutorial-validation-error-controls{display:flex;justify-content:right;margin:.5rem 0 0}.tutorial-validation-error-controls>.common-button{width:unset}.tutorial-validation-error-close.common-button{padding:0!important;position:absolute;right:.6rem;top:.8rem}.tutorial-validation-error-close.common-button i.right{font-size:1.3rem;margin:0!important;opacity:1}.tutorial-validation-answer-key-hint{max-height:50vh;overflow:auto;padding-right:2rem}.tutorial-validation-answer-key-hint .lang-blocks .segment.raised{background:none;border:none;box-shadow:none;padding:0}@media only screen and (min-width:1199px){#root.tabTutorial:not(.fullscreensim,.greenscreen,.tutorialSimSidebar) #editortools{left:unset;right:0;width:calc(100% - 23rem)}}@media only screen and (min-width:991px) and (max-width:1199px){#root.tabTutorial:not(.fullscreensim,.greenscreen,.tutorialSimSidebar) #editortools{left:unset;right:0;width:calc(100% - 20rem)}}@media only screen and (min-width:991px){#root.tabTutorial:not(.fullscreensim,.greenscreen) #simulator .editor-sidebar:not(.topInstructions):not(.tutorial-sim){bottom:0}#root.tabTutorial:not(.fullscreensim,.greenscreen) .cloudstatusarea .cloudtext,#simulator .editor-sidebar:not(.topInstructions) .tutorial-container .tutorial-step-counter .tutorial-step-label{display:none}#simulator .editor-sidebar:not(.topInstructions) .tutorial-step-label{font-size:1rem;justify-content:space-between;margin-bottom:1.5rem}.tutorial-container-outer:not(.topInstructions) .tutorial-controls{padding-top:1rem}.topInstructionsWrapper #root.headless.tabTutorial #maineditor>.full-abs,.topInstructionsWrapper #root.tabTutorial #maineditor>.full-abs{top:18.625rem}.topInstructionsWrapper #root.headless.tabTutorial #simulator .editor-sidebar,.topInstructionsWrapper #root.tabTutorial #simulator .editor-sidebar{display:block!important;height:18.625rem;width:100%!important}.topInstructionsWrapper .tutorial-title{margin-bottom:.2rem}.topInstructionsWrapper .tutorial-content-bkg{display:flex;flex-direction:column;justify-content:space-between;min-height:100%;padding:.5rem 1rem .7rem}.topInstructionsWrapper .tutorial-content-bkg .tutorial-step-content{margin-right:1.5rem}.topInstructionsWrapper .tutorial-content-bkg .immersive-reader-button{position:absolute;right:1rem;top:.3rem}.topInstructionsWrapper .tutorial-step-label{display:none}.topInstructionsWrapper .tutorial-callout-button.ui.button{font-size:1.1em;height:2.5rem;width:2.5rem}.topInstructionsWrapper .editor-sidebar{border-bottom:0;border-right:0}.topInstructionsWrapper .tutorial-container-outer{padding-top:0}.topInstructionsWrapper .tutorial-container{flex-direction:row}.topInstructionsWrapper .tutorial-content{margin:0;padding-bottom:0}.topInstructionsWrapper .tutorial-replace-code+.tutorial-scroll-gradient,.topInstructionsWrapper .tutorial-scroll-gradient{bottom:0}.topInstructionsWrapper .simulator-container.hidden .tutorial-exit{margin-right:0;right:16rem}.topInstructionsWrapper .tutorial-top-bar{flex-direction:row-reverse;padding:.5rem 1rem;position:absolute;right:0;top:0;width:16rem}.topInstructionsWrapper .tutorial-step-counter{align-items:center;border-bottom:unset;column-gap:1rem;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-left:auto;padding:0}.topInstructionsWrapper .tutorial-step-counter .ui.button{margin:0;padding:.65rem}.topInstructionsWrapper .tutorial-step-counter .ui.button .icon{margin-left:0}.topInstructionsWrapper .tutorial-step-counter .counter-previous-button .icon{margin:0}.topInstructionsWrapper .tutorial-step-bubbles{min-width:30rem}.topInstructionsWrapper .tutorial-container .common-button.square-button{background:var(--pxt-colors-blue-background);border:unset;color:#fff!important;margin:0}.topInstructionsWrapper .tutorial-controls{align-items:center;display:flex;margin:.5rem 0 0;padding:.7rem 0 0}.topInstructionsWrapper .tutorial-controls>.ui.button{width:unset}.topInstructionsWrapper .tutorial-hint .tutorial-callout-button.ui.button.disabled{display:none}.topInstructionsWrapper .tutorial-container-outer:not(.topInstructions) .tutorial-callout{bottom:unset;left:unset;max-width:80%;top:unset;transform:translateY(15px)}.topInstructionsWrapper .tutorial-container-outer:not(.topInstructions) .tutorial-callout:before{bottom:auto;left:unset;right:3.5rem;top:-2.5rem;transform:rotate(90deg)}.topInstructionsWrapper .tutorial-replace-code{bottom:-.5rem;position:absolute;right:4.5rem;width:4rem}.topInstructionsWrapper .tutorial-replace-code .tutorial-callout{max-width:32rem;transform:translateY(65px)}.topInstructionsWrapper .tutorial-replace-code .tutorial-replace-code-actions .ui.button{width:unset}.topInstructionsWrapper .tutorial-replace-code~.tutorial-controls>.tutorial-hint{width:5rem}.topInstructionsWrapper #root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel{display:flex;height:100%;margin:0 4rem;position:relative;z-index:30}.topInstructionsWrapper #root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel #simulators{margin:auto;width:34rem}.topInstructionsWrapper #root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel .simframe{padding-bottom:39%!important}.topInstructionsWrapper #root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel .simtoolbar{flex-direction:column;flex-grow:0;margin-left:1rem;width:6rem}.topInstructionsWrapper #root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel .simtoolbar>.buttons{flex-direction:column}.topInstructionsWrapper #root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) #boardview{width:100%!important}.topInstructionsWrapper #root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .tutorial-controls{height:calc(100% - 3.5rem);justify-content:space-between;position:absolute;top:3.5rem;width:100%;z-index:10}.topInstructionsWrapper #root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .tutorial-controls .ui.button{height:100%}.topInstructionsWrapper #root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .tutorial-controls .ui.button:not(:hover){background-color:var(--pxt-neutral-alpha10)}.topInstructionsWrapper #root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .tutorial-controls>.ui.button:last-child{margin-bottom:.75rem;margin-top:.75rem}.topInstructionsWrapper #root.headless.tabTutorial.collapsedEditorTools #maineditor{left:0}.topInstructionsWrapper #root.headless.tabTutorial.collapsedEditorTools #simulator .editor-sidebar{width:100%}.topInstructionsWrapper #root.headless.tabTutorial.collapsedEditorTools .tutorial-top-bar{right:4rem}.topInstructionsWrapper #root.headless.tabTutorial.collapsedEditorTools #simulator .editor-sidebar .immersive-reader-button.ui.item,.topInstructionsWrapper #root.headless.tabTutorial.collapsedEditorTools #simulator .editor-sidebar .immersive-reader-button.ui.item:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='660' height='554' fill='none' viewBox='0 0 660 554'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M311.443 56.477c67.24-41.16 176.16-52.48 230.96-55.59 18.42-1.04 33.78 12.99 33.77 30.7v165.339c-20.02-3.184-40.933 5.525-52.427 23.813-9.796 15.585-10.427 34.449-3.205 50.089-14.21-.904-28.396 4.027-38.98 13.85v-65.8c0-46.961-56.634-69.581-89.248-36.97l-.002.002-73.812 73.795h-14.326V69.647c0-5.28 2.63-10.33 7.27-13.17m-39.26 199.228V69.467c0-5.29-2.62-10.14-7.27-12.99-67.23-41.16-176.15-52.47-230.95-55.59-18.42-1.04-33.78 12.99-33.78 30.7v337.85c0 16.24 13.13 29.78 30.02 30.66 35.326 1.856 96.439 7.233 153.686 22.829v-114.94c0-28.879 23.403-52.281 52.282-52.281z' clip-rule='evenodd'/%3E%3Cpath fill='%230082c9' d='m413.524 203.123-82.6 82.582h-94.753c-12.311 0-22.282 9.971-22.282 22.282v133.69c0 12.301 9.971 22.281 22.282 22.281h94.753l82.6 82.582c13.954 13.954 38.037 4.15 38.037-15.755V218.878c0-19.923-24.102-29.69-38.037-15.755m245.999 171.709c0-58.982-29.765-113.21-79.629-145.054-10.389-6.629-24.166-3.547-30.749 6.926-6.582 10.472-3.509 24.333 6.88 30.971 36.904 23.573 58.935 63.624 58.935 107.157s-22.031 83.584-58.935 107.156c-10.389 6.629-13.462 20.49-6.88 30.972 6.044 9.618 19.608 14.056 30.749 6.925 49.864-31.844 79.629-86.063 79.629-145.053m-131.62-71.367c-10.751-5.876-24.315-2.005-30.275 8.774-5.932 10.778-2.005 24.324 8.773 30.275 11.986 6.582 19.432 18.977 19.432 32.318 0 13.35-7.446 25.735-19.422 32.317-10.779 5.951-14.706 19.497-8.774 30.276 5.97 10.825 19.543 14.668 30.276 8.773 26.208-14.437 42.493-41.778 42.493-71.376 0-29.597-16.285-56.929-42.503-71.357'/%3E%3C/svg%3E")}.topInstructionsWrapper #root.headless.tabTutorial.collapsedEditorTools .tutorial-step-counter{color:#1b1c1d}.topInstructionsWrapper #root.headless.tabTutorial.collapsedEditorTools .tutorial-hint .tutorial-callout-button.ui.button{flex-direction:row;margin:3.5rem 1rem 0;width:12rem}.topInstructionsWrapper #root.headless.tabTutorial.collapsedEditorTools .tutorial-controls{align-items:flex-start}.topInstructionsWrapper #root.headless.tabTutorial.collapsedEditorTools .tutorial-controls .ui.button i.icon{margin-bottom:0!important}.topInstructionsWrapper .tutorial-title{max-width:calc(100% - 10rem)}.topInstructionsWrapper .tutorial-validation-error-container{left:unset;right:1rem}.topInstructionsWrapper .tutorial-step-bubbles{gap:1.5rem;justify-content:flex-end!important}.topInstructionsWrapper .tutorial-step-bubbles .circle-button{margin:0}.topInstructionsWrapper .tutorial-callout{bottom:unset;left:unset;right:unset;top:unset}}@media only screen and (min-width:991px) and (max-height:44rem){#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel{height:calc(100% - 5.725rem);min-height:250px}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) #boardview{height:calc(100% - 3rem);min-height:250px}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) #simulators,#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simframe{height:100%;min-height:250px}}@media only screen and (max-width:1199px){.tutorial-validation-error-container{left:21rem}}@media only screen and (max-width:991px){#root.headless.tabTutorial #maineditor>.full-abs,#root.tabTutorial #maineditor>.full-abs{top:18.625rem}#root.headless.tabTutorial #simulator .editor-sidebar,#root.tabTutorial #simulator .editor-sidebar{display:block!important;height:18.625rem;width:100%!important}.tutorial-title{margin-bottom:.2rem}.tutorial-content-bkg{display:flex;flex-direction:column;justify-content:space-between;min-height:100%;padding:.5rem 1rem .7rem}.tutorial-content-bkg .tutorial-step-content{margin-right:1.5rem}.tutorial-content-bkg .immersive-reader-button{position:absolute;right:1rem;top:.3rem}.tutorial-step-label{display:none}.tutorial-callout-button.ui.button{font-size:1.1em;height:2.5rem;width:2.5rem}.editor-sidebar{border-bottom:0;border-right:0}.tutorial-container-outer{padding-top:0}.tutorial-container{flex-direction:row}.tutorial-content{margin:0;padding-bottom:0}.tutorial-replace-code+.tutorial-scroll-gradient,.tutorial-scroll-gradient{bottom:0}.simulator-container.hidden .tutorial-exit{margin-right:0;right:16rem}.tutorial-top-bar{flex-direction:row-reverse;padding:.5rem 1rem;position:absolute;right:0;top:0;width:16rem}.tutorial-step-counter{align-items:center;border-bottom:unset;column-gap:1rem;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-left:auto;padding:0}.tutorial-step-counter .ui.button{margin:0;padding:.65rem}.tutorial-step-counter .ui.button .icon{margin-left:0}.tutorial-step-counter .counter-previous-button .icon{margin:0}.tutorial-step-bubbles{min-width:30rem}.tutorial-container .common-button.square-button{background:var(--pxt-colors-blue-background);border:unset;color:#fff!important;margin:0}.tutorial-controls{align-items:center;display:flex;margin:.5rem 0 0;padding:.7rem 0 0}.tutorial-controls>.ui.button{width:unset}.tutorial-hint .tutorial-callout-button.ui.button.disabled{display:none}.tutorial-container-outer:not(.topInstructions) .tutorial-callout{bottom:unset;left:unset;max-width:80%;top:unset;transform:translateY(15px)}.tutorial-container-outer:not(.topInstructions) .tutorial-callout:before{bottom:auto;left:unset;right:3.5rem;top:-2.5rem;transform:rotate(90deg)}.tutorial-replace-code{bottom:-.5rem;position:absolute;right:4.5rem;width:4rem}.tutorial-replace-code .tutorial-callout{max-width:32rem;transform:translateY(65px)}.tutorial-replace-code .tutorial-replace-code-actions .ui.button{width:unset}.tutorial-replace-code~.tutorial-controls>.tutorial-hint{width:5rem}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel{display:flex;height:100%;margin:0 4rem;position:relative;z-index:30}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel #simulators{margin:auto;width:34rem}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel .simframe{padding-bottom:39%!important}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel .simtoolbar{flex-direction:column;flex-grow:0;margin-left:1rem;width:6rem}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel .simtoolbar>.buttons{flex-direction:column}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) #boardview{width:100%!important}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .tutorial-controls{height:calc(100% - 3.5rem);justify-content:space-between;position:absolute;top:3.5rem;width:100%;z-index:10}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .tutorial-controls .ui.button{height:100%}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .tutorial-controls .ui.button:not(:hover){background-color:var(--pxt-neutral-alpha10)}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .tutorial-controls>.ui.button:last-child{margin-bottom:.75rem;margin-top:.75rem}#root.headless.tabTutorial.collapsedEditorTools #maineditor{left:0}#root.headless.tabTutorial.collapsedEditorTools #simulator .editor-sidebar{width:100%}#root.headless.tabTutorial.collapsedEditorTools .tutorial-top-bar{right:4rem}#root.headless.tabTutorial.collapsedEditorTools #simulator .editor-sidebar .immersive-reader-button.ui.item,#root.headless.tabTutorial.collapsedEditorTools #simulator .editor-sidebar .immersive-reader-button.ui.item:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='660' height='554' fill='none' viewBox='0 0 660 554'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M311.443 56.477c67.24-41.16 176.16-52.48 230.96-55.59 18.42-1.04 33.78 12.99 33.77 30.7v165.339c-20.02-3.184-40.933 5.525-52.427 23.813-9.796 15.585-10.427 34.449-3.205 50.089-14.21-.904-28.396 4.027-38.98 13.85v-65.8c0-46.961-56.634-69.581-89.248-36.97l-.002.002-73.812 73.795h-14.326V69.647c0-5.28 2.63-10.33 7.27-13.17m-39.26 199.228V69.467c0-5.29-2.62-10.14-7.27-12.99-67.23-41.16-176.15-52.47-230.95-55.59-18.42-1.04-33.78 12.99-33.78 30.7v337.85c0 16.24 13.13 29.78 30.02 30.66 35.326 1.856 96.439 7.233 153.686 22.829v-114.94c0-28.879 23.403-52.281 52.282-52.281z' clip-rule='evenodd'/%3E%3Cpath fill='%230082c9' d='m413.524 203.123-82.6 82.582h-94.753c-12.311 0-22.282 9.971-22.282 22.282v133.69c0 12.301 9.971 22.281 22.282 22.281h94.753l82.6 82.582c13.954 13.954 38.037 4.15 38.037-15.755V218.878c0-19.923-24.102-29.69-38.037-15.755m245.999 171.709c0-58.982-29.765-113.21-79.629-145.054-10.389-6.629-24.166-3.547-30.749 6.926-6.582 10.472-3.509 24.333 6.88 30.971 36.904 23.573 58.935 63.624 58.935 107.157s-22.031 83.584-58.935 107.156c-10.389 6.629-13.462 20.49-6.88 30.972 6.044 9.618 19.608 14.056 30.749 6.925 49.864-31.844 79.629-86.063 79.629-145.053m-131.62-71.367c-10.751-5.876-24.315-2.005-30.275 8.774-5.932 10.778-2.005 24.324 8.773 30.275 11.986 6.582 19.432 18.977 19.432 32.318 0 13.35-7.446 25.735-19.422 32.317-10.779 5.951-14.706 19.497-8.774 30.276 5.97 10.825 19.543 14.668 30.276 8.773 26.208-14.437 42.493-41.778 42.493-71.376 0-29.597-16.285-56.929-42.503-71.357'/%3E%3C/svg%3E")}#root.headless.tabTutorial.collapsedEditorTools .tutorial-step-counter{color:#1b1c1d}#root.headless.tabTutorial.collapsedEditorTools .tutorial-hint .tutorial-callout-button.ui.button{flex-direction:row;margin:3.5rem 1rem 0;width:12rem}#root.headless.tabTutorial.collapsedEditorTools .tutorial-controls{align-items:flex-start}#root.headless.tabTutorial.collapsedEditorTools .tutorial-controls .ui.button i.icon{margin-bottom:0!important}.tutorial-title{max-width:calc(100% - 10rem)}.tutorial-validation-error-container{left:unset;right:1rem}.tutorial-step-bubbles{min-width:25rem}#root.headless.tabTutorial #simulator .editor-sidebar,#simulator .editor-sidebar{top:3.5rem}.tutorial-container>.ui.button i.icon{margin-bottom:.5rem!important}}@media only screen and (min-width:767px) and (max-height:44rem){#root.headless.tabTutorial #simulator .editor-sidebar,#root.tabTutorial #simulator .editor-sidebar{top:3rem}}.tutorial-video-embed{align-items:center;display:flex;flex-direction:column;justify-content:center}.tutorial-video-embed>button{border:1px solid var(--pxt-colors-blue-background);color:var(--pxt-colors-blue-background);display:block;margin-top:.5rem}.tutorial-step-content video{max-width:100%}@media only screen and (max-width:767px){#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel #simulators{width:16rem}#root.tabTutorial:not(.fullscreensim) .simulator-container:not(.hidden) .simPanel .simframe{padding-bottom:83%!important}#root.headless.tabTutorial.collapsedEditorTools .tutorial-hint .tutorial-callout-button.ui.button{margin:0}.tutorial-title{max-width:100%}.tutorial-step-bubbles{min-width:20rem}.tutorial-step-bubbles .ui.button{padding:.5rem}.tutorial-step-bubbles .ui.button .right{margin:0;padding:0}.tutorial-step-bubbles .counter-next-button .common-button-label{display:none}.tutorial-header-label .tutorial-header-step-label{display:none!important}.tutorial-validation-error-container{bottom:1rem;max-width:unset;min-width:unset;right:2.5%;width:95%}.tutorial-validation-error-body{padding:1.2rem 1rem 1rem}.tutorial-validation-error-emoji{display:none}.tutorial-validation-error-controls{justify-content:left}.tutorial-validation-error-controls>.common-button{padding:.8rem .8rem .8rem .25rem}.tutorial-validation-error-close.common-button{right:.3rem}}#sidedocs{opacity:0;right:0;top:0;visibility:hidden;width:0;z-index:95}code.hljs{background:none}#sidedocsbar{position:absolute;right:1rem}#sidedocsframe{background:#fff;border:none;height:0;width:0}#sidedocstoggle{left:auto;right:0}.sideDocs #sidedocs{height:calc(100% - 10.7rem);opacity:1;position:fixed;top:5rem;visibility:visible;width:20rem}.sideDocs #sidedocsframe-wrapper{position:relative;-webkit-overflow-scrolling:touch;border-bottom-left-radius:5px;border-top-left-radius:5px;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.41);-moz-box-shadow:0 0 20px 0 rgba(0,0,0,.41);box-shadow:0 0 20px 0 rgba(0,0,0,.41);height:100%;overflow:auto;width:20rem;z-index:95}.sideDocs #sidedocsframe-wrapper:has(aside:focus-visible){outline:4px solid var(--pxt-focus-border)}.sideDocs #sidedocsframe{height:100%;position:absolute;top:0;width:100%}.sideDocs #sidedocstoggle{right:20rem;transition:right .5s,opacity .5s linear}.sideDocs #sidedocsbar{top:1rem;z-index:96}#sidedocsbar .ui.link .icon{cursor:pointer;font-size:1.28571429rem}.sideDocs.editorlang-text #sidedocs{min-width:18rem;width:50%!important}.sideDocs.editorlang-text #sidedocsframe,.sideDocs.editorlang-text #sidedocsframe-wrapper{width:100%!important}.sideDocs.editorlang-text #sidedocstoggle{right:calc(50% - .5rem)!important}@media only screen and (max-width:36rem){.sideDocs.editorlang-text #sidedocstoggle{right:17rem!important}}@media only screen and (min-width:1200px){.sideDocs #sidedocs,.sideDocs #sidedocsframe,.sideDocs #sidedocsframe-wrapper{width:28rem!important}.sideDocs #sidedocstoggle{right:28rem!important}}@media only screen and (max-width:991px){.sideDocs #sidedocs{height:calc(100% - 15.5rem);top:4.5rem}.sideDocs.collapsedEditorTools #sidedocs,.sideDocs.hideEditorFloats #sidedocs{height:calc(100% - 10.2rem)}}@media only screen and (max-width:767px){.sideDocs #sidedocs,.sideDocs #sidedocsframe,.sideDocs #sidedocsframe-wrapper{width:18rem!important}.sideDocs #sidedocstoggle{right:18rem!important}}@media only screen and (max-height:44rem) and (min-width:767px){.sideDocs #sidedocs{top:4rem}}#keyboardnavhelp{background-color:#fff;color:#333;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;height:100%;overflow:auto;padding:1rem}#keyboardnavhelp .key{border:1px solid var(--pxt-neutral-foreground1);border-radius:5px;display:inline-flex;justify-content:center;min-width:1.8em;padding:.2rem}#keyboardnavhelp .shortcut{gap:.5rem}#keyboardnavhelp .hint{font-size:85%;line-height:1;margin:.5rem 0 0}#keyboardnavhelp table{table-layout:fixed;text-align:left;width:100%}#keyboardnavhelp td,#keyboardnavhelp th{padding:.4rem .2rem;vertical-align:top}#keyboardnavhelp tr{margin-bottom:.3rem}#keyboardnavhelp h3{margin-top:2rem}#homescreen{background:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1);user-select:none;z-index:999}.projectsdialog{height:100%;overflow:auto;position:relative;z-index:1000}.projectsdialog .accessibleMenu{z-index:1002!important}.projectsdialog .accessibleMenu .ui.button:focus,.projectsdialog .accessibleMenu .ui.item:focus{z-index:1001!important}.projectsdialog .ui.segment.getting-started-segment{background-repeat:no-repeat;background-size:cover;border:0;border-radius:0;height:300px;margin-bottom:2.1rem!important;margin-top:-2.1rem!important;padding:0}.projectsdialog .ui.segment.getting-started-segment .column{padding:0!important}.projectsdialog .ui.segment.getting-started-segment .getting-started{margin-top:70px;padding:60px}.projectsdialog .ui.segment.getting-started-segment.hero{overflow:hidden;-webkit-transition:background-image .5s ease-in;transition:background-image .5s ease-in}.projectsdialog .ui.segment.getting-started-segment.hero .hero-banner-contents{display:flex;flex-direction:column;height:100%;justify-content:center;left:0;margin-left:60px;position:absolute;top:0;width:20rem}.projectsdialog .ui.segment.getting-started-segment.hero .description{align-items:flex-end;color:#fff;display:flex;font-size:1.5rem;font-weight:600;height:6.5rem;overflow-y:auto;width:20rem}.projectsdialog .ui.segment.getting-started-segment.hero .description p{flex-grow:0;max-height:100%}.projectsdialog .ui.segment.getting-started-segment.hero .action{margin:1rem 0}.projectsdialog .ui.segment.getting-started-segment.hero .action a:focus-visible,.projectsdialog .ui.segment.getting-started-segment.hero .action button:focus-visible{outline-color:var(--pxt-neutral-stencil3);outline-style:solid;outline-width:4px!important}.projectsdialog .ui.segment.getting-started-segment.hero .dots{align-self:flex-start;border-radius:50px;line-height:0;margin-top:8px}.projectsdialog .ui.segment.getting-started-segment.hero .dots:focus-visible{outline-color:#fff;outline-offset:4px;outline-style:solid;outline-width:3px!important}.projectsdialog .ui.segment.getting-started-segment.hero .dots button{border:2px solid var(--pxt-neutral-alpha50);margin-right:1.25rem;transition:background-color .5s}.projectsdialog .ui.segment.getting-started-segment.hero .dots button.active{background-color:transparent;border-color:hsla(0,0%,100%,.75)}.projectsdialog .ui.segment.getting-started-segment.hero .dots button:last-child{margin-right:0}.projectsdialog .ui.segment.getting-started-segment.hero .gradient-overlay{background:linear-gradient(90deg,#000 0,transparent);height:100%;left:0;position:relative;top:0;width:40rem}.projectsdialog .content{height:100%}.projectsdialog .ui.segment.tabsegment{background:var(--pxt-target-background1);border:0;color:var(--pxt-target-foreground1);margin:0;min-height:100%;padding:0;padding-top:6rem!important;width:100%}.projectsdialog .ui.segment.gallerysegment{background:none;border:none;box-shadow:none;margin:0;padding:0}.projectsdialog .ui.segment.gallerysegment .ui.header{color:var(--pxt-target-foreground1);font-size:20px;margin:0;padding-left:60px}.projectsdialog .ui.segment.gallerysegment .ui.header.myproject-header{cursor:pointer;outline:none}.projectsdialog .ui.segment.gallerysegment .ui.header.myproject-header>.view-all-button{border-bottom:1px solid var(--pxt-neutral-alpha0);color:var(--pxt-primary-background);font-size:14px;font-weight:500;margin-left:1.5em;transition:border-color .4s ease}.projectsdialog .ui.segment.gallerysegment .ui.header.myproject-header>.view-all-button:focus,.projectsdialog .ui.segment.gallerysegment .ui.header.myproject-header>.view-all-button:hover{border-color:var(--pxt-primary-background)}.projectsdialog .ui.segment.gallerysegment .ui.header.myproject-header>.view-all-button:focus-visible{outline-color:var(--pxt-focus-border);outline-offset:2px;outline-style:solid;outline-width:5px!important}.projectsdialog .ui.segment.gallerysegment .heading{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:-1rem!important;margin-top:1rem!important}.projectsdialog .ui.segment.gallerysegment .column{padding:0!important}.projectsdialog .ui.segment.gallerysegment .column.right.aligned{padding-right:60px!important}.projectsdialog .import-dialog-btn{position:relative;z-index:1}.projectsdialog .import-dialog-btn:focus-visible{outline-color:var(--pxt-focus-border);outline-offset:2px;outline-style:solid;outline-width:5px!important}.projectsdialog .homefooter{left:0;padding:5px!important;position:absolute;right:0;text-align:center;width:100%;z-index:1001}.projectsdialog .homefooter .item{font-size:.8rem!important}.projectsdialog .homefooter .item,.projectsdialog .homefooter .item .icon{color:var(--pxt-neutral-foreground1)!important}.projectsdialog .homefooter .item.copyright{display:block;font-size:.7rem!important;line-height:15px!important}.projectsdialog .ui.card:hover{background-color:var(--pxt-neutral-background1);border:5px solid var(--pxt-neutral-background1)!important;transform:scale(1.1)}.projectsdialog .header{user-select:none}.projectsdialog .carouselitem.selected .ui.card{border:10px solid var(--pxt-neutral-background1)!important;z-index:1002}.projectsdialog .carouselitem.selected .ui.card:hover{transform:none}.projectsdialog .carouselitem.selected .ui.card:after,.projectsdialog .carouselitem.selected .ui.card:before{border:solid transparent;content:" ";height:0;left:50%;pointer-events:none;position:absolute;top:100%;width:0}.projectsdialog .carouselitem.selected .ui.card:after{border-color:var(--pxt-neutral-alpha0);border-top-color:var(--pxt-neutral-background1);border-width:10px;margin-left:-10px}.projectsdialog .carouselitem.selected .ui.card:before{border-color:var(--pxt-neutral-alpha0);border-top-color:var(--pxt-neutral-stencil3);border-width:17px;margin-left:-17px}.projectsdialog .detailview{margin-top:-2rem;overflow:hidden;position:relative;transition:height .5s;z-index:1001}.projectsdialog .detailview .ui.grid{background:var(--pxt-neutral-background3)}.projectsdialog .detailview .column{height:15rem}.projectsdialog .detailview .segment{margin:2rem 0 0;padding-left:60px}.projectsdialog .detailview .imagewrapper{bottom:0;left:30%;overflow:hidden;padding:0;position:absolute;right:0;top:0}.projectsdialog .detailview .imagewrapper .image{background-size:cover;height:400px}.projectsdialog .detailview .imagewrapper .video{background-size:cover;width:100%}.projectsdialog .detailview .imagewrapper:after{background:linear-gradient(90deg,var(--pxt-neutral-background3),var(--pxt-neutral-alpha0));bottom:0;content:" ";left:0;pointer-events:none;position:absolute;right:0;top:0}.projectsdialog .detailview .header{color:var(--pxt-neutral-foreground3);font-size:20px;margin-bottom:1rem}.projectsdialog .detailview .description-container{margin-bottom:.5rem;max-height:8rem;overflow-y:auto}.projectsdialog .detailview .detail{color:var(--pxt-neutral-foreground3)}.projectsdialog .detailview .yt-button,.projectsdialog .detailview button.home-share-button{border-radius:.5rem;display:inline-block}.projectsdialog .detailview .yt-button{background-color:var(--pxt-primary-background)}.projectsdialog .detailview button.home-share-button{background-color:var(--pxt-target-background1);color:var(--pxt-neutral-foreground1)}.projectsdialog .detailview .ui.grid.stackable .actions{bottom:0;padding-right:4rem!important;position:relative;text-align:right}.projectsdialog .detailview .ui.grid.stackable .actions .segment{padding:0;white-space:nowrap}.projectsdialog .detailview .ui.grid.stackable .actions .card-action{border:5px solid transparent;border-radius:.75rem!important;display:inline-block;margin:0 0 0 1rem;overflow:hidden;position:relative;text-align:center;transition-duration:.1s}.projectsdialog .detailview .ui.grid.stackable .actions .card-action>.icon,.projectsdialog .detailview .ui.grid.stackable .actions .card-action>.item{background:var(--pxt-target-background1);color:var(--pxt-target-foreground1);height:8rem}.projectsdialog .detailview .ui.grid.stackable .actions .card-action .button.attached i{color:var(--pxt-neutral-foreground1);display:block;margin:auto!important;opacity:.65}.projectsdialog .detailview .ui.grid.stackable .actions .card-action .button.attached i.blocks,.projectsdialog .detailview .ui.grid.stackable .actions .card-action .button.attached i.js,.projectsdialog .detailview .ui.grid.stackable .actions .card-action .button.attached i.py{opacity:.05}.projectsdialog .detailview .ui.grid.stackable .actions .card-action .button.attached .icon:not(.xicon){font-size:5rem;line-height:8rem;margin:0 auto!important}.projectsdialog .detailview .ui.grid.stackable .actions .card-action .button.approve{background-color:var(--pxt-primary-background);color:var(--pxt-neutral-foreground3);transition-duration:0s;width:100%}.projectsdialog .detailview .ui.grid.stackable .actions .card-action-title{color:var(--pxt-neutral-foreground1);font-size:1.43rem;font-weight:700;left:50%;pointer-events:none;position:absolute;top:40%;transform:translateX(-50%) translateY(-50%)}.projectsdialog .detailview .ui.grid.stackable .actions .card-action:hover{border-color:var(--pxt-focus-border);cursor:pointer}.projectsdialog .detailview .ui.grid.stackable .actions .card-action:hover .ui.button{filter:none}.projectsdialog .detailview .ui.grid.stackable .actions .card-action:hover .ui.button:first-child:hover{z-index:auto}.projectsdialog .detailview .ui.grid.stackable .actions .card-action:focus-within{border-color:var(--pxt-focus-border)}.projectsdialog .detailview .ui.grid.stackable .actions .card-action:hover{transform:scale(1.1)}.projectsdialog .detailview .ui.grid.stackable .actions .card-action.custom-icon i.xicon{font-size:6.5rem;padding-top:3.5rem}.projectsdialog .detailview .ui.grid.stackable .actions .card-action:not(.custom-icon) .xicon:before{visibility:hidden}.projectsdialog .detailview .ui.grid.stackable .actions .card-action:not(.custom-icon) i.xicon{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='1000' viewBox='0 0 1000 1000'%3E%3Cpath d='M219.119 941.69h577.03c22.843 0 41.383-18.539 41.383-41.492V695.495c-7.394-24.829-28.582-27.146-48.445-8.276-1.766 0-21.63 24.388-67.315 24.388-54.514-1.656-98.986-41.934-107.262-94.572h-.552c-.432-3.864-.432-25.16 0-29.023h.552c8.276-52.527 52.748-92.916 107.262-94.571 45.686 0 65.439 24.388 67.315 24.388 19.311 18.318 40.72 13.904 48.445-8.056l.096-189.364c0-19.201-13.243-36.306-31.01-40.94-3.311.883-179.763 0-179.763 0-43.479 3.532-58.707-25.713-34.54-51.204 0-1.766 24.388-21.629 24.388-67.315-1.656-54.513-42.044-98.985-94.572-107.262v-.552c-3.864-.432-25.16-.432-29.023 0v.552c-52.527 8.277-92.916 52.749-94.681 107.262 0 45.686 24.387 65.44 24.387 67.315 24.278 25.491 14.125 53.52-34.32 51.203 0 0-176.452.884-179.762 0-17.878 4.637-31.12 21.63-31.12 40.941V900.2c0 22.842 18.54 41.492 41.492 41.492z' class='st1'/%3E%3C/svg%3E") no-repeat 50%;background-blend-mode:color-burn;background-size:70%;font-size:6.5rem!important}.projectsdialog .detailview .ui.grid.stackable .actions .card-action:not(.custom-icon) i.xicon.py{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='1000' style='clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;version:1.1' viewBox='0 0 1000 1000'%3E%3Cpath d='m503.415 730.842-1.25 28.765 228.868 2.501s.553 83.963 0 96.3c-3.535 78.874-47.389 95.999-128.817 110.057-81.427 14.057-171.498 5.077-205.105 0-108.896-16.451-121.313-112.558-121.313-112.558s-.481-204.44 0-240.124S320.969 515.221 377.1 513.23c71.167-2.524 194.071 2.041 252.63 0 58.56-2.04 130.375-58.917 132.569-132.568s1.25-115.06 1.25-115.06l90.047 2.502s119.183-4.794 121.312 246.377c1.989 234.636-179.876 216.383-180.093 216.361zm129.442 173.84c-23.814 0-43.147-19.334-43.147-43.147 0-23.814 19.333-43.148 43.147-43.148s43.147 19.334 43.147 43.148c0 23.813-19.333 43.147-43.147 43.147M208.066 263.133h291.4l1.25-28.765-228.868-2.501s-.552-83.963 0-96.3c3.535-78.874 47.389-95.999 128.817-110.057 81.427-14.057 171.499-5.077 205.106 0 108.895 16.451 121.312 112.558 121.312 112.558s.481 204.44 0 240.124-45.171 100.562-101.302 102.553c-71.167 2.524-194.071-2.041-252.63 0-58.56 2.04-130.375 58.917-132.569 132.568s-1.25 115.059-1.25 115.059l-90.047-2.501S30.102 730.665 27.973 479.494c-1.99-234.776 180.093-216.361 180.093-216.361m161.958-173.84c23.814 0 43.147 19.334 43.147 43.147 0 23.814-19.333 43.148-43.147 43.148s-43.147-19.334-43.147-43.148c0-23.813 19.333-43.147 43.147-43.147'/%3E%3C/svg%3E")}.projectsdialog .detailview .ui.grid.stackable .actions .card-action:not(.custom-icon) i.xicon.js{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 630 630'%3E%3Cpath d='M0 0v630h630V0zm479.453 285.846c37.638 0 64.703 13.112 84.154 47.367l-46.095 29.601c-10.15-18.182-21.144-25.37-38.059-25.37-17.339 0-28.334 10.994-28.334 25.37 0 17.763 10.996 24.951 36.367 35.948l14.801 6.343c50.325 21.57 78.658 43.557 78.658 93.034 0 53.287-41.865 82.465-98.11 82.465-54.975 0-90.499-26.217-107.835-60.473l48.207-27.912c12.69 20.724 29.183 35.947 58.361 35.947 24.532 0 40.174-12.265 40.174-29.182 0-20.298-16.07-27.488-43.137-39.326l-14.796-6.347c-42.715-18.182-71.051-41.017-71.051-89.227 0-44.404 33.831-78.238 86.695-78.238M283.64 289.23h59.203v202.137c0 61.32-35.944 89.233-88.385 89.233-47.36 0-74.85-24.528-88.805-54.127l-.002.002v-.006l.002.004 48.211-29.176c9.302 16.491 17.762 30.443 38.057 30.443 19.454 0 31.719-7.61 31.719-37.21z'/%3E%3C/svg%3E")}.projectsdialog .detailview .ui.grid.stackable .actions .card-action>a:first-child{display:inline-block;padding:0;width:100%}.projectsdialog .detailview .ui.grid.stackable .actions .card-action .button{border:none!important;box-shadow:none!important;margin:0;outline:none!important}.projectsdialog .detailview>.closeIcon{margin:1.5rem;position:absolute;right:0;top:0;z-index:1}.projectsdialog .detailview>.closeIcon .remove.icon{background-color:var(--pxt-neutral-background3);border-radius:50%;color:var(--pxt-neutral-foreground3);cursor:pointer;font-size:2.15rem;height:2.15rem;line-height:2.15rem;opacity:.9;transition:all .15s ease-out;width:2.15rem}.projectsdialog .detailview>.closeIcon .remove.icon:focus,.projectsdialog .detailview>.closeIcon .remove.icon:hover{box-shadow:0 0 0 3px var(--pxt-neutral-alpha20);opacity:1;transform:scale(1.1)}.projectsdialog .tutorial-progress.not-finished{background-color:var(--pxt-primary-background)!important;color:var(--pxt-primary-foreground)!important}.projectsdialog .ui.card,.scriptmanager .ui.cards .ui.card{background-color:var(--pxt-neutral-background1);border:5px solid var(--pxt-neutral-stencil2)!important;border-radius:0;color:var(--pxt-neutral-foreground1);margin-right:5px}.projectsdialog .ui.card .content,.projectsdialog .ui.card .ui.image,.projectsdialog .ui.card .ui.imagewrapper,.scriptmanager .ui.cards .ui.card .content,.scriptmanager .ui.cards .ui.card .ui.image,.scriptmanager .ui.cards .ui.card .ui.imagewrapper{border-radius:0!important}.projectsdialog .ui.card .content .tags,.projectsdialog .ui.card .ui.image .tags,.projectsdialog .ui.card .ui.imagewrapper .tags,.scriptmanager .ui.cards .ui.card .content .tags,.scriptmanager .ui.cards .ui.card .ui.image .tags,.scriptmanager .ui.cards .ui.card .ui.imagewrapper .tags{color:var(--pxt-neutral-foreground2);font-size:1rem}.projectsdialog .ui.card .header,.projectsdialog .ui.card .meta,.scriptmanager .ui.cards .ui.card .header,.scriptmanager .ui.cards .ui.card .meta{color:var(--pxt-neutral-foreground1)}.projectsdialog .ui.card:focus,.scriptmanager .ui.cards .ui.card:focus{border:2px solid transparent;outline-color:var(--pxt-focus-border);outline-style:solid;outline-width:5px!important}.projectsdialog,.ui.fullscreen.modal.scriptmanager>.content{background:var(--pxt-target-background1);color:var(--pxt-target-foreground1)}.carouselouter{position:relative}.carouselcontainer{overflow:hidden;padding:2rem 60px!important}.carouselbody{overflow-y:visible;touch-action:pan-y}.carouselitem{float:left}.carouselarrow{background:var(--pxt-target-background1);color:var(--pxt-primary-background);cursor:pointer;display:block;font-size:50.84745763px!important;height:100%;line-height:1;opacity:.7;outline:none;overflow:hidden;position:absolute;top:0;width:60px;z-index:1000}.carouselarrow:focus,.carouselarrow:hover{opacity:1;transition:opacity .1s ease-out 0s}.carouselarrow:focus .icon,.carouselarrow:hover .icon{transform:scale(1.4);transition:transform .1s ease-out 0s}.carouselarrow:focus{outline:solid 3px var(--pxt-primary-background)}.carouselarrow .icon{position:absolute;top:40%}.carouselarrow.left{left:0}.carouselarrow.right{right:0}.gallerysegment .ui.card,.gallerysegment .ui.cards .card{background-color:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}.gallerysegment .ui.card:focus,.gallerysegment .ui.card:hover,.gallerysegment .ui.cards .card:focus,.gallerysegment .ui.cards .card:hover{background-color:var(--pxt-neutral-background1)!important;border-color:var(--pxt-neutral-background1)!important;color:var(--pxt-neutral-foreground1)!important}.inverted-theme .projectsdialog .detailview .actions .card-action>.icon,.inverted-theme .projectsdialog .detailview .actions .card-action>.item{background:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}.inverted-theme .projectsdialog .detailview .actions .card-action .button.approve{color:var(--pxt-primary-foreground)}.inverted-theme .projectsdialog .detailview .actions .card-action i.xicon{filter:invert(1)}@media only screen and (max-width:991px){.projectsdialog .ui.segment.getting-started-segment{background-position:0;height:250px}.projectsdialog .ui.segment.getting-started-segment .getting-started{margin-top:40px;padding:40px}.projectsdialog .ui.segment.getting-started-segment .getting-started-header{font-size:40px}.projectsdialog .ui.segment.getting-started-segment.hero .hero-banner-contents{margin-left:40px}.projectsdialog .ui.segment.tabsegment{padding-top:5.5rem!important}.projectsdialog .gallerysegment .column{padding:0!important}.projectsdialog .gallerysegment .column.right.aligned{padding-right:40px!important}.projectsdialog .gallerysegment .ui.header{padding-left:40px}.projectsdialog .detailview .actions .card-action{max-width:10rem}.projectsdialog .detailview .actions .card-action .button.attached .icon:not(.xicon){line-height:6rem}.projectsdialog .detailview .actions .card-action>.icon,.projectsdialog .detailview .actions .card-action>.item{background-size:60%;height:6rem;max-width:10rem}.projectsdialog .detailview .actions .segment{margin-right:2rem;margin-top:4rem}.projectsdialog .detailview .ui.button.approve{font-size:1rem!important;padding:.7rem 1rem}.carouselcontainer{padding:2rem 40px!important}.carouselarrow{font-size:33.89830508px!important;width:40px}.projectsdialog .ui.card,.projectsdialog .ui.cards>.card{width:200px}}@media only screen and (max-width:767px){.projectsdialog .ui.segment.getting-started-segment{height:10rem;margin-bottom:.5rem!important}.projectsdialog .ui.segment.getting-started-segment .getting-started-header{font-size:30px}.projectsdialog .ui.segment.getting-started-segment .getting-started{padding:20px}.projectsdialog .ui.segment.getting-started-segment.hero .hero-banner-contents{margin-left:20px}.projectsdialog .ui.segment.getting-started-segment.hero .hero-banner-contents .description{font-size:1rem;height:4rem;width:12rem}.projectsdialog .ui.segment.getting-started-segment.hero .hero-banner-contents .dots{display:none}.projectsdialog .ui.segment.tabsegment{padding-top:5.5rem!important}.projectsdialog .gallerysegment .column.right.aligned{padding-right:20px!important}.projectsdialog .gallerysegment .ui.header{padding-left:20px}.projectsdialog .carouselitem.selected .ui.card{border-width:5px!important;margin-top:-8px}.carouselcontainer{padding:2rem 20px!important}.carouselarrow{font-size:16.94915254px!important;width:20px}.projectsdialog .ui.card.buttoncard .content{padding:1rem}.projectsdialog .ui.card.buttoncard .header{font-size:12pt!important}.projectsdialog .ui.card.example .ui.huge.label{font-size:1rem}.projectsdialog .ui.card.example .ui.cardimage,.projectsdialog .ui.card.example .ui.image{height:6rem}.projectsdialog .ui.card.example .content .header{font-size:1rem}.projectsdialog .ui.card.example .ui.image~.content{height:2.4rem;padding:.7rem}.projectsdialog .ui.card.example .ui.image~.content.tall{height:3rem}.projectsdialog .ui.card.example .ui.image~.content.tall .tags{font-size:.8rem}.projectsdialog .ui.card.file .content .header{font-size:1rem}.projectsdialog .ui.card.file .content{margin-left:0}.projectsdialog .ui.card.file .meta{font-size:.7rem;padding:.5rem}.projectsdialog .carouselcontainer{padding:1.5rem 20px!important}.projectsdialog .detailview .column:first-child{height:auto;overflow:visible}.projectsdialog .detailview .column:first-child .segment{padding-bottom:1rem}.projectsdialog .detailview .actions{height:auto;padding-right:20px!important}.projectsdialog .detailview .actions .card-action{border-width:3px;display:inline-block;margin:0 0 0 .5rem;width:8rem}.projectsdialog .detailview .actions .card-action>.icon,.projectsdialog .detailview .actions .card-action>.item{height:2rem}.projectsdialog .detailview .actions .card-action .xicon{background-image:none!important}.projectsdialog .detailview .actions .card-action .button.approve{font-size:.9rem!important;padding:.35em .75em .5em}.projectsdialog .detailview .actions .card-action .button.attached .icon:not(.xicon){font-size:2rem;line-height:2rem}.projectsdialog .detailview .actions .card-action-title{font-size:1rem;top:25%}.projectsdialog .detailview .actions .segment{margin:0 .5rem .5rem;position:static;text-align:right;white-space:nowrap}.hero.dots{display:none}}@media only screen and (max-height:44rem) and (min-width:767px){.ui.segment.tabsegment{padding-top:5rem!important}.projectsdialog .ui.card,.projectsdialog .ui.cards>.card{height:9rem;white-space:nowrap;width:15rem}.projectsdialog .ui.card.buttoncard .content{padding:1rem}.projectsdialog .ui.card.buttoncard .header{font-size:12pt!important}.projectsdialog .ui.card.buttoncard i.icon.huge{font-size:3rem}.projectsdialog .ui.card.example .ui.huge.label{font-size:1rem}.projectsdialog .ui.card.example .ui.cardimage,.projectsdialog .ui.card.example .ui.image{height:6rem}.projectsdialog .ui.card.example .content .header{font-size:1rem}.projectsdialog .ui.card.example .ui.image~.content{height:2.4rem;padding:.7rem}.projectsdialog .ui.card.file .content .header{font-size:1rem}.projectsdialog .ui.card.file .content{margin-left:0}.projectsdialog .ui.card.file .meta{padding:.5rem}.projectsdialog .ui.card.file .fileimage{height:1.5rem;left:1rem;top:2rem;width:2rem}.projectsdialog .detailview.visible .column,.projectsdialog .detailview.visible .imagewrapper .image{height:220px}.projectsdialog .ui.segment.getting-started-segment{height:168px;margin-bottom:0!important;margin-top:-3.1rem!important}.projectsdialog .ui.segment.getting-started-segment.hero .hero-banner-contents .description{font-size:1rem;height:4rem;width:12rem}.projectsdialog .ui.segment.getting-started-segment.hero .hero-banner-contents .dots{display:none}}.projectsdialog .content>.header,.projectsdialog .ui.dividing.header{font-weight:400!important}.projectsdialog .ui.secondary.inverted.pointing.menu{border:0}.projectsdialog .group{padding:1rem}.projectsdialog .group .cards .card .button.iconcontent{min-height:4em}.projectsdialog .labelsgroup{display:block;min-height:18em;position:relative}.projectsdialog h2.editorname{display:block;position:absolute;text-align:center;top:20%;width:calc(100% - 2rem)}.projectsdialog .loader.editoravatar{display:block;position:absolute;top:50%}.projectsdialog>.content{padding:0!important;position:relative}#serialEditor{background-color:var(--pxt-target-background2);color:var(--pxt-target-foreground2)}#serialArea{height:90%;padding:1rem}#serialArea #serialCsv,#serialArea #serialCsvViewLatest{display:none}#serialArea .common-editor-toggle-outer{padding-left:1.5rem}#serialArea.csv-view #serialCsv{display:block}#serialArea.csv-view #serialCsv table:last-child thead{box-shadow:inset 0 2px 0 var(--pxt-neutral-alpha10),inset 0 -2px 0 var(--pxt-neutral-alpha10);position:sticky;top:-.75rem}#serialArea.csv-view #serialCharts,#serialArea.csv-view #serialConsole,#serialArea.csv-view #serialPlaceholder,#serialArea.csv-view .csv-hide{display:none}#serialArea.csv-view #serialCsvViewLatest{display:block;left:0;margin-left:auto;margin-right:auto;margin-top:-3em;max-width:15rem;position:absolute;right:0;text-align:center}#serialArea.csv-view.hide-view-latest #serialCsvViewLatest,#serialArea.no-toggle #serial-editor-toggle{display:none}#serialArea .ui.divider{margin-bottom:5px}#serialArea .ui.segment{background-color:var(--pxt-target-background2);border:none;box-shadow:none;color:var(--pxt-target-foreground2)}.serialHeader{display:flex;margin:0 0 1rem;padding:0}.serialHeader .leftHeaderWrapper{display:block}.serialHeader .ui.header{color:var(--pxt-target-foreground2);margin:0 1rem}.serialHeader .leftHeader{align-items:center;display:inline-flex;flex-direction:row}.serialHeader .rightHeader{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:flex-end}#serialHeader .toggleRecord{transition:border-radius 1s ease-in-out}#serialHeader .button:focus-visible{outline:3px solid var(--pxt-focus-border);outline-offset:1px}#serialConsole,#serialCsv{background-color:var(--pxt-target-background2);border:1px solid var(--pxt-target-background2);border-radius:5px;color:var(--pxt-target-foreground2);font-family:Consolas,Monaco,Menlo,Ubuntu Mono,source-code-pro,monospace;height:calc(30% - 2.5rem);margin-top:.5rem;overflow-y:auto;padding:.4rem}#serialConsole.noconsole{display:none}#serialCsv{height:100%}#serialCsv table{border-collapse:collapse;border-color:var(--pxt-neutral-alpha50);border-spacing:2px;margin-top:1em;text-align:right}#serialCsv thead{font-weight:700}#serialCsv tbody tr,#serialCsv thead tr{background:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}#serialCsv tbody tr.odd{background:var(--pxt-neutral-background2);color:var(--pxt-neutral-foreground2)}#serialCsv td,#serialCsv th{border:1px solid var(--pxt-neutral-stencil1);min-width:8ch;padding:8px}#serialConsole.nochart{height:calc(100% - 12.5rem)}#serialConsole span{word-wrap:break-word}#serialCharts{height:calc(70% - 2.5rem);overflow-y:auto}#serialCharts.nochart{display:none}#serialCharts.noconsole{height:calc(100% - 2.5rem)}#serialCharts .seriallabel,#serialPlaceholder .seriallabel{border-radius:20px;color:var(--pxt-target-foreground2);font-family:monospace;margin:5px;padding:5px 10px;width:auto}#serialCharts .seriallabel{border:1px solid var(--pxt-target-foreground2)}#serialPlaceholder .seriallabel{background-color:transparent}#serialCharts .ui.segment,#serialPlaceholder{background-color:#d9d9d9;border:1px solid var(--pxt-neutral-stencil2);color:#000;height:12rem;padding:.4rem}#serialCharts canvas{border-radius:5px;height:100%;margin:0!important;width:100%}#serialPreview{cursor:pointer}#serialPreview .label{background-color:var(--pxt-target-background2);border:10px solid var(--pxt-tertiary-background);color:var(--pxt-target-foreground2);font-size:.85em;margin-bottom:.4rem;width:100%}#serialPreview .label>*{margin-left:.5rem;vertical-align:middle}#serialPreview .label .barcharticon{padding-bottom:1px}#serialPreview .label .detail{opacity:.7}#serialPreview .label:hover{opacity:.8}#serialPreview .label:focus{outline:none}.fullscreensim #serialPreview,.simView #serialPreview{display:none!important;z-index:-10!important}.serialindicator{cursor:pointer}.ui.button.labeled.icon.editorBack{background:transparent!important;color:var(--pxt-target-foreground2)!important;padding-left:2.5em!important}.ui.button.labeled.icon.editorBack .icon{background:none!important}.ui.button.editorBack:focus,.ui.button.editorBack:hover{color:var(--pxt-target-foreground2-hover)}div.smoothie-chart-tooltip{background:var(--pxt-neutral-background3);color:var(--pxt-neutral-foreground3);font-family:consolas;font-size:.8rem;margin-top:20px;padding:1em;pointer-events:none}.docs-top-bar{background:#d5cfe2;display:flex;flex-direction:row;height:3.5rem;position:fixed;top:0;width:100%;z-index:99999}.docs-top-bar.inverted{background:#302b3b}.docs-top-bar .menu-bar{height:100%}.docs-top-bar .logo-group,.docs-top-bar .menu-bar{align-items:center;display:flex;flex-direction:row;flex-grow:1}.docs-top-bar .logo-group{padding-left:1rem;padding-right:1rem}.docs-top-bar .logo-group img{height:1.4rem}.docs-top-bar .header-title{align-items:center;display:flex;padding-left:.5rem}.docs-top-bar .header-title span{color:#fff;font-size:18px;font-weight:700;margin:.5rem}.docs-top-bar .header-title:before{border-left:2px solid #fff;content:"";height:1.5rem;margin:.75rem;position:relative}.docs-top-bar .launch.item.icon{align-items:center;background:transparent;color:#fff;cursor:pointer;display:flex;height:3.5rem;justify-content:center;line-height:1;width:3.5rem}.docs-top-bar .launch.item.icon:hover{background:hsla(0,0%,100%,.1);text-decoration:none}.docs-top-bar .search{align-items:center;display:flex;margin-right:1rem}.docs-top-bar .search div.input{height:2.5em;min-width:14em}#docs,#docs .footer,#docs .topbar{background:#d5cfe2;top:auto}#docs .footer.inverted,#docs .topbar.inverted,#docs.inverted{background:#302b3b}.docs.ui.menu.sidebar{border:none;border-right:1px solid rgba(34,36,38,.15)}#docs{color:#333;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important}#docs *{-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:none;-webkit-touch-callout:none;-webkit-font-smoothing:antialiased}#docs #maincontent{background-color:#fff}#docs h1,#docs h2,#docs h3,#docs h4,#docs h5,#docs h6{color:#333;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important}#docs h1{margin-bottom:.85em}#docs h2{margin-bottom:.75em;margin-top:1.5em}#docs h2:not(:first-child){border-top:2px solid rgba(51,51,51,.15);padding-top:1.5em}#docs h2+h2{border-top:none!important;margin-top:-.75em!important;padding-top:0!important}#docs p,#docs ul li{color:#333;line-height:1.7}#docs a{color:#3671ab}#docs p a{text-decoration:underline}#docs span.block{display:inline-block;vertical-align:middle}#docs span.docs,#docs text.blocklyText{-webkit-font-smoothing:auto!important}#docs #langpicker>i{color:#3671ab;margin-right:4px;text-decoration:none}#docs .mainbody .ui.segment,#docs pre{background:#f7f7f7!important;border:0!important;border-radius:0!important;box-shadow:none;margin-bottom:1.275em;tab-size:4}#docs .mainbody .ui.segment .subheading,#docs pre .subheading{border-top:1px solid rgba(51,51,51,.5);color:rgba(51,51,51,.7);margin-top:1em;padding-top:.5em;text-align:right;text-transform:uppercase}#docs .mainbody div.codewidget.valid,#docs code.valid{background:#edf9ef!important}#docs .mainbody div.codewidget.invalid,#docs code.invalid{background:#fbf3f4!important}#docs .mainbody div.codewidget.invalid,#docs .mainbody div.codewidget.valid{overflow:auto}#docs .invalid i.icon,#docs .valid i.icon{float:right;font-size:30px;margin-right:10px;margin-top:10px}#docs .invalid i.icon{color:#a31515}#docs .valid i.icon{color:green}#docs .avatar .ui.message{margin-bottom:1em;margin-left:4em}#docs code.lang-python,#docs code.lang-typescript{overflow-wrap:break-word}#docs .codesnippet{padding-top:1em}#docs .codesnippet .ui.tabular.menu{border:none;margin-bottom:-1.5em;padding-bottom:0}#docs .codesnippet .ui.tabular.menu .item:focus,#docs .codesnippet .ui.tabular.menu .item:hover{background:#f7f7f7;border-radius:2px;outline:none}#docs .ui.card{background:#fff;border:2px solid #e9eef2;border-radius:.5rem!important;color:#333;padding:0!important;text-decoration:none}#docs .ui.card>.image{background:rgba(0,0,0,.05)}#docs .ui.card .content .ui.description,#docs .ui.card .header{color:#333}#docs .ui.card:focus,#docs .ui.card:hover{border:2px solid #1dacf4}#docs .card-list{column-gap:1rem;display:flex;flex-wrap:wrap;row-gap:1.5rem}#docs .card-list div .ui.card{height:100%}#docs .ui.breadcrumb .divider{color:#000}#docs .ui.primary.button p{color:#fff}#docs #sidedocs-back-button{color:var(--pxt-page-foreground);cursor:pointer;display:block;margin-left:1.25rem;margin-right:5rem;margin-top:1.25rem;user-select:none}#docs #sidedocs-back-button:hover{text-decoration:none}#docs #sidedocs-back-button:focus-visible{outline:3px solid #0078d4;outline-offset:3px}#docs #sidedocs-back-button.disabled{color:#aeaeae;cursor:not-allowed}#docs table{border-collapse:collapse}#docs table tr td,#docs table tr th{border:1px solid #333;padding:6px 13px}#docs table tr:nth-child(2n){background-color:#f8f8f8}#docs .ui.warning.message>.content:before{content:"\f05a"}#docs .ui.negative.message>.content:before{content:"\f071"}#docs .ui.positive.message>.content:before{content:"\f058"}#docs .ui.info.message>.content:before{content:"\f15c"}#docs .ui.message.info,#docs .ui.message.negative,#docs .ui.message.positive,#docs .ui.message.warning{padding:2em}#docs .ui.message.info>.content:before,#docs .ui.message.negative>.content:before,#docs .ui.message.positive>.content:before,#docs .ui.message.warning>.content:before{font-family:Icons;font-size:1.3em;vertical-align:top}#docs .ui.message.info>.content>h4,#docs .ui.message.negative>.content>h4,#docs .ui.message.positive>.content>h4,#docs .ui.message.warning>.content>h4{display:inline;font-weight:500;margin-left:1em;scroll-margin-top:6em}#docs .footer{margin:3em 0 0}#docs .footer a.item{color:#165382}#docs .footer a.item i.icon{color:rgba(0,0,0,.6);padding:0 .25em!important;width:auto}#docs .footer a.item:focus i.icon,#docs .footer a.item:hover i.icon{color:rgba(0,0,0,.8)}#docs .footer .divider{border-bottom:1px solid rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.3)}#docs .footer .ui.divided.horizontal.list>.item:not(:first-child){border-left:1px solid rgba(0,0,0,.4)}#docs .footer span.item{color:rgba(0,0,0,.6)}#docs .footer img,#docs .footer span.item{vertical-align:middle}#docs .footer>.ui.container{margin:0 auto;padding:2em 0}#docs .footer .poweredBy .item{padding-right:.5em}#docs .footer.inverted a.item{color:#72a3d3}#docs .footer.inverted a.item i.icon{color:hsla(0,0%,100%,.6)}#docs .footer.inverted a.item:focus i.icon,#docs .footer.inverted a.item:hover i.icon{color:hsla(0,0%,100%,.8)}#docs .footer.inverted .divider{border-bottom:1px solid hsla(0,0%,100%,.1);border-top:1px solid hsla(0,0%,100%,.3)}#docs .footer.inverted .ui.divided.horizontal.list>.item:not(:first-child){border-left:1px solid hsla(0,0%,100%,.4)}#docs .footer.inverted span.item{color:hsla(0,0%,100%,.6)}#docs .ui.grid{margin:0}#docs.editorlang-text pre{font-size:.875em;overflow-x:scroll}#docs.editorlang-text pre>code{white-space:pre}#docs.editorlang-text .mainbody .ui.segment{padding:0}#docs span.docs.inlineblock{background-color:transparent;border-bottom:3px solid var(--inline-namespace-color);border-radius:0;color:#000;font-weight:600;padding-bottom:.1rem}.ui.sidebar.menu.docs{background:#efefef;padding-left:.5em}.ui.sidebar.menu.docs .item:before{content:none;height:0;width:0}.ui.sidebar.menu.docs .accordion .title,.ui.sidebar.menu.docs .item{display:flex;flex-direction:row;padding:.8rem .8rem .8rem 1rem}.ui.sidebar.menu.docs .item{padding-left:1.25em}.ui.sidebar.menu.docs .active.item{color:rgba(0,0,0,.9)!important}.ui.sidebar.menu.docs .content{border-left:1px solid rgba(82,56,148,.3)}.ui.sidebar.menu.docs .accordion.item{display:flex;flex-direction:column;padding:0}.ui.sidebar.menu.docs .accordion.item .title .icon{font-size:.8em;font-weight:700;transform:translateY(.1rem);width:1rem}.ui.sidebar.menu.docs .content{padding-top:0}.ui.sidebar.menu.docs .accordion.item .title.active .icon{transform:translateY(.1rem) rotate(90deg)}.ui.sidebar.menu.docs .accordion.item .title{display:flex;padding-left:0}.ui.sidebar.menu.docs .accordion.item{margin:0}.ui.sidebar.menu.docs a.item.active{background-color:rgba(0,0,0,.05)}.ui.sidebar.menu.docs .accordion .title:focus,.ui.sidebar.menu.docs .accordion .title:hover,.ui.sidebar.menu.docs a.item:focus,.ui.sidebar.menu.docs a.item:hover{background-color:rgba(0,0,0,.1)}.ui.sidebar.menu.docs a{color:rgba(0,0,0,.9)}.ui.sidebar.menu.docs .icon{color:#523894}.ui.sidebar.menu.docs .title:focus a,.ui.sidebar.menu.docs .title:hover a,.ui.sidebar.menu.docs a:focus,.ui.sidebar.menu.docs a:hover{color:#413267;text-decoration:none}.ui.sidebar.menu.docs.vertical .item:before{content:none}.ui.sidebar.menu.docs .accordion.item .accordion .title~.content:not(.ui),.ui.sidebar.menu.docs .accordion.item .content:not(.style),.ui.sidebar.menu.docs .accordion.item .title~.content:not(.ui){margin:0 0 0 .5rem;padding:0 0 0 .25rem}.sideDocs #sidedocsbar a{color:#3671ab}.sideDocs #sidedocsbar a:focus-visible{outline:3px solid var(--pxt-focus-border);outline-offset:3px}#debuggerToolbox{max-width:100%}#debuggerToolbox.elements{display:flex;flex-direction:column;height:100%}.debugging .blocklyFlyout,.debugging .blocklyFlyoutScrollbar{display:none!important}.debugtoolbar{display:none}.debugging .debugtoolbar{display:flex;position:sticky;top:0;width:100%;z-index:91}.debugging .debugtoolbar .ui.menu{border-left:none;border-radius:0!important;display:flex;width:100%}.debugging .debugtoolbar .ui.menu .item{padding-left:10px;padding-right:10px}.debugging .debugtoolbar .ui.menu .separator-after{border-right:1px solid var(--pxt-neutral-stencil1)}.ui.item.dbg-handle{background:var(--pxt-neutral-background3)!important;color:var(--pxt-neutral-foreground3)!important;cursor:move}.ui.item.dbg-handle .icon{color:var(--pxt-neutral-foreground3)}.ui.item.dbg-btn{white-space:pre}.ui.item.dbg-btn .icon.blue{color:var(--pxt-colors-blue-background)!important}.ui.item.dbg-btn .icon.red{color:var(--pxt-colors-red-background)!important}.ui.button.dbg-btn .icon.green{color:var(--pxt-colors-green-background)!important}.ui.compact.menu .dbg-btn.dbg-trace{border-radius:0}.ui.compact.menu .dbg-btn.dbg-trace.tracing{background-color:var(--pxt-primary-background)}.ui.compact.menu .dbg-btn.dbg-trace.tracing .icon{color:var(--pxt-primary-foreground)}.ui.compact.menu .dbg-btn.dbg-trace.tracing:hover{background-color:var(--pxt-primary-accent)}.ui.compact.menu .dbg-btn.dbg-trace.tracing:hover .icon{color:var(--pxt-primary-foreground)}.ui.item.link.dbg-btn.dbg-exit{background-color:var(--pxt-colors-red-foreground1);color:var(--pxt-colors-red-background)}.ui.item.link.dbg-btn.disabled{color:var(--pxt-neutral-foreground1)}.ui.varExplorer{width:100%}.ui.varExplorer .ui.variableTableHeader{padding-bottom:.5rem;padding-left:1rem;padding-top:1rem}.ui.varExplorer .ui.variableTableHeader,.ui.varExplorer .ui.variableTablePlaceholder{border:none;color:var(--pxt-neutral-foreground1);font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif;font-size:larger}.ui.varExplorer .ui.variableTablePlaceholder{padding:1rem}.ui.varExplorer .variableAndValue .variable.varname i.ui.icon.small{background:unset}.ui.segment.debugvariables{display:none;font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif;max-width:100%;width:100%}.ui.segment.debugvariables .ui.middle.aligned.list{max-height:25rem;overflow-y:auto}.ui.segment.debugvariables .item{max-width:100%}.ui.segment.debugvariables .variableAndValue{display:flex;padding-left:.4rem;padding-right:.4rem}.ui.segment.debugvariables .transparent{opacity:0}.ui.segment.debugvariables .variable{padding:.15rem}.ui.segment.debugvariables .variable.varname{flex-grow:2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui.segment.debugvariables .variable.detail{max-width:50%;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.ui.segment.debugvariables .varval.number{color:var(--pxt-colors-purple-background)}.ui.segment.debugvariables .varval.string{color:var(--pxt-colors-orange-background)}.ui.segment.debugvariables .varval.boolean{color:var(--pxt-colors-green-background)}.ui.segment.debugvariables .varval.array{color:var(--pxt-colors-brown-background)}.ui.segment.debugvariables .varval.Sprite{color:var(--pxt-colors-blue-background)}.ui.segment.debugvariables .previousval{font-size:90%;margin-left:.5rem;text-decoration:line-through}.ui.segment.debugvariables .exception{font-style:italic}.debugger-preview{background-color:var(--pxt-neutral-background1);border:1px solid var(--pxt-neutral-foreground1);color:var(--pxt-neutral-foreground1);padding:.25rem;position:fixed;-webkit-touch-callout:text;max-width:500px;overflow-wrap:break-word;-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.debugger-preview::selection{background-color:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}.debugging .ui.segment.debugvariables{border:none;display:block;margin:0}.ui.segment.debugvariables:not(.frozen) .item:nth-child(2n){background-color:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}.ui.segment.debugvariables:not(.frozen) .item:nth-child(odd){background-color:var(--pxt-neutral-background2);color:var(--pxt-neutral-foreground2)}.ui.segment.debugvariables.frozen{background-color:var(--pxt-neutral-background3);color:var(--pxt-neutral-foreground3)}div.simframe div.pause-overlay{background:var(--pxt-neutral-foreground1);color:var(--pxt-neutral-background1);height:100%;left:0;opacity:.01;position:absolute;top:0;width:100%;z-index:100}#root .debuggerview h4{margin:.9em 0 0}.monaco-breakpoint{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50%25' cy='50%25' r='30%25' fill='red'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;cursor:pointer;opacity:0;transition:opacity .2s}.monaco-editor .margin-view-overlays:hover .codicon.monaco-breakpoint{opacity:0}.monaco-editor .margin-view-overlays:hover .codicon.monaco-breakpoint:hover{opacity:.7}.monaco-breakpoint.active,.monaco-editor .margin-view-overlays:hover .monaco-breakpoint.active{opacity:1}.callstack-row{cursor:pointer}@media only screen and (min-width:992px){.debugger div.monacoToolboxDiv{min-width:300px}}@media only screen and (max-width:1200px){.dbg-btn.dbg-step .ui.text{display:none}.ui.varExplorer .ui.variableTableHeader,.ui.varExplorer .ui.variableTablePlaceholder{font-size:large;padding-bottom:.5rem;padding-left:.5rem;padding-top:.5rem}}@media only screen and (min-width:768px) and (max-width:991px){.debugger div.monacoToolboxDiv{min-width:250px}}.blocklyToolbox,.monacoToolboxDiv{background:var(--pxt-target-background3)!important;color:var(--pxt-target-foreground3);overflow-x:visible;overflow-y:auto;padding-top:0;z-index:40;-webkit-tap-highlight-color:transparent;height:100%;-webkit-transition:width 1s,background .3s;-moz-transition:width 1s,background .3s;-webkit-transition-timing-function:ease-in;-o-transition:width 1s,background .3s;transition:width 1s,background .3s;transition-timing-function:ease-in}.blocklyToolbox text,.monacoToolboxDiv text,span.blocklyTreeIcon{cursor:inherit;user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none}.blocklyToolbox.blocklyToolboxDeleting{background:var(--pxt-colors-red-background)!important;filter:brightness(1.2) saturate(.8)}.monacoToolboxDiv.invisible{display:none!important}.debugger .blocklyToolbox{width:20%}.debugger .blocklyToolbox,.debuggerToolbox{height:100%}#root.flyoutOnly .monacoFlyoutHeading,#root.flyoutOnly .monacoToolboxDiv{display:none}#root.flyoutOnly #monacoEditorInner{display:flex;flex-direction:row}#root.flyoutOnly #monacoEditorInner #monacoFlyoutWidget{border-radius:0;border-right:5px solid var(--pxt-neutral-alpha80);position:relative}div.blocklyTreeRoot{padding:0}div.blocklyTreeRoot:focus{outline:none}div.blocklyTreeRow{cursor:pointer;height:100%;line-height:22px;margin-bottom:3px;padding-right:8px;white-space:nowrap}div.blocklyTreeRow:not(.blocklyTreeSelected):hover{background-color:var(--pxt-target-background3-hover)}div.blocklyTreeSeparator{border-bottom:1px solid var(--pxt-target-stencil3);height:0;margin:5px 0}div.blocklyTreeRoot div div div div div.blocklyTreeRow{border-left-width:12px!important;padding-left:0!important}div.blocklyTreeRoot div div div div div.blocklyTreeRow span.blocklyTreeLabel{font-size:1rem}span.blocklyTreeLabel{cursor:pointer;font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif!important;font-size:1.15rem;font-weight:200;padding:0 3px;vertical-align:middle}span.blocklyTreeLabel,text.blocklyText{user-drag:none;user-select:none;-moz-user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-ms-user-select:none}.blocklyTreeSelected .blocklyTreeIcon,.blocklyTreeSelected .blocklyTreeLabel{color:var(--pxt-target-background3)}.blocklyTreeSelected .blocklyTreeIcon.image-icon{background-color:var(--pxt-target-background3)}.toolbox-title{border-bottom:var(--pxt-target-stencil3);font-size:1.2rem;font-weight:700;padding:.5rem 1rem;user-select:none}@media only screen and (max-width:767px){.toolbox-title{font-size:.75rem;padding:0 .2rem}}.blocklySearchInputField{border:0!important;border-radius:0!important}@media only screen and (max-width:767px){.blocklySearchInputField{font-size:.75rem}}#blocklyTrashIcon{color:var(--pxt-primary-background);font-size:5rem;height:80px;left:0;position:absolute;text-align:center;top:30%;width:100px;z-index:41}.flyoutOnly #blocklyTrashIcon{bottom:5%;left:10rem;top:auto}.blocklyToolboxDelete .blocklyTreeLabel{cursor:url(<<<PATH>>>/handdelete.cur) auto}span.blocklyTreeIcon{font-family:Icons;font-style:normal;font-weight:400;margin:0 .25em;opacity:1;text-align:center;text-decoration:inherit;width:30px;speak:none;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;backface-visibility:hidden;display:none;font-size:1.3rem;height:100%;vertical-align:middle}span.blocklyTreeIcon:not(.image-icon){background:none!important}.blocklyTreeIcon.brandIcon{font-family:brand-icons}div.blocklyTreeIcon span{vertical-align:middle}.blocklyFlyoutLabelIcon.blocklyFlyoutIconfunctions,.blocklyTreeIcon.blocklyTreeIconfunctions{font-family:xicon!important}.blocklyFlyoutLabelIcon.brandIcon{font-family:brand-icons}.blocklyTreeIcon.image-icon{background-color:var(--block-meta-color);height:100%;mask-image:var(--image-icon-url);mask-position:50% 50%!important;mask-repeat:no-repeat!important;mask-size:20px!important;width:30px}#search .blocklyTreeRow{border-left-color:var(--pxt-target-foreground3)}#search .blocklyTreeRow:not(.blocklyTreeSelected) .blocklyTreeIcon{color:var(--pxt-target-foreground3)}#monacoEditorToolbox .blocklyTreeRoot>div>div>.blocklyTreeAnimate{animation:gliss .6s ease-in-out}@keyframes gliss{50%{border-left-width:1.5rem}}@keyframes glisssmall{0%{width:50px}50%{border-left-width:1rem}to{width:50px}}.blocklyTreeRow:focus{outline:none}.blocklyTreeRow:not(.blocklyTreeSelected):focus{background-color:var(--pxt-target-background3-hover)}.blocklyToolbox .blocklyTreeRoot [role=treeitem]:focus-visible{outline:none}#root.hc .invertedToolbox div.blocklyTreeRow{background-color:var(--pxt-primary-background);color:var(--pxt-primary-foreground)}#root.hc .invertedToolbox div.blocklyTreeRow .blocklyTreeIcon:not(.blocklyTreeIconsearch){color:var(--block-meta-color)}#root.hc .invertedToolbox div.blocklyTreeRow.blocklyTreeSelected{background-color:var(--block-meta-color);color:var(--pxt-primary-foreground)}#root.hc .invertedToolbox div.blocklyTreeRow.blocklyTreeSelected .blocklyTreeIcon,#root.hc .invertedToolbox div.blocklyTreeRow.blocklyTreeSelected .blocklyTreeLabel{color:var(--pxt-primary-foreground)}.invertedToolbox .blocklyTreeRoot div.blocklyTreeRow{background-color:var(--block-meta-color);color:var(--pxt-primary-foreground)}.invertedToolbox .blocklyTreeRoot div.blocklyTreeRow.blocklyTreeSelected{background-color:var(--block-meta-color)}.invertedToolbox .blocklyTreeRoot div.blocklyTreeRow:hover{background-color:var(--block-faded-color);color:var(--pxt-primary-foreground)}.invertedToolbox .blocklyTreeRoot #search .blocklyTreeRow{border-left-color:var(--pxt-primary-foreground)}.invertedToolbox .blocklyTreeRoot #search .blocklyTreeIcon{color:var(--pxt-primary-foreground)}.coloredToolbox .blocklyTreeRoot div.blocklyTreeRow{border-left:8px solid var(--block-meta-color);color:var(--block-meta-color)}.coloredToolbox .blocklyTreeRoot div.blocklyTreeRow.blocklyTreeSelected{background-color:var(--block-meta-color);color:var(--pxt-primary-foreground)}@media only screen and (min-width:1200px){div.blocklyToolbox,div.monacoToolboxDiv{min-width:200px}div.blocklyTreeRow{min-height:40px}span.blocklyTreeIcon{line-height:40px;min-height:40px}#root:not(.flyoutOnly) #blocklyTrashIcon{width:200px}}@media only screen and (min-width:992px) and (max-width:1199px){div.blocklyToolbox,div.monacoToolboxDiv{min-width:180px}div.blocklyTreeRow{min-height:40px}span.blocklyTreeIcon{line-height:40px;min-height:40px}#root:not(.flyoutOnly) #blocklyTrashIcon{width:180px}}@media only screen and (min-width:768px) and (max-width:991px){div.blocklyToolbox,div.monacoToolboxDiv{min-width:150px}div.blocklyTreeRow{border-left-width:12px!important;min-height:45px}span.blocklyTreeIcon{line-height:45px;min-height:45px}#root:not(.flyoutOnly) #blocklyTrashIcon{width:150px}div.blocklyTreeRoot div div div div div.blocklyTreeRow{border-left-width:18px!important}}@media only screen and (max-width:767px){div.blocklyToolbox,div.monacoToolboxDiv{min-width:50px}div.blocklyTreeRow{border-left-width:6px!important;min-height:50px}span.blocklyTreeIcon{line-height:50px;min-height:50px}#root:not(.flyoutOnly) #blocklyTrashIcon{width:50px}#monacoEditorToolbox .blocklyTreeRoot>div>div>.blocklyTreeAnimate{animation:glisssmall .6s ease-in-out}}@media only screen and (min-width:992px){div.blocklyTreeRow{border-left-width:12px!important}div.blocklyTreeRoot div div:not(#advanced) div div div.blocklyTreeRow{border-left-width:18px!important}}@media only screen and (max-width:1199px){span.blocklyTreeLabel{font-size:1rem}}@media only screen and (max-width:991px){span.blocklyTreeLabel{font-size:1rem}}@media only screen and (max-width:767px){div.blocklyTreeRow.blocklyTreeSelected:hover span.blocklyTreeLabel,div.blocklyTreeRow:hover span.blocklyTreeLabel,span.blocklyTreeLabel{display:none!important}div.blocklyTreeRow{padding-right:0;text-align:center}div.blocklyTreeRoot div div div div div.blocklyTreeRow{border-left-width:8px!important}#root:not(.flyoutOnly) #blocklyTrashIcon{font-size:3rem}.blocklySearchInput.ui.icon.input input{padding-left:.2rem;padding-right:0!important}.blocklySearchInput.ui.icon.input i.icon{display:none}}.ui.searchdialog .cards{margin-top:.5rem;overflow-x:hidden;overflow-y:auto}.ui.searchdialog .ui.card{height:20rem}.ui.searchdialog .ui.card .ui.cardimage{background-color:transparent;height:11rem}.ui.searchdialog .ui.card .ui.cardimage.upload{margin:3em auto}.ui.searchdialog .ui.card .content:not(.extra) .header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui.searchdialog .ui.card .content:not(.extra) .description{height:2.8em;overflow:hidden}.ui.searchdialog .ui.card .content:not(.extra) .description.long{height:14em}.ui.searchdialog .ui.card.beta{margin:.875em .5em!important}.ui.searchdialog .ui.card.beta .ui.button{background-image:none!important;box-shadow:none!important;cursor:default;pointer-events:none!important}.ui.searchdialog .ui.search{margin:auto;max-width:50%}.ui.searchdialog .ui.inline.loader{margin-top:4em}.ui.searchdialog .ui.inline.loader :after,.ui.searchdialog .ui.inline.loader :before{height:4rem;width:4rem}.ui.modal .empty-content{align-items:center;display:flex;height:100%;justify-content:center}.ui.modal.scriptmanager .sort-by{display:flex;margin-bottom:1rem}.ui.modal.scriptmanager .sort-by>div{margin-left:auto}.ui.modal.scriptmanager .sort-by .item.no-icon{padding-left:3.1rem!important}.ui.modal.scriptmanager .ui.card.file .content{margin-right:3rem}@media only print{*,:after,:before,:first-letter,blockquote:first-line,div:first-line,li:first-line,p:first-line{background:transparent!important;box-shadow:none!important;color:#000!important;overflow:visible!important;text-shadow:none!important}.injectionDiv{overflow:hidden!important}body{background:#fff!important;color:#000!important;font-size:12pt;line-height:1.3}#docs,body{position:inherit!important}#docs .nobreak,#docs .ui.card,#docs .ui.centered.card,#docs .ui.content,#docs .ui.item,#docs .ui.segment,#docs blockquote,#docs code,#docs iframe,#docs pre{page-break-inside:avoid}#docs h1,#docs h2,#docs h3,#docs h4,#docs h5,#docs h6,#docs img{page-break-inside:avoid;page-break-after:avoid}#docs dl,#docs ol,#docs ul{page-break-before:avoid!important}#docs div.ui.embed.mdvid{display:none!important}#docs a:link,#docs a:visited{color:#000;font-weight:bolder;text-decoration:none}#docs a:after{content:" (" attr(href) ") ";font-size:.8em;font-weight:400}#docs h2,#docs h3,#docs img{page-break-inside:avoid}#docs .ui.message{background:none!important;box-shadow:none!important;color:#000!important}#docs .ui.image{max-width:60%}#docs .mainbody .ui.segment,#docs pre{background:none!important}#docs span.docs.inlineblock{background:none!important;border:2px solid #000!important}#docs .avatar .avatar-image,#docs .avatar .ui.compact.message:after{display:none!important}#docs .avatar .ui.compact.message{border:2px solid #000!important}@page{margin-bottom:2cm;margin-left:2cm;margin-right:2cm;margin-top:2cm}.pxt-renderer.classic-theme .blocklyPath,svg .blocklyPath{fill:#fff!important;stroke:#000!important;stroke-width:3px!important}.pxt-renderer.classic-theme .blocklyBlockBackground,.pxt-renderer.classic-theme .blocklyLedOff,svg .blocklyBlockBackground,svg .blocklyLedOff{fill:#fff!important;stroke:#000!important;stroke-width:2px!important}.pxt-renderer.classic-theme .blocklyDropdownText,.pxt-renderer.classic-theme .blocklyText,svg .blocklyDropdownText,svg .blocklyText{fill:#000!important}.pxt-renderer.classic-theme .blocklyLedOn,svg .blocklyLedOn{fill:#000!important;stroke:#000!important;stroke-width:2px!important}.pxt-renderer.classic-theme .blocklyFieldRect.blocklyDropdownRect,.pxt-renderer.classic-theme .blocklyOutlinePath,svg .blocklyFieldRect.blocklyDropdownRect,svg .blocklyOutlinePath{fill:transparent!important;stroke:#000!important;stroke-width:2px!important}.pxt-renderer.classic-theme .blocklyCommentRect,.pxt-renderer.classic-theme .blocklyUneditableComment,svg .blocklyCommentRect,svg .blocklyUneditableComment{fill:#fff!important;stroke:#000!important;stroke-width:1px}.pxt-renderer.classic-theme .blocklyUneditableMinimalBody,svg .blocklyUneditableMinimalBody{fill:#fff!important}.pxt-renderer.classic-theme .blocklyCommentTextarea,svg .blocklyCommentTextarea{overflow:hidden!important}.pxt-renderer.classic-theme .blocklyCommentHandleTarget,.pxt-renderer.classic-theme .blocklyCommentTarget,.pxt-renderer.classic-theme .blocklyResizeSE,svg .blocklyCommentHandleTarget,svg .blocklyCommentTarget,svg .blocklyResizeSE{display:none!important}.pxt-renderer.classic-theme .blocklyToggleRect,svg .blocklyToggleRect{fill:#fff!important}.pxt-renderer.classic-theme .blocklyText.blocklyToggleText,svg .blocklyText.blocklyToggleText{fill:#000!important}.codesnippet{padding-top:0}.codesnippet .ui.segment{padding:0 0 0 1em!important}}.pxt-tooltip{background-color:var(--pxt-primary-background)!important;border:1px solid var(--pxt-primary-accent)!important;color:#fff;font-size:1rem!important;line-height:1.25rem!important;padding:.75rem 1rem!important}.pxt-tooltip.place-top:after{border-top-color:var(--pxt-primary-accent)!important}.pxt-tooltip.place-bottom:after{border-bottom-color:var(--pxt-primary-accent)!important}.pxt-tooltip.place-left:after{border-left-color:var(--pxt-primary-accent)!important}.pxt-tooltip.place-right:after{border-right-color:var(--pxt-primary-accent)!important}.tooltip,.tooltip:before{background:#fff;color:#1b1c1d;cursor:pointer;display:none;line-height:1.4285em;position:absolute;text-align:center;transition:all .1s ease;z-index:44}.tooltip.show,.tooltip.show:before{display:block}.tooltip{border-radius:.28571429rem;margin-top:.5em;padding:.833em 1em;transform:translateX(-50%)}.tooltip:before{content:"";height:.71428571em;left:50%;top:-.35rem;transform:rotate(45deg) scale(1)!important;width:.71428571em}#functionEditorWorkspace{margin:0 0 .8rem}#functionEditorWorkspace,#functionEditorWorkspace .injectionDiv{min-height:200px;width:100%}.ui.modal.createfunction>.content{padding:0!important}.ui.modal.createfunction span.ui.text.paramlabel{margin:.8rem 1.5rem}.ui.modal.createfunction .list button{margin:.5rem}@media only screen and (max-width:767px){.ui.modal.createfunction span.ui.text.paramlabel{margin:.8rem 1rem .2rem}.ui.modal.createfunction .list button{margin:.3rem}.ui.modal.createfunction .list{margin-bottom:.5rem}}.snippet-builder.ui.modal>.content{padding:0}.snippet-builder.ui.modal{display:grid!important;grid-template-rows:70px 1fr 77px;height:95%}.snippet-builder.no-back-btn .actions .button.left{display:none}.snippet-builder .content{font-family:Open Sans,Helvetica Neue,Arial,Helvetica,sans-serif;overflow:scroll}.snippet-builder .content .snippet-builder-inner{display:grid;grid-template-columns:1fr 1fr;min-height:100%;padding:0}.snippet-builder .content .snippet-builder-inner .snippet-question{overflow-x:hidden;padding-left:.5rem;padding-top:0}.snippet-builder .content .snippet-builder-inner .snippet-question h6{font-weight:bolder}.snippet-builder .content .snippet-builder-inner .ui.segment.raised{border:0;box-shadow:none;box-sizing:content-box;height:fit-content;overflow:visible}.snippet-builder .content .snippet-builder-inner .snippet-error{color:red;margin-top:15px}.snippet-builder .content .snippet-builder-inner .snippet.output-section{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M.5 0v16M0 8h16' style='stroke:%23000;stroke-width:1;stroke-opacity:.1'/%3E%3C/svg%3E");padding:1.5rem;z-index:0}.snippet-builder .content .snippet-builder-inner .snippet.output-section .snippet-markdown-content pre{margin:0}.snippet-builder .content .snippet-builder-inner .snippet.output-section .snippet-markdown-content div.ui.raised.segment{background:none;border:none;box-shadow:none;margin:0;padding:0}.snippet-builder .content .snippet-builder-inner .snippet-question{z-index:1}.snippet-builder .content .snippet-builder-inner .snippet-question div.snippet.hint.ui.segment{border:none;box-shadow:none;max-width:32em}.snippet-builder .content .snippet-builder-inner .input-wrapper{height:100%;padding-bottom:10px}.snippet-builder .content .snippet-builder-inner div.actions{bottom:0;position:absolute;width:100%;z-index:1002}.snippet-builder .content .snippet.hint{padding:0 .5rem 0 1rem}.snippet-builder .slider-outer{display:flex;flex-direction:column}.snippet-builder .slider-outer>div{display:flex}.snippet-builder .slider-outer>span{margin-bottom:.5rem}.snippet-builder .slider-outer .field{margin-left:.5rem}.snippet-builder div.snippet-slider{margin-right:0;padding-right:0;width:14em}.snippet-builder div.slider-value.snippet{padding-left:5px}.snippet-builder input.snippet.slider-input{float:left;font-size:.8em;max-width:2.5em;padding:2px;text-align:center;width:2.5em}.snippet-builder input.slider.blocklyMockSlider{background:#547ab2;background:#385cb1;border-radius:11px;float:left;height:22px;margin-bottom:20px;margin-top:8px;max-width:232px;outline:none;padding:0;position:relative;width:150px}.snippet-builder input.slider.blocklyMockSlider[type=range]{-webkit-appearance:none;background:transparent}.snippet-builder input.slider.blocklyMockSlider[type=range]:focus{outline:none}.snippet-builder input.slider.blocklyMockSlider[type=range]::-ms-track{border-color:transparent;color:transparent;width:100%}.snippet-builder input.slider.blocklyMockSlider[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background-color:#fff;border-radius:100%;-webkit-box-shadow:0 0 0 4px rgba(0,0,0,.15);-moz-box-shadow:0 0 0 4px rgba(0,0,0,.15);box-shadow:0 0 0 4px rgba(0,0,0,.15);cursor:pointer;height:26px;margin-top:-1px;padding:0;position:absolute;width:26px}.snippet-builder input.slider.blocklyMockSlider[type=range]::-moz-range-thumb{background-color:#fff;border-radius:100%;-webkit-box-shadow:0 0 0 4px rgba(0,0,0,.15);-moz-box-shadow:0 0 0 4px rgba(0,0,0,.15);box-shadow:0 0 0 4px rgba(0,0,0,.15);cursor:pointer;height:26px;margin-top:-1px;position:absolute;width:26px}.snippet-builder input.slider.blocklyMockSlider[type=range]::-ms-thumb{background-color:#fff;border-radius:100%;-webkit-box-shadow:0 0 0 4px rgba(0,0,0,.15);-moz-box-shadow:0 0 0 4px rgba(0,0,0,.15);box-shadow:0 0 0 4px rgba(0,0,0,.15);cursor:pointer;height:26px;margin-top:-1px;position:absolute;width:26px}.snippet-builder input.slider.blocklyMockSlider[type=range]::-webkit-slider-runnable-track{background:#547ab2;border-radius:11px;cursor:pointer;height:22px;margin-bottom:20px;margin-top:8px;max-width:232px;outline:none;padding:0;position:relative;width:150px}.snippet-builder input.slider.blocklyMockSlider[type=range]:focus::-webkit-slider-runnable-track{background:#547ab2}.snippet-builder input.slider.blocklyMockSlider[type=range]::-ms-track{background:#547ab2;border-radius:11px;cursor:pointer;height:22px;margin:8px 8px 20px;max-width:232px;outline:none;padding:0;position:relative;width:150px}.snippet-builder input.slider.blocklyMockSlider[type=range]::-moz-range-track{background:#547ab2;border-radius:11px;cursor:pointer;height:22px;margin-bottom:20px;margin-top:8px;max-width:232px;outline:none;padding:0;position:relative;width:150px}.snippet-builder input.slider.blocklyMockSlider[type=range]::-ms-fill-lower{background:#547ab2;border-radius:11px;cursor:pointer;height:22px;margin:8px 8px 20px;max-width:232px;outline:none;padding:0;position:relative;width:150px}.snippet-builder input.slider.blocklyMockSlider[type=range]:focus::-ms-fill-lower{background:#3071a9;padding:0}.snippet-builder input.slider.blocklyMockSlider[type=range]::-ms-fill-upper{background:#547ab2;border-radius:11px;cursor:pointer;height:22px;margin-bottom:20px;margin-top:8px;max-width:232px;outline:none;padding:0;position:relative;width:150px}.snippet-builder input.slider.blocklyMockSlider[type=range]:focus::-ms-fill-upper{background:#547ab2;padding:0}.snippet-builder input.position-picker.preview-input{float:left;font-size:.8em;max-width:2.5em;padding:0;text-align:center;width:2.5em}.snippet-builder .position-picker.cross-x,.snippet-builder .position-picker.cross-y{background-color:#fff;pointer-events:none;position:absolute;z-index:10}.snippet-builder .position-picker.cross-x{background-color:#000;height:1px;width:100%;z-index:10}.snippet-builder .position-picker.cross-y{background-color:#000;height:100%;width:1px}.snippet-builder .position-picker.label{color:#000}.snippet-builder .position-picker.dot{background-color:#000;border-radius:2em;height:8px;pointer-events:none;position:absolute;width:8px;z-index:9}.snippet-builder .position-picker.container{background-color:#fff;outline:none;overflow:hidden;position:relative}.snippet-builder .simulator-display{position:relative;-webkit-overflow-scrolling:touch}.snippet-builder .simulator-display canvas{image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor}.snippet-builder .simulator-display div.screen-back{background:#fcf7e4;border-radius:12px;height:100%;left:0;margin-left:auto;margin-right:auto;outline:6px auto -webkit-focus-ring-color;outline-offset:-2px;position:absolute;right:0;width:100%}.snippet-builder .simulator-display .sprite{fill:#ff0;stroke:#ccc;stroke-width:3px}.snippet-builder .simulator-display #screen{align-content:center;align-items:center;height:fit-content;justify-content:center}.snippet-builder .simulator-display .has-focus{border:5px solid #96266c!important}.snippet-builder .simulator-display #paint-surface{position:absolute}.snippet-builder .simulator-display #paint-surface.borders{border-color:#f290c1 #2f99a1;border-style:outset inset inset outset;border-width:.5rem;height:216.66667px;width:286.66667px}.snippet-builder .simulator-display #paint-surface-container{text-align:center;width:100%}.snippet-builder .simulator-display #debug-stats{bottom:1.5%;color:#3c3cff;font-size:11px;left:5%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.snippet-builder .simulator-display #controls{height:100%;position:absolute;text-align:center;width:100%}.snippet-builder .simulator-display #controls *{pointer-events:none}.snippet-builder .simulator-display #controls.no-focus{-moz-filter:grayscale();-webkit-filter:grayscale();filter:grayscale();opacity:.5}.snippet-builder .simulator-display .no-select{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.snippet-builder .simulator-display .stats{margin-top:8px}.snippet-builder .simulator-display .blur .info{opacity:.2}.snippet-builder .simulator-display .controller-button-overlay{cursor:pointer;fill:#000;fill-opacity:0}.snippet-builder .simulator-display .controller-button-overlay:hover{fill-opacity:.125}.snippet-builder .simulator-display .controller-button-overlay.pressed{fill-opacity:.25}.snippet-builder.ui.modal{margin:0 0 0 -50%;width:100%}@media only screen and (min-width:814px){.snippet-builder.ui.modal{margin:0 0 0 -48%;width:96%}}@media only screen and (min-width:1109px){.snippet-builder.ui.modal{margin:0 0 0 -530px;width:1060px}}.ui.button.editortools-btn.editortools-github-btn{margin-left:.25rem}@media only screen and (max-width:767px){.ui.button.editortools-btn.editortools-github-btn{margin-left:0}}#githubEditor{background-color:var(--pxt-target-background2);color:var(--pxt-target-foreground2);overflow-x:hidden;overflow-y:auto}#githubEditor #githubArea{height:90%;padding:1rem}#githubEditor #githubArea .ui.link{cursor:pointer}#githubEditor #githubArea .ui.message span.ui.link{margin-left:.25rem;text-decoration:underline}#githubEditor #githubArea .inline-help{margin-left:2rem}#githubEditor #githubArea .ui.divider{margin-bottom:5px}#githubEditor #githubArea .ui.section{margin-top:1rem}#githubEditor #githubArea .ui.segment.diff{padding:0}#githubEditor #githubArea .ui.segments{margin:1rem 0}#githubEditor #githubArea .diffheader>span{font-size:1.2em;font-weight:700}#githubEditor #githubArea h2.header{font-size:1.5rem}#githubEditor #githubArea .diffheader .ui.button{float:right;margin-top:-.5em}#githubEditor #githubArea .ui.segment.diff svg{margin:1rem;max-width:calc(100% - 2rem)}#githubEditor #githubArea .ui.segments.filediff{background:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}#githubEditor #githubArea .legend>span:not(:first-child){margin-left:1.5rem}#githubEditor #githubArea .legend span.icon{border-radius:2px;display:inline-block;height:.8rem;margin-right:.25rem;width:.8rem}#githubEditor #githubArea .legend span.added.icon{background:linear-gradient(45deg,orange,#ff0,green,cyan,blue,violet)}#githubEditor #githubArea .legend span.deleted.icon{background-color:#d0d04e;background-image:linear-gradient(45deg,#bbb 25%,transparent 0,transparent 75%,#bbb 0,#bbb),linear-gradient(-45deg,#bbb 25%,transparent 0,transparent 75%,#bbb 0,#bbb);background-size:4px 4px}#githubEditor #githubArea .legend span.notchanged.icon{background:#d0d0d0}#githubEditor #githubArea .repo-branch{cursor:pointer;opacity:.5}#githubEditor #githubArea .join{text-align:center}#githubEditor #githubArea .create-pr{float:right}#githubEditor #githubArea .ui.segment{background-color:var(--pxt-target-background1);color:var(--pxt-target-foreground1)}.history-zone .commit-day{padding-bottom:1rem;padding-top:1rem}.history-zone .commit-day:first-child{padding-top:0}.history-zone .commit-day:last-child{padding-bottom:0}.history-zone .commit-day-header{align-items:center;display:flex;flex-direction:row}.history-zone .commit-day-label{font-size:1.28571429em;font-weight:700;margin-right:.5rem;margin-top:.2rem}.history-zone .commit-time{color:var(--pxt-neutral-alpha80);font-size:1rem;line-height:1rem;margin:.5rem 0}.history-zone .commit-view{border-top:1px solid var(--pxt-target-stencil1);padding-bottom:1rem;padding-top:1rem;position:relative}.history-zone .commit-view .restore-button{position:absolute;right:0;top:1.5rem;z-index:1}.history-zone .commit-view:first-child{border-top:none}.history-zone .commit-view:last-child{padding-bottom:0}.inverted-theme #githubEditor{color:var(--pxt-target-background2)}.inverted-theme #githubEditor .ui.transparent.segment{border:1px solid var(--pxt-header-background)}.inverted-theme #githubEditor .ui.basic.button>.ui.text,.inverted-theme #githubEditor .ui.header,.inverted-theme #githubEditor .ui.items>.link.item .description,.inverted-theme #githubEditor .ui.items>.link.item .meta{color:var(--pxt-target-background2)!important}.inverted-theme #githubEditor .diffheader{background:var(--pxt-header-background)!important}.inverted-theme #githubEditor table.diffview .change code{color:var(--pxt-target-background2)!important}.inverted-theme #githubEditor table.diffview .diff-added{background:var(--pxt-colors-green-background)!important}.inverted-theme #githubEditor table.diffview .diff-added .ch-added{background:var(--pxt-colors-green-hover)!important}.inverted-theme #githubEditor table.diffview .diff-removed{background:var(--pxt-colors-red-background)!important}.inverted-theme #githubEditor table.diffview .diff-removed .ch-removed{background:var(--pxt-colors-red-hover)!important}.inverted-theme #githubEditor table.diffview .diff-unchanged{background:var(--pxt-neutral-background1)!important}.inverted-theme #githubEditor table.diffview .line-a,.inverted-theme #githubEditor table.diffview .line-b{color:var(--pxt-neutral-background1)!important}.inverted-theme #githubEditor table.diffview .diff-marker{background:var(--pxt-neutral-background3)!important;color:var(--pxt-neutral-foreground1)!important}table.diffview{border:0;border-collapse:collapse;border-spacing:0;width:100%}table.diffview tr td,table.diffview tr th{border:none!important;padding:0!important}table.diffview .change code{white-space:pre-wrap}table.diffview .diff-added{background:var(--pxt-colors-green-alpha10)!important}table.diffview .diff-added .ch-added{background:var(--pxt-colors-green-alpha10);font-weight:700}table.diffview .diff-removed,table.diffview .diff-removed .ch-removed{background:var(--pxt-colors-red-alpha10)}table.diffview .diff-marker{background:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}table.diffview .diff-marker td{padding-left:1em}table.diffview tr.conflict{border-left:2px solid var(--pxt-colors-yellow-hover);border-right:2px solid var(--pxt-colors-yellow-hover)}table.diffview tr.conflict.header{background-color:var(--pxt-colors-yellow-background);border-bottom:2px solid var(--pxt-colors-yellow-hover);border-top:2px solid var(--pxt-colors-yellow-hover)}table.diffview tr.conflict.header td{color:var(pxt-neutral-background3)}table.diffview tr.conflict td.ui{padding-left:.5rem;padding-top:.5rem}table.diffview tr.conflict.footer{border-bottom:2px solid var(--pxt-colors-yellow-hover)}table.diffview .line-a,table.diffview .line-b{color:var(--pxt-neutral-foreground2);text-align:right;width:3em}table.diffview .marker{text-align:center;width:2.5em}table.diffview .change{text-align:left}table.diffview .diff-added .line-b:before,table.diffview .diff-removed .line-a:before,table.diffview .diff-unchanged .line-a:before,table.diffview .diff-unchanged .line-b:before,table.diffview .marker:before{content:attr(data-content)}table.diffview.update .diff-added{background:var(--pxt-colors-yellow-alpha10)!important}table.diffview.update .diff-added .ch-added{background:var(--pxt-colors-yellow-hover);font-weight:700;outline:1px solid var(--pxt-neutral-stencil3)}@media only print{table.diffview.update .diff-added{outline:1px solid #000}}.keymap{background-color:var(--pxt-neutral-background1);border:1px solid var(--pxt-colors-teal-background);border-radius:.25rem;display:flex;left:0;margin:0 2rem;padding:.5rem;width:calc(100% - 4rem);z-index:1}.keymap,.keymap .close{color:var(--pxt-neutral-foreground1);position:absolute}.keymap .close{cursor:pointer;margin:0;right:.5rem;top:.5rem}.keymap>div{margin-right:1rem}.keymap>div:last-child{margin-right:0}.keymap-row{white-space:nowrap}.keymap-title{display:inline-block;font-weight:600;margin:0 .25rem .25rem;text-transform:capitalize;width:100%}.keymap-key{background-color:var(--pxt-colors-teal-background);border:1px solid var(--pxt-colors-teal-alpha10);border-radius:.25rem;color:var(--pxt-colors-teal-foreground);display:inline-block;height:2rem;line-height:2rem;margin:.25rem;padding:0 .75rem;text-transform:uppercase}.keymap-name{display:inline-block;margin-left:.5rem;text-transform:lowercase}.keymap-name:first-letter{text-transform:uppercase}.fullscreensim .keymap,.keymap.above{top:5.5rem}.fullscreensim .keymap .close,.keymap.above .close{color:var(--pxt-colors-teal-background)}.fullscreensim .keymap{left:50%;margin:0;top:50%;transform:translateX(-50%) translateY(-50%);width:22rem}.miniSim .keymap{display:none}@media only screen and (max-width:991px){#root:not(.fullscreensim) .keymap-button{display:none}#root:not(.fullscreensim) .mute-button{border-radius:.2rem}}.errorList{border-top:2px solid var(--pxt-neutral-stencil1);max-height:16em;min-height:16em;position:relative}.errorList :focus{outline:none}.errorList .errorListHeader{align-items:center;display:flex;flex-direction:row;height:3.5em;justify-content:flex-start;margin-bottom:0;padding:.75em 1em}.errorList .errorListHeader:hover{cursor:pointer}.errorList .errorListHeader:not(:hover):not(:focus)>.toggleButton>i{opacity:.5}.errorList .errorListHeader h4{display:inline-block;margin:0;vertical-align:middle}.errorList .errorListHeader .countBubble{margin:0 1rem}.errorList .errorListHeader:focus>.toggleButton>i,.errorList .errorListHeader:hover>.toggleButton>i{font-size:1.4em}.errorList .errorListHeader .error-help-container{margin:0 1rem}.errorList .errorListHeader .error-help-container .error-help-button{line-height:.8rem;padding:.7rem}.errorList .errorListHeader .error-help-container .error-help-button i{margin-right:.4rem}.errorList .errorListHeader .error-help-container .error-help-loader{align-items:center;cursor:progress;display:flex;flex-direction:row;font-size:16px;font-weight:400;justify-content:flex-start;line-height:.8rem;padding:.7rem;width:fit-content}.errorList .errorListHeader .error-help-container .error-help-loader .analyzing-label{margin:0 1rem}.errorList .errorListHeader .filler{flex-grow:1}.errorList .errorListHeader .toggleButton{float:right;position:relative;vertical-align:middle}.errorList .errorListHeader .toggleButton i{font-size:1.3em}.errorList .debuggerSuggestion{background:none;color:var(--pxt-link);cursor:pointer;line-height:.8rem;padding:.7rem}.errorList .debuggerSuggestion:hover{color:var(--pxt-link-hover)}.errorList .debuggerSuggestion:focus,.errorList .debuggerSuggestion:focus-visible{border:2px solid var(--pxt-focus-border);color:var(--pxt-link-hover)}.errorList .debuggerSuggestion:focus-visible:after,.errorList .debuggerSuggestion:focus:after{outline:none}.errorList .debuggerSuggestion i{margin-right:.4rem}.errorList .errorListInner{height:12.5em;overflow-y:auto;padding:0 0 1em}.errorList .errorListInner .exceptionMessage{color:var(--pxt-target-foreground1);padding:.5em 1em;width:70%}.errorList .errorListInner .ui.selection.list{color:var(--pxt-target-foreground1);margin:0;padding:0}.errorList .errorListInner .ui.selection.list .item{border-radius:unset;color:var(--pxt-target-foreground1);cursor:pointer;line-height:1.2rem;padding:.5em 1em;text-align:start;width:100%}.errorList .errorListInner .ui.selection.list .item:focus,.errorList .errorListInner .ui.selection.list .item:hover{background-color:var(--pxt-neutral-alpha20)!important}.errorList .errorListInner .ui.selection.list .item:nth-child(2n):not(:hover){background-color:var(--pxt-neutral-alpha10)}.errorList .errorListInner .ui.selection.list .item.stackframe{padding-left:2em}.errorList .note{background-color:var(--pxt-neutral-alpha10);border-radius:.2rem;margin:1rem;padding:.5rem;white-space:pre-line}.errorList.errorListSummary{min-height:unset}.errorList.errorListSummary:hover{background-color:var(--pxt-neutral-alpha20)}.asset-editor-outer{display:flex;flex-direction:row;height:100%;width:100%}.asset-editor-sidebar{border-right:1px solid var(--pxt-neutral-stencil1);height:100%;overflow-y:auto;width:200px;z-index:1}.asset-editor-sidebar-info{margin:1rem}.asset-editor-sidebar-detail{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asset-editor-sidebar-name,.asset-editor-sidebar-temp{font-weight:700;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis}.asset-editor-sidebar-temp{background-color:var(--pxt-neutral-alpha10);border-radius:.25rem;display:flex;padding:.25rem .5rem}.asset-editor-sidebar-temp i{height:1.5rem;margin-right:.3rem;width:1.5rem}.asset-editor-sidebar-preview{background-color:var(--pxt-neutral-alpha10);height:calc(200px - 2rem);margin:.5rem 0;width:calc(200px - 2rem)}.asset-editor-sidebar-preview .asset-editor-preview{border:2px solid var(--pxt-target-foreground1)}.asset-editor-sidebar-copy{position:absolute;top:-9999px}.asset-editor-gallery{display:flex;flex:1;flex-direction:column;height:100%}.asset-editor-topbar{border-bottom:1px solid var(--pxt-neutral-stencil1);display:flex;flex-direction:row;height:3rem;width:100%}.asset-editor-gallery-tab{background-color:var(--pxt-neutral-alpha10);border-color:var(--pxt-neutral-stencil1);border-style:solid;border-width:0 1px 1px 0;color:var(--pxt-neutral-foreground1);cursor:pointer;font-size:1rem;font-weight:600;height:3rem;padding:.7em 2em .85em}.asset-editor-gallery-tab.selected{background-color:transparent;border-bottom-color:var(--pxt-target-background1);color:var(--pxt-target-foreground1)}.asset-editor-card-list{flex:1;overflow:auto;width:100%}.asset-editor-card-list>div{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap}.asset-editor-card,.create-new{background:var(--pxt-neutral-background1);border:1px solid var(--pxt-target-foreground1);cursor:pointer;height:8rem;margin:1rem 0 0 1rem;width:8rem}.asset-editor-card.selected{border-width:2px}.asset-editor-card.empty-card{background-color:var(--pxt-neutral-alpha10);border:none}.asset-editor-card-label{display:flex;margin-top:-2rem;position:relative;z-index:2}.asset-editor-card-icon{background:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1);height:2rem;line-height:2rem;margin-right:.25rem;text-align:center;width:2rem}.asset-editor-card-icon i{margin:0}.asset-editor-preview{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='%23fff' d='M0 0h10v10H0z'/%3E%3Cpath fill='%23dedede' d='M0 0h5v5H0zM5 5h5v5H5z'/%3E%3C/svg%3E");display:flex;height:100%;width:100%}.asset-editor-preview img{height:auto;image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;max-height:100%;max-width:100%;width:100%;-ms-interpolation-mode:nearest-neighbor;object-fit:contain}.asset-editor-preview .json-asset-preview{align-items:center;background-color:var(--pxt-neutral-background1);display:flex;height:100%;justify-content:center;text-align:center;width:100%}.asset-editor-preview .json-asset-preview>div{color:var(--pxt-neutral-foreground1);font-size:1.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asset-editor-sidebar-controls{margin:0 .75rem}.asset-editor-sidebar-controls .common-list-item{display:flex}.asset-editor-button{box-shadow:inset 0 0 0 1px var(--pxt-neutral-alpha20),inset 0 -.3em 0 0 var(--pxt-neutral-alpha20);flex:1}.create-new.common-button{align-items:center;background-color:var(--pxt-colors-green-background);color:var(--pxt-colors-green-foreground);display:flex;flex-direction:column;font-weight:700;justify-content:center;margin:1rem 0 0 1rem}.create-new.common-button i.icon{margin:0}.create-new:hover{background-color:var(--pxt-colors-green-hover);color:var(--pxt-colors-green-foreground)}.create-new.disabled,.create-new.disabled:hover{background-color:var(--pxt-neutral-alpha10);cursor:not-allowed}.asset-editor-create-options{display:flex;flex-wrap:wrap;justify-content:space-around;padding:1rem 0}.asset-editor-create-button.common-button{align-items:center;background-color:var(--pxt-secondary-background);color:var(--pxt-secondary-foreground);cursor:pointer;display:flex;flex-direction:column;font-weight:700;height:10rem;justify-content:center;margin-bottom:1rem;width:10rem}.asset-editor-create-button.common-button:hover{background-color:var(--pxt-secondary-background-hover);color:var(--pxt-secondary-foreground-hover)}.asset-editor-create-button.common-button i.icon{font-size:4rem;line-height:4rem;margin:1rem}.asset-editor-create-button.common-button .common-button-flex{display:flex;flex-direction:column;justify-content:center}.image-editor-open #tutorialcard{z-index:995}.asset-palette-button.common-button{box-shadow:inset 0 0 0 1px rgba(34,36,38,.15),inset 0 -.3em 0 0 rgba(34,36,38,.15);flex:1;margin-top:1rem}i.fa-palette{transform:rotate(90deg)}.palette-transparent-button.common-button{background:none;border:none}.palette-transparent-button.common-button.disabled{background:none;border:none;color:var(--pxt-neutral-background3)}.palette-actions .common-button{background:none;border:none;font-size:18px;margin:0;padding:.5rem}.palette-actions .common-button.disabled{background:none;border:none;color:var(--pxt-neutral-background3)}.palette-actions .common-button.disabled:focus:after{outline:none}.palette-actions .common-button .xicon.rename{margin-right:.5rem}.palette-delete-modal .common-modal,.palette-exit-modal .common-modal,.palette-name-modal .common-modal{width:35%}.palette-delete-modal .common-palette-swatch-name,.palette-exit-modal .common-palette-swatch-name,.palette-name-modal .common-palette-swatch-name{flex-grow:0;padding:1rem .5rem 0 0}.palette-delete-modal .common-palette-color-list,.palette-exit-modal .common-palette-color-list,.palette-name-modal .common-palette-color-list{padding-top:1rem}.palette-apply-button.common-button.disabled.green,.palette-done-button.common-button.disabled.teal{background-color:var(--pxt-neutral-background3);color:var(--pxt-neutral-foreground3)}.invalid-palette-name{color:var(--pxt-colors-red-background)}body.pxt-theme-root a{color:var(--pxt-link)}body.pxt-theme-root a:hover{color:var(--pxt-link-hover)}body.pxt-theme-root .ui.label{background-color:var(--pxt-neutral-background1);border-color:var(--pxt-neutral-stencil1);color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.list>.item .description{color:var(--pxt-neutral-alpha80)}body.pxt-theme-root .ui.list>.item a.header{color:var(--pxt-link)!important}body.pxt-theme-root .ui.list>.item a.header:hover{color:var(--pxt-link-hover)!important}body.pxt-theme-root .ui.icon.menu .item{color:var(--pxt-neutral-foreground1)}body.pxt-theme-root i.ui.card.icon{border:none}body.pxt-theme-root .ui.card:not(.icon),body.pxt-theme-root .ui.cards .card:not(.icon){background-color:var(--pxt-neutral-background1);border-color:var(--pxt-neutral-stencil1);color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.card:not(.icon):focus,body.pxt-theme-root .ui.card:not(.icon):hover,body.pxt-theme-root .ui.cards .card:not(.icon):focus,body.pxt-theme-root .ui.cards .card:not(.icon):hover{background-color:var(--pxt-neutral-background1-hover);color:var(--pxt-neutral-foreground1-hover)}body.pxt-theme-root .ui.card:not(.icon) .extra.content a.learnmore,body.pxt-theme-root .ui.cards .card:not(.icon) .extra.content a.learnmore{color:var(--pxt-link)}body.pxt-theme-root .ui.card:not(.icon) .content .header,body.pxt-theme-root .ui.card:not(.icon).link.buttoncard .header,body.pxt-theme-root .ui.cards .card:not(.icon) .content .header,body.pxt-theme-root .ui.cards .card:not(.icon).link.buttoncard .header{color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.card:not(.icon) .content .description,body.pxt-theme-root .ui.cards .card:not(.icon) .content .description{color:var(--pxt-neutral-alpha80)}body.pxt-theme-root .ui.card:not(.icon) .image pre,body.pxt-theme-root .ui.cards .card:not(.icon) .image pre{color:var(--pxt-neutral-foreground1);font-size:.7rem;margin-left:.5rem;margin-right:.5rem;max-height:10rem;overflow-y:hidden;white-space:pre-wrap}body.pxt-theme-root .coredialog,body.pxt-theme-root .coredialog>.actions,body.pxt-theme-root .coredialog>.closeIcon,body.pxt-theme-root .coredialog>.closeIcon .close,body.pxt-theme-root .coredialog>.content,body.pxt-theme-root .coredialog>.content>.ui.items>.item>.content>.description,body.pxt-theme-root .coredialog>.header,body.pxt-theme-root .modal,body.pxt-theme-root .modal>.actions,body.pxt-theme-root .modal>.closeIcon,body.pxt-theme-root .modal>.closeIcon .close,body.pxt-theme-root .modal>.content,body.pxt-theme-root .modal>.content>.ui.items>.item>.content>.description,body.pxt-theme-root .modal>.header{background-color:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.table{border:1px solid var(--pxt-neutral-alpha20)}body.pxt-theme-root .ui.table,body.pxt-theme-root .ui.table i,body.pxt-theme-root .ui.table th,body.pxt-theme-root .ui.table tr{background:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.table i.positive,body.pxt-theme-root .ui.table th.positive,body.pxt-theme-root .ui.table tr.positive{background:var(--pxt-colors-green-alpha10)!important;color:var(--pxt-colors-green-background)!important}body.pxt-theme-root .ui.table i.positive i,body.pxt-theme-root .ui.table th.positive i,body.pxt-theme-root .ui.table tr.positive i{background:none!important}body.pxt-theme-root .ui.table th,body.pxt-theme-root .ui.table tr{border-bottom:1px solid var(--pxt-neutral-alpha10)}body.pxt-theme-root .ui.table tr td{border-top:1px solid var(--pxt-neutral-alpha10)}body.pxt-theme-root .ui.table td:nth-child(2),body.pxt-theme-root .ui.table tfoot:not(.full-width) th:nth-child(2),body.pxt-theme-root .ui.table thead:not(.full-width) th:nth-child(2){border-left:1px solid var(--pxt-neutral-alpha10)}body.pxt-theme-root .ui.header,body.pxt-theme-root .ui.header .sub.header{color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.menu,body.pxt-theme-root [data-tooltip]:after,body.pxt-theme-root [data-tooltip]:before{background:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.menu .dropdown.item .menu,body.pxt-theme-root .ui.menu .ui.dropdown .menu{background:var(--pxt-neutral-background1);border:1px solid var(--pxt-neutral-stencil1);box-shadow:0 1px 3px 0 var(--pxt-neutral-alpha20);color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.menu .dropdown.item .menu .item,body.pxt-theme-root .ui.menu .ui.dropdown .menu .item{color:var(--pxt-neutral-foreground1)!important}body.pxt-theme-root .ui.menu .dropdown.item .menu .item:focus,body.pxt-theme-root .ui.menu .dropdown.item .menu .item:hover,body.pxt-theme-root .ui.menu .ui.dropdown .menu .item:focus,body.pxt-theme-root .ui.menu .ui.dropdown .menu .item:hover{background:var(--pxt-neutral-background1-hover)!important;color:var(--pxt-neutral-foreground1-hover)!important}body.pxt-theme-root .ui.menu .dropdown.item .menu .divider,body.pxt-theme-root .ui.menu .ui.dropdown .menu .divider{background:none;border-top:1px solid var(--pxt-neutral-stencil1)}body.pxt-theme-root .ui.menu .item.disabled,body.pxt-theme-root .ui.menu .item.disabled:hover{color:var(--pxt-neutral-alpha20)!important}body.pxt-theme-root .ui.form .field label{color:var(--pxt-neutral-foreground2)}body.pxt-theme-root .ui.form input[type=url],body.pxt-theme-root .ui.form textarea,body.pxt-theme-root .ui.input{background:none;color:var(--pxt-neutral-foreground2)}body.pxt-theme-root .ui.form input[type=url] input,body.pxt-theme-root .ui.form textarea input,body.pxt-theme-root .ui.input input{-webkit-tap-highlight-color:transparent;background:var(--pxt-neutral-background1);border:1px solid var(--pxt-neutral-stencil1);color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.form input[type=url] input::-moz-placeholder,body.pxt-theme-root .ui.form input[type=url] input::-ms-input-placeholder,body.pxt-theme-root .ui.form input[type=url] input::-webkit-input-placeholder,body.pxt-theme-root .ui.form textarea input::-moz-placeholder,body.pxt-theme-root .ui.form textarea input::-ms-input-placeholder,body.pxt-theme-root .ui.form textarea input::-webkit-input-placeholder,body.pxt-theme-root .ui.input input::-moz-placeholder,body.pxt-theme-root .ui.input input::-ms-input-placeholder,body.pxt-theme-root .ui.input input::-webkit-input-placeholder{color:var(--pxt-neutral-alpha50)}body.pxt-theme-root .ui.form input[type=url] input:active,body.pxt-theme-root .ui.form input[type=url] input:focus,body.pxt-theme-root .ui.form textarea input:active,body.pxt-theme-root .ui.form textarea input:focus,body.pxt-theme-root .ui.input input:active,body.pxt-theme-root .ui.input input:focus{background:var(--pxt-neutral-background1);border-color:var(--pxt-neutral-alpha50);color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.form input[type=url] input::selection,body.pxt-theme-root .ui.form textarea input::selection,body.pxt-theme-root .ui.input input::selection{color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.form input[type=url].down input,body.pxt-theme-root .ui.form textarea.down input,body.pxt-theme-root .ui.input.down input{background:var(--pxt-neutral-background1);border-color:var(--pxt-neutral-alpha50);color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.segment{background:var(--pxt-neutral-background1);border:1px solid var(--pxt-neutral-stencil1);box-shadow:0 1px 2px 0 var(--pxt-neutral-alpha10);color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.raised.segment,body.pxt-theme-root .ui.raised.segments{box-shadow:0 2px 4px 0 var(--pxt-neutral-alpha10),0 2px 10px 0 var(--pxt-neutral-alpha10)}body.pxt-theme-root .ui.toggle.checkbox label{color:var(--pxt-neutral-foreground1)}body.pxt-theme-root .ui.toggle.checkbox label:focus,body.pxt-theme-root .ui.toggle.checkbox label:hover{color:var(--pxt-neutral-foreground1-hover)}body.pxt-theme-root .ui.toggle.checkbox input,body.pxt-theme-root .ui.toggle.checkbox input:checked,body.pxt-theme-root .ui.toggle.checkbox input~.box:before,body.pxt-theme-root .ui.toggle.checkbox input~label:before{border:1px solid var(--pxt-neutral-stencil1)}body.pxt-theme-root .ui.toggle.checkbox input:checked~label{color:var(--pxt-neutral-foreground1)!important}body.pxt-theme-root .ui.toggle.checkbox input:checked~.box:before,body.pxt-theme-root .ui.toggle.checkbox input:checked~label:before{background-color:var(--pxt-primary-background)!important;border:1px solid var(--pxt-neutral-stencil1)}body.pxt-theme-root .ui.dimmer:not(#loading){background-color:var(--pxt-neutral-alpha50)}body.pxt-theme-root .blue{color:var(--pxt-colors-blue-background)}body.pxt-theme-root .blue.inverted{background-color:var(--pxt-colors-blue-foreground)!important;color:var(--pxt-colors-blue-background)!important}body.pxt-theme-root .gray,body.pxt-theme-root .grey,body.pxt-theme-root .neutral{color:var(--pxt-neutral-background2)}body.pxt-theme-root .gray.inverted,body.pxt-theme-root .grey.inverted,body.pxt-theme-root .neutral.inverted{background-color:var(--pxt-neutral-foreground2)!important;color:var(--pxt-neutral-background2)!important}body.pxt-theme-root .green,body.pxt-theme-root .positive{color:var(--pxt-colors-green-background)}body.pxt-theme-root .green.inverted,body.pxt-theme-root .positive.inverted{background-color:var(--pxt-colors-green-foreground)!important;color:var(--pxt-colors-green-background)!important}body.pxt-theme-root .orange{color:var(--pxt-colors-orange-background)}body.pxt-theme-root .orange.inverted{background-color:var(--pxt-colors-orange-foreground)!important;color:var(--pxt-colors-orange-background)!important}body.pxt-theme-root .purple,body.pxt-theme-root .violet{color:var(--pxt-colors-purple-background)}body.pxt-theme-root .purple.inverted,body.pxt-theme-root .violet.inverted{background-color:var(--pxt-colors-purple-foreground)!important;color:var(--pxt-colors-purple-background)!important}body.pxt-theme-root .negative,body.pxt-theme-root .red{color:var(--pxt-colors-red-background)}body.pxt-theme-root .negative.inverted,body.pxt-theme-root .red.inverted{background-color:var(--pxt-colors-red-foreground)!important;color:var(--pxt-colors-red-background)!important}body.pxt-theme-root .teal{color:var(--pxt-colors-teal-background)}body.pxt-theme-root .teal.inverted{background-color:var(--pxt-colors-teal-foreground)!important;color:var(--pxt-colors-teal-background)!important}body.pxt-theme-root .yellow{color:var(--pxt-colors-yellow-background)}body.pxt-theme-root .yellow.inverted{background-color:var(--pxt-colors-yellow-foreground)!important;color:var(--pxt-colors-yellow-background)!important}body.pxt-theme-root .ui.label.blue{background-color:var(--pxt-colors-blue-background)!important;color:var(--pxt-colors-blue-foreground)!important}body.pxt-theme-root .ui.label.blue.inverted{background-color:var(--pxt-colors-blue-foreground)!important;color:var(--pxt-colors-blue-background)!important}body.pxt-theme-root .ui.label.gray,body.pxt-theme-root .ui.label.grey,body.pxt-theme-root .ui.label.neutral{background-color:var(--pxt-neutral-background2)!important;color:var(--pxt-neutral-foreground2)!important}body.pxt-theme-root .ui.label.gray.inverted,body.pxt-theme-root .ui.label.grey.inverted,body.pxt-theme-root .ui.label.neutral.inverted{background-color:var(--pxt-neutral-foreground2)!important;color:var(--pxt-neutral-background2)!important}body.pxt-theme-root .ui.label.green,body.pxt-theme-root .ui.label.positive{background-color:var(--pxt-colors-green-background)!important;color:var(--pxt-colors-green-foreground)!important}body.pxt-theme-root .ui.label.green.inverted,body.pxt-theme-root .ui.label.positive.inverted{background-color:var(--pxt-colors-green-foreground)!important;color:var(--pxt-colors-green-background)!important}body.pxt-theme-root .ui.label.orange{background-color:var(--pxt-colors-orange-background)!important;color:var(--pxt-colors-orange-foreground)!important}body.pxt-theme-root .ui.label.orange.inverted{background-color:var(--pxt-colors-orange-foreground)!important;color:var(--pxt-colors-orange-background)!important}body.pxt-theme-root .ui.label.purple,body.pxt-theme-root .ui.label.violet{background-color:var(--pxt-colors-purple-background)!important;color:var(--pxt-colors-purple-foreground)!important}body.pxt-theme-root .ui.label.purple.inverted,body.pxt-theme-root .ui.label.violet.inverted{background-color:var(--pxt-colors-purple-foreground)!important;color:var(--pxt-colors-purple-background)!important}body.pxt-theme-root .ui.label.negative,body.pxt-theme-root .ui.label.red{background-color:var(--pxt-colors-red-background)!important;color:var(--pxt-colors-red-foreground)!important}body.pxt-theme-root .ui.label.negative.inverted,body.pxt-theme-root .ui.label.red.inverted{background-color:var(--pxt-colors-red-foreground)!important;color:var(--pxt-colors-red-background)!important}body.pxt-theme-root .ui.label.teal{background-color:var(--pxt-colors-teal-background)!important;color:var(--pxt-colors-teal-foreground)!important}body.pxt-theme-root .ui.label.teal.inverted{background-color:var(--pxt-colors-teal-foreground)!important;color:var(--pxt-colors-teal-background)!important}body.pxt-theme-root .ui.label.yellow{background-color:var(--pxt-colors-yellow-background)!important;color:var(--pxt-colors-yellow-foreground)!important}body.pxt-theme-root .ui.label.yellow.inverted{background-color:var(--pxt-colors-yellow-foreground)!important;color:var(--pxt-colors-yellow-background)!important}body.pxt-theme-root .common-button,body.pxt-theme-root .ui.button{background-image:none}body.pxt-theme-root .common-button.primary,body.pxt-theme-root .ui.button.primary{background-color:var(--pxt-primary-background);border:1px solid var(--pxt-primary-background);color:var(--pxt-primary-foreground)}body.pxt-theme-root .common-button.primary.inverted,body.pxt-theme-root .ui.button.primary.inverted{background-color:var(--pxt-primary-foreground);color:var(--pxt-primary-background)}body.pxt-theme-root .common-button.primary.disabled,body.pxt-theme-root .ui.button.primary.disabled{filter:grayscale(100%) brightness(80%);opacity:.7}body.pxt-theme-root .common-button.primary:not(.disabled):focus,body.pxt-theme-root .common-button.primary:not(.disabled):hover,body.pxt-theme-root .ui.button.primary:not(.disabled):focus,body.pxt-theme-root .ui.button.primary:not(.disabled):hover{background-color:var(--pxt-primary-background-hover);color:var(--pxt-primary-foreground-hover);filter:none}body.pxt-theme-root .common-button.primary:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.primary:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.primary:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.primary:not(.disabled):hover.inverted{background-color:var(--pxt-primary-foreground-hover);color:var(--pxt-primary-background-hover)}body.pxt-theme-root .common-button.secondary,body.pxt-theme-root .ui.button.secondary{background-color:var(--pxt-secondary-background);border:1px solid var(--pxt-secondary-background);color:var(--pxt-secondary-foreground)}body.pxt-theme-root .common-button.secondary.inverted,body.pxt-theme-root .ui.button.secondary.inverted{background-color:var(--pxt-secondary-foreground);color:var(--pxt-secondary-background)}body.pxt-theme-root .common-button.secondary.disabled,body.pxt-theme-root .ui.button.secondary.disabled{filter:grayscale(100%) brightness(80%);opacity:.7}body.pxt-theme-root .common-button.secondary:not(.disabled):focus,body.pxt-theme-root .common-button.secondary:not(.disabled):hover,body.pxt-theme-root .ui.button.secondary:not(.disabled):focus,body.pxt-theme-root .ui.button.secondary:not(.disabled):hover{background-color:var(--pxt-secondary-background-hover);color:var(--pxt-secondary-foreground-hover);filter:none}body.pxt-theme-root .common-button.secondary:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.secondary:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.secondary:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.secondary:not(.disabled):hover.inverted{background-color:var(--pxt-secondary-foreground-hover);color:var(--pxt-secondary-background-hover)}body.pxt-theme-root .common-button.tertiary,body.pxt-theme-root .ui.button.tertiary{background-color:var(--pxt-tertiary-background);border:1px solid var(--pxt-tertiary-background);color:var(--pxt-tertiary-foreground)}body.pxt-theme-root .common-button.tertiary.inverted,body.pxt-theme-root .ui.button.tertiary.inverted{background-color:var(--pxt-tertiary-foreground);color:var(--pxt-tertiary-background)}body.pxt-theme-root .common-button.tertiary.disabled,body.pxt-theme-root .ui.button.tertiary.disabled{filter:grayscale(100%) brightness(80%);opacity:.7}body.pxt-theme-root .common-button.tertiary:not(.disabled):focus,body.pxt-theme-root .common-button.tertiary:not(.disabled):hover,body.pxt-theme-root .ui.button.tertiary:not(.disabled):focus,body.pxt-theme-root .ui.button.tertiary:not(.disabled):hover{background-color:var(--pxt-tertiary-background-hover);color:var(--pxt-tertiary-foreground-hover);filter:none}body.pxt-theme-root .common-button.tertiary:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.tertiary:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.tertiary:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.tertiary:not(.disabled):hover.inverted{background-color:var(--pxt-tertiary-foreground-hover);color:var(--pxt-tertiary-background-hover)}body.pxt-theme-root .common-button.blue,body.pxt-theme-root .ui.button.blue{background-color:var(--pxt-colors-blue-background);border:1px solid var(--pxt-colors-blue-background);color:var(--pxt-colors-blue-foreground)}body.pxt-theme-root .common-button.blue.inverted,body.pxt-theme-root .ui.button.blue.inverted{background-color:var(--pxt-colors-blue-foreground);color:var(--pxt-colors-blue-background)}body.pxt-theme-root .common-button.blue.disabled,body.pxt-theme-root .ui.button.blue.disabled{filter:grayscale(100%) brightness(80%);opacity:.7}body.pxt-theme-root .common-button.blue:not(.disabled):focus,body.pxt-theme-root .common-button.blue:not(.disabled):hover,body.pxt-theme-root .ui.button.blue:not(.disabled):focus,body.pxt-theme-root .ui.button.blue:not(.disabled):hover{background-color:var(--pxt-colors-blue-hover);color:var(--pxt-colors-blue-foreground);filter:none}body.pxt-theme-root .common-button.blue:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.blue:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.blue:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.blue:not(.disabled):hover.inverted{background-color:var(--pxt-colors-blue-foreground);color:var(--pxt-colors-blue-hover)}body.pxt-theme-root .common-button.gray,body.pxt-theme-root .common-button.grey,body.pxt-theme-root .common-button.neutral,body.pxt-theme-root .ui.button.gray,body.pxt-theme-root .ui.button.grey,body.pxt-theme-root .ui.button.neutral{background-color:var(--pxt-neutral-background2);border:1px solid var(--pxt-neutral-stencil2);color:var(--pxt-neutral-foreground2)}body.pxt-theme-root .common-button.gray.inverted,body.pxt-theme-root .common-button.grey.inverted,body.pxt-theme-root .common-button.neutral.inverted,body.pxt-theme-root .ui.button.gray.inverted,body.pxt-theme-root .ui.button.grey.inverted,body.pxt-theme-root .ui.button.neutral.inverted{background-color:var(--pxt-neutral-foreground2);color:var(--pxt-neutral-background2)}body.pxt-theme-root .common-button.gray.disabled,body.pxt-theme-root .common-button.grey.disabled,body.pxt-theme-root .common-button.neutral.disabled,body.pxt-theme-root .ui.button.gray.disabled,body.pxt-theme-root .ui.button.grey.disabled,body.pxt-theme-root .ui.button.neutral.disabled{filter:grayscale(100%) brightness(80%);opacity:.7}body.pxt-theme-root .common-button.gray:not(.disabled):focus,body.pxt-theme-root .common-button.gray:not(.disabled):hover,body.pxt-theme-root .common-button.grey:not(.disabled):focus,body.pxt-theme-root .common-button.grey:not(.disabled):hover,body.pxt-theme-root .common-button.neutral:not(.disabled):focus,body.pxt-theme-root .common-button.neutral:not(.disabled):hover,body.pxt-theme-root .ui.button.gray:not(.disabled):focus,body.pxt-theme-root .ui.button.gray:not(.disabled):hover,body.pxt-theme-root .ui.button.grey:not(.disabled):focus,body.pxt-theme-root .ui.button.grey:not(.disabled):hover,body.pxt-theme-root .ui.button.neutral:not(.disabled):focus,body.pxt-theme-root .ui.button.neutral:not(.disabled):hover{background-color:var(--pxt-neutral-background2-hover);color:var(--pxt-neutral-foreground2-hover);filter:none}body.pxt-theme-root .common-button.gray:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.gray:not(.disabled):hover.inverted,body.pxt-theme-root .common-button.grey:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.grey:not(.disabled):hover.inverted,body.pxt-theme-root .common-button.neutral:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.neutral:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.gray:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.gray:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.grey:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.grey:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.neutral:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.neutral:not(.disabled):hover.inverted{background-color:var(--pxt-neutral-foreground2-hover);color:var(--pxt-neutral-background2-hover)}body.pxt-theme-root .common-button.green,body.pxt-theme-root .common-button.positive,body.pxt-theme-root .ui.button.green,body.pxt-theme-root .ui.button.positive{background-color:var(--pxt-colors-green-background);border:1px solid var(--pxt-colors-green-background);color:var(--pxt-colors-green-foreground)}body.pxt-theme-root .common-button.green.inverted,body.pxt-theme-root .common-button.positive.inverted,body.pxt-theme-root .ui.button.green.inverted,body.pxt-theme-root .ui.button.positive.inverted{background-color:var(--pxt-colors-green-foreground);color:var(--pxt-colors-green-background)}body.pxt-theme-root .common-button.green.disabled,body.pxt-theme-root .common-button.positive.disabled,body.pxt-theme-root .ui.button.green.disabled,body.pxt-theme-root .ui.button.positive.disabled{filter:grayscale(100%) brightness(80%);opacity:.7}body.pxt-theme-root .common-button.green:not(.disabled):focus,body.pxt-theme-root .common-button.green:not(.disabled):hover,body.pxt-theme-root .common-button.positive:not(.disabled):focus,body.pxt-theme-root .common-button.positive:not(.disabled):hover,body.pxt-theme-root .ui.button.green:not(.disabled):focus,body.pxt-theme-root .ui.button.green:not(.disabled):hover,body.pxt-theme-root .ui.button.positive:not(.disabled):focus,body.pxt-theme-root .ui.button.positive:not(.disabled):hover{background-color:var(--pxt-colors-green-hover);color:var(--pxt-colors-green-foreground);filter:none}body.pxt-theme-root .common-button.green:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.green:not(.disabled):hover.inverted,body.pxt-theme-root .common-button.positive:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.positive:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.green:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.green:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.positive:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.positive:not(.disabled):hover.inverted{background-color:var(--pxt-colors-green-foreground);color:var(--pxt-colors-green-hover)}body.pxt-theme-root .common-button.orange,body.pxt-theme-root .ui.button.orange{background-color:var(--pxt-colors-orange-background);border:1px solid var(--pxt-colors-orange-background);color:var(--pxt-colors-orange-foreground)}body.pxt-theme-root .common-button.orange.inverted,body.pxt-theme-root .ui.button.orange.inverted{background-color:var(--pxt-colors-orange-foreground);color:var(--pxt-colors-orange-background)}body.pxt-theme-root .common-button.orange.disabled,body.pxt-theme-root .ui.button.orange.disabled{filter:grayscale(100%) brightness(80%);opacity:.7}body.pxt-theme-root .common-button.orange:not(.disabled):focus,body.pxt-theme-root .common-button.orange:not(.disabled):hover,body.pxt-theme-root .ui.button.orange:not(.disabled):focus,body.pxt-theme-root .ui.button.orange:not(.disabled):hover{background-color:var(--pxt-colors-orange-hover);color:var(--pxt-colors-orange-foreground);filter:none}body.pxt-theme-root .common-button.orange:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.orange:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.orange:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.orange:not(.disabled):hover.inverted{background-color:var(--pxt-colors-orange-foreground);color:var(--pxt-colors-orange-hover)}body.pxt-theme-root .common-button.purple,body.pxt-theme-root .common-button.violet,body.pxt-theme-root .ui.button.purple,body.pxt-theme-root .ui.button.violet{background-color:var(--pxt-colors-purple-background);border:1px solid var(--pxt-colors-purple-background);color:var(--pxt-colors-purple-foreground)}body.pxt-theme-root .common-button.purple.inverted,body.pxt-theme-root .common-button.violet.inverted,body.pxt-theme-root .ui.button.purple.inverted,body.pxt-theme-root .ui.button.violet.inverted{background-color:var(--pxt-colors-purple-foreground);color:var(--pxt-colors-purple-background)}body.pxt-theme-root .common-button.purple.disabled,body.pxt-theme-root .common-button.violet.disabled,body.pxt-theme-root .ui.button.purple.disabled,body.pxt-theme-root .ui.button.violet.disabled{filter:grayscale(100%) brightness(80%);opacity:.7}body.pxt-theme-root .common-button.purple:not(.disabled):focus,body.pxt-theme-root .common-button.purple:not(.disabled):hover,body.pxt-theme-root .common-button.violet:not(.disabled):focus,body.pxt-theme-root .common-button.violet:not(.disabled):hover,body.pxt-theme-root .ui.button.purple:not(.disabled):focus,body.pxt-theme-root .ui.button.purple:not(.disabled):hover,body.pxt-theme-root .ui.button.violet:not(.disabled):focus,body.pxt-theme-root .ui.button.violet:not(.disabled):hover{background-color:var(--pxt-colors-purple-hover);color:var(--pxt-colors-purple-foreground);filter:none}body.pxt-theme-root .common-button.purple:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.purple:not(.disabled):hover.inverted,body.pxt-theme-root .common-button.violet:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.violet:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.purple:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.purple:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.violet:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.violet:not(.disabled):hover.inverted{background-color:var(--pxt-colors-purple-foreground);color:var(--pxt-colors-purple-hover)}body.pxt-theme-root .common-button.negative,body.pxt-theme-root .common-button.red,body.pxt-theme-root .ui.button.negative,body.pxt-theme-root .ui.button.red{background-color:var(--pxt-colors-red-background);border:1px solid var(--pxt-colors-red-background);color:var(--pxt-colors-red-foreground)}body.pxt-theme-root .common-button.negative.inverted,body.pxt-theme-root .common-button.red.inverted,body.pxt-theme-root .ui.button.negative.inverted,body.pxt-theme-root .ui.button.red.inverted{background-color:var(--pxt-colors-red-foreground);color:var(--pxt-colors-red-background)}body.pxt-theme-root .common-button.negative.disabled,body.pxt-theme-root .common-button.red.disabled,body.pxt-theme-root .ui.button.negative.disabled,body.pxt-theme-root .ui.button.red.disabled{filter:grayscale(100%) brightness(80%);opacity:.7}body.pxt-theme-root .common-button.negative:not(.disabled):focus,body.pxt-theme-root .common-button.negative:not(.disabled):hover,body.pxt-theme-root .common-button.red:not(.disabled):focus,body.pxt-theme-root .common-button.red:not(.disabled):hover,body.pxt-theme-root .ui.button.negative:not(.disabled):focus,body.pxt-theme-root .ui.button.negative:not(.disabled):hover,body.pxt-theme-root .ui.button.red:not(.disabled):focus,body.pxt-theme-root .ui.button.red:not(.disabled):hover{background-color:var(--pxt-colors-red-hover);color:var(--pxt-colors-red-foreground);filter:none}body.pxt-theme-root .common-button.negative:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.negative:not(.disabled):hover.inverted,body.pxt-theme-root .common-button.red:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.red:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.negative:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.negative:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.red:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.red:not(.disabled):hover.inverted{background-color:var(--pxt-colors-red-foreground);color:var(--pxt-colors-red-hover)}body.pxt-theme-root .common-button.teal,body.pxt-theme-root .ui.button.teal{background-color:var(--pxt-colors-teal-background);border:1px solid var(--pxt-colors-teal-background);color:var(--pxt-colors-teal-foreground)}body.pxt-theme-root .common-button.teal.inverted,body.pxt-theme-root .ui.button.teal.inverted{background-color:var(--pxt-colors-teal-foreground);color:var(--pxt-colors-teal-background)}body.pxt-theme-root .common-button.teal.disabled,body.pxt-theme-root .ui.button.teal.disabled{filter:grayscale(100%) brightness(80%);opacity:.7}body.pxt-theme-root .common-button.teal:not(.disabled):focus,body.pxt-theme-root .common-button.teal:not(.disabled):hover,body.pxt-theme-root .ui.button.teal:not(.disabled):focus,body.pxt-theme-root .ui.button.teal:not(.disabled):hover{background-color:var(--pxt-colors-teal-hover);color:var(--pxt-colors-teal-foreground);filter:none}body.pxt-theme-root .common-button.teal:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.teal:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.teal:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.teal:not(.disabled):hover.inverted{background-color:var(--pxt-colors-teal-foreground);color:var(--pxt-colors-teal-hover)}body.pxt-theme-root .common-button.yellow,body.pxt-theme-root .ui.button.yellow{background-color:var(--pxt-colors-yellow-background);border:1px solid var(--pxt-colors-yellow-background);color:var(--pxt-colors-yellow-foreground)}body.pxt-theme-root .common-button.yellow.inverted,body.pxt-theme-root .ui.button.yellow.inverted{background-color:var(--pxt-colors-yellow-foreground);color:var(--pxt-colors-yellow-background)}body.pxt-theme-root .common-button.yellow.disabled,body.pxt-theme-root .ui.button.yellow.disabled{filter:grayscale(100%) brightness(80%);opacity:.7}body.pxt-theme-root .common-button.yellow:not(.disabled):focus,body.pxt-theme-root .common-button.yellow:not(.disabled):hover,body.pxt-theme-root .ui.button.yellow:not(.disabled):focus,body.pxt-theme-root .ui.button.yellow:not(.disabled):hover{background-color:var(--pxt-colors-yellow-hover);color:var(--pxt-colors-yellow-foreground);filter:none}body.pxt-theme-root .common-button.yellow:not(.disabled):focus.inverted,body.pxt-theme-root .common-button.yellow:not(.disabled):hover.inverted,body.pxt-theme-root .ui.button.yellow:not(.disabled):focus.inverted,body.pxt-theme-root .ui.button.yellow:not(.disabled):hover.inverted{background-color:var(--pxt-colors-yellow-foreground);color:var(--pxt-colors-yellow-hover)}.ai-explanation-container{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;white-space:pre-line;width:100%}.ai-explanation-container .ai-footer{margin-top:1rem}.ai-explanation-container .ai-footer .feedback-button.disabled{color:var(--pxt-neutral1-foreground)}.pxt-json-settings{display:flex;flex-direction:column;gap:.5rem}.light *{-webkit-transition:none!important;-moz-transition:none!important;-ms-transition:none!important;transition:none!important}.light .ui.dimmer{animation-duration:0s!important}.light .ui.loader:after{animation:none!important}.light svg.blocklyBlockDragSurface>g{filter:none!important}.light .blocklyMainBackground{fill:var(--pxt-target-background1)!important}.light #monacoEditorToolbox .blocklyTreeRow{animation:none!important}#mainmenu .ui.item:focus{background:rgba(0,0,0,.1);outline:none}#mainmenu .editor-menuitem .ui.item:focus-visible{background:transparent;filter:none;outline:3px solid #fff;outline-offset:-5px}#mainmenu .editor-menuitem .ui.item.active:focus-visible{outline-color:#000}.ui.button:focus,.ui.item:focus{z-index:1000}.accessible-hidden{border:0;display:block;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;visibility:visible;width:1px;clip:rect(0 0 0 0)}#accessibleMenu,.ui.menu.accessibleMenu{border:0;margin:0;padding:0;top:-20em!important;width:100%;z-index:1001!important}#accessibleMenu .ui.item.link,.ui.menu.accessibleMenu .ui.item.link{background:hsla(0,0%,100%,.9)!important;color:#000;position:absolute;width:100%}#accessibleMenu .ui.item.link:hover,.ui.menu.accessibleMenu .ui.item.link:hover{color:#000}#accessibleMenu .ui.item.link:focus,.ui.menu.accessibleMenu .ui.item.link:focus{border-radius:0!important;box-shadow:3px 3px 5px #aaa;top:20em!important}@media only screen and (max-width:991px){#accessibleMenu,.menubar .ui.menu.accessibleMenu{height:3.5rem!important;min-height:3.5rem!important}}@media only screen and (max-height:44rem) and (min-width:767px){#accessibleMenu,.menubar .ui.menu.accessibleMenu{height:3rem!important;min-height:3rem!important}}#msg .hc{background-color:#000!important;border:1px solid #fff!important;border-radius:0;color:#fff!important}.hc #monacoEditor .blocklyTreeRow:focus,.hc #monacoEditor .blocklyTreeRow:hover,.hc #monacoEditor .monacoDraggableBlock:focus,.hc #monacoEditor .monacoDraggableBlock:hover,.hc [role=menuitem]:not(.editor-menuitem):focus,.hc [role=menuitem]:not(.editor-menuitem):hover,.hc [tabindex*=d1]:focus,.hc [tabindex*=d1]:hover,.hc [tabindex*=d2]:focus,.hc [tabindex*=d2]:hover,.hc [tabindex="0"]:not(.blocklyWorkspace,.blocklyPassiveFocus,.blocklyTreeInner):focus,.hc [tabindex="0"]:not(.blocklyWorkspace,.blocklyPassiveFocus,.blocklyTreeInner):hover,.hc a:not([tabindex="-1"]):focus,.hc a:not([tabindex="-1"]):hover,.hc button:not([tabindex="-1"]):focus,.hc button:not([tabindex="-1"]):hover,.hc input:not([tabindex="-1"]):focus,.hc input:not([tabindex="-1"]):hover{outline:3px solid var(--pxt-colors-yellow-background)!important}.hc p:not(#sidedocs p){background-color:#000!important;color:#fff!important}.hc .ui.checkbox label,.hc .ui.checkbox+label,.hc .ui.items>.item .meta,.hc .ui.toggle.checkbox .box,.hc .ui.toggle.checkbox input:focus:checked~.box,.hc .ui.toggle.checkbox input:focus:checked~label,.hc .ui.toggle.checkbox label{color:#fff!important}.hc p>a.ui.link{text-decoration:underline}.hc ul>li{color:#fff}.hc #tutorialcard .nextbutton:focus>i,.hc #tutorialcard .nextbutton:focus>i.orange,.hc #tutorialcard .nextbutton:focus>span,.hc #tutorialcard .nextbutton:hover>i,.hc #tutorialcard .nextbutton:hover>i.orange,.hc #tutorialcard .nextbutton:hover>span,.hc #tutorialcard .prevbutton:focus>i,.hc #tutorialcard .prevbutton:focus>i.orange,.hc #tutorialcard .prevbutton:focus>span,.hc #tutorialcard .prevbutton:hover>i,.hc #tutorialcard .prevbutton:hover>i.orange,.hc #tutorialcard .prevbutton:hover>span{color:#fff!important}@media (pointer:coarse){.hc #monacoEditor .blocklyTreeRow:focus,.hc #monacoEditor .blocklyTreeRow:hover,.hc #monacoEditor .monacoDraggableBlock:focus,.hc #monacoEditor .monacoDraggableBlock:hover,.hc [role=menuitem]:focus,.hc [role=menuitem]:hover,.hc [tabindex*=d1]:focus,.hc [tabindex*=d1]:hover,.hc [tabindex*=d2]:focus,.hc [tabindex*=d2]:hover,.hc [tabindex="0"]:focus,.hc [tabindex="0"]:hover,.hc a:not([tabindex="-1"]):focus,.hc a:not([tabindex="-1"]):hover,.hc button:not([tabindex="-1"]):focus,.hc button:not([tabindex="-1"]):hover,.hc input:not([tabindex="-1"]):focus,.hc input:not([tabindex="-1"]):hover{outline:4px solid transparent!important}}.hc #monacoEditor :focus,.hc #monacoEditor :hover,.hc .blocklySVG :focus,.hc .blocklySVG :hover,.hc .blocklyTreeRoot:focus,.hc .blocklyTreeRoot:hover,.hc .blocklyWidgetDiv :focus,.hc .blocklyWidgetDiv :hover,.hc .monaco-editor :focus,.hc .monaco-editor :hover{outline:none!important}.hc #monacoEditor .monacoDraggableBlock{background:none!important}.hc #monacoEditor .monacoDraggableBlock span.argName{border:1px solid hsla(0,0%,100%,.7)}.hc .errorList{background-color:#000!important;color:#fff!important}.hc .errorList .errorListHeader:focus{border:1px solid #ff0!important}.hc .errorList .errorListInner .ui.selection.list>.item{background-color:#000!important;border:1px solid #fff!important;color:#fff!important}.hc .errorList .errorListInner .ui.selection.list>.item:focus{border:1px solid #ff0!important}.hc .errorList .errorListInner .debuggerSuggestion,.hc .errorList .errorListInner .label{color:#fff!important}.hc path.blocklyFlyoutBackground{fill:#000!important;fill-opacity:1!important;stroke:#fff;stroke-width:4px}.hc .blocklyFlyoutButton .blocklyText{fill:#fff!important}.hc .monacoFlyout{background:#000!important;border-right:4px solid #fff!important}.hc .monacoFlyout .monacoBlock{color:#fff!important}.hc .monacoFlyout .blockHandle{background:#000!important}.hc .blocklyFlyoutButtonBackground{fill:transparent!important;stroke:#fff!important}.hc #root,.hc #simulator .editor-sidebar,.hc #simulator .editor-sidebar #boardview,.hc svg.blocklySvg{background:#000!important}.hc .blocklyMainBackground{fill:transparent!important}.hc .blocklyToolbox,.hc .monacoToolboxDiv{background:#000!important;border-right:1px solid #fff!important}.hc .blocklyPath{stroke-width:3px}.hc .cloudstatusarea{color:#fff!important}.hc .cloudstatusarea .ui.loader:after{border-top-color:#fff!important}.hc .menubar .menu>.item:focus>i,.hc .menubar .menu>.item:focus>span{color:#ff0!important}.hc .menu .ui.label.betalabel{color:#000!important}.hc #mainmenu:not(.inverted){background-color:#fff!important;border-bottom:4px solid #fff;color:#000!important}.hc #mainmenu:not(.inverted) .ui.item{color:#000}.hc #mainmenu:not(.inverted) .item.editor-menuitem .ui.grid{border:1px solid #000!important}.hc #mainmenu.inverted{background:#000!important;border-bottom:4px solid #fff;color:#fff!important}.hc #mainmenu.inverted .ui.item{color:#fff}.hc #mainmenu.inverted .item.editor-menuitem .ui.grid{border:1px solid #fff!important}.hc .simtoolbar .debug-button.orange{background-color:#fff!important;color:#000!important}.hc .debugtoolbar .ui.compact.menu{background-color:#000!important;border-bottom:1px solid #fff!important;color:#fff!important}.hc .debugtoolbar .ui.compact.menu .ui.item.link.dbg-btn .icon.blue,.hc .debugtoolbar .ui.compact.menu .ui.item.link.dbg-btn .icon.green,.hc .debugtoolbar .ui.compact.menu .ui.item.link.dbg-btn .ui.text,.hc .debugtoolbar .ui.compact.menu .ui.item.link.dbg-btn .xicon{color:#fff!important}.hc .debugtoolbar .ui.compact.menu .ui.item.link.dbg-btn.disabled .icon.blue,.hc .debugtoolbar .ui.compact.menu .ui.item.link.dbg-btn.disabled .icon.disabled.icon-and-text,.hc .debugtoolbar .ui.compact.menu .ui.item.link.dbg-btn.disabled .icon.green,.hc .debugtoolbar .ui.compact.menu .ui.item.link.dbg-btn.disabled .ui.text,.hc .debugtoolbar .ui.compact.menu .ui.item.link.dbg-btn.disabled .xicon{color:#3ff23f!important;opacity:1!important}.hc .debugtoolbar .ui.compact.menu .ui.item.link.dbg-btn.dbg-trace.tracing{background-color:#fff!important}.hc .debugtoolbar .ui.compact.menu .ui.item.link.dbg-btn.dbg-trace.tracing .xicon{color:#000!important}.hc .varExplorer{background-color:#000!important}.hc .varExplorer .variableTableHeader,.hc .varExplorer .variableTablePlaceholder{background-color:#000!important;color:#fff!important}.hc .varExplorer .ui.segment.debugvariables .item{background-color:#000!important}.hc .varExplorer .ui.segment.debugvariables .item .variableAndValue .variable.detail,.hc .varExplorer .ui.segment.debugvariables .item .variableAndValue .variable.detail .varval.Sprite,.hc .varExplorer .ui.segment.debugvariables .item .variableAndValue .variable.detail .varval.array,.hc .varExplorer .ui.segment.debugvariables .item .variableAndValue .variable.detail .varval.boolean,.hc .varExplorer .ui.segment.debugvariables .item .variableAndValue .variable.detail .varval.number,.hc .varExplorer .ui.segment.debugvariables .item .variableAndValue .variable.detail .varval.string,.hc .varExplorer .ui.segment.debugvariables .item .variableAndValue .variable.varname,.hc .varExplorer .ui.segment.debugvariables .item .variableAndValue .variable.varname .varval.Sprite,.hc .varExplorer .ui.segment.debugvariables .item .variableAndValue .variable.varname .varval.array,.hc .varExplorer .ui.segment.debugvariables .item .variableAndValue .variable.varname .varval.boolean,.hc .varExplorer .ui.segment.debugvariables .item .variableAndValue .variable.varname .varval.number,.hc .varExplorer .ui.segment.debugvariables .item .variableAndValue .variable.varname .varval.string{color:#fff!important}.hc .menubar .ui.menu.fixed .item.editor-menuitem .ui.grid{background:#000!important}.hc .menubar .ui.menu.fixed .item.editor-menuitem .ui.grid .item:not(.active){color:#fff!important;opacity:1!important}.hc .menubar .ui.menu.fixed .item.editor-menuitem .ui.grid .item.active,.hc .menubar .ui.menu.fixed .item.editor-menuitem .ui.grid .menu>.item.selected{background:#fff!important;color:#000!important}.hc .menubar .ui.menu.fixed .item.editor-menuitem .ui.grid .dropdown .selected i,.hc .menubar .ui.menu.fixed .item.editor-menuitem .ui.grid .dropdown .selected span,.hc .menubar .ui.menu.fixed .item.editor-menuitem .ui.grid .dropdown.active:hover:not(.visible) i,.hc .menubar .ui.menu.fixed .item.editor-menuitem .ui.grid .dropdown:hover .selected i,.hc .menubar .ui.menu.fixed .item.editor-menuitem .ui.grid .dropdown:hover .selected span{color:#000!important}.hc .menubar .ui.menu.fixed .item.editor-menuitem .ui.grid .dropdown.active:focus:not(.visible) i,.hc .menubar .ui.menu.fixed .item.editor-menuitem .ui.grid .dropdown:focus:not(.visible) i{color:#fff!important}.hc #downloadArea,.hc #editortools{background:#000!important}.hc #editortools{border-top:4px solid #fff}.hc .ui.button{background:#000!important;border:1px solid #fff!important;color:#fff!important}.hc .ui.button:focus,.hc .ui.button:hover{background:#000!important;color:#fff!important;outline:4px solid #ff0}.hc .ui.button .inverted.icon,.hc .ui.button:focus i,.hc .ui.button:focus span,.hc .ui.button:hover i,.hc .ui.button:hover span{color:#fff!important}.hc .ui.button.disabled{border:1px solid #3ff23f!important;opacity:1!important}.hc .ui.button.disabled i,.hc .ui.button.disabled span{color:#3ff23f!important}.hc .filemenu .ui.button:focus,.hc .filemenu .ui.button:focus i,.hc .filemenu .ui.button:focus span,.hc .filemenu .ui.button:hover,.hc .filemenu .ui.button:hover i,.hc .filemenu .ui.button:hover span,.hc .header-close .ui.button:focus,.hc .header-close .ui.button:focus i,.hc .header-close .ui.button:focus span,.hc .header-close .ui.button:hover,.hc .header-close .ui.button:hover i,.hc .header-close .ui.button:hover span{color:#ff0!important}.hc .signin-button{background-color:#000;border:1px solid #fff!important;color:#fff}.hc .ui.input .input,.hc .ui.input input{background:#000!important;border:1px solid #fff!important;color:#fff!important}.hc .ui.form .field>label{color:#fff!important}.hc .ui.form .ui.secondary.segment,.hc .ui.form input,.hc .ui.form textarea{background:#000!important;border:1px solid #fff!important;color:#fff!important}.hc .input ::placeholder,.hc .ui.form ::placeholder,.hc input ::placeholder{color:#ccc!important}.hc .input ::selection,.hc .ui.form ::selection,.hc input ::selection{background:#fff!important;color:#000!important}.hc .ui.header{color:#fff!important}.hc .projectsdialog,.hc .projectsdialog .tabsegment{background:#000!important;border-color:#fff!important;color:#fff!important}.hc .projectsdialog .header,.hc .projectsdialog .tabsegment .header,.hc .projectsdialog .tabsegment span.view-all-button,.hc .projectsdialog span.view-all-button{color:#fff!important;opacity:1!important}.hc .projectsdialog .homefooter a,.hc .projectsdialog .homefooter i,.hc .projectsdialog .tabsegment .homefooter a,.hc .projectsdialog .tabsegment .homefooter i{color:#fff!important}.hc .projectsdialog .getting-started-segment.hero .dots button.active,.hc .projectsdialog .tabsegment .getting-started-segment.hero .dots button.active{background:#ff0!important;border-color:#000!important}.hc #homescreen .ui.home .tutorial-progress{background-color:#000!important;border-color:#fff!important;color:#fff!important}.hc .projectsdialog .gallerysegment .ui.header.myproject-header:focus,.hc .projectsdialog .gallerysegment .ui.header.myproject-header:hover{color:#fff;text-decoration:underline}.hc .projectsdialog .detailview .closeIcon .remove.icon{background-color:#000}.hc .projectsdialog .detailview .header{color:#fff}.hc .projectsdialog .detailview .ui.grid{background-color:#000;border-color:#fff;border-style:solid;border-width:2px 0}.hc .projectsdialog .detailview .ui.grid.stackable .actions .card-action{border:2px solid #fff}.hc .projectsdialog .detailview .ui.grid.stackable .actions .card-action .button.attached i{color:#fff;opacity:1}.hc .projectsdialog .detailview .ui.grid.stackable .actions .card-action-title{color:#fff}.hc .projectsdialog .detailview .ui.grid.stackable .actions .card-action:focus-within,.hc .projectsdialog .detailview .ui.grid.stackable .actions .card-action:hover{border-color:#ff0}.hc .ui.card.link.newprojectcard{background:var(--pxt-primary-accent)!important;color:var(--pxt-primary-foreground)}.hc .ui.image~.content{background:rgba(0,0,0,.75)!important}.hc .ui.form .content .description{color:#fff}.hc .ui.table i,.hc .ui.table th,.hc .ui.table th.positive,.hc .ui.table tr,.hc .ui.table tr.postive{background:#000!important;color:#fff!important}.hc .carouselarrow{background:#000;border:2px solid #fff!important;color:#fff}.hc #notificationBanner{background:#000!important;border:2px solid #fff!important}.hc #notificationBanner .header,.hc .ui.message{color:#fff!important}.hc .ui.message{background:#000!important;border:2px solid #fff!important}.hc #winAppError img{background-color:#fff}.hc #winAppError #winAppErrorMsg{color:#fff}.hc .card:not(.icon){background:#000!important;border:2px solid #fff!important;border-radius:initial!important;box-shadow:none!important}.hc .card:not(.icon) .description,.hc .card:not(.icon) .header,.hc .card:not(.icon) .meta{color:#fff!important}.hc .card:not(.icon):focus .description,.hc .card:not(.icon):focus .header,.hc .card:not(.icon):focus .meta,.hc .card:not(.icon):hover .description,.hc .card:not(.icon):hover .header,.hc .card:not(.icon):hover .meta{color:#ff0!important}.hc .card:not(.icon) .ui.orange.label,.hc .card:not(.icon) .ui.orange.labels .label{background:#3ff23f!important;border-color:#3ff23f!important;color:#000!important}.hc .filemenu .item,.hc .filemenu .ui.button{background:#000!important;border:1px solid #fff!important;color:#fff!important}.hc .filemenu .item:focus{border-color:#ff0!important}.hc #maineditor{background:#000;border-left:1px solid #fff!important}.hc #maineditor .ui.segment{background:#000;border:1px solid #fff;color:#fff}.hc #maineditor .ui.segment .ui.toggle.checkbox label{color:#fff!important}.hc #maineditor .ui.segment .ui.toggle.checkbox .box:before,.hc #maineditor .ui.segment .ui.toggle.checkbox label:before{border:1px solid #fff}.hc #serialPreview div{color:#fff}.hc #serialCharts .ui.segment,.hc #serialPlaceholder.ui.segment{background-color:#fff}.hc #serialEditor{background-color:#000}.hc #serialHeader .ui.header{color:#000}.hc #serialConsole{background-color:#000;border-color:#fff;color:#fff}.hc #serialPreview .label{border:10px solid #fff!important}.hc #serialPreview .label:hover{border-color:#e6e6e6!important}.hc #serialPreview .label:focus{outline:3px solid #ff0!important;outline-offset:-15px}.hc .ui.button.labeled.icon.editorBack{background:#fff!important}.hc #serialArea #serialCsv,.hc #serialArea #serialCsv tr{background-color:#000!important}.hc #serialArea #serialCsv td,.hc #serialArea #serialCsv th{border-color:#fff!important;color:#fff!important}.hc #assetEditor .asset-editor-preview,.hc #assetEditor .asset-editor-sidebar,.hc #assetEditor .asset-editor-sidebar-preview,.hc #assetEditor .asset-editor-sidebar-temp{background-color:#000;border-color:#fff;color:#fff}.hc #assetEditor .asset-editor-gallery-tab{background-color:#000;border-right:1px solid #fff;color:#fff}.hc #assetEditor .asset-editor-topbar{border-bottom:1px solid #fff}.hc #assetEditor .common-button{border:1px solid}.hc #assetEditor .asset-editor-card,.hc #assetEditor .create-new{background:#000;border:1px solid #fff;box-shadow:none;color:#fff}.hc #assetEditor .asset-editor-card-label{color:#000}.hc #assetEditor .asset-editor-button:hover,.hc #assetEditor .asset-editor-card.selected,.hc #assetEditor .asset-editor-gallery-tab.selected,.hc #assetEditor .create-new:hover{border:2px solid #ff0}.hc .asset-editor-create-button{background-color:#000;border:1px solid #fff}.hc .asset-editor-create-button:hover{border:2px solid #ff0}.hc .ui.dropdown .menu,.hc .ui.menu .ui.dropdown .menu{border:1px solid #fff!important}.hc .ui.dropdown .menu,.hc .ui.dropdown .menu>.item,.hc .ui.dropdown .menu>.item:hover,.hc .ui.menu .ui.dropdown .menu,.hc .ui.menu .ui.dropdown .menu>.item,.hc .ui.menu .ui.dropdown .menu>.item:hover{background:#000!important;color:#fff!important}.hc .ui.dropdown .menu:focus,.hc .ui.dropdown .menu:focus i,.hc .ui.dropdown .menu:focus span,.hc .ui.dropdown .menu>.item:focus,.hc .ui.dropdown .menu>.item:focus i,.hc .ui.dropdown .menu>.item:focus span,.hc .ui.dropdown .menu>.item:hover:focus,.hc .ui.dropdown .menu>.item:hover:focus i,.hc .ui.dropdown .menu>.item:hover:focus span,.hc .ui.menu .ui.dropdown .menu:focus,.hc .ui.menu .ui.dropdown .menu:focus i,.hc .ui.menu .ui.dropdown .menu:focus span,.hc .ui.menu .ui.dropdown .menu>.item:focus,.hc .ui.menu .ui.dropdown .menu>.item:focus i,.hc .ui.menu .ui.dropdown .menu>.item:focus span,.hc .ui.menu .ui.dropdown .menu>.item:hover:focus,.hc .ui.menu .ui.dropdown .menu>.item:hover:focus i,.hc .ui.menu .ui.dropdown .menu>.item:hover:focus span{color:#fff!important;font-weight:400!important}.hc .ui.dropdown .menu>.divider,.hc .ui.menu .ui.dropdown .menu>.divider{background:#000!important;border-top:1px solid #fff!important}.hc #editordropdown .menu>.item:not(.selected){background:transparent!important}.hc .ui.secondary.inverted.menu .link.item,.hc .ui.secondary.menu>.item,.hc .ui.secondary.pointing.menu>.item{border:1px solid #fff!important;color:#fff!important}.hc .ui.secondary.menu>.item.active,.hc .ui.secondary.menu>.item.active:hover,.hc .ui.secondary.pointing.menu>.item.active,.hc .ui.secondary.pointing.menu>.item.active:hover{border:2px solid #ff0!important;border-radius:initial!important;box-shadow:none!important}.hc .ui.tutorialsegment{background-color:#000!important;color:#fff!important}.hc .ui.tutorialsegment .tutorialmessage{border:none!important}.hc .ui.tutorialsegment .tutorialmessage:focus{color:#ff0!important}.hc .ui.tutorialsegment .tooltip,.hc .ui.tutorialsegment .tooltip:before{background-color:#000;border:2px solid #fff;color:#fff}.hc .ui.tutorialsegment .tooltip:before{border-color:#fff transparent transparent #fff!important}.hc .tutorial-hint .tutorial-callout,.hc .tutorialhint{background-color:#000;border-color:#fff;color:#fff}.hc .tutorial-hint .tutorial-callout .hint-title,.hc .tutorialhint .hint-title{margin:0}.hc .tutorial-hint .tutorial-callout .hint-title>span,.hc .tutorialhint .hint-title>span{background-color:#000;color:#fff}.hc .tutorial-hint .tutorial-callout:before,.hc .tutorialhint:before{border-right-color:#fff}.hc .tutorial-container-outer,.hc .tutorial-content-bkg,.hc .tutorial-step-counter{background-color:#000}.hc .tutorial-scroll-gradient{display:none}.hc .tutorial-title{color:#fff}.hc .tutorial-step-counter{border-color:#fff}.hc .tutorial-step-bar{background-color:#000;border:1px solid #fff}.hc .tutorial-step-label{color:#fff}.hc .tutorial-step-bar-fill{background-color:#fff}.hc .tutorial-step-bubbles>button{border:1px solid #fff}.hc #simulator .editor-sidebar:not(.topInstructions){border-right:1px solid #fff}.hc #simulator .topInstructionsWrapper .editor-sidebar{border-bottom:1px solid #fff}.hc #simulator .editor-sidebar .tab-navigation{background-color:#000;border-bottom:2px solid #fff;color:#fff}.hc #simulator .editor-sidebar .tab-navigation .active{background-color:#fff;color:#000}.hc #simulator .editor-sidebar .tab-navigation .tab-badge{display:none}.hc.tabTutorial details{color:#fff!important}.hc .ui.label,.hc.tabTutorial details{background-color:#000!important;border:2px solid #fff!important}.hc .ui.blue.label,.hc .ui.blue.labels .label{border-color:#ff0!important}.hc .formatted-bullet{background:linear-gradient(#fff,#fff) no-repeat 45%/2px 100%}.hc .formatted-bullet i.icon,.hc .formatted-bullet i.xicon{background-color:#fff;color:#000}.hc .formatted-bullet:after{border-color:#fff!important}@media only screen and (max-width:991px){.hc .editor-sidebar{border-bottom:1px solid #fff}}.hc .ui.modal{border:2px solid #000!important;border-radius:initial!important;box-shadow:none!important}.hc .ui.modal>.closeIcon .close{color:#fff!important}.hc .ui.modal.inverted-theme{border:2px solid #fff!important;border-radius:initial!important;box-shadow:none!important}.hc #accessibleMenu .ui.item.link,.hc .ui.menu.accessibleMenu .ui.item.link,.hc .ui.modal,.hc .ui.modal>.actions,.hc .ui.modal>.content,.hc .ui.modal>.header,.hc .ui.modal>.segment{background:#000!important;color:#fff!important}.hc [data-tooltip]:after,.hc [data-tooltip]:before{background-color:#000!important;color:#fff!important}.hc [data-tooltip]:after{border:1px solid #fff!important}.hc [data-tooltip]:before{box-shadow:1px 1px 0 0 #fff!important}.hc #mainmenu .immersive-reader-button.ui.item,.hc #simulator .editor-sidebar .immersive-reader-button.ui.item,.hc .modals .ui.button.immersive-reader-button,.hc .tutorialsegment .immersive-reader-button.ui.item{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='660' height='553' fill='none' viewBox='0 0 660 553'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M311.26 55.644C378.5 14.484 487.42 3.164 542.22.054c18.42-1.04 33.78 12.99 33.77 30.7v165.339c-20.02-3.184-40.933 5.525-52.427 23.813-9.796 15.585-10.427 34.449-3.205 50.089-14.21-.904-28.396 4.027-38.98 13.85v-65.8c0-46.961-56.634-69.581-89.248-36.97l-.002.002-73.812 73.795H303.99V68.814c0-5.28 2.63-10.33 7.27-13.17M272 254.872V68.634c0-5.29-2.62-10.14-7.27-12.99C197.5 14.484 88.58 3.174 33.78.054 15.36-.986 0 13.044 0 30.754v337.85c0 16.24 13.13 29.78 30.02 30.66 35.326 1.856 96.439 7.233 153.686 22.829v-114.94c0-28.879 23.403-52.281 52.282-52.281z' clip-rule='evenodd'/%3E%3Cpath fill='%2397daff' d='m413.341 202.29-82.6 82.582h-94.753c-12.311 0-22.282 9.971-22.282 22.282v133.69c0 12.301 9.971 22.281 22.282 22.281h94.753l82.6 82.582c13.954 13.954 38.037 4.15 38.037-15.755V218.045c0-19.923-24.102-29.69-38.037-15.755M659.34 373.999c0-58.982-29.765-113.21-79.629-145.054-10.389-6.629-24.167-3.547-30.749 6.926-6.582 10.472-3.509 24.333 6.88 30.971 36.904 23.572 58.935 63.624 58.935 107.157s-22.031 83.584-58.935 107.156c-10.389 6.629-13.462 20.49-6.88 30.972 6.044 9.618 19.608 14.056 30.749 6.925 49.864-31.844 79.629-86.063 79.629-145.053m-131.62-71.367c-10.751-5.876-24.315-2.005-30.275 8.774-5.933 10.778-2.005 24.324 8.773 30.275 11.986 6.582 19.432 18.977 19.432 32.318 0 13.35-7.446 25.735-19.422 32.317-10.779 5.951-14.706 19.497-8.774 30.276 5.97 10.825 19.543 14.668 30.275 8.773 26.209-14.437 42.494-41.778 42.494-71.376 0-29.597-16.285-56.929-42.503-71.357'/%3E%3C/svg%3E")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:80%!important;border:1px solid #fff!important}.hc #mainmenu .immersive-reader-button.ui.item:focus,.hc #mainmenu .immersive-reader-button.ui.item:hover,.hc #simulator .editor-sidebar .immersive-reader-button.ui.item:focus,.hc #simulator .editor-sidebar .immersive-reader-button.ui.item:hover,.hc .modals .ui.button.immersive-reader-button:focus,.hc .modals .ui.button.immersive-reader-button:hover,.hc .tutorialsegment .immersive-reader-button.ui.item:focus,.hc .tutorialsegment .immersive-reader-button.ui.item:hover{background-color:#fff!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='660' height='554' fill='none' viewBox='0 0 660 554'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M311.443 56.477c67.24-41.16 176.16-52.48 230.96-55.59 18.42-1.04 33.78 12.99 33.77 30.7v165.339c-20.02-3.184-40.933 5.525-52.427 23.813-9.796 15.585-10.427 34.449-3.205 50.089-14.21-.904-28.396 4.027-38.98 13.85v-65.8c0-46.961-56.634-69.581-89.248-36.97l-.002.002-73.812 73.795h-14.326V69.647c0-5.28 2.63-10.33 7.27-13.17m-39.26 199.228V69.467c0-5.29-2.62-10.14-7.27-12.99-67.23-41.16-176.15-52.47-230.95-55.59-18.42-1.04-33.78 12.99-33.78 30.7v337.85c0 16.24 13.13 29.78 30.02 30.66 35.326 1.856 96.439 7.233 153.686 22.829v-114.94c0-28.879 23.403-52.281 52.282-52.281z' clip-rule='evenodd'/%3E%3Cpath fill='%230082c9' d='m413.524 203.123-82.6 82.582h-94.753c-12.311 0-22.282 9.971-22.282 22.282v133.69c0 12.301 9.971 22.281 22.282 22.281h94.753l82.6 82.582c13.954 13.954 38.037 4.15 38.037-15.755V218.878c0-19.923-24.102-29.69-38.037-15.755m245.999 171.709c0-58.982-29.765-113.21-79.629-145.054-10.389-6.629-24.166-3.547-30.749 6.926-6.582 10.472-3.509 24.333 6.88 30.971 36.904 23.573 58.935 63.624 58.935 107.157s-22.031 83.584-58.935 107.156c-10.389 6.629-13.462 20.49-6.88 30.972 6.044 9.618 19.608 14.056 30.749 6.925 49.864-31.844 79.629-86.063 79.629-145.053m-131.62-71.367c-10.751-5.876-24.315-2.005-30.275 8.774-5.932 10.778-2.005 24.324 8.773 30.275 11.986 6.582 19.432 18.977 19.432 32.318 0 13.35-7.446 25.735-19.422 32.317-10.779 5.951-14.706 19.497-8.774 30.276 5.97 10.825 19.543 14.668 30.276 8.773 26.208-14.437 42.493-41.778 42.493-71.376 0-29.597-16.285-56.929-42.503-71.357'/%3E%3C/svg%3E")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:80%!important;filter:none!important}.hc .tutorial.tutorial-embed .immersive-reader-button.ui.item,.hc .tutorial.tutorial-embed .immersive-reader-button.ui.item:focus,.hc .tutorial.tutorial-embed .immersive-reader-button.ui.item:hover{background-color:transparent!important;background-size:80%!important;filter:none!important}.hc #githubEditor{background-color:#000!important}.hc #githubEditor,.hc #githubEditor .ui.button{color:#fff!important}.hc #githubEditor .ui.button:focus,.hc #githubEditor .ui.button:hover{background:#000!important;border-color:#ff0!important;color:#fff!important}.hc #githubEditor .ui.button:focus i,.hc #githubEditor .ui.button:focus span,.hc #githubEditor .ui.button:hover i,.hc #githubEditor .ui.button:hover span{color:#fff!important}.hc #githubEditor table.diffview,.hc #githubEditor table.diffview .diff-added,.hc #githubEditor table.diffview .diff-marker,.hc #githubEditor table.diffview .diff-removed,.hc #githubEditor table.diffview code.ch-added,.hc #githubEditor table.diffview code.ch-removed{background:#000!important;color:#fff!important}.hc #githubEditor table.diffview .diff-marker{border-bottom:1px solid #fff!important}.hc #githubEditor table.diffview .diff-removed,.hc #githubEditor table.diffview code.ch-removed{border:2px dashed #900!important}.hc #githubEditor table.diffview .diff-added,.hc #githubEditor table.diffview code.ch-added{border:2px dotted #090!important}.hc .ui.dropdown>.avatar>.initials{background-color:#000!important}@media (forced-colors:active){.ui.toggle.checkbox .box:after,.ui.toggle.checkbox label:after{forced-color-adjust:none}}@media (forced-colors:active) and (prefers-color-scheme:light){#mainmenu .logo.brand img,#mainmenu .logo.organization img{filter:invert(1)}}@media only screen and (min-width:992px){.hc.tutorial #editortools{background:transparent!important;border-top:0}}.greenscreen .videoContainer{background-color:#0f0!important;bottom:0;height:100%;left:0;position:absolute!important;right:0;top:0;width:100%}.greenscreen .videoContainer video{max-height:100%;max-width:100%;object-fit:cover}.greenscreen .videoContainer video.flipx{transform:scaleX(-1)}.greenscreen #maineditor,.greenscreen #simulator .editor-sidebar,.greenscreen #simulator .editor-sidebar .tutorial-container-outer.active,.greenscreen .blocklyToolbox,.greenscreen .monaco-editor,.greenscreen .monaco-editor .margin,.greenscreen .monaco-editor .monaco-editor-background,.greenscreen .monacoToolboxDiv,.greenscreen .tutorial-container-outer,.greenscreen svg.blocklySvg{background-color:transparent!important;background-image:none!important;border:none!important;box-shadow:none!important}.greenscreen .toolbox-title{background-color:#fff}.greenscreen .monaco-editor .lines-content>span,.greenscreen .monaco-editor .view-line>span,.greenscreen .monaco-editor .view-lines>span{background:var(--pxt-target-background3);color:var(--pxt-target-foreground3)}.greenscreen .blocklyMainBackground{fill-opacity:0!important}.greenscreen .blocklyTreeRow,.greenscreen .blocklyTreeRow.blocklyTreeSelected{box-shadow:1px 1px #000!important}.greenscreen .blocklyBlockBackground{stroke-width:2px}.greenscreen .blocklyBlockBackground[fill="#107c10"]{fill:#005d51!important}.greenscreen .pxtToolbox:not(.invertedToolbox) .blocklyTreeRow:not(.blocklyTreeSelected){background:#fff}.greenscreen .pxtToolbox:not(.invertedToolbox) .blocklyTreeRow:not(.blocklyTreeSelected) .blocklyTreeIcon,.greenscreen .pxtToolbox:not(.invertedToolbox) .blocklyTreeRow:not(.blocklyTreeSelected) .blocklyTreeLabel{color:#000!important}.fullscreensim.greenscreen div#boardview{background-color:transparent!important;background-image:none!important;border:none!important;box-shadow:none!important}.area-menu-container{background-color:var(--pxt-neutral-alpha0);bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:1000}.area-menu-container .area-button{background-color:var(--pxt-neutral-alpha50);border:3px solid var(--pxt-neutral-background1);border-radius:0;padding:0;position:absolute}.area-menu-container .area-button.simulator-area{z-index:2!important}.area-menu-container .area-button.simulator-collapsed{border-end-end-radius:100px;border-start-end-radius:100px}.area-menu-container .area-button:focus-visible{background-color:var(--pxt-neutral-alpha20)}.area-menu-container .area-button:focus-visible div{background-color:var(--pxt-neutral-foreground1);border-width:5px}.area-menu-container .area-button:focus-visible p{font-weight:700}.area-menu-container .area-button div{background-color:var(--pxt-neutral-alpha80);border:2px solid var(--pxt-secondary-foreground);border-radius:5px;margin:auto;width:3.125em}@media only screen and (max-width:767px){.area-menu-container .area-button div{padding-left:.5em;padding-right:.5em}}.area-menu-container .area-button p{color:var(--pxt-neutral-background1);font-size:2rem}@media only screen and (max-height:44rem) and (min-width:767px),only screen and (max-width:991px){.area-menu-container .area-button p{font-size:1.5rem}}iframe.extension-frame{position:fixed;z-index:1001}.ui.modal.extensiondialog .content{height:700px;width:100%}.ui.modal.extensiondialog #extensionWrapper{height:100%;width:100%}.permissiondialoginner{margin-bottom:3em;margin-left:30%;width:40%}.permissiondialogheader{font-size:1.5em;margin-bottom:1.5em}.modals.dimmer.permissiondimmer{z-index:1003}.ui.modal .actions>.button.deny{margin-left:55%}.wizard-action{cursor:pointer;margin-left:2rem}.wizard-wrapper .loader{color:#000!important}.progress-bar-container{height:20px;width:100%}.progress-bar-bg{fill:#ecf0f1}.progress-bar-content{fill:#0078d7;transition:width .3s}.progress-bar-label{padding-top:.5rem}.webusbpair .firmware{border-right:1px solid var(--pxt-secondary-background)}.time-machine{background-color:var(--pxt-neutral-background1);bottom:0;color:var(--pxt-neutral-foreground1);display:flex;flex-direction:column;left:0;position:absolute;right:0;top:0;z-index:1001}.time-machine-header{background-color:var(--pxt-colors-teal-background);color:var(--pxt-colors-teal-foreground);display:grid;flex-shrink:0;grid-template-columns:1fr 2fr 1fr;height:4rem;width:100%}.time-machine-header .common-button{min-width:9rem}.time-machine-header .common-button.menu-button .common-button-label{font-size:16px}.time-machine-header .common-button.menu-button i.fas{font-size:1em}.time-machine-actions-container{align-items:center;display:flex;justify-content:center}.time-machine-actions{align-items:center;display:flex;flex-direction:row}.time-machine-actions .time-machine-label{color:var(--pxt-colors-teal-foreground);margin-right:1rem;overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap}.time-machine-content{display:flex;flex-direction:row;flex-grow:1}.time-machine-preview{flex-grow:1;overflow:hidden;position:relative}.time-machine-preview>iframe{height:100%;position:relative;transition:opacity .25s;width:100%;z-index:1}.time-machine-preview>div{align-items:center;background:var(--pxt-primary-background);display:flex;height:100%;justify-content:center;position:absolute;top:0;width:100%}.time-machine-preview>div .common-spinner{height:5rem;width:5rem}.time-machine-timeline{border-left:2px solid var(--pxt-target-stencil3);display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;width:20rem}.time-machine-timeline .time-machine-timeline-slider{flex-grow:1}.time-machine-timeline .common-treeitem{border-left:2px solid var(--pxt-neutral-background1);user-select:none}.time-machine-timeline .common-treeitem.selected{border-left:2px solid var(--pxt-primary-background);filter:grayscale(.15) brightness(.85) contrast(1.3)}.time-machine-timeline .time-machine-tree-container{flex-grow:1;overflow-y:auto;padding-bottom:1rem;padding-left:1rem;padding-right:1rem}.time-machine-timeline h3{flex-shrink:0;padding-left:1rem;padding-right:1rem;padding-top:1rem}@media only screen and (max-width:991px){.time-machine-header{display:flex;flex-direction:row}.time-machine-header .time-machine-back-button{flex-grow:1;flex-shrink:0}.time-machine-timeline{width:15rem}}@media only screen and (max-width:767px){.time-machine-header{height:3.5rem}}.image-editor-bottombar{background-color:var(--sidebar-bg-color);display:flex;flex-direction:row;flex-shrink:0;height:2rem}.image-editor-resize{display:flex;flex-direction:row;height:100%;margin-left:.25rem}.image-editor-resize .image-editor-button{width:1rem}.image-editor-coordinate-preview{color:var(--sidebar-label-color);flex-grow:1;height:100%;line-height:2rem;width:5rem}.image-editor-undo-redo{display:flex;flex-direction:row;height:100%}.image-editor-input{background:none;border:none;border-bottom:1px solid var(--sidebar-icon-inactive-color);color:var(--sidebar-label-color);height:1.5rem;margin:0 .25rem .25rem;max-width:2.25rem;padding:0 .25rem;text-align:center;transition:border-bottom .2s}.image-editor-change-name{position:relative;width:20rem}.image-editor.hide-done-button .image-editor-change-name{flex-grow:1;max-width:15rem;width:unset}.image-editor-change-name .image-editor-input{background:var(--pxt-neutral-background2);border-bottom:none;color:var(--pxt-neutral-foreground2);height:100%;margin:0;max-width:100%;padding-top:.25rem;text-align:left;transition:border-bottom .2s;width:100%}.image-editor-change-name .ui.label{bottom:100%;left:0;position:absolute;user-select:none}.image-editor-input:focus,.image-editor-input:hover{border-bottom:1px solid var(--sidebar-icon-active-color)}.image-editor-bottombar>div:not(.image-editor-seperator){height:100%}.image-editor-bottombar>div .image-editor-button{margin-top:0}.image-editor-seperator{border-left:1px solid var(--sidebar-icon-inactive-color);height:1rem;margin-left:.5rem;margin-right:.5rem;margin-top:.5rem}.image-editor-seperator.transparent{opacity:0}.image-editor-zoom-controls{display:flex;flex-direction:row}@media only screen and (max-width:767px){.image-editor:not(.hide-done-button) .image-editor-change-name{display:none}}.common-button.image-editor-button{background:none;border-radius:.25rem;color:var(--sidebar-icon-active-color);height:1.75rem;line-height:2rem;margin:.375rem;min-height:unset;min-width:unset;padding:0;transition:color .1s;width:1.75rem}.common-button.image-editor-button:focus-visible:after{inset:-1px;outline-color:var(--pxt-focus-border)}.common-button.image-editor-button.disabled,.image-editor-button.toggle{background:none;color:var(--sidebar-icon-inactive-color)}.image-editor-button.disabled{cursor:not-allowed}.image-editor-button.toggle:hover{color:var(--sidebar-icon-active-color)}.cursor-button-contents{background-color:var(--sidebar-icon-active-color);display:inline-block;transition:background-color .1s}.image-editor-button.disabled .cursor-button-contents,.image-editor-button.toggle .cursor-button-contents{background-color:var(--sidebar-icon-inactive-color)}.image-editor-button.toggle:hover .cursor-button-contents{background-color:var(--sidebar-icon-active-color)}.cursor-buttons{display:flex;flex-direction:row;height:100%;margin:auto;text-align:center}.cursor-button{background-color:var(--sidebar-icon-active-color);border-radius:1px;display:inline-block;margin-right:.25rem;margin-top:-.25rem;transition:background-color .1s;vertical-align:middle}.toggle .cursor-button{background-color:var(--sidebar-icon-inactive-color)}.cursor-button-outer{height:2rem;width:1.5rem}.common-button:hover .cursor-button{background-color:var(--sidebar-icon-active-color)}.cursor-button.small{height:.5rem;width:.5rem}.cursor-button.medium{height:.75rem;width:.75rem}.cursor-button.large{height:1rem;width:1rem}@font-face{font-family:FabricMDL2Icons;src:url("data:application/octet-stream;base64,d09GRgABAAAAABRkAA4AAAAAI7wAA9maAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAEgAAABgMVN8L2NtYXAAAAGMAAAAwQAAAjK7VKyiY3Z0IAAAAlAAAAAgAAAAKgnZCa9mcGdtAAACcAAAAPAAAAFZ/J7mjmdhc3AAAANgAAAADAAAAAwACAAbZ2x5ZgAAA2wAAAtyAAASqMfWUa1oZWFkAAAO4AAAADMAAAA2Ah3Oi2hoZWEAAA8UAAAAFQAAACQQAQgDaG10eAAADywAAAA4AAAAShL6Cf9sb2NhAAAPZAAAAEgAAABIQohH5m1heHAAAA+sAAAAHQAAACAAWQHebmFtZQAAD8wAAAP4AAAJ+pSV8VZwb3N0AAATxAAAABQAAAAg/1EAmnByZXAAABPYAAAAiQAAANN4vfIOeJxjYGF/zTiBgZWBgXUWqzEDA6M0hGa+yJDGJMTBysrFyMQIBgxAIMCAAL7BCgoMDs95v3JxgPkQkgGsjgXCU2BgAADuEggqeJxjYGBgZoBgGQZGIMnAqAPkMYL5LIwCQNoBCFkZGJ7zPud/Lvhc6rn8c73nvs8Dn8c8z3ze+nzZ8xXPdz0/9ILhhdyLxS82vzj24sRL8VdWry68t/m48uO2T/mfFb/8+cr1/z/UBAEUEzLAJiwnzgSJLxL/JT5JvJV4KXFb4pDEZon1EkskuiXyJLIkIiU8JFjFX4gXiSeLB4oHiDOJPhD1FnjAV8KXwbuB5z+3KrcExHeUAUY2ys0Y6gAA/DZrEwAAAHicY9BiCGUoYGhgWMXIwNjA7MB4gMEBiwgQAACqHAeVeJxdj79Ow0AMxnMktIQnQDohnXUqQ5WInemGSyTUJSUM56WA1Eqk74CUhcUDz+JuGfNiCMwR/i62v8/6fL9zp/nJfHacpUcqKVacN+Gg1AsO6u2Z/fkhT+82ZWFM1XlW92XBagmia04X9U2waMjQ9ZZMbR4ftpwtYpfFjvDScNKGTuptAHaov8cd4lU8ksUjhBLfT/F9jEv6tSxWhtOLJqwD916z86gBTMVjE3j0GhB/yKQ/dWcT42w5ZdvATnOCRJ/KAvdEmoT7S49/9aCS/4b7bci/q0H1Tdz0FvSHYcGCsKGXZ9tQCRpg+Q6E/GTGAAEAAgAIAAr//wAPeJyNWGtsFNcVPvfO7IwNZc2wO168Xq89Hu8u68die71eMGZZHgZMig2Omyq7mOAmvDFN1AIxJeVaqYDwCFXIjzxMSITMnyiNStK0ktvIqhql+QF5qVIUS/kBMlISWSFKm+LdmXHPnV07tgsos77v97nnfOe7BgpXAMTfOQ6DADJAXNGUgKZoV4QvjHfoO+YmcBzOnH5e7AD8CLjILXlcqgMHFjyFJE7kCynDZbhSwgWpDnPCeMrow374FeAP5mM/VVN0RYtpSlQpACPJjKQwwsR8KowYSez/HXwnL5AX8P6FRC4kIZy7kHjENL2aMjebm1P0qtmRom/Rt1IizCqaHdjF3tst8qAMEoN5WND4JB6Ca8qQGSWfpMwLtC9lRcQhJjCrLkX7eLGOMhBx7N8KQF6Lp58PReDC0QHFEXAoAY/i4NJQCKaOJB0xkyYzMU1SyDKKMrBAevirzNGv//WV48TXg9mTr4v9+Ujsfz170p6b4dzMnlmFUpx7AS0kdUIh0QqFkCMgE4XwRGKEWRgMMCCXs5iI4yf89Aa9YWL8rVVkFX3LS7mcOIKfBRR4SnEr1nnyBHkie/7JO3eexDwjT/AcdmDAZPzl7pfgiRx4vzKbQFllQAKekwGzgD2m7i0MK2E1QMAt6ZUh4iR6ZUSMNSXEaKNfVN2S7JdJY4LGmiJUr3RS1e2ngqZqBVDp97qMb3aMPdX79uDAtsbGbQODb/fm8t2dRT87cu78iT2JzMiRTwbT6cFPjuTTDygz2XpftUtY2Nk9c0wu/9TYjqLuX585f+pgO706Y5idUoYn4won830vhDLQcqfUlKYExf1SVQkTZWqnhJ8dMqguHaeH+/qGT3cYTICW3ee6us7tbhEhi9cqsiwTGTl84N1nu7qeffeAdZoc3nr+QCJx4PxWa56R0xmUaAEXlgJe0AFcHq5wsqYGSCiOyh6KB1CH5RCqvm0oHtT+/1xPWy+QPenr5AzqzmDqA+sQOXM9bVxKkUex+hojm7GD9QLmRLiWJnvsyqR1MfUBu5Z+KUUew7brfFB22fRM1qHcvTE5Iw/DT1ACJVz/VY1ESKypOV4ooSFJqttDxDQZyr5n9S32ekvENwSvcctsobvoe8YOZr5sXXc6yQECjDy/eLWury4R/2CM0V1mi/my3YPusq45VdVpXcC1KOXrcb3mVoAWq7jwrCg7JrxmPCKCgY0T39PT9DTvywg4sCKvf1FFJygUvDaUO+NXIdmBf+K0/jnBjdZSg/1R2YjDRRKEXyXxozBpICKESEKY0j65ABrrM6PmyVccgfpja9qOpmMT6/e9qIvLrdFsPWmfV5fsijiskkiVqi1/oCa4vKG2RPrjmmM45hXaj2MaY+mj2cP6i/vEFhLIzO+KdCXr5gk3SmoblgdrHliuqVWREtwhy+tYOd53HTRADJbj/nTF7aS6VhmhMUWPaTGudBputYyEaUxDdXMXY7k5FtCVKMkHNDd/0/olBixZ3+RHJHHrkVLCSiO6m+btX0CECXpF8AZNYCjAXECDTfIhfLBjhNkj+FjGJiGT9AaD3hEUPuQCv6dpuyjFXU9ZRd4S9Gnz8ORtQmQrdp/t6jq7ewWbMg42wx4Yb+E9eAPvYDGGxsCxF9dxSQauE8RCHiII3hGZviNUSLSAhENM7rg6yLY17u01hlPCus6H0oMfHTowdHZgAxkyGYvv3Ln3yBnZaNzGBq/ueGay1/hrSmjr/PDxQx8NplfvP7WRUWall+3t2Rwvn4lXixBdF0/7mry30dADIHgTl0IKwDp+PHvcGiDHB8QA6Utbz2UHhKG0kaYwwGvFgeNkwDpODqawZRQlmBaGDMCQzutlzt65vhfCAkRGDSEcZ9ZLSFTVZXYHPZlZ5LhhFiVRsxkHVccNy2/ifk2uOSgjEVz2XXAZaREhB5zFHiLblprDVg4TGsp6aMPA2aED/NAPdQrrUsZw796cSLrPHNm787FliJcSbDy1fzUX3+MfdtrC7J18Jifc8vjmnr3LuEBnykiHOKzFnRer90J1xxxMd2k/+G553BX03gfczZtzQP3PBCYBFRMVt8/l9QbvDe6/vQum2+O4+mrTshemPbTH1mcdQogQSyGK51oBq/BsG+AB6IQH4eeQhkfgUdgN++GX8Cs4Ar+B4/A0Kmksqgr3CeR+bSqa95zgyI+J3iW4UC+4xfEgoEpyLuHCFNjsT5pdzOCx2Yw/9MxzBkwiNoiAxmflSYOdyHbLvYN0nzZ59gITs7Yo51dk1jQzmV6ZcwYeS0wexZtYi5IH4hdUDokcEbn/mVVO0HiO2RXO5Q/anLLjVDS9NhRu294U62kLt6+yvrf+WxGtck/VBNc8HCVrrDdaSC/pbbHesFqm0DCfCqVzKijQ8PptUT443NYT23BUoy7zG6W+dW3VVF003VYt0BP0yptmK/3Hm2Yqm5kxwV3TnN/iviHHB+YjI/BMYa1Goq5oKMDdgB0478oiVxPSeGuBoSGD0cAkmFhC8aJNI+UbzQYI6oSFv6FRAhkEEIIqgNpvryFzLF+KvgcCs4zXKQqVooSSW1SMNVXNi2JNNFgl2NYrwrGx9y8fSiYPXX5/7NjM/CXry4/7+z8mnkuXiIfnrC8voT+C/++Zy0vM7jJnmImwiNjN0XEKa0rRJtETiH66SHVTJxX1yqoIxQtelKBVrsYE7jyCdU7cuV8U4RyRbg6faG8/MXzTypw7Z2WmSkQ6d4+9F8Bde+dnusPudQTbL8IIpx64zxiXKrG9oK2jwVAOjNEzFpeTHIP0JATuJz3NudjTFNQrJeyPIBqMKT+mZM+8lNglJGJ+5DKo7JLtyznm/X5ip7XE569obg8v2Vi2n7v3QGVBVUNrRUVrQ1VBZSCX7EQADt4rKGVLiovDC8+oZWU1Kvms+59Hei73b5DBJhqMo+rBneQz36ZQdXtzeblvHx3jqzvLm4KqGmwqd9rRCJ/LspkEtWML7DzjsWnH1K4xxj0hv7IQl6v2l6lWqPvhDf2Xe2DWGyKKePyLvHTdUhEe205CRHY68mggriJIlzm3K/Zggm1OQUYZFUcb4wkhTppziIBcImizCBLHGpSk9EXrvo5Ibfi2VqVXXHzVGPVG2+N1ja014fbmitLq+hqkikLgtYsVWyJLt1bcDu+3BsaMSYevdkWlWl3mV/Xkui1RR229t7ZVW1Nv/Wm7L6gGNP8CGlznK3L2FECkY19ry/7w7YqtSyNbKi6+ZowS6q+pry7ld1SzsqEuvrHJKwRevVihV2m3w7VGEuePbmlbpav+smq1ckWtz4Hzr9Faa7311jvbfW6/tsD8fJ0v6NacPTkdRDgt4O/VWe+yAriTf5FJNvfCFyHHl11o+zdRpmVQgcwTX2aFQmyav+lTika0eCjOeQkX9RTkxoliQ+tSIkgcWKWXjCtmkL7EFcPmn1x7zFFx0+pPU+anZMxolna43bUd+/G9s2XpEkKqVtYsXnz2OU9pZKWYNK7Qz+nLY1MslPMbW0/GzNHkpymjjtyyNukd4ZUHuxvqt/at7GwjfzcmyxqSekP435OwpFZPRHycTxGY8y7WlOlfgHtNm3nwl4Kmytg7g2RiEkk4gQnmQH7rsN1kljkwEKwVuSPDpxzKCyMT3aOQI155fZT5m6IM37Xg0mS+SgTZjyQjLOfUM//I8HD94g1EjjM6XGGMyWxR1SKnzznBpL9w0/H7zKh1cju95tuUUsPlTu8886eVJwl3sFaxIAqU7LHA37yxOrTJZzZsJ/30uq9sQvWXhwrnmZtOVub/j4JccFwe57sLoFbL46k7LNWXkhn/Vwa4p23ox3IelF9Mc8wJ/K2lzgkBpHRzA++nzAguLnngDIywu8czGQK/nUmU991jaTaT+IHD2Nzwh7/pj2ILZbMD8sD/AcL27SQAAHicY2BkYGBgvjlrydwf8+L5bb4ycHMwgMD+vwcbQPStf8+KQTQHA1ick4EJRAEAoHgMSgB4nGNgZGDgYAABOMnIgAqYAALKAB0AAAB4nGPVYljGwcAgzMDA8JnhGQMINDAwMIIZTAxMDSA+I5TPyAImGxhAkIHhAFgwDUwC9QMAKn4HEAAAABYAKgBCAGQAgACuAPABBgFiAZoB4gIaAjACRgKUAu4DIgNeA5IDtAPwBFAFIAWiBdQGJgZ6BygHvAfSCDoIcAi6CMoJVHicY2BkYGBQZmhhUGQAAUYwyQXCjJEgJgAWUwE5AAAAeJy1VM2KHDcQrtkZezc4XkIg4KMOJqyXocdeY+zYp8U/J+9lbRZ8CWi6Nd3CPS0hqd10yCFHH/IYuRjyFCGBHHP2E/icU46pKqlndj0TswlkmlF/KtXvV6UGgBujr2EE8XcX/xGP4EvcRbwDu/A04THKnyc8Qfxtwlfgc7AJX4Uv4PuEd+Eb+DHhPfgKfkv4GhzC+4Svj34dTRLeh8Od3zHKaPIZ7oqdPxMewc3xWcI7sD/+LuExyt8mPEH8c8JX4Mb4j4Svghh/SHgX3GQv4T04nAx+rsHLyU8JXx+/nfyV8D683Pvhl3fi6Pad++JE5854swjisXHWOBm0aTJxXNfiVJdV8OJUeeXeqCJ7JudO5+LkyfMjcey9Cv5UlW0t3ebBpuRMOY+exd3swb14Sofx7IUqjRLaCymCk4VaSvdamIUIlTqXX+lMa0mcm6WVjVY+25p8FYJ9OJt1XZcth/MMbWaht6Z00lb9bGGa4Gdrc99aW2tVCDrIxCvTiqXsResVJoGJkVgEI3KnZFBTUWhva9lPhWwKYZ3G0xxVFL6lF1a5pQ4B3c17LqLWuWrIFx54YdwAFhRhulmqdaZo8zAVxDzaTslmCKAb0VU6r85l1mFQ3eR1W2CbVtmbpu7Fgb4l1HKOuazV0cOnsmX1QjelcMoH7BSxug5A5itfj5iBA41RglpSC5zGqIXpmtrI4iJ7MlKlHJVjMBSubbBtEIWiMkmnUrW9yCgOY9MndWoIOkR+Kj3XmHN2+W7DOxBwBLfhDtxHdAIacnBgwON/AQFljxE5vPO0SpRoRA1keHIMNT4CTlFWQoVnnncK3wq13+BaoOYztJvjnnxTjCf4ZTlie8+aZEdWJbToT6LmZSwuo3PGefiUs8AvXQYP4N4F28HyvN0LzsbgKlCHqpL4D8xAgdIlZ/kaZcQSnVSsu42/kvctMjho5/he4l5iTprZyv4F88RzQOlDmOHT8ZOhv4/tsxRnhrhnLyX7seihR+mCvVG1s63RPedssSOa+yhWFtT7V1yTYCZ6fLfMXWQiMjZok8xw1Q41qA4FU9wXrGe54z1LiA+KY7kz0TZPXlTaS/Ztua9Uc+AzsppzHkMnaq6IrIa8ooXnLrgNyWJVw/RSXbW8L9Amx/2U+YozH+NOV3E+rkDzJHbMU47rds66VClp51hNy3NXbOWebGpGB6h/C980ofPEyzbvMYf/yu3ae8GeSpQ5nuOQ7tQwq9sqGKJv5vXo3AxQJbGWwPGGW0D+Y60FSjqu3PCt/NTsyQtTpbgvJq2xqohbvlktW1K2QzcHP6RZ803+5xmNX8YmdWbtfbghOrFM80P5zpnp2Nv/4W7/DYbEOJp4nGNgZgCD/34M5QyYQBkAKU0B63ic28CgzbCJkZNJm3ETF4jcztWaG2qrysChvZ07NdhBTwbE4onwsNCQBLF4nc215YVBLD4dFRkRHhCLX05CmI8DxBLg4+FkZwGxBMEAxBLaMKEgwADIYtjOCDeaCW40M9xoFrjRrHCj2eQkoUazw43mgBvNCTd6kzAju/YGBgXX2kwJFwDEASgaAAAA") format("truetype")}.ms-Icon{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-family:FabricMDL2Icons;font-style:normal;font-weight:400;speak:none}.ms-Icon--Eyedropper:before{content:"\EF3C"}.ms-Icon--CircleRing:before{content:"\EA3A"}.ms-Icon--HandsFree:before{content:"\EAD0"}.ms-Icon--Line:before{content:"\F4FC"}.ms-Icon--BorderDash:before{content:"\F50A"}.ms-Icon--RectangleShape:before{content:"\F1A9"}.ms-Icon--BucketColor:before{content:"\F1B6"}.ms-Icon--Stack:before{content:"\F26F"}.ms-Icon--SingleColumnEdit:before{content:"\F321"}.ms-Icon--Lock:before{content:"\E72E"}.ms-Icon--Stop:before{content:"\E71A"}.ms-Icon--ZoomOut:before{content:"\E71F"}.ms-Icon--Cancel:before{content:"\E711"}.ms-Icon--Pause:before{content:"\E769"}.ms-Icon--Delete:before{content:"\E74D"}.ms-Icon--ReturnKey:before{content:"\E751"}.ms-Icon--EraseTool:before{content:"\E75C"}.ms-Icon--Play:before{content:"\E768"}.ms-Icon--Unlock:before{content:"\E785"}.ms-Icon--Add:before{content:"\E710"}.ms-Icon--ChevronDown:before{content:"\E70D"}.ms-Icon--Edit:before{content:"\E70F"}.ms-Icon--Cut:before{content:"\E8C6"}.ms-Icon--Copy:before{content:"\E8C8"}.ms-Icon--ZoomIn:before{content:"\E8A3"}.ms-Icon--SelectAll:before{content:"\E8B3"}.ms-Icon--Clock:before{content:"\E917"}.ms-Icon--Warning:before{content:"\E7BA"}.ms-Icon--Move:before{content:"\E7C2"}.ms-Icon--Redo:before{content:"\E7A6"}.ms-Icon--Undo:before{content:"\E7A7"}.ms-Icon--Crop:before{content:"\E7A8"}.ms-Icon--Nav2DMapView:before{content:"\E800"}.ms-Icon--MapLayers:before{content:"\E81E"}.image-editor-canvas{display:flex;flex-direction:column;flex-grow:1;overflow:hidden;touch-action:none}.image-editor-canvas.portrait>.image-editor-canvas-spacer{flex-grow:0}.image-editor-canvas.landscape .paint-surface,.image-editor-canvas.portrait .image-editor-canvas-inner,.image-editor-canvas.portrait .paint-surface{height:100%;width:100%}.image-editor-canvas-inner{display:flex;flex-direction:row}.image-editor-canvas-spacer{display:none}.image-editor-canvas .paint-surface.overlay{opacity:.5}.image-editor-canvas .paint-surface.hide{display:none}.paint-surface{image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor}.checkerboard,.common-button.image-editor-button.checkerboard{background-color:#aeaeae!important;background-image:linear-gradient(45deg,#dedede 25%,transparent 0),linear-gradient(-45deg,#dedede 25%,transparent 0),linear-gradient(45deg,transparent 75%,#dedede 0),linear-gradient(-45deg,transparent 75%,#dedede 0)!important;background-position:0 0,0 .375rem,.375rem -.375rem,-.375rem 0!important;background-size:.75rem .75rem!important}.image-editor-floating-layer{border:3px solid #ddd;height:0;position:fixed;width:0}.image-editor-floating-layer:before{border:3px dashed #000;bottom:-3px;content:"";display:block;left:-3px;position:absolute;right:-3px;top:-3px}.paint-container{height:100%;transform:translateX(0);width:100%}.image-editor-sidebar{background-color:var(--editing-tools-bg-color);height:100%;width:5rem}.image-editor-tool-buttons{background-color:var(--editing-tools-bg-color);display:flex;flex-direction:row;flex-flow:wrap}.image-editor-tool-buttons .image-editor-button{border:1px solid var(--sidebar-icon-active-color);border-radius:0;line-height:calc(1.75rem - 2px)}.image-editor-tool-buttons .image-editor-button:not(.toggle):focus{outline:none}.image-editor-tool-buttons .image-editor-button.toggle{border:1px solid transparent}.image-editor-color-buttons{display:flex;flex-direction:row;flex-flow:wrap;padding-left:.6rem;padding-top:.375rem}.image-editor-color-buttons .image-editor-button{margin-left:0;margin-top:0}.image-editor-color-buttons .image-editor-button:not(.checkerboard){background-color:var(--preview-color)!important}.image-editor-tilemap-minimap{position:relative}.minimap-outer{height:100%;width:100%}.minimap-outer .paint-surface{height:100%;object-fit:contain;width:100%}@media only screen and (max-height:600px){.image-editor-sidebar{width:10rem}.image-editor-tilemap-minimap{display:none}.image-editor-colors{height:2rem;width:100%}.image-editor-color-buttons{padding-left:.5rem;padding-top:0}.image-editor-color-buttons .image-editor-button{height:2rem;width:2rem}}@media only screen and (max-height:900px){.asset-editor-tutorial .image-editor-sidebar{width:10rem}.asset-editor-tutorial .image-editor-tilemap-minimap{display:none}.asset-editor-tutorial .image-editor-colors{height:2rem;width:100%}.asset-editor-tutorial .image-editor-color-buttons{padding-left:.5rem;padding-top:0}.asset-editor-tutorial .image-editor-color-buttons .image-editor-button{height:2rem;width:2rem}}.image-editor-timeline{background-color:var(--editing-tools-bg-color);display:flex;flex-direction:column;height:100%;overflow:hidden;width:7rem}.image-editor-timeline-frames{display:flex;flex-direction:column;gap:.4rem;padding:.4rem 0}.image-editor-timeline-frame{border:1px solid var(--sidebar-icon-inactive-color);border-radius:.25rem;color:var(--sidebar-icon-inactive-color);height:6rem;margin:0 .4rem;overflow:hidden;position:relative;transition:border .2s,color .2s;width:6rem}.image-editor-timeline-frame.active{border-color:var(--sidebar-icon-active-color);cursor:grab}.image-editor-timeline-preview{background-color:#3d3d3d;max-height:7rem;min-height:7rem;width:100%}.image-editor-timeline-frame:hover{border:1px solid var(--sidebar-icon-active-color);color:var(--sidebar-icon-active-color)}.image-editor-timeline-frame.collapsed{height:2rem;line-height:2rem;text-align:center}.timeline-frame-outer{display:flex;height:100%;width:100%}.timeline-frame-outer.portrait{flex-direction:row}.timeline-frame-outer.portrait canvas{height:100%}.timeline-frame-outer.landscape{flex-direction:column}.timeline-frame-outer.landscape canvas{width:100%}.timeline-frame-spacer{flex-grow:1}.timeline-frame-outer canvas{image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor}.image-editor-timeline-frames-outer{flex-grow:1;overflow:hidden;position:relative}.image-editor-timeline-frames.scrolling,.image-editor-timeline-framess.scrolling .image-editor-timeline-frame{cursor:grabbing}.timeline-frame-actions{background-color:#333;border-top:1px solid var(--sidebar-icon-active-color);bottom:0;display:flex;flex-direction:row;height:2rem;position:absolute;width:100%}.timeline-frame-actions .image-editor-button{flex-grow:1;margin:0}.image-editor-timeline-frame.dragging{background-color:#3d3d3d;left:0;position:absolute;top:-9999px}.image-editor-timeline-frame.drop-marker{background-color:#aeaeae;border:1px dotted var(--sidebar-icon-active-color)}.common-button.image-editor-button.add-frame-button{border:1px solid var(--sidebar-icon-inactive-color);height:2rem;margin:0 .4rem;transition:color .1s,border-color .1s;width:6rem}.common-button.image-editor-button.add-frame-button:hover{border-color:var(--sidebar-icon-active-color);filter:none}.edge .image-editor-timeline-frame,.edge .image-editor-timeline-frames-outer,.edge .timeline-frame-actions{position:static}.edge .timeline-frame-outer canvas{height:6rem}.edge .timeline-frame-actions{margin-top:-2rem}.image-editor-topbar{background-color:var(--sidebar-bg-color);display:flex;flex-direction:row;flex-shrink:0;height:2rem}.image-editor-topbar>div .image-editor-button{border-radius:0;height:2rem;margin-left:0;margin-top:0}.image-editor-topbar>div{display:flex;flex-direction:row}.image-editor-topbar>div:not(.image-editor-seperator){height:100%}.image-editor-interval-label{padding-top:.35rem}.image-editor-interval .image-editor-input{max-width:2.5rem}.image-editor-topbar-button,.image-editor-topbar-button .image-editor-button,.image-editor-topbar-button .image-editor-label{color:var(--sidebar-icon-inactive-color);transition:color .1s}.image-editor-topbar-button:hover,.image-editor-topbar-button:hover .image-editor-button,.image-editor-topbar-button:hover .image-editor-label{color:var(--sidebar-icon-active-color)}.timeline-controls{width:6.5em}.spacer{flex-grow:1}.cursor-group{padding-left:.25rem;width:5rem}.image-transform-group{align-items:center;display:flex}.image-transform-group .image-editor-button{margin:0}.image-editor-dropdown-outer{margin-left:.25rem;position:relative}.image-editor-dropdown{background:none;border:1px solid var(--sidebar-icon-inactive-color);border-radius:1px;color:var(--sidebar-icon-active-color);cursor:pointer;line-height:1.75rem;padding-left:.5rem;text-align:left;transition:color .1s,border .1s;user-select:none;width:calc(100% - .25rem)}.image-editor-dropdown:hover{border:1px solid var(--sidebar-icon-active-color)}.image-editor-dropdown-chevron{float:right;font-size:75%}.image-editor-dropdown-outer>ul{background-color:#3d3d3d;border:1px solid var(--sidebar-icon-inactive-color);border-radius:1px;list-style:none;padding:0;position:absolute;top:1.25rem;width:calc(100% - .25rem);z-index:1}.image-editor-dropdown-outer>ul>li{color:var(--sidebar-icon-active-color);cursor:pointer;font-family:sans-serif;padding:.25rem .5rem;transition:background-color .1s;user-select:none}.image-editor-dropdown-outer>ul>li.selected,.image-editor-dropdown-outer>ul>li:hover{background-color:#777}.image-editor-sidebar.tilemap{overflow:hidden;width:10rem}.image-editor-tilemap-minimap{background-color:#3d3d3d;border:1px solid var(--sidebar-icon-inactive-color);height:10rem}.image-editor-tile-buttons .timeline-frame-outer{height:2rem;width:2rem}.image-editor-tile-button{border:1px solid transparent;margin:2px}.image-editor-tile-button.selected{border:1px solid #fff}.image-editor-tile-buttons{display:flex;flex-direction:row;flex-wrap:wrap}.image-editor-tile-buttons-outer{flex-grow:1;overflow:hidden;position:relative}.tile-palette{display:flex;flex-direction:column}.tile-palette-fg-bg{align-content:center;align-items:center;display:flex;flex-direction:row;justify-content:space-around;margin-bottom:.25rem;padding:.25rem}.tile-palette-swatch.selected{border:2px solid var(--sidebar-icon-active-color)}.tile-palette-swatch:not(.selected){margin:2px}.tile-palette-swatch .timeline-frame-outer,.tile-palette-swatch.wall{background-color:#3d3d3d}.tile-palette-swatch.fg .timeline-frame-outer{height:3rem;width:3rem}.tile-palette-swatch.bg .timeline-frame-outer{height:2rem;margin-right:.5rem;width:2rem}.tile-palette-swatch.wall{box-sizing:content-box;height:2rem;padding:.5rem;width:2rem}.tile-palette-swatch.wall svg{fill:var(--sidebar-icon-inactive-color);height:100%;width:100%}.tile-palette-swatch.wall.selected{background-color:var(--wall-color)}.tile-palette-swatch.wall.selected svg{fill:var(--sidebar-icon-active-color)}.tile-palette-swatch .image-editor-button{height:1rem;line-height:1.5rem;margin:0}.tile-canvas-controls{text-align:center;width:100%}.tile-canvas{background-color:#3d3d3d;display:grid;gap:1px;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);height:9.5rem;margin:.25rem;padding:2px;position:relative;width:9.5rem}.tile-palette-controls{align-content:center;display:flex;flex-direction:row;height:2rem;justify-content:space-evenly}.tile-palette-controls .image-editor-button{line-height:1.75rem}.tile-palette-controls-outer{height:2rem}.tile-canvas-controls .common-carousel-nav .common-carousel-nav-arrow{color:var(--sidebar-icon-inactive-color);transition:color .1s}.tile-canvas-controls .common-carousel-nav .common-carousel-nav-arrow:hover{color:var(--sidebar-icon-active-color);filter:none}.tile-canvas-controls .common-carousel-nav li .common-button .common-carousel-nav-button-handle{background-color:var(--sidebar-icon-inactive-color);transition:background-color .1s}.tile-canvas-controls .common-carousel-nav li .common-button:hover{filter:none}.tile-canvas-controls .common-carousel-nav li .common-button:hover .common-carousel-nav-button-handle{background-color:var(--sidebar-icon-active-color)}.tile-palette-dropdown.common-dropdown .common-dropdown-button{background:none;border:1px solid var(--sidebar-icon-inactive-color);color:var(--sidebar-icon-active-color);margin:0 .25rem;min-width:unset;transition:border-color .1s;width:9.5rem}.tile-palette-dropdown.common-dropdown .common-dropdown-button:hover{border-color:var(--sidebar-icon-active-color);filter:none}.tile-palette-dropdown.common-dropdown .common-menu-dropdown-pane{max-height:12rem;overflow-x:hidden;overflow-y:auto}.tile-button-outer{position:relative}.image-editor-button.common-button.tile-button{background-color:var(--editing-tools-bg-color);border-radius:0;height:100%;margin:0;width:100%}.image-editor-button.common-button.tile-button canvas{height:100%;image-rendering:pixelated;width:100%}.image-editor-button.common-button.add-tile-button{height:100%;margin:.2rem 0 0;width:100%}@media screen and (max-height:720px){.image-editor-tilemap-minimap{height:7rem}.tile-canvas{padding-bottom:0}.tile-palette-fg-bg{margin-bottom:0}}.image-editor-toggle-container{align-items:center;display:flex}.image-editor-toggle-container>span{color:var(--sidebar-icon-active-color);cursor:default;font-family:sans-serif;margin-right:.375rem}.image-editor-toggle{display:inline-block;height:1.25rem;margin-right:.375rem;position:relative;width:2.25rem}.image-editor-toggle input{height:0;opacity:0;width:0}.image-editor-toggle-switch{align-items:center;background-color:#3d3d3d;border:1px solid var(--sidebar-icon-active-color);border-radius:2rem;bottom:0;cursor:pointer;display:flex;left:0;position:absolute;right:0;top:0;-webkit-transition:.4s;transition:.4s}.image-editor-toggle-switch:before{background-color:var(--sidebar-icon-active-color);border-radius:50%;content:"";height:.8rem;margin-left:.2rem;opacity:.5;position:absolute;-webkit-transition:.4s;transition:.4s;width:.8rem}input:checked+.image-editor-toggle-switch:before{margin-left:0;opacity:1;-webkit-transform:translateX(1.1rem);-ms-transform:translateX(1.1rem);transform:translateX(1.1rem)}input:checked+.image-editor-toggle-switch{background-color:var(--wall-color)}input:focus+.image-editor-toggle-switch{box-shadow:0 0 1px var(--sidebar-icon-active-color)}.image-editor-pivot-outer{align-content:center;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:.3rem;padding:0 .5rem;user-select:none;width:100%}.image-editor-pivot-option{color:var(--sidebar-icon-inactive-color);font-family:sans-serif;padding:.2rem .5rem .1rem;transition:color .1s}.image-editor-pivot-option:hover{background-color:hsla(0,0%,100%,.2);color:var(--sidebar-icon-active-color)}.image-editor-pivot-option.selected{border-bottom:1px solid var(--sidebar-icon-inactive-color);color:var(--sidebar-icon-active-color)}.image-editor-alert-container{background-color:rgba(30,30,30,.5);bottom:0;left:0;position:absolute;right:0;top:0}.image-editor-alert{background-color:var(--editing-tools-bg-color);border-radius:5px;color:var(--sidebar-icon-active-color);font-family:sans-serif;left:50%;max-width:60%;min-width:20rem;padding:.5rem;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.image-editor-alert .text{padding:.5rem 0}.image-editor-alert .options{text-align:right}.image-editor-alert .button{background-color:#4b7bec;cursor:pointer;display:inline-block;margin-left:.5rem;padding:.25rem .5rem}.image-editor-alert .ms-Icon--Warning{padding-right:.5rem;vertical-align:top}.image-editor-alert .ms-Icon--Cancel{cursor:pointer;float:right}:root{--editor-bg-color:#1e1e1e;--sidebar-bg-color:#252526;--sidebar-header-bg-color:#3c3c3c;--sidebar-header-text-color:#ccc;--editing-tools-bg-color:#333;--sidebar-icon-inactive-color:#adadad;--sidebar-icon-active-color:#fff;--sidebar-label-color:#adadad;--input-text-color:#5d5d5d;--filter-panel-bg-color:#333;--filter-panel-text-color:#fff;--filter-panel-label-color:#adadad;--navigator-viewport-color:red;--wall-color:#e95153;--map-button-bg-color:#3c3c3c;--map-button-icon-color:#ccc;--eyedropper:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M15.241 4.652 13.76 6.133l.835.835-3.085 3.085-.762-.762-5.168 5.17L1.984 16 .025 14.041l1.349-3.742 5.19-5.191-.645-.646 3.085-3.085.835.835L11.32.731c.431-.431 1-.678 1.616-.731h.461a2.84 2.84 0 0 1 1.77.802c1.082 1.084 1.114 2.81.074 3.85' style='fill:%23f6f6f6'/%3E%3Cpath d='m9.467 7.932.612.613-5.071 5.072-2.795 1.198-1.032-1.032 1.057-2.936L7.31 5.775l.585.585v.003l-4.356 4.356 1.569 1.569 4.355-4.356zm4.995-6.422c-.667-.664-1.777-.729-2.435-.072L9.839 3.627l-.836-.835-.174.174-1.497 1.497 4.177 4.177 1.671-1.671-.835-.835 2.189-2.189c.658-.658.592-1.768-.072-2.435' style='fill:%23424242'/%3E%3C/svg%3E") 2 16,copy}.image-editor-outer{height:100%;position:relative;width:100%}.image-editor-outer .image-editor-outer{position:absolute;top:0}.image-editor{align-items:stretch;background-color:var(--editor-bg-color);display:flex;flex-direction:column;height:100%;width:100%}.image-editor .image-editor{position:absolute}.image-editor-content{display:flex;flex-direction:row;flex-grow:1;flex-shrink:1;height:100%}.image-editor-label{color:var(--sidebar-label-color);font-family:Roboto Mono,monospace}.image-editor-wrapper{border-radius:5px;display:flex;flex-direction:column;height:100%;overflow:hidden;width:100%}.image-editor-region{height:100%;position:relative;width:100%}.gallery-editor-header{background-color:#4b7bec;border:2px solid #4067b3;border-bottom:none;display:flex;flex-shrink:0;height:3rem}.image-editor-header-left,.image-editor-header-right{flex:1}.image-editor-header-center{align-items:center;display:flex;flex:3;justify-content:center;position:relative}.image-editor-header-right{align-items:center;display:flex;justify-content:flex-end}.image-editor-header-right>div{margin-right:.5rem}.image-editor-gallery-content{flex-grow:1;flex:6;overflow:hidden;position:relative}.image-editor-close-button{color:#fff;cursor:pointer;font-size:1.5rem;line-height:1.5rem}.gallery-editor-show-tiles{background-color:#fff;border:2px solid #4067b3;border-radius:8px;color:#4b7bec;font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif;height:2.3rem;line-height:2.25rem;padding-left:1rem;padding-right:1rem;position:absolute;right:1rem;top:.3rem}.image-editor-wrapper:not(.music-asset-editor) ::-webkit-scrollbar{width:10px}.image-editor-wrapper:not(.music-asset-editor) ::-webkit-scrollbar-track{background:#3c3c3c}.image-editor-wrapper:not(.music-asset-editor) ::-webkit-scrollbar-thumb{background:#adadad}.image-editor-wrapper:not(.music-asset-editor) ::-webkit-scrollbar-thumb:hover{background:#979797}.gallery-filter-button{align-items:center;background-color:#fff;border-radius:5px;color:#4b7bec;cursor:pointer;display:flex;height:2.25rem;padding:0 1em;user-select:none;width:7em}.image-editor-gallery-window{display:flex;flex-grow:1}.filter-panel-gutter{background-color:var(--editor-bg-color);flex:2;max-width:22rem}.filter-panel-container{background-color:var(--filter-panel-bg-color);flex:1;height:100%;margin-left:20px;overflow:auto;padding:.5rem;user-select:none}.filter-panel{color:var(--filter-panel-text-color);margin:0 .5rem .5rem;padding:1rem .4rem .4rem}.filter-title{font-size:1.8rem;font-weight:bolder;margin-bottom:2rem;margin-top:.5rem;text-align:center}.filter-subheading-row{color:var(--filter-panel-label-color);display:flex;flex-wrap:wrap;font-size:1.1rem;gap:.5rem;justify-content:space-between;margin-bottom:.5rem}.filter-subheading-button{cursor:pointer}.filter-tag-list{font-size:1.2rem}.filter-tag{cursor:pointer;display:flex}.filter-tag-box{margin-right:.5rem}.filter-tag-name{text-transform:capitalize}.image-editor-gallery{align-content:flex-start;align-items:stretch;background-color:var(--editor-bg-color);display:flex;flex-direction:row;flex-wrap:wrap;height:100%;justify-content:center;margin-top:-100%;overflow-y:scroll;position:absolute;top:0;transition:margin .3s,visibility .3s;visibility:hidden;width:100%}.image-editor-gallery .asset-editor-card{margin:.2rem 0 0 .2rem}.image-editor-gallery .asset-editor-card-icon.warning{display:none}.image-editor-gallery.visible{margin-top:0;visibility:visible}.image-editor-gallery .sprite-gallery-button{border-radius:0;margin:1px;max-width:120px;width:calc(20% - 2px)}.common-button.image-editor-confirm{align-items:center;background-color:var(--pxt-colors-green-background);border-radius:0;color:var(--pxt-colors-green-foreground);cursor:pointer;display:flex;margin:0;padding:0 2rem;user-select:none}.common-button.image-editor-confirm:active,.common-button.image-editor-confirm:hover{background-color:var(--pxt-colors-green-hover);color:var(--pxt-colors-green-foreground)}.image-editor.editing-tile .image-editor-bottombar,.image-editor.editing-tile .image-editor-content,.image-editor.editing-tile .image-editor-topbar{display:none}:root{--editor-height:31rem}@media only screen and (max-width:767px){.gallery-editor-toggle{flex-shrink:1;margin-left:.25rem!important;width:10rem}.gallery-editor-toggle.no-gallery{width:6.5rem}.gallery-editor-toggle.right .gallery-editor-toggle-handle{transform:translateX(6.5rem)}.gallery-editor-toggle.center .gallery-editor-toggle-handle,.gallery-editor-toggle.no-gallery.right .gallery-editor-toggle-handle{transform:translateX(3.25rem)}}@media only screen and (max-width:991px){.filter-panel-container{margin:0 0 0 .5rem;padding:0 .5rem}.filter-panel{margin:0;padding:0}.image-editor-gallery-content{flex:4}.filter-title{margin-bottom:.5rem}.filter-tag{padding-bottom:.5rem;padding-top:.5rem}}@media only screen and (max-width:767px){.image-editor-gallery-content{flex:3}.gallery-editor-toggle{flex-shrink:1;margin-left:.25rem}.gallery-editor-toggle-label>span{display:none}.gallery-filter-button{display:flex;flex-shrink:1;justify-content:center;padding:0;right:.9em;width:2em}.gallery-filter-button .gallery-filter-button-label{display:none}.filter-title{font-size:1.5rem}}.music-editor-edit-controls{background-color:#e30fc0;display:flex;flex-direction:row;flex-shrink:0;height:2rem;justify-content:end}.music-editor-edit-controls .common-button.green{border-radius:0;height:100%;margin:0;padding:0 2rem}.music-editor-edit-controls button.menu-button i.fas,.music-editor-edit-controls button.menu-button i.xicon{font-size:18px}.music-editor-edit-controls .common-input-group{border-radius:0}.music-staff-note image{image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor}.music-staff-note rect{fill:#03adfc;stroke:#026897;stroke-width:3}.music-staff-note.selected{filter:url(#selection-outline)}.music-staff-note.cursor-highlighted,.music-staff-note.selected.cursor-highlighted{filter:url(#cursor-outline)}.music-staff-note-group.music-note-playing rect{fill:#47c965;stroke:#27833c;stroke-width:3}.music-playback-controls{align-items:center;flex-shrink:0;padding:.5rem}.music-playback-controls,.music-playback-controls .common-input-wrapper{display:flex;flex-direction:row}.music-playback-controls .common-input-wrapper .common-input-label{font-size:18px;font-weight:700;padding-right:.5rem;user-select:none}.music-playback-controls .common-input-wrapper .common-input-group{max-width:3rem}.music-playback-controls>.common-input-wrapper{margin-right:.5rem}.music-playback-controls .common-checkbox{margin-right:1rem}.music-playback-controls .spacer{flex-grow:1}.music-undo-redo{align-items:center;display:flex;flex-direction:row;margin-right:.5rem}.music-undo-redo .square-button{background-color:#e30fc0;color:#fff}.music-undo-redo .square-button.disabled{background-color:#e30fc0;color:#fff;opacity:.5}.music-playback-buttons{margin-right:.5rem}.music-playback-measures{align-items:center;display:flex;flex-direction:row}.music-playback-measures .common-button.menu-button{color:var(--pxt-neutral-foreground1);height:2rem;padding:.1rem}.music-playback-measures .common-button.menu-button i.fas{margin:0}.music-scrollable-workspace{flex-grow:1;flex-shrink:1;overflow-x:scroll;overflow-y:hidden;position:relative}.music-scroller{height:100%;position:relative}.music-staff-row{stroke:#000;stroke-width:3}.music-staff-column{stroke:#666;stroke-width:1}.music-staff-column.measure-start.beat-start{stroke:orange;stroke-dasharray:0;stroke-width:3}.music-staff-column.beat-start{stroke-dasharray:2;stroke-width:2}.music-staff-background{fill:#f3e9f7}.music-staff text{user-select:none}.music-playback-line{stroke:#fff;stroke-width:3}.music-staff-beats{fill:var(--pxt-neutral-foreground1)}.music-playback-head{transition:translate .06ms linear}.music-track-selector{align-items:center;display:flex;flex-direction:row;flex-shrink:0;padding:.5rem}.music-track-selector .common-button.common-dropdown-button{border:3px solid var(--pxt-neutral-foreground1);height:100%;min-width:6rem}.music-track-selector .music-track-grid{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:end}.music-track-selector .music-track-grid-label{font-size:18px;font-weight:700;padding-right:.5rem;user-select:none}.music-track-selector .common-checkbox{margin-left:.5rem}.music-track-selector .common-checkbox input{height:1rem;width:1rem}.common-button.music-track-button{background:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1);margin-right:0}.common-button.music-track-button img{height:2rem;width:2rem}.common-button.music-track-button i,.common-button.music-track-button i.far,.common-button.music-track-button i.fas{font-size:24px}.common-button.music-track-button.selected{border:3px solid var(--pxt-neutral-foreground1)}.pixellated img{image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor}.music-workspace{height:100%}.music-workspace.erasing{cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M497.941 273.941c18.745-18.745 18.745-49.137 0-67.882l-160-160c-18.745-18.745-49.136-18.746-67.883 0l-256 256c-18.745 18.745-18.745 49.137 0 67.882l96 96A48 48 0 0 0 144 480h356c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12H355.883zm-302.627-62.627 137.373 137.373L265.373 416H150.628l-80-80z'/%3E%3C/svg%3E") 2 16,pointer}.music-field-editor{height:100%;position:relative}.music-editor{background:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1);display:flex;flex-direction:column;height:100%}.music-asset-editor .gallery-editor-header{background-color:#e30fc0;border:2px solid #c10da3;border-bottom:none}.music-editor-label{font-size:18px;font-weight:700;padding-right:.5rem;user-select:none}.sound-effect-editor-widget{overflow-y:auto}.sound-effect-editor{background-color:var(--pxt-neutral-background1);border-radius:.25rem;box-shadow:0 0 3px rgba(0,0,0,.3);color:var(--pxt-neutral-foreground1);display:flex;flex-direction:column;overflow:hidden;user-select:none;-webkit-user-select:none;width:100%}.sound-effect-editor .link-button{margin-left:1.8rem}.sound-effect-editor .common-menu-dropdown-pane{width:8rem!important}.sound-effect-editor-content{flex-grow:1;overflow:hidden;position:relative}.sound-effect-editor-content .common-dropdown-item:focus-visible{outline:3px solid var(--pxt-focus-border);outline-offset:-3px}.sound-controls{padding:.5rem 1.8rem}.sound-effect-header{align-items:center;background-color:#e30fc0;display:flex;flex-direction:row;height:3.5rem;justify-content:center;position:relative}.sound-effect-header>.common-button{border:none;position:absolute;right:0;top:0}.sound-effect-header>.common-button:focus-visible{outline:3px solid var(--pxt-neutral-background1);outline-offset:-7px}.sound-effect-header>.common-button:focus-visible:after{outline:none!important}#sound-effect-editor-toggle.focused{outline:3px solid var(--pxt-neutral-background1);outline-offset:2px}.common-button.link-button.generate-similar{margin-bottom:.5rem}.sound-graph-header{align-items:center;display:flex;flex-direction:row;padding-left:.5rem;padding-right:.5rem}.sound-graph-header>span{flex-grow:1}.sound-graph-header .common-dropdown-button:focus-visible,.sound-graph-header .common-dropdown-item:focus-visible{outline:3px solid var(--pxt-focus-border);outline-offset:-3px}.frequency-graph{border-bottom:1px solid var(--pxt-neutral-stencil2);padding-top:.5rem}.dropdown-and-label{align-items:center;display:flex;flex-direction:row;margin-right:.5rem}.sound-graph-container{border:1px solid var(--pxt-neutral-stencil2);margin-top:.5rem}.sound-label{font-size:14px;font-weight:400;line-height:2rem;margin-right:.5rem;user-select:none}.sound-label.waveform-name{font-weight:600;margin-left:.5rem}.waveform-and-duration-controls{align-items:center;display:flex;flex-direction:row}.waveform-and-duration-controls .duration-controls{display:flex;flex-direction:row;flex-grow:1;justify-content:right}.waveform-and-duration-controls .duration-controls input{width:3.5rem}#waveform-select .common-radio-choice input:focus-visible{outline:3px solid var(--pxt-focus-border)!important}.sound-preview{align-items:center;background:var(--pxt-neutral-background2);display:flex;height:8rem;justify-content:center;padding:0 2.5rem}.sound-preview svg{height:100%}.common-button.sound-effect-play-button{background-color:var(--pxt-neutral-foreground2);border-radius:2rem;color:var(--pxt-neutral-background2);height:3rem;margin-top:-1.5rem;overflow:hidden;padding:0;position:absolute;right:5px;width:3rem}.common-button.sound-effect-play-button .fas.fa-play,.common-button.sound-effect-play-button .fas.fa-stop{color:var(--pxt-neutral-background2);margin:0 0 0 .25rem}.common-button.sound-effect-play-button .fas.fa-stop{margin:0}.rtl .common-button.sound-effect-play-button .fas.fa-play,.rtl .common-button.sound-effect-play-button .fas.fa-stop{margin:0 .25rem 0 0}.common-button.sound-effect-play-button:focus-visible{outline:3px solid var(--pxt-focus-border)!important;outline-offset:3px}.sound-preview-baseline,.sound-preview-static-wave{stroke:var(--pxt-neutral-alpha50)}.sound-preview-animated-wave{stroke:var(--pxt-primary-background)}.sound-gallery{background:var(--pxt-colors-purple-background);height:100%;overflow-y:auto;padding:1rem;position:absolute;top:-100%;transition:top .25s ease;width:100%}.sound-gallery.visible{top:0}.sound-gallery-scroller{display:flex;flex-direction:column;min-height:100%}.sound-gallery-scroller>.common-button{margin-bottom:.5rem;padding:.3rem 1rem .3rem .5rem}.sound-gallery-scroller>.common-button:focus-visible{outline:5px solid var(--pxt-focus-border);outline-offset:-7px}.sound-gallery-item-label{align-items:center;display:flex;flex-direction:row}.sound-gallery-item-label .common-button.sound-effect-play-button{margin-top:0;position:relative;z-index:2}.sound-gallery-item-label-inner{align-items:center;display:flex;flex-direction:row;flex-grow:1;margin-right:.5rem;padding:.3rem 0 .3rem .5rem}.sound-gallery-item-label-inner .sound-effect-name{align-items:center;display:flex;font-size:22px;height:2rem;overflow:hidden;text-align:left;text-overflow:ellipsis;width:8rem}.sound-gallery-item-label-inner svg{width:10rem}.sound-gallery-item-label-inner .sound-gallery-preview{flex-grow:1}.sound-gallery-preview-wave{stroke:var(--pxt-primary-background)}.hc .sound-gallery-item-label-inner:focus{outline:3px solid #ff0!important}.hc .common-button.sound-effect-play-button .fas.fa-play,.hc .common-button.sound-effect-play-button .fas.fa-stop{color:#fff;margin:0 0 0 .25rem}.hc .common-button.sound-effect-play-button :focus-visible,.hc .common-button.sound-effect-play-button:focus{outline:3px solid var(--pxt-focus-border)!important}.hc .common-button.sound-effect-play-button :focus-visible:after,.hc .common-button.sound-effect-play-button:focus:after{border:none;outline:none}.hc #waveform-select .common-radio-choice.selected i{color:#ff0}.common-button.sign-in-button{padding-left:.75rem;padding-right:.75rem}.common-button.sign-in-button .common-button-label{font-family:Segoe UI,Tahoma,Geneva,Verdana;font-weight:500}@media only screen and (max-width:991px){.common-button.sign-in-button{padding-left:.25rem}.common-button.sign-in-button .common-button-label{display:none}}.user-avatar-image{align-items:center;display:flex;height:100%;justify-content:center}.user-avatar-image img,.user-avatar-initials{border:2px solid var(--pxt-primary-foreground);border-radius:100%;height:2.5rem;width:2.5rem}.user-avatar-initials{align-items:center;background-color:var(--pxt-header-stencil);color:var(--pxt-header-foreground);display:flex;justify-content:center}.user-profile{display:flex;flex-direction:row;height:100%;--header-text-color:var(--pxt-target-foreground1);--profile-portrait-border-color:var(--pxt-target-stencil1);--profile-username-color:var(--pxt-target-foreground1);--background-color:var(--pxt-target-background1);--avatar-initials-background-color:var(--pxt-secondary-background);--avatar-initials-text-color:var(--pxt-target-foreground1);--user-pane-border-color:var(--pxt-target-stencil1);--notification-background-color:var(--pxt-target-background2);--notification-icon-background-color:var(--pxt-target-background1);--notification-icon-color:var(--pxt-target-foreground1);--badge-list-subtitle-color:var(--pxt-neutral-alpha50);--body-font-family:"Share Tech Mono",Consolas,Monaco,Menlo,"Ubuntu Mono",source-code-pro,monospace}.profile-user-pane{border-right:1px solid var(--user-pane-border-color);display:flex;flex-direction:column;height:100%;min-width:20rem;padding:1rem;width:25%}.profile-portrait{align-self:center;border:2px solid var(--profile-portrait-border-color);border-radius:50%;height:12rem;margin-bottom:1.5rem;overflow:hidden;position:relative;width:12rem}.profile-portrait img{height:110%;left:-5%;position:absolute;top:-5%;width:110%}.profile-user-details{margin-bottom:3rem;text-align:center}.profile-display-name{color:var(--header-text-color);font-size:1.5rem;font-weight:900;margin-bottom:.5rem;text-transform:uppercase}.profile-username{color:var(--profile-username-color);font-size:1rem}.profile-spacer{flex-grow:1}.profile-email{display:flex;padding-bottom:1rem}.profile-email .checkbox{cursor:pointer;padding-right:1rem}.profile-actions{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.profile-actions a{flex-grow:1;font-size:14px}.profile-actions .ui.button{width:50%}.profile-actions .ui.button i.icon{margin-right:1.5rem!important}.profile-notification{background:var(--notification-background-color);border:1px solid var(--pxt-target-stencil1);border-radius:1rem;display:flex;flex-direction:column;padding:2rem 1rem 1rem;position:relative;width:100%}.profile-notification .profile-notification-title{font-weight:900;margin-bottom:1rem;text-align:center}.profile-notification .profile-notification-message{margin-bottom:1rem}.profile-notification .profile-notification-icon{background:var(--notification-icon-background-color);border:1px solid var(--pxt-target-stencil1);border-radius:50%;color:var(--notification-icon-color);height:3.25rem;left:calc(50% - 1.625rem);position:absolute;top:-1.625rem;width:3.25rem}.profile-notification .profile-notification-icon i.circular.icon{box-shadow:none}.profile-badge-subtitle{color:var(--badge-list-subtitle-color);font-style:italic}.profile-badge-list{display:flex;flex-direction:column;flex-grow:1;height:100%;padding:1rem}.profile-badges-scroller{flex-grow:1;overflow-x:hidden;overflow-y:auto;position:relative;z-index:1}.profile-badges,.profile-badges-background{align-items:center;background-repeat:repeat;background-size:20%;display:grid;grid-auto-rows:12rem;grid-template-columns:repeat(5,1fr);min-height:100%}.profile-badges-background{z-index:-1}.profile-badges .profile-badge,.profile-badges-background .profile-badge{aspect-ratio:1;background-color:var(--background-color);position:relative}.profile-badges .profile-badge img,.profile-badges-background .profile-badge img{display:inline;height:100%;object-fit:contain;position:absolute;width:100%}.profile-badge.disabled i.ui.icon{font-size:4em;line-height:1;position:absolute;vertical-align:middle;width:100%;z-index:1}.placeholder-badge{aspect-ratio:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='3' opacity='.1'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;opacity:.3}.profile-badges-background-container{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.profile-badge-title{color:var(--header-text-color);font-size:1.5rem;font-weight:900;margin-right:1rem;text-transform:uppercase}.profile-badge-header{margin-bottom:1rem;margin-left:1rem}.profile-badge-info-item{display:flex;margin-top:1rem}.profile-badge-info-header{color:var(--header-text-color);font-weight:900;text-transform:uppercase;width:20%}.profile-badge-info-image .profile-badge{text-align:center}.profile-badge-info-image .profile-badge img{display:inline;height:15rem;object-fit:contain}.profile-badge{align-content:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative}.profile-badge.clickable{cursor:pointer}.profile-badge-and-title{background-color:var(--background-color);display:flex;flex-direction:column;height:100%;max-height:100%;overflow:hidden;z-index:2}.profile-badge-and-title .profile-badge{flex-shrink:1000;margin-bottom:1rem}.profile-badge-name{color:var(--header-text-color);font-size:1rem;margin-right:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.profile-initials-portrait{background-color:var(--avatar-initials-background-color);color:var(--avatar-initials-text-color);font-size:8rem;height:100%;text-align:center}.profile-info-container,.profile-initials-portrait{align-items:center;display:flex;justify-content:center}.profile-info-container{flex-direction:column}.profile-info{line-height:2em;width:75%}.ui.icon.button.sign-out{font-family:var(--body-font-family)}.common-checkbox.loading input{opacity:0}.common-checkbox.loading .common-spinner{display:inline-block;left:0;position:absolute}.high-contrast .profile-badge-and-title,.high-contrast .profile-badge-subtitle,.high-contrast .profile-badges .profile-badge,.high-contrast .profile-badges-background .profile-badge,.high-contrast .profile-initials-portrait,.high-contrast .profile-username{background-color:#000;color:#fff}.high-contrast .profile-badge.clickable:hover{outline:2px solid #ff0}@media only screen and (max-width:1199px){.profile-badges,.profile-badges-background{background-size:25%;grid-auto-rows:12rem;grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width:991px){.profile-badges,.profile-badges-background{background-size:33%;grid-auto-rows:12rem;grid-template-columns:repeat(3,1fr)}}.signin-form{margin:0 1rem}.signin-form .signin-header{align-items:center;display:flex;flex-direction:column;gap:.5rem;margin:0 0 1rem}.signin-form .signin-body{display:flex;justify-content:center}.signin-form .signin-body .providers{align-items:center;display:flex;flex-direction:column;gap:1rem;margin:0 0 1rem}.signin-form .signin-body .providers .provider{background-color:var(--pxt-neutral-background1);border:1px solid var(--pxt-neutral-foreground1);color:var(--pxt-neutral-foreground1);margin:0;padding:.8rem 2.5rem;width:100%}.signin-form .signin-body .providers .provider .label{display:flex;flex-direction:row;gap:1rem}.signin-form .signin-body .providers .provider .label .logo{width:1.25rem}.signin-form .signin-body .providers .provider .label .title{align-self:center}.signin-form .signin-footer .switch{display:flex;gap:.5rem;justify-content:center}.signin-form .signin-footer .learn{font-size:smaller;text-align:right;width:100%}.sharedialog.fullscreen.common-modal-container>.common-modal>.common-modal-body{padding:0}.project-share{display:flex;height:100%}.project-share-simulator{background-color:var(--pxt-target-background2);color:var(--pxt-target-foreground2);flex:1;height:100%}.project-share-simulator #shareLoanedSimulator{position:relative;top:50%;transform:translateY(-50%)}.project-share-simulator .simframe{padding-bottom:56.25%!important}.project-share-info{display:flex;flex:1;flex-direction:row;justify-content:center}.project-share-info .project-share-content{display:flex;flex-direction:column;flex-grow:1}.project-share-info .project-share-content .name-input .common-input-group{height:3rem;margin-bottom:.5rem}.project-share-info .project-share-content .common-checkbox{margin-bottom:.5rem}.project-share-info .project-share-content .project-share-error{background-color:var(--pxt-colors-red-background);border-radius:.5rem;color:var(--pxt-colors-red-foreground);padding:.5rem}.project-share-info .project-share-content .common-editor-toggle-outer{z-index:1}.project-share-info .project-share-content .common-textarea{max-height:12rem}.project-share-info .project-share-content .common-textarea-wrapper{margin-bottom:1rem}.hc .project-share-error{background-color:#000!important;border:1px solid #fff;color:#fff!important}.project-share-title{margin-bottom:1rem}.project-share-label{font-weight:700;margin-bottom:.5rem}#project-share-dropdown{color:var(--pxt-primary-background)}.project-share-thumbnail{align-items:center;display:flex;flex-direction:column;margin-right:1rem;min-width:15rem}.project-share-thumbnail .project-thumbnail-placeholder,.project-share-thumbnail img{background-color:rgba(0,0,0,.05);height:11.25rem;margin:.3rem 0 1rem;width:15rem}.project-share-thumbnail .project-thumbnail-placeholder{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center}.project-share-thumbnail .project-thumbnail-placeholder .common-spinner{height:5rem;width:5rem}.fullscreen .project-share>div{padding:2rem}.fullscreen .project-share-info{flex:unset;width:28rem}.share-publish-button{height:3rem;margin-right:1rem}.share-publish-button .common-spinner{display:inline-block}.share-host-button.common-button .xicon.multiplayer,.xicon.kiosk{font-size:24px;margin-right:.5rem}.project-share-publish-actions{align-items:end;display:flex;flex-grow:1;justify-content:end}.project-share-actions{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:2rem;margin-top:1rem;position:relative}.project-share-social{display:flex;flex-direction:row;flex-grow:1;flex-wrap:wrap;gap:.5rem}.project-share-social .common-button.neutral{border:1px solid var(--pxt-neutral-alpha20)!important}.project-share-social a.common-button.social-icon{align-items:center;display:flex;justify-content:center}.project-share-text{margin-bottom:1rem}.common-button.menu-button.project-qrcode img{height:5rem}.common-button.menu-button.project-qrcode:focus:after{outline:var(--pxt-neutral-stencil1) solid 1px}.project-share-data .common-input-attached-button .common-button{padding:.8rem 1rem .95rem;width:10rem}.share-link-dialog .share-link-dialog-top{margin-bottom:.75rem}.project-share-vscode{display:flex;flex-direction:column;gap:1rem}.qrcode-image{image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor}.qrcode-modal-body{align-items:center;display:flex;justify-content:center}.qrcode-modal-body .qrcode-image{height:20rem}.gif-recorder-content{align-items:center;display:flex;flex-direction:row}.gif-recorder-content .thumbnail-controls{display:flex;flex-direction:column;height:100%;padding:0 4rem}.gif-recorder-content .thumbnail-controls .thumbnail-preview{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center}.gif-recorder-content .thumbnail-controls .thumbnail-preview>div{padding-bottom:1rem}.gif-recorder-content .thumbnail-controls .thumbnail-preview .thumbnail-image,.gif-recorder-content .thumbnail-controls .thumbnail-preview .thumbnail-placeholder{background-color:rgba(0,0,0,.05);display:flex;height:12.25rem;width:15rem}.gif-recorder-content .thumbnail-controls .thumbnail-actions{align-items:end;display:flex;flex-direction:row;justify-content:end}.gif-recorder-sim-embed{flex-grow:1;padding-right:1rem}.gif-recorder-sim-embed .simframe{padding-bottom:56.25%!important}.gif-recorder-sim{flex-grow:1}.gif-recorder{align-items:center;display:flex;flex-direction:column}.gif-recorder,.gif-recorder-label,.thumbnail-label{font-family:Segoe UI,Tahoma,Geneva,Verdana,Helvetica Neue,Helvetica,Arial,sans-serif}.gif-recorder-label,.thumbnail-label{margin-bottom:.5rem}.gif-recorder-actions{display:flex;width:100%}.gif-recorder-actions .common-button{flex:1;padding-left:0;padding-right:0}.thumbnail-image,.thumbnail-placeholder{background-color:rgba(0,0,0,.05);display:flex;height:18.375rem;width:24.5rem}.thumbnail-header{display:flex;flex-direction:row}.thumbnail-header .project-share-label{flex-grow:1}.thumbnail-header .common-button.link-button{margin-bottom:.5rem}#root.miniSim:not(.fullscreensim) .gif-recorder-sim div.simframe{width:100%}@media only screen and (max-width:991px){.gif-recorder-content .thumbnail-controls{padding:0 2rem}}@media only screen and (max-width:767px){.gif-recorder-content,.project-share-info{flex-direction:column}.gif-recorder-actions,.gif-recorder-sim{width:100%}.gif-recorder-actions .spacer{flex-grow:1}.gif-recorder-actions .common-button:not(.mobile-only){height:3rem;overflow:hidden;padding:0;width:3rem}.gif-recorder-actions .common-button:not(.mobile-only) i,.gif-recorder-actions .common-button:not(.mobile-only) i.far,.gif-recorder-actions .common-button:not(.mobile-only) i.fas{margin:0}.gif-recorder-actions .common-button:not(.mobile-only) .common-button-label,.gif-recorder-content.has-uri .gif-recorder-sim,.gif-recorder-content:not(.has-uri) .thumbnail-controls{display:none}}.common-palette-picker{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1rem}.common-palette-editor{max-height:min(35rem,calc(100vh - 15rem));overflow-y:auto}.common-palette-color-list,.common-palette-swatch{display:flex;flex-direction:row}.common-palette-color-list :last-child{border:1px solid #000}.common-palette-color{border-bottom:1px solid #000;border-left:1px solid #000;border-top:1px solid #000;height:1rem;width:1rem}.common-palette-swatch-name{flex-grow:1;max-width:12rem;overflow:hidden;padding-right:.5rem;text-overflow:ellipsis;white-space:nowrap}.common-palette-picker>.common-dropdown>.common-button .common-button-label .common-palette-color-list{display:none}.common-palette-picker>.common-dropdown>.common-button .common-button-flex{display:flex}.common-palette-picker>.common-dropdown>.common-menu-dropdown-pane{max-height:35rem;overflow-x:hidden;overflow-y:auto}.common-palette-picker>.common-dropdown>.common-menu-dropdown-pane ul>li>.common-button.common-dropdown-item{padding:.75rem}.common-color-picker-field{align-items:center;display:grid;grid-template-columns:.5fr 8fr 1fr 1fr;padding:.1rem 0}.common-color-picker-field i.fas{margin:0}.common-color-inputs{align-items:center;display:flex;flex-direction:row}.common-color-inputs>:first-child{margin-right:.5rem}.common-color-inputs>:last-child{flex-grow:1;margin-right:.5rem}.common-color-inputs .color-input:hover{cursor:pointer}.common-extension-card{background-color:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}.common-extension-card .common-card-body{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.common-extension-card .common-extension-card-title{flex-shrink:0;font-size:18px;font-weight:600;overflow:hidden;padding:.5rem 1rem .25rem;text-overflow:ellipsis;white-space:nowrap}.common-extension-card .common-extension-card-description{flex-grow:1;font-size:16px;overflow:hidden;padding-left:1rem;padding-right:1rem}.common-extension-card .common-extension-card-description div{display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.common-extension-card img{flex-shrink:0;height:11rem;object-fit:cover;width:100%}.common-extension-card .common-extension-card-extra-content{background:var(--pxt-neutral-background1);border-radius:0;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;border-top:1px solid var(--pxt-neutral-stencil1);color:var(--pxt-neutral-foreground1);flex-shrink:0;font-size:16px;margin:0;overflow:hidden;padding:.5rem 1rem}.common-extension-card a.link-button{float:right}.common-extension-card .common-extension-card-contents{display:flex;flex-direction:column;height:100%;opacity:1;transition:opacity .3s ease;width:100%}.common-extension-card .common-spinner{height:60px;opacity:0;position:absolute;transition:opacity .3s ease;width:60px}.common-extension-card.loading .common-extension-card-contents{opacity:0}.common-extension-card.loading .common-spinner{opacity:1}.hc .common-extension-card,.high-contrast .common-extension-card{background-color:#000;border-color:#fff}.language-selector-modal>.common-modal{max-width:60rem;width:80%}.language-selector{display:flex;flex-wrap:wrap;margin-bottom:0!important;max-height:80vh;overflow:auto}.language-card-container{padding:1rem}.language-card-header{color:#4c4ca6;font-size:1.3em;font-weight:700;line-height:1.3em;text-align:start}.language-card-description{margin-top:.4rem;text-align:start}@media only screen and (max-width:991px){.language-selector-modal>.common-modal{width:95%}}.teaching-bubble-container{--teaching-bubble-foreground:var(--pxt-tertiary-foreground);--teaching-bubble-background:var(--pxt-tertiary-background)}.teaching-bubble-container.yellow{--teaching-bubble-foreground:var(--pxt-colors-yellow-foreground);--teaching-bubble-background:var(--pxt-colors-yellow-background)}.teaching-bubble-container.yellow .ai-footer{opacity:.8}.teaching-bubble-container.yellow .ai-footer .ai-footer-text,.teaching-bubble-container.yellow .ai-footer .feedback-button,.teaching-bubble-container.yellow .ai-footer .feedback-button.disabled{color:var(--pxt-colors-yellow-foreground)}.teaching-bubble-container{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.teaching-bubble-cutout{border-radius:.5rem;box-shadow:0 0 0 99999px var(--pxt-neutral-alpha20);height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}.teaching-bubble,.teaching-bubble-arrow,.teaching-bubble-arrow-outline,.teaching-bubble-cutout{transition-duration:.5s;transition-property:top,left,width,height}.teaching-bubble{background:var(--teaching-bubble-background);border-radius:.5rem;box-shadow:0 0 0 .1rem;color:var(--teaching-bubble-foreground);max-width:25rem;min-width:18.75rem;position:fixed;z-index:1000}.teaching-bubble .common-button:focus{filter:grayscale(.15) brightness(.85) contrast(1.3);outline:.1rem solid var(--teaching-bubble-foreground)}.teaching-bubble .common-button.tertiary:focus:after,.teaching-bubble .common-button:focus:after{outline:none}.teaching-bubble-arrow{color:var(--teaching-bubble-background);height:0;position:fixed;width:0;z-index:1001}.teaching-bubble-arrow-outline{color:var(--teaching-bubble-foreground);height:0;position:fixed;width:0;z-index:1000}.teaching-bubble-body{font-size:1.1rem;padding:1rem}.teaching-bubble-body p{margin:.5rem 0}.teaching-bubble-navigation{align-items:flex-end;display:flex;flex-direction:row;justify-content:space-between}.teaching-bubble-navigation .common-button.feedback-button{color:var(--teaching-bubble-foreground)}.teaching-bubble-navigation .teaching-bubble-steps{color:var(--teaching-bubble-foreground);font-size:.9rem}.teaching-bubble-navigation .teaching-bubble-steps.hide{visibility:hidden}.teaching-bubble-navigation .common-button.tertiary{background:var(--teaching-bubble-background)!important;border:.1rem solid var(--teaching-bubble-foreground)!important;color:var(--teaching-bubble-foreground)!important;margin:0 .5rem 0 0;padding:.25rem .5rem}.teaching-bubble-navigation .common-button.tertiary.inverted{background:var(--teaching-bubble-foreground)!important;color:var(--teaching-bubble-background)!important;margin-right:0}.teaching-bubble-navigation .common-button:focus-visible{outline:2px solid var(--teaching-bubble-foreground);outline-offset:3px}.teaching-bubble-navigation.no-steps{flex-direction:row-reverse}.teaching-bubble-footer{border-top:1px solid var(--pxt-neutral-alpha50);margin:0;padding:.5rem 1rem}.teaching-bubble-footer,.teaching-bubble-footer .ai-footer .feedback-button.disabled{color:var(--pxt-neutral-alpha80)}.teaching-bubble-close.common-button{background:transparent;color:var(--teaching-bubble-foreground);margin:0;padding:.5rem 0 .25rem;position:absolute;right:.5rem;top:.5rem}.teaching-bubble-close.common-button i.right{font-size:1.3rem;margin:0;opacity:1}.confetti-container{height:100%;overflow:hidden;position:absolute;width:100%;z-index:100}.confetti{animation:confetti 2.5s linear -2s infinite;background-color:#249ca3;height:10px;left:50%;position:absolute;top:-15px;transform-origin:left top;width:10px;z-index:110}.confetti.reverse{animation:confetti-reverse 2.5s linear -2s infinite}.color-0{background-color:#ff2121}.color-1{background-color:#ff93c4}.color-2{background-color:#ff8135}.color-3{background-color:#fff609}.color-4{background-color:#249ca3}.color-5{background-color:#78dc52}.color-6{background-color:#003fad}.color-7{background-color:#87f2ff}.color-8{background-color:#8e2ec4}@keyframes confetti{0%{transform:rotate(15deg) rotateY(0deg) translate(0)}25%{transform:rotate(5deg) rotateY(1turn) translate(-1vw,20vh)}50%{transform:rotate(15deg) rotateY(2turn) translate(1vw,50vh)}75%{transform:rotate(5deg) rotateY(3turn) translate(-1vw,80vh)}to{transform:rotate(15deg) rotateY(4turn) translate(1vw,110vh)}}@keyframes confetti-reverse{0%{transform:rotate(5deg) rotateY(0deg) translate(0)}25%{transform:rotate(15deg) rotateY(1turn) translate(1vw,20vh)}50%{transform:rotate(5deg) rotateY(2turn) translate(-1vw,50vh)}75%{transform:rotate(15deg) rotateY(3turn) translate(1vw,80vh)}to{transform:rotate(5deg) rotateY(4turn) translate(-1vw,110vh)}}.theme-picker-modal>.common-modal{max-width:60rem;width:80%}.theme-picker{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;justify-content:space-around;width:100%}.theme-picker .common-button-flex{width:100%}.theme-picker .theme-card{background-color:var(--pxt-neutral-background1);border:1px solid var(--pxt-neutral-stencil1);color:var(--pxt-neutral-foreground1);height:unset;width:18rem}.theme-picker .theme-card:hover{background-color:var(--pxt-neutral-background1-hover);border:1px solid var(--pxt-focus-border);color:var(--pxt-neutral-foreground1-hover);cursor:pointer}.theme-picker .theme-card .theme-info-box{align-items:center;display:flex;flex-direction:column;padding:0 0 .2rem}.theme-picker .theme-card .theme-info-box .theme-preview-container{display:flex;padding:.5rem;width:95%}.theme-picker .theme-card .theme-info-box .theme-preview{align-items:center;aspect-ratio:1.2;border:1px solid var(--pxt-primary-background);display:flex;flex-direction:column;width:100%}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-header{align-items:center;background-color:var(--pxt-header-background);border-bottom:1px solid var(--pxt-header-foreground);color:var(--pxt-header-foreground);display:flex;flex-direction:row;justify-content:space-between;padding:.5rem;width:100%}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-header .logo{height:1rem;width:1rem}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-header i.far,.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-header i.fas{line-height:1;margin:0}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-workspace{display:flex;flex-direction:row;flex-grow:1;width:100%}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-workspace .theme-preview-sim-sidebar{align-items:center;background-color:var(--pxt-target-background2);border-right:1px solid var(--pxt-target-foreground2);color:var(--pxt-target-foreground2);display:flex;flex-direction:column;flex-grow:1;height:100%}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-workspace .theme-preview-sim-sidebar .theme-preview-sim{aspect-ratio:1;background-color:var(--pxt-secondary-background);border:1px solid var(--pxt-target-foreground2);margin-top:.5rem;width:80%}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-workspace .theme-preview-sim-sidebar .theme-preview-sim-buttons{display:flex;flex-direction:row;justify-content:space-between;margin-top:.3rem;width:80%}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-workspace .theme-preview-sim-sidebar .theme-preview-sim-buttons .theme-preview-sim-button{aspect-ratio:1;background-color:var(--pxt-secondary-background);border:1px solid var(--pxt-target-foreground2);width:25%}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-workspace .theme-preview-toolbox{background-color:var(--pxt-target-background3);border-right:1px solid var(--pxt-target-foreground3);color:var(--pxt-target-foreground3);display:flex;flex-direction:column;flex-grow:1;height:100%}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-workspace .theme-preview-toolbox .toolbox-divider{border:0;border-top:1px solid var(--pxt-target-foreground3);height:1px;margin:1.5rem .1rem 0}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-workspace .theme-preview-workspace-content{background-color:var(--pxt-target-background1);color:var(--pxt-target-foreground1);flex-grow:3;height:100%}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-footer{background-color:var(--pxt-target-background3);border-top:1px solid var(--pxt-target-foreground3);color:var(--pxt-target-foreground3);display:flex;flex-direction:row;justify-content:space-between;padding:.3rem .5rem;width:100%}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-footer .theme-preview-download-button{background-color:var(--pxt-primary-background);border:1px solid var(--pxt-target-foreground3);border-radius:.1rem;height:.5rem;width:20%}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-footer .theme-preview-editor-tools{display:flex;flex-direction:row;justify-content:flex-end;width:30%}.theme-picker .theme-card .theme-info-box .theme-preview .theme-preview-footer .theme-preview-editor-tools .theme-preview-editor-tool-button{background-color:var(--pxt-secondary-background);border:1px solid var(--pxt-target-foreground3);height:.5rem;margin-left:.2rem;width:.5rem}.common-button,.common-radio-group.common-radio-buttons .common-radio-choice{background:var(--pxt-neutral-background2);border:none;border-radius:.2em;color:var(--pxt-neutral-foreground2);cursor:pointer;display:inline-block;font-family:Lato,Helvetica Neue,Arial,Helvetica,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:1em;margin:0 .25rem 0 0;min-height:1rem;outline:none;padding:.8rem 2rem .95rem;position:relative;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .1s ease,background-color .1s ease,box-shadow .1s ease,color .1s ease,background .1s ease;user-select:none;vertical-align:middle;-webkit-tap-highlight-color:transparent}.common-button:hover{filter:grayscale(.15) brightness(.85) contrast(1.3)}.common-button .right:not(.icon.toggle.right){margin-left:.5rem}.common-button-flex{white-space:nowrap}.common-button.disabled:hover{filter:none}.common-button.disabled,.common-button.disabled.green,.common-button.disabled.green.inverted,.common-button.disabled.orange,.common-button.disabled.orange.inverted,.common-button.disabled.primary,.common-button.disabled.primary.inverted,.common-button.disabled.red,.common-button.disabled.red.inverted,.common-button.disabled.secondary,.common-button.disabled.secondary.inverted,.common-button.disabled.teal,.common-button.disabled.teal.inverted{background-color:var(--pxt-neutral-background3);border:var(--pxt-neutral-background3);color:var(--pxt-neutral-foreground3);cursor:default}.common-button.menu-button.disabled{opacity:.8}.common-button.menu-button.disabled:active,.common-button.menu-button.disabled:hover{background:none}.common-button:focus-visible:after{border:1px solid transparent;border-radius:.2em;content:"";inset:4px;outline:var(--pxt-neutral-stencil1) solid 1px;position:absolute;z-index:1}.common-button.discourse:focus-visible:after,.common-button.facebook:focus-visible:after,.common-button.green:focus-visible:after,.common-button.menu-button:focus-visible:after,.common-button.orange:focus-visible:after,.common-button.primary:focus-visible:after,.common-button.red:focus-visible:after,.common-button.secondary:focus-visible:after,.common-button.teal:focus-visible:after,.common-button.twitter:focus-visible:after{outline:var(--pxt-neutral-background1) solid 1px}.common-button.inverted:focus-visible:after{outline:var(--pxt-neutral-stencil1) solid 1px}.common-button.menu-button{background:none;border:none;border-radius:0;color:var(--pxt-primary-foreground);font-size:20px;height:100%;margin:0;padding:0 1rem}.common-button.menu-button .icon,.common-button.menu-button .xicon,.common-button.menu-button i.far,.common-button.menu-button i.fas{font-size:24px}.common-button.menu-button:hover{background:var(--pxt-neutral-alpha10)}.common-button.menu-button:active{background:var(--pxt-neutral-alpha20)}.common-button.menu-button.inverted,.common-button.menu-button.inverted:hover{background:var(--pxt-primary-foreground);color:var(--pxt-primary-background)}.common-button.inverted.text-only,.common-button.text-only{background:none;border:none}a.common-button.menu-button{align-items:center;display:flex}.common-button.link-button{background:none;border:none;color:var(--pxt-link);padding:0}.common-button.link-button:hover{text-decoration:underline}.common-button.link-button:focus-visible:after{border:none;outline:none;text-decoration:underline}.common-button.link-button:focus-visible{border:none;outline:none;text-decoration:underline}.common-button.link-button.kiosk{background-color:var(--pxt-neutral-background2);color:var(--pxt-neutral-foreground2)}.common-button.circle-button,.common-button.square-button{height:3rem;overflow:hidden;padding:0;width:3rem}.common-button.square-button i,.common-button.square-button i.far,.common-button.square-button i.fas{margin:0}.common-button.circle-button{border-radius:2rem}.common-button.circle-button:focus-visible:after{border-radius:2rem}.common-button-group{display:flex;flex-direction:row}.common-button-group .common-button{border-radius:0;margin:0}.common-button-group .common-button.inverted:not(:last-child){border-right:none}.common-button-group .common-button:first-child{border-bottom-left-radius:.2em;border-top-left-radius:.2em}.common-button-group .common-button:last-child{border-bottom-right-radius:.2em;border-top-right-radius:.2em;margin:0 .25rem 0 0}.common-button.social-button{font-size:1.5rem}.common-button.social-button img{max-width:100%}.common-button.facebook{background:#4267b2;color:#fff}.common-button.twitter{background:#1da1f2;color:#fff}.common-button.discourse{background:#333;color:#fff}.common-button.device-share{background:var(--pxt-neutral-foreground2);color:var(--pxt-neutral-background2)}.common-button.whatsapp{background:#59ce72;color:#fff}.common-button.microsoft-teams{background:#35258f;color:#fff}.hc .common-button,.high-contrast .common-button{background-color:#000!important;border-color:#fff!important;color:#fff!important}.hc .common-button:focus,.hc .common-button:hover,.high-contrast .common-button:focus,.high-contrast .common-button:hover{outline:2px solid #ff0!important;z-index:1}.common-card{border:1px solid var(--pxt-neutral-stencil1);border-radius:.5rem;height:20rem;position:relative;transition:border .1s ease;width:18rem}.common-card .common-card-body{border-radius:.5rem;overflow:hidden}.common-card[role=button]{cursor:pointer}.common-card[role=button]:hover{border:1px solid var(--pxt-focus-border)}.common-card-label{background-color:var(--pxt-primary-background);border-bottom-left-radius:.25rem;border-color:var(--pxt-primary-accent);border-top-left-radius:.25rem;color:var(--pxt-primary-foreground);font-size:16px;min-width:5rem;padding:.5rem .5rem .25rem;position:absolute;right:-1rem;top:1rem}.common-card-label:after{background-color:transparent;border-color:transparent;border-style:solid;border-top-color:inherit;border-width:1.2em 1.2em 0 0;content:"";height:0;left:auto;position:absolute;right:0;top:100%;width:0}.common-checkbox{align-items:center;cursor:pointer;display:flex;padding:.25rem;position:relative}.common-checkbox input{margin-right:.5rem}.common-checkbox.toggle input{height:1.5rem;left:0;opacity:0;position:absolute;top:0;width:3rem}.common-checkbox.toggle label{padding-left:4rem;position:relative}.common-checkbox.toggle label:before{background-color:var(--pxt-neutral-background2);border:1px solid var(--pxt-neutral-stencil2);border-radius:500rem;content:"";height:1.5rem;left:0;position:absolute;top:0;transition:background-color .2s ease-in-out;width:3rem}.common-checkbox.toggle label:after{background:var(--pxt-neutral-background1) linear-gradient(transparent,var(--pxt-neutral-alpha10));border:none;border:1px solid var(--pxt-neutral-foreground2);border-radius:500rem;content:"";height:1.5rem;left:0;opacity:1;position:absolute;top:0;transition:background .3s ease,left .3s ease;width:1.5rem}.common-checkbox.toggle input:checked~label:before{background-color:var(--pxt-primary-background)}.common-checkbox.toggle input:checked~label:after{left:1.5rem}.common-checkbox:focus-within{border-radius:.2em;outline:var(--pxt-neutral-stencil1) solid 1px}#profile-email-checkbox{width:2rem}.common-checkbox-icon{border:1px solid var(--pxt-neutral-foreground1);border-radius:2px;display:inline-block;height:16px;line-height:16px;position:relative;width:16px}.common-checkbox-icon.checked{background-color:var(--pxt-primary-background);border-color:var(--pxt-primary-accent)}.common-checkbox-icon i.fas.fa-check{color:var(--pxt-primary-foreground);font-size:11px;height:14px;margin:0;position:absolute;width:14px}.high-contrast .common-checkbox:focus-within,.high-contrast .common-checkbox:hover{outline:2px solid #ff0}.common-draggable-graph{background-color:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1)}.common-draggable-graph-text{fill:var(--pxt-neutral-foreground1);user-select:none}.draggable-graph-point{fill:var(--pxt-neutral-background1);stroke:var(--pxt-neutral-alpha50)}.draggable-graph-path{stroke:var(--pxt-primary-background)}.draggable-graph-surface{cursor:pointer}.draggable-graph-surface:focus{outline:none}.draggable-graph-svg{touch-action:none}.hc .draggable-graph-path,.hc .draggable-graph-point{stroke:#fff}.hc .common-draggable-graph-text{color:#fff}.common-dropdown{position:relative;width:fit-content}.common-dropdown>.common-button{background-color:var(--pxt-neutral-background1);border:1px solid var(--pxt-neutral-stencil1);border-radius:2px;box-sizing:border-box;color:var(--pxt-neutral-foreground1);display:block;height:32px;line-height:30px;margin:0;min-width:10rem;overflow:hidden;padding:0 28px 0 8px;position:relative;text-align:left;text-overflow:ellipsis;white-space:nowrap}.common-dropdown>.common-button>.common-button-flex>i.right{position:absolute;right:0}.common-dropdown>.common-button:focus:after{outline:none}.common-dropdown>.common-button:focus{border:1px solid var(--pxt-focus-border)}.common-dropdown .common-button>.common-button-flex>i:first-child{margin-right:.5rem}.common-dropdown>.common-menu-dropdown-pane{left:0;min-width:100%;right:unset;width:unset;z-index:1}.common-dropdown>.common-menu-dropdown-pane li .common-button{padding-left:.5rem;text-align:left;width:100%}.common-dropdown.hang-left>.common-menu-dropdown-pane{left:unset;right:0}.common-dropdown-shadow{box-shadow:0 3.2px 7.2px 0 rgba(0,0,0,.13),0 .6px 1.8px 0 rgba(0,0,0,.11)}.common-dropdown.icon-preview>.common-button{min-width:unset}.common-dropdown.icon-preview>.common-button .common-button-label{display:none}.common-editor-toggle-outer{position:relative}.common-editor-toggle{background:var(--pxt-neutral-alpha20);border:3px solid var(--pxt-neutral-alpha10);border-radius:.2rem;display:flex;flex-direction:row;position:relative}.common-editor-toggle.focused{outline:3px solid var(--pxt-focus-border);outline-offset:2px}.common-editor-toggle .common-editor-toggle-item>.common-button{padding:calc(.8rem - 4px) calc(2rem - 4px) calc(.95rem - 4px)}.common-editor-toggle.slim .common-editor-toggle-item>.common-button{padding:.6rem 2rem .75rem}.common-editor-toggle-item{flex:3;z-index:1}.common-editor-toggle-item .common-menu-dropdown{flex:4}.common-editor-toggle-item .common-menu-dropdown>.common-button{border-left:1px solid var(--pxt-neutral-alpha10);border-right:1px solid var(--pxt-neutral-alpha10);padding:0;width:100%}.common-editor-toggle-item .common-menu-dropdown .common-menu-dropdown-pane{border-top:1px solid var(--pxt-neutral-alpha10)}.common-editor-toggle-item>.common-button{background:none;color:var(--pxt-neutral-foreground1);margin:0;transition:color .25s;width:100%}.common-editor-toggle-item.common-editor-toggle-item-dropdown{display:grid;flex:4;grid-template-columns:3fr 1fr}.common-editor-toggle-item.selected .common-menu-dropdown{text-align:center}.common-editor-toggle-item.selected .common-menu-dropdown>.common-button{border-right:none;color:var(--pxt-neutral-foreground2)}.common-editor-toggle-handle,.common-editor-toggle-item.selected>.common-button{color:var(--pxt-neutral-foreground2)}.common-editor-toggle-handle{background:var(--pxt-neutral-background2);border-radius:.2rem;height:100%;margin-left:-3px;position:absolute;transition:margin-left .25s,width .25s;width:33%}.common-editor-toggle .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-handle{width:50%}.common-editor-toggle .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:50%}.common-editor-toggle .common-editor-toggle-item:first-of-type.selected~.common-editor-toggle-handle{margin-left:0}.common-editor-toggle .common-editor-toggle-item:nth-of-type(2).selected~.common-editor-toggle-handle{margin-left:33%}.common-editor-toggle .common-editor-toggle-item:nth-of-type(3).selected~.common-editor-toggle-handle{margin-left:67%}.common-editor-toggle.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown:first-child:nth-last-child(3),.common-editor-toggle.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item-dropdown{flex:55}.common-editor-toggle.has-dropdown .common-editor-toggle-item-dropdown:first-child:nth-last-child(3)~.common-editor-toggle-item,.common-editor-toggle.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3){flex:45}.common-editor-toggle.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-handle{width:45%}.common-editor-toggle.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown.selected:first-child:nth-last-child(3)~.common-editor-toggle-handle,.common-editor-toggle.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{width:55%}.common-editor-toggle.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown:first-child:nth-last-child(3)+.selected~.common-editor-toggle-handle{margin-left:55%}.common-editor-toggle.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)+.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{margin-left:45%}.common-editor-toggle.has-dropdown .common-editor-toggle-handle{width:30%}.common-editor-toggle.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{width:40%}.common-editor-toggle.has-dropdown .common-editor-toggle-item:nth-of-type(2).selected~.common-editor-toggle-handle{margin-left:30%}.common-editor-toggle.has-dropdown .common-editor-toggle-item:nth-of-type(3).selected~.common-editor-toggle-handle{margin-left:60%}.common-editor-toggle.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:40%}.common-editor-toggle.has-dropdown .common-editor-toggle-item+.common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item.selected~.common-editor-toggle-handle,.common-editor-toggle.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:70%}.common-toggle-accessibility{height:0;position:absolute;width:0}.common-toggle-accessibility .common-button{height:0;left:0;min-height:0;overflow:hidden;padding:0;position:absolute;top:0;width:0}@media only screen and (max-width:991px){.common-editor-toggle.tablet-compact>.common-editor-toggle-item>.common-button{padding-left:.5rem;padding-right:.5rem}.common-editor-toggle.tablet-compact>.common-editor-toggle-item>.common-button:not(.no-icon) .common-button-label{display:none}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item{flex:25}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown{display:grid;flex:50;grid-template-columns:1fr 1fr}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-handle{width:25%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{width:50%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown:first-child:nth-last-child(3),.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item-dropdown{flex:67}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item-dropdown:first-child:nth-last-child(3)~.common-editor-toggle-item,.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3){flex:33}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-handle{width:33%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown.selected:first-child:nth-last-child(3)~.common-editor-toggle-handle,.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{width:67%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown:first-child:nth-last-child(3)+.selected~.common-editor-toggle-handle{margin-left:67%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)+.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{margin-left:33%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:50%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:75%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item+.common-editor-toggle-item.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{margin-left:25%}.common-editor-toggle.tablet-compact.has-dropdown .common-editor-toggle-item+.common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:75%}}@media only screen and (max-width:767px){.common-editor-toggle.mobile-compact>.common-editor-toggle-item>.common-button{padding-left:.5rem;padding-right:.5rem}.common-editor-toggle.mobile-compact>.common-editor-toggle-item>.common-button:not(.no-icon) .common-button-label{display:none}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item{flex:25}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown{display:grid;flex:50;grid-template-columns:1fr 1fr}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-handle{width:25%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{width:50%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown:first-child:nth-last-child(3),.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item-dropdown{flex:67}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item-dropdown:first-child:nth-last-child(3)~.common-editor-toggle-item,.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3){flex:33}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-handle{width:33%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown.selected:first-child:nth-last-child(3)~.common-editor-toggle-handle,.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)~.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{width:67%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown:first-child:nth-last-child(3)+.selected~.common-editor-toggle-handle{margin-left:67%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item:first-child:nth-last-child(3)+.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{margin-left:33%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:50%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:75%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item+.common-editor-toggle-item.common-editor-toggle-item-dropdown.selected~.common-editor-toggle-handle{margin-left:25%}.common-editor-toggle.mobile-compact.has-dropdown .common-editor-toggle-item+.common-editor-toggle-item.common-editor-toggle-item-dropdown+.common-editor-toggle-item.selected~.common-editor-toggle-handle{margin-left:75%}}.hc .sound-gallery-preview-wave{stroke:#fff}.hc .common-editor-toggle.focused{outline:3px solid var(--pxt-focus-border)!important}.hc .common-toggle-accessibility>button.common-button:focus{outline:none!important}.hc .common-editor-toggle-item.selected>button{outline:3px solid #fff;outline-offset:-5px}i.far,i.fas{font-size:18px;line-height:inherit;margin:0 .25rem 0 0;text-align:center;width:1.81rem}i.far.large,i.fas.large{font-size:24px}.common-input-group{align-items:stretch;background:var(--pxt-neutral-background1);border:1px solid var(--pxt-neutral-stencil1);border-radius:2px;display:flex;font-size:16px;height:2rem;position:relative}.common-input-group:focus-within:after,.common-input-group:focus:after{border:2px solid var(--pxt-focus-border);border-radius:2px;content:"";inset:-1px;pointer-events:none;position:absolute}.common-input{background:var(--pxt-neutral-background2);background:none transparent;border:none;color:var(--pxt-neutral-foreground2);min-width:0;outline:0;padding:0 .5rem;text-overflow:ellipsis;width:100%}.common-input::selection{color:var(--pxt-neutral-foreground2)}.common-input-label{display:block;font-size:14px;font-weight:600;overflow-wrap:break-word;padding:.3rem 0}.common-input-group .icon,.common-input-group .xicon,.common-input-group i.far,.common-input-group>i.fas{bottom:.3rem;line-height:1.25rem;margin-right:0;pointer-events:none;position:absolute;right:.5rem;width:1.25rem}.common-input-group>button.common-button{background:none!important;border-radius:0;color:var(--pxt-neutral-foreground2)!important;margin:0;padding:0}.common-input-group>button.common-button:hover{opacity:.8}.common-input.has-icon{padding:0 1.75rem 0 .5rem}.common-input-wrapper.disabled .common-input-group{background:var(--pxt-neutral-background3);border:1px solid var(--pxt-neutral-background3);cursor:default}.common-input-wrapper.disabled .common-input,.common-input-wrapper.disabled .common-input-label,.common-input-wrapper.disabled i{color:var(--pxt-neutral-foreground3)}.common-input-attached-button{display:flex;flex-direction:row}.common-input-attached-button .common-input-wrapper{flex-grow:1}.common-input-attached-button .common-input-wrapper .common-input-group{border-bottom-right-radius:0;border-right:none;border-top-right-radius:0;height:3rem}.common-input-attached-button .common-button{border-bottom-left-radius:0;border-top-left-radius:0}.common-input-group>.common-button{color:rgba(0,0,0,.87)!important}.common-input-wrapper{position:relative}.common-input-wrapper>.common-menu-dropdown-pane{box-sizing:border-box;left:0;max-width:calc(100% + 4rem);min-width:100%;position:absolute;right:auto;top:calc(100% + .25rem);width:auto;z-index:1}.common-input-wrapper>.common-menu-dropdown-pane .common-button{align-items:center;display:flex;justify-content:flex-start;line-height:1.35;padding:.7rem .8rem;text-align:start;width:100%}.common-input-wrapper>.common-menu-dropdown-pane .common-button .common-button-flex{display:flex;gap:.4rem;overflow:hidden;width:100%}.common-input-wrapper>.common-menu-dropdown-pane .common-button .common-button-label{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.common-menu-dropdown-pane{z-index:1}.common-menu-dropdown-pane .common-button{padding:.8rem;text-align:start;width:100%}.hc .common-input,.high-contrast .common-input{background-color:#000;border-color:#fff;color:#fff}.hc .common-input-group:focus-within:after,.hc .common-input-group:focus:after,.high-contrast .common-input-group:focus-within:after,.high-contrast .common-input-group:focus:after{border-color:#ff0}.common-lazy-image-wrapper{align-items:center;display:flex;justify-content:center}.common-lazy-image-wrapper .common-spinner{height:60px;width:60px}.common-lazy-image-wrapper .loading-element{opacity:1;position:absolute;transition:opacity .3s ease}.common-lazy-image-wrapper i.fa-image{font-size:5rem;height:auto;opacity:0;position:absolute;width:auto}.common-lazy-image-wrapper img{opacity:0;transition:opacity .3s ease}.common-lazy-image-wrapper.loaded .loading-element,.common-lazy-image-wrapper.loaded i.fa-image{opacity:0}.common-lazy-image-wrapper.loaded img{opacity:1}.common-lazy-image-wrapper.error .loading-element{opacity:0}.common-lazy-image-wrapper.error i.fa-image{opacity:1}.common-lazy-image-wrapper.error img{opacity:0}.common-menu-dropdown{height:100%;position:relative}.common-menu-dropdown>.menu-button.expanded{background:var(--pxt-neutral-alpha20)}.common-menu-dropdown-pane{border:1px solid var(--pxt-neutral-stencil1);min-width:8rem;position:absolute;right:0}.common-menu-dropdown-pane,.common-menu-dropdown-pane ul{background:var(--pxt-neutral-background1);list-style:none;margin:0;padding:0}.common-menu-dropdown-pane ul{color:var(--pxt-neutral-foreground1)}.common-menu-dropdown-pane a.common-menu-dropdown-link-item,.common-menu-dropdown-pane li.common-menu-dropdown-item,.common-menu-dropdown-pane li.common-menu-dropdown-item.common-button{align-items:center;background:var(--pxt-neutral-background1);border-radius:0;color:var(--pxt-neutral-foreground1);cursor:pointer;display:flex;padding:13px 18px;text-align:left;user-select:none;white-space:nowrap;width:100%}.common-menu-dropdown-pane a.common-menu-dropdown-link-item i.icon,.common-menu-dropdown-pane a.common-menu-dropdown-link-item i.xicon,.common-menu-dropdown-pane li.common-menu-dropdown-item i.icon,.common-menu-dropdown-pane li.common-menu-dropdown-item i.xicon,.common-menu-dropdown-pane li.common-menu-dropdown-item.common-button i.icon,.common-menu-dropdown-pane li.common-menu-dropdown-item.common-button i.xicon{display:inline-block;font-size:1em;margin-right:.75em;width:1.18em}.common-menu-dropdown-pane a.common-menu-dropdown-link-item span.common-checkbox-icon,.common-menu-dropdown-pane li.common-menu-dropdown-item span.common-checkbox-icon,.common-menu-dropdown-pane li.common-menu-dropdown-item.common-button span.common-checkbox-icon{margin-left:.125rem;margin-right:.875rem}.common-menu-dropdown-pane a.common-menu-dropdown-link-item:hover,.common-menu-dropdown-pane li.common-menu-dropdown-item.common-button:hover,.common-menu-dropdown-pane li.common-menu-dropdown-item:hover{color:var(--pxt-neutral-foreground1);text-decoration:none}.common-menu-dropdown-pane a.common-menu-dropdown-link-item:hover:not(.disabled),.common-menu-dropdown-pane li.common-menu-dropdown-item.common-button:hover:not(.disabled),.common-menu-dropdown-pane li.common-menu-dropdown-item:hover:not(.disabled){filter:grayscale(.15) brightness(.85) contrast(1.3)}.common-menu-dropdown-pane a.common-menu-dropdown-link-item:focus-visible,.common-menu-dropdown-pane li.common-menu-dropdown-item.common-button:focus-visible,.common-menu-dropdown-pane li.common-menu-dropdown-item:focus-visible{outline:3px solid var(--pxt-focus-border);outline-offset:-4px}.common-menu-dropdown-pane a.common-menu-dropdown-link-item:focus-visible:after,.common-menu-dropdown-pane li.common-menu-dropdown-item.common-button:focus-visible:after,.common-menu-dropdown-pane li.common-menu-dropdown-item:focus-visible:after{border:none;outline:none}.common-menu-dropdown-pane li.common-menu-dropdown-separator{background:var(--pxt-neutral-background1);border-top:1px solid var(--pxt-neutral-stencil1);margin:.25rem 0}.common-menu-dropdown-item.common-button:focus:after{outline:var(--pxt-focus-border) solid 3px!important}.common-modal-container{align-items:center;background-color:var(--pxt-neutral-alpha50);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.common-modal-container.fullscreen{z-index:1000}.common-modal{border-radius:.285rem;max-height:100%;max-width:40rem;overflow-x:hidden;overflow-y:auto;width:50%}.wide>.common-modal{max-width:60rem;width:75%}@media only screen and (max-width:991px){.common-modal,.wide>.common-modal{width:95%}}.common-modal-header{background-color:var(--pxt-neutral-background1);border-bottom:1px solid var(--pxt-neutral-stencil1);color:var(--pxt-neutral-foreground1);display:flex;flex-shrink:0;font-size:1.2rem;font-weight:600;padding-left:1.5rem}.common-modal-header .common-modal-title{flex-grow:1;padding-bottom:1.25rem;padding-top:1.25rem}.common-modal-header .common-modal-close{border:1px solid transparent}.common-modal-header .common-modal-close .common-button .fas{color:var(--pxt-neutral-foreground1)}.common-modal-header .common-modal-close:focus-within{border:1px solid var(--pxt-focus-border)}.common-modal-body{background-color:var(--pxt-neutral-background1);color:var(--pxt-neutral-foreground1);min-height:4rem;padding:1.25rem 1.5rem}.common-modal-footer{background-color:var(--pxt-neutral-background2);border-top:1px solid var(--pxt-neutral-stencil1);color:var(--pxt-neutral-foreground2);display:grid;gap:1rem;grid-template-columns:1fr 1fr;padding:1rem}.common-modal-footer button:only-child{grid-column:-2}.fullscreen>.common-modal{border-radius:0;bottom:0;display:flex;flex-direction:column;left:0;max-width:none;padding:0;position:fixed;right:0;top:0;width:100%}.fullscreen>.common-modal>.common-modal-header{background-color:var(--pxt-primary-background);color:var(--pxt-primary-foreground);margin-bottom:0}.fullscreen>.common-modal>.common-modal-header .common-modal-back{align-items:center;display:flex;font-size:1.2rem;font-weight:600}.fullscreen>.common-modal>.common-modal-header .common-modal-back:focus-within{border:1px,solid var(--pxt-focus-border)}.fullscreen>.common-modal>.common-modal-header .common-modal-help{align-items:center;display:flex;font-size:1.2rem;font-weight:600}.fullscreen>.common-modal>.common-modal-header .common-modal-title{align-items:center;display:flex;justify-content:center}.fullscreen>.common-modal>.common-modal-body{background-color:var(--pxt-target-background1);color:var(--pxt-target-foreground1);flex-grow:1;max-height:unset;padding:1rem}.hc .common-modal-body,.hc .common-modal-footer,.hc .common-modal-header,.high-contrast .common-modal-body,.high-contrast .common-modal-footer,.high-contrast .common-modal-header{background-color:#000;border-color:#fff;color:#fff}.hc .common-modal-body .common-modal-close .common-button .fas,.hc .common-modal-footer .common-modal-close .common-button .fas,.hc .common-modal-header .common-modal-close .common-button .fas,.high-contrast .common-modal-body .common-modal-close .common-button .fas,.high-contrast .common-modal-footer .common-modal-close .common-button .fas,.high-contrast .common-modal-header .common-modal-close .common-button .fas{color:#fff;opacity:1}.hc .fullscreen>.common-modal>.common-modal-body,.hc .fullscreen>.common-modal>.common-modal-header,.high-contrast .fullscreen>.common-modal>.common-modal-body,.high-contrast .fullscreen>.common-modal>.common-modal-header{background-color:#000;color:#fff}.hc .common-modal,.high-contrast .common-modal{border:1px solid #fff}.common-progressbar-wrapper{--progress-bar-filled-color:var(--pxt-tertiary-background);--progress-bar-unfilled-color:var(--pxt-neutral-background1);--progress-bar-border-color:var(--pxt-neutral-stencil1)}.common-progressbar{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none}.hc progress[value].common-progressbar,.high-contrast progress[value].common-progressbar{--progress-bar-filled-color:#fff;--progress-bar-unfilled-color:#000;--progress-bar-border-color:#fff;box-shadow:none}progress[value].common-progressbar{background-color:var(--progress-bar-unfilled-color);border:2px solid var(--progress-bar-border-color);border-radius:4px;box-shadow:inset 0 2px 5px rgba(0,0,0,.25);height:100%;width:100%}progress[value].common-progressbar::-moz-progress-bar{background-color:var(--progress-bar-filled-color);transition:width .5s ease-out}progress[value].common-progressbar::-webkit-progress-value{background-color:var(--progress-bar-filled-color);transition:width .5s ease-out}progress[value].common-progressbar::-webkit-progress-bar{background-color:transparent}.common-radio-group.common-radio-buttons{display:flex;flex-direction:row}.common-radio-group.common-radio-buttons .common-radio-choice{align-items:center;background:var(--pxt-neutral-background2);border:1px solid var(--pxt-neutral-stencil1);color:var(--pxt-neutral-foreground2);display:flex;height:2.5rem;padding:0;position:relative;width:2.5rem}.common-radio-group.common-radio-buttons .common-radio-choice i{margin:0;width:100%}.common-radio-group.common-radio-buttons .common-radio-choice input{appearance:none;-webkit-appearance:none;border:none;height:100%;position:absolute;width:100%}.common-radio-group.common-radio-buttons .common-radio-choice.selected{background:var(--pxt-neutral-background1);color:var(--pxt-primary-background)}.common-spinner{animation-duration:1.3s;animation-iteration-count:infinite;animation-name:spinner-rotate;animation-timing-function:cubic-bezier(.53,.21,.29,.67);border:1.5px solid #c7e0f4;border-image:initial;border-radius:50%;border-top-color:#0078d4;box-sizing:border-box;height:20px;width:20px}@keyframes spinner-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.common-textarea-group{align-items:stretch;background:var(--pxt-neutral-background1);border:1px solid var(--pxt-neutral-stencil1);border-radius:2px;display:flex;position:relative}.common-textarea-group:focus-within:after,.common-textarea-group:focus:after{border:2px solid var(--pxt-focus-border);border-radius:2px;content:"";inset:-1px;pointer-events:none;position:absolute}.common-textarea-wrapper.resize-both .common-textarea{resize:both}.common-textarea-wrapper.resize-horizontal .common-textarea{resize:horizontal}.common-textarea-wrapper.resize-vertical .common-textarea{resize:vertical}.common-textarea{background-color:var(--pxt-neutral-background2);background:none transparent;border:none;color:var(--pxt-neutral-foreground2);min-height:5rem;min-width:0;outline:0;padding:.5rem;resize:none;text-overflow:ellipsis;width:100%}.common-textarea-character-count{bottom:1px;color:var(--pxt-page-foreground-light);font-size:.75rem;position:absolute;right:1.5rem}.common-textarea-label{display:block;font-size:14px;font-weight:600;overflow-wrap:break-word;padding:.3rem 0}.common-textarea-wrapper.disabled .common-textarea-group{background:var(--pxt-neutral-background3);border:1px solid var(--pxt-neutral-background3);cursor:default}.high-contrast .common-textarea{background-color:#000;border-color:#fff;color:#fff}.high-contrast .common-textarea-group:focus-within:after,.high-contrast .common-textarea-group:focus:after{border-color:#ff0}.common-tree{display:flex;flex-direction:column}.common-tree.subtree .common-treeitem{padding-left:2.06rem}.common-treeitem{align-items:center;background-color:var(--pxt-neutral-background1);cursor:pointer;display:flex;flex-direction:row;height:3rem;overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap}.common-treeitem:hover{filter:grayscale(.15) brightness(.85) contrast(1.3)}.common-treeitem-container{display:flex;flex-direction:column}.cursor-resize{cursor:ns-resize!important}.cursor-resize #editorSidebar:after{background-color:var(--pxt-colors-green-background)}.vertical-resize-container:after{background-color:var(--pxt-target-stencil3);bottom:0;content:"";cursor:ns-resize;height:4px;position:absolute;width:100%}.common-vertical-slider-wrapper{position:relative;width:10rem}.common-vertical-slider-rail{background:#333;border-radius:.5rem;display:flex;flex-direction:column;height:100%;justify-content:space-between;left:3.5rem;overflow:hidden;position:absolute;width:1rem}.common-vertical-slider-handle{background:#fff;border:2px solid #333;border-radius:.5rem;height:1rem;left:2.5rem;position:absolute;width:3rem;z-index:1}.common-vertical-slider-handle:focus-visible{outline:solid 2px var(--pxt-focus-border)}.common-accordion-header-outer{background:none;border:none;color:inherit;cursor:pointer;font:inherit;outline:inherit;padding:0;text-align:inherit;width:100%}.common-accordion-header-outer>div{display:flex;flex-direction:row;width:100%}.common-accordion-header-outer .common-accordion-chevron{align-items:center;display:flex;flex-direction:row;width:2rem}.common-accordion-header-outer .common-accordion-header-content{flex-grow:1}.common-accordion-header-outer:focus-visible{outline:var(--pxt-neutral-stencil1) solid 1px}.common-carousel-nav{align-items:center;display:flex;flex-direction:row;justify-content:center}.common-carousel-nav .common-carousel-nav-arrow{background:none;color:#fff;height:1.25rem;margin:0;min-height:1rem;min-width:1rem;padding:0;width:1.25rem}.common-carousel-nav .common-carousel-nav-arrow i.fas{width:1.25rem}.common-carousel-nav .common-carousel-nav-arrow.disabled{opacity:.5}.common-carousel-nav ul{height:1.25rem;list-style:none;margin:0 .125rem;margin-block:0;padding-inline:0}.common-carousel-nav li,.common-carousel-nav ul{align-items:center;display:flex;flex-direction:row;justify-content:center}.common-carousel-nav li{height:1rem;width:1rem}.common-carousel-nav li .common-button{background:none;height:1rem;padding:.3rem;width:1rem}.common-carousel-nav li .common-button .common-carousel-nav-button-handle{background-color:#fff;border-radius:100%;display:block;height:.4rem;width:.4rem}.common-carousel-nav li .common-button.selected{padding:.125rem}.common-carousel-nav li .common-button.selected .common-carousel-nav-button-handle{height:.75rem;width:.75rem}.common-carousel-nav .common-button:focus-visible:after{inset:-1px}.feedback-modal .common-modal-body{align-items:center;display:flex;justify-content:center}.feedback-modal .common-modal-body iframe{border:none;height:28rem;width:34rem}.feedback-buttons{align-items:center;display:flex;flex-direction:row;justify-content:center}.feedback-buttons .common-button.feedback-button{background:none;margin:0 .2rem 0 0;padding:.1rem 0}.feedback-buttons .common-button.feedback-button i{margin:0}.feedback-buttons .common-button.feedback-button:hover:not(.disabled){filter:opacity(.7)}.ai-footer{align-items:center;display:flex;flex-direction:row;height:fit-content;justify-content:space-between;line-height:14px;width:100%}.ai-footer,.ai-footer .feedback-button i{font-size:14px}.pxt-theme-root{--pxt-header-background:#888;--pxt-header-foreground:#fff;--pxt-header-background-hover:#777;--pxt-header-foreground-hover:#fff;--pxt-header-stencil:#fff;--pxt-primary-background:#aaa;--pxt-primary-background-hover:#bbb;--pxt-primary-foreground:#fff;--pxt-primary-foreground-hover:#fff;--pxt-primary-accent:#888;--pxt-secondary-background:#aaa;--pxt-secondary-background-hover:#bbb;--pxt-secondary-foreground:#f0f0f0;--pxt-secondary-foreground-hover:#f0f0f0;--pxt-secondary-accent:#9a9a9a;--pxt-tertiary-background:#909090;--pxt-tertiary-background-hover:"#777777";--pxt-tertiary-foreground:#fff;--pxt-tertiary-foreground-hover:#fff;--pxt-tertiary-accent:#9a9a9a;--pxt-target-background1:#f0f0f0;--pxt-target-foreground1:#333;--pxt-target-background1-hover:#d7d7d7;--pxt-target-foreground1-hover:#1a1a1a;--pxt-target-stencil1:#e1e1e1;--pxt-target-background2:#f0f0f0;--pxt-target-foreground2:#333;--pxt-target-background2-hover:#d7d7d7;--pxt-target-foreground2-hover:#1a1a1a;--pxt-target-stencil2:#e1e1e1;--pxt-target-background3:#f0f0f0;--pxt-target-foreground3:#333;--pxt-target-background3-hover:#d7d7d7;--pxt-target-foreground3-hover:#1a1a1a;--pxt-target-stencil3:#e1e1e1;--pxt-neutral-background1:#fff;--pxt-neutral-foreground1:rgba(0,0,0,.85);--pxt-neutral-background1-hover:#e6e6e6;--pxt-neutral-foreground1-hover:rgba(0,0,0,.85);--pxt-neutral-stencil1:hsla(0,0%,53.3%,.15);--pxt-neutral-background2:#f8f8f8;--pxt-neutral-foreground2:rgba(0,0,0,.85);--pxt-neutral-background2-hover:#dfdfdf;--pxt-neutral-foreground2-hover:rgba(0,0,0,.85);--pxt-neutral-stencil2:#e9eef2;--pxt-neutral-background3:#4e5758;--pxt-neutral-foreground3:#fff;--pxt-neutral-background3-hover:#363c3d;--pxt-neutral-foreground3-hover:#fff;--pxt-neutral-stencil3:#fff;--pxt-neutral-background3-alpha90:#4e5758e5;--pxt-neutral-base:#000;--pxt-neutral-alpha0:transparent;--pxt-neutral-alpha10:rgba(0,0,0,.1);--pxt-neutral-alpha20:rgba(0,0,0,.2);--pxt-neutral-alpha50:rgba(0,0,0,.5);--pxt-neutral-alpha80:rgba(0,0,0,.8);--pxt-link:#3671ab;--pxt-link-hover:#204467;--pxt-focus-border:#0078d4;--pxt-success:#2ecc71;--pxt-success-foreground:#fff;--pxt-success-hover:#22be64;--pxt-success-alpha10:#2ecc7119;--pxt-warning:#c0a000;--pxt-warning-foreground:#fff;--pxt-warning-hover:#998400;--pxt-warning-alpha10:#c0a00019;--pxt-error:#a80000;--pxt-error-foreground:#fff;--pxt-error-hover:#8f0000;--pxt-error-alpha10:#a8000019;--pxt-colors-purple-background:#9932cc;--pxt-colors-purple-foreground:#fff;--pxt-colors-purple-hover:#7a28a3;--pxt-colors-purple-alpha10:#9932cc19;--pxt-colors-orange-background:coral;--pxt-colors-orange-foreground:#fff;--pxt-colors-orange-hover:#ff5a1d;--pxt-colors-orange-alpha10:#ff7f5019;--pxt-colors-brown-background:#663905;--pxt-colors-brown-foreground:#fff;--pxt-colors-brown-hover:#351e03;--pxt-colors-brown-alpha10:#66390519;--pxt-colors-blue-background:#00f;--pxt-colors-blue-foreground:#fff;--pxt-colors-blue-hover:#00c;--pxt-colors-blue-alpha10:#0000ff19;--pxt-colors-green-background:#2ecc71;--pxt-colors-green-foreground:#fff;--pxt-colors-green-hover:#22be64;--pxt-colors-green-alpha10:#2ecc7119;--pxt-colors-red-background:#a80000;--pxt-colors-red-foreground:#fff;--pxt-colors-red-hover:#8f0000;--pxt-colors-red-alpha10:#a8000019;--pxt-colors-teal-background:#008272;--pxt-colors-teal-foreground:#fff;--pxt-colors-teal-hover:#004f45;--pxt-colors-teal-alpha10:#00827219;--pxt-colors-yellow-background:#c0a000;--pxt-colors-yellow-foreground:#fff;--pxt-colors-yellow-hover:#998400;--pxt-colors-yellow-alpha10:#c0a00019}@media only screen and (min-width:only screen and (max-width:420px)){.mobile-portrait-only{display:none!important}}@media only screen and (max-width:767px){.mobile-portrait-hidden{display:none!important}}@media only screen and (min-width:768px){.mobile-only{display:none!important}}@media only screen and (max-width:767px){.mobile-hidden{display:none!important}}@media only screen and (min-width:768px) and (max-width:991px){.tablet-hidden{display:none!important}}@media only screen and (max-width:767px){.tablet-only{display:none!important}}@media only screen and (min-width:992px){.tablet-only{display:none!important}}@media only screen and (min-width:992px) and (max-width:1199px){.computer-hidden{display:none!important}}@media only screen and (max-width:991px){.computer-only{display:none!important}}@media only screen and (min-width:1200px){.computer-only{display:none!important}}@media only screen and (min-width:1200px) and (max-width:1919px){.large-monitor-hidden{display:none!important}}@media only screen and (max-width:1199px){.large-monitor-only{display:none!important}}@media only screen and (min-width:1920px){.large-monitor-only,.widescreen-hidden{display:none!important}}@media only screen and (max-width:1919px){.widescreen-only{display:none!important}}@media only screen and (min-width:992px){.desktop-hidden,.portrait-only{display:none!important}}@media only screen and (max-width:991px){.desktop-only,.portrait-hidden{display:none!important}}
|
|
280
280
|
/*!
|
|
281
281
|
* Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
|
|
282
282
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|